diff --git a/CommonLibSF/include/RE/A/Actor.h b/CommonLibSF/include/RE/A/Actor.h index 6aaf42c7..63c09e25 100644 --- a/CommonLibSF/include/RE/A/Actor.h +++ b/CommonLibSF/include/RE/A/Actor.h @@ -15,7 +15,7 @@ namespace RE inline static Actor* PlayerCharacter() { - static REL::Relocation singleton{ REL::Offset(0x05594D28) }; + static REL::Relocation singleton{ REL::Offset(0x05595BA8) }; return *singleton; } diff --git a/CommonLibSF/include/RE/C/ConsoleLog.h b/CommonLibSF/include/RE/C/ConsoleLog.h index 3ce80179..3bc9a950 100644 --- a/CommonLibSF/include/RE/C/ConsoleLog.h +++ b/CommonLibSF/include/RE/C/ConsoleLog.h @@ -10,14 +10,14 @@ namespace RE // BSTSDM [[nodiscard]] static ConsoleLog* GetSingleton() { - static REL::Relocation singleton{ REL::Offset(0x058F6C50) }; + static REL::Relocation singleton{ REL::Offset(0x058F7A90) }; return *singleton; } void Print(const char* a_fmt, std::va_list a_args) { using func_t = decltype(&ConsoleLog::Print); - REL::Relocation func{ REL::Offset(0x02883B48) }; + REL::Relocation func{ REL::Offset(0x02883978) }; func(this, a_fmt, a_args); } }; diff --git a/CommonLibSF/include/RE/F/FORM_ENUM_STRING.h b/CommonLibSF/include/RE/F/FORM_ENUM_STRING.h index b5e72ba3..1db897f3 100644 --- a/CommonLibSF/include/RE/F/FORM_ENUM_STRING.h +++ b/CommonLibSF/include/RE/F/FORM_ENUM_STRING.h @@ -9,7 +9,7 @@ namespace RE public: [[nodiscard]] static std::span GetFormEnumString() { - REL::Relocation formEnumString{ REL::Offset(0x50136A0) }; + REL::Relocation formEnumString{ REL::Offset(0x50146A0) }; return { *formEnumString }; } diff --git a/CommonLibSF/include/RE/I/INIPrefSettingCollection.h b/CommonLibSF/include/RE/I/INIPrefSettingCollection.h index 25c4f98c..a666bf29 100644 --- a/CommonLibSF/include/RE/I/INIPrefSettingCollection.h +++ b/CommonLibSF/include/RE/I/INIPrefSettingCollection.h @@ -11,7 +11,7 @@ namespace RE [[nodiscard]] static INIPrefSettingCollection* GetSingleton() { - REL::Relocation singleton{ REL::Offset(0x0) }; + REL::Relocation singleton{ REL::Offset(0x05913BB8) }; return *singleton; } diff --git a/CommonLibSF/include/RE/I/INISettingCollection.h b/CommonLibSF/include/RE/I/INISettingCollection.h index 82676bfc..cd3f9c13 100644 --- a/CommonLibSF/include/RE/I/INISettingCollection.h +++ b/CommonLibSF/include/RE/I/INISettingCollection.h @@ -11,7 +11,7 @@ namespace RE [[nodiscard]] static INISettingCollection* GetSingleton() { - REL::Relocation singleton{ REL::Offset(0x0) }; + REL::Relocation singleton{ REL::Offset(0x05913B98) }; return *singleton; } diff --git a/CommonLibSF/include/RE/N/NativeFunction.h b/CommonLibSF/include/RE/N/NativeFunction.h index ee5f03cb..ab03dd08 100644 --- a/CommonLibSF/include/RE/N/NativeFunction.h +++ b/CommonLibSF/include/RE/N/NativeFunction.h @@ -13,14 +13,14 @@ namespace RE NativeFunction(const char* a_name, const char* a_className, bool a_isStatic, std::uint32_t a_numParams) { using func_t = std::add_pointer_t; - REL::Relocation func{ REL::Offset(0x03077138) }; + REL::Relocation func{ REL::Offset(0x03076DE8) }; func(this, a_name, a_className, a_isStatic, a_numParams); } virtual ~NativeFunction() { using func_t = std::add_pointer_t; - REL::Relocation func{ REL::Offset(0x030771F4) }; + REL::Relocation func{ REL::Offset(0x03076EA4) }; func(this); } diff --git a/CommonLibSF/include/RE/N/NativeFunctionBase.h b/CommonLibSF/include/RE/N/NativeFunctionBase.h index 749f8644..729ef365 100644 --- a/CommonLibSF/include/RE/N/NativeFunctionBase.h +++ b/CommonLibSF/include/RE/N/NativeFunctionBase.h @@ -59,7 +59,7 @@ namespace RE virtual std::uint64_t* GetParam(std::uint32_t a_idx, BSFixedString* a_nameOut, std::uint64_t* a_typeOut) { using func_t = std::add_pointer_t; - REL::Relocation func{ REL::Offset(0x030775DC) }; + REL::Relocation func{ REL::Offset(0x0307728C) }; return func(&_params, a_idx, a_nameOut, a_typeOut); } virtual std::uint64_t GetNumParams2(void) override { return _params.unk0A; } @@ -73,13 +73,13 @@ namespace RE virtual std::uint32_t Invoke(std::uint64_t a_unk0, std::uint64_t a_unk1, VMClassRegistry* a_registry, VMState* a_unk3) override { using func_t = decltype(&NativeFunctionBase::Invoke); - REL::Relocation func{ REL::Offset(0x030772B4) }; + REL::Relocation func{ REL::Offset(0x03076F64) }; return func(this, a_unk0, a_unk1, a_registry, a_unk3); } virtual BSFixedString* Unk_10(void) override { using func_t = decltype(&NativeFunctionBase::Unk_10); - REL::Relocation func{ REL::Offset(0x03077644) }; + REL::Relocation func{ REL::Offset(0x030772F4) }; return func(this); } virtual bool Unk_11(std::uint32_t a_unk0, std::uint32_t* a_unk1) override @@ -104,13 +104,13 @@ namespace RE virtual bool GetParamInfo(std::uint32_t a_idx, void* a_out) override { using func_t = decltype(&NativeFunctionBase::GetParamInfo); - REL::Relocation func{ REL::Offset(0x030776E0) }; + REL::Relocation func{ REL::Offset(0x03077390) }; return func(this, a_idx, a_out); } virtual void* Unk_15(std::uint64_t a_arg0, std::uint64_t a_arg1) { using func_t = decltype(&NativeFunctionBase::Unk_15); - REL::Relocation func{ REL::Offset(0x0307764C) }; + REL::Relocation func{ REL::Offset(0x030772FC) }; return func(this, a_arg0, a_arg1); } virtual bool GetUnk41(void) override { return _isCallableFromTasklet; } diff --git a/CommonLibSF/include/RE/Offsets_RTTI.h b/CommonLibSF/include/RE/Offsets_RTTI.h index 4cf389e9..ccaa95bf 100644 --- a/CommonLibSF/include/RE/Offsets_RTTI.h +++ b/CommonLibSF/include/RE/Offsets_RTTI.h @@ -6,31733 +6,31707 @@ namespace RE { namespace RTTI { - inline constexpr REL::Offset AK__StreamMgr__IAkFileLocationResolver{ 0x052057C0 }; - inline constexpr REL::Offset AK__StreamMgr__IAkIOHookDeferred{ 0x05205800 }; - inline constexpr REL::Offset AK__StreamMgr__IAkIOHookDeferredBatch{ 0x05205838 }; - inline constexpr REL::Offset AK__StreamMgr__IAkLowLevelIOHook{ 0x05205878 }; - inline constexpr REL::Offset AStarSearchBase{ 0x051945C8 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshInfoSearch_AStarParam_DefaultSearchQueue_BSTSmartPointer_BSNavmeshInfo_BSTSmartPointerIntrusiveRefCount__BSTSmartPointer_BSPathingDoor_BSTSmartPointerIntrusiveRefCount___AStarParam_CustomExpectedConnections_22___{ 0x053B66B0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchBase_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ 0x051FAB10 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x053AF500 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x052F44D0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x053B6C80 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x051FE700 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x053AF860 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_BSPathSmootherPOVSearch_AStarParam_CustomSearchQueue_AStarQueue_AdaptiveBuckets_BSPathSmootherPOVNode_BSPathSmootherPOVLink___AStarParam_CustomExpectedConnections_12___{ 0x053B0BD0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F6470 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F6900 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05211B90 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05211890 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0521FD40 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0521DDF0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0521E1C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05301E80 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05300B20 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FC430 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FC8F0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052174C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052170C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053191E0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05319550 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F2CE0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F2A50 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530D860 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530D710 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053015A0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05301A40 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FDB00 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FDDD0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05306060 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05304A40 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05305790 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053059C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531DAE0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531DC00 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05316D70 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05316FD0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531CD60 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531BA50 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FA810 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FA6C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530E5F0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530EAD0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053168F0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05316B00 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05311C80 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05311EC0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0520B8C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0520B550 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05212380 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05212690 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_GravJumpSearch_AStarParam_DefaultSearchQueue_StarNode_StarLink__AStarParam_CustomExpectedConnections_100___{ 0x051945F0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchClosePoint_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ 0x051FE5F0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchLOS_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ 0x051FED70 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchFitSphere__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ 0x051FE8D0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ 0x051FE9C0 }; - inline constexpr REL::Offset AStarSearch_AStarParameters_TeleportDoorSearch_AStarParam_DefaultSearchQueue_ParentSpaceNode_TeleportLink__AStarParam_CustomExpectedConnections_1___{ 0x051FE500 }; - inline constexpr REL::Offset ATL__CAtlException{ 0x05095B70 }; - inline constexpr REL::Offset AabbHitCollector{ 0x05089160 }; - inline constexpr REL::Offset AbsorbEffect{ 0x052A2700 }; - inline constexpr REL::Offset AccumulatingValueModifierEffect{ 0x052A2750 }; - inline constexpr REL::Offset ActionActivateDoneHandler{ 0x052E8B08 }; - inline constexpr REL::Offset ActionInput{ 0x05152368 }; - inline constexpr REL::Offset ActionOutput{ 0x05152390 }; - inline constexpr REL::Offset ActiveEffect{ 0x052A2728 }; - inline constexpr REL::Offset ActiveEffectReferenceEffectController{ 0x052A2788 }; - inline constexpr REL::Offset ActiveEffect__ForEachHitEffectVisitor{ 0x052A27C8 }; - inline constexpr REL::Offset ActiveModItemDataModel{ 0x05240A28 }; - inline constexpr REL::Offset ActiveModItemDataModel__ActiveModItemEventShuttle{ 0x052409E0 }; - inline constexpr REL::Offset ActiveTriggers____hknpBSSpecificBodiesCollector{ 0x051EBF00 }; - inline constexpr REL::Offset Actor{ 0x0508C9C8 }; - inline constexpr REL::Offset ActorBoneWeightsActionChannel_Actor_int_{ 0x052C8C50 }; - inline constexpr REL::Offset ActorCCNormDotUpChannel_Actor_float_{ 0x052C8AD0 }; - inline constexpr REL::Offset ActorCCOnStairsChannel_Actor_bool_{ 0x052C8A30 }; - inline constexpr REL::Offset ActorCCSuportChannel_Actor_bool_{ 0x052C8FB8 }; - inline constexpr REL::Offset ActorCopyGraphVariableChannel_Actor_float_{ 0x052CD800 }; - inline constexpr REL::Offset ActorCopyGraphVariableChannel_Actor_int_{ 0x052CD8A0 }; - inline constexpr REL::Offset ActorKnowledge{ 0x052D39A0 }; - inline constexpr REL::Offset ActorLeftWeaponSpeedChannel_Actor_float_{ 0x052C9168 }; - inline constexpr REL::Offset ActorMagicCaster{ 0x052A2A48 }; - inline constexpr REL::Offset ActorMovementDeltaSmoothedChannel_Actor_float_{ 0x052C8940 }; - inline constexpr REL::Offset ActorMover{ 0x052D27C8 }; - inline constexpr REL::Offset ActorPackageData{ 0x052CC340 }; - inline constexpr REL::Offset ActorPitchChannel_Actor_float_{ 0x052CAE30 }; - inline constexpr REL::Offset ActorPitchDeltaChannel_Actor_float_{ 0x052C8E90 }; - inline constexpr REL::Offset ActorRollChannel_Actor_float_{ 0x052C8F28 }; - inline constexpr REL::Offset ActorSceneNextPhaseHandler{ 0x052E9420 }; - inline constexpr REL::Offset ActorSpeedSmoothedChannel_Actor_float_{ 0x052C8CF0 }; - inline constexpr REL::Offset ActorState{ 0x052668E8 }; - inline constexpr REL::Offset ActorTimeDeltaChannel_Actor_float_{ 0x052C9048 }; - inline constexpr REL::Offset ActorTurnDeltaSmoothedChannel_Actor_float_{ 0x052C8990 }; - inline constexpr REL::Offset ActorUtils__ArmorRatingVisitor{ 0x052CB2B0 }; - inline constexpr REL::Offset ActorUtils__ArmorRatingVisitorBase{ 0x052A5120 }; - inline constexpr REL::Offset ActorValueBindingUpdaterService{ 0x0515C900 }; - inline constexpr REL::Offset ActorValueInfo{ 0x051ED680 }; - inline constexpr REL::Offset ActorValueOwner{ 0x051D15E8 }; - inline constexpr REL::Offset ActorValueSnapshot{ 0x0507EEF0 }; - inline constexpr REL::Offset ActorWantBlockChannel_Actor_int_{ 0x052C90D8 }; - inline constexpr REL::Offset ActorWardHealthChannel_Actor_float_{ 0x052A2A08 }; - inline constexpr REL::Offset ActorWeaponAttackAnimationDurationChannel_Actor_float_{ 0x052C8D30 }; - inline constexpr REL::Offset ActorWeaponSpeedChannel_Actor_float_{ 0x052C8DF0 }; - inline constexpr REL::Offset Actor__ForEachSpellVisitor{ 0x052A5DA8 }; - inline constexpr REL::Offset AddRagdollHandler{ 0x052E8CB0 }; - inline constexpr REL::Offset AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler{ 0x05165DA0 }; - inline constexpr REL::Offset AimAssistData{ 0x051BA840 }; - inline constexpr REL::Offset AimAssist__Circle{ 0x05126FF8 }; - inline constexpr REL::Offset AimAssist__Ellipse{ 0x052098A8 }; - inline constexpr REL::Offset AimAssist__IPrimitive{ 0x05127020 }; - inline constexpr REL::Offset AimAssist__Pill{ 0x0520E8F8 }; - inline constexpr REL::Offset AimDownSightData{ 0x051BA9D0 }; - inline constexpr REL::Offset AimModelData{ 0x051BAC18 }; - inline constexpr REL::Offset AimOpticalSightData{ 0x051BAD28 }; - inline constexpr REL::Offset AimOpticalSightStates__Active{ 0x05090418 }; - inline constexpr REL::Offset AimOpticalSightStates__Base{ 0x0520EA38 }; - inline constexpr REL::Offset AimOpticalSightStates__BetweenShots{ 0x05090450 }; - inline constexpr REL::Offset AimOpticalSightStates__Deinitialization{ 0x05090398 }; - inline constexpr REL::Offset AimOpticalSightStates__Inactive{ 0x050904C8 }; - inline constexpr REL::Offset AimOpticalSightStates__Initialization{ 0x050903D8 }; - inline constexpr REL::Offset AimOpticalSightStates__Ready{ 0x05090490 }; - inline constexpr REL::Offset AlarmPackage{ 0x05091D00 }; - inline constexpr REL::Offset AlchemyItem{ 0x05177798 }; - inline constexpr REL::Offset AliasLegendaryRankCalculator{ 0x051E7898 }; - inline constexpr REL::Offset AllowRotationHandler{ 0x052E8CD8 }; - inline constexpr REL::Offset AllowRotationHandlerReference{ 0x052E9138 }; - inline constexpr REL::Offset AmmoData{ 0x052621B0 }; - inline constexpr REL::Offset AnimGraph{ 0x0535F490 }; - inline constexpr REL::Offset AnimGraphNode{ 0x05360090 }; - inline constexpr REL::Offset AnimGraphNodeInstance{ 0x05360060 }; - inline constexpr REL::Offset AnimatedCameraDeltaStartHandler{ 0x052E8738 }; - inline constexpr REL::Offset AnimatedCameraEndHandler{ 0x052E87D8 }; - inline constexpr REL::Offset AnimatedCameraStartHandler{ 0x052E8770 }; - inline constexpr REL::Offset AnimationClipDataSingleton{ 0x0536E7B8 }; - inline constexpr REL::Offset AnimationCompleteHandler{ 0x052E8C50 }; - inline constexpr REL::Offset AnimationCorrectedNode{ 0x0536DD60 }; - inline constexpr REL::Offset AnimationCorrectedNodeInstance{ 0x0536DD90 }; - inline constexpr REL::Offset AnimationDirectionChannel_TESObjectREFR_float_{ 0x051D9580 }; - inline constexpr REL::Offset AnimationDrivenHandler{ 0x052E8D08 }; - inline constexpr REL::Offset AnimationDrivenHandlerReference{ 0x052E9258 }; - inline constexpr REL::Offset AnimationFileManagerSingleton{ 0x0536E9A0 }; - inline constexpr REL::Offset AnimationGraphInstance{ 0x05360E38 }; - inline constexpr REL::Offset AnimationImpactSelector{ 0x0536D920 }; - inline constexpr REL::Offset AnimationImpactSelectorInstance{ 0x0536D950 }; - inline constexpr REL::Offset AnimationManager{ 0x05360650 }; - inline constexpr REL::Offset AnimationNode{ 0x0536E110 }; - inline constexpr REL::Offset AnimationNodeInstance{ 0x0536E0E0 }; - inline constexpr REL::Offset AnimationObjectDrawHandler{ 0x052E85A8 }; - inline constexpr REL::Offset AnimationObjectHideHandler{ 0x052E8650 }; - inline constexpr REL::Offset AnimationObjectLoadHandler{ 0x052E8A00 }; - inline constexpr REL::Offset AnimationObjectUnequipAllHandler{ 0x052E85E0 }; - inline constexpr REL::Offset AnimationObjectUnequipHandler{ 0x052E89C8 }; - inline constexpr REL::Offset AnimationPathInterface{ 0x052CB280 }; - inline constexpr REL::Offset AnimationRagdoll{ 0x0536DC50 }; - inline constexpr REL::Offset AnimationRagdollDrive{ 0x0536DBF0 }; - inline constexpr REL::Offset AnimationRagdollDriveInstance{ 0x0536DBB8 }; - inline constexpr REL::Offset AnimationRagdollInstance{ 0x0536DC20 }; - inline constexpr REL::Offset AnimationSpeedChannel_TESObjectREFR_float_{ 0x051D9350 }; - inline constexpr REL::Offset AnimationStanceDataSingletonDBData{ 0x0536F138 }; - inline constexpr REL::Offset AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform_{ 0x0536EF00 }; - inline constexpr REL::Offset AnimationStreamLoadGame{ 0x051D95C8 }; - inline constexpr REL::Offset AnimationStreamSaveGame{ 0x051D95F8 }; - inline constexpr REL::Offset AnimationSystemUtils__QueuedAnimationHandles{ 0x05203BE0 }; - inline constexpr REL::Offset AnimationSystemUtils__QueuedModelHandles{ 0x05203C28 }; - inline constexpr REL::Offset AnimationSystemUtils__QueuedReferenceAnimationTask{ 0x05203B90 }; - inline constexpr REL::Offset AnimationSystemUtils__TESModelAndAnimationHandles{ 0x05156670 }; - inline constexpr REL::Offset AnimationTurnDeltaChannel_TESObjectREFR_float_{ 0x051D94C0 }; - inline constexpr REL::Offset AnimationVerticalDirectionChannel_TESObjectREFR_float_{ 0x051D9400 }; - inline constexpr REL::Offset AntiGravityEffect{ 0x052A2AB0 }; - inline constexpr REL::Offset AnticipateAttackHandler{ 0x052E9F38 }; - inline constexpr REL::Offset ArchiveFile{ 0x053C7998 }; - inline constexpr REL::Offset ArmorCraftingMenu{ 0x05266BE0 }; - inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Key__{ 0x05277750 }; - inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ 0x0527A8F0 }; - inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ 0x052779D0 }; - inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ 0x05258D20 }; - inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ 0x05259030 }; - inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ 0x0529A550 }; - inline constexpr REL::Offset ArrayNestedUIValue_AlertData_0_{ 0x0523F140 }; - inline constexpr REL::Offset ArrayNestedUIValue_ArrayAction_0_{ 0x05259298 }; - inline constexpr REL::Offset ArrayNestedUIValue_AssignmentCategory_0_{ 0x052514B0 }; - inline constexpr REL::Offset ArrayNestedUIValue_AssignmentInfo_0_{ 0x05251410 }; - inline constexpr REL::Offset ArrayNestedUIValue_BackgroundDatum_0_{ 0x052858C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_BuffInfo_0_{ 0x05249808 }; - inline constexpr REL::Offset ArrayNestedUIValue_BuildItemData_0_{ 0x0525BE90 }; - inline constexpr REL::Offset ArrayNestedUIValue_BuilderRequirementsData__InputRequirement_0_{ 0x0525BAA0 }; - inline constexpr REL::Offset ArrayNestedUIValue_CargoLinkData__CargoLinkResource_0_{ 0x0525C6E0 }; - inline constexpr REL::Offset ArrayNestedUIValue_ComponentFlashEventInfo_0_{ 0x05258A20 }; - inline constexpr REL::Offset ArrayNestedUIValue_ControlBindingsData__InputSetting_0_{ 0x052502C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_ControlConflictsData__ConflictingControl_0_{ 0x0524F140 }; - inline constexpr REL::Offset ArrayNestedUIValue_ControlConflictsData__ControlConflicts_0_{ 0x0524F350 }; - inline constexpr REL::Offset ArrayNestedUIValue_ControlMapDataModel__MappedEvent_0_{ 0x0539F790 }; - inline constexpr REL::Offset ArrayNestedUIValue_CraftingRecipesDataModel__RecipeData_0_{ 0x0523FAF0 }; - inline constexpr REL::Offset ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_0_{ 0x05235880 }; - inline constexpr REL::Offset ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_0_{ 0x052355E0 }; - inline constexpr REL::Offset ArrayNestedUIValue_CreditsDataModel__CreditsSection_0_{ 0x05229580 }; - inline constexpr REL::Offset ArrayNestedUIValue_CrewInfo_0_{ 0x05251BC8 }; - inline constexpr REL::Offset ArrayNestedUIValue_CrewSkillInfo_0_{ 0x05236580 }; - inline constexpr REL::Offset ArrayNestedUIValue_DialogueUIDataModel__DialogueEntryData_0_{ 0x0525E890 }; - inline constexpr REL::Offset ArrayNestedUIValue_DialogueUIDataModel__PersuasionEntryData_0_{ 0x0525EAD0 }; - inline constexpr REL::Offset ArrayNestedUIValue_DocData_0_{ 0x05243A48 }; - inline constexpr REL::Offset ArrayNestedUIValue_EffectData_0_{ 0x0523F100 }; - inline constexpr REL::Offset ArrayNestedUIValue_EffectGroup_0_{ 0x05249AE8 }; - inline constexpr REL::Offset ArrayNestedUIValue_ExplosiveIndicator_0_{ 0x05238BF0 }; - inline constexpr REL::Offset ArrayNestedUIValue_FavoritesManager__FavoritesEntryData_0_{ 0x05328F30 }; - inline constexpr REL::Offset ArrayNestedUIValue_FireForgetModel__EventNameShuttle_0_{ 0x05238FC0 }; - inline constexpr REL::Offset ArrayNestedUIValue_HUDCommandIconData_0_{ 0x052623C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_HUDDirectionalHitData_0_{ 0x05262750 }; - inline constexpr REL::Offset ArrayNestedUIValue_HUDEnemyData__EnemyDatum_0_{ 0x0523D660 }; - inline constexpr REL::Offset ArrayNestedUIValue_HUDHitKillDatum_0_{ 0x0523D210 }; - inline constexpr REL::Offset ArrayNestedUIValue_HUDLocationData_0_{ 0x0523DA00 }; - inline constexpr REL::Offset ArrayNestedUIValue_HailingData_0_{ 0x05258010 }; - inline constexpr REL::Offset ArrayNestedUIValue_HelpTopicData_0_{ 0x052311C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_HudModeVisibilityInfo_0_{ 0x0523E0C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_IconData_DS_0_{ 0x05299718 }; - inline constexpr REL::Offset ArrayNestedUIValue_ImageFixtureUIData_0_{ 0x0522AD30 }; - inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__ElementalStatInfo_0_{ 0x0522A690 }; - inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__InventoryCategoryData_0_{ 0x0523C060 }; - inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__InventoryItem_0_{ 0x0523B660 }; - inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__ModInfo_0_{ 0x0522A590 }; - inline constexpr REL::Offset ArrayNestedUIValue_ItemModsDataModel__ItemModData_0_{ 0x052402F0 }; - inline constexpr REL::Offset ArrayNestedUIValue_ItemModsDataModel__ItemModSlotData_0_{ 0x05240650 }; - inline constexpr REL::Offset ArrayNestedUIValue_Key_0_{ 0x05277648 }; - inline constexpr REL::Offset ArrayNestedUIValue_LevelUpPerkData_0_{ 0x05264040 }; - inline constexpr REL::Offset ArrayNestedUIValue_LoadSavePanelData__CharacterData_0_{ 0x05241F00 }; - inline constexpr REL::Offset ArrayNestedUIValue_LoadSavePanelData__GameData_0_{ 0x05241E00 }; - inline constexpr REL::Offset ArrayNestedUIValue_MainMenuListData__ActionData_0_{ 0x052437A0 }; - inline constexpr REL::Offset ArrayNestedUIValue_MessageButton_0_{ 0x0532C610 }; - inline constexpr REL::Offset ArrayNestedUIValue_MiscInfo_0_{ 0x052494A0 }; - inline constexpr REL::Offset ArrayNestedUIValue_MissionDetailsEntry_DS_0_{ 0x0526E7A0 }; - inline constexpr REL::Offset ArrayNestedUIValue_MissionListEntry_DS_0_{ 0x0526E940 }; - inline constexpr REL::Offset ArrayNestedUIValue_MonocleUIDataModel__ResourceData_0_{ 0x05260220 }; - inline constexpr REL::Offset ArrayNestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_0_{ 0x05260610 }; - inline constexpr REL::Offset ArrayNestedUIValue_MonocleUIDataModel__SocialSpellData_0_{ 0x05260450 }; - inline constexpr REL::Offset ArrayNestedUIValue_NewCompassMarker_0_{ 0x0523C970 }; - inline constexpr REL::Offset ArrayNestedUIValue_ObjectiveData_0_{ 0x05265D00 }; - inline constexpr REL::Offset ArrayNestedUIValue_Patch_0_{ 0x0527A7E8 }; - inline constexpr REL::Offset ArrayNestedUIValue_PauseMenuListData__ActionData_0_{ 0x05244B20 }; - inline constexpr REL::Offset ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_0_{ 0x05245D30 }; - inline constexpr REL::Offset ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_0_{ 0x05245F90 }; - inline constexpr REL::Offset ArrayNestedUIValue_PickpocketItemData_0_{ 0x05274170 }; - inline constexpr REL::Offset ArrayNestedUIValue_PlayerInventoryItem_0_{ 0x05248FB0 }; - inline constexpr REL::Offset ArrayNestedUIValue_Powers_0_{ 0x0522BD50 }; - inline constexpr REL::Offset ArrayNestedUIValue_QuestDataModel__Objective_0_{ 0x0524A9C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_QuestDataModel__Quest_0_{ 0x0524AB80 }; - inline constexpr REL::Offset ArrayNestedUIValue_QuestUpdate_0_{ 0x05265E80 }; - inline constexpr REL::Offset ArrayNestedUIValue_RankData_0_{ 0x0527ABE8 }; - inline constexpr REL::Offset ArrayNestedUIValue_Requirements_0_{ 0x0527AA90 }; - inline constexpr REL::Offset ArrayNestedUIValue_ResearchCategoryPreview_0_{ 0x0524B880 }; - inline constexpr REL::Offset ArrayNestedUIValue_ResearchPopupInfo__ItemInfo_0_{ 0x0524BC90 }; - inline constexpr REL::Offset ArrayNestedUIValue_ResearchProjectDetails__LinkedProject_0_{ 0x0524B530 }; - inline constexpr REL::Offset ArrayNestedUIValue_ResearchProjectDetails__MaterialRequirment_0_{ 0x0524B3E0 }; - inline constexpr REL::Offset ArrayNestedUIValue_ResearchProjectPreview_0_{ 0x0524BA40 }; - inline constexpr REL::Offset ArrayNestedUIValue_Ring_0_{ 0x052778C8 }; - inline constexpr REL::Offset ArrayNestedUIValue_RolloverActivationButtonData_0_{ 0x0523B130 }; - inline constexpr REL::Offset ArrayNestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_0_{ 0x05250000 }; - inline constexpr REL::Offset ArrayNestedUIValue_ShipComponent_0_{ 0x052384A0 }; - inline constexpr REL::Offset ArrayNestedUIValue_ShipHangar__ShipMenuTab_DS_0_{ 0x0522D3A0 }; - inline constexpr REL::Offset ArrayNestedUIValue_Skill_0_{ 0x05237748 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__ColorTabData_DS_0_{ 0x05174520 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_0_{ 0x05171310 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__FlightCheckTab_DS_0_{ 0x05171120 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__HelpEntry_DS_0_{ 0x05177340 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__ModuleEntry_DS_0_{ 0x0515A0D0 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__StatEntry_DS_0_{ 0x05177630 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_0_{ 0x05159220 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_0_{ 0x05170F30 }; - inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_0_{ 0x05170D40 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyInfoToUI_0_{ 0x05238530 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyPOIDef_0_{ 0x0528FAE0 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyPOIMarkersDef_0_{ 0x0528F800 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyPOIPos_0_{ 0x0528F8E0 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__GalaxyMarkerData_0_{ 0x05291760 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__GalaxyMarkerDef_0_{ 0x05291980 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__MenuMarkerCoords_0_{ 0x05292F60 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__Outpost_DS_0_{ 0x05296C70 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__PlanetInfoToUI_0_{ 0x05238890 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__ResourceInfoFlashObject_0_{ 0x05259390 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__StarMapMenuMarkerData_0_{ 0x05292B10 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_0_{ 0x05292D70 }; - inline constexpr REL::Offset ArrayNestedUIValue_StarMap__SurfaceMarkerStaticData_0_{ 0x05295900 }; - inline constexpr REL::Offset ArrayNestedUIValue_StatCategory_0_{ 0x05249970 }; - inline constexpr REL::Offset ArrayNestedUIValue_SubSettingsList__GeneralSetting_0_{ 0x05250580 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData_0_{ 0x051C9840 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_0_{ 0x051CAED0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_0_{ 0x051C9E50 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_0_{ 0x051CA220 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_0_{ 0x051CB110 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__CodeBuiltSliderMetadata_0_{ 0x051C9FB0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__CodeBuiltStepperData_0_{ 0x051C9BD0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__HeadPartMetadata_0_{ 0x051CACB0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__MorphSliderData_0_{ 0x051C9970 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData_0_{ 0x051CA9F0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_0_{ 0x051CA550 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_0_{ 0x051CB3B0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_0_{ 0x051CA810 }; - inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendSliderMetadata_0_{ 0x051CB5C0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TargetCombatValues_0_{ 0x05258FE0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TargetComponentData_0_{ 0x05258CD0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TargetHighFreq_0_{ 0x052581B0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TargetLowFreq_0_{ 0x05257FD0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TestMenu__TestData__ArcanaData_0_{ 0x0529A2D0 }; - inline constexpr REL::Offset ArrayNestedUIValue_TestMenu__TestResourcesData__ResourceData_0_{ 0x0529A270 }; - inline constexpr REL::Offset ArrayNestedUIValue_TraitDatum_0_{ 0x05285A40 }; - inline constexpr REL::Offset ArrayNestedUIValue_TraitInfo_0_{ 0x05249618 }; - inline constexpr REL::Offset ArrayNestedUIValue_UICraftingUtils__SkillRequirement_0_{ 0x051776E0 }; - inline constexpr REL::Offset ArrayNestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_0_{ 0x0516EB20 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopAreaResourcesData__AreaResource_0_{ 0x0525AA10 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopCategoryBarData__CategoryBarData_0_{ 0x0525ABF0 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData_0_{ 0x0525B2D0 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_0_{ 0x0525AF20 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopInterfaceShared__ItemRequirement_0_{ 0x0525A880 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopInterfaceShared__ResourceProduced_0_{ 0x0525A820 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopTargetMenu__OutpostData_0_{ 0x052A1220 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopTargetMenu__ResourceData_0_{ 0x052A0C00 }; - inline constexpr REL::Offset ArrayNestedUIValue_WorkshopTargetMenu__TargetData_0_{ 0x052A0B70 }; - inline constexpr REL::Offset ArrayNestedUIValue_XPData_0_{ 0x05262EC8 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_AlertData__0_{ 0x0523F340 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ArrayAction__0_{ 0x052592E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_AssignmentCategory__0_{ 0x05251500 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_AssignmentInfo__0_{ 0x05251460 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BackgroundDatum__0_{ 0x05285870 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BuffInfo__0_{ 0x052498F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BuildItemData__0_{ 0x0525BF10 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BuilderRequirementsData__InputRequirement__0_{ 0x0525BA30 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CargoLinkData__CargoLinkResource__0_{ 0x0525C790 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ComponentFlashEventInfo__0_{ 0x05258B30 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlBindingsData__InputSetting__0_{ 0x05250320 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlConflictsData__ConflictingControl__0_{ 0x0524F1A0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlConflictsData__ControlConflicts__0_{ 0x0524F210 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlMapDataModel__MappedEvent__0_{ 0x0539F730 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CraftingRecipesDataModel__RecipeData__0_{ 0x0523FCF0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__0_{ 0x052357F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__0_{ 0x05235760 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CreditsDataModel__CreditsSection__0_{ 0x05229520 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CrewInfo__0_{ 0x05251C10 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CrewSkillInfo__0_{ 0x05236480 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_DialogueUIDataModel__DialogueEntryData__0_{ 0x0525E980 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__0_{ 0x0525EBD0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_DocData__0_{ 0x05243C60 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_EffectData__0_{ 0x0523F0B0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_EffectGroup__0_{ 0x052493A0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ExplosiveIndicator__0_{ 0x05238B90 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_FavoritesManager__FavoritesEntryData__0_{ 0x05328F90 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_FireForgetModel__EventNameShuttle__0_{ 0x05238F60 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDCommandIconData__0_{ 0x05262360 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDDirectionalHitData__0_{ 0x052627E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDEnemyData__EnemyDatum__0_{ 0x0523D600 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDHitKillDatum__0_{ 0x0523D1C0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDLocationData__0_{ 0x0523D9B0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HailingData__0_{ 0x05258050 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HelpTopicData__0_{ 0x05231170 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HudModeVisibilityInfo__0_{ 0x0523E060 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_IconData_DS__0_{ 0x05299790 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ImageFixtureUIData__0_{ 0x0522AC30 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__0_{ 0x0522A6F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__0_{ 0x0523C0C0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryItem__0_{ 0x0523B6C0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__ModInfo__0_{ 0x0522A830 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModData__0_{ 0x052404D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModSlotData__0_{ 0x052405E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Key__0_{ 0x05277600 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_LevelUpPerkData__0_{ 0x05263FF0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_LoadSavePanelData__CharacterData__0_{ 0x05241EA0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_LoadSavePanelData__GameData__0_{ 0x05241DA0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MainMenuListData__ActionData__0_{ 0x05243740 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MessageButton__0_{ 0x0532C650 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MiscInfo__0_{ 0x052494E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MissionDetailsEntry_DS__0_{ 0x0526E740 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MissionListEntry_DS__0_{ 0x0526E8E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MonocleUIDataModel__ResourceData__0_{ 0x052601C0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__0_{ 0x05260710 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MonocleUIDataModel__SocialSpellData__0_{ 0x052603E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_NewCompassMarker__0_{ 0x0523C920 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ObjectiveData__0_{ 0x05265D40 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Patch__0_{ 0x0527A7A0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PauseMenuListData__ActionData__0_{ 0x05244D70 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__0_{ 0x05245DA0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__0_{ 0x05245E20 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PickpocketItemData__0_{ 0x05274110 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PlayerInventoryItem__0_{ 0x05249000 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Powers__0_{ 0x0522BD90 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_QuestDataModel__Objective__0_{ 0x0524AA10 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_QuestDataModel__Quest__0_{ 0x0524AA70 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_QuestUpdate__0_{ 0x05265580 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_RankData__0_{ 0x0527ABA0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Requirements__0_{ 0x0527AA40 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchCategoryPreview__0_{ 0x0524B8D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchPopupInfo__ItemInfo__0_{ 0x0524BCE0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchProjectDetails__LinkedProject__0_{ 0x0524B720 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchProjectDetails__MaterialRequirment__0_{ 0x0524B440 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchProjectPreview__0_{ 0x0524B930 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Ring__0_{ 0x05277880 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_RolloverActivationButtonData__0_{ 0x0523B180 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__0_{ 0x0524FF30 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ShipComponent__0_{ 0x05238450 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ShipHangar__ShipMenuTab_DS__0_{ 0x0522D340 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Skill__0_{ 0x052377F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__ColorTabData_DS__0_{ 0x051744C0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__0_{ 0x05171370 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__0_{ 0x05171180 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__HelpEntry_DS__0_{ 0x051772E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__0_{ 0x05159F00 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__StatEntry_DS__0_{ 0x051775D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__0_{ 0x05159280 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__0_{ 0x05170F90 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__0_{ 0x05170DA0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyInfoToUI__0_{ 0x052385F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyPOIDef__0_{ 0x0528FA40 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyPOIMarkersDef__0_{ 0x0528F6F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyPOIPos__0_{ 0x0528F930 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerData__0_{ 0x052917B0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerDef__0_{ 0x052918D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__MenuMarkerCoords__0_{ 0x05292FB0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__Outpost_DS__0_{ 0x05296BB0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__PlanetInfoToUI__0_{ 0x052386C0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__ResourceInfoFlashObject__0_{ 0x052593F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__StarMapMenuMarkerData__0_{ 0x05292B60 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__0_{ 0x05292CA0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__SurfaceMarkerStaticData__0_{ 0x052957D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StatCategory__0_{ 0x052499B0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SubSettingsList__GeneralSetting__0_{ 0x0524EFD0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__0_{ 0x051C97D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__0_{ 0x051CAE50 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__0_{ 0x051C9DC0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__0_{ 0x051CA190 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__0_{ 0x051CB090 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__0_{ 0x051C9F40 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltStepperData__0_{ 0x051C9B70 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__HeadPartMetadata__0_{ 0x051CAC50 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__MorphSliderData__0_{ 0x051C9910 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__0_{ 0x051CA970 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__0_{ 0x051CA4D0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__0_{ 0x051CB320 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__0_{ 0x051CA770 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendSliderMetadata__0_{ 0x051CB550 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetCombatValues__0_{ 0x05258EC0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetComponentData__0_{ 0x05258BE0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetHighFreq__0_{ 0x05258330 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetLowFreq__0_{ 0x05257ED0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TestMenu__TestData__ArcanaData__0_{ 0x0529A3F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TestMenu__TestResourcesData__ResourceData__0_{ 0x0529A200 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TraitDatum__0_{ 0x052859F0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TraitInfo__0_{ 0x05249530 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_UICraftingUtils__SkillRequirement__0_{ 0x05177680 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__0_{ 0x0516EAB0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopAreaResourcesData__AreaResource__0_{ 0x0525A8E0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__0_{ 0x0525AC50 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__0_{ 0x0525B330 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__0_{ 0x0525B130 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__0_{ 0x0525A7B0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__0_{ 0x0525A9A0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopTargetMenu__OutpostData__0_{ 0x052A1300 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopTargetMenu__ResourceData__0_{ 0x052A0CE0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopTargetMenu__TargetData__0_{ 0x052A13B0 }; - inline constexpr REL::Offset ArrayUIValue_NestedUIValue_XPData__0_{ 0x05262FA0 }; - inline constexpr REL::Offset ArrayUIValue_StringUIValue_0_{ 0x052295D8 }; - inline constexpr REL::Offset ArrayUIValue_StringUIValue_3_{ 0x05174FC8 }; - inline constexpr REL::Offset ArrayUIValue_TUIValue_BSFixedStringCS__0_{ 0x05245930 }; - inline constexpr REL::Offset ArrayUIValue_TUIValue_BSFixedString__0_{ 0x051CA300 }; - inline constexpr REL::Offset ArrayUIValue_TUIValue_float__0_{ 0x051C9A08 }; - inline constexpr REL::Offset ArrayUIValue_TUIValue_int__0_{ 0x05259450 }; - inline constexpr REL::Offset ArrayUIValue_TUIValue_int__3_{ 0x05175058 }; - inline constexpr REL::Offset ArrayUIValue_TUIValue_unsignedint__0_{ 0x05174678 }; - inline constexpr REL::Offset ArrowAttachHandler{ 0x052E9090 }; - inline constexpr REL::Offset ArrowDetachHandler{ 0x052E8F98 }; - inline constexpr REL::Offset ArrowProjectile{ 0x052EBF90 }; - inline constexpr REL::Offset AssignVariable{ 0x0536DAF8 }; - inline constexpr REL::Offset AssignVariableInstance{ 0x0536DB20 }; - inline constexpr REL::Offset AssigniState{ 0x0536DAA0 }; - inline constexpr REL::Offset AssigniStateInstance{ 0x0536DAC8 }; - inline constexpr REL::Offset AttachDistant3DTask{ 0x0517BA18 }; - inline constexpr REL::Offset AttachReferenceHandler{ 0x052E9D60 }; - inline constexpr REL::Offset AttackStopHandler{ 0x052EA268 }; - inline constexpr REL::Offset AttractionObjectLOSUtils__CacheEntry{ 0x05208D58 }; - inline constexpr REL::Offset AutoRegisterCombatObjectType_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___{ 0x050C9E00 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAcquireSearchDebugData_{ 0x050DCE20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAimController_{ 0x050DB750 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAlignRollPathController_{ 0x050DC480 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAnimatedPath_{ 0x050DA550 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatApproachTargetPathController_{ 0x050D9C00 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaHoldPosition_{ 0x050DBA00 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaReference_{ 0x050DC430 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaShape_{ 0x050DE640 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaStandard_{ 0x050DE400 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatBarrelRollPathController_{ 0x050DDAA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatChangePositionPathController_{ 0x050D8EE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatChargingSearchData_{ 0x050D9E70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatCluster_{ 0x050DB560 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoverSearchDebugData_{ 0x050DB0F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoverSearchResult_{ 0x050DD8C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoverSearch_{ 0x050DD620 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoveredPathDebugData_{ 0x050DCC30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatDialogueDebugData_{ 0x050D99D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatDisableActionController_{ 0x050DAF30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatDisableAimController_{ 0x050DE5F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatDisableCollisionController_{ 0x0530AA90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatEnterCoverPathController_{ 0x050DDC40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatFlankingSearchData_{ 0x050DDF90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatFleeAimController_{ 0x050D86F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatFollowTargetPathController_{ 0x050DDEE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInceptionDebugData_{ 0x050DE8D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemGrenade_{ 0x050DD0B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__{ 0x050CD660 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__{ 0x050CAA70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__{ 0x050CCD50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__{ 0x050CC2D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__{ 0x050CA850 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__{ 0x050CDFA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__{ 0x050CA4F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__{ 0x050CA7C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__{ 0x0509F210 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__{ 0x050CB1E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__{ 0x050CBE60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__{ 0x050CE2D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__{ 0x050CED90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__{ 0x050CBAF0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__{ 0x050CD5D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__{ 0x050C9F60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__{ 0x050CE940 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__{ 0x050CEEB0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__{ 0x0509F2A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__{ 0x050CB550 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__{ 0x050CDE80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__{ 0x050CEF40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__{ 0x050CC700 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__{ 0x050CA580 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__{ 0x050CD030 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__{ 0x050CE660 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__{ 0x050CAB00 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__{ 0x050CADE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__{ 0x050CDF10 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__{ 0x050CD4B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__{ 0x050CB790 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__{ 0x050CB4C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__{ 0x050C9FF0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__{ 0x050CD6F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__{ 0x050CEBB0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__{ 0x050CD300 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__{ 0x050CE480 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__{ 0x050CD810 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__{ 0x050CA2D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__{ 0x050CCCC0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__{ 0x0509F330 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__{ 0x050CC9E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__{ 0x050CBB80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__{ 0x050CDA50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__{ 0x050CDBA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__{ 0x050CEE20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__{ 0x050CD540 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__{ 0x050CD270 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__{ 0x050CB820 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__{ 0x050CF090 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__{ 0x050CE360 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__{ 0x050CD390 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__{ 0x050CD420 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__{ 0x050CEA90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__{ 0x050CB8B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__{ 0x050CF120 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__{ 0x0509F180 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__{ 0x050CE5D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__{ 0x050C9ED0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__{ 0x050CC5B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__{ 0x050CEC40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__{ 0x050CE240 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__{ 0x050CB090 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__{ 0x050CAE70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__{ 0x050CE0F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__{ 0x050CEB20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__{ 0x050CE3F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__{ 0x050CD780 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMelee_{ 0x050DA3D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemOneHandedBlock_{ 0x050DD860 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemRanged_{ 0x050DBE60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemShield_{ 0x050DD100 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemThrown_{ 0x050DC1A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemTorch_{ 0x050DCE80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterArmor_{ 0x050DEAB0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterBoundItem_{ 0x050D97E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterChameleon_{ 0x050DAB40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterCloak_{ 0x050DB1A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterDash_{ 0x050DD450 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterDisarm_{ 0x050D8A30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterInvisibility_{ 0x050DA8F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterLight_{ 0x050DB930 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterOffensive_{ 0x050D9E20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterParalyze_{ 0x050DCB60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterReanimate_{ 0x050D9680 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterRestore_{ 0x050DA200 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterScript_{ 0x050DAE90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterStagger_{ 0x050DE800 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterSummon_{ 0x050DA250 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterTargetEffect_{ 0x050DC3D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterWard_{ 0x050DB380 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMantlePathController_{ 0x050DE4D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMatchTargetAimController_{ 0x050DC890 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMeleeAimController_{ 0x050D8B00 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMeleeAttackController_{ 0x050DD5D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMeleeDebugData_{ 0x050DC380 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMovementRequestActivateTarget_{ 0x052142C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatMovementRequestFollowActor_{ 0x050DC830 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatNavmeshCoverLocation_{ 0x050D9210 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatNavmeshPathingDebugData_{ 0x050D9370 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathBuilderTrackInfo_{ 0x050DD370 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathBuilderTracker_{ 0x050DE520 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D4350 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D8230 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D4210 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D7990 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B5970 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B3470 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x050BA1B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BEE70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B84C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2090 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BDC30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C1030 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B1240 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x0509C000 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B7070 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BB310 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050BF970 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D7100 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509AF60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050B9270 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BC460 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050AFB60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B4960 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D3F80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D3950 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D7DD0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D6790 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D5940 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D6B20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D75F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D6A80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D7560 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D3300 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D7A30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D31B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__{ 0x050D1160 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D00A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D1F70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D08A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D0D50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B5570 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B3090 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x050B9DB0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BEA50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B80C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B1C70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BDB50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C0C10 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B0E40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x0509BF30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B6D40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BAF30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050D33A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x05099F70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509AB70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D4770 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BC060 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050AFA90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B4770 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D05C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050CF620 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D01C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050CFEF0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050CFB80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050CF770 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__{ 0x050D1C70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__{ 0x050D0530 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D09C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__{ 0x050D1620 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__{ 0x050D1990 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__{ 0x050D0010 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__{ 0x050D1440 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__{ 0x050D0C00 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__{ 0x050CF800 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050CFE60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__{ 0x050D1030 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__{ 0x050D0250 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__{ 0x050D10D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D16B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__{ 0x050CF1B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__{ 0x050D0930 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__{ 0x050D0130 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__{ 0x050CFF80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__{ 0x050D1590 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D20C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050CFAE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050CF490 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D78E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D3020 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D5600 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D42A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B5FA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B3870 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x0509C840 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BF400 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B8D40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2910 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BE4F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C1550 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B1AC0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x050D2410 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B76A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BBB50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050C01F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D62F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509B590 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050B96D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BCCE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B03E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B51E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D4B90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D5BA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D5000 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D39F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D3250 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D22B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D52A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D2150 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D2BB0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D4F50 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D7AD0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D2360 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D5FD0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D7D20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D8190 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D4DF0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B5D90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B3660 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x050BA5D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BEF60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B88E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B24B0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BE070 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C1460 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B1660 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x0509C400 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B7490 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BB710 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050BFD90 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x0509D2D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509B380 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D6BC0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BC880 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050AFF80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B4D80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D7E70 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D2200 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D40C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D45F0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D4170 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D8530 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D7060 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D2870 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D7C80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D4010 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D4EA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D5D30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingDebugData_{ 0x050D88D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingDelayedTweener_{ 0x050DAA60 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingRequestDebugData_{ 0x050DBFC0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingSearchArea_{ 0x050DB630 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingTweener_{ 0x050DE220 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPositionReservation_{ 0x050DD060 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatPositionTracker_{ 0x050DDF40 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatProjectileAimController_{ 0x050DC7D0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatProjectileDebugData_{ 0x050D9EC0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatRangedMovementPathSpeedController_{ 0x050D9460 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___{ 0x050DF0A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatSearchMap2D_{ 0x050DB0A0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatSearchMap3D_{ 0x050DB680 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatShipGenericPathController_{ 0x050DC140 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatShipPursueTargetPathController_{ 0x050DD150 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatSoftCoverLocation_{ 0x050DAEE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatSpatialGraphPathingDebugData_{ 0x050DA890 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatStandardCoverLocation_{ 0x050DAD30 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatSuppressiveFireBehavior_{ 0x050DC4E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetLocationSearchResult_{ 0x0509F3C0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetLocationSearch_{ 0x050DA020 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetLocation_{ 0x050DC780 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorFixed_{ 0x050DC070 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorPreferred_{ 0x050DA950 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorRandom_{ 0x050DE030 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorSpaceship_{ 0x050D8CE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorStandard_{ 0x050DDE80 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorWorkshopObject_{ 0x050DA670 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatExplosion_{ 0x050DA100 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatLOF_{ 0x050DBBE0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatMelee_{ 0x050DC980 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatProjectile_{ 0x050DDCA0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTrackTargetAimController_{ 0x050DB140 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTunnelPathController_{ 0x050DC020 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatTunnelPathingRequestData_{ 0x050D98E0 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatViewControllerGlance_{ 0x050DA620 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatViewControllerPath_{ 0x050DC730 }; - inline constexpr REL::Offset AutoRegisterCombatObject_CombatViewControllerStandard_{ 0x050DD800 }; - inline constexpr REL::Offset AutoRegisterCombatObject_DetectionDebugData_{ 0x050D9A20 }; - inline constexpr REL::Offset AutoRegisterCombatObject_DiveBombPathController_{ 0x050DDFE0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B54C0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ 0x050B2FE0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ 0x050B9D00 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050BE990 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B8010 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B1BC0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ 0x050BDA90 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050C0B60 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B0D90 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ 0x0509BE80 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B6C90 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BAE80 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ 0x050BF8C0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x0509D210 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x0509AAC0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050B91B0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BBFB0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050AF9E0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ 0x050B46C0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B6420 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ 0x050B3CD0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ 0x050BAAD0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050BF500 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B7B40 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B2D90 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ 0x050BD650 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050C0670 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B0840 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ 0x0509B9F0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B6850 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BAB80 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ 0x050BF690 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x0509D500 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x0509A600 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050B9B70 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BD160 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050AF5D0 }; - inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ 0x050B5410 }; - inline constexpr REL::Offset AutoRegisterCreator_ActionActivateDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFAE0 }; - inline constexpr REL::Offset AutoRegisterCreator_ActorSceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6DA0 }; - inline constexpr REL::Offset AutoRegisterCreator_AddRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE2D0 }; - inline constexpr REL::Offset AutoRegisterCreator_AllowRotationHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D3A80 }; - inline constexpr REL::Offset AutoRegisterCreator_AllowRotationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE520 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimatedCameraDeltaStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFEC0 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimatedCameraEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFF70 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimatedCameraStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0120 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5F00 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D3FF0 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDEF0 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1A90 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectHideHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1B40 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectLoadHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1870 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectUnequipAllHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1CE0 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectUnequipHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E16A0 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationStanceDataSingletonDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AD460 }; - inline constexpr REL::Offset AutoRegisterCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ 0x0536EE30 }; - inline constexpr REL::Offset AutoRegisterCreator_AnticipateAttackHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4060 }; - inline constexpr REL::Offset AutoRegisterCreator_ArrowAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5A70 }; - inline constexpr REL::Offset AutoRegisterCreator_ArrowDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E60A0 }; - inline constexpr REL::Offset AutoRegisterCreator_AttachReferenceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7F90 }; - inline constexpr REL::Offset AutoRegisterCreator_AttackStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4FF0 }; - inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundFadeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCFF0 }; - inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundPauseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCED0 }; - inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundResumeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBEC0 }; - inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD0A0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationEditorSpacePointRadius_BGSAIWorldLocationFactory_{ 0x051F2860 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationInteriorCell_BGSAIWorldLocationFactory_{ 0x051F2950 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationPointRadius_BGSAIWorldLocationFactory_{ 0x051F2520 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationPrimitive_BGSAIWorldLocationFactory_{ 0x051F2AC0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationRefRadius_BGSAIWorldLocationFactory_{ 0x051F2690 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSConveyorBelt__ConveyorBelt_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x05118440 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSMotorAction__FanMotor_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x051183C0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSMusicPaletteTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AE740 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSMusicSilenceTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AE8C0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSMusicSingleTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AEA40 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataBool_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116DB0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataFloat_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117320 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataInt_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051170E0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataLocationWrapper_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116C90 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataLocation_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116890 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataObjectList_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051173B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataRefOLD_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116F40 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataRef_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116AE0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataScene_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051518D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataTargetSelector_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116D20 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataTopic_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051EDA30 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAcquireExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1E70 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAcquire_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F37B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureActivateExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1BF0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F3A60 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAmbushExecState_BGSProcedureTreeExecStateFactory_{ 0x051EDF50 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAmbush_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05151A60 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureCombatTravelExecState_BGSProcedureTreeExecStateFactory_{ 0x051F21A0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureCombatTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F3D90 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogueActivateExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1EE0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogueActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4350 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogueExecState_BGSProcedureTreeExecStateFactory_{ 0x051F2080 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4130 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDoneExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1620 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDone_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F35B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEatExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1390 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEat_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4640 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEscortExecState_BGSProcedureTreeExecStateFactory_{ 0x051F18F0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEscort_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4940 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFindExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1A70 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFind_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F63C0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFleeExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1810 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFlee_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F66C0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFlightGrabExecState_BGSProcedureTreeExecStateFactory_{ 0x051EEB30 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFlightGrab_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6960 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFollowExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE8A0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFollowTo_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6F30 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFollow_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6C30 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureForceGreet_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7280 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureGuardArea_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F74D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureGuardExecState_BGSProcedureTreeExecStateFactory_{ 0x051EEA20 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureGuard_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F73F0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHeadtrackExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF030 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHeadtrack_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05151EE0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHoldPositionExecState_BGSProcedureTreeExecStateFactory_{ 0x051EED80 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHoldPosition_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F79D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHoverExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE280 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHover_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7BF0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureKeepAnEyeOnExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE400 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureKeepAnEyeOn_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7DA0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureLockUnlockExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE190 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureLock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F80D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureOrbitExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE720 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureOrbit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8490 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePatrolExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE480 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePatrol_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8840 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePlayIdleExecState_BGSProcedureTreeExecStateFactory_{ 0x051EE600 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePlayIdle_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152260 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePursue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8B00 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureRangeExecState_BGSProcedureTreeExecStateFactory_{ 0x051EDDD0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureRange_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152640 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSandboxExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFCC0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSandbox_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8D20 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSayExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFA30 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSay_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9020 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSitSleepExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFFA0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9120 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSleep_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F91F0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureStayAwayExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0130 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureStayAway_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152B70 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTargetingModeAutopilotExecState_BGSProcedureTreeExecStateFactory_{ 0x051EDCD0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTargetingModeAutopilot_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152E50 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTravelExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFEC0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F95C0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeFallbackExecState_BGSProcedureTreeExecStateFactory_{ 0x051F09A0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeFallback_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1260 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeProcedure_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0DA0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeRandomExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1CD0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeRandom_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0480 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSequenceExecState_BGSProcedureTreeExecStateFactory_{ 0x051F01A0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSequence_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0B50 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSimultaneousExecState_BGSProcedureTreeExecStateFactory_{ 0x051F06E0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSimultaneous_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0FB0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeStackedExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0340 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeStacked_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F10B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUnlock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8250 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseIdleMarkerExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF3D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseIdleMarker_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9A30 }; + inline constexpr REL::Offset AK__StreamMgr__IAkFileLocationResolver{ 0x05206710 }; + inline constexpr REL::Offset AK__StreamMgr__IAkIOHookDeferred{ 0x05206750 }; + inline constexpr REL::Offset AK__StreamMgr__IAkIOHookDeferredBatch{ 0x05206788 }; + inline constexpr REL::Offset AK__StreamMgr__IAkLowLevelIOHook{ 0x052067C8 }; + inline constexpr REL::Offset AStarSearchBase{ 0x05195580 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshInfoSearch_AStarParam_DefaultSearchQueue_BSTSmartPointer_BSNavmeshInfo_BSTSmartPointerIntrusiveRefCount__BSTSmartPointer_BSPathingDoor_BSTSmartPointerIntrusiveRefCount___AStarParam_CustomExpectedConnections_22___{ 0x053B75E0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchBase_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ 0x051FCF30 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x053B0950 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x052F54C0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x053B7BB0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x051FF540 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ 0x053B0530 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_BSPathSmootherPOVSearch_AStarParam_CustomSearchQueue_AStarQueue_AdaptiveBuckets_BSPathSmootherPOVNode_BSPathSmootherPOVLink___AStarParam_CustomExpectedConnections_12___{ 0x053B1B20 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F85A0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F8860 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05212B30 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05213990 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0521EE50 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0521F2B0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0521F040 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053027F0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05302A80 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FDF00 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FDDB0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05217F70 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05217BE0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05319CE0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05319E10 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F3DD0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052F4160 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530D810 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530DCD0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FEF20 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FF100 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FF930 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FE8B0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05305FA0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05306200 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05307550 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05307730 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531FC40 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531FFA0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053176F0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05317BB0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531DD80 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0531E0F0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FA6E0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x052FAB50 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530EF80 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0530EE30 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05312650 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05312500 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x053130C0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05312120 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0520C2A0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x0520D3F0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05213260 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ 0x05213550 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_GravJumpSearch_AStarParam_DefaultSearchQueue_StarNode_StarLink__AStarParam_CustomExpectedConnections_100___{ 0x051955B0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchClosePoint_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ 0x051FF6F0 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchLOS_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ 0x051FFC90 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchFitSphere__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ 0x051FF850 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ 0x051FF940 }; + inline constexpr REL::Offset AStarSearch_AStarParameters_TeleportDoorSearch_AStarParam_DefaultSearchQueue_ParentSpaceNode_TeleportLink__AStarParam_CustomExpectedConnections_1___{ 0x051FF450 }; + inline constexpr REL::Offset ATL__CAtlException{ 0x05096BA0 }; + inline constexpr REL::Offset AabbHitCollector{ 0x0508A150 }; + inline constexpr REL::Offset AbsorbEffect{ 0x052A3618 }; + inline constexpr REL::Offset AccumulatingValueModifierEffect{ 0x052A3698 }; + inline constexpr REL::Offset ActionActivateDoneHandler{ 0x052E9BC0 }; + inline constexpr REL::Offset ActionInput{ 0x05153398 }; + inline constexpr REL::Offset ActionOutput{ 0x05153348 }; + inline constexpr REL::Offset ActiveEffect{ 0x052A3640 }; + inline constexpr REL::Offset ActiveEffectReferenceEffectController{ 0x052A36D0 }; + inline constexpr REL::Offset ActiveEffect__ForEachHitEffectVisitor{ 0x052A3710 }; + inline constexpr REL::Offset ActiveModItemDataModel{ 0x052418D8 }; + inline constexpr REL::Offset ActiveModItemDataModel__ActiveModItemEventShuttle{ 0x05241890 }; + inline constexpr REL::Offset ActiveTriggers____hknpBSSpecificBodiesCollector{ 0x051ECF10 }; + inline constexpr REL::Offset Actor{ 0x0508D9B8 }; + inline constexpr REL::Offset ActorBoneWeightsActionChannel_Actor_int_{ 0x052C92E0 }; + inline constexpr REL::Offset ActorCCNormDotUpChannel_Actor_float_{ 0x052C97D8 }; + inline constexpr REL::Offset ActorCCOnStairsChannel_Actor_bool_{ 0x052C9C30 }; + inline constexpr REL::Offset ActorCCSuportChannel_Actor_bool_{ 0x052C9880 }; + inline constexpr REL::Offset ActorCopyGraphVariableChannel_Actor_float_{ 0x052CE790 }; + inline constexpr REL::Offset ActorCopyGraphVariableChannel_Actor_int_{ 0x052CE830 }; + inline constexpr REL::Offset ActorKnowledge{ 0x052D4950 }; + inline constexpr REL::Offset ActorLeftWeaponSpeedChannel_Actor_float_{ 0x052C9EB0 }; + inline constexpr REL::Offset ActorMagicCaster{ 0x052A3828 }; + inline constexpr REL::Offset ActorMovementDeltaSmoothedChannel_Actor_float_{ 0x052C9B40 }; + inline constexpr REL::Offset ActorMover{ 0x052D3770 }; + inline constexpr REL::Offset ActorPackageData{ 0x052CD2D8 }; + inline constexpr REL::Offset ActorPitchChannel_Actor_float_{ 0x052C9D68 }; + inline constexpr REL::Offset ActorPitchDeltaChannel_Actor_float_{ 0x052CA0B0 }; + inline constexpr REL::Offset ActorRollChannel_Actor_float_{ 0x052C9CD0 }; + inline constexpr REL::Offset ActorSceneNextPhaseHandler{ 0x052E6508 }; + inline constexpr REL::Offset ActorSpeedSmoothedChannel_Actor_float_{ 0x052C9AA0 }; + inline constexpr REL::Offset ActorState{ 0x05267868 }; + inline constexpr REL::Offset ActorTimeDeltaChannel_Actor_float_{ 0x052C9918 }; + inline constexpr REL::Offset ActorTurnDeltaSmoothedChannel_Actor_float_{ 0x052C9B90 }; + inline constexpr REL::Offset ActorUtils__ArmorRatingVisitor{ 0x052CC1F0 }; + inline constexpr REL::Offset ActorUtils__ArmorRatingVisitorBase{ 0x052A5F58 }; + inline constexpr REL::Offset ActorValueBindingUpdaterService{ 0x0515D3D0 }; + inline constexpr REL::Offset ActorValueInfo{ 0x051EE500 }; + inline constexpr REL::Offset ActorValueOwner{ 0x051D24A8 }; + inline constexpr REL::Offset ActorValueSnapshot{ 0x0507FEE0 }; + inline constexpr REL::Offset ActorWantBlockChannel_Actor_int_{ 0x052C99A8 }; + inline constexpr REL::Offset ActorWardHealthChannel_Actor_float_{ 0x052A39A8 }; + inline constexpr REL::Offset ActorWeaponAttackAnimationDurationChannel_Actor_float_{ 0x052C9F50 }; + inline constexpr REL::Offset ActorWeaponSpeedChannel_Actor_float_{ 0x052CA010 }; + inline constexpr REL::Offset Actor__ForEachSpellVisitor{ 0x052A6CD8 }; + inline constexpr REL::Offset AddRagdollHandler{ 0x052E9D50 }; + inline constexpr REL::Offset AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler{ 0x05166DA0 }; + inline constexpr REL::Offset AimAssistData{ 0x051BB7F0 }; + inline constexpr REL::Offset AimAssist__Circle{ 0x05127BE8 }; + inline constexpr REL::Offset AimAssist__Ellipse{ 0x0520A830 }; + inline constexpr REL::Offset AimAssist__IPrimitive{ 0x05127C10 }; + inline constexpr REL::Offset AimAssist__Pill{ 0x0520F868 }; + inline constexpr REL::Offset AimDownSightData{ 0x051BB980 }; + inline constexpr REL::Offset AimModelData{ 0x051BBBB0 }; + inline constexpr REL::Offset AimOpticalSightData{ 0x051BBC18 }; + inline constexpr REL::Offset AimOpticalSightStates__Active{ 0x05091480 }; + inline constexpr REL::Offset AimOpticalSightStates__Base{ 0x0520F9A8 }; + inline constexpr REL::Offset AimOpticalSightStates__BetweenShots{ 0x050914B8 }; + inline constexpr REL::Offset AimOpticalSightStates__Deinitialization{ 0x050913C8 }; + inline constexpr REL::Offset AimOpticalSightStates__Inactive{ 0x05091408 }; + inline constexpr REL::Offset AimOpticalSightStates__Initialization{ 0x05091440 }; + inline constexpr REL::Offset AimOpticalSightStates__Ready{ 0x050914F8 }; + inline constexpr REL::Offset AlarmPackage{ 0x05092D30 }; + inline constexpr REL::Offset AlchemyItem{ 0x05178778 }; + inline constexpr REL::Offset AliasLegendaryRankCalculator{ 0x051E8818 }; + inline constexpr REL::Offset AllowRotationHandler{ 0x052E9D78 }; + inline constexpr REL::Offset AllowRotationHandlerReference{ 0x052E6610 }; + inline constexpr REL::Offset AmmoData{ 0x05263180 }; + inline constexpr REL::Offset AnimGraph{ 0x05360328 }; + inline constexpr REL::Offset AnimGraphNode{ 0x053613E8 }; + inline constexpr REL::Offset AnimGraphNodeInstance{ 0x05361468 }; + inline constexpr REL::Offset AnimatedCameraDeltaStartHandler{ 0x052EACF8 }; + inline constexpr REL::Offset AnimatedCameraEndHandler{ 0x052EAD98 }; + inline constexpr REL::Offset AnimatedCameraStartHandler{ 0x052EAD30 }; + inline constexpr REL::Offset AnimationClipDataSingleton{ 0x0536F588 }; + inline constexpr REL::Offset AnimationCompleteHandler{ 0x052E9FF8 }; + inline constexpr REL::Offset AnimationCorrectedNode{ 0x0536ECF0 }; + inline constexpr REL::Offset AnimationCorrectedNodeInstance{ 0x0536ECB8 }; + inline constexpr REL::Offset AnimationDirectionChannel_TESObjectREFR_float_{ 0x051DA410 }; + inline constexpr REL::Offset AnimationDrivenHandler{ 0x052E9DA8 }; + inline constexpr REL::Offset AnimationDrivenHandlerReference{ 0x052E6D38 }; + inline constexpr REL::Offset AnimationFileManagerSingleton{ 0x0536FA00 }; + inline constexpr REL::Offset AnimationGraphInstance{ 0x05361D98 }; + inline constexpr REL::Offset AnimationImpactSelector{ 0x0536E878 }; + inline constexpr REL::Offset AnimationImpactSelectorInstance{ 0x0536E8A8 }; + inline constexpr REL::Offset AnimationManager{ 0x05361410 }; + inline constexpr REL::Offset AnimationNode{ 0x0536F068 }; + inline constexpr REL::Offset AnimationNodeInstance{ 0x0536F038 }; + inline constexpr REL::Offset AnimationObjectDrawHandler{ 0x052EB180 }; + inline constexpr REL::Offset AnimationObjectHideHandler{ 0x052EB228 }; + inline constexpr REL::Offset AnimationObjectLoadHandler{ 0x052EB2F8 }; + inline constexpr REL::Offset AnimationObjectUnequipAllHandler{ 0x052EB1B8 }; + inline constexpr REL::Offset AnimationObjectUnequipHandler{ 0x052EB2C0 }; + inline constexpr REL::Offset AnimationPathInterface{ 0x052CC1C0 }; + inline constexpr REL::Offset AnimationRagdoll{ 0x0536EBA8 }; + inline constexpr REL::Offset AnimationRagdollDrive{ 0x0536EB10 }; + inline constexpr REL::Offset AnimationRagdollDriveInstance{ 0x0536EB40 }; + inline constexpr REL::Offset AnimationRagdollInstance{ 0x0536EB78 }; + inline constexpr REL::Offset AnimationSpeedChannel_TESObjectREFR_float_{ 0x051DA260 }; + inline constexpr REL::Offset AnimationStanceDataSingletonDBData{ 0x05370088 }; + inline constexpr REL::Offset AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform_{ 0x05370020 }; + inline constexpr REL::Offset AnimationStreamLoadGame{ 0x051DA568 }; + inline constexpr REL::Offset AnimationStreamSaveGame{ 0x051DA538 }; + inline constexpr REL::Offset AnimationSystemUtils__QueuedAnimationHandles{ 0x05204B20 }; + inline constexpr REL::Offset AnimationSystemUtils__QueuedModelHandles{ 0x05204B68 }; + inline constexpr REL::Offset AnimationSystemUtils__QueuedReferenceAnimationTask{ 0x05204AD0 }; + inline constexpr REL::Offset AnimationSystemUtils__TESModelAndAnimationHandles{ 0x05157650 }; + inline constexpr REL::Offset AnimationTurnDeltaChannel_TESObjectREFR_float_{ 0x051DA3C0 }; + inline constexpr REL::Offset AnimationVerticalDirectionChannel_TESObjectREFR_float_{ 0x051DA310 }; + inline constexpr REL::Offset AntiGravityEffect{ 0x052A3AD0 }; + inline constexpr REL::Offset AnticipateAttackHandler{ 0x052EA598 }; + inline constexpr REL::Offset ArchiveFile{ 0x053C88E0 }; + inline constexpr REL::Offset ArmorCraftingMenu{ 0x05267B60 }; + inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Key__{ 0x05278870 }; + inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ 0x0527B860 }; + inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ 0x05278AF0 }; + inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ 0x05259570 }; + inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ 0x05259880 }; + inline constexpr REL::Offset ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ 0x0529C200 }; + inline constexpr REL::Offset ArrayNestedUIValue_AlertData_0_{ 0x052400F0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ArrayAction_0_{ 0x0525A248 }; + inline constexpr REL::Offset ArrayNestedUIValue_AssignmentCategory_0_{ 0x05252620 }; + inline constexpr REL::Offset ArrayNestedUIValue_AssignmentInfo_0_{ 0x05252580 }; + inline constexpr REL::Offset ArrayNestedUIValue_BackgroundDatum_0_{ 0x05284FA0 }; + inline constexpr REL::Offset ArrayNestedUIValue_BuffInfo_0_{ 0x0524AA98 }; + inline constexpr REL::Offset ArrayNestedUIValue_BuildItemData_0_{ 0x0525CE00 }; + inline constexpr REL::Offset ArrayNestedUIValue_BuilderRequirementsData__InputRequirement_0_{ 0x0525CE40 }; + inline constexpr REL::Offset ArrayNestedUIValue_CargoLinkData__CargoLinkResource_0_{ 0x0525D690 }; + inline constexpr REL::Offset ArrayNestedUIValue_ComponentFlashEventInfo_0_{ 0x05259270 }; + inline constexpr REL::Offset ArrayNestedUIValue_ControlBindingsData__InputSetting_0_{ 0x05250790 }; + inline constexpr REL::Offset ArrayNestedUIValue_ControlConflictsData__ConflictingControl_0_{ 0x05250DA0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ControlConflictsData__ControlConflicts_0_{ 0x05250FC0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ControlMapDataModel__MappedEvent_0_{ 0x053A0500 }; + inline constexpr REL::Offset ArrayNestedUIValue_CraftingRecipesDataModel__RecipeData_0_{ 0x05240A60 }; + inline constexpr REL::Offset ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_0_{ 0x05236FD0 }; + inline constexpr REL::Offset ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_0_{ 0x05236D30 }; + inline constexpr REL::Offset ArrayNestedUIValue_CreditsDataModel__CreditsSection_0_{ 0x0522A470 }; + inline constexpr REL::Offset ArrayNestedUIValue_CrewInfo_0_{ 0x05252BB8 }; + inline constexpr REL::Offset ArrayNestedUIValue_CrewSkillInfo_0_{ 0x05237190 }; + inline constexpr REL::Offset ArrayNestedUIValue_DialogueUIDataModel__DialogueEntryData_0_{ 0x0525FBC0 }; + inline constexpr REL::Offset ArrayNestedUIValue_DialogueUIDataModel__PersuasionEntryData_0_{ 0x0525FE00 }; + inline constexpr REL::Offset ArrayNestedUIValue_DocData_0_{ 0x05244BE8 }; + inline constexpr REL::Offset ArrayNestedUIValue_EffectData_0_{ 0x05240678 }; + inline constexpr REL::Offset ArrayNestedUIValue_EffectGroup_0_{ 0x0524A4A0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ExplosiveIndicator_0_{ 0x05239A40 }; + inline constexpr REL::Offset ArrayNestedUIValue_FavoritesManager__FavoritesEntryData_0_{ 0x05329D10 }; + inline constexpr REL::Offset ArrayNestedUIValue_FireForgetModel__EventNameShuttle_0_{ 0x0523A050 }; + inline constexpr REL::Offset ArrayNestedUIValue_HUDCommandIconData_0_{ 0x052632C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_HUDDirectionalHitData_0_{ 0x052637D0 }; + inline constexpr REL::Offset ArrayNestedUIValue_HUDEnemyData__EnemyDatum_0_{ 0x0523E650 }; + inline constexpr REL::Offset ArrayNestedUIValue_HUDHitKillDatum_0_{ 0x0523E070 }; + inline constexpr REL::Offset ArrayNestedUIValue_HUDLocationData_0_{ 0x0523E970 }; + inline constexpr REL::Offset ArrayNestedUIValue_HailingData_0_{ 0x05259B50 }; + inline constexpr REL::Offset ArrayNestedUIValue_HelpTopicData_0_{ 0x05232170 }; + inline constexpr REL::Offset ArrayNestedUIValue_HudModeVisibilityInfo_0_{ 0x0523F140 }; + inline constexpr REL::Offset ArrayNestedUIValue_IconData_DS_0_{ 0x0529A1C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ImageFixtureUIData_0_{ 0x0522BAC0 }; + inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__ElementalStatInfo_0_{ 0x0522B550 }; + inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__InventoryCategoryData_0_{ 0x0523CFA0 }; + inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__InventoryItem_0_{ 0x0523C220 }; + inline constexpr REL::Offset ArrayNestedUIValue_InventoryDataModelNS__ModInfo_0_{ 0x0522B7A0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ItemModsDataModel__ItemModData_0_{ 0x052413D0 }; + inline constexpr REL::Offset ArrayNestedUIValue_ItemModsDataModel__ItemModSlotData_0_{ 0x052414E0 }; + inline constexpr REL::Offset ArrayNestedUIValue_Key_0_{ 0x05278768 }; + inline constexpr REL::Offset ArrayNestedUIValue_LevelUpPerkData_0_{ 0x05264B70 }; + inline constexpr REL::Offset ArrayNestedUIValue_LoadSavePanelData__CharacterData_0_{ 0x05242DB0 }; + inline constexpr REL::Offset ArrayNestedUIValue_LoadSavePanelData__GameData_0_{ 0x05242CD0 }; + inline constexpr REL::Offset ArrayNestedUIValue_MainMenuListData__ActionData_0_{ 0x05244710 }; + inline constexpr REL::Offset ArrayNestedUIValue_MessageButton_0_{ 0x0532D250 }; + inline constexpr REL::Offset ArrayNestedUIValue_MiscInfo_0_{ 0x0524A638 }; + inline constexpr REL::Offset ArrayNestedUIValue_MissionDetailsEntry_DS_0_{ 0x0526F960 }; + inline constexpr REL::Offset ArrayNestedUIValue_MissionListEntry_DS_0_{ 0x0526F7C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_MonocleUIDataModel__ResourceData_0_{ 0x05261130 }; + inline constexpr REL::Offset ArrayNestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_0_{ 0x05261660 }; + inline constexpr REL::Offset ArrayNestedUIValue_MonocleUIDataModel__SocialSpellData_0_{ 0x05261350 }; + inline constexpr REL::Offset ArrayNestedUIValue_NewCompassMarker_0_{ 0x0523D850 }; + inline constexpr REL::Offset ArrayNestedUIValue_ObjectiveData_0_{ 0x05266C00 }; + inline constexpr REL::Offset ArrayNestedUIValue_Patch_0_{ 0x0527B758 }; + inline constexpr REL::Offset ArrayNestedUIValue_PauseMenuListData__ActionData_0_{ 0x05245CE0 }; + inline constexpr REL::Offset ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_0_{ 0x05246AF0 }; + inline constexpr REL::Offset ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_0_{ 0x05246D60 }; + inline constexpr REL::Offset ArrayNestedUIValue_PickpocketItemData_0_{ 0x05274480 }; + inline constexpr REL::Offset ArrayNestedUIValue_PlayerInventoryItem_0_{ 0x05249FF0 }; + inline constexpr REL::Offset ArrayNestedUIValue_Powers_0_{ 0x0522D148 }; + inline constexpr REL::Offset ArrayNestedUIValue_QuestDataModel__Objective_0_{ 0x0524B700 }; + inline constexpr REL::Offset ArrayNestedUIValue_QuestDataModel__Quest_0_{ 0x0524B8C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_QuestUpdate_0_{ 0x05266D80 }; + inline constexpr REL::Offset ArrayNestedUIValue_RankData_0_{ 0x0527BB58 }; + inline constexpr REL::Offset ArrayNestedUIValue_Requirements_0_{ 0x0527BA00 }; + inline constexpr REL::Offset ArrayNestedUIValue_ResearchCategoryPreview_0_{ 0x0524C300 }; + inline constexpr REL::Offset ArrayNestedUIValue_ResearchPopupInfo__ItemInfo_0_{ 0x0524C740 }; + inline constexpr REL::Offset ArrayNestedUIValue_ResearchProjectDetails__LinkedProject_0_{ 0x0524CD40 }; + inline constexpr REL::Offset ArrayNestedUIValue_ResearchProjectDetails__MaterialRequirment_0_{ 0x0524CA80 }; + inline constexpr REL::Offset ArrayNestedUIValue_ResearchProjectPreview_0_{ 0x0524C350 }; + inline constexpr REL::Offset ArrayNestedUIValue_Ring_0_{ 0x052789E8 }; + inline constexpr REL::Offset ArrayNestedUIValue_RolloverActivationButtonData_0_{ 0x0523CD20 }; + inline constexpr REL::Offset ArrayNestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_0_{ 0x05250570 }; + inline constexpr REL::Offset ArrayNestedUIValue_ShipComponent_0_{ 0x05239590 }; + inline constexpr REL::Offset ArrayNestedUIValue_ShipHangar__ShipMenuTab_DS_0_{ 0x0522DDB0 }; + inline constexpr REL::Offset ArrayNestedUIValue_Skill_0_{ 0x05239308 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__ColorTabData_DS_0_{ 0x051755C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_0_{ 0x05171DF0 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__FlightCheckTab_DS_0_{ 0x051723C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__HelpEntry_DS_0_{ 0x05178320 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__ModuleEntry_DS_0_{ 0x0515AF30 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__StatEntry_DS_0_{ 0x05178610 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_0_{ 0x0515A0A0 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_0_{ 0x051721D0 }; + inline constexpr REL::Offset ArrayNestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_0_{ 0x05171FE0 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyInfoToUI_0_{ 0x05239600 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyPOIDef_0_{ 0x052909F0 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyPOIMarkersDef_0_{ 0x052906B0 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__BodyPOIPos_0_{ 0x05290910 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__GalaxyMarkerData_0_{ 0x05292880 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__GalaxyMarkerDef_0_{ 0x052921A0 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__MenuMarkerCoords_0_{ 0x05293F70 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__Outpost_DS_0_{ 0x05297F40 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__PlanetInfoToUI_0_{ 0x05239680 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__ResourceInfoFlashObject_0_{ 0x0525A380 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__StarMapMenuMarkerData_0_{ 0x05293B60 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_0_{ 0x05293C70 }; + inline constexpr REL::Offset ArrayNestedUIValue_StarMap__SurfaceMarkerStaticData_0_{ 0x05296C60 }; + inline constexpr REL::Offset ArrayNestedUIValue_StatCategory_0_{ 0x0524A460 }; + inline constexpr REL::Offset ArrayNestedUIValue_SubSettingsList__GeneralSetting_0_{ 0x05250D40 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData_0_{ 0x051CA7C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_0_{ 0x051CBED0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_0_{ 0x051CABA0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_0_{ 0x051CAF70 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_0_{ 0x051CC110 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__CodeBuiltSliderMetadata_0_{ 0x051CAD00 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__CodeBuiltStepperData_0_{ 0x051CC300 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__HeadPartMetadata_0_{ 0x051CBCB0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__MorphSliderData_0_{ 0x051CA8F0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData_0_{ 0x051CB9F0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_0_{ 0x051CB2A0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_0_{ 0x051CB820 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_0_{ 0x051CB560 }; + inline constexpr REL::Offset ArrayNestedUIValue_TESNPCData__PostBlendSliderMetadata_0_{ 0x051CC540 }; + inline constexpr REL::Offset ArrayNestedUIValue_TargetCombatValues_0_{ 0x05259830 }; + inline constexpr REL::Offset ArrayNestedUIValue_TargetComponentData_0_{ 0x05259520 }; + inline constexpr REL::Offset ArrayNestedUIValue_TargetHighFreq_0_{ 0x05259CF0 }; + inline constexpr REL::Offset ArrayNestedUIValue_TargetLowFreq_0_{ 0x05259B10 }; + inline constexpr REL::Offset ArrayNestedUIValue_TestMenu__TestData__ArcanaData_0_{ 0x0529C130 }; + inline constexpr REL::Offset ArrayNestedUIValue_TestMenu__TestResourcesData__ResourceData_0_{ 0x0529BF00 }; + inline constexpr REL::Offset ArrayNestedUIValue_TraitDatum_0_{ 0x05285120 }; + inline constexpr REL::Offset ArrayNestedUIValue_TraitInfo_0_{ 0x0524A8A0 }; + inline constexpr REL::Offset ArrayNestedUIValue_UICraftingUtils__SkillRequirement_0_{ 0x051786C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_0_{ 0x0516FB10 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopAreaResourcesData__AreaResource_0_{ 0x0525B5B0 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopCategoryBarData__CategoryBarData_0_{ 0x0525B790 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData_0_{ 0x0525BE70 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_0_{ 0x0525BAC0 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopInterfaceShared__ItemRequirement_0_{ 0x0525B420 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopInterfaceShared__ResourceProduced_0_{ 0x0525B3C0 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopTargetMenu__OutpostData_0_{ 0x052A16B0 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopTargetMenu__ResourceData_0_{ 0x052A1A80 }; + inline constexpr REL::Offset ArrayNestedUIValue_WorkshopTargetMenu__TargetData_0_{ 0x052A1740 }; + inline constexpr REL::Offset ArrayNestedUIValue_XPData_0_{ 0x05264D48 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_AlertData__0_{ 0x052400A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ArrayAction__0_{ 0x0525A1C0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_AssignmentCategory__0_{ 0x05252670 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_AssignmentInfo__0_{ 0x052525D0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BackgroundDatum__0_{ 0x05284F50 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BuffInfo__0_{ 0x0524AAE0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BuildItemData__0_{ 0x0525CD70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_BuilderRequirementsData__InputRequirement__0_{ 0x0525CEA0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CargoLinkData__CargoLinkResource__0_{ 0x0525D740 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ComponentFlashEventInfo__0_{ 0x05259380 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlBindingsData__InputSetting__0_{ 0x052507F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlConflictsData__ConflictingControl__0_{ 0x05250E00 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlConflictsData__ControlConflicts__0_{ 0x052511C0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ControlMapDataModel__MappedEvent__0_{ 0x053A04A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CraftingRecipesDataModel__RecipeData__0_{ 0x05240C60 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__0_{ 0x05236F40 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__0_{ 0x05236EB0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CreditsDataModel__CreditsSection__0_{ 0x0522A410 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CrewInfo__0_{ 0x05252B70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_CrewSkillInfo__0_{ 0x05237140 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_DialogueUIDataModel__DialogueEntryData__0_{ 0x0525FCB0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__0_{ 0x0525FF00 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_DocData__0_{ 0x05244BA0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_EffectData__0_{ 0x052407A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_EffectGroup__0_{ 0x0524A4E0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ExplosiveIndicator__0_{ 0x052399E0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_FavoritesManager__FavoritesEntryData__0_{ 0x05329D70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_FireForgetModel__EventNameShuttle__0_{ 0x05239FF0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDCommandIconData__0_{ 0x05263380 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDDirectionalHitData__0_{ 0x05263860 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDEnemyData__EnemyDatum__0_{ 0x0523E5F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDHitKillDatum__0_{ 0x0523E020 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HUDLocationData__0_{ 0x0523E920 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HailingData__0_{ 0x05259B90 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HelpTopicData__0_{ 0x05232120 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_HudModeVisibilityInfo__0_{ 0x0523F0E0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_IconData_DS__0_{ 0x0529A170 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ImageFixtureUIData__0_{ 0x0522BB10 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__0_{ 0x0522B5B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__0_{ 0x0523D000 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryItem__0_{ 0x0523C350 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_InventoryDataModelNS__ModInfo__0_{ 0x0522B6F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModData__0_{ 0x05241370 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModSlotData__0_{ 0x05241470 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Key__0_{ 0x05278720 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_LevelUpPerkData__0_{ 0x05264C00 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_LoadSavePanelData__CharacterData__0_{ 0x05242D50 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_LoadSavePanelData__GameData__0_{ 0x05242C70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MainMenuListData__ActionData__0_{ 0x05244880 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MessageButton__0_{ 0x0532D290 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MiscInfo__0_{ 0x0524A7A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MissionDetailsEntry_DS__0_{ 0x0526F9B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MissionListEntry_DS__0_{ 0x0526F810 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MonocleUIDataModel__ResourceData__0_{ 0x05261220 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__0_{ 0x052615F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_MonocleUIDataModel__SocialSpellData__0_{ 0x05261430 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_NewCompassMarker__0_{ 0x0523D8A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ObjectiveData__0_{ 0x05266C40 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Patch__0_{ 0x0527B710 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PauseMenuListData__ActionData__0_{ 0x05245C80 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__0_{ 0x05246B60 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__0_{ 0x05246F90 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PickpocketItemData__0_{ 0x05274420 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_PlayerInventoryItem__0_{ 0x05249ED0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Powers__0_{ 0x0522D0D0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_QuestDataModel__Objective__0_{ 0x0524B750 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_QuestDataModel__Quest__0_{ 0x0524B7B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_QuestUpdate__0_{ 0x05266DC0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_RankData__0_{ 0x0527BB10 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Requirements__0_{ 0x0527B9B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchCategoryPreview__0_{ 0x0524C1E0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchPopupInfo__ItemInfo__0_{ 0x0524C610 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchProjectDetails__LinkedProject__0_{ 0x0524CDA0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchProjectDetails__MaterialRequirment__0_{ 0x0524CBC0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ResearchProjectPreview__0_{ 0x0524C3A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Ring__0_{ 0x052789A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_RolloverActivationButtonData__0_{ 0x0523CD70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__0_{ 0x052506C0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ShipComponent__0_{ 0x05239490 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_ShipHangar__ShipMenuTab_DS__0_{ 0x0522DE70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_Skill__0_{ 0x052392C0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__ColorTabData_DS__0_{ 0x05175560 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__0_{ 0x05171E50 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__0_{ 0x05171C60 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__HelpEntry_DS__0_{ 0x051782C0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__0_{ 0x0515AF90 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__StatEntry_DS__0_{ 0x051785B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__0_{ 0x0515A100 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__0_{ 0x05172230 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__0_{ 0x05172040 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyInfoToUI__0_{ 0x052397F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyPOIDef__0_{ 0x05290A40 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyPOIMarkersDef__0_{ 0x05290700 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__BodyPOIPos__0_{ 0x05290810 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerData__0_{ 0x05292760 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerDef__0_{ 0x052921F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__MenuMarkerCoords__0_{ 0x05293E70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__Outpost_DS__0_{ 0x05297E80 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__PlanetInfoToUI__0_{ 0x05239750 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__ResourceInfoFlashObject__0_{ 0x0525A4B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__StarMapMenuMarkerData__0_{ 0x05293A30 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__0_{ 0x05293CD0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StarMap__SurfaceMarkerStaticData__0_{ 0x05296B30 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_StatCategory__0_{ 0x0524A380 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_SubSettingsList__GeneralSetting__0_{ 0x05250C20 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__0_{ 0x051CA750 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__0_{ 0x051CBE50 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__0_{ 0x051CAB10 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__0_{ 0x051CAEE0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__0_{ 0x051CC090 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__0_{ 0x051CAC90 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltStepperData__0_{ 0x051CC2A0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__HeadPartMetadata__0_{ 0x051CBC50 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__MorphSliderData__0_{ 0x051CA890 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__0_{ 0x051CB970 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__0_{ 0x051CB220 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__0_{ 0x051CB790 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__0_{ 0x051CB4C0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TESNPCData__PostBlendSliderMetadata__0_{ 0x051CC4D0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetCombatValues__0_{ 0x05259710 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetComponentData__0_{ 0x05259430 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetHighFreq__0_{ 0x05259E70 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TargetLowFreq__0_{ 0x05259A10 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TestMenu__TestData__ArcanaData__0_{ 0x0529C0D0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TestMenu__TestResourcesData__ResourceData__0_{ 0x0529BD00 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TraitDatum__0_{ 0x052850D0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_TraitInfo__0_{ 0x0524A8E0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_UICraftingUtils__SkillRequirement__0_{ 0x05178660 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__0_{ 0x0516FBC0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopAreaResourcesData__AreaResource__0_{ 0x0525B480 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__0_{ 0x0525B7F0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__0_{ 0x0525BED0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__0_{ 0x0525BCD0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__0_{ 0x0525B350 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__0_{ 0x0525B540 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopTargetMenu__OutpostData__0_{ 0x052A14B0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopTargetMenu__ResourceData__0_{ 0x052A18D0 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_WorkshopTargetMenu__TargetData__0_{ 0x052A1820 }; + inline constexpr REL::Offset ArrayUIValue_NestedUIValue_XPData__0_{ 0x05264D00 }; + inline constexpr REL::Offset ArrayUIValue_StringUIValue_0_{ 0x0522A4C8 }; + inline constexpr REL::Offset ArrayUIValue_StringUIValue_3_{ 0x05175FB8 }; + inline constexpr REL::Offset ArrayUIValue_TUIValue_BSFixedStringCS__0_{ 0x05246A40 }; + inline constexpr REL::Offset ArrayUIValue_TUIValue_BSFixedString__0_{ 0x051CB050 }; + inline constexpr REL::Offset ArrayUIValue_TUIValue_float__0_{ 0x051CA988 }; + inline constexpr REL::Offset ArrayUIValue_TUIValue_int__0_{ 0x0525A338 }; + inline constexpr REL::Offset ArrayUIValue_TUIValue_int__3_{ 0x05175F38 }; + inline constexpr REL::Offset ArrayUIValue_TUIValue_unsignedint__0_{ 0x051753D8 }; + inline constexpr REL::Offset ArrowAttachHandler{ 0x052E9E40 }; + inline constexpr REL::Offset ArrowDetachHandler{ 0x052EA058 }; + inline constexpr REL::Offset ArrowProjectile{ 0x052ECF50 }; + inline constexpr REL::Offset AssignVariable{ 0x0536EA50 }; + inline constexpr REL::Offset AssignVariableInstance{ 0x0536EA78 }; + inline constexpr REL::Offset AssigniState{ 0x0536E9F8 }; + inline constexpr REL::Offset AssigniStateInstance{ 0x0536EA20 }; + inline constexpr REL::Offset AttachDistant3DTask{ 0x0517C9F8 }; + inline constexpr REL::Offset AttachReferenceHandler{ 0x052EACC8 }; + inline constexpr REL::Offset AttackStopHandler{ 0x052EB428 }; + inline constexpr REL::Offset AttractionObjectLOSUtils__CacheEntry{ 0x05209CA8 }; + inline constexpr REL::Offset AutoRegisterCombatObjectType_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___{ 0x050CB020 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAcquireSearchDebugData_{ 0x050DE170 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAimController_{ 0x050DCBF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAlignRollPathController_{ 0x050DD920 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAnimatedPath_{ 0x050DBA70 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatApproachTargetPathController_{ 0x050DB1D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaHoldPosition_{ 0x050DCEA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaReference_{ 0x050DD8D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaShape_{ 0x050DFDF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatAreaStandard_{ 0x050DFBB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatBarrelRollPathController_{ 0x050DF120 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatChangePositionPathController_{ 0x050DA4B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatChargingSearchData_{ 0x050DB440 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatCluster_{ 0x050DCA80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoverSearchDebugData_{ 0x050DC610 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoverSearchResult_{ 0x050DEF40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoverSearch_{ 0x050DEB00 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatCoveredPathDebugData_{ 0x050DE090 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatDialogueDebugData_{ 0x050DAFA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatDisableActionController_{ 0x050DC450 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatDisableAimController_{ 0x050DFDA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatDisableCollisionController_{ 0x0530FD70 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatEnterCoverPathController_{ 0x050DF2C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatFlankingSearchData_{ 0x050DF740 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatFleeAimController_{ 0x050D9CC0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatFollowTargetPathController_{ 0x050DF560 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInceptionDebugData_{ 0x050E0080 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemGrenade_{ 0x050DE590 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__{ 0x050CE720 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__{ 0x050CBBF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__{ 0x050CDE10 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__{ 0x050CD390 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__{ 0x050CBA70 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__{ 0x050CF060 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__{ 0x050CB710 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__{ 0x050CB9E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__{ 0x050A0400 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__{ 0x050CC4F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__{ 0x050CCF20 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__{ 0x050CF2D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__{ 0x050CFF40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__{ 0x050CCBB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__{ 0x050CE690 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__{ 0x050CB180 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__{ 0x050CF940 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__{ 0x050D0060 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__{ 0x0509FF10 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__{ 0x050CC610 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__{ 0x050CEF40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__{ 0x050D00F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__{ 0x050CD7C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__{ 0x050CB7A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__{ 0x050CE0F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__{ 0x050CF660 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__{ 0x050CBC80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__{ 0x050CBF60 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__{ 0x050CEFD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__{ 0x050CE570 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__{ 0x050CC850 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__{ 0x050CC580 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__{ 0x050CB210 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__{ 0x050CE7B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__{ 0x050CFBB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__{ 0x050CE3C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__{ 0x050CF480 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__{ 0x050CE8D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__{ 0x050CB4F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__{ 0x050CDD80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__{ 0x050A02E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__{ 0x050CDAA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__{ 0x050CCC40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__{ 0x050CEB10 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__{ 0x050CEC60 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__{ 0x050CFFD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__{ 0x050CE600 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__{ 0x050CE330 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__{ 0x050CC8E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__{ 0x050D0240 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__{ 0x050CF360 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__{ 0x050CE450 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__{ 0x050CE4E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__{ 0x050CFA90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__{ 0x050CC970 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__{ 0x050D02D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__{ 0x050A0370 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__{ 0x050CF5D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__{ 0x050CB0F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__{ 0x050CD670 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__{ 0x050CFDF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__{ 0x050CF240 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__{ 0x050CC210 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__{ 0x050CBFF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__{ 0x050CF0F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__{ 0x050CFB20 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__{ 0x050CF3F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__{ 0x050CE840 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemMelee_{ 0x050DB9A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemOneHandedBlock_{ 0x050DEEE0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemRanged_{ 0x050DD300 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemShield_{ 0x050DE5E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemThrown_{ 0x050DD640 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatInventoryItemTorch_{ 0x050DE1D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterArmor_{ 0x050E0260 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterBoundItem_{ 0x050DADB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterChameleon_{ 0x050DBFE0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterCloak_{ 0x050DC6C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterDash_{ 0x050DE930 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterDisarm_{ 0x050DA000 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterInvisibility_{ 0x050DBD90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterLight_{ 0x050DCDD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterOffensive_{ 0x050DB3F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterParalyze_{ 0x050DDFC0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterReanimate_{ 0x050DAC50 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterRestore_{ 0x050DB7D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterScript_{ 0x050DC330 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterStagger_{ 0x050DFFB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterSummon_{ 0x050DB820 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterTargetEffect_{ 0x050DD870 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMagicCasterWard_{ 0x050DC8A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMantlePathController_{ 0x050DFC80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMatchTargetAimController_{ 0x050DDCF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMeleeAimController_{ 0x050DA0D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMeleeAttackController_{ 0x050DEAB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMeleeDebugData_{ 0x050DD820 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMovementRequestActivateTarget_{ 0x052154E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatMovementRequestFollowActor_{ 0x050DDC90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatNavmeshCoverLocation_{ 0x050DA7E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatNavmeshPathingDebugData_{ 0x050DA940 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathBuilderTrackInfo_{ 0x050DE850 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathBuilderTracker_{ 0x050DFCD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D5920 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D9800 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D57E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D8F60 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B6C90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B4C40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x050BB4D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050C0190 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B97E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B33B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BEF50 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C2350 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2560 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x0509D030 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B8390 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BC630 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050C0C90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D86D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509BF90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BA590 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BD780 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B0E80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B5C80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D5550 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D4F20 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D93A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D7D60 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D6F10 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D80F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D8BC0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D8050 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D8B30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D48D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D9000 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D45D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__{ 0x050D2580 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D1320 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D3390 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D1B20 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D1F10 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B6890 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B4860 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x050BB0D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BFD70 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B93E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2F90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BEE70 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C1F30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2160 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x0509CF60 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B8060 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BC250 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050D4970 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x0509AFA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509BBA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D5D40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BD380 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B0DB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B5A90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D1840 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D06E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D1440 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D1170 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D0E00 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D0920 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__{ 0x050D3090 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__{ 0x050D17B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D1C40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__{ 0x050D2A40 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__{ 0x050D2DB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__{ 0x050D1290 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__{ 0x050D2860 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__{ 0x050D1E80 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__{ 0x050D09B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D10E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__{ 0x050D21F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__{ 0x050D14D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__{ 0x050D24F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D2AD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__{ 0x050D0360 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__{ 0x050D1BB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__{ 0x050D13B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__{ 0x050D1200 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__{ 0x050D29B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D34E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D0C90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D0640 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D8EB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D4440 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D6BD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D5870 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B72C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B5040 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x0509D870 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050C0720 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BA060 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B3C30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BF810 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C2870 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2DE0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x050D3830 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B89C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BCE70 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050C1510 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D78C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509C5C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050BA9F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BE000 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B1700 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B6500 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D6160 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D7170 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D65D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D4FC0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D4670 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D36D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D6870 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D3570 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D3FD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D6520 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D90A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D3780 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__{ 0x050D75A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ 0x050D92F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__{ 0x050D9760 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ 0x050D63C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B70B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ 0x050B4E30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ 0x050BB8F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050C0280 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B9C00 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B37D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ 0x050BF390 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050C2780 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B2980 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ 0x0509D430 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B87B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BCA30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ 0x050C10B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x0509E300 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x0509C3B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ 0x050D8190 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050BDBA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ 0x050B12A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ 0x050B60A0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__{ 0x050D9440 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ 0x050D3620 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ 0x050D5690 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ 0x050D5BC0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ 0x050D5740 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ 0x050D9B00 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__{ 0x050D8630 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ 0x050D3C90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__{ 0x050D9250 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ 0x050D55E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ 0x050D6470 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ 0x050D7300 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingDebugData_{ 0x050D9EA0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingDelayedTweener_{ 0x050DBF00 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingRequestDebugData_{ 0x050DD460 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingSearchArea_{ 0x050DCAD0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPathingTweener_{ 0x050DF9D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPositionReservation_{ 0x050DE3B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatPositionTracker_{ 0x050DF5C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatProjectileAimController_{ 0x050DDC30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatProjectileDebugData_{ 0x050DB490 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatRangedMovementPathSpeedController_{ 0x050DAA30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___{ 0x050E0850 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatSearchMap2D_{ 0x050DC5C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatSearchMap3D_{ 0x050DCB20 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatShipGenericPathController_{ 0x050DD5E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatShipPursueTargetPathController_{ 0x050DE630 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatSoftCoverLocation_{ 0x050DC380 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatSpatialGraphPathingDebugData_{ 0x050DBD30 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatStandardCoverLocation_{ 0x050DC1D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatSuppressiveFireBehavior_{ 0x050DD980 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetLocationSearchResult_{ 0x050A0490 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetLocationSearch_{ 0x050DB5F0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetLocation_{ 0x050DDB60 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorFixed_{ 0x050DD510 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorPreferred_{ 0x050DBDF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorRandom_{ 0x050DF7E0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorSpaceship_{ 0x050DA2B0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorStandard_{ 0x050DF500 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTargetSelectorWorkshopObject_{ 0x050DBB10 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatExplosion_{ 0x050DB6D0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatLOF_{ 0x050DD080 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatMelee_{ 0x050DDDE0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatThreatProjectile_{ 0x050DF320 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTrackTargetAimController_{ 0x050DC660 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTunnelPathController_{ 0x050DD4C0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatTunnelPathingRequestData_{ 0x050DAEB0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatViewControllerGlance_{ 0x050DBAC0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatViewControllerPath_{ 0x050DDA90 }; + inline constexpr REL::Offset AutoRegisterCombatObject_CombatViewControllerStandard_{ 0x050DECE0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_DetectionDebugData_{ 0x050DAFF0 }; + inline constexpr REL::Offset AutoRegisterCombatObject_DiveBombPathController_{ 0x050DF790 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B67E0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ 0x050B47B0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ 0x050BB020 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050BFCB0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B9330 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B2EE0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ 0x050BEDB0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050C1E80 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B20B0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ 0x0509CEB0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B7FB0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BC1A0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ 0x050C0BE0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x0509E240 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x0509BAF0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050BA4D0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BD2D0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B0D00 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ 0x050B59E0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B7740 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ 0x050B4300 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ 0x050BBDF0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050C0820 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B8E60 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B40B0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ 0x050BE970 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050C1990 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B1B60 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ 0x0509CA20 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B7B70 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BBEA0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ 0x050C09B0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x0509E530 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x0509B630 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ 0x050BAE90 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050BE480 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ 0x050B08F0 }; + inline constexpr REL::Offset AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ 0x050B6730 }; + inline constexpr REL::Offset AutoRegisterCreator_ActionActivateDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0B70 }; + inline constexpr REL::Offset AutoRegisterCreator_ActorSceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7B50 }; + inline constexpr REL::Offset AutoRegisterCreator_AddRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4C70 }; + inline constexpr REL::Offset AutoRegisterCreator_AllowRotationHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8620 }; + inline constexpr REL::Offset AutoRegisterCreator_AllowRotationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E43F0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimatedCameraDeltaStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB540 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimatedCameraEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB5F0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimatedCameraStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC330 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D58C0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9800 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E48D0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2B00 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectHideHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2BB0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectLoadHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E33F0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectUnequipAllHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2210 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationObjectUnequipHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2730 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationStanceDataSingletonDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AE7E0 }; + inline constexpr REL::Offset AutoRegisterCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ 0x0536FF50 }; + inline constexpr REL::Offset AutoRegisterCreator_AnticipateAttackHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E90D0 }; + inline constexpr REL::Offset AutoRegisterCreator_ArrowAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E10F0 }; + inline constexpr REL::Offset AutoRegisterCreator_ArrowDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0C20 }; + inline constexpr REL::Offset AutoRegisterCreator_AttachReferenceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE8E0 }; + inline constexpr REL::Offset AutoRegisterCreator_AttackStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E66C0 }; + inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundFadeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD470 }; + inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundPauseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDEB0 }; + inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundResumeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD9C0 }; + inline constexpr REL::Offset AutoRegisterCreator_AwakeSoundStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD520 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationEditorSpacePointRadius_BGSAIWorldLocationFactory_{ 0x051F2740 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationInteriorCell_BGSAIWorldLocationFactory_{ 0x051F20F0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationPointRadius_BGSAIWorldLocationFactory_{ 0x051F2360 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationPrimitive_BGSAIWorldLocationFactory_{ 0x051F25D0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSAIWorldLocationRefRadius_BGSAIWorldLocationFactory_{ 0x051F3C10 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSConveyorBelt__ConveyorBelt_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x051190E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSMotorAction__FanMotor_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x05119060 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSMusicPaletteTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AFAC0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSMusicSilenceTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AFBE0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSMusicSingleTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AFC60 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataBool_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117A00 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataFloat_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117F20 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataInt_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117CE0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataLocationWrapper_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051178E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataLocation_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051174E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataObjectList_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117FB0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataRefOLD_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117B40 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataRef_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117730 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataScene_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051529E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataTargetSelector_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117970 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSPackageDataTopic_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051EEAA0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAcquireExecState_BGSProcedureTreeExecStateFactory_{ 0x051F29D0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAcquire_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F48B0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureActivateExecState_BGSProcedureTreeExecStateFactory_{ 0x051F2B50 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F49C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAmbushExecState_BGSProcedureTreeExecStateFactory_{ 0x051EEC60 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureAmbush_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152B20 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureCombatTravelExecState_BGSProcedureTreeExecStateFactory_{ 0x051F28E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureCombatTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4D60 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogueActivateExecState_BGSProcedureTreeExecStateFactory_{ 0x051F2E70 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogueActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F52B0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogueExecState_BGSProcedureTreeExecStateFactory_{ 0x051F2BC0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDialogue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F5040 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDoneExecState_BGSProcedureTreeExecStateFactory_{ 0x051F2D50 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureDone_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4510 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEatExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0260 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEat_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F5590 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEscortExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFFD0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureEscort_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6F60 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFindExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0530 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFind_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7480 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFleeExecState_BGSProcedureTreeExecStateFactory_{ 0x051F06B0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFlee_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7600 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFlightGrabExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0440 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFlightGrab_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F78A0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFollowExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF970 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFollowTo_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7DE0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureFollow_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7E70 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureForceGreet_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8210 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureGuardArea_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8380 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureGuardExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF6C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureGuard_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F85C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHeadtrackExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF840 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHeadtrack_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152FA0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHoldPositionExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFE40 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHoldPosition_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8910 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHoverExecState_BGSProcedureTreeExecStateFactory_{ 0x051EFBA0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureHover_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8B30 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureKeepAnEyeOnExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1130 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureKeepAnEyeOn_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8CD0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureLockUnlockExecState_BGSProcedureTreeExecStateFactory_{ 0x051F12D0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureLock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9000 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureOrbitExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1050 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureOrbit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F93C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePatrolExecState_BGSProcedureTreeExecStateFactory_{ 0x051F15F0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePatrol_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9770 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePlayIdleExecState_BGSProcedureTreeExecStateFactory_{ 0x051F1350 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePlayIdle_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153160 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedurePursue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9980 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureRangeExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF350 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureRange_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153750 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSandboxExecState_BGSProcedureTreeExecStateFactory_{ 0x051F14E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSandbox_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9BA0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSayExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0A60 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSay_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9F40 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSitSleepExecState_BGSProcedureTreeExecStateFactory_{ 0x051F07C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA0F0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureSleep_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA1C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureStayAwayExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0D30 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureStayAway_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153B10 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTargetingModeAutopilotExecState_BGSProcedureTreeExecStateFactory_{ 0x051EEDE0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTargetingModeAutopilot_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153E50 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTravelExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0EC0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA4F0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeFallbackExecState_BGSProcedureTreeExecStateFactory_{ 0x051F31B0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeFallback_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1E00 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeProcedure_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F2540 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeRandomExecState_BGSProcedureTreeExecStateFactory_{ 0x051F3540 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeRandom_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1D10 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSequenceExecState_BGSProcedureTreeExecStateFactory_{ 0x051F32F0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSequence_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1B00 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSimultaneousExecState_BGSProcedureTreeExecStateFactory_{ 0x051F3800 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeSimultaneous_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1FB0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeStackedExecState_BGSProcedureTreeExecStateFactory_{ 0x051F3010 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureTreeStacked_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1830 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUnlock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9180 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseIdleMarkerExecState_BGSProcedureTreeExecStateFactory_{ 0x051F0C40 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseIdleMarker_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA850 }; inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseMagicExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF120 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseMagic_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9D00 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseWeaponExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF2B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseWeapon_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9EF0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWaitExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF8B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWait_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA240 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWanderExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF610 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWander_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FB9D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSSpatialGridSearchCustomDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADA10 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSSpatialGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADF40 }; - inline constexpr REL::Offset AutoRegisterCreator_BGSSpatialSparseGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADE00 }; - inline constexpr REL::Offset AutoRegisterCreator_BSAnimationAnimDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AD3D0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Add_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538BDB0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Billow_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538BE40 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Crater_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C020 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Invert_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C2B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Perlin_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C580 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Ridged_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C3F0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__SmoothStep_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B570 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Subtract_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B800 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Turbulence_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538BAD0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Voronoi_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B940 }; - inline constexpr REL::Offset AutoRegisterCreator_BSPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051137B0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSPathingSolution_BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ 0x0509DF00 }; - inline constexpr REL::Offset AutoRegisterCreator_BSPathingTraversalLink_BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ 0x050C1FD0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051FBEE0 }; - inline constexpr REL::Offset AutoRegisterCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05107790 }; - inline constexpr REL::Offset AutoRegisterCreator_BedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2C10 }; - inline constexpr REL::Offset AutoRegisterCreator_BedFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3650 }; - inline constexpr REL::Offset AutoRegisterCreator_BowZoomStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5E50 }; - inline constexpr REL::Offset AutoRegisterCreator_BowZoomStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5F00 }; - inline constexpr REL::Offset AutoRegisterCreator_CameraOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3C10 }; - inline constexpr REL::Offset AutoRegisterCreator_CameraOverrideStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3700 }; - inline constexpr REL::Offset AutoRegisterCreator_CameraShakeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEDF0 }; - inline constexpr REL::Offset AutoRegisterCreator_ChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2E50 }; - inline constexpr REL::Offset AutoRegisterCreator_ChairFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2CB0 }; - inline constexpr REL::Offset AutoRegisterCreator_ChangeAnimArchetypeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8130 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAcquireSearchDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106A10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB7A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAlignRollPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107CB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAnimatedPath_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA5A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatApproachTargetPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9C60 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAreaHoldPosition_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBA50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAreaReference_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105470 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAreaShape_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE690 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatAreaStandard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE450 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatBarrelRollPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDB00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatChangePositionPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8F40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatChargingSearchData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109480 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatCluster_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB5B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatCoverSearchDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106F50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatCoverSearchResult_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD910 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatCoverSearch_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD670 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatCoveredPathDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCC80 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatDialogueDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509E9F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatDisableActionController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051073A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatDisableAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109090 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatDisableCollisionController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0530AAF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatEnterCoverPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108D50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatFlankingSearchData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102B00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatFleeAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8740 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatFollowTargetPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104F40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInceptionDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE920 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemGrenade_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104270 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA0D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAF90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCDE0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC360 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA920 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE030 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9E80 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC9D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F6F50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB270 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBEF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB9D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB430 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF7D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEBC0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8CB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE9D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB050 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101370 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB5E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCC20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CEFD0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC790 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CA610 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD0C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE6F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CAB90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE970 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB4F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEF90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FED40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F6E90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CA080 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051018E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7350 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC410 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE510 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD8A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101690 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD880 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEC80 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCA70 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBC10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDAE0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDC30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9B70 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBEC0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBD10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100170 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDCF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F85C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFA20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9690 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EDA0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB940 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100F60 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAED0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100BC0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F71A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC640 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CECD0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F6B50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB120 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9C30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE180 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC4D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFF00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7900 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMelee_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA420 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemOneHandedBlock_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108320 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemRanged_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107A20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemShield_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102970 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemThrown_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC1F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemTorch_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCED0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterArmor_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEB00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterBoundItem_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105600 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterChameleon_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAB90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterCloak_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB1F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterDash_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD4A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterDisarm_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8A80 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterInvisibility_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051070F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterLight_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB980 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterOffensive_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108EF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterParalyze_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCBB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterReanimate_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108050 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterRestore_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107180 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterScript_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105AF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterStagger_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE850 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterSummon_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA2A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterTargetEffect_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051067F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterWard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB3D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMantlePathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051084E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMatchTargetAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC8F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMeleeAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8B50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMeleeAttackController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107F10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMeleeDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102190 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMovementRequestActivateTarget_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05214100 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatMovementRequestFollowActor_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105250 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatNavmeshCoverLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104B60 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatNavmeshPathingDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D93D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathBuilderTrackInfo_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD3C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathBuilderTracker_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE570 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05107AA0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8F00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D82D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051012B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509F420 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5A50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3550 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA290 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051003C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B85A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2170 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BDD20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C1110 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1320 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C0E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B7150 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB3F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFA50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D71F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B040 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9360 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC540 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050AFC40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4A40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFFC0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAB50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE030 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6820 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD120 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051015C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7680 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA410 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB910 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA190 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7510 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7B30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D11F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105190 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2000 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106D00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0DE0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5650 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3160 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9E90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BEB30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B81A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1D50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF1E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C0CF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B0F20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD1F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6E20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB000 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3480 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509A050 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509AC40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4850 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC140 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F89A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4850 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0650 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF6B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107E50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109610 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CFC10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101DB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1D10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102320 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0A50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107540 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1A20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509E270 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D14D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0C90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF890 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108B00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104900 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D02E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103C40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1740 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF240 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105D10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106520 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105EC0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109280 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051091B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051033D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106110 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC720 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D30D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D56B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA670 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B60A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3960 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C930 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC070 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8E30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2A10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BE5F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C1650 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD500 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2500 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B77A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BBC40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C02F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D63F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B680 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B97D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BCDE0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B04D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B52E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8330 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5C50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D50B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3AA0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCE70 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100730 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5350 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE2B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2C60 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8080 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7B90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDA30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6070 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101020 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDDB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101B30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5E80 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3750 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA6C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF060 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B89D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B25A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BE170 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7D00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1750 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C4F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B7580 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB800 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFE80 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509D3D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B470 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6CC0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC970 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B0070 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4E70 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7F10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9750 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAC20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4690 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB6A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE560 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051009E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2920 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE810 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFE20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF520 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5DE0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102570 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingDelayedTweener_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAAB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestAdapter_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115210 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestCovered_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05109840 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107990 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B65A0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B3E30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BA9F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05108A20 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B7CB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103E90 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BD7D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050C07F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B09C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509BB50 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B69D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BACE0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05102E40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509D690 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509A770 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051132B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BD2E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050AF740 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B4370 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestMultiGoal_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114270 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestStandard_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104EB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingSearchArea_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105960 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPathingTweener_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE270 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPositionReservation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102000 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatPositionTracker_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105830 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatProjectileAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051099F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatProjectileDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051027E0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatRangedMovementPathSpeedController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D94C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF170 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatSearchLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050AF1B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatSearchMap2D_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106990 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatSearchMap3D_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB6D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatShipGenericPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104D00 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatShipPursueTargetPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD1B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatSoftCoverLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051053F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatSpatialGraphPathingDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103280 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatStandardCoverLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107200 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatSuppressiveFireBehavior_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC540 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetLocationSearchResult_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051086B0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetLocationSearch_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA070 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051097C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorFixed_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC0C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorPreferred_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104130 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorRandom_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE080 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorSpaceship_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8D40 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorStandard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101C10 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorWorkshopObject_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA6D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatThreatExplosion_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103AB0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatThreatLOF_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBC30 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatThreatMelee_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC9D0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatThreatProjectile_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDCF0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTrackTargetAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105690 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTunnelPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109340 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatTunnelPathingRequestData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9940 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatViewControllerGlance_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103760 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatViewControllerPath_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051081F0 }; - inline constexpr REL::Offset AutoRegisterCreator_CombatViewControllerStandard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104530 }; - inline constexpr REL::Offset AutoRegisterCreator_CullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D84C0 }; - inline constexpr REL::Offset AutoRegisterCreator_CullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8F00 }; - inline constexpr REL::Offset AutoRegisterCreator_DeathEmoteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE010 }; - inline constexpr REL::Offset AutoRegisterCreator_DeathStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFCB0 }; - inline constexpr REL::Offset AutoRegisterCreator_DesyncInteractionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAE90 }; - inline constexpr REL::Offset AutoRegisterCreator_DetectionDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9A70 }; - inline constexpr REL::Offset AutoRegisterCreator_DisableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2090 }; - inline constexpr REL::Offset AutoRegisterCreator_DisableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7320 }; - inline constexpr REL::Offset AutoRegisterCreator_DisableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E09A0 }; - inline constexpr REL::Offset AutoRegisterCreator_DisableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2AF0 }; - inline constexpr REL::Offset AutoRegisterCreator_DiveBombPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106770 }; - inline constexpr REL::Offset AutoRegisterCreator_DoNotInterruptAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAAD0 }; - inline constexpr REL::Offset AutoRegisterCreator_EjectShellCasingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB3D0 }; - inline constexpr REL::Offset AutoRegisterCreator_EnableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E22F0 }; - inline constexpr REL::Offset AutoRegisterCreator_EnableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6B70 }; - inline constexpr REL::Offset AutoRegisterCreator_EnableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0EA0 }; - inline constexpr REL::Offset AutoRegisterCreator_EnableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2140 }; - inline constexpr REL::Offset AutoRegisterCreator_EndSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5540 }; - inline constexpr REL::Offset AutoRegisterCreator_EndSummonAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF370 }; - inline constexpr REL::Offset AutoRegisterCreator_EyeTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5C40 }; - inline constexpr REL::Offset AutoRegisterCreator_EyeTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5B90 }; - inline constexpr REL::Offset AutoRegisterCreator_FaceEmotionalIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCC40 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightActionEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6420 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightActionEntryEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6670 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7670 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightCrashLandStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E64D0 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightCruisingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7F90 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightHoveringHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8040 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightLandEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7840 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightLandHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7790 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightLandingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E73F0 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightPerchingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6F20 }; - inline constexpr REL::Offset AutoRegisterCreator_FlightTakeOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E81E0 }; - inline constexpr REL::Offset AutoRegisterCreator_ForceWeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA080 }; - inline constexpr REL::Offset AutoRegisterCreator_GetUpEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDAD0 }; - inline constexpr REL::Offset AutoRegisterCreator_GetUpStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD240 }; - inline constexpr REL::Offset AutoRegisterCreator_GravJumpInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6450 }; - inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6980 }; - inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6E70 }; - inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingRotationOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7CB0 }; - inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingRotationOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7C00 }; - inline constexpr REL::Offset AutoRegisterCreator_HideSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAD60 }; - inline constexpr REL::Offset AutoRegisterCreator_HitFrameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3FC0 }; - inline constexpr REL::Offset AutoRegisterCreator_IdleDialogueEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1310 }; - inline constexpr REL::Offset AutoRegisterCreator_IdleDialogueExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1140 }; - inline constexpr REL::Offset AutoRegisterCreator_IdleFlavorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7AD0 }; - inline constexpr REL::Offset AutoRegisterCreator_InterruptCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF850 }; - inline constexpr REL::Offset AutoRegisterCreator_JumpAnimEventHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1260 }; - inline constexpr REL::Offset AutoRegisterCreator_KillActorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7BC0 }; - inline constexpr REL::Offset AutoRegisterCreator_KillMoveEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE940 }; - inline constexpr REL::Offset AutoRegisterCreator_KillMoveStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE890 }; - inline constexpr REL::Offset AutoRegisterCreator_KnockdownHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB2B0 }; - inline constexpr REL::Offset AutoRegisterCreator_KnockdownTargetHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB8E0 }; - inline constexpr REL::Offset AutoRegisterCreator_LeftHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E52F0 }; - inline constexpr REL::Offset AutoRegisterCreator_LeftHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4E50 }; - inline constexpr REL::Offset AutoRegisterCreator_LookAtChainData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE220 }; - inline constexpr REL::Offset AutoRegisterCreator_LoopingActivateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9740 }; - inline constexpr REL::Offset AutoRegisterCreator_MorphDriverData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE3B0 }; - inline constexpr REL::Offset AutoRegisterCreator_MotionDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4E10 }; - inline constexpr REL::Offset AutoRegisterCreator_MotionDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE0C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MountDismountEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD9B0 }; - inline constexpr REL::Offset AutoRegisterCreator_MountInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050AF440 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentActorAvoider_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6370 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentActorState_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F5DE0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentFlightControllerDetached_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A04E0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentFlightController_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6B10 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentPathFollowerFlight_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F61B0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentPathFollowerStandard_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6070 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementAgentPathFollowerVirtual_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F5F30 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentAngleGain_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C63C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentDirectControl_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509FDA0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentDirectionPassThrough_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509F800 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentFlightBoostTrigger_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C64C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentGraphDrivenAnimationDriven_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6A10 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentPlayerControlsActionTrigger_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C68C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentPlayerControls_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C5810 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentPlayerFlightControls_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509FB60 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentSprintActionTrigger_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6AB0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentStairsHelper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C5D80 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentStandard_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0210 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentStorePlannerOutput_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1080 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5320 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageActivateDoor_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05114D40 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageActorCollision_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05100E10 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageBeginLandingApproach_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05115920 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageBlocked_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A58E0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageGravJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5470 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050FE8E0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageLand_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509D0D0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageNewPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05108570 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePathCleared_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5AB0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePathComplete_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05109A80 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePathFailed_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05106370 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePlayIdle_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509E0C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageSetStaticPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509F580 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageTakeOff_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5620 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageTraversal_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050FFD90 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageWarpToLocation_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05108870 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementMessageWarpToMultiple_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6050 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementParametersFixed_BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050AEB40 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementParameters_BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050AEE50 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerAgentAvoidBox_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0890 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerAgentLoadedAreaMonitor_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6110 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerAgentStaticAvoider_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C5B00 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A4A80 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerAgentDirectControl_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F64C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerAgentNavmeshBounds_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F5FD0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerAgentWarp_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6680 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A4E40 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementPostUpdateArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A4C30 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementStateFollowPath_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C61C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementStateTweener_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6830 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerAgentFixedDelta_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F68C0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerAgentNodeFollower_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0B80 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerAgentTargetPosAndVel_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C66F0 }; - inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5050 }; - inline constexpr REL::Offset AutoRegisterCreator_NPCAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0900 }; - inline constexpr REL::Offset AutoRegisterCreator_NPCDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0430 }; - inline constexpr REL::Offset AutoRegisterCreator_PairedAttackDialogueHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBC70 }; - inline constexpr REL::Offset AutoRegisterCreator_PairedStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF2C0 }; - inline constexpr REL::Offset AutoRegisterCreator_PassengerInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050AF240 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingCell_BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ 0x050C1DF0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x050C1B80 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050AEF50 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestClosePoint_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051135D0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestClosestGoal_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05112B70 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestCover_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051025F0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlee_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05112900 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyAction_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113B60 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyHover_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05109120 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyLand_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05106B50 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyOrbit_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051030D0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyTakeOff_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103900 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFly_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114990 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestHide_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114F50 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestLOS_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105100 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestOpenSpace_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104870 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestRotate_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051154B0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestSafeStraightLine_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113D90 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequestStopMoving_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051156D0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509E8B0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionActivate_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9800 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionDoorway_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9690 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionJump_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A8ED0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionLadder_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A92D0 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionStandard_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9410 }; - inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalData_BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ 0x050C1D60 }; - inline constexpr REL::Offset AutoRegisterCreator_PerformActivationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7EE0 }; - inline constexpr REL::Offset AutoRegisterCreator_PickNewIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFC00 }; - inline constexpr REL::Offset AutoRegisterCreator_PitchOverrideEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9E60 }; - inline constexpr REL::Offset AutoRegisterCreator_PitchOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9DB0 }; - inline constexpr REL::Offset AutoRegisterCreator_PlayerBedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7CD0 }; - inline constexpr REL::Offset AutoRegisterCreator_PlayerChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3150 }; - inline constexpr REL::Offset AutoRegisterCreator_PlayerFastEquipSoundHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA5D0 }; - inline constexpr REL::Offset AutoRegisterCreator_PlayerFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7D80 }; - inline constexpr REL::Offset AutoRegisterCreator_PoseDeformerData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE440 }; - inline constexpr REL::Offset AutoRegisterCreator_QuestPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105B70 }; - inline constexpr REL::Offset AutoRegisterCreator_RagdollAndGetUpHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDB70 }; - inline constexpr REL::Offset AutoRegisterCreator_RagdollStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD710 }; - inline constexpr REL::Offset AutoRegisterCreator_RecoilStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4DA0 }; - inline constexpr REL::Offset AutoRegisterCreator_ReevaluateGraphStateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8710 }; - inline constexpr REL::Offset AutoRegisterCreator_ReferenceEndAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4D50 }; - inline constexpr REL::Offset AutoRegisterCreator_ReferenceRunActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D42D0 }; - inline constexpr REL::Offset AutoRegisterCreator_ReferenceStartAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4FE0 }; - inline constexpr REL::Offset AutoRegisterCreator_ReferenceStartImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4420 }; - inline constexpr REL::Offset AutoRegisterCreator_ReferenceStopImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D44E0 }; - inline constexpr REL::Offset AutoRegisterCreator_ReloadCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9860 }; - inline constexpr REL::Offset AutoRegisterCreator_ReloadStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8FB0 }; - inline constexpr REL::Offset AutoRegisterCreator_RemoveRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE380 }; - inline constexpr REL::Offset AutoRegisterCreator_RightHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4520 }; - inline constexpr REL::Offset AutoRegisterCreator_RightHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E57F0 }; - inline constexpr REL::Offset AutoRegisterCreator_SandManKillHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB480 }; - inline constexpr REL::Offset AutoRegisterCreator_SceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D6FF0 }; - inline constexpr REL::Offset AutoRegisterCreator_SetupGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5FB0 }; - inline constexpr REL::Offset AutoRegisterCreator_ShowSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6150 }; - inline constexpr REL::Offset AutoRegisterCreator_SlideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6E50 }; - inline constexpr REL::Offset AutoRegisterCreator_SneakStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9910 }; - inline constexpr REL::Offset AutoRegisterCreator_SpaceshipDockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4AF0 }; - inline constexpr REL::Offset AutoRegisterCreator_SpaceshipLandingFinishedFailsafeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4A30 }; - inline constexpr REL::Offset AutoRegisterCreator_SpaceshipLandingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D58D0 }; - inline constexpr REL::Offset AutoRegisterCreator_SpaceshipTakeOffFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5C40 }; - inline constexpr REL::Offset AutoRegisterCreator_SpaceshipUndockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D48E0 }; - inline constexpr REL::Offset AutoRegisterCreator_SpringBoneData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE580 }; - inline constexpr REL::Offset AutoRegisterCreator_StaggeredStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3EA0 }; - inline constexpr REL::Offset AutoRegisterCreator_StartFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2600 }; - inline constexpr REL::Offset AutoRegisterCreator_StartPCapVoiceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC1D0 }; - inline constexpr REL::Offset AutoRegisterCreator_StartSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5720 }; - inline constexpr REL::Offset AutoRegisterCreator_StopFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E17C0 }; - inline constexpr REL::Offset AutoRegisterCreator_StopMountCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEAE0 }; - inline constexpr REL::Offset AutoRegisterCreator_SubgraphAndOffsetDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AD220 }; - inline constexpr REL::Offset AutoRegisterCreator_SyncDeferDeathHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB690 }; - inline constexpr REL::Offset AutoRegisterCreator_SyncEarlyExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB740 }; - inline constexpr REL::Offset AutoRegisterCreator_TakeOffInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5670 }; - inline constexpr REL::Offset AutoRegisterCreator_TerminateGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6960 }; - inline constexpr REL::Offset AutoRegisterCreator_TraversalFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAF40 }; - inline constexpr REL::Offset AutoRegisterCreator_TraversalStepDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7830 }; - inline constexpr REL::Offset AutoRegisterCreator_UncullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8570 }; - inline constexpr REL::Offset AutoRegisterCreator_UncullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8A20 }; - inline constexpr REL::Offset AutoRegisterCreator_UseStimpakHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC750 }; - inline constexpr REL::Offset AutoRegisterCreator_VirtualPathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x050C1AF0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBD20 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponBeginDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E45D0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponBeginSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E43F0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC6A0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4A30 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponFireEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D94A0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA2D0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponFireStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA130 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E47E0 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponSheatheInterruptHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4890 }; - inline constexpr REL::Offset AutoRegisterCreator_WeaponSwingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E92D0 }; - inline constexpr REL::Offset AutoRegisterCreator_ZeroPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9C90 }; - inline constexpr REL::Offset AutoRegisterCreator___BSAnimationGraphDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x0535FE70 }; - inline constexpr REL::Offset AutoRegisterCreator___BSAnimationTableDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x0535FDD0 }; - inline constexpr REL::Offset AutoRegisterCreator___BSAnimationTextDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x0535F8B0 }; - inline constexpr REL::Offset AutoRegisterCreator___MovementHandlerAgentAngleControllerLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B7940 }; - inline constexpr REL::Offset AutoRegisterCreator___MovementHandlerAgentLargeDeltaLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B76B0 }; - inline constexpr REL::Offset AutoRegisterCreator___MovementHandlerAgentTranslationControllerLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B7420 }; - inline constexpr REL::Offset AutoRegisterCreator___MovementPlannerAgentHorseControlsLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x05221F30 }; - inline constexpr REL::Offset AutoRegisterCreator___MovementPlannerAgentKeepOffsetLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x052221B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_BuyItem__{ 0x050EE3D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_CloseMenu__{ 0x050E8B50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_HideModel__{ 0x050EAD90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_LoadModel__{ 0x050EE680 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SellItem__{ 0x050E41D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SetMouseOverModel__{ 0x050A27C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ShowFailureMessage__{ 0x050E9640 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ViewedItem__{ 0x050F46A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_FastTravel__{ 0x050F2DC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_ShowMap__{ 0x050E43B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowChange__{ 0x050E0740 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowColorChange__{ 0x050ECD60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_CancelTextEntry__{ 0x050E3220 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_CloseMenu__{ 0x050A2BE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_CyclePronoun__{ 0x050F4A10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_DirtScarsEtcChange__{ 0x050F31E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_EndBodyChange__{ 0x050EE260 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_EndTextEntry__{ 0x050A2C40 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_EyeColorChange__{ 0x050F2080 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairChange__{ 0x050E2F80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairColorChange__{ 0x050E3A00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HairChange__{ 0x050EF410 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HairColorChange__{ 0x050F3F30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__{ 0x050EB730 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPresetChange__{ 0x050F4B30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryChange__{ 0x050E6870 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryColorChange__{ 0x050E5C90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_MakeupChange__{ 0x050EC8A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_MarkingsChange__{ 0x050EB0B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__{ 0x050F2B50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendFaceChange__{ 0x050F3F90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendIntensityChange__{ 0x050F5B50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PresetChange__{ 0x050F0460 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOffLocomotion__{ 0x050E73B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOnLocomotion__{ 0x050F5160 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_RotatePaperdoll__{ 0x050DF590 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetAdditionalSlider__{ 0x050A2B70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBackground__{ 0x050E8800 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__{ 0x050ECB80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBodyValues__{ 0x050E5E00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetCameraPosition__{ 0x050F0150 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetPronoun__{ 0x050EC300 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSex__{ 0x050E8680 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSlider__{ 0x050EEDA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetTrait__{ 0x050EA860 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__{ 0x050EBF80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__{ 0x050EEAF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SkintoneChange__{ 0x050F21F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_StartBodyChange__{ 0x050EDF20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_StartTextEntry__{ 0x050F4A70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchBodyType__{ 0x050EB3F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchLocomotion__{ 0x050A2B10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethChange__{ 0x050E8330 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOff__{ 0x050E9CD0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOn__{ 0x050E6700 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_ToggleMarking__{ 0x050F2E20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__{ 0x050EFA40 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_CloseMenu__{ 0x050ECF10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_HideModel__{ 0x050EE620 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_Jettison__{ 0x050F3DC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_LoadModel__{ 0x050F1E50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__{ 0x050F4630 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__{ 0x050EAD20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TakeAll__{ 0x050EB450 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_ToggleEquip__{ 0x050E2740 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferAllResources__{ 0x05325290 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferItem__{ 0x050E02B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_CraftItem__{ 0x050F2690 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ExitBench__{ 0x050F4FE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_Highlight3D__{ 0x050F44C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_InstallMod__{ 0x050E8970 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RenameItem__{ 0x050E6530 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertHighlight__{ 0x050F3860 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__{ 0x050EC830 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModSlot__{ 0x050EC6B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedMod__{ 0x050ED320 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__{ 0x050E79D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedRecipe__{ 0x050ECE30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SetInspectControls__{ 0x050EE850 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ToggleTracking__{ 0x050E1E90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__{ 0x050E0180 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_CloseMenu__{ 0x050E9B60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_ClosedForSubMenu__{ 0x050EB280 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_Missions__{ 0x050EBDF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_OpenPauseMenu__{ 0x052865F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_PlotToLocation__{ 0x050F1960 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_Reopened__{ 0x050EDB30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__{ 0x050F4000 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__{ 0x050EEB60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedMapMenu__{ 0x050E2860 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedPowersMenu__{ 0x050F1270 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedShipMenu__{ 0x050E66A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedStatusMenu__{ 0x050F51C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__{ 0x050ED030 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetPaperDollActive__{ 0x050E80E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_StartCloseAnim__{ 0x05237F20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_acceptClicked__{ 0x050F2250 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_cancelClicked__{ 0x050F10E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_playSFX__{ 0x050E9EA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_toggleAudio__{ 0x050EDCF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_CompleteExit__{ 0x050E59A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__{ 0x050F1520 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__{ 0x050EF860 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__{ 0x050E7060 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestExit__{ 0x050EBBD0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__{ 0x050A25E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DocAcceptMenu_Accept__{ 0x0522A260 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__{ 0x050F4D10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_UseQuickkey__{ 0x050E2580 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseAllMenus__{ 0x050EC130 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseMenu__{ 0x050EF800 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_PlayMenuSound__{ 0x050E5F90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_StartGameRender__{ 0x050F0330 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_UserEvent__{ 0x050EA070 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__{ 0x050E99C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenDataMenu__{ 0x050E9A30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenMissionMenu__{ 0x050ECEA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_SetMissionActive__{ 0x050E54B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationButtonEvent__{ 0x050E7CC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__{ 0x050F0CC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__{ 0x050F4700 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_RepairShip__{ 0x050E64C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__{ 0x050F0BF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_RequestImage__{ 0x050ECDC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__{ 0x050F5820 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_Change3DView__{ 0x050E1A30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_DropItem__{ 0x050EE8C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_HideModel__{ 0x050EFAB0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_LoadModel__{ 0x050F3370 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OnEnterCategory__{ 0x050EAFE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OpenCargoHold__{ 0x050E09E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__{ 0x050E81B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__{ 0x050F0B80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SelectItem__{ 0x050E84A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__{ 0x050F3300 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_StartCloseAnim__{ 0x0526C050 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleFavorite__{ 0x050F14B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleHelmet__{ 0x050F56B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleSuit__{ 0x050F5590 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Inventory_SetSort__{ 0x050A2580 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_AnimFinished__{ 0x050F5350 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_OnWidgetShown__{ 0x050EEF30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_OpenDataMenu__{ 0x050E49E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_ShowSkills__{ 0x050E2C60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LoadingMenu_RefreshText__{ 0x050ED2C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LocationTextWidget_FinishedQueue__{ 0x050E4B50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionCanceled__{ 0x050A2F50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionConfirmed__{ 0x050F23D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_ConfirmLoad__{ 0x050E2010 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_DeleteSave__{ 0x050F0760 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_LegalScreenComplete__{ 0x0532AF50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_SetCharacter__{ 0x050F5230 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartAction__{ 0x050E5520 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartLoad__{ 0x050F4BA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_UploadSave__{ 0x050E86E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnBackOut__{ 0x050E5AC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__{ 0x050F5520 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryChanged__{ 0x050EC360 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryPressed__{ 0x050E3D00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ClearState__{ 0x050F0F10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_PlotToLocation__{ 0x050DFD80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_RejectQuest__{ 0x050E1640 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__{ 0x050F1C00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveOpenedId__{ 0x050E0E30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ShowItemLocation__{ 0x050E5150 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__{ 0x05269800 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__{ 0x050E6CC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Bioscan__{ 0x050E9850 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_FastTravel__{ 0x050EC3D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Harvest__{ 0x050EE200 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Initialize__{ 0x050E0A50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Outpost__{ 0x050F1080 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_PhotoMode__{ 0x050E0540 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Shutdown__{ 0x050DFB00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SocialSpell__{ 0x050E5940 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StartContainerView__{ 0x050A2390 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StopContainerView__{ 0x050EE430 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SurfaceMap__{ 0x050F2570 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_UseListScrollControls__{ 0x050F4D80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomIn__{ 0x050E37D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomOut__{ 0x050EF120 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ActionCanceled__{ 0x050E75E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmAction__{ 0x050F1FC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmLoad__{ 0x050F5290 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmSave__{ 0x050EBA60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_DeleteSave__{ 0x050E3DE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_QuitToDesktop__{ 0x050E29D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_SetCharacter__{ 0x050EC540 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartAction__{ 0x050E1280 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartLoad__{ 0x050E0FA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_UploadSave__{ 0x050F32A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoGallery_DeletePhoto__{ 0x050F3430 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_InitializeCategory__{ 0x050E3340 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ResetToDefaults__{ 0x050F52F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_SliderChanged__{ 0x050E15E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_StepperChanged__{ 0x050F3CF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_TakeSnapshot__{ 0x050E8BB0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleHelmet__{ 0x050EDC90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleUI__{ 0x050F2020 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PickpocketMenu_OnItemSelect__{ 0x050E30A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PlayBink_CloseMenu__{ 0x050E8D20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PowersMenu_ActivateEssence__{ 0x050EDA60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PowersMenu_EquipPower__{ 0x050E4870 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PowersMenu_FavoritePower__{ 0x050E45E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Refuel_Accept__{ 0x050E0CE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Refuel_Cancel__{ 0x050DFF60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_AddMaterial__{ 0x050E6230 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_CategorySelected__{ 0x050F0B10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ExitMenu__{ 0x050E5B20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_HideModel__{ 0x050F0400 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_PreviewProject__{ 0x050EF580 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ProjectViewed__{ 0x050E4FE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_SetInspectControls__{ 0x050EFD70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__{ 0x050E93D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Reticle_OnLongAnimFinished__{ 0x050E3F50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_BackOutKey__{ 0x050E4CD0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_CloseMenu__{ 0x050F4F10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_ConfirmExit__{ 0x050F3940 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__{ 0x050E5330 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_GetRingHint__{ 0x050E7970 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_SelectNewKey__{ 0x050DF700 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_TryUseKey__{ 0x050F48A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__{ 0x050E8500 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ClearBinding__{ 0x050EFFE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenCategory__{ 0x050F3070 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenSettings__{ 0x050F4AD0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapConfirmed__{ 0x050E5E60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapMode__{ 0x050E7DF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ResetToDefaults__{ 0x050F1A80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveControls__{ 0x050EF180 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveSettings__{ 0x050EB110 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SliderChanged__{ 0x050F1DE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_StepperChanged__{ 0x050EEE00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ValidateControls__{ 0x050E9360 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipBuilder_CloseAllMenus__{ 0x050F3240 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Assign__{ 0x050F3010 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__{ 0x050EF0B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_Close__{ 0x050F1210 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__{ 0x050E4230 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_SetSort__{ 0x050E2410 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_ViewedItem__{ 0x050E8150 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__{ 0x050F0390 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__{ 0x050EA8C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__{ 0x050F39A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__{ 0x050E06D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__{ 0x050E3D70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__{ 0x050EA350 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__{ 0x050E96B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__{ 0x050F4200 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__{ 0x050E61C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__{ 0x050EC0C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__{ 0x050EE4A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__{ 0x050F17D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__{ 0x050F2D50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewShipPart__{ 0x050A1410 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewUpgrade__{ 0x050EB6D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_RemoveAll3D__{ 0x050ECD00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedShipPart__{ 0x050EA640 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedUpgrade__{ 0x050E2F20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SystemSelected__{ 0x050E2C00 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__{ 0x050E8F60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__{ 0x050F59B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_AbortJump__{ 0x050F0C60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Activate__{ 0x050F3B40 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__{ 0x050F3D50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_ChangeComponentSelection__{ 0x050F4340 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_CloseMenu__{ 0x050E25E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Deselect__{ 0x050E2EC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_DockRequested__{ 0x050EC190 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_FarTravel__{ 0x050E21A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailAccepted__{ 0x050F4130 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailCancelled__{ 0x050F15F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailShip__{ 0x050E69F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_JumpToQuestMarker__{ 0x050E6460 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Land__{ 0x050E7640 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_LandingMarkerMap__{ 0x050E1110 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Map__{ 0x050EF7A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_OnMonocleToggle__{ 0x050F2CF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_OpenPhotoMode__{ 0x050ECA10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Repair__{ 0x050A2760 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_SetTargetMode__{ 0x050E0B70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_TargetShipSystem__{ 0x050EB050 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Target__{ 0x050DFAA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_UntargetShipSystem__{ 0x050F33D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateComponentPower__{ 0x050F1650 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__{ 0x050E3760 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Accept__{ 0x050E7850 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_AddPatch__{ 0x050E17B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Cancel__{ 0x050E6F40 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__{ 0x050EB8D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_SaveLastCategory__{ 0x050E1570 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_InterruptRest__{ 0x050E8D80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_StartRest__{ 0x050F2970 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ExecuteRoute__{ 0x050E7B50 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__{ 0x050E70D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__{ 0x050F2430 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__{ 0x050A2CA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__{ 0x050EFBD0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__{ 0x050E5690 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnCancel__{ 0x050EAA60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnClearRoute__{ 0x050F2800 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnExitStarMap__{ 0x050A2D20 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__{ 0x050E9100 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__{ 0x050A2D80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__{ 0x050E4D30 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_QuickSelectChange__{ 0x050EFEA0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ReadyToClose__{ 0x050E6400 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ScanPlanet__{ 0x050F3C90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__{ 0x050F34F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__{ 0x050F2BC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ShowRealCursor__{ 0x050F3630 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__{ 0x052964D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__{ 0x050E7F60 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__{ 0x050EFF70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_CloseMenu__{ 0x050E6290 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_ExitShip__{ 0x050F53B0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_Launch__{ 0x050E1A90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TerminalMenu_CancelEvent__{ 0x050F0580 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseAllViews__{ 0x050EDF80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseTopView__{ 0x050EA010 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseView__{ 0x050E68D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_MenuItemClick__{ 0x050EF9E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_DoAction__{ 0x050E7350 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_ExitMenu__{ 0x050E03D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowImages__{ 0x050EA5E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowResources__{ 0x050F3490 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_TestAll__{ 0x050EFF10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_EndEditText__{ 0x050E8DF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_InputCanceled__{ 0x050F05E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_StartEditText__{ 0x050E07A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TitleSequenceMenu_StartMusic__{ 0x0532D770 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__{ 0x050E34C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_UpdateSceneRectEvent__{ 0x050EA1E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__{ 0x050ED5C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__{ 0x050F2F90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldFinished__{ 0x050ED640 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldStopped__{ 0x050E2070 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__{ 0x050F2AE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__{ 0x050ED8E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__{ 0x050EAB80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_ApplyColors__{ 0x050E1D10 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SelectedTab__{ 0x050F38D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SliderChanged__{ 0x050E6B40 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__{ 0x050EDAC0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_AttemptBuild__{ 0x050EF2A0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_CancelAction__{ 0x050F5040 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ChangeVariant__{ 0x050EE7F0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__{ 0x050F08D0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ExitMenu__{ 0x050EEF90 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_MessageCallback__{ 0x050EADF0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedCategory__{ 0x050E12E0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__{ 0x050DF520 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ShowExtras__{ 0x050E4640 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SwitchMode__{ 0x050F1590 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleDistance__{ 0x050DFDE0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleTracking__{ 0x050DF980 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleView__{ 0x050F1D80 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__{ 0x050F4F70 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__{ 0x050E9E40 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_SetActionHandles__{ 0x050F4190 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_StartAction__{ 0x050E51C0 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__{ 0x050E9510 }; - inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__{ 0x050E3A70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ActionActivateDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEB90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ActorSceneNextPhaseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6F00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AddRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE430 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D3C50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE6C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraDeltaStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0020 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0720 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E02C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6060 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D3B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE5D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1BF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectHideHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0CB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectLoadHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E14B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipAllHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1E90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1D90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationStanceDataSingletonDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AD500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__IAnimationStanceData__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ 0x0536EFA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnticipateAttackHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3CC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ArrowAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ArrowDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6240 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AttachReferenceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCA50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AttackStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5190 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundFadeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundPauseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBF70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundResumeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC060 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCCF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationEditorSpacePointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F0D00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationInteriorCell_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F2A20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F25F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPrimitive_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F27C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationRefRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F2480 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSConveyorBelt__ConveyorBelt_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x051184C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMotorAction__FanMotor_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x051182C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMusicPaletteTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AE610 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMusicSilenceTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AE7C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMusicSingleTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AE940 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataBool_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116E40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataFloat_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117220 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataInt_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117170 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocationWrapper_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116B70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocation_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116920 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataObjectList_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRefOLD_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRef_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05116A30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataScene_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051519B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTargetSelector_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117EB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTopic_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051EDB10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquireExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1B50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquire_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F3890 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F20F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F3B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbushExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EDC30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbush_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05151B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F2290 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F3E80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4440 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1570 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4210 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDoneExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F12F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDone_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F3680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEatExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1460 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEat_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4710 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscortExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F19D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscort_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4840 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFindExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1770 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFind_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6490 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFleeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EEA90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlee_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6790 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrabExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EEC20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrab_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6A50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EE980 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowTo_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6D10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollow_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F6E10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureForceGreet_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7170 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardArea_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7660 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EEF90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuard_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7560 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EECD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrack_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05151D90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPositionExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EEE70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPosition_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F78C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoverExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EE360 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHover_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EE0E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOn_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7E30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLockUnlockExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EE670 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EE800 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8520 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrolExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EE560 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrol_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8740 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdleExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFC10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdle_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePursue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8A00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRangeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EDEB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRange_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152720 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandboxExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF990 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandbox_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8C20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFB00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSay_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8F20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSitSleepExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0080 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9280 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSleep_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9380 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAwayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFE10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAway_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152A70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EDFC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilot_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152D30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF330 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9650 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallbackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0630 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallback_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0EF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeProcedure_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0A90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandomExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1DC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandom_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0570 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequenceExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0290 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequence_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F0C40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F07D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneous_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F03C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStackedExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F08F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStacked_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F11A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUnlock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF4C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarker_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9920 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseMagic_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FAC30 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseWeaponExecState_BGSProcedureTreeExecStateFactory_{ 0x051EEE60 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureUseWeapon_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FAF20 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWaitExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF000 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWait_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FB120 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWanderExecState_BGSProcedureTreeExecStateFactory_{ 0x051EF5E0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSProcedureWander_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FC080 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSSpatialGridSearchCustomDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AED90 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSSpatialGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AF2C0 }; + inline constexpr REL::Offset AutoRegisterCreator_BGSSpatialSparseGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AF180 }; + inline constexpr REL::Offset AutoRegisterCreator_BSAnimationAnimDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AE750 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Add_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C600 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Billow_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C790 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Crater_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CA60 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Invert_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C8D0 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Perlin_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CB40 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Ridged_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CDD0 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__SmoothStep_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538D0A0 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Subtract_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CF10 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Turbulence_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538D180 }; + inline constexpr REL::Offset AutoRegisterCreator_BSNoise__Voronoi_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538D410 }; + inline constexpr REL::Offset AutoRegisterCreator_BSPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114560 }; + inline constexpr REL::Offset AutoRegisterCreator_BSPathingSolution_BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ 0x0509F330 }; + inline constexpr REL::Offset AutoRegisterCreator_BSPathingTraversalLink_BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ 0x050C32F0 }; + inline constexpr REL::Offset AutoRegisterCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051FB400 }; + inline constexpr REL::Offset AutoRegisterCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05108A30 }; + inline constexpr REL::Offset AutoRegisterCreator_BedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E87B0 }; + inline constexpr REL::Offset AutoRegisterCreator_BedFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8690 }; + inline constexpr REL::Offset AutoRegisterCreator_BowZoomStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1490 }; + inline constexpr REL::Offset AutoRegisterCreator_BowZoomStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1540 }; + inline constexpr REL::Offset AutoRegisterCreator_CameraOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5660 }; + inline constexpr REL::Offset AutoRegisterCreator_CameraOverrideStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9270 }; + inline constexpr REL::Offset AutoRegisterCreator_CameraShakeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFDC0 }; + inline constexpr REL::Offset AutoRegisterCreator_ChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9580 }; + inline constexpr REL::Offset AutoRegisterCreator_ChairFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8850 }; + inline constexpr REL::Offset AutoRegisterCreator_ChangeAnimArchetypeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDF60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAcquireSearchDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107C50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCC40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAlignRollPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108F50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAnimatedPath_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109BE0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatApproachTargetPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB230 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAreaHoldPosition_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCEF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAreaReference_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051066C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAreaShape_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DFE40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatAreaStandard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DFC00 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatBarrelRollPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF180 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatChangePositionPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA510 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatChargingSearchData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A6E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatCluster_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107120 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatCoverSearchDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051081F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatCoverSearchResult_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEF90 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatCoverSearch_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEB50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatCoveredPathDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE0E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatDialogueDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509FA20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatDisableActionController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108640 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatDisableAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A380 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatDisableCollisionController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0530FDD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatEnterCoverPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A040 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatFlankingSearchData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103FC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatFleeAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9D10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatFollowTargetPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106210 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInceptionDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E00D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemGrenade_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105830 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB960 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC670 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDEA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD420 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC000 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD3F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB7B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE170 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8A30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100080 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCFB0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD0B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCB10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101030 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100420 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA5E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF9D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC730 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509FFA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC6A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE3C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0180 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD850 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB830 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE180 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF6F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBD10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051001D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCBD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051007F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051005A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8970 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB2A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102FD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CFC40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDBB0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF510 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE960 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102D80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF020 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051004E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDB30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCCD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CEBA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CECF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB4A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD660 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD4B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051019D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF490 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9EF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101280 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAFC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509FCC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCA00 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051027C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC5B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102420 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8C80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD700 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CFE80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8630 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC2A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB560 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF180 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDC70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101760 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9230 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemMelee_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB9F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemOneHandedBlock_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051094E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemRanged_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108CC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemShield_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103E30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemThrown_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD690 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatInventoryItemTorch_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE220 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterArmor_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E02B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterBoundItem_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106850 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterChameleon_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC030 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterCloak_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC710 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterDash_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE980 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterDisarm_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA050 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterInvisibility_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108390 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterLight_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCE20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterOffensive_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A1E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterParalyze_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE010 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterReanimate_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109290 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterRestore_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108420 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterScript_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106D50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterStagger_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E0000 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterSummon_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB870 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterTargetEffect_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107A30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMagicCasterWard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC8F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMantlePathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051096A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMatchTargetAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDD50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMeleeAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA120 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMeleeAttackController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109150 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMeleeDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051036F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMovementRequestActivateTarget_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05215540 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatMovementRequestFollowActor_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106520 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatNavmeshCoverLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105E30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatNavmeshPathingDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA9A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathBuilderTrackInfo_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE8A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathBuilderTracker_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DFD20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05108D40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA830 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D98A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102BF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050A04F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6D70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4D20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB5B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101C20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B98C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3490 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF040 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C2430 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2640 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509D110 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8470 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC710 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C0D70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D87C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C070 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA680 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BD860 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B0F60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5D60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101820 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC230 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF7D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7DF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE8C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102CB0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8C50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBAF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCFF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBA20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8E40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9460 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2610 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106460 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3420 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107FA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1FA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6970 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4930 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB1B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFE50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B94C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3070 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100A40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C2010 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2240 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE990 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8140 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC320 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4A50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B080 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509BC70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5E20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BD460 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA2D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5B70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D18D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0770 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109090 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A870 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0E90 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051034A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3130 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103880 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1CD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051087E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2E40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509F0E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D28F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105280 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0A40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109DF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2290 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1560 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105030 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2B60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D03F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106F70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107760 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051071A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A4E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A410 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0D30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107350 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDEC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D44F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6C80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBD50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B73C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5130 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509D960 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD810 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA150 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3D30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF910 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C2970 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FECA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3920 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8AC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BCF60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C1610 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D79C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C6B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BAAF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BE100 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B17F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6600 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9C60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7220 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6680 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5070 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE610 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101F90 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6920 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFA50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4080 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F99B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9160 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF1D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7640 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102960 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF550 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103220 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B71A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4F20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB9E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C0380 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9CF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B38C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF490 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9630 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2A70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509D520 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B88A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BCB20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C11A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509E400 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C4A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8290 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BDC90 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1390 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6190 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D94E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB080 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC300 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5C60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCD80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFD00 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102240 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3D40 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFFB0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101680 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100D80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D73B0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103A30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingDelayedTweener_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBF50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestAdapter_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115FC0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestCovered_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0510AA20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108C30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B78C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B4460 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BBD10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05109D10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B8FD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105340 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BEAF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050C1B10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B1CE0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509CB80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B7CF0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BC000 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104300 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509E6C0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509B7A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114060 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BE600 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B0A60 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B5690 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestMultiGoal_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115020 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingRequestStandard_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05106180 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingSearchArea_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106A80 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPathingTweener_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DFA20 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPositionReservation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE400 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatPositionTracker_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF610 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatProjectileAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510ABD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatProjectileDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103CA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatRangedMovementPathSpeedController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAA90 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E0920 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatSearchLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050B04D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatSearchMap2D_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107BD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatSearchMap3D_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCB70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatShipGenericPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105FD0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatShipPursueTargetPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE690 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatSoftCoverLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC3D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatSpatialGraphPathingDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104740 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatStandardCoverLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051084A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatSuppressiveFireBehavior_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106C10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetLocationSearchResult_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109870 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetLocationSearch_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB640 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetLocation_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDBB0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorFixed_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD560 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorPreferred_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051056F0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorRandom_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF830 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorSpaceship_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA310 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorStandard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103300 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTargetSelectorWorkshopObject_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBB70 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatThreatExplosion_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104EA0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatThreatLOF_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD0D0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatThreatMelee_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDE30 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatThreatProjectile_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF370 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTrackTargetAimController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051068E0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTunnelPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A5A0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatTunnelPathingRequestData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAF10 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatViewControllerGlance_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104B50 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatViewControllerPath_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDAE0 }; + inline constexpr REL::Offset AutoRegisterCreator_CombatViewControllerStandard_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DED40 }; + inline constexpr REL::Offset AutoRegisterCreator_CullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DED90 }; + inline constexpr REL::Offset AutoRegisterCreator_CullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEC60 }; + inline constexpr REL::Offset AutoRegisterCreator_DeathEmoteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFB70 }; + inline constexpr REL::Offset AutoRegisterCreator_DeathStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E01E0 }; + inline constexpr REL::Offset AutoRegisterCreator_DesyncInteractionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6190 }; + inline constexpr REL::Offset AutoRegisterCreator_DetectionDebugData_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB040 }; + inline constexpr REL::Offset AutoRegisterCreator_DisableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3070 }; + inline constexpr REL::Offset AutoRegisterCreator_DisableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7FD0 }; + inline constexpr REL::Offset AutoRegisterCreator_DisableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC020 }; + inline constexpr REL::Offset AutoRegisterCreator_DisableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2F40 }; + inline constexpr REL::Offset AutoRegisterCreator_DiveBombPathController_BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051079B0 }; + inline constexpr REL::Offset AutoRegisterCreator_DoNotInterruptAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D73F0 }; + inline constexpr REL::Offset AutoRegisterCreator_EjectShellCasingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCEB0 }; + inline constexpr REL::Offset AutoRegisterCreator_EnableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3E40 }; + inline constexpr REL::Offset AutoRegisterCreator_EnableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7E20 }; + inline constexpr REL::Offset AutoRegisterCreator_EnableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E29D0 }; + inline constexpr REL::Offset AutoRegisterCreator_EnableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3120 }; + inline constexpr REL::Offset AutoRegisterCreator_EndSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D4E60 }; + inline constexpr REL::Offset AutoRegisterCreator_EndSummonAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0370 }; + inline constexpr REL::Offset AutoRegisterCreator_EyeTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1D60 }; + inline constexpr REL::Offset AutoRegisterCreator_EyeTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1CB0 }; + inline constexpr REL::Offset AutoRegisterCreator_FaceEmotionalIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE700 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightActionEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E19F0 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightActionEntryEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7450 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7930 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightCrashLandStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1AA0 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightCruisingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8250 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightHoveringHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8300 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightLandEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6FB0 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightLandHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6F00 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightLandingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8130 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightPerchingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7150 }; + inline constexpr REL::Offset AutoRegisterCreator_FlightTakeOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E79E0 }; + inline constexpr REL::Offset AutoRegisterCreator_ForceWeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAFF0 }; + inline constexpr REL::Offset AutoRegisterCreator_GetUpEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3900 }; + inline constexpr REL::Offset AutoRegisterCreator_GetUpStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3B40 }; + inline constexpr REL::Offset AutoRegisterCreator_GravJumpInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5DF0 }; + inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1F00 }; + inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E18C0 }; + inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingRotationOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF110 }; + inline constexpr REL::Offset AutoRegisterCreator_HeadTrackingRotationOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF060 }; + inline constexpr REL::Offset AutoRegisterCreator_HideSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6BE0 }; + inline constexpr REL::Offset AutoRegisterCreator_HitFrameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9030 }; + inline constexpr REL::Offset AutoRegisterCreator_IdleDialogueEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBE80 }; + inline constexpr REL::Offset AutoRegisterCreator_IdleDialogueExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC830 }; + inline constexpr REL::Offset AutoRegisterCreator_IdleFlavorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE460 }; + inline constexpr REL::Offset AutoRegisterCreator_InterruptCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1370 }; + inline constexpr REL::Offset AutoRegisterCreator_JumpAnimEventHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBDD0 }; + inline constexpr REL::Offset AutoRegisterCreator_KillActorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7EC0 }; + inline constexpr REL::Offset AutoRegisterCreator_KillMoveEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF960 }; + inline constexpr REL::Offset AutoRegisterCreator_KillMoveStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF8B0 }; + inline constexpr REL::Offset AutoRegisterCreator_KnockdownHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7170 }; + inline constexpr REL::Offset AutoRegisterCreator_KnockdownTargetHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6C90 }; + inline constexpr REL::Offset AutoRegisterCreator_LeftHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6200 }; + inline constexpr REL::Offset AutoRegisterCreator_LeftHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5D90 }; + inline constexpr REL::Offset AutoRegisterCreator_LookAtChainData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF5A0 }; + inline constexpr REL::Offset AutoRegisterCreator_LoopingActivateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA6B0 }; + inline constexpr REL::Offset AutoRegisterCreator_MorphDriverData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF730 }; + inline constexpr REL::Offset AutoRegisterCreator_MotionDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9A10 }; + inline constexpr REL::Offset AutoRegisterCreator_MotionDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFC20 }; + inline constexpr REL::Offset AutoRegisterCreator_MountDismountEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4340 }; + inline constexpr REL::Offset AutoRegisterCreator_MountInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050B0760 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentActorAvoider_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7DB0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentActorState_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F78C0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentFlightControllerDetached_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1590 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentFlightController_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7D40 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentPathFollowerFlight_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7BF0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentPathFollowerStandard_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7AB0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementAgentPathFollowerVirtual_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7950 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentAngleGain_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C75F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentDirectControl_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0E50 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentDirectionPassThrough_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A08B0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentFlightBoostTrigger_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C76F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentGraphDrivenAnimationDriven_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F8590 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentPlayerControlsActionTrigger_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7AF0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentPlayerControls_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6AE0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentPlayerFlightControls_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0C10 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentSprintActionTrigger_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1B70 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentStairsHelper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F80C0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentStandard_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A12C0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerAgentStorePlannerOutput_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F84F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementHandlerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A63F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageActivateDoor_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05115AF0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageActorCollision_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05102670 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageBeginLandingApproach_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6890 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageBlocked_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6B10 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageGravJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6540 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05100140 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageLand_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509E100 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageNewPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05109730 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePathCleared_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6CE0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePathComplete_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0510AC60 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePathFailed_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x051075B0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessagePlayIdle_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509EF30 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageSetStaticPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A0650 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageTakeOff_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A66F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageTraversal_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x051015F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageWarpToLocation_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05109A30 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementMessageWarpToMultiple_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A7280 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementParametersFixed_BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050AFE60 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementParameters_BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050B0170 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerAgentAvoidBox_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1940 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerAgentLoadedAreaMonitor_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7B50 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerAgentStaticAvoider_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6DD0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPathManagerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5B50 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerAgentDirectControl_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7F00 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerAgentNavmeshBounds_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A2090 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerAgentWarp_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F8160 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPlannerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5F10 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementPostUpdateArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5D00 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementStateFollowPath_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C73F0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementStateTweener_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F8310 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerAgentFixedDelta_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F83A0 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerAgentNodeFollower_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1C70 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerAgentTargetPosAndVel_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7920 }; + inline constexpr REL::Offset AutoRegisterCreator_MovementTweenerArbiter_BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A6120 }; + inline constexpr REL::Offset AutoRegisterCreator_NPCAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB420 }; + inline constexpr REL::Offset AutoRegisterCreator_NPCDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBA70 }; + inline constexpr REL::Offset AutoRegisterCreator_PairedAttackDialogueHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCBE0 }; + inline constexpr REL::Offset AutoRegisterCreator_PairedStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF790 }; + inline constexpr REL::Offset AutoRegisterCreator_PassengerInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050B0620 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingCell_BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ 0x050C3110 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x050C2EA0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050B0270 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestClosePoint_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114380 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestClosestGoal_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113890 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestCover_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103AB0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlee_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113620 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyAction_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114910 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyHover_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113E90 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyLand_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05107DF0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyOrbit_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104590 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFlyTakeOff_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104CF0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestFly_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115740 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestHide_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115D00 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestLOS_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051063D0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestOpenSpace_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105DA0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestRotate_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05116260 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestSafeStraightLine_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114B40 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequestStopMoving_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05116480 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509F870 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionActivate_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AACB0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionDoorway_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA8C0 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionJump_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA100 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionLadder_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA500 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalActionStandard_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA640 }; + inline constexpr REL::Offset AutoRegisterCreator_PathingTraversalData_BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ 0x050C3080 }; + inline constexpr REL::Offset AutoRegisterCreator_PerformActivationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE830 }; + inline constexpr REL::Offset AutoRegisterCreator_PickNewIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0130 }; + inline constexpr REL::Offset AutoRegisterCreator_PitchOverrideEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB8D0 }; + inline constexpr REL::Offset AutoRegisterCreator_PitchOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB820 }; + inline constexpr REL::Offset AutoRegisterCreator_PlayerBedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8A60 }; + inline constexpr REL::Offset AutoRegisterCreator_PlayerChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8CB0 }; + inline constexpr REL::Offset AutoRegisterCreator_PlayerFastEquipSoundHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D63E0 }; + inline constexpr REL::Offset AutoRegisterCreator_PlayerFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8B10 }; + inline constexpr REL::Offset AutoRegisterCreator_PoseDeformerData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF7C0 }; + inline constexpr REL::Offset AutoRegisterCreator_QuestPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05106DD0 }; + inline constexpr REL::Offset AutoRegisterCreator_RagdollAndGetUpHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E39A0 }; + inline constexpr REL::Offset AutoRegisterCreator_RagdollStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4B50 }; + inline constexpr REL::Offset AutoRegisterCreator_RecoilStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5CE0 }; + inline constexpr REL::Offset AutoRegisterCreator_ReevaluateGraphStateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA1B0 }; + inline constexpr REL::Offset AutoRegisterCreator_ReferenceEndAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9950 }; + inline constexpr REL::Offset AutoRegisterCreator_ReferenceRunActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8ED0 }; + inline constexpr REL::Offset AutoRegisterCreator_ReferenceStartAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8F90 }; + inline constexpr REL::Offset AutoRegisterCreator_ReferenceStartImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8390 }; + inline constexpr REL::Offset AutoRegisterCreator_ReferenceStopImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8450 }; + inline constexpr REL::Offset AutoRegisterCreator_ReloadCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9C50 }; + inline constexpr REL::Offset AutoRegisterCreator_ReloadStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9EA0 }; + inline constexpr REL::Offset AutoRegisterCreator_RemoveRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4D20 }; + inline constexpr REL::Offset AutoRegisterCreator_RightHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5FB0 }; + inline constexpr REL::Offset AutoRegisterCreator_RightHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5BC0 }; + inline constexpr REL::Offset AutoRegisterCreator_SandManKillHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCF60 }; + inline constexpr REL::Offset AutoRegisterCreator_SceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8980 }; + inline constexpr REL::Offset AutoRegisterCreator_SetupGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5970 }; + inline constexpr REL::Offset AutoRegisterCreator_ShowSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6700 }; + inline constexpr REL::Offset AutoRegisterCreator_SlideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7C00 }; + inline constexpr REL::Offset AutoRegisterCreator_SneakStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9D00 }; + inline constexpr REL::Offset AutoRegisterCreator_SpaceshipDockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5060 }; + inline constexpr REL::Offset AutoRegisterCreator_SpaceshipLandingFinishedFailsafeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4FA0 }; + inline constexpr REL::Offset AutoRegisterCreator_SpaceshipLandingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5230 }; + inline constexpr REL::Offset AutoRegisterCreator_SpaceshipTakeOffFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4A30 }; + inline constexpr REL::Offset AutoRegisterCreator_SpaceshipUndockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9530 }; + inline constexpr REL::Offset AutoRegisterCreator_SpringBoneData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF900 }; + inline constexpr REL::Offset AutoRegisterCreator_StaggeredStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9A60 }; + inline constexpr REL::Offset AutoRegisterCreator_StartFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3590 }; + inline constexpr REL::Offset AutoRegisterCreator_StartPCapVoiceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD100 }; + inline constexpr REL::Offset AutoRegisterCreator_StartSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5C40 }; + inline constexpr REL::Offset AutoRegisterCreator_StopFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3340 }; + inline constexpr REL::Offset AutoRegisterCreator_StopMountCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0680 }; + inline constexpr REL::Offset AutoRegisterCreator_SubgraphAndOffsetDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AE5A0 }; + inline constexpr REL::Offset AutoRegisterCreator_SyncDeferDeathHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7510 }; + inline constexpr REL::Offset AutoRegisterCreator_SyncEarlyExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D75C0 }; + inline constexpr REL::Offset AutoRegisterCreator_TakeOffInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5B90 }; + inline constexpr REL::Offset AutoRegisterCreator_TerminateGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5790 }; + inline constexpr REL::Offset AutoRegisterCreator_TraversalFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6240 }; + inline constexpr REL::Offset AutoRegisterCreator_TraversalStepDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7A20 }; + inline constexpr REL::Offset AutoRegisterCreator_UncullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEE40 }; + inline constexpr REL::Offset AutoRegisterCreator_UncullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF2C0 }; + inline constexpr REL::Offset AutoRegisterCreator_UseStimpakHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD6C0 }; + inline constexpr REL::Offset AutoRegisterCreator_VirtualPathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x050C2E10 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCC90 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponBeginDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6060 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponBeginSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E53B0 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCAB0 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4EC0 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponFireEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAEC0 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA760 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponFireStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB0A0 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5780 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponSheatheInterruptHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5830 }; + inline constexpr REL::Offset AutoRegisterCreator_WeaponSwingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E69C0 }; + inline constexpr REL::Offset AutoRegisterCreator_ZeroPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAC40 }; + inline constexpr REL::Offset AutoRegisterCreator___BSAnimationGraphDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x05360B50 }; + inline constexpr REL::Offset AutoRegisterCreator___BSAnimationTableDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x05360350 }; + inline constexpr REL::Offset AutoRegisterCreator___BSAnimationTextDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x053606C0 }; + inline constexpr REL::Offset AutoRegisterCreator___MovementHandlerAgentAngleControllerLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B8710 }; + inline constexpr REL::Offset AutoRegisterCreator___MovementHandlerAgentLargeDeltaLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B8490 }; + inline constexpr REL::Offset AutoRegisterCreator___MovementHandlerAgentTranslationControllerLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B8270 }; + inline constexpr REL::Offset AutoRegisterCreator___MovementPlannerAgentHorseControlsLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x05223240 }; + inline constexpr REL::Offset AutoRegisterCreator___MovementPlannerAgentKeepOffsetLoadScrapper_BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x05222E00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_BuyItem__{ 0x050EFF60 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_CloseMenu__{ 0x050EA4C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_HideModel__{ 0x050EC700 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_LoadModel__{ 0x050F0210 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SellItem__{ 0x050E5A40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SetMouseOverModel__{ 0x050A38A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ShowFailureMessage__{ 0x050EAFB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ViewedItem__{ 0x050F6180 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_FastTravel__{ 0x050F4720 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_ShowMap__{ 0x050E5C20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowChange__{ 0x050E1EF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowColorChange__{ 0x050EE6D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_CancelTextEntry__{ 0x050E4A90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_CloseMenu__{ 0x050A3910 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_CyclePronoun__{ 0x050F64F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_DirtScarsEtcChange__{ 0x050F4A30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_EndBodyChange__{ 0x050EFDF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_EndTextEntry__{ 0x050A3A30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_EyeColorChange__{ 0x050F39E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairChange__{ 0x050E47F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairColorChange__{ 0x050E51B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HairChange__{ 0x050F0F30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HairColorChange__{ 0x050F5900 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__{ 0x050ED0A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPresetChange__{ 0x050F6610 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryChange__{ 0x050E80F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryColorChange__{ 0x050E7450 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_MakeupChange__{ 0x050EE210 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_MarkingsChange__{ 0x050ECA20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__{ 0x050F44B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendFaceChange__{ 0x050F5A70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendIntensityChange__{ 0x050F7630 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_PresetChange__{ 0x050F1DB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOffLocomotion__{ 0x050E8C30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOnLocomotion__{ 0x050F6C40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_RotatePaperdoll__{ 0x050E0D40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetAdditionalSlider__{ 0x050A3D10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBackground__{ 0x050EA170 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__{ 0x050EE4F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBodyValues__{ 0x050E75C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetCameraPosition__{ 0x050F1AA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetPronoun__{ 0x050EDC70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSex__{ 0x050E9F00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSlider__{ 0x050F0870 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SetTrait__{ 0x050EC0E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__{ 0x050ED8F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__{ 0x050F05C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SkintoneChange__{ 0x050F3B50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_StartBodyChange__{ 0x050EFAB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_StartTextEntry__{ 0x050F6550 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchBodyType__{ 0x050ECD60 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchLocomotion__{ 0x050A3CB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethChange__{ 0x050E9BB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOff__{ 0x050EB640 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOn__{ 0x050E7F80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_ToggleMarking__{ 0x050F4780 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__{ 0x050F1450 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_CloseMenu__{ 0x050EEB60 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_HideModel__{ 0x050F01B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_Jettison__{ 0x050F58A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_LoadModel__{ 0x050F38C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__{ 0x050F6110 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__{ 0x050EC690 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TakeAll__{ 0x050ECDC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_ToggleEquip__{ 0x050E3FB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferAllResources__{ 0x053258A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferItem__{ 0x050E1A60 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_CraftItem__{ 0x050F3FF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ExitBench__{ 0x050F6B80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_Highlight3D__{ 0x050F5FA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_InstallMod__{ 0x050EA2E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RenameItem__{ 0x050E7DB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertHighlight__{ 0x050F5280 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__{ 0x050EE1A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModSlot__{ 0x050EE020 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedMod__{ 0x050EEEB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__{ 0x050E9250 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedRecipe__{ 0x050EE9C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SetInspectControls__{ 0x050F03E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ToggleTracking__{ 0x050E3700 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__{ 0x050E1930 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_CloseMenu__{ 0x050EB4D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_ClosedForSubMenu__{ 0x050ECBF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_Missions__{ 0x050ED760 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_OpenPauseMenu__{ 0x05288260 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_PlotToLocation__{ 0x050F3490 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_Reopened__{ 0x050EF6C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__{ 0x050F5AE0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__{ 0x050F06F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedMapMenu__{ 0x050E40D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedPowersMenu__{ 0x050F2C90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedShipMenu__{ 0x050E7F20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedStatusMenu__{ 0x050F6CA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__{ 0x050EEBC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetPaperDollActive__{ 0x050E9960 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataMenu_StartCloseAnim__{ 0x05238A90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_acceptClicked__{ 0x050F3BB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_cancelClicked__{ 0x050F2B00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_playSFX__{ 0x050EB810 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_toggleAudio__{ 0x050EF880 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_CompleteExit__{ 0x050E7160 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__{ 0x050F2F40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__{ 0x050F12C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__{ 0x050E88E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestExit__{ 0x050ED540 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__{ 0x050A36C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_DocAcceptMenu_Accept__{ 0x0522B200 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__{ 0x050F68B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_UseQuickkey__{ 0x050E3DF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseAllMenus__{ 0x050EDAA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseMenu__{ 0x050F1260 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_PlayMenuSound__{ 0x050E7750 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_StartGameRender__{ 0x050F1C80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_UserEvent__{ 0x050EB9E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__{ 0x050EB330 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenDataMenu__{ 0x050EB3A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenMissionMenu__{ 0x050EEA30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDNotification_SetMissionActive__{ 0x050E6CD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationButtonEvent__{ 0x050E9540 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__{ 0x050F26E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__{ 0x050F61E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_RepairShip__{ 0x050E7C80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__{ 0x050F2540 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_RequestImage__{ 0x050EE840 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__{ 0x050F7300 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_Change3DView__{ 0x050E32A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_DropItem__{ 0x050F0450 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_HideModel__{ 0x050F14C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_LoadModel__{ 0x050F4CD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OnEnterCategory__{ 0x050EC950 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OpenCargoHold__{ 0x050E22A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__{ 0x050E9A30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__{ 0x050F24D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SelectItem__{ 0x050E9D20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__{ 0x050F4C60 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_StartCloseAnim__{ 0x0526D0E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleFavorite__{ 0x050F2ED0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleHelmet__{ 0x050F7190 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleSuit__{ 0x050F7070 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Inventory_SetSort__{ 0x050A3660 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_AnimFinished__{ 0x050F6E30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_OnWidgetShown__{ 0x050F0AC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_OpenDataMenu__{ 0x050E6250 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LevelUp_ShowSkills__{ 0x050E44D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LoadingMenu_RefreshText__{ 0x050EEE50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_LocationTextWidget_FinishedQueue__{ 0x050E62B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionCanceled__{ 0x050A3F70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionConfirmed__{ 0x050F3D30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_ConfirmLoad__{ 0x050E3880 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_DeleteSave__{ 0x050F20B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_LegalScreenComplete__{ 0x0532B5F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_SetCharacter__{ 0x050F6D10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartAction__{ 0x050E6D40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartLoad__{ 0x050F6740 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MainMenu_UploadSave__{ 0x050EA050 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnBackOut__{ 0x050E7280 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__{ 0x050F7000 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryChanged__{ 0x050EDCD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryPressed__{ 0x050E5570 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ClearState__{ 0x050F2930 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_PlotToLocation__{ 0x050E1530 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_RejectQuest__{ 0x050E2F00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__{ 0x050F3670 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveOpenedId__{ 0x050E26F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ShowItemLocation__{ 0x050E6860 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__{ 0x05269B50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__{ 0x050E8540 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Bioscan__{ 0x050EB1C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_FastTravel__{ 0x050EDD40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Harvest__{ 0x050EFD90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Initialize__{ 0x050E2310 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Outpost__{ 0x050F2AA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_PhotoMode__{ 0x050E1CF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Shutdown__{ 0x050E12B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SocialSpell__{ 0x050E7100 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StartContainerView__{ 0x050A3470 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StopContainerView__{ 0x050EFFC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SurfaceMap__{ 0x050F3ED0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_UseListScrollControls__{ 0x050F6920 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomIn__{ 0x050E5040 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomOut__{ 0x050F0BF0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ActionCanceled__{ 0x050E8E60 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmAction__{ 0x050F3920 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmLoad__{ 0x050F6D70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmSave__{ 0x050ED3D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_DeleteSave__{ 0x050E5650 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_QuitToDesktop__{ 0x050E4240 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_SetCharacter__{ 0x050EDEB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartAction__{ 0x050E2B40 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartLoad__{ 0x050E2860 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PauseMenu_UploadSave__{ 0x050F4C00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoGallery_DeletePhoto__{ 0x050F4D90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_InitializeCategory__{ 0x050E4BB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ResetToDefaults__{ 0x050F6DD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_SliderChanged__{ 0x050E2EA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_StepperChanged__{ 0x050F57D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_TakeSnapshot__{ 0x050EA520 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleHelmet__{ 0x050EF820 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleUI__{ 0x050F3980 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PickpocketMenu_OnItemSelect__{ 0x050E4910 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PlayBink_CloseMenu__{ 0x050EA690 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PowersMenu_ActivateEssence__{ 0x050EF5F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PowersMenu_EquipPower__{ 0x050E60E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_PowersMenu_FavoritePower__{ 0x050E5E50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Refuel_Accept__{ 0x050E25A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Refuel_Cancel__{ 0x050E1710 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_AddMaterial__{ 0x050E79F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_CategorySelected__{ 0x050F2460 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ExitMenu__{ 0x050E72E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_HideModel__{ 0x050F1D50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_PreviewProject__{ 0x050F10A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ProjectViewed__{ 0x050E6800 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_SetInspectControls__{ 0x050F1780 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__{ 0x050EAE10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Reticle_OnLongAnimFinished__{ 0x050E57C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_BackOutKey__{ 0x050E6430 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_CloseMenu__{ 0x050F6AB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_ConfirmExit__{ 0x050F5360 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__{ 0x050E6B50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_GetRingHint__{ 0x050E91F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_SelectNewKey__{ 0x050E0EB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_TryUseKey__{ 0x050F6380 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__{ 0x050E9D80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ClearBinding__{ 0x050F1930 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenCategory__{ 0x050F49D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenSettings__{ 0x050F65B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapConfirmed__{ 0x050E7620 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapMode__{ 0x050E9670 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ResetToDefaults__{ 0x050F34F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveControls__{ 0x050F0C50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveSettings__{ 0x050ECA80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SliderChanged__{ 0x050F3850 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_StepperChanged__{ 0x050F0990 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ValidateControls__{ 0x050EACD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipBuilder_CloseAllMenus__{ 0x050F4BA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Assign__{ 0x050F4970 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__{ 0x050F0B80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_Close__{ 0x050F2C30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__{ 0x050E5AA0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_SetSort__{ 0x050E3C80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_ViewedItem__{ 0x050E99D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__{ 0x050F1CE0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__{ 0x050EC230 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__{ 0x050F5480 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__{ 0x050E1E80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__{ 0x050E55E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__{ 0x050EBCC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__{ 0x050EB020 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__{ 0x050F5CE0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__{ 0x050E7980 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__{ 0x050EDA30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__{ 0x050F0030 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__{ 0x050F31F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__{ 0x050F46B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewShipPart__{ 0x050A24F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewUpgrade__{ 0x050ED040 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_RemoveAll3D__{ 0x050EE670 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedShipPart__{ 0x050EBFB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedUpgrade__{ 0x050E4790 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SystemSelected__{ 0x050E4470 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__{ 0x050EA8D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__{ 0x050F7490 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_AbortJump__{ 0x050F2680 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Activate__{ 0x050F5620 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__{ 0x050F5830 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_ChangeComponentSelection__{ 0x050F5E20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_CloseMenu__{ 0x050E3E50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Deselect__{ 0x050E4730 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_DockRequested__{ 0x050EDB00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_FarTravel__{ 0x050E3A10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailAccepted__{ 0x050F5B50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailCancelled__{ 0x050F3010 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailShip__{ 0x050E8270 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_JumpToQuestMarker__{ 0x050E7C20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Land__{ 0x050E8EC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_LandingMarkerMap__{ 0x050E29D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Map__{ 0x050F1200 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_OnMonocleToggle__{ 0x050F4650 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_OpenPhotoMode__{ 0x050EE380 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Repair__{ 0x050A3840 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_SetTargetMode__{ 0x050E2430 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_TargetShipSystem__{ 0x050EC9C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_Target__{ 0x050E1250 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_UntargetShipSystem__{ 0x050F4D30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateComponentPower__{ 0x050F3070 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__{ 0x050E4FD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Accept__{ 0x050E9010 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_AddPatch__{ 0x050E3070 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Cancel__{ 0x050E87C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__{ 0x050ED240 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_SaveLastCategory__{ 0x050E2E30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_InterruptRest__{ 0x050EA6F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_StartRest__{ 0x050F42D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ExecuteRoute__{ 0x050E93D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__{ 0x050E8950 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__{ 0x050F3D90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__{ 0x050A3D80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__{ 0x050F15E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__{ 0x050E6EB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnCancel__{ 0x050EC3D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnClearRoute__{ 0x050F4160 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnExitStarMap__{ 0x050A3E70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__{ 0x050EAA70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__{ 0x050A3E00 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__{ 0x050E6550 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_QuickSelectChange__{ 0x050F17F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ReadyToClose__{ 0x050E7BC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ScanPlanet__{ 0x050F5770 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__{ 0x050F4F10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__{ 0x050F4520 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ShowRealCursor__{ 0x050F5050 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__{ 0x052972F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__{ 0x050E97E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__{ 0x050F18C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_CloseMenu__{ 0x050E7A50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_ExitShip__{ 0x050F6E90 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_Launch__{ 0x050E3300 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TerminalMenu_CancelEvent__{ 0x050F1ED0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseAllViews__{ 0x050EFB10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseTopView__{ 0x050EB980 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseView__{ 0x050E8150 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_Terminal_MenuItemClick__{ 0x050F1330 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_DoAction__{ 0x050E8BD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_ExitMenu__{ 0x050E1B80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowImages__{ 0x050EBF50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowResources__{ 0x050F4EB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TestMenu_TestAll__{ 0x050F1860 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_EndEditText__{ 0x050EA760 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_InputCanceled__{ 0x050F1F30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_StartEditText__{ 0x050E2060 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_TitleSequenceMenu_StartMusic__{ 0x0532E7D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__{ 0x050E4D30 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_UpdateSceneRectEvent__{ 0x050EBB50 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__{ 0x050EF150 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__{ 0x050F48F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldFinished__{ 0x050EF1D0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldStopped__{ 0x050E38E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__{ 0x050F4440 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__{ 0x050EF470 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__{ 0x050EC4F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_ApplyColors__{ 0x050E3580 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SelectedTab__{ 0x050F52F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SliderChanged__{ 0x050E83C0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__{ 0x050EF650 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_AttemptBuild__{ 0x050F0DC0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_CancelAction__{ 0x050F6BE0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ChangeVariant__{ 0x050F0380 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__{ 0x050F2220 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ExitMenu__{ 0x050F0B20 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_MessageCallback__{ 0x050EC760 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedCategory__{ 0x050E2CB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__{ 0x050E0CD0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ShowExtras__{ 0x050E5F70 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SwitchMode__{ 0x050F2FB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleDistance__{ 0x050E16A0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleTracking__{ 0x050E1130 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleView__{ 0x050F37F0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__{ 0x050F6B10 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__{ 0x050EB7B0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_SetActionHandles__{ 0x050F5BB0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_StartAction__{ 0x050E69E0 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__{ 0x050EAE80 }; + inline constexpr REL::Offset AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__{ 0x050E52E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ActionActivateDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0730 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ActorSceneNextPhaseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7CB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AddRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4DD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D87F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4590 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraDeltaStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB6A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB240 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC4D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5A20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D86E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E44A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2C60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectHideHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E27E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectLoadHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2540 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipAllHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E23C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E22C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationStanceDataSingletonDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AE880 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__IAnimationStanceData__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ 0x0536FDB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AnticipateAttackHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9880 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ArrowAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0CD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ArrowDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0DC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AttachReferenceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE510 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AttackStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6860 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundFadeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD5D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundPauseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDA70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundResumeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDB60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_AwakeSoundStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDCD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationEditorSpacePointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F24A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationInteriorCell_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F21C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F2050 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPrimitive_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F26A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationRefRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ 0x051F22C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSConveyorBelt__ConveyorBelt_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x05119160 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMotorAction__FanMotor_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ 0x05118F60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMusicPaletteTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AF990 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMusicSilenceTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AFB40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSMusicSingleTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ 0x050AFCE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataBool_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117A90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataFloat_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117E20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataInt_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117D70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocationWrapper_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051177C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocation_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117570 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataObjectList_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05118C70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRefOLD_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117BD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRef_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05117680 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataScene_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05152930 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTargetSelector_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x05118B50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTopic_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ 0x051EE9F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquireExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F2AB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquire_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4710 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F2830 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4AA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbushExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EED40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbush_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152A70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F2DC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F4E50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F2F60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F53A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F2CA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F5120 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDoneExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F01C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDone_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F45E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEatExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFF30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEat_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F5660 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscortExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F00B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscort_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFindExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0610 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFind_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F72E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFleeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F03A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlee_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F76D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrabExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF8C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrab_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7990 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFA50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowTo_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7BC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollow_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F7CC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureForceGreet_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8100 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardArea_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8510 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF7A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuard_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8410 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFD90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrack_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05152DF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPositionExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFAF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPosition_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8800 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoverExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EFC80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHover_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8A30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1220 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOn_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8D60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLockUnlockExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F8F00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1550 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9450 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrolExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F16D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrol_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9670 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdleExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F1430 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdle_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153240 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePursue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9A10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRangeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF430 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRange_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153650 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandboxExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F09C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandbox_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9C30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSay_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9E40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSitSleepExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F08A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA250 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSleep_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAwayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0E10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAway_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153A10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EEBB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilot_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x05153D30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F0BA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA580 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallbackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F3750 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallback_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeProcedure_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1A40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandomExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F3630 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandom_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F3230 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequenceExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F33E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequence_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F3490 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneous_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1C50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStackedExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051F3100 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStacked_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ 0x051F1920 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUnlock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9080 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF070 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarker_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA8E0 }; inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagicExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF200 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagic_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9C00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeaponExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF800 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeapon_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051F9F80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWaitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF570 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWait_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FA2C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWanderExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF6F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWander_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FBCB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchCustomDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADAB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADC10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSSpatialSparseGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AD7C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSAnimationAnimDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AD2B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Add_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538BED0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Billow_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C0B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Crater_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C340 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Invert_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C1B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Perlin_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C480 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Ridged_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B600 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__SmoothStep_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B890 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Subtract_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B700 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Turbulence_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538B9D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Voronoi_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538BB60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113840 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSPathingSolution_BSPathingSolution__BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ 0x0509DF90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSPathingTraversalLink_BSPathingTraversalLink__BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ 0x050C2060 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051FBFE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05107840 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2D60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BedFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3200 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BowZoomStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5FB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BowZoomStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E37B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E38A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CameraShakeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEF90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2FF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ChairFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3460 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ChangeAnimArchetypeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D82D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAcquireSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106AA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB820 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAlignRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107D40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAnimatedPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA4A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatApproachTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9CF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaHoldPosition_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBAD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaReference_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051054F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaShape_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE710 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108270 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatBarrelRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDB90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatChangePositionPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatChargingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCluster_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051120E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106FE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD990 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD6F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoveredPathDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCD10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDialogueDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EA70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDisableActionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107430 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDisableAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05114DD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDisableCollisionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0530A9D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatEnterCoverPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108DE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatFlankingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102B80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatFleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D85E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatFollowTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInceptionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE9A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemGrenade_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104300 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9F40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CA8E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCEA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC140 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA9E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBC20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CA360 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCA90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EFF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB330 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBFB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBA90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB2A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF890 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8D70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110DC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101430 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB6A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCCE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051115F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC850 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CA6D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD180 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE7B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CAC50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEA30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB5B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF050 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEE00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F6D00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CA140 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051019A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7260 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111410 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509DA10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD960 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101750 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD940 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509DBA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCB30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBCD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F75E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDCF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F99E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBF80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBDD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100230 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051110F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFAE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F95A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EE60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBA00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051107D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509E650 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100C80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7010 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC420 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8810 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F6C10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CAF00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9CF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7770 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC590 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111930 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F79C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemOneHandedBlock_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051083B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemRanged_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBD50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemShield_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051029F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemThrown_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC270 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemTorch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCF50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterArmor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEB80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterBoundItem_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D96D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterChameleon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAC20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterCloak_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB270 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDash_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD520 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDisarm_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8920 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterInvisibility_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112D30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterLight_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051052E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterOffensive_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108F80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterParalyze_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112350 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterReanimate_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051080E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterRestore_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterScript_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAD80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterStagger_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EC90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterSummon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA320 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterTargetEffect_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106880 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterWard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB450 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMantlePathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113950 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMatchTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8BD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAttackController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107FA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMeleeDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102210 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestActivateTarget_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05214200 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestFollowActor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112C00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9100 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9260 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTrackInfo_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102860 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103650 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05107B50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8FC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D83A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110380 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509E4C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5B60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D43E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA3A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051004E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B86B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2280 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BDE40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C1230 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1430 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C1F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B7260 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFB60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7310 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9480 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC650 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050AFD50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4B50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100080 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D37C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE100 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D68F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111280 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110620 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7750 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA4E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA260 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7410 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7C00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D12B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111DD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112460 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106DC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0EA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5760 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3260 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9FA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BEC40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B82B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1E60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF2F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C0E00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1030 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD2F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6F30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB100 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3590 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509A170 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509AD50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4960 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC250 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8AA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4180 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0710 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF530 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051125F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051096D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CFCD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101E70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1DE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051023E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0B10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107600 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1AE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509E330 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051045C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111C40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF950 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108BC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051049D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D03A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103D00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1800 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF300 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105DD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051065E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105F80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111B50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05114830 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051034A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051061E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC800 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2E50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5790 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA750 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B61D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3A80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509CA60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC1A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8F60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BE720 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C1780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD630 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2620 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B78D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BBD60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C0420 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6520 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B7A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9900 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BCF10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B05F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110EA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8410 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D59D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5190 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3B80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCF50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100810 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5430 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE390 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2D40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8160 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDB20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6140 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101100 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDE80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4C40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9320 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3D50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA7E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF190 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B26C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BE2A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F7E30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1870 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C610 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110130 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB920 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFFA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509CCB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051108B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6DF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BCA90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B0190 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4F90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7FE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9830 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAD00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110470 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110C10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE640 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100AC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2A00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110B00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF600 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5EC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D87C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingDelayedTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA9B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestAdapter_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051152A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestCovered_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051098D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBEB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B6680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B3F10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05102C90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051145C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B7D90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103F70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BD8B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050C08D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B0AA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509BC20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B6AB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05099C80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05102F20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509D780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509A850 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113390 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BD3C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050AF820 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B4450 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestMultiGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114300 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestStandard_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104D90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingSearchArea_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051059E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE2F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPositionReservation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102080 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPositionTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051058B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatProjectileAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051144B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatProjectileDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102730 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatRangedMovementPathSpeedController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9550 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF270 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSearchLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050AF090 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap2D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAF90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap3D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111EC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatShipGenericPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104BF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatShipPursueTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD240 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSoftCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112E40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSpatialGraphPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103310 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatStandardCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107290 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSuppressiveFireBehavior_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC5D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108740 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9F10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05114780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorFixed_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorPreferred_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051041C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorRandom_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorSpaceship_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8DD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101CA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorWorkshopObject_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA760 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatExplosion_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103B30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatLOF_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBCB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCA50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatProjectile_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDD70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTrackTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105720 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051093D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathingRequestData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9830 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerGlance_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051037F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EB80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8620 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8AD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DeathEmoteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE170 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DeathStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF900 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DesyncInteractionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAFF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DetectionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E21F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D74D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E26B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DiveBombPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112A40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DoNotInterruptAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EjectShellCasingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB530 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2490 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6C20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0A50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2900 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EndSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5D00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EndSummonAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF510 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E58A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5CF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FaceEmotionalIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC800 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightActionEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6580 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightActionEntryEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6810 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightActionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6720 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightCrashLandStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6C90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightCruisingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E80F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightHoveringHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7220 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightLandEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E74A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightLandHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E78F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightLandingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightPerchingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E70C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightTakeOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8380 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ForceWeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA1E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_GetUpEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDC20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_GetUpStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD3E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_GravJumpInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D65F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6B20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6A30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D78E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7D60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HideSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6200 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HitFrameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_IdleDialogueEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0F50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_IdleDialogueExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E01D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_IdleFlavorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D81E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_InterruptCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF420 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_JumpAnimEventHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E13C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KillActorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8290 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KillMoveEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF0F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KillMoveStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE9F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KnockdownHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB990 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KnockdownTargetHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBA80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5490 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5600 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LookAtChainData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050ADFE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LoopingActivateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D87C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MorphDriverData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE120 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D3DE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DDD10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MountDismountEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E23A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MountInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050AF390 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6400 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorState_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F5CD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightControllerDetached_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0580 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightController_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6BA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerFlight_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6250 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0C80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerVirtual_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F5E70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentAngleGain_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0090 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509FE40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectionPassThrough_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509F8A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentFlightBoostTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6560 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentGraphDrivenAnimationDriven_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C5E20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControlsActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6970 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C58B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerFlightControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509FC00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentSprintActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509FF60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStairsHelper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C5C00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A02A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStorePlannerOutput_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A06B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5260 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageActivateDoor_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5DB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageActorCollision_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05100EA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageBeginLandingApproach_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x051159C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageBlocked_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05099E30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageGravJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509DDF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageLand_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509D160 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageNewPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05108600 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathCleared_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathComplete_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509A3A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathFailed_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05106400 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePlayIdle_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509E150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageSetStaticPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509CF20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageTakeOff_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A56B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageTraversal_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050FFC70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToLocation_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05108900 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToMultiple_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5F90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementParametersFixed_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050AEBD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementParameters_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050AED30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentAvoidBox_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0930 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentLoadedAreaMonitor_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0DA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentStaticAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509F610 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A4B10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6560 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentNavmeshBounds_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0770 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentWarp_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6710 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A4ED0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPostUpdateArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A4CC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementStateFollowPath_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6250 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementStateTweener_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x0509F9E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentFixedDelta_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F6950 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentNodeFollower_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A03C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentTargetPosAndVel_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6790 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A50E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_NPCAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E04D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_NPCDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E05C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PairedAttackDialogueHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBDD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PairedStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEEA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PassengerInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050AF2D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingCell_BSPathingCell__BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ 0x050C1E70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x050C19F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050AEFE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosePoint_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113660 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosestGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104410 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestCover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05102680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlee_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05112990 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyAction_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113BF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyHover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05112FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyLand_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05106BE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyOrbit_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103160 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyTakeOff_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103990 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFly_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114A20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestHide_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114FE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestLOS_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051121D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestOpenSpace_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104750 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestRotate_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115540 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestSafeStraightLine_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113E20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestStopMoving_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115760 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509E740 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionActivate_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A98A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionDoorway_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9730 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionJump_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A8F70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionLadder_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A90F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionStandard_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A94B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalData_BSPathingTraversalData__BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ 0x050C1C00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PerformActivationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8040 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PickNewIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFD50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PitchOverrideEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9AB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PitchOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9F10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerBedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7E30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E32F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerFastEquipSoundHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA780 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E79E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PoseDeformerData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE4D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_QuestPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105C00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RagdollAndGetUpHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD7C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RagdollStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD2F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RecoilStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4F00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReevaluateGraphStateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D88B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceEndAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4ED0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceRunActionHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D70A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceStartAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D51B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceStartImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D45A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceStopImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D40B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReloadCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D99C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReloadStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RemoveRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD540 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RightHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4680 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RightHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E53A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SandManKillHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB0E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SceneNextPhaseHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D71A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SetupGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6770 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ShowSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D62F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SlideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7650 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SneakStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9550 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipDockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D46B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedFailsafeHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D4BB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5AA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipTakeOffFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5990 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipUndockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D50A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpringBoneData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AE2B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StaggeredStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2F00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StartFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E27A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StartPCapVoiceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC370 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StartSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5350 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StopFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1920 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StopMountCameraHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEC80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SubgraphAndOffsetDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AD160 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SyncDeferDeathHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB7F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SyncEarlyExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA8F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TakeOffInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D57D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TerminateGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TraversalFinishedHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAB80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TraversalStepDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D73E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_UncullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8D20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_UncullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8BC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_UseStimpakHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC8F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_VirtualPathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x0509A4C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC4D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponBeginDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4200 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponBeginSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4AE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC280 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4BD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponFireEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9060 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA470 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponFireStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D92C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4940 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheInterruptHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3A10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponSwingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E50A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ZeroPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA380 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___BSAnimationGraphDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x0535FA30 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___BSAnimationTableDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x0535FD00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___BSAnimationTextDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x0535FB80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentAngleControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B7860 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentLargeDeltaLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B75E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentTranslationControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B7340 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentHorseControlsLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x05221E50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentKeepOffsetLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x052220E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B230 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053694D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369620 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A310 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369D60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367440 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366C20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367040 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367160 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365670 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365790 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053650B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365200 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366520 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366660 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362D50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362E70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362050 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361870 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053642D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053643F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C300 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C450 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364540 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364660 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053637F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363910 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363CF0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363E50 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053658D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053659F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C510 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A9A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AC60 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536ADB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365460 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053655B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365CC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368DC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053640C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364210 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364960 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363730 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053652B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365D80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367FC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053679A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367AC0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367D80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367590 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368AB0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368BD0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C8D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C9F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367640 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367760 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C0C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B8C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A620 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364D10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364E70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363230 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A010 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A150 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369A70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053691F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368370 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053684D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368590 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053686B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361130 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361280 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363F10 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364A20 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361920 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361A40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362500 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363050 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362110 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362230 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362B40 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362C90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053688A0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053689F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362890 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053629F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B980 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BAA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361C90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361D90 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053614C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361610 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366880 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053669C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053681C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053625C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AF00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B060 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B4D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B5F0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366A70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366270 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053616C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05360E70 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366060 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053661B0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366CE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366E00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BCE0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BE00 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363510 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053635D0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C6C0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C820 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368E80 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368FA0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A8E0 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B420 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369860 }; - inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053699B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_BuyItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C7D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8A90 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BFF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE6E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SellItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E40C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A18D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ShowFailureMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9580 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F950 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A17C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_ShowMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4410 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05109F20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DEC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_CancelTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3280 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2830 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_CyclePronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F560 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_DirtScarsEtcChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F30D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_EndBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE2C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_EndTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1EB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_EyeColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F20E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2FE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3940 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF470 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EBC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB7A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B850 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6760 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5B80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_MakeupChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC900 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_MarkingsChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CAB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05109DF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendFaceChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FF60 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendIntensityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5BC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F620 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOffLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7410 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOnLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F4A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_RotatePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DF5F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetAdditionalSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2A00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBackground__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8860 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECBF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBodyValues__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5CF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetCameraPosition__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F01B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetPronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A6E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A3D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EECE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetTrait__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA770 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBE50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEA30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SkintoneChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B9E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_StartBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDE60 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_StartTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F730 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchBodyType__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB2E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A28F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C6C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOff__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9D30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CB70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_ToggleMarking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2E80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B740 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECF70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A4C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_Jettison__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3E20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1EB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FE50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C2D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TakeAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB4B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_ToggleEquip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E27A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferAllResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05325300 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E01F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_CraftItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F26F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ExitBench__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A970 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_Highlight3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4520 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_InstallMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E89D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RenameItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CC80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertHighlight__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3750 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E410 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModSlot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC720 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED380 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B910 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedRecipe__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D2D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C8E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1D80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0070 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9BC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_ClosedForSubMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB170 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_Missions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBCF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_OpenPauseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05286530 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F19C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_Reopened__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDB90 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4070 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEBD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedMapMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E28C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedPowersMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F12E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedShipMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6590 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedStatusMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E300 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED0A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetPaperDollActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05237F80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_acceptClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F22C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_cancelClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1150 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_playSFX__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C390 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_toggleAudio__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDD50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_CompleteExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B630 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DDB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D9A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6FA0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBC30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2650 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DocAcceptMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0522A1A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D1C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_UseQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2470 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C4A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A5D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_PlayMenuSound__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5FF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_StartGameRender__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0270 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_UserEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA0D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D090 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9AA0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenMissionMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1FC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_SetMissionActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E53A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationButtonEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7BB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0D30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4770 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_RepairShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A200 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B230 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_RequestImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BEE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5890 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_Change3DView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1920 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_DropItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE920 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EFB10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C1C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OnEnterCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAF20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OpenCargoHold__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E08D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8220 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E760 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SelectItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8390 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FC30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0526C0C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleFavorite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F13F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5710 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F55F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Inventory_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A24C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_AnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510ECD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_OnWidgetShown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CF80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E48D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_ShowSkills__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2CC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LoadingMenu_RefreshText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED1B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LocationTextWidget_FinishedQueue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4A40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2E90 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05109D30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1F00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F07C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_LegalScreenComplete__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0532AFC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E4D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5580 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4C00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8740 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnBackOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5A00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110070 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1500 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryPressed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3BF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ClearState__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0E00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DFC70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_RejectQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E16A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1C70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveOpenedId__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0E90 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ShowItemLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5040 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05269870 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6D30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Bioscan__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E98B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC430 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Harvest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE0F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Initialize__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0AB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Outpost__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0F70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_PhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0430 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Shutdown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DFB60 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SocialSpell__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5830 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StartContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2400 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StopContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BDD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SurfaceMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F25D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_UseListScrollControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4DF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomIn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3830 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B520 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7520 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DCF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EAB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBAC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3E40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_QuitToDesktop__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2A30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC5A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1170 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A7F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BD10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoGallery_DeletePhoto__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DBE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_InitializeCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E33B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2080 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A2C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D6C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_TakeSnapshot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AD10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E9F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleUI__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BC00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PickpocketMenu_OnItemSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3110 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PlayBink_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8C10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PowersMenu_ActivateEssence__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED950 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PowersMenu_EquipPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4760 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PowersMenu_FavoritePower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4520 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Refuel_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0D40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Refuel_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DFFC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_AddMaterial__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AC50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_CategorySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0A00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AA80 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E590 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_PreviewProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF5F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ProjectViewed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4ED0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EFDE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9440 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Reticle_OnLongAnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3FB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_BackOutKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4BC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F0B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_ConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B460 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AF30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_GetRingHint__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E78B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_SelectNewKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DF760 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_TryUseKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4900 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8570 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ClearBinding__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0040 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FB20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FA10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5ED0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7D30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF1E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D600 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E820 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEE70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ValidateControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E92A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipBuilder_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A19E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Assign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FD40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AE20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_Close__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F390 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E42A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2300 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D4F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F280 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA930 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3A10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E05A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B350 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA3C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9720 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4270 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E60B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBFF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE510 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1840 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EEE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1120 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB5C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_RemoveAll3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05109C20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA6B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05109B10 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SystemSelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8FD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5A20 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_AbortJump__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EDE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Activate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3BA0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EFA0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_ChangeComponentSelection__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F43B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2640 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Deselect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2DD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_DockRequested__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC1F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_FarTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2200 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailAccepted__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E6A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C5B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6A50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_JumpToQuestMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B170 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Land__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E76A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_LandingMarkerMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1000 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Map__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF6B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_OnMonocleToggle__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F840 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_OpenPhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECA70 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Repair__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1610 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_SetTargetMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0BD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_TargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DAD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Target__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DF9F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_UntargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A0F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateComponentPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F16C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3650 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7790 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_AddPatch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1810 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6E40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB940 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_SaveLastCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1460 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_InterruptRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BAF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_StartRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F29D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ExecuteRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7A40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7140 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F24A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2250 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EFC40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5700 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAAC0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnClearRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2860 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnExitStarMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1300 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9170 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1DA0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4DA0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_QuickSelectChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D890 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ReadyToClose__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E62F0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ScanPlanet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E0C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3560 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2C30 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ShowRealCursor__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3690 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05296410 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7E50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E1D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A1AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_ExitShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5410 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_Launch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1AF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TerminalMenu_CancelEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F04C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseAllViews__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDFE0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseTopView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9F00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6930 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_MenuItemClick__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF8D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_DoAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7250 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0310 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowImages__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA4D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C0B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_TestAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DFD0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_EndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8E50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_InputCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0650 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_StartEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0810 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TitleSequenceMenu_StartMusic__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0532D7E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3530 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_UpdateSceneRectEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA240 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED490 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CE50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED6B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldStopped__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E20E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B040 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED7D0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EABF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_ApplyColors__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1C00 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SelectedTab__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F1C0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6BB0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CD40 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_AttemptBuild__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF300 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_CancelAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F50A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ChangeVariant__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E930 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0940 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEFF0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_MessageCallback__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAE60 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1350 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DF460 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ShowExtras__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E46A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SwitchMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C9A0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleDistance__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DFE50 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050DF870 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AB90 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A8B0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510A030 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_SetActionHandles__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D3E0 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5220 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D780 }; - inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3AE0 }; - inline constexpr REL::Offset AutoRegisterFactory___AnimationManagerLoadScrapper_BSTFactoryManager_BSFixedString_BSAnimationGraphLoadScrapper_2_BSTSingletonImplicit__{ 0x05360280 }; - inline constexpr REL::Offset AutoRegisterFactory___ArmorInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051CF530 }; - inline constexpr REL::Offset AutoRegisterFactory___ContainerInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051CF720 }; - inline constexpr REL::Offset AutoRegisterFactory___SpaceshipInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051C23F0 }; - inline constexpr REL::Offset AutoRegisterFactory___TESNPCInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051E83A0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A38F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05165B30 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy_{ 0x050C8C80 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ 0x05165E00 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy_{ 0x050C8BA0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05165EC0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy_{ 0x050A3F20 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy___ReserveType{ 0x051661A0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy_{ 0x050C7690 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05181D50 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy_{ 0x050C7110 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166310 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy_{ 0x050C90A0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05157E70 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy_{ 0x050C8150 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166420 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy_{ 0x050C84F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051664E0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy_{ 0x050C94D0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05157F30 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy_{ 0x050C7AD0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05181F30 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C7880 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051666A0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C5490 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166870 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy_{ 0x050C8EF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166AE0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy_{ 0x050C7A00 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166C60 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy_{ 0x050C7460 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166D10 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy_{ 0x050A4680 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182140 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy_{ 0x050A3D20 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166EF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy_{ 0x050C5650 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166FF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy_{ 0x050C5340 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167370 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy_{ 0x050C7EE0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy___ReserveType{ 0x051677C0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy_{ 0x050C8350 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05158060 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy_{ 0x050C9260 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x05167AF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy_{ 0x050C7BB0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x05167ED0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy_{ 0x050C7030 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy___ReserveType{ 0x051822B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy_{ 0x050A40B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051683D0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy_{ 0x050C9410 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168500 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy_{ 0x050C8960 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy___ReserveType{ 0x05199ED0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy_{ 0x050C7C80 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168660 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy_{ 0x050C95F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168760 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C9330 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168150 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy_{ 0x050A3FF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168280 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy_{ 0x050C7DC0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x051824A0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy_{ 0x050C77B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168840 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A3B80 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168970 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy_{ 0x050C8890 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168B40 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy_{ 0x050A37B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168CF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy_{ 0x050A4200 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168E20 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy_{ 0x050C8A60 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168ED0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy_{ 0x050A3C60 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169020 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy_{ 0x050C8430 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x05169220 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy_{ 0x050C86F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy___ReserveType{ 0x05158250 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy_{ 0x050A48E0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051B8DE0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy_{ 0x051B9000 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051B92B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy_{ 0x051B9A70 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051B98B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy_{ 0x051BA150 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051B9FC0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C85B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051699B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy_{ 0x050A39D0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051583B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy_{ 0x050C6E80 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169C50 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy_{ 0x050C9180 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy___ReserveType{ 0x05158500 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy_{ 0x050C8FD0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169F10 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy_{ 0x050C6DA0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05158620 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A42D0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516A350 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A43B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516A650 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C6CC0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516AE60 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C5570 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516B460 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy_{ 0x050C51F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0515BA20 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy_{ 0x050C7340 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182770 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy_{ 0x050C8D60 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182890 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy_{ 0x050A4740 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182990 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy_{ 0x050C8090 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182C10 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy_{ 0x050C8290 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182D90 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy_{ 0x050A4800 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182EA0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy_{ 0x050C8E20 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05187020 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy_{ 0x050C7520 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy___ReserveType{ 0x051840F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy_{ 0x050A44F0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516B610 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy_{ 0x050C7230 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy___ReserveType{ 0x05186CF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy_{ 0x050C87D0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05186DF0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy_{ 0x050C96B0 }; - inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05186EF0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentActorAvoider_{ 0x050A0FB0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentActorState_{ 0x050C6030 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentFlightControllerDetached_{ 0x050C60F0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentFlightController_{ 0x050C6AB0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentPathFollowerFlight_{ 0x050C5A30 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentPathFollowerStandard_{ 0x050A0D40 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentPathFollowerVirtual_{ 0x050C5FD0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentAngleGain_{ 0x050C6360 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectControl_{ 0x0509FD40 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectionPassThrough_{ 0x0509F790 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentFlightBoostTrigger_{ 0x050C6450 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentGraphDrivenAnimationDriven_{ 0x050C5F60 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControlsActionTrigger_{ 0x050C6850 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControls_{ 0x050C57B0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerFlightControls_{ 0x0509FAF0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentSprintActionTrigger_{ 0x050A0A50 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentStairsHelper_{ 0x050C5D20 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentStandard_{ 0x050A01B0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentStorePlannerOutput_{ 0x050A1010 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPathManagerAgentAvoidBox_{ 0x050C6090 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPathManagerAgentLoadedAreaMonitor_{ 0x050A0EE0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPathManagerAgentStaticAvoider_{ 0x050C5A90 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPlannerAgentDirectControl_{ 0x050A0AC0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPlannerAgentNavmeshBounds_{ 0x050A0F50 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPlannerAgentWarp_{ 0x050C5BA0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementStateFollowPath_{ 0x050C6160 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementStateTweener_{ 0x050A0C20 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementTweenerAgentFixedDelta_{ 0x050C59D0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementTweenerAgentNodeFollower_{ 0x050A0B20 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementTweenerAgentTargetPosAndVel_{ 0x050C6690 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementHandlerAgentAngleControllerLoadScrapper_{ 0x053B79F0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementHandlerAgentLargeDeltaLoadScrapper_{ 0x053B7760 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementHandlerAgentTranslationControllerLoadScrapper_{ 0x053B74E0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementPlannerAgentHorseControlsLoadScrapper_{ 0x05221FE0 }; - inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementPlannerAgentKeepOffsetLoadScrapper_{ 0x05222260 }; - inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementHandlerArbiter_{ 0x050A53B0 }; - inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementPathManagerArbiter_{ 0x050A5200 }; - inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementPlannerArbiter_{ 0x050A4DE0 }; - inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementPostUpdateArbiter_{ 0x050A5410 }; - inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementTweenerArbiter_{ 0x050A4FF0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_BSPathingRequest___PathBuilderBSPathingRequest_{ 0x053B6960 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy___PathBuilder_{ 0x051FBE10 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_BSTPathingRequest_EscortPathingRequestPolicy__BSTPathingRequest_EscortPathingRequestPolicy___PathBuilder_{ 0x05116100 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestCovered_CombatPathingRequestBuilder_{ 0x051164D0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B6790 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathingRequestBuilder_{ 0x050B40C0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathingRequestBuilder_{ 0x0509DD30 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BF5C0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B7F50 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B2F10 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BD9C0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050C0A90 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B0C60 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathingRequestBuilder_{ 0x0509BDC0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B6BC0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BADC0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BF800 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x0509D940 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x0509AA00 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B9C30 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BD580 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050AF920 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathingRequestBuilder_{ 0x050B4600 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestMultiGoal_CombatPathingRequestBuilder_{ 0x05115B30 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestStandard_CombatPathingRequestBuilder_{ 0x05115EC0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestClosePoint___PathBuilderClosePointPath_{ 0x051FF0E0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestClosestGoal_PathingRequestClosestGoal__PathBuilder_{ 0x05115E10 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlee_PathBuilderFlee__PathBuilderFleePath_{ 0x0509E930 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyAction_PathBuilderFlight__PathBuilderFlyActionPath_{ 0x05116290 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyHover_PathBuilderFlight__PathBuilderFlyHoverPath_{ 0x05115D50 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyLand_PathBuilderFlight__PathBuilderFlyLandPath_{ 0x05115BB0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyOrbit_PathBuilderFlight__PathBuilderFlyOrbitPath_{ 0x05115F40 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyTakeOff_PathBuilderFlight__PathBuilderFlyTakeOffPath_{ 0x05115C70 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFly_PathBuilderFlight__PathBuilderFlyPath_{ 0x05116550 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestHide_PathBuilderHide__PathBuilderHidePath_{ 0x05116360 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestLOS_PathBuilderLOS__PathBuilderLOSPath_{ 0x05116420 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestOpenSpace_PathingRequestOpenSpaceBuilder_{ 0x051161E0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestRotate___PathBuilderRotatePath_{ 0x051FF260 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestSafeStraightLine_PathBuilderSafeStraightLine__PathBuilderSafeStraightLinePath_{ 0x05116000 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestStopMoving___PathBuilderStopMovingPath_{ 0x051FF1A0 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequest___PathBuilderPathingRequest_{ 0x051FF360 }; - inline constexpr REL::Offset AutoRegisterPathBuilderFactory_QuestPathingRequest_QuestPathingRequestBuilder_{ 0x05115A80 }; - inline constexpr REL::Offset AutoRegisterPathing_BGSSpatialGridSearchCustomDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AD970 }; - inline constexpr REL::Offset AutoRegisterPathing_BGSSpatialGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADEA0 }; - inline constexpr REL::Offset AutoRegisterPathing_BGSSpatialSparseGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050ADD60 }; - inline constexpr REL::Offset AutoRegisterPathing_BSPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113720 }; - inline constexpr REL::Offset AutoRegisterPathing_BSPathingSolution_BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ 0x050C4690 }; - inline constexpr REL::Offset AutoRegisterPathing_CombatPathMovementMessageEvent_CombatPathTeleportEvent__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5A00 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageActivateDoor_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05114CB0 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageActorCollision_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5970 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageBeginLandingApproach_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05115880 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageBlocked_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5850 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageGravJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05113F40 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5F00 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageLand_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509D040 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageNewPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5C90 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePathCleared_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5D20 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePathComplete_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509F4F0 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePathFailed_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5C00 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePlayIdle_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05115090 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageSetStaticPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A5E70 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageTakeOff_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A57C0 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageTraversal_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05111AC0 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageWarpToLocation_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05114420 }; - inline constexpr REL::Offset AutoRegisterPathing_MovementMessageWarpToMultiple_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05114160 }; - inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionActivate_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9A10 }; - inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionDoorway_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A95F0 }; - inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionJump_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9970 }; - inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionLadder_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9230 }; - inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionStandard_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050A9370 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AFC0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B2F0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369390 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369430 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A280 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369E10 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367310 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053673B0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053665D0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367220 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365520 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365840 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364F90 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365020 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366400 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366490 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362C00 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362F20 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361F30 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361FC0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364180 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053644B0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C1E0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C270 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364DD0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364720 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363690 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053639D0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363BC0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363C60 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366120 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365AA0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C3C0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536AA50 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AB40 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536ABD0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366FA0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053653D0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365B90 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365C30 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361BF0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364030 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364820 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053648C0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365170 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365E40 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367EA0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367F30 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369590 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367B70 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367C60 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367CF0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368960 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368C90 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C780 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536CAB0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367500 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367810 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BFA0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C030 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AD20 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A6D0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364BD0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364C70 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362FB0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053632F0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369EF0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369F80 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369920 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053692A0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367900 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053682E0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368430 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368770 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361010 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053610A0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363DB0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364AE0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053617E0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361B00 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053623E0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362470 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362950 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053622F0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053633E0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362AA0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369150 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368800 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362770 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362800 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B820 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BB60 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053611F0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361E40 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053613A0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361430 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366760 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053667F0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368080 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362680 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B790 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536AE70 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B390 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B6A0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366930 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366320 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361580 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05360F20 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365F30 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365FD0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366B90 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366EB0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A0C0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BEB0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363AC0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363480 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BC50 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C630 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368D20 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369060 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A7C0 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A850 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369740 }; - inline constexpr REL::Offset AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053697D0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest_64_{ 0x051FBB30 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest_64_{ 0x05114C20 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestAdapter_BSPathingRequest_64_{ 0x05115190 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestCovered_BSPathingRequest_64_{ 0x051140E0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B64D0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest_64_{ 0x050B3D70 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest_64_{ 0x050BA930 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x05114B50 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B7BF0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B2E40 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BD700 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050C0720 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B08F0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest_64_{ 0x0509BA90 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B6900 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BAC20 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BF740 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x0509D5C0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x0509A6B0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x051131E0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BD210 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050AF680 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest_64_{ 0x050B42B0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestMultiGoal_BSPathingRequest_64_{ 0x051141F0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestStandard_BSPathingRequest_64_{ 0x05114AD0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_MovementParametersFixed_IMovementParameters_64_{ 0x050AEAC0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_MovementParameters_IMovementParameters_64_{ 0x050AEEE0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosePoint_BSPathingRequest_64_{ 0x05113550 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosestGoal_BSPathingRequest_64_{ 0x05112AF0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestCover_BSPathingRequest_64_{ 0x051138E0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlee_BSPathingRequest_64_{ 0x05112890 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyAction_BSPathingRequest_64_{ 0x05113AE0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyHover_BSPathingRequest_64_{ 0x051130F0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyLand_BSPathingRequest_64_{ 0x05115120 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyOrbit_BSPathingRequest_64_{ 0x05112F50 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyTakeOff_BSPathingRequest_64_{ 0x051153C0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFly_BSPathingRequest_64_{ 0x05114920 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestHide_BSPathingRequest_64_{ 0x05114EE0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestLOS_BSPathingRequest_64_{ 0x051122E0 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestOpenSpace_BSPathingRequest_64_{ 0x05113A60 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestRotate_BSPathingRequest_64_{ 0x05115440 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestSafeStraightLine_BSPathingRequest_64_{ 0x05113D10 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestStopMoving_BSPathingRequest_64_{ 0x05115650 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequest_BSPathingRequest_64_{ 0x0509E840 }; - inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_QuestPathingRequest_BSPathingRequest_64_{ 0x05113170 }; - inline constexpr REL::Offset AutoVanityState{ 0x05322C30 }; - inline constexpr REL::Offset AwakeSoundFadeHandler{ 0x052E9908 }; - inline constexpr REL::Offset AwakeSoundPauseHandler{ 0x052E9960 }; - inline constexpr REL::Offset AwakeSoundResumeHandler{ 0x052E9878 }; - inline constexpr REL::Offset AwakeSoundStopHandler{ 0x052E9990 }; - inline constexpr REL::Offset BGSAIWorldLocation{ 0x051513D8 }; - inline constexpr REL::Offset BGSAIWorldLocationEditorSpacePointRadius{ 0x05151818 }; - inline constexpr REL::Offset BGSAIWorldLocationInteriorCell{ 0x05151430 }; - inline constexpr REL::Offset BGSAIWorldLocationPointRadius{ 0x051514D0 }; - inline constexpr REL::Offset BGSAIWorldLocationPrimitive{ 0x051516A8 }; - inline constexpr REL::Offset BGSAIWorldLocationRefRadius{ 0x051517E0 }; - inline constexpr REL::Offset BGSAVMData{ 0x0515EF28 }; - inline constexpr REL::Offset BGSAbilityPerkEntry{ 0x051E7728 }; - inline constexpr REL::Offset BGSAcousticSpace{ 0x0508D368 }; - inline constexpr REL::Offset BGSAction{ 0x051E6EA0 }; - inline constexpr REL::Offset BGSActionData{ 0x05152340 }; - inline constexpr REL::Offset BGSActivity{ 0x0514F640 }; - inline constexpr REL::Offset BGSActivityRuntime{ 0x0514F710 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSActorValueActivity_{ 0x0514F5C0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSApplyMagicEffectActivity_{ 0x0514F8E0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSBarterActivity_{ 0x05150B80 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSBleedoutActivity_{ 0x0514FA30 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSBuildWorkshopActivity_{ 0x0514FB30 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSCompleteResearchActivity_{ 0x0514FBE0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSConsumeActivity_{ 0x0514FD00 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSCraftActivity_{ 0x0514FE30 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSCrippleLimbActivity_{ 0x0514FF10 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSDestroyShipActivity_{ 0x0514FFC0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSDockingActivity_{ 0x05150070 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSGravJumpActivity_{ 0x051501E0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSHarvestActivity_{ 0x05150260 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSKillActivity_{ 0x05150340 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSLandPlanetActivity_{ 0x051503E0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSLockPickActivity_{ 0x05150D60 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSLootContainerActivity_{ 0x05150510 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSLoseEnemyActivity_{ 0x05150680 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSPlayerPickpocketActivity_{ 0x05150700 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSProduceActivity_{ 0x05150890 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSReloadWeaponActivity_{ 0x05150910 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSScanPlanetActivity_{ 0x05150A40 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSScanSurfaceActivity_{ 0x05150CB0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSShipCollectionActivity_{ 0x05150EE0 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSShipbuilderActivity_{ 0x05150E60 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSSpeechChallengeActivity_{ 0x05151060 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSSprintActivity_{ 0x05151120 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSTakeActorDamageActivity_{ 0x05151250 }; - inline constexpr REL::Offset BGSActivityRuntimeT_BGSTakeDamageActivity_{ 0x051512E0 }; - inline constexpr REL::Offset BGSActivityTrackerFormComponent{ 0x05165C50 }; - inline constexpr REL::Offset BGSActorValueActivity{ 0x0514F690 }; - inline constexpr REL::Offset BGSActorValueActivity_Runtime{ 0x0514F608 }; - inline constexpr REL::Offset BGSAddToInventoryOnDestroy{ 0x05165E88 }; - inline constexpr REL::Offset BGSAddonNode{ 0x051CC610 }; - inline constexpr REL::Offset BGSAddonNodeSoundHandleExtra{ 0x051CC5D8 }; - inline constexpr REL::Offset BGSAffinityEvent{ 0x051C8B90 }; - inline constexpr REL::Offset BGSAimAssistModel{ 0x051BA818 }; - inline constexpr REL::Offset BGSAimAssistPoseData{ 0x051CB948 }; - inline constexpr REL::Offset BGSAimDownSightModel{ 0x051BA9A0 }; - inline constexpr REL::Offset BGSAimModel{ 0x051BAC80 }; - inline constexpr REL::Offset BGSAimOpticalSightModel{ 0x051BACF8 }; - inline constexpr REL::Offset BGSAmbienceSet{ 0x051BAD58 }; - inline constexpr REL::Offset BGSAnimationGraphComponent{ 0x051539B8 }; - inline constexpr REL::Offset BGSAnimationPathImplementation{ 0x052CB1C0 }; - inline constexpr REL::Offset BGSApplyMagicEffectActivity{ 0x0514F970 }; - inline constexpr REL::Offset BGSApplyMagicEffectActivity_Runtime{ 0x0514F930 }; - inline constexpr REL::Offset BGSArtObject{ 0x051CC638 }; - inline constexpr REL::Offset BGSArtObjectCloneTask{ 0x051CC660 }; - inline constexpr REL::Offset BGSAssociationType{ 0x051E6EC0 }; - inline constexpr REL::Offset BGSAtmosphere{ 0x051CB898 }; - inline constexpr REL::Offset BGSAttachParentArray{ 0x05166258 }; - inline constexpr REL::Offset BGSAttachTechniquesUtil__AttachTechniquesFunctor{ 0x05187C50 }; - inline constexpr REL::Offset BGSAttachTechniquesUtil__DetachTechniquesFunctor{ 0x05187CA0 }; - inline constexpr REL::Offset BGSAttachTechniquesUtil__ProcessTechniquesFunctor{ 0x05187B90 }; - inline constexpr REL::Offset BGSAttackData{ 0x051ED6A8 }; - inline constexpr REL::Offset BGSAttackDataForm{ 0x05181E50 }; - inline constexpr REL::Offset BGSAttackDataMap{ 0x051ED6D0 }; - inline constexpr REL::Offset BGSAttractionRule{ 0x051C8BB8 }; - inline constexpr REL::Offset BGSAudioOcclusionPrimitive{ 0x0515D370 }; - inline constexpr REL::Offset BGSAudio_Internal__LooseAudioRegistrar{ 0x05204988 }; - inline constexpr REL::Offset BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo{ 0x052049D0 }; - inline constexpr REL::Offset BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo{ 0x05204A20 }; - inline constexpr REL::Offset BGSAudio_Internal__WwiseGameObjectMgr{ 0x05204C90 }; - inline constexpr REL::Offset BGSAudio_Internal__WwiseIODevice{ 0x05204F00 }; - inline constexpr REL::Offset BGSAudio_Internal__WwiseIOMgr{ 0x05204EC8 }; - inline constexpr REL::Offset BGSAudio__IEmitterResolver{ 0x05205980 }; - inline constexpr REL::Offset BGSAudio__RefNodeResolver{ 0x05205950 }; - inline constexpr REL::Offset BGSAudio__WwiseService{ 0x05204958 }; - inline constexpr REL::Offset BGSBarterActivity{ 0x05150B58 }; - inline constexpr REL::Offset BGSBarterActivity_Runtime{ 0x05150BC8 }; - inline constexpr REL::Offset BGSBaseAlias{ 0x051C8CB8 }; - inline constexpr REL::Offset BGSBaseForm{ 0x051BA648 }; - inline constexpr REL::Offset BGSBaseFormT_AimAssistData_148_{ 0x051BA868 }; - inline constexpr REL::Offset BGSBaseFormT_AimDownSightData_153_{ 0x051BA9F8 }; - inline constexpr REL::Offset BGSBaseFormT_AimModelData_147_{ 0x051BAC40 }; - inline constexpr REL::Offset BGSBaseFormT_AimOpticalSightData_194_{ 0x051BACB0 }; - inline constexpr REL::Offset BGSBaseFormT_BGSWeaponBarrelData_196_{ 0x051BB040 }; - inline constexpr REL::Offset BGSBaseFormT_MeleeAimAssistData_149_{ 0x051BA900 }; - inline constexpr REL::Offset BGSBaseLODBlock{ 0x0515F690 }; - inline constexpr REL::Offset BGSBaseLODBlock__AutoDetachBlock{ 0x0515F618 }; - inline constexpr REL::Offset BGSBaseLODBlock__GeometryAutoDetachBlock{ 0x0515F650 }; - inline constexpr REL::Offset BGSBaseLODRuntimeComponent{ 0x0515FB90 }; - inline constexpr REL::Offset BGSBendableSpline{ 0x051CC690 }; - inline constexpr REL::Offset BGSBiome{ 0x0508D478 }; - inline constexpr REL::Offset BGSBiomeMarkerObject{ 0x051BB500 }; - inline constexpr REL::Offset BGSBiome__MarkerKeywordData{ 0x051CBB98 }; - inline constexpr REL::Offset BGSBipedObjectForm{ 0x0508D4F8 }; - inline constexpr REL::Offset BGSBleedoutActivity{ 0x0514FAB0 }; - inline constexpr REL::Offset BGSBleedoutActivity_Runtime{ 0x0514FA78 }; - inline constexpr REL::Offset BGSBlockBashData{ 0x05181E78 }; - inline constexpr REL::Offset BGSBodyManager{ 0x051570D0 }; - inline constexpr REL::Offset BGSBodyPartData{ 0x0508FAC8 }; - inline constexpr REL::Offset BGSBodyPartInfo{ 0x0508CF08 }; - inline constexpr REL::Offset BGSBodyUtils__SkinColorUpdateNode{ 0x05156FF0 }; - inline constexpr REL::Offset BGSBoneModifier{ 0x051BB668 }; - inline constexpr REL::Offset BGSBuildWorkshopActivity{ 0x0514FBB0 }; - inline constexpr REL::Offset BGSBuildWorkshopActivity_Runtime{ 0x0514FB78 }; - inline constexpr REL::Offset BGSCameraPath{ 0x051E3EA8 }; - inline constexpr REL::Offset BGSCameraShot{ 0x051E3ED0 }; - inline constexpr REL::Offset BGSChallengeForm{ 0x0515EED0 }; - inline constexpr REL::Offset BGSCharacterMorph__FacialBoneSculptSlider{ 0x051C8BE0 }; - inline constexpr REL::Offset BGSCharacterMorph__FacialBoneSlider{ 0x051C8C20 }; - inline constexpr REL::Offset BGSCloudForm{ 0x051C0D10 }; - inline constexpr REL::Offset BGSCollisionLayer{ 0x051E3EF8 }; - inline constexpr REL::Offset BGSColorForm{ 0x051E3F20 }; - inline constexpr REL::Offset BGSCompleteResearchActivity{ 0x0514FC70 }; - inline constexpr REL::Offset BGSCompleteResearchActivity_Runtime{ 0x0514FC30 }; - inline constexpr REL::Offset BGSConditionForm{ 0x0508CA58 }; - inline constexpr REL::Offset BGSConstructibleObject{ 0x051CC6B8 }; - inline constexpr REL::Offset BGSConsumeActivity{ 0x0514FD80 }; - inline constexpr REL::Offset BGSConsumeActivity_Runtime{ 0x0514FD48 }; - inline constexpr REL::Offset BGSContactShadowComponent{ 0x05157E38 }; - inline constexpr REL::Offset BGSConveyorBelt__ConveyorBelt{ 0x0516D9B0 }; - inline constexpr REL::Offset BGSCraftActivity{ 0x0514FEA0 }; - inline constexpr REL::Offset BGSCraftActivity_Runtime{ 0x0514FE70 }; - inline constexpr REL::Offset BGSCraftableForm{ 0x051BB530 }; - inline constexpr REL::Offset BGSCraftingResourceOwner{ 0x0508CF30 }; - inline constexpr REL::Offset BGSCraftingUseSound{ 0x051664A8 }; - inline constexpr REL::Offset BGSCrippleLimbActivity{ 0x0514FF90 }; - inline constexpr REL::Offset BGSCrippleLimbActivity_Runtime{ 0x0514FF58 }; - inline constexpr REL::Offset BGSCrowdComponent{ 0x051665E0 }; - inline constexpr REL::Offset BGSCurve3DForm{ 0x051BA8A8 }; - inline constexpr REL::Offset BGSCurveForm{ 0x051BA8D0 }; - inline constexpr REL::Offset BGSCustomShipForm{ 0x05158030 }; - inline constexpr REL::Offset BGSDamageType{ 0x051CBC08 }; - inline constexpr REL::Offset BGSDebris{ 0x051CC6E8 }; - inline constexpr REL::Offset BGSDecalManager{ 0x05188860 }; - inline constexpr REL::Offset BGSDecalNode{ 0x05188B70 }; - inline constexpr REL::Offset BGSDefaultObject{ 0x05126840 }; - inline constexpr REL::Offset BGSDefaultObjectManager{ 0x05126AF8 }; - inline constexpr REL::Offset BGSDestroyShipActivity{ 0x05150040 }; - inline constexpr REL::Offset BGSDestroyShipActivity_Runtime{ 0x05150008 }; - inline constexpr REL::Offset BGSDestructibleObjectForm{ 0x051777C0 }; - inline constexpr REL::Offset BGSDialogueBranch{ 0x0508D280 }; - inline constexpr REL::Offset BGSDisplayCaseFormComponent{ 0x05166728 }; - inline constexpr REL::Offset BGSDistantObjectBlock{ 0x051FF5E0 }; - inline constexpr REL::Offset BGSDockingActivity{ 0x051500F8 }; - inline constexpr REL::Offset BGSDockingActivity_Runtime{ 0x05150128 }; - inline constexpr REL::Offset BGSDualCastData{ 0x051777F0 }; - inline constexpr REL::Offset BGSDynamicLODBlock{ 0x05160138 }; - inline constexpr REL::Offset BGSDynamicLODBlock__InstancedAutoDetachBlock{ 0x051600F0 }; - inline constexpr REL::Offset BGSEchoListener{ 0x051CC360 }; - inline constexpr REL::Offset BGSEffectSequenceForm{ 0x051BB558 }; - inline constexpr REL::Offset BGSEffectSequenceFormComponent{ 0x05166900 }; - inline constexpr REL::Offset BGSEntryPointFunctionData{ 0x051E6FF0 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataAVAndValue{ 0x051E7090 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataActivateChoice{ 0x051E6FB0 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataBooleanGraphVariable{ 0x051E6EF0 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataLeveledList{ 0x051E70D0 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataOneValue{ 0x051E7020 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataProjectile{ 0x051E6F70 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataSpellItem{ 0x051E7110 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataText{ 0x051E6F38 }; - inline constexpr REL::Offset BGSEntryPointFunctionDataTwoValue{ 0x051E7058 }; - inline constexpr REL::Offset BGSEntryPointPerkEntry{ 0x051E7758 }; - inline constexpr REL::Offset BGSEquipSlot{ 0x051E7208 }; - inline constexpr REL::Offset BGSEquipType{ 0x050A3040 }; - inline constexpr REL::Offset BGSExplosion{ 0x051CC708 }; - inline constexpr REL::Offset BGSExternalComponentDataSource{ 0x05166B70 }; - inline constexpr REL::Offset BGSFaceFX{ 0x05162F30 }; - inline constexpr REL::Offset BGSFadeManager{ 0x05157760 }; - inline constexpr REL::Offset BGSFeaturedItemMessage{ 0x05166BA8 }; - inline constexpr REL::Offset BGSFogVolumeForm{ 0x051C0D38 }; - inline constexpr REL::Offset BGSFootIkImplementation{ 0x052CB190 }; - inline constexpr REL::Offset BGSFootstep{ 0x051E4048 }; - inline constexpr REL::Offset BGSFootstepManager{ 0x052CD698 }; - inline constexpr REL::Offset BGSFootstepSet{ 0x051E4070 }; - inline constexpr REL::Offset BGSForceData{ 0x051BAD80 }; - inline constexpr REL::Offset BGSForcedLocRefType{ 0x05166CE0 }; - inline constexpr REL::Offset BGSFormFolderKeywordList{ 0x0515F060 }; - inline constexpr REL::Offset BGSFormLinkData{ 0x05166E10 }; - inline constexpr REL::Offset BGSGenericBaseForm{ 0x051CC760 }; - inline constexpr REL::Offset BGSGenericBaseFormTemplate{ 0x051CC790 }; - inline constexpr REL::Offset BGSGeometryConstructorManager{ 0x052BC230 }; - inline constexpr REL::Offset BGSGrassManager__AddCellGrassTask{ 0x05189920 }; - inline constexpr REL::Offset BGSGrassManager__CellGrass{ 0x051899D0 }; - inline constexpr REL::Offset BGSGravJumpActivity{ 0x05150228 }; - inline constexpr REL::Offset BGSGravJumpActivity_Runtime{ 0x051501A0 }; - inline constexpr REL::Offset BGSGroundCover{ 0x051D08C0 }; - inline constexpr REL::Offset BGSGroupedInstancedGeometry{ 0x05157CF8 }; - inline constexpr REL::Offset BGSHarvestActivity{ 0x051502A8 }; - inline constexpr REL::Offset BGSHarvestActivity_Runtime{ 0x051502D8 }; - inline constexpr REL::Offset BGSHavokGeometryAttach{ 0x05187BD8 }; - inline constexpr REL::Offset BGSHavokGeometryAttach__ActionPolicy{ 0x05187C08 }; - inline constexpr REL::Offset BGSHavokGeometryAttach__AttachPolicy{ 0x05187DD0 }; - inline constexpr REL::Offset BGSHavokGeometryAttach__DetachPolicy{ 0x05187E10 }; - inline constexpr REL::Offset BGSHazard{ 0x050A33F0 }; - inline constexpr REL::Offset BGSHeadPart{ 0x051E7258 }; - inline constexpr REL::Offset BGSIdleCollection{ 0x0508D528 }; - inline constexpr REL::Offset BGSIdleMarker{ 0x051E7280 }; - inline constexpr REL::Offset BGSImpactData{ 0x051E4098 }; - inline constexpr REL::Offset BGSImpactDataSet{ 0x051E4178 }; - inline constexpr REL::Offset BGSImpactManager{ 0x052AE318 }; - inline constexpr REL::Offset BGSInstanceNamingRules{ 0x0508F368 }; - inline constexpr REL::Offset BGSInstanceNamingRulesForm{ 0x05166E38 }; - inline constexpr REL::Offset BGSInventoryInterface{ 0x052BD7F8 }; - inline constexpr REL::Offset BGSInventoryList{ 0x0518A2E8 }; - inline constexpr REL::Offset BGSInventoryList__InventoryWeightFunctor{ 0x051D9148 }; - inline constexpr REL::Offset BGSJSONFileForm{ 0x0508D618 }; - inline constexpr REL::Offset BGSKeyword{ 0x0508D450 }; - inline constexpr REL::Offset BGSKeywordForm{ 0x050A2FF0 }; - inline constexpr REL::Offset BGSKillActivity{ 0x05150380 }; - inline constexpr REL::Offset BGSKillActivity_Runtime{ 0x05150310 }; - inline constexpr REL::Offset BGSLODManager{ 0x05201180 }; - inline constexpr REL::Offset BGSLODSharedGeometryCache{ 0x05201150 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Attached{ 0x0508CED0 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Attaching{ 0x0508CD78 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Base{ 0x0515F5E0 }; - inline constexpr REL::Offset BGSLODStates__Geometry__DeferredDetach{ 0x0508CE90 }; - inline constexpr REL::Offset BGSLODStates__Geometry__DeferredDetachComplete{ 0x0508CD30 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Detached{ 0x0508CE58 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Loaded{ 0x0508CDE8 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Loading{ 0x0508CE20 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Prepared{ 0x0508CCF0 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Preparing{ 0x0508CCB8 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Reset{ 0x0508CDB0 }; - inline constexpr REL::Offset BGSLODStates__Geometry__Unloaded{ 0x0508CC80 }; - inline constexpr REL::Offset BGSLODStates__Node__Active{ 0x05090148 }; - inline constexpr REL::Offset BGSLODStates__Node__Base{ 0x05201A30 }; - inline constexpr REL::Offset BGSLODStates__Node__Fading{ 0x05201B40 }; - inline constexpr REL::Offset BGSLODStates__Node__FadingIn{ 0x050901B0 }; - inline constexpr REL::Offset BGSLODStates__Node__FadingOut{ 0x05090228 }; - inline constexpr REL::Offset BGSLODStates__Node__Inactive{ 0x05090348 }; - inline constexpr REL::Offset BGSLODStates__Node__IntersectsLoadedArea{ 0x050902D0 }; - inline constexpr REL::Offset BGSLODStates__Node__Loaded{ 0x05090118 }; - inline constexpr REL::Offset BGSLODStates__Node__OutsideLoadedArea{ 0x05090260 }; - inline constexpr REL::Offset BGSLODStates__Node__PendingCellClearBase{ 0x05201AC8 }; - inline constexpr REL::Offset BGSLODStates__Node__PrepareFading{ 0x05201B08 }; - inline constexpr REL::Offset BGSLODStates__Node__PrepareFadingIn{ 0x05090178 }; - inline constexpr REL::Offset BGSLODStates__Node__PrepareFadingOut{ 0x050901E8 }; - inline constexpr REL::Offset BGSLODStates__Node__Split{ 0x050902A0 }; - inline constexpr REL::Offset BGSLODStates__Node__Unloaded{ 0x05090310 }; - inline constexpr REL::Offset BGSLandPlanetActivity{ 0x05150468 }; - inline constexpr REL::Offset BGSLandPlanetActivity_Runtime{ 0x05150498 }; - inline constexpr REL::Offset BGSLayeredMaterialSwap{ 0x051BB300 }; - inline constexpr REL::Offset BGSLegendaryItem{ 0x051BB588 }; - inline constexpr REL::Offset BGSLensFlare{ 0x051CC808 }; - inline constexpr REL::Offset BGSLensFlareSprite{ 0x051CC830 }; - inline constexpr REL::Offset BGSLevGenericBaseForm{ 0x051CC8A8 }; - inline constexpr REL::Offset BGSLevPackIn{ 0x051CC8D8 }; - inline constexpr REL::Offset BGSLevSpaceCell{ 0x051D0920 }; - inline constexpr REL::Offset BGSLightingTemplate{ 0x051D0948 }; - inline constexpr REL::Offset BGSLinkedVoiceType{ 0x05166FC0 }; - inline constexpr REL::Offset BGSListForm{ 0x051E41F8 }; - inline constexpr REL::Offset BGSLoadFormBuffer{ 0x05179AB0 }; - inline constexpr REL::Offset BGSLoadFormData{ 0x05179A30 }; - inline constexpr REL::Offset BGSLoadGameBuffer{ 0x05179A88 }; - inline constexpr REL::Offset BGSLoadGameBufferSimple{ 0x05179A58 }; - inline constexpr REL::Offset BGSLoadedSceneLODBlock{ 0x05201D88 }; - inline constexpr REL::Offset BGSLocAlias{ 0x051E73A8 }; - inline constexpr REL::Offset BGSLocation{ 0x0508D2D0 }; - inline constexpr REL::Offset BGSLocationRefType{ 0x0508F4C8 }; - inline constexpr REL::Offset BGSLockPickActivity{ 0x05150D30 }; - inline constexpr REL::Offset BGSLockPickActivity_Runtime{ 0x05150DA8 }; - inline constexpr REL::Offset BGSLodOwnerComponent{ 0x05167170 }; - inline constexpr REL::Offset BGSLodRuntimeOwnerComponent{ 0x0515FAF8 }; - inline constexpr REL::Offset BGSLootContainerActivity{ 0x05150558 }; - inline constexpr REL::Offset BGSLootContainerActivity_Runtime{ 0x051504D0 }; - inline constexpr REL::Offset BGSLoseEnemyActivity{ 0x051506C8 }; - inline constexpr REL::Offset BGSLoseEnemyActivity_Runtime{ 0x05150648 }; - inline constexpr REL::Offset BGSMaterialPathForm{ 0x051BB118 }; - inline constexpr REL::Offset BGSMaterialPropertyComponent{ 0x051673F8 }; - inline constexpr REL::Offset BGSMaterialType{ 0x051E4300 }; - inline constexpr REL::Offset BGSMeleeAimAssistModel{ 0x051BA940 }; - inline constexpr REL::Offset BGSMenuDisplayObject{ 0x050A3068 }; - inline constexpr REL::Offset BGSMessage{ 0x0508D200 }; - inline constexpr REL::Offset BGSMod__Attachment__Mod{ 0x0508D228 }; - inline constexpr REL::Offset BGSMod__Container{ 0x05167430 }; - inline constexpr REL::Offset BGSMod__Property__BridgeI{ 0x051186D0 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_Spaceship__InstanceData_{ 0x05118700 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_TESFloraInstanceData_{ 0x051187A0 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_TESFurniture__InstanceData_{ 0x050A4A30 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_TESNPC__InstanceData_{ 0x05118750 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_TESObjectARMOInstanceData_{ 0x05118680 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_TESObjectCONT__InstanceData_{ 0x050A49E0 }; - inline constexpr REL::Offset BGSMod__Property__Bridge_TESObjectWEAPInstanceData_{ 0x05118630 }; - inline constexpr REL::Offset BGSMod__Template__Item{ 0x05167458 }; - inline constexpr REL::Offset BGSMod__Template__Items{ 0x051CF490 }; - inline constexpr REL::Offset BGSModelMaterialSwap{ 0x05167788 }; - inline constexpr REL::Offset BGSModelNode{ 0x0518A498 }; - inline constexpr REL::Offset BGSMorphableObject{ 0x051CC900 }; - inline constexpr REL::Offset BGSMotorAction__Action{ 0x0516DC28 }; - inline constexpr REL::Offset BGSMotorAction__FanMotor{ 0x0516DBF8 }; - inline constexpr REL::Offset BGSMovableStatic{ 0x051CCA98 }; - inline constexpr REL::Offset BGSMovementType{ 0x051E73D0 }; - inline constexpr REL::Offset BGSMoviePlayer{ 0x052AE3E8 }; - inline constexpr REL::Offset BGSMultiTechniqueAttach{ 0x05187E50 }; - inline constexpr REL::Offset BGSMultiTechniqueAttach__ActionPolicy{ 0x05187E80 }; - inline constexpr REL::Offset BGSMultiTechniqueAttach__AttachPolicy{ 0x05187CE8 }; - inline constexpr REL::Offset BGSMultiTechniqueAttach__DetachPolicy{ 0x05187D28 }; - inline constexpr REL::Offset BGSMusicPaletteTrack{ 0x051E4350 }; - inline constexpr REL::Offset BGSMusicSilenceTrack{ 0x051E43A8 }; - inline constexpr REL::Offset BGSMusicSingleTrack{ 0x051E4478 }; - inline constexpr REL::Offset BGSMusicTrack{ 0x051E4380 }; - inline constexpr REL::Offset BGSMusicTrackFormWrapper{ 0x051E44A8 }; - inline constexpr REL::Offset BGSMusicType{ 0x0508D320 }; - inline constexpr REL::Offset BGSNamedNodeAttach{ 0x05187D68 }; - inline constexpr REL::Offset BGSNamedNodeAttach__ActionPolicy{ 0x05187D98 }; - inline constexpr REL::Offset BGSNamedNodeAttach__AttachPolicy{ 0x05187EC0 }; - inline constexpr REL::Offset BGSNamedNodeAttach__DetachPolicy{ 0x05187EF8 }; - inline constexpr REL::Offset BGSNamedPackageData_IAITarget_{ 0x0508FDC0 }; - inline constexpr REL::Offset BGSNamedPackageData_IPackageDataAIWorldLocationHandle_{ 0x0508FB60 }; - inline constexpr REL::Offset BGSNamedPackageData_IPackageData_{ 0x0508C908 }; - inline constexpr REL::Offset BGSNativeTerminalForm{ 0x0508CF60 }; - inline constexpr REL::Offset BGSNavigationGridManager{ 0x0518FB68 }; - inline constexpr REL::Offset BGSNavmeshableObject{ 0x051CC730 }; - inline constexpr REL::Offset BGSNote{ 0x0508F6E0 }; - inline constexpr REL::Offset BGSObjectInstanceExtra{ 0x05162C58 }; - inline constexpr REL::Offset BGSObjectPlacementDefaults{ 0x051678D8 }; - inline constexpr REL::Offset BGSObjectSwap{ 0x051CC0A8 }; - inline constexpr REL::Offset BGSObjectVisibilityManager{ 0x050C9770 }; - inline constexpr REL::Offset BGSObjectWindowFilterComponent{ 0x05158180 }; - inline constexpr REL::Offset BGSOpenCloseForm{ 0x051CE648 }; - inline constexpr REL::Offset BGSOrbitalDataComponent{ 0x05167CB8 }; - inline constexpr REL::Offset BGSOrbitedDataComponent{ 0x05168060 }; - inline constexpr REL::Offset BGSOutfit{ 0x051CCD78 }; - inline constexpr REL::Offset BGSOverridePackCollection{ 0x051823C8 }; - inline constexpr REL::Offset BGSPackIn{ 0x051CE160 }; - inline constexpr REL::Offset BGSPackageDataBasicTemplate_IAITarget_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__kPackageDataRefTypeName_0_{ 0x0508FBC0 }; - inline constexpr REL::Offset BGSPackageDataBasicTemplate_IPackageData_float_kPackageDataFloatTypeName_fPackageDataFloatDefault_{ 0x0508FEA0 }; - inline constexpr REL::Offset BGSPackageDataBasicTemplate_IPackageData_int_kPackageDataIntTypeName_iPackageDataIntDefault_{ 0x0508FE00 }; - inline constexpr REL::Offset BGSPackageDataBool{ 0x0508FF38 }; - inline constexpr REL::Offset BGSPackageDataFloat{ 0x051ED6F8 }; - inline constexpr REL::Offset BGSPackageDataInt{ 0x051ED868 }; - inline constexpr REL::Offset BGSPackageDataLocation{ 0x051ED7C8 }; - inline constexpr REL::Offset BGSPackageDataLocationWrapper{ 0x051ED7F8 }; - inline constexpr REL::Offset BGSPackageDataObjectList{ 0x0508FF68 }; - inline constexpr REL::Offset BGSPackageDataPointerTemplate_IAITarget_PackageTarget_kPackageDataRef2TypeName_{ 0x0508FFA0 }; - inline constexpr REL::Offset BGSPackageDataPointerTemplate_IPackageDataAIWorldLocationHandle_PackageLocation_kPackageDataLocationTypeName_{ 0x0508FD20 }; - inline constexpr REL::Offset BGSPackageDataPointerTemplate_IPackageData_PackageTarget_kPackageDataTargetSelectorTypeName_{ 0x0508FC90 }; - inline constexpr REL::Offset BGSPackageDataRef{ 0x051EDA08 }; - inline constexpr REL::Offset BGSPackageDataRefOLD{ 0x051ED928 }; - inline constexpr REL::Offset BGSPackageDataSaveableTemplate_IPackageData_float_kPackageDataFloatTypeName_fPackageDataFloatDefault_{ 0x051ED730 }; - inline constexpr REL::Offset BGSPackageDataSaveableTemplate_IPackageData_int_kPackageDataIntTypeName_iPackageDataIntDefault_{ 0x051ED890 }; - inline constexpr REL::Offset BGSPackageDataScene{ 0x0508C948 }; - inline constexpr REL::Offset BGSPackageDataTargetSelector{ 0x051ED830 }; - inline constexpr REL::Offset BGSPackageDataTopic{ 0x05090028 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataBool_BGSPackageDataBool_{ 0x05151E40 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataFloat_BGSPackageDataFloat_{ 0x05151E90 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataInt_BGSPackageDataInt_{ 0x051526D0 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataObjectList_BGSPackageDataObjectList_{ 0x051F65A0 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataScene_BGSPackageDataScene_{ 0x051F7310 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataTargetSelector_BGSPackageDataTargetSelector_{ 0x05152200 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataTopic_BGSPackageDataTopic_{ 0x051F40E0 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_IAITarget_BGSPackageDataObjectList_{ 0x05152A10 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_IAITarget_BGSPackageDataRef_{ 0x05151FC0 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataLocation_{ 0x051F3F30 }; - inline constexpr REL::Offset BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataRef_{ 0x051F6EC0 }; - inline constexpr REL::Offset BGSPapyrusScriptsComponent{ 0x05168300 }; - inline constexpr REL::Offset BGSParticleObjectCloneTask{ 0x051FC4A0 }; - inline constexpr REL::Offset BGSParticleSystemDefineCollection{ 0x051BB5B0 }; - inline constexpr REL::Offset BGSPathingData{ 0x05168458 }; - inline constexpr REL::Offset BGSPerk{ 0x0508F700 }; - inline constexpr REL::Offset BGSPerkEntry{ 0x051E76D8 }; - inline constexpr REL::Offset BGSPerkRank{ 0x051E7788 }; - inline constexpr REL::Offset BGSPerkRankArray{ 0x051823F8 }; - inline constexpr REL::Offset BGSPhotoModeFeature{ 0x0515EEF8 }; - inline constexpr REL::Offset BGSPickupPutdownSounds{ 0x050A3098 }; - inline constexpr REL::Offset BGSPlanetContentManager{ 0x052BF0A8 }; - inline constexpr REL::Offset BGSPlanetContentManagerBranchNode{ 0x051A2070 }; - inline constexpr REL::Offset BGSPlanetContentManagerContentNode{ 0x0508D870 }; - inline constexpr REL::Offset BGSPlanetContentManagerContentProperties{ 0x05199F68 }; - inline constexpr REL::Offset BGSPlanetContentManagerNodeBase{ 0x0508D8B0 }; - inline constexpr REL::Offset BGSPlanetContentManagerTree{ 0x051A29E8 }; - inline constexpr REL::Offset BGSPlanetContentManager__ILogEvent{ 0x051A21A0 }; - inline constexpr REL::Offset BGSPlanetContentManager__ILogEventData{ 0x051A2160 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_0_BGSPlanetContentManagerPlacementContext_{ 0x051A2A20 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_15_BGSPlanetContentManagerContentNode__PackInPlacementFailure_{ 0x051A24F0 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_1_TESForm_{ 0x051A2420 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_2_BGSPlanetContentManagerPlacementContext_{ 0x051A20B0 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_7_BGSPlanetContentManagerContentProperties__PlacementResult_{ 0x051A2320 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_8_BGSBiomeMarkerObjectconst_{ 0x051A27C0 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_0_{ 0x051A2A90 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_10_{ 0x051A2218 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_11_{ 0x051A22D8 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_12_{ 0x051A23E0 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_13_{ 0x051A2740 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_14_{ 0x051A2258 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_15_{ 0x051A2570 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_1_{ 0x051A2470 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_2_{ 0x051A2120 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_3_{ 0x051A2298 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_4_{ 0x051A21D8 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_5_{ 0x051A24B0 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_6_{ 0x051A2918 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_7_{ 0x051A23A0 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_8_{ 0x051A2820 }; - inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_9_{ 0x051A2780 }; - inline constexpr REL::Offset BGSPlanetContentManager__QueueContentRequestOnPlanet__25__RequestPlanetContentNode{ 0x052BDF90 }; - inline constexpr REL::Offset BGSPlanet__Atmosphere{ 0x0519A010 }; - inline constexpr REL::Offset BGSPlanet__ContentPlacement{ 0x0519E958 }; - inline constexpr REL::Offset BGSPlanet__IModule{ 0x05199FE8 }; - inline constexpr REL::Offset BGSPlanet__LODNotifierModule{ 0x0519E850 }; - inline constexpr REL::Offset BGSPlanet__LandingMarkers{ 0x0519DE58 }; - inline constexpr REL::Offset BGSPlanet__Landscape{ 0x0519E428 }; - inline constexpr REL::Offset BGSPlanet__Manager{ 0x0519E680 }; - inline constexpr REL::Offset BGSPlanet__Manager__MoveToNode{ 0x0519E818 }; - inline constexpr REL::Offset BGSPlanet__Manager__ShiftToTask{ 0x0519E7E0 }; - inline constexpr REL::Offset BGSPlanet__MultiFiles__Grid{ 0x0519E140 }; - inline constexpr REL::Offset BGSPlanet__MultiFiles__MasterFile{ 0x0519DF40 }; - inline constexpr REL::Offset BGSPlanet__NavMeshGen{ 0x0519F250 }; - inline constexpr REL::Offset BGSPlanet__OrderedLandTextures{ 0x0519E7A8 }; - inline constexpr REL::Offset BGSPlanet__Overlays{ 0x0519E778 }; - inline constexpr REL::Offset BGSPlanet__PlanetData{ 0x0519D348 }; - inline constexpr REL::Offset BGSPlanet__ProcGen{ 0x051A07C8 }; - inline constexpr REL::Offset BGSPlanet__ProcGenRuntimeService{ 0x051A0EA0 }; - inline constexpr REL::Offset BGSPlanet__ScanCollection{ 0x05227AF0 }; - inline constexpr REL::Offset BGSPlanet__SurfaceMapModule{ 0x0519E920 }; - inline constexpr REL::Offset BGSPlanet__UpdateNavMeshTaskNode{ 0x0519E990 }; - inline constexpr REL::Offset BGSPlanet____AddOverlayBlockFunctor{ 0x0519E290 }; - inline constexpr REL::Offset BGSPlanet____GameStatusHandler{ 0x05199FA8 }; - inline constexpr REL::Offset BGSPlayerMusicChanger{ 0x052A4A90 }; - inline constexpr REL::Offset BGSPlayerPickpocketActivity{ 0x05150798 }; - inline constexpr REL::Offset BGSPlayerPickpocketActivity_Runtime{ 0x051507D0 }; - inline constexpr REL::Offset BGSPreloadable{ 0x050A3540 }; - inline constexpr REL::Offset BGSPreviewTransform{ 0x05168580 }; - inline constexpr REL::Offset BGSPrimitive{ 0x0518A678 }; - inline constexpr REL::Offset BGSPrimitiveBox{ 0x0518A6F0 }; - inline constexpr REL::Offset BGSPrimitiveComponent{ 0x05168630 }; - inline constexpr REL::Offset BGSPrimitiveCylinder{ 0x0518A778 }; - inline constexpr REL::Offset BGSPrimitiveEllipsoid{ 0x0518A718 }; - inline constexpr REL::Offset BGSPrimitiveLine{ 0x0518A6A0 }; - inline constexpr REL::Offset BGSPrimitivePlane{ 0x0518A6C8 }; - inline constexpr REL::Offset BGSPrimitiveSphere{ 0x0518A748 }; - inline constexpr REL::Offset BGSProcedureAcquire{ 0x051F39D0 }; - inline constexpr REL::Offset BGSProcedureAcquireExecState{ 0x051F3938 }; - inline constexpr REL::Offset BGSProcedureActivate{ 0x051F3D00 }; - inline constexpr REL::Offset BGSProcedureActivateExecState{ 0x051F3BE8 }; - inline constexpr REL::Offset BGSProcedureAmbush{ 0x05151C80 }; - inline constexpr REL::Offset BGSProcedureAmbushExecState{ 0x05151BE8 }; - inline constexpr REL::Offset BGSProcedureBase{ 0x05151D08 }; - inline constexpr REL::Offset BGSProcedureCombatTravel{ 0x051F4048 }; - inline constexpr REL::Offset BGSProcedureCombatTravelExecState{ 0x051F3FA0 }; - inline constexpr REL::Offset BGSProcedureDialogue{ 0x051F42B8 }; - inline constexpr REL::Offset BGSProcedureDialogueActivate{ 0x051F44F0 }; - inline constexpr REL::Offset BGSProcedureDialogueActivateExecState{ 0x051F4590 }; - inline constexpr REL::Offset BGSProcedureDialogueExecState{ 0x051F3330 }; - inline constexpr REL::Offset BGSProcedureDone{ 0x051F3788 }; - inline constexpr REL::Offset BGSProcedureDoneExecState{ 0x051F34F0 }; - inline constexpr REL::Offset BGSProcedureEat{ 0x051F4810 }; - inline constexpr REL::Offset BGSProcedureEatExecState{ 0x051F3460 }; - inline constexpr REL::Offset BGSProcedureEscort{ 0x051F6308 }; - inline constexpr REL::Offset BGSProcedureEscortExecState{ 0x051F61F8 }; - inline constexpr REL::Offset BGSProcedureFind{ 0x051F6630 }; - inline constexpr REL::Offset BGSProcedureFindExecState{ 0x051F33D0 }; - inline constexpr REL::Offset BGSProcedureFlee{ 0x051F68A0 }; - inline constexpr REL::Offset BGSProcedureFleeExecState{ 0x051F6928 }; - inline constexpr REL::Offset BGSProcedureFlightGrab{ 0x051F6B68 }; - inline constexpr REL::Offset BGSProcedureFlightGrabExecState{ 0x051F6BF8 }; - inline constexpr REL::Offset BGSProcedureFollow{ 0x051F7050 }; - inline constexpr REL::Offset BGSProcedureFollowExecState{ 0x051F6FB8 }; - inline constexpr REL::Offset BGSProcedureFollowTo{ 0x051F70D8 }; - inline constexpr REL::Offset BGSProcedureForceGreet{ 0x051F73B8 }; - inline constexpr REL::Offset BGSProcedureGuard{ 0x051F7898 }; - inline constexpr REL::Offset BGSProcedureGuardArea{ 0x051F7808 }; - inline constexpr REL::Offset BGSProcedureGuardExecState{ 0x051F7770 }; - inline constexpr REL::Offset BGSProcedureHeadtrack{ 0x051520B8 }; - inline constexpr REL::Offset BGSProcedureHeadtrackExecState{ 0x05152018 }; - inline constexpr REL::Offset BGSProcedureHoldPosition{ 0x051F7AC0 }; - inline constexpr REL::Offset BGSProcedureHoldPositionExecState{ 0x051F23D8 }; - inline constexpr REL::Offset BGSProcedureHover{ 0x051F7D78 }; - inline constexpr REL::Offset BGSProcedureHoverExecState{ 0x051F7CE0 }; - inline constexpr REL::Offset BGSProcedureKeepAnEyeOn{ 0x051F7F98 }; - inline constexpr REL::Offset BGSProcedureKeepAnEyeOnExecState{ 0x051F2338 }; - inline constexpr REL::Offset BGSProcedureLock{ 0x051F8338 }; - inline constexpr REL::Offset BGSProcedureLockUnlockExecState{ 0x051F83C8 }; - inline constexpr REL::Offset BGSProcedureOrbit{ 0x051F8678 }; - inline constexpr REL::Offset BGSProcedureOrbitExecState{ 0x051F8700 }; - inline constexpr REL::Offset BGSProcedurePatrol{ 0x051F88C8 }; - inline constexpr REL::Offset BGSProcedurePatrolExecState{ 0x051F8960 }; - inline constexpr REL::Offset BGSProcedurePlayIdle{ 0x051523F8 }; - inline constexpr REL::Offset BGSProcedurePlayIdleExecState{ 0x05152488 }; - inline constexpr REL::Offset BGSProcedurePursue{ 0x051F8B88 }; - inline constexpr REL::Offset BGSProcedureRange{ 0x05152918 }; - inline constexpr REL::Offset BGSProcedureRangeExecState{ 0x05152880 }; - inline constexpr REL::Offset BGSProcedureSandbox{ 0x051F8EE8 }; - inline constexpr REL::Offset BGSProcedureSandboxExecState{ 0x051F8E50 }; - inline constexpr REL::Offset BGSProcedureSay{ 0x051F90A0 }; - inline constexpr REL::Offset BGSProcedureSayExecState{ 0x051F2B28 }; - inline constexpr REL::Offset BGSProcedureSit{ 0x051F9428 }; - inline constexpr REL::Offset BGSProcedureSitSleepExecState{ 0x051F9450 }; - inline constexpr REL::Offset BGSProcedureSleep{ 0x051F94E8 }; - inline constexpr REL::Offset BGSProcedureStayAway{ 0x05152CF8 }; - inline constexpr REL::Offset BGSProcedureStayAwayExecState{ 0x05152C60 }; - inline constexpr REL::Offset BGSProcedureTargetingModeAutopilot{ 0x05153028 }; - inline constexpr REL::Offset BGSProcedureTargetingModeAutopilotExecState{ 0x05152F70 }; - inline constexpr REL::Offset BGSProcedureTravel{ 0x051F97A8 }; - inline constexpr REL::Offset BGSProcedureTravelExecState{ 0x051F9840 }; - inline constexpr REL::Offset BGSProcedureTreeBranch{ 0x051F3048 }; - inline constexpr REL::Offset BGSProcedureTreeConditionalItem{ 0x051F3010 }; - inline constexpr REL::Offset BGSProcedureTreeFallback{ 0x051F30B0 }; - inline constexpr REL::Offset BGSProcedureTreeFallbackExecState{ 0x051F3140 }; - inline constexpr REL::Offset BGSProcedureTreeOneChildExecState{ 0x051F3078 }; - inline constexpr REL::Offset BGSProcedureTreeProcedure{ 0x051F9878 }; - inline constexpr REL::Offset BGSProcedureTreeRandom{ 0x051F2C50 }; - inline constexpr REL::Offset BGSProcedureTreeRandomExecState{ 0x051F2CD8 }; - inline constexpr REL::Offset BGSProcedureTreeSequence{ 0x051F2EC8 }; - inline constexpr REL::Offset BGSProcedureTreeSequenceExecState{ 0x051F2F60 }; - inline constexpr REL::Offset BGSProcedureTreeSimultaneous{ 0x051F2D80 }; - inline constexpr REL::Offset BGSProcedureTreeSimultaneousExecState{ 0x051F2E20 }; - inline constexpr REL::Offset BGSProcedureTreeStacked{ 0x051F31F0 }; - inline constexpr REL::Offset BGSProcedureTreeStackedExecState{ 0x051F3280 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureAcquire_{ 0x051F3A00 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureActivate_{ 0x051F3D30 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureAmbush_{ 0x05151CB0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureCombatTravel_{ 0x051F4080 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureDialogueActivate_{ 0x051F4530 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureDialogue_{ 0x051F42F0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureDone_{ 0x051F3730 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureEat_{ 0x051F47C0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureEscort_{ 0x051F61A0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFind_{ 0x051F6660 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFlee_{ 0x051F68D0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFlightGrab_{ 0x051F6BA0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFollowTo_{ 0x051F7110 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFollow_{ 0x051F7080 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureForceGreet_{ 0x051F7360 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureGuardArea_{ 0x051F77B0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureGuard_{ 0x051F7840 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureHeadtrack_{ 0x051520F0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureHoldPosition_{ 0x051F7A60 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureHover_{ 0x051F7D20 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureKeepAnEyeOn_{ 0x051F7F40 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureLock_{ 0x051F82E0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureOrbit_{ 0x051F8620 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedurePatrol_{ 0x051F89A0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedurePlayIdle_{ 0x05152430 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedurePursue_{ 0x051F8BC0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureRange_{ 0x051528C0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSandbox_{ 0x051F8E90 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSay_{ 0x051F90D0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSit_{ 0x051F9510 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSleep_{ 0x051F9490 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureStayAway_{ 0x05152CA0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureTargetingModeAutopilot_{ 0x05152FC0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureTravel_{ 0x051F9750 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUnlock_{ 0x051F8400 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUseIdleMarker_{ 0x051F9B70 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUseMagic_{ 0x051F9DC0 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUseWeapon_{ 0x051FA120 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureWait_{ 0x051FA390 }; - inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureWander_{ 0x051FC1A0 }; - inline constexpr REL::Offset BGSProcedureUnlock{ 0x051F8458 }; - inline constexpr REL::Offset BGSProcedureUseIdleMarker{ 0x051F9BD0 }; - inline constexpr REL::Offset BGSProcedureUseIdleMarkerExecState{ 0x051F9B28 }; - inline constexpr REL::Offset BGSProcedureUseMagic{ 0x051F9E18 }; - inline constexpr REL::Offset BGSProcedureUseMagicExecState{ 0x051F9D88 }; - inline constexpr REL::Offset BGSProcedureUseWeapon{ 0x051FA178 }; - inline constexpr REL::Offset BGSProcedureUseWeaponExecState{ 0x051FA0E8 }; - inline constexpr REL::Offset BGSProcedureWait{ 0x051FA368 }; - inline constexpr REL::Offset BGSProcedureWaitExecState{ 0x051F2BC0 }; - inline constexpr REL::Offset BGSProcedureWander{ 0x051FC1F8 }; - inline constexpr REL::Offset BGSProcedureWanderExecState{ 0x051FC160 }; - inline constexpr REL::Offset BGSProduceActivity{ 0x051508D8 }; - inline constexpr REL::Offset BGSProduceActivity_Runtime{ 0x05150858 }; - inline constexpr REL::Offset BGSProjectedDecal{ 0x051BAFE8 }; - inline constexpr REL::Offset BGSProjectile{ 0x0508D3D8 }; - inline constexpr REL::Offset BGSPropertySheet{ 0x051687E0 }; - inline constexpr REL::Offset BGSQuestPerkEntry{ 0x051E7700 }; - inline constexpr REL::Offset BGSRefAlias{ 0x051C8C60 }; - inline constexpr REL::Offset BGSRefCollectionAlias{ 0x051C8C88 }; - inline constexpr REL::Offset BGSReferenceGroup{ 0x051D1638 }; - inline constexpr REL::Offset BGSReflectedForm{ 0x0515EEA8 }; - inline constexpr REL::Offset BGSReflectedFormComponent{ 0x051587C0 }; - inline constexpr REL::Offset BGSRelationship{ 0x051E78D0 }; - inline constexpr REL::Offset BGSReloadWeaponActivity{ 0x05150958 }; - inline constexpr REL::Offset BGSReloadWeaponActivity_Runtime{ 0x05150988 }; - inline constexpr REL::Offset BGSResearchProjectForm{ 0x051BB5E8 }; - inline constexpr REL::Offset BGSResource{ 0x0508F340 }; - inline constexpr REL::Offset BGSResourceGenerationData{ 0x051CC0D0 }; - inline constexpr REL::Offset BGSRetargetOnDeleteExtraData{ 0x05153840 }; - inline constexpr REL::Offset BGSReverbParameters{ 0x051E44D8 }; - inline constexpr REL::Offset BGSSaveFormBuffer{ 0x052AC0E8 }; - inline constexpr REL::Offset BGSSaveGameBuffer{ 0x052AC0C0 }; - inline constexpr REL::Offset BGSSaveGameBufferSimple{ 0x052AC090 }; - inline constexpr REL::Offset BGSSaveLoadJobSite{ 0x052ABFE0 }; - inline constexpr REL::Offset BGSSaveLoadManager{ 0x052ABF00 }; - inline constexpr REL::Offset BGSSaveLoadStatsMap{ 0x052AC2D8 }; - inline constexpr REL::Offset BGSSaveLoadThread{ 0x052ABED8 }; - inline constexpr REL::Offset BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs{ 0x052AC290 }; - inline constexpr REL::Offset BGSScanPlanetActivity{ 0x05150AD8 }; - inline constexpr REL::Offset BGSScanPlanetActivity_Runtime{ 0x05150A00 }; - inline constexpr REL::Offset BGSScanSurfaceActivity{ 0x05150C30 }; - inline constexpr REL::Offset BGSScanSurfaceActivity_Runtime{ 0x05150BF8 }; - inline constexpr REL::Offset BGSScannableFormComponent{ 0x05168090 }; - inline constexpr REL::Offset BGSScene{ 0x0508D1E0 }; - inline constexpr REL::Offset BGSSceneAction{ 0x051C8D10 }; - inline constexpr REL::Offset BGSSceneActionAnimation{ 0x051C8D38 }; - inline constexpr REL::Offset BGSSceneActionCamera{ 0x051C8D68 }; - inline constexpr REL::Offset BGSSceneActionConversationBase{ 0x051E7B00 }; - inline constexpr REL::Offset BGSSceneActionDialogue{ 0x051E7B38 }; - inline constexpr REL::Offset BGSSceneActionFX{ 0x051C8D98 }; - inline constexpr REL::Offset BGSSceneActionList{ 0x051C8CE0 }; - inline constexpr REL::Offset BGSSceneActionMove{ 0x051C8DC0 }; - inline constexpr REL::Offset BGSSceneActionPackage{ 0x051E7A68 }; - inline constexpr REL::Offset BGSSceneActionPlayerDialogue{ 0x051E7AC8 }; - inline constexpr REL::Offset BGSSceneActionRadio{ 0x051E7A98 }; - inline constexpr REL::Offset BGSSceneActionStartScene{ 0x051C91E8 }; - inline constexpr REL::Offset BGSSceneActionTimeline{ 0x051C9218 }; - inline constexpr REL::Offset BGSSceneActionTimer{ 0x051E7C28 }; - inline constexpr REL::Offset BGSSecondaryDamageList{ 0x051BB010 }; - inline constexpr REL::Offset BGSShaderParticleGeometryData{ 0x051D1660 }; - inline constexpr REL::Offset BGSShipCollectionActivity{ 0x05150FA8 }; - inline constexpr REL::Offset BGSShipCollectionActivity_Runtime{ 0x05150F30 }; - inline constexpr REL::Offset BGSShipManagement{ 0x051681D8 }; - inline constexpr REL::Offset BGSShipbuilderActivity{ 0x05150E30 }; - inline constexpr REL::Offset BGSShipbuilderActivity_Runtime{ 0x05150EA8 }; - inline constexpr REL::Offset BGSSkinForm{ 0x05182518 }; - inline constexpr REL::Offset BGSSkinnedDecalChild{ 0x05188B40 }; - inline constexpr REL::Offset BGSSkinnedDecalGroup{ 0x05188B98 }; - inline constexpr REL::Offset BGSSnapBehavior{ 0x051CE280 }; - inline constexpr REL::Offset BGSSnapTemplate{ 0x051CE358 }; - inline constexpr REL::Offset BGSSnapTemplateComponent{ 0x05168808 }; - inline constexpr REL::Offset BGSSnapTemplateNode{ 0x051CE380 }; - inline constexpr REL::Offset BGSSoundEcho{ 0x051CC3F0 }; - inline constexpr REL::Offset BGSSoundKeywordMapping{ 0x051CC100 }; - inline constexpr REL::Offset BGSSoundTagComponent{ 0x05168940 }; - inline constexpr REL::Offset BGSSoundTagSet{ 0x051CC448 }; - inline constexpr REL::Offset BGSSpacePhysicsFormComponent{ 0x05168B08 }; - inline constexpr REL::Offset BGSSpaceshipAIActor{ 0x05168C40 }; - inline constexpr REL::Offset BGSSpaceshipEquipment{ 0x05168D70 }; - inline constexpr REL::Offset BGSSpaceshipHullCode{ 0x05168EA0 }; - inline constexpr REL::Offset BGSSpaceshipWeaponBinding{ 0x05168FE8 }; - inline constexpr REL::Offset BGSSpatialCombinedGrid{ 0x05197460 }; - inline constexpr REL::Offset BGSSpatialCombinedGridT_BGSSpatialSparseGrid_{ 0x05197490 }; - inline constexpr REL::Offset BGSSpatialCombinedGridT_BGSSpatialSparseMultiLayerGrid_{ 0x051973B0 }; - inline constexpr REL::Offset BGSSpatialCombinedGridT_BGSSpatialStandardGrid_{ 0x05197170 }; - inline constexpr REL::Offset BGSSpatialGraph{ 0x051970C8 }; - inline constexpr REL::Offset BGSSpatialGraphCellGrid{ 0x05197300 }; - inline constexpr REL::Offset BGSSpatialGraphCellGrid__MergeTask{ 0x05197298 }; - inline constexpr REL::Offset BGSSpatialGraphChild{ 0x05197030 }; - inline constexpr REL::Offset BGSSpatialGraphExteriorCell{ 0x05196FF8 }; - inline constexpr REL::Offset BGSSpatialGraphInteriorCell{ 0x05197060 }; - inline constexpr REL::Offset BGSSpatialGraphManager{ 0x05197FF8 }; - inline constexpr REL::Offset BGSSpatialGraphManager__Task{ 0x051971F0 }; - inline constexpr REL::Offset BGSSpatialGraphObstacleUpdateTask{ 0x05196F60 }; - inline constexpr REL::Offset BGSSpatialGraphParent{ 0x05197098 }; - inline constexpr REL::Offset BGSSpatialGraphSpaceCell{ 0x051972D0 }; - inline constexpr REL::Offset BGSSpatialGraphSpaceCollection{ 0x05197260 }; - inline constexpr REL::Offset BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask{ 0x05196B00 }; - inline constexpr REL::Offset BGSSpatialGrid{ 0x05197508 }; - inline constexpr REL::Offset BGSSpatialGridBase{ 0x051974D8 }; - inline constexpr REL::Offset BGSSpatialGridBase__HasMultipleLayersTag{ 0x05196EA0 }; - inline constexpr REL::Offset BGSSpatialGridChild{ 0x05196F30 }; - inline constexpr REL::Offset BGSSpatialGridCollection{ 0x05197330 }; - inline constexpr REL::Offset BGSSpatialGridCollectionT_BGSSpatialSparseGrid_{ 0x05197360 }; - inline constexpr REL::Offset BGSSpatialGridCollectionT_BGSSpatialSparseMultiLayerGrid_{ 0x05196FA0 }; - inline constexpr REL::Offset BGSSpatialGridCollectionT_BGSSpatialStandardGrid_{ 0x05197410 }; - inline constexpr REL::Offset BGSSpatialGridFieldBase{ 0x0518B1D0 }; - inline constexpr REL::Offset BGSSpatialGridFieldBitField_unsignedint_2_{ 0x0520E628 }; - inline constexpr REL::Offset BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2__{ 0x0520E670 }; - inline constexpr REL::Offset BGSSpatialGridFieldWrapperT_unsignedint_BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2___{ 0x0520E500 }; - inline constexpr REL::Offset BGSSpatialGridParameters{ 0x051971C0 }; - inline constexpr REL::Offset BGSSpatialGridPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FB200 }; - inline constexpr REL::Offset BGSSpatialGridPathBuilder_EscortPathingRequestPolicy_{ 0x051F5D90 }; - inline constexpr REL::Offset BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x051FAC90 }; - inline constexpr REL::Offset BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F5DE0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ 0x0520C810 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ 0x05198AA0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ 0x052F36C0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ 0x0531E410 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ 0x051FB530 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ 0x051F5BD0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ 0x0520DAA0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ 0x052F7040 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ 0x0520F550 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ 0x0521F640 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ 0x05300880 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ 0x052FB370 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ 0x052169E0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ 0x05318230 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ 0x0530C9F0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ 0x052FFAD0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ 0x053013A0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ 0x05303950 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ 0x05305210 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ 0x05315860 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ 0x0531C0A0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ 0x052F9410 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ 0x0530E210 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ 0x05314B90 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ 0x053161C0 }; - inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ 0x0520F3D0 }; - inline constexpr REL::Offset BGSSpatialGridSearchCustomDebugData{ 0x05199DE8 }; - inline constexpr REL::Offset BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ 0x052120C0 }; - inline constexpr REL::Offset BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ 0x052FFF00 }; - inline constexpr REL::Offset BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ 0x05300C70 }; - inline constexpr REL::Offset BGSSpatialGridSearchDebugData{ 0x05199DB0 }; - inline constexpr REL::Offset BGSSpatialGridSearchPolicies__RandomPositionInsideArea{ 0x051998D0 }; - inline constexpr REL::Offset BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest_{ 0x051F6010 }; - inline constexpr REL::Offset BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x05199920 }; - inline constexpr REL::Offset BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F6090 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520CA40 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard_{ 0x05199580 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F2E10 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531DF00 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520C900 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal___SearchPolicyStandard_{ 0x05198A20 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x051FB100 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F5A00 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy_{ 0x0520D950 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ 0x052F6CD0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ 0x052121B0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__{ 0x0521F250 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ 0x05300410 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ 0x052FCCF0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ 0x05216E00 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ 0x05317F10 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F37C0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ 0x0530C600 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ 0x05301220 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ 0x05300D60 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ 0x05305430 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ 0x05304EB0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531E500 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ 0x05315480 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__{ 0x0531BD50 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ 0x052F91A0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ 0x0530DE30 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ 0x053163A0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ 0x05315E10 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520C6B0 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ 0x0520F760 }; - inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper___SearchPolicyStandard_{ 0x05198B80 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_b4e41a428c3b8407a095aecee7af4cd2__{ 0x0520A130 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_cac973b7f0c9a4b4b8df8d6c53b2bde8__{ 0x0520A5C0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_fb914c74defc9f429cfff1ee3cd5f33d__{ 0x0520A370 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_541e6d59408ef809a0df008f1c4c8309__{ 0x051994B0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_78d7dd36045789aed84d9ade663e9012__{ 0x05199310 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_ddb585532ebdf02c943c41d3cac8ef89__{ 0x05198DC0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_522275aa6b156c526821e159c5489c5c__{ 0x052F2110 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_6bda62f3702bba15b89e109ef71d2cf9__{ 0x052F2490 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_7d43707ca24fb5c81bc916002c9c4636__{ 0x052F2930 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_6b48abe417955fba542729f5449a5054__{ 0x0531FAF0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_7f89d34372b85aeda5fc0d6d8730f776__{ 0x0531FD20 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_8f6335776cc6b15e4c9553f6cadf798a__{ 0x0531F7A0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_db9613acd9469d58d1de102a9f606ec6__{ 0x051FA5D0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_dc3bfd55a558fccd2d7ab5a304cd14b9__{ 0x051FA790 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_fe4f53aa5bb6cbe9897bd8d7dfa297b1__{ 0x051FA870 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_6ddfad8a4cf79254db7cb975a42845d0__{ 0x051F52D0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_d1e64a77919a4a108d2883ae58f3c574__{ 0x051F53D0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_da42cd7807516de4ffcceb011949e355__{ 0x051F4DA0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_5d0adcaede58fdb05609dd1407d2531f__{ 0x0520DF50 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_c25d25b0772839e19dcdf4fea360a460__{ 0x0520DDB0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_e333c4a73c26a28fab3c2dee9bb132e5__{ 0x0520DC30 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_c88864b043d1cce2a7f6d04063e9008e__{ 0x052F5FF0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_cf10f10843ae20bedc2e2021bfbb4336__{ 0x052F5A40 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_dd5505512fbb0b7e52593af44117745e__{ 0x052F6350 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_5083b40ded892f4da795ec631423772f__{ 0x0521F730 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_ea87bd1f2b8c2e7678fb958df80a35f9__{ 0x0521EE30 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_f22a8aa601b10e5abe53e88b8cd10ccd__{ 0x0521F840 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_1d584193c458e20470030da06f5e0055__{ 0x052FBEC0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_58679f5e50af977ff7273cdd58377657__{ 0x052FB900 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_cf345c21bf1e30bfbe7d69c15603337b__{ 0x052FAFA0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_78aa3e95fc02761d3d1241516e79d598__{ 0x05217A60 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_a6ac784950ec34c0cdb3832ffb1797d0__{ 0x05217950 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_b13621117496cd7fafa98272146bc59b__{ 0x05217C90 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_2d44732fd818a321a74feba19840e1cd__{ 0x0531A9C0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_994b9c663107980a06175989aa3056e8__{ 0x0531AAE0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_a2f4c60d0a574ebcd9cf6bb8ab663f7c__{ 0x053189F0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_480c6f2b29d377c38da6e2b4d0669cf9__{ 0x0530BA80 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_8950305294290fa9e26be78b4b3bfb8b__{ 0x0530BBA0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_d35e741c409b68929787cc92785fca7c__{ 0x0530D2E0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_a707fc8cc9ef212700632e0c976b224d__{ 0x052FF9B0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_d9e2dcd9fba3e2b1c0335e32aab168d9__{ 0x052FF0A0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_e12adad7c77a55e2ac3fb020a2419569__{ 0x052FF650 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_368ceeac86e593e72834086b32e5d442__{ 0x05302CB0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_bfd1e6f3fcf4aef36f74e04bf5792454__{ 0x05304710 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_d10f0055229b5a0d143b33996820a78b__{ 0x05302950 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_61d0a383e73117726d493b6fe5821804__{ 0x053036A0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_a0aea2ddea828dc07570be8ae0bb4d11__{ 0x053037B0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_ffe16b320cd93249bc4cbd66bd6bfe83__{ 0x05302EE0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_37505655f7d8a98cfac44bf948dbd5fe__{ 0x05314380 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_5e384202ba04e59c2dc5b15322a57561__{ 0x05314140 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_94ad3023ffee3ff7588cf5ff7e9dbf07__{ 0x05314260 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_17452347035c901e6a81b8da3364f972__{ 0x0531D550 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_3f8aa442549817621926606d0263ab30__{ 0x0531D780 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_8de3d28d9b85dae42a775739d546bbe9__{ 0x0531D200 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_13039e5e4f4a6aa2e5a9df40340c464a__{ 0x052F8B10 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2d4bd116f89799be571c37a0a69de64e__{ 0x052F8F70 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2fc051d9d2fcb35b7affa380d310e1ad__{ 0x052F8D50 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_3a2a493afd8ce74877731ae5a2ecb53c__{ 0x0530BCC0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_48b5a59024549c4cdecb91ef58c259d6__{ 0x0530EE10 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_5130dd3f1e33418a0e4d3be1537f5ab9__{ 0x0530C280 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_5958025c08591a7af5b63cf6d56685b5__{ 0x05310A40 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ceaba0e7427a97938444f13fe8f302b2__{ 0x05311000 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ffc822d49002ff3a6a4a2805ed024bb1__{ 0x05310C90 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_349faaaa93b87ec80df0117e53c92d26__{ 0x053105E0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_8b9f201df7a79312a8965a85e34c95db__{ 0x053106F0 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_98b1a085785cef981c72db1261600e7f__{ 0x05311240 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_bd60c75bc4bda80b435716812002e6e5__{ 0x0520FC50 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e4243607da6d0d98b87dae95730a438b__{ 0x0520FD60 }; - inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e9a618665a6d428a65a4af5a6dca7909__{ 0x0520FE70 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseGrid__{ 0x05196D90 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseMultiLayerGrid__{ 0x05196E00 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialStandardGrid__{ 0x051968D0 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseGrid__{ 0x05196D20 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseMultiLayerGrid__{ 0x05196CB0 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialStandardGrid__{ 0x05196C40 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialSparseGrid_{ 0x05196BF0 }; - inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialSparseMultiLayerGrid_{ 0x05196EE0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_0325650f288f127eb2d327cf7d339d63__{ 0x05199A30 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_0d2ec11d59e565b79d9211a11433aa2f__{ 0x052F67F0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_19e348bdb36685b01effc72877a699ff__{ 0x052172B0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_215a64b817e5be8cbcf1bd8c8e344770__{ 0x05300EA0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_26e564ab39f58c5389c08383a16681d8__{ 0x05317DE0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_2c11458fc306f934f8c7cac3c89d5c98__{ 0x05199AA0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_2d376f67254effc8d0d85d0bee1e5cdd__{ 0x0520DB70 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_2f1650f77a193b8e758daf33372feac8__{ 0x05300E30 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_32bb1d7621cdc2bed098189d0faeb220__{ 0x0531DDF0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_34b06f96a6217ba27c4d4a4119bec55e__{ 0x052FC7D0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_4112101897ca2bd7c7e0f2cf4569aaa4__{ 0x0521E0B0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_435700157e0d8c05bc01655fb1ca7fe4__{ 0x05199CD0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_4ea4eca0f7e4880b255a71bc73eb5f09__{ 0x05300A10 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_55f8f111a72eba76d033c2847de23eeb__{ 0x05199BF0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_57ac6ddfb2f115c2b8c95c8c9eeec56f__{ 0x05315BF0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_5827831f74e1155700a0b58d27586362__{ 0x052F3020 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_5ccbd8e2c542fe02d3e65ff73753c312__{ 0x05199C60 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_65acc14779340277802a99645ef88421__{ 0x051999C0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_66a5b8598a5d927b386351d21cb24bda__{ 0x0520B7D0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_752fa037e19e803b74eb6254fa186eb2__{ 0x05199680 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_75cdc71bd3b4f367051c88a7a4589b41__{ 0x053049D0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_7b12f78c770cd880edcd1f5c3de81641__{ 0x052F9310 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_943fde6cf7df086bf511c5d6e86a1e1e__{ 0x05315C60 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_a5c9432033bd2fc9ca74f10048c6399c__{ 0x05315A60 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_a7a589a6ce7ebb696f0da2d3e7c1b078__{ 0x05212050 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_b4d2392ac1e14a534f85e41e5a954950__{ 0x051FB190 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_ba8f53a0fce6a6de56e6d6965fd7eb86__{ 0x05211FE0 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_beebaa327e5538f4616b5b57d203473d__{ 0x05196B50 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_c24e2a397316fd552f02b11423539807__{ 0x0530DC70 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_cbac59b795bfcb5b3581fd91ccc4901e__{ 0x0531BC40 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_cbf66f850bf30f633f1056c7c02aa01b__{ 0x0530DA20 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_e4187257910c85bc3698eb53d06c03b6__{ 0x05199B10 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_e543242677b7021275d4097e44e4be1b__{ 0x051F5F30 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_e55635bf17b657033b5eadb3b3bb2adb__{ 0x05196940 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_eaf8fb2abd4d2a33ec7339d68534818a__{ 0x05199B80 }; - inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_ef53b339efcabfae6e1055b81f4f96c7__{ 0x05304960 }; - inline constexpr REL::Offset BGSSpatialGrid__GridFunctor{ 0x05197228 }; - inline constexpr REL::Offset BGSSpatialSimpleGrid{ 0x05199898 }; - inline constexpr REL::Offset BGSSpatialSparseGrid{ 0x05196E70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ 0x0520C370 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ 0x05198890 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ 0x052F35C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ 0x0531EEC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ 0x051FB470 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ 0x051F5CB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ 0x0520D730 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ 0x052F6DA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ 0x0521F550 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ 0x052FB0C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ 0x05216AD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ 0x05318130 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ 0x0530CAE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ 0x052FFBC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ 0x05303DF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ 0x05304F80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ 0x05315960 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ 0x0531C340 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ 0x052F9880 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ 0x0530E300 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ 0x05314C80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ 0x053162B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ 0x0520EDB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDebugData{ 0x05199D70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0520A250 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0520A6E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0520A810 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520A490 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0520C470 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0520C000 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0520C120 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0520C590 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0520C250 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0520BDA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0520BED0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520B6A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x051993E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05198CE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05198C00 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05198E90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x051987C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05199060 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05198F80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x051986F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05198940 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05199230 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05199140 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051996F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052F25B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052F26D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052F2800 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F1FE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052F1DA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052F2230 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052F2360 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052F1EC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052F3490 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052F1B30 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052F1C60 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F2EF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0531FC00 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0531F8B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0531F9D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531F670 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0531EFB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0531F430 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0531F550 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0531F0C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0531EDA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0531F1E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0531F300 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531DFD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x051FA950 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x051FAA30 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x051FA3F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051FA4E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x051FB8B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x051FA6B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x051FB5E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x051FB2B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x051FB390 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x051FB6D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x051FB7C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051FB010 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x051F5810 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x051F5700 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x051F55F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051F54D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x051F50B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x051F4C90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x051F4B80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x051F4FB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x051F4EA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x051F4A70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x051F51B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051F5AC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0520DCF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0520E010 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0520E0E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520DE70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0520D7D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0520E360 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0520E430 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0520D890 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0520D660 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0520E1B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0520E280 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520D9D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052F5ED0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052F6230 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052F6110 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F5B60 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052F5930 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052F5DB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052F5C90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052F5810 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052F6E90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052F56F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052F55C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F6BB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0521F950 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0521FA60 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0521EBE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0521ED00 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0521EAD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0521EF40 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0521E760 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0521F320 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0521F430 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0521E880 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0521E9A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0521DF90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052FBDA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052FC110 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052FBFE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052FBA20 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052FB7E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052FBC80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052FBB50 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052FB6C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052FB1C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052FB590 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052FB460 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052FCBC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05217830 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05217710 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05217ED0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05217DA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05217FF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05217B70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05218350 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05216CE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05216BC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05218230 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05218100 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05217320 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0531A780 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0531A8A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0531A520 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531A650 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05318690 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05318B10 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x053187A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05318320 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05318440 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x053188C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05318560 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05317CC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0530B4A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0530B370 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0530B6F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530B5C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0530CD30 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0530D1C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0530D530 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0530D0A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0530CF80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0530D400 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0530CE50 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530C8C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052FF530 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052FF890 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052FF770 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052FF1C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052FFDF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052FF410 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052FF2F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05300110 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052FFFF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x053006C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05300590 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05301480 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05302B90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x053045F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x053044C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05304830 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05303CE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05304140 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05304010 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05303BC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05303EF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05304390 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05304260 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05305300 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05303350 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05303230 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05303580 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05303460 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05305610 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05302DD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05303110 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05305500 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05305070 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05302FF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05302A70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05304D90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053145D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x053144A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05313EF0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05313DC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05313B70 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05314020 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05313A40 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05315740 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05315620 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05313910 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05313C90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05314FC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0531D660 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0531D310 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0531D430 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531D0D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0531C430 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0531CE90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0531CFB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0531C540 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0531C220 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0531C660 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0531C780 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531BE20 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052F8E60 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052F89F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052F88D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F8C20 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052F9770 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052F9BB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052F9A90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052F9660 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052F9970 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052F9E00 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052F9CD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F9080 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0530C160 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0530C4D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0530C3A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530BDE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0530C7A0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0530C040 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0530BF10 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0530E0F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0530DFD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0530B950 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0530B820 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530DA90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05310EE0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05310920 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05310800 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05310B60 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05314EB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05314810 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x053146F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05315210 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x053150F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05314A60 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05314930 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05316630 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053116B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05311590 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x053118E0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x053117C0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05316520 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05311120 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05311470 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x053160B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05315F90 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05311350 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05310DB0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05315AD0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0520FB30 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052101D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052100B0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520FF80 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0520F0D0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05210660 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05210540 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0520EFC0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0520EEA0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05210420 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052102F0 }; - inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520F640 }; - inline constexpr REL::Offset BGSSpatialSparseGrid__ChunkIndexGrid{ 0x05199858 }; - inline constexpr REL::Offset BGSSpatialSparseMultiLayerGrid{ 0x05196BB8 }; - inline constexpr REL::Offset BGSSpawnOnDestroy{ 0x051691F8 }; - inline constexpr REL::Offset BGSSpeechChallengeActivity{ 0x05151028 }; - inline constexpr REL::Offset BGSSpeechChallengeActivity_Runtime{ 0x051510B0 }; - inline constexpr REL::Offset BGSSpeechChallengeObject{ 0x051CC470 }; - inline constexpr REL::Offset BGSSprintActivity{ 0x051510F0 }; - inline constexpr REL::Offset BGSSprintActivity_Runtime{ 0x05151168 }; - inline constexpr REL::Offset BGSStarDataComponent{ 0x05169520 }; - inline constexpr REL::Offset BGSStaticCollection{ 0x051CE5F0 }; - inline constexpr REL::Offset BGSStaticCollection__RootFacade{ 0x051CE5B8 }; - inline constexpr REL::Offset BGSStoredTraversalData{ 0x0508CC18 }; - inline constexpr REL::Offset BGSStoryManagerBranchNode{ 0x05181828 }; - inline constexpr REL::Offset BGSStoryManagerEventNode{ 0x052035B8 }; - inline constexpr REL::Offset BGSStoryManagerNodeBase{ 0x05181898 }; - inline constexpr REL::Offset BGSStoryManagerQuestFinder{ 0x05203580 }; - inline constexpr REL::Offset BGSStoryManagerQuestNode{ 0x052035E8 }; - inline constexpr REL::Offset BGSStoryManagerTreeForm{ 0x0514F548 }; - inline constexpr REL::Offset BGSStoryManagerTreeVisitor{ 0x05203548 }; - inline constexpr REL::Offset BGSStoryTeller{ 0x05203968 }; - inline constexpr REL::Offset BGSSurface__BGSBlockCellHeighGridComponent{ 0x051B8C90 }; - inline constexpr REL::Offset BGSSurface__Block{ 0x051C6290 }; - inline constexpr REL::Offset BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent{ 0x051B9110 }; - inline constexpr REL::Offset BGSSurface__Pattern{ 0x051C6360 }; - inline constexpr REL::Offset BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent{ 0x051B97C0 }; - inline constexpr REL::Offset BGSSurface__PatternStyle{ 0x051B9E70 }; - inline constexpr REL::Offset BGSSurface__Tree{ 0x051C6390 }; - inline constexpr REL::Offset BGSSurface____WaterHeightComponent{ 0x051B9F00 }; - inline constexpr REL::Offset BGSSynchronizedAnimationInstance{ 0x05204448 }; - inline constexpr REL::Offset BGSSynchronizedAnimationManager{ 0x05204410 }; - inline constexpr REL::Offset BGSTDataProxyComponentBase{ 0x05167C80 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface__CTBlockCellHeightGrid_{ 0x051B8C30 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface__OverlayPlacement____CTDesignatedInfo_{ 0x051B90A0 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface__PatternPlacement____CTBlockHeightAdjustment_{ 0x051B9740 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface____CTWaterHeight_{ 0x051B9EA0 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BSGalaxy__OrbitalData_{ 0x05167910 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BSGalaxy__OrbitedData_{ 0x05167CF0 }; - inline constexpr REL::Offset BGSTDataProxyComponent_BSGalaxy__StarData_{ 0x05169550 }; - inline constexpr REL::Offset BGSTTypedFormComponent_BGSVoiceType_1179927366_{ 0x05166F70 }; - inline constexpr REL::Offset BGSTakeActorDamageActivity{ 0x05151218 }; - inline constexpr REL::Offset BGSTakeActorDamageActivity_Runtime{ 0x051511D8 }; - inline constexpr REL::Offset BGSTakeDamageActivity{ 0x051513A8 }; - inline constexpr REL::Offset BGSTakeDamageActivity_Runtime{ 0x05151328 }; - inline constexpr REL::Offset BGSTalkingActivator{ 0x051CE670 }; - inline constexpr REL::Offset BGSTerminal{ 0x0508D400 }; - inline constexpr REL::Offset BGSTerminalMenu{ 0x0508D3B0 }; - inline constexpr REL::Offset BGSTerrainBlock__AlignmentModifier{ 0x051C63B8 }; - inline constexpr REL::Offset BGSTerrainBlock__ContinentalModifier{ 0x051C6548 }; - inline constexpr REL::Offset BGSTerrainBlock__Grid{ 0x051C69A0 }; - inline constexpr REL::Offset BGSTerrainBlock__GridCell{ 0x051C6A48 }; - inline constexpr REL::Offset BGSTerrainBlock__GridCornerCell{ 0x051C6A78 }; - inline constexpr REL::Offset BGSTerrainBlock__GridCornerEdgeXFile{ 0x051C6700 }; - inline constexpr REL::Offset BGSTerrainBlock__GridCornerFile{ 0x051C66C8 }; - inline constexpr REL::Offset BGSTerrainBlock__GridEdgeFile{ 0x051C6690 }; - inline constexpr REL::Offset BGSTerrainBlock__GridEdgeXCell{ 0x051C68B8 }; - inline constexpr REL::Offset BGSTerrainBlock__GridEdgeYCell{ 0x051C68F0 }; - inline constexpr REL::Offset BGSTerrainBlock__GridFile{ 0x051C6660 }; - inline constexpr REL::Offset BGSTerrainBlock__GridFillCell{ 0x051C6968 }; - inline constexpr REL::Offset BGSTerrainBlock__GridFillFile{ 0x051C67C8 }; - inline constexpr REL::Offset BGSTerrainBlock__HeightAdjustmentModifier{ 0x051BA608 }; - inline constexpr REL::Offset BGSTerrainBlock__IModifier{ 0x051BA5D8 }; - inline constexpr REL::Offset BGSTerrainBlock__OceanBiomeModifier{ 0x051C6588 }; - inline constexpr REL::Offset BGSTerrainBlock__OverlayGrid{ 0x051C69D0 }; - inline constexpr REL::Offset BGSTerrainBlock__OverlayHeightModifier{ 0x051C6928 }; - inline constexpr REL::Offset BGSTerrainBlock__RerangeHeightModifier{ 0x051C6A08 }; - inline constexpr REL::Offset BGSTerrainBlock__UpdateHeightModifier{ 0x051C6BE0 }; - inline constexpr REL::Offset BGSTerrain__File{ 0x0519DF18 }; - inline constexpr REL::Offset BGSTerrain__IFileGrid{ 0x0519E0B0 }; - inline constexpr REL::Offset BGSTerrain__Manager{ 0x051C8680 }; - inline constexpr REL::Offset BGSTerrain__UniFile__Grid{ 0x051C70D0 }; - inline constexpr REL::Offset BGSTerrain____PageStitchNode{ 0x051C6F88 }; - inline constexpr REL::Offset BGSTerrain____PageTransformNode{ 0x051C7090 }; - inline constexpr REL::Offset BGSTextureModel{ 0x051EA3E0 }; - inline constexpr REL::Offset BGSTextureSet{ 0x051E4538 }; - inline constexpr REL::Offset BGSTimeOfDayData{ 0x051D1698 }; - inline constexpr REL::Offset BGSTransform{ 0x051CC4A0 }; - inline constexpr REL::Offset BGSTraversal{ 0x051CC4C8 }; - inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationEditorSpacePointRadius_BGSAIWorldLocation_{ 0x05151860 }; - inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationInteriorCell_BGSAIWorldLocation_{ 0x05151470 }; - inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationPointRadius_BGSAIWorldLocation_{ 0x05151510 }; - inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationPrimitive_BGSAIWorldLocation_{ 0x051516E0 }; - inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationRefRadius_BGSAIWorldLocation_{ 0x05151780 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureAcquireExecState_IProcedureTreeExecState_{ 0x051F3970 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureActivateExecState_IProcedureTreeExecState_{ 0x051F3C20 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureAmbushExecState_IProcedureTreeExecState_{ 0x05151C20 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureCombatTravelExecState_IProcedureTreeExecState_{ 0x051F3FE0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState_{ 0x051F45D0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureDialogueExecState_IProcedureTreeExecState_{ 0x051F3370 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureDoneExecState_IProcedureTreeExecState_{ 0x051F3520 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureEatExecState_IProcedureTreeExecState_{ 0x051F3490 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureEscortExecState_IProcedureTreeExecState_{ 0x051F6230 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureFindExecState_IProcedureTreeExecState_{ 0x051F3400 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureFleeExecState_IProcedureTreeExecState_{ 0x051F6840 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureFlightGrabExecState_IProcedureTreeExecState_{ 0x051F6B00 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureFollowExecState_IProcedureTreeExecState_{ 0x051F6FF0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureGuardExecState_IProcedureTreeExecState_{ 0x051F7710 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureHeadtrackExecState_IProcedureTreeExecState_{ 0x05152050 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureHoldPositionExecState_IProcedureTreeExecState_{ 0x051F2410 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureHoverExecState_IProcedureTreeExecState_{ 0x051F7C80 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState_{ 0x051F2370 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureLockUnlockExecState_IProcedureTreeExecState_{ 0x051F8360 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureOrbitExecState_IProcedureTreeExecState_{ 0x051F86A0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedurePatrolExecState_IProcedureTreeExecState_{ 0x051F8900 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedurePlayIdleExecState_IProcedureTreeExecState_{ 0x051524C0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureRangeExecState_IProcedureTreeExecState_{ 0x05152820 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureSandboxExecState_IProcedureTreeExecState_{ 0x051F8DF0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureSayExecState_IProcedureTreeExecState_{ 0x051F2B60 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureSitSleepExecState_IProcedureTreeExecState_{ 0x051F9560 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureStayAwayExecState_IProcedureTreeExecState_{ 0x05152C00 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState_{ 0x05153070 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTravelExecState_IProcedureTreeExecState_{ 0x051F97E0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeFallbackExecState_BGSProcedureTreeOneChildExecState_{ 0x051F3180 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeFallback_BGSProcedureTreeBranch_{ 0x051F30E0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeProcedure_BGSProcedureTreeConditionalItem_{ 0x051F98B0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeRandomExecState_BGSProcedureTreeOneChildExecState_{ 0x051F2D10 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeRandom_BGSProcedureTreeBranch_{ 0x051F2C80 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSequenceExecState_BGSProcedureTreeOneChildExecState_{ 0x051F2FA0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSequence_BGSProcedureTreeBranch_{ 0x051F2F00 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState_{ 0x051F2E60 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSimultaneous_BGSProcedureTreeBranch_{ 0x051F2DC0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeStackedExecState_BGSProcedureTreeOneChildExecState_{ 0x051F32C0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeStacked_BGSProcedureTreeBranch_{ 0x051F3220 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState_{ 0x051F9AC0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureUseMagicExecState_IProcedureTreeExecState_{ 0x051F9E90 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureUseWeaponExecState_IProcedureTreeExecState_{ 0x051FA080 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureWaitExecState_IProcedureTreeExecState_{ 0x051F2BF0 }; - inline constexpr REL::Offset BGSTypedItem_BGSProcedureWanderExecState_IProcedureTreeExecState_{ 0x051FC100 }; - inline constexpr REL::Offset BGSTypedKeywordValueArray_2_{ 0x05166220 }; - inline constexpr REL::Offset BGSVisitProceduresCheckGuardWarnTarget{ 0x051FC228 }; - inline constexpr REL::Offset BGSVisitProceduresInitActorAnimPose{ 0x052CC368 }; - inline constexpr REL::Offset BGSVisitProceduresInitActorLocation{ 0x051FC268 }; - inline constexpr REL::Offset BGSVisitProceduresProcess{ 0x052CC3A8 }; - inline constexpr REL::Offset BGSVoiceType{ 0x0508D428 }; - inline constexpr REL::Offset BGSVolumeFormComponent{ 0x05169BF0 }; - inline constexpr REL::Offset BGSVolumetricLighting{ 0x051CE838 }; - inline constexpr REL::Offset BGSWaterCollisionManager__AutoWater{ 0x05202DC8 }; - inline constexpr REL::Offset BGSWaterCollisionManager__BGSWaterUpdateI{ 0x05202CF8 }; - inline constexpr REL::Offset BGSWaterCollisionManager__WaterGravityModifier{ 0x05127A60 }; - inline constexpr REL::Offset BGSWaterCollisionManager__WaterGravityModifierWorldStepListener{ 0x051315E0 }; - inline constexpr REL::Offset BGSWaterCollisionManager__bhkPlaceableWater{ 0x05202D40 }; - inline constexpr REL::Offset BGSWaterCollisionManager__bhkWaterfall{ 0x05202D88 }; - inline constexpr REL::Offset BGSWeaponBarrelData{ 0x051BB0B8 }; - inline constexpr REL::Offset BGSWeaponBarrelModel{ 0x051BB088 }; - inline constexpr REL::Offset BGSWeaponData__Aim{ 0x051BB818 }; - inline constexpr REL::Offset BGSWeaponData__Ammunition{ 0x051BB840 }; - inline constexpr REL::Offset BGSWeaponData__Audio{ 0x051BB870 }; - inline constexpr REL::Offset BGSWeaponData__Charge{ 0x051BB8A0 }; - inline constexpr REL::Offset BGSWeaponData__Damage{ 0x051BB8D0 }; - inline constexpr REL::Offset BGSWeaponData__Firing{ 0x051BB900 }; - inline constexpr REL::Offset BGSWeaponData__FiringStrategyBase{ 0x051BB930 }; - inline constexpr REL::Offset BGSWeaponData__FiringStrategy_Automatic{ 0x051BB9A8 }; - inline constexpr REL::Offset BGSWeaponData__FiringStrategy_BoltShot{ 0x051BBA68 }; - inline constexpr REL::Offset BGSWeaponData__FiringStrategy_Burst{ 0x051BB9E8 }; - inline constexpr REL::Offset BGSWeaponData__FiringStrategy_ChargedShot{ 0x051BBA28 }; - inline constexpr REL::Offset BGSWeaponData__FiringStrategy_SingleShot{ 0x051BB968 }; - inline constexpr REL::Offset BGSWeaponData__Flags{ 0x051BBAA8 }; - inline constexpr REL::Offset BGSWeaponData__General{ 0x051BBAD8 }; - inline constexpr REL::Offset BGSWeaponData__IBase{ 0x0515F030 }; - inline constexpr REL::Offset BGSWeaponData__Melee{ 0x051BBB08 }; - inline constexpr REL::Offset BGSWeaponData__Power{ 0x051BBB38 }; - inline constexpr REL::Offset BGSWeaponData__Reload{ 0x051BBB68 }; - inline constexpr REL::Offset BGSWeaponData__ShipWeapon{ 0x0515F000 }; - inline constexpr REL::Offset BGSWeaponData__Turret{ 0x051BBB98 }; - inline constexpr REL::Offset BGSWeaponData__VariableRange{ 0x051BBBC8 }; - inline constexpr REL::Offset BGSWeaponData__Visuals{ 0x051BBC00 }; - inline constexpr REL::Offset BGSWeatherSettingsForm{ 0x051C0D60 }; - inline constexpr REL::Offset BGSWorkshopItemColorComponent{ 0x051584C8 }; - inline constexpr REL::Offset BGSWorldSpaceOverlayComponent{ 0x05169D68 }; - inline constexpr REL::Offset BGSWorldSpaceOverlay__IOverlayBlockFunctor{ 0x0519E170 }; - inline constexpr REL::Offset BGSWwiseEventForm{ 0x0508CA30 }; - inline constexpr REL::Offset BGSWwiseKeywordMapping{ 0x051BB0E8 }; - inline constexpr REL::Offset BGSZoneTargetListener{ 0x051EA970 }; - inline constexpr REL::Offset BIEventUtils__FindAllStarbornPowerFunctor{ 0x052A5DD8 }; - inline constexpr REL::Offset BSAVMS__AVMNode{ 0x051546E8 }; - inline constexpr REL::Offset BSAVMS__AVMNodeInFlightCounted{ 0x051546B0 }; - inline constexpr REL::Offset BSAVMS__AVMPartialNode{ 0x05154680 }; - inline constexpr REL::Offset BSAnimNote{ 0x05405F58 }; - inline constexpr REL::Offset BSAnimNotes{ 0x05405F30 }; - inline constexpr REL::Offset BSAnimationAnimDBData{ 0x0535F628 }; - inline constexpr REL::Offset BSAnimationDBData{ 0x0535F838 }; - inline constexpr REL::Offset BSAnimationGraph{ 0x053605E8 }; - inline constexpr REL::Offset BSAnimationGraphChannel{ 0x051D9628 }; - inline constexpr REL::Offset BSAnimationGraphLoadScrapper{ 0x0512F560 }; - inline constexpr REL::Offset BSAnimationGraphManager{ 0x0536E3A0 }; - inline constexpr REL::Offset BSAnimationUtils__FindEventClipGeneratorsFunctor{ 0x0535F7F0 }; - inline constexpr REL::Offset BSAnimationUtils__MatchEventToClipGeneratorsFunctor{ 0x0535FB30 }; - inline constexpr REL::Offset BSAreaLight__AreaLightData{ 0x050980D0 }; - inline constexpr REL::Offset BSAttachConfig__ArtObjectAttach{ 0x051C0AC0 }; - inline constexpr REL::Offset BSAttachConfig__AttachmentConfiguration{ 0x050A36A0 }; - inline constexpr REL::Offset BSAttachConfig__BaseInstance{ 0x05153EB0 }; - inline constexpr REL::Offset BSAttachConfig__IAttachableObject{ 0x051C0A88 }; - inline constexpr REL::Offset BSAttachConfig__ISearchMethod{ 0x051C0C60 }; - inline constexpr REL::Offset BSAttachConfig__NodeAttachmentInstance{ 0x05153EE8 }; - inline constexpr REL::Offset BSAttachConfig__ObjectAttachmentInstance{ 0x05154020 }; - inline constexpr REL::Offset BSAttachConfig__ParticleAttachmentInstance{ 0x05153E70 }; - inline constexpr REL::Offset BSAttachConfig__SearchMethodBase{ 0x051C0C28 }; - inline constexpr REL::Offset BSAttachConfig__SearchMultipleNamesMultipleNodes{ 0x05387250 }; - inline constexpr REL::Offset BSAttachConfig__SearchRootNode{ 0x05380BD8 }; - inline constexpr REL::Offset BSAttachConfig__SearchSingleNameSingleNode{ 0x051C0CA0 }; - inline constexpr REL::Offset BSAttachRefController{ 0x0518B200 }; - inline constexpr REL::Offset BSAttachTechniques__AttachTechniqueInput{ 0x052A2A70 }; - inline constexpr REL::Offset BSAttachTechniques__BSAttachTechnique{ 0x051266E0 }; - inline constexpr REL::Offset BSAutoQueuedDependentNodeBase{ 0x05181C50 }; - inline constexpr REL::Offset BSAutoQueuedDependentNode_BSResource2__DB_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x05181C90 }; - inline constexpr REL::Offset BSAutoQueuedResourceCollection_AnimationSystemUtils__TESModelAndAnimationHandles_BSTSmartPointerIntrusiveRefCount_{ 0x051565E0 }; - inline constexpr REL::Offset BSAutoQueuedResourceCollection_BSMorphDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ 0x051642C0 }; - inline constexpr REL::Offset BSAutoQueuedResourceCollection_BShkbHkxDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ 0x051660A0 }; - inline constexpr REL::Offset BSAutoQueuedResourceCollection_TESModelDB__TESQueuedHandles_BSTSmartPointerGamebryoRefCount_{ 0x0517E7B0 }; - inline constexpr REL::Offset BSAutoQueuedResourceCollection___QueuedBGSStaticCollection_BSTSmartPointerGamebryoRefCount_{ 0x051CE530 }; - inline constexpr REL::Offset BSAwardsSystemUtility{ 0x05134700 }; - inline constexpr REL::Offset BSBehaviorGraphExtraData{ 0x0538CC78 }; - inline constexpr REL::Offset BSBehaviorGraphSwapSingleton{ 0x05204108 }; - inline constexpr REL::Offset BSBind__BGSExternalEmittanceController{ 0x05187190 }; - inline constexpr REL::Offset BSBind__BGSLensFlareController{ 0x05187158 }; - inline constexpr REL::Offset BSBind__ColorCurveController{ 0x05386D60 }; - inline constexpr REL::Offset BSBind__ColorLerpController{ 0x05386E98 }; - inline constexpr REL::Offset BSBind__ComponentBinding{ 0x0538C8E8 }; - inline constexpr REL::Offset BSBind__ComponentProperty{ 0x053872C0 }; - inline constexpr REL::Offset BSBind__Directory{ 0x053871F8 }; - inline constexpr REL::Offset BSBind__Float2DCurveController{ 0x05386E60 }; - inline constexpr REL::Offset BSBind__Float2DLerpController{ 0x05386F68 }; - inline constexpr REL::Offset BSBind__Float3DCurveController{ 0x05386CF0 }; - inline constexpr REL::Offset BSBind__Float3DLerpController{ 0x05386FA0 }; - inline constexpr REL::Offset BSBind__Float4DCurveController{ 0x05386D28 }; - inline constexpr REL::Offset BSBind__Float4DLerpController{ 0x05386FD8 }; - inline constexpr REL::Offset BSBind__FloatCurveController{ 0x05386E28 }; - inline constexpr REL::Offset BSBind__FloatLerpController{ 0x05386F30 }; - inline constexpr REL::Offset BSBind__IAddressControllerStore{ 0x051D2F18 }; - inline constexpr REL::Offset BSBind__IController{ 0x051871D0 }; - inline constexpr REL::Offset BSBind__ICurveController{ 0x05386DC8 }; - inline constexpr REL::Offset BSBind__IDataBinding{ 0x05162A18 }; - inline constexpr REL::Offset BSBind__INode{ 0x05387298 }; - inline constexpr REL::Offset BSBind__LerpControllerBase{ 0x05386DF8 }; - inline constexpr REL::Offset BSBind__MultiBinding{ 0x051629E8 }; - inline constexpr REL::Offset BSBind__Multiplex{ 0x05387220 }; - inline constexpr REL::Offset BSBind__Snapshot{ 0x0507EF20 }; - inline constexpr REL::Offset BSBind__StableBinding{ 0x051C0CE0 }; - inline constexpr REL::Offset BSBind__TimerController{ 0x05386D98 }; - inline constexpr REL::Offset BSBlastNode{ 0x05388320 }; - inline constexpr REL::Offset BSBlendTreadTransfInterpolator{ 0x05405408 }; - inline constexpr REL::Offset BSBoneLODExtraData{ 0x0538CC48 }; - inline constexpr REL::Offset BSBound{ 0x05378968 }; - inline constexpr REL::Offset BSBoxConstructor{ 0x05387D08 }; - inline constexpr REL::Offset BSCSVUtils__ParserBuffer{ 0x05389870 }; - inline constexpr REL::Offset BSCapsuleConstructor{ 0x05387CD8 }; - inline constexpr REL::Offset BSCloneReserver{ 0x0518B230 }; - inline constexpr REL::Offset BSClothExtraData{ 0x05376DB8 }; - inline constexpr REL::Offset BSClothUtils__BSGeometryBuffer{ 0x05376E00 }; - inline constexpr REL::Offset BSClothUtils__BSInstantiationUtil{ 0x053772F0 }; - inline constexpr REL::Offset BSClothUtils__BSTransformSet{ 0x053772B8 }; - inline constexpr REL::Offset BSComponentDB2__DB{ 0x053805F0 }; - inline constexpr REL::Offset BSComponentDB2__DBFileIndex__IDFixupVisitor{ 0x0540CF60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerComponent_{ 0x05133320 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerFormComponent_{ 0x050A3E50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAddToInventoryOnDestroy_{ 0x0512F3A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAnimationGraphComponent_{ 0x05131E00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttachParentArray_{ 0x050A3EC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttackDataForm_{ 0x050C7630 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSBodyPartInfo_{ 0x050C71D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSContactShadowComponent_{ 0x05131C80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSCraftingResourceOwner_{ 0x05131160 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSCrowdComponent_{ 0x05131330 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSCustomShipForm_{ 0x050C9590 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSDestructibleObjectForm_{ 0x05130D40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSDisplayCaseFormComponent_{ 0x0512EE20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSEffectSequenceFormComponent_{ 0x050C5420 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentDataSource_{ 0x05131670 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentHint_{ 0x05131D40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSForcedLocRefType_{ 0x050C79A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSFormLinkData_{ 0x050C7400 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSKeywordForm_{ 0x050A3750 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLinkedVoiceType_{ 0x050A3640 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLocationUtil__BGSLocationOwnerEdge_{ 0x051166B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodOwnerComponent_{ 0x05132F30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodRuntimeOwnerComponent_{ 0x051FFF90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSMaterialPropertyComponent_{ 0x050C52D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectPlacementDefaults_{ 0x050C7FC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectWindowFilterComponent_{ 0x0512FFA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitalDataComponent_{ 0x05131E70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitedDataComponent_{ 0x05130CE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSOverridePackCollection_{ 0x050C6FD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPackInUtils____ETFixedPackinGroup_{ 0x051CDF80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPapyrusScriptsComponent_{ 0x050A4190 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPathingData_{ 0x05130EC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetContentManagerContentProperties_{ 0x0512EDB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ 0x0515B5F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__CTPlanetWorldSpaceData_{ 0x0515B570 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPrimitiveComponent_{ 0x050C7D60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPropertySheet_{ 0x051322C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSRemappedBaseForm_{ 0x05131DA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSScannableFormComponent_{ 0x05132690 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSShipManagement_{ 0x050A3AB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSkinForm_{ 0x050C7E80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSoundTagComponent_{ 0x050C7750 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpacePhysicsFormComponent_{ 0x050A3B10 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipAIActor_{ 0x0512F610 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipEquipment_{ 0x0512ED50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipHullCode_{ 0x050A3890 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipWeaponBinding_{ 0x050C8B40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpawnOnDestroy_{ 0x050A35A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSStarDataComponent_{ 0x0512F410 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSStoredTraversalData_{ 0x05130010 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__BGSBlockCellHeighGridComponent_{ 0x050A45B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__CTBlockCellHeightGrid_{ 0x051310F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_{ 0x051B9360 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____CTDesignatedInfo_{ 0x051B8E80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_{ 0x051B9960 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____CTBlockHeightAdjustment_{ 0x051B9820 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____CTWaterHeight_{ 0x051B9F50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____WaterHeightComponent_{ 0x051BA060 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSVolumeFormComponent_{ 0x050C8690 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorkshopItemColorComponent_{ 0x0512FC00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlayComponent_{ 0x050C6F60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ 0x051D2820 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__ControllerComponent_{ 0x05385AC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__DirectoryComponent_{ 0x05385A60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__DataParentEdge_{ 0x05387190 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__OuterEdge_{ 0x05387050 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag__{ 0x0537EFA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSForces__ForceReceiverComponent_{ 0x05385B30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__BodyChild_{ 0x05372940 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereData_{ 0x05372FC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereModifier_{ 0x05372E90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBiomeData_{ 0x05373270 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBodyType_{ 0x05373210 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBrightnessModifier_{ 0x05372D60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTCellData_{ 0x053731B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTColorModifier_{ 0x05372E30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTDatabaseID_{ 0x05372DD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTEditorBiomeData_{ 0x053730E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPerBiomeData_{ 0x05373150 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetLocationIDs_{ 0x05371F30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetOverlayData_{ 0x05371EC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetarySystemLocationID_{ 0x05371DF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTProxyFormPtr_{ 0x05371D90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTResourceData_{ 0x05373080 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSTarDistance_{ 0x05371E60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSystemParsecLocation_{ 0x05372C90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__DynamicData_{ 0x05372A60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitOffset_{ 0x05372F60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitState_{ 0x05372B60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitalData_{ 0x05372830 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitedData_{ 0x053728E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerAtBody_{ 0x05372F00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerKnowledge_{ 0x053727D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__SatelliteCSVData_{ 0x05372700 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__StarData_{ 0x05372C30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedGalaxyCSVData_{ 0x05372760 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedStarsCSVData_{ 0x05372BC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__AlphaSettingsComponent_{ 0x0539A1B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendModeComponent_{ 0x05399CF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendParamFloat_{ 0x0539B1E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Channel_{ 0x05399970 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__CollisionComponent_{ 0x05397CB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorChannelTypeComponent_{ 0x05397860 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorRemapSettingsComponent_{ 0x053975E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Color_{ 0x05397A50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DecalSettingsComponent_{ 0x05399290 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DetailBlenderSettingsComponent_{ 0x0539A220 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DistortionComponent_{ 0x0539B010 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EffectSettingsComponent_{ 0x05397B40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EmissiveSettingsComponent_{ 0x053977F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EyeSettingsComponent_{ 0x05397570 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlipbookComponent_{ 0x05398240 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlowSettingsComponent_{ 0x05399EB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerDataComponent_{ 0x053988F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerNoiseComponent_{ 0x05399B80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__HairSettingsComponent_{ 0x0539A8A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LODMaterialID_{ 0x0538F810 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEdgeFalloffComponent_{ 0x05398800 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEmissivityComponent_{ 0x05399E40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LevelOfDetailSettings_{ 0x05398790 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MRTextureFile_{ 0x053984A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialOverrideColorTypeComponent_{ 0x053980C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialParamFloat_{ 0x05399220 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MouthSettingsComponent_{ 0x0539AE20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Offset_{ 0x05397FF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__OpacityComponent_{ 0x05398F80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ParamBool_{ 0x05399350 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PhysicsMaterialType_{ 0x05397C40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PorosityComponent_{ 0x0539B170 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Scale_{ 0x05399DE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderModelComponent_{ 0x053979E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderRouteComponent_{ 0x053981D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__StarmapBodyEffectComponent_{ 0x0539A290 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag__{ 0x0538F3E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag__{ 0x0538FC60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag__{ 0x05390030 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag__{ 0x0538F6A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag__{ 0x0538ED00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainSettingsComponent_{ 0x05398430 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainTintSettingsComponent_{ 0x0539AFA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureAddressModeComponent_{ 0x0539A400 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureFile_{ 0x05399910 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureReplacement_{ 0x05398050 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureResolutionSetting_{ 0x053982B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureSetKindComponent_{ 0x0539B100 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TranslucencySettingsComponent_{ 0x0539A0B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__UVStreamParamBool_{ 0x05398DA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__VegetationSettingsComponent_{ 0x0539A720 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterFoamSettingsComponent_{ 0x05398E90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterGrimeSettingsComponent_{ 0x0539ABB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterSettingsComponent_{ 0x0539A470 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__BlueprintVariant_{ 0x0512FF30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__Blueprint_{ 0x05130C80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_CalculatedPackinData_{ 0x051318B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ClonedRefNeedInit_{ 0x05130E60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_CustomShipComponent_{ 0x05130150 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_DisplayCaseComponent_{ 0x0512FE90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_DynamicPersistence__OwnedPromotions_{ 0x05130960 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_EffectSequenceComponent_{ 0x050A7EA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LensFlareAttachmentComponent_{ 0x0512FE20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimComponent_{ 0x05131580 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimFormComponent_{ 0x050A3DF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentFormComponent_{ 0x0512F980 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentRuntimeComponent_{ 0x051319B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_MovementControllerComponent_{ 0x0512FDB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentFormComponent_{ 0x05130FE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentRuntimeComponent_{ 0x05132D60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_OnFrameUpdateOperationComponent_{ 0x0515CAC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ParticleComponent_{ 0x05131AC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ParticleFormComponent_{ 0x05131FF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODCurvePresets_{ 0x053A3470 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODSettingsPresets_{ 0x053A3400 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Particles__SystemDefinitionComponent_{ 0x053A34D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_PendingDynamicNavmesh_{ 0x05131C20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ReflectionProbeCellComponent_{ 0x051309D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_RevertedCustomShipComponent_{ 0x05131260 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent__{ 0x05134250 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent__{ 0x050A7BD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x051327A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x0512F0C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount___{ 0x051334F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint__{ 0x051301B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ScannableComponent_{ 0x050A8830 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ShipCellBlueprintOwner_{ 0x05132AD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ShipManagementComponent_{ 0x05130E00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipAIActorComponent_{ 0x050A8AC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipCellReference_{ 0x051341A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEffectsComponent_{ 0x05133F80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEquipmentComponent_{ 0x05132900 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipLinkedCell_{ 0x05133E30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipSoundsComponent_{ 0x050A8B20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipTemplate_{ 0x05355A50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipWeaponBindingComponent_{ 0x050A7F00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Spaceship__BlueprintInteractionOffsetRefsComponent_{ 0x05130B40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_StarField__CTReferencedCell_{ 0x0512FD40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_StarField____CTCelestialCollectionCell_{ 0x051C5E00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_StreamingLoadData_{ 0x051316E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SubSceneComponent_{ 0x0512F250 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESAIForm_{ 0x050C72F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESContainer_{ 0x05130C20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESDescription_{ 0x050A4620 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESFullName_{ 0x050C8030 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESHealthForm_{ 0x050C8230 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESImageSpaceModifiableForm_{ 0x050A36E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESMagicTargetForm_{ 0x05130330 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESModel_{ 0x050C75E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESPlanetModel_{ 0x050A4490 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESTexture_{ 0x0512EF90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent_{ 0x0512FC70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESValueForm_{ 0x051307F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESWeightForm_{ 0x051312D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TempDataHandleEdge_{ 0x05133650 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_WorkshopItemColorComponent_{ 0x05133C20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___BGSVolumeComponent_{ 0x05201E60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___CTWorldspaceCloneInfo_{ 0x051E3AE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___CellProcGenSpawn_{ 0x051D5220 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___PendingDestructionEvent_{ 0x0535B420 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___PendingLandingEvent_{ 0x0535B490 }; - inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___PendingRampEvent_{ 0x0535B500 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommandBase{ 0x0515B7B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_00ba1be63b80490b7c2efe7b9256167f__IFormComponentFactoryCreator__ReserveControl_{ 0x0516A0D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_011afadc0c08867ff9f69dd7b443f3dd__BSComponentDB2__ID_BSCore__NumericID_unsignedintconst_ScannableUtils__InitialScanStatus_{ 0x05227650 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_024e49630834acfddd718416e3c512fb__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ 0x0518E2B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0309ebe85a5002cc12dcc3bfb59494bd__BSComponentDB2__ID_{ 0x05188C70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_032bcb8e56a862130700b669f298bf2b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ 0x0519C6A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03564f78090d214ac494cc28f4886dac__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__unsignedintconst_unsignedint_BSGalaxy__BiomeType_{ 0x0519D600 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03d892b0b5e21abbe35fe428ecc36635__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ 0x0516BD40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_04139653d0163b270b4314df624b71b1__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ 0x0539C300 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0613d26fee8a35798deb54e5dfa29082__TESForm_BSComponentDB2__ID_{ 0x05226E80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_062933ced7bd3c4befa653229e3df9b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0535C480 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_08eb6e6b32a53758a749403f1290c3aa__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ 0x0539CF00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0b85aa10fd8f6ec246e9179401828b7d__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitalDataconst_{ 0x05167A30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0cd67f925198da7487f7ed1fda196c1e__{ 0x05355980 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0dbb41458c39f4ae263a052195128356__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderRouteComponentconst_unsignedshort_{ 0x05394360 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_10a1604236e487db68f0b81ea5485070__{ 0x051C39E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_114c7e85189045263e0d2b186da70e91__BSCore__NumericID_{ 0x05182AC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_130a65dc6ba5af792d35086707616a06__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__FlowSettingsComponentconst_unsignedshort_{ 0x05390C70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1362b8e62090d1fc1e7f6280a504f0f2__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__TextureAddressModeComponentconst_unsignedshort_{ 0x0539D850 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_14bee8b6a33155ecd6c189a8d045624e__{ 0x05226D60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1562c24e67e8ac9d38e7ebc2788f2c05__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterGrimeSettingsComponentconst_unsignedshort_{ 0x05394700 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_15846b32f3b47ea05e05ab954ef4a6a0__{ 0x05226660 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_16c2a7d44be7b8d6b4265111d92e83e5__BSCore__NumericID_BSCore__NumericID_BSCore__NumericID_BGSPlanetWorldSpace__PersistentIDsconst_{ 0x0515B8D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_17025d7428eaa24c7fc678d3cd863624__{ 0x052AAB00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_170b651b7b20ec99aa1084f150b4bece__{ 0x051876B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_181e18a54c955a3458d3883d4b3ca3ba__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0535C640 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1896d14b763dd5d108104ae6d152a734__{ 0x05189020 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1b4716c7c027a221561093b3cd4a843e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ 0x052CFC00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1c8817c58a3143f088a97afdae98e127__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__StarmapBodyEffectComponentconst_unsignedshort_{ 0x05392CE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1ebf9bc64ea3d70f8a3560441bb82762__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBrightnessModifier_{ 0x0519C390 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fa05858c4e6398a5d98370221408840__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ 0x0539CB90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fb6988f940db3bc44cdffe850040c32__BSComponentDB2__ID_BSResource__ID_{ 0x0538DD70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fffc88ea9ce11e97e75e556b918a801__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__StarDataconst_{ 0x051692A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_20c8cc01562503d59ea9214cb505d4f3__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Channelconst_unsignedshort_{ 0x0539D930 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_21270abe0d16956fcd14d2daa390cc51__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSForces__ReceiverSettings_{ 0x053ACFF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2311a5dcc6e1f688e5531ae021d7a6af__{ 0x051D5330 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23350e4dea609692679fecb219e44f90__BSCore__NumericID_{ 0x051CD480 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23993791ff518d80c3881d0df1b5f94a__{ 0x05227C20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2454a8d6c1448e930776cd462506a568__{ 0x0518CE60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2468193575b2d18cd9b5351e2f18c4c7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__GlobalLayerDataComponentconst_unsignedshort_{ 0x053947E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_24fd34c662b6a11296a54e4bb3a7a1ad__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__Colorconst_unsignedshort_{ 0x0539BDA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_281b3cd8caf19e8aa8f7101fcb8954d2__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTArray_BGSBaseLODRuntimeComponent__ResourceInfo_BSTArrayHeapAllocator__{ 0x0515F800 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_28c587a77efb1f9fe7370a82c397ca48__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureSetKindComponentconst_unsignedshort_{ 0x0539C590 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bba956a2331f27c864ed96d9a192cd3__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__MaterialOverrideColorTypeComponentconst_unsignedshort_{ 0x0539BA30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bdd23bbc74cee91b8e6575a939596dd__{ 0x0535E130 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2c3c728475de09b2413ad683ae16098a__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__int_{ 0x0516C4C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2db41b920bfca31f74626aba04e86cb9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x051D4FA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3001f6418dfc3f83513235c436d99c1b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetarySystemLocationID_{ 0x0516C100 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3106bf95c5cebaef6bf454905fa6729b__{ 0x051C1C80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_31d4da08e97aa0307aed8c51b799bc85__BSComponentDB2__ID_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ 0x053903A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_323a9acc54623bb7cf782a9daf8cb473__{ 0x0515B320 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3272fbbd15dc8f94e7649f0a8d95c63f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainTintSettingsComponentconst_unsignedshort_{ 0x05390B00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_337642c33fc3adac46bd3f59b2a5907f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterSettingsComponentconst_unsignedshort_{ 0x05393C20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_34cc200ed16119e76670963bea50227e__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSSimpleTaggedType_BSGalaxy__Tag__PlanetarySystemTag_unsignedint_0__BSFixedString_NiPoint3_float_float_BSGalaxy__UnusedStarsCSVData_{ 0x05373F20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3713e13f864757911f4269e0555234e6__BSComponentDB2__ID_NiPoint3A_NiMatrix3_{ 0x051C4910 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3915a5d2fd13d41dd8723c6aee749113__BSComponentDB2__Detail__EdgeKeyconst_float_{ 0x05373A40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_39de43eec78e247fc51d25d0fd8228ea__BSComponentDB2__ID_std__vector_unsignedint_BSTHeapSTLAllocator_unsignedint_2___{ 0x051D3890 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3a961eb76cfdf2a79d37c509aa0cbf51__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__AlphaSettingsComponentconst_unsignedshort_{ 0x05394960 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bf90d393a02c16673848a202f36302f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__OpacityComponentconst_unsignedshort_{ 0x05392320 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bfd3999ed1d801588d51e53d104e45f__{ 0x053738A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c24d59a5ea2f5f4f92367f894330ac8__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BodyType_{ 0x0516BF10 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c5ac7933b7c866914f2bd7e6a57cca2__BSComponentDB2__ID_{ 0x051EC420 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c948c9153d364ec1527943ffe8630b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitedData_{ 0x0519AF00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3d8746f6acd1a3614e2469d52992dd4e__BSComponentDB2__Detail__EdgeKeyconst_{ 0x051C21F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43e4888e07a53225a1a41874988ed208__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ 0x0539C660 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43fe5b67d8498fb8c29c77d205f9edd7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBodyType_{ 0x0519CF40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_442be6d48a057613b1ea3845cb046b56__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_0_const_{ 0x0537FB80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_44f3ad81d0f34702baffb33b6578fe35__{ 0x051C4D00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_475d4a17e9a8fe97fa74747c0e03eccf__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetLocationIDs_{ 0x0519C190 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_482f09d33b7571e20d4dc8055a180fb3__BSComponentDB2__Detail__EdgeKeyconst_{ 0x0537FAE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_48b88048bd7ef043d831f4243824f29b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051EA820 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4a4c2dd5b48ea4a0a6220f7d7158f529__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Offsetconst_unsignedshort_{ 0x0539D6B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4c45d486445b561bb86551c0c5a30813__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_std__pair_unsignedintconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____2__std__hash_unsignedint__std__equal_to_unsignedint____{ 0x051D44B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4d32f7f5c57dca8893df4d143127416c__{ 0x053901E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4e825187c404c5fa4da02616ea934a7a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EyeSettingsComponentconst_unsignedshort_{ 0x05392580 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4f753b3e29869561664ee810afdd48f5__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0537F300 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5006dac871ca229988186e7008dfb8d5__BSComponentDB2__ID_BSFixedString_{ 0x0516C590 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_502f2e7c986729c43414b5722dffea36__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureResolutionSettingconst_unsignedshort_{ 0x0539C3D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_513f17b190c175a8914a950769bead07__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ 0x0519BE30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_51aa911e33a44abc94c2ad3bff0e0fa1__BSComponentDB2__ID_{ 0x051C4BD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_53bdd45325c0f87ac55060fa8504cc2d__BSComponentDB2__ID_BSComponentDB2__ID_{ 0x051C4F90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_546d49705a2f97f85331da948a35af88__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ 0x051A17E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5589bbb17acf3ce861145a4ac6198773__{ 0x05226780 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_558a100f2e74c42a284498662677d180__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__SatelliteCSVData_{ 0x0516C9D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b27cb3f02d39cd3b340b36a008d136__{ 0x0538DEB0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b46fae0c296c5a470274e60d9b5555__{ 0x052AAEE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_578d24ba2cb842616c6d9f75574297a8__{ 0x051EA520 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5984ef721062d2d92419fa491bbaecd9__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ColorChannelTypeComponentconst_unsignedshort_{ 0x0539CD40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5a214151508ff36d64927c23d049d260__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSFixedString_{ 0x0519CD60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b1272e35e0b71d6d6a517b727d2e334__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TranslucencySettingsComponentconst_unsignedshort_{ 0x053935C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b43be6c455a2a51dd9a7269a00079ca__BSComponentDB2__ID_{ 0x0518E170 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5e6f1c84ec29f06b783a2e3d5441b885__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ 0x0539C050 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5f74793f3c985113f46fd9c78edf8e4b__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EffectSettingsComponentconst_unsignedshort_{ 0x05390810 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6028dcb61e8d4d4fbe89abc92d7b3de5__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x052AACA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_60c06188ebc976539307cffe32436308__unsignedint_{ 0x051FCF20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6270eeb78a4c4d32304d8d3ad97c65d7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBiomeData_{ 0x0519B6A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_62b4346f0c24bc8fbfd3c5a7378bd506__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_1_const_{ 0x0537FD70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_63415c47bfff0a8cf5898c8116f67ff8__BSComponentDB2__ID_BSFixedStringconst_BGSSurface____CTWaterHeightconst_{ 0x051BA2C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65260c8358d52b06728fd447f654cb7d__BSComponentDB2__ID_{ 0x051C5AD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65ff5896f4482c7779daecfc75d6d642__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__CTBlockCellHeightGridconst_{ 0x051B9580 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6806eb6b7a086dc17aea3a8e43e16735__BSComponentDB2__ID_{ 0x051C3E30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_68c8919b0f256da3787ccd7dc73298a6__BSComponentDB2__Detail__EdgeKeyconst_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ 0x0515AFF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_69fcd12289d1c0130c2033e854561ae0__BSComponentDB2__ID_{ 0x0537F620 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6a283882a9f84026a7a2e679305111b3__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__OverlayPlacement____CTDesignatedInfoconst_{ 0x051B9170 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6b9a00fcc6d6d2743f8a3cf5357cdedd__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ 0x0518E4F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6c9a772c2a03d6ae596e5fe594078bef__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DecalSettingsComponentconst_unsignedshort_{ 0x05390D50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6cb07038f0b8ebf0f16f9651238ab759__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ 0x05162600 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6ceeec104a657aff4e60b5006e5dcde0__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderModelComponentconst_unsignedshort_{ 0x05393B40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6e28e6b4923083c677d7cc3e43a0a85f__{ 0x052AAB80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fbe52ac6180973612fccec0cd8af28b__{ 0x0535E250 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fc19162fa1fd1cf93171fa2eb48d89d__{ 0x05226C40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_705022d7f02f2c42168e0bcb97f6a0cd__BSComponentDB2__ID_{ 0x051C36D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7124c033e12b1896d6876a72ef6607f0__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ 0x0534F1B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7201bf25bb22e37dc215cfdba08abd03__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0535C800 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_729633654612b72ce2d179658a2da6f1__BSComponentDB2__ID_unsignedintvolatile_{ 0x0519C530 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_72b67abf76a37ceafcdee37b91253183__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_unsignedshort_{ 0x05393210 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7342b654a14f546307a6e4418aa4f9d2__{ 0x051C4650 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_737b6d45870a54f331f4703c340a174d__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_unsignedshort_{ 0x0539B4C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_73d21d9a382bbd7be1597312c540ee98___lambda_c50c74ab526301838835417dda164fcd__EffectSequenceComponent__NodeMap_{ 0x05161050 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_74f5df9a2711887dfaff1c0039c8629d__BSComponentDB2__Detail__EdgeKeyconst_{ 0x051D13F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b35c59db711d5a882c8904126d5a4f6__{ 0x0517F220 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b4d724c1688d5484b1fa06fe2b80fc8__BSComponentDB2__ID_{ 0x05350190 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7c3ec67db782ff6376f5774be894cc44__{ 0x0538DFD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb8944f2eb0e02f5935d500d06f968b__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Scaleconst_unsignedshort_{ 0x0539D270 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e29ea39a39c86a591add8883156add3__unsignedintconst_bool_{ 0x0522ED30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e9ae96d12abae1aed358a503102bf27__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitalData_{ 0x0519B4C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7f2a7b1360ae5db27f93c8aa4c98d633__{ 0x0535D9C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8223c3cf9d5b2b41a7c63b901285df60__double_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ 0x051C4790 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_823ea704ca5b799b4747f8da8d436147__{ 0x051D31C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83153459569c297c33eeb320cac4e10b__BSTPoint4_BSDoublePoint4AOps__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_bool_{ 0x051C44E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83eb88dc785ded7bbdba36eaa69ac717__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__void_{ 0x05374280 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8412abbdbc89713f0b56e7af2367dd78__{ 0x051EC1A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84a18b7d7011e1e4004599521e7a5a38__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainSettingsComponentconst_unsignedshort_{ 0x053917B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84c8d09383ae2389d797bf13d8f74e50__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayData_{ 0x0519D100 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8556c71063c67d4d750c8b90344839b3__BSComponentDB2__ID_{ 0x0518E8A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_85b29ddd9f79f4bc3bdb398b991b5996__{ 0x0517C6E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_87e34860556d64ffb9adb3fa7d4f7abb__{ 0x05228250 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8bc145bf8f5861b69401a34a1f85b58b__BSComponentDB2__Detail__EdgeKeyconst_{ 0x0537F760 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ca57b74fb66d60dd1b8c845e5f6514b__BSComponentDB2__ID_{ 0x051EC2D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8da7c32c621f7a949b3983e7c66b3ccc__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EmissiveSettingsComponentconst_unsignedshort_{ 0x05391A60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8db88135c0ebc3a944668231afc5b6fb__BSFixedString_BSComponentDB2__ID_BSComponentDB2__ID_{ 0x051C4E40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ed365dd56fbea48d403b427a71992d6__BSComponentDB2__ID_BSResource__IDconst_{ 0x05380550 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ee449afe10d933a75c65bdc18cda39b__unsignedint_BSResource__IDconst_{ 0x05180420 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8fd312ccd6849cff4f0fedfa7efbb27d__{ 0x05228810 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90016e3683b25a6d306b5490dd1c2e93__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__PendingDynamicNavmesh__Cause_{ 0x0535CCA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90a31e539a999c93c9061f713386fc60__{ 0x052A9570 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90ab90acfa51fa1a8368f0c3cccaae41__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ 0x0534EC10 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_915a566dc4f5d4b9a729445da5eb56af__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LayeredEdgeFalloffComponentconst_unsignedshort_{ 0x053916D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_91b63ff8eab3d0486e088dbcab3069db__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__BlendModeComponentconst_unsignedshort_{ 0x0539CFD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_923694337caf8fd79a0cb5bedea38e7d__{ 0x05188DA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_928fefcc9614abc0f5f2a8f706945df5__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ 0x051C4A80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933e8d3a564bcde75d85255555e7df09__BSComponentDB2__ID_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ 0x051CD690 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933fc208a16760fa507a05c6f24fc190__{ 0x0516D440 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_94423f29f0eb66a462e2d541467b8953__BSComponentDB2__Detail__EdgeKey_{ 0x0537F4C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_96631490dca5da837baa79b5ed64d0fc__BSComponentDB2__ID_BSResource__ID_{ 0x05180150 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9bf5bdf8c589690a8285c1ccbd71d14f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterFoamSettingsComponentconst_unsignedshort_{ 0x053915F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9def102c3601235a64afe3514a95cc35__BSComponentDB2__Detail__EdgeKeyconst_{ 0x0537F980 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9e7463508bcffa738ef2719e45537cba__BSComponentDB2__ID_unsignedshort_{ 0x051D6490 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9ef77e179b27dd607d7d43e148db77a6__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__PorosityComponentconst_unsignedshort_{ 0x05391990 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9effc7eb549bbcf5650fe39691218490__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__VegetationSettingsComponentconst_unsignedshort_{ 0x053936A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a0efdb482ab23625c9bdabf3312e0448__{ 0x0535E410 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a1c370a3199574c60547a2400e442019__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTCellData_{ 0x0519B2E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a23e534190d30cec24dca216325d5022__{ 0x05351E60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a27c0be5f4b64ddccd8bc50e045d9555__BSComponentDB2__ID_unsignedshort_{ 0x0519CA90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a307ac9bf8de0e10cf6e4dcc7136da63__std__shared_ptr_Particles__SystemDefinition_const_Particles__ResourceUIDconst_{ 0x053A1700 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a4160d0b7d721dc9a53813b4e7ad7ec1__BSComponentDB2__Detail__EdgeKeyconst_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ 0x051D2470 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a55070d0055f671661c8cb59c00a4cca__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__HairSettingsComponentconst_unsignedshort_{ 0x053934E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a5c17da87a28e8337eb6dbdfc39eb263__BSComponentDB2__ID_floatconst_{ 0x0515B720 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a6db6e8ce2a1b5900590f5d36705dada__BSComponentDB2__Detail__EdgeKeyconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___unsignedintconst_{ 0x051D65D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a90056ac78118b4f962495d8ad4dff6a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LevelOfDetailSettingsconst_unsignedshort_{ 0x05392060 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9b074fbf6ecab7777043b15e2adb86a__BGSPlanet__PlanetData_unsignedintvolatile_{ 0x0519C940 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9ba8d35507820d87d57fd5f5da57326__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_unsignedshort_{ 0x0539B950 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aa23ec344a9fbf4942aec303b0f38331__{ 0x051C4150 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ad6e5d2ece4e6b37713d729681709823__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereData_{ 0x051CB7B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aeffd6290e08a1be9b71be2baf659d15__{ 0x05351D40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b18c764913ecad9185e6e23e92b76bc0__BSComponentDB2__ID_{ 0x051E38D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b34b6df8a3de1133a3da714f35823476__BSComponentDB2__ID_{ 0x051C5BD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b3ac54931aaa7f40a402345d93c310e4__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereModifier_{ 0x0519BA80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b56427495ae236b8ffe56fb1f90025fd__BSComponentDB2__ID_SpaceshipTemplate_{ 0x05350040 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b5706dd53a2446d78825e4eacb437591__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0515B1B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b68f38074d453efcc32328053bbcf019__BSComponentDB2__ID_unsignedshort_{ 0x0534F600 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b80a7800756621c121abb58039be6a69__BSComponentDB2__Memory__ComponentHandle_1_const_{ 0x0518E730 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b81d3f7ade5fe01bb7ae84f235bc5b4c__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__UnusedGalaxyCSVData_{ 0x0519B0F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_baf8eabb78e3a4d88cd75fb4c0cb3f26__BSComponentDB2__ID_unsignedshort_{ 0x051D0AD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bcd0958d71d702a53c76c4dc38e67f73__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x052AA0E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_be1db6df11b94ebf79307cf2dd8c85af__{ 0x0538D920 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf096e3fbdedb7e0099f54a9e833a69c__BSComponentDB2__ID_BSComponentDB2__ID_{ 0x052A68C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf4121c593a271462c9bc66003123e75__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHintconst_{ 0x0534F020 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf5dcbafe5debd663425b154685c6f62__{ 0x052278C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf67003c10db0ae0799a21d7d69a2ec7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__MouthSettingsComponentconst_unsignedshort_{ 0x05394A40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0ba88bc81ce3f3f3c92cfa1668386f1__BGSPerk_unsigned__int64_{ 0x051E7400 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0f5994d28403811cf2be55a55199742__unsignedint_{ 0x051905B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1e567e18ce5c2a0940481ac92356f1d__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__UVStreamParamBoolconst_unsignedshort_{ 0x0539D410 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c31361456e1310fdc438cea778582499__{ 0x052ADAD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c37e7551942d910897df90ba09d50d55__BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x052AA6B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c3a137ad0882de34ef84e21c0cab422e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ 0x0519B880 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5af119924c2d27621b0c71db98f7c0f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x051C42F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5fac3512970304ce8955e806e5aa76c__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x051E2E10 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c84284bf76481ddbb3caa85206dc654f__BSComponentDB2__ID_{ 0x052268A0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c911e532a7a6991fe2797c7bf565e3e1__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ColorRemapSettingsComponentconst_unsignedshort_{ 0x05392240 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9c85547f5eb6fa11b04b67e76b9d9af__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitedDataconst_{ 0x05167E10 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9df8477addd9778235ff72be1979810__BSComponentDB2__ID_BSTArray_BGSLoadFormData_BSTArrayHeapAllocator__std__vector_BSTSmartPointer_TESForm_TESFormExternalPolicy__BSTHeapSTLAllocator_BSTSmartPointer_TESForm_TESFormExternalPolicy__2___{ 0x051D3D50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cc3595e049fa6c743afc13dd506f1e00__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__DynamicData_{ 0x0519BC70 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ccf8fc95735998dcf3fdcd8e65916474__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ 0x0539CAC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cde5b0c0f8919ad51fe46615c834338d__{ 0x051891D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ce5155e8fd6abaf415bf05ac246021ad__{ 0x051D3B50 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cf2acf07672103e8c3d25d0d1312778d__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__CollisionComponentconst_unsignedshort_{ 0x053928D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d0ae1d05cfd8943448ff8fbaf109e770__BSComponentDB2__Memory__ComponentHandle_1_const_{ 0x0518E9E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d14accb1762c0641c77e80f7ae06c625__{ 0x053A14B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d36966b1960e7f8b5b64a7c05ef8111e__BSComponentDB2__ID_{ 0x051D3AC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d71acbe8d588db85e1b22c43cf84837b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeDataconst_{ 0x0519BFC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d7ff5a56c388db97c5d580c28c4c6149__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BGSStar_{ 0x0516C2F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d92ea4f09b0ec6bcc29e864bb91488b5__{ 0x0517F350 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dc878a6b48656b553ef82d9f503ef014__{ 0x052A9810 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dd0fa8a8319b6ae528ac53924b91efb2__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ 0x05392EC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dfb4ed9fdfbbc69a7f366a11bc9e7230__{ 0x0538FD80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dff3c7354039ad0fa4f4c4de7e64775d__BSComponentDB2__ID_BSTSmartPointer_TESForm_TESFormPolicy_const_BGSGenericBaseForm_{ 0x05350440 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e2116a4ef55136d23dd5b42579c35f3e__{ 0x051E2C40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e27d74cc0418ae2ff7f245228c362faa__{ 0x051E37B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e5b16867ea606e7b2476ed212c239991__BSComponentDB2__ID_unsignedshort_{ 0x0519CBD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e62da2059af5db5c342cde0b6609067f__{ 0x05227290 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e7ea5770bddc1582e42cf6396cb936f9__{ 0x051D26F0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e81a99f17ddc46065edde917804d3110__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x051E32E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e8afdd2893ef6260dc7354452f59be1e__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSCore__NumericID_BSCore__NumericID_BSTHeapSTLAllocator_std__pair_BSCore__NumericIDconst_BSCore__NumericID__2__std__hash_BSCore__NumericID__std__equal_to_BSCore__NumericID____{ 0x0534F3D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_eb7e5b6e1dbd2c42282fa3d960c2c22d__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ 0x0539BCE0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ec96037093a4eed9c8b6b559ac7f06c7__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__PatternPlacement____CTBlockHeightAdjustmentconst_{ 0x051B9C20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed03a30ecfafafd4841dd83f17e0c0c9__{ 0x052A9360 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed1860e4f1c0285962af7667c97f6e95__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeData_{ 0x0519D290 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed9950422ab61b063814876cee7444fe__{ 0x0538E150 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef3f222a620b9526a2546d68c603513f__{ 0x05226B20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef4b6431c85b61fb42b91929a3b01f14__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__FlipbookComponentconst_unsignedshort_{ 0x0539B880 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f0285a6b60f01a2577ccbc4ffd49877a__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_unsignedshort_{ 0x0539B2E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f069d14a826c56fdc732784bfc9f4451__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DistortionComponentconst_unsignedshort_{ 0x05394540 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f35b7c6091254d1a457b9a8bf025a71c___lambda_f939eef7aa5e251f856fea03ff24e25c__BSSimpleTaggedType_EffectSequence__PlayerTag_unsignedint_0__{ 0x05160E90 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f53c13d7bd5bf661b56dd4014272f17a__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x052AA330 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f55e229c852f58f26241e90e3cf780de__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_unsignedshort_{ 0x05394610 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6a8e17636cb3c5dc1336f7bfd3c4606__{ 0x0535D510 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6e8ed7443ef77f132ade09dafa9eb01__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__NiPoint3_{ 0x0516C7E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f9cd7b5c38b97c47912fc03aca59a12c__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ 0x0539C910 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd4f5645fda88104f597e31a23aa5287__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DetailBlenderSettingsComponentconst_unsignedshort_{ 0x05391140 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd7c5133638da0b899a525c4912a81c0__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSFixedString_BSFixedString_BSGalaxy__CTCellData_BSGalaxy__OrbitedData_BSGalaxy__OrbitalData_BSGalaxy__SatelliteCSVData_BSGalaxy__UnusedGalaxyCSVData_BSGalaxy__CTAtmosphereModifier_BSGalaxy__DynamicData_BSGalaxy__CTBiomeData_BSComponentDB2__ID_BSGalaxy__StarSystemCsvColumn_unsignedint_BSGalaxy__CTBodyType_{ 0x05373BA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fe2e6f7cb4bf187b645c5b08d629c500__{ 0x052D0140 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_bool__BSComponentDB2__ID_BSComponentDB2__ID_bool_{ 0x0538F010 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_BSComponentDB2__ID__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSComponentDB2__IDconst_{ 0x0516B090 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ 0x0516A740 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ 0x051C3420 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ 0x0516CF40 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__ID_BSComponentDB2__ID_{ 0x0516D570 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__ID_{ 0x0516D310 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__IDconst_{ 0x051C2F60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool_{ 0x05187A20 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const_{ 0x051697B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ 0x0516A230 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_charconst__BSComponentDB2__ID_BSFixedString_{ 0x0516D8C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ 0x0518B560 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ 0x0518BBD0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__ID_{ 0x051CD5E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__IDconst_{ 0x051D7110 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericIDconst_BSResource__IDconst_{ 0x051E2A00 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID__BSCore__NumericID_{ 0x051800C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x0516AC30 }; - inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__ReadAndUpdateInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ 0x0519C800 }; - inline constexpr REL::Offset BSComponentDB2__Detail__IComponentFactory{ 0x050A35F8 }; - inline constexpr REL::Offset BSComponentDB2__Detail__IReadAndUpdateTraverserNoProperty{ 0x0516D960 }; - inline constexpr REL::Offset BSComponentDB2__Detail__IReadTraverserNoProperty{ 0x051C6160 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_6497014aa024c3f18002eea2ae03e338_const_{ 0x0519E460 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_893c6d705c84a7e0d51d399d9f566036__{ 0x0538E250 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_b790227927364599a464cd537e5562dd__{ 0x0538CDC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_da1f33af6e85eb21a4873b31e467c8b9__{ 0x0516CFF0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_0e76bed0a5cbf914f90ec964955433a9__{ 0x0538E2D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_13d3fa16404019e75a74817b0627138c__{ 0x05295550 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_1441f1cbbe826682a14d46f4d63df194__{ 0x0522F4D0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_173b650b43d213a4941cd64e6f7ffe69__{ 0x0538FA80 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_17f228e2dc66284ba636844fb313caf1__{ 0x05292AA0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_21cf4e451ea7c564c00d182482839f4a_const_{ 0x05372690 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_2b593cf8e90acaf02dc67be7bd2d85dc__{ 0x05372620 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_2ead8f75c10dd3c612a8a4cdbd3841f3__{ 0x0538DAC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_320ca30a4f987585112db3c6958e5ae2__{ 0x05373830 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_631d683c84c4b7a3550d20fdf2e5470e__{ 0x051C5B60 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_636a68a66567739c70d86fe2be32f40f__{ 0x052955C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_69b9867905c0f8e730bf5919fdafd9b1__{ 0x05255EC0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_6f5dc224e972eab3a7184aa22e2e0ddb__{ 0x052953C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_9c229fad528b2fb2826c6d779358538f__{ 0x05295190 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_a8772a08b1b36748650310c120eda21d__{ 0x053737C0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_b19d50247db0d7fc25481fa52ccf2bf1__{ 0x053725B0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_c59cd51e975704ed08342984de5c93de_const_{ 0x051C59E0 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_d25febd0148edd97cdc2e4fcebe6f8d4__{ 0x05295430 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_f5ed750d1f656208027d22d9bfcec1c4__{ 0x05295350 }; - inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_f8eccf87aabef9966056d1749f6a7eee__{ 0x052908C0 }; - inline constexpr REL::Offset BSComponentDB2__JsonDBIDHandler{ 0x0538D8A0 }; - inline constexpr REL::Offset BSComponentDB2__JsonResourceIDHandler{ 0x0538D8D8 }; - inline constexpr REL::Offset BSComponentDB2__Memory__ConcurrentPageAllocImpl{ 0x05380500 }; - inline constexpr REL::Offset BSComponentDB2__Memory__ConcurrentPageAllocImplBase{ 0x05380B90 }; - inline constexpr REL::Offset BSComponentDB2__StorageService{ 0x0538E528 }; - inline constexpr REL::Offset BSComponentDB2__StorageService__Impl{ 0x0538EB08 }; - inline constexpr REL::Offset BSComponentDB2__StorageService__LoadBatch__AddLooseFilesRecursive__2__Traverser{ 0x0538DA30 }; - inline constexpr REL::Offset BSComponentDB2__StorageService__ObjectReferenceVisitor{ 0x0538EA80 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__BodyDrawData_{ 0x05372890 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__BodyPhysicsData_{ 0x05373020 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__CTHighDetailInfo_{ 0x05372D00 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__DockingChildState_{ 0x053729A0 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__DockingParentState_{ 0x05372A00 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__DynamicState_{ 0x05372AC0 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__OrbitState_{ 0x05372B10 }; - inline constexpr REL::Offset BSComponentDB__ComponentFactory_StarField__CTBodyCell_{ 0x0512EC10 }; - inline constexpr REL::Offset BSComponentDB__IComponentFactory{ 0x0512EC60 }; - inline constexpr REL::Offset BSComponentDB__ViewAccess{ 0x051C15C8 }; - inline constexpr REL::Offset BSComponentDB__ViewAccessModify{ 0x051C1550 }; - inline constexpr REL::Offset BSComponentDB__ViewAccessWritableBase{ 0x051C1588 }; - inline constexpr REL::Offset BSComponentDB__ViewReferenceBase{ 0x051C1518 }; - inline constexpr REL::Offset BSCompression____CompressorData{ 0x053C73A0 }; - inline constexpr REL::Offset BSCompression____LocalHeap{ 0x053C73E0 }; - inline constexpr REL::Offset BSConnectPoint__ChildOrigin{ 0x0518A310 }; - inline constexpr REL::Offset BSConnectPoint__Children{ 0x05376C68 }; - inline constexpr REL::Offset BSConnectPoint__Parents{ 0x05376C38 }; - inline constexpr REL::Offset BSCoreMessage__MessageSource{ 0x05127358 }; - inline constexpr REL::Offset BSCore__NumericID{ 0x0508D088 }; - inline constexpr REL::Offset BSCounterStorage{ 0x0533AB88 }; - inline constexpr REL::Offset BSCylinderConstructor{ 0x05206940 }; - inline constexpr REL::Offset BSDamageStage{ 0x05388370 }; - inline constexpr REL::Offset BSDebounceManager{ 0x05370B48 }; - inline constexpr REL::Offset BSDebrisNode{ 0x05388348 }; - inline constexpr REL::Offset BSDiscBootSystemUtility{ 0x05134A00 }; - inline constexpr REL::Offset BSDistantObjectExtraData{ 0x0538CD08 }; - inline constexpr REL::Offset BSDynamicGeometry{ 0x05406E00 }; - inline constexpr REL::Offset BSExceptionHandler{ 0x051185F8 }; - inline constexpr REL::Offset BSExteriorReflectionProbeAdjustmentVolume{ 0x05389660 }; - inline constexpr REL::Offset BSExtraData{ 0x05162C88 }; - inline constexpr REL::Offset BSFaceDB__AttachHeadControlNode{ 0x05164180 }; - inline constexpr REL::Offset BSFaceDB__CreateHeadControlNode{ 0x05163ED0 }; - inline constexpr REL::Offset BSFaceDB__CrowdHairCustomization{ 0x05163F60 }; - inline constexpr REL::Offset BSFaceDB__EyeCustomization{ 0x05164150 }; - inline constexpr REL::Offset BSFaceDB__FaceCustomizationTexturesNode{ 0x05164110 }; - inline constexpr REL::Offset BSFaceDB__HairCustomization{ 0x05163F98 }; - inline constexpr REL::Offset BSFaceDB__JewelryCustomizationNode{ 0x05163FD0 }; - inline constexpr REL::Offset BSFaceDB__RequestCompleteNode{ 0x05163E98 }; - inline constexpr REL::Offset BSFaceDB__RequestHeadPartResourcesNode{ 0x051640D0 }; - inline constexpr REL::Offset BSFaceDB__TeethCustomizationNode{ 0x05164008 }; - inline constexpr REL::Offset BSFaceDB____HeadPartHairCustomization{ 0x05163D60 }; - inline constexpr REL::Offset BSFaceDB____HeadPartJewelryCustomization{ 0x05163DB0 }; - inline constexpr REL::Offset BSFaceDB____ReplaceHeadPartControlNode{ 0x05163E50 }; - inline constexpr REL::Offset BSFaceDB____ReplaceHeadPartPostProcessNode{ 0x05163E00 }; - inline constexpr REL::Offset BSFaceFX{ 0x05163270 }; - inline constexpr REL::Offset BSFaceGenAnimationData{ 0x051ECAF0 }; - inline constexpr REL::Offset BSFaceGenNiNode{ 0x051ECC90 }; - inline constexpr REL::Offset BSFaceGenUtils__UpdateFaceCustomizationTexturesNode{ 0x05163F10 }; - inline constexpr REL::Offset BSFaceGenUtils____ApplyLayeredMorphWeightsNode{ 0x051ED1A0 }; - inline constexpr REL::Offset BSFadeNode{ 0x0508EFF0 }; - inline constexpr REL::Offset BSFile{ 0x052A9278 }; - inline constexpr REL::Offset BSFile__PageCache__PhysReadType{ 0x053C7368 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__BuddyAllocBase{ 0x052ADC10 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__BuddyAllocTag{ 0x052ADC50 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__IAlloc{ 0x052ADCF0 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__SmallBlockPool{ 0x05134BF8 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__TAlloc_4294967296_16777216_128_{ 0x052ADD30 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__TUserPoolImpl_0_128_BSComponentDB__EnvType__ViewControlFallbackAllocator_{ 0x0537F0E0 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocatorSingleThread_{ 0x054078B0 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocator_{ 0x05406E80 }; - inline constexpr REL::Offset BSFixedSizeBlockAllocator__UserPoolImplBase{ 0x05134BB0 }; - inline constexpr REL::Offset BSFixedString{ 0x05090DF0 }; - inline constexpr REL::Offset BSFogVolume{ 0x05389638 }; - inline constexpr REL::Offset BSFrameManager{ 0x0538AEF0 }; - inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService____{ 0x0515C290 }; - inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager____{ 0x0538AAE0 }; - inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager____{ 0x05161CF0 }; - inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService____{ 0x052BC270 }; - inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator____{ 0x05396AE0 }; - inline constexpr REL::Offset BSFrustumFOVController{ 0x054051D8 }; - inline constexpr REL::Offset BSFurnitureMarkerNode{ 0x053894F0 }; - inline constexpr REL::Offset BSGFxFunctionBase{ 0x0539E3D8 }; - inline constexpr REL::Offset BSGFxFunctionHandler{ 0x0539FCA8 }; - inline constexpr REL::Offset BSGFxObject{ 0x052626A0 }; - inline constexpr REL::Offset BSGalaxy__BGSStar{ 0x0516CAB8 }; - inline constexpr REL::Offset BSGalaxy__BGSSunPresetForm{ 0x0516CAE0 }; - inline constexpr REL::Offset BSGalaxy__BiomeMapDB__LoadBiome{ 0x0516CB10 }; - inline constexpr REL::Offset BSGalaxy__Biomes__IMap{ 0x05127050 }; - inline constexpr REL::Offset BSGalaxy__Biomes__Map{ 0x05126610 }; - inline constexpr REL::Offset BSGalaxy__ModuleState{ 0x05372290 }; - inline constexpr REL::Offset BSGalaxy__Physics__Havok__BSGalaxyCollisionObject{ 0x05373330 }; - inline constexpr REL::Offset BSGalaxy__Physics__Havok__bhkSpaceWorld{ 0x05373778 }; - inline constexpr REL::Offset BSGalaxy__hknpBSShiftOffsetCollector{ 0x05373738 }; - inline constexpr REL::Offset BSGameDataSystemUtility{ 0x05126868 }; - inline constexpr REL::Offset BSGameStreamUtility{ 0x05134730 }; - inline constexpr REL::Offset BSGamepadDevice{ 0x05371350 }; - inline constexpr REL::Offset BSGamerProfile{ 0x05134E18 }; - inline constexpr REL::Offset BSGdkTaskletGroupData{ 0x053C8948 }; - inline constexpr REL::Offset BSGdkTaskletManager{ 0x05126C08 }; - inline constexpr REL::Offset BSGeometry{ 0x050900D0 }; - inline constexpr REL::Offset BSGeometryConstructorManager{ 0x052BD9C0 }; - inline constexpr REL::Offset BSGeometrySegmentData{ 0x05406590 }; - inline constexpr REL::Offset BSGrabIKNote{ 0x05405F80 }; - inline constexpr REL::Offset BSIMusicTrack{ 0x051E4328 }; - inline constexpr REL::Offset BSIMusicType{ 0x05126A90 }; - inline constexpr REL::Offset BSIdleInputWatcher{ 0x0525D740 }; - inline constexpr REL::Offset BSInputDevice{ 0x05371328 }; - inline constexpr REL::Offset BSInputDeviceManager{ 0x05370880 }; - inline constexpr REL::Offset BSInputEnableManager{ 0x05371010 }; - inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_308e8d5968cc3bb57dc647b65f0503de__{ 0x05370F40 }; - inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_661d0f60f138cd02e3f7b3c7e342bf35__{ 0x051D7890 }; - inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_9229410412f868c246f48e96fac77980__{ 0x053402D0 }; - inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_94a0f5f89a773c29acc037dcff4efac1__{ 0x052A4DD0 }; - inline constexpr REL::Offset BSInputEnableManager__IDebugNameFunctor{ 0x051D8F48 }; - inline constexpr REL::Offset BSInputEventReceiver{ 0x052245E8 }; - inline constexpr REL::Offset BSInputEventSingleUser{ 0x0524FEF8 }; - inline constexpr REL::Offset BSInputEventUser{ 0x050C5748 }; - inline constexpr REL::Offset BSInstancedGeometry{ 0x05157D30 }; - inline constexpr REL::Offset BSIntrusiveRefCounted{ 0x05126BD8 }; - inline constexpr REL::Offset BSInvMarker{ 0x0538CBD0 }; - inline constexpr REL::Offset BSJobs2__Detail__CompletionJob{ 0x052A7870 }; - inline constexpr REL::Offset BSJobs2__Detail__CompletionJobImpl_void___void__{ 0x052A7630 }; - inline constexpr REL::Offset BSJobs2__Detail__ControlNodeJob{ 0x0517E888 }; - inline constexpr REL::Offset BSJobs2__Detail__GroupThread{ 0x053C6D50 }; - inline constexpr REL::Offset BSJobs2__Detail__NodeJobBase{ 0x0512BB28 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_088f001f29e62fc709abe21f83ea75bf__{ 0x05402E80 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0c320f36fb7fc7f350060281711b6dcc__{ 0x05220FB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_121e21e1e9d125117e719645e442eba0__CrowdActorInfo_{ 0x05220610 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_161d4339828782a392367bbf9931ce88__{ 0x053F5A70 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1d2c540075df577eca3aa8de0befd2a5__{ 0x053F0040 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_353d25ac855fc8cf470cdb1fa528eefa__{ 0x053EE9E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_38ef3220ea0011ad5f4d8cb09de6c89c__{ 0x052CFCD0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_43cb70392b6e24696f132754a441c23c__{ 0x053F21E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4780ab4ef099944e36451f70a2c87d61__TESForm_{ 0x0517FA40 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4d7a74fe113004069e8f8aa41628d823__{ 0x05402D60 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_52ea3f0ce40a198958f8f9292ab5123e__intconst___m128const_BSTPoint2_int_BSTPointDefaultOps_int___unsignedshortconst_unsignedshortconst_unsignedshortconst_unsignedshort_{ 0x051C8280 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_56d884e3775d9d6bddede903933c8160__{ 0x05220D90 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_5855e61dc871e8ef7c31605a8f3bc71e__{ 0x053EFD70 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_73f78bea8c69019bbbbaaadb040c86f4__{ 0x05220BD0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_818525b1695da88692502b46c145e774__{ 0x053F23E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_888592e0535faa29e3c7210ec0774b1d__TESObjectREFR_{ 0x0535D6E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_8a0bc3e197a16b97283f260355953abf__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152_const_{ 0x052CCC40 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_988e7c4d55b3a7ea0ee10d5ed9ff865e__{ 0x053F6270 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_99ba775dbc162d7d214b840658849b14__{ 0x05220790 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9ad5d3990b74ff05eae644e3fae7f5b7__{ 0x05189680 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a56787d903b353bfbb3c75bbde3c45fd__hkTask_int_{ 0x05374700 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a6eaa142a8610e6612db23988c5f9b9d__{ 0x051D3510 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ac2e311eb5a1b5192b0a3c137c6ee561__{ 0x053F5B90 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ae84b65a6d4a04c179af5a7a12c59e3f__{ 0x052210D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_af1cfd7815fd339fb92f5cddf38289c0__Actor_{ 0x052B9D90 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_b33c5f78f2415a2116cfdfb97771966c__hkTask_int___bhkTaskSchedule__ExecutionContext_{ 0x05374C40 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c390c78bee5b7e1ced577a1ffdeee7f0__{ 0x053EE8C0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c8b5e19d2cdb34f42b2217824c2c435c__{ 0x051C79B0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_df1c9297a753126691cecba02443496c__{ 0x053B4350 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ec1e4206da538544273932b65c5abef7__BSSimpleTaggedType_Blueprints__BlueprintIdentifierTag_unsignedint_4294967295_const_TESObjectREFR_{ 0x05188320 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ed6a3ebc1da311605bcc7a3fb95ab7d8__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__TESNPC_unsignedint_{ 0x052206A0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_f15b185c11f96f63ea0a4e5eb59f55d3__{ 0x05189780 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount__unsignedint_BGSSpatialGraphCellGrid_BGSSpatialGraphObstacleMapconst_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16__const__BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount_const_unsignedint_BGSSpatialGraphCellGridconst_BGSSpatialGraphObstacleMap_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16___{ 0x051969B0 }; - inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___float_NiPointer_BSTempEffect___float_NiPointer_BSTempEffect__{ 0x052D1B10 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__ControlNodeJob_{ 0x0517E830 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0607c2c0ff0f28eb28edaf75bf29ca5d__void__{ 0x052A77F0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_09cb18e23d4e1194a0ce321b6b2bf099__void__{ 0x0517C660 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0f1e00cd8fe7af873fa0f650aa10e7e8_const_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___RunAnimationsParams__{ 0x0517D410 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0f7a657b352472bd303c8fe895eca1a3__void__{ 0x05189EB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_115f6900dbf90b9bec2833694fac86c4__void__{ 0x0517F0A0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_18bdcdbab0a52c7985c906eba03b1f5b__void__{ 0x053F6910 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_192643f9571005394bd390ae9ff2e402__void__{ 0x0517EC30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_227a9c0e472380834897910f4f17bc25__void__{ 0x0517F880 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_28756a4eecb84484c7223dff312dca1f__void__{ 0x05374490 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_2c8550ec624ed44278add6fd4d9fdcf6__void__{ 0x0517ED10 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_32205a05227e11405fde1e5d80de9407__void__{ 0x0517EDF0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_32213c53b1a5aa77fa1584783373087b__void__{ 0x0517EB50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_3dae344e2e2fea8d13dfa6c87eb7b4cf__void__{ 0x053F6B50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_45ffdd1915b90f714a96c54660071f4c__void__{ 0x052D1B90 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_612e337af82e56b00bc43d741a421c7b__hkTaskconst_unsignedshortconst_hkEnum_hkTask__MultiplicityMode__Enum_unsignedchar_const__{ 0x05374F30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_682a754a93743d4c9089eaf2ae26c0b9__void__{ 0x05189DD0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_68af1521203285b505ad5f9cae1083b5__void__{ 0x053F7010 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_6a94340c83101f25cb8b154dbd9aa65f__void__{ 0x053F66D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_6c9af3d12e35996e5975b1310d3bcd25__void__{ 0x0517CDE0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_7be46ce247d8c0b1f783d95caf848926__ENUM_FORM_ID__{ 0x0517F180 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_7d3a129c205d70f3c695a4f9a690788a_const_BSResource__IDconst__{ 0x0517D2F0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_7ebb7c82eb50beaf1912689317581c71__void__{ 0x053FD220 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_802c102303073e7bc410c29aab154b80__void__{ 0x0517F7A0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_83ec382ea2a8462e6cf4734d17378c87__void__{ 0x053FD300 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_8bb1da371640c6745abcd6737ce1197e__void__{ 0x053F6C30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_96e601215b932ac9845c0f2c1d1759ad__void__{ 0x0517EA70 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_a12c5162cef86008a4c5e33a4285e4ac____InitJL__InteriorInitStage__{ 0x0517F2A0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_a4f8085a6d16d6e1810fde8d67372e7e__void__{ 0x053F6D10 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_a9ee20319e4bbe329d8ace8962c5824e_const_TESQuestconst__{ 0x052038D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_aebbf399d1ef3d41525e2d65e986bd1d__void__{ 0x0517F960 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_b235525a91e52924c78706a4594eef2a__void__{ 0x053F6E50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_bb73218d865162a34916c601dc688259__void__{ 0x0517EED0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_bc3da8f06b1d37c57b5ff327f77b4ca0__void__{ 0x0517F4D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_c7ae32caa86bb42291081a1d2dbb8a4c__void__{ 0x05180690 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_ce9f3c01c4cfe11e2fcfa06a65e2132a__void__{ 0x0517EFB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_d82943fdfbe6654609a082af89dbdc02__void__{ 0x053F70F0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_dfbca2d10477e2170643fc228c849fb7__void__{ 0x0517FAD0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e72cd51bd354ecaad6f14eeb9a22f186__void__{ 0x052D1F10 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e73eb600f6dd49a80fa0aede5375f2af__void__{ 0x052906D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e7bb3c6fbb0c5701be011ca18deaa557__void__{ 0x053F6F30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e8cc21323c8b43aa03fd3a93d443f734__void__{ 0x053F6830 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_ea2ec5a2bd6ea927608d309834d6eeb6__void__{ 0x0517F5E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_ea54d46511c05c9dc2b37ab31a701ead__void__{ 0x053F6750 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_fe657f12a74d13103e46f1a02084890b__void__{ 0x0517F6C0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___{ 0x052A76F0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const__BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152_____{ 0x052EDEA0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSScript__Internal__CodeTasklet__BSScript__Internal__CodeTaskletconst__{ 0x053BFC30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__{ 0x052D2440 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___CELLJobs__AnimatedRefJobDataconst__CELLJobs__AnimatedRefJobData__{ 0x051D3390 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_NiPointer_bhkNPCollisionObject_const__NiPointer_Actor__NiPointer_bhkNPCollisionObject___{ 0x052D1980 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const__NiPointer_Actor_const__{ 0x052D1810 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__Actor_bool__{ 0x052D1890 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__NiPointer_Actor_const_bool__{ 0x052D1A90 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const__NiPointer_NiAVObject___{ 0x052D2150 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const_bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__NiPointer_NiAVObject__bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__{ 0x05220AF0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___{ 0x051D50E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___unsignedint__unsignedint__{ 0x05220D30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___void__DynamicNavmesh__{ 0x0518FDB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___void__PathingTaskData__{ 0x053AFCA0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___void__void__{ 0x052A3E50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0607c2c0ff0f28eb28edaf75bf29ca5d__void_{ 0x052A7790 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_09cb18e23d4e1194a0ce321b6b2bf099__void_{ 0x0517C590 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0f1e00cd8fe7af873fa0f650aa10e7e8_const_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___RunAnimationsParams_{ 0x0517D520 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0f7a657b352472bd303c8fe895eca1a3__void_{ 0x05189E50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_115f6900dbf90b9bec2833694fac86c4__void_{ 0x0517FFB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_18bdcdbab0a52c7985c906eba03b1f5b__void_{ 0x053F68B0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_192643f9571005394bd390ae9ff2e402__void_{ 0x0517EAF0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_227a9c0e472380834897910f4f17bc25__void_{ 0x0517EBD0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_28756a4eecb84484c7223dff312dca1f__void_{ 0x05374510 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_2c8550ec624ed44278add6fd4d9fdcf6__void_{ 0x0517EF50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_32205a05227e11405fde1e5d80de9407__void_{ 0x0517ECB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_32213c53b1a5aa77fa1584783373087b__void_{ 0x0517ED90 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_3dae344e2e2fea8d13dfa6c87eb7b4cf__void_{ 0x053F6AF0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_45ffdd1915b90f714a96c54660071f4c__void_{ 0x052D1EB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_612e337af82e56b00bc43d741a421c7b__hkTaskconst_unsignedshortconst_hkEnum_hkTask__MultiplicityMode__Enum_unsignedchar_const_{ 0x05375000 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_682a754a93743d4c9089eaf2ae26c0b9__void_{ 0x05189D70 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_68af1521203285b505ad5f9cae1083b5__void_{ 0x053F6FB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_6a94340c83101f25cb8b154dbd9aa65f__void_{ 0x053F6670 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_6c9af3d12e35996e5975b1310d3bcd25__void_{ 0x0517D170 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_7be46ce247d8c0b1f783d95caf848926__ENUM_FORM_ID_{ 0x0517F030 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_7d3a129c205d70f3c695a4f9a690788a_const_BSResource__IDconst_{ 0x0517D390 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_7ebb7c82eb50beaf1912689317581c71__void_{ 0x053FD2A0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_802c102303073e7bc410c29aab154b80__void_{ 0x0517F660 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_83ec382ea2a8462e6cf4734d17378c87__void_{ 0x053FD1C0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_8bb1da371640c6745abcd6737ce1197e__void_{ 0x053F6BD0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_96e601215b932ac9845c0f2c1d1759ad__void_{ 0x0517E970 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_a12c5162cef86008a4c5e33a4285e4ac____InitJL__InteriorInitStage_{ 0x0517F550 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_a4f8085a6d16d6e1810fde8d67372e7e__void_{ 0x053F6CB0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_a9ee20319e4bbe329d8ace8962c5824e_const_TESQuestconst_{ 0x05203850 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_aebbf399d1ef3d41525e2d65e986bd1d__void_{ 0x0517F820 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_b235525a91e52924c78706a4594eef2a__void_{ 0x053F6DF0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_bb73218d865162a34916c601dc688259__void_{ 0x0517F120 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_bc3da8f06b1d37c57b5ff327f77b4ca0__void_{ 0x0517F740 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_c7ae32caa86bb42291081a1d2dbb8a4c__void_{ 0x051804B0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_ce9f3c01c4cfe11e2fcfa06a65e2132a__void_{ 0x0517EE70 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_d82943fdfbe6654609a082af89dbdc02__void_{ 0x053F7090 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_dfbca2d10477e2170643fc228c849fb7__void_{ 0x0517F9E0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e72cd51bd354ecaad6f14eeb9a22f186__void_{ 0x052D1D80 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e73eb600f6dd49a80fa0aede5375f2af__void_{ 0x05290860 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e7bb3c6fbb0c5701be011ca18deaa557__void_{ 0x053F6ED0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e8cc21323c8b43aa03fd3a93d443f734__void_{ 0x053F67D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_ea2ec5a2bd6ea927608d309834d6eeb6__void_{ 0x0517F470 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_ea54d46511c05c9dc2b37ab31a701ead__void_{ 0x053F6D90 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_fe657f12a74d13103e46f1a02084890b__void_{ 0x0517F900 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0__{ 0x052A7670 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const__BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152____{ 0x052EDDC0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSScript__Internal__CodeTasklet__BSScript__Internal__CodeTaskletconst_{ 0x053BFF00 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool_{ 0x052D21D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___CELLJobs__AnimatedRefJobDataconst__CELLJobs__AnimatedRefJobData_{ 0x051D3410 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_NiPointer_bhkNPCollisionObject_const__NiPointer_Actor__NiPointer_bhkNPCollisionObject__{ 0x052D20D0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const__NiPointer_Actor_const_{ 0x052D1A30 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__Actor_bool_{ 0x052D17A0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__NiPointer_Actor_const_bool_{ 0x052D1920 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const__NiPointer_NiAVObject__{ 0x052D1F90 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const_bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__NiPointer_NiAVObject__bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp_{ 0x05220A40 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051D32F0 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___unsignedint__unsignedint_{ 0x05220CE8 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___void__DynamicNavmesh_{ 0x0518FE20 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___void__PathingTaskData_{ 0x053AFC50 }; - inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___void__void_{ 0x052A3EB0 }; - inline constexpr REL::Offset BSJobs2__Memory__HeapMemoryPolicy{ 0x05134498 }; - inline constexpr REL::Offset BSJobs2__Memory__IMemoryAlloc{ 0x051344D0 }; - inline constexpr REL::Offset BSJobs2__Memory__LSAMemoryPolicy{ 0x05134568 }; - inline constexpr REL::Offset BSJobs2__Memory__ScrapMemoryPolicy{ 0x053C6BB0 }; - inline constexpr REL::Offset BSJsonStorage__ITypeHandler{ 0x0538E560 }; - inline constexpr REL::Offset BSKeyboardDevice{ 0x053713A8 }; - inline constexpr REL::Offset BSLagBoneController{ 0x0538CCA8 }; - inline constexpr REL::Offset BSLegacyStreamableStub{ 0x05407018 }; - inline constexpr REL::Offset BSLensFlareRender__BSLensFlareRenderData{ 0x051CC7C8 }; - inline constexpr REL::Offset BSLensFlareRender__BSLensFlareSpriteRenderData{ 0x051CC860 }; - inline constexpr REL::Offset BSLight{ 0x05383618 }; - inline constexpr REL::Offset BSListBase_BSTempEffectDebris_{ 0x0512B498 }; - inline constexpr REL::Offset BSList_BSTempEffectDebris_{ 0x0512B418 }; - inline constexpr REL::Offset BSLookIKNote{ 0x05405FA8 }; - inline constexpr REL::Offset BSMaterialBinding__MaterialPropertyNode{ 0x05399630 }; - inline constexpr REL::Offset BSMaterialBinding__MaterialUVStreamPropertyNode{ 0x05399300 }; - inline constexpr REL::Offset BSMaterial__ModuleState{ 0x053901B0 }; - inline constexpr REL::Offset BSMemStorage{ 0x05169620 }; - inline constexpr REL::Offset BSMemStorageAllocated_BSMemoryHeapAllocator_{ 0x0533AB40 }; - inline constexpr REL::Offset BSMemStorageReadOnly{ 0x05370B18 }; - inline constexpr REL::Offset BSMissionMenu{ 0x0526A140 }; - inline constexpr REL::Offset BSMissionMenu__MissionMenuEventShuttle{ 0x0526A648 }; - inline constexpr REL::Offset BSModelDB__AutoQueuedDependentNode{ 0x05181B88 }; - inline constexpr REL::Offset BSModelDB__BSModelProcessor{ 0x05181D18 }; - inline constexpr REL::Offset BSModelDB__ModelResourceNode{ 0x05382FF8 }; - inline constexpr REL::Offset BSModelDB__QueuedHandles{ 0x0517BB18 }; - inline constexpr REL::Offset BSModelDB____CreateMorphModel{ 0x05383030 }; - inline constexpr REL::Offset BSModelNode{ 0x0518A470 }; - inline constexpr REL::Offset BSModelNodeAnimRig{ 0x053609B8 }; - inline constexpr REL::Offset BSModelNodePhysicsComponentI{ 0x0518A438 }; - inline constexpr REL::Offset BSModelNodeRigI{ 0x053609E8 }; - inline constexpr REL::Offset BSMorphDB__AutoQueuedNode{ 0x05381890 }; - inline constexpr REL::Offset BSMorphDB__DBTraits__CreateResourceNode__2__MorphResourceNode{ 0x05381AA0 }; - inline constexpr REL::Offset BSMorphDB__QueuedHandles{ 0x05203E48 }; - inline constexpr REL::Offset BSMorphTargetData{ 0x05406448 }; - inline constexpr REL::Offset BSMouseDevice{ 0x053713D0 }; - inline constexpr REL::Offset BSMsgDialogSystemUtility{ 0x051349D0 }; - inline constexpr REL::Offset BSMultiTargetTreadTransfController{ 0x05404ED0 }; - inline constexpr REL::Offset BSNavMeshGenAntiseedTrimmerTask{ 0x053B1A78 }; - inline constexpr REL::Offset BSNavMeshGenCollapserTask{ 0x053B1CF8 }; - inline constexpr REL::Offset BSNavMeshGenComputeBoundTask{ 0x053B1998 }; - inline constexpr REL::Offset BSNavMeshGenContext{ 0x0515AC60 }; - inline constexpr REL::Offset BSNavMeshGenContextGroup{ 0x053B5E78 }; - inline constexpr REL::Offset BSNavMeshGenCoverTask{ 0x053B1938 }; - inline constexpr REL::Offset BSNavMeshGenData{ 0x0515A370 }; - inline constexpr REL::Offset BSNavMeshGenFinalizer{ 0x05192348 }; - inline constexpr REL::Offset BSNavMeshGenInputProcessTask{ 0x053B1CC0 }; - inline constexpr REL::Offset BSNavMeshGenInputProcessor{ 0x05192668 }; - inline constexpr REL::Offset BSNavMeshGenLinkDoorTask{ 0x053B1968 }; - inline constexpr REL::Offset BSNavMeshGenNode{ 0x0515AAA8 }; - inline constexpr REL::Offset BSNavMeshGenOutputProcessTask{ 0x053B1C88 }; - inline constexpr REL::Offset BSNavMeshGenOutputProcessor{ 0x051926D0 }; - inline constexpr REL::Offset BSNavMeshGenPausableContext{ 0x0515AC90 }; - inline constexpr REL::Offset BSNavMeshGenRecastImport{ 0x053B8620 }; - inline constexpr REL::Offset BSNavMeshGenRecastTask{ 0x053B1C58 }; - inline constexpr REL::Offset BSNavMeshGenRequestPauseTask{ 0x053B5E40 }; - inline constexpr REL::Offset BSNavMeshGenRequestResumeTask{ 0x053B5E08 }; - inline constexpr REL::Offset BSNavMeshGenSeedTrimmerTask{ 0x053B1AB0 }; - inline constexpr REL::Offset BSNavMeshGenSmallAreaTrimmerTask{ 0x053B1A40 }; - inline constexpr REL::Offset BSNavMeshGenSplitter{ 0x05192738 }; - inline constexpr REL::Offset BSNavMeshGenSplitterTask{ 0x053B1BF8 }; - inline constexpr REL::Offset BSNavMeshGenStitcher{ 0x051928A0 }; - inline constexpr REL::Offset BSNavMeshGenStitcherTask{ 0x053B1C28 }; - inline constexpr REL::Offset BSNavMeshGenTask{ 0x0515AC10 }; - inline constexpr REL::Offset BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B11D0 }; - inline constexpr REL::Offset BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x0515AB70 }; - inline constexpr REL::Offset BSNavMeshGenTaskGraphProcessor{ 0x053B1190 }; - inline constexpr REL::Offset BSNavMeshGenTaskGroup{ 0x053B1240 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenAntiseedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B15D0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenCollapserTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2820 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenComputeBoundTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2EC0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenCoverTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2C70 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenInputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2A60 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenLinkDoorTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2E00 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenOutputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B28E0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenRecastTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B29A0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenRequestPauseTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B6240 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenRequestResumeTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B61B0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenSeedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B1540 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenSmallAreaTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B1660 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2760 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenStitcherTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B2610 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTerrainTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B2B20 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTraversalTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B13F0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleHeightTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B1330 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTrianglePlatformTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B14B0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B26A0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleTunnelTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B3040 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleWaterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2F80 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenUpdateNavMeshInfoTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2D30 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenVertexDataTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B1270 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenWaypointTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2BB0 }; - inline constexpr REL::Offset BSNavMeshGenTaskNode_NavMeshGenInputBorderProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x0515A760 }; - inline constexpr REL::Offset BSNavMeshGenTaskProgress{ 0x053B5DD8 }; - inline constexpr REL::Offset BSNavMeshGenTaskServer{ 0x05191798 }; - inline constexpr REL::Offset BSNavMeshGenTerrainTrimmerTask{ 0x053B1A08 }; - inline constexpr REL::Offset BSNavMeshGenTraversalTask{ 0x053B1BC8 }; - inline constexpr REL::Offset BSNavMeshGenTriangleHeightTask{ 0x053B1B58 }; - inline constexpr REL::Offset BSNavMeshGenTrianglePlatformTask{ 0x053B1B90 }; - inline constexpr REL::Offset BSNavMeshGenTriangleSplitter{ 0x053B5CA0 }; - inline constexpr REL::Offset BSNavMeshGenTriangleSplitterTask{ 0x053B1B20 }; - inline constexpr REL::Offset BSNavMeshGenTriangleTunnelTask{ 0x053B1AE8 }; - inline constexpr REL::Offset BSNavMeshGenTriangleWaterTask{ 0x053B19D0 }; - inline constexpr REL::Offset BSNavMeshGenUpdateNavMeshInfoTask{ 0x053B18D0 }; - inline constexpr REL::Offset BSNavMeshGenVertexDataTask{ 0x053B1898 }; - inline constexpr REL::Offset BSNavMeshGenWaypointTask{ 0x053B1908 }; - inline constexpr REL::Offset BSNavMeshGenerator{ 0x051913F0 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBarrierNode{ 0x053B10E0 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode{ 0x053B1080 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode{ 0x053B6320 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBeginNode{ 0x053B5EA8 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode{ 0x053B1020 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode{ 0x053B62D0 }; - inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenParentNode{ 0x053B6370 }; - inline constexpr REL::Offset BSNavMeshPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FAF70 }; - inline constexpr REL::Offset BSNavMeshPathBuilder_EscortPathingRequestPolicy_{ 0x051F4A20 }; - inline constexpr REL::Offset BSNavigationGraph{ 0x05197148 }; - inline constexpr REL::Offset BSNavigationGraphInfo{ 0x051FC750 }; - inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctorBase{ 0x051F6290 }; - inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_5ec3f1f48a60f70235b7483ec05838df__{ 0x051F5910 }; - inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_b9116092a53e9ba4e6701dee4ba32644__{ 0x053B6850 }; - inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_d38604c1e3caa65ff8d2747818cfe9c7__{ 0x051FADF0 }; - inline constexpr REL::Offset BSNavigationGraphManager{ 0x0518FD80 }; - inline constexpr REL::Offset BSNavigationGraphManagerT_BSNavigationGridInfo_{ 0x0518FD30 }; - inline constexpr REL::Offset BSNavigationGraphManagerT_BSNavmeshInfo_{ 0x051FC820 }; - inline constexpr REL::Offset BSNavigationGraphManagerT_BSSpatialGraphInfo_{ 0x05197FB0 }; - inline constexpr REL::Offset BSNavigationGraphRefCount{ 0x05197118 }; - inline constexpr REL::Offset BSNavigationGrid{ 0x053B6FC8 }; - inline constexpr REL::Offset BSNavigationGridBase{ 0x053B6FF0 }; - inline constexpr REL::Offset BSNavigationGridChunk{ 0x053B6F30 }; - inline constexpr REL::Offset BSNavigationGridDefs{ 0x053B6F60 }; - inline constexpr REL::Offset BSNavigationGridFieldBase{ 0x0520E7E8 }; - inline constexpr REL::Offset BSNavigationGridFieldBaseT_unsignedint_BSNavigationGridPartialFieldChunkT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ 0x0520E760 }; - inline constexpr REL::Offset BSNavigationGridFieldWrapperT_unsignedint_BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ 0x0520E5A0 }; - inline constexpr REL::Offset BSNavigationGridInfo{ 0x053B6F00 }; - inline constexpr REL::Offset BSNavigationGridManager{ 0x0518FCB8 }; - inline constexpr REL::Offset BSNavigationGridManager__Task{ 0x0518F8C0 }; - inline constexpr REL::Offset BSNavigationGridObstacleUpdateTask{ 0x053B7020 }; - inline constexpr REL::Offset BSNavigationGridParameters{ 0x053B6F90 }; - inline constexpr REL::Offset BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2__{ 0x0520E6D0 }; - inline constexpr REL::Offset BSNavmesh{ 0x051FC700 }; - inline constexpr REL::Offset BSNavmeshInfo{ 0x051FC780 }; - inline constexpr REL::Offset BSNavmeshInfoMap{ 0x051FC7D0 }; - inline constexpr REL::Offset BSNavmeshInfoMap__IRecursiveVisitor{ 0x051FDF98 }; - inline constexpr REL::Offset BSNavmeshInfoSearch{ 0x053B6820 }; - inline constexpr REL::Offset BSNavmeshObstacleCoverData{ 0x053B64A0 }; - inline constexpr REL::Offset BSNavmeshObstacleData{ 0x0515D778 }; - inline constexpr REL::Offset BSNavmeshReferenceObstacleArray{ 0x051FCE20 }; - inline constexpr REL::Offset BSNavmeshSearch{ 0x051FECE8 }; - inline constexpr REL::Offset BSNavmeshSearchAvailableSpaceDirectional{ 0x053B6C40 }; - inline constexpr REL::Offset BSNavmeshSearchAvailableSpaceRadius{ 0x053B6AB0 }; - inline constexpr REL::Offset BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ 0x053B6A40 }; - inline constexpr REL::Offset BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ 0x053B6BD0 }; - inline constexpr REL::Offset BSNavmeshSearchBase{ 0x051FABE8 }; - inline constexpr REL::Offset BSNavmeshSearchFilters{ 0x051FED10 }; - inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter__{ 0x053AF470 }; - inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter__{ 0x052F4680 }; - inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor__{ 0x053B6E10 }; - inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ 0x053B6AF0 }; - inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ 0x053B6B60 }; - inline constexpr REL::Offset BSNavmeshSearchHideFilter{ 0x051FECB8 }; - inline constexpr REL::Offset BSNiNode{ 0x05156250 }; - inline constexpr REL::Offset BSNodeReferences{ 0x05389788 }; - inline constexpr REL::Offset BSNoise__Add{ 0x0538BC88 }; - inline constexpr REL::Offset BSNoise__Billow{ 0x0538BC60 }; - inline constexpr REL::Offset BSNoise__Crater{ 0x0538CD38 }; - inline constexpr REL::Offset BSNoise__ICoherent{ 0x053898C8 }; - inline constexpr REL::Offset BSNoise__ICombiner{ 0x0538BCB0 }; - inline constexpr REL::Offset BSNoise__IFractal{ 0x053898A0 }; - inline constexpr REL::Offset BSNoise__IGenerator{ 0x053898F0 }; - inline constexpr REL::Offset BSNoise__IModifier{ 0x0538BD58 }; - inline constexpr REL::Offset BSNoise__ITransformer{ 0x0538CD90 }; - inline constexpr REL::Offset BSNoise__Invert{ 0x0538BD08 }; - inline constexpr REL::Offset BSNoise__Perlin{ 0x05389920 }; - inline constexpr REL::Offset BSNoise__Ridged{ 0x0538CBA8 }; - inline constexpr REL::Offset BSNoise__SmoothStep{ 0x0538BCD8 }; - inline constexpr REL::Offset BSNoise__Subtract{ 0x0538BD80 }; - inline constexpr REL::Offset BSNoise__Turbulence{ 0x0538CD60 }; - inline constexpr REL::Offset BSNoise__Voronoi{ 0x0538BD30 }; - inline constexpr REL::Offset BSNonUniformScaleExtraData{ 0x05169BB8 }; - inline constexpr REL::Offset BSNumericIDCollection{ 0x05179AD8 }; - inline constexpr REL::Offset BSNumericIDCollector{ 0x052AC060 }; - inline constexpr REL::Offset BSOfflineRTExtraData{ 0x0538C918 }; - inline constexpr REL::Offset BSOrderedNode{ 0x051561A0 }; - inline constexpr REL::Offset BSPCGamepadDevice{ 0x053714E0 }; - inline constexpr REL::Offset BSPCGamepadDeviceDelegate{ 0x053714B0 }; - inline constexpr REL::Offset BSPCGamepadDeviceHandler{ 0x053713F8 }; - inline constexpr REL::Offset BSPCGamerProfile{ 0x0540CBC0 }; - inline constexpr REL::Offset BSPCKeyboardDevice{ 0x05371378 }; - inline constexpr REL::Offset BSPCMouseDevice{ 0x05371428 }; - inline constexpr REL::Offset BSPCVirtualKeyboardDevice{ 0x05371480 }; - inline constexpr REL::Offset BSPageFile__File{ 0x053C7B80 }; - inline constexpr REL::Offset BSPageFile__IReadStorage{ 0x053C7BA8 }; - inline constexpr REL::Offset BSPageFile__IStorage{ 0x052A90B8 }; - inline constexpr REL::Offset BSPageFile__ISyncWriteStorage{ 0x052A9148 }; - inline constexpr REL::Offset BSPageFile__MemoryWriteStorage{ 0x052A9110 }; - inline constexpr REL::Offset BSPageFile__MultiplexWrite{ 0x053C87B0 }; - inline constexpr REL::Offset BSPageFile____FileBase{ 0x053C8658 }; - inline constexpr REL::Offset BSPageFile____FileReader_BSPageFile__IReadStorage_BSPageFile__HeapPolicy_{ 0x053C8530 }; - inline constexpr REL::Offset BSPageFile____FileReader_BSPageFile____SystemFileStorageRead_BSPageFile__InlinePolicy_{ 0x053C8350 }; - inline constexpr REL::Offset BSPageFile____FileWriter_BSPageFile__ISyncWriteStorage_BSPageFile__HeapPolicy_{ 0x053C85A0 }; - inline constexpr REL::Offset BSPageFile____FileWriter_BSPageFile__IWriteStorage_BSPageFile__HeapPolicy_{ 0x053C82E0 }; - inline constexpr REL::Offset BSPageFile____FileWriter_BSPageFile____SystemFileStorageWrite_BSPageFile__InlinePolicy_{ 0x053C83D0 }; - inline constexpr REL::Offset BSPageFile____SystemFileStorageRead{ 0x053C8610 }; - inline constexpr REL::Offset BSPageFile____SystemFileStorageWrite{ 0x053C8700 }; - inline constexpr REL::Offset BSPageFile____TSystemFileStorage_BSPageFile__IReadStorage_{ 0x053C8750 }; - inline constexpr REL::Offset BSPageFile____TSystemFileStorage_BSPageFile__ISyncWriteStorage_{ 0x053C8690 }; - inline constexpr REL::Offset BSParseCSV__IGetBufferCB{ 0x05389840 }; - inline constexpr REL::Offset BSParticle{ 0x053ACF50 }; - inline constexpr REL::Offset BSPathBuilder{ 0x051F5988 }; - inline constexpr REL::Offset BSPathEventManager{ 0x053B72B0 }; - inline constexpr REL::Offset BSPathSmootherPOVSearch{ 0x053B0CC8 }; - inline constexpr REL::Offset BSPathfindingTemporary_BSPathingAvoidNodeArray_{ 0x052CAFB0 }; - inline constexpr REL::Offset BSPathfindingTemporary_BSPathingSolution_{ 0x051FDAD0 }; - inline constexpr REL::Offset BSPathfindingTemporary_PathingDoor_{ 0x051FE4C0 }; - inline constexpr REL::Offset BSPathfindingTemporary_PathingRequestClosePoint_{ 0x051FDB70 }; - inline constexpr REL::Offset BSPathfindingTemporary_PathingRequestCover_{ 0x052CCB70 }; - inline constexpr REL::Offset BSPathfindingTemporary_PathingRequestSafeStraightLine_{ 0x051FCFF0 }; - inline constexpr REL::Offset BSPathfindingTemporary_PathingRequest_{ 0x051FDB20 }; - inline constexpr REL::Offset BSPathing{ 0x051FE2D8 }; - inline constexpr REL::Offset BSPathingAvoidNodeArray{ 0x052CAF80 }; - inline constexpr REL::Offset BSPathingCell{ 0x051FE390 }; - inline constexpr REL::Offset BSPathingCellManager{ 0x051FE2A8 }; - inline constexpr REL::Offset BSPathingDoor{ 0x0518B150 }; - inline constexpr REL::Offset BSPathingLocation{ 0x051FDF40 }; - inline constexpr REL::Offset BSPathingLockData{ 0x051FE3E0 }; - inline constexpr REL::Offset BSPathingNumericIDVisitor{ 0x05190CB8 }; - inline constexpr REL::Offset BSPathingRequest{ 0x05152F40 }; - inline constexpr REL::Offset BSPathingRequestPolicies__DestinationArea{ 0x051FADA8 }; - inline constexpr REL::Offset BSPathingRequestPolicies__EscortRequest{ 0x051F6158 }; - inline constexpr REL::Offset BSPathingRequestPolicies__PathingRequestPolicy_BSPathingRequestPolicies__DestinationArea_{ 0x051FAD30 }; - inline constexpr REL::Offset BSPathingRequestPolicies__PathingRequestPolicy_BSPathingRequestPolicies__EscortRequest_{ 0x051F5FA0 }; - inline constexpr REL::Offset BSPathingSearchRayCast{ 0x053B7E68 }; - inline constexpr REL::Offset BSPathingService_DynamicNavmeshService_{ 0x0515E9E0 }; - inline constexpr REL::Offset BSPathingService_PathManagerImpl_{ 0x053B0838 }; - inline constexpr REL::Offset BSPathingSite{ 0x052BD828 }; - inline constexpr REL::Offset BSPathingSolution{ 0x051FDBC0 }; - inline constexpr REL::Offset BSPathingSpace{ 0x051FE498 }; - inline constexpr REL::Offset BSPathingStreamRead{ 0x05194528 }; - inline constexpr REL::Offset BSPathingStreamSimpleBufferRead{ 0x053B5A80 }; - inline constexpr REL::Offset BSPathingStreamSimpleBufferWrite{ 0x0518F170 }; - inline constexpr REL::Offset BSPathingStreamWrite{ 0x0518F208 }; - inline constexpr REL::Offset BSPathingTraversal{ 0x05196010 }; - inline constexpr REL::Offset BSPathingTraversalAction{ 0x051949C8 }; - inline constexpr REL::Offset BSPathingTraversalData{ 0x05194A60 }; - inline constexpr REL::Offset BSPathingTraversalManager{ 0x05195E20 }; - inline constexpr REL::Offset BSPathingTraversalMap_unsignedshort_NiPointer_BSPathingTraversal__BSTSmallArray_NiPointer_BSPathingTraversal__4__{ 0x05196460 }; - inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSPathingTraversalMap_unsignedshort_NiPointer_BSPathingTraversal__BSTSmallArray_NiPointer_BSPathingTraversal__4___{ 0x05196610 }; - inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_BSPathingTraversalAction_BSTArrayHeapAllocator__{ 0x053B3F60 }; - inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_BSTSmartPointer_BGSDeferredTraversalData_BSTSmartPointerIntrusiveRefCount__BSTArrayHeapAllocator__{ 0x05195CD0 }; - inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_NiPointer_BSPathingTraversal__BSTArrayHeapAllocator__{ 0x05195F80 }; - inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ 0x0518A560 }; - inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4__{ 0x05194FF0 }; - inline constexpr REL::Offset BSPathing__CheckLineOfSightFilter{ 0x05190CE8 }; - inline constexpr REL::Offset BSPathing__DetermineAvailableRadiusAtPositionVisitor{ 0x053AF780 }; - inline constexpr REL::Offset BSPathing__DetermineAvailableRadiusInDirectionVisitor{ 0x053AF7D0 }; - inline constexpr REL::Offset BSPathing__EdgeFoundVisitor{ 0x052D2B20 }; - inline constexpr REL::Offset BSPausableItem{ 0x051FCE58 }; - inline constexpr REL::Offset BSPauseRequester{ 0x0512E220 }; - inline constexpr REL::Offset BSPistonController{ 0x0537E428 }; - inline constexpr REL::Offset BSPlatform__BNetAsyncRequestBase{ 0x05408058 }; - inline constexpr REL::Offset BSPlatform__BNetAsyncRequest_std__function_void__{ 0x05099B20 }; - inline constexpr REL::Offset BSPlatform__BSBethesdaPlatform{ 0x05408090 }; - inline constexpr REL::Offset BSPlayerDistanceCheckController{ 0x052CD708 }; - inline constexpr REL::Offset BSPointerListBase_BSTempEffectDebris_{ 0x0512B450 }; - inline constexpr REL::Offset BSPrecomputedNavmeshInfoPathMap{ 0x051FC948 }; - inline constexpr REL::Offset BSPrecomputedNavmeshInfoSearch{ 0x053B67E8 }; - inline constexpr REL::Offset BSProbeGridVolume{ 0x05387BD8 }; - inline constexpr REL::Offset BSProceduralLightningController{ 0x0538A110 }; - inline constexpr REL::Offset BSProceduralLightningTasklet{ 0x0538A148 }; - inline constexpr REL::Offset BSProjectedDecal{ 0x053876F0 }; - inline constexpr REL::Offset BSQueuedResourceCollectionBase{ 0x0516F340 }; - inline constexpr REL::Offset BSQueuedResourceCollection_BSResource2__DB_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x0516F400 }; - inline constexpr REL::Offset BSQueuedResourceCollection_BSResource2__DB_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x05203E80 }; - inline constexpr REL::Offset BSQueuedResourceCollection_BSResource2__DB_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x051E6D80 }; - inline constexpr REL::Offset BSRangeNode{ 0x053882F8 }; - inline constexpr REL::Offset BSRecastModule__BSRecastJob{ 0x053B8650 }; - inline constexpr REL::Offset BSReference{ 0x05389760 }; - inline constexpr REL::Offset BSReflectionProbe{ 0x05389520 }; - inline constexpr REL::Offset BSReflection__AnyType{ 0x05124B98 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__{ 0x051220C0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__{ 0x0511E660 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__{ 0x05122C00 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__{ 0x0511FEE0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__{ 0x0511FCF0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__{ 0x0511EDF0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__{ 0x0511E3D0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSFixedString_BSTArrayHeapAllocator__{ 0x05121880 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__{ 0x0511DEE0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSResource__ID_BSTArrayHeapAllocator__{ 0x0511D840 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__{ 0x0511D660 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__{ 0x0511FB20 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__{ 0x05122050 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__{ 0x05121C70 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__{ 0x0511DBE0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__{ 0x051204D0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__{ 0x05123270 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__{ 0x05122C80 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__{ 0x05122810 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__{ 0x05121A70 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__{ 0x05121CF0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__{ 0x051228B0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__{ 0x0511DA10 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ 0x0511EAC0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__{ 0x0511E000 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__{ 0x051207B0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__{ 0x0511DDC0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__{ 0x0511F160 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__{ 0x05122420 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_TESForm_BSTArrayHeapAllocator__{ 0x051224A0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_float_BSTArrayHeapAllocator__{ 0x05120200 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__{ 0x051209D0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__{ 0x0511E6E0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__{ 0x05123050 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__{ 0x0511EB60 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__{ 0x0511F580 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__{ 0x051214A0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__{ 0x051211C0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__{ 0x0511F920 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_unsignedshort_BSTArrayHeapAllocator__{ 0x05123420 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__{ 0x0511F6F0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_BSAttachConfig__NodeName_4__{ 0x051216C0 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_BSBind__Snapshot__Entry_4__{ 0x0511F320 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_BSFixedString_4__{ 0x05120840 }; - inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_Particles__SystemInternalUID_2__{ 0x051203B0 }; - inline constexpr REL::Offset BSReflection__BSFixedStringType{ 0x05123950 }; - inline constexpr REL::Offset BSReflection__BSSmartPointerType_BSTSmartPointer_BSBind__IController_BSTSmartPointerIntrusiveRefCount__{ 0x05125AA0 }; - inline constexpr REL::Offset BSReflection__BSStringType_BSStaticStringT_260__{ 0x05123BB0 }; - inline constexpr REL::Offset BSReflection__BSStringType_BSStringT_char_1_DynamicMemoryManagementPol__{ 0x05123990 }; - inline constexpr REL::Offset BSReflection__BasicType{ 0x05127228 }; - inline constexpr REL::Offset BSReflection__ClassType{ 0x050A7B48 }; - inline constexpr REL::Offset BSReflection__ConstCStringType{ 0x05123890 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ 0x051BBC30 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ 0x051BD750 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ 0x051BCB30 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ 0x051BD650 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ 0x051BD850 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ 0x051BD550 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ 0x051BDED0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ 0x051BC400 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ 0x05384730 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ 0x05383740 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ 0x05383660 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ 0x053A2930 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ 0x053A6080 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ 0x053A5610 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ 0x053A2850 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ 0x0537ECF0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ 0x051BC500 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ 0x053A68E0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ 0x053A6320 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ 0x053A2510 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ 0x053A5510 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ 0x053A2610 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ 0x053A2750 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ 0x053A2410 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ 0x053A4390 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ 0x053A3D40 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ 0x053A2A10 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ 0x053A6B00 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ 0x053A69D0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ 0x053A5020 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ 0x053A57A0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ 0x053A56A0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ 0x053A3540 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ 0x051BD940 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_float__{ 0x053A4470 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ 0x0537EBD0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ 0x053A3640 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ 0x05385E50 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ 0x05386290 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ 0x053A5120 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ 0x053A5EE0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ 0x053A52B0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ 0x053A6160 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ 0x053A5450 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudLayer_4__{ 0x051BE220 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudPlane_4__{ 0x051BDAB0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x05386B30 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_3__{ 0x051BF210 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_4__{ 0x051BF400 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_ReflectionProbeInstanceData_4__{ 0x051BE090 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_float_3__{ 0x0539AD30 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_signedchar_48__{ 0x053A6FF0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudLayer_4__{ 0x051BE2B0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudPlane_4__{ 0x051BD9B0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x05386C60 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_3__{ 0x051BF290 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_4__{ 0x051BF310 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_ReflectionProbeInstanceData_4__{ 0x051BE120 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_float_3__{ 0x05398960 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_signedchar_48__{ 0x053A6F80 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ 0x051BF760 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ 0x051BDBF0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ 0x051BDF50 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ 0x05384CD0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ 0x05386580 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ 0x05386870 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ 0x05386640 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ 0x053A3110 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ 0x053869E0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ 0x051BEAB0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ 0x051BEEE0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ 0x051BEC10 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ 0x051BF040 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ 0x051BE480 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ 0x051BE680 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ 0x051BE7E0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ 0x053A38C0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ 0x053A3340 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ 0x05385480 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ 0x051BF5E0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ 0x051BDCB0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ 0x051BDD60 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ 0x05384C20 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ 0x053864C0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ 0x053867B0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ 0x05384E30 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ 0x053A3070 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ 0x05386930 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ 0x051BE950 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ 0x051BED80 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ 0x051BECD0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ 0x051BF0F0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ 0x051BE330 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ 0x051BE530 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ 0x051BE8A0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ 0x053A3810 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ 0x053A3280 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ 0x053853F0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ 0x053A58B0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ 0x051BCE80 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_BSResource__ID__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_BSResource__ID__2___BSTHeapSTLAllocator_BSResource__ID_2___{ 0x051BF480 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ 0x053A6420 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ 0x051BBD40 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ 0x053A6C40 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ 0x05383FC0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ 0x05385BA0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ 0x051BC860 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ 0x05398C10 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ 0x053A4530 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ 0x05385FC0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ 0x053A3E20 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ 0x05383990 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ 0x053A4AA0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_unsignedint__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_unsignedint__2___BSTHeapSTLAllocator_unsignedint_2___{ 0x051BFA40 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ 0x053A5CD0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ 0x051BD0F0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ 0x053A6750 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ 0x051BBFB0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ 0x053A3B60 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ 0x053844B0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ 0x053857C0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ 0x051BCBB0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ 0x05399430 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ 0x053A48D0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ 0x05383830 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ 0x053A41C0 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ 0x05383D60 }; - inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ 0x053A4E50 }; - inline constexpr REL::Offset BSReflection__EnumerationType{ 0x051181C0 }; - inline constexpr REL::Offset BSReflection__IBorrowedPtrType{ 0x0512BA60 }; - inline constexpr REL::Offset BSReflection__ICollectionType{ 0x0511E5F0 }; - inline constexpr REL::Offset BSReflection__IConstEnumerator{ 0x051C0BC0 }; - inline constexpr REL::Offset BSReflection__IEnumerator{ 0x051C0BF8 }; - inline constexpr REL::Offset BSReflection__IListType{ 0x0511E5C0 }; - inline constexpr REL::Offset BSReflection__IMapType{ 0x050A6430 }; - inline constexpr REL::Offset BSReflection__IObject{ 0x050A34C8 }; - inline constexpr REL::Offset BSReflection__IReferenceType{ 0x0512BA98 }; - inline constexpr REL::Offset BSReflection__ISetType{ 0x05120E68 }; - inline constexpr REL::Offset BSReflection__ISharedPtrType{ 0x05124648 }; - inline constexpr REL::Offset BSReflection__IStringConverter{ 0x050C1F50 }; - inline constexpr REL::Offset BSReflection__IStringType{ 0x05123B28 }; - inline constexpr REL::Offset BSReflection__IType{ 0x0511E628 }; - inline constexpr REL::Offset BSReflection__IUniquePtrType{ 0x05124A40 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ 0x051BBF30 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ 0x051BD6D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ 0x051BD070 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ 0x051BD5D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ 0x051BD7D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ 0x051BD4D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ 0x051BBCC0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ 0x051BC380 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ 0x05383F50 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ 0x053837C0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ 0x053836D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ 0x053A29A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ 0x053A60F0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ 0x053A2390 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ 0x053A28C0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ 0x0537ED60 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ 0x051BC480 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ 0x053A6960 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ 0x053A63A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ 0x053A2590 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ 0x053A5590 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ 0x053A26B0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ 0x053A27D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ 0x053A2490 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ 0x053A4400 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ 0x053A3DB0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ 0x053A2AB0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ 0x053A6BA0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ 0x053A6A70 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ 0x053A50A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ 0x053A5830 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ 0x053A5720 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ 0x053A35C0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ 0x051BD8D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_float__{ 0x053A44D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ 0x0537EC60 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ 0x053A36D0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ 0x05385F10 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ 0x05386350 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ 0x053A51F0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ 0x053A5FB0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ 0x053A5380 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ 0x053A6240 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ 0x053A54B0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudLayer_4__{ 0x051BE1A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudPlane_4__{ 0x051BDA30 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x05386BD0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_3__{ 0x051BF1A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_4__{ 0x051BF390 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_ReflectionProbeInstanceData_4__{ 0x051BE010 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_float_3__{ 0x05398730 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_signedchar_48__{ 0x053A6F20 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ 0x051BF6A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ 0x051BDB40 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ 0x051BDE20 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ 0x05384B70 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ 0x05386400 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ 0x05386700 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ 0x05384D80 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ 0x053A2FD0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ 0x05386A90 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ 0x051BEA00 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ 0x051BEE30 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ 0x051BEB60 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ 0x051BEFA0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ 0x051BE3E0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ 0x051BE5E0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ 0x051BE730 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ 0x053A3760 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ 0x053A31C0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ 0x05385360 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ 0x053A5AC0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ 0x051BD2E0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ 0x053A65C0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ 0x051BC1A0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ 0x053A3980 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ 0x05384240 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ 0x05385520 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ 0x051BC590 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ 0x05399780 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ 0x053A4700 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ 0x05386130 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ 0x053A3FF0 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ 0x05383B80 }; - inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ 0x053A4C80 }; - inline constexpr REL::Offset BSReflection__RawPointerType_ActorValueInfo_{ 0x050C4B80 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSArtObject_{ 0x050A32B0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSAtmosphere_{ 0x0512B8D0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSCloudForm_{ 0x0512B920 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSConditionForm_{ 0x0512B9C0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSCurveForm_{ 0x0512B880 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSEffectSequenceForm_{ 0x0512B530 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSExplosion_{ 0x0512B6F0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSImpactDataSet_{ 0x050C4F90 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSKeyword_{ 0x050C4860 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSLensFlare_{ 0x0512B970 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSMaterialPathForm_{ 0x0512B650 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSParticleSystemDefineCollection_{ 0x0512B580 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSProjectedDecal_{ 0x050C49F0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSTimeOfDayData_{ 0x0512B740 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSVolumetricLighting_{ 0x050C4A90 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSWeatherSettingsForm_{ 0x050C4C80 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BGSWwiseEventForm_{ 0x0512BA10 }; - inline constexpr REL::Offset BSReflection__RawPointerType_BSGalaxy__BGSSunPresetForm_{ 0x050C4E40 }; - inline constexpr REL::Offset BSReflection__RawPointerType_MagicItem_{ 0x0512B830 }; - inline constexpr REL::Offset BSReflection__RawPointerType_SpellItem_{ 0x0512B4E0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_TESClimate_{ 0x050A3170 }; - inline constexpr REL::Offset BSReflection__RawPointerType_TESForm_{ 0x0512B6A0 }; - inline constexpr REL::Offset BSReflection__RawPointerType_TESImageSpaceModifier_{ 0x0512B790 }; - inline constexpr REL::Offset BSReflection__RawPointerType_TESImageSpace_{ 0x050A3210 }; - inline constexpr REL::Offset BSReflection__RawPointerType_TESObjectLIGH_{ 0x0512B7E0 }; - inline constexpr REL::Offset BSReflection__ReflectionBase_BSReflection__ClassType_{ 0x050A7B80 }; - inline constexpr REL::Offset BSReflection__ReflectionBase_BSReflection__EnumerationType_{ 0x05118200 }; - inline constexpr REL::Offset BSReflection__ReflectionBase_BSReflection__IStringType_{ 0x05123B60 }; - inline constexpr REL::Offset BSReflection__ResourceIDStringConverter{ 0x050C1F88 }; - inline constexpr REL::Offset BSReflection__Serializer{ 0x05387C00 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_BGSCloudForm__CloudLayer_4__{ 0x0511C9C0 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_BGSCloudForm__CloudPlane_4__{ 0x0511BD80 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x0511A1C0 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_LODMeshOverrides_3__{ 0x05119A60 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_LODMeshOverrides_4__{ 0x05119610 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_ReflectionProbeInstanceData_4__{ 0x05119220 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_float_3__{ 0x05118970 }; - inline constexpr REL::Offset BSReflection__StdArrayType_std__array_signedchar_48__{ 0x05118B40 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122140 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E450 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122A80 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511FF60 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511FD70 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511EE70 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E310 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSFixedString_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051217D0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511DF50 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSResource__ID_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D790 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D5A0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511FB90 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121EF0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121AF0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511DA80 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05120550 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05123100 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122D00 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122730 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051218F0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121D70 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122920 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D8B0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E910 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E0A0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120610 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511DC50 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511EFE0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05122360 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_TESForm_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122510 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_float_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120160 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120A60 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E770 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05122F60 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511EC10 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511F380 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05121290 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05120FA0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511FA00 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_unsignedshort_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051232F0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511F760 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_BSAttachConfig__NodeName_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121570 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_BSBind__Snapshot__Entry_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511F280 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_BSFixedString_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051208A0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_Particles__SystemInternalUID_2__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120300 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_BGSCloudForm__CloudLayer_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511C880 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_BGSCloudForm__CloudPlane_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511BE70 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_BSForces__ReceiverSettings__ChannelSettings_2__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511A2E0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_LODMeshOverrides_3__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05119930 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_LODMeshOverrides_4__BSReflection__IListType_std__integral_constant_bool_0__{ 0x051194E0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_ReflectionProbeInstanceData_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119320 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_float_3__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05118860 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_signedchar_48__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05118A30 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119FE0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511BFE0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511AE20 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511C7A0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119AC0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511B230 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511CAB0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511B7A0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511A870 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511C480 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511D230 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511AAD0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511B400 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___BSReflection__IListType_std__integral_constant_bool_0__{ 0x05118B90 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511A440 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D070 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511BB50 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119030 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119700 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050A6F90 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A6750 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A6B70 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C31C0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A7430 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050C3690 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050C4280 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050C3E80 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C2CA0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A60E0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C21A0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C29E0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C25E0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A79E0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__ISetType_std__integral_constant_bool_1__{ 0x05120BF0 }; - inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____BSReflection__ISetType_std__integral_constant_bool_1__{ 0x05123540 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_BGSCloudForm__CloudLayer_4__BSReflection__IListType_{ 0x0511CA20 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_BGSCloudForm__CloudPlane_4__BSReflection__IListType_{ 0x0511BDE0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_BSForces__ReceiverSettings__ChannelSettings_2__BSReflection__IListType_{ 0x0511A240 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_LODMeshOverrides_3__BSReflection__IListType_{ 0x051198B0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_LODMeshOverrides_4__BSReflection__IListType_{ 0x05119460 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_ReflectionProbeInstanceData_4__BSReflection__IListType_{ 0x05119290 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_float_3__BSReflection__IListType_{ 0x051187F0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_signedchar_48__BSReflection__IListType_{ 0x051189C0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___BSReflection__IListType_{ 0x05119F00 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___BSReflection__IListType_{ 0x0511BF10 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___BSReflection__IListType_{ 0x0511AFC0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___BSReflection__IListType_{ 0x0511C6D0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___BSReflection__IListType_{ 0x05119D60 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___BSReflection__IListType_{ 0x0511B150 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___BSReflection__IListType_{ 0x0511CC90 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___BSReflection__IListType_{ 0x0511B6F0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___BSReflection__IListType_{ 0x0511A7B0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___BSReflection__IListType_{ 0x0511C3C0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___BSReflection__IListType_{ 0x0511D3D0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___BSReflection__IListType_{ 0x0511AA00 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___BSReflection__IListType_{ 0x0511B630 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___BSReflection__IListType_{ 0x05118D30 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___BSReflection__IListType_{ 0x0511A660 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___BSReflection__IListType_{ 0x0511CFA0 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___BSReflection__IListType_{ 0x0511BA80 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___BSReflection__IListType_{ 0x05118F50 }; - inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___BSReflection__IListType_{ 0x05119670 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050A6E20 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x050A65F0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050A6A50 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050C3070 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050A72E0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050C34E0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050C40B0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x050C3C90 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x050C2F50 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____{ 0x050A7740 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____{ 0x050C23D0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____{ 0x050C28C0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ 0x050C24B0 }; - inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ 0x050A78B0 }; - inline constexpr REL::Offset BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x05120EA0 }; - inline constexpr REL::Offset BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____{ 0x05123480 }; - inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator___{ 0x051259F0 }; - inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_HavokParticleDef__BaseShape__{ 0x05125F10 }; - inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__BaseCustomParameter__{ 0x05125380 }; - inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__Intrinsics__SharedAsset__{ 0x05124530 }; - inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ListFloatCurve__{ 0x05125270 }; - inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ResourceDependency__{ 0x051255E0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___{ 0x05124FB0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__IAttachableObject_stl__detail__AlignedDelete_BSAttachConfig__IAttachableObject___{ 0x05123E30 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__ISearchMethod_stl__detail__AlignedDelete_BSAttachConfig__ISearchMethod___{ 0x05124CB0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Controllers_stl__detail__AlignedDelete_BSBind__Controllers___{ 0x05124E30 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Directory_stl__detail__AlignedDelete_BSBind__Directory___{ 0x05125880 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___{ 0x051254B0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___{ 0x05125720 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__ISpawnableObject_stl__detail__AlignedDelete_BSSequence__ISpawnableObject___{ 0x05124680 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___{ 0x05124A80 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___{ 0x05124810 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BaseLightAnimData_stl__detail__AlignedDelete_BaseLightAnimData___{ 0x05125060 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_EffectSequenceMap_stl__detail__AlignedDelete_EffectSequenceMap___{ 0x05125E70 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___{ 0x051242E0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___{ 0x05124150 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___{ 0x05126100 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__ParameterSetBase_stl__detail__AlignedDelete_Particles__Intrinsics__ParameterSetBase___{ 0x05125CE0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MaterialProperties_stl__detail__AlignedDelete_Particles__MaterialProperties___{ 0x05123EE0 }; - inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___{ 0x05124470 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___{ 0x05119E40 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___{ 0x0511C1A0 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___{ 0x0511AF10 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___{ 0x0511C630 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___{ 0x05119CA0 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___{ 0x0511B0A0 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___{ 0x0511CD70 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___{ 0x0511B920 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___{ 0x0511A720 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___{ 0x0511C320 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___{ 0x0511D320 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___{ 0x0511AC90 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___{ 0x0511B5A0 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___{ 0x05118DF0 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___{ 0x0511A5D0 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___{ 0x0511CF00 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___{ 0x0511BC30 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___{ 0x05118E90 }; - inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___{ 0x05119840 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_ActorValueInfo_{ 0x050C4B30 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSArtObject_{ 0x050A3260 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSAtmosphere_{ 0x050C4AE0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSCloudForm_{ 0x050C4BD0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSConditionForm_{ 0x050C4EA0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSCurveForm_{ 0x050C4950 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSEffectSequenceForm_{ 0x050C4CE0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSExplosion_{ 0x050C47C0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSImpactDataSet_{ 0x050C4F40 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSKeyword_{ 0x050C4810 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSLensFlare_{ 0x050C4D30 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSMaterialPathForm_{ 0x050A33A0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSParticleSystemDefineCollection_{ 0x050C4D80 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSProjectedDecal_{ 0x050C49A0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSTimeOfDayData_{ 0x050C4770 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSVolumetricLighting_{ 0x050C4A40 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSWeatherSettingsForm_{ 0x050C4C20 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BGSWwiseEventForm_{ 0x050C4720 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_BSGalaxy__BGSSunPresetForm_{ 0x050C4DE0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_MagicItem_{ 0x050A3300 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_SpellItem_{ 0x050C4EF0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_TESClimate_{ 0x050A3120 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_TESForm_{ 0x050C48B0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_TESImageSpaceModifier_{ 0x050A3350 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_TESImageSpace_{ 0x050A31C0 }; - inline constexpr REL::Offset BSReflection__TESFormPointer_TESObjectLIGH_{ 0x050C4900 }; - inline constexpr REL::Offset BSReflection__TVisitor_0_{ 0x05387C30 }; - inline constexpr REL::Offset BSReflection__TVisitor_1_{ 0x05387C68 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122200 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E510 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122B40 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05120020 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511FE30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511EF30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E250 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSFixedString_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05121730 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511DE40 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSResource__ID_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511D6F0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511D4E0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511FC40 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05121FA0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05121BB0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x0511DB30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05120420 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051231C0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122DC0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122660 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051219B0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05121E30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051229D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511D960 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E9F0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E180 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051206E0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511DD10 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511F0A0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x051222B0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_TESForm_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051225C0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_float_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051200D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05120B30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E840 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05122E70 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x0511ED00 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x0511F480 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x051213A0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x051210B0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x0511F810 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_unsignedshort_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05123390 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__std__integral_constant_bool_1__{ 0x0511F640 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_BSAttachConfig__NodeName_4__std__integral_constant_bool_1__{ 0x05121620 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_BSBind__Snapshot__Entry_4__std__integral_constant_bool_1__{ 0x0511F1E0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_BSFixedString_4__std__integral_constant_bool_1__{ 0x05120940 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_Particles__SystemInternalUID_2__std__integral_constant_bool_1__{ 0x05120260 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_BGSCloudForm__CloudLayer_4__std__integral_constant_bool_1__{ 0x0511C920 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_BGSCloudForm__CloudPlane_4__std__integral_constant_bool_1__{ 0x0511BCE0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_BSForces__ReceiverSettings__ChannelSettings_2__std__integral_constant_bool_1__{ 0x0511A390 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_LODMeshOverrides_3__std__integral_constant_bool_0__{ 0x051199D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_LODMeshOverrides_4__std__integral_constant_bool_0__{ 0x05119580 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_ReflectionProbeInstanceData_4__std__integral_constant_bool_1__{ 0x051193C0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_float_3__std__integral_constant_bool_1__{ 0x051188F0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_signedchar_48__std__integral_constant_bool_1__{ 0x05118AC0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___std__integral_constant_bool_1__{ 0x0511A0D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___std__integral_constant_bool_1__{ 0x0511C0C0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___std__integral_constant_bool_1__{ 0x0511AD40 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___std__integral_constant_bool_1__{ 0x0511C560 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___std__integral_constant_bool_1__{ 0x05119BB0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___std__integral_constant_bool_1__{ 0x0511B320 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___std__integral_constant_bool_1__{ 0x0511CBA0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___std__integral_constant_bool_1__{ 0x0511B860 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___std__integral_constant_bool_1__{ 0x0511A940 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___std__integral_constant_bool_1__{ 0x0511C250 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___std__integral_constant_bool_0__{ 0x0511D150 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___std__integral_constant_bool_0__{ 0x0511ABB0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___std__integral_constant_bool_1__{ 0x0511B4D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___std__integral_constant_bool_0__{ 0x05118C60 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___std__integral_constant_bool_1__{ 0x0511A510 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___std__integral_constant_bool_1__{ 0x0511CE20 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___std__integral_constant_bool_1__{ 0x0511B9A0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___std__integral_constant_bool_1__{ 0x05119130 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___std__integral_constant_bool_1__{ 0x051197A0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_0__{ 0x050A7140 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_1__{ 0x050A6460 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_1__{ 0x050A6CD0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_1__{ 0x050C3350 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_1__{ 0x050A75C0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_0__{ 0x050C3880 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_0__{ 0x050C4490 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_0__{ 0x050C3A70 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_1__{ 0x050C2E00 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____std__integral_constant_bool_1__{ 0x050A6290 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____std__integral_constant_bool_1__{ 0x050C22C0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____std__integral_constant_bool_1__{ 0x050C2B40 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____std__integral_constant_bool_1__{ 0x050C2750 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____std__integral_constant_bool_1__{ 0x050A68F0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_1__{ 0x05120D30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____std__integral_constant_bool_1__{ 0x05123640 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_BSTSmartPointer_BSBind__IController_BSTSmartPointerIntrusiveRefCount__std__integral_constant_bool_1__{ 0x05125B30 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator___std__integral_constant_bool_1__{ 0x05125910 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_HavokParticleDef__BaseShape__std__integral_constant_bool_1__{ 0x05125F80 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__BaseCustomParameter__std__integral_constant_bool_1__{ 0x051252E0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__Intrinsics__SharedAsset__std__integral_constant_bool_1__{ 0x051245A0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__ListFloatCurve__std__integral_constant_bool_1__{ 0x051251D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__ResourceDependency__std__integral_constant_bool_1__{ 0x05125540 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_BSFixedString_std__integral_constant_bool_1__{ 0x051238D0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_BSStaticStringT_260__std__integral_constant_bool_1__{ 0x05123AA0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_BSStringT_char_1_DynamicMemoryManagementPol__std__integral_constant_bool_1__{ 0x05123A00 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_charconst_std__integral_constant_bool_1__{ 0x05123820 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_BSReflection__Any_std__integral_constant_bool_1__{ 0x05124B20 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___std__integral_constant_bool_0__{ 0x05124ED0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSAttachConfig__IAttachableObject_stl__detail__AlignedDelete_BSAttachConfig__IAttachableObject___std__integral_constant_bool_0__{ 0x05123D40 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSAttachConfig__ISearchMethod_stl__detail__AlignedDelete_BSAttachConfig__ISearchMethod___std__integral_constant_bool_0__{ 0x05124BD0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSBind__Controllers_stl__detail__AlignedDelete_BSBind__Controllers___std__integral_constant_bool_0__{ 0x05124D60 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSBind__Directory_stl__detail__AlignedDelete_BSBind__Directory___std__integral_constant_bool_0__{ 0x051257B0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___std__integral_constant_bool_0__{ 0x051253F0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___std__integral_constant_bool_0__{ 0x05125650 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__ISpawnableObject_stl__detail__AlignedDelete_BSSequence__ISpawnableObject___std__integral_constant_bool_0__{ 0x05124730 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___std__integral_constant_bool_0__{ 0x05124970 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___std__integral_constant_bool_0__{ 0x051248A0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BaseLightAnimData_stl__detail__AlignedDelete_BaseLightAnimData___std__integral_constant_bool_0__{ 0x05125100 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_EffectSequenceMap_stl__detail__AlignedDelete_EffectSequenceMap___std__integral_constant_bool_0__{ 0x05125DA0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___std__integral_constant_bool_0__{ 0x05124200 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___std__integral_constant_bool_0__{ 0x05124070 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___std__integral_constant_bool_0__{ 0x05126020 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__Intrinsics__ParameterSetBase_stl__detail__AlignedDelete_Particles__Intrinsics__ParameterSetBase___std__integral_constant_bool_0__{ 0x05125BF0 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__MaterialProperties_stl__detail__AlignedDelete_Particles__MaterialProperties___std__integral_constant_bool_0__{ 0x05123F90 }; - inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___std__integral_constant_bool_0__{ 0x05124380 }; - inline constexpr REL::Offset BSReflection__UIDStringConverter{ 0x050C1F18 }; - inline constexpr REL::Offset BSReflection____CopyVisitor{ 0x053B8940 }; - inline constexpr REL::Offset BSRenderUtil__RequestUpgrade__2__UpgradeTextureVisitor{ 0x053810A0 }; - inline constexpr REL::Offset BSRendererSceneNode{ 0x053835E8 }; - inline constexpr REL::Offset BSRendererState{ 0x05389598 }; - inline constexpr REL::Offset BSResource2__CacheBase{ 0x0515D110 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ 0x052BC120 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ 0x052BCCD0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ 0x052BC080 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSTerrainVisibilityDataDB__DBTraits_BSResource2__DBResourceStreamPolicy__128_{ 0x05201DC0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy__8_{ 0x0538C700 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ 0x05164040 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ 0x0516CC50 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x05380D30 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ 0x05381780 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ 0x053B8710 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy__1024_{ 0x05164480 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053EA6A0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053EA810 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053EA750 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053FB080 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__Model__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053FAFC0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x053DF610 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x053E4330 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053E4280 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ 0x053FC4A0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x05228ED0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ 0x05163160 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x05165440 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ 0x0539F950 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x05165A90 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ 0x051C6D30 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TerrainFileDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ 0x0515D190 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ 0x053C8AF0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053C8BF0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__512_{ 0x053831A0 }; - inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ 0x0536E450 }; - inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x0538C680 }; - inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x05189A70 }; - inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x05381810 }; - inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x053B8830 }; - inline constexpr REL::Offset BSResource2__DBStreamOps_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x0536E3D0 }; - inline constexpr REL::Offset BSResource2__DBStreamOps_1_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x051631F0 }; - inline constexpr REL::Offset BSResource2__EntryBase{ 0x0515D220 }; - inline constexpr REL::Offset BSResource2__IResourceCreator{ 0x05163320 }; - inline constexpr REL::Offset BSResource2__ProxyStream{ 0x053B95A0 }; - inline constexpr REL::Offset BSResource2__ResourceCreateNode{ 0x053B9508 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x0519A700 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A05E0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A12E0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0538C790 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05164250 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0516CB50 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05380CB0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05189A00 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05381C30 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053B87B0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0536E4E0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05164410 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CA130 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CA010 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C9E50 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E2010 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053DF590 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E49C0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E41F0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E95E0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05228F70 }; - inline constexpr REL::Offset BSResource2__TEntryBase_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x051630F0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051653D0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0539F9E0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05165A20 }; - inline constexpr REL::Offset BSResource2__TEntryBase_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051C6CC0 }; - inline constexpr REL::Offset BSResource2__TEntryBase_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C8B80 }; - inline constexpr REL::Offset BSResource2__TEntryBase_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C8A00 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x0519A780 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A0750 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A1260 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0538C610 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051641E0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0516CBD0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05380DD0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05381BC0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053B88C0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051643A0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C9F80 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CA0A0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C9EE0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E20C0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053DF8B0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E4940 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E43D0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E9560 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05228FF0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05163070 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05165360 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0539F8D0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051659A0 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051C6C50 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C8C90 }; - inline constexpr REL::Offset BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C8A70 }; - inline constexpr REL::Offset BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05189960 }; - inline constexpr REL::Offset BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0536E550 }; - inline constexpr REL::Offset BSResourceNiBinaryStream{ 0x0539EF60 }; - inline constexpr REL::Offset BSResourceReloadManager{ 0x0538AE58 }; - inline constexpr REL::Offset BSResourceStreamParser{ 0x0539EF90 }; - inline constexpr REL::Offset BSResourceStreamStorage{ 0x053BCB50 }; - inline constexpr REL::Offset BSResource__Archive2__AsyncReaderStream{ 0x053B9AD0 }; - inline constexpr REL::Offset BSResource__Archive2__Index{ 0x053B9B10 }; - inline constexpr REL::Offset BSResource__Archive2__Manager__MemoryCacheLocation{ 0x053B9BF0 }; - inline constexpr REL::Offset BSResource__Archive2__ReaderStream{ 0x053B9C68 }; - inline constexpr REL::Offset BSResource__ArchiveIDConverter{ 0x0512B3E0 }; - inline constexpr REL::Offset BSResource__AsyncStream{ 0x053B9C38 }; - inline constexpr REL::Offset BSResource__IDToStringConverter{ 0x0512B3A8 }; - inline constexpr REL::Offset BSResource__IMemoryFileBuffer{ 0x053BCB80 }; - inline constexpr REL::Offset BSResource__Location{ 0x0512B330 }; - inline constexpr REL::Offset BSResource__LocationTraverser{ 0x0538EAD0 }; - inline constexpr REL::Offset BSResource__LooseFileLocation{ 0x053BCB18 }; - inline constexpr REL::Offset BSResource__MemoryFileBuffer{ 0x053BCBF0 }; - inline constexpr REL::Offset BSResource__MemoryFileLocation{ 0x053B99F0 }; - inline constexpr REL::Offset BSResource__MemoryFileStream{ 0x053BCBB8 }; - inline constexpr REL::Offset BSResource__RegisterPrefix__2__Traverser{ 0x053BAFA0 }; - inline constexpr REL::Offset BSResource__ReplicateAt__9__ReplicateFoundFunctor{ 0x053BAF10 }; - inline constexpr REL::Offset BSResource__SDirectory2__IDirectoryIDIterator{ 0x0535F860 }; - inline constexpr REL::Offset BSResource__SDirectory2__IDirectoryStreamIterator{ 0x051536F0 }; - inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryIDIterator__lambda_1878616f010cc6ab7baa6304ad986862__{ 0x0535FF80 }; - inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryIDIterator__lambda_1dc4c9fd4184baf80783bd23885e4293__{ 0x0538E1D0 }; - inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_07db21462aaff3d75f2a779de2199c51__{ 0x05153260 }; - inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_61ab71fb4416c75a22c24a40534c73a6__{ 0x0536EB40 }; - inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_7fff9ba07d1b8043460bcc3945d67b7d__{ 0x05153B30 }; - inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_bc9e99e084c38c80d12e8142423e10c0__{ 0x0536E820 }; - inline constexpr REL::Offset BSResource__SDirectory2__ThreadCursor{ 0x053B9838 }; - inline constexpr REL::Offset BSResource__Server__Commands__CancelAll{ 0x05382B68 }; - inline constexpr REL::Offset BSResource__Server__GraphProcessor{ 0x051C7738 }; - inline constexpr REL::Offset BSResource__Server__IServerMessaging{ 0x051632E0 }; - inline constexpr REL::Offset BSResource__Server__LinearProcessor{ 0x0517BD70 }; - inline constexpr REL::Offset BSResource__Server__NodeBase{ 0x05154780 }; - inline constexpr REL::Offset BSResource__Server__ProcessorBase{ 0x0517BDA8 }; - inline constexpr REL::Offset BSResource__Server__ResourceServerDebug{ 0x053BC030 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_00e78374fa748df52e5051d6f1200f85_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__{ 0x051A0240 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ 0x0519F9B0 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_1350626edc89276506ac1f95704eabd8__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ 0x0519FB80 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_37d97d1c066546897543d0f2cfc393d2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandleBase_BSTHeapSTLAllocator_BSResource2__DBHandleBase_2___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x051A1090 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_44cdbee3c50ca9112b78f869433ff5f7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x051A1360 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_7ddc3f887185677b9881614a021f8209__{ 0x0519F730 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b69c667e42a027cd196cc757bed734a7__{ 0x0519F7C0 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x0519A180 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b96e2e1c1bd505ba28146f90755b412a__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ 0x0519FE10 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_bf105458c3b8d0d949c6155c7e0691ee__BSCellAreaconst_std__shared_lock_BGSPlanet__Manager__{ 0x0519FAB0 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_d70ea8303525b4d983b64a8af0f778ab__{ 0x051A1000 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_e39c09fdb73b00d65c56a5ad3000d0ed__{ 0x0519E4E0 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_BSTObjectArena_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTObjectArenaScrapAlloc_32___lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ 0x0519F850 }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__std__hash_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy____std__equal_to_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_______lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ - 0x0519A2F0 - }; - inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__InternalDependencyNode_BSProcGen__Resources_{ 0x0519FA40 }; - inline constexpr REL::Offset BSResource__Stream{ 0x053B95D0 }; - inline constexpr REL::Offset BSResource__StreamBase{ 0x053B95F8 }; - inline constexpr REL::Offset BSResource____DefaultLocationData{ 0x053BC930 }; - inline constexpr REL::Offset BSResource____DevNull{ 0x053BB710 }; - inline constexpr REL::Offset BSResource____DevNull__NullStream{ 0x053BB1B0 }; - inline constexpr REL::Offset BSResource____EventSources{ 0x053BB1F8 }; - inline constexpr REL::Offset BSResource____GlobalLocations{ 0x053BB900 }; - inline constexpr REL::Offset BSResource____GlobalPaths{ 0x053BB848 }; - inline constexpr REL::Offset BSResource____LocationTree{ 0x053BB808 }; - inline constexpr REL::Offset BSResource____LooseFileAsyncBase{ 0x053BCC30 }; - inline constexpr REL::Offset BSResource____LooseFileAsyncBase__FunctorType{ 0x053BCD10 }; - inline constexpr REL::Offset BSResource____LooseFileAsyncChild{ 0x053BCC80 }; - inline constexpr REL::Offset BSResource____LooseFileAsyncStream{ 0x053BCD60 }; - inline constexpr REL::Offset BSResource____LooseFileStream{ 0x053BCCC8 }; - inline constexpr REL::Offset BSResource____LooseFileStreamBase{ 0x053BCDB0 }; - inline constexpr REL::Offset BSResource____RegisterFoundStreamTraverser{ 0x053BB160 }; - inline constexpr REL::Offset BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy_{ 0x052D3A20 }; - inline constexpr REL::Offset BSResponse_BSFixedString_TESObjectREFR_BSFixedString_DoNothingUnhandledPolicy_{ 0x05166030 }; - inline constexpr REL::Offset BSRotAccumTransfInterpolator{ 0x05405FD0 }; - inline constexpr REL::Offset BSSaveDataSystemUtility{ 0x05134848 }; - inline constexpr REL::Offset BSSaveDataSystemUtilityFile{ 0x052A9240 }; - inline constexpr REL::Offset BSSaveDataSystemUtility__ValidateUserResult{ 0x05090D20 }; - inline constexpr REL::Offset BSScaleformFileOpener{ 0x0539FBB8 }; - inline constexpr REL::Offset BSScaleformImageLoader{ 0x053A0080 }; - inline constexpr REL::Offset BSScaleformMovieLoadTask{ 0x0539FC78 }; - inline constexpr REL::Offset BSScaleformTranslator__ScaleformImpl{ 0x053A0170 }; - inline constexpr REL::Offset BSSceneGraphQueue{ 0x0518C1E0 }; - inline constexpr REL::Offset BSSceneNode{ 0x05383540 }; - inline constexpr REL::Offset BSScript__ByteCode__PackedInstructionStream__InstructionFunctor{ 0x053C2830 }; - inline constexpr REL::Offset BSScript__CompiledScriptLoader{ 0x053BF9C0 }; - inline constexpr REL::Offset BSScript__ErrorLogger{ 0x05334FB8 }; - inline constexpr REL::Offset BSScript__ICachedErrorMessage{ 0x05225D88 }; - inline constexpr REL::Offset BSScript__IClientVM{ 0x0533AA98 }; - inline constexpr REL::Offset BSScript__IComplexType{ 0x053BDA00 }; - inline constexpr REL::Offset BSScript__IFunction{ 0x0522F5C8 }; - inline constexpr REL::Offset BSScript__IHandleReaderWriter{ 0x05332728 }; - inline constexpr REL::Offset BSScript__ILoader{ 0x0533B1A8 }; - inline constexpr REL::Offset BSScript__IMemoryPagePolicy{ 0x053BF080 }; - inline constexpr REL::Offset BSScript__IObjectHandlePolicy{ 0x0533B128 }; - inline constexpr REL::Offset BSScript__IObjectProcessor{ 0x053C1620 }; - inline constexpr REL::Offset BSScript__IProfilePolicy{ 0x05336F68 }; - inline constexpr REL::Offset BSScript__IRemoteDebugger{ 0x0532E0C0 }; - inline constexpr REL::Offset BSScript__ISavePatcherInterface{ 0x053372B8 }; - inline constexpr REL::Offset BSScript__IStackCallbackFunctor{ 0x0533AA60 }; - inline constexpr REL::Offset BSScript__IStackCallbackSaveInterface{ 0x0533AAF8 }; - inline constexpr REL::Offset BSScript__IStore{ 0x05337928 }; - inline constexpr REL::Offset BSScript__IVMDebugInterface{ 0x053BDA30 }; - inline constexpr REL::Offset BSScript__IVMObjectBindInterface{ 0x053BCE28 }; - inline constexpr REL::Offset BSScript__IVMRemoteDebuggerInterface{ 0x053C0560 }; - inline constexpr REL::Offset BSScript__IVMSaveLoadInterface{ 0x053BDA98 }; - inline constexpr REL::Offset BSScript__IVirtualMachine{ 0x053BDA68 }; - inline constexpr REL::Offset BSScript__Internal__AutoPropGetFunction{ 0x053C2CC0 }; - inline constexpr REL::Offset BSScript__Internal__AutoPropSetFunction{ 0x053C2C80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_02122c26b0be74514353a88d506a2640__{ 0x053320C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0360372f0680ebf7ef6bb54b44c3b246__{ 0x053C1FB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_045890a185c482d5895a73a5f408fc1e__{ 0x053C0440 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_046112375fa10f8318e8e290e13f938b__{ 0x053C5010 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_04e53cb2371e58c071bc76e71a812401__{ 0x053C59A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_04efe721f1292324303d60741c771251__{ 0x053BD220 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_06450ff4667b6559b4b11bc3fec1042d__{ 0x05332130 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_066b3bf4787acc83e99b7cf7517f2488__{ 0x0533A740 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_06e38ae098ddc3aa2134573a9dfed6b0__{ 0x053BF950 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_06ea22bd14bafd7feb5577f3cf5d7a5c__{ 0x053C5770 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_095c2d9bc31c1811382623509ddbae32__{ 0x053BF010 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_09675d5e413510777f0a1884463947aa__{ 0x0534D830 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_09835bc0fa6c9d857857d6fe061a46b0__{ 0x05334E20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0a624a97b3c7bb2ed7e6bfc63f9f653b__{ 0x053BF8E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0af9277573c344118d6a1fe21861be45__{ 0x053C3820 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0b251481873c2fc664fefb6243c1d28d__{ 0x053453B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0ca112fae378524f5c716434e6dc3af4__{ 0x053C1920 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0cbf88e287801d255a538991dedda930__{ 0x053BDD10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0f20dc351867eb139704044c2aafef40__{ 0x053C0280 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0f2cce400fa8fc226f9799dbbb2ac3f7__{ 0x053BD290 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0ffa4039c86b34939d9156f569351c83__{ 0x053C4150 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_100817096d2871fec86183b3d5d2cf63__{ 0x053C2410 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1022bf7ba33218059c5943b7177bda36__{ 0x053BE440 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_106a037e58cd223a27b0e4133fdb8e90__{ 0x053C00C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_10f6b540449e33286cafe8fd814c074a__{ 0x053C0860 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_11633ff57cf1f655573655e081f23783__{ 0x053361D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_12aef229f47da98e2424118f5ab57f5e__{ 0x053BF250 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_132f52394ebbc275b28c8a3f247600d8__{ 0x053BD6C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_134bfe5ae3c63f691cc383e907d4b52a__{ 0x053327D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_14c4abc6072326c0d86e26653839793b__{ 0x053BFAE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1599f5a47c8b32576c26a4f50646ef86__{ 0x053C2BA0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_171e2043e47a2b7ae5a5284fe3e8231a__{ 0x053C5CB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_17727cc8b00ded511dcb64ca76172cea__{ 0x05332EB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_191bbe701cc3a26b0be5bbb8283110c1__{ 0x053BE4B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_195b29117bb53e6f6fab5c100b6cf414__{ 0x053C3440 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_19d0d049696ee9c50fd7fe46cc0ec7fa__{ 0x053BF3A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1b9498896c1c5518a568037d3e0ef312__{ 0x053C41C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1d5233af2554c8bf8c3b1d0cbdf99c74__{ 0x053C29E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1e2e04e9fac0e1ed271771653d9c0e9d__{ 0x053C2170 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1e77bf8ba449168726ee648bfb8c00a2__{ 0x05336240 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1f6d48a3f5c01e30f10f3610bde8bc55__{ 0x053C42A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_203ef803715b965dfdfc31e69cc58e2d__{ 0x0534E0C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_20d1b1520a8d9535dbd93636277c0f54__{ 0x053C3590 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_212930db2a9b4458714ea80fd7cb589a__{ 0x053C4E50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_21997b57d71ca5b487b7a616ca82152f__{ 0x05348EB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_21a2220d0527ea37e103f7714889f29e__{ 0x053C2250 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_21ac452d13e1fadaf64bec4ee6c0acbf__{ 0x053C30A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_21d23467ebfc6b45fcc90d23f6e8f68f__{ 0x0533E4B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_226b02dde4327efc95fb547c6dba0331__{ 0x053C26B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_226c537515aad74a7132422c1285e020__{ 0x05333700 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_22c8bc2d14ed99e197f1030a8403622e__{ 0x053BEC20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2311c81b3797f5a52c76dc4224a8834b__{ 0x053BF4F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_242fae91e337cb0b091fb1c535e8d6f0__{ 0x0532F830 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_244b960c5fe6424fc5226771c752b222__{ 0x053BE520 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2588025f28d88cab8d12e6ec45298453__{ 0x05335390 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_26c6ca682d4a9fa13dd7654cc7c55f5c__{ 0x053C4BB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_288166a804eb7a620951202b9843aeb7__{ 0x053BCFD0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_29226ad67e1c517b6a1b17a2b8c147a2__{ 0x053C1ED0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2b3107f92420d08ee9f330740ca553bf__{ 0x05335470 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2beb67eb6309935752f35f3a08139112__{ 0x053C4750 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2c58289f0c960d342a75376f03e42450__{ 0x05334C90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2c9d58f9c070b067180943c63d3d3ebf__{ 0x0534E4A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2d00f74225272ba4d0756f752d3cebcb__{ 0x053C4230 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2dd51c7568dc73ef294bdba9b068857c__{ 0x053C2020 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2de49d87138b6c5159615fecd45e4445__{ 0x05331C70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2f2557103d92d4b991b3ae29ff3db39d__{ 0x053BD1B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2f2b9801a649a141edba87307f6dea94__{ 0x053362B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2f3ef0149d37b291fb55cad30891fc68__{ 0x053BD8F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_30222883fe322801a60bf0a39dc51937__{ 0x053C4980 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3130831d096c232338566a65da5134c1__{ 0x053C46E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_31c0e626d5862109bddfd3daec2ab600__{ 0x053BD730 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_32757ef7c268e601d2d75a1ba4776393__{ 0x053C3BA0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_32e54638b9a05987c2fab8c8764dd814__{ 0x053C1D80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_33036072e8d510723944184bbcabdeb8__{ 0x0534D520 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_334bc6d23f6b538be902c06ad9f34831__{ 0x053BFA00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_35715878a159b0afdba496d16e61efc4__{ 0x05336A90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_361c7f0462cd8412afcac79097ea8868__{ 0x053BD880 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_36e4c1be2f3e2277e772707cf4113c9e__{ 0x053C5AF0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3703ba59f3a49175a5cdd7b728b6aa66__{ 0x053408C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3750069834e58b97f370345a836a5635__{ 0x053C0210 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3879f098f28b5bd9e364035a6e82a26e__{ 0x053C2AC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3b292593c08f98752f9c488c9d10b021__{ 0x053C55B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3b38ac6dd230c33dc63ec3ec9ea3f941__{ 0x053C44B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3d807bacfee4bb6f65b8b43e9ccef9c3__{ 0x053C5320 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3ef8a79234917a28be5e71bb4f7000d4__{ 0x053C2970 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_40a5907200e316afd6453faea9962c5d__{ 0x053C3900 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_40d9d6f49609309d9941d7f375744c82__{ 0x053C5BD0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_40f8bbe2d260ea93a343b1ab7a9e88a8__{ 0x05336690 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_41afb89f0622ac48a762589f37fa5c9d__{ 0x053C0B40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_42f1c8eff90874cf0b10a38a95704e46__{ 0x053C0050 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_437ceb4e433a91f918a0a9ddbda972ca__{ 0x05338E80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_438960cb642397dd4f2bec486ca826b1__{ 0x053C5EE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_46bd15b1188f118c246042f0261a4162__{ 0x053BD810 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_474729285f7d64462b9e67ec3f4e0876__{ 0x053C5540 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_47eb50df2d194d70828fb720011d7a63__{ 0x053BF640 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_48734f4124e9c4d113c4163ceff65aaf__{ 0x053BD960 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_48fa29384b1083fdfb72f436941a004b__{ 0x053BEA40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_499f66eae449c5b9baa627ac5f111664__{ 0x053C3CF0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4aef8c7e0a8a57305007ec3746a5c546__{ 0x053C1BC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4b7891416dae41035e5babc4f5f977bf__{ 0x053C3F20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4bb9aa1d9f2f043aa6ea32e026bc5839__{ 0x0534D750 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4bed40d46b7479ba14c28e3e93af2976__{ 0x05336BE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4d4e81c67230c3a4e4eb65ccef2b2daf__{ 0x053C4440 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4e23292e53af912a0cec5c88d97cb3a0__{ 0x05339D70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4e9f36e4e360c0df3b3f161c8298509e__{ 0x053BE210 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4fab562aff63ff487bd72a44e3f26269__{ 0x053C57E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_500a8b012bcfe5805e1d4b6339ccc2c4__{ 0x053C3A50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5166aa33c502718531e122e5b62063fb__{ 0x0533A540 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_51f4c7599fba3b54d2657d28b5d571fa__{ 0x053BF330 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_52394da72f1b024683a24785235290f9__{ 0x05331D50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_53828cb6ed5507c9f6e5583b336c0b49__{ 0x053BE7A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_53f1c11abf470b5af0ab3157a7e40510__{ 0x053C5F50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5403f1488f3b0eec16b4da9f4dcbc27f__{ 0x053C1840 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_54b3db24201dc72f1d263f7bb41472ed__{ 0x053BF170 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_551d5a0aac770b949e35949959f6a654__{ 0x053C5240 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_564791d4d1e83dee594310f406db3583__{ 0x053BD370 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_56a30b8cb1e23597dcadd61373e22433__{ 0x053C18B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5835f80784b8b2623a762b843655dbb0__{ 0x0533A620 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_58a057d89d534186556acb193e9f475f__{ 0x053C5E00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_597df40bf391622d8b4697c202560ad3__{ 0x053BFF70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5b5caa92f1bdede6850a25a834b46ec8__{ 0x053C4C20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5c3ecec4335bb21a4feb6ee0ff1ca326__{ 0x053C5430 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5c9c6ab5a0af4fab87eb9c7f20d22397__{ 0x053C4AD0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5da1137410734cdf7ff6310befd3ecb3__{ 0x053C1DF0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5f233e55b9ecea4e1488d9e3c2208d33__{ 0x053360F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5f34bd288bcad8dc0f27a44db1bfcac1__{ 0x053C0710 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_60d14d99fba9b381f873fec0b031d85c__{ 0x0522F8E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_610f268a7eb9cb125982f7ae1b2308b4__{ 0x053C3AC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_618c71cb024f326faffa7f44dda633ac__{ 0x053C06A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_631ef27b74bb90e99c51bda586363756__{ 0x053C5D20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_63b35cfcf8ba2d6f0a2bbcfa841bb8f6__{ 0x05332E40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_63c2387b89e483d41d50b674c47d00d7__{ 0x0533A1C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_6435691dcafdf25001795859f9dd08d2__{ 0x053C2900 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_645e50ca33df68a80db06e7414c3220e__{ 0x0534DEC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_64a9cb5c0f4e9902684e6ec1e3344786__{ 0x053BD300 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_655acaea9adc8804e4671136a0901ff8__{ 0x053C40E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_67a24422373971fbb0269ed66044bc22__{ 0x053BE1A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_67fa1b768b25c4fe4605376141de60d0__{ 0x053C3EB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_680a46ba2cb700f48be300a81a5301f0__{ 0x053BF5D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_681cc0a858064c0eb0d10dbc2b730575__{ 0x053C23A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_6d0a094bd0e17259c02dbabac0988f6f__{ 0x0533A320 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_71316eab4ed1a6c587b65624045aa47a__{ 0x05334BB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_714a3ee2d910ed8db9539157ffe240b3__{ 0x053BD0D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_715f971c86ea4f3f222793896cd665c6__{ 0x053C50F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_719e7aa53f46195a957bb912ccb0a0e7__{ 0x053C51D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_71f3140295c63fc01e495e45e2fc9748__{ 0x053BE590 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7344ad7ef861d9abd789a10f663ae771__{ 0x05345260 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_73694edb4e9e4960720f23ee2ed5a200__{ 0x053C5930 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7386cdf2d94c6ced574551d02dc2a195__{ 0x053C4C90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_73bc4f43cf7e2ce2e1c2d4620b70b6a3__{ 0x053C4000 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_73dffbc55ce2bfc9558df15e04166230__{ 0x053C3600 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_740216651ae0187bfd2f2ce8bee423d5__{ 0x053C5620 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_741a50e0668ecc76049454b9e5f37d99__{ 0x0532F8A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_74b701e758aee33f394cc779c18e474b__{ 0x053BD7A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7596b2d82e4e4d5b29a2890b95d8ce8d__{ 0x05341150 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_75b34a469c6587b3b9fd0807db3e2be4__{ 0x0534E940 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_75f5e2db0ffa9048a002e4574bd775ec__{ 0x05332C90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7823a845baa417078257e22096502dd4__{ 0x05332B40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7826335e103db9aad929a91243bbed15__{ 0x053C4670 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_78277c0fc395497e38f8e29e6a7a78f9__{ 0x053C49F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_78d6ee4331a2c4da22708fc7e1fe6c04__{ 0x053C0AD0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_79510e1b64a59265f0a0f69f150b8586__{ 0x05333620 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7988ec7ceabe28cc10840fa0270190ca__{ 0x053C4B40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_79f78b965718bbebdd8e363df57087a7__{ 0x053352B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7a56e47c9e141af3cfb2e7f2b2689e6d__{ 0x053BD3E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7afb4294e19e40e07a22e4d0b4b3d458__{ 0x053BED70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7b69fb190507062ec402676524f970f7__{ 0x05332C20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7b96813f06287b2d3c39b27cfe2ae384__{ 0x053C5A10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7bb6eb3faac35c78fa79cacebeaafb39__{ 0x053C1D10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7cb67c892f57252d51c8f2f2e461340b__{ 0x053BE9D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7e088beb663cd2abb84936e9aeb84226__{ 0x053C37B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7e08d229e5e0c8ae5df575e9b816513d__{ 0x053C0780 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_802c078ee9979744911eb5a3841d9020__{ 0x053C5B60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_842ef51fd864254c5904c16495cefe48__{ 0x053C1A00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_84adc2ed4f574746a54f748e3b0ee6b7__{ 0x053C0630 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_880628682c8cc8e35320a5c4691f61e9__{ 0x053C2C10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_88a30c182deba3c36f61bf8b280e8504__{ 0x053BF100 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_897e071d4f6f588f1b1cc594b8682c2b__{ 0x05334D00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8a00011017069693a1ecf2e8fe1d3ada__{ 0x0533A5B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8a969997e0ffa6a499f395759133dbf7__{ 0x053C47C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8b161bcdfa62edcd3be276b3f7b3ee3a__{ 0x053C3B30 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8b753712b7bb732e85ec30f0156bf1a5__{ 0x053C3F90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8c7d98918d0b24ebec04adecd0ec8d1a__{ 0x053C2FC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8cf58f32d8f5b2deda1bd7ecc7a7bffb__{ 0x053C4DE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8f7c3d1d4d290832c54acfe11eacb7e8__{ 0x053BE360 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8f9987095064e7d4e7e346ba3222f86a__{ 0x0534D600 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8fc51817b274ec09564ea6176c5a85ca__{ 0x053BF790 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_91457ab7253963bb63261c1ee6dee20f__{ 0x053BDF80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_917b92ea2285c30de6fe3ca603986b4a__{ 0x053C3C10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_92ddbff848a0b6078f72c0afe7089462__{ 0x053C3C80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_93dfefde362f3ff9dd369aacdd5fef87__{ 0x053C6030 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_94e586e057aa3ab7e289478c3070ec93__{ 0x0533E520 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_972fa3830fd19a60193b78f9ad738c29__{ 0x053C4F30 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_98eb73d7bf2f0807326098a3c21f24d1__{ 0x0534D390 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_99fbef144fe6f842bf44e74c5cbe5834__{ 0x053C3890 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9b6b0aa932cecc1edf90168689e89b93__{ 0x053BFFE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9bbc83d43fe6941a7c1276039b9ce3f5__{ 0x05335160 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9c20ef5d6c3cb255019878c87dc18415__{ 0x053C54D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9ce1cc8d2f04e74d9680b570d7dc6c2d__{ 0x053C52B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9d3dccf20a25de3b5b6b64de98097899__{ 0x05332D00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9f5155773b4a1b5c58e7bc4e7bfdba16__{ 0x053BE600 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9f78a13781d5ce4b8d86010ccc93a71d__{ 0x053C43D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9fb680cb6274dc6dd0ddf429720b7606__{ 0x05336B00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a0b3c8097eb8e0bac69a3bdfce2edc49__{ 0x05332760 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a1c78ca6e75e48166d04b1dbbdc1838a__{ 0x053C01A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a1fbd714e319552a0ef0d9727720005e__{ 0x053BCF60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a2139da93515ac5ad43d4aa8f96db06f__{ 0x05336B70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a277cfdfa8489f756e0f726ebb7d9567__{ 0x053BDD80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a2e59104d981eb0a42b2796397322efd__{ 0x053BF480 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a2f256345aebf1faeaedc8ffdb406a39__{ 0x053BDB80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a3b93f2563d8850c261e77644baa69a3__{ 0x053C1CA0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a3bc8fd412cf50f6b82babc0ea7e011f__{ 0x0534E1A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a3eacdbff35b236da2f56eb9985a2518__{ 0x053C5A80 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a49c788bf678204c9ee243876d6a7ac2__{ 0x053C3970 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a553eb6589adbede1435ff2818f257b6__{ 0x053C4830 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a5711054e584c84643f50bfdaa9b6b3d__{ 0x05339D00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a746b1700e3659355c88fa2fad48b2b9__{ 0x053BFA70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a74af080b0abec224ece4c35ee725212__{ 0x0534D7C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a7be67920776cdeda95b51372bf23e8e__{ 0x053C4FA0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a8e83f97fdbbeb630f88120542d625ef__{ 0x053C3D60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_aa2d04ed98527fa32156abf2b7e3da05__{ 0x0534D670 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_aae3fa0ad23b825f299973c1d0e45f53__{ 0x053C1B50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ab82cf40ad953b66090d2ac0c7d0e7b2__{ 0x05339E50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_abc9d4a20e1aead67d9f4b57a579aa36__{ 0x053C3670 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ac528a71e0900eb241c01fadfad5c059__{ 0x053C4590 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_acc4630c8c1b53ad4c3a04b6314fb18f__{ 0x053BE130 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_acdc8f293fd16e7d5a550f0544d1bed5__{ 0x053C3DD0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ad4c50dfd4773f6eec86c8a164aa0a0f__{ 0x053BF720 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_af17e7b83fb8224926eb7885c3e1c5f8__{ 0x05332550 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b04e2da4fb8cb80509b1aeeff70a7a10__{ 0x053411C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b0682445c55533454b473fd30364cf2a__{ 0x053BD140 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b2353ae13e42226535693aaaa33f9018__{ 0x0534D590 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b2cdea078ef487a19e05281fa1797871__{ 0x05335400 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b30f4f4e4d2ff9edf9de7be5dad9da01__{ 0x053C5FC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b35587b3cf2b50decb1e45693dd2d65e__{ 0x0533EF30 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b3fcaf59e26899a207dd6080e81a4d1d__{ 0x053C48A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b44f06720d438162257a78e6ecb7fbe5__{ 0x053BEC90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b5a51d6309454d5d83110876b74325e4__{ 0x053C4EC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b7ab0c997ed4e48be0451acecb0b8e14__{ 0x053C33D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b7c31b6034c69f6decc7a9e46cc2d80b__{ 0x053C3030 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b8a0b33aa93533c1fe071c789eb56c97__{ 0x05334C20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b8b23cd50f629f4272753d2a18adeddf__{ 0x053BCEF0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b9e8f6f90da086b534265a19c892f189__{ 0x053BE060 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ba2c9a2e56f0b8dc1849c9ffa6668fa6__{ 0x053C03D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ba66f84876acef0f10b586fa824514ec__{ 0x053C1990 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bc222a075edbe78f7a53bff645b36ca3__{ 0x053BF560 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bc9705a849a34d711f273f3a449f4cb9__{ 0x053C21E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_be2155f5be453463918f21d9b2f445d7__{ 0x053C02F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_be655b8798518b83af98581e42d70fbd__{ 0x053C4910 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bed1a05d54bd88c15207e603a7a17a92__{ 0x0534E130 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bed85b09b9ed3355dcc1986849044e52__{ 0x053C4600 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bf50a16e40a651db35c8ba6bb5fc82db__{ 0x053BDDF0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bf6a8bb3af83506006bca4f8ec2288dc__{ 0x053C4310 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bf942b8167224dfcb6cb224fc8dff154__{ 0x05339B40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bfe42e3852c55f2e5d217210efc8c5e7__{ 0x053BE2F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bffd3e152755f9ae6c3ead71f556afe8__{ 0x053C5D90 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c0867478ce833586641252d7592ed001__{ 0x053C3360 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c0ec1cdba9232d6577a7941bfe940f4b__{ 0x053C2B30 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c18ddfec56d6fcb70a1d887fda59b094__{ 0x0534DE50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c19e4767f53d88af0c87f5c15724b915__{ 0x0534D4B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c1e745843e971876f54bbffb8de56022__{ 0x053BEE50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c20350d14aef637940dd749ec09220ca__{ 0x053C2480 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c243f538ea07d990f2a5deb1e55f8011__{ 0x053BEF30 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c31a2a36aefac824fef0a53c4e0a211b__{ 0x053C5080 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c40b67edd85a9bdb0c4f8c5aaf44ccc0__{ 0x05332BB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c4a3f0c93bb595505c6ef54dfe2dbf6c__{ 0x05333690 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c4c82cf4556f54d615bb9d9a9a7785d4__{ 0x053C07F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c4e2dd91abafbdc7113e7fe251e62b68__{ 0x053373C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c688b4a3930e887994f9ff22a44d1055__{ 0x05339DE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c6f15aee236d6778aecf4030939e648d__{ 0x053C5C40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c7d195272685e18515980cb4f141e5e7__{ 0x053BFD60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ca12cab6b49af1118bbc3acbdef3ad2c__{ 0x053BF870 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_cce081897d37e5a7ff2682275a21f47e__{ 0x05348F20 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_cd3d2879b9c2f193df57a852e166fa37__{ 0x053BE280 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ce5d1e302831e375f59ce55f1ba0efcb__{ 0x0533A4D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d0524595d53784a777256654df184400__{ 0x05336160 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d18397ac97102f79f73762b829004f22__{ 0x053C0130 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d26284ad1a966342395fc35246850ebc__{ 0x053335B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d27537a1b55940a201039e4526a6fabd__{ 0x053C5160 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d2927be86be9174bcfaf938b446e242a__{ 0x05335320 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d360b3a722582a6405020d1880e11c62__{ 0x05335010 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d47011212f92e03ce0c144c08f5c0376__{ 0x053C4520 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d470ea3e7e00eb6cb8e4753e84358c81__{ 0x053BF2C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d4c21d061d1730e6c442222e95aae7e1__{ 0x0534DDE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d57673b68f75bff3ab6be7fc1f1bc4de__{ 0x0534D980 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d583b0b3d0781b1f040a14279a3c1e38__{ 0x053C39E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d5dede834329bc72fd38341535be2334__{ 0x053C34B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d6517e45fc467d7ab0ca21fecd0d34d9__{ 0x053C24F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d69e47580585bca0b81bba1266976d2d__{ 0x053C4A60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d7480b0f84fff0346b6cc5b74a19ae21__{ 0x053BFBC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d790af53937f7e516d4663912669e8e7__{ 0x053C0360 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d7b70ef5e69a8f52cb3f82623ace10de__{ 0x053C1760 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d897263a1e3d967e06c67b717cffdcc6__{ 0x05334AA0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d932a6fc49a5982146e401f2811a193c__{ 0x053C0A60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d971bbc3dc9ed71bf53e59b32a581d4f__{ 0x0533A390 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_da6f2d6d493f7877f274d863256ed547__{ 0x053BD5E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_da84597145903905cf4628e7b7d95cdc__{ 0x053C22C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dad678bb0d4f37da792d090f78710788__{ 0x0533A2B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_daebd2e0d840d59c7840e45c5703701e__{ 0x05335080 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_db60577df69cd83290fbcc5fca4b00a7__{ 0x053C2330 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dc9d1efc4809f06b3d9d3253b11ead39__{ 0x053BD570 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dceb43904e5ea9b6abd52cfa7569700d__{ 0x0534D8A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dcf3c08d7b49df537da17b8639e51c7c__{ 0x053BF410 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ddfc15402f3d249953d7d45915cfa7cf__{ 0x053C1C30 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_df002d1f4df00b2ff2289cb93db7c792__{ 0x053C5690 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dfb37256bd8bb47942803ef19fd5598e__{ 0x053C4D70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dfb974a55430afb3e2360b58191ed6c6__{ 0x0534D910 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e05439751b4f6d015b03830ac1de7c0a__{ 0x053BEFA0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e0dfdcf3bb3d24d6829800674ab09670__{ 0x053325C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e33c0fb8e443b5cbaba490e78cca5283__{ 0x053C5700 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e365f2925342579338131085504fefb3__{ 0x053C5E70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e42778fa8bfbd124666f05ca02ade8dc__{ 0x053351D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e4f93fb5ad678dc72a2d452d7c37112e__{ 0x053BED00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e5fd3939c6389bee094722082f9c3dd5__{ 0x053BFB50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e622216f201a2158f750e267701d9e13__{ 0x053C2890 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e676881980426158e6cd7e0b625941c9__{ 0x053C2A50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e6f7615137c5907aeb897143153913f2__{ 0x053BF6B0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e7abc812033d724dfabed043d01353e7__{ 0x053C4070 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e8233a2e1c0b3a09af1056110abd4931__{ 0x053C2F50 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e825ada6044397b46e187e02ddf9c722__{ 0x05331CE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e83960b0e352b6b397a1ee6ed57b62bb__{ 0x053C08D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e9b4bd62e1594914c1f820d88177a97c__{ 0x05335960 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ec2a362bd24dc2b573adb775e88e5629__{ 0x05348E40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_edb1efc438a9b523c8ccd82d79fd6947__{ 0x05335240 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_edf1ffa676a50d18e516e7b8cc0f470b__{ 0x053C5850 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ee6a3623bc31c868f9943f6c8924bd71__{ 0x053BD490 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef46af054b01b8325be51719c97536d4__{ 0x053BD650 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef6021d31541f941ed0953d537fe4953__{ 0x053BEDE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef99d8752b4b4039b5096e3e10694d94__{ 0x053C1F40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_efa77261d9d923d5a08c06a823921f8d__{ 0x053321A0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_efd513b9708d9fe9ef6fe678e5b8a236__{ 0x053BF800 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f15c039b05ba43d1772398feb9928ac1__{ 0x053C17D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f1c196a9b667c520331cc1dab9c15355__{ 0x053BFDD0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f262931cb1dafba8216a34e41d23a256__{ 0x05336320 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f2a2a50cf35e896688d0664427cee6d0__{ 0x053C1E60 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f32e419e62f35a522891b3e0dcba4229__{ 0x053C3E40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f391568749114e3f1b2fe318c3e220b8__{ 0x053C1AE0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f3c2b04e4020e2fb8a70a09f6fdd834b__{ 0x0534D6E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f42a59ec43849d83a9b98b1956053250__{ 0x053BE730 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f48d3b6efe445329c0142186db6cd6e4__{ 0x053BDF10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f4a609fac2f00a76ab9bb62c917b4ee0__{ 0x053350F0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f56046c3c380480ff99c04c9ed2f071f__{ 0x053BE3D0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f5b1b067cf9d7459e60e73229fa94e6a__{ 0x053C2090 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f677de8524a59c67035b6829bab013d6__{ 0x053C3520 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f7464ee3aeaa42e509a6e89d5d8b2acf__{ 0x053BDFF0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f808da4bc82fea4ea20fd78d8c7ab291__{ 0x05338E10 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f9501becdb4254364706aa129a8e5996__{ 0x053C58C0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f9e16eeb7df889d06b33524af8cc3935__{ 0x053BEEC0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fa2021e211ecab60317ebf00217152bc__{ 0x05333770 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fbc4307d58b2aa24fcdb6f3c2dc52d5b__{ 0x053BE960 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fc54dcf60747501042a167c9db0a5a23__{ 0x053C4D00 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fe60a7083203a597a71f33ca821fef5e__{ 0x053C1A70 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fe8f4bc7257ee1f033ee621d22ceb88c__{ 0x0533CBB0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fea4d95b98a93c5184de078e5acd242b__{ 0x053BF1E0 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fee7bc3577f6720ec0d8b77b143c3a8d__{ 0x053C2100 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ff721520b2d17d48926db4c51a0e0163__{ 0x053C0940 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl_char_{ 0x05225D40 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl_charconst_{ 0x0533B160 }; - inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl_std__function_void__{ 0x053BD500 }; - inline constexpr REL::Offset BSScript__Internal__CodeTasklet{ 0x053C3720 }; - inline constexpr REL::Offset BSScript__Internal__FunctionMessageNode{ 0x053C62F8 }; - inline constexpr REL::Offset BSScript__Internal__FunctionMessageProcessor{ 0x053C62B0 }; - inline constexpr REL::Offset BSScript__Internal__IFuncCallQuery{ 0x053C04B0 }; - inline constexpr REL::Offset BSScript__Internal__IVMFunctionMessageDispatch{ 0x053C05A0 }; - inline constexpr REL::Offset BSScript__Internal__NativeFunctionStub{ 0x053C2668 }; - inline constexpr REL::Offset BSScript__Internal__RawFuncCallQuery{ 0x053C04E8 }; - inline constexpr REL::Offset BSScript__Internal__ScriptFunction{ 0x053C67F8 }; - inline constexpr REL::Offset BSScript__Internal__VirtualMachine{ 0x053C0528 }; - inline constexpr REL::Offset BSScript__Internal__VirtualMachine__AttemptFunctionCall__2__Callbacks{ 0x053C0F70 }; - inline constexpr REL::Offset BSScript__Internal__VirtualMachine__CallInTasklet__2__Callbacks{ 0x053C1500 }; - inline constexpr REL::Offset BSScript__Internal__VirtualMachine__HandleCallMessage__2__Callbacks{ 0x053C1080 }; - inline constexpr REL::Offset BSScript__Internal__VirtualMachine__IFuncCallCallbacks{ 0x053C1650 }; - inline constexpr REL::Offset BSScript__LinkerProcessor{ 0x053C54A0 }; - inline constexpr REL::Offset BSScript__NF_util__NativeFunctionBase{ 0x0522F588 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_ActorValueInfoconst_{ 0x0533B220 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_Actor_{ 0x0533B280 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_EffectSetting_{ 0x0533B370 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_TESForm_{ 0x0533B1D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_float_{ 0x0533B2D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_void_{ 0x0533B320 }; - inline constexpr REL::Offset BSScript__NativeFunction0_ActorValueInfo_BGSResourceconst_{ 0x0533CB00 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_Actor_{ 0x0533B6C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_BSScript__ArrayWrapper_Actor__{ 0x0533B7F0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_GameScript__SpaceshipRef_{ 0x0533BD70 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESFaction_{ 0x0533B7A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESNPC_{ 0x0533B4A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESObjectARMO_{ 0x0533B590 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESObjectREFR_{ 0x0533B750 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESPackage_{ 0x0533B700 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESRace_{ 0x0533B410 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_bool_{ 0x0533C100 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_float_{ 0x0533B3C8 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_int_{ 0x0533B458 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_unsignedint_{ 0x0533B850 }; - inline constexpr REL::Offset BSScript__NativeFunction0_Actor_void_{ 0x0533C0C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_AlchemyItem_bool_{ 0x0533CB60 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSAffinityEvent_void_{ 0x0532DF50 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSBaseAlias_TESQuest_{ 0x0533CC20 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSBaseAlias_bool_{ 0x0533CD10 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSBaseAlias_void_{ 0x0533CC70 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSChallengeForm_void_{ 0x0522F540 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSListForm_unsignedint_{ 0x05340660 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSListForm_void_{ 0x05340500 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocAlias_BGSLocation_{ 0x0533CF90 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocAlias_void_{ 0x0533CF40 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocation_BGSPlanet__PlanetData_{ 0x0533D2A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocation_bool_{ 0x0533D760 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocation_void_{ 0x0533D5B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocationconst_unsignedint_{ 0x0533D0B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSMessage_void_{ 0x0533D8C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSMusicType_void_{ 0x0533D9C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSKeyword_{ 0x053304A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSLocation_{ 0x053302B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSPlanet__PlanetData_float_{ 0x05330450 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefAlias_TESObjectREFR_{ 0x0533DA70 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefAlias_void_{ 0x0533DAD0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_Actor__{ 0x0533DCC0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_TESObjectREFR__{ 0x0533DB80 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_unsignedint_{ 0x0533DD80 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_void_{ 0x0533DD30 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSResearchProjectForm_void_{ 0x0532F7E0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSResource_TESForm_{ 0x053495F0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSScene_TESQuest_{ 0x0533DED0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSScene_bool_{ 0x0533DE10 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSScene_void_{ 0x0533DE50 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSVoiceType_unsignedint_{ 0x0533E0E0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BGSWeatherSettingsForm_BSScript__ArrayWrapper_BGSKeywordconst__{ 0x05331A10 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSInputEnableLayer_bool_{ 0x05340280 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSInputEnableLayer_void_{ 0x05340340 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__Object_bool_{ 0x05340E40 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__Object_void_{ 0x05340A30 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_ActorValueInfoconst_{ 0x0533F090 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_Actor_{ 0x0533F810 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_{ 0x053319A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSFixedString_{ 0x0533E130 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSInputEnableLayer_{ 0x05340390 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_Actor__{ 0x0533F560 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__{ 0x0533F410 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ 0x0533F640 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_TESQuest__{ 0x0533F5D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__{ 0x0533F490 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_GameScript__SpaceshipRef_{ 0x0533F6C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_TESObjectREFR_{ 0x0533DF80 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_bool_{ 0x0533EA60 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_float_{ 0x05331950 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_int_{ 0x0533F940 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_unsignedint_{ 0x05331900 }; - inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_void_{ 0x053318B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_EffectSetting_bool_{ 0x0533E670 }; - inline constexpr REL::Offset BSScript__NativeFunction0_EnchantmentItem_bool_{ 0x0533E720 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__LeveledSpaceshipBase_void_{ 0x0522F600 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_Actor_{ 0x05347800 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESFaction_{ 0x053440B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESForm_{ 0x053474F0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESNPC_{ 0x053477A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESObjectREFR_{ 0x05343F30 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_bool_{ 0x05344630 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_void_{ 0x05345680 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipBase_bool_{ 0x05330500 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_BGSKeywordconst_{ 0x053307C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ 0x05330DA0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05330BC0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipBase_{ 0x05331560 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipRef_{ 0x05330D50 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_TESFaction_{ 0x05330CA0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_TESObjectREFR_{ 0x05331610 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_TESPackage_{ 0x05330C40 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_bool_{ 0x05331060 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_float_{ 0x05331470 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_int_{ 0x053315C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_void_{ 0x05331010 }; - inline constexpr REL::Offset BSScript__NativeFunction0_IngredientItem_bool_{ 0x05340190 }; - inline constexpr REL::Offset BSScript__NativeFunction0_IngredientItem_unsignedint_{ 0x053401E0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_IngredientItem_void_{ 0x05340140 }; - inline constexpr REL::Offset BSScript__NativeFunction0_SpellItem_bool_{ 0x053419A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESFaction_bool_{ 0x05342030 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESFaction_unsignedint_{ 0x05341FF0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESFaction_void_{ 0x05341FB0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_bool_{ 0x05342240 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_float_{ 0x05342160 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_int_{ 0x053422C0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_unsignedint_{ 0x05342280 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_void_{ 0x05342120 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESFurniture_TESForm_{ 0x05342300 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESGlobal_float_{ 0x05342350 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESImageSpaceModifier_void_{ 0x05342480 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESLevCharacter_void_{ 0x053424D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESLevItem_void_{ 0x053425D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESLevSpell_void_{ 0x05342660 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_Actor_{ 0x05342750 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_BGSListForm_{ 0x053428B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_TESClass_{ 0x053426B0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_TESRace_{ 0x05342900 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_bool_{ 0x05342798 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_int_{ 0x05342870 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_unsignedint_{ 0x05342948 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectACTI_bool_{ 0x05342990 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_TESFaction_{ 0x05342C20 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_TESNPC_{ 0x05342BD0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_TESObjectREFR_{ 0x05342C80 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_bool_{ 0x05342CE0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_void_{ 0x05342A80 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_Actor_{ 0x053447F0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSLocation_{ 0x053473D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSPlanet__PlanetData_{ 0x05347430 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSScene_{ 0x053441F0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSVoiceType_{ 0x05344570 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSFixedString_{ 0x053442F0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_Actor__{ 0x05347620 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSLocationRefType__{ 0x05343E00 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSResourceconst__{ 0x05344500 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__{ 0x053478E0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_float__{ 0x053448A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_unsignedint__{ 0x05344240 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESKey_{ 0x05343FA0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESObjectCELL_{ 0x05344840 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESObjectREFR_{ 0x05344690 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESWorldSpace_{ 0x053445D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_bool_{ 0x053483D0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_float_{ 0x05347690 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_int_{ 0x05347380 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_unsignedint_{ 0x053442A0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_void_{ 0x05348010 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectWEAP_TESAmmo_{ 0x053485E0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESPackage_TESPackageconst_{ 0x05348680 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESPackage_TESQuest_{ 0x05348630 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05348A70 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_bool_{ 0x05348B60 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_float_{ 0x05348AE0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_unsignedint_{ 0x05348760 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_void_{ 0x053486C8 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESTopicInfo_TESQuest_{ 0x05348C30 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESTopicInfo_bool_{ 0x05348BE0 }; - inline constexpr REL::Offset BSScript__NativeFunction0_TESTopic_void_{ 0x05348BA0 }; - inline constexpr REL::Offset BSScript__NativeFunction10_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__BGSLocation_BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSLocationRefType__BSScript__ArrayWrapper_BGSLocationRefType__bool_bool_bool_bool_unsignedint_{ 0x0533F320 }; - inline constexpr REL::Offset BSScript__NativeFunction10_GameScript__RefrOrInventoryObj_bool_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ 0x05343C60 }; - inline constexpr REL::Offset BSScript__NativeFunction11_BSInputEnableLayer_void_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_{ 0x05340450 }; - inline constexpr REL::Offset BSScript__NativeFunction11_TESObjectREFR_void_TESObjectREFR_float_float_float_float_float_float_float_float_int_float_{ 0x053458E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_SpellItem_unsignedint_{ 0x0533B620 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_TESObjectWEAP_unsignedint_{ 0x0533B670 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_Actor_{ 0x0533BBD0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_BGSKeyword_{ 0x0533C020 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_BGSPerk_{ 0x0533BB30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_EffectSetting_{ 0x0533BC20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_SpellItem_{ 0x0533C650 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESFaction_{ 0x0533BA90 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESForm_{ 0x0533BB80 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESIdleForm_{ 0x0533C840 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESObjectREFR_{ 0x0533BCD0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_bool_{ 0x0533C9C8 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_unsignedint_{ 0x0533C8F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_int_Actor_{ 0x0533BD20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_int_TESFaction_{ 0x0533B4F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_int_unsignedint_{ 0x0533B5E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_unsignedint_Actor_{ 0x0533B540 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_unsignedint_TESObjectREFR_{ 0x0533C190 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_Actor_{ 0x0533BAE0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BGSKeyword_{ 0x0533C570 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BGSPerk_{ 0x0533C740 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BGSVoiceType_{ 0x0533C440 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BSFixedStringconst_{ 0x0533C7F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESCombatStyle_{ 0x0533C600 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESFaction_{ 0x0533C6F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESForm_{ 0x0533C140 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESObjectREFR_{ 0x0533C490 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESRace_{ 0x0533CA60 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_bool_{ 0x0533C230 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_float_{ 0x0533C2E8 }; - inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_unsignedint_{ 0x0533C530 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSAffinityEvent_void_TESObjectREFR_{ 0x0532DFA0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSArtObject_void_TESObjectREFR_{ 0x0532E000 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSCurveForm_bool_float_{ 0x05330080 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSCurveForm_float_float_{ 0x053300D0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSInstanceNamingRules_void_BGSInstanceNamingRulesconst_{ 0x0532F780 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_BSScript__ArrayWrapper_TESForm__bool_{ 0x053405A0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_TESForm_unsignedint_{ 0x053406B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_bool_TESForm_{ 0x05340550 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_int_TESForm_{ 0x05340610 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_void_TESForm_{ 0x053404B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocAlias_void_BGSLocation_{ 0x0533CEE0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_BSScript__ArrayWrapper_BGSLocation__BGSKeyword_{ 0x0533D220 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_bool_BGSLocationRefType_{ 0x0533D650 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_bool_BGSLocation_{ 0x0533D6B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_float_ActorValueInfoconst_{ 0x0533D050 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_float_BGSKeyword_{ 0x0533D160 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_unsignedint_BGSLocationRefType_{ 0x0533CFF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_BGSKeyword_{ 0x0533D1C0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_TESFaction_{ 0x0533D100 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_bool_{ 0x0533D600 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_unsignedint_{ 0x0533D560 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSMessage_void_BSScript__ArrayWrapper_TESObjectREFR__{ 0x0533D7B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSPlanet__PlanetData_BSScript__ArrayWrapper_BGSKeyword__int_{ 0x053303D0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSPlanet__PlanetData_bool_BGSKeyword_{ 0x05330370 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefAlias_void_TESObjectREFR_{ 0x0533DA10 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefCollectionAlias_TESObjectREFR_unsignedint_{ 0x0533DC60 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefCollectionAlias_int_TESObjectREFR_{ 0x0533DC00 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefCollectionAlias_void_TESObjectREFR_{ 0x0533DB20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSScene_bool_unsignedint_{ 0x0533DE90 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSScene_void_bool_{ 0x0533DDD0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSShaderParticleGeometryData_void_float_{ 0x0533DF20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSTerminalMenu_void_TESObjectREFR_{ 0x0533DFF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BGSWeatherSettingsForm_void_bool_{ 0x05331730 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSInputEnableLayer_void_bool_{ 0x05340400 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount__BSFixedStringconst_{ 0x05340F90 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_bool_BSFixedStringconst_{ 0x05340D20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_BGSAffinityEventconst_{ 0x05340CC0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_BSFixedStringconst_{ 0x05341620 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_BSScript__Object_{ 0x05341430 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_TESForm_{ 0x05341780 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_unsignedint_{ 0x05341040 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_BGSKeyword_{ 0x05331780 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_BSFixedStringconst_{ 0x0533F730 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_float_{ 0x05349380 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_int_{ 0x053493E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_unsignedint_{ 0x05349010 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__BSFixedStringconst_{ 0x05348DC0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_TESForm_int_{ 0x0533F8E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_Actor_{ 0x0533E9A0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BGSResearchProjectFormconst_{ 0x0533FE30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BSFixedStringconst_{ 0x0533E400 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_GameScript__SpaceshipRef_{ 0x05340070 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_TESObjectREFR_{ 0x0533F1F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_float_{ 0x053400E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_unsignedint_{ 0x05349290 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ 0x0533F990 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_float_{ 0x053407C0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_BSFixedStringconst_{ 0x0533F7A0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_float_{ 0x05340760 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_BSFixedStringconst_{ 0x0533F870 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_unsignedint_{ 0x0533F500 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_Actor_{ 0x0533FCF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSFixedStringconst_{ 0x0532F910 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05344C50 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__Object_{ 0x0533E190 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_GameScript__SpaceshipRef_{ 0x0533E930 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESObjectREFR_{ 0x0533E260 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESQuest_{ 0x0533E3A0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_bool_{ 0x05331800 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_float_{ 0x0533FB40 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_int_{ 0x0532FB60 }; - inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_unsignedint_{ 0x0533FDD0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSKeyword_{ 0x05344420 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSListForm_{ 0x05344490 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_bool_{ 0x05346F50 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSKeywordconst_{ 0x05347C60 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSMod__Attachment__Mod_{ 0x05345420 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_bool_{ 0x05344EF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_{ 0x05330B30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_TESObjectWEAPconst_ActorValueInfoconst_{ 0x053313F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_BGSPerk_{ 0x05331390 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_GameScript__SpaceshipRef_{ 0x05331330 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESFaction_{ 0x05331280 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESObjectREFR_{ 0x05330550 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_bool_{ 0x053312E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_float_bool_{ 0x05330D00 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_int_TESFaction_{ 0x053316D0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_int_bool_{ 0x05331110 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_Actor_{ 0x05330E30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_GameScript__SpaceshipRef_{ 0x05331670 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_unsignedint_{ 0x05331510 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_BGSPerk_{ 0x05330990 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_{ 0x05331220 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESCombatStyle_{ 0x05330920 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESFaction_{ 0x053309F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_bool_{ 0x05330FC0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_float_{ 0x05330820 }; - inline constexpr REL::Offset BSScript__NativeFunction1_IngredientItem_void_unsignedint_{ 0x05340230 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESEffectShader_void_TESObjectREFR_{ 0x05341BF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_bool_TESFaction_{ 0x05342080 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_unsignedint_Actor_{ 0x053420D0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_void_bool_{ 0x05341E20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_void_unsignedint_{ 0x05341E70 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESForm_bool_BGSKeyword_{ 0x053421A0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESForm_bool_BGSListForm_{ 0x053421F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESGlobal_void_float_{ 0x05342390 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESImageSpaceModifier_void_float_{ 0x053423D0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESNPC_void_TESNPC_{ 0x05342700 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESNPC_void_bool_{ 0x053427D8 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_TESFaction_{ 0x05342B20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_TESNPC_{ 0x05342AD0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_bool_{ 0x05342D30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_float_{ 0x05342A30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectMISC_unsignedint_BGSResource_{ 0x05342D80 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESFlora__float_{ 0x05347310 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESNPC__float_{ 0x053475B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__Actor_{ 0x053446E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESFlora_ActorValueInfoconst_{ 0x05344120 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESNPC_ActorValueInfoconst_{ 0x05346E80 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESObjectCELL_BGSKeyword_{ 0x05343FF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESObjectREFR_BGSKeyword_{ 0x05343D10 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_Actor_{ 0x05343460 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BGSKeyword_{ 0x053443C0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BGSLocationRefType_{ 0x053433B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BSFixedStringconst_{ 0x053476E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05348350 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_EffectSetting_{ 0x05343350 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_SpellItem_{ 0x05347160 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_TESForm_{ 0x053431E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_TESObjectREFR_{ 0x05347DF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_bool_{ 0x053470B0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_float_{ 0x05347260 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_unsignedint_{ 0x05344CD0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_float_ActorValueInfoconst_{ 0x05347550 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_float_BSFixedStringconst_{ 0x05347490 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_float_TESObjectREFR_{ 0x05344060 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_int_BSFixedStringconst_{ 0x05347740 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_unsignedint_TESForm_{ 0x05343EE0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_unsignedint_unsignedint_{ 0x05348250 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_Actor_{ 0x05348470 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_BGSLocation_{ 0x05344E90 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_BGSMessage_{ 0x05345F30 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_BSFixedStringconst_{ 0x05345A50 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_TESForm_{ 0x053456E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_TESObjectREFR_{ 0x05347950 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_bool_{ 0x05348420 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_float_{ 0x05344F50 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_unsignedint_{ 0x05345CF0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_BGSBaseAlias_unsignedint_{ 0x05348710 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_bool_TESGlobal_{ 0x053487F0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_bool_int_{ 0x05348840 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_bool_unsignedint_{ 0x05348B20 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_bool_{ 0x053489E0 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_float_{ 0x05348998 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_int_{ 0x05348918 }; - inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_unsignedint_{ 0x05348958 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_BGSAction_TESObjectREFR_{ 0x0533C890 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_BGSAssociationType_Actor_{ 0x0533BC70 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_TESIdleForm_TESObjectREFR_{ 0x0533C790 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_TESObjectREFR_bool_{ 0x0533C930 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_Actor_int_{ 0x0533CAB0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_BGSOutfit_bool_{ 0x0533C3F0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_BGSPerk_bool_{ 0x0533C1E0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_BSFixedStringconst_float_{ 0x0533CA10 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_SpellItem_TESObjectREFR_{ 0x0533BF80 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_SpellItem_unsignedint_{ 0x0533BF30 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_TESFaction_int_{ 0x0533BA40 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_TESForm_int_{ 0x0533B9F0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_TESObjectREFR_bool_{ 0x0533C4E0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_bool_bool_{ 0x0533BFE0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_float_bool_{ 0x0533C5C0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_float_float_{ 0x0533C988 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSConditionForm_bool_TESObjectREFR_TESObjectREFR_{ 0x0532F720 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ 0x0533D360 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_bool_BGSLocation_BGSKeyword_{ 0x0533D700 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_bool_TESQuest_bool_{ 0x0533D300 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_int_BGSKeyword_BGSKeyword_{ 0x0533D440 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_void_ActorValueInfoconst_float_{ 0x0533D4A0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_void_BGSKeyword_float_{ 0x0533D500 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_void_BGSLocation_BGSKeyword_{ 0x0533D3E0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSPlanet__PlanetData_void_BGSKeyword_bool_{ 0x05330310 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSWeatherSettingsForm_void_bool_bool_{ 0x05331860 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BGSWwiseEventForm_int_BSFixedStringconst_float_{ 0x0532FBC0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x05340F10 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__Variable_{ 0x053412A0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_BSScript__Object_BSFixedStringconst_{ 0x053413D0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_TESObjectREFR_BSFixedStringconst_{ 0x05340C50 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_Actor_TESObjectREFR_{ 0x05340B00 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x05340E90 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ 0x05341230 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_int_{ 0x053414F0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSScript__Object_BSFixedStringconst_{ 0x053409D0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_ActorValueInfo_{ 0x05340BE0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_BSFixedStringconst_{ 0x05341310 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_TESObjectREFR_{ 0x05341090 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_float_unsignedint_{ 0x05341380 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_unsignedint_bool_{ 0x05340DF0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_TESForm_unsignedint_BSFixedStringconst_{ 0x0533FA00 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_float_float_float_{ 0x05340700 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_int_int_int_{ 0x05349440 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_ActorValueInfo_unsignedint_{ 0x05340000 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSCameraShot_TESObjectREFR_{ 0x0533F100 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSKeyword_int_{ 0x0533F020 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_{ 0x0532F980 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__Object_{ 0x0533E1F0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_{ 0x05349150 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_float_{ 0x0532F9F0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_int_{ 0x0533FF90 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_unsignedint_{ 0x0533E600 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_{ 0x0533FAD0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_bool_bool_{ 0x0533E870 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_int_bool_{ 0x0533F260 }; - inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_unsignedint_bool_{ 0x0533FA70 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__LeveledSpaceshipBase_void_GameScript__SpaceshipBase_unsignedint_{ 0x0522F660 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_bool_BGSMod__Attachment__Mod_unsignedint_{ 0x05348120 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_bool_{ 0x05346000 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_float_{ 0x053459A0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_TESForm_{ 0x05347A00 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_float_{ 0x05347A80 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESFaction_bool_{ 0x05345AB0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESNPC_bool_{ 0x05345F90 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_unsignedint_unsignedint_unsignedint_{ 0x053314C0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_ActorValueInfoconst_bool_{ 0x05330EF0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_BGSPerk_bool_{ 0x053305C0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_bool_{ 0x05330870 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_TESFaction_int_{ 0x05331160 }; - inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_bool_bool_{ 0x05330F60 }; - inline constexpr REL::Offset BSScript__NativeFunction2_ScrollItem_bool_TESObjectREFR_TESObjectREFR_{ 0x053418C0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_SpellItem_bool_TESObjectREFR_TESObjectREFR_{ 0x05341B90 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESEffectShader_void_TESObjectREFR_float_{ 0x05341C50 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESFaction_bool_bool_bool_{ 0x05341DD0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESFaction_void_bool_bool_{ 0x05341EC0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESFaction_void_int_bool_{ 0x05341F10 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESImageSpaceModifier_void_TESImageSpaceModifier_float_{ 0x05342420 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESLevCharacter_void_TESForm_unsignedint_{ 0x05342520 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESLevSpell_void_TESForm_unsignedint_{ 0x05342610 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESNPC_void_BGSOutfit_bool_{ 0x05342820 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectCELL_void_float_float_{ 0x053429E0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ 0x05347860 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__ActorValueInfoconst_unsignedint_{ 0x05344760 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_BGSKeyword_{ 0x05344900 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_unsignedint_{ 0x05343D70 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__TESForm_float_{ 0x05346E00 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_float__float_float_{ 0x05344990 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_TESForm_BGSBaseAlias_{ 0x053432E0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_unsignedint_BGSKeyword_{ 0x05343E80 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ 0x053436E0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_SpellItem_bool_{ 0x053479A0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_BGSMod__Attachment__Mod_{ 0x05348190 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_unsignedint_{ 0x05346D50 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_TESObjectREFR_bool_{ 0x05347DA0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_unsignedint_bool_{ 0x05343410 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_int_BGSKeyword_BGSKeyword_{ 0x05348060 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSKeyword_unsignedint_{ 0x053480C0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSListForm_bool_{ 0x05344190 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_ActorValueInfoconst_float_{ 0x053472B0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_Actor_unsignedint_{ 0x053471C0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BGSKeyword_bool_{ 0x05347100 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BGSLocation_BGSLocationRefType_{ 0x05345B80 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_BSFixedStringconst_{ 0x05343610 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_bool_{ 0x05345E00 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_float_{ 0x05345E60 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_int_{ 0x05345BF0 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_TESForm_BGSMod__Attachment__Mod_{ 0x05345490 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_bool_BGSListFormconst_{ 0x05342F50 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_bool_bool_{ 0x05348200 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_float_float_{ 0x05343240 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_unsignedint_BGSLegendaryItemconst_{ 0x05345940 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectWEAP_void_TESObjectREFR_TESAmmo_{ 0x05348570 }; - inline constexpr REL::Offset BSScript__NativeFunction2_TESQuest_void_unsignedint_bool_{ 0x05348880 }; - inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_BGSHeadPart_bool_bool_{ 0x0533C070 }; - inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_TESForm_bool_bool_{ 0x0533BEE0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_bool_TESForm_bool_{ 0x0533B9A0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_bool_bool_bool_{ 0x0533C6A0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BGSArtObject_void_TESObjectREFR_float_TESObjectREFR_{ 0x0532E060 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BGSWwiseEventForm_int_TESObjectREFR_BSFixedStringconst_float_{ 0x0532FC20 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__Object_void_BSScript__Object_BSScript__Object_int_{ 0x053410F0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__Object_void_TESObjectREFR_ActorValueInfo_float_{ 0x05340B70 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x05349550 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_unsignedint_{ 0x0533E590 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x053492F0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__ArrayWrapper_TESObjectREFR__bool_{ 0x05344B60 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_TESObjectREFR_float_float_{ 0x0533F180 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_bool_bool_bool_{ 0x0533FBA0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_float_float_float_{ 0x0533F2C0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSFixedStringconst_float_{ 0x0532FAF0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FA60 }; - inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05342ED0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_float_float_float_{ 0x05345DA0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_bool_{ 0x053311C0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_unsignedint_{ 0x053308D0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_SpellItem_bool_TESObjectREFR_Actor_TESObjectREFR_{ 0x053419E0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESFaction_void_TESFaction_bool_bool_{ 0x05341D80 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESLevItem_void_TESForm_unsignedint_unsignedint_{ 0x05342580 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_BGSResource_unsignedint_bool_{ 0x05345790 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_{ 0x053434B0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_bool_float_{ 0x05343740 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_GameScript__FormOrInventoryObj_unsignedint_bool_{ 0x05347BF0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05344350 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_BSFixedStringconst_bool_float_{ 0x05344BF0 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_BGSKeyword_bool_{ 0x05345B20 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_bool_bool_{ 0x05345A00 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_bool_bool_bool_{ 0x05343290 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_float_float_float_{ 0x05345C50 }; - inline constexpr REL::Offset BSScript__NativeFunction3_TESQuest_void_unsignedint_bool_bool_{ 0x053488D0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BGSTerminalMenu_void_TESObjectREFR_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ 0x0533E050 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FC90 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BGSWwiseEventForm_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FF30 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_bool_{ 0x05341680 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_float_unsignedint_{ 0x053415C0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__Object_void_TESObjectREFR_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05340A80 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__StaticFunctionTag_Actor_float_float_float_float_{ 0x0533E8D0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_float__unsignedint_unsignedint_float_float_{ 0x05349070 }; - inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_int__unsignedint_unsignedint_int_int_{ 0x053490E0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_bool_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ 0x05345870 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_bool_TESForm_unsignedint_bool_TESObjectREFR_{ 0x05345620 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_bool_float_float_float_float_{ 0x053482A0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_BGSKeyword_Actor_bool_TESObjectREFR_{ 0x05345EC0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_BGSTerminalMenu_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ 0x05347AF0 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_TESObjectREFR_float_float_bool_{ 0x05343060 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_TESTopic_Actor_bool_TESObjectREFR_{ 0x05345550 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_bool_BGSKeyword_bool_BGSKeyword_{ 0x05344D90 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_Actor_GameScript__SpaceshipRef_bool_{ 0x05344D20 }; - inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_unsignedint_unsignedint_unsignedint_{ 0x05345CA0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_Actor_bool_TESObjectREFR_float_float_float_bool_{ 0x0533B8F0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BGSKeyword_bool_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ 0x0533CE00 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BGSKeyword_void_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ 0x0533CE70 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FDD0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BGSWwiseEventForm_int_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FFD0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_BGSListForm_float_float_float_float_{ 0x0533E770 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_TESForm_float_float_float_float_{ 0x0533E7F0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_{ 0x05348F90 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_TESObjectREFR_TESObjectREFR_TESObjectREFR_{ 0x0533EFA0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_bool_bool_float_float_bool_{ 0x0533EA00 }; - inline constexpr REL::Offset BSScript__NativeFunction5_GameScript__SpaceshipRef_bool_TESObjectREFR_float_float_float_bool_{ 0x05330A50 }; - inline constexpr REL::Offset BSScript__NativeFunction5_TESObjectREFR_TESObjectREFR_TESObjectREFR_unsignedint_bool_bool_bool_{ 0x05343A00 }; - inline constexpr REL::Offset BSScript__NativeFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x053435A0 }; - inline constexpr REL::Offset BSScript__NativeFunction5_TESObjectREFR_void_TESObjectREFR_BSFixedStringconst_float_float_float_{ 0x05344B00 }; - inline constexpr REL::Offset BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_BSFixedStringconst_bool_bool_bool_bool_bool_{ 0x0533FEA0 }; - inline constexpr REL::Offset BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x0533FD50 }; - inline constexpr REL::Offset BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x05343120 }; - inline constexpr REL::Offset BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ 0x05343950 }; - inline constexpr REL::Offset BSScript__NativeFunction6_TESObjectCELL_void_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_{ 0x05342B80 }; - inline constexpr REL::Offset BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_bool_bool_{ 0x053484C0 }; - inline constexpr REL::Offset BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_float_bool_{ 0x053482F0 }; - inline constexpr REL::Offset BSScript__NativeFunction7_BGSMessage_void_BSFixedStringconst_float_float_int_BSFixedStringconst_int_BGSMessage_{ 0x0533D900 }; - inline constexpr REL::Offset BSScript__NativeFunction7_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_bool_{ 0x0533FC80 }; - inline constexpr REL::Offset BSScript__NativeFunction7_GameScript__RefrOrInventoryObj_Actor_Actor_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ 0x05343B00 }; - inline constexpr REL::Offset BSScript__NativeFunction7_TESObjectREFR_TESObjectREFR_BSFixedStringconst_TESForm_unsignedint_bool_bool_bool_bool_{ 0x05343820 }; - inline constexpr REL::Offset BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_Actor_TESNPC_unsignedint_BGSLocation_bool_bool_bool_BSScript__ArrayWrapper_float__bool_{ 0x05343A60 }; - inline constexpr REL::Offset BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_TESObjectREFR_TESForm_unsignedint_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ 0x05342FB0 }; - inline constexpr REL::Offset BSScript__NativeFunction8_TESObjectREFR_bool_BGSImpactDataSet_BSFixedStringconst_float_float_float_float_bool_bool_{ 0x053437A0 }; - inline constexpr REL::Offset BSScript__NativeFunction8_TESObjectREFR_void_float_float_float_float_float_float_float_float_{ 0x053449F0 }; - inline constexpr REL::Offset BSScript__NativeFunction9_BGSMessage_bool_float_float_float_float_float_float_float_float_float_{ 0x0533D820 }; - inline constexpr REL::Offset BSScript__NativeFunction9_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_TESForm_int_int_int_int_bool_{ 0x05341550 }; - inline constexpr REL::Offset BSScript__NativeFunction9_TESObjectREFR_void_float_float_float_float_float_float_float_float_float_{ 0x05344DF0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_Actor_void_{ 0x0533B950 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_BGSBaseAlias_void_{ 0x0533CCC0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_EffectSetting_BSFixedStringconst_{ 0x0533E6C0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_bool_{ 0x05344A40 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_void_{ 0x05343180 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_bool_{ 0x05330E90 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_void_{ 0x053310B0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_TESObjectREFR_void_{ 0x05347FC0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction0_TESQuest_bool_{ 0x053487A0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction10_GameScript__RefrOrInventoryObj_GameScript__SpaceshipRef_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ 0x05343BA0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__Object_BSScript__Variable_BSFixedStringconst_{ 0x05340D80 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_BSFixedStringconst_unsignedint_{ 0x05349220 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ 0x0533E2D0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_void_float_{ 0x053491C0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_GameScript__RefrOrInventoryObj_void_bool_{ 0x05346EF0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_TESObjectREFR_bool_{ 0x05346FB0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_bool_BSFixedStringconst_{ 0x05344AA0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_bool_bool_{ 0x05346DB0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_void_TESObjectREFR_{ 0x05345500 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_void_bool_{ 0x05347060 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_void_float_{ 0x05347210 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESQuest_bool_int_{ 0x05348A20 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_BSScript__Object_BSScript__Variable_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x053416F0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ 0x05341480 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_ScrollItem_void_TESObjectREFR_TESObjectREFR_{ 0x053417E0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_SpellItem_void_TESObjectREFR_TESObjectREFR_{ 0x05341A50 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESFaction_void_bool_bool_{ 0x05341F60 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESObjectREFR_TESObjectREFR_TESForm_unsignedint_{ 0x05347000 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ 0x05343670 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESObjectREFR_void_unsignedint_bool_{ 0x05344E40 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction3_BSScript__StaticFunctionTag_BSScript__Variable_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x053494A0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05342E40 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_float_float_float_{ 0x05345D40 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction3_SpellItem_void_TESObjectREFR_Actor_TESObjectREFR_{ 0x05341B20 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction3_TESObjectREFR_unsignedint_BGSResource_unsignedint_bool_{ 0x05345730 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction3_TESObjectREFR_void_GameScript__FormOrInventoryObj_unsignedint_bool_{ 0x05347B80 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FD30 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ 0x053457F0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_TESForm_unsignedint_bool_TESObjectREFR_{ 0x053455C0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction4_TESObjectREFR_void_float_float_float_float_{ 0x05348520 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction5_Actor_int_TESObjectREFR_float_float_float_bool_{ 0x0533B890 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction5_BGSKeyword_BSScript__ArrayWrapper_TESQuest__BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ 0x0533CD60 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x0532FE80 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction5_GameScript__SpaceshipRef_int_TESObjectREFR_float_float_float_bool_{ 0x05330AC0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05343520 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x0533FC00 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_{ 0x0533FF10 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_TESObjectCELL_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ 0x053438A0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_void_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x053430B0 }; - inline constexpr REL::Offset BSScript__NativeLatentFunction9_BGSMessage_int_float_float_float_float_float_float_float_float_float_{ 0x0533D870 }; - inline constexpr REL::Offset BSScript__ObjectBindPolicy{ 0x0533AAC8 }; - inline constexpr REL::Offset BSScript__ObjectTypeInfo{ 0x053BD9D0 }; - inline constexpr REL::Offset BSScript__SimpleAllocMemoryPagePolicy{ 0x053BF0B8 }; - inline constexpr REL::Offset BSScript__StructTypeInfo{ 0x053BE670 }; - inline constexpr REL::Offset BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor{ 0x053C2610 }; - inline constexpr REL::Offset BSScript__UnlinkedTypes____BuildInstructionOffsetMapFunctor{ 0x053C27D0 }; - inline constexpr REL::Offset BSScript__UnlinkedTypes____CollectStringsFunctor{ 0x053C2720 }; - inline constexpr REL::Offset BSScript__UnlinkedTypes____CountInstructionInfo{ 0x053C25C0 }; - inline constexpr REL::Offset BSScript__UnlinkedTypes____UnpackInstructionsFunctor{ 0x053C2770 }; - inline constexpr REL::Offset BSScript__UnlinkedTypes____WriteInstructionsFunctor{ 0x053C2560 }; - inline constexpr REL::Offset BSSequence__AnimationEvent{ 0x051C0560 }; - inline constexpr REL::Offset BSSequence__AnimationTrack{ 0x051C04A8 }; - inline constexpr REL::Offset BSSequence__AnimationVariableTrack{ 0x051C0528 }; - inline constexpr REL::Offset BSSequence__AnimationVectorVariableTrack{ 0x051C05C8 }; - inline constexpr REL::Offset BSSequence__BindingEvent{ 0x053870B0 }; - inline constexpr REL::Offset BSSequence__BoundPropertyTrack{ 0x051C09B0 }; - inline constexpr REL::Offset BSSequence__CameraShakeEvent{ 0x051C0648 }; - inline constexpr REL::Offset BSSequence__CameraShakeStrengthTrack{ 0x051C0608 }; - inline constexpr REL::Offset BSSequence__CameraShakeTrack{ 0x051C0590 }; - inline constexpr REL::Offset BSSequence__ColorCurveEvent{ 0x05385210 }; - inline constexpr REL::Offset BSSequence__ColorLerpEvent{ 0x053852F8 }; - inline constexpr REL::Offset BSSequence__ColorNoiseEvent{ 0x05385328 }; - inline constexpr REL::Offset BSSequence__ColorTriggerEvent{ 0x05385278 }; - inline constexpr REL::Offset BSSequence__ConsoleScriptEvent{ 0x051BF9D8 }; - inline constexpr REL::Offset BSSequence__CullEvent{ 0x051C0910 }; - inline constexpr REL::Offset BSSequence__DissolveEvent{ 0x051C0068 }; - inline constexpr REL::Offset BSSequence__DissolveFrequencyScaleTrack{ 0x051C0198 }; - inline constexpr REL::Offset BSSequence__DissolveOffsetTrack{ 0x051C0128 }; - inline constexpr REL::Offset BSSequence__DissolveTrack{ 0x05162958 }; - inline constexpr REL::Offset BSSequence__Event{ 0x051C0B28 }; - inline constexpr REL::Offset BSSequence__ExplosionObjectSpawn{ 0x051C0330 }; - inline constexpr REL::Offset BSSequence__Float2CurveEvent{ 0x053851A0 }; - inline constexpr REL::Offset BSSequence__Float2LerpEvent{ 0x05385168 }; - inline constexpr REL::Offset BSSequence__Float2TriggerEvent{ 0x05384F88 }; - inline constexpr REL::Offset BSSequence__FloatCurveEvent{ 0x05384F50 }; - inline constexpr REL::Offset BSSequence__FloatLerpEvent{ 0x05384EE8 }; - inline constexpr REL::Offset BSSequence__FloatNoiseEvent{ 0x05384F18 }; - inline constexpr REL::Offset BSSequence__FloatTriggerEvent{ 0x05384FC0 }; - inline constexpr REL::Offset BSSequence__IPropertyTrack_DirectX__XMFLOAT2_{ 0x051C0460 }; - inline constexpr REL::Offset BSSequence__IPropertyTrack_DirectX__XMFLOAT4_{ 0x051C04E0 }; - inline constexpr REL::Offset BSSequence__IPropertyTrack___m128_{ 0x051C0420 }; - inline constexpr REL::Offset BSSequence__IPropertyTrack_float_{ 0x051C03E8 }; - inline constexpr REL::Offset BSSequence__ISpawnableObject{ 0x051C0250 }; - inline constexpr REL::Offset BSSequence__ITimeMultiplierProvider{ 0x051C0E10 }; - inline constexpr REL::Offset BSSequence__ImageSpaceLifetimeEvent{ 0x051BFBA8 }; - inline constexpr REL::Offset BSSequence__ImageSpaceStrengthTrack{ 0x051BFB68 }; - inline constexpr REL::Offset BSSequence__ImageSpaceTrack{ 0x051C0A50 }; - inline constexpr REL::Offset BSSequence__ImpactEffectEvent{ 0x051C0940 }; - inline constexpr REL::Offset BSSequence__ImpactEffectTrack{ 0x05162B38 }; - inline constexpr REL::Offset BSSequence__LightColorTrack{ 0x051BFDB8 }; - inline constexpr REL::Offset BSSequence__LightEffectReferenceTrack{ 0x05162400 }; - inline constexpr REL::Offset BSSequence__LightEffectTrack{ 0x051BFBE8 }; - inline constexpr REL::Offset BSSequence__LightIntensityTrack{ 0x051BFCE8 }; - inline constexpr REL::Offset BSSequence__LightLensFlareVisiblityTrack{ 0x051BFD78 }; - inline constexpr REL::Offset BSSequence__LightRadiusTrack{ 0x051BFC78 }; - inline constexpr REL::Offset BSSequence__LightSpawnEvent{ 0x051BFCB0 }; - inline constexpr REL::Offset BSSequence__LightTrackBase{ 0x05162440 }; - inline constexpr REL::Offset BSSequence__LoopMarker{ 0x05385248 }; - inline constexpr REL::Offset BSSequence__MaterialFlipbookIndexGeneratorEvent{ 0x051BFFC0 }; - inline constexpr REL::Offset BSSequence__MaterialFlipbookIndexTrack{ 0x051BFF08 }; - inline constexpr REL::Offset BSSequence__MaterialPropertyTrack{ 0x051BFE60 }; - inline constexpr REL::Offset BSSequence__MaterialTrack{ 0x051BFDF0 }; - inline constexpr REL::Offset BSSequence__Mediator{ 0x05162058 }; - inline constexpr REL::Offset BSSequence__NamedSequenceMap{ 0x05162340 }; - inline constexpr REL::Offset BSSequence__NodeTrackBase{ 0x051623D0 }; - inline constexpr REL::Offset BSSequence__NodeTrackMaterialBase{ 0x05162AC8 }; - inline constexpr REL::Offset BSSequence__NoteEvent{ 0x05386ED0 }; - inline constexpr REL::Offset BSSequence__NoteTrack{ 0x05386F00 }; - inline constexpr REL::Offset BSSequence__Object{ 0x05162470 }; - inline constexpr REL::Offset BSSequence__ObjectAttachmentSubnodeTrack{ 0x051C01D8 }; - inline constexpr REL::Offset BSSequence__ObjectAttachmentTrack{ 0x051C0160 }; - inline constexpr REL::Offset BSSequence__ObjectSpawnEvent{ 0x051C0218 }; - inline constexpr REL::Offset BSSequence__ObjectSpawnTrack{ 0x05162B00 }; - inline constexpr REL::Offset BSSequence__ParticleEffectReferenceTrack{ 0x051C0368 }; - inline constexpr REL::Offset BSSequence__ParticleEffectTrack{ 0x051BF850 }; - inline constexpr REL::Offset BSSequence__ParticleEffectTrackBase{ 0x051C03A8 }; - inline constexpr REL::Offset BSSequence__ParticleEvent{ 0x051BF820 }; - inline constexpr REL::Offset BSSequence__ParticleMaterialPropertyTrack{ 0x051BF968 }; - inline constexpr REL::Offset BSSequence__ParticleParameterTrack{ 0x051BF900 }; - inline constexpr REL::Offset BSSequence__PlaySubSequenceEvent{ 0x051C0978 }; - inline constexpr REL::Offset BSSequence__PositionTrack{ 0x051C07F0 }; - inline constexpr REL::Offset BSSequence__PositionTrack__TrackState{ 0x05162B70 }; - inline constexpr REL::Offset BSSequence__ProjectedDecalAlphaTrack{ 0x051C06D8 }; - inline constexpr REL::Offset BSSequence__ProjectedDecalSpawnEvent{ 0x051C0718 }; - inline constexpr REL::Offset BSSequence__ProjectedDecalTrack{ 0x05162BB0 }; - inline constexpr REL::Offset BSSequence__PropertyControllerBase{ 0x05387118 }; - inline constexpr REL::Offset BSSequence__PropertyControllerEvent{ 0x05387150 }; - inline constexpr REL::Offset BSSequence__PropertyLerpControllerEvent{ 0x05387010 }; - inline constexpr REL::Offset BSSequence__ReferenceSpawnEvent{ 0x051C02F8 }; - inline constexpr REL::Offset BSSequence__RevertMaterialOverrideEvent{ 0x051BFE20 }; - inline constexpr REL::Offset BSSequence__RotationTrack{ 0x051C08A8 }; - inline constexpr REL::Offset BSSequence__RotationTrack__TrackState{ 0x05162BE8 }; - inline constexpr REL::Offset BSSequence__ScaleTrack{ 0x051C0878 }; - inline constexpr REL::Offset BSSequence__SceneNodeTrack{ 0x05162C28 }; - inline constexpr REL::Offset BSSequence__ScriptTrack{ 0x051BF938 }; - inline constexpr REL::Offset BSSequence__SetPropertyEvent{ 0x053870E0 }; - inline constexpr REL::Offset BSSequence__SoundEvent{ 0x051BFA10 }; - inline constexpr REL::Offset BSSequence__SoundTrack{ 0x051BF9A8 }; - inline constexpr REL::Offset BSSequence__SubSequenceTrack{ 0x051C08D8 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__CameraShakeTrack_BSSequence__Track_{ 0x051C0680 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__DissolveTrack_BSSequence__Track_{ 0x051C00D0 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ImageSpaceTrack_BSSequence__Track_{ 0x051BFC20 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__LightTrackBase_BSSequence__Track_{ 0x051BFD20 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__BoundPropertyTrack_{ 0x051BFF50 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__Track_{ 0x051C0010 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__NodeTrackBase_BSSequence__Track_{ 0x051C0820 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__NodeTrackMaterialBase_BSSequence__TrackGroup_{ 0x051BFEA0 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ObjectAttachmentTrack_BSSequence__SceneNodeTrack_{ 0x051C0290 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ParticleEffectTrackBase_BSSequence__BoundPropertyTrack_{ 0x051BF890 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ProjectedDecalTrack_BSSequence__Track_{ 0x051C0790 }; - inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__SceneNodeTrack_BSSequence__TrackGroup_{ 0x051C09F0 }; - inline constexpr REL::Offset BSSequence__TPropertyEvent_DirectX__XMFLOAT2_{ 0x05385120 }; - inline constexpr REL::Offset BSSequence__TPropertyEvent_DirectX__XMFLOAT4_{ 0x053852B0 }; - inline constexpr REL::Offset BSSequence__TPropertyEvent___m128_{ 0x05385030 }; - inline constexpr REL::Offset BSSequence__TPropertyEvent_float_{ 0x05384FF8 }; - inline constexpr REL::Offset BSSequence__Track{ 0x051623A8 }; - inline constexpr REL::Offset BSSequence__TrackGroup{ 0x05162378 }; - inline constexpr REL::Offset BSSequence__TriggerMaterialSwap{ 0x051C0098 }; - inline constexpr REL::Offset BSSequence__VectorCurveEvent{ 0x053850E0 }; - inline constexpr REL::Offset BSSequence__VectorLerpEvent{ 0x05385070 }; - inline constexpr REL::Offset BSSequence__VectorNoiseEvent{ 0x053850A8 }; - inline constexpr REL::Offset BSSequence__VectorTriggerEvent{ 0x053851D8 }; - inline constexpr REL::Offset BSSequence__VisibilityTrack{ 0x051C0758 }; - inline constexpr REL::Offset BSService__Detail__ISubscriberTable{ 0x051A0FC0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService___{ 0x0515C550 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService___{ 0x052047E0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager___{ 0x051572C0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ 0x0519EF70 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState___{ 0x0538FB90 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager___{ 0x0538A860 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor___{ 0x051C7830 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor___{ 0x0517BDE0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler___{ 0x05403090 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler___{ 0x053DD5D0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler___{ 0x053DF930 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB___{ 0x053FC300 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler___{ 0x053E78B0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler___{ 0x053E1340 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F7960 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite___{ 0x053F2C20 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler___{ 0x053E98A0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler___{ 0x053E7030 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler___{ 0x053DD8D0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler___{ 0x053E8B40 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler___{ 0x053E8600 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler___{ 0x053E3D50 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler___{ 0x053E32E0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService___{ 0x0515EA30 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager___{ 0x05161EF0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService___{ 0x0515CF20 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService___{ 0x05382E70 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BC580 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler___{ 0x05230AD0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager___{ 0x053A09E0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager___{ 0x053ABB90 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl___{ 0x053AB550 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage___{ 0x053A0F90 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl___{ 0x053B05F0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler___{ 0x052BAC00 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions___{ 0x05389B60 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService___{ 0x05225620 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service___{ 0x052AC7A0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl___{ 0x0522F210 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation___{ 0x0535F660 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service___{ 0x05202950 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler___{ 0x05181240 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem___{ 0x05203060 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager___{ 0x053C9580 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame___{ 0x0512BF10 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager___{ 0x05355F60 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator___{ 0x053953C0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper___{ 0x0518EEF0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service___{ 0x052ED490 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached__{ 0x05200DB0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles__{ 0x051A0B20 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent__{ 0x051C8900 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ 0x05380760 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded__{ 0x0538E840 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame__{ 0x0538B330 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete__{ 0x051917D0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ 0x05388490 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053FB450 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ 0x053E46F0 }; - inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x053DC650 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService___{ 0x0515C460 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService___{ 0x05205010 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager___{ 0x051574E0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached__{ 0x05200EB0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ 0x0519EE90 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles__{ 0x051A0C30 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent__{ 0x051C8A10 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ 0x053808C0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded__{ 0x0538E710 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame__{ 0x0538B250 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState___{ 0x0538FEB0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete__{ 0x051915C0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager___{ 0x0538AC90 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor___{ 0x051C7570 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor___{ 0x0517BED0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ 0x053885B0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053FB330 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler___{ 0x05403190 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler___{ 0x053DD6E0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler___{ 0x053DFA30 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ 0x053E4A40 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB___{ 0x053FC210 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler___{ 0x053E7B90 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler___{ 0x053E1490 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F7A80 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite___{ 0x053F2D30 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler___{ 0x053E9790 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler___{ 0x053E6ED0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler___{ 0x053DDA20 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler___{ 0x053E8E50 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler___{ 0x053E88F0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler___{ 0x053E3A60 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler___{ 0x053E33E0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x053DC120 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService___{ 0x0515EB00 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager___{ 0x05161DF0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService___{ 0x0515CE30 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService___{ 0x05382BB0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BC470 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler___{ 0x052309E0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager___{ 0x053A0AC0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager___{ 0x053ABC80 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl___{ 0x053AB640 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage___{ 0x053A1070 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl___{ 0x053B06B0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler___{ 0x052BAB10 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions___{ 0x05389A70 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService___{ 0x05225710 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service___{ 0x052AC870 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl___{ 0x0522F2F0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation___{ 0x0535F720 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service___{ 0x05202A00 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler___{ 0x051813F0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem___{ 0x05203120 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager___{ 0x053C94B0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame___{ 0x0512BE30 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager___{ 0x05355CD0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator___{ 0x05396BD0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper___{ 0x0518DDA0 }; - inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service___{ 0x052ED560 }; - inline constexpr REL::Offset BSService__Detail__TCmd_BGSBaseLODBlock__AsyncAttachJob_void_{ 0x0515F160 }; - inline constexpr REL::Offset BSService__Detail__TCmd_BSJobs2__Detail__TWhileJob__lambda_1c3bfbf7fb74499cbb80b7d46fcc49fd___void_{ 0x054033A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0002d342d4b96ed14f514008f14570c1__void_{ 0x053FA5F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_006b35553229add112942d17ed32bb42__{ 0x051A4E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_008ea879cedd7a46a8a49983993e57e0__void_{ 0x052935D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_00be030d91abda501b40f19a399e9670__void_{ 0x0525C010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_00d52b2856f41d6da386631d20e5fe03__void_{ 0x053E7460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_00e2d70e07a75ffb4a9550258db25642__void_{ 0x0538DBB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01062a76feb931c8a06c8d3f4cbc7774__void_{ 0x05252220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01186127f86f046a5fcf380388afc741__void_{ 0x052300B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0127f337cadb519da5469c7309bd879d__void_{ 0x051C8120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_018e17b8c62bcc393050b5b3397742d2__BGSTerrain__ClipUpdatedEvent_{ 0x05200180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01d98982c37fa7ae029664f475612abb__BSResource__Server__Commands__AddDependency_{ 0x051E8A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01dfa8bf516424b0dda88f5429247ce7__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ 0x052B99A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01f90e54009a80a8061050f13c8fa57f__void_{ 0x0525D1A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_02219d7de4e7a51e8a853f1c298cdd2e__void_{ 0x05236CC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0225edb602894d96a65c3c1bdd96604e__void_{ 0x051D83A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0246088df01a9e07219ed24fc8ba8f93__void_{ 0x05233C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0266f4fecfc2e8170c2ca291fc546ce4__void_{ 0x05253D30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0273e6452e98badf11b7178730088a42__void_{ 0x05253A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0280741a07e3abcac360d5bbe91543b5__void_{ 0x0527F8A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_02d5dca3a0c95ccff60dd921dd71f729__void_{ 0x052C9BD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_02ec2101ebb94be332c6bd36ab93b693__void_{ 0x05286370 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_030ca5c62d41b0de72e0c17b7630bf41__void_{ 0x05328510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0321d4b42b7a6f99a866cdee2951a820__void_{ 0x053B3AA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_034dfa4d5e97d71c1bac340e699d3d85__void_{ 0x053EC820 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_035ca4d135ab12d1ada395740d09ae1b__CreationRendererPrivate__SetPointParams_{ 0x053E7D40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0362ce151de36dc19c3b9e0b065e428f__{ 0x053ACCC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_03a8632d7a9099fcd05af7a34fdfc31a__void_{ 0x053EEC20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_03c7a44cfe63f654f076dacdfb834679__BSResource__Server__Commands__Pause_{ 0x053C6640 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_03e39a4e5bc7955ee600125c3c8414bd__void_{ 0x05298740 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_041073601cf9f78b6a0541c88dd4c120__void_{ 0x0526BCD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0416055efafe3f589688876268cbf923__BSResource__Server__Commands__AddDependency_{ 0x05383110 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_044c6458e6cb5693642c4b3cac1fff04__void_{ 0x05359E70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_047defe610e1e29e448903298b1a0364__void_{ 0x05175740 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_04a1a979d9da72e0f8ac2e26edf99dd1__void_{ 0x052804E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_05002bcd6b960295934060162e02232f__BSResource__Server__NodeBase_{ 0x053BA060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_053294228c3a26bab0e61f36d24bf6a6__void_{ 0x0527ADA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0538a2af10287591a9c6e825dd61a26d__{ 0x051A2F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0538e52b7cdb5c41874d3cad4c0683bd__void_{ 0x05297A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_056c00754ea9d9c6ca1e8e89751e4a28__void_{ 0x0516E080 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_059ea08971f1939e6f19fd254d9e0c82__void_{ 0x0523EC50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06067c6a6308b41d78759709e112b836__void_{ 0x05276290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06151f381a3a19a53c97f994077d69aa__void_{ 0x052681D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06167b3f0a5ba8433b063b6afbf04f97__Particles__PSM__Commands__StopParticleSystem_{ 0x053AA2D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06172112a25e26480a5f9c508ac18f22__Particles__PPM__Commands__StartQueuedSystem_{ 0x053AB060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06a711be13e37f10943499bf203dfad0__void_{ 0x052C2AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06ce8beed408a87c8d1eaa7376977972__void_{ 0x052C0060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06e1d095500aa82f8ac3a971cfa34d57__void_{ 0x053E0840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07020fe3b056cff41277528905bc00a4__void_{ 0x052768B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_075888cf0a2530e474cd201dea947988__void_{ 0x053B3C60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07651cf617a1bda461beb97e5235a353__void_{ 0x051715E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_077387c3297a9010e77cd35d075067ff__void_{ 0x052C5280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07a3b48c41a24d7c285e8cb5ef1cdf60__void_{ 0x053F08E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07e365911eee35c5b736e798821d6271__void_{ 0x05159720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_082360f606088c4ab0076fd3f12c2ff3__void_{ 0x052BFEA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_082d842b52704dfe6aab31c72b0894cc__RefrAudioUtils____LoopService__RemoveMsg_{ 0x05224F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_083725449ce9e0d3c679208d63e53e92__{ 0x051A9810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_086fbda4eebb50c6f4df48f1f6fe6d27__CreationRendererPrivate__SetStarmapGravityWavesParentGeometry_{ 0x053E9310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_090d3c8373da10997c2f4bd4c97b520d__void_{ 0x0522CA80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0926f4cfa9ad1d828a3f411e7fc4f6f1__void_{ 0x0524BFE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_098e9d41120d9c69ef301914fec63ba8__void_{ 0x05326E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_098ef4189a0a8f223c8fbc61d99829b1__void_{ 0x053C8F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_09933e7059ef7be535739391db262532__void_{ 0x052C07D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_099436210363735fad6683050ece6576__void_{ 0x052410F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0a24dd329f14ebaba8e0207148047ef0__void_{ 0x05252AE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0a26b129176452b06fb33fbd5234ddc8__void_{ 0x0517B350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0a386d64f9dd36883ee283d505f82adc__void_{ 0x0516DFA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0aeca5285554a78219ade45aa9bb9db0__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetText_{ 0x053EA0A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0aece35f7823386b115b82deaaafbf7e__void_{ 0x0522CDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0af826300f7c12bb0b61405a607ed24c__void_{ 0x052BB1F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b1190f9854567a76c31e15f706198e1__{ 0x05395D20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b1d03580f6f0a5a6a5dfd19b320d7f7__Particles__PNM__Commands__EnqueueBinding_{ 0x053A21A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b3f977e5810541ada5b8e7123e4a876__BSComponentDB2__ObjectSaved_{ 0x0538D460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b4a97e3db7f91472675e74f4146eabd__BSComponentDB2__ID_{ 0x0537FD00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b915127af726732471628b2a4d7b3da__void_{ 0x053F6470 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ba77fc2a44489b0e7a2852b10d3be19__void_{ 0x052C3910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0bb808731178bb759388c92baaba2060__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ 0x052B9830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0bc199359560e6382a0563b4dbd09d32__{ 0x051A5220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0bd4acb67198cdf73ba29134d580c17e__void_{ 0x0518D620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c03c7330473892ba670105402efef07__CreationRendererPrivate__Messaging__SwapChain__Destroy_{ 0x053E2F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c232cc3ac8cae764e7ee93ff79e28ac__{ 0x051D4930 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c247aedd97c7f96423e3ddd7608ea80__void_{ 0x053EEDE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c5c5ef7fbcb29a5b5314c3ff1271579__void_{ 0x0529FF80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ca6e154e41dec5dfc62308ecc694acc__void_{ 0x05242D50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ceb036298b31f1cc45ef9ae0ecd5899__BSService__Commands__NewFrame_{ 0x053958C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d04e56f01adcfd3745eabdda36cb421__{ 0x052D2D30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d1fcf20e5825226f909acf6b1390c30__void_{ 0x053EAF70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d4cbf7d6729c86f736a3e1e92ecb42a__void_{ 0x0524D000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d654b3629054275bae9908f7c2ed8e8__{ 0x051A3520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d65ab9a2dae1c47a0c901cc9738cbfb__void_{ 0x053B1D30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d72e0efc6f9dfc450d41f8a52bc48a4__void_{ 0x052CB750 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d853000097131e6d146d893dc35aecb__void_{ 0x053EF9D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dbaf398f5b9d27b21806968b4ae0a0d__void_{ 0x0527FDE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dc34ffbd9ed8987595dd2f80dd80831__void_{ 0x05327CB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dc569d6a102c629c04acc1adc57134f__void_{ 0x0522C540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0de734acc79b148e560b62cc3735c689__void_{ 0x05286CC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0df8d91b739f126dd281888ca88fd83b__void_{ 0x05255A50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dfaf3731b1bf4b2144f7c7c60ca1e32__void_{ 0x0528B1E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0e23ddf5c97dad2ca2be7aa659d41b86__void_{ 0x05172A00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0eca9001df7c3082040737b67b4ebc52__void_{ 0x053F8E60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ee8949bcb7a260edba29f32c4bdcef0__void_{ 0x0525E010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0f5f2e25683ee595dc5bf3b34e438e92__CreationRendererPrivate__Messaging__Window__UpdateWindowPresentMode_{ 0x053E3770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0f6276adeb6b449032d2cb25a08fa625__void_{ 0x05273530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0f8ae27cc7094103481a2f39fb7a66c7__void_{ 0x05262D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0fbe08cb3daaac324ee9bcdc03634431__void_{ 0x053EABF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_101e42f2b95b49532b1b539f3585e9fc__void_{ 0x052C39F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_105653bf31127f1824054cb0a4211f8f__void_{ 0x05243D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_109fc17ea66b9ba70691fd95452275bf__void_{ 0x0526EC80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_10aa7a4f760f1ed964fcfc2b5994be30__{ 0x053EFE70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_10c92ab2e647158c6768592162d88cda__void_{ 0x053C7170 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_11319c8b1ca1d5124ce8a3cdeb847a3f__BSService__Detail__PointerWrapper_BSComponentDB2__StorageService__{ 0x0538D010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1179c0d39af89e3c5612f8c3062153d6__SaveLoadTester__Service__DecrementBusy_{ 0x052ACD30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_117f4ead7583bfb71b48a89a154b3482__IOManager__SystemTaskService__RemoveCmd_{ 0x05382220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1181752b037322e77a0e38ec51afb85a__{ 0x051A64D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_11c34d3eb78eee830c941a9ee33a851c__void_{ 0x0517D940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_11ff52985ad0c88221edd6e56ac529e2__void_{ 0x05239020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1229d031d6d615b2231ac98f9b761d74__void_{ 0x05327040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_12ea3b324529d891495a3fb3b027c94a__void_{ 0x05158C30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_12fc22b079915411b6b2b4038a6bd8ea__void_{ 0x0525E1D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_130b93c9a97d09ae0d297c51cc4d5464__{ 0x051AA400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1318b714b24fa2e2710a529d6ef141d7__void_{ 0x0525CBB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_131c4870fa33d302c588e56f37ef938b__std__reference_wrapper_BGSSaveLoadManager__int_unsignedint_{ 0x052ABCC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_132e6cc06120f2d25c5799f59603526a__void_{ 0x0524DD20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1345bc85d9ab2e9177e72cad4fde7a60__void_{ 0x05295D60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_137aa706401a96efeb8af0f5153e8326__void_{ 0x052C33D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13bc4b69b9bb200ce8639726ff52dd1b__{ 0x0535C9C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13ddb005de572f8b0cf5d5b4f31fdf39__{ 0x051A7210 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13f2f1fdc9b77224a1f3ab99e3e8b208__CreationRendererPrivate__LoadMenuHidden_{ 0x053DD3A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13fb5261bf961ea5ffe8bc99d857d9b6__void_{ 0x053EAA30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14348470d6afd06ac22201fb09357cdb__void_{ 0x053B3560 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14563e1568e6d890487357d5b6106ffe__CreationRendererPrivate__LODList_{ 0x053DDFD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_148af1c827fe4f82fd6d721558747331__void_{ 0x05247F00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_148e3dc5c753e0b63b8179444d7afbb6__BSService__Detail__PointerWrapper_Probe__ReflectionProbeRenderOptions__{ 0x05389E40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1496e3e7f62e55e5720030c5fcf78308__void_{ 0x0522C460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14b0426f32aa02f9a0be1973dd3e6d56__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ 0x052B2C60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14c624d060d53f090d9f6653c9d8716b__{ 0x05204500 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14c7ea9486cedf1533fcee4c4a4cb042__ScalarAnimation__ScalarAnimUpdateCommand_{ 0x053607F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1511d67fd91bdd9800c7fb8a0a547ac1__void_{ 0x05237030 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1522e0518122fe3f79c62fd4d69b2778__void_{ 0x05285FF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_15752006373b974af772fdae01c31b35__void_{ 0x052431A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1598874d1cd6ead728b5e1c399f11e89__void_{ 0x052785C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_15a1128b214ce479bf0e0588a2044d9c__{ 0x051A4780 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_15f8a0d100daba78b43c303c535a539a__void_{ 0x0522D950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16376a5022f79a83df3926f4fe3cbc2c__void_{ 0x0524CE40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_163fcfaddf6445222d83c6b71f5c80db__void_{ 0x052805C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_167e29f857ddfc90e0beaaf2362a76d6__BSService__Commands__NewFrame_{ 0x05160170 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1688a60e1b2106b578044f4af2f0cecd__void_{ 0x0523A4F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_168dd5f9379d2fd02919c4b287afeb1a__void_{ 0x05248860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16db958dc41d0c66db77acdf4c42d6c1__WorkshopEngine__ItemCombatChangedEvent_{ 0x05358800 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16e8324d5b2572cd72b95b4d7c867a5e__void_{ 0x052C4E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16facd21a3bcaf5be30d78eb396b183a__WorkshopEngine__UntrackItemEvent_{ 0x05358930 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1716f236caebbc81bde29df41b7139a1__CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ 0x052B8E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_17396a94c1804093cbb9a3a845c807be__void_{ 0x051947E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_174819bdc7f0499d3672b9449c10f91f__void_{ 0x05328350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1774627e001018ae78f7afb113d3fa44__void_{ 0x05273B90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_17ac7ba69e78afaed49e645089406ab4__void_{ 0x0529ACB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1806fb42aa1c1e9e52bcea8a68aaa87e__void_{ 0x052696E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_180c459f37941f35f0a93ec666eb98b9__Particles__PNM__Commands__StopParticleSystem_{ 0x053A1F20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_187988143b9bf44be919f8d51b1b1b63__void_{ 0x0526BBF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_18ccbf1e684f7cd76a882ba490e89fd2__void_{ 0x0524AEE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1906ed046289e1d0042657dc28968e4a__void_{ 0x05173000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_192783d943e5fbb89cb58be942406117__void_{ 0x051C3EC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_195aee6d74b2ceea27f36692e3ab6252__void_{ 0x0524D460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1962c06bc59384d568710cc2132f3df6__void_{ 0x05239950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_196ef92acd8272c26ca673793b2c5b71__void_{ 0x05269560 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_19871f07c1e548a013d0d1cf87089b3b__void_{ 0x053297E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_19c1ea0f7ac173ff0297db34f047c51d__void_{ 0x052CCD10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_19c5f57862c11ce255b5d3fbf38bef09__void_{ 0x0525DC90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1a6202670b68012c2043fa70909db9fc__BSService__Commands__NewFrame_{ 0x0538A720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1aa7972c397c239d8c334fcca51f809b__CreationRenderer__ResetCullingMemoryRequest_{ 0x053F7630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1aab385b1d2c973b43db622647dd6935__void_{ 0x052749B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ad6aa892d305598e3aa071fb6978ce9__CreationRendererPrivate__Messaging__RenderGraph__RecompileAllRenderGraphsParams_{ 0x053E10E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1adcc7f72816988180f229dcae97a055__void_{ 0x0525DD70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b1de50a30aecd9038df8bec83bce1d1__void_{ 0x0523CF80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b2eff87bafecc7bbc43ce302fdee705__CreationRendererPrivate__SetStarmapOrbitsColor_{ 0x053E7E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b6954ed9f9f23860fc5a5777dbda38f__void_{ 0x0527B040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b7586faf3d45a3ccdbe562c615deea8__void_{ 0x05267000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1be396980ac749ad6a75b7528955df49__void_{ 0x05264F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1bf2a8d41dba84ffc96c5d4aafbdf0cc__void_{ 0x0527AF60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1bf785c93d8ad6d842d65a8bfb1aea2b__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BAD20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1bf7c3047063bf194f956149815127bf__void_{ 0x05263DC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1c7ff35eeeec7cd1d9a2e5a0c39e495c__{ 0x051A9650 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ca4b4e540219e4d456f628473c4e71f__void_{ 0x0524D7E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1cd72100737beba0d7eee0f960aa704f__void_{ 0x05293790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1cef33996a1d8a4b6f46f83edca7a90a__void_{ 0x053F0640 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d3a5baa8cddc84b09fe4ae5914ac8d3__void_{ 0x0525DE50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d5383e98b8e712f89a1b74bef1f4521__void_{ 0x05292620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d753404f33e1c7059e9e66b1fb8cb9f__void_{ 0x052C6100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d77491fa8d966c53ee8db9ca8d7257f__void_{ 0x05237170 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1dc94482c6a0eeb04309cec409833161__void_{ 0x052CB670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1dca1393cf167ec33c942351d43db67d__Particles__PNM__Commands__RemoveDeadSystem_{ 0x053A2060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1dcd6055c087c81e7b34ff0e9b242b7b__void_{ 0x051598E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1e3b3b65e4deb17ca33e10e3fc7a4114__void_{ 0x052748D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1e896bca42e806ceb24ab1b15b5b3465____Service__AddMsg_{ 0x052ED0B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1e9994414b30943f97930cd97387f08f__void_{ 0x053EB050 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ed8251b1a65468a26281b769d4cce60__BSTextureStreamer__Command__Cancel_{ 0x05388D60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ee85f381440a2d09017dd8965db720f__void_{ 0x0525C580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ee934e5d6c8ce4a9aa5155f812e5e98__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ 0x053DED10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1f3aad7b634a2fd4477eeee64a63e161__void_{ 0x052C2C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1f7e28043a2aff61a071f26e42547073__void_{ 0x052C3F90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1f92a890228578814c2c2a03e8cac3ef__void_{ 0x0525F3E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1fada1a49a815c74778c622ce536d0dd__BSResource__Server__Commands__NotifyComplete_{ 0x053BA4C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1fe0fdf7c71e3cc627f4ec4b8dbb2309__void_{ 0x053C7F20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1fe4aa3c08afa23c78527d1835dc5bc4__BSResource__Server__Commands__Resume_{ 0x05381D60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1feb0118ea67ec51efc7b906b04c6a3e__void_{ 0x0526BE90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ff618fa23044ab7190c611f0f4f4a1e__void_{ 0x052201F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_20023bd8b6f0cc86e939f7a6507b6df7__void_{ 0x05173380 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_201c402df48895b5d2432b3397e6e6c5__void_{ 0x05275F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_204d98801082d89c3b86c75e5bef4268__void_{ 0x05238A00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_20afe879793f75ebbf8aa6155055e332__void_{ 0x0524B180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_20bfcf6d2c3feba821c8319e746716c3__void_{ 0x0532CEF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2101e137058c8cce639a34b3fcbc6124__void_{ 0x05290D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_210b3ef41dd8983da70cc07a3e0846ea__void_{ 0x05172760 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_214560b10e1922061b3c3abcc0263e5c__void_{ 0x053B3480 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_214d8b93d89e60d3f194e52945fc3122__void_{ 0x05274A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_214f86d7d02876439242e1db06abfd20__unsigned__int64_{ 0x05200000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_217a1984d7aaaa76424c490d99ccd0b6__Particles__PPM__Commands__RemoveRequest_{ 0x053AB1A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_217e4d66bceb166c823cda642795bd7b__DynamicNavmeshService__DynamicNavMeshTaskCellRemapEvent_{ 0x0515DF60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_21920c043a7f059388cb9b1da8931b1a__RefrAudioUtils____LoopService__AddMsg_{ 0x05225480 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2270a8b534503d70aacdbbbb48eacacd__void_{ 0x052511C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_229923dcb46d68329aed5eaced3ec2f7__void_{ 0x053F9100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_229a4e5fa9fd41ffec4f972c3da0e404__void_{ 0x0522A530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_22e4dedf066ee308e8be98a91a05dbec__void_{ 0x051594E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_234872c1c6e19f2c77dd5b652a057831__void_{ 0x052A3D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_23603fe60d9bab333a86c7a4ac80c3a8__void_{ 0x05158A70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_238f1eb7519d3ce6fc27db751464dd8d__void_{ 0x052C44D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_23d36ce9f8728bffa7fd0b2dc1f5cb94__void_{ 0x05240C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_23f8832b83fb9f72c657df18958f6306__void_{ 0x052539B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_241d9a5d50febfb6ba04ca41e3729407__{ 0x051A5770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_245174f9a20ac7a3035baa291be1395e__void_{ 0x05327D90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2469a73507db0616d79345f7c36d5c54__void_{ 0x05191B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2471eaefa834ee6d158acd34cfdc233f__void_{ 0x0527B120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_248e50f5c99809b58798f5db794286b6__void_{ 0x052A0520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24acdea64849368114ea9d6e94cd1c50__void_{ 0x053DD0B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24d44cabdf8c29ab5103a04e26075df4__void_{ 0x05249D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24d90fff4870664f7b3e985575b6e466__void_{ 0x0525D0C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24f6ac36d7533ec682c0a282888c8485__void_{ 0x05176190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_250bbddfc101d1d4fc16e1a08c21486d__void_{ 0x052C1B10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25212b87a08400f446ec297e12f0a767__void_{ 0x052312E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2537dce064a73719c824d45ae5bee846__void_{ 0x05194700 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25401afe9d43f2f824a6bd37f2bc34d2__void_{ 0x053C8000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_254b770459995ece89a8f6627dfb5efb__void_{ 0x052C3A50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_254bac1666edeb9dbb6cb08e2b8368e2__void_{ 0x052C1790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_255aea7f51319bdf47a5203f2d8eafb9__void_{ 0x05268010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2571bfd25a7211020a5b76748ce9963e__void_{ 0x051C5890 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25945263975cb57845c6a4bb285efe7e__void_{ 0x0528B4E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25b10d4ae2248b8cfab1104251ddffad__void_{ 0x0522FEF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25bf931fc0da606f9cb153f21c2acf21__void_{ 0x0525FB60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25fd4484c9f270c6cddcb4c3b8a1e1dc__void_{ 0x051780C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_261e62996e5289c528fa08224fb8f4c1__{ 0x051A6FD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_265c9c2cc28dea70b44738922c3942bf__BSResource__Server__Commands__Reschedule_{ 0x05381FB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_266ce564967dd752765c46aaaa91fa8f__WorkshopEngine__CommitEvent_{ 0x05358490 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_26eb4d84f4f78a938169c7210e691e9d__void_{ 0x05173860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_274420ce56496d799cb41ab8f61f9a94__CreationRendererPrivate__Messaging__SwapChain__TogglePresentMode_{ 0x053E2B70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2767ee422ea43a1012bd5fa5aba39abd__void_{ 0x051D79C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_279e68361bf7aa08e4c1761b2a3bd216__{ 0x051AAD30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_279f04fd05616f92000ce9a75b851fa8__void_{ 0x051708E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_27f656fac942671e6d0aef16b0740835__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__StagingBuffer_unsigned__int64_unsigned__int64const_{ 0x053ED670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_281504c41f875176f11591ead405116d__void_{ 0x05324520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2856cb2d120552a8ee584da2837ecaba__void_{ 0x0524A010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_285c03feb56c832a285d42f66323cc5b__void_{ 0x0526BA30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2866a9178630a5c75b5934c611c7ad37__void_{ 0x05241390 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2886445c6e0621bc870bb6265c2ce416__void_{ 0x052894E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_289ad4b5191fe06018b2959b6e32aed4__BSTSmartPointer_TESPackage_TESFormPolicy__{ 0x052B29E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2905f2e89e326a3d4163970a61220fbc__void_{ 0x0524CD60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2915710df63846f4944ed3d812de9410__WorkshopEngine__BulldozeItemEvent_{ 0x05357900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_295d9a486d3ba70ad9e6244a8685b746__NiPointer_TESObjectREFR__{ 0x052AEBC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_29737f9587fa0d1fb489346e0b4204c8__EffectSequence__ChangeShouldProgressCommand_{ 0x05160C70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_298b4c9ddad8c2c98895d95d86b6f018__void_{ 0x053EADB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_29a65105e2f059d5c389bb1106cf31a3__void_{ 0x053EBCC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_29eb0d7134d8ba51cfa9e6bafd111a1a__void_{ 0x053DBB10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a1038c7d25ba0a884b7bc8177134c35__void_{ 0x053EF810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a3033e1d9b16146ab0cfb500bc57757__void_{ 0x052C4930 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a39ce085fe4fe20ba682fbe1eec9d75__{ 0x051A4C40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a4944ac535e0c58bcb386500360561d__void_{ 0x053EACD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ac9f805c895c10508bbaac05e056a0a__{ 0x051A3C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2acba6e6f5d8006da23e0e8bda8d73bb__BSResource__Server__Commands__AddDependency_{ 0x051654D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2acc797905deef217ba390942468a931__BSResource__Server__Commands__AddDependency_{ 0x053BA750 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ae52c85f260927307882bcc7125f6da__void_{ 0x05240E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ae9e1380c8ee2a9c82ea83274d83730__void_{ 0x05208EB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b2ad8ef2d7d558fbf41b42171f3b1a3__{ 0x051A4300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b3180f9f666789c91ceaa7ef11cc1e8__void_{ 0x0527C850 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b407448b85a245f799c31755ed65a50__void_{ 0x0529FEA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b4ae46eaa735d8ec6e406c6ea7dc68d__void_{ 0x052C45B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bbbd0b50b259ac7cf500e5ae985938f__void_{ 0x0522C9A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bd41bd62048e62f5a0b6c02e630e312__void_{ 0x052D0240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bf18162af4aa8bb3440e46bcd481a5c__void_{ 0x052BF500 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bf8d57a23f5733c9ced6acf1309e89b__void_{ 0x052411D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c01d9a581c158720a996021bd2bf7f0__void_{ 0x052C24B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c718fd403190905af0d4ea06c52c490__void_{ 0x05270820 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c72c11eca91ff181a95975869a22a8b__void_{ 0x05172AE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c8c13283777b305e8f9ac8155e91888__void_{ 0x0529B710 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2cdb922543cfbed70ffc3f06283ccbec__void_{ 0x0528DB90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2cf70dcb2c55b70d372df887b9c51ec3__void_{ 0x05232070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d5bef08f4973c82b63bb685675f0476__void_{ 0x05227470 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d6f96d76d321c8d1c3dd7d1b64229f4__void_{ 0x05172920 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d746a0e1ac0058b6f4a05abe7b671a7__void_{ 0x051E2240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d85d23616d6cc71a192d86f46bb952b__void_{ 0x052C29F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d89b27380db044a735beeb504a7b6c5__void_{ 0x05262C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2de26c0aa27633843a24364a44cc9f49__void_{ 0x051D4200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2debec6ebb798162268303d60398729d__void_{ 0x05376340 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e1b42a1bf4317aaf1a3894ceabf2310__void_{ 0x05265040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e61532e0d5a01e189b8200de13d5f3d__PathManagerImpl__CloseAttachEvent_{ 0x053B0400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e6253c69297d1e42e51724b3fdd29fa__{ 0x05400530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e7279c14af628ec41691a123af46400__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ 0x053B0040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ea6196d4562a590254354bd5feb6c25__Particles__PSM__Commands__ReserveParticleSystem_{ 0x053AB2D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2eb9065638b09a690be622024b4df0bc__Particles__PNM__Commands__ReleasePreCreatedParticleNode_{ 0x053A1C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2eb998c0a5ebbf4566b9cf6264edf070__void_{ 0x0525F6E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ecc3ed85afbef822c47380b7a9edf28__void_{ 0x0526F000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2f0badbef406f2ce6d56b7c47ef5200e__void_{ 0x052D0360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2f1b90efd64ded8c405a50f908cab138__void_{ 0x052C5440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2fb518c23a6cd73d41d8c5c303b2e58d__void_{ 0x052AE920 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2fb5ea5d7b79125fbb6a681b7df9d0ff__void_{ 0x05289080 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2fed147ae65901afc7e288ea0ac5932e__BSService__Detail__PointerWrapper___MaterialAnimator__{ 0x05395AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_300e29d97d5d2a5664d5a028a88e6f9c__void_{ 0x052446F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_301952c8919bf88550759f6c3d069c6d__void_{ 0x052C4690 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3057e6150c41d0e14e6947f3c018efdc__void_{ 0x052C2210 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_306f6a312a9afd8ce3dbea619074b71f__{ 0x053FAC90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_307c8e484fd5684acde2e61ba907d2bc__{ 0x051A4220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_308bb12e157933541115e30dcbca0aec__{ 0x051A3A00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_308ed731f2dbebf2e475b0e992c3ca5d__PathManagerImpl__ShutdownEvent_{ 0x053AFDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_30c6c7a87bba76c3a1a936e1ed78b67a__{ 0x053734E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_30cdcb41fc2ec080a01fcf0b95f628f5__void_{ 0x05175EF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_30d5faf09585b9c3c9dd2fcf15b7c043__{ 0x051A63F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_313a600ce33a8cecddb268952133376c__void_{ 0x052680F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3146f25ffd3d61e3bc2fd9220d9646d7__void_{ 0x05279840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_315f20bb07ecbddf0c084f73185daa5a__void_{ 0x05243360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_31781ca9f1a5c8c76d677f9fd6de0e10__void_{ 0x051E7F70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_319247d69123ef8ee3d856be4ce619a3__void_{ 0x052CC9B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_31b44e4d05e5e001a2aa280f8bb5c5ff__{ 0x053F0140 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_31f70d64dc89f3eccdb1d62f9068ce7c__CreationRendererPrivate__Messaging__Window__Minimize_{ 0x053E2CD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_321ddd8064bb6d74dd3569d28ac1e1f3__TextureDB__QueuedTexture_{ 0x053C9950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32537a9cd7d7d51f31d6e04d245d00ca__void_{ 0x053C8FF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_327a737861a5586d86084ca7ac4d6901__void_{ 0x0525A1E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_327d874d40378dda636bc9feabf0da29__void_{ 0x0526F380 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3289f95a5de796dd01303c2e6aa1766a__void_{ 0x0525E550 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32a3a2fd9114cc2e2bf78225a3600fe6__void_{ 0x05175200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32cb66071ec10a2bf95d6a03382fbef5__PathManagerImpl__ForceFailEvent_{ 0x053B01C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32de99af9a1424703afcb351fce4f307__void_{ 0x0527FC20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32e4b4f19bbe2945e96b834492c572ff__void_{ 0x0529E3C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_330bd7d68a6d9e5a9f9be554115c94ea__void_{ 0x05278EF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_332327652b151a6d9640e172c53d7ea2__void_{ 0x05227D20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_335da43bb2b81785b47fbe4d0f319b78__BSResource__Server__Commands__NotifyComplete_{ 0x051649C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3399867ed2d3e4eb9149cf49ae39f53c__void_{ 0x05231C70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33ab77d0429c58d85d6fdb5328fa1582__LOD__Commands__GridCellAction_{ 0x052006D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33b8aa430c295b81275d187f81cfb104__void_{ 0x052C1A30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33d62600cbeb197191711a0e2d25692a__void_{ 0x0525F040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33df8a020619a661ff0f0eb30c4a92f6__void_{ 0x0526DF60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33f4011bd742b3aa4c912a5b3e9e47c4__void_{ 0x05253C50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3455917d9295a66c51791fc3d6075540__void_{ 0x053EF8F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3471ca33b293f0a3eef752282128674a__void_{ 0x052B3960 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_347e82067d065c9f474aad9a3dd3703a__void_{ 0x052AEAE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3488d9aba936a506cbc187c238afd041__DynamicNavmeshService__RemoveAllModificationsEvent_{ 0x0515DBE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3495883e95a0abfb4b4bff1fc611f8fd__void_{ 0x05273990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_349ae4f9982f93b8dbdc97b33a330dcd__void_{ 0x053E7540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_34acf24da20ca032cc74198e2b0308ab__void_{ 0x05290F30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_34c11c47986a679e4c16a9a2e0083127__CreationRendererPrivate__ApiAbstractionLayer__Texture_CreationRendererPrivate__ApiAbstractionLayer__ResourceUploader__CpuBuffer_unsignedint_unsignedint_unsigned__int64const_{ 0x053ED5A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_352ebd4d480bb605eaf5fd9883134d6c__void_{ 0x052595B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_353029f4888c2501365bd04c8f948db7__void_{ 0x053FA510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_359744d190dc0f55983ebf674d7e2649__void_{ 0x0518CC40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35975cc4ec102173bf2334a2f99698e6__void_{ 0x0522B8C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35bd0e1a582346a47e59752a08263e1d__BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ 0x052B2DD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35c6f8e7b5065eba3074a4701c8a5f6d__void_{ 0x05265200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35e68aefa21a0d8d2b28a3ca8a61c2b1__void_{ 0x05327120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35ece9797d5644ff4f3c6943a11338f6__void_{ 0x052BB520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_361c6cab1b38c4ec47699ef1ffdb41f1__void_{ 0x0524D8C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_364a00ef55871162f3f5070f720d9966__void_{ 0x051D6E00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_364ea8f2f5cbbc7ca33932822fa80cf8__void_{ 0x05264510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_368233da920516086d8546f1f7465218__CreationRendererPrivate__Messaging__RenderGraph__InvalidateRenderTargetHistoryDataParams_{ 0x053E16A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_36c3ef1d65a152c1c215c92d00e6399d__void_{ 0x052C0ED0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_36ce634e90bd2a4e24146529ad6d9f73__std__reference_wrapper_BSService__Site__CreationRenderer__RenderGraphExecutionList_{ 0x053DBCD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_370bd910a5608f7e24933769a85a2d01__{ 0x051AA780 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_37728350bd895aa432a0de6abbba3444__void_{ 0x05252300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3787988b13cf9ab18aaf10e2a798c429__void_{ 0x0526DE80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_382efead5ac19798d3908e8e081276ab__void_{ 0x053F1EE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3853f003bf05ee8a36b1af9ed2675598__CreationRendererPrivate__Messaging__ShadowManager__SetQuality_{ 0x053E7220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_38f5e4d9155f05098e02b86201038287__void_{ 0x052C34B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_393007d1483c48a19dc830c08936fc49____SetMaterialAnimatedCommand_{ 0x05394E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3930ab2afbab27b1506767cf58be5101__void_{ 0x0528D290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_39a940d0b7948878fd3b5b96c2ebf945__void_{ 0x05252140 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_39f8b5f7049a839ea2095f4a26f9ae2f__void_{ 0x052900A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a2464f0941ed62090b746e65ca64c5c__void_{ 0x052670E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a4dc712b93fd10223b77911f1b99733__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ 0x053DF010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a57abaf61ad1e6abc321442d83ed546__void_{ 0x052CA090 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a591bc3d5e9ce38c6a79ce50bb71bc3__void_{ 0x0535A7D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a5d570a34ce7e351d987cb697176d75__NiPointer_NiAVObject__{ 0x052B3050 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a8eb28842f7c3b638eecbd27d2766bd__BSResource__Server__Commands__Delete_{ 0x053C63E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a8fcfe07635d04438a5132752733b81__void_{ 0x05259C50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ab7a474183d094d82a832310dd1e3b8__void_{ 0x0522B150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3aba2adf970db82c095675cef82c2881__WorkshopEngine__ConnectWireEvent_{ 0x053592D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3acf5e266783d132c177fcc3ef813df5__void_{ 0x05246CC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3b32b694f872c1c21c9dfc8218ceb5fb__void_{ 0x051950C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3b6c7671eeb5b5acc5b4e8b65342012d__void_{ 0x05174AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ba838f9d6a25c897cf3e761a176b405__void_{ 0x053C6FF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3babf5a6e03cdb09405fc7e098bc7443__void_{ 0x05175980 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3be25b3317c2cdd7df0dff14aeb8ca2f__void_{ 0x053B9E60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3bea0f9a0294bd11b0d7827c6a8df0e4__void_{ 0x0522B070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c329a73843b41e733e0182af0e37127__void_{ 0x05328270 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c501a4c01c1bd636e36785d81a92088__{ 0x053FDA30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c6290ae99937915e873fcebd8fda379__void_{ 0x05236B60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c89dfb515aae82e49ef0c9398fc4e07__void_{ 0x053B31E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ca668172a1c46e2ac7b265a77c54d0f__void_{ 0x053C9290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3cae0d050cee0487208e6011be92c7d7__void_{ 0x052447D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3cdfd03be93aa1e85642ed42a1f341e3__CreationRendererPrivate__MeshDB__CreateParams_{ 0x053DEDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ce2a5101292d234e5374806e376da67__void_{ 0x052C5520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d12aa2819e5d460f17038daa0921c9e__void_{ 0x052418E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d17e16e59fcf8208e53f6391fb6ec62__void_{ 0x0528DC70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d2344d60d976c67092b025322ffc4f8__{ 0x051AB270 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d4fbafc5fd90921741e35c987c6c3b1__BSResource__Server__Commands__Cancel_{ 0x05165150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d510ea8315a91b731b3d8c0ff923f9a__void_{ 0x052C2FD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d62d9ef8d226a48af329f1219d92cdc__CreationRendererPrivate__SetGlareParams_{ 0x053DDD70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d751a3a5f7a5c3a0cf2260cc4623136__void_{ 0x052989E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3da75893818ee5207bdb6901cbfdd1d8__void_{ 0x052510E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3dda19daacbafd2f7a3f8a789293def6__void_{ 0x05327A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3dde49ac74f9fd3e3193f3e83ce5cb5c__BGSAudio__WwiseService__CloseCmd_{ 0x05205BF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e1c039ddf7c20b9d0c821402aee78a9__{ 0x053E0250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e1c6fa17f66105a7b10feda004e0cb0__void_{ 0x052A0840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e333624a18bfd6219772c0ac143823c__void_{ 0x052C0590 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e368065e521a937278cf0c31232a203__void_{ 0x052760D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e79d46c2d3630fdccfc2ade8adaf41f__void_{ 0x05290C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e7edb91a2306b74e82c8676b746f6cb__void_{ 0x05175FD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e8b49604e3b87fa953001520a27acef__void_{ 0x0525D280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ea8ead95a63a4d828f39db6546d6b7d__void_{ 0x053759D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ec27cdbb32a5c38a315f1137a370d55__void_{ 0x0532B9C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ed2adb8a118e183e6aaf9bd8c782e8d__void_{ 0x0527F600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f2aec5ed7125590b3c46b71bcd7a578__void_{ 0x053E0CD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f507c90a28256ad5886d22aa20dcebe__void_{ 0x0525E390 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f788884067476c5c9d29f340870b860__void_{ 0x0525F200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f9ef64ae949d4fcd6048acffe26876f__void_{ 0x053F91E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3fc0deb4283874dcb0d2a8e4ffcda1fc__void_{ 0x05231AB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3fc665100f134cb641475d3a9648b795__void_{ 0x05276370 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4008e0a6d2eee7d878541197268771e7__void_{ 0x052C3DD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4020ee17ccaafc63f1760ed4e39546e2__void_{ 0x05232FC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4036eb5b52ef8a1c35ecf97b1bd0f497__void_{ 0x051754A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4044d6665dc2fbfcc3816a7acd81a713__void_{ 0x05272120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_405c76cc591d6ecee551837365bb7a31__void_{ 0x053E1DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_405da0333369ada4c3c1d70c5cbbf997__void_{ 0x0524CC80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_408d850f896b71e1d2843b386a496690__void_{ 0x0526BDB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4093dbf0d6045f9250efb75db1bc5622__void_{ 0x053F92C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_40e6f3a5d7629908c83c6f08be99d02f__BSComponentDB2__ID_{ 0x053800A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_40ffcc266e73d715cb276ae78e95efd4__void_{ 0x052937F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_41212d33b7832f8d5197b18b234a3a1e__{ 0x052A7000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_41e29e630505c1347ee4a0b958696d8a__void_{ 0x05245260 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4206833caf804d1b078bea3a05711f28__void_{ 0x05206310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_42143624fbcb82a4cf50456b8e7cbbff__void_{ 0x05276530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_43072a36558482b0757dafb12e7d0b2c__void_{ 0x052C1410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4319de3c1721a6efb59bc02bc04d16fb__void_{ 0x05324600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4368243e1fbf4a53c983b7d9e6df2da5__void_{ 0x05350A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4375ad3e6651f5c442cde7b0e1ca9cde__void_{ 0x0528D370 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_438aa190d1fc08623a667ed57a069388__void_{ 0x0529DDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_43d6edfb9ea9c6494488be2fdd1a9289__void_{ 0x05329700 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_43dea555a4b7f363d485f6a504637bce__BGSPlanetContentManager__PendingPlanetContentRequest_{ 0x052BEB60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4408f2402885ec5a449d735aa70e45bf__DynamicNavmeshService__UpdateNavMeshCellEvent_{ 0x0515E5C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_442365a6bcd228c8e242bffad7645f04__void_{ 0x051CEA50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4435d41dac228c19b787802376037cf9__void_{ 0x053E0760 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4445c3abf0c368441bf6264f6cb4430b__void_{ 0x0537D7D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4463c366715b972b73264daba198b3f1__void_{ 0x0537DBD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44abd068d2da4873cc884ac3531858ad__BSResource__Server__Commands__AddDependency_{ 0x05191000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44ada94071a02a2b474443a2e6e2115e__CreationRendererPrivate__SetStarmapGravityWavesPlanetData_{ 0x053E9470 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44c2561ca25dce2ff3574caeb9f74dd3__void_{ 0x052401B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44cb987a575564a069b41f2fb53051a6__void_{ 0x0537D8B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4501655eea2d25d05464153c14f354d4__BSResource__Server__Commands__AddDependency_{ 0x051C7430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4513bd44a8e7c893dcdb1837f1b52da5__void_{ 0x05265120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_45834f7c6c87366496a2659d5dbf9e5e__void_{ 0x05298660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_45a06290d924165f9626281a58ddd57a__void_{ 0x052480C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_460512555715907ea5d59565728cbf78__{ 0x053FD870 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46303423585880e1eb20ec3e05e90371__{ 0x051AB350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46348a84bef185a94f5c460905d73184__void_{ 0x05229F50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_465f446a29f8113fe9060fbd5ac142d1__void_{ 0x051730E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4664e63261002710f8739f853ad54fbc__void_{ 0x05376810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_467bafc3a64aa3e8d37f4d1c0231ac0e__void_{ 0x051731C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46b8a6919a1452d24449eda012dc20f9__void_{ 0x0526EF20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46c096693b08268f55d86409beff46f7__BGSAudio__WwiseService__CancelCmd_{ 0x05205AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46d4c7bf7198847e8617c88ed1fec80b__void_{ 0x053B3100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46fe3a6e069cc3ec89fe471170845286__void_{ 0x05175E10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4722cd60330f821a776eb90619f24ba0__void_{ 0x05243F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_476315acb3f625a547472d7af175470a__CreationRendererPrivate__SetStarmapOrbitsThickness_{ 0x053E7FC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_47689048ffe9cf6b3839592273900f7a__void_{ 0x053FA430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_476abb2bfaab0fc7efc6f5dcb6fcb2ca__void_{ 0x0537F160 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_477a9257270be9abbe31011b33ae2d4e__void_{ 0x0526BF70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_477fdce2aa7e8a35a27ff9ceea46765f__CreationRendererPrivate__SetStarmapGravityWavesInit_{ 0x053E9070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_47ce1dd467148b48f07cea494666a7d0__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ 0x053E8AB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_47fe5049ec0d2b059cd4e9c3a8bba9fb__void_{ 0x0524A390 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_486f6377972e2f98934044978e5e9c6a__void_{ 0x053FA1F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_488e1d7a92634c789b4baad4e2e2ea8a__void_{ 0x0517B270 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48ae9e186cd370261b4a8c026f097193__void_{ 0x0525E470 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48f2fa1c53007bf63a566dcda735b047__void_{ 0x05231F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48fe6290260ad9ed2e181d5d8f759f72__void_{ 0x05378F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4915cd91781e3e78d7403df0ce032ca9__WorkshopEngine__RevertBehaviorEvent_{ 0x05356530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4921ed9f68aa1fc2f0f21af2a87dcd6e__void_{ 0x052BF420 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4972b39ee93832996f39309f24bafcda__void_{ 0x052BFA40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49a9462346b35cf9a817c479ef5e3f54__void_{ 0x052466A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49b17985ad44e83a8fd14500788c8107__void_{ 0x0527FEC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49c199109665f9119f244649ce85ed19__void_{ 0x0525B8F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49dd87ad78ee43fe8a48fb6892984d6b__void_{ 0x0525F8C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4a08c435c3ac51cae20444ff1aa9e269__void_{ 0x0527EF00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4a5031ba3460282243219aa6d3941499__void_{ 0x05279760 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4aaabb97a9bb6180d094f12bce28aabf__BSResource__Server__Commands__Resume_{ 0x0517B540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4af669e4cfffbf317bd05ed76feb17b7__void_{ 0x0526AC00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b537dcf410d388753ccef2b15ba51de__void_{ 0x0539E7F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b7154b324ff6a34f4453cf668495d3e__void_{ 0x0525DBB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b848804d48c4dc62699b40854c972c8__BSResource__Server__Commands__CloseDependencies_{ 0x051634A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b8697e272cfab15c388c83563df4d08__void_{ 0x053502F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4bc475593d03c33ecbe7f6490ef199c0__void_{ 0x05253100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4bd06b7d18d2ee2e814f8a24ea702e9b__BSComponentDB2__ObjectDestroyed_{ 0x0538D580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c015007cf1a1f2352c3f1cbdd77c6d8__void_{ 0x0524A470 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c159415f22427edcf3cb06ea3ed0825__void_{ 0x052C43F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c29df44919541ed5539dc4906333c03__void_{ 0x05291C80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c679a661775dbb434d8842b4616699d__void_{ 0x05247FE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4cd4cc887121fef8245c73ad75b1ff5b__void_{ 0x053EFC70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4d11100710477819f627446b49f4f035__void_{ 0x052BF7A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4d78eb05ca8fbac8fff4c3061f86a8b2__void_{ 0x05234520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4dc3f6e88aaf1f9bb30ba11c1a1a867e__void_{ 0x052C3C10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4df240bf986dc648499c86ca5c7575a2__void_{ 0x0532A510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e42ff11552c5eb9d25c522bcbf8b52b__{ 0x052211F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e57f107abda58e71fe9a560c53db249__{ 0x052212D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e582f7778f98903c53bc3040e3a266f__void_{ 0x053E0A00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e78248c1506a0b60989e2d0ea9768de__void_{ 0x0537DFF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e7b7dbe4ef00c5a4c82a0abf9a75b06__void_{ 0x0528D450 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4f9173f912f6ca219210248e0bc63b43__void_{ 0x052C2E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4fb890b38103683851e1b9190aee181c__void_{ 0x0526A960 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4fc469331c46bddbce9d5571c5242fcb__void_{ 0x053F0940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4ff4edcde69954e698f2a6c1536c2fb4__void_{ 0x053DCFD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_505353db52826aeee65f471c844c8fe8__void_{ 0x053EEA60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_508326cde8918aeb4fec4d828ccfc4dc__void_{ 0x053E0EE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5085a081027663507945c4154670848f__void_{ 0x05173460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5088e537f1dbb66698a86c6a367ae3f3__void_{ 0x053B3640 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_50ceac2bb77540f0e0bb704ddb9852af__void_{ 0x053B32C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_50da05544761f80a73d0d09004b9dcac__void_{ 0x0525C520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_511a463698cab60432ad5611058a8e27__BSComponentDB2__FileUnloaded_{ 0x0538D6A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5148e5099703890d6cd3233af27e1473__void_{ 0x05274550 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5157c111cccfac4b8a6bee90ef38a42a__void_{ 0x052722E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_51bdde811364c92ff609b6055e6baa92__void_{ 0x053F97F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_521d48f436705fd3c0b03b5a99a1e0aa__void_{ 0x0528B940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5223223e1c0586dd791d6a38cc0fd1be__void_{ 0x0528D6F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5226d4e66e0ef6fdacca603ab0e18ca6__void_{ 0x05351160 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5248cf4bcb3b08d0bb42c36aeede0124__void_{ 0x052ED970 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5280ba3b9317ae74f9aa13a4671cc6db__{ 0x051C32F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_529a6feefbfb04ca9534767b2bdd7a2a__void_{ 0x051CDBE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_52a916d4dbea9cabcefb4c24447d3ec8__void_{ 0x0515AD70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5361d961e996b62750cc60558e68ff72__TESForm_{ 0x05181020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5389cc5699dd3f740098a76cf346f79e__{ 0x053ACBE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_53987ad11bc8a5dae54ea4f9c5f46319____Service__ReferenceDeadMsg_{ 0x052ECF80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_53abbbca45155c8b23682e9cdb5af07f__CreationRendererPrivate__Messaging__SwapChain__SetVsync_{ 0x053E2E10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_53cab3af5b3b29a1236ceb2e4573e1ea__void_{ 0x053B9540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54109e62bc0c4ecfada91e93c4f8d1fa__IOManager__SystemTaskService__InstallCmd_{ 0x05382480 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54481b0b9fc74bd105b60ccbba81a493__WorkshopEngine__ActivateItemEvent_{ 0x05357B40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5461d569e1413187dbc33645050bb02c__void_{ 0x053B6050 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54c822b7f04b4d0f24210a1b84f9442f__void_{ 0x0535A1F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54cffc6b72315e542c0c7f4c29973cb0__void_{ 0x0525FA80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_550d1b88a0e0a7b13a50b248c0d24afd__void_{ 0x052C6BC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_551686201d1eb5ced7bd06b5a846d4de__void_{ 0x05241720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5527b6c2f611507985ae11854e45db03__void_{ 0x052C4CC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5528f7974c209d8c12356bceb42e106b__BSResource__Server__Commands__AddDependency_{ 0x053B2000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56007253fb4785317ba6d9cce39d4e7b__void_{ 0x053EC200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56590bc88876c556a9a0ebce0035e809__void_{ 0x053280B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_566a795f1bd69e7a04ef2794bca5d9eb__void_{ 0x0527F1A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_568b7cde608dd4ad0028907e0affc50b__void_{ 0x0524BF00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56c960c2a279e8d87d75a657a7d456c2__void_{ 0x05278FD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_571fe39733d27d4179f8a5fa59c36c17__void_{ 0x053EE330 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_573ec6cffb220e7950a7a70e6ab325d7__void_{ 0x053EC040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57416da6fe95edc9377a39b2d5e49ef7__void_{ 0x05329B60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5741c61479129cc96426fb35916a0752__void_{ 0x052654A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57975716758a7f7a5de55ac1d8d9d189__void_{ 0x052C2D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57ae2803574ab3103c87c291242b3fdb__void_{ 0x05289400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57c4f608f6878076b33730c2785b05ee__void_{ 0x05246860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5828179f5bd90c767c3b01359b826387__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ 0x05388FA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_583969746530a3f9b5f344cb60b76e9c__void_{ 0x0527AE80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_584a07e4c06e817e3f2a0724b92c5ea5__void_{ 0x05382630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_58a170ec3429b0f12dffb09511f7cad0__void_{ 0x05246320 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_58d93e0d0afb0731988ff7a440162d64__void_{ 0x053B0F40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_58f0654d7cc789b71c4f7778a924009b__{ 0x053F0220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_596fdc1d9267f97cef299b9424c896a8__void_{ 0x053EFAB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5990af9b9347ec02190ec4d4e37cd27e__void_{ 0x0527C770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_599f307d9c6012ed3b4e872149a3a7fd__void_{ 0x05375430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_59b4f179851d664c369a4c529e1162cc__{ 0x051C84C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_59c00098d6616de1c9ad3aee34f90f51__void_{ 0x05290670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_59eb06eb8ec46854c83f83ac0a23e663__BSResource__Server__Commands__CloseDependencies_{ 0x05164840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a69a2839b3feacc27901b29909683fd__WorkshopEngine__RequestRepairItemEvent_{ 0x05358240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a8b33f26402fac4c999a77b6c0204f7__void_{ 0x0523EB70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a8e2724026233f416f857d4a0344b65__void_{ 0x0523AC50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a997065188370c5f6ace2b88f49c371__WorkshopEngine__CancelEvent_{ 0x05358370 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5aa066525c82a2acf514297c5b906193__void_{ 0x052C16B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5aac3bc49ec80358898e8d7e049e6d3d__{ 0x05390150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5abcdbc7dd077b3198adf606a2c3f14f__void_{ 0x0527F0C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ac89a1f8b5dbac72a7595a1cdcc59c6__void_{ 0x05269020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b171b54abee5ae2c91d89047da502d9__void_{ 0x052794C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b258bc02c86081f661b65f84adac6f1__void_{ 0x052C14F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b54b327cfa489c6a06413d472fcc821__void_{ 0x05252840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b5d31e7784ea65dd18b6a1ee03bc91f__void_{ 0x051613F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b8a26b08fe3145dbc8485ff83aacff7__void_{ 0x052538D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ba7251da725fc265ee463f32da72ccf__void_{ 0x05237330 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c21c7aaa90dd010668e06cc92f167c7__void_{ 0x05292730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c367b1c89d5b6fba9cf072bae29fab3__void_{ 0x0527FD00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c6c35c15d411f61e4be2bd0a84115ed__void_{ 0x053F0720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c7614f8a665b04c40ec3b56f2769e4f__WorkshopEngine__StartSnappedEvent_{ 0x05356650 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5cd698063e330a3ed6e1f91aa838596d__void_{ 0x053B0D80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5cd8d4cd190031c9c679013ed7b93ebf__void_{ 0x0529B7F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d0496d326a3d070261d336cd195f34a__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053B9450 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d2dc311cc68beecf95840e22bc9a1a7____AddMaterialCheckExistingControllersCommand_{ 0x05395940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d3965b97e4ca7d0cc745372efc2f4d9__void_{ 0x0523A310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d43da90aded6b185d0c2ac43c2c66b5__LOD__Commands__GridCellPostLoadAction_{ 0x05200910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d4cf4b95f32699d50555a8a889d93e8__BSResource__Server__Commands__AddDependency_{ 0x051E8950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d4e0bb91a60feb7ed2a3cda76c5ae60__void_{ 0x052450A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d512ec3b8f8b58a3b45cdafb8e59f52__DynamicNavmeshService__DynamicNavMeshTaskStitchCellEvent_{ 0x0515E0B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5db24543e987e39df9ba065b93317c77__{ 0x053F6990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5db8e2e837d027556d6f7c9bf57942c8__void_{ 0x0518CA20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5dd4571b847700c924fc69035eed0d3d__void_{ 0x053F1BC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5dd6911ccacfa3ba9a251ce4ce01dd43__void_{ 0x0516E490 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ddf831e117e65a9c84810647ef916e9__void_{ 0x052A1E00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5df8e7a9a6ded119308f254b57096c37__void_{ 0x052A0600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5e569755d2dcbea4f33322a8fde8cc11__void_{ 0x052C0300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5e8ae06900a7bddda0cf168bbff5225d__void_{ 0x053E9EE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ea58ae02cf21c9982cd6ff2888d102a__void_{ 0x05239870 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ed86aed803edf06e96638b0c880264c__{ 0x051A98F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ef86d9a3408eac64b85fd5fe0de8ea8__void_{ 0x052412B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5f5b67ae8656b8c2dd62d9c87a22bf36__void_{ 0x0526ACE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5f811668598f74b55d8da48ccf8d3bc6__BSResource__Server__Commands__AddDependency_{ 0x053C6770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5fcec49d8393ef2030e8281cae827ad5__void_{ 0x053233D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ff9deb0cc130544db6aa77b12335b29__void_{ 0x0527C4D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6028fee93b979a86bc838bd47d09dbef__void_{ 0x052C1DB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6050264a05b7761be9833732b47df840__void_{ 0x051C3070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_608330f65626647a5f3700cdbd08d615__{ 0x051A3140 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6086aefa1af85f5bf44d762eb798cc6d__void_{ 0x05262150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6091bd49f0235c539730330b7bbd05e6__BGSPlanet__Commands__AcquireHandles_{ 0x051A0A40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60953c0dbb757333a370e213f2271760__void_{ 0x05350720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60a2a67e515b8c66bf9223026a83fbd0__void_{ 0x052747F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60c5b39cf8477c02cff6f396fb44a7ed__BSResource__Server__Commands__AddDependency_{ 0x051C72F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60fe0abdac05530fab75b73544af950b__void_{ 0x0529DE80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61413ac2a55467b678214f2ac86caa3d__DynamicNavmeshService__RemoveNavmeshesForObjectEvent_{ 0x0515E3B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61a430de65351fca951850123a10f86e__void_{ 0x053758F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61e1041efa5ca6e088fd0edd0946d094__void_{ 0x05246DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61ee642017ae66803ba5e745504877ff__{ 0x051AA320 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_625b9df3e132dd43d97dcf00b978dcfc__void_{ 0x052B37A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_625c3f61a061214656ffa871f2ace90a__void_{ 0x052B36C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_62bedaed9769da4daccb3a0006b97672__{ 0x051D4B80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_62c1676a391e23f4f5d1648bdf0500ec__void_{ 0x052C3EB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_62ea3bb0e99490e73b3cf9ded02c4ba4__void_{ 0x053C6B50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6302b5dda898a26fb8b83a7b35fca327__void_{ 0x05299940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_63030607207068c236fc02b2e6c164ca__void_{ 0x0532CFD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_63b95f55a0d63d71f69777e37f3724b9__void_{ 0x052C4FE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_63e7c11ee3d013597cef7b6f0e477087__void_{ 0x05259710 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64364eea35b1b91391bf788ed796c3ab__void_{ 0x0524DEE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_643db91f8b5c71b12922c400439d4d36__void_{ 0x052BF6C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_644897cc14b59095acfe3c6dbf92cb60__void_{ 0x052984A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_645a27b961cf277449efe3a8d4762839__void_{ 0x05298580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6473c7b4257e286fd41ce91b4306fddd__void_{ 0x05240BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_649071eb220bbd34daaeb46ef043c75f__WorkshopEngine__PlaceOutpostEvent_{ 0x05359510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6496fe1bbf4fca4b6a25b0a0de8ec059__void_{ 0x052299E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64a5b1bf4883d08c59b951dfdb37525a__void_{ 0x0524DA80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64d650177fdf09a2ba813025b7184388__void_{ 0x05170800 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64f7f0d7e815702b37bbfa80088c7b7c__void_{ 0x0528B780 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64fa87a6d3f82028f8e99a63c828d68c____CloneMaterialAnimationsCommand_{ 0x05396D50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_650437e5a957ffb931aa5270f3a52342__void_{ 0x0527CA10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_651164d697b1ce925d5c2e2886235553__void_{ 0x053EC900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6524219ac8c6b2c362b49027abf20d3e__void_{ 0x0523B020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_659cef0f91fddcd8853146bafb6b8d29__void_{ 0x05375510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_664629f702b7c363dca36fae740aa4d9__BSResource__Server__Commands__AddDependency_{ 0x0517B670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_665417a5a61e24970bf904264af2893e__void_{ 0x053EE520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_667ad24f71c5080269deec4197b39e5b__void_{ 0x052C0C30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6680d97c3860765ac8e0eb418cafb2d7__void_{ 0x052319D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_668fb7b832487a382e9f61bbbfa50cb7__void_{ 0x052C3130 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66bc7c76f093681f3921aab8d4abe68d__void_{ 0x0527C930 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66cf4f438f34f34f15bdb722baf2f114__void_{ 0x0524D1C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66e63c3fbb77a2cdd3da5dd89d43d97e__void_{ 0x053B5F70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66fa683148fae48debe535478855e500__void_{ 0x052BFB20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_671147463d41dbf22a7bb0f5d9014f66__void_{ 0x053EC660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_671d1709c2c761a7a1b77457d4a16030__void_{ 0x0532D0B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67a1a41fca53db54896dd96e2f5834ad__void_{ 0x05325830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67a9a84ce6ebe2b16f1f5dc7072e7d33__void_{ 0x0528FFC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67cf8e584c6283648414e469c0e2930f__BSResource__Server__Commands__Reschedule_{ 0x05165020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67daf640653d609c18b27ed92ec5a574__BSResource__Server__Commands__NotifyComplete_{ 0x05162DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67de57fbe5bdb30ba798c34e8946cc71__void_{ 0x05293330 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67e30507f7f4c631543dd3647fe250d9__{ 0x051C85A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_684f9e4e74014981c83eacb199d2e99d__void_{ 0x05245180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_687423a2193d7b7caa94b622b67c93e1__void_{ 0x05297280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_687522363539bca1bfeb85317d66ee4f__void_{ 0x05299D20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6880d62838223affed874592a82953bd__void_{ 0x052861B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6885f0ec7934bd09b5d4f7f1e1014ba5__void_{ 0x0537E9C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68b4de0febef385fcdc151c6e30f6315__void_{ 0x0529B8D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68d89b4674bb8c5f57cf6d04f0911dd8__void_{ 0x0526DBE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68da7f4662ff3fce22202b30dd1e159e__void_{ 0x05240F30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68e43600c610a93ee176b15058d1f7a1__void_{ 0x052369B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68e9d2c9659d8c4ea05da8fe7654f60d__void_{ 0x05245340 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6934a97ab1e341360233437cf716eb3c__void_{ 0x05325AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_694961b7cf2636687febdd2be594882c__void_{ 0x05327EF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_696a57db24a17cb4b141b939dc92dc86__void_{ 0x0528B6A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_699ffafe48160eebca742249246c2c6b__void_{ 0x0518CF80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_69f6d06175a8bfd625386bc9d0eceecb__void_{ 0x0523A200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a1b9bb77e1acf00dc84b65107d97b92__void_{ 0x05174830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a1f230c6a95327fa815508e02074555__void_{ 0x05236E70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a4394d05e276ad2cf25fed81b08717a__void_{ 0x05276990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a5ec82d0611d1076edd938034b5d3f0__void_{ 0x052C3590 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a62296ed5a1718405cb326aa3fcf96f__void_{ 0x0528D7D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a90a20a8dd6b9a62dff6af4ab655472__WorkshopEngine__RemoveItemEvent_{ 0x05357A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a9caad3f633d778228f0d36d4535017__void_{ 0x052A1FF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6abe79688cb187e9db7dcd538fcb2d09__BSService__Detail__PointerWrapper_LightAttachmentRuntimeComponentUpdateService__{ 0x052B9B20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ac6713ef0cf424c1df97f27b656b0f3__void_{ 0x05290BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ac8fb7769f2c2723d184890df52fd47__void_{ 0x052C6AE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6afb43d8db500d7b5320779d24ad467e__WorkshopEngine__NewItemEvent_{ 0x053591B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b183f0914922ae4d1960acf5ace0923__WorkshopEngine__TrackItemEvent_{ 0x053585B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b30b8f83f18dc3029d2c2d816b806aa__void_{ 0x052723C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b4fd4a86094db306b21fcc76bbb646e__void_{ 0x052419C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b5d63e4732f8d7b09e4d0ff20c6fc58__void_{ 0x053515A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b6158fca648bbf230751bfbbde03728__BSTSmartPointer_TESForm_TESFormPolicy__{ 0x052B2B20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b8db5dac53a2d7231f327507333b128__void_{ 0x053F0560 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b8ee11832c713630bb75c36f3396169__void_{ 0x052C3750 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6c2561c9f50eb0bf6b94f3b9ac5cc4b8__void_{ 0x0537D6F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6c5cd0ab225627dda6154ef81efa8dd8__BSResource__Server__Commands__AddDependency_{ 0x05381960 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ccd680c8b17011b93a29a70b4d04433__void_{ 0x0524A2B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d05a6adfd708bdd2be9be5a597edb9d__BSResource__Server__Commands__AddDependency_{ 0x05203D20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d1eed5ad99ecaca382f98513fb566b4__void_{ 0x0519DC10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d4300f9e2a25912a36e5515e51d862a__void_{ 0x05295BA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d5e4d22a1cf3b9ce97c0206767302fb__void_{ 0x052B3A40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d77be4f9bbfb5264f18dd8277de112c__void_{ 0x0522DC40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d84c910b58fb4634ff07efab5151877__void_{ 0x052A75D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d8629994ec6e57ebba10b183daaa673__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetColor_{ 0x053E9D60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d8bc912070f2e07f7a3b7350f06cb19__void_{ 0x05249180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6db5b1cd749ed02742ac1b01bbac9d22__void_{ 0x05170560 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6dea8cb8b649ebc20572db7280b15571__void_{ 0x052CA170 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6df16e899ef1ecc0a3cd559b5e0a5f0e__void_{ 0x05253020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e3242ce816216926bf9dd68110edfcf__WorkshopEngine__InspectColorItemsEvent_{ 0x053586D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e4f3cfef0ac9e43dc3cad388c769225__void_{ 0x0529E580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e575ab26de60bcd59749e363678d512__void_{ 0x052AEA00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e6c72fcc15ec3ad36072586ee1efe85__{ 0x051A4BE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e7eb907c7c3e6ea887c290089daf575__void_{ 0x053254F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e933cce295b6d8c74776c4610982c7a__void_{ 0x053298C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6eb69611f6a72be2a3c5b4a820515d3e__void_{ 0x05375810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ec0a6b7878c51de6d8eac6a29db2f71__void_{ 0x053B3800 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ecc503bb9a30ac0219ed7da7bb28de5__void_{ 0x053C9C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f0264a3d4d883e9934d0c65c76fded8__void_{ 0x0527FA60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f477b7c1e008db7554b20169c9330d8__WorkshopEngine__CycleBehaviorEvent_{ 0x05356890 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f4bb6eee0b881844adfb6f8c5651e4e__{ 0x052A6E70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f76912b040fd59843479bbdcdef2666__void_{ 0x0535A770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6fe6936f48547906295c2cc9a8dc412d__void_{ 0x052EDBA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6fec228842b12e3febe94fddfd5ace15__void_{ 0x0525E0F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7003af1c79c3d095e4c4258522e6a495__void_{ 0x0516F5D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_700651ea0c79cb4f1feb1d89df54e2fe__LOD__Commands__LodRequestUpdate_{ 0x052005B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7025c2df15f4cce26d545f3d17434ba0__void_{ 0x05231B90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_706146b02bf6c1a3fcbd78ced8cc48a7__void_{ 0x05286290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_709de26dd0f3f853b2eda06038b66308__void_{ 0x0516F790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_70b2805f41f5ef70550d15c4cb4282eb__void_{ 0x053EAE90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_715485ae20e3348cc116fe15dcb58cc0__void_{ 0x052537F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_715d78ab9fdc851de58c35cc3b0fefcb__void_{ 0x052B35E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_719718addc6ff15bbf7faf488f5b4ced__void_{ 0x05246A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_719c22938e1933da3a1096ba6d7398c5__void_{ 0x0529E2E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_71a52cb5d94cf3495dd456d5208ff0c4__void_{ 0x0537DCB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_71ae86bfcd42725634db90bf08979fe0__void_{ 0x05189D10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_71f90f1d00b697dd89f2ca3dfde1f14b__void_{ 0x0528B240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7217b0b9db734178f5fd7431284659d3__BSResource__Server__Commands__AddDependency_{ 0x05163B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_722f3d32b4c382cc4e4f9e0a6190fbdd__void_{ 0x053255D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_723b89e920a1075885b9ce45bfa6e186__void_{ 0x051716C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_727ce7c266292e5eb0cd4584af38f876__void_{ 0x05252A00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_728f7c7b238a9e00a1418838500c7893__{ 0x0535B0C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72a877ae8e20f0d15528a8c58e4f9a95__void_{ 0x05251DC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72cde353bc07bdc94ac712b028840489__WorkshopEngine__FinishRepairEvent_{ 0x05358120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72e0b7e6041882311fef01186cb9b2b7__void_{ 0x0523AEF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72fb3976ffd25c04ba1257de532d9671__void_{ 0x05173780 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7314b7adce41b1a39f8a17ed3c6570dc__void_{ 0x0518CD20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_731c96d0b7ffb1f82cce8a7ef484b88d__void_{ 0x052BB110 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73291d477eebd7e2aceddbabbde6196f__{ 0x051AB6D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_732b17806042fce11f9eb9131b5af5ed__void_{ 0x05234280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_733a65bae11beeb275ffc35efff0d29b__void_{ 0x0532C790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7348d614f69efa08337dc66d4051065f__void_{ 0x053EF1E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7359e07d658158aebfb9cd2788944cc9__BSService__Detail__PointerWrapper_LoadScreenRenderingEventHandler__{ 0x052301C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7368f37028d6a44a6c6bc64067928a59__void_{ 0x05297720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73774caa335af30cbd658a95ad840a98__{ 0x051A88B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73876a5b7414b68017627918e8eaf924__void_{ 0x051E2410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73f8bcb0573e2174b39f53ba11bd02f6__void_{ 0x053EB550 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74055f0c0dc8e7062ebb43274f845757__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DE2E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_741e82dadda211d87738ab45251fe32b__void_{ 0x052CCA90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_742329130cccd7de174537632b494699__void_{ 0x0538F540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74565d310def945d68cdeed9db177f65__void_{ 0x05290100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7471fb9b5b763506f7db08a9cb2991f2__void_{ 0x05359BD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7472f3faa7f01db947f42e1eb737329e__void_{ 0x05171500 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74765e12b87b10e1be6645dcf760e2b1__void_{ 0x05246400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74943d0726f5cde18169ba8beb17aa31__void_{ 0x05252680 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74a9e7f9c0a75d1ba0c05a8d9b650ba4__void_{ 0x052481A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74e46c6b2c8b3ed61daf769b5de2c56a__SaveLoadTester__Service__StartTest_{ 0x052ACFA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7527a80dc08ff44cb8e3915faf0c048f__void_{ 0x052C2830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_752bcac1bdc7b97b37e7fcbb4983027d__void_{ 0x05360B40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_753bcc3fef79817aeafbda649322482c__{ 0x053E0330 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_753e0d8dfdf2ffa47bfdb1c6bea989c2__void_{ 0x053E0920 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7550dbf98f1b40beab9fe4a48f63a60e__void_{ 0x052C77B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75adce2e1faf0ab25a2a98ab3d593710__void_{ 0x052911D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75da4a9aefbea1315f759beaec5fe349__void_{ 0x05249F30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75e92ff8bca9e935fc7b96fc28058cf2__{ 0x051AAC50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_76044ac7d5765abd5e23d420ace2c996__void_{ 0x053C6A70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_760b3151f41126fa81d21cb432ae066e__void_{ 0x0526AA40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7626b9cd584242078396bf4fa4f63a4c__BSResource__Server__Commands__Reschedule_{ 0x05164B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_76b0414edaf4b7fac3e1008dc131ad3f__void_{ 0x05329C40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_76c0f6130f3d6695cb73d406dc63a4ce__{ 0x053B4070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_772e503f7357b3715f8465df581ec99a__void_{ 0x053EEEC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_775ca47828304339c895b502946b8d3a__void_{ 0x0525CB00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_777f4b4498d093e7a49929064fdc3cd7__void_{ 0x052653C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_778ea3320811f99b13ee6537f6ddbd51__void_{ 0x05234440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_77cfb11ebb85e54014421a51379fd2d8__void_{ 0x0522C8C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_77e89592daf38c6a5b4cd52eef64cbfb__void_{ 0x05245420 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78407ec206dfa64534a1ff7f8c2ddebb__void_{ 0x052970C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78479743d0223333d1b09b6b06ab5c18__void_{ 0x052682B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_784f5a3f00c4f6cad1ab0cfb225b9a3f__{ 0x053F2300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7882bfee914e6142135513a7c9a1ab88__void_{ 0x05241570 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78b0566c080612d5f1671d8e62083da0__void_{ 0x052C9D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78c48c67a4735f68a9e990f4f8811240__void_{ 0x05296E20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78f67e491d0b255d24bfcf388ddd29db__void_{ 0x052737D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_790451a37abe7aa7526965f43b2de179__void_{ 0x052A3C30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_79276224c0f014c50754217b5f840c1b__void_{ 0x05244610 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7940647ca3c6dd8e40ea631c4cd16121__void_{ 0x052ABBB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7948906fca3decb9e0965a951ce2a12b__Particles__PSM__Commands__RequestLoadResources_{ 0x053AC230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_795394fc1f5cb15b922f6266849c2ef3__void_{ 0x05239B10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_796ba97b60b7154f47db95b6e96e138c__void_{ 0x05172840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_797f75974d10af23e3199179e26e61b5__void_{ 0x05261410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_798c03ad1660daba96b202c6b710a520__void_{ 0x05376730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_79f8b30eb5b000e1a002b9e523c389d4__{ 0x051AA5C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_79fffd890369d22bc0611924181ac674__BSResource__Server__Commands__AddDependency_{ 0x05163360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7aed76a11bbff46f62d19be005be91c3__void_{ 0x052C5660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7af33b357f1679fd41253b5727a44b43__void_{ 0x05296D40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7af60d460286fefe99c14b5592eded70__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ 0x053E5290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7b6e15ff7b0e0fa1ebfecf1cefe361ab__void_{ 0x053EBF60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7b734fa5bb9a16d14bc6250b77dcd415__void_{ 0x0516F6B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c01407b8a046c02da256e03cf315979__void_{ 0x05172200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c35f4210289bad878725e5a09d3476a__void_{ 0x05289240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c8c55589e1d6c2a0b11d96064332f7c__NiPointer_TESObjectREFR__{ 0x052B32C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c9051ca5a90d09fc97450a915798666__{ 0x051AB190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c9c56a5b10bbc3e62cc2adc60bf79f5__void_{ 0x051898C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7cb41fb2a6b722d51dd222e83c5a914e__void_{ 0x05279680 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7cc01ec1ef41fb3165d7e5d0c50de66a__void_{ 0x051D7370 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7ccc472811db6bb9955c875770a9d47e__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C8110 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7cdf98cf9f0aa0bcea50ae72668ab568__Particles__PSM__Commands__StopParticleSystem_{ 0x053AA8F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d282284f78341eb1d4bb6733f61496d__void_{ 0x053C6990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d33fdd8e3680d9ed88492edb9a260c6__BSResource__Server__Commands__Reschedule_{ 0x053BA620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d3e4be89987f50559e6c5b05bd6ee15__void_{ 0x0516F870 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d51ce0036ca97aedd867f56006974f7__void_{ 0x053C7B20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d99205ef67f7718d787f609af2c224f__void_{ 0x05231E30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7da5e8190e0339c13c2f5f06345f229a__Particles__PPM__Commands__RemoveRequest_{ 0x053AA550 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7df876f5867e0fa774204ad23b891f43__void_{ 0x053EEFA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e015de496b0d683013bd52a76a05378__void_{ 0x0524AE00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e1bd3006cba8b7a90f57845f7cea998__void_{ 0x05289860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e3a75ea26330ec35e012652e8d6b895__void_{ 0x0524C900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e57960cf0c168a07923090ea5b95072__{ 0x053B4150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e58a07a58f452c4a7f743cec7fe45ba__void_{ 0x052A0360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7eb849505585ae52a48ad61ba1703c32__void_{ 0x05241C60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f3de4b95828514e9f23ad56a7c26d0e__void_{ 0x05253710 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f5eab58c2ab4685c98cb8006e678c87__void_{ 0x052532C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f63d0dc460d7a4c5d2dbda77fa2f65a__void_{ 0x052896A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f8a665f243fe3009e52e308a3c5f5b0__void_{ 0x052C3CF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f9a7d007e3fe26e3399ea0eaf8ea79b__void_{ 0x052EC4F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7fc00b9023c061f145d1f502dabd4917__void_{ 0x05370010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7fea4df7c470f45c687b2f184ae44885__void_{ 0x0525FD20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_80095e99f795038df011c27b94ecf0b2__void_{ 0x052C5C80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8014d82c6d1c930ddd6e33df33f03ff7__void_{ 0x052C1090 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8031b92720d4dc30555c715a6a5231fb__void_{ 0x05251CE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_80366b8149451d9f710f9311ec97ef94__void_{ 0x05158B50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_809ff53e9bff163fc430c5b74616159d__void_{ 0x05249E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_819d5a12c9cb5eeed4e20b8b170c2f9d__void_{ 0x0529CC00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_81c1e8d33f8b7575215cf1f72471189c__void_{ 0x053E7620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_820114ba28d307b737e81d49ecdd4875__{ 0x053FD6B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8231f63b0e30b5c98bd5c1e089518342__WorkshopEngine__PreviewColorsEvent_{ 0x05358000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82ab382d81fbcc74e2558afb238bf74c__void_{ 0x05243E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82bb02a8f21d0fbdfb4458a924026daf__void_{ 0x0524AFC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82bccf92f57092a1d4a297304a275e69__void_{ 0x05376440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82fb0c7739017dadd43cd581e35db765__void_{ 0x053EC4A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_834754a2b807315b4e318ef90698d930__void_{ 0x051D7290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_834d17c7df6db152d538f182cdcf26b5__BSResource__Server__Commands__RescheduleRange_{ 0x053820E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_836bb3faa1f0c4c04df60788224c354c__BSTSmartPointer_BGSLocation_TESFormPolicy__{ 0x052AE7E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_838a6e828fc01146b1c4f2335c689964__void_{ 0x05286DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83a3aeee2768e862808780e2378331c8__void_{ 0x0529A990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83da55d2b0a0671b2158cda51b87343e__void_{ 0x0524A550 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83df58aa94ae9ff009a1cb4190047548__void_{ 0x053C87E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83e7187805167fe79d6a297109781196__void_{ 0x05241B80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83f2200725220c741b8a0c4fe2c6fde6__void_{ 0x0527B2E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_840ab474cccba79d009f26675a7affb2__void_{ 0x053EED00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8414e7f2c70215ea05faea664fee68bd__{ 0x051AA4E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84379a48d4f5c9a0548a1e7fe2f6b939__void_{ 0x0525B650 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8471cfd3d8301d191b0956646c04d703__void_{ 0x051951A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8490c96f188dcf6ac884e067d9e160a2__void_{ 0x05286450 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8494d7ba8705a2214cd1ab67149588f4__void_{ 0x05266E40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84969523996d164bdfac61a170d186ad__void_{ 0x0529E040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84c56a0ca6bce59c049f1972b146be4f__SaveLoadTester__Service__IncrementBusy_{ 0x052ACC00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84ef32ddb8420908f583ef52410296cc__void_{ 0x052C3B30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84f4f35cc463fa19ddfd44ecfe563d91__void_{ 0x052C4850 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_850065b6ee43224a7e4760c4fddba4ef__void_{ 0x052C04B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_855d2b7e2bf580bea5b503753d17fd5b__Particles__PPM__Commands__EnqueueBinding_{ 0x053AAE10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8567733b8a9289a7153d06d46c26642e__void_{ 0x05272B70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_858e93ff4caea2bf34f92d0cc868306f__BSService__Commands__NewFrame_{ 0x0515BCB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_85cb0dd058f82c4263a779b5e17836e4__BSResource__Server__Commands__Cancel_{ 0x05163C40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_865957f443b9695f384fac324ee2ae73__void_{ 0x052CD180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_86740560175e48cde5e9bd8e4897daf8__{ 0x051A3060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8675a60ced8a2aa0964e65178b3c8d0d__{ 0x053E23D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8687822974f500eb24208edafd017a18__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ 0x053AFEC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_86aa7549430ec6c66a19a94823f7f10f__void_{ 0x05252CA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_86af870ec88ce9665ab3a8156bf9c516__void_{ 0x052C4770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8739674cb257838865728e6bfddb4a87__void_{ 0x05239790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8785217aa3e427de11a860ec598f8b5f__void_{ 0x05161760 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87ab4eb8fbb7630d2992a561d468642b__BSService__Detail__PointerWrapper_EffectSequence__EffectSequenceManager__{ 0x05160BC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87c9e6ac6d7ff31023faf2d4f160ca31__void_{ 0x0529C9C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87cc6da14a693f54ebe754e1b3ada0bb__CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ 0x053E5130 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87e3396ef4bc77fd595901e6ea936fd2__WorkshopEngine__RotateItemEvent_{ 0x05356770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_88451e83918cdc064e33ddf88142930c__void_{ 0x052C1CD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_887ae619974c457a1092a2857981334a__BSTextureStreamer__Command__ReceiveData_{ 0x0538CB20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_88a20cc64d9201460a81ab471ff6b335__void_{ 0x052CC840 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_88df1696d0bd13684b0fe2bf35f827e2__void_{ 0x05299B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89559238f3fdd0a49b90869c7edef606__SaveLoad__CleanupDataInExpiredCreatedLocationsCommand_{ 0x0522EA50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_895dc7859ce6fdcebf75296c3b180a74__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ 0x053E1830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_897e7451455d713fae67b6b32a734b6d__{ 0x051AB430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8988585fe37b769cd1d84cc3e904143d__void_{ 0x052C2750 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89aeb2a58b5271876d51eed4308d08e1__{ 0x051A91F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89cf179978d2b0c2bbe1125e65901889__void_{ 0x052EC410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89d6315863435fc7d226e5115b287e20__void_{ 0x0524CF20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89f17e1f728f6bcdaa11cad1c25718c1__void_{ 0x052C15D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a0c34066621c5f6561302733bb394c0__void_{ 0x05271420 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a459a6e3b24a9f0fb02e4a0dec6f24e__void_{ 0x051892D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a563aae7c91597c87ad7a58a69dc3d0__void_{ 0x05280160 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a945be6fe8cced89fa54d4bdbf3d290__void_{ 0x05252E60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a95ec286feb90190022ec62c40abe34__void_{ 0x0529E120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8aa38fa50334b5e88d88bd3c60d9e229__unsigned__int64_{ 0x0538E050 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ac90be343096437832e4eb9be16f3da__void_{ 0x052860D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8adc8db1ec4de76b0044e1337b4b14d7__{ 0x051A7D00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ae0bc8b8d874d784f378d2a28535825__void_{ 0x052CBD10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8aeee6a6152d5f1b7006a85ca9ad699e__void_{ 0x052C2590 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8b27f4da26e1a51b854cc3660a52d050__void_{ 0x0522BC10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8b5aa7a2bcab9eae329b30ee2628eeb8__void_{ 0x05272200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8bedb5dd369176b91b06843d6291edb5__void_{ 0x05292360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c0df98edad5e336a10cc0c15b25bfac__void_{ 0x053748F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c144151841eaeed8aea86660ad418a4__void_{ 0x0525F600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c67b5eef3042ee64a1545d63b529da1__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ 0x053BA860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c790c4044acde3372da2b6e414e2879__BSResource__Server__Commands__AddDependency_{ 0x051645C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c7adc16b961ffd1b7620e0eb24e6f3c__void_{ 0x05249C90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c9edfc9f5745e344d220741e4fb6a31__void_{ 0x0529E740 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ca0f09cf27fc60afd9c3084cd811b80__void_{ 0x053DD190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ca3220b1d28e64047898e4db9f2f7c0__void_{ 0x051D7450 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d024842e1855a18b50a751e0dab36a2__void_{ 0x0527EFE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d192cb738aeb4c85f00df2125ad2b1b__{ 0x051A5EA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d2e091269e81e098d9bd470098adca4__void_{ 0x053B39C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d6bd992f0230fb183da85bedf4e0011__BSResource__Server__Commands__CloseDependencies_{ 0x051639C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d732710d4e0c133ecd5c4015a8a2f23__void_{ 0x05298DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d7efd53476ebed7713f088a014661a3__void_{ 0x05329A80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d923ad27c122fead713d241e2ce7eb2__{ 0x051D3000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d950dd21c4979d93380320597ef9e56__BSResource__Server__Commands__AddDependency_{ 0x05191240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d9c3d343ffefa88a5512cf7c43480c5__void_{ 0x052767D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8dae76ab7a4840bdd293e2e549fdd2cf____UnregisterCommand_{ 0x053959E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8dbd06c8b52ab83619169c539db7d061__void_{ 0x05328430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8dfee1060595113d3b2d4aa96655c6a9__void_{ 0x053F6390 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e4ec76230ffbe60d199048bbdbb25dd__void_{ 0x052C23D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e56e790cb26540ac933cd18b8b0371c__void_{ 0x0526EBA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e5c771fe8a237792dffb15ffacd7579__void_{ 0x05379730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e6912607d9d06994da4e157abdf277b__void_{ 0x0529AA70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e7f8de19faf984bba2d310d2398676a__{ 0x051AB510 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e849c06eeebb171e890c3c57c96f3ce__void_{ 0x053F9DC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8eb5f02a378aeb7430b741a7fedf18b2__Particles__PNM__Commands__ResetParticleEngine_{ 0x053A1B50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ed8bc5a0d1ce007c48fb68f6dbfc686__void_{ 0x053EC740 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ee4e7f008ac2c028083a0610ed33295__void_{ 0x05170640 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8eec5ed036a15acf2ad76ef3760cb452__CreationRendererPrivate__Messaging__CRScaleform__ReleaseMovieParams_{ 0x053E9B40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f2891cf76bb12500ba53e8b2b3d6753__void_{ 0x05229900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f3cbc4395701e6476460116d81da37c__void_{ 0x05295E40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f56af7817e611170f8b77766816df96__ScalarAnimation__ScalarAnimDestoryCommand_{ 0x05360930 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f7492eb11689e36a3442560b24e9c79__{ 0x051A57D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f93fedccf024629d0222f638e6fb734__void_{ 0x05272040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8fcffe61e07066419ae6d13b744d7398__{ 0x053FDBF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8fe88d7c209038c81546dfd143a2d2cf__BSResource__Server__Commands__AddDependency_{ 0x05387A80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8fe8eac6ac1f09479ced61b89bd2e5c7__BSComponentDB2__ObjectLoaded_{ 0x0538D220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ff97424b32b2707ee1581c3b461353a__void_{ 0x05360C20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_903d188fbd060a75c2f09ca0d00d69f9__Particles__PNM__Commands__StartParticleSystem_{ 0x053A1DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_90d53f309f339f4a8a0da60c3df7b864__EffectSequence__StartCommand_{ 0x051603D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_90ff8b75de2978a2c3548c44d79c25f7__void_{ 0x05244FC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9142fc7f0e5fb95135be55d176bd5ab0__{ 0x051D4C60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9186d7e446bbdeba6938010b2a531afe__void_{ 0x05298820 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_918c7360e5bef91acfbb78e87af142ab__void_{ 0x052A4260 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_91b34c154a7e919d20b33ab6c8c1e534__{ 0x051D4850 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9219d7f3c422ec613d3b859b0b0feb8b__BSResource__Server__Commands__Cancel_{ 0x051C2A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_924408fe32365430234c7733a8e116b8__void_{ 0x05295AC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92742857d210df4cbf8029b8c711e12a__void_{ 0x052C9A10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_929e08639d145aa1f3bb84bade7ea399__void_{ 0x05246780 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92bb5a9255a9a305a437739dace9cdc9__void_{ 0x0524A1D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92bd3b68b5435261d96b282ad3605707__void_{ 0x052645F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92c887a8e5f5c253cb4c3a44b01a07dc__void_{ 0x05247120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92e187616d17659260f342106a98447e__{ 0x051A9730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92e5763700a42c0f2f9fd22ddb26e2b1__void_{ 0x052BB900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_937b8bb3063c70de25f14b52d93ff9ae__void_{ 0x053B1EF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_93810a6b15979c2bee26e22419c3516a__Particles__PSM__Commands__StopParticleSystem_{ 0x053AACD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_93a73e90255e6a9dd27b2d7f29ba2535__{ 0x051A3CF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_93b57f169840fc47668da318a75374ef__void_{ 0x052B3B20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_93e624c313181721966480bad6e81681__void_{ 0x053DF2C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_94530175c493fbcf170077f97ce77082__void_{ 0x053B3D40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_946acf22b74bb4bf879bd9aefb822eed__LOD__Commands__BlockResetRequest_{ 0x052007F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_947526432fac90534843552c185fb171__EffectSequence__ChangePauseSequenceProgressCommand_{ 0x051605B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_94b09046f32c59f7c1dd27f683bebfff__void_{ 0x0527F7C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_95781fde0f4622186206c33cd786dcc6__void_{ 0x052CA3E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_958bec6665a750175bef112c31372854__void_{ 0x053EBBE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_95ce43dfcec139039480f4f50fb9a366__void_{ 0x052C9430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_964ff916a0172d5d26aff3710573810a__void_{ 0x05243520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9650277ddb4055f0aa79a0e2d523e404__{ 0x051A6A50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9658d063138521bce89a2bf720abc456__std__reference_wrapper_BSService__Site__{ 0x053DB8D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9665d77017698d7203f6ab74066db82e__void_{ 0x053294C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_969ca3a2148354275e76744b03109dc8__void_{ 0x05261330 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96b58f7fa96359327948d1f0993af08a__void_{ 0x05233FE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96b592b8e406b79b2ec86b505f69c59c__BGSAudio__WwiseService__WriteCmd_{ 0x05205E30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96b77f961f63cc7012560a690655603e__void_{ 0x05298900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96bae4b9fce251a34c01a5907473e85f__BSTSmartPointer_TESBoundObject_TESFormPolicy__{ 0x052B3170 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96bde48475a8e2e0146cf273c3bd1ebf__void_{ 0x05280240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96d0dd0d3e6fdd75fd27b2921fa840d8__void_{ 0x05237250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_974a0798ad832f21a85cd6eddca42318__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ 0x053B2560 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97708a99ba4c053e5c1c95fece2a3dcf__void_{ 0x05375730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97840ac8329aabeed283829511cb569c__void_{ 0x052A6A00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_979c5a35a53ebc6724796c53fa0fe795__{ 0x051AAFD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97a5caa927e84e55ba95badd3fdd38af__void_{ 0x0532D190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97e11e3a98be79f5d4bbfff2522fb7b1__DynamicNavmeshService__AddNavMeshForObjectEvent_{ 0x0515E1D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9820ef9526bdb062a3551bf5790aa4f8__void_{ 0x051E42A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_984dadb04a0be34aa4db7b68c60a675d__void_{ 0x05171C70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_98503a203b9c9d8cb93185189aba0c9a__void_{ 0x0525D360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9854df5493678c4efb14555c3c024b8b__{ 0x051A46A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_989d620a41a3a348aa3d62816c21c320__void_{ 0x05159800 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_98b2bd9c56237ba0d2fbd25b8a480cc7__void_{ 0x05246F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_98b447ed4a1b9723556c8e9d4fa4de70____ClearAllAnimatedMaterialsCommand_{ 0x05395E90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_98c7898242d19b6bb9b69ce4f2081d8f____PauseUnpauseMaterialUpdates_{ 0x05396DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_990f1019c49e742cfa6cf01117b6552e__void_{ 0x052D6A10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_993014c7ccada3f9cd177f4d8b568c54__void_{ 0x0527C150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_994dedbdea64ba217be3879918fad845__void_{ 0x05275E30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_999b58ece7754b042c6f5104b552046f__void_{ 0x052C4310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99bddb0b958bcbafa7f62fb63e852035__void_{ 0x0526D230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99ca007d63313fba5d6404ec89322396__void_{ 0x052C5900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99cdb27ddc86683974852a004c446093__void_{ 0x052761B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99f2f2f538fbcbcfd24464a313ad27ed__void_{ 0x052436E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99f9674ccabddde8d447bfe1ca6d40ec__void_{ 0x0528B5C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a314e613cae3f7d825963e75681a6fa__void_{ 0x0532A5F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a3498ed6cabf9f95facb6011b0fceb7__void_{ 0x052BF340 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a548a9cb13942137bdb8df9799e8b4b__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ 0x053BA9F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a72b9af05e52dbcf69b879e58928651__{ 0x051A5300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a8063a13a07c21d44c389be8177b31b__void_{ 0x0527C5B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9acbf7d3e3e0843a62e993363e38015a__void_{ 0x052C4070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b03ec310de67ab5cfbc43cc4f52f9af__BSResource__Server__Commands__DebugIntrospect_{ 0x053BC210 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b2b5a067467a630177c7aca36378a6c__void_{ 0x0535A710 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b3380dd5772ca2a86fafd327064377b__void_{ 0x0529E980 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b35363a516584bde4c2734cd2c88ff3__{ 0x051D6BC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b7b3e398fd8334779f1bb867d167f89__{ 0x051AB5F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b8f9b008511e456c1f8cb5746210202__void_{ 0x0524D540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9ba23d6e3734ed995dbb4a0c2fd59a58__void_{ 0x053C7A40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9bafc2b840458a770c52b2b44ecc786b__void_{ 0x05240290 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9bd14f52f1bd0fcea1be4f60970aa36d__void_{ 0x0527B3C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9bdcfad0f37fc60de0785eb091a841fe__CreationRendererPrivate__ArraySlice_unsignedint__CreationRendererPrivate__ArraySlice_unsignedint__bool_{ 0x053E6670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9beac05091ce357fc08d236e96c90b4e__void_{ 0x05262BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9c104339a0b4f31b5cd599948fa58ada__void_{ 0x05299A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9c6c813c1d2fa6025e62b2eed85f6868__void_{ 0x053B3B80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9cb3d7af977bc7c27b496bec96942240__void_{ 0x052C4150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9d37c56236d407703fc7beab42855df9__void_{ 0x052C1170 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9d60c609898687647a48417a58a0b9eb__void_{ 0x05272C50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dc8708b93ded6177f3559bf251b242b__void_{ 0x05242CF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dfbf5e69b0d52842981f169fe43f2ff__void_{ 0x052C9E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dfd7e597b464586ba197a26fffa9f5a__void_{ 0x05276610 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dffc157ef59182577d29cea9db316f3__void_{ 0x0537DDB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9e0474c7f710fc0b2a5d34e188ea9b66__Particles__PPM__Commands__RemoveRequest_{ 0x053AA680 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9e069be17097e784c7965ec9ef3835dc__void_{ 0x053C84D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9e7241b2c61cad9a46bc2ece1e7f07ec__void_{ 0x05244EE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9eaca6a70e172924a3f92138e9d20e62__PathManagerImpl__OpenAttachEvent_{ 0x053B02E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f38f4676ffc9a33dab33b1f8f9492f8__BSResource__Server__Commands__AddDependency_{ 0x0535C2C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f63e7c7b56d3ccccb4b438c0212ec7b__void_{ 0x052629F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f6766341b60afecdf54edf41b313e99__BSResource__Server__Commands__Delete_{ 0x05382790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f6a5fe2293ea27a75c5f1c914668a77__void_{ 0x0529E660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f7ec8fcc4071113908328677d6879ff__{ 0x051AA080 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fa0e04b9aa1697ecbea5204b623137f__void_{ 0x0518D060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fa2eba5427f12c8a0610b2922f6b176__void_{ 0x052B3880 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fb2d3839d77d6af3e7cb415f310a74d__BGSAudio__WwiseService__OpenCmd_{ 0x05205D10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fb860dcf665f28642db3882625656c0__void_{ 0x05242E30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fe37f59062020f99901fd80a3e7aece__void_{ 0x052525A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9ff1e81f68d728a2c6eb5cffcfe81510__{ 0x053FDCD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9ffdbba9ab52318dd9990ebd2a350a29__void_{ 0x052C08B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a01e2626e4238c56a4119bd7d1011f6b__void_{ 0x05176350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a042ba881bbabe835d3c2008af208aa1__void_{ 0x05280400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a07f9b78c883720022cbf5e9d04935d8__{ 0x051A9DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a087127c9a9dc01bdb0be91379030ffd__void_{ 0x0529E200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0891d46ad534d2653e6e7d124fa4b27__void_{ 0x053EBE80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0c3452c61cfd1d4f4c632799d78b77e__CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ 0x052B8AA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0c6097c9092389b059dc32b676e512e__void_{ 0x05255B30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0eda1e2cf2520e252bd0154766412b4__void_{ 0x05252760 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0f029e58f96f9c4661675b000f2b68c__void_{ 0x0516F4F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a106b797d08016044743e564a2d79738__{ 0x053E21F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a107e2a8af7539ea45f0f2c77880b2b4__void_{ 0x0524DC40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1828e5608883316d76fcc797434d604__void_{ 0x0522CCC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1833ce1370606fe59cb58a32b93e01c__{ 0x051A9EC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a18a28f6a43e6c9e79772a5def0ad382__void_{ 0x05246B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a19959e025a5ace5cee8fedabbef1577__void_{ 0x05286BE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1b40e737801941929f9088347807f49__BSResource__Server__Commands__CancelAll_{ 0x05381E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1cb8ee946088bc62d7f277a2d0db833__CreationRendererPrivate__Messaging__SwapChain__Create_{ 0x053E30B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1e214bac6c5966bc404dc9e174ffbfd__CreationRendererPrivate__Messaging__SwapChain__Resize_{ 0x053E2A30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a20b1e5553f505ca1841aeeab80e1d7c__void_{ 0x05292440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a20f3fa8dd2f4037edd4bfc359f0876a__void_{ 0x0523A5D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a21e1e73ccc04e529f73d9190ddc337f__void_{ 0x05388150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a2251e1f60fc5096f63e457ff69d626a__void_{ 0x0529B630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a27d9f2687099ba7810deb82b6fd6772__void_{ 0x052724A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a31168b09a33617f2b1c48240ebb0d85__void_{ 0x051753C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a3442a84401265ffe7f41d226dc3ec6b__void_{ 0x052C1950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a36598b20dcc9e29c473a9c4d8ac9d69__void_{ 0x052456C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a3d10c24a8125c7ec941fb318e3bfbec__void_{ 0x05325910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4095d43c640b3adad856d37c979b71f__{ 0x05383460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a41fcd1c0b8ac1f7838dc84facc9242e__void_{ 0x05232C00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a442ed624a0c3d968a5a84df7efbe32c__void_{ 0x05286940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4592bcb45cb7304a72d57ffc331a530__void_{ 0x052C3670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a48d404a7fca8a7b115dc9b071d60626__BSService__Commands__NewFrame_{ 0x0538B4A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a49dfe3f114516061cca22f6bad7b82d__void_{ 0x0528DFF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4a4944ddb12a824203ee92a683eb693__void_{ 0x05272D30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4beb8308ec7c314a64bcdcd17182734__void_{ 0x05247040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4ddd3e6cf9339eafe2046a9190c96dd__void_{ 0x0527EC60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4eaf3446f739cd483e3f56f7f6f070f__void_{ 0x053EBB00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a50e01b479e76c0d55a44b1ee3e79dcf__{ 0x053F0300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a53b9ed8d4fb7d816d4eba08348f7937__void_{ 0x053DF260 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a54185de4a87d929046c1f967c0f6b65__{ 0x0535AFE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a55e4a72af208719142bfb30cc1f1331__CreationRendererPrivate__LODList_{ 0x053F7D30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a55eb663d1a98aa32f02c7db7d750653__void_{ 0x053DB7F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a583650e80194eb105c262f8e04d2054__{ 0x053ACDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6190cfba77a4ddb45833ad10e0ce044__void_{ 0x05275FF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a63b7ec47e1fc980b9ae37c2ca1f641e__void_{ 0x052C1F70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a65c5aee7d01813cad9193817d41d420__BSService__Detail__PointerWrapper_BGSPlanet__NavMeshGen__{ 0x0519ECC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a65d6df22ec597338e9327ed118548fa__void_{ 0x05261F90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6934efa6c3c3c3794dda92a0852d958__void_{ 0x0526A880 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a698a573c984625a5c2fed1589c82020__void_{ 0x052524C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6d1464a9cfa52888544977e94855505__BSComponentDB2__ObjectCreated_{ 0x0537FEF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6da57a2fcd57b2a75c40ac9a504279b__{ 0x051AAA20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6e838b32f971f3fb076cd4127205fa2__Particles__PSM__Commands__InitializeBinding_{ 0x053AAB90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a77c62f82246e6cf85c77a4affb220b4__void_{ 0x05328A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a7c34358040756ddae59c95350b53546__void_{ 0x053B3720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a7e87f05d8a2fe0745f48429dd7f89fe__void_{ 0x0527C690 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a8027f466f84fd61d897d8e30f578a86__{ 0x051A9570 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a806a08257ca12abf8d5f4328c81bef9__void_{ 0x05252460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a80eb89da5ce212b0f9e930fcd79ab85__std__reference_wrapper_CreationRendererPrivate__ApiAbstractionLayer__Queueconst__CreationRendererPrivate__ApiAbstractionLayer__Cmd__PendingSparseTileMappingQueue_{ 0x053F9B10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a81e51ceb153527d1216b005d4967952__void_{ 0x0526DCC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a85230b3fd12b924e9608a50599a80c3__void_{ 0x052C5820 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a8709c020e0bba6b28c428dd30eb014d__void_{ 0x0535A2D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a87e34c56519e104b3acdec5cc6667d3__{ 0x051E3D80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a89c9f5333744947865a77467ce0d907__CreationRendererPrivate__MeshDB__CreateParams_{ 0x053DF420 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a8e1382f3a751ff72f5b0fe37b487270__Particles__PNM__Commands__FlushAllSystems_{ 0x053A1A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a939e91cff8ae712fcb2bbe64b2f90d4__void_{ 0x0522FFD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a945ca37afefbc01b3bc1d392e27a087__{ 0x053E4DF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a947b6ef8e6acd6531be4d2c23a631a1__void_{ 0x0528B320 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a95898360c6d763f4872bdd3254f515e____AddMaterialCommand_{ 0x05396880 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a987b9d7cfa0d6003a5dcc7f55213db4__void_{ 0x05237410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9c4f37e9090e5353db16ac826ac3da2__void_{ 0x0525A020 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9d0b3d65d8762f74d6736c2d1abb258__void_{ 0x051890F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9e93b7ee355e0e6af67a211615a5faa__void_{ 0x051C7DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aa323a6fac31dd97b600ff7b3e710e09__void_{ 0x053F9580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aa55c2b7577eeef5ed6b87d10cfc01d4__void_{ 0x052C3210 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aaad44e9a17b7704a94604abe4e997d4__void_{ 0x053EEB40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aab4c45dfba3f3093f5685c290670aed__void_{ 0x052A2B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aab69f06632db01cf531fead95bab3b3__void_{ 0x05268F40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aac028928394e495f991d94c75b6a797__void_{ 0x052766F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aad9a8694009ccb6c6a9c73febb0ab0f__void_{ 0x05328190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aaf8d733402c4449e7564ccd9dd85961__void_{ 0x053C9AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab08d67b1205bd2cc6344f9a96b0d33f__void_{ 0x052895C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab3cdcf9cd8feb2d4db992837a3b7fbc__BSResource__Server__Commands__AddDependency_{ 0x051C7AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab7c0788d2130c05c5605576aa755bbb__void_{ 0x052C0220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab847c2066fa7ebdf20154c971fd5cab__WorkshopEngine__EditColorsEvent_{ 0x05357C60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab8a5ef426cb1b2a6e81801c9105a5e7__void_{ 0x0532B8E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab90a413e08d8b022db630b059c68ff1__{ 0x051AA6A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abd3ac9a9612a5636a929daed30a25dd__void_{ 0x052599F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abdffb83220d0cab8bccab212fee38ca__void_{ 0x053EBDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abfb641fdc7856ac737f9ae55e07580e__void_{ 0x052934F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ac021975287bf8f3e04d090baafc6cdc__void_{ 0x0516E380 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ac240a3ea47900992c9e72f45a6e8bcf__void_{ 0x05249BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_acbbaa5fe5801e830a705840fffb5114__void_{ 0x05227E00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_acdac7ad91961486d1b6d706e397d442__void_{ 0x053E0AE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_acf172d1af3bb39b7bfa5e8c4ed65e46__void_{ 0x052BFDC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad03600678ca65089e0d105566baf149__void_{ 0x05171B90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad2271246bdfcea9d344b2dbbaaa4133__BSResource__Server__Commands__CloseDependencies_{ 0x0517B850 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad4861c97a805ea1edf7f61e6863f33a__BSResource__Server__Commands__DebugIntrospect_{ 0x053BC350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad59957d90e5e25167143671df1ae5df__void_{ 0x05298AC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad5de098e325d92c6467eaab52ea9fa8__WorkshopEngine__ExitEvent_{ 0x05359630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_adaa4bbcf8bb7a5cd9458263e7923662__void_{ 0x052400D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_adcf180a7176c2891da5d8d7c2fbb17b__void_{ 0x05289780 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ae4188ab2c1da6ac55297ba2545e0058__void_{ 0x05245500 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ae7abf3f0e8cdc4d0cb2af1b94bf2ca2__void_{ 0x053F1AE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aed7c7c1fd20470f3fec8d189e3d1eef__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DE4E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aeda11e5ed40e021f58ebf5a40650f51__void_{ 0x05162180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aeec332b82cb0f34d30df7fc9252751d__void_{ 0x05158990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af1517c674bc90f9140bc36efcb8f777__void_{ 0x0522B230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af163ad4260bc4177bbbae271ba60aea__void_{ 0x0522BAB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af750c3bdc43ad39f2ec3f899a6fc912__void_{ 0x0522B7E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af76e8f13814d3b87e914f4170346b3a__void_{ 0x052465C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af8a26f060ca2e86120a7b71a8db7e74__{ 0x052213B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b0058bd7a1acde981ebedda64b4c8159__void_{ 0x05241010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b0159e597255bc45b1346bf668d10183__void_{ 0x053EC580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b054f69a1a0340f11386478e1143b6a9__void_{ 0x0526F2A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b06586c288d2049879813fd2bacba0cf__void_{ 0x052A20D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b09f44ceda2ed6e17d931863c08bafa1__void_{ 0x053709B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b0ae90a4b6d467e5239beed2b0c74978__void_{ 0x053E7400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b10b58853d90a9c43abdd13026f4f1de__void_{ 0x05244A10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1288af79f0004281b0abe9049c4a147__void_{ 0x052533A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1692f8777e2c504076d632653ad773b__void_{ 0x052C0670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b17c3bc0a68e63d1080cdc175c6e4537__void_{ 0x053BAC10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1d38fdbb4ad20cfa293baba28915741__void_{ 0x0525B9D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1e362f39b2e2e94ba35193915dae8ae__void_{ 0x0527C310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1ef23f5f5074cb28b4e60aee11f6daf__BSResource__Server__Commands__CancelAll_{ 0x05382350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b20e924e76aace8d274ececf78e02e92__void_{ 0x05231280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b21c0d3ae547c61b8c92a03ae4a505b7__void_{ 0x0524DE00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2496173ca6831f4350e88be5d601732__void_{ 0x0527F360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b28a73f58dfe619fdedadaa6860cff64__void_{ 0x052BFCE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b29a84e9432a0c2ca6822b9a21a9c721__void_{ 0x05280080 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2a6f46c8401373a03869943f6bc31bf__void_{ 0x0532C910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2b41c4fece56b3bf056606a1e11e5f4__BSResource__Server__Commands__AddDependency_{ 0x05164700 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2d965c5572e6c7ab6a49e6da93de7ee__void_{ 0x05252F40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b318c7acfceb44b773c8b431339f0d1e__void_{ 0x051732A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b32678a3e0766dc4ea0f354c72849838__unsignedint_{ 0x05157A10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b33848b17c4f3dfd2eab25900e73373e__void_{ 0x0522AE20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b338faf177e266903aa45627a114b906__WorkshopEngine__RemoveOutpostEvent_{ 0x05356410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b34663de41abdb9e5975a80f8cdfee00__void_{ 0x05290E50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3548a164d5719fd81bf1c2f62cfbd82__void_{ 0x05233ED0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3764aa8b22156e31b91cae20945a34e__Particles__PSM__Commands__StopParticleSystem_{ 0x053AA7B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b39356b496ecfc1532806268ad01e90d__void_{ 0x05374810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3af29a0e8102d578c83f21b8ec19712__void_{ 0x052C0140 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3c2e10acbb9fb46efadf7fc49962686__void_{ 0x0526AB20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3cb845c6d58c0cecf4890b7c47fc4bc__void_{ 0x05291BA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3e72cb6383fd05a5a8acdbea55b9d5a__void_{ 0x05206160 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b43f68fcda45092054944bccb184a4a9__void_{ 0x053A1620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b444206f1058202a83c7100a566cf62d__BSService__Detail__PointerWrapper_CreationRendererPrivate__ResetCullingMemoryRequestHandler__{ 0x053F7490 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b45bca3de1c6ab1b40b8b7254a8b7069__Particles__PSM__Commands__InitializeBinding_{ 0x053AA190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b481c85aa9090bc1a118433409b0df57__void_{ 0x052936B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b48485809e84d949ae9a626befc2fc89__void_{ 0x052C0B50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b494d1b8a74ea52d058c46c1ee43b582__BSResource__Server__NodeBase_{ 0x053B9D40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b49b9edaa8c4282d283cd7fbb6769049__void_{ 0x0527F520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b4a9a7cc5a6fb5f68ef430d42a26efb6__void_{ 0x05296080 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b4d1bd96b24e4bcf1069a144eca05960__void_{ 0x05297B30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b4e4734b9bb326b30e331498f5eee027__void_{ 0x05239A30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b50c8cc5c586487acc5152a0b048948c__void_{ 0x05233BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5429f865a265a6fcd6902a728b0ce8b__void_{ 0x053745F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5625cccefe06765e0b5156b1e89a480__void_{ 0x05243040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b57d3fc592d4c225c74783517cf98068__void_{ 0x05325BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b58c73139db198be87daf3fa3cd6f4e8__BSResource__Server__Commands__AddDependency_{ 0x0519A0F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5ba30e8c7e2e558ec88aa4f9e8f0063____SetMaterialInMenuCommand_{ 0x05396550 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5c0cec8ea0f85e91ef6a2ad77d791a4__void_{ 0x0526E040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b6061d1a1f9b5a6ead5bd240b7136300__{ 0x052D13F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b60a9281bf72477e0de47fd18ef51f41__void_{ 0x053EC3C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b64d53e90f5dfcde199b2366da1428c1__NiPointer_TESObjectREFR__{ 0x052B33E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b650263cf84937fd82a5b5dff5f03482__void_{ 0x054063C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b65f623759e570984510463da5664adf__void_{ 0x05325410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b66631fff206def073e807e8d68c19e5__CreationRendererPrivate__MeshDB__CreateMorphParams_{ 0x053DF150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b668eb99a0ed1f83bd23d4502c579b39__void_{ 0x0518C990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b6cc79c7167f1fa6010a380d3f4091ef__void_{ 0x053F93A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b6dde8fe1ba4066c1da07fc09e64cf17__BSPathingService_DynamicNavmeshService___CallEvent_DynamicNavmeshService__ResetEvent__{ 0x0515D920 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b7288758a724dd604ac21975202e1c39__void_{ 0x0528D610 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b72fbe5edafa0f4fdba07cfe06c7cefe__void_{ 0x0532C9F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b775ba9b8e1d8ea1d9c0b700a436b04e__void_{ 0x05289160 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b77a424f17ef7d739b1336c24600b67f__void_{ 0x052806A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b803ccf69a3154a1357cff83c4eefd92__{ 0x053E24B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b80ca4a11cae5fd6510ea93a43068164__void_{ 0x052959E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b81e64a6a3470e4be28f3c1f7ebcb99d__{ 0x05373480 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b82e8346d274ee29ab5cba057a58e88f__void_{ 0x0524AD20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b854739170b8dc23b028c05dae699b4b__void_{ 0x0525B810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b87de3dbbae655f87ab6ce186f445956__void_{ 0x0527F280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b892971fcd1abf91e032006ea5dbc74a__void_{ 0x052691E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b89ad5ac7d848223e07ddf70a5ce518a__void_{ 0x052315F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b8c0c726a0664dea3b22f5cd79a7366f__{ 0x053FDB10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b8ecc606e6c012803e3f4d03195c110f__{ 0x0535DC10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b8f85158bc6b8517e08fa4a8b4417ef6__void_{ 0x0529C8E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b90fd002bf194bb70f16936fa49bf9ce__void_{ 0x0526F0E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b91077a5fcd357fcc21016bf4e8f2d70__void_{ 0x0527EE20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b958d309b8a3da0d2fcea8a014f81eba__void_{ 0x051736A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b9637342c82a4f2baffe7b347dee1296__void_{ 0x053EE740 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b983292cfa17d5d043882719a8b99ede__{ 0x051AB0B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b98e3275bd011b2e0ceda6d17677fd55__void_{ 0x052BF960 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b9c43bd88aaf8adb90fad1cd4e5eb382__void_{ 0x05175580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b9fee7da27eb4d269aa878c1c098508d__void_{ 0x052614F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ba348d58fa19ff08d1e4360f16c16970__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ 0x052B9400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ba5356749fcf1add6e5bc5fcfa687349__CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ 0x052B90A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ba6efe7c6f88e2b6fab9345762b0d577__void_{ 0x052C51A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_baec4b1133ebe27b66a6e4f424acb9ec__void_{ 0x05192200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb3fede3f5d52eff16a62de6563a6a43__void_{ 0x052296A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb482459b33cca30f4be9866dc478d21__void_{ 0x05243440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb7367e9553dd4b562b11d6c33cd5ae0__CreationRendererPrivate__Messaging__CRScaleform__RenderCommandParams_{ 0x053E9AA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb87fd2b8a408a8a75dee0689cdd071b__void_{ 0x05174BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb9952332ba8a2f17aeef70bfdcac32b__void_{ 0x05234360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc30480599d8fda06961dc40a28d3953__void_{ 0x0532DA20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc37687b423bdf983a131d14b8125a7d__void_{ 0x052448B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc40125417484b18032a4dc6b23326ee__void_{ 0x0523E690 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc4422e2772ead95386912fd539fd0b6__void_{ 0x05326DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bcc4b53b5066ab67d938166c6f0c021f__{ 0x0535AB00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bd195aa81642a14862a2c0bf5255195e__void_{ 0x052C59E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bd6a79f2367f2b5c0a633f3927d3c7af__void_{ 0x052C3830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bdafcc60843e8758c51888b27c940662__void_{ 0x053EDD80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bdc51ae50ce15415e89fcdbe49ab6ae8__SaveLoad__CleanupUnloadedPlanetContentCommand_{ 0x0522EFB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bdf81de24cc28580fcc88dbb99a286e4__void_{ 0x053BBB50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_be27a865861e1645f00d75b8a68bf05e__void_{ 0x0524CBA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_be59b9bdfd8637f274c91721b19f7ed6__LOD__Commands__LoadedSceneBlockAttached_{ 0x05200A40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_be7fb695c3f0c7b55ac98c8fb8e29b54__void_{ 0x05292280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bebe6c4bbb10bdb5b78479172198e121__void_{ 0x051C7CC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bec62f5156ea2be3258b018f72b7a600__WorkshopEngine__StartQuickMenuEvent_{ 0x05359750 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bee67aa52b8eabb482119a6766c60bc4__void_{ 0x053EAB10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bee9d915ef6c86a781c2a84d5ecef121__void_{ 0x05299E00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bf4a36381f34ed442b827a3fe387d3fa__LOD__Commands__LodUpdateComplete_{ 0x05200B70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bff89ceeae715c2d964c15390070948d__void_{ 0x05252920 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0061012e4d234db08ce3bedac6dbf4f__void_{ 0x0529DF60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c04bac936f636c6b09134d8538ae3134__void_{ 0x053C6F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0a79b15a160deb4601578fee4fb7a6a__void_{ 0x05270900 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0c2f5f7ea9f5c9476b082264f40649d__void_{ 0x0532BB80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0ed57bcf5da084e6f24d87249baadb7__void_{ 0x052C2910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c12838fd1359278fffebd2d2c1d3a612__void_{ 0x052652E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c140b3b6718ea0c66c8e1509c22cc1d8__void_{ 0x05227390 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c177725f921ca369810b6d4e08f10f00__void_{ 0x0523E2A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c1b28a084b1946a91795325f211f197e__void_{ 0x0537DA70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c1d64fdf681c194894e6fe638dcd0d6e__void_{ 0x05286A20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c1f37709b7017df3ee6db3c31db140cf__{ 0x051A58B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c240919743db5cab929ac732c14e6786__DynamicNavmeshService__ApplyActivePrecutsToNavMeshEvent_{ 0x0515D9E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c26963d21ad5b012e833afce82518c72__void_{ 0x051C7F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c2839438d33be7997e40baf363da0664__{ 0x051A6C80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c2c8b72f8b939fa644b37bf326915572__void_{ 0x052C1E90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c2c9873e170d3fcb6e0479bd19cdb9e3__void_{ 0x0524A0F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c3084db26419a474f2a190673c872946__void_{ 0x05263E20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c329a2ded2d1512e0c8ee699e8188a2d__void_{ 0x053EE6E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c3320cbddb1bd4f09ef9d2465c7768ae__void_{ 0x053F9660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c366f0de3e659666c3d1ebb57c46d4ac__void_{ 0x05295C80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c373c0374dcd98c089cedbe63789571c__void_{ 0x0537D990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c37ee35be50cdef1d5cad0af1633bac8__void_{ 0x0528B180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c39c109d508a9f3cdd7a9dd7ae1c7ee7__CreationRendererPrivate__SetStarmapGravityWavesColor_{ 0x053E91B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c3f19ea681601bb83e0611e6f818954e__void_{ 0x0518CE00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c4110d2d2642a834d04469cd62433055__{ 0x051D4770 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c414a8d03f66d2433830c4208201b95f__void_{ 0x052C4A10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c46a58a77e3391565dc5f23eacb1691d__{ 0x051A76B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c48814f3fc8ddece36b679ed475f52a6__{ 0x051A4B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c48f68c727d48a9554387307761a6f84__void_{ 0x0529E4A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c4b58581f861f57dc8949bf64c519eee__void_{ 0x05262070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c4ee26123dcb11e8ebfb1492753a3d6f__void_{ 0x05273450 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c53bb0f3128ed6628b831e25d65ad863__void_{ 0x05175660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c57602ebe5a4122fb5bdaec0f0f48352__void_{ 0x0525CFE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5829b238a3cc4ed8b8cf45434280f1f__WorkshopEngine__EditItemEvent_{ 0x053577E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5c551e743b8357a85a6f78be052e8af__{ 0x051A2EA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5ddd03289170821c86a14854d4db691__BGSAudio__WwiseService__ReadCmd_{ 0x052059B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5dedfaaad72253bba4c751c8a44d08b__void_{ 0x0525FC40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5f2fee095cbaef39506c8020c76f976__void_{ 0x052C1250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c633a7d21f64fe9fb5c011306be8bf20__Particles__PSM__Commands__InitializeBinding_{ 0x053AA410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6360bf782547b1c763642be98ed6ca6__{ 0x051A7DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6376500b55e1668d37ffe9b1bcaf535__{ 0x053FADF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c637fe0e5c6d32e8133674ea28753abd__{ 0x051A9FA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6503eb812b8427606f871faf942c47c__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ 0x053E83E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c660963b35de908f4ee077d1af9750e9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DE970 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6c7a639cf365d39b696c90f93a4240a__void_{ 0x05375650 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c73f87f810c41c3fe099018e99dff565__void_{ 0x052475D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c73fe59de4810c46382b272906a84991__void_{ 0x052C5740 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c751b03bae711cd8de69e71e08249757__void_{ 0x05189F30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c78492138796f2298b95b7becf82864b__void_{ 0x053DB710 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c792a704049764f07f8d192380f1f235__CreationRendererPrivate__SetStarmapOrbitsInstancesData_{ 0x053E8240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c7e9a1d4d74e13baaf4a71ddc30e8517__void_{ 0x05259D80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c84c0a6afb00c46258e6b9fc7a636194__void_{ 0x053EDB10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c856faa630024abe58d11a5c96f1796f__void_{ 0x052445B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c858474b55d490cd78e7fa017ec24e0f__void_{ 0x05286B00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c87c8306f25ff2c12c97d2e763d55f3c__{ 0x051A9490 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8c42f29207845e93e04ec9288b96e5f__void_{ 0x05175120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8eb8d70401afe8c9708fc4398eb6764__{ 0x051A5690 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8ee4c67b2ecf9e0b5a37bc62ae8c2fe__void_{ 0x052C5AC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8eef334360162189622ef7dbe4365be__void_{ 0x052318F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c90946e98df523349d1868cfa56119a1__void_{ 0x05240D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c985fc3cd642904690c79a3e69ae27cb__void_{ 0x0528DAB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c987e7ef4767e4a2a762dd29def33918__void_{ 0x05175A60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c99a3f6671b7865e5ba2b2a3f40ee6fb__void_{ 0x05359D90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9aa4b0a137cd567e869969f3c852a7d__void_{ 0x05252BC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9c459e95453dbfdd01deea07fd548d0__void_{ 0x05246BE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9ef09b048d02350488537fbf507d682__void_{ 0x052C0D10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9fc156db8d50b7682fb91b4fe13c978__BSResource__Server__Commands__Cancel_{ 0x051C2C60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca411397cc7ad1ae896bda064050705e_const_void_{ 0x053F9990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca4b762b3a71115ff84073aaadfa7668__void_{ 0x0515A440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca52c6185cee9b0519921da9e9d9f006__void_{ 0x0537DF10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca5c327bb4604bef7fdaa01381212fa0__void_{ 0x052736F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca670e46c9c0337725fa3b627555dc46__void_{ 0x0525C3F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca8d70065662cea744b0cb59115e01c5__void_{ 0x052C4B80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cab30c9930caf4954200627de3921680__void_{ 0x052340C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cac58ebf2259db6843c7a8a3dd85759d__void_{ 0x053B0E60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cac737c3cf0c9b4e5aae623c943fc3ab__WorkshopEngine__ResetColorsToDefaultEvent_{ 0x05357EC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cae2ed5fbe75c6326337d8ab2697e353__{ 0x053FD950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cae3e8a5a345dc78ec345a8e1dba70e6__void_{ 0x053EFB90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cb34c4b72627333cfd08ee5063236908__void_{ 0x053B1E10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cb52a8748f546fa2279f806ead92eeda__void_{ 0x05181FC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cbdbaa8ba735c6857f5671129f091278__void_{ 0x051717A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cc608d559dc612964e56255695efb653__void_{ 0x052CA300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cc8d4ef32517db8944ff99ffde4c00e8__WorkshopEngine__ConnectTransferLinkEvent_{ 0x05357D80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cc99b5ab895125408c791011fa564985__EffectSequence__StopByNameCommand_{ 0x051606E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cca14804f8ce421264dfd06b60a76cc3__CreationRendererPrivate__Messaging__Window__SetVsync_{ 0x053E38D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cd48cb8b10de9e276b731a8c3c6ccae2__CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ 0x053E4ED0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cd8767d4cc18808a29b36052824b8e91__void_{ 0x052C5360 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdbd355728ca375d55cebd4d979a51ca__void_{ 0x0523FA90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdcda53dd8c13a9a5c98779f2a822de8__void_{ 0x0522C700 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdce5633408e5b3efb373bef6276ac5f__BSResource__Server__Commands__CloseDependencies_{ 0x05165610 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdfec2d8732b7b7b232fd04b0ca946ed__void_{ 0x052C5600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ce4441f275a713458ca3cc4ce8eb3528__void_{ 0x05228910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ce6815911da9ee1609d5e28ccb45c724__void_{ 0x05299BC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cea5ddcc0deecf2285168d8ffc4df892__void_{ 0x052671C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ceaa2dd80f77825c9c6a12b61cf85e74__void_{ 0x0532BAA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ceb6eab0872f741ddc3b4ade6b6e2dd3__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C7630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf0d7f9c4556855d42fcf4e4900789ee__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_unsigned__int64_unsigned__int64const_{ 0x053ED810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf104df53b61c5e21e90f52547879b5f__CreationRendererPrivate__Messaging__Window__UpdateLetterboxedRenderRect_{ 0x053E3600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf5d32eca60cc15a1ff4d2323b3dfe36__void_{ 0x051D6D20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf6c7bed5b8b59c53f8cf57e06ec00dd__void_{ 0x053C9D70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf861d595c015065ee63210bddf426e3__void_{ 0x0527C230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cfe540dc389a842fd3f898ad15ed7067__void_{ 0x05293410 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d00bd4b3cc28a7b52d6c36389f06f2ec__void_{ 0x052A1EE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d011308b716f95c1ce4fd11edf7fe68e__DynamicNavmeshService__DynamicNavMeshTaskShiftWorldEvent_{ 0x0515DE00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d05428a0d6eac48bef7969a90a6daebb__void_{ 0x05237090 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d081f8ec0a28f9f42a07c61629779e33__CreationRendererPrivate__MeshDB__CreateParams_{ 0x053DE830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d0a00a1c40fd1c4b827aeb168ec697f0__void_{ 0x052795A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d0b38a2b64ea6a83dd8742bc4c09c50e__void_{ 0x051D7DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d0daa2a0f96dc708c841ec7282e42595__void_{ 0x052784E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d14bfdebbcc5b1a40910ad308ed315a0__void_{ 0x05289320 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d1a85852ccf530db5d9ffc1165adb14f__void_{ 0x05269100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d1b15e7906fefbf27288e3cf43585812__{ 0x051AA860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d1e07d92f394208ecac492d6b1b9afa9__CreationRendererPrivate__SetStarmapOrbitsInit_{ 0x053E8520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2034ddf379e73991db9287c19a693e9__void_{ 0x05261140 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2045a6931dbb3c56b0337fe777f8761__void_{ 0x0528B860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d20c7a5cf88cf3fe03a7b5658d67b157__void_{ 0x0524C9E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d224d8c61c61034aff3ed0843102e1e5__void_{ 0x053F1FC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d230362e02c84d6ab1b7c65d1bc8c88e__void_{ 0x052BF180 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d23b853e25a2629ed2297ff4cd852e65__void_{ 0x05221AF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d25b44ada420214200b1796b04998fcf__void_{ 0x053259F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d26885b16ffb44f5a6e1c1c1d328eee1__void_{ 0x05241AA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d28b2514fee1e685113be485058367e1__void_{ 0x05234600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d29011171001a7b353c1d5f3de3107ac__void_{ 0x0527FFA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2a96382163ef443f4ecbec914a654a2__void_{ 0x052C50C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2c45e37aa6d14fa91d1976ca7b3b798__void_{ 0x052BF880 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d31c027334eba059cb2494951476622a__void_{ 0x053B3E20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d35e2e5e1e6645da3c6c2472c42cea80__void_{ 0x0525CF00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d38e042d010ecfb6571f376bf444798e__{ 0x051A9430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d3a361ad4fe2cf915af80f30a88400bf__void_{ 0x05274710 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d3d8665d970dabc226925b791ad8aa01__void_{ 0x05359CB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d3e6bebab3e1972beb2690a7aaf4458c__LOD__Details__PropagationPayload_{ 0x05157B10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d442cbed50f9f9fa41b59e5ec65beb76__BSComponentDB2__ObjectModified_{ 0x0538D340 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4511f1c8a4a1c57f4fe3d63c97a3851__void_{ 0x053EE600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4873959f99d67a8e3041d8a6e25b31f__void_{ 0x052C0FB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4a37142b849270c983c966335144925__CreationRenderer__Messaging__Game__EndFrameParams_{ 0x053DCE90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4a90d8b490da9ad87050b9e47e9ce33__void_{ 0x053C9BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4d02e7ac968e24b091f5fc47aa2b87f__ActorValueBindingUpdaterService__GameResetMsg_{ 0x0515BDE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4dff2479a934257ec977ef0a502ecfa__void_{ 0x052531E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d50aec74688941c74791c628312cc2c5__void_{ 0x053DF530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d59e4b32df696e14957bce123598c154__void_{ 0x0538EB50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5ad36a5ffd5ff5d89ed7b683a8fbed6__void_{ 0x051749F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5bd335af5b6eebdf95ad0ede1d39d9c__void_{ 0x053E1000 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5cd468287d92389ab5756d4920078de__void_{ 0x052BF5E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d61efb6dccf2a7ffd2330a23d62e6332__{ 0x0517C1D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d668158a7d7ea2b2ca77287f6653df5f__void_{ 0x052BFF80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d66e268aa1f9c0b646773e3994fafdf4__{ 0x053FD790 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d683a2347dca7fa53bb7c147c9324b18__void_{ 0x05379010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d6a4ce2b7504d794e8fbf05fba0dcfc7__void_{ 0x05274630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d6bfb1685d09d6b78624d65c22213c9a__void_{ 0x0527C070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d7152fbfd6e6fb4d8133974ef8f9b10d__void_{ 0x0517B3B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d72bb07bdf19bcaf13923619bf063571__void_{ 0x05261250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d73ddaae14fa9c14f4340b0d42f8ea39__void_{ 0x052C2BB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d764d8c52a74c7472a6ef0f8dd837b60__void_{ 0x05252D80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d785c61586a9e47900d392c3764c7336__BSResource__Server__Commands__AddDependency_{ 0x05163880 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d79201925a6445b2cdf3c329eae63194__SaveLoad__CleanupStaleLocationsCommand_{ 0x0522EB90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d7d7379d4565e7ae53a360359e4fff64__void_{ 0x0527BF90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d813ef195076a0d5c5f50cad61ab9551__void_{ 0x0524CAC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d821250702487291199dbc44b4587ea4__void_{ 0x053DFE30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d8464a5dcc59f42b0c791959b830f3ba__void_{ 0x053A0260 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d8d63dabd36063492835f2b4a8794740__void_{ 0x053F8F40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d93a5500f71032918d90d1fdec7083fe__{ 0x051A3600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d982140ed9b52ae3356836373d763488__void_{ 0x0528D1B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9a2a6cc3d886003129a6d772f824660__void_{ 0x0524D2A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9ba28439b4dd48573d367a317196da3__void_{ 0x05326F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9caa33081b4b2de1c935c5d4acb1c5e__void_{ 0x052CB830 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9e1eae64c2ee3db5a72f69096f4b1ad__void_{ 0x0529C3F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9fe883663b5b6bfbf4c4bfc87b289f4__void_{ 0x052692C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_da0c92c3ad045d38ffbbf4cb8c3d7b34__void_{ 0x05250F20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_da5e68be229ec7724ddb585c6384c6ce__void_{ 0x053EF2C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dac88ae3b1799d2e2586428eb6dd93fa__void_{ 0x05154C30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db02a49f191c068077d00fab34209aa7__void_{ 0x053EC2E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db14e6cd906d83c75d1c2d83f9398183__void_{ 0x05250F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db1a7638ec5eea992a33f61c1f4917aa__void_{ 0x0527F980 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db6ec78c800eedb3e388383210507079__{ 0x051D4A10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db9d83265ff147a7afe620650c637f76__void_{ 0x052C0990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc3c3a062b03fdd4dbf7cdd1fead5feb__void_{ 0x0525F120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc54ed68cdb9bd3ff3eadcba3a5e3b6c__void_{ 0x053246E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc7600b08f68c519a2de538baad17d72__void_{ 0x052709E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc89af06c6e0b276aaaa00c9f193e00c__void_{ 0x052693A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc9eb628cd0a8222139c923d1c8db8ef__void_{ 0x0526B870 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dd942a628e661f15a24083f65c881338__EffectSequence__StopCommand_{ 0x05160940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dda7fbb98e98211d3b0a1a256420a198__void_{ 0x053B38E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ddd76da310709da8ff4908394a4def42__void_{ 0x052BB440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ddfc9904dc0476e07ef54725c8479f8e__void_{ 0x05327FD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_de59dfd90acf96e5df1f50504fc73bec__void_{ 0x05298BA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_de5ba17aee94bf26e3bce9a97ab305da__void_{ 0x0522DE00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_de8937e6a41b348c77f089193914214e____Service__GameResetMsg_{ 0x052ECDE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_deac8d8ca2f9b6e7fd011bb91be0cd38__void_{ 0x05176430 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_debfc1370a752be039ac1f36e8b6f9e0__void_{ 0x05241800 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dee80e3b4a3ee4c59c742942e448ab34__void_{ 0x0526DDA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_def4898be93fe80499f29121ae13d39d__void_{ 0x053F9EA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df299e39021d8de402dc89c691c889a7__{ 0x051A3F60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df32f5293dd6ffa5e6c8d2c71a2085f3__void_{ 0x05279920 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df41a858dde78937125d2e0206a3ad07__void_{ 0x053DFF10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df568da1d821b5aa2ca6939fb34f8100__void_{ 0x0537E620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df8f8ed82b1008f62820167db562b05b__void_{ 0x05276450 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df914792c6711628bd97cdaa3c88129d__BSResource2__DBHandleBase_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DEB70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df9a7a75a541fe142942aeed0cd4cbc8__{ 0x052B92E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dfaddc4c05c64eed4bd731f407275108__{ 0x051A8A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dfb527469575c5c2bb76adcd67b02e51__void_{ 0x05248A80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dfd13ac46cd8519c6f1aa02af77a8d2f__void_{ 0x0524D9A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0229f3ba421f7d899b6d6be917f456e__void_{ 0x0524D0E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e037e2941cf8f37594b926f521829f70__WorkshopEngine__RemoveWorkshopItemsEvent_{ 0x053562D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e07db663bebd0c420226fcf81b596ebb__void_{ 0x05236D90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e097d6925ad27f35efb82cf07f91fbcf__void_{ 0x0527C3F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e09a67be2a923988ad6c726762cbf24a__void_{ 0x05243280 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0a55ada324f997d33e7d939fada5769__void_{ 0x0526B950 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0b7fe46b617b32af0c441ec9bf3d565__void_{ 0x0526EE40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0f9178f6023ed2958977de6e7ac9f6a__void_{ 0x05262AD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e13fb7554d868f75d6ed7f16a2dcbdec__{ 0x052B9200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e160103b374139e999f72ba45a4ccf9e__void_{ 0x0525A100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e178bd2cbccc25743f9e8da680f0f7fa__void_{ 0x051C8040 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e17e9fa4648c6a3958fdb0f034d3cf46__void_{ 0x052978D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e1f61f1ae102d83ae65c510954642022__void_{ 0x052C2050 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e22a2eb0ec24a462f93317c3753e7442__void_{ 0x05174910 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e27cc8c4285007bfee50637dd6a98658__{ 0x051A2DC0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2add6adb287b8a88ba9ca51828c2086__void_{ 0x052C1330 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2e444e47a6b53da789f1849d781c2f3__void_{ 0x0522C7E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2ecf1080a70eaf1e1d3e18b753d218f__Particles__PSM__Commands__WaitForResourceLoad_{ 0x053AA050 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2ed67abc560774352baadf77b4dc47b__void_{ 0x0523CDF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e320a347142e2824e710b1d012a7742f__void_{ 0x05296F00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e33f2106ab171ba64e1d3995881dd8c2__void_{ 0x0528DE30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e364147ef3a68f7708e1581fe9051a6f__ActorValueBindingUpdaterService__RefrAVBinding_{ 0x0515BF20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e382dca790b55ab7ad056ef4323371a3__DynamicNavmeshService__RemoveModificationForCellEvent_{ 0x0515E310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e38b2559e563263373d108411f4cc654__void_{ 0x053EC120 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e3912bd421c8772c43be3b3fdaf94e7a__void_{ 0x05269480 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e3ec64a8d3ad03511d05668cb11608d1__void_{ 0x052C2130 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e411e56115a9ed0c645a9bb1a1a9159b__void_{ 0x05326870 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e422f5dacac2730625a59219ddda8994__void_{ 0x053235C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e43b57d99687333369dcaf3b71ad7048__void_{ 0x052C9350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e48dae92fd8f5113a8a0236e0f17adb8__void_{ 0x052C0A70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e4f611c0e624224dcf73c033589c2dc6__BSResource__Server__Commands__AddDependency_{ 0x05230F50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e4fa35474ca2e8f09f7a47da93847b6d__{ 0x051A78F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e510b2dbbc8a9f394dddf7d1670e8d32__BSResource__Server__Commands__AddDependency_{ 0x05387940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e516e47a18aa65a63ea044f225347949__void_{ 0x05253630 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e51a1d0b6e4ebdb1b49d4450ace2b127__void_{ 0x05296FE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e5313d2da9b6d07c847fe1649cd9c8e8__void_{ 0x052CB590 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e53817bb0e410ed093ae722acfc69a4d__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ 0x053E19F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e57fab9d8bea3c284d37a50ff0bf75c2__void_{ 0x0526BB10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e5b67857f4652cb0dd16a3954cc359b7__void_{ 0x053DBBF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e5e2a9f4a8f7f15a8de085db1fefb715__{ 0x052EC6B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e61d0c6f45fad23658d2eaf8459db056__{ 0x051A6970 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6355ceb40aad02e93e9f4db205b4cd8__void_{ 0x0528DF10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e689c9fb161f877d9c891f62b5e05504__{ 0x052EC5D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6ae8b0ddded6f5a31234a0f191dc1f8__{ 0x051AA160 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6d1a884612fce7f5d08345b447a34a1__void_{ 0x05176270 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6daeef968dcea32dbc6b7edafc8fdd0__void_{ 0x05274470 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6f46f81e1875e8a10ed78185663396a__BSService__Detail__PointerWrapper_ActorValueBindingUpdaterService__{ 0x0515C080 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e75542f60dfaa1e25d45149e98a46c97__void_{ 0x052464E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7629110a2e2112fe89623e8a76cd900__void_{ 0x05278400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e77cc6815ad2f4f3972bba4dfe568972__void_{ 0x053B33A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7b4fb1f060f619dbdf0cbeb9094ddb2__void_{ 0x05232150 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7bc9474c296428dc18d67bfc3db30b3__Particles__PPM__Commands__AddRequest_{ 0x053AAF40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7f26129d4cb2d76425980de73522054__void_{ 0x052CCF60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e812238ee68a34428d7ede37d3ec8ded__void_{ 0x052BF260 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8529a99ec6bd94da0dffbc1daf44421__void_{ 0x0525D440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e88649edfd66bfacd2b0b4b1900621ff__void_{ 0x0524DB60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e88901c12d97bc422da68c1d1d4dfc63__BSResource__Server__Commands__NotifyComplete_{ 0x05165860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8b0019bf12e8a134f067f6ca6d229a6__void_{ 0x05285F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8b272e924c9d8a5cb8f3ee7df86d940__void_{ 0x0518D700 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8b73dd9e4b80aa522d38b0b3f30dd5e__void_{ 0x052CDA20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e906263a3b103061abbdae206999f6df__void_{ 0x0528E880 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e9075db7bec698bce1fd101c335b6cd6__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x05230270 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e97c0c53adc5448b1ab8ceb8ffc3ba49__{ 0x05402C80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e9ac7e1651aa509154c53fd50c26cbe8__void_{ 0x0527F440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea4c11695b9e0bd4fdea218deceb8066__void_{ 0x0527FB40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea67316706a873b0932d9ecfdfbe0133__void_{ 0x0525F440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea956dc4c72d73db6530678bffa4498b__void_{ 0x0525F9A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea95fffe802c1d940c5e1a2a80731690__BSResource__Server__Commands__NotifyComplete_{ 0x053890F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea977bd82f06fcd039e9eb4eda078dd6__void_{ 0x052997E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eae6e7388d362da9c61e98d4b9f951eb__void_{ 0x051D3730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eaf2973fce53c162c4a0aaa2b4a6557a__void_{ 0x0526ED60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eb9ed87ccea9b4e03a1e7db57ab66cce__void_{ 0x0528ABF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ebb4e3b77e4b8c9e3b79aa455fc247e9__{ 0x0522FE30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ebbb0c600e817f00b1596e13c1edf6ed__void_{ 0x053F1D20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ebdb876a75c3e61df2d72c17b80a3603__void_{ 0x053EDCA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ec43fba6a3e69126f357e79f30a211ec__{ 0x051A9D00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ec4fb9da4d48fcbefaaf8d8fd5dc9454__WorkshopEngine__StartWorkshopEvent_{ 0x053593F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eca62b14bf8309ab9a4fdb97810b2726__void_{ 0x052A0440 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecbc55471c9a39a14bd2ac92168219d4__BSResource__Server__Commands__AddDependency_{ 0x051C2D90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecc37c7e6356898fd9d16f2b69f1b7c3__NiPointer_BSCloneReserver__{ 0x052B2F30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecd1df969ec29674ff5e667ad510e114__BSResource__Server__Commands__Cancel_{ 0x05164E60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecdd739ac15984ea616b0d7bf8f77e4d__void_{ 0x0524B0A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed078e0a8f89f750329a8b3c2c9c961b__void_{ 0x0528B400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed13742a64513a110e68fb68341b6658__void_{ 0x053C6CF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed64a887ec1a1fe698636321d4b60a95__void_{ 0x053FA110 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed70a02551020864b03872b1ccc6007f__{ 0x051AA240 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed7efa32dc10fbbfe7a4bf4d63b61928__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053B9310 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed8f404cc151b68abb2ad2245de66ac4__EffectSequence__StartAutoplaySequencesCommand_{ 0x05160810 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edb0a476ae3ed39eab67b116bb138171__void_{ 0x0522B9A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edbe5b63552b8c67c63e6d42e3f31578__void_{ 0x05266D60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edcab7ca64270a1cbbd713f7e42197b2__void_{ 0x0525DF30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eddd2a5b37113f73181b54ceed016c4b__void_{ 0x05246E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ee8016e2c8df5c22802955efabd29c68__{ 0x0535CAA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ee8c6c2a4e88c03c97d86b78f287bfff__void_{ 0x052C22F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eeb1177804b0038b22cbc999036ffd1b__BSResource__Server__Commands__Cancel_{ 0x051C2B40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eedd972189992f09f48591b9fbca4dbb__void_{ 0x051758A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ef9727750d4202a97b5eb3adae503d6f__void_{ 0x0525A340 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_efca58d41de8b7540cca78fcfd4f38de__void_{ 0x053BAB30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_efda8a34134977b8f75f972d9bd0f37e__void_{ 0x05251F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_efe9b9fa4d464bf52f0d50dcc5308e43__void_{ 0x05234860 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eff177f68175b768f81449a0ae58784b__BSService__Detail__PointerWrapper_BSResourceReloadManager__{ 0x0538A600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f00629075b3be0e79fad8ed326825352__void_{ 0x05248B60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f065902ff23c775479bded2b7c81aaec__void_{ 0x052971A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f06dd1583b7750cf4d95a53ab9690089__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x05388E60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f081581138039467807084b06c9095ec___lambda_017d7a24bc0982ce37708250114d75e5__{ 0x052B9660 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f09151a5842e5b743648a54e1a902f95__unsigned__int64_{ 0x0515C230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f0bd41ca64c9abce9df546ddaea923a5__void_{ 0x05291010 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f10b27cbd06ee272fd23bec89a3d9c2c__void_{ 0x053B9F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f125ee401519f355e15d5af6d108c316__void_{ 0x05248300 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f15ef6dc2a0832bc200a443d85c0237f__void_{ 0x0522BCF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f17778d323c5cb3d60e4574eed5d7480__{ 0x051A3220 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f19ba2b540f18f1ba31a6ffea133b993__{ 0x051AAEF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f19cc6e7e68748fe36de7d95121fe673__void_{ 0x051C7E80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1ac66bfcaca1d027c7c01ab1f1818da__{ 0x0522FBD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1bd33e9e33b1a0f643b884afba2a574__void_{ 0x053F98D0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1d07b3b9572d39e56bef108a103804d__void_{ 0x052558A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1f68dfb865c49ffee825963e1952c7a__void_{ 0x05231D50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1fb074984728031673628f4f8d9c8ca__void_{ 0x052C4BE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1fd5ad4f5fc94247b067c0807d1fa73__void_{ 0x052979B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f20812d747fc6158df19f3c32908e47e__void___void__{ 0x052B9F20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f22ad6496aa0f1254df16f178749a6e1__void_{ 0x0529C190 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f262e0592dac9e8316be3c93690d9952__void_{ 0x05251EA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f27791fe482f10c0dc2f8bffafe59edc__void_{ 0x0525E2B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f28d424d038f14a5ca02d3de54f44b3d__void_{ 0x052B3500 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f2abe293eed6b7b16a8066ca3e33c750__void_{ 0x05172F20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f2b887928b3bf97418f4f9447980c987__void_{ 0x0537E7A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f2d60a678367d6efb4d7f763640fd71d__void_{ 0x0524D400 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f33946ae3c688338fe5959314c5846f6__void_{ 0x05250CE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f33ccfb4ce4b44ac8bd288d51a3530ba__void_{ 0x05232EE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3482a1422c149f70a7e798fe06cca96__void_{ 0x05290750 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f37535c6467809b5275e2389552e0afe__BSResource__Server__Commands__Cancel_{ 0x0515D250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3b3c5bd2369f409c4e2ec4f5a91075d__void_{ 0x0525D600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3ed1e5878e9627378e6a75ecdd0b812__void_{ 0x0527B200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3fc02c80ed9605c218fff03bb1d8932__void_{ 0x052AEFB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f426755a78d9c1bee6876023527e47a0__void_{ 0x0527EB80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f453be01c5cb989ecd5c79519bcc1705__void_{ 0x052C61E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f476198f0e69091d959145b98a338da7__void_{ 0x05156540 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f4b21e9b11d92803d5529f301dcb0307__void_{ 0x05285E30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f4b3d203e3476e201239bf904af45cb6__void_{ 0x052CA560 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f4ddf8a3151cfe388633ee285af9ca83__void_{ 0x052910F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f50bb866f576b3baa812c88c7aafc4f6__void_{ 0x0539FDD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f5293da74ad30feeec9d8eef25ba6238__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetSize_{ 0x053E9F40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f55074da29b4e1090f7955e4f4c0964d__BSService__Commands__NewFrame_{ 0x052B8C80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f572ec6e611362dfaa739a6392101346__void_{ 0x052CB4B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f5b07183db6a52cb943280803b4e81e4__void_{ 0x05266F20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f63250b05c663ef37a43a16d218f13a4__{ 0x051A9350 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6337139ddff45faa741582c4fae3b2e__LOD__Commands__LoadedSceneBlockAttached_{ 0x0519EC30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f650daaa6ad50b935d60bc9e56904497__void_{ 0x05156F10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f65662b6bf3ba72c9baa403b81560088__void_{ 0x05259F40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f657182e1c1f171ef140a1605fc8e65d__void_{ 0x052C4DA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f65e76c505c4e051a84644637f665f74__BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__unique_ptr_BGSLODManager__AutoPostGridLoadNotifier_stl__detail__AlignedDelete_BGSLODManager__AutoPostGridLoadNotifier___{ 0x0517CB60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f66dae1709fe258f41b748ba877b10d3__void_{ 0x0524D700 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f66e693c7e744609566795ca8858499e__void_{ 0x0528DD50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6b17e4d9cbf130f1dbf4aa0d0bf3217__void_{ 0x05278320 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6b9f75711950ab760eece5ae3e87baa__void_{ 0x0526F1C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6e0f9a886250e1a924876596248bc2a__{ 0x051A5F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6e4e8de94149f76546cbb8f369108c5__void_{ 0x05236F50 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6fc3afd2e5a487a8c78ccd15ad62e96__CreationRendererPrivate__SetStarmapOrbitsDrawData_{ 0x053E8100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f7125086ed2576178d640742168bb6eb__TESObjectCELL_{ 0x05180D80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f75b00c41e9d4979a77ad3a5c1488ee0__SaveLoad__CleanupStaleLocationsCommand_{ 0x0522ECA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f7aaf0ff2349c7b105c08cc7f5ebedb0__BSResource__Server__Commands__Reschedule_{ 0x051E98F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f7d76da8fd5a1d8e1a8b27064a679ad3__void_{ 0x052738B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f831e34ee529acf18df25f870525ad90__void_{ 0x05253B70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f83a5e8329320964c66c1e1fbc00113d__BSResource__Server__Commands__AddDependency_{ 0x051E97C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f84a8ebc832877eb6636e3104fc4546c__void_{ 0x052CC6F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f86a61c425e65b37338ed338920cccba__{ 0x0519E230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f887eb1c73eeb204605472a93c4c5087__void_{ 0x052C0DF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f898081955113daa34d459e6300259d2__void_{ 0x05280320 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f8b6b68cafd6476f89dc7caf6d8ce30c__void_{ 0x0527ED40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f8d357ff15b75cb76cef4da2fdffce07__void_{ 0x05248C40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f8e470ebf197315133a07b370e74f846__void_{ 0x0518CB60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f90a9ac2b046efa11fc6485aca204cd5__void_{ 0x0525F520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9107a896431c3c1b883cd183342de53__void_{ 0x0525D520 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f920dc2bb2aad3ef942fe3e8983b9e74__void_{ 0x05170720 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f924e88d1b9a094a1b877f45ebfef5ef__void_{ 0x051752E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f94543f5a8d581540f6bfbfec6f06619__void_{ 0x05252060 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f97062137a41902784827cf3646875ce__void_{ 0x05230E40 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9789bedd5b6d7f598e0a5045d397abe__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x0538A070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f97f70732bee7fff90193c3aa4860495__void_{ 0x053F9F80 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9b8894ccfc14d35e049ffd4ec68f9a6__void_{ 0x0524D620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9c0716672c39462cd28fe4469b9a0ce__void_{ 0x052C1BF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9cc2a5fd304c8fbc7a41eb02c1a8c3d__CreationRendererPrivate__Messaging__CRScaleform__SetText2DVisibility_{ 0x053EA200 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa184cae9a06ef42438b7ca25483b210__void_{ 0x0522CB60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa21aff32431097a600043ad62aded71__void_{ 0x0528D530 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa5c9fb0480b38adfe5fc7295ff79dfd__BSComponentDB__ViewHandleconst_BSComponentDB2__ID_{ 0x051C3580 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa7e5638445ad26a2f6edcf9c92924a0__void_{ 0x05236A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fae124040a7344b0c697a295313fb6c3__void_{ 0x052C4230 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fae8edd8825582fa8c68a2d244dffc82__void_{ 0x052BFC00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_faf0928f9454f6a4fd04936523bdeb6b__CreationRendererPrivate__SetStarParams_{ 0x053DDE00 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb3a479eaf54efe04bee35dc8c07c7fe__void_{ 0x052C32F0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb6de06a4fb3358148bb5827b64829c0__void_{ 0x05272A90 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb78e2bb52e63e6fc500be7cd212621e__void_{ 0x052C1870 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb9cc68dec4898af77817d85ac432a05__void_{ 0x051760B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fba4adcc29d642c5be1505da95f3cca1__void_{ 0x053DC070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fbb467bf6d750df51b7bec5cdf9a1214__void_{ 0x0526F460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc14bec31f3eef96ae51549cf087c2ea__void_{ 0x052C5BA0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc4d7464c8f2a9af0e6fa063db84a885__void_{ 0x05246940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc5a7a3d608fbcaaa714726ba2a7771d__BSService__Detail__PointerWrapper_BGSLODManager__{ 0x05200460 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fca09c0543155e7882b2f46aec0ed67b__void_{ 0x0522C620 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fcaf73e3d8809f1f873fde6825e51f1c__void_{ 0x052455E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fcbd409d1f3065cf4d493e2af3cdd34d__void_{ 0x05273610 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fcd73b8f485f78e1c7f0eb96364c8359__void_{ 0x0522DD20 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd40cfd3b4dc524c6edc92a743cb1bcd__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C8250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd476c18651b400f5eacbe773bf0df4a__void_{ 0x051E94C0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd5ed2dbfdf3c051d0ee2d98b985beb3__RefrAudioUtils____LoopService__RevertMsg_{ 0x05225340 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd798d3a2c10c16ddef287e5325802d3__void_{ 0x0525B730 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd8d082ccc13f06a355f03ff8e4e4593__AutomatedTestUtility__CommandRunner__ConsoleCommand_{ 0x052ACE60 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd9116da4e8e9a38d925d4135fe0f597__void_{ 0x052C9AF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fda6fe9f4ce64c17265fd8a572949e57__void_{ 0x052341A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fdd528e9b65a20b6c77525e6f033d37f__void_{ 0x053299A0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fdec907b162afc07d72b29e93b37e18e__void_{ 0x0527F6E0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe2f586110ce1c165f0211d2ed02f69b__{ 0x051AAE10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe43470221de5ec17bbf5c42826732eb__void_{ 0x051ED140 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe5f433c207b4c5156394008979c62c3__void_{ 0x05351250 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe931f82928437e3886c509dc81b31e5__void_{ 0x0532CE10 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fea828bdbfc0b796b6c866c9f65fe15f__void_{ 0x05247DB0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_feb7ec54b500143d764a76b9b3fa91ae__void_{ 0x0525C070 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fec7288cccfaf54dd0c480e2a003595c__{ 0x051A6E70 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_feddd18a0cbade858140ed1c4fb88642__void_{ 0x05259990 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fefa1af07137bfea43776815f2a31bfa__{ 0x05379490 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ff1fc4086ee075ce3cd2fded756c2327__void_{ 0x05259DE0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ff2e7f2ee8b46ce8642784ff42c34d2e__void_{ 0x0527CAF0 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ff62650fb3364dd6a63e78f2cef5b1d8__Particles__PSM__Commands__StopDistanceCullingParticleSystem_{ 0x053AAA30 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffa05cbb81c4328e75bc6019de81fa6f__{ 0x051AA940 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffafdb4f4c9ae8beefcbc797c23c15c2__void_{ 0x05243600 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffd45a9c67fe3bdbcdceaaa38b6b5eae__void_{ 0x0537D610 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffdd182d0bd312e73072d3506118f589__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x051C7100 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fff3bd82c3e582c7056e4ffdb99b463f__void_{ 0x052C2670 }; - inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fffa2ab94a55b6ba9747750f085ff9c7__void_{ 0x052052B0 }; - inline constexpr REL::Offset BSService__Detail__TCmd_void___BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst_{ 0x05387DD0 }; - inline constexpr REL::Offset BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__RenderTarget__CreationRendererPrivate__ApiAbstractionLayer__RenderTargetconst_{ 0x053C9A50 }; - inline constexpr REL::Offset BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__Texture__CreationRendererPrivate__ApiAbstractionLayer__Textureconst_{ 0x053C9790 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService__{ 0x0515C630 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService__{ 0x052048B0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager__{ 0x05157380 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached_{ 0x05200CE0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen__{ 0x0519F0E0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles_{ 0x051A0EE0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent_{ 0x051C8810 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved_{ 0x05380620 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded_{ 0x0538E430 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame_{ 0x0538AF20 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState__{ 0x0538FE00 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete_{ 0x051918D0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager__{ 0x0538A930 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor__{ 0x051C7770 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor__{ 0x0517BFC0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete_{ 0x05389360 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ 0x053FB570 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler__{ 0x054032D0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler__{ 0x053DD2C0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler__{ 0x053DF6F0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction_{ 0x053E45E0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB__{ 0x053FC3E0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler__{ 0x053E79B0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler__{ 0x053E1260 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler__{ 0x053F7870 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite__{ 0x053F2B40 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler__{ 0x053E9660 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler__{ 0x053E7140 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler__{ 0x053DD7F0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler__{ 0x053E8C50 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler__{ 0x053E8710 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler__{ 0x053E3C70 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler__{ 0x053E3530 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x053DC4B0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService__{ 0x0515EC10 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager__{ 0x05161C20 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService__{ 0x0515D010 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService__{ 0x05382DC0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService__{ 0x052BC940 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler__{ 0x052308F0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager__{ 0x053A0920 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager__{ 0x053ABAC0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl__{ 0x053AB490 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage__{ 0x053A0ED0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl__{ 0x053B0550 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler__{ 0x052BA700 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions__{ 0x05389C50 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService__{ 0x05225550 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service__{ 0x052AC6F0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl__{ 0x0522F410 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation__{ 0x0535F3A0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service__{ 0x052028C0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler__{ 0x05181300 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem__{ 0x05202FC0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager__{ 0x053C9650 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame__{ 0x0512BFF0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager__{ 0x05355EA0 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator__{ 0x05397090 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper__{ 0x0518EE10 }; - inline constexpr REL::Offset BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service__{ 0x052ED3E0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService___{ 0x0515C380 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService___{ 0x05204F40 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager___{ 0x05157420 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached__{ 0x05200BF0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ 0x0519F190 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles__{ 0x051A0D40 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent__{ 0x051C8700 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ 0x05380A30 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded__{ 0x0538E600 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame__{ 0x0538B180 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState___{ 0x0538EF40 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete__{ 0x051914C0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager___{ 0x0538ABC0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor___{ 0x051C7660 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor___{ 0x0517BC90 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ 0x053886E0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053FB220 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler___{ 0x05402FA0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler___{ 0x053DD4D0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler___{ 0x053DF7C0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ 0x053E4B80 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB___{ 0x053FC130 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler___{ 0x053E7A90 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler___{ 0x053E15A0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F7BA0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite___{ 0x053F2E40 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler___{ 0x053E99A0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler___{ 0x053E6DD0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler___{ 0x053DDB30 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler___{ 0x053E8D40 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler___{ 0x053E87F0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler___{ 0x053E3B70 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler___{ 0x053E31F0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x053DC2F0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService___{ 0x0515E910 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager___{ 0x05161A80 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService___{ 0x0515CD50 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService___{ 0x05382C90 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BC380 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler___{ 0x05230720 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager___{ 0x053A0BB0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager___{ 0x053ABD80 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl___{ 0x053AB730 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage___{ 0x053A1160 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl___{ 0x053B0780 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler___{ 0x052BAA30 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions___{ 0x05389950 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService___{ 0x05225050 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service___{ 0x052AC950 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl___{ 0x0522F140 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation___{ 0x0535F570 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service___{ 0x05202AC0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler___{ 0x05181580 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem___{ 0x052031F0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager___{ 0x053C93F0 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame___{ 0x050AF500 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager___{ 0x05355DC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagic_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FAB30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeaponExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EEF50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeapon_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FAE20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWaitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF540 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWait_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FB1A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWanderExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ 0x051EF2B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWander_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ 0x051FC290 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchCustomDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AEE30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AEF90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BGSSpatialSparseGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AEB40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSAnimationAnimDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AE630 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Add_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C820 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Billow_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C690 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Crater_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538C960 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Invert_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CBD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Perlin_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CE60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Ridged_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CCD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__SmoothStep_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538CFA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Subtract_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538D210 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Turbulence_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538D4A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSNoise__Voronoi_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ 0x0538D310 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051145F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSPathingSolution_BSPathingSolution__BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ 0x0509F3C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSPathingTraversalLink_BSPathingTraversalLink__BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ 0x050C3380 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051FB500 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05108AE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8900 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BedFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8D60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BowZoomStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E15F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_BowZoomStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E11A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9320 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9410 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CameraShakeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFF60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ChairFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E84A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ChangeAnimArchetypeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE100 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAcquireSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107CE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCCC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAlignRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108FE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAnimatedPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109C60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatApproachTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB2C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaHoldPosition_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DCF70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaReference_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106740 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaShape_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DFEC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatAreaStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109430 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatBarrelRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF210 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatChangePositionPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA5A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatChargingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCluster_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112E00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108280 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF010 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEBD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatCoveredPathDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051055E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDialogueDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509FAA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDisableActionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051086D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDisableAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05115B80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatDisableCollisionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0530F280 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatEnterCoverPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A0D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatFlankingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatFleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9BB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatFollowTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051062A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInceptionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E0150 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemGrenade_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051058C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB870 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBB00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDF60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD200 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC0C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD300 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB580 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE230 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050A01F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC360 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD070 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD170 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC980 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051010F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051122C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA6A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111B80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC7F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050A0060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE480 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051123B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD910 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB8F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CE240 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CF7B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CBDD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100290 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCC90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051008B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100660 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F87E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CB360 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103090 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CFD00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051121D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EA40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CEA20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102E40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF0E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509EBD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CDBF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCD90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8F10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CEDB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB310 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD570 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101A90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111EB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9FB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101340 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAED0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509FD80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CCAC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102880 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509F680 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051024E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8AF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CD4E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA140 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F86F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050CC080 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB620 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F90A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDD30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051126F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F92F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051134A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemOneHandedBlock_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109570 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemRanged_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD1F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemShield_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103EB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemThrown_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD710 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemTorch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE2A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterArmor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E0330 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterBoundItem_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DACA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterChameleon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC0C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterCloak_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC790 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDash_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEA00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDisarm_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterInvisibility_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113A50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterLight_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051065B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterOffensive_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A270 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterParalyze_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113070 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterReanimate_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109320 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterRestore_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterScript_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC220 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterStagger_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509FBB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterSummon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB8F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterTargetEffect_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107AC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterWard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC970 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMantlePathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05114700 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMatchTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05114D80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA1A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAttackController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051091E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMeleeDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestActivateTarget_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05215640 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestFollowActor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113920 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA6D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA830 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTrackInfo_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103D20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104A40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05108DF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA8F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9970 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111220 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509F4F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6E80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D59B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB6C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05101D40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B99D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B35A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF160 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C2550 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2750 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509D220 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8580 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC820 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C0E80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D88E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C180 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA7A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BD970 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1070 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5E70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051018E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4D90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF8A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7EC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051114C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D8D20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBBC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FCE60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F8D40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9530 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D26D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112AF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113180 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B6A80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B4A30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BB2C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFF60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B95D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3180 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100B50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C2120 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2350 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEA90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8250 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BC420 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4B60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509B1A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509BD80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5F30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BD570 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FA3D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B54A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1990 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0830 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113310 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A930 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0F50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103560 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3200 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103940 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1D90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051088A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2F00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509F1A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105AF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112A00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D0B00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109EB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2360 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D1620 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051050F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D2C20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D04B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107030 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107820 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107260 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112910 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051155E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104890 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05107420 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FDFA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4270 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6D60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FBE30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B74F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B5250 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509DA90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FD940 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BA280 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B3E60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BFA40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C2AA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FEDD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3A40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B8BF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BD080 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C1740 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7AF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509C7D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BAC20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BE230 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B1910 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111C60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9D40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5150 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FE6F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102070 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6A00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFB30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D4160 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9A90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAA80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF2C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7710 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102A40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FF620 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D6210 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FAC50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D5320 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BBB00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C04B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B9E10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B39E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BF5C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050F9760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B2B90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509D640 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05110FD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BCC40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050C12C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0509DCE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111670 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D83C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050BDDB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B14B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050B62B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D95B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FB160 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FC3E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05111310 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051119D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050FFDE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05102320 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D3E20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112540 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051118C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05100E60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D7490 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050D9D90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingDelayedTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBE50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestAdapter_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05116050 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestCovered_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0510AAB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD350 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B79A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B4540 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104150 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115370 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B90B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105420 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BEBD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050C1BF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B1DC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509CC50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B7DD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509ADF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051043E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509E7B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509B880 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114140 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050BE6E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B0B40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x050B5770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestMultiGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051150B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestStandard_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05106060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingSearchArea_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106B00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPathingTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DFAA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPositionReservation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE480 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatPositionTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF690 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatProjectileAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05115260 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatProjectileDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103BF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatRangedMovementPathSpeedController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAB20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050E0A20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSearchLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050B03B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap2D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DC4B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap3D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112BE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatShipGenericPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105EC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatShipPursueTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DE720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSoftCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113B60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSpatialGraphPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x051047D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatStandardCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05108530 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatSuppressiveFireBehavior_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106CA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05109900 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB4E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05115530 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorFixed_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05112CF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorPreferred_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05105780 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorRandom_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF8C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorSpaceship_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DA3A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05103390 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorWorkshopObject_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DBC00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatExplosion_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104F20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatLOF_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD150 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DDEB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatThreatProjectile_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DF3F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTrackTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05106970 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x0510A630 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathingRequestData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DAE00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerGlance_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05104BE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DD9E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DEDD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEEF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_CullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF370 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DeathEmoteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFCD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DeathStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0990 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DesyncInteractionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D62F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DetectionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x050DB0C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E31D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8180 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC1C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DisableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3640 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DiveBombPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ 0x05113760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_DoNotInterruptAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6490 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EjectShellCasingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD010 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3FE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7ED0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC0D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EnableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E2D50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EndSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D4AF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EndSummonAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0510 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0F20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1E10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FaceEmotionalIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightActionEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1B50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightActionEntryEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E75F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightActionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7500 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightCrashLandStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E16E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightCruisingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E83B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightHoveringHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7F60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightLandEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightLandHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightLandingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7200 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightPerchingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E72F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_FlightTakeOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7B80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ForceWeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB150 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_GetUpEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3A50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_GetUpStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3CE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_GravJumpInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5F90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E20A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E1FB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE270 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF1C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HideSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D67B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_HitFrameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9180 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_IdleDialogueEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC640 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_IdleDialogueExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC3E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_IdleFlavorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE010 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_InterruptCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0420 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_JumpAnimEventHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBF30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KillActorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7A90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KillMoveEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF5C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KillMoveStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFA10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KnockdownHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6D40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_KnockdownTargetHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6E30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E63A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E59D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LookAtChainData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF360 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_LoopingActivateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA260 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MorphDriverData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF4A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D95F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E46F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MountDismountEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MountInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050B06B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7E40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorState_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F77B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightControllerDetached_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1630 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightController_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7DD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerFlight_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7C90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1DD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerVirtual_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F79F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentAngleGain_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1140 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectionPassThrough_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0950 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentFlightBoostTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7790 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentGraphDrivenAnimationDriven_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7050 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControlsActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7BA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6B80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerFlightControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0CB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentSprintActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1010 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStairsHelper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C6ED0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1350 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStorePlannerOutput_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1760 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementHandlerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A6330 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageActivateDoor_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6FE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageActorCollision_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05102700 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageBeginLandingApproach_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6930 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageBlocked_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509ACB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageGravJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A65D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509EE20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageLand_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509E190 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageNewPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x051097C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathCleared_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6D70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathComplete_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509B3D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathFailed_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05107640 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessagePlayIdle_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509EFC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageSetStaticPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509DF50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageTakeOff_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6780 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageTraversal_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x051014D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToLocation_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05109AC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToMultiple_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A71C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementParametersFixed_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050AFEF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementParameters_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ 0x050B0050 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentAvoidBox_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A19E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentLoadedAreaMonitor_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentStaticAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A06E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5BE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F7FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentNavmeshBounds_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1820 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentWarp_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F81F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPlannerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementPostUpdateArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A5D90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementStateFollowPath_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C7480 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementStateTweener_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A0A90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentFixedDelta_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050F8430 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentNodeFollower_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050A1470 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentTargetPosAndVel_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x050C79C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_MovementTweenerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ 0x050A61B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_NPCAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBB10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_NPCDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DBC00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PairedAttackDialogueHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DCD40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PairedStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DFE70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PassengerInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ 0x050B0560 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingCell_BSPathingCell__BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ 0x050C3190 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x050C2D10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ 0x050B0300 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosePoint_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114410 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosestGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051059D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestCover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05103B40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlee_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051136B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyAction_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051149A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyHover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05113CF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyLand_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05107E80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyOrbit_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104620 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyTakeOff_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05104D80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestFly_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051157D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestHide_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05115D90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestLOS_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05112EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestOpenSpace_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05105C80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestRotate_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051162F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestSafeStraightLine_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05114BD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequestStopMoving_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05116510 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x0509F770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionActivate_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AAA30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionDoorway_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA960 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionJump_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA1A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionLadder_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA320 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionStandard_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA6E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PathingTraversalData_BSPathingTraversalData__BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ 0x050C2F20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PerformActivationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DE990 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PickNewIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0280 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PitchOverrideEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DAA60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PitchOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DB980 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerBedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8BC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E8E50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerFastEquipSoundHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6590 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PlayerFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E7CE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_PoseDeformerData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF850 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_QuestPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x05106E60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RagdollAndGetUpHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4150 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RagdollStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3BF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RecoilStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5E40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReevaluateGraphStateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA350 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceEndAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9AD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceRunActionHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8A30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceStartAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9160 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceStartImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8510 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReferenceStopImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8CB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReloadCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9DB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ReloadStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RemoveRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4980 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RightHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6110 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_RightHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E62B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SandManKillHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SceneNextPhaseHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D8B30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SetupGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D55A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ShowSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D68A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SlideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7840 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SneakStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA4C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipDockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9300 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedFailsafeHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5120 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D5400 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipTakeOffFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D52F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpaceshipUndockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ 0x052D9050 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SpringBoneData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ 0x050AF630 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StaggeredStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E9630 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StartFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E3730 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StartPCapVoiceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD2A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StartSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D4C70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StopFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E34A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_StopMountCameraHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E0820 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SubgraphAndOffsetDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x050AE4E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SyncDeferDeathHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7670 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_SyncEarlyExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D7210 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TakeOffInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5CF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TerminateGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D5EA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TraversalFinishedHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D6A00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_TraversalStepDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D8090 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_UncullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DEA80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_UncullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DF460 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_UseStimpakHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD860 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_VirtualPathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ 0x0509B4F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DC8E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponBeginDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E51C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponBeginSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E4F70 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DD1B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponFireEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052D9F50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA900 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponFireStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DACE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E58E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheInterruptHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E5460 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_WeaponSwingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052E6770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator_ZeroPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ 0x052DA810 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___BSAnimationGraphDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x05360A80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___BSAnimationTableDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x05360940 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___BSAnimationTextDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ 0x053605B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentAngleControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B88C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentLargeDeltaLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B8640 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentTranslationControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x053B83B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentHorseControlsLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x05223160 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentKeepOffsetLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ 0x05222D30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B690 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B7E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368CE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368E00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A620 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A770 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366D00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366E20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C250 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366C40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053676C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367810 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053678C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367060 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BE90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BF90 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053632C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363410 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362430 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362550 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362E00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362F60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C7D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364D60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364500 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364EB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365010 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363020 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362780 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365BF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053653E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536CAA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536CBF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D5F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536D710 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366930 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366A50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365490 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053655B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362080 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053621A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053645C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053646E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367320 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367480 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368250 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053679E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053690E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369C20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369CD0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369DF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365E30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365F80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536CE30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536CF80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369710 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369870 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AE60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536AF80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D9E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536D1F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364940 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364A60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363670 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053637D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A020 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A120 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369470 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053695D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369920 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369A40 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368190 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363B10 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363C30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362A60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362BC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361E60 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361FC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053684C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053685E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368C20 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368400 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363890 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053639B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366410 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366530 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368830 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368950 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A8B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536AA00 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362380 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053634C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B8A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C310 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367CA0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367DF0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BC30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BD50 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BA30 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BB80 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C5D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364260 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053643B0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365800 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365920 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366720 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366880 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A3E0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536ADB0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053650D0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053651F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AAC0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536ABE0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053661F0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366350 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D2A0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536D3C0 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366040 }; + inline constexpr REL::Offset AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053691A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_BuyItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D560 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA400 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CD80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0270 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SellItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5930 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A29B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ShowFailureMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAEF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110690 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A28A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_ShowMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5C80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1F50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE730 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_CancelTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4AF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3970 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_CyclePronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x051102A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_DirtScarsEtcChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4A90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_EndBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EFE50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_EndTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2F90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_EyeColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3A40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4850 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5220 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0F90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5960 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED110 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F6680 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7FE0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7340 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_MakeupChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE270 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_MarkingsChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D840 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AFD0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendFaceChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110DB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendIntensityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F76A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_PresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110360 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOffLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8C90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOnLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x051101E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_RotatePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0DA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetAdditionalSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3BA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBackground__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA1D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE560 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBodyValues__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E74B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetCameraPosition__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1B00 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetPronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B710 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9F60 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F08D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SetTrait__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC140 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED7C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0630 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SkintoneChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C770 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_StartBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF9F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_StartTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110470 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchBodyType__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECC50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3A90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D450 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOff__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB6A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D900 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_ToggleMarking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F47E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C590 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEAA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B4F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_Jettison__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C880 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B1C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110B90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D060 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TakeAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECE20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_ToggleEquip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4010 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferAllResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05325910 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E19A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_CraftItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4050 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ExitBench__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B9A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_Highlight3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F6000 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_InstallMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA340 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RenameItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DA10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertHighlight__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5170 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EE70 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModSlot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE090 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEF10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C6A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedRecipe__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E060 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D670 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E35F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1820 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB530 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_ClosedForSubMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECAE0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_Missions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED660 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_OpenPauseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x052881A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3380 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_Reopened__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF720 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110CA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0760 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedMapMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4130 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedPowersMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2D00 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedShipMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7E10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedStatusMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510ED60 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EEC30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetPaperDollActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9850 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x052389D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_acceptClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3C20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_cancelClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2B70 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_playSFX__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D120 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_toggleAudio__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF8E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_CompleteExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C480 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E920 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E620 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8820 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED5A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3730 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_DocAcceptMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0522B140 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DF50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_UseQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3CE0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D230 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B600 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_PlayMenuSound__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E77B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_StartGameRender__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1BC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_UserEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBA40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DE20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB410 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenMissionMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A30A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDNotification_SetMissionActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6BC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationButtonEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9430 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2750 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F6250 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_RepairShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7CF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F25B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_RequestImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE8B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F7370 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_Change3DView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3190 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_DropItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F04B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1520 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CF50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OnEnterCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC890 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OpenCargoHold__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2190 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9AA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F2D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SelectItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9C10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110970 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0526D150 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleFavorite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2E10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F71F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F70D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Inventory_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A35A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_AnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F730 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_OnWidgetShown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DD10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6140 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LevelUp_ShowSkills__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4530 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LoadingMenu_RefreshText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EED40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_LocationTextWidget_FinishedQueue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6320 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3FD0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AF10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3770 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2110 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_LegalScreenComplete__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0532B660 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EF30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6DA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F67A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MainMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA0B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnBackOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E71C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110EC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A25E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryPressed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5460 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ClearState__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2820 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1420 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_RejectQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2F60 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F36E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveOpenedId__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2750 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ShowItemLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E68D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05269BC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E85B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Bioscan__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB220 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDDA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Harvest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EFC80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Initialize__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2370 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Outpost__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2990 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_PhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1BE0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Shutdown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1310 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SocialSpell__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6FF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StartContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A34E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StopContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CC70 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SurfaceMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3F30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_UseListScrollControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F6990 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomIn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E50A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C370 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8DA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E860 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F620 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED430 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E56B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_QuitToDesktop__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E42A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDF10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2A30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B820 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PauseMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CBB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoGallery_DeletePhoto__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4DF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_InitializeCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4C20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3160 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B3E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E340 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_TakeSnapshot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BD40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F560 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleUI__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CAA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PickpocketMenu_OnItemSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4980 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PlayBink_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA580 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PowersMenu_ActivateEssence__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF4E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PowersMenu_EquipPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5FD0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_PowersMenu_FavoritePower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5D90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Refuel_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2600 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Refuel_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1770 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_AddMaterial__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BC80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_CategorySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2350 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BAB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EFF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_PreviewProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F940 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ProjectViewed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E66F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F100 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAD40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Reticle_OnLongAnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5820 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_BackOutKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6490 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FDF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_ConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F53C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BF60 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_GetRingHint__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9130 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_SelectNewKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0F10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_TryUseKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F63E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9DF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ClearBinding__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1990 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110860 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110750 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7690 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E95B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3560 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0CB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E280 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F390 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0A00 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ValidateControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAC10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipBuilder_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2AC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Assign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110A80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BE50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_Close__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x051100D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5B10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3B70 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E170 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FFC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC2A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F54F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1D50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C260 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBD30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB090 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5D50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7870 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED960 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F00A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3260 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FB60 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2200 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ECF30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_RemoveAll3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510AE00 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC020 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510ACF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SystemSelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4360 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA940 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F7500 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_AbortJump__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F840 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Activate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5680 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FC20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_ChangeComponentSelection__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5E90 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3EB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Deselect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4640 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_DockRequested__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EDB60 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_FarTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3A70 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailAccepted__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F210 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D340 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E82D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_JumpToQuestMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C1A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Land__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8F20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_LandingMarkerMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E28C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Map__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1110 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_OnMonocleToggle__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05110580 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_OpenPhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EE3E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Repair__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A26F0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_SetTargetMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2490 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_TargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E750 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_Target__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E11A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_UntargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B2D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateComponentPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F30E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4EC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E9070 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_AddPatch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E30D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E86C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050ED2B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_SaveLastCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2D20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_InterruptRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C990 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_StartRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4330 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ExecuteRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E92C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E89C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F3E00 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A3330 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1650 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6F20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC430 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnClearRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F41C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnExitStarMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A23E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EAAE0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2E80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E65C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_QuickSelectChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E510 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ReadyToClose__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E7AB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ScanPlanet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EB20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4F80 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F4590 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ShowRealCursor__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F50B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x05297230 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E96D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EC30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050A2BD0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_ExitShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F6EF0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_Launch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3360 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TerminalMenu_CancelEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1E10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseAllViews__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EFB70 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseTopView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EB870 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E81B0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_Terminal_MenuItemClick__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1390 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_DoAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8AD0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1AC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowImages__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBE40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510CE40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TestMenu_TestAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510EA30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_EndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EA7C0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_InputCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F1FA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_StartEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E20D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_TitleSequenceMenu_StartMusic__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0532E840 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E4DA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_UpdateSceneRectEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EBBB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF020 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DBE0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF240 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldStopped__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3950 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510C070 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EF360 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC560 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_ApplyColors__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E3470 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SelectedTab__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FF00 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E8430 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510DAD0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_AttemptBuild__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F0E20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_CancelAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FD30 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ChangeVariant__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510F4A0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F2290 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510FA50 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_MessageCallback__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050EC7D0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E2BA0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E0C10 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ShowExtras__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5EB0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SwitchMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510D730 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleDistance__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1590 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E1020 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510BBC0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B8E0 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510B100 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_SetActionHandles__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050F5C20 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E6A40 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x0510E400 }; + inline constexpr REL::Offset AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ 0x050E5350 }; + inline constexpr REL::Offset AutoRegisterFactory___AnimationManagerLoadScrapper_BSTFactoryManager_BSFixedString_BSAnimationGraphLoadScrapper_2_BSTSingletonImplicit__{ 0x05361100 }; + inline constexpr REL::Offset AutoRegisterFactory___ArmorInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051D04B0 }; + inline constexpr REL::Offset AutoRegisterFactory___ContainerInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051D06E0 }; + inline constexpr REL::Offset AutoRegisterFactory___SpaceshipInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051C3720 }; + inline constexpr REL::Offset AutoRegisterFactory___TESNPCInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ 0x051E9490 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A49C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166B30 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy_{ 0x050C9ED0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166E00 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy_{ 0x050C9DF0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05166EC0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy_{ 0x050A4F90 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy___ReserveType{ 0x051671A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy_{ 0x050C88C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182D50 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy_{ 0x050C8340 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167310 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy_{ 0x050CA2F0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05158D40 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy_{ 0x050C93A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167420 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy_{ 0x050C9740 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051674E0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy_{ 0x050CA720 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05158F40 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy_{ 0x050C8D20 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05182EA0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C8AB0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051676A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C6760 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167760 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy_{ 0x050CA140 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167940 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy_{ 0x050C8C50 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167C60 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy_{ 0x050C8690 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167D90 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy_{ 0x050A5750 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183140 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy_{ 0x050A4DF0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy___ReserveType{ 0x05167EF0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy_{ 0x050C6920 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051680F0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy_{ 0x050C6610 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051682F0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy_{ 0x050C9130 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy___ReserveType{ 0x05168850 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy_{ 0x050C95A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051590D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy_{ 0x050CA4B0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x05168C60 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy_{ 0x050C8E00 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x05169000 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy_{ 0x050C8260 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183340 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy_{ 0x050A5180 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169390 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy_{ 0x050CA660 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy___ReserveType{ 0x051694D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy_{ 0x050C9BB0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy___ReserveType{ 0x0519AE70 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy_{ 0x050C8ED0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169630 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy_{ 0x050CA840 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169760 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy_{ 0x050CA580 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169140 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy_{ 0x050A50C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy___ReserveType{ 0x051691D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy_{ 0x050C9010 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183420 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy_{ 0x050C8980 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051698C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A4C50 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169AC0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy_{ 0x050C9AE0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169B50 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy_{ 0x050A4880 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169CB0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy_{ 0x050A52D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169E60 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy_{ 0x050C9CB0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy___ReserveType{ 0x05169F70 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy_{ 0x050A4D30 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516A090 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy_{ 0x050C9680 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x0516A480 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy_{ 0x050C9940 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy___ReserveType{ 0x051591A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy_{ 0x050A59B0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051B9D80 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy_{ 0x051B9F20 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051BA170 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy_{ 0x051BA8B0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051BABC0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy_{ 0x051BAEF0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy___ReserveType{ 0x051BB1E0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C9800 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516A8B0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy_{ 0x050A4AA0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x051593C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy_{ 0x050C80B0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516ACE0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy_{ 0x050CA3D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy___ReserveType{ 0x051594E0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy_{ 0x050CA220 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516AF50 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy_{ 0x050C7FD0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x05159600 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A53A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516B3D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ 0x050A5480 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516B510 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C7EF0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516BF80 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy_{ 0x050C6840 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516C470 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy_{ 0x050C64C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy___ReserveType{ 0x0515CA90 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy_{ 0x050C8570 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183770 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy_{ 0x050C9FB0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183810 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy_{ 0x050A5810 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183910 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy_{ 0x050C9280 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183C90 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy_{ 0x050C94E0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183D90 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy_{ 0x050A58D0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05183E10 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy_{ 0x050CA070 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05188020 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy_{ 0x050C8750 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy___ReserveType{ 0x051853F0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy_{ 0x050A55C0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy___ReserveType{ 0x0516C6A0 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy_{ 0x050C8460 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy___ReserveType{ 0x05187C70 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy_{ 0x050C9A20 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05187D70 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy_{ 0x050CA900 }; + inline constexpr REL::Offset AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy___ReserveType{ 0x05187EF0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentActorAvoider_{ 0x050A2130 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentActorState_{ 0x050C7260 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentFlightControllerDetached_{ 0x050C7320 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentFlightController_{ 0x050C7CE0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentPathFollowerFlight_{ 0x050C6D00 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentPathFollowerStandard_{ 0x050A1E90 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementAgentPathFollowerVirtual_{ 0x050C7200 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentAngleGain_{ 0x050C7590 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectControl_{ 0x050A0DF0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectionPassThrough_{ 0x050A0840 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentFlightBoostTrigger_{ 0x050C7680 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentGraphDrivenAnimationDriven_{ 0x050C7190 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControlsActionTrigger_{ 0x050C7A80 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControls_{ 0x050C6A80 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerFlightControls_{ 0x050A0BA0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentSprintActionTrigger_{ 0x050A1B00 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentStairsHelper_{ 0x050C6FF0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentStandard_{ 0x050A1260 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementHandlerAgentStorePlannerOutput_{ 0x050A2190 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPathManagerAgentAvoidBox_{ 0x050C72C0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPathManagerAgentLoadedAreaMonitor_{ 0x050A1FC0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPathManagerAgentStaticAvoider_{ 0x050C6D60 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPlannerAgentDirectControl_{ 0x050A1C10 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPlannerAgentNavmeshBounds_{ 0x050A2030 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementPlannerAgentWarp_{ 0x050C6E70 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementStateFollowPath_{ 0x050C7390 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementStateTweener_{ 0x050A1D70 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementTweenerAgentFixedDelta_{ 0x050C6CA0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementTweenerAgentNodeFollower_{ 0x050A1D10 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator_MovementTweenerAgentTargetPosAndVel_{ 0x050C78C0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementHandlerAgentAngleControllerLoadScrapper_{ 0x053B8A00 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementHandlerAgentLargeDeltaLoadScrapper_{ 0x053B87C0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementHandlerAgentTranslationControllerLoadScrapper_{ 0x053B8540 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementPlannerAgentHorseControlsLoadScrapper_{ 0x05222EB0 }; + inline constexpr REL::Offset AutoRegisterMovementAgentCreator___MovementPlannerAgentKeepOffsetLoadScrapper_{ 0x05223060 }; + inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementHandlerArbiter_{ 0x050A6480 }; + inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementPathManagerArbiter_{ 0x050A62D0 }; + inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementPlannerArbiter_{ 0x050A5EB0 }; + inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementPostUpdateArbiter_{ 0x050A64E0 }; + inline constexpr REL::Offset AutoRegisterMovementArbiterCreator_MovementTweenerArbiter_{ 0x050A60C0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_BSPathingRequest___PathBuilderBSPathingRequest_{ 0x053B7890 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy___PathBuilder_{ 0x051FB330 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_BSTPathingRequest_EscortPathingRequestPolicy__BSTPathingRequest_EscortPathingRequestPolicy___PathBuilder_{ 0x05116D50 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestCovered_CombatPathingRequestBuilder_{ 0x05117120 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B7AB0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathingRequestBuilder_{ 0x050B46F0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathingRequestBuilder_{ 0x0509ED60 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050C08E0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B9270 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B4230 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BECE0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050C1DB0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B1F80 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathingRequestBuilder_{ 0x0509CDF0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B7EE0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BC0E0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050C0B20 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x0509E970 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x0509BA30 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BAF50 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050BE8A0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ 0x050B0C40 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathingRequestBuilder_{ 0x050B5920 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestMultiGoal_CombatPathingRequestBuilder_{ 0x05116780 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_CombatPathingRequestStandard_CombatPathingRequestBuilder_{ 0x05116B10 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestClosePoint___PathBuilderClosePointPath_{ 0x05200060 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestClosestGoal_PathingRequestClosestGoal__PathBuilder_{ 0x05116A60 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlee_PathBuilderFlee__PathBuilderFleePath_{ 0x0509F960 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyAction_PathBuilderFlight__PathBuilderFlyActionPath_{ 0x05116EE0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyHover_PathBuilderFlight__PathBuilderFlyHoverPath_{ 0x051169A0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyLand_PathBuilderFlight__PathBuilderFlyLandPath_{ 0x05116800 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyOrbit_PathBuilderFlight__PathBuilderFlyOrbitPath_{ 0x05116B90 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFlyTakeOff_PathBuilderFlight__PathBuilderFlyTakeOffPath_{ 0x051168C0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestFly_PathBuilderFlight__PathBuilderFlyPath_{ 0x051171A0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestHide_PathBuilderHide__PathBuilderHidePath_{ 0x05116FB0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestLOS_PathBuilderLOS__PathBuilderLOSPath_{ 0x05117070 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestOpenSpace_PathingRequestOpenSpaceBuilder_{ 0x05116E30 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestRotate___PathBuilderRotatePath_{ 0x05200220 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestSafeStraightLine_PathBuilderSafeStraightLine__PathBuilderSafeStraightLinePath_{ 0x05116C50 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequestStopMoving___PathBuilderStopMovingPath_{ 0x05200160 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_PathingRequest___PathBuilderPathingRequest_{ 0x052000E0 }; + inline constexpr REL::Offset AutoRegisterPathBuilderFactory_QuestPathingRequest_QuestPathingRequestBuilder_{ 0x051166D0 }; + inline constexpr REL::Offset AutoRegisterPathing_BGSSpatialGridSearchCustomDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AECF0 }; + inline constexpr REL::Offset AutoRegisterPathing_BGSSpatialGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AF220 }; + inline constexpr REL::Offset AutoRegisterPathing_BGSSpatialSparseGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ 0x050AF0E0 }; + inline constexpr REL::Offset AutoRegisterPathing_BSPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ 0x051144D0 }; + inline constexpr REL::Offset AutoRegisterPathing_BSPathingSolution_BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ 0x050C59B0 }; + inline constexpr REL::Offset AutoRegisterPathing_CombatPathMovementMessageEvent_CombatPathTeleportEvent__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6C30 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageActivateDoor_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05115A60 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageActorCollision_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6BA0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageBeginLandingApproach_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05116630 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageBlocked_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6A80 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageGravJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05114CF0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A7130 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageLand_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x0509E070 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageNewPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6EC0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePathCleared_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6F50 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePathComplete_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A05C0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePathFailed_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A6E30 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessagePlayIdle_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05115E40 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageSetStaticPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A70A0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageTakeOff_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x050A69F0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageTraversal_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05112880 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageWarpToLocation_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x051151D0 }; + inline constexpr REL::Offset AutoRegisterPathing_MovementMessageWarpToMultiple_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ 0x05114F10 }; + inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionActivate_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AAC10 }; + inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionDoorway_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA820 }; + inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionJump_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AAB70 }; + inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionLadder_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA460 }; + inline constexpr REL::Offset AutoRegisterPathing_PathingTraversalActionStandard_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ 0x050AA5A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B550 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B5F0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369530 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368EC0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A500 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A590 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366BA0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366EE0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C130 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C1C0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053675A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367630 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367780 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367110 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C690 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C040 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053631A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363230 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053622F0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362600 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362CE0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362D70 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536CEF0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C890 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364C20 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364CC0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053648A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364E20 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362EC0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362840 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365AD0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365B60 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C980 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536CA10 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536CB60 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536D7D0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053667E0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366B10 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365340 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365670 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05361F20 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05362260 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364460 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053647A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367200 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367290 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368100 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367A90 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368FC0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369050 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369B90 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369EA0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365D10 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05365DA0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536CD00 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536CDA0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369F90 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369680 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536AD20 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B040 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D8C0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536D950 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362B20 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364B20 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368790 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053635E0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A6E0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A1D0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05369350 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053693E0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053697D0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369B00 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367F10 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367FB0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364320 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363CF0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05362930 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053629D0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053626F0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05361DD0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368370 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053686A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05368AF0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368B90 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363730 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363A70 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053662B0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053665F0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367D60 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05368A00 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B130 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A820 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363DD0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05363E60 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05363380 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05364050 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536B750 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C3C0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05367B80 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05367C10 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536BAF0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536BE00 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D560 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536B9A0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536C4B0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536C540 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364140 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053641D0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x053673E0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053659E0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05366FD0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366690 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A2C0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536A350 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05364F70 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x053652B0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536A970 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536AC90 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365760 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05366160 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x0536D160 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x0536D470 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ 0x05365EF0 }; + inline constexpr REL::Offset AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ 0x05369260 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest_64_{ 0x051FC110 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest_64_{ 0x051159D0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestAdapter_BSPathingRequest_64_{ 0x05115F40 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestCovered_BSPathingRequest_64_{ 0x05114E90 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B77F0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest_64_{ 0x050B43A0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest_64_{ 0x050BBC50 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x05115900 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B8F10 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B4160 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BEA20 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050C1A40 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B1C10 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest_64_{ 0x0509CAC0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B7C20 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BBF40 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050C0A60 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x0509E5F0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x0509B6E0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x05113F90 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050BE530 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ 0x050B09A0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest_64_{ 0x050B55D0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestMultiGoal_BSPathingRequest_64_{ 0x05114FA0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestStandard_BSPathingRequest_64_{ 0x05115880 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_MovementParametersFixed_IMovementParameters_64_{ 0x050AFDE0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_MovementParameters_IMovementParameters_64_{ 0x050B0200 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosePoint_BSPathingRequest_64_{ 0x05114300 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosestGoal_BSPathingRequest_64_{ 0x05113810 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestCover_BSPathingRequest_64_{ 0x05114690 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlee_BSPathingRequest_64_{ 0x051135B0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyAction_BSPathingRequest_64_{ 0x05114890 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyHover_BSPathingRequest_64_{ 0x05113E10 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyLand_BSPathingRequest_64_{ 0x05115ED0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyOrbit_BSPathingRequest_64_{ 0x05113C70 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyTakeOff_BSPathingRequest_64_{ 0x05116170 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestFly_BSPathingRequest_64_{ 0x051156D0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestHide_BSPathingRequest_64_{ 0x05115C90 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestLOS_BSPathingRequest_64_{ 0x05113000 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestOpenSpace_BSPathingRequest_64_{ 0x05114810 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestRotate_BSPathingRequest_64_{ 0x051161F0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestSafeStraightLine_BSPathingRequest_64_{ 0x05114AC0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequestStopMoving_BSPathingRequest_64_{ 0x05116400 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_PathingRequest_BSPathingRequest_64_{ 0x0509F8F0 }; + inline constexpr REL::Offset AutoRegisterSmartPtrDerivedPathingType_QuestPathingRequest_BSPathingRequest_64_{ 0x05113F20 }; + inline constexpr REL::Offset AutoVanityState{ 0x05323BE0 }; + inline constexpr REL::Offset AwakeSoundFadeHandler{ 0x052EAB78 }; + inline constexpr REL::Offset AwakeSoundPauseHandler{ 0x052EABD0 }; + inline constexpr REL::Offset AwakeSoundResumeHandler{ 0x052EA7D8 }; + inline constexpr REL::Offset AwakeSoundStopHandler{ 0x052EAC00 }; + inline constexpr REL::Offset BGSAIWorldLocation{ 0x05152428 }; + inline constexpr REL::Offset BGSAIWorldLocationEditorSpacePointRadius{ 0x05152830 }; + inline constexpr REL::Offset BGSAIWorldLocationInteriorCell{ 0x05152458 }; + inline constexpr REL::Offset BGSAIWorldLocationPointRadius{ 0x05152550 }; + inline constexpr REL::Offset BGSAIWorldLocationPrimitive{ 0x051526C8 }; + inline constexpr REL::Offset BGSAIWorldLocationRefRadius{ 0x05152798 }; + inline constexpr REL::Offset BGSAVMData{ 0x0515FF18 }; + inline constexpr REL::Offset BGSAbilityPerkEntry{ 0x051E8700 }; + inline constexpr REL::Offset BGSAcousticSpace{ 0x0508E330 }; + inline constexpr REL::Offset BGSAction{ 0x051E7E30 }; + inline constexpr REL::Offset BGSActionData{ 0x05153370 }; + inline constexpr REL::Offset BGSActivity{ 0x05150630 }; + inline constexpr REL::Offset BGSActivityRuntime{ 0x05150700 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSActorValueActivity_{ 0x051505B0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSApplyMagicEffectActivity_{ 0x051508D0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSBarterActivity_{ 0x05151B60 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSBleedoutActivity_{ 0x05150A20 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSBuildWorkshopActivity_{ 0x05150B20 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSCompleteResearchActivity_{ 0x05150BD0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSConsumeActivity_{ 0x05150CF0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSCraftActivity_{ 0x05150E20 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSCrippleLimbActivity_{ 0x05150F00 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSDestroyShipActivity_{ 0x05150FB0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSDockingActivity_{ 0x05151060 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSGravJumpActivity_{ 0x05151150 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSHarvestActivity_{ 0x05151250 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSKillActivity_{ 0x05151300 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSLandPlanetActivity_{ 0x051513D0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSLockPickActivity_{ 0x05151D40 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSLootContainerActivity_{ 0x051514C0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSLoseEnemyActivity_{ 0x05151670 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSPlayerPickpocketActivity_{ 0x05151780 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSProduceActivity_{ 0x05151810 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSReloadWeaponActivity_{ 0x05151950 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSScanPlanetActivity_{ 0x05151A10 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSScanSurfaceActivity_{ 0x05151C80 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSShipCollectionActivity_{ 0x05151FA0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSShipbuilderActivity_{ 0x05151E40 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSSpeechChallengeActivity_{ 0x05152040 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSSprintActivity_{ 0x05152110 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSTakeActorDamageActivity_{ 0x051521F0 }; + inline constexpr REL::Offset BGSActivityRuntimeT_BGSTakeDamageActivity_{ 0x05152380 }; + inline constexpr REL::Offset BGSActivityTrackerFormComponent{ 0x05166C50 }; + inline constexpr REL::Offset BGSActorValueActivity{ 0x05150680 }; + inline constexpr REL::Offset BGSActorValueActivity_Runtime{ 0x051505F8 }; + inline constexpr REL::Offset BGSAddToInventoryOnDestroy{ 0x05166E88 }; + inline constexpr REL::Offset BGSAddonNode{ 0x051CD5A0 }; + inline constexpr REL::Offset BGSAddonNodeSoundHandleExtra{ 0x051CD568 }; + inline constexpr REL::Offset BGSAffinityEvent{ 0x051C9B10 }; + inline constexpr REL::Offset BGSAimAssistModel{ 0x051BB7C8 }; + inline constexpr REL::Offset BGSAimAssistPoseData{ 0x051CC8D8 }; + inline constexpr REL::Offset BGSAimDownSightModel{ 0x051BB950 }; + inline constexpr REL::Offset BGSAimModel{ 0x051BBB88 }; + inline constexpr REL::Offset BGSAimOpticalSightModel{ 0x051BBC98 }; + inline constexpr REL::Offset BGSAmbienceSet{ 0x051BBCC8 }; + inline constexpr REL::Offset BGSAnimationGraphComponent{ 0x051549A8 }; + inline constexpr REL::Offset BGSAnimationPathImplementation{ 0x052CC188 }; + inline constexpr REL::Offset BGSApplyMagicEffectActivity{ 0x05150960 }; + inline constexpr REL::Offset BGSApplyMagicEffectActivity_Runtime{ 0x05150920 }; + inline constexpr REL::Offset BGSArtObject{ 0x051CD5C8 }; + inline constexpr REL::Offset BGSArtObjectCloneTask{ 0x051CD5F0 }; + inline constexpr REL::Offset BGSAssociationType{ 0x051E7E50 }; + inline constexpr REL::Offset BGSAtmosphere{ 0x051CC620 }; + inline constexpr REL::Offset BGSAttachParentArray{ 0x05167220 }; + inline constexpr REL::Offset BGSAttachTechniquesUtil__AttachTechniquesFunctor{ 0x05188D60 }; + inline constexpr REL::Offset BGSAttachTechniquesUtil__DetachTechniquesFunctor{ 0x05188DB0 }; + inline constexpr REL::Offset BGSAttachTechniquesUtil__ProcessTechniquesFunctor{ 0x05188EE0 }; + inline constexpr REL::Offset BGSAttackData{ 0x051EE620 }; + inline constexpr REL::Offset BGSAttackDataForm{ 0x05182E50 }; + inline constexpr REL::Offset BGSAttackDataMap{ 0x051EE648 }; + inline constexpr REL::Offset BGSAttractionRule{ 0x051C9B38 }; + inline constexpr REL::Offset BGSAudioOcclusionPrimitive{ 0x0515E350 }; + inline constexpr REL::Offset BGSAudio_Internal__LooseAudioRegistrar{ 0x05205E98 }; + inline constexpr REL::Offset BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo{ 0x05205EE0 }; + inline constexpr REL::Offset BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo{ 0x05205F30 }; + inline constexpr REL::Offset BGSAudio_Internal__WwiseGameObjectMgr{ 0x052061A0 }; + inline constexpr REL::Offset BGSAudio_Internal__WwiseIODevice{ 0x052058C0 }; + inline constexpr REL::Offset BGSAudio_Internal__WwiseIOMgr{ 0x05205888 }; + inline constexpr REL::Offset BGSAudio__IEmitterResolver{ 0x052068C8 }; + inline constexpr REL::Offset BGSAudio__RefNodeResolver{ 0x05206850 }; + inline constexpr REL::Offset BGSAudio__WwiseService{ 0x05205C28 }; + inline constexpr REL::Offset BGSBarterActivity{ 0x05151BD8 }; + inline constexpr REL::Offset BGSBarterActivity_Runtime{ 0x05151BA8 }; + inline constexpr REL::Offset BGSBaseAlias{ 0x051C9C38 }; + inline constexpr REL::Offset BGSBaseForm{ 0x051BB5B8 }; + inline constexpr REL::Offset BGSBaseFormT_AimAssistData_148_{ 0x051BB788 }; + inline constexpr REL::Offset BGSBaseFormT_AimDownSightData_153_{ 0x051BB910 }; + inline constexpr REL::Offset BGSBaseFormT_AimModelData_147_{ 0x051BBBD8 }; + inline constexpr REL::Offset BGSBaseFormT_AimOpticalSightData_194_{ 0x051BBC50 }; + inline constexpr REL::Offset BGSBaseFormT_BGSWeaponBarrelData_196_{ 0x051BBFE0 }; + inline constexpr REL::Offset BGSBaseFormT_MeleeAimAssistData_149_{ 0x051BB870 }; + inline constexpr REL::Offset BGSBaseLODBlock{ 0x051606D8 }; + inline constexpr REL::Offset BGSBaseLODBlock__AutoDetachBlock{ 0x05160660 }; + inline constexpr REL::Offset BGSBaseLODBlock__GeometryAutoDetachBlock{ 0x05160698 }; + inline constexpr REL::Offset BGSBaseLODRuntimeComponent{ 0x05160A38 }; + inline constexpr REL::Offset BGSBendableSpline{ 0x051CD620 }; + inline constexpr REL::Offset BGSBiome{ 0x0508E468 }; + inline constexpr REL::Offset BGSBiomeMarkerObject{ 0x051BC470 }; + inline constexpr REL::Offset BGSBiome__MarkerKeywordData{ 0x051CCB28 }; + inline constexpr REL::Offset BGSBipedObjectForm{ 0x0508E4E8 }; + inline constexpr REL::Offset BGSBleedoutActivity{ 0x05150AA0 }; + inline constexpr REL::Offset BGSBleedoutActivity_Runtime{ 0x05150A68 }; + inline constexpr REL::Offset BGSBlockBashData{ 0x05182E78 }; + inline constexpr REL::Offset BGSBodyManager{ 0x051580B0 }; + inline constexpr REL::Offset BGSBodyPartData{ 0x05090AF0 }; + inline constexpr REL::Offset BGSBodyPartInfo{ 0x0508DEF8 }; + inline constexpr REL::Offset BGSBodyUtils__SkinColorUpdateNode{ 0x05157FD0 }; + inline constexpr REL::Offset BGSBoneModifier{ 0x051BC600 }; + inline constexpr REL::Offset BGSBuildWorkshopActivity{ 0x05150BA0 }; + inline constexpr REL::Offset BGSBuildWorkshopActivity_Runtime{ 0x05150B68 }; + inline constexpr REL::Offset BGSCameraPath{ 0x051E4E18 }; + inline constexpr REL::Offset BGSCameraShot{ 0x051E4E40 }; + inline constexpr REL::Offset BGSChallengeForm{ 0x0515FEC0 }; + inline constexpr REL::Offset BGSCharacterMorph__FacialBoneSculptSlider{ 0x051C9B60 }; + inline constexpr REL::Offset BGSCharacterMorph__FacialBoneSlider{ 0x051C9BA0 }; + inline constexpr REL::Offset BGSCloudForm{ 0x051C1C88 }; + inline constexpr REL::Offset BGSCollisionLayer{ 0x051E4E68 }; + inline constexpr REL::Offset BGSColorForm{ 0x051E4E90 }; + inline constexpr REL::Offset BGSCompleteResearchActivity{ 0x05150C60 }; + inline constexpr REL::Offset BGSCompleteResearchActivity_Runtime{ 0x05150C20 }; + inline constexpr REL::Offset BGSConditionForm{ 0x0508DA48 }; + inline constexpr REL::Offset BGSConstructibleObject{ 0x051CD648 }; + inline constexpr REL::Offset BGSConsumeActivity{ 0x05150D70 }; + inline constexpr REL::Offset BGSConsumeActivity_Runtime{ 0x05150D38 }; + inline constexpr REL::Offset BGSContactShadowComponent{ 0x05158EA8 }; + inline constexpr REL::Offset BGSConveyorBelt__ConveyorBelt{ 0x0516E9C0 }; + inline constexpr REL::Offset BGSCraftActivity{ 0x05150E90 }; + inline constexpr REL::Offset BGSCraftActivity_Runtime{ 0x05150E60 }; + inline constexpr REL::Offset BGSCraftableForm{ 0x051BC4A0 }; + inline constexpr REL::Offset BGSCraftingResourceOwner{ 0x0508DF20 }; + inline constexpr REL::Offset BGSCraftingUseSound{ 0x051674A8 }; + inline constexpr REL::Offset BGSCrippleLimbActivity{ 0x05150F80 }; + inline constexpr REL::Offset BGSCrippleLimbActivity_Runtime{ 0x05150F48 }; + inline constexpr REL::Offset BGSCrowdComponent{ 0x051675E0 }; + inline constexpr REL::Offset BGSCurve3DForm{ 0x051BB818 }; + inline constexpr REL::Offset BGSCurveForm{ 0x051BB840 }; + inline constexpr REL::Offset BGSCustomShipForm{ 0x05158F10 }; + inline constexpr REL::Offset BGSDamageType{ 0x051CCB98 }; + inline constexpr REL::Offset BGSDebris{ 0x051CD678 }; + inline constexpr REL::Offset BGSDecalManager{ 0x05189850 }; + inline constexpr REL::Offset BGSDecalNode{ 0x05189B60 }; + inline constexpr REL::Offset BGSDefaultObject{ 0x051274C0 }; + inline constexpr REL::Offset BGSDefaultObjectManager{ 0x05127778 }; + inline constexpr REL::Offset BGSDestroyShipActivity{ 0x05151030 }; + inline constexpr REL::Offset BGSDestroyShipActivity_Runtime{ 0x05150FF8 }; + inline constexpr REL::Offset BGSDestructibleObjectForm{ 0x051787A0 }; + inline constexpr REL::Offset BGSDialogueBranch{ 0x0508E228 }; + inline constexpr REL::Offset BGSDisplayCaseFormComponent{ 0x05167728 }; + inline constexpr REL::Offset BGSDistantObjectBlock{ 0x05200520 }; + inline constexpr REL::Offset BGSDockingActivity{ 0x051510E8 }; + inline constexpr REL::Offset BGSDockingActivity_Runtime{ 0x05151118 }; + inline constexpr REL::Offset BGSDualCastData{ 0x051787D0 }; + inline constexpr REL::Offset BGSDynamicLODBlock{ 0x05161118 }; + inline constexpr REL::Offset BGSDynamicLODBlock__InstancedAutoDetachBlock{ 0x051610D0 }; + inline constexpr REL::Offset BGSEchoListener{ 0x051CD350 }; + inline constexpr REL::Offset BGSEffectSequenceForm{ 0x051BC4C8 }; + inline constexpr REL::Offset BGSEffectSequenceFormComponent{ 0x05167900 }; + inline constexpr REL::Offset BGSEntryPointFunctionData{ 0x051E7FC0 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataAVAndValue{ 0x051E8060 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataActivateChoice{ 0x051E7F80 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataBooleanGraphVariable{ 0x051E7EC0 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataLeveledList{ 0x051E80A0 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataOneValue{ 0x051E7FF0 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataProjectile{ 0x051E7F40 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataSpellItem{ 0x051E7E80 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataText{ 0x051E7F08 }; + inline constexpr REL::Offset BGSEntryPointFunctionDataTwoValue{ 0x051E8028 }; + inline constexpr REL::Offset BGSEntryPointPerkEntry{ 0x051E8658 }; + inline constexpr REL::Offset BGSEquipSlot{ 0x051E8198 }; + inline constexpr REL::Offset BGSEquipType{ 0x050A4118 }; + inline constexpr REL::Offset BGSExplosion{ 0x051CD698 }; + inline constexpr REL::Offset BGSExternalComponentDataSource{ 0x05167B70 }; + inline constexpr REL::Offset BGSFaceFX{ 0x05163F70 }; + inline constexpr REL::Offset BGSFadeManager{ 0x05158830 }; + inline constexpr REL::Offset BGSFeaturedItemMessage{ 0x05167BA8 }; + inline constexpr REL::Offset BGSFogVolumeForm{ 0x051C1CB0 }; + inline constexpr REL::Offset BGSFootIkImplementation{ 0x052CC158 }; + inline constexpr REL::Offset BGSFootstep{ 0x051E4FC0 }; + inline constexpr REL::Offset BGSFootstepManager{ 0x052CE628 }; + inline constexpr REL::Offset BGSFootstepSet{ 0x051E4FE8 }; + inline constexpr REL::Offset BGSForceData{ 0x051BBCF0 }; + inline constexpr REL::Offset BGSForcedLocRefType{ 0x05167CE0 }; + inline constexpr REL::Offset BGSFormFolderKeywordList{ 0x05160050 }; + inline constexpr REL::Offset BGSFormLinkData{ 0x05167E10 }; + inline constexpr REL::Offset BGSGenericBaseForm{ 0x051CD6C0 }; + inline constexpr REL::Offset BGSGenericBaseFormTemplate{ 0x051CD720 }; + inline constexpr REL::Offset BGSGeometryConstructorManager{ 0x052BCF90 }; + inline constexpr REL::Offset BGSGrassManager__AddCellGrassTask{ 0x0518AA20 }; + inline constexpr REL::Offset BGSGrassManager__CellGrass{ 0x0518A900 }; + inline constexpr REL::Offset BGSGravJumpActivity{ 0x051511E0 }; + inline constexpr REL::Offset BGSGravJumpActivity_Runtime{ 0x05151210 }; + inline constexpr REL::Offset BGSGroundCover{ 0x051D1830 }; + inline constexpr REL::Offset BGSGroupedInstancedGeometry{ 0x05158CD8 }; + inline constexpr REL::Offset BGSHarvestActivity{ 0x05151298 }; + inline constexpr REL::Offset BGSHarvestActivity_Runtime{ 0x051512C8 }; + inline constexpr REL::Offset BGSHavokGeometryAttach{ 0x05188CF0 }; + inline constexpr REL::Offset BGSHavokGeometryAttach__ActionPolicy{ 0x05188D20 }; + inline constexpr REL::Offset BGSHavokGeometryAttach__AttachPolicy{ 0x05188E60 }; + inline constexpr REL::Offset BGSHavokGeometryAttach__DetachPolicy{ 0x05188EA0 }; + inline constexpr REL::Offset BGSHazard{ 0x050A44C0 }; + inline constexpr REL::Offset BGSHeadPart{ 0x051E81E8 }; + inline constexpr REL::Offset BGSIdleCollection{ 0x0508E518 }; + inline constexpr REL::Offset BGSIdleMarker{ 0x051E8210 }; + inline constexpr REL::Offset BGSImpactData{ 0x051E5010 }; + inline constexpr REL::Offset BGSImpactDataSet{ 0x051E5158 }; + inline constexpr REL::Offset BGSImpactManager{ 0x052AF1E8 }; + inline constexpr REL::Offset BGSInstanceNamingRules{ 0x05090388 }; + inline constexpr REL::Offset BGSInstanceNamingRulesForm{ 0x05167E38 }; + inline constexpr REL::Offset BGSInventoryInterface{ 0x052BE868 }; + inline constexpr REL::Offset BGSInventoryList{ 0x0518B2B8 }; + inline constexpr REL::Offset BGSInventoryList__InventoryWeightFunctor{ 0x051DA168 }; + inline constexpr REL::Offset BGSJSONFileForm{ 0x0508E5E0 }; + inline constexpr REL::Offset BGSKeyword{ 0x0508E440 }; + inline constexpr REL::Offset BGSKeywordForm{ 0x050A40C8 }; + inline constexpr REL::Offset BGSKillActivity{ 0x05151340 }; + inline constexpr REL::Offset BGSKillActivity_Runtime{ 0x05151368 }; + inline constexpr REL::Offset BGSLODManager{ 0x05201C90 }; + inline constexpr REL::Offset BGSLODSharedGeometryCache{ 0x05201C60 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Attached{ 0x0508DEC0 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Attaching{ 0x0508DDA8 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Base{ 0x05160568 }; + inline constexpr REL::Offset BGSLODStates__Geometry__DeferredDetach{ 0x0508DD18 }; + inline constexpr REL::Offset BGSLODStates__Geometry__DeferredDetachComplete{ 0x0508DD60 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Detached{ 0x0508DCE0 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Loaded{ 0x0508DC70 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Loading{ 0x0508DCA8 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Prepared{ 0x0508DE50 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Preparing{ 0x0508DE18 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Reset{ 0x0508DE88 }; + inline constexpr REL::Offset BGSLODStates__Geometry__Unloaded{ 0x0508DDE0 }; + inline constexpr REL::Offset BGSLODStates__Node__Active{ 0x05091178 }; + inline constexpr REL::Offset BGSLODStates__Node__Base{ 0x052023C8 }; + inline constexpr REL::Offset BGSLODStates__Node__Fading{ 0x05202920 }; + inline constexpr REL::Offset BGSLODStates__Node__FadingIn{ 0x050911E0 }; + inline constexpr REL::Offset BGSLODStates__Node__FadingOut{ 0x05091308 }; + inline constexpr REL::Offset BGSLODStates__Node__Inactive{ 0x05091290 }; + inline constexpr REL::Offset BGSLODStates__Node__IntersectsLoadedArea{ 0x05091218 }; + inline constexpr REL::Offset BGSLODStates__Node__Loaded{ 0x05091148 }; + inline constexpr REL::Offset BGSLODStates__Node__OutsideLoadedArea{ 0x05091340 }; + inline constexpr REL::Offset BGSLODStates__Node__PendingCellClearBase{ 0x05202468 }; + inline constexpr REL::Offset BGSLODStates__Node__PrepareFading{ 0x052028E8 }; + inline constexpr REL::Offset BGSLODStates__Node__PrepareFadingIn{ 0x050911A8 }; + inline constexpr REL::Offset BGSLODStates__Node__PrepareFadingOut{ 0x050912C8 }; + inline constexpr REL::Offset BGSLODStates__Node__Split{ 0x05091380 }; + inline constexpr REL::Offset BGSLODStates__Node__Unloaded{ 0x05091258 }; + inline constexpr REL::Offset BGSLandPlanetActivity{ 0x05151458 }; + inline constexpr REL::Offset BGSLandPlanetActivity_Runtime{ 0x05151488 }; + inline constexpr REL::Offset BGSLayeredMaterialSwap{ 0x051BC2B8 }; + inline constexpr REL::Offset BGSLegendaryItem{ 0x051BC4F8 }; + inline constexpr REL::Offset BGSLensFlare{ 0x051CD758 }; + inline constexpr REL::Offset BGSLensFlareSprite{ 0x051CD7C0 }; + inline constexpr REL::Offset BGSLevGenericBaseForm{ 0x051CD838 }; + inline constexpr REL::Offset BGSLevPackIn{ 0x051CD868 }; + inline constexpr REL::Offset BGSLevSpaceCell{ 0x051D1890 }; + inline constexpr REL::Offset BGSLightingTemplate{ 0x051D18B8 }; + inline constexpr REL::Offset BGSLinkedVoiceType{ 0x05167FC0 }; + inline constexpr REL::Offset BGSListForm{ 0x051E5180 }; + inline constexpr REL::Offset BGSLoadFormBuffer{ 0x0517AA70 }; + inline constexpr REL::Offset BGSLoadFormData{ 0x0517AB48 }; + inline constexpr REL::Offset BGSLoadGameBuffer{ 0x0517AA48 }; + inline constexpr REL::Offset BGSLoadGameBufferSimple{ 0x0517AA18 }; + inline constexpr REL::Offset BGSLoadedSceneLODBlock{ 0x05202398 }; + inline constexpr REL::Offset BGSLocAlias{ 0x051E8338 }; + inline constexpr REL::Offset BGSLocation{ 0x0508E1D8 }; + inline constexpr REL::Offset BGSLocationRefType{ 0x050904E8 }; + inline constexpr REL::Offset BGSLockPickActivity{ 0x05151DC0 }; + inline constexpr REL::Offset BGSLockPickActivity_Runtime{ 0x05151D88 }; + inline constexpr REL::Offset BGSLodOwnerComponent{ 0x05168170 }; + inline constexpr REL::Offset BGSLodRuntimeOwnerComponent{ 0x05160A70 }; + inline constexpr REL::Offset BGSLootContainerActivity{ 0x05151508 }; + inline constexpr REL::Offset BGSLootContainerActivity_Runtime{ 0x05151538 }; + inline constexpr REL::Offset BGSLoseEnemyActivity{ 0x051516B8 }; + inline constexpr REL::Offset BGSLoseEnemyActivity_Runtime{ 0x05151630 }; + inline constexpr REL::Offset BGSMaterialPathForm{ 0x051BC088 }; + inline constexpr REL::Offset BGSMaterialPropertyComponent{ 0x05168400 }; + inline constexpr REL::Offset BGSMaterialType{ 0x051E5290 }; + inline constexpr REL::Offset BGSMeleeAimAssistModel{ 0x051BB8B0 }; + inline constexpr REL::Offset BGSMenuDisplayObject{ 0x050A4140 }; + inline constexpr REL::Offset BGSMessage{ 0x0508E1B0 }; + inline constexpr REL::Offset BGSMod__Attachment__Mod{ 0x0508E160 }; + inline constexpr REL::Offset BGSMod__Container{ 0x05168438 }; + inline constexpr REL::Offset BGSMod__Property__BridgeI{ 0x05119370 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_Spaceship__InstanceData_{ 0x051193A0 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_TESFloraInstanceData_{ 0x05119440 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_TESFurniture__InstanceData_{ 0x050A5B00 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_TESNPC__InstanceData_{ 0x051193F0 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_TESObjectARMOInstanceData_{ 0x05119320 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_TESObjectCONT__InstanceData_{ 0x050A5AB0 }; + inline constexpr REL::Offset BGSMod__Property__Bridge_TESObjectWEAPInstanceData_{ 0x051192D0 }; + inline constexpr REL::Offset BGSMod__Template__Item{ 0x05168460 }; + inline constexpr REL::Offset BGSMod__Template__Items{ 0x051D0418 }; + inline constexpr REL::Offset BGSModelMaterialSwap{ 0x05168788 }; + inline constexpr REL::Offset BGSModelNode{ 0x0518B400 }; + inline constexpr REL::Offset BGSMorphableObject{ 0x051CD890 }; + inline constexpr REL::Offset BGSMotorAction__Action{ 0x0516EC38 }; + inline constexpr REL::Offset BGSMotorAction__FanMotor{ 0x0516EC08 }; + inline constexpr REL::Offset BGSMovableStatic{ 0x051CDA28 }; + inline constexpr REL::Offset BGSMovementType{ 0x051E8360 }; + inline constexpr REL::Offset BGSMoviePlayer{ 0x052AF330 }; + inline constexpr REL::Offset BGSMultiTechniqueAttach{ 0x05188B90 }; + inline constexpr REL::Offset BGSMultiTechniqueAttach__ActionPolicy{ 0x05188BC0 }; + inline constexpr REL::Offset BGSMultiTechniqueAttach__AttachPolicy{ 0x05188C70 }; + inline constexpr REL::Offset BGSMultiTechniqueAttach__DetachPolicy{ 0x05188CB0 }; + inline constexpr REL::Offset BGSMusicPaletteTrack{ 0x051E52E0 }; + inline constexpr REL::Offset BGSMusicSilenceTrack{ 0x051E5338 }; + inline constexpr REL::Offset BGSMusicSingleTrack{ 0x051E5408 }; + inline constexpr REL::Offset BGSMusicTrack{ 0x051E5310 }; + inline constexpr REL::Offset BGSMusicTrackFormWrapper{ 0x051E5438 }; + inline constexpr REL::Offset BGSMusicType{ 0x0508E2E8 }; + inline constexpr REL::Offset BGSNamedNodeAttach{ 0x05188DF8 }; + inline constexpr REL::Offset BGSNamedNodeAttach__ActionPolicy{ 0x05188E28 }; + inline constexpr REL::Offset BGSNamedNodeAttach__AttachPolicy{ 0x05188C00 }; + inline constexpr REL::Offset BGSNamedNodeAttach__DetachPolicy{ 0x05188C38 }; + inline constexpr REL::Offset BGSNamedPackageData_IAITarget_{ 0x05090CF0 }; + inline constexpr REL::Offset BGSNamedPackageData_IPackageDataAIWorldLocationHandle_{ 0x05090E70 }; + inline constexpr REL::Offset BGSNamedPackageData_IPackageData_{ 0x0508D8F8 }; + inline constexpr REL::Offset BGSNativeTerminalForm{ 0x0508DF50 }; + inline constexpr REL::Offset BGSNavigationGridManager{ 0x05190B60 }; + inline constexpr REL::Offset BGSNavmeshableObject{ 0x051CD6F0 }; + inline constexpr REL::Offset BGSNote{ 0x05090700 }; + inline constexpr REL::Offset BGSObjectInstanceExtra{ 0x05163C48 }; + inline constexpr REL::Offset BGSObjectPlacementDefaults{ 0x051688D8 }; + inline constexpr REL::Offset BGSObjectSwap{ 0x051CCFD8 }; + inline constexpr REL::Offset BGSObjectVisibilityManager{ 0x050CA9C0 }; + inline constexpr REL::Offset BGSObjectWindowFilterComponent{ 0x05159160 }; + inline constexpr REL::Offset BGSOpenCloseForm{ 0x051CF5E0 }; + inline constexpr REL::Offset BGSOrbitalDataComponent{ 0x05168A20 }; + inline constexpr REL::Offset BGSOrbitedDataComponent{ 0x05168E38 }; + inline constexpr REL::Offset BGSOutfit{ 0x051CDD08 }; + inline constexpr REL::Offset BGSOverridePackCollection{ 0x051833C8 }; + inline constexpr REL::Offset BGSPackIn{ 0x051CF1F0 }; + inline constexpr REL::Offset BGSPackageDataBasicTemplate_IAITarget_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__kPackageDataRefTypeName_0_{ 0x05090ED0 }; + inline constexpr REL::Offset BGSPackageDataBasicTemplate_IPackageData_float_kPackageDataFloatTypeName_fPackageDataFloatDefault_{ 0x05090DD0 }; + inline constexpr REL::Offset BGSPackageDataBasicTemplate_IPackageData_int_kPackageDataIntTypeName_iPackageDataIntDefault_{ 0x05090D30 }; + inline constexpr REL::Offset BGSPackageDataBool{ 0x05090B88 }; + inline constexpr REL::Offset BGSPackageDataFloat{ 0x051EE7F8 }; + inline constexpr REL::Offset BGSPackageDataInt{ 0x051EE708 }; + inline constexpr REL::Offset BGSPackageDataLocation{ 0x051EE860 }; + inline constexpr REL::Offset BGSPackageDataLocationWrapper{ 0x051EE890 }; + inline constexpr REL::Offset BGSPackageDataObjectList{ 0x05090FA0 }; + inline constexpr REL::Offset BGSPackageDataPointerTemplate_IAITarget_PackageTarget_kPackageDataRef2TypeName_{ 0x05090FD0 }; + inline constexpr REL::Offset BGSPackageDataPointerTemplate_IPackageDataAIWorldLocationHandle_PackageLocation_kPackageDataLocationTypeName_{ 0x05090C50 }; + inline constexpr REL::Offset BGSPackageDataPointerTemplate_IPackageData_PackageTarget_kPackageDataTargetSelectorTypeName_{ 0x05090BC0 }; + inline constexpr REL::Offset BGSPackageDataRef{ 0x051EE978 }; + inline constexpr REL::Offset BGSPackageDataRefOLD{ 0x051EE7C8 }; + inline constexpr REL::Offset BGSPackageDataSaveableTemplate_IPackageData_float_kPackageDataFloatTypeName_fPackageDataFloatDefault_{ 0x051EE670 }; + inline constexpr REL::Offset BGSPackageDataSaveableTemplate_IPackageData_int_kPackageDataIntTypeName_iPackageDataIntDefault_{ 0x051EE730 }; + inline constexpr REL::Offset BGSPackageDataScene{ 0x0508D960 }; + inline constexpr REL::Offset BGSPackageDataTargetSelector{ 0x051EE828 }; + inline constexpr REL::Offset BGSPackageDataTopic{ 0x05091058 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataBool_BGSPackageDataBool_{ 0x05152F00 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataFloat_BGSPackageDataFloat_{ 0x05152F50 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataInt_BGSPackageDataInt_{ 0x05153600 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataObjectList_BGSPackageDataObjectList_{ 0x051F7430 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataScene_BGSPackageDataScene_{ 0x051F80B0 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataTargetSelector_BGSPackageDataTargetSelector_{ 0x051532F0 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_BGSPackageDataTopic_BGSPackageDataTopic_{ 0x051F51D0 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_IAITarget_BGSPackageDataObjectList_{ 0x05153BA0 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_IAITarget_BGSPackageDataRef_{ 0x05152EA0 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataLocation_{ 0x051F4CF0 }; + inline constexpr REL::Offset BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataRef_{ 0x051F7D70 }; + inline constexpr REL::Offset BGSPapyrusScriptsComponent{ 0x05169418 }; + inline constexpr REL::Offset BGSParticleObjectCloneTask{ 0x051FD3B0 }; + inline constexpr REL::Offset BGSParticleSystemDefineCollection{ 0x051BC520 }; + inline constexpr REL::Offset BGSPathingData{ 0x05169550 }; + inline constexpr REL::Offset BGSPerk{ 0x05090720 }; + inline constexpr REL::Offset BGSPerkEntry{ 0x051E86B0 }; + inline constexpr REL::Offset BGSPerkRank{ 0x051E8688 }; + inline constexpr REL::Offset BGSPerkRankArray{ 0x051833F8 }; + inline constexpr REL::Offset BGSPhotoModeFeature{ 0x0515FEE8 }; + inline constexpr REL::Offset BGSPickupPutdownSounds{ 0x050A4170 }; + inline constexpr REL::Offset BGSPlanetContentManager{ 0x052C0028 }; + inline constexpr REL::Offset BGSPlanetContentManagerBranchNode{ 0x051A3168 }; + inline constexpr REL::Offset BGSPlanetContentManagerContentNode{ 0x0508E898 }; + inline constexpr REL::Offset BGSPlanetContentManagerContentProperties{ 0x0519AF08 }; + inline constexpr REL::Offset BGSPlanetContentManagerNodeBase{ 0x0508E860 }; + inline constexpr REL::Offset BGSPlanetContentManagerTree{ 0x051A3A10 }; + inline constexpr REL::Offset BGSPlanetContentManager__ILogEvent{ 0x051A3030 }; + inline constexpr REL::Offset BGSPlanetContentManager__ILogEventData{ 0x051A2FF0 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_0_BGSPlanetContentManagerPlacementContext_{ 0x051A3960 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_15_BGSPlanetContentManagerContentNode__PackInPlacementFailure_{ 0x051A35B0 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_1_TESForm_{ 0x051A3740 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_2_BGSPlanetContentManagerPlacementContext_{ 0x051A31A0 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_7_BGSPlanetContentManagerContentProperties__PlacementResult_{ 0x051A33F0 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEventData_8_BGSBiomeMarkerObjectconst_{ 0x051A3310 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_0_{ 0x051A39D0 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_10_{ 0x051A30E8 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_11_{ 0x051A33B0 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_12_{ 0x051A3250 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_13_{ 0x051A3290 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_14_{ 0x051A3128 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_15_{ 0x051A3630 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_1_{ 0x051A3790 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_2_{ 0x051A3068 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_3_{ 0x051A3210 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_4_{ 0x051A30A8 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_5_{ 0x051A3370 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_6_{ 0x051A3858 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_7_{ 0x051A3470 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_8_{ 0x051A3570 }; + inline constexpr REL::Offset BGSPlanetContentManager__LogEvent_9_{ 0x051A32D0 }; + inline constexpr REL::Offset BGSPlanetContentManager__QueueContentRequestOnPlanet__25__RequestPlanetContentNode{ 0x052BF7B0 }; + inline constexpr REL::Offset BGSPlanet__Atmosphere{ 0x0519AFB0 }; + inline constexpr REL::Offset BGSPlanet__ContentPlacement{ 0x0519F880 }; + inline constexpr REL::Offset BGSPlanet__IModule{ 0x0519AF88 }; + inline constexpr REL::Offset BGSPlanet__LODNotifierModule{ 0x0519F688 }; + inline constexpr REL::Offset BGSPlanet__LandingMarkers{ 0x0519EE00 }; + inline constexpr REL::Offset BGSPlanet__Landscape{ 0x0519F3D0 }; + inline constexpr REL::Offset BGSPlanet__Manager{ 0x0519F7B0 }; + inline constexpr REL::Offset BGSPlanet__Manager__MoveToNode{ 0x0519F810 }; + inline constexpr REL::Offset BGSPlanet__Manager__ShiftToTask{ 0x0519F7D8 }; + inline constexpr REL::Offset BGSPlanet__MultiFiles__Grid{ 0x0519F030 }; + inline constexpr REL::Offset BGSPlanet__MultiFiles__MasterFile{ 0x0519F260 }; + inline constexpr REL::Offset BGSPlanet__NavMeshGen{ 0x0519FE08 }; + inline constexpr REL::Offset BGSPlanet__OrderedLandTextures{ 0x0519F8E8 }; + inline constexpr REL::Offset BGSPlanet__Overlays{ 0x0519F8B8 }; + inline constexpr REL::Offset BGSPlanet__PlanetData{ 0x0519E2F0 }; + inline constexpr REL::Offset BGSPlanet__ProcGen{ 0x051A1748 }; + inline constexpr REL::Offset BGSPlanet__ProcGenRuntimeService{ 0x051A1C40 }; + inline constexpr REL::Offset BGSPlanet__ScanCollection{ 0x05228A80 }; + inline constexpr REL::Offset BGSPlanet__SurfaceMapModule{ 0x0519F848 }; + inline constexpr REL::Offset BGSPlanet__UpdateNavMeshTaskNode{ 0x0519F9C8 }; + inline constexpr REL::Offset BGSPlanet____AddOverlayBlockFunctor{ 0x0519F0A0 }; + inline constexpr REL::Offset BGSPlanet____GameStatusHandler{ 0x0519AF48 }; + inline constexpr REL::Offset BGSPlayerMusicChanger{ 0x052A5578 }; + inline constexpr REL::Offset BGSPlayerPickpocketActivity{ 0x051517D0 }; + inline constexpr REL::Offset BGSPlayerPickpocketActivity_Runtime{ 0x05151738 }; + inline constexpr REL::Offset BGSPreloadable{ 0x050A4610 }; + inline constexpr REL::Offset BGSPreviewTransform{ 0x05169578 }; + inline constexpr REL::Offset BGSPrimitive{ 0x0518B648 }; + inline constexpr REL::Offset BGSPrimitiveBox{ 0x0518B6C0 }; + inline constexpr REL::Offset BGSPrimitiveComponent{ 0x051696B0 }; + inline constexpr REL::Offset BGSPrimitiveCylinder{ 0x0518B748 }; + inline constexpr REL::Offset BGSPrimitiveEllipsoid{ 0x0518B6E8 }; + inline constexpr REL::Offset BGSPrimitiveLine{ 0x0518B670 }; + inline constexpr REL::Offset BGSPrimitivePlane{ 0x0518B698 }; + inline constexpr REL::Offset BGSPrimitiveSphere{ 0x0518B718 }; + inline constexpr REL::Offset BGSProcedureAcquire{ 0x051F4990 }; + inline constexpr REL::Offset BGSProcedureAcquireExecState{ 0x051F4818 }; + inline constexpr REL::Offset BGSProcedureActivate{ 0x051F4B48 }; + inline constexpr REL::Offset BGSProcedureActivateExecState{ 0x051F4C18 }; + inline constexpr REL::Offset BGSProcedureAmbush{ 0x05152CF0 }; + inline constexpr REL::Offset BGSProcedureAmbushExecState{ 0x05152C58 }; + inline constexpr REL::Offset BGSProcedureBase{ 0x05152D20 }; + inline constexpr REL::Offset BGSProcedureCombatTravel{ 0x051F5008 }; + inline constexpr REL::Offset BGSProcedureCombatTravelExecState{ 0x051F4F60 }; + inline constexpr REL::Offset BGSProcedureDialogue{ 0x051F5220 }; + inline constexpr REL::Offset BGSProcedureDialogueActivate{ 0x051F54F8 }; + inline constexpr REL::Offset BGSProcedureDialogueActivateExecState{ 0x051F5450 }; + inline constexpr REL::Offset BGSProcedureDialogueExecState{ 0x051F39C0 }; + inline constexpr REL::Offset BGSProcedureDone{ 0x051F4688 }; + inline constexpr REL::Offset BGSProcedureDoneExecState{ 0x051F42E0 }; + inline constexpr REL::Offset BGSProcedureEat{ 0x051F5708 }; + inline constexpr REL::Offset BGSProcedureEatExecState{ 0x051F3990 }; + inline constexpr REL::Offset BGSProcedureEscort{ 0x051F7168 }; + inline constexpr REL::Offset BGSProcedureEscortExecState{ 0x051F71F8 }; + inline constexpr REL::Offset BGSProcedureFind{ 0x051F7578 }; + inline constexpr REL::Offset BGSProcedureFindExecState{ 0x051F3B20 }; + inline constexpr REL::Offset BGSProcedureFlee{ 0x051F77E0 }; + inline constexpr REL::Offset BGSProcedureFleeExecState{ 0x051F7868 }; + inline constexpr REL::Offset BGSProcedureFlightGrab{ 0x051F7AA8 }; + inline constexpr REL::Offset BGSProcedureFlightGrabExecState{ 0x051F7B38 }; + inline constexpr REL::Offset BGSProcedureFollow{ 0x051F7F90 }; + inline constexpr REL::Offset BGSProcedureFollowExecState{ 0x051F7EF8 }; + inline constexpr REL::Offset BGSProcedureFollowTo{ 0x051F8018 }; + inline constexpr REL::Offset BGSProcedureForceGreet{ 0x051F82F8 }; + inline constexpr REL::Offset BGSProcedureGuard{ 0x051F86D8 }; + inline constexpr REL::Offset BGSProcedureGuardArea{ 0x051F8648 }; + inline constexpr REL::Offset BGSProcedureGuardExecState{ 0x051F8760 }; + inline constexpr REL::Offset BGSProcedureHeadtrack{ 0x05153028 }; + inline constexpr REL::Offset BGSProcedureHeadtrackExecState{ 0x051530B8 }; + inline constexpr REL::Offset BGSProcedureHoldPosition{ 0x051F8A00 }; + inline constexpr REL::Offset BGSProcedureHoldPositionExecState{ 0x051F3958 }; + inline constexpr REL::Offset BGSProcedureHover{ 0x051F8C48 }; + inline constexpr REL::Offset BGSProcedureHoverExecState{ 0x051F8BB8 }; + inline constexpr REL::Offset BGSProcedureKeepAnEyeOn{ 0x051F8EC8 }; + inline constexpr REL::Offset BGSProcedureKeepAnEyeOnExecState{ 0x051F3CA8 }; + inline constexpr REL::Offset BGSProcedureLock{ 0x051F9268 }; + inline constexpr REL::Offset BGSProcedureLockUnlockExecState{ 0x051F92F8 }; + inline constexpr REL::Offset BGSProcedureOrbit{ 0x051F9648 }; + inline constexpr REL::Offset BGSProcedureOrbitExecState{ 0x051F95B0 }; + inline constexpr REL::Offset BGSProcedurePatrol{ 0x051F97F8 }; + inline constexpr REL::Offset BGSProcedurePatrolExecState{ 0x051F9890 }; + inline constexpr REL::Offset BGSProcedurePlayIdle{ 0x051534A0 }; + inline constexpr REL::Offset BGSProcedurePlayIdleExecState{ 0x051533C0 }; + inline constexpr REL::Offset BGSProcedurePursue{ 0x051F9B18 }; + inline constexpr REL::Offset BGSProcedureRange{ 0x05153868 }; + inline constexpr REL::Offset BGSProcedureRangeExecState{ 0x051537D8 }; + inline constexpr REL::Offset BGSProcedureSandbox{ 0x051F9D68 }; + inline constexpr REL::Offset BGSProcedureSandboxExecState{ 0x051F9CD8 }; + inline constexpr REL::Offset BGSProcedureSay{ 0x051F9FC0 }; + inline constexpr REL::Offset BGSProcedureSayExecState{ 0x051F3D48 }; + inline constexpr REL::Offset BGSProcedureSit{ 0x051FA3A0 }; + inline constexpr REL::Offset BGSProcedureSitSleepExecState{ 0x051FA430 }; + inline constexpr REL::Offset BGSProcedureSleep{ 0x051FA4C8 }; + inline constexpr REL::Offset BGSProcedureStayAway{ 0x05153C58 }; + inline constexpr REL::Offset BGSProcedureStayAwayExecState{ 0x05153CF0 }; + inline constexpr REL::Offset BGSProcedureTargetingModeAutopilot{ 0x05153F68 }; + inline constexpr REL::Offset BGSProcedureTargetingModeAutopilotExecState{ 0x05154020 }; + inline constexpr REL::Offset BGSProcedureTravel{ 0x051FA778 }; + inline constexpr REL::Offset BGSProcedureTravelExecState{ 0x051FA6E0 }; + inline constexpr REL::Offset BGSProcedureTreeBranch{ 0x051F42B0 }; + inline constexpr REL::Offset BGSProcedureTreeConditionalItem{ 0x051F4278 }; + inline constexpr REL::Offset BGSProcedureTreeFallback{ 0x051F4180 }; + inline constexpr REL::Offset BGSProcedureTreeFallbackExecState{ 0x051F4210 }; + inline constexpr REL::Offset BGSProcedureTreeOneChildExecState{ 0x051F3EB8 }; + inline constexpr REL::Offset BGSProcedureTreeProcedure{ 0x051FA818 }; + inline constexpr REL::Offset BGSProcedureTreeRandom{ 0x051F4448 }; + inline constexpr REL::Offset BGSProcedureTreeRandomExecState{ 0x051F44D8 }; + inline constexpr REL::Offset BGSProcedureTreeSequence{ 0x051F3EF0 }; + inline constexpr REL::Offset BGSProcedureTreeSequenceExecState{ 0x051F3F80 }; + inline constexpr REL::Offset BGSProcedureTreeSimultaneous{ 0x051F4030 }; + inline constexpr REL::Offset BGSProcedureTreeSimultaneousExecState{ 0x051F40D0 }; + inline constexpr REL::Offset BGSProcedureTreeStacked{ 0x051F3DF0 }; + inline constexpr REL::Offset BGSProcedureTreeStackedExecState{ 0x051F3E80 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureAcquire_{ 0x051F47C0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureActivate_{ 0x051F4BC0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureAmbush_{ 0x05152C00 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureCombatTravel_{ 0x051F4F00 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureDialogueActivate_{ 0x051F5530 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureDialogue_{ 0x051F5250 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureDone_{ 0x051F46B0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureEat_{ 0x051F5730 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureEscort_{ 0x051F71A0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFind_{ 0x051F75A0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFlee_{ 0x051F7810 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFlightGrab_{ 0x051F7AE0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFollowTo_{ 0x051F8050 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureFollow_{ 0x051F7FC0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureForceGreet_{ 0x051F82A0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureGuardArea_{ 0x051F87A0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureGuard_{ 0x051F8680 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureHeadtrack_{ 0x05153060 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureHoldPosition_{ 0x051F89A0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureHover_{ 0x051F8BF0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureKeepAnEyeOn_{ 0x051F8E70 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureLock_{ 0x051F9210 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureOrbit_{ 0x051F95F0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedurePatrol_{ 0x051F98D0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedurePlayIdle_{ 0x051534D0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedurePursue_{ 0x051F9AC0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureRange_{ 0x05153810 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSandbox_{ 0x051F9D10 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSay_{ 0x051F9FF0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSit_{ 0x051FA350 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureSleep_{ 0x051FA470 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureStayAway_{ 0x05153C00 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureTargetingModeAutopilot_{ 0x05154070 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureTravel_{ 0x051FA720 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUnlock_{ 0x051F9330 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUseIdleMarker_{ 0x051FAAA0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUseMagic_{ 0x051FACF0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureUseWeapon_{ 0x051FAFE0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureWait_{ 0x051FB2D0 }; + inline constexpr REL::Offset BGSProcedureTyped_BGSProcedureBase_BGSProcedureWander_{ 0x051FD0E0 }; + inline constexpr REL::Offset BGSProcedureUnlock{ 0x051F9388 }; + inline constexpr REL::Offset BGSProcedureUseIdleMarker{ 0x051FAB00 }; + inline constexpr REL::Offset BGSProcedureUseIdleMarkerExecState{ 0x051FAA58 }; + inline constexpr REL::Offset BGSProcedureUseMagic{ 0x051FAD48 }; + inline constexpr REL::Offset BGSProcedureUseMagicExecState{ 0x051FACB8 }; + inline constexpr REL::Offset BGSProcedureUseWeapon{ 0x051FB038 }; + inline constexpr REL::Offset BGSProcedureUseWeaponExecState{ 0x051FAFA8 }; + inline constexpr REL::Offset BGSProcedureWait{ 0x051FB2A0 }; + inline constexpr REL::Offset BGSProcedureWaitExecState{ 0x051F3C78 }; + inline constexpr REL::Offset BGSProcedureWander{ 0x051FD138 }; + inline constexpr REL::Offset BGSProcedureWanderExecState{ 0x051FD0A0 }; + inline constexpr REL::Offset BGSProduceActivity{ 0x051518A8 }; + inline constexpr REL::Offset BGSProduceActivity_Runtime{ 0x051518D8 }; + inline constexpr REL::Offset BGSProjectedDecal{ 0x051BBF58 }; + inline constexpr REL::Offset BGSProjectile{ 0x0508E418 }; + inline constexpr REL::Offset BGSPropertySheet{ 0x051697E0 }; + inline constexpr REL::Offset BGSQuestPerkEntry{ 0x051E86D8 }; + inline constexpr REL::Offset BGSRefAlias{ 0x051C9BE0 }; + inline constexpr REL::Offset BGSRefCollectionAlias{ 0x051C9C08 }; + inline constexpr REL::Offset BGSReferenceGroup{ 0x051D25A0 }; + inline constexpr REL::Offset BGSReflectedForm{ 0x0515FE98 }; + inline constexpr REL::Offset BGSReflectedFormComponent{ 0x051597A0 }; + inline constexpr REL::Offset BGSRelationship{ 0x051E8850 }; + inline constexpr REL::Offset BGSReloadWeaponActivity{ 0x05151998 }; + inline constexpr REL::Offset BGSReloadWeaponActivity_Runtime{ 0x05151910 }; + inline constexpr REL::Offset BGSResearchProjectForm{ 0x051BC558 }; + inline constexpr REL::Offset BGSResource{ 0x05090360 }; + inline constexpr REL::Offset BGSResourceGenerationData{ 0x051CD058 }; + inline constexpr REL::Offset BGSRetargetOnDeleteExtraData{ 0x05154830 }; + inline constexpr REL::Offset BGSReverbParameters{ 0x051E5468 }; + inline constexpr REL::Offset BGSSaveFormBuffer{ 0x052AD090 }; + inline constexpr REL::Offset BGSSaveGameBuffer{ 0x052AD068 }; + inline constexpr REL::Offset BGSSaveGameBufferSimple{ 0x052AD038 }; + inline constexpr REL::Offset BGSSaveLoadJobSite{ 0x052ACF40 }; + inline constexpr REL::Offset BGSSaveLoadManager{ 0x052ACE60 }; + inline constexpr REL::Offset BGSSaveLoadStatsMap{ 0x052AD238 }; + inline constexpr REL::Offset BGSSaveLoadThread{ 0x052ACE38 }; + inline constexpr REL::Offset BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs{ 0x052ACFC0 }; + inline constexpr REL::Offset BGSScanPlanetActivity{ 0x05151A58 }; + inline constexpr REL::Offset BGSScanPlanetActivity_Runtime{ 0x05151A88 }; + inline constexpr REL::Offset BGSScanSurfaceActivity{ 0x05151C48 }; + inline constexpr REL::Offset BGSScanSurfaceActivity_Runtime{ 0x05151CC8 }; + inline constexpr REL::Offset BGSScannableFormComponent{ 0x05169108 }; + inline constexpr REL::Offset BGSScene{ 0x0508E190 }; + inline constexpr REL::Offset BGSSceneAction{ 0x051C9C90 }; + inline constexpr REL::Offset BGSSceneActionAnimation{ 0x051C9CB8 }; + inline constexpr REL::Offset BGSSceneActionCamera{ 0x051C9CE8 }; + inline constexpr REL::Offset BGSSceneActionConversationBase{ 0x051E8A50 }; + inline constexpr REL::Offset BGSSceneActionDialogue{ 0x051E8A88 }; + inline constexpr REL::Offset BGSSceneActionFX{ 0x051C9D18 }; + inline constexpr REL::Offset BGSSceneActionList{ 0x051C9C60 }; + inline constexpr REL::Offset BGSSceneActionMove{ 0x051C9D40 }; + inline constexpr REL::Offset BGSSceneActionPackage{ 0x051E89E8 }; + inline constexpr REL::Offset BGSSceneActionPlayerDialogue{ 0x051E8A18 }; + inline constexpr REL::Offset BGSSceneActionRadio{ 0x051E8AB8 }; + inline constexpr REL::Offset BGSSceneActionStartScene{ 0x051CA168 }; + inline constexpr REL::Offset BGSSceneActionTimeline{ 0x051CA198 }; + inline constexpr REL::Offset BGSSceneActionTimer{ 0x051E8BA8 }; + inline constexpr REL::Offset BGSSecondaryDamageList{ 0x051BBF80 }; + inline constexpr REL::Offset BGSShaderParticleGeometryData{ 0x051D25C8 }; + inline constexpr REL::Offset BGSShipCollectionActivity{ 0x05151F28 }; + inline constexpr REL::Offset BGSShipCollectionActivity_Runtime{ 0x05151EF0 }; + inline constexpr REL::Offset BGSShipManagement{ 0x051692D0 }; + inline constexpr REL::Offset BGSShipbuilderActivity{ 0x05151EC0 }; + inline constexpr REL::Offset BGSShipbuilderActivity_Runtime{ 0x05151E88 }; + inline constexpr REL::Offset BGSSkinForm{ 0x05183518 }; + inline constexpr REL::Offset BGSSkinnedDecalChild{ 0x05189B30 }; + inline constexpr REL::Offset BGSSkinnedDecalGroup{ 0x05189B88 }; + inline constexpr REL::Offset BGSSnapBehavior{ 0x051CF210 }; + inline constexpr REL::Offset BGSSnapTemplate{ 0x051CF2E8 }; + inline constexpr REL::Offset BGSSnapTemplateComponent{ 0x05169808 }; + inline constexpr REL::Offset BGSSnapTemplateNode{ 0x051CF310 }; + inline constexpr REL::Offset BGSSoundEcho{ 0x051CD378 }; + inline constexpr REL::Offset BGSSoundKeywordMapping{ 0x051CD088 }; + inline constexpr REL::Offset BGSSoundTagComponent{ 0x05169940 }; + inline constexpr REL::Offset BGSSoundTagSet{ 0x051CD3D0 }; + inline constexpr REL::Offset BGSSpacePhysicsFormComponent{ 0x051699F0 }; + inline constexpr REL::Offset BGSSpaceshipAIActor{ 0x05169C50 }; + inline constexpr REL::Offset BGSSpaceshipEquipment{ 0x05169C80 }; + inline constexpr REL::Offset BGSSpaceshipHullCode{ 0x05169DB0 }; + inline constexpr REL::Offset BGSSpaceshipWeaponBinding{ 0x05169FF8 }; + inline constexpr REL::Offset BGSSpatialCombinedGrid{ 0x051980E0 }; + inline constexpr REL::Offset BGSSpatialCombinedGridT_BGSSpatialSparseGrid_{ 0x051983A0 }; + inline constexpr REL::Offset BGSSpatialCombinedGridT_BGSSpatialSparseMultiLayerGrid_{ 0x051983F0 }; + inline constexpr REL::Offset BGSSpatialCombinedGridT_BGSSpatialStandardGrid_{ 0x051981B0 }; + inline constexpr REL::Offset BGSSpatialGraph{ 0x05198470 }; + inline constexpr REL::Offset BGSSpatialGraphCellGrid{ 0x05197F28 }; + inline constexpr REL::Offset BGSSpatialGraphCellGrid__MergeTask{ 0x05198200 }; + inline constexpr REL::Offset BGSSpatialGraphChild{ 0x05197F90 }; + inline constexpr REL::Offset BGSSpatialGraphExteriorCell{ 0x05198020 }; + inline constexpr REL::Offset BGSSpatialGraphInteriorCell{ 0x05198080 }; + inline constexpr REL::Offset BGSSpatialGraphManager{ 0x05199270 }; + inline constexpr REL::Offset BGSSpatialGraphManager__Task{ 0x05198238 }; + inline constexpr REL::Offset BGSSpatialGraphObstacleUpdateTask{ 0x05197948 }; + inline constexpr REL::Offset BGSSpatialGraphParent{ 0x05197FF0 }; + inline constexpr REL::Offset BGSSpatialGraphSpaceCell{ 0x05197FC0 }; + inline constexpr REL::Offset BGSSpatialGraphSpaceCollection{ 0x05197F58 }; + inline constexpr REL::Offset BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask{ 0x05197820 }; + inline constexpr REL::Offset BGSSpatialGrid{ 0x051980B8 }; + inline constexpr REL::Offset BGSSpatialGridBase{ 0x05198140 }; + inline constexpr REL::Offset BGSSpatialGridBase__HasMultipleLayersTag{ 0x05197870 }; + inline constexpr REL::Offset BGSSpatialGridChild{ 0x051978E8 }; + inline constexpr REL::Offset BGSSpatialGridCollection{ 0x05198370 }; + inline constexpr REL::Offset BGSSpatialGridCollectionT_BGSSpatialSparseGrid_{ 0x05198270 }; + inline constexpr REL::Offset BGSSpatialGridCollectionT_BGSSpatialSparseMultiLayerGrid_{ 0x051982C0 }; + inline constexpr REL::Offset BGSSpatialGridCollectionT_BGSSpatialStandardGrid_{ 0x05198320 }; + inline constexpr REL::Offset BGSSpatialGridFieldBase{ 0x0518C198 }; + inline constexpr REL::Offset BGSSpatialGridFieldBitField_unsignedint_2_{ 0x0520F518 }; + inline constexpr REL::Offset BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2__{ 0x0520F560 }; + inline constexpr REL::Offset BGSSpatialGridFieldWrapperT_unsignedint_BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2___{ 0x0520F730 }; + inline constexpr REL::Offset BGSSpatialGridParameters{ 0x05198110 }; + inline constexpr REL::Offset BGSSpatialGridPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FBA40 }; + inline constexpr REL::Offset BGSSpatialGridPathBuilder_EscortPathingRequestPolicy_{ 0x051F6E70 }; + inline constexpr REL::Offset BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x051FBEB0 }; + inline constexpr REL::Offset BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F6080 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ 0x0520CE70 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ 0x0519A6A0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ 0x052F2E30 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ 0x0531EEB0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ 0x051FBD10 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ 0x051F5DB0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ 0x0520E710 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ 0x052F7490 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ 0x052101A0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ 0x05220440 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ 0x05300BE0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ 0x052FCB20 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ 0x05219100 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ 0x0531A480 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ 0x0530D420 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ 0x05302040 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ 0x05301790 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ 0x053059A0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ 0x05306870 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ 0x05315760 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ 0x0531CB00 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ 0x052FB290 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ 0x0530C720 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ 0x053171C0 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ 0x05318070 }; + inline constexpr REL::Offset BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ 0x05211620 }; + inline constexpr REL::Offset BGSSpatialGridSearchCustomDebugData{ 0x0519ACA8 }; + inline constexpr REL::Offset BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ 0x052107D0 }; + inline constexpr REL::Offset BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ 0x05302130 }; + inline constexpr REL::Offset BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ 0x05302E60 }; + inline constexpr REL::Offset BGSSpatialGridSearchDebugData{ 0x0519AC70 }; + inline constexpr REL::Offset BGSSpatialGridSearchPolicies__RandomPositionInsideArea{ 0x0519A870 }; + inline constexpr REL::Offset BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest_{ 0x051F6B70 }; + inline constexpr REL::Offset BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x0519A8C0 }; + inline constexpr REL::Offset BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F6BF0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520D0A0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard_{ 0x0519A010 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F44B0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531E9B0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520CF60 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal___SearchPolicyStandard_{ 0x0519A620 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x051FB940 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F6240 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy_{ 0x0520E5C0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ 0x052F70D0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ 0x052103B0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__{ 0x0521F3D0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ 0x05302220 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ 0x052FC890 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ 0x05217910 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ 0x0531A110 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F4730 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ 0x0530D040 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ 0x05301CD0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ 0x05302C70 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ 0x05305620 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ 0x05306630 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531EC60 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ 0x053173E0 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__{ 0x0531E480 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ 0x052FAF20 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ 0x0530DE20 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ 0x05316E50 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ 0x05317E30 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520CD10 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ 0x0520FD20 }; + inline constexpr REL::Offset BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper___SearchPolicyStandard_{ 0x0519A780 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_b4e41a428c3b8407a095aecee7af4cd2__{ 0x0520AB00 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_cac973b7f0c9a4b4b8df8d6c53b2bde8__{ 0x0520AF90 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_fb914c74defc9f429cfff1ee3cd5f33d__{ 0x0520AD40 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_17a3a9dd562244bf36fe4ede68372596__{ 0x05199F40 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_978ea12dec54542344ddf2ed50bac8a8__{ 0x05199850 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_e64108c5c6eae1629cd2fcd4e1f3ccff__{ 0x05199DA0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_522275aa6b156c526821e159c5489c5c__{ 0x052F3650 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_6bda62f3702bba15b89e109ef71d2cf9__{ 0x052F39C0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_7d43707ca24fb5c81bc916002c9c4636__{ 0x052F38A0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_6b48abe417955fba542729f5449a5054__{ 0x05320CE0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_7f89d34372b85aeda5fc0d6d8730f776__{ 0x05320BD0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_8f6335776cc6b15e4c9553f6cadf798a__{ 0x0531F660 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_db9613acd9469d58d1de102a9f606ec6__{ 0x051FC810 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_dc3bfd55a558fccd2d7ab5a304cd14b9__{ 0x051FCE50 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_fe4f53aa5bb6cbe9897bd8d7dfa297b1__{ 0x051FCAC0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_6ddfad8a4cf79254db7cb975a42845d0__{ 0x051F5BA0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_d1e64a77919a4a108d2883ae58f3c574__{ 0x051F5780 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_da42cd7807516de4ffcceb011949e355__{ 0x051F6520 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_5d0adcaede58fdb05609dd1407d2531f__{ 0x0520EBC0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_c25d25b0772839e19dcdf4fea360a460__{ 0x0520EA20 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_e333c4a73c26a28fab3c2dee9bb132e5__{ 0x0520E8A0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_c88864b043d1cce2a7f6d04063e9008e__{ 0x052F6B10 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_cf10f10843ae20bedc2e2021bfbb4336__{ 0x052F7E60 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_dd5505512fbb0b7e52593af44117745e__{ 0x052F6C30 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_5083b40ded892f4da795ec631423772f__{ 0x05220B50 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_ea87bd1f2b8c2e7678fb958df80a35f9__{ 0x05220330 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_f22a8aa601b10e5abe53e88b8cd10ccd__{ 0x05220C60 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_1d584193c458e20470030da06f5e0055__{ 0x052FC640 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_58679f5e50af977ff7273cdd58377657__{ 0x052FC1B0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_cf345c21bf1e30bfbe7d69c15603337b__{ 0x052FC400 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_78aa3e95fc02761d3d1241516e79d598__{ 0x05219400 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_a6ac784950ec34c0cdb3832ffb1797d0__{ 0x05218660 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_b13621117496cd7fafa98272146bc59b__{ 0x052189B0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_2d44732fd818a321a74feba19840e1cd__{ 0x05319A10 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_994b9c663107980a06175989aa3056e8__{ 0x053197D0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_a2f4c60d0a574ebcd9cf6bb8ab663f7c__{ 0x05319460 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_480c6f2b29d377c38da6e2b4d0669cf9__{ 0x0530BDE0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_8950305294290fa9e26be78b4b3bfb8b__{ 0x0530BF00 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_d35e741c409b68929787cc92785fca7c__{ 0x0530BCC0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_a707fc8cc9ef212700632e0c976b224d__{ 0x053013B0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_d9e2dcd9fba3e2b1c0335e32aab168d9__{ 0x05301170 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_e12adad7c77a55e2ac3fb020a2419569__{ 0x05301290 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_368ceeac86e593e72834086b32e5d442__{ 0x05304300 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_bfd1e6f3fcf4aef36f74e04bf5792454__{ 0x05303D40 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_d10f0055229b5a0d143b33996820a78b__{ 0x053048B0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_61d0a383e73117726d493b6fe5821804__{ 0x053038F0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_a0aea2ddea828dc07570be8ae0bb4d11__{ 0x05303A00 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_ffe16b320cd93249bc4cbd66bd6bfe83__{ 0x05304E40 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_37505655f7d8a98cfac44bf948dbd5fe__{ 0x05314490 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_5e384202ba04e59c2dc5b15322a57561__{ 0x05316550 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_94ad3023ffee3ff7588cf5ff7e9dbf07__{ 0x05314800 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_17452347035c901e6a81b8da3364f972__{ 0x0531DA80 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_3f8aa442549817621926606d0263ab30__{ 0x0531D970 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_8de3d28d9b85dae42a775739d546bbe9__{ 0x0531D2B0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_13039e5e4f4a6aa2e5a9df40340c464a__{ 0x052F9CF0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2d4bd116f89799be571c37a0a69de64e__{ 0x052FA280 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2fc051d9d2fcb35b7affa380d310e1ad__{ 0x052FA5D0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_3a2a493afd8ce74877731ae5a2ecb53c__{ 0x0530AEE0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_48b5a59024549c4cdecb91ef58c259d6__{ 0x0530B130 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_5130dd3f1e33418a0e4d3be1537f5ab9__{ 0x0530B370 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_5958025c08591a7af5b63cf6d56685b5__{ 0x05314A40 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ceaba0e7427a97938444f13fe8f302b2__{ 0x05315490 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ffc822d49002ff3a6a4a2805ed024bb1__{ 0x053155B0 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_349faaaa93b87ec80df0117e53c92d26__{ 0x05311B00 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_8b9f201df7a79312a8965a85e34c95db__{ 0x05311E50 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_98b1a085785cef981c72db1261600e7f__{ 0x05311580 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_bd60c75bc4bda80b435716812002e6e5__{ 0x05210B00 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e4243607da6d0d98b87dae95730a438b__{ 0x05210C10 }; + inline constexpr REL::Offset BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e9a618665a6d428a65a4af5a6dca7909__{ 0x05210E40 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseGrid__{ 0x05197B20 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseMultiLayerGrid__{ 0x051979D0 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialStandardGrid__{ 0x05197AB0 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseGrid__{ 0x051976F0 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseMultiLayerGrid__{ 0x05197A40 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialStandardGrid__{ 0x05197760 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialSparseGrid_{ 0x051977D0 }; + inline constexpr REL::Offset BGSSpatialGridWrapper_BGSSpatialSparseMultiLayerGrid_{ 0x05197980 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_0325650f288f127eb2d327cf7d339d63__{ 0x0519AD60 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_0d2ec11d59e565b79d9211a11433aa2f__{ 0x052F86D0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_19e348bdb36685b01effc72877a699ff__{ 0x05217DD0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_215a64b817e5be8cbcf1bd8c8e344770__{ 0x05302DF0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_26e564ab39f58c5389c08383a16681d8__{ 0x0531A000 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_2c11458fc306f934f8c7cac3c89d5c98__{ 0x0519A960 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_2d376f67254effc8d0d85d0bee1e5cdd__{ 0x0520E7E0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_2f1650f77a193b8e758daf33372feac8__{ 0x05302A10 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_32bb1d7621cdc2bed098189d0faeb220__{ 0x05320210 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_34b06f96a6217ba27c4d4a4119bec55e__{ 0x052FCA20 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_4112101897ca2bd7c7e0f2cf4569aaa4__{ 0x0521F5C0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_435700157e0d8c05bc01655fb1ca7fe4__{ 0x0519AB90 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_4ea4eca0f7e4880b255a71bc73eb5f09__{ 0x053029A0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_55f8f111a72eba76d033c2847de23eeb__{ 0x0519AAB0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_57ac6ddfb2f115c2b8c95c8c9eeec56f__{ 0x05317A90 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_5827831f74e1155700a0b58d27586362__{ 0x052F46C0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_5ccbd8e2c542fe02d3e65ff73753c312__{ 0x0519AB20 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_60d3b3b43acef41f1d4b2abc1f4bd22c__{ 0x0519A110 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_65acc14779340277802a99645ef88421__{ 0x0519ACF0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_66a5b8598a5d927b386351d21cb24bda__{ 0x0520D670 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_75cdc71bd3b4f367051c88a7a4589b41__{ 0x05306770 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_7b12f78c770cd880edcd1f5c3de81641__{ 0x052FAA40 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_943fde6cf7df086bf511c5d6e86a1e1e__{ 0x05317F00 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_a5c9432033bd2fc9ca74f10048c6399c__{ 0x05317F70 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_a7a589a6ce7ebb696f0da2d3e7c1b078__{ 0x05210760 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_b4d2392ac1e14a534f85e41e5a954950__{ 0x051FB9D0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_ba8f53a0fce6a6de56e6d6965fd7eb86__{ 0x052106F0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_beebaa327e5538f4616b5b57d203473d__{ 0x05197E50 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_c24e2a397316fd552f02b11423539807__{ 0x0530DBB0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_cbac59b795bfcb5b3581fd91ccc4901e__{ 0x0531E360 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_cbf66f850bf30f633f1056c7c02aa01b__{ 0x0530DFC0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_e4187257910c85bc3698eb53d06c03b6__{ 0x0519A9D0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_e543242677b7021275d4097e44e4be1b__{ 0x051F61D0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_e55635bf17b657033b5eadb3b3bb2adb__{ 0x05197EC0 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_eaf8fb2abd4d2a33ec7339d68534818a__{ 0x0519AA40 }; + inline constexpr REL::Offset BGSSpatialGrid__GenericGridFunctor__lambda_ef53b339efcabfae6e1055b81f4f96c7__{ 0x05306700 }; + inline constexpr REL::Offset BGSSpatialGrid__GridFunctor{ 0x05198170 }; + inline constexpr REL::Offset BGSSpatialSimpleGrid{ 0x0519A840 }; + inline constexpr REL::Offset BGSSpatialSparseGrid{ 0x05197918 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ 0x0520C9D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ 0x0519A490 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ 0x052F2D30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ 0x0531EDC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ 0x051FBC50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ 0x051F5E90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ 0x0520F240 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ 0x052F7580 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ 0x05220A60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ 0x052FCFD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ 0x052191F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ 0x0531A720 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ 0x0530D510 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ 0x05301DA0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ 0x053056F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ 0x05305170 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ 0x05315C20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ 0x0531CA10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ 0x052FAFF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ 0x0530C810 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ 0x05316F20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ 0x053169C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ 0x05211710 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDebugData{ 0x0519AC30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0520AC20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0520B0B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0520B1E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520AE60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0520CAD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0520B570 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0520B690 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0520CBF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0520C8B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0520B310 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0520B440 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520D540 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05199E70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05199770 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05199690 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05199920 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0519A3C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05199AF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05199A10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0519A2F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0519A540 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05199CC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05199BD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0519A180 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052F3AE0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052F3C00 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052F33F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F3520 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052F32D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052F3770 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052F2F30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052F2AE0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052F2C00 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052F3060 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052F3190 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F4590 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05320990 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05320AB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05320740 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05320860 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0531F310 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0531F770 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0531F420 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0531EFA0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0531F0C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0531F540 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0531F1E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x053200F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x051FCBA0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x051FCC80 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x051FCD60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051FC720 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x051FC570 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x051FC8F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x051FC9D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x051FC640 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x051FBB70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x051FC390 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x051FC480 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051FBDC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x051F5AA0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x051F5990 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x051F5880 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051F6620 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x051F6840 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x051F6410 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x051F6300 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x051F6740 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x051F5F70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x051F6A60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x051F6940 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x051F5CA0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0520E960 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0520EC80 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0520ED50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520EAE0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0520F2E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0520EFD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0520F0A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0520F3A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0520F170 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0520EE20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0520EEF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0520E640 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052F6E70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052F6D50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052F7C20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F7AF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052F78B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052F7D40 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052F7790 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052F7370 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052F7250 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052F7670 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052F79C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F8740 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05220D70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0521FFC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052200E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05220200 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05220720 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0521FB30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0521FC50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05220830 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05220940 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0521FD70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0521FE90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0521F4A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052FC520 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052FC080 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052FBF50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052FC2D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052FCEB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052FD320 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052FD1F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052FCD90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052FD0D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052FD570 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052FD440 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052FC760 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05218540 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05218420 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05218300 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05218AC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05218D10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05218890 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05218770 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05218BF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052192E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05218F50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05218E20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052177F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053198F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05319580 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x053196A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05319330 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05318C60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x053190F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05319210 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05318D70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0531A600 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05318E90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05318FC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531A1E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0530C150 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0530C020 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0530BA70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530B940 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0530B6F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0530BBA0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0530B5C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0530D300 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0530D1E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0530B490 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0530B810 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530CB80 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053015F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x053014D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05300F30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05300E00 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05302410 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05301050 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05300AC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x053022F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05301E90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05300990 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05300CD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05301BB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053041E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05304550 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05304420 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05303E60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05305E10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x053040C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05303F90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05305CF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x053057F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05305BC0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05305A90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x053054F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05303C30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05303B10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05304C10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05304AF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05305060 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05304D30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05304790 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05304F50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05305260 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05304670 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x053049D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05306510 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053146E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05316420 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x053162F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05316670 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x05315B00 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05315F70 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05315E40 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x053159E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05315D20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x053161C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05316090 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x053172B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0531D730 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0531D850 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0531D4E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531D600 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0531CF60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0531D3C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0531D070 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0531CBF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0531CD10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0531D190 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0531CE30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0531E240 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052FA170 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052FA4B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x052FA390 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052F9E00 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052F9BE0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x052FA050 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x052F9F30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x052F9AD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x052FB0E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052F99B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052F9880 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x052FAE00 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x0530B250 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x0530ADB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x0530AC80 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530B000 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x0530CA60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x0530C3A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x0530C270 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x0530CDD0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x0530CCB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x0530C5F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x0530C4C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x0530E030 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x05314ED0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05314DB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05315120 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05314FF0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x053175E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05314920 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05314C90 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x053174C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05317010 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05314B60 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x053145B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05316D30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x053119F0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x05311D30 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05311C10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05311690 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x053168B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x053118D0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x053117B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x053167A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05316AB0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x05315370 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x05315240 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05317D10 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ 0x052109E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ 0x052108C0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ 0x05211080 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05210F50 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ 0x052111A0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ 0x05210D20 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ 0x05211500 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ 0x05211920 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ 0x05211800 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ 0x052113E0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ 0x052112B0 }; + inline constexpr REL::Offset BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ 0x05210290 }; + inline constexpr REL::Offset BGSSpatialSparseGrid__ChunkIndexGrid{ 0x0519A800 }; + inline constexpr REL::Offset BGSSpatialSparseMultiLayerGrid{ 0x051978B0 }; + inline constexpr REL::Offset BGSSpawnOnDestroy{ 0x0516A208 }; + inline constexpr REL::Offset BGSSpeechChallengeActivity{ 0x051520D0 }; + inline constexpr REL::Offset BGSSpeechChallengeActivity_Runtime{ 0x05152090 }; + inline constexpr REL::Offset BGSSpeechChallengeObject{ 0x051CD3F8 }; + inline constexpr REL::Offset BGSSprintActivity{ 0x051521C8 }; + inline constexpr REL::Offset BGSSprintActivity_Runtime{ 0x05152158 }; + inline constexpr REL::Offset BGSStarDataComponent{ 0x0516A330 }; + inline constexpr REL::Offset BGSStaticCollection{ 0x051CF550 }; + inline constexpr REL::Offset BGSStaticCollection__RootFacade{ 0x051CF580 }; + inline constexpr REL::Offset BGSStoredTraversalData{ 0x0508DC08 }; + inline constexpr REL::Offset BGSStoryManagerBranchNode{ 0x05182778 }; + inline constexpr REL::Offset BGSStoryManagerEventNode{ 0x052044F8 }; + inline constexpr REL::Offset BGSStoryManagerNodeBase{ 0x05182690 }; + inline constexpr REL::Offset BGSStoryManagerQuestFinder{ 0x052044C0 }; + inline constexpr REL::Offset BGSStoryManagerQuestNode{ 0x05204528 }; + inline constexpr REL::Offset BGSStoryManagerTreeForm{ 0x05150538 }; + inline constexpr REL::Offset BGSStoryManagerTreeVisitor{ 0x05204488 }; + inline constexpr REL::Offset BGSStoryTeller{ 0x052048A8 }; + inline constexpr REL::Offset BGSSurface__BGSBlockCellHeighGridComponent{ 0x051B9C50 }; + inline constexpr REL::Offset BGSSurface__Block{ 0x051C7210 }; + inline constexpr REL::Offset BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent{ 0x051BA030 }; + inline constexpr REL::Offset BGSSurface__Pattern{ 0x051C72E0 }; + inline constexpr REL::Offset BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent{ 0x051BA6B0 }; + inline constexpr REL::Offset BGSSurface__PatternStyle{ 0x051BADE0 }; + inline constexpr REL::Offset BGSSurface__Tree{ 0x051C7310 }; + inline constexpr REL::Offset BGSSurface____WaterHeightComponent{ 0x051BAFE0 }; + inline constexpr REL::Offset BGSSynchronizedAnimationInstance{ 0x05205390 }; + inline constexpr REL::Offset BGSSynchronizedAnimationManager{ 0x05205260 }; + inline constexpr REL::Offset BGSTDataProxyComponentBase{ 0x05168A98 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface__CTBlockCellHeightGrid_{ 0x051B9C90 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface__OverlayPlacement____CTDesignatedInfo_{ 0x051B9FC0 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface__PatternPlacement____CTBlockHeightAdjustment_{ 0x051BA960 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BGSSurface____CTWaterHeight_{ 0x051BAF80 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BSGalaxy__OrbitalData_{ 0x05168A50 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BSGalaxy__OrbitedData_{ 0x05168DF0 }; + inline constexpr REL::Offset BGSTDataProxyComponent_BSGalaxy__StarData_{ 0x0516A360 }; + inline constexpr REL::Offset BGSTTypedFormComponent_BGSVoiceType_1179927366_{ 0x05167F70 }; + inline constexpr REL::Offset BGSTakeActorDamageActivity{ 0x05152280 }; + inline constexpr REL::Offset BGSTakeActorDamageActivity_Runtime{ 0x05152240 }; + inline constexpr REL::Offset BGSTakeDamageActivity{ 0x05152348 }; + inline constexpr REL::Offset BGSTakeDamageActivity_Runtime{ 0x051523C8 }; + inline constexpr REL::Offset BGSTalkingActivator{ 0x051CF608 }; + inline constexpr REL::Offset BGSTerminal{ 0x0508E3F0 }; + inline constexpr REL::Offset BGSTerminalMenu{ 0x0508E3A0 }; + inline constexpr REL::Offset BGSTerrainBlock__AlignmentModifier{ 0x051C7338 }; + inline constexpr REL::Offset BGSTerrainBlock__ContinentalModifier{ 0x051C74C8 }; + inline constexpr REL::Offset BGSTerrainBlock__Grid{ 0x051C7920 }; + inline constexpr REL::Offset BGSTerrainBlock__GridCell{ 0x051C79C8 }; + inline constexpr REL::Offset BGSTerrainBlock__GridCornerCell{ 0x051C79F8 }; + inline constexpr REL::Offset BGSTerrainBlock__GridCornerEdgeXFile{ 0x051C7680 }; + inline constexpr REL::Offset BGSTerrainBlock__GridCornerFile{ 0x051C7648 }; + inline constexpr REL::Offset BGSTerrainBlock__GridEdgeFile{ 0x051C7610 }; + inline constexpr REL::Offset BGSTerrainBlock__GridEdgeXCell{ 0x051C7838 }; + inline constexpr REL::Offset BGSTerrainBlock__GridEdgeYCell{ 0x051C7870 }; + inline constexpr REL::Offset BGSTerrainBlock__GridFile{ 0x051C75E0 }; + inline constexpr REL::Offset BGSTerrainBlock__GridFillCell{ 0x051C78E8 }; + inline constexpr REL::Offset BGSTerrainBlock__GridFillFile{ 0x051C7748 }; + inline constexpr REL::Offset BGSTerrainBlock__HeightAdjustmentModifier{ 0x051BB460 }; + inline constexpr REL::Offset BGSTerrainBlock__IModifier{ 0x051BB430 }; + inline constexpr REL::Offset BGSTerrainBlock__OceanBiomeModifier{ 0x051C7508 }; + inline constexpr REL::Offset BGSTerrainBlock__OverlayGrid{ 0x051C7950 }; + inline constexpr REL::Offset BGSTerrainBlock__OverlayHeightModifier{ 0x051C78A8 }; + inline constexpr REL::Offset BGSTerrainBlock__RerangeHeightModifier{ 0x051C7988 }; + inline constexpr REL::Offset BGSTerrainBlock__UpdateHeightModifier{ 0x051C7B60 }; + inline constexpr REL::Offset BGSTerrain__File{ 0x0519F238 }; + inline constexpr REL::Offset BGSTerrain__IFileGrid{ 0x0519EFA0 }; + inline constexpr REL::Offset BGSTerrain__Manager{ 0x051C95F8 }; + inline constexpr REL::Offset BGSTerrain__UniFile__Grid{ 0x051C8050 }; + inline constexpr REL::Offset BGSTerrain____PageStitchNode{ 0x051C7F08 }; + inline constexpr REL::Offset BGSTerrain____PageTransformNode{ 0x051C8010 }; + inline constexpr REL::Offset BGSTextureModel{ 0x051EB350 }; + inline constexpr REL::Offset BGSTextureSet{ 0x051E54C8 }; + inline constexpr REL::Offset BGSTimeOfDayData{ 0x051D2600 }; + inline constexpr REL::Offset BGSTransform{ 0x051CD428 }; + inline constexpr REL::Offset BGSTraversal{ 0x051CD450 }; + inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationEditorSpacePointRadius_BGSAIWorldLocation_{ 0x05152870 }; + inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationInteriorCell_BGSAIWorldLocation_{ 0x05152490 }; + inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationPointRadius_BGSAIWorldLocation_{ 0x051524F0 }; + inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationPrimitive_BGSAIWorldLocation_{ 0x05152700 }; + inline constexpr REL::Offset BGSTypedItem_BGSAIWorldLocationRefRadius_BGSAIWorldLocation_{ 0x051527D0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureAcquireExecState_IProcedureTreeExecState_{ 0x051F4850 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureActivateExecState_IProcedureTreeExecState_{ 0x051F4C50 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureAmbushExecState_IProcedureTreeExecState_{ 0x05152C90 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureCombatTravelExecState_IProcedureTreeExecState_{ 0x051F4FA0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState_{ 0x051F5490 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureDialogueExecState_IProcedureTreeExecState_{ 0x051F3A00 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureDoneExecState_IProcedureTreeExecState_{ 0x051F4310 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureEatExecState_IProcedureTreeExecState_{ 0x051F3AC0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureEscortExecState_IProcedureTreeExecState_{ 0x051F7230 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureFindExecState_IProcedureTreeExecState_{ 0x051F3A60 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureFleeExecState_IProcedureTreeExecState_{ 0x051F7780 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureFlightGrabExecState_IProcedureTreeExecState_{ 0x051F7A40 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureFollowExecState_IProcedureTreeExecState_{ 0x051F7F30 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureGuardExecState_IProcedureTreeExecState_{ 0x051F8700 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureHeadtrackExecState_IProcedureTreeExecState_{ 0x051530F0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureHoldPositionExecState_IProcedureTreeExecState_{ 0x051F38F0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureHoverExecState_IProcedureTreeExecState_{ 0x051F8C70 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState_{ 0x051F3CE0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureLockUnlockExecState_IProcedureTreeExecState_{ 0x051F9290 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureOrbitExecState_IProcedureTreeExecState_{ 0x051F9550 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedurePatrolExecState_IProcedureTreeExecState_{ 0x051F9830 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedurePlayIdleExecState_IProcedureTreeExecState_{ 0x05153400 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureRangeExecState_IProcedureTreeExecState_{ 0x051538E0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureSandboxExecState_IProcedureTreeExecState_{ 0x051F9DE0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureSayExecState_IProcedureTreeExecState_{ 0x051F3B50 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureSitSleepExecState_IProcedureTreeExecState_{ 0x051FA3D0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureStayAwayExecState_IProcedureTreeExecState_{ 0x05153C90 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState_{ 0x05153FB0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTravelExecState_IProcedureTreeExecState_{ 0x051FA680 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeFallbackExecState_BGSProcedureTreeOneChildExecState_{ 0x051F3FC0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeFallback_BGSProcedureTreeBranch_{ 0x051F41B0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeProcedure_BGSProcedureTreeConditionalItem_{ 0x051FA7B0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeRandomExecState_BGSProcedureTreeOneChildExecState_{ 0x051F4370 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeRandom_BGSProcedureTreeBranch_{ 0x051F4480 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSequenceExecState_BGSProcedureTreeOneChildExecState_{ 0x051F3D80 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSequence_BGSProcedureTreeBranch_{ 0x051F3F20 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState_{ 0x051F43E0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeSimultaneous_BGSProcedureTreeBranch_{ 0x051F4070 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeStackedExecState_BGSProcedureTreeOneChildExecState_{ 0x051F4110 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureTreeStacked_BGSProcedureTreeBranch_{ 0x051F3E20 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState_{ 0x051FA9F0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureUseMagicExecState_IProcedureTreeExecState_{ 0x051FADC0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureUseWeaponExecState_IProcedureTreeExecState_{ 0x051FB0B0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureWaitExecState_IProcedureTreeExecState_{ 0x051F3BB0 }; + inline constexpr REL::Offset BGSTypedItem_BGSProcedureWanderExecState_IProcedureTreeExecState_{ 0x051FD040 }; + inline constexpr REL::Offset BGSTypedKeywordValueArray_2_{ 0x05167250 }; + inline constexpr REL::Offset BGSVisitProceduresCheckGuardWarnTarget{ 0x051FD168 }; + inline constexpr REL::Offset BGSVisitProceduresInitActorAnimPose{ 0x052CD330 }; + inline constexpr REL::Offset BGSVisitProceduresInitActorLocation{ 0x051FD1A8 }; + inline constexpr REL::Offset BGSVisitProceduresProcess{ 0x052CD300 }; + inline constexpr REL::Offset BGSVoiceType{ 0x0508E3C8 }; + inline constexpr REL::Offset BGSVolumeFormComponent{ 0x0516ABF0 }; + inline constexpr REL::Offset BGSVolumetricLighting{ 0x051CF720 }; + inline constexpr REL::Offset BGSWaterCollisionManager__AutoWater{ 0x05203D08 }; + inline constexpr REL::Offset BGSWaterCollisionManager__BGSWaterUpdateI{ 0x05203C38 }; + inline constexpr REL::Offset BGSWaterCollisionManager__WaterGravityModifier{ 0x05128650 }; + inline constexpr REL::Offset BGSWaterCollisionManager__WaterGravityModifierWorldStepListener{ 0x05132390 }; + inline constexpr REL::Offset BGSWaterCollisionManager__bhkPlaceableWater{ 0x05203C80 }; + inline constexpr REL::Offset BGSWaterCollisionManager__bhkWaterfall{ 0x05203CC8 }; + inline constexpr REL::Offset BGSWeaponBarrelData{ 0x051BBFB0 }; + inline constexpr REL::Offset BGSWeaponBarrelModel{ 0x051BC028 }; + inline constexpr REL::Offset BGSWeaponData__Aim{ 0x051BC788 }; + inline constexpr REL::Offset BGSWeaponData__Ammunition{ 0x051BC7B0 }; + inline constexpr REL::Offset BGSWeaponData__Audio{ 0x051BC7E0 }; + inline constexpr REL::Offset BGSWeaponData__Charge{ 0x051BC810 }; + inline constexpr REL::Offset BGSWeaponData__Damage{ 0x051BC840 }; + inline constexpr REL::Offset BGSWeaponData__Firing{ 0x051BC870 }; + inline constexpr REL::Offset BGSWeaponData__FiringStrategyBase{ 0x051BC920 }; + inline constexpr REL::Offset BGSWeaponData__FiringStrategy_Automatic{ 0x051BC9D8 }; + inline constexpr REL::Offset BGSWeaponData__FiringStrategy_BoltShot{ 0x051BC998 }; + inline constexpr REL::Offset BGSWeaponData__FiringStrategy_Burst{ 0x051BC958 }; + inline constexpr REL::Offset BGSWeaponData__FiringStrategy_ChargedShot{ 0x051BC8E0 }; + inline constexpr REL::Offset BGSWeaponData__FiringStrategy_SingleShot{ 0x051BC8A0 }; + inline constexpr REL::Offset BGSWeaponData__Flags{ 0x051BCA18 }; + inline constexpr REL::Offset BGSWeaponData__General{ 0x051BCA48 }; + inline constexpr REL::Offset BGSWeaponData__IBase{ 0x0515FFF0 }; + inline constexpr REL::Offset BGSWeaponData__Melee{ 0x051BCA78 }; + inline constexpr REL::Offset BGSWeaponData__Power{ 0x051BCAA8 }; + inline constexpr REL::Offset BGSWeaponData__Reload{ 0x051BCAD8 }; + inline constexpr REL::Offset BGSWeaponData__ShipWeapon{ 0x05160020 }; + inline constexpr REL::Offset BGSWeaponData__Turret{ 0x051BCB08 }; + inline constexpr REL::Offset BGSWeaponData__VariableRange{ 0x051BCB38 }; + inline constexpr REL::Offset BGSWeaponData__Visuals{ 0x051BCB70 }; + inline constexpr REL::Offset BGSWeatherSettingsForm{ 0x051C1CD8 }; + inline constexpr REL::Offset BGSWorkshopItemColorComponent{ 0x05159388 }; + inline constexpr REL::Offset BGSWorldSpaceOverlayComponent{ 0x0516AD68 }; + inline constexpr REL::Offset BGSWorldSpaceOverlay__IOverlayBlockFunctor{ 0x0519F060 }; + inline constexpr REL::Offset BGSWwiseEventForm{ 0x0508DA20 }; + inline constexpr REL::Offset BGSWwiseKeywordMapping{ 0x051BC058 }; + inline constexpr REL::Offset BGSZoneTargetListener{ 0x051EB908 }; + inline constexpr REL::Offset BIEventUtils__FindAllStarbornPowerFunctor{ 0x052A6D08 }; + inline constexpr REL::Offset BSAVMS__AVMNode{ 0x05155708 }; + inline constexpr REL::Offset BSAVMS__AVMNodeInFlightCounted{ 0x051556D0 }; + inline constexpr REL::Offset BSAVMS__AVMPartialNode{ 0x05155730 }; + inline constexpr REL::Offset BSAnimNote{ 0x05406DB8 }; + inline constexpr REL::Offset BSAnimNotes{ 0x05406D90 }; + inline constexpr REL::Offset BSAnimationAnimDBData{ 0x05360578 }; + inline constexpr REL::Offset BSAnimationDBData{ 0x05360BF0 }; + inline constexpr REL::Offset BSAnimationGraph{ 0x053614D0 }; + inline constexpr REL::Offset BSAnimationGraphChannel{ 0x051DA5F8 }; + inline constexpr REL::Offset BSAnimationGraphLoadScrapper{ 0x05130118 }; + inline constexpr REL::Offset BSAnimationGraphManager{ 0x0536F2F0 }; + inline constexpr REL::Offset BSAnimationUtils__FindEventClipGeneratorsFunctor{ 0x05360470 }; + inline constexpr REL::Offset BSAnimationUtils__MatchEventToClipGeneratorsFunctor{ 0x05360880 }; + inline constexpr REL::Offset BSAreaLight__AreaLightData{ 0x05098900 }; + inline constexpr REL::Offset BSAttachConfig__ArtObjectAttach{ 0x051C1A00 }; + inline constexpr REL::Offset BSAttachConfig__AttachmentConfiguration{ 0x050A4770 }; + inline constexpr REL::Offset BSAttachConfig__BaseInstance{ 0x05154E90 }; + inline constexpr REL::Offset BSAttachConfig__IAttachableObject{ 0x051C1A38 }; + inline constexpr REL::Offset BSAttachConfig__ISearchMethod{ 0x051C1BA0 }; + inline constexpr REL::Offset BSAttachConfig__NodeAttachmentInstance{ 0x05154EC8 }; + inline constexpr REL::Offset BSAttachConfig__ObjectAttachmentInstance{ 0x05155000 }; + inline constexpr REL::Offset BSAttachConfig__ParticleAttachmentInstance{ 0x05154E50 }; + inline constexpr REL::Offset BSAttachConfig__SearchMethodBase{ 0x051C1C20 }; + inline constexpr REL::Offset BSAttachConfig__SearchMultipleNamesMultipleNodes{ 0x053878B0 }; + inline constexpr REL::Offset BSAttachConfig__SearchRootNode{ 0x05381B18 }; + inline constexpr REL::Offset BSAttachConfig__SearchSingleNameSingleNode{ 0x051C1BE0 }; + inline constexpr REL::Offset BSAttachRefController{ 0x0518C1C8 }; + inline constexpr REL::Offset BSAttachTechniques__AttachTechniqueInput{ 0x052A3850 }; + inline constexpr REL::Offset BSAttachTechniques__BSAttachTechnique{ 0x05127360 }; + inline constexpr REL::Offset BSAutoQueuedDependentNodeBase{ 0x05182C50 }; + inline constexpr REL::Offset BSAutoQueuedDependentNode_BSResource2__DB_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x05182C90 }; + inline constexpr REL::Offset BSAutoQueuedResourceCollection_AnimationSystemUtils__TESModelAndAnimationHandles_BSTSmartPointerIntrusiveRefCount_{ 0x051575C0 }; + inline constexpr REL::Offset BSAutoQueuedResourceCollection_BSMorphDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ 0x051652B0 }; + inline constexpr REL::Offset BSAutoQueuedResourceCollection_BShkbHkxDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ 0x051670A0 }; + inline constexpr REL::Offset BSAutoQueuedResourceCollection_TESModelDB__TESQueuedHandles_BSTSmartPointerGamebryoRefCount_{ 0x0517F7A0 }; + inline constexpr REL::Offset BSAutoQueuedResourceCollection___QueuedBGSStaticCollection_BSTSmartPointerGamebryoRefCount_{ 0x051CF340 }; + inline constexpr REL::Offset BSAwardsSystemUtility{ 0x051356F0 }; + inline constexpr REL::Offset BSBehaviorGraphExtraData{ 0x0538DBB8 }; + inline constexpr REL::Offset BSBehaviorGraphSwapSingleton{ 0x05205358 }; + inline constexpr REL::Offset BSBind__BGSExternalEmittanceController{ 0x05188190 }; + inline constexpr REL::Offset BSBind__BGSLensFlareController{ 0x05188158 }; + inline constexpr REL::Offset BSBind__ColorCurveController{ 0x05387F20 }; + inline constexpr REL::Offset BSBind__ColorLerpController{ 0x053881E0 }; + inline constexpr REL::Offset BSBind__ComponentBinding{ 0x0538D828 }; + inline constexpr REL::Offset BSBind__ComponentProperty{ 0x05387E90 }; + inline constexpr REL::Offset BSBind__Directory{ 0x05387920 }; + inline constexpr REL::Offset BSBind__Float2DCurveController{ 0x05388030 }; + inline constexpr REL::Offset BSBind__Float2DLerpController{ 0x05387FC0 }; + inline constexpr REL::Offset BSBind__Float3DCurveController{ 0x05388068 }; + inline constexpr REL::Offset BSBind__Float3DLerpController{ 0x05388170 }; + inline constexpr REL::Offset BSBind__Float4DCurveController{ 0x053880A0 }; + inline constexpr REL::Offset BSBind__Float4DLerpController{ 0x053881A8 }; + inline constexpr REL::Offset BSBind__FloatCurveController{ 0x05387FF8 }; + inline constexpr REL::Offset BSBind__FloatLerpController{ 0x05387F88 }; + inline constexpr REL::Offset BSBind__IAddressControllerStore{ 0x051D3E88 }; + inline constexpr REL::Offset BSBind__IController{ 0x051881D0 }; + inline constexpr REL::Offset BSBind__ICurveController{ 0x05387EC0 }; + inline constexpr REL::Offset BSBind__IDataBinding{ 0x05163A88 }; + inline constexpr REL::Offset BSBind__INode{ 0x053878F8 }; + inline constexpr REL::Offset BSBind__LerpControllerBase{ 0x05387EF0 }; + inline constexpr REL::Offset BSBind__MultiBinding{ 0x05163A58 }; + inline constexpr REL::Offset BSBind__Multiplex{ 0x05387948 }; + inline constexpr REL::Offset BSBind__Snapshot{ 0x0507FF10 }; + inline constexpr REL::Offset BSBind__StableBinding{ 0x051C1C58 }; + inline constexpr REL::Offset BSBind__TimerController{ 0x05387F58 }; + inline constexpr REL::Offset BSBlastNode{ 0x05389280 }; + inline constexpr REL::Offset BSBlendTreadTransfInterpolator{ 0x05406268 }; + inline constexpr REL::Offset BSBoneLODExtraData{ 0x0538DB88 }; + inline constexpr REL::Offset BSBound{ 0x053798D0 }; + inline constexpr REL::Offset BSBoxConstructor{ 0x05388C68 }; + inline constexpr REL::Offset BSCSVUtils__ParserBuffer{ 0x0538A798 }; + inline constexpr REL::Offset BSCapsuleConstructor{ 0x05388C38 }; + inline constexpr REL::Offset BSCloneReserver{ 0x0518C1F8 }; + inline constexpr REL::Offset BSClothExtraData{ 0x05377D10 }; + inline constexpr REL::Offset BSClothUtils__BSGeometryBuffer{ 0x05378038 }; + inline constexpr REL::Offset BSClothUtils__BSInstantiationUtil{ 0x05378240 }; + inline constexpr REL::Offset BSClothUtils__BSTransformSet{ 0x05378208 }; + inline constexpr REL::Offset BSComponentDB2__DB{ 0x053814F8 }; + inline constexpr REL::Offset BSComponentDB2__DBFileIndex__IDFixupVisitor{ 0x0540DDF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerComponent_{ 0x05134270 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerFormComponent_{ 0x050A4F20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAddToInventoryOnDestroy_{ 0x0512FEC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAnimationGraphComponent_{ 0x05132BB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttachParentArray_{ 0x050A5060 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttackDataForm_{ 0x050C8860 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSBodyPartInfo_{ 0x050C8400 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSContactShadowComponent_{ 0x05132A30 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSCraftingResourceOwner_{ 0x05131E70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSCrowdComponent_{ 0x05132040 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSCustomShipForm_{ 0x050CA7E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSDestructibleObjectForm_{ 0x05131A00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSDisplayCaseFormComponent_{ 0x0512F9B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSEffectSequenceFormComponent_{ 0x050C66F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentDataSource_{ 0x05132420 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentHint_{ 0x05132AF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSForcedLocRefType_{ 0x050C8BF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSFormLinkData_{ 0x050C8630 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSKeywordForm_{ 0x050A4820 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLinkedVoiceType_{ 0x050A4710 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLocationUtil__BGSLocationOwnerEdge_{ 0x05117300 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodOwnerComponent_{ 0x05133E80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodRuntimeOwnerComponent_{ 0x05200A00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSMaterialPropertyComponent_{ 0x050C65A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectPlacementDefaults_{ 0x050C9210 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectWindowFilterComponent_{ 0x05130C60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitalDataComponent_{ 0x05132C20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitedDataComponent_{ 0x051319A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSOverridePackCollection_{ 0x050C8200 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPackInUtils____ETFixedPackinGroup_{ 0x051CDDC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPapyrusScriptsComponent_{ 0x050A5260 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPathingData_{ 0x05131BD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetContentManagerContentProperties_{ 0x0512F940 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ 0x0515C900 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__CTPlanetWorldSpaceData_{ 0x0515C880 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPrimitiveComponent_{ 0x050C8FB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSPropertySheet_{ 0x05133110 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSRemappedBaseForm_{ 0x05132B50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSScannableFormComponent_{ 0x05133540 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSShipManagement_{ 0x050A4B80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSkinForm_{ 0x050C90D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSoundTagComponent_{ 0x050C8A50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpacePhysicsFormComponent_{ 0x050A4BE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipAIActor_{ 0x051301C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipEquipment_{ 0x0512F8E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipHullCode_{ 0x050A4960 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipWeaponBinding_{ 0x050C9D90 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpawnOnDestroy_{ 0x050A4670 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSStarDataComponent_{ 0x0512FF30 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSStoredTraversalData_{ 0x05130CD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__BGSBlockCellHeighGridComponent_{ 0x050A5680 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__CTBlockCellHeightGrid_{ 0x05131E00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_{ 0x051BA220 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____CTDesignatedInfo_{ 0x051BA090 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_{ 0x051BA7A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____CTBlockHeightAdjustment_{ 0x051BA710 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____CTWaterHeight_{ 0x051BAE10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____WaterHeightComponent_{ 0x051BB280 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSVolumeFormComponent_{ 0x050C98E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorkshopItemColorComponent_{ 0x05130820 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlayComponent_{ 0x050C8190 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ 0x051D2900 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__ControllerComponent_{ 0x05387840 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__DirectoryComponent_{ 0x053877E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__DataParentEdge_{ 0x053879D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__OuterEdge_{ 0x05387970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag__{ 0x0537FFD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSForces__ForceReceiverComponent_{ 0x05385470 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__BodyChild_{ 0x05373BE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereData_{ 0x05373860 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereModifier_{ 0x05373710 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBiomeData_{ 0x053734B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBodyType_{ 0x05373450 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBrightnessModifier_{ 0x053735E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTCellData_{ 0x05373A50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTColorModifier_{ 0x053736B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTDatabaseID_{ 0x05373650 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTEditorBiomeData_{ 0x05373980 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPerBiomeData_{ 0x053739F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetLocationIDs_{ 0x053737F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetOverlayData_{ 0x05373780 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetarySystemLocationID_{ 0x05373B10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTProxyFormPtr_{ 0x05373AB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTResourceData_{ 0x05373920 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSTarDistance_{ 0x05373B80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSystemParsecLocation_{ 0x05373510 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__DynamicData_{ 0x053740D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitOffset_{ 0x05373FB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitState_{ 0x053741D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitalData_{ 0x05373E40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitedData_{ 0x05373EF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerAtBody_{ 0x05373F50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerKnowledge_{ 0x05373DE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__SatelliteCSVData_{ 0x05373D10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__StarData_{ 0x05373CB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedGalaxyCSVData_{ 0x05373D70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedStarsCSVData_{ 0x05373C40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__AlphaSettingsComponent_{ 0x0539B090 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendModeComponent_{ 0x0539ABB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendParamFloat_{ 0x0539C0C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Channel_{ 0x0539A970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__CollisionComponent_{ 0x053986A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorChannelTypeComponent_{ 0x05399010 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorRemapSettingsComponent_{ 0x05398630 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Color_{ 0x05398D40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DecalSettingsComponent_{ 0x0539A780 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DetailBlenderSettingsComponent_{ 0x0539B180 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DistortionComponent_{ 0x0539BDF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EffectSettingsComponent_{ 0x05398E30 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EmissiveSettingsComponent_{ 0x05398950 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EyeSettingsComponent_{ 0x053985C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlipbookComponent_{ 0x05398FA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlowSettingsComponent_{ 0x0539AC20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerDataComponent_{ 0x0539A4B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerNoiseComponent_{ 0x0539AAC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__HairSettingsComponent_{ 0x0539B6D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LODMaterialID_{ 0x053909D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEdgeFalloffComponent_{ 0x05399900 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEmissivityComponent_{ 0x0539AE80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LevelOfDetailSettings_{ 0x05399970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MRTextureFile_{ 0x05399A50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialOverrideColorTypeComponent_{ 0x053994D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialParamFloat_{ 0x0539A040 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MouthSettingsComponent_{ 0x0539C1B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Offset_{ 0x05398C70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__OpacityComponent_{ 0x05399AB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ParamBool_{ 0x0539A7F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PhysicsMaterialType_{ 0x05398A50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PorosityComponent_{ 0x0539BFC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Scale_{ 0x0539AE20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderModelComponent_{ 0x05398CD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderRouteComponent_{ 0x05399200 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__StarmapBodyEffectComponent_{ 0x0539B1F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag__{ 0x05390220 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag__{ 0x05390F00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag__{ 0x05391160 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag__{ 0x05390440 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag__{ 0x0538FB00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainSettingsComponent_{ 0x05399270 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainTintSettingsComponent_{ 0x0539BEE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureAddressModeComponent_{ 0x0539B3E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureFile_{ 0x0539A9D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureReplacement_{ 0x05398EA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureResolutionSetting_{ 0x05399100 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureSetKindComponent_{ 0x0539BF50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TranslucencySettingsComponent_{ 0x0539AEF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__UVStreamParamBool_{ 0x053999E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__VegetationSettingsComponent_{ 0x0539B4C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterFoamSettingsComponent_{ 0x05399770 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterGrimeSettingsComponent_{ 0x0539BA70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterSettingsComponent_{ 0x0539B450 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__BlueprintVariant_{ 0x05130BF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__Blueprint_{ 0x05131940 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_CalculatedPackinData_{ 0x05132660 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ClonedRefNeedInit_{ 0x05131B70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_CustomShipComponent_{ 0x05130E10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_DisplayCaseComponent_{ 0x05130B50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_DynamicPersistence__OwnedPromotions_{ 0x05131620 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_EffectSequenceComponent_{ 0x050A90D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LensFlareAttachmentComponent_{ 0x05130AE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimComponent_{ 0x05132330 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimFormComponent_{ 0x050A4EC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentFormComponent_{ 0x05130530 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentRuntimeComponent_{ 0x05132760 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_MovementControllerComponent_{ 0x05130A70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentFormComponent_{ 0x05131CF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentRuntimeComponent_{ 0x05133C10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_OnFrameUpdateOperationComponent_{ 0x0515DA10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ParticleComponent_{ 0x05132870 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ParticleFormComponent_{ 0x05132DA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODCurvePresets_{ 0x053A38E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODSettingsPresets_{ 0x053A3870 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Particles__SystemDefinitionComponent_{ 0x053A3940 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_PendingDynamicNavmesh_{ 0x051329D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ReflectionProbeCellComponent_{ 0x05131690 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_RevertedCustomShipComponent_{ 0x05131F70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent__{ 0x05135240 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent__{ 0x050A8E00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x05133650 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x0512FBE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount___{ 0x05134440 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint__{ 0x05130E70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ScannableComponent_{ 0x050A9A60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ShipCellBlueprintOwner_{ 0x05133980 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_ShipManagementComponent_{ 0x05131B10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipAIActorComponent_{ 0x050A9CF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipCellReference_{ 0x05135190 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEffectsComponent_{ 0x05134ED0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEquipmentComponent_{ 0x051337B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipLinkedCell_{ 0x05134D80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipSoundsComponent_{ 0x050A9D50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipTemplate_{ 0x05356790 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipWeaponBindingComponent_{ 0x050A9130 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_Spaceship__BlueprintInteractionOffsetRefsComponent_{ 0x05131800 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_StarField__CTReferencedCell_{ 0x05130A00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_StarField____CTCelestialCollectionCell_{ 0x051C6B80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_StreamingLoadData_{ 0x05132490 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_SubSceneComponent_{ 0x0512FD70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESAIForm_{ 0x050C8520 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESContainer_{ 0x051318E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESDescription_{ 0x050A56F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESFullName_{ 0x050C9340 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESHealthForm_{ 0x050C9480 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESImageSpaceModifiableForm_{ 0x050A47B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESMagicTargetForm_{ 0x05130FF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESModel_{ 0x050C8810 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESPlanetModel_{ 0x050A5560 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESTexture_{ 0x0512FB20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent_{ 0x05130930 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESValueForm_{ 0x051314B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TESWeightForm_{ 0x05131FE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_TempDataHandleEdge_{ 0x051345A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl_WorkshopItemColorComponent_{ 0x05134B70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___BGSVolumeComponent_{ 0x05202F40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___CTWorldspaceCloneInfo_{ 0x051E4D60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___CellProcGenSpawn_{ 0x051D5CE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___PendingDestructionEvent_{ 0x0535DC50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___PendingLandingEvent_{ 0x0535D570 }; + inline constexpr REL::Offset BSComponentDB2__Detail__ComponentFactoryImpl___PendingRampEvent_{ 0x0535D5E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommandBase{ 0x0515C2B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_011afadc0c08867ff9f69dd7b443f3dd__BSComponentDB2__ID_BSCore__NumericID_unsignedintconst_ScannableUtils__InitialScanStatus_{ 0x052286C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0309ebe85a5002cc12dcc3bfb59494bd__BSComponentDB2__ID_{ 0x0518A400 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_032bcb8e56a862130700b669f298bf2b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ 0x0519CEA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03564f78090d214ac494cc28f4886dac__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__unsignedintconst_unsignedint_BSGalaxy__BiomeType_{ 0x0519E5A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03d892b0b5e21abbe35fe428ecc36635__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ 0x0516D620 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_04139653d0163b270b4314df624b71b1__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ 0x0539D130 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0613d26fee8a35798deb54e5dfa29082__TESForm_BSComponentDB2__ID_{ 0x05227D50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_08eb6e6b32a53758a749403f1290c3aa__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ 0x0539DE40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0915711dbb606f8c3ef577d43454d942__{ 0x052ABF80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0aad25da4ad1a8bff9fb29328138a170__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x052AC120 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0b85aa10fd8f6ec246e9179401828b7d__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitalDataconst_{ 0x05168BA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0cd67f925198da7487f7ed1fda196c1e__{ 0x05356980 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0dbb41458c39f4ae263a052195128356__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderRouteComponentconst_unsignedshort_{ 0x05392B40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_10a1604236e487db68f0b81ea5485070__{ 0x051C4330 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_114c7e85189045263e0d2b186da70e91__BSCore__NumericID_{ 0x05183AC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_130a65dc6ba5af792d35086707616a06__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__FlowSettingsComponentconst_unsignedshort_{ 0x053934B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1362b8e62090d1fc1e7f6280a504f0f2__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__TextureAddressModeComponentconst_unsignedshort_{ 0x0539E6B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_14bee8b6a33155ecd6c189a8d045624e__{ 0x052278E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1562c24e67e8ac9d38e7ebc2788f2c05__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterGrimeSettingsComponentconst_unsignedshort_{ 0x05392F70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_15846b32f3b47ea05e05ab954ef4a6a0__{ 0x05227960 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_16c2a7d44be7b8d6b4265111d92e83e5__BSCore__NumericID_BSCore__NumericID_BSCore__NumericID_BGSPlanetWorldSpace__PersistentIDsconst_{ 0x0515C3D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_170b651b7b20ec99aa1084f150b4bece__{ 0x051884F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1896d14b763dd5d108104ae6d152a734__{ 0x0518A2E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1b4716c7c027a221561093b3cd4a843e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ 0x052D09B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1c8817c58a3143f088a97afdae98e127__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__StarmapBodyEffectComponentconst_unsignedshort_{ 0x05391610 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1ebf9bc64ea3d70f8a3560441bb82762__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBrightnessModifier_{ 0x0519CB90 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fa05858c4e6398a5d98370221408840__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ 0x0539D760 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fb6988f940db3bc44cdffe850040c32__BSComponentDB2__ID_BSResource__ID_{ 0x0538F980 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fffc88ea9ce11e97e75e556b918a801__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__StarDataconst_{ 0x0516A500 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_20c8cc01562503d59ea9214cb505d4f3__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Channelconst_unsignedshort_{ 0x0539E960 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_21270abe0d16956fcd14d2daa390cc51__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSForces__ReceiverSettings_{ 0x053ADEC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2311a5dcc6e1f688e5531ae021d7a6af__{ 0x051D6D10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23350e4dea609692679fecb219e44f90__BSCore__NumericID_{ 0x051CE960 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23993791ff518d80c3881d0df1b5f94a__{ 0x05228BB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2454a8d6c1448e930776cd462506a568__{ 0x0518DE20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2468193575b2d18cd9b5351e2f18c4c7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__GlobalLayerDataComponentconst_unsignedshort_{ 0x05392CC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_24fd34c662b6a11296a54e4bb3a7a1ad__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__Colorconst_unsignedshort_{ 0x0539CD20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_27b127c9a961a0f379617eeb89a9a152__BSComponentDB2__ID_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ 0x05390C60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_281b3cd8caf19e8aa8f7101fcb8954d2__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTArray_BGSBaseLODRuntimeComponent__ResourceInfo_BSTArrayHeapAllocator__{ 0x05160750 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_28c587a77efb1f9fe7370a82c397ca48__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureSetKindComponentconst_unsignedshort_{ 0x0539D4D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bba956a2331f27c864ed96d9a192cd3__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__MaterialOverrideColorTypeComponentconst_unsignedshort_{ 0x0539C7C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bdd23bbc74cee91b8e6575a939596dd__{ 0x0535D010 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2c3c728475de09b2413ad683ae16098a__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__int_{ 0x0516CE10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2e32aa9f7c5578116b999e379ecc1ab9__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__OverlayPlacement____CTDesignatedInfoconst_{ 0x051BA5D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3001f6418dfc3f83513235c436d99c1b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetarySystemLocationID_{ 0x0516D9E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3106bf95c5cebaef6bf454905fa6729b__{ 0x051C3360 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_323a9acc54623bb7cf782a9daf8cb473__{ 0x0515C0F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3272fbbd15dc8f94e7649f0a8d95c63f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainTintSettingsComponentconst_unsignedshort_{ 0x05393AA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_337642c33fc3adac46bd3f59b2a5907f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterSettingsComponentconst_unsignedshort_{ 0x053924C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_34cc200ed16119e76670963bea50227e__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSSimpleTaggedType_BSGalaxy__Tag__PlanetarySystemTag_unsignedint_0__BSFixedString_NiPoint3_float_float_BSGalaxy__UnusedStarsCSVData_{ 0x05374FB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3713e13f864757911f4269e0555234e6__BSComponentDB2__ID_NiPoint3A_NiMatrix3_{ 0x051C53A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_38161725616f151b3405614721a42361__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0535E720 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3915a5d2fd13d41dd8723c6aee749113__BSComponentDB2__Detail__EdgeKeyconst_float_{ 0x05374710 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_39de43eec78e247fc51d25d0fd8228ea__BSComponentDB2__ID_std__vector_unsignedint_BSTHeapSTLAllocator_unsignedint_2___{ 0x051D69B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3a961eb76cfdf2a79d37c509aa0cbf51__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__AlphaSettingsComponentconst_unsignedshort_{ 0x05392E90 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bf90d393a02c16673848a202f36302f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__OpacityComponentconst_unsignedshort_{ 0x05394F70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bfd3999ed1d801588d51e53d104e45f__{ 0x053748F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c24d59a5ea2f5f4f92367f894330ac8__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BodyType_{ 0x0516D7F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c5ac7933b7c866914f2bd7e6a57cca2__BSComponentDB2__ID_{ 0x051ED3A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c948c9153d364ec1527943ffe8630b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitedData_{ 0x0519DC50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3d8746f6acd1a3614e2469d52992dd4e__BSComponentDB2__Detail__EdgeKeyconst_{ 0x051C2760 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_419898fe4cd079d1306c409fb1531c72__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ 0x0518E330 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43e4888e07a53225a1a41874988ed208__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ 0x0539D5A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43fe5b67d8498fb8c29c77d205f9edd7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBodyType_{ 0x0519D740 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_442be6d48a057613b1ea3845cb046b56__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_0_const_{ 0x05380390 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_44f3ad81d0f34702baffb33b6578fe35__{ 0x051C5790 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_475d4a17e9a8fe97fa74747c0e03eccf__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetLocationIDs_{ 0x0519C990 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_482f09d33b7571e20d4dc8055a180fb3__BSComponentDB2__Detail__EdgeKeyconst_{ 0x05381080 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_48b88048bd7ef043d831f4243824f29b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051EB420 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4a4c2dd5b48ea4a0a6220f7d7158f529__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Offsetconst_unsignedshort_{ 0x0539E500 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4c45d486445b561bb86551c0c5a30813__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_std__pair_unsignedintconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____2__std__hash_unsignedint__std__equal_to_unsignedint____{ 0x051D6770 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4d32f7f5c57dca8893df4d143127416c__{ 0x05391310 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4e825187c404c5fa4da02616ea934a7a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EyeSettingsComponentconst_unsignedshort_{ 0x053958F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4f753b3e29869561664ee810afdd48f5__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x05380D40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5006dac871ca229988186e7008dfb8d5__BSComponentDB2__ID_BSFixedString_{ 0x0516D000 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_502f2e7c986729c43414b5722dffea36__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureResolutionSettingconst_unsignedshort_{ 0x0539D060 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_513f17b190c175a8914a950769bead07__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ 0x0519C630 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_51aa911e33a44abc94c2ad3bff0e0fa1__BSComponentDB2__ID_{ 0x051C5660 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_53bdd45325c0f87ac55060fa8504cc2d__BSComponentDB2__ID_BSComponentDB2__ID_{ 0x051C5A20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_546d49705a2f97f85331da948a35af88__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ 0x051A24C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5589bbb17acf3ce861145a4ac6198773__{ 0x05227A80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_558a100f2e74c42a284498662677d180__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__SatelliteCSVData_{ 0x0516D440 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b27cb3f02d39cd3b340b36a008d136__{ 0x0538E980 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_578d24ba2cb842616c6d9f75574297a8__{ 0x051EB840 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5984ef721062d2d92419fa491bbaecd9__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ColorChannelTypeComponentconst_unsignedshort_{ 0x0539DC80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5a214151508ff36d64927c23d049d260__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSFixedString_{ 0x0519D560 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b1272e35e0b71d6d6a517b727d2e334__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TranslucencySettingsComponentconst_unsignedshort_{ 0x05391B00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b43be6c455a2a51dd9a7269a00079ca__BSComponentDB2__ID_{ 0x0518E1F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5e6f1c84ec29f06b783a2e3d5441b885__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ 0x0539CEA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5f74793f3c985113f46fd9c78edf8e4b__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EffectSettingsComponentconst_unsignedshort_{ 0x05393FF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_60c06188ebc976539307cffe32436308__unsignedint_{ 0x051FDE60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6270eeb78a4c4d32304d8d3ad97c65d7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBiomeData_{ 0x0519BEA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_62b4346f0c24bc8fbfd3c5a7378bd506__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_1_const_{ 0x05380F00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65260c8358d52b06728fd447f654cb7d__BSComponentDB2__ID_{ 0x051C6630 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65ff5896f4482c7779daecfc75d6d642__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__CTBlockCellHeightGridconst_{ 0x051BA410 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6806eb6b7a086dc17aea3a8e43e16735__BSComponentDB2__ID_{ 0x051C69D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_68c8919b0f256da3787ccd7dc73298a6__BSComponentDB2__Detail__EdgeKeyconst_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ 0x0515C6C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_69fcd12289d1c0130c2033e854561ae0__BSComponentDB2__ID_{ 0x05380790 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6c9a772c2a03d6ae596e5fe594078bef__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DecalSettingsComponentconst_unsignedshort_{ 0x05393590 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6cb07038f0b8ebf0f16f9651238ab759__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ 0x05163620 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6ceeec104a657aff4e60b5006e5dcde0__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderModelComponentconst_unsignedshort_{ 0x053925A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6d9e7f1b03ea49a3ab0c12cd997d84a8__{ 0x052AC000 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fbe52ac6180973612fccec0cd8af28b__{ 0x0535CC80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fc19162fa1fd1cf93171fa2eb48d89d__{ 0x052277C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_705022d7f02f2c42168e0bcb97f6a0cd__BSComponentDB2__ID_{ 0x051C4020 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7124c033e12b1896d6876a72ef6607f0__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ 0x0534FED0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_726c7938fe0ab53c99e9432fcaa3278b__unsignedintconst_bool_{ 0x0522FA20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_729633654612b72ce2d179658a2da6f1__BSComponentDB2__ID_unsignedintvolatile_{ 0x0519CD30 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_72b67abf76a37ceafcdee37b91253183__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_unsignedshort_{ 0x05391880 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7342b654a14f546307a6e4418aa4f9d2__{ 0x051C50E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_737b6d45870a54f331f4703c340a174d__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_unsignedshort_{ 0x0539C300 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_74f5df9a2711887dfaff1c0039c8629d__BSComponentDB2__Detail__EdgeKeyconst_{ 0x051D1C50 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b35c59db711d5a882c8904126d5a4f6__{ 0x0517FC90 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b4d724c1688d5484b1fa06fe2b80fc8__BSComponentDB2__ID_{ 0x053500C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7c3ec67db782ff6376f5774be894cc44__{ 0x0538EAA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb06c85a779e988909145236352b3df__{ 0x052AB4B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb8944f2eb0e02f5935d500d06f968b__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Scaleconst_unsignedshort_{ 0x0539E290 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e9ae96d12abae1aed358a503102bf27__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitalData_{ 0x0519E210 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7f2a7b1360ae5db27f93c8aa4c98d633__{ 0x0535D190 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8223c3cf9d5b2b41a7c63b901285df60__double_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ 0x051C5220 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_823ea704ca5b799b4747f8da8d436147__{ 0x051D4A00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83153459569c297c33eeb320cac4e10b__BSTPoint4_BSDoublePoint4AOps__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_bool_{ 0x051C4F70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83eb88dc785ded7bbdba36eaa69ac717__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__void_{ 0x053751D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8412abbdbc89713f0b56e7af2367dd78__{ 0x051ED640 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84a18b7d7011e1e4004599521e7a5a38__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainSettingsComponentconst_unsignedshort_{ 0x05394630 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84c8d09383ae2389d797bf13d8f74e50__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayData_{ 0x0519D900 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8556c71063c67d4d750c8b90344839b3__BSComponentDB2__ID_{ 0x0518F940 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_85b29ddd9f79f4bc3bdb398b991b5996__{ 0x0517DAF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_862290f3169d61bded3b131eb07a7c8b__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x052AB6F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_87e34860556d64ffb9adb3fa7d4f7abb__{ 0x05229070 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8bc145bf8f5861b69401a34a1f85b58b__BSComponentDB2__Detail__EdgeKeyconst_{ 0x05380BE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ca57b74fb66d60dd1b8c845e5f6514b__BSComponentDB2__ID_{ 0x051ED770 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8da7c32c621f7a949b3983e7c66b3ccc__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EmissiveSettingsComponentconst_unsignedshort_{ 0x05394710 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8db88135c0ebc3a944668231afc5b6fb__BSFixedString_BSComponentDB2__ID_BSComponentDB2__ID_{ 0x051C58D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8e6fbc50fc66052380cbd2a377344218__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0535E260 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ed365dd56fbea48d403b427a71992d6__BSComponentDB2__ID_BSResource__IDconst_{ 0x05380630 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ee449afe10d933a75c65bdc18cda39b__unsignedint_BSResource__IDconst_{ 0x05180580 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8fd312ccd6849cff4f0fedfa7efbb27d__{ 0x052298F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90016e3683b25a6d306b5490dd1c2e93__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__PendingDynamicNavmesh__Cause_{ 0x0535ECC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90ab90acfa51fa1a8368f0c3cccaae41__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ 0x053507F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_915a566dc4f5d4b9a729445da5eb56af__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LayeredEdgeFalloffComponentconst_unsignedshort_{ 0x053942B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_91b63ff8eab3d0486e088dbcab3069db__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__BlendModeComponentconst_unsignedshort_{ 0x0539DF10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_923694337caf8fd79a0cb5bedea38e7d__{ 0x0518A0B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_928fefcc9614abc0f5f2a8f706945df5__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ 0x051C5510 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933e8d3a564bcde75d85255555e7df09__BSComponentDB2__ID_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ 0x051CEAD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933fc208a16760fa507a05c6f24fc190__{ 0x0516DE30 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_94423f29f0eb66a462e2d541467b8953__BSComponentDB2__Detail__EdgeKey_{ 0x05380920 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_96631490dca5da837baa79b5ed64d0fc__BSComponentDB2__ID_BSResource__ID_{ 0x05180310 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9bf5bdf8c589690a8285c1ccbd71d14f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterFoamSettingsComponentconst_unsignedshort_{ 0x05394390 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9def102c3601235a64afe3514a95cc35__BSComponentDB2__Detail__EdgeKeyconst_{ 0x05380A80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9e7463508bcffa738ef2719e45537cba__BSComponentDB2__ID_unsignedshort_{ 0x051D76F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9eab01cfe6167ff1309b08409bce75fc__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__PatternPlacement____CTBlockHeightAdjustmentconst_{ 0x051BAAE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9ef77e179b27dd607d7d43e148db77a6__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__PorosityComponentconst_unsignedshort_{ 0x05394560 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9effc7eb549bbcf5650fe39691218490__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__VegetationSettingsComponentconst_unsignedshort_{ 0x05391CC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a00b8ad08d33c2845d9aa87b7875bc41__BSComponentDB2__Detail__EdgeKeyconst_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ 0x051D3A60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a0efdb482ab23625c9bdabf3312e0448__{ 0x0535CEF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a1c370a3199574c60547a2400e442019__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTCellData_{ 0x0519E030 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a23e534190d30cec24dca216325d5022__{ 0x05352CF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a27c0be5f4b64ddccd8bc50e045d9555__BSComponentDB2__ID_unsignedshort_{ 0x0519D290 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a307ac9bf8de0e10cf6e4dcc7136da63__std__shared_ptr_Particles__SystemDefinition_const_Particles__ResourceUIDconst_{ 0x053A1C00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a55070d0055f671661c8cb59c00a4cca__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__HairSettingsComponentconst_unsignedshort_{ 0x05391BE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a5c17da87a28e8337eb6dbdfc39eb263__BSComponentDB2__ID_floatconst_{ 0x0515C220 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a6db6e8ce2a1b5900590f5d36705dada__BSComponentDB2__Detail__EdgeKeyconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___unsignedintconst_{ 0x051D78C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a90056ac78118b4f962495d8ad4dff6a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LevelOfDetailSettingsconst_unsignedshort_{ 0x05395040 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9b074fbf6ecab7777043b15e2adb86a__BGSPlanet__PlanetData_unsignedintvolatile_{ 0x0519D140 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9ba8d35507820d87d57fd5f5da57326__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_unsignedshort_{ 0x0539C970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aa23ec344a9fbf4942aec303b0f38331__{ 0x051C4BE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ad6e5d2ece4e6b37713d729681709823__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereData_{ 0x051CC7F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aeffd6290e08a1be9b71be2baf659d15__{ 0x05352BD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b1634163fe651885766517a2de1ad880__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0535E560 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b18c764913ecad9185e6e23e92b76bc0__BSComponentDB2__ID_{ 0x051E40E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b34b6df8a3de1133a3da714f35823476__BSComponentDB2__ID_{ 0x051C6730 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b3ac54931aaa7f40a402345d93c310e4__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereModifier_{ 0x0519C280 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b56427495ae236b8ffe56fb1f90025fd__BSComponentDB2__ID_SpaceshipTemplate_{ 0x05350550 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b5706dd53a2446d78825e4eacb437591__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ 0x0515BF80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b68f38074d453efcc32328053bbcf019__BSComponentDB2__ID_unsignedshort_{ 0x05351730 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b80a7800756621c121abb58039be6a69__BSComponentDB2__Memory__ComponentHandle_1_const_{ 0x0518F7D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b81d3f7ade5fe01bb7ae84f235bc5b4c__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__UnusedGalaxyCSVData_{ 0x0519DE40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_baf8eabb78e3a4d88cd75fb4c0cb3f26__BSComponentDB2__ID_unsignedshort_{ 0x051D1B00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_be1db6df11b94ebf79307cf2dd8c85af__{ 0x0538F900 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf096e3fbdedb7e0099f54a9e833a69c__BSComponentDB2__ID_BSComponentDB2__ID_{ 0x052A7AC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf4121c593a271462c9bc66003123e75__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHintconst_{ 0x05350970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf5dcbafe5debd663425b154685c6f62__{ 0x05228930 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf67003c10db0ae0799a21d7d69a2ec7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__MouthSettingsComponentconst_unsignedshort_{ 0x05393230 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0ba88bc81ce3f3f3c92cfa1668386f1__BGSPerk_unsigned__int64_{ 0x051E84F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0f5994d28403811cf2be55a55199742__unsignedint_{ 0x05191990 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1d045f7d1e1a54101cd7d7d11e0c211__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x051D44C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1e567e18ce5c2a0940481ac92356f1d__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__UVStreamParamBoolconst_unsignedshort_{ 0x0539E350 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c31361456e1310fdc438cea778582499__{ 0x052AEA30 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c37e7551942d910897df90ba09d50d55__BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x052ABCC0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c3a137ad0882de34ef84e21c0cab422e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ 0x0519C080 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5af119924c2d27621b0c71db98f7c0f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x051C4D80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5fac3512970304ce8955e806e5aa76c__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x051E46D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c7a234104ca5428eae6bf912937dfb53___lambda_f939eef7aa5e251f856fea03ff24e25c__BSSimpleTaggedType_EffectSequence__PlayerTag_unsignedint_0__{ 0x05162330 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c84284bf76481ddbb3caa85206dc654f__BSComponentDB2__ID_{ 0x05227560 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c911e532a7a6991fe2797c7bf565e3e1__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ColorRemapSettingsComponentconst_unsignedshort_{ 0x05395780 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9c85547f5eb6fa11b04b67e76b9d9af__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitedDataconst_{ 0x05168F40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9df8477addd9778235ff72be1979810__BSComponentDB2__ID_BSTArray_BGSLoadFormData_BSTArrayHeapAllocator__std__vector_BSTSmartPointer_TESForm_TESFormExternalPolicy__BSTHeapSTLAllocator_BSTSmartPointer_TESForm_TESFormExternalPolicy__2___{ 0x051D5FD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ca5347a0d3a14fd42e71dfb4071ff147__IFormComponentFactoryCreator__ReserveControl_{ 0x0516B140 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cc3595e049fa6c743afc13dd506f1e00__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__DynamicData_{ 0x0519C470 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ccf8fc95735998dcf3fdcd8e65916474__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ 0x0539DAE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cde5b0c0f8919ad51fe46615c834338d__{ 0x0518A1B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ce5155e8fd6abaf415bf05ac246021ad__{ 0x051D5DD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cf2acf07672103e8c3d25d0d1312778d__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__CollisionComponentconst_unsignedshort_{ 0x053955C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d0ae1d05cfd8943448ff8fbaf109e770__BSComponentDB2__Memory__ComponentHandle_1_const_{ 0x0518FA80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d14accb1762c0641c77e80f7ae06c625__{ 0x053A19B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d36966b1960e7f8b5b64a7c05ef8111e__BSComponentDB2__ID_{ 0x051D6BE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d71acbe8d588db85e1b22c43cf84837b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeDataconst_{ 0x0519C7C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d7ff5a56c388db97c5d580c28c4c6149__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BGSStar_{ 0x0516CC40 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d92ea4f09b0ec6bcc29e864bb91488b5__{ 0x0517F960 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dae60b42aa6ed10785e6d4ed2a73f500__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x052AB940 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dc878a6b48656b553ef82d9f503ef014__{ 0x052AAC70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dd0fa8a8319b6ae528ac53924b91efb2__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ 0x05392110 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dfb4ed9fdfbbc69a7f366a11bc9e7230__{ 0x05390DE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dff3c7354039ad0fa4f4c4de7e64775d__BSComponentDB2__ID_BSTSmartPointer_TESForm_TESFormPolicy_const_BGSGenericBaseForm_{ 0x053503C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e2116a4ef55136d23dd5b42579c35f3e__{ 0x051E3C20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e27d74cc0418ae2ff7f245228c362faa__{ 0x051E3DF0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e5b16867ea606e7b2476ed212c239991__BSComponentDB2__ID_unsignedshort_{ 0x0519D3D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e62da2059af5db5c342cde0b6609067f__{ 0x05228390 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e7ea5770bddc1582e42cf6396cb936f9__{ 0x051D27D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e81a99f17ddc46065edde917804d3110__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ 0x051E4930 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e8afdd2893ef6260dc7354452f59be1e__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSCore__NumericID_BSCore__NumericID_BSTHeapSTLAllocator_std__pair_BSCore__NumericIDconst_BSCore__NumericID__2__std__hash_BSCore__NumericID__std__equal_to_BSCore__NumericID____{ 0x05351C00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_eb7e5b6e1dbd2c42282fa3d960c2c22d__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ 0x0539CDE0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ecbbf66ba682c05509ae2a712e68ae96___lambda_c50c74ab526301838835417dda164fcd__EffectSequenceComponent__NodeMap_{ 0x05161800 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed03a30ecfafafd4841dd83f17e0c0c9__{ 0x052AA2B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed1860e4f1c0285962af7667c97f6e95__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeData_{ 0x0519DA90 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed9950422ab61b063814876cee7444fe__{ 0x0538EC80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ee4bdb7090972c6de0617bb4624d5f6c__BSComponentDB2__ID_BSFixedStringconst_BGSSurface____CTWaterHeightconst_{ 0x051BB110 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef3f222a620b9526a2546d68c603513f__{ 0x052276A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef4b6431c85b61fb42b91929a3b01f14__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__FlipbookComponentconst_unsignedshort_{ 0x0539C8A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f0285a6b60f01a2577ccbc4ffd49877a__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_unsignedshort_{ 0x0539C220 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f069d14a826c56fdc732784bfc9f4451__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DistortionComponentconst_unsignedshort_{ 0x05393C80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f55e229c852f58f26241e90e3cf780de__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_unsignedshort_{ 0x05392DA0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6a8e17636cb3c5dc1336f7bfd3c4606__{ 0x0535CDD0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6e8ed7443ef77f132ade09dafa9eb01__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__NiPoint3_{ 0x0516D250 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f807a583f2d7501aa319e7a194b04636__{ 0x052AA9D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f9cd7b5c38b97c47912fc03aca59a12c__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ 0x0539DBB0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd4f5645fda88104f597e31a23aa5287__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DetailBlenderSettingsComponentconst_unsignedshort_{ 0x053940D0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd7c5133638da0b899a525c4912a81c0__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSFixedString_BSFixedString_BSGalaxy__CTCellData_BSGalaxy__OrbitedData_BSGalaxy__OrbitalData_BSGalaxy__SatelliteCSVData_BSGalaxy__UnusedGalaxyCSVData_BSGalaxy__CTAtmosphereModifier_BSGalaxy__DynamicData_BSGalaxy__CTBiomeData_BSComponentDB2__ID_BSGalaxy__StarSystemCsvColumn_unsignedint_BSGalaxy__CTBodyType_{ 0x05374E00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fe2e6f7cb4bf187b645c5b08d629c500__{ 0x052D0B70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ff54c86ab4b749a985203f2ddd1a4a3e__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ 0x0518E570 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_bool__BSComponentDB2__ID_BSComponentDB2__ID_bool_{ 0x053905E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_BSComponentDB2__ID__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSComponentDB2__IDconst_{ 0x0516C190 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ 0x0516B970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ 0x051C5B80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ 0x0516E560 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__ID_BSComponentDB2__ID_{ 0x0516DF60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__ID_{ 0x0516DD00 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__IDconst_{ 0x051C3B80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool_{ 0x05188620 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const_{ 0x0516A5E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ 0x0516B000 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_charconst__BSComponentDB2__ID_BSFixedString_{ 0x0516E290 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ 0x0518C870 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ 0x0518C4C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__ID_{ 0x051CE420 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__IDconst_{ 0x051D7D60 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericIDconst_BSResource__IDconst_{ 0x051E43B0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID__BSCore__NumericID_{ 0x051806C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x0516B830 }; + inline constexpr REL::Offset BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__ReadAndUpdateInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ 0x0519D000 }; + inline constexpr REL::Offset BSComponentDB2__Detail__IComponentFactory{ 0x050A46C8 }; + inline constexpr REL::Offset BSComponentDB2__Detail__IReadAndUpdateTraverserNoProperty{ 0x0516E970 }; + inline constexpr REL::Offset BSComponentDB2__Detail__IReadTraverserNoProperty{ 0x051C70E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_893c6d705c84a7e0d51d399d9f566036__{ 0x0538F100 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_b790227927364599a464cd537e5562dd__{ 0x0538EF70 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_d90aaa42e850ebf447a4ae09238b71d5_const_{ 0x0519F400 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_da1f33af6e85eb21a4873b31e467c8b9__{ 0x0516E8F0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_045890c1aaf1eb3eb797db8b0b5bbeca__{ 0x052962C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_1441f1cbbe826682a14d46f4d63df194__{ 0x05230480 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_17f228e2dc66284ba636844fb313caf1__{ 0x05293600 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_21cf4e451ea7c564c00d182482839f4a_const_{ 0x053731C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_2b593cf8e90acaf02dc67be7bd2d85dc__{ 0x05373150 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_2ead8f75c10dd3c612a8a4cdbd3841f3__{ 0x0538FA20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_320ca30a4f987585112db3c6958e5ae2__{ 0x05374A80 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_3def0ad88d4ce7850ff339e79302a498__{ 0x0538EE20 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_631d683c84c4b7a3550d20fdf2e5470e__{ 0x051C66C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_69b9867905c0f8e730bf5919fdafd9b1__{ 0x05256510 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_6f5dc224e972eab3a7184aa22e2e0ddb__{ 0x05296530 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_9c229fad528b2fb2826c6d779358538f__{ 0x052961A0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_a8772a08b1b36748650310c120eda21d__{ 0x05374A10 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_b19d50247db0d7fc25481fa52ccf2bf1__{ 0x053733E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_c59cd51e975704ed08342984de5c93de_const_{ 0x051C6540 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_d6109485a896d8604e7f5cd0eda18c02__{ 0x0538FA90 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_db9d4a9a1849cc0569fe7011848f3baf__{ 0x052964C0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_e6e2bd02acfc9bcc2147f7af84d4a4f8__{ 0x052963E0 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_f5ed750d1f656208027d22d9bfcec1c4__{ 0x05296450 }; + inline constexpr REL::Offset BSComponentDB2__Detail__TReadTraverser_void__lambda_f8eccf87aabef9966056d1749f6a7eee__{ 0x05291CA0 }; + inline constexpr REL::Offset BSComponentDB2__JsonDBIDHandler{ 0x0538F5E0 }; + inline constexpr REL::Offset BSComponentDB2__JsonResourceIDHandler{ 0x0538F618 }; + inline constexpr REL::Offset BSComponentDB2__Memory__ConcurrentPageAllocImpl{ 0x053808D0 }; + inline constexpr REL::Offset BSComponentDB2__Memory__ConcurrentPageAllocImplBase{ 0x053814B0 }; + inline constexpr REL::Offset BSComponentDB2__StorageService{ 0x0538E330 }; + inline constexpr REL::Offset BSComponentDB2__StorageService__Impl{ 0x0538F468 }; + inline constexpr REL::Offset BSComponentDB2__StorageService__LoadBatch__AddLooseFilesRecursive__2__Traverser{ 0x0538F6F0 }; + inline constexpr REL::Offset BSComponentDB2__StorageService__ObjectReferenceVisitor{ 0x0538F4B0 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__BodyDrawData_{ 0x05373EA0 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__BodyPhysicsData_{ 0x053738C0 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__CTHighDetailInfo_{ 0x05373580 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__DockingChildState_{ 0x05374010 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__DockingParentState_{ 0x05374070 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__DynamicState_{ 0x05374130 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_BSGalaxy__OrbitState_{ 0x05374180 }; + inline constexpr REL::Offset BSComponentDB__ComponentFactory_StarField__CTBodyCell_{ 0x0512F7A0 }; + inline constexpr REL::Offset BSComponentDB__IComponentFactory{ 0x0512F7F0 }; + inline constexpr REL::Offset BSComponentDB__ViewAccess{ 0x051C2580 }; + inline constexpr REL::Offset BSComponentDB__ViewAccessModify{ 0x051C2508 }; + inline constexpr REL::Offset BSComponentDB__ViewAccessWritableBase{ 0x051C2540 }; + inline constexpr REL::Offset BSComponentDB__ViewReferenceBase{ 0x051C24D0 }; + inline constexpr REL::Offset BSCompression____CompressorData{ 0x053C82E0 }; + inline constexpr REL::Offset BSCompression____LocalHeap{ 0x053C8320 }; + inline constexpr REL::Offset BSConnectPoint__ChildOrigin{ 0x0518B2E0 }; + inline constexpr REL::Offset BSConnectPoint__Children{ 0x05377BC0 }; + inline constexpr REL::Offset BSConnectPoint__Parents{ 0x05377B90 }; + inline constexpr REL::Offset BSCoreMessage__MessageSource{ 0x05127F48 }; + inline constexpr REL::Offset BSCore__NumericID{ 0x0508E078 }; + inline constexpr REL::Offset BSCounterStorage{ 0x0533B8F8 }; + inline constexpr REL::Offset BSCylinderConstructor{ 0x052078C0 }; + inline constexpr REL::Offset BSDamageStage{ 0x053892D0 }; + inline constexpr REL::Offset BSDebounceManager{ 0x05371AA8 }; + inline constexpr REL::Offset BSDebrisNode{ 0x053892A8 }; + inline constexpr REL::Offset BSDiscBootSystemUtility{ 0x051359F0 }; + inline constexpr REL::Offset BSDistantObjectExtraData{ 0x0538DC18 }; + inline constexpr REL::Offset BSDynamicGeometry{ 0x05407C60 }; + inline constexpr REL::Offset BSExceptionHandler{ 0x05119298 }; + inline constexpr REL::Offset BSExteriorReflectionProbeAdjustmentVolume{ 0x0538A5C0 }; + inline constexpr REL::Offset BSExtraData{ 0x05163C78 }; + inline constexpr REL::Offset BSFaceDB__AttachHeadControlNode{ 0x05165170 }; + inline constexpr REL::Offset BSFaceDB__CreateHeadControlNode{ 0x051649A0 }; + inline constexpr REL::Offset BSFaceDB__CrowdHairCustomization{ 0x05165240 }; + inline constexpr REL::Offset BSFaceDB__EyeCustomization{ 0x05165210 }; + inline constexpr REL::Offset BSFaceDB__FaceCustomizationTexturesNode{ 0x051651D0 }; + inline constexpr REL::Offset BSFaceDB__HairCustomization{ 0x05165278 }; + inline constexpr REL::Offset BSFaceDB__JewelryCustomizationNode{ 0x05165100 }; + inline constexpr REL::Offset BSFaceDB__RequestCompleteNode{ 0x05164968 }; + inline constexpr REL::Offset BSFaceDB__RequestHeadPartResourcesNode{ 0x051650C0 }; + inline constexpr REL::Offset BSFaceDB__TeethCustomizationNode{ 0x05165138 }; + inline constexpr REL::Offset BSFaceDB____HeadPartHairCustomization{ 0x05164DC0 }; + inline constexpr REL::Offset BSFaceDB____HeadPartJewelryCustomization{ 0x05164E10 }; + inline constexpr REL::Offset BSFaceDB____ReplaceHeadPartControlNode{ 0x05164EB0 }; + inline constexpr REL::Offset BSFaceDB____ReplaceHeadPartPostProcessNode{ 0x05164E60 }; + inline constexpr REL::Offset BSFaceFX{ 0x051642B0 }; + inline constexpr REL::Offset BSFaceGenAnimationData{ 0x051EDA58 }; + inline constexpr REL::Offset BSFaceGenNiNode{ 0x051EDC00 }; + inline constexpr REL::Offset BSFaceGenUtils__UpdateFaceCustomizationTexturesNode{ 0x05164F00 }; + inline constexpr REL::Offset BSFaceGenUtils____ApplyLayeredMorphWeightsNode{ 0x051EE110 }; + inline constexpr REL::Offset BSFadeNode{ 0x05090010 }; + inline constexpr REL::Offset BSFile{ 0x052AA1C8 }; + inline constexpr REL::Offset BSFile__PageCache__PhysReadType{ 0x053C82A8 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__BuddyAllocBase{ 0x052AEBF8 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__BuddyAllocTag{ 0x052AEC38 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__IAlloc{ 0x052AECE0 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__SmallBlockPool{ 0x05135BE8 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__TAlloc_4294967296_16777216_128_{ 0x052AEB50 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__TUserPoolImpl_0_128_BSComponentDB__EnvType__ViewControlFallbackAllocator_{ 0x0537FEF0 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocatorSingleThread_{ 0x05408710 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocator_{ 0x05407CE0 }; + inline constexpr REL::Offset BSFixedSizeBlockAllocator__UserPoolImplBase{ 0x05135BA0 }; + inline constexpr REL::Offset BSFixedString{ 0x05091E20 }; + inline constexpr REL::Offset BSFogVolume{ 0x0538A598 }; + inline constexpr REL::Offset BSFrameManager{ 0x0538BF60 }; + inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService____{ 0x0515D480 }; + inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager____{ 0x0538BD00 }; + inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager____{ 0x05162D70 }; + inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService____{ 0x052BCFD0 }; + inline constexpr REL::Offset BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator____{ 0x053969F0 }; + inline constexpr REL::Offset BSFrustumFOVController{ 0x05406030 }; + inline constexpr REL::Offset BSFurnitureMarkerNode{ 0x0538A450 }; + inline constexpr REL::Offset BSGFxFunctionBase{ 0x0539F428 }; + inline constexpr REL::Offset BSGFxFunctionHandler{ 0x053A0BF0 }; + inline constexpr REL::Offset BSGFxObject{ 0x05263600 }; + inline constexpr REL::Offset BSGalaxy__BGSStar{ 0x0516DAD0 }; + inline constexpr REL::Offset BSGalaxy__BGSSunPresetForm{ 0x0516DAF8 }; + inline constexpr REL::Offset BSGalaxy__BiomeMapDB__LoadBiome{ 0x0516DB28 }; + inline constexpr REL::Offset BSGalaxy__Biomes__IMap{ 0x05127C40 }; + inline constexpr REL::Offset BSGalaxy__Biomes__Map{ 0x05127290 }; + inline constexpr REL::Offset BSGalaxy__ModuleState{ 0x05372CF0 }; + inline constexpr REL::Offset BSGalaxy__Physics__Havok__BSGalaxyCollisionObject{ 0x053746C0 }; + inline constexpr REL::Offset BSGalaxy__Physics__Havok__bhkSpaceWorld{ 0x053744B8 }; + inline constexpr REL::Offset BSGalaxy__hknpBSShiftOffsetCollector{ 0x05374478 }; + inline constexpr REL::Offset BSGameDataSystemUtility{ 0x051274E8 }; + inline constexpr REL::Offset BSGameStreamUtility{ 0x05135720 }; + inline constexpr REL::Offset BSGamepadDevice{ 0x05372288 }; + inline constexpr REL::Offset BSGamerProfile{ 0x05135E08 }; + inline constexpr REL::Offset BSGdkTaskletGroupData{ 0x053C98A0 }; + inline constexpr REL::Offset BSGdkTaskletManager{ 0x05127888 }; + inline constexpr REL::Offset BSGeometry{ 0x05091100 }; + inline constexpr REL::Offset BSGeometryConstructorManager{ 0x052BE930 }; + inline constexpr REL::Offset BSGeometrySegmentData{ 0x054073F0 }; + inline constexpr REL::Offset BSGrabIKNote{ 0x05406DE0 }; + inline constexpr REL::Offset BSIMusicTrack{ 0x051E52B8 }; + inline constexpr REL::Offset BSIMusicType{ 0x05127710 }; + inline constexpr REL::Offset BSIdleInputWatcher{ 0x0525E7A0 }; + inline constexpr REL::Offset BSInputDevice{ 0x053722B0 }; + inline constexpr REL::Offset BSInputDeviceManager{ 0x053718C0 }; + inline constexpr REL::Offset BSInputEnableManager{ 0x05371E70 }; + inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_308e8d5968cc3bb57dc647b65f0503de__{ 0x05371F50 }; + inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_661d0f60f138cd02e3f7b3c7e342bf35__{ 0x051D8050 }; + inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_94a0f5f89a773c29acc037dcff4efac1__{ 0x052A5D10 }; + inline constexpr REL::Offset BSInputEnableManager__DebugNameFunctor__lambda_e65887d2910f76d0d564a8b328ce8ef8__{ 0x05341240 }; + inline constexpr REL::Offset BSInputEnableManager__IDebugNameFunctor{ 0x051D9EB0 }; + inline constexpr REL::Offset BSInputEventReceiver{ 0x05225788 }; + inline constexpr REL::Offset BSInputEventSingleUser{ 0x05251618 }; + inline constexpr REL::Offset BSInputEventUser{ 0x050C6A18 }; + inline constexpr REL::Offset BSInstancedGeometry{ 0x05158D10 }; + inline constexpr REL::Offset BSIntrusiveRefCounted{ 0x05127858 }; + inline constexpr REL::Offset BSInvMarker{ 0x0538DB10 }; + inline constexpr REL::Offset BSJobs2__Detail__CompletionJob{ 0x052A87C0 }; + inline constexpr REL::Offset BSJobs2__Detail__CompletionJobImpl_void___void__{ 0x052A8600 }; + inline constexpr REL::Offset BSJobs2__Detail__ControlNodeJob{ 0x0517F878 }; + inline constexpr REL::Offset BSJobs2__Detail__GroupThread{ 0x053C7C90 }; + inline constexpr REL::Offset BSJobs2__Detail__NodeJobBase{ 0x0512C688 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_088f001f29e62fc709abe21f83ea75bf__{ 0x05403CE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0a591ac3ff94163a38651752c151264c__{ 0x053F75E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0c320f36fb7fc7f350060281711b6dcc__{ 0x05221E40 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_121e21e1e9d125117e719645e442eba0__CrowdActorInfo_{ 0x052215A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1d2c540075df577eca3aa8de0befd2a5__{ 0x053F0E60 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1e721c09f0a8f9d6a4657a5b9050ab6a__{ 0x053F7700 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_2c6cc3366ed202bc6b0186f8f2ea59be__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152_const_{ 0x052CD3F0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_353d25ac855fc8cf470cdb1fa528eefa__{ 0x053EF720 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_38ef3220ea0011ad5f4d8cb09de6c89c__{ 0x052CEFF0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_43cb70392b6e24696f132754a441c23c__{ 0x053F3470 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4d7a74fe113004069e8f8aa41628d823__{ 0x05403BC0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_52ea3f0ce40a198958f8f9292ab5123e__intconst___m128const_BSTPoint2_int_BSTPointDefaultOps_int___unsignedshortconst_unsignedshortconst_unsignedshortconst_unsignedshort_{ 0x051C8EB0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_56d884e3775d9d6bddede903933c8160__{ 0x05221C20 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_5855e61dc871e8ef7c31605a8f3bc71e__{ 0x053F0F80 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_73f78bea8c69019bbbbaaadb040c86f4__{ 0x05221A60 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_7cfe8613faf0db759093f8698f53bfec__TESForm_{ 0x05181910 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_818525b1695da88692502b46c145e774__{ 0x053F3670 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_888592e0535faa29e3c7210ec0774b1d__TESObjectREFR_{ 0x0535C3E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_99ba775dbc162d7d214b840658849b14__{ 0x05222170 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9ad5d3990b74ff05eae644e3fae7f5b7__{ 0x0518A880 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9eadd5c202f51b2408f630d83ad6666b__hkTask_int_{ 0x05376100 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a6eaa142a8610e6612db23988c5f9b9d__{ 0x051D62A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ae84b65a6d4a04c179af5a7a12c59e3f__{ 0x05221F60 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_af1cfd7815fd339fb92f5cddf38289c0__Actor_{ 0x052BB7E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ba35cf450b8986237b7cf0cea379bf44__hkTask_int___bhkTaskSchedule__ExecutionContext_{ 0x05375D50 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c390c78bee5b7e1ced577a1ffdeee7f0__{ 0x053EF920 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c8b5e19d2cdb34f42b2217824c2c435c__{ 0x051C88A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_d4aba54a904c5a2f42b35b8913e2ceff__{ 0x053F7820 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_df1c9297a753126691cecba02443496c__{ 0x053B4FE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ec1e4206da538544273932b65c5abef7__BSSimpleTaggedType_Blueprints__BlueprintIdentifierTag_unsignedint_4294967295_const_TESObjectREFR_{ 0x05189310 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ed6a3ebc1da311605bcc7a3fb95ab7d8__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__TESNPC_unsignedint_{ 0x05222080 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_f15b185c11f96f63ea0a4e5eb59f55d3__{ 0x0518A5A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount__unsignedint_BGSSpatialGraphCellGrid_BGSSpatialGraphObstacleMapconst_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16__const__BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount_const_unsignedint_BGSSpatialGraphCellGridconst_BGSSpatialGraphObstacleMap_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16___{ 0x05197B90 }; + inline constexpr REL::Offset BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___float_NiPointer_BSTempEffect___float_NiPointer_BSTempEffect__{ 0x052D32B0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__ControlNodeJob_{ 0x0517F820 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0027cb34bdb3be842b5667b277332143__void__{ 0x05180CC0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0607c2c0ff0f28eb28edaf75bf29ca5d__void__{ 0x052A8580 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_09cb18e23d4e1194a0ce321b6b2bf099__void__{ 0x0517E4E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0f1e00cd8fe7af873fa0f650aa10e7e8_const_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___RunAnimationsParams__{ 0x0517E2A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_0f7a657b352472bd303c8fe895eca1a3__void__{ 0x0518AE80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_11949d2fddca792cf43e5731c532cd1c__void__{ 0x051800C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_18bdcdbab0a52c7985c906eba03b1f5b__void__{ 0x053F7CC0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_215fdd2482ddd8fb9716083864e63d75__void__{ 0x05180DA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_28756a4eecb84484c7223dff312dca1f__void__{ 0x053753B0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_3dae344e2e2fea8d13dfa6c87eb7b4cf__void__{ 0x053F7F60 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_4354dcb45c8915d7d9d8b74793e5698d__void__{ 0x0517FFE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_45ffdd1915b90f714a96c54660071f4c__void__{ 0x052D3130 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_57a5196eaaf138081ba810aaa9f48923__void__{ 0x05180B00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_682a754a93743d4c9089eaf2ae26c0b9__void__{ 0x0518ADA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_68af1521203285b505ad5f9cae1083b5__void__{ 0x053F8420 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_6a94340c83101f25cb8b154dbd9aa65f__void__{ 0x053F8180 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_6c9af3d12e35996e5975b1310d3bcd25__void__{ 0x0517E060 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_71e83da9d7122a98a56d7c09639625fc__void__{ 0x051819A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_7877457184a5dd55914388e1e0ad9695__ENUM_FORM_ID__{ 0x05180F60 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_7d3a129c205d70f3c695a4f9a690788a_const_BSResource__IDconst__{ 0x0517E560 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_7ebb7c82eb50beaf1912689317581c71__void__{ 0x053FE0F0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_83ec382ea2a8462e6cf4734d17378c87__void__{ 0x053FE010 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_8bb1da371640c6745abcd6737ce1197e__void__{ 0x053F8040 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_975784d114b0555c410efabcd6d9b704__void__{ 0x05180820 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_9f66d67105c61988981c3125b365a9d7____InitJL__InteriorInitStage__{ 0x0517FD10 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_a4f8085a6d16d6e1810fde8d67372e7e__void__{ 0x053F7A20 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_a9ee20319e4bbe329d8ace8962c5824e_const_TESQuestconst__{ 0x05204810 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_ab282904a2982d1f6a959fa9f1fe6fd4__void__{ 0x0517FF00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_af29c94cb7a599be92df8dde1403fb15__void__{ 0x0517FC10 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_b1702e3d437f2c17d7c6a4ade7d4469c__void__{ 0x05180A20 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_b235525a91e52924c78706a4594eef2a__void__{ 0x053F8260 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_b89f68ffcb816bd01523acc8ef1852a8__void__{ 0x05180E80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_bdc5f27c25eb53e68e5b9d0583ccf6d0__hkTaskconst_unsignedshortconst_hkEnum_hkTask__MultiplicityMode__Enum_unsignedchar_const__{ 0x05376350 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_d82943fdfbe6654609a082af89dbdc02__void__{ 0x053F7E00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e0bc3cd0dc39abc761886e09d9e84f2e__void__{ 0x05180290 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e72cd51bd354ecaad6f14eeb9a22f186__void__{ 0x052D34D0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e73eb600f6dd49a80fa0aede5375f2af__void__{ 0x05291B00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e7bb3c6fbb0c5701be011ca18deaa557__void__{ 0x053F8340 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_e8cc21323c8b43aa03fd3a93d443f734__void__{ 0x053F7BE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_ea54d46511c05c9dc2b37ab31a701ead__void__{ 0x053F7B00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_eb38f95e1ed1f0631246533c591e5559__void__{ 0x05180140 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_f113df84d4b822eb0e7f7d3455cd3860__void__{ 0x05181060 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_f6dca0af0d133b5a7a71151a0f2aa291__void__{ 0x05180BE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob__lambda_f841a176064f739159b9411e20730312__void__{ 0x0517FE20 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___{ 0x052A8480 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const__BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152_____{ 0x052EEC10 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSScript__Internal__CodeTasklet__BSScript__Internal__CodeTaskletconst__{ 0x053C2720 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__{ 0x052D2BA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___CELLJobs__AnimatedRefJobDataconst__CELLJobs__AnimatedRefJobData__{ 0x051D4280 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_NiPointer_bhkNPCollisionObject_const__NiPointer_Actor__NiPointer_bhkNPCollisionObject___{ 0x052D2EE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const__NiPointer_Actor_const__{ 0x052D2D00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__Actor_bool__{ 0x052D2DE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__NiPointer_Actor_const_bool__{ 0x052D3010 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const__NiPointer_NiAVObject___{ 0x052D28E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const_bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__NiPointer_NiAVObject__bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__{ 0x05221980 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___{ 0x051D4600 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___unsignedint__unsignedint__{ 0x05221BC0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___void__DynamicNavmesh__{ 0x05190D40 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___void__PathingTaskData__{ 0x053B1110 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJobBase_BSJobs2__Detail__TNodeJob_void___void__void__{ 0x052A4D90 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0027cb34bdb3be842b5667b277332143__void_{ 0x05180B80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0607c2c0ff0f28eb28edaf75bf29ca5d__void_{ 0x052A8520 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_09cb18e23d4e1194a0ce321b6b2bf099__void_{ 0x0517D8C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0f1e00cd8fe7af873fa0f650aa10e7e8_const_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___RunAnimationsParams_{ 0x0517E3B0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_0f7a657b352472bd303c8fe895eca1a3__void_{ 0x0518AE20 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_11949d2fddca792cf43e5731c532cd1c__void_{ 0x0517FF80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_18bdcdbab0a52c7985c906eba03b1f5b__void_{ 0x053F7C60 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_215fdd2482ddd8fb9716083864e63d75__void_{ 0x05181000 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_28756a4eecb84484c7223dff312dca1f__void_{ 0x053752A0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_3dae344e2e2fea8d13dfa6c87eb7b4cf__void_{ 0x053F7F00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_4354dcb45c8915d7d9d8b74793e5698d__void_{ 0x05180AA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_45ffdd1915b90f714a96c54660071f4c__void_{ 0x052D31B0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_57a5196eaaf138081ba810aaa9f48923__void_{ 0x051809C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_682a754a93743d4c9089eaf2ae26c0b9__void_{ 0x0518AD40 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_68af1521203285b505ad5f9cae1083b5__void_{ 0x053F83C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_6a94340c83101f25cb8b154dbd9aa65f__void_{ 0x053F8120 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_6c9af3d12e35996e5975b1310d3bcd25__void_{ 0x0517DEE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_71e83da9d7122a98a56d7c09639625fc__void_{ 0x05181C90 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_7877457184a5dd55914388e1e0ad9695__ENUM_FORM_ID_{ 0x05180220 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_7d3a129c205d70f3c695a4f9a690788a_const_BSResource__IDconst_{ 0x0517E600 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_7ebb7c82eb50beaf1912689317581c71__void_{ 0x053FE170 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_83ec382ea2a8462e6cf4734d17378c87__void_{ 0x053FE090 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_8bb1da371640c6745abcd6737ce1197e__void_{ 0x053F7FE0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_975784d114b0555c410efabcd6d9b704__void_{ 0x05181A20 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_9f66d67105c61988981c3125b365a9d7____InitJL__InteriorInitStage_{ 0x0517FB80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_a4f8085a6d16d6e1810fde8d67372e7e__void_{ 0x053F80C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_a9ee20319e4bbe329d8ace8962c5824e_const_TESQuestconst_{ 0x05204790 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_ab282904a2982d1f6a959fa9f1fe6fd4__void_{ 0x0517FDC0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_af29c94cb7a599be92df8dde1403fb15__void_{ 0x0517FEA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_b1702e3d437f2c17d7c6a4ade7d4469c__void_{ 0x05180C60 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_b235525a91e52924c78706a4594eef2a__void_{ 0x053F8200 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_b89f68ffcb816bd01523acc8ef1852a8__void_{ 0x05180D40 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_bdc5f27c25eb53e68e5b9d0583ccf6d0__hkTaskconst_unsignedshortconst_hkEnum_hkTask__MultiplicityMode__Enum_unsignedchar_const_{ 0x05376210 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_d82943fdfbe6654609a082af89dbdc02__void_{ 0x053F7DA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e0bc3cd0dc39abc761886e09d9e84f2e__void_{ 0x051801C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e72cd51bd354ecaad6f14eeb9a22f186__void_{ 0x052D3550 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e73eb600f6dd49a80fa0aede5375f2af__void_{ 0x05291AA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e7bb3c6fbb0c5701be011ca18deaa557__void_{ 0x053F82E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_e8cc21323c8b43aa03fd3a93d443f734__void_{ 0x053F7B80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_ea54d46511c05c9dc2b37ab31a701ead__void_{ 0x053F7AA0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_eb38f95e1ed1f0631246533c591e5559__void_{ 0x0517FA80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_f113df84d4b822eb0e7f7d3455cd3860__void_{ 0x05180F00 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_f6dca0af0d133b5a7a71151a0f2aa291__void_{ 0x05180E20 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob__lambda_f841a176064f739159b9411e20730312__void_{ 0x05180060 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0__{ 0x052A8400 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const__BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152____{ 0x052EE910 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSScript__Internal__CodeTasklet__BSScript__Internal__CodeTaskletconst_{ 0x053C26B0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool_{ 0x052D2C60 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___CELLJobs__AnimatedRefJobDataconst__CELLJobs__AnimatedRefJobData_{ 0x051D4300 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_NiPointer_bhkNPCollisionObject_const__NiPointer_Actor__NiPointer_bhkNPCollisionObject__{ 0x052D2F90 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const__NiPointer_Actor_const_{ 0x052D2D80 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__Actor_bool_{ 0x052D2E70 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__NiPointer_Actor_const_bool_{ 0x052D3090 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const__NiPointer_NiAVObject__{ 0x052D2960 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const_bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__NiPointer_NiAVObject__bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp_{ 0x052218D0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051D41E0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___unsignedint__unsignedint_{ 0x05221B78 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___void__DynamicNavmesh_{ 0x05190DB0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___void__PathingTaskData_{ 0x053B10C0 }; + inline constexpr REL::Offset BSJobs2__Detail__TNodeJob_void___void__void_{ 0x052A4DF0 }; + inline constexpr REL::Offset BSJobs2__Memory__HeapMemoryPolicy{ 0x05135488 }; + inline constexpr REL::Offset BSJobs2__Memory__IMemoryAlloc{ 0x051354C0 }; + inline constexpr REL::Offset BSJobs2__Memory__LSAMemoryPolicy{ 0x05135558 }; + inline constexpr REL::Offset BSJobs2__Memory__ScrapMemoryPolicy{ 0x053C7B50 }; + inline constexpr REL::Offset BSJsonStorage__ITypeHandler{ 0x0538E368 }; + inline constexpr REL::Offset BSKeyboardDevice{ 0x05372338 }; + inline constexpr REL::Offset BSLagBoneController{ 0x0538DBE8 }; + inline constexpr REL::Offset BSLegacyStreamableStub{ 0x05408510 }; + inline constexpr REL::Offset BSLensFlareRender__BSLensFlareRenderData{ 0x051CD780 }; + inline constexpr REL::Offset BSLensFlareRender__BSLensFlareSpriteRenderData{ 0x051CD7F0 }; + inline constexpr REL::Offset BSLight{ 0x05384570 }; + inline constexpr REL::Offset BSListBase_BSTempEffectDebris_{ 0x0512BFA8 }; + inline constexpr REL::Offset BSList_BSTempEffectDebris_{ 0x0512BF28 }; + inline constexpr REL::Offset BSLookIKNote{ 0x05406E08 }; + inline constexpr REL::Offset BSMaterialBinding__MaterialPropertyNode{ 0x05399FF8 }; + inline constexpr REL::Offset BSMaterialBinding__MaterialUVStreamPropertyNode{ 0x0539A730 }; + inline constexpr REL::Offset BSMaterial__ModuleState{ 0x053912E0 }; + inline constexpr REL::Offset BSMemStorage{ 0x0516A5B0 }; + inline constexpr REL::Offset BSMemStorageAllocated_BSMemoryHeapAllocator_{ 0x0533BC10 }; + inline constexpr REL::Offset BSMemStorageReadOnly{ 0x05371A78 }; + inline constexpr REL::Offset BSMissionMenu{ 0x0526B3D0 }; + inline constexpr REL::Offset BSMissionMenu__MissionMenuEventShuttle{ 0x0526B0E8 }; + inline constexpr REL::Offset BSModelDB__AutoQueuedDependentNode{ 0x05182B88 }; + inline constexpr REL::Offset BSModelDB__BSModelProcessor{ 0x05182D18 }; + inline constexpr REL::Offset BSModelDB__ModelResourceNode{ 0x05383F20 }; + inline constexpr REL::Offset BSModelDB__QueuedHandles{ 0x0517CAF8 }; + inline constexpr REL::Offset BSModelDB____CreateMorphModel{ 0x05383F58 }; + inline constexpr REL::Offset BSModelNode{ 0x0518B3D8 }; + inline constexpr REL::Offset BSModelNodeAnimRig{ 0x05361940 }; + inline constexpr REL::Offset BSModelNodePhysicsComponentI{ 0x0518B428 }; + inline constexpr REL::Offset BSModelNodeRigI{ 0x05361918 }; + inline constexpr REL::Offset BSMorphDB__AutoQueuedNode{ 0x053828B0 }; + inline constexpr REL::Offset BSMorphDB__DBTraits__CreateResourceNode__2__MorphResourceNode{ 0x05382990 }; + inline constexpr REL::Offset BSMorphDB__QueuedHandles{ 0x05204D88 }; + inline constexpr REL::Offset BSMorphTargetData{ 0x054072A0 }; + inline constexpr REL::Offset BSMouseDevice{ 0x05372390 }; + inline constexpr REL::Offset BSMsgDialogSystemUtility{ 0x051359C0 }; + inline constexpr REL::Offset BSMultiTargetTreadTransfController{ 0x05405D28 }; + inline constexpr REL::Offset BSNavMeshGenAntiseedTrimmerTask{ 0x053B1D28 }; + inline constexpr REL::Offset BSNavMeshGenCollapserTask{ 0x053B1FA8 }; + inline constexpr REL::Offset BSNavMeshGenComputeBoundTask{ 0x053B1C48 }; + inline constexpr REL::Offset BSNavMeshGenContext{ 0x0515BC50 }; + inline constexpr REL::Offset BSNavMeshGenContextGroup{ 0x053B6DA8 }; + inline constexpr REL::Offset BSNavMeshGenCoverTask{ 0x053B3638 }; + inline constexpr REL::Offset BSNavMeshGenData{ 0x0515B350 }; + inline constexpr REL::Offset BSNavMeshGenFinalizer{ 0x05193310 }; + inline constexpr REL::Offset BSNavMeshGenInputProcessTask{ 0x053B1F70 }; + inline constexpr REL::Offset BSNavMeshGenInputProcessor{ 0x051935F8 }; + inline constexpr REL::Offset BSNavMeshGenLinkDoorTask{ 0x053B3668 }; + inline constexpr REL::Offset BSNavMeshGenNode{ 0x0515BA90 }; + inline constexpr REL::Offset BSNavMeshGenOutputProcessTask{ 0x053B1F38 }; + inline constexpr REL::Offset BSNavMeshGenOutputProcessor{ 0x05193660 }; + inline constexpr REL::Offset BSNavMeshGenPausableContext{ 0x0515BC80 }; + inline constexpr REL::Offset BSNavMeshGenRecastImport{ 0x053B93F8 }; + inline constexpr REL::Offset BSNavMeshGenRecastTask{ 0x053B1F08 }; + inline constexpr REL::Offset BSNavMeshGenRequestPauseTask{ 0x053B6D70 }; + inline constexpr REL::Offset BSNavMeshGenRequestResumeTask{ 0x053B6D38 }; + inline constexpr REL::Offset BSNavMeshGenSeedTrimmerTask{ 0x053B1D60 }; + inline constexpr REL::Offset BSNavMeshGenSmallAreaTrimmerTask{ 0x053B1CF0 }; + inline constexpr REL::Offset BSNavMeshGenSplitter{ 0x051936C8 }; + inline constexpr REL::Offset BSNavMeshGenSplitterTask{ 0x053B1EA8 }; + inline constexpr REL::Offset BSNavMeshGenStitcher{ 0x05193830 }; + inline constexpr REL::Offset BSNavMeshGenStitcherTask{ 0x053B1ED8 }; + inline constexpr REL::Offset BSNavMeshGenTask{ 0x0515BC00 }; + inline constexpr REL::Offset BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B2190 }; + inline constexpr REL::Offset BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x0515BB60 }; + inline constexpr REL::Offset BSNavMeshGenTaskGraphProcessor{ 0x053B2150 }; + inline constexpr REL::Offset BSNavMeshGenTaskGroup{ 0x053B4E18 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenAntiseedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B32D0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenCollapserTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2690 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenComputeBoundTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2D30 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenCoverTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2AE0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenInputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B28D0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenLinkDoorTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2C70 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenOutputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2750 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenRecastTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2810 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenRequestPauseTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B7130 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenRequestResumeTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B70A0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenSeedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B3240 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenSmallAreaTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B3360 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B25D0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenStitcherTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B2480 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTerrainTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B2990 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTraversalTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B30F0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleHeightTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B3030 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTrianglePlatformTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ 0x053B31B0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2510 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleTunnelTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2EB0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenTriangleWaterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2DF0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenUpdateNavMeshInfoTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2BA0 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenVertexDataTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2F70 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_BSNavMeshGenWaypointTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x053B2A20 }; + inline constexpr REL::Offset BSNavMeshGenTaskNode_NavMeshGenInputBorderProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ 0x0515B840 }; + inline constexpr REL::Offset BSNavMeshGenTaskProgress{ 0x053B6D08 }; + inline constexpr REL::Offset BSNavMeshGenTaskServer{ 0x051929E0 }; + inline constexpr REL::Offset BSNavMeshGenTerrainTrimmerTask{ 0x053B1CB8 }; + inline constexpr REL::Offset BSNavMeshGenTraversalTask{ 0x053B1E78 }; + inline constexpr REL::Offset BSNavMeshGenTriangleHeightTask{ 0x053B1E08 }; + inline constexpr REL::Offset BSNavMeshGenTrianglePlatformTask{ 0x053B1E40 }; + inline constexpr REL::Offset BSNavMeshGenTriangleSplitter{ 0x053B6BD8 }; + inline constexpr REL::Offset BSNavMeshGenTriangleSplitterTask{ 0x053B1DD0 }; + inline constexpr REL::Offset BSNavMeshGenTriangleTunnelTask{ 0x053B1D98 }; + inline constexpr REL::Offset BSNavMeshGenTriangleWaterTask{ 0x053B1C80 }; + inline constexpr REL::Offset BSNavMeshGenUpdateNavMeshInfoTask{ 0x053B35D0 }; + inline constexpr REL::Offset BSNavMeshGenVertexDataTask{ 0x053B3598 }; + inline constexpr REL::Offset BSNavMeshGenWaypointTask{ 0x053B3608 }; + inline constexpr REL::Offset BSNavMeshGenerator{ 0x05192860 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBarrierNode{ 0x053B20A0 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode{ 0x053B2040 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode{ 0x053B7210 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenBeginNode{ 0x053B72A0 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode{ 0x053B1FE0 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode{ 0x053B71C0 }; + inline constexpr REL::Offset BSNavMeshGenerator__BSNavMeshGenParentNode{ 0x053B7260 }; + inline constexpr REL::Offset BSNavMeshPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FB7F0 }; + inline constexpr REL::Offset BSNavMeshPathBuilder_EscortPathingRequestPolicy_{ 0x051F6D70 }; + inline constexpr REL::Offset BSNavigationGraph{ 0x05198448 }; + inline constexpr REL::Offset BSNavigationGraphInfo{ 0x051FD6B8 }; + inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctorBase{ 0x051F70F0 }; + inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_5ec3f1f48a60f70235b7483ec05838df__{ 0x051F6DF0 }; + inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_b9116092a53e9ba4e6701dee4ba32644__{ 0x053B7780 }; + inline constexpr REL::Offset BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_d38604c1e3caa65ff8d2747818cfe9c7__{ 0x051FBAF0 }; + inline constexpr REL::Offset BSNavigationGraphManager{ 0x05190A98 }; + inline constexpr REL::Offset BSNavigationGraphManagerT_BSNavigationGridInfo_{ 0x05190AD0 }; + inline constexpr REL::Offset BSNavigationGraphManagerT_BSNavmeshInfo_{ 0x051FD840 }; + inline constexpr REL::Offset BSNavigationGraphManagerT_BSSpatialGraphInfo_{ 0x05199360 }; + inline constexpr REL::Offset BSNavigationGraphRefCount{ 0x05198498 }; + inline constexpr REL::Offset BSNavigationGrid{ 0x053B7EF8 }; + inline constexpr REL::Offset BSNavigationGridBase{ 0x053B7F20 }; + inline constexpr REL::Offset BSNavigationGridChunk{ 0x053B7E60 }; + inline constexpr REL::Offset BSNavigationGridDefs{ 0x053B7E90 }; + inline constexpr REL::Offset BSNavigationGridFieldBase{ 0x0520F6D8 }; + inline constexpr REL::Offset BSNavigationGridFieldBaseT_unsignedint_BSNavigationGridPartialFieldChunkT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ 0x0520F650 }; + inline constexpr REL::Offset BSNavigationGridFieldWrapperT_unsignedint_BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ 0x0520F490 }; + inline constexpr REL::Offset BSNavigationGridInfo{ 0x053B7E30 }; + inline constexpr REL::Offset BSNavigationGridManager{ 0x05190B90 }; + inline constexpr REL::Offset BSNavigationGridManager__Task{ 0x05190D08 }; + inline constexpr REL::Offset BSNavigationGridObstacleUpdateTask{ 0x053B7F50 }; + inline constexpr REL::Offset BSNavigationGridParameters{ 0x053B7EC0 }; + inline constexpr REL::Offset BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2__{ 0x0520F5C0 }; + inline constexpr REL::Offset BSNavmesh{ 0x051FD640 }; + inline constexpr REL::Offset BSNavmeshInfo{ 0x051FD6E8 }; + inline constexpr REL::Offset BSNavmeshInfoMap{ 0x051FD710 }; + inline constexpr REL::Offset BSNavmeshInfoMap__IRecursiveVisitor{ 0x051FEE38 }; + inline constexpr REL::Offset BSNavmeshInfoSearch{ 0x053B7750 }; + inline constexpr REL::Offset BSNavmeshObstacleCoverData{ 0x053B73D0 }; + inline constexpr REL::Offset BSNavmeshObstacleData{ 0x0515E760 }; + inline constexpr REL::Offset BSNavmeshReferenceObstacleArray{ 0x051FDD88 }; + inline constexpr REL::Offset BSNavmeshSearch{ 0x051FFBA8 }; + inline constexpr REL::Offset BSNavmeshSearchAvailableSpaceDirectional{ 0x053B7970 }; + inline constexpr REL::Offset BSNavmeshSearchAvailableSpaceRadius{ 0x053B7A20 }; + inline constexpr REL::Offset BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ 0x053B79B0 }; + inline constexpr REL::Offset BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ 0x053B7B40 }; + inline constexpr REL::Offset BSNavmeshSearchBase{ 0x051FD008 }; + inline constexpr REL::Offset BSNavmeshSearchFilters{ 0x051FFC30 }; + inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter__{ 0x053B08C0 }; + inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter__{ 0x052F5670 }; + inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor__{ 0x053B7D40 }; + inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ 0x053B7A60 }; + inline constexpr REL::Offset BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ 0x053B7AD0 }; + inline constexpr REL::Offset BSNavmeshSearchHideFilter{ 0x051FFC60 }; + inline constexpr REL::Offset BSNiNode{ 0x051571B8 }; + inline constexpr REL::Offset BSNodeReferences{ 0x0538A628 }; + inline constexpr REL::Offset BSNoise__Add{ 0x0538C508 }; + inline constexpr REL::Offset BSNoise__Billow{ 0x0538C4E0 }; + inline constexpr REL::Offset BSNoise__Crater{ 0x0538DC78 }; + inline constexpr REL::Offset BSNoise__ICoherent{ 0x0538A848 }; + inline constexpr REL::Offset BSNoise__ICombiner{ 0x0538C468 }; + inline constexpr REL::Offset BSNoise__IFractal{ 0x0538A820 }; + inline constexpr REL::Offset BSNoise__IGenerator{ 0x0538A870 }; + inline constexpr REL::Offset BSNoise__IModifier{ 0x0538C4B8 }; + inline constexpr REL::Offset BSNoise__ITransformer{ 0x0538DCD0 }; + inline constexpr REL::Offset BSNoise__Invert{ 0x0538C588 }; + inline constexpr REL::Offset BSNoise__Perlin{ 0x0538A7F8 }; + inline constexpr REL::Offset BSNoise__Ridged{ 0x0538DAE8 }; + inline constexpr REL::Offset BSNoise__SmoothStep{ 0x0538C558 }; + inline constexpr REL::Offset BSNoise__Subtract{ 0x0538C530 }; + inline constexpr REL::Offset BSNoise__Turbulence{ 0x0538DCA0 }; + inline constexpr REL::Offset BSNoise__Voronoi{ 0x0538C490 }; + inline constexpr REL::Offset BSNonUniformScaleExtraData{ 0x0516ABB8 }; + inline constexpr REL::Offset BSNumericIDCollection{ 0x0517AA98 }; + inline constexpr REL::Offset BSNumericIDCollector{ 0x052AD008 }; + inline constexpr REL::Offset BSOfflineRTExtraData{ 0x0538D858 }; + inline constexpr REL::Offset BSOrderedNode{ 0x05157228 }; + inline constexpr REL::Offset BSPCGamepadDevice{ 0x05372440 }; + inline constexpr REL::Offset BSPCGamepadDeviceDelegate{ 0x05372410 }; + inline constexpr REL::Offset BSPCGamepadDeviceHandler{ 0x053723E0 }; + inline constexpr REL::Offset BSPCGamerProfile{ 0x0540DA40 }; + inline constexpr REL::Offset BSPCKeyboardDevice{ 0x05372360 }; + inline constexpr REL::Offset BSPCMouseDevice{ 0x053723B8 }; + inline constexpr REL::Offset BSPCVirtualKeyboardDevice{ 0x053722D8 }; + inline constexpr REL::Offset BSPageFile__File{ 0x053C9088 }; + inline constexpr REL::Offset BSPageFile__IReadStorage{ 0x053C90B0 }; + inline constexpr REL::Offset BSPageFile__IStorage{ 0x052A9FD0 }; + inline constexpr REL::Offset BSPageFile__ISyncWriteStorage{ 0x052A9F98 }; + inline constexpr REL::Offset BSPageFile__MemoryWriteStorage{ 0x052AA038 }; + inline constexpr REL::Offset BSPageFile__MultiplexWrite{ 0x053C96F8 }; + inline constexpr REL::Offset BSPageFile____FileBase{ 0x053C8FE0 }; + inline constexpr REL::Offset BSPageFile____FileReader_BSPageFile__IReadStorage_BSPageFile__HeapPolicy_{ 0x053C8AD0 }; + inline constexpr REL::Offset BSPageFile____FileReader_BSPageFile____SystemFileStorageRead_BSPageFile__InlinePolicy_{ 0x053C8C20 }; + inline constexpr REL::Offset BSPageFile____FileWriter_BSPageFile__ISyncWriteStorage_BSPageFile__HeapPolicy_{ 0x053C8B40 }; + inline constexpr REL::Offset BSPageFile____FileWriter_BSPageFile__IWriteStorage_BSPageFile__HeapPolicy_{ 0x053C8BB0 }; + inline constexpr REL::Offset BSPageFile____FileWriter_BSPageFile____SystemFileStorageWrite_BSPageFile__InlinePolicy_{ 0x053C8F60 }; + inline constexpr REL::Offset BSPageFile____SystemFileStorageRead{ 0x053C8F10 }; + inline constexpr REL::Offset BSPageFile____SystemFileStorageWrite{ 0x053C8E60 }; + inline constexpr REL::Offset BSPageFile____TSystemFileStorage_BSPageFile__IReadStorage_{ 0x053C8EB0 }; + inline constexpr REL::Offset BSPageFile____TSystemFileStorage_BSPageFile__ISyncWriteStorage_{ 0x053C9020 }; + inline constexpr REL::Offset BSParseCSV__IGetBufferCB{ 0x0538A7C8 }; + inline constexpr REL::Offset BSParticle{ 0x053ADE90 }; + inline constexpr REL::Offset BSPathBuilder{ 0x051F6DC0 }; + inline constexpr REL::Offset BSPathEventManager{ 0x053B81E0 }; + inline constexpr REL::Offset BSPathSmootherPOVSearch{ 0x053B1C18 }; + inline constexpr REL::Offset BSPathfindingTemporary_BSPathingAvoidNodeArray_{ 0x052CA310 }; + inline constexpr REL::Offset BSPathfindingTemporary_BSPathingSolution_{ 0x051FECE0 }; + inline constexpr REL::Offset BSPathfindingTemporary_PathingDoor_{ 0x051FF408 }; + inline constexpr REL::Offset BSPathfindingTemporary_PathingRequestClosePoint_{ 0x051FED80 }; + inline constexpr REL::Offset BSPathfindingTemporary_PathingRequestCover_{ 0x052CDC30 }; + inline constexpr REL::Offset BSPathfindingTemporary_PathingRequestSafeStraightLine_{ 0x051FEBE0 }; + inline constexpr REL::Offset BSPathfindingTemporary_PathingRequest_{ 0x051FED30 }; + inline constexpr REL::Offset BSPathing{ 0x051FEFC8 }; + inline constexpr REL::Offset BSPathingAvoidNodeArray{ 0x052CA2D8 }; + inline constexpr REL::Offset BSPathingCell{ 0x051FF2D8 }; + inline constexpr REL::Offset BSPathingCellManager{ 0x051FF088 }; + inline constexpr REL::Offset BSPathingDoor{ 0x0518C118 }; + inline constexpr REL::Offset BSPathingLocation{ 0x051FF158 }; + inline constexpr REL::Offset BSPathingLockData{ 0x051FF350 }; + inline constexpr REL::Offset BSPathingNumericIDVisitor{ 0x05191D68 }; + inline constexpr REL::Offset BSPathingRequest{ 0x05153F10 }; + inline constexpr REL::Offset BSPathingRequestPolicies__DestinationArea{ 0x051FBFC8 }; + inline constexpr REL::Offset BSPathingRequestPolicies__EscortRequest{ 0x051F6CB8 }; + inline constexpr REL::Offset BSPathingRequestPolicies__PathingRequestPolicy_BSPathingRequestPolicies__DestinationArea_{ 0x051FBF50 }; + inline constexpr REL::Offset BSPathingRequestPolicies__PathingRequestPolicy_BSPathingRequestPolicies__EscortRequest_{ 0x051F6D00 }; + inline constexpr REL::Offset BSPathingSearchRayCast{ 0x053B8DA8 }; + inline constexpr REL::Offset BSPathingService_DynamicNavmeshService_{ 0x0515FC00 }; + inline constexpr REL::Offset BSPathingService_PathManagerImpl_{ 0x053B0FC8 }; + inline constexpr REL::Offset BSPathingSite{ 0x052BE3F8 }; + inline constexpr REL::Offset BSPathingSolution{ 0x051FEDD0 }; + inline constexpr REL::Offset BSPathingSpace{ 0x051FF3E0 }; + inline constexpr REL::Offset BSPathingStreamRead{ 0x051954B8 }; + inline constexpr REL::Offset BSPathingStreamSimpleBufferRead{ 0x053B6960 }; + inline constexpr REL::Offset BSPathingStreamSimpleBufferWrite{ 0x05190118 }; + inline constexpr REL::Offset BSPathingStreamWrite{ 0x051901A8 }; + inline constexpr REL::Offset BSPathingTraversal{ 0x05196500 }; + inline constexpr REL::Offset BSPathingTraversalAction{ 0x05195958 }; + inline constexpr REL::Offset BSPathingTraversalData{ 0x051959F0 }; + inline constexpr REL::Offset BSPathingTraversalManager{ 0x05197440 }; + inline constexpr REL::Offset BSPathingTraversalMap_unsignedshort_NiPointer_BSPathingTraversal__BSTSmallArray_NiPointer_BSPathingTraversal__4__{ 0x05196880 }; + inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSPathingTraversalMap_unsignedshort_NiPointer_BSPathingTraversal__BSTSmallArray_NiPointer_BSPathingTraversal__4___{ 0x051967C0 }; + inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_BSPathingTraversalAction_BSTArrayHeapAllocator__{ 0x053B4EB0 }; + inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_BSTSmartPointer_BGSDeferredTraversalData_BSTSmartPointerIntrusiveRefCount__BSTArrayHeapAllocator__{ 0x05197330 }; + inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_NiPointer_BSPathingTraversal__BSTArrayHeapAllocator__{ 0x05196910 }; + inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ 0x0518B530 }; + inline constexpr REL::Offset BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4__{ 0x05195C50 }; + inline constexpr REL::Offset BSPathing__CheckLineOfSightFilter{ 0x05191D98 }; + inline constexpr REL::Offset BSPathing__DetermineAvailableRadiusAtPositionVisitor{ 0x053B0450 }; + inline constexpr REL::Offset BSPathing__DetermineAvailableRadiusInDirectionVisitor{ 0x053B04A0 }; + inline constexpr REL::Offset BSPathing__EdgeFoundVisitor{ 0x052D3A58 }; + inline constexpr REL::Offset BSPausableItem{ 0x051FDCC0 }; + inline constexpr REL::Offset BSPauseRequester{ 0x0512ED90 }; + inline constexpr REL::Offset BSPistonController{ 0x0537F370 }; + inline constexpr REL::Offset BSPlatform__BNetAsyncRequestBase{ 0x05408EA8 }; + inline constexpr REL::Offset BSPlatform__BNetAsyncRequest_std__function_void__{ 0x0509AB90 }; + inline constexpr REL::Offset BSPlatform__BSBethesdaPlatform{ 0x05408EE0 }; + inline constexpr REL::Offset BSPlayerDistanceCheckController{ 0x052CE698 }; + inline constexpr REL::Offset BSPointerListBase_BSTempEffectDebris_{ 0x0512BF60 }; + inline constexpr REL::Offset BSPrecomputedNavmeshInfoPathMap{ 0x051FD800 }; + inline constexpr REL::Offset BSPrecomputedNavmeshInfoSearch{ 0x053B7718 }; + inline constexpr REL::Offset BSProbeGridVolume{ 0x05388B38 }; + inline constexpr REL::Offset BSProceduralLightningController{ 0x0538B0D0 }; + inline constexpr REL::Offset BSProceduralLightningTasklet{ 0x0538B108 }; + inline constexpr REL::Offset BSProjectedDecal{ 0x05388650 }; + inline constexpr REL::Offset BSQueuedResourceCollectionBase{ 0x05170340 }; + inline constexpr REL::Offset BSQueuedResourceCollection_BSResource2__DB_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x05170400 }; + inline constexpr REL::Offset BSQueuedResourceCollection_BSResource2__DB_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x05204DC0 }; + inline constexpr REL::Offset BSQueuedResourceCollection_BSResource2__DB_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ 0x051E7D10 }; + inline constexpr REL::Offset BSRangeNode{ 0x05389258 }; + inline constexpr REL::Offset BSRecastModule__BSRecastJob{ 0x053B9428 }; + inline constexpr REL::Offset BSReference{ 0x0538A600 }; + inline constexpr REL::Offset BSReflectionProbe{ 0x0538A480 }; + inline constexpr REL::Offset BSReflection__AnyType{ 0x051257E8 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__{ 0x05122D60 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__{ 0x0511F300 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__{ 0x051238A0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__{ 0x05120B80 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__{ 0x05120990 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__{ 0x0511FA90 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__{ 0x0511F070 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSFixedString_BSTArrayHeapAllocator__{ 0x05122470 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__{ 0x0511EC30 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSResource__ID_BSTArrayHeapAllocator__{ 0x0511E4E0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__{ 0x0511E180 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__{ 0x051207C0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__{ 0x05122CF0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__{ 0x05122910 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__{ 0x0511E880 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__{ 0x05121230 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__{ 0x05123F10 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__{ 0x05123920 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__{ 0x051234B0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__{ 0x05122710 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__{ 0x05122990 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__{ 0x05123550 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__{ 0x0511E6B0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ 0x0511F5B0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__{ 0x0511ECA0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__{ 0x05121450 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__{ 0x0511EA60 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__{ 0x0511FE00 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__{ 0x051230C0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_TESForm_BSTArrayHeapAllocator__{ 0x05123140 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_float_BSTArrayHeapAllocator__{ 0x05120E00 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__{ 0x05121670 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__{ 0x0511F380 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__{ 0x05123CF0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__{ 0x0511F800 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__{ 0x05120220 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__{ 0x05122140 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__{ 0x05121E60 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__{ 0x051206E0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTArray_unsignedshort_BSTArrayHeapAllocator__{ 0x051240C0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__{ 0x05120390 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_BSAttachConfig__NodeName_4__{ 0x05122360 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_BSBind__Snapshot__Entry_4__{ 0x0511FFC0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_BSFixedString_4__{ 0x051214E0 }; + inline constexpr REL::Offset BSReflection__BSArrayType_BSTSmallArray_Particles__SystemInternalUID_2__{ 0x05120FA0 }; + inline constexpr REL::Offset BSReflection__BSFixedStringType{ 0x051245E0 }; + inline constexpr REL::Offset BSReflection__BSSmartPointerType_BSTSmartPointer_BSBind__IController_BSTSmartPointerIntrusiveRefCount__{ 0x05126720 }; + inline constexpr REL::Offset BSReflection__BSStringType_BSStaticStringT_260__{ 0x05124840 }; + inline constexpr REL::Offset BSReflection__BSStringType_BSStringT_char_1_DynamicMemoryManagementPol__{ 0x05124620 }; + inline constexpr REL::Offset BSReflection__BasicType{ 0x05127E18 }; + inline constexpr REL::Offset BSReflection__ClassType{ 0x050A8D78 }; + inline constexpr REL::Offset BSReflection__ConstCStringType{ 0x051244B8 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ 0x051BD450 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ 0x051BCD20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ 0x051BE350 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ 0x051BCC20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ 0x051BCE20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ 0x051BED70 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ 0x051BD310 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ 0x051BDC20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ 0x05387170 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ 0x05386460 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ 0x05386E10 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ 0x053A5420 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ 0x053A45B0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ 0x053A4DF0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ 0x053A5340 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ 0x0537FD30 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ 0x051BDD20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ 0x053A5EF0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ 0x053A5930 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ 0x053A5000 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ 0x053A4CF0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ 0x053A5100 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ 0x053A5240 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ 0x053A4F00 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ 0x053A6E40 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ 0x053A67F0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ 0x053A5500 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ 0x053A6110 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ 0x053A5FE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ 0x053A7AD0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ 0x053A3CD0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ 0x053A3BD0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ 0x053A39B0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ 0x051BCF10 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_float__{ 0x053A6F20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ 0x0537FE60 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ 0x053A3AB0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ 0x053862F0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ 0x05385300 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ 0x053A4900 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ 0x053A4410 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ 0x053A4A90 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ 0x053A5770 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ 0x053A4C30 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudLayer_4__{ 0x051BEE70 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudPlane_4__{ 0x051BF080 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x05387610 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_3__{ 0x051BFCE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_4__{ 0x051BFED0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_ReflectionProbeInstanceData_4__{ 0x051BF460 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_float_3__{ 0x0539BBF0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_signedchar_48__{ 0x053A7C20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudLayer_4__{ 0x051BEF00 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudPlane_4__{ 0x051BEF80 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x05387580 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_3__{ 0x051BFD60 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_4__{ 0x051BFDE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_ReflectionProbeInstanceData_4__{ 0x051BF4F0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_float_3__{ 0x0539A440 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_iterator_signedchar_48__{ 0x053A7BB0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ 0x051C0500 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ 0x051BD030 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ 0x051BD390 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ 0x05384980 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ 0x05384D20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ 0x05384EA0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ 0x05384BA0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ 0x053A47D0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ 0x053873B0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ 0x051C00B0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ 0x051BF6D0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ 0x051C0210 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ 0x051BF830 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ 0x051BFAE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ 0x051BF110 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ 0x051BF270 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ 0x053A7EF0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ 0x053A37B0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ 0x05387740 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ 0x051C0380 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ 0x051BD0F0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ 0x051BD1A0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ 0x05385250 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ 0x05384C60 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ 0x05385010 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ 0x05384AE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ 0x053A4730 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ 0x05387300 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ 0x051BFF50 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ 0x051BF570 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ 0x051C02D0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ 0x051BF8E0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ 0x051BF990 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ 0x051BFB90 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ 0x051BF330 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ 0x053A7E40 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ 0x053A36F0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ 0x053876B0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ 0x053A3DE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ 0x051BE6A0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_BSResource__ID__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_BSResource__ID__2___BSTHeapSTLAllocator_BSResource__ID_2___{ 0x051C0760 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ 0x053A5A30 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ 0x051BD560 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ 0x053A6250 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ 0x05386550 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ 0x053854E0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ 0x051BE080 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ 0x05399D60 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ 0x053A6FE0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ 0x05385CD0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ 0x053A68D0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ 0x05386100 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ 0x053A7550 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_unsignedint__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_unsignedint__2___BSTHeapSTLAllocator_unsignedint_2___{ 0x051C0630 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ 0x053A4200 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ 0x051BE910 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ 0x053A5D60 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ 0x051BD7D0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ 0x053A6610 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ 0x05386EF0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ 0x05385A30 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ 0x051BE3D0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ 0x0539A1C0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ 0x053A7380 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ 0x05385FA0 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ 0x053A6C70 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ 0x05386C20 }; + inline constexpr REL::Offset BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ 0x053A7900 }; + inline constexpr REL::Offset BSReflection__EnumerationType{ 0x05118E60 }; + inline constexpr REL::Offset BSReflection__IBorrowedPtrType{ 0x0512C5C0 }; + inline constexpr REL::Offset BSReflection__ICollectionType{ 0x0511F290 }; + inline constexpr REL::Offset BSReflection__IConstEnumerator{ 0x051C1B68 }; + inline constexpr REL::Offset BSReflection__IEnumerator{ 0x051C1B38 }; + inline constexpr REL::Offset BSReflection__IListType{ 0x0511F260 }; + inline constexpr REL::Offset BSReflection__IMapType{ 0x050A7660 }; + inline constexpr REL::Offset BSReflection__IObject{ 0x050A4598 }; + inline constexpr REL::Offset BSReflection__IReferenceType{ 0x0512C5F8 }; + inline constexpr REL::Offset BSReflection__ISetType{ 0x05121B08 }; + inline constexpr REL::Offset BSReflection__ISharedPtrType{ 0x051252D8 }; + inline constexpr REL::Offset BSReflection__IStringConverter{ 0x050C3270 }; + inline constexpr REL::Offset BSReflection__IStringType{ 0x051247B8 }; + inline constexpr REL::Offset BSReflection__IType{ 0x0511F2C8 }; + inline constexpr REL::Offset BSReflection__IUniquePtrType{ 0x05125A78 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ 0x051BD750 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ 0x051BCCA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ 0x051BE890 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ 0x051BCBA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ 0x051BCDA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ 0x051BECF0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ 0x051BD4E0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ 0x051BDBA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ 0x053871F0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ 0x053864E0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ 0x05386E80 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ 0x053A5490 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ 0x053A4620 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ 0x053A4E80 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ 0x053A53B0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ 0x0537FDA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ 0x051BDCA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ 0x053A5F70 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ 0x053A59B0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ 0x053A5080 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ 0x053A4D70 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ 0x053A51A0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ 0x053A52C0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ 0x053A4F80 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ 0x053A6EB0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ 0x053A6860 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ 0x053A55A0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ 0x053A61B0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ 0x053A6080 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ 0x053A4880 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ 0x053A3D60 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ 0x053A3C50 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ 0x053A3A30 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ 0x051BCEA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_float__{ 0x053A6F80 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ 0x0537FCA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ 0x053A3B40 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ 0x053863B0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ 0x053853C0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ 0x053A49D0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ 0x053A44E0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ 0x053A4B60 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ 0x053A5850 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ 0x053A4C90 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudLayer_4__{ 0x051BEDF0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudPlane_4__{ 0x051BF000 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x053874F0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_3__{ 0x051C05C0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_4__{ 0x051BFE60 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_ReflectionProbeInstanceData_4__{ 0x051BF3E0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_float_3__{ 0x05399470 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_signedchar_48__{ 0x053A7B50 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ 0x051C0440 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ 0x051BCF80 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ 0x051BD260 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ 0x053851A0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ 0x05384DE0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ 0x05384F60 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ 0x05384A30 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ 0x053A4690 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ 0x05387260 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ 0x051C0000 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ 0x051BF620 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ 0x051C0160 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ 0x051BF790 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ 0x051BFA40 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ 0x051BFC40 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ 0x051BF1C0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ 0x053A7D90 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ 0x053A3630 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ 0x05387460 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ 0x053A3FF0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ 0x051BEB00 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ 0x053A5BD0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ 0x051BD9C0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ 0x053A6430 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ 0x053867D0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ 0x05385790 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ 0x051BDDB0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ 0x0539A5A0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ 0x053A71B0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ 0x05385E40 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ 0x053A6AA0 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ 0x05386A40 }; + inline constexpr REL::Offset BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ 0x053A7730 }; + inline constexpr REL::Offset BSReflection__RawPointerType_ActorValueInfo_{ 0x050C5E50 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSArtObject_{ 0x050A4380 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSAtmosphere_{ 0x0512C430 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSCloudForm_{ 0x0512C480 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSConditionForm_{ 0x0512C520 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSCurveForm_{ 0x0512C3E0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSEffectSequenceForm_{ 0x0512C040 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSExplosion_{ 0x0512C250 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSImpactDataSet_{ 0x050C6260 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSKeyword_{ 0x050C5B80 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSLensFlare_{ 0x0512C4D0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSMaterialPathForm_{ 0x0512C1B0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSParticleSystemDefineCollection_{ 0x0512C0E0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSProjectedDecal_{ 0x0512C090 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSTimeOfDayData_{ 0x0512C2A0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSVolumetricLighting_{ 0x050C5D60 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSWeatherSettingsForm_{ 0x050C5F50 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BGSWwiseEventForm_{ 0x0512C570 }; + inline constexpr REL::Offset BSReflection__RawPointerType_BSGalaxy__BGSSunPresetForm_{ 0x050C6110 }; + inline constexpr REL::Offset BSReflection__RawPointerType_MagicItem_{ 0x0512C390 }; + inline constexpr REL::Offset BSReflection__RawPointerType_SpellItem_{ 0x0512BFF0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_TESClimate_{ 0x050A4240 }; + inline constexpr REL::Offset BSReflection__RawPointerType_TESForm_{ 0x0512C200 }; + inline constexpr REL::Offset BSReflection__RawPointerType_TESImageSpaceModifier_{ 0x0512C2F0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_TESImageSpace_{ 0x050A42E0 }; + inline constexpr REL::Offset BSReflection__RawPointerType_TESObjectLIGH_{ 0x0512C340 }; + inline constexpr REL::Offset BSReflection__ReflectionBase_BSReflection__ClassType_{ 0x050A8DB0 }; + inline constexpr REL::Offset BSReflection__ReflectionBase_BSReflection__EnumerationType_{ 0x05118EA0 }; + inline constexpr REL::Offset BSReflection__ReflectionBase_BSReflection__IStringType_{ 0x051247F0 }; + inline constexpr REL::Offset BSReflection__ResourceIDStringConverter{ 0x050C32A8 }; + inline constexpr REL::Offset BSReflection__Serializer{ 0x05388B98 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_BGSCloudForm__CloudLayer_4__{ 0x0511D660 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_BGSCloudForm__CloudPlane_4__{ 0x0511CA20 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_BSForces__ReceiverSettings__ChannelSettings_2__{ 0x0511AE60 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_LODMeshOverrides_3__{ 0x0511A700 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_LODMeshOverrides_4__{ 0x0511A2B0 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_ReflectionProbeInstanceData_4__{ 0x05119EC0 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_float_3__{ 0x05119610 }; + inline constexpr REL::Offset BSReflection__StdArrayType_std__array_signedchar_48__{ 0x051197E0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122DE0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511F0F0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05123720 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120C00 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120A10 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511FB10 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511EFB0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSFixedString_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051224E0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511EB80 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSResource__ID_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E430 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E210 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120830 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122B90 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122790 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511E720 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x051210C0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05123DA0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051239A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051233D0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122590 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122A10 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051235C0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E550 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511F650 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511ED40 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051212B0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511E8F0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511FC80 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05123000 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_TESForm_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051231B0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_float_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120E60 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121700 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511F410 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05123B10 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511F8B0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05120020 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05121F30 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x05121C40 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_0__{ 0x051204B0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTArray_unsignedshort_BSTArrayHeapAllocator__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05123F90 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05120400 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_BSAttachConfig__NodeName_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05122210 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_BSBind__Snapshot__Entry_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511FF20 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_BSFixedString_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121540 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_BSTSmallArray_Particles__SystemInternalUID_2__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05121010 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_BGSCloudForm__CloudLayer_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D520 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_BGSCloudForm__CloudPlane_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511CB10 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_BSForces__ReceiverSettings__ChannelSettings_2__BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511AF80 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_LODMeshOverrides_3__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511A5D0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_LODMeshOverrides_4__BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511A180 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_ReflectionProbeInstanceData_4__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119FC0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_float_3__BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119500 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__array_signedchar_48__BSReflection__IListType_std__integral_constant_bool_1__{ 0x051196D0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511AC80 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511CC80 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511BAC0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D3A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511A760 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511BE20 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D750 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511C440 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511B510 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511D120 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511DED0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___BSReflection__IListType_std__integral_constant_bool_0__{ 0x0511B770 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511C0A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___BSReflection__IListType_std__integral_constant_bool_0__{ 0x05119830 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511B0E0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511DD10 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511C7F0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x05119CD0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___BSReflection__IListType_std__integral_constant_bool_1__{ 0x0511A3A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050A8050 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A7820 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A7DA0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C44E0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A83A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050C49B0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050C55A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__IMapType_std__integral_constant_bool_0__{ 0x050C51A0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C3FC0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A7310 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C34C0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C3D00 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050C3900 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____BSReflection__IMapType_std__integral_constant_bool_1__{ 0x050A86B0 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSReflection__ISetType_std__integral_constant_bool_1__{ 0x05121890 }; + inline constexpr REL::Offset BSReflection__StdCollectionBase_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____BSReflection__ISetType_std__integral_constant_bool_1__{ 0x051241E0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_BGSCloudForm__CloudLayer_4__BSReflection__IListType_{ 0x0511D6C0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_BGSCloudForm__CloudPlane_4__BSReflection__IListType_{ 0x0511CA80 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_BSForces__ReceiverSettings__ChannelSettings_2__BSReflection__IListType_{ 0x0511AEE0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_LODMeshOverrides_3__BSReflection__IListType_{ 0x0511A550 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_LODMeshOverrides_4__BSReflection__IListType_{ 0x0511A100 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_ReflectionProbeInstanceData_4__BSReflection__IListType_{ 0x05119F30 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_float_3__BSReflection__IListType_{ 0x05119490 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__array_signedchar_48__BSReflection__IListType_{ 0x05119660 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___BSReflection__IListType_{ 0x0511ABA0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___BSReflection__IListType_{ 0x0511CBB0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___BSReflection__IListType_{ 0x0511BC60 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___BSReflection__IListType_{ 0x0511D2D0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___BSReflection__IListType_{ 0x0511AA00 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___BSReflection__IListType_{ 0x0511BF10 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___BSReflection__IListType_{ 0x0511D930 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___BSReflection__IListType_{ 0x0511C390 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___BSReflection__IListType_{ 0x0511B450 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___BSReflection__IListType_{ 0x0511D060 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___BSReflection__IListType_{ 0x0511E070 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___BSReflection__IListType_{ 0x0511B6A0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___BSReflection__IListType_{ 0x0511C2D0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___BSReflection__IListType_{ 0x051199D0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___BSReflection__IListType_{ 0x0511B300 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___BSReflection__IListType_{ 0x0511DC40 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___BSReflection__IListType_{ 0x0511C720 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___BSReflection__IListType_{ 0x05119BF0 }; + inline constexpr REL::Offset BSReflection__StdEnumerableCollectionBase_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___BSReflection__IListType_{ 0x0511A310 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050A8820 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x050A79C0 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050A7C80 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050C4390 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050A8990 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050C4800 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ 0x050C53D0 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x050C4FB0 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x050C4270 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____{ 0x050A8C10 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____{ 0x050C36F0 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____{ 0x050C3BE0 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ 0x050C37D0 }; + inline constexpr REL::Offset BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ 0x050A8AE0 }; + inline constexpr REL::Offset BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ 0x05121B40 }; + inline constexpr REL::Offset BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____{ 0x05124120 }; + inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator___{ 0x05126670 }; + inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_HavokParticleDef__BaseShape__{ 0x05126B90 }; + inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__BaseCustomParameter__{ 0x05126000 }; + inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__Intrinsics__SharedAsset__{ 0x051251C0 }; + inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ListFloatCurve__{ 0x05125EF0 }; + inline constexpr REL::Offset BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ResourceDependency__{ 0x05126260 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___{ 0x05125C30 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__IAttachableObject_stl__detail__AlignedDelete_BSAttachConfig__IAttachableObject___{ 0x05124AC0 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__ISearchMethod_stl__detail__AlignedDelete_BSAttachConfig__ISearchMethod___{ 0x05125900 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Controllers_stl__detail__AlignedDelete_BSBind__Controllers___{ 0x05125AB0 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Directory_stl__detail__AlignedDelete_BSBind__Directory___{ 0x05126430 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___{ 0x05126070 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___{ 0x051263A0 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__ISpawnableObject_stl__detail__AlignedDelete_BSSequence__ISpawnableObject___{ 0x05125310 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___{ 0x05125600 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___{ 0x05125570 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_BaseLightAnimData_stl__detail__AlignedDelete_BaseLightAnimData___{ 0x05125CE0 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_EffectSequenceMap_stl__detail__AlignedDelete_EffectSequenceMap___{ 0x05126AF0 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___{ 0x05124E90 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___{ 0x05124D00 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___{ 0x05126D80 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__ParameterSetBase_stl__detail__AlignedDelete_Particles__Intrinsics__ParameterSetBase___{ 0x05126870 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MaterialProperties_stl__detail__AlignedDelete_Particles__MaterialProperties___{ 0x05124B70 }; + inline constexpr REL::Offset BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___{ 0x05125100 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___{ 0x0511AAE0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___{ 0x0511CE40 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___{ 0x0511BBB0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___{ 0x0511D480 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___{ 0x0511A940 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___{ 0x0511BFF0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___{ 0x0511DA10 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___{ 0x0511C5C0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___{ 0x0511B3C0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___{ 0x0511CFC0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___{ 0x0511DFC0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___{ 0x0511B930 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___{ 0x0511C240 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___{ 0x05119A90 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___{ 0x0511B270 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___{ 0x0511DBA0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___{ 0x0511C8D0 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___{ 0x05119B30 }; + inline constexpr REL::Offset BSReflection__StdVectorType_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___{ 0x0511A4E0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_ActorValueInfo_{ 0x050C5E00 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSArtObject_{ 0x050A4330 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSAtmosphere_{ 0x050C5DB0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSCloudForm_{ 0x050C5EA0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSConditionForm_{ 0x050C6170 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSCurveForm_{ 0x050C5C70 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSEffectSequenceForm_{ 0x050C5FB0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSExplosion_{ 0x050C5AE0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSImpactDataSet_{ 0x050C6210 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSKeyword_{ 0x050C5B30 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSLensFlare_{ 0x050C6000 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSMaterialPathForm_{ 0x050A4470 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSParticleSystemDefineCollection_{ 0x050C6050 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSProjectedDecal_{ 0x050C5CC0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSTimeOfDayData_{ 0x050C5A90 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSVolumetricLighting_{ 0x050C5D10 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSWeatherSettingsForm_{ 0x050C5EF0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BGSWwiseEventForm_{ 0x050C5A40 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_BSGalaxy__BGSSunPresetForm_{ 0x050C60B0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_MagicItem_{ 0x050A43D0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_SpellItem_{ 0x050C61C0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_TESClimate_{ 0x050A41F0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_TESForm_{ 0x050C5BD0 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_TESImageSpaceModifier_{ 0x050A4420 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_TESImageSpace_{ 0x050A4290 }; + inline constexpr REL::Offset BSReflection__TESFormPointer_TESObjectLIGH_{ 0x050C5C20 }; + inline constexpr REL::Offset BSReflection__TVisitor_0_{ 0x05388BC8 }; + inline constexpr REL::Offset BSReflection__TVisitor_1_{ 0x05388B60 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122EA0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511F1B0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051237E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05120CC0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05120AD0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511FBD0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511EEF0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSFixedString_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051223D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511EAE0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSResource__ID_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E390 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E2D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051208E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122C40 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122850 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x0511E7D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05121180 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05123E60 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05123A60 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05123300 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122650 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05122AD0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05123670 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E600 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511F730 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511EE20 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05121380 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511E9B0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511FD40 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05122F50 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_TESForm_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05123260 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_float_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05120D70 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x051217D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x0511F4E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05123C00 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x0511F9A0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05120120 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05122040 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x05121D50 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__std__integral_constant_bool_0__{ 0x051205D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTArray_unsignedshort_BSTArrayHeapAllocator__std__integral_constant_bool_1__{ 0x05124030 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__std__integral_constant_bool_1__{ 0x051202E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_BSAttachConfig__NodeName_4__std__integral_constant_bool_1__{ 0x051222C0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_BSBind__Snapshot__Entry_4__std__integral_constant_bool_1__{ 0x0511FE80 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_BSFixedString_4__std__integral_constant_bool_1__{ 0x051215E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_BSTSmallArray_Particles__SystemInternalUID_2__std__integral_constant_bool_1__{ 0x05120F00 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_BGSCloudForm__CloudLayer_4__std__integral_constant_bool_1__{ 0x0511D5C0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_BGSCloudForm__CloudPlane_4__std__integral_constant_bool_1__{ 0x0511C980 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_BSForces__ReceiverSettings__ChannelSettings_2__std__integral_constant_bool_1__{ 0x0511B030 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_LODMeshOverrides_3__std__integral_constant_bool_0__{ 0x0511A670 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_LODMeshOverrides_4__std__integral_constant_bool_0__{ 0x0511A220 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_ReflectionProbeInstanceData_4__std__integral_constant_bool_1__{ 0x0511A060 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_float_3__std__integral_constant_bool_1__{ 0x05119590 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__array_signedchar_48__std__integral_constant_bool_1__{ 0x05119760 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___std__integral_constant_bool_1__{ 0x0511AD70 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___std__integral_constant_bool_1__{ 0x0511CD60 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___std__integral_constant_bool_1__{ 0x0511B9E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___std__integral_constant_bool_1__{ 0x0511D200 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___std__integral_constant_bool_1__{ 0x0511A850 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___std__integral_constant_bool_1__{ 0x0511BD40 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___std__integral_constant_bool_1__{ 0x0511D840 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___std__integral_constant_bool_1__{ 0x0511C500 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___std__integral_constant_bool_1__{ 0x0511B5E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___std__integral_constant_bool_1__{ 0x0511CEF0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___std__integral_constant_bool_0__{ 0x0511DDF0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___std__integral_constant_bool_0__{ 0x0511B850 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___std__integral_constant_bool_1__{ 0x0511C170 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___std__integral_constant_bool_0__{ 0x05119900 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___std__integral_constant_bool_1__{ 0x0511B1B0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___std__integral_constant_bool_1__{ 0x0511DAC0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___std__integral_constant_bool_1__{ 0x0511C640 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___std__integral_constant_bool_1__{ 0x05119DD0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IListType_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___std__integral_constant_bool_1__{ 0x0511A440 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_0__{ 0x050A8200 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_1__{ 0x050A7690 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_1__{ 0x050A7F00 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_1__{ 0x050C4670 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_1__{ 0x050A8530 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_0__{ 0x050C4BA0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____std__integral_constant_bool_0__{ 0x050C57B0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_0__{ 0x050C4D90 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_1__{ 0x050C4120 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____std__integral_constant_bool_1__{ 0x050A74C0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____std__integral_constant_bool_1__{ 0x050C35E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____std__integral_constant_bool_1__{ 0x050C3E60 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____std__integral_constant_bool_1__{ 0x050C3A70 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____std__integral_constant_bool_1__{ 0x050A7B20 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____std__integral_constant_bool_1__{ 0x051219D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____std__integral_constant_bool_1__{ 0x051242E0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_BSTSmartPointer_BSBind__IController_BSTSmartPointerIntrusiveRefCount__std__integral_constant_bool_1__{ 0x051267B0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator___std__integral_constant_bool_1__{ 0x05126590 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_HavokParticleDef__BaseShape__std__integral_constant_bool_1__{ 0x05126C00 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__BaseCustomParameter__std__integral_constant_bool_1__{ 0x05125F60 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__Intrinsics__SharedAsset__std__integral_constant_bool_1__{ 0x05125230 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__ListFloatCurve__std__integral_constant_bool_1__{ 0x05125E50 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__ISharedPtrType_std__shared_ptr_Particles__ResourceDependency__std__integral_constant_bool_1__{ 0x051261C0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_BSFixedString_std__integral_constant_bool_1__{ 0x05124560 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_BSStaticStringT_260__std__integral_constant_bool_1__{ 0x05124730 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_BSStringT_char_1_DynamicMemoryManagementPol__std__integral_constant_bool_1__{ 0x05124690 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IStringType_charconst_std__integral_constant_bool_1__{ 0x051244F0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_BSReflection__Any_std__integral_constant_bool_1__{ 0x05125770 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___std__integral_constant_bool_0__{ 0x05125B50 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSAttachConfig__IAttachableObject_stl__detail__AlignedDelete_BSAttachConfig__IAttachableObject___std__integral_constant_bool_0__{ 0x051249D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSAttachConfig__ISearchMethod_stl__detail__AlignedDelete_BSAttachConfig__ISearchMethod___std__integral_constant_bool_0__{ 0x05125820 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSBind__Controllers_stl__detail__AlignedDelete_BSBind__Controllers___std__integral_constant_bool_0__{ 0x051259B0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSBind__Directory_stl__detail__AlignedDelete_BSBind__Directory___std__integral_constant_bool_0__{ 0x051264C0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___std__integral_constant_bool_0__{ 0x05126100 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___std__integral_constant_bool_0__{ 0x051262D0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__ISpawnableObject_stl__detail__AlignedDelete_BSSequence__ISpawnableObject___std__integral_constant_bool_0__{ 0x051253C0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___std__integral_constant_bool_0__{ 0x051256A0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___std__integral_constant_bool_0__{ 0x051254A0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_BaseLightAnimData_stl__detail__AlignedDelete_BaseLightAnimData___std__integral_constant_bool_0__{ 0x05125D80 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_EffectSequenceMap_stl__detail__AlignedDelete_EffectSequenceMap___std__integral_constant_bool_0__{ 0x05126A20 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___std__integral_constant_bool_0__{ 0x05124F30 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___std__integral_constant_bool_0__{ 0x05124DB0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___std__integral_constant_bool_0__{ 0x05126CA0 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__Intrinsics__ParameterSetBase_stl__detail__AlignedDelete_Particles__Intrinsics__ParameterSetBase___std__integral_constant_bool_0__{ 0x05126930 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__MaterialProperties_stl__detail__AlignedDelete_Particles__MaterialProperties___std__integral_constant_bool_0__{ 0x05124C20 }; + inline constexpr REL::Offset BSReflection__TypeBase_BSReflection__IUniquePtrType_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___std__integral_constant_bool_0__{ 0x05125010 }; + inline constexpr REL::Offset BSReflection__UIDStringConverter{ 0x050C3238 }; + inline constexpr REL::Offset BSReflection____CopyVisitor{ 0x053B9868 }; + inline constexpr REL::Offset BSRenderUtil__RequestUpgrade__2__UpgradeTextureVisitor{ 0x05381FE0 }; + inline constexpr REL::Offset BSRendererSceneNode{ 0x053842F0 }; + inline constexpr REL::Offset BSRendererState{ 0x0538A4F8 }; + inline constexpr REL::Offset BSResource2__CacheBase{ 0x0515E140 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ 0x052BCE80 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ 0x052BE500 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ 0x052BCDE0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BGSTerrainVisibilityDataDB__DBTraits_BSResource2__DBResourceStreamPolicy__128_{ 0x05202D00 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy__8_{ 0x0538D5D0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ 0x05165030 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ 0x0516DBE0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x05381CF0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ 0x053827A0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ 0x053B9750 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy__1024_{ 0x05165330 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053ED4E0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053ED650 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053ED590 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053FBEB0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__Model__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053FBDF0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x053E0C00 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x053E69A0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053E68F0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ 0x053FD3E0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x05229EE0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ 0x05163E60 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x05166440 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ 0x053A0890 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ 0x05166A90 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ 0x051C7CB0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TerrainFileDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ 0x0515E170 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ 0x053C9950 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ 0x053C9AC0 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__512_{ 0x05383E90 }; + inline constexpr REL::Offset BSResource2__CacheType_BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ 0x0536F3A0 }; + inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x0538D550 }; + inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x0518A9A0 }; + inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x05382830 }; + inline constexpr REL::Offset BSResource2__DBStreamOps_1_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x053B9640 }; + inline constexpr REL::Offset BSResource2__DBStreamOps_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x0536F320 }; + inline constexpr REL::Offset BSResource2__DBStreamOps_1_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ 0x05163EF0 }; + inline constexpr REL::Offset BSResource2__EntryBase{ 0x0515E200 }; + inline constexpr REL::Offset BSResource2__IResourceCreator{ 0x05164310 }; + inline constexpr REL::Offset BSResource2__ProxyStream{ 0x053BA468 }; + inline constexpr REL::Offset BSResource2__ResourceCreateNode{ 0x053BA4C8 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x0519B6A0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A16D0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A2260 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0538D660 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05164FC0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0516DC80 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05381C70 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0518A930 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05382730 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053B97F0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0536F430 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05165490 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CAEC0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CADA0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CAF50 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E2830 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E0B80 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E6570 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E6860 }; + inline constexpr REL::Offset BSResource2__TEntryBase_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053EA530 }; + inline constexpr REL::Offset BSResource2__TEntryBase_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05229F80 }; + inline constexpr REL::Offset BSResource2__TEntryBase_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x051640C0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051663D0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053A0920 }; + inline constexpr REL::Offset BSResource2__TEntryBase_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05166A20 }; + inline constexpr REL::Offset BSResource2__TEntryBase_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051C7C40 }; + inline constexpr REL::Offset BSResource2__TEntryBase_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C99E0 }; + inline constexpr REL::Offset BSResource2__TEntryBase_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C9B60 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x0519B720 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A1650 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051A21E0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0538D6D0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05164F50 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0516DB60 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05381BF0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053826C0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053B96D0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05165420 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CBA50 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CAE30 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053CAFE0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E2780 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E0D90 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E64F0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053E6A40 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053EA4B0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05229E60 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x05164040 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x05166360 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x053A0810 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051669A0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x051C7BD0 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C9A50 }; + inline constexpr REL::Offset BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ 0x053C98D0 }; + inline constexpr REL::Offset BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0518AA60 }; + inline constexpr REL::Offset BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ 0x0536F4A0 }; + inline constexpr REL::Offset BSResourceNiBinaryStream{ 0x0539FF08 }; + inline constexpr REL::Offset BSResourceReloadManager{ 0x0538B7B0 }; + inline constexpr REL::Offset BSResourceStreamParser{ 0x0539FF38 }; + inline constexpr REL::Offset BSResourceStreamStorage{ 0x053BDA78 }; + inline constexpr REL::Offset BSResource__Archive2__AsyncReaderStream{ 0x053BA920 }; + inline constexpr REL::Offset BSResource__Archive2__Index{ 0x053BAB40 }; + inline constexpr REL::Offset BSResource__Archive2__Manager__MemoryCacheLocation{ 0x053BAA70 }; + inline constexpr REL::Offset BSResource__Archive2__ReaderStream{ 0x053BA588 }; + inline constexpr REL::Offset BSResource__ArchiveIDConverter{ 0x0512BEF0 }; + inline constexpr REL::Offset BSResource__AsyncStream{ 0x053BA558 }; + inline constexpr REL::Offset BSResource__IDToStringConverter{ 0x0512BEB8 }; + inline constexpr REL::Offset BSResource__IMemoryFileBuffer{ 0x053BDAE0 }; + inline constexpr REL::Offset BSResource__Location{ 0x0512BE40 }; + inline constexpr REL::Offset BSResource__LocationTraverser{ 0x0538F430 }; + inline constexpr REL::Offset BSResource__LooseFileLocation{ 0x053BD8C0 }; + inline constexpr REL::Offset BSResource__MemoryFileBuffer{ 0x053BDAA8 }; + inline constexpr REL::Offset BSResource__MemoryFileLocation{ 0x053BAAB8 }; + inline constexpr REL::Offset BSResource__MemoryFileStream{ 0x053BDB18 }; + inline constexpr REL::Offset BSResource__RegisterPrefix__2__Traverser{ 0x053BBD80 }; + inline constexpr REL::Offset BSResource__ReplicateAt__9__ReplicateFoundFunctor{ 0x053BBCF0 }; + inline constexpr REL::Offset BSResource__SDirectory2__IDirectoryIDIterator{ 0x05360C20 }; + inline constexpr REL::Offset BSResource__SDirectory2__IDirectoryStreamIterator{ 0x05154790 }; + inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryIDIterator__lambda_1878616f010cc6ab7baa6304ad986862__{ 0x053607D0 }; + inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryIDIterator__lambda_1dc4c9fd4184baf80783bd23885e4293__{ 0x0538ED00 }; + inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_1c34e64128e214d6e3a29b418f75c30e__{ 0x05154240 }; + inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_2137e40c8a06b910e79c420c3fda9e8f__{ 0x0536FC30 }; + inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_7fff9ba07d1b8043460bcc3945d67b7d__{ 0x051549E0 }; + inline constexpr REL::Offset BSResource__SDirectory2__TDirectoryStreamIterator__lambda_bc9e99e084c38c80d12e8142423e10c0__{ 0x0536F510 }; + inline constexpr REL::Offset BSResource__SDirectory2__ThreadCursor{ 0x053BA960 }; + inline constexpr REL::Offset BSResource__Server__Commands__CancelAll{ 0x05383AE8 }; + inline constexpr REL::Offset BSResource__Server__GraphProcessor{ 0x051C8868 }; + inline constexpr REL::Offset BSResource__Server__IServerMessaging{ 0x051642D0 }; + inline constexpr REL::Offset BSResource__Server__LinearProcessor{ 0x0517CC68 }; + inline constexpr REL::Offset BSResource__Server__NodeBase{ 0x05155760 }; + inline constexpr REL::Offset BSResource__Server__ProcessorBase{ 0x0517CCA0 }; + inline constexpr REL::Offset BSResource__Server__ResourceServerDebug{ 0x053BD508 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_00e78374fa748df52e5051d6f1200f85_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__{ 0x051A0680 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ 0x051A0CD0 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_1350626edc89276506ac1f95704eabd8__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ 0x051A0E30 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_37d97d1c066546897543d0f2cfc393d2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandleBase_BSTHeapSTLAllocator_BSResource2__DBHandleBase_2___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x051A2010 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_44cdbee3c50ca9112b78f869433ff5f7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x051A22E0 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_7ddc3f887185677b9881614a021f8209__{ 0x051A0780 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b69c667e42a027cd196cc757bed734a7__{ 0x051A0810 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x0519B120 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b96e2e1c1bd505ba28146f90755b412a__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ 0x051A10C0 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_bf105458c3b8d0d949c6155c7e0691ee__BSCellAreaconst_std__shared_lock_BGSPlanet__Manager__{ 0x051A1490 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_d70ea8303525b4d983b64a8af0f778ab__{ 0x051A1F80 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_e39c09fdb73b00d65c56a5ad3000d0ed__{ 0x0519F480 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_BSTObjectArena_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTObjectArenaScrapAlloc_32___lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ 0x051A0B70 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__std__hash_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy____std__equal_to_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_______lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ 0x0519B290 }; + inline constexpr REL::Offset BSResource__Server__SimpleServerDetails__InternalDependencyNode_BSProcGen__Resources_{ 0x051A1420 }; + inline constexpr REL::Offset BSResource__Stream{ 0x053BA530 }; + inline constexpr REL::Offset BSResource__StreamBase{ 0x053BA500 }; + inline constexpr REL::Offset BSResource____DefaultLocationData{ 0x053BD900 }; + inline constexpr REL::Offset BSResource____DevNull{ 0x053BC430 }; + inline constexpr REL::Offset BSResource____DevNull__NullStream{ 0x053BC2F0 }; + inline constexpr REL::Offset BSResource____EventSources{ 0x053BC338 }; + inline constexpr REL::Offset BSResource____GlobalLocations{ 0x053BC928 }; + inline constexpr REL::Offset BSResource____GlobalPaths{ 0x053BC570 }; + inline constexpr REL::Offset BSResource____LocationTree{ 0x053BC8E8 }; + inline constexpr REL::Offset BSResource____LooseFileAsyncBase{ 0x053BDC30 }; + inline constexpr REL::Offset BSResource____LooseFileAsyncBase__FunctorType{ 0x053BDD00 }; + inline constexpr REL::Offset BSResource____LooseFileAsyncChild{ 0x053BDC80 }; + inline constexpr REL::Offset BSResource____LooseFileAsyncStream{ 0x053BDB90 }; + inline constexpr REL::Offset BSResource____LooseFileStream{ 0x053BDB50 }; + inline constexpr REL::Offset BSResource____LooseFileStreamBase{ 0x053BDBE0 }; + inline constexpr REL::Offset BSResource____RegisterFoundStreamTraverser{ 0x053BBF70 }; + inline constexpr REL::Offset BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy_{ 0x052D49D0 }; + inline constexpr REL::Offset BSResponse_BSFixedString_TESObjectREFR_BSFixedString_DoNothingUnhandledPolicy_{ 0x05167030 }; + inline constexpr REL::Offset BSRotAccumTransfInterpolator{ 0x05406E30 }; + inline constexpr REL::Offset BSSaveDataSystemUtility{ 0x05135838 }; + inline constexpr REL::Offset BSSaveDataSystemUtilityFile{ 0x052AA190 }; + inline constexpr REL::Offset BSSaveDataSystemUtility__ValidateUserResult{ 0x05091D00 }; + inline constexpr REL::Offset BSScaleformFileOpener{ 0x053A0A58 }; + inline constexpr REL::Offset BSScaleformImageLoader{ 0x053A0F08 }; + inline constexpr REL::Offset BSScaleformMovieLoadTask{ 0x053A0BC0 }; + inline constexpr REL::Offset BSScaleformTranslator__ScaleformImpl{ 0x053A10E8 }; + inline constexpr REL::Offset BSSceneGraphQueue{ 0x0518D3B8 }; + inline constexpr REL::Offset BSSceneNode{ 0x053843A0 }; + inline constexpr REL::Offset BSScript__ByteCode__PackedInstructionStream__InstructionFunctor{ 0x053C3490 }; + inline constexpr REL::Offset BSScript__CompiledScriptLoader{ 0x053C01F0 }; + inline constexpr REL::Offset BSScript__ErrorLogger{ 0x05335F38 }; + inline constexpr REL::Offset BSScript__ICachedErrorMessage{ 0x05226D08 }; + inline constexpr REL::Offset BSScript__IClientVM{ 0x0533BAA8 }; + inline constexpr REL::Offset BSScript__IComplexType{ 0x053BE900 }; + inline constexpr REL::Offset BSScript__IFunction{ 0x05230578 }; + inline constexpr REL::Offset BSScript__IHandleReaderWriter{ 0x053336E8 }; + inline constexpr REL::Offset BSScript__ILoader{ 0x0533B888 }; + inline constexpr REL::Offset BSScript__IMemoryPagePolicy{ 0x053BFFB0 }; + inline constexpr REL::Offset BSScript__IObjectHandlePolicy{ 0x0533B850 }; + inline constexpr REL::Offset BSScript__IObjectProcessor{ 0x053C1500 }; + inline constexpr REL::Offset BSScript__IProfilePolicy{ 0x05337F88 }; + inline constexpr REL::Offset BSScript__IRemoteDebugger{ 0x05330248 }; + inline constexpr REL::Offset BSScript__ISavePatcherInterface{ 0x05338298 }; + inline constexpr REL::Offset BSScript__IStackCallbackFunctor{ 0x0533BB18 }; + inline constexpr REL::Offset BSScript__IStackCallbackSaveInterface{ 0x0533BAD8 }; + inline constexpr REL::Offset BSScript__IStore{ 0x05338900 }; + inline constexpr REL::Offset BSScript__IVMDebugInterface{ 0x053BE9C8 }; + inline constexpr REL::Offset BSScript__IVMObjectBindInterface{ 0x053BDD50 }; + inline constexpr REL::Offset BSScript__IVMRemoteDebuggerInterface{ 0x053C1668 }; + inline constexpr REL::Offset BSScript__IVMSaveLoadInterface{ 0x053BE960 }; + inline constexpr REL::Offset BSScript__IVirtualMachine{ 0x053BE998 }; + inline constexpr REL::Offset BSScript__Internal__AutoPropGetFunction{ 0x053C3BA8 }; + inline constexpr REL::Offset BSScript__Internal__AutoPropSetFunction{ 0x053C3BE8 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0098b4ead0e60a8c7ab1589dc880541b__{ 0x053398D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_012d5a970c6043e1aec6a7a38457747b__{ 0x053BE1C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_02122c26b0be74514353a88d506a2640__{ 0x05333080 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0240f8416e59edcc4db3bd89db408aaa__{ 0x0533DBC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0360372f0680ebf7ef6bb54b44c3b246__{ 0x053C1720 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_045890a185c482d5895a73a5f408fc1e__{ 0x053C2C40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_046112375fa10f8318e8e290e13f938b__{ 0x053C4B90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_04e53cb2371e58c071bc76e71a812401__{ 0x053C6670 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_05289f16bab307ee9261ac5db42d8caa__{ 0x05340EC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_06450ff4667b6559b4b11bc3fec1042d__{ 0x053330F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_066b3bf4787acc83e99b7cf7517f2488__{ 0x0533B620 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0692e1a9553c6b5532fc10884c8be7fe__{ 0x05349CB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_06e38ae098ddc3aa2134573a9dfed6b0__{ 0x053C00A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_06ea22bd14bafd7feb5577f3cf5d7a5c__{ 0x053C6AD0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_095c2d9bc31c1811382623509ddbae32__{ 0x053BFDA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_09675d5e413510777f0a1884463947aa__{ 0x0534E5B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_09835bc0fa6c9d857857d6fe061a46b0__{ 0x05335C80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_09a6b31cf8d1279ceda706d40afb5db6__{ 0x05345A60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0a624a97b3c7bb2ed7e6bfc63f9f653b__{ 0x053C0030 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0af9277573c344118d6a1fe21861be45__{ 0x053C4EA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0ca112fae378524f5c716434e6dc3af4__{ 0x053C31F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0cbf88e287801d255a538991dedda930__{ 0x053BEC00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0f20dc351867eb139704044c2aafef40__{ 0x053C2A80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0f2cce400fa8fc226f9799dbbb2ac3f7__{ 0x053BE350 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0fc7f0a5903529deb2433b396c8d1b1f__{ 0x053C3930 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_0ffa4039c86b34939d9156f569351c83__{ 0x053C4060 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_100817096d2871fec86183b3d5d2cf63__{ 0x053C1F00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_106a037e58cd223a27b0e4133fdb8e90__{ 0x053C28C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_10f6b540449e33286cafe8fd814c074a__{ 0x053C2280 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_11633ff57cf1f655573655e081f23783__{ 0x05336F20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_12aef229f47da98e2424118f5ab57f5e__{ 0x053C04D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_132f52394ebbc275b28c8a3f247600d8__{ 0x053BE660 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_134bfe5ae3c63f691cc383e907d4b52a__{ 0x05333790 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_14c4abc6072326c0d86e26653839793b__{ 0x053C05B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1599f5a47c8b32576c26a4f50646ef86__{ 0x053C3790 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_171e2043e47a2b7ae5a5284fe3e8231a__{ 0x053C68E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_17727cc8b00ded511dcb64ca76172cea__{ 0x05333B70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_195b29117bb53e6f6fab5c100b6cf414__{ 0x053C5D10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_19d0d049696ee9c50fd7fe46cc0ec7fa__{ 0x053C0620 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1b9498896c1c5518a568037d3e0ef312__{ 0x053C3FF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1ba2dd317b2376cea7fb6b8c27174263__{ 0x05336270 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1e2e04e9fac0e1ed271771653d9c0e9d__{ 0x053C18E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1e77bf8ba449168726ee648bfb8c00a2__{ 0x05336F90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_1f6d48a3f5c01e30f10f3610bde8bc55__{ 0x053C4290 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_203ef803715b965dfdfc31e69cc58e2d__{ 0x0534F360 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_20d1b1520a8d9535dbd93636277c0f54__{ 0x053C5840 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_212930db2a9b4458714ea80fd7cb589a__{ 0x053C4650 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_21a2220d0527ea37e103f7714889f29e__{ 0x053C1D40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_21ac452d13e1fadaf64bec4ee6c0acbf__{ 0x053C5920 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_226c537515aad74a7132422c1285e020__{ 0x05334440 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_22c8bc2d14ed99e197f1030a8403622e__{ 0x053BFC50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2311c81b3797f5a52c76dc4224a8834b__{ 0x053C0AF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2588025f28d88cab8d12e6ec45298453__{ 0x05336350 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_26c6ca682d4a9fa13dd7654cc7c55f5c__{ 0x053C6250 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_29226ad67e1c517b6a1b17a2b8c147a2__{ 0x053C19C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_297c03c21391a3a3d23085b75aafc497__{ 0x053C3850 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2b3107f92420d08ee9f330740ca553bf__{ 0x05336430 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2beb67eb6309935752f35f3a08139112__{ 0x053C5C30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2c9d58f9c070b067180943c63d3d3ebf__{ 0x0534F2F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2d00f74225272ba4d0756f752d3cebcb__{ 0x053C4300 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2dd51c7568dc73ef294bdba9b068857c__{ 0x053C1B10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2de49d87138b6c5159615fecd45e4445__{ 0x05332C30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2f176c1efeedee42481c02971a4cf2d5__{ 0x053BE7B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2f2b9801a649a141edba87307f6dea94__{ 0x05337000 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_2f3ef0149d37b291fb55cad30891fc68__{ 0x053BE740 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_301d4fefb83785396542aea94b52b417__{ 0x053397F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_30222883fe322801a60bf0a39dc51937__{ 0x053C6100 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3130831d096c232338566a65da5134c1__{ 0x053C6020 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_31c0e626d5862109bddfd3daec2ab600__{ 0x053BE430 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_32757ef7c268e601d2d75a1ba4776393__{ 0x053C5220 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_32e54638b9a05987c2fab8c8764dd814__{ 0x053C32D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_33036072e8d510723944184bbcabdeb8__{ 0x0534E7E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_334bc6d23f6b538be902c06ad9f34831__{ 0x053C0230 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_35715878a159b0afdba496d16e61efc4__{ 0x05337620 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_361c7f0462cd8412afcac79097ea8868__{ 0x053BE890 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_36e4c1be2f3e2277e772707cf4113c9e__{ 0x053C6ED0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3750069834e58b97f370345a836a5635__{ 0x053C2A10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3879f098f28b5bd9e364035a6e82a26e__{ 0x053C3560 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3b292593c08f98752f9c488c9d10b021__{ 0x053C7090 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3b38ac6dd230c33dc63ec3ec9ea3f941__{ 0x053C43E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3c56c49fee3f1393cc934976acf21532__{ 0x05339860 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3c633906378209a09682179306c31729__{ 0x053BF300 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3cf139fd326baa590739d685ae72dcd1__{ 0x05339940 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3d807bacfee4bb6f65b8b43e9ccef9c3__{ 0x053C4C00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_3ff5c373b4181f0b20e989fee69c17dc__{ 0x053417E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4099312d1d3a2740c05e2ef038476dca__{ 0x053BF290 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_40a5907200e316afd6453faea9962c5d__{ 0x053C5140 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_40d9d6f49609309d9941d7f375744c82__{ 0x053C6520 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_40f8bbe2d260ea93a343b1ab7a9e88a8__{ 0x053379C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_41afb89f0622ac48a762589f37fa5c9d__{ 0x053C21A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_41c49f3692cbf1607685a8445ba43317__{ 0x053BE0E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_42f1c8eff90874cf0b10a38a95704e46__{ 0x053C2850 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_437ceb4e433a91f918a0a9ddbda972ca__{ 0x053399B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_438960cb642397dd4f2bec486ca826b1__{ 0x053C64B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_474729285f7d64462b9e67ec3f4e0876__{ 0x053C7020 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_47eb50df2d194d70828fb720011d7a63__{ 0x053C0110 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_48fa29384b1083fdfb72f436941a004b__{ 0x053BFB00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_499f66eae449c5b9baa627ac5f111664__{ 0x053C50D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4aef8c7e0a8a57305007ec3746a5c546__{ 0x053C3110 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4b7891416dae41035e5babc4f5f977bf__{ 0x053C3F10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4bb9aa1d9f2f043aa6ea32e026bc5839__{ 0x0534E700 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4bed40d46b7479ba14c28e3e93af2976__{ 0x05337770 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4d4e81c67230c3a4e4eb65ccef2b2daf__{ 0x053C40D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4e9f36e4e360c0df3b3f161c8298509e__{ 0x053BED50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_4fab562aff63ff487bd72a44e3f26269__{ 0x053C6B40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_500a8b012bcfe5805e1d4b6339ccc2c4__{ 0x053C4FF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5166aa33c502718531e122e5b62063fb__{ 0x0533B420 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_51f4c7599fba3b54d2657d28b5d571fa__{ 0x053C0930 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_52394da72f1b024683a24785235290f9__{ 0x05332D10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_53828cb6ed5507c9f6e5583b336c0b49__{ 0x053BF640 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_53f1c11abf470b5af0ab3157a7e40510__{ 0x053C69C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5403f1488f3b0eec16b4da9f4dcbc27f__{ 0x053C2D90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_549a5787dfe9e0794dd0dcabed8b35a9__{ 0x053BF530 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_54b3db24201dc72f1d263f7bb41472ed__{ 0x053C0770 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_551d5a0aac770b949e35949959f6a654__{ 0x053C4960 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_56a30b8cb1e23597dcadd61373e22433__{ 0x053C2E00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5835f80784b8b2623a762b843655dbb0__{ 0x0533B500 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_58a057d89d534186556acb193e9f475f__{ 0x053C63D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_597df40bf391622d8b4697c202560ad3__{ 0x053C2AF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5b5caa92f1bdede6850a25a834b46ec8__{ 0x053C61E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5c3ecec4335bb21a4feb6ee0ff1ca326__{ 0x053C6360 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5c9c6ab5a0af4fab87eb9c7f20d22397__{ 0x053C5FB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5da1137410734cdf7ff6310befd3ecb3__{ 0x053C3340 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5f233e55b9ecea4e1488d9e3c2208d33__{ 0x05336E40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_5f34bd288bcad8dc0f27a44db1bfcac1__{ 0x053C1DB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_60d14d99fba9b381f873fec0b031d85c__{ 0x05230890 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_610f268a7eb9cb125982f7ae1b2308b4__{ 0x053C4F80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_618c71cb024f326faffa7f44dda633ac__{ 0x053C20C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_631ef27b74bb90e99c51bda586363756__{ 0x053C6950 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_63b35cfcf8ba2d6f0a2bbcfa841bb8f6__{ 0x05333B00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_63c2387b89e483d41d50b674c47d00d7__{ 0x0533B0A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_645e50ca33df68a80db06e7414c3220e__{ 0x0534EFF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_655acaea9adc8804e4671136a0901ff8__{ 0x053C3D50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_67a24422373971fbb0269ed66044bc22__{ 0x053BECE0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_67fa1b768b25c4fe4605376141de60d0__{ 0x053C3F80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_680a46ba2cb700f48be300a81a5301f0__{ 0x053C0850 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_681cc0a858064c0eb0d10dbc2b730575__{ 0x053C1E90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_6aa4889f9c8470badc6eded8ddc1c8ae__{ 0x053BF3E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_6d0a094bd0e17259c02dbabac0988f6f__{ 0x0533B200 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_6e1c3a72328257217242d592a4414546__{ 0x053360B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_71316eab4ed1a6c587b65624045aa47a__{ 0x05335B30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_715f971c86ea4f3f222793896cd665c6__{ 0x053C4E30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_719e7aa53f46195a957bb912ccb0a0e7__{ 0x053C49D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_71f3140295c63fc01e495e45e2fc9748__{ 0x053BF1B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_73694edb4e9e4960720f23ee2ed5a200__{ 0x053C6600 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7386cdf2d94c6ced574551d02dc2a195__{ 0x053C4810 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_73bc4f43cf7e2ce2e1c2d4620b70b6a3__{ 0x053C41B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_73dffbc55ce2bfc9558df15e04166230__{ 0x053C5B50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_740216651ae0187bfd2f2ce8bee423d5__{ 0x053C7100 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_74b701e758aee33f394cc779c18e474b__{ 0x053BE4A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_75b34a469c6587b3b9fd0807db3e2be4__{ 0x0534F7A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_75f5e2db0ffa9048a002e4574bd775ec__{ 0x05333950 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_77c3660bc8496e899c23b02cea56eda3__{ 0x05349C40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7823a845baa417078257e22096502dd4__{ 0x05333800 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7826335e103db9aad929a91243bbed15__{ 0x053C6090 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_78277c0fc395497e38f8e29e6a7a78f9__{ 0x053C4730 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_79510e1b64a59265f0a0f69f150b8586__{ 0x05334360 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7988ec7ceabe28cc10840fa0270190ca__{ 0x053C5F40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7afb4294e19e40e07a22e4d0b4b3d458__{ 0x053BFA20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7b69fb190507062ec402676524f970f7__{ 0x053338E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7b96813f06287b2d3c39b27cfe2ae384__{ 0x053C7170 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7bb6eb3faac35c78fa79cacebeaafb39__{ 0x053C1800 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7cb67c892f57252d51c8f2f2e461340b__{ 0x053BFA90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7e088beb663cd2abb84936e9aeb84226__{ 0x053C4F10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_7e08d229e5e0c8ae5df575e9b816513d__{ 0x053C1E20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_802c078ee9979744911eb5a3841d9020__{ 0x053C6F40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_814bc17e3b5cf818e79d126fe846e48b__{ 0x053362E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_830a44f9275665f00587f5b206a7ae3f__{ 0x053BE820 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8409fcc94cb40c6c6ea4b927fad20196__{ 0x053BE000 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_84146bd387f3dcdf0b8f4d765caa2c7e__{ 0x053BDD90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_842ef51fd864254c5904c16495cefe48__{ 0x053C2F50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_84553fe2792b2e5a0afd0c91a809dd67__{ 0x05335C10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_84adc2ed4f574746a54f748e3b0ee6b7__{ 0x053C2050 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_855cade0c40db8b4b0d6d97bcf5716ed__{ 0x053C3640 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_862ed792a8ff0af23fee2aa38329acd9__{ 0x053BE230 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_86a2e1c1b60decbfa0cc18d95585b8b0__{ 0x053C44A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_880628682c8cc8e35320a5c4691f61e9__{ 0x053C3720 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_884f4ee6b9aea32e91c07a04493ed660__{ 0x05336200 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_88a30c182deba3c36f61bf8b280e8504__{ 0x053C0700 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8a00011017069693a1ecf2e8fe1d3ada__{ 0x0533B490 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8a969997e0ffa6a499f395759133dbf7__{ 0x053C5BC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8a9ea67138f386d4187e48a7d679f00e__{ 0x0533F0F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8b161bcdfa62edcd3be276b3f7b3ee3a__{ 0x053C5290 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8b753712b7bb732e85ec30f0156bf1a5__{ 0x053C4220 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8c7d98918d0b24ebec04adecd0ec8d1a__{ 0x053C5630 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8cf58f32d8f5b2deda1bd7ecc7a7bffb__{ 0x053C4A40 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8f9987095064e7d4e7e346ba3222f86a__{ 0x0534E540 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_8fc51817b274ec09564ea6176c5a85ca__{ 0x053C0A10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_91457ab7253963bb63261c1ee6dee20f__{ 0x053BEE30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_917b92ea2285c30de6fe3ca603986b4a__{ 0x053C3EA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_92ddbff848a0b6078f72c0afe7089462__{ 0x053C3E30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_93dfefde362f3ff9dd369aacdd5fef87__{ 0x053C67C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_972fa3830fd19a60193b78f9ad738c29__{ 0x053C48F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_986b2714dfd413072b51a6e4c7bb4714__{ 0x053BF940 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_98eb73d7bf2f0807326098a3c21f24d1__{ 0x0534E1A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_990b761c66434490406bcea79edef473__{ 0x053BE3C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_99fbef144fe6f842bf44e74c5cbe5834__{ 0x053C51B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9ab0633b80698c16338475c360b5374a__{ 0x053BE070 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9b54ee9c6bfbeb05136e8011cf251535__{ 0x0533F160 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9b6b0aa932cecc1edf90168689e89b93__{ 0x053C2B60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9c20ef5d6c3cb255019878c87dc18415__{ 0x053C6BB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9ce1cc8d2f04e74d9680b570d7dc6c2d__{ 0x053C4C70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9d3dccf20a25de3b5b6b64de98097899__{ 0x053339C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9d77bd242e80e2496683d5fd2ab136e1__{ 0x05349FC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9f5155773b4a1b5c58e7bc4e7bfdba16__{ 0x053BF220 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9f78a13781d5ce4b8d86010ccc93a71d__{ 0x053C4140 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_9fb680cb6274dc6dd0ddf429720b7606__{ 0x05337690 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a0b3c8097eb8e0bac69a3bdfce2edc49__{ 0x05333720 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a1c78ca6e75e48166d04b1dbbdc1838a__{ 0x053C2D20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a2139da93515ac5ad43d4aa8f96db06f__{ 0x05337700 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a277cfdfa8489f756e0f726ebb7d9567__{ 0x053BEC70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a2e59104d981eb0a42b2796397322efd__{ 0x053C0A80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a2f256345aebf1faeaedc8ffdb406a39__{ 0x053BEAB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a3b93f2563d8850c261e77644baa69a3__{ 0x053C1790 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a3bc8fd412cf50f6b82babc0ea7e011f__{ 0x0534F440 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a3eacdbff35b236da2f56eb9985a2518__{ 0x053C6E60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a49c788bf678204c9ee243876d6a7ac2__{ 0x053C4D50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a553eb6589adbede1435ff2818f257b6__{ 0x053C5ED0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a746b1700e3659355c88fa2fad48b2b9__{ 0x053C0540 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a74af080b0abec224ece4c35ee725212__{ 0x0534EAC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a7be67920776cdeda95b51372bf23e8e__{ 0x053C4880 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a8ac61426a94f7074159d9e05bfbd1da__{ 0x053C38C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a8e83f97fdbbeb630f88120542d625ef__{ 0x053C5060 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_a902d6efbbedb1e52b0fa5f48e7c84e1__{ 0x053C36B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_aa2d04ed98527fa32156abf2b7e3da05__{ 0x0534E460 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_aab6897b46792e96a6b8f3e5c1bad58d__{ 0x053BF450 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_aae3fa0ad23b825f299973c1d0e45f53__{ 0x053C3420 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_abc9d4a20e1aead67d9f4b57a579aa36__{ 0x053C5AE0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ac528a71e0900eb241c01fadfad5c059__{ 0x053C5DF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ac77d3a84afcfaa4c9198ce9dbf69769__{ 0x053BF370 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_acc4630c8c1b53ad4c3a04b6314fb18f__{ 0x053BEF00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_acdc8f293fd16e7d5a550f0544d1bed5__{ 0x053C5370 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ad4c50dfd4773f6eec86c8a164aa0a0f__{ 0x053C09A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_af17e7b83fb8224926eb7885c3e1c5f8__{ 0x05333510 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_afb9fa17480ae987835e8326a9ac69e0__{ 0x053C2580 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b08476e8672f0cd2076e9fa10099723d__{ 0x05341850 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b2353ae13e42226535693aaaa33f9018__{ 0x0534E850 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b2a7e0ce9cc119c0855f5298d2331601__{ 0x05336120 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b2cdea078ef487a19e05281fa1797871__{ 0x053363C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b30f4f4e4d2ff9edf9de7be5dad9da01__{ 0x053C6750 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b3fcaf59e26899a207dd6080e81a4d1d__{ 0x053C5E60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b41fa54e3280a6245a6cceb5d3dce7fd__{ 0x05330FD0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b44f06720d438162257a78e6ecb7fbe5__{ 0x053BFCC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b5a51d6309454d5d83110876b74325e4__{ 0x053C45E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b7ab0c997ed4e48be0451acecb0b8e14__{ 0x053C5A00 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b7c31b6034c69f6decc7a9e46cc2d80b__{ 0x053C5990 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b8a0b33aa93533c1fe071c789eb56c97__{ 0x05335AC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_b9e8f6f90da086b534265a19c892f189__{ 0x053BEB90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ba2c9a2e56f0b8dc1849c9ffa6668fa6__{ 0x053C2BD0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ba66f84876acef0f10b586fa824514ec__{ 0x053C3260 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bc222a075edbe78f7a53bff645b36ca3__{ 0x053C07E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bc9705a849a34d711f273f3a449f4cb9__{ 0x053C1CD0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bda70f7e0f4c99f6bf1326a8ab5e20a2__{ 0x05345BB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_be2155f5be453463918f21d9b2f445d7__{ 0x053C2E70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_be655b8798518b83af98581e42d70fbd__{ 0x053C6170 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bed1a05d54bd88c15207e603a7a17a92__{ 0x0534F3D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bed85b09b9ed3355dcc1986849044e52__{ 0x053C5D80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bf50a16e40a651db35c8ba6bb5fc82db__{ 0x053BEF70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_bffd3e152755f9ae6c3ead71f556afe8__{ 0x053C66E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c0867478ce833586641252d7592ed001__{ 0x053C5A70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c0ec1cdba9232d6577a7941bfe940f4b__{ 0x053C34F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c18ddfec56d6fcb70a1d887fda59b094__{ 0x0534EF80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c19e4767f53d88af0c87f5c15724b915__{ 0x0534E770 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c1e745843e971876f54bbffb8de56022__{ 0x053BFE80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c20350d14aef637940dd749ec09220ca__{ 0x053C1BF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c243f538ea07d990f2a5deb1e55f8011__{ 0x053BFBE0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c31a2a36aefac824fef0a53c4e0a211b__{ 0x053C4B20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c320a962826983bb667d95d2dd0aeb99__{ 0x05330F60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c40b67edd85a9bdb0c4f8c5aaf44ccc0__{ 0x05333870 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c4a3f0c93bb595505c6ef54dfe2dbf6c__{ 0x053343D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c4c82cf4556f54d615bb9d9a9a7785d4__{ 0x053C2210 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c4e2dd91abafbdc7113e7fe251e62b68__{ 0x05338410 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c688b4a3930e887994f9ff22a44d1055__{ 0x05339A20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c6f15aee236d6778aecf4030939e648d__{ 0x053C6870 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c7d195272685e18515980cb4f141e5e7__{ 0x053C2930 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_c7ec0bf91e9d97e0dcd3f675bc5ce9c2__{ 0x053C2130 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ca12cab6b49af1118bbc3acbdef3ad2c__{ 0x053C0310 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ccb769bfb515dffc83900f29df914aa3__{ 0x05335BA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_cdd90a6e62d5d62a81ae5dda9cab4c40__{ 0x05341960 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ce5d1e302831e375f59ce55f1ba0efcb__{ 0x0533B3B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d0524595d53784a777256654df184400__{ 0x05336EB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d18397ac97102f79f73762b829004f22__{ 0x053C2CB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d26284ad1a966342395fc35246850ebc__{ 0x053342F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d27537a1b55940a201039e4526a6fabd__{ 0x053C4DC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d2927be86be9174bcfaf938b446e242a__{ 0x05336040 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d47011212f92e03ce0c144c08f5c0376__{ 0x053C4370 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d470ea3e7e00eb6cb8e4753e84358c81__{ 0x053C08C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d4c21d061d1730e6c442222e95aae7e1__{ 0x0534EF10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d501430f38fc2e876cc6f4ef99cc255e__{ 0x05336190 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d57673b68f75bff3ab6be7fc1f1bc4de__{ 0x0534EA50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d583b0b3d0781b1f040a14279a3c1e38__{ 0x053C4CE0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d5dede834329bc72fd38341535be2334__{ 0x053C5CA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d6517e45fc467d7ab0ca21fecd0d34d9__{ 0x053C1C60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d65afeddea21840da4db248a20b4cb0a__{ 0x053BDF90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d69e47580585bca0b81bba1266976d2d__{ 0x053C46C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d7480b0f84fff0346b6cc5b74a19ae21__{ 0x053C03F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d790af53937f7e516d4663912669e8e7__{ 0x053C2EE0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d7b70ef5e69a8f52cb3f82623ace10de__{ 0x053C3030 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d897263a1e3d967e06c67b717cffdcc6__{ 0x05335A50 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_d971bbc3dc9ed71bf53e59b32a581d4f__{ 0x0533B270 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_da6f2d6d493f7877f274d863256ed547__{ 0x053BE580 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_da84597145903905cf4628e7b7d95cdc__{ 0x053C1A30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dad678bb0d4f37da792d090f78710788__{ 0x0533B190 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_db60577df69cd83290fbcc5fca4b00a7__{ 0x053C1AA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dc9d1efc4809f06b3d9d3253b11ead39__{ 0x053BE510 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dceb43904e5ea9b6abd52cfa7569700d__{ 0x0534E620 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dcf3c08d7b49df537da17b8639e51c7c__{ 0x053C0690 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ddfc15402f3d249953d7d45915cfa7cf__{ 0x053C3180 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_df002d1f4df00b2ff2289cb93db7c792__{ 0x053C6DF0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dfb37256bd8bb47942803ef19fd5598e__{ 0x053C4AB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_dfb974a55430afb3e2360b58191ed6c6__{ 0x0534E690 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e05439751b4f6d015b03830ac1de7c0a__{ 0x053BFD30 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e0dfdcf3bb3d24d6829800674ab09670__{ 0x05333580 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e33c0fb8e443b5cbaba490e78cca5283__{ 0x053C6A60 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e365f2925342579338131085504fefb3__{ 0x053C6440 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e3819f4c00b5686b0c2c40498731c485__{ 0x053BDF20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e424d4ca017b7d154609d3d2687b2981__{ 0x053344B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e4f93fb5ad678dc72a2d452d7c37112e__{ 0x053BF9B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e5fd3939c6389bee094722082f9c3dd5__{ 0x053C0380 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e622216f201a2158f750e267701d9e13__{ 0x053C35D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e6f7615137c5907aeb897143153913f2__{ 0x053C0180 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e798ff35dc2f689a5d1731afe07f184c__{ 0x053BF4C0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e7abc812033d724dfabed043d01353e7__{ 0x053C3DC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e8233a2e1c0b3a09af1056110abd4931__{ 0x053C56A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e825ada6044397b46e187e02ddf9c722__{ 0x05332CA0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e83960b0e352b6b397a1ee6ed57b62bb__{ 0x053C1F70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_e9b4bd62e1594914c1f820d88177a97c__{ 0x05336870 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_edf1ffa676a50d18e516e7b8cc0f470b__{ 0x053C6FB0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ee6a3623bc31c868f9943f6c8924bd71__{ 0x053BE2E0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef46af054b01b8325be51719c97536d4__{ 0x053BE5F0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef517dcf01c4cd24eca53b318e0e08f6__{ 0x05335FD0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef6021d31541f941ed0953d537fe4953__{ 0x053BFE10 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ef99d8752b4b4039b5096e3e10694d94__{ 0x053C16B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_efa77261d9d923d5a08c06a823921f8d__{ 0x05333160 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_efd513b9708d9fe9ef6fe678e5b8a236__{ 0x053C02A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f15c039b05ba43d1772398feb9928ac1__{ 0x053C30A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f1c196a9b667c520331cc1dab9c15355__{ 0x053C29A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f262931cb1dafba8216a34e41d23a256__{ 0x05337070 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f2a2a50cf35e896688d0664427cee6d0__{ 0x053C1950 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f32e419e62f35a522891b3e0dcba4229__{ 0x053C5300 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f3781cbdc20effa2bed12fa4f4d830dd__{ 0x053BE150 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f391568749114e3f1b2fe318c3e220b8__{ 0x053C33B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f3c2b04e4020e2fb8a70a09f6fdd834b__{ 0x0534E4D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f42a59ec43849d83a9b98b1956053250__{ 0x053BF5D0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f48d3b6efe445329c0142186db6cd6e4__{ 0x053BEDC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f5b1b067cf9d7459e60e73229fa94e6a__{ 0x053C1B80 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f677de8524a59c67035b6829bab013d6__{ 0x053C58B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f7464ee3aeaa42e509a6e89d5d8b2acf__{ 0x053BEB20 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f808da4bc82fea4ea20fd78d8c7ab291__{ 0x05339A90 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f9501becdb4254364706aa129a8e5996__{ 0x053C6590 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_f9e16eeb7df889d06b33524af8cc3935__{ 0x053BFB70 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fc54dcf60747501042a167c9db0a5a23__{ 0x053C47A0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fe60a7083203a597a71f33ca821fef5e__{ 0x053C2FC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fea4d95b98a93c5184de078e5acd242b__{ 0x053C0460 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_fee7bc3577f6720ec0d8b77b143c3a8d__{ 0x053C1870 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl__lambda_ff721520b2d17d48926db4c51a0e0163__{ 0x053C1FE0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl_char_{ 0x05226CC0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl_charconst_{ 0x0533B8B0 }; + inline constexpr REL::Offset BSScript__Internal__CachedErrorMessageImpl_std__function_void__{ 0x053BE6D0 }; + inline constexpr REL::Offset BSScript__Internal__CodeTasklet{ 0x053C4510 }; + inline constexpr REL::Offset BSScript__Internal__FunctionMessageNode{ 0x053C76F0 }; + inline constexpr REL::Offset BSScript__Internal__FunctionMessageProcessor{ 0x053C7440 }; + inline constexpr REL::Offset BSScript__Internal__IFuncCallQuery{ 0x053C15B8 }; + inline constexpr REL::Offset BSScript__Internal__IVMFunctionMessageDispatch{ 0x053C1530 }; + inline constexpr REL::Offset BSScript__Internal__NativeFunctionStub{ 0x053C3B08 }; + inline constexpr REL::Offset BSScript__Internal__RawFuncCallQuery{ 0x053C15F0 }; + inline constexpr REL::Offset BSScript__Internal__ScriptFunction{ 0x053C7730 }; + inline constexpr REL::Offset BSScript__Internal__VirtualMachine{ 0x053C1630 }; + inline constexpr REL::Offset BSScript__Internal__VirtualMachine__AttemptFunctionCall__2__Callbacks{ 0x053C1090 }; + inline constexpr REL::Offset BSScript__Internal__VirtualMachine__CallInTasklet__2__Callbacks{ 0x053C0F70 }; + inline constexpr REL::Offset BSScript__Internal__VirtualMachine__HandleCallMessage__2__Callbacks{ 0x053C11A0 }; + inline constexpr REL::Offset BSScript__Internal__VirtualMachine__IFuncCallCallbacks{ 0x053C12D0 }; + inline constexpr REL::Offset BSScript__LinkerProcessor{ 0x053C6A30 }; + inline constexpr REL::Offset BSScript__NF_util__NativeFunctionBase{ 0x052304F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_ActorValueInfoconst_{ 0x0533C190 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_Actor_{ 0x0533C2F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_EffectSetting_{ 0x0533C290 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_TESForm_{ 0x0533C240 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_float_{ 0x0533C1F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActiveEffect_void_{ 0x0533C340 }; + inline constexpr REL::Offset BSScript__NativeFunction0_ActorValueInfo_BGSResourceconst_{ 0x0533DAC0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_Actor_{ 0x0533CDA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_BSScript__ArrayWrapper_Actor__{ 0x0533CED0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_GameScript__SpaceshipRef_{ 0x0533D410 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESFaction_{ 0x0533CE80 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESNPC_{ 0x0533D540 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESObjectARMO_{ 0x0533D630 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESObjectREFR_{ 0x0533CE30 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESPackage_{ 0x0533CDE0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_TESRace_{ 0x0533D4B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_bool_{ 0x0533D190 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_float_{ 0x0533D468 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_int_{ 0x0533D4F8 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_unsignedint_{ 0x0533CF30 }; + inline constexpr REL::Offset BSScript__NativeFunction0_Actor_void_{ 0x0533D150 }; + inline constexpr REL::Offset BSScript__NativeFunction0_AlchemyItem_bool_{ 0x0533DB20 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSAffinityEvent_void_{ 0x0532EF10 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSBaseAlias_TESQuest_{ 0x0533DC80 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSBaseAlias_bool_{ 0x0533DC30 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSBaseAlias_void_{ 0x0533DB70 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSChallengeForm_void_{ 0x05230530 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSListForm_unsignedint_{ 0x05341580 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSListForm_void_{ 0x05341620 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocAlias_BGSLocation_{ 0x0533DEA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocAlias_void_{ 0x0533DF60 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocation_BGSPlanet__PlanetData_{ 0x0533E490 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocation_bool_{ 0x0533E1B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocation_void_{ 0x0533E160 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSLocationconst_unsignedint_{ 0x0533E440 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSMessage_void_{ 0x0533E770 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSMusicType_void_{ 0x0533E980 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSKeyword_{ 0x05331460 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSLocation_{ 0x05331270 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSPlanet__PlanetData_float_{ 0x05331410 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefAlias_TESObjectREFR_{ 0x0533E9D0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefAlias_void_{ 0x0533EA30 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_Actor__{ 0x0533EB30 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_TESObjectREFR__{ 0x0533EBA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_unsignedint_{ 0x0533EC20 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSRefCollectionAlias_void_{ 0x0533EAE0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSResearchProjectForm_void_{ 0x053307A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSResource_TESForm_{ 0x0534A5B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSScene_TESQuest_{ 0x0533EE50 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSScene_bool_{ 0x0533ED90 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSScene_void_{ 0x0533EEA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSVoiceType_unsignedint_{ 0x0533F0A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BGSWeatherSettingsForm_BSScript__ArrayWrapper_BGSKeywordconst__{ 0x053329D0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSInputEnableLayer_bool_{ 0x05341360 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSInputEnableLayer_void_{ 0x053413B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__Object_bool_{ 0x053424A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__Object_void_{ 0x05342400 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_ActorValueInfoconst_{ 0x05340E50 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_Actor_{ 0x053401E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_{ 0x05332960 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSFixedString_{ 0x0533F450 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSInputEnableLayer_{ 0x05341400 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_Actor__{ 0x053402B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__{ 0x0533FF20 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ 0x0533FFA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_TESQuest__{ 0x05340170 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__{ 0x0533FDE0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_GameScript__SpaceshipRef_{ 0x05340240 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_TESObjectREFR_{ 0x0533F030 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_bool_{ 0x0533FB20 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_float_{ 0x05332910 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_int_{ 0x0533F730 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_unsignedint_{ 0x053328C0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_BSScript__StaticFunctionTag_void_{ 0x05332870 }; + inline constexpr REL::Offset BSScript__NativeFunction0_EffectSetting_bool_{ 0x0533F630 }; + inline constexpr REL::Offset BSScript__NativeFunction0_EnchantmentItem_bool_{ 0x0533F6E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__LeveledSpaceshipBase_void_{ 0x052305B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_Actor_{ 0x05347EF0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESFaction_{ 0x053483A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESForm_{ 0x05348820 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESNPC_{ 0x05347E90 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESObjectREFR_{ 0x05345240 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_bool_{ 0x05345920 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_void_{ 0x053466C0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipBase_bool_{ 0x053314C0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_BGSKeywordconst_{ 0x05331CA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ 0x053323E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05332200 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipBase_{ 0x053319F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipRef_{ 0x05332390 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_TESFaction_{ 0x053322E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_TESObjectREFR_{ 0x05331AA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_TESPackage_{ 0x05332280 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_bool_{ 0x053326A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_float_{ 0x05331900 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_int_{ 0x05331A50 }; + inline constexpr REL::Offset BSScript__NativeFunction0_GameScript__SpaceshipRef_void_{ 0x05332650 }; + inline constexpr REL::Offset BSScript__NativeFunction0_IngredientItem_bool_{ 0x053411F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_IngredientItem_unsignedint_{ 0x05341100 }; + inline constexpr REL::Offset BSScript__NativeFunction0_IngredientItem_void_{ 0x053411A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_SpellItem_bool_{ 0x053429F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESFaction_bool_{ 0x05342CC0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESFaction_unsignedint_{ 0x05343000 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESFaction_void_{ 0x05342E80 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_bool_{ 0x05343280 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_float_{ 0x05343198 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_int_{ 0x05343118 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_unsignedint_{ 0x053430D8 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESForm_void_{ 0x05343158 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESFurniture_TESForm_{ 0x053432C0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESGlobal_float_{ 0x05343310 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESImageSpaceModifier_void_{ 0x05343440 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESLevCharacter_void_{ 0x053434F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESLevItem_void_{ 0x05343590 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESLevSpell_void_{ 0x05343620 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_Actor_{ 0x053436C0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_BGSListForm_{ 0x05343820 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_TESClass_{ 0x05343900 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_TESRace_{ 0x05343870 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_bool_{ 0x05343708 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_int_{ 0x053437E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESNPC_unsignedint_{ 0x053438B8 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectACTI_bool_{ 0x05343950 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_TESFaction_{ 0x05343B40 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_TESNPC_{ 0x05343AF0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_TESObjectREFR_{ 0x05343BA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_bool_{ 0x05343C00 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectCELL_void_{ 0x053439A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_Actor_{ 0x05344E20 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSLocation_{ 0x05348700 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSPlanet__PlanetData_{ 0x05348760 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSScene_{ 0x053484E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BGSVoiceType_{ 0x05345860 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSFixedString_{ 0x053485E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_Actor__{ 0x05347D10 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSLocationRefType__{ 0x05345110 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSResourceconst__{ 0x053457F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05347FD0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_float__{ 0x05344ED0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_unsignedint__{ 0x05348530 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESKey_{ 0x053452B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESObjectCELL_{ 0x05344E70 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESObjectREFR_{ 0x05344CC0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_TESWorldSpace_{ 0x053458C0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_bool_{ 0x05348A80 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_float_{ 0x05347D80 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_int_{ 0x053486B0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_unsignedint_{ 0x05348590 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectREFR_void_{ 0x053492A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESObjectWEAP_TESAmmo_{ 0x053495A0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESPackage_TESPackageconst_{ 0x05349640 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESPackage_TESQuest_{ 0x053495F0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05349820 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_bool_{ 0x053496D0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_float_{ 0x05349890 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_unsignedint_{ 0x053497E0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESQuest_void_{ 0x053498D0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESTopicInfo_TESQuest_{ 0x05349BA0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESTopicInfo_bool_{ 0x05349BF0 }; + inline constexpr REL::Offset BSScript__NativeFunction0_TESTopic_void_{ 0x05349B58 }; + inline constexpr REL::Offset BSScript__NativeFunction10_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__BGSLocation_BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSLocationRefType__BSScript__ArrayWrapper_BGSLocationRefType__bool_bool_bool_bool_unsignedint_{ 0x05340080 }; + inline constexpr REL::Offset BSScript__NativeFunction10_GameScript__RefrOrInventoryObj_bool_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ 0x053441E0 }; + inline constexpr REL::Offset BSScript__NativeFunction11_BSInputEnableLayer_void_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_{ 0x05341300 }; + inline constexpr REL::Offset BSScript__NativeFunction11_TESObjectREFR_void_TESObjectREFR_float_float_float_float_float_float_float_float_int_float_{ 0x053447E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_SpellItem_unsignedint_{ 0x0533D6C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_TESObjectWEAP_unsignedint_{ 0x0533D710 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_Actor_{ 0x0533D270 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_BGSKeyword_{ 0x0533D0B0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_BGSPerk_{ 0x0533C830 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_EffectSetting_{ 0x0533D2C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_SpellItem_{ 0x0533CD00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESFaction_{ 0x0533C790 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESForm_{ 0x0533C880 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESIdleForm_{ 0x0533C4E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_TESObjectREFR_{ 0x0533D370 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_bool_{ 0x0533C968 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_bool_unsignedint_{ 0x0533D760 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_int_Actor_{ 0x0533D3C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_int_TESFaction_{ 0x0533D590 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_int_unsignedint_{ 0x0533D680 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_unsignedint_Actor_{ 0x0533D5E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_unsignedint_TESObjectREFR_{ 0x0533D220 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_Actor_{ 0x0533C7E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BGSKeyword_{ 0x0533CC20 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BGSPerk_{ 0x0533C3E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BGSVoiceType_{ 0x0533CAF0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_BSFixedStringconst_{ 0x0533C490 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESCombatStyle_{ 0x0533CCB0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESFaction_{ 0x0533C390 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESForm_{ 0x0533D1D0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESObjectREFR_{ 0x0533CB40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_TESRace_{ 0x0533CA00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_bool_{ 0x0533D7F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_float_{ 0x0533D8A8 }; + inline constexpr REL::Offset BSScript__NativeFunction1_Actor_void_unsignedint_{ 0x0533CBE0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSAffinityEvent_void_TESObjectREFR_{ 0x0532EF60 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSArtObject_void_TESObjectREFR_{ 0x0532EFC0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSCurveForm_bool_float_{ 0x05331040 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSCurveForm_float_float_{ 0x05331090 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSInstanceNamingRules_void_BGSInstanceNamingRulesconst_{ 0x05330740 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_BSScript__ArrayWrapper_TESForm__bool_{ 0x053414C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_TESForm_unsignedint_{ 0x053415D0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_bool_TESForm_{ 0x05341670 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_int_TESForm_{ 0x05341530 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSListForm_void_TESForm_{ 0x05341470 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocAlias_void_BGSLocation_{ 0x0533DF00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_BSScript__ArrayWrapper_BGSLocation__BGSKeyword_{ 0x0533E5D0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_bool_BGSLocationRefType_{ 0x0533E200 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_bool_BGSLocation_{ 0x0533E110 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_float_ActorValueInfoconst_{ 0x0533E260 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_float_BGSKeyword_{ 0x0533E4F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_unsignedint_BGSLocationRefType_{ 0x0533E380 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_BGSKeyword_{ 0x0533E3E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_TESFaction_{ 0x0533E320 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_bool_{ 0x0533E060 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSLocation_void_unsignedint_{ 0x0533DFB0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSMessage_void_BSScript__ArrayWrapper_TESObjectREFR__{ 0x0533E7B0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSPlanet__PlanetData_BSScript__ArrayWrapper_BGSKeyword__int_{ 0x05331390 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSPlanet__PlanetData_bool_BGSKeyword_{ 0x05331330 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefAlias_void_TESObjectREFR_{ 0x0533EA80 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefCollectionAlias_TESObjectREFR_unsignedint_{ 0x0533EC70 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefCollectionAlias_int_TESObjectREFR_{ 0x0533ECD0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSRefCollectionAlias_void_TESObjectREFR_{ 0x0533ED30 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSScene_bool_unsignedint_{ 0x0533EDD0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSScene_void_bool_{ 0x0533EE10 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSShaderParticleGeometryData_void_float_{ 0x0533EEE0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSTerminalMenu_void_TESObjectREFR_{ 0x0533EF40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BGSWeatherSettingsForm_void_bool_{ 0x053326F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSInputEnableLayer_void_bool_{ 0x053412B0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount__BSFixedStringconst_{ 0x053425D0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_bool_BSFixedStringconst_{ 0x053426D0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_BGSAffinityEventconst_{ 0x05342340 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_BSFixedStringconst_{ 0x05341D00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_BSScript__Object_{ 0x05341E30 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_TESForm_{ 0x05341FB0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__Object_void_unsignedint_{ 0x05342680 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_BGSKeyword_{ 0x05332740 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_BSFixedStringconst_{ 0x05340470 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_float_{ 0x0534A550 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_int_{ 0x0534A1E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_unsignedint_{ 0x0534A180 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__BSFixedStringconst_{ 0x05349F40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_TESForm_int_{ 0x0533F850 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_Actor_{ 0x0533FA70 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BGSResearchProjectFormconst_{ 0x05340A30 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BSFixedStringconst_{ 0x0533F550 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_GameScript__SpaceshipRef_{ 0x05340AA0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_TESObjectREFR_{ 0x05340520 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_float_{ 0x0533FE50 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_unsignedint_{ 0x0534A0A0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ 0x05340390 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_float_{ 0x05341720 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_BSFixedStringconst_{ 0x05340320 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_float_{ 0x053416C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_BSFixedStringconst_{ 0x05340400 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_unsignedint_{ 0x05340020 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_Actor_{ 0x05340730 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSFixedStringconst_{ 0x053307F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05345E80 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__Object_{ 0x0533F320 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_GameScript__SpaceshipRef_{ 0x0533FB80 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESObjectREFR_{ 0x0533F3E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESQuest_{ 0x0533F380 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_bool_{ 0x053327C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_float_{ 0x05340590 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_int_{ 0x05330A40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_unsignedint_{ 0x05340B90 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSKeyword_{ 0x05345710 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSListForm_{ 0x05345780 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_bool_{ 0x05348240 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSKeywordconst_{ 0x05348F30 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSMod__Attachment__Mod_{ 0x05346460 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_bool_{ 0x05346990 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_{ 0x05332170 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_TESObjectWEAPconst_ActorValueInfoconst_{ 0x05331880 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_BGSPerk_{ 0x05331820 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_GameScript__SpaceshipRef_{ 0x053317C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESFaction_{ 0x05331710 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESObjectREFR_{ 0x05331FE0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_bool_{ 0x05331770 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_float_bool_{ 0x05332340 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_int_TESFaction_{ 0x05332110 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_int_bool_{ 0x05331F90 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_Actor_{ 0x05332470 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_GameScript__SpaceshipRef_{ 0x053320B0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_unsignedint_{ 0x053319A0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_BGSPerk_{ 0x05331E70 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_{ 0x053316B0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESCombatStyle_{ 0x05331E00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESFaction_{ 0x05331ED0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_bool_{ 0x05332600 }; + inline constexpr REL::Offset BSScript__NativeFunction1_GameScript__SpaceshipRef_void_float_{ 0x05331D00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_IngredientItem_void_unsignedint_{ 0x05341150 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESEffectShader_void_TESObjectREFR_{ 0x05342BB0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_bool_TESFaction_{ 0x05343090 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_unsignedint_Actor_{ 0x05342FB0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_void_bool_{ 0x05342E30 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESFaction_void_unsignedint_{ 0x05342D90 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESForm_bool_BGSKeyword_{ 0x053431E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESForm_bool_BGSListForm_{ 0x05343230 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESGlobal_void_float_{ 0x05343350 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESImageSpaceModifier_void_float_{ 0x05343390 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESNPC_void_TESNPC_{ 0x05343670 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESNPC_void_bool_{ 0x05343748 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_TESFaction_{ 0x05343A40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_TESNPC_{ 0x053439F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_bool_{ 0x05343C50 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectCELL_void_float_{ 0x05343CF0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectMISC_unsignedint_BGSResource_{ 0x05343D40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESFlora__float_{ 0x05348640 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESNPC__float_{ 0x053488E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__Actor_{ 0x05344D10 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESFlora_ActorValueInfoconst_{ 0x05348410 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESNPC_ActorValueInfoconst_{ 0x05348170 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESObjectCELL_BGSKeyword_{ 0x05345300 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_TESObjectREFR_BGSKeyword_{ 0x05345020 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_Actor_{ 0x053455F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BGSKeyword_{ 0x053456B0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BGSLocationRefType_{ 0x05345540 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BSFixedStringconst_{ 0x05347DD0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_BSScript__ArrayWrapper_TESObjectREFR__{ 0x05348A00 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_EffectSetting_{ 0x053454E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_SpellItem_{ 0x053490A0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_TESForm_{ 0x05345370 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_TESObjectREFR_{ 0x05347460 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_bool_{ 0x05348FF0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_float_{ 0x053491A0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_bool_unsignedint_{ 0x05346770 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_float_ActorValueInfoconst_{ 0x05348880 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_float_BSFixedStringconst_{ 0x053487C0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_float_TESObjectREFR_{ 0x05348350 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_int_BSFixedStringconst_{ 0x05347E30 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_unsignedint_TESForm_{ 0x053451F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_unsignedint_unsignedint_{ 0x053494E0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_Actor_{ 0x05348B20 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_BGSLocation_{ 0x05346930 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_BGSMessage_{ 0x05346330 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_BSFixedStringconst_{ 0x05346A40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_TESForm_{ 0x05346720 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_TESObjectREFR_{ 0x05348C20 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_bool_{ 0x05348AD0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_float_{ 0x053469F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESObjectREFR_void_unsignedint_{ 0x05346CE0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_BGSBaseAlias_unsignedint_{ 0x05349790 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_bool_TESGlobal_{ 0x053499F0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_bool_int_{ 0x05349AD0 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_bool_unsignedint_{ 0x05349690 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_bool_{ 0x05349A40 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_float_{ 0x05349750 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_int_{ 0x05349958 }; + inline constexpr REL::Offset BSScript__NativeFunction1_TESQuest_void_unsignedint_{ 0x05349710 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_BGSAction_TESObjectREFR_{ 0x0533C530 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_BGSAssociationType_Actor_{ 0x0533D310 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_TESIdleForm_TESObjectREFR_{ 0x0533C430 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_bool_TESObjectREFR_bool_{ 0x0533C8D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_Actor_int_{ 0x0533CA50 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_BGSOutfit_bool_{ 0x0533CAA0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_BGSPerk_bool_{ 0x0533D7A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_BSFixedStringconst_float_{ 0x0533C9B0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_SpellItem_TESObjectREFR_{ 0x0533D010 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_SpellItem_unsignedint_{ 0x0533CFC0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_TESFaction_int_{ 0x0533C740 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_TESForm_int_{ 0x0533C6F0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_TESObjectREFR_bool_{ 0x0533CB90 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_bool_bool_{ 0x0533D070 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_float_bool_{ 0x0533CC70 }; + inline constexpr REL::Offset BSScript__NativeFunction2_Actor_void_float_float_{ 0x0533C928 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSConditionForm_bool_TESObjectREFR_TESObjectREFR_{ 0x053306E0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ 0x0533E550 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_bool_BGSLocation_BGSKeyword_{ 0x0533E2C0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_bool_TESQuest_bool_{ 0x0533E6B0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_int_BGSKeyword_BGSKeyword_{ 0x0533E650 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_void_ActorValueInfoconst_float_{ 0x0533E000 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_void_BGSKeyword_float_{ 0x0533E0B0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSLocation_void_BGSLocation_BGSKeyword_{ 0x0533E710 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSPlanet__PlanetData_void_BGSKeyword_bool_{ 0x053312D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSWeatherSettingsForm_void_bool_bool_{ 0x05332820 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BGSWwiseEventForm_int_BSFixedStringconst_float_{ 0x05330AA0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x05342090 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__Variable_{ 0x05341C90 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_BSScript__Object_BSFixedStringconst_{ 0x05341DD0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_bool_TESObjectREFR_BSFixedStringconst_{ 0x053422D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_Actor_TESObjectREFR_{ 0x05342190 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x05342010 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ 0x05341C20 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_int_{ 0x05341BC0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_BSScript__Object_BSFixedStringconst_{ 0x053423A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_ActorValueInfo_{ 0x05342560 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_BSFixedStringconst_{ 0x053419D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_TESObjectREFR_{ 0x05341A90 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_float_unsignedint_{ 0x05341A40 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__Object_void_unsignedint_bool_{ 0x05342450 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_TESForm_unsignedint_BSFixedStringconst_{ 0x0533F7E0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_float_float_float_{ 0x05341780 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_int_int_int_{ 0x0534A240 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_ActorValueInfo_unsignedint_{ 0x0533FD70 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSCameraShot_TESObjectREFR_{ 0x05341000 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSKeyword_int_{ 0x05340F30 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_{ 0x05330860 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__Object_{ 0x0533F240 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_{ 0x0534A2A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_float_{ 0x053308D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_int_{ 0x0533FEB0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_unsignedint_{ 0x0533F1D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_{ 0x053406C0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_bool_bool_{ 0x0533F780 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_int_bool_{ 0x05340FA0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_unsignedint_bool_{ 0x053407F0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__LeveledSpaceshipBase_void_GameScript__SpaceshipBase_unsignedint_{ 0x05230610 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_bool_BGSMod__Attachment__Mod_unsignedint_{ 0x053493B0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_bool_{ 0x05346400 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_float_{ 0x053448A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_TESForm_{ 0x05348CD0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_float_{ 0x05348D50 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESFaction_bool_{ 0x05346AA0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESNPC_bool_{ 0x05346390 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_unsignedint_unsignedint_unsignedint_{ 0x05331950 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_ActorValueInfoconst_bool_{ 0x05332530 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_BGSPerk_bool_{ 0x05332050 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_bool_{ 0x05331D50 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_TESFaction_int_{ 0x053315F0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_GameScript__SpaceshipRef_void_bool_bool_{ 0x053325A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_ScrollItem_bool_TESObjectREFR_TESObjectREFR_{ 0x053427A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_SpellItem_bool_TESObjectREFR_TESObjectREFR_{ 0x05342990 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESEffectShader_void_TESObjectREFR_float_{ 0x05342C10 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESFaction_bool_bool_bool_{ 0x05342F10 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESFaction_void_bool_bool_{ 0x05342EC0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESFaction_void_int_bool_{ 0x05343040 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESImageSpaceModifier_void_TESImageSpaceModifier_float_{ 0x053433E0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESLevCharacter_void_TESForm_unsignedint_{ 0x05343490 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESLevSpell_void_TESForm_unsignedint_{ 0x053435D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESNPC_void_BGSOutfit_bool_{ 0x05343790 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectCELL_void_float_float_{ 0x05343CA0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ 0x05347F50 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__ActorValueInfoconst_unsignedint_{ 0x05344D90 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_BGSKeyword_{ 0x05344F30 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_unsignedint_{ 0x05345080 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__TESForm_float_{ 0x053480F0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_float__float_float_{ 0x05344FC0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_TESForm_BGSBaseAlias_{ 0x05345470 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_unsignedint_BGSKeyword_{ 0x05345190 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ 0x05344B80 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_SpellItem_bool_{ 0x05348C70 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_BGSMod__Attachment__Mod_{ 0x05349420 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_unsignedint_{ 0x05348040 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_TESObjectREFR_bool_{ 0x05347410 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_bool_unsignedint_bool_{ 0x053455A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_int_BGSKeyword_BGSKeyword_{ 0x053492F0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSKeyword_unsignedint_{ 0x05349350 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSListForm_bool_{ 0x05348480 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_ActorValueInfoconst_float_{ 0x053491F0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_Actor_unsignedint_{ 0x05349100 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BGSKeyword_bool_{ 0x05349040 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BGSLocation_BGSLocationRefType_{ 0x05346B70 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_BSFixedStringconst_{ 0x05344AB0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_bool_{ 0x05346200 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_float_{ 0x05346260 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_int_{ 0x05346BE0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_TESForm_BGSMod__Attachment__Mod_{ 0x053464D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_bool_BGSListFormconst_{ 0x053443A0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_bool_bool_{ 0x05349490 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_float_float_{ 0x053453D0 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectREFR_void_unsignedint_BGSLegendaryItemconst_{ 0x05344840 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESObjectWEAP_void_TESObjectREFR_TESAmmo_{ 0x05349530 }; + inline constexpr REL::Offset BSScript__NativeFunction2_TESQuest_void_unsignedint_bool_{ 0x05349B10 }; + inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_BGSHeadPart_bool_bool_{ 0x0533D100 }; + inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_TESForm_bool_bool_{ 0x0533CF70 }; + inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_bool_TESForm_bool_{ 0x0533C6A0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_Actor_void_bool_bool_bool_{ 0x0533CD50 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BGSArtObject_void_TESObjectREFR_float_TESObjectREFR_{ 0x0532F020 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BGSWwiseEventForm_int_TESObjectREFR_BSFixedStringconst_float_{ 0x05330B00 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__Object_void_BSScript__Object_BSScript__Object_int_{ 0x05341AF0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__Object_void_TESObjectREFR_ActorValueInfo_float_{ 0x053424F0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x0534A420 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_unsignedint_{ 0x0533F2B0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x0534A4C0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__ArrayWrapper_TESObjectREFR__bool_{ 0x05345D90 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_TESObjectREFR_float_float_{ 0x05340650 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_bool_bool_bool_{ 0x05340790 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_float_float_float_{ 0x053405F0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSFixedStringconst_float_{ 0x053309D0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330940 }; + inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05344320 }; + inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_float_float_float_{ 0x053461A0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_bool_{ 0x05331650 }; + inline constexpr REL::Offset BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_unsignedint_{ 0x05331DB0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_SpellItem_bool_TESObjectREFR_Actor_TESObjectREFR_{ 0x05342A30 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESFaction_void_TESFaction_bool_bool_{ 0x05342DE0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESLevItem_void_TESForm_unsignedint_unsignedint_{ 0x05343540 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_BGSResource_unsignedint_bool_{ 0x05344690 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_{ 0x05344950 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_bool_float_{ 0x05344BE0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_GameScript__FormOrInventoryObj_unsignedint_bool_{ 0x05348EC0 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05345640 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_BSFixedStringconst_bool_float_{ 0x05345E20 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_BGSKeyword_bool_{ 0x05346B10 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_bool_bool_{ 0x05344900 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_bool_bool_bool_{ 0x05345420 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESObjectREFR_void_float_float_float_{ 0x05346C40 }; + inline constexpr REL::Offset BSScript__NativeFunction3_TESQuest_void_unsignedint_bool_bool_{ 0x05349910 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BGSTerminalMenu_void_TESObjectREFR_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ 0x0533EFA0 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330B70 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BGSWwiseEventForm_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330E10 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_bool_{ 0x05341D60 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_float_unsignedint_{ 0x05342270 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__Object_void_TESObjectREFR_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05342110 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__StaticFunctionTag_Actor_float_float_float_float_{ 0x0533F990 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_float__unsignedint_unsignedint_float_float_{ 0x05349E60 }; + inline constexpr REL::Offset BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_int__unsignedint_unsignedint_int_int_{ 0x05349ED0 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_bool_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ 0x05344770 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_bool_TESForm_unsignedint_bool_TESObjectREFR_{ 0x05346660 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_bool_float_float_float_float_{ 0x05348950 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_BGSKeyword_Actor_bool_TESObjectREFR_{ 0x053462C0 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_BGSTerminalMenu_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ 0x05348DC0 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_TESObjectREFR_float_float_bool_{ 0x053444B0 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_TESTopic_Actor_bool_TESObjectREFR_{ 0x05346590 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_bool_BGSKeyword_bool_BGSKeyword_{ 0x05346830 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_Actor_GameScript__SpaceshipRef_bool_{ 0x053467C0 }; + inline constexpr REL::Offset BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_unsignedint_unsignedint_unsignedint_{ 0x05346C90 }; + inline constexpr REL::Offset BSScript__NativeFunction5_Actor_bool_TESObjectREFR_float_float_float_bool_{ 0x0533C5F0 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BGSKeyword_bool_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ 0x0533DE30 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BGSKeyword_void_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ 0x0533DD20 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330CB0 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BGSWwiseEventForm_int_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330EB0 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_BGSListForm_float_float_float_float_{ 0x0533F9F0 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_TESForm_float_float_float_float_{ 0x0533F8B0 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_{ 0x0534A100 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_TESObjectREFR_TESObjectREFR_TESObjectREFR_{ 0x05341080 }; + inline constexpr REL::Offset BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_bool_bool_float_float_bool_{ 0x0533F930 }; + inline constexpr REL::Offset BSScript__NativeFunction5_GameScript__SpaceshipRef_bool_TESObjectREFR_float_float_float_bool_{ 0x05331510 }; + inline constexpr REL::Offset BSScript__NativeFunction5_TESObjectREFR_TESObjectREFR_TESObjectREFR_unsignedint_bool_bool_bool_{ 0x05343F80 }; + inline constexpr REL::Offset BSScript__NativeFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05344A40 }; + inline constexpr REL::Offset BSScript__NativeFunction5_TESObjectREFR_void_TESObjectREFR_BSFixedStringconst_float_float_float_{ 0x05345D30 }; + inline constexpr REL::Offset BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_BSFixedStringconst_bool_bool_bool_bool_bool_{ 0x053408C0 }; + inline constexpr REL::Offset BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x05340930 }; + inline constexpr REL::Offset BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x05344570 }; + inline constexpr REL::Offset BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ 0x05343ED0 }; + inline constexpr REL::Offset BSScript__NativeFunction6_TESObjectCELL_void_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_{ 0x05343AA0 }; + inline constexpr REL::Offset BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_bool_bool_{ 0x05348B70 }; + inline constexpr REL::Offset BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_float_bool_{ 0x053489A0 }; + inline constexpr REL::Offset BSScript__NativeFunction7_BGSMessage_void_BSFixedStringconst_float_float_int_BSFixedStringconst_int_BGSMessage_{ 0x0533E870 }; + inline constexpr REL::Offset BSScript__NativeFunction7_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_bool_{ 0x05340850 }; + inline constexpr REL::Offset BSScript__NativeFunction7_GameScript__RefrOrInventoryObj_Actor_Actor_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ 0x05344080 }; + inline constexpr REL::Offset BSScript__NativeFunction7_TESObjectREFR_TESObjectREFR_BSFixedStringconst_TESForm_unsignedint_bool_bool_bool_bool_{ 0x05343DA0 }; + inline constexpr REL::Offset BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_Actor_TESNPC_unsignedint_BGSLocation_bool_bool_bool_BSScript__ArrayWrapper_float__bool_{ 0x05343FE0 }; + inline constexpr REL::Offset BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_TESObjectREFR_TESForm_unsignedint_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ 0x05344400 }; + inline constexpr REL::Offset BSScript__NativeFunction8_TESObjectREFR_bool_BGSImpactDataSet_BSFixedStringconst_float_float_float_float_bool_bool_{ 0x05344C40 }; + inline constexpr REL::Offset BSScript__NativeFunction8_TESObjectREFR_void_float_float_float_float_float_float_float_float_{ 0x05345C20 }; + inline constexpr REL::Offset BSScript__NativeFunction9_BGSMessage_bool_float_float_float_float_float_float_float_float_float_{ 0x0533E820 }; + inline constexpr REL::Offset BSScript__NativeFunction9_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_TESForm_int_int_int_int_bool_{ 0x05342200 }; + inline constexpr REL::Offset BSScript__NativeFunction9_TESObjectREFR_void_float_float_float_float_float_float_float_float_float_{ 0x05346890 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_Actor_void_{ 0x0533C650 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_BGSBaseAlias_void_{ 0x0533DCD0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_EffectSetting_BSFixedStringconst_{ 0x0533F680 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_bool_{ 0x05345C70 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_void_{ 0x053445D0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_bool_{ 0x053324D0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_void_{ 0x05331F30 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_TESObjectREFR_void_{ 0x05349250 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction0_TESQuest_bool_{ 0x053499A0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction10_GameScript__RefrOrInventoryObj_GameScript__SpaceshipRef_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ 0x05344120 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__Object_BSScript__Variable_BSFixedStringconst_{ 0x05342730 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_BSFixedStringconst_unsignedint_{ 0x0534A030 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ 0x0533F5C0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_void_float_{ 0x0534A310 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_GameScript__RefrOrInventoryObj_void_bool_{ 0x053481E0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_TESObjectREFR_bool_{ 0x053482A0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_bool_BSFixedStringconst_{ 0x05345CD0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_bool_bool_{ 0x053480A0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_void_TESObjectREFR_{ 0x05346540 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_void_bool_{ 0x05348FA0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESObjectREFR_void_float_{ 0x05349150 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction1_TESQuest_bool_int_{ 0x05349A80 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_BSScript__Object_BSScript__Variable_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x05341F20 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ 0x05341B50 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_ScrollItem_void_TESObjectREFR_TESObjectREFR_{ 0x05342840 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_SpellItem_void_TESObjectREFR_TESObjectREFR_{ 0x05342AE0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESFaction_void_bool_bool_{ 0x05342F60 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESObjectREFR_TESObjectREFR_TESForm_unsignedint_{ 0x053482F0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ 0x05344B10 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction2_TESObjectREFR_void_unsignedint_bool_{ 0x053468E0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction3_BSScript__StaticFunctionTag_BSScript__Variable_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ 0x0534A370 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x05344290 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_float_float_float_{ 0x05346140 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction3_SpellItem_void_TESObjectREFR_Actor_TESObjectREFR_{ 0x05342920 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction3_TESObjectREFR_unsignedint_BGSResource_unsignedint_bool_{ 0x05344630 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction3_TESObjectREFR_void_GameScript__FormOrInventoryObj_unsignedint_bool_{ 0x05348E50 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330C10 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ 0x053446F0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_TESForm_unsignedint_bool_TESObjectREFR_{ 0x05346600 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction4_TESObjectREFR_void_float_float_float_float_{ 0x05348BD0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction5_Actor_int_TESObjectREFR_float_float_float_bool_{ 0x0533C590 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction5_BGSKeyword_BSScript__ArrayWrapper_TESQuest__BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ 0x0533DD90 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ 0x05330D60 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction5_GameScript__SpaceshipRef_int_TESObjectREFR_float_float_float_bool_{ 0x05331580 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ 0x053449C0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x053409B0 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_{ 0x05340B10 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_TESObjectCELL_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ 0x05343E20 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_void_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ 0x05344500 }; + inline constexpr REL::Offset BSScript__NativeLatentFunction9_BGSMessage_int_float_float_float_float_float_float_float_float_float_{ 0x0533E930 }; + inline constexpr REL::Offset BSScript__ObjectBindPolicy{ 0x0533BB50 }; + inline constexpr REL::Offset BSScript__ObjectTypeInfo{ 0x053BE930 }; + inline constexpr REL::Offset BSScript__SimpleAllocMemoryPagePolicy{ 0x053BFFE8 }; + inline constexpr REL::Offset BSScript__StructTypeInfo{ 0x053BF5A0 }; + inline constexpr REL::Offset BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor{ 0x053C3B50 }; + inline constexpr REL::Offset BSScript__UnlinkedTypes____BuildInstructionOffsetMapFunctor{ 0x053C3A50 }; + inline constexpr REL::Offset BSScript__UnlinkedTypes____CollectStringsFunctor{ 0x053C3800 }; + inline constexpr REL::Offset BSScript__UnlinkedTypes____CountInstructionInfo{ 0x053C39A0 }; + inline constexpr REL::Offset BSScript__UnlinkedTypes____UnpackInstructionsFunctor{ 0x053C3AB0 }; + inline constexpr REL::Offset BSScript__UnlinkedTypes____WriteInstructionsFunctor{ 0x053C39F0 }; + inline constexpr REL::Offset BSSequence__AnimationEvent{ 0x051C1770 }; + inline constexpr REL::Offset BSSequence__AnimationTrack{ 0x051C16B8 }; + inline constexpr REL::Offset BSSequence__AnimationVariableTrack{ 0x051C1738 }; + inline constexpr REL::Offset BSSequence__AnimationVectorVariableTrack{ 0x051C17D8 }; + inline constexpr REL::Offset BSSequence__BindingEvent{ 0x05388108 }; + inline constexpr REL::Offset BSSequence__BoundPropertyTrack{ 0x051C0FB0 }; + inline constexpr REL::Offset BSSequence__CameraShakeEvent{ 0x051C1858 }; + inline constexpr REL::Offset BSSequence__CameraShakeStrengthTrack{ 0x051C1818 }; + inline constexpr REL::Offset BSSequence__CameraShakeTrack{ 0x051C17A0 }; + inline constexpr REL::Offset BSSequence__ColorCurveEvent{ 0x05385130 }; + inline constexpr REL::Offset BSSequence__ColorLerpEvent{ 0x053850C8 }; + inline constexpr REL::Offset BSSequence__ColorNoiseEvent{ 0x053850F8 }; + inline constexpr REL::Offset BSSequence__ColorTriggerEvent{ 0x05387D28 }; + inline constexpr REL::Offset BSSequence__ConsoleScriptEvent{ 0x051C0D88 }; + inline constexpr REL::Offset BSSequence__CullEvent{ 0x051C0F10 }; + inline constexpr REL::Offset BSSequence__DissolveEvent{ 0x051C1588 }; + inline constexpr REL::Offset BSSequence__DissolveFrequencyScaleTrack{ 0x051C0988 }; + inline constexpr REL::Offset BSSequence__DissolveOffsetTrack{ 0x051C0918 }; + inline constexpr REL::Offset BSSequence__DissolveTrack{ 0x05163950 }; + inline constexpr REL::Offset BSSequence__Event{ 0x051C1B10 }; + inline constexpr REL::Offset BSSequence__ExplosionObjectSpawn{ 0x051C0B20 }; + inline constexpr REL::Offset BSSequence__Float2CurveEvent{ 0x05387DA8 }; + inline constexpr REL::Offset BSSequence__Float2LerpEvent{ 0x05387BA8 }; + inline constexpr REL::Offset BSSequence__Float2TriggerEvent{ 0x05387B28 }; + inline constexpr REL::Offset BSSequence__FloatCurveEvent{ 0x05387AF0 }; + inline constexpr REL::Offset BSSequence__FloatLerpEvent{ 0x05387C50 }; + inline constexpr REL::Offset BSSequence__FloatNoiseEvent{ 0x05387C80 }; + inline constexpr REL::Offset BSSequence__FloatTriggerEvent{ 0x05387BE0 }; + inline constexpr REL::Offset BSSequence__IPropertyTrack_DirectX__XMFLOAT2_{ 0x051C1670 }; + inline constexpr REL::Offset BSSequence__IPropertyTrack_DirectX__XMFLOAT4_{ 0x051C16F0 }; + inline constexpr REL::Offset BSSequence__IPropertyTrack___m128_{ 0x051C1628 }; + inline constexpr REL::Offset BSSequence__IPropertyTrack_float_{ 0x051C15F0 }; + inline constexpr REL::Offset BSSequence__ISpawnableObject{ 0x051C0A40 }; + inline constexpr REL::Offset BSSequence__ITimeMultiplierProvider{ 0x051C1D58 }; + inline constexpr REL::Offset BSSequence__ImageSpaceLifetimeEvent{ 0x051C10C8 }; + inline constexpr REL::Offset BSSequence__ImageSpaceStrengthTrack{ 0x051C1088 }; + inline constexpr REL::Offset BSSequence__ImageSpaceTrack{ 0x051C1050 }; + inline constexpr REL::Offset BSSequence__ImpactEffectEvent{ 0x051C0F40 }; + inline constexpr REL::Offset BSSequence__ImpactEffectTrack{ 0x05163B28 }; + inline constexpr REL::Offset BSSequence__LightColorTrack{ 0x051C12D8 }; + inline constexpr REL::Offset BSSequence__LightEffectReferenceTrack{ 0x05163388 }; + inline constexpr REL::Offset BSSequence__LightEffectTrack{ 0x051C1108 }; + inline constexpr REL::Offset BSSequence__LightIntensityTrack{ 0x051C1208 }; + inline constexpr REL::Offset BSSequence__LightLensFlareVisiblityTrack{ 0x051C1298 }; + inline constexpr REL::Offset BSSequence__LightRadiusTrack{ 0x051C1198 }; + inline constexpr REL::Offset BSSequence__LightSpawnEvent{ 0x051C11D0 }; + inline constexpr REL::Offset BSSequence__LightTrackBase{ 0x05163428 }; + inline constexpr REL::Offset BSSequence__LoopMarker{ 0x05385168 }; + inline constexpr REL::Offset BSSequence__MaterialFlipbookIndexGeneratorEvent{ 0x051C14E0 }; + inline constexpr REL::Offset BSSequence__MaterialFlipbookIndexTrack{ 0x051C1428 }; + inline constexpr REL::Offset BSSequence__MaterialPropertyTrack{ 0x051C1380 }; + inline constexpr REL::Offset BSSequence__MaterialTrack{ 0x051C1310 }; + inline constexpr REL::Offset BSSequence__Mediator{ 0x05163128 }; + inline constexpr REL::Offset BSSequence__NamedSequenceMap{ 0x05163300 }; + inline constexpr REL::Offset BSSequence__NodeTrackBase{ 0x051633C8 }; + inline constexpr REL::Offset BSSequence__NodeTrackMaterialBase{ 0x05163AB8 }; + inline constexpr REL::Offset BSSequence__NoteEvent{ 0x05388218 }; + inline constexpr REL::Offset BSSequence__NoteTrack{ 0x053880D8 }; + inline constexpr REL::Offset BSSequence__Object{ 0x05163490 }; + inline constexpr REL::Offset BSSequence__ObjectAttachmentSubnodeTrack{ 0x051C09C8 }; + inline constexpr REL::Offset BSSequence__ObjectAttachmentTrack{ 0x051C0950 }; + inline constexpr REL::Offset BSSequence__ObjectSpawnEvent{ 0x051C0A08 }; + inline constexpr REL::Offset BSSequence__ObjectSpawnTrack{ 0x05163AF0 }; + inline constexpr REL::Offset BSSequence__ParticleEffectReferenceTrack{ 0x051C0B58 }; + inline constexpr REL::Offset BSSequence__ParticleEffectTrack{ 0x051C0C08 }; + inline constexpr REL::Offset BSSequence__ParticleEffectTrackBase{ 0x051C0B98 }; + inline constexpr REL::Offset BSSequence__ParticleEvent{ 0x051C0BD8 }; + inline constexpr REL::Offset BSSequence__ParticleMaterialPropertyTrack{ 0x051C0D18 }; + inline constexpr REL::Offset BSSequence__ParticleParameterTrack{ 0x051C0CB0 }; + inline constexpr REL::Offset BSSequence__PlaySubSequenceEvent{ 0x051C0F78 }; + inline constexpr REL::Offset BSSequence__PositionTrack{ 0x051C0DF0 }; + inline constexpr REL::Offset BSSequence__PositionTrack__TrackState{ 0x05163C08 }; + inline constexpr REL::Offset BSSequence__ProjectedDecalAlphaTrack{ 0x051C18E8 }; + inline constexpr REL::Offset BSSequence__ProjectedDecalSpawnEvent{ 0x051C1928 }; + inline constexpr REL::Offset BSSequence__ProjectedDecalTrack{ 0x05163B60 }; + inline constexpr REL::Offset BSSequence__PropertyControllerBase{ 0x05387A38 }; + inline constexpr REL::Offset BSSequence__PropertyControllerEvent{ 0x05387A70 }; + inline constexpr REL::Offset BSSequence__PropertyLerpControllerEvent{ 0x05387AB0 }; + inline constexpr REL::Offset BSSequence__ReferenceSpawnEvent{ 0x051C0AE8 }; + inline constexpr REL::Offset BSSequence__RevertMaterialOverrideEvent{ 0x051C1340 }; + inline constexpr REL::Offset BSSequence__RotationTrack{ 0x051C0EA8 }; + inline constexpr REL::Offset BSSequence__RotationTrack__TrackState{ 0x05163BC8 }; + inline constexpr REL::Offset BSSequence__ScaleTrack{ 0x051C0E78 }; + inline constexpr REL::Offset BSSequence__SceneNodeTrack{ 0x05163B98 }; + inline constexpr REL::Offset BSSequence__ScriptTrack{ 0x051C0CE8 }; + inline constexpr REL::Offset BSSequence__SetPropertyEvent{ 0x05388138 }; + inline constexpr REL::Offset BSSequence__SoundEvent{ 0x051C0DC0 }; + inline constexpr REL::Offset BSSequence__SoundTrack{ 0x051C0D58 }; + inline constexpr REL::Offset BSSequence__SubSequenceTrack{ 0x051C0ED8 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__CameraShakeTrack_BSSequence__Track_{ 0x051C1890 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__DissolveTrack_BSSequence__Track_{ 0x051C08C0 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ImageSpaceTrack_BSSequence__Track_{ 0x051C1140 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__LightTrackBase_BSSequence__Track_{ 0x051C1240 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__BoundPropertyTrack_{ 0x051C1470 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__Track_{ 0x051C1530 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__NodeTrackBase_BSSequence__Track_{ 0x051C0E20 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__NodeTrackMaterialBase_BSSequence__TrackGroup_{ 0x051C13C0 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ObjectAttachmentTrack_BSSequence__SceneNodeTrack_{ 0x051C0A80 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ParticleEffectTrackBase_BSSequence__BoundPropertyTrack_{ 0x051C0C40 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__ProjectedDecalTrack_BSSequence__Track_{ 0x051C19A0 }; + inline constexpr REL::Offset BSSequence__TNestedTrack_BSSequence__SceneNodeTrack_BSSequence__TrackGroup_{ 0x051C0FF0 }; + inline constexpr REL::Offset BSSequence__TPropertyEvent_DirectX__XMFLOAT2_{ 0x05387B60 }; + inline constexpr REL::Offset BSSequence__TPropertyEvent_DirectX__XMFLOAT4_{ 0x05387D60 }; + inline constexpr REL::Offset BSSequence__TPropertyEvent___m128_{ 0x05387E18 }; + inline constexpr REL::Offset BSSequence__TPropertyEvent_float_{ 0x05387C18 }; + inline constexpr REL::Offset BSSequence__Track{ 0x05163360 }; + inline constexpr REL::Offset BSSequence__TrackGroup{ 0x051633F8 }; + inline constexpr REL::Offset BSSequence__TriggerMaterialSwap{ 0x051C15B8 }; + inline constexpr REL::Offset BSSequence__VectorCurveEvent{ 0x05387CF0 }; + inline constexpr REL::Offset BSSequence__VectorLerpEvent{ 0x05387E58 }; + inline constexpr REL::Offset BSSequence__VectorNoiseEvent{ 0x05387CB8 }; + inline constexpr REL::Offset BSSequence__VectorTriggerEvent{ 0x05387DE0 }; + inline constexpr REL::Offset BSSequence__VisibilityTrack{ 0x051C1968 }; + inline constexpr REL::Offset BSService__Detail__ISubscriberTable{ 0x051A1A40 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService___{ 0x0515D740 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService___{ 0x05205AB0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager___{ 0x051584F0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ 0x0519FF20 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState___{ 0x05390D10 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager___{ 0x0538BB80 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor___{ 0x051C85B0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor___{ 0x0517CDC0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler___{ 0x05403EF0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler___{ 0x053DE2F0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler___{ 0x053E0E10 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB___{ 0x053FD130 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler___{ 0x053E8930 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler___{ 0x053E2630 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F8E40 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite___{ 0x053F3F50 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler___{ 0x053EA8F0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler___{ 0x053E7D70 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler___{ 0x053DEAA0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler___{ 0x053EA2B0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler___{ 0x053E8D70 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler___{ 0x053E4C50 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler___{ 0x053E3A70 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService___{ 0x0515FB00 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager___{ 0x05162630 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService___{ 0x0515DC00 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService___{ 0x05383C00 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BD2E0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler___{ 0x05231A80 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager___{ 0x053A2790 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager___{ 0x053AD110 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl___{ 0x053ACAD0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage___{ 0x053A2D40 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl___{ 0x053B0D80 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler___{ 0x052BB120 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions___{ 0x0538AF70 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService___{ 0x05226420 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service___{ 0x052AD730 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl___{ 0x0522FE00 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation___{ 0x05360C70 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service___{ 0x05203530 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler___{ 0x05182380 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem___{ 0x05204240 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager___{ 0x053C9D00 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame___{ 0x0512CA70 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager___{ 0x05356EF0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator___{ 0x05396D10 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper___{ 0x0518F6D0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_0_BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service___{ 0x052EE520 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached__{ 0x052020D0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles__{ 0x051A1D60 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent__{ 0x051C9880 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ 0x05381660 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded__{ 0x0538E5E0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame__{ 0x0538C2F0 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete__{ 0x05192470 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ 0x05389B40 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053FC280 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ 0x053E6D20 }; + inline constexpr REL::Offset BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x053DD6B0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService___{ 0x0515D650 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService___{ 0x052059D0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager___{ 0x05158420 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached__{ 0x052021D0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ 0x0519FE40 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles__{ 0x051A1E70 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent__{ 0x051C9990 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ 0x053811E0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded__{ 0x0538E4B0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame__{ 0x0538C210 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState___{ 0x05390B80 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete__{ 0x05192360 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager___{ 0x0538BAA0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor___{ 0x051C86A0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor___{ 0x0517CEB0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ 0x05389C60 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053FC160 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler___{ 0x05403FF0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler___{ 0x053DE400 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler___{ 0x053E0F10 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ 0x053E65F0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB___{ 0x053FD040 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler___{ 0x053E8C10 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler___{ 0x053E2340 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F8740 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite___{ 0x053F4060 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler___{ 0x053EA7E0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler___{ 0x053E86A0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler___{ 0x053DEBA0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler___{ 0x053EA140 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler___{ 0x053E9060 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler___{ 0x053E4960 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler___{ 0x053E3B70 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x053DD870 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService___{ 0x0515F8A0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager___{ 0x05162530 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService___{ 0x0515DB10 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService___{ 0x05383CE0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BD1D0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler___{ 0x05231990 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager___{ 0x053A2870 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager___{ 0x053AB6B0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl___{ 0x053ACBC0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage___{ 0x053A2E20 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl___{ 0x053B0E40 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler___{ 0x052BB5C0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions___{ 0x0538AE80 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService___{ 0x05225DE0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service___{ 0x052AD800 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl___{ 0x0522FEE0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation___{ 0x05360D30 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service___{ 0x052035E0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler___{ 0x05182800 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem___{ 0x05204300 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager___{ 0x053C9C30 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame___{ 0x0512C990 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager___{ 0x05356C60 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator___{ 0x05395DE0 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper___{ 0x0518EF60 }; + inline constexpr REL::Offset BSService__Detail__OpSubscriberReference_0_BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service___{ 0x052EDD10 }; + inline constexpr REL::Offset BSService__Detail__TCmd_BGSBaseLODBlock__AsyncAttachJob_void_{ 0x05160440 }; + inline constexpr REL::Offset BSService__Detail__TCmd_BSJobs2__Detail__TWhileJob__lambda_1c3bfbf7fb74499cbb80b7d46fcc49fd___void_{ 0x05404200 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0002d342d4b96ed14f514008f14570c1__void_{ 0x053FB520 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_006b35553229add112942d17ed32bb42__{ 0x051A6C50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_008ea879cedd7a46a8a49983993e57e0__void_{ 0x05294440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_00be030d91abda501b40f19a399e9670__void_{ 0x0525CFC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_00d52b2856f41d6da386631d20e5fe03__void_{ 0x053E81A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_00e2d70e07a75ffb4a9550258db25642__void_{ 0x0538F800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01062a76feb931c8a06c8d3f4cbc7774__void_{ 0x05254010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01186127f86f046a5fcf380388afc741__void_{ 0x05231060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0127f337cadb519da5469c7309bd879d__void_{ 0x051C8D50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_018e17b8c62bcc393050b5b3397742d2__BGSTerrain__ClipUpdatedEvent_{ 0x05200840 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01d98982c37fa7ae029664f475612abb__BSResource__Server__Commands__AddDependency_{ 0x051E9930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01dfa8bf516424b0dda88f5429247ce7__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ 0x052BA930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_01f90e54009a80a8061050f13c8fa57f__void_{ 0x0525E1D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_02219d7de4e7a51e8a853f1c298cdd2e__void_{ 0x05237B60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0225edb602894d96a65c3c1bdd96604e__void_{ 0x051D8BC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0246088df01a9e07219ed24fc8ba8f93__void_{ 0x05234240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0266f4fecfc2e8170c2ca291fc546ce4__void_{ 0x052539F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0273e6452e98badf11b7178730088a42__void_{ 0x05253750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0280741a07e3abcac360d5bbe91543b5__void_{ 0x0527C950 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_02d5dca3a0c95ccff60dd921dd71f729__void_{ 0x052CA560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_02ec2101ebb94be332c6bd36ab93b693__void_{ 0x05288880 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_030ca5c62d41b0de72e0c17b7630bf41__void_{ 0x05329050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0321d4b42b7a6f99a866cdee2951a820__void_{ 0x053B3A20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_034dfa4d5e97d71c1bac340e699d3d85__void_{ 0x053EB820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_035ca4d135ab12d1ada395740d09ae1b__CreationRendererPrivate__SetPointParams_{ 0x053E8850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0362ce151de36dc19c3b9e0b065e428f__{ 0x053AD9B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_03a8632d7a9099fcd05af7a34fdfc31a__void_{ 0x053F09F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_03c7a44cfe63f654f076dacdfb834679__BSResource__Server__Commands__Pause_{ 0x053C7280 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_03e39a4e5bc7955ee600125c3c8414bd__void_{ 0x05299040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_041073601cf9f78b6a0541c88dd4c120__void_{ 0x0526CD60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0416055efafe3f589688876268cbf923__BSResource__Server__Commands__AddDependency_{ 0x05384040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_044c6458e6cb5693642c4b3cac1fff04__void_{ 0x0535B5C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_047defe610e1e29e448903298b1a0364__void_{ 0x05176FD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_04a1a979d9da72e0f8ac2e26edf99dd1__void_{ 0x0527D590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_05002bcd6b960295934060162e02232f__BSResource__Server__NodeBase_{ 0x053BB750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_053294228c3a26bab0e61f36d24bf6a6__void_{ 0x0527D910 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0538a2af10287591a9c6e825dd61a26d__{ 0x051A3A50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0538e52b7cdb5c41874d3cad4c0683bd__void_{ 0x05298B20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0554cb405e7c7c826d6790cd3292f2ea__Particles__PSM__Commands__StopDistanceCullingParticleSystem_{ 0x053AC780 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_056c00754ea9d9c6ca1e8e89751e4a28__void_{ 0x0516F090 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_059ea08971f1939e6f19fd254d9e0c82__void_{ 0x0523FBC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06067c6a6308b41d78759709e112b836__void_{ 0x05276E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06151f381a3a19a53c97f994077d69aa__void_{ 0x052685B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06172112a25e26480a5f9c508ac18f22__Particles__PPM__Commands__StartQueuedSystem_{ 0x053AB300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06a711be13e37f10943499bf203dfad0__void_{ 0x052C3A30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06ce8beed408a87c8d1eaa7376977972__void_{ 0x052C0780 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_06e1d095500aa82f8ac3a971cfa34d57__void_{ 0x053E19E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07020fe3b056cff41277528905bc00a4__void_{ 0x05277420 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_075888cf0a2530e474cd201dea947988__void_{ 0x053B3BE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07651cf617a1bda461beb97e5235a353__void_{ 0x05172790 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_077387c3297a9010e77cd35d075067ff__void_{ 0x052C61E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07a3b48c41a24d7c285e8cb5ef1cdf60__void_{ 0x053F1820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_07e365911eee35c5b736e798821d6271__void_{ 0x0515A9A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_082360f606088c4ab0076fd3f12c2ff3__void_{ 0x052C0CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_083725449ce9e0d3c679208d63e53e92__{ 0x051A9F90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_086fbda4eebb50c6f4df48f1f6fe6d27__CreationRendererPrivate__SetStarmapGravityWavesParentGeometry_{ 0x053E9CA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_090d3c8373da10997c2f4bd4c97b520d__void_{ 0x0522D190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0926f4cfa9ad1d828a3f411e7fc4f6f1__void_{ 0x0524D750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_098e9d41120d9c69ef301914fec63ba8__void_{ 0x05327E70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_098ef4189a0a8f223c8fbc61d99829b1__void_{ 0x053CA280 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_09933e7059ef7be535739391db262532__void_{ 0x052C0E80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_099436210363735fad6683050ece6576__void_{ 0x05241F50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0a24dd329f14ebaba8e0207148047ef0__void_{ 0x05255E30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0a26b129176452b06fb33fbd5234ddc8__void_{ 0x0517C800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0a386d64f9dd36883ee283d505f82adc__void_{ 0x0516EFB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0aeca5285554a78219ade45aa9bb9db0__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetText_{ 0x053EACB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0aece35f7823386b115b82deaaafbf7e__void_{ 0x0522D5F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0af826300f7c12bb0b61405a607ed24c__void_{ 0x052BC5B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b1d03580f6f0a5a6a5dfd19b320d7f7__Particles__PNM__Commands__EnqueueBinding_{ 0x053A30F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b3f977e5810541ada5b8e7123e4a876__BSComponentDB2__ObjectSaved_{ 0x0538DE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0b4a97e3db7f91472675e74f4146eabd__BSComponentDB2__ID_{ 0x05380190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ba77fc2a44489b0e7a2852b10d3be19__void_{ 0x052C48D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0bb808731178bb759388c92baaba2060__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ 0x052BA7C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0bc199359560e6382a0563b4dbd09d32__{ 0x051A5870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c03c7330473892ba670105402efef07__CreationRendererPrivate__Messaging__SwapChain__Destroy_{ 0x053E46D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c232cc3ac8cae764e7ee93ff79e28ac__{ 0x051D4C90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c247aedd97c7f96423e3ddd7608ea80__void_{ 0x053EFE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0c5c5ef7fbcb29a5b5314c3ff1271579__void_{ 0x052A0BB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ca6e154e41dec5dfc62308ecc694acc__void_{ 0x05244050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d04e56f01adcfd3745eabdda36cb421__{ 0x052D3F90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d1fcf20e5825226f909acf6b1390c30__void_{ 0x053EBE40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d4cbf7d6729c86f736a3e1e92ecb42a__void_{ 0x0524F220 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d654b3629054275bae9908f7c2ed8e8__{ 0x051A53E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d65ab9a2dae1c47a0c901cc9738cbfb__void_{ 0x053B3E80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d72e0efc6f9dfc450d41f8a52bc48a4__void_{ 0x052CC6F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0d853000097131e6d146d893dc35aecb__void_{ 0x053F0AD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dbaf398f5b9d27b21806968b4ae0a0d__void_{ 0x0527CE90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dc34ffbd9ed8987595dd2f80dd80831__void_{ 0x05329130 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dc569d6a102c629c04acc1adc57134f__void_{ 0x0522D350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0de734acc79b148e560b62cc3735c689__void_{ 0x05288DC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0df8d91b739f126dd281888ca88fd83b__void_{ 0x05255650 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0dfaf3731b1bf4b2144f7c7c60ca1e32__void_{ 0x0528C150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0e23ddf5c97dad2ca2be7aa659d41b86__void_{ 0x05173410 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0e88fb2d108f131e87a5775ab8ee6d24__void_{ 0x052BC550 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0ee8949bcb7a260edba29f32c4bdcef0__void_{ 0x0525EEC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0f5f2e25683ee595dc5bf3b34e438e92__CreationRendererPrivate__Messaging__Window__UpdateWindowPresentMode_{ 0x053E3F00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0f6276adeb6b449032d2cb25a08fa625__void_{ 0x05275070 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0f8ae27cc7094103481a2f39fb7a66c7__void_{ 0x05264A10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_0fbe08cb3daaac324ee9bcdc03634431__void_{ 0x053EBAC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_101e42f2b95b49532b1b539f3585e9fc__void_{ 0x052C49B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_105653bf31127f1824054cb0a4211f8f__void_{ 0x05244E60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_109fc17ea66b9ba70691fd95452275bf__void_{ 0x05271850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_10aa7a4f760f1ed964fcfc2b5994be30__{ 0x053F0C90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_10c92ab2e647158c6768592162d88cda__void_{ 0x053C8210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_11319c8b1ca1d5124ce8a3cdeb847a3f__BSService__Detail__PointerWrapper_BSComponentDB2__StorageService__{ 0x0538F180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1179c0d39af89e3c5612f8c3062153d6__SaveLoadTester__Service__DecrementBusy_{ 0x052ADE60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_117f4ead7583bfb71b48a89a154b3482__IOManager__SystemTaskService__RemoveCmd_{ 0x05383900 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1181752b037322e77a0e38ec51afb85a__{ 0x051A8220 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_11c34d3eb78eee830c941a9ee33a851c__void_{ 0x0517E810 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_11ff52985ad0c88221edd6e56ac529e2__void_{ 0x05239CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1229d031d6d615b2231ac98f9b761d74__void_{ 0x05327500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_127705b3f3d8ef481a1cead87faea264__{ 0x053F31B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_12ea3b324529d891495a3fb3b027c94a__void_{ 0x051599F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_12fc22b079915411b6b2b4038a6bd8ea__void_{ 0x0525F080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_130b93c9a97d09ae0d297c51cc4d5464__{ 0x051AAA20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1318b714b24fa2e2710a529d6ef141d7__void_{ 0x0525DB60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_131c4870fa33d302c588e56f37ef938b__std__reference_wrapper_BGSSaveLoadManager__int_unsignedint_{ 0x052ACAE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_132e6cc06120f2d25c5799f59603526a__void_{ 0x0524D3D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1345bc85d9ab2e9177e72cad4fde7a60__void_{ 0x05296A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_137aa706401a96efeb8af0f5153e8326__void_{ 0x052C4310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13bc4b69b9bb200ce8639726ff52dd1b__{ 0x0535DEA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13ddb005de572f8b0cf5d5b4f31fdf39__{ 0x051A8F80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13f2f1fdc9b77224a1f3ab99e3e8b208__CreationRendererPrivate__LoadMenuHidden_{ 0x053DE1C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_13fb5261bf961ea5ffe8bc99d857d9b6__void_{ 0x053EC000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14348470d6afd06ac22201fb09357cdb__void_{ 0x053B4C60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14563e1568e6d890487357d5b6106ffe__CreationRendererPrivate__LODList_{ 0x053DF010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_148af1c827fe4f82fd6d721558747331__void_{ 0x052490F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_148e3dc5c753e0b63b8179444d7afbb6__BSService__Detail__PointerWrapper_Probe__ReflectionProbeRenderOptions__{ 0x0538AAD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1496e3e7f62e55e5720030c5fcf78308__void_{ 0x0522DCD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14c624d060d53f090d9f6653c9d8716b__{ 0x05205450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_14c7ea9486cedf1533fcee4c4a4cb042__ScalarAnimation__ScalarAnimUpdateCommand_{ 0x05361750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1511d67fd91bdd9800c7fb8a0a547ac1__void_{ 0x05237E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1522e0518122fe3f79c62fd4d69b2778__void_{ 0x05288500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_15752006373b974af772fdae01c31b35__void_{ 0x052440B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1598874d1cd6ead728b5e1c399f11e89__void_{ 0x052797D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_15a1128b214ce479bf0e0588a2044d9c__{ 0x051A4D80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_15f8a0d100daba78b43c303c535a539a__void_{ 0x0522E930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16376a5022f79a83df3926f4fe3cbc2c__void_{ 0x0524F060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_163fcfaddf6445222d83c6b71f5c80db__void_{ 0x0527D670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_167e29f857ddfc90e0beaaf2362a76d6__BSService__Commands__NewFrame_{ 0x05161150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1688a60e1b2106b578044f4af2f0cecd__void_{ 0x0523AF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_168b1ebde8479d59d97e58f4093b56b2__NiPointer_BSCloneReserver__{ 0x052B2770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_168dd5f9379d2fd02919c4b287afeb1a__void_{ 0x05249890 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16db958dc41d0c66db77acdf4c42d6c1__WorkshopEngine__ItemCombatChangedEvent_{ 0x05359570 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16e8324d5b2572cd72b95b4d7c867a5e__void_{ 0x052C5E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_16facd21a3bcaf5be30d78eb396b183a__WorkshopEngine__UntrackItemEvent_{ 0x053588E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1716f236caebbc81bde29df41b7139a1__CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ 0x052B9EB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_17396a94c1804093cbb9a3a845c807be__void_{ 0x05195770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_174819bdc7f0499d3672b9449c10f91f__void_{ 0x05328E90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1774627e001018ae78f7afb113d3fa44__void_{ 0x05273F20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_17ac7ba69e78afaed49e645089406ab4__void_{ 0x0529B160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1806fb42aa1c1e9e52bcea8a68aaa87e__void_{ 0x05269A70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_180c459f37941f35f0a93ec666eb98b9__Particles__PNM__Commands__StopParticleSystem_{ 0x053A2420 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_187988143b9bf44be919f8d51b1b1b63__void_{ 0x0526CC80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_18ccbf1e684f7cd76a882ba490e89fd2__void_{ 0x0524BD20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1906ed046289e1d0042657dc28968e4a__void_{ 0x05174290 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_192783d943e5fbb89cb58be942406117__void_{ 0x051C6A60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_195aee6d74b2ceea27f36692e3ab6252__void_{ 0x0524F300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1962c06bc59384d568710cc2132f3df6__void_{ 0x0523BDD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_196ef92acd8272c26ca673793b2c5b71__void_{ 0x0526AE70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_19871f07c1e548a013d0d1cf87089b3b__void_{ 0x0532AB60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_19c1ea0f7ac173ff0297db34f047c51d__void_{ 0x052CD4C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_19c5f57862c11ce255b5d3fbf38bef09__void_{ 0x0525EB40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1a6202670b68012c2043fa70909db9fc__BSService__Commands__NewFrame_{ 0x0538B730 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1aa7972c397c239d8c334fcca51f809b__CreationRenderer__ResetCullingMemoryRequest_{ 0x053F8B10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1aab385b1d2c973b43db622647dd6935__void_{ 0x05275840 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ad6aa892d305598e3aa071fb6978ce9__CreationRendererPrivate__Messaging__RenderGraph__RecompileAllRenderGraphsParams_{ 0x053E2030 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1adcc7f72816988180f229dcae97a055__void_{ 0x0525EC20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1aff8d3e5c50ae9d9ca9ad30f216fd94__void_{ 0x0518E910 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b1de50a30aecd9038df8bec83bce1d1__void_{ 0x0523DD80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b2eff87bafecc7bbc43ce302fdee705__CreationRendererPrivate__SetStarmapOrbitsColor_{ 0x053E98C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b6954ed9f9f23860fc5a5777dbda38f__void_{ 0x0527DBB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1b7586faf3d45a3ccdbe562c615deea8__void_{ 0x05268A10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1be396980ac749ad6a75b7528955df49__void_{ 0x05265EF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1bf2a8d41dba84ffc96c5d4aafbdf0cc__void_{ 0x0527DAD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1bf785c93d8ad6d842d65a8bfb1aea2b__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BBE90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1bf7c3047063bf194f956149815127bf__void_{ 0x052644D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1c54b5cbad2cbee0585443d73aa9326f__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ 0x053E04E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1c7ff35eeeec7cd1d9a2e5a0c39e495c__{ 0x051A9DD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ca4b4e540219e4d456f628473c4e71f__void_{ 0x0524CE90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1cd72100737beba0d7eee0f960aa704f__void_{ 0x05294600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d3a5baa8cddc84b09fe4ae5914ac8d3__void_{ 0x0525ED00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d5383e98b8e712f89a1b74bef1f4521__void_{ 0x05293190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d753404f33e1c7059e9e66b1fb8cb9f__void_{ 0x052C6960 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1d77491fa8d966c53ee8db9ca8d7257f__void_{ 0x05237FC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1dc94482c6a0eeb04309cec409833161__void_{ 0x052CC610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1dca1393cf167ec33c942351d43db67d__Particles__PNM__Commands__RemoveDeadSystem_{ 0x053A2560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1dcd6055c087c81e7b34ff0e9b242b7b__void_{ 0x0515A540 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1e3b3b65e4deb17ca33e10e3fc7a4114__void_{ 0x05275760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1e9994414b30943f97930cd97387f08f__void_{ 0x053EBF20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ed8251b1a65468a26281b769d4cce60__BSTextureStreamer__Command__Cancel_{ 0x053893B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ee85f381440a2d09017dd8965db720f__void_{ 0x0525D530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1f3aad7b634a2fd4477eeee64a63e161__void_{ 0x052C3BF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1f7e28043a2aff61a071f26e42547073__void_{ 0x052C4EF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1f92a890228578814c2c2a03e8cac3ef__void_{ 0x05260B10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1fada1a49a815c74778c622ce536d0dd__BSResource__Server__Commands__NotifyComplete_{ 0x053BAC40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1fe4aa3c08afa23c78527d1835dc5bc4__BSResource__Server__Commands__Resume_{ 0x053836B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1feb0118ea67ec51efc7b906b04c6a3e__void_{ 0x0526CF20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_1ff618fa23044ab7190c611f0f4f4a1e__void_{ 0x05221180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_20023bd8b6f0cc86e939f7a6507b6df7__void_{ 0x05174750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_201c402df48895b5d2432b3397e6e6c5__void_{ 0x05278350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_204d98801082d89c3b86c75e5bef4268__void_{ 0x05239980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_209cb06f73a81f06178619acaf95ccca__void_{ 0x052B0050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_20afe879793f75ebbf8aa6155055e332__void_{ 0x0524BFA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_20bfcf6d2c3feba821c8319e746716c3__void_{ 0x0532DF80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2101e137058c8cce639a34b3fcbc6124__void_{ 0x05291FE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_210b3ef41dd8983da70cc07a3e0846ea__void_{ 0x05173170 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_214560b10e1922061b3c3abcc0263e5c__void_{ 0x053B4B80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_214d8b93d89e60d3f194e52945fc3122__void_{ 0x05275920 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_214f86d7d02876439242e1db06abfd20__unsigned__int64_{ 0x05200A70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_217a1984d7aaaa76424c490d99ccd0b6__Particles__PPM__Commands__RemoveRequest_{ 0x053AB440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_217e4d66bceb166c823cda642795bd7b__DynamicNavmeshService__DynamicNavMeshTaskCellRemapEvent_{ 0x0515F360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2270a8b534503d70aacdbbbb48eacacd__void_{ 0x052520A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_229a4e5fa9fd41ffec4f972c3da0e404__void_{ 0x0522B450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_22e4dedf066ee308e8be98a91a05dbec__void_{ 0x0515A620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_234872c1c6e19f2c77dd5b652a057831__void_{ 0x052A4C00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_23603fe60d9bab333a86c7a4ac80c3a8__void_{ 0x05159D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_238f1eb7519d3ce6fc27db751464dd8d__void_{ 0x052C4D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_23d36ce9f8728bffa7fd0b2dc1f5cb94__void_{ 0x05241AF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_23f8832b83fb9f72c657df18958f6306__void_{ 0x05253670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_241d9a5d50febfb6ba04ca41e3729407__{ 0x051A5DC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_245174f9a20ac7a3035baa291be1395e__void_{ 0x05329210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2469a73507db0616d79345f7c36d5c54__void_{ 0x05192F30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_247075687ebf6143eff3a7dac9a359f1____Service__ReferenceDeadMsg_{ 0x052EE0B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2471eaefa834ee6d158acd34cfdc233f__void_{ 0x0527DC90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_248e50f5c99809b58798f5db794286b6__void_{ 0x052A1E80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24acdea64849368114ea9d6e94cd1c50__void_{ 0x053DE000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24d44cabdf8c29ab5103a04e26075df4__void_{ 0x0524ADA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24d90fff4870664f7b3e985575b6e466__void_{ 0x0525E0F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_24f6ac36d7533ec682c0a282888c8485__void_{ 0x051765E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_250bbddfc101d1d4fc16e1a08c21486d__void_{ 0x052C2A70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25212b87a08400f446ec297e12f0a767__void_{ 0x05232290 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2537dce064a73719c824d45ae5bee846__void_{ 0x05195710 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_254b770459995ece89a8f6627dfb5efb__void_{ 0x052C50B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_254bac1666edeb9dbb6cb08e2b8368e2__void_{ 0x052C26F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_255aea7f51319bdf47a5203f2d8eafb9__void_{ 0x052683F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25945263975cb57845c6a4bb285efe7e__void_{ 0x0528C450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25b10d4ae2248b8cfab1104251ddffad__void_{ 0x05230EA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25bf931fc0da606f9cb153f21c2acf21__void_{ 0x052604D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_25fd4484c9f270c6cddcb4c3b8a1e1dc__void_{ 0x05178F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_261e62996e5289c528fa08224fb8f4c1__{ 0x051A8D40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_265c9c2cc28dea70b44738922c3942bf__BSResource__Server__Commands__Reschedule_{ 0x05382FE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_266ce564967dd752765c46aaaa91fa8f__WorkshopEngine__CommitEvent_{ 0x053596A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_26eb4d84f4f78a938169c7210e691e9d__void_{ 0x051740D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_274420ce56496d799cb41ab8f61f9a94__CreationRendererPrivate__Messaging__SwapChain__TogglePresentMode_{ 0x053E42E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2767ee422ea43a1012bd5fa5aba39abd__void_{ 0x051D8120 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_279e68361bf7aa08e4c1761b2a3bd216__{ 0x051ACBC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_279f04fd05616f92000ce9a75b851fa8__void_{ 0x05171470 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_27a397a38b489d038f09ec773cad4a3d__BSService__Detail__PointerWrapper___MaterialAnimator__{ 0x05395D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_27f656fac942671e6d0aef16b0740835__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__StagingBuffer_unsigned__int64_unsigned__int64const_{ 0x053EE770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_28010cfdffe4a299109b31bc0b238216__BSTSmartPointer_TESBoundObject_TESFormPolicy__{ 0x052B29B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_281504c41f875176f11591ead405116d__void_{ 0x05326A80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2856cb2d120552a8ee584da2837ecaba__void_{ 0x0524B040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_285c03feb56c832a285d42f66323cc5b__void_{ 0x0526CAC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2866a9178630a5c75b5934c611c7ad37__void_{ 0x05242270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2886445c6e0621bc870bb6265c2ce416__void_{ 0x0528B200 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2905f2e89e326a3d4163970a61220fbc__void_{ 0x0524EC00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2915710df63846f4944ed3d812de9410__WorkshopEngine__BulldozeItemEvent_{ 0x05358B30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_29737f9587fa0d1fb489346e0b4204c8__EffectSequence__ChangeShouldProgressCommand_{ 0x05161550 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_297f117abb3635275be8ef6cd52ab0b7__void_{ 0x0529A7C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_298b4c9ddad8c2c98895d95d86b6f018__void_{ 0x053EC480 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_29a65105e2f059d5c389bb1106cf31a3__void_{ 0x053EC640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_29eb0d7134d8ba51cfa9e6bafd111a1a__void_{ 0x053DC8A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a1038c7d25ba0a884b7bc8177134c35__void_{ 0x053F0750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a3033e1d9b16146ab0cfb500bc57757__void_{ 0x052C5FC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a39ce085fe4fe20ba682fbe1eec9d75__{ 0x051A6A40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2a4944ac535e0c58bcb386500360561d__void_{ 0x053EBBA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ac9f805c895c10508bbaac05e056a0a__{ 0x051A42B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2acba6e6f5d8006da23e0e8bda8d73bb__BSResource__Server__Commands__AddDependency_{ 0x05166610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2acc797905deef217ba390942468a931__BSResource__Server__Commands__AddDependency_{ 0x053BAE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ae52c85f260927307882bcc7125f6da__void_{ 0x05241CB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ae9e1380c8ee2a9c82ea83274d83730__void_{ 0x05209E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b2ad8ef2d7d558fbf41b42171f3b1a3__{ 0x051A60E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b3180f9f666789c91ceaa7ef11cc1e8__void_{ 0x05280CA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b407448b85a245f799c31755ed65a50__void_{ 0x052A0E30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b4ae46eaa735d8ec6e406c6ea7dc68d__void_{ 0x052C4E10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2b78d51cdcbac556c6dd29edef8d656b__void_{ 0x0518EF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bbbd0b50b259ac7cf500e5ae985938f__void_{ 0x0522D7B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bd41bd62048e62f5a0b6c02e630e312__void_{ 0x052D0C90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bf18162af4aa8bb3440e46bcd481a5c__void_{ 0x052C2B50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2bf8d57a23f5733c9ced6acf1309e89b__void_{ 0x05242030 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c01d9a581c158720a996021bd2bf7f0__void_{ 0x052C3410 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c718fd403190905af0d4ea06c52c490__void_{ 0x052714D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c72c11eca91ff181a95975869a22a8b__void_{ 0x051734F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2c8c13283777b305e8f9ac8155e91888__void_{ 0x0529C670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2cdb922543cfbed70ffc3f06283ccbec__void_{ 0x0528F020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2cf70dcb2c55b70d372df887b9c51ec3__void_{ 0x05233220 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d5bef08f4973c82b63bb685675f0476__void_{ 0x05228170 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d6f96d76d321c8d1c3dd7d1b64229f4__void_{ 0x05173330 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d746a0e1ac0058b6f4a05abe7b671a7__void_{ 0x051E2F00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d85d23616d6cc71a192d86f46bb952b__void_{ 0x052C3250 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d8816b79e7f47b371dac3f95b45cbd8__void_{ 0x052AFA10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2d89b27380db044a735beeb504a7b6c5__void_{ 0x05264930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2de26c0aa27633843a24364a44cc9f49__void_{ 0x051D64C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2debec6ebb798162268303d60398729d__void_{ 0x053775E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e1b42a1bf4317aaf1a3894ceabf2310__void_{ 0x05265FD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e61532e0d5a01e189b8200de13d5f3d__PathManagerImpl__CloseAttachEvent_{ 0x053B0B90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e6253c69297d1e42e51724b3fdd29fa__{ 0x054013E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2e7279c14af628ec41691a123af46400__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ 0x053B14B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ea6196d4562a590254354bd5feb6c25__Particles__PSM__Commands__ReserveParticleSystem_{ 0x053AB570 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2eb9065638b09a690be622024b4df0bc__Particles__PNM__Commands__ReleasePreCreatedParticleNode_{ 0x053A2190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2eb998c0a5ebbf4566b9cf6264edf070__void_{ 0x05260050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2ecc3ed85afbef822c47380b7a9edf28__void_{ 0x05271BD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2f0badbef406f2ce6d56b7c47ef5200e__void_{ 0x052D0D70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2f1b90efd64ded8c405a50f908cab138__void_{ 0x052C63A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2f97ae921508145861e34cb17a7e0f3f__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C8760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_2fb5ea5d7b79125fbb6a681b7df9d0ff__void_{ 0x0528ADA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_300e29d97d5d2a5664d5a028a88e6f9c__void_{ 0x05245600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_301952c8919bf88550759f6c3d069c6d__void_{ 0x052C55F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3057e6150c41d0e14e6947f3c018efdc__void_{ 0x052C3170 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_307c8e484fd5684acde2e61ba907d2bc__{ 0x051A6000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_308bb12e157933541115e30dcbca0aec__{ 0x051A4020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_308ed731f2dbebf2e475b0e992c3ca5d__PathManagerImpl__ShutdownEvent_{ 0x053B1210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_30c6c7a87bba76c3a1a936e1ed78b67a__{ 0x05374660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_30cdcb41fc2ec080a01fcf0b95f628f5__void_{ 0x05177190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_30d5faf09585b9c3c9dd2fcf15b7c043__{ 0x051A8140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_313a600ce33a8cecddb268952133376c__void_{ 0x052684D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3146f25ffd3d61e3bc2fd9220d9646d7__void_{ 0x0527B080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_315f20bb07ecbddf0c084f73185daa5a__void_{ 0x05244230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_31781ca9f1a5c8c76d677f9fd6de0e10__void_{ 0x051E8DB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_319247d69123ef8ee3d856be4ce619a3__void_{ 0x052CDA70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_31b44e4d05e5e001a2aa280f8bb5c5ff__{ 0x053F1080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_31f70d64dc89f3eccdb1d62f9068ce7c__CreationRendererPrivate__Messaging__Window__Minimize_{ 0x053E4440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_321ddd8064bb6d74dd3569d28ac1e1f3__TextureDB__QueuedTexture_{ 0x053C9F20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32537a9cd7d7d51f31d6e04d245d00ca__void_{ 0x053CA680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_327a737861a5586d86084ca7ac4d6901__void_{ 0x0525B0C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_327d874d40378dda636bc9feabf0da29__void_{ 0x0526FCD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3289f95a5de796dd01303c2e6aa1766a__void_{ 0x0525F400 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32a3a2fd9114cc2e2bf78225a3600fe6__void_{ 0x05176340 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32cb66071ec10a2bf95d6a03382fbef5__PathManagerImpl__ForceFailEvent_{ 0x053B1630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32de99af9a1424703afcb351fce4f307__void_{ 0x0527CCD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_32e4b4f19bbe2945e96b834492c572ff__void_{ 0x0529E8C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_330bd7d68a6d9e5a9f9be554115c94ea__void_{ 0x05279E60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_332327652b151a6d9640e172c53d7ea2__void_{ 0x05228CB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_335da43bb2b81785b47fbe4d0f319b78__BSResource__Server__Commands__NotifyComplete_{ 0x051658C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3399867ed2d3e4eb9149cf49ae39f53c__void_{ 0x05232E20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33ab77d0429c58d85d6fdb5328fa1582__LOD__Commands__GridCellAction_{ 0x052012B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33b8aa430c295b81275d187f81cfb104__void_{ 0x052C2990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33cacfd5a484c4e71c226ea378b26f03__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ 0x053E03A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33d62600cbeb197191711a0e2d25692a__void_{ 0x05260770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33df8a020619a661ff0f0eb30c4a92f6__void_{ 0x0526EFA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_33f4011bd742b3aa4c912a5b3e9e47c4__void_{ 0x05253910 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3455917d9295a66c51791fc3d6075540__void_{ 0x053F0830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3488d9aba936a506cbc187c238afd041__DynamicNavmeshService__RemoveAllModificationsEvent_{ 0x0515EF30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3495883e95a0abfb4b4bff1fc611f8fd__void_{ 0x05273D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_349ae4f9982f93b8dbdc97b33a330dcd__void_{ 0x053E8280 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_34acf24da20ca032cc74198e2b0308ab__void_{ 0x05290EB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_34c11c47986a679e4c16a9a2e0083127__CreationRendererPrivate__ApiAbstractionLayer__Texture_CreationRendererPrivate__ApiAbstractionLayer__ResourceUploader__CpuBuffer_unsignedint_unsignedint_unsigned__int64const_{ 0x053EE6A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_352ebd4d480bb605eaf5fd9883134d6c__void_{ 0x0525A560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_353029f4888c2501365bd04c8f948db7__void_{ 0x053FB440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35975cc4ec102173bf2334a2f99698e6__void_{ 0x0522CC10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35c6f8e7b5065eba3074a4701c8a5f6d__void_{ 0x05266190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_35e68aefa21a0d8d2b28a3ca8a61c2b1__void_{ 0x053275E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_361c6cab1b38c4ec47699ef1ffdb41f1__void_{ 0x0524D2F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3624a12a5abfff4e88b206d4cf59013d__BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ 0x052B2610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_364a00ef55871162f3f5070f720d9966__void_{ 0x051D7EF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_364ea8f2f5cbbc7ca33932822fa80cf8__void_{ 0x05265520 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_368233da920516086d8546f1f7465218__CreationRendererPrivate__Messaging__RenderGraph__InvalidateRenderTargetHistoryDataParams_{ 0x053E21B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_36c3ef1d65a152c1c215c92d00e6399d__void_{ 0x052C1F10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_36ce634e90bd2a4e24146529ad6d9f73__std__reference_wrapper_BSService__Site__CreationRenderer__RenderGraphExecutionList_{ 0x053DCC20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_370bd910a5608f7e24933769a85a2d01__{ 0x051AADA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_37728350bd895aa432a0de6abbba3444__void_{ 0x052540F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3787988b13cf9ab18aaf10e2a798c429__void_{ 0x0526F080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_37eb773e0655841c45aca77b8ba0b606__std__reference_wrapper_BSService__Site__{ 0x053DC980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_382efead5ac19798d3908e8e081276ab__void_{ 0x053F2D70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3853f003bf05ee8a36b1af9ed2675598__CreationRendererPrivate__Messaging__ShadowManager__SetQuality_{ 0x053E7F60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_38f5e4d9155f05098e02b86201038287__void_{ 0x052C4A90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_391a5fd4f22aaf0d0846b3c750514aa8__CreationRendererPrivate__MeshDB__CreateParams_{ 0x053E0AF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3930ab2afbab27b1506767cf58be5101__void_{ 0x0528E300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_39527e6c6f00a11338db2ecf7dbaf49f__SaveLoad__CleanupDataInExpiredCreatedLocationsCommand_{ 0x0522FBE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_39a940d0b7948878fd3b5b96c2ebf945__void_{ 0x05253F30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_39f8b5f7049a839ea2095f4a26f9ae2f__void_{ 0x05291310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a2464f0941ed62090b746e65ca64c5c__void_{ 0x05268AF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a57abaf61ad1e6abc321442d83ed546__void_{ 0x052CAE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a591bc3d5e9ce38c6a79ce50bb71bc3__void_{ 0x0535B860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a8eb28842f7c3b638eecbd27d2766bd__BSResource__Server__Commands__Delete_{ 0x053C7670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3a8fcfe07635d04438a5132752733b81__void_{ 0x0525AB80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ab7a474183d094d82a832310dd1e3b8__void_{ 0x0522BFE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3aba2adf970db82c095675cef82c2881__WorkshopEngine__ConnectWireEvent_{ 0x0535A140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3acf5e266783d132c177fcc3ef813df5__void_{ 0x05247B60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3b32b694f872c1c21c9dfc8218ceb5fb__void_{ 0x05196320 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3b6c7671eeb5b5acc5b4e8b65342012d__void_{ 0x051757B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ba838f9d6a25c897cf3e761a176b405__void_{ 0x053C7DB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3babf5a6e03cdb09405fc7e098bc7443__void_{ 0x05176960 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3be25b3317c2cdd7df0dff14aeb8ca2f__void_{ 0x053BB590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3bea0f9a0294bd11b0d7827c6a8df0e4__void_{ 0x0522BF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c329a73843b41e733e0182af0e37127__void_{ 0x05328DB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c501a4c01c1bd636e36785d81a92088__{ 0x053FE500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c6290ae99937915e873fcebd8fda379__void_{ 0x05237990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3c89dfb515aae82e49ef0c9398fc4e07__void_{ 0x053B48E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ca668172a1c46e2ac7b265a77c54d0f__void_{ 0x053CAA00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3cae0d050cee0487208e6011be92c7d7__void_{ 0x05245A60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ce2a5101292d234e5374806e376da67__void_{ 0x052C6480 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d12aa2819e5d460f17038daa0921c9e__void_{ 0x05242740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d17e16e59fcf8208e53f6391fb6ec62__void_{ 0x0528F100 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d2344d60d976c67092b025322ffc4f8__{ 0x051AB8C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d4fbafc5fd90921741e35c987c6c3b1__BSResource__Server__Commands__Cancel_{ 0x05166080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d510ea8315a91b731b3d8c0ff923f9a__void_{ 0x052C3F30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d62d9ef8d226a48af329f1219d92cdc__CreationRendererPrivate__SetGlareParams_{ 0x053DE870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3d751a3a5f7a5c3a0cf2260cc4623136__void_{ 0x052992E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3da75893818ee5207bdb6901cbfdd1d8__void_{ 0x05252260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3dda19daacbafd2f7a3f8a789293def6__void_{ 0x05328AA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3dde49ac74f9fd3e3193f3e83ce5cb5c__BGSAudio__WwiseService__CloseCmd_{ 0x05206D00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e1c039ddf7c20b9d0c821402aee78a9__{ 0x053E13E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e1c6fa17f66105a7b10feda004e0cb0__void_{ 0x052A2140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e333624a18bfd6219772c0ac143823c__void_{ 0x052C1360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e368065e521a937278cf0c31232a203__void_{ 0x05278510 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e79d46c2d3630fdccfc2ade8adaf41f__void_{ 0x05291F00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e7edb91a2306b74e82c8676b746f6cb__void_{ 0x05177270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3e8b49604e3b87fa953001520a27acef__void_{ 0x0525E2B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ea8ead95a63a4d828f39db6546d6b7d__void_{ 0x05375730 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3eba4dc1ddd570430936438b3e3303bb___lambda_e293df5792eb241a3cefba9142796c52__{ 0x052BA5C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ec27cdbb32a5c38a315f1137a370d55__void_{ 0x0532CA20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3ed2adb8a118e183e6aaf9bd8c782e8d__void_{ 0x0527C6B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f2aec5ed7125590b3c46b71bcd7a578__void_{ 0x053E1850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f507c90a28256ad5886d22aa20dcebe__void_{ 0x0525F240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3f788884067476c5c9d29f340870b860__void_{ 0x05260930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3fc0deb4283874dcb0d2a8e4ffcda1fc__void_{ 0x05232C60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3fc665100f134cb641475d3a9648b795__void_{ 0x05276EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_3fea53d8428e3e8de0ee3eb6c5263edd__SaveLoad__CleanupStaleLocationsCommand_{ 0x0522F600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4008e0a6d2eee7d878541197268771e7__void_{ 0x052C1520 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4020ee17ccaafc63f1760ed4e39546e2__void_{ 0x05233F70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4036eb5b52ef8a1c35ecf97b1bd0f497__void_{ 0x05176D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4044d6665dc2fbfcc3816a7acd81a713__void_{ 0x05272A20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_405c76cc591d6ecee551837365bb7a31__void_{ 0x053E2F50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_405da0333369ada4c3c1d70c5cbbf997__void_{ 0x0524EEA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_408d850f896b71e1d2843b386a496690__void_{ 0x0526CE40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4093dbf0d6045f9250efb75db1bc5622__void_{ 0x053FA380 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_40e6f3a5d7629908c83c6f08be99d02f__BSComponentDB2__ID_{ 0x05380290 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_40ffcc266e73d715cb276ae78e95efd4__void_{ 0x052946E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_41212d33b7832f8d5197b18b234a3a1e__{ 0x052A7CB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4189d15c6165e86e8af3d1f2c80ac387__Particles__PSM__Commands__RequestLoadResources_{ 0x053ABC60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_41cdb2c075ef3d237bbf6e536e732f2e__void_{ 0x053F1710 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_41e29e630505c1347ee4a0b958696d8a__void_{ 0x052461E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4206833caf804d1b078bea3a05711f28__void_{ 0x05207260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_42143624fbcb82a4cf50456b8e7cbbff__void_{ 0x052770A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_43072a36558482b0757dafb12e7d0b2c__void_{ 0x052C2370 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4319de3c1721a6efb59bc02bc04d16fb__void_{ 0x05326B60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4368243e1fbf4a53c983b7d9e6df2da5__void_{ 0x05351580 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4375ad3e6651f5c442cde7b0e1ca9cde__void_{ 0x0528E3E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_438aa190d1fc08623a667ed57a069388__void_{ 0x0529E2A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_43d6edfb9ea9c6494488be2fdd1a9289__void_{ 0x0532AA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_43dea555a4b7f363d485f6a504637bce__BGSPlanetContentManager__PendingPlanetContentRequest_{ 0x052BF9F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4408f2402885ec5a449d735aa70e45bf__DynamicNavmeshService__UpdateNavMeshCellEvent_{ 0x0515EB40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4414c672bbd2fc8b10cf5d82b32d88f0__TESForm_{ 0x05181530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_442365a6bcd228c8e242bffad7645f04__void_{ 0x051CF9E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4435d41dac228c19b787802376037cf9__void_{ 0x053E1770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4445c3abf0c368441bf6264f6cb4430b__void_{ 0x0537E560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4463c366715b972b73264daba198b3f1__void_{ 0x0537EE10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44abd068d2da4873cc884ac3531858ad__BSResource__Server__Commands__AddDependency_{ 0x05192020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44ada94071a02a2b474443a2e6e2115e__CreationRendererPrivate__SetStarmapGravityWavesPlanetData_{ 0x053E9E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44c2561ca25dce2ff3574caeb9f74dd3__void_{ 0x052410A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_44cb987a575564a069b41f2fb53051a6__void_{ 0x0537E800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4501655eea2d25d05464153c14f354d4__BSResource__Server__Commands__AddDependency_{ 0x051C83B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4513bd44a8e7c893dcdb1837f1b52da5__void_{ 0x052660B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_45834f7c6c87366496a2659d5dbf9e5e__void_{ 0x05298F60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_45a06290d924165f9626281a58ddd57a__void_{ 0x052492B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_460512555715907ea5d59565728cbf78__{ 0x053FEA40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46303423585880e1eb20ec3e05e90371__{ 0x051AB9A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46348a84bef185a94f5c460905d73184__void_{ 0x0522AEF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_465f446a29f8113fe9060fbd5ac142d1__void_{ 0x05174370 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4664e63261002710f8739f853ad54fbc__void_{ 0x053776E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_467bafc3a64aa3e8d37f4d1c0231ac0e__void_{ 0x05174590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46b8a6919a1452d24449eda012dc20f9__void_{ 0x05271AF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46bba356b0a050b768331a05ad4cc796__{ 0x0535B990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46c096693b08268f55d86409beff46f7__BGSAudio__WwiseService__CancelCmd_{ 0x05206BE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46d4c7bf7198847e8617c88ed1fec80b__void_{ 0x053B4800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_46fe3a6e069cc3ec89fe471170845286__void_{ 0x051770B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4722cd60330f821a776eb90619f24ba0__void_{ 0x05244D80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_476315acb3f625a547472d7af175470a__CreationRendererPrivate__SetStarmapOrbitsThickness_{ 0x053E9A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_47689048ffe9cf6b3839592273900f7a__void_{ 0x053FB360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_476abb2bfaab0fc7efc6f5dcb6fcb2ca__void_{ 0x0537FF70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_477a9257270be9abbe31011b33ae2d4e__void_{ 0x0526D000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_477fdce2aa7e8a35a27ff9ceea46765f__CreationRendererPrivate__SetStarmapGravityWavesInit_{ 0x053E9FA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_47ce1dd467148b48f07cea494666a7d0__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ 0x053E9500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_47fe5049ec0d2b059cd4e9c3a8bba9fb__void_{ 0x0524B3C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_486f6377972e2f98934044978e5e9c6a__void_{ 0x053FB600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_488e1d7a92634c789b4baad4e2e2ea8a__void_{ 0x0517C720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4893dfacad807fe7e7185a02fcd4ac43__void_{ 0x052B05C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48ae9e186cd370261b4a8c026f097193__void_{ 0x0525F320 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48b17c8a7556e8d7f69e8b935defdd25__void_{ 0x052AFCD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48f2fa1c53007bf63a566dcda735b047__void_{ 0x052330C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_48fe6290260ad9ed2e181d5d8f759f72__void_{ 0x0537A060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49004514f89c720f4fd3ace8ac0c0e02__NiPointer_TESObjectREFR__{ 0x052B0210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4915cd91781e3e78d7403df0ce032ca9__WorkshopEngine__RevertBehaviorEvent_{ 0x05359320 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4921ed9f68aa1fc2f0f21af2a87dcd6e__void_{ 0x052C0240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4972b39ee93832996f39309f24bafcda__void_{ 0x052C0860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49a9462346b35cf9a817c479ef5e3f54__void_{ 0x052478C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49b17985ad44e83a8fd14500788c8107__void_{ 0x0527CF70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49c199109665f9119f244649ce85ed19__void_{ 0x0525C740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_49dd87ad78ee43fe8a48fb6892984d6b__void_{ 0x05260230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4a08c435c3ac51cae20444ff1aa9e269__void_{ 0x0527BFB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4a5031ba3460282243219aa6d3941499__void_{ 0x0527AFA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4aaabb97a9bb6180d094f12bce28aabf__BSResource__Server__Commands__Resume_{ 0x0517C030 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4af669e4cfffbf317bd05ed76feb17b7__void_{ 0x0526C0C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b537dcf410d388753ccef2b15ba51de__void_{ 0x0539F810 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b7154b324ff6a34f4453cf668495d3e__void_{ 0x0525EA30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b848804d48c4dc62699b40854c972c8__BSResource__Server__Commands__CloseDependencies_{ 0x05164830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4b8697e272cfab15c388c83563df4d08__void_{ 0x0534FCB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4bc475593d03c33ecbe7f6490ef199c0__void_{ 0x05252DC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4bd06b7d18d2ee2e814f8a24ea702e9b__BSComponentDB2__ObjectDestroyed_{ 0x0538DF40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c015007cf1a1f2352c3f1cbdd77c6d8__void_{ 0x0524B4A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c159415f22427edcf3cb06ea3ed0825__void_{ 0x052C5350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c29df44919541ed5539dc4906333c03__void_{ 0x05292F10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4c679a661775dbb434d8842b4616699d__void_{ 0x05248E50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4cd4cc887121fef8245c73ad75b1ff5b__void_{ 0x053F0670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4d11100710477819f627446b49f4f035__void_{ 0x052C04E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4d78eb05ca8fbac8fff4c3061f86a8b2__void_{ 0x05234AA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4dc3f6e88aaf1f9bb30ba11c1a1a867e__void_{ 0x052C4B70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4df240bf986dc648499c86ca5c7575a2__void_{ 0x0532A8C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e42ff11552c5eb9d25c522bcbf8b52b__{ 0x05221630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e57f107abda58e71fe9a560c53db249__{ 0x05221710 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e582f7778f98903c53bc3040e3a266f__void_{ 0x053E15B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e78248c1506a0b60989e2d0ea9768de__void_{ 0x0537EEF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4e7b7dbe4ef00c5a4c82a0abf9a75b06__void_{ 0x0528E4C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4f9173f912f6ca219210248e0bc63b43__void_{ 0x052C3DB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4fb890b38103683851e1b9190aee181c__void_{ 0x0526BE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4fc469331c46bddbce9d5571c5242fcb__void_{ 0x053F1880 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_4ff4edcde69954e698f2a6c1536c2fb4__void_{ 0x053DDF20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_505353db52826aeee65f471c844c8fe8__void_{ 0x053F0250 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_508326cde8918aeb4fec4d828ccfc4dc__void_{ 0x053E1E30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5085a081027663507945c4154670848f__void_{ 0x05174830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5088e537f1dbb66698a86c6a367ae3f3__void_{ 0x053B4D40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_50ceac2bb77540f0e0bb704ddb9852af__void_{ 0x053B49C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_50da05544761f80a73d0d09004b9dcac__void_{ 0x0525D4D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_511a463698cab60432ad5611058a8e27__BSComponentDB2__FileUnloaded_{ 0x0538E060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5148e5099703890d6cd3233af27e1473__void_{ 0x052753E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5157c111cccfac4b8a6bee90ef38a42a__void_{ 0x05272BE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_51bdde811364c92ff609b6055e6baa92__void_{ 0x053FA720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_521d48f436705fd3c0b03b5a99a1e0aa__void_{ 0x0528C8B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5223223e1c0586dd791d6a38cc0fd1be__void_{ 0x0528E760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5226d4e66e0ef6fdacca603ab0e18ca6__void_{ 0x05352340 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5248cf4bcb3b08d0bb42c36aeede0124__void_{ 0x052EE790 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5280ba3b9317ae74f9aa13a4671cc6db__{ 0x051C3F10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_529a6feefbfb04ca9534767b2bdd7a2a__void_{ 0x051CEA70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_52a916d4dbea9cabcefb4c24447d3ec8__void_{ 0x0515BD60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5389cc5699dd3f740098a76cf346f79e__{ 0x053AD8D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_53abbbca45155c8b23682e9cdb5af07f__CreationRendererPrivate__Messaging__SwapChain__SetVsync_{ 0x053E4580 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_53cab3af5b3b29a1236ceb2e4573e1ea__void_{ 0x053BA300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54109e62bc0c4ecfada91e93c4f8d1fa__IOManager__SystemTaskService__InstallCmd_{ 0x053837D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54481b0b9fc74bd105b60ccbba81a493__WorkshopEngine__ActivateItemEvent_{ 0x05358D80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5461d569e1413187dbc33645050bb02c__void_{ 0x053B6F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54c822b7f04b4d0f24210a1b84f9442f__void_{ 0x0535B070 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_54cffc6b72315e542c0c7f4c29973cb0__void_{ 0x052603F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_551686201d1eb5ced7bd06b5a846d4de__void_{ 0x05242580 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5527b6c2f611507985ae11854e45db03__void_{ 0x052C5510 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5528f7974c209d8c12356bceb42e106b__BSResource__Server__Commands__AddDependency_{ 0x053B4150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56007253fb4785317ba6d9cce39d4e7b__void_{ 0x053EB900 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56590bc88876c556a9a0ebce0035e809__void_{ 0x05328BF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_566a795f1bd69e7a04ef2794bca5d9eb__void_{ 0x0527C250 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_568b7cde608dd4ad0028907e0affc50b__void_{ 0x0524D990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56c960c2a279e8d87d75a657a7d456c2__void_{ 0x05279F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_56fdb10f33b0265e1232eafcf4c3cd27__void_{ 0x053FA0E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_571fe39733d27d4179f8a5fa59c36c17__void_{ 0x053EEEF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57224c0792b5aec65c4f6282bf4b4a16____AddMaterialCheckExistingControllersCommand_{ 0x05397FB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_573ec6cffb220e7950a7a70e6ab325d7__void_{ 0x053EC9C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57416da6fe95edc9377a39b2d5e49ef7__void_{ 0x0532BB40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5741c61479129cc96426fb35916a0752__void_{ 0x05266430 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57975716758a7f7a5de55ac1d8d9d189__void_{ 0x052C43F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57ae2803574ab3103c87c291242b3fdb__void_{ 0x0528B120 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_57c4f608f6878076b33730c2785b05ee__void_{ 0x05247A80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5828179f5bd90c767c3b01359b826387__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ 0x05389610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_583969746530a3f9b5f344cb60b76e9c__void_{ 0x0527D9F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_584a07e4c06e817e3f2a0724b92c5ea5__void_{ 0x05382D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_58a170ec3429b0f12dffb09511f7cad0__void_{ 0x05247540 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_58d93e0d0afb0731988ff7a440162d64__void_{ 0x053B4720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_58f0654d7cc789b71c4f7778a924009b__{ 0x053F1160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_596fdc1d9267f97cef299b9424c896a8__void_{ 0x053F0BB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5990af9b9347ec02190ec4d4e37cd27e__void_{ 0x05280BC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_599f307d9c6012ed3b4e872149a3a7fd__void_{ 0x05375810 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_59b4f179851d664c369a4c529e1162cc__{ 0x051C90F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_59c00098d6616de1c9ad3aee34f90f51__void_{ 0x052918E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_59eb06eb8ec46854c83f83ac0a23e663__BSResource__Server__Commands__CloseDependencies_{ 0x05165780 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a69a2839b3feacc27901b29909683fd__WorkshopEngine__RequestRepairItemEvent_{ 0x05359440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a8b33f26402fac4c999a77b6c0204f7__void_{ 0x0523FAE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a8e2724026233f416f857d4a0344b65__void_{ 0x0523B780 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5a997065188370c5f6ace2b88f49c371__WorkshopEngine__CancelEvent_{ 0x053590E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5aa066525c82a2acf514297c5b906193__void_{ 0x052C2610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5aac3bc49ec80358898e8d7e049e6d3d__{ 0x05391280 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5abcdbc7dd077b3198adf606a2c3f14f__void_{ 0x0527C170 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ac89a1f8b5dbac72a7595a1cdcc59c6__void_{ 0x0526A930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b171b54abee5ae2c91d89047da502d9__void_{ 0x0527AD00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b258bc02c86081f661b65f84adac6f1__void_{ 0x052C2450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b54b327cfa489c6a06413d472fcc821__void_{ 0x05255B90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b5d31e7784ea65dd18b6a1ee03bc91f__void_{ 0x05162150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5b8a26b08fe3145dbc8485ff83aacff7__void_{ 0x05253590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ba7251da725fc265ee463f32da72ccf__void_{ 0x05238180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c21c7aaa90dd010668e06cc92f167c7__void_{ 0x05293270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c367b1c89d5b6fba9cf072bae29fab3__void_{ 0x0527CDB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5c7614f8a665b04c40ec3b56f2769e4f__WorkshopEngine__StartSnappedEvent_{ 0x05358FC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5cd698063e330a3ed6e1f91aa838596d__void_{ 0x053B4560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5cd8d4cd190031c9c679013ed7b93ebf__void_{ 0x0529C750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d0496d326a3d070261d336cd195f34a__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BA110 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d3965b97e4ca7d0cc745372efc2f4d9__void_{ 0x0523AB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d43da90aded6b185d0c2ac43c2c66b5__LOD__Commands__GridCellPostLoadAction_{ 0x052014F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d4cf4b95f32699d50555a8a889d93e8__BSResource__Server__Commands__AddDependency_{ 0x051E97F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d4e0bb91a60feb7ed2a3cda76c5ae60__void_{ 0x05246020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d512ec3b8f8b58a3b45cdafb8e59f52__DynamicNavmeshService__DynamicNavMeshTaskStitchCellEvent_{ 0x0515F4B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5d772920ea434bd5a6bba3d1ed9fe286__SaveLoad__CleanupStaleLocationsCommand_{ 0x0522F730 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5db24543e987e39df9ba065b93317c77__{ 0x053F7D40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5db8e2e837d027556d6f7c9bf57942c8__void_{ 0x0518D9D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5dd4571b847700c924fc69035eed0d3d__void_{ 0x053F2B80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5dd6911ccacfa3ba9a251ce4ce01dd43__void_{ 0x0516F4A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ddf831e117e65a9c84810647ef916e9__void_{ 0x052A2B30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5df8e7a9a6ded119308f254b57096c37__void_{ 0x052A1F60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5e569755d2dcbea4f33322a8fde8cc11__void_{ 0x052C1120 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5e8ae06900a7bddda0cf168bbff5225d__void_{ 0x053EAFF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ea58ae02cf21c9982cd6ff2888d102a__void_{ 0x0523BC10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5eaf862a4f99c8558da0e81e3902e33e__void_{ 0x05229390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ed86aed803edf06e96638b0c880264c__{ 0x051AA070 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ef86d9a3408eac64b85fd5fe0de8ea8__void_{ 0x05242110 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5f5b67ae8656b8c2dd62d9c87a22bf36__void_{ 0x0526C1A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5f752e24fee3fd9bc89f1c0274cf2f19__void_{ 0x052C76F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5f811668598f74b55d8da48ccf8d3bc6__BSResource__Server__Commands__AddDependency_{ 0x053C7540 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5fcec49d8393ef2030e8281cae827ad5__void_{ 0x05324380 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_5ff9deb0cc130544db6aa77b12335b29__void_{ 0x0527D830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6028fee93b979a86bc838bd47d09dbef__void_{ 0x052C2D10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6050264a05b7761be9833732b47df840__void_{ 0x051C3C90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_608330f65626647a5f3700cdbd08d615__{ 0x051A3C10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6086aefa1af85f5bf44d762eb798cc6d__void_{ 0x052630E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6091bd49f0235c539730330b7bbd05e6__BGSPlanet__Commands__AcquireHandles_{ 0x051A18A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60953c0dbb757333a370e213f2271760__void_{ 0x05351380 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60a2a67e515b8c66bf9223026a83fbd0__void_{ 0x05275680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60c5b39cf8477c02cff6f396fb44a7ed__BSResource__Server__Commands__AddDependency_{ 0x051C8270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_60fe0abdac05530fab75b73544af950b__void_{ 0x0529E380 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61413ac2a55467b678214f2ac86caa3d__DynamicNavmeshService__RemoveNavmeshesForObjectEvent_{ 0x0515E9F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61a430de65351fca951850123a10f86e__void_{ 0x05375650 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61e1041efa5ca6e088fd0edd0946d094__void_{ 0x05247FC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_61ee642017ae66803ba5e745504877ff__{ 0x051AA940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_62bedaed9769da4daccb3a0006b97672__{ 0x051D4E50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_62c1676a391e23f4f5d1648bdf0500ec__void_{ 0x052C1600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_62ea3bb0e99490e73b3cf9ded02c4ba4__void_{ 0x053C78D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6302b5dda898a26fb8b83a7b35fca327__void_{ 0x0529AA60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_63030607207068c236fc02b2e6c164ca__void_{ 0x0532E060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_63b95f55a0d63d71f69777e37f3724b9__void_{ 0x052C6640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_63e7c11ee3d013597cef7b6f0e477087__void_{ 0x0525A640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64364eea35b1b91391bf788ed796c3ab__void_{ 0x0524D590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_643db91f8b5c71b12922c400439d4d36__void_{ 0x052C0400 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_644897cc14b59095acfe3c6dbf92cb60__void_{ 0x05298D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_645a27b961cf277449efe3a8d4762839__void_{ 0x05298E80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6473c7b4257e286fd41ce91b4306fddd__void_{ 0x05241A90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_649071eb220bbd34daaeb46ef043c75f__WorkshopEngine__PlaceOutpostEvent_{ 0x053598A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6496fe1bbf4fca4b6a25b0a0de8ec059__void_{ 0x0522A980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64a5b1bf4883d08c59b951dfdb37525a__void_{ 0x0524D4B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64d650177fdf09a2ba813025b7184388__void_{ 0x05171390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_64f7f0d7e815702b37bbfa80088c7b7c__void_{ 0x0528C6F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_650437e5a957ffb931aa5270f3a52342__void_{ 0x05280E60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_651164d697b1ce925d5c2e2886235553__void_{ 0x053EC800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6524219ac8c6b2c362b49027abf20d3e__void_{ 0x0523B860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_659cef0f91fddcd8853146bafb6b8d29__void_{ 0x053758F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_662c4c69e06c8a26a0616b4d2dcb6cd4____CloneMaterialAnimationsCommand_{ 0x05396870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_664629f702b7c363dca36fae740aa4d9__BSResource__Server__Commands__AddDependency_{ 0x0517C160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_665417a5a61e24970bf904264af2893e__void_{ 0x053EF540 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_667ad24f71c5080269deec4197b39e5b__void_{ 0x052C1B10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6680d97c3860765ac8e0eb418cafb2d7__void_{ 0x05232B80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_668fb7b832487a382e9f61bbbfa50cb7__void_{ 0x052C3950 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66bc7c76f093681f3921aab8d4abe68d__void_{ 0x05280D80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66cf4f438f34f34f15bdb722baf2f114__void_{ 0x0524F360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66e63c3fbb77a2cdd3da5dd89d43d97e__void_{ 0x053B6E60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_66fa683148fae48debe535478855e500__void_{ 0x052C0940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_671147463d41dbf22a7bb0f5d9014f66__void_{ 0x053EB660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_671d1709c2c761a7a1b77457d4a16030__void_{ 0x0532E140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67a1a41fca53db54896dd96e2f5834ad__void_{ 0x05326000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67a9a84ce6ebe2b16f1f5dc7072e7d33__void_{ 0x05291230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67cf8e584c6283648414e469c0e2930f__BSResource__Server__Commands__Reschedule_{ 0x05165F50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67daf640653d609c18b27ed92ec5a574__BSResource__Server__Commands__NotifyComplete_{ 0x05163D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67de57fbe5bdb30ba798c34e8946cc71__void_{ 0x052941A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_67e30507f7f4c631543dd3647fe250d9__{ 0x051C91D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_684f9e4e74014981c83eacb199d2e99d__void_{ 0x05246100 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_687423a2193d7b7caa94b622b67c93e1__void_{ 0x052980F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_687522363539bca1bfeb85317d66ee4f__void_{ 0x0529AC80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6880d62838223affed874592a82953bd__void_{ 0x052886C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6885f0ec7934bd09b5d4f7f1e1014ba5__void_{ 0x0537F740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68b4de0febef385fcdc151c6e30f6315__void_{ 0x0529C830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68d89b4674bb8c5f57cf6d04f0911dd8__void_{ 0x0526F320 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68da7f4662ff3fce22202b30dd1e159e__void_{ 0x05241D90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68e43600c610a93ee176b15058d1f7a1__void_{ 0x05237680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_68e9d2c9659d8c4ea05da8fe7654f60d__void_{ 0x052462C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_690462dd3c4f0382005906163d34070d__Particles__PSM__Commands__InitializeBinding_{ 0x053AAE30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6934a97ab1e341360233437cf716eb3c__void_{ 0x053262A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_696a57db24a17cb4b141b939dc92dc86__void_{ 0x0528C610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_69aa10c3c8873d7e802d1c4bcce86b47____UnregisterCommand_{ 0x05396050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_69f6d06175a8bfd625386bc9d0eceecb__void_{ 0x0523AE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a1b9bb77e1acf00dc84b65107d97b92__void_{ 0x05175B10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a1f230c6a95327fa815508e02074555__void_{ 0x05237D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a4394d05e276ad2cf25fed81b08717a__void_{ 0x05277500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a5c5c293a2205338bb18be8e2b6c364__void_{ 0x051C63F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a5ec82d0611d1076edd938034b5d3f0__void_{ 0x052C4550 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a62296ed5a1718405cb326aa3fcf96f__void_{ 0x0528E7C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a90a20a8dd6b9a62dff6af4ab655472__WorkshopEngine__RemoveItemEvent_{ 0x053587C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6a9caad3f633d778228f0d36d4535017__void_{ 0x052A2D70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6abe79688cb187e9db7dcd538fcb2d09__BSService__Detail__PointerWrapper_LightAttachmentRuntimeComponentUpdateService__{ 0x052BAAB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ac6713ef0cf424c1df97f27b656b0f3__void_{ 0x05291E20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6afb43d8db500d7b5320779d24ad467e__WorkshopEngine__NewItemEvent_{ 0x0535A4B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b183f0914922ae4d1960acf5ace0923__WorkshopEngine__TrackItemEvent_{ 0x05358A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b30b8f83f18dc3029d2c2d816b806aa__void_{ 0x05272CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b4fd4a86094db306b21fcc76bbb646e__void_{ 0x05242820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b500f49131d86f9120a594dfe0da8c8____Service__GameResetMsg_{ 0x052EDAD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b5d63e4732f8d7b09e4d0ff20c6fc58__void_{ 0x05352190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b8db5dac53a2d7231f327507333b128__void_{ 0x053F14A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6b8ee11832c713630bb75c36f3396169__void_{ 0x052C4010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6c2561c9f50eb0bf6b94f3b9ac5cc4b8__void_{ 0x0537E640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6c5cd0ab225627dda6154ef81efa8dd8__BSResource__Server__Commands__AddDependency_{ 0x05382B50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ccd680c8b17011b93a29a70b4d04433__void_{ 0x0524B2E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d05a6adfd708bdd2be9be5a597edb9d__BSResource__Server__Commands__AddDependency_{ 0x05204C60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d1eed5ad99ecaca382f98513fb566b4__void_{ 0x0519EDA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d4300f9e2a25912a36e5515e51d862a__void_{ 0x05296840 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d77be4f9bbfb5264f18dd8277de112c__void_{ 0x0522EC50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d84c910b58fb4634ff07efab5151877__void_{ 0x052A8760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d8629994ec6e57ebba10b183daaa673__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetColor_{ 0x053EAAB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6d8bc912070f2e07f7a3b7350f06cb19__void_{ 0x0524A100 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6db5b1cd749ed02742ac1b01bbac9d22__void_{ 0x05171860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6dea8cb8b649ebc20572db7280b15571__void_{ 0x052CAF60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6df16e899ef1ecc0a3cd559b5e0a5f0e__void_{ 0x05252CE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e056b14c9746d1151f8df9ffb3a8756__BSService__Commands__NewFrame_{ 0x05397150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e3242ce816216926bf9dd68110edfcf__WorkshopEngine__InspectColorItemsEvent_{ 0x05358690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e3bd8545796292bc539cacb5c053229__Particles__PSM__Commands__WaitForResourceLoad_{ 0x053ABDA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e4f3cfef0ac9e43dc3cad388c769225__void_{ 0x0529EA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e6c72fcc15ec3ad36072586ee1efe85__{ 0x051A51E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e7eb907c7c3e6ea887c290089daf575__void_{ 0x05325CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6e933cce295b6d8c74776c4610982c7a__void_{ 0x0532AC40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6eb69611f6a72be2a3c5b4a820515d3e__void_{ 0x05375C70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ec0a6b7878c51de6d8eac6a29db2f71__void_{ 0x053B3780 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6ecc503bb9a30ac0219ed7da7bb28de5__void_{ 0x053CA020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f0264a3d4d883e9934d0c65c76fded8__void_{ 0x0527CB10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f477b7c1e008db7554b20169c9330d8__WorkshopEngine__CycleBehaviorEvent_{ 0x05359200 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f4bb6eee0b881844adfb6f8c5651e4e__{ 0x052A7EB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6f76912b040fd59843479bbdcdef2666__void_{ 0x0535B620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6fe6936f48547906295c2cc9a8dc412d__void_{ 0x052EE9F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_6fec228842b12e3febe94fddfd5ace15__void_{ 0x0525EFA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7003af1c79c3d095e4c4258522e6a495__void_{ 0x05170C50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_700651ea0c79cb4f1feb1d89df54e2fe__LOD__Commands__LodRequestUpdate_{ 0x05201190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7025c2df15f4cce26d545f3d17434ba0__void_{ 0x05232D40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_706146b02bf6c1a3fcbd78ced8cc48a7__void_{ 0x052887A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_709de26dd0f3f853b2eda06038b66308__void_{ 0x05170E10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_70b2805f41f5ef70550d15c4cb4282eb__void_{ 0x053EBD60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_715485ae20e3348cc116fe15dcb58cc0__void_{ 0x052534B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_719718addc6ff15bbf7faf488f5b4ced__void_{ 0x05247C40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_719c22938e1933da3a1096ba6d7398c5__void_{ 0x0529E7E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_71a52cb5d94cf3495dd456d5208ff0c4__void_{ 0x0537EBA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_71ae86bfcd42725634db90bf08979fe0__void_{ 0x0518AC20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_71f90f1d00b697dd89f2ca3dfde1f14b__void_{ 0x0528C1B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7217b0b9db734178f5fd7431284659d3__BSResource__Server__Commands__AddDependency_{ 0x05164B20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_722f3d32b4c382cc4e4f9e0a6190fbdd__void_{ 0x05325DA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_723b89e920a1075885b9ce45bfa6e186__void_{ 0x05172870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_727ce7c266292e5eb0cd4584af38f876__void_{ 0x05255D50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_728f7c7b238a9e00a1418838500c7893__{ 0x0535DDC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72a877ae8e20f0d15528a8c58e4f9a95__void_{ 0x05253BB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72cde353bc07bdc94ac712b028840489__WorkshopEngine__FinishRepairEvent_{ 0x053597C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72e0b7e6041882311fef01186cb9b2b7__void_{ 0x0523BBB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_72fb3976ffd25c04ba1257de532d9671__void_{ 0x05173FF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_731c96d0b7ffb1f82cce8a7ef484b88d__void_{ 0x052BC0D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73291d477eebd7e2aceddbabbde6196f__{ 0x051ABD20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_732b17806042fce11f9eb9131b5af5ed__void_{ 0x05234800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_733a65bae11beeb275ffc35efff0d29b__void_{ 0x0532D760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7348d614f69efa08337dc66d4051065f__void_{ 0x053EFBE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7359e07d658158aebfb9cd2788944cc9__BSService__Detail__PointerWrapper_LoadScreenRenderingEventHandler__{ 0x052312E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7368f37028d6a44a6c6bc64067928a59__void_{ 0x05298590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73774caa335af30cbd658a95ad840a98__{ 0x051AA720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73876a5b7414b68017627918e8eaf924__void_{ 0x051E2E20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_73f8bcb0573e2174b39f53ba11bd02f6__void_{ 0x053EC3A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74055f0c0dc8e7062ebb43274f845757__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E0000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_741e82dadda211d87738ab45251fe32b__void_{ 0x052CDB50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_742329130cccd7de174537632b494699__void_{ 0x05390680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74565d310def945d68cdeed9db177f65__void_{ 0x052913F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7471fb9b5b763506f7db08a9cb2991f2__void_{ 0x0535B3A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7472f3faa7f01db947f42e1eb737329e__void_{ 0x051726B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74765e12b87b10e1be6645dcf760e2b1__void_{ 0x052472A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74943d0726f5cde18169ba8beb17aa31__void_{ 0x052559D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74a9e7f9c0a75d1ba0c05a8d9b650ba4__void_{ 0x05249010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_74e46c6b2c8b3ed61daf769b5de2c56a__SaveLoadTester__Service__StartTest_{ 0x052ADB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7527a80dc08ff44cb8e3915faf0c048f__void_{ 0x052C3790 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_752bcac1bdc7b97b37e7fcbb4983027d__void_{ 0x053619F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_753bcc3fef79817aeafbda649322482c__{ 0x053E11A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_753e0d8dfdf2ffa47bfdb1c6bea989c2__void_{ 0x053E1AC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7550dbf98f1b40beab9fe4a48f63a60e__void_{ 0x052CBEA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75adce2e1faf0ab25a2a98ab3d593710__void_{ 0x05291150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75da4a9aefbea1315f759beaec5fe349__void_{ 0x0524AF60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75e3a56e53a519a9db1f29e3d1ee4b97__void_{ 0x0518ED40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_75e92ff8bca9e935fc7b96fc28058cf2__{ 0x051ACAE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_76044ac7d5765abd5e23d420ace2c996__void_{ 0x053C7A90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_760b3151f41126fa81d21cb432ae066e__void_{ 0x0526BF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7626b9cd584242078396bf4fa4f63a4c__BSResource__Server__Commands__Reschedule_{ 0x05165A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_76b0414edaf4b7fac3e1008dc131ad3f__void_{ 0x0532BC20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7702d5b8cefbfc0ca6c8e9fd7a4d13bf__BSTSmartPointer_TESPackage_TESFormPolicy__{ 0x052B2220 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_772e503f7357b3715f8465df581ec99a__void_{ 0x053EFA20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_775ca47828304339c895b502946b8d3a__void_{ 0x0525DAB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_777f4b4498d093e7a49929064fdc3cd7__void_{ 0x05266350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_778ea3320811f99b13ee6537f6ddbd51__void_{ 0x052349C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_77cfb11ebb85e54014421a51379fd2d8__void_{ 0x0522D6D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_77e89592daf38c6a5b4cd52eef64cbfb__void_{ 0x052463A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78407ec206dfa64534a1ff7f8c2ddebb__void_{ 0x05297D00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78479743d0223333d1b09b6b06ab5c18__void_{ 0x05268690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_784f5a3f00c4f6cad1ab0cfb225b9a3f__{ 0x053F3590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7882bfee914e6142135513a7c9a1ab88__void_{ 0x05242450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78b0566c080612d5f1671d8e62083da0__void_{ 0x052C8D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78c48c67a4735f68a9e990f4f8811240__void_{ 0x05297A60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_78f67e491d0b255d24bfcf388ddd29db__void_{ 0x05273B60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_790451a37abe7aa7526965f43b2de179__void_{ 0x052A4D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_79276224c0f014c50754217b5f840c1b__void_{ 0x052458A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7940647ca3c6dd8e40ea631c4cd16121__void_{ 0x052ACA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_795394fc1f5cb15b922f6266849c2ef3__void_{ 0x0523BF90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_796ba97b60b7154f47db95b6e96e138c__void_{ 0x05173250 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_797f75974d10af23e3199179e26e61b5__void_{ 0x05262530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_798c03ad1660daba96b202c6b710a520__void_{ 0x05377410 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_79f8b30eb5b000e1a002b9e523c389d4__{ 0x051AABE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_79fffd890369d22bc0611924181ac674__BSResource__Server__Commands__AddDependency_{ 0x05164490 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7a04c434e1de1bbd7609d400799d7c5f__CreationRendererPrivate__MeshDB__CreateParams_{ 0x053E06E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7aec98102d69adc0f864c2d25d6022b4__void_{ 0x0518E830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7aed76a11bbff46f62d19be005be91c3__void_{ 0x052C6CE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7af33b357f1679fd41253b5727a44b43__void_{ 0x05297980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7af60d460286fefe99c14b5592eded70__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ 0x053E52A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7b40a8651c22a2367700b3be5b4f46bf__{ 0x053B51C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7b6e15ff7b0e0fa1ebfecf1cefe361ab__void_{ 0x053EC8E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7b734fa5bb9a16d14bc6250b77dcd415__void_{ 0x05170D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c01407b8a046c02da256e03cf315979__void_{ 0x051735D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c35f4210289bad878725e5a09d3476a__void_{ 0x0528AF60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c9051ca5a90d09fc97450a915798666__{ 0x051AB7E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7c9c56a5b10bbc3e62cc2adc60bf79f5__void_{ 0x0518A6E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7cb41fb2a6b722d51dd222e83c5a914e__void_{ 0x0527AEC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7cc01ec1ef41fb3165d7e5d0c50de66a__void_{ 0x051D80C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d282284f78341eb1d4bb6733f61496d__void_{ 0x053C79B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d33fdd8e3680d9ed88492edb9a260c6__BSResource__Server__Commands__Reschedule_{ 0x053BB240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d3e4be89987f50559e6c5b05bd6ee15__void_{ 0x05170EF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d51ce0036ca97aedd867f56006974f7__void_{ 0x053C89F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7d99205ef67f7718d787f609af2c224f__void_{ 0x05232FE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7da5e8190e0339c13c2f5f06345f229a__Particles__PPM__Commands__RemoveRequest_{ 0x053AC2A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7dc0c4388e6dda9664fc093ba7b14c0d__void_{ 0x052AFE90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7df876f5867e0fa774204ad23b891f43__void_{ 0x053EFB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e015de496b0d683013bd52a76a05378__void_{ 0x0524BF40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e1bd3006cba8b7a90f57845f7cea998__void_{ 0x05289D30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e3a75ea26330ec35e012652e8d6b895__void_{ 0x0524EB20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7e58a07a58f452c4a7f743cec7fe45ba__void_{ 0x052A1CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7eb849505585ae52a48ad61ba1703c32__void_{ 0x05242AC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f3de4b95828514e9f23ad56a7c26d0e__void_{ 0x052533D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f5eab58c2ab4685c98cb8006e678c87__void_{ 0x05252F80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f63d0dc460d7a4c5d2dbda77fa2f65a__void_{ 0x05289B70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f8a665f243fe3009e52e308a3c5f5b0__void_{ 0x052C4C50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7f9a7d007e3fe26e3399ea0eaf8ea79b__void_{ 0x052ED880 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_7fea4df7c470f45c687b2f184ae44885__void_{ 0x05260690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_80095e99f795038df011c27b94ecf0b2__void_{ 0x052C6C00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8014d82c6d1c930ddd6e33df33f03ff7__void_{ 0x052C1CD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8031b92720d4dc30555c715a6a5231fb__void_{ 0x05253AD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_80366b8149451d9f710f9311ec97ef94__void_{ 0x05159E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_809ff53e9bff163fc430c5b74616159d__void_{ 0x0524AE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_819d5a12c9cb5eeed4e20b8b170c2f9d__void_{ 0x0529D920 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_81c1e8d33f8b7575215cf1f72471189c__void_{ 0x053E8360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_820114ba28d307b737e81d49ecdd4875__{ 0x053FE880 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_820eb31c866b107380bebd23a4bb9ccb__NiPointer_TESObjectREFR__{ 0x052B2C20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8231f63b0e30b5c98bd5c1e089518342__WorkshopEngine__PreviewColorsEvent_{ 0x0535A260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82ab382d81fbcc74e2558afb238bf74c__void_{ 0x05244C30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82bb02a8f21d0fbdfb4458a924026daf__void_{ 0x0524BE60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82bccf92f57092a1d4a297304a275e69__void_{ 0x05377330 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_82fb0c7739017dadd43cd581e35db765__void_{ 0x053ECE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_834754a2b807315b4e318ef90698d930__void_{ 0x051D8360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_834d17c7df6db152d538f182cdcf26b5__BSResource__Server__Commands__RescheduleRange_{ 0x05383570 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_837814cd3f3bd01f8bfaaaffdbd5a831____ClearAllAnimatedMaterialsCommand_{ 0x053975E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_838a6e828fc01146b1c4f2335c689964__void_{ 0x05288EA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83a3aeee2768e862808780e2378331c8__void_{ 0x0529AE40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83da55d2b0a0671b2158cda51b87343e__void_{ 0x0524B580 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83df58aa94ae9ff009a1cb4190047548__void_{ 0x053C97B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83e7187805167fe79d6a297109781196__void_{ 0x052429E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_83f2200725220c741b8a0c4fe2c6fde6__void_{ 0x0527DE50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_840ab474cccba79d009f26675a7affb2__void_{ 0x053EFDA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8414e7f2c70215ea05faea664fee68bd__{ 0x051AAB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84379a48d4f5c9a0548a1e7fe2f6b939__void_{ 0x0525C660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8471cfd3d8301d191b0956646c04d703__void_{ 0x05195D90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8490c96f188dcf6ac884e067d9e160a2__void_{ 0x05288960 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8494d7ba8705a2214cd1ab67149588f4__void_{ 0x05268850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84969523996d164bdfac61a170d186ad__void_{ 0x0529E540 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84c56a0ca6bce59c049f1972b146be4f__SaveLoadTester__Service__IncrementBusy_{ 0x052ADD30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84ef32ddb8420908f583ef52410296cc__void_{ 0x052C5190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_84f4f35cc463fa19ddfd44ecfe563d91__void_{ 0x052C5EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_850065b6ee43224a7e4760c4fddba4ef__void_{ 0x052C19D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_855d2b7e2bf580bea5b503753d17fd5b__Particles__PPM__Commands__EnqueueBinding_{ 0x053AB0B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8567733b8a9289a7153d06d46c26642e__void_{ 0x052746B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_858e93ff4caea2bf34f92d0cc868306f__BSService__Commands__NewFrame_{ 0x0515CEA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_85cb0dd058f82c4263a779b5e17836e4__BSResource__Server__Commands__Cancel_{ 0x051645D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_865957f443b9695f384fac324ee2ae73__void_{ 0x052CDFD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_86740560175e48cde5e9bd8e4897daf8__{ 0x051A3B30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8675a60ced8a2aa0964e65178b3c8d0d__{ 0x053E30C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8687822974f500eb24208edafd017a18__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ 0x053B1330 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_86aa7549430ec6c66a19a94823f7f10f__void_{ 0x05255FF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_86af870ec88ce9665ab3a8156bf9c516__void_{ 0x052C56D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8739674cb257838865728e6bfddb4a87__void_{ 0x0523BEB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8785217aa3e427de11a860ec598f8b5f__void_{ 0x05162070 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87ab4eb8fbb7630d2992a561d468642b__BSService__Detail__PointerWrapper_EffectSequence__EffectSequenceManager__{ 0x05161990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87c9e6ac6d7ff31023faf2d4f160ca31__void_{ 0x0529D7C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87cc6da14a693f54ebe754e1b3ada0bb__CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ 0x053E5140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_87e3396ef4bc77fd595901e6ea936fd2__WorkshopEngine__RotateItemEvent_{ 0x05357430 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_88451e83918cdc064e33ddf88142930c__void_{ 0x052C2C30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_887ae619974c457a1092a2857981334a__BSTextureStreamer__Command__ReceiveData_{ 0x0538D9B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_88df1696d0bd13684b0fe2bf35f827e2__void_{ 0x0529AC20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_895dc7859ce6fdcebf75296c3b180a74__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ 0x053E2DE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_897e7451455d713fae67b6b32a734b6d__{ 0x051ABA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8988585fe37b769cd1d84cc3e904143d__void_{ 0x052C36B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89aeb2a58b5271876d51eed4308d08e1__{ 0x051AB220 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89cf179978d2b0c2bbe1125e65901889__void_{ 0x052ED7A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89d6315863435fc7d226e5115b287e20__void_{ 0x0524EDC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_89f17e1f728f6bcdaa11cad1c25718c1__void_{ 0x052C20D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a0c34066621c5f6561302733bb394c0__void_{ 0x05272E80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a459a6e3b24a9f0fb02e4a0dec6f24e__void_{ 0x05189C40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a563aae7c91597c87ad7a58a69dc3d0__void_{ 0x0527D210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a945be6fe8cced89fa54d4bdbf3d290__void_{ 0x052561B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8a95ec286feb90190022ec62c40abe34__void_{ 0x0529E620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8aa38fa50334b5e88d88bd3c60d9e229__unsigned__int64_{ 0x0538EF10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ac90be343096437832e4eb9be16f3da__void_{ 0x052885E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8adc8db1ec4de76b0044e1337b4b14d7__{ 0x051A9AD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ae0bc8b8d874d784f378d2a28535825__void_{ 0x052CCD60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8aeee6a6152d5f1b7006a85ca9ad699e__void_{ 0x052C34F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8b27f4da26e1a51b854cc3660a52d050__void_{ 0x0522C970 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8b5aa7a2bcab9eae329b30ee2628eeb8__void_{ 0x05272B00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8bedb5dd369176b91b06843d6291edb5__void_{ 0x052930D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c0df98edad5e336a10cc0c15b25bfac__void_{ 0x05375AB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c144151841eaeed8aea86660ad418a4__void_{ 0x0525FF70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c67b5eef3042ee64a1545d63b529da1__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ 0x053BB430 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c790c4044acde3372da2b6e414e2879__BSResource__Server__Commands__AddDependency_{ 0x05165500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c7adc16b961ffd1b7620e0eb24e6f3c__void_{ 0x0524ACC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8c9edfc9f5745e344d220741e4fb6a31__void_{ 0x0529EC40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ca0f09cf27fc60afd9c3084cd811b80__void_{ 0x053DE0E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ca3220b1d28e64047898e4db9f2f7c0__void_{ 0x051D8280 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d024842e1855a18b50a751e0dab36a2__void_{ 0x0527C090 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d192cb738aeb4c85f00df2125ad2b1b__{ 0x051A6570 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d2e091269e81e098d9bd470098adca4__void_{ 0x053B3940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d6bd992f0230fb183da85bedf4e0011__BSResource__Server__Commands__CloseDependencies_{ 0x05164350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d732710d4e0c133ecd5c4015a8a2f23__void_{ 0x052996E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d7efd53476ebed7713f088a014661a3__void_{ 0x0532BA60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d923ad27c122fead713d241e2ce7eb2__{ 0x051D4D70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d950dd21c4979d93380320597ef9e56__BSResource__Server__Commands__AddDependency_{ 0x05191EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8d9c3d343ffefa88a5512cf7c43480c5__void_{ 0x05277340 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8dbd06c8b52ab83619169c539db7d061__void_{ 0x05328F70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e4ec76230ffbe60d199048bbdbb25dd__void_{ 0x052C3330 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e56e790cb26540ac933cd18b8b0371c__void_{ 0x05271770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e5c771fe8a237792dffb15ffacd7579__void_{ 0x0537A600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e6912607d9d06994da4e157abdf277b__void_{ 0x0529AF20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e7f8de19faf984bba2d310d2398676a__{ 0x051ABB60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8e849c06eeebb171e890c3c57c96f3ce__void_{ 0x053FAE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8eb5f02a378aeb7430b741a7fedf18b2__Particles__PNM__Commands__ResetParticleEngine_{ 0x053A2050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ed8bc5a0d1ce007c48fb68f6dbfc686__void_{ 0x053EB740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ee4e7f008ac2c028083a0610ed33295__void_{ 0x051711D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8eec5ed036a15acf2ad76ef3760cb452__CreationRendererPrivate__Messaging__CRScaleform__ReleaseMovieParams_{ 0x053EB0F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f2891cf76bb12500ba53e8b2b3d6753__void_{ 0x0522A8A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f3cbc4395701e6476460116d81da37c__void_{ 0x05296920 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f569bd958b68d00f61febd9f713c828__void_{ 0x052AFAF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f56af7817e611170f8b77766816df96__ScalarAnimation__ScalarAnimDestoryCommand_{ 0x05361890 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f7492eb11689e36a3442560b24e9c79__{ 0x051A75D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8f93fedccf024629d0222f638e6fb734__void_{ 0x05272940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8fcffe61e07066419ae6d13b744d7398__{ 0x053FE6C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8fe88d7c209038c81546dfd143a2d2cf__BSResource__Server__Commands__AddDependency_{ 0x05388950 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8fe8eac6ac1f09479ced61b89bd2e5c7__BSComponentDB2__ObjectLoaded_{ 0x0538F3B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_8ff97424b32b2707ee1581c3b461353a__void_{ 0x05361AD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_903d188fbd060a75c2f09ca0d00d69f9__Particles__PNM__Commands__StartParticleSystem_{ 0x053A22E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_90a5614d860ec3ea8ca3c16ee58e9c30__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C9670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_90d53f309f339f4a8a0da60c3df7b864__EffectSequence__StartCommand_{ 0x05161AE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_90ff8b75de2978a2c3548c44d79c25f7__void_{ 0x05245F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9142fc7f0e5fb95135be55d176bd5ab0__{ 0x051D4F30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9186d7e446bbdeba6938010b2a531afe__void_{ 0x05299120 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_918c7360e5bef91acfbb78e87af142ab__void_{ 0x052A50F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_91b34c154a7e919d20b33ab6c8c1e534__{ 0x051D4BB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_91d0902eac9b4f07c789d40a51026876__void_{ 0x05329690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9219d7f3c422ec613d3b859b0b0feb8b__BSResource__Server__Commands__Cancel_{ 0x051C4770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_924408fe32365430234c7733a8e116b8__void_{ 0x052965A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92742857d210df4cbf8029b8c711e12a__void_{ 0x052CAB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_929c3b13b3243342a6f5a915728553d9__void_{ 0x052C79E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_929e08639d145aa1f3bb84bade7ea399__void_{ 0x05247620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92bb5a9255a9a305a437739dace9cdc9__void_{ 0x0524B200 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92bd3b68b5435261d96b282ad3605707__void_{ 0x05265600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92c887a8e5f5c253cb4c3a44b01a07dc__void_{ 0x052480A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92e187616d17659260f342106a98447e__{ 0x051A9EB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_92e5763700a42c0f2f9fd22ddb26e2b1__void_{ 0x052BC990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_937b8bb3063c70de25f14b52d93ff9ae__void_{ 0x053B4040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_93a73e90255e6a9dd27b2d7f29ba2535__{ 0x051A4310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_93e624c313181721966480bad6e81681__void_{ 0x053DF130 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_94530175c493fbcf170077f97ce77082__void_{ 0x053B3CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_946acf22b74bb4bf879bd9aefb822eed__LOD__Commands__BlockResetRequest_{ 0x052013D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_947526432fac90534843552c185fb171__EffectSequence__ChangePauseSequenceProgressCommand_{ 0x05161D50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_94b09046f32c59f7c1dd27f683bebfff__void_{ 0x0527C870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_95781fde0f4622186206c33cd786dcc6__void_{ 0x052CA720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_958bec6665a750175bef112c31372854__void_{ 0x053EC560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_95ce43dfcec139039480f4f50fb9a366__void_{ 0x052C8AF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_964ff916a0172d5d26aff3710573810a__void_{ 0x052443F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9650277ddb4055f0aa79a0e2d523e404__{ 0x051A70D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9665d77017698d7203f6ab74066db82e__void_{ 0x0532A240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_969ca3a2148354275e76744b03109dc8__void_{ 0x05262450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96b58f7fa96359327948d1f0993af08a__void_{ 0x05234560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96b592b8e406b79b2ec86b505f69c59c__BGSAudio__WwiseService__WriteCmd_{ 0x052069A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96b77f961f63cc7012560a690655603e__void_{ 0x05299200 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96bde48475a8e2e0146cf273c3bd1ebf__void_{ 0x0527D2F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_96d0dd0d3e6fdd75fd27b2921fa840d8__void_{ 0x05238260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_974a0798ad832f21a85cd6eddca42318__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ 0x053B23D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97708a99ba4c053e5c1c95fece2a3dcf__void_{ 0x05375B90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97840ac8329aabeed283829511cb569c__void_{ 0x052A78A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_978e5d25ea10db7049ee8608cf213597__void_{ 0x05329770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_979c5a35a53ebc6724796c53fa0fe795__{ 0x051AB620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97a5caa927e84e55ba95badd3fdd38af__void_{ 0x0532D8C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_97e11e3a98be79f5d4bbfff2522fb7b1__DynamicNavmeshService__AddNavMeshForObjectEvent_{ 0x0515F610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9820ef9526bdb062a3551bf5790aa4f8__void_{ 0x051E5230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_984dadb04a0be34aa4db7b68c60a675d__void_{ 0x051725D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_98503a203b9c9d8cb93185189aba0c9a__void_{ 0x0525E390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9854df5493678c4efb14555c3c024b8b__{ 0x051A4CA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_989d620a41a3a348aa3d62816c21c320__void_{ 0x0515AA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_98b2bd9c56237ba0d2fbd25b8a480cc7__void_{ 0x05248180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_990f1019c49e742cfa6cf01117b6552e__void_{ 0x052D7760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_993014c7ccada3f9cd177f4d8b568c54__void_{ 0x0527ECC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_994dedbdea64ba217be3879918fad845__void_{ 0x05278270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_999b58ece7754b042c6f5104b552046f__void_{ 0x052C5270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99bddb0b958bcbafa7f62fb63e852035__void_{ 0x0526C820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99ca007d63313fba5d6404ec89322396__void_{ 0x052C6880 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99cdb27ddc86683974852a004c446093__void_{ 0x05276D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99f2f2f538fbcbcfd24464a313ad27ed__void_{ 0x05244630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_99f9674ccabddde8d447bfe1ca6d40ec__void_{ 0x0528C530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a314e613cae3f7d825963e75681a6fa__void_{ 0x0532A9A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a3498ed6cabf9f95facb6011b0fceb7__void_{ 0x052C0160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a548a9cb13942137bdb8df9799e8b4b__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ 0x053BB0B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a72b9af05e52dbcf69b879e58928651__{ 0x051A5950 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9a8063a13a07c21d44c389be8177b31b__void_{ 0x05280A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9acbf7d3e3e0843a62e993363e38015a__void_{ 0x052C4FD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b03ec310de67ab5cfbc43cc4f52f9af__BSResource__Server__Commands__DebugIntrospect_{ 0x053BCDE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b2b5a067467a630177c7aca36378a6c__void_{ 0x0535B800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b3380dd5772ca2a86fafd327064377b__void_{ 0x0529EE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b35363a516584bde4c2734cd2c88ff3__{ 0x051D7B30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b7b3e398fd8334779f1bb867d167f89__{ 0x051ABC40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9b8f9b008511e456c1f8cb5746210202__void_{ 0x0524CF70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9ba23d6e3734ed995dbb4a0c2fd59a58__void_{ 0x053C8910 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9bafc2b840458a770c52b2b44ecc786b__void_{ 0x05241180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9bd14f52f1bd0fcea1be4f60970aa36d__void_{ 0x0527DF30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9bdcfad0f37fc60de0785eb091a841fe__CreationRendererPrivate__ArraySlice_unsignedint__CreationRendererPrivate__ArraySlice_unsignedint__bool_{ 0x053E7860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9beac05091ce357fc08d236e96c90b4e__void_{ 0x05264850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9c160c01e56f460fe33172600f242061__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C92F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9c268ccd93df3c3b473e37bae9771f9b__{ 0x053F3390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9c3e3c60b5cf4d6886a296e82de85bc3____PauseUnpauseMaterialUpdates_{ 0x05398290 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9c6c813c1d2fa6025e62b2eed85f6868__void_{ 0x053B3B00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9cb3d7af977bc7c27b496bec96942240__void_{ 0x052C57B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9d37c56236d407703fc7beab42855df9__void_{ 0x052C21B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9d60c609898687647a48417a58a0b9eb__void_{ 0x05274790 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dc8708b93ded6177f3559bf251b242b__void_{ 0x05243B70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dfbf5e69b0d52842981f169fe43f2ff__void_{ 0x052C8E10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dfd7e597b464586ba197a26fffa9f5a__void_{ 0x05277180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9dffc157ef59182577d29cea9db316f3__void_{ 0x0537ED30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9e0474c7f710fc0b2a5d34e188ea9b66__Particles__PPM__Commands__RemoveRequest_{ 0x053AC3D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9e7241b2c61cad9a46bc2ece1e7f07ec__void_{ 0x05245EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9eaca6a70e172924a3f92138e9d20e62__PathManagerImpl__OpenAttachEvent_{ 0x053B1750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f38f4676ffc9a33dab33b1f8f9492f8__BSResource__Server__Commands__AddDependency_{ 0x0535EFC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f63e7c7b56d3ccccb4b438c0212ec7b__void_{ 0x05264690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f6766341b60afecdf54edf41b313e99__BSResource__Server__Commands__Delete_{ 0x05382EC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f6a5fe2293ea27a75c5f1c914668a77__void_{ 0x0529EB60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9f7ec8fcc4071113908328677d6879ff__{ 0x051AC180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fb2d3839d77d6af3e7cb415f310a74d__BGSAudio__WwiseService__OpenCmd_{ 0x05206E20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fb860dcf665f28642db3882625656c0__void_{ 0x05243CC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9fe37f59062020f99901fd80a3e7aece__void_{ 0x052558F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9ff1e81f68d728a2c6eb5cffcfe81510__{ 0x053FE7A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_9ffdbba9ab52318dd9990ebd2a350a29__void_{ 0x052C1660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a018f4fa8ae8b4b5752d5c84577959e2__Particles__PSM__Commands__StopParticleSystem_{ 0x053AC020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a01e2626e4238c56a4119bd7d1011f6b__void_{ 0x051767A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a042ba881bbabe835d3c2008af208aa1__void_{ 0x0527D4B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a07f9b78c883720022cbf5e9d04935d8__{ 0x051ABEE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a087127c9a9dc01bdb0be91379030ffd__void_{ 0x0529E700 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0891d46ad534d2653e6e7d124fa4b27__void_{ 0x053ECF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0c3452c61cfd1d4f4c632799d78b77e__CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ 0x052B9AD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0c6097c9092389b059dc32b676e512e__void_{ 0x05255730 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0eda1e2cf2520e252bd0154766412b4__void_{ 0x05255AB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a0f029e58f96f9c4661675b000f2b68c__void_{ 0x05170B70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a106b797d08016044743e564a2d79738__{ 0x053E3300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a107e2a8af7539ea45f0f2c77880b2b4__void_{ 0x0524D670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1828e5608883316d76fcc797434d604__void_{ 0x0522D510 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1833ce1370606fe59cb58a32b93e01c__{ 0x051ABFC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a18a28f6a43e6c9e79772a5def0ad382__void_{ 0x052479A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a19959e025a5ace5cee8fedabbef1577__void_{ 0x05288CE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1b40e737801941929f9088347807f49__BSResource__Server__Commands__CancelAll_{ 0x05383310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1cb8ee946088bc62d7f277a2d0db833__CreationRendererPrivate__Messaging__SwapChain__Create_{ 0x053E4820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a1e214bac6c5966bc404dc9e174ffbfd__CreationRendererPrivate__Messaging__SwapChain__Resize_{ 0x053E41A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a20b1e5553f505ca1841aeeab80e1d7c__void_{ 0x05293130 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a20f3fa8dd2f4037edd4bfc359f0876a__void_{ 0x0523B060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a21e1e73ccc04e529f73d9190ddc337f__void_{ 0x05388E70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a2251e1f60fc5096f63e457ff69d626a__void_{ 0x0529C590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a27d9f2687099ba7810deb82b6fd6772__void_{ 0x05272DA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a2e300370fa9f1135748c846c6ff6bcf__void_{ 0x052BC470 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a31168b09a33617f2b1c48240ebb0d85__void_{ 0x05176500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a3442a84401265ffe7f41d226dc3ec6b__void_{ 0x052C2ED0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a36598b20dcc9e29c473a9c4d8ac9d69__void_{ 0x05246640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a3d10c24a8125c7ec941fb318e3bfbec__void_{ 0x053260E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4095d43c640b3adad856d37c979b71f__{ 0x05384510 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a41fcd1c0b8ac1f7838dc84facc9242e__void_{ 0x052339D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a442ed624a0c3d968a5a84df7efbe32c__void_{ 0x05288A40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4592bcb45cb7304a72d57ffc331a530__void_{ 0x052C4630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a48d404a7fca8a7b115dc9b071d60626__BSService__Commands__NewFrame_{ 0x0538BE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a49dfe3f114516061cca22f6bad7b82d__void_{ 0x0528F480 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4a4944ddb12a824203ee92a683eb693__void_{ 0x05274870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4beb8308ec7c314a64bcdcd17182734__void_{ 0x05247EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4ddd3e6cf9339eafe2046a9190c96dd__void_{ 0x0527BD10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a4eaf3446f739cd483e3f56f7f6f070f__void_{ 0x053ECB80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a50e01b479e76c0d55a44b1ee3e79dcf__{ 0x053F1240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a53b9ed8d4fb7d816d4eba08348f7937__void_{ 0x053DF450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a54185de4a87d929046c1f967c0f6b65__{ 0x0535DF80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a55e4a72af208719142bfb30cc1f1331__CreationRendererPrivate__LODList_{ 0x053F8FE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a55eb663d1a98aa32f02c7db7d750653__void_{ 0x053DC740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a583650e80194eb105c262f8e04d2054__{ 0x053ADA90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6190cfba77a4ddb45833ad10e0ce044__void_{ 0x05278430 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a63b7ec47e1fc980b9ae37c2ca1f641e__void_{ 0x052C35D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a65c5aee7d01813cad9193817d41d420__BSService__Detail__PointerWrapper_BGSPlanet__NavMeshGen__{ 0x0519FCF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a65d6df22ec597338e9327ed118548fa__void_{ 0x05262F20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6934efa6c3c3c3794dda92a0852d958__void_{ 0x0526BD40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a698a573c984625a5c2fed1589c82020__void_{ 0x05255810 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6c63796e68dca18d6375cdee97f71df____SetMaterialInMenuCommand_{ 0x05396C00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6d1464a9cfa52888544977e94855505__BSComponentDB2__ObjectCreated_{ 0x05380510 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a6da57a2fcd57b2a75c40ac9a504279b__{ 0x051AB040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a7c34358040756ddae59c95350b53546__void_{ 0x053B36A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a7e87f05d8a2fe0745f48429dd7f89fe__void_{ 0x05280AE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a8027f466f84fd61d897d8e30f578a86__{ 0x051A9CF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a806a08257ca12abf8d5f4328c81bef9__void_{ 0x05254250 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a80eb89da5ce212b0f9e930fcd79ab85__std__reference_wrapper_CreationRendererPrivate__ApiAbstractionLayer__Queueconst__CreationRendererPrivate__ApiAbstractionLayer__Cmd__PendingSparseTileMappingQueue_{ 0x053FAB10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a81e51ceb153527d1216b005d4967952__void_{ 0x0526F240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a838f7a534667c68cea7ac2c2e0f66e2__void_{ 0x053F1630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a85230b3fd12b924e9608a50599a80c3__void_{ 0x052C67A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a8709c020e0bba6b28c428dd30eb014d__void_{ 0x0535B150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a87e34c56519e104b3acdec5cc6667d3__{ 0x051E3850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a89c9f5333744947865a77467ce0d907__CreationRendererPrivate__MeshDB__CreateParams_{ 0x053E0920 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a8e1382f3a751ff72f5b0fe37b487270__Particles__PNM__Commands__FlushAllSystems_{ 0x053A1F20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a939e91cff8ae712fcb2bbe64b2f90d4__void_{ 0x05230F80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9407f3bd004acd647062bacab54a724__BSTSmartPointer_BGSLocation_TESFormPolicy__{ 0x052B20E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a945ca37afefbc01b3bc1d392e27a087__{ 0x053E53F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a947b6ef8e6acd6531be4d2c23a631a1__void_{ 0x0528C290 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a987b9d7cfa0d6003a5dcc7f55213db4__void_{ 0x05237EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9c4f37e9090e5353db16ac826ac3da2__void_{ 0x0525AF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9d0b3d65d8762f74d6736c2d1abb258__void_{ 0x05189CF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_a9e93b7ee355e0e6af67a211615a5faa__void_{ 0x051C9440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aa323a6fac31dd97b600ff7b3e710e09__void_{ 0x053FA990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aa3f231a7f2bf03b8206a0c6f3a6a549__{ 0x05396770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aa55c2b7577eeef5ed6b87d10cfc01d4__void_{ 0x052C4150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aaad44e9a17b7704a94604abe4e997d4__void_{ 0x053F0910 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aab4c45dfba3f3093f5685c290670aed__void_{ 0x052A3A70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aab69f06632db01cf531fead95bab3b3__void_{ 0x0526A850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aac028928394e495f991d94c75b6a797__void_{ 0x05277260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aad9a8694009ccb6c6a9c73febb0ab0f__void_{ 0x05328CD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aaf8d733402c4449e7564ccd9dd85961__void_{ 0x053CA440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab08d67b1205bd2cc6344f9a96b0d33f__void_{ 0x05289A90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab3cdcf9cd8feb2d4db992837a3b7fbc__BSResource__Server__Commands__AddDependency_{ 0x051C89C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab7c0788d2130c05c5605576aa755bbb__void_{ 0x052C1040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab847c2066fa7ebdf20154c971fd5cab__WorkshopEngine__EditColorsEvent_{ 0x0535A390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab8a5ef426cb1b2a6e81801c9105a5e7__void_{ 0x0532C940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ab90a413e08d8b022db630b059c68ff1__{ 0x051AACC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abd3ac9a9612a5636a929daed30a25dd__void_{ 0x0525A9A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abdffb83220d0cab8bccab212fee38ca__void_{ 0x053EC720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abee12afcfd82b33cd035ba4af3097e7__RefrAudioUtils____LoopService__RevertMsg_{ 0x052261D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_abfb641fdc7856ac737f9ae55e07580e__void_{ 0x05294360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ac021975287bf8f3e04d090baafc6cdc__void_{ 0x0516F390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ac1aab565aa5a2e3549bda30c7876bf0__RefrAudioUtils____LoopService__RemoveMsg_{ 0x05226650 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ac240a3ea47900992c9e72f45a6e8bcf__void_{ 0x0524ABE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_acbbaa5fe5801e830a705840fffb5114__void_{ 0x05228D90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_acdac7ad91961486d1b6d706e397d442__void_{ 0x053E1690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_acf172d1af3bb39b7bfa5e8c4ed65e46__void_{ 0x052C0BE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad03600678ca65089e0d105566baf149__void_{ 0x051724F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad2271246bdfcea9d344b2dbbaaa4133__BSResource__Server__Commands__CloseDependencies_{ 0x0517C3D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad4861c97a805ea1edf7f61e6863f33a__BSResource__Server__Commands__DebugIntrospect_{ 0x053BCC00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad59957d90e5e25167143671df1ae5df__void_{ 0x052993C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ad5de098e325d92c6467eaab52ea9fa8__WorkshopEngine__ExitEvent_{ 0x0535A5D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_adaa4bbcf8bb7a5cd9458263e7923662__void_{ 0x05240FC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_adcf180a7176c2891da5d8d7c2fbb17b__void_{ 0x05289C50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ae4188ab2c1da6ac55297ba2545e0058__void_{ 0x05246480 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ae7abf3f0e8cdc4d0cb2af1b94bf2ca2__void_{ 0x053F2AA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aed7c7c1fd20470f3fec8d189e3d1eef__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DFB80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aeda11e5ed40e021f58ebf5a40650f51__void_{ 0x051632A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_aeec332b82cb0f34d30df7fc9252751d__void_{ 0x05159C40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af1517c674bc90f9140bc36efcb8f777__void_{ 0x0522C0C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af163ad4260bc4177bbbae271ba60aea__void_{ 0x0522C680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af750c3bdc43ad39f2ec3f899a6fc912__void_{ 0x0522CB30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af76e8f13814d3b87e914f4170346b3a__void_{ 0x05247460 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af793984ed8bc2a2f3f08b619476c77d__void_{ 0x052282B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_af8a26f060ca2e86120a7b71a8db7e74__{ 0x052217F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b0058bd7a1acde981ebedda64b4c8159__void_{ 0x05241E70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b0159e597255bc45b1346bf668d10183__void_{ 0x053EBC80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b054f69a1a0340f11386478e1143b6a9__void_{ 0x0526FBF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b06586c288d2049879813fd2bacba0cf__void_{ 0x052A2A50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b09f44ceda2ed6e17d931863c08bafa1__void_{ 0x053719A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b0ae90a4b6d467e5239beed2b0c74978__void_{ 0x053E8140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b10b58853d90a9c43abdd13026f4f1de__void_{ 0x05245980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1288af79f0004281b0abe9049c4a147__void_{ 0x05253060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1692f8777e2c504076d632653ad773b__void_{ 0x052C1440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b17c3bc0a68e63d1080cdc175c6e4537__void_{ 0x053BB350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1d38fdbb4ad20cfa293baba28915741__void_{ 0x0525C980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1e362f39b2e2e94ba35193915dae8ae__void_{ 0x0527EE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b1ef23f5f5074cb28b4e60aee11f6daf__BSResource__Server__Commands__CancelAll_{ 0x05383440 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b203608f974f1f252f2bb3bd35971f26__void_{ 0x052AFDB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b20e924e76aace8d274ececf78e02e92__void_{ 0x05232230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b21c0d3ae547c61b8c92a03ae4a505b7__void_{ 0x0524D830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2496173ca6831f4350e88be5d601732__void_{ 0x0527C410 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b28a73f58dfe619fdedadaa6860cff64__void_{ 0x052C1200 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b29a84e9432a0c2ca6822b9a21a9c721__void_{ 0x0527D130 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2a6f46c8401373a03869943f6bc31bf__void_{ 0x0532D9A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2b41c4fece56b3bf056606a1e11e5f4__BSResource__Server__Commands__AddDependency_{ 0x05165640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b2d965c5572e6c7ab6a49e6da93de7ee__void_{ 0x05252C00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b318c7acfceb44b773c8b431339f0d1e__void_{ 0x05174670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b32678a3e0766dc4ea0f354c72849838__unsignedint_{ 0x05158B10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b33848b17c4f3dfd2eab25900e73373e__void_{ 0x0522C1D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b338faf177e266903aa45627a114b906__WorkshopEngine__RemoveOutpostEvent_{ 0x05357310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b34663de41abdb9e5975a80f8cdfee00__void_{ 0x052920C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3548a164d5719fd81bf1c2f62cfbd82__void_{ 0x05234480 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b39356b496ecfc1532806268ad01e90d__void_{ 0x053759D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3af29a0e8102d578c83f21b8ec19712__void_{ 0x052C0F60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3c2e10acbb9fb46efadf7fc49962686__void_{ 0x0526BFE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3cb845c6d58c0cecf4890b7c47fc4bc__void_{ 0x05292E30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b3e72cb6383fd05a5a8acdbea55b9d5a__void_{ 0x052070B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b43f68fcda45092054944bccb184a4a9__void_{ 0x053A1B20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b444206f1058202a83c7100a566cf62d__BSService__Detail__PointerWrapper_CreationRendererPrivate__ResetCullingMemoryRequestHandler__{ 0x053F8970 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b481c85aa9090bc1a118433409b0df57__void_{ 0x05294520 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b48485809e84d949ae9a626befc2fc89__void_{ 0x052C1A30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b494d1b8a74ea52d058c46c1ee43b582__BSResource__Server__NodeBase_{ 0x053BB870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b49b9edaa8c4282d283cd7fbb6769049__void_{ 0x0527C5D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b4a9a7cc5a6fb5f68ef430d42a26efb6__void_{ 0x05296EA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b4d1bd96b24e4bcf1069a144eca05960__void_{ 0x05298920 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b4e4734b9bb326b30e331498f5eee027__void_{ 0x0523BCF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b50c8cc5c586487acc5152a0b048948c__void_{ 0x05234160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5429f865a265a6fcd6902a728b0ce8b__void_{ 0x05376020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5625cccefe06765e0b5156b1e89a480__void_{ 0x05243F70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b57d3fc592d4c225c74783517cf98068__void_{ 0x053259E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b58c73139db198be87daf3fa3cd6f4e8__BSResource__Server__Commands__AddDependency_{ 0x0519B090 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5c0cec8ea0f85e91ef6a2ad77d791a4__void_{ 0x0526EEC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b5ffd663aa50efbf77be186dcc7a10ef__Particles__PSM__Commands__StopParticleSystem_{ 0x053AAF70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b6061d1a1f9b5a6ead5bd240b7136300__{ 0x052D2270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b60a9281bf72477e0de47fd18ef51f41__void_{ 0x053ECD40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b650263cf84937fd82a5b5dff5f03482__void_{ 0x054071A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b65f623759e570984510463da5664adf__void_{ 0x05325B00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b668eb99a0ed1f83bd23d4502c579b39__void_{ 0x0518D940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b6cc79c7167f1fa6010a380d3f4091ef__void_{ 0x053FA2A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b6dde8fe1ba4066c1da07fc09e64cf17__BSPathingService_DynamicNavmeshService___CallEvent_DynamicNavmeshService__ResetEvent__{ 0x0515E850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b7288758a724dd604ac21975202e1c39__void_{ 0x0528E680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b72fbe5edafa0f4fdba07cfe06c7cefe__void_{ 0x0532DA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b775ba9b8e1d8ea1d9c0b700a436b04e__void_{ 0x0528AE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b77a424f17ef7d739b1336c24600b67f__void_{ 0x0527D750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b803ccf69a3154a1357cff83c4eefd92__{ 0x053E31A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b80ca4a11cae5fd6510ea93a43068164__void_{ 0x05296680 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b81e64a6a3470e4be28f3c1f7ebcb99d__{ 0x05374600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b82e8346d274ee29ab5cba057a58e88f__void_{ 0x0524BD80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b854739170b8dc23b028c05dae699b4b__void_{ 0x0525C820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b87de3dbbae655f87ab6ce186f445956__void_{ 0x0527C330 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b892971fcd1abf91e032006ea5dbc74a__void_{ 0x0526AAF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b89ad5ac7d848223e07ddf70a5ce518a__void_{ 0x052327A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b8c0c726a0664dea3b22f5cd79a7366f__{ 0x053FE5E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b8ecc606e6c012803e3f4d03195c110f__{ 0x0535EBE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b8f85158bc6b8517e08fa4a8b4417ef6__void_{ 0x0529DA30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b90fd002bf194bb70f16936fa49bf9ce__void_{ 0x05271CB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b91077a5fcd357fcc21016bf4e8f2d70__void_{ 0x0527BED0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b958d309b8a3da0d2fcea8a014f81eba__void_{ 0x05173F10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b9637342c82a4f2baffe7b347dee1296__void_{ 0x053EF7A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b983292cfa17d5d043882719a8b99ede__{ 0x051AB700 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b98e3275bd011b2e0ceda6d17677fd55__void_{ 0x052C06A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b9c43bd88aaf8adb90fad1cd4e5eb382__void_{ 0x05176E10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_b9fee7da27eb4d269aa878c1c098508d__void_{ 0x05262610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ba348d58fa19ff08d1e4360f16c16970__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ 0x052BA650 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ba5356749fcf1add6e5bc5fcfa687349__CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ 0x052BA0D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ba6efe7c6f88e2b6fab9345762b0d577__void_{ 0x052C6100 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_baec4b1133ebe27b66a6e4f424acb9ec__void_{ 0x05192D60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb3fede3f5d52eff16a62de6563a6a43__void_{ 0x0522A5E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb482459b33cca30f4be9866dc478d21__void_{ 0x05244310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb7367e9553dd4b562b11d6c33cd5ae0__CreationRendererPrivate__Messaging__CRScaleform__RenderCommandParams_{ 0x053EB050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb87fd2b8a408a8a75dee0689cdd071b__void_{ 0x05175890 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bb9952332ba8a2f17aeef70bfdcac32b__void_{ 0x052348E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc30480599d8fda06961dc40a28d3953__void_{ 0x0532EA80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc37687b423bdf983a131d14b8125a7d__void_{ 0x052457C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc40125417484b18032a4dc6b23326ee__void_{ 0x0523F600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bc4422e2772ead95386912fd539fd0b6__void_{ 0x05327D90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bd195aa81642a14862a2c0bf5255195e__void_{ 0x052C4710 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bd6a79f2367f2b5c0a633f3927d3c7af__void_{ 0x052C40F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bdafcc60843e8758c51888b27c940662__void_{ 0x053EECC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bdc51ae50ce15415e89fcdbe49ab6ae8__SaveLoad__CleanupUnloadedPlanetContentCommand_{ 0x0522FAA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bdf81de24cc28580fcc88dbb99a286e4__void_{ 0x053BC9F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_be27a865861e1645f00d75b8a68bf05e__void_{ 0x0524EA40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_be59b9bdfd8637f274c91721b19f7ed6__LOD__Commands__LoadedSceneBlockAttached_{ 0x052005F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_be7fb695c3f0c7b55ac98c8fb8e29b54__void_{ 0x05292FF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bebe6c4bbb10bdb5b78479172198e121__void_{ 0x051C9360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bec62f5156ea2be3258b018f72b7a600__WorkshopEngine__StartQuickMenuEvent_{ 0x05359AD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bee67aa52b8eabb482119a6766c60bc4__void_{ 0x053EB9E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bee9d915ef6c86a781c2a84d5ecef121__void_{ 0x0529AD60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bf4a36381f34ed442b827a3fe387d3fa__LOD__Commands__LodUpdateComplete_{ 0x05200720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bf54c27a7e94ef892ed93dee0a522cc0__void_{ 0x05370F80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_bff89ceeae715c2d964c15390070948d__void_{ 0x05255C70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0061012e4d234db08ce3bedac6dbf4f__void_{ 0x0529E460 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c04bac936f636c6b09134d8538ae3134__void_{ 0x053C7CD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0a79b15a160deb4601578fee4fb7a6a__void_{ 0x052715B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0c2f5f7ea9f5c9476b082264f40649d__void_{ 0x0532CBE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c0ed57bcf5da084e6f24d87249baadb7__void_{ 0x052C3870 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c12838fd1359278fffebd2d2c1d3a612__void_{ 0x05266270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c177725f921ca369810b6d4e08f10f00__void_{ 0x0523EFC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c1b28a084b1946a91795325f211f197e__void_{ 0x0537E9C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c1d64fdf681c194894e6fe638dcd0d6e__void_{ 0x05288B20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c1f37709b7017df3ee6db3c31db140cf__{ 0x051A76B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c240919743db5cab929ac732c14e6786__DynamicNavmeshService__ApplyActivePrecutsToNavMeshEvent_{ 0x0515EDE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c26963d21ad5b012e833afce82518c72__void_{ 0x051C8B90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c2839438d33be7997e40baf363da0664__{ 0x051A7300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c2c8b72f8b939fa644b37bf326915572__void_{ 0x052C2DF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c2c9873e170d3fcb6e0479bd19cdb9e3__void_{ 0x0524B120 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c3084db26419a474f2a190673c872946__void_{ 0x052645B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c329a2ded2d1512e0c8ee699e8188a2d__void_{ 0x053EF460 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c3320cbddb1bd4f09ef9d2465c7768ae__void_{ 0x053FA8B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c366f0de3e659666c3d1ebb57c46d4ac__void_{ 0x05296760 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c373c0374dcd98c089cedbe63789571c__void_{ 0x0537E720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c37ee35be50cdef1d5cad0af1633bac8__void_{ 0x0528C0F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c39c109d508a9f3cdd7a9dd7ae1c7ee7__CreationRendererPrivate__SetStarmapGravityWavesColor_{ 0x053E9B40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c3ee652d4c80f57e1da44832c8b869fd__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ 0x052B24A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c4110d2d2642a834d04469cd62433055__{ 0x051D5010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c414a8d03f66d2433830c4208201b95f__void_{ 0x052C5970 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c46a58a77e3391565dc5f23eacb1691d__{ 0x051A7D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c48814f3fc8ddece36b679ed475f52a6__{ 0x051A5100 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c48f68c727d48a9554387307761a6f84__void_{ 0x0529E9A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c4b58581f861f57dc8949bf64c519eee__void_{ 0x05263000 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c4ee26123dcb11e8ebfb1492753a3d6f__void_{ 0x05274F90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c53bb0f3128ed6628b831e25d65ad863__void_{ 0x05176EF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c57602ebe5a4122fb5bdaec0f0f48352__void_{ 0x0525E010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5829b238a3cc4ed8b8cf45434280f1f__WorkshopEngine__EditItemEvent_{ 0x05358EA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5a1b39fade46df7b1137ddf143c7e71__void_{ 0x052B0130 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5c551e743b8357a85a6f78be052e8af__{ 0x051A4A30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5ddd03289170821c86a14854d4db691__BGSAudio__WwiseService__ReadCmd_{ 0x05206AC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5dedfaaad72253bba4c751c8a44d08b__void_{ 0x052605B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c5f2fee095cbaef39506c8020c76f976__void_{ 0x052C2290 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c61dbf645fc9ba0383eed45f06946c17__void_{ 0x0518DF40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6360bf782547b1c763642be98ed6ca6__{ 0x051A9BB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6376500b55e1668d37ffe9b1bcaf535__{ 0x053F30D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c637fe0e5c6d32e8133674ea28753abd__{ 0x051AC0A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6503eb812b8427606f871faf942c47c__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ 0x053E9640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c660963b35de908f4ee077d1af9750e9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E01A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6636a3a833a486540c184320544f13f__void_{ 0x0518EC60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c6c7a639cf365d39b696c90f93a4240a__void_{ 0x05376C70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c73f87f810c41c3fe099018e99dff565__void_{ 0x05247380 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c73fe59de4810c46382b272906a84991__void_{ 0x052C6DC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c751b03bae711cd8de69e71e08249757__void_{ 0x0518AF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c78492138796f2298b95b7becf82864b__void_{ 0x053DCAC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c792a704049764f07f8d192380f1f235__CreationRendererPrivate__SetStarmapOrbitsInstancesData_{ 0x053E93B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c7e9a1d4d74e13baaf4a71ddc30e8517__void_{ 0x0525AC60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c84c0a6afb00c46258e6b9fc7a636194__void_{ 0x053EE640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c856faa630024abe58d11a5c96f1796f__void_{ 0x052456E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c858474b55d490cd78e7fa017ec24e0f__void_{ 0x05288C00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c87c8306f25ff2c12c97d2e763d55f3c__{ 0x051A9C10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8c42f29207845e93e04ec9288b96e5f__void_{ 0x05176260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8eb8d70401afe8c9708fc4398eb6764__{ 0x051A5CE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8ee4c67b2ecf9e0b5a37bc62ae8c2fe__void_{ 0x052C47F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c8eef334360162189622ef7dbe4365be__void_{ 0x05232AA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c90946e98df523349d1868cfa56119a1__void_{ 0x05241BD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c985fc3cd642904690c79a3e69ae27cb__void_{ 0x0528EB20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c987e7ef4767e4a2a762dd29def33918__void_{ 0x05176A40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c99a3f6671b7865e5ba2b2a3f40ee6fb__void_{ 0x0535B4E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9aa4b0a137cd567e869969f3c852a7d__void_{ 0x05255F10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9c459e95453dbfdd01deea07fd548d0__void_{ 0x05247E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9ef09b048d02350488537fbf507d682__void_{ 0x052C1BF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_c9fc156db8d50b7682fb91b4fe13c978__BSResource__Server__Commands__Cancel_{ 0x051C49B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca2055df278da4452b7371029920cb25__void_{ 0x052AFF70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca411397cc7ad1ae896bda064050705e_const_void_{ 0x053FAFE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca4b762b3a71115ff84073aaadfa7668__void_{ 0x0515B420 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca52c6185cee9b0519921da9e9d9f006__void_{ 0x0537EC80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca5c327bb4604bef7fdaa01381212fa0__void_{ 0x05273A80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca670e46c9c0337725fa3b627555dc46__void_{ 0x0525D470 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ca8d70065662cea744b0cb59115e01c5__void_{ 0x052C5AE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cab30c9930caf4954200627de3921680__void_{ 0x05234640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cac58ebf2259db6843c7a8a3dd85759d__void_{ 0x053B4640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cac737c3cf0c9b4e5aae623c943fc3ab__WorkshopEngine__ResetColorsToDefaultEvent_{ 0x05358C50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cae2ed5fbe75c6326337d8ab2697e353__{ 0x053FEB20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cae3e8a5a345dc78ec345a8e1dba70e6__void_{ 0x053F0590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cb34c4b72627333cfd08ee5063236908__void_{ 0x053B3F60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cb52a8748f546fa2279f806ead92eeda__void_{ 0x05182F30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cbdbaa8ba735c6857f5671129f091278__void_{ 0x05172950 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cc608d559dc612964e56255695efb653__void_{ 0x052CA640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cc8d4ef32517db8944ff99ffde4c00e8__WorkshopEngine__ConnectTransferLinkEvent_{ 0x0535A0B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cc99b5ab895125408c791011fa564985__EffectSequence__StopByNameCommand_{ 0x05161390 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cca14804f8ce421264dfd06b60a76cc3__CreationRendererPrivate__Messaging__Window__SetVsync_{ 0x053E4060 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cd48cb8b10de9e276b731a8c3c6ccae2__CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ 0x053E5BA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cd8767d4cc18808a29b36052824b8e91__void_{ 0x052C5BC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cd8cc75978ed40c0cc57bd76d72c59cc__void_{ 0x0518E020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdbd355728ca375d55cebd4d979a51ca__void_{ 0x05240A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdcda53dd8c13a9a5c98779f2a822de8__void_{ 0x0522DB10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdce5633408e5b3efb373bef6276ac5f__BSResource__Server__Commands__CloseDependencies_{ 0x05166750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cdfec2d8732b7b7b232fd04b0ca946ed__void_{ 0x052C6560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ce6815911da9ee1609d5e28ccb45c724__void_{ 0x0529A980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cea5ddcc0deecf2285168d8ffc4df892__void_{ 0x05268BD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ceaa2dd80f77825c9c6a12b61cf85e74__void_{ 0x0532CB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf0d7f9c4556855d42fcf4e4900789ee__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_unsigned__int64_unsigned__int64const_{ 0x053EE910 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf104df53b61c5e21e90f52547879b5f__CreationRendererPrivate__Messaging__Window__UpdateLetterboxedRenderRect_{ 0x053E3D90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf5d32eca60cc15a1ff4d2323b3dfe36__void_{ 0x051D7E10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf6c7bed5b8b59c53f8cf57e06ec00dd__void_{ 0x053CA360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cf861d595c015065ee63210bddf426e3__void_{ 0x0527EDA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_cfe540dc389a842fd3f898ad15ed7067__void_{ 0x05294280 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d00bd4b3cc28a7b52d6c36389f06f2ec__void_{ 0x052A2970 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d011308b716f95c1ce4fd11edf7fe68e__DynamicNavmeshService__DynamicNavMeshTaskShiftWorldEvent_{ 0x0515EC80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d05428a0d6eac48bef7969a90a6daebb__void_{ 0x05237C40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d0a00a1c40fd1c4b827aeb168ec697f0__void_{ 0x0527ADE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d0b38a2b64ea6a83dd8742bc4c09c50e__void_{ 0x051D8E80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d0daa2a0f96dc708c841ec7282e42595__void_{ 0x052796F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d14bfdebbcc5b1a40910ad308ed315a0__void_{ 0x0528B040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d1a85852ccf530db5d9ffc1165adb14f__void_{ 0x0526AA10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d1b15e7906fefbf27288e3cf43585812__{ 0x051AAE80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d1e07d92f394208ecac492d6b1b9afa9__CreationRendererPrivate__SetStarmapOrbitsInit_{ 0x053E9780 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2034ddf379e73991db9287c19a693e9__void_{ 0x05262260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2045a6931dbb3c56b0337fe777f8761__void_{ 0x0528C7D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d20c7a5cf88cf3fe03a7b5658d67b157__void_{ 0x0524E800 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d224d8c61c61034aff3ed0843102e1e5__void_{ 0x053F2E50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d230362e02c84d6ab1b7c65d1bc8c88e__void_{ 0x052C05C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d23b853e25a2629ed2297ff4cd852e65__void_{ 0x05222A80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d25b44ada420214200b1796b04998fcf__void_{ 0x053261C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d26885b16ffb44f5a6e1c1c1d328eee1__void_{ 0x05242900 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d28b2514fee1e685113be485058367e1__void_{ 0x05234B80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d29011171001a7b353c1d5f3de3107ac__void_{ 0x0527D050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2a96382163ef443f4ecbec914a654a2__void_{ 0x052C6020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d2c45e37aa6d14fa91d1976ca7b3b798__void_{ 0x052C0B00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d31c027334eba059cb2494951476622a__void_{ 0x053B3DA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d35e2e5e1e6645da3c6c2472c42cea80__void_{ 0x0525DF30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d38e042d010ecfb6571f376bf444798e__{ 0x051AB460 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d3a361ad4fe2cf915af80f30a88400bf__void_{ 0x052755A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d3d8665d970dabc226925b791ad8aa01__void_{ 0x0535B400 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d3e6bebab3e1972beb2690a7aaf4458c__LOD__Details__PropagationPayload_{ 0x05158A10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d442cbed50f9f9fa41b59e5ec65beb76__BSComponentDB2__ObjectModified_{ 0x0538DD00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4511f1c8a4a1c57f4fe3d63c97a3851__void_{ 0x053EF620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4873959f99d67a8e3041d8a6e25b31f__void_{ 0x052C1FF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4a37142b849270c983c966335144925__CreationRenderer__Messaging__Game__EndFrameParams_{ 0x053DDE10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4a90d8b490da9ad87050b9e47e9ce33__void_{ 0x053CA1A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4d02e7ac968e24b091f5fc47aa2b87f__ActorValueBindingUpdaterService__GameResetMsg_{ 0x0515CFD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d4dff2479a934257ec977ef0a502ecfa__void_{ 0x05252EA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d50aec74688941c74791c628312cc2c5__void_{ 0x053DF370 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d59e4b32df696e14957bce123598c154__void_{ 0x0538FDA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d59fee36749e6671a327747eba844cf8__Particles__PSM__Commands__StopParticleSystem_{ 0x053AC640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5ad36a5ffd5ff5d89ed7b683a8fbed6__void_{ 0x051756D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5b36366cf53695ce8dcac8055deece5__TESObjectCELL_{ 0x051812B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5bd335af5b6eebdf95ad0ede1d39d9c__void_{ 0x053E1F50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d5cd468287d92389ab5756d4920078de__void_{ 0x052C0320 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d61efb6dccf2a7ffd2330a23d62e6332__{ 0x0517D0E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d668158a7d7ea2b2ca77287f6653df5f__void_{ 0x052C0DA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d66e268aa1f9c0b646773e3994fafdf4__{ 0x053FE960 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d683a2347dca7fa53bb7c147c9324b18__void_{ 0x05379EE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d6a4ce2b7504d794e8fbf05fba0dcfc7__void_{ 0x052754C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d6bfb1685d09d6b78624d65c22213c9a__void_{ 0x0527EBE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d6cfeab5865b7c9ae426871e5eab9f4c__void_{ 0x053F7190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d7152fbfd6e6fb4d8133974ef8f9b10d__void_{ 0x0517C8E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d72bb07bdf19bcaf13923619bf063571__void_{ 0x05262370 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d73ddaae14fa9c14f4340b0d42f8ea39__void_{ 0x052C3B10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d764d8c52a74c7472a6ef0f8dd837b60__void_{ 0x052560D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d785c61586a9e47900d392c3764c7336__BSResource__Server__Commands__AddDependency_{ 0x051646F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d7d7379d4565e7ae53a360359e4fff64__void_{ 0x0527EB00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d813ef195076a0d5c5f50cad61ab9551__void_{ 0x0524ECE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d821250702487291199dbc44b4587ea4__void_{ 0x053DF210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d82d32593f8478088f726a8e814a11b5__RefrAudioUtils____LoopService__AddMsg_{ 0x05226510 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d8464a5dcc59f42b0c791959b830f3ba__void_{ 0x053A11B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d8c19645bcc024bb27d22b728295d6c0__NiPointer_NiAVObject__{ 0x052B2890 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d8e4a6d08295b896a6ab07fae56392c5__CreationRendererPrivate__MeshDB__CreateMorphParams_{ 0x053E0A60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d93a5500f71032918d90d1fdec7083fe__{ 0x051A54C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d969bdc0d46238e2f01d321edb0f9162__void_{ 0x053C8E00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d982140ed9b52ae3356836373d763488__void_{ 0x0528E220 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9988d8c316a49ea15056d460fa26e2c__void_{ 0x052CD830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9a2a6cc3d886003129a6d772f824660__void_{ 0x0524F140 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9ba28439b4dd48573d367a317196da3__void_{ 0x05327F50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9caa33081b4b2de1c935c5d4acb1c5e__void_{ 0x052CC7D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9e1eae64c2ee3db5a72f69096f4b1ad__void_{ 0x0529D640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_d9fe883663b5b6bfbf4c4bfc87b289f4__void_{ 0x0526ABD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_da0c92c3ad045d38ffbbf4cb8c3d7b34__void_{ 0x05252100 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_da5e68be229ec7724ddb585c6384c6ce__void_{ 0x053EFCC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dac88ae3b1799d2e2586428eb6dd93fa__void_{ 0x05155F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db02a49f191c068077d00fab34209aa7__void_{ 0x053ECC60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db14e6cd906d83c75d1c2d83f9398183__void_{ 0x05251E60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db1a7638ec5eea992a33f61c1f4917aa__void_{ 0x0527CA30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db22997af74a91b9005a1bb4e7fe4859__Particles__PSM__Commands__StopParticleSystem_{ 0x053AC500 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db6ec78c800eedb3e388383210507079__{ 0x051D40F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_db9d83265ff147a7afe620650c637f76__void_{ 0x052C1740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc3c3a062b03fdd4dbf7cdd1fead5feb__void_{ 0x05260850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc3e0469b86af939a0eeef2b20cd6ae3__void_{ 0x052AFBD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc54ed68cdb9bd3ff3eadcba3a5e3b6c__void_{ 0x05325BE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc7600b08f68c519a2de538baad17d72__void_{ 0x05271690 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc89af06c6e0b276aaaa00c9f193e00c__void_{ 0x0526ACB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dc9eb628cd0a8222139c923d1c8db8ef__void_{ 0x0526C900 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dd55dee96d4602ebb6a7ebd33e6c4479__Particles__PSM__Commands__InitializeBinding_{ 0x053AC160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dd942a628e661f15a24083f65c881338__EffectSequence__StopCommand_{ 0x05161270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dda7fbb98e98211d3b0a1a256420a198__void_{ 0x053B3860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ddfc9904dc0476e07ef54725c8479f8e__void_{ 0x05329850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_de59dfd90acf96e5df1f50504fc73bec__void_{ 0x052994A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_de5ba17aee94bf26e3bce9a97ab305da__void_{ 0x0522E850 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_deac8d8ca2f9b6e7fd011bb91be0cd38__void_{ 0x05176880 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_debfc1370a752be039ac1f36e8b6f9e0__void_{ 0x05242660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dee80e3b4a3ee4c59c742942e448ab34__void_{ 0x0526F160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_def4898be93fe80499f29121ae13d39d__void_{ 0x053FAF00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df299e39021d8de402dc89c691c889a7__{ 0x051A4580 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df32f5293dd6ffa5e6c8d2c71a2085f3__void_{ 0x0527B160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df41a858dde78937125d2e0206a3ad07__void_{ 0x053DF810 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df568da1d821b5aa2ca6939fb34f8100__void_{ 0x0537F520 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df8664bab388faed12bc0fc10aa645a4__void_{ 0x052AF930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df8f8ed82b1008f62820167db562b05b__void_{ 0x05276FC0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df914792c6711628bd97cdaa3c88129d__BSResource2__DBHandleBase_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DFD10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_df9a7a75a541fe142942aeed0cd4cbc8__{ 0x052BA2D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dfaddc4c05c64eed4bd731f407275108__{ 0x051A9240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dfb527469575c5c2bb76adcd67b02e51__void_{ 0x05249AB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_dfd13ac46cd8519c6f1aa02af77a8d2f__void_{ 0x0524D050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0229f3ba421f7d899b6d6be917f456e__void_{ 0x0524EF80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e037e2941cf8f37594b926f521829f70__WorkshopEngine__RemoveWorkshopItemsEvent_{ 0x05357600 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e07db663bebd0c420226fcf81b596ebb__void_{ 0x052378B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e097d6925ad27f35efb82cf07f91fbcf__void_{ 0x0527EF60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e09a67be2a923988ad6c726762cbf24a__void_{ 0x05244190 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0a55ada324f997d33e7d939fada5769__void_{ 0x0526C9E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0b7fe46b617b32af0c441ec9bf3d565__void_{ 0x05271A10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e0f9178f6023ed2958977de6e7ac9f6a__void_{ 0x05264770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e13fb7554d868f75d6ed7f16a2dcbdec__{ 0x052BA1F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e160103b374139e999f72ba45a4ccf9e__void_{ 0x0525AFE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e178bd2cbccc25743f9e8da680f0f7fa__void_{ 0x051C8C70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e17e9fa4648c6a3958fdb0f034d3cf46__void_{ 0x05298A00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e1f61f1ae102d83ae65c510954642022__void_{ 0x052C2FB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e22a2eb0ec24a462f93317c3753e7442__void_{ 0x05175BF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e27cc8c4285007bfee50637dd6a98658__{ 0x051A4950 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2add6adb287b8a88ba9ca51828c2086__void_{ 0x052C28B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2e444e47a6b53da789f1849d781c2f3__void_{ 0x0522DBF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e2ed67abc560774352baadf77b4dc47b__void_{ 0x0523DBF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e320a347142e2824e710b1d012a7742f__void_{ 0x05297B40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e33f2106ab171ba64e1d3995881dd8c2__void_{ 0x0528F2C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e364147ef3a68f7708e1581fe9051a6f__ActorValueBindingUpdaterService__RefrAVBinding_{ 0x0515D110 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e382dca790b55ab7ad056ef4323371a3__DynamicNavmeshService__RemoveModificationForCellEvent_{ 0x0515F070 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e38b2559e563263373d108411f4cc654__void_{ 0x053ECAA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e3912bd421c8772c43be3b3fdaf94e7a__void_{ 0x0526AD90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e3ec64a8d3ad03511d05668cb11608d1__void_{ 0x052C3090 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e411e56115a9ed0c645a9bb1a1a9159b__void_{ 0x053276C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e422f5dacac2730625a59219ddda8994__void_{ 0x053249E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e43b57d99687333369dcaf3b71ad7048__void_{ 0x052C9050 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e48dae92fd8f5113a8a0236e0f17adb8__void_{ 0x052C1820 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e4f611c0e624224dcf73c033589c2dc6__BSResource__Server__Commands__AddDependency_{ 0x05231DA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e4fa35474ca2e8f09f7a47da93847b6d__{ 0x051A7F60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e510b2dbbc8a9f394dddf7d1670e8d32__BSResource__Server__Commands__AddDependency_{ 0x053889E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e516e47a18aa65a63ea044f225347949__void_{ 0x052532F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e51a1d0b6e4ebdb1b49d4450ace2b127__void_{ 0x05297C20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e5313d2da9b6d07c847fe1649cd9c8e8__void_{ 0x052CC530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e53817bb0e410ed093ae722acfc69a4d__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ 0x053E2EB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e57fab9d8bea3c284d37a50ff0bf75c2__void_{ 0x0526CBA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e5b67857f4652cb0dd16a3954cc359b7__void_{ 0x053DC660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e5e2a9f4a8f7f15a8de085db1fefb715__{ 0x052ED3B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e61d0c6f45fad23658d2eaf8459db056__{ 0x051A6FF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6355ceb40aad02e93e9f4db205b4cd8__void_{ 0x0528F3A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e689c9fb161f877d9c891f62b5e05504__{ 0x052ED740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6ae8b0ddded6f5a31234a0f191dc1f8__{ 0x051AC260 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6d1a884612fce7f5d08345b447a34a1__void_{ 0x051766C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6d89a49cd24309da4c781c12567790e____SetMaterialAnimatedCommand_{ 0x05396630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6daeef968dcea32dbc6b7edafc8fdd0__void_{ 0x052765E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e6f46f81e1875e8a10ed78185663396a__BSService__Detail__PointerWrapper_ActorValueBindingUpdaterService__{ 0x0515CB50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e75542f60dfaa1e25d45149e98a46c97__void_{ 0x05247700 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7629110a2e2112fe89623e8a76cd900__void_{ 0x05279610 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e77cc6815ad2f4f3972bba4dfe568972__void_{ 0x053B4AA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7b4fb1f060f619dbdf0cbeb9094ddb2__void_{ 0x05233300 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7bc9474c296428dc18d67bfc3db30b3__Particles__PPM__Commands__AddRequest_{ 0x053AB1E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7f26129d4cb2d76425980de73522054__void_{ 0x052CDEF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e7f941b7f75a78161559d65f03aa3027__{ 0x053B50E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e80347920a31ae6a57bd6ccd16372be3__void_{ 0x053C8D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e812238ee68a34428d7ede37d3ec8ded__void_{ 0x052C0080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8529a99ec6bd94da0dffbc1daf44421__void_{ 0x0525E470 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e88649edfd66bfacd2b0b4b1900621ff__void_{ 0x0524D210 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e88901c12d97bc422da68c1d1d4dfc63__BSResource__Server__Commands__NotifyComplete_{ 0x051664D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8b0019bf12e8a134f067f6ca6d229a6__void_{ 0x05288420 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8b73dd9e4b80aa522d38b0b3f30dd5e__void_{ 0x052CF620 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e8ec97b55b1e23cc070bf405803093d4____AddMaterialCommand_{ 0x05397A40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e906263a3b103061abbdae206999f6df__void_{ 0x0528F590 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e9075db7bec698bce1fd101c335b6cd6__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x05231240 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e97c0c53adc5448b1ab8ceb8ffc3ba49__{ 0x05403AE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_e9ac7e1651aa509154c53fd50c26cbe8__void_{ 0x0527C4F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea4c11695b9e0bd4fdea218deceb8066__void_{ 0x0527CBF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea67316706a873b0932d9ecfdfbe0133__void_{ 0x05260B70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea956dc4c72d73db6530678bffa4498b__void_{ 0x05260310 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea95fffe802c1d940c5e1a2a80731690__BSResource__Server__Commands__NotifyComplete_{ 0x053894D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ea977bd82f06fcd039e9eb4eda078dd6__void_{ 0x0529A8A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eae6e7388d362da9c61e98d4b9f951eb__void_{ 0x051D4740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eaf2973fce53c162c4a0aaa2b4a6557a__void_{ 0x05271930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eb9ed87ccea9b4e03a1e7db57ab66cce__void_{ 0x0528BB60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ebb4e3b77e4b8c9e3b79aa455fc247e9__{ 0x05230DE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ebbb0c600e817f00b1596e13c1edf6ed__void_{ 0x053F2C60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ebdb876a75c3e61df2d72c17b80a3603__void_{ 0x053EEBE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ec43fba6a3e69126f357e79f30a211ec__{ 0x051ABE00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ec4fb9da4d48fcbefaaf8d8fd5dc9454__WorkshopEngine__StartWorkshopEvent_{ 0x05359BF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eca62b14bf8309ab9a4fdb97810b2726__void_{ 0x052A1DA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecbc55471c9a39a14bd2ac92168219d4__BSResource__Server__Commands__AddDependency_{ 0x051C39B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecd1df969ec29674ff5e667ad510e114__BSResource__Server__Commands__Cancel_{ 0x05165E30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ecdd739ac15984ea616b0d7bf8f77e4d__void_{ 0x0524C180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed078e0a8f89f750329a8b3c2c9c961b__void_{ 0x0528C370 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed13742a64513a110e68fb68341b6658__void_{ 0x053C7AF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed64a887ec1a1fe698636321d4b60a95__void_{ 0x053FB0C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed70a02551020864b03872b1ccc6007f__{ 0x051AA860 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed7efa32dc10fbbfe7a4bf4d63b61928__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BA3E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ed8f404cc151b68abb2ad2245de66ac4__EffectSequence__StartAutoplaySequencesCommand_{ 0x05161C10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edb0a476ae3ed39eab67b116bb138171__void_{ 0x0522C5A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edbe5b63552b8c67c63e6d42e3f31578__void_{ 0x05268770 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edcab7ca64270a1cbbd713f7e42197b2__void_{ 0x0525EDE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_edd3ef439e7539f29ff2e9fb002f2060__void_{ 0x053C9400 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eddd2a5b37113f73181b54ceed016c4b__void_{ 0x05247D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ee32e6ce41f683d87b55fe94579ca26c__void_{ 0x053F7940 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ee8016e2c8df5c22802955efabd29c68__{ 0x0535E180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ee8c6c2a4e88c03c97d86b78f287bfff__void_{ 0x052C62C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eeb1177804b0038b22cbc999036ffd1b__BSResource__Server__Commands__Cancel_{ 0x051C4890 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eedd972189992f09f48591b9fbca4dbb__void_{ 0x05176180 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ef41f45cc30fb05cdcca1b073ce59e1d__void_{ 0x052CD980 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ef9727750d4202a97b5eb3adae503d6f__void_{ 0x0525B1A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_efca58d41de8b7540cca78fcfd4f38de__void_{ 0x053BB670 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_efda8a34134977b8f75f972d9bd0f37e__void_{ 0x05253D70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_efe9b9fa4d464bf52f0d50dcc5308e43__void_{ 0x05234BE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_eff177f68175b768f81449a0ae58784b__BSService__Detail__PointerWrapper_BSResourceReloadManager__{ 0x0538B4D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f00629075b3be0e79fad8ed326825352__void_{ 0x05249B90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f065902ff23c775479bded2b7c81aaec__void_{ 0x05298010 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f06dd1583b7750cf4d95a53ab9690089__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x0538A230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f09151a5842e5b743648a54e1a902f95__unsigned__int64_{ 0x0515CD00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f0bd41ca64c9abce9df546ddaea923a5__void_{ 0x05290F90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f10b27cbd06ee272fd23bec89a3d9c2c__void_{ 0x053BBA70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f125ee401519f355e15d5af6d108c316__void_{ 0x052491D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f15ef6dc2a0832bc200a443d85c0237f__void_{ 0x0522CA50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f17778d323c5cb3d60e4574eed5d7480__{ 0x051A3CF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f19ba2b540f18f1ba31a6ffea133b993__{ 0x051AB540 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f19cc6e7e68748fe36de7d95121fe673__void_{ 0x051C9520 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1ac66bfcaca1d027c7c01ab1f1818da__{ 0x05230B80 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1bd33e9e33b1a0f643b884afba2a574__void_{ 0x053FA640 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1d07b3b9572d39e56bef108a103804d__void_{ 0x052554A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1f68dfb865c49ffee825963e1952c7a__void_{ 0x05232F00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1fb074984728031673628f4f8d9c8ca__void_{ 0x052C5430 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f1fd5ad4f5fc94247b067c0807d1fa73__void_{ 0x05298840 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f20812d747fc6158df19f3c32908e47e__void___void__{ 0x052BB970 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f22ad6496aa0f1254df16f178749a6e1__void_{ 0x0529D3E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f262e0592dac9e8316be3c93690d9952__void_{ 0x05253C90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f27791fe482f10c0dc2f8bffafe59edc__void_{ 0x0525F160 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f2abe293eed6b7b16a8066ca3e33c750__void_{ 0x051741B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f2b887928b3bf97418f4f9447980c987__void_{ 0x0537F660 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f2d60a678367d6efb4d7f763640fd71d__void_{ 0x0524F5A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f33946ae3c688338fe5959314c5846f6__void_{ 0x05251F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f33ccfb4ce4b44ac8bd288d51a3530ba__void_{ 0x05233E90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3482a1422c149f70a7e798fe06cca96__void_{ 0x052919C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f37535c6467809b5275e2389552e0afe__BSResource__Server__Commands__Cancel_{ 0x0515E230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3b3c5bd2369f409c4e2ec4f5a91075d__void_{ 0x0525E630 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f3ed1e5878e9627378e6a75ecdd0b812__void_{ 0x0527DD70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f426755a78d9c1bee6876023527e47a0__void_{ 0x0527F040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f453be01c5cb989ecd5c79519bcc1705__void_{ 0x052C6A40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f476198f0e69091d959145b98a338da7__void_{ 0x05157490 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f4b21e9b11d92803d5529f301dcb0307__void_{ 0x05288340 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f4b3d203e3476e201239bf904af45cb6__void_{ 0x052CADA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f4ddf8a3151cfe388633ee285af9ca83__void_{ 0x05291070 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f50bb866f576b3baa812c88c7aafc4f6__void_{ 0x053A0D10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f5293da74ad30feeec9d8eef25ba6238__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetSize_{ 0x053EAB50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f55074da29b4e1090f7955e4f4c0964d__BSService__Commands__NewFrame_{ 0x052B9CB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f572ec6e611362dfaa739a6392101346__void_{ 0x052CC450 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f5b07183db6a52cb943280803b4e81e4__void_{ 0x05268930 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f63250b05c663ef37a43a16d218f13a4__{ 0x051AB380 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6337139ddff45faa741582c4fae3b2e__LOD__Commands__LoadedSceneBlockAttached_{ 0x0519FC60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f650daaa6ad50b935d60bc9e56904497__void_{ 0x05157D60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f65662b6bf3ba72c9baa403b81560088__void_{ 0x0525AE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f657182e1c1f171ef140a1605fc8e65d__void_{ 0x052C5D20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6574ef93a1f2c6d18dfc94371ecb8ae__Particles__PSM__Commands__InitializeBinding_{ 0x053ABEE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f65e76c505c4e051a84644637f665f74__BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__unique_ptr_BGSLODManager__AutoPostGridLoadNotifier_stl__detail__AlignedDelete_BGSLODManager__AutoPostGridLoadNotifier___{ 0x0517D990 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f66dae1709fe258f41b748ba877b10d3__void_{ 0x0524D130 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f66e693c7e744609566795ca8858499e__void_{ 0x0528F1E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6b17e4d9cbf130f1dbf4aa0d0bf3217__void_{ 0x05279530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6b9f75711950ab760eece5ae3e87baa__void_{ 0x0526FB10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6e0f9a886250e1a924876596248bc2a__{ 0x051A6650 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6e4e8de94149f76546cbb8f369108c5__void_{ 0x052380A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f6fc3afd2e5a487a8c78ccd15ad62e96__CreationRendererPrivate__SetStarmapOrbitsDrawData_{ 0x053E9270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f7aaf0ff2349c7b105c08cc7f5ebedb0__BSResource__Server__Commands__Reschedule_{ 0x051E9BA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f7d76da8fd5a1d8e1a8b27064a679ad3__void_{ 0x05273C40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f831e34ee529acf18df25f870525ad90__void_{ 0x05253830 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f83a5e8329320964c66c1e1fbc00113d__BSResource__Server__Commands__AddDependency_{ 0x051E9A70 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f84e3b687f3572430980e4b08b16d4fd____Service__AddMsg_{ 0x052ED9B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f86a61c425e65b37338ed338920cccba__{ 0x0519EF40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f887eb1c73eeb204605472a93c4c5087__void_{ 0x052C1E30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f88d3d8069a9384ae559c0d70acc91ae__void_{ 0x052AF7D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f898081955113daa34d459e6300259d2__void_{ 0x0527D3D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f8b6b68cafd6476f89dc7caf6d8ce30c__void_{ 0x0527BDF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f8d357ff15b75cb76cef4da2fdffce07__void_{ 0x05249CF0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f90a9ac2b046efa11fc6485aca204cd5__void_{ 0x05260C50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9107a896431c3c1b883cd183342de53__void_{ 0x0525E550 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f920dc2bb2aad3ef942fe3e8983b9e74__void_{ 0x051712B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f924e88d1b9a094a1b877f45ebfef5ef__void_{ 0x05176420 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f94543f5a8d581540f6bfbfec6f06619__void_{ 0x05253E50 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f97062137a41902784827cf3646875ce__void_{ 0x05231D40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9789bedd5b6d7f598e0a5045d397abe__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x0538A960 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f97f70732bee7fff90193c3aa4860495__void_{ 0x053FB1A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9b8894ccfc14d35e049ffd4ec68f9a6__void_{ 0x0524F4C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9c0716672c39462cd28fe4469b9a0ce__void_{ 0x052C2530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_f9cc2a5fd304c8fbc7a41eb02c1a8c3d__CreationRendererPrivate__Messaging__CRScaleform__SetText2DVisibility_{ 0x053EAE10 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa184cae9a06ef42438b7ca25483b210__void_{ 0x0522D270 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa21aff32431097a600043ad62aded71__void_{ 0x0528E5A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa24bea0c8dcd9f3ac179cbe450b0478__NiPointer_TESObjectREFR__{ 0x052B2B00 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa5c9fb0480b38adfe5fc7295ff79dfd__BSComponentDB__ViewHandleconst_BSComponentDB2__ID_{ 0x051C5CE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fa7e5638445ad26a2f6edcf9c92924a0__void_{ 0x05237750 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fae124040a7344b0c697a295313fb6c3__void_{ 0x052C5890 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fae8edd8825582fa8c68a2d244dffc82__void_{ 0x052C0A20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_faf0928f9454f6a4fd04936523bdeb6b__CreationRendererPrivate__SetStarParams_{ 0x053DE740 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb3a479eaf54efe04bee35dc8c07c7fe__void_{ 0x052C4230 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb6de06a4fb3358148bb5827b64829c0__void_{ 0x052745D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb78e2bb52e63e6fc500be7cd212621e__void_{ 0x052C27D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fb9cc68dec4898af77817d85ac432a05__void_{ 0x05177350 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fba4adcc29d642c5be1505da95f3cca1__void_{ 0x053DCF40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fbb467bf6d750df51b7bec5cdf9a1214__void_{ 0x0526FDB0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc14bec31f3eef96ae51549cf087c2ea__void_{ 0x052C6B20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc20c75db5c662832f1f21e6d0411862__BSTSmartPointer_TESForm_TESFormPolicy__{ 0x052B2360 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc4d7464c8f2a9af0e6fa063db84a885__void_{ 0x052477E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fc5a7a3d608fbcaaa714726ba2a7771d__BSService__Detail__PointerWrapper_BGSLODManager__{ 0x05201040 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fca09c0543155e7882b2f46aec0ed67b__void_{ 0x0522D430 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fcaf73e3d8809f1f873fde6825e51f1c__void_{ 0x05246560 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fcbd409d1f3065cf4d493e2af3cdd34d__void_{ 0x05275150 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fcd73b8f485f78e1c7f0eb96364c8359__void_{ 0x0522ED30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd476c18651b400f5eacbe773bf0df4a__void_{ 0x051EA730 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd798d3a2c10c16ddef287e5325802d3__void_{ 0x0525C530 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd8d082ccc13f06a355f03ff8e4e4593__AutomatedTestUtility__CommandRunner__ConsoleCommand_{ 0x052ADF90 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fd9116da4e8e9a38d925d4135fe0f597__void_{ 0x052CABE0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fda6fe9f4ce64c17265fd8a572949e57__void_{ 0x05234720 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fdd528e9b65a20b6c77525e6f033d37f__void_{ 0x0532AD20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fdec907b162afc07d72b29e93b37e18e__void_{ 0x0527C790 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe2f586110ce1c165f0211d2ed02f69b__{ 0x051ACCA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe43470221de5ec17bbf5c42826732eb__void_{ 0x051EDED0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe5013f797962c94d7b6c8197b9d30f7__void_{ 0x053FA1C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe5f433c207b4c5156394008979c62c3__void_{ 0x05352420 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fe931f82928437e3886c509dc81b31e5__void_{ 0x0532DEA0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fea828bdbfc0b796b6c866c9f65fe15f__void_{ 0x05248F30 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_feb7ec54b500143d764a76b9b3fa91ae__void_{ 0x0525D020 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fec7288cccfaf54dd0c480e2a003595c__{ 0x051A74F0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_feddd18a0cbade858140ed1c4fb88642__void_{ 0x0525A8C0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fefa1af07137bfea43776815f2a31bfa__{ 0x0537A3A0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ff1fc4086ee075ce3cd2fded756c2327__void_{ 0x0525AD40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ff2e7f2ee8b46ce8642784ff42c34d2e__void_{ 0x05280F40 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffa05cbb81c4328e75bc6019de81fa6f__{ 0x051AAF60 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffafdb4f4c9ae8beefcbc797c23c15c2__void_{ 0x052444D0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffd45a9c67fe3bdbcdceaaa38b6b5eae__void_{ 0x0537E8E0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_ffdd182d0bd312e73072d3506118f589__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x051C8080 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fff0494bdf7cecf121ab89c72167f5ee__void_{ 0x0518EE20 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fff3bd82c3e582c7056e4ffdb99b463f__void_{ 0x052C3CD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd__lambda_fffa2ab94a55b6ba9747750f085ff9c7__void_{ 0x052066B0 }; + inline constexpr REL::Offset BSService__Detail__TCmd_void___BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst_{ 0x05388CD0 }; + inline constexpr REL::Offset BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__RenderTarget__CreationRendererPrivate__ApiAbstractionLayer__RenderTargetconst_{ 0x053CAD20 }; + inline constexpr REL::Offset BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__Texture__CreationRendererPrivate__ApiAbstractionLayer__Textureconst_{ 0x053CAC00 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService__{ 0x0515D820 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService__{ 0x05205B80 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager__{ 0x051582F0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached_{ 0x05202000 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen__{ 0x051A0090 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles_{ 0x051A1C80 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent_{ 0x051C9790 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved_{ 0x05381520 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded_{ 0x0538E700 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame_{ 0x0538C3C0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState__{ 0x05390AD0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete_{ 0x05192570 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager__{ 0x0538BC50 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor__{ 0x051C84F0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor__{ 0x0517CFA0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete_{ 0x05389A40 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ 0x053FC3A0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler__{ 0x05404130 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler__{ 0x053DE560 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler__{ 0x053E1050 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction_{ 0x053E6C10 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB__{ 0x053FD210 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler__{ 0x053E8A30 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler__{ 0x053E2550 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler__{ 0x053F8D50 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite__{ 0x053F3E70 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler__{ 0x053EA6B0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler__{ 0x053E7E80 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler__{ 0x053DED00 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler__{ 0x053EA3C0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler__{ 0x053E8E80 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler__{ 0x053E4B70 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler__{ 0x053E3CC0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x053DD070 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService__{ 0x0515FA50 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager__{ 0x05162CA0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService__{ 0x0515DCF0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService__{ 0x05383B50 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService__{ 0x052BD6A0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler__{ 0x052318A0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager__{ 0x053A26D0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager__{ 0x053AD040 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl__{ 0x053ACA10 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage__{ 0x053A2C80 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl__{ 0x053B0CE0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler__{ 0x052BB200 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions__{ 0x0538AC40 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService__{ 0x05226350 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service__{ 0x052AD680 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl__{ 0x05230000 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation__{ 0x05360E20 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service__{ 0x052034A0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler__{ 0x05182440 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem__{ 0x052041A0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager__{ 0x053C9DD0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame__{ 0x0512CB50 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager__{ 0x05356E30 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator__{ 0x05396DF0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper__{ 0x0518F5F0 }; + inline constexpr REL::Offset BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service__{ 0x052EE470 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService___{ 0x0515D570 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSAudio__WwiseService_BSService__Detail__ReferenceGetterDefaultPointer_BGSAudio__WwiseService___{ 0x05205900 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSFadeManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSFadeManager___{ 0x05158630 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSLODManager_BSService__Detail__ReferenceGetterDefaultPointer_BGSLODManager__LOD__Commands__LodUpdateComplete_LOD__Commands__LoadedSceneBlockAttached__{ 0x05201F10 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ 0x051A0140 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSPlanet__ProcGenRuntimeService_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__ProcGenRuntimeService__BGSPlanet__Commands__ClearHandles_BGSPlanet__Commands__AcquireHandles__{ 0x051A1A80 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSTerrain__Manager_BSService__Detail__ReferenceGetterDefaultPointer_BSTSmartPointer_BGSTerrain__Manager_BSTSmartPointerIntrusiveRefCount___BGSTerrain__ClipUpdatedEvent__{ 0x051C9680 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ 0x05381350 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSComponentDB2__StorageService_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__StorageService__BSComponentDB2__ObjectLoaded_BSComponentDB2__ObjectSaved_BSComponentDB2__ObjectModified_BSComponentDB2__FileUnloaded__{ 0x0538E3A0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSFrameManager_BSService__Detail__ReferenceGetterDefaultPointer_BSFrameManager__BSService__Commands__NewFrame__{ 0x0538C140 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSMaterial__ModuleState_BSService__Detail__ReferenceGetterDefaultPointer_BSMaterial__ModuleState___{ 0x0538FB80 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSNavMeshGenerator_BSService__Detail__ReferenceGetterDefaultPointer_BSNavMeshGenerator__BSResource__Server__Commands__NotifyComplete_BSResource__Server__Commands__Delete__{ 0x05192260 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager___{ 0x0538B9D0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResource__Server__GraphProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__GraphProcessor___{ 0x051C8790 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResource__Server__LinearProcessor_BSService__Detail__ReferenceGetterDefaultPointer_BSResource__Server__LinearProcessor___{ 0x0517CCE0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ 0x05389EE0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ChargenMorphService_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ChargenMorphService__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053FC050 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ImGuiEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ImGuiEventHandler___{ 0x05403E00 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__LoadMenuHiddenEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__LoadMenuHiddenEventHandler___{ 0x053DE640 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshEventHandler___{ 0x053E0CA0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ 0x053E6730 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MorphDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MorphDB___{ 0x053FCF60 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__PointCloudEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__PointCloudEventHandler___{ 0x053E8B10 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__RenderGraphEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__RenderGraphEventHandler___{ 0x053E2450 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResetCullingMemoryRequestHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F8860 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ResourceLifecycleJobSite_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ResourceLifecycleJobSite___{ 0x053F4170 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ScaleformEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ScaleformEventHandler___{ 0x053EA5B0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__ShadowManagerEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__ShadowManagerEventHandler___{ 0x053E85A0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarfieldEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarfieldEventHandler___{ 0x053DE9A0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapGravityWavesEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapGravityWavesEventHandler___{ 0x053EA030 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__StarmapOrbitsEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__StarmapOrbitsEventHandler___{ 0x053E8F60 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__SwapChainEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__SwapChainEventHandler___{ 0x053E4A70 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__WindowEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__WindowEventHandler___{ 0x053E3980 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRenderer__Messaging__MessageProcessor_BSService__Detail__ReferenceGetterDefaultPointer_CreationRenderer__Messaging__MessageProcessor__CreationRenderer__Messaging__PipelineGenerationStartedEvent_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_CreationRenderer__CameraEventRequest_CreationRenderer__ResetCullingMemoryRequest_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x053DD470 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_DynamicNavmeshService_BSService__Detail__ReferenceGetterDefaultPointer_DynamicNavmeshService___{ 0x0515F980 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager___{ 0x05162780 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_GenericFrameUpdateOperationsService_BSService__Detail__ReferenceGetterDefaultPointer_GenericFrameUpdateOperationsService___{ 0x0515E010 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_IOManager__SystemTaskService_BSService__Detail__ReferenceGetterDefaultPointer_IOManager__SystemTaskService___{ 0x05383DC0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BD0E0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_LoadScreenRenderingEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_LoadScreenRenderingEventHandler___{ 0x052316D0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticleNodeManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleNodeManager___{ 0x053A2960 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticlePerformanceManager_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticlePerformanceManager___{ 0x053AB7B0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticleSystemManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemManagerImpl___{ 0x053ACCB0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Particles__ParticleSystemStorage_BSService__Detail__ReferenceGetterDefaultPointer_Particles__ParticleSystemStorage___{ 0x053A2F10 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_PathManagerImpl_BSService__Detail__ReferenceGetterDefaultPointer_PathManagerImpl___{ 0x053B0F10 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_PipelineGenerationEventHandler_BSService__Detail__ReferenceGetterDefaultPointer_PipelineGenerationEventHandler___{ 0x052BB4E0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Probe__ReflectionProbeRenderOptions_BSService__Detail__ReferenceGetterDefaultPointer_Probe__ReflectionProbeRenderOptions___{ 0x0538ADA0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_RefrAudioUtils____LoopService_BSService__Detail__ReferenceGetterDefaultPointer_RefrAudioUtils____LoopService___{ 0x05225EE0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_SaveLoadTester__Service_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoadTester__Service___{ 0x052AD8E0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_SaveLoad__CleanupService__Impl_BSService__Detail__ReferenceGetterDefaultPointer_SaveLoad__CleanupService__Impl___{ 0x0522FD30 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_ScalarAnimation_BSService__Detail__ReferenceGetterDefaultPointer_ScalarAnimation___{ 0x053604C0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_Service_BSService__Detail__ReferenceGetterDefaultPointer_Service___{ 0x052036A0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_TESDataHandler_BSService__Detail__ReferenceGetterDefaultPointer_TESDataHandler___{ 0x05182230 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_TESWaterSystem_BSService__Detail__ReferenceGetterDefaultPointer_TESWaterSystem___{ 0x052043D0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_TextureDB__Manager_BSService__Detail__ReferenceGetterDefaultPointer_TextureDB__Manager___{ 0x053CA8C0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_WorkshopEngine__EngineFrame_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopEngine__EngineFrame___{ 0x050B0820 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits_WorkshopLOD__WorkshopLODManager_BSService__Detail__ReferenceGetterDefaultPointer_WorkshopLOD__WorkshopLODManager___{ 0x05356D50 }; inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator___{ 0x05396330 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper___{ 0x0518ED20 }; - inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service___{ 0x052ED1C0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BGSPlanet__Commands__AcquireHandles_{ 0x051A0AC0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BGSPlanet__Commands__ClearHandles_{ 0x051A0E40 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BGSTerrain__ClipUpdatedEvent_{ 0x051C8B30 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentCreated_{ 0x053801A0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentDestroyed_{ 0x05380200 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeAdded_{ 0x05380260 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeRemoved_{ 0x053802C0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__FileUnloaded_{ 0x0538E960 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootAdded_{ 0x05380440 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootRemoved_{ 0x053804A0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectCreated_{ 0x05380320 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectDestroyed_{ 0x05380380 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectFreed_{ 0x053803E0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectLoaded_{ 0x0538E5A0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectModified_{ 0x0538E9C0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectSaved_{ 0x0538EA20 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSResource__Server__Commands__Delete_{ 0x053B1130 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSResource__Server__Commands__NotifyComplete_{ 0x05388800 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSService__Commands__NewFrame_{ 0x0538B120 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction_{ 0x053E4460 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ 0x053E4560 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ 0x053E44E0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ 0x053FB1A0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__CameraEventRequest_{ 0x053DCC40 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ 0x053DCBC0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ 0x053DCD30 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ 0x053DCCB0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x053DC8E0 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__ResetCullingMemoryRequest_{ 0x053DC870 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_LOD__Commands__LoadedSceneBlockAttached_{ 0x05201010 }; - inline constexpr REL::Offset BSService__Detail__TSubscriberTable_LOD__Commands__LodUpdateComplete_{ 0x05200FB0 }; - inline constexpr REL::Offset BSService__ICommand{ 0x0512CE28 }; - inline constexpr REL::Offset BSService__IService{ 0x0512C0A0 }; - inline constexpr REL::Offset BSService__JobSite{ 0x050C5720 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_00ba1be63b80490b7c2efe7b9256167f__IFormComponentFactoryCreator__ReserveControl__{ 0x0516A000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_011afadc0c08867ff9f69dd7b443f3dd__BSComponentDB2__ID_BSCore__NumericID_unsignedintconst_ScannableUtils__InitialScanStatus__{ 0x05227940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_024e49630834acfddd718416e3c512fb__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst____{ 0x0518E3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0309ebe85a5002cc12dcc3bfb59494bd__BSComponentDB2__ID__{ 0x05188F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_032bcb8e56a862130700b669f298bf2b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst__{ 0x0519C5C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03564f78090d214ac494cc28f4886dac__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__unsignedintconst_unsignedint_BSGalaxy__BiomeType__{ 0x0519D500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03d892b0b5e21abbe35fe428ecc36635__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID__{ 0x0516BC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_04139653d0163b270b4314df624b71b1__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MRTextureFileconst_unsignedshort__{ 0x0539C730 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0613d26fee8a35798deb54e5dfa29082__TESForm_BSComponentDB2__ID__{ 0x05226930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_062933ced7bd3c4befa653229e3df9b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0535C550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_08eb6e6b32a53758a749403f1290c3aa__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__TextureReplacementconst_unsignedshort__{ 0x0539CC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0b85aa10fd8f6ec246e9179401828b7d__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitalDataconst__{ 0x05167960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0cd67f925198da7487f7ed1fda196c1e___{ 0x053558E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0dbb41458c39f4ae263a052195128356__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderRouteComponentconst_unsignedshort__{ 0x05390580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_10a1604236e487db68f0b81ea5485070___{ 0x051C3940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_114c7e85189045263e0d2b186da70e91__BSCore__NumericID__{ 0x05182A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_130a65dc6ba5af792d35086707616a06__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__FlowSettingsComponentconst_unsignedshort__{ 0x053933F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1362b8e62090d1fc1e7f6280a504f0f2__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__TextureAddressModeComponentconst_unsignedshort__{ 0x0539D9F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_14bee8b6a33155ecd6c189a8d045624e___{ 0x05226DE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1562c24e67e8ac9d38e7ebc2788f2c05__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterGrimeSettingsComponentconst_unsignedshort__{ 0x05391890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_15846b32f3b47ea05e05ab954ef4a6a0___{ 0x052266E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_16c2a7d44be7b8d6b4265111d92e83e5__BSCore__NumericID_BSCore__NumericID_BSCore__NumericID_BGSPlanetWorldSpace__PersistentIDsconst__{ 0x0515B800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_17025d7428eaa24c7fc678d3cd863624___{ 0x052AAC00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_170b651b7b20ec99aa1084f150b4bece___{ 0x05187560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_181e18a54c955a3458d3883d4b3ca3ba__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0535C710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1896d14b763dd5d108104ae6d152a734___{ 0x05188E20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1b4716c7c027a221561093b3cd4a843e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID__{ 0x052CFB10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1c8817c58a3143f088a97afdae98e127__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__StarmapBodyEffectComponentconst_unsignedshort__{ 0x05391CC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1ebf9bc64ea3d70f8a3560441bb82762__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBrightnessModifier__{ 0x0519C280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fa05858c4e6398a5d98370221408840__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ParamBoolconst_unsignedshort__{ 0x0539D0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fb6988f940db3bc44cdffe850040c32__BSComponentDB2__ID_BSResource__ID__{ 0x0538DCB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fffc88ea9ce11e97e75e556b918a801__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__StarDataconst__{ 0x05169350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_20c8cc01562503d59ea9214cb505d4f3__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Channelconst_unsignedshort__{ 0x0539D330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_21270abe0d16956fcd14d2daa390cc51__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSForces__ReceiverSettings__{ 0x053AD0E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2311a5dcc6e1f688e5531ae021d7a6af___{ 0x051D5290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23350e4dea609692679fecb219e44f90__BSCore__NumericID__{ 0x051CD3D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23993791ff518d80c3881d0df1b5f94a___{ 0x05227B80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2454a8d6c1448e930776cd462506a568___{ 0x0518CEE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2468193575b2d18cd9b5351e2f18c4c7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__GlobalLayerDataComponentconst_unsignedshort__{ 0x05391310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_24fd34c662b6a11296a54e4bb3a7a1ad__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__Colorconst_unsignedshort__{ 0x0539B6A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_281b3cd8caf19e8aa8f7101fcb8954d2__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTArray_BGSBaseLODRuntimeComponent__ResourceInfo_BSTArrayHeapAllocator___{ 0x0515F920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_28c587a77efb1f9fe7370a82c397ca48__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureSetKindComponentconst_unsignedshort__{ 0x0539C120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bba956a2331f27c864ed96d9a192cd3__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__MaterialOverrideColorTypeComponentconst_unsignedshort__{ 0x0539B780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bdd23bbc74cee91b8e6575a939596dd___{ 0x0535E370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2c3c728475de09b2413ad683ae16098a__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__int__{ 0x0516C3D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2db41b920bfca31f74626aba04e86cb9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x051D4E40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3001f6418dfc3f83513235c436d99c1b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetarySystemLocationID__{ 0x0516BFF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3106bf95c5cebaef6bf454905fa6729b___{ 0x051C1BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_31d4da08e97aa0307aed8c51b799bc85__BSComponentDB2__ID_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst__{ 0x0538F9B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_323a9acc54623bb7cf782a9daf8cb473___{ 0x0515B280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3272fbbd15dc8f94e7649f0a8d95c63f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainTintSettingsComponentconst_unsignedshort__{ 0x05393F40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_337642c33fc3adac46bd3f59b2a5907f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterSettingsComponentconst_unsignedshort__{ 0x05390A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_34cc200ed16119e76670963bea50227e__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSSimpleTaggedType_BSGalaxy__Tag__PlanetarySystemTag_unsignedint_0__BSFixedString_NiPoint3_float_float_BSGalaxy__UnusedStarsCSVData__{ 0x05374050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3713e13f864757911f4269e0555234e6__BSComponentDB2__ID_NiPoint3A_NiMatrix3__{ 0x051C4840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3915a5d2fd13d41dd8723c6aee749113__BSComponentDB2__Detail__EdgeKeyconst_float__{ 0x05373AE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_39de43eec78e247fc51d25d0fd8228ea__BSComponentDB2__ID_std__vector_unsignedint_BSTHeapSTLAllocator_unsignedint_2____{ 0x051D3EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3a961eb76cfdf2a79d37c509aa0cbf51__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__AlphaSettingsComponentconst_unsignedshort__{ 0x053926F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bf90d393a02c16673848a202f36302f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__OpacityComponentconst_unsignedshort__{ 0x05390F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bfd3999ed1d801588d51e53d104e45f___{ 0x05373920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c24d59a5ea2f5f4f92367f894330ac8__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BodyType__{ 0x0516BE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c5ac7933b7c866914f2bd7e6a57cca2__BSComponentDB2__ID__{ 0x051EC220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c948c9153d364ec1527943ffe8630b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitedData__{ 0x0519AE00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3d8746f6acd1a3614e2469d52992dd4e__BSComponentDB2__Detail__EdgeKeyconst__{ 0x051C2330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43e4888e07a53225a1a41874988ed208__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort__{ 0x0539C4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43fe5b67d8498fb8c29c77d205f9edd7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBodyType__{ 0x0519CE40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_442be6d48a057613b1ea3845cb046b56__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_0_const__{ 0x0537FC30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_44f3ad81d0f34702baffb33b6578fe35___{ 0x051C4C60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_475d4a17e9a8fe97fa74747c0e03eccf__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetLocationIDs__{ 0x0519C080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_482f09d33b7571e20d4dc8055a180fb3__BSComponentDB2__Detail__EdgeKeyconst__{ 0x0537F800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_48b88048bd7ef043d831f4243824f29b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___{ 0x051EA640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4a4c2dd5b48ea4a0a6220f7d7158f529__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Offsetconst_unsignedshort__{ 0x0539D770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4c45d486445b561bb86551c0c5a30813__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_std__pair_unsignedintconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____2__std__hash_unsignedint__std__equal_to_unsignedint_____{ 0x051D4260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4d32f7f5c57dca8893df4d143127416c___{ 0x0538EBB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4e825187c404c5fa4da02616ea934a7a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EyeSettingsComponentconst_unsignedshort__{ 0x05394B20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4f753b3e29869561664ee810afdd48f5__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0537F3D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5006dac871ca229988186e7008dfb8d5__BSComponentDB2__ID_BSFixedString__{ 0x0516C630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_502f2e7c986729c43414b5722dffea36__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureResolutionSettingconst_unsignedshort__{ 0x0539BF60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_513f17b190c175a8914a950769bead07__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst__{ 0x0519BD50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_51aa911e33a44abc94c2ad3bff0e0fa1__BSComponentDB2__ID__{ 0x051C4B20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_53bdd45325c0f87ac55060fa8504cc2d__BSComponentDB2__ID_BSComponentDB2__ID__{ 0x051C4EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_546d49705a2f97f85331da948a35af88__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge__{ 0x051A18D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5589bbb17acf3ce861145a4ac6198773___{ 0x05226800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_558a100f2e74c42a284498662677d180__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__SatelliteCSVData__{ 0x0516C8C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b27cb3f02d39cd3b340b36a008d136___{ 0x0538DE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b46fae0c296c5a470274e60d9b5555___{ 0x052AA290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_578d24ba2cb842616c6d9f75574297a8___{ 0x051EA5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5984ef721062d2d92419fa491bbaecd9__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ColorChannelTypeComponentconst_unsignedshort__{ 0x0539CE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5a214151508ff36d64927c23d049d260__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSFixedString__{ 0x0519CC60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b1272e35e0b71d6d6a517b727d2e334__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TranslucencySettingsComponentconst_unsignedshort__{ 0x05391040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b43be6c455a2a51dd9a7269a00079ca__BSComponentDB2__ID__{ 0x0518E200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5e6f1c84ec29f06b783a2e3d5441b885__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureReplacementconst_unsignedshort__{ 0x0539C210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5f74793f3c985113f46fd9c78edf8e4b__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EffectSettingsComponentconst_unsignedshort__{ 0x05392F90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6028dcb61e8d4d4fbe89abc92d7b3de5__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x052AAF60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_60c06188ebc976539307cffe32436308__unsignedint__{ 0x051FCE80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6270eeb78a4c4d32304d8d3ad97c65d7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBiomeData__{ 0x0519B5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_62b4346f0c24bc8fbfd3c5a7378bd506__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_1_const__{ 0x0537FE20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_63415c47bfff0a8cf5898c8116f67ff8__BSComponentDB2__ID_BSFixedStringconst_BGSSurface____CTWaterHeightconst__{ 0x051BA1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65260c8358d52b06728fd447f654cb7d__BSComponentDB2__ID__{ 0x051C5C60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65ff5896f4482c7779daecfc75d6d642__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__CTBlockCellHeightGridconst__{ 0x051B94A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6806eb6b7a086dc17aea3a8e43e16735__BSComponentDB2__ID__{ 0x051C3D80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_68c8919b0f256da3787ccd7dc73298a6__BSComponentDB2__Detail__EdgeKeyconst_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ 0x0515AF00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_69fcd12289d1c0130c2033e854561ae0__BSComponentDB2__ID__{ 0x0537F6B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6a283882a9f84026a7a2e679305111b3__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__OverlayPlacement____CTDesignatedInfoconst__{ 0x051B9640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6b9a00fcc6d6d2743f8a3cf5357cdedd__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst____{ 0x0518E600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6c9a772c2a03d6ae596e5fe594078bef__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DecalSettingsComponentconst_unsignedshort__{ 0x05391410 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6cb07038f0b8ebf0f16f9651238ab759__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___{ 0x05162800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6ceeec104a657aff4e60b5006e5dcde0__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderModelComponentconst_unsignedshort__{ 0x053927E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6e28e6b4923083c677d7cc3e43a0a85f___{ 0x052AAE40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fbe52ac6180973612fccec0cd8af28b___{ 0x0535E090 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fc19162fa1fd1cf93171fa2eb48d89d___{ 0x05226CC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_705022d7f02f2c42168e0bcb97f6a0cd__BSComponentDB2__ID__{ 0x051C3620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7124c033e12b1896d6876a72ef6607f0__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint__{ 0x0534F0E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7201bf25bb22e37dc215cfdba08abd03__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0535C8D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_729633654612b72ce2d179658a2da6f1__BSComponentDB2__ID_unsignedintvolatile__{ 0x0519C480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_72b67abf76a37ceafcdee37b91253183__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_unsignedshort__{ 0x05392140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7342b654a14f546307a6e4418aa4f9d2___{ 0x051C45B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_737b6d45870a54f331f4703c340a174d__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_unsignedshort__{ 0x0539B3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_73d21d9a382bbd7be1597312c540ee98___lambda_c50c74ab526301838835417dda164fcd__EffectSequenceComponent__NodeMap__{ 0x05160F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_74f5df9a2711887dfaff1c0039c8629d__BSComponentDB2__Detail__EdgeKeyconst__{ 0x051D1330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b35c59db711d5a882c8904126d5a4f6___{ 0x0517F3D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b4d724c1688d5484b1fa06fe2b80fc8__BSComponentDB2__ID__{ 0x053500E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7c3ec67db782ff6376f5774be894cc44___{ 0x0538DF30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb8944f2eb0e02f5935d500d06f968b__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Scaleconst_unsignedshort__{ 0x0539D4E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e29ea39a39c86a591add8883156add3__unsignedintconst_bool__{ 0x0522EDB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e9ae96d12abae1aed358a503102bf27__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitalData__{ 0x0519B3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7f2a7b1360ae5db27f93c8aa4c98d633___{ 0x0535DA40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8223c3cf9d5b2b41a7c63b901285df60__double_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__{ 0x051C46D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_823ea704ca5b799b4747f8da8d436147___{ 0x051D3120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83153459569c297c33eeb320cac4e10b__BSTPoint4_BSDoublePoint4AOps__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_bool__{ 0x051C43F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83eb88dc785ded7bbdba36eaa69ac717__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__void__{ 0x05374190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8412abbdbc89713f0b56e7af2367dd78___{ 0x051EC560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84a18b7d7011e1e4004599521e7a5a38__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainSettingsComponentconst_unsignedshort__{ 0x05391DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84c8d09383ae2389d797bf13d8f74e50__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayData__{ 0x0519D020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8556c71063c67d4d750c8b90344839b3__BSComponentDB2__ID__{ 0x0518E930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_85b29ddd9f79f4bc3bdb398b991b5996___{ 0x0517C960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_87e34860556d64ffb9adb3fa7d4f7abb___{ 0x052281B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8bc145bf8f5861b69401a34a1f85b58b__BSComponentDB2__Detail__EdgeKeyconst__{ 0x0537F240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ca57b74fb66d60dd1b8c845e5f6514b__BSComponentDB2__ID__{ 0x051EC0F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8da7c32c621f7a949b3983e7c66b3ccc__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EmissiveSettingsComponentconst_unsignedshort__{ 0x05394440 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8db88135c0ebc3a944668231afc5b6fb__BSFixedString_BSComponentDB2__ID_BSComponentDB2__ID__{ 0x051C4D80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ed365dd56fbea48d403b427a71992d6__BSComponentDB2__ID_BSResource__IDconst__{ 0x0537F560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ee449afe10d933a75c65bdc18cda39b__unsignedint_BSResource__IDconst__{ 0x05180370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8fd312ccd6849cff4f0fedfa7efbb27d___{ 0x05228770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90016e3683b25a6d306b5490dd1c2e93__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__PendingDynamicNavmesh__Cause__{ 0x0535CE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90a31e539a999c93c9061f713386fc60___{ 0x052A94D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90ab90acfa51fa1a8368f0c3cccaae41__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint__{ 0x0534EB40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_915a566dc4f5d4b9a729445da5eb56af__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LayeredEdgeFalloffComponentconst_unsignedshort__{ 0x05393110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_91b63ff8eab3d0486e088dbcab3069db__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__BlendModeComponentconst_unsignedshort__{ 0x0539C820 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_923694337caf8fd79a0cb5bedea38e7d___{ 0x05188BD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_928fefcc9614abc0f5f2a8f706945df5__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__{ 0x051C49C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933e8d3a564bcde75d85255555e7df09__BSComponentDB2__ID_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator___{ 0x051CD960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933fc208a16760fa507a05c6f24fc190___{ 0x0516D3A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_94423f29f0eb66a462e2d541467b8953__BSComponentDB2__Detail__EdgeKey__{ 0x0537F8C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_96631490dca5da837baa79b5ed64d0fc__BSComponentDB2__ID_BSResource__ID__{ 0x0517FEF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9bf5bdf8c589690a8285c1ccbd71d14f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterFoamSettingsComponentconst_unsignedshort__{ 0x05393780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9def102c3601235a64afe3514a95cc35__BSComponentDB2__Detail__EdgeKeyconst__{ 0x0537FA20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9e7463508bcffa738ef2719e45537cba__BSComponentDB2__ID_unsignedshort__{ 0x051D6520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9ef77e179b27dd607d7d43e148db77a6__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__PorosityComponentconst_unsignedshort__{ 0x05391220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9effc7eb549bbcf5650fe39691218490__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__VegetationSettingsComponentconst_unsignedshort__{ 0x053923F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a0efdb482ab23625c9bdabf3312e0448___{ 0x0535E2D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a1c370a3199574c60547a2400e442019__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTCellData__{ 0x0519B1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a23e534190d30cec24dca216325d5022___{ 0x05351DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a27c0be5f4b64ddccd8bc50e045d9555__BSComponentDB2__ID_unsignedshort__{ 0x0519C9E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a307ac9bf8de0e10cf6e4dcc7136da63__std__shared_ptr_Particles__SystemDefinition_const_Particles__ResourceUIDconst__{ 0x053A17D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a4160d0b7d721dc9a53813b4e7ad7ec1__BSComponentDB2__Detail__EdgeKeyconst_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ 0x051D2370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a55070d0055f671661c8cb59c00a4cca__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__HairSettingsComponentconst_unsignedshort__{ 0x05394270 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a5c17da87a28e8337eb6dbdfc39eb263__BSComponentDB2__ID_floatconst__{ 0x0515B670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a6db6e8ce2a1b5900590f5d36705dada__BSComponentDB2__Detail__EdgeKeyconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___unsignedintconst__{ 0x051D66F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a90056ac78118b4f962495d8ad4dff6a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LevelOfDetailSettingsconst_unsignedshort__{ 0x05392B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9b074fbf6ecab7777043b15e2adb86a__BGSPlanet__PlanetData_unsignedintvolatile__{ 0x0519C890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9ba8d35507820d87d57fd5f5da57326__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_unsignedshort__{ 0x0539BE60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aa23ec344a9fbf4942aec303b0f38331___{ 0x051C40B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ad6e5d2ece4e6b37713d729681709823__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereData__{ 0x051CB6A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aeffd6290e08a1be9b71be2baf659d15___{ 0x05351CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b18c764913ecad9185e6e23e92b76bc0__BSComponentDB2__ID__{ 0x051E3960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b34b6df8a3de1133a3da714f35823476__BSComponentDB2__ID__{ 0x051C5D10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b3ac54931aaa7f40a402345d93c310e4__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereModifier__{ 0x0519B970 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b56427495ae236b8ffe56fb1f90025fd__BSComponentDB2__ID_SpaceshipTemplate__{ 0x05350510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b5706dd53a2446d78825e4eacb437591__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0515B0C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b68f38074d453efcc32328053bbcf019__BSComponentDB2__ID_unsignedshort__{ 0x0534F550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b80a7800756621c121abb58039be6a69__BSComponentDB2__Memory__ComponentHandle_1_const__{ 0x0518E7E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b81d3f7ade5fe01bb7ae84f235bc5b4c__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__UnusedGalaxyCSVData__{ 0x0519AFE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_baf8eabb78e3a4d88cd75fb4c0cb3f26__BSComponentDB2__ID_unsignedshort__{ 0x051D1490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bcd0958d71d702a53c76c4dc38e67f73__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x052AA4E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_be1db6df11b94ebf79307cf2dd8c85af___{ 0x0538DC10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf096e3fbdedb7e0099f54a9e833a69c__BSComponentDB2__ID_BSComponentDB2__ID__{ 0x052A6950 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf4121c593a271462c9bc66003123e75__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHintconst__{ 0x0534EF50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf5dcbafe5debd663425b154685c6f62___{ 0x05227820 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf67003c10db0ae0799a21d7d69a2ec7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__MouthSettingsComponentconst_unsignedshort__{ 0x05393300 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0ba88bc81ce3f3f3c92cfa1668386f1__BGSPerk_unsigned__int64__{ 0x051E7490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0f5994d28403811cf2be55a55199742__unsignedint__{ 0x05190C20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1e567e18ce5c2a0940481ac92356f1d__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__UVStreamParamBoolconst_unsignedshort__{ 0x0539D5C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c31361456e1310fdc438cea778582499___{ 0x052ADB50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c37e7551942d910897df90ba09d50d55__BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x052AA9F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c3a137ad0882de34ef84e21c0cab422e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge__{ 0x0519B780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5af119924c2d27621b0c71db98f7c0f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x051C41D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5fac3512970304ce8955e806e5aa76c__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x051E3070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c84284bf76481ddbb3caa85206dc654f__BSComponentDB2__ID__{ 0x05226A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c911e532a7a6991fe2797c7bf565e3e1__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ColorRemapSettingsComponentconst_unsignedshort__{ 0x05392DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9c85547f5eb6fa11b04b67e76b9d9af__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitedDataconst__{ 0x05167D40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9df8477addd9778235ff72be1979810__BSComponentDB2__ID_BSTArray_BGSLoadFormData_BSTArrayHeapAllocator__std__vector_BSTSmartPointer_TESForm_TESFormExternalPolicy__BSTHeapSTLAllocator_BSTSmartPointer_TESForm_TESFormExternalPolicy__2____{ 0x051D3BD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cc3595e049fa6c743afc13dd506f1e00__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__DynamicData__{ 0x0519BB70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ccf8fc95735998dcf3fdcd8e65916474__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort__{ 0x0539D180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cde5b0c0f8919ad51fe46615c834338d___{ 0x05188D00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ce5155e8fd6abaf415bf05ac246021ad___{ 0x051D3610 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cf2acf07672103e8c3d25d0d1312778d__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__CollisionComponentconst_unsignedshort__{ 0x05391B40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d0ae1d05cfd8943448ff8fbaf109e770__BSComponentDB2__Memory__ComponentHandle_1_const__{ 0x0518EA90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d14accb1762c0641c77e80f7ae06c625___{ 0x053A1530 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d36966b1960e7f8b5b64a7c05ef8111e__BSComponentDB2__ID__{ 0x051D3A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d71acbe8d588db85e1b22c43cf84837b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeDataconst__{ 0x0519BEF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d7ff5a56c388db97c5d580c28c4c6149__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BGSStar__{ 0x0516C1F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d92ea4f09b0ec6bcc29e864bb91488b5___{ 0x0517E9D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dc878a6b48656b553ef82d9f503ef014___{ 0x052A9770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dd0fa8a8319b6ae528ac53924b91efb2__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort__{ 0x05391500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dfb4ed9fdfbbc69a7f366a11bc9e7230___{ 0x0538FCE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dff3c7354039ad0fa4f4c4de7e64775d__BSComponentDB2__ID_BSTSmartPointer_TESForm_TESFormPolicy_const_BGSGenericBaseForm__{ 0x05350350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e2116a4ef55136d23dd5b42579c35f3e___{ 0x051E3CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e27d74cc0418ae2ff7f245228c362faa___{ 0x051E3830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e5b16867ea606e7b2476ed212c239991__BSComponentDB2__ID_unsignedshort__{ 0x0519CB20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e62da2059af5db5c342cde0b6609067f___{ 0x052271F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e7ea5770bddc1582e42cf6396cb936f9___{ 0x051D21D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e81a99f17ddc46065edde917804d3110__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x051E3540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e8afdd2893ef6260dc7354452f59be1e__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSCore__NumericID_BSCore__NumericID_BSTHeapSTLAllocator_std__pair_BSCore__NumericIDconst_BSCore__NumericID__2__std__hash_BSCore__NumericID__std__equal_to_BSCore__NumericID_____{ 0x0534F850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_eb7e5b6e1dbd2c42282fa3d960c2c22d__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort__{ 0x0539BB10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ec96037093a4eed9c8b6b559ac7f06c7__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__PatternPlacement____CTBlockHeightAdjustmentconst__{ 0x051B9B20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed03a30ecfafafd4841dd83f17e0c0c9___{ 0x052A92C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed1860e4f1c0285962af7667c97f6e95__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeData__{ 0x0519D1C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed9950422ab61b063814876cee7444fe___{ 0x0538E0B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef3f222a620b9526a2546d68c603513f___{ 0x05226BA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef4b6431c85b61fb42b91929a3b01f14__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__FlipbookComponentconst_unsignedshort__{ 0x0539BBF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f0285a6b60f01a2577ccbc4ffd49877a__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_unsignedshort__{ 0x0539B5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f069d14a826c56fdc732784bfc9f4451__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DistortionComponentconst_unsignedshort__{ 0x05393910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f35b7c6091254d1a457b9a8bf025a71c___lambda_f939eef7aa5e251f856fea03ff24e25c__BSSimpleTaggedType_EffectSequence__PlayerTag_unsignedint_0___{ 0x05160D90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f53c13d7bd5bf661b56dd4014272f17a__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x052AA7A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f55e229c852f58f26241e90e3cf780de__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_unsignedshort__{ 0x05390710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6a8e17636cb3c5dc1336f7bfd3c4606___{ 0x0535E1B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6e8ed7443ef77f132ade09dafa9eb01__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__NiPoint3__{ 0x0516C6F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f9cd7b5c38b97c47912fc03aca59a12c__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MRTextureFileconst_unsignedshort__{ 0x0539C9E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd4f5645fda88104f597e31a23aa5287__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DetailBlenderSettingsComponentconst_unsignedshort__{ 0x05394040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd7c5133638da0b899a525c4912a81c0__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSFixedString_BSFixedString_BSGalaxy__CTCellData_BSGalaxy__OrbitedData_BSGalaxy__OrbitalData_BSGalaxy__SatelliteCSVData_BSGalaxy__UnusedGalaxyCSVData_BSGalaxy__CTAtmosphereModifier_BSGalaxy__DynamicData_BSGalaxy__CTBiomeData_BSComponentDB2__ID_BSGalaxy__StarSystemCsvColumn_unsignedint_BSGalaxy__CTBodyType__{ 0x05373D50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fe2e6f7cb4bf187b645c5b08d629c500___{ 0x052CFA70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_bool__BSComponentDB2__ID_BSComponentDB2__ID_bool__{ 0x0538EC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_BSComponentDB2__ID__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSComponentDB2__IDconst__{ 0x0516B1B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const__{ 0x0516AAE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__{ 0x051C3350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst__{ 0x0516CE70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__ID_BSComponentDB2__ID__{ 0x0516D4C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__ID__{ 0x0516D260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__IDconst__{ 0x051C2EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__{ 0x05187600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__{ 0x05169650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID__BSComponentDB2__ID__{ 0x0516A180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_charconst__BSComponentDB2__ID_BSFixedString__{ 0x0516D800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const__{ 0x0518B410 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___{ 0x0518B9D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__ID__{ 0x051CD510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__IDconst__{ 0x051D71C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericIDconst_BSResource__IDconst__{ 0x051E2AB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID__BSCore__NumericID__{ 0x05180010 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___{ 0x0516A9E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__ReadAndUpdateInterface_BSComponentDB2__ID__BSComponentDB2__ID__{ 0x0519C760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_088f001f29e62fc709abe21f83ea75bf___{ 0x05402F00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0c320f36fb7fc7f350060281711b6dcc___{ 0x05221030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_121e21e1e9d125117e719645e442eba0__CrowdActorInfo__{ 0x05220560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_161d4339828782a392367bbf9931ce88___{ 0x053F5AF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1d2c540075df577eca3aa8de0befd2a5___{ 0x053EFFA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_353d25ac855fc8cf470cdb1fa528eefa___{ 0x053EE940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_38ef3220ea0011ad5f4d8cb09de6c89c___{ 0x052CFD50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_43cb70392b6e24696f132754a441c23c___{ 0x053F2260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4780ab4ef099944e36451f70a2c87d61__TESForm__{ 0x05180510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4d7a74fe113004069e8f8aa41628d823___{ 0x05402DE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_52ea3f0ce40a198958f8f9292ab5123e__intconst___m128const_BSTPoint2_int_BSTPointDefaultOps_int___unsignedshortconst_unsignedshortconst_unsignedshortconst_unsignedshort__{ 0x051C8350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_56d884e3775d9d6bddede903933c8160___{ 0x05220E10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_5855e61dc871e8ef7c31605a8f3bc71e___{ 0x053EFCD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_73f78bea8c69019bbbbaaadb040c86f4___{ 0x05220C50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_818525b1695da88692502b46c145e774___{ 0x053F2140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_888592e0535faa29e3c7210ec0774b1d__TESObjectREFR__{ 0x0535D770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_8a0bc3e197a16b97283f260355953abf__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152_const__{ 0x052CC750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_988e7c4d55b3a7ea0ee10d5ed9ff865e___{ 0x053F62F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_99ba775dbc162d7d214b840658849b14___{ 0x05220810 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9ad5d3990b74ff05eae644e3fae7f5b7___{ 0x05189540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a56787d903b353bfbb3c75bbde3c45fd__hkTask_int__{ 0x05374650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a6eaa142a8610e6612db23988c5f9b9d___{ 0x051D3470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ac2e311eb5a1b5192b0a3c137c6ee561___{ 0x053F5C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ae84b65a6d4a04c179af5a7a12c59e3f___{ 0x05221150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_af1cfd7815fd339fb92f5cddf38289c0__Actor__{ 0x052B9CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_b33c5f78f2415a2116cfdfb97771966c__hkTask_int___bhkTaskSchedule__ExecutionContext__{ 0x05374B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c390c78bee5b7e1ced577a1ffdeee7f0___{ 0x053EE820 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c8b5e19d2cdb34f42b2217824c2c435c___{ 0x051C7A30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_df1c9297a753126691cecba02443496c___{ 0x053B42B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ec1e4206da538544273932b65c5abef7__BSSimpleTaggedType_Blueprints__BlueprintIdentifierTag_unsignedint_4294967295_const_TESObjectREFR__{ 0x05188400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ed6a3ebc1da311605bcc7a3fb95ab7d8__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__TESNPC_unsignedint__{ 0x052208B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_f15b185c11f96f63ea0a4e5eb59f55d3___{ 0x051895E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount__unsignedint_BGSSpatialGraphCellGrid_BGSSpatialGraphObstacleMapconst_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16__const__BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount_const_unsignedint_BGSSpatialGraphCellGridconst_BGSSpatialGraphObstacleMap_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16____{ 0x05196760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___float_NiPointer_BSTempEffect___float_NiPointer_BSTempEffect___{ 0x052D1CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_BGSBaseLODBlock__AsyncAttachJob_void__{ 0x0515F090 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_BSJobs2__Detail__TWhileJob__lambda_1c3bfbf7fb74499cbb80b7d46fcc49fd___void__{ 0x05403420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0002d342d4b96ed14f514008f14570c1__void__{ 0x053FA570 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_006b35553229add112942d17ed32bb42___{ 0x051A4DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_008ea879cedd7a46a8a49983993e57e0__void__{ 0x05293470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_00be030d91abda501b40f19a399e9670__void__{ 0x0525C0D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_00d52b2856f41d6da386631d20e5fe03__void__{ 0x053E75A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_00e2d70e07a75ffb4a9550258db25642__void__{ 0x0538DB30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01062a76feb931c8a06c8d3f4cbc7774__void__{ 0x052523E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01186127f86f046a5fcf380388afc741__void__{ 0x05230110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0127f337cadb519da5469c7309bd879d__void__{ 0x051C8180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_018e17b8c62bcc393050b5b3397742d2__BGSTerrain__ClipUpdatedEvent__{ 0x05200200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01d98982c37fa7ae029664f475612abb__BSResource__Server__Commands__AddDependency__{ 0x051E89E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01dfa8bf516424b0dda88f5429247ce7__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler___{ 0x052B98E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01f90e54009a80a8061050f13c8fa57f__void__{ 0x0525D120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_02219d7de4e7a51e8a853f1c298cdd2e__void__{ 0x05236DF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0225edb602894d96a65c3c1bdd96604e__void__{ 0x051D7D20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0246088df01a9e07219ed24fc8ba8f93__void__{ 0x05234200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0266f4fecfc2e8170c2ca291fc546ce4__void__{ 0x05253BD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0273e6452e98badf11b7178730088a42__void__{ 0x05253CB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0280741a07e3abcac360d5bbe91543b5__void__{ 0x0527F820 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_02d5dca3a0c95ccff60dd921dd71f729__void__{ 0x052C9B50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_02ec2101ebb94be332c6bd36ab93b693__void__{ 0x052862F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_030ca5c62d41b0de72e0c17b7630bf41__void__{ 0x05327C30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0321d4b42b7a6f99a866cdee2951a820__void__{ 0x053B3A20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_034dfa4d5e97d71c1bac340e699d3d85__void__{ 0x053EC7A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_035ca4d135ab12d1ada395740d09ae1b__CreationRendererPrivate__SetPointParams__{ 0x053E7CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0362ce151de36dc19c3b9e0b065e428f___{ 0x053ACD20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_03a8632d7a9099fcd05af7a34fdfc31a__void__{ 0x053EEBA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_03c7a44cfe63f654f076dacdfb834679__BSResource__Server__Commands__Pause__{ 0x053C65A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_03e39a4e5bc7955ee600125c3c8414bd__void__{ 0x052986C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_041073601cf9f78b6a0541c88dd4c120__void__{ 0x0526BD30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0416055efafe3f589688876268cbf923__BSResource__Server__Commands__AddDependency__{ 0x05382F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_044c6458e6cb5693642c4b3cac1fff04__void__{ 0x05359ED0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_047defe610e1e29e448903298b1a0364__void__{ 0x051756C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_04a1a979d9da72e0f8ac2e26edf99dd1__void__{ 0x05280460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_05002bcd6b960295934060162e02232f__BSResource__Server__NodeBase__{ 0x053B9CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_053294228c3a26bab0e61f36d24bf6a6__void__{ 0x0527AD20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0538a2af10287591a9c6e825dd61a26d___{ 0x051A3280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0538e52b7cdb5c41874d3cad4c0683bd__void__{ 0x05297B90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_056c00754ea9d9c6ca1e8e89751e4a28__void__{ 0x0516E000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_059ea08971f1939e6f19fd254d9e0c82__void__{ 0x0523EBD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06067c6a6308b41d78759709e112b836__void__{ 0x05276210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06151f381a3a19a53c97f994077d69aa__void__{ 0x05268230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06167b3f0a5ba8433b063b6afbf04f97__Particles__PSM__Commands__StopParticleSystem__{ 0x053AA360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06172112a25e26480a5f9c508ac18f22__Particles__PPM__Commands__StartQueuedSystem__{ 0x053AB0F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06a711be13e37f10943499bf203dfad0__void__{ 0x052C2A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06ce8beed408a87c8d1eaa7376977972__void__{ 0x052BFFE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06e1d095500aa82f8ac3a971cfa34d57__void__{ 0x053E0A60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07020fe3b056cff41277528905bc00a4__void__{ 0x05276830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_075888cf0a2530e474cd201dea947988__void__{ 0x053B3BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07651cf617a1bda461beb97e5235a353__void__{ 0x05171560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_077387c3297a9010e77cd35d075067ff__void__{ 0x052C5200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07a3b48c41a24d7c285e8cb5ef1cdf60__void__{ 0x053F09A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07e365911eee35c5b736e798821d6271__void__{ 0x05159780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_082360f606088c4ab0076fd3f12c2ff3__void__{ 0x052BFE20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_082d842b52704dfe6aab31c72b0894cc__RefrAudioUtils____LoopService__RemoveMsg__{ 0x05224FA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_083725449ce9e0d3c679208d63e53e92___{ 0x051A9AC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_086fbda4eebb50c6f4df48f1f6fe6d27__CreationRendererPrivate__SetStarmapGravityWavesParentGeometry__{ 0x053E9250 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_090d3c8373da10997c2f4bd4c97b520d__void__{ 0x0522C920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0926f4cfa9ad1d828a3f411e7fc4f6f1__void__{ 0x0524BE80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_098e9d41120d9c69ef301914fec63ba8__void__{ 0x05326EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_098ef4189a0a8f223c8fbc61d99829b1__void__{ 0x053C9C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_09933e7059ef7be535739391db262532__void__{ 0x052C0750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_099436210363735fad6683050ece6576__void__{ 0x05241070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0a24dd329f14ebaba8e0207148047ef0__void__{ 0x05252B40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0a26b129176452b06fb33fbd5234ddc8__void__{ 0x0517B410 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0a386d64f9dd36883ee283d505f82adc__void__{ 0x0516DF20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0aeca5285554a78219ade45aa9bb9db0__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetText__{ 0x053EA2A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0aece35f7823386b115b82deaaafbf7e__void__{ 0x0522CC40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0af826300f7c12bb0b61405a607ed24c__void__{ 0x052BB170 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b1190f9854567a76c31e15f706198e1___{ 0x05395B80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b1d03580f6f0a5a6a5dfd19b320d7f7__Particles__PNM__Commands__EnqueueBinding__{ 0x053A2230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b3f977e5810541ada5b8e7123e4a876__BSComponentDB2__ObjectSaved__{ 0x0538D3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b4a97e3db7f91472675e74f4146eabd__BSComponentDB2__ID__{ 0x05380010 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b915127af726732471628b2a4d7b3da__void__{ 0x053F64D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ba77fc2a44489b0e7a2852b10d3be19__void__{ 0x052C3890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0bb808731178bb759388c92baaba2060__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler___{ 0x052B9770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0bc199359560e6382a0563b4dbd09d32___{ 0x051A51A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0bd4acb67198cdf73ba29134d580c17e__void__{ 0x0518D680 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c03c7330473892ba670105402efef07__CreationRendererPrivate__Messaging__SwapChain__Destroy__{ 0x053E3000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c232cc3ac8cae764e7ee93ff79e28ac___{ 0x051D48B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c247aedd97c7f96423e3ddd7608ea80__void__{ 0x053EED60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c5c5ef7fbcb29a5b5314c3ff1271579__void__{ 0x0529FF00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ca6e154e41dec5dfc62308ecc694acc__void__{ 0x052430A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ceb036298b31f1cc45ef9ae0ecd5899__BSService__Commands__NewFrame__{ 0x053954A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d04e56f01adcfd3745eabdda36cb421___{ 0x052D2B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d1fcf20e5825226f909acf6b1390c30__void__{ 0x053EAEF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d4cbf7d6729c86f736a3e1e92ecb42a__void__{ 0x0524D060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d654b3629054275bae9908f7c2ed8e8___{ 0x051A37B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d65ab9a2dae1c47a0c901cc9738cbfb__void__{ 0x053B3E80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d72e0efc6f9dfc450d41f8a52bc48a4__void__{ 0x052CB6D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d853000097131e6d146d893dc35aecb__void__{ 0x053EF950 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dbaf398f5b9d27b21806968b4ae0a0d__void__{ 0x0527FD60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dc34ffbd9ed8987595dd2f80dd80831__void__{ 0x05327D10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dc569d6a102c629c04acc1adc57134f__void__{ 0x0522CAE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0de734acc79b148e560b62cc3735c689__void__{ 0x05286C40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0df8d91b739f126dd281888ca88fd83b__void__{ 0x05255AB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dfaf3731b1bf4b2144f7c7c60ca1e32__void__{ 0x0528B100 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0e23ddf5c97dad2ca2be7aa659d41b86__void__{ 0x05172980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0eca9001df7c3082040737b67b4ebc52__void__{ 0x053F9400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ee8949bcb7a260edba29f32c4bdcef0__void__{ 0x0525DF90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0f5f2e25683ee595dc5bf3b34e438e92__CreationRendererPrivate__Messaging__Window__UpdateWindowPresentMode__{ 0x053E3810 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0f6276adeb6b449032d2cb25a08fa625__void__{ 0x052734B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0f8ae27cc7094103481a2f39fb7a66c7__void__{ 0x05262E50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0fbe08cb3daaac324ee9bcdc03634431__void__{ 0x053EAB70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_101e42f2b95b49532b1b539f3585e9fc__void__{ 0x052C3970 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_105653bf31127f1824054cb0a4211f8f__void__{ 0x05243FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_109fc17ea66b9ba70691fd95452275bf__void__{ 0x0526EC00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_10aa7a4f760f1ed964fcfc2b5994be30___{ 0x053EFDF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_10c92ab2e647158c6768592162d88cda__void__{ 0x053C7080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_11319c8b1ca1d5124ce8a3cdeb847a3f__BSService__Detail__PointerWrapper_BSComponentDB2__StorageService___{ 0x0538CF50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1179c0d39af89e3c5612f8c3062153d6__SaveLoadTester__Service__DecrementBusy__{ 0x052ACDC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_117f4ead7583bfb71b48a89a154b3482__IOManager__SystemTaskService__RemoveCmd__{ 0x053822B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1181752b037322e77a0e38ec51afb85a___{ 0x051A6450 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_11c34d3eb78eee830c941a9ee33a851c__void__{ 0x0517D7F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_11ff52985ad0c88221edd6e56ac529e2__void__{ 0x052390E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1229d031d6d615b2231ac98f9b761d74__void__{ 0x053270A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_12ea3b324529d891495a3fb3b027c94a__void__{ 0x05158C90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_12fc22b079915411b6b2b4038a6bd8ea__void__{ 0x0525E150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_130b93c9a97d09ae0d297c51cc4d5464___{ 0x051AA380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1318b714b24fa2e2710a529d6ef141d7__void__{ 0x0525CC90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_131c4870fa33d302c588e56f37ef938b__std__reference_wrapper_BGSSaveLoadManager__int_unsignedint__{ 0x052ABC10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_132e6cc06120f2d25c5799f59603526a__void__{ 0x0524DBC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1345bc85d9ab2e9177e72cad4fde7a60__void__{ 0x05295CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_137aa706401a96efeb8af0f5153e8326__void__{ 0x052C3350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13bc4b69b9bb200ce8639726ff52dd1b___{ 0x0535CA20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13ddb005de572f8b0cf5d5b4f31fdf39___{ 0x051A7190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13f2f1fdc9b77224a1f3ab99e3e8b208__CreationRendererPrivate__LoadMenuHidden__{ 0x053DD430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13fb5261bf961ea5ffe8bc99d857d9b6__void__{ 0x053EA9B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14348470d6afd06ac22201fb09357cdb__void__{ 0x053B34E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14563e1568e6d890487357d5b6106ffe__CreationRendererPrivate__LODList__{ 0x053DE050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_148af1c827fe4f82fd6d721558747331__void__{ 0x05248120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_148e3dc5c753e0b63b8179444d7afbb6__BSService__Detail__PointerWrapper_Probe__ReflectionProbeRenderOptions___{ 0x05389D70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1496e3e7f62e55e5720030c5fcf78308__void__{ 0x0522C760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14b0426f32aa02f9a0be1973dd3e6d56__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___{ 0x052B2D10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14c624d060d53f090d9f6653c9d8716b___{ 0x05204480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14c7ea9486cedf1533fcee4c4a4cb042__ScalarAnimation__ScalarAnimUpdateCommand__{ 0x05360740 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1511d67fd91bdd9800c7fb8a0a547ac1__void__{ 0x052370F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1522e0518122fe3f79c62fd4d69b2778__void__{ 0x05285F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_15752006373b974af772fdae01c31b35__void__{ 0x05243120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1598874d1cd6ead728b5e1c399f11e89__void__{ 0x05278540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_15a1128b214ce479bf0e0588a2044d9c___{ 0x051A4700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_15f8a0d100daba78b43c303c535a539a__void__{ 0x0522DD80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16376a5022f79a83df3926f4fe3cbc2c__void__{ 0x0524CEA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_163fcfaddf6445222d83c6b71f5c80db__void__{ 0x05280540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_167e29f857ddfc90e0beaaf2362a76d6__BSService__Commands__NewFrame__{ 0x05160290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1688a60e1b2106b578044f4af2f0cecd__void__{ 0x0523A550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_168dd5f9379d2fd02919c4b287afeb1a__void__{ 0x052488C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16db958dc41d0c66db77acdf4c42d6c1__WorkshopEngine__ItemCombatChangedEvent__{ 0x05358890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16e8324d5b2572cd72b95b4d7c867a5e__void__{ 0x052C4E00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16facd21a3bcaf5be30d78eb396b183a__WorkshopEngine__UntrackItemEvent__{ 0x053589B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1716f236caebbc81bde29df41b7139a1__CreationRenderer__Messaging__PipelineGenerationFinishedEvent__{ 0x052B8DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_17396a94c1804093cbb9a3a845c807be__void__{ 0x05194840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_174819bdc7f0499d3672b9449c10f91f__void__{ 0x053283B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1774627e001018ae78f7afb113d3fa44__void__{ 0x05273B10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_17ac7ba69e78afaed49e645089406ab4__void__{ 0x0529AC30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1806fb42aa1c1e9e52bcea8a68aaa87e__void__{ 0x05269740 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_180c459f37941f35f0a93ec666eb98b9__Particles__PNM__Commands__StopParticleSystem__{ 0x053A1FB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_187988143b9bf44be919f8d51b1b1b63__void__{ 0x0526BC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_18ccbf1e684f7cd76a882ba490e89fd2__void__{ 0x0524AF40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1906ed046289e1d0042657dc28968e4a__void__{ 0x05172F80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_192783d943e5fbb89cb58be942406117__void__{ 0x051C4030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_195aee6d74b2ceea27f36692e3ab6252__void__{ 0x0524D380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1962c06bc59384d568710cc2132f3df6__void__{ 0x052399B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_196ef92acd8272c26ca673793b2c5b71__void__{ 0x052695C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_19871f07c1e548a013d0d1cf87089b3b__void__{ 0x05329840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_19c1ea0f7ac173ff0297db34f047c51d__void__{ 0x052CCBC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_19c5f57862c11ce255b5d3fbf38bef09__void__{ 0x0525DC10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1a6202670b68012c2043fa70909db9fc__BSService__Commands__NewFrame__{ 0x0538A560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1aa7972c397c239d8c334fcca51f809b__CreationRenderer__ResetCullingMemoryRequest__{ 0x053F76C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1aab385b1d2c973b43db622647dd6935__void__{ 0x05274930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ad6aa892d305598e3aa071fb6978ce9__CreationRendererPrivate__Messaging__RenderGraph__RecompileAllRenderGraphsParams__{ 0x053E1190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1adcc7f72816988180f229dcae97a055__void__{ 0x0525DCF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b1de50a30aecd9038df8bec83bce1d1__void__{ 0x0523CF00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b2eff87bafecc7bbc43ce302fdee705__CreationRendererPrivate__SetStarmapOrbitsColor__{ 0x053E7DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b6954ed9f9f23860fc5a5777dbda38f__void__{ 0x0527AFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b7586faf3d45a3ccdbe562c615deea8__void__{ 0x05267060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1be396980ac749ad6a75b7528955df49__void__{ 0x05264FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1bf2a8d41dba84ffc96c5d4aafbdf0cc__void__{ 0x0527AEE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1bf785c93d8ad6d842d65a8bfb1aea2b__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053BADB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1bf7c3047063bf194f956149815127bf__void__{ 0x05263E80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1c7ff35eeeec7cd1d9a2e5a0c39e495c___{ 0x051A9950 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ca4b4e540219e4d456f628473c4e71f__void__{ 0x0524D680 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1cd72100737beba0d7eee0f960aa704f__void__{ 0x05293630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1cef33996a1d8a4b6f46f83edca7a90a__void__{ 0x053F05C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d3a5baa8cddc84b09fe4ae5914ac8d3__void__{ 0x0525DDD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d5383e98b8e712f89a1b74bef1f4521__void__{ 0x05292520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d753404f33e1c7059e9e66b1fb8cb9f__void__{ 0x052C5960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d77491fa8d966c53ee8db9ca8d7257f__void__{ 0x052372B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1dc94482c6a0eeb04309cec409833161__void__{ 0x052CB5F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1dca1393cf167ec33c942351d43db67d__Particles__PNM__Commands__RemoveDeadSystem__{ 0x053A20F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1dcd6055c087c81e7b34ff0e9b242b7b__void__{ 0x05159940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1e3b3b65e4deb17ca33e10e3fc7a4114__void__{ 0x05274850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1e896bca42e806ceb24ab1b15b5b3465____Service__AddMsg__{ 0x052ECD40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1e9994414b30943f97930cd97387f08f__void__{ 0x053EAFD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ed8251b1a65468a26281b769d4cce60__BSTextureStreamer__Command__Cancel__{ 0x05389050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ee85f381440a2d09017dd8965db720f__void__{ 0x0525C660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ee934e5d6c8ce4a9aa5155f812e5e98__CreationRendererPrivate__MeshDB__CreateSubMeshParams__{ 0x053DEAC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1f3aad7b634a2fd4477eeee64a63e161__void__{ 0x052C2C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1f7e28043a2aff61a071f26e42547073__void__{ 0x052C3F10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1f92a890228578814c2c2a03e8cac3ef__void__{ 0x0525F4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1fada1a49a815c74778c622ce536d0dd__BSResource__Server__Commands__NotifyComplete__{ 0x053BA260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1fe0fdf7c71e3cc627f4ec4b8dbb2309__void__{ 0x053C7EA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1fe4aa3c08afa23c78527d1835dc5bc4__BSResource__Server__Commands__Resume__{ 0x05381DE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1feb0118ea67ec51efc7b906b04c6a3e__void__{ 0x0526BEF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ff618fa23044ab7190c611f0f4f4a1e__void__{ 0x05220170 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_20023bd8b6f0cc86e939f7a6507b6df7__void__{ 0x05173300 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_201c402df48895b5d2432b3397e6e6c5__void__{ 0x05275E90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_204d98801082d89c3b86c75e5bef4268__void__{ 0x05238980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_20afe879793f75ebbf8aa6155055e332__void__{ 0x0524B1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_20bfcf6d2c3feba821c8319e746716c3__void__{ 0x0532CF50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2101e137058c8cce639a34b3fcbc6124__void__{ 0x05290C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_210b3ef41dd8983da70cc07a3e0846ea__void__{ 0x051726E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_214560b10e1922061b3c3abcc0263e5c__void__{ 0x053B3400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_214d8b93d89e60d3f194e52945fc3122__void__{ 0x05274A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_214f86d7d02876439242e1db06abfd20__unsigned__int64__{ 0x05200060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_217a1984d7aaaa76424c490d99ccd0b6__Particles__PPM__Commands__RemoveRequest__{ 0x053AB230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_217e4d66bceb166c823cda642795bd7b__DynamicNavmeshService__DynamicNavMeshTaskCellRemapEvent__{ 0x0515DD50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_21920c043a7f059388cb9b1da8931b1a__RefrAudioUtils____LoopService__AddMsg__{ 0x05224E60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2270a8b534503d70aacdbbbb48eacacd__void__{ 0x05251060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_229923dcb46d68329aed5eaced3ec2f7__void__{ 0x053F9480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_229a4e5fa9fd41ffec4f972c3da0e404__void__{ 0x0522A4B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_22e4dedf066ee308e8be98a91a05dbec__void__{ 0x05159540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_234872c1c6e19f2c77dd5b652a057831__void__{ 0x052A3CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_23603fe60d9bab333a86c7a4ac80c3a8__void__{ 0x05158AD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_238f1eb7519d3ce6fc27db751464dd8d__void__{ 0x052C3D50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_23d36ce9f8728bffa7fd0b2dc1f5cb94__void__{ 0x05240C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_23f8832b83fb9f72c657df18958f6306__void__{ 0x05253850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_241d9a5d50febfb6ba04ca41e3729407___{ 0x051A56F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_245174f9a20ac7a3035baa291be1395e__void__{ 0x05327DF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2469a73507db0616d79345f7c36d5c54__void__{ 0x05191A80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2471eaefa834ee6d158acd34cfdc233f__void__{ 0x0527B0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_248e50f5c99809b58798f5db794286b6__void__{ 0x052A04A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24acdea64849368114ea9d6e94cd1c50__void__{ 0x053DD110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24d44cabdf8c29ab5103a04e26075df4__void__{ 0x05249DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24d90fff4870664f7b3e985575b6e466__void__{ 0x0525D040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24f6ac36d7533ec682c0a282888c8485__void__{ 0x05176110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_250bbddfc101d1d4fc16e1a08c21486d__void__{ 0x052C1A90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25212b87a08400f446ec297e12f0a767__void__{ 0x052313C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2537dce064a73719c824d45ae5bee846__void__{ 0x05194760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25401afe9d43f2f824a6bd37f2bc34d2__void__{ 0x053C7F80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_254b770459995ece89a8f6627dfb5efb__void__{ 0x052C40D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_254bac1666edeb9dbb6cb08e2b8368e2__void__{ 0x052C1710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_255aea7f51319bdf47a5203f2d8eafb9__void__{ 0x05268070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2571bfd25a7211020a5b76748ce9963e__void__{ 0x051C5A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25945263975cb57845c6a4bb285efe7e__void__{ 0x0528B540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25b10d4ae2248b8cfab1104251ddffad__void__{ 0x0522FF50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25bf931fc0da606f9cb153f21c2acf21__void__{ 0x0525FAE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25fd4484c9f270c6cddcb4c3b8a1e1dc__void__{ 0x05177F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_261e62996e5289c528fa08224fb8f4c1___{ 0x051A6F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_265c9c2cc28dea70b44738922c3942bf__BSResource__Server__Commands__Reschedule__{ 0x05382040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_266ce564967dd752765c46aaaa91fa8f__WorkshopEngine__CommitEvent__{ 0x05358510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_26eb4d84f4f78a938169c7210e691e9d__void__{ 0x051737E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_274420ce56496d799cb41ab8f61f9a94__CreationRendererPrivate__Messaging__SwapChain__TogglePresentMode__{ 0x053E2C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2767ee422ea43a1012bd5fa5aba39abd__void__{ 0x051D7810 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_279e68361bf7aa08e4c1761b2a3bd216___{ 0x051AACB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_279f04fd05616f92000ce9a75b851fa8__void__{ 0x051701D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_27f656fac942671e6d0aef16b0740835__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__StagingBuffer_unsigned__int64_unsigned__int64const__{ 0x053ED8D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_281504c41f875176f11591ead405116d__void__{ 0x05324580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2856cb2d120552a8ee584da2837ecaba__void__{ 0x0524A070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_285c03feb56c832a285d42f66323cc5b__void__{ 0x0526BA90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2866a9178630a5c75b5934c611c7ad37__void__{ 0x05241310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2886445c6e0621bc870bb6265c2ce416__void__{ 0x05289540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_289ad4b5191fe06018b2959b6e32aed4__BSTSmartPointer_TESPackage_TESFormPolicy___{ 0x052B2A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2905f2e89e326a3d4163970a61220fbc__void__{ 0x0524CDC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2915710df63846f4944ed3d812de9410__WorkshopEngine__BulldozeItemEvent__{ 0x05357980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_295d9a486d3ba70ad9e6244a8685b746__NiPointer_TESObjectREFR___{ 0x052AEC40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_29737f9587fa0d1fb489346e0b4204c8__EffectSequence__ChangeShouldProgressCommand__{ 0x05160450 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_298b4c9ddad8c2c98895d95d86b6f018__void__{ 0x053EAD30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_29a65105e2f059d5c389bb1106cf31a3__void__{ 0x053EBC40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_29eb0d7134d8ba51cfa9e6bafd111a1a__void__{ 0x053DBB70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a1038c7d25ba0a884b7bc8177134c35__void__{ 0x053EF790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a3033e1d9b16146ab0cfb500bc57757__void__{ 0x052C48B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a39ce085fe4fe20ba682fbe1eec9d75___{ 0x051A4EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a4944ac535e0c58bcb386500360561d__void__{ 0x053EAC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ac9f805c895c10508bbaac05e056a0a___{ 0x051A3C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2acba6e6f5d8006da23e0e8bda8d73bb__BSResource__Server__Commands__AddDependency__{ 0x05165560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2acc797905deef217ba390942468a931__BSResource__Server__Commands__AddDependency__{ 0x053BA310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ae52c85f260927307882bcc7125f6da__void__{ 0x05240DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ae9e1380c8ee2a9c82ea83274d83730__void__{ 0x05208DA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b2ad8ef2d7d558fbf41b42171f3b1a3___{ 0x051A4280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b3180f9f666789c91ceaa7ef11cc1e8__void__{ 0x0527C7D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b407448b85a245f799c31755ed65a50__void__{ 0x0529FE20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b4ae46eaa735d8ec6e406c6ea7dc68d__void__{ 0x052C4530 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bbbd0b50b259ac7cf500e5ae985938f__void__{ 0x0522C840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bd41bd62048e62f5a0b6c02e630e312__void__{ 0x052D00C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bf18162af4aa8bb3440e46bcd481a5c__void__{ 0x052BF480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bf8d57a23f5733c9ced6acf1309e89b__void__{ 0x05241150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c01d9a581c158720a996021bd2bf7f0__void__{ 0x052C2430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c718fd403190905af0d4ea06c52c490__void__{ 0x052707A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c72c11eca91ff181a95975869a22a8b__void__{ 0x05172A60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c8c13283777b305e8f9ac8155e91888__void__{ 0x0529B690 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2cdb922543cfbed70ffc3f06283ccbec__void__{ 0x0528DBF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2cf70dcb2c55b70d372df887b9c51ec3__void__{ 0x052321B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d5bef08f4973c82b63bb685675f0476__void__{ 0x052273F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d6f96d76d321c8d1c3dd7d1b64229f4__void__{ 0x051728A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d746a0e1ac0058b6f4a05abe7b671a7__void__{ 0x051E2390 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d85d23616d6cc71a192d86f46bb952b__void__{ 0x052C2970 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d89b27380db044a735beeb504a7b6c5__void__{ 0x05262DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2de26c0aa27633843a24364a44cc9f49__void__{ 0x051D4180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2debec6ebb798162268303d60398729d__void__{ 0x053764A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e1b42a1bf4317aaf1a3894ceabf2310__void__{ 0x052650A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e61532e0d5a01e189b8200de13d5f3d__PathManagerImpl__CloseAttachEvent__{ 0x053B0480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e6253c69297d1e42e51724b3fdd29fa___{ 0x05400590 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e7279c14af628ec41691a123af46400__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount___{ 0x053B00F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ea6196d4562a590254354bd5feb6c25__Particles__PSM__Commands__ReserveParticleSystem__{ 0x053A9EF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2eb9065638b09a690be622024b4df0bc__Particles__PNM__Commands__ReleasePreCreatedParticleNode__{ 0x053A1D30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2eb998c0a5ebbf4566b9cf6264edf070__void__{ 0x0525F7C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ecc3ed85afbef822c47380b7a9edf28__void__{ 0x0526EF80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2f0badbef406f2ce6d56b7c47ef5200e__void__{ 0x052D01C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2f1b90efd64ded8c405a50f908cab138__void__{ 0x052C53C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2fb518c23a6cd73d41d8c5c303b2e58d__void__{ 0x052AE980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2fb5ea5d7b79125fbb6a681b7df9d0ff__void__{ 0x052890E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2fed147ae65901afc7e288ea0ac5932e__BSService__Detail__PointerWrapper___MaterialAnimator___{ 0x05396F30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_300e29d97d5d2a5664d5a028a88e6f9c__void__{ 0x05244670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_301952c8919bf88550759f6c3d069c6d__void__{ 0x052C4610 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3057e6150c41d0e14e6947f3c018efdc__void__{ 0x052C2190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_306f6a312a9afd8ce3dbea619074b71f___{ 0x053FAE50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_307c8e484fd5684acde2e61ba907d2bc___{ 0x051A41A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_308bb12e157933541115e30dcbca0aec___{ 0x051A3980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_308ed731f2dbebf2e475b0e992c3ca5d__PathManagerImpl__ShutdownEvent__{ 0x053AFE20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_30c6c7a87bba76c3a1a936e1ed78b67a___{ 0x05373400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_30cdcb41fc2ec080a01fcf0b95f628f5__void__{ 0x05175E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_30d5faf09585b9c3c9dd2fcf15b7c043___{ 0x051A6370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_313a600ce33a8cecddb268952133376c__void__{ 0x05268150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3146f25ffd3d61e3bc2fd9220d9646d7__void__{ 0x052797C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_315f20bb07ecbddf0c084f73185daa5a__void__{ 0x052432E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_31781ca9f1a5c8c76d677f9fd6de0e10__void__{ 0x051E7EF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_319247d69123ef8ee3d856be4ce619a3__void__{ 0x052CCA10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_31b44e4d05e5e001a2aa280f8bb5c5ff___{ 0x053F00C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_31f70d64dc89f3eccdb1d62f9068ce7c__CreationRendererPrivate__Messaging__Window__Minimize__{ 0x053E2D60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_321ddd8064bb6d74dd3569d28ac1e1f3__TextureDB__QueuedTexture__{ 0x053C98B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32537a9cd7d7d51f31d6e04d245d00ca__void__{ 0x053C8F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_327a737861a5586d86084ca7ac4d6901__void__{ 0x0525A080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_327d874d40378dda636bc9feabf0da29__void__{ 0x0526F300 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3289f95a5de796dd01303c2e6aa1766a__void__{ 0x0525E4D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32a3a2fd9114cc2e2bf78225a3600fe6__void__{ 0x05175180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32cb66071ec10a2bf95d6a03382fbef5__PathManagerImpl__ForceFailEvent__{ 0x053B0240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32de99af9a1424703afcb351fce4f307__void__{ 0x0527FBA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32e4b4f19bbe2945e96b834492c572ff__void__{ 0x0529E340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_330bd7d68a6d9e5a9f9be554115c94ea__void__{ 0x05278E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_332327652b151a6d9640e172c53d7ea2__void__{ 0x05227CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_335da43bb2b81785b47fbe4d0f319b78__BSResource__Server__Commands__NotifyComplete__{ 0x05164A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3399867ed2d3e4eb9149cf49ae39f53c__void__{ 0x05231DB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33ab77d0429c58d85d6fdb5328fa1582__LOD__Commands__GridCellAction__{ 0x05200750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33b8aa430c295b81275d187f81cfb104__void__{ 0x052C19B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33d62600cbeb197191711a0e2d25692a__void__{ 0x0525EFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33df8a020619a661ff0f0eb30c4a92f6__void__{ 0x0526DEE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33f4011bd742b3aa4c912a5b3e9e47c4__void__{ 0x05251D40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3455917d9295a66c51791fc3d6075540__void__{ 0x053EF870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3471ca33b293f0a3eef752282128674a__void__{ 0x052B39C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_347e82067d065c9f474aad9a3dd3703a__void__{ 0x052AEB40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3488d9aba936a506cbc187c238afd041__DynamicNavmeshService__RemoveAllModificationsEvent__{ 0x0515DA80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3495883e95a0abfb4b4bff1fc611f8fd__void__{ 0x05273910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_349ae4f9982f93b8dbdc97b33a330dcd__void__{ 0x053E7680 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_34acf24da20ca032cc74198e2b0308ab__void__{ 0x05290DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_34c11c47986a679e4c16a9a2e0083127__CreationRendererPrivate__ApiAbstractionLayer__Texture_CreationRendererPrivate__ApiAbstractionLayer__ResourceUploader__CpuBuffer_unsignedint_unsignedint_unsigned__int64const__{ 0x053ED730 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_352ebd4d480bb605eaf5fd9883134d6c__void__{ 0x05259690 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_353029f4888c2501365bd04c8f948db7__void__{ 0x053FA490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_359744d190dc0f55983ebf674d7e2649__void__{ 0x0518CCA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35975cc4ec102173bf2334a2f99698e6__void__{ 0x0522B760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35bd0e1a582346a47e59752a08263e1d__BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___{ 0x052B2E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35c6f8e7b5065eba3074a4701c8a5f6d__void__{ 0x05265260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35e68aefa21a0d8d2b28a3ca8a61c2b1__void__{ 0x053267F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35ece9797d5644ff4f3c6943a11338f6__void__{ 0x052BB4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_361c6cab1b38c4ec47699ef1ffdb41f1__void__{ 0x0524DAE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_364a00ef55871162f3f5070f720d9966__void__{ 0x051D6CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_364ea8f2f5cbbc7ca33932822fa80cf8__void__{ 0x05264570 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_368233da920516086d8546f1f7465218__CreationRendererPrivate__Messaging__RenderGraph__InvalidateRenderTargetHistoryDataParams__{ 0x053E1760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_36c3ef1d65a152c1c215c92d00e6399d__void__{ 0x052C0E50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_36ce634e90bd2a4e24146529ad6d9f73__std__reference_wrapper_BSService__Site__CreationRenderer__RenderGraphExecutionList__{ 0x053DBD90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_370bd910a5608f7e24933769a85a2d01___{ 0x051AA700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_37728350bd895aa432a0de6abbba3444__void__{ 0x052521A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3787988b13cf9ab18aaf10e2a798c429__void__{ 0x0526DE00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_382efead5ac19798d3908e8e081276ab__void__{ 0x053F1F40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3853f003bf05ee8a36b1af9ed2675598__CreationRendererPrivate__Messaging__ShadowManager__SetQuality__{ 0x053E7340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_38f5e4d9155f05098e02b86201038287__void__{ 0x052C3430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_393007d1483c48a19dc830c08936fc49____SetMaterialAnimatedCommand__{ 0x053972D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3930ab2afbab27b1506767cf58be5101__void__{ 0x0528D2F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_39a940d0b7948878fd3b5b96c2ebf945__void__{ 0x05251FE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_39f8b5f7049a839ea2095f4a26f9ae2f__void__{ 0x0528FF40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a2464f0941ed62090b746e65ca64c5c__void__{ 0x05267140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a4dc712b93fd10223b77911f1b99733__CreationRendererPrivate__MeshDB__CreateSubMeshParams__{ 0x053DE8C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a57abaf61ad1e6abc321442d83ed546__void__{ 0x052CA5C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a591bc3d5e9ce38c6a79ce50bb71bc3__void__{ 0x0535A830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a5d570a34ce7e351d987cb697176d75__NiPointer_NiAVObject___{ 0x052B30D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a8eb28842f7c3b638eecbd27d2766bd__BSResource__Server__Commands__Delete__{ 0x053C6340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a8fcfe07635d04438a5132752733b81__void__{ 0x05259E40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ab7a474183d094d82a832310dd1e3b8__void__{ 0x0522B1B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3aba2adf970db82c095675cef82c2881__WorkshopEngine__ConnectWireEvent__{ 0x05359350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3acf5e266783d132c177fcc3ef813df5__void__{ 0x05246D20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3b32b694f872c1c21c9dfc8218ceb5fb__void__{ 0x05195120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3b6c7671eeb5b5acc5b4e8b65342012d__void__{ 0x05174A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ba838f9d6a25c897cf3e761a176b405__void__{ 0x053C6F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3babf5a6e03cdb09405fc7e098bc7443__void__{ 0x05176490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3be25b3317c2cdd7df0dff14aeb8ca2f__void__{ 0x053BAAB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3bea0f9a0294bd11b0d7827c6a8df0e4__void__{ 0x0522B0D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c329a73843b41e733e0182af0e37127__void__{ 0x053282D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c501a4c01c1bd636e36785d81a92088___{ 0x053FD9B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c6290ae99937915e873fcebd8fda379__void__{ 0x05236C40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c89dfb515aae82e49ef0c9398fc4e07__void__{ 0x053B3160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ca668172a1c46e2ac7b265a77c54d0f__void__{ 0x053C9210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3cae0d050cee0487208e6011be92c7d7__void__{ 0x05244A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3cdfd03be93aa1e85642ed42a1f341e3__CreationRendererPrivate__MeshDB__CreateParams__{ 0x053DF0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ce2a5101292d234e5374806e376da67__void__{ 0x052C54A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d12aa2819e5d460f17038daa0921c9e__void__{ 0x05241860 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d17e16e59fcf8208e53f6391fb6ec62__void__{ 0x0528DCD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d2344d60d976c67092b025322ffc4f8___{ 0x051AB1F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d4fbafc5fd90921741e35c987c6c3b1__BSResource__Server__Commands__Cancel__{ 0x05164DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d510ea8315a91b731b3d8c0ff923f9a__void__{ 0x052C2F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d62d9ef8d226a48af329f1219d92cdc__CreationRendererPrivate__SetGlareParams__{ 0x053DDC30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d751a3a5f7a5c3a0cf2260cc4623136__void__{ 0x05298960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3da75893818ee5207bdb6901cbfdd1d8__void__{ 0x05251220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3dda19daacbafd2f7a3f8a789293def6__void__{ 0x05327A80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3dde49ac74f9fd3e3193f3e83ce5cb5c__BGSAudio__WwiseService__CloseCmd__{ 0x05205B50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e1c039ddf7c20b9d0c821402aee78a9___{ 0x053E0390 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e1c6fa17f66105a7b10feda004e0cb0__void__{ 0x052A07C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e333624a18bfd6219772c0ac143823c__void__{ 0x052C0510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e368065e521a937278cf0c31232a203__void__{ 0x05276050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e79d46c2d3630fdccfc2ade8adaf41f__void__{ 0x05290B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e7edb91a2306b74e82c8676b746f6cb__void__{ 0x05175F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e8b49604e3b87fa953001520a27acef__void__{ 0x0525D200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ea8ead95a63a4d828f39db6546d6b7d__void__{ 0x05375950 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ec27cdbb32a5c38a315f1137a370d55__void__{ 0x0532BA20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ed2adb8a118e183e6aaf9bd8c782e8d__void__{ 0x0527F580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f2aec5ed7125590b3c46b71bcd7a578__void__{ 0x053E08A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f507c90a28256ad5886d22aa20dcebe__void__{ 0x0525E310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f788884067476c5c9d29f340870b860__void__{ 0x0525F180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f9ef64ae949d4fcd6048acffe26876f__void__{ 0x053F9160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3fc0deb4283874dcb0d2a8e4ffcda1fc__void__{ 0x05231BF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3fc665100f134cb641475d3a9648b795__void__{ 0x052762F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4008e0a6d2eee7d878541197268771e7__void__{ 0x052C06D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4020ee17ccaafc63f1760ed4e39546e2__void__{ 0x05232F40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4036eb5b52ef8a1c35ecf97b1bd0f497__void__{ 0x05175420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4044d6665dc2fbfcc3816a7acd81a713__void__{ 0x052720A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_405c76cc591d6ecee551837365bb7a31__void__{ 0x053E1D20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_405da0333369ada4c3c1d70c5cbbf997__void__{ 0x0524CCE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_408d850f896b71e1d2843b386a496690__void__{ 0x0526BE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4093dbf0d6045f9250efb75db1bc5622__void__{ 0x053F9240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_40e6f3a5d7629908c83c6f08be99d02f__BSComponentDB2__ID__{ 0x05380110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_40ffcc266e73d715cb276ae78e95efd4__void__{ 0x05293710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_41212d33b7832f8d5197b18b234a3a1e___{ 0x052A6DF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_41e29e630505c1347ee4a0b958696d8a__void__{ 0x052452C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4206833caf804d1b078bea3a05711f28__void__{ 0x05206290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_42143624fbcb82a4cf50456b8e7cbbff__void__{ 0x052764B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_43072a36558482b0757dafb12e7d0b2c__void__{ 0x052C1390 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4319de3c1721a6efb59bc02bc04d16fb__void__{ 0x05324660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4368243e1fbf4a53c983b7d9e6df2da5__void__{ 0x053509A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4375ad3e6651f5c442cde7b0e1ca9cde__void__{ 0x0528D3D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_438aa190d1fc08623a667ed57a069388__void__{ 0x0529DD20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_43d6edfb9ea9c6494488be2fdd1a9289__void__{ 0x05329760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_43dea555a4b7f363d485f6a504637bce__BGSPlanetContentManager__PendingPlanetContentRequest__{ 0x052BEAB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4408f2402885ec5a449d735aa70e45bf__DynamicNavmeshService__UpdateNavMeshCellEvent__{ 0x0515E450 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_442365a6bcd228c8e242bffad7645f04__void__{ 0x051CE9D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4435d41dac228c19b787802376037cf9__void__{ 0x053E0660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4445c3abf0c368441bf6264f6cb4430b__void__{ 0x0537D830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4463c366715b972b73264daba198b3f1__void__{ 0x0537DC30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44abd068d2da4873cc884ac3531858ad__BSResource__Server__Commands__AddDependency__{ 0x05190F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44ada94071a02a2b474443a2e6e2115e__CreationRendererPrivate__SetStarmapGravityWavesPlanetData__{ 0x053E93B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44c2561ca25dce2ff3574caeb9f74dd3__void__{ 0x05240130 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44cb987a575564a069b41f2fb53051a6__void__{ 0x0537D910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4501655eea2d25d05464153c14f354d4__BSResource__Server__Commands__AddDependency__{ 0x051C74C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4513bd44a8e7c893dcdb1837f1b52da5__void__{ 0x05265180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_45834f7c6c87366496a2659d5dbf9e5e__void__{ 0x052985E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_45a06290d924165f9626281a58ddd57a__void__{ 0x05248280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_460512555715907ea5d59565728cbf78___{ 0x053FD7F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46303423585880e1eb20ec3e05e90371___{ 0x051AB2D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46348a84bef185a94f5c460905d73184__void__{ 0x05229D60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_465f446a29f8113fe9060fbd5ac142d1__void__{ 0x05173060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4664e63261002710f8739f853ad54fbc__void__{ 0x053766B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_467bafc3a64aa3e8d37f4d1c0231ac0e__void__{ 0x05173140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46b8a6919a1452d24449eda012dc20f9__void__{ 0x0526EEA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46c096693b08268f55d86409beff46f7__BGSAudio__WwiseService__CancelCmd__{ 0x05205A30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46d4c7bf7198847e8617c88ed1fec80b__void__{ 0x053B0FA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46fe3a6e069cc3ec89fe471170845286__void__{ 0x051757A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4722cd60330f821a776eb90619f24ba0__void__{ 0x05243EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_476315acb3f625a547472d7af175470a__CreationRendererPrivate__SetStarmapOrbitsThickness__{ 0x053E7F10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_47689048ffe9cf6b3839592273900f7a__void__{ 0x053FA3B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_476abb2bfaab0fc7efc6f5dcb6fcb2ca__void__{ 0x0537F1C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_477a9257270be9abbe31011b33ae2d4e__void__{ 0x0526BFD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_477fdce2aa7e8a35a27ff9ceea46765f__CreationRendererPrivate__SetStarmapGravityWavesInit__{ 0x053E8FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_47ce1dd467148b48f07cea494666a7d0__CreationRendererPrivate__SetStarmapOrbitsEnabled__{ 0x053E8A00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_47fe5049ec0d2b059cd4e9c3a8bba9fb__void__{ 0x0524A3F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_486f6377972e2f98934044978e5e9c6a__void__{ 0x053FA650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_488e1d7a92634c789b4baad4e2e2ea8a__void__{ 0x0517B000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48ae9e186cd370261b4a8c026f097193__void__{ 0x0525E3F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48f2fa1c53007bf63a566dcda735b047__void__{ 0x05231CD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48fe6290260ad9ed2e181d5d8f759f72__void__{ 0x05379070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4915cd91781e3e78d7403df0ce032ca9__WorkshopEngine__RevertBehaviorEvent__{ 0x053565B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4921ed9f68aa1fc2f0f21af2a87dcd6e__void__{ 0x052BF3A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4972b39ee93832996f39309f24bafcda__void__{ 0x052BF9C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49a9462346b35cf9a817c479ef5e3f54__void__{ 0x05246700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49b17985ad44e83a8fd14500788c8107__void__{ 0x0527FE40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49c199109665f9119f244649ce85ed19__void__{ 0x0525B870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49dd87ad78ee43fe8a48fb6892984d6b__void__{ 0x0525F840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4a08c435c3ac51cae20444ff1aa9e269__void__{ 0x0527EE80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4a5031ba3460282243219aa6d3941499__void__{ 0x052796E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4aaabb97a9bb6180d094f12bce28aabf__BSResource__Server__Commands__Resume__{ 0x0517B700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4af669e4cfffbf317bd05ed76feb17b7__void__{ 0x0526AC60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b537dcf410d388753ccef2b15ba51de__void__{ 0x0539E850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b7154b324ff6a34f4453cf668495d3e__void__{ 0x0525DB30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b848804d48c4dc62699b40854c972c8__BSResource__Server__Commands__CloseDependencies__{ 0x05163530 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b8697e272cfab15c388c83563df4d08__void__{ 0x0534EED0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4bc475593d03c33ecbe7f6490ef199c0__void__{ 0x05253160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4bd06b7d18d2ee2e814f8a24ea702e9b__BSComponentDB2__ObjectDestroyed__{ 0x0538D4E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c015007cf1a1f2352c3f1cbdd77c6d8__void__{ 0x0524A4D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c159415f22427edcf3cb06ea3ed0825__void__{ 0x052C4370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c29df44919541ed5539dc4906333c03__void__{ 0x05291CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c679a661775dbb434d8842b4616699d__void__{ 0x05247E80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4cd4cc887121fef8245c73ad75b1ff5b__void__{ 0x053EFBF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4d11100710477819f627446b49f4f035__void__{ 0x052BF720 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4d78eb05ca8fbac8fff4c3061f86a8b2__void__{ 0x05234660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4dc3f6e88aaf1f9bb30ba11c1a1a867e__void__{ 0x052C3B90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4df240bf986dc648499c86ca5c7575a2__void__{ 0x0532A570 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e42ff11552c5eb9d25c522bcbf8b52b___{ 0x05221250 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e57f107abda58e71fe9a560c53db249___{ 0x05221330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e582f7778f98903c53bc3040e3a266f__void__{ 0x053E06E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e78248c1506a0b60989e2d0ea9768de__void__{ 0x0537DE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e7b7dbe4ef00c5a4c82a0abf9a75b06__void__{ 0x0528D4B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4f9173f912f6ca219210248e0bc63b43__void__{ 0x052C2DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4fb890b38103683851e1b9190aee181c__void__{ 0x0526A9C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4fc469331c46bddbce9d5571c5242fcb__void__{ 0x053F0A20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4ff4edcde69954e698f2a6c1536c2fb4__void__{ 0x053DD030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_505353db52826aeee65f471c844c8fe8__void__{ 0x053EF3A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_508326cde8918aeb4fec4d828ccfc4dc__void__{ 0x053E0F40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5085a081027663507945c4154670848f__void__{ 0x051733E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5088e537f1dbb66698a86c6a367ae3f3__void__{ 0x053B35C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_50ceac2bb77540f0e0bb704ddb9852af__void__{ 0x053B3240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_50da05544761f80a73d0d09004b9dcac__void__{ 0x0525C5E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_511a463698cab60432ad5611058a8e27__BSComponentDB2__FileUnloaded__{ 0x0538D600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5148e5099703890d6cd3233af27e1473__void__{ 0x052744D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5157c111cccfac4b8a6bee90ef38a42a__void__{ 0x05272260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_51bdde811364c92ff609b6055e6baa92__void__{ 0x053F9770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_521d48f436705fd3c0b03b5a99a1e0aa__void__{ 0x0528B9A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5223223e1c0586dd791d6a38cc0fd1be__void__{ 0x0528D750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5226d4e66e0ef6fdacca603ab0e18ca6__void__{ 0x053510E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5248cf4bcb3b08d0bb42c36aeede0124__void__{ 0x052ED9D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5280ba3b9317ae74f9aa13a4671cc6db___{ 0x051C3270 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_529a6feefbfb04ca9534767b2bdd7a2a__void__{ 0x051CDB60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_52a916d4dbea9cabcefb4c24447d3ec8__void__{ 0x0515ACF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5361d961e996b62750cc60558e68ff72__TESForm__{ 0x05180CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5389cc5699dd3f740098a76cf346f79e___{ 0x053ACC40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_53987ad11bc8a5dae54ea4f9c5f46319____Service__ReferenceDeadMsg__{ 0x052ED010 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_53abbbca45155c8b23682e9cdb5af07f__CreationRendererPrivate__Messaging__SwapChain__SetVsync__{ 0x053E2EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_53cab3af5b3b29a1236ceb2e4573e1ea__void__{ 0x053B9290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54109e62bc0c4ecfada91e93c4f8d1fa__IOManager__SystemTaskService__InstallCmd__{ 0x05382510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54481b0b9fc74bd105b60ccbba81a493__WorkshopEngine__ActivateItemEvent__{ 0x05357BC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5461d569e1413187dbc33645050bb02c__void__{ 0x053B5FD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54c822b7f04b4d0f24210a1b84f9442f__void__{ 0x0535A250 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54cffc6b72315e542c0c7f4c29973cb0__void__{ 0x0525FA00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_550d1b88a0e0a7b13a50b248c0d24afd__void__{ 0x052C6B40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_551686201d1eb5ced7bd06b5a846d4de__void__{ 0x052416A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5527b6c2f611507985ae11854e45db03__void__{ 0x052C4C40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5528f7974c209d8c12356bceb42e106b__BSResource__Server__Commands__AddDependency__{ 0x053B1F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56007253fb4785317ba6d9cce39d4e7b__void__{ 0x053EC180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56590bc88876c556a9a0ebce0035e809__void__{ 0x05328110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_566a795f1bd69e7a04ef2794bca5d9eb__void__{ 0x0527F120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_568b7cde608dd4ad0028907e0affc50b__void__{ 0x0524C040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56c960c2a279e8d87d75a657a7d456c2__void__{ 0x05278F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_571fe39733d27d4179f8a5fa59c36c17__void__{ 0x053EE2B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_573ec6cffb220e7950a7a70e6ab325d7__void__{ 0x053EBFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57416da6fe95edc9377a39b2d5e49ef7__void__{ 0x05329BC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5741c61479129cc96426fb35916a0752__void__{ 0x05265500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57975716758a7f7a5de55ac1d8d9d189__void__{ 0x052C2CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57ae2803574ab3103c87c291242b3fdb__void__{ 0x05289460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57c4f608f6878076b33730c2785b05ee__void__{ 0x052468C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5828179f5bd90c767c3b01359b826387__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor___{ 0x05388B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_583969746530a3f9b5f344cb60b76e9c__void__{ 0x0527AE00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_584a07e4c06e817e3f2a0724b92c5ea5__void__{ 0x053828B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_58a170ec3429b0f12dffb09511f7cad0__void__{ 0x05246380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_58d93e0d0afb0731988ff7a440162d64__void__{ 0x053B0EC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_58f0654d7cc789b71c4f7778a924009b___{ 0x053F01A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_596fdc1d9267f97cef299b9424c896a8__void__{ 0x053EFA30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5990af9b9347ec02190ec4d4e37cd27e__void__{ 0x0527C6F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_599f307d9c6012ed3b4e872149a3a7fd__void__{ 0x053753B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_59b4f179851d664c369a4c529e1162cc___{ 0x051C8520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_59c00098d6616de1c9ad3aee34f90f51__void__{ 0x052904D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_59eb06eb8ec46854c83f83ac0a23e663__BSResource__Server__Commands__CloseDependencies__{ 0x05164510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a69a2839b3feacc27901b29909683fd__WorkshopEngine__RequestRepairItemEvent__{ 0x053582D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a8b33f26402fac4c999a77b6c0204f7__void__{ 0x0523ED60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a8e2724026233f416f857d4a0344b65__void__{ 0x0523ACB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a997065188370c5f6ace2b88f49c371__WorkshopEngine__CancelEvent__{ 0x053583F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5aa066525c82a2acf514297c5b906193__void__{ 0x052C1630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5aac3bc49ec80358898e8d7e049e6d3d___{ 0x0538F1C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5abcdbc7dd077b3198adf606a2c3f14f__void__{ 0x0527F040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ac89a1f8b5dbac72a7595a1cdcc59c6__void__{ 0x05269080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b171b54abee5ae2c91d89047da502d9__void__{ 0x05279440 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b258bc02c86081f661b65f84adac6f1__void__{ 0x052C1470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b54b327cfa489c6a06413d472fcc821__void__{ 0x052528A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b5d31e7784ea65dd18b6a1ee03bc91f__void__{ 0x05161370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b8a26b08fe3145dbc8485ff83aacff7__void__{ 0x05253AF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ba7251da725fc265ee463f32da72ccf__void__{ 0x05237470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c21c7aaa90dd010668e06cc92f167c7__void__{ 0x052925A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c367b1c89d5b6fba9cf072bae29fab3__void__{ 0x0527FC80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c6c35c15d411f61e4be2bd0a84115ed__void__{ 0x053F06A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c7614f8a665b04c40ec3b56f2769e4f__WorkshopEngine__StartSnappedEvent__{ 0x053566D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5cd698063e330a3ed6e1f91aa838596d__void__{ 0x053B0D00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5cd8d4cd190031c9c679013ed7b93ebf__void__{ 0x0529B770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d0496d326a3d070261d336cd195f34a__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053B9080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d2dc311cc68beecf95840e22bc9a1a7____AddMaterialCheckExistingControllersCommand__{ 0x05396E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d3965b97e4ca7d0cc745372efc2f4d9__void__{ 0x0523A370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d43da90aded6b185d0c2ac43c2c66b5__LOD__Commands__GridCellPostLoadAction__{ 0x052009A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d4cf4b95f32699d50555a8a889d93e8__BSResource__Server__Commands__AddDependency__{ 0x051E88A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d4e0bb91a60feb7ed2a3cda76c5ae60__void__{ 0x05245100 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d512ec3b8f8b58a3b45cdafb8e59f52__DynamicNavmeshService__DynamicNavMeshTaskStitchCellEvent__{ 0x0515DEA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5db24543e987e39df9ba065b93317c77___{ 0x053F69F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5db8e2e837d027556d6f7c9bf57942c8__void__{ 0x0518CA80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5dd4571b847700c924fc69035eed0d3d__void__{ 0x053F1C20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5dd6911ccacfa3ba9a251ce4ce01dd43__void__{ 0x0516E5C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ddf831e117e65a9c84810647ef916e9__void__{ 0x052A1E60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5df8e7a9a6ded119308f254b57096c37__void__{ 0x052A0580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5e569755d2dcbea4f33322a8fde8cc11__void__{ 0x052C0280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5e8ae06900a7bddda0cf168bbff5225d__void__{ 0x053E9E60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ea58ae02cf21c9982cd6ff2888d102a__void__{ 0x052398D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ed86aed803edf06e96638b0c880264c___{ 0x051A9870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ef86d9a3408eac64b85fd5fe0de8ea8__void__{ 0x05241230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5f5b67ae8656b8c2dd62d9c87a22bf36__void__{ 0x0526AD40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5f811668598f74b55d8da48ccf8d3bc6__BSResource__Server__Commands__AddDependency__{ 0x053C66C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5fcec49d8393ef2030e8281cae827ad5__void__{ 0x05323430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ff9deb0cc130544db6aa77b12335b29__void__{ 0x05280700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6028fee93b979a86bc838bd47d09dbef__void__{ 0x052C1D30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6050264a05b7761be9833732b47df840__void__{ 0x051C2FF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_608330f65626647a5f3700cdbd08d615___{ 0x051A3300 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6086aefa1af85f5bf44d762eb798cc6d__void__{ 0x052620D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6091bd49f0235c539730330b7bbd05e6__BGSPlanet__Commands__AcquireHandles__{ 0x051A07F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60953c0dbb757333a370e213f2271760__void__{ 0x053506A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60a2a67e515b8c66bf9223026a83fbd0__void__{ 0x05274770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60c5b39cf8477c02cff6f396fb44a7ed__BSResource__Server__Commands__AddDependency__{ 0x051C7380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60fe0abdac05530fab75b73544af950b__void__{ 0x0529DE00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61413ac2a55467b678214f2ac86caa3d__DynamicNavmeshService__RemoveNavmeshesForObjectEvent__{ 0x0515E260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61a430de65351fca951850123a10f86e__void__{ 0x05375870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61e1041efa5ca6e088fd0edd0946d094__void__{ 0x05246E00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61ee642017ae66803ba5e745504877ff___{ 0x051AA2A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_625b9df3e132dd43d97dcf00b978dcfc__void__{ 0x052B3800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_625c3f61a061214656ffa871f2ace90a__void__{ 0x052B3720 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_62bedaed9769da4daccb3a0006b97672___{ 0x051D4B00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_62c1676a391e23f4f5d1648bdf0500ec__void__{ 0x052C3E30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_62ea3bb0e99490e73b3cf9ded02c4ba4__void__{ 0x053C6AD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6302b5dda898a26fb8b83a7b35fca327__void__{ 0x05299A80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_63030607207068c236fc02b2e6c164ca__void__{ 0x0532D030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_63b95f55a0d63d71f69777e37f3724b9__void__{ 0x052C4F60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_63e7c11ee3d013597cef7b6f0e477087__void__{ 0x05259610 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64364eea35b1b91391bf788ed796c3ab__void__{ 0x0524DD80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_643db91f8b5c71b12922c400439d4d36__void__{ 0x052BF640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_644897cc14b59095acfe3c6dbf92cb60__void__{ 0x05298420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_645a27b961cf277449efe3a8d4762839__void__{ 0x05298500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6473c7b4257e286fd41ce91b4306fddd__void__{ 0x05240B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_649071eb220bbd34daaeb46ef043c75f__WorkshopEngine__PlaceOutpostEvent__{ 0x05359590 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6496fe1bbf4fca4b6a25b0a0de8ec059__void__{ 0x05229960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64a5b1bf4883d08c59b951dfdb37525a__void__{ 0x0524DCA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64d650177fdf09a2ba813025b7184388__void__{ 0x05170860 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64f7f0d7e815702b37bbfa80088c7b7c__void__{ 0x0528B7E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64fa87a6d3f82028f8e99a63c828d68c____CloneMaterialAnimationsCommand__{ 0x05396650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_650437e5a957ffb931aa5270f3a52342__void__{ 0x0527C990 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_651164d697b1ce925d5c2e2886235553__void__{ 0x053EC880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6524219ac8c6b2c362b49027abf20d3e__void__{ 0x0523B080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_659cef0f91fddcd8853146bafb6b8d29__void__{ 0x05375490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_664629f702b7c363dca36fae740aa4d9__BSResource__Server__Commands__AddDependency__{ 0x0517B490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_665417a5a61e24970bf904264af2893e__void__{ 0x053EE4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_667ad24f71c5080269deec4197b39e5b__void__{ 0x052C0BB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6680d97c3860765ac8e0eb418cafb2d7__void__{ 0x05231E90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_668fb7b832487a382e9f61bbbfa50cb7__void__{ 0x052C30B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66bc7c76f093681f3921aab8d4abe68d__void__{ 0x0527C8B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66cf4f438f34f34f15bdb722baf2f114__void__{ 0x0524D220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66e63c3fbb77a2cdd3da5dd89d43d97e__void__{ 0x053B5EF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66fa683148fae48debe535478855e500__void__{ 0x052BFAA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_671147463d41dbf22a7bb0f5d9014f66__void__{ 0x053EC5E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_671d1709c2c761a7a1b77457d4a16030__void__{ 0x0532D110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67a1a41fca53db54896dd96e2f5834ad__void__{ 0x05325890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67a9a84ce6ebe2b16f1f5dc7072e7d33__void__{ 0x05291150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67cf8e584c6283648414e469c0e2930f__BSResource__Server__Commands__Reschedule__{ 0x051650B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67daf640653d609c18b27ed92ec5a574__BSResource__Server__Commands__NotifyComplete__{ 0x05162D30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67de57fbe5bdb30ba798c34e8946cc71__void__{ 0x052931A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67e30507f7f4c631543dd3647fe250d9___{ 0x051C8600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_684f9e4e74014981c83eacb199d2e99d__void__{ 0x052451E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_687423a2193d7b7caa94b622b67c93e1__void__{ 0x05297200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_687522363539bca1bfeb85317d66ee4f__void__{ 0x05299CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6880d62838223affed874592a82953bd__void__{ 0x05286130 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6885f0ec7934bd09b5d4f7f1e1014ba5__void__{ 0x0537EA20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68b4de0febef385fcdc151c6e30f6315__void__{ 0x0529B850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68d89b4674bb8c5f57cf6d04f0911dd8__void__{ 0x0526DB60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68da7f4662ff3fce22202b30dd1e159e__void__{ 0x05240EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68e43600c610a93ee176b15058d1f7a1__void__{ 0x05236930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68e9d2c9659d8c4ea05da8fe7654f60d__void__{ 0x052453A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6934a97ab1e341360233437cf716eb3c__void__{ 0x05325B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_694961b7cf2636687febdd2be594882c__void__{ 0x05327F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_696a57db24a17cb4b141b939dc92dc86__void__{ 0x0528B700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_699ffafe48160eebca742249246c2c6b__void__{ 0x0518CFE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_69f6d06175a8bfd625386bc9d0eceecb__void__{ 0x0523A470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a1b9bb77e1acf00dc84b65107d97b92__void__{ 0x051747B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a1f230c6a95327fa815508e02074555__void__{ 0x05236FB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a4394d05e276ad2cf25fed81b08717a__void__{ 0x05276910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a5ec82d0611d1076edd938034b5d3f0__void__{ 0x052C3510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a62296ed5a1718405cb326aa3fcf96f__void__{ 0x0528D830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a90a20a8dd6b9a62dff6af4ab655472__WorkshopEngine__RemoveItemEvent__{ 0x05357AA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a9caad3f633d778228f0d36d4535017__void__{ 0x052A2050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6abe79688cb187e9db7dcd538fcb2d09__BSService__Detail__PointerWrapper_LightAttachmentRuntimeComponentUpdateService___{ 0x052B9A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ac6713ef0cf424c1df97f27b656b0f3__void__{ 0x05290AB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ac8fb7769f2c2723d184890df52fd47__void__{ 0x052C6A60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6afb43d8db500d7b5320779d24ad467e__WorkshopEngine__NewItemEvent__{ 0x05359230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b183f0914922ae4d1960acf5ace0923__WorkshopEngine__TrackItemEvent__{ 0x05358630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b30b8f83f18dc3029d2c2d816b806aa__void__{ 0x05272340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b4fd4a86094db306b21fcc76bbb646e__void__{ 0x05241940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b5d63e4732f8d7b09e4d0ff20c6fc58__void__{ 0x05351520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b6158fca648bbf230751bfbbde03728__BSTSmartPointer_TESForm_TESFormPolicy___{ 0x052B2BB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b8db5dac53a2d7231f327507333b128__void__{ 0x053F04E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b8ee11832c713630bb75c36f3396169__void__{ 0x052C3030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6c2561c9f50eb0bf6b94f3b9ac5cc4b8__void__{ 0x0537D750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6c5cd0ab225627dda6154ef81efa8dd8__BSResource__Server__Commands__AddDependency__{ 0x053819F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ccd680c8b17011b93a29a70b4d04433__void__{ 0x0524A310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d05a6adfd708bdd2be9be5a597edb9d__BSResource__Server__Commands__AddDependency__{ 0x05203C70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d1eed5ad99ecaca382f98513fb566b4__void__{ 0x0519DDE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d4300f9e2a25912a36e5515e51d862a__void__{ 0x05295B20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d5e4d22a1cf3b9ce97c0206767302fb__void__{ 0x052B3AA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d77be4f9bbfb5264f18dd8277de112c__void__{ 0x0522DB10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d84c910b58fb4634ff07efab5151877__void__{ 0x052A7550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d8629994ec6e57ebba10b183daaa673__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetColor__{ 0x053E9FE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d8bc912070f2e07f7a3b7350f06cb19__void__{ 0x052491E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6db5b1cd749ed02742ac1b01bbac9d22__void__{ 0x051705C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6dea8cb8b649ebc20572db7280b15571__void__{ 0x052CA0F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6df16e899ef1ecc0a3cd559b5e0a5f0e__void__{ 0x05253080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e3242ce816216926bf9dd68110edfcf__WorkshopEngine__InspectColorItemsEvent__{ 0x05358760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e4f3cfef0ac9e43dc3cad388c769225__void__{ 0x0529E500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e575ab26de60bcd59749e363678d512__void__{ 0x052AEA60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e6c72fcc15ec3ad36072586ee1efe85___{ 0x051A4B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e7eb907c7c3e6ea887c290089daf575__void__{ 0x05325550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e933cce295b6d8c74776c4610982c7a__void__{ 0x05329920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6eb69611f6a72be2a3c5b4a820515d3e__void__{ 0x05375790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ec0a6b7878c51de6d8eac6a29db2f71__void__{ 0x053B3780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ecc503bb9a30ac0219ed7da7bb28de5__void__{ 0x053C99D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f0264a3d4d883e9934d0c65c76fded8__void__{ 0x0527F9E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f477b7c1e008db7554b20169c9330d8__WorkshopEngine__CycleBehaviorEvent__{ 0x05356910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f4bb6eee0b881844adfb6f8c5651e4e___{ 0x052A6D70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f76912b040fd59843479bbdcdef2666__void__{ 0x0535A690 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6fe6936f48547906295c2cc9a8dc412d__void__{ 0x052EDC00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6fec228842b12e3febe94fddfd5ace15__void__{ 0x0525E070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7003af1c79c3d095e4c4258522e6a495__void__{ 0x0516F630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_700651ea0c79cb4f1feb1d89df54e2fe__LOD__Commands__LodRequestUpdate__{ 0x05200630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7025c2df15f4cce26d545f3d17434ba0__void__{ 0x05231950 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_706146b02bf6c1a3fcbd78ced8cc48a7__void__{ 0x05286210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_709de26dd0f3f853b2eda06038b66308__void__{ 0x0516F7F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_70b2805f41f5ef70550d15c4cb4282eb__void__{ 0x053EAE10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_715485ae20e3348cc116fe15dcb58cc0__void__{ 0x05253690 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_715d78ab9fdc851de58c35cc3b0fefcb__void__{ 0x052B3640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_719718addc6ff15bbf7faf488f5b4ced__void__{ 0x05246A80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_719c22938e1933da3a1096ba6d7398c5__void__{ 0x0529E260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_71a52cb5d94cf3495dd456d5208ff0c4__void__{ 0x0537DE90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_71ae86bfcd42725634db90bf08979fe0__void__{ 0x05189C90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_71f90f1d00b697dd89f2ca3dfde1f14b__void__{ 0x0528B2A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7217b0b9db734178f5fd7431284659d3__BSResource__Server__Commands__AddDependency__{ 0x05163B90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_722f3d32b4c382cc4e4f9e0a6190fbdd__void__{ 0x05325630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_723b89e920a1075885b9ce45bfa6e186__void__{ 0x05171640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_727ce7c266292e5eb0cd4584af38f876__void__{ 0x05252A60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_728f7c7b238a9e00a1418838500c7893___{ 0x0535B120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72a877ae8e20f0d15528a8c58e4f9a95__void__{ 0x05251C60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72cde353bc07bdc94ac712b028840489__WorkshopEngine__FinishRepairEvent__{ 0x053581A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72e0b7e6041882311fef01186cb9b2b7__void__{ 0x0523AF50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72fb3976ffd25c04ba1257de532d9671__void__{ 0x05173700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7314b7adce41b1a39f8a17ed3c6570dc__void__{ 0x0518CD80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_731c96d0b7ffb1f82cce8a7ef484b88d__void__{ 0x052BB090 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73291d477eebd7e2aceddbabbde6196f___{ 0x051AB650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_732b17806042fce11f9eb9131b5af5ed__void__{ 0x05234040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_733a65bae11beeb275ffc35efff0d29b__void__{ 0x0532C7F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7348d614f69efa08337dc66d4051065f__void__{ 0x053EF160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7359e07d658158aebfb9cd2788944cc9__BSService__Detail__PointerWrapper_LoadScreenRenderingEventHandler___{ 0x05230310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7368f37028d6a44a6c6bc64067928a59__void__{ 0x052976A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73774caa335af30cbd658a95ad840a98___{ 0x051A8830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73876a5b7414b68017627918e8eaf924__void__{ 0x051E22A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73f8bcb0573e2174b39f53ba11bd02f6__void__{ 0x053EB4D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74055f0c0dc8e7062ebb43274f845757__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DE5C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_741e82dadda211d87738ab45251fe32b__void__{ 0x052CCAF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_742329130cccd7de174537632b494699__void__{ 0x0538F620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74565d310def945d68cdeed9db177f65__void__{ 0x05290020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7471fb9b5b763506f7db08a9cb2991f2__void__{ 0x05359C30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7472f3faa7f01db947f42e1eb737329e__void__{ 0x05171480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74765e12b87b10e1be6645dcf760e2b1__void__{ 0x05246460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74943d0726f5cde18169ba8beb17aa31__void__{ 0x052526E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74a9e7f9c0a75d1ba0c05a8d9b650ba4__void__{ 0x05248040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74e46c6b2c8b3ed61daf769b5de2c56a__SaveLoadTester__Service__StartTest__{ 0x052AD020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7527a80dc08ff44cb8e3915faf0c048f__void__{ 0x052C27B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_752bcac1bdc7b97b37e7fcbb4983027d__void__{ 0x05360AC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_753bcc3fef79817aeafbda649322482c___{ 0x053E01D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_753e0d8dfdf2ffa47bfdb1c6bea989c2__void__{ 0x053E07C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7550dbf98f1b40beab9fe4a48f63a60e__void__{ 0x052C7EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75adce2e1faf0ab25a2a98ab3d593710__void__{ 0x05291070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75da4a9aefbea1315f759beaec5fe349__void__{ 0x05249F90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75e92ff8bca9e935fc7b96fc28058cf2___{ 0x051AABD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_76044ac7d5765abd5e23d420ace2c996__void__{ 0x053C69F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_760b3151f41126fa81d21cb432ae066e__void__{ 0x0526AAA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7626b9cd584242078396bf4fa4f63a4c__BSResource__Server__Commands__Reschedule__{ 0x05164F80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_76b0414edaf4b7fac3e1008dc131ad3f__void__{ 0x05329CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_76c0f6130f3d6695cb73d406dc63a4ce___{ 0x053B3FF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_772e503f7357b3715f8465df581ec99a__void__{ 0x053EEE40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_775ca47828304339c895b502946b8d3a__void__{ 0x0525CC10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_777f4b4498d093e7a49929064fdc3cd7__void__{ 0x05265420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_778ea3320811f99b13ee6537f6ddbd51__void__{ 0x05234760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_77cfb11ebb85e54014421a51379fd2d8__void__{ 0x0522CD20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_77e89592daf38c6a5b4cd52eef64cbfb__void__{ 0x05245480 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78407ec206dfa64534a1ff7f8c2ddebb__void__{ 0x05297040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78479743d0223333d1b09b6b06ab5c18__void__{ 0x05266CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_784f5a3f00c4f6cad1ab0cfb225b9a3f___{ 0x053F2360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7882bfee914e6142135513a7c9a1ab88__void__{ 0x052414F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78b0566c080612d5f1671d8e62083da0__void__{ 0x052C9CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78c48c67a4735f68a9e990f4f8811240__void__{ 0x05296DA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78f67e491d0b255d24bfcf388ddd29db__void__{ 0x05273750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_790451a37abe7aa7526965f43b2de179__void__{ 0x052A3DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_79276224c0f014c50754217b5f840c1b__void__{ 0x05244910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7940647ca3c6dd8e40ea631c4cd16121__void__{ 0x052ABB30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7948906fca3decb9e0965a951ce2a12b__Particles__PSM__Commands__RequestLoadResources__{ 0x053A9FA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_795394fc1f5cb15b922f6266849c2ef3__void__{ 0x05239B70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_796ba97b60b7154f47db95b6e96e138c__void__{ 0x051727C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_797f75974d10af23e3199179e26e61b5__void__{ 0x05261550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_798c03ad1660daba96b202c6b710a520__void__{ 0x05376870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_79f8b30eb5b000e1a002b9e523c389d4___{ 0x051AA540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_79fffd890369d22bc0611924181ac674__BSResource__Server__Commands__AddDependency__{ 0x051633F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7aed76a11bbff46f62d19be005be91c3__void__{ 0x052C5CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7af33b357f1679fd41253b5727a44b43__void__{ 0x05296CC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7af60d460286fefe99c14b5592eded70__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel__{ 0x053E5330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7b6e15ff7b0e0fa1ebfecf1cefe361ab__void__{ 0x053EBEE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7b734fa5bb9a16d14bc6250b77dcd415__void__{ 0x0516F710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c01407b8a046c02da256e03cf315979__void__{ 0x05172180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c35f4210289bad878725e5a09d3476a__void__{ 0x052892A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c8c55589e1d6c2a0b11d96064332f7c__NiPointer_TESObjectREFR___{ 0x052B3340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c9051ca5a90d09fc97450a915798666___{ 0x051AB110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c9c56a5b10bbc3e62cc2adc60bf79f5__void__{ 0x05189700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7cb41fb2a6b722d51dd222e83c5a914e__void__{ 0x05279600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7cc01ec1ef41fb3165d7e5d0c50de66a__void__{ 0x051D73D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7ccc472811db6bb9955c875770a9d47e__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053C8060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7cdf98cf9f0aa0bcea50ae72668ab568__Particles__PSM__Commands__StopParticleSystem__{ 0x053AA980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d282284f78341eb1d4bb6733f61496d__void__{ 0x053C6910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d33fdd8e3680d9ed88492edb9a260c6__BSResource__Server__Commands__Reschedule__{ 0x053BA6B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d3e4be89987f50559e6c5b05bd6ee15__void__{ 0x0516F8D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d51ce0036ca97aedd867f56006974f7__void__{ 0x053C7AA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d99205ef67f7718d787f609af2c224f__void__{ 0x05231F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7da5e8190e0339c13c2f5f06345f229a__Particles__PPM__Commands__RemoveRequest__{ 0x053AA5E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7df876f5867e0fa774204ad23b891f43__void__{ 0x053EEF20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e015de496b0d683013bd52a76a05378__void__{ 0x0524AE60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e1bd3006cba8b7a90f57845f7cea998__void__{ 0x052898C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e3a75ea26330ec35e012652e8d6b895__void__{ 0x0524C960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e57960cf0c168a07923090ea5b95072___{ 0x053B40D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e58a07a58f452c4a7f743cec7fe45ba__void__{ 0x052A02E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7eb849505585ae52a48ad61ba1703c32__void__{ 0x05241BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f3de4b95828514e9f23ad56a7c26d0e__void__{ 0x05253930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f5eab58c2ab4685c98cb8006e678c87__void__{ 0x05253320 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f63d0dc460d7a4c5d2dbda77fa2f65a__void__{ 0x05289700 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f8a665f243fe3009e52e308a3c5f5b0__void__{ 0x052C3C70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f9a7d007e3fe26e3399ea0eaf8ea79b__void__{ 0x052EC790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7fc00b9023c061f145d1f502dabd4917__void__{ 0x0536FF90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7fea4df7c470f45c687b2f184ae44885__void__{ 0x0525FCA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_80095e99f795038df011c27b94ecf0b2__void__{ 0x052C5C00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8014d82c6d1c930ddd6e33df33f03ff7__void__{ 0x052C1010 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8031b92720d4dc30555c715a6a5231fb__void__{ 0x05251F00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_80366b8149451d9f710f9311ec97ef94__void__{ 0x05158BB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_809ff53e9bff163fc430c5b74616159d__void__{ 0x05249EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_819d5a12c9cb5eeed4e20b8b170c2f9d__void__{ 0x0529C940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_81c1e8d33f8b7575215cf1f72471189c__void__{ 0x053E72C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_820114ba28d307b737e81d49ecdd4875___{ 0x053FD630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8231f63b0e30b5c98bd5c1e089518342__WorkshopEngine__PreviewColorsEvent__{ 0x05358080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82ab382d81fbcc74e2558afb238bf74c__void__{ 0x05243DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82bb02a8f21d0fbdfb4458a924026daf__void__{ 0x0524B020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82bccf92f57092a1d4a297304a275e69__void__{ 0x05376790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82fb0c7739017dadd43cd581e35db765__void__{ 0x053EC420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_834754a2b807315b4e318ef90698d930__void__{ 0x051D72F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_834d17c7df6db152d538f182cdcf26b5__BSResource__Server__Commands__RescheduleRange__{ 0x05382170 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_836bb3faa1f0c4c04df60788224c354c__BSTSmartPointer_BGSLocation_TESFormPolicy___{ 0x052AE870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_838a6e828fc01146b1c4f2335c689964__void__{ 0x05286D20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83a3aeee2768e862808780e2378331c8__void__{ 0x0529A910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83da55d2b0a0671b2158cda51b87343e__void__{ 0x0524A5B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83df58aa94ae9ff009a1cb4190047548__void__{ 0x053C8840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83e7187805167fe79d6a297109781196__void__{ 0x05241B00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83f2200725220c741b8a0c4fe2c6fde6__void__{ 0x0527B260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_840ab474cccba79d009f26675a7affb2__void__{ 0x053EEC80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8414e7f2c70215ea05faea664fee68bd___{ 0x051AA460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84379a48d4f5c9a0548a1e7fe2f6b939__void__{ 0x0525B5D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8471cfd3d8301d191b0956646c04d703__void__{ 0x05195200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8490c96f188dcf6ac884e067d9e160a2__void__{ 0x052863D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8494d7ba8705a2214cd1ab67149588f4__void__{ 0x05266EA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84969523996d164bdfac61a170d186ad__void__{ 0x0529DFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84c56a0ca6bce59c049f1972b146be4f__SaveLoadTester__Service__IncrementBusy__{ 0x052ACC90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84ef32ddb8420908f583ef52410296cc__void__{ 0x052C3AB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84f4f35cc463fa19ddfd44ecfe563d91__void__{ 0x052C4EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_850065b6ee43224a7e4760c4fddba4ef__void__{ 0x052C0430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_855d2b7e2bf580bea5b503753d17fd5b__Particles__PPM__Commands__EnqueueBinding__{ 0x053AAEA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8567733b8a9289a7153d06d46c26642e__void__{ 0x05272AF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_858e93ff4caea2bf34f92d0cc868306f__BSService__Commands__NewFrame__{ 0x0515BC10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_85cb0dd058f82c4263a779b5e17836e4__BSResource__Server__Commands__Cancel__{ 0x05163CC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_865957f443b9695f384fac324ee2ae73__void__{ 0x052CD1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_86740560175e48cde5e9bd8e4897daf8___{ 0x051A2FE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8675a60ced8a2aa0964e65178b3c8d0d___{ 0x053E2510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8687822974f500eb24208edafd017a18__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount___{ 0x053AFF70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_86aa7549430ec6c66a19a94823f7f10f__void__{ 0x05252D00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_86af870ec88ce9665ab3a8156bf9c516__void__{ 0x052C46F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8739674cb257838865728e6bfddb4a87__void__{ 0x052397F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8785217aa3e427de11a860ec598f8b5f__void__{ 0x051616E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87ab4eb8fbb7630d2992a561d468642b__BSService__Detail__PointerWrapper_EffectSequence__EffectSequenceManager___{ 0x05160AF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87c9e6ac6d7ff31023faf2d4f160ca31__void__{ 0x0529C860 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87cc6da14a693f54ebe754e1b3ada0bb__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053E51D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87e3396ef4bc77fd595901e6ea936fd2__WorkshopEngine__RotateItemEvent__{ 0x053567F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_88451e83918cdc064e33ddf88142930c__void__{ 0x052C1C50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_887ae619974c457a1092a2857981334a__BSTextureStreamer__Command__ReceiveData__{ 0x0538CA80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_88a20cc64d9201460a81ab471ff6b335__void__{ 0x052CC670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_88df1696d0bd13684b0fe2bf35f827e2__void__{ 0x05299C20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89559238f3fdd0a49b90869c7edef606__SaveLoad__CleanupDataInExpiredCreatedLocationsCommand__{ 0x0522EF00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_895dc7859ce6fdcebf75296c3b180a74__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator___{ 0x053E1900 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_897e7451455d713fae67b6b32a734b6d___{ 0x051AB3B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8988585fe37b769cd1d84cc3e904143d__void__{ 0x052C26D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89aeb2a58b5271876d51eed4308d08e1___{ 0x051A9170 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89cf179978d2b0c2bbe1125e65901889__void__{ 0x052EC470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89d6315863435fc7d226e5115b287e20__void__{ 0x0524CF80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89f17e1f728f6bcdaa11cad1c25718c1__void__{ 0x052C1550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a0c34066621c5f6561302733bb394c0__void__{ 0x052713A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a459a6e3b24a9f0fb02e4a0dec6f24e__void__{ 0x05189150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a563aae7c91597c87ad7a58a69dc3d0__void__{ 0x052800E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a945be6fe8cced89fa54d4bdbf3d290__void__{ 0x05252EC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a95ec286feb90190022ec62c40abe34__void__{ 0x0529E0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8aa38fa50334b5e88d88bd3c60d9e229__unsigned__int64__{ 0x0538E340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ac90be343096437832e4eb9be16f3da__void__{ 0x05286050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8adc8db1ec4de76b0044e1337b4b14d7___{ 0x051A7F90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ae0bc8b8d874d784f378d2a28535825__void__{ 0x052CBC90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8aeee6a6152d5f1b7006a85ca9ad699e__void__{ 0x052C2510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8b27f4da26e1a51b854cc3660a52d050__void__{ 0x0522BB10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8b5aa7a2bcab9eae329b30ee2628eeb8__void__{ 0x05272180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8bedb5dd369176b91b06843d6291edb5__void__{ 0x052923C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c0df98edad5e336a10cc0c15b25bfac__void__{ 0x05374870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c144151841eaeed8aea86660ad418a4__void__{ 0x0525F740 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c67b5eef3042ee64a1545d63b529da1__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter___{ 0x053BA920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c790c4044acde3372da2b6e414e2879__BSResource__Server__Commands__AddDependency__{ 0x05164650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c7adc16b961ffd1b7620e0eb24e6f3c__void__{ 0x05249CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c9edfc9f5745e344d220741e4fb6a31__void__{ 0x0529E6C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ca0f09cf27fc60afd9c3084cd811b80__void__{ 0x053DD1F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ca3220b1d28e64047898e4db9f2f7c0__void__{ 0x051D74B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d024842e1855a18b50a751e0dab36a2__void__{ 0x0527EF60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d192cb738aeb4c85f00df2125ad2b1b___{ 0x051A61A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d2e091269e81e098d9bd470098adca4__void__{ 0x053B3940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d6bd992f0230fb183da85bedf4e0011__BSResource__Server__Commands__CloseDependencies__{ 0x05163A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d732710d4e0c133ecd5c4015a8a2f23__void__{ 0x05298D60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d7efd53476ebed7713f088a014661a3__void__{ 0x05329AE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d923ad27c122fead713d241e2ce7eb2___{ 0x051D2F80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d950dd21c4979d93380320597ef9e56__BSResource__Server__Commands__AddDependency__{ 0x05191190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d9c3d343ffefa88a5512cf7c43480c5__void__{ 0x05276750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8dae76ab7a4840bdd293e2e549fdd2cf____UnregisterCommand__{ 0x05396290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8dbd06c8b52ab83619169c539db7d061__void__{ 0x05328490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8dfee1060595113d3b2d4aa96655c6a9__void__{ 0x053F63F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e4ec76230ffbe60d199048bbdbb25dd__void__{ 0x052C2350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e56e790cb26540ac933cd18b8b0371c__void__{ 0x05270A40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e5c771fe8a237792dffb15ffacd7579__void__{ 0x05379600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e6912607d9d06994da4e157abdf277b__void__{ 0x0529A9F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e7f8de19faf984bba2d310d2398676a___{ 0x051AB490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e849c06eeebb171e890c3c57c96f3ce__void__{ 0x053F9D40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8eb5f02a378aeb7430b741a7fedf18b2__Particles__PNM__Commands__ResetParticleEngine__{ 0x053A1BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ed8bc5a0d1ce007c48fb68f6dbfc686__void__{ 0x053EC6C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ee4e7f008ac2c028083a0610ed33295__void__{ 0x051706A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8eec5ed036a15acf2ad76ef3760cb452__CreationRendererPrivate__Messaging__CRScaleform__ReleaseMovieParams__{ 0x053E9CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f2891cf76bb12500ba53e8b2b3d6753__void__{ 0x05229880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f3cbc4395701e6476460116d81da37c__void__{ 0x05295DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f56af7817e611170f8b77766816df96__ScalarAnimation__ScalarAnimDestoryCommand__{ 0x05360880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f7492eb11689e36a3442560b24e9c79___{ 0x051A5A60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f93fedccf024629d0222f638e6fb734__void__{ 0x05271FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8fcffe61e07066419ae6d13b744d7398___{ 0x053FDB70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8fe88d7c209038c81546dfd143a2d2cf__BSResource__Server__Commands__AddDependency__{ 0x05387B10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8fe8eac6ac1f09479ced61b89bd2e5c7__BSComponentDB2__ObjectLoaded__{ 0x0538D180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ff97424b32b2707ee1581c3b461353a__void__{ 0x05360BA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_903d188fbd060a75c2f09ca0d00d69f9__Particles__PNM__Commands__StartParticleSystem__{ 0x053A1E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_90d53f309f339f4a8a0da60c3df7b864__EffectSequence__StartCommand__{ 0x05160330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_90ff8b75de2978a2c3548c44d79c25f7__void__{ 0x05245020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9142fc7f0e5fb95135be55d176bd5ab0___{ 0x051D4BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9186d7e446bbdeba6938010b2a531afe__void__{ 0x052987A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_918c7360e5bef91acfbb78e87af142ab__void__{ 0x052A41E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_91b34c154a7e919d20b33ab6c8c1e534___{ 0x051D47D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9219d7f3c422ec613d3b859b0b0feb8b__BSResource__Server__Commands__Cancel__{ 0x051C2980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_924408fe32365430234c7733a8e116b8__void__{ 0x05295A40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92742857d210df4cbf8029b8c711e12a__void__{ 0x052C9990 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_929e08639d145aa1f3bb84bade7ea399__void__{ 0x052467E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92bb5a9255a9a305a437739dace9cdc9__void__{ 0x0524A230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92bd3b68b5435261d96b282ad3605707__void__{ 0x05264650 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92c887a8e5f5c253cb4c3a44b01a07dc__void__{ 0x05247180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92e187616d17659260f342106a98447e___{ 0x051A96B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92e5763700a42c0f2f9fd22ddb26e2b1__void__{ 0x052BB880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_937b8bb3063c70de25f14b52d93ff9ae__void__{ 0x053B1E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_93810a6b15979c2bee26e22419c3516a__Particles__PSM__Commands__StopParticleSystem__{ 0x053AAD60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_93a73e90255e6a9dd27b2d7f29ba2535___{ 0x051A3FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_93b57f169840fc47668da318a75374ef__void__{ 0x052B3B80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_93e624c313181721966480bad6e81681__void__{ 0x053DF320 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_94530175c493fbcf170077f97ce77082__void__{ 0x053B3CC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_946acf22b74bb4bf879bd9aefb822eed__LOD__Commands__BlockResetRequest__{ 0x05200870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_947526432fac90534843552c185fb171__EffectSequence__ChangePauseSequenceProgressCommand__{ 0x05160500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_94b09046f32c59f7c1dd27f683bebfff__void__{ 0x0527F740 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_95781fde0f4622186206c33cd786dcc6__void__{ 0x052CA360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_958bec6665a750175bef112c31372854__void__{ 0x053EBB60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_95ce43dfcec139039480f4f50fb9a366__void__{ 0x052C93B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_964ff916a0172d5d26aff3710573810a__void__{ 0x052434A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9650277ddb4055f0aa79a0e2d523e404___{ 0x051A69D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9658d063138521bce89a2bf720abc456__std__reference_wrapper_BSService__Site___{ 0x053DB960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9665d77017698d7203f6ab74066db82e__void__{ 0x05329520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_969ca3a2148354275e76744b03109dc8__void__{ 0x05261470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96b58f7fa96359327948d1f0993af08a__void__{ 0x05234120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96b592b8e406b79b2ec86b505f69c59c__BGSAudio__WwiseService__WriteCmd__{ 0x05205D90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96b77f961f63cc7012560a690655603e__void__{ 0x05298880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96bae4b9fce251a34c01a5907473e85f__BSTSmartPointer_TESBoundObject_TESFormPolicy___{ 0x052B3210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96bde48475a8e2e0146cf273c3bd1ebf__void__{ 0x052801C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96d0dd0d3e6fdd75fd27b2921fa840d8__void__{ 0x052374F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_974a0798ad832f21a85cd6eddca42318__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor___{ 0x053B2490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97708a99ba4c053e5c1c95fece2a3dcf__void__{ 0x053756B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97840ac8329aabeed283829511cb569c__void__{ 0x052A6A60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_979c5a35a53ebc6724796c53fa0fe795___{ 0x051AAF50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97a5caa927e84e55ba95badd3fdd38af__void__{ 0x0532C890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97e11e3a98be79f5d4bbfff2522fb7b1__DynamicNavmeshService__AddNavMeshForObjectEvent__{ 0x0515E000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9820ef9526bdb062a3551bf5790aa4f8__void__{ 0x051E4220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_984dadb04a0be34aa4db7b68c60a675d__void__{ 0x05171BF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_98503a203b9c9d8cb93185189aba0c9a__void__{ 0x0525D2E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9854df5493678c4efb14555c3c024b8b___{ 0x051A4620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_989d620a41a3a348aa3d62816c21c320__void__{ 0x05159860 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_98b2bd9c56237ba0d2fbd25b8a480cc7__void__{ 0x05246FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_98b447ed4a1b9723556c8e9d4fa4de70____ClearAllAnimatedMaterialsCommand__{ 0x05396170 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_98c7898242d19b6bb9b69ce4f2081d8f____PauseUnpauseMaterialUpdates__{ 0x05395660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_990f1019c49e742cfa6cf01117b6552e__void__{ 0x052D6A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_993014c7ccada3f9cd177f4d8b568c54__void__{ 0x0527C0D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_994dedbdea64ba217be3879918fad845__void__{ 0x05275DB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_999b58ece7754b042c6f5104b552046f__void__{ 0x052C4290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99bddb0b958bcbafa7f62fb63e852035__void__{ 0x0526B7F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99ca007d63313fba5d6404ec89322396__void__{ 0x052C5880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99cdb27ddc86683974852a004c446093__void__{ 0x05276130 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99f2f2f538fbcbcfd24464a313ad27ed__void__{ 0x05243660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99f9674ccabddde8d447bfe1ca6d40ec__void__{ 0x0528B620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a314e613cae3f7d825963e75681a6fa__void__{ 0x05329680 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a3498ed6cabf9f95facb6011b0fceb7__void__{ 0x052BF2C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a548a9cb13942137bdb8df9799e8b4b__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter___{ 0x053BA550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a72b9af05e52dbcf69b879e58928651___{ 0x051A5280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a8063a13a07c21d44c389be8177b31b__void__{ 0x0527C530 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9acbf7d3e3e0843a62e993363e38015a__void__{ 0x052C3FF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b03ec310de67ab5cfbc43cc4f52f9af__BSResource__Server__Commands__DebugIntrospect__{ 0x053BC2A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b2b5a067467a630177c7aca36378a6c__void__{ 0x0535A8B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b3380dd5772ca2a86fafd327064377b__void__{ 0x0529E900 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b35363a516584bde4c2734cd2c88ff3___{ 0x051D6C20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b7b3e398fd8334779f1bb867d167f89___{ 0x051AB570 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b8f9b008511e456c1f8cb5746210202__void__{ 0x0524D760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9ba23d6e3734ed995dbb4a0c2fd59a58__void__{ 0x053C79C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9bafc2b840458a770c52b2b44ecc786b__void__{ 0x05240210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9bd14f52f1bd0fcea1be4f60970aa36d__void__{ 0x0527B340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9bdcfad0f37fc60de0785eb091a841fe__CreationRendererPrivate__ArraySlice_unsignedint__CreationRendererPrivate__ArraySlice_unsignedint__bool__{ 0x053E68C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9beac05091ce357fc08d236e96c90b4e__void__{ 0x05262CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9c104339a0b4f31b5cd599948fa58ada__void__{ 0x05299840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9c6c813c1d2fa6025e62b2eed85f6868__void__{ 0x053B3B00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9cb3d7af977bc7c27b496bec96942240__void__{ 0x052C47D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9d37c56236d407703fc7beab42855df9__void__{ 0x052C10F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9d60c609898687647a48417a58a0b9eb__void__{ 0x05272BD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dc8708b93ded6177f3559bf251b242b__void__{ 0x05242C70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dfbf5e69b0d52842981f169fe43f2ff__void__{ 0x052C9DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dfd7e597b464586ba197a26fffa9f5a__void__{ 0x05276590 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dffc157ef59182577d29cea9db316f3__void__{ 0x0537DB50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9e0474c7f710fc0b2a5d34e188ea9b66__Particles__PPM__Commands__RemoveRequest__{ 0x053AA710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9e069be17097e784c7965ec9ef3835dc__void__{ 0x053C8450 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9e7241b2c61cad9a46bc2ece1e7f07ec__void__{ 0x05244F40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9eaca6a70e172924a3f92138e9d20e62__PathManagerImpl__OpenAttachEvent__{ 0x053B0360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f38f4676ffc9a33dab33b1f8f9492f8__BSResource__Server__Commands__AddDependency__{ 0x0535C350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f63e7c7b56d3ccccb4b438c0212ec7b__void__{ 0x05262B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f6766341b60afecdf54edf41b313e99__BSResource__Server__Commands__Delete__{ 0x05382810 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f6a5fe2293ea27a75c5f1c914668a77__void__{ 0x0529E5E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f7ec8fcc4071113908328677d6879ff___{ 0x051AA000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fa0e04b9aa1697ecbea5204b623137f__void__{ 0x0518D0C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fa2eba5427f12c8a0610b2922f6b176__void__{ 0x052B38E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fb2d3839d77d6af3e7cb415f310a74d__BGSAudio__WwiseService__OpenCmd__{ 0x05205C70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fb860dcf665f28642db3882625656c0__void__{ 0x05242DB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fe37f59062020f99901fd80a3e7aece__void__{ 0x05252600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9ff1e81f68d728a2c6eb5cffcfe81510___{ 0x053FDC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9ffdbba9ab52318dd9990ebd2a350a29__void__{ 0x052C0830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a01e2626e4238c56a4119bd7d1011f6b__void__{ 0x051762D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a042ba881bbabe835d3c2008af208aa1__void__{ 0x05280380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a07f9b78c883720022cbf5e9d04935d8___{ 0x051A9D60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a087127c9a9dc01bdb0be91379030ffd__void__{ 0x0529E180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0891d46ad534d2653e6e7d124fa4b27__void__{ 0x053EBE00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0c3452c61cfd1d4f4c632799d78b77e__CreationRenderer__Messaging__PipelineGenerationStartedEvent__{ 0x052B89E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0c6097c9092389b059dc32b676e512e__void__{ 0x05255B90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0eda1e2cf2520e252bd0154766412b4__void__{ 0x052527C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0f029e58f96f9c4661675b000f2b68c__void__{ 0x0516F550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a106b797d08016044743e564a2d79738___{ 0x053E2430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a107e2a8af7539ea45f0f2c77880b2b4__void__{ 0x0524DE60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1828e5608883316d76fcc797434d604__void__{ 0x0522CBC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1833ce1370606fe59cb58a32b93e01c___{ 0x051A9E40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a18a28f6a43e6c9e79772a5def0ad382__void__{ 0x05246B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a19959e025a5ace5cee8fedabbef1577__void__{ 0x05286B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1b40e737801941929f9088347807f49__BSResource__Server__Commands__CancelAll__{ 0x05381F10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1cb8ee946088bc62d7f277a2d0db833__CreationRendererPrivate__Messaging__SwapChain__Create__{ 0x053E3140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1e214bac6c5966bc404dc9e174ffbfd__CreationRendererPrivate__Messaging__SwapChain__Resize__{ 0x053E2AC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a20b1e5553f505ca1841aeeab80e1d7c__void__{ 0x052924A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a20f3fa8dd2f4037edd4bfc359f0876a__void__{ 0x0523A3F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a21e1e73ccc04e529f73d9190ddc337f__void__{ 0x053881B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a2251e1f60fc5096f63e457ff69d626a__void__{ 0x0529B5B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a27d9f2687099ba7810deb82b6fd6772__void__{ 0x05272420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a31168b09a33617f2b1c48240ebb0d85__void__{ 0x05175340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a3442a84401265ffe7f41d226dc3ec6b__void__{ 0x052C18D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a36598b20dcc9e29c473a9c4d8ac9d69__void__{ 0x05245720 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a3d10c24a8125c7ec941fb318e3bfbec__void__{ 0x05325970 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4095d43c640b3adad856d37c979b71f___{ 0x053834C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a41fcd1c0b8ac1f7838dc84facc9242e__void__{ 0x05232B80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a442ed624a0c3d968a5a84df7efbe32c__void__{ 0x052864B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4592bcb45cb7304a72d57ffc331a530__void__{ 0x052C35F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a48d404a7fca8a7b115dc9b071d60626__BSService__Commands__NewFrame__{ 0x0538B400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a49dfe3f114516061cca22f6bad7b82d__void__{ 0x0528E050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4a4944ddb12a824203ee92a683eb693__void__{ 0x05272CB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4beb8308ec7c314a64bcdcd17182734__void__{ 0x052470A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4ddd3e6cf9339eafe2046a9190c96dd__void__{ 0x0527EBE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4eaf3446f739cd483e3f56f7f6f070f__void__{ 0x053EBA80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a50e01b479e76c0d55a44b1ee3e79dcf___{ 0x053F0280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a53b9ed8d4fb7d816d4eba08348f7937__void__{ 0x053DF4B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a54185de4a87d929046c1f967c0f6b65___{ 0x0535B040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a55e4a72af208719142bfb30cc1f1331__CreationRendererPrivate__LODList__{ 0x053F7DB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a55eb663d1a98aa32f02c7db7d750653__void__{ 0x053DB850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a583650e80194eb105c262f8e04d2054___{ 0x053ACE00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6190cfba77a4ddb45833ad10e0ce044__void__{ 0x05275F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a63b7ec47e1fc980b9ae37c2ca1f641e__void__{ 0x052C1EF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a65c5aee7d01813cad9193817d41d420__BSService__Detail__PointerWrapper_BGSPlanet__NavMeshGen___{ 0x0519EAD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a65d6df22ec597338e9327ed118548fa__void__{ 0x05261F10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6934efa6c3c3c3794dda92a0852d958__void__{ 0x0526A8E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a698a573c984625a5c2fed1589c82020__void__{ 0x05252520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6d1464a9cfa52888544977e94855505__BSComponentDB2__ObjectCreated__{ 0x0537FF70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6da57a2fcd57b2a75c40ac9a504279b___{ 0x051AA9A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6e838b32f971f3fb076cd4127205fa2__Particles__PSM__Commands__InitializeBinding__{ 0x053AAC20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a77c62f82246e6cf85c77a4affb220b4__void__{ 0x05327E70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a7c34358040756ddae59c95350b53546__void__{ 0x053B36A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a7e87f05d8a2fe0745f48429dd7f89fe__void__{ 0x0527C610 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a8027f466f84fd61d897d8e30f578a86___{ 0x051A94F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a806a08257ca12abf8d5f4328c81bef9__void__{ 0x05252360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a80eb89da5ce212b0f9e930fcd79ab85__std__reference_wrapper_CreationRendererPrivate__ApiAbstractionLayer__Queueconst__CreationRendererPrivate__ApiAbstractionLayer__Cmd__PendingSparseTileMappingQueue__{ 0x053F99F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a81e51ceb153527d1216b005d4967952__void__{ 0x0526DC40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a85230b3fd12b924e9608a50599a80c3__void__{ 0x052C57A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a8709c020e0bba6b28c428dd30eb014d__void__{ 0x0535A330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a87e34c56519e104b3acdec5cc6667d3___{ 0x051E3DE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a89c9f5333744947865a77467ce0d907__CreationRendererPrivate__MeshDB__CreateParams__{ 0x053DEE30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a8e1382f3a751ff72f5b0fe37b487270__Particles__PNM__Commands__FlushAllSystems__{ 0x053A1AB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a939e91cff8ae712fcb2bbe64b2f90d4__void__{ 0x05230030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a945ca37afefbc01b3bc1d392e27a087___{ 0x053E4E50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a947b6ef8e6acd6531be4d2c23a631a1__void__{ 0x0528B380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a95898360c6d763f4872bdd3254f515e____AddMaterialCommand__{ 0x05394F10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a987b9d7cfa0d6003a5dcc7f55213db4__void__{ 0x052371D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9c4f37e9090e5353db16ac826ac3da2__void__{ 0x05259EC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9d0b3d65d8762f74d6736c2d1abb258__void__{ 0x05189250 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9e93b7ee355e0e6af67a211615a5faa__void__{ 0x051C7E00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aa323a6fac31dd97b600ff7b3e710e09__void__{ 0x053F9500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aa55c2b7577eeef5ed6b87d10cfc01d4__void__{ 0x052C3190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aaad44e9a17b7704a94604abe4e997d4__void__{ 0x053EEAC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aab4c45dfba3f3093f5685c290670aed__void__{ 0x052A2B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aab69f06632db01cf531fead95bab3b3__void__{ 0x05268FA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aac028928394e495f991d94c75b6a797__void__{ 0x05276670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aad9a8694009ccb6c6a9c73febb0ab0f__void__{ 0x053281F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aaf8d733402c4449e7564ccd9dd85961__void__{ 0x053C9DD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab08d67b1205bd2cc6344f9a96b0d33f__void__{ 0x05289620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab3cdcf9cd8feb2d4db992837a3b7fbc__BSResource__Server__Commands__AddDependency__{ 0x051C7B60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab7c0788d2130c05c5605576aa755bbb__void__{ 0x052C01A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab847c2066fa7ebdf20154c971fd5cab__WorkshopEngine__EditColorsEvent__{ 0x05357CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab8a5ef426cb1b2a6e81801c9105a5e7__void__{ 0x0532B940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab90a413e08d8b022db630b059c68ff1___{ 0x051AA620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abd3ac9a9612a5636a929daed30a25dd__void__{ 0x05259910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abdffb83220d0cab8bccab212fee38ca__void__{ 0x053EBD20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abfb641fdc7856ac737f9ae55e07580e__void__{ 0x05293390 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ac021975287bf8f3e04d090baafc6cdc__void__{ 0x0516E4F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ac240a3ea47900992c9e72f45a6e8bcf__void__{ 0x05249C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_acbbaa5fe5801e830a705840fffb5114__void__{ 0x05227D80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_acdac7ad91961486d1b6d706e397d442__void__{ 0x053E0980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_acf172d1af3bb39b7bfa5e8c4ed65e46__void__{ 0x052BFD40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad03600678ca65089e0d105566baf149__void__{ 0x05171B10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad2271246bdfcea9d344b2dbbaaa4133__BSResource__Server__Commands__CloseDependencies__{ 0x0517B5C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad4861c97a805ea1edf7f61e6863f33a__BSResource__Server__Commands__DebugIntrospect__{ 0x053BC0C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad59957d90e5e25167143671df1ae5df__void__{ 0x05298A40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad5de098e325d92c6467eaab52ea9fa8__WorkshopEngine__ExitEvent__{ 0x053596B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_adaa4bbcf8bb7a5cd9458263e7923662__void__{ 0x05240050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_adcf180a7176c2891da5d8d7c2fbb17b__void__{ 0x052897E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ae4188ab2c1da6ac55297ba2545e0058__void__{ 0x05245560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ae7abf3f0e8cdc4d0cb2af1b94bf2ca2__void__{ 0x053F1B40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aed7c7c1fd20470f3fec8d189e3d1eef__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DE1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aeda11e5ed40e021f58ebf5a40650f51__void__{ 0x051622A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aeec332b82cb0f34d30df7fc9252751d__void__{ 0x051589F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af1517c674bc90f9140bc36efcb8f777__void__{ 0x0522B290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af163ad4260bc4177bbbae271ba60aea__void__{ 0x0522B920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af750c3bdc43ad39f2ec3f899a6fc912__void__{ 0x0522BC70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af76e8f13814d3b87e914f4170346b3a__void__{ 0x05246620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af8a26f060ca2e86120a7b71a8db7e74___{ 0x05221410 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b0058bd7a1acde981ebedda64b4c8159__void__{ 0x05240F90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b0159e597255bc45b1346bf668d10183__void__{ 0x053EC500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b054f69a1a0340f11386478e1143b6a9__void__{ 0x0526F220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b06586c288d2049879813fd2bacba0cf__void__{ 0x052A1D80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b09f44ceda2ed6e17d931863c08bafa1__void__{ 0x05370930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b0ae90a4b6d467e5239beed2b0c74978__void__{ 0x053E74C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b10b58853d90a9c43abdd13026f4f1de__void__{ 0x05244990 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1288af79f0004281b0abe9049c4a147__void__{ 0x05253400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1692f8777e2c504076d632653ad773b__void__{ 0x052C05F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b17c3bc0a68e63d1080cdc175c6e4537__void__{ 0x053BA7E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1d38fdbb4ad20cfa293baba28915741__void__{ 0x0525B950 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1e362f39b2e2e94ba35193915dae8ae__void__{ 0x0527C290 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1ef23f5f5074cb28b4e60aee11f6daf__BSResource__Server__Commands__CancelAll__{ 0x053823E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b20e924e76aace8d274ececf78e02e92__void__{ 0x05231340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b21c0d3ae547c61b8c92a03ae4a505b7__void__{ 0x0524BF60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2496173ca6831f4350e88be5d601732__void__{ 0x0527F2E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b28a73f58dfe619fdedadaa6860cff64__void__{ 0x052BFC60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b29a84e9432a0c2ca6822b9a21a9c721__void__{ 0x05280000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2a6f46c8401373a03869943f6bc31bf__void__{ 0x0532C970 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2b41c4fece56b3bf056606a1e11e5f4__BSResource__Server__Commands__AddDependency__{ 0x05164790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2d965c5572e6c7ab6a49e6da93de7ee__void__{ 0x05252FA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b318c7acfceb44b773c8b431339f0d1e__void__{ 0x05173220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b32678a3e0766dc4ea0f354c72849838__unsignedint__{ 0x05157990 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b33848b17c4f3dfd2eab25900e73373e__void__{ 0x0522AE80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b338faf177e266903aa45627a114b906__WorkshopEngine__RemoveOutpostEvent__{ 0x05356490 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b34663de41abdb9e5975a80f8cdfee00__void__{ 0x05290CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3548a164d5719fd81bf1c2f62cfbd82__void__{ 0x05233C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3764aa8b22156e31b91cae20945a34e__Particles__PSM__Commands__StopParticleSystem__{ 0x053AA840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b39356b496ecfc1532806268ad01e90d__void__{ 0x05374790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3af29a0e8102d578c83f21b8ec19712__void__{ 0x052C00C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3c2e10acbb9fb46efadf7fc49962686__void__{ 0x0526AB80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3cb845c6d58c0cecf4890b7c47fc4bc__void__{ 0x05291C00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3e72cb6383fd05a5a8acdbea55b9d5a__void__{ 0x052060E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b43f68fcda45092054944bccb184a4a9__void__{ 0x053A1680 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b444206f1058202a83c7100a566cf62d__BSService__Detail__PointerWrapper_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F7550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b45bca3de1c6ab1b40b8b7254a8b7069__Particles__PSM__Commands__InitializeBinding__{ 0x053AA220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b481c85aa9090bc1a118433409b0df57__void__{ 0x05293550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b48485809e84d949ae9a626befc2fc89__void__{ 0x052C0AD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b494d1b8a74ea52d058c46c1ee43b582__BSResource__Server__NodeBase__{ 0x053B9DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b49b9edaa8c4282d283cd7fbb6769049__void__{ 0x0527F4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b4a9a7cc5a6fb5f68ef430d42a26efb6__void__{ 0x05296000 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b4d1bd96b24e4bcf1069a144eca05960__void__{ 0x05297930 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b4e4734b9bb326b30e331498f5eee027__void__{ 0x05239A90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b50c8cc5c586487acc5152a0b048948c__void__{ 0x05233CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5429f865a265a6fcd6902a728b0ce8b__void__{ 0x05374570 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5625cccefe06765e0b5156b1e89a480__void__{ 0x05242FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b57d3fc592d4c225c74783517cf98068__void__{ 0x05325C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b58c73139db198be87daf3fa3cd6f4e8__BSResource__Server__Commands__AddDependency__{ 0x0519A040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5ba30e8c7e2e558ec88aa4f9e8f0063____SetMaterialInMenuCommand__{ 0x05395710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5c0cec8ea0f85e91ef6a2ad77d791a4__void__{ 0x0526DFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b6061d1a1f9b5a6ead5bd240b7136300___{ 0x052D1270 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b60a9281bf72477e0de47fd18ef51f41__void__{ 0x053EC340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b64d53e90f5dfcde199b2366da1428c1__NiPointer_TESObjectREFR___{ 0x052B3460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b650263cf84937fd82a5b5dff5f03482__void__{ 0x05406340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b65f623759e570984510463da5664adf__void__{ 0x05325470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b66631fff206def073e807e8d68c19e5__CreationRendererPrivate__MeshDB__CreateMorphParams__{ 0x053DEF60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b668eb99a0ed1f83bd23d4502c579b39__void__{ 0x0518C550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b6cc79c7167f1fa6010a380d3f4091ef__void__{ 0x053F9320 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b6dde8fe1ba4066c1da07fc09e64cf17__BSPathingService_DynamicNavmeshService___CallEvent_DynamicNavmeshService__ResetEvent___{ 0x0515DC70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b7288758a724dd604ac21975202e1c39__void__{ 0x0528D670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b72fbe5edafa0f4fdba07cfe06c7cefe__void__{ 0x0532CA50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b775ba9b8e1d8ea1d9c0b700a436b04e__void__{ 0x052891C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b77a424f17ef7d739b1336c24600b67f__void__{ 0x05280620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b803ccf69a3154a1357cff83c4eefd92___{ 0x053E2350 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b80ca4a11cae5fd6510ea93a43068164__void__{ 0x05295960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b81e64a6a3470e4be28f3c1f7ebcb99d___{ 0x05373380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b82e8346d274ee29ab5cba057a58e88f__void__{ 0x0524AD80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b854739170b8dc23b028c05dae699b4b__void__{ 0x0525B790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b87de3dbbae655f87ab6ce186f445956__void__{ 0x0527F200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b892971fcd1abf91e032006ea5dbc74a__void__{ 0x05269240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b89ad5ac7d848223e07ddf70a5ce518a__void__{ 0x05231B10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b8c0c726a0664dea3b22f5cd79a7366f___{ 0x053FDA90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b8ecc606e6c012803e3f4d03195c110f___{ 0x0535DC70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b8f85158bc6b8517e08fa4a8b4417ef6__void__{ 0x0529CA20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b90fd002bf194bb70f16936fa49bf9ce__void__{ 0x0526F060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b91077a5fcd357fcc21016bf4e8f2d70__void__{ 0x0527EDA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b958d309b8a3da0d2fcea8a014f81eba__void__{ 0x05173620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b9637342c82a4f2baffe7b347dee1296__void__{ 0x053EE7A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b983292cfa17d5d043882719a8b99ede___{ 0x051AB030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b98e3275bd011b2e0ceda6d17677fd55__void__{ 0x052BF8E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b9c43bd88aaf8adb90fad1cd4e5eb382__void__{ 0x05175500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b9fee7da27eb4d269aa878c1c098508d__void__{ 0x052615D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ba348d58fa19ff08d1e4360f16c16970__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler___{ 0x052B9340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ba5356749fcf1add6e5bc5fcfa687349__CreationRenderer__Messaging__PipelineGenerationProgressedEvent__{ 0x052B8FE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ba6efe7c6f88e2b6fab9345762b0d577__void__{ 0x052C5120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_baec4b1133ebe27b66a6e4f424acb9ec__void__{ 0x05192180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb3fede3f5d52eff16a62de6563a6a43__void__{ 0x05229620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb482459b33cca30f4be9866dc478d21__void__{ 0x052433C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb7367e9553dd4b562b11d6c33cd5ae0__CreationRendererPrivate__Messaging__CRScaleform__RenderCommandParams__{ 0x053E9BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb87fd2b8a408a8a75dee0689cdd071b__void__{ 0x05174B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb9952332ba8a2f17aeef70bfdcac32b__void__{ 0x052344A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc30480599d8fda06961dc40a28d3953__void__{ 0x0532DA80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc37687b423bdf983a131d14b8125a7d__void__{ 0x05244830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc40125417484b18032a4dc6b23326ee__void__{ 0x0523E610 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc4422e2772ead95386912fd539fd0b6__void__{ 0x05326E00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bcc4b53b5066ab67d938166c6f0c021f___{ 0x0535AA00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bd195aa81642a14862a2c0bf5255195e__void__{ 0x052C36D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bd6a79f2367f2b5c0a633f3927d3c7af__void__{ 0x052C37B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bdafcc60843e8758c51888b27c940662__void__{ 0x053EDD00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bdc51ae50ce15415e89fcdbe49ab6ae8__SaveLoad__CleanupUnloadedPlanetContentCommand__{ 0x0522EE50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bdf81de24cc28580fcc88dbb99a286e4__void__{ 0x053BBBB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_be27a865861e1645f00d75b8a68bf05e__void__{ 0x0524CC00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_be59b9bdfd8637f274c91721b19f7ed6__LOD__Commands__LoadedSceneBlockAttached__{ 0x05200AD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_be7fb695c3f0c7b55ac98c8fb8e29b54__void__{ 0x052922E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bebe6c4bbb10bdb5b78479172198e121__void__{ 0x051C7D20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bec62f5156ea2be3258b018f72b7a600__WorkshopEngine__StartQuickMenuEvent__{ 0x053597D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bee67aa52b8eabb482119a6766c60bc4__void__{ 0x053EAA90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bee9d915ef6c86a781c2a84d5ecef121__void__{ 0x05299D80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bf4a36381f34ed442b827a3fe387d3fa__LOD__Commands__LodUpdateComplete__{ 0x052000E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bff89ceeae715c2d964c15390070948d__void__{ 0x05252980 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0061012e4d234db08ce3bedac6dbf4f__void__{ 0x0529DEE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c04bac936f636c6b09134d8538ae3134__void__{ 0x053C6E90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0a79b15a160deb4601578fee4fb7a6a__void__{ 0x05270880 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0c2f5f7ea9f5c9476b082264f40649d__void__{ 0x0532BBE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0ed57bcf5da084e6f24d87249baadb7__void__{ 0x052C2890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c12838fd1359278fffebd2d2c1d3a612__void__{ 0x05265340 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c140b3b6718ea0c66c8e1509c22cc1d8__void__{ 0x05227310 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c177725f921ca369810b6d4e08f10f00__void__{ 0x0523E220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c1b28a084b1946a91795325f211f197e__void__{ 0x0537DAD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c1d64fdf681c194894e6fe638dcd0d6e__void__{ 0x052869A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c1f37709b7017df3ee6db3c31db140cf___{ 0x051A5830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c240919743db5cab929ac732c14e6786__DynamicNavmeshService__ApplyActivePrecutsToNavMeshEvent__{ 0x0515D870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c26963d21ad5b012e833afce82518c72__void__{ 0x051C7FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c2839438d33be7997e40baf363da0664___{ 0x051A6ED0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c2c8b72f8b939fa644b37bf326915572__void__{ 0x052C1E10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c2c9873e170d3fcb6e0479bd19cdb9e3__void__{ 0x0524A150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c3084db26419a474f2a190673c872946__void__{ 0x05262A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c329a2ded2d1512e0c8ee699e8188a2d__void__{ 0x053EE660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c3320cbddb1bd4f09ef9d2465c7768ae__void__{ 0x053F95E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c366f0de3e659666c3d1ebb57c46d4ac__void__{ 0x05295C00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c373c0374dcd98c089cedbe63789571c__void__{ 0x0537D9F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c37ee35be50cdef1d5cad0af1633bac8__void__{ 0x0528B080 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c39c109d508a9f3cdd7a9dd7ae1c7ee7__CreationRendererPrivate__SetStarmapGravityWavesColor__{ 0x053E9100 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c3f19ea681601bb83e0611e6f818954e__void__{ 0x0518D5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c4110d2d2642a834d04469cd62433055___{ 0x051D46F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c414a8d03f66d2433830c4208201b95f__void__{ 0x052C4990 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c46a58a77e3391565dc5f23eacb1691d___{ 0x051A7630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c48814f3fc8ddece36b679ed475f52a6___{ 0x051A4A80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c48f68c727d48a9554387307761a6f84__void__{ 0x0529E420 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c4b58581f861f57dc8949bf64c519eee__void__{ 0x05261FF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c4ee26123dcb11e8ebfb1492753a3d6f__void__{ 0x052733D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c53bb0f3128ed6628b831e25d65ad863__void__{ 0x051755E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c57602ebe5a4122fb5bdaec0f0f48352__void__{ 0x0525CF60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5829b238a3cc4ed8b8cf45434280f1f__WorkshopEngine__EditItemEvent__{ 0x05357860 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5c551e743b8357a85a6f78be052e8af___{ 0x051A2E20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5ddd03289170821c86a14854d4db691__BGSAudio__WwiseService__ReadCmd__{ 0x05205EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5dedfaaad72253bba4c751c8a44d08b__void__{ 0x0525FBC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5f2fee095cbaef39506c8020c76f976__void__{ 0x052C11D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c633a7d21f64fe9fb5c011306be8bf20__Particles__PSM__Commands__InitializeBinding__{ 0x053AA4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6360bf782547b1c763642be98ed6ca6___{ 0x051A7D60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6376500b55e1668d37ffe9b1bcaf535___{ 0x053FAD70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c637fe0e5c6d32e8133674ea28753abd___{ 0x051A9F20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6503eb812b8427606f871faf942c47c__CreationRendererPrivate__SetStarmapOrbitsEnabled__{ 0x053E8330 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c660963b35de908f4ee077d1af9750e9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DE6C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6c7a639cf365d39b696c90f93a4240a__void__{ 0x053755D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c73f87f810c41c3fe099018e99dff565__void__{ 0x05247630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c73fe59de4810c46382b272906a84991__void__{ 0x052C56C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c751b03bae711cd8de69e71e08249757__void__{ 0x05189F90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c78492138796f2298b95b7becf82864b__void__{ 0x053DB770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c792a704049764f07f8d192380f1f235__CreationRendererPrivate__SetStarmapOrbitsInstancesData__{ 0x053E8190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c7e9a1d4d74e13baaf4a71ddc30e8517__void__{ 0x05259BD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c84c0a6afb00c46258e6b9fc7a636194__void__{ 0x053EDA90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c856faa630024abe58d11a5c96f1796f__void__{ 0x05244750 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c858474b55d490cd78e7fa017ec24e0f__void__{ 0x05286A80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c87c8306f25ff2c12c97d2e763d55f3c___{ 0x051A9790 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8c42f29207845e93e04ec9288b96e5f__void__{ 0x05175900 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8eb8d70401afe8c9708fc4398eb6764___{ 0x051A5610 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8ee4c67b2ecf9e0b5a37bc62ae8c2fe__void__{ 0x052C5A40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8eef334360162189622ef7dbe4365be__void__{ 0x05231A30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c90946e98df523349d1868cfa56119a1__void__{ 0x05240CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c985fc3cd642904690c79a3e69ae27cb__void__{ 0x0528DB10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c987e7ef4767e4a2a762dd29def33918__void__{ 0x051759E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c99a3f6671b7865e5ba2b2a3f40ee6fb__void__{ 0x05359DF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9aa4b0a137cd567e869969f3c852a7d__void__{ 0x05252C20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9c459e95453dbfdd01deea07fd548d0__void__{ 0x05246C40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9ef09b048d02350488537fbf507d682__void__{ 0x052C0C90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9fc156db8d50b7682fb91b4fe13c978__BSResource__Server__Commands__Cancel__{ 0x051C2BC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca411397cc7ad1ae896bda064050705e_const_void__{ 0x053F9F00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca4b762b3a71115ff84073aaadfa7668__void__{ 0x0515A3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca52c6185cee9b0519921da9e9d9f006__void__{ 0x0537DF70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca5c327bb4604bef7fdaa01381212fa0__void__{ 0x05273670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca670e46c9c0337725fa3b627555dc46__void__{ 0x0525C4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca8d70065662cea744b0cb59115e01c5__void__{ 0x052C4B00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cab30c9930caf4954200627de3921680__void__{ 0x05234580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cac58ebf2259db6843c7a8a3dd85759d__void__{ 0x053B0DE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cac737c3cf0c9b4e5aae623c943fc3ab__WorkshopEngine__ResetColorsToDefaultEvent__{ 0x05357F50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cae2ed5fbe75c6326337d8ab2697e353___{ 0x053FD8D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cae3e8a5a345dc78ec345a8e1dba70e6__void__{ 0x053EFB10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cb34c4b72627333cfd08ee5063236908__void__{ 0x053B1D90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cb52a8748f546fa2279f806ead92eeda__void__{ 0x05182020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cbdbaa8ba735c6857f5671129f091278__void__{ 0x05171720 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cc608d559dc612964e56255695efb653__void__{ 0x052CA280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cc8d4ef32517db8944ff99ffde4c00e8__WorkshopEngine__ConnectTransferLinkEvent__{ 0x05357E10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cc99b5ab895125408c791011fa564985__EffectSequence__StopByNameCommand__{ 0x05160640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cca14804f8ce421264dfd06b60a76cc3__CreationRendererPrivate__Messaging__Window__SetVsync__{ 0x053E3960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cd48cb8b10de9e276b731a8c3c6ccae2__CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle__{ 0x053E4F70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cd8767d4cc18808a29b36052824b8e91__void__{ 0x052C52E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdbd355728ca375d55cebd4d979a51ca__void__{ 0x0523FA10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdcda53dd8c13a9a5c98779f2a822de8__void__{ 0x0522C5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdce5633408e5b3efb373bef6276ac5f__BSResource__Server__Commands__CloseDependencies__{ 0x051656A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdfec2d8732b7b7b232fd04b0ca946ed__void__{ 0x052C5580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ce4441f275a713458ca3cc4ce8eb3528__void__{ 0x05228890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ce6815911da9ee1609d5e28ccb45c724__void__{ 0x052999A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cea5ddcc0deecf2285168d8ffc4df892__void__{ 0x05267220 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ceaa2dd80f77825c9c6a12b61cf85e74__void__{ 0x0532BB00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ceb6eab0872f741ddc3b4ade6b6e2dd3__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053C7580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf0d7f9c4556855d42fcf4e4900789ee__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_unsigned__int64_unsigned__int64const__{ 0x053ED9B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf104df53b61c5e21e90f52547879b5f__CreationRendererPrivate__Messaging__Window__UpdateLetterboxedRenderRect__{ 0x053E36B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf5d32eca60cc15a1ff4d2323b3dfe36__void__{ 0x051D6FD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf6c7bed5b8b59c53f8cf57e06ec00dd__void__{ 0x053C9CF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf861d595c015065ee63210bddf426e3__void__{ 0x0527C1B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cfe540dc389a842fd3f898ad15ed7067__void__{ 0x052932B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d00bd4b3cc28a7b52d6c36389f06f2ec__void__{ 0x052A1D00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d011308b716f95c1ce4fd11edf7fe68e__DynamicNavmeshService__DynamicNavMeshTaskShiftWorldEvent__{ 0x0515E500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d05428a0d6eac48bef7969a90a6daebb__void__{ 0x05236ED0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d081f8ec0a28f9f42a07c61629779e33__CreationRendererPrivate__MeshDB__CreateParams__{ 0x053DEC60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d0a00a1c40fd1c4b827aeb168ec697f0__void__{ 0x05279520 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d0b38a2b64ea6a83dd8742bc4c09c50e__void__{ 0x051D7CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d0daa2a0f96dc708c841ec7282e42595__void__{ 0x05278460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d14bfdebbcc5b1a40910ad308ed315a0__void__{ 0x05289380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d1a85852ccf530db5d9ffc1165adb14f__void__{ 0x05269160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d1b15e7906fefbf27288e3cf43585812___{ 0x051AA7E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d1e07d92f394208ecac492d6b1b9afa9__CreationRendererPrivate__SetStarmapOrbitsInit__{ 0x053E8470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2034ddf379e73991db9287c19a693e9__void__{ 0x052612B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2045a6931dbb3c56b0337fe777f8761__void__{ 0x0528B8C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d20c7a5cf88cf3fe03a7b5658d67b157__void__{ 0x0524CA40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d224d8c61c61034aff3ed0843102e1e5__void__{ 0x053F2020 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d230362e02c84d6ab1b7c65d1bc8c88e__void__{ 0x052BF100 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d23b853e25a2629ed2297ff4cd852e65__void__{ 0x05221A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d25b44ada420214200b1796b04998fcf__void__{ 0x05325A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d26885b16ffb44f5a6e1c1c1d328eee1__void__{ 0x05241A20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d28b2514fee1e685113be485058367e1__void__{ 0x052343C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d29011171001a7b353c1d5f3de3107ac__void__{ 0x0527FF20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2a96382163ef443f4ecbec914a654a2__void__{ 0x052C5040 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2c45e37aa6d14fa91d1976ca7b3b798__void__{ 0x052BF800 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d31c027334eba059cb2494951476622a__void__{ 0x053B3DA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d35e2e5e1e6645da3c6c2472c42cea80__void__{ 0x0525CE80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d38e042d010ecfb6571f376bf444798e___{ 0x051A93B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d3a361ad4fe2cf915af80f30a88400bf__void__{ 0x05274690 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d3d8665d970dabc226925b791ad8aa01__void__{ 0x05359D10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d3e6bebab3e1972beb2690a7aaf4458c__LOD__Details__PropagationPayload__{ 0x05157A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d442cbed50f9f9fa41b59e5ec65beb76__BSComponentDB2__ObjectModified__{ 0x0538D2A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4511f1c8a4a1c57f4fe3d63c97a3851__void__{ 0x053EE580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4873959f99d67a8e3041d8a6e25b31f__void__{ 0x052C0F30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4a37142b849270c983c966335144925__CreationRenderer__Messaging__Game__EndFrameParams__{ 0x053DCF20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4a90d8b490da9ad87050b9e47e9ce33__void__{ 0x053C9B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4d02e7ac968e24b091f5fc47aa2b87f__ActorValueBindingUpdaterService__GameResetMsg__{ 0x0515BD30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4dff2479a934257ec977ef0a502ecfa__void__{ 0x05253240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d50aec74688941c74791c628312cc2c5__void__{ 0x053DF3A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d59e4b32df696e14957bce123598c154__void__{ 0x0538EEC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5ad36a5ffd5ff5d89ed7b683a8fbed6__void__{ 0x05174970 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5bd335af5b6eebdf95ad0ede1d39d9c__void__{ 0x053E1060 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5cd468287d92389ab5756d4920078de__void__{ 0x052BF560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d61efb6dccf2a7ffd2330a23d62e6332___{ 0x0517C150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d668158a7d7ea2b2ca77287f6653df5f__void__{ 0x052BFF00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d66e268aa1f9c0b646773e3994fafdf4___{ 0x053FD710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d683a2347dca7fa53bb7c147c9324b18__void__{ 0x05379110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d6a4ce2b7504d794e8fbf05fba0dcfc7__void__{ 0x052745B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d6bfb1685d09d6b78624d65c22213c9a__void__{ 0x0527BFF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d7152fbfd6e6fb4d8133974ef8f9b10d__void__{ 0x0517B1F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d72bb07bdf19bcaf13923619bf063571__void__{ 0x05261390 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d73ddaae14fa9c14f4340b0d42f8ea39__void__{ 0x052C2B30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d764d8c52a74c7472a6ef0f8dd837b60__void__{ 0x05252DE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d785c61586a9e47900d392c3764c7336__BSResource__Server__Commands__AddDependency__{ 0x05163910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d79201925a6445b2cdf3c329eae63194__SaveLoad__CleanupStaleLocationsCommand__{ 0x0522E9B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d7d7379d4565e7ae53a360359e4fff64__void__{ 0x0527BF10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d813ef195076a0d5c5f50cad61ab9551__void__{ 0x0524CB20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d821250702487291199dbc44b4587ea4__void__{ 0x053DFE90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d8464a5dcc59f42b0c791959b830f3ba__void__{ 0x053A01E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d8d63dabd36063492835f2b4a8794740__void__{ 0x053F8EC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d93a5500f71032918d90d1fdec7083fe___{ 0x051A3580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d982140ed9b52ae3356836373d763488__void__{ 0x0528D210 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9a2a6cc3d886003129a6d772f824660__void__{ 0x0524D300 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9ba28439b4dd48573d367a317196da3__void__{ 0x05326FC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9caa33081b4b2de1c935c5d4acb1c5e__void__{ 0x052CB7B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9e1eae64c2ee3db5a72f69096f4b1ad__void__{ 0x0529C370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9fe883663b5b6bfbf4c4bfc87b289f4__void__{ 0x05269320 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_da0c92c3ad045d38ffbbf4cb8c3d7b34__void__{ 0x05251140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_da5e68be229ec7724ddb585c6384c6ce__void__{ 0x053EF240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dac88ae3b1799d2e2586428eb6dd93fa__void__{ 0x05154C90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db02a49f191c068077d00fab34209aa7__void__{ 0x053EC260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db14e6cd906d83c75d1c2d83f9398183__void__{ 0x05250FE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db1a7638ec5eea992a33f61c1f4917aa__void__{ 0x0527F900 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db6ec78c800eedb3e388383210507079___{ 0x051D4990 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db9d83265ff147a7afe620650c637f76__void__{ 0x052C0910 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc3c3a062b03fdd4dbf7cdd1fead5feb__void__{ 0x0525F0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc54ed68cdb9bd3ff3eadcba3a5e3b6c__void__{ 0x05324740 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc7600b08f68c519a2de538baad17d72__void__{ 0x05270960 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc89af06c6e0b276aaaa00c9f193e00c__void__{ 0x05269400 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc9eb628cd0a8222139c923d1c8db8ef__void__{ 0x0526B8D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dd942a628e661f15a24083f65c881338__EffectSequence__StopCommand__{ 0x051608A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dda7fbb98e98211d3b0a1a256420a198__void__{ 0x053B3860 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ddd76da310709da8ff4908394a4def42__void__{ 0x052BB3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ddfc9904dc0476e07ef54725c8479f8e__void__{ 0x05328030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_de59dfd90acf96e5df1f50504fc73bec__void__{ 0x05298B20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_de5ba17aee94bf26e3bce9a97ab305da__void__{ 0x0522DCA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_de8937e6a41b348c77f089193914214e____Service__GameResetMsg__{ 0x052ECE60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_deac8d8ca2f9b6e7fd011bb91be0cd38__void__{ 0x051763B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_debfc1370a752be039ac1f36e8b6f9e0__void__{ 0x05241780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dee80e3b4a3ee4c59c742942e448ab34__void__{ 0x0526DD20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_def4898be93fe80499f29121ae13d39d__void__{ 0x053F9E20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df299e39021d8de402dc89c691c889a7___{ 0x051A3EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df32f5293dd6ffa5e6c8d2c71a2085f3__void__{ 0x052798A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df41a858dde78937125d2e0206a3ad07__void__{ 0x053DFF70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df568da1d821b5aa2ca6939fb34f8100__void__{ 0x0537E5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df8f8ed82b1008f62820167db562b05b__void__{ 0x052763D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df914792c6711628bd97cdaa3c88129d__BSResource2__DBHandleBase_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DE3D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df9a7a75a541fe142942aeed0cd4cbc8___{ 0x052B9260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dfaddc4c05c64eed4bd731f407275108___{ 0x051A8A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dfb527469575c5c2bb76adcd67b02e51__void__{ 0x05248AE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dfd13ac46cd8519c6f1aa02af77a8d2f__void__{ 0x0524D840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0229f3ba421f7d899b6d6be917f456e__void__{ 0x0524D140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e037e2941cf8f37594b926f521829f70__WorkshopEngine__RemoveWorkshopItemsEvent__{ 0x05356360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e07db663bebd0c420226fcf81b596ebb__void__{ 0x05236BC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e097d6925ad27f35efb82cf07f91fbcf__void__{ 0x0527C370 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e09a67be2a923988ad6c726762cbf24a__void__{ 0x05243200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0a55ada324f997d33e7d939fada5769__void__{ 0x0526B9B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0b7fe46b617b32af0c441ec9bf3d565__void__{ 0x0526EDC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0f9178f6023ed2958977de6e7ac9f6a__void__{ 0x05262C10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e13fb7554d868f75d6ed7f16a2dcbdec___{ 0x052B94B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e160103b374139e999f72ba45a4ccf9e__void__{ 0x0525A2C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e178bd2cbccc25743f9e8da680f0f7fa__void__{ 0x051C80A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e17e9fa4648c6a3958fdb0f034d3cf46__void__{ 0x05297A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e1f61f1ae102d83ae65c510954642022__void__{ 0x052C1FD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e22a2eb0ec24a462f93317c3753e7442__void__{ 0x05174890 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e27cc8c4285007bfee50637dd6a98658___{ 0x051A30C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2add6adb287b8a88ba9ca51828c2086__void__{ 0x052C12B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2e444e47a6b53da789f1849d781c2f3__void__{ 0x0522C680 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2ecf1080a70eaf1e1d3e18b753d218f__Particles__PSM__Commands__WaitForResourceLoad__{ 0x053AA0E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2ed67abc560774352baadf77b4dc47b__void__{ 0x0523CFE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e320a347142e2824e710b1d012a7742f__void__{ 0x05296E80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e33f2106ab171ba64e1d3995881dd8c2__void__{ 0x0528DE90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e364147ef3a68f7708e1581fe9051a6f__ActorValueBindingUpdaterService__RefrAVBinding__{ 0x0515BE70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e382dca790b55ab7ad056ef4323371a3__DynamicNavmeshService__RemoveModificationForCellEvent__{ 0x0515DB30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e38b2559e563263373d108411f4cc654__void__{ 0x053EC0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e3912bd421c8772c43be3b3fdaf94e7a__void__{ 0x052694E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e3ec64a8d3ad03511d05668cb11608d1__void__{ 0x052C20B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e411e56115a9ed0c645a9bb1a1a9159b__void__{ 0x053268D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e422f5dacac2730625a59219ddda8994__void__{ 0x05323620 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e43b57d99687333369dcaf3b71ad7048__void__{ 0x052C92D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e48dae92fd8f5113a8a0236e0f17adb8__void__{ 0x052C09F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e4f611c0e624224dcf73c033589c2dc6__BSResource__Server__Commands__AddDependency__{ 0x05230EA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e4fa35474ca2e8f09f7a47da93847b6d___{ 0x051A7870 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e510b2dbbc8a9f394dddf7d1670e8d32__BSResource__Server__Commands__AddDependency__{ 0x053879D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e516e47a18aa65a63ea044f225347949__void__{ 0x05253770 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e51a1d0b6e4ebdb1b49d4450ace2b127__void__{ 0x05296F60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e5313d2da9b6d07c847fe1649cd9c8e8__void__{ 0x052CB510 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e53817bb0e410ed093ae722acfc69a4d__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator___{ 0x053E1A90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e57fab9d8bea3c284d37a50ff0bf75c2__void__{ 0x0526BB70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e5b67857f4652cb0dd16a3954cc359b7__void__{ 0x053DBC50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e5e2a9f4a8f7f15a8de085db1fefb715___{ 0x052EC710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e61d0c6f45fad23658d2eaf8459db056___{ 0x051A6C00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6355ceb40aad02e93e9f4db205b4cd8__void__{ 0x0528DF70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e689c9fb161f877d9c891f62b5e05504___{ 0x052EC630 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6ae8b0ddded6f5a31234a0f191dc1f8___{ 0x051AA0E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6d1a884612fce7f5d08345b447a34a1__void__{ 0x051761F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6daeef968dcea32dbc6b7edafc8fdd0__void__{ 0x052743F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6f46f81e1875e8a10ed78185663396a__BSService__Detail__PointerWrapper_ActorValueBindingUpdaterService___{ 0x0515BFB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e75542f60dfaa1e25d45149e98a46c97__void__{ 0x05246540 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7629110a2e2112fe89623e8a76cd900__void__{ 0x05278380 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e77cc6815ad2f4f3972bba4dfe568972__void__{ 0x053B3320 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7b4fb1f060f619dbdf0cbeb9094ddb2__void__{ 0x05231FF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7bc9474c296428dc18d67bfc3db30b3__Particles__PPM__Commands__AddRequest__{ 0x053AAFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7f26129d4cb2d76425980de73522054__void__{ 0x052CCFC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e812238ee68a34428d7ede37d3ec8ded__void__{ 0x052BF1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8529a99ec6bd94da0dffbc1daf44421__void__{ 0x0525D3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e88649edfd66bfacd2b0b4b1900621ff__void__{ 0x0524DA00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e88901c12d97bc422da68c1d1d4dfc63__BSResource__Server__Commands__NotifyComplete__{ 0x051658F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8b0019bf12e8a134f067f6ca6d229a6__void__{ 0x05285E90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8b272e924c9d8a5cb8f3ee7df86d940__void__{ 0x0518D760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8b73dd9e4b80aa522d38b0b3f30dd5e__void__{ 0x052CD8E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e906263a3b103061abbdae206999f6df__void__{ 0x0528E8E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e9075db7bec698bce1fd101c335b6cd6__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x052304A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e97c0c53adc5448b1ab8ceb8ffc3ba49___{ 0x05402CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e9ac7e1651aa509154c53fd50c26cbe8__void__{ 0x0527F3C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea4c11695b9e0bd4fdea218deceb8066__void__{ 0x0527FAC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea67316706a873b0932d9ecfdfbe0133__void__{ 0x0525F580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea956dc4c72d73db6530678bffa4498b__void__{ 0x0525F920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea95fffe802c1d940c5e1a2a80731690__BSResource__Server__Commands__NotifyComplete__{ 0x05389180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea977bd82f06fcd039e9eb4eda078dd6__void__{ 0x052998C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eae6e7388d362da9c61e98d4b9f951eb__void__{ 0x051D36B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eaf2973fce53c162c4a0aaa2b4a6557a__void__{ 0x0526ECE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eb9ed87ccea9b4e03a1e7db57ab66cce__void__{ 0x0528AAC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ebb4e3b77e4b8c9e3b79aa455fc247e9___{ 0x0522FD30 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ebbb0c600e817f00b1596e13c1edf6ed__void__{ 0x053F1D80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ebdb876a75c3e61df2d72c17b80a3603__void__{ 0x053EDC20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ec43fba6a3e69126f357e79f30a211ec___{ 0x051A9C80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ec4fb9da4d48fcbefaaf8d8fd5dc9454__WorkshopEngine__StartWorkshopEvent__{ 0x05359470 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eca62b14bf8309ab9a4fdb97810b2726__void__{ 0x052A03C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecbc55471c9a39a14bd2ac92168219d4__BSResource__Server__Commands__AddDependency__{ 0x051C2CE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecc37c7e6356898fd9d16f2b69f1b7c3__NiPointer_BSCloneReserver___{ 0x052B2FB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecd1df969ec29674ff5e667ad510e114__BSResource__Server__Commands__Cancel__{ 0x05164EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecdd739ac15984ea616b0d7bf8f77e4d__void__{ 0x0524B100 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed078e0a8f89f750329a8b3c2c9c961b__void__{ 0x0528B460 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed13742a64513a110e68fb68341b6658__void__{ 0x053C6C70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed64a887ec1a1fe698636321d4b60a95__void__{ 0x053FA090 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed70a02551020864b03872b1ccc6007f___{ 0x051AA1C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed7efa32dc10fbbfe7a4bf4d63b61928__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053B93A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed8f404cc151b68abb2ad2245de66ac4__EffectSequence__StartAutoplaySequencesCommand__{ 0x05160760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edb0a476ae3ed39eab67b116bb138171__void__{ 0x0522B840 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edbe5b63552b8c67c63e6d42e3f31578__void__{ 0x05266DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edcab7ca64270a1cbbd713f7e42197b2__void__{ 0x0525DEB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eddd2a5b37113f73181b54ceed016c4b__void__{ 0x05246EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ee8016e2c8df5c22802955efabd29c68___{ 0x0535CB00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ee8c6c2a4e88c03c97d86b78f287bfff__void__{ 0x052C2270 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eeb1177804b0038b22cbc999036ffd1b__BSResource__Server__Commands__Cancel__{ 0x051C2AA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eedd972189992f09f48591b9fbca4dbb__void__{ 0x05175820 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ef9727750d4202a97b5eb3adae503d6f__void__{ 0x0525A240 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_efca58d41de8b7540cca78fcfd4f38de__void__{ 0x053BAB90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_efda8a34134977b8f75f972d9bd0f37e__void__{ 0x05251E20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_efe9b9fa4d464bf52f0d50dcc5308e43__void__{ 0x052347E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eff177f68175b768f81449a0ae58784b__BSService__Detail__PointerWrapper_BSResourceReloadManager___{ 0x0538A7A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f00629075b3be0e79fad8ed326825352__void__{ 0x05248BC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f065902ff23c775479bded2b7c81aaec__void__{ 0x05297120 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f06dd1583b7750cf4d95a53ab9690089__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x05388EF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f081581138039467807084b06c9095ec___lambda_017d7a24bc0982ce37708250114d75e5___{ 0x052B95B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f09151a5842e5b743648a54e1a902f95__unsigned__int64__{ 0x0515C1B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f0bd41ca64c9abce9df546ddaea923a5__void__{ 0x05290EB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f10b27cbd06ee272fd23bec89a3d9c2c__void__{ 0x053B9FE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f125ee401519f355e15d5af6d108c316__void__{ 0x05248200 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f15ef6dc2a0832bc200a443d85c0237f__void__{ 0x0522BB90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f17778d323c5cb3d60e4574eed5d7480___{ 0x051A31A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f19ba2b540f18f1ba31a6ffea133b993___{ 0x051AAE70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f19cc6e7e68748fe36de7d95121fe673__void__{ 0x051C7EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1ac66bfcaca1d027c7c01ab1f1818da___{ 0x0522FDB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1bd33e9e33b1a0f643b884afba2a574__void__{ 0x053F9850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1d07b3b9572d39e56bef108a103804d__void__{ 0x05255900 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1f68dfb865c49ffee825963e1952c7a__void__{ 0x052320D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1fb074984728031673628f4f8d9c8ca__void__{ 0x052C4450 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1fd5ad4f5fc94247b067c0807d1fa73__void__{ 0x05297850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f20812d747fc6158df19f3c32908e47e__void___void___{ 0x052B9EA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f22ad6496aa0f1254df16f178749a6e1__void__{ 0x0529C110 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f262e0592dac9e8316be3c93690d9952__void__{ 0x052520C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f27791fe482f10c0dc2f8bffafe59edc__void__{ 0x0525E230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f28d424d038f14a5ca02d3de54f44b3d__void__{ 0x052B3560 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f2abe293eed6b7b16a8066ca3e33c750__void__{ 0x05172EA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f2b887928b3bf97418f4f9447980c987__void__{ 0x0537E940 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f2d60a678367d6efb4d7f763640fd71d__void__{ 0x0524D5A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f33946ae3c688338fe5959314c5846f6__void__{ 0x05250D40 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f33ccfb4ce4b44ac8bd288d51a3530ba__void__{ 0x05232E60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3482a1422c149f70a7e798fe06cca96__void__{ 0x052905F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f37535c6467809b5275e2389552e0afe__BSResource__Server__Commands__Cancel__{ 0x0515D2D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3b3c5bd2369f409c4e2ec4f5a91075d__void__{ 0x0525D580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3ed1e5878e9627378e6a75ecdd0b812__void__{ 0x0527B180 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3fc02c80ed9605c218fff03bb1d8932__void__{ 0x052AF010 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f426755a78d9c1bee6876023527e47a0__void__{ 0x0527C450 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f453be01c5cb989ecd5c79519bcc1705__void__{ 0x052C6160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f476198f0e69091d959145b98a338da7__void__{ 0x051564C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f4b21e9b11d92803d5529f301dcb0307__void__{ 0x05285DB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f4b3d203e3476e201239bf904af45cb6__void__{ 0x052CA4E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f4ddf8a3151cfe388633ee285af9ca83__void__{ 0x05290F90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f50bb866f576b3baa812c88c7aafc4f6__void__{ 0x0539FD50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f5293da74ad30feeec9d8eef25ba6238__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetSize__{ 0x053EA140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f55074da29b4e1090f7955e4f4c0964d__BSService__Commands__NewFrame__{ 0x052B8BE0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f572ec6e611362dfaa739a6392101346__void__{ 0x052CB430 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f5b07183db6a52cb943280803b4e81e4__void__{ 0x05266F80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f63250b05c663ef37a43a16d218f13a4___{ 0x051A95D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6337139ddff45faa741582c4fae3b2e__LOD__Commands__LoadedSceneBlockAttached__{ 0x0519EB90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f650daaa6ad50b935d60bc9e56904497__void__{ 0x05156E90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f65662b6bf3ba72c9baa403b81560088__void__{ 0x0525A160 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f657182e1c1f171ef140a1605fc8e65d__void__{ 0x052C4D20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f65e76c505c4e051a84644637f665f74__BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__unique_ptr_BGSLODManager__AutoPostGridLoadNotifier_stl__detail__AlignedDelete_BGSLODManager__AutoPostGridLoadNotifier____{ 0x0517C760 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f66dae1709fe258f41b748ba877b10d3__void__{ 0x0524D920 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f66e693c7e744609566795ca8858499e__void__{ 0x0528DDB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6b17e4d9cbf130f1dbf4aa0d0bf3217__void__{ 0x052782A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6b9f75711950ab760eece5ae3e87baa__void__{ 0x0526F140 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6e0f9a886250e1a924876596248bc2a___{ 0x051A5F00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6e4e8de94149f76546cbb8f369108c5__void__{ 0x05237390 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6fc3afd2e5a487a8c78ccd15ad62e96__CreationRendererPrivate__SetStarmapOrbitsDrawData__{ 0x053E8050 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f7125086ed2576178d640742168bb6eb__TESObjectCELL__{ 0x05180AB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f75b00c41e9d4979a77ad3a5c1488ee0__SaveLoad__CleanupStaleLocationsCommand__{ 0x0522EAF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f7aaf0ff2349c7b105c08cc7f5ebedb0__BSResource__Server__Commands__Reschedule__{ 0x051E9850 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f7d76da8fd5a1d8e1a8b27064a679ad3__void__{ 0x05273830 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f831e34ee529acf18df25f870525ad90__void__{ 0x05253A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f83a5e8329320964c66c1e1fbc00113d__BSResource__Server__Commands__AddDependency__{ 0x051E9710 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f84a8ebc832877eb6636e3104fc4546c__void__{ 0x052CC550 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f86a61c425e65b37338ed338920cccba___{ 0x0519E1B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f887eb1c73eeb204605472a93c4c5087__void__{ 0x052C0D70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f898081955113daa34d459e6300259d2__void__{ 0x052802A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f8b6b68cafd6476f89dc7caf6d8ce30c__void__{ 0x0527ECC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f8d357ff15b75cb76cef4da2fdffce07__void__{ 0x05248CA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f8e470ebf197315133a07b370e74f846__void__{ 0x0518CBC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f90a9ac2b046efa11fc6485aca204cd5__void__{ 0x0525F660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9107a896431c3c1b883cd183342de53__void__{ 0x0525D4A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f920dc2bb2aad3ef942fe3e8983b9e74__void__{ 0x05170780 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f924e88d1b9a094a1b877f45ebfef5ef__void__{ 0x05175260 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f94543f5a8d581540f6bfbfec6f06619__void__{ 0x05252280 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f97062137a41902784827cf3646875ce__void__{ 0x05230DC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9789bedd5b6d7f598e0a5045d397abe__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x05389FB0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f97f70732bee7fff90193c3aa4860495__void__{ 0x053FA170 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9b8894ccfc14d35e049ffd4ec68f9a6__void__{ 0x0524D4C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9c0716672c39462cd28fe4469b9a0ce__void__{ 0x052C1B70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9cc2a5fd304c8fbc7a41eb02c1a8c3d__CreationRendererPrivate__Messaging__CRScaleform__SetText2DVisibility__{ 0x053EA360 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa184cae9a06ef42438b7ca25483b210__void__{ 0x0522CA00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa21aff32431097a600043ad62aded71__void__{ 0x0528D590 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa5c9fb0480b38adfe5fc7295ff79dfd__BSComponentDB__ViewHandleconst_BSComponentDB2__ID__{ 0x051C34D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa7e5638445ad26a2f6edcf9c92924a0__void__{ 0x05236A10 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fae124040a7344b0c697a295313fb6c3__void__{ 0x052C41B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fae8edd8825582fa8c68a2d244dffc82__void__{ 0x052BFB80 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_faf0928f9454f6a4fd04936523bdeb6b__CreationRendererPrivate__SetStarParams__{ 0x053DDCD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb3a479eaf54efe04bee35dc8c07c7fe__void__{ 0x052C3270 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb6de06a4fb3358148bb5827b64829c0__void__{ 0x05273EF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb78e2bb52e63e6fc500be7cd212621e__void__{ 0x052C17F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb9cc68dec4898af77817d85ac432a05__void__{ 0x05176030 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fba4adcc29d642c5be1505da95f3cca1__void__{ 0x053DBFF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fbb467bf6d750df51b7bec5cdf9a1214__void__{ 0x0526F3E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc14bec31f3eef96ae51549cf087c2ea__void__{ 0x052C5B20 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc4d7464c8f2a9af0e6fa063db84a885__void__{ 0x052469A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc5a7a3d608fbcaaa714726ba2a7771d__BSService__Detail__PointerWrapper_BGSLODManager___{ 0x05200500 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fca09c0543155e7882b2f46aec0ed67b__void__{ 0x0522C4C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fcaf73e3d8809f1f873fde6825e51f1c__void__{ 0x05245640 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fcbd409d1f3065cf4d493e2af3cdd34d__void__{ 0x05273590 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fcd73b8f485f78e1c7f0eb96364c8359__void__{ 0x0522DBC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd40cfd3b4dc524c6edc92a743cb1bcd__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053C81A0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd476c18651b400f5eacbe773bf0df4a__void__{ 0x051E9440 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd5ed2dbfdf3c051d0ee2d98b985beb3__RefrAudioUtils____LoopService__RevertMsg__{ 0x052253D0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd798d3a2c10c16ddef287e5325802d3__void__{ 0x0525B6B0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd8d082ccc13f06a355f03ff8e4e4593__AutomatedTestUtility__CommandRunner__ConsoleCommand__{ 0x052ACEF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd9116da4e8e9a38d925d4135fe0f597__void__{ 0x052C9A70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fda6fe9f4ce64c17265fd8a572949e57__void__{ 0x052342E0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fdd528e9b65a20b6c77525e6f033d37f__void__{ 0x05329A00 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fdec907b162afc07d72b29e93b37e18e__void__{ 0x0527F660 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe2f586110ce1c165f0211d2ed02f69b___{ 0x051AAD90 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe43470221de5ec17bbf5c42826732eb__void__{ 0x051ECEC0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe5f433c207b4c5156394008979c62c3__void__{ 0x05351600 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe931f82928437e3886c509dc81b31e5__void__{ 0x0532CE70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fea828bdbfc0b796b6c866c9f65fe15f__void__{ 0x05247F60 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_feb7ec54b500143d764a76b9b3fa91ae__void__{ 0x0525C150 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fec7288cccfaf54dd0c480e2a003595c___{ 0x051A6DF0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_feddd18a0cbade858140ed1c4fb88642__void__{ 0x05259A50 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fefa1af07137bfea43776815f2a31bfa___{ 0x053794F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ff1fc4086ee075ce3cd2fded756c2327__void__{ 0x05259FA0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ff2e7f2ee8b46ce8642784ff42c34d2e__void__{ 0x0527CA70 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ff62650fb3364dd6a63e78f2cef5b1d8__Particles__PSM__Commands__StopDistanceCullingParticleSystem__{ 0x053AAAD0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffa05cbb81c4328e75bc6019de81fa6f___{ 0x051AA8C0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffafdb4f4c9ae8beefcbc797c23c15c2__void__{ 0x05243580 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffd45a9c67fe3bdbcdceaaa38b6b5eae__void__{ 0x0537D670 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffdd182d0bd312e73072d3506118f589__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x051C7190 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fff3bd82c3e582c7056e4ffdb99b463f__void__{ 0x052C25F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fffa2ab94a55b6ba9747750f085ff9c7__void__{ 0x05205230 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_void___BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__{ 0x05388070 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__RenderTarget__CreationRendererPrivate__ApiAbstractionLayer__RenderTargetconst__{ 0x053C9810 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__Texture__CreationRendererPrivate__ApiAbstractionLayer__Textureconst__{ 0x053C96F0 }; - inline constexpr REL::Offset BSService__TCommandBase_BSService__TInlineDataCommand__lambda_fc5b3a540b3fa7c9716da7e9b592601b__unsignedchar__{ 0x051695A0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_0ad205e897296c4233e80e0d61bada21____bhkSetBodyOrientationCmd__{ 0x0537A840 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_0d58bf82d324a15a6d6f14f8c2bdfa4c____bhkDestroyConstraintGroupCmd__{ 0x0537BB40 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_14c3ddd8a7b502fd4208007a6ae830e8____bhkSetBodyMassCmd__{ 0x0537AC60 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_186afcd15731e9361c6e7437e248f879____bhkSetBodyShapeMutated__{ 0x0537B970 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_1f085421ff0db415d66edc796f3dfd54____bhkSetConstraintGroupCmd__{ 0x0537C160 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_24947a0ceb2f89e4c9f9f25fad16fe57____bhkSetCompoundBodyTransformCmd__{ 0x0537C9D0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_2a71fee199b091a46fed23391c3ca502____bhkSetBodyPropertyCmd__{ 0x0537C510 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_2f37aecb92ecff92b8a2311756eb9947____bhkSetGravityForMotionLibraryCmd__{ 0x0537A0A0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_33f10031136e16c06e609eea0c8f15c9____bhkSetBodyMassDistributionCmd__{ 0x0537AD90 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_33fdddc2d14d9f052c47eaa16871812e____bhkAttachBodyCommand__{ 0x0537A1E0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_3b5cf81abdef6638087902a3eb92ee52____bhkBodyCommand__{ 0x0537A000 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_3b7bb10d2f52bcdd99f54f873639c96b____bhkAddActionCommand__{ 0x0537BC80 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_3f2ae688cdd8c78e8912bcfc4d9e93e7____bhkBodyActivationCmd__{ 0x0537B4C0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_4560b97fbba6a1f59f11b3514463466a____bhkChangeBodyFlagCmd__{ 0x05379970 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_4f15b2a546d20f40f673dc5aad8a7ff8____bhkRebuildMotionMassPropBodyCmd__{ 0x05379B50 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_53d41f69dd986d44e6888c5b2b230248____bhkDetachBodyCommand__{ 0x05379EE0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_581b8baa5e9eccb8de9886ea166b14b8____bhkAddRagdollToMgr__{ 0x0537C760 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_5b16feed784fb88eb4891598baf98933____bhkSetBodyPositionCmd__{ 0x0537D180 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_5d10bb3e8181f3617dfef9fd7d1b136d____bhkSetBodyActStateCmd__{ 0x0537C3E0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_5f22adf6a0399a68966f0caff094171a____bhkSetBodyMotionCmd__{ 0x0537B260 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_66ca3d5ef1d116d90cddbf41415516db____bhkReleaseCollisionObjectCommand__{ 0x0537BEF0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_6c69f730c1913716fa38768121ca5352____bhkSetBodyMotionPropertyFlagsCmd__{ 0x0537B000 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_6c9f9636d952ceefc1061ad4cb910f4e____bhkSetMinBodyCollisionLookAheadCmd__{ 0x0537B830 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_6e813d1e111da58a82920c6db45f5f69____bhkSetBody2Vec4fCmd__{ 0x0537B390 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_81a0cb85728b8d7916f008bf8df84aa8____bhkSetBodyFloatFloatCmd__{ 0x0537A710 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_83371d7b9cb36996acdd52f718466017____bhkReleasePhysicsSystemCommand__{ 0x0537C2A0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_89d4b7d647c09f661993e3dfe9eae162____bhkSetBodyMotionTypeCmd__{ 0x0537AA00 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_8d1c82639dbd819adf1f792fb4d1d6cc____bhkRebuildMotionMassPropCmd__{ 0x05379A10 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_8e05c20137268707d9e8f1781c4a1506____bhkUpdateBroadPhaseCmd__{ 0x0537CB10 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_8e3878017a4aaaab3ecd662645b51090____bhkSetVelocityDampingCmd__{ 0x0537C890 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_9494088d5b0d805241f416550261c580____bhkSetBodyFilterInfo__{ 0x0537AB30 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_9e4e5d1b92aa96dfef0e278071075d49____bhkRemoveConstraintCmd__{ 0x0537BA10 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_9f1ee0f7407989bcb31d88608e8003b6____bhkSetBodyVelocityCmd__{ 0x0537CEA0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_a0b6cf31a03e6a396a62ab6af1b42394____bhkSetBodyVec4fCmd__{ 0x0537B5F0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_a9b0cf8ad4f589aa12a70c6ec8b5e6fb____bhkSetBodyVec4fCmd__{ 0x0537B710 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_ae0b51a5c403fd801a927fb82eea845f____bhkAddBodiesCommand__{ 0x0537A430 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_ae8fcc61fc8c9703c4be5cbb02b08c14____bhkSetBodyZeroVelCmd__{ 0x0537CC40 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_af063f8c2b6c8e268dec7f31f4be2426____bhkUpdatePoseBoundVel__{ 0x0537C030 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b062323a25f4b128c9f0da7177edb253____bhkUpdatePoseBoundWarp__{ 0x0537C640 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b21c90186d4437b0c6a27ca6443b8e29____bhkZeroGCommand__{ 0x0537D220 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b2872f1f39c0bf4bdea78806fd5a4901____bhkSetBodyTransformCmd__{ 0x0537CD70 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b3d5d48152cc08b0237b865c661b744b____bhkSetBodySurfaceVelocityCmd__{ 0x0537BDB0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_bc2c4beaeee0d868fc5da01371048385____bhkApplyHardKeyframe__{ 0x05379C90 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_c286e74344bfb30ab5e31261c6a5c328____bhkSetBodyFilterInfoGroup__{ 0x0537B130 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_c40db60b2d4e86a22398b19d692d2f16____bhkActivateBodiesInAabbCmd__{ 0x0537A5E0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_cdcd9dde9f1abf866008c34ac7e5f95c____bhkSetBodyVec4fCmd__{ 0x0537D340 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_d72367bc5372d929ad753bb8348827cb____bhkSetBodyVec4fCmd__{ 0x0537D050 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_e04c2e051b475970f3eeee10ad5f14fe____bhkAddConstraintCmd__{ 0x0537A310 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_f3a9f2d6351bac89caffdb2f4bf7ee59____bhkSetBodyU16Cmd__{ 0x05379DB0 }; - inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_f91026c358cd85dccb557e5dc8c0c5db____bhkSetBodyGravityCmd__{ 0x0537AED0 }; - inline constexpr REL::Offset BSService__TInlineDataCommand__lambda_fc5b3a540b3fa7c9716da7e9b592601b__unsignedchar_{ 0x05169740 }; - inline constexpr REL::Offset BSShadowLight{ 0x053895E8 }; - inline constexpr REL::Offset BSShapeConstructor{ 0x05206970 }; - inline constexpr REL::Offset BSSimpleList_TESRegion_ZeroObjectTraits_TESRegion__{ 0x051C0F30 }; - inline constexpr REL::Offset BSSimpleScaleController{ 0x052CD740 }; - inline constexpr REL::Offset BSSkin__BoneData{ 0x05406CD8 }; - inline constexpr REL::Offset BSSkin__Instance{ 0x05406CB0 }; - inline constexpr REL::Offset BSSpatialGraph{ 0x051970F0 }; - inline constexpr REL::Offset BSSpatialGraphInfo{ 0x053B6678 }; - inline constexpr REL::Offset BSSpatialGraphManager{ 0x05198028 }; - inline constexpr REL::Offset BSSpatialGraphSearch{ 0x05199828 }; - inline constexpr REL::Offset BSSpatialGraphSearchDebugData{ 0x05199D38 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x051FAC20 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F5EA0 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSearchMap3DSearchPolicy_{ 0x0520DBE0 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ 0x052F6620 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ 0x05211A80 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__{ 0x0521E530 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ 0x05301C10 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ 0x052FC5F0 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ 0x05216190 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ 0x053190B0 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F4020 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ 0x0530EC20 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ 0x05301750 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ 0x052FDC90 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ 0x05305D50 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ 0x05305920 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531D9C0 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ 0x05316F20 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__{ 0x0531CC30 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ 0x052FA450 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ 0x0530E7B0 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ 0x05312250 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ 0x05311E20 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520BC20 }; - inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ 0x05212570 }; - inline constexpr REL::Offset BSSpatialGraphSearchT___SearchPolicyStandard_{ 0x051997D0 }; - inline constexpr REL::Offset BSSpatialGraphUtilities__SearchPolicyBase_BSSpatialGraphUtilities__SearchLocation_{ 0x05199610 }; - inline constexpr REL::Offset BSSpatialGraphUtilities__SearchPolicyBase_CombatSpatialGraphSearchLocationKey_{ 0x0520F830 }; - inline constexpr REL::Offset BSSpatialGraphUtilities__SearchPolicyBase_CombatSpatialGraphSearchLocation_{ 0x0520C9D0 }; - inline constexpr REL::Offset BSSplatterExtraData{ 0x0518F140 }; - inline constexpr REL::Offset BSStaticBitField_unsignedchar_{ 0x05096E98 }; - inline constexpr REL::Offset BSStaticBitField_unsignedint_{ 0x0538CCD8 }; - inline constexpr REL::Offset BSSteamSysInfoSystemUtility{ 0x0540CA38 }; - inline constexpr REL::Offset BSStorage{ 0x05169880 }; - inline constexpr REL::Offset BSStream{ 0x051EB1F8 }; - inline constexpr REL::Offset BSStreamParserData{ 0x0539EF30 }; - inline constexpr REL::Offset BSStreaming__DataCursor{ 0x053B94D8 }; - inline constexpr REL::Offset BSStreaming__DataStorage{ 0x053C88E8 }; - inline constexpr REL::Offset BSStreaming__IPinnedData{ 0x053C7338 }; - inline constexpr REL::Offset BSStreaming____BSStreamingJobSite{ 0x053C76C0 }; - inline constexpr REL::Offset BSSubBehaviorGraphSingletonData{ 0x0536F178 }; - inline constexpr REL::Offset BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask{ 0x05370070 }; - inline constexpr REL::Offset BSSubSceneNode{ 0x053895C0 }; - inline constexpr REL::Offset BSSysInfoSystemUtility{ 0x05134818 }; - inline constexpr REL::Offset BSSystemFileAsyncFunctor{ 0x053BCDF8 }; - inline constexpr REL::Offset BSSystemFileStorage{ 0x053C88B8 }; - inline constexpr REL::Offset BSSystemFileStreamer__HeapData{ 0x053C71D0 }; - inline constexpr REL::Offset BSSystemFileStreamer__PhysicalRequest{ 0x053C70F8 }; - inline constexpr REL::Offset BSSystemFileStreamer__PinnedData{ 0x053C7138 }; - inline constexpr REL::Offset BSSystemFileStreamer__Streamer{ 0x053C7300 }; - inline constexpr REL::Offset BSSystemFileStreamer__Streamer__ControlThread{ 0x053C7210 }; - inline constexpr REL::Offset BSSystemFileStreamer__Streamer__StreamerThread{ 0x053C7260 }; - inline constexpr REL::Offset BSSystemUtilitiesStrings{ 0x05134508 }; - inline constexpr REL::Offset BSSystemUtility{ 0x050A30F0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_bool_ActorCCOnStairsChannel_{ 0x052C8A70 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_bool_ActorCCSuportChannel_{ 0x052C8FF0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorCCNormDotUpChannel_{ 0x052C8B10 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorCopyGraphVariableChannel_{ 0x052CD7A0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorLeftWeaponSpeedChannel_{ 0x052C91B0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorPitchChannel_{ 0x052CAE70 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorPitchDeltaChannel_{ 0x052C8ED0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorRollChannel_{ 0x052C8F60 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorSpeedSmoothedChannel_{ 0x052C88E0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorTimeDeltaChannel_{ 0x052C9080 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorTurnDeltaSmoothedChannel_{ 0x052C89D0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorWardHealthChannel_{ 0x052A29B0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorWeaponAttackAnimationDurationChannel_{ 0x052C8D80 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorWeaponSpeedChannel_{ 0x052C8E30 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveXRawChannel_{ 0x052CF820 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveYRawChannel_{ 0x052CF770 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveZRawChannel_{ 0x052CF6B0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXRawChannel_{ 0x052CF390 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSmoothedChannel_{ 0x052CF440 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSumChannel_{ 0x052D07F0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYRawChannel_{ 0x052CF2E0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSmoothedChannel_{ 0x052CF4F0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSumChannel_{ 0x052D0740 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerDirectionSmoothedChannel_{ 0x052D0960 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerFirstSpeedSmoothedChannel_{ 0x052D08A0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerPitchDeltaSmoothedChannel_{ 0x052D04B0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_int_ActorBoneWeightsActionChannel_{ 0x052C8C90 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_int_ActorCopyGraphVariableChannel_{ 0x052CD840 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_int_ActorWantBlockChannel_{ 0x052C9110 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationDirectionChannel_{ 0x051D9510 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationSpeedChannel_{ 0x051D92F0 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationTurnDeltaChannel_{ 0x051D9450 }; - inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationVerticalDirectionChannel_{ 0x051D9390 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSScrapArrayAllocator_{ 0x05152520 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_16__{ 0x05190E40 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_8__{ 0x05360DB0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTAlignedScrapArrayAllocator_16__{ 0x053AFB40 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTArrayHeapAllocator_{ 0x050A14B0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1024__{ 0x05182540 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_112__{ 0x0517AB90 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_120__{ 0x053B8330 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_128__{ 0x05153960 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_12__{ 0x05126FA0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_144__{ 0x0517A230 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_160__{ 0x053525B0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_16__{ 0x05156270 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_176__{ 0x053B5990 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_184__{ 0x05322EA0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_192__{ 0x05162090 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1__{ 0x052A2950 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2048__{ 0x051B7DD0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_24__{ 0x0518F1B0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2560__{ 0x053F7170 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_256__{ 0x051872E0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2816__{ 0x0536CF10 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_32__{ 0x0516F490 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_3584__{ 0x0523F530 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_368__{ 0x05220000 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_36__{ 0x051894E0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_384__{ 0x05187200 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4096__{ 0x051B7E80 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_40__{ 0x051B9250 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_48__{ 0x05214040 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4__{ 0x05162990 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_512__{ 0x0523F4D0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_64__{ 0x0516ADD0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_672__{ 0x053B8390 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_704__{ 0x053B7E10 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_72__{ 0x0512BAD0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_768__{ 0x052EEA70 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_800__{ 0x0515AEA0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_80__{ 0x052045E0 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_8__{ 0x05153790 }; - inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_96__{ 0x05164340 }; - inline constexpr REL::Offset BSTArrayBase{ 0x0518A620 }; - inline constexpr REL::Offset BSTArrayBase__IAllocatorFunctor{ 0x050A1470 }; - inline constexpr REL::Offset BSTArrayHeapAllocator{ 0x0518A648 }; - inline constexpr REL::Offset BSTArrayRefCounted_BSPathingAvoidNode_BSTArrayHeapAllocator_{ 0x052CAED0 }; - inline constexpr REL::Offset BSTArray_BSPathingAvoidNode_BSTArrayHeapAllocator_{ 0x052CAF30 }; - inline constexpr REL::Offset BSTArray_BSPathingTraversalAction_BSTArrayHeapAllocator_{ 0x053B3F00 }; - inline constexpr REL::Offset BSTArray_BSTSmartPointer_BGSDeferredTraversalData_BSTSmartPointerIntrusiveRefCount__BSTArrayHeapAllocator_{ 0x05195D90 }; - inline constexpr REL::Offset BSTArray_NiPointer_BSPathingTraversal__BSTArrayHeapAllocator_{ 0x051965B0 }; - inline constexpr REL::Offset BSTArray_NiPointer_BSPathingTraversal__BSTSmallArrayHeapAllocator_32__{ 0x05194F80 }; - inline constexpr REL::Offset BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator_{ 0x0518A4C0 }; - inline constexpr REL::Offset BSTCaseInsensitiveStringMap_IDLE_ANIM_ROOT_{ 0x0517E4D0 }; - inline constexpr REL::Offset BSTCommonLLMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533AD40 }; - inline constexpr REL::Offset BSTCommonMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533AC30 }; - inline constexpr REL::Offset BSTCommonStaticMessageQueue_BGSDecalManager__PendingSkinnedDecal_128_{ 0x05188AE0 }; - inline constexpr REL::Offset BSTCommonStaticMessageQueue_BGSSaveLoadThread__AsyncRequest_8_{ 0x052ABF80 }; - inline constexpr REL::Offset BSTCommonStaticMessageQueue_BSFaceGenManager__PendingCustomizationData_128_{ 0x051ECB20 }; - inline constexpr REL::Offset BSTCommonStaticMessageQueue_BSScript__Internal__SuspendedStack_128_{ 0x053C1450 }; - inline constexpr REL::Offset BSTCommonStaticMessageQueue_NiPointer_NiAVObject__256_{ 0x053AFBA0 }; - inline constexpr REL::Offset BSTDerivedCreator_ActionActivateDoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DFA60 }; - inline constexpr REL::Offset BSTDerivedCreator_ActorSceneNextPhaseHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6D20 }; - inline constexpr REL::Offset BSTDerivedCreator_AddRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE260 }; - inline constexpr REL::Offset BSTDerivedCreator_AllowRotationHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D3D60 }; - inline constexpr REL::Offset BSTDerivedCreator_AllowRotationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE7B0 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimatedCameraDeltaStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DFE40 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimatedCameraEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0810 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimatedCameraStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E03B0 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D5E80 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D3F60 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationDrivenHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDE70 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectDrawHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1A10 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectHideHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0DA0 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectLoadHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E15A0 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectUnequipAllHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1F90 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectUnequipHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1620 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationStanceDataSingletonDBData_BSAnimationDBData_{ 0x050AD5D0 }; - inline constexpr REL::Offset BSTDerivedCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__IAnimationStanceData_{ 0x0536F0A0 }; - inline constexpr REL::Offset BSTDerivedCreator_AnticipateAttackHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3DB0 }; - inline constexpr REL::Offset BSTDerivedCreator_ArrowAttachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5A00 }; - inline constexpr REL::Offset BSTDerivedCreator_ArrowDetachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6330 }; - inline constexpr REL::Offset BSTDerivedCreator_AttachReferenceHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCB40 }; - inline constexpr REL::Offset BSTDerivedCreator_AttackStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5280 }; - inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundFadeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCF80 }; - inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundPauseHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCE50 }; - inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundResumeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC150 }; - inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCDE0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationEditorSpacePointRadius_IAIWorldLocation_{ 0x051F28E0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationInteriorCell_IAIWorldLocation_{ 0x051F29C0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationPointRadius_IAIWorldLocation_{ 0x051F2590 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationPrimitive_IAIWorldLocation_{ 0x051F2760 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationRefRadius_IAIWorldLocation_{ 0x051F2700 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSConveyorBelt__ConveyorBelt_InitActionI_{ 0x05118570 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSMotorAction__FanMotor_InitActionI_{ 0x05118360 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSMusicPaletteTrack_BSIMusicTrack_{ 0x050AE6B0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSMusicSilenceTrack_BSIMusicTrack_{ 0x050AE860 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSMusicSingleTrack_BSIMusicTrack_{ 0x050AE9E0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataBool_IPackageData_{ 0x05116EF0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataFloat_IPackageData_{ 0x051172D0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataInt_IPackageData_{ 0x0512F6D0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataLocationWrapper_IPackageData_{ 0x05116C30 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataLocation_IPackageData_{ 0x051169D0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataObjectList_IPackageData_{ 0x05118080 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataRefOLD_IPackageData_{ 0x05117080 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataRef_IPackageData_{ 0x05134200 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataScene_IPackageData_{ 0x05151960 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataTargetSelector_IPackageData_{ 0x05117F70 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataTopic_IPackageData_{ 0x051EDAC0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAcquireExecState_IProcedureTreeExecState_{ 0x051F1AE0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAcquire_IProcedure_{ 0x051F3840 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureActivateExecState_IProcedureTreeExecState_{ 0x051F1C60 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureActivate_IProcedure_{ 0x051F3AF0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAmbushExecState_IProcedureTreeExecState_{ 0x051EDBC0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAmbush_IProcedure_{ 0x05151AF0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureCombatTravelExecState_IProcedureTreeExecState_{ 0x051F2220 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureCombatTravel_IProcedure_{ 0x051F3E20 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState_{ 0x051F1F60 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogueActivate_IProcedure_{ 0x051F43E0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogueExecState_IProcedureTreeExecState_{ 0x051F1500 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogue_IProcedure_{ 0x051F41C0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDoneExecState_IProcedureTreeExecState_{ 0x051F1690 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDone_IProcedure_{ 0x051F3630 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEatExecState_IProcedureTreeExecState_{ 0x051F1400 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEat_IProcedure_{ 0x051F46C0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEscortExecState_IProcedureTreeExecState_{ 0x051F1960 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEscort_IProcedure_{ 0x051F49D0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFindExecState_IProcedureTreeExecState_{ 0x051F1700 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFind_IProcedure_{ 0x051F6440 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFleeExecState_IProcedureTreeExecState_{ 0x051F1880 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFlee_IProcedure_{ 0x051F6740 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFlightGrabExecState_IProcedureTreeExecState_{ 0x051EEBB0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFlightGrab_IProcedure_{ 0x051F69F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFollowExecState_IProcedureTreeExecState_{ 0x051EE910 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFollowTo_IProcedure_{ 0x051F6CC0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFollow_IProcedure_{ 0x051F6DC0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureForceGreet_IProcedure_{ 0x051F7220 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureGuardArea_IProcedure_{ 0x051F7480 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureGuardExecState_IProcedureTreeExecState_{ 0x051EEF20 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureGuard_IProcedure_{ 0x051F7610 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHeadtrackExecState_IProcedureTreeExecState_{ 0x051EF0B0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHeadtrack_IProcedure_{ 0x05151F70 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHoldPositionExecState_IProcedureTreeExecState_{ 0x051EEE00 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHoldPosition_IProcedure_{ 0x051F7970 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHoverExecState_IProcedureTreeExecState_{ 0x051EE2F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHover_IProcedure_{ 0x051F7BA0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState_{ 0x051EE070 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureKeepAnEyeOn_IProcedure_{ 0x051F7EE0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureLockUnlockExecState_IProcedureTreeExecState_{ 0x051EE210 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureLock_IProcedure_{ 0x051F8080 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureOrbitExecState_IProcedureTreeExecState_{ 0x051EE790 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureOrbit_IProcedure_{ 0x051F85D0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePatrolExecState_IProcedureTreeExecState_{ 0x051EE4F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePatrol_IProcedure_{ 0x051F87F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePlayIdleExecState_IProcedureTreeExecState_{ 0x051EFBA0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePlayIdle_IProcedure_{ 0x051522F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePursue_IProcedure_{ 0x051F8AB0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureRangeExecState_IProcedureTreeExecState_{ 0x051EDE40 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureRange_IProcedure_{ 0x051525F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSandboxExecState_IProcedureTreeExecState_{ 0x051EFD30 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSandbox_IProcedure_{ 0x051F8CD0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSayExecState_IProcedureTreeExecState_{ 0x051EFAA0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSay_IProcedure_{ 0x051F8FD0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSitSleepExecState_IProcedureTreeExecState_{ 0x051F0010 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSit_IProcedure_{ 0x051F9330 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSleep_IProcedure_{ 0x051F91A0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureStayAwayExecState_IProcedureTreeExecState_{ 0x051EFDA0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureStayAway_IProcedure_{ 0x05152B20 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState_{ 0x051EDD50 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTargetingModeAutopilot_IProcedure_{ 0x05152DF0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTravelExecState_IProcedureTreeExecState_{ 0x051EFF30 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTravel_IProcedure_{ 0x051F9700 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeFallbackExecState_IProcedureTreeExecState_{ 0x051F0A20 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeFallback_IProcedureTreeItem_{ 0x051F0E90 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeProcedure_IProcedureTreeItem_{ 0x051F0E30 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeRandomExecState_IProcedureTreeExecState_{ 0x051F1D50 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeRandom_IProcedureTreeItem_{ 0x051F0510 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSequenceExecState_IProcedureTreeExecState_{ 0x051F0220 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSequence_IProcedureTreeItem_{ 0x051F0BE0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState_{ 0x051F0760 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSimultaneous_IProcedureTreeItem_{ 0x051F1050 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeStackedExecState_IProcedureTreeExecState_{ 0x051F0880 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeStacked_IProcedureTreeItem_{ 0x051F1140 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUnlock_IProcedure_{ 0x051F8200 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState_{ 0x051EF450 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseIdleMarker_IProcedure_{ 0x051F99D0 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits___RuntimeComponentDBFactoryHelper_BSService__Detail__ReferenceGetterDefaultPointer___RuntimeComponentDBFactoryHelper___{ 0x0518F500 }; + inline constexpr REL::Offset BSService__Detail__TService_BSService__Detail__TServiceTraits___Service_BSService__Detail__ReferenceGetterDefaultPointer___Service___{ 0x052EDDF0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BGSPlanet__Commands__AcquireHandles_{ 0x051A1BE0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BGSPlanet__Commands__ClearHandles_{ 0x051A1B80 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BGSTerrain__ClipUpdatedEvent_{ 0x051C9AB0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentCreated_{ 0x05381A00 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentDestroyed_{ 0x05381A60 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeAdded_{ 0x05381AC0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeRemoved_{ 0x05381880 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__FileUnloaded_{ 0x0538E800 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootAdded_{ 0x053818E0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootRemoved_{ 0x05381940 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectCreated_{ 0x053817C0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectDestroyed_{ 0x05381820 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectFreed_{ 0x053819A0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectLoaded_{ 0x0538E920 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectModified_{ 0x0538E860 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectSaved_{ 0x0538E8C0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSResource__Server__Commands__Delete_{ 0x053B20F0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSResource__Server__Commands__NotifyComplete_{ 0x0538A000 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_BSService__Commands__NewFrame_{ 0x0538BF00 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction_{ 0x053E6370 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ 0x053E6470 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ 0x053E63F0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ 0x053FBFD0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__CameraEventRequest_{ 0x053DD210 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ 0x053DD370 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ 0x053DD2F0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ 0x053DDB00 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ 0x053DD3F0 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_CreationRenderer__ResetCullingMemoryRequest_{ 0x053DD280 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_LOD__Commands__LoadedSceneBlockAttached_{ 0x05202330 }; + inline constexpr REL::Offset BSService__Detail__TSubscriberTable_LOD__Commands__LodUpdateComplete_{ 0x052022D0 }; + inline constexpr REL::Offset BSService__ICommand{ 0x0512D938 }; + inline constexpr REL::Offset BSService__IService{ 0x0512CC00 }; + inline constexpr REL::Offset BSService__JobSite{ 0x050C69F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_011afadc0c08867ff9f69dd7b443f3dd__BSComponentDB2__ID_BSCore__NumericID_unsignedintconst_ScannableUtils__InitialScanStatus__{ 0x052285E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0309ebe85a5002cc12dcc3bfb59494bd__BSComponentDB2__ID__{ 0x0518A230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_032bcb8e56a862130700b669f298bf2b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst__{ 0x0519CDC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03564f78090d214ac494cc28f4886dac__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__unsignedintconst_unsignedint_BSGalaxy__BiomeType__{ 0x0519E4A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03d892b0b5e21abbe35fe428ecc36635__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID__{ 0x0516D530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_04139653d0163b270b4314df624b71b1__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MRTextureFileconst_unsignedshort__{ 0x0539D670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0613d26fee8a35798deb54e5dfa29082__TESForm_BSComponentDB2__ID__{ 0x05227DF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_08eb6e6b32a53758a749403f1290c3aa__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__TextureReplacementconst_unsignedshort__{ 0x0539D820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0915711dbb606f8c3ef577d43454d942___{ 0x052AC080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0aad25da4ad1a8bff9fb29328138a170__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x052AB530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0b85aa10fd8f6ec246e9179401828b7d__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitalDataconst__{ 0x05168AD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0cd67f925198da7487f7ed1fda196c1e___{ 0x053568E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0dbb41458c39f4ae263a052195128356__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderRouteComponentconst_unsignedshort__{ 0x05393920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_10a1604236e487db68f0b81ea5485070___{ 0x051C4290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_114c7e85189045263e0d2b186da70e91__BSCore__NumericID__{ 0x05183A10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_130a65dc6ba5af792d35086707616a06__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__FlowSettingsComponentconst_unsignedshort__{ 0x05391E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1362b8e62090d1fc1e7f6280a504f0f2__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__TextureAddressModeComponentconst_unsignedshort__{ 0x0539E870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_14bee8b6a33155ecd6c189a8d045624e___{ 0x05227CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1562c24e67e8ac9d38e7ebc2788f2c05__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterGrimeSettingsComponentconst_unsignedshort__{ 0x053947F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_15846b32f3b47ea05e05ab954ef4a6a0___{ 0x052279E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_16c2a7d44be7b8d6b4265111d92e83e5__BSCore__NumericID_BSCore__NumericID_BSCore__NumericID_BGSPlanetWorldSpace__PersistentIDsconst__{ 0x0515C300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_170b651b7b20ec99aa1084f150b4bece___{ 0x05188750 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1896d14b763dd5d108104ae6d152a734___{ 0x05189E30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1b4716c7c027a221561093b3cd4a843e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID__{ 0x052D0A80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1c8817c58a3143f088a97afdae98e127__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__StarmapBodyEffectComponentconst_unsignedshort__{ 0x053949E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1ebf9bc64ea3d70f8a3560441bb82762__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBrightnessModifier__{ 0x0519CA80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fa05858c4e6398a5d98370221408840__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ParamBoolconst_unsignedshort__{ 0x0539DFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fb6988f940db3bc44cdffe850040c32__BSComponentDB2__ID_BSResource__ID__{ 0x0538EB20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fffc88ea9ce11e97e75e556b918a801__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__StarDataconst__{ 0x0516A3B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_20c8cc01562503d59ea9214cb505d4f3__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Channelconst_unsignedshort__{ 0x0539E1B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_21270abe0d16956fcd14d2daa390cc51__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSForces__ReceiverSettings__{ 0x053ADFB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2311a5dcc6e1f688e5531ae021d7a6af___{ 0x051D6C70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23350e4dea609692679fecb219e44f90__BSCore__NumericID__{ 0x051CE8B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23993791ff518d80c3881d0df1b5f94a___{ 0x05228B10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2454a8d6c1448e930776cd462506a568___{ 0x0518DEA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2468193575b2d18cd9b5351e2f18c4c7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__GlobalLayerDataComponentconst_unsignedshort__{ 0x05394C70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_24fd34c662b6a11296a54e4bb3a7a1ad__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__Colorconst_unsignedshort__{ 0x0539C5E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_27b127c9a961a0f379617eeb89a9a152__BSComponentDB2__ID_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst__{ 0x0538FE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_281b3cd8caf19e8aa8f7101fcb8954d2__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTArray_BGSBaseLODRuntimeComponent__ResourceInfo_BSTArrayHeapAllocator___{ 0x05160870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_28c587a77efb1f9fe7370a82c397ca48__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureSetKindComponentconst_unsignedshort__{ 0x0539D200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bba956a2331f27c864ed96d9a192cd3__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__MaterialOverrideColorTypeComponentconst_unsignedshort__{ 0x0539C6C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bdd23bbc74cee91b8e6575a939596dd___{ 0x0535CE50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2c3c728475de09b2413ad683ae16098a__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__int__{ 0x0516CD20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2e32aa9f7c5578116b999e379ecc1ab9__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__OverlayPlacement____CTDesignatedInfoconst__{ 0x051BA4D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3001f6418dfc3f83513235c436d99c1b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetarySystemLocationID__{ 0x0516D8D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3106bf95c5cebaef6bf454905fa6729b___{ 0x051C32C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_323a9acc54623bb7cf782a9daf8cb473___{ 0x0515C050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3272fbbd15dc8f94e7649f0a8d95c63f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainTintSettingsComponentconst_unsignedshort__{ 0x05392810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_337642c33fc3adac46bd3f59b2a5907f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterSettingsComponentconst_unsignedshort__{ 0x05393670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_34cc200ed16119e76670963bea50227e__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSSimpleTaggedType_BSGalaxy__Tag__PlanetarySystemTag_unsignedint_0__BSFixedString_NiPoint3_float_float_BSGalaxy__UnusedStarsCSVData__{ 0x05374CC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3713e13f864757911f4269e0555234e6__BSComponentDB2__ID_NiPoint3A_NiMatrix3__{ 0x051C52D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_38161725616f151b3405614721a42361__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0535E7F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3915a5d2fd13d41dd8723c6aee749113__BSComponentDB2__Detail__EdgeKeyconst_float__{ 0x053747B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_39de43eec78e247fc51d25d0fd8228ea__BSComponentDB2__ID_std__vector_unsignedint_BSTHeapSTLAllocator_unsignedint_2____{ 0x051D6130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3a961eb76cfdf2a79d37c509aa0cbf51__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__AlphaSettingsComponentconst_unsignedshort__{ 0x053959D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bf90d393a02c16673848a202f36302f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__OpacityComponentconst_unsignedshort__{ 0x05393DE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bfd3999ed1d801588d51e53d104e45f___{ 0x05374970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c24d59a5ea2f5f4f92367f894330ac8__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BodyType__{ 0x0516D6F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c5ac7933b7c866914f2bd7e6a57cca2__BSComponentDB2__ID__{ 0x051ED6C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c948c9153d364ec1527943ffe8630b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitedData__{ 0x0519DB50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3d8746f6acd1a3614e2469d52992dd4e__BSComponentDB2__Detail__EdgeKeyconst__{ 0x051C28A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_419898fe4cd079d1306c409fb1531c72__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst____{ 0x0518E440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43e4888e07a53225a1a41874988ed208__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort__{ 0x0539D2F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43fe5b67d8498fb8c29c77d205f9edd7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBodyType__{ 0x0519D640 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_442be6d48a057613b1ea3845cb046b56__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_0_const__{ 0x05380440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_44f3ad81d0f34702baffb33b6578fe35___{ 0x051C56F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_475d4a17e9a8fe97fa74747c0e03eccf__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetLocationIDs__{ 0x0519C880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_482f09d33b7571e20d4dc8055a180fb3__BSComponentDB2__Detail__EdgeKeyconst__{ 0x05381120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_48b88048bd7ef043d831f4243824f29b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___{ 0x051EB550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4a4c2dd5b48ea4a0a6220f7d7158f529__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Offsetconst_unsignedshort__{ 0x0539E790 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4c45d486445b561bb86551c0c5a30813__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_std__pair_unsignedintconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____2__std__hash_unsignedint__std__equal_to_unsignedint_____{ 0x051D6520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4d32f7f5c57dca8893df4d143127416c___{ 0x0538FC50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4e825187c404c5fa4da02616ea934a7a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EyeSettingsComponentconst_unsignedshort__{ 0x05393140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4f753b3e29869561664ee810afdd48f5__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x05380E10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5006dac871ca229988186e7008dfb8d5__BSComponentDB2__ID_BSFixedString__{ 0x0516D0A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_502f2e7c986729c43414b5722dffea36__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureResolutionSettingconst_unsignedshort__{ 0x0539CF70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_513f17b190c175a8914a950769bead07__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst__{ 0x0519C550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_51aa911e33a44abc94c2ad3bff0e0fa1__BSComponentDB2__ID__{ 0x051C55B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_53bdd45325c0f87ac55060fa8504cc2d__BSComponentDB2__ID_BSComponentDB2__ID__{ 0x051C5970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_546d49705a2f97f85331da948a35af88__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge__{ 0x051A25B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5589bbb17acf3ce861145a4ac6198773___{ 0x052274C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_558a100f2e74c42a284498662677d180__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__SatelliteCSVData__{ 0x0516D330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b27cb3f02d39cd3b340b36a008d136___{ 0x0538ED80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_578d24ba2cb842616c6d9f75574297a8___{ 0x051EB690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5984ef721062d2d92419fa491bbaecd9__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ColorChannelTypeComponentconst_unsignedshort__{ 0x0539DD50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5a214151508ff36d64927c23d049d260__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSFixedString__{ 0x0519D460 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b1272e35e0b71d6d6a517b727d2e334__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TranslucencySettingsComponentconst_unsignedshort__{ 0x053941B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b43be6c455a2a51dd9a7269a00079ca__BSComponentDB2__ID__{ 0x0518E280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5e6f1c84ec29f06b783a2e3d5441b885__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureReplacementconst_unsignedshort__{ 0x0539D3E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5f74793f3c985113f46fd9c78edf8e4b__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EffectSettingsComponentconst_unsignedshort__{ 0x05391520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_60c06188ebc976539307cffe32436308__unsignedint__{ 0x051FDDC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6270eeb78a4c4d32304d8d3ad97c65d7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBiomeData__{ 0x0519BDA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_62b4346f0c24bc8fbfd3c5a7378bd506__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_1_const__{ 0x05380FB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65260c8358d52b06728fd447f654cb7d__BSComponentDB2__ID__{ 0x051C67C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65ff5896f4482c7779daecfc75d6d642__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__CTBlockCellHeightGridconst__{ 0x051BA330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6806eb6b7a086dc17aea3a8e43e16735__BSComponentDB2__ID__{ 0x051C6920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_68c8919b0f256da3787ccd7dc73298a6__BSComponentDB2__Detail__EdgeKeyconst_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ 0x0515C5D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_69fcd12289d1c0130c2033e854561ae0__BSComponentDB2__ID__{ 0x05380820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6c9a772c2a03d6ae596e5fe594078bef__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DecalSettingsComponentconst_unsignedshort__{ 0x05394D70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6cb07038f0b8ebf0f16f9651238ab759__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___{ 0x051634C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6ceeec104a657aff4e60b5006e5dcde0__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderModelComponentconst_unsignedshort__{ 0x05395690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6d9e7f1b03ea49a3ab0c12cd997d84a8___{ 0x052AC2C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fbe52ac6180973612fccec0cd8af28b___{ 0x0535CF70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fc19162fa1fd1cf93171fa2eb48d89d___{ 0x05227840 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_705022d7f02f2c42168e0bcb97f6a0cd__BSComponentDB2__ID__{ 0x051C3F70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7124c033e12b1896d6876a72ef6607f0__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint__{ 0x0534FE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_726c7938fe0ab53c99e9432fcaa3278b__unsignedintconst_bool__{ 0x0522F860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_729633654612b72ce2d179658a2da6f1__BSComponentDB2__ID_unsignedintvolatile__{ 0x0519CC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_72b67abf76a37ceafcdee37b91253183__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_unsignedshort__{ 0x05395120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7342b654a14f546307a6e4418aa4f9d2___{ 0x051C5040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_737b6d45870a54f331f4703c340a174d__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_unsignedshort__{ 0x0539C4E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_74f5df9a2711887dfaff1c0039c8629d__BSComponentDB2__Detail__EdgeKeyconst__{ 0x051D1B90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b35c59db711d5a882c8904126d5a4f6___{ 0x0517F9E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b4d724c1688d5484b1fa06fe2b80fc8__BSComponentDB2__ID__{ 0x053505F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7c3ec67db782ff6376f5774be894cc44___{ 0x0538EA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb06c85a779e988909145236352b3df___{ 0x052AB8A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb8944f2eb0e02f5935d500d06f968b__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Scaleconst_unsignedshort__{ 0x0539E420 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e9ae96d12abae1aed358a503102bf27__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitalData__{ 0x0519E110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7f2a7b1360ae5db27f93c8aa4c98d633___{ 0x0535D210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8223c3cf9d5b2b41a7c63b901285df60__double_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__{ 0x051C5160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_823ea704ca5b799b4747f8da8d436147___{ 0x051D4960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83153459569c297c33eeb320cac4e10b__BSTPoint4_BSDoublePoint4AOps__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_bool__{ 0x051C4E80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83eb88dc785ded7bbdba36eaa69ac717__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__void__{ 0x053750E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8412abbdbc89713f0b56e7af2367dd78___{ 0x051ED430 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84a18b7d7011e1e4004599521e7a5a38__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainSettingsComponentconst_unsignedshort__{ 0x05394AE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84c8d09383ae2389d797bf13d8f74e50__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayData__{ 0x0519D820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8556c71063c67d4d750c8b90344839b3__BSComponentDB2__ID__{ 0x0518F9D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_85b29ddd9f79f4bc3bdb398b991b5996___{ 0x0517D820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_862290f3169d61bded3b131eb07a7c8b__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x052ABAF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_87e34860556d64ffb9adb3fa7d4f7abb___{ 0x05228FD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8bc145bf8f5861b69401a34a1f85b58b__BSComponentDB2__Detail__EdgeKeyconst__{ 0x05380C80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ca57b74fb66d60dd1b8c845e5f6514b__BSComponentDB2__ID__{ 0x051ED590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8da7c32c621f7a949b3983e7c66b3ccc__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EmissiveSettingsComponentconst_unsignedshort__{ 0x05393B80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8db88135c0ebc3a944668231afc5b6fb__BSFixedString_BSComponentDB2__ID_BSComponentDB2__ID__{ 0x051C5810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8e6fbc50fc66052380cbd2a377344218__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0535E330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ed365dd56fbea48d403b427a71992d6__BSComponentDB2__ID_BSResource__IDconst__{ 0x053806D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ee449afe10d933a75c65bdc18cda39b__unsignedint_BSResource__IDconst__{ 0x051804D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8fd312ccd6849cff4f0fedfa7efbb27d___{ 0x05229850 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90016e3683b25a6d306b5490dd1c2e93__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__PendingDynamicNavmesh__Cause__{ 0x0535EE30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90ab90acfa51fa1a8368f0c3cccaae41__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint__{ 0x05350720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_915a566dc4f5d4b9a729445da5eb56af__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LayeredEdgeFalloffComponentconst_unsignedshort__{ 0x05391970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_91b63ff8eab3d0486e088dbcab3069db__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__BlendModeComponentconst_unsignedshort__{ 0x0539D910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_923694337caf8fd79a0cb5bedea38e7d___{ 0x0518A360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_928fefcc9614abc0f5f2a8f706945df5__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__{ 0x051C5450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933e8d3a564bcde75d85255555e7df09__BSComponentDB2__ID_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator___{ 0x051CE780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933fc208a16760fa507a05c6f24fc190___{ 0x0516DFF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_94423f29f0eb66a462e2d541467b8953__BSComponentDB2__Detail__EdgeKey__{ 0x053809C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_96631490dca5da837baa79b5ed64d0fc__BSComponentDB2__ID_BSResource__ID__{ 0x05180410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9bf5bdf8c589690a8285c1ccbd71d14f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterFoamSettingsComponentconst_unsignedshort__{ 0x05392710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9def102c3601235a64afe3514a95cc35__BSComponentDB2__Detail__EdgeKeyconst__{ 0x05380B20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9e7463508bcffa738ef2719e45537cba__BSComponentDB2__ID_unsignedshort__{ 0x051D7640 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9eab01cfe6167ff1309b08409bce75fc__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__PatternPlacement____CTBlockHeightAdjustmentconst__{ 0x051BA9E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9ef77e179b27dd607d7d43e148db77a6__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__PorosityComponentconst_unsignedshort__{ 0x05394470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9effc7eb549bbcf5650fe39691218490__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__VegetationSettingsComponentconst_unsignedshort__{ 0x053953A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a00b8ad08d33c2845d9aa87b7875bc41__BSComponentDB2__Detail__EdgeKeyconst_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ 0x051D3960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a0efdb482ab23625c9bdabf3312e0448___{ 0x0535EA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a1c370a3199574c60547a2400e442019__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTCellData__{ 0x0519DF30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a23e534190d30cec24dca216325d5022___{ 0x05352C50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a27c0be5f4b64ddccd8bc50e045d9555__BSComponentDB2__ID_unsignedshort__{ 0x0519D1E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a307ac9bf8de0e10cf6e4dcc7136da63__std__shared_ptr_Particles__SystemDefinition_const_Particles__ResourceUIDconst__{ 0x053A1CD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a55070d0055f671661c8cb59c00a4cca__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__HairSettingsComponentconst_unsignedshort__{ 0x05393050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a5c17da87a28e8337eb6dbdfc39eb263__BSComponentDB2__ID_floatconst__{ 0x0515C170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a6db6e8ce2a1b5900590f5d36705dada__BSComponentDB2__Detail__EdgeKeyconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___unsignedintconst__{ 0x051D7780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a90056ac78118b4f962495d8ad4dff6a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LevelOfDetailSettingsconst_unsignedshort__{ 0x05391390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9b074fbf6ecab7777043b15e2adb86a__BGSPlanet__PlanetData_unsignedintvolatile__{ 0x0519D090 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9ba8d35507820d87d57fd5f5da57326__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_unsignedshort__{ 0x0539CB30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aa23ec344a9fbf4942aec303b0f38331___{ 0x051C4B40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ad6e5d2ece4e6b37713d729681709823__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereData__{ 0x051CC6E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aeffd6290e08a1be9b71be2baf659d15___{ 0x05352790 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b1634163fe651885766517a2de1ad880__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0535E630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b18c764913ecad9185e6e23e92b76bc0__BSComponentDB2__ID__{ 0x051E3D40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b34b6df8a3de1133a3da714f35823476__BSComponentDB2__ID__{ 0x051C6870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b3ac54931aaa7f40a402345d93c310e4__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereModifier__{ 0x0519C170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b56427495ae236b8ffe56fb1f90025fd__BSComponentDB2__ID_SpaceshipTemplate__{ 0x05350490 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b5706dd53a2446d78825e4eacb437591__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits___{ 0x0515C790 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b68f38074d453efcc32328053bbcf019__BSComponentDB2__ID_unsignedshort__{ 0x05351D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b80a7800756621c121abb58039be6a69__BSComponentDB2__Memory__ComponentHandle_1_const__{ 0x0518F880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b81d3f7ade5fe01bb7ae84f235bc5b4c__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__UnusedGalaxyCSVData__{ 0x0519DD30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_baf8eabb78e3a4d88cd75fb4c0cb3f26__BSComponentDB2__ID_unsignedshort__{ 0x051D1CF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_be1db6df11b94ebf79307cf2dd8c85af___{ 0x0538F860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf096e3fbdedb7e0099f54a9e833a69c__BSComponentDB2__ID_BSComponentDB2__ID__{ 0x052A7900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf4121c593a271462c9bc66003123e75__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHintconst__{ 0x053508A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf5dcbafe5debd663425b154685c6f62___{ 0x05228890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf67003c10db0ae0799a21d7d69a2ec7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__MouthSettingsComponentconst_unsignedshort__{ 0x05391DA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0ba88bc81ce3f3f3c92cfa1668386f1__BGSPerk_unsigned__int64__{ 0x051E8390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0f5994d28403811cf2be55a55199742__unsignedint__{ 0x051918F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1d045f7d1e1a54101cd7d7d11e0c211__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x051D4360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1e567e18ce5c2a0940481ac92356f1d__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__UVStreamParamBoolconst_unsignedshort__{ 0x0539E5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c31361456e1310fdc438cea778582499___{ 0x052AEAB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c37e7551942d910897df90ba09d50d55__BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x052AB0E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c3a137ad0882de34ef84e21c0cab422e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge__{ 0x0519BF80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5af119924c2d27621b0c71db98f7c0f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x051C4C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5fac3512970304ce8955e806e5aa76c__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x051E3E70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c7a234104ca5428eae6bf912937dfb53___lambda_f939eef7aa5e251f856fea03ff24e25c__BSSimpleTaggedType_EffectSequence__PlayerTag_unsignedint_0___{ 0x05162230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c84284bf76481ddbb3caa85206dc654f__BSComponentDB2__ID__{ 0x052275F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c911e532a7a6991fe2797c7bf565e3e1__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ColorRemapSettingsComponentconst_unsignedshort__{ 0x053916F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9c85547f5eb6fa11b04b67e76b9d9af__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitedDataconst__{ 0x05168E70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9df8477addd9778235ff72be1979810__BSComponentDB2__ID_BSTArray_BGSLoadFormData_BSTArrayHeapAllocator__std__vector_BSTSmartPointer_TESForm_TESFormExternalPolicy__BSTHeapSTLAllocator_BSTSmartPointer_TESForm_TESFormExternalPolicy__2____{ 0x051D5E50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ca5347a0d3a14fd42e71dfb4071ff147__IFormComponentFactoryCreator__ReserveControl__{ 0x0516B1F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cc3595e049fa6c743afc13dd506f1e00__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__DynamicData__{ 0x0519C370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ccf8fc95735998dcf3fdcd8e65916474__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort__{ 0x0539E0C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cde5b0c0f8919ad51fe46615c834338d___{ 0x0518A010 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ce5155e8fd6abaf415bf05ac246021ad___{ 0x051D63A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cf2acf07672103e8c3d25d0d1312778d__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__CollisionComponentconst_unsignedshort__{ 0x05395220 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d0ae1d05cfd8943448ff8fbaf109e770__BSComponentDB2__Memory__ComponentHandle_1_const__{ 0x0518FB30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d14accb1762c0641c77e80f7ae06c625___{ 0x053A1A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d36966b1960e7f8b5b64a7c05ef8111e__BSComponentDB2__ID__{ 0x051D6B30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d71acbe8d588db85e1b22c43cf84837b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeDataconst__{ 0x0519C6F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d7ff5a56c388db97c5d580c28c4c6149__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BGSStar__{ 0x0516CB40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d92ea4f09b0ec6bcc29e864bb91488b5___{ 0x0517FAE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dae60b42aa6ed10785e6d4ed2a73f500__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x052ABDB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dc878a6b48656b553ef82d9f503ef014___{ 0x052AABD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dd0fa8a8319b6ae528ac53924b91efb2__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort__{ 0x053948F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dfb4ed9fdfbbc69a7f366a11bc9e7230___{ 0x05390F80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dff3c7354039ad0fa4f4c4de7e64775d__BSComponentDB2__ID_BSTSmartPointer_TESForm_TESFormPolicy_const_BGSGenericBaseForm__{ 0x0534FD10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e2116a4ef55136d23dd5b42579c35f3e___{ 0x051E3CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e27d74cc0418ae2ff7f245228c362faa___{ 0x051E4310 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e5b16867ea606e7b2476ed212c239991__BSComponentDB2__ID_unsignedshort__{ 0x0519D320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e62da2059af5db5c342cde0b6609067f___{ 0x05228410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e7ea5770bddc1582e42cf6396cb936f9___{ 0x051D37C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e81a99f17ddc46065edde917804d3110__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2____{ 0x051E4460 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e8afdd2893ef6260dc7354452f59be1e__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSCore__NumericID_BSCore__NumericID_BSTHeapSTLAllocator_std__pair_BSCore__NumericIDconst_BSCore__NumericID__2__std__hash_BSCore__NumericID__std__equal_to_BSCore__NumericID_____{ 0x05351A60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_eb7e5b6e1dbd2c42282fa3d960c2c22d__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort__{ 0x0539CA50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ecbbf66ba682c05509ae2a712e68ae96___lambda_c50c74ab526301838835417dda164fcd__EffectSequenceComponent__NodeMap__{ 0x05161720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed03a30ecfafafd4841dd83f17e0c0c9___{ 0x052AA210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed1860e4f1c0285962af7667c97f6e95__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeData__{ 0x0519D9C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed9950422ab61b063814876cee7444fe___{ 0x0538EBE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ee4bdb7090972c6de0617bb4624d5f6c__BSComponentDB2__ID_BSFixedStringconst_BGSSurface____CTWaterHeightconst__{ 0x051BB030 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef3f222a620b9526a2546d68c603513f___{ 0x05227720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef4b6431c85b61fb42b91929a3b01f14__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__FlipbookComponentconst_unsignedshort__{ 0x0539CC30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f0285a6b60f01a2577ccbc4ffd49877a__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_unsignedshort__{ 0x0539C3E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f069d14a826c56fdc732784bfc9f4451__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DistortionComponentconst_unsignedshort__{ 0x05391F80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f55e229c852f58f26241e90e3cf780de__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_unsignedshort__{ 0x053933B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6a8e17636cb3c5dc1336f7bfd3c4606___{ 0x0535CBE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6e8ed7443ef77f132ade09dafa9eb01__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__NiPoint3__{ 0x0516D160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f807a583f2d7501aa319e7a194b04636___{ 0x052AA930 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f9cd7b5c38b97c47912fc03aca59a12c__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MRTextureFileconst_unsignedshort__{ 0x0539DA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd4f5645fda88104f597e31a23aa5287__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DetailBlenderSettingsComponentconst_unsignedshort__{ 0x05392910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd7c5133638da0b899a525c4912a81c0__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSFixedString_BSFixedString_BSGalaxy__CTCellData_BSGalaxy__OrbitedData_BSGalaxy__OrbitalData_BSGalaxy__SatelliteCSVData_BSGalaxy__UnusedGalaxyCSVData_BSGalaxy__CTAtmosphereModifier_BSGalaxy__DynamicData_BSGalaxy__CTBiomeData_BSComponentDB2__ID_BSGalaxy__StarSystemCsvColumn_unsignedint_BSGalaxy__CTBodyType__{ 0x05374AF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fe2e6f7cb4bf187b645c5b08d629c500___{ 0x052D0BF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ff54c86ab4b749a985203f2ddd1a4a3e__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst____{ 0x0518E680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_bool__BSComponentDB2__ID_BSComponentDB2__ID_bool__{ 0x0538FCF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_BSComponentDB2__ID__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSComponentDB2__IDconst__{ 0x0516C2B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const__{ 0x0516B6E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__{ 0x051C5AB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst__{ 0x0516E790 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__ID_BSComponentDB2__ID__{ 0x0516E090 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__ID__{ 0x0516DEB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__IDconst__{ 0x051C3AD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__{ 0x05188440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__{ 0x0516A6B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID__BSComponentDB2__ID__{ 0x0516B090 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_charconst__BSComponentDB2__ID_BSFixedString__{ 0x0516E4A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const__{ 0x0518CBA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___{ 0x0518C9A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__ID__{ 0x051CE350 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__IDconst__{ 0x051D7C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericIDconst_BSResource__IDconst__{ 0x051E4170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID__BSCore__NumericID__{ 0x05180610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___{ 0x0516BAA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__ReadAndUpdateInterface_BSComponentDB2__ID__BSComponentDB2__ID__{ 0x0519CF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_088f001f29e62fc709abe21f83ea75bf___{ 0x05403D60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0a591ac3ff94163a38651752c151264c___{ 0x053F7660 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0c320f36fb7fc7f350060281711b6dcc___{ 0x05221EC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_121e21e1e9d125117e719645e442eba0__CrowdActorInfo__{ 0x052214F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1d2c540075df577eca3aa8de0befd2a5___{ 0x053F0DC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1e721c09f0a8f9d6a4657a5b9050ab6a___{ 0x053F7780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_2c6cc3366ed202bc6b0186f8f2ea59be__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152_const__{ 0x052CD890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_353d25ac855fc8cf470cdb1fa528eefa___{ 0x053EF680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_38ef3220ea0011ad5f4d8cb09de6c89c___{ 0x052CEDF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_43cb70392b6e24696f132754a441c23c___{ 0x053F34F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4d7a74fe113004069e8f8aa41628d823___{ 0x05403C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_52ea3f0ce40a198958f8f9292ab5123e__intconst___m128const_BSTPoint2_int_BSTPointDefaultOps_int___unsignedshortconst_unsignedshortconst_unsignedshortconst_unsignedshort__{ 0x051C8F80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_56d884e3775d9d6bddede903933c8160___{ 0x05221CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_5855e61dc871e8ef7c31605a8f3bc71e___{ 0x053F0EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_73f78bea8c69019bbbbaaadb040c86f4___{ 0x05221AE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_7cfe8613faf0db759093f8698f53bfec__TESForm__{ 0x05181A80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_818525b1695da88692502b46c145e774___{ 0x053F36F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_888592e0535faa29e3c7210ec0774b1d__TESObjectREFR__{ 0x0535C470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_99ba775dbc162d7d214b840658849b14___{ 0x052221F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9ad5d3990b74ff05eae644e3fae7f5b7___{ 0x0518A740 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9eadd5c202f51b2408f630d83ad6666b__hkTask_int__{ 0x05375E10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a6eaa142a8610e6612db23988c5f9b9d___{ 0x051D6200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ae84b65a6d4a04c179af5a7a12c59e3f___{ 0x05221FE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_af1cfd7815fd339fb92f5cddf38289c0__Actor__{ 0x052BB730 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ba35cf450b8986237b7cf0cea379bf44__hkTask_int___bhkTaskSchedule__ExecutionContext__{ 0x05375F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c390c78bee5b7e1ced577a1ffdeee7f0___{ 0x053EF880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c8b5e19d2cdb34f42b2217824c2c435c___{ 0x051C8920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_d4aba54a904c5a2f42b35b8913e2ceff___{ 0x053F78A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_df1c9297a753126691cecba02443496c___{ 0x053B4F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ec1e4206da538544273932b65c5abef7__BSSimpleTaggedType_Blueprints__BlueprintIdentifierTag_unsignedint_4294967295_const_TESObjectREFR__{ 0x051893F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ed6a3ebc1da311605bcc7a3fb95ab7d8__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__TESNPC_unsignedint__{ 0x05222290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_f15b185c11f96f63ea0a4e5eb59f55d3___{ 0x0518A7E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount__unsignedint_BGSSpatialGraphCellGrid_BGSSpatialGraphObstacleMapconst_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16__const__BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount_const_unsignedint_BGSSpatialGraphCellGridconst_BGSSpatialGraphObstacleMap_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16____{ 0x05197CE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___float_NiPointer_BSTempEffect___float_NiPointer_BSTempEffect___{ 0x052D3210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_BGSBaseLODBlock__AsyncAttachJob_void__{ 0x05160370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_BSJobs2__Detail__TWhileJob__lambda_1c3bfbf7fb74499cbb80b7d46fcc49fd___void__{ 0x05404280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0002d342d4b96ed14f514008f14570c1__void__{ 0x053FB4A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_006b35553229add112942d17ed32bb42___{ 0x051A6BD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_008ea879cedd7a46a8a49983993e57e0__void__{ 0x052944A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_00be030d91abda501b40f19a399e9670__void__{ 0x0525D080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_00d52b2856f41d6da386631d20e5fe03__void__{ 0x053E82E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_00e2d70e07a75ffb4a9550258db25642__void__{ 0x0538F780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01062a76feb931c8a06c8d3f4cbc7774__void__{ 0x052541D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01186127f86f046a5fcf380388afc741__void__{ 0x052310C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0127f337cadb519da5469c7309bd879d__void__{ 0x051C8DB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_018e17b8c62bcc393050b5b3397742d2__BGSTerrain__ClipUpdatedEvent__{ 0x052008C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01d98982c37fa7ae029664f475612abb__BSResource__Server__Commands__AddDependency__{ 0x051E9880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01dfa8bf516424b0dda88f5429247ce7__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler___{ 0x052BA870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_01f90e54009a80a8061050f13c8fa57f__void__{ 0x0525E150 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_02219d7de4e7a51e8a853f1c298cdd2e__void__{ 0x05237AE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0225edb602894d96a65c3c1bdd96604e__void__{ 0x051D8C20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0246088df01a9e07219ed24fc8ba8f93__void__{ 0x052341C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0266f4fecfc2e8170c2ca291fc546ce4__void__{ 0x05253890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0273e6452e98badf11b7178730088a42__void__{ 0x05253970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0280741a07e3abcac360d5bbe91543b5__void__{ 0x0527C8D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_02d5dca3a0c95ccff60dd921dd71f729__void__{ 0x052CA4E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_02ec2101ebb94be332c6bd36ab93b693__void__{ 0x05288800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_030ca5c62d41b0de72e0c17b7630bf41__void__{ 0x053290B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0321d4b42b7a6f99a866cdee2951a820__void__{ 0x053B39A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_034dfa4d5e97d71c1bac340e699d3d85__void__{ 0x053EB7A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_035ca4d135ab12d1ada395740d09ae1b__CreationRendererPrivate__SetPointParams__{ 0x053E87B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0362ce151de36dc19c3b9e0b065e428f___{ 0x053ADA10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_03a8632d7a9099fcd05af7a34fdfc31a__void__{ 0x053F0970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_03c7a44cfe63f654f076dacdfb834679__BSResource__Server__Commands__Pause__{ 0x053C71E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_03e39a4e5bc7955ee600125c3c8414bd__void__{ 0x05299180 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_041073601cf9f78b6a0541c88dd4c120__void__{ 0x0526CDC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0416055efafe3f589688876268cbf923__BSResource__Server__Commands__AddDependency__{ 0x053840D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_044c6458e6cb5693642c4b3cac1fff04__void__{ 0x0535B460 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_047defe610e1e29e448903298b1a0364__void__{ 0x05176F50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_04a1a979d9da72e0f8ac2e26edf99dd1__void__{ 0x0527D510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_05002bcd6b960295934060162e02232f__BSResource__Server__NodeBase__{ 0x053BB7D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_053294228c3a26bab0e61f36d24bf6a6__void__{ 0x0527D890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0538a2af10287591a9c6e825dd61a26d___{ 0x051A3D50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0538e52b7cdb5c41874d3cad4c0683bd__void__{ 0x05298AA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0554cb405e7c7c826d6790cd3292f2ea__Particles__PSM__Commands__StopDistanceCullingParticleSystem__{ 0x053AC820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_056c00754ea9d9c6ca1e8e89751e4a28__void__{ 0x0516F010 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_059ea08971f1939e6f19fd254d9e0c82__void__{ 0x0523FB40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06067c6a6308b41d78759709e112b836__void__{ 0x05276D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06151f381a3a19a53c97f994077d69aa__void__{ 0x05268610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06172112a25e26480a5f9c508ac18f22__Particles__PPM__Commands__StartQueuedSystem__{ 0x053AB390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06a711be13e37f10943499bf203dfad0__void__{ 0x052C32B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06ce8beed408a87c8d1eaa7376977972__void__{ 0x052C0700 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_06e1d095500aa82f8ac3a971cfa34d57__void__{ 0x053E1A40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07020fe3b056cff41277528905bc00a4__void__{ 0x052773A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_075888cf0a2530e474cd201dea947988__void__{ 0x053B3B60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07651cf617a1bda461beb97e5235a353__void__{ 0x05172710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_077387c3297a9010e77cd35d075067ff__void__{ 0x052C6160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07a3b48c41a24d7c285e8cb5ef1cdf60__void__{ 0x053F18E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_07e365911eee35c5b736e798821d6271__void__{ 0x0515AA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_082360f606088c4ab0076fd3f12c2ff3__void__{ 0x052C0C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_083725449ce9e0d3c679208d63e53e92___{ 0x051AA240 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_086fbda4eebb50c6f4df48f1f6fe6d27__CreationRendererPrivate__SetStarmapGravityWavesParentGeometry__{ 0x053E9BE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_090d3c8373da10997c2f4bd4c97b520d__void__{ 0x0522D1F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0926f4cfa9ad1d828a3f411e7fc4f6f1__void__{ 0x0524D910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_098e9d41120d9c69ef301914fec63ba8__void__{ 0x05327ED0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_098ef4189a0a8f223c8fbc61d99829b1__void__{ 0x053CA200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_09933e7059ef7be535739391db262532__void__{ 0x052C0E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_099436210363735fad6683050ece6576__void__{ 0x05241ED0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0a24dd329f14ebaba8e0207148047ef0__void__{ 0x05255E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0a26b129176452b06fb33fbd5234ddc8__void__{ 0x0517C780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0a386d64f9dd36883ee283d505f82adc__void__{ 0x0516EF30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0aeca5285554a78219ade45aa9bb9db0__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetText__{ 0x053EAEB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0aece35f7823386b115b82deaaafbf7e__void__{ 0x0522D650 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0af826300f7c12bb0b61405a607ed24c__void__{ 0x052BC130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b1d03580f6f0a5a6a5dfd19b320d7f7__Particles__PNM__Commands__EnqueueBinding__{ 0x053A3180 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b3f977e5810541ada5b8e7123e4a876__BSComponentDB2__ObjectSaved__{ 0x0538DD80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0b4a97e3db7f91472675e74f4146eabd__BSComponentDB2__ID__{ 0x05380200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ba77fc2a44489b0e7a2852b10d3be19__void__{ 0x052C4850 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0bb808731178bb759388c92baaba2060__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler___{ 0x052BA700 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0bc199359560e6382a0563b4dbd09d32___{ 0x051A57F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c03c7330473892ba670105402efef07__CreationRendererPrivate__Messaging__SwapChain__Destroy__{ 0x053E4770 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c232cc3ac8cae764e7ee93ff79e28ac___{ 0x051D4C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c247aedd97c7f96423e3ddd7608ea80__void__{ 0x053EFE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0c5c5ef7fbcb29a5b5314c3ff1271579__void__{ 0x052A0C90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ca6e154e41dec5dfc62308ecc694acc__void__{ 0x05243FD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d04e56f01adcfd3745eabdda36cb421___{ 0x052D3F10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d1fcf20e5825226f909acf6b1390c30__void__{ 0x053EBDC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d4cbf7d6729c86f736a3e1e92ecb42a__void__{ 0x0524F280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d654b3629054275bae9908f7c2ed8e8___{ 0x051A5670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d65ab9a2dae1c47a0c901cc9738cbfb__void__{ 0x053B3E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d72e0efc6f9dfc450d41f8a52bc48a4__void__{ 0x052CC670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0d853000097131e6d146d893dc35aecb__void__{ 0x053F0A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dbaf398f5b9d27b21806968b4ae0a0d__void__{ 0x0527CE10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dc34ffbd9ed8987595dd2f80dd80831__void__{ 0x05329190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dc569d6a102c629c04acc1adc57134f__void__{ 0x0522D3B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0de734acc79b148e560b62cc3735c689__void__{ 0x05288D40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0df8d91b739f126dd281888ca88fd83b__void__{ 0x052556B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0dfaf3731b1bf4b2144f7c7c60ca1e32__void__{ 0x0528C070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0e23ddf5c97dad2ca2be7aa659d41b86__void__{ 0x05173390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0e88fb2d108f131e87a5775ab8ee6d24__void__{ 0x052BC4D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0ee8949bcb7a260edba29f32c4bdcef0__void__{ 0x0525F000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0f5f2e25683ee595dc5bf3b34e438e92__CreationRendererPrivate__Messaging__Window__UpdateWindowPresentMode__{ 0x053E3FA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0f6276adeb6b449032d2cb25a08fa625__void__{ 0x05274FF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0f8ae27cc7094103481a2f39fb7a66c7__void__{ 0x05264990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_0fbe08cb3daaac324ee9bcdc03634431__void__{ 0x053EBA40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_101e42f2b95b49532b1b539f3585e9fc__void__{ 0x052C4930 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_105653bf31127f1824054cb0a4211f8f__void__{ 0x05244DE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_109fc17ea66b9ba70691fd95452275bf__void__{ 0x052717D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_10aa7a4f760f1ed964fcfc2b5994be30___{ 0x053F0C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_10c92ab2e647158c6768592162d88cda__void__{ 0x053C8190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_11319c8b1ca1d5124ce8a3cdeb847a3f__BSService__Detail__PointerWrapper_BSComponentDB2__StorageService___{ 0x0538F2F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1179c0d39af89e3c5612f8c3062153d6__SaveLoadTester__Service__DecrementBusy__{ 0x052ADEF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_117f4ead7583bfb71b48a89a154b3482__IOManager__SystemTaskService__RemoveCmd__{ 0x05383990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1181752b037322e77a0e38ec51afb85a___{ 0x051A81A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_11c34d3eb78eee830c941a9ee33a851c__void__{ 0x0517E8D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_11ff52985ad0c88221edd6e56ac529e2__void__{ 0x05239D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1229d031d6d615b2231ac98f9b761d74__void__{ 0x05327560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_127705b3f3d8ef481a1cead87faea264___{ 0x053F3210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_12ea3b324529d891495a3fb3b027c94a__void__{ 0x05159A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_12fc22b079915411b6b2b4038a6bd8ea__void__{ 0x0525F1C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_130b93c9a97d09ae0d297c51cc4d5464___{ 0x051AA9A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1318b714b24fa2e2710a529d6ef141d7__void__{ 0x0525DC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_131c4870fa33d302c588e56f37ef938b__std__reference_wrapper_BGSSaveLoadManager__int_unsignedint__{ 0x052ACC60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_132e6cc06120f2d25c5799f59603526a__void__{ 0x0524D5F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1345bc85d9ab2e9177e72cad4fde7a60__void__{ 0x05296A60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_137aa706401a96efeb8af0f5153e8326__void__{ 0x052C4290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13bc4b69b9bb200ce8639726ff52dd1b___{ 0x0535DF00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13ddb005de572f8b0cf5d5b4f31fdf39___{ 0x051A8F00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13f2f1fdc9b77224a1f3ab99e3e8b208__CreationRendererPrivate__LoadMenuHidden__{ 0x053DE250 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_13fb5261bf961ea5ffe8bc99d857d9b6__void__{ 0x053EBF80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14348470d6afd06ac22201fb09357cdb__void__{ 0x053B4BE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14563e1568e6d890487357d5b6106ffe__CreationRendererPrivate__LODList__{ 0x053DF090 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_148af1c827fe4f82fd6d721558747331__void__{ 0x05249150 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_148e3dc5c753e0b63b8179444d7afbb6__BSService__Detail__PointerWrapper_Probe__ReflectionProbeRenderOptions___{ 0x0538AA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1496e3e7f62e55e5720030c5fcf78308__void__{ 0x0522DD30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14c624d060d53f090d9f6653c9d8716b___{ 0x052053D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_14c7ea9486cedf1533fcee4c4a4cb042__ScalarAnimation__ScalarAnimUpdateCommand__{ 0x053616A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1511d67fd91bdd9800c7fb8a0a547ac1__void__{ 0x05237D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1522e0518122fe3f79c62fd4d69b2778__void__{ 0x05288480 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_15752006373b974af772fdae01c31b35__void__{ 0x05244370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1598874d1cd6ead728b5e1c399f11e89__void__{ 0x05279750 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_15a1128b214ce479bf0e0588a2044d9c___{ 0x051A4D00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_15f8a0d100daba78b43c303c535a539a__void__{ 0x0522E990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16376a5022f79a83df3926f4fe3cbc2c__void__{ 0x0524F0C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_163fcfaddf6445222d83c6b71f5c80db__void__{ 0x0527D5F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_167e29f857ddfc90e0beaaf2362a76d6__BSService__Commands__NewFrame__{ 0x051614B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1688a60e1b2106b578044f4af2f0cecd__void__{ 0x0523AFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_168b1ebde8479d59d97e58f4093b56b2__NiPointer_BSCloneReserver___{ 0x052B27F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_168dd5f9379d2fd02919c4b287afeb1a__void__{ 0x05249B10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16db958dc41d0c66db77acdf4c42d6c1__WorkshopEngine__ItemCombatChangedEvent__{ 0x053593A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16e8324d5b2572cd72b95b4d7c867a5e__void__{ 0x052C5D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_16facd21a3bcaf5be30d78eb396b183a__WorkshopEngine__UntrackItemEvent__{ 0x053594D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1716f236caebbc81bde29df41b7139a1__CreationRenderer__Messaging__PipelineGenerationFinishedEvent__{ 0x052B9DF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_17396a94c1804093cbb9a3a845c807be__void__{ 0x05195690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_174819bdc7f0499d3672b9449c10f91f__void__{ 0x05328EF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1774627e001018ae78f7afb113d3fa44__void__{ 0x05273EA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_17ac7ba69e78afaed49e645089406ab4__void__{ 0x0529AEA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1806fb42aa1c1e9e52bcea8a68aaa87e__void__{ 0x05269AD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_180c459f37941f35f0a93ec666eb98b9__Particles__PNM__Commands__StopParticleSystem__{ 0x053A24B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_187988143b9bf44be919f8d51b1b1b63__void__{ 0x0526CCE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_18ccbf1e684f7cd76a882ba490e89fd2__void__{ 0x0524BEC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1906ed046289e1d0042657dc28968e4a__void__{ 0x05174210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_192783d943e5fbb89cb58be942406117__void__{ 0x051C4AC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_195aee6d74b2ceea27f36692e3ab6252__void__{ 0x0524F520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1962c06bc59384d568710cc2132f3df6__void__{ 0x0523BE30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_196ef92acd8272c26ca673793b2c5b71__void__{ 0x05269950 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_19871f07c1e548a013d0d1cf87089b3b__void__{ 0x0532ABC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_19c1ea0f7ac173ff0297db34f047c51d__void__{ 0x052CD370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_19c5f57862c11ce255b5d3fbf38bef09__void__{ 0x0525EC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1a6202670b68012c2043fa70909db9fc__BSService__Commands__NewFrame__{ 0x0538B690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1aa7972c397c239d8c334fcca51f809b__CreationRenderer__ResetCullingMemoryRequest__{ 0x053F8BA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1aab385b1d2c973b43db622647dd6935__void__{ 0x052757C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ad6aa892d305598e3aa071fb6978ce9__CreationRendererPrivate__Messaging__RenderGraph__RecompileAllRenderGraphsParams__{ 0x053E20E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1adcc7f72816988180f229dcae97a055__void__{ 0x0525ED60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1aff8d3e5c50ae9d9ca9ad30f216fd94__void__{ 0x0518E970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b1de50a30aecd9038df8bec83bce1d1__void__{ 0x0523DD00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b2eff87bafecc7bbc43ce302fdee705__CreationRendererPrivate__SetStarmapOrbitsColor__{ 0x053E9810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b6954ed9f9f23860fc5a5777dbda38f__void__{ 0x0527DB30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1b7586faf3d45a3ccdbe562c615deea8__void__{ 0x05268A70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1be396980ac749ad6a75b7528955df49__void__{ 0x05265F50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1bf2a8d41dba84ffc96c5d4aafbdf0cc__void__{ 0x0527DA50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1bf785c93d8ad6d842d65a8bfb1aea2b__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053BBB90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1bf7c3047063bf194f956149815127bf__void__{ 0x05264450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1c54b5cbad2cbee0585443d73aa9326f__CreationRendererPrivate__MeshDB__CreateSubMeshParams__{ 0x053DFC60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1c7ff35eeeec7cd1d9a2e5a0c39e495c___{ 0x051AA0D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ca4b4e540219e4d456f628473c4e71f__void__{ 0x0524D0B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1cd72100737beba0d7eee0f960aa704f__void__{ 0x05294660 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d3a5baa8cddc84b09fe4ae5914ac8d3__void__{ 0x0525EE40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d5383e98b8e712f89a1b74bef1f4521__void__{ 0x052931F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d753404f33e1c7059e9e66b1fb8cb9f__void__{ 0x052C68E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1d77491fa8d966c53ee8db9ca8d7257f__void__{ 0x05237F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1dc94482c6a0eeb04309cec409833161__void__{ 0x052CC590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1dca1393cf167ec33c942351d43db67d__Particles__PNM__Commands__RemoveDeadSystem__{ 0x053A25F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1dcd6055c087c81e7b34ff0e9b242b7b__void__{ 0x0515A5A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1e3b3b65e4deb17ca33e10e3fc7a4114__void__{ 0x052756E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1e9994414b30943f97930cd97387f08f__void__{ 0x053EBEA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ed8251b1a65468a26281b769d4cce60__BSTextureStreamer__Command__Cancel__{ 0x05389430 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ee85f381440a2d09017dd8965db720f__void__{ 0x0525D610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1f3aad7b634a2fd4477eeee64a63e161__void__{ 0x052C3B70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1f7e28043a2aff61a071f26e42547073__void__{ 0x052C4E70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1f92a890228578814c2c2a03e8cac3ef__void__{ 0x05260BD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1fada1a49a815c74778c622ce536d0dd__BSResource__Server__Commands__NotifyComplete__{ 0x053BACD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1fe4aa3c08afa23c78527d1835dc5bc4__BSResource__Server__Commands__Resume__{ 0x05383730 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1feb0118ea67ec51efc7b906b04c6a3e__void__{ 0x0526CF80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_1ff618fa23044ab7190c611f0f4f4a1e__void__{ 0x05221100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_20023bd8b6f0cc86e939f7a6507b6df7__void__{ 0x051746D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_201c402df48895b5d2432b3397e6e6c5__void__{ 0x052782D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_204d98801082d89c3b86c75e5bef4268__void__{ 0x05239900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_209cb06f73a81f06178619acaf95ccca__void__{ 0x052B00B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_20afe879793f75ebbf8aa6155055e332__void__{ 0x0524C100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_20bfcf6d2c3feba821c8319e746716c3__void__{ 0x0532DFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2101e137058c8cce639a34b3fcbc6124__void__{ 0x05292040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_210b3ef41dd8983da70cc07a3e0846ea__void__{ 0x05173910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_214560b10e1922061b3c3abcc0263e5c__void__{ 0x053B4B00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_214d8b93d89e60d3f194e52945fc3122__void__{ 0x052758A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_214f86d7d02876439242e1db06abfd20__unsigned__int64__{ 0x05200AD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_217a1984d7aaaa76424c490d99ccd0b6__Particles__PPM__Commands__RemoveRequest__{ 0x053AB4D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_217e4d66bceb166c823cda642795bd7b__DynamicNavmeshService__DynamicNavMeshTaskCellRemapEvent__{ 0x0515F400 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2270a8b534503d70aacdbbbb48eacacd__void__{ 0x052521E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_229a4e5fa9fd41ffec4f972c3da0e404__void__{ 0x0522B4B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_22e4dedf066ee308e8be98a91a05dbec__void__{ 0x0515A680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_234872c1c6e19f2c77dd5b652a057831__void__{ 0x052A4C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_23603fe60d9bab333a86c7a4ac80c3a8__void__{ 0x05159D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_238f1eb7519d3ce6fc27db751464dd8d__void__{ 0x052C4CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_23d36ce9f8728bffa7fd0b2dc1f5cb94__void__{ 0x05241DF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_23f8832b83fb9f72c657df18958f6306__void__{ 0x05253510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_241d9a5d50febfb6ba04ca41e3729407___{ 0x051A5D40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_245174f9a20ac7a3035baa291be1395e__void__{ 0x05329270 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2469a73507db0616d79345f7c36d5c54__void__{ 0x05192EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_247075687ebf6143eff3a7dac9a359f1____Service__ReferenceDeadMsg__{ 0x052EE140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2471eaefa834ee6d158acd34cfdc233f__void__{ 0x0527DC10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_248e50f5c99809b58798f5db794286b6__void__{ 0x052A1FC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24acdea64849368114ea9d6e94cd1c50__void__{ 0x053DE060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24d44cabdf8c29ab5103a04e26075df4__void__{ 0x0524AE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24d90fff4870664f7b3e985575b6e466__void__{ 0x0525E070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_24f6ac36d7533ec682c0a282888c8485__void__{ 0x05176560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_250bbddfc101d1d4fc16e1a08c21486d__void__{ 0x052C29F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25212b87a08400f446ec297e12f0a767__void__{ 0x05232370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2537dce064a73719c824d45ae5bee846__void__{ 0x051957D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_254b770459995ece89a8f6627dfb5efb__void__{ 0x052C5030 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_254bac1666edeb9dbb6cb08e2b8368e2__void__{ 0x052C2670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_255aea7f51319bdf47a5203f2d8eafb9__void__{ 0x05268450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25945263975cb57845c6a4bb285efe7e__void__{ 0x0528C4B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25b10d4ae2248b8cfab1104251ddffad__void__{ 0x05230F00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25bf931fc0da606f9cb153f21c2acf21__void__{ 0x05260450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_25fd4484c9f270c6cddcb4c3b8a1e1dc__void__{ 0x05178FA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_261e62996e5289c528fa08224fb8f4c1___{ 0x051A8CC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_265c9c2cc28dea70b44738922c3942bf__BSResource__Server__Commands__Reschedule__{ 0x05383070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_266ce564967dd752765c46aaaa91fa8f__WorkshopEngine__CommitEvent__{ 0x05359040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_26eb4d84f4f78a938169c7210e691e9d__void__{ 0x05174050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_274420ce56496d799cb41ab8f61f9a94__CreationRendererPrivate__Messaging__SwapChain__TogglePresentMode__{ 0x053E4380 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2767ee422ea43a1012bd5fa5aba39abd__void__{ 0x051D8180 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_279e68361bf7aa08e4c1761b2a3bd216___{ 0x051ACB40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_279f04fd05616f92000ce9a75b851fa8__void__{ 0x051714D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_27a397a38b489d038f09ec773cad4a3d__BSService__Detail__PointerWrapper___MaterialAnimator___{ 0x05396410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_27f656fac942671e6d0aef16b0740835__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__StagingBuffer_unsigned__int64_unsigned__int64const__{ 0x053EE9D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_28010cfdffe4a299109b31bc0b238216__BSTSmartPointer_TESBoundObject_TESFormPolicy___{ 0x052B2A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_281504c41f875176f11591ead405116d__void__{ 0x05326AE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2856cb2d120552a8ee584da2837ecaba__void__{ 0x0524B0A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_285c03feb56c832a285d42f66323cc5b__void__{ 0x0526CB20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2866a9178630a5c75b5934c611c7ad37__void__{ 0x052421F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2886445c6e0621bc870bb6265c2ce416__void__{ 0x0528B260 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2905f2e89e326a3d4163970a61220fbc__void__{ 0x0524EC60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2915710df63846f4944ed3d812de9410__WorkshopEngine__BulldozeItemEvent__{ 0x05358E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_29737f9587fa0d1fb489346e0b4204c8__EffectSequence__ChangeShouldProgressCommand__{ 0x05161670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_297f117abb3635275be8ef6cd52ab0b7__void__{ 0x0529A740 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_298b4c9ddad8c2c98895d95d86b6f018__void__{ 0x053EC400 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_29a65105e2f059d5c389bb1106cf31a3__void__{ 0x053EC5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_29eb0d7134d8ba51cfa9e6bafd111a1a__void__{ 0x053DC900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a1038c7d25ba0a884b7bc8177134c35__void__{ 0x053F06D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a3033e1d9b16146ab0cfb500bc57757__void__{ 0x052C5F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a39ce085fe4fe20ba682fbe1eec9d75___{ 0x051A6CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2a4944ac535e0c58bcb386500360561d__void__{ 0x053EBB20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ac9f805c895c10508bbaac05e056a0a___{ 0x051A4230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2acba6e6f5d8006da23e0e8bda8d73bb__BSResource__Server__Commands__AddDependency__{ 0x051666A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2acc797905deef217ba390942468a931__BSResource__Server__Commands__AddDependency__{ 0x053BAEB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ae52c85f260927307882bcc7125f6da__void__{ 0x05241FB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ae9e1380c8ee2a9c82ea83274d83730__void__{ 0x05209CF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b2ad8ef2d7d558fbf41b42171f3b1a3___{ 0x051A6060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b3180f9f666789c91ceaa7ef11cc1e8__void__{ 0x05280C20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b407448b85a245f799c31755ed65a50__void__{ 0x052A0C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b4ae46eaa735d8ec6e406c6ea7dc68d__void__{ 0x052C4D90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2b78d51cdcbac556c6dd29edef8d656b__void__{ 0x0518E7B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bbbd0b50b259ac7cf500e5ae985938f__void__{ 0x0522D810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bd41bd62048e62f5a0b6c02e630e312__void__{ 0x052D0CF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bf18162af4aa8bb3440e46bcd481a5c__void__{ 0x052C2AD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2bf8d57a23f5733c9ced6acf1309e89b__void__{ 0x052422D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c01d9a581c158720a996021bd2bf7f0__void__{ 0x052C3390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c718fd403190905af0d4ea06c52c490__void__{ 0x05271450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c72c11eca91ff181a95975869a22a8b__void__{ 0x05173470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2c8c13283777b305e8f9ac8155e91888__void__{ 0x0529C5F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2cdb922543cfbed70ffc3f06283ccbec__void__{ 0x0528EAA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2cf70dcb2c55b70d372df887b9c51ec3__void__{ 0x05233360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d5bef08f4973c82b63bb685675f0476__void__{ 0x052281D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d6f96d76d321c8d1c3dd7d1b64229f4__void__{ 0x051732B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d746a0e1ac0058b6f4a05abe7b671a7__void__{ 0x051E2F60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d85d23616d6cc71a192d86f46bb952b__void__{ 0x052C31D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d8816b79e7f47b371dac3f95b45cbd8__void__{ 0x052AFA70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2d89b27380db044a735beeb504a7b6c5__void__{ 0x052648B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2de26c0aa27633843a24364a44cc9f49__void__{ 0x051D6440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2debec6ebb798162268303d60398729d__void__{ 0x05377390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e1b42a1bf4317aaf1a3894ceabf2310__void__{ 0x05266030 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e61532e0d5a01e189b8200de13d5f3d__PathManagerImpl__CloseAttachEvent__{ 0x053B0C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e6253c69297d1e42e51724b3fdd29fa___{ 0x05401440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2e7279c14af628ec41691a123af46400__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount___{ 0x053B1560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ea6196d4562a590254354bd5feb6c25__Particles__PSM__Commands__ReserveParticleSystem__{ 0x053AB600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2eb9065638b09a690be622024b4df0bc__Particles__PNM__Commands__ReleasePreCreatedParticleNode__{ 0x053A2230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2eb998c0a5ebbf4566b9cf6264edf070__void__{ 0x05260130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2ecc3ed85afbef822c47380b7a9edf28__void__{ 0x05271B50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2f0badbef406f2ce6d56b7c47ef5200e__void__{ 0x052D0DD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2f1b90efd64ded8c405a50f908cab138__void__{ 0x052C5C20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2f97ae921508145861e34cb17a7e0f3f__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053C86B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_2fb5ea5d7b79125fbb6a681b7df9d0ff__void__{ 0x0528AE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_300e29d97d5d2a5664d5a028a88e6f9c__void__{ 0x05245580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_301952c8919bf88550759f6c3d069c6d__void__{ 0x052C5570 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3057e6150c41d0e14e6947f3c018efdc__void__{ 0x052C30F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_307c8e484fd5684acde2e61ba907d2bc___{ 0x051A5F80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_308bb12e157933541115e30dcbca0aec___{ 0x051A3FA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_308ed731f2dbebf2e475b0e992c3ca5d__PathManagerImpl__ShutdownEvent__{ 0x053B1290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_30c6c7a87bba76c3a1a936e1ed78b67a___{ 0x05374580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_30cdcb41fc2ec080a01fcf0b95f628f5__void__{ 0x05177110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_30d5faf09585b9c3c9dd2fcf15b7c043___{ 0x051A80C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_313a600ce33a8cecddb268952133376c__void__{ 0x05268530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3146f25ffd3d61e3bc2fd9220d9646d7__void__{ 0x0527B000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_315f20bb07ecbddf0c084f73185daa5a__void__{ 0x05244530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_31781ca9f1a5c8c76d677f9fd6de0e10__void__{ 0x051E8ED0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_319247d69123ef8ee3d856be4ce619a3__void__{ 0x052CDAD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_31b44e4d05e5e001a2aa280f8bb5c5ff___{ 0x053F1000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_31f70d64dc89f3eccdb1d62f9068ce7c__CreationRendererPrivate__Messaging__Window__Minimize__{ 0x053E44D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_321ddd8064bb6d74dd3569d28ac1e1f3__TextureDB__QueuedTexture__{ 0x053CA080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32537a9cd7d7d51f31d6e04d245d00ca__void__{ 0x053CA600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_327a737861a5586d86084ca7ac4d6901__void__{ 0x0525B120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_327d874d40378dda636bc9feabf0da29__void__{ 0x0526FC50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3289f95a5de796dd01303c2e6aa1766a__void__{ 0x0525F4E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32a3a2fd9114cc2e2bf78225a3600fe6__void__{ 0x051762C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32cb66071ec10a2bf95d6a03382fbef5__PathManagerImpl__ForceFailEvent__{ 0x053B16B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32de99af9a1424703afcb351fce4f307__void__{ 0x0527CC50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_32e4b4f19bbe2945e96b834492c572ff__void__{ 0x0529E680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_330bd7d68a6d9e5a9f9be554115c94ea__void__{ 0x05279DE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_332327652b151a6d9640e172c53d7ea2__void__{ 0x05228C30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_335da43bb2b81785b47fbe4d0f319b78__BSResource__Server__Commands__NotifyComplete__{ 0x05165950 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3399867ed2d3e4eb9149cf49ae39f53c__void__{ 0x05232F60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33ab77d0429c58d85d6fdb5328fa1582__LOD__Commands__GridCellAction__{ 0x05201330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33b8aa430c295b81275d187f81cfb104__void__{ 0x052C2F30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33cacfd5a484c4e71c226ea378b26f03__CreationRendererPrivate__MeshDB__CreateSubMeshParams__{ 0x053E00F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33d62600cbeb197191711a0e2d25692a__void__{ 0x052606F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33df8a020619a661ff0f0eb30c4a92f6__void__{ 0x0526F000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_33f4011bd742b3aa4c912a5b3e9e47c4__void__{ 0x05253B30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3455917d9295a66c51791fc3d6075540__void__{ 0x053F07B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3488d9aba936a506cbc187c238afd041__DynamicNavmeshService__RemoveAllModificationsEvent__{ 0x0515EFC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3495883e95a0abfb4b4bff1fc611f8fd__void__{ 0x05273CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_349ae4f9982f93b8dbdc97b33a330dcd__void__{ 0x053E83C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_34acf24da20ca032cc74198e2b0308ab__void__{ 0x05290F10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_34c11c47986a679e4c16a9a2e0083127__CreationRendererPrivate__ApiAbstractionLayer__Texture_CreationRendererPrivate__ApiAbstractionLayer__ResourceUploader__CpuBuffer_unsignedint_unsignedint_unsigned__int64const__{ 0x053EE830 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_352ebd4d480bb605eaf5fd9883134d6c__void__{ 0x0525A5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_353029f4888c2501365bd04c8f948db7__void__{ 0x053FB3C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35975cc4ec102173bf2334a2f99698e6__void__{ 0x0522CC70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35c6f8e7b5065eba3074a4701c8a5f6d__void__{ 0x052661F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_35e68aefa21a0d8d2b28a3ca8a61c2b1__void__{ 0x05327640 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_361c6cab1b38c4ec47699ef1ffdb41f1__void__{ 0x0524D190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3624a12a5abfff4e88b206d4cf59013d__BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___{ 0x052B26B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_364a00ef55871162f3f5070f720d9966__void__{ 0x051D7F50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_364ea8f2f5cbbc7ca33932822fa80cf8__void__{ 0x052654A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_368233da920516086d8546f1f7465218__CreationRendererPrivate__Messaging__RenderGraph__InvalidateRenderTargetHistoryDataParams__{ 0x053E2270 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_36c3ef1d65a152c1c215c92d00e6399d__void__{ 0x052C1E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_36ce634e90bd2a4e24146529ad6d9f73__std__reference_wrapper_BSService__Site__CreationRenderer__RenderGraphExecutionList__{ 0x053DCCE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_370bd910a5608f7e24933769a85a2d01___{ 0x051AAD20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_37728350bd895aa432a0de6abbba3444__void__{ 0x05253F90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3787988b13cf9ab18aaf10e2a798c429__void__{ 0x0526F0E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_37eb773e0655841c45aca77b8ba0b606__std__reference_wrapper_BSService__Site___{ 0x053DCA10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_382efead5ac19798d3908e8e081276ab__void__{ 0x053F2DD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3853f003bf05ee8a36b1af9ed2675598__CreationRendererPrivate__Messaging__ShadowManager__SetQuality__{ 0x053E8080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_38f5e4d9155f05098e02b86201038287__void__{ 0x052C4A10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_391a5fd4f22aaf0d0846b3c750514aa8__CreationRendererPrivate__MeshDB__CreateParams__{ 0x053E09B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3930ab2afbab27b1506767cf58be5101__void__{ 0x0528E1A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_39527e6c6f00a11338db2ecf7dbaf49f__SaveLoad__CleanupDataInExpiredCreatedLocationsCommand__{ 0x0522FC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_39a940d0b7948878fd3b5b96c2ebf945__void__{ 0x05253DD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_39f8b5f7049a839ea2095f4a26f9ae2f__void__{ 0x05291370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a2464f0941ed62090b746e65ca64c5c__void__{ 0x05268B50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a57abaf61ad1e6abc321442d83ed546__void__{ 0x052CAE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a591bc3d5e9ce38c6a79ce50bb71bc3__void__{ 0x0535B8C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a8eb28842f7c3b638eecbd27d2766bd__BSResource__Server__Commands__Delete__{ 0x053C75D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3a8fcfe07635d04438a5132752733b81__void__{ 0x0525ABE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ab7a474183d094d82a832310dd1e3b8__void__{ 0x0522BE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3aba2adf970db82c095675cef82c2881__WorkshopEngine__ConnectWireEvent__{ 0x0535A010 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3acf5e266783d132c177fcc3ef813df5__void__{ 0x05247BC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3b32b694f872c1c21c9dfc8218ceb5fb__void__{ 0x05196380 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3b6c7671eeb5b5acc5b4e8b65342012d__void__{ 0x05175730 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ba838f9d6a25c897cf3e761a176b405__void__{ 0x053C7D30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3babf5a6e03cdb09405fc7e098bc7443__void__{ 0x051768E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3be25b3317c2cdd7df0dff14aeb8ca2f__void__{ 0x053BB5F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3bea0f9a0294bd11b0d7827c6a8df0e4__void__{ 0x0522C230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c329a73843b41e733e0182af0e37127__void__{ 0x05328E10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c501a4c01c1bd636e36785d81a92088___{ 0x053FE480 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c6290ae99937915e873fcebd8fda379__void__{ 0x05237910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3c89dfb515aae82e49ef0c9398fc4e07__void__{ 0x053B4860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ca668172a1c46e2ac7b265a77c54d0f__void__{ 0x053CA980 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3cae0d050cee0487208e6011be92c7d7__void__{ 0x052459E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ce2a5101292d234e5374806e376da67__void__{ 0x052C6400 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d12aa2819e5d460f17038daa0921c9e__void__{ 0x05242960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d17e16e59fcf8208e53f6391fb6ec62__void__{ 0x0528EFA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d2344d60d976c67092b025322ffc4f8___{ 0x051AB840 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d4fbafc5fd90921741e35c987c6c3b1__BSResource__Server__Commands__Cancel__{ 0x05166100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d510ea8315a91b731b3d8c0ff923f9a__void__{ 0x052C3EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d62d9ef8d226a48af329f1219d92cdc__CreationRendererPrivate__SetGlareParams__{ 0x053DE900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3d751a3a5f7a5c3a0cf2260cc4623136__void__{ 0x052990A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3da75893818ee5207bdb6901cbfdd1d8__void__{ 0x05252160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3dda19daacbafd2f7a3f8a789293def6__void__{ 0x05328B00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3dde49ac74f9fd3e3193f3e83ce5cb5c__BGSAudio__WwiseService__CloseCmd__{ 0x05206C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e1c039ddf7c20b9d0c821402aee78a9___{ 0x053E12E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e1c6fa17f66105a7b10feda004e0cb0__void__{ 0x052A1EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e333624a18bfd6219772c0ac143823c__void__{ 0x052C12E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e368065e521a937278cf0c31232a203__void__{ 0x05278490 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e79d46c2d3630fdccfc2ade8adaf41f__void__{ 0x05291F60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e7edb91a2306b74e82c8676b746f6cb__void__{ 0x051771F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3e8b49604e3b87fa953001520a27acef__void__{ 0x0525E230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ea8ead95a63a4d828f39db6546d6b7d__void__{ 0x05375BF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3eba4dc1ddd570430936438b3e3303bb___lambda_e293df5792eb241a3cefba9142796c52___{ 0x052BA510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ec27cdbb32a5c38a315f1137a370d55__void__{ 0x0532CA80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3ed2adb8a118e183e6aaf9bd8c782e8d__void__{ 0x0527C630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f2aec5ed7125590b3c46b71bcd7a578__void__{ 0x053E18B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f507c90a28256ad5886d22aa20dcebe__void__{ 0x0525F380 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3f788884067476c5c9d29f340870b860__void__{ 0x052608B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3fc0deb4283874dcb0d2a8e4ffcda1fc__void__{ 0x05232DA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3fc665100f134cb641475d3a9648b795__void__{ 0x05276E60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_3fea53d8428e3e8de0ee3eb6c5263edd__SaveLoad__CleanupStaleLocationsCommand__{ 0x0522F690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4008e0a6d2eee7d878541197268771e7__void__{ 0x052C14A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4020ee17ccaafc63f1760ed4e39546e2__void__{ 0x05233EF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4036eb5b52ef8a1c35ecf97b1bd0f497__void__{ 0x05176CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4044d6665dc2fbfcc3816a7acd81a713__void__{ 0x052729A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_405c76cc591d6ecee551837365bb7a31__void__{ 0x053E2FB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_405da0333369ada4c3c1d70c5cbbf997__void__{ 0x0524EF00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_408d850f896b71e1d2843b386a496690__void__{ 0x0526CEA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4093dbf0d6045f9250efb75db1bc5622__void__{ 0x053FA3E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_40e6f3a5d7629908c83c6f08be99d02f__BSComponentDB2__ID__{ 0x05380300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_40ffcc266e73d715cb276ae78e95efd4__void__{ 0x05294740 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_41212d33b7832f8d5197b18b234a3a1e___{ 0x052A7D10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4189d15c6165e86e8af3d1f2c80ac387__Particles__PSM__Commands__RequestLoadResources__{ 0x053ABCF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_41cdb2c075ef3d237bbf6e536e732f2e__void__{ 0x053F1690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_41e29e630505c1347ee4a0b958696d8a__void__{ 0x05246400 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4206833caf804d1b078bea3a05711f28__void__{ 0x052071E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_42143624fbcb82a4cf50456b8e7cbbff__void__{ 0x05277020 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_43072a36558482b0757dafb12e7d0b2c__void__{ 0x052C2910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4319de3c1721a6efb59bc02bc04d16fb__void__{ 0x05326BC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4368243e1fbf4a53c983b7d9e6df2da5__void__{ 0x05351500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4375ad3e6651f5c442cde7b0e1ca9cde__void__{ 0x0528E280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_438aa190d1fc08623a667ed57a069388__void__{ 0x0529E3E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_43d6edfb9ea9c6494488be2fdd1a9289__void__{ 0x0532AAE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_43dea555a4b7f363d485f6a504637bce__BGSPlanetContentManager__PendingPlanetContentRequest__{ 0x052BF940 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4408f2402885ec5a449d735aa70e45bf__DynamicNavmeshService__UpdateNavMeshCellEvent__{ 0x0515EBD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4414c672bbd2fc8b10cf5d82b32d88f0__TESForm__{ 0x05181700 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_442365a6bcd228c8e242bffad7645f04__void__{ 0x051CF960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4435d41dac228c19b787802376037cf9__void__{ 0x053E17D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4445c3abf0c368441bf6264f6cb4430b__void__{ 0x0537E5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4463c366715b972b73264daba198b3f1__void__{ 0x0537EB20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44abd068d2da4873cc884ac3531858ad__BSResource__Server__Commands__AddDependency__{ 0x05191F70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44ada94071a02a2b474443a2e6e2115e__CreationRendererPrivate__SetStarmapGravityWavesPlanetData__{ 0x053E9D40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44c2561ca25dce2ff3574caeb9f74dd3__void__{ 0x05241020 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_44cb987a575564a069b41f2fb53051a6__void__{ 0x0537E860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4501655eea2d25d05464153c14f354d4__BSResource__Server__Commands__AddDependency__{ 0x051C8440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4513bd44a8e7c893dcdb1837f1b52da5__void__{ 0x05266110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_45834f7c6c87366496a2659d5dbf9e5e__void__{ 0x05298D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_45a06290d924165f9626281a58ddd57a__void__{ 0x05249310 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_460512555715907ea5d59565728cbf78___{ 0x053FE9C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46303423585880e1eb20ec3e05e90371___{ 0x051AB920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46348a84bef185a94f5c460905d73184__void__{ 0x0522AD00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_465f446a29f8113fe9060fbd5ac142d1__void__{ 0x051742F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4664e63261002710f8739f853ad54fbc__void__{ 0x053777C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_467bafc3a64aa3e8d37f4d1c0231ac0e__void__{ 0x051743D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46b8a6919a1452d24449eda012dc20f9__void__{ 0x05271A70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46bba356b0a050b768331a05ad4cc796___{ 0x0535B9F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46c096693b08268f55d86409beff46f7__BGSAudio__WwiseService__CancelCmd__{ 0x05206B40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46d4c7bf7198847e8617c88ed1fec80b__void__{ 0x053B4780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_46fe3a6e069cc3ec89fe471170845286__void__{ 0x05177030 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4722cd60330f821a776eb90619f24ba0__void__{ 0x05244F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_476315acb3f625a547472d7af175470a__CreationRendererPrivate__SetStarmapOrbitsThickness__{ 0x053E9950 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_47689048ffe9cf6b3839592273900f7a__void__{ 0x053FB710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_476abb2bfaab0fc7efc6f5dcb6fcb2ca__void__{ 0x05380060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_477a9257270be9abbe31011b33ae2d4e__void__{ 0x0526D060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_477fdce2aa7e8a35a27ff9ceea46765f__CreationRendererPrivate__SetStarmapGravityWavesInit__{ 0x053E9EF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_47ce1dd467148b48f07cea494666a7d0__CreationRendererPrivate__SetStarmapOrbitsEnabled__{ 0x053E9450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_47fe5049ec0d2b059cd4e9c3a8bba9fb__void__{ 0x0524B420 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_486f6377972e2f98934044978e5e9c6a__void__{ 0x053FB580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_488e1d7a92634c789b4baad4e2e2ea8a__void__{ 0x0517C6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4893dfacad807fe7e7185a02fcd4ac43__void__{ 0x052AFEF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48ae9e186cd370261b4a8c026f097193__void__{ 0x0525F460 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48b17c8a7556e8d7f69e8b935defdd25__void__{ 0x052AFD30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48f2fa1c53007bf63a566dcda735b047__void__{ 0x05232E80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_48fe6290260ad9ed2e181d5d8f759f72__void__{ 0x05379F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49004514f89c720f4fd3ace8ac0c0e02__NiPointer_TESObjectREFR___{ 0x052AFC30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4915cd91781e3e78d7403df0ce032ca9__WorkshopEngine__RevertBehaviorEvent__{ 0x05359160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4921ed9f68aa1fc2f0f21af2a87dcd6e__void__{ 0x052C01C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4972b39ee93832996f39309f24bafcda__void__{ 0x052C02A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49a9462346b35cf9a817c479ef5e3f54__void__{ 0x05247920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49b17985ad44e83a8fd14500788c8107__void__{ 0x0527CEF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49c199109665f9119f244649ce85ed19__void__{ 0x0525C900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_49dd87ad78ee43fe8a48fb6892984d6b__void__{ 0x052601B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4a08c435c3ac51cae20444ff1aa9e269__void__{ 0x0527BF30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4a5031ba3460282243219aa6d3941499__void__{ 0x0527AF20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4aaabb97a9bb6180d094f12bce28aabf__BSResource__Server__Commands__Resume__{ 0x0517BF90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4af669e4cfffbf317bd05ed76feb17b7__void__{ 0x0526C120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b537dcf410d388753ccef2b15ba51de__void__{ 0x0539F6E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b7154b324ff6a34f4453cf668495d3e__void__{ 0x0525EBA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b848804d48c4dc62699b40854c972c8__BSResource__Server__Commands__CloseDependencies__{ 0x051648C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4b8697e272cfab15c388c83563df4d08__void__{ 0x0534FC30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4bc475593d03c33ecbe7f6490ef199c0__void__{ 0x05252E20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4bd06b7d18d2ee2e814f8a24ea702e9b__BSComponentDB2__ObjectDestroyed__{ 0x0538E220 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c015007cf1a1f2352c3f1cbdd77c6d8__void__{ 0x0524B500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c159415f22427edcf3cb06ea3ed0825__void__{ 0x052C52D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c29df44919541ed5539dc4906333c03__void__{ 0x05292DB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4c679a661775dbb434d8842b4616699d__void__{ 0x05248EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4cd4cc887121fef8245c73ad75b1ff5b__void__{ 0x053F05F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4d11100710477819f627446b49f4f035__void__{ 0x052C0460 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4d78eb05ca8fbac8fff4c3061f86a8b2__void__{ 0x05234A20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4dc3f6e88aaf1f9bb30ba11c1a1a867e__void__{ 0x052C4AF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4df240bf986dc648499c86ca5c7575a2__void__{ 0x0532A920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e42ff11552c5eb9d25c522bcbf8b52b___{ 0x05221690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e57f107abda58e71fe9a560c53db249___{ 0x05221770 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e582f7778f98903c53bc3040e3a266f__void__{ 0x053E1610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e78248c1506a0b60989e2d0ea9768de__void__{ 0x0537EF50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4e7b7dbe4ef00c5a4c82a0abf9a75b06__void__{ 0x0528E360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4f9173f912f6ca219210248e0bc63b43__void__{ 0x052C4450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4fb890b38103683851e1b9190aee181c__void__{ 0x0526BE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4fc469331c46bddbce9d5571c5242fcb__void__{ 0x053F1960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_4ff4edcde69954e698f2a6c1536c2fb4__void__{ 0x053DDF80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_505353db52826aeee65f471c844c8fe8__void__{ 0x053F0330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_508326cde8918aeb4fec4d828ccfc4dc__void__{ 0x053E1E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5085a081027663507945c4154670848f__void__{ 0x051747B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5088e537f1dbb66698a86c6a367ae3f3__void__{ 0x053B4CC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_50ceac2bb77540f0e0bb704ddb9852af__void__{ 0x053B4940 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_50da05544761f80a73d0d09004b9dcac__void__{ 0x0525D590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_511a463698cab60432ad5611058a8e27__BSComponentDB2__FileUnloaded__{ 0x0538DFC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5148e5099703890d6cd3233af27e1473__void__{ 0x05275360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5157c111cccfac4b8a6bee90ef38a42a__void__{ 0x05272B60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_51bdde811364c92ff609b6055e6baa92__void__{ 0x053FA780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_521d48f436705fd3c0b03b5a99a1e0aa__void__{ 0x0528C910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5223223e1c0586dd791d6a38cc0fd1be__void__{ 0x0528E600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5226d4e66e0ef6fdacca603ab0e18ca6__void__{ 0x053522C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5248cf4bcb3b08d0bb42c36aeede0124__void__{ 0x052EE7F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5280ba3b9317ae74f9aa13a4671cc6db___{ 0x051C3E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_529a6feefbfb04ca9534767b2bdd7a2a__void__{ 0x051CE9F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_52a916d4dbea9cabcefb4c24447d3ec8__void__{ 0x0515BCE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5389cc5699dd3f740098a76cf346f79e___{ 0x053AD930 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_53abbbca45155c8b23682e9cdb5af07f__CreationRendererPrivate__Messaging__SwapChain__SetVsync__{ 0x053E4620 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_53cab3af5b3b29a1236ceb2e4573e1ea__void__{ 0x053BA360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54109e62bc0c4ecfada91e93c4f8d1fa__IOManager__SystemTaskService__InstallCmd__{ 0x05383860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54481b0b9fc74bd105b60ccbba81a493__WorkshopEngine__ActivateItemEvent__{ 0x05358720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5461d569e1413187dbc33645050bb02c__void__{ 0x053B6EC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54c822b7f04b4d0f24210a1b84f9442f__void__{ 0x0535B2A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_54cffc6b72315e542c0c7f4c29973cb0__void__{ 0x05260370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_551686201d1eb5ced7bd06b5a846d4de__void__{ 0x052427A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5527b6c2f611507985ae11854e45db03__void__{ 0x052C5490 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5528f7974c209d8c12356bceb42e106b__BSResource__Server__Commands__AddDependency__{ 0x053B40A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56007253fb4785317ba6d9cce39d4e7b__void__{ 0x053EB880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56590bc88876c556a9a0ebce0035e809__void__{ 0x05328C50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_566a795f1bd69e7a04ef2794bca5d9eb__void__{ 0x0527C1D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_568b7cde608dd4ad0028907e0affc50b__void__{ 0x0524D890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56c960c2a279e8d87d75a657a7d456c2__void__{ 0x05279EC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_56fdb10f33b0265e1232eafcf4c3cd27__void__{ 0x053FA140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_571fe39733d27d4179f8a5fa59c36c17__void__{ 0x053EEE70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57224c0792b5aec65c4f6282bf4b4a16____AddMaterialCheckExistingControllersCommand__{ 0x05397800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_573ec6cffb220e7950a7a70e6ab325d7__void__{ 0x053EC940 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57416da6fe95edc9377a39b2d5e49ef7__void__{ 0x0532BBA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5741c61479129cc96426fb35916a0752__void__{ 0x05266490 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57975716758a7f7a5de55ac1d8d9d189__void__{ 0x052C4370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57ae2803574ab3103c87c291242b3fdb__void__{ 0x0528B180 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_57c4f608f6878076b33730c2785b05ee__void__{ 0x05247AE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5828179f5bd90c767c3b01359b826387__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor___{ 0x053896C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_583969746530a3f9b5f344cb60b76e9c__void__{ 0x0527D970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_584a07e4c06e817e3f2a0724b92c5ea5__void__{ 0x05382D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_58a170ec3429b0f12dffb09511f7cad0__void__{ 0x052475A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_58d93e0d0afb0731988ff7a440162d64__void__{ 0x053B46A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_58f0654d7cc789b71c4f7778a924009b___{ 0x053F10E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_596fdc1d9267f97cef299b9424c896a8__void__{ 0x053F0B30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5990af9b9347ec02190ec4d4e37cd27e__void__{ 0x05280B40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_599f307d9c6012ed3b4e872149a3a7fd__void__{ 0x05375950 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_59b4f179851d664c369a4c529e1162cc___{ 0x051C9150 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_59c00098d6616de1c9ad3aee34f90f51__void__{ 0x05291940 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_59eb06eb8ec46854c83f83ac0a23e663__BSResource__Server__Commands__CloseDependencies__{ 0x05165810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a69a2839b3feacc27901b29909683fd__WorkshopEngine__RequestRepairItemEvent__{ 0x05359720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a8b33f26402fac4c999a77b6c0204f7__void__{ 0x0523FCD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a8e2724026233f416f857d4a0344b65__void__{ 0x0523B7E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5a997065188370c5f6ace2b88f49c371__WorkshopEngine__CancelEvent__{ 0x05358F20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5aa066525c82a2acf514297c5b906193__void__{ 0x052C2130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5aac3bc49ec80358898e8d7e049e6d3d___{ 0x05390060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5abcdbc7dd077b3198adf606a2c3f14f__void__{ 0x0527C0F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ac89a1f8b5dbac72a7595a1cdcc59c6__void__{ 0x0526A990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b171b54abee5ae2c91d89047da502d9__void__{ 0x0527AC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b258bc02c86081f661b65f84adac6f1__void__{ 0x052C23D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b54b327cfa489c6a06413d472fcc821__void__{ 0x05255BF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b5d31e7784ea65dd18b6a1ee03bc91f__void__{ 0x051620D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5b8a26b08fe3145dbc8485ff83aacff7__void__{ 0x052537B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ba7251da725fc265ee463f32da72ccf__void__{ 0x05238100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c21c7aaa90dd010668e06cc92f167c7__void__{ 0x052932D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c367b1c89d5b6fba9cf072bae29fab3__void__{ 0x0527CD30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5c7614f8a665b04c40ec3b56f2769e4f__WorkshopEngine__StartSnappedEvent__{ 0x05359280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5cd698063e330a3ed6e1f91aa838596d__void__{ 0x053B44E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5cd8d4cd190031c9c679013ed7b93ebf__void__{ 0x0529C6D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d0496d326a3d070261d336cd195f34a__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053BA1A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d3965b97e4ca7d0cc745372efc2f4d9__void__{ 0x0523AF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d43da90aded6b185d0c2ac43c2c66b5__LOD__Commands__GridCellPostLoadAction__{ 0x05200550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d4cf4b95f32699d50555a8a889d93e8__BSResource__Server__Commands__AddDependency__{ 0x051E9740 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d4e0bb91a60feb7ed2a3cda76c5ae60__void__{ 0x05246240 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d512ec3b8f8b58a3b45cdafb8e59f52__DynamicNavmeshService__DynamicNavMeshTaskStitchCellEvent__{ 0x0515F550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5d772920ea434bd5a6bba3d1ed9fe286__SaveLoad__CleanupStaleLocationsCommand__{ 0x0522F7C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5db24543e987e39df9ba065b93317c77___{ 0x053F79A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5db8e2e837d027556d6f7c9bf57942c8__void__{ 0x0518DA30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5dd4571b847700c924fc69035eed0d3d__void__{ 0x053F2B00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5dd6911ccacfa3ba9a251ce4ce01dd43__void__{ 0x0516F5D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ddf831e117e65a9c84810647ef916e9__void__{ 0x052A2AB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5df8e7a9a6ded119308f254b57096c37__void__{ 0x052A1D20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5e569755d2dcbea4f33322a8fde8cc11__void__{ 0x052C10A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5e8ae06900a7bddda0cf168bbff5225d__void__{ 0x053EAF70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ea58ae02cf21c9982cd6ff2888d102a__void__{ 0x0523BC70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5eaf862a4f99c8558da0e81e3902e33e__void__{ 0x05229970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ed86aed803edf06e96638b0c880264c___{ 0x051A9FF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ef86d9a3408eac64b85fd5fe0de8ea8__void__{ 0x05242090 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5f5b67ae8656b8c2dd62d9c87a22bf36__void__{ 0x0526C200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5f752e24fee3fd9bc89f1c0274cf2f19__void__{ 0x052C7670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5f811668598f74b55d8da48ccf8d3bc6__BSResource__Server__Commands__AddDependency__{ 0x053C7490 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5fcec49d8393ef2030e8281cae827ad5__void__{ 0x053243E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_5ff9deb0cc130544db6aa77b12335b29__void__{ 0x0527D7B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6028fee93b979a86bc838bd47d09dbef__void__{ 0x052C2C90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6050264a05b7761be9833732b47df840__void__{ 0x051C3C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_608330f65626647a5f3700cdbd08d615___{ 0x051A3DD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6086aefa1af85f5bf44d762eb798cc6d__void__{ 0x05263060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6091bd49f0235c539730330b7bbd05e6__BGSPlanet__Commands__AcquireHandles__{ 0x051A1920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60953c0dbb757333a370e213f2271760__void__{ 0x053516B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60a2a67e515b8c66bf9223026a83fbd0__void__{ 0x05275600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60c5b39cf8477c02cff6f396fb44a7ed__BSResource__Server__Commands__AddDependency__{ 0x051C8300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_60fe0abdac05530fab75b73544af950b__void__{ 0x0529E220 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61413ac2a55467b678214f2ac86caa3d__DynamicNavmeshService__RemoveNavmeshesForObjectEvent__{ 0x0515EA90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61a430de65351fca951850123a10f86e__void__{ 0x05375790 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61e1041efa5ca6e088fd0edd0946d094__void__{ 0x05248020 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_61ee642017ae66803ba5e745504877ff___{ 0x051AA8C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_62bedaed9769da4daccb3a0006b97672___{ 0x051D4DD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_62c1676a391e23f4f5d1648bdf0500ec__void__{ 0x052C1580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_62ea3bb0e99490e73b3cf9ded02c4ba4__void__{ 0x053C7850 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6302b5dda898a26fb8b83a7b35fca327__void__{ 0x0529A9E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_63030607207068c236fc02b2e6c164ca__void__{ 0x0532E0C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_63b95f55a0d63d71f69777e37f3724b9__void__{ 0x052C65C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_63e7c11ee3d013597cef7b6f0e477087__void__{ 0x0525A6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64364eea35b1b91391bf788ed796c3ab__void__{ 0x0524D7B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_643db91f8b5c71b12922c400439d4d36__void__{ 0x052C0380 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_644897cc14b59095acfe3c6dbf92cb60__void__{ 0x05298E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_645a27b961cf277449efe3a8d4762839__void__{ 0x05298FC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6473c7b4257e286fd41ce91b4306fddd__void__{ 0x05241C30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_649071eb220bbd34daaeb46ef043c75f__WorkshopEngine__PlaceOutpostEvent__{ 0x05359B50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6496fe1bbf4fca4b6a25b0a0de8ec059__void__{ 0x0522A900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64a5b1bf4883d08c59b951dfdb37525a__void__{ 0x0524D350 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64d650177fdf09a2ba813025b7184388__void__{ 0x051713F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_64f7f0d7e815702b37bbfa80088c7b7c__void__{ 0x0528C750 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_650437e5a957ffb931aa5270f3a52342__void__{ 0x05280DE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_651164d697b1ce925d5c2e2886235553__void__{ 0x053EC780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6524219ac8c6b2c362b49027abf20d3e__void__{ 0x0523B8C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_659cef0f91fddcd8853146bafb6b8d29__void__{ 0x053756B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_662c4c69e06c8a26a0616b4d2dcb6cd4____CloneMaterialAnimationsCommand__{ 0x05396580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_664629f702b7c363dca36fae740aa4d9__BSResource__Server__Commands__AddDependency__{ 0x0517C0B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_665417a5a61e24970bf904264af2893e__void__{ 0x053EF4C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_667ad24f71c5080269deec4197b39e5b__void__{ 0x052C1A90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6680d97c3860765ac8e0eb418cafb2d7__void__{ 0x05233040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_668fb7b832487a382e9f61bbbfa50cb7__void__{ 0x052C38D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66bc7c76f093681f3921aab8d4abe68d__void__{ 0x05280D00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66cf4f438f34f34f15bdb722baf2f114__void__{ 0x0524F3C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66e63c3fbb77a2cdd3da5dd89d43d97e__void__{ 0x053B6DE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_66fa683148fae48debe535478855e500__void__{ 0x052C08C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_671147463d41dbf22a7bb0f5d9014f66__void__{ 0x053EB5E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_671d1709c2c761a7a1b77457d4a16030__void__{ 0x0532D840 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67a1a41fca53db54896dd96e2f5834ad__void__{ 0x05326060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67a9a84ce6ebe2b16f1f5dc7072e7d33__void__{ 0x05291290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67cf8e584c6283648414e469c0e2930f__BSResource__Server__Commands__Reschedule__{ 0x05165FE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67daf640653d609c18b27ed92ec5a574__BSResource__Server__Commands__NotifyComplete__{ 0x05163DB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67de57fbe5bdb30ba798c34e8946cc71__void__{ 0x05294200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_67e30507f7f4c631543dd3647fe250d9___{ 0x051C9230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_684f9e4e74014981c83eacb199d2e99d__void__{ 0x05245FA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_687423a2193d7b7caa94b622b67c93e1__void__{ 0x05298070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_687522363539bca1bfeb85317d66ee4f__void__{ 0x0529ADC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6880d62838223affed874592a82953bd__void__{ 0x05288640 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6885f0ec7934bd09b5d4f7f1e1014ba5__void__{ 0x0537F7A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68b4de0febef385fcdc151c6e30f6315__void__{ 0x0529C7B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68d89b4674bb8c5f57cf6d04f0911dd8__void__{ 0x0526F380 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68da7f4662ff3fce22202b30dd1e159e__void__{ 0x05241D10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68e43600c610a93ee176b15058d1f7a1__void__{ 0x052377B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_68e9d2c9659d8c4ea05da8fe7654f60d__void__{ 0x05246160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_690462dd3c4f0382005906163d34070d__Particles__PSM__Commands__InitializeBinding__{ 0x053AAEC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6934a97ab1e341360233437cf716eb3c__void__{ 0x05326300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_696a57db24a17cb4b141b939dc92dc86__void__{ 0x0528C670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_69aa10c3c8873d7e802d1c4bcce86b47____UnregisterCommand__{ 0x053972B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_69f6d06175a8bfd625386bc9d0eceecb__void__{ 0x0523AE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a1b9bb77e1acf00dc84b65107d97b92__void__{ 0x05175A90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a1f230c6a95327fa815508e02074555__void__{ 0x05237CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a4394d05e276ad2cf25fed81b08717a__void__{ 0x05277480 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a5c5c293a2205338bb18be8e2b6c364__void__{ 0x051C65B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a5ec82d0611d1076edd938034b5d3f0__void__{ 0x052C44D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a62296ed5a1718405cb326aa3fcf96f__void__{ 0x0528E6E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a90a20a8dd6b9a62dff6af4ab655472__WorkshopEngine__RemoveItemEvent__{ 0x053585F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6a9caad3f633d778228f0d36d4535017__void__{ 0x052A2CF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6abe79688cb187e9db7dcd538fcb2d09__BSService__Detail__PointerWrapper_LightAttachmentRuntimeComponentUpdateService___{ 0x052BA9E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ac6713ef0cf424c1df97f27b656b0f3__void__{ 0x05291E80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6afb43d8db500d7b5320779d24ad467e__WorkshopEngine__NewItemEvent__{ 0x0535A650 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b183f0914922ae4d1960acf5ace0923__WorkshopEngine__TrackItemEvent__{ 0x05358840 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b30b8f83f18dc3029d2c2d816b806aa__void__{ 0x05272C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b4fd4a86094db306b21fcc76bbb646e__void__{ 0x05242B20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b500f49131d86f9120a594dfe0da8c8____Service__GameResetMsg__{ 0x052EDB50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b5d63e4732f8d7b09e4d0ff20c6fc58__void__{ 0x05352110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b8db5dac53a2d7231f327507333b128__void__{ 0x053F1420 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6b8ee11832c713630bb75c36f3396169__void__{ 0x052C3F90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6c2561c9f50eb0bf6b94f3b9ac5cc4b8__void__{ 0x0537E6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6c5cd0ab225627dda6154ef81efa8dd8__BSResource__Server__Commands__AddDependency__{ 0x053828E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ccd680c8b17011b93a29a70b4d04433__void__{ 0x0524B340 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d05a6adfd708bdd2be9be5a597edb9d__BSResource__Server__Commands__AddDependency__{ 0x05204BB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d1eed5ad99ecaca382f98513fb566b4__void__{ 0x0519ED20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d4300f9e2a25912a36e5515e51d862a__void__{ 0x052968A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d77be4f9bbfb5264f18dd8277de112c__void__{ 0x0522ECB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d84c910b58fb4634ff07efab5151877__void__{ 0x052A86E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d8629994ec6e57ebba10b183daaa673__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetColor__{ 0x053EABF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6d8bc912070f2e07f7a3b7350f06cb19__void__{ 0x0524A160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6db5b1cd749ed02742ac1b01bbac9d22__void__{ 0x051718C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6dea8cb8b649ebc20572db7280b15571__void__{ 0x052CAEE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6df16e899ef1ecc0a3cd559b5e0a5f0e__void__{ 0x05252D40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e056b14c9746d1151f8df9ffb3a8756__BSService__Commands__NewFrame__{ 0x053979A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e3242ce816216926bf9dd68110edfcf__WorkshopEngine__InspectColorItemsEvent__{ 0x05358960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e3bd8545796292bc539cacb5c053229__Particles__PSM__Commands__WaitForResourceLoad__{ 0x053ABE30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e4f3cfef0ac9e43dc3cad388c769225__void__{ 0x0529E840 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e6c72fcc15ec3ad36072586ee1efe85___{ 0x051A5160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e7eb907c7c3e6ea887c290089daf575__void__{ 0x05325D20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6e933cce295b6d8c74776c4610982c7a__void__{ 0x0532ACA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6eb69611f6a72be2a3c5b4a820515d3e__void__{ 0x05375A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ec0a6b7878c51de6d8eac6a29db2f71__void__{ 0x053B3700 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6ecc503bb9a30ac0219ed7da7bb28de5__void__{ 0x053C9FA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f0264a3d4d883e9934d0c65c76fded8__void__{ 0x0527CA90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f477b7c1e008db7554b20169c9330d8__WorkshopEngine__CycleBehaviorEvent__{ 0x05357390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f4bb6eee0b881844adfb6f8c5651e4e___{ 0x052A7F10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6f76912b040fd59843479bbdcdef2666__void__{ 0x0535B780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6fe6936f48547906295c2cc9a8dc412d__void__{ 0x052EEA50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_6fec228842b12e3febe94fddfd5ace15__void__{ 0x0525F0E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7003af1c79c3d095e4c4258522e6a495__void__{ 0x05170CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_700651ea0c79cb4f1feb1d89df54e2fe__LOD__Commands__LodRequestUpdate__{ 0x05201210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7025c2df15f4cce26d545f3d17434ba0__void__{ 0x05232B00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_706146b02bf6c1a3fcbd78ced8cc48a7__void__{ 0x05288720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_709de26dd0f3f853b2eda06038b66308__void__{ 0x05170E70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_70b2805f41f5ef70550d15c4cb4282eb__void__{ 0x053EBCE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_715485ae20e3348cc116fe15dcb58cc0__void__{ 0x05253350 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_719718addc6ff15bbf7faf488f5b4ced__void__{ 0x05247CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_719c22938e1933da3a1096ba6d7398c5__void__{ 0x0529E920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_71a52cb5d94cf3495dd456d5208ff0c4__void__{ 0x0537EC00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_71ae86bfcd42725634db90bf08979fe0__void__{ 0x0518AAD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_71f90f1d00b697dd89f2ca3dfde1f14b__void__{ 0x0528C210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7217b0b9db734178f5fd7431284659d3__BSResource__Server__Commands__AddDependency__{ 0x05164BB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_722f3d32b4c382cc4e4f9e0a6190fbdd__void__{ 0x05325E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_723b89e920a1075885b9ce45bfa6e186__void__{ 0x051727F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_727ce7c266292e5eb0cd4584af38f876__void__{ 0x05255DB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_728f7c7b238a9e00a1418838500c7893___{ 0x0535DE20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72a877ae8e20f0d15528a8c58e4f9a95__void__{ 0x05253A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72cde353bc07bdc94ac712b028840489__WorkshopEngine__FinishRepairEvent__{ 0x05359600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72e0b7e6041882311fef01186cb9b2b7__void__{ 0x0523BA50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_72fb3976ffd25c04ba1257de532d9671__void__{ 0x05173F70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_731c96d0b7ffb1f82cce8a7ef484b88d__void__{ 0x052BC050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73291d477eebd7e2aceddbabbde6196f___{ 0x051ABCA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_732b17806042fce11f9eb9131b5af5ed__void__{ 0x05234780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_733a65bae11beeb275ffc35efff0d29b__void__{ 0x0532D7C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7348d614f69efa08337dc66d4051065f__void__{ 0x053EFB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7359e07d658158aebfb9cd2788944cc9__BSService__Detail__PointerWrapper_LoadScreenRenderingEventHandler___{ 0x05231170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7368f37028d6a44a6c6bc64067928a59__void__{ 0x05298510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73774caa335af30cbd658a95ad840a98___{ 0x051AA6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73876a5b7414b68017627918e8eaf924__void__{ 0x051E2E80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_73f8bcb0573e2174b39f53ba11bd02f6__void__{ 0x053EC320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74055f0c0dc8e7062ebb43274f845757__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DFE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_741e82dadda211d87738ab45251fe32b__void__{ 0x052CDBB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_742329130cccd7de174537632b494699__void__{ 0x05390560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74565d310def945d68cdeed9db177f65__void__{ 0x05291450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7471fb9b5b763506f7db08a9cb2991f2__void__{ 0x0535B540 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7472f3faa7f01db947f42e1eb737329e__void__{ 0x05172630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74765e12b87b10e1be6645dcf760e2b1__void__{ 0x05247300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74943d0726f5cde18169ba8beb17aa31__void__{ 0x05255A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74a9e7f9c0a75d1ba0c05a8d9b650ba4__void__{ 0x05249070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_74e46c6b2c8b3ed61daf769b5de2c56a__SaveLoadTester__Service__StartTest__{ 0x052ADB80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7527a80dc08ff44cb8e3915faf0c048f__void__{ 0x052C3710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_752bcac1bdc7b97b37e7fcbb4983027d__void__{ 0x05361970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_753bcc3fef79817aeafbda649322482c___{ 0x053E1360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_753e0d8dfdf2ffa47bfdb1c6bea989c2__void__{ 0x053E1B20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7550dbf98f1b40beab9fe4a48f63a60e__void__{ 0x052CBE20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75adce2e1faf0ab25a2a98ab3d593710__void__{ 0x052911B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75da4a9aefbea1315f759beaec5fe349__void__{ 0x0524AFC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75e3a56e53a519a9db1f29e3d1ee4b97__void__{ 0x0518EDA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_75e92ff8bca9e935fc7b96fc28058cf2___{ 0x051ACA60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_76044ac7d5765abd5e23d420ace2c996__void__{ 0x053C7A10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_760b3151f41126fa81d21cb432ae066e__void__{ 0x0526BF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7626b9cd584242078396bf4fa4f63a4c__BSResource__Server__Commands__Reschedule__{ 0x05165A90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_76b0414edaf4b7fac3e1008dc131ad3f__void__{ 0x0532BC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7702d5b8cefbfc0ca6c8e9fd7a4d13bf__BSTSmartPointer_TESPackage_TESFormPolicy___{ 0x052B22B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_772e503f7357b3715f8465df581ec99a__void__{ 0x053EF9A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_775ca47828304339c895b502946b8d3a__void__{ 0x0525DBC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_777f4b4498d093e7a49929064fdc3cd7__void__{ 0x052663B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_778ea3320811f99b13ee6537f6ddbd51__void__{ 0x05234940 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_77cfb11ebb85e54014421a51379fd2d8__void__{ 0x0522D730 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_77e89592daf38c6a5b4cd52eef64cbfb__void__{ 0x052465C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78407ec206dfa64534a1ff7f8c2ddebb__void__{ 0x05297C80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78479743d0223333d1b09b6b06ab5c18__void__{ 0x052686F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_784f5a3f00c4f6cad1ab0cfb225b9a3f___{ 0x053F35F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7882bfee914e6142135513a7c9a1ab88__void__{ 0x052426C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78b0566c080612d5f1671d8e62083da0__void__{ 0x052C8CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78c48c67a4735f68a9e990f4f8811240__void__{ 0x052979E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_78f67e491d0b255d24bfcf388ddd29db__void__{ 0x05273AE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_790451a37abe7aa7526965f43b2de179__void__{ 0x052A4B80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_79276224c0f014c50754217b5f840c1b__void__{ 0x05245820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7940647ca3c6dd8e40ea631c4cd16121__void__{ 0x052ACB80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_795394fc1f5cb15b922f6266849c2ef3__void__{ 0x0523BFF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_796ba97b60b7154f47db95b6e96e138c__void__{ 0x051731D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_797f75974d10af23e3199179e26e61b5__void__{ 0x05262670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_798c03ad1660daba96b202c6b710a520__void__{ 0x05377740 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_79f8b30eb5b000e1a002b9e523c389d4___{ 0x051AAB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_79fffd890369d22bc0611924181ac674__BSResource__Server__Commands__AddDependency__{ 0x05164520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7a04c434e1de1bbd7609d400799d7c5f__CreationRendererPrivate__MeshDB__CreateParams__{ 0x053E0430 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7aec98102d69adc0f864c2d25d6022b4__void__{ 0x0518E890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7aed76a11bbff46f62d19be005be91c3__void__{ 0x052C6C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7af33b357f1679fd41253b5727a44b43__void__{ 0x05297900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7af60d460286fefe99c14b5592eded70__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel__{ 0x053E5340 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7b40a8651c22a2367700b3be5b4f46bf___{ 0x053B5140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7b6e15ff7b0e0fa1ebfecf1cefe361ab__void__{ 0x053EC860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7b734fa5bb9a16d14bc6250b77dcd415__void__{ 0x05170D90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c01407b8a046c02da256e03cf315979__void__{ 0x05173550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c35f4210289bad878725e5a09d3476a__void__{ 0x0528AFC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c9051ca5a90d09fc97450a915798666___{ 0x051AB760 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7c9c56a5b10bbc3e62cc2adc60bf79f5__void__{ 0x0518A520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7cb41fb2a6b722d51dd222e83c5a914e__void__{ 0x0527AE40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7cc01ec1ef41fb3165d7e5d0c50de66a__void__{ 0x051D82E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d282284f78341eb1d4bb6733f61496d__void__{ 0x053C7930 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d33fdd8e3680d9ed88492edb9a260c6__BSResource__Server__Commands__Reschedule__{ 0x053BAD80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d3e4be89987f50559e6c5b05bd6ee15__void__{ 0x051708E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d51ce0036ca97aedd867f56006974f7__void__{ 0x053C8970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7d99205ef67f7718d787f609af2c224f__void__{ 0x05233120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7da5e8190e0339c13c2f5f06345f229a__Particles__PPM__Commands__RemoveRequest__{ 0x053AC330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7dc0c4388e6dda9664fc093ba7b14c0d__void__{ 0x052AF8B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7df876f5867e0fa774204ad23b891f43__void__{ 0x053EFA80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e015de496b0d683013bd52a76a05378__void__{ 0x0524BDE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e1bd3006cba8b7a90f57845f7cea998__void__{ 0x05289D90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e3a75ea26330ec35e012652e8d6b895__void__{ 0x0524EB80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7e58a07a58f452c4a7f743cec7fe45ba__void__{ 0x052A1E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7eb849505585ae52a48ad61ba1703c32__void__{ 0x05242A40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f3de4b95828514e9f23ad56a7c26d0e__void__{ 0x052535F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f5eab58c2ab4685c98cb8006e678c87__void__{ 0x05252FE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f63d0dc460d7a4c5d2dbda77fa2f65a__void__{ 0x05289BD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f8a665f243fe3009e52e308a3c5f5b0__void__{ 0x052C4BD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7f9a7d007e3fe26e3399ea0eaf8ea79b__void__{ 0x052ED8E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_7fea4df7c470f45c687b2f184ae44885__void__{ 0x05260610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_80095e99f795038df011c27b94ecf0b2__void__{ 0x052C6B80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8014d82c6d1c930ddd6e33df33f03ff7__void__{ 0x052C1C50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8031b92720d4dc30555c715a6a5231fb__void__{ 0x05253CF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_80366b8149451d9f710f9311ec97ef94__void__{ 0x05159970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_809ff53e9bff163fc430c5b74616159d__void__{ 0x0524AEE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_819d5a12c9cb5eeed4e20b8b170c2f9d__void__{ 0x0529DA90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_81c1e8d33f8b7575215cf1f72471189c__void__{ 0x053E8000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_820114ba28d307b737e81d49ecdd4875___{ 0x053FE800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_820eb31c866b107380bebd23a4bb9ccb__NiPointer_TESObjectREFR___{ 0x052B2CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8231f63b0e30b5c98bd5c1e089518342__WorkshopEngine__PreviewColorsEvent__{ 0x05358BB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82ab382d81fbcc74e2558afb238bf74c__void__{ 0x05244EC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82bb02a8f21d0fbdfb4458a924026daf__void__{ 0x0524C000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82bccf92f57092a1d4a297304a275e69__void__{ 0x05377470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_82fb0c7739017dadd43cd581e35db765__void__{ 0x053ECDA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_834754a2b807315b4e318ef90698d930__void__{ 0x051D8200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_834d17c7df6db152d538f182cdcf26b5__BSResource__Server__Commands__RescheduleRange__{ 0x05383600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_837814cd3f3bd01f8bfaaaffdbd5a831____ClearAllAnimatedMaterialsCommand__{ 0x053966C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_838a6e828fc01146b1c4f2335c689964__void__{ 0x05288E20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83a3aeee2768e862808780e2378331c8__void__{ 0x0529AF80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83da55d2b0a0671b2158cda51b87343e__void__{ 0x0524B5E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83df58aa94ae9ff009a1cb4190047548__void__{ 0x053C9730 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83e7187805167fe79d6a297109781196__void__{ 0x05242BA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_83f2200725220c741b8a0c4fe2c6fde6__void__{ 0x0527DDD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_840ab474cccba79d009f26675a7affb2__void__{ 0x053EFD20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8414e7f2c70215ea05faea664fee68bd___{ 0x051AAA80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84379a48d4f5c9a0548a1e7fe2f6b939__void__{ 0x0525C4B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8471cfd3d8301d191b0956646c04d703__void__{ 0x05195DF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8490c96f188dcf6ac884e067d9e160a2__void__{ 0x052888E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8494d7ba8705a2214cd1ab67149588f4__void__{ 0x052688B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84969523996d164bdfac61a170d186ad__void__{ 0x0529E300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84c56a0ca6bce59c049f1972b146be4f__SaveLoadTester__Service__IncrementBusy__{ 0x052ADDC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84ef32ddb8420908f583ef52410296cc__void__{ 0x052C5110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_84f4f35cc463fa19ddfd44ecfe563d91__void__{ 0x052C5E60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_850065b6ee43224a7e4760c4fddba4ef__void__{ 0x052C1950 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_855d2b7e2bf580bea5b503753d17fd5b__Particles__PPM__Commands__EnqueueBinding__{ 0x053AB140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8567733b8a9289a7153d06d46c26642e__void__{ 0x05274630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_858e93ff4caea2bf34f92d0cc868306f__BSService__Commands__NewFrame__{ 0x0515CE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_85cb0dd058f82c4263a779b5e17836e4__BSResource__Server__Commands__Cancel__{ 0x05164650 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_865957f443b9695f384fac324ee2ae73__void__{ 0x052CE030 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_86740560175e48cde5e9bd8e4897daf8___{ 0x051A3AB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8675a60ced8a2aa0964e65178b3c8d0d___{ 0x053E3120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8687822974f500eb24208edafd017a18__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount___{ 0x053B13E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_86aa7549430ec6c66a19a94823f7f10f__void__{ 0x05256050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_86af870ec88ce9665ab3a8156bf9c516__void__{ 0x052C5650 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8739674cb257838865728e6bfddb4a87__void__{ 0x0523BF10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8785217aa3e427de11a860ec598f8b5f__void__{ 0x05161FF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87ab4eb8fbb7630d2992a561d468642b__BSService__Detail__PointerWrapper_EffectSequence__EffectSequenceManager___{ 0x051618C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87c9e6ac6d7ff31023faf2d4f160ca31__void__{ 0x0529D8A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87cc6da14a693f54ebe754e1b3ada0bb__CreationRendererPrivate__MorphCommands__CreateChargenMorph__{ 0x053E51E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_87e3396ef4bc77fd595901e6ea936fd2__WorkshopEngine__RotateItemEvent__{ 0x05357270 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_88451e83918cdc064e33ddf88142930c__void__{ 0x052C2590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_887ae619974c457a1092a2857981334a__BSTextureStreamer__Command__ReceiveData__{ 0x0538D910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_88df1696d0bd13684b0fe2bf35f827e2__void__{ 0x0529ABA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_895dc7859ce6fdcebf75296c3b180a74__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator___{ 0x053E29B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_897e7451455d713fae67b6b32a734b6d___{ 0x051ABA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8988585fe37b769cd1d84cc3e904143d__void__{ 0x052C3D30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89aeb2a58b5271876d51eed4308d08e1___{ 0x051AB1A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89cf179978d2b0c2bbe1125e65901889__void__{ 0x052ED800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89d6315863435fc7d226e5115b287e20__void__{ 0x0524EE20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_89f17e1f728f6bcdaa11cad1c25718c1__void__{ 0x052C2050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a0c34066621c5f6561302733bb394c0__void__{ 0x05272E00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a459a6e3b24a9f0fb02e4a0dec6f24e__void__{ 0x0518A130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a563aae7c91597c87ad7a58a69dc3d0__void__{ 0x0527D190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a945be6fe8cced89fa54d4bdbf3d290__void__{ 0x05256210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8a95ec286feb90190022ec62c40abe34__void__{ 0x0529E760 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8aa38fa50334b5e88d88bd3c60d9e229__unsigned__int64__{ 0x0538EE90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ac90be343096437832e4eb9be16f3da__void__{ 0x05288560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8adc8db1ec4de76b0044e1337b4b14d7___{ 0x051A86C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ae0bc8b8d874d784f378d2a28535825__void__{ 0x052CCCE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8aeee6a6152d5f1b7006a85ca9ad699e__void__{ 0x052C3470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8b27f4da26e1a51b854cc3660a52d050__void__{ 0x0522C9D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8b5aa7a2bcab9eae329b30ee2628eeb8__void__{ 0x05272A80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8bedb5dd369176b91b06843d6291edb5__void__{ 0x05292F70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c0df98edad5e336a10cc0c15b25bfac__void__{ 0x05376080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c144151841eaeed8aea86660ad418a4__void__{ 0x052600B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c67b5eef3042ee64a1545d63b529da1__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter___{ 0x053BAFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c790c4044acde3372da2b6e414e2879__BSResource__Server__Commands__AddDependency__{ 0x05165590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c7adc16b961ffd1b7620e0eb24e6f3c__void__{ 0x0524AD20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8c9edfc9f5745e344d220741e4fb6a31__void__{ 0x0529EA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ca0f09cf27fc60afd9c3084cd811b80__void__{ 0x053DE140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ca3220b1d28e64047898e4db9f2f7c0__void__{ 0x051D7FD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d024842e1855a18b50a751e0dab36a2__void__{ 0x0527C010 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d192cb738aeb4c85f00df2125ad2b1b___{ 0x051A6870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d2e091269e81e098d9bd470098adca4__void__{ 0x053B38C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d6bd992f0230fb183da85bedf4e0011__BSResource__Server__Commands__CloseDependencies__{ 0x051643E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d732710d4e0c133ecd5c4015a8a2f23__void__{ 0x05299420 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d7efd53476ebed7713f088a014661a3__void__{ 0x0532BAC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d923ad27c122fead713d241e2ce7eb2___{ 0x051D4CF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d950dd21c4979d93380320597ef9e56__BSResource__Server__Commands__AddDependency__{ 0x05191E30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8d9c3d343ffefa88a5512cf7c43480c5__void__{ 0x052772C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8dbd06c8b52ab83619169c539db7d061__void__{ 0x05328FD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e4ec76230ffbe60d199048bbdbb25dd__void__{ 0x052C6320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e56e790cb26540ac933cd18b8b0371c__void__{ 0x052716F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e5c771fe8a237792dffb15ffacd7579__void__{ 0x0537A710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e6912607d9d06994da4e157abdf277b__void__{ 0x0529ACE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e7f8de19faf984bba2d310d2398676a___{ 0x051ABAE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8e849c06eeebb171e890c3c57c96f3ce__void__{ 0x053FADA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8eb5f02a378aeb7430b741a7fedf18b2__Particles__PNM__Commands__ResetParticleEngine__{ 0x053A20E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ed8bc5a0d1ce007c48fb68f6dbfc686__void__{ 0x053EB6C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ee4e7f008ac2c028083a0610ed33295__void__{ 0x05171230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8eec5ed036a15acf2ad76ef3760cb452__CreationRendererPrivate__Messaging__CRScaleform__ReleaseMovieParams__{ 0x053EB250 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f2891cf76bb12500ba53e8b2b3d6753__void__{ 0x0522A820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f3cbc4395701e6476460116d81da37c__void__{ 0x05296980 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f569bd958b68d00f61febd9f713c828__void__{ 0x052AFB50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f56af7817e611170f8b77766816df96__ScalarAnimation__ScalarAnimDestoryCommand__{ 0x053617E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f7492eb11689e36a3442560b24e9c79___{ 0x051A7860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8f93fedccf024629d0222f638e6fb734__void__{ 0x052728C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8fcffe61e07066419ae6d13b744d7398___{ 0x053FE640 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8fe88d7c209038c81546dfd143a2d2cf__BSResource__Server__Commands__AddDependency__{ 0x05388A70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8fe8eac6ac1f09479ced61b89bd2e5c7__BSComponentDB2__ObjectLoaded__{ 0x0538DEA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_8ff97424b32b2707ee1581c3b461353a__void__{ 0x05361A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_903d188fbd060a75c2f09ca0d00d69f9__Particles__PNM__Commands__StartParticleSystem__{ 0x053A2370 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_90a5614d860ec3ea8ca3c16ee58e9c30__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053C95C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_90d53f309f339f4a8a0da60c3df7b864__EffectSequence__StartCommand__{ 0x05161A40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_90ff8b75de2978a2c3548c44d79c25f7__void__{ 0x05245E60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9142fc7f0e5fb95135be55d176bd5ab0___{ 0x051D4EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9186d7e446bbdeba6938010b2a531afe__void__{ 0x05298EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_918c7360e5bef91acfbb78e87af142ab__void__{ 0x052A5070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_91b34c154a7e919d20b33ab6c8c1e534___{ 0x051D4B30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_91d0902eac9b4f07c789d40a51026876__void__{ 0x053296F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9219d7f3c422ec613d3b859b0b0feb8b__BSResource__Server__Commands__Cancel__{ 0x051C46D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_924408fe32365430234c7733a8e116b8__void__{ 0x05296600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92742857d210df4cbf8029b8c711e12a__void__{ 0x052CAA80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_929c3b13b3243342a6f5a915728553d9__void__{ 0x052C7960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_929e08639d145aa1f3bb84bade7ea399__void__{ 0x05247680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92bb5a9255a9a305a437739dace9cdc9__void__{ 0x0524B260 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92bd3b68b5435261d96b282ad3605707__void__{ 0x05265580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92c887a8e5f5c253cb4c3a44b01a07dc__void__{ 0x05248100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92e187616d17659260f342106a98447e___{ 0x051A9E30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_92e5763700a42c0f2f9fd22ddb26e2b1__void__{ 0x052BC910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_937b8bb3063c70de25f14b52d93ff9ae__void__{ 0x053B3FC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_93a73e90255e6a9dd27b2d7f29ba2535___{ 0x051A45E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_93e624c313181721966480bad6e81681__void__{ 0x053DF190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_94530175c493fbcf170077f97ce77082__void__{ 0x053B3C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_946acf22b74bb4bf879bd9aefb822eed__LOD__Commands__BlockResetRequest__{ 0x05201450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_947526432fac90534843552c185fb171__EffectSequence__ChangePauseSequenceProgressCommand__{ 0x05161CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_94b09046f32c59f7c1dd27f683bebfff__void__{ 0x0527C7F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_95781fde0f4622186206c33cd786dcc6__void__{ 0x052CA6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_958bec6665a750175bef112c31372854__void__{ 0x053EC4E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_95ce43dfcec139039480f4f50fb9a366__void__{ 0x052C90B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_964ff916a0172d5d26aff3710573810a__void__{ 0x05244690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9650277ddb4055f0aa79a0e2d523e404___{ 0x051A7050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9665d77017698d7203f6ab74066db82e__void__{ 0x0532A2A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_969ca3a2148354275e76744b03109dc8__void__{ 0x05262590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96b58f7fa96359327948d1f0993af08a__void__{ 0x052344E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96b592b8e406b79b2ec86b505f69c59c__BGSAudio__WwiseService__WriteCmd__{ 0x05206900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96b77f961f63cc7012560a690655603e__void__{ 0x05299340 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96bde48475a8e2e0146cf273c3bd1ebf__void__{ 0x0527D270 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_96d0dd0d3e6fdd75fd27b2921fa840d8__void__{ 0x052381E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_974a0798ad832f21a85cd6eddca42318__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor___{ 0x053B2300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97708a99ba4c053e5c1c95fece2a3dcf__void__{ 0x05375CD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97840ac8329aabeed283829511cb569c__void__{ 0x052A7A40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_978e5d25ea10db7049ee8608cf213597__void__{ 0x053297D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_979c5a35a53ebc6724796c53fa0fe795___{ 0x051AB5A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97a5caa927e84e55ba95badd3fdd38af__void__{ 0x0532D920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_97e11e3a98be79f5d4bbfff2522fb7b1__DynamicNavmeshService__AddNavMeshForObjectEvent__{ 0x0515F6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9820ef9526bdb062a3551bf5790aa4f8__void__{ 0x051E51B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_984dadb04a0be34aa4db7b68c60a675d__void__{ 0x05172550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_98503a203b9c9d8cb93185189aba0c9a__void__{ 0x0525E310 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9854df5493678c4efb14555c3c024b8b___{ 0x051A4C20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_989d620a41a3a348aa3d62816c21c320__void__{ 0x0515A4C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_98b2bd9c56237ba0d2fbd25b8a480cc7__void__{ 0x052481E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_990f1019c49e742cfa6cf01117b6552e__void__{ 0x052D77C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_993014c7ccada3f9cd177f4d8b568c54__void__{ 0x0527EC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_994dedbdea64ba217be3879918fad845__void__{ 0x052781F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_999b58ece7754b042c6f5104b552046f__void__{ 0x052C51F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99bddb0b958bcbafa7f62fb63e852035__void__{ 0x0526C880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99ca007d63313fba5d6404ec89322396__void__{ 0x052C6800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99cdb27ddc86683974852a004c446093__void__{ 0x05278570 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99f2f2f538fbcbcfd24464a313ad27ed__void__{ 0x052445B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_99f9674ccabddde8d447bfe1ca6d40ec__void__{ 0x0528C590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a314e613cae3f7d825963e75681a6fa__void__{ 0x0532AA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a3498ed6cabf9f95facb6011b0fceb7__void__{ 0x052C00E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a548a9cb13942137bdb8df9799e8b4b__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter___{ 0x053BB170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a72b9af05e52dbcf69b879e58928651___{ 0x051A58D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9a8063a13a07c21d44c389be8177b31b__void__{ 0x05280980 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9acbf7d3e3e0843a62e993363e38015a__void__{ 0x052C4F50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b03ec310de67ab5cfbc43cc4f52f9af__BSResource__Server__Commands__DebugIntrospect__{ 0x053BCB50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b2b5a067467a630177c7aca36378a6c__void__{ 0x0535B680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b3380dd5772ca2a86fafd327064377b__void__{ 0x0529EBC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b35363a516584bde4c2734cd2c88ff3___{ 0x051D7B90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b7b3e398fd8334779f1bb867d167f89___{ 0x051ABBC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9b8f9b008511e456c1f8cb5746210202__void__{ 0x0524CE10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9ba23d6e3734ed995dbb4a0c2fd59a58__void__{ 0x053C8A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9bafc2b840458a770c52b2b44ecc786b__void__{ 0x05241100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9bd14f52f1bd0fcea1be4f60970aa36d__void__{ 0x0527DEB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9bdcfad0f37fc60de0785eb091a841fe__CreationRendererPrivate__ArraySlice_unsignedint__CreationRendererPrivate__ArraySlice_unsignedint__bool__{ 0x053E79D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9beac05091ce357fc08d236e96c90b4e__void__{ 0x052647D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9c160c01e56f460fe33172600f242061__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053C9240 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9c268ccd93df3c3b473e37bae9771f9b___{ 0x053F33F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9c3e3c60b5cf4d6886a296e82de85bc3____PauseUnpauseMaterialUpdates__{ 0x05397000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9c6c813c1d2fa6025e62b2eed85f6868__void__{ 0x053B3A80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9cb3d7af977bc7c27b496bec96942240__void__{ 0x052C5730 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9d37c56236d407703fc7beab42855df9__void__{ 0x052C1D30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9d60c609898687647a48417a58a0b9eb__void__{ 0x05274710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dc8708b93ded6177f3559bf251b242b__void__{ 0x05243AF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dfbf5e69b0d52842981f169fe43f2ff__void__{ 0x052C8D90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dfd7e597b464586ba197a26fffa9f5a__void__{ 0x05277100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9dffc157ef59182577d29cea9db316f3__void__{ 0x0537ED90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9e0474c7f710fc0b2a5d34e188ea9b66__Particles__PPM__Commands__RemoveRequest__{ 0x053AC460 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9e7241b2c61cad9a46bc2ece1e7f07ec__void__{ 0x05246080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9eaca6a70e172924a3f92138e9d20e62__PathManagerImpl__OpenAttachEvent__{ 0x053B0AF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f38f4676ffc9a33dab33b1f8f9492f8__BSResource__Server__Commands__AddDependency__{ 0x0535F050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f63e7c7b56d3ccccb4b438c0212ec7b__void__{ 0x05264610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f6766341b60afecdf54edf41b313e99__BSResource__Server__Commands__Delete__{ 0x05382F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f6a5fe2293ea27a75c5f1c914668a77__void__{ 0x0529ECA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9f7ec8fcc4071113908328677d6879ff___{ 0x051AC100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fb2d3839d77d6af3e7cb415f310a74d__BGSAudio__WwiseService__OpenCmd__{ 0x05206D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fb860dcf665f28642db3882625656c0__void__{ 0x05243C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9fe37f59062020f99901fd80a3e7aece__void__{ 0x05255950 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9ff1e81f68d728a2c6eb5cffcfe81510___{ 0x053FE720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_9ffdbba9ab52318dd9990ebd2a350a29__void__{ 0x052C0EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a018f4fa8ae8b4b5752d5c84577959e2__Particles__PSM__Commands__StopParticleSystem__{ 0x053AC0B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a01e2626e4238c56a4119bd7d1011f6b__void__{ 0x05176720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a042ba881bbabe835d3c2008af208aa1__void__{ 0x0527D430 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a07f9b78c883720022cbf5e9d04935d8___{ 0x051ABE60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a087127c9a9dc01bdb0be91379030ffd__void__{ 0x0529E4C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0891d46ad534d2653e6e7d124fa4b27__void__{ 0x053ECE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0c3452c61cfd1d4f4c632799d78b77e__CreationRenderer__Messaging__PipelineGenerationStartedEvent__{ 0x052B9A10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0c6097c9092389b059dc32b676e512e__void__{ 0x05255790 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0eda1e2cf2520e252bd0154766412b4__void__{ 0x05255B10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a0f029e58f96f9c4661675b000f2b68c__void__{ 0x05170BD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a106b797d08016044743e564a2d79738___{ 0x053E3360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a107e2a8af7539ea45f0f2c77880b2b4__void__{ 0x0524D510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1828e5608883316d76fcc797434d604__void__{ 0x0522D570 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1833ce1370606fe59cb58a32b93e01c___{ 0x051ABF40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a18a28f6a43e6c9e79772a5def0ad382__void__{ 0x05247A00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a19959e025a5ace5cee8fedabbef1577__void__{ 0x05288C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1b40e737801941929f9088347807f49__BSResource__Server__Commands__CancelAll__{ 0x053833A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1cb8ee946088bc62d7f277a2d0db833__CreationRendererPrivate__Messaging__SwapChain__Create__{ 0x053E48B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a1e214bac6c5966bc404dc9e174ffbfd__CreationRendererPrivate__Messaging__SwapChain__Resize__{ 0x053E4230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a20b1e5553f505ca1841aeeab80e1d7c__void__{ 0x05293050 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a20f3fa8dd2f4037edd4bfc359f0876a__void__{ 0x0523B0C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a21e1e73ccc04e529f73d9190ddc337f__void__{ 0x05389080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a2251e1f60fc5096f63e457ff69d626a__void__{ 0x0529C510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a27d9f2687099ba7810deb82b6fd6772__void__{ 0x05272D20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a2e300370fa9f1135748c846c6ff6bcf__void__{ 0x052BC3F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a31168b09a33617f2b1c48240ebb0d85__void__{ 0x05176480 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a3442a84401265ffe7f41d226dc3ec6b__void__{ 0x052C2E50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a36598b20dcc9e29c473a9c4d8ac9d69__void__{ 0x052464E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a3d10c24a8125c7ec941fb318e3bfbec__void__{ 0x05326140 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4095d43c640b3adad856d37c979b71f___{ 0x05384320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a41fcd1c0b8ac1f7838dc84facc9242e__void__{ 0x05233A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a442ed624a0c3d968a5a84df7efbe32c__void__{ 0x052889C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4592bcb45cb7304a72d57ffc331a530__void__{ 0x052C45B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a48d404a7fca8a7b115dc9b071d60626__BSService__Commands__NewFrame__{ 0x0538BDE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a49dfe3f114516061cca22f6bad7b82d__void__{ 0x0528F320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4a4944ddb12a824203ee92a683eb693__void__{ 0x052747F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4beb8308ec7c314a64bcdcd17182734__void__{ 0x05247F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4ddd3e6cf9339eafe2046a9190c96dd__void__{ 0x0527BC90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a4eaf3446f739cd483e3f56f7f6f070f__void__{ 0x053ECB00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a50e01b479e76c0d55a44b1ee3e79dcf___{ 0x053F11C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a53b9ed8d4fb7d816d4eba08348f7937__void__{ 0x053DF2F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a54185de4a87d929046c1f967c0f6b65___{ 0x0535DFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a55e4a72af208719142bfb30cc1f1331__CreationRendererPrivate__LODList__{ 0x053F9060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a55eb663d1a98aa32f02c7db7d750653__void__{ 0x053DC7A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a583650e80194eb105c262f8e04d2054___{ 0x053ADAF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6190cfba77a4ddb45833ad10e0ce044__void__{ 0x052783B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a63b7ec47e1fc980b9ae37c2ca1f641e__void__{ 0x052C3550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a65c5aee7d01813cad9193817d41d420__BSService__Detail__PointerWrapper_BGSPlanet__NavMeshGen___{ 0x0519FB00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a65d6df22ec597338e9327ed118548fa__void__{ 0x05262EA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6934efa6c3c3c3794dda92a0852d958__void__{ 0x0526BDA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a698a573c984625a5c2fed1589c82020__void__{ 0x05255870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6c63796e68dca18d6375cdee97f71df____SetMaterialInMenuCommand__{ 0x05397350 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6d1464a9cfa52888544977e94855505__BSComponentDB2__ObjectCreated__{ 0x05380590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a6da57a2fcd57b2a75c40ac9a504279b___{ 0x051AAFC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a7c34358040756ddae59c95350b53546__void__{ 0x053B4DA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a7e87f05d8a2fe0745f48429dd7f89fe__void__{ 0x05280A60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a8027f466f84fd61d897d8e30f578a86___{ 0x051A9C70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a806a08257ca12abf8d5f4328c81bef9__void__{ 0x05254150 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a80eb89da5ce212b0f9e930fcd79ab85__std__reference_wrapper_CreationRendererPrivate__ApiAbstractionLayer__Queueconst__CreationRendererPrivate__ApiAbstractionLayer__Cmd__PendingSparseTileMappingQueue__{ 0x053FA9F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a81e51ceb153527d1216b005d4967952__void__{ 0x0526F2A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a838f7a534667c68cea7ac2c2e0f66e2__void__{ 0x053F15B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a85230b3fd12b924e9608a50599a80c3__void__{ 0x052C6720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a8709c020e0bba6b28c428dd30eb014d__void__{ 0x0535AFF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a87e34c56519e104b3acdec5cc6667d3___{ 0x051E37D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a89c9f5333744947865a77467ce0d907__CreationRendererPrivate__MeshDB__CreateParams__{ 0x053E0770 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a8e1382f3a751ff72f5b0fe37b487270__Particles__PNM__Commands__FlushAllSystems__{ 0x053A1FB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a939e91cff8ae712fcb2bbe64b2f90d4__void__{ 0x05230FE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9407f3bd004acd647062bacab54a724__BSTSmartPointer_BGSLocation_TESFormPolicy___{ 0x052B2170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a945ca37afefbc01b3bc1d392e27a087___{ 0x053E5450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a947b6ef8e6acd6531be4d2c23a631a1__void__{ 0x0528C2F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a987b9d7cfa0d6003a5dcc7f55213db4__void__{ 0x05237E60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9c4f37e9090e5353db16ac826ac3da2__void__{ 0x0525AF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9d0b3d65d8762f74d6736c2d1abb258__void__{ 0x05189BC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_a9e93b7ee355e0e6af67a211615a5faa__void__{ 0x051C94A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aa323a6fac31dd97b600ff7b3e710e09__void__{ 0x053FA5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aa3f231a7f2bf03b8206a0c6f3a6a549___{ 0x053976E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aa55c2b7577eeef5ed6b87d10cfc01d4__void__{ 0x052C39B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aaad44e9a17b7704a94604abe4e997d4__void__{ 0x053F0890 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aab4c45dfba3f3093f5685c290670aed__void__{ 0x052A39F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aab69f06632db01cf531fead95bab3b3__void__{ 0x0526A8B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aac028928394e495f991d94c75b6a797__void__{ 0x052771E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aad9a8694009ccb6c6a9c73febb0ab0f__void__{ 0x05328D30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aaf8d733402c4449e7564ccd9dd85961__void__{ 0x053CA3C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab08d67b1205bd2cc6344f9a96b0d33f__void__{ 0x05289AF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab3cdcf9cd8feb2d4db992837a3b7fbc__BSResource__Server__Commands__AddDependency__{ 0x051C8A50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab7c0788d2130c05c5605576aa755bbb__void__{ 0x052C0FC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab847c2066fa7ebdf20154c971fd5cab__WorkshopEngine__EditColorsEvent__{ 0x0535A1C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab8a5ef426cb1b2a6e81801c9105a5e7__void__{ 0x0532C9A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ab90a413e08d8b022db630b059c68ff1___{ 0x051AAC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abd3ac9a9612a5636a929daed30a25dd__void__{ 0x0525AA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abdffb83220d0cab8bccab212fee38ca__void__{ 0x053EC6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abee12afcfd82b33cd035ba4af3097e7__RefrAudioUtils____LoopService__RevertMsg__{ 0x05226260 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_abfb641fdc7856ac737f9ae55e07580e__void__{ 0x052943C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ac021975287bf8f3e04d090baafc6cdc__void__{ 0x0516F500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ac1aab565aa5a2e3549bda30c7876bf0__RefrAudioUtils____LoopService__RemoveMsg__{ 0x052266E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ac240a3ea47900992c9e72f45a6e8bcf__void__{ 0x0524AC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_acbbaa5fe5801e830a705840fffb5114__void__{ 0x05228D10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_acdac7ad91961486d1b6d706e397d442__void__{ 0x053E16F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_acf172d1af3bb39b7bfa5e8c4ed65e46__void__{ 0x052C1260 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad03600678ca65089e0d105566baf149__void__{ 0x05172470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad2271246bdfcea9d344b2dbbaaa4133__BSResource__Server__Commands__CloseDependencies__{ 0x0517C320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad4861c97a805ea1edf7f61e6863f33a__BSResource__Server__Commands__DebugIntrospect__{ 0x053BCC90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad59957d90e5e25167143671df1ae5df__void__{ 0x05299500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ad5de098e325d92c6467eaab52ea9fa8__WorkshopEngine__ExitEvent__{ 0x0535A410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_adaa4bbcf8bb7a5cd9458263e7923662__void__{ 0x052411E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_adcf180a7176c2891da5d8d7c2fbb17b__void__{ 0x05289CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ae4188ab2c1da6ac55297ba2545e0058__void__{ 0x05246320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ae7abf3f0e8cdc4d0cb2af1b94bf2ca2__void__{ 0x053F2A20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aed7c7c1fd20470f3fec8d189e3d1eef__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DFF00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aeda11e5ed40e021f58ebf5a40650f51__void__{ 0x05163220 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_aeec332b82cb0f34d30df7fc9252751d__void__{ 0x05159CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af1517c674bc90f9140bc36efcb8f777__void__{ 0x0522BF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af163ad4260bc4177bbbae271ba60aea__void__{ 0x0522C6E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af750c3bdc43ad39f2ec3f899a6fc912__void__{ 0x0522CB90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af76e8f13814d3b87e914f4170346b3a__void__{ 0x052474C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af793984ed8bc2a2f3f08b619476c77d__void__{ 0x05228310 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_af8a26f060ca2e86120a7b71a8db7e74___{ 0x05221850 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b0058bd7a1acde981ebedda64b4c8159__void__{ 0x05242170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b0159e597255bc45b1346bf668d10183__void__{ 0x053EBC00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b054f69a1a0340f11386478e1143b6a9__void__{ 0x0526FB70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b06586c288d2049879813fd2bacba0cf__void__{ 0x052A29D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b09f44ceda2ed6e17d931863c08bafa1__void__{ 0x05371920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b0ae90a4b6d467e5239beed2b0c74978__void__{ 0x053E8200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b10b58853d90a9c43abdd13026f4f1de__void__{ 0x05245900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1288af79f0004281b0abe9049c4a147__void__{ 0x052530C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1692f8777e2c504076d632653ad773b__void__{ 0x052C13C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b17c3bc0a68e63d1080cdc175c6e4537__void__{ 0x053BB3B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1d38fdbb4ad20cfa293baba28915741__void__{ 0x0525C880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1e362f39b2e2e94ba35193915dae8ae__void__{ 0x0527EE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b1ef23f5f5074cb28b4e60aee11f6daf__BSResource__Server__Commands__CancelAll__{ 0x053834D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b203608f974f1f252f2bb3bd35971f26__void__{ 0x052AFE10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b20e924e76aace8d274ececf78e02e92__void__{ 0x052322F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b21c0d3ae547c61b8c92a03ae4a505b7__void__{ 0x0524D6D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2496173ca6831f4350e88be5d601732__void__{ 0x0527C390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b28a73f58dfe619fdedadaa6860cff64__void__{ 0x052C1180 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b29a84e9432a0c2ca6822b9a21a9c721__void__{ 0x0527D0B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2a6f46c8401373a03869943f6bc31bf__void__{ 0x0532DA00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2b41c4fece56b3bf056606a1e11e5f4__BSResource__Server__Commands__AddDependency__{ 0x051656D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b2d965c5572e6c7ab6a49e6da93de7ee__void__{ 0x05252C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b318c7acfceb44b773c8b431339f0d1e__void__{ 0x051745F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b32678a3e0766dc4ea0f354c72849838__unsignedint__{ 0x05158A90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b33848b17c4f3dfd2eab25900e73373e__void__{ 0x0522C040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b338faf177e266903aa45627a114b906__WorkshopEngine__RemoveOutpostEvent__{ 0x05357560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b34663de41abdb9e5975a80f8cdfee00__void__{ 0x05292120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3548a164d5719fd81bf1c2f62cfbd82__void__{ 0x05234400 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b39356b496ecfc1532806268ad01e90d__void__{ 0x05375B10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3af29a0e8102d578c83f21b8ec19712__void__{ 0x052C07E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3c2e10acbb9fb46efadf7fc49962686__void__{ 0x0526C040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3cb845c6d58c0cecf4890b7c47fc4bc__void__{ 0x05292D30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b3e72cb6383fd05a5a8acdbea55b9d5a__void__{ 0x05207030 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b43f68fcda45092054944bccb184a4a9__void__{ 0x053A1B80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b444206f1058202a83c7100a566cf62d__BSService__Detail__PointerWrapper_CreationRendererPrivate__ResetCullingMemoryRequestHandler___{ 0x053F8A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b481c85aa9090bc1a118433409b0df57__void__{ 0x05294580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b48485809e84d949ae9a626befc2fc89__void__{ 0x052C1DB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b494d1b8a74ea52d058c46c1ee43b582__BSResource__Server__NodeBase__{ 0x053BB4F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b49b9edaa8c4282d283cd7fbb6769049__void__{ 0x0527C550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b4a9a7cc5a6fb5f68ef430d42a26efb6__void__{ 0x05296E20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b4d1bd96b24e4bcf1069a144eca05960__void__{ 0x052988A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b4e4734b9bb326b30e331498f5eee027__void__{ 0x0523BD50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b50c8cc5c586487acc5152a0b048948c__void__{ 0x052340E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5429f865a265a6fcd6902a728b0ce8b__void__{ 0x05376190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5625cccefe06765e0b5156b1e89a480__void__{ 0x05243EF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b57d3fc592d4c225c74783517cf98068__void__{ 0x05325A40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b58c73139db198be87daf3fa3cd6f4e8__BSResource__Server__Commands__AddDependency__{ 0x0519AFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5c0cec8ea0f85e91ef6a2ad77d791a4__void__{ 0x0526EF20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b5ffd663aa50efbf77be186dcc7a10ef__Particles__PSM__Commands__StopParticleSystem__{ 0x053AB000 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b6061d1a1f9b5a6ead5bd240b7136300___{ 0x052D22D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b60a9281bf72477e0de47fd18ef51f41__void__{ 0x053ECCC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b650263cf84937fd82a5b5dff5f03482__void__{ 0x05407200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b65f623759e570984510463da5664adf__void__{ 0x05325B60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b668eb99a0ed1f83bd23d4502c579b39__void__{ 0x0518D8C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b6cc79c7167f1fa6010a380d3f4091ef__void__{ 0x053FA300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b6dde8fe1ba4066c1da07fc09e64cf17__BSPathingService_DynamicNavmeshService___CallEvent_DynamicNavmeshService__ResetEvent___{ 0x0515E910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b7288758a724dd604ac21975202e1c39__void__{ 0x0528E520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b72fbe5edafa0f4fdba07cfe06c7cefe__void__{ 0x0532DAE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b775ba9b8e1d8ea1d9c0b700a436b04e__void__{ 0x0528AEE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b77a424f17ef7d739b1336c24600b67f__void__{ 0x0527D6D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b803ccf69a3154a1357cff83c4eefd92___{ 0x053E3200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b80ca4a11cae5fd6510ea93a43068164__void__{ 0x052966E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b81e64a6a3470e4be28f3c1f7ebcb99d___{ 0x05374500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b82e8346d274ee29ab5cba057a58e88f__void__{ 0x0524BCA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b854739170b8dc23b028c05dae699b4b__void__{ 0x0525C6C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b87de3dbbae655f87ab6ce186f445956__void__{ 0x0527C2B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b892971fcd1abf91e032006ea5dbc74a__void__{ 0x0526AB50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b89ad5ac7d848223e07ddf70a5ce518a__void__{ 0x05232CC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b8c0c726a0664dea3b22f5cd79a7366f___{ 0x053FE560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b8ecc606e6c012803e3f4d03195c110f___{ 0x0535EC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b8f85158bc6b8517e08fa4a8b4417ef6__void__{ 0x0529D820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b90fd002bf194bb70f16936fa49bf9ce__void__{ 0x05271C30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b91077a5fcd357fcc21016bf4e8f2d70__void__{ 0x0527BE50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b958d309b8a3da0d2fcea8a014f81eba__void__{ 0x05173E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b9637342c82a4f2baffe7b347dee1296__void__{ 0x053EF800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b983292cfa17d5d043882719a8b99ede___{ 0x051AB680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b98e3275bd011b2e0ceda6d17677fd55__void__{ 0x052C0B60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b9c43bd88aaf8adb90fad1cd4e5eb382__void__{ 0x05176D90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_b9fee7da27eb4d269aa878c1c098508d__void__{ 0x052626F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ba348d58fa19ff08d1e4360f16c16970__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler___{ 0x052BA330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ba5356749fcf1add6e5bc5fcfa687349__CreationRenderer__Messaging__PipelineGenerationProgressedEvent__{ 0x052BA010 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ba6efe7c6f88e2b6fab9345762b0d577__void__{ 0x052C6080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_baec4b1133ebe27b66a6e4f424acb9ec__void__{ 0x05192CE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb3fede3f5d52eff16a62de6563a6a43__void__{ 0x0522A560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb482459b33cca30f4be9866dc478d21__void__{ 0x05244290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb7367e9553dd4b562b11d6c33cd5ae0__CreationRendererPrivate__Messaging__CRScaleform__RenderCommandParams__{ 0x053EB190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb87fd2b8a408a8a75dee0689cdd071b__void__{ 0x05175810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bb9952332ba8a2f17aeef70bfdcac32b__void__{ 0x05234860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc30480599d8fda06961dc40a28d3953__void__{ 0x0532EAE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc37687b423bdf983a131d14b8125a7d__void__{ 0x05245740 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc40125417484b18032a4dc6b23326ee__void__{ 0x0523F580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bc4422e2772ead95386912fd539fd0b6__void__{ 0x05327DF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bd195aa81642a14862a2c0bf5255195e__void__{ 0x052C4690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bd6a79f2367f2b5c0a633f3927d3c7af__void__{ 0x052C4070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bdafcc60843e8758c51888b27c940662__void__{ 0x053EEC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bdc51ae50ce15415e89fcdbe49ab6ae8__SaveLoad__CleanupUnloadedPlanetContentCommand__{ 0x0522FB30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bdf81de24cc28580fcc88dbb99a286e4__void__{ 0x053BCA50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_be27a865861e1645f00d75b8a68bf05e__void__{ 0x0524EAA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_be59b9bdfd8637f274c91721b19f7ed6__LOD__Commands__LoadedSceneBlockAttached__{ 0x05200680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_be7fb695c3f0c7b55ac98c8fb8e29b54__void__{ 0x05292E90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bebe6c4bbb10bdb5b78479172198e121__void__{ 0x051C93C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bec62f5156ea2be3258b018f72b7a600__WorkshopEngine__StartQuickMenuEvent__{ 0x0535A530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bee67aa52b8eabb482119a6766c60bc4__void__{ 0x053EB960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bee9d915ef6c86a781c2a84d5ecef121__void__{ 0x0529AB20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bf4a36381f34ed442b827a3fe387d3fa__LOD__Commands__LodUpdateComplete__{ 0x052007A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bf54c27a7e94ef892ed93dee0a522cc0__void__{ 0x05370F00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_bff89ceeae715c2d964c15390070948d__void__{ 0x05255CD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0061012e4d234db08ce3bedac6dbf4f__void__{ 0x0529E5A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c04bac936f636c6b09134d8538ae3134__void__{ 0x053C7F10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0a79b15a160deb4601578fee4fb7a6a__void__{ 0x05271530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0c2f5f7ea9f5c9476b082264f40649d__void__{ 0x0532CC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c0ed57bcf5da084e6f24d87249baadb7__void__{ 0x052C37F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c12838fd1359278fffebd2d2c1d3a612__void__{ 0x052662D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c177725f921ca369810b6d4e08f10f00__void__{ 0x0523EF40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c1b28a084b1946a91795325f211f197e__void__{ 0x0537EA20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c1d64fdf681c194894e6fe638dcd0d6e__void__{ 0x05288AA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c1f37709b7017df3ee6db3c31db140cf___{ 0x051A7630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c240919743db5cab929ac732c14e6786__DynamicNavmeshService__ApplyActivePrecutsToNavMeshEvent__{ 0x0515EE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c26963d21ad5b012e833afce82518c72__void__{ 0x051C8BF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c2839438d33be7997e40baf363da0664___{ 0x051A7550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c2c8b72f8b939fa644b37bf326915572__void__{ 0x052C2D70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c2c9873e170d3fcb6e0479bd19cdb9e3__void__{ 0x0524B180 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c3084db26419a474f2a190673c872946__void__{ 0x05264530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c329a2ded2d1512e0c8ee699e8188a2d__void__{ 0x053EF3E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c3320cbddb1bd4f09ef9d2465c7768ae__void__{ 0x053FA910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c366f0de3e659666c3d1ebb57c46d4ac__void__{ 0x052967C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c373c0374dcd98c089cedbe63789571c__void__{ 0x0537E780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c37ee35be50cdef1d5cad0af1633bac8__void__{ 0x0528BFF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c39c109d508a9f3cdd7a9dd7ae1c7ee7__CreationRendererPrivate__SetStarmapGravityWavesColor__{ 0x053E9A90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c3ee652d4c80f57e1da44832c8b869fd__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___{ 0x052B2550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c4110d2d2642a834d04469cd62433055___{ 0x051D4F90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c414a8d03f66d2433830c4208201b95f__void__{ 0x052C58F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c46a58a77e3391565dc5f23eacb1691d___{ 0x051A7CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c48814f3fc8ddece36b679ed475f52a6___{ 0x051A5080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c48f68c727d48a9554387307761a6f84__void__{ 0x0529EAE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c4b58581f861f57dc8949bf64c519eee__void__{ 0x05262F80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c4ee26123dcb11e8ebfb1492753a3d6f__void__{ 0x05274F10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c53bb0f3128ed6628b831e25d65ad863__void__{ 0x05176E70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c57602ebe5a4122fb5bdaec0f0f48352__void__{ 0x0525DF90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5829b238a3cc4ed8b8cf45434280f1f__WorkshopEngine__EditItemEvent__{ 0x05358CE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5a1b39fade46df7b1137ddf143c7e71__void__{ 0x052B0190 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5c551e743b8357a85a6f78be052e8af___{ 0x051A49B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5ddd03289170821c86a14854d4db691__BGSAudio__WwiseService__ReadCmd__{ 0x05206A20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5dedfaaad72253bba4c751c8a44d08b__void__{ 0x05260530 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c5f2fee095cbaef39506c8020c76f976__void__{ 0x052C2210 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c61dbf645fc9ba0383eed45f06946c17__void__{ 0x0518DFA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6360bf782547b1c763642be98ed6ca6___{ 0x051A9B30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6376500b55e1668d37ffe9b1bcaf535___{ 0x053F3130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c637fe0e5c6d32e8133674ea28753abd___{ 0x051AC020 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6503eb812b8427606f871faf942c47c__CreationRendererPrivate__SetStarmapOrbitsEnabled__{ 0x053E9590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c660963b35de908f4ee077d1af9750e9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053E0570 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6636a3a833a486540c184320544f13f__void__{ 0x0518ECC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c6c7a639cf365d39b696c90f93a4240a__void__{ 0x05375870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c73f87f810c41c3fe099018e99dff565__void__{ 0x052473E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c73fe59de4810c46382b272906a84991__void__{ 0x052C6D40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c751b03bae711cd8de69e71e08249757__void__{ 0x0518AF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c78492138796f2298b95b7becf82864b__void__{ 0x053DCB20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c792a704049764f07f8d192380f1f235__CreationRendererPrivate__SetStarmapOrbitsInstancesData__{ 0x053E9300 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c7e9a1d4d74e13baaf4a71ddc30e8517__void__{ 0x0525ACC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c84c0a6afb00c46258e6b9fc7a636194__void__{ 0x053EE5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c856faa630024abe58d11a5c96f1796f__void__{ 0x05245660 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c858474b55d490cd78e7fa017ec24e0f__void__{ 0x05288B80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c87c8306f25ff2c12c97d2e763d55f3c___{ 0x051A9F10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8c42f29207845e93e04ec9288b96e5f__void__{ 0x051761E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8eb8d70401afe8c9708fc4398eb6764___{ 0x051A5C60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8ee4c67b2ecf9e0b5a37bc62ae8c2fe__void__{ 0x052C4770 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c8eef334360162189622ef7dbe4365be__void__{ 0x05232BE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c90946e98df523349d1868cfa56119a1__void__{ 0x05241B50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c985fc3cd642904690c79a3e69ae27cb__void__{ 0x0528E970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c987e7ef4767e4a2a762dd29def33918__void__{ 0x051769C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c99a3f6671b7865e5ba2b2a3f40ee6fb__void__{ 0x0535B0D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9aa4b0a137cd567e869969f3c852a7d__void__{ 0x05255F70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9c459e95453dbfdd01deea07fd548d0__void__{ 0x05247E60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9ef09b048d02350488537fbf507d682__void__{ 0x052C1B70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_c9fc156db8d50b7682fb91b4fe13c978__BSResource__Server__Commands__Cancel__{ 0x051C4910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca2055df278da4452b7371029920cb25__void__{ 0x052AFFD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca411397cc7ad1ae896bda064050705e_const_void__{ 0x053FAF60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca4b762b3a71115ff84073aaadfa7668__void__{ 0x0515B3A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca52c6185cee9b0519921da9e9d9f006__void__{ 0x0537EE70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca5c327bb4604bef7fdaa01381212fa0__void__{ 0x05273A00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca670e46c9c0337725fa3b627555dc46__void__{ 0x0525D3F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ca8d70065662cea744b0cb59115e01c5__void__{ 0x052C5A60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cab30c9930caf4954200627de3921680__void__{ 0x052345C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cac58ebf2259db6843c7a8a3dd85759d__void__{ 0x053B45C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cac737c3cf0c9b4e5aae623c943fc3ab__WorkshopEngine__ResetColorsToDefaultEvent__{ 0x05358A80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cae2ed5fbe75c6326337d8ab2697e353___{ 0x053FEAA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cae3e8a5a345dc78ec345a8e1dba70e6__void__{ 0x053F0510 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cb34c4b72627333cfd08ee5063236908__void__{ 0x053B3EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cb52a8748f546fa2279f806ead92eeda__void__{ 0x05182F90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cbdbaa8ba735c6857f5671129f091278__void__{ 0x051728D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cc608d559dc612964e56255695efb653__void__{ 0x052CA5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cc8d4ef32517db8944ff99ffde4c00e8__WorkshopEngine__ConnectTransferLinkEvent__{ 0x0535A2E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cc99b5ab895125408c791011fa564985__EffectSequence__StopByNameCommand__{ 0x051612F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cca14804f8ce421264dfd06b60a76cc3__CreationRendererPrivate__Messaging__Window__SetVsync__{ 0x053E40F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cd48cb8b10de9e276b731a8c3c6ccae2__CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle__{ 0x053E5C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cd8767d4cc18808a29b36052824b8e91__void__{ 0x052C5B40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cd8cc75978ed40c0cc57bd76d72c59cc__void__{ 0x0518E080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdbd355728ca375d55cebd4d979a51ca__void__{ 0x05240980 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdcda53dd8c13a9a5c98779f2a822de8__void__{ 0x0522DB70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdce5633408e5b3efb373bef6276ac5f__BSResource__Server__Commands__CloseDependencies__{ 0x051667E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cdfec2d8732b7b7b232fd04b0ca946ed__void__{ 0x052C64E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ce6815911da9ee1609d5e28ccb45c724__void__{ 0x0529A900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cea5ddcc0deecf2285168d8ffc4df892__void__{ 0x05268C30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ceaa2dd80f77825c9c6a12b61cf85e74__void__{ 0x0532CB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf0d7f9c4556855d42fcf4e4900789ee__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_unsigned__int64_unsigned__int64const__{ 0x053EE4E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf104df53b61c5e21e90f52547879b5f__CreationRendererPrivate__Messaging__Window__UpdateLetterboxedRenderRect__{ 0x053E3E40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf5d32eca60cc15a1ff4d2323b3dfe36__void__{ 0x051D7E70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf6c7bed5b8b59c53f8cf57e06ec00dd__void__{ 0x053CA2E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cf861d595c015065ee63210bddf426e3__void__{ 0x0527ED20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_cfe540dc389a842fd3f898ad15ed7067__void__{ 0x052942E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d00bd4b3cc28a7b52d6c36389f06f2ec__void__{ 0x052A28F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d011308b716f95c1ce4fd11edf7fe68e__DynamicNavmeshService__DynamicNavMeshTaskShiftWorldEvent__{ 0x0515ED20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d05428a0d6eac48bef7969a90a6daebb__void__{ 0x05237BC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d0a00a1c40fd1c4b827aeb168ec697f0__void__{ 0x0527AD60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d0b38a2b64ea6a83dd8742bc4c09c50e__void__{ 0x051D8EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d0daa2a0f96dc708c841ec7282e42595__void__{ 0x05279670 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d14bfdebbcc5b1a40910ad308ed315a0__void__{ 0x0528B0A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d1a85852ccf530db5d9ffc1165adb14f__void__{ 0x0526AA70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d1b15e7906fefbf27288e3cf43585812___{ 0x051AAE00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d1e07d92f394208ecac492d6b1b9afa9__CreationRendererPrivate__SetStarmapOrbitsInit__{ 0x053E96D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2034ddf379e73991db9287c19a693e9__void__{ 0x052623D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2045a6931dbb3c56b0337fe777f8761__void__{ 0x0528C830 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d20c7a5cf88cf3fe03a7b5658d67b157__void__{ 0x0524E860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d224d8c61c61034aff3ed0843102e1e5__void__{ 0x053F2EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d230362e02c84d6ab1b7c65d1bc8c88e__void__{ 0x052C0540 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d23b853e25a2629ed2297ff4cd852e65__void__{ 0x05222A00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d25b44ada420214200b1796b04998fcf__void__{ 0x05326220 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d26885b16ffb44f5a6e1c1c1d328eee1__void__{ 0x05242880 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d28b2514fee1e685113be485058367e1__void__{ 0x05234B00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d29011171001a7b353c1d5f3de3107ac__void__{ 0x0527CFD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2a96382163ef443f4ecbec914a654a2__void__{ 0x052C66A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d2c45e37aa6d14fa91d1976ca7b3b798__void__{ 0x052C0A80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d31c027334eba059cb2494951476622a__void__{ 0x053B3D20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d35e2e5e1e6645da3c6c2472c42cea80__void__{ 0x0525DEB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d38e042d010ecfb6571f376bf444798e___{ 0x051AB3E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d3a361ad4fe2cf915af80f30a88400bf__void__{ 0x05275520 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d3d8665d970dabc226925b791ad8aa01__void__{ 0x0535B320 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d3e6bebab3e1972beb2690a7aaf4458c__LOD__Details__PropagationPayload__{ 0x05158970 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d442cbed50f9f9fa41b59e5ec65beb76__BSComponentDB2__ObjectModified__{ 0x0538E0E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4511f1c8a4a1c57f4fe3d63c97a3851__void__{ 0x053EF5A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4873959f99d67a8e3041d8a6e25b31f__void__{ 0x052C1F70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4a37142b849270c983c966335144925__CreationRenderer__Messaging__Game__EndFrameParams__{ 0x053DDCA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4a90d8b490da9ad87050b9e47e9ce33__void__{ 0x053CA120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4d02e7ac968e24b091f5fc47aa2b87f__ActorValueBindingUpdaterService__GameResetMsg__{ 0x0515CF20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d4dff2479a934257ec977ef0a502ecfa__void__{ 0x05252F00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d50aec74688941c74791c628312cc2c5__void__{ 0x053E08A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d59e4b32df696e14957bce123598c154__void__{ 0x0538FED0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d59fee36749e6671a327747eba844cf8__Particles__PSM__Commands__StopParticleSystem__{ 0x053AC6D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5ad36a5ffd5ff5d89ed7b683a8fbed6__void__{ 0x05175C50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5b36366cf53695ce8dcac8055deece5__TESObjectCELL__{ 0x051814A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5bd335af5b6eebdf95ad0ede1d39d9c__void__{ 0x053E1FB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d5cd468287d92389ab5756d4920078de__void__{ 0x052C2BB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d61efb6dccf2a7ffd2330a23d62e6332___{ 0x0517D060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d668158a7d7ea2b2ca77287f6653df5f__void__{ 0x052C0D20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d66e268aa1f9c0b646773e3994fafdf4___{ 0x053FE8E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d683a2347dca7fa53bb7c147c9324b18__void__{ 0x05379FC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d6a4ce2b7504d794e8fbf05fba0dcfc7__void__{ 0x05275440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d6bfb1685d09d6b78624d65c22213c9a__void__{ 0x0527EB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d6cfeab5865b7c9ae426871e5eab9f4c__void__{ 0x053F71F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d7152fbfd6e6fb4d8133974ef8f9b10d__void__{ 0x0517C860 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d72bb07bdf19bcaf13923619bf063571__void__{ 0x052624B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d73ddaae14fa9c14f4340b0d42f8ea39__void__{ 0x052C3A90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d764d8c52a74c7472a6ef0f8dd837b60__void__{ 0x05256130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d785c61586a9e47900d392c3764c7336__BSResource__Server__Commands__AddDependency__{ 0x05164780 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d7d7379d4565e7ae53a360359e4fff64__void__{ 0x0527EA80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d813ef195076a0d5c5f50cad61ab9551__void__{ 0x0524ED40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d821250702487291199dbc44b4587ea4__void__{ 0x053DF270 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d82d32593f8478088f726a8e814a11b5__RefrAudioUtils____LoopService__AddMsg__{ 0x052265A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d8464a5dcc59f42b0c791959b830f3ba__void__{ 0x053A1130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d8c19645bcc024bb27d22b728295d6c0__NiPointer_NiAVObject___{ 0x052B2910 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d8e4a6d08295b896a6ab07fae56392c5__CreationRendererPrivate__MeshDB__CreateMorphParams__{ 0x053E02F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d93a5500f71032918d90d1fdec7083fe___{ 0x051A5440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d969bdc0d46238e2f01d321edb0f9162__void__{ 0x053C8D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d982140ed9b52ae3356836373d763488__void__{ 0x0528E120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9988d8c316a49ea15056d460fa26e2c__void__{ 0x052CD690 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9a2a6cc3d886003129a6d772f824660__void__{ 0x0524F1A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9ba28439b4dd48573d367a317196da3__void__{ 0x05327480 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9caa33081b4b2de1c935c5d4acb1c5e__void__{ 0x052CC750 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9e1eae64c2ee3db5a72f69096f4b1ad__void__{ 0x0529D5C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_d9fe883663b5b6bfbf4c4bfc87b289f4__void__{ 0x0526AC30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_da0c92c3ad045d38ffbbf4cb8c3d7b34__void__{ 0x05252020 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_da5e68be229ec7724ddb585c6384c6ce__void__{ 0x053EFC40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dac88ae3b1799d2e2586428eb6dd93fa__void__{ 0x05155C00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db02a49f191c068077d00fab34209aa7__void__{ 0x053ECBE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db14e6cd906d83c75d1c2d83f9398183__void__{ 0x05251EC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db1a7638ec5eea992a33f61c1f4917aa__void__{ 0x0527C9B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db22997af74a91b9005a1bb4e7fe4859__Particles__PSM__Commands__StopParticleSystem__{ 0x053AC590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db6ec78c800eedb3e388383210507079___{ 0x051D4070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_db9d83265ff147a7afe620650c637f76__void__{ 0x052C16C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc3c3a062b03fdd4dbf7cdd1fead5feb__void__{ 0x052607D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc3e0469b86af939a0eeef2b20cd6ae3__void__{ 0x052AF750 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc54ed68cdb9bd3ff3eadcba3a5e3b6c__void__{ 0x05325C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc7600b08f68c519a2de538baad17d72__void__{ 0x05271610 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc89af06c6e0b276aaaa00c9f193e00c__void__{ 0x0526AD10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dc9eb628cd0a8222139c923d1c8db8ef__void__{ 0x0526C960 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dd55dee96d4602ebb6a7ebd33e6c4479__Particles__PSM__Commands__InitializeBinding__{ 0x053AC1F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dd942a628e661f15a24083f65c881338__EffectSequence__StopCommand__{ 0x051611D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dda7fbb98e98211d3b0a1a256420a198__void__{ 0x053B37E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ddfc9904dc0476e07ef54725c8479f8e__void__{ 0x053298B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_de59dfd90acf96e5df1f50504fc73bec__void__{ 0x05299260 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_de5ba17aee94bf26e3bce9a97ab305da__void__{ 0x0522E8B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_deac8d8ca2f9b6e7fd011bb91be0cd38__void__{ 0x05176800 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_debfc1370a752be039ac1f36e8b6f9e0__void__{ 0x052425E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dee80e3b4a3ee4c59c742942e448ab34__void__{ 0x0526F1C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_def4898be93fe80499f29121ae13d39d__void__{ 0x053FAE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df299e39021d8de402dc89c691c889a7___{ 0x051A4500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df32f5293dd6ffa5e6c8d2c71a2085f3__void__{ 0x0527B0E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df41a858dde78937125d2e0206a3ad07__void__{ 0x053DF870 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df568da1d821b5aa2ca6939fb34f8100__void__{ 0x0537F580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df8664bab388faed12bc0fc10aa645a4__void__{ 0x052AF990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df8f8ed82b1008f62820167db562b05b__void__{ 0x05276F40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df914792c6711628bd97cdaa3c88129d__BSResource2__DBHandleBase_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ 0x053DFA70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_df9a7a75a541fe142942aeed0cd4cbc8___{ 0x052BA250 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dfaddc4c05c64eed4bd731f407275108___{ 0x051A91C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dfb527469575c5c2bb76adcd67b02e51__void__{ 0x05249C70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_dfd13ac46cd8519c6f1aa02af77a8d2f__void__{ 0x0524D270 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0229f3ba421f7d899b6d6be917f456e__void__{ 0x0524EFE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e037e2941cf8f37594b926f521829f70__WorkshopEngine__RemoveWorkshopItemsEvent__{ 0x053574B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e07db663bebd0c420226fcf81b596ebb__void__{ 0x05237830 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e097d6925ad27f35efb82cf07f91fbcf__void__{ 0x0527EEE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e09a67be2a923988ad6c726762cbf24a__void__{ 0x05244110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0a55ada324f997d33e7d939fada5769__void__{ 0x0526CA40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0b7fe46b617b32af0c441ec9bf3d565__void__{ 0x05271990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e0f9178f6023ed2958977de6e7ac9f6a__void__{ 0x052646F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e13fb7554d868f75d6ed7f16a2dcbdec___{ 0x052BA170 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e160103b374139e999f72ba45a4ccf9e__void__{ 0x0525B040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e178bd2cbccc25743f9e8da680f0f7fa__void__{ 0x051C8CD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e17e9fa4648c6a3958fdb0f034d3cf46__void__{ 0x05298980 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e1f61f1ae102d83ae65c510954642022__void__{ 0x052C3630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e22a2eb0ec24a462f93317c3753e7442__void__{ 0x05175B70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e27cc8c4285007bfee50637dd6a98658___{ 0x051A3B90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2add6adb287b8a88ba9ca51828c2086__void__{ 0x052C2830 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2e444e47a6b53da789f1849d781c2f3__void__{ 0x0522DC50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e2ed67abc560774352baadf77b4dc47b__void__{ 0x0523DDE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e320a347142e2824e710b1d012a7742f__void__{ 0x05297AC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e33f2106ab171ba64e1d3995881dd8c2__void__{ 0x0528F160 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e364147ef3a68f7708e1581fe9051a6f__ActorValueBindingUpdaterService__RefrAVBinding__{ 0x0515D060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e382dca790b55ab7ad056ef4323371a3__DynamicNavmeshService__RemoveModificationForCellEvent__{ 0x0515F110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e38b2559e563263373d108411f4cc654__void__{ 0x053ECA20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e3912bd421c8772c43be3b3fdaf94e7a__void__{ 0x0526ADF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e3ec64a8d3ad03511d05668cb11608d1__void__{ 0x052C3010 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e411e56115a9ed0c645a9bb1a1a9159b__void__{ 0x05327720 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e422f5dacac2730625a59219ddda8994__void__{ 0x05324A40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e43b57d99687333369dcaf3b71ad7048__void__{ 0x052C8FD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e48dae92fd8f5113a8a0236e0f17adb8__void__{ 0x052C17A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e4f611c0e624224dcf73c033589c2dc6__BSResource__Server__Commands__AddDependency__{ 0x05231EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e4fa35474ca2e8f09f7a47da93847b6d___{ 0x051A7EE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e510b2dbbc8a9f394dddf7d1670e8d32__BSResource__Server__Commands__AddDependency__{ 0x053888A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e516e47a18aa65a63ea044f225347949__void__{ 0x05253430 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e51a1d0b6e4ebdb1b49d4450ace2b127__void__{ 0x05297BA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e5313d2da9b6d07c847fe1649cd9c8e8__void__{ 0x052CC4B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e53817bb0e410ed093ae722acfc69a4d__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator___{ 0x053E2D20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e57fab9d8bea3c284d37a50ff0bf75c2__void__{ 0x0526CC00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e5b67857f4652cb0dd16a3954cc359b7__void__{ 0x053DC6C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e5e2a9f4a8f7f15a8de085db1fefb715___{ 0x052ED410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e61d0c6f45fad23658d2eaf8459db056___{ 0x051A7280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6355ceb40aad02e93e9f4db205b4cd8__void__{ 0x0528F240 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e689c9fb161f877d9c891f62b5e05504___{ 0x052ED330 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6ae8b0ddded6f5a31234a0f191dc1f8___{ 0x051AC1E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6d1a884612fce7f5d08345b447a34a1__void__{ 0x05176640 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6d89a49cd24309da4c781c12567790e____SetMaterialAnimatedCommand__{ 0x05397C40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6daeef968dcea32dbc6b7edafc8fdd0__void__{ 0x05276560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e6f46f81e1875e8a10ed78185663396a__BSService__Detail__PointerWrapper_ActorValueBindingUpdaterService___{ 0x0515D1A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e75542f60dfaa1e25d45149e98a46c97__void__{ 0x05247760 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7629110a2e2112fe89623e8a76cd900__void__{ 0x05279590 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e77cc6815ad2f4f3972bba4dfe568972__void__{ 0x053B4A20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7b4fb1f060f619dbdf0cbeb9094ddb2__void__{ 0x052331A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7bc9474c296428dc18d67bfc3db30b3__Particles__PPM__Commands__AddRequest__{ 0x053AB260 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7f26129d4cb2d76425980de73522054__void__{ 0x052CDF50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e7f941b7f75a78161559d65f03aa3027___{ 0x053B5060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e80347920a31ae6a57bd6ccd16372be3__void__{ 0x053C8CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e812238ee68a34428d7ede37d3ec8ded__void__{ 0x052C0620 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8529a99ec6bd94da0dffbc1daf44421__void__{ 0x0525E3F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e88649edfd66bfacd2b0b4b1900621ff__void__{ 0x0524D430 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e88901c12d97bc422da68c1d1d4dfc63__BSResource__Server__Commands__NotifyComplete__{ 0x05166560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8b0019bf12e8a134f067f6ca6d229a6__void__{ 0x052883A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8b73dd9e4b80aa522d38b0b3f30dd5e__void__{ 0x052CF680 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e8ec97b55b1e23cc070bf405803093d4____AddMaterialCommand__{ 0x053980C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e906263a3b103061abbdae206999f6df__void__{ 0x0528F400 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e9075db7bec698bce1fd101c335b6cd6__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x05231390 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e97c0c53adc5448b1ab8ceb8ffc3ba49___{ 0x05403B40 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_e9ac7e1651aa509154c53fd50c26cbe8__void__{ 0x0527C470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea4c11695b9e0bd4fdea218deceb8066__void__{ 0x0527CB70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea67316706a873b0932d9ecfdfbe0133__void__{ 0x05260CB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea956dc4c72d73db6530678bffa4498b__void__{ 0x05260290 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea95fffe802c1d940c5e1a2a80731690__BSResource__Server__Commands__NotifyComplete__{ 0x05389810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ea977bd82f06fcd039e9eb4eda078dd6__void__{ 0x0529A820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eae6e7388d362da9c61e98d4b9f951eb__void__{ 0x051D46C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eaf2973fce53c162c4a0aaa2b4a6557a__void__{ 0x052718B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eb9ed87ccea9b4e03a1e7db57ab66cce__void__{ 0x0528BA30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ebb4e3b77e4b8c9e3b79aa455fc247e9___{ 0x05230CE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ebbb0c600e817f00b1596e13c1edf6ed__void__{ 0x053F2CC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ebdb876a75c3e61df2d72c17b80a3603__void__{ 0x053EEB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ec43fba6a3e69126f357e79f30a211ec___{ 0x051ABD80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ec4fb9da4d48fcbefaaf8d8fd5dc9454__WorkshopEngine__StartWorkshopEvent__{ 0x05359A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eca62b14bf8309ab9a4fdb97810b2726__void__{ 0x052A1240 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecbc55471c9a39a14bd2ac92168219d4__BSResource__Server__Commands__AddDependency__{ 0x051C3900 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecd1df969ec29674ff5e667ad510e114__BSResource__Server__Commands__Cancel__{ 0x05165EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ecdd739ac15984ea616b0d7bf8f77e4d__void__{ 0x0524C080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed078e0a8f89f750329a8b3c2c9c961b__void__{ 0x0528C3D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed13742a64513a110e68fb68341b6658__void__{ 0x053C7C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed64a887ec1a1fe698636321d4b60a95__void__{ 0x053FB040 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed70a02551020864b03872b1ccc6007f___{ 0x051AA7E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed7efa32dc10fbbfe7a4bf4d63b61928__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x053BA060 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ed8f404cc151b68abb2ad2245de66ac4__EffectSequence__StartAutoplaySequencesCommand__{ 0x05161B60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edb0a476ae3ed39eab67b116bb138171__void__{ 0x0522C600 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edbe5b63552b8c67c63e6d42e3f31578__void__{ 0x052687D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edcab7ca64270a1cbbd713f7e42197b2__void__{ 0x0525EF20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_edd3ef439e7539f29ff2e9fb002f2060__void__{ 0x053C9380 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eddd2a5b37113f73181b54ceed016c4b__void__{ 0x05247D80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ee32e6ce41f683d87b55fe94579ca26c__void__{ 0x053F7110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ee8016e2c8df5c22802955efabd29c68___{ 0x0535E1E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ee8c6c2a4e88c03c97d86b78f287bfff__void__{ 0x052C6240 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eeb1177804b0038b22cbc999036ffd1b__BSResource__Server__Commands__Cancel__{ 0x051C47F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eedd972189992f09f48591b9fbca4dbb__void__{ 0x05176100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ef41f45cc30fb05cdcca1b073ce59e1d__void__{ 0x052CD7B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ef9727750d4202a97b5eb3adae503d6f__void__{ 0x0525B200 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_efca58d41de8b7540cca78fcfd4f38de__void__{ 0x053BB2D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_efda8a34134977b8f75f972d9bd0f37e__void__{ 0x05253C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_efe9b9fa4d464bf52f0d50dcc5308e43__void__{ 0x05234CC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_eff177f68175b768f81449a0ae58784b__BSService__Detail__PointerWrapper_BSResourceReloadManager___{ 0x0538B410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f00629075b3be0e79fad8ed326825352__void__{ 0x05249A30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f065902ff23c775479bded2b7c81aaec__void__{ 0x05297F90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f06dd1583b7750cf4d95a53ab9690089__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x05389560 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f09151a5842e5b743648a54e1a902f95__unsigned__int64__{ 0x0515CC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f0bd41ca64c9abce9df546ddaea923a5__void__{ 0x05290FF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f10b27cbd06ee272fd23bec89a3d9c2c__void__{ 0x053BB6D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f125ee401519f355e15d5af6d108c316__void__{ 0x05249230 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f15ef6dc2a0832bc200a443d85c0237f__void__{ 0x0522CAB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f17778d323c5cb3d60e4574eed5d7480___{ 0x051A3C70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f19ba2b540f18f1ba31a6ffea133b993___{ 0x051AB4C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f19cc6e7e68748fe36de7d95121fe673__void__{ 0x051C9580 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1ac66bfcaca1d027c7c01ab1f1818da___{ 0x05230D60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1bd33e9e33b1a0f643b884afba2a574__void__{ 0x053FA6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1d07b3b9572d39e56bef108a103804d__void__{ 0x05255500 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1f68dfb865c49ffee825963e1952c7a__void__{ 0x05233280 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1fb074984728031673628f4f8d9c8ca__void__{ 0x052C53B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f1fd5ad4f5fc94247b067c0807d1fa73__void__{ 0x052987C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f20812d747fc6158df19f3c32908e47e__void___void___{ 0x052BB8F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f22ad6496aa0f1254df16f178749a6e1__void__{ 0x0529D360 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f262e0592dac9e8316be3c93690d9952__void__{ 0x05253EB0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f27791fe482f10c0dc2f8bffafe59edc__void__{ 0x0525F2A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f2abe293eed6b7b16a8066ca3e33c750__void__{ 0x05174130 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f2b887928b3bf97418f4f9447980c987__void__{ 0x0537F6C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f2d60a678367d6efb4d7f763640fd71d__void__{ 0x0524F440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f33946ae3c688338fe5959314c5846f6__void__{ 0x05251FA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f33ccfb4ce4b44ac8bd288d51a3530ba__void__{ 0x05233E10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3482a1422c149f70a7e798fe06cca96__void__{ 0x05291A20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f37535c6467809b5275e2389552e0afe__BSResource__Server__Commands__Cancel__{ 0x0515E2B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3b3c5bd2369f409c4e2ec4f5a91075d__void__{ 0x0525E5B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f3ed1e5878e9627378e6a75ecdd0b812__void__{ 0x0527DCF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f426755a78d9c1bee6876023527e47a0__void__{ 0x0527EFC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f453be01c5cb989ecd5c79519bcc1705__void__{ 0x052C69C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f476198f0e69091d959145b98a338da7__void__{ 0x05157410 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f4b21e9b11d92803d5529f301dcb0307__void__{ 0x052882C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f4b3d203e3476e201239bf904af45cb6__void__{ 0x052CA820 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f4ddf8a3151cfe388633ee285af9ca83__void__{ 0x052910D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f50bb866f576b3baa812c88c7aafc4f6__void__{ 0x053A0C90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f5293da74ad30feeec9d8eef25ba6238__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetSize__{ 0x053EAD50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f55074da29b4e1090f7955e4f4c0964d__BSService__Commands__NewFrame__{ 0x052B9C10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f572ec6e611362dfaa739a6392101346__void__{ 0x052CC3D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f5b07183db6a52cb943280803b4e81e4__void__{ 0x05268990 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f63250b05c663ef37a43a16d218f13a4___{ 0x051A9D50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6337139ddff45faa741582c4fae3b2e__LOD__Commands__LoadedSceneBlockAttached__{ 0x0519FBC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f650daaa6ad50b935d60bc9e56904497__void__{ 0x05157CE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f65662b6bf3ba72c9baa403b81560088__void__{ 0x0525AE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f657182e1c1f171ef140a1605fc8e65d__void__{ 0x052C5CA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6574ef93a1f2c6d18dfc94371ecb8ae__Particles__PSM__Commands__InitializeBinding__{ 0x053ABF70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f65e76c505c4e051a84644637f665f74__BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__unique_ptr_BGSLODManager__AutoPostGridLoadNotifier_stl__detail__AlignedDelete_BGSLODManager__AutoPostGridLoadNotifier____{ 0x0517DB70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f66dae1709fe258f41b748ba877b10d3__void__{ 0x0524CFD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f66e693c7e744609566795ca8858499e__void__{ 0x0528F080 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6b17e4d9cbf130f1dbf4aa0d0bf3217__void__{ 0x052794B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6b9f75711950ab760eece5ae3e87baa__void__{ 0x05271D10 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6e0f9a886250e1a924876596248bc2a___{ 0x051A65D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6e4e8de94149f76546cbb8f369108c5__void__{ 0x05238020 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f6fc3afd2e5a487a8c78ccd15ad62e96__CreationRendererPrivate__SetStarmapOrbitsDrawData__{ 0x053E91C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f7aaf0ff2349c7b105c08cc7f5ebedb0__BSResource__Server__Commands__Reschedule__{ 0x051E9B00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f7d76da8fd5a1d8e1a8b27064a679ad3__void__{ 0x05273BC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f831e34ee529acf18df25f870525ad90__void__{ 0x052536D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f83a5e8329320964c66c1e1fbc00113d__BSResource__Server__Commands__AddDependency__{ 0x051E99C0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f84e3b687f3572430980e4b08b16d4fd____Service__AddMsg__{ 0x052EDA30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f86a61c425e65b37338ed338920cccba___{ 0x0519EEC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f887eb1c73eeb204605472a93c4c5087__void__{ 0x052C22F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f88d3d8069a9384ae559c0d70acc91ae__void__{ 0x052AF830 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f898081955113daa34d459e6300259d2__void__{ 0x0527D350 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f8b6b68cafd6476f89dc7caf6d8ce30c__void__{ 0x0527BD70 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f8d357ff15b75cb76cef4da2fdffce07__void__{ 0x05249BF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f90a9ac2b046efa11fc6485aca204cd5__void__{ 0x0525FFD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9107a896431c3c1b883cd183342de53__void__{ 0x0525E4D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f920dc2bb2aad3ef942fe3e8983b9e74__void__{ 0x05171310 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f924e88d1b9a094a1b877f45ebfef5ef__void__{ 0x051763A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f94543f5a8d581540f6bfbfec6f06619__void__{ 0x05254070 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f97062137a41902784827cf3646875ce__void__{ 0x05231E30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9789bedd5b6d7f598e0a5045d397abe__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent__{ 0x0538A8A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f97f70732bee7fff90193c3aa4860495__void__{ 0x053FB120 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9b8894ccfc14d35e049ffd4ec68f9a6__void__{ 0x0524CEF0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9c0716672c39462cd28fe4469b9a0ce__void__{ 0x052C24B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_f9cc2a5fd304c8fbc7a41eb02c1a8c3d__CreationRendererPrivate__Messaging__CRScaleform__SetText2DVisibility__{ 0x053EA9F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa184cae9a06ef42438b7ca25483b210__void__{ 0x0522D2D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa21aff32431097a600043ad62aded71__void__{ 0x0528E440 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa24bea0c8dcd9f3ac179cbe450b0478__NiPointer_TESObjectREFR___{ 0x052B2B80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa5c9fb0480b38adfe5fc7295ff79dfd__BSComponentDB__ViewHandleconst_BSComponentDB2__ID__{ 0x051C5C30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fa7e5638445ad26a2f6edcf9c92924a0__void__{ 0x05237A60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fae124040a7344b0c697a295313fb6c3__void__{ 0x052C5810 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fae8edd8825582fa8c68a2d244dffc82__void__{ 0x052C09A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_faf0928f9454f6a4fd04936523bdeb6b__CreationRendererPrivate__SetStarParams__{ 0x053DE7D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb3a479eaf54efe04bee35dc8c07c7fe__void__{ 0x052C41B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb6de06a4fb3358148bb5827b64829c0__void__{ 0x05274550 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb78e2bb52e63e6fc500be7cd212621e__void__{ 0x052C2750 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fb9cc68dec4898af77817d85ac432a05__void__{ 0x051772D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fba4adcc29d642c5be1505da95f3cca1__void__{ 0x053DCFA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fbb467bf6d750df51b7bec5cdf9a1214__void__{ 0x0526FD30 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc14bec31f3eef96ae51549cf087c2ea__void__{ 0x052C6AA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc20c75db5c662832f1f21e6d0411862__BSTSmartPointer_TESForm_TESFormPolicy___{ 0x052B23F0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc4d7464c8f2a9af0e6fa063db84a885__void__{ 0x05247840 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fc5a7a3d608fbcaaa714726ba2a7771d__BSService__Detail__PointerWrapper_BGSLODManager___{ 0x052010E0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fca09c0543155e7882b2f46aec0ed67b__void__{ 0x0522D490 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fcaf73e3d8809f1f873fde6825e51f1c__void__{ 0x052466A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fcbd409d1f3065cf4d493e2af3cdd34d__void__{ 0x052750D0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fcd73b8f485f78e1c7f0eb96364c8359__void__{ 0x0522ED90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd476c18651b400f5eacbe773bf0df4a__void__{ 0x051EA6B0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd798d3a2c10c16ddef287e5325802d3__void__{ 0x0525C7A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd8d082ccc13f06a355f03ff8e4e4593__AutomatedTestUtility__CommandRunner__ConsoleCommand__{ 0x052ADA50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fd9116da4e8e9a38d925d4135fe0f597__void__{ 0x052CAB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fda6fe9f4ce64c17265fd8a572949e57__void__{ 0x052346A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fdd528e9b65a20b6c77525e6f033d37f__void__{ 0x0532AD80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fdec907b162afc07d72b29e93b37e18e__void__{ 0x0527C710 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe2f586110ce1c165f0211d2ed02f69b___{ 0x051ACC20 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe43470221de5ec17bbf5c42826732eb__void__{ 0x051EDFD0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe5013f797962c94d7b6c8197b9d30f7__void__{ 0x053FA220 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe5f433c207b4c5156394008979c62c3__void__{ 0x053523A0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fe931f82928437e3886c509dc81b31e5__void__{ 0x0532DF00 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fea828bdbfc0b796b6c866c9f65fe15f__void__{ 0x05248F90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_feb7ec54b500143d764a76b9b3fa91ae__void__{ 0x0525D100 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fec7288cccfaf54dd0c480e2a003595c___{ 0x051A7470 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_feddd18a0cbade858140ed1c4fb88642__void__{ 0x0525A920 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fefa1af07137bfea43776815f2a31bfa___{ 0x0537A480 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ff1fc4086ee075ce3cd2fded756c2327__void__{ 0x0525ADA0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ff2e7f2ee8b46ce8642784ff42c34d2e__void__{ 0x05280EC0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffa05cbb81c4328e75bc6019de81fa6f___{ 0x051AAEE0 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffafdb4f4c9ae8beefcbc797c23c15c2__void__{ 0x05244450 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffd45a9c67fe3bdbcdceaaa38b6b5eae__void__{ 0x0537E940 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_ffdd182d0bd312e73072d3506118f589__BSStreaming__ErrorCode_BSStreaming__DataHandle__{ 0x051C8110 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fff0494bdf7cecf121ab89c72167f5ee__void__{ 0x0518EE80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fff3bd82c3e582c7056e4ffdb99b463f__void__{ 0x052C3C50 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd__lambda_fffa2ab94a55b6ba9747750f085ff9c7__void__{ 0x05206630 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_void___BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__{ 0x05388D90 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__RenderTarget__CreationRendererPrivate__ApiAbstractionLayer__RenderTargetconst__{ 0x053CAC80 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__Texture__CreationRendererPrivate__ApiAbstractionLayer__Textureconst__{ 0x053CAB60 }; + inline constexpr REL::Offset BSService__TCommandBase_BSService__TInlineDataCommand__lambda_fc5b3a540b3fa7c9716da7e9b592601b__unsignedchar__{ 0x0516A810 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_0ad205e897296c4233e80e0d61bada21____bhkSetBodyOrientationCmd__{ 0x0537DAC0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_0d58bf82d324a15a6d6f14f8c2bdfa4c____bhkDestroyConstraintGroupCmd__{ 0x0537B050 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_14c3ddd8a7b502fd4208007a6ae830e8____bhkSetBodyMassCmd__{ 0x0537DBF0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_186afcd15731e9361c6e7437e248f879____bhkSetBodyShapeMutated__{ 0x0537D330 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_1f085421ff0db415d66edc796f3dfd54____bhkSetConstraintGroupCmd__{ 0x0537B190 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_24947a0ceb2f89e4c9f9f25fad16fe57____bhkSetCompoundBodyTransformCmd__{ 0x0537CE40 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_2a71fee199b091a46fed23391c3ca502____bhkSetBodyPropertyCmd__{ 0x0537C980 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_2f37aecb92ecff92b8a2311756eb9947____bhkSetGravityForMotionLibraryCmd__{ 0x0537C5D0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_33f10031136e16c06e609eea0c8f15c9____bhkSetBodyMassDistributionCmd__{ 0x0537E140 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_33fdddc2d14d9f052c47eaa16871812e____bhkAttachBodyCommand__{ 0x0537A960 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_3b5cf81abdef6638087902a3eb92ee52____bhkBodyCommand__{ 0x0537A830 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_3b7bb10d2f52bcdd99f54f873639c96b____bhkAddActionCommand__{ 0x0537ACD0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_3f2ae688cdd8c78e8912bcfc4d9e93e7____bhkBodyActivationCmd__{ 0x0537BEC0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_4560b97fbba6a1f59f11b3514463466a____bhkChangeBodyFlagCmd__{ 0x0537BFF0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_4f15b2a546d20f40f673dc5aad8a7ff8____bhkRebuildMotionMassPropBodyCmd__{ 0x0537C490 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_53d41f69dd986d44e6888c5b2b230248____bhkDetachBodyCommand__{ 0x0537AA90 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_581b8baa5e9eccb8de9886ea166b14b8____bhkAddRagdollToMgr__{ 0x0537CBE0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_5b16feed784fb88eb4891598baf98933____bhkSetBodyPositionCmd__{ 0x0537D7D0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_5d10bb3e8181f3617dfef9fd7d1b136d____bhkSetBodyActStateCmd__{ 0x0537CD10 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_5f22adf6a0399a68966f0caff094171a____bhkSetBodyMotionCmd__{ 0x0537BC60 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_66ca3d5ef1d116d90cddbf41415516db____bhkReleaseCollisionObjectCommand__{ 0x0537B8D0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_6c69f730c1913716fa38768121ca5352____bhkSetBodyMotionPropertyFlagsCmd__{ 0x0537BA10 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_6c9f9636d952ceefc1061ad4cb910f4e____bhkSetMinBodyCollisionLookAheadCmd__{ 0x0537CF80 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_6e813d1e111da58a82920c6db45f5f69____bhkSetBody2Vec4fCmd__{ 0x0537C1B0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_81a0cb85728b8d7916f008bf8df84aa8____bhkSetBodyFloatFloatCmd__{ 0x0537DDB0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_83371d7b9cb36996acdd52f718466017____bhkReleasePhysicsSystemCommand__{ 0x0537B790 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_89d4b7d647c09f661993e3dfe9eae162____bhkSetBodyMotionTypeCmd__{ 0x0537E280 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_8d1c82639dbd819adf1f792fb4d1d6cc____bhkRebuildMotionMassPropCmd__{ 0x0537C840 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_8e05c20137268707d9e8f1781c4a1506____bhkUpdateBroadPhaseCmd__{ 0x0537CAB0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_8e3878017a4aaaab3ecd662645b51090____bhkSetVelocityDampingCmd__{ 0x0537D1F0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_9494088d5b0d805241f416550261c580____bhkSetBodyFilterInfo__{ 0x0537DEE0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_9e4e5d1b92aa96dfef0e278071075d49____bhkRemoveConstraintCmd__{ 0x0537B410 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_9f1ee0f7407989bcb31d88608e8003b6____bhkSetBodyVelocityCmd__{ 0x0537D3D0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_a0b6cf31a03e6a396a62ab6af1b42394____bhkSetBodyVec4fCmd__{ 0x0537BB40 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_a9b0cf8ad4f589aa12a70c6ec8b5e6fb____bhkSetBodyVec4fCmd__{ 0x0537C090 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_ae0b51a5c403fd801a927fb82eea845f____bhkAddBodiesCommand__{ 0x0537ABB0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_ae8fcc61fc8c9703c4be5cbb02b08c14____bhkSetBodyZeroVelCmd__{ 0x0537D0C0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_af063f8c2b6c8e268dec7f31f4be2426____bhkUpdatePoseBoundVel__{ 0x0537B540 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b062323a25f4b128c9f0da7177edb253____bhkUpdatePoseBoundWarp__{ 0x0537B670 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b21c90186d4437b0c6a27ca6443b8e29____bhkZeroGCommand__{ 0x0537D4F0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b2872f1f39c0bf4bdea78806fd5a4901____bhkSetBodyTransformCmd__{ 0x0537D6A0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_b3d5d48152cc08b0237b865c661b744b____bhkSetBodySurfaceVelocityCmd__{ 0x0537B2D0 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_bc2c4beaeee0d868fc5da01371048385____bhkApplyHardKeyframe__{ 0x0537C370 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_c286e74344bfb30ab5e31261c6a5c328____bhkSetBodyFilterInfoGroup__{ 0x0537E010 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_c40db60b2d4e86a22398b19d692d2f16____bhkActivateBodiesInAabbCmd__{ 0x0537AE00 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_cdcd9dde9f1abf866008c34ac7e5f95c____bhkSetBodyVec4fCmd__{ 0x0537D870 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_d72367bc5372d929ad753bb8348827cb____bhkSetBodyVec4fCmd__{ 0x0537D990 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_e04c2e051b475970f3eeee10ad5f14fe____bhkAddConstraintCmd__{ 0x0537AF30 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_f3a9f2d6351bac89caffdb2f4bf7ee59____bhkSetBodyU16Cmd__{ 0x0537C710 }; + inline constexpr REL::Offset BSService__TCommandBase_bhkCommandQueue__Handler__lambda_f91026c358cd85dccb557e5dc8c0c5db____bhkSetBodyGravityCmd__{ 0x0537BD90 }; + inline constexpr REL::Offset BSService__TInlineDataCommand__lambda_fc5b3a540b3fa7c9716da7e9b592601b__unsignedchar_{ 0x0516A7A0 }; + inline constexpr REL::Offset BSShadowLight{ 0x0538A548 }; + inline constexpr REL::Offset BSShapeConstructor{ 0x05207890 }; + inline constexpr REL::Offset BSSimpleList_TESRegion_ZeroObjectTraits_TESRegion__{ 0x051C1EB0 }; + inline constexpr REL::Offset BSSimpleScaleController{ 0x052CE6D0 }; + inline constexpr REL::Offset BSSkin__BoneData{ 0x05407B40 }; + inline constexpr REL::Offset BSSkin__Instance{ 0x05407B18 }; + inline constexpr REL::Offset BSSpatialGraph{ 0x05198058 }; + inline constexpr REL::Offset BSSpatialGraphInfo{ 0x053B75A8 }; + inline constexpr REL::Offset BSSpatialGraphManager{ 0x05199090 }; + inline constexpr REL::Offset BSSpatialGraphSearch{ 0x0519A2B8 }; + inline constexpr REL::Offset BSSpatialGraphSearchDebugData{ 0x0519ABF8 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ 0x051FC010 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ 0x051F6140 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSearchMap3DSearchPolicy_{ 0x0520E850 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ 0x052F8290 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ 0x05212A20 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__{ 0x0521F990 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ 0x05302520 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ 0x052FDB10 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ 0x05217E40 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ 0x05319BB0 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F3F80 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ 0x0530D9D0 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ 0x052FEC10 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ 0x052FFAD0 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ 0x05306150 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ 0x05307270 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531FB20 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ 0x053178B0 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__{ 0x0531DC50 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ 0x052FA880 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ 0x0530EB90 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ 0x05312270 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ 0x05313260 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ 0x0520C600 }; + inline constexpr REL::Offset BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ 0x05213430 }; + inline constexpr REL::Offset BSSpatialGraphSearchT___SearchPolicyStandard_{ 0x0519A260 }; + inline constexpr REL::Offset BSSpatialGraphUtilities__SearchPolicyBase_BSSpatialGraphUtilities__SearchLocation_{ 0x0519A0A0 }; + inline constexpr REL::Offset BSSpatialGraphUtilities__SearchPolicyBase_CombatSpatialGraphSearchLocationKey_{ 0x05210480 }; + inline constexpr REL::Offset BSSpatialGraphUtilities__SearchPolicyBase_CombatSpatialGraphSearchLocation_{ 0x0520D030 }; + inline constexpr REL::Offset BSSplatterExtraData{ 0x051900E8 }; + inline constexpr REL::Offset BSStaticBitField_unsignedchar_{ 0x05097888 }; + inline constexpr REL::Offset BSStaticBitField_unsignedint_{ 0x0538DC48 }; + inline constexpr REL::Offset BSSteamSysInfoSystemUtility{ 0x0540D8B0 }; + inline constexpr REL::Offset BSStorage{ 0x0516A890 }; + inline constexpr REL::Offset BSStream{ 0x051EC148 }; + inline constexpr REL::Offset BSStreamParserData{ 0x0539FED8 }; + inline constexpr REL::Offset BSStreaming__DataCursor{ 0x053BA498 }; + inline constexpr REL::Offset BSStreaming__DataStorage{ 0x053C9840 }; + inline constexpr REL::Offset BSStreaming__IPinnedData{ 0x053C8048 }; + inline constexpr REL::Offset BSStreaming____BSStreamingJobSite{ 0x053C85B0 }; + inline constexpr REL::Offset BSSubBehaviorGraphSingletonData{ 0x05370FE0 }; + inline constexpr REL::Offset BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask{ 0x05370460 }; + inline constexpr REL::Offset BSSubSceneNode{ 0x0538A520 }; + inline constexpr REL::Offset BSSysInfoSystemUtility{ 0x05135808 }; + inline constexpr REL::Offset BSSystemFileAsyncFunctor{ 0x053BDCC8 }; + inline constexpr REL::Offset BSSystemFileStorage{ 0x053C9810 }; + inline constexpr REL::Offset BSSystemFileStreamer__HeapData{ 0x053C8270 }; + inline constexpr REL::Offset BSSystemFileStreamer__PhysicalRequest{ 0x053C8118 }; + inline constexpr REL::Offset BSSystemFileStreamer__PinnedData{ 0x053C8158 }; + inline constexpr REL::Offset BSSystemFileStreamer__Streamer{ 0x053C8010 }; + inline constexpr REL::Offset BSSystemFileStreamer__Streamer__ControlThread{ 0x053C8080 }; + inline constexpr REL::Offset BSSystemFileStreamer__Streamer__StreamerThread{ 0x053C80D0 }; + inline constexpr REL::Offset BSSystemUtilitiesStrings{ 0x051354F8 }; + inline constexpr REL::Offset BSSystemUtility{ 0x050A41C8 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_bool_ActorCCOnStairsChannel_{ 0x052C9C70 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_bool_ActorCCSuportChannel_{ 0x052C98C0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorCCNormDotUpChannel_{ 0x052C9820 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorCopyGraphVariableChannel_{ 0x052CE730 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorLeftWeaponSpeedChannel_{ 0x052C9EF0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorPitchChannel_{ 0x052C9DA0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorPitchDeltaChannel_{ 0x052CA0F0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorRollChannel_{ 0x052C9D10 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorSpeedSmoothedChannel_{ 0x052C9AE0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorTimeDeltaChannel_{ 0x052C9950 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorTurnDeltaSmoothedChannel_{ 0x052C9BD0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorWardHealthChannel_{ 0x052A3950 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorWeaponAttackAnimationDurationChannel_{ 0x052C9FA0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_ActorWeaponSpeedChannel_{ 0x052CA050 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveXRawChannel_{ 0x052D12F0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveYRawChannel_{ 0x052D0580 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveZRawChannel_{ 0x052D04C0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXRawChannel_{ 0x052D1450 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSmoothedChannel_{ 0x052D14F0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSumChannel_{ 0x052D1190 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYRawChannel_{ 0x052D13B0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSmoothedChannel_{ 0x052D1030 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSumChannel_{ 0x052D10F0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerDirectionSmoothedChannel_{ 0x052D1750 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerFirstSpeedSmoothedChannel_{ 0x052D1230 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_float_PlayerPitchDeltaSmoothedChannel_{ 0x052D1800 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_int_ActorBoneWeightsActionChannel_{ 0x052C9A40 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_int_ActorCopyGraphVariableChannel_{ 0x052CE7D0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_Actor_int_ActorWantBlockChannel_{ 0x052C99E0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationDirectionChannel_{ 0x051DA4D0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationSpeedChannel_{ 0x051DA360 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationTurnDeltaChannel_{ 0x051DA2A0 }; + inline constexpr REL::Offset BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationVerticalDirectionChannel_{ 0x051DA460 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSScrapArrayAllocator_{ 0x05153530 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_16__{ 0x05191DD0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_8__{ 0x05361D40 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTAlignedScrapArrayAllocator_16__{ 0x053B0810 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTArrayHeapAllocator_{ 0x050A2590 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1024__{ 0x05183540 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_112__{ 0x0517B8A0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_120__{ 0x053B9320 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_128__{ 0x05154920 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_12__{ 0x05127B90 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_144__{ 0x0517B480 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_160__{ 0x05353550 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_16__{ 0x05157250 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_176__{ 0x053B68D0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_184__{ 0x05323E50 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_192__{ 0x05162FC0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1__{ 0x052A38F0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2048__{ 0x051B8D10 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_24__{ 0x05190150 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2560__{ 0x053F84A0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_256__{ 0x05188280 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2816__{ 0x0536DE70 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_32__{ 0x05170490 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_3584__{ 0x052402B0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_368__{ 0x05221060 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_36__{ 0x0518A4C0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_384__{ 0x051882E0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4096__{ 0x051B8D70 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_40__{ 0x051BA110 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_48__{ 0x05214FF0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4__{ 0x05163980 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_512__{ 0x05240250 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_64__{ 0x0516BDD0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_672__{ 0x053B92C0 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_704__{ 0x053B8D50 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_72__{ 0x0512C630 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_768__{ 0x052EFA20 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_800__{ 0x0515BE90 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_80__{ 0x05205530 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_8__{ 0x05154700 }; + inline constexpr REL::Offset BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_96__{ 0x051653C0 }; + inline constexpr REL::Offset BSTArrayBase{ 0x0518B5F0 }; + inline constexpr REL::Offset BSTArrayBase__IAllocatorFunctor{ 0x050A2550 }; + inline constexpr REL::Offset BSTArrayHeapAllocator{ 0x0518B618 }; + inline constexpr REL::Offset BSTArrayRefCounted_BSPathingAvoidNode_BSTArrayHeapAllocator_{ 0x052C9E00 }; + inline constexpr REL::Offset BSTArray_BSPathingAvoidNode_BSTArrayHeapAllocator_{ 0x052C9E60 }; + inline constexpr REL::Offset BSTArray_BSPathingTraversalAction_BSTArrayHeapAllocator_{ 0x053B4E50 }; + inline constexpr REL::Offset BSTArray_BSTSmartPointer_BGSDeferredTraversalData_BSTSmartPointerIntrusiveRefCount__BSTArrayHeapAllocator_{ 0x05196470 }; + inline constexpr REL::Offset BSTArray_NiPointer_BSPathingTraversal__BSTArrayHeapAllocator_{ 0x051969A0 }; + inline constexpr REL::Offset BSTArray_NiPointer_BSPathingTraversal__BSTSmallArrayHeapAllocator_32__{ 0x05195BE0 }; + inline constexpr REL::Offset BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator_{ 0x0518B490 }; + inline constexpr REL::Offset BSTCaseInsensitiveStringMap_IDLE_ANIM_ROOT_{ 0x0517F640 }; + inline constexpr REL::Offset BSTCommonLLMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533BC60 }; + inline constexpr REL::Offset BSTCommonMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533BB80 }; + inline constexpr REL::Offset BSTCommonStaticMessageQueue_BGSDecalManager__PendingSkinnedDecal_128_{ 0x05189AD0 }; + inline constexpr REL::Offset BSTCommonStaticMessageQueue_BGSSaveLoadThread__AsyncRequest_8_{ 0x052ACEE0 }; + inline constexpr REL::Offset BSTCommonStaticMessageQueue_BSFaceGenManager__PendingCustomizationData_128_{ 0x051EDAF0 }; + inline constexpr REL::Offset BSTCommonStaticMessageQueue_BSScript__Internal__SuspendedStack_128_{ 0x053C14A0 }; + inline constexpr REL::Offset BSTCommonStaticMessageQueue_NiPointer_NiAVObject__256_{ 0x053B1010 }; + inline constexpr REL::Offset BSTDerivedCreator_ActionActivateDoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0AF0 }; + inline constexpr REL::Offset BSTDerivedCreator_ActorSceneNextPhaseHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7AD0 }; + inline constexpr REL::Offset BSTDerivedCreator_AddRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4C00 }; + inline constexpr REL::Offset BSTDerivedCreator_AllowRotationHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D8900 }; + inline constexpr REL::Offset BSTDerivedCreator_AllowRotationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4680 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimatedCameraDeltaStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB4C0 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimatedCameraEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB330 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimatedCameraStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC5C0 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D5840 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D9770 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationDrivenHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4850 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectDrawHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2A80 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectHideHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E28D0 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectLoadHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2630 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectUnequipAllHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E24C0 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationObjectUnequipHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E26B0 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationStanceDataSingletonDBData_BSAnimationDBData_{ 0x050AE950 }; + inline constexpr REL::Offset BSTDerivedCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__IAnimationStanceData_{ 0x0536FEB0 }; + inline constexpr REL::Offset BSTDerivedCreator_AnticipateAttackHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E9970 }; + inline constexpr REL::Offset BSTDerivedCreator_ArrowAttachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1080 }; + inline constexpr REL::Offset BSTDerivedCreator_ArrowDetachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0EB0 }; + inline constexpr REL::Offset BSTDerivedCreator_AttachReferenceHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE600 }; + inline constexpr REL::Offset BSTDerivedCreator_AttackStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6950 }; + inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundFadeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD400 }; + inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundPauseHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDE30 }; + inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundResumeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDC50 }; + inline constexpr REL::Offset BSTDerivedCreator_AwakeSoundStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDDC0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationEditorSpacePointRadius_IAIWorldLocation_{ 0x051F2430 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationInteriorCell_IAIWorldLocation_{ 0x051F2160 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationPointRadius_IAIWorldLocation_{ 0x051F23D0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationPrimitive_IAIWorldLocation_{ 0x051F2640 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSAIWorldLocationRefRadius_IAIWorldLocation_{ 0x051F2260 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSConveyorBelt__ConveyorBelt_InitActionI_{ 0x05119210 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSMotorAction__FanMotor_InitActionI_{ 0x05119000 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSMusicPaletteTrack_BSIMusicTrack_{ 0x050AFA30 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSMusicSilenceTrack_BSIMusicTrack_{ 0x05134210 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSMusicSingleTrack_BSIMusicTrack_{ 0x050AFD80 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataBool_IPackageData_{ 0x05131AC0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataFloat_IPackageData_{ 0x05117ED0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataInt_IPackageData_{ 0x05130280 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataLocationWrapper_IPackageData_{ 0x05117880 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataLocation_IPackageData_{ 0x05117620 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataObjectList_IPackageData_{ 0x05118D20 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataRefOLD_IPackageData_{ 0x05117C80 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataRef_IPackageData_{ 0x051351F0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataScene_IPackageData_{ 0x051528E0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataTargetSelector_IPackageData_{ 0x05118C10 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSPackageDataTopic_IPackageData_{ 0x051EE9A0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAcquireExecState_IProcedureTreeExecState_{ 0x051F2A40 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAcquire_IProcedure_{ 0x051F4940 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureActivateExecState_IProcedureTreeExecState_{ 0x051F27C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureActivate_IProcedure_{ 0x051F4A50 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAmbushExecState_IProcedureTreeExecState_{ 0x051EECD0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureAmbush_IProcedure_{ 0x05152BB0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureCombatTravelExecState_IProcedureTreeExecState_{ 0x051F2960 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureCombatTravel_IProcedure_{ 0x051F4DF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState_{ 0x051F2EF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogueActivate_IProcedure_{ 0x051F5340 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogueExecState_IProcedureTreeExecState_{ 0x051F2C30 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDialogue_IProcedure_{ 0x051F50D0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDoneExecState_IProcedureTreeExecState_{ 0x051F0150 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureDone_IProcedure_{ 0x051F4590 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEatExecState_IProcedureTreeExecState_{ 0x051F02D0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEat_IProcedure_{ 0x051F5610 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEscortExecState_IProcedureTreeExecState_{ 0x051F0040 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureEscort_IProcedure_{ 0x051F6FF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFindExecState_IProcedureTreeExecState_{ 0x051F05A0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFind_IProcedure_{ 0x051F7290 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFleeExecState_IProcedureTreeExecState_{ 0x051F0330 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFlee_IProcedure_{ 0x051F7680 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFlightGrabExecState_IProcedureTreeExecState_{ 0x051F04C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFlightGrab_IProcedure_{ 0x051F7930 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFollowExecState_IProcedureTreeExecState_{ 0x051EF9E0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFollowTo_IProcedure_{ 0x051F7B70 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureFollow_IProcedure_{ 0x051F7C70 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureForceGreet_IProcedure_{ 0x051F81B0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureGuardArea_IProcedure_{ 0x051F8330 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureGuardExecState_IProcedureTreeExecState_{ 0x051EF730 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureGuard_IProcedure_{ 0x051F84C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHeadtrackExecState_IProcedureTreeExecState_{ 0x051EFD20 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHeadtrack_IProcedure_{ 0x05152DA0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHoldPositionExecState_IProcedureTreeExecState_{ 0x051EFEC0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHoldPosition_IProcedure_{ 0x051F88B0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHoverExecState_IProcedureTreeExecState_{ 0x051EFC10 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureHover_IProcedure_{ 0x051F8AE0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState_{ 0x051F11B0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureKeepAnEyeOn_IProcedure_{ 0x051F8E10 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureLockUnlockExecState_IProcedureTreeExecState_{ 0x051F0F30 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureLock_IProcedure_{ 0x051F8FB0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureOrbitExecState_IProcedureTreeExecState_{ 0x051F10C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureOrbit_IProcedure_{ 0x051F9500 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePatrolExecState_IProcedureTreeExecState_{ 0x051F1660 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePatrol_IProcedure_{ 0x051F9720 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePlayIdleExecState_IProcedureTreeExecState_{ 0x051F13C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePlayIdle_IProcedure_{ 0x051531F0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedurePursue_IProcedure_{ 0x051F9930 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureRangeExecState_IProcedureTreeExecState_{ 0x051EF3C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureRange_IProcedure_{ 0x05153700 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSandboxExecState_IProcedureTreeExecState_{ 0x051F0950 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSandbox_IProcedure_{ 0x051F9B50 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSayExecState_IProcedureTreeExecState_{ 0x051F0AD0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSay_IProcedure_{ 0x051F9EF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSitSleepExecState_IProcedureTreeExecState_{ 0x051F0830 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSit_IProcedure_{ 0x051FA300 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureSleep_IProcedure_{ 0x051FA170 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureStayAwayExecState_IProcedureTreeExecState_{ 0x051F0DA0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureStayAway_IProcedure_{ 0x05153AC0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState_{ 0x051EEB30 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTargetingModeAutopilot_IProcedure_{ 0x05153DF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTravelExecState_IProcedureTreeExecState_{ 0x051F0B30 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTravel_IProcedure_{ 0x051FA630 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeFallbackExecState_IProcedureTreeExecState_{ 0x051F36E0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeFallback_IProcedureTreeItem_{ 0x051F1E90 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeProcedure_IProcedureTreeItem_{ 0x051F19E0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeRandomExecState_IProcedureTreeExecState_{ 0x051F35C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeRandom_IProcedureTreeItem_{ 0x051F1DA0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSequenceExecState_IProcedureTreeExecState_{ 0x051F3370 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSequence_IProcedureTreeItem_{ 0x051F1B90 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState_{ 0x051F3880 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeSimultaneous_IProcedureTreeItem_{ 0x051F1BF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeStackedExecState_IProcedureTreeExecState_{ 0x051F3090 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureTreeStacked_IProcedureTreeItem_{ 0x051F18C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUnlock_IProcedure_{ 0x051F9130 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState_{ 0x051F0CC0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseIdleMarker_IProcedure_{ 0x051FA990 }; inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseMagicExecState_IProcedureTreeExecState_{ 0x051EF190 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseMagic_IProcedure_{ 0x051F9CB0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseWeaponExecState_IProcedureTreeExecState_{ 0x051EF790 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseWeapon_IProcedure_{ 0x051FA030 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWaitExecState_IProcedureTreeExecState_{ 0x051EF920 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWait_IProcedure_{ 0x051FA1F0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWanderExecState_IProcedureTreeExecState_{ 0x051EF680 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWander_IProcedure_{ 0x051FB980 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSSpatialGridSearchCustomDebugData_BSSpatialGraphSearchDebugData_{ 0x050ADB90 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSSpatialGridSearchDebugData_BSSpatialGraphSearchDebugData_{ 0x050ADCF0 }; - inline constexpr REL::Offset BSTDerivedCreator_BGSSpatialSparseGridSearchDebugData_BSSpatialGraphSearchDebugData_{ 0x050AD8A0 }; - inline constexpr REL::Offset BSTDerivedCreator_BSAnimationAnimDBData_BSAnimationDBData_{ 0x050AD370 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Add_BSNoise__IGenerator_{ 0x0538BF80 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Billow_BSNoise__IGenerator_{ 0x0538C160 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Crater_BSNoise__IGenerator_{ 0x0538BFD0 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Invert_BSNoise__IGenerator_{ 0x0538C260 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Perlin_BSNoise__IGenerator_{ 0x0538C530 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Ridged_BSNoise__IGenerator_{ 0x0538B6B0 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__SmoothStep_BSNoise__IGenerator_{ 0x0538B520 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Subtract_BSNoise__IGenerator_{ 0x0538B7B0 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Turbulence_BSNoise__IGenerator_{ 0x0538BA80 }; - inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Voronoi_BSNoise__IGenerator_{ 0x0538BC10 }; - inline constexpr REL::Offset BSTDerivedCreator_BSPathingRequest_BSPathingRequest_{ 0x0512FCF0 }; - inline constexpr REL::Offset BSTDerivedCreator_BSPathingSolution_BSPathingSolution_{ 0x0509E030 }; - inline constexpr REL::Offset BSTDerivedCreator_BSPathingTraversalLink_BSPathingTraversalLink_{ 0x050C2110 }; - inline constexpr REL::Offset BSTDerivedCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest_{ 0x051FBA60 }; - inline constexpr REL::Offset BSTDerivedCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest_{ 0x05107910 }; - inline constexpr REL::Offset BSTDerivedCreator_BedEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2BA0 }; - inline constexpr REL::Offset BSTDerivedCreator_BedFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E35D0 }; - inline constexpr REL::Offset BSTDerivedCreator_BowZoomStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5DE0 }; - inline constexpr REL::Offset BSTDerivedCreator_BowZoomStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF770 }; - inline constexpr REL::Offset BSTDerivedCreator_CameraOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3B90 }; - inline constexpr REL::Offset BSTDerivedCreator_CameraOverrideStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3990 }; - inline constexpr REL::Offset BSTDerivedCreator_CameraShakeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF080 }; - inline constexpr REL::Offset BSTDerivedCreator_ChairEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E30E0 }; - inline constexpr REL::Offset BSTDerivedCreator_ChairFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3550 }; - inline constexpr REL::Offset BSTDerivedCreator_ChangeAnimArchetypeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D83C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAcquireSearchDebugData_CombatObjectBase_{ 0x05133030 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAimController_CombatObjectBase_{ 0x050DB8D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAlignRollPathController_CombatObjectBase_{ 0x05107DF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAnimatedPath_CombatObjectBase_{ 0x05133860 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatApproachTargetPathController_CombatObjectBase_{ 0x050D9DB0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAreaHoldPosition_CombatObjectBase_{ 0x050DBB80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAreaReference_CombatObjectBase_{ 0x051055A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAreaShape_CombatObjectBase_{ 0x050DE7B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatAreaStandard_CombatObjectBase_{ 0x05132320 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatBarrelRollPathController_CombatObjectBase_{ 0x05133DD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatChangePositionPathController_CombatObjectBase_{ 0x050D9090 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatChargingSearchData_CombatObjectBase_{ 0x051095B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatCluster_CombatObjectBase_{ 0x05112180 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatCoverSearchDebugData_CombatObjectBase_{ 0x05107090 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatCoverSearchResult_CombatObjectBase_{ 0x050DDA40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatCoverSearch_CombatObjectBase_{ 0x050DD7A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatCoveredPathDebugData_CombatObjectBase_{ 0x050DCDC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatDialogueDebugData_CombatObjectBase_{ 0x0509EB20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatDisableActionController_CombatObjectBase_{ 0x051074E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatDisableAimController_CombatObjectBase_{ 0x05114E80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatDisableCollisionController_CombatObjectBase_{ 0x0530A960 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatEnterCoverPathController_CombatObjectBase_{ 0x05108E90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatFlankingSearchData_CombatObjectBase_{ 0x05102C30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatFleeAimController_CombatObjectBase_{ 0x050D8690 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatFollowTargetPathController_CombatObjectBase_{ 0x05105090 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInceptionDebugData_CombatObjectBase_{ 0x050DEA50 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemGrenade_CombatObjectBase_{ 0x051043B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__CombatObjectBase_{ 0x050FA030 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x050CA9D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__CombatObjectBase_{ 0x050CCF90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__CombatObjectBase_{ 0x050CC230 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__CombatObjectBase_{ 0x050FAAC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__CombatObjectBase_{ 0x05132F90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x050CA450 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__CombatObjectBase_{ 0x050FCB80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__CombatObjectBase_{ 0x0509F0E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050CB420 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__CombatObjectBase_{ 0x050CC0A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__CombatObjectBase_{ 0x050FBB80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__CombatObjectBase_{ 0x050FB390 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__CombatObjectBase_{ 0x050FF980 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__CombatObjectBase_{ 0x05132490 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x050F8E60 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__CombatObjectBase_{ 0x05132CD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__CombatObjectBase_{ 0x050FB200 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x05101520 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__CombatObjectBase_{ 0x0512EEF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__CombatObjectBase_{ 0x050FCDD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__CombatObjectBase_{ 0x051116E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__CombatObjectBase_{ 0x050CC940 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x051308C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__CombatObjectBase_{ 0x05133090 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__CombatObjectBase_{ 0x050CE8A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050CAD40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__CombatObjectBase_{ 0x050FEB20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__CombatObjectBase_{ 0x05133D30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__CombatObjectBase_{ 0x050FF140 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__CombatObjectBase_{ 0x050FEEF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__CombatObjectBase_{ 0x050F6DF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x050CA230 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__CombatObjectBase_{ 0x05101A90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__CombatObjectBase_{ 0x05133390 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x05130A40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__CombatObjectBase_{ 0x0509DB00 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__CombatObjectBase_{ 0x0512FA50 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__CombatObjectBase_{ 0x05101840 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__CombatObjectBase_{ 0x05132970 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x0509DC90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__CombatObjectBase_{ 0x050CCC20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__CombatObjectBase_{ 0x050CBDC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050F76D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__CombatObjectBase_{ 0x050CDDE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__CombatObjectBase_{ 0x050F9AD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__CombatObjectBase_{ 0x05133C90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__CombatObjectBase_{ 0x051311C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__CombatObjectBase_{ 0x05100320 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x051111E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__CombatObjectBase_{ 0x050F8770 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__CombatObjectBase_{ 0x050FFBD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x051314E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__CombatObjectBase_{ 0x0509EF50 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__CombatObjectBase_{ 0x0512F720 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__CombatObjectBase_{ 0x051331F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__CombatObjectBase_{ 0x051335B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x05100D70 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__CombatObjectBase_{ 0x050F7100 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__CombatObjectBase_{ 0x050CC510 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050F8900 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__CombatObjectBase_{ 0x05131910 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__CombatObjectBase_{ 0x050CAFF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__CombatObjectBase_{ 0x050F9DE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__CombatObjectBase_{ 0x050F7860 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__CombatObjectBase_{ 0x050FC680 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x05111A20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__CombatObjectBase_{ 0x050F7AA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMelee_CombatObjectBase_{ 0x05112830 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemOneHandedBlock_CombatObjectBase_{ 0x05108470 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemRanged_CombatObjectBase_{ 0x050DBE00 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemShield_CombatObjectBase_{ 0x05102AA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemThrown_CombatObjectBase_{ 0x050DC320 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemTorch_CombatObjectBase_{ 0x050DD000 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterArmor_CombatObjectBase_{ 0x050DEC30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterBoundItem_CombatObjectBase_{ 0x050D9780 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterChameleon_CombatObjectBase_{ 0x050DACD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterCloak_CombatObjectBase_{ 0x050DB320 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterDash_CombatObjectBase_{ 0x051340E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterDisarm_CombatObjectBase_{ 0x050D89D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterInvisibility_CombatObjectBase_{ 0x05112DE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterLight_CombatObjectBase_{ 0x05105390 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterOffensive_CombatObjectBase_{ 0x05109030 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterParalyze_CombatObjectBase_{ 0x05112400 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterReanimate_CombatObjectBase_{ 0x05108190 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterRestore_CombatObjectBase_{ 0x05130F20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterScript_CombatObjectBase_{ 0x050DAE30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterStagger_CombatObjectBase_{ 0x0509ED40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterSummon_CombatObjectBase_{ 0x0512F9F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterTargetEffect_CombatObjectBase_{ 0x05106930 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterWard_CombatObjectBase_{ 0x050DB500 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMantlePathController_CombatObjectBase_{ 0x05113A00 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMatchTargetAimController_CombatObjectBase_{ 0x05114080 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMeleeAimController_CombatObjectBase_{ 0x050D8C80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMeleeAttackController_CombatObjectBase_{ 0x05132530 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMeleeDebugData_CombatObjectBase_{ 0x051022C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMovementRequestActivateTarget_CombatObjectBase_{ 0x05214190 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatMovementRequestFollowActor_CombatObjectBase_{ 0x05112CC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatNavmeshCoverLocation_CombatObjectBase_{ 0x050D91B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatNavmeshPathingDebugData_CombatObjectBase_{ 0x050D9310 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathBuilderTrackInfo_CombatObjectBase_{ 0x05102910 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathBuilderTracker_CombatObjectBase_{ 0x05103700 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__MovementMessage_{ 0x05107C30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x050F90B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D8490 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x051317A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x0509E5B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B5CA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050D4510 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x050BA4E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x05100630 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B87F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B23C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050BDF80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050C1370 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B1570 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x0509C320 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B73A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BB630 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050BFCA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D7460 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x0509B290 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050B95D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BC790 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050AFE90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x050B4C90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x05131050 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D38B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050FE200 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x050D69E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x05111370 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05110720 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x050D7840 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FA5D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x050FB870 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FA360 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x0512F8D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x051321B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__CombatObjectBase_{ 0x050D13A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x05132E30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x05112550 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x05106EB0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x050D0F90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B5890 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050B3390 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x050BA0D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050BED80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B83E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B1FA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050FF430 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050C0F40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B1160 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x050FD420 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x05133E90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BB230 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050D36D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x0509A2B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x0509AE80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D4AA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BC380 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050F8BD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x05130070 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x050D0800 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x05130230 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x051126E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05131A20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x050CFDC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05101F60 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__CombatObjectBase_{ 0x050D1ED0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__CombatObjectBase_{ 0x051024D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x05132380 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__CombatObjectBase_{ 0x051076F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__CombatObjectBase_{ 0x050D1BD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__CombatObjectBase_{ 0x0509E420 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__CombatObjectBase_{ 0x051046B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__CombatObjectBase_{ 0x05111D30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__CombatObjectBase_{ 0x050CFA40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x05108CB0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__CombatObjectBase_{ 0x05104AC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__CombatObjectBase_{ 0x050D0490 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__CombatObjectBase_{ 0x05103DF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x050D18F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__CombatObjectBase_{ 0x050CF3F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__CombatObjectBase_{ 0x051320B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__CombatObjectBase_{ 0x051066D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__CombatObjectBase_{ 0x05106070 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__CombatObjectBase_{ 0x05134040 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x0512F4C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x051035A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x051062D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x050FC910 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D2F60 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x050D5890 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x050FA860 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B6320 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050B3BD0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x0509CBB0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050FC300 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B90B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B2C90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050BE880 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050C18E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050FD780 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x050D2770 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B7A30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BBEB0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050C0570 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D6680 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x0509B8F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050B9A60 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BD060 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B0740 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x05110FF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x050F8510 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D5AE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x051336B0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x050D3C90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FD060 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05100920 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x050D5540 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FE4A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x05132A10 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x050F8270 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050F9260 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x050FDC30 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x050D6240 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x05101200 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x050FDF80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x050D4D40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050F9470 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050D3E90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x05131B20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050BF2F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B8C40 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B2810 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050BE3F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050F7F80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B19C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x0509C750 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x05110280 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BBA60 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050C00F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x0509CE10 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x05110A00 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D6F50 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BCBE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B02E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x050B50E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x050D80E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x050F9930 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050FAE10 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05110570 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x05110D10 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FE750 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x0512FAF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D2B00 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x05111880 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05133430 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050FF710 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05131ED0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingDebugData_CombatObjectBase_{ 0x050D8870 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingDelayedTweener_CombatObjectBase_{ 0x051328A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestAdapter_BSPathingRequest_{ 0x05115360 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestCovered_BSPathingRequest_{ 0x05109990 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestDebugData_CombatObjectBase_{ 0x050DBF60 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x051326F0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest_{ 0x050B4010 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest_{ 0x05102D90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x051146D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050B7EA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05104080 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05134370 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050C09E0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050B0BB0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest_{ 0x0509BD20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0512ECA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05099D80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05103020 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0509D890 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0509A950 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x051134A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050BD4D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05132BF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest_{ 0x050B4550 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestMultiGoal_BSPathingRequest_{ 0x051143C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestStandard_BSPathingRequest_{ 0x05104E50 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingSearchArea_CombatObjectBase_{ 0x05105A90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPathingTweener_CombatObjectBase_{ 0x050DE3A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPositionReservation_CombatObjectBase_{ 0x05102130 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatPositionTracker_CombatObjectBase_{ 0x0512F7C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatProjectileAimController_CombatObjectBase_{ 0x05114560 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatProjectileDebugData_CombatObjectBase_{ 0x05131F90 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatRangedMovementPathSpeedController_CombatObjectBase_{ 0x050D9610 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___CombatObjectBase_{ 0x050DF390 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatSearchLockData_BSPathingLockData_{ 0x050AF150 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatSearchMap2D_CombatObjectBase_{ 0x050DB040 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatSearchMap3D_CombatObjectBase_{ 0x05111F70 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatShipGenericPathController_CombatObjectBase_{ 0x05104CA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatShipPursueTargetPathController_CombatObjectBase_{ 0x050DD300 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatSoftCoverLocation_CombatObjectBase_{ 0x05112EF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatSpatialGraphPathingDebugData_CombatObjectBase_{ 0x0512F5A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatStandardCoverLocation_CombatObjectBase_{ 0x05107340 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatSuppressiveFireBehavior_CombatObjectBase_{ 0x05134310 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetLocationSearchResult_CombatObjectBase_{ 0x05108800 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetLocationSearch_CombatObjectBase_{ 0x050D9FC0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetLocation_CombatObjectBase_{ 0x0512F340 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorFixed_CombatObjectBase_{ 0x05112080 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorPreferred_CombatObjectBase_{ 0x0512EFF0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorRandom_CombatObjectBase_{ 0x050DE1C0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorSpaceship_CombatObjectBase_{ 0x050D8E80 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorStandard_CombatObjectBase_{ 0x05101D50 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorWorkshopObject_CombatObjectBase_{ 0x050DA820 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatThreatExplosion_CombatObjectBase_{ 0x05103BE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatThreatLOF_CombatObjectBase_{ 0x05133280 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatThreatMelee_CombatObjectBase_{ 0x050DCB00 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatThreatProjectile_CombatObjectBase_{ 0x050DDE20 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTrackTargetAimController_CombatObjectBase_{ 0x051057D0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTunnelPathController_CombatObjectBase_{ 0x05132150 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatTunnelPathingRequestData_CombatObjectBase_{ 0x0512FBA0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatViewControllerGlance_CombatObjectBase_{ 0x051038A0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatViewControllerPath_CombatObjectBase_{ 0x05131CE0 }; - inline constexpr REL::Offset BSTDerivedCreator_CombatViewControllerStandard_CombatObjectBase_{ 0x0509EC30 }; - inline constexpr REL::Offset BSTDerivedCreator_CullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D8440 }; - inline constexpr REL::Offset BSTDerivedCreator_CullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D8E90 }; - inline constexpr REL::Offset BSTDerivedCreator_DeathEmoteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDFA0 }; - inline constexpr REL::Offset BSTDerivedCreator_DeathStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF9F0 }; - inline constexpr REL::Offset BSTDerivedCreator_DesyncInteractionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DAE10 }; - inline constexpr REL::Offset BSTDerivedCreator_DetectionDebugData_CombatObjectBase_{ 0x050D9BA0 }; - inline constexpr REL::Offset BSTDerivedCreator_DisableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2010 }; - inline constexpr REL::Offset BSTDerivedCreator_DisableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D75D0 }; - inline constexpr REL::Offset BSTDerivedCreator_DisableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0C30 }; - inline constexpr REL::Offset BSTDerivedCreator_DisableCollisionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2A70 }; - inline constexpr REL::Offset BSTDerivedCreator_DiveBombPathController_CombatObjectBase_{ 0x0512F870 }; - inline constexpr REL::Offset BSTDerivedCreator_DoNotInterruptAnimationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DAA50 }; - inline constexpr REL::Offset BSTDerivedCreator_EjectShellCasingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB350 }; - inline constexpr REL::Offset BSTDerivedCreator_EnableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2580 }; - inline constexpr REL::Offset BSTDerivedCreator_EnableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6AF0 }; - inline constexpr REL::Offset BSTDerivedCreator_EnableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0E20 }; - inline constexpr REL::Offset BSTDerivedCreator_EnableCollisionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E29F0 }; - inline constexpr REL::Offset BSTDerivedCreator_EndSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D54C0 }; - inline constexpr REL::Offset BSTDerivedCreator_EndSummonAnimationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF600 }; - inline constexpr REL::Offset BSTDerivedCreator_EyeTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5990 }; - inline constexpr REL::Offset BSTDerivedCreator_EyeTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5B20 }; - inline constexpr REL::Offset BSTDerivedCreator_FaceEmotionalIdleHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCBC0 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightActionEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E63A0 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightActionEntryEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6900 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightActionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7600 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightCrashLandStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6D80 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightCruisingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7F20 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightHoveringHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7310 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightLandEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7590 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightLandHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7720 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightLandingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7380 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightPerchingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E71B0 }; - inline constexpr REL::Offset BSTDerivedCreator_FlightTakeOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8470 }; - inline constexpr REL::Offset BSTDerivedCreator_ForceWeaponFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA000 }; - inline constexpr REL::Offset BSTDerivedCreator_GetUpEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDA60 }; - inline constexpr REL::Offset BSTDerivedCreator_GetUpStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD4D0 }; - inline constexpr REL::Offset BSTDerivedCreator_GravJumpInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D66F0 }; - inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6C10 }; - inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6E00 }; - inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingRotationOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D79E0 }; - inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingRotationOnHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7B80 }; - inline constexpr REL::Offset BSTDerivedCreator_HideSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DACF0 }; - inline constexpr REL::Offset BSTDerivedCreator_HitFrameHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3F50 }; - inline constexpr REL::Offset BSTDerivedCreator_IdleDialogueEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1040 }; - inline constexpr REL::Offset BSTDerivedCreator_IdleDialogueExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E10C0 }; - inline constexpr REL::Offset BSTDerivedCreator_IdleFlavorHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7A60 }; - inline constexpr REL::Offset BSTDerivedCreator_InterruptCastHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF7E0 }; - inline constexpr REL::Offset BSTDerivedCreator_JumpAnimEventHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E11F0 }; - inline constexpr REL::Offset BSTDerivedCreator_KillActorHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7B50 }; - inline constexpr REL::Offset BSTDerivedCreator_KillMoveEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF1E0 }; - inline constexpr REL::Offset BSTDerivedCreator_KillMoveStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE820 }; - inline constexpr REL::Offset BSTDerivedCreator_KnockdownHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB240 }; - inline constexpr REL::Offset BSTDerivedCreator_KnockdownTargetHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DBB70 }; - inline constexpr REL::Offset BSTDerivedCreator_LeftHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5580 }; - inline constexpr REL::Offset BSTDerivedCreator_LeftHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E56F0 }; - inline constexpr REL::Offset BSTDerivedCreator_LookAtChainData_BoneModifierData_{ 0x050AE090 }; - inline constexpr REL::Offset BSTDerivedCreator_LoopingActivateHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D96C0 }; - inline constexpr REL::Offset BSTDerivedCreator_MorphDriverData_BoneModifierData_{ 0x050AE1D0 }; - inline constexpr REL::Offset BSTDerivedCreator_MotionDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D3EE0 }; - inline constexpr REL::Offset BSTDerivedCreator_MotionDrivenHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DDE00 }; - inline constexpr REL::Offset BSTDerivedCreator_MountDismountEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD930 }; - inline constexpr REL::Offset BSTDerivedCreator_MountInteraction_RefrInteraction_{ 0x0512F2B0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentActorAvoider_MovementAgent_{ 0x05130F80 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentActorState_MovementAgent_{ 0x050F5D80 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentFlightControllerDetached_MovementAgent_{ 0x050A0640 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentFlightController_MovementAgent_{ 0x050C6C60 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentPathFollowerFlight_MovementAgent_{ 0x050F6310 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentPathFollowerStandard_MovementAgent_{ 0x05130AE0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementAgentPathFollowerVirtual_MovementAgent_{ 0x05132050 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentAngleGain_MovementAgent_{ 0x050A0150 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentDirectControl_MovementAgent_{ 0x0509FF00 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentDirectionPassThrough_MovementAgent_{ 0x0509F970 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentFlightBoostTrigger_MovementAgent_{ 0x050C6620 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentGraphDrivenAnimationDriven_MovementAgent_{ 0x050C5EF0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentPlayerControlsActionTrigger_MovementAgent_{ 0x050C6A40 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentPlayerControls_MovementAgent_{ 0x050C5970 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentPlayerFlightControls_MovementAgent_{ 0x0509FCD0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentSprintActionTrigger_MovementAgent_{ 0x050A0020 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentStairsHelper_MovementAgent_{ 0x050C5CC0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentStandard_MovementAgent_{ 0x050A0360 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentStorePlannerOutput_MovementAgent_{ 0x051313E0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerArbiter_MovementArbiter_{ 0x05131450 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageActivateDoor_MovementMessage_{ 0x05132B90 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageActorCollision_MovementMessage_{ 0x0512EE90 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageBeginLandingApproach_MovementMessage_{ 0x05131840 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageBlocked_MovementMessage_{ 0x05099EE0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageGravJump_MovementMessage_{ 0x050A55C0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageJump_MovementMessage_{ 0x0509DEA0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageLand_MovementMessage_{ 0x05131740 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageNewPath_MovementMessage_{ 0x05132B30 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePathCleared_MovementMessage_{ 0x05132ED0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePathComplete_MovementMessage_{ 0x0509A460 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePathFailed_MovementMessage_{ 0x051064C0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePlayIdle_MovementMessage_{ 0x0509E210 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageSetStaticPath_MovementMessage_{ 0x0509CFE0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageTakeOff_MovementMessage_{ 0x050A5760 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageTraversal_MovementMessage_{ 0x050FFD30 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageWarpToLocation_MovementMessage_{ 0x051089C0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementMessageWarpToMultiple_MovementMessage_{ 0x05133800 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementParametersFixed_IMovementParameters_{ 0x050AEC90 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementParameters_IMovementParameters_{ 0x050AEDF0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerAgentAvoidBox_MovementAgent_{ 0x050A09F0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerAgentLoadedAreaMonitor_MovementAgent_{ 0x050A0E70 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerAgentStaticAvoider_MovementAgent_{ 0x0509F6F0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerArbiter_MovementArbiter_{ 0x050A4BD0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerAgentDirectControl_MovementAgent_{ 0x050F6620 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerAgentNavmeshBounds_MovementAgent_{ 0x050A0830 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerAgentWarp_MovementAgent_{ 0x050F67D0 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerArbiter_MovementArbiter_{ 0x050A4F90 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementPostUpdateArbiter_MovementArbiter_{ 0x050A4D80 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementStateFollowPath_MovementAgent_{ 0x050C6300 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementStateTweener_MovementAgent_{ 0x0509FA90 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerAgentFixedDelta_MovementAgent_{ 0x05132590 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerAgentNodeFollower_MovementAgent_{ 0x050A0480 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerAgentTargetPosAndVel_MovementAgent_{ 0x05133180 }; - inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerArbiter_MovementArbiter_{ 0x050A51A0 }; - inline constexpr REL::Offset BSTDerivedCreator_NPCAttachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0890 }; - inline constexpr REL::Offset BSTDerivedCreator_NPCDetachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E06B0 }; - inline constexpr REL::Offset BSTDerivedCreator_PairedAttackDialogueHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DBBF0 }; - inline constexpr REL::Offset BSTDerivedCreator_PairedStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF250 }; - inline constexpr REL::Offset BSTDerivedCreator_PassengerInteraction_RefrInteraction_{ 0x05134140 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingCell_BSPathingCell_{ 0x05133770 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingDoor_BSPathingDoor_{ 0x050C1AA0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingLockData_BSPathingLockData_{ 0x051325F0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestClosePoint_BSPathingRequest_{ 0x05132DD0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestClosestGoal_BSPathingRequest_{ 0x051044D0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestCover_BSPathingRequest_{ 0x05133FE0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlee_BSPathingRequest_{ 0x05130DA0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyAction_BSPathingRequest_{ 0x05113CB0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyHover_BSPathingRequest_{ 0x05113090 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyLand_BSPathingRequest_{ 0x05106CA0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyOrbit_BSPathingRequest_{ 0x05103220 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyTakeOff_BSPathingRequest_{ 0x05103A50 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFly_BSPathingRequest_{ 0x05130BC0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestHide_BSPathingRequest_{ 0x051302D0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestLOS_BSPathingRequest_{ 0x05112280 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestOpenSpace_BSPathingRequest_{ 0x05104810 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestRotate_BSPathingRequest_{ 0x051155F0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestSafeStraightLine_BSPathingRequest_{ 0x05113EE0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequestStopMoving_BSPathingRequest_{ 0x05115820 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingRequest_BSPathingRequest_{ 0x0509E7F0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionActivate_BSPathingTraversalAction_{ 0x0512F050 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionDoorway_BSPathingTraversalAction_{ 0x05132420 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionJump_BSPathingTraversalAction_{ 0x050A9040 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionLadder_BSPathingTraversalAction_{ 0x050A91C0 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionStandard_BSPathingTraversalAction_{ 0x050A9580 }; - inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalData_BSPathingTraversalData_{ 0x050C1CC0 }; - inline constexpr REL::Offset BSTDerivedCreator_PerformActivationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7E60 }; - inline constexpr REL::Offset BSTDerivedCreator_PickNewIdleHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DFB90 }; - inline constexpr REL::Offset BSTDerivedCreator_PitchOverrideEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9BA0 }; - inline constexpr REL::Offset BSTDerivedCreator_PitchOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9D30 }; - inline constexpr REL::Offset BSTDerivedCreator_PlayerBedEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7C60 }; - inline constexpr REL::Offset BSTDerivedCreator_PlayerChairEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E33E0 }; - inline constexpr REL::Offset BSTDerivedCreator_PlayerFastEquipSoundHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA870 }; - inline constexpr REL::Offset BSTDerivedCreator_PlayerFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7AD0 }; - inline constexpr REL::Offset BSTDerivedCreator_PoseDeformerData_BoneModifierData_{ 0x0512F670 }; - inline constexpr REL::Offset BSTDerivedCreator_QuestPathingRequest_BSPathingRequest_{ 0x05105CB0 }; - inline constexpr REL::Offset BSTDerivedCreator_RagdollAndGetUpHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD8B0 }; - inline constexpr REL::Offset BSTDerivedCreator_RagdollStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD6A0 }; - inline constexpr REL::Offset BSTDerivedCreator_RecoilStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4D30 }; - inline constexpr REL::Offset BSTDerivedCreator_ReevaluateGraphStateHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D89A0 }; - inline constexpr REL::Offset BSTDerivedCreator_ReferenceEndAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D4CC0 }; - inline constexpr REL::Offset BSTDerivedCreator_ReferenceRunActionHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D4250 }; - inline constexpr REL::Offset BSTDerivedCreator_ReferenceStartAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D52C0 }; - inline constexpr REL::Offset BSTDerivedCreator_ReferenceStartImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D4390 }; - inline constexpr REL::Offset BSTDerivedCreator_ReferenceStopImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D41C0 }; - inline constexpr REL::Offset BSTDerivedCreator_ReloadCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D97F0 }; - inline constexpr REL::Offset BSTDerivedCreator_ReloadStateChangeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9240 }; - inline constexpr REL::Offset BSTDerivedCreator_RemoveRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD630 }; - inline constexpr REL::Offset BSTDerivedCreator_RightHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E44A0 }; - inline constexpr REL::Offset BSTDerivedCreator_RightHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5770 }; - inline constexpr REL::Offset BSTDerivedCreator_SandManKillHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB1D0 }; - inline constexpr REL::Offset BSTDerivedCreator_SceneNextPhaseHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D72A0 }; - inline constexpr REL::Offset BSTDerivedCreator_SetupGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6860 }; - inline constexpr REL::Offset BSTDerivedCreator_ShowSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D63E0 }; - inline constexpr REL::Offset BSTDerivedCreator_SlideStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7740 }; - inline constexpr REL::Offset BSTDerivedCreator_SneakStateChangeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9640 }; - inline constexpr REL::Offset BSTDerivedCreator_SpaceshipDockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D47C0 }; - inline constexpr REL::Offset BSTDerivedCreator_SpaceshipLandingFinishedFailsafeHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D49A0 }; - inline constexpr REL::Offset BSTDerivedCreator_SpaceshipLandingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D5BB0 }; - inline constexpr REL::Offset BSTDerivedCreator_SpaceshipTakeOffFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D5DF0 }; - inline constexpr REL::Offset BSTDerivedCreator_SpaceshipUndockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D4850 }; - inline constexpr REL::Offset BSTDerivedCreator_SpringBoneData_BoneModifierData_{ 0x050AE360 }; - inline constexpr REL::Offset BSTDerivedCreator_StaggeredStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3E30 }; - inline constexpr REL::Offset BSTDerivedCreator_StartFloatingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2890 }; - inline constexpr REL::Offset BSTDerivedCreator_StartPCapVoiceHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC460 }; - inline constexpr REL::Offset BSTDerivedCreator_StartSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D5440 }; - inline constexpr REL::Offset BSTDerivedCreator_StopFloatingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1750 }; - inline constexpr REL::Offset BSTDerivedCreator_StopMountCameraHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DED70 }; - inline constexpr REL::Offset BSTDerivedCreator_SubgraphAndOffsetDBData_BSAnimationDBData_{ 0x0512F1B0 }; - inline constexpr REL::Offset BSTDerivedCreator_SyncDeferDeathHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB620 }; - inline constexpr REL::Offset BSTDerivedCreator_SyncEarlyExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA9E0 }; - inline constexpr REL::Offset BSTDerivedCreator_TakeOffInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D55F0 }; - inline constexpr REL::Offset BSTDerivedCreator_TerminateGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D68E0 }; - inline constexpr REL::Offset BSTDerivedCreator_TraversalFinishedHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DAC70 }; - inline constexpr REL::Offset BSTDerivedCreator_TraversalStepDoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D77B0 }; - inline constexpr REL::Offset BSTDerivedCreator_UncullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D8E10 }; - inline constexpr REL::Offset BSTDerivedCreator_UncullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D8CB0 }; - inline constexpr REL::Offset BSTDerivedCreator_UseStimpakHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC9E0 }; - inline constexpr REL::Offset BSTDerivedCreator_VirtualPathingDoor_BSPathingDoor_{ 0x0509A570 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponAttachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC5C0 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponBeginDrawHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E42F0 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponBeginSheatheHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4370 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponDetachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC630 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponDrawHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4CC0 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponFireEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9430 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA560 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponFireStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D93B0 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponSheatheHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4770 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponSheatheInterruptHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3B10 }; - inline constexpr REL::Offset BSTDerivedCreator_WeaponSwingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E93B0 }; - inline constexpr REL::Offset BSTDerivedCreator_ZeroPitchHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9C20 }; - inline constexpr REL::Offset BSTDerivedCreator___BSAnimationGraphDBData_BSAnimationDBData_{ 0x0535F9C0 }; - inline constexpr REL::Offset BSTDerivedCreator___BSAnimationTableDBData_BSAnimationDBData_{ 0x0535FC90 }; - inline constexpr REL::Offset BSTDerivedCreator___BSAnimationTextDBData_BSAnimationDBData_{ 0x0535F950 }; - inline constexpr REL::Offset BSTDerivedCreator___MovementHandlerAgentAngleControllerLoadScrapper_MovementAgent_{ 0x053B7A70 }; - inline constexpr REL::Offset BSTDerivedCreator___MovementHandlerAgentLargeDeltaLoadScrapper_MovementAgent_{ 0x053B77E0 }; - inline constexpr REL::Offset BSTDerivedCreator___MovementHandlerAgentTranslationControllerLoadScrapper_MovementAgent_{ 0x053B7560 }; - inline constexpr REL::Offset BSTDerivedCreator___MovementPlannerAgentHorseControlsLoadScrapper_MovementAgent_{ 0x05222060 }; - inline constexpr REL::Offset BSTDerivedCreator___MovementPlannerAgentKeepOffsetLoadScrapper_MovementAgent_{ 0x052222E0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode_{ 0x0536B1D0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode_{ 0x05369330 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode_{ 0x0536A3D0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode_{ 0x053672B0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode_{ 0x05367100 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode_{ 0x05365730 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_AssigniState_AnimGraphNode_{ 0x05364F30 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_BlendNode_AnimGraphNode_{ 0x053663B0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode_{ 0x05362E10 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode_{ 0x05361ED0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode_{ 0x05364390 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode_{ 0x0536C180 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode_{ 0x05364600 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode_{ 0x053638B0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode_{ 0x05363B60 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode_{ 0x05365990 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode_{ 0x0536C5D0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode_{ 0x0536AAE0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode_{ 0x05366F40 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode_{ 0x05365B30 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode_{ 0x05361B90 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode_{ 0x053647C0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_EventController_AnimGraphNode_{ 0x05365370 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode_{ 0x05367E40 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode_{ 0x05367A60 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode_{ 0x05367C00 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode_{ 0x05368B70 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode_{ 0x0536C990 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode_{ 0x05367700 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode_{ 0x0536BF40 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode_{ 0x0536A5C0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode_{ 0x05364B70 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode_{ 0x053631D0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MergeNode_AnimGraphNode_{ 0x05369EA0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode_{ 0x05369B30 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode_{ 0x053678A0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode_{ 0x05368650 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode_{ 0x05360FB0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode_{ 0x05363FD0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode_{ 0x053619E0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode_{ 0x05362380 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode_{ 0x053621D0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode_{ 0x05363380 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode_{ 0x053690F0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode_{ 0x05362710 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode_{ 0x0536BA40 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode_{ 0x05361D40 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_RollingBone_AnimGraphNode_{ 0x05361340 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_RootTwist_AnimGraphNode_{ 0x05366710 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode_{ 0x05368280 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode_{ 0x0536B730 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode_{ 0x0536B590 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode_{ 0x05366B30 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode_{ 0x05361780 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode_{ 0x05365ED0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode_{ 0x05366DA0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode_{ 0x0536BDA0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode_{ 0x05363A60 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode_{ 0x0536BBF0 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode_{ 0x05368F40 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode_{ 0x0536A760 }; - inline constexpr REL::Offset BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode_{ 0x053696E0 }; - inline constexpr REL::Offset BSTEventDetail__SinkBase{ 0x05126228 }; - inline constexpr REL::Offset BSTEventDetail__SourceBase{ 0x05127740 }; - inline constexpr REL::Offset BSTEventSink_ActivityEvents__ActivityCompletedEvent_{ 0x052C69C0 }; - inline constexpr REL::Offset BSTEventSink_ActivityTrackerActivityStartedEvent_{ 0x0527A540 }; - inline constexpr REL::Offset BSTEventSink_ActorCellChangeEvent_{ 0x052479B8 }; - inline constexpr REL::Offset BSTEventSink_ActorDamage__Event_{ 0x051512A0 }; - inline constexpr REL::Offset BSTEventSink_ActorEquipManagerEvent__Event_{ 0x0523C280 }; - inline constexpr REL::Offset BSTEventSink_ActorEquipManagerEvent__SpellEvent_{ 0x0523C2D0 }; - inline constexpr REL::Offset BSTEventSink_ActorInventoryEvent_{ 0x052AE798 }; - inline constexpr REL::Offset BSTEventSink_ActorItemEquipped__Event_{ 0x052A6000 }; - inline constexpr REL::Offset BSTEventSink_ActorKill__Event_{ 0x051503A8 }; - inline constexpr REL::Offset BSTEventSink_ActorSprintEvent_{ 0x05151198 }; - inline constexpr REL::Offset BSTEventSink_ActorValueEvents__ActorValueChangedEvent_{ 0x0512E540 }; - inline constexpr REL::Offset BSTEventSink_AliasChangeEvent_{ 0x05239360 }; - inline constexpr REL::Offset BSTEventSink_AnimationDataCleanupEvent_{ 0x05153620 }; - inline constexpr REL::Offset BSTEventSink_AnimationDataSetupEvent_{ 0x05153670 }; - inline constexpr REL::Offset BSTEventSink_AnimationGraphDependentEvent_{ 0x052D0F40 }; - inline constexpr REL::Offset BSTEventSink_AssaultCrime__Event_{ 0x0512E2B0 }; - inline constexpr REL::Offset BSTEventSink_AttachReference__Event_{ 0x051F3C80 }; - inline constexpr REL::Offset BSTEventSink_AutoLoadDoorRolloverEvent_{ 0x0523B870 }; - inline constexpr REL::Offset BSTEventSink_BGSAcousticSpaceListener__StackChangedEvent_{ 0x0512E940 }; - inline constexpr REL::Offset BSTEventSink_BGSActorCellEvent_{ 0x0512EAB8 }; - inline constexpr REL::Offset BSTEventSink_BGSActorDeathEvent_{ 0x052A4B58 }; - inline constexpr REL::Offset BSTEventSink_BGSAffinityEventEvent_{ 0x05332458 }; - inline constexpr REL::Offset BSTEventSink_BGSAppPausedEvent_{ 0x0532D2D8 }; - inline constexpr REL::Offset BSTEventSink_BGSCellGridLoadEvent_{ 0x05198100 }; - inline constexpr REL::Offset BSTEventSink_BGSCollisionSoundEvent_{ 0x052AE128 }; - inline constexpr REL::Offset BSTEventSink_BGSCombatImpactEvent_{ 0x052AE380 }; - inline constexpr REL::Offset BSTEventSink_BGSEventProcessedEvent_{ 0x05337278 }; - inline constexpr REL::Offset BSTEventSink_BGSFootstepEvent_{ 0x052AE340 }; - inline constexpr REL::Offset BSTEventSink_BGSHavokWorldCreatedEvent_{ 0x05202850 }; - inline constexpr REL::Offset BSTEventSink_BGSHotloadCompletedEvent_{ 0x052D1680 }; - inline constexpr REL::Offset BSTEventSink_BGSInventoryListEvent__Event_{ 0x051D9240 }; - inline constexpr REL::Offset BSTEventSink_BGSKeyword__OnDestroyEvent_{ 0x051BB330 }; - inline constexpr REL::Offset BSTEventSink_BGSLocationLoadedEvent_{ 0x0534C4F8 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCompanionDismiss_{ 0x0534C4B0 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCompleteResearchEvent_{ 0x0534C930 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCraftItemEvent_{ 0x0534C8E0 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCreateRobotEvent_{ 0x0534C890 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerEnterVertibirdEvent_{ 0x0534C460 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerFallLongDistances_{ 0x0534C410 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerFireWeaponEvent_{ 0x0534C840 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerHealTeammateEvent_{ 0x0534C7F0 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerLoiteringBeginEvent_{ 0x0534C7A0 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerLoiteringEndEvent_{ 0x0534C750 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerModArmorWeaponEvent_{ 0x0534C980 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerModRobotEvent_{ 0x0534C660 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerSwimmingEvent_{ 0x0534C610 }; - inline constexpr REL::Offset BSTEventSink_BGSOnPlayerUseWorkBenchEvent_{ 0x0534C5C0 }; - inline constexpr REL::Offset BSTEventSink_BGSOnSpeechChallengeAvailable_{ 0x0534C570 }; - inline constexpr REL::Offset BSTEventSink_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ 0x052C6760 }; - inline constexpr REL::Offset BSTEventSink_BGSRadiationDamageEvent_{ 0x05332F20 }; - inline constexpr REL::Offset BSTEventSink_BGSScannerGuideEffectStatusUpdateEvent_{ 0x05260070 }; - inline constexpr REL::Offset BSTEventSink_BGSSceneActionPlayerDialogue__ActionEndEvent_{ 0x052A6520 }; - inline constexpr REL::Offset BSTEventSink_BGSSceneActionPlayerDialogue__ActionStartEvent_{ 0x052A6580 }; - inline constexpr REL::Offset BSTEventSink_BIUIMenuVisiblePausedBeginEvent_{ 0x05155D40 }; - inline constexpr REL::Offset BSTEventSink_BIUIMenuVisiblePausedEndEvent_{ 0x05155CF0 }; - inline constexpr REL::Offset BSTEventSink_BSAnimationGraphEvent_{ 0x05153878 }; - inline constexpr REL::Offset BSTEventSink_BSBethesdaPlatformLoginEvent_{ 0x052423D0 }; - inline constexpr REL::Offset BSTEventSink_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ 0x0512E590 }; - inline constexpr REL::Offset BSTEventSink_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ 0x052A6470 }; - inline constexpr REL::Offset BSTEventSink_BSCoreMessage__Event_{ 0x052A5158 }; - inline constexpr REL::Offset BSTEventSink_BSCursorRotationChange_{ 0x0539FEF0 }; - inline constexpr REL::Offset BSTEventSink_BSCursorTypeChange_{ 0x0539FEB0 }; - inline constexpr REL::Offset BSTEventSink_BSGalaxy__CreateViewEvent_{ 0x051C61B0 }; - inline constexpr REL::Offset BSTEventSink_BSMovementDataChangedEvent_{ 0x05266910 }; - inline constexpr REL::Offset BSTEventSink_BSMusicEvent_{ 0x053A0418 }; - inline constexpr REL::Offset BSTEventSink_BSNavMeshGenerationBeginEvent_{ 0x0519F040 }; - inline constexpr REL::Offset BSTEventSink_BSNavMeshGenerationFinishedEvent_{ 0x0519F090 }; - inline constexpr REL::Offset BSTEventSink_BSNavmeshCellUpdateEvent_{ 0x0518FC30 }; - inline constexpr REL::Offset BSTEventSink_BSNavmeshChangeEvent_{ 0x051277B0 }; - inline constexpr REL::Offset BSTEventSink_BSNavmeshObstacleEvent_{ 0x0518FCE8 }; - inline constexpr REL::Offset BSTEventSink_BSPathEvent_{ 0x05336E90 }; - inline constexpr REL::Offset BSTEventSink_BSProceduralGeomEvent_{ 0x052EC350 }; - inline constexpr REL::Offset BSTEventSink_BSResource__Archive2__ClearRegistryEvent_{ 0x05181990 }; - inline constexpr REL::Offset BSTEventSink_BSResource__Archive2__RegisteredEvent_{ 0x05181940 }; - inline constexpr REL::Offset BSTEventSink_BSResource__Archive2__StreamOpenedEvent_{ 0x0517E760 }; - inline constexpr REL::Offset BSTEventSink_BSResource__NameFoundEvent_{ 0x052058B0 }; - inline constexpr REL::Offset BSTEventSink_BSScript__StatsEvent_{ 0x0533AA20 }; - inline constexpr REL::Offset BSTEventSink_BSSubGraphActivationUpdate_{ 0x05266960 }; - inline constexpr REL::Offset BSTEventSink_BSSysMonFrameCaptured_{ 0x05155718 }; - inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_FaderMenuDisplayState__{ 0x05327B70 }; - inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ 0x052D1110 }; - inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ 0x0523D0C0 }; - inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ 0x052647C0 }; - inline constexpr REL::Offset BSTEventSink_BSThreadEvent__ThreadEvent_{ 0x05378E80 }; - inline constexpr REL::Offset BSTEventSink_BSTransformDeltaEvent_{ 0x051D9200 }; - inline constexpr REL::Offset BSTEventSink_BSWorldOriginShiftEvent_{ 0x0518FBF0 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_BuyItem_{ 0x05268868 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_CloseMenu_{ 0x05268720 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_HideModel_{ 0x052687A0 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_LoadModel_{ 0x05268760 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_SellItem_{ 0x052688A8 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_SetMouseOverModel_{ 0x052688F0 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_ShowFailureMessage_{ 0x052687E0 }; - inline constexpr REL::Offset BSTEventSink_BarterMenu_ViewedItem_{ 0x05268828 }; - inline constexpr REL::Offset BSTEventSink_BeamProjectileImpactEvent_{ 0x052AE630 }; - inline constexpr REL::Offset BSTEventSink_BinkMovieStoppedPlayingEvent_{ 0x0522E2E0 }; - inline constexpr REL::Offset BSTEventSink_Bleedout__Event_{ 0x0512E900 }; - inline constexpr REL::Offset BSTEventSink_BlurEvent_{ 0x0532DE68 }; - inline constexpr REL::Offset BSTEventSink_BooksRead__Event_{ 0x052C6728 }; - inline constexpr REL::Offset BSTEventSink_BoundaryMenu_FastTravel_{ 0x05229CC0 }; - inline constexpr REL::Offset BSTEventSink_BoundaryMenu_ShowMap_{ 0x05229C78 }; - inline constexpr REL::Offset BSTEventSink_Bounty__Event_{ 0x052C7610 }; - inline constexpr REL::Offset BSTEventSink_BuilderMenuSelectEvent_{ 0x0534AB40 }; - inline constexpr REL::Offset BSTEventSink_CameraCutEvent_{ 0x05226318 }; - inline constexpr REL::Offset BSTEventSink_CellAttachDetachEvent_{ 0x0518FC78 }; - inline constexpr REL::Offset BSTEventSink_ChallengeCompletedEvent__Event_{ 0x0522FA40 }; - inline constexpr REL::Offset BSTEventSink_CharGen_BrowChange_{ 0x05285200 }; - inline constexpr REL::Offset BSTEventSink_CharGen_BrowColorChange_{ 0x052850A0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_CancelTextEntry_{ 0x05285550 }; - inline constexpr REL::Offset BSTEventSink_CharGen_CloseMenu_{ 0x05285718 }; - inline constexpr REL::Offset BSTEventSink_CharGen_CyclePronoun_{ 0x05285018 }; - inline constexpr REL::Offset BSTEventSink_CharGen_DirtScarsEtcChange_{ 0x05285340 }; - inline constexpr REL::Offset BSTEventSink_CharGen_EndBodyChange_{ 0x05284578 }; - inline constexpr REL::Offset BSTEventSink_CharGen_EndTextEntry_{ 0x05285590 }; - inline constexpr REL::Offset BSTEventSink_CharGen_EyeColorChange_{ 0x05285240 }; - inline constexpr REL::Offset BSTEventSink_CharGen_FacialHairChange_{ 0x05285130 }; - inline constexpr REL::Offset BSTEventSink_CharGen_FacialHairColorChange_{ 0x052850E0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_HairChange_{ 0x052851C0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_HairColorChange_{ 0x05285180 }; - inline constexpr REL::Offset BSTEventSink_CharGen_HeadpartPlusSelectorChange_{ 0x052853D0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_HeadpartPresetChange_{ 0x05285690 }; - inline constexpr REL::Offset BSTEventSink_CharGen_JewelryChange_{ 0x05284D58 }; - inline constexpr REL::Offset BSTEventSink_CharGen_JewelryColorChange_{ 0x05284D10 }; - inline constexpr REL::Offset BSTEventSink_CharGen_MakeupChange_{ 0x052843B0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_MarkingsChange_{ 0x05284370 }; - inline constexpr REL::Offset BSTEventSink_CharGen_PostBlendColorOptionChange_{ 0x05284440 }; - inline constexpr REL::Offset BSTEventSink_CharGen_PostBlendFaceChange_{ 0x05284490 }; - inline constexpr REL::Offset BSTEventSink_CharGen_PostBlendIntensityChange_{ 0x052843F0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_PresetChange_{ 0x052856D8 }; - inline constexpr REL::Offset BSTEventSink_CharGen_RollOffLocomotion_{ 0x05284E20 }; - inline constexpr REL::Offset BSTEventSink_CharGen_RollOnLocomotion_{ 0x05284E70 }; - inline constexpr REL::Offset BSTEventSink_CharGen_RotatePaperdoll_{ 0x05284EC0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetAdditionalSlider_{ 0x05284530 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetBackground_{ 0x05285280 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetBlockInputUnderPopup_{ 0x052844E0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetBodyValues_{ 0x05285468 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetCameraPosition_{ 0x05285420 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetPronoun_{ 0x05284FD8 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetSex_{ 0x05285650 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetSlider_{ 0x05285610 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SetTrait_{ 0x052852C0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_ShowChooseBackgroundMessage_{ 0x052854B0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_ShowPlayerRenameMessage_{ 0x05285500 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SkintoneChange_{ 0x05285388 }; - inline constexpr REL::Offset BSTEventSink_CharGen_StartBodyChange_{ 0x052845C0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_StartTextEntry_{ 0x052855D0 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SwitchBodyType_{ 0x05284F00 }; - inline constexpr REL::Offset BSTEventSink_CharGen_SwitchLocomotion_{ 0x05284F40 }; - inline constexpr REL::Offset BSTEventSink_CharGen_TeethChange_{ 0x05285058 }; - inline constexpr REL::Offset BSTEventSink_CharGen_TeethRollOff_{ 0x05284D98 }; - inline constexpr REL::Offset BSTEventSink_CharGen_TeethRollOn_{ 0x05284DD8 }; - inline constexpr REL::Offset BSTEventSink_CharGen_ToggleMarking_{ 0x05285300 }; - inline constexpr REL::Offset BSTEventSink_CharGen_TogglePreviewHabSuit_{ 0x05284F90 }; - inline constexpr REL::Offset BSTEventSink_CharacterBeginLevelUpEvent_{ 0x052A6320 }; - inline constexpr REL::Offset BSTEventSink_CharacterFinishLevelUpEvent_{ 0x05247920 }; - inline constexpr REL::Offset BSTEventSink_ChestLooted__Event_{ 0x05150588 }; - inline constexpr REL::Offset BSTEventSink_ClearHUDMessagesEvent_{ 0x0523DF40 }; - inline constexpr REL::Offset BSTEventSink_ClearQuickContainerEvent_{ 0x0523B7F0 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenuClosed__Event_{ 0x0522DFC0 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_CloseMenu_{ 0x052378D0 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_HideModel_{ 0x05326390 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_Jettison_{ 0x05326418 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_LoadModel_{ 0x05326350 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_OpenRefuelMenu_{ 0x053263D0 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_SetMouseOverModel_{ 0x05325E50 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_TakeAll_{ 0x05326310 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_ToggleEquip_{ 0x05326270 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_TransferAllResources_{ 0x053262C0 }; - inline constexpr REL::Offset BSTEventSink_ContainerMenu_TransferItem_{ 0x05326220 }; - inline constexpr REL::Offset BSTEventSink_ContextStackChangedEvent_{ 0x0539F6B0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_CraftItem_{ 0x05235F60 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_ExitBench_{ 0x05235DE8 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_Highlight3D_{ 0x0529C6E0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_InstallMod_{ 0x05235160 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_RenameItem_{ 0x052350D0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_RevertHighlight_{ 0x0529C690 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_RevertedModdedItem_{ 0x05235110 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedModSlot_{ 0x05235080 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedMod_{ 0x05235030 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedModdableItem_{ 0x052351D0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedRecipe_{ 0x05235FA0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_SessionSummaryEvent_{ 0x052A64D0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_SetInspectControls_{ 0x05235EB0 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_ToggleTracking_{ 0x05235E60 }; - inline constexpr REL::Offset BSTEventSink_CraftingMenu_ViewingModdableItem_{ 0x05235220 }; - inline constexpr REL::Offset BSTEventSink_CrewAssignedEvent_{ 0x0512E270 }; - inline constexpr REL::Offset BSTEventSink_CrewDismissedEvent_{ 0x0512E3C8 }; - inline constexpr REL::Offset BSTEventSink_CriticalHitEvent__Event_{ 0x052C7648 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_CloseMenu_{ 0x052885A8 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_ClosedForSubMenu_{ 0x052885F0 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_Missions_{ 0x052884D8 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_OpenPauseMenu_{ 0x052883C0 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_PlotToLocation_{ 0x05288400 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_Reopened_{ 0x05288568 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedAttributesMenu_{ 0x05288780 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedInventoryMenu_{ 0x05288730 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedMapMenu_{ 0x052886E0 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedPowersMenu_{ 0x05288440 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedShipMenu_{ 0x05288690 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedStatusMenu_{ 0x05288640 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SetMenuForQuickEntry_{ 0x05288490 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_SetPaperDollActive_{ 0x05288520 }; - inline constexpr REL::Offset BSTEventSink_DataMenu_StartCloseAnim_{ 0x05237C50 }; - inline constexpr REL::Offset BSTEventSink_DataSlateButtons_acceptClicked_{ 0x0526B470 }; - inline constexpr REL::Offset BSTEventSink_DataSlateButtons_cancelClicked_{ 0x0526B4C0 }; - inline constexpr REL::Offset BSTEventSink_DataSlateMenu_playSFX_{ 0x0526B428 }; - inline constexpr REL::Offset BSTEventSink_DataSlateMenu_toggleAudio_{ 0x0526B3E0 }; - inline constexpr REL::Offset BSTEventSink_DaysPassed__Event_{ 0x052C73D0 }; - inline constexpr REL::Offset BSTEventSink_DefaultObjectsReadyEvent__Event_{ 0x0532DE20 }; - inline constexpr REL::Offset BSTEventSink_DestroyedEvent_{ 0x0514F808 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_CompleteExit_{ 0x0525E6D0 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnDialogueSelect_{ 0x053264F0 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnListVisibilityChange_{ 0x053265E0 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnPersuasionAutoWin_{ 0x05326630 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnScriptedDialogueSelect_{ 0x05326680 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_RequestExit_{ 0x05326590 }; - inline constexpr REL::Offset BSTEventSink_DialogueMenu_RequestSkipDialogue_{ 0x05326540 }; - inline constexpr REL::Offset BSTEventSink_DocAcceptMenu_Accept_{ 0x05229F08 }; - inline constexpr REL::Offset BSTEventSink_DynNavMeshOpRecord__CompleteEvent_{ 0x0535E490 }; - inline constexpr REL::Offset BSTEventSink_DynamicNavMeshBuildCompleteEvent_{ 0x051902B0 }; - inline constexpr REL::Offset BSTEventSink_EndLoadGameEvent_{ 0x05156FB0 }; - inline constexpr REL::Offset BSTEventSink_EnteredUnity__Event_{ 0x052A6790 }; - inline constexpr REL::Offset BSTEventSink_ExperienceMeterDisplayData_{ 0x05263180 }; - inline constexpr REL::Offset BSTEventSink_FavoritesMenu_AssignQuickkey_{ 0x053285B0 }; - inline constexpr REL::Offset BSTEventSink_FavoritesMenu_UseQuickkey_{ 0x05328600 }; - inline constexpr REL::Offset BSTEventSink_FinePaid__Event_{ 0x052C75D8 }; - inline constexpr REL::Offset BSTEventSink_FirstThirdPersonSwitch__Event_{ 0x0512EB00 }; - inline constexpr REL::Offset BSTEventSink_GameStalledEvent_{ 0x053BBCE8 }; - inline constexpr REL::Offset BSTEventSink_GlobalFunc_CloseAllMenus_{ 0x05261A10 }; - inline constexpr REL::Offset BSTEventSink_GlobalFunc_CloseMenu_{ 0x05261A58 }; - inline constexpr REL::Offset BSTEventSink_GlobalFunc_PlayMenuSound_{ 0x05261910 }; - inline constexpr REL::Offset BSTEventSink_GlobalFunc_StartGameRender_{ 0x052619C0 }; - inline constexpr REL::Offset BSTEventSink_GlobalFunc_UserEvent_{ 0x05261980 }; - inline constexpr REL::Offset BSTEventSink_HUDActivityIncreaseEvent_{ 0x05237A20 }; - inline constexpr REL::Offset BSTEventSink_HUDCrewBuffMessageEvent_{ 0x05232DA0 }; - inline constexpr REL::Offset BSTEventSink_HUDModeEvent_{ 0x0523B838 }; - inline constexpr REL::Offset BSTEventSink_HUDNotificationEvent_{ 0x052656E8 }; - inline constexpr REL::Offset BSTEventSink_HUDNotification_MissionActiveWidgetUpdate_{ 0x05265730 }; - inline constexpr REL::Offset BSTEventSink_HUDNotification_OpenDataMenu_{ 0x052657E0 }; - inline constexpr REL::Offset BSTEventSink_HUDNotification_OpenMissionMenu_{ 0x05265830 }; - inline constexpr REL::Offset BSTEventSink_HUDNotification_SetMissionActive_{ 0x05265790 }; - inline constexpr REL::Offset BSTEventSink_HUDRolloverActivationButtonEvent_{ 0x0523BBA0 }; - inline constexpr REL::Offset BSTEventSink_HUDRolloverActivationQCItemPressEvent_{ 0x0523B990 }; - inline constexpr REL::Offset BSTEventSink_HUDWeaponWorldFOVMultChangedEvent_{ 0x0528AFF0 }; - inline constexpr REL::Offset BSTEventSink_HangarShipSelection_ChangeSystemDisplay_{ 0x0522E140 }; - inline constexpr REL::Offset BSTEventSink_HangarShipSelection_RepairShip_{ 0x0522E0A0 }; - inline constexpr REL::Offset BSTEventSink_HangarShipSelection_UpgradeSystem_{ 0x0522E050 }; - inline constexpr REL::Offset BSTEventSink_HideSubtitleEvent__Event_{ 0x0523E9A0 }; - inline constexpr REL::Offset BSTEventSink_HomeShipSetEvent_{ 0x052C7498 }; - inline constexpr REL::Offset BSTEventSink_HoursPassed__Event_{ 0x052C7410 }; - inline constexpr REL::Offset BSTEventSink_IdleInputEvent_{ 0x05323200 }; - inline constexpr REL::Offset BSTEventSink_ImageFixtureEvent_RequestImage_{ 0x050C5060 }; - inline constexpr REL::Offset BSTEventSink_ImageFixtureEvent_UnregisterImage_{ 0x050C50B0 }; - inline constexpr REL::Offset BSTEventSink_InputEnableLayerDestroyedEvent_{ 0x0533B0E0 }; - inline constexpr REL::Offset BSTEventSink_InstantReferenceInteractionEvent_{ 0x0535E730 }; - inline constexpr REL::Offset BSTEventSink_InventoryInterface__FavoriteChangedEvent_{ 0x05328BE0 }; - inline constexpr REL::Offset BSTEventSink_InventoryItemEvent__Event_{ 0x05224CC0 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_Change3DView_{ 0x05237C00 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_DropItem_{ 0x0526D7A8 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_HideModel_{ 0x0526D720 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_LoadModel_{ 0x0526D6E0 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_OnEnterCategory_{ 0x0526D890 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_OpenCargoHold_{ 0x0526D8E0 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_PaperDollTryOn_{ 0x05237C90 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_ResetPaperDollInv_{ 0x05237BB0 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_SelectItem_{ 0x0526D760 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_SetMouseOverModel_{ 0x0526D840 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_StartCloseAnim_{ 0x0526D930 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_ToggleFavorite_{ 0x0526D7F0 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_ToggleHelmet_{ 0x05247800 }; - inline constexpr REL::Offset BSTEventSink_InventoryMenu_ToggleSuit_{ 0x05247970 }; - inline constexpr REL::Offset BSTEventSink_Inventory_SetSort_{ 0x0523BEF8 }; - inline constexpr REL::Offset BSTEventSink_ItemConsumedEvent_{ 0x0514FDB0 }; - inline constexpr REL::Offset BSTEventSink_ItemCrafted__Event_{ 0x0514FDF0 }; - inline constexpr REL::Offset BSTEventSink_ItemSteal__Event_{ 0x052C75A0 }; - inline constexpr REL::Offset BSTEventSink_ItemSwappedEvent_{ 0x0512EB98 }; - inline constexpr REL::Offset BSTEventSink_Jailing__Event_{ 0x052C7568 }; - inline constexpr REL::Offset BSTEventSink_LevelIncrease__Event_{ 0x05247848 }; - inline constexpr REL::Offset BSTEventSink_LevelUp_AnimFinished_{ 0x05263088 }; - inline constexpr REL::Offset BSTEventSink_LevelUp_OnWidgetShown_{ 0x052631C8 }; - inline constexpr REL::Offset BSTEventSink_LevelUp_OpenDataMenu_{ 0x05263100 }; - inline constexpr REL::Offset BSTEventSink_LevelUp_ShowSkills_{ 0x05263140 }; - inline constexpr REL::Offset BSTEventSink_LoadScreenEndEvent_{ 0x052A6298 }; - inline constexpr REL::Offset BSTEventSink_LoadScreenStartEvent_{ 0x052A6258 }; - inline constexpr REL::Offset BSTEventSink_LoadingMenu_RefreshText_{ 0x053295F0 }; - inline constexpr REL::Offset BSTEventSink_LocationExplored__Event_{ 0x0512E628 }; - inline constexpr REL::Offset BSTEventSink_LocationTextEvent__Event_{ 0x0523DBC0 }; - inline constexpr REL::Offset BSTEventSink_LocationTextWidget_FinishedQueue_{ 0x05263250 }; - inline constexpr REL::Offset BSTEventSink_LockPickedEvent_{ 0x05150CF8 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_ActionCanceled_{ 0x0532B250 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_ActionConfirmed_{ 0x0532B200 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_ConfirmLoad_{ 0x0532B2D0 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_DeleteSave_{ 0x0532B310 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_LegalScreenComplete_{ 0x0532A6D0 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_SetCharacter_{ 0x0532A650 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_StartAction_{ 0x0532B1C0 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_StartLoad_{ 0x0532B290 }; - inline constexpr REL::Offset BSTEventSink_MainMenu_UploadSave_{ 0x0532A690 }; - inline constexpr REL::Offset BSTEventSink_MainStatus__StageEvent_{ 0x050AD670 }; - inline constexpr REL::Offset BSTEventSink_MapMarkerDiscoveredEvent_{ 0x052C7450 }; - inline constexpr REL::Offset BSTEventSink_MenuModeChangeEvent_{ 0x05224858 }; - inline constexpr REL::Offset BSTEventSink_MenuOpenCloseEvent_{ 0x051770C8 }; - inline constexpr REL::Offset BSTEventSink_MenuPauseChangeEvent_{ 0x05162EF0 }; - inline constexpr REL::Offset BSTEventSink_MenuPauseCounterChangeEvent_{ 0x052A4AC0 }; - inline constexpr REL::Offset BSTEventSink_MessageBoxMenu_OnBackOut_{ 0x0532C210 }; - inline constexpr REL::Offset BSTEventSink_MessageBoxMenu_OnButtonPress_{ 0x0532C170 }; - inline constexpr REL::Offset BSTEventSink_MessageBoxMenu_OnScriptedButtonPress_{ 0x0532C1C0 }; - inline constexpr REL::Offset BSTEventSink_MissionBoard_MissionEntryChanged_{ 0x0526E570 }; - inline constexpr REL::Offset BSTEventSink_MissionBoard_MissionEntryPressed_{ 0x0526E5C0 }; - inline constexpr REL::Offset BSTEventSink_MissionMenuStateEvent__Event_{ 0x0524A790 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_ClearState_{ 0x0526A338 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_PlotToLocation_{ 0x0526A1C0 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_RejectQuest_{ 0x0526A260 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_SaveCategoryIndex_{ 0x0526A2F0 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_SaveOpenedId_{ 0x0526A2A0 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_ShowItemLocation_{ 0x0526A170 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_ToggleQTDisplay_{ 0x0526A380 }; - inline constexpr REL::Offset BSTEventSink_MissionMenu_ToggleTrackingQuest_{ 0x0526A210 }; - inline constexpr REL::Offset BSTEventSink_ModelReferenceEffectEvents__ReferenceEffectFinished_{ 0x0533ADD0 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_Bioscan_{ 0x05126318 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_FastTravel_{ 0x05126538 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_Harvest_{ 0x051262D8 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_Initialize_{ 0x051261E8 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_Outpost_{ 0x05126298 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_PhotoMode_{ 0x051263A0 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_Shutdown_{ 0x05126258 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_SocialSpell_{ 0x05126360 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_StartContainerView_{ 0x051264A0 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_StopContainerView_{ 0x051264F0 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_SurfaceMap_{ 0x05126460 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_UseListScrollControls_{ 0x05126580 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_ZoomIn_{ 0x051263E0 }; - inline constexpr REL::Offset BSTEventSink_MonocleMenu_ZoomOut_{ 0x05126420 }; - inline constexpr REL::Offset BSTEventSink_MovementMessageUpdateRequestImmediate_{ 0x051527D0 }; - inline constexpr REL::Offset BSTEventSink_MurderCrime__Event_{ 0x0512E5E8 }; - inline constexpr REL::Offset BSTEventSink_ObjectScannedEvent_{ 0x052A5FB8 }; - inline constexpr REL::Offset BSTEventSink_ObjectiveState__Event_{ 0x052C76C8 }; - inline constexpr REL::Offset BSTEventSink_OpenContainerMenuEventData_{ 0x0523B7A0 }; - inline constexpr REL::Offset BSTEventSink_OpenContainerMenuFromListenerEvent_{ 0x0523BB00 }; - inline constexpr REL::Offset BSTEventSink_OtherEventEnabledEvent_{ 0x051265D0 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_ActionCanceled_{ 0x0528A4B0 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_ConfirmAction_{ 0x0528A470 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_ConfirmLoad_{ 0x0528A428 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_ConfirmSave_{ 0x0528AA40 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_DeleteSave_{ 0x0528A368 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_QuitToDesktop_{ 0x0528AA80 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_SetCharacter_{ 0x0528A3A8 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_StartAction_{ 0x0528A518 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_StartLoad_{ 0x0528A3E8 }; - inline constexpr REL::Offset BSTEventSink_PauseMenu_UploadSave_{ 0x0528A9B8 }; - inline constexpr REL::Offset BSTEventSink_PerkChanged__Event_{ 0x0523BE58 }; - inline constexpr REL::Offset BSTEventSink_PerkValueEvents__PerkEntryUpdatedEvent_{ 0x0514F6C0 }; - inline constexpr REL::Offset BSTEventSink_PerkValueEvents__PerkValueChangedEvent_{ 0x05227AA0 }; - inline constexpr REL::Offset BSTEventSink_PhotoGallery_DeletePhoto_{ 0x0522AD80 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_InitializeCategory_{ 0x052728C0 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_ResetToDefaults_{ 0x05272870 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_SliderChanged_{ 0x05272830 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_StepperChanged_{ 0x052727E0 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_TakeSnapshot_{ 0x05272798 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_ToggleHelmet_{ 0x05272718 }; - inline constexpr REL::Offset BSTEventSink_PhotoMode_ToggleUI_{ 0x05272758 }; - inline constexpr REL::Offset BSTEventSink_PickRefStateChangedEvent_{ 0x0523B940 }; - inline constexpr REL::Offset BSTEventSink_PickRefUpdateEvent_{ 0x0523BFE8 }; - inline constexpr REL::Offset BSTEventSink_PickpocketMenu_OnItemSelect_{ 0x05273E30 }; - inline constexpr REL::Offset BSTEventSink_PiracyCrime__Event_{ 0x0512E998 }; - inline constexpr REL::Offset BSTEventSink_PlanetSiteSelectEvent_{ 0x05336950 }; - inline constexpr REL::Offset BSTEventSink_PlayBink_CloseMenu_{ 0x0528AD08 }; - inline constexpr REL::Offset BSTEventSink_PlayerActiveEffectChanged__Event_{ 0x0523BE10 }; - inline constexpr REL::Offset BSTEventSink_PlayerAddItemEvent_{ 0x05335B18 }; - inline constexpr REL::Offset BSTEventSink_PlayerAmmoChanged__Event_{ 0x052621D0 }; - inline constexpr REL::Offset BSTEventSink_PlayerArrestedEvent_{ 0x0534AD30 }; - inline constexpr REL::Offset BSTEventSink_PlayerAssaultActorEvent_{ 0x0534ACF0 }; - inline constexpr REL::Offset BSTEventSink_PlayerBuyShipEvent_{ 0x0534A9A0 }; - inline constexpr REL::Offset BSTEventSink_PlayerCharacterQuestEvent__Event_{ 0x0524A830 }; - inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerIronSightsEndEvent_{ 0x052A3410 }; - inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerIronSightsStartEvent_{ 0x052A33B0 }; - inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerJumpPressEvent_{ 0x052A3490 }; - inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerJumpReleaseEvent_{ 0x052A34E0 }; - inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ 0x052A3530 }; - inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerZeroGSprintReleasedEvent_{ 0x052A3350 }; - inline constexpr REL::Offset BSTEventSink_PlayerCrimeGoldEvent_{ 0x0534ACB0 }; - inline constexpr REL::Offset BSTEventSink_PlayerDetectionLevelChangeEvent_{ 0x0523E740 }; - inline constexpr REL::Offset BSTEventSink_PlayerDifficultySettingChanged__Event_{ 0x052AC010 }; - inline constexpr REL::Offset BSTEventSink_PlayerFailedPlotRouteEvent_{ 0x0534BAD0 }; - inline constexpr REL::Offset BSTEventSink_PlayerFastTravel__Event_{ 0x052A6750 }; - inline constexpr REL::Offset BSTEventSink_PlayerJailEvent_{ 0x05221728 }; - inline constexpr REL::Offset BSTEventSink_PlayerModifiedShipEvent_{ 0x0534BA90 }; - inline constexpr REL::Offset BSTEventSink_PlayerMurderActorEvent_{ 0x0534AC70 }; - inline constexpr REL::Offset BSTEventSink_PlayerNameEvent__NameChangedEvent_{ 0x05247710 }; - inline constexpr REL::Offset BSTEventSink_PlayerPayFineEvent_{ 0x052214F8 }; - inline constexpr REL::Offset BSTEventSink_PlayerPickpocketSuccess__Event_{ 0x05150750 }; - inline constexpr REL::Offset BSTEventSink_PlayerPlanetSurveyCompleteEvent_{ 0x0512E410 }; - inline constexpr REL::Offset BSTEventSink_PlayerPlanetSurveyProgressEvent_{ 0x0525FFC0 }; - inline constexpr REL::Offset BSTEventSink_PlayerSellShipEvent_{ 0x0534AB00 }; - inline constexpr REL::Offset BSTEventSink_PlayerSneakingChangeEvent_{ 0x052477B0 }; - inline constexpr REL::Offset BSTEventSink_PlayerTrespassEvent_{ 0x0534AA80 }; - inline constexpr REL::Offset BSTEventSink_PlayerUpdateEvent_{ 0x05247888 }; - inline constexpr REL::Offset BSTEventSink_PositionPlayerEvent_{ 0x0517E700 }; - inline constexpr REL::Offset BSTEventSink_PowersMenu_ActivateEssence_{ 0x0522BE70 }; - inline constexpr REL::Offset BSTEventSink_PowersMenu_EquipPower_{ 0x0522BF00 }; - inline constexpr REL::Offset BSTEventSink_PowersMenu_FavoritePower_{ 0x0522BF40 }; - inline constexpr REL::Offset BSTEventSink_ProjectileBeginUpdateEvent_{ 0x052EE740 }; - inline constexpr REL::Offset BSTEventSink_QuestStatus__Event_{ 0x052C7688 }; - inline constexpr REL::Offset BSTEventSink_QuickContainerOpenedEvent_{ 0x0534AB80 }; - inline constexpr REL::Offset BSTEventSink_RadioManager__PipboyTransmitterDetectionEvent_{ 0x0534C6F0 }; - inline constexpr REL::Offset BSTEventSink_RefControlChangedEvent_{ 0x0514F578 }; - inline constexpr REL::Offset BSTEventSink_RefcountEvents__OnHandleEvicted_{ 0x053FABF0 }; - inline constexpr REL::Offset BSTEventSink_ReferenceCellLoadedTemps_{ 0x0535E560 }; - inline constexpr REL::Offset BSTEventSink_ReferenceDestroyedEvent_{ 0x0512E780 }; - inline constexpr REL::Offset BSTEventSink_ReferenceQueuedEvent_{ 0x0535E518 }; - inline constexpr REL::Offset BSTEventSink_RefillAliasEvent__Event_{ 0x05337238 }; - inline constexpr REL::Offset BSTEventSink_RefreshDataMenuForSkillsChangeEvent_{ 0x05237AC0 }; - inline constexpr REL::Offset BSTEventSink_Refuel_Accept_{ 0x052793E0 }; - inline constexpr REL::Offset BSTEventSink_Refuel_Cancel_{ 0x052793A8 }; - inline constexpr REL::Offset BSTEventSink_ReloadWeaponEvent__Event_{ 0x051509C0 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_AddMaterial_{ 0x052754E0 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_CategorySelected_{ 0x05275B50 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_ExitMenu_{ 0x05275498 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_HideModel_{ 0x05275458 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_PreviewProject_{ 0x05275B00 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_ProjectViewed_{ 0x05275AB0 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_SetInspectControls_{ 0x05275410 }; - inline constexpr REL::Offset BSTEventSink_ResearchMenu_ToggleTrackingProject_{ 0x052753C0 }; - inline constexpr REL::Offset BSTEventSink_Research__ResearchProgressEvent_{ 0x0514FCB0 }; - inline constexpr REL::Offset BSTEventSink_ResetHistoryDataEvent_{ 0x052262D8 }; - inline constexpr REL::Offset BSTEventSink_Reticle_OnLongAnimFinished_{ 0x0528C560 }; - inline constexpr REL::Offset BSTEventSink_RolloverIsCrimeEvent__Event_{ 0x0523D170 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceAttach_{ 0x05161A20 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceCleared3d_{ 0x0518EBB0 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceDestroy_{ 0x0518EC60 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceDetach_{ 0x05161BC0 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceInit_{ 0x0518EC10 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceRecycle_{ 0x0518ECC0 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceSet3d_{ 0x0518EB50 }; - inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__Release3DRelatedData_{ 0x052A3810 }; - inline constexpr REL::Offset BSTEventSink_SaveLoadEvent_{ 0x0512EBD8 }; - inline constexpr REL::Offset BSTEventSink_ScannableUtils__ScannedEvent_{ 0x05150C60 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_BackOutKey_{ 0x05277410 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_CloseMenu_{ 0x05277490 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_ConfirmExit_{ 0x052774D0 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_EliminateUnusedKeys_{ 0x05277370 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_GetRingHint_{ 0x052773C0 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_SelectNewKey_{ 0x05277320 }; - inline constexpr REL::Offset BSTEventSink_SecurityMenu_TryUseKey_{ 0x05277450 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_CheckBoxChanged_{ 0x0524F9B0 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_ClearBinding_{ 0x0524FAF0 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_OpenCategory_{ 0x0524FAA0 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_OpenSettings_{ 0x0524F910 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_RemapConfirmed_{ 0x0524FA00 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_RemapMode_{ 0x0524F830 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_ResetToDefaults_{ 0x0524F8C0 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_SaveControls_{ 0x0524F870 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_SaveSettings_{ 0x0524F790 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_SliderChanged_{ 0x0524F7E0 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_StepperChanged_{ 0x0524F960 }; - inline constexpr REL::Offset BSTEventSink_SettingsPanel_ValidateControls_{ 0x0524FA50 }; - inline constexpr REL::Offset BSTEventSink_ShipBuilder_CloseAllMenus_{ 0x05177040 }; - inline constexpr REL::Offset BSTEventSink_ShipCameraStateToggled_{ 0x052570B0 }; - inline constexpr REL::Offset BSTEventSink_ShipCrewAssignMenu_Assign_{ 0x05278C70 }; - inline constexpr REL::Offset BSTEventSink_ShipCrewAssignMenu_Unassign_{ 0x05278C20 }; - inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_Close_{ 0x0522E008 }; - inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_OpenAssignMenu_{ 0x052519B0 }; - inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_SetSort_{ 0x05251968 }; - inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_ViewedItem_{ 0x05278D40 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_ChangeModuleCategory_{ 0x05172C90 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnColorPickerControlChanged_{ 0x051741F0 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnColorPickerTabChanged_{ 0x05174290 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnColorSliderMouseInput_{ 0x051741A0 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnExitConfirmCancel_{ 0x0516FDE0 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnExitConfirmExit_{ 0x05170180 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnExitConfirmSaveAndExit_{ 0x0516FE30 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnFlightCheckTabChanged_{ 0x05170A10 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnHintButtonActivated_{ 0x05176FF0 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnRecentColorSwatchClicked_{ 0x05174240 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnRenameEndEditText_{ 0x05172030 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnRenameInputCancelled_{ 0x05172080 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_OnWeaponGroupChanged_{ 0x05170A60 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_PreviewShipPart_{ 0x05172CE0 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_PreviewUpgrade_{ 0x05159E60 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_RemoveAll3D_{ 0x05176A30 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_SelectedShipPart_{ 0x05172D30 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_SelectedUpgrade_{ 0x05159EB0 }; - inline constexpr REL::Offset BSTEventSink_ShipEditor_SystemSelected_{ 0x051591D0 }; - inline constexpr REL::Offset BSTEventSink_ShipHudQuickContainer_TransferItem_{ 0x0528C5F0 }; - inline constexpr REL::Offset BSTEventSink_ShipHudQuickContainer_TransferMenu_{ 0x052572C0 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_AbortJump_{ 0x0528C520 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_Activate_{ 0x05257170 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_BodyViewMarkerDimensions_{ 0x05257600 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_ChangeComponentSelection_{ 0x05256F50 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_CloseMenu_{ 0x05256FC8 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_Deselect_{ 0x05257130 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_DockRequested_{ 0x0528C5A8 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_FarTravel_{ 0x05257578 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_HailAccepted_{ 0x05257410 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_HailCancelled_{ 0x052573D0 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_HailShip_{ 0x0528C668 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_JumpToQuestMarker_{ 0x05257490 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_Land_{ 0x05257310 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_LandingMarkerMap_{ 0x05257270 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_Map_{ 0x05257238 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_OnMonocleToggle_{ 0x05257350 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_OpenPhotoMode_{ 0x05257450 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_Repair_{ 0x05257650 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_SetTargetMode_{ 0x05257390 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_TargetShipSystem_{ 0x052574E0 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_Target_{ 0x05257200 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_UntargetShipSystem_{ 0x05257530 }; - inline constexpr REL::Offset BSTEventSink_ShipHud_UpdateComponentPower_{ 0x05256F00 }; - inline constexpr REL::Offset BSTEventSink_ShowCustomWatchAlert_{ 0x0523F3D0 }; - inline constexpr REL::Offset BSTEventSink_ShowHUDMessageEvent_{ 0x0523DD80 }; - inline constexpr REL::Offset BSTEventSink_ShowLongShipBootup_{ 0x052570F0 }; - inline constexpr REL::Offset BSTEventSink_ShowSubtitleEvent__Event_{ 0x0523E890 }; - inline constexpr REL::Offset BSTEventSink_ShowingQuestMarketTextEvent_{ 0x0525FF70 }; - inline constexpr REL::Offset BSTEventSink_SkillsMenu_Accept_{ 0x0527A620 }; - inline constexpr REL::Offset BSTEventSink_SkillsMenu_AddPatch_{ 0x0527A5E0 }; - inline constexpr REL::Offset BSTEventSink_SkillsMenu_Cancel_{ 0x0527A660 }; - inline constexpr REL::Offset BSTEventSink_SkillsMenu_ChangeCursorVisibility_{ 0x0527A590 }; - inline constexpr REL::Offset BSTEventSink_SkillsMenu_SaveLastCategory_{ 0x0527A4F0 }; - inline constexpr REL::Offset BSTEventSink_SleepWaitMenu_InterruptRest_{ 0x0532D360 }; - inline constexpr REL::Offset BSTEventSink_SleepWaitMenu_StartRest_{ 0x0532D320 }; - inline constexpr REL::Offset BSTEventSink_SnapTemplateUtils__SnapReplaceEvent_{ 0x050AD770 }; - inline constexpr REL::Offset BSTEventSink_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ 0x052A5B50 }; - inline constexpr REL::Offset BSTEventSink_SpaceshipEditor__TransactionEvent_{ 0x05150DE0 }; - inline constexpr REL::Offset BSTEventSink_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ 0x05350FB0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__BoughtEvent_{ 0x05150F68 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__ContrabandScanWarningEvent_{ 0x05257010 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__DockEvent_{ 0x051500B8 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__DynamicNavmeshCompleted_{ 0x051983C0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__FarTravelEvent_{ 0x05188A90 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__GravJumpEvent_{ 0x05150160 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__LandedSetEvent_{ 0x0528C800 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__LandingEvent_{ 0x05150428 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__PlanetScanEvent_{ 0x05150A90 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__PlayerMovementOutputEvent_{ 0x05257060 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__RampDownEvent_{ 0x0534CF80 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__RefueledEvent_{ 0x0534D160 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__RegisteredEvent_{ 0x0512E810 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__ShieldEvent_{ 0x05355238 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__ShipAddedEvent_{ 0x052478D0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__ShipCustomizedEvent_{ 0x052C6A10 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__SoldEvent_{ 0x0512E4B0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__SystemDamagedEvent_{ 0x052A54A0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__SystemPowerAllocationEvent_{ 0x052A54F0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__SystemPowerChangeEvent_{ 0x052571B0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__SystemRepairedBIEvent_{ 0x052A5450 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__SystemRepairedEvent_{ 0x0534D1A0 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__TakeDamagEvent_{ 0x05151360 }; - inline constexpr REL::Offset BSTEventSink_Spaceship__TakeOffEvent_{ 0x052A4A50 }; - inline constexpr REL::Offset BSTEventSink_SpeechChallengeCompletionEvent_{ 0x05150FE0 }; - inline constexpr REL::Offset BSTEventSink_SpellsLearned__Event_{ 0x0523E460 }; - inline constexpr REL::Offset BSTEventSink_StarField__StarSystemViewChangeEvent_{ 0x052AA090 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_ExecuteRoute_{ 0x05294290 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_Galaxy_FocusSystem_{ 0x05293060 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_LandingInputInProgress_{ 0x0528E830 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x0528E750 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_MarkerGroupEntryClicked_{ 0x0528E7B0 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x0528E6A0 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnCancel_{ 0x05294110 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnClearRoute_{ 0x05294240 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnExitStarMap_{ 0x052941F0 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnGalaxyViewInitialized_{ 0x05293010 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnHintButtonClicked_{ 0x052941A0 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnOutpostEntrySelected_{ 0x052940C0 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_QuickSelectChange_{ 0x05291580 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_ReadyToClose_{ 0x05294150 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_ScanPlanet_{ 0x0528FDE8 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_SelectedLandingSiteFailed_{ 0x0528E600 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_SelectedLandingSite_{ 0x0528E700 }; - inline constexpr REL::Offset BSTEventSink_StarMapMenu_ShowRealCursor_{ 0x0528FED0 }; - inline constexpr REL::Offset BSTEventSink_StarMap__ChangeStateEvent_{ 0x052944B0 }; - inline constexpr REL::Offset BSTEventSink_StarMap__OutpostCargoTransferEvent_{ 0x05294310 }; - inline constexpr REL::Offset BSTEventSink_StarMap__PlanetTraitKnownEvent_{ 0x0528FDA0 }; - inline constexpr REL::Offset BSTEventSink_StarMap__ResetAllowInputEvent_{ 0x05294410 }; - inline constexpr REL::Offset BSTEventSink_StarMap__SelectBodyEvent_{ 0x05336910 }; - inline constexpr REL::Offset BSTEventSink_StarMap__StartTransitionEvent_{ 0x05294460 }; - inline constexpr REL::Offset BSTEventSink_StarMap__SystemBodyInfoUpdate_{ 0x05294360 }; - inline constexpr REL::Offset BSTEventSink_StartLoadGameEvent_{ 0x051571C0 }; - inline constexpr REL::Offset BSTEventSink_StartOutpostFromListenerEvent_{ 0x0523BB50 }; - inline constexpr REL::Offset BSTEventSink_SurfaceMapMenu_EnablePointCloud_{ 0x052968F0 }; - inline constexpr REL::Offset BSTEventSink_SurfaceMapMenu_MarkerClicked_{ 0x05296870 }; - inline constexpr REL::Offset BSTEventSink_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x05296940 }; - inline constexpr REL::Offset BSTEventSink_TESActivateEvent_{ 0x052217E0 }; - inline constexpr REL::Offset BSTEventSink_TESActiveEffectApplyFinishEvent_{ 0x0514F890 }; - inline constexpr REL::Offset BSTEventSink_TESActiveEffectRemovedEvent_{ 0x0514F840 }; - inline constexpr REL::Offset BSTEventSink_TESActorActivatedRefEvent_{ 0x052A4080 }; - inline constexpr REL::Offset BSTEventSink_TESActorLocationChangeEvent_{ 0x0512E380 }; - inline constexpr REL::Offset BSTEventSink_TESBookReadEvent_{ 0x0534C6A8 }; - inline constexpr REL::Offset BSTEventSink_TESCellCriticalRefsAttachedEvent_{ 0x05198140 }; - inline constexpr REL::Offset BSTEventSink_TESCellFullyLoadedEvent_{ 0x051C60C0 }; - inline constexpr REL::Offset BSTEventSink_TESCellGravityChangeEvent_{ 0x05224520 }; - inline constexpr REL::Offset BSTEventSink_TESCellNavmeshGeneratedEvent_{ 0x050C9800 }; - inline constexpr REL::Offset BSTEventSink_TESCellReadyToApplyDecalsEvent_{ 0x05169B70 }; - inline constexpr REL::Offset BSTEventSink_TESCellReference3DAttachEvent_{ 0x0512E4F0 }; - inline constexpr REL::Offset BSTEventSink_TESCellReferenceAttachDetachEvent_{ 0x051980B0 }; - inline constexpr REL::Offset BSTEventSink_TESCombatEvent_{ 0x052A5D70 }; - inline constexpr REL::Offset BSTEventSink_TESCombatListEvent_{ 0x05150608 }; - inline constexpr REL::Offset BSTEventSink_TESCommandModeCompleteCommandEvent_{ 0x0534BC50 }; - inline constexpr REL::Offset BSTEventSink_TESCommandModeEnterEvent_{ 0x0534BC00 }; - inline constexpr REL::Offset BSTEventSink_TESCommandModeExitEvent_{ 0x0534BBC0 }; - inline constexpr REL::Offset BSTEventSink_TESCommandModeGiveCommandEvent_{ 0x0534BB70 }; - inline constexpr REL::Offset BSTEventSink_TESConsciousnessEvent_{ 0x0534BA50 }; - inline constexpr REL::Offset BSTEventSink_TESContainerChangedEvent_{ 0x051267D0 }; - inline constexpr REL::Offset BSTEventSink_TESDeathEvent_{ 0x052ED700 }; - inline constexpr REL::Offset BSTEventSink_TESDeferredKillEvent_{ 0x0534BD68 }; - inline constexpr REL::Offset BSTEventSink_TESDestructionStageChangedEvent_{ 0x0534BD20 }; - inline constexpr REL::Offset BSTEventSink_TESEnterBleedoutEvent_{ 0x0534BCE0 }; - inline constexpr REL::Offset BSTEventSink_TESEnterSneakingEvent_{ 0x0534BA10 }; - inline constexpr REL::Offset BSTEventSink_TESEquipEvent_{ 0x05335558 }; - inline constexpr REL::Offset BSTEventSink_TESEscortWaitStartEvent_{ 0x0534B9D0 }; - inline constexpr REL::Offset BSTEventSink_TESEscortWaitStopEvent_{ 0x0534B990 }; - inline constexpr REL::Offset BSTEventSink_TESExitBleedoutEvent_{ 0x0534BCA0 }; - inline constexpr REL::Offset BSTEventSink_TESExitFurnitureEvent_{ 0x0534B950 }; - inline constexpr REL::Offset BSTEventSink_TESFormDeleteEvent_{ 0x051505C8 }; - inline constexpr REL::Offset BSTEventSink_TESFormIDRemapEvent_{ 0x0533AFD8 }; - inline constexpr REL::Offset BSTEventSink_TESFurnitureEvent_{ 0x051F3CC0 }; - inline constexpr REL::Offset BSTEventSink_TESGrabReleaseEvent_{ 0x0523BFA8 }; - inline constexpr REL::Offset BSTEventSink_TESHarvestEvent__ItemHarvested_{ 0x0512E670 }; - inline constexpr REL::Offset BSTEventSink_TESHitEvent_{ 0x0512E2F0 }; - inline constexpr REL::Offset BSTEventSink_TESInitScriptEvent_{ 0x0533B018 }; - inline constexpr REL::Offset BSTEventSink_TESLimbCrippleEvent_{ 0x0514FEC8 }; - inline constexpr REL::Offset BSTEventSink_TESLoadGameEvent_{ 0x05195E50 }; - inline constexpr REL::Offset BSTEventSink_TESLocationExploredEvent_{ 0x0534C0C0 }; - inline constexpr REL::Offset BSTEventSink_TESLockChangedEvent_{ 0x0523C3D8 }; - inline constexpr REL::Offset BSTEventSink_TESMagicEffectApplyEvent_{ 0x05332F60 }; - inline constexpr REL::Offset BSTEventSink_TESMissionAcceptedEvent_{ 0x0534C080 }; - inline constexpr REL::Offset BSTEventSink_TESObjectLoadedEvent_{ 0x05126788 }; - inline constexpr REL::Offset BSTEventSink_TESObjectREFRDuplicate__Event_{ 0x0512E330 }; - inline constexpr REL::Offset BSTEventSink_TESObjectREFRIsReadyForAttachEvent_{ 0x0535E6E0 }; - inline constexpr REL::Offset BSTEventSink_TESObjectREFRTranslationEvent_{ 0x0534BFF0 }; - inline constexpr REL::Offset BSTEventSink_TESOnPCDialogueTargetEvent_{ 0x0534C1C0 }; - inline constexpr REL::Offset BSTEventSink_TESOpenCloseEvent_{ 0x0512E738 }; - inline constexpr REL::Offset BSTEventSink_TESPackageEvent_{ 0x05333D18 }; - inline constexpr REL::Offset BSTEventSink_TESPerkEntryRunEvent_{ 0x05333D50 }; - inline constexpr REL::Offset BSTEventSink_TESPickNewIdleEvent_{ 0x051523B8 }; - inline constexpr REL::Offset BSTEventSink_TESPickpocketFailedEvent_{ 0x052216E0 }; - inline constexpr REL::Offset BSTEventSink_TESPlayerActiveEffectEvent_{ 0x0523F410 }; - inline constexpr REL::Offset BSTEventSink_TESPlayerFollowerWarpEvent_{ 0x0534BB20 }; - inline constexpr REL::Offset BSTEventSink_TESQuestEvent__Event_{ 0x0524A878 }; - inline constexpr REL::Offset BSTEventSink_TESQuestInitEvent_{ 0x0534C178 }; - inline constexpr REL::Offset BSTEventSink_TESQuestRejectedEvent_{ 0x0534C038 }; - inline constexpr REL::Offset BSTEventSink_TESQuestRewardEvent_{ 0x052A62D8 }; - inline constexpr REL::Offset BSTEventSink_TESQuestStageEvent_{ 0x05333C98 }; - inline constexpr REL::Offset BSTEventSink_TESQuestStageItemDoneEvent_{ 0x05203B40 }; - inline constexpr REL::Offset BSTEventSink_TESQuestStartStopEvent_{ 0x052A86D0 }; - inline constexpr REL::Offset BSTEventSink_TESQuestTimerEvent_{ 0x0534AAC0 }; - inline constexpr REL::Offset BSTEventSink_TESResetEvent_{ 0x0534C140 }; - inline constexpr REL::Offset BSTEventSink_TESResolveNPCTemplatesEvent_{ 0x0533AF50 }; - inline constexpr REL::Offset BSTEventSink_TESSceneActionEvent_{ 0x05333CD8 }; - inline constexpr REL::Offset BSTEventSink_TESSceneEvent_{ 0x05333C20 }; - inline constexpr REL::Offset BSTEventSink_TESScenePhaseEvent_{ 0x05333C58 }; - inline constexpr REL::Offset BSTEventSink_TESSellEvent_{ 0x0534C108 }; - inline constexpr REL::Offset BSTEventSink_TESSleepStartEvent_{ 0x052BD460 }; - inline constexpr REL::Offset BSTEventSink_TESSleepStopEvent_{ 0x052BD578 }; - inline constexpr REL::Offset BSTEventSink_TESSpellCastEvent_{ 0x051F9E48 }; - inline constexpr REL::Offset BSTEventSink_TESSpellCastFailureEvent_{ 0x05329220 }; - inline constexpr REL::Offset BSTEventSink_TESSwitchRaceCompleteEvent_{ 0x0534BE80 }; - inline constexpr REL::Offset BSTEventSink_TESTopicInfoEvent_{ 0x05333BE0 }; - inline constexpr REL::Offset BSTEventSink_TESTrackedStatsEvent_{ 0x0534DFE0 }; - inline constexpr REL::Offset BSTEventSink_TESTrapHitEvent_{ 0x0534BE40 }; - inline constexpr REL::Offset BSTEventSink_TESTriggerEnterEvent_{ 0x0512EA78 }; - inline constexpr REL::Offset BSTEventSink_TESTriggerLeaveEvent_{ 0x05127820 }; - inline constexpr REL::Offset BSTEventSink_TESUniqueIDChangeEvent_{ 0x0533AF98 }; - inline constexpr REL::Offset BSTEventSink_TESWaitStartEvent_{ 0x051F8DA8 }; - inline constexpr REL::Offset BSTEventSink_TESWaitStopEvent_{ 0x052BD538 }; - inline constexpr REL::Offset BSTEventSink_TakeoffMenu_CloseMenu_{ 0x0528C7B8 }; - inline constexpr REL::Offset BSTEventSink_TakeoffMenu_ExitShip_{ 0x0528C888 }; - inline constexpr REL::Offset BSTEventSink_TakeoffMenu_Launch_{ 0x0528C848 }; - inline constexpr REL::Offset BSTEventSink_TargetHitEvent_{ 0x0523D458 }; - inline constexpr REL::Offset BSTEventSink_TerminalHacked__Event_{ 0x052C7528 }; - inline constexpr REL::Offset BSTEventSink_TerminalMenuMenuItemRunEvent_{ 0x05333E40 }; - inline constexpr REL::Offset BSTEventSink_TerminalMenuOnEnterEvent_{ 0x0534A9E0 }; - inline constexpr REL::Offset BSTEventSink_TerminalMenu_CancelEvent_{ 0x05298280 }; - inline constexpr REL::Offset BSTEventSink_Terminal_CloseAllViews_{ 0x05298160 }; - inline constexpr REL::Offset BSTEventSink_Terminal_CloseTopView_{ 0x052981A0 }; - inline constexpr REL::Offset BSTEventSink_Terminal_CloseView_{ 0x05298300 }; - inline constexpr REL::Offset BSTEventSink_Terminal_MenuItemClick_{ 0x05298340 }; - inline constexpr REL::Offset BSTEventSink_TestMenu_DoAction_{ 0x0529A6D8 }; - inline constexpr REL::Offset BSTEventSink_TestMenu_ExitMenu_{ 0x0529A758 }; - inline constexpr REL::Offset BSTEventSink_TestMenu_ShowImages_{ 0x0529A718 }; - inline constexpr REL::Offset BSTEventSink_TestMenu_ShowResources_{ 0x0529A800 }; - inline constexpr REL::Offset BSTEventSink_TestMenu_TestAll_{ 0x0529A798 }; - inline constexpr REL::Offset BSTEventSink_TextInputMenu_EndEditText_{ 0x0529BEC0 }; - inline constexpr REL::Offset BSTEventSink_TextInputMenu_InputCanceled_{ 0x0529C030 }; - inline constexpr REL::Offset BSTEventSink_TextInputMenu_StartEditText_{ 0x0529BF10 }; - inline constexpr REL::Offset BSTEventSink_TitleSequenceMenu_StartMusic_{ 0x0532DBB0 }; - inline constexpr REL::Offset BSTEventSink_TraitDiscoveryTextEvent__Event_{ 0x0523DB70 }; - inline constexpr REL::Offset BSTEventSink_TravelMarkerStateChange__Event_{ 0x052C74E0 }; - inline constexpr REL::Offset BSTEventSink_Trespass__Event_{ 0x052C7398 }; - inline constexpr REL::Offset BSTEventSink_TryUpdateShipHudTarget__Event_{ 0x05256E90 }; - inline constexpr REL::Offset BSTEventSink_TutorialEvent_{ 0x053368D0 }; - inline constexpr REL::Offset BSTEventSink_UIMenuChargenMenuDisablePaperdoll_{ 0x05284320 }; - inline constexpr REL::Offset BSTEventSink_UnlockedTerminalElementEvent_{ 0x05298230 }; - inline constexpr REL::Offset BSTEventSink_UpdateActivateListenerEvent_{ 0x0523BAB0 }; - inline constexpr REL::Offset BSTEventSink_UpdateSceneRectEvent_{ 0x0516E638 }; - inline constexpr REL::Offset BSTEventSink_UserEventEnabledEvent_{ 0x05224568 }; - inline constexpr REL::Offset BSTEventSink_VATSCommand_{ 0x05224D88 }; - inline constexpr REL::Offset BSTEventSink_VATSEvents__ModeChange_{ 0x05224D48 }; - inline constexpr REL::Offset BSTEventSink_WeaponFiredEvent_{ 0x051FA1A8 }; - inline constexpr REL::Offset BSTEventSink_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x0516E760 }; - inline constexpr REL::Offset BSTEventSink_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0516E680 }; - inline constexpr REL::Offset BSTEventSink_WorkbenchTracking__TrackingStatusChanged__Event_{ 0x0523BEA0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopActionButton_HoldFinished_{ 0x052A2520 }; - inline constexpr REL::Offset BSTEventSink_WorkshopActionButton_HoldStopped_{ 0x052A2570 }; - inline constexpr REL::Offset BSTEventSink_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0529D090 }; - inline constexpr REL::Offset BSTEventSink_WorkshopBuilderMenu_SelectedItem_{ 0x0529D0E0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopBuilderMenu_ToggleTracking_{ 0x0529D180 }; - inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_ApplyColors_{ 0x05232650 }; - inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_SelectedTab_{ 0x05232720 }; - inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_SliderChanged_{ 0x052326D0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_SwatchChanged_{ 0x05232560 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_AttemptBuild_{ 0x0529F850 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_CancelAction_{ 0x0529F720 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ChangeVariant_{ 0x0529F8A0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ConnectionEvent_{ 0x0529F770 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ExitMenu_{ 0x0529F6D8 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_MessageCallback_{ 0x0529F640 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_SelectedCategory_{ 0x0529F8F0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_SelectedGridObject_{ 0x0529F800 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ShowExtras_{ 0x0529F600 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_SwitchMode_{ 0x0529F7C0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ToggleDistance_{ 0x0529F690 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ToggleTracking_{ 0x0529F4D0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ToggleView_{ 0x0529F5C0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopNPCTransferEvent_{ 0x0534BF20 }; - inline constexpr REL::Offset BSTEventSink_WorkshopQuickMenu_ConfirmAction_{ 0x0529FCA0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopQuickMenu_ExitMenu_{ 0x0529FD60 }; - inline constexpr REL::Offset BSTEventSink_WorkshopShared_SetActionHandles_{ 0x052A24D0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopShared_StartAction_{ 0x052A2480 }; - inline constexpr REL::Offset BSTEventSink_WorkshopTargetMenu_TargetHovered_{ 0x052A0EA0 }; - inline constexpr REL::Offset BSTEventSink_WorkshopTargetMenu_TargetPicked_{ 0x052A0EF0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__CargoLinkAddedEvent_{ 0x0512E860 }; - inline constexpr REL::Offset BSTEventSink_Workshop__CargoLinkTargetChangedEvent_{ 0x0534AA30 }; - inline constexpr REL::Offset BSTEventSink_Workshop__EnterOutpostBeaconModeEvent_{ 0x0534AC20 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemGrabbedEvent_{ 0x0534BDB0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemMovedEvent_{ 0x0534BE00 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemPlacedEvent_{ 0x05198370 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemProducedEvent_{ 0x05150810 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemRemovedEvent_{ 0x052A8990 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemRepairedEvent_{ 0x0512EA30 }; - inline constexpr REL::Offset BSTEventSink_Workshop__ItemScrappedEvent_{ 0x052C66E0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__OutpostNameChangedEvent_{ 0x0512E8B0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__OutpostPlacedEvent_{ 0x0512EB50 }; - inline constexpr REL::Offset BSTEventSink_Workshop__PlacementStatusEvent_{ 0x05126A10 }; - inline constexpr REL::Offset BSTEventSink_Workshop__PowerOffEvent_{ 0x0534BFA8 }; - inline constexpr REL::Offset BSTEventSink_Workshop__PowerOnEvent_{ 0x0534BF68 }; - inline constexpr REL::Offset BSTEventSink_Workshop__SnapBehaviorCycledEvent_{ 0x0512E460 }; - inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopFlyCameraEvent_{ 0x0534BED0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopItemPlacedEvent_{ 0x0514FAE0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopModeEvent_{ 0x0512E9E0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopOutputLinkEvent_{ 0x0534ABD0 }; - inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopStatsChangedEvent_{ 0x05232A70 }; - inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopUpdateStatsEvent_{ 0x0512E7C0 }; - inline constexpr REL::Offset BSTEventSink_WorldSpaceReleasedEvent_{ 0x05201360 }; - inline constexpr REL::Offset BSTEventSink_XPChange__Event_{ 0x052A6040 }; - inline constexpr REL::Offset BSTEventSink_bhkCharacterMoveFinishEvent_{ 0x052669B0 }; - inline constexpr REL::Offset BSTEventSink_bhkCharacterStateChangeEvent_{ 0x05266A50 }; - inline constexpr REL::Offset BSTEventSink_bhkNonSupportContactEvent_{ 0x05266A00 }; - inline constexpr REL::Offset BSTEventSink_nsBarterMenu__CompletedEvent_{ 0x05150B10 }; - inline constexpr REL::Offset BSTEventSource_Activation__Event_{ 0x051D8D60 }; - inline constexpr REL::Offset BSTEventSource_ActivityEvents__ActivityCompletedEvent_{ 0x051873F0 }; - inline constexpr REL::Offset BSTEventSource_ActivityTrackerActivityStartedEvent_{ 0x05187B40 }; - inline constexpr REL::Offset BSTEventSource_ActorCPMEvent_{ 0x05266B40 }; - inline constexpr REL::Offset BSTEventSource_ActorCellChangeEvent_{ 0x051E0B00 }; - inline constexpr REL::Offset BSTEventSource_ActorDamage__Event_{ 0x052CB088 }; - inline constexpr REL::Offset BSTEventSource_ActorEquipManagerEvent__Event_{ 0x052BD250 }; - inline constexpr REL::Offset BSTEventSource_ActorEquipManagerEvent__SpellEvent_{ 0x052BD200 }; - inline constexpr REL::Offset BSTEventSource_ActorHeadAttachedEvent_{ 0x051E0B40 }; - inline constexpr REL::Offset BSTEventSource_ActorInventoryEvent_{ 0x052CD3D8 }; - inline constexpr REL::Offset BSTEventSource_ActorItemEquipped__Event_{ 0x052CB110 }; - inline constexpr REL::Offset BSTEventSource_ActorKill__Event_{ 0x052CB0C8 }; - inline constexpr REL::Offset BSTEventSource_ActorSprintEvent_{ 0x05266B78 }; - inline constexpr REL::Offset BSTEventSource_ActorValueEvents__ActorValueChangedEvent_{ 0x051D9290 }; - inline constexpr REL::Offset BSTEventSource_AliasChangeEvent_{ 0x051DFA88 }; - inline constexpr REL::Offset BSTEventSource_AnimationDataCleanupEvent_{ 0x05153580 }; - inline constexpr REL::Offset BSTEventSource_AnimationDataSetupEvent_{ 0x051535D0 }; - inline constexpr REL::Offset BSTEventSource_AnimationGraphDependentEvent_{ 0x051DDE50 }; - inline constexpr REL::Offset BSTEventSource_AssaultCrime__Event_{ 0x052CADF0 }; - inline constexpr REL::Offset BSTEventSource_AttachReference__Event_{ 0x051278B0 }; - inline constexpr REL::Offset BSTEventSource_AutoLoadDoorRolloverEvent_{ 0x051CFC70 }; - inline constexpr REL::Offset BSTEventSource_BGSAcousticSpaceListener__StackChangedEvent_{ 0x052A4980 }; - inline constexpr REL::Offset BSTEventSource_BGSActorCellEvent_{ 0x052D0FB0 }; - inline constexpr REL::Offset BSTEventSource_BGSActorDeathEvent_{ 0x052A6710 }; - inline constexpr REL::Offset BSTEventSource_BGSAffinityEventEvent_{ 0x051E0CD0 }; - inline constexpr REL::Offset BSTEventSource_BGSAppPausedEvent_{ 0x0532B4F8 }; - inline constexpr REL::Offset BSTEventSource_BGSCellGridLoadEvent_{ 0x051E0348 }; - inline constexpr REL::Offset BSTEventSource_BGSEventProcessedEvent_{ 0x051E1850 }; - inline constexpr REL::Offset BSTEventSource_BGSFootstepEvent_{ 0x052CD6C8 }; - inline constexpr REL::Offset BSTEventSource_BGSHavokWorldCreatedEvent_{ 0x051E0270 }; - inline constexpr REL::Offset BSTEventSource_BGSHotloadCompletedEvent_{ 0x051817E0 }; - inline constexpr REL::Offset BSTEventSource_BGSInventoryListEvent__Event_{ 0x0518A2A0 }; - inline constexpr REL::Offset BSTEventSource_BGSKeyword__OnDestroyEvent_{ 0x051E7360 }; - inline constexpr REL::Offset BSTEventSource_BGSLocationLoadedEvent_{ 0x051E0990 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCompanionDismiss_{ 0x051E0430 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCompleteResearchEvent_{ 0x051E03E0 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCraftItemEvent_{ 0x051E0570 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCreateRobotEvent_{ 0x051E05C0 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerEnterVertibirdEvent_{ 0x051E0220 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerFallLongDistances_{ 0x051E0480 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerFireWeaponEvent_{ 0x051E0520 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerHealTeammateEvent_{ 0x051DF610 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerLoiteringBeginEvent_{ 0x051DF520 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerLoiteringEndEvent_{ 0x051DF570 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerModArmorWeaponEvent_{ 0x051E0390 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerModRobotEvent_{ 0x051E04D0 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerSwimmingEvent_{ 0x051E01D0 }; - inline constexpr REL::Offset BSTEventSource_BGSOnPlayerUseWorkBenchEvent_{ 0x051E0130 }; - inline constexpr REL::Offset BSTEventSource_BGSOnSpeechChallengeAvailable_{ 0x051E0180 }; - inline constexpr REL::Offset BSTEventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ 0x051A1E90 }; - inline constexpr REL::Offset BSTEventSource_BGSRadiationDamageEvent_{ 0x051DF5C0 }; - inline constexpr REL::Offset BSTEventSource_BGSScannerGuideEffectStatusUpdateEvent_{ 0x05260010 }; - inline constexpr REL::Offset BSTEventSource_BGSSceneActionPlayerDialogue__ActionEndEvent_{ 0x051C8F50 }; - inline constexpr REL::Offset BSTEventSource_BGSSceneActionPlayerDialogue__ActionStartEvent_{ 0x051C90A0 }; - inline constexpr REL::Offset BSTEventSource_BGSTerrain__ClipUpdatedEvent_{ 0x051C86B0 }; - inline constexpr REL::Offset BSTEventSource_BIUIMenuVisiblePausedBeginEvent_{ 0x0539E2E0 }; - inline constexpr REL::Offset BSTEventSource_BIUIMenuVisiblePausedEndEvent_{ 0x0539DFB0 }; - inline constexpr REL::Offset BSTEventSource_BSAnimationGraphEvent_{ 0x05360610 }; - inline constexpr REL::Offset BSTEventSource_BSBethesdaPlatformLoginEvent_{ 0x05242380 }; - inline constexpr REL::Offset BSTEventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ 0x05281920 }; - inline constexpr REL::Offset BSTEventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ 0x05281E30 }; - inline constexpr REL::Offset BSTEventSource_BSCoreMessage__Event_{ 0x05127390 }; - inline constexpr REL::Offset BSTEventSource_BSCursorRotationChange_{ 0x0539E290 }; - inline constexpr REL::Offset BSTEventSource_BSCursorTypeChange_{ 0x0539E368 }; - inline constexpr REL::Offset BSTEventSource_BSGalaxy__CreateInfoBodyEvent_{ 0x05372560 }; - inline constexpr REL::Offset BSTEventSource_BSGalaxy__CreateViewEvent_{ 0x053723D0 }; - inline constexpr REL::Offset BSTEventSource_BSMaterial__MaterialsReloadedEvent_{ 0x0538F720 }; - inline constexpr REL::Offset BSTEventSource_BSMovementDataChangedEvent_{ 0x05360550 }; - inline constexpr REL::Offset BSTEventSource_BSMusicEvent_{ 0x05127930 }; - inline constexpr REL::Offset BSTEventSource_BSNavMeshGenTaskProgressEvent_{ 0x053B5D90 }; - inline constexpr REL::Offset BSTEventSource_BSNavMeshGenerationBeginEvent_{ 0x05191420 }; - inline constexpr REL::Offset BSTEventSource_BSNavMeshGenerationFinishedEvent_{ 0x05191470 }; - inline constexpr REL::Offset BSTEventSource_BSNavmeshCellUpdateEvent_{ 0x051FE260 }; - inline constexpr REL::Offset BSTEventSource_BSNavmeshChangeEvent_{ 0x051FE188 }; - inline constexpr REL::Offset BSTEventSource_BSNavmeshObstacleEvent_{ 0x051FE210 }; - inline constexpr REL::Offset BSTEventSource_BSPathEvent_{ 0x053B71A0 }; - inline constexpr REL::Offset BSTEventSource_BSProceduralGeomEvent_{ 0x0538A180 }; - inline constexpr REL::Offset BSTEventSource_BSResource__Archive2__ClearRegistryEvent_{ 0x053B9B90 }; - inline constexpr REL::Offset BSTEventSource_BSResource__Archive2__RegisteredEvent_{ 0x053B9B40 }; - inline constexpr REL::Offset BSTEventSource_BSResource__Archive2__StreamOpenedEvent_{ 0x053B9A80 }; - inline constexpr REL::Offset BSTEventSource_BSResource__ArchiveRegisteredEvent_{ 0x053B9A30 }; - inline constexpr REL::Offset BSTEventSource_BSResource__NameFoundEvent_{ 0x053BB110 }; - inline constexpr REL::Offset BSTEventSource_BSScript__LogEvent_{ 0x05334F78 }; - inline constexpr REL::Offset BSTEventSource_BSScript__StatsEvent_{ 0x053C05E8 }; - inline constexpr REL::Offset BSTEventSource_BSSubGraphActivationUpdate_{ 0x053605A0 }; - inline constexpr REL::Offset BSTEventSource_BSSysMonFrameCaptured_{ 0x051278F0 }; - inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_FaderMenuDisplayState__{ 0x05327BD0 }; - inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ 0x052D1170 }; - inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ 0x0523D060 }; - inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ 0x05264820 }; - inline constexpr REL::Offset BSTEventSource_BSTextTextureChangedEvent_{ 0x051167C0 }; - inline constexpr REL::Offset BSTEventSource_BSThreadEvent__ThreadEvent_{ 0x05370610 }; - inline constexpr REL::Offset BSTEventSource_BSTransformDeltaEvent_{ 0x05360680 }; - inline constexpr REL::Offset BSTEventSource_BSVisualizeModeChangedEvent_{ 0x05389550 }; - inline constexpr REL::Offset BSTEventSource_BSWorldOriginShiftEvent_{ 0x0518FBA0 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_BuyItem_{ 0x052683E0 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_CloseMenu_{ 0x05268938 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_HideModel_{ 0x05268310 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_LoadModel_{ 0x05268978 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_SellItem_{ 0x05268420 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_SetMouseOverModel_{ 0x05268460 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_ShowFailureMessage_{ 0x05268350 }; - inline constexpr REL::Offset BSTEventSource_BarterMenu_ViewedItem_{ 0x052683A0 }; - inline constexpr REL::Offset BSTEventSource_BeamProjectileImpactEvent_{ 0x052EC2E0 }; - inline constexpr REL::Offset BSTEventSource_BinkMovieStoppedPlayingEvent_{ 0x0522E330 }; - inline constexpr REL::Offset BSTEventSource_Bleedout__Event_{ 0x052CBB98 }; - inline constexpr REL::Offset BSTEventSource_BlurEvent_{ 0x05323108 }; - inline constexpr REL::Offset BSTEventSource_BooksRead__Event_{ 0x051CF608 }; - inline constexpr REL::Offset BSTEventSource_BoundaryMenu_FastTravel_{ 0x05229C30 }; - inline constexpr REL::Offset BSTEventSource_BoundaryMenu_ShowMap_{ 0x05229BF0 }; - inline constexpr REL::Offset BSTEventSource_Bounty__Event_{ 0x052D0E08 }; - inline constexpr REL::Offset BSTEventSource_BuilderMenuSelectEvent_{ 0x051DFEC0 }; - inline constexpr REL::Offset BSTEventSource_CameraCutEvent_{ 0x05208FB8 }; - inline constexpr REL::Offset BSTEventSource_CellAttachDetachEvent_{ 0x0517E380 }; - inline constexpr REL::Offset BSTEventSource_ChallengeCompletedEvent__Event_{ 0x05187920 }; - inline constexpr REL::Offset BSTEventSource_CharGen_BrowChange_{ 0x05283D78 }; - inline constexpr REL::Offset BSTEventSource_CharGen_BrowColorChange_{ 0x05283C00 }; - inline constexpr REL::Offset BSTEventSource_CharGen_CancelTextEntry_{ 0x052840F0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_CloseMenu_{ 0x052842D8 }; - inline constexpr REL::Offset BSTEventSource_CharGen_CyclePronoun_{ 0x05283B78 }; - inline constexpr REL::Offset BSTEventSource_CharGen_DirtScarsEtcChange_{ 0x05283ED0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_EndBodyChange_{ 0x052837C0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_EndTextEntry_{ 0x05284138 }; - inline constexpr REL::Offset BSTEventSource_CharGen_EyeColorChange_{ 0x05283DC0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_FacialHairChange_{ 0x05283CA0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_FacialHairColorChange_{ 0x05283C50 }; - inline constexpr REL::Offset BSTEventSource_CharGen_HairChange_{ 0x05283D38 }; - inline constexpr REL::Offset BSTEventSource_CharGen_HairColorChange_{ 0x05283CF0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_HeadpartPlusSelectorChange_{ 0x05283F70 }; - inline constexpr REL::Offset BSTEventSource_CharGen_HeadpartPresetChange_{ 0x05284250 }; - inline constexpr REL::Offset BSTEventSource_CharGen_JewelryChange_{ 0x052838A0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_JewelryColorChange_{ 0x05283850 }; - inline constexpr REL::Offset BSTEventSource_CharGen_MakeupChange_{ 0x052835E8 }; - inline constexpr REL::Offset BSTEventSource_CharGen_MarkingsChange_{ 0x052835A0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_PostBlendColorOptionChange_{ 0x05283680 }; - inline constexpr REL::Offset BSTEventSource_CharGen_PostBlendFaceChange_{ 0x052836D0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_PostBlendIntensityChange_{ 0x05283630 }; - inline constexpr REL::Offset BSTEventSource_CharGen_PresetChange_{ 0x05284298 }; - inline constexpr REL::Offset BSTEventSource_CharGen_RollOffLocomotion_{ 0x05283960 }; - inline constexpr REL::Offset BSTEventSource_CharGen_RollOnLocomotion_{ 0x052839B0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_RotatePaperdoll_{ 0x05283A00 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetAdditionalSlider_{ 0x05283770 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetBackground_{ 0x05283E10 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetBlockInputUnderPopup_{ 0x05283720 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetBodyValues_{ 0x05284010 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetCameraPosition_{ 0x05283FC0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetPronoun_{ 0x05283B38 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetSex_{ 0x05284208 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetSlider_{ 0x052841C8 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SetTrait_{ 0x05283E50 }; - inline constexpr REL::Offset BSTEventSource_CharGen_ShowChooseBackgroundMessage_{ 0x05284050 }; - inline constexpr REL::Offset BSTEventSource_CharGen_ShowPlayerRenameMessage_{ 0x052840A0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SkintoneChange_{ 0x05283F20 }; - inline constexpr REL::Offset BSTEventSource_CharGen_StartBodyChange_{ 0x05283800 }; - inline constexpr REL::Offset BSTEventSource_CharGen_StartTextEntry_{ 0x05284180 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SwitchBodyType_{ 0x05283A50 }; - inline constexpr REL::Offset BSTEventSource_CharGen_SwitchLocomotion_{ 0x05283AA0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_TeethChange_{ 0x05283BB8 }; - inline constexpr REL::Offset BSTEventSource_CharGen_TeethRollOff_{ 0x052838E0 }; - inline constexpr REL::Offset BSTEventSource_CharGen_TeethRollOn_{ 0x05283920 }; - inline constexpr REL::Offset BSTEventSource_CharGen_ToggleMarking_{ 0x05283E90 }; - inline constexpr REL::Offset BSTEventSource_CharGen_TogglePreviewHabSuit_{ 0x05283AF0 }; - inline constexpr REL::Offset BSTEventSource_CharacterBeginLevelUpEvent_{ 0x052A6210 }; - inline constexpr REL::Offset BSTEventSource_CharacterFinishLevelUpEvent_{ 0x05247A50 }; - inline constexpr REL::Offset BSTEventSource_ChestLooted__Event_{ 0x052D0E40 }; - inline constexpr REL::Offset BSTEventSource_ClearHUDMessagesEvent_{ 0x0523DEC0 }; - inline constexpr REL::Offset BSTEventSource_ClearQuickContainerEvent_{ 0x051CFB60 }; - inline constexpr REL::Offset BSTEventSource_ClearShipHudTarget__Event_{ 0x05255DA0 }; - inline constexpr REL::Offset BSTEventSource_ConsoleLogAddEvent_{ 0x05323C98 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenuClosed__Event_{ 0x0522E290 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_CloseMenu_{ 0x05237A70 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_HideModel_{ 0x05326020 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_Jettison_{ 0x053260C0 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_LoadModel_{ 0x05325FD0 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_OpenRefuelMenu_{ 0x05326070 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_SetMouseOverModel_{ 0x05326110 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_TakeAll_{ 0x05325F90 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_ToggleEquip_{ 0x05325EF0 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_TransferAllResources_{ 0x05325F40 }; - inline constexpr REL::Offset BSTEventSource_ContainerMenu_TransferItem_{ 0x05325EA0 }; - inline constexpr REL::Offset BSTEventSource_ContextStackChangedEvent_{ 0x05370BA0 }; - inline constexpr REL::Offset BSTEventSource_ContractedDisease__Event_{ 0x052CBB50 }; - inline constexpr REL::Offset BSTEventSource_ControlsRemappedEvent_{ 0x0524E0C0 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_CraftItem_{ 0x05235FF0 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_ExitBench_{ 0x052360E0 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_Highlight3D_{ 0x0529C780 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_InstallMod_{ 0x052353B0 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_RenameItem_{ 0x05235310 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_RevertHighlight_{ 0x0529C730 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_RevertedModdedItem_{ 0x05235270 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedModSlot_{ 0x05235400 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedMod_{ 0x052352C0 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedModdableItem_{ 0x05235450 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedRecipe_{ 0x05236040 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_SessionSummaryEvent_{ 0x05234B00 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_SetInspectControls_{ 0x05236090 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_ToggleTracking_{ 0x05236150 }; - inline constexpr REL::Offset BSTEventSource_CraftingMenu_ViewingModdableItem_{ 0x05235360 }; - inline constexpr REL::Offset BSTEventSource_CrewAssignedEvent_{ 0x051E0A28 }; - inline constexpr REL::Offset BSTEventSource_CrewDismissedEvent_{ 0x051E0948 }; - inline constexpr REL::Offset BSTEventSource_CriticalHitEvent__Event_{ 0x052D0E80 }; - inline constexpr REL::Offset BSTEventSource_CustomMarkerUpdate__Event_{ 0x052D0D80 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_CloseMenu_{ 0x05286858 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_ClosedForSubMenu_{ 0x052868A0 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_Missions_{ 0x05286788 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_OpenPauseMenu_{ 0x05286650 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_PlotToLocation_{ 0x052866A0 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_Reopened_{ 0x05286818 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedAttributesMenu_{ 0x05288370 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedInventoryMenu_{ 0x05288320 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedMapMenu_{ 0x052882D0 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedPowersMenu_{ 0x052866F0 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedShipMenu_{ 0x05288280 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedStatusMenu_{ 0x052868F0 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SetMenuForQuickEntry_{ 0x05286740 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_SetPaperDollActive_{ 0x052867D0 }; - inline constexpr REL::Offset BSTEventSource_DataMenu_StartCloseAnim_{ 0x05237DF0 }; - inline constexpr REL::Offset BSTEventSource_DataSlateButtons_acceptClicked_{ 0x0526B5A0 }; - inline constexpr REL::Offset BSTEventSource_DataSlateButtons_cancelClicked_{ 0x0526B5F0 }; - inline constexpr REL::Offset BSTEventSource_DataSlateMenu_playSFX_{ 0x0526B560 }; - inline constexpr REL::Offset BSTEventSource_DataSlateMenu_toggleAudio_{ 0x0526B510 }; - inline constexpr REL::Offset BSTEventSource_DaysJailed__Event_{ 0x052D0DC8 }; - inline constexpr REL::Offset BSTEventSource_DaysPassed__Event_{ 0x052AE410 }; - inline constexpr REL::Offset BSTEventSource_DefaultObjectsReadyEvent__Event_{ 0x051E3F50 }; - inline constexpr REL::Offset BSTEventSource_DeferredDeleter__QueueStatusEvent_{ 0x052AED90 }; - inline constexpr REL::Offset BSTEventSource_DestroyedEvent_{ 0x051E0608 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_CompleteExit_{ 0x0525E7C0 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnDialogueSelect_{ 0x053266D0 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnListVisibilityChange_{ 0x053271D0 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnPersuasionAutoWin_{ 0x05327220 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnScriptedDialogueSelect_{ 0x05327270 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_RequestExit_{ 0x05327180 }; - inline constexpr REL::Offset BSTEventSource_DialogueMenu_RequestSkipDialogue_{ 0x05326720 }; - inline constexpr REL::Offset BSTEventSource_DisarmedEvent__Event_{ 0x052CB048 }; - inline constexpr REL::Offset BSTEventSource_DisplayFatigueWarningEvent_{ 0x05264120 }; - inline constexpr REL::Offset BSTEventSource_DocAcceptMenu_Accept_{ 0x05229EC8 }; - inline constexpr REL::Offset BSTEventSource_DynNavMeshOpRecord__CompleteEvent_{ 0x05190080 }; - inline constexpr REL::Offset BSTEventSource_DynamicNavMeshBuildCompleteEvent_{ 0x0515E8C0 }; - inline constexpr REL::Offset BSTEventSource_EndLoadGameEvent_{ 0x05157028 }; - inline constexpr REL::Offset BSTEventSource_EnteredUnity__Event_{ 0x052D06B8 }; - inline constexpr REL::Offset BSTEventSource_ExperienceMeterDisplayData_{ 0x05263320 }; - inline constexpr REL::Offset BSTEventSource_FactionRankChange__Event_{ 0x052CB000 }; - inline constexpr REL::Offset BSTEventSource_FaderMenuDisplayState_{ 0x05327780 }; - inline constexpr REL::Offset BSTEventSource_FavoriteMgr_Events__ComponentFavoriteEvent_{ 0x05328E10 }; - inline constexpr REL::Offset BSTEventSource_FavoritesMenu_AssignQuickkey_{ 0x05328650 }; - inline constexpr REL::Offset BSTEventSource_FavoritesMenu_UseQuickkey_{ 0x053286A0 }; - inline constexpr REL::Offset BSTEventSource_FinePaid__Event_{ 0x052D0B50 }; - inline constexpr REL::Offset BSTEventSource_FirstThirdPersonSwitch__Event_{ 0x052D0620 }; - inline constexpr REL::Offset BSTEventSource_GameScript__StatsEvent_{ 0x0533AEC0 }; - inline constexpr REL::Offset BSTEventSource_GameScript__UserLogEvent_{ 0x0533AF00 }; - inline constexpr REL::Offset BSTEventSource_GameStalledEvent_{ 0x053BBD28 }; - inline constexpr REL::Offset BSTEventSource_GlobalFunc_CloseAllMenus_{ 0x05261E80 }; - inline constexpr REL::Offset BSTEventSource_GlobalFunc_CloseMenu_{ 0x05261EC8 }; - inline constexpr REL::Offset BSTEventSource_GlobalFunc_PlayMenuSound_{ 0x05261DA0 }; - inline constexpr REL::Offset BSTEventSource_GlobalFunc_StartGameRender_{ 0x05261E30 }; - inline constexpr REL::Offset BSTEventSource_GlobalFunc_UserEvent_{ 0x05261DE8 }; - inline constexpr REL::Offset BSTEventSource_GrandTheftHorse__Event_{ 0x052CAD30 }; - inline constexpr REL::Offset BSTEventSource_HUDActivityIncreaseEvent_{ 0x0514F3E0 }; - inline constexpr REL::Offset BSTEventSource_HUDCrewBuffMessageEvent_{ 0x05232D50 }; - inline constexpr REL::Offset BSTEventSource_HUDModeEvent_{ 0x0523BA28 }; - inline constexpr REL::Offset BSTEventSource_HUDNotificationEvent_{ 0x05265878 }; - inline constexpr REL::Offset BSTEventSource_HUDNotification_MissionActiveWidgetUpdate_{ 0x052658C0 }; - inline constexpr REL::Offset BSTEventSource_HUDNotification_OpenDataMenu_{ 0x05265970 }; - inline constexpr REL::Offset BSTEventSource_HUDNotification_OpenMissionMenu_{ 0x052659C0 }; - inline constexpr REL::Offset BSTEventSource_HUDNotification_SetMissionActive_{ 0x05265920 }; - inline constexpr REL::Offset BSTEventSource_HUDRolloverActivationButtonEvent_{ 0x0523BC90 }; - inline constexpr REL::Offset BSTEventSource_HUDRolloverActivationQCItemPressEvent_{ 0x0523BCE0 }; - inline constexpr REL::Offset BSTEventSource_HUDWeaponWorldFOVMultChangedEvent_{ 0x051BAA40 }; - inline constexpr REL::Offset BSTEventSource_HangarShipSelection_ChangeSystemDisplay_{ 0x0522DF10 }; - inline constexpr REL::Offset BSTEventSource_HangarShipSelection_RepairShip_{ 0x0522E240 }; - inline constexpr REL::Offset BSTEventSource_HangarShipSelection_UpgradeSystem_{ 0x0522DF70 }; - inline constexpr REL::Offset BSTEventSource_HideSubtitleEvent__Event_{ 0x0523E8D0 }; - inline constexpr REL::Offset BSTEventSource_HomeShipSetEvent_{ 0x051E14B8 }; - inline constexpr REL::Offset BSTEventSource_HourPassed__Event_{ 0x052AE450 }; - inline constexpr REL::Offset BSTEventSource_HoursPassed__Event_{ 0x0532D1F0 }; - inline constexpr REL::Offset BSTEventSource_IdleInputEvent_{ 0x0525D838 }; - inline constexpr REL::Offset BSTEventSource_ImageFixtureEvent_RequestImage_{ 0x0539F490 }; - inline constexpr REL::Offset BSTEventSource_ImageFixtureEvent_UnregisterImage_{ 0x0539F440 }; - inline constexpr REL::Offset BSTEventSource_InputEnableLayerDestroyedEvent_{ 0x053710F0 }; - inline constexpr REL::Offset BSTEventSource_InstantReferenceInteractionEvent_{ 0x051DFF60 }; - inline constexpr REL::Offset BSTEventSource_InventoryInterface__FavoriteChangedEvent_{ 0x052BD5C0 }; - inline constexpr REL::Offset BSTEventSource_InventoryItemEvent__Event_{ 0x0518A010 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_Change3DView_{ 0x05237B60 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_DropItem_{ 0x0526DA70 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_HideModel_{ 0x0526D9D0 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_LoadModel_{ 0x0526D980 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_OnEnterCategory_{ 0x0526D290 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_OpenCargoHold_{ 0x0526D2E0 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_PaperDollTryOn_{ 0x05237E40 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_ResetPaperDollInv_{ 0x05237B10 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_SelectItem_{ 0x0526DA20 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_SetMouseOverModel_{ 0x0526DB10 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_StartCloseAnim_{ 0x0526D330 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_ToggleFavorite_{ 0x0526DAC0 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_ToggleHelmet_{ 0x05247AE0 }; - inline constexpr REL::Offset BSTEventSource_InventoryMenu_ToggleSuit_{ 0x05247A00 }; - inline constexpr REL::Offset BSTEventSource_Inventory_SetSort_{ 0x0523BDD0 }; - inline constexpr REL::Offset BSTEventSource_ItemConsumedEvent_{ 0x051DDF98 }; - inline constexpr REL::Offset BSTEventSource_ItemCrafted__Event_{ 0x052D0B90 }; - inline constexpr REL::Offset BSTEventSource_ItemSteal__Event_{ 0x052D0AD0 }; - inline constexpr REL::Offset BSTEventSource_ItemSwappedEvent_{ 0x051DDD88 }; - inline constexpr REL::Offset BSTEventSource_JailEscape__Event_{ 0x052D0B10 }; - inline constexpr REL::Offset BSTEventSource_Jailing__Event_{ 0x052D0A58 }; - inline constexpr REL::Offset BSTEventSource_LevelIncrease__Event_{ 0x052D0A90 }; - inline constexpr REL::Offset BSTEventSource_LevelUp_AnimFinished_{ 0x05263208 }; - inline constexpr REL::Offset BSTEventSource_LevelUp_OnWidgetShown_{ 0x05263370 }; - inline constexpr REL::Offset BSTEventSource_LevelUp_OpenDataMenu_{ 0x052632A0 }; - inline constexpr REL::Offset BSTEventSource_LevelUp_ShowSkills_{ 0x052632E0 }; - inline constexpr REL::Offset BSTEventSource_LoadScreenEndEvent_{ 0x0517E110 }; - inline constexpr REL::Offset BSTEventSource_LoadScreenStartEvent_{ 0x0517E0D0 }; - inline constexpr REL::Offset BSTEventSource_LoadingMenu_RefreshText_{ 0x05329630 }; - inline constexpr REL::Offset BSTEventSource_LocationExplored__Event_{ 0x051D1250 }; - inline constexpr REL::Offset BSTEventSource_LocationLinked__Event_{ 0x051D1160 }; - inline constexpr REL::Offset BSTEventSource_LocationMarkerArrayUpdate__Event_{ 0x052D09C0 }; - inline constexpr REL::Offset BSTEventSource_LocationTextEvent__Event_{ 0x05266780 }; - inline constexpr REL::Offset BSTEventSource_LocationTextWidget_FinishedQueue_{ 0x05263410 }; - inline constexpr REL::Offset BSTEventSource_LockPickedEvent_{ 0x051DDDC8 }; - inline constexpr REL::Offset BSTEventSource_MagicSystem__FlushLogEvent_{ 0x05127860 }; - inline constexpr REL::Offset BSTEventSource_MagicSystem__LogEvent_{ 0x051276A8 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_ActionCanceled_{ 0x0532A7B0 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_ActionConfirmed_{ 0x0532A760 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_ConfirmLoad_{ 0x0532A838 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_DeleteSave_{ 0x0532A878 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_LegalScreenComplete_{ 0x0532A940 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_SetCharacter_{ 0x0532A8C0 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_StartAction_{ 0x0532A718 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_StartLoad_{ 0x0532A7F8 }; - inline constexpr REL::Offset BSTEventSource_MainMenu_UploadSave_{ 0x0532A900 }; - inline constexpr REL::Offset BSTEventSource_MainStatus__StageEvent_{ 0x052BD420 }; - inline constexpr REL::Offset BSTEventSource_MapMarkerDiscoveredEvent_{ 0x051E0050 }; - inline constexpr REL::Offset BSTEventSource_MenuModeChangeEvent_{ 0x0539E248 }; - inline constexpr REL::Offset BSTEventSource_MenuOpenCloseEvent_{ 0x0539E208 }; - inline constexpr REL::Offset BSTEventSource_MenuPauseChangeEvent_{ 0x0539E178 }; - inline constexpr REL::Offset BSTEventSource_MenuPauseCounterChangeEvent_{ 0x0539E1C0 }; - inline constexpr REL::Offset BSTEventSource_MessageBoxMenu_OnBackOut_{ 0x0532C300 }; - inline constexpr REL::Offset BSTEventSource_MessageBoxMenu_OnButtonPress_{ 0x0532C260 }; - inline constexpr REL::Offset BSTEventSource_MessageBoxMenu_OnScriptedButtonPress_{ 0x0532C2B0 }; - inline constexpr REL::Offset BSTEventSource_MissionBoard_MissionEntryChanged_{ 0x0526E4D0 }; - inline constexpr REL::Offset BSTEventSource_MissionBoard_MissionEntryPressed_{ 0x0526E520 }; - inline constexpr REL::Offset BSTEventSource_MissionMenuStateEvent__Event_{ 0x0524A7E0 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_ClearState_{ 0x0526A5B0 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_PlotToLocation_{ 0x0526A420 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_RejectQuest_{ 0x0526A4C0 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_SaveCategoryIndex_{ 0x0526A560 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_SaveOpenedId_{ 0x0526A510 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_ShowItemLocation_{ 0x0526A3D0 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_ToggleQTDisplay_{ 0x0526A600 }; - inline constexpr REL::Offset BSTEventSource_MissionMenu_ToggleTrackingQuest_{ 0x0526A470 }; - inline constexpr REL::Offset BSTEventSource_ModelReferenceEffectEvents__ReferenceEffectFinished_{ 0x052A39C0 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_Bioscan_{ 0x052710A8 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_FastTravel_{ 0x05270E60 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_Harvest_{ 0x052710E8 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_Initialize_{ 0x052711B0 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_Outpost_{ 0x05271128 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_PhotoMode_{ 0x05271020 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_Shutdown_{ 0x05271168 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_SocialSpell_{ 0x05271060 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_StartContainerView_{ 0x05270F00 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_StopContainerView_{ 0x05270EB0 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_SurfaceMap_{ 0x05270F50 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_UseListScrollControls_{ 0x05270E10 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_ZoomIn_{ 0x05270FD8 }; - inline constexpr REL::Offset BSTEventSource_MonocleMenu_ZoomOut_{ 0x05270F98 }; - inline constexpr REL::Offset BSTEventSource_MovementMessageUpdateRequestImmediate_{ 0x05266AA0 }; - inline constexpr REL::Offset BSTEventSource_MurderCrime__Event_{ 0x052CADB0 }; - inline constexpr REL::Offset BSTEventSource_ObjectScannedEvent_{ 0x051E00F0 }; - inline constexpr REL::Offset BSTEventSource_ObjectiveState__Event_{ 0x051E77B0 }; - inline constexpr REL::Offset BSTEventSource_OpenContainerMenuEventData_{ 0x0523B9E0 }; - inline constexpr REL::Offset BSTEventSource_OpenContainerMenuFromListenerEvent_{ 0x0523BA60 }; - inline constexpr REL::Offset BSTEventSource_OtherEventEnabledEvent_{ 0x05371140 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_ActionCanceled_{ 0x0528A970 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_ConfirmAction_{ 0x0528A920 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_ConfirmLoad_{ 0x0528A8E0 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_ConfirmSave_{ 0x0528A780 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_DeleteSave_{ 0x0528A808 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_QuitToDesktop_{ 0x0528A7C0 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_SetCharacter_{ 0x0528A850 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_StartAction_{ 0x0528AA00 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_StartLoad_{ 0x0528A898 }; - inline constexpr REL::Offset BSTEventSource_PauseMenu_UploadSave_{ 0x0528A738 }; - inline constexpr REL::Offset BSTEventSource_PerkChanged__Event_{ 0x0515EE68 }; - inline constexpr REL::Offset BSTEventSource_PerkValueEvents__PerkEntryUpdatedEvent_{ 0x0508C890 }; - inline constexpr REL::Offset BSTEventSource_PerkValueEvents__PerkValueChangedEvent_{ 0x05266AF0 }; - inline constexpr REL::Offset BSTEventSource_PhotoGallery_DeletePhoto_{ 0x0522ADD0 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_InitializeCategory_{ 0x052726D0 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_ResetToDefaults_{ 0x05272680 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_SliderChanged_{ 0x05272630 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_StepperChanged_{ 0x052725E0 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_TakeSnapshot_{ 0x05272590 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_ToggleHelmet_{ 0x05272500 }; - inline constexpr REL::Offset BSTEventSource_PhotoMode_ToggleUI_{ 0x05272548 }; - inline constexpr REL::Offset BSTEventSource_PickRefStateChangedEvent_{ 0x051865E0 }; - inline constexpr REL::Offset BSTEventSource_PickRefUpdateEvent_{ 0x05207D48 }; - inline constexpr REL::Offset BSTEventSource_PickpocketMenu_OnItemSelect_{ 0x05273DE0 }; - inline constexpr REL::Offset BSTEventSource_PiracyCrime__Event_{ 0x052CAD70 }; - inline constexpr REL::Offset BSTEventSource_PlanetSiteSelectEvent_{ 0x052BAD00 }; - inline constexpr REL::Offset BSTEventSource_PlayBink_CloseMenu_{ 0x0528AD48 }; - inline constexpr REL::Offset BSTEventSource_PlayerActiveEffectChanged__Event_{ 0x052D0460 }; - inline constexpr REL::Offset BSTEventSource_PlayerAddItemEvent_{ 0x051E0308 }; - inline constexpr REL::Offset BSTEventSource_PlayerAmmoChanged__Event_{ 0x052D0A10 }; - inline constexpr REL::Offset BSTEventSource_PlayerArrestedEvent_{ 0x051DFD28 }; - inline constexpr REL::Offset BSTEventSource_PlayerAssaultActorEvent_{ 0x051DFD70 }; - inline constexpr REL::Offset BSTEventSource_PlayerAutoAimActorEvent_{ 0x052CE750 }; - inline constexpr REL::Offset BSTEventSource_PlayerBuyShipEvent_{ 0x051DFDF8 }; - inline constexpr REL::Offset BSTEventSource_PlayerCharacterQuestEvent__Event_{ 0x052D11D0 }; - inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerIronSightsEndEvent_{ 0x05224270 }; - inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerIronSightsStartEvent_{ 0x052240B0 }; - inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerJumpPressEvent_{ 0x05222EF0 }; - inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerJumpReleaseEvent_{ 0x05222F40 }; - inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ 0x052236F0 }; - inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerZeroGSprintReleasedEvent_{ 0x05223620 }; - inline constexpr REL::Offset BSTEventSource_PlayerCrimeGoldEvent_{ 0x051DFCE8 }; - inline constexpr REL::Offset BSTEventSource_PlayerCrosshairModeEvent_{ 0x0523CB80 }; - inline constexpr REL::Offset BSTEventSource_PlayerDetectionLevelChangeEvent_{ 0x0523E6F0 }; - inline constexpr REL::Offset BSTEventSource_PlayerDifficultySettingChanged__Event_{ 0x052D0CE0 }; - inline constexpr REL::Offset BSTEventSource_PlayerFailedPlotRouteEvent_{ 0x051E1500 }; - inline constexpr REL::Offset BSTEventSource_PlayerFastTravel__Event_{ 0x052D0670 }; - inline constexpr REL::Offset BSTEventSource_PlayerInCombatChangeEvent_{ 0x052D14C0 }; - inline constexpr REL::Offset BSTEventSource_PlayerInDialogueChanged__Event_{ 0x052D0D30 }; - inline constexpr REL::Offset BSTEventSource_PlayerJailEvent_{ 0x051DFE38 }; - inline constexpr REL::Offset BSTEventSource_PlayerLifeStateChanged__Event_{ 0x052D0C50 }; - inline constexpr REL::Offset BSTEventSource_PlayerModifiedShipEvent_{ 0x051E1420 }; - inline constexpr REL::Offset BSTEventSource_PlayerMurderActorEvent_{ 0x051DFCA0 }; - inline constexpr REL::Offset BSTEventSource_PlayerNameEvent__NameChangedEvent_{ 0x05247760 }; - inline constexpr REL::Offset BSTEventSource_PlayerPayFineEvent_{ 0x051DFE78 }; - inline constexpr REL::Offset BSTEventSource_PlayerPickpocketSuccess__Event_{ 0x052D0520 }; - inline constexpr REL::Offset BSTEventSource_PlayerPlanetSurveyCompleteEvent_{ 0x051DFF10 }; - inline constexpr REL::Offset BSTEventSource_PlayerPlanetSurveyProgressEvent_{ 0x051E00A0 }; - inline constexpr REL::Offset BSTEventSource_PlayerSellShipEvent_{ 0x051DDE08 }; - inline constexpr REL::Offset BSTEventSource_PlayerSetWeaponStateEvent_{ 0x05266230 }; - inline constexpr REL::Offset BSTEventSource_PlayerSneakingChangeEvent_{ 0x052232D0 }; - inline constexpr REL::Offset BSTEventSource_PlayerTrespassEvent_{ 0x051DFDB8 }; - inline constexpr REL::Offset BSTEventSource_PlayerUpdateEvent_{ 0x05247A98 }; - inline constexpr REL::Offset BSTEventSource_PoisonedWeapon__Event_{ 0x052D0C98 }; - inline constexpr REL::Offset BSTEventSource_PositionPlayerEvent_{ 0x052D0F00 }; - inline constexpr REL::Offset BSTEventSource_PowersMenu_ActivateEssence_{ 0x0522C190 }; - inline constexpr REL::Offset BSTEventSource_PowersMenu_EquipPower_{ 0x0522BEC0 }; - inline constexpr REL::Offset BSTEventSource_PowersMenu_FavoritePower_{ 0x0522C140 }; - inline constexpr REL::Offset BSTEventSource_ProjectileBeginUpdateEvent_{ 0x052EE110 }; - inline constexpr REL::Offset BSTEventSource_ProjectileKillEvent_{ 0x052EE158 }; - inline constexpr REL::Offset BSTEventSource_QuestStatus__Event_{ 0x051E92A8 }; - inline constexpr REL::Offset BSTEventSource_QuickContainerOpenedEvent_{ 0x051DFFB0 }; - inline constexpr REL::Offset BSTEventSource_RadioManager__PipboyFrequencyDetectionEvent_{ 0x051275B0 }; - inline constexpr REL::Offset BSTEventSource_RadioManager__PipboyRadioTuningEvent_{ 0x051276F0 }; - inline constexpr REL::Offset BSTEventSource_RadioManager__PipboyTransmitterDetectionEvent_{ 0x05127650 }; - inline constexpr REL::Offset BSTEventSource_RefControlChangedEvent_{ 0x051DDEA0 }; - inline constexpr REL::Offset BSTEventSource_RefcountEvents__OnHandleEvicted_{ 0x053FAC40 }; - inline constexpr REL::Offset BSTEventSource_ReferenceCellLoadedTemps_{ 0x051D5FA0 }; - inline constexpr REL::Offset BSTEventSource_ReferenceDestroyedEvent_{ 0x051E02C0 }; - inline constexpr REL::Offset BSTEventSource_ReferenceQueuedEvent_{ 0x0517B078 }; - inline constexpr REL::Offset BSTEventSource_RefillAliasEvent__Event_{ 0x051E92F0 }; - inline constexpr REL::Offset BSTEventSource_RefreshDataMenuForSkillsChangeEvent_{ 0x05237ED0 }; - inline constexpr REL::Offset BSTEventSource_Refuel_Accept_{ 0x05279370 }; - inline constexpr REL::Offset BSTEventSource_Refuel_Cancel_{ 0x05279338 }; - inline constexpr REL::Offset BSTEventSource_ReloadWeaponEvent__Event_{ 0x052CBB00 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_AddMaterial_{ 0x05275280 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_CategorySelected_{ 0x05275370 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_ExitMenu_{ 0x05275240 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_HideModel_{ 0x052751F0 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_PreviewProject_{ 0x05275320 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_ProjectViewed_{ 0x052752D0 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_SetInspectControls_{ 0x052751A0 }; - inline constexpr REL::Offset BSTEventSource_ResearchMenu_ToggleTrackingProject_{ 0x05275150 }; - inline constexpr REL::Offset BSTEventSource_Research__ResearchProgressEvent_{ 0x052A8C10 }; - inline constexpr REL::Offset BSTEventSource_ResetHistoryDataEvent_{ 0x051B8160 }; - inline constexpr REL::Offset BSTEventSource_ResourceServerLogDumped_{ 0x053BC3E0 }; - inline constexpr REL::Offset BSTEventSource_Reticle_OnLongAnimFinished_{ 0x0528D130 }; - inline constexpr REL::Offset BSTEventSource_RolloverIsCrimeEvent__Event_{ 0x0523D410 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceAttach_{ 0x05161B60 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceCleared3d_{ 0x0518DF10 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceDestroy_{ 0x0518DFD0 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceDetach_{ 0x05161310 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceInit_{ 0x0518DF70 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceRecycle_{ 0x0518E030 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceSet3d_{ 0x0518DEB0 }; - inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__Release3DRelatedData_{ 0x0518CB00 }; - inline constexpr REL::Offset BSTEventSource_SaveLoadEvent_{ 0x05225CB8 }; - inline constexpr REL::Offset BSTEventSource_SaveLoadMessageStringEvent_{ 0x05264240 }; - inline constexpr REL::Offset BSTEventSource_ScannableUtils__ScannedEvent_{ 0x052277D0 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_BackOutKey_{ 0x052771E0 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_CloseMenu_{ 0x05277280 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_ConfirmExit_{ 0x052772D0 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_EliminateUnusedKeys_{ 0x05277140 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_GetRingHint_{ 0x05277190 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_SelectNewKey_{ 0x052770F0 }; - inline constexpr REL::Offset BSTEventSource_SecurityMenu_TryUseKey_{ 0x05277230 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_CheckBoxChanged_{ 0x0524FD70 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_ClearBinding_{ 0x0524FEB0 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_OpenCategory_{ 0x0524FE60 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_OpenSettings_{ 0x0524FCD0 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_RemapConfirmed_{ 0x0524FDC0 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_RemapMode_{ 0x0524FBE0 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_ResetToDefaults_{ 0x0524FC80 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_SaveControls_{ 0x0524FC30 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_SaveSettings_{ 0x0524FB40 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_SliderChanged_{ 0x0524FB90 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_StepperChanged_{ 0x0524FD20 }; - inline constexpr REL::Offset BSTEventSource_SettingsPanel_ValidateControls_{ 0x0524FE10 }; - inline constexpr REL::Offset BSTEventSource_ShipBuilder_CloseAllMenus_{ 0x05176750 }; - inline constexpr REL::Offset BSTEventSource_ShipCameraStateToggled_{ 0x052091A0 }; - inline constexpr REL::Offset BSTEventSource_ShipCrewAssignMenu_Assign_{ 0x05278BD0 }; - inline constexpr REL::Offset BSTEventSource_ShipCrewAssignMenu_Unassign_{ 0x05278B80 }; - inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_Close_{ 0x0522E190 }; - inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_OpenAssignMenu_{ 0x05251920 }; - inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_SetSort_{ 0x052518D8 }; - inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_ViewedItem_{ 0x05278CF0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_ChangeModuleCategory_{ 0x05172BA0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnColorPickerControlChanged_{ 0x051740A0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnColorPickerTabChanged_{ 0x05174150 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnColorSliderMouseInput_{ 0x05174050 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnExitConfirmCancel_{ 0x0516FED0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnExitConfirmExit_{ 0x0516FE80 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnExitConfirmSaveAndExit_{ 0x0516FF20 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnFlightCheckTabChanged_{ 0x05170AB0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnHintButtonActivated_{ 0x05176FA0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnRecentColorSwatchClicked_{ 0x05174100 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnRenameEndEditText_{ 0x05171F90 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnRenameInputCancelled_{ 0x05171FE0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_OnWeaponGroupChanged_{ 0x05170B00 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_PreviewShipPart_{ 0x05172BF0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_PreviewUpgrade_{ 0x05159B50 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_RemoveAll3D_{ 0x05176F50 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_SelectedShipPart_{ 0x05172C40 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_SelectedUpgrade_{ 0x05159BA0 }; - inline constexpr REL::Offset BSTEventSource_ShipEditor_SystemSelected_{ 0x05158E80 }; - inline constexpr REL::Offset BSTEventSource_ShipHudQuickContainer_TransferItem_{ 0x0528C410 }; - inline constexpr REL::Offset BSTEventSource_ShipHudQuickContainer_TransferMenu_{ 0x05257960 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_AbortJump_{ 0x0528C460 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_Activate_{ 0x05257800 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_BodyViewMarkerDimensions_{ 0x05257CA0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_ChangeComponentSelection_{ 0x05257770 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_CloseMenu_{ 0x052575B8 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_Deselect_{ 0x052577C0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_DockRequested_{ 0x0528C4E0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_FarTravel_{ 0x05257C28 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_HailAccepted_{ 0x05257AC0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_HailCancelled_{ 0x05257A80 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_HailShip_{ 0x0528C4A0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_JumpToQuestMarker_{ 0x05257B40 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_Land_{ 0x052579B0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_LandingMarkerMap_{ 0x05257910 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_Map_{ 0x052578D0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_OnMonocleToggle_{ 0x052579F0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_OpenPhotoMode_{ 0x05257B00 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_Repair_{ 0x05257CF0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_SetTargetMode_{ 0x05257A40 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_TargetShipSystem_{ 0x05257B90 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_Target_{ 0x05257890 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_UntargetShipSystem_{ 0x05257BE0 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_UpdateComponentPower_{ 0x05257720 }; - inline constexpr REL::Offset BSTEventSource_ShipHud_UpdateTargetPanelRect_{ 0x0528C170 }; - inline constexpr REL::Offset BSTEventSource_ShowCustomWatchAlert_{ 0x0523F390 }; - inline constexpr REL::Offset BSTEventSource_ShowHUDMessageEvent_{ 0x0523DF00 }; - inline constexpr REL::Offset BSTEventSource_ShowLongShipBootup_{ 0x052576D8 }; - inline constexpr REL::Offset BSTEventSource_ShowSubtitleEvent__Event_{ 0x0523E920 }; - inline constexpr REL::Offset BSTEventSource_ShowingQuestMarketTextEvent_{ 0x0523C820 }; - inline constexpr REL::Offset BSTEventSource_SkillsMenu_Accept_{ 0x0527A470 }; - inline constexpr REL::Offset BSTEventSource_SkillsMenu_AddPatch_{ 0x0527A430 }; - inline constexpr REL::Offset BSTEventSource_SkillsMenu_Cancel_{ 0x0527A4B0 }; - inline constexpr REL::Offset BSTEventSource_SkillsMenu_ChangeCursorVisibility_{ 0x0527A3E0 }; - inline constexpr REL::Offset BSTEventSource_SkillsMenu_SaveLastCategory_{ 0x0527A390 }; - inline constexpr REL::Offset BSTEventSource_SleepWaitMenu_InterruptRest_{ 0x0532D400 }; - inline constexpr REL::Offset BSTEventSource_SleepWaitMenu_StartRest_{ 0x0532D3B0 }; - inline constexpr REL::Offset BSTEventSource_SnapTemplateUtils__SnapReplaceEvent_{ 0x051C24F0 }; - inline constexpr REL::Offset BSTEventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ 0x052A5250 }; - inline constexpr REL::Offset BSTEventSource_SpaceshipEditor__TransactionEvent_{ 0x0516EF70 }; - inline constexpr REL::Offset BSTEventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ 0x05227FB0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__BoughtEvent_{ 0x05353ED0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__ContrabandScanWarningEvent_{ 0x05354DD0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__DockEvent_{ 0x053543D0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__DynamicNavmeshCompleted_{ 0x05353BA0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__FarTravelEvent_{ 0x05354BB0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__GravJumpEvent_{ 0x0528CA50 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__LandedSetEvent_{ 0x0528C6F0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__LandingEvent_{ 0x05354C70 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__PlanetScanEvent_{ 0x05354F50 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__PlayerMovementOutputEvent_{ 0x05257840 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__RampDownEvent_{ 0x05352D30 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__RefueledEvent_{ 0x053542C0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__RegisteredEvent_{ 0x05352C90 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__ShieldEvent_{ 0x05352970 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__ShipAddedEvent_{ 0x05352B80 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__ShipCollisionEvent_{ 0x05352B30 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__ShipCustomizedEvent_{ 0x05353470 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__SoldEvent_{ 0x05354090 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__SystemDamagedEvent_{ 0x05353850 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__SystemPowerAllocationEvent_{ 0x05353970 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__SystemPowerChangeEvent_{ 0x05353DB0 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__SystemRepairedBIEvent_{ 0x05354200 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__SystemRepairedEvent_{ 0x05353A20 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__TakeDamagEvent_{ 0x05352A20 }; - inline constexpr REL::Offset BSTEventSource_Spaceship__TakeOffEvent_{ 0x05354D80 }; - inline constexpr REL::Offset BSTEventSource_SpeechChallengeCompletionEvent_{ 0x051E0000 }; - inline constexpr REL::Offset BSTEventSource_SpellsLearned__Event_{ 0x052CBD70 }; - inline constexpr REL::Offset BSTEventSource_StarField__StarSystemViewChangeEvent_{ 0x051C5310 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_ExecuteRoute_{ 0x05294BE0 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_Galaxy_FocusSystem_{ 0x05292070 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_LandingInputInProgress_{ 0x0528E650 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x0528E550 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_MarkerGroupEntryClicked_{ 0x0528E5B0 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x0528E4A0 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnCancel_{ 0x05294B98 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnClearRoute_{ 0x05294C80 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnExitStarMap_{ 0x05294B50 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnGalaxyViewInitialized_{ 0x05292180 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnHintButtonClicked_{ 0x05294C30 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnOutpostEntrySelected_{ 0x05294B00 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_QuickSelectChange_{ 0x052914E0 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_ReadyToClose_{ 0x05294AB0 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_ScanPlanet_{ 0x0528FE30 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_SelectedLandingSiteFailed_{ 0x0528E400 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_SelectedLandingSite_{ 0x0528E500 }; - inline constexpr REL::Offset BSTEventSource_StarMapMenu_ShowRealCursor_{ 0x0528FE80 }; - inline constexpr REL::Offset BSTEventSource_StarMap__ChangeStateEvent_{ 0x0528F560 }; - inline constexpr REL::Offset BSTEventSource_StarMap__OutpostCargoTransferEvent_{ 0x05296A90 }; - inline constexpr REL::Offset BSTEventSource_StarMap__PlanetTraitKnownEvent_{ 0x051A1FB0 }; - inline constexpr REL::Offset BSTEventSource_StarMap__ResetAllowInputEvent_{ 0x0528F5B0 }; - inline constexpr REL::Offset BSTEventSource_StarMap__SelectBodyEvent_{ 0x052BA9E0 }; - inline constexpr REL::Offset BSTEventSource_StarMap__StartTransitionEvent_{ 0x0528F510 }; - inline constexpr REL::Offset BSTEventSource_StarMap__SystemBodyInfoUpdate_{ 0x052915D0 }; - inline constexpr REL::Offset BSTEventSource_StartLoadGameEvent_{ 0x05156F70 }; - inline constexpr REL::Offset BSTEventSource_StartOutpostFromListenerEvent_{ 0x05239550 }; - inline constexpr REL::Offset BSTEventSource_SurfaceMapMenu_EnablePointCloud_{ 0x05296820 }; - inline constexpr REL::Offset BSTEventSource_SurfaceMapMenu_MarkerClicked_{ 0x05296780 }; - inline constexpr REL::Offset BSTEventSource_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x05296730 }; - inline constexpr REL::Offset BSTEventSource_TESActivateEvent_{ 0x051E0D50 }; - inline constexpr REL::Offset BSTEventSource_TESActiveEffectApplyFinishEvent_{ 0x051E0E80 }; - inline constexpr REL::Offset BSTEventSource_TESActiveEffectRemovedEvent_{ 0x051E0ED0 }; - inline constexpr REL::Offset BSTEventSource_TESActorActivatedRefEvent_{ 0x051E0D90 }; - inline constexpr REL::Offset BSTEventSource_TESActorLocationChangeEvent_{ 0x051E0E30 }; - inline constexpr REL::Offset BSTEventSource_TESBookReadEvent_{ 0x051E0A68 }; - inline constexpr REL::Offset BSTEventSource_TESCellCriticalRefsAttachedEvent_{ 0x051E0C80 }; - inline constexpr REL::Offset BSTEventSource_TESCellFullyLoadedEvent_{ 0x051E0B90 }; - inline constexpr REL::Offset BSTEventSource_TESCellGravityChangeEvent_{ 0x051E0900 }; - inline constexpr REL::Offset BSTEventSource_TESCellNavmeshGeneratedEvent_{ 0x051E0BE0 }; - inline constexpr REL::Offset BSTEventSource_TESCellReadyToApplyDecalsEvent_{ 0x051E08B0 }; - inline constexpr REL::Offset BSTEventSource_TESCellReference3DAttachEvent_{ 0x051E0C30 }; - inline constexpr REL::Offset BSTEventSource_TESCellReferenceAttachDetachEvent_{ 0x051E0AB0 }; - inline constexpr REL::Offset BSTEventSource_TESCombatEvent_{ 0x051E0830 }; - inline constexpr REL::Offset BSTEventSource_TESCombatListEvent_{ 0x051E0870 }; - inline constexpr REL::Offset BSTEventSource_TESCommandModeCompleteCommandEvent_{ 0x051E1640 }; - inline constexpr REL::Offset BSTEventSource_TESCommandModeEnterEvent_{ 0x051E1550 }; - inline constexpr REL::Offset BSTEventSource_TESCommandModeExitEvent_{ 0x051E15A0 }; - inline constexpr REL::Offset BSTEventSource_TESCommandModeGiveCommandEvent_{ 0x051E1720 }; - inline constexpr REL::Offset BSTEventSource_TESConsciousnessEvent_{ 0x051DF4A0 }; - inline constexpr REL::Offset BSTEventSource_TESContainerChangedEvent_{ 0x051E09E0 }; - inline constexpr REL::Offset BSTEventSource_TESDataHandlerPostBuildFileListEvent_{ 0x05127180 }; - inline constexpr REL::Offset BSTEventSource_TESDeathEvent_{ 0x051E06E0 }; - inline constexpr REL::Offset BSTEventSource_TESDeferredKillEvent_{ 0x051E06A0 }; - inline constexpr REL::Offset BSTEventSource_TESDestructionStageChangedEvent_{ 0x051E0650 }; - inline constexpr REL::Offset BSTEventSource_TESEnterBleedoutEvent_{ 0x051E07B0 }; - inline constexpr REL::Offset BSTEventSource_TESEnterSneakingEvent_{ 0x051E0720 }; - inline constexpr REL::Offset BSTEventSource_TESEquipEvent_{ 0x051E1770 }; - inline constexpr REL::Offset BSTEventSource_TESEscortWaitStartEvent_{ 0x051E0760 }; - inline constexpr REL::Offset BSTEventSource_TESEscortWaitStopEvent_{ 0x051E15F0 }; - inline constexpr REL::Offset BSTEventSource_TESExitBleedoutEvent_{ 0x051E07F0 }; - inline constexpr REL::Offset BSTEventSource_TESExitFurnitureEvent_{ 0x051E0D10 }; - inline constexpr REL::Offset BSTEventSource_TESFormDeleteEvent_{ 0x051E16D8 }; - inline constexpr REL::Offset BSTEventSource_TESFormIDRemapEvent_{ 0x051E13A0 }; - inline constexpr REL::Offset BSTEventSource_TESFurnitureEvent_{ 0x051E13E0 }; - inline constexpr REL::Offset BSTEventSource_TESGrabReleaseEvent_{ 0x051E1328 }; - inline constexpr REL::Offset BSTEventSource_TESHarvestEvent__ItemHarvested_{ 0x051869E0 }; - inline constexpr REL::Offset BSTEventSource_TESHitEvent_{ 0x051E1368 }; - inline constexpr REL::Offset BSTEventSource_TESInitScriptEvent_{ 0x051E11B8 }; - inline constexpr REL::Offset BSTEventSource_TESLimbCrippleEvent_{ 0x051DF4E0 }; - inline constexpr REL::Offset BSTEventSource_TESLoadGameEvent_{ 0x051E1178 }; - inline constexpr REL::Offset BSTEventSource_TESLocationExploredEvent_{ 0x051E1200 }; - inline constexpr REL::Offset BSTEventSource_TESLockChangedEvent_{ 0x051E1138 }; - inline constexpr REL::Offset BSTEventSource_TESMagicEffectApplyEvent_{ 0x051E12E0 }; - inline constexpr REL::Offset BSTEventSource_TESMissionAcceptedEvent_{ 0x051E10F0 }; - inline constexpr REL::Offset BSTEventSource_TESObjectLoadedEvent_{ 0x051E1248 }; - inline constexpr REL::Offset BSTEventSource_TESObjectREFRDuplicate__Event_{ 0x051D8BB0 }; - inline constexpr REL::Offset BSTEventSource_TESObjectREFRIsReadyForAttachEvent_{ 0x051E1290 }; - inline constexpr REL::Offset BSTEventSource_TESObjectREFRTranslationEvent_{ 0x051DF9B0 }; - inline constexpr REL::Offset BSTEventSource_TESOnPCDialogueTargetEvent_{ 0x051DF450 }; - inline constexpr REL::Offset BSTEventSource_TESOpenCloseEvent_{ 0x051E0FA8 }; - inline constexpr REL::Offset BSTEventSource_TESPackageEvent_{ 0x051E0FE8 }; - inline constexpr REL::Offset BSTEventSource_TESPerkEntryRunEvent_{ 0x051E0F18 }; - inline constexpr REL::Offset BSTEventSource_TESPickNewIdleEvent_{ 0x051DF408 }; - inline constexpr REL::Offset BSTEventSource_TESPickpocketFailedEvent_{ 0x051E0F60 }; - inline constexpr REL::Offset BSTEventSource_TESPlayerActiveEffectEvent_{ 0x051E0DE0 }; - inline constexpr REL::Offset BSTEventSource_TESPlayerFollowerWarpEvent_{ 0x051E1690 }; - inline constexpr REL::Offset BSTEventSource_TESQuestEvent__Event_{ 0x051EA158 }; - inline constexpr REL::Offset BSTEventSource_TESQuestInitEvent_{ 0x051E10B0 }; - inline constexpr REL::Offset BSTEventSource_TESQuestRejectedEvent_{ 0x051E1030 }; - inline constexpr REL::Offset BSTEventSource_TESQuestRewardEvent_{ 0x051BA730 }; - inline constexpr REL::Offset BSTEventSource_TESQuestStageEvent_{ 0x051E1070 }; - inline constexpr REL::Offset BSTEventSource_TESQuestStageItemDoneEvent_{ 0x051DFB00 }; - inline constexpr REL::Offset BSTEventSource_TESQuestStartStopEvent_{ 0x051DFB50 }; - inline constexpr REL::Offset BSTEventSource_TESQuestTimerEvent_{ 0x051DDFD8 }; - inline constexpr REL::Offset BSTEventSource_TESResetEvent_{ 0x051DFAC8 }; - inline constexpr REL::Offset BSTEventSource_TESResolveNPCTemplatesEvent_{ 0x051DFC20 }; - inline constexpr REL::Offset BSTEventSource_TESSceneActionEvent_{ 0x051DFB98 }; - inline constexpr REL::Offset BSTEventSource_TESSceneEvent_{ 0x051DFC68 }; - inline constexpr REL::Offset BSTEventSource_TESScenePhaseEvent_{ 0x051DFBD8 }; - inline constexpr REL::Offset BSTEventSource_TESSellEvent_{ 0x051DF8F8 }; - inline constexpr REL::Offset BSTEventSource_TESSleepStartEvent_{ 0x051DF930 }; - inline constexpr REL::Offset BSTEventSource_TESSleepStopEvent_{ 0x051DF878 }; - inline constexpr REL::Offset BSTEventSource_TESSpellCastEvent_{ 0x051DF8B8 }; - inline constexpr REL::Offset BSTEventSource_TESSpellCastFailureEvent_{ 0x051DFA00 }; - inline constexpr REL::Offset BSTEventSource_TESSwitchRaceCompleteEvent_{ 0x051DF7A0 }; - inline constexpr REL::Offset BSTEventSource_TESTopicInfoEvent_{ 0x051DFA48 }; - inline constexpr REL::Offset BSTEventSource_TESTrackedStatsEvent_{ 0x051DF970 }; - inline constexpr REL::Offset BSTEventSource_TESTrapHitEvent_{ 0x051DF6D8 }; - inline constexpr REL::Offset BSTEventSource_TESTriggerEnterEvent_{ 0x051DF658 }; - inline constexpr REL::Offset BSTEventSource_TESTriggerEvent_{ 0x051DF718 }; - inline constexpr REL::Offset BSTEventSource_TESTriggerLeaveEvent_{ 0x051DF698 }; - inline constexpr REL::Offset BSTEventSource_TESUniqueIDChangeEvent_{ 0x051DF7F0 }; - inline constexpr REL::Offset BSTEventSource_TESWaitStartEvent_{ 0x051DF838 }; - inline constexpr REL::Offset BSTEventSource_TESWaitStopEvent_{ 0x051DF758 }; - inline constexpr REL::Offset BSTEventSource_TakeoffMenu_CloseMenu_{ 0x0528C6B0 }; - inline constexpr REL::Offset BSTEventSource_TakeoffMenu_ExitShip_{ 0x0528C778 }; - inline constexpr REL::Offset BSTEventSource_TakeoffMenu_Launch_{ 0x0528C738 }; - inline constexpr REL::Offset BSTEventSource_TargetHitEvent_{ 0x0523D3C8 }; - inline constexpr REL::Offset BSTEventSource_TerminalHacked__Event_{ 0x052D0BD0 }; - inline constexpr REL::Offset BSTEventSource_TerminalMenuMenuItemRunEvent_{ 0x051E17B0 }; - inline constexpr REL::Offset BSTEventSource_TerminalMenuOnEnterEvent_{ 0x051E1800 }; - inline constexpr REL::Offset BSTEventSource_TerminalMenu_CancelEvent_{ 0x052981E0 }; - inline constexpr REL::Offset BSTEventSource_Terminal_CloseAllViews_{ 0x052980D0 }; - inline constexpr REL::Offset BSTEventSource_Terminal_CloseTopView_{ 0x05298120 }; - inline constexpr REL::Offset BSTEventSource_Terminal_CloseView_{ 0x05298038 }; - inline constexpr REL::Offset BSTEventSource_Terminal_MenuItemClick_{ 0x05298080 }; - inline constexpr REL::Offset BSTEventSource_TestMenu_DoAction_{ 0x0529A698 }; - inline constexpr REL::Offset BSTEventSource_TestMenu_ExitMenu_{ 0x0529A488 }; - inline constexpr REL::Offset BSTEventSource_TestMenu_ShowImages_{ 0x0529A5D0 }; - inline constexpr REL::Offset BSTEventSource_TestMenu_ShowResources_{ 0x0529A610 }; - inline constexpr REL::Offset BSTEventSource_TestMenu_TestAll_{ 0x0529A658 }; - inline constexpr REL::Offset BSTEventSource_TextInputMenu_EndEditText_{ 0x0529BDE0 }; - inline constexpr REL::Offset BSTEventSource_TextInputMenu_InputCanceled_{ 0x0529BFB0 }; - inline constexpr REL::Offset BSTEventSource_TextInputMenu_StartEditText_{ 0x0529BF60 }; - inline constexpr REL::Offset BSTEventSource_TitleSequenceMenu_StartMusic_{ 0x0532DC00 }; - inline constexpr REL::Offset BSTEventSource_TraitDiscoveryTextEvent__Event_{ 0x05265FC0 }; - inline constexpr REL::Offset BSTEventSource_TravelMarkerStateChange__Event_{ 0x052D05D0 }; - inline constexpr REL::Offset BSTEventSource_Trespass__Event_{ 0x052D3938 }; - inline constexpr REL::Offset BSTEventSource_TryUpdateShipHudTarget__Event_{ 0x05257690 }; - inline constexpr REL::Offset BSTEventSource_TutorialEvent_{ 0x0539E330 }; - inline constexpr REL::Offset BSTEventSource_UIMenuChargenMenuDisablePaperdoll_{ 0x05283550 }; - inline constexpr REL::Offset BSTEventSource_UnlockedTerminalElementEvent_{ 0x05277B00 }; - inline constexpr REL::Offset BSTEventSource_UpdateActivateListenerEvent_{ 0x052391C0 }; - inline constexpr REL::Offset BSTEventSource_UpdateSceneRectEvent_{ 0x0539EA18 }; - inline constexpr REL::Offset BSTEventSource_UserEventEnabledEvent_{ 0x05371190 }; - inline constexpr REL::Offset BSTEventSource_VATSCommand_{ 0x052EE390 }; - inline constexpr REL::Offset BSTEventSource_VATSEvents__ModeChange_{ 0x052EE580 }; - inline constexpr REL::Offset BSTEventSource_WeaponAttack__Event_{ 0x052D0C10 }; - inline constexpr REL::Offset BSTEventSource_WeaponFiredEvent_{ 0x05127568 }; - inline constexpr REL::Offset BSTEventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x0516E830 }; - inline constexpr REL::Offset BSTEventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0516E700 }; - inline constexpr REL::Offset BSTEventSource_WorkbenchTracking__TrackingStatusChanged__Event_{ 0x052A8B00 }; - inline constexpr REL::Offset BSTEventSource_WorkshopActionButton_HoldFinished_{ 0x052A23E0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopActionButton_HoldStopped_{ 0x052A2430 }; - inline constexpr REL::Offset BSTEventSource_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0529D040 }; - inline constexpr REL::Offset BSTEventSource_WorkshopBuilderMenu_SelectedItem_{ 0x0529D130 }; - inline constexpr REL::Offset BSTEventSource_WorkshopBuilderMenu_ToggleTracking_{ 0x0529CFF0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_ApplyColors_{ 0x05232510 }; - inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_SelectedTab_{ 0x05232600 }; - inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_SliderChanged_{ 0x052325B0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_SwatchChanged_{ 0x05232920 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_AttemptBuild_{ 0x0529F480 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_CancelAction_{ 0x0529F350 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ChangeVariant_{ 0x0529F3A0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ConnectionEvent_{ 0x0529F260 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ExitMenu_{ 0x0529F440 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_MessageCallback_{ 0x0529F1C0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_SelectedCategory_{ 0x0529F520 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_SelectedGridObject_{ 0x0529F570 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ShowExtras_{ 0x0529F210 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_SwitchMode_{ 0x0529F3F0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ToggleDistance_{ 0x0529F2B0 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ToggleTracking_{ 0x0529F170 }; - inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ToggleView_{ 0x0529F300 }; - inline constexpr REL::Offset BSTEventSource_WorkshopNPCTransferEvent_{ 0x051E1470 }; - inline constexpr REL::Offset BSTEventSource_WorkshopQuickMenu_ConfirmAction_{ 0x0529FD10 }; - inline constexpr REL::Offset BSTEventSource_WorkshopQuickMenu_ExitMenu_{ 0x0529FC50 }; - inline constexpr REL::Offset BSTEventSource_WorkshopShared_SetActionHandles_{ 0x052A2390 }; - inline constexpr REL::Offset BSTEventSource_WorkshopShared_StartAction_{ 0x052A2340 }; - inline constexpr REL::Offset BSTEventSource_WorkshopTargetMenu_TargetHovered_{ 0x052A0D40 }; - inline constexpr REL::Offset BSTEventSource_WorkshopTargetMenu_TargetPicked_{ 0x052A0D90 }; - inline constexpr REL::Offset BSTEventSource_Workshop__CargoLinkAddedEvent_{ 0x052072C0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__CargoLinkTargetChangedEvent_{ 0x05207CB0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__EnterOutpostBeaconModeEvent_{ 0x05206CC0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemGrabbedEvent_{ 0x05206B80 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemMovedEvent_{ 0x05207C10 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemPlacedEvent_{ 0x05206C20 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemProducedEvent_{ 0x05206BD0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemRemovedEvent_{ 0x05206C70 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemRepairedEvent_{ 0x05207BC0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__ItemScrappedEvent_{ 0x05207360 }; - inline constexpr REL::Offset BSTEventSource_Workshop__OutpostNameChangedEvent_{ 0x05207C60 }; - inline constexpr REL::Offset BSTEventSource_Workshop__OutpostPlacedEvent_{ 0x05206D60 }; - inline constexpr REL::Offset BSTEventSource_Workshop__PlacementStatusEvent_{ 0x05207D00 }; - inline constexpr REL::Offset BSTEventSource_Workshop__PowerOffEvent_{ 0x052073F0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__PowerOnEvent_{ 0x052073B0 }; - inline constexpr REL::Offset BSTEventSource_Workshop__SnapBehaviorCycledEvent_{ 0x05207120 }; - inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopFlyCameraEvent_{ 0x05207B20 }; - inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopItemPlacedEvent_{ 0x05206D10 }; - inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopModeEvent_{ 0x05207B70 }; - inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopOutputLinkEvent_{ 0x05207310 }; - inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopStatsChangedEvent_{ 0x05207220 }; - inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopUpdateStatsEvent_{ 0x05207270 }; - inline constexpr REL::Offset BSTEventSource_WorldSpaceReleasedEvent_{ 0x051E3E60 }; - inline constexpr REL::Offset BSTEventSource_XPChange__Event_{ 0x05127608 }; - inline constexpr REL::Offset BSTEventSource_bhkCharacterMoveFinishEvent_{ 0x053785C0 }; - inline constexpr REL::Offset BSTEventSource_bhkCharacterStateChangeEvent_{ 0x05378640 }; - inline constexpr REL::Offset BSTEventSource_bhkNonSupportContactEvent_{ 0x05378690 }; - inline constexpr REL::Offset BSTEventSource_nsBarterMenu__CompletedEvent_{ 0x052672A0 }; - inline constexpr REL::Offset BSTFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533ACC0 }; - inline constexpr REL::Offset BSTFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_{ 0x052C8220 }; - inline constexpr REL::Offset BSTFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_{ 0x05222470 }; - inline constexpr REL::Offset BSTFunction_EventDispatcherBackend_{ 0x0539FCD8 }; - inline constexpr REL::Offset BSTFunction_UIDataShuttleConnector_{ 0x0539E400 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ActivityTrackerActivityStartedEvent_{ 0x05187870 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_AnimationDataCleanupEvent_{ 0x05153150 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_AnimationDataSetupEvent_{ 0x05153210 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_AutoLoadDoorRolloverEvent_{ 0x051CFBB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSAcousticSpaceListener__StackChangedEvent_{ 0x052A4770 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSActorDeathEvent_{ 0x052A6080 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSAppPausedEvent_{ 0x0532B440 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ 0x051A1DB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSScannerGuideEffectStatusUpdateEvent_{ 0x0525F260 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionEndEvent_{ 0x051C9030 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionStartEvent_{ 0x051C9180 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSBethesdaPlatformLoginEvent_{ 0x05242940 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ 0x05281A00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ 0x05281F10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_FaderMenuDisplayState__{ 0x053277C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ 0x052CDD50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ 0x0523CBD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ 0x05264290 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSWorldOriginShiftEvent_{ 0x0518F870 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_BuyItem_{ 0x05267770 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_CloseMenu_{ 0x052673A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_HideModel_{ 0x05267520 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_LoadModel_{ 0x05267460 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_SellItem_{ 0x05267830 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_SetMouseOverModel_{ 0x052678F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_ShowFailureMessage_{ 0x052675E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_ViewedItem_{ 0x052676B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BinkMovieStoppedPlayingEvent_{ 0x0522E3F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BlurEvent_{ 0x05323020 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BoundaryMenu_FastTravel_{ 0x05229830 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_BoundaryMenu_ShowMap_{ 0x05229770 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CameraCutEvent_{ 0x05209000 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_BrowChange_{ 0x05280A30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_BrowColorChange_{ 0x052832A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_CancelTextEntry_{ 0x05281390 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_CloseMenu_{ 0x052818D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_CyclePronoun_{ 0x05283120 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_DirtScarsEtcChange_{ 0x05280DF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_EndBodyChange_{ 0x05282740 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_EndTextEntry_{ 0x05281450 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_EyeColorChange_{ 0x05280AF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_FacialHairChange_{ 0x052807F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_FacialHairColorChange_{ 0x05283360 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HairChange_{ 0x05280970 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HairColorChange_{ 0x052808B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HeadpartPlusSelectorChange_{ 0x05280F90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HeadpartPresetChange_{ 0x05281740 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_JewelryChange_{ 0x05282990 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_JewelryColorChange_{ 0x052828C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_MakeupChange_{ 0x05282250 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_MarkingsChange_{ 0x05282190 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PostBlendColorOptionChange_{ 0x05282400 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PostBlendFaceChange_{ 0x052824D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PostBlendIntensityChange_{ 0x05282320 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PresetChange_{ 0x05281810 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_RollOffLocomotion_{ 0x05282BD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_RollOnLocomotion_{ 0x05282C90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_RotatePaperdoll_{ 0x05282D50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetAdditionalSlider_{ 0x05282670 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetBackground_{ 0x05280BB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetBlockInputUnderPopup_{ 0x052825A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetBodyValues_{ 0x05281120 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetCameraPosition_{ 0x05281060 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetPronoun_{ 0x05283060 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetSex_{ 0x05281680 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetSlider_{ 0x052815D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetTrait_{ 0x05280C70 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_ShowChooseBackgroundMessage_{ 0x052811F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_ShowPlayerRenameMessage_{ 0x052812C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SkintoneChange_{ 0x05280EC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_StartBodyChange_{ 0x05282800 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_StartTextEntry_{ 0x05281510 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SwitchBodyType_{ 0x05282E10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SwitchLocomotion_{ 0x05282ED0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TeethChange_{ 0x052831E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TeethRollOff_{ 0x05282A50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TeethRollOn_{ 0x05282B10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_ToggleMarking_{ 0x05280D30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TogglePreviewHabSuit_{ 0x05282F90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharacterBeginLevelUpEvent_{ 0x052A61B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharacterFinishLevelUpEvent_{ 0x05247440 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ClearHUDMessagesEvent_{ 0x0523DC70 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ClearQuickContainerEvent_{ 0x051CFE60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenuClosed__Event_{ 0x0522D770 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_CloseMenu_{ 0x05238250 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_HideModel_{ 0x05324940 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_Jettison_{ 0x05324AD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_LoadModel_{ 0x05324880 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_OpenRefuelMenu_{ 0x05324A00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_SetMouseOverModel_{ 0x05324B90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_TakeAll_{ 0x053247C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_ToggleEquip_{ 0x053250F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_TransferAllResources_{ 0x053251B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_TransferItem_{ 0x05325020 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContextStackChangedEvent_{ 0x05370C60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ControlsRemappedEvent_{ 0x0524DF40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_CraftItem_{ 0x05234AB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_ExitBench_{ 0x05234930 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_Highlight3D_{ 0x0529C570 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_InstallMod_{ 0x05234F70 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_RenameItem_{ 0x05233200 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_RevertHighlight_{ 0x0529C5C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_RevertedModdedItem_{ 0x05233130 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedModSlot_{ 0x052332C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedMod_{ 0x052333A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedModdableItem_{ 0x05234DC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedRecipe_{ 0x05234EA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SessionSummaryEvent_{ 0x05234A50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SetInspectControls_{ 0x05234BC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_ToggleTracking_{ 0x05234C90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_ViewingModdableItem_{ 0x05234CF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_CloseMenu_{ 0x05287F10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_ClosedForSubMenu_{ 0x05287FD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_Missions_{ 0x05288230 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_OpenPauseMenu_{ 0x05287810 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_PlotToLocation_{ 0x052878D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_Reopened_{ 0x05287E50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedAttributesMenu_{ 0x05287A60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedInventoryMenu_{ 0x05287B30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedMapMenu_{ 0x05287C00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedPowersMenu_{ 0x05287990 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedShipMenu_{ 0x05287CC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedStatusMenu_{ 0x05287D80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SetMenuForQuickEntry_{ 0x05288160 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SetPaperDollActive_{ 0x05288090 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_StartCloseAnim_{ 0x05236750 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateButtons_acceptClicked_{ 0x0526AF40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateButtons_cancelClicked_{ 0x0526B010 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateMenu_playSFX_{ 0x0526AE80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateMenu_toggleAudio_{ 0x0526ADC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_CompleteExit_{ 0x0525DA30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnDialogueSelect_{ 0x053273A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnListVisibilityChange_{ 0x05327610 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnPersuasionAutoWin_{ 0x053272C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnScriptedDialogueSelect_{ 0x05326950 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_RequestExit_{ 0x05327550 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_RequestSkipDialogue_{ 0x05327470 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DisplayFatigueWarningEvent_{ 0x052641E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_DocAcceptMenu_Accept_{ 0x0522A150 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_EndLoadGameEvent_{ 0x05156CA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ExperienceMeterDisplayData_{ 0x052634E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_FaderMenuDisplayState_{ 0x053278B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_FavoritesMenu_AssignQuickkey_{ 0x053287A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_FavoritesMenu_UseQuickkey_{ 0x05328870 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_GameStalledEvent_{ 0x053BBC30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_CloseAllMenus_{ 0x05260E30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_CloseMenu_{ 0x05260D70 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_PlayMenuSound_{ 0x052617F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_StartGameRender_{ 0x052618B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_UserEvent_{ 0x05260CB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDActivityIncreaseEvent_{ 0x0514F4A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDCrewBuffMessageEvent_{ 0x05232CD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDModeEvent_{ 0x0523A6A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotificationEvent_{ 0x05264880 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_MissionActiveWidgetUpdate_{ 0x05264940 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_OpenDataMenu_{ 0x05264B00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_OpenMissionMenu_{ 0x05264BD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_SetMissionActive_{ 0x05264A20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDRolloverActivationButtonEvent_{ 0x0523A910 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDRolloverActivationQCItemPressEvent_{ 0x0523A9F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDWeaponWorldFOVMultChangedEvent_{ 0x051BAB10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HangarShipSelection_ChangeSystemDisplay_{ 0x0522D4D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HangarShipSelection_RepairShip_{ 0x0522D840 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_HangarShipSelection_UpgradeSystem_{ 0x0522D470 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ImageFixtureEvent_RequestImage_{ 0x0539F0C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ImageFixtureEvent_UnregisterImage_{ 0x0539F120 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_Change3DView_{ 0x05238310 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_DropItem_{ 0x0526C3C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_HideModel_{ 0x0526C240 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_LoadModel_{ 0x0526C180 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_OnEnterCategory_{ 0x0526C6F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_OpenCargoHold_{ 0x0526C480 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_PaperDollTryOn_{ 0x052380B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ResetPaperDollInv_{ 0x05238180 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_SelectItem_{ 0x0526C300 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_SetMouseOverModel_{ 0x0526C620 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_StartCloseAnim_{ 0x0526C7C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ToggleFavorite_{ 0x0526C550 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ToggleHelmet_{ 0x05247320 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ToggleSuit_{ 0x05247510 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Inventory_SetSort_{ 0x0523AA50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_AnimFinished_{ 0x05263540 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_OnWidgetShown_{ 0x05263780 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_OpenDataMenu_{ 0x052636C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_ShowSkills_{ 0x05263600 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LoadScreenEndEvent_{ 0x0517E080 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LoadScreenStartEvent_{ 0x0517D740 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LoadingMenu_RefreshText_{ 0x05329350 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_LocationTextWidget_FinishedQueue_{ 0x05263840 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_ActionCanceled_{ 0x0532AB40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_ActionConfirmed_{ 0x0532AA80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_ConfirmLoad_{ 0x0532ACC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_DeleteSave_{ 0x0532AD80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_LegalScreenComplete_{ 0x05329D90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_SetCharacter_{ 0x0532AE40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_StartAction_{ 0x0532A9C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_StartLoad_{ 0x0532AC00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_UploadSave_{ 0x0532AF00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MessageBoxMenu_OnBackOut_{ 0x0532BE10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MessageBoxMenu_OnButtonPress_{ 0x0532BC60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MessageBoxMenu_OnScriptedButtonPress_{ 0x0532BD30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionBoard_MissionEntryChanged_{ 0x0526E340 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionBoard_MissionEntryPressed_{ 0x0526E420 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ClearState_{ 0x05269DF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_PlotToLocation_{ 0x05269A00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_RejectQuest_{ 0x05269BA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_SaveCategoryIndex_{ 0x05269D20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_SaveOpenedId_{ 0x05269C60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ShowItemLocation_{ 0x05269930 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ToggleQTDisplay_{ 0x05269EB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ToggleTrackingQuest_{ 0x05269AD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ModelReferenceEffectEvents__ReferenceEffectFinished_{ 0x052A3AE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Bioscan_{ 0x05270620 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_FastTravel_{ 0x05270000 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Harvest_{ 0x052706E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Initialize_{ 0x05270DC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Outpost_{ 0x05270C40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_PhotoMode_{ 0x052703E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Shutdown_{ 0x05270D00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_SocialSpell_{ 0x05270560 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_StartContainerView_{ 0x05270190 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_StopContainerView_{ 0x052700C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_SurfaceMap_{ 0x052704A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_UseListScrollControls_{ 0x0526FF30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_ZoomIn_{ 0x05270320 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_ZoomOut_{ 0x05270260 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_OpenContainerMenuEventData_{ 0x0523A7B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_OpenContainerMenuFromListenerEvent_{ 0x0523A750 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ActionCanceled_{ 0x05288D60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ConfirmAction_{ 0x05288E20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ConfirmLoad_{ 0x05288BE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ConfirmSave_{ 0x0528A1F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_DeleteSave_{ 0x05288B20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_QuitToDesktop_{ 0x0528A130 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_SetCharacter_{ 0x0528A2B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_StartAction_{ 0x05288EE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_StartLoad_{ 0x05288CA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_UploadSave_{ 0x0528A070 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoGallery_DeletePhoto_{ 0x0522B020 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_InitializeCategory_{ 0x05271E40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_ResetToDefaults_{ 0x05271D80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_SliderChanged_{ 0x05271CC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_StepperChanged_{ 0x05271C00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_TakeSnapshot_{ 0x05271B40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_ToggleHelmet_{ 0x052719C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_ToggleUI_{ 0x05271A80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PickRefStateChangedEvent_{ 0x051866A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PickpocketMenu_OnItemSelect_{ 0x05273D80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayBink_CloseMenu_{ 0x0528AC50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerAutoAimActorEvent_{ 0x052CDC90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsEndEvent_{ 0x05224210 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsStartEvent_{ 0x05224050 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpPressEvent_{ 0x05222CD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpReleaseEvent_{ 0x05222E90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ 0x05223680 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintReleasedEvent_{ 0x052235B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerCrosshairModeEvent_{ 0x0523CD10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerDetectionLevelChangeEvent_{ 0x0523E540 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerInCombatChangeEvent_{ 0x052D1510 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerSetWeaponStateEvent_{ 0x05266170 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerSneakingChangeEvent_{ 0x05223280 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerUpdateEvent_{ 0x05247380 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PowersMenu_ActivateEssence_{ 0x0522B310 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PowersMenu_EquipPower_{ 0x0522B4A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_PowersMenu_FavoritePower_{ 0x0522B3E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ReferenceCellLoadedTemps_{ 0x051D5B50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ReferenceQueuedEvent_{ 0x0517AFB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RefreshDataMenuForSkillsChangeEvent_{ 0x05236820 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Refuel_Accept_{ 0x052792A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Refuel_Cancel_{ 0x052791F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_AddMaterial_{ 0x052757F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_CategorySelected_{ 0x05275A50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_ExitMenu_{ 0x05275730 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_HideModel_{ 0x05275670 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_PreviewProject_{ 0x05275980 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_ProjectViewed_{ 0x052758B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_SetInspectControls_{ 0x052755A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_ToggleTrackingProject_{ 0x052750F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResetHistoryDataEvent_{ 0x051B8020 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResourceServerLogDumped_{ 0x053BC5E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Reticle_OnLongAnimFinished_{ 0x0528CD80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceAttach_{ 0x05161110 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceCleared3d_{ 0x0518D9F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDestroy_{ 0x0518DBC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDetach_{ 0x05161230 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceInit_{ 0x0518DAE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceRecycle_{ 0x0518DCB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceSet3d_{ 0x0518E090 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__Release3DRelatedData_{ 0x0518D140 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SaveLoadEvent_{ 0x05225CF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SaveLoadMessageStringEvent_{ 0x05264390 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_BackOutKey_{ 0x05277FB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_CloseMenu_{ 0x05278130 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_ConfirmExit_{ 0x05277D50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_EliminateUnusedKeys_{ 0x05277E20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_GetRingHint_{ 0x05277EF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_SelectNewKey_{ 0x05277C90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_TryUseKey_{ 0x05278070 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_CheckBoxChanged_{ 0x0524E510 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_ClearBinding_{ 0x0524E850 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_OpenCategory_{ 0x0524E5E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_OpenSettings_{ 0x0524E6B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_RemapConfirmed_{ 0x0524E780 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_RemapMode_{ 0x0524DF90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_ResetToDefaults_{ 0x0524E440 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_SaveControls_{ 0x0524E1D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_SaveSettings_{ 0x0524E100 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_SliderChanged_{ 0x0524E370 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_StepperChanged_{ 0x0524E2A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_ValidateControls_{ 0x0524E920 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipBuilder_CloseAllMenus_{ 0x051765E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCameraStateToggled_{ 0x052091F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Assign_{ 0x05278A20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Unassign_{ 0x05278950 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_Close_{ 0x0522D6B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_OpenAssignMenu_{ 0x05250C10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_SetSort_{ 0x05250B50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_ViewedItem_{ 0x05278B30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_ChangeModuleCategory_{ 0x051724E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerControlChanged_{ 0x05173B80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerTabChanged_{ 0x05173D40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnColorSliderMouseInput_{ 0x05173AA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmCancel_{ 0x0516FA20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmExit_{ 0x0516F950 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmSaveAndExit_{ 0x0516FAF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnFlightCheckTabChanged_{ 0x05170250 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnHintButtonActivated_{ 0x05176510 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnRecentColorSwatchClicked_{ 0x05173C60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnRenameEndEditText_{ 0x051719D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnRenameInputCancelled_{ 0x05171AB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnWeaponGroupChanged_{ 0x05170330 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_PreviewShipPart_{ 0x051725B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_PreviewUpgrade_{ 0x051599C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_RemoveAll3D_{ 0x05175D40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_SelectedShipPart_{ 0x05172680 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_SelectedUpgrade_{ 0x05159A80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_SystemSelected_{ 0x05158D10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferItem_{ 0x0528CF20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferMenu_{ 0x05256AD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_AbortJump_{ 0x0528CE60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Activate_{ 0x05256BB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_BodyViewMarkerDimensions_{ 0x052543A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_ChangeComponentSelection_{ 0x05256610 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_CloseMenu_{ 0x05256330 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Deselect_{ 0x05256960 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_DockRequested_{ 0x0528CFF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_FarTravel_{ 0x05254540 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_HailAccepted_{ 0x05253FD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_HailCancelled_{ 0x05253D90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_HailShip_{ 0x0528D040 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_JumpToQuestMarker_{ 0x05254150 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Land_{ 0x05256D20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_LandingMarkerMap_{ 0x05253E50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Map_{ 0x05256C70 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_OnMonocleToggle_{ 0x05253F10 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_OpenPhotoMode_{ 0x05254480 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Repair_{ 0x05254600 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_SetTargetMode_{ 0x05254090 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_TargetShipSystem_{ 0x052542E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Target_{ 0x05256A20 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_UntargetShipSystem_{ 0x05254210 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_UpdateComponentPower_{ 0x052566F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_UpdateTargetPanelRect_{ 0x0528C230 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowCustomWatchAlert_{ 0x0523F060 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowHUDMessageEvent_{ 0x0523DD30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowLongShipBootup_{ 0x052568A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowingQuestMarketTextEvent_{ 0x0523C7C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_Accept_{ 0x0527A140 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_AddPatch_{ 0x0527A080 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_Cancel_{ 0x0527A200 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_ChangeCursorVisibility_{ 0x05279FB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_SaveLastCategory_{ 0x05279ED0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SleepWaitMenu_InterruptRest_{ 0x0532CB90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SleepWaitMenu_StartRest_{ 0x0532CAD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SnapTemplateUtils__SnapReplaceEvent_{ 0x051C2540 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ 0x052A5340 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ 0x052280B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__BoughtEvent_{ 0x05353F80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ContrabandScanWarningEvent_{ 0x05354EA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__DockEvent_{ 0x053541B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__DynamicNavmeshCompleted_{ 0x05353C70 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__FarTravelEvent_{ 0x05354F00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__GravJumpEvent_{ 0x0528CCC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__LandedSetEvent_{ 0x0528CC00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__LandingEvent_{ 0x05354D30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__PlanetScanEvent_{ 0x05355010 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__PlayerMovementOutputEvent_{ 0x052567C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__RampDownEvent_{ 0x05352DF0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__RefueledEvent_{ 0x05354380 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__RegisteredEvent_{ 0x05354040 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShieldEvent_{ 0x05352CE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShipAddedEvent_{ 0x05352C40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShipCollisionEvent_{ 0x05352910 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShipCustomizedEvent_{ 0x05353530 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SoldEvent_{ 0x05353E80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemDamagedEvent_{ 0x05353910 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemPowerAllocationEvent_{ 0x05353D50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemPowerChangeEvent_{ 0x05353B40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemRepairedBIEvent_{ 0x053539C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemRepairedEvent_{ 0x05353AE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__TakeDamagEvent_{ 0x05352AE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__TakeOffEvent_{ 0x05354B60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ExecuteRoute_{ 0x05294830 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_Galaxy_FocusSystem_{ 0x05292920 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_LandingInputInProgress_{ 0x0528F3B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x0528F120 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryClicked_{ 0x0528F050 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x0528EF60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnCancel_{ 0x05294500 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnClearRoute_{ 0x052948F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnExitStarMap_{ 0x052946A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnGalaxyViewInitialized_{ 0x05292840 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnHintButtonClicked_{ 0x05294760 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnOutpostEntrySelected_{ 0x052945C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_QuickSelectChange_{ 0x05290930 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ReadyToClose_{ 0x05293FA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ScanPlanet_{ 0x0528F410 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSiteFailed_{ 0x0528EE80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSite_{ 0x0528F200 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ShowRealCursor_{ 0x0528F2E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMap__PlanetTraitKnownEvent_{ 0x051A1EE0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StartLoadGameEvent_{ 0x05156C50 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_StartOutpostFromListenerEvent_{ 0x052396A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SurfaceMapMenu_EnablePointCloud_{ 0x05296200 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SurfaceMapMenu_MarkerClicked_{ 0x052962D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x052963B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TESQuestRewardEvent_{ 0x051BA6E0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TakeoffMenu_CloseMenu_{ 0x0528C300 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TakeoffMenu_ExitShip_{ 0x0528C3C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TakeoffMenu_Launch_{ 0x0528CB40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TargetHitEvent_{ 0x0523CB30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TerminalMenu_CancelEvent_{ 0x05299320 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_CloseAllViews_{ 0x05299050 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_CloseTopView_{ 0x05299260 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_CloseView_{ 0x052991A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_MenuItemClick_{ 0x05299370 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_DoAction_{ 0x0529B290 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_ExitMenu_{ 0x0529B110 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_ShowImages_{ 0x0529B1D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_ShowResources_{ 0x0529B350 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_TestAll_{ 0x0529B050 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TextInputMenu_EndEditText_{ 0x0529BC80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TextInputMenu_InputCanceled_{ 0x0529BD40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TextInputMenu_StartEditText_{ 0x0529BBB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_TitleSequenceMenu_StartMusic_{ 0x0532D8A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_UIMenuChargenMenuDisablePaperdoll_{ 0x052820C0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_UnlockedTerminalElementEvent_{ 0x05277BC0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_UpdateActivateListenerEvent_{ 0x05239160 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_UpdateSceneRectEvent_{ 0x0539E7A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x0516E260 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0516E160 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopActionButton_HoldFinished_{ 0x052A19A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopActionButton_HoldStopped_{ 0x052A1A80 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0529CEB0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopBuilderMenu_SelectedItem_{ 0x0529CF90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ToggleTracking_{ 0x0529CD90 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_ApplyColors_{ 0x052323D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_SelectedTab_{ 0x05232230 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_SliderChanged_{ 0x05232300 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_SwatchChanged_{ 0x05231700 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_AttemptBuild_{ 0x0529DCA0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_CancelAction_{ 0x0529DA40 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ChangeVariant_{ 0x0529D970 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ConnectionEvent_{ 0x0529D660 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ExitMenu_{ 0x0529D7F0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_MessageCallback_{ 0x0529D330 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_SelectedCategory_{ 0x0529DBD0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_SelectedGridObject_{ 0x0529DB00 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ShowExtras_{ 0x0529D730 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_SwitchMode_{ 0x0529D8B0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ToggleDistance_{ 0x0529D590 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ToggleTracking_{ 0x0529D400 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ToggleView_{ 0x0529D4D0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopQuickMenu_ConfirmAction_{ 0x052A0280 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopQuickMenu_ExitMenu_{ 0x052A0050 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopShared_SetActionHandles_{ 0x052A1C30 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopShared_StartAction_{ 0x052A1B60 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetHovered_{ 0x052A08A0 }; - inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetPicked_{ 0x052A0A40 }; - inline constexpr REL::Offset BSTHashMapBase_BSTHashMapTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableImpl_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_8___{ 0x051957C0 }; - inline constexpr REL::Offset BSTHashMapTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableImpl_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_8__{ 0x05196140 }; - inline constexpr REL::Offset BSTHashMap_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTDefaultScatterTable_{ 0x051964F0 }; - inline constexpr REL::Offset BSTHeapSTLAllocatorBase{ 0x05157288 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_ActorValueSnapshot_2_{ 0x0518B980 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2_{ 0x05205650 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSDistantObjectBlock_2_{ 0x05201B70 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSDynamicLODBlock_2_{ 0x05201CA0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSFadeManager__Group_2_{ 0x051576B0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSLODNode_2_{ 0x051FF9B8 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2_{ 0x05201900 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2_{ 0x052BEC00 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2_{ 0x052AB5B0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2_{ 0x052A5EC0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSFloatCurve_2_{ 0x052023C8 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSGFxObject_2_{ 0x0539E440 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSLog_2_{ 0x052BE330 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSMenu3D__Scene_2_{ 0x0515A170 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2_{ 0x0515FF00 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSResource2__EntryBase_2_{ 0x0515D140 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSSpinLock_2_{ 0x0534F738 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2_{ 0x053AE950 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2_{ 0x052BE810 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2_{ 0x052BED70 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2_{ 0x051FFB00 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_MissionData_2_{ 0x051E9668 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2_{ 0x053AF030 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2_{ 0x053AECD0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2_{ 0x053ADC00 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2_{ 0x053AD790 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2_{ 0x053AE720 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2_{ 0x053AE240 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2_{ 0x053AD6C0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2_{ 0x053AE090 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2_{ 0x053AD900 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2_{ 0x053ADF20 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2_{ 0x053AE410 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2_{ 0x053ADD90 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2_{ 0x053AEE90 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2_{ 0x053AC780 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2_{ 0x053ADA90 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2_{ 0x053AD520 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__ListFloatCurve_2_{ 0x053AD390 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2_{ 0x053AE590 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__MeshDependency_2_{ 0x053AF190 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2_{ 0x053AC1C0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__PointInMeshDependency_2_{ 0x053AF2F0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2_{ 0x051E9520 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__BuildingLevel_2_{ 0x051C1430 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__Stairway_2_{ 0x051C1120 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__StartingFoundation_2_{ 0x051C13E0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__Workshop_2_{ 0x051C1170 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2_{ 0x05293150 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2_{ 0x05207F70 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2_{ 0x05358CA0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2_{ 0x05358BD0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2_{ 0x05358D00 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2_{ 0x05358FC0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2_{ 0x05208270 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2_{ 0x05359B40 }; - inline constexpr REL::Offset BSTHeapSTLAllocator___BiomePlacement_2_{ 0x052BE6C0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2_{ 0x05189440 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2_{ 0x05187FB0 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2_{ 0x051FFD40 }; - inline constexpr REL::Offset BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2_{ 0x051C20E0 }; - inline constexpr REL::Offset BSTMessageQueue_BGSDecalManager__PendingSkinnedDecal_{ 0x05188A40 }; - inline constexpr REL::Offset BSTMessageQueue_BGSSaveLoadThread__AsyncRequest_{ 0x052ABF30 }; - inline constexpr REL::Offset BSTMessageQueue_BSFaceGenManager__PendingCustomizationData_{ 0x051ECB90 }; - inline constexpr REL::Offset BSTMessageQueue_BSScript__Internal__SuspendedStack_{ 0x053C14B0 }; - inline constexpr REL::Offset BSTMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533ABB0 }; - inline constexpr REL::Offset BSTMessageQueue_NiPointer_NiAVObject__{ 0x053AFC00 }; - inline constexpr REL::Offset BSTNavmeshSearch_BSNavmeshSearchPolicies__EuclideanDistanceToGoal_{ 0x051FEC30 }; - inline constexpr REL::Offset BSTNavmeshSearch_BSNavmeshSearchPolicies__MaximumCostToGoal_BSNavmeshSearchPolicies__EuclideanDistanceToGoal__{ 0x053AFA70 }; - inline constexpr REL::Offset BSTNavmeshSearch_BSNavmeshSearchPolicies__RandomPositionInsideArea_{ 0x051FAE70 }; - inline constexpr REL::Offset BSTNavmeshSearch_FleeNavMeshSearchingPolicy_{ 0x051FEB90 }; - inline constexpr REL::Offset BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy_{ 0x052EA610 }; - inline constexpr REL::Offset BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy_{ 0x052EB570 }; - inline constexpr REL::Offset BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy_{ 0x052EBE20 }; - inline constexpr REL::Offset BSTOptional_unsigned__int64____Json__Valueconst_BSLog_{ 0x05091F20 }; - inline constexpr REL::Offset BSTPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FAED0 }; - inline constexpr REL::Offset BSTPathBuilder_EscortPathingRequestPolicy_{ 0x051F59B0 }; - inline constexpr REL::Offset BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FBC10 }; - inline constexpr REL::Offset BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy___PathBuilder{ 0x051FBD60 }; - inline constexpr REL::Offset BSTPathingRequest_EscortPathingRequestPolicy_{ 0x051F48F0 }; - inline constexpr REL::Offset BSTPathingRequest_EscortPathingRequestPolicy___PathBuilder{ 0x05116180 }; - inline constexpr REL::Offset BSTSDMTraits_ActorValueBindingUpdaterService_BSTSingletonSDMOpStaticBuffer_ActorValueBindingUpdaterService__{ 0x0515C800 }; - inline constexpr REL::Offset BSTSDMTraits_AnimationClipDataSingleton_BSTSingletonSDMOpStaticBuffer_AnimationClipDataSingleton__{ 0x0536E6C0 }; - inline constexpr REL::Offset BSTSDMTraits_AnimationFileManagerSingleton_BSTSingletonSDMOpStaticBuffer_AnimationFileManagerSingleton__{ 0x0536E8A0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSAudio_Internal__LooseAudioRegistrar_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__LooseAudioRegistrar__{ 0x05205430 }; - inline constexpr REL::Offset BSTSDMTraits_BGSAudio_Internal__WwiseGameObjectMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseGameObjectMgr__{ 0x05204B80 }; - inline constexpr REL::Offset BSTSDMTraits_BGSAudio_Internal__WwiseIOMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseIOMgr__{ 0x05204DD0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSBodyManager_BSTSingletonSDMOpStaticBuffer_BGSBodyManager__{ 0x05157150 }; - inline constexpr REL::Offset BSTSDMTraits_BGSDecalManager_BSTSingletonSDMOpStaticBuffer_BGSDecalManager__{ 0x051889D0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSEchoListener_BSTSingletonSDMOpStaticBuffer_BGSEchoListener__{ 0x051CC2A0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSFaceFX_BSTSingletonSDMOpStaticBuffer_BGSFaceFX__{ 0x05162FB0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSFadeManager_BSTSingletonSDMOpStaticBuffer_BGSFadeManager__{ 0x05157790 }; - inline constexpr REL::Offset BSTSDMTraits_BGSFootstepManager_BSTSingletonSDMOpStaticBuffer_BGSFootstepManager__{ 0x052CD620 }; - inline constexpr REL::Offset BSTSDMTraits_BGSGeometryConstructorManager_BSTSingletonSDMOpStaticBuffer_BGSGeometryConstructorManager__{ 0x052BC790 }; - inline constexpr REL::Offset BSTSDMTraits_BGSImpactManager_BSTSingletonSDMOpStaticBuffer_BGSImpactManager__{ 0x052AE1D0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSInventoryInterface_BSTSingletonSDMOpStaticBuffer_BGSInventoryInterface__{ 0x052BD710 }; - inline constexpr REL::Offset BSTSDMTraits_BGSLODManager_BSTSingletonSDMOpStaticBuffer_BGSLODManager__{ 0x05201210 }; - inline constexpr REL::Offset BSTSDMTraits_BGSNavigationGridManager_BSTSingletonSDMOpStaticBuffer_BGSNavigationGridManager__{ 0x0518FA80 }; - inline constexpr REL::Offset BSTSDMTraits_BGSPlanetContentManager_BSTSingletonSDMOpStaticBuffer_BGSPlanetContentManager__{ 0x052BEFC0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSPlanet__Manager_BSTSingletonSDMOpStaticBuffer_BGSPlanet__Manager__{ 0x0519E700 }; - inline constexpr REL::Offset BSTSDMTraits_BGSSpatialGraphManager_BSTSingletonSDMOpStaticBuffer_BGSSpatialGraphManager__{ 0x051982F0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSStoryTeller_BSTSingletonSDMOpStaticBuffer_BGSStoryTeller__{ 0x052039F0 }; - inline constexpr REL::Offset BSTSDMTraits_BGSSynchronizedAnimationManager_BSTSingletonSDMOpStaticBuffer_BGSSynchronizedAnimationManager__{ 0x05204310 }; - inline constexpr REL::Offset BSTSDMTraits_BSBehaviorGraphSwapSingleton_BSTSingletonSDMOpStaticBuffer_BSBehaviorGraphSwapSingleton__{ 0x05204010 }; - inline constexpr REL::Offset BSTSDMTraits_BSFrameManager_BSTSingletonSDMOpStaticBuffer_BSFrameManager__{ 0x0538B0B0 }; - inline constexpr REL::Offset BSTSDMTraits_BSGalaxy__ModuleState_BSTSingletonSDMOpStaticBuffer_BSGalaxy__ModuleState__{ 0x053721C0 }; - inline constexpr REL::Offset BSTSDMTraits_BSIdleInputWatcher_BSTSingletonSDMOpStaticBuffer_BSIdleInputWatcher__{ 0x0525D7C0 }; - inline constexpr REL::Offset BSTSDMTraits_BSInputDeviceManager_BSTSingletonSDMOpStaticBuffer_BSInputDeviceManager__{ 0x053707A0 }; - inline constexpr REL::Offset BSTSDMTraits_BSInputEnableManager_BSTSingletonSDMOpStaticBuffer_BSInputEnableManager__{ 0x053712B0 }; - inline constexpr REL::Offset BSTSDMTraits_BSMaterial__ModuleState_BSTSingletonSDMOpStaticBuffer_BSMaterial__ModuleState__{ 0x0538F5A0 }; - inline constexpr REL::Offset BSTSDMTraits_BSPathEventManager_BSTSingletonSDMOpStaticBuffer_BSPathEventManager__{ 0x053B71E0 }; - inline constexpr REL::Offset BSTSDMTraits_BSPlatform__BSBethesdaPlatform_BSTSingletonSDMOpStaticBuffer_BSPlatform__BSBethesdaPlatform__{ 0x05408140 }; - inline constexpr REL::Offset BSTSDMTraits_BSResourceReloadManager_BSTSingletonSDMOpStaticBuffer_BSResourceReloadManager__{ 0x0538AD70 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource__SDirectory2__ThreadCursor_BSTSingletonSDMOpStaticBuffer_BSResource__SDirectory2__ThreadCursor__{ 0x053B98F0 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource__Server__ResourceServerDebug_BSTSingletonSDMOpStaticBuffer_BSResource__Server__ResourceServerDebug__{ 0x053BBDF0 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource____DefaultLocationData_BSTSingletonSDMOpStaticBuffer_BSResource____DefaultLocationData__{ 0x053BCA00 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource____DevNull_BSTSingletonSDMOpStaticBuffer_BSResource____DevNull__{ 0x053BB3C0 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource____EventSources_BSTSingletonSDMOpStaticBuffer_BSResource____EventSources__{ 0x053BB2B0 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource____GlobalLocations_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalLocations__{ 0x053BB9C0 }; - inline constexpr REL::Offset BSTSDMTraits_BSResource____GlobalPaths_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalPaths__{ 0x053BB560 }; - inline constexpr REL::Offset BSTSDMTraits_BSStreaming____BSStreamingJobSite_BSTSingletonSDMOpStaticBuffer_BSStreaming____BSStreamingJobSite__{ 0x053C7840 }; - inline constexpr REL::Offset BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy___{ 0x052EAF00 }; - inline constexpr REL::Offset BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy___{ 0x052EA970 }; - inline constexpr REL::Offset BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy___{ 0x052EB8F0 }; - inline constexpr REL::Offset BSTSDMTraits_BSTextureStreamer__Manager_BSTSingletonSDMOpStaticBuffer_BSTextureStreamer__Manager__{ 0x05388A70 }; - inline constexpr REL::Offset BSTSDMTraits_BSThreadEvent____Source_BSTSingletonSDMOpStaticBuffer_BSThreadEvent____Source__{ 0x05370500 }; - inline constexpr REL::Offset BSTSDMTraits_Camera__Manager_BSTSingletonSDMOpStaticBuffer_Camera__Manager__{ 0x05226190 }; - inline constexpr REL::Offset BSTSDMTraits_CharacterCollisionHandler_BSTSingletonSDMOpStaticBuffer_CharacterCollisionHandler__{ 0x052D2970 }; - inline constexpr REL::Offset BSTSDMTraits_ClientBIMetrics__HeartBeat__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__HeartBeat__EventSink__{ 0x05155430 }; - inline constexpr REL::Offset BSTSDMTraits_ClientBIMetrics__Performance__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__Performance__EventSink__{ 0x05155970 }; - inline constexpr REL::Offset BSTSDMTraits_CombatEncounterBIEvents__CombatEnounterMetricsManager_BSTSingletonSDMOpStaticBuffer_CombatEncounterBIEvents__CombatEnounterMetricsManager__{ 0x052A5C60 }; - inline constexpr REL::Offset BSTSDMTraits_ConsoleLog_BSTSingletonSDMOpStaticBuffer_ConsoleLog__{ 0x05323E10 }; - inline constexpr REL::Offset BSTSDMTraits_CreationRendererPrivate__MeshLODDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MeshLODDB__{ 0x053E4D20 }; - inline constexpr REL::Offset BSTSDMTraits_CreationRendererPrivate__MorphDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MorphDB__{ 0x053FC650 }; - inline constexpr REL::Offset BSTSDMTraits_CreationRendererPrivate__SharedMeshResourcesRegistry_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__SharedMeshResourcesRegistry__{ 0x053FA740 }; - inline constexpr REL::Offset BSTSDMTraits_CreationRenderer__Messaging__MessageProcessor_BSTSingletonSDMOpStaticBuffer_CreationRenderer__Messaging__MessageProcessor__{ 0x053DCB10 }; - inline constexpr REL::Offset BSTSDMTraits_CrowdManager_BSTSingletonSDMOpStaticBuffer_CrowdManager__{ 0x052215A0 }; - inline constexpr REL::Offset BSTSDMTraits_CrowdWallaBubble_BSTSingletonSDMOpStaticBuffer_CrowdWallaBubble__{ 0x05225E50 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1____{ 0x052B6DE0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1____{ 0x052B4200 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1____{ 0x052AF200 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1____{ 0x0536F8B0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1____{ 0x052B7C70 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1____{ 0x052B18F0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1____{ 0x052B4AD0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1____{ 0x052B08C0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1____{ 0x052B2140 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1____{ 0x052B10F0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1____{ 0x052B53A0 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1____{ 0x052B7620 }; - inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1____{ 0x052B67C0 }; - inline constexpr REL::Offset BSTSDMTraits_DynamicIdleDataSingletonHelper_BSTSingletonSDMOpStaticBuffer_DynamicIdleDataSingletonHelper__{ 0x051539F0 }; - inline constexpr REL::Offset BSTSDMTraits_DynamicNavmesh_BSTSingletonSDMOpStaticBuffer_DynamicNavmesh__{ 0x051901B0 }; - inline constexpr REL::Offset BSTSDMTraits_EffectSequence__EffectSequenceManager_BSTSingletonSDMOpStaticBuffer_EffectSequence__EffectSequenceManager__{ 0x051617C0 }; - inline constexpr REL::Offset BSTSDMTraits_ExternalRefcountStrategy_0__BSTSingletonSDMOpStaticBuffer_ExternalRefcountStrategy_0___{ 0x053FA9E0 }; - inline constexpr REL::Offset BSTSDMTraits_FOCollisionListener_BSTSingletonSDMOpStaticBuffer_FOCollisionListener__{ 0x051EABB0 }; - inline constexpr REL::Offset BSTSDMTraits_FavoritesManager_BSTSingletonSDMOpStaticBuffer_FavoritesManager__{ 0x05328CC0 }; - inline constexpr REL::Offset BSTSDMTraits_GameBIEvents__PlayerBIEvents_BSTSingletonSDMOpStaticBuffer_GameBIEvents__PlayerBIEvents__{ 0x052A6650 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__ActorValueEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ActorValueEventHandler__{ 0x05331ED0 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__AffinityEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__AffinityEventHandler__{ 0x05332320 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__BasicEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BasicEventHandler__{ 0x0534C310 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__BuilderEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BuilderEventHandler__{ 0x05332990 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__ChallengeEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ChallengeEventHandler__{ 0x0522F950 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__CombatEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CombatEventHandler__{ 0x053330C0 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__CustomEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CustomEventHandler__{ 0x05334E90 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__DistanceEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__DistanceEventHandler__{ 0x0534E620 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__FragmentEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__FragmentEventHandler__{ 0x05333E90 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__InventoryEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__InventoryEventHandler__{ 0x05335B60 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__LOSEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__LOSEventHandler__{ 0x05335E70 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__MenuEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__MenuEventHandler__{ 0x05336810 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__PathingCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__PathingCallbackMgr__{ 0x05336D00 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__QuestCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__QuestCallbackMgr__{ 0x053370B0 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__SleepEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SleepEventHandler__{ 0x05337570 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__SoundCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__SoundCallbackMgr__{ 0x053377A0 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__SpaceshipEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SpaceshipEventHandler__{ 0x0534D0D0 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__TeleportEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TeleportEventHandler__{ 0x0534D250 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__TimerEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TimerEventHandler__{ 0x0534DB30 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__TrackedStatsEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TrackedStatsEventHandler__{ 0x0534DC90 }; - inline constexpr REL::Offset BSTSDMTraits_GameScript__WaitEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__WaitEventHandler__{ 0x0534EAB0 }; - inline constexpr REL::Offset BSTSDMTraits_GameUIModel_BSTSingletonSDMOpStaticBuffer_GameUIModel__{ 0x05261B70 }; - inline constexpr REL::Offset BSTSDMTraits_GameVM_BSTSingletonSDMOpStaticBuffer_GameVM__{ 0x0533A8A0 }; - inline constexpr REL::Offset BSTSDMTraits_GenericFrameUpdateOperationsService_BSTSingletonSDMOpStaticBuffer_GenericFrameUpdateOperationsService__{ 0x0515CC40 }; - inline constexpr REL::Offset BSTSDMTraits_ImageSpaceManagerAgent_BSTSingletonSDMOpStaticBuffer_ImageSpaceManagerAgent__{ 0x0516DE00 }; - inline constexpr REL::Offset BSTSDMTraits_LightAttachmentRuntimeComponentUpdateService_BSTSingletonSDMOpStaticBuffer_LightAttachmentRuntimeComponentUpdateService__{ 0x052BCB50 }; - inline constexpr REL::Offset BSTSDMTraits_LoadScreenRenderingEventHandler_BSTSingletonSDMOpStaticBuffer_LoadScreenRenderingEventHandler__{ 0x05230860 }; - inline constexpr REL::Offset BSTSDMTraits_MenuControls_BSTSingletonSDMOpStaticBuffer_MenuControls__{ 0x0532B650 }; - inline constexpr REL::Offset BSTSDMTraits_MenuCursor_BSTSingletonSDMOpStaticBuffer_MenuCursor__{ 0x0539EBB0 }; - inline constexpr REL::Offset BSTSDMTraits_MenuTopicManager_BSTSingletonSDMOpStaticBuffer_MenuTopicManager__{ 0x052A4E90 }; - inline constexpr REL::Offset BSTSDMTraits_MessageMenuManager_BSTSingletonSDMOpStaticBuffer_MessageMenuManager__{ 0x0532C4B0 }; - inline constexpr REL::Offset BSTSDMTraits_MonocleUIDataModel_BSTSingletonSDMOpStaticBuffer_MonocleUIDataModel__{ 0x0525FE60 }; - inline constexpr REL::Offset BSTSDMTraits_MovementAvoidanceManager_BSTSingletonSDMOpStaticBuffer_MovementAvoidanceManager__{ 0x052D2FF0 }; - inline constexpr REL::Offset BSTSDMTraits_NavMeshGenerator_BSTSingletonSDMOpStaticBuffer_NavMeshGenerator__{ 0x05191320 }; - inline constexpr REL::Offset BSTSDMTraits_NavMeshObstacleManager_BSTSingletonSDMOpStaticBuffer_NavMeshObstacleManager__{ 0x051FCC40 }; - inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleEmitterEngine_BSTSingletonSDMOpStaticBuffer_Particles__ParticleEmitterEngine__{ 0x053AC370 }; - inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleNodeManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticleNodeManager__{ 0x053A0D00 }; - inline constexpr REL::Offset BSTSDMTraits_Particles__ParticlePerformanceManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticlePerformanceManager__{ 0x053ABED0 }; - inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleSystemManagerImpl_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemManagerImpl__{ 0x053AB880 }; - inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleSystemStorage_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemStorage__{ 0x053A12B0 }; - inline constexpr REL::Offset BSTSDMTraits_PathingTraversalManager_BSTSingletonSDMOpStaticBuffer_PathingTraversalManager__{ 0x051954E0 }; - inline constexpr REL::Offset BSTSDMTraits_Pathing_BSTSingletonSDMOpStaticBuffer_Pathing__{ 0x051FE000 }; - inline constexpr REL::Offset BSTSDMTraits_PlanetSiteSelectEventHelper_BSTSingletonSDMOpStaticBuffer_PlanetSiteSelectEventHelper__{ 0x052BCE40 }; - inline constexpr REL::Offset BSTSDMTraits_PlayerCamera_BSTSingletonSDMOpStaticBuffer_PlayerCamera__{ 0x05322D00 }; - inline constexpr REL::Offset BSTSDMTraits_PlayerControls__Manager_BSTSingletonSDMOpStaticBuffer_PlayerControls__Manager__{ 0x052246F0 }; - inline constexpr REL::Offset BSTSDMTraits_PlayerRegionState_BSTSingletonSDMOpStaticBuffer_PlayerRegionState__{ 0x052D1720 }; - inline constexpr REL::Offset BSTSDMTraits_Preload__Manager_BSTSingletonSDMOpStaticBuffer_Preload__Manager__{ 0x05230C00 }; - inline constexpr REL::Offset BSTSDMTraits_ProcessLists_BSTSingletonSDMOpStaticBuffer_ProcessLists__{ 0x052D2760 }; - inline constexpr REL::Offset BSTSDMTraits_Projectile__Manager_BSTSingletonSDMOpStaticBuffer_Projectile__Manager__{ 0x052EE230 }; - inline constexpr REL::Offset BSTSDMTraits_QueuedCellAttachService_BSTSingletonSDMOpStaticBuffer_QueuedCellAttachService__{ 0x0518C240 }; - inline constexpr REL::Offset BSTSDMTraits_RagdollFurnitureModifier_BSTSingletonSDMOpStaticBuffer_RagdollFurnitureModifier__{ 0x051EAFB0 }; - inline constexpr REL::Offset BSTSDMTraits_Research__Manager_BSTSingletonSDMOpStaticBuffer_Research__Manager__{ 0x052A8E30 }; - inline constexpr REL::Offset BSTSDMTraits_SaveLoadTester__Service_BSTSingletonSDMOpStaticBuffer_SaveLoadTester__Service__{ 0x052ACA90 }; - inline constexpr REL::Offset BSTSDMTraits_Service_BSTSingletonSDMOpStaticBuffer_Service__{ 0x05202BD0 }; - inline constexpr REL::Offset BSTSDMTraits_ShipCrewData_BSTSingletonSDMOpStaticBuffer_ShipCrewData__{ 0x05251870 }; - inline constexpr REL::Offset BSTSDMTraits_Sky_BSTSingletonSDMOpStaticBuffer_Sky__{ 0x051EC9E0 }; - inline constexpr REL::Offset BSTSDMTraits_SpaceshipBIEvents__EventSink_BSTSingletonSDMOpStaticBuffer_SpaceshipBIEvents__EventSink__{ 0x052A55A0 }; - inline constexpr REL::Offset BSTSDMTraits_SpaceshipPlayerSounds_BSTSingletonSDMOpStaticBuffer_SpaceshipPlayerSounds__{ 0x05355150 }; - inline constexpr REL::Offset BSTSDMTraits_Spaceship__TargetingMode_BSTSingletonSDMOpStaticBuffer_Spaceship__TargetingMode__{ 0x052BD3A0 }; - inline constexpr REL::Offset BSTSDMTraits_StarField__ModuleState_BSTSingletonSDMOpStaticBuffer_StarField__ModuleState__{ 0x051C5130 }; - inline constexpr REL::Offset BSTSDMTraits_StarMap__SelectBodyEventHelper_BSTSingletonSDMOpStaticBuffer_StarMap__SelectBodyEventHelper__{ 0x052BAF50 }; - inline constexpr REL::Offset BSTSDMTraits_StaticAvoidNodeManager_BSTSingletonSDMOpStaticBuffer_StaticAvoidNodeManager__{ 0x052D34D0 }; - inline constexpr REL::Offset BSTSDMTraits_SupportMaterialHandler_BSTSingletonSDMOpStaticBuffer_SupportMaterialHandler__{ 0x052BD060 }; - inline constexpr REL::Offset BSTSDMTraits_TESAudio__ScriptedMusicState_BSTSingletonSDMOpStaticBuffer_TESAudio__ScriptedMusicState__{ 0x052A4CA0 }; - inline constexpr REL::Offset BSTSDMTraits_TESDataHandler_BSTSingletonSDMOpStaticBuffer_TESDataHandler__{ 0x05181510 }; - inline constexpr REL::Offset BSTSDMTraits_TESNPCData__ChargenDataModel_BSTSingletonSDMOpStaticBuffer_TESNPCData__ChargenDataModel__{ 0x051C9560 }; - inline constexpr REL::Offset BSTSDMTraits_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__BSTSingletonSDMOpStaticBuffer_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___{ 0x052BDB70 }; - inline constexpr REL::Offset BSTSDMTraits_TESWaterSystem_BSTSingletonSDMOpStaticBuffer_TESWaterSystem__{ 0x05202E70 }; - inline constexpr REL::Offset BSTSDMTraits_TextureDB__Manager_BSTSingletonSDMOpStaticBuffer_TextureDB__Manager__{ 0x053C9130 }; - inline constexpr REL::Offset BSTSDMTraits_UIBlurManager_BSTSingletonSDMOpStaticBuffer_UIBlurManager__{ 0x0532DCD0 }; - inline constexpr REL::Offset BSTSDMTraits_UISaveLoadManager_BSTSingletonSDMOpStaticBuffer_UISaveLoadManager__{ 0x052BA8D0 }; - inline constexpr REL::Offset BSTSDMTraits_UI_BSTSingletonSDMOpStaticBuffer_UI__{ 0x0539E120 }; - inline constexpr REL::Offset BSTSDMTraits_VATS_BSTSingletonSDMOpStaticBuffer_VATS__{ 0x052EE610 }; - inline constexpr REL::Offset BSTSDMTraits_WorkshopBIEvents__WorkshopEventManager_BSTSingletonSDMOpStaticBuffer_WorkshopBIEvents__WorkshopEventManager__{ 0x052A58B0 }; - inline constexpr REL::Offset BSTSDMTraits_WorkshopLOD__WorkshopLODManager_BSTSingletonSDMOpStaticBuffer_WorkshopLOD__WorkshopLODManager__{ 0x05356200 }; - inline constexpr REL::Offset BSTSDMTraits___ActorMediatorHelper_BSTSingletonSDMOpStaticBuffer___ActorMediatorHelper__{ 0x052CC1A0 }; - inline constexpr REL::Offset BSTSDMTraits___AnimationFileListener_BSTSingletonSDMOpStaticBuffer___AnimationFileListener__{ 0x0536E250 }; - inline constexpr REL::Offset BSTSDMTraits___AnimationFileLookupSingletonHelper_BSTSingletonSDMOpStaticBuffer___AnimationFileLookupSingletonHelper__{ 0x0536ED00 }; - inline constexpr REL::Offset BSTSDMTraits___BSBreakpadHandler_BSTSingletonSDMOpStaticBuffer___BSBreakpadHandler__{ 0x05371A90 }; - inline constexpr REL::Offset BSTSDMTraits___BSScaleformAllocatorPaged_BSTSingletonSDMOpStaticBuffer___BSScaleformAllocatorPaged__{ 0x0539ED80 }; - inline constexpr REL::Offset BSTSDMTraits___BehaviorGraphSpecificDataLookupSingleton_BSTSingletonSDMOpStaticBuffer___BehaviorGraphSpecificDataLookupSingleton__{ 0x05153430 }; - inline constexpr REL::Offset BSTSDMTraits___ConsoleHotkeyManager_BSTSingletonSDMOpStaticBuffer___ConsoleHotkeyManager__{ 0x05323850 }; - inline constexpr REL::Offset BSTSDMTraits___DDQueueCollection_BSTSingletonSDMOpStaticBuffer___DDQueueCollection__{ 0x052AF940 }; - inline constexpr REL::Offset BSTSDMTraits___HavokThreadMemorySink_BSTSingletonSDMOpStaticBuffer___HavokThreadMemorySink__{ 0x05378D30 }; - inline constexpr REL::Offset BSTSDMTraits___Jobber_BSTSingletonSDMOpStaticBuffer___Jobber__{ 0x0538A440 }; - inline constexpr REL::Offset BSTSDMTraits___MaterialAnimator_BSTSingletonSDMOpStaticBuffer___MaterialAnimator__{ 0x05395F20 }; - inline constexpr REL::Offset BSTSDMTraits___PathingSite_BSTSingletonSDMOpStaticBuffer___PathingSite__{ 0x052BBE80 }; - inline constexpr REL::Offset BSTSDMTraits___Service_BSTSingletonSDMOpStaticBuffer___Service__{ 0x052ED2E0 }; - inline constexpr REL::Offset BSTSDMTraits___TESAudioScriptSDM_BSTSingletonSDMOpStaticBuffer___TESAudioScriptSDM__{ 0x05225B20 }; - inline constexpr REL::Offset BSTSDMTraits_bhkBipedOrientationController_BSTSingletonSDMOpStaticBuffer_bhkBipedOrientationController__{ 0x0537E340 }; - inline constexpr REL::Offset BSTSDMTraits_bhkCollisionFilter_BSTSingletonSDMOpStaticBuffer_bhkCollisionFilter__{ 0x053780A0 }; - inline constexpr REL::Offset BSTSDMTraits_bhkParticlesManagerModifier_BSTSingletonSDMOpStaticBuffer_bhkParticlesManagerModifier__{ 0x05376620 }; - inline constexpr REL::Offset BSTSDMTraits_bps__client__Services_BSTSingletonSDMOpStaticBuffer_bps__client__Services__{ 0x0535F2A0 }; - inline constexpr REL::Offset BSTSDMTraits_hknpBSMoveLimitModifier_BSTSingletonSDMOpStaticBuffer_hknpBSMoveLimitModifier__{ 0x05378740 }; - inline constexpr REL::Offset BSTSDMTraits_hknpBSShapeCodec_BSTSingletonSDMOpStaticBuffer_hknpBSShapeCodec__{ 0x05375F70 }; - inline constexpr REL::Offset BSTSDMTraits_hknpBackfaceCollisionModifier_BSTSingletonSDMOpStaticBuffer_hknpBackfaceCollisionModifier__{ 0x05376180 }; - inline constexpr REL::Offset BSTScatterTableImpl_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_8_{ 0x05196310 }; - inline constexpr REL::Offset BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops{ 0x05195BA0 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSGeometryConstructorManager_{ 0x052BD970 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSModelDB__BSModelProcessor_{ 0x05181BC0 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSNavigationGridManager_{ 0x0518F930 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSNavmeshInfoMap_{ 0x051FC870 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSPathingCellManager_{ 0x051FE320 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSPathingTraversalManager_{ 0x05195F30 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSPathing_{ 0x051FE1C8 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSPrecomputedNavmeshInfoPathMap_{ 0x051FC8C0 }; - inline constexpr REL::Offset BSTSingletonExplicit_BSSpatialGraphManager_{ 0x05198060 }; - inline constexpr REL::Offset BSTSingletonExplicit_DeferredDeletion__IDeferredDeleter_{ 0x052AEE20 }; - inline constexpr REL::Offset BSTSingletonExplicit_DialogueUIDataModel_{ 0x0525E720 }; - inline constexpr REL::Offset BSTSingletonExplicit_FireForgetModel_{ 0x05238F20 }; - inline constexpr REL::Offset BSTSingletonExplicit_GraphicsInfoDataModel_{ 0x0523C6C0 }; - inline constexpr REL::Offset BSTSingletonExplicit_HUDDataModel_{ 0x052646F0 }; - inline constexpr REL::Offset BSTSingletonExplicit_HUDRolloverDataModel_{ 0x0523B8F0 }; - inline constexpr REL::Offset BSTSingletonExplicit_HUDSocialCommandDataModel_{ 0x05262590 }; - inline constexpr REL::Offset BSTSingletonExplicit_IMemoryManagerFileFactory_{ 0x0512C130 }; - inline constexpr REL::Offset BSTSingletonExplicit_IMovementAvoidanceManager_{ 0x052D2AD0 }; - inline constexpr REL::Offset BSTSingletonExplicit_IMovementFormIDManager_{ 0x0512C1F0 }; - inline constexpr REL::Offset BSTSingletonExplicit_IStaticAvoidNodeManager_{ 0x052D3710 }; - inline constexpr REL::Offset BSTSingletonExplicit_MainMenuStateDataModel_{ 0x052440D0 }; - inline constexpr REL::Offset BSTSingletonExplicit_MovementManager_{ 0x051FDF00 }; - inline constexpr REL::Offset BSTSingletonExplicit_PlayerDataModel_{ 0x052476D0 }; - inline constexpr REL::Offset BSTSingletonExplicit_SettingsDataModel_{ 0x0524F710 }; - inline constexpr REL::Offset BSTSingletonExplicit_TESDataHandlerPostBuildFileListSource_{ 0x051271D0 }; - inline constexpr REL::Offset BSTSingletonExplicit_TutorialMessageManager_{ 0x05261650 }; - inline constexpr REL::Offset BSTSingletonExplicit_WorkshopStateDataModel_{ 0x0525D660 }; - inline constexpr REL::Offset BSTSingletonExplicit_bhkCharacterCollisionHandler_{ 0x052D2920 }; - inline constexpr REL::Offset BSTSingletonExplicit_bhkSupportMaterialHandler_{ 0x052BD180 }; - inline constexpr REL::Offset BSTSingletonImplicit_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler_{ 0x05165D20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BGSDefaultObjectManager_{ 0x05126B30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BGSObjectVisibilityManager_{ 0x050C97B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BGSPlayerMusicChanger_{ 0x052A4B10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSCoreMessage__MessageSource_{ 0x051273D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSSystemFileStreamer__Streamer_{ 0x053C72B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ActivityTrackerActivityStartedEvent__{ 0x05187AC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_AnimationDataCleanupEvent__{ 0x051530E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_AnimationDataSetupEvent__{ 0x051531A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_AutoLoadDoorRolloverEvent__{ 0x051CFC00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSAcousticSpaceListener__StackChangedEvent__{ 0x052A46F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSActorDeathEvent__{ 0x052A6140 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSAppPausedEvent__{ 0x0532B490 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent__{ 0x051A1E10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSScannerGuideEffectStatusUpdateEvent__{ 0x0525F2C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionEndEvent__{ 0x051C8FB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionStartEvent__{ 0x051C9100 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSBethesdaPlatformLoginEvent__{ 0x052428D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent__{ 0x05281980 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent__{ 0x05281E90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_FaderMenuDisplayState___{ 0x05327830 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent___{ 0x052CDDC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent___{ 0x0523CD60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent___{ 0x05264300 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSWorldOriginShiftEvent__{ 0x0518F800 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_BuyItem__{ 0x052677C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_CloseMenu__{ 0x052673F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_HideModel__{ 0x05267570 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_LoadModel__{ 0x052674B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_SellItem__{ 0x05267880 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_SetMouseOverModel__{ 0x05267950 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_ShowFailureMessage__{ 0x05267640 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_ViewedItem__{ 0x05267700 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BinkMovieStoppedPlayingEvent__{ 0x0522E380 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BlurEvent__{ 0x05322FC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BoundaryMenu_FastTravel__{ 0x052297C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BoundaryMenu_ShowMap__{ 0x05229700 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CameraCutEvent__{ 0x05209050 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_BrowChange__{ 0x052809C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_BrowColorChange__{ 0x05283230 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_CancelTextEntry__{ 0x05281320 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_CloseMenu__{ 0x05281860 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_CyclePronoun__{ 0x052830B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_DirtScarsEtcChange__{ 0x05280D80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_EndBodyChange__{ 0x052826D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_EndTextEntry__{ 0x052813E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_EyeColorChange__{ 0x05280A80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_FacialHairChange__{ 0x05280780 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_FacialHairColorChange__{ 0x052832F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HairChange__{ 0x05280900 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HairColorChange__{ 0x05280840 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HeadpartPlusSelectorChange__{ 0x05280F10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HeadpartPresetChange__{ 0x052816D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_JewelryChange__{ 0x05282920 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_JewelryColorChange__{ 0x05282850 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_MakeupChange__{ 0x052821E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_MarkingsChange__{ 0x05282120 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PostBlendColorOptionChange__{ 0x05282380 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PostBlendFaceChange__{ 0x05282460 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PostBlendIntensityChange__{ 0x052822A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PresetChange__{ 0x052817A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_RollOffLocomotion__{ 0x05282B60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_RollOnLocomotion__{ 0x05282C20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_RotatePaperdoll__{ 0x05282CE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetAdditionalSlider__{ 0x05282600 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetBackground__{ 0x05280B40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetBlockInputUnderPopup__{ 0x05282530 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetBodyValues__{ 0x052810B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetCameraPosition__{ 0x05280FF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetPronoun__{ 0x05282FF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetSex__{ 0x05281620 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetSlider__{ 0x05281560 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetTrait__{ 0x05280C00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_ShowChooseBackgroundMessage__{ 0x05281170 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_ShowPlayerRenameMessage__{ 0x05281250 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SkintoneChange__{ 0x05280E50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_StartBodyChange__{ 0x05282790 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_StartTextEntry__{ 0x052814A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SwitchBodyType__{ 0x05282DA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SwitchLocomotion__{ 0x05282E60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TeethChange__{ 0x05283170 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TeethRollOff__{ 0x052829E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TeethRollOn__{ 0x05282AA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_ToggleMarking__{ 0x05280CC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TogglePreviewHabSuit__{ 0x05282F20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharacterBeginLevelUpEvent__{ 0x052A60D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharacterFinishLevelUpEvent__{ 0x05247560 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ClearHUDMessagesEvent__{ 0x0523DC00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ClearQuickContainerEvent__{ 0x051CFEB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenuClosed__Event__{ 0x0522D640 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_CloseMenu__{ 0x052381E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_HideModel__{ 0x05324990 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_Jettison__{ 0x05324B20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_LoadModel__{ 0x053248D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_OpenRefuelMenu__{ 0x05324A60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_SetMouseOverModel__{ 0x05324BF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_TakeAll__{ 0x05324810 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_ToggleEquip__{ 0x05325140 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_TransferAllResources__{ 0x05325210 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_TransferItem__{ 0x05325080 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContextStackChangedEvent__{ 0x05370BF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ControlsRemappedEvent__{ 0x0524E050 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_CraftItem__{ 0x05234F00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_ExitBench__{ 0x052348C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_Highlight3D__{ 0x0529C620 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_InstallMod__{ 0x05234D50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_RenameItem__{ 0x052335C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_RevertHighlight__{ 0x0529C500 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_RevertedModdedItem__{ 0x05233250 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedModSlot__{ 0x052333F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedMod__{ 0x05233190 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedModdableItem__{ 0x05233320 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedRecipe__{ 0x05234FC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SessionSummaryEvent__{ 0x052349D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SetInspectControls__{ 0x05234B50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_ToggleTracking__{ 0x05234C20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_ViewingModdableItem__{ 0x05234E20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_CloseMenu__{ 0x05287EA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_ClosedForSubMenu__{ 0x05287F60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_Missions__{ 0x052881C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_OpenPauseMenu__{ 0x052877A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_PlotToLocation__{ 0x05287860 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_Reopened__{ 0x05287DE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedAttributesMenu__{ 0x052879F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedInventoryMenu__{ 0x05287AC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedMapMenu__{ 0x05287B90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedPowersMenu__{ 0x05287920 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedShipMenu__{ 0x05287C50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedStatusMenu__{ 0x05287D10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SetMenuForQuickEntry__{ 0x052880F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SetPaperDollActive__{ 0x05288020 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_StartCloseAnim__{ 0x052366E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateButtons_acceptClicked__{ 0x0526AFA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateButtons_cancelClicked__{ 0x0526B070 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateMenu_playSFX__{ 0x0526AED0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateMenu_toggleAudio__{ 0x0526AE10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_CompleteExit__{ 0x0525D9C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnDialogueSelect__{ 0x05327400 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnListVisibilityChange__{ 0x05327670 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnPersuasionAutoWin__{ 0x05327320 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnScriptedDialogueSelect__{ 0x053269B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_RequestExit__{ 0x053275A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_RequestSkipDialogue__{ 0x053274D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DisplayFatigueWarningEvent__{ 0x05264170 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DocAcceptMenu_Accept__{ 0x0522A0E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_EndLoadGameEvent__{ 0x05156E20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ExperienceMeterDisplayData__{ 0x05263590 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_FaderMenuDisplayState__{ 0x05327900 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_FavoritesMenu_AssignQuickkey__{ 0x05328800 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_FavoritesMenu_UseQuickkey__{ 0x053288C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GameStalledEvent__{ 0x053BBC80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_CloseAllMenus__{ 0x05260DC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_CloseMenu__{ 0x05260D00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_PlayMenuSound__{ 0x05261780 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_StartGameRender__{ 0x05261840 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_UserEvent__{ 0x05260C40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDActivityIncreaseEvent__{ 0x0514F430 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDCrewBuffMessageEvent__{ 0x05232C60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDModeEvent__{ 0x0523A6F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotificationEvent__{ 0x052648D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_MissionActiveWidgetUpdate__{ 0x052649A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_OpenDataMenu__{ 0x05264B60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_OpenMissionMenu__{ 0x05264C30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_SetMissionActive__{ 0x05264A80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDRolloverActivationButtonEvent__{ 0x0523A970 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDRolloverActivationQCItemPressEvent__{ 0x0523A810 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDWeaponWorldFOVMultChangedEvent__{ 0x051BAA90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HangarShipSelection_ChangeSystemDisplay__{ 0x0522D3F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HangarShipSelection_RepairShip__{ 0x0522D700 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HangarShipSelection_UpgradeSystem__{ 0x0522D7C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ImageFixtureEvent_RequestImage__{ 0x0539F180 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ImageFixtureEvent_UnregisterImage__{ 0x0539F2A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_Change3DView__{ 0x052382A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_DropItem__{ 0x0526C410 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_HideModel__{ 0x0526C290 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_LoadModel__{ 0x0526C1D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_OnEnterCategory__{ 0x0526C750 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_OpenCargoHold__{ 0x0526C4E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_PaperDollTryOn__{ 0x05238040 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ResetPaperDollInv__{ 0x05238110 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_SelectItem__{ 0x0526C350 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_SetMouseOverModel__{ 0x0526C680 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_StartCloseAnim__{ 0x0526C820 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ToggleFavorite__{ 0x0526C5B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ToggleHelmet__{ 0x052474A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ToggleSuit__{ 0x052473D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Inventory_SetSort__{ 0x0523AAA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_AnimFinished__{ 0x05263650 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_OnWidgetShown__{ 0x052638A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_OpenDataMenu__{ 0x052637D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_ShowSkills__{ 0x05263710 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LoadScreenEndEvent__{ 0x0517E150 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LoadScreenStartEvent__{ 0x0517D6D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LoadingMenu_RefreshText__{ 0x053293A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LocationTextWidget_FinishedQueue__{ 0x052639D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_ActionCanceled__{ 0x0532AB90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_ActionConfirmed__{ 0x0532AAD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_ConfirmLoad__{ 0x0532AD10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_DeleteSave__{ 0x0532ADD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_LegalScreenComplete__{ 0x05329DF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_SetCharacter__{ 0x0532AE90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_StartAction__{ 0x0532AA10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_StartLoad__{ 0x0532AC50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_UploadSave__{ 0x05329D20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MessageBoxMenu_OnBackOut__{ 0x0532BE60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MessageBoxMenu_OnButtonPress__{ 0x0532BCC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MessageBoxMenu_OnScriptedButtonPress__{ 0x0532BD90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionBoard_MissionEntryChanged__{ 0x0526E2C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionBoard_MissionEntryPressed__{ 0x0526E3A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ClearState__{ 0x05269E40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_PlotToLocation__{ 0x05269A60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_RejectQuest__{ 0x05269BF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_SaveCategoryIndex__{ 0x05269D80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_SaveOpenedId__{ 0x05269CB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ShowItemLocation__{ 0x05269990 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ToggleQTDisplay__{ 0x05269F10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ToggleTrackingQuest__{ 0x05269B30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ModelReferenceEffectEvents__ReferenceEffectFinished__{ 0x052A3B50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Bioscan__{ 0x052705B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_FastTravel__{ 0x0526FF90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Harvest__{ 0x05270670 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Initialize__{ 0x05270D50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Outpost__{ 0x05270730 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_PhotoMode__{ 0x05270370 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Shutdown__{ 0x05270C90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_SocialSpell__{ 0x052704F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_StartContainerView__{ 0x05270120 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_StopContainerView__{ 0x05270050 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_SurfaceMap__{ 0x05270430 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_UseListScrollControls__{ 0x0526FEB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_ZoomIn__{ 0x052702B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_ZoomOut__{ 0x052701F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_OpenContainerMenuEventData__{ 0x0523A630 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_OpenContainerMenuFromListenerEvent__{ 0x0523A890 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ActionCanceled__{ 0x05288DB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ConfirmAction__{ 0x05288E70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ConfirmLoad__{ 0x05288C30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ConfirmSave__{ 0x0528A240 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_DeleteSave__{ 0x05288B70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_QuitToDesktop__{ 0x0528A180 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_SetCharacter__{ 0x0528A300 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_StartAction__{ 0x05288F30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_StartLoad__{ 0x05288CF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_UploadSave__{ 0x0528A0C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoGallery_DeletePhoto__{ 0x0522AF00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_InitializeCategory__{ 0x05271DD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_ResetToDefaults__{ 0x05271D10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_SliderChanged__{ 0x05271C50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_StepperChanged__{ 0x05271B90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_TakeSnapshot__{ 0x05271AD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_ToggleHelmet__{ 0x05271950 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_ToggleUI__{ 0x05271A10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PickRefStateChangedEvent__{ 0x05186630 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PickpocketMenu_OnItemSelect__{ 0x05273D10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayBink_CloseMenu__{ 0x0528ACA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerAutoAimActorEvent__{ 0x052CDCE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsEndEvent__{ 0x05224190 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsStartEvent__{ 0x05224110 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpPressEvent__{ 0x05222C50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpReleaseEvent__{ 0x05222F90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent__{ 0x05223750 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintReleasedEvent__{ 0x05223530 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerCrosshairModeEvent__{ 0x0523CCA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerDetectionLevelChangeEvent__{ 0x0523E5A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerInCombatChangeEvent__{ 0x052D1450 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerSetWeaponStateEvent__{ 0x052661C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerSneakingChangeEvent__{ 0x05223320 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerUpdateEvent__{ 0x052472B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PowersMenu_ActivateEssence__{ 0x0522B370 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PowersMenu_EquipPower__{ 0x0522B4F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PowersMenu_FavoritePower__{ 0x0522B430 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ReferenceCellLoadedTemps__{ 0x051D5FF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ReferenceQueuedEvent__{ 0x0517B0C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RefreshDataMenuForSkillsChangeEvent__{ 0x052367A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Refuel_Accept__{ 0x05279240 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Refuel_Cancel__{ 0x05279190 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_AddMaterial__{ 0x05275780 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_CategorySelected__{ 0x052759E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_ExitMenu__{ 0x052756C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_HideModel__{ 0x05275600 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_PreviewProject__{ 0x05275910 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_ProjectViewed__{ 0x05275840 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_SetInspectControls__{ 0x05275530 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_ToggleTrackingProject__{ 0x05275070 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResetHistoryDataEvent__{ 0x051B81A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResourceServerLogDumped__{ 0x053BC630 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Reticle_OnLongAnimFinished__{ 0x0528CC50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceAttach__{ 0x05161290 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceCleared3d__{ 0x0518DA60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDestroy__{ 0x0518DC30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDetach__{ 0x05161660 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceInit__{ 0x0518DB40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceRecycle__{ 0x0518DD20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceSet3d__{ 0x0518E0F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__Release3DRelatedData__{ 0x0518D1B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SaveLoadEvent__{ 0x05225810 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SaveLoadMessageStringEvent__{ 0x052643F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_BackOutKey__{ 0x05277F40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_CloseMenu__{ 0x052780C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_ConfirmExit__{ 0x05277CE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_EliminateUnusedKeys__{ 0x05277DA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_GetRingHint__{ 0x05277E80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_SelectNewKey__{ 0x05277C20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_TryUseKey__{ 0x05278000 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_CheckBoxChanged__{ 0x0524E570 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_ClearBinding__{ 0x0524E8B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_OpenCategory__{ 0x0524E640 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_OpenSettings__{ 0x0524E710 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_RemapConfirmed__{ 0x0524E7E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_RemapMode__{ 0x0524DFE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_ResetToDefaults__{ 0x0524E4A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_SaveControls__{ 0x0524E230 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_SaveSettings__{ 0x0524E160 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_SliderChanged__{ 0x0524E3D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_StepperChanged__{ 0x0524E300 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_ValidateControls__{ 0x0524E980 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipBuilder_CloseAllMenus__{ 0x05176570 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCameraStateToggled__{ 0x05209130 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Assign__{ 0x052789B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Unassign__{ 0x052788E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_Close__{ 0x0522D5D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_OpenAssignMenu__{ 0x05250C70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_SetSort__{ 0x05250BA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_ViewedItem__{ 0x05278AC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_ChangeModuleCategory__{ 0x05172470 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerControlChanged__{ 0x05173B00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerTabChanged__{ 0x05173CC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnColorSliderMouseInput__{ 0x05173A20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmCancel__{ 0x0516FA80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmExit__{ 0x0516F9B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmSaveAndExit__{ 0x0516FB50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnFlightCheckTabChanged__{ 0x051702B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnHintButtonActivated__{ 0x05175D90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnRecentColorSwatchClicked__{ 0x05173BE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnRenameEndEditText__{ 0x05171960 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnRenameInputCancelled__{ 0x05171A30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnWeaponGroupChanged__{ 0x05170390 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_PreviewShipPart__{ 0x05172540 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_PreviewUpgrade__{ 0x05159A10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_RemoveAll3D__{ 0x05175CD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_SelectedShipPart__{ 0x05172610 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_SelectedUpgrade__{ 0x05159AE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_SystemSelected__{ 0x05158D60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferItem__{ 0x0528CDE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferMenu__{ 0x05256B30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_AbortJump__{ 0x0528CD10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Activate__{ 0x05256C00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_BodyViewMarkerDimensions__{ 0x05254400 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_ChangeComponentSelection__{ 0x05256670 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_CloseMenu__{ 0x05256380 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Deselect__{ 0x052569B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_DockRequested__{ 0x0528CEB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_FarTravel__{ 0x05254590 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_HailAccepted__{ 0x05254020 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_HailCancelled__{ 0x05253DE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_HailShip__{ 0x0528CF80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_JumpToQuestMarker__{ 0x052541A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Land__{ 0x05256D70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_LandingMarkerMap__{ 0x05253EA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Map__{ 0x05256CC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_OnMonocleToggle__{ 0x05253F60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_OpenPhotoMode__{ 0x052544D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Repair__{ 0x05254650 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_SetTargetMode__{ 0x052540E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_TargetShipSystem__{ 0x05254330 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Target__{ 0x05256A70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_UntargetShipSystem__{ 0x05254270 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_UpdateComponentPower__{ 0x05256750 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_UpdateTargetPanelRect__{ 0x0528C100 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowCustomWatchAlert__{ 0x0523EFF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowHUDMessageEvent__{ 0x0523DCC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowLongShipBootup__{ 0x052568F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowingQuestMarketTextEvent__{ 0x0523C870 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_Accept__{ 0x0527A0D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_AddPatch__{ 0x0527A010 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_Cancel__{ 0x0527A190 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_ChangeCursorVisibility__{ 0x05279F30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_SaveLastCategory__{ 0x05279E60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SleepWaitMenu_InterruptRest__{ 0x0532CBF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SleepWaitMenu_StartRest__{ 0x0532CB20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SnapTemplateUtils__SnapReplaceEvent__{ 0x051C2670 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent__{ 0x052A52B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent__{ 0x05228020 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__BoughtEvent__{ 0x05353F10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ContrabandScanWarningEvent__{ 0x05354E20 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__DockEvent__{ 0x05354140 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__DynamicNavmeshCompleted__{ 0x05353BF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__FarTravelEvent__{ 0x05354C00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__GravJumpEvent__{ 0x0528CB90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__LandedSetEvent__{ 0x0528CAD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__LandingEvent__{ 0x05354CC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__PlanetScanEvent__{ 0x05354FA0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__PlayerMovementOutputEvent__{ 0x05256820 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__RampDownEvent__{ 0x05352D80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__RefueledEvent__{ 0x05354310 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__RegisteredEvent__{ 0x05353FD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShieldEvent__{ 0x053529B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShipAddedEvent__{ 0x05352BD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShipCollisionEvent__{ 0x053528A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShipCustomizedEvent__{ 0x053534C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SoldEvent__{ 0x053540D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemDamagedEvent__{ 0x053538A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemPowerAllocationEvent__{ 0x05353CD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemPowerChangeEvent__{ 0x05353E00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemRepairedBIEvent__{ 0x05354250 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemRepairedEvent__{ 0x05353A70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__TakeDamagEvent__{ 0x05352A70 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__TakeOffEvent__{ 0x05354AF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ExecuteRoute__{ 0x05294880 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_Galaxy_FocusSystem__{ 0x05292980 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_LandingInputInProgress__{ 0x0528F260 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged__{ 0x0528EFC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryClicked__{ 0x0528EEE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryHoverChanged__{ 0x0528EE00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnCancel__{ 0x05294550 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnClearRoute__{ 0x05294940 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnExitStarMap__{ 0x052946F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnGalaxyViewInitialized__{ 0x052928A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnHintButtonClicked__{ 0x052947C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnOutpostEntrySelected__{ 0x05294620 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_QuickSelectChange__{ 0x05290990 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ReadyToClose__{ 0x05293FF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ScanPlanet__{ 0x0528F340 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSiteFailed__{ 0x0528ED80 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSite__{ 0x0528F0B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ShowRealCursor__{ 0x0528F190 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMap__PlanetTraitKnownEvent__{ 0x051A1F40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StartLoadGameEvent__{ 0x05156CF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StartOutpostFromListenerEvent__{ 0x05239630 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SurfaceMapMenu_EnablePointCloud__{ 0x05296190 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SurfaceMapMenu_MarkerClicked__{ 0x05296260 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SurfaceMapMenu_TryPlaceCustomMarker__{ 0x05296330 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TESQuestRewardEvent__{ 0x051BA670 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TakeoffMenu_CloseMenu__{ 0x0528C1C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TakeoffMenu_ExitShip__{ 0x0528C290 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TakeoffMenu_Launch__{ 0x0528C350 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TargetHitEvent__{ 0x0523CC40 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TerminalMenu_CancelEvent__{ 0x052993C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_CloseAllViews__{ 0x05299130 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_CloseTopView__{ 0x052990A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_CloseView__{ 0x052992B0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_MenuItemClick__{ 0x052991F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_DoAction__{ 0x0529B220 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_ExitMenu__{ 0x0529B0A0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_ShowImages__{ 0x0529B160 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_ShowResources__{ 0x0529B2E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_TestAll__{ 0x0529AFE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TextInputMenu_EndEditText__{ 0x0529B9E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TextInputMenu_InputCanceled__{ 0x0529BC10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TextInputMenu_StartEditText__{ 0x0529BCD0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TitleSequenceMenu_StartMusic__{ 0x0532D900 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UIMenuChargenMenuDisablePaperdoll__{ 0x05282040 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UnlockedTerminalElementEvent__{ 0x05277B50 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UpdateActivateListenerEvent__{ 0x05239210 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UpdateSceneRectEvent__{ 0x0539E8D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__{ 0x0516E1D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated__{ 0x0516E0E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopActionButton_HoldFinished__{ 0x052A1A00 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopActionButton_HoldStopped__{ 0x052A1AE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ChangeBuildItem__{ 0x0529CE30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopBuilderMenu_SelectedItem__{ 0x0529CF10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ToggleTracking__{ 0x0529CD10 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_ApplyColors__{ 0x05232290 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_SelectedTab__{ 0x05232360 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_SliderChanged__{ 0x05231760 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_SwatchChanged__{ 0x05231880 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_AttemptBuild__{ 0x0529DC30 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_CancelAction__{ 0x0529D9D0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ChangeVariant__{ 0x0529D900 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ConnectionEvent__{ 0x0529D5F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ExitMenu__{ 0x0529D780 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_MessageCallback__{ 0x0529D2C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_SelectedCategory__{ 0x0529DB60 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_SelectedGridObject__{ 0x0529DA90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ShowExtras__{ 0x0529D6C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_SwitchMode__{ 0x0529D840 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ToggleDistance__{ 0x0529D520 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ToggleTracking__{ 0x0529D390 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ToggleView__{ 0x0529D460 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopQuickMenu_ConfirmAction__{ 0x052A0210 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopQuickMenu_ExitMenu__{ 0x0529FFE0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopShared_SetActionHandles__{ 0x052A1C90 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopShared_StartAction__{ 0x052A1BC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetHovered__{ 0x052A09C0 }; - inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetPicked__{ 0x052A0900 }; - inline constexpr REL::Offset BSTSingletonImplicit_CellHandleManager_{ 0x0515ED70 }; - inline constexpr REL::Offset BSTSingletonImplicit_EmittanceManagerAgent_{ 0x05153CC0 }; - inline constexpr REL::Offset BSTSingletonImplicit_GameScript____LatentPlayerMover_{ 0x0533E340 }; - inline constexpr REL::Offset BSTSingletonImplicit_ImageFixtureManager_{ 0x050C5010 }; - inline constexpr REL::Offset BSTSingletonImplicit_LinkedCellProcessHelper_{ 0x0535E690 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta__{ 0x053B4AF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta__{ 0x053B4BF0 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta__{ 0x053B49E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData__{ 0x053B4DB0 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementComponentEventHandler_{ 0x0518F380 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementControllerNullDataTracker_{ 0x053B59F0 }; - inline constexpr REL::Offset BSTSingletonImplicit_MovementPathManagerNullTracker_{ 0x053B4660 }; - inline constexpr REL::Offset BSTSingletonImplicit_NavMeshObstacleCoverManager_{ 0x05116840 }; - inline constexpr REL::Offset BSTSingletonImplicit_NullMovementState_{ 0x0531B8E0 }; - inline constexpr REL::Offset BSTSingletonImplicit_NullPathBuilderTracker_{ 0x053B0B50 }; - inline constexpr REL::Offset BSTSingletonImplicit_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler_{ 0x052A8670 }; - inline constexpr REL::Offset BSTSingletonImplicit_Probe__ReflectionProbeRenderOptions_{ 0x05389D10 }; - inline constexpr REL::Offset BSTSingletonImplicit_RefrAudioUtils____LoopService_{ 0x05225140 }; - inline constexpr REL::Offset BSTSingletonImplicit_SpaceshipAIComponentEventHandler_{ 0x05351050 }; - inline constexpr REL::Offset BSTSingletonImplicit_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler_{ 0x05352610 }; - inline constexpr REL::Offset BSTSingletonImplicit_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler_{ 0x05355730 }; - inline constexpr REL::Offset BSTSingletonImplicit_Spaceship____SpaceshipEventHandler_{ 0x05350F50 }; - inline constexpr REL::Offset BSTSingletonImplicit_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler_{ 0x05169170 }; - inline constexpr REL::Offset BSTSingletonImplicit_TerrainDB__TerrainGraphProcessor_{ 0x051C6F00 }; - inline constexpr REL::Offset BSTSingletonImplicit_TextureDB__ErrorStreamer_{ 0x05134960 }; - inline constexpr REL::Offset BSTSingletonImplicit___DockingUtilsEventHandler_{ 0x05351750 }; - inline constexpr REL::Offset BSTSingletonImplicit___LogWriteThread_{ 0x053897F0 }; - inline constexpr REL::Offset BSTSingletonImplicit___RuntimeComponentDBFactoryHelper_{ 0x0518F040 }; - inline constexpr REL::Offset BSTSingletonImplicit___StageEventSource_{ 0x052BBD70 }; - inline constexpr REL::Offset BSTSingletonImplicit___WorkshopItemColorListener_{ 0x05228970 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ActorValueBindingUpdaterService_BSTSingletonSDMOpStaticBuffer_ActorValueBindingUpdaterService___{ 0x0515C6F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_AnimationClipDataSingleton_BSTSingletonSDMOpStaticBuffer_AnimationClipDataSingleton___{ 0x0536E5C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_AnimationFileManagerSingleton_BSTSingletonSDMOpStaticBuffer_AnimationFileManagerSingleton___{ 0x0536E9E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSAudio_Internal__LooseAudioRegistrar_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__LooseAudioRegistrar___{ 0x05205310 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSAudio_Internal__WwiseGameObjectMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseGameObjectMgr___{ 0x05204A70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSAudio_Internal__WwiseIOMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseIOMgr___{ 0x05204CD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSBodyManager_BSTSingletonSDMOpStaticBuffer_BGSBodyManager___{ 0x05157200 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSDecalManager_BSTSingletonSDMOpStaticBuffer_BGSDecalManager___{ 0x051888E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSEchoListener_BSTSingletonSDMOpStaticBuffer_BGSEchoListener___{ 0x051CC210 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSFaceFX_BSTSingletonSDMOpStaticBuffer_BGSFaceFX___{ 0x05162E70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSFadeManager_BSTSingletonSDMOpStaticBuffer_BGSFadeManager___{ 0x05157860 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSFootstepManager_BSTSingletonSDMOpStaticBuffer_BGSFootstepManager___{ 0x052CD530 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSGeometryConstructorManager_BSTSingletonSDMOpStaticBuffer_BGSGeometryConstructorManager___{ 0x052BC680 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSImpactManager_BSTSingletonSDMOpStaticBuffer_BGSImpactManager___{ 0x052AE290 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSInventoryInterface_BSTSingletonSDMOpStaticBuffer_BGSInventoryInterface___{ 0x052BD620 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSLODManager_BSTSingletonSDMOpStaticBuffer_BGSLODManager___{ 0x052012D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSNavigationGridManager_BSTSingletonSDMOpStaticBuffer_BGSNavigationGridManager___{ 0x0518F980 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSPlanetContentManager_BSTSingletonSDMOpStaticBuffer_BGSPlanetContentManager___{ 0x052BEEC0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSPlanet__Manager_BSTSingletonSDMOpStaticBuffer_BGSPlanet__Manager___{ 0x0519E890 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSSpatialGraphManager_BSTSingletonSDMOpStaticBuffer_BGSSpatialGraphManager___{ 0x051981E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSStoryTeller_BSTSingletonSDMOpStaticBuffer_BGSStoryTeller___{ 0x05203AB0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSSynchronizedAnimationManager_BSTSingletonSDMOpStaticBuffer_BGSSynchronizedAnimationManager___{ 0x05204200 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSBehaviorGraphSwapSingleton_BSTSingletonSDMOpStaticBuffer_BSBehaviorGraphSwapSingleton___{ 0x05203F10 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSFrameManager_BSTSingletonSDMOpStaticBuffer_BSFrameManager___{ 0x0538AFD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSGalaxy__ModuleState_BSTSingletonSDMOpStaticBuffer_BSGalaxy__ModuleState___{ 0x053724D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSIdleInputWatcher_BSTSingletonSDMOpStaticBuffer_BSIdleInputWatcher___{ 0x0525D880 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSInputDeviceManager_BSTSingletonSDMOpStaticBuffer_BSInputDeviceManager___{ 0x05370A10 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSInputEnableManager_BSTSingletonSDMOpStaticBuffer_BSInputEnableManager___{ 0x053711D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSMaterial__ModuleState_BSTSingletonSDMOpStaticBuffer_BSMaterial__ModuleState___{ 0x05390260 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSPathEventManager_BSTSingletonSDMOpStaticBuffer_BSPathEventManager___{ 0x053B7110 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSPlatform__BSBethesdaPlatform_BSTSingletonSDMOpStaticBuffer_BSPlatform__BSBethesdaPlatform___{ 0x054088C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResourceReloadManager_BSTSingletonSDMOpStaticBuffer_BSResourceReloadManager___{ 0x0538A9E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource__SDirectory2__ThreadCursor_BSTSingletonSDMOpStaticBuffer_BSResource__SDirectory2__ThreadCursor___{ 0x053B9630 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource__Server__ResourceServerDebug_BSTSingletonSDMOpStaticBuffer_BSResource__Server__ResourceServerDebug___{ 0x053BBEF0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____DefaultLocationData_BSTSingletonSDMOpStaticBuffer_BSResource____DefaultLocationData___{ 0x053BC870 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____DevNull_BSTSingletonSDMOpStaticBuffer_BSResource____DevNull___{ 0x053BB4B0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____EventSources_BSTSingletonSDMOpStaticBuffer_BSResource____EventSources___{ 0x053BB060 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____GlobalLocations_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalLocations___{ 0x053BB750 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____GlobalPaths_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalPaths___{ 0x053BB660 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSStreaming____BSStreamingJobSite_BSTSingletonSDMOpStaticBuffer_BSStreaming____BSStreamingJobSite___{ 0x053C7710 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy____{ 0x052EB260 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy____{ 0x052EAC40 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy____{ 0x052EBC00 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTextureStreamer__Manager_BSTSingletonSDMOpStaticBuffer_BSTextureStreamer__Manager___{ 0x05388870 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSThreadEvent____Source_BSTSingletonSDMOpStaticBuffer_BSThreadEvent____Source___{ 0x053703F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Camera__Manager_BSTSingletonSDMOpStaticBuffer_Camera__Manager___{ 0x05226250 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CharacterCollisionHandler_BSTSingletonSDMOpStaticBuffer_CharacterCollisionHandler___{ 0x052D27F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ClientBIMetrics__HeartBeat__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__HeartBeat__EventSink___{ 0x051555E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ClientBIMetrics__Performance__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__Performance__EventSink___{ 0x05155B30 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CombatEncounterBIEvents__CombatEnounterMetricsManager_BSTSingletonSDMOpStaticBuffer_CombatEncounterBIEvents__CombatEnounterMetricsManager___{ 0x052A5A80 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ConsoleLog_BSTSingletonSDMOpStaticBuffer_ConsoleLog___{ 0x05323ED0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRendererPrivate__MeshLODDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MeshLODDB___{ 0x053E4890 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRendererPrivate__MorphDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MorphDB___{ 0x053FC540 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRendererPrivate__SharedMeshResourcesRegistry_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__SharedMeshResourcesRegistry___{ 0x053FAB20 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRenderer__Messaging__MessageProcessor_BSTSingletonSDMOpStaticBuffer_CreationRenderer__Messaging__MessageProcessor___{ 0x053DC9D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CrowdManager_BSTSingletonSDMOpStaticBuffer_CrowdManager___{ 0x05221760 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CrowdWallaBubble_BSTSingletonSDMOpStaticBuffer_CrowdWallaBubble___{ 0x05225F10 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1_____{ 0x052B7140 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1_____{ 0x052B82C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1_____{ 0x052AF5F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1_____{ 0x0536F470 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1_____{ 0x052B7EF0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1_____{ 0x052B0AD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1_____{ 0x052B4E60 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1_____{ 0x052AFB50 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1_____{ 0x052B25A0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1_____{ 0x052B0260 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1_____{ 0x052B5700 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1_____{ 0x052B7890 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1_____{ 0x052B5C90 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DynamicIdleDataSingletonHelper_BSTSingletonSDMOpStaticBuffer_DynamicIdleDataSingletonHelper___{ 0x05153BB0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DynamicNavmesh_BSTSingletonSDMOpStaticBuffer_DynamicNavmesh___{ 0x051900D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_EffectSequence__EffectSequenceManager_BSTSingletonSDMOpStaticBuffer_EffectSequence__EffectSequenceManager___{ 0x051618D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ExternalRefcountStrategy_0__BSTSingletonSDMOpStaticBuffer_ExternalRefcountStrategy_0____{ 0x053FA8D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_FOCollisionListener_BSTSingletonSDMOpStaticBuffer_FOCollisionListener___{ 0x051EAAC0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_FavoritesManager_BSTSingletonSDMOpStaticBuffer_FavoritesManager___{ 0x05328D80 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameBIEvents__PlayerBIEvents_BSTSingletonSDMOpStaticBuffer_GameBIEvents__PlayerBIEvents___{ 0x052A63D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__ActorValueEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ActorValueEventHandler___{ 0x05331DC0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__AffinityEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__AffinityEventHandler___{ 0x05332210 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__BasicEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BasicEventHandler___{ 0x0534C210 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__BuilderEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BuilderEventHandler___{ 0x05332880 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__ChallengeEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ChallengeEventHandler___{ 0x0522F830 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__CombatEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CombatEventHandler___{ 0x05332FB0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__CustomEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CustomEventHandler___{ 0x05334D70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__DistanceEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__DistanceEventHandler___{ 0x0534E510 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__FragmentEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__FragmentEventHandler___{ 0x05333D90 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__InventoryEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__InventoryEventHandler___{ 0x05335A70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__LOSEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__LOSEventHandler___{ 0x05335D60 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__MenuEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__MenuEventHandler___{ 0x053369F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__PathingCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__PathingCallbackMgr___{ 0x05336C50 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__QuestCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__QuestCallbackMgr___{ 0x05337010 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__SleepEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SleepEventHandler___{ 0x053374D0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__SoundCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__SoundCallbackMgr___{ 0x05337700 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__SpaceshipEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SpaceshipEventHandler___{ 0x0534CFC0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__TeleportEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TeleportEventHandler___{ 0x0534D400 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__TimerEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TimerEventHandler___{ 0x0534DA30 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__TrackedStatsEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TrackedStatsEventHandler___{ 0x0534DF30 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__WaitEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__WaitEventHandler___{ 0x0534E9B0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameUIModel_BSTSingletonSDMOpStaticBuffer_GameUIModel___{ 0x05261BE0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameVM_BSTSingletonSDMOpStaticBuffer_GameVM___{ 0x0533B060 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GenericFrameUpdateOperationsService_BSTSingletonSDMOpStaticBuffer_GenericFrameUpdateOperationsService___{ 0x0515CB30 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ImageSpaceManagerAgent_BSTSingletonSDMOpStaticBuffer_ImageSpaceManagerAgent___{ 0x0516DE80 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_LightAttachmentRuntimeComponentUpdateService_BSTSingletonSDMOpStaticBuffer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BCA20 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_LoadScreenRenderingEventHandler_BSTSingletonSDMOpStaticBuffer_LoadScreenRenderingEventHandler___{ 0x05230560 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MenuControls_BSTSingletonSDMOpStaticBuffer_MenuControls___{ 0x0532B710 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MenuCursor_BSTSingletonSDMOpStaticBuffer_MenuCursor___{ 0x0539EAD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MenuTopicManager_BSTSingletonSDMOpStaticBuffer_MenuTopicManager___{ 0x052A4F90 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MessageMenuManager_BSTSingletonSDMOpStaticBuffer_MessageMenuManager___{ 0x0532C580 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MonocleUIDataModel_BSTSingletonSDMOpStaticBuffer_MonocleUIDataModel___{ 0x0525FEE0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MovementAvoidanceManager_BSTSingletonSDMOpStaticBuffer_MovementAvoidanceManager___{ 0x052D3070 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_NavMeshGenerator_BSTSingletonSDMOpStaticBuffer_NavMeshGenerator___{ 0x05191710 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_NavMeshObstacleManager_BSTSingletonSDMOpStaticBuffer_NavMeshObstacleManager___{ 0x051FCD30 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleEmitterEngine_BSTSingletonSDMOpStaticBuffer_Particles__ParticleEmitterEngine___{ 0x053AC460 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleNodeManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticleNodeManager___{ 0x053A0DF0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticlePerformanceManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticlePerformanceManager___{ 0x053ABFD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleSystemManagerImpl_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemManagerImpl___{ 0x053AB980 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleSystemStorage_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemStorage___{ 0x053A13A0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PathingTraversalManager_BSTSingletonSDMOpStaticBuffer_PathingTraversalManager___{ 0x05195E90 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Pathing_BSTSingletonSDMOpStaticBuffer_Pathing___{ 0x051FE0C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlanetSiteSelectEventHelper_BSTSingletonSDMOpStaticBuffer_PlanetSiteSelectEventHelper___{ 0x052BAD40 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlayerCamera_BSTSingletonSDMOpStaticBuffer_PlayerCamera___{ 0x05322DD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlayerControls__Manager_BSTSingletonSDMOpStaticBuffer_PlayerControls__Manager___{ 0x052247C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlayerRegionState_BSTSingletonSDMOpStaticBuffer_PlayerRegionState___{ 0x052D1590 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Preload__Manager_BSTSingletonSDMOpStaticBuffer_Preload__Manager___{ 0x05230C70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ProcessLists_BSTSingletonSDMOpStaticBuffer_ProcessLists___{ 0x052D2610 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Projectile__Manager_BSTSingletonSDMOpStaticBuffer_Projectile__Manager___{ 0x052EE300 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_QueuedCellAttachService_BSTSingletonSDMOpStaticBuffer_QueuedCellAttachService___{ 0x0518C330 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_RagdollFurnitureModifier_BSTSingletonSDMOpStaticBuffer_RagdollFurnitureModifier___{ 0x051EB140 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Research__Manager_BSTSingletonSDMOpStaticBuffer_Research__Manager___{ 0x052A8EA0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SaveLoadTester__Service_BSTSingletonSDMOpStaticBuffer_SaveLoadTester__Service___{ 0x052AC4B0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Service_BSTSingletonSDMOpStaticBuffer_Service___{ 0x05202C80 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ShipCrewData_BSTSingletonSDMOpStaticBuffer_ShipCrewData___{ 0x05251790 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Sky_BSTSingletonSDMOpStaticBuffer_Sky___{ 0x051EC940 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SpaceshipBIEvents__EventSink_BSTSingletonSDMOpStaticBuffer_SpaceshipBIEvents__EventSink___{ 0x052A53B0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SpaceshipPlayerSounds_BSTSingletonSDMOpStaticBuffer_SpaceshipPlayerSounds___{ 0x05355060 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Spaceship__TargetingMode_BSTSingletonSDMOpStaticBuffer_Spaceship__TargetingMode___{ 0x052BD2A0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_StarField__ModuleState_BSTSingletonSDMOpStaticBuffer_StarField__ModuleState___{ 0x051C5220 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_StarMap__SelectBodyEventHelper_BSTSingletonSDMOpStaticBuffer_StarMap__SelectBodyEventHelper___{ 0x052BAE40 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_StaticAvoidNodeManager_BSTSingletonSDMOpStaticBuffer_StaticAvoidNodeManager___{ 0x052D35C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SupportMaterialHandler_BSTSingletonSDMOpStaticBuffer_SupportMaterialHandler___{ 0x052BCF70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESAudio__ScriptedMusicState_BSTSingletonSDMOpStaticBuffer_TESAudio__ScriptedMusicState___{ 0x052A4BA0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESDataHandler_BSTSingletonSDMOpStaticBuffer_TESDataHandler___{ 0x05181640 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESNPCData__ChargenDataModel_BSTSingletonSDMOpStaticBuffer_TESNPCData__ChargenDataModel___{ 0x051C9460 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__BSTSingletonSDMOpStaticBuffer_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152____{ 0x052BDA00 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESWaterSystem_BSTSingletonSDMOpStaticBuffer_TESWaterSystem___{ 0x05202F30 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TextureDB__Manager_BSTSingletonSDMOpStaticBuffer_TextureDB__Manager___{ 0x053C9050 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_UIBlurManager_BSTSingletonSDMOpStaticBuffer_UIBlurManager___{ 0x0532DD90 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_UISaveLoadManager_BSTSingletonSDMOpStaticBuffer_UISaveLoadManager___{ 0x052BA7F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_UI_BSTSingletonSDMOpStaticBuffer_UI___{ 0x0539E060 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_VATS_BSTSingletonSDMOpStaticBuffer_VATS___{ 0x052EE6B0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_WorkshopBIEvents__WorkshopEventManager_BSTSingletonSDMOpStaticBuffer_WorkshopBIEvents__WorkshopEventManager___{ 0x052A5770 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_WorkshopLOD__WorkshopLODManager_BSTSingletonSDMOpStaticBuffer_WorkshopLOD__WorkshopLODManager___{ 0x053560E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___ActorMediatorHelper_BSTSingletonSDMOpStaticBuffer___ActorMediatorHelper___{ 0x052CC0F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___AnimationFileListener_BSTSingletonSDMOpStaticBuffer___AnimationFileListener___{ 0x0536E140 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___AnimationFileLookupSingletonHelper_BSTSingletonSDMOpStaticBuffer___AnimationFileLookupSingletonHelper___{ 0x0536EBC0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___BSBreakpadHandler_BSTSingletonSDMOpStaticBuffer___BSBreakpadHandler___{ 0x053719E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___BSScaleformAllocatorPaged_BSTSingletonSDMOpStaticBuffer___BSScaleformAllocatorPaged___{ 0x0539EE20 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___BehaviorGraphSpecificDataLookupSingleton_BSTSingletonSDMOpStaticBuffer___BehaviorGraphSpecificDataLookupSingleton___{ 0x051532E0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___ConsoleHotkeyManager_BSTSingletonSDMOpStaticBuffer___ConsoleHotkeyManager___{ 0x05323950 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___DDQueueCollection_BSTSingletonSDMOpStaticBuffer___DDQueueCollection___{ 0x052AECE0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___HavokThreadMemorySink_BSTSingletonSDMOpStaticBuffer___HavokThreadMemorySink___{ 0x05378DD0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___Jobber_BSTSingletonSDMOpStaticBuffer___Jobber___{ 0x0538A360 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___MaterialAnimator_BSTSingletonSDMOpStaticBuffer___MaterialAnimator___{ 0x05394CF0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___PathingSite_BSTSingletonSDMOpStaticBuffer___PathingSite___{ 0x052BBB70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___Service_BSTSingletonSDMOpStaticBuffer___Service___{ 0x052ECC70 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___TESAudioScriptSDM_BSTSingletonSDMOpStaticBuffer___TESAudioScriptSDM___{ 0x05225C10 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bhkBipedOrientationController_BSTSingletonSDMOpStaticBuffer_bhkBipedOrientationController___{ 0x0537E1F0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bhkCollisionFilter_BSTSingletonSDMOpStaticBuffer_bhkCollisionFilter___{ 0x05377F90 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bhkParticlesManagerModifier_BSTSingletonSDMOpStaticBuffer_bhkParticlesManagerModifier___{ 0x053763A0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bps__client__Services_BSTSingletonSDMOpStaticBuffer_bps__client__Services___{ 0x0535F210 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_hknpBSMoveLimitModifier_BSTSingletonSDMOpStaticBuffer_hknpBSMoveLimitModifier___{ 0x053787C0 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_hknpBSShapeCodec_BSTSingletonSDMOpStaticBuffer_hknpBSShapeCodec___{ 0x05376040 }; - inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_hknpBackfaceCollisionModifier_BSTSingletonSDMOpStaticBuffer_hknpBackfaceCollisionModifier___{ 0x05376240 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ActorValueBindingUpdaterService_{ 0x0515C7A0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_AnimationClipDataSingleton_{ 0x0536E660 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_AnimationFileManagerSingleton_{ 0x0536EA90 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__LooseAudioRegistrar_{ 0x052053D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseGameObjectMgr_{ 0x05204B20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseIOMgr_{ 0x05204D70 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSBodyManager_{ 0x05157100 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSDecalManager_{ 0x05188890 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSEchoListener_{ 0x051CC310 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSFaceFX_{ 0x05163020 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSFadeManager_{ 0x051578F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSFootstepManager_{ 0x052CD4E0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSGeometryConstructorManager_{ 0x052BC730 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSImpactManager_{ 0x052AE240 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSInventoryInterface_{ 0x052BD6C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSLODManager_{ 0x05201280 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSNavigationGridManager_{ 0x0518FA20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSPlanetContentManager_{ 0x052BEF60 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSPlanet__Manager_{ 0x0519E6B0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSSpatialGraphManager_{ 0x05198190 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSStoryTeller_{ 0x05203A60 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSSynchronizedAnimationManager_{ 0x052042B0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSBehaviorGraphSwapSingleton_{ 0x05203FB0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSFrameManager_{ 0x0538B060 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSGalaxy__ModuleState_{ 0x05372240 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSIdleInputWatcher_{ 0x0525D770 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSInputDeviceManager_{ 0x05370750 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSInputEnableManager_{ 0x05371260 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSMaterial__ModuleState_{ 0x0538F4F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSPathEventManager_{ 0x053B7260 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSPlatform__BSBethesdaPlatform_{ 0x05408860 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResourceReloadManager_{ 0x0538AA80 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource__SDirectory2__ThreadCursor_{ 0x053B9990 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource__Server__ResourceServerDebug_{ 0x053BBE90 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____DefaultLocationData_{ 0x053BCAB0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____DevNull_{ 0x053BB450 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____EventSources_{ 0x053BB000 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____GlobalLocations_{ 0x053BBA60 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____GlobalPaths_{ 0x053BB600 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSStreaming____BSStreamingJobSite_{ 0x053C77D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__{ 0x052EB130 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__{ 0x052EAB40 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__{ 0x052EBAF0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTextureStreamer__Manager_{ 0x05388B00 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSThreadEvent____Source_{ 0x053704A0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Camera__Manager_{ 0x05226200 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CharacterCollisionHandler_{ 0x052D2890 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__HeartBeat__EventSink_{ 0x051554D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__Performance__EventSink_{ 0x05155A10 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CombatEncounterBIEvents__CombatEnounterMetricsManager_{ 0x052A5A10 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ConsoleLog_{ 0x05323E80 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MeshLODDB_{ 0x053E4830 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MorphDB_{ 0x053FC5F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__SharedMeshResourcesRegistry_{ 0x053FA6D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRenderer__Messaging__MessageProcessor_{ 0x053DC960 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CrowdManager_{ 0x05221610 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CrowdWallaBubble_{ 0x05225EC0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___{ 0x052B7010 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___{ 0x052B4510 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___{ 0x052AF490 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___{ 0x0536F740 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___{ 0x052B7E10 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___{ 0x052B1BB0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___{ 0x052B4D20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___{ 0x052AFA30 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___{ 0x052B2420 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___{ 0x052B1290 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___{ 0x052B55D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1___{ 0x052B77B0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1___{ 0x052B69C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DynamicIdleDataSingletonHelper_{ 0x05153C60 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DynamicNavmesh_{ 0x05190160 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_EffectSequence__EffectSequenceManager_{ 0x05161980 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ExternalRefcountStrategy_0__{ 0x053FA980 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_FOCollisionListener_{ 0x051EAA70 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_FavoritesManager_{ 0x05328D30 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameBIEvents__PlayerBIEvents_{ 0x052A6370 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__ActorValueEventHandler_{ 0x05331E70 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__AffinityEventHandler_{ 0x053322C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__BasicEventHandler_{ 0x0534C2B0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__BuilderEventHandler_{ 0x05332930 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__ChallengeEventHandler_{ 0x0522F9E0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__CombatEventHandler_{ 0x05333060 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__CustomEventHandler_{ 0x05334F20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__DistanceEventHandler_{ 0x0534E5C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__FragmentEventHandler_{ 0x05333F20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__InventoryEventHandler_{ 0x05335BF0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__LOSEventHandler_{ 0x05335D00 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__MenuEventHandler_{ 0x05336990 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__PathingCallbackMgr_{ 0x05336D90 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__QuestCallbackMgr_{ 0x05337140 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__SleepEventHandler_{ 0x05337600 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__SoundCallbackMgr_{ 0x05337830 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__SpaceshipEventHandler_{ 0x0534D070 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__TeleportEventHandler_{ 0x0534D1F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__TimerEventHandler_{ 0x0534DAD0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__TrackedStatsEventHandler_{ 0x0534DC30 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__WaitEventHandler_{ 0x0534EA50 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameUIModel_{ 0x05261B20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameVM_{ 0x0533A900 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GenericFrameUpdateOperationsService_{ 0x0515CBE0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ImageSpaceManagerAgent_{ 0x0516DDB0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_LightAttachmentRuntimeComponentUpdateService_{ 0x052BCAE0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_LoadScreenRenderingEventHandler_{ 0x05230800 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MenuControls_{ 0x0532B6C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MenuCursor_{ 0x0539EA80 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MenuTopicManager_{ 0x052A4E40 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MessageMenuManager_{ 0x0532C530 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MonocleUIDataModel_{ 0x0525FE10 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MovementAvoidanceManager_{ 0x052D2F90 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_NavMeshGenerator_{ 0x051912D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_NavMeshObstacleManager_{ 0x051FCDD0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleEmitterEngine_{ 0x053AC400 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleNodeManager_{ 0x053A0D90 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticlePerformanceManager_{ 0x053ABF70 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemManagerImpl_{ 0x053AB920 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemStorage_{ 0x053A1340 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PathingTraversalManager_{ 0x05195560 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Pathing_{ 0x051FE140 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlanetSiteSelectEventHelper_{ 0x052BADE0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlayerCamera_{ 0x05322E50 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlayerControls__Manager_{ 0x05224770 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlayerRegionState_{ 0x052D16D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Preload__Manager_{ 0x05230BB0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ProcessLists_{ 0x052D2710 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Projectile__Manager_{ 0x052EE2B0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_QueuedCellAttachService_{ 0x0518C3D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_RagdollFurnitureModifier_{ 0x051EB0E0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Research__Manager_{ 0x052A8DE0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SaveLoadTester__Service_{ 0x052ACB10 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Service_{ 0x05202C30 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ShipCrewData_{ 0x05251740 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Sky_{ 0x051ECA38 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SpaceshipBIEvents__EventSink_{ 0x052A5540 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SpaceshipPlayerSounds_{ 0x05355100 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Spaceship__TargetingMode_{ 0x052BD340 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_StarField__ModuleState_{ 0x051C52C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_StarMap__SelectBodyEventHelper_{ 0x052BAEF0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_StaticAvoidNodeManager_{ 0x052D3660 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SupportMaterialHandler_{ 0x052BD010 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESAudio__ScriptedMusicState_{ 0x052A4C40 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESDataHandler_{ 0x051814C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESNPCData__ChargenDataModel_{ 0x051C9500 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__{ 0x052BDAF0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESWaterSystem_{ 0x05202EE0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TextureDB__Manager_{ 0x053C90E0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_UIBlurManager_{ 0x0532DD40 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_UISaveLoadManager_{ 0x052BA880 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_UI_{ 0x0539E018 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_VATS_{ 0x052EE668 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_WorkshopBIEvents__WorkshopEventManager_{ 0x052A5710 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_WorkshopLOD__WorkshopLODManager_{ 0x05356080 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___ActorMediatorHelper_{ 0x052CC230 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___AnimationFileListener_{ 0x0536E1F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___AnimationFileLookupSingletonHelper_{ 0x0536EC90 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___BSBreakpadHandler_{ 0x05371B20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___BSScaleformAllocatorPaged_{ 0x0539ED20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___BehaviorGraphSpecificDataLookupSingleton_{ 0x051533C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___ConsoleHotkeyManager_{ 0x053238F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___DDQueueCollection_{ 0x052AF9D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___HavokThreadMemorySink_{ 0x05378CD0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___Jobber_{ 0x0538A3F0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___MaterialAnimator_{ 0x05396000 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___PathingSite_{ 0x052BBE20 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___Service_{ 0x052ED360 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___TESAudioScriptSDM_{ 0x05225BB0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bhkBipedOrientationController_{ 0x0537E3D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bhkCollisionFilter_{ 0x05378020 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bhkParticlesManagerModifier_{ 0x053765C0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bps__client__Services_{ 0x0535F320 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_hknpBSMoveLimitModifier_{ 0x053786E0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_hknpBSShapeCodec_{ 0x053760D0 }; - inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_hknpBackfaceCollisionModifier_{ 0x05376120 }; - inline constexpr REL::Offset BSTSingletonSDM_ActorValueBindingUpdaterService_BSTSingletonSDMOpStaticBuffer_{ 0x0515C890 }; - inline constexpr REL::Offset BSTSingletonSDM_AnimationClipDataSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x0536E750 }; - inline constexpr REL::Offset BSTSingletonSDM_AnimationFileManagerSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x0536E930 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSAudio_Internal__LooseAudioRegistrar_BSTSingletonSDMOpStaticBuffer_{ 0x052054D0 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSAudio_Internal__WwiseGameObjectMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05204C20 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSAudio_Internal__WwiseIOMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05204E60 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSBodyManager_BSTSingletonSDMOpStaticBuffer_{ 0x05157070 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSDecalManager_BSTSingletonSDMOpStaticBuffer_{ 0x05188970 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSEchoListener_BSTSingletonSDMOpStaticBuffer_{ 0x051CC390 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSFaceFX_BSTSingletonSDMOpStaticBuffer_{ 0x05162F50 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSFadeManager_BSTSingletonSDMOpStaticBuffer_{ 0x05157800 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSFootstepManager_BSTSingletonSDMOpStaticBuffer_{ 0x052CD5C0 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSGeometryConstructorManager_BSTSingletonSDMOpStaticBuffer_{ 0x052BC1C0 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSImpactManager_BSTSingletonSDMOpStaticBuffer_{ 0x052AE170 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSInventoryInterface_BSTSingletonSDMOpStaticBuffer_{ 0x052BD790 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSLODManager_BSTSingletonSDMOpStaticBuffer_{ 0x052011B0 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSNavigationGridManager_BSTSingletonSDMOpStaticBuffer_{ 0x0518FB00 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSPlanetContentManager_BSTSingletonSDMOpStaticBuffer_{ 0x052BF040 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSPlanet__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x0519E620 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSSpatialGraphManager_BSTSingletonSDMOpStaticBuffer_{ 0x05198280 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSStoryTeller_BSTSingletonSDMOpStaticBuffer_{ 0x05203990 }; - inline constexpr REL::Offset BSTSingletonSDM_BGSSynchronizedAnimationManager_BSTSingletonSDMOpStaticBuffer_{ 0x052043A0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSBehaviorGraphSwapSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x052040A0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSFrameManager_BSTSingletonSDMOpStaticBuffer_{ 0x0538AE90 }; - inline constexpr REL::Offset BSTSingletonSDM_BSGalaxy__ModuleState_BSTSingletonSDMOpStaticBuffer_{ 0x053722C0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSIdleInputWatcher_BSTSingletonSDMOpStaticBuffer_{ 0x0525D6E0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSInputDeviceManager_BSTSingletonSDMOpStaticBuffer_{ 0x05370820 }; - inline constexpr REL::Offset BSTSingletonSDM_BSInputEnableManager_BSTSingletonSDMOpStaticBuffer_{ 0x05370FB0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSMaterial__ModuleState_BSTSingletonSDMOpStaticBuffer_{ 0x0538F0B0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSPathEventManager_BSTSingletonSDMOpStaticBuffer_{ 0x053B72E0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSPlatform__BSBethesdaPlatform_BSTSingletonSDMOpStaticBuffer_{ 0x054080D0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResourceReloadManager_BSTSingletonSDMOpStaticBuffer_{ 0x0538ADF0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource__SDirectory2__ThreadCursor_BSTSingletonSDMOpStaticBuffer_{ 0x053B9880 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource__Server__ResourceServerDebug_BSTSingletonSDMOpStaticBuffer_{ 0x053BBD70 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource____DefaultLocationData_BSTSingletonSDMOpStaticBuffer_{ 0x053BC980 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource____DevNull_BSTSingletonSDMOpStaticBuffer_{ 0x053BB350 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource____EventSources_BSTSingletonSDMOpStaticBuffer_{ 0x053BB240 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource____GlobalLocations_BSTSingletonSDMOpStaticBuffer_{ 0x053BB940 }; - inline constexpr REL::Offset BSTSingletonSDM_BSResource____GlobalPaths_BSTSingletonSDMOpStaticBuffer_{ 0x053BB890 }; - inline constexpr REL::Offset BSTSingletonSDM_BSStreaming____BSStreamingJobSite_BSTSingletonSDMOpStaticBuffer_{ 0x053C78F0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__BSTSingletonSDMOpStaticBuffer_{ 0x052EA720 }; - inline constexpr REL::Offset BSTSingletonSDM_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_{ 0x052EA860 }; - inline constexpr REL::Offset BSTSingletonSDM_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_{ 0x052EB7C0 }; - inline constexpr REL::Offset BSTSingletonSDM_BSTextureStreamer__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05388A00 }; - inline constexpr REL::Offset BSTSingletonSDM_BSThreadEvent____Source_BSTSingletonSDMOpStaticBuffer_{ 0x053705A0 }; - inline constexpr REL::Offset BSTSingletonSDM_Camera__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05226130 }; - inline constexpr REL::Offset BSTSingletonSDM_CharacterCollisionHandler_BSTSingletonSDMOpStaticBuffer_{ 0x052D2A00 }; - inline constexpr REL::Offset BSTSingletonSDM_ClientBIMetrics__HeartBeat__EventSink_BSTSingletonSDMOpStaticBuffer_{ 0x05155570 }; - inline constexpr REL::Offset BSTSingletonSDM_ClientBIMetrics__Performance__EventSink_BSTSingletonSDMOpStaticBuffer_{ 0x05155AB0 }; - inline constexpr REL::Offset BSTSingletonSDM_CombatEncounterBIEvents__CombatEnounterMetricsManager_BSTSingletonSDMOpStaticBuffer_{ 0x052A5BE0 }; - inline constexpr REL::Offset BSTSingletonSDM_ConsoleLog_BSTSingletonSDMOpStaticBuffer_{ 0x05323DB0 }; - inline constexpr REL::Offset BSTSingletonSDM_CreationRendererPrivate__MeshLODDB_BSTSingletonSDMOpStaticBuffer_{ 0x053E4CB0 }; - inline constexpr REL::Offset BSTSingletonSDM_CreationRendererPrivate__MorphDB_BSTSingletonSDMOpStaticBuffer_{ 0x053FC6E0 }; - inline constexpr REL::Offset BSTSingletonSDM_CreationRendererPrivate__SharedMeshResourcesRegistry_BSTSingletonSDMOpStaticBuffer_{ 0x053FA800 }; - inline constexpr REL::Offset BSTSingletonSDM_CreationRenderer__Messaging__MessageProcessor_BSTSingletonSDMOpStaticBuffer_{ 0x053DCA90 }; - inline constexpr REL::Offset BSTSingletonSDM_CrowdManager_BSTSingletonSDMOpStaticBuffer_{ 0x05221680 }; - inline constexpr REL::Offset BSTSingletonSDM_CrowdWallaBubble_BSTSingletonSDMOpStaticBuffer_{ 0x05225DF0 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B6CA0 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B4050 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_{ 0x052AF090 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___BSTSingletonSDMOpStaticBuffer_{ 0x0536FB70 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B88E0 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B1760 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B4980 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B0790 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B1FB0 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B1000 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B62B0 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B7530 }; - inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B66A0 }; - inline constexpr REL::Offset BSTSingletonSDM_DynamicIdleDataSingletonHelper_BSTSingletonSDMOpStaticBuffer_{ 0x05153A80 }; - inline constexpr REL::Offset BSTSingletonSDM_DynamicNavmesh_BSTSingletonSDMOpStaticBuffer_{ 0x05190220 }; - inline constexpr REL::Offset BSTSingletonSDM_EffectSequence__EffectSequenceManager_BSTSingletonSDMOpStaticBuffer_{ 0x05161860 }; - inline constexpr REL::Offset BSTSingletonSDM_ExternalRefcountStrategy_0__BSTSingletonSDMOpStaticBuffer_{ 0x053FAA70 }; - inline constexpr REL::Offset BSTSingletonSDM_FOCollisionListener_BSTSingletonSDMOpStaticBuffer_{ 0x051EAB50 }; - inline constexpr REL::Offset BSTSingletonSDM_FavoritesManager_BSTSingletonSDMOpStaticBuffer_{ 0x05328C60 }; - inline constexpr REL::Offset BSTSingletonSDM_GameBIEvents__PlayerBIEvents_BSTSingletonSDMOpStaticBuffer_{ 0x052A65E0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__ActorValueEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05331F70 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__AffinityEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x053323B0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__BasicEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534C3A0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__BuilderEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05332A20 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__ChallengeEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0522FB60 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__CombatEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05333150 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__CustomEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05334A30 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__DistanceEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534E6B0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__FragmentEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05333FC0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__InventoryEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05335C90 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__LOSEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05335E00 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__MenuEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x053367A0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__PathingCallbackMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05336E20 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__QuestCallbackMgr_BSTSingletonSDMOpStaticBuffer_{ 0x053371D0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__SleepEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05337690 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__SoundCallbackMgr_BSTSingletonSDMOpStaticBuffer_{ 0x053378C0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__SpaceshipEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534CED0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__TeleportEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534D2E0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__TimerEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534DBC0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__TrackedStatsEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534DD30 }; - inline constexpr REL::Offset BSTSingletonSDM_GameScript__WaitEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534E8A0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameUIModel_BSTSingletonSDMOpStaticBuffer_{ 0x05261AA0 }; - inline constexpr REL::Offset BSTSingletonSDM_GameVM_BSTSingletonSDMOpStaticBuffer_{ 0x0533A960 }; - inline constexpr REL::Offset BSTSingletonSDM_GenericFrameUpdateOperationsService_BSTSingletonSDMOpStaticBuffer_{ 0x0515CCE0 }; - inline constexpr REL::Offset BSTSingletonSDM_ImageSpaceManagerAgent_BSTSingletonSDMOpStaticBuffer_{ 0x0516DD10 }; - inline constexpr REL::Offset BSTSingletonSDM_LightAttachmentRuntimeComponentUpdateService_BSTSingletonSDMOpStaticBuffer_{ 0x052BCC00 }; - inline constexpr REL::Offset BSTSingletonSDM_LoadScreenRenderingEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x052306B0 }; - inline constexpr REL::Offset BSTSingletonSDM_MenuControls_BSTSingletonSDMOpStaticBuffer_{ 0x0532B5F0 }; - inline constexpr REL::Offset BSTSingletonSDM_MenuCursor_BSTSingletonSDMOpStaticBuffer_{ 0x0539EB50 }; - inline constexpr REL::Offset BSTSingletonSDM_MenuTopicManager_BSTSingletonSDMOpStaticBuffer_{ 0x052A4F00 }; - inline constexpr REL::Offset BSTSingletonSDM_MessageMenuManager_BSTSingletonSDMOpStaticBuffer_{ 0x0532C450 }; - inline constexpr REL::Offset BSTSingletonSDM_MonocleUIDataModel_BSTSingletonSDMOpStaticBuffer_{ 0x0525FD80 }; - inline constexpr REL::Offset BSTSingletonSDM_MovementAvoidanceManager_BSTSingletonSDMOpStaticBuffer_{ 0x052D2EA0 }; - inline constexpr REL::Offset BSTSingletonSDM_NavMeshGenerator_BSTSingletonSDMOpStaticBuffer_{ 0x05191390 }; - inline constexpr REL::Offset BSTSingletonSDM_NavMeshObstacleManager_BSTSingletonSDMOpStaticBuffer_{ 0x051FCCC0 }; - inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleEmitterEngine_BSTSingletonSDMOpStaticBuffer_{ 0x053AC300 }; - inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleNodeManager_BSTSingletonSDMOpStaticBuffer_{ 0x053A0C90 }; - inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticlePerformanceManager_BSTSingletonSDMOpStaticBuffer_{ 0x053ABE60 }; - inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleSystemManagerImpl_BSTSingletonSDMOpStaticBuffer_{ 0x053AB810 }; - inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleSystemStorage_BSTSingletonSDMOpStaticBuffer_{ 0x053A1240 }; - inline constexpr REL::Offset BSTSingletonSDM_PathingTraversalManager_BSTSingletonSDMOpStaticBuffer_{ 0x051955F0 }; - inline constexpr REL::Offset BSTSingletonSDM_Pathing_BSTSingletonSDMOpStaticBuffer_{ 0x051FE060 }; - inline constexpr REL::Offset BSTSingletonSDM_PlanetSiteSelectEventHelper_BSTSingletonSDMOpStaticBuffer_{ 0x052BCED0 }; - inline constexpr REL::Offset BSTSingletonSDM_PlayerCamera_BSTSingletonSDMOpStaticBuffer_{ 0x05322D70 }; - inline constexpr REL::Offset BSTSingletonSDM_PlayerControls__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05224680 }; - inline constexpr REL::Offset BSTSingletonSDM_PlayerRegionState_BSTSingletonSDMOpStaticBuffer_{ 0x052D1620 }; - inline constexpr REL::Offset BSTSingletonSDM_Preload__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05230D00 }; - inline constexpr REL::Offset BSTSingletonSDM_ProcessLists_BSTSingletonSDMOpStaticBuffer_{ 0x052D2690 }; - inline constexpr REL::Offset BSTSingletonSDM_Projectile__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x052EE1D0 }; - inline constexpr REL::Offset BSTSingletonSDM_QueuedCellAttachService_BSTSingletonSDMOpStaticBuffer_{ 0x0518C2C0 }; - inline constexpr REL::Offset BSTSingletonSDM_RagdollFurnitureModifier_BSTSingletonSDMOpStaticBuffer_{ 0x051EAF40 }; - inline constexpr REL::Offset BSTSingletonSDM_Research__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x052A8C60 }; - inline constexpr REL::Offset BSTSingletonSDM_SaveLoadTester__Service_BSTSingletonSDMOpStaticBuffer_{ 0x052ACA20 }; - inline constexpr REL::Offset BSTSingletonSDM_Service_BSTSingletonSDMOpStaticBuffer_{ 0x05202B70 }; - inline constexpr REL::Offset BSTSingletonSDM_ShipCrewData_BSTSingletonSDMOpStaticBuffer_{ 0x05251810 }; - inline constexpr REL::Offset BSTSingletonSDM_Sky_BSTSingletonSDMOpStaticBuffer_{ 0x051ECAA0 }; - inline constexpr REL::Offset BSTSingletonSDM_SpaceshipBIEvents__EventSink_BSTSingletonSDMOpStaticBuffer_{ 0x052A5630 }; - inline constexpr REL::Offset BSTSingletonSDM_SpaceshipPlayerSounds_BSTSingletonSDMOpStaticBuffer_{ 0x053551D0 }; - inline constexpr REL::Offset BSTSingletonSDM_Spaceship__TargetingMode_BSTSingletonSDMOpStaticBuffer_{ 0x052BD4A0 }; - inline constexpr REL::Offset BSTSingletonSDM_StarField__ModuleState_BSTSingletonSDMOpStaticBuffer_{ 0x051C51B0 }; - inline constexpr REL::Offset BSTSingletonSDM_StarMap__SelectBodyEventHelper_BSTSingletonSDMOpStaticBuffer_{ 0x052BAFE0 }; - inline constexpr REL::Offset BSTSingletonSDM_StaticAvoidNodeManager_BSTSingletonSDMOpStaticBuffer_{ 0x052D3550 }; - inline constexpr REL::Offset BSTSingletonSDM_SupportMaterialHandler_BSTSingletonSDMOpStaticBuffer_{ 0x052BD0E0 }; - inline constexpr REL::Offset BSTSingletonSDM_TESAudio__ScriptedMusicState_BSTSingletonSDMOpStaticBuffer_{ 0x052A4D30 }; - inline constexpr REL::Offset BSTSingletonSDM_TESDataHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05181780 }; - inline constexpr REL::Offset BSTSingletonSDM_TESNPCData__ChargenDataModel_BSTSingletonSDMOpStaticBuffer_{ 0x051C95F0 }; - inline constexpr REL::Offset BSTSingletonSDM_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__BSTSingletonSDMOpStaticBuffer_{ 0x052BDC40 }; - inline constexpr REL::Offset BSTSingletonSDM_TESWaterSystem_BSTSingletonSDMOpStaticBuffer_{ 0x05202E10 }; - inline constexpr REL::Offset BSTSingletonSDM_TextureDB__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x053C91B0 }; - inline constexpr REL::Offset BSTSingletonSDM_UIBlurManager_BSTSingletonSDMOpStaticBuffer_{ 0x0532DC70 }; - inline constexpr REL::Offset BSTSingletonSDM_UISaveLoadManager_BSTSingletonSDMOpStaticBuffer_{ 0x052BA950 }; - inline constexpr REL::Offset BSTSingletonSDM_UI_BSTSingletonSDMOpStaticBuffer_{ 0x0539E0D0 }; - inline constexpr REL::Offset BSTSingletonSDM_VATS_BSTSingletonSDMOpStaticBuffer_{ 0x052EE5C0 }; - inline constexpr REL::Offset BSTSingletonSDM_WorkshopBIEvents__WorkshopEventManager_BSTSingletonSDMOpStaticBuffer_{ 0x052A5830 }; - inline constexpr REL::Offset BSTSingletonSDM_WorkshopLOD__WorkshopLODManager_BSTSingletonSDMOpStaticBuffer_{ 0x05356190 }; - inline constexpr REL::Offset BSTSingletonSDM___ActorMediatorHelper_BSTSingletonSDMOpStaticBuffer_{ 0x052CC2D0 }; - inline constexpr REL::Offset BSTSingletonSDM___AnimationFileListener_BSTSingletonSDMOpStaticBuffer_{ 0x0536E2F0 }; - inline constexpr REL::Offset BSTSingletonSDM___AnimationFileLookupSingletonHelper_BSTSingletonSDMOpStaticBuffer_{ 0x0536EDB0 }; - inline constexpr REL::Offset BSTSingletonSDM___BSBreakpadHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05371900 }; - inline constexpr REL::Offset BSTSingletonSDM___BSScaleformAllocatorPaged_BSTSingletonSDMOpStaticBuffer_{ 0x0539EC60 }; - inline constexpr REL::Offset BSTSingletonSDM___BehaviorGraphSpecificDataLookupSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x051534F0 }; - inline constexpr REL::Offset BSTSingletonSDM___ConsoleHotkeyManager_BSTSingletonSDMOpStaticBuffer_{ 0x053237E0 }; - inline constexpr REL::Offset BSTSingletonSDM___DDQueueCollection_BSTSingletonSDMOpStaticBuffer_{ 0x052AF8D0 }; - inline constexpr REL::Offset BSTSingletonSDM___HavokThreadMemorySink_BSTSingletonSDMOpStaticBuffer_{ 0x05378ED0 }; - inline constexpr REL::Offset BSTSingletonSDM___Jobber_BSTSingletonSDMOpStaticBuffer_{ 0x0538A1F0 }; - inline constexpr REL::Offset BSTSingletonSDM___MaterialAnimator_BSTSingletonSDMOpStaticBuffer_{ 0x053973F0 }; - inline constexpr REL::Offset BSTSingletonSDM___PathingSite_BSTSingletonSDMOpStaticBuffer_{ 0x052BBF00 }; - inline constexpr REL::Offset BSTSingletonSDM___Service_BSTSingletonSDMOpStaticBuffer_{ 0x052ED280 }; - inline constexpr REL::Offset BSTSingletonSDM___TESAudioScriptSDM_BSTSingletonSDMOpStaticBuffer_{ 0x05225AB0 }; - inline constexpr REL::Offset BSTSingletonSDM_bhkBipedOrientationController_BSTSingletonSDMOpStaticBuffer_{ 0x0537E2D0 }; - inline constexpr REL::Offset BSTSingletonSDM_bhkCollisionFilter_BSTSingletonSDMOpStaticBuffer_{ 0x05378120 }; - inline constexpr REL::Offset BSTSingletonSDM_bhkParticlesManagerModifier_BSTSingletonSDMOpStaticBuffer_{ 0x05376520 }; - inline constexpr REL::Offset BSTSingletonSDM_bps__client__Services_BSTSingletonSDMOpStaticBuffer_{ 0x0535F1B0 }; - inline constexpr REL::Offset BSTSingletonSDM_hknpBSMoveLimitModifier_BSTSingletonSDMOpStaticBuffer_{ 0x053788D0 }; - inline constexpr REL::Offset BSTSingletonSDM_hknpBSShapeCodec_BSTSingletonSDMOpStaticBuffer_{ 0x05375FE0 }; - inline constexpr REL::Offset BSTSingletonSDM_hknpBackfaceCollisionModifier_BSTSingletonSDMOpStaticBuffer_{ 0x05375EC0 }; - inline constexpr REL::Offset BSTSmallArrayHeapAllocator_32_{ 0x05194F38 }; - inline constexpr REL::Offset BSTSmallArray_NiPointer_BSPathingTraversal__4_{ 0x05195070 }; - inline constexpr REL::Offset BSTSmartPointerPrivate__HandleManagerBase{ 0x05116670 }; - inline constexpr REL::Offset BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_CellTag_CellHandlePolicy_131072__{ 0x0515ECE0 }; - inline constexpr REL::Offset BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_TESHandleManagerTag_TESPointerHandleDetail__HandleFormPolicy_2097152__{ 0x052BDCD0 }; - inline constexpr REL::Offset BSTSmartPointerPrivate__THandleManagerBase_0_CellHandlePolicy_{ 0x05116610 }; - inline constexpr REL::Offset BSTSmartPointerPrivate__THandleManagerBase_0_TESPointerHandleDetail__HandleFormPolicy_{ 0x052BDD80 }; - inline constexpr REL::Offset BSTStaticFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__512_{ 0x0533AE30 }; - inline constexpr REL::Offset BSTStaticFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_16_{ 0x052C8290 }; - inline constexpr REL::Offset BSTStaticFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_16_{ 0x052223F0 }; - inline constexpr REL::Offset BSTTuple_BSFixedString_bool_{ 0x0508F398 }; - inline constexpr REL::Offset BSTTuple_BSFixedString_unsignedint_{ 0x05090F18 }; - inline constexpr REL::Offset BSTVSOTree_detail__IObjectWrapper{ 0x05157EF8 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSEffectSequenceFormComponent__{ 0x05166760 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSExternalComponentHint__{ 0x0534F260 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSLodOwnerComponent__{ 0x05167070 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSMaterialPropertyComponent__{ 0x05167260 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPackInUtils____ETFixedPackinGroup__{ 0x051CE030 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ 0x0515B3A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSSpacePhysicsFormComponent__{ 0x05168A00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ 0x051D1A40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__ControllerComponent__{ 0x053848C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__DirectoryComponent__{ 0x05384940 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ 0x0537F030 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSForces__ForceReceiverComponent__{ 0x05384840 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPerBiomeData__{ 0x0519AD00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPlanetOverlayData__{ 0x0519AD80 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTSTarDistance__{ 0x053739C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__AlphaSettingsComponent__{ 0x05397AB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendModeComponent__{ 0x053986B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendParamFloat__{ 0x053983B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Channel__{ 0x0539AB30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__CollisionComponent__{ 0x053978D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorChannelTypeComponent__{ 0x05398590 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorRemapSettingsComponent__{ 0x0539AAA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Color__{ 0x0539A040 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DecalSettingsComponent__{ 0x05399F20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DetailBlenderSettingsComponent__{ 0x05398620 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DistortionComponent__{ 0x05398F00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EffectSettingsComponent__{ 0x0539ACA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EmissiveSettingsComponent__{ 0x0539A810 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EyeSettingsComponent__{ 0x053991A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlipbookComponent__{ 0x0539ADA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlowSettingsComponent__{ 0x0539AE90 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__GlobalLayerDataComponent__{ 0x0539A4E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__HairSettingsComponent__{ 0x0539A300 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LODMaterialID__{ 0x0538F360 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEdgeFalloffComponent__{ 0x05399A60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEmissivityComponent__{ 0x0539B250 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LevelOfDetailSettings__{ 0x0539A790 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MRTextureFile__{ 0x0539A380 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialOverrideColorTypeComponent__{ 0x05397950 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialParamFloat__{ 0x053989D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MouthSettingsComponent__{ 0x053999D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Offset__{ 0x05399D60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__OpacityComponent__{ 0x05399670 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ParamBool__{ 0x0539A910 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PhysicsMaterialType__{ 0x0539A610 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PorosityComponent__{ 0x0539AC20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Scale__{ 0x053995C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderModelComponent__{ 0x05398E10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderRouteComponent__{ 0x05397650 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__StarmapBodyEffectComponent__{ 0x05398AF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ 0x0538F870 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ 0x0538F460 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ 0x0538F770 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ 0x0538FF90 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ 0x0538FAF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainSettingsComponent__{ 0x0539AF10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainTintSettingsComponent__{ 0x0539A990 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureAddressModeComponent__{ 0x05398FF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureFile__{ 0x05399C70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureReplacement__{ 0x0539AA20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureResolutionSetting__{ 0x05397DB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureSetKindComponent__{ 0x05397460 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TranslucencySettingsComponent__{ 0x0539A690 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__UVStreamParamBool__{ 0x05398870 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__VegetationSettingsComponent__{ 0x05398140 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterFoamSettingsComponent__{ 0x05398B80 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterGrimeSettingsComponent__{ 0x05399110 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterSettingsComponent__{ 0x05397D20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LensFlareAttachmentComponent__{ 0x05158740 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAnimFormComponent__{ 0x0516A3E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAttachmentFormComponent__{ 0x0516A510 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ObjectAttachmentFormComponent__{ 0x0516AEF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ParticleFormComponent__{ 0x0516B4E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODCurvePresets__{ 0x053A2ED0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODSettingsPresets__{ 0x053A2F50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__SystemDefinitionComponent__{ 0x053A2E40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ReflectionProbeCellComponent__{ 0x0515BAB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_TempDataHandleEdge__{ 0x051D69A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BGSLocationUtil__BGSLocationOwnerEdge__{ 0x051D12A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__DataParentEdge__{ 0x05384A50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__OuterEdge__{ 0x053849C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__BodyChild__{ 0x053720B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__DynamicData__{ 0x0519A890 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSMaterial__GlobalLayerNoiseComponent__{ 0x05399080 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_ShipCellBlueprintOwner__{ 0x0535CB80 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_SpaceshipCellReference__{ 0x0535CC10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_StarField____CTCelestialCollectionCell__{ 0x051C31D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingDestructionEvent__{ 0x0535D030 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingLandingEvent__{ 0x0535D140 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingRampEvent__{ 0x0535CFA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerComponent__{ 0x05187730 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerFormComponent__{ 0x05165BC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAddToInventoryOnDestroy__{ 0x05165C90 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAnimationGraphComponent__{ 0x05165F50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttachParentArray__{ 0x05166120 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttackDataForm__{ 0x05181DD0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSBodyPartInfo__{ 0x05166290 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSContactShadowComponent__{ 0x05157D60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCraftingResourceOwner__{ 0x05166390 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCrowdComponent__{ 0x05166560 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCustomShipForm__{ 0x05157FB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDestructibleObjectForm__{ 0x05181EA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDisplayCaseFormComponent__{ 0x05166610 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSEffectSequenceFormComponent__{ 0x051667E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentDataSource__{ 0x05166A50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentHint__{ 0x051669C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSForcedLocRefType__{ 0x05166BE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSFormLinkData__{ 0x05166D90 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSKeywordForm__{ 0x051821C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLinkedVoiceType__{ 0x05166E70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodOwnerComponent__{ 0x051670F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodRuntimeOwnerComponent__{ 0x0515F770 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSMaterialPropertyComponent__{ 0x051672E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectPlacementDefaults__{ 0x05167850 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectWindowFilterComponent__{ 0x051580F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitalDataComponent__{ 0x05167B70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitedDataComponent__{ 0x05167F50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOverridePackCollection__{ 0x05182340 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPackInUtils____ETFixedPackinGroup__{ 0x051CE0C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPapyrusScriptsComponent__{ 0x05168340 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPathingData__{ 0x05168480 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetContentManagerContentProperties__{ 0x05199E30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ 0x0515B4D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__CTPlanetWorldSpaceData__{ 0x0515B430 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPrimitiveComponent__{ 0x051685B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPropertySheet__{ 0x051686E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSRemappedBaseForm__{ 0x05166940 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSScannableFormComponent__{ 0x051680C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSShipManagement__{ 0x05168200 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSkinForm__{ 0x05182420 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSoundTagComponent__{ 0x051688C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpacePhysicsFormComponent__{ 0x05168A80 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipAIActor__{ 0x05168BC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipEquipment__{ 0x05168C70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipHullCode__{ 0x05168DA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipWeaponBinding__{ 0x05168F60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpawnOnDestroy__{ 0x051690A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStarDataComponent__{ 0x051694A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStoredTraversalData__{ 0x051581C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__BGSBlockCellHeighGridComponent__{ 0x051B89A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__CTBlockCellHeightGrid__{ 0x051B8AF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent__{ 0x051B8B80 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____CTDesignatedInfo__{ 0x051B8A40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent__{ 0x051B9D00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____CTBlockHeightAdjustment__{ 0x051B9DC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____CTWaterHeight__{ 0x051BA430 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____WaterHeightComponent__{ 0x051BA390 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSVolumeFormComponent__{ 0x05169A40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorkshopItemColorComponent__{ 0x05158440 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlayComponent__{ 0x05169CE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ 0x051D1AE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__ControllerComponent__{ 0x053847B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__DirectoryComponent__{ 0x05384AE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ 0x0519AA20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSForces__ForceReceiverComponent__{ 0x051EC740 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereData__{ 0x051CB8C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereModifier__{ 0x0519A800 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBiomeData__{ 0x0519A910 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBodyType__{ 0x0516BB40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBrightnessModifier__{ 0x0519A990 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTCellData__{ 0x0519ABF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTColorModifier__{ 0x0516B880 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTDatabaseID__{ 0x0516BA30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTEditorBiomeData__{ 0x0519D7B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPerBiomeData__{ 0x05372020 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetLocationIDs__{ 0x0519AC70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetOverlayData__{ 0x05371D00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetarySystemLocationID__{ 0x0516BAB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTProxyFormPtr__{ 0x0516BBC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTResourceData__{ 0x05371C70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSTarDistance__{ 0x05371BE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSystemParsecLocation__{ 0x0516B9A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitOffset__{ 0x051C3150 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitState__{ 0x05371FA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitalData__{ 0x05167C00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitedData__{ 0x05167FE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerAtBody__{ 0x051C30D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerKnowledge__{ 0x0519AB60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__SatelliteCSVData__{ 0x0516B910 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__StarData__{ 0x05169420 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedGalaxyCSVData__{ 0x0519AAD0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedStarsCSVData__{ 0x05372130 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__AlphaSettingsComponent__{ 0x05390E30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendModeComponent__{ 0x05397F60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendParamFloat__{ 0x05397760 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Channel__{ 0x0539B080 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__CollisionComponent__{ 0x05391C30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorChannelTypeComponent__{ 0x05398500 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorRemapSettingsComponent__{ 0x05390450 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Color__{ 0x053993B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DecalSettingsComponent__{ 0x05393D90 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DetailBlenderSettingsComponent__{ 0x05394140 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DistortionComponent__{ 0x053941E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EffectSettingsComponent__{ 0x05390980 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EmissiveSettingsComponent__{ 0x053904F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EyeSettingsComponent__{ 0x053924F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlipbookComponent__{ 0x0539A120 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlowSettingsComponent__{ 0x05392660 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__GlobalLayerDataComponent__{ 0x05393880 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__HairSettingsComponent__{ 0x05393EB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LODMaterialID__{ 0x0538EE30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEdgeFalloffComponent__{ 0x05393AA0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEmissivityComponent__{ 0x05393080 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LevelOfDetailSettings__{ 0x05392C50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MRTextureFile__{ 0x05397BB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialOverrideColorTypeComponent__{ 0x0539A570 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialParamFloat__{ 0x053996F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MouthSettingsComponent__{ 0x05390EC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Offset__{ 0x053974F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__OpacityComponent__{ 0x05390BE0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ParamBool__{ 0x05391F50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PhysicsMaterialType__{ 0x05399FB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PorosityComponent__{ 0x05393D00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Scale__{ 0x05399BF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderModelComponent__{ 0x053929A0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderRouteComponent__{ 0x05392A30 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__StarmapBodyEffectComponent__{ 0x05391FD0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ 0x05390300 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ 0x0538F120 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ 0x0538F2C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ 0x053900B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ 0x0538F910 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainSettingsComponent__{ 0x053908F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainTintSettingsComponent__{ 0x053948C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureAddressModeComponent__{ 0x05398A50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureFile__{ 0x053976D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureReplacement__{ 0x05398320 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureResolutionSetting__{ 0x05397E40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureSetKindComponent__{ 0x05397ED0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TranslucencySettingsComponent__{ 0x05390670 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__UVStreamParamBool__{ 0x05399AF0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__VegetationSettingsComponent__{ 0x05392AC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterFoamSettingsComponent__{ 0x05393E20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterGrimeSettingsComponent__{ 0x05393A00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterSettingsComponent__{ 0x05391EC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__BlueprintVariant__{ 0x05158590 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__Blueprint__{ 0x05169E10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CalculatedPackinData__{ 0x051D4D40 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ClonedRefNeedInit__{ 0x051D4CC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CustomShipComponent__{ 0x052269F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DisplayCaseComponent__{ 0x052275D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DynamicPersistence__OwnedPromotions__{ 0x05189330 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_EffectSequenceComponent__{ 0x05160D00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LensFlareAttachmentComponent__{ 0x051586B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimComponent__{ 0x0518AB00 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimFormComponent__{ 0x0516A2C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentFormComponent__{ 0x0516A590 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentRuntimeComponent__{ 0x0516AD10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_MovementControllerComponent__{ 0x0518F3D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentFormComponent__{ 0x0516AF70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentRuntimeComponent__{ 0x0516B000 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_OnFrameUpdateOperationComponent__{ 0x0515C9B0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleComponent__{ 0x0518B690 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleFormComponent__{ 0x0516B560 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODCurvePresets__{ 0x053A2DB0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODSettingsPresets__{ 0x053A2D20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__SystemDefinitionComponent__{ 0x053A22D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_PendingDynamicNavmesh__{ 0x0535D0C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ReflectionProbeCellComponent__{ 0x0515B990 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RevertedCustomShipComponent__{ 0x05226530 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent___{ 0x05227520 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent___{ 0x05227E60 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ 0x052A9F70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ 0x052A9E50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount____{ 0x053557F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint___{ 0x052265C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ScannableComponent__{ 0x05227A20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ShipManagementComponent__{ 0x05227F20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipAIActorComponent__{ 0x053511C0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEffectsComponent__{ 0x05352520 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEquipmentComponent__{ 0x053526D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipLinkedCell__{ 0x0535C400 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipSoundsComponent__{ 0x053555D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipTemplate__{ 0x0534F2E0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipWeaponBindingComponent__{ 0x05228120 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Spaceship__BlueprintInteractionOffsetRefsComponent__{ 0x051D6A20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StarField__CTReferencedCell__{ 0x051C2E20 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StreamingLoadData__{ 0x051D4DC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SubSceneComponent__{ 0x05228380 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESAIForm__{ 0x051826F0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESContainer__{ 0x05182810 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESDescription__{ 0x05182910 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESFullName__{ 0x05182C90 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESHealthForm__{ 0x05182D10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESImageSpaceModifiableForm__{ 0x05182E10 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESMagicTargetForm__{ 0x05186F70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESModel__{ 0x05183230 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESPlanetModel__{ 0x0516B760 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTexture__{ 0x05186C70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent__{ 0x051EA780 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESValueForm__{ 0x05186D70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESWeightForm__{ 0x05186E70 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TempDataHandleEdge__{ 0x051D6AC0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_WorkshopItemColorComponent__{ 0x052289D0 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___BGSVolumeComponent__{ 0x05202410 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CTWorldspaceCloneInfo__{ 0x051E3C50 }; - inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CellProcGenSpawn__{ 0x051D4A70 }; - inline constexpr REL::Offset BSTValueEventSource_FaderMenuDisplayState_{ 0x05327B20 }; - inline constexpr REL::Offset BSTValueEventSource_PlayerAutoAimActorEvent_{ 0x052D1220 }; - inline constexpr REL::Offset BSTValueEventSource_PlayerCrosshairModeEvent_{ 0x0523D120 }; - inline constexpr REL::Offset BSTValueEventSource_SaveLoadMessageStringEvent_{ 0x05264770 }; - inline constexpr REL::Offset BSTableCurve{ 0x0540CFA0 }; - inline constexpr REL::Offset BSTaskJobber{ 0x0538A250 }; - inline constexpr REL::Offset BSTaskJobber__Task{ 0x051FCF98 }; - inline constexpr REL::Offset BSTaskThread{ 0x0517B9B8 }; - inline constexpr REL::Offset BSTaskletGroupData{ 0x053C8918 }; - inline constexpr REL::Offset BSTaskletManager{ 0x05126C38 }; - inline constexpr REL::Offset BSTempEffect{ 0x051FC3E8 }; - inline constexpr REL::Offset BSTempEffectDebris{ 0x051FC410 }; - inline constexpr REL::Offset BSTempEffectGeometryDecal{ 0x051FC440 }; - inline constexpr REL::Offset BSTempEffectParticle{ 0x051FC470 }; - inline constexpr REL::Offset BSTempEffectSPG{ 0x051FC510 }; - inline constexpr REL::Offset BSTempEffectScreenSpaceDecal{ 0x051FC4D8 }; - inline constexpr REL::Offset BSTempEffectWeaponBlood{ 0x051FC538 }; - inline constexpr REL::Offset BSTerrainEffect{ 0x051FC6B0 }; - inline constexpr REL::Offset BSTextureStreamer__ArchiveLayer{ 0x05388420 }; - inline constexpr REL::Offset BSTextureStreamer__LoadQueueService{ 0x053892D8 }; - inline constexpr REL::Offset BSTextureStreamer__Manager{ 0x053889D0 }; - inline constexpr REL::Offset BSTextureStreamer__ManagerBase{ 0x05388458 }; - inline constexpr REL::Offset BSTextureStreamer__ManagerServiceFramework{ 0x05389320 }; - inline constexpr REL::Offset BSTextureStreamer__TextureArchiveIDConverter{ 0x0512B360 }; - inline constexpr REL::Offset BSTextureStreamer__TextureLoad{ 0x0538C9F8 }; - inline constexpr REL::Offset BSTextureStreamer__TextureStreamerRequestBase{ 0x0538CA30 }; - inline constexpr REL::Offset BSThread{ 0x05126720 }; - inline constexpr REL::Offset BSThreadEvent____Source{ 0x05370658 }; - inline constexpr REL::Offset BSTransformExtra{ 0x051E8770 }; - inline constexpr REL::Offset BSTreadTransfInterpolator{ 0x05406008 }; - inline constexpr REL::Offset BSUIExternalTexture{ 0x0539FBE8 }; - inline constexpr REL::Offset BSVMLoadNode{ 0x05182B48 }; - inline constexpr REL::Offset BSVMPostProcessNode{ 0x05182B70 }; - inline constexpr REL::Offset BSValueNode{ 0x05389610 }; - inline constexpr REL::Offset BSVirtualKeyboardDevice{ 0x05371450 }; - inline constexpr REL::Offset BSWArray{ 0x0538CC28 }; - inline constexpr REL::Offset BSWeakReferenceNode{ 0x05383370 }; - inline constexpr REL::Offset BSWin32ExceptionHandler{ 0x051185C8 }; - inline constexpr REL::Offset BSWin32ExceptionHandler__GenerateCoreDump__5__Exception{ 0x05095B10 }; - inline constexpr REL::Offset BSWinPCAwardsSystemUtility{ 0x0540CBE8 }; - inline constexpr REL::Offset BSWinPCGameDataSystemUtility{ 0x0540CAD8 }; - inline constexpr REL::Offset BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled{ 0x0540CB10 }; - inline constexpr REL::Offset BSWinPCSaveDataSystemUtility{ 0x0540CAA0 }; - inline constexpr REL::Offset BSWinPCSystemUtility{ 0x0540CA70 }; - inline constexpr REL::Offset BSXFlags{ 0x05387BB8 }; - inline constexpr REL::Offset BShkbHkxDB__QueuedHandles{ 0x051E6E08 }; - inline constexpr REL::Offset BShkbUtils__GraphInspectionFunctor{ 0x0535F438 }; - inline constexpr REL::Offset BackgroundProcessNode{ 0x0517BC08 }; - inline constexpr REL::Offset BackgroundProcessThread{ 0x0517BA48 }; - inline constexpr REL::Offset BanishEffect{ 0x052A4408 }; - inline constexpr REL::Offset BarrierProjectile{ 0x052EBFE0 }; - inline constexpr REL::Offset BarterMenu{ 0x052686F8 }; - inline constexpr REL::Offset BarterMenu_BuyItem{ 0x05268660 }; - inline constexpr REL::Offset BarterMenu_CloseMenu{ 0x05268568 }; - inline constexpr REL::Offset BarterMenu_HideModel{ 0x052685C8 }; - inline constexpr REL::Offset BarterMenu_LoadModel{ 0x05268598 }; - inline constexpr REL::Offset BarterMenu_SellItem{ 0x05268690 }; - inline constexpr REL::Offset BarterMenu_SetMouseOverModel{ 0x052686C0 }; - inline constexpr REL::Offset BarterMenu_ShowFailureMessage{ 0x052685F8 }; - inline constexpr REL::Offset BarterMenu_ViewedItem{ 0x05268630 }; - inline constexpr REL::Offset BarterMenu__BarterMenuEventShuttle{ 0x052684A8 }; - inline constexpr REL::Offset BaseFormComponent{ 0x050A34A0 }; - inline constexpr REL::Offset BaseLightAnimData{ 0x0516A4B8 }; - inline constexpr REL::Offset BasePathingDoor{ 0x0518B1A8 }; - inline constexpr REL::Offset BeamProjectile{ 0x052EC328 }; - inline constexpr REL::Offset BedEnterHandler{ 0x052E9E80 }; - inline constexpr REL::Offset BedFurnitureExitHandler{ 0x052E9EA8 }; - inline constexpr REL::Offset BleedoutCameraState{ 0x05322F88 }; - inline constexpr REL::Offset BlendNode{ 0x0536DCA0 }; - inline constexpr REL::Offset BlendNodeInstance{ 0x0536DC78 }; - inline constexpr REL::Offset BlendTree{ 0x0535F470 }; - inline constexpr REL::Offset BlendTreeInstance{ 0x0536CEE8 }; - inline constexpr REL::Offset Blueprints__Blueprint{ 0x05169FD0 }; - inline constexpr REL::Offset Blueprints__BlueprintMainStatusHandler{ 0x05169F90 }; - inline constexpr REL::Offset Blueprints__BlueprintVariant{ 0x0508CC48 }; - inline constexpr REL::Offset BodyCollisionsTask{ 0x05088C40 }; - inline constexpr REL::Offset BodyEffects__Effect{ 0x051561C8 }; - inline constexpr REL::Offset BodyEffects__ResourceVisualizationEffect{ 0x05156160 }; - inline constexpr REL::Offset BodyEffects__ScanlinesEffect{ 0x051561F8 }; - inline constexpr REL::Offset BoneConstraint{ 0x0536D6A8 }; - inline constexpr REL::Offset BoneConstraintInstance{ 0x0536D6D0 }; - inline constexpr REL::Offset BoneModifierData{ 0x0515EFD8 }; - inline constexpr REL::Offset BoneModifierExtra{ 0x051BB690 }; - inline constexpr REL::Offset BoneModifierInstance{ 0x0515EF50 }; - inline constexpr REL::Offset BookMenu{ 0x053232B8 }; - inline constexpr REL::Offset BookMenu__BookData{ 0x05323318 }; - inline constexpr REL::Offset BookMenu__BookMenuUIDataEventShuttle{ 0x053232D8 }; - inline constexpr REL::Offset BoundaryMenu{ 0x05229D00 }; - inline constexpr REL::Offset BoundaryMenu_FastTravel{ 0x05229B98 }; - inline constexpr REL::Offset BoundaryMenu_ShowMap{ 0x05229D28 }; - inline constexpr REL::Offset BowZoomStartHandler{ 0x052E8F68 }; - inline constexpr REL::Offset BowZoomStopHandler{ 0x052E8FF8 }; - inline constexpr REL::Offset ButtonEvent{ 0x05370AA0 }; - inline constexpr REL::Offset CCallResult_BSWinPCSaveDataSystemUtility_RemoteStorageFileWriteAsyncComplete_t_{ 0x0540CE60 }; - inline constexpr REL::Offset CCallResult_BSWinPCSystemUtility_EncryptedAppTicketResponse_t_{ 0x0540CE00 }; - inline constexpr REL::Offset CCallbackBase{ 0x0540CB98 }; - inline constexpr REL::Offset CCallbackImpl_16_{ 0x0540CD10 }; - inline constexpr REL::Offset CCallbackImpl_24_{ 0x0540CC20 }; - inline constexpr REL::Offset CCallbackImpl_4_{ 0x0540CB68 }; - inline constexpr REL::Offset CCallbackImpl_8_{ 0x0540CF30 }; - inline constexpr REL::Offset CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsReceived_t_0_{ 0x0540CDA0 }; - inline constexpr REL::Offset CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsStored_t_0_{ 0x0540CCB0 }; - inline constexpr REL::Offset CCallback_BSWinPCAwardsSystemUtility_UserStatsReceived_t_0_{ 0x0540CC50 }; - inline constexpr REL::Offset CCallback_BSWinPCAwardsSystemUtility_UserStatsStored_t_0_{ 0x0540CD40 }; - inline constexpr REL::Offset CPUCaptureHandler{ 0x0532B868 }; - inline constexpr REL::Offset CalcContainerWeight{ 0x051D8BF8 }; - inline constexpr REL::Offset CalmEffect{ 0x052A43B0 }; - inline constexpr REL::Offset CameraOverrideStartHandler{ 0x052EA290 }; - inline constexpr REL::Offset CameraOverrideStopHandler{ 0x052EA328 }; - inline constexpr REL::Offset CameraShakeHandler{ 0x052E8D68 }; - inline constexpr REL::Offset CameraZoomHandler{ 0x0532B890 }; - inline constexpr REL::Offset Camera__DebugFollowCamera{ 0x05226440 }; - inline constexpr REL::Offset Camera__DebugFreeCamera{ 0x05226470 }; - inline constexpr REL::Offset Camera__DebugModule{ 0x052264D0 }; - inline constexpr REL::Offset Camera__DebugOrbitalCamera{ 0x052264A0 }; - inline constexpr REL::Offset Camera__DebugTargetCamera{ 0x052263E0 }; - inline constexpr REL::Offset Camera__IBaseModule{ 0x05226380 }; - inline constexpr REL::Offset Camera__IDebugCamera{ 0x05226410 }; - inline constexpr REL::Offset Camera__InteriorModule{ 0x05226500 }; - inline constexpr REL::Offset Camera__Manager{ 0x05226108 }; - inline constexpr REL::Offset Camera__PlayerModule{ 0x05226350 }; - inline constexpr REL::Offset Camera__SpaceModule{ 0x052263B0 }; - inline constexpr REL::Offset CapacityValueModifierEffect{ 0x052A2BD8 }; - inline constexpr REL::Offset CellHandleManager{ 0x0515ECB8 }; - inline constexpr REL::Offset CellHfCollision{ 0x0516DCA8 }; - inline constexpr REL::Offset ChainExplosion{ 0x052AE5E8 }; - inline constexpr REL::Offset ChairEnterHandler{ 0x052E9F98 }; - inline constexpr REL::Offset ChairFurnitureExitHandler{ 0x052E9ED8 }; - inline constexpr REL::Offset ChangeAnimArchetypeHandler{ 0x052E9CF8 }; - inline constexpr REL::Offset CharGen_BrowChange{ 0x05284AD8 }; - inline constexpr REL::Offset CharGen_BrowColorChange{ 0x052849E0 }; - inline constexpr REL::Offset CharGen_CancelTextEntry{ 0x05285C38 }; - inline constexpr REL::Offset CharGen_CloseMenu{ 0x05285D80 }; - inline constexpr REL::Offset CharGen_CyclePronoun{ 0x05284980 }; - inline constexpr REL::Offset CharGen_DirtScarsEtcChange{ 0x05284BC0 }; - inline constexpr REL::Offset CharGen_EndBodyChange{ 0x05284700 }; - inline constexpr REL::Offset CharGen_EndTextEntry{ 0x05285C68 }; - inline constexpr REL::Offset CharGen_EyeColorChange{ 0x05284B08 }; - inline constexpr REL::Offset CharGen_FacialHairChange{ 0x05284A48 }; - inline constexpr REL::Offset CharGen_FacialHairColorChange{ 0x05284A10 }; - inline constexpr REL::Offset CharGen_HairChange{ 0x05284AA8 }; - inline constexpr REL::Offset CharGen_HairColorChange{ 0x05284A78 }; - inline constexpr REL::Offset CharGen_HeadpartPlusSelectorChange{ 0x05284C28 }; - inline constexpr REL::Offset CharGen_HeadpartPresetChange{ 0x05285D18 }; - inline constexpr REL::Offset CharGen_JewelryChange{ 0x05284798 }; - inline constexpr REL::Offset CharGen_JewelryColorChange{ 0x05284760 }; - inline constexpr REL::Offset CharGen_MakeupChange{ 0x05285AE8 }; - inline constexpr REL::Offset CharGen_MarkingsChange{ 0x05285AB8 }; - inline constexpr REL::Offset CharGen_PostBlendColorOptionChange{ 0x05285B50 }; - inline constexpr REL::Offset CharGen_PostBlendFaceChange{ 0x05285B90 }; - inline constexpr REL::Offset CharGen_PostBlendIntensityChange{ 0x05285B18 }; - inline constexpr REL::Offset CharGen_PresetChange{ 0x05285D50 }; - inline constexpr REL::Offset CharGen_RollOffLocomotion{ 0x05284828 }; - inline constexpr REL::Offset CharGen_RollOnLocomotion{ 0x05284858 }; - inline constexpr REL::Offset CharGen_RotatePaperdoll{ 0x05284888 }; - inline constexpr REL::Offset CharGen_SetAdditionalSlider{ 0x052846C8 }; - inline constexpr REL::Offset CharGen_SetBackground{ 0x05284B38 }; - inline constexpr REL::Offset CharGen_SetBlockInputUnderPopup{ 0x05285BC8 }; - inline constexpr REL::Offset CharGen_SetBodyValues{ 0x05284C98 }; - inline constexpr REL::Offset CharGen_SetCameraPosition{ 0x05284C68 }; - inline constexpr REL::Offset CharGen_SetPronoun{ 0x05284950 }; - inline constexpr REL::Offset CharGen_SetSex{ 0x05285CF0 }; - inline constexpr REL::Offset CharGen_SetSlider{ 0x05285CC8 }; - inline constexpr REL::Offset CharGen_SetTrait{ 0x05284B68 }; - inline constexpr REL::Offset CharGen_ShowChooseBackgroundMessage{ 0x05284CC8 }; - inline constexpr REL::Offset CharGen_ShowPlayerRenameMessage{ 0x05285C00 }; - inline constexpr REL::Offset CharGen_SkintoneChange{ 0x05284BF8 }; - inline constexpr REL::Offset CharGen_StartBodyChange{ 0x05284730 }; - inline constexpr REL::Offset CharGen_StartTextEntry{ 0x05285C98 }; - inline constexpr REL::Offset CharGen_SwitchBodyType{ 0x052848B8 }; - inline constexpr REL::Offset CharGen_SwitchLocomotion{ 0x052848E8 }; - inline constexpr REL::Offset CharGen_TeethChange{ 0x052849B0 }; - inline constexpr REL::Offset CharGen_TeethRollOff{ 0x052847C8 }; - inline constexpr REL::Offset CharGen_TeethRollOn{ 0x052847F8 }; - inline constexpr REL::Offset CharGen_ToggleMarking{ 0x05284B90 }; - inline constexpr REL::Offset CharGen_TogglePreviewHabSuit{ 0x05284918 }; - inline constexpr REL::Offset CharacterCollisionHandler{ 0x052D28E8 }; - inline constexpr REL::Offset CharacterCollisionMessagePlayerAdapter{ 0x052BBCB8 }; - inline constexpr REL::Offset CharacterEvent{ 0x05370908 }; - inline constexpr REL::Offset ChargenMenu{ 0x05285758 }; - inline constexpr REL::Offset ChargenMenu__ChargenMenuEventShuttle{ 0x05283508 }; - inline constexpr REL::Offset CheckGoalReachedFunctor{ 0x053B4FE8 }; - inline constexpr REL::Offset CheckLineOfSightFilterMisc{ 0x052A4140 }; - inline constexpr REL::Offset CheckParameterReachedFunctor{ 0x053B5048 }; - inline constexpr REL::Offset CheckStoppedMovingFunctor{ 0x053B4FB8 }; - inline constexpr REL::Offset ClientBIMetrics__CombatHitMetricsI{ 0x052A5998 }; - inline constexpr REL::Offset ClientBIMetrics__HeartBeat__EventSink{ 0x05155530 }; - inline constexpr REL::Offset ClientBIMetrics__Performance__EventSink{ 0x05155A70 }; - inline constexpr REL::Offset ClientBIMetrics__PrebuiltHTTPSPost__Implementation{ 0x05156020 }; - inline constexpr REL::Offset ClientBIMetrics__ShipCombatHitMetricsBPSImp{ 0x052A5950 }; - inline constexpr REL::Offset ClientBIMetrics__ShipCombatHitMetricsI{ 0x052A59D0 }; - inline constexpr REL::Offset ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost{ 0x05156070 }; - inline constexpr REL::Offset CloakEffect{ 0x052A2C10 }; - inline constexpr REL::Offset ClonePoseNode{ 0x0536A4D8 }; - inline constexpr REL::Offset ClonePoseNodeInstance{ 0x0536A450 }; - inline constexpr REL::Offset CloudSaveWriter{ 0x052A90E8 }; - inline constexpr REL::Offset CollectorUtil__ICollectIDs{ 0x052A94A0 }; - inline constexpr REL::Offset CombatAcquireSearchDebugData{ 0x052F51A0 }; - inline constexpr REL::Offset CombatAimController{ 0x052EE890 }; - inline constexpr REL::Offset CombatAimControllerBase{ 0x052EE8C0 }; - inline constexpr REL::Offset CombatAlignRollPathController{ 0x0521C168 }; - inline constexpr REL::Offset CombatAnimatedPath{ 0x0531B950 }; - inline constexpr REL::Offset CombatApproachTargetPathController{ 0x0521CC30 }; - inline constexpr REL::Offset CombatArea{ 0x0521DCA8 }; - inline constexpr REL::Offset CombatAreaHoldPosition{ 0x052EE9B8 }; - inline constexpr REL::Offset CombatAreaReference{ 0x052EE958 }; - inline constexpr REL::Offset CombatAreaShape{ 0x0521DC80 }; - inline constexpr REL::Offset CombatAreaStandard{ 0x052EE988 }; - inline constexpr REL::Offset CombatBarrelRollPathController{ 0x0521CB80 }; - inline constexpr REL::Offset CombatBehavior{ 0x05209D38 }; - inline constexpr REL::Offset CombatBehaviorAccessors{ 0x05209BE0 }; - inline constexpr REL::Offset CombatBehaviorAction{ 0x05209D08 }; - inline constexpr REL::Offset CombatBehaviorAttackFromCover{ 0x0531AD18 }; - inline constexpr REL::Offset CombatBehaviorBlindFireFromCover{ 0x0531AE78 }; - inline constexpr REL::Offset CombatBehaviorContextAction_CombatBehaviorContextCover_{ 0x0531AE20 }; - inline constexpr REL::Offset CombatBehaviorContextAction_CombatBehaviorContextRangedMovement_{ 0x0530FC60 }; - inline constexpr REL::Offset CombatBehaviorContextAction_CombatBehaviorContextShipManeuvers_{ 0x05209C10 }; - inline constexpr REL::Offset CombatBehaviorContextBase{ 0x05214B00 }; - inline constexpr REL::Offset CombatBehaviorContextChild_CombatBehaviorContextCover_CombatBehaviorAction_{ 0x0531ADB0 }; - inline constexpr REL::Offset CombatBehaviorContextChild_CombatBehaviorContextRangedMovement_CombatBehaviorAction_{ 0x0530FCC0 }; - inline constexpr REL::Offset CombatBehaviorContextChild_CombatBehaviorContextShipManeuvers_CombatBehaviorAction_{ 0x05209D60 }; - inline constexpr REL::Offset CombatBehaviorContextCover{ 0x0531B008 }; - inline constexpr REL::Offset CombatBehaviorContextGrenade{ 0x05214A78 }; - inline constexpr REL::Offset CombatBehaviorContext_CombatBehaviorContextCover_{ 0x0531B110 }; - inline constexpr REL::Offset CombatBehaviorContext_CombatBehaviorContextGrenade_{ 0x05214AB0 }; - inline constexpr REL::Offset CombatBehaviorEventSink_CombatBehaviorAttackFromCover_CombatActorHitEventconst_{ 0x0531AEB0 }; - inline constexpr REL::Offset CombatBehaviorEventSink_CombatBehaviorWaitBehindCover_CombatCoordinateAttackRequest_{ 0x0531AF20 }; - inline constexpr REL::Offset CombatBehaviorMoveInCover{ 0x05117A70 }; - inline constexpr REL::Offset CombatBehaviorProvideSuppressiveFire{ 0x0530FC20 }; - inline constexpr REL::Offset CombatBehaviorRegisterInterface_CombatCoverBehaviorInterface_{ 0x0531AD50 }; - inline constexpr REL::Offset CombatBehaviorRegisterInterface_CombatSuppressiveFireRequestInterface_{ 0x05214A10 }; - inline constexpr REL::Offset CombatBehaviorResource{ 0x052F4858 }; - inline constexpr REL::Offset CombatBehaviorShipAcquire{ 0x0521CE20 }; - inline constexpr REL::Offset CombatBehaviorShipAttackManeuver{ 0x0521CC98 }; - inline constexpr REL::Offset CombatBehaviorShipBarrelRoll{ 0x0521CFE8 }; - inline constexpr REL::Offset CombatBehaviorShipBoost{ 0x0521CF18 }; - inline constexpr REL::Offset CombatBehaviorShipBreak{ 0x0521CE80 }; - inline constexpr REL::Offset CombatBehaviorShipBreakStalemate{ 0x0521D128 }; - inline constexpr REL::Offset CombatBehaviorShipCut{ 0x0521CEE8 }; - inline constexpr REL::Offset CombatBehaviorShipDirectAttack{ 0x0521CCD0 }; - inline constexpr REL::Offset CombatBehaviorShipDisengage{ 0x0521CD78 }; - inline constexpr REL::Offset CombatBehaviorShipLeadTurn{ 0x0521CF78 }; - inline constexpr REL::Offset CombatBehaviorShipLurk{ 0x0521D058 }; - inline constexpr REL::Offset CombatBehaviorShipManeuver{ 0x05209BA8 }; - inline constexpr REL::Offset CombatBehaviorShipOrbitCombatArea{ 0x0521D0F0 }; - inline constexpr REL::Offset CombatBehaviorShipOrbitTarget{ 0x0521D0B8 }; - inline constexpr REL::Offset CombatBehaviorShipPass{ 0x0521CF48 }; - inline constexpr REL::Offset CombatBehaviorShipPathDestinationRef{ 0x0521C878 }; - inline constexpr REL::Offset CombatBehaviorShipPursue{ 0x0521CD48 }; - inline constexpr REL::Offset CombatBehaviorShipScissors{ 0x0521CEB0 }; - inline constexpr REL::Offset CombatBehaviorShipSliceback{ 0x0521CDB0 }; - inline constexpr REL::Offset CombatBehaviorShipSlideDodge{ 0x0521D020 }; - inline constexpr REL::Offset CombatBehaviorShipSlideTurn{ 0x0521CFB0 }; - inline constexpr REL::Offset CombatBehaviorShipStationaryTracking{ 0x0521CD08 }; - inline constexpr REL::Offset CombatBehaviorShipStrafe{ 0x0521D088 }; - inline constexpr REL::Offset CombatBehaviorShipStrafeTurn{ 0x0521CDE8 }; - inline constexpr REL::Offset CombatBehaviorShipTargetingModeAutopilot{ 0x0520AEC8 }; - inline constexpr REL::Offset CombatBehaviorShipTurn{ 0x0521CE50 }; - inline constexpr REL::Offset CombatBehaviorStaticBlackboardBase_CombatBehaviorContextCover_CombatBehaviorContextBase_{ 0x0531B090 }; - inline constexpr REL::Offset CombatBehaviorStaticBlackboardBase_CombatBehaviorContextGrenade_CombatBehaviorContextBase_{ 0x05214B30 }; - inline constexpr REL::Offset CombatBehaviorStaticBlackboard_CombatBehaviorContextCover_CombatBehaviorContextBase_{ 0x0531AC00 }; - inline constexpr REL::Offset CombatBehaviorStaticBlackboard_CombatBehaviorContextGrenade_CombatBehaviorContextBase_{ 0x05214990 }; - inline constexpr REL::Offset CombatBehaviorTree{ 0x05117AD8 }; - inline constexpr REL::Offset CombatBehaviorTreeAcquireObject{ 0x05117928 }; - inline constexpr REL::Offset CombatBehaviorTreeAction{ 0x05117A00 }; - inline constexpr REL::Offset CombatBehaviorTreeActionEquipmentSelector{ 0x05117520 }; - inline constexpr REL::Offset CombatBehaviorTreeAvoidThreat{ 0x05117DC8 }; - inline constexpr REL::Offset CombatBehaviorTreeBlock{ 0x05117B08 }; - inline constexpr REL::Offset CombatBehaviorTreeBow{ 0x05117700 }; - inline constexpr REL::Offset CombatBehaviorTreeChargingCloseMovement{ 0x051178E8 }; - inline constexpr REL::Offset CombatBehaviorTreeChargingMovement{ 0x05117A30 }; - inline constexpr REL::Offset CombatBehaviorTreeCheckUnreachableTarget{ 0x05117E00 }; - inline constexpr REL::Offset CombatBehaviorTreeCloseMovement{ 0x051177D8 }; - inline constexpr REL::Offset CombatBehaviorTreeCombat{ 0x05117BB0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ 0x05308040 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ 0x05306920 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void___float_OpLessThan___{ 0x05319D80 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_unsignedint_CombatBehaviorContextSearch____void___unsignedint_OpGreaterThan___{ 0x05312A80 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_unsignedint_CombatState____void___int_OpGreaterThan___{ 0x0530A160 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x05306870 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x05308120 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker_____{ 0x05215910 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker_____{ 0x05214EA0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___CombatActorRefPtrconst__CombatBehaviorTree__CombatBehaviorAttackerRef_____{ 0x05215770 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection______{ 0x052F75D0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget_____{ 0x052F8390 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc_float___void______{ 0x05211640 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____bool__bool_____{ 0x05210C00 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____void______{ 0x05210A20 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void______{ 0x05319CA0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGrenade_float_CombatBehaviorContextGrenade____void______{ 0x05214DC0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_float_CombatBehaviorContextMagic____void______{ 0x053091E0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextThrow_float_CombatBehaviorContextThrow____void______{ 0x05215D80 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc2_bool___CombatActorRefPtrconst_CombatPointer_CombatInventoryItem_const__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ 0x0520D3D0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_AIProcess_bool_AIProcess____Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x052F4900 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____BGSEquipIndex__BGSEquipIndex___{ 0x05309B10 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBlackboard_bool_CombatBlackboard____CombatBlackboardFlagconst__CombatBlackboardFlag___{ 0x05214320 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc2_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____CombatActorRefPtrconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorTree__CombatBehaviorTargetRef___{ 0x0520D1B0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ 0x053067E0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void____{ 0x052F4AB0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ 0x052F7310 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ 0x052FAE70 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ 0x05318CD0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlankingMovement_bool_CombatBehaviorContextFlankingMovement____void____{ 0x052FE380 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlee_bool_CombatBehaviorContextFlee____void____{ 0x05306A30 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_bool_CombatBehaviorContextGun____void____{ 0x05215870 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMelee_bool_CombatBehaviorContextMelee____void____{ 0x05309A70 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextRangedMovement_bool_CombatBehaviorContextRangedMovement____void____{ 0x053101C0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ 0x0521BC90 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ 0x052188E0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_bool_CombatBehaviorPowerAllocationSelector____void____{ 0x0521D710 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc2_bool___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ 0x05307F30 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorCombatTarget__OpNot___{ 0x053125C0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ 0x053126C0 }; - inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void___OpNot___{ 0x05319B10 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextBow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x0530F7C0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGrenade_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05214BB0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGun_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05215BC0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextMagic_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05309490 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextSpaceshipWeapon_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x0520CF40 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextThrow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05215E60 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextUsePotion_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x0531B740 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorEquipContext_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorThread_unsignedint_CombatBehaviorThread____void____{ 0x05218C20 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextBlock_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ 0x052F8660 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextMelee_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ 0x05309800 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNodeBase{ 0x05209958 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAcquireObject_{ 0x052F4C60 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAvoidThreat_{ 0x052F7FD0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextBlock_{ 0x052F85A0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextBow_{ 0x0530F8B0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextChargingMovement_{ 0x05212CF0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCloseMovement_{ 0x052FA9B0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCover_{ 0x0531B680 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFindAttackLocation_{ 0x052FCEB0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlankingMovement_{ 0x052FECE0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlee_{ 0x053078A0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextGrenade_{ 0x05214CA0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextGun_{ 0x05215CB0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextHide_{ 0x053072F0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMagic_{ 0x053093D0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMelee_{ 0x05309700 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMovementRequest_{ 0x05214590 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextRangedMovement_{ 0x0530F9E0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextSearch_{ 0x05313260 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipDetection_{ 0x05209A80 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipManeuvers_{ 0x0521AD00 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextSpaceshipWeapon_{ 0x0520CED0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextThrow_{ 0x05215F50 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextUsePotion_{ 0x0531B6E0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorEquipContext_{ 0x05218CE0 }; - inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorPowerAllocationSelector_{ 0x0521DA40 }; - inline constexpr REL::Offset CombatBehaviorTreeFindAttackLocation{ 0x05117730 }; - inline constexpr REL::Offset CombatBehaviorTreeFindValidLocation{ 0x05117D88 }; - inline constexpr REL::Offset CombatBehaviorTreeFlankingMovement{ 0x051176C0 }; - inline constexpr REL::Offset CombatBehaviorTreeFlee{ 0x05117810 }; - inline constexpr REL::Offset CombatBehaviorTreeFlight{ 0x05117C50 }; - inline constexpr REL::Offset CombatBehaviorTreeGrenade{ 0x05117D58 }; - inline constexpr REL::Offset CombatBehaviorTreeGun{ 0x05117770 }; - inline constexpr REL::Offset CombatBehaviorTreeHide{ 0x05117960 }; - inline constexpr REL::Offset CombatBehaviorTreeLinkNode{ 0x052F4888 }; - inline constexpr REL::Offset CombatBehaviorTreeLowCombat{ 0x05117688 }; - inline constexpr REL::Offset CombatBehaviorTreeMagic{ 0x05117878 }; - inline constexpr REL::Offset CombatBehaviorTreeMelee{ 0x05117CB8 }; - inline constexpr REL::Offset CombatBehaviorTreeMovement{ 0x05117D20 }; - inline constexpr REL::Offset CombatBehaviorTreeMovementRequest{ 0x051177A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNode{ 0x05209998 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeCondition_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ 0x05308850 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ 0x0531A250 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMovementRequest_bool_CombatBehaviorContextMovementRequest____void____{ 0x052146D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ 0x05218B20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ 0x05307250 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void___OpNot___{ 0x052F7E90 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ 0x05306F70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____GUN_STATE__GUN_STATE___{ 0x05309760 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____float__float___{ 0x05213250 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextSearch_void_CombatBehaviorContextSearch____CombatCoverLocation__std__nullptr_t___{ 0x053127C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____void____{ 0x05213300 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireFurniture_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ 0x052F5060 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireItem_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ 0x052F4D30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorCastChargedSpell_bool_{ 0x053095E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorCastConcentrationSpell_bool_{ 0x05308FE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorChargePast_bool_{ 0x052137D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorCheckRangedTarget__CombatBehaviorArguments_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker____{ 0x0530FF90 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__{ 0x0521D2A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorDynamicSelector_ConditionalChildSelector__float_{ 0x05213930 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorEnableBlackboardFlag_CombatBlackboardFlag_{ 0x053074B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorFindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x05319BE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorFlee_float_{ 0x05306F20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorFollowPath_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatPointer_CombatPath__CombatBehaviorContextAcquireObject____void____{ 0x052F4E70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x0530F280 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ 0x053132C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_float_{ 0x052136D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_NextChildSelector__float_{ 0x0521AD70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_WeightedRandomChildSelector__float_{ 0x0521AE70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorLandNearby_float_{ 0x05307ED0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorLand_float_{ 0x05308930 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorMovementIdle_float_{ 0x052FABA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_CombatBehaviorRepeat__FLAGS_{ 0x053089E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_float_{ 0x0520D0B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorResetResource_BSFixedString_{ 0x052F7420 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchCenter_CombatSearchLocation__PRIORITY_{ 0x05313560 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchInvestigateFromCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x05312480 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchLocation_CombatSearchLocation__PRIORITY_{ 0x05313480 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchWander_CombatSearchLocation__PRIORITY_{ 0x05313640 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearch_CombatSearchLocation__PRIORITY_{ 0x053133B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorWaitBehindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x0531A0C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorWatchTarget_float_{ 0x052FE490 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_{ 0x052143E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorChangeResourcePriority_BSFixedString_CombatBehaviorResource__PRIORITY_{ 0x0530FDA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__CombatBehaviorArguments_float_bool_bool__{ 0x0530F560 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorFaceAngle_float_bool_{ 0x053070D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x05216730 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___float_{ 0x052184B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardData_CombatBlackboardKey_AITimeStamp__CombatBehaviorExpression_CombatBehaviorFunc_AITimeStamp___void____{ 0x052FD550 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardFlag_CombatBlackboardFlag_bool_{ 0x05213590 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorSpawnParallel_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatInventory_unsignedint_CombatInventory____void____CombatBehaviorParallel__FLAGS_{ 0x052185E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_{ 0x05213AE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject3_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_CombatBehaviorAcquireResource__FLAGS_{ 0x052F4BC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject3_CombatBehaviorAnimate_CombatAnimation__ANIM_int_bool_{ 0x052134C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject3_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_bool_{ 0x05213C00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAOEAttack_{ 0x05213140 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireFurniture_{ 0x052F5140 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireItem_{ 0x052F4E10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireOptimalRange_{ 0x0530FAB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireResource_{ 0x05214470 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAdjustRange_{ 0x0530FD40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAdvance_{ 0x05213880 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAnimate_{ 0x05213530 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorApproachPowerAllocation_{ 0x0521D820 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttackFromCover_{ 0x0531A300 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttackLow_{ 0x05308C30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttackPowerAllocation_{ 0x0521DB00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttack_{ 0x05309950 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAvoidThreatCover_{ 0x052F7130 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAvoidThreat_{ 0x052F73C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBackoff_{ 0x052109C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBash_{ 0x052F8780 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlindFireFromCover_{ 0x0531A1F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlockAttack_{ 0x052F8820 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlockThreat_{ 0x052F8230 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlock_{ 0x052F82E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBowAttack_{ 0x0530F760 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastChargedSpell_{ 0x053090B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastConcentrationSpell_{ 0x05309040 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastImmediateSpell_{ 0x05309640 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeCoverDirection_{ 0x0531A360 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeCoverPosition_{ 0x05319A50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeCoverStance_{ 0x05319990 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeResourcePriority_{ 0x053100C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChargePast_{ 0x05213020 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChase_{ 0x052FE1D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCheckUnreachableTarget_{ 0x0530ACF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_ConditionalChildSelector__{ 0x0520CE50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_IndexChildSelector__{ 0x05215A00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_RandomChanceChildSelector__{ 0x05210F30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_ValueChildSelector__{ 0x05218AB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCircleDistant_{ 0x052FACC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCircle_{ 0x05210DA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorCrouch_CombatBehaviorCheckRangedTarget__{ 0x0530FF00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorCheckRangedTarget__{ 0x05310320 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__{ 0x0521D210 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverAdvance_{ 0x05319820 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverFlank_{ 0x05319760 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverPairedRush_{ 0x053196A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverRush_{ 0x053198E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDistract_{ 0x052FEF50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDiveBomb_{ 0x05308790 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDodgeThreat_{ 0x052F71F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDynamicConditionalNode_{ 0x05218DA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDynamicSelector_ConditionalChildSelector__{ 0x052139B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEnableBlackboardFlag_{ 0x05307530 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEquipObject_{ 0x052F5360 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEquipRangedWeapon_{ 0x052F54E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEquipSpell_{ 0x052F5420 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEvadeThreatJump_{ 0x052F8170 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEvadeThreat_{ 0x052F80B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFaceAngle_{ 0x05307130 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackSelector_NextChildSelector__{ 0x0520CD70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackSelector_RandomChanceChildSelector__{ 0x0531A420 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackSelector_WeightedRandomChildSelector__{ 0x053083D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackToRanged_{ 0x052FAA80 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallback_{ 0x05210CF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindAllyAttackLocation_{ 0x052FD2C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindAttackLocation_{ 0x052FD130 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindCover_{ 0x05319E50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindHoldPositionAttackLocation_{ 0x052FD3A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindLateralAttackLocation_{ 0x052FD1F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindObject_{ 0x052F4B60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidLocationLargeActor_{ 0x0530A0F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidLocationOnNavmesh_{ 0x0530A340 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidLocation_{ 0x05309E90 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidNavmeshLocation_{ 0x0530A010 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlankDistant_{ 0x052FE430 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlank_{ 0x052FE280 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeThroughDoor_{ 0x05307BA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToAlly_{ 0x05307960 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToCover_{ 0x05307AE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToPlayer_{ 0x05306780 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToSupport_{ 0x05307A20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToUnderground_{ 0x05307450 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlee_{ 0x05307080 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlipDynamicObject_{ 0x05213410 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlyingAttack_{ 0x05308980 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFollowPath_{ 0x052F4F50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorForceFail_{ 0x05213A80 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorForceSuccess_{ 0x053066C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGrenadeFlushTarget_{ 0x05215050 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGrenadeThrowAtGroup_{ 0x05214D60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGrenadeThrow_{ 0x05214F90 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGroundAttack_{ 0x05308620 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunBurstFire_{ 0x05215460 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunFireCharge_{ 0x052152D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunFire_{ 0x052155F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunReloadBehindCover_{ 0x05215110 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunReload_{ 0x052151C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunSuppressiveBurstFire_{ 0x05215520 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunSuppressiveFireCharge_{ 0x05215390 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunSuppressiveFire_{ 0x052156B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorHide_{ 0x053073A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorHover_{ 0x05308580 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorIdle_{ 0x05213720 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorIgnoreFailure_{ 0x052FAB40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ 0x0521ADF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorImmediateFallbackSelector_WeightedRandomChildSelector__{ 0x0521AB50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLandNearby_{ 0x05307DD0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLand_{ 0x05307E80 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLoopFallbackSelector_NextChildSelector__{ 0x05215AF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLoop_{ 0x05319F00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorMaintainOptimalRange_{ 0x0530FB60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorMovementIdle_{ 0x052FAC00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorMovementRequest_{ 0x05214530 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorOrbitDistant_{ 0x05308AC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorOrbit_{ 0x053084B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorParallel_{ 0x0521D350 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorParry_{ 0x052F84B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPause_{ 0x052187C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPerchAttack_{ 0x053086D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPowerAllocationRepeat_{ 0x0521DBC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPrepareDualCast_{ 0x05309580 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorProvideSuppressiveFire_{ 0x0530F910 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPursueTarget_{ 0x05308DD0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorRepeat_{ 0x05209B50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorReposition_{ 0x05210E50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorResetResource_{ 0x052F72B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorRetargetAttack_{ 0x05309C10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorRetreatToCover_{ 0x05218580 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorReturnToCombatArea_{ 0x05309F50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchCenter_{ 0x053135E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchInvestigateDoor_{ 0x05312420 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchInvestigateFromCover_{ 0x05312550 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchLocation_{ 0x05313500 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchTakeCover_{ 0x05313200 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchWander_{ 0x053136C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearch_{ 0x05313420 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSequence_{ 0x0520ACC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSetBlackboardData_{ 0x052FD620 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSetBlackboardFlag_{ 0x05213610 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipAcquire_{ 0x0521BA10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBarrelRoll_{ 0x0521B420 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBoost_{ 0x0521B130 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBreakStalemate_{ 0x0521B710 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBreak_{ 0x0521B1F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipCut_{ 0x0521B2A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipDetection_{ 0x052099D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipDirectAttack_{ 0x0521AAA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipDisengage_{ 0x0521B650 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipFlee_{ 0x05218E10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipLeadTurn_{ 0x0521A920 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipLurk_{ 0x0521A9E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipOrbitCombatArea_{ 0x0521B590 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipOrbitTarget_{ 0x0521BF00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipPass_{ 0x0521A860 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipPursue_{ 0x0521B890 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipScissors_{ 0x0521B080 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipSliceback_{ 0x0521AFC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipSlideDodge_{ 0x0521AF00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipSlideTurn_{ 0x0521B360 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipStationaryTracking_{ 0x0521AC40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipStrafeTurn_{ 0x0521B950 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipStrafe_{ 0x0521B4D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipTargetingModeAutopilot_{ 0x0520AD70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipTurn_{ 0x0521B7D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSideswipe_{ 0x05213BA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpaceshipWeaponBurstFire_{ 0x0520D550 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpaceshipWeaponFire_{ 0x0520D370 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpawnParallel_{ 0x052186B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpecialAttack_{ 0x05309A10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSprintAway_{ 0x052130E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorStalk_{ 0x052FF000 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorStrafe_{ 0x0530FE40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSurround_{ 0x05213670 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorTakeoff_{ 0x05308B70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorThrow_{ 0x05216000 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorTrackTarget_{ 0x053071F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorUsePotion_{ 0x0531B830 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorUseTurret_{ 0x052F5000 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitBehindCover_{ 0x05319FA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForCondition_{ 0x0530F220 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForEvent_CombatNewThreatEvent__{ 0x052F7C60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForEvent_CombatUnreachableTargetAddedEventconst__{ 0x0530AC00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForMovementRequest_{ 0x05214660 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWatchTarget_{ 0x052FE320 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWithdraw_{ 0x052131F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAOEAttack_{ 0x05213470 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAcquireOptimalRange_{ 0x0530FBC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAdjustRange_{ 0x0530FEA0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAdvance_{ 0x05213830 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorApproachPowerAllocation_{ 0x0521D890 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttackFromCover_{ 0x0531A190 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttackLow_{ 0x05308CF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttackPowerAllocation_{ 0x0521DB60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttack_{ 0x05309900 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreatCover_{ 0x052F7250 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreat_{ 0x052F7190 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBackoff_{ 0x05210E00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBash_{ 0x052F8880 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlindFireFromCover_{ 0x0531A060 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlockAttack_{ 0x052F8600 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlockThreat_{ 0x052F8330 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlock_{ 0x052F87D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBowAttack_{ 0x0530F710 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCastChargedSpell_{ 0x05309110 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCastConcentrationSpell_{ 0x053092C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCastImmediateSpell_{ 0x05309430 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverDirection_{ 0x0531A3C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverPosition_{ 0x05319AB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverStance_{ 0x053199F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChargePast_{ 0x05212FC0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChase_{ 0x052FE2D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCheckUnreachableTarget_{ 0x0530AC90 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ConditionalChildSelector__{ 0x0520CCF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_IndexChildSelector__{ 0x05215D10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_RandomChanceChildSelector__{ 0x05210EB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ValueChildSelector__{ 0x05218A40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCircleDistant_{ 0x052FAC60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCircle_{ 0x05210D50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorComposite_CombatBehaviorCrouch_CombatBehaviorCheckRangedTarget__{ 0x05310130 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverAdvance_{ 0x05319880 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverFlank_{ 0x053197C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverPairedRush_{ 0x05319700 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverRush_{ 0x05319940 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDistract_{ 0x052FF050 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDiveBomb_{ 0x053085D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDodgeThreat_{ 0x052F8110 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDynamicConditionalNode_{ 0x05218D40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEquipObject_{ 0x052F5300 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEquipRangedWeapon_{ 0x052F5480 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEquipSpell_{ 0x052F53C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreatJump_{ 0x052F7F70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreat_{ 0x052F81D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_NextChildSelector__{ 0x0520D040 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_RandomChanceChildSelector__{ 0x0531A4A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_WeightedRandomChildSelector__{ 0x05308500 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackToRanged_{ 0x052FAA20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallback_{ 0x05210FB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindAllyAttackLocation_{ 0x052FD260 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindAttackLocation_{ 0x052FD0D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindCover_{ 0x05319EB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindHoldPositionAttackLocation_{ 0x052FD330 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindLateralAttackLocation_{ 0x052FD190 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindObject_{ 0x052F4CD0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationLargeActor_{ 0x0530A080 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationOnNavmesh_{ 0x0530A2D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocation_{ 0x05309E30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidNavmeshLocation_{ 0x05309FB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlankDistant_{ 0x052FE220 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlank_{ 0x052FEFB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeThroughDoor_{ 0x05307B40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToAlly_{ 0x05307900 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToCover_{ 0x05307A80 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToPlayer_{ 0x05306720 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToSupport_{ 0x053079C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToUnderground_{ 0x053073F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlee_{ 0x05307030 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlipDynamicObject_{ 0x052133B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlyingAttack_{ 0x05308730 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorForceFail_{ 0x05213A30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorForceSuccess_{ 0x05306660 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeFlushTarget_{ 0x05214FF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrowAtGroup_{ 0x052150B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrow_{ 0x05214D00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGroundAttack_{ 0x05308450 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunBurstFire_{ 0x05215710 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunFireCharge_{ 0x05215590 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunFire_{ 0x05215B70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunReloadBehindCover_{ 0x05215400 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunReload_{ 0x05215170 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveBurstFire_{ 0x052154C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFireCharge_{ 0x05215330 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFire_{ 0x05215650 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorHide_{ 0x05307350 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorHover_{ 0x05308680 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorIgnoreFailure_{ 0x052FAAE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ 0x052F8030 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorLand_{ 0x05307E30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorLoopFallbackSelector_NextChildSelector__{ 0x05215A70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorLoop_{ 0x05319F50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorMaintainOptimalRange_{ 0x0530F980 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorMovementRequest_{ 0x052144D0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorOrbitDistant_{ 0x05308BD0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorOrbit_{ 0x05308B20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorParallel_{ 0x0521D6C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorParry_{ 0x052F8290 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPause_{ 0x05218BD0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPerchAttack_{ 0x053087F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPowerAllocationRepeat_{ 0x0521DC20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPrepareDualCast_{ 0x053096A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorProvideSuppressiveFire_{ 0x0530FA50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPursueTarget_{ 0x05308C90 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorRepeat_{ 0x05209A30 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorReposition_{ 0x05213770 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorRetargetAttack_{ 0x05309BB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorReturnToCombatArea_{ 0x05309EF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSearchInvestigateDoor_{ 0x053123C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSearchTakeCover_{ 0x053131A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSequence_{ 0x0520AD20 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipAcquire_{ 0x0521B9B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBarrelRoll_{ 0x0521B3C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBoost_{ 0x0521B0E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBreakStalemate_{ 0x0521B6B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBreak_{ 0x0521B480 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipCut_{ 0x0521B250 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipDetection_{ 0x05209AF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipDirectAttack_{ 0x0521AA40 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipDisengage_{ 0x0521B8F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipFlee_{ 0x05219010 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipLeadTurn_{ 0x0521A8C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipLurk_{ 0x0521ACB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitCombatArea_{ 0x0521B530 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitTarget_{ 0x0521B5F0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipPass_{ 0x0521AB00 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipPursue_{ 0x0521B830 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipScissors_{ 0x0521B300 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipSliceback_{ 0x0521AF60 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideDodge_{ 0x0521B190 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideTurn_{ 0x0521A980 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipStationaryTracking_{ 0x0521ABE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafeTurn_{ 0x0521B020 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafe_{ 0x0521B770 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipTargetingModeAutopilot_{ 0x0520ADE0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipTurn_{ 0x0521BA70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSideswipe_{ 0x05213B50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponBurstFire_{ 0x0520D310 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponFire_{ 0x0520CDF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSpecialAttack_{ 0x053099B0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSprintAway_{ 0x05213080 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorStalk_{ 0x052FED50 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorStrafe_{ 0x0530FB10 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSurround_{ 0x052138E0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorTakeoff_{ 0x05308A70 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorThrow_{ 0x05215FB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorTrackTarget_{ 0x05307190 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorUsePotion_{ 0x0531B890 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorUseTurret_{ 0x052F4FB0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitBehindCover_{ 0x0531A000 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForCondition_{ 0x0530F1C0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatNewThreatEvent__{ 0x052F7BF0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatUnreachableTargetAddedEventconst__{ 0x0530AB80 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForMovementRequest_{ 0x05214600 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWithdraw_{ 0x052131A0 }; - inline constexpr REL::Offset CombatBehaviorTreeNodeUpdateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_bool_CombatBehaviorContextSearch____void___OpNot___{ 0x05312880 }; - inline constexpr REL::Offset CombatBehaviorTreePlayerShipCombat{ 0x05117B38 }; - inline constexpr REL::Offset CombatBehaviorTreeRangedMovement{ 0x05117990 }; - inline constexpr REL::Offset CombatBehaviorTreeRetreatClose{ 0x05117AA0 }; - inline constexpr REL::Offset CombatBehaviorTreeRetreatRanged{ 0x05117840 }; - inline constexpr REL::Offset CombatBehaviorTreeReturnToCombatArea{ 0x05117610 }; - inline constexpr REL::Offset CombatBehaviorTreeRootNode{ 0x052F48C0 }; - inline constexpr REL::Offset CombatBehaviorTreeSearch{ 0x051175E0 }; - inline constexpr REL::Offset CombatBehaviorTreeShipAction{ 0x051179C8 }; - inline constexpr REL::Offset CombatBehaviorTreeShipActionEquipmentSelector{ 0x05117560 }; - inline constexpr REL::Offset CombatBehaviorTreeShipCombat{ 0x05117B78 }; - inline constexpr REL::Offset CombatBehaviorTreeShipDetection{ 0x05117BE0 }; - inline constexpr REL::Offset CombatBehaviorTreeShipFlee{ 0x05117C80 }; - inline constexpr REL::Offset CombatBehaviorTreeShipManeuvers{ 0x051174E8 }; - inline constexpr REL::Offset CombatBehaviorTreeShipMovement{ 0x05117CE8 }; - inline constexpr REL::Offset CombatBehaviorTreeShipPowerAllocation{ 0x051178A8 }; - inline constexpr REL::Offset CombatBehaviorTreeSpaceshipWeapon{ 0x05117C18 }; - inline constexpr REL::Offset CombatBehaviorTreeTargetingMode{ 0x05117E40 }; - inline constexpr REL::Offset CombatBehaviorTreeThrow{ 0x05117E78 }; - inline constexpr REL::Offset CombatBehaviorTreeUseCover{ 0x05117650 }; - inline constexpr REL::Offset CombatBehaviorTreeUsePotion{ 0x051175A8 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x05211550 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x0521BD40 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ 0x05310500 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void____{ 0x05318E10 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorContextMagic__CASTING_TYPE_{ 0x05309170 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ 0x05308260 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpNotEquals___OpOr___{ 0x0530F400 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void___bool_OpEquals___{ 0x052F49D0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatInventory_float_CombatInventory____void___float_OpGreaterThan___{ 0x0530EF30 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpOr___{ 0x0530F0B0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void___OpNot__CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ 0x053103C0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot__CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorFunc2_float___TESObjectREFRconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__float_OpLessThan___OpAnd___{ 0x05308E30 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x0530F000 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x0521D160 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_unsignedchar___CombatInventoryItemconst__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ 0x052F51E0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____bool__bool___{ 0x052107B0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void____{ 0x05308340 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ 0x053081D0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ 0x052F76C0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextBlock_bool_CombatBehaviorContextBlock____void____{ 0x052F8500 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____void____{ 0x05210860 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ 0x05210910 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ 0x05318C30 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_CombatBehaviorContextGun__ATTACK_TYPE_CombatBehaviorContextGun____void____{ 0x05215220 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_CombatBehaviorContextMagic__CASTING_TYPE_CombatBehaviorContextMagic____void____{ 0x05309320 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_SpaceManeuverTypes_CombatBehaviorContextShipManeuvers____void____{ 0x0521BDF0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ 0x0521BFD0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____void____{ 0x0520D100 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatInventoryItem__TYPE_CombatBehaviorEquipContext____void____{ 0x05218980 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_CombatBehaviorPowerAllocationSelector____void____{ 0x0521D970 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatGroup_bool_CombatGroup____void____{ 0x05308D40 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ 0x0521D470 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker__OpNot___{ 0x0530F630 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatController_bool_CombatController____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef__OpNot___{ 0x0521D500 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___OpNot___{ 0x0530F340 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void___OpNot___{ 0x05218810 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ 0x0521D3B0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_TESObjectREFR_bool_TESObjectREFR____void___OpNot___{ 0x0521D600 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_{ 0x0521D8F0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatInventoryItem__TYPE_{ 0x05218710 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatWeaponType_{ 0x05218770 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_SpaceManeuverTypes_{ 0x0521BEB0 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_bool_{ 0x0521C078 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_int_{ 0x05210778 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNode_float_{ 0x05211600 }; - inline constexpr REL::Offset CombatBehaviorTreeValueNode_unsignedint_{ 0x0520D2D0 }; - inline constexpr REL::Offset CombatBehaviorTreeWrapperNode{ 0x0520D5B8 }; - inline constexpr REL::Offset CombatBehaviorWaitBehindCover{ 0x0531AF98 }; - inline constexpr REL::Offset CombatBlackboardKey_AITimeStamp_{ 0x050C9CB0 }; - inline constexpr REL::Offset CombatBlackboardKey_AITimer_{ 0x050C9928 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTHashMap_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTTuple3_AITimeStamp_NiPoint3_NiPoint3__BSTDefaultScatterTable__{ 0x050C9AD0 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTHashMap_unsignedint_AITimer_BSTDefaultScatterTable__{ 0x050A2E20 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050C9D50 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050A1C00 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTTuple_AITimeStamp_float__{ 0x050C9A80 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTTuple_AITimer_unsignedint__{ 0x050A1700 }; - inline constexpr REL::Offset CombatBlackboardKey_BSTTuple_TESObjectREFR_AITimeStamp__{ 0x050C9960 }; - inline constexpr REL::Offset CombatBlackboardKey_CombatPointer_CombatCoverLocation__{ 0x050C9850 }; - inline constexpr REL::Offset CombatBlackboardKey_CombatPointer_CombatMeleeAttackController__{ 0x050C9CF0 }; - inline constexpr REL::Offset CombatBlackboardKey_CombatSuppressiveFireBehavior_{ 0x050A2190 }; - inline constexpr REL::Offset CombatBlackboardKey_unsignedint_{ 0x050A2DE8 }; - inline constexpr REL::Offset CombatBlackboardMemberBase{ 0x050C9A40 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_AITimeStamp_{ 0x051270E0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_AITimer_{ 0x05127080 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTHashMap_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTTuple3_AITimeStamp_NiPoint3_NiPoint3__BSTDefaultScatterTable__{ 0x050C9BB0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTHashMap_unsignedint_AITimer_BSTDefaultScatterTable__{ 0x05126D30 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152__BSTScatterTableDefaultHashPolicy__{ 0x05126C60 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050A1CC0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTTuple_AITimeStamp_float__{ 0x05126F30 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTTuple_AITimer_unsignedint__{ 0x050A1750 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTTuple_TESObjectREFR_AITimeStamp__{ 0x050C99C0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_CombatPointer_CombatCoverLocation__{ 0x050C98B0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_CombatPointer_CombatMeleeAttackController__{ 0x05126EB0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_CombatSuppressiveFireBehavior_{ 0x050A21E0 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_unsignedint_{ 0x05126E60 }; - inline constexpr REL::Offset CombatBlackboardMember_CombatStaticBlackboardMemberBase_AITimer_{ 0x05126DC0 }; - inline constexpr REL::Offset CombatChangePositionPathController{ 0x0531B640 }; - inline constexpr REL::Offset CombatChargingSearchData{ 0x05214098 }; - inline constexpr REL::Offset CombatCluster{ 0x052EEDE0 }; - inline constexpr REL::Offset CombatCoverBehaviorInterface{ 0x0531AFD0 }; - inline constexpr REL::Offset CombatCoverLocation{ 0x052EEC00 }; - inline constexpr REL::Offset CombatCoverLocation__CombatCoverLocationFunctorBase{ 0x052EEB40 }; - inline constexpr REL::Offset CombatCoverLocation__CombatCoverLocationFunctor__lambda_fcccd54a39c89b0808bb4732949593a3__{ 0x052EE9F0 }; - inline constexpr REL::Offset CombatCoverSearch{ 0x052EEC60 }; - inline constexpr REL::Offset CombatCoverSearchDebugData{ 0x052EEBC8 }; - inline constexpr REL::Offset CombatCoverSearchResult{ 0x052EEC30 }; - inline constexpr REL::Offset CombatCoveredPath{ 0x05209ED0 }; - inline constexpr REL::Offset CombatCoveredPathDebugData{ 0x0521FFC8 }; - inline constexpr REL::Offset CombatDialogueDebugData{ 0x052EED20 }; - inline constexpr REL::Offset CombatDisableActionController{ 0x0530B300 }; - inline constexpr REL::Offset CombatDisableAimController{ 0x052EE7F0 }; - inline constexpr REL::Offset CombatDisableCollisionController{ 0x0530B338 }; - inline constexpr REL::Offset CombatEncounterBIEvents__CombatEnounterMetricsManager{ 0x052A5D20 }; - inline constexpr REL::Offset CombatEncounterMetrics{ 0x052A5BB0 }; - inline constexpr REL::Offset CombatEnterCoverPathController{ 0x052EEB00 }; - inline constexpr REL::Offset CombatFlankingSearchData{ 0x05301FA8 }; - inline constexpr REL::Offset CombatFleeAimController{ 0x05306628 }; - inline constexpr REL::Offset CombatFollowTargetPathController{ 0x05322B60 }; - inline constexpr REL::Offset CombatFormObject{ 0x052EEF70 }; - inline constexpr REL::Offset CombatGroupDetectionListener{ 0x052EEDA8 }; - inline constexpr REL::Offset CombatInceptionDebugData{ 0x052EECF0 }; - inline constexpr REL::Offset CombatInterface{ 0x0520A0D8 }; - inline constexpr REL::Offset CombatInterfaceT_CombatCoverBehaviorInterface_{ 0x0531B040 }; - inline constexpr REL::Offset CombatInterfaceT_CombatSuppressiveFireRequestInterface_{ 0x05209F70 }; - inline constexpr REL::Offset CombatInventoryItem{ 0x052EEEB8 }; - inline constexpr REL::Offset CombatInventoryItemComposite{ 0x052EF028 }; - inline constexpr REL::Offset CombatInventoryItemGrenade{ 0x052EF0F8 }; - inline constexpr REL::Offset CombatInventoryItemMagic{ 0x052EF130 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor_{ 0x052EF7D0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem_{ 0x052EF920 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon_{ 0x052EFC20 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak_{ 0x052F0BB0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash_{ 0x052EF160 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm_{ 0x052F0380 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility_{ 0x052F0670 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight_{ 0x052F0910 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive_{ 0x052F0CF0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze_{ 0x052EF620 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate_{ 0x052EFDE0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore_{ 0x052F1350 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript_{ 0x052EF390 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger_{ 0x052F0600 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon_{ 0x052F0FF0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect_{ 0x052EFEB0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard_{ 0x052F1510 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor_{ 0x052F01C0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem_{ 0x052EF840 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon_{ 0x052EFB40 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak_{ 0x052F0AD0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash_{ 0x052EF240 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm_{ 0x052F02A0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility_{ 0x052F07C0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight_{ 0x052F0A60 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive_{ 0x052F0E30 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze_{ 0x052EF540 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate_{ 0x052EFD00 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore_{ 0x052F1270 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript_{ 0x052EF4D0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger_{ 0x052F0520 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon_{ 0x052F1130 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect_{ 0x052F0000 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard_{ 0x052F1430 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor_{ 0x052F0150 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem_{ 0x052EF9F0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon_{ 0x052EFAD0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak_{ 0x052F0C80 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash_{ 0x052EF1D0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm_{ 0x052F0230 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility_{ 0x052F0750 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight_{ 0x052F09F0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive_{ 0x052F0DC0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze_{ 0x052EF6F0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate_{ 0x052EFC90 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore_{ 0x052F1200 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript_{ 0x052EF460 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger_{ 0x052F04B0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon_{ 0x052F10C0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect_{ 0x052EFF90 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard_{ 0x052F13C0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor_{ 0x052EF760 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem_{ 0x052EF8B0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon_{ 0x052EFBB0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak_{ 0x052F0B40 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash_{ 0x052EF2B0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm_{ 0x052F0310 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility_{ 0x052F0830 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight_{ 0x052F08A0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive_{ 0x052F0EA0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze_{ 0x052EF5B0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate_{ 0x052EFD70 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore_{ 0x052F12E0 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript_{ 0x052EF320 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger_{ 0x052F0590 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon_{ 0x052F0F80 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect_{ 0x052F0070 }; - inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard_{ 0x052F14A0 }; - inline constexpr REL::Offset CombatInventoryItemMelee{ 0x052EEFF8 }; - inline constexpr REL::Offset CombatInventoryItemOneHandedBlock{ 0x052EF090 }; - inline constexpr REL::Offset CombatInventoryItemPotion{ 0x052F1848 }; - inline constexpr REL::Offset CombatInventoryItemRanged{ 0x052EEFC8 }; - inline constexpr REL::Offset CombatInventoryItemScroll{ 0x052F1970 }; - inline constexpr REL::Offset CombatInventoryItemShield{ 0x052EF0C8 }; - inline constexpr REL::Offset CombatInventoryItemStaff{ 0x052F1878 }; - inline constexpr REL::Offset CombatInventoryItemThrown{ 0x052EEF98 }; - inline constexpr REL::Offset CombatInventoryItemTorch{ 0x052EF060 }; - inline constexpr REL::Offset CombatMagicCaster{ 0x052F18A8 }; - inline constexpr REL::Offset CombatMagicCasterArmor{ 0x052F16E0 }; - inline constexpr REL::Offset CombatMagicCasterBoundItem{ 0x052F1710 }; - inline constexpr REL::Offset CombatMagicCasterChameleon{ 0x052F1748 }; - inline constexpr REL::Offset CombatMagicCasterCloak{ 0x052F1648 }; - inline constexpr REL::Offset CombatMagicCasterDash{ 0x052F1780 }; - inline constexpr REL::Offset CombatMagicCasterDisarm{ 0x052F1678 }; - inline constexpr REL::Offset CombatMagicCasterInvisibility{ 0x052F15E0 }; - inline constexpr REL::Offset CombatMagicCasterLight{ 0x052F1618 }; - inline constexpr REL::Offset CombatMagicCasterOffensive{ 0x052F18D0 }; - inline constexpr REL::Offset CombatMagicCasterParalyze{ 0x052F17E0 }; - inline constexpr REL::Offset CombatMagicCasterReanimate{ 0x052F1810 }; - inline constexpr REL::Offset CombatMagicCasterRestore{ 0x052F1A00 }; - inline constexpr REL::Offset CombatMagicCasterScript{ 0x052F17B0 }; - inline constexpr REL::Offset CombatMagicCasterStagger{ 0x052F19A0 }; - inline constexpr REL::Offset CombatMagicCasterSummon{ 0x052F19D0 }; - inline constexpr REL::Offset CombatMagicCasterTargetEffect{ 0x052F16A8 }; - inline constexpr REL::Offset CombatMagicCasterWard{ 0x052F1A30 }; - inline constexpr REL::Offset CombatMagicItemData{ 0x052F1940 }; - inline constexpr REL::Offset CombatMagicItemSkillChecker{ 0x052F1908 }; - inline constexpr REL::Offset CombatMaintainDistancePathController{ 0x0520AE88 }; - inline constexpr REL::Offset CombatMantlePathController{ 0x052EEAC8 }; - inline constexpr REL::Offset CombatMatchTargetAimController{ 0x052EE828 }; - inline constexpr REL::Offset CombatMathUtilities__ShapeCollection{ 0x05220058 }; - inline constexpr REL::Offset CombatMeleeAimController{ 0x052EE928 }; - inline constexpr REL::Offset CombatMeleeAttackController{ 0x05309CA0 }; - inline constexpr REL::Offset CombatMeleeDebugData{ 0x05309C70 }; - inline constexpr REL::Offset CombatMovementRequest{ 0x05214780 }; - inline constexpr REL::Offset CombatMovementRequestActivateTarget{ 0x052147E8 }; - inline constexpr REL::Offset CombatMovementRequestFollowActor{ 0x052147B0 }; - inline constexpr REL::Offset CombatNavmeshCoverLocation{ 0x052EEB90 }; - inline constexpr REL::Offset CombatNavmeshPathingDebugData{ 0x05220280 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F65A0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05211CB0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521DD70 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05301D20 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FC560 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x052175F0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05319430 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F2C50 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530D990 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x053016D0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FDF10 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05305EC0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05305BB0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531DA60 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x053171E0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531CCE0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA930 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E720 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05316750 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x053120B0 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520B840 }; - inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x052127C0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F66D0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F6750 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05211B20 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ 0x052119E0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ 0x0521FC30 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521DF10 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0521E120 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05301E00 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ 0x05300970 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FC6A0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FC720 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05217440 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05217210 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05319310 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x053194B0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3FA0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F3090 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530ECD0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530DBC0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x05301800 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05301880 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FDA90 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ 0x052FE0B0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05305FE0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05304B90 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05305720 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05305B10 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531D940 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531DE60 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05316CF0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05317130 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531CBB0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531BCB0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA4F0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F9270 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E860 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530E8E0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05316870 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05316C50 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05311C00 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05312010 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520BBA0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0520B4B0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ 0x052124D0 }; - inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212610 }; - inline constexpr REL::Offset CombatObject{ 0x0520A008 }; - inline constexpr REL::Offset CombatObjectBase{ 0x0520A100 }; - inline constexpr REL::Offset CombatObjectT_CombatFormObject_CombatObjectSaveLoadManager_BGSSaveFormBuffer_BGSLoadFormBuffer_{ 0x052EEEF0 }; - inline constexpr REL::Offset CombatObjectT_CombatObject_CombatObjectSaveLoadManager_BGSSaveGameBuffer_BGSLoadGameBuffer_{ 0x0520A030 }; - inline constexpr REL::Offset CombatObjectT_CombatSharedObject_CombatObjectSharedSaveLoadManager_BGSSaveGameBuffer_BGSLoadGameBuffer_{ 0x05214830 }; - inline constexpr REL::Offset CombatPath{ 0x0520A0B0 }; - inline constexpr REL::Offset CombatPathBuilder{ 0x0520AA50 }; - inline constexpr REL::Offset CombatPathBuilderCovered{ 0x05220140 }; - inline constexpr REL::Offset CombatPathBuilderNavmesh{ 0x0520B198 }; - inline constexpr REL::Offset CombatPathBuilderNavmeshOpen{ 0x05211F20 }; - inline constexpr REL::Offset CombatPathBuilderNavmeshStandard{ 0x0520AF08 }; - inline constexpr REL::Offset CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter{ 0x052202C0 }; - inline constexpr REL::Offset CombatPathBuilderOpen_CombatPathBuilderNavmesh_{ 0x05211ED0 }; - inline constexpr REL::Offset CombatPathBuilderOpen_CombatPathBuilderSpace_{ 0x05211220 }; - inline constexpr REL::Offset CombatPathBuilderOpen_CombatPathBuilderSpatialGraph_{ 0x05211080 }; - inline constexpr REL::Offset CombatPathBuilderPolicy{ 0x05209E08 }; - inline constexpr REL::Offset CombatPathBuilderPolicyOpen{ 0x05211510 }; - inline constexpr REL::Offset CombatPathBuilderPolicyStandard{ 0x05209DD0 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderNavmesh_CombatPathBuilderPolicyOpen_{ 0x05211E50 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderNavmesh_CombatPathBuilderPolicyStandard_{ 0x0520B120 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderNavmesh_CombatPathBuilderPolicy_{ 0x052200D0 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpace_CombatPathBuilderPolicyOpen_{ 0x052111B0 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpace_CombatPathBuilderPolicyStandard_{ 0x0520B380 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpatialGraph_CombatPathBuilderPolicyOpen_{ 0x05211000 }; - inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpatialGraph_CombatPathBuilderPolicyStandard_{ 0x0520B300 }; - inline constexpr REL::Offset CombatPathBuilderSpace{ 0x0520B3F8 }; - inline constexpr REL::Offset CombatPathBuilderSpaceOpen{ 0x05211268 }; - inline constexpr REL::Offset CombatPathBuilderSpaceStandard{ 0x0520B428 }; - inline constexpr REL::Offset CombatPathBuilderSpatialGraph{ 0x0520B1C8 }; - inline constexpr REL::Offset CombatPathBuilderSpatialGraphOpen{ 0x052110D0 }; - inline constexpr REL::Offset CombatPathBuilderSpatialGraphStandard{ 0x0520B0D8 }; - inline constexpr REL::Offset CombatPathBuilderStandard_CombatPathBuilderNavmesh_{ 0x0520AF40 }; - inline constexpr REL::Offset CombatPathBuilderStandard_CombatPathBuilderSpace_{ 0x0520B460 }; - inline constexpr REL::Offset CombatPathBuilderStandard_CombatPathBuilderSpatialGraph_{ 0x0520B2A0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F7830 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521E6D0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FD970 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FC300 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216430 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05318EB0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530E4C0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FE920 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05306E80 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306AD0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05311B60 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531CA60 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA210 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530A590 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312BF0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x053129F0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05211110 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x052113E0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3CD0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FE4F0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531EC50 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520B040 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F7490 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521E3B0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FE750 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD410 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216300 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05318D70 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530A3B0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FE580 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05306B60 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306C00 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05312C90 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531C950 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA320 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530A230 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312D30 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05312B60 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05211480 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05211700 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3E20 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FE620 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531EB30 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520AA80 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F7530 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521E310 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FE7E0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD4B0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216390 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05318F50 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530A450 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FE880 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05306DE0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306C90 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05311AB0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531C8B0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA3B0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530A4F0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312DD0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05312950 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x052112A0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05211340 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3D70 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FE6B0 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531EA90 }; - inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520B200 }; - inline constexpr REL::Offset CombatPathBuilderTrackInfo{ 0x0520D5F0 }; - inline constexpr REL::Offset CombatPathBuilderTracker{ 0x0520D628 }; - inline constexpr REL::Offset CombatPathController{ 0x05209CD8 }; - inline constexpr REL::Offset CombatPathDestination{ 0x05209E68 }; - inline constexpr REL::Offset CombatPathDestinationAcquire{ 0x0521C338 }; - inline constexpr REL::Offset CombatPathDestinationActor{ 0x052140C8 }; - inline constexpr REL::Offset CombatPathDestinationBarrelRoll{ 0x0521C950 }; - inline constexpr REL::Offset CombatPathDestinationBreak{ 0x0521C758 }; - inline constexpr REL::Offset CombatPathDestinationDirectlyToTarget{ 0x0520AE48 }; - inline constexpr REL::Offset CombatPathDestinationDisengage{ 0x0521C1A0 }; - inline constexpr REL::Offset CombatPathDestinationEvade{ 0x0521CAD8 }; - inline constexpr REL::Offset CombatPathDestinationFlee{ 0x05219060 }; - inline constexpr REL::Offset CombatPathDestinationFollowActor{ 0x0531B980 }; - inline constexpr REL::Offset CombatPathDestinationLeadTurn{ 0x0521CAA0 }; - inline constexpr REL::Offset CombatPathDestinationLocation{ 0x05209E98 }; - inline constexpr REL::Offset CombatPathDestinationLocations{ 0x05322788 }; - inline constexpr REL::Offset CombatPathDestinationNone{ 0x05216568 }; - inline constexpr REL::Offset CombatPathDestinationOrbitLocation{ 0x0521C718 }; - inline constexpr REL::Offset CombatPathDestinationOrbitRef{ 0x0521C3E0 }; - inline constexpr REL::Offset CombatPathDestinationPursue{ 0x0521C540 }; - inline constexpr REL::Offset CombatPathDestinationRef{ 0x05209E38 }; - inline constexpr REL::Offset CombatPathDestinationRefs{ 0x05322C00 }; - inline constexpr REL::Offset CombatPathDestinationRemainNear{ 0x0521C5F0 }; - inline constexpr REL::Offset CombatPathDestinationSlideDodge{ 0x0521C300 }; - inline constexpr REL::Offset CombatPathDestinationSlideTurn{ 0x0521C988 }; - inline constexpr REL::Offset CombatPathDestinationStrafe{ 0x0521C490 }; - inline constexpr REL::Offset CombatPathDestinationStrafeTurn{ 0x0521C130 }; - inline constexpr REL::Offset CombatPathMovementMessage{ 0x0531B9B8 }; - inline constexpr REL::Offset CombatPathMovementMessageEvent_CombatPathTeleportEvent_{ 0x0531B9F0 }; - inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyAction_{ 0x053206C0 }; - inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyHover_{ 0x05320A00 }; - inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyLand_{ 0x0531FFB0 }; - inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyOrbit_{ 0x05320260 }; - inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFly_{ 0x05321720 }; - inline constexpr REL::Offset CombatPathRequestCovered{ 0x0521FF60 }; - inline constexpr REL::Offset CombatPathRequestFlight{ 0x05321678 }; - inline constexpr REL::Offset CombatPathRequestFlyingAttack{ 0x05320710 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F7B70 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05213C70 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FEC60 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD680 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216960 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531B1F0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3C40 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530AE20 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x053020A0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x05302730 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05307CC0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306390 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531E650 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x053137F0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FADF0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530B0F0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05317540 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05317BC0 }; - inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212EA0 }; - inline constexpr REL::Offset CombatPathRequestHover{ 0x053208F0 }; - inline constexpr REL::Offset CombatPathRequestLanding{ 0x05320000 }; - inline constexpr REL::Offset CombatPathRequestMultiGoal{ 0x05322A30 }; - inline constexpr REL::Offset CombatPathRequestOrbit{ 0x05320138 }; - inline constexpr REL::Offset CombatPathRequestRotatePath{ 0x05320BE0 }; - inline constexpr REL::Offset CombatPathRequestStandard{ 0x0520AB18 }; - inline constexpr REL::Offset CombatPathRequestStraightPath{ 0x05320D98 }; - inline constexpr REL::Offset CombatPathRequestWeightedMultiGoal{ 0x05322380 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestAdapter_{ 0x05321770 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestCovered_{ 0x0521FF10 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ 0x052F7950 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ 0x05213CF0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ 0x052FEA40 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ 0x052FD710 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ 0x052164D0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ 0x0531B3F0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F3BA0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ 0x0530A7F0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ 0x05302350 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ 0x05302530 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ 0x05307740 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ 0x05306190 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x0531E850 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ 0x05313030 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ 0x052FA0B0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ 0x0530B180 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ 0x05317320 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ 0x05317990 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ 0x05212F20 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestMultiGoal_{ 0x053227C0 }; - inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestStandard_{ 0x0520AC70 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521E4C0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor_{ 0x053204D0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05321850 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef_{ 0x05321410 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x053207E0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F79F0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213D80 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x052FEAE0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FCF20 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052165A0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531B330 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F3AD0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530A890 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053023F0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x053025C0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053077E0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05306220 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x0531E790 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x053130D0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052FA150 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530AF40 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053173C0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05317A20 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05212A80 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320990 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x053200C0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x053228A0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x053224F0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x053201E0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05320D20 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521BB60 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x05219FB0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05321BF0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x052194D0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x052198A0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520ABF0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521A0C0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x05219220 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05218F00 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x052195E0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05322080 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521A530 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521A7E0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x05219A40 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05321D80 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521A2F0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x05219D00 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x05219330 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x05219E10 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521A640 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05320EE0 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05322300 }; - inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05321180 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521FB80 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ 0x053213A0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x053216B0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ 0x05321480 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05320650 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F7AB0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213F90 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x052FEBA0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FD840 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05216240 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531B270 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F38A0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530AD60 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05301FE0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x05302680 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05307C00 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053062E0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x0531E6D0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05313720 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F9FF0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05309D70 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05317480 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05317B10 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05212DE0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320920 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x0531FF40 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05322A70 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x05322570 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x05320170 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05320C20 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521C800 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x0521C370 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05321AF0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x0521CBC0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x0521C790 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520A940 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521C1E0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x0521CB10 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05219090 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x0521CA30 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05322210 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521C6A0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521C420 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x0521C580 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05321DF0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521C630 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x0521C290 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x0521C9C0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x0521C0C0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521C4D0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05320DD0 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05322280 }; - inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05321070 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521FCB0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor_{ 0x053205C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05321950 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef_{ 0x053214F0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05320860 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F7DB0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x052129B0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x052FEE70 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FCDD0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05216880 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531B490 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F3EC0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530A710 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05302270 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x05302880 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05307660 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053064E0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x0531E8E0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05312F50 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052FAD20 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530B220 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05317690 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053178C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05212C10 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320A50 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x0531FEB0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x053229A0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x053225E0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x053202B0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05321A60 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521BAC0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x05219F20 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05321CF0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x05219440 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x05219810 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520AB50 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521A030 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x05219190 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05218E70 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x05219550 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05322180 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521A490 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521A750 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x052199B0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05321E60 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521A260 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x05219C70 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x052196F0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x0521A1D0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x05219B50 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05320FE0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x053223C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05321280 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521E440 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor_{ 0x05320450 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x053217C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef_{ 0x05321580 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05320750 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F7CE0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213E40 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x052FEDA0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FCFF0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05216660 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531B570 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F39F0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530A630 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053021A0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x053027B0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05307590 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05306410 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x0531E9C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05312E70 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F9F20 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530B010 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053175C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053177F0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05212B40 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320AE0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x05320030 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05322810 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x05322670 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x05320340 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05320C90 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x05219780 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x05219BE0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05321B60 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x05219100 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x05219920 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520A9C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521A140 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x052192A0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05218F80 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x05219660 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05321FF0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521A5B0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521A400 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x05219AC0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05321EF0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521A370 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x05219D80 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x052193B0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x05219E90 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521A6C0 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05320E50 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05322460 }; - inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x053210F0 }; - inline constexpr REL::Offset CombatPathingDebugData{ 0x05220250 }; - inline constexpr REL::Offset CombatPathingDelayedTweener{ 0x05322B98 }; - inline constexpr REL::Offset CombatPathingGoalPolicy{ 0x0520BCC0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyAvoidThreat{ 0x052F7768 }; - inline constexpr REL::Offset CombatPathingGoalPolicyCharge{ 0x05211D28 }; - inline constexpr REL::Offset CombatPathingGoalPolicyCovered{ 0x0521FBF0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyDistract{ 0x05301CB0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFindAttackLocation{ 0x052FC240 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFindCover{ 0x052160D0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFindFlankCover{ 0x05318FF0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFindTargetLocation{ 0x05211D60 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFindValidLocation{ 0x0530ED50 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFlank{ 0x052FD900 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFlankDistant{ 0x052FDFF0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFlee{ 0x05306DA8 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFleeUnderground{ 0x05305E80 }; - inline constexpr REL::Offset CombatPathingGoalPolicyFollow{ 0x0531ED68 }; - inline constexpr REL::Offset CombatPathingGoalPolicyInvestigateLocation{ 0x05316AB0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyLocation{ 0x0520BD60 }; - inline constexpr REL::Offset CombatPathingGoalPolicyMultiGoal{ 0x0531CB78 }; - inline constexpr REL::Offset CombatPathingGoalPolicyRetreat{ 0x052FA568 }; - inline constexpr REL::Offset CombatPathingGoalPolicyReturnToCombatArea{ 0x0530E400 }; - inline constexpr REL::Offset CombatPathingGoalPolicySearch{ 0x05311A78 }; - inline constexpr REL::Offset CombatPathingGoalPolicySearchWander{ 0x05312380 }; - inline constexpr REL::Offset CombatPathingGoalPolicyStandard{ 0x0520BCF0 }; - inline constexpr REL::Offset CombatPathingGoalPolicyWithdraw{ 0x052128B8 }; - inline constexpr REL::Offset CombatPathingRequest{ 0x05209C70 }; - inline constexpr REL::Offset CombatPathingRequestAdapter{ 0x0531D900 }; - inline constexpr REL::Offset CombatPathingRequestBuilder{ 0x050B0D28 }; - inline constexpr REL::Offset CombatPathingRequestCovered{ 0x0521FF90 }; - inline constexpr REL::Offset CombatPathingRequestData{ 0x052203E8 }; - inline constexpr REL::Offset CombatPathingRequestDebugData{ 0x0531D890 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F5540 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05213F10 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FE9C0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD7B0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216800 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531B160 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3960 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530AEB0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x05302120 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x053024B0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05307D40 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x053065B0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531E5D0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05313880 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FAF20 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x05309CE0 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05317770 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05317C40 }; - inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212D60 }; - inline constexpr REL::Offset CombatPathingRequestMultiGoal{ 0x0531D8C8 }; - inline constexpr REL::Offset CombatPathingRequestStandard{ 0x05209CA0 }; - inline constexpr REL::Offset CombatPathingSearch{ 0x0520AF90 }; - inline constexpr REL::Offset CombatPathingSearchArea{ 0x05220098 }; - inline constexpr REL::Offset CombatPathingSearchPolicy{ 0x0520BB68 }; - inline constexpr REL::Offset CombatPathingSearchPolicyCharge{ 0x05211DA0 }; - inline constexpr REL::Offset CombatPathingSearchPolicyCovered{ 0x0521FED8 }; - inline constexpr REL::Offset CombatPathingSearchPolicyDistract{ 0x05301CE8 }; - inline constexpr REL::Offset CombatPathingSearchPolicyFlank{ 0x052FD938 }; - inline constexpr REL::Offset CombatPathingSearchPolicyStandard{ 0x0520BD28 }; - inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge_{ 0x05211790 }; - inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract_{ 0x05301DA0 }; - inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank_{ 0x052FDF90 }; - inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard_{ 0x0520BA90 }; - inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw_{ 0x05212280 }; - inline constexpr REL::Offset CombatPathingSearchPolicyWithdraw{ 0x052128F0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F77B0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F6860 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05211DE0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ 0x052117F0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ 0x0521FE60 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521E5D0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0521DCD0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05301B90 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ 0x05300A80 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FC280 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FC840 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216110 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05217670 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05319160 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05319390 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F40D0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F2BA0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530ED90 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530D660 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FE030 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x053019A0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FDC20 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ 0x052FDD30 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05305CD0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05305F40 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x053058B0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05305C30 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531ECF0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531DD50 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05316EA0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05317270 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531CB00 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531BBA0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA5A0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FA620 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E440 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530EA20 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x053121D0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x053167D0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05311DA0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05312130 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520BAF0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0520B9F0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ 0x052122E0 }; - inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212930 }; - inline constexpr REL::Offset CombatPathingTweener{ 0x05322BD0 }; - inline constexpr REL::Offset CombatPositionReservation{ 0x05220340 }; - inline constexpr REL::Offset CombatPositionTracker{ 0x05220310 }; - inline constexpr REL::Offset CombatProjectileAimController{ 0x052EE7B8 }; - inline constexpr REL::Offset CombatProjectileDebugData{ 0x052EE860 }; - inline constexpr REL::Offset CombatQueuedEvent{ 0x052CB1F8 }; - inline constexpr REL::Offset CombatQueuedEventT_CombatAnimationEvent_{ 0x052C7810 }; - inline constexpr REL::Offset CombatRangedMovementPathSpeedController{ 0x05218470 }; - inline constexpr REL::Offset CombatReservation{ 0x0521CC70 }; - inline constexpr REL::Offset CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString__{ 0x0521BBE0 }; - inline constexpr REL::Offset CombatSearchLockData{ 0x05317AD8 }; - inline constexpr REL::Offset CombatSearchMap{ 0x0520E818 }; - inline constexpr REL::Offset CombatSearchMap2D{ 0x0520E730 }; - inline constexpr REL::Offset CombatSearchMap3D{ 0x0520E578 }; - inline constexpr REL::Offset CombatSearchMap3DSearchPolicy{ 0x0520DB38 }; - inline constexpr REL::Offset CombatSharedObject{ 0x052148B8 }; - inline constexpr REL::Offset CombatSharedPathT_CombatCoveredPath_{ 0x05209EF8 }; - inline constexpr REL::Offset CombatSharedPathT_CombatPath_{ 0x05209F38 }; - inline constexpr REL::Offset CombatShipGenericPathController{ 0x0521C918 }; - inline constexpr REL::Offset CombatShipPursueTargetPathController{ 0x0521C250 }; - inline constexpr REL::Offset CombatSoftCoverLocation{ 0x052EECC0 }; - inline constexpr REL::Offset CombatSpatialGraphPathingDebugData{ 0x05220370 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F6A50 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatSpatialGraphSearchLocationKey_{ 0x0520F8A0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0521F1A0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatSpatialGraphSearchLocationKey_{ 0x053004E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FCA40 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05216ED0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05317E50 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F33D0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530C6E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x053012F0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatSpatialGraphSearchLocationKey_{ 0x053010C0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05303A40 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05304C30 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531E1A0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05315560 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531BFF0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F9500 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530DF10 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05316470 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05315EE0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0520CC40 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatSpatialGraphSearchLocation_{ 0x0520F1E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterFindNeighbors_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatSpatialGraphSearchLocationKey__CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x0520FA00 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterFindNeighbors_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatSpatialGraphSearchLocationKey__CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x053002E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterFindNeighbors_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatSpatialGraphSearchLocationKey__CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x05300F10 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoalLocation_CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation__CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520CB10 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoalLocation_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation__CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F31D0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoalLocation_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation__CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531E2E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F6B00 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatSpatialGraphSearchLocationKey_{ 0x0520F950 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0521F0F0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatSpatialGraphSearchLocationKey_{ 0x05300230 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FCB00 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05216F80 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05318070 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F3310 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530CBE0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FFCB0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatSpatialGraphSearchLocationKey_{ 0x05301170 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05303B00 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05304CE0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531E0F0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05315330 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531BF40 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F95B0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530DCE0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05314D70 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05315CD0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatSpatialGraphSearchLocation_{ 0x0520F290 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F6FB0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x0520F4C0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521F060 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x053007F0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FB2E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05217030 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05317FE0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3140 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530CCA0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FFD60 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x05301040 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x053038C0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05305180 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531E250 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x053153F0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531C190 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052F9380 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530DDA0 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05314E20 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05315D80 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520C780 }; - inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x0520F340 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F78D0 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05211F60 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521E650 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05301920 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FC3A0 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05216050 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05319030 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4150 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530E990 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FE150 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FDA10 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05305E00 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306D30 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531EBD0 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05316A20 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531C9E0 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA2A0 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E560 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312300 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05311A00 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520AFC0 }; - inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212840 }; - inline constexpr REL::Offset CombatStandardCoverLocation{ 0x052EEC88 }; - inline constexpr REL::Offset CombatStaticBlackboardMemberBase{ 0x05126E20 }; - inline constexpr REL::Offset CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextMelee_CombatBehaviorContextBase__AITimer_{ 0x05117440 }; - inline constexpr REL::Offset CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextRangedMovement_CombatBehaviorContextBase__AITimer_{ 0x05118110 }; - inline constexpr REL::Offset CombatStaticBlackboard_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextCover_CombatBehaviorContextBase__{ 0x0531AC80 }; - inline constexpr REL::Offset CombatStaticBlackboard_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextGrenade_CombatBehaviorContextBase__{ 0x052148F0 }; - inline constexpr REL::Offset CombatSuppressiveFireBehavior{ 0x052203B0 }; - inline constexpr REL::Offset CombatSuppressiveFireRequestInterface{ 0x05209FC8 }; - inline constexpr REL::Offset CombatTargetLocation{ 0x052F41D8 }; - inline constexpr REL::Offset CombatTargetLocationSearch{ 0x052F4240 }; - inline constexpr REL::Offset CombatTargetLocationSearchResult{ 0x052F4208 }; - inline constexpr REL::Offset CombatTargetSelector{ 0x052F42E8 }; - inline constexpr REL::Offset CombatTargetSelectorFixed{ 0x052F43C8 }; - inline constexpr REL::Offset CombatTargetSelectorPreferred{ 0x052F4278 }; - inline constexpr REL::Offset CombatTargetSelectorRandom{ 0x052F4390 }; - inline constexpr REL::Offset CombatTargetSelectorSpaceship{ 0x052F4318 }; - inline constexpr REL::Offset CombatTargetSelectorStandard{ 0x052F42B0 }; - inline constexpr REL::Offset CombatTargetSelectorWorkshopObject{ 0x052F4350 }; - inline constexpr REL::Offset CombatThreat{ 0x052F44A8 }; - inline constexpr REL::Offset CombatThreatExplosion{ 0x052F4478 }; - inline constexpr REL::Offset CombatThreatLOF{ 0x052F4420 }; - inline constexpr REL::Offset CombatThreatMelee{ 0x052F43F8 }; - inline constexpr REL::Offset CombatThreatProjectile{ 0x052F4448 }; - inline constexpr REL::Offset CombatTrackTargetAimController{ 0x052EE8F0 }; - inline constexpr REL::Offset CombatTunnelPathController{ 0x05220450 }; - inline constexpr REL::Offset CombatTunnelPathingRequestData{ 0x05220418 }; - inline constexpr REL::Offset CombatViewController{ 0x052204C0 }; - inline constexpr REL::Offset CombatViewControllerGlance{ 0x05220520 }; - inline constexpr REL::Offset CombatViewControllerPath{ 0x052204F0 }; - inline constexpr REL::Offset CombatViewControllerStandard{ 0x05220488 }; - inline constexpr REL::Offset CommandEffect{ 0x052A2CB8 }; - inline constexpr REL::Offset CommandSummonedEffect{ 0x052A2CE0 }; - inline constexpr REL::Offset CompactingStore__MoveCallback{ 0x05370300 }; - inline constexpr REL::Offset CompactingStore__NoopMoveCallback{ 0x053702C8 }; - inline constexpr REL::Offset CompressedArchiveFile{ 0x053C7968 }; - inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESFlora_46_21_3_{ 0x050AC400 }; - inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESFurniture_47_22_3_{ 0x050AC450 }; - inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESNPC_50_13_0_{ 0x05127420 }; - inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESObjectARMO_34_1_1_{ 0x05127260 }; - inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESObjectCONT_36_3_3_{ 0x05127470 }; - inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESObjectWEAP_48_12_1_{ 0x050ABB30 }; - inline constexpr REL::Offset ConcreteExplosionFactory_ChainExplosion_1_{ 0x05123C50 }; - inline constexpr REL::Offset ConcreteExplosionFactory_Explosion_0_{ 0x05123C00 }; - inline constexpr REL::Offset ConcreteFormFactoryAcceptsFormID_BGSLocation_117_{ 0x0512AF20 }; - inline constexpr REL::Offset ConcreteFormFactoryAcceptsFormID_TESObjectCELL_73_{ 0x050A9F90 }; - inline constexpr REL::Offset ConcreteFormFactory_ActorValueInfo_109_{ 0x050ABE20 }; - inline constexpr REL::Offset ConcreteFormFactory_AlchemyItem_54_{ 0x05127B50 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAVMData_212_{ 0x050AA028 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAcousticSpace_20_{ 0x0512A770 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAction_7_{ 0x05129E60 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAddonNode_108_{ 0x050AC120 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAffinityEvent_14_{ 0x05128BE0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAimAssistModel_148_{ 0x050AA170 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAimAssistPoseData_177_{ 0x05129960 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAimDownSightModel_153_{ 0x050AB170 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAimModel_147_{ 0x051297F0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAimOpticalSightModel_194_{ 0x050A9C70 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAmbienceSet_195_{ 0x0512AC30 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSArtObject_139_{ 0x050A9F40 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAssociationType_137_{ 0x05129C30 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAtmosphere_173_{ 0x050AABB0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAttractionRule_157_{ 0x050ABED0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSAudioOcclusionPrimitive_21_{ 0x050AA3D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSBendableSpline_60_{ 0x050AB450 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSBiomeMarkerObject_56_{ 0x050AA5E0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSBiome_160_{ 0x05129D30 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSBodyPartData_107_{ 0x0512A0F0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSBoneModifier_184_{ 0x05128380 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSCameraPath_111_{ 0x050AC960 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSCameraShot_110_{ 0x05128D80 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSChallengeForm_214_{ 0x05127B00 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSCloudForm_204_{ 0x05129FA0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSCollisionLayer_143_{ 0x050ACA10 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSColorForm_144_{ 0x05129880 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSConditionForm_188_{ 0x050AAA20 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSConstructibleObject_151_{ 0x0512AC80 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSCurve3DForm_33_{ 0x050AAB10 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSCurveForm_32_{ 0x05127FE0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSDamageType_11_{ 0x05128A90 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSDebris_102_{ 0x0512A6E0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSDialogueBranch_129_{ 0x050ACE30 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSDualCastData_142_{ 0x0512AFC0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSEffectSequenceForm_201_{ 0x050AACC0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSEquipSlot_134_{ 0x05129190 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSExplosion_101_{ 0x050AB980 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSFogVolumeForm_205_{ 0x050AA9D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSFootstepSet_125_{ 0x0512AD80 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSFootstep_124_{ 0x050AA630 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSForceData_199_{ 0x051292E0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSFormFolderKeywordList_5_{ 0x050A9DA0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSGenericBaseFormTemplate_64_{ 0x0512A5F0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSGenericBaseForm_65_{ 0x05128770 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSGroundCover_168_{ 0x050AA670 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSHazard_59_{ 0x050ABA60 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSHeadPart_15_{ 0x050AA840 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSIdleMarker_55_{ 0x050ACED0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSImpactDataSet_115_{ 0x05129D70 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSImpactData_114_{ 0x050AAAC0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSInstanceNamingRules_154_{ 0x05128C90 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSKeyword_4_{ 0x050ACF70 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLayeredMaterialSwap_198_{ 0x050AA8E0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLegendaryItem_207_{ 0x051283D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLensFlare_162_{ 0x050ABD10 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLevGenericBaseForm_66_{ 0x050AA530 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLevPackIn_52_{ 0x050A9E40 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLevSpaceCell_174_{ 0x05129600 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLightingTemplate_122_{ 0x05129750 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSListForm_105_{ 0x0512A550 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLocationRefType_6_{ 0x0512A280 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSLocation_117_{ 0x050A9B80 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMaterialPathForm_203_{ 0x05128F60 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMaterialType_113_{ 0x050ABBE0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMeleeAimAssistModel_149_{ 0x050AB660 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMessage_118_{ 0x050AB2A8 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMod__Attachment__Mod_152_{ 0x05129910 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMorphableObject_169_{ 0x05129B90 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMovableStatic_44_{ 0x05128090 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMovementType_141_{ 0x05128610 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMusicTrackFormWrapper_130_{ 0x05127F40 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSMusicType_123_{ 0x050AAF80 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSNote_57_{ 0x0512A0B0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSObjectSwap_172_{ 0x0512A810 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSOutfit_138_{ 0x050AB9C8 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPackIn_43_{ 0x0512B2F0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSParticleSystemDefineCollection_208_{ 0x051281D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPerk_106_{ 0x0512AE90 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPhotoModeFeature_210_{ 0x0512A500 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPlanetContentManagerBranchNode_189_{ 0x050AB4A0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPlanetContentManagerContentNode_190_{ 0x050AADA0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPlanetContentManagerTree_183_{ 0x05127E40 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSPlanet__PlanetData_186_{ 0x050AB2F0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSProjectedDecal_26_{ 0x0512A1D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSProjectile_58_{ 0x0512A3D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSReferenceGroup_146_{ 0x050AA930 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSRelationship_135_{ 0x050AD010 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSResearchProjectForm_193_{ 0x050AB7D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSResourceGenerationData_171_{ 0x050AA0D0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSResource_159_{ 0x050ABAF0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSReverbParameters_145_{ 0x0512B070 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSScene_136_{ 0x05128228 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSecondaryDamageList_202_{ 0x050AB1C0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSShaderParticleGeometryData_70_{ 0x050AC740 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSnapBehavior_185_{ 0x050AB400 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSnapTemplateNode_166_{ 0x05128DD0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSnapTemplate_167_{ 0x050AB210 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSoundEcho_19_{ 0x05129AE0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSoundKeywordMapping_155_{ 0x050AC020 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSoundTagSet_158_{ 0x050AB8E0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSpeechChallengeObject_175_{ 0x05128140 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSStaticCollection_42_{ 0x050AA2B0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSStoryManagerBranchNode_126_{ 0x05129380 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSStoryManagerEventNode_128_{ 0x0512AD30 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSStoryManagerQuestNode_127_{ 0x05127C90 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__Block_179_{ 0x050A9CC0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__PatternStyle_197_{ 0x050AB500 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__Pattern_181_{ 0x05129BE0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__Tree_182_{ 0x050A9C20 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTalkingActivator_31_{ 0x05127E90 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTerminalMenu_200_{ 0x05127CE0 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTerminal_62_{ 0x050A9B00 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTextureSet_9_{ 0x05128930 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTimeOfDayData_211_{ 0x050AC800 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTransform_8_{ 0x05128EB8 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSTraversal_170_{ 0x0512A720 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSVoiceType_112_{ 0x05128480 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSVolumetricLighting_178_{ 0x051CE790 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSWeaponBarrelModel_196_{ 0x0512B110 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSWeatherSettingsForm_68_{ 0x0512B250 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSWwiseEventForm_192_{ 0x05127C40 }; - inline constexpr REL::Offset ConcreteFormFactory_BGSWwiseKeywordMapping_206_{ 0x05129240 }; - inline constexpr REL::Offset ConcreteFormFactory_BSGalaxy__BGSStar_191_{ 0x0512AAD0 }; - inline constexpr REL::Offset ConcreteFormFactory_BSGalaxy__BGSSunPresetForm_209_{ 0x050A9E90 }; - inline constexpr REL::Offset ConcreteFormFactory_EffectSetting_23_{ 0x050AA980 }; - inline constexpr REL::Offset ConcreteFormFactory_EnchantmentItem_27_{ 0x05127D90 }; - inline constexpr REL::Offset ConcreteFormFactory_IngredientItem_38_{ 0x050AA200 }; - inline constexpr REL::Offset ConcreteFormFactory_NavMesh_87_{ 0x051296B0 }; - inline constexpr REL::Offset ConcreteFormFactory_Script_24_{ 0x050A9D58 }; - inline constexpr REL::Offset ConcreteFormFactory_ScrollItem_29_{ 0x05128570 }; - inline constexpr REL::Offset ConcreteFormFactory_SpellItem_28_{ 0x05129000 }; - inline constexpr REL::Offset ConcreteFormFactory_TESAmmo_49_{ 0x050AA1B8 }; - inline constexpr REL::Offset ConcreteFormFactory_TESClass_12_{ 0x0512A190 }; - inline constexpr REL::Offset ConcreteFormFactory_TESClimate_69_{ 0x050AA390 }; - inline constexpr REL::Offset ConcreteFormFactory_TESCombatStyle_94_{ 0x05129EA0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm_213_{ 0x050AAE60 }; - inline constexpr REL::Offset ConcreteFormFactory_TESEffectShader_99_{ 0x0512A920 }; - inline constexpr REL::Offset ConcreteFormFactory_TESEyes_16_{ 0x05129E20 }; - inline constexpr REL::Offset ConcreteFormFactory_TESFaction_13_{ 0x050AD0B0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESFlora_46_{ 0x050A9B40 }; - inline constexpr REL::Offset ConcreteFormFactory_TESFurniture_47_{ 0x050AB930 }; - inline constexpr REL::Offset ConcreteFormFactory_TESGlobal_10_{ 0x050AA7B0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESGrass_45_{ 0x051298C8 }; - inline constexpr REL::Offset ConcreteFormFactory_TESIdleForm_92_{ 0x050AD0F0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESImageSpaceModifier_104_{ 0x050AC910 }; - inline constexpr REL::Offset ConcreteFormFactory_TESImageSpace_103_{ 0x050AC300 }; - inline constexpr REL::Offset ConcreteFormFactory_TESKey_53_{ 0x0512B1B0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESLandTexture_25_{ 0x050AC5A0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESLevCharacter_51_{ 0x051282D0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESLevItem_63_{ 0x050AB0D0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESLevSpell_96_{ 0x050AC500 }; - inline constexpr REL::Offset ConcreteFormFactory_TESLoadScreen_95_{ 0x050ACCB0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESNPC_50_{ 0x050AAD60 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectACTI_30_{ 0x050AC640 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectANIO_97_{ 0x0512A9C0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectARMA_116_{ 0x050AA710 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectARMO_34_{ 0x05127310 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectBOOK_35_{ 0x0512A640 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectCELL_73_{ 0x050A9FE0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectCONT_36_{ 0x05127520 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectDOOR_37_{ 0x050AA120 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectLIGH_39_{ 0x050AB260 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectMISC_40_{ 0x051290F0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectSTAT_41_{ 0x050AA420 }; - inline constexpr REL::Offset ConcreteFormFactory_TESObjectWEAP_48_{ 0x050A9D10 }; - inline constexpr REL::Offset ConcreteFormFactory_TESQuest_91_{ 0x0512A4B8 }; - inline constexpr REL::Offset ConcreteFormFactory_TESRace_17_{ 0x050ABC80 }; - inline constexpr REL::Offset ConcreteFormFactory_TESRegion_71_{ 0x0512A478 }; - inline constexpr REL::Offset ConcreteFormFactory_TESShout_133_{ 0x051288F0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESSoulGem_61_{ 0x05128190 }; - inline constexpr REL::Offset ConcreteFormFactory_TESSound_18_{ 0x050ACD50 }; - inline constexpr REL::Offset ConcreteFormFactory_TESTopicInfo_90_{ 0x0512AF70 }; - inline constexpr REL::Offset ConcreteFormFactory_TESTopic_89_{ 0x051287B8 }; - inline constexpr REL::Offset ConcreteFormFactory_TESWaterForm_98_{ 0x05128E70 }; - inline constexpr REL::Offset ConcreteFormFactory_TESWeather_67_{ 0x050AA350 }; - inline constexpr REL::Offset ConcreteFormFactory_TESWordOfPower_132_{ 0x050ACDE0 }; - inline constexpr REL::Offset ConcreteFormFactory_TESWorldSpace_86_{ 0x05129A90 }; - inline constexpr REL::Offset ConcreteObjectFormFactoryAcceptsFormID_BGSLocation_117_72_7_{ 0x050AC6E0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_ActorValueInfo_109_120_4_{ 0x050ABDC0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_AlchemyItem_54_17_2_{ 0x05128660 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAcousticSpace_20_65_8_{ 0x051286B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAction_7_77_0_{ 0x0512A010 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAddonNode_108_41_6_{ 0x05129EF0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAffinityEvent_14_54_5_{ 0x050ABE70 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimAssistModel_148_108_1_{ 0x0512B010 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimAssistPoseData_177_144_1_{ 0x0512A420 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimDownSightModel_153_110_1_{ 0x050AB110 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimModel_147_107_1_{ 0x051297A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimOpticalSightModel_194_111_1_{ 0x0512AB20 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAmbienceSet_195_162_8_{ 0x050AB6B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSArtObject_139_85_6_{ 0x0512AB80 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAssociationType_137_83_5_{ 0x051296F0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAtmosphere_173_136_7_{ 0x050AAB60 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAttractionRule_157_121_4_{ 0x050ABF20 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAudioOcclusionPrimitive_21_180_8_{ 0x051293D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBendableSpline_60_104_4_{ 0x05128C30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBiomeMarkerObject_56_159_3_{ 0x050AA580 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBiome_160_126_7_{ 0x05129CE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBodyPartData_107_40_0_{ 0x050AAFD0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBoneModifier_184_151_5_{ 0x050AAE00 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCameraShot_110_43_6_{ 0x05128D30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSChallengeForm_214_184_4_{ 0x050A9EE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCloudForm_204_172_7_{ 0x0512A690 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCollisionLayer_143_97_4_{ 0x050AC9B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSColorForm_144_99_4_{ 0x05129830 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSConditionForm_188_154_4_{ 0x05129430 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSConstructibleObject_151_64_1_{ 0x05129650 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCurve3DForm_33_143_4_{ 0x050AAED0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCurveForm_32_142_4_{ 0x05127F90 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSDamageType_11_119_4_{ 0x0512A2D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSDebris_102_36_6_{ 0x050AC170 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSDualCastData_142_95_2_{ 0x050AAC00 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSEffectSequenceForm_201_168_6_{ 0x050AAC60 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSEquipSlot_134_82_5_{ 0x05129140 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSExplosion_101_34_6_{ 0x050AC1C0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFogVolumeForm_205_173_7_{ 0x05129C80 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFootstepSet_125_75_6_{ 0x050ACAB0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFootstep_124_74_6_{ 0x050ACA60 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSForceData_199_166_6_{ 0x05129290 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFormFolderKeywordList_5_178_4_{ 0x050AA470 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSGenericBaseFormTemplate_64_127_9_{ 0x0512A590 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSGenericBaseForm_65_128_9_{ 0x05128710 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSGroundCover_168_130_7_{ 0x05128B30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSHazard_59_93_6_{ 0x050ABA10 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSHeadPart_15_52_5_{ 0x050AA7F0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSIdleMarker_55_30_4_{ 0x050ACE80 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSImpactDataSet_115_45_6_{ 0x050ACB10 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSImpactData_114_44_6_{ 0x050AAA70 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSInstanceNamingRules_154_116_4_{ 0x05129490 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSKeyword_4_71_4_{ 0x050ACF20 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLayeredMaterialSwap_198_165_4_{ 0x050AA880 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLegendaryItem_207_175_1_{ 0x0512AA10 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLensFlare_162_123_6_{ 0x0512AED0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLevGenericBaseForm_66_137_9_{ 0x050AA4D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLevPackIn_52_102_4_{ 0x050A9DF0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLevSpaceCell_174_139_4_{ 0x051295A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLightingTemplate_122_88_7_{ 0x05129F40 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSListForm_105_38_4_{ 0x050ACB70 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLocationRefType_6_73_7_{ 0x0512A220 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMaterialPathForm_203_170_4_{ 0x05128F00 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMaterialType_113_76_6_{ 0x05128970 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMeleeAimAssistModel_149_109_1_{ 0x050AB600 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMessage_118_63_4_{ 0x050ACBC0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMod__Attachment__Mod_152_113_1_{ 0x05128420 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMorphableObject_169_129_5_{ 0x05129B30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMovableStatic_44_42_3_{ 0x05128030 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMovementType_141_92_5_{ 0x051285B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMusicTrackFormWrapper_130_78_8_{ 0x05127EE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMusicType_123_69_8_{ 0x050AAF30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSNote_57_55_1_{ 0x050ACD90 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSObjectSwap_172_135_7_{ 0x0512A7C0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSOutfit_138_84_1_{ 0x051284D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPackIn_43_101_3_{ 0x050AC260 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSParticleSystemDefineCollection_208_177_6_{ 0x0512ADD0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPerk_106_39_0_{ 0x0512AE40 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPhotoModeFeature_210_181_4_{ 0x05129040 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPlanetContentManagerTree_183_150_7_{ 0x05127DE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPlanet__PlanetData_186_153_7_{ 0x050AB340 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSProjectedDecal_26_171_3_{ 0x050AB710 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSProjectile_58_32_6_{ 0x0512A380 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSRelationship_135_81_5_{ 0x050ACFB0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSResearchProjectForm_193_161_1_{ 0x05129DC0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSResourceGenerationData_171_134_7_{ 0x050AA070 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSResource_159_125_7_{ 0x050ABAA0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSReverbParameters_145_100_8_{ 0x05128A30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSecondaryDamageList_202_169_4_{ 0x050AB770 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSShaderParticleGeometryData_70_89_6_{ 0x050AC7A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSnapBehavior_185_152_4_{ 0x050AB3A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSnapTemplateNode_166_132_4_{ 0x0512A320 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSnapTemplate_167_133_4_{ 0x0512A860 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSoundEcho_19_138_8_{ 0x050AC0D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSoundKeywordMapping_155_117_8_{ 0x050AC070 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSoundTagSet_158_122_8_{ 0x050AB880 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSpeechChallengeObject_175_140_5_{ 0x051280E0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSStaticCollection_42_70_3_{ 0x050AA250 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSStoryManagerEventNode_128_94_5_{ 0x0512ACD0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__Block_179_146_7_{ 0x051294F0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__PatternStyle_197_164_7_{ 0x050AB5A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__Pattern_181_148_7_{ 0x050ABD60 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__Tree_182_149_7_{ 0x050A9BC0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTalkingActivator_31_33_0_{ 0x05128320 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTerminalMenu_200_167_7_{ 0x050AB820 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTerminal_62_118_3_{ 0x050A9AB0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTextureSet_9_35_4_{ 0x050ACC10 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTimeOfDayData_211_182_7_{ 0x050AC850 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTransform_8_115_4_{ 0x050ABCC0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTraversal_170_131_4_{ 0x05127B90 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSVoiceType_112_48_5_{ 0x0512A060 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSVolumetricLighting_178_145_6_{ 0x051CE7E0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWeaponBarrelModel_196_163_1_{ 0x0512ABD0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWeatherSettingsForm_68_176_7_{ 0x0512B1F0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWwiseEventForm_192_158_8_{ 0x05127BE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWwiseKeywordMapping_206_174_8_{ 0x051291E0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BSGalaxy__BGSStar_191_155_7_{ 0x0512AA70 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_BSGalaxy__BGSSunPresetForm_209_179_7_{ 0x051289D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_EffectSetting_23_68_2_{ 0x05128850 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_EnchantmentItem_27_16_2_{ 0x05127D30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_IngredientItem_38_5_1_{ 0x0512B160 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_Script_24_67_10_{ 0x05129550 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_ScrollItem_29_98_10_{ 0x05128520 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_SpellItem_28_15_2_{ 0x05128FB0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESAmmo_49_20_1_{ 0x050AC350 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESClass_12_49_5_{ 0x0512A140 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESClimate_69_57_7_{ 0x050AB550 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESCombatStyle_94_25_0_{ 0x050AC3A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESEffectShader_99_31_6_{ 0x0512A8C0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESEyes_16_51_10_{ 0x050AD060 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESFaction_13_53_5_{ 0x05128B90 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESFlora_46_21_3_{ 0x05128800 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESFurniture_47_22_3_{ 0x050ABF80 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESGlobal_10_59_4_{ 0x050AA760 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESGrass_45_9_3_{ 0x050AC4B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESImageSpaceModifier_104_61_6_{ 0x050AC8B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESImageSpace_103_60_6_{ 0x050AC2B0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESKey_53_19_1_{ 0x05128AE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESLandTexture_25_24_7_{ 0x050AC540 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESLevCharacter_51_14_0_{ 0x05128270 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESLevItem_63_18_1_{ 0x050AB080 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESLevSpell_96_27_2_{ 0x05129330 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESLoadScreen_95_26_4_{ 0x050ACC60 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESNPC_50_13_0_{ 0x050AAD10 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectACTI_30_0_3_{ 0x050AC5F0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectANIO_97_28_4_{ 0x0512A970 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectARMA_116_58_1_{ 0x050AA6C0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectARMO_34_1_1_{ 0x051272C0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectBOOK_35_2_1_{ 0x050AC210 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectCONT_36_3_3_{ 0x051274D0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectDOOR_37_4_3_{ 0x050AC690 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectLIGH_39_6_3_{ 0x050ABFD0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectMISC_40_7_1_{ 0x051290A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectSTAT_41_8_3_{ 0x050AB030 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectWEAP_48_12_1_{ 0x050ABB90 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESQuest_91_46_5_{ 0x0512B0C0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESRace_17_50_5_{ 0x050ABC30 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESShout_133_80_10_{ 0x051288A0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESSoulGem_61_96_10_{ 0x05128CE0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESSound_18_23_8_{ 0x050ACD00 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESWaterForm_98_29_7_{ 0x05128E20 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESWeather_67_56_7_{ 0x050AA300 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESWordOfPower_132_79_10_{ 0x051299E0 }; - inline constexpr REL::Offset ConcreteObjectFormFactory_TESWorldSpace_86_183_3_{ 0x05129A40 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffectGeometryDecal_3_{ 0x050DED10 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffectSPG_6_{ 0x050DEDC0 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffectScreenSpaceDecal_2_{ 0x050DEF50 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_1_{ 0x050DEF00 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_4_{ 0x050DEC90 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_5_{ 0x050DEEB0 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_7_{ 0x050DEE60 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_BSTerrainEffect_0_{ 0x050DED70 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_ModelReferenceEffect_9_{ 0x050DEE10 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_ReferenceEffect_8_{ 0x050DF000 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_ShaderReferenceEffect_10_{ 0x050DEFB0 }; - inline constexpr REL::Offset ConcreteTempEffectFactory_SummonPlacementEffect_11_{ 0x050DF050 }; - inline constexpr REL::Offset ConditionVariable{ 0x0536CC48 }; - inline constexpr REL::Offset ConeProjectile{ 0x0520E970 }; - inline constexpr REL::Offset ConfigurableLODData_3_2_{ 0x051C0B50 }; - inline constexpr REL::Offset ConfigurableLODData_3_3_{ 0x05167228 }; - inline constexpr REL::Offset ConfigurableLODData_4_2_{ 0x051C0B88 }; - inline constexpr REL::Offset ConfigurableLODData_4_4_{ 0x051671F0 }; - inline constexpr REL::Offset ConnectionTypeCallback{ 0x0529DCF0 }; - inline constexpr REL::Offset Console{ 0x05323C50 }; - inline constexpr REL::Offset ConsoleData{ 0x05091D50 }; - inline constexpr REL::Offset ConsoleLog{ 0x05323D88 }; - inline constexpr REL::Offset ConsoleNativeUIMenu{ 0x05323F50 }; - inline constexpr REL::Offset ContainerMenu{ 0x053261F8 }; - inline constexpr REL::Offset ContainerMenuDataModel{ 0x05233068 }; - inline constexpr REL::Offset ContainerMenuDataModel__ContainerMenuEventShuttle{ 0x05233020 }; - inline constexpr REL::Offset ContainerMenu_CloseMenu{ 0x05326190 }; - inline constexpr REL::Offset ContainerMenu_HideModel{ 0x05325DE8 }; - inline constexpr REL::Offset ContainerMenu_Jettison{ 0x05326160 }; - inline constexpr REL::Offset ContainerMenu_LoadModel{ 0x05325DB8 }; - inline constexpr REL::Offset ContainerMenu_OpenRefuelMenu{ 0x05325E18 }; - inline constexpr REL::Offset ContainerMenu_SetMouseOverModel{ 0x053261C0 }; - inline constexpr REL::Offset ContainerMenu_TakeAll{ 0x05325D88 }; - inline constexpr REL::Offset ContainerMenu_ToggleEquip{ 0x05325CC0 }; - inline constexpr REL::Offset ContainerMenu_TransferAllResources{ 0x05325CF0 }; - inline constexpr REL::Offset ContainerMenu_TransferItem{ 0x05325C88 }; - inline constexpr REL::Offset ControlMapDataModel{ 0x0539F6F8 }; - inline constexpr REL::Offset ControllerInternalState{ 0x053B5B58 }; - inline constexpr REL::Offset ConvertBoneToVar{ 0x0536D548 }; - inline constexpr REL::Offset ConvertBoneToVarInstance{ 0x0536D570 }; - inline constexpr REL::Offset CopyBoneWeights{ 0x0536DF58 }; - inline constexpr REL::Offset CopyBoneWeightsInstance{ 0x0536DF28 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSOrbitalDataComponent_{ 0x050C92E0 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSOrbitedDataComponent_{ 0x050C7C30 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSStarDataComponent_{ 0x050C84A0 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface__BGSBlockCellHeighGridComponent_{ 0x050A4970 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_{ 0x051B8F80 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_{ 0x051B99F0 }; - inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface____WaterHeightComponent_{ 0x051BA0E0 }; - inline constexpr REL::Offset CraftingBenchUtils__ActivatingBenchParams{ 0x05090E38 }; - inline constexpr REL::Offset CraftingInfoCardDataModel{ 0x0523FDB8 }; - inline constexpr REL::Offset CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle{ 0x0523FD60 }; - inline constexpr REL::Offset CraftingMenuCommon{ 0x05235E28 }; - inline constexpr REL::Offset CraftingMenu_CraftItem{ 0x05235C40 }; - inline constexpr REL::Offset CraftingMenu_ExitBench{ 0x052359F0 }; - inline constexpr REL::Offset CraftingMenu_Highlight3D{ 0x0529C830 }; - inline constexpr REL::Offset CraftingMenu_InstallMod{ 0x05235C70 }; - inline constexpr REL::Offset CraftingMenu_RenameItem{ 0x05235F30 }; - inline constexpr REL::Offset CraftingMenu_RevertHighlight{ 0x0529C7C8 }; - inline constexpr REL::Offset CraftingMenu_RevertedModdedItem{ 0x05235EF8 }; - inline constexpr REL::Offset CraftingMenu_SelectedMod{ 0x05235D48 }; - inline constexpr REL::Offset CraftingMenu_SelectedModSlot{ 0x05235D10 }; - inline constexpr REL::Offset CraftingMenu_SelectedModdableItem{ 0x05235DB0 }; - inline constexpr REL::Offset CraftingMenu_SelectedRecipe{ 0x05235CD8 }; - inline constexpr REL::Offset CraftingMenu_SetInspectControls{ 0x05235A20 }; - inline constexpr REL::Offset CraftingMenu_ToggleTracking{ 0x05235CA0 }; - inline constexpr REL::Offset CraftingMenu_ViewingModdableItem{ 0x05235D78 }; - inline constexpr REL::Offset CraftingRecipesDataModel{ 0x0523FBA0 }; - inline constexpr REL::Offset CraftingRecipesDataModel__CraftingRecipesEventShuttle{ 0x0523FB50 }; - inline constexpr REL::Offset CraftingRequirementsDataModel{ 0x052354F8 }; - inline constexpr REL::Offset CraftingRequirementsDataModel__CraftingRequirementsEventShuttle{ 0x052354A0 }; - inline constexpr REL::Offset CreateNavigationGridTask{ 0x0518F8F8 }; - inline constexpr REL::Offset CreationRendererPrivate__AddProbeBorderRenderPass{ 0x053ED070 }; - inline constexpr REL::Offset CreationRendererPrivate__AddScatteringOrderRenderPass{ 0x053F8B80 }; - inline constexpr REL::Offset CreationRendererPrivate__AllocateSkinningBuffersRenderPass{ 0x05401D50 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Buffer_{ 0x053ED480 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Texture_{ 0x053ED510 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArray{ 0x053EDE70 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12{ 0x053EE390 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator{ 0x053F9930 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12{ 0x053F9CD0 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArray{ 0x053EDED0 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12{ 0x053EE3F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout{ 0x053FE250 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12{ 0x053FE2B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution{ 0x053F2A90 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout{ 0x053FE190 }; - inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12{ 0x053FE1F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ArtValidationRenderPass{ 0x053FE310 }; - inline constexpr REL::Offset CreationRendererPrivate__AtmosphericScatteringRenderGraphBase{ 0x053F8640 }; - inline constexpr REL::Offset CreationRendererPrivate__AtmosphericScatteringRenderPass{ 0x053F86A0 }; - inline constexpr REL::Offset CreationRendererPrivate__BRDFIntegrationRenderPass{ 0x053E3E50 }; - inline constexpr REL::Offset CreationRendererPrivate__BakeSHBasisRenderPass{ 0x053E3EF0 }; - inline constexpr REL::Offset CreationRendererPrivate__BaseParticleComputeLightingRenderPass{ 0x053E6430 }; - inline constexpr REL::Offset CreationRendererPrivate__BaseParticlesRenderPass{ 0x053FE080 }; - inline constexpr REL::Offset CreationRendererPrivate__BinkMovieDrawRenderPass{ 0x053E0C30 }; - inline constexpr REL::Offset CreationRendererPrivate__BinkMovieSubgraphRenderPass{ 0x053E0C80 }; - inline constexpr REL::Offset CreationRendererPrivate__BinkUpdatePlanesRenderPass{ 0x053E0E90 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendAllReflectionProbesRenderPass{ 0x054009A0 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendProbeRayRenderPass{ 0x053ED0C0 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendReflectionProbeRenderPass{ 0x05400AB0 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendedDecalRenderPass{ 0x054029C0 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendedDecal_OptionalRenderPass{ 0x05402A10 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass{ 0x05402960 }; - inline constexpr REL::Offset CreationRendererPrivate__BlendedDecalsRenderPass{ 0x053F16D0 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass{ 0x053F7220 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurHeightfieldVerticalRenderPass{ 0x053F7280 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurSpaceGlareRenderPass{ 0x053F28E0 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass{ 0x053FBE90 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass{ 0x053FBE30 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurredMipChain_idTech7RenderPass{ 0x053FE560 }; - inline constexpr REL::Offset CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass{ 0x053FE500 }; - inline constexpr REL::Offset CreationRendererPrivate__BruteForceRaymarchingRenderPass{ 0x053F8310 }; - inline constexpr REL::Offset CreationRendererPrivate__BufferReadbackRenderPass{ 0x053FE5B0 }; - inline constexpr REL::Offset CreationRendererPrivate__BuildAccelerationStructureRenderPass{ 0x053FE600 }; - inline constexpr REL::Offset CreationRendererPrivate__CRBeginFrameRenderGraph{ 0x053F1630 }; - inline constexpr REL::Offset CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue{ 0x053E9E00 }; - inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesGeometryRenderPass{ 0x053FE700 }; - inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass{ 0x053FE750 }; - inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass{ 0x053FE7B0 }; - inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesPrepareRenderPass{ 0x053FE660 }; - inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesRenderPass{ 0x053FE6B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ChargenMorphService{ 0x053FB660 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass{ 0x05400FA0 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearFallbackCubemapRenderPass{ 0x053E3EA0 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearRenderGraphOutputRenderPass{ 0x053F1680 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearShadowMapGroupRenderPass{ 0x053F0CA0 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearShadowMapsRenderPass{ 0x053F0CF0 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass{ 0x053F2560 }; - inline constexpr REL::Offset CreationRendererPrivate__ClearThinDeferredGBufferRenderPass{ 0x05400C20 }; - inline constexpr REL::Offset CreationRendererPrivate__CloudCardsRenderPass{ 0x053FE860 }; - inline constexpr REL::Offset CreationRendererPrivate__CloudLayersRenderPass{ 0x053FEA10 }; - inline constexpr REL::Offset CreationRendererPrivate__CloudsHalfResCompositeRenderPass{ 0x053FE9C0 }; - inline constexpr REL::Offset CreationRendererPrivate__CloudsRenderPass{ 0x053FE8A8 }; - inline constexpr REL::Offset CreationRendererPrivate__ColorGradingMergeRenderPass{ 0x053FDD30 }; - inline constexpr REL::Offset CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass{ 0x053ED3D0 }; - inline constexpr REL::Offset CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass{ 0x053ED320 }; - inline constexpr REL::Offset CreationRendererPrivate__CompositeMomentBasedOITRenderPass{ 0x053ED380 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeLightInfluenceRenderPass{ 0x053FFDC0 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass{ 0x053F86F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass{ 0x053F8750 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeSHCoefRenderPass{ 0x053E3F40 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeScatterRadianceRenderPass{ 0x053F8AE0 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeScatteringOrderRenderPass{ 0x053F8B30 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass{ 0x053F2730 }; - inline constexpr REL::Offset CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass{ 0x053F27E0 }; - inline constexpr REL::Offset CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass{ 0x053E29D0 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyAtmosScatteringRenderPass{ 0x053F2680 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass{ 0x053F26D0 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass{ 0x053F8C90 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass{ 0x053F8BD0 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyLightInfluenceRenderPass{ 0x053FFE60 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyRenderPass{ 0x053F1770 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass{ 0x053FECA0 }; - inline constexpr REL::Offset CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass{ 0x053FD380 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass{ 0x053F1570 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyToRenderGraphOutputRenderPass{ 0x053F1720 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass{ 0x053F1420 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass{ 0x053FB860 }; - inline constexpr REL::Offset CreationRendererPrivate__CopyWithShaderRenderPass{ 0x053F17B0 }; - inline constexpr REL::Offset CreationRendererPrivate__CubemapBackgroundRenderPass{ 0x053FEA60 }; - inline constexpr REL::Offset CreationRendererPrivate__DeDitherRenderPass{ 0x053FEAB0 }; - inline constexpr REL::Offset CreationRendererPrivate__DeferredCompositeRenderPass{ 0x053FEB00 }; - inline constexpr REL::Offset CreationRendererPrivate__DeferredGBufferOptionalRenderPass{ 0x053FEB50 }; - inline constexpr REL::Offset CreationRendererPrivate__DeferredGBufferRenderPass{ 0x053FEBA0 }; - inline constexpr REL::Offset CreationRendererPrivate__DeferredGBufferTranslucentRenderPass{ 0x053FEBF0 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthDownsampleRenderPass{ 0x053FEC50 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthGraphRenderPass{ 0x053FED00 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthMVFixupRenderPass{ 0x053FBC10 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthMVFixupStandardRenderPass{ 0x053FBC60 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldBlurRenderPass{ 0x05403F60 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass{ 0x05403EB0 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldCoCRenderPass{ 0x05404000 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldCompositeRenderPass{ 0x05404050 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldDownsampleRenderPass{ 0x054040A0 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass{ 0x05403F00 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass{ 0x054040F0 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldSubGraph{ 0x053FED50 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldTAARenderPass{ 0x05404140 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldTapBlurRenderPass{ 0x05403FB0 }; - inline constexpr REL::Offset CreationRendererPrivate__DepthPrepassRenderPass{ 0x053FEDA0 }; - inline constexpr REL::Offset CreationRendererPrivate__DistantAtmospheresRenderPass{ 0x053EA650 }; - inline constexpr REL::Offset CreationRendererPrivate__DistortionBaseRenderPass{ 0x053FEF40 }; - inline constexpr REL::Offset CreationRendererPrivate__DistortionCalculateColorRenderPass{ 0x053FEE40 }; - inline constexpr REL::Offset CreationRendererPrivate__DistortionOutputRenderPass{ 0x053FEEF0 }; - inline constexpr REL::Offset CreationRendererPrivate__DistortionParticlesRenderPass{ 0x053FDDD0 }; - inline constexpr REL::Offset CreationRendererPrivate__DistortionRenderPass{ 0x053FEEA0 }; - inline constexpr REL::Offset CreationRendererPrivate__DoubleVisionRenderPass{ 0x054047B0 }; - inline constexpr REL::Offset CreationRendererPrivate__DownsampleHeightfieldRenderPass{ 0x053F7320 }; - inline constexpr REL::Offset CreationRendererPrivate__DownsampleSpaceGlareRenderPass{ 0x053F2890 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass{ 0x053EA540 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawDistantAtmospheresRenderPass{ 0x053EA600 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass{ 0x053EA5A0 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass{ 0x053FF5C0 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawProjectedDecalsRenderPass{ 0x054006F0 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass{ 0x05400610 }; - inline constexpr REL::Offset CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass{ 0x05400740 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicResolution{ 0x053F2A50 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowBaseDrawSubGraph{ 0x053F0D40 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowBuildIndexBufferRenderPass{ 0x054015E0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowClearIndexCountsRenderPass{ 0x05401700 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass{ 0x05401880 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph{ 0x053F0E40 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowDrawSubGraph{ 0x053F0DF0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph{ 0x053F0D90 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass{ 0x05401CA0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass{ 0x05401820 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass{ 0x05401C40 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass{ 0x05401A40 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowGraph{ 0x054018E0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMapBarriersRenderPass{ 0x05401640 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMaterialIndexCountRenderPass{ 0x054017C0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass{ 0x054016A0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass{ 0x05401AA0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass{ 0x05401B10 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass{ 0x05401BD0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass{ 0x05401B70 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass{ 0x05401760 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowSceneSetupRenderPass{ 0x05401540 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass{ 0x054019E0 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph{ 0x05401980 }; - inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass{ 0x053F1010 }; - inline constexpr REL::Offset CreationRendererPrivate__EmptyRenderPass{ 0x053F1478 }; - inline constexpr REL::Offset CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass{ 0x053F8C30 }; - inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass{ 0x053F8850 }; - inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass{ 0x053F8D50 }; - inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRenderPass{ 0x053F8530 }; - inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass{ 0x053F8CF0 }; - inline constexpr REL::Offset CreationRendererPrivate__FSR1EASURenderPass{ 0x053FAF70 }; - inline constexpr REL::Offset CreationRendererPrivate__FSR1RCASRenderPass{ 0x053FAF20 }; - inline constexpr REL::Offset CreationRendererPrivate__FSR2ProduceInputsRenderPass{ 0x053FF0E0 }; - inline constexpr REL::Offset CreationRendererPrivate__FSR2UpscaleRenderPass{ 0x053FF130 }; - inline constexpr REL::Offset CreationRendererPrivate__FaceCustomizationMipChainRenderPass{ 0x053FEF90 }; - inline constexpr REL::Offset CreationRendererPrivate__FaceCustomizationRenderPass{ 0x053FEFF0 }; - inline constexpr REL::Offset CreationRendererPrivate__FillCullingDataRenderPass{ 0x053FF770 }; - inline constexpr REL::Offset CreationRendererPrivate__FillHeightfieldCullingDataRenderPass{ 0x053FD480 }; - inline constexpr REL::Offset CreationRendererPrivate__FilmGrainRenderPass{ 0x05404800 }; - inline constexpr REL::Offset CreationRendererPrivate__FilterCulledGeometriesRenderPass{ 0x05401400 }; - inline constexpr REL::Offset CreationRendererPrivate__FilterHeightfieldRenderPass{ 0x053F7370 }; - inline constexpr REL::Offset CreationRendererPrivate__FirstPersonDepthGraphRenderPass{ 0x053F13D0 }; - inline constexpr REL::Offset CreationRendererPrivate__FirstPersonDepthRenderPass{ 0x053FEDF0 }; - inline constexpr REL::Offset CreationRendererPrivate__FixupIndirectArgsRenderPass{ 0x05401DF0 }; - inline constexpr REL::Offset CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass{ 0x05401E40 }; - inline constexpr REL::Offset CreationRendererPrivate__FlattenTextureScreensizeRenderPass{ 0x053FF6C0 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass{ 0x053FB8C0 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass{ 0x053FBCB0 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedCorrectionRenderPass{ 0x053FBB60 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass{ 0x053FB710 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedMainFullResRenderPass{ 0x053FB770 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass{ 0x053FB6B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedRenderPass{ 0x053FB920 }; - inline constexpr REL::Offset CreationRendererPrivate__ForwardRenderPass{ 0x053FB820 }; - inline constexpr REL::Offset CreationRendererPrivate__FrameInitRenderPass{ 0x053FF040 }; - inline constexpr REL::Offset CreationRendererPrivate__FrameRenderGraph{ 0x05402BA0 }; - inline constexpr REL::Offset CreationRendererPrivate__FrameSetupRenderPass{ 0x053FF090 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenBlurCompositeRenderPass{ 0x054048A0 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenBlurRenderPass{ 0x05404940 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColorRenderPass{ 0x054049E0 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass{ 0x05404AD0 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_BloomRenderPass{ 0x05404A80 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_CubemapRenderPass{ 0x05404B90 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_DefaultRenderPass{ 0x05404990 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_MonochromeRenderPass{ 0x05404B30 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_OverlayRenderPass{ 0x05404A30 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenDownsampleRenderPass{ 0x05404850 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenScanlineRenderPass{ 0x053FF180 }; - inline constexpr REL::Offset CreationRendererPrivate__FullScreenTapBlurRenderPass{ 0x054048F0 }; - inline constexpr REL::Offset CreationRendererPrivate__GBufferOverviewRenderPass{ 0x053F1520 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass{ 0x053FF820 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass{ 0x053FF7C0 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass{ 0x053FF930 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass{ 0x053FF880 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorRenderPass{ 0x053FF8E0 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass{ 0x053F1910 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass{ 0x053F18B0 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass{ 0x053F19D0 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass{ 0x053F1970 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryRenderPass{ 0x053F1800 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass{ 0x053F1850 }; - inline constexpr REL::Offset CreationRendererPrivate__GPUReadbackBufferData_CreationRenderer__ImageCapture_{ 0x053DBEE0 }; - inline constexpr REL::Offset CreationRendererPrivate__GalaxyStateStarsRenderPass{ 0x053FF1D0 }; - inline constexpr REL::Offset CreationRendererPrivate__GatherGeometryInstancesRenderPass{ 0x053FAED0 }; - inline constexpr REL::Offset CreationRendererPrivate__GatherHighlightsRenderPass{ 0x05402C30 }; - inline constexpr REL::Offset CreationRendererPrivate__GatherIndirectRenderPass{ 0x053E3FE0 }; - inline constexpr REL::Offset CreationRendererPrivate__GatherLightsRenderPass{ 0x05404760 }; - inline constexpr REL::Offset CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass{ 0x05402AB0 }; - inline constexpr REL::Offset CreationRendererPrivate__GatherTransformsRenderPass{ 0x053FD5E0 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass{ 0x053FF270 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateDepthPyramidRenderPass{ 0x053FF220 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateFogMapRenderPass{ 0x053FBDE0 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass{ 0x053FF660 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass{ 0x054012F0 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass{ 0x05401350 }; - inline constexpr REL::Offset CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass{ 0x05401290 }; - inline constexpr REL::Offset CreationRendererPrivate__GeometryCullingRenderPass{ 0x053FF610 }; - inline constexpr REL::Offset CreationRendererPrivate__GeometryCullingShadowsRenderPass{ 0x053FF720 }; - inline constexpr REL::Offset CreationRendererPrivate__GeometryParticleBatchDepthRenderPass{ 0x053F14C0 }; - inline constexpr REL::Offset CreationRendererPrivate__GeometryParticleBatchRenderPass{ 0x053FF490 }; - inline constexpr REL::Offset CreationRendererPrivate__GeometryRenderPass{ 0x053FB7D0 }; - inline constexpr REL::Offset CreationRendererPrivate__GlobalDirtOverlayRenderPass{ 0x053FF570 }; - inline constexpr REL::Offset CreationRendererPrivate__GroupedDynamicShadowMapRenderPass{ 0x05401590 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRColorGradingMergeRenderPass{ 0x053FDD80 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRCompositeRenderPass{ 0x053ECB50 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRDownSampleLumRenderPass{ 0x053ECA60 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRDownSampleRGB2LumRenderPass{ 0x053ECAB0 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterDownSampleRenderPass{ 0x053EC960 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterRenderPass{ 0x053ECC50 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterXBrightPassRenderPass{ 0x053ECCA0 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterY0RenderPass{ 0x053EC9C0 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianResolveRenderPass{ 0x053ECA10 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRHistogramClearRenderPass{ 0x053ECB00 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRHistogramGenerateRenderPass{ 0x053ECC00 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass{ 0x053ECBA0 }; - inline constexpr REL::Offset CreationRendererPrivate__HDRSubGraph{ 0x053ECDA0 }; - inline constexpr REL::Offset CreationRendererPrivate__HeightFieldRenderPass{ 0x053FD430 }; - inline constexpr REL::Offset CreationRendererPrivate__HeightFieldSubGraphRenderPass{ 0x053FD540 }; - inline constexpr REL::Offset CreationRendererPrivate__HeightfieldSystemRenderPass{ 0x053FD590 }; - inline constexpr REL::Offset CreationRendererPrivate__HighlightMaskRenderPass{ 0x053FF9A0 }; - inline constexpr REL::Offset CreationRendererPrivate__HighlightPrepareRenderPass{ 0x053FF9F0 }; - inline constexpr REL::Offset CreationRendererPrivate__HighlightRenderPass{ 0x053FFA40 }; - inline constexpr REL::Offset CreationRendererPrivate__ImGuiEventHandler{ 0x05403290 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageCaptureData{ 0x053DBF48 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass{ 0x053FFA90 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass{ 0x053FFB60 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass{ 0x053FFAF0 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageCapture_IconGenerationRenderPass{ 0x053F1190 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass{ 0x053FFBC0 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass{ 0x053FFC20 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageProcessMedianBlurRenderPass{ 0x053FFC80 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass{ 0x05404700 }; - inline constexpr REL::Offset CreationRendererPrivate__ImageProcessRenderGraph{ 0x05402BE0 }; - inline constexpr REL::Offset CreationRendererPrivate__IndirectRenderPass{ 0x053E4030 }; - inline constexpr REL::Offset CreationRendererPrivate__IndirectSetupRenderPass{ 0x053E4080 }; - inline constexpr REL::Offset CreationRendererPrivate__InitializeInscatterOrderRenderPass{ 0x053F8470 }; - inline constexpr REL::Offset CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass{ 0x053F8A80 }; - inline constexpr REL::Offset CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass{ 0x053E2680 }; - inline constexpr REL::Offset CreationRendererPrivate__InterpolateIrradianceRenderPass{ 0x053F87A0 }; - inline constexpr REL::Offset CreationRendererPrivate__LensFlareComputeRenderPass{ 0x053FFCD0 }; - inline constexpr REL::Offset CreationRendererPrivate__LensFlareDrawRenderPass{ 0x053F11F0 }; - inline constexpr REL::Offset CreationRendererPrivate__LensFlareSystemRenderPass{ 0x053F1240 }; - inline constexpr REL::Offset CreationRendererPrivate__LensFlare_AlphaBlendRenderPass{ 0x053FFD70 }; - inline constexpr REL::Offset CreationRendererPrivate__LensFlare_VisibilityRenderPass{ 0x053FFD20 }; - inline constexpr REL::Offset CreationRendererPrivate__LightCoarseCullingCompactionRenderPass{ 0x054041E0 }; - inline constexpr REL::Offset CreationRendererPrivate__LightCoarseCullingRenderPass{ 0x05404190 }; - inline constexpr REL::Offset CreationRendererPrivate__LightInfluenceDepthMinRenderPass{ 0x053FFE10 }; - inline constexpr REL::Offset CreationRendererPrivate__LightInfluenceSubGraphRenderPass{ 0x053FFEB0 }; - inline constexpr REL::Offset CreationRendererPrivate__LightingRenderPass{ 0x053FFF00 }; - inline constexpr REL::Offset CreationRendererPrivate__LoadMenuHiddenEventHandler{ 0x053DD270 }; - inline constexpr REL::Offset CreationRendererPrivate__LogicalCell{ 0x053F1C98 }; - inline constexpr REL::Offset CreationRendererPrivate__MainRenderGraph{ 0x05402B60 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshEventHandler{ 0x053DF6B0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchCommonRenderPass{ 0x053F12E0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchCullingRenderPass{ 0x053F1080 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchDepthRenderPass{ 0x053F1290 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass{ 0x053F10E0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass{ 0x053F0FB0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass{ 0x05400240 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass{ 0x054002A0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchRenderPass{ 0x053F1330 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchShadowRenderPass{ 0x053F1380 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshLODDB{ 0x053E4DB8 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletBuildIndexBufferRenderPass{ 0x054001A0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletFrustumCullingRenderPass{ 0x05400000 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletListBuildRenderPass{ 0x054001F0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletMaterialOffsetsRenderPass{ 0x05400150 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletOcclusionCullingRenderPass{ 0x05400050 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletPrepareArgsRenderPass{ 0x05400100 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass{ 0x054000A0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletProduceResourcesRenderPass{ 0x053F0F60 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass{ 0x053F0F00 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletReadbackIndexCountRenderPass{ 0x053FFFA0 }; - inline constexpr REL::Offset CreationRendererPrivate__MeshletTriangleCullingRenderPass{ 0x053FFF50 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_3fa219d00e7ecb9d8d100d77b5ef468c__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E5AF0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5f6e2e4148cbd257417d7a68b6ecd71b__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSFixedString_{ 0x053FBF70 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5fc808eadd9a2ea4c5e161d1874976ed__StorageTable__StrongKey_StorageTable__MeshInstance__Storage__{ 0x053DFB30 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_64da3579fc538949974606d85bd2c674__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E5650 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_8a1e150b27f89a82db077b58b926dd0f__StorageTable__ObserverHandle_StorageTable__Geometry__Storage_const_{ 0x053EFED0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_9744724ee8d1aceaa968f6c70737b40a__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ 0x053E1B50 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_abff2e0d237b5d19d4c2895f0b009de3__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy___unsignedint_{ 0x053E5950 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_b464a38dfa3ecfb9554b39828c9c7e5d__void_{ 0x053F2F40 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_caf34b454584b0595f145d27f6ac79d7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__array_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___4__std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x053E53E0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d544e591622913847f11e7712d6c03ce__StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__unsignedshortconst_BSResource2__DBHandleBase_{ 0x053EA8C0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d5efad91ccc26a2d3190fa8fae31292f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DFCB0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_e21e2ce93563abe2346b5863b4e2b5bd__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ 0x053E1C50 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_ff13f0a2dc6491f08ce06d4eb93563ca__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E5DC0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_02be38a13fdb312538aed1907a6ab4f2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ 0x053CA8D0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_0c83cecc767a156ef212d5925cf196c9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ 0x053CA320 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_65f595ed1af9b07f79b634007bf0d42b__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ 0x053CA1C0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_74910676a03379021da11430af74d9a8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialBlender_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053CA5E0 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_91dbd93dc8a5ab1a0d2acb72c7ed1d08__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ 0x053CAA30 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_a64396252f26c7e209cd3f54c43effee__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ 0x053CA480 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_e9a38263804fe4e608b99e5a311f29c8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053CA760 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode{ 0x053C9390 }; - inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__InternalProcessorType{ 0x053DC810 }; - inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass{ 0x053FB970 }; - inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass{ 0x053FBA40 }; - inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderPass{ 0x053ED430 }; - inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass{ 0x053FB9E0 }; - inline constexpr REL::Offset CreationRendererPrivate__MorphDB{ 0x053FC750 }; - inline constexpr REL::Offset CreationRendererPrivate__MorphRenderPass{ 0x05400300 }; - inline constexpr REL::Offset CreationRendererPrivate__MorphSystemEndFrameRenderPass{ 0x053F1140 }; - inline constexpr REL::Offset CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass{ 0x05404560 }; - inline constexpr REL::Offset CreationRendererPrivate__MotionBlurRenderPass{ 0x05402910 }; - inline constexpr REL::Offset CreationRendererPrivate__MotionBlurSubGraph{ 0x054028C0 }; - inline constexpr REL::Offset CreationRendererPrivate__MotionVectorCompositeRenderPass{ 0x05400340 }; - inline constexpr REL::Offset CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass{ 0x053F87F0 }; - inline constexpr REL::Offset CreationRendererPrivate__PartialClearColorBufferRenderPass{ 0x053FE810 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass{ 0x053E6550 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass{ 0x053E64F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass{ 0x053E6610 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass{ 0x053E65B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleDataPreFilterRenderPass{ 0x053E6710 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleLightingClearBuffersRenderPass{ 0x053E6490 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass{ 0x053E6380 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticleLightingRenderPass{ 0x053E63E0 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesCopyToDestRenderPass{ 0x053FDE20 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesCorrectionRenderPass{ 0x053FDF90 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesMainFullResRenderPass{ 0x053FE030 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesMainHalfResRenderPass{ 0x053FDFE0 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass{ 0x053FDF30 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass{ 0x053FDEC0 }; - inline constexpr REL::Offset CreationRendererPrivate__ParticlesRenderPass{ 0x053FDE70 }; - inline constexpr REL::Offset CreationRendererPrivate__PointCloudCullingRenderPass{ 0x05400390 }; - inline constexpr REL::Offset CreationRendererPrivate__PointCloudDrawRenderPass{ 0x054003E0 }; - inline constexpr REL::Offset CreationRendererPrivate__PointCloudEventHandler{ 0x053E7860 }; - inline constexpr REL::Offset CreationRendererPrivate__PostSharpenRenderPass{ 0x05404BE0 }; - inline constexpr REL::Offset CreationRendererPrivate__PostUpscaleImageSpaceSubGraph{ 0x05404610 }; - inline constexpr REL::Offset CreationRendererPrivate__PostUpscaleSubGraph{ 0x05404660 }; - inline constexpr REL::Offset CreationRendererPrivate__PreUpscaleImageSpaceSubGraph{ 0x054045C0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass{ 0x053F85E0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass{ 0x053F82A0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass{ 0x053F83B0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass{ 0x05402B10 }; - inline constexpr REL::Offset CreationRendererPrivate__PrecomputeSingleScatteringRenderPass{ 0x053F8410 }; - inline constexpr REL::Offset CreationRendererPrivate__PrefilterCubemapRenderPass{ 0x053E3F90 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass{ 0x053F15D0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass{ 0x053F0B00 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareProjectedDecalsRenderPass{ 0x054007A0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareReflectionProbeDataRenderPass{ 0x05401000 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareShadowSkinningRenderPass{ 0x054011F0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareSkinningRenderPass{ 0x053F0BB0 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass{ 0x053F2620 }; - inline constexpr REL::Offset CreationRendererPrivate__PrepareSkyCubemapRenderPass{ 0x053F0C50 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeClassifyRenderPass{ 0x053ECE30 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass{ 0x053ECED0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeCoarseLightCullingRenderPass{ 0x053ECDE0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeFaceSceneSetupRenderPass{ 0x05400CD0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeGridGPUCullingRenderPass{ 0x053FB150 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeLightCullingRenderPass{ 0x053ECE80 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeRenderPass{ 0x053ECF78 }; - inline constexpr REL::Offset CreationRendererPrivate__ProbeSystemRenderPass{ 0x053ECF30 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass{ 0x053FD4E0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass{ 0x053ED240 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass{ 0x053ED2B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass{ 0x053ED110 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass{ 0x053ED180 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass{ 0x053ED1E0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass{ 0x053F0EA0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceShadingRateImageRenderPass{ 0x05400490 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass{ 0x05400D20 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass{ 0x05404410 }; - inline constexpr REL::Offset CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass{ 0x05400BC0 }; - inline constexpr REL::Offset CreationRendererPrivate__ProjectedDecalRenderPass{ 0x054004E0 }; - inline constexpr REL::Offset CreationRendererPrivate__RadialBlurRenderPass{ 0x054007F0 }; - inline constexpr REL::Offset CreationRendererPrivate__RayTraceProbeComputeRenderPass{ 0x053ED020 }; - inline constexpr REL::Offset CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass{ 0x053ECFC0 }; - inline constexpr REL::Offset CreationRendererPrivate__RaymarchSampleLocationsRenderPass{ 0x053F8910 }; - inline constexpr REL::Offset CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass{ 0x053F8960 }; - inline constexpr REL::Offset CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass{ 0x053F89C0 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass{ 0x05400A00 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeComputeSHRenderPass{ 0x05400890 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeCopyDepth{ 0x05400DD0 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeCopySky{ 0x05400A60 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass{ 0x05400B00 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass{ 0x05400F30 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass{ 0x05400ED0 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeMipChainRenderPass{ 0x054008F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass{ 0x054043B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass{ 0x05400940 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeRenderPass{ 0x05401060 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass{ 0x05400B60 }; - inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeTerrainRenderPass{ 0x05400840 }; - inline constexpr REL::Offset CreationRendererPrivate__RefractionBlurRenderPass{ 0x053FE360 }; - inline constexpr REL::Offset CreationRendererPrivate__RefractionDownsample0RenderPass{ 0x053FE410 }; - inline constexpr REL::Offset CreationRendererPrivate__RefractionDownsampleMipChainRenderPass{ 0x053FE3B0 }; - inline constexpr REL::Offset CreationRendererPrivate__RefractionMaskDilationRenderPass{ 0x053FE460 }; - inline constexpr REL::Offset CreationRendererPrivate__RefractionMaskGenRenderPass{ 0x053FE4B0 }; - inline constexpr REL::Offset CreationRendererPrivate__RefractionMaskRenderPass{ 0x053FBBC0 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass{ 0x053F88B0 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderGraph{ 0x053E0B40 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderGraphEventHandler{ 0x053E1440 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderPass{ 0x053DE150 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderSceneSubGraph{ 0x054046B0 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass{ 0x053F8A20 }; - inline constexpr REL::Offset CreationRendererPrivate__RenderViewSubGraph{ 0x05402A60 }; - inline constexpr REL::Offset CreationRendererPrivate__ReprojectShadingRateImageRenderPass{ 0x05400430 }; - inline constexpr REL::Offset CreationRendererPrivate__ResetCullingMemoryRequestHandler{ 0x053F7820 }; - inline constexpr REL::Offset CreationRendererPrivate__ResourceLifecycleJobSite{ 0x053F2AF0 }; - inline constexpr REL::Offset CreationRendererPrivate__SAOEmptyRenderPass{ 0x053E61E0 }; - inline constexpr REL::Offset CreationRendererPrivate__SAORenderPass{ 0x053E62D8 }; - inline constexpr REL::Offset CreationRendererPrivate__ScaleformCompositeRenderPass{ 0x054010B0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScaleformEventHandler{ 0x053E9740 }; - inline constexpr REL::Offset CreationRendererPrivate__ScaleformRenderPass{ 0x054044C0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScaleformText2DRenderPass{ 0x053F20F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScaleformTextRenderPass{ 0x053F20A0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScaleformToTextureRenderPass{ 0x05404510 }; - inline constexpr REL::Offset CreationRendererPrivate__SceneSetupRenderPass{ 0x053DE190 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____StateBase{ 0x053F6010 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__BalanceTextureLODs{ 0x053F5870 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__CheckBudget{ 0x053F5E00 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeMeshes{ 0x053F5F30 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeTextures{ 0x053F5800 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__GatherMaterials{ 0x053F6070 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__MergeGPUReadback{ 0x053F5D90 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__ReduceMaterialsAndMeshes{ 0x053F60E0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__Reset{ 0x053F58E0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__SortLODs{ 0x053F5E60 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateLODDetail{ 0x053F5CB0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateTerrainTextureDetail{ 0x053F5D20 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeMeshes{ 0x053F5EC0 }; - inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeTextures{ 0x053F5FA0 }; - inline constexpr REL::Offset CreationRendererPrivate__SeparableSSS_HorizontalRenderPass{ 0x05401100 }; - inline constexpr REL::Offset CreationRendererPrivate__SeparableSSS_RenderPass{ 0x054011A0 }; - inline constexpr REL::Offset CreationRendererPrivate__SeparableSSS_VerticalRenderPass{ 0x05401150 }; - inline constexpr REL::Offset CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass{ 0x053F8580 }; - inline constexpr REL::Offset CreationRendererPrivate__SetupDynamicShadowRenderPass{ 0x05401930 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowManagerEventHandler{ 0x053E6FE0 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowMapInstanceRenderPass{ 0x05401450 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowMapRenderPass{ 0x054014F0 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowMapSceneSetupRenderPass{ 0x05401240 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowMapSubGraphRenderPass{ 0x054014A0 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowMaskRenderPass{ 0x05404470 }; - inline constexpr REL::Offset CreationRendererPrivate__ShadowSubGraphRenderPass{ 0x054013B0 }; - inline constexpr REL::Offset CreationRendererPrivate__SharedMeshResourcesRegistry{ 0x053FA880 }; - inline constexpr REL::Offset CreationRendererPrivate__SkinnedDecalPrepareRenderPass{ 0x05401D00 }; - inline constexpr REL::Offset CreationRendererPrivate__SkinningRenderPass{ 0x05401DA0 }; - inline constexpr REL::Offset CreationRendererPrivate__SkinningSystemEndFrameRenderPass{ 0x053F24B0 }; - inline constexpr REL::Offset CreationRendererPrivate__SkinningSystemRenderPass{ 0x053F2460 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass{ 0x053F25C0 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyCubemapRenderPass{ 0x053F2790 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyCubemapSystemRenderPass{ 0x053F0B60 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyLightingRenderPass{ 0x05401EA0 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass{ 0x053F72D0 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyOcclusionRenderPass{ 0x053F73C0 }; - inline constexpr REL::Offset CreationRendererPrivate__SkyOcclusionSystemRenderPass{ 0x053F71D0 }; - inline constexpr REL::Offset CreationRendererPrivate__SobelSpaceGlareRenderPass{ 0x053F2930 }; - inline constexpr REL::Offset CreationRendererPrivate__SpaceGlareApplyRenderPass{ 0x053F2980 }; - inline constexpr REL::Offset CreationRendererPrivate__SpaceGlareRenderPass{ 0x053F2840 }; - inline constexpr REL::Offset CreationRendererPrivate__SparseGridCell{ 0x053F1CD8 }; - inline constexpr REL::Offset CreationRendererPrivate__SporadicRenderGraphRenderPass{ 0x05401EF0 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldCoarseCullingRenderPass{ 0x05401F90 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldEventHandler{ 0x053DD9D0 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldProcessStarsRenderPass{ 0x05402080 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldRenderPass{ 0x054020D0 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldRenderPassBase{ 0x05402030 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldTiledCullingRenderPass{ 0x05401FE0 }; - inline constexpr REL::Offset CreationRendererPrivate__StarfieldTiledRenderRenderPass{ 0x05401F40 }; - inline constexpr REL::Offset CreationRendererPrivate__StarmapGravityWavesEventHandler{ 0x053E8F70 }; - inline constexpr REL::Offset CreationRendererPrivate__StarmapGravityWavesRenderPass{ 0x053E9510 }; - inline constexpr REL::Offset CreationRendererPrivate__StarmapOrbitsEventHandler{ 0x053E85B0 }; - inline constexpr REL::Offset CreationRendererPrivate__StarmapOrbitsRenderPass{ 0x053E82E0 }; - inline constexpr REL::Offset CreationRendererPrivate__SubmitAndPresentThread{ 0x053EE450 }; - inline constexpr REL::Offset CreationRendererPrivate__SwapChainEventHandler{ 0x053E3A10 }; - inline constexpr REL::Offset CreationRendererPrivate__TemporalAA_idTech7RenderPass{ 0x05404C30 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainClipmapAndMIMRenderPass{ 0x053F0C00 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainClipmapUpdateRenderPass{ 0x053E2930 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainDensityUpdateRenderPass{ 0x053E2890 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainDepthAndShadowsSubGraph{ 0x053E2630 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainDepthDrawRenderPass{ 0x053E28E0 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainHeightFieldRenderPass{ 0x053FD3E0 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainMIMUpdateRenderPass{ 0x053E2980 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainRenderPass{ 0x053E2590 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainShadowsRenderPass{ 0x053E26E0 }; - inline constexpr REL::Offset CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass{ 0x053E25D0 }; - inline constexpr REL::Offset CreationRendererPrivate__TextureReadback_CopyRenderTargetSourceRenderPass{ 0x05402120 }; - inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass{ 0x05400E70 }; - inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredGBufferRenderPass{ 0x05400E20 }; - inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredLightingRenderPass{ 0x05400D80 }; - inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredPrepareRenderPass{ 0x05400C80 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass{ 0x053F8180 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass{ 0x053F7E50 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass{ 0x053F7FF0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass{ 0x053F80C0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass{ 0x053F8050 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass{ 0x053F8120 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass{ 0x053F7F20 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7RenderPass{ 0x053F8250 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass{ 0x053F7EC0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass{ 0x053F81E0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass{ 0x053F7F80 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledCullingRenderPass{ 0x05402180 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass{ 0x053E40D0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass{ 0x053E4130 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredContactShadowsRenderPass{ 0x053E4190 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass{ 0x054022F0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass{ 0x054021D0 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass{ 0x05402230 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass{ 0x05402290 }; - inline constexpr REL::Offset CreationRendererPrivate__TiledDepthRangeRenderPass{ 0x05402350 }; - inline constexpr REL::Offset CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass{ 0x053F84D0 }; - inline constexpr REL::Offset CreationRendererPrivate__UIRenderPass{ 0x05402458 }; - inline constexpr REL::Offset CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass{ 0x053FBAA0 }; - inline constexpr REL::Offset CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass{ 0x053FBB00 }; - inline constexpr REL::Offset CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass{ 0x053F8360 }; - inline constexpr REL::Offset CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass{ 0x053F0AA0 }; - inline constexpr REL::Offset CreationRendererPrivate__UpdateSharedIndexBufferRenderPass{ 0x054024A0 }; - inline constexpr REL::Offset CreationRendererPrivate__UpscaleSubGraph{ 0x053E0FB8 }; - inline constexpr REL::Offset CreationRendererPrivate__VignetteRenderPass{ 0x05404C80 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingApplyRenderPass{ 0x053E6D80 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingCullingRenderPass{ 0x054024F0 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass{ 0x05402550 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass{ 0x054025B0 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass{ 0x053FBD80 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass{ 0x053FBD10 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingIntegrateRenderPass{ 0x05402620 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass{ 0x05402680 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass{ 0x054026E0 }; - inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass{ 0x05402740 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacementRenderPass{ 0x053E6190 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass{ 0x053E6080 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_InjectionRenderPass{ 0x053E6020 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_MainRenderPass{ 0x053E6140 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass{ 0x053E60E0 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterMVRenderPass{ 0x05402880 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterPrepareRenderPass{ 0x054027E0 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterRenderGraphRenderPass{ 0x05402830 }; - inline constexpr REL::Offset CreationRendererPrivate__WaterRenderPass{ 0x05402798 }; - inline constexpr REL::Offset CreationRendererPrivate__WindowEventHandler{ 0x053E34E0 }; - inline constexpr REL::Offset CreationRendererPrivate__WorldCell{ 0x053F1DF8 }; - inline constexpr REL::Offset CreationRendererPrivate____BloomEmptyRenderPass{ 0x053ECD50 }; - inline constexpr REL::Offset CreationRendererPrivate____BloomPass{ 0x053ECD00 }; - inline constexpr REL::Offset CreationRendererPrivate____SAOCameraZAndMipsRenderPass{ 0x053E6320 }; - inline constexpr REL::Offset CreationRendererPrivate____SAODenoiseGTAORenderPass{ 0x053E6280 }; - inline constexpr REL::Offset CreationRendererPrivate____SAORawAORenderPass{ 0x053E6230 }; - inline constexpr REL::Offset CreationRendererPrivate____ScaleformBeginRenderPass{ 0x05402400 }; - inline constexpr REL::Offset CreationRendererPrivate____ScaleformEndRenderPass{ 0x054023A0 }; - inline constexpr REL::Offset CreationRenderer__BSMorphHandle{ 0x05096960 }; - inline constexpr REL::Offset CreationRenderer__CGen__AtmosphericScatteringData{ 0x05096F00 }; - inline constexpr REL::Offset CreationRenderer__CGen__EmitterData{ 0x05096698 }; - inline constexpr REL::Offset CreationRenderer__CGen__HDRCompositeData{ 0x05097990 }; - inline constexpr REL::Offset CreationRenderer__CGen__HighlightInputInfo{ 0x05096D90 }; - inline constexpr REL::Offset CreationRenderer__CGen__NodeExtraVisualDataBlock{ 0x050981E0 }; - inline constexpr REL::Offset CreationRenderer__CGen__PlanetData{ 0x05097198 }; - inline constexpr REL::Offset CreationRenderer__CGen__ProbeVolumeDescData{ 0x05097AF0 }; - inline constexpr REL::Offset CreationRenderer__CGen__ProjectedDecalInput{ 0x05097950 }; - inline constexpr REL::Offset CreationRenderer__CGen__ReflectionProbeVisiblityData{ 0x0508EFA0 }; - inline constexpr REL::Offset CreationRenderer__CGen__ReflectionProbeVolumeData{ 0x0508EF00 }; - inline constexpr REL::Offset CreationRenderer__CGen__SunData{ 0x05096E60 }; - inline constexpr REL::Offset CreationRenderer__CGen__TerrainDescBlock{ 0x0508EB30 }; - inline constexpr REL::Offset CreationRenderer__CGen__WaterHeightOverridePlaceable{ 0x05097290 }; - inline constexpr REL::Offset CreationRenderer__CGen__WaterTypeParameters{ 0x05096CC0 }; - inline constexpr REL::Offset CreationRenderer__CRParticles__CPUData{ 0x05096BE0 }; - inline constexpr REL::Offset CreationRenderer__CRParticles__CloudData{ 0x05096B60 }; - inline constexpr REL::Offset CreationRenderer__CelestialBodies__OcclusionData{ 0x0508E1B0 }; - inline constexpr REL::Offset CreationRenderer__CelestialBodies__Settings{ 0x0508E2E0 }; - inline constexpr REL::Offset CreationRenderer__CelestialBodies__StarBlendParams{ 0x0508E010 }; - inline constexpr REL::Offset CreationRenderer__DirectionalShadowData{ 0x05097B68 }; - inline constexpr REL::Offset CreationRenderer__FeatureSetup{ 0x05097A08 }; - inline constexpr REL::Offset CreationRenderer__FocusShadowModel{ 0x05096EC8 }; - inline constexpr REL::Offset CreationRenderer__Geometry__MaterialInstancesLODArray{ 0x05098750 }; - inline constexpr REL::Offset CreationRenderer__ImageCapture{ 0x053DBF88 }; - inline constexpr REL::Offset CreationRenderer__ImageCaptureExportToFileNode{ 0x05271EA0 }; - inline constexpr REL::Offset CreationRenderer__LightContactShadowData{ 0x050966D0 }; - inline constexpr REL::Offset CreationRenderer__MaterialInstance__TextureVisitor{ 0x0518C430 }; - inline constexpr REL::Offset CreationRenderer__MaterialOptions{ 0x050987A0 }; - inline constexpr REL::Offset CreationRenderer__MeshInstancePatch__ModelInformation{ 0x0508EB70 }; - inline constexpr REL::Offset CreationRenderer__Messaging__MessageProcessor{ 0x053DC0D0 }; - inline constexpr REL::Offset CreationRenderer__Messaging__StreamedResourceNode{ 0x05381B70 }; - inline constexpr REL::Offset CreationRenderer__ModelDefinition{ 0x0508E2A0 }; - inline constexpr REL::Offset CreationRenderer__ProjectedDecal__DecalLayers{ 0x05097510 }; - inline constexpr REL::Offset CreationRenderer__RendererQualityPref{ 0x053DDED8 }; - inline constexpr REL::Offset CreationRenderer__RendererQualitySetting{ 0x050A7F68 }; - inline constexpr REL::Offset CreationRenderer__RendererQualitySettingCollection{ 0x053DDE90 }; - inline constexpr REL::Offset CreationRenderer__SceneBinding{ 0x0508E740 }; - inline constexpr REL::Offset CreationRenderer__ShadowSettings{ 0x050964E8 }; - inline constexpr REL::Offset CreationRenderer__Terrain__RenderOptions{ 0x0508EA50 }; - inline constexpr REL::Offset CreationRenderer__VisualizationSetup{ 0x05097A40 }; - inline constexpr REL::Offset CreationRenderer__WaterDisplacementData{ 0x0508DF98 }; - inline constexpr REL::Offset CreationRenderer__WaterFeatureData{ 0x0508DDD8 }; - inline constexpr REL::Offset CreditsDataModel{ 0x05229328 }; - inline constexpr REL::Offset CreditsDataModel__CreditsDataModelEventShuttle{ 0x052292E0 }; - inline constexpr REL::Offset CreditsMenu{ 0x05326458 }; - inline constexpr REL::Offset CrewExtraData{ 0x05162CB0 }; - inline constexpr REL::Offset CriticallyDampenVariable{ 0x0536D478 }; - inline constexpr REL::Offset CriticallyDampenVariableInstance{ 0x0536D4A8 }; - inline constexpr REL::Offset CrowdInhibitNullStrategy{ 0x05221490 }; - inline constexpr REL::Offset CrowdInhibitStrategy{ 0x05221538 }; - inline constexpr REL::Offset CrowdInhibitStrategyDefault{ 0x05221568 }; - inline constexpr REL::Offset CrowdInhibitStrategyDisable{ 0x052214C0 }; - inline constexpr REL::Offset CrowdManager{ 0x05221658 }; - inline constexpr REL::Offset CrowdWallaBubble{ 0x05225DC0 }; - inline constexpr REL::Offset CullFurnitureBoneHandler{ 0x052E9BA0 }; - inline constexpr REL::Offset CullWeaponsHandler{ 0x052E9D90 }; - inline constexpr REL::Offset CumulativeAnimation{ 0x0536D3A8 }; - inline constexpr REL::Offset CumulativeAnimationInstance{ 0x0536D3D8 }; - inline constexpr REL::Offset CureEffect{ 0x052A2D10 }; - inline constexpr REL::Offset CursorMenu{ 0x0539FF68 }; - inline constexpr REL::Offset CursorMenu__CursorGameEventShuttle{ 0x0539FF30 }; - inline constexpr REL::Offset CursorMoveEvent{ 0x053706B8 }; - inline constexpr REL::Offset CurvedPathBlender{ 0x0536A428 }; - inline constexpr REL::Offset CurvedPathBlenderInstance{ 0x0536CFC0 }; - inline constexpr REL::Offset CustomActorPackageData{ 0x052D3830 }; - inline constexpr REL::Offset CustomUtils__HasForceGreetVisitor{ 0x051FC358 }; - inline constexpr REL::Offset D3D12MA__BlockMetadata{ 0x053FE0F8 }; - inline constexpr REL::Offset D3D12MA__BlockMetadata_Generic{ 0x053FE158 }; - inline constexpr REL::Offset D3D12MA__MemoryBlock{ 0x053FE128 }; - inline constexpr REL::Offset D3D12MA__NormalBlock{ 0x053FE0C8 }; - inline constexpr REL::Offset DamageEffect{ 0x052A2D38 }; - inline constexpr REL::Offset DampenVariable{ 0x0536D988 }; - inline constexpr REL::Offset DampenVariableInstance{ 0x0536D9B0 }; - inline constexpr REL::Offset DarknessEffect{ 0x052A2D60 }; - inline constexpr REL::Offset DataMenu{ 0x052887C8 }; - inline constexpr REL::Offset DataMenuDataModel{ 0x05237910 }; - inline constexpr REL::Offset DataMenuDataModel__DataMenuEventShuttle{ 0x05237E88 }; - inline constexpr REL::Offset DataMenuInventoryItem{ 0x05237718 }; - inline constexpr REL::Offset DataMenuPersistentDataModel{ 0x05237938 }; - inline constexpr REL::Offset DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle{ 0x052379C0 }; - inline constexpr REL::Offset DataMenu_CloseMenu{ 0x05288990 }; - inline constexpr REL::Offset DataMenu_ClosedForSubMenu{ 0x052889C0 }; - inline constexpr REL::Offset DataMenu_Missions{ 0x05288908 }; - inline constexpr REL::Offset DataMenu_OpenPauseMenu{ 0x05288838 }; - inline constexpr REL::Offset DataMenu_PlotToLocation{ 0x05288868 }; - inline constexpr REL::Offset DataMenu_Reopened{ 0x05288968 }; - inline constexpr REL::Offset DataMenu_SelectedAttributesMenu{ 0x05288AC0 }; - inline constexpr REL::Offset DataMenu_SelectedInventoryMenu{ 0x05288A88 }; - inline constexpr REL::Offset DataMenu_SelectedMapMenu{ 0x05288A58 }; - inline constexpr REL::Offset DataMenu_SelectedPowersMenu{ 0x05288898 }; - inline constexpr REL::Offset DataMenu_SelectedShipMenu{ 0x05288A28 }; - inline constexpr REL::Offset DataMenu_SelectedStatusMenu{ 0x052889F0 }; - inline constexpr REL::Offset DataMenu_SetMenuForQuickEntry{ 0x052888D0 }; - inline constexpr REL::Offset DataMenu_SetPaperDollActive{ 0x05288930 }; - inline constexpr REL::Offset DataMenu_StartCloseAnim{ 0x05237568 }; - inline constexpr REL::Offset DataSlateButtons{ 0x0526A7A0 }; - inline constexpr REL::Offset DataSlateButtons_acceptClicked{ 0x0526B348 }; - inline constexpr REL::Offset DataSlateButtons_cancelClicked{ 0x0526B380 }; - inline constexpr REL::Offset DataSlateMenu{ 0x0526B3B8 }; - inline constexpr REL::Offset DataSlateMenu__DataSlateData{ 0x0526B680 }; - inline constexpr REL::Offset DataSlateMenu__DataSlateEventShuttle{ 0x0526B640 }; - inline constexpr REL::Offset DataSlateMenu_playSFX{ 0x0526B318 }; - inline constexpr REL::Offset DataSlateMenu_toggleAudio{ 0x0526B2E8 }; - inline constexpr REL::Offset DeathEmoteHandler{ 0x052E8D98 }; - inline constexpr REL::Offset DeathStopHandler{ 0x052E8B38 }; - inline constexpr REL::Offset DefaultCollection{ 0x05383638 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSActivityTrackerFormComponent_{ 0x050A3970 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAddToInventoryOnDestroy_{ 0x050C8D00 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAnimationGraphComponent_{ 0x050C8C20 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAttachParentArray_{ 0x050A3FA0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAttackDataForm_{ 0x050C7700 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSBodyPartInfo_{ 0x050C7180 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSContactShadowComponent_{ 0x050C9120 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSCraftingResourceOwner_{ 0x050C81D0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSCrowdComponent_{ 0x050C8560 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSCustomShipForm_{ 0x050C9540 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSDestructibleObjectForm_{ 0x050C7B50 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSDisplayCaseFormComponent_{ 0x050C7940 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSEffectSequenceFormComponent_{ 0x050C5510 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSExternalComponentDataSource_{ 0x050C8F70 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSForcedLocRefType_{ 0x050C7A80 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSFormLinkData_{ 0x050C74D0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSKeywordForm_{ 0x050A46F0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSLinkedVoiceType_{ 0x050A3DA0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSLodOwnerComponent_{ 0x050C56D0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSMaterialPropertyComponent_{ 0x050C53C0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSObjectPlacementDefaults_{ 0x050C7F60 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSObjectWindowFilterComponent_{ 0x050C83D0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSOverridePackCollection_{ 0x050C70B0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPapyrusScriptsComponent_{ 0x050A4130 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPathingData_{ 0x050C9480 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPlanetContentManagerContentProperties_{ 0x050C89F0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPrimitiveComponent_{ 0x050C7D00 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPropertySheet_{ 0x050C9660 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSScannableFormComponent_{ 0x050C93B0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSShipManagement_{ 0x050A4060 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSkinForm_{ 0x050C7E30 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSoundTagComponent_{ 0x050C7830 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpacePhysicsFormComponent_{ 0x050A3C00 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipAIActor_{ 0x050C8910 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipEquipment_{ 0x050A3830 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipHullCode_{ 0x050A4280 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipWeaponBinding_{ 0x050C8AE0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpawnOnDestroy_{ 0x050A3CD0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSStoredTraversalData_{ 0x050C8770 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSVolumeFormComponent_{ 0x050C8630 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSWorkshopItemColorComponent_{ 0x050A3A50 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSWorldSpaceOverlayComponent_{ 0x050C6F00 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_Blueprints__BlueprintVariant_{ 0x050C9200 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_Blueprints__Blueprint_{ 0x050C9050 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_LensFlareAttachmentComponent_{ 0x050C6E20 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_LightAnimFormComponent_{ 0x050A4350 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_LightAttachmentFormComponent_{ 0x050A4430 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_ObjectAttachmentFormComponent_{ 0x050C6D40 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_ParticleFormComponent_{ 0x050C55F0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_ReflectionProbeCellComponent_{ 0x050C5270 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESAIForm_{ 0x050C73B0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESContainer_{ 0x050C8DD0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESDescription_{ 0x050A47B0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESFullName_{ 0x050C8100 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESHealthForm_{ 0x050C8300 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESImageSpaceModifiableForm_{ 0x050A4880 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESMagicTargetForm_{ 0x050C8EA0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESModel_{ 0x050C7590 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESPlanetModel_{ 0x050A4560 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESTexture_{ 0x050C72A0 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESValueForm_{ 0x050C8840 }; - inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESWeightForm_{ 0x050C9720 }; - inline constexpr REL::Offset DefaultFunctionSpecialPurposeHandler{ 0x05134420 }; - inline constexpr REL::Offset DefaultMessageBoxCallback{ 0x051E5220 }; - inline constexpr REL::Offset DefaultSingleFormDependencyFormPointerMapValue_BGSImpactData_{ 0x051E41A0 }; - inline constexpr REL::Offset DefaultSingleFormDependencyFormPointerMapValue_TESForm_{ 0x051CC050 }; - inline constexpr REL::Offset DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount__{ 0x052B3E30 }; - inline constexpr REL::Offset DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData__{ 0x0536FE40 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ 0x052B14E0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy__{ 0x052B0020 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount__{ 0x052B3D90 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ 0x052B1D20 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver__{ 0x052B5BB0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData__{ 0x0536FEC0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect__{ 0x052B6500 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject__{ 0x052B6AD0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile__{ 0x052B60E0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ 0x052B1570 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy__{ 0x052B00A0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ 0x052B1DB0 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy__{ 0x052B0620 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver__{ 0x052B5C20 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject__{ 0x052B6B30 }; - inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile__{ 0x052B6140 }; - inline constexpr REL::Offset DeferredDeletion__IDeferredDeleter{ 0x052AEDE0 }; - inline constexpr REL::Offset DeferredDeletion__IGCService{ 0x052B4828 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1__1_{ 0x052B6B90 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1__1_{ 0x052B3ED0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1__1_{ 0x052B0120 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1__1_{ 0x0536FCF0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1__1_{ 0x052B8810 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1__1_{ 0x052B1600 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1__1_{ 0x052B4860 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1__1_{ 0x052B0690 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1__1_{ 0x052B1E40 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1__1_{ 0x052B0F40 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1__1_{ 0x052B61A0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1__1_{ 0x052B7470 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1__1_{ 0x052B65A0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1_{ 0x052B7B50 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1_{ 0x052B3C00 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1_{ 0x052AFEC0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1_{ 0x0536F1B0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1_{ 0x052B86B0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1_{ 0x052B1370 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1_{ 0x052B5A70 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1_{ 0x052B0510 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1_{ 0x052B5220 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1_{ 0x052B0E70 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1_{ 0x052B5FB0 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1_{ 0x052B8170 }; - inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1_{ 0x052B63F0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1__{ 0x052B7A40 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1__{ 0x052B46B0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1__{ 0x052AFD80 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1__{ 0x0536F2E0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1__{ 0x052B85F0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1__{ 0x052B2890 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1__{ 0x052B5950 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1__{ 0x052B0410 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1__{ 0x052B50C0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1__{ 0x052B0DB0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1__{ 0x052B5EA0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1__{ 0x052B80B0 }; - inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1__{ 0x052B7380 }; - inline constexpr REL::Offset DemoralizeEffect{ 0x052A4458 }; - inline constexpr REL::Offset DependencyFormPointerMapValueBase{ 0x051CBBD0 }; - inline constexpr REL::Offset DependencyFormPointerMapValueSimple_unsignedshort_{ 0x051D0880 }; - inline constexpr REL::Offset DependentAnimationGraphManagerHolder{ 0x05153920 }; - inline constexpr REL::Offset DesyncInteractionHandler{ 0x052E95E8 }; - inline constexpr REL::Offset DetectLifeEffect{ 0x052A2D88 }; - inline constexpr REL::Offset DetectionCallback__lambda_ec4924038b54912e87c60056f1c733ee__{ 0x052EED50 }; - inline constexpr REL::Offset DetectionCollector{ 0x052A2E00 }; - inline constexpr REL::Offset DetectionDebugData{ 0x052D39C8 }; - inline constexpr REL::Offset DetectionListener{ 0x052A2E68 }; - inline constexpr REL::Offset DetectionState{ 0x052D39F8 }; - inline constexpr REL::Offset DeviceChangeEvent{ 0x053708B0 }; - inline constexpr REL::Offset DeviceChangeHandler{ 0x0532B7B8 }; - inline constexpr REL::Offset DeviceConnectEvent{ 0x053708D8 }; - inline constexpr REL::Offset DialogueCameraState{ 0x05209100 }; - inline constexpr REL::Offset DialogueMenu{ 0x05327750 }; - inline constexpr REL::Offset DialogueMenu_CompleteExit{ 0x0525E668 }; - inline constexpr REL::Offset DialogueMenu_OnDialogueSelect{ 0x05326770 }; - inline constexpr REL::Offset DialogueMenu_OnListVisibilityChange{ 0x053267A8 }; - inline constexpr REL::Offset DialogueMenu_OnPersuasionAutoWin{ 0x05326480 }; - inline constexpr REL::Offset DialogueMenu_RequestExit{ 0x05327720 }; - inline constexpr REL::Offset DialogueMenu_RequestSkipDialogue{ 0x053276E8 }; - inline constexpr REL::Offset DialoguePackage{ 0x051FC2A8 }; - inline constexpr REL::Offset DialogueUIDataModel{ 0x0525E698 }; - inline constexpr REL::Offset DialogueUIDataModel__DialogueData{ 0x0525ED20 }; - inline constexpr REL::Offset DialogueUIDataModel__DialogueEntryData{ 0x0525E848 }; - inline constexpr REL::Offset DialogueUIDataModel__DialogueListData{ 0x0525E8E8 }; - inline constexpr REL::Offset DialogueUIDataModel__DialogueUIDataEventShuttle{ 0x0525E770 }; - inline constexpr REL::Offset DialogueUIDataModel__PersuasionEntryData{ 0x0525E808 }; - inline constexpr REL::Offset DialogueUIDataModel__PersuasionListData{ 0x0525EB30 }; - inline constexpr REL::Offset DialogueUIDataModel__PersuasionPointsData{ 0x0525ED58 }; - inline constexpr REL::Offset DirectAtNode{ 0x0536DF00 }; - inline constexpr REL::Offset DirectAtNodeInstance{ 0x0536DED0 }; - inline constexpr REL::Offset DisableCharacterBumperHandler{ 0x052E8A38 }; - inline constexpr REL::Offset DisableCharacterControllerHandler{ 0x052E9488 }; - inline constexpr REL::Offset DisableCharacterPitchHandler{ 0x052E8510 }; - inline constexpr REL::Offset DisableCollisionHandler{ 0x052E8AA8 }; - inline constexpr REL::Offset DisarmEffect{ 0x052A2DB0 }; - inline constexpr REL::Offset DisconnectHandler{ 0x0532B790 }; - inline constexpr REL::Offset DisguiseEffect{ 0x052A2E90 }; - inline constexpr REL::Offset DisguiseEffect__DetectionChecker{ 0x052A2E30 }; - inline constexpr REL::Offset DispelEffect{ 0x052A2EB8 }; - inline constexpr REL::Offset DiveBombPathController{ 0x05308A38 }; - inline constexpr REL::Offset DoNotInterruptAnimationHandler{ 0x052E8C18 }; - inline constexpr REL::Offset DoNothingUnhandledPolicy_BSFixedString_{ 0x05165FE0 }; - inline constexpr REL::Offset DocAcceptDataModel{ 0x05242418 }; - inline constexpr REL::Offset DocAcceptDataModel__DocAcceptEventShuttle{ 0x05242340 }; - inline constexpr REL::Offset DocAcceptMenu{ 0x05229DD8 }; - inline constexpr REL::Offset DocAcceptMenu_Accept{ 0x05229E48 }; - inline constexpr REL::Offset DoorObstacleAdapter{ 0x052BBFD8 }; - inline constexpr REL::Offset DropResourcesEffect{ 0x052A3C90 }; - inline constexpr REL::Offset DrugsCraftingMenu{ 0x05288AF8 }; - inline constexpr REL::Offset DualDirectAtNode{ 0x0536DE78 }; - inline constexpr REL::Offset DualDirectAtNodeInstance{ 0x0536DEA0 }; - inline constexpr REL::Offset DualValueModifierEffect{ 0x052A2EE0 }; - inline constexpr REL::Offset DynamicAnimationNode{ 0x0536DB50 }; - inline constexpr REL::Offset DynamicAnimationNodeInstance{ 0x0536DB80 }; - inline constexpr REL::Offset DynamicGraphReference{ 0x0536CDD0 }; - inline constexpr REL::Offset DynamicGraphReferenceInstance{ 0x0536CE00 }; - inline constexpr REL::Offset DynamicIdleDataSingletonHelper{ 0x05153AF0 }; - inline constexpr REL::Offset DynamicNavMeshTask{ 0x0515A340 }; - inline constexpr REL::Offset DynamicNavMeshTaskCellRemap{ 0x0515A2D0 }; - inline constexpr REL::Offset DynamicNavMeshTaskShiftWorld{ 0x0515A298 }; - inline constexpr REL::Offset DynamicNavMeshTaskStitching{ 0x0515A308 }; - inline constexpr REL::Offset DynamicNavmesh{ 0x05190280 }; - inline constexpr REL::Offset DynamicNavmeshService{ 0x0515EBD8 }; - inline constexpr REL::Offset EffectArchetypes__MainStatusHandler{ 0x050AD6B0 }; - inline constexpr REL::Offset EffectSequenceComponentPolicy{ 0x050A8100 }; - inline constexpr REL::Offset EffectSequenceMap{ 0x05162318 }; - inline constexpr REL::Offset EffectSequenceNode{ 0x0536A480 }; - inline constexpr REL::Offset EffectSequenceNodeInstance{ 0x0536D050 }; - inline constexpr REL::Offset EffectSequence__EffectSequenceManager{ 0x051619E0 }; - inline constexpr REL::Offset EffectSequence__IFormInitialized{ 0x05162498 }; - inline constexpr REL::Offset EffectSetting{ 0x0508D0F0 }; - inline constexpr REL::Offset EjectShellCasingHandler{ 0x052E9A88 }; - inline constexpr REL::Offset EmittanceManagerAgent{ 0x05153D08 }; - inline constexpr REL::Offset EmitterProjectile{ 0x0520EA10 }; - inline constexpr REL::Offset EmptyDependencyFormPointerMapValue{ 0x051CC130 }; - inline constexpr REL::Offset EnableCharacterBumperHandler{ 0x052E8A70 }; - inline constexpr REL::Offset EnableCharacterControllerHandler{ 0x052E9378 }; - inline constexpr REL::Offset EnableCharacterPitchHandler{ 0x052E8618 }; - inline constexpr REL::Offset EnableCollisionHandler{ 0x052E8AD8 }; - inline constexpr REL::Offset EnchantmentItem{ 0x05177818 }; - inline constexpr REL::Offset EndGameCreditsMenu{ 0x0522A2C0 }; - inline constexpr REL::Offset EndGameCreditsMenu__CustomEvent{ 0x05090A50 }; - inline constexpr REL::Offset EndSecurityMinigameHandler{ 0x052E9808 }; - inline constexpr REL::Offset EndSummonAnimationHandler{ 0x052E8BE8 }; - inline constexpr REL::Offset EnhanceWeaponEffect{ 0x052AE768 }; - inline constexpr REL::Offset EnsureAliasCanBePickpocketedFunc{ 0x0523B0F8 }; - inline constexpr REL::Offset EquippedItemData{ 0x05221850 }; - inline constexpr REL::Offset EquippedSpell__Data{ 0x05221820 }; - inline constexpr REL::Offset EquippedWeapon__AimModule{ 0x052218D8 }; - inline constexpr REL::Offset EquippedWeapon__AmmunitionModule{ 0x05221908 }; - inline constexpr REL::Offset EquippedWeapon__AttackModule{ 0x05221940 }; - inline constexpr REL::Offset EquippedWeapon__AudioModule{ 0x05221A38 }; - inline constexpr REL::Offset EquippedWeapon__Data{ 0x05221878 }; - inline constexpr REL::Offset EquippedWeapon__IModule{ 0x052218A8 }; - inline constexpr REL::Offset EquippedWeapon__MeleeAttackModule{ 0x05221978 }; - inline constexpr REL::Offset EquippedWeapon__PowerModule{ 0x052219B0 }; - inline constexpr REL::Offset EquippedWeapon__RangedAttackModule{ 0x05221B50 }; - inline constexpr REL::Offset EquippedWeapon__VariableRangeModule{ 0x05221B88 }; - inline constexpr REL::Offset EquippedWeapon__VisualModule{ 0x05221BC8 }; - inline constexpr REL::Offset EquippedWeapon____RefWeaponResolver{ 0x052219F0 }; - inline constexpr REL::Offset EtherealizationEffect{ 0x052A2F10 }; - inline constexpr REL::Offset EvaluateConditionVariable{ 0x0536D410 }; - inline constexpr REL::Offset EvaluateConditionVariableInstance{ 0x0536D440 }; - inline constexpr REL::Offset EventController{ 0x0536DA48 }; - inline constexpr REL::Offset EventControllerInstance{ 0x0536DA70 }; - inline constexpr REL::Offset EventDispatcherBackend{ 0x0539FD18 }; - inline constexpr REL::Offset EventFromRange{ 0x0536D758 }; - inline constexpr REL::Offset EventFromRangeInstance{ 0x0536D780 }; - inline constexpr REL::Offset EveryNEvents{ 0x0536D8C8 }; - inline constexpr REL::Offset EveryNEventsInstance{ 0x0536D8F0 }; - inline constexpr REL::Offset ExecuteOnAliasedRefFunc{ 0x05178D40 }; - inline constexpr REL::Offset ExitChargen_ConfirmCallback{ 0x05281A60 }; - inline constexpr REL::Offset Explosion{ 0x052AE610 }; - inline constexpr REL::Offset ExplosionClosestHitCollector{ 0x052EC598 }; - inline constexpr REL::Offset ExplosiveIndicatorDataModel{ 0x05238AF0 }; - inline constexpr REL::Offset ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle{ 0x05238C90 }; - inline constexpr REL::Offset ExternalDataSourceMainStatusHandler{ 0x050AD6F0 }; - inline constexpr REL::Offset ExternalRefcountStrategy_0_{ 0x053FAAE0 }; - inline constexpr REL::Offset ExtraAcousticParent{ 0x0517A3E0 }; - inline constexpr REL::Offset ExtraAction{ 0x0517AC18 }; - inline constexpr REL::Offset ExtraActivateRef{ 0x0517AE20 }; - inline constexpr REL::Offset ExtraActivateText{ 0x05178528 }; - inline constexpr REL::Offset ExtraActorCause{ 0x05179238 }; - inline constexpr REL::Offset ExtraActorValueStorage{ 0x051784A0 }; - inline constexpr REL::Offset ExtraAliasInstanceArray{ 0x0517A9B8 }; - inline constexpr REL::Offset ExtraAmmo{ 0x05179308 }; - inline constexpr REL::Offset ExtraAnimGraphManager{ 0x0517ACC0 }; - inline constexpr REL::Offset ExtraAnimGraphPreload{ 0x0517A2F0 }; - inline constexpr REL::Offset ExtraAnimSounds{ 0x05178500 }; - inline constexpr REL::Offset ExtraAshPileRef{ 0x0517A4A0 }; - inline constexpr REL::Offset ExtraAttachRef{ 0x05178A78 }; - inline constexpr REL::Offset ExtraAttachRefChildren{ 0x051789E8 }; - inline constexpr REL::Offset ExtraAttachedArrows3D{ 0x05178CB0 }; - inline constexpr REL::Offset ExtraBadPosition{ 0x05179178 }; - inline constexpr REL::Offset ExtraBendableSplineParams{ 0x05162CD8 }; - inline constexpr REL::Offset ExtraBlueprintPartOriginData{ 0x05179068 }; - inline constexpr REL::Offset ExtraBody{ 0x0517A8B8 }; - inline constexpr REL::Offset ExtraBoneScaleMap{ 0x05178920 }; - inline constexpr REL::Offset ExtraCachedScale{ 0x05178B28 }; - inline constexpr REL::Offset ExtraCalcedPackIn{ 0x051788A0 }; - inline constexpr REL::Offset ExtraCanTalkToPlayer{ 0x0517A928 }; - inline constexpr REL::Offset ExtraCannotWear{ 0x0517ADF8 }; - inline constexpr REL::Offset ExtraCell3D{ 0x05177D58 }; - inline constexpr REL::Offset ExtraCellAcousticSpace{ 0x05177BF0 }; - inline constexpr REL::Offset ExtraCellEnvMap{ 0x051786C0 }; - inline constexpr REL::Offset ExtraCellGlobalDirtLayer{ 0x05177DB0 }; - inline constexpr REL::Offset ExtraCellImageSpace{ 0x05177CD8 }; - inline constexpr REL::Offset ExtraCellMusicType{ 0x05177BC0 }; - inline constexpr REL::Offset ExtraCellSkyRegion{ 0x05177CA8 }; - inline constexpr REL::Offset ExtraCellWaterEnvMap{ 0x05178630 }; - inline constexpr REL::Offset ExtraCellWaterType{ 0x05177D80 }; - inline constexpr REL::Offset ExtraCharge{ 0x051798A8 }; - inline constexpr REL::Offset ExtraCollisionData{ 0x05178DC8 }; - inline constexpr REL::Offset ExtraCombatStyle{ 0x05178E30 }; - inline constexpr REL::Offset ExtraConstrainedDecalData{ 0x051785A8 }; - inline constexpr REL::Offset ExtraCount{ 0x051799B8 }; - inline constexpr REL::Offset ExtraCreatureAwakeSound{ 0x05179288 }; - inline constexpr REL::Offset ExtraCulledBone{ 0x05179780 }; - inline constexpr REL::Offset ExtraCulledSubsegment{ 0x05178C30 }; - inline constexpr REL::Offset ExtraDataList__NativeLinkFunctor__lambda_5e7648af5ca7db90a214a0a0b84d1172__{ 0x05299470 }; - inline constexpr REL::Offset ExtraDataList__NativeLinkFunctor__lambda_847a05dbb8676473a5e88db7bb9e3d88__{ 0x05350EE0 }; - inline constexpr REL::Offset ExtraDesiredLegendaryRank{ 0x05178AA0 }; - inline constexpr REL::Offset ExtraDirectAtTarget{ 0x0517A320 }; - inline constexpr REL::Offset ExtraDroppedItemList{ 0x0517AD40 }; - inline constexpr REL::Offset ExtraEditorID{ 0x05179328 }; - inline constexpr REL::Offset ExtraEditorRefMoveData{ 0x0517A788 }; - inline constexpr REL::Offset ExtraEmittanceSource{ 0x0517A410 }; - inline constexpr REL::Offset ExtraEnableStateChildren{ 0x0517AED8 }; - inline constexpr REL::Offset ExtraEnableStateParent{ 0x0517AEA8 }; - inline constexpr REL::Offset ExtraEnchantment{ 0x05179538 }; - inline constexpr REL::Offset ExtraEncounterZone{ 0x0517AA70 }; - inline constexpr REL::Offset ExtraEssentialProtected{ 0x051788C8 }; - inline constexpr REL::Offset ExtraExteriorReflectionProbeAdjustmentVolume{ 0x0517A8E0 }; - inline constexpr REL::Offset ExtraExternalEmittanceData{ 0x05178400 }; - inline constexpr REL::Offset ExtraFXPickNodes{ 0x05178948 }; - inline constexpr REL::Offset ExtraFactionChanges{ 0x0517AAA0 }; - inline constexpr REL::Offset ExtraFavorCost{ 0x05179128 }; - inline constexpr REL::Offset ExtraFavorite{ 0x05179350 }; - inline constexpr REL::Offset ExtraFlags{ 0x05179510 }; - inline constexpr REL::Offset ExtraFogVolume{ 0x0517A958 }; - inline constexpr REL::Offset ExtraFollower{ 0x05179850 }; - inline constexpr REL::Offset ExtraFollowerSwimBreadcrumbs{ 0x0517A980 }; - inline constexpr REL::Offset ExtraForcedLandingMarker{ 0x05178690 }; - inline constexpr REL::Offset ExtraForcedTarget{ 0x05179560 }; - inline constexpr REL::Offset ExtraFriendHits{ 0x0517A7E8 }; - inline constexpr REL::Offset ExtraFromAlias{ 0x05178C60 }; - inline constexpr REL::Offset ExtraFurnitureEntryData{ 0x0517A2C0 }; - inline constexpr REL::Offset ExtraGeometryDirtynessScale{ 0x05179378 }; - inline constexpr REL::Offset ExtraGhost{ 0x0517ADA0 }; - inline constexpr REL::Offset ExtraGlobal{ 0x05179A08 }; - inline constexpr REL::Offset ExtraGroupedPackin{ 0x05178370 }; - inline constexpr REL::Offset ExtraGuardedRefData{ 0x0517A7B8 }; - inline constexpr REL::Offset ExtraHasNoRumors{ 0x05178ED0 }; - inline constexpr REL::Offset ExtraHavok{ 0x05177D08 }; - inline constexpr REL::Offset ExtraHeadTrackingWeight{ 0x051790F8 }; - inline constexpr REL::Offset ExtraHeadingTarget{ 0x051797D0 }; - inline constexpr REL::Offset ExtraHealth{ 0x051798F8 }; - inline constexpr REL::Offset ExtraHorse{ 0x051790D0 }; - inline constexpr REL::Offset ExtraIgnoredAttractKeywords{ 0x051789B0 }; - inline constexpr REL::Offset ExtraIgnoredBySandbox{ 0x0517A718 }; - inline constexpr REL::Offset ExtraInitActions{ 0x05162D08 }; - inline constexpr REL::Offset ExtraInputEnableLayer{ 0x0517A3B0 }; - inline constexpr REL::Offset ExtraInstanceData{ 0x0517A618 }; - inline constexpr REL::Offset ExtraInteraction{ 0x0517A840 }; - inline constexpr REL::Offset ExtraInvestedGold{ 0x051788F8 }; - inline constexpr REL::Offset ExtraItemDropper{ 0x0517AD18 }; - inline constexpr REL::Offset ExtraKeywords{ 0x051785D8 }; - inline constexpr REL::Offset ExtraLargeRefOwnerCells{ 0x05178D70 }; - inline constexpr REL::Offset ExtraLastFinishedSequence{ 0x0517AD70 }; - inline constexpr REL::Offset ExtraLevCreaModifier{ 0x0517A440 }; - inline constexpr REL::Offset ExtraLeveledBaseObject{ 0x0517A4C8 }; - inline constexpr REL::Offset ExtraLeveledCreature{ 0x0517AC68 }; - inline constexpr REL::Offset ExtraLeveledItem{ 0x05179948 }; - inline constexpr REL::Offset ExtraLight{ 0x0517ACF0 }; - inline constexpr REL::Offset ExtraLightAreaData{ 0x051796C0 }; - inline constexpr REL::Offset ExtraLightBarndoorData{ 0x05179720 }; - inline constexpr REL::Offset ExtraLightColorData{ 0x05179690 }; - inline constexpr REL::Offset ExtraLightData{ 0x05178CE0 }; - inline constexpr REL::Offset ExtraLightFlickerData{ 0x051796F0 }; - inline constexpr REL::Offset ExtraLightGoboData{ 0x05179660 }; - inline constexpr REL::Offset ExtraLightLayerData{ 0x05179600 }; - inline constexpr REL::Offset ExtraLightRoundnessData{ 0x05179750 }; - inline constexpr REL::Offset ExtraLightStaticShadowMapData{ 0x05178D08 }; - inline constexpr REL::Offset ExtraLightVolumetricData{ 0x05179630 }; - inline constexpr REL::Offset ExtraLinkedChildrenAliasInstanceArray{ 0x0517A748 }; - inline constexpr REL::Offset ExtraLinkedRef{ 0x05179800 }; - inline constexpr REL::Offset ExtraLinkedRefChildren{ 0x0517AE48 }; - inline constexpr REL::Offset ExtraLitWaterRefs{ 0x05178EA8 }; - inline constexpr REL::Offset ExtraLocation{ 0x05178AD0 }; - inline constexpr REL::Offset ExtraLocationRefType{ 0x0517AE78 }; - inline constexpr REL::Offset ExtraLock{ 0x051795B8 }; - inline constexpr REL::Offset ExtraLockList{ 0x05178BB0 }; - inline constexpr REL::Offset ExtraMagicCaster{ 0x05178268 }; - inline constexpr REL::Offset ExtraMapMarker{ 0x0517AC98 }; - inline constexpr REL::Offset ExtraMaterialSwap{ 0x05178580 }; - inline constexpr REL::Offset ExtraMissingRefIDs{ 0x051794B8 }; - inline constexpr REL::Offset ExtraModIndex{ 0x05178788 }; - inline constexpr REL::Offset ExtraModRank{ 0x05178C88 }; - inline constexpr REL::Offset ExtraModelSwap{ 0x05178E58 }; - inline constexpr REL::Offset ExtraNavMeshPortal{ 0x051791A0 }; - inline constexpr REL::Offset ExtraNorthRotation{ 0x05177C78 }; - inline constexpr REL::Offset ExtraObjectBreakable{ 0x05178438 }; - inline constexpr REL::Offset ExtraObjectSavedDynamicIdles{ 0x05178468 }; - inline constexpr REL::Offset ExtraObjectSavedUnrecoverableSubgraphs{ 0x05178970 }; - inline constexpr REL::Offset ExtraOcclusionPlaneRefData{ 0x051791D0 }; - inline constexpr REL::Offset ExtraOpenCloseActivateRef{ 0x05178BD8 }; - inline constexpr REL::Offset ExtraOriginalBaseObject{ 0x05178B80 }; - inline constexpr REL::Offset ExtraOriginalReference{ 0x05179878 }; - inline constexpr REL::Offset ExtraOutfitItem{ 0x05179970 }; - inline constexpr REL::Offset ExtraOwnership{ 0x051799E0 }; - inline constexpr REL::Offset ExtraOwningInstance{ 0x05178A48 }; - inline constexpr REL::Offset ExtraPackage{ 0x0517AF80 }; - inline constexpr REL::Offset ExtraPackageData{ 0x05178DA0 }; - inline constexpr REL::Offset ExtraPackageStartLocation{ 0x0517A888 }; - inline constexpr REL::Offset ExtraPatrolRefData{ 0x05179208 }; - inline constexpr REL::Offset ExtraPatrolRefInUseData{ 0x0517AA10 }; - inline constexpr REL::Offset ExtraPersistentCell{ 0x0517A5B0 }; - inline constexpr REL::Offset ExtraPlacedPlanetContent{ 0x05178290 }; - inline constexpr REL::Offset ExtraPlayerCrimeList{ 0x0517AF08 }; - inline constexpr REL::Offset ExtraPoison{ 0x051797A8 }; - inline constexpr REL::Offset ExtraPowerArmor{ 0x0517A640 }; - inline constexpr REL::Offset ExtraPowerArmorPreload{ 0x0517A380 }; - inline constexpr REL::Offset ExtraPowerLinks{ 0x05179828 }; - inline constexpr REL::Offset ExtraPrimitive{ 0x051792E0 }; - inline constexpr REL::Offset ExtraProceduralInstanceData{ 0x05178718 }; - inline constexpr REL::Offset ExtraProcessMiddleLow{ 0x05177C20 }; - inline constexpr REL::Offset ExtraProjectedDecalData{ 0x051793B0 }; - inline constexpr REL::Offset ExtraPromotedRef{ 0x0517A6F0 }; - inline constexpr REL::Offset ExtraPropertySheet{ 0x051786E8 }; - inline constexpr REL::Offset ExtraRadioData{ 0x05179260 }; - inline constexpr REL::Offset ExtraRadioReceiver{ 0x05178550 }; - inline constexpr REL::Offset ExtraRadioRepeater{ 0x051784D0 }; - inline constexpr REL::Offset ExtraRadius{ 0x05178E80 }; - inline constexpr REL::Offset ExtraRadiusFalloffExponent{ 0x05178DF8 }; - inline constexpr REL::Offset ExtraRagDollData{ 0x0517A588 }; - inline constexpr REL::Offset ExtraRandomAnimStartTime{ 0x051783A0 }; - inline constexpr REL::Offset ExtraRandomTeleportMarker{ 0x0517ADC8 }; - inline constexpr REL::Offset ExtraRangedDistOverride{ 0x05179458 }; - inline constexpr REL::Offset ExtraRank{ 0x05179998 }; - inline constexpr REL::Offset ExtraRefWeaponSounds{ 0x0517A350 }; - inline constexpr REL::Offset ExtraReferenceGroup{ 0x05178600 }; - inline constexpr REL::Offset ExtraReferenceHandles{ 0x05178B50 }; - inline constexpr REL::Offset ExtraReflectedRefs{ 0x05178A18 }; - inline constexpr REL::Offset ExtraReflectorRefs{ 0x05178EF8 }; - inline constexpr REL::Offset ExtraRefrPath{ 0x0517A6A0 }; - inline constexpr REL::Offset ExtraRefractionProperty{ 0x0517AAD0 }; - inline constexpr REL::Offset ExtraRegionList{ 0x05177D30 }; - inline constexpr REL::Offset ExtraReservedMarkers{ 0x0517A520 }; - inline constexpr REL::Offset ExtraRoomRefData{ 0x0517A9E8 }; - inline constexpr REL::Offset ExtraRunOncePacks{ 0x0517AF38 }; - inline constexpr REL::Offset ExtraSavedAnimation{ 0x0517AB28 }; - inline constexpr REL::Offset ExtraSavedHavokData{ 0x0517AB58 }; - inline constexpr REL::Offset ExtraSayToTopicInfo{ 0x0517ABE8 }; - inline constexpr REL::Offset ExtraSayTopicInfoOnceADay{ 0x0517AA40 }; - inline constexpr REL::Offset ExtraScale{ 0x051798D0 }; - inline constexpr REL::Offset ExtraSceneData{ 0x05179150 }; - inline constexpr REL::Offset ExtraScriptedAnimDependence{ 0x0517A668 }; - inline constexpr REL::Offset ExtraSeed{ 0x0517AF60 }; - inline constexpr REL::Offset ExtraSeenData{ 0x05177C50 }; - inline constexpr REL::Offset ExtraShipArrivalData{ 0x05179038 }; - inline constexpr REL::Offset ExtraShipBlueprintSnapData{ 0x0517A550 }; - inline constexpr REL::Offset ExtraShouldWear{ 0x0517AC40 }; - inline constexpr REL::Offset ExtraSnapLinks{ 0x05178348 }; - inline constexpr REL::Offset ExtraSoul{ 0x0517A868 }; - inline constexpr REL::Offset ExtraSound{ 0x0517AB00 }; - inline constexpr REL::Offset ExtraSoundHook{ 0x051792B8 }; - inline constexpr REL::Offset ExtraSourcePackIn{ 0x05178820 }; - inline constexpr REL::Offset ExtraSpawnContainer{ 0x0517A470 }; - inline constexpr REL::Offset ExtraStartingPosition{ 0x05179588 }; - inline constexpr REL::Offset ExtraStartingWorldOrCell{ 0x0517A810 }; - inline constexpr REL::Offset ExtraTeleport{ 0x051795D8 }; - inline constexpr REL::Offset ExtraTeleportName{ 0x05178C08 }; - inline constexpr REL::Offset ExtraTempLocationWorldSpace{ 0x0517A5E0 }; - inline constexpr REL::Offset ExtraTerminalMenuBodyTextItems{ 0x051787E8 }; - inline constexpr REL::Offset ExtraTerminalMenuItems{ 0x05178848 }; - inline constexpr REL::Offset ExtraTerminalMenuMenuItems{ 0x051787B0 }; - inline constexpr REL::Offset ExtraTerminalMenuUnlockedItems{ 0x05178750 }; - inline constexpr REL::Offset ExtraTextDisplayData{ 0x051790A0 }; - inline constexpr REL::Offset ExtraTimeLeft{ 0x05179920 }; - inline constexpr REL::Offset ExtraTimeOfDayData{ 0x051783D0 }; - inline constexpr REL::Offset ExtraTransitionCellCount{ 0x05179008 }; - inline constexpr REL::Offset ExtraTraversalData{ 0x0517A1F8 }; - inline constexpr REL::Offset ExtraTresPassPackage{ 0x05178AF8 }; - inline constexpr REL::Offset ExtraUniqueID{ 0x051794E8 }; - inline constexpr REL::Offset ExtraUsedMarkers{ 0x0517A4F8 }; - inline constexpr REL::Offset ExtraVoiceType{ 0x05178878 }; - inline constexpr REL::Offset ExtraVolumeData{ 0x051793E0 }; - inline constexpr REL::Offset ExtraVolumeReflectionProbe_OffsetIntensity{ 0x05179410 }; - inline constexpr REL::Offset ExtraWaterCurrentZoneData{ 0x05179488 }; - inline constexpr REL::Offset ExtraWaterData{ 0x0517A6C8 }; - inline constexpr REL::Offset ExtraWaterLightRefs{ 0x05178F28 }; - inline constexpr REL::Offset ExtraWaterReflectionData{ 0x05178660 }; - inline constexpr REL::Offset ExtraWorkshopSnapping{ 0x051C1220 }; - inline constexpr REL::Offset ExtraWwiseSwitchData{ 0x051E2710 }; - inline constexpr REL::Offset EyeTrackingOffHandler{ 0x052E9FC0 }; - inline constexpr REL::Offset EyeTrackingOnHandler{ 0x052E9FF0 }; - inline constexpr REL::Offset FACEFX_ACTOR{ 0x051632B8 }; - inline constexpr REL::Offset FACEFX_BONESET{ 0x05163290 }; - inline constexpr REL::Offset FOCollisionListener{ 0x051EAC28 }; - inline constexpr REL::Offset FaceEmotionalIdleHandler{ 0x052E9D30 }; - inline constexpr REL::Offset FaderData{ 0x05091D78 }; - inline constexpr REL::Offset FaderMenu{ 0x05327AF8 }; - inline constexpr REL::Offset FanfareData{ 0x0522A400 }; - inline constexpr REL::Offset FanfareMenu{ 0x0522A2F0 }; - inline constexpr REL::Offset FanfareMenu__FanfareEventShuttle{ 0x0522A318 }; - inline constexpr REL::Offset FarTravel__Arrival{ 0x052A6CE0 }; - inline constexpr REL::Offset FarTravel__Cruise{ 0x052A6CB8 }; - inline constexpr REL::Offset FarTravel__Departure{ 0x052A6D40 }; - inline constexpr REL::Offset FarTravel__FarTravelOrbitalUpdateFadeDone{ 0x052A6C40 }; - inline constexpr REL::Offset FarTravel__FarTravelUnloadNode{ 0x051C6088 }; - inline constexpr REL::Offset FarTravel__Stage{ 0x052A6C18 }; - inline constexpr REL::Offset FarTravel__UpdateGalacticPositions{ 0x052A6D08 }; - inline constexpr REL::Offset FavoritesManager{ 0x05328C30 }; - inline constexpr REL::Offset FavoritesManager__FavoritesData{ 0x05328EF8 }; - inline constexpr REL::Offset FavoritesManager__FavoritesEntryData{ 0x05328EB8 }; - inline constexpr REL::Offset FavoritesManager__FavoritesUIDataEventShuttle{ 0x05328E70 }; - inline constexpr REL::Offset FavoritesMenu{ 0x05328BB8 }; - inline constexpr REL::Offset FavoritesMenu_AssignQuickkey{ 0x05328AF0 }; - inline constexpr REL::Offset FavoritesMenu_UseQuickkey{ 0x05328B28 }; - inline constexpr REL::Offset FileWriterBase{ 0x052A91E0 }; - inline constexpr REL::Offset FindConnectedNavmeshInfosVisitor{ 0x051FD048 }; - inline constexpr REL::Offset FindDynamicNeighborsTask{ 0x05088B90 }; - inline constexpr REL::Offset FindEffectKeywordOnTargetFunctor{ 0x052A3668 }; - inline constexpr REL::Offset FindTriangleForLocationFilter{ 0x05151740 }; - inline constexpr REL::Offset FindTriangleForLocationFilterCheckDeltaZ{ 0x05151668 }; - inline constexpr REL::Offset FindTriangleForLocationTraversableFilter{ 0x053AF700 }; - inline constexpr REL::Offset FindTriangleForLocationWaterFilter{ 0x053AF740 }; - inline constexpr REL::Offset FireForgetModel{ 0x05238D40 }; - inline constexpr REL::Offset FireForgetModel__FireForgetEventShuttle{ 0x05238EE0 }; - inline constexpr REL::Offset FireParticlesCollidedWithBodiesCallbackTask{ 0x05088CC0 }; - inline constexpr REL::Offset FireParticlesCollidedWithParticlesCallbackTask{ 0x05088C70 }; - inline constexpr REL::Offset FireParticlesExitedSafeRegionCallbackTask{ 0x05088D10 }; - inline constexpr REL::Offset FirstPersonState{ 0x05322C58 }; - inline constexpr REL::Offset FlameProjectile{ 0x052EC9B0 }; - inline constexpr REL::Offset FleePackage{ 0x05091CD8 }; - inline constexpr REL::Offset FlightActionEndHandler{ 0x052E9028 }; - inline constexpr REL::Offset FlightActionEntryEndHandler{ 0x052E9058 }; - inline constexpr REL::Offset FlightActionHandler{ 0x052E8E48 }; - inline constexpr REL::Offset FlightCameraState{ 0x05322F30 }; - inline constexpr REL::Offset FlightCrashLandStartHandler{ 0x052E90C0 }; - inline constexpr REL::Offset FlightCruisingHandler{ 0x052E8EA8 }; - inline constexpr REL::Offset FlightHoveringHandler{ 0x052E8F38 }; - inline constexpr REL::Offset FlightLandEndHandler{ 0x052E8E78 }; - inline constexpr REL::Offset FlightLandHandler{ 0x052E8DF0 }; - inline constexpr REL::Offset FlightLandingHandler{ 0x052E8F08 }; - inline constexpr REL::Offset FlightPerchingHandler{ 0x052E8E18 }; - inline constexpr REL::Offset FlightTakeOffHandler{ 0x052E8ED8 }; - inline constexpr REL::Offset Float3LightAnimData{ 0x0516A4E0 }; - inline constexpr REL::Offset Float4LightAnimData{ 0x0516A488 }; - inline constexpr REL::Offset FloatLightAnimData{ 0x0516A458 }; - inline constexpr REL::Offset FocusStarMapOnBodyMsg{ 0x05091648 }; - inline constexpr REL::Offset FoodCraftingMenu{ 0x0526B768 }; - inline constexpr REL::Offset FootIKNode{ 0x0536A4B0 }; - inline constexpr REL::Offset FootIKNodeInstance{ 0x0536D120 }; - inline constexpr REL::Offset FootIkInterface{ 0x052CB258 }; - inline constexpr REL::Offset ForEachFunctorAdapter_SpellItem_Actor__ForEachSpellVisitor__lambda_0a09c06f17a37f4a740c7ecd942c21dc__BSContainer__ForEachResult_{ 0x052EEE10 }; - inline constexpr REL::Offset ForceWeaponFireHandler{ 0x052E86E0 }; - inline constexpr REL::Offset FormComponentUtils__ReadableComponent_BGSLodRuntimeOwnerComponent_{ 0x0515FB30 }; - inline constexpr REL::Offset FormStreamerLoadStorageWrapper{ 0x052AD830 }; - inline constexpr REL::Offset FormStreamerSaveStorageWrapper{ 0x052AD7F8 }; - inline constexpr REL::Offset FreeAdvancedCameraState{ 0x05323140 }; - inline constexpr REL::Offset FreeFlyCameraState{ 0x053231D0 }; - inline constexpr REL::Offset FreeTetheredCameraState{ 0x053231A0 }; - inline constexpr REL::Offset FreeWalkCameraState{ 0x05323170 }; - inline constexpr REL::Offset FrenzyEffect{ 0x052A4388 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc___CheckRefAgainstConditionsFunc__{ 0x051EA0E0 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc___GatherQueuedRefFunctor__{ 0x0517C5F0 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_1b9c272b48574d322ec9810a479ce257___{ 0x051E64A0 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_30dabc8065ebd8583e3e2b97e45a260c___{ 0x05323A40 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_769d78c10d0acbf9e345f03a8e1d33b6___{ 0x052AB530 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_7af0957d0aa330bd4baf31f7786f0195___{ 0x0533A230 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_8467557c7395ec5dd218351e0f4ff344___{ 0x051E6520 }; - inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_b4fbf1f061f7df311bd486bfc6c57847___{ 0x051E6420 }; - inline constexpr REL::Offset FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences_____{ 0x0517D090 }; - inline constexpr REL::Offset FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences_____{ 0x0517D210 }; - inline constexpr REL::Offset FunctorCellVisitor___ObstacleAdder_{ 0x0517FCB0 }; - inline constexpr REL::Offset FunctorCellVisitor___ObstacleRemover_{ 0x05180B40 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_0ca6541ec5b92b37a59bcbc94ef469b9__{ 0x0517D790 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_0f173aa8c9047e39e5fcf36e3e7a9383__{ 0x051FD150 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_0f8da06fe7124342d14c7b824bb4ec45__{ 0x051EBAA0 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_1f217d93f16066b532bf445c15346a90__{ 0x0517FE90 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_296ac77b5e81e8bf0f2630b309b02535__{ 0x0517D670 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_338a6d420c8b76ef23772cfa96a3b26e__{ 0x051EBB00 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_3bb7db21f6701ea7ea98f3a897cf1af7__{ 0x051FD1B0 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_3f55eb3288d63b6b0c9863adc5bbe6af__{ 0x0517D610 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_4dbe805b39b2900592f89416cc644578__{ 0x0517FD60 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_535418469b1945e6a7005838e37449fe__{ 0x052A8F30 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_544aa85614a9cd3cea0b92d17890ec6d__{ 0x051FD0F0 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_5dd8442d257de78f148c881843556078__{ 0x0517DDE0 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_71868ed62e5773b56de749e088dc61c6__{ 0x052ABD60 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_8bd65011f72ea6a3e212d06fc2d446d6__{ 0x051FD210 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_ad163f1fbdceb7e9621f4392fe6d438f__{ 0x05206560 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_bbd16fc38dcdc972277fc62ca79d2f3f__{ 0x05195420 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_bec8ccff0a41259ac0f7937d9ea9eb7d__{ 0x0517FD00 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_c2441b3c8cc19012049cf2f8969f7f9f__{ 0x052A7160 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_caddd6c496cdfab64b9438beb49411b9__{ 0x05197F50 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_d5d3c1c17a95db09066ea3d5d0570a61__{ 0x05195480 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_ee4f7a9d984c9f0b4e421da2555d4642__{ 0x0517E020 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_f40a59b277fc451f4018a85203a03f6a__{ 0x051FD270 }; - inline constexpr REL::Offset FunctorCellVisitor__lambda_fb11f041e02a28f06318d878efd69c64__{ 0x051FD2D0 }; - inline constexpr REL::Offset FunctorLinkedCellVisitor__lambda_d3f1b7425c1bf535acbf47b2d31847ca__{ 0x051F6540 }; - inline constexpr REL::Offset FunctorLinkedCellVisitor__lambda_fa0270b7d669bf826ac49638a0717574__{ 0x051C50D0 }; - inline constexpr REL::Offset FurnitureCameraState{ 0x05322C80 }; - inline constexpr REL::Offset FurnitureMarkerNavmeshPositionCache{ 0x05127770 }; - inline constexpr REL::Offset GPUCaptureHandler{ 0x0532B840 }; - inline constexpr REL::Offset GPUReadback{ 0x053DBFC0 }; - inline constexpr REL::Offset GPUReadbackNode_BSTSmartPointer_CreationRenderer__ImageCapture_BSTSmartPointerIntrusiveRefCount__{ 0x05271EF0 }; - inline constexpr REL::Offset GameBIEvents__PlayerBIEvents{ 0x052A66D8 }; - inline constexpr REL::Offset GameMenuBase{ 0x05229BC8 }; - inline constexpr REL::Offset GameScript__ActorValueEventHandler{ 0x05331FE0 }; - inline constexpr REL::Offset GameScript__AffinityEventHandler{ 0x05332420 }; - inline constexpr REL::Offset GameScript__BaseHandleReaderWriter{ 0x053326F0 }; - inline constexpr REL::Offset GameScript__BasicEventHandler{ 0x0534C538 }; - inline constexpr REL::Offset GameScript__BuilderEventHandler{ 0x05332A90 }; - inline constexpr REL::Offset GameScript__ChallengeEventHandler{ 0x0522FB20 }; - inline constexpr REL::Offset GameScript__CombatEventHandler{ 0x053331C0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____AddItemFunctor_19_{ 0x05346CA0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ApplyHavokImpulseFunctor_16_{ 0x053468F0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____AttachAshPileFunctor_13_{ 0x0533BDD0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____CastFunctor_21_{ 0x05341AB0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ClearDestructionFunctor_27_{ 0x05347E90 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DamageObjectFunctor_2_{ 0x053460B0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DeleteFunctor_5_{ 0x05346170 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DisableFunctor_4_{ 0x05330120 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DropObjectFunctor_12_{ 0x05346A60 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DropRefFunctor_30_{ 0x05346380 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____EnableFunctor_3_{ 0x053301D0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ForceAddRemoveRagdollFunctor_15_{ 0x05346820 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToFunctor_0_{ 0x05346470 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToNearestNavmeshLocFunctor_26_{ 0x05346300 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToOwnEditorLocFunctor_1_{ 0x05346230 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToPackLocFunctor_10_{ 0x0533C270 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____NonLatentDeleteFunctor_9_{ 0x05346B20 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____PlayBinkFunctor_25_{ 0x0533EC20 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____PopPlayerToFunctor_31_{ 0x0533EBA0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveComponentFunctor_29_{ 0x053465B0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveItemFunctor_23_{ 0x053464E0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ResetFunctor_17_{ 0x053466B0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ResurrectFunctor_20_{ 0x0533C330 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ScrollCastFunctor_22_{ 0x05341840 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SendPlayerToJailFunctor_18_{ 0x05341CB0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetAngleFunctor_7_{ 0x053469B0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetMotionTypeFunctor_8_{ 0x05347D20 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetPositionFunctor_6_{ 0x05346BF0 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetScaleFunctor_11_{ 0x05347F50 }; - inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____WaitFor3DFunctor_24_{ 0x05346760 }; - inline constexpr REL::Offset GameScript__CustomEventHandler{ 0x053349F0 }; - inline constexpr REL::Offset GameScript__DataFileHandleReaderWriter{ 0x053326B0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ContinueRequest{ 0x0532E370 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__DisconnectRequest{ 0x0532E400 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__Event{ 0x0532E518 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__NextRequest{ 0x0532E1B0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__OutputEvent{ 0x0532EF28 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__PauseRequest{ 0x0532E3B8 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ProtocolMessage{ 0x0532E4D0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__Request{ 0x0532E488 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__Response{ 0x0532E448 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__SetBreakpointsRequest{ 0x0532E280 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__SetBreakpointsResponse{ 0x0532F5F0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__StackTraceRequest{ 0x0532E2D0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__StackTraceResponse{ 0x0532F640 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__StepInRequest{ 0x0532E170 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__StepOutRequest{ 0x0532E120 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__StoppedEvent{ 0x0532EEE8 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ThreadEvent{ 0x0532F6D8 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ThreadsRequest{ 0x0532E320 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ThreadsResponse{ 0x0532F690 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ValueRequest{ 0x0532E1F0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__ValueResponse{ 0x0532F560 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__VariablesRequest{ 0x0532E230 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__VariablesResponse{ 0x0532F5A0 }; - inline constexpr REL::Offset GameScript__DebuggerMessages__VersionEvent{ 0x0532EF68 }; - inline constexpr REL::Offset GameScript__DelayFunctor{ 0x05330280 }; - inline constexpr REL::Offset GameScript__DelayFunctorFactory{ 0x05134628 }; - inline constexpr REL::Offset GameScript__DispatchAndClean_GameScript__Internal__HitRegistrationList_{ 0x05333B80 }; - inline constexpr REL::Offset GameScript__DispatchAndClean_GameScript__Internal__MagicEffectApplyRegistrationList_{ 0x05333990 }; - inline constexpr REL::Offset GameScript__DispatchAndClean_GameScript__Internal__RadiationDamageRegistrationList_{ 0x05333880 }; - inline constexpr REL::Offset GameScript__DistanceEventHandler{ 0x0534E720 }; - inline constexpr REL::Offset GameScript__FragmentEventHandler{ 0x05333F80 }; - inline constexpr REL::Offset GameScript__HandlePolicy{ 0x0533A9B8 }; - inline constexpr REL::Offset GameScript__IBuilderInterface{ 0x05332AC8 }; - inline constexpr REL::Offset GameScript__Internal__AnimationCallbacks{ 0x05332630 }; - inline constexpr REL::Offset GameScript__Internal__IProfileCallQuery{ 0x05336FC8 }; - inline constexpr REL::Offset GameScript__Internal__LOSDetectionEventData{ 0x05336470 }; - inline constexpr REL::Offset GameScript__Internal__LOSDirectEventData{ 0x05336390 }; - inline constexpr REL::Offset GameScript__Internal__LOSEventData{ 0x05335EF8 }; - inline constexpr REL::Offset GameScript__InventoryEventHandler{ 0x05335C50 }; - inline constexpr REL::Offset GameScript__LOSEventHandler{ 0x05335F30 }; - inline constexpr REL::Offset GameScript__Logger{ 0x05334FE8 }; - inline constexpr REL::Offset GameScript__MenuEventHandler{ 0x05336898 }; - inline constexpr REL::Offset GameScript__ObjectBindPolicy{ 0x0533A9E8 }; - inline constexpr REL::Offset GameScript__PathingCallbackMgr{ 0x05336DE8 }; - inline constexpr REL::Offset GameScript__Profiler{ 0x05336F98 }; - inline constexpr REL::Offset GameScript__QuestCallbackMgr{ 0x05337198 }; - inline constexpr REL::Offset GameScript__RemoteDebugger{ 0x0532E0F0 }; - inline constexpr REL::Offset GameScript__SaveFileHandleReaderWriter{ 0x05332670 }; - inline constexpr REL::Offset GameScript__SavePatcher{ 0x053372F0 }; - inline constexpr REL::Offset GameScript__ScriptSpaceCellCreateComplete{ 0x05332840 }; - inline constexpr REL::Offset GameScript__ScriptSpaceshipCreateComplete{ 0x05332B00 }; - inline constexpr REL::Offset GameScript__SingleActorArgument{ 0x050926C0 }; - inline constexpr REL::Offset GameScript__SingleObjectRefrHandleArgument{ 0x05092940 }; - inline constexpr REL::Offset GameScript__SingleSimpleArgument_bool_{ 0x05094840 }; - inline constexpr REL::Offset GameScript__SingleSimpleArgument_int_{ 0x05094B00 }; - inline constexpr REL::Offset GameScript__SingleSimpleArgument_unsignedint_{ 0x05092800 }; - inline constexpr REL::Offset GameScript__SleepEventHandler{ 0x05337658 }; - inline constexpr REL::Offset GameScript__SoundCallbackMgr{ 0x05337888 }; - inline constexpr REL::Offset GameScript__SpaceshipEventHandler{ 0x0534CF40 }; - inline constexpr REL::Offset GameScript__Store{ 0x05337950 }; - inline constexpr REL::Offset GameScript__TeleportEventHandler{ 0x0534D350 }; - inline constexpr REL::Offset GameScript__TimerEventHandler{ 0x0534D9F0 }; - inline constexpr REL::Offset GameScript__TrackedStatsEventHandler{ 0x0534DDA0 }; - inline constexpr REL::Offset GameScript__WaitEventHandler{ 0x0534E908 }; - inline constexpr REL::Offset GameScript____AddItemFunctor{ 0x05346C60 }; - inline constexpr REL::Offset GameScript____AnimationEventArguments{ 0x050923F0 }; - inline constexpr REL::Offset GameScript____ApplyHavokImpulseFunctor{ 0x053468A0 }; - inline constexpr REL::Offset GameScript____AttachAshPileFunctor{ 0x0533BE90 }; - inline constexpr REL::Offset GameScript____CastFunctor{ 0x05341960 }; - inline constexpr REL::Offset GameScript____ClearDestructionFunctor{ 0x05347E40 }; - inline constexpr REL::Offset GameScript____DamageObjectFunctor{ 0x05346060 }; - inline constexpr REL::Offset GameScript____DeleteFunctor{ 0x05346128 }; - inline constexpr REL::Offset GameScript____DisableFunctor{ 0x05330190 }; - inline constexpr REL::Offset GameScript____DropObjectFunctor{ 0x05346A20 }; - inline constexpr REL::Offset GameScript____DropRefFunctor{ 0x05346628 }; - inline constexpr REL::Offset GameScript____EnableFunctor{ 0x05330240 }; - inline constexpr REL::Offset GameScript____FadeThenMainMenuCallback{ 0x0533EB50 }; - inline constexpr REL::Offset GameScript____ForceAddRemoveRagdollFunctor{ 0x053467D0 }; - inline constexpr REL::Offset GameScript____LatentPlayerMover{ 0x0533E470 }; - inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_8263d2cf830c287549de940062669008__{ 0x053452D0 }; - inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_aacdb625ac991904f727bc74e75a600a__{ 0x053451F0 }; - inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_b94a62042a8d8625a53f001716e7cedb__{ 0x05345180 }; - inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_bd330a5b7da217ffc8386539f45ca6de__{ 0x05345340 }; - inline constexpr REL::Offset GameScript____LiveActorFilter{ 0x0533EB08 }; - inline constexpr REL::Offset GameScript____MoveToBaseFunctor{ 0x053463F0 }; - inline constexpr REL::Offset GameScript____MoveToFunctor{ 0x05346430 }; - inline constexpr REL::Offset GameScript____MoveToNearestNavmeshLocFunctor{ 0x053462B0 }; - inline constexpr REL::Offset GameScript____MoveToOwnEditorLocFunctor{ 0x053461E0 }; - inline constexpr REL::Offset GameScript____MoveToPackLocFunctor{ 0x0533C3A0 }; - inline constexpr REL::Offset GameScript____NonLatentDeleteFunctor{ 0x05346AD0 }; - inline constexpr REL::Offset GameScript____PlayBinkFunctor{ 0x0533EC90 }; - inline constexpr REL::Offset GameScript____PopPlayerToFunctor{ 0x0533EAC0 }; - inline constexpr REL::Offset GameScript____ProfileCallQueryTranslator{ 0x05336ED0 }; - inline constexpr REL::Offset GameScript____RawProfileCallQuery{ 0x05336F20 }; - inline constexpr REL::Offset GameScript____RemoveComponentFunctor{ 0x05346560 }; - inline constexpr REL::Offset GameScript____RemoveItemFunctor{ 0x05346D10 }; - inline constexpr REL::Offset GameScript____ResetFunctor{ 0x05346668 }; - inline constexpr REL::Offset GameScript____ResurrectFunctor{ 0x0533BE48 }; - inline constexpr REL::Offset GameScript____ScriptMessageBoxCallback{ 0x0533D970 }; - inline constexpr REL::Offset GameScript____ScrollCastFunctor{ 0x05341920 }; - inline constexpr REL::Offset GameScript____SendPlayerToJailFunctor{ 0x05341D30 }; - inline constexpr REL::Offset GameScript____SetAngleFunctor{ 0x05346968 }; - inline constexpr REL::Offset GameScript____SetMotionTypeFunctor{ 0x05347CD0 }; - inline constexpr REL::Offset GameScript____SetPositionFunctor{ 0x05346BA0 }; - inline constexpr REL::Offset GameScript____SetScaleFunctor{ 0x05347F08 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05094400 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____KeywordStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_{ 0x05093E10 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093D50 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093410 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093320 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093C80 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093BB0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x050934E0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05092FC0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093FD0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05092EC0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093750 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05094190 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x050939F0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093F00 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x050935B0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05092DD0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093140 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093900 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x050944B0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093660 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_{ 0x050940A0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093230 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093AC0 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05094330 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093070 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____SpeechChallengeObjectStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05093820 }; - inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_{ 0x05094280 }; - inline constexpr REL::Offset GameScript____WaitFor3DFunctor{ 0x05346720 }; - inline constexpr REL::Offset GameSettingCollection{ 0x051529A8 }; - inline constexpr REL::Offset GameUIGlobalFunc{ 0x05261958 }; - inline constexpr REL::Offset GameUIModel{ 0x05261AF8 }; - inline constexpr REL::Offset GameVM{ 0x0533A940 }; - inline constexpr REL::Offset GamebryoSequence{ 0x05369CD8 }; - inline constexpr REL::Offset GamebryoSequenceInstance{ 0x0536D150 }; - inline constexpr REL::Offset GenerateMappingToPointsBufferTask{ 0x05088AA0 }; - inline constexpr REL::Offset GenerateObstacleTask{ 0x05197C38 }; - inline constexpr REL::Offset GenerateSpatialGridTask_BGSSpatialSparseGrid_{ 0x05197BF0 }; - inline constexpr REL::Offset GenerateSpatialGridTask_BGSSpatialSparseMultiLayerGrid_{ 0x05197870 }; - inline constexpr REL::Offset GenericFrameUpdateOperationsService{ 0x0515D0D0 }; - inline constexpr REL::Offset GetBestAmmoFunctor{ 0x051D8CF8 }; - inline constexpr REL::Offset GetBestCutterFunctor{ 0x051D8B78 }; - inline constexpr REL::Offset GetBestLightFunctor{ 0x051D8C98 }; - inline constexpr REL::Offset GetBestWeaponFunctor{ 0x051D8CC8 }; - inline constexpr REL::Offset GetMagicItemDescriptionFunctor{ 0x05177AB8 }; - inline constexpr REL::Offset GetUpEndHandler{ 0x052E8918 }; - inline constexpr REL::Offset GetUpStartHandler{ 0x052E8940 }; - inline constexpr REL::Offset GlobalFunc_CloseAllMenus{ 0x05261D68 }; - inline constexpr REL::Offset GlobalFunc_CloseMenu{ 0x05261D38 }; - inline constexpr REL::Offset GlobalFunc_PlayMenuSound{ 0x05261C60 }; - inline constexpr REL::Offset GlobalFunc_StartGameRender{ 0x05261CD0 }; - inline constexpr REL::Offset GlobalFunc_UserEvent{ 0x05261D08 }; - inline constexpr REL::Offset GraphReferenceNode{ 0x0535FFF8 }; - inline constexpr REL::Offset GraphReferenceNodeInstance{ 0x05360028 }; - inline constexpr REL::Offset GraphicsInfoDataModel{ 0x0523C688 }; - inline constexpr REL::Offset GravJumpInitiateCompleteHandler{ 0x052E9548 }; - inline constexpr REL::Offset GravJumpSearch{ 0x051946A8 }; - inline constexpr REL::Offset GrenadeProjectile{ 0x052EC9D8 }; - inline constexpr REL::Offset GridArray{ 0x0518C530 }; - inline constexpr REL::Offset GridCellArray{ 0x0518C9F0 }; - inline constexpr REL::Offset GroundPathPathingNodeGenerator{ 0x053B7F00 }; - inline constexpr REL::Offset GroundPathRayValidator{ 0x053B7F38 }; - inline constexpr REL::Offset GuardActorPackageData{ 0x052D3860 }; - inline constexpr REL::Offset GuideEffect{ 0x052A30E8 }; - inline constexpr REL::Offset HUDActionPointData{ 0x05091D98 }; - inline constexpr REL::Offset HUDAmmoCountModel{ 0x05262210 }; - inline constexpr REL::Offset HUDAmmoCountModel__HUDAmmoCountModelShuttle{ 0x05262270 }; - inline constexpr REL::Offset HUDCommandIconData{ 0x05262328 }; - inline constexpr REL::Offset HUDCompassDataModel{ 0x0523C9F8 }; - inline constexpr REL::Offset HUDCrewBuffDataModel{ 0x05232D20 }; - inline constexpr REL::Offset HUDCrosshairDataModel{ 0x0523D258 }; - inline constexpr REL::Offset HUDCrosshairDataModel__HUDCrosshairEventShuttle{ 0x0523D380 }; - inline constexpr REL::Offset HUDData{ 0x05090E18 }; - inline constexpr REL::Offset HUDDataModel{ 0x052646C8 }; - inline constexpr REL::Offset HUDDataModel__HUDDataEventShuttle{ 0x05264730 }; - inline constexpr REL::Offset HUDDirectionalHitIndicatorDataModel{ 0x05262900 }; - inline constexpr REL::Offset HUDEnemyDataModel{ 0x0523D6F0 }; - inline constexpr REL::Offset HUDEnemyDataModel__HUDEnemyEventShuttle{ 0x0523D6B0 }; - inline constexpr REL::Offset HUDExperienceMeterDataModel{ 0x052630C8 }; - inline constexpr REL::Offset HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle{ 0x052633B0 }; - inline constexpr REL::Offset HUDJetpackDataModel{ 0x0523D8E8 }; - inline constexpr REL::Offset HUDLocationDataModel{ 0x0523DAE0 }; - inline constexpr REL::Offset HUDMenu{ 0x05329268 }; - inline constexpr REL::Offset HUDMessageDataModel{ 0x0523DDC0 }; - inline constexpr REL::Offset HUDMessagesMenu{ 0x0526B790 }; - inline constexpr REL::Offset HUDNotification_MissionActiveWidgetUpdate{ 0x05265C10 }; - inline constexpr REL::Offset HUDNotification_OpenDataMenu{ 0x05265C88 }; - inline constexpr REL::Offset HUDNotification_OpenMissionMenu{ 0x05265CC0 }; - inline constexpr REL::Offset HUDNotification_SetMissionActive{ 0x05265C50 }; - inline constexpr REL::Offset HUDNotificationsModel{ 0x052656B8 }; - inline constexpr REL::Offset HUDNotificationsModel__HUDNotificationsEventShuttle{ 0x05265A10 }; - inline constexpr REL::Offset HUDOpacityModel{ 0x05265EC0 }; - inline constexpr REL::Offset HUDOpacityModel__HUDOpacityEventShuttle{ 0x05265EE8 }; - inline constexpr REL::Offset HUDRolloverActivationButtonEvent{ 0x0523B550 }; - inline constexpr REL::Offset HUDRolloverActivationCompanionListener{ 0x0523C320 }; - inline constexpr REL::Offset HUDRolloverActivationCorpseListener{ 0x0523C360 }; - inline constexpr REL::Offset HUDRolloverActivationDisplayCaseListener{ 0x0523BC48 }; - inline constexpr REL::Offset HUDRolloverActivationDoorListener{ 0x0523C3A0 }; - inline constexpr REL::Offset HUDRolloverActivationFallbackListener{ 0x052393A0 }; - inline constexpr REL::Offset HUDRolloverActivationLootListener{ 0x0523C418 }; - inline constexpr REL::Offset HUDRolloverActivationNPCListener{ 0x0523C450 }; - inline constexpr REL::Offset HUDRolloverActivationOutpostItemListener{ 0x052393E0 }; - inline constexpr REL::Offset HUDRolloverActivationOutpostListener{ 0x05239598 }; - inline constexpr REL::Offset HUDRolloverActivationOutpostQCListener{ 0x052396F8 }; - inline constexpr REL::Offset HUDRolloverActivationQCItemPressEvent{ 0x0523B588 }; - inline constexpr REL::Offset HUDRolloverActivationQuickContainerListener{ 0x05239740 }; - inline constexpr REL::Offset HUDRolloverActivationShipContainerListener{ 0x0523C540 }; - inline constexpr REL::Offset HUDRolloverActivationTeammateListener{ 0x0523C588 }; - inline constexpr REL::Offset HUDRolloverActivationTerminalListener{ 0x0523C5C8 }; - inline constexpr REL::Offset HUDRolloverDataModel{ 0x0523B8B8 }; - inline constexpr REL::Offset HUDSocialCommandData{ 0x052622F8 }; - inline constexpr REL::Offset HUDSocialCommandDataModel{ 0x052624A0 }; - inline constexpr REL::Offset HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle{ 0x05262530 }; - inline constexpr REL::Offset HUDStarbornPowersDataModel{ 0x0523E348 }; - inline constexpr REL::Offset HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle{ 0x0523E410 }; - inline constexpr REL::Offset HUDStealthDataModel{ 0x0523E788 }; - inline constexpr REL::Offset HUDStealthDataModel__HUDStealthEventShuttle{ 0x0523E840 }; - inline constexpr REL::Offset HUDSubtitleDataModel{ 0x0523E968 }; - inline constexpr REL::Offset HUDSubtitleDataModel__HUDSubtitleEventShuttle{ 0x0523EB20 }; - inline constexpr REL::Offset HUDWatchEffectsModel{ 0x0523F458 }; - inline constexpr REL::Offset HUDWatchEffectsModel__HUDWatchEffectsModelShuttle{ 0x0523F590 }; - inline constexpr REL::Offset HandlerCreationMissPolicy_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EA4B0 }; - inline constexpr REL::Offset HangarShipSelection_ChangeSystemDisplay{ 0x0522DED0 }; - inline constexpr REL::Offset HangarShipSelection_RepairShip{ 0x0522DE60 }; - inline constexpr REL::Offset HangarShipSelection_UpgradeSystem{ 0x0522DE98 }; - inline constexpr REL::Offset HasSpellVisitor{ 0x052CBEE0 }; - inline constexpr REL::Offset HavokErrorCRTestApp{ 0x05127968 }; - inline constexpr REL::Offset HavokFileStreambufWriter{ 0x051EB0B0 }; - inline constexpr REL::Offset HavokParticleDef__BaseShape{ 0x0537EE18 }; - inline constexpr REL::Offset HavokParticleDef__BoxShape{ 0x0537EEF8 }; - inline constexpr REL::Offset HavokParticleDef__CapsuleShape{ 0x0537EF28 }; - inline constexpr REL::Offset HavokParticleDef__ConvexShape{ 0x0537EE88 }; - inline constexpr REL::Offset HavokParticleDef__CubeShape{ 0x0537EEC0 }; - inline constexpr REL::Offset HavokParticleDef__CylinderShape{ 0x0537EF60 }; - inline constexpr REL::Offset HavokParticleDef__SphereShape{ 0x0537EE50 }; - inline constexpr REL::Offset HavokStreambufFactory{ 0x051EAEC0 }; - inline constexpr REL::Offset Hazard{ 0x050918A0 }; - inline constexpr REL::Offset HeadTrackingOffHandler{ 0x052EA0F0 }; - inline constexpr REL::Offset HeadTrackingOnHandler{ 0x052EA120 }; - inline constexpr REL::Offset HeadTrackingRotationOffHandler{ 0x052EA020 }; - inline constexpr REL::Offset HeadTrackingRotationOnHandler{ 0x052EA058 }; - inline constexpr REL::Offset HealthDamageFunctor{ 0x052EE198 }; - inline constexpr REL::Offset HeapAllocator{ 0x05370248 }; - inline constexpr REL::Offset HelpData{ 0x05231018 }; - inline constexpr REL::Offset HelpDataModel{ 0x05231060 }; - inline constexpr REL::Offset HelpDataModel__HelpDataModelEventShuttle{ 0x05231128 }; - inline constexpr REL::Offset HelpTopicData{ 0x05231038 }; - inline constexpr REL::Offset HideSubsegmentHandler{ 0x052E9618 }; - inline constexpr REL::Offset HighlightManager{ 0x0518A850 }; - inline constexpr REL::Offset HitFrameHandler{ 0x052EA300 }; - inline constexpr REL::Offset HorseCameraState{ 0x05322CB0 }; - inline constexpr REL::Offset HudModeDataModel{ 0x0523E180 }; - inline constexpr REL::Offset HudModeDataModel__HUDModeEventShuttle{ 0x0523E140 }; - inline constexpr REL::Offset IAITarget{ 0x051ED990 }; - inline constexpr REL::Offset IAIWorldLocation{ 0x05151408 }; - inline constexpr REL::Offset IAIWorldLocationHandle{ 0x051ED9B0 }; - inline constexpr REL::Offset IAimAssistImpl{ 0x05209930 }; - inline constexpr REL::Offset IAnimationEventDataForEachFunctor{ 0x051536B0 }; - inline constexpr REL::Offset IAnimationGraphComponent{ 0x051538F0 }; - inline constexpr REL::Offset IAnimationGraphManagerHolder{ 0x051538B8 }; - inline constexpr REL::Offset IAnimationGraphManagerLoadingTask{ 0x051E6C98 }; - inline constexpr REL::Offset IAnimationStanceData{ 0x0536EF68 }; - inline constexpr REL::Offset IAnimationStreamRead{ 0x051D9688 }; - inline constexpr REL::Offset IAnimationStreamWrite{ 0x051D9658 }; - inline constexpr REL::Offset IArrayUIValue{ 0x05159378 }; - inline constexpr REL::Offset IBGSBaseFormData{ 0x0514F668 }; - inline constexpr REL::Offset IBSTCreator_AnimGraphNode_{ 0x05134A30 }; - inline constexpr REL::Offset IBSTCreator_BSAnimationDBData_{ 0x0512F210 }; - inline constexpr REL::Offset IBSTCreator_BSIMusicTrack_{ 0x050AE708 }; - inline constexpr REL::Offset IBSTCreator_BSNoise__IGenerator_{ 0x05134CE0 }; - inline constexpr REL::Offset IBSTCreator_BSPathingCell_{ 0x051337C0 }; - inline constexpr REL::Offset IBSTCreator_BSPathingDoor_{ 0x0509A5C0 }; - inline constexpr REL::Offset IBSTCreator_BSPathingLockData_{ 0x05132648 }; - inline constexpr REL::Offset IBSTCreator_BSPathingRequest_{ 0x05132C98 }; - inline constexpr REL::Offset IBSTCreator_BSPathingSolution_{ 0x0509E078 }; - inline constexpr REL::Offset IBSTCreator_BSPathingTraversalAction_{ 0x050A90B0 }; - inline constexpr REL::Offset IBSTCreator_BSPathingTraversalData_{ 0x050C1D20 }; - inline constexpr REL::Offset IBSTCreator_BSPathingTraversalLink_{ 0x050C2158 }; - inline constexpr REL::Offset IBSTCreator_BSSpatialGraphSearchDebugData_{ 0x050AD920 }; - inline constexpr REL::Offset IBSTCreator_BoneModifierData_{ 0x050AE0E0 }; - inline constexpr REL::Offset IBSTCreator_CombatObjectBase_{ 0x050F9568 }; - inline constexpr REL::Offset IBSTCreator_IAIWorldLocation_{ 0x05134B40 }; - inline constexpr REL::Offset IBSTCreator_IAnimationStanceData_{ 0x05134D58 }; - inline constexpr REL::Offset IBSTCreator_IHandlerFunctor_Actor_BSFixedString__{ 0x05134A70 }; - inline constexpr REL::Offset IBSTCreator_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x05134C40 }; - inline constexpr REL::Offset IBSTCreator_IMovementParameters_{ 0x050AECF0 }; - inline constexpr REL::Offset IBSTCreator_IPackageData_{ 0x051180D8 }; - inline constexpr REL::Offset IBSTCreator_IProcedureTreeExecState_{ 0x05134B00 }; - inline constexpr REL::Offset IBSTCreator_IProcedureTreeItem_{ 0x05134CA0 }; - inline constexpr REL::Offset IBSTCreator_IProcedure_{ 0x05134AC8 }; - inline constexpr REL::Offset IBSTCreator_InitActionI_{ 0x05134460 }; - inline constexpr REL::Offset IBSTCreator_MovementAgent_{ 0x0509F758 }; - inline constexpr REL::Offset IBSTCreator_MovementArbiter_{ 0x051314A8 }; - inline constexpr REL::Offset IBSTCreator_MovementMessage_{ 0x05099F38 }; - inline constexpr REL::Offset IBSTCreator_RefrInteraction_{ 0x0512F300 }; - inline constexpr REL::Offset ICanBeChorded{ 0x05370AF0 }; - inline constexpr REL::Offset ICanBeDebounced{ 0x05370AC8 }; - inline constexpr REL::Offset ICellVisitor{ 0x0516ADA0 }; - inline constexpr REL::Offset ICheckEndReachedFunctor{ 0x053B5018 }; - inline constexpr REL::Offset ICheckEndReachedFunctorMapper{ 0x053B5080 }; - inline constexpr REL::Offset ICommandLineHandler{ 0x05134538 }; - inline constexpr REL::Offset IConvexOverlapImpl{ 0x05082FF0 }; - inline constexpr REL::Offset IConvexOverlapImpl__ShapeInterface{ 0x05083020 }; - inline constexpr REL::Offset IDEvent{ 0x05370708 }; - inline constexpr REL::Offset IDataModel{ 0x051592E8 }; - inline constexpr REL::Offset IDataModel__GameEventShuttle{ 0x05159310 }; - inline constexpr REL::Offset IDebounceManager{ 0x05370B70 }; - inline constexpr REL::Offset IExplosionFactory{ 0x0512E248 }; - inline constexpr REL::Offset IExternalEmittanceManager{ 0x051EC9B0 }; - inline constexpr REL::Offset IFadeDoneCallback{ 0x051D0068 }; - inline constexpr REL::Offset IFormComponentFactoryCreator{ 0x050C7900 }; - inline constexpr REL::Offset IFormComponentFactoryCreator__ReserveControl{ 0x05157DF0 }; - inline constexpr REL::Offset IFormFactory{ 0x051299B0 }; - inline constexpr REL::Offset IFormFactory__IFactoryVisitor{ 0x05182BD8 }; - inline constexpr REL::Offset IHUDRolloverActivationListener{ 0x05239328 }; - inline constexpr REL::Offset IHandlerFunctor_Actor_BSFixedString_{ 0x052EA410 }; - inline constexpr REL::Offset IHandlerFunctor_TESObjectREFR_BSFixedString_{ 0x052EA460 }; - inline constexpr REL::Offset IKeywordFormBase{ 0x050A3018 }; - inline constexpr REL::Offset ILightEmittanceManager{ 0x05153D38 }; - inline constexpr REL::Offset ILinkedCellVisitor{ 0x051C6130 }; - inline constexpr REL::Offset IMemoryHeap{ 0x05370200 }; - inline constexpr REL::Offset IMemoryManagerFile{ 0x052BDEC0 }; - inline constexpr REL::Offset IMemoryManagerFileFactory{ 0x0512C0F8 }; - inline constexpr REL::Offset IMemoryStore{ 0x052ADBE8 }; - inline constexpr REL::Offset IMemoryStoreBase{ 0x052ADD88 }; - inline constexpr REL::Offset IMenu{ 0x0516E6D8 }; - inline constexpr REL::Offset IMessageBoxCallback{ 0x051CECC8 }; - inline constexpr REL::Offset IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ 0x05134DA0 }; - inline constexpr REL::Offset IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ 0x051347A0 }; - inline constexpr REL::Offset IMovementAgentDataTracker_IMovementPathManagerAgent_MovementPathManagerAgentReturnData__AGENT_RESULT_{ 0x051345A0 }; - inline constexpr REL::Offset IMovementAgentDataTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ 0x05134880 }; - inline constexpr REL::Offset IMovementAgentDataTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ 0x05134690 }; - inline constexpr REL::Offset IMovementAnimationDrivenFeedback{ 0x0518F268 }; - inline constexpr REL::Offset IMovementAvoidanceManager{ 0x052D2AA0 }; - inline constexpr REL::Offset IMovementControllerDataTracker{ 0x053B5AB8 }; - inline constexpr REL::Offset IMovementControllerNPCFunctor{ 0x052BCE00 }; - inline constexpr REL::Offset IMovementDeltaStore{ 0x053B4EE0 }; - inline constexpr REL::Offset IMovementDirectControl{ 0x052D3108 }; - inline constexpr REL::Offset IMovementFormIDManager{ 0x0512C1B8 }; - inline constexpr REL::Offset IMovementHandlerAgent{ 0x0518F5A8 }; - inline constexpr REL::Offset IMovementInterface{ 0x0518F4B0 }; - inline constexpr REL::Offset IMovementMessageInterface{ 0x053B5AF0 }; - inline constexpr REL::Offset IMovementMotionDrivenControl{ 0x053B5B20 }; - inline constexpr REL::Offset IMovementPDControllerAccess{ 0x053B51E0 }; - inline constexpr REL::Offset IMovementParameters{ 0x05126BA8 }; - inline constexpr REL::Offset IMovementPathManagerAgent{ 0x053B4590 }; - inline constexpr REL::Offset IMovementPathManagerDataTracker{ 0x053B44C8 }; - inline constexpr REL::Offset IMovementPlannerAgent{ 0x052D3350 }; - inline constexpr REL::Offset IMovementPlannerDirectControl{ 0x052D3198 }; - inline constexpr REL::Offset IMovementPlannerSetArbitration{ 0x053B4830 }; - inline constexpr REL::Offset IMovementPlayIdleResult{ 0x053B5120 }; - inline constexpr REL::Offset IMovementPlayerControls{ 0x05224618 }; - inline constexpr REL::Offset IMovementPlayerControlsFilter{ 0x052D0EC8 }; - inline constexpr REL::Offset IMovementProcessMessageInterface{ 0x051D9188 }; - inline constexpr REL::Offset IMovementQueryActorAvoidance{ 0x053B53A0 }; - inline constexpr REL::Offset IMovementQueryAnimDeltas{ 0x0518F4E0 }; - inline constexpr REL::Offset IMovementQueryDeltas{ 0x053B4F10 }; - inline constexpr REL::Offset IMovementQueryDesiredDeltas{ 0x0518F688 }; - inline constexpr REL::Offset IMovementQueryFlight{ 0x053B7D70 }; - inline constexpr REL::Offset IMovementQueryPathFollowing{ 0x053B50E8 }; - inline constexpr REL::Offset IMovementQueryPathFollowing__INodeVisitor{ 0x053B53D8 }; - inline constexpr REL::Offset IMovementQueryPathingState{ 0x053B4500 }; - inline constexpr REL::Offset IMovementQueryState{ 0x052D32F0 }; - inline constexpr REL::Offset IMovementQueryStaticAvoider{ 0x053B5308 }; - inline constexpr REL::Offset IMovementQueryTweener{ 0x053B4D80 }; - inline constexpr REL::Offset IMovementQueryTweenerState{ 0x053B54F0 }; - inline constexpr REL::Offset IMovementSelectIdle{ 0x052D3138 }; - inline constexpr REL::Offset IMovementSetCorrectionData{ 0x053B5528 }; - inline constexpr REL::Offset IMovementSetGoal{ 0x053B4538 }; - inline constexpr REL::Offset IMovementSetPathFollowing{ 0x053B50B8 }; - inline constexpr REL::Offset IMovementSetPlayerControls{ 0x0518F6C0 }; - inline constexpr REL::Offset IMovementSetRollTarget{ 0x053B5218 }; - inline constexpr REL::Offset IMovementSetSprinting{ 0x0518F510 }; - inline constexpr REL::Offset IMovementSetState{ 0x053B5180 }; - inline constexpr REL::Offset IMovementSetStaticAvoider{ 0x053B5340 }; - inline constexpr REL::Offset IMovementSetTweener{ 0x053B4D50 }; - inline constexpr REL::Offset IMovementSetWarp{ 0x052D3380 }; - inline constexpr REL::Offset IMovementState{ 0x0518F488 }; - inline constexpr REL::Offset IMovementStateStore{ 0x0518F238 }; - inline constexpr REL::Offset IMovementTweenerAgent{ 0x0518F738 }; - inline constexpr REL::Offset INIPrefSetting{ 0x05118258 }; - inline constexpr REL::Offset INIPrefSettingCollection{ 0x05158828 }; - inline constexpr REL::Offset INISettingCollection{ 0x050C5148 }; - inline constexpr REL::Offset INavmeshSearchFilterSet{ 0x051FEC00 }; - inline constexpr REL::Offset IOControlNode{ 0x051641B8 }; - inline constexpr REL::Offset IOManager{ 0x05382AF0 }; - inline constexpr REL::Offset IOManagerThread{ 0x05382B10 }; - inline constexpr REL::Offset IOManager__SystemTaskService{ 0x05382D88 }; - inline constexpr REL::Offset IOPostProcessNode{ 0x05164B88 }; - inline constexpr REL::Offset IOPostProcessTaskNode{ 0x05382B38 }; - inline constexpr REL::Offset IOSystemTask{ 0x05165208 }; - inline constexpr REL::Offset IOTask{ 0x0516F2F8 }; - inline constexpr REL::Offset IOTaskNode{ 0x05382D60 }; - inline constexpr REL::Offset IPackageData{ 0x0508C978 }; - inline constexpr REL::Offset IPackageDataAIWorldLocationHandle{ 0x051ED958 }; - inline constexpr REL::Offset IPackageDataTypeCheck{ 0x05134B78 }; - inline constexpr REL::Offset IParticleSystem{ 0x0517E8F8 }; - inline constexpr REL::Offset IPathBuilder{ 0x051F62E0 }; - inline constexpr REL::Offset IPathBuilderFactoryBase{ 0x050B0D60 }; - inline constexpr REL::Offset IPathBuilderTracker{ 0x05134660 }; - inline constexpr REL::Offset IPathFollowerAction{ 0x053B65A8 }; - inline constexpr REL::Offset IPathFollowerState{ 0x053B8100 }; - inline constexpr REL::Offset IPathSmootherRayCast{ 0x053AF6D0 }; - inline constexpr REL::Offset IPathingNodeGenerator{ 0x053B7ED0 }; - inline constexpr REL::Offset IPipelineStageInterface{ 0x0518F5D8 }; - inline constexpr REL::Offset IPostAnimationChannelUpdateFunctor{ 0x051D91C0 }; - inline constexpr REL::Offset IProcedure{ 0x05151D60 }; - inline constexpr REL::Offset IProcedureTreeExecState{ 0x05151D30 }; - inline constexpr REL::Offset IProcedureTreeItem{ 0x051F3580 }; - inline constexpr REL::Offset IProcedureTreeVisitor{ 0x051FC328 }; - inline constexpr REL::Offset IRaceSubGraphDataFunctor{ 0x051537E8 }; - inline constexpr REL::Offset IRuntimeComponentFactoryCreator{ 0x050A7D58 }; - inline constexpr REL::Offset IScalarAnimBlendingInterface{ 0x0517E8C0 }; - inline constexpr REL::Offset ISelectIdleFilter{ 0x053B5C78 }; - inline constexpr REL::Offset ISmoothingRayValidator{ 0x053B7F98 }; - inline constexpr REL::Offset ISpecialPurposeComponentHandler{ 0x05134D20 }; - inline constexpr REL::Offset IStaticAvoidNodeManager{ 0x052D36B0 }; - inline constexpr REL::Offset IStoreAnimationActions{ 0x0518F458 }; - inline constexpr REL::Offset IStringForwarder{ 0x05323C70 }; - inline constexpr REL::Offset ITempEffectFactory{ 0x050DECD8 }; - inline constexpr REL::Offset ITextRenderer{ 0x051349A8 }; - inline constexpr REL::Offset ITrianglePathSplitter{ 0x053AF6A0 }; - inline constexpr REL::Offset ITweenerNodeFollowerSetup{ 0x052D3440 }; - inline constexpr REL::Offset IUIDataPayload{ 0x0522AB00 }; - inline constexpr REL::Offset IUIMessageData{ 0x0516ED20 }; - inline constexpr REL::Offset IUIValue{ 0x051593C8 }; - inline constexpr REL::Offset IValidateGoalFunctor{ 0x052EE788 }; - inline constexpr REL::Offset IVisitProcedures{ 0x051E4A50 }; - inline constexpr REL::Offset IdleDialogueEnterHandler{ 0x052E8578 }; - inline constexpr REL::Offset IdleDialogueExitHandler{ 0x052E8548 }; - inline constexpr REL::Offset IdleFlavorHandler{ 0x052E9DF8 }; - inline constexpr REL::Offset ImageFixtureEvent_RequestImage{ 0x0539F3C8 }; - inline constexpr REL::Offset ImageFixtureEvent_UnregisterImage{ 0x0539F400 }; - inline constexpr REL::Offset ImageFixtureManager{ 0x050C4FE0 }; - inline constexpr REL::Offset ImageSpaceManagerAgent{ 0x0516DD78 }; - inline constexpr REL::Offset ImageSpaceModifierInstance{ 0x051D2E80 }; - inline constexpr REL::Offset ImageSpaceModifierInstanceCinematic{ 0x051D2D98 }; - inline constexpr REL::Offset ImageSpaceModifierInstanceDOF{ 0x051D2E10 }; - inline constexpr REL::Offset ImageSpaceModifierInstanceForm{ 0x051D2EB8 }; - inline constexpr REL::Offset ImageSpaceModifierInstanceRB{ 0x051D2DD8 }; - inline constexpr REL::Offset ImageSpaceModifierInstanceTemp{ 0x051D2E48 }; - inline constexpr REL::Offset ImmunityEffect{ 0x052A3110 }; - inline constexpr REL::Offset IndustrialCraftingMenu{ 0x0526B7B8 }; - inline constexpr REL::Offset IngredientItem{ 0x05177840 }; - inline constexpr REL::Offset InitActionI{ 0x0516DBD0 }; - inline constexpr REL::Offset InitializeTraversalSubgraphDataFunctor{ 0x05194CC0 }; - inline constexpr REL::Offset InputEvent{ 0x05370728 }; - inline constexpr REL::Offset InputMemoryStreamBuffer{ 0x053C7050 }; - inline constexpr REL::Offset InstanceDataFactory{ 0x051342E0 }; - inline constexpr REL::Offset IntSeenData{ 0x0508F548 }; - inline constexpr REL::Offset InteractionCombatDataCollectFunctor{ 0x05189BC0 }; - inline constexpr REL::Offset InterruptCastHandler{ 0x052E8FC8 }; - inline constexpr REL::Offset InventoryDataModelNS__InventoryItem{ 0x0522A940 }; - inline constexpr REL::Offset InventoryDataModelNS__LootItem{ 0x0523C028 }; - inline constexpr REL::Offset InventoryDataModel_InventoryDataModelNS__InventoryItem_{ 0x0523B3B0 }; - inline constexpr REL::Offset InventoryDataModel_InventoryDataModelNS__InventoryItem___InventoryGameEventShuttle{ 0x0523B410 }; - inline constexpr REL::Offset InventoryDataModel_PickpocketItemData_{ 0x05274310 }; - inline constexpr REL::Offset InventoryDataModel_PickpocketItemData___InventoryGameEventShuttle{ 0x052742B0 }; - inline constexpr REL::Offset InventoryDataModel_PlayerInventoryItem_{ 0x05248E70 }; - inline constexpr REL::Offset InventoryDataModel_PlayerInventoryItem___InventoryGameEventShuttle{ 0x05248EC0 }; - inline constexpr REL::Offset InventoryMenu{ 0x0526D6B0 }; - inline constexpr REL::Offset InventoryMenu_Change3DView{ 0x0526D5D8 }; - inline constexpr REL::Offset InventoryMenu_DropItem{ 0x0526D408 }; - inline constexpr REL::Offset InventoryMenu_HideModel{ 0x0526D3A8 }; - inline constexpr REL::Offset InventoryMenu_LoadModel{ 0x0526D378 }; - inline constexpr REL::Offset InventoryMenu_OnEnterCategory{ 0x0526D4A8 }; - inline constexpr REL::Offset InventoryMenu_OpenCargoHold{ 0x0526D4E0 }; - inline constexpr REL::Offset InventoryMenu_PaperDollTryOn{ 0x0526D5A0 }; - inline constexpr REL::Offset InventoryMenu_ResetPaperDollInv{ 0x0526D610 }; - inline constexpr REL::Offset InventoryMenu_SelectItem{ 0x0526D3D8 }; - inline constexpr REL::Offset InventoryMenu_SetMouseOverModel{ 0x0526D470 }; - inline constexpr REL::Offset InventoryMenu_StartCloseAnim{ 0x0526D518 }; - inline constexpr REL::Offset InventoryMenu_ToggleFavorite{ 0x0526D438 }; - inline constexpr REL::Offset InventoryMenu_ToggleHelmet{ 0x0526D648 }; - inline constexpr REL::Offset InventoryMenu_ToggleSuit{ 0x0526D680 }; - inline constexpr REL::Offset InventoryScoringFunctor{ 0x051D8C28 }; - inline constexpr REL::Offset Inventory_SetSort{ 0x0523F878 }; - inline constexpr REL::Offset InvisibilityEffect{ 0x052A3138 }; - inline constexpr REL::Offset IronSightsState{ 0x05322CD8 }; - inline constexpr REL::Offset ItemCraftingBase{ 0x05236128 }; - inline constexpr REL::Offset ItemModInfoCardDataModel{ 0x052408F0 }; - inline constexpr REL::Offset ItemModInfoCardDataModel__ItemModInfoCardEventShuttle{ 0x052408A0 }; - inline constexpr REL::Offset ItemModdingBase{ 0x052351A0 }; - inline constexpr REL::Offset ItemModsDataModel{ 0x05240380 }; - inline constexpr REL::Offset ItemModsDataModel__ItemModsEventShuttle{ 0x05240340 }; - inline constexpr REL::Offset JetpackEffect{ 0x052A3460 }; - inline constexpr REL::Offset JetpackSM__JetpackStateBase{ 0x052A3590 }; - inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__Active_{ 0x052A3170 }; - inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__Hover_{ 0x052A3210 }; - inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__Inactive_{ 0x052A3300 }; - inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__ZeroGInitial_{ 0x052A31C0 }; - inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__ZeroGSustained_{ 0x052A3260 }; - inline constexpr REL::Offset JetpackUtils__TESCellReferenceAttachDetachEventSink{ 0x052A32B0 }; - inline constexpr REL::Offset Json__BuiltStyledStreamWriter{ 0x05089990 }; - inline constexpr REL::Offset Json__CharReader{ 0x05089850 }; - inline constexpr REL::Offset Json__CharReaderBuilder{ 0x050898A8 }; - inline constexpr REL::Offset Json__CharReader__Factory{ 0x05089878 }; - inline constexpr REL::Offset Json__OurCharReader{ 0x05089960 }; - inline constexpr REL::Offset Json__StreamWriter{ 0x050898D8 }; - inline constexpr REL::Offset Json__StreamWriterBuilder{ 0x05089930 }; - inline constexpr REL::Offset Json__StreamWriter__Factory{ 0x05089900 }; - inline constexpr REL::Offset JumpAnimEventHandler{ 0x052E84E0 }; - inline constexpr REL::Offset KillActorHandler{ 0x052EA090 }; - inline constexpr REL::Offset KillMoveEndHandler{ 0x052E8DC0 }; - inline constexpr REL::Offset KillMoveStartHandler{ 0x052E8D38 }; - inline constexpr REL::Offset KnockdownHandler{ 0x052E9AE8 }; - inline constexpr REL::Offset KnockdownTargetHandler{ 0x052E99F0 }; - inline constexpr REL::Offset LODData{ 0x051671A0 }; - inline constexpr REL::Offset LOD__Details__BGSPropagationSite{ 0x05157B90 }; - inline constexpr REL::Offset LeftHandSpellCastHandler{ 0x052EA1E0 }; - inline constexpr REL::Offset LeftHandSpellFireHandler{ 0x052EA180 }; - inline constexpr REL::Offset LegacyNif__BSEffectShaderProperty{ 0x05407870 }; - inline constexpr REL::Offset LegacyNif__BSLightingShaderProperty{ 0x05407830 }; - inline constexpr REL::Offset LegacyNif__BSMasterParticleSystem{ 0x054074E8 }; - inline constexpr REL::Offset LegacyNif__BSMultiBound{ 0x05406F48 }; - inline constexpr REL::Offset LegacyNif__BSMultiBoundAABB{ 0x05406FB0 }; - inline constexpr REL::Offset LegacyNif__BSMultiBoundNode{ 0x05407048 }; - inline constexpr REL::Offset LegacyNif__BSMultiBoundOBB{ 0x05406FE8 }; - inline constexpr REL::Offset LegacyNif__BSMultiBoundShape{ 0x05406F78 }; - inline constexpr REL::Offset LegacyNif__BSPSysInheritVelocityModifier{ 0x05407080 }; - inline constexpr REL::Offset LegacyNif__BSPSysLODModifier{ 0x054076D8 }; - inline constexpr REL::Offset LegacyNif__BSPSysScaleModifier{ 0x05407158 }; - inline constexpr REL::Offset LegacyNif__BSPSysSimpleColorModifier{ 0x05407710 }; - inline constexpr REL::Offset LegacyNif__BSPSysSubTexModifier{ 0x05407580 }; - inline constexpr REL::Offset LegacyNif__BSPositionData{ 0x05407520 }; - inline constexpr REL::Offset LegacyNif__BSShaderProperty{ 0x054077F8 }; - inline constexpr REL::Offset LegacyNif__BSShaderTextureSet{ 0x054077C0 }; - inline constexpr REL::Offset LegacyNif__BSSubIndexTriShape{ 0x054074B0 }; - inline constexpr REL::Offset LegacyNif__BSWaterShaderProperty{ 0x05407788 }; - inline constexpr REL::Offset LegacyNif__BSWindModifier{ 0x054070C0 }; - inline constexpr REL::Offset LegacyNif__NiAlphaProperty{ 0x054072D8 }; - inline constexpr REL::Offset LegacyNif__NiPSysAgeDeathModifier{ 0x05407668 }; - inline constexpr REL::Offset LegacyNif__NiPSysBombModifier{ 0x05407190 }; - inline constexpr REL::Offset LegacyNif__NiPSysBoundUpdateModifier{ 0x05407628 }; - inline constexpr REL::Offset LegacyNif__NiPSysBoxEmitter{ 0x05407340 }; - inline constexpr REL::Offset LegacyNif__NiPSysCollider{ 0x05407270 }; - inline constexpr REL::Offset LegacyNif__NiPSysColliderManager{ 0x05407238 }; - inline constexpr REL::Offset LegacyNif__NiPSysCylinderEmitter{ 0x05407378 }; - inline constexpr REL::Offset LegacyNif__NiPSysData{ 0x054073E8 }; - inline constexpr REL::Offset LegacyNif__NiPSysDragModifier{ 0x054075B8 }; - inline constexpr REL::Offset LegacyNif__NiPSysEmitter{ 0x054070F0 }; - inline constexpr REL::Offset LegacyNif__NiPSysGravityModifier{ 0x05407200 }; - inline constexpr REL::Offset LegacyNif__NiPSysMeshEmitter{ 0x054073B0 }; - inline constexpr REL::Offset LegacyNif__NiPSysModifier{ 0x05407480 }; - inline constexpr REL::Offset LegacyNif__NiPSysPlanarCollider{ 0x054072A0 }; - inline constexpr REL::Offset LegacyNif__NiPSysPositionModifier{ 0x054075F0 }; - inline constexpr REL::Offset LegacyNif__NiPSysRotationModifier{ 0x054071C8 }; - inline constexpr REL::Offset LegacyNif__NiPSysSpawnModifier{ 0x054076A0 }; - inline constexpr REL::Offset LegacyNif__NiPSysSphereEmitter{ 0x05407308 }; - inline constexpr REL::Offset LegacyNif__NiPSysVolumeEmitter{ 0x05407120 }; - inline constexpr REL::Offset LegacyNif__NiParticleSystem{ 0x05407448 }; - inline constexpr REL::Offset LegacyNif__NiParticles{ 0x05407418 }; - inline constexpr REL::Offset LegacyNif__NiParticlesData{ 0x05407550 }; - inline constexpr REL::Offset LegacyNif__SkyShaderProperty{ 0x05407750 }; - inline constexpr REL::Offset LensFlareAttachmentComponent{ 0x051587F0 }; - inline constexpr REL::Offset LevelUp_AnimFinished{ 0x05263EF8 }; - inline constexpr REL::Offset LevelUp_OnWidgetShown{ 0x05263F88 }; - inline constexpr REL::Offset LevelUp_OpenDataMenu{ 0x05263F58 }; - inline constexpr REL::Offset LevelUp_ShowSkills{ 0x05263F28 }; - inline constexpr REL::Offset LightAnimComponentCreationPolicy{ 0x050A8280 }; - inline constexpr REL::Offset LightAnimFormComponent{ 0x0508CF90 }; - inline constexpr REL::Offset LightAttachmentFormComponent{ 0x0516A618 }; - inline constexpr REL::Offset LightAttachmentRuntimeComponentUpdateService{ 0x052BCC80 }; - inline constexpr REL::Offset LightEffect{ 0x050918C0 }; - inline constexpr REL::Offset LinearVariable{ 0x0536D870 }; - inline constexpr REL::Offset LinearVariableInstance{ 0x0536D898 }; - inline constexpr REL::Offset LinkedCellProcessHelper{ 0x0535E660 }; - inline constexpr REL::Offset LinkedCellVisitorBase{ 0x051C6100 }; - inline constexpr REL::Offset LoadBufferStorageWrapper{ 0x052AD7C8 }; - inline constexpr REL::Offset LoadFileStorageWrapper{ 0x052AD798 }; - inline constexpr REL::Offset LoadGameMagicCasterVisitor{ 0x052C8BA8 }; - inline constexpr REL::Offset LoadSavePanelDataModel{ 0x05242018 }; - inline constexpr REL::Offset LoadSavePanelDataModel__LoadSavePanelEventShuttle{ 0x05241FD0 }; - inline constexpr REL::Offset LoadScreenRenderingEventHandler{ 0x052309A8 }; - inline constexpr REL::Offset LoadStorageWrapperBase{ 0x052ADA00 }; - inline constexpr REL::Offset LoadTraversalSubgraphDataFunctor{ 0x05194C88 }; - inline constexpr REL::Offset LoadedAreaBound{ 0x051EB2C8 }; - inline constexpr REL::Offset LoadedCellDB__IStateControl{ 0x05165268 }; - inline constexpr REL::Offset LoadedCellDB__LoadCell{ 0x05164BB0 }; - inline constexpr REL::Offset LoadedCellDB__PostProcessCell{ 0x05165230 }; - inline constexpr REL::Offset LoadedCellDB__SignalDoneTask{ 0x051651D0 }; - inline constexpr REL::Offset LoadingMenu{ 0x053295C8 }; - inline constexpr REL::Offset LoadingMenuData{ 0x05091DC8 }; - inline constexpr REL::Offset LoadingMenuDataModel{ 0x052414B8 }; - inline constexpr REL::Offset LoadingMenuDataModel__LoadingMenuEventShuttle{ 0x05241470 }; - inline constexpr REL::Offset LoadingMenuShowData{ 0x0508D498 }; - inline constexpr REL::Offset LoadingMenu_RefreshText{ 0x05329598 }; - inline constexpr REL::Offset LocalEnvData{ 0x052421A8 }; - inline constexpr REL::Offset LocalEnvData_Frequent{ 0x05242280 }; - inline constexpr REL::Offset LocalEnvironmentDataModel{ 0x05242250 }; - inline constexpr REL::Offset LocationTextWidget_FinishedQueue{ 0x05263FB8 }; - inline constexpr REL::Offset LockEffect{ 0x052A3608 }; - inline constexpr REL::Offset LocomotionBlend{ 0x0536E070 }; - inline constexpr REL::Offset LocomotionBlendInstance{ 0x0536E040 }; - inline constexpr REL::Offset LookAtChainData{ 0x0515EF80 }; - inline constexpr REL::Offset LookAtChainInstance{ 0x0515EFA8 }; - inline constexpr REL::Offset LookAtNode{ 0x0536DE50 }; - inline constexpr REL::Offset LookAtNodeInstance{ 0x0536DE20 }; - inline constexpr REL::Offset LoopingActivateHandler{ 0x052E9B40 }; - inline constexpr REL::Offset MagicCaster{ 0x051782F0 }; - inline constexpr REL::Offset MagicCaster__PostCreationCallback{ 0x052A3630 }; - inline constexpr REL::Offset MagicItem{ 0x050A2FD0 }; - inline constexpr REL::Offset MagicItemDataCollector{ 0x052A28E8 }; - inline constexpr REL::Offset MagicItemFindFunctor{ 0x05177938 }; - inline constexpr REL::Offset MagicItemFindKeywordFunctor{ 0x05177968 }; - inline constexpr REL::Offset MagicItemTraversalFunctor{ 0x051779D8 }; - inline constexpr REL::Offset MagicItem__PreloadableVisitor{ 0x051779A0 }; - inline constexpr REL::Offset MagicTarget{ 0x052668A0 }; - inline constexpr REL::Offset MagicTarget__IPostCreationModification{ 0x052A2C78 }; - inline constexpr REL::Offset Main{ 0x052BACE0 }; - inline constexpr REL::Offset MainMenu{ 0x0532B1A0 }; - inline constexpr REL::Offset MainMenuConfirmationDataModel{ 0x05243938 }; - inline constexpr REL::Offset MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle{ 0x05243B30 }; - inline constexpr REL::Offset MainMenuGamerInfoDataModel{ 0x052425A0 }; - inline constexpr REL::Offset MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle{ 0x05242550 }; - inline constexpr REL::Offset MainMenuListDataModel{ 0x052437F0 }; - inline constexpr REL::Offset MainMenuListDataModel__MainMenuListEventShuttle{ 0x05243A00 }; - inline constexpr REL::Offset MainMenuMOTDDataModel{ 0x05242498 }; - inline constexpr REL::Offset MainMenuMOTDDataModel__MOTDDataModelEventShuttle{ 0x05242450 }; - inline constexpr REL::Offset MainMenuPipelineProgressDataModel{ 0x052426D8 }; - inline constexpr REL::Offset MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle{ 0x05242670 }; - inline constexpr REL::Offset MainMenuStateDataModel{ 0x05244118 }; - inline constexpr REL::Offset MainMenuStateDataModel__MainMenuStateEventShuttle{ 0x05244080 }; - inline constexpr REL::Offset MainMenuStateInterface{ 0x052441C0 }; - inline constexpr REL::Offset MainMenu_ActionCanceled{ 0x0532B3B0 }; - inline constexpr REL::Offset MainMenu_ActionConfirmed{ 0x0532B380 }; - inline constexpr REL::Offset MainMenu_ConfirmLoad{ 0x0532B410 }; - inline constexpr REL::Offset MainMenu_DeleteSave{ 0x0532B080 }; - inline constexpr REL::Offset MainMenu_LegalScreenComplete{ 0x0532B110 }; - inline constexpr REL::Offset MainMenu_SetCharacter{ 0x0532B0B0 }; - inline constexpr REL::Offset MainMenu_StartAction{ 0x0532B350 }; - inline constexpr REL::Offset MainMenu_StartLoad{ 0x0532B3E0 }; - inline constexpr REL::Offset MainMenu_UploadSave{ 0x0532B0E0 }; - inline constexpr REL::Offset MassSpringDampenVariable{ 0x0536D4E0 }; - inline constexpr REL::Offset MassSpringDampenVariableInstance{ 0x0536D510 }; - inline constexpr REL::Offset MaterialLayerInterface{ 0x0517E3F0 }; - inline constexpr REL::Offset MaterialLayerSequence{ 0x05369D00 }; - inline constexpr REL::Offset MaterialLayerSequenceInstance{ 0x0536D180 }; - inline constexpr REL::Offset MeleeAimAssistData{ 0x051BA970 }; - inline constexpr REL::Offset MeleeAimAssistImpl{ 0x05209900 }; - inline constexpr REL::Offset MemoryManagement__PMPEventSink{ 0x05134760 }; - inline constexpr REL::Offset MemoryManagerFile{ 0x052BDE98 }; - inline constexpr REL::Offset MenuActor{ 0x052668C8 }; - inline constexpr REL::Offset MenuControls{ 0x0532B8B8 }; - inline constexpr REL::Offset MenuCursor{ 0x0539EA58 }; - inline constexpr REL::Offset MenuOpenHandler{ 0x0532B818 }; - inline constexpr REL::Offset MenuPaperDoll{ 0x05266BB8 }; - inline constexpr REL::Offset MenuTopicManager{ 0x052A4F60 }; - inline constexpr REL::Offset MergeNode{ 0x0536E0C0 }; - inline constexpr REL::Offset MergeNodeInstance{ 0x0536E098 }; - inline constexpr REL::Offset MeshLODDistanceOverride{ 0x051671C0 }; - inline constexpr REL::Offset MessageBoxMenu{ 0x0532C140 }; - inline constexpr REL::Offset MessageBoxMenu_OnBackOut{ 0x0532C110 }; - inline constexpr REL::Offset MessageBoxMenu_OnButtonPress{ 0x0532C0D8 }; - inline constexpr REL::Offset MessageBoxMenu__MessageBoxMenuEventShuttle{ 0x0532C350 }; - inline constexpr REL::Offset MessageMenuManager{ 0x0532C418 }; - inline constexpr REL::Offset MigrateSharedStateFromPreviousView{ 0x052AB420 }; - inline constexpr REL::Offset MirrorModifier{ 0x05369D30 }; - inline constexpr REL::Offset MirrorModifierInstance{ 0x0536D1B8 }; - inline constexpr REL::Offset MiscStatManager__FindStatByCRC{ 0x051E4A18 }; - inline constexpr REL::Offset MiscStatManager__IMiscStatVisitor{ 0x051E49E0 }; - inline constexpr REL::Offset MiscStatManager____RevertStatVisitor{ 0x052BDEF0 }; - inline constexpr REL::Offset MiscStatManager____SaveStatVisitor{ 0x052BDF40 }; - inline constexpr REL::Offset MissileProjectile{ 0x052EBFB8 }; - inline constexpr REL::Offset MissionBoardMenu{ 0x0526E610 }; - inline constexpr REL::Offset MissionBoardMenu__MissionBoardMenuEventShuttle{ 0x0526E480 }; - inline constexpr REL::Offset MissionBoard_MissionEntryChanged{ 0x0526E988 }; - inline constexpr REL::Offset MissionBoard_MissionEntryPressed{ 0x0526E9C0 }; - inline constexpr REL::Offset MissionMenu_ClearState{ 0x0526A088 }; - inline constexpr REL::Offset MissionMenu_PlotToLocation{ 0x05269F80 }; - inline constexpr REL::Offset MissionMenu_RejectQuest{ 0x05269FF0 }; - inline constexpr REL::Offset MissionMenu_SaveCategoryIndex{ 0x0526A050 }; - inline constexpr REL::Offset MissionMenu_SaveOpenedId{ 0x0526A020 }; - inline constexpr REL::Offset MissionMenu_ShowItemLocation{ 0x0526A730 }; - inline constexpr REL::Offset MissionMenu_ToggleQTDisplay{ 0x0526A0B8 }; - inline constexpr REL::Offset MissionMenu_ToggleTrackingQuest{ 0x05269FB8 }; - inline constexpr REL::Offset MobIterOperator{ 0x051E6D20 }; - inline constexpr REL::Offset ModelReferenceEffect{ 0x052A3BD8 }; - inline constexpr REL::Offset MomentumAnimation{ 0x0536D818 }; - inline constexpr REL::Offset MomentumAnimationInstance{ 0x0536D840 }; - inline constexpr REL::Offset MomentumSwitchback{ 0x0536D7B0 }; - inline constexpr REL::Offset MomentumSwitchbackInstance{ 0x0536D7E0 }; - inline constexpr REL::Offset MonocleMenu{ 0x05271370 }; - inline constexpr REL::Offset MonocleMenu_Bioscan{ 0x05270B48 }; - inline constexpr REL::Offset MonocleMenu_FastTravel{ 0x05271270 }; - inline constexpr REL::Offset MonocleMenu_Harvest{ 0x05270B78 }; - inline constexpr REL::Offset MonocleMenu_Initialize{ 0x05270C08 }; - inline constexpr REL::Offset MonocleMenu_Outpost{ 0x05270BA8 }; - inline constexpr REL::Offset MonocleMenu_PhotoMode{ 0x05270AE8 }; - inline constexpr REL::Offset MonocleMenu_Shutdown{ 0x05270BD8 }; - inline constexpr REL::Offset MonocleMenu_SocialSpell{ 0x05270B18 }; - inline constexpr REL::Offset MonocleMenu_StartContainerView{ 0x052712D8 }; - inline constexpr REL::Offset MonocleMenu_StopContainerView{ 0x052712A0 }; - inline constexpr REL::Offset MonocleMenu_SurfaceMap{ 0x05271310 }; - inline constexpr REL::Offset MonocleMenu_UseListScrollControls{ 0x05271238 }; - inline constexpr REL::Offset MonocleMenu_ZoomIn{ 0x05270AB8 }; - inline constexpr REL::Offset MonocleMenu_ZoomOut{ 0x05271340 }; - inline constexpr REL::Offset MonocleUIDataModel{ 0x0525FDE0 }; - inline constexpr REL::Offset MonocleUIDataModel__EventData{ 0x05260860 }; - inline constexpr REL::Offset MonocleUIDataModel__MenuData{ 0x05260330 }; - inline constexpr REL::Offset MonocleUIDataModel__MenuFreqData{ 0x05260670 }; - inline constexpr REL::Offset MonocleUIDataModel__MonocleUIDataEventShuttle{ 0x05260100 }; - inline constexpr REL::Offset MonocleUIDataModel__PickRefData{ 0x05260898 }; - inline constexpr REL::Offset MonocleUIDataModel__ResourceArcData{ 0x05260148 }; - inline constexpr REL::Offset MonocleUIDataModel__ResourceData{ 0x05260188 }; - inline constexpr REL::Offset MonocleUIDataModel__ScannableMapMarkerData{ 0x05260560 }; - inline constexpr REL::Offset MonocleUIDataModel__SocialSpellData{ 0x052600C0 }; - inline constexpr REL::Offset MorphDriverData{ 0x051BB618 }; - inline constexpr REL::Offset MorphDriverInstance{ 0x051BB6B8 }; - inline constexpr REL::Offset MotionDrivenHandler{ 0x052E8C80 }; - inline constexpr REL::Offset MotionDrivenHandlerReference{ 0x052E9290 }; - inline constexpr REL::Offset MountDismountEndHandler{ 0x052E8808 }; - inline constexpr REL::Offset MountInteraction{ 0x052CD770 }; - inline constexpr REL::Offset MouseMoveEvent{ 0x053706E0 }; - inline constexpr REL::Offset MovementAgent{ 0x0518F580 }; - inline constexpr REL::Offset MovementAgentActorAvoider{ 0x053B5370 }; - inline constexpr REL::Offset MovementAgentActorState{ 0x053B5150 }; - inline constexpr REL::Offset MovementAgentFlightController{ 0x053B51A8 }; - inline constexpr REL::Offset MovementAgentFlightControllerDetached{ 0x053B5650 }; - inline constexpr REL::Offset MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ 0x053B4B80 }; - inline constexpr REL::Offset MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ 0x053B4C80 }; - inline constexpr REL::Offset MovementAgentNullTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ 0x053B4A70 }; - inline constexpr REL::Offset MovementAgentNullTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ 0x053B4E40 }; - inline constexpr REL::Offset MovementAgentPathFollowerFlight{ 0x053B7DA0 }; - inline constexpr REL::Offset MovementAgentPathFollowerStandard{ 0x053B4F80 }; - inline constexpr REL::Offset MovementAgentPathFollowerVirtual{ 0x053B5618 }; - inline constexpr REL::Offset MovementArbiter{ 0x053B4468 }; - inline constexpr REL::Offset MovementArbitrationAverageFloat{ 0x053B5920 }; - inline constexpr REL::Offset MovementArbitrationAverage_float_{ 0x053B58B0 }; - inline constexpr REL::Offset MovementArbitrationMaxWeightParameters{ 0x053B57A8 }; - inline constexpr REL::Offset MovementArbitrationMaxWeightPoint{ 0x053B5878 }; - inline constexpr REL::Offset MovementArbitrationMaxWeight_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ 0x053B5690 }; - inline constexpr REL::Offset MovementArbitrationMaxWeight_NiPoint3_{ 0x053B57F0 }; - inline constexpr REL::Offset MovementArbitrationScheme_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ 0x053B5720 }; - inline constexpr REL::Offset MovementArbitrationScheme_MovementVector_{ 0x053B8440 }; - inline constexpr REL::Offset MovementArbitrationScheme_NiPoint3_{ 0x053B5838 }; - inline constexpr REL::Offset MovementArbitrationScheme_float_{ 0x053B58E8 }; - inline constexpr REL::Offset MovementArbitrationVectorAdd{ 0x053B8488 }; - inline constexpr REL::Offset MovementAvoidBoxEventAdapter{ 0x052BBD30 }; - inline constexpr REL::Offset MovementAvoidanceManager{ 0x052D2F08 }; - inline constexpr REL::Offset MovementComponentEventHandler{ 0x0518F340 }; - inline constexpr REL::Offset MovementControllerAI{ 0x0518F310 }; - inline constexpr REL::Offset MovementControllerComponent{ 0x0518F2D8 }; - inline constexpr REL::Offset MovementControllerComponentData{ 0x0518F2A0 }; - inline constexpr REL::Offset MovementControllerNPC{ 0x052D3168 }; - inline constexpr REL::Offset MovementControllerNullDataTracker{ 0x053B5A48 }; - inline constexpr REL::Offset MovementControllerRegisterInterface{ 0x053B5B88 }; - inline constexpr REL::Offset MovementHandlerAgent{ 0x0518F608 }; - inline constexpr REL::Offset MovementHandlerAgentAngleGain{ 0x053B7DD8 }; - inline constexpr REL::Offset MovementHandlerAgentDirectControl{ 0x052D31D0 }; - inline constexpr REL::Offset MovementHandlerAgentDirectionPassThrough{ 0x053B7D30 }; - inline constexpr REL::Offset MovementHandlerAgentFlightBoostTrigger{ 0x0518F540 }; - inline constexpr REL::Offset MovementHandlerAgentGraphDrivenAnimationDriven{ 0x0518F640 }; - inline constexpr REL::Offset MovementHandlerAgentPlayerControls{ 0x0518F6F8 }; - inline constexpr REL::Offset MovementHandlerAgentPlayerControlsActionTrigger{ 0x0518F770 }; - inline constexpr REL::Offset MovementHandlerAgentPlayerFlightControls{ 0x0518F7B8 }; - inline constexpr REL::Offset MovementHandlerAgentSprintActionTrigger{ 0x052D3208 }; - inline constexpr REL::Offset MovementHandlerAgentStairsHelper{ 0x052D3248 }; - inline constexpr REL::Offset MovementHandlerAgentStandard{ 0x053B55E0 }; - inline constexpr REL::Offset MovementHandlerAgentStorePlannerOutput{ 0x053B55A0 }; - inline constexpr REL::Offset MovementHandlerArbiter{ 0x053B4CF0 }; - inline constexpr REL::Offset MovementLargeDelta__IEnumVisitor{ 0x051E4B38 }; - inline constexpr REL::Offset MovementManager{ 0x051FE2F8 }; - inline constexpr REL::Offset MovementMessage{ 0x051946D0 }; - inline constexpr REL::Offset MovementMessageActivateDoor{ 0x053B65D8 }; - inline constexpr REL::Offset MovementMessageActorCollision{ 0x052D3280 }; - inline constexpr REL::Offset MovementMessageApproachingDoor{ 0x053B6640 }; - inline constexpr REL::Offset MovementMessageBeginLandingApproach{ 0x05194588 }; - inline constexpr REL::Offset MovementMessageBlocked{ 0x053B7C30 }; - inline constexpr REL::Offset MovementMessageDoor{ 0x053B6610 }; - inline constexpr REL::Offset MovementMessageGravJump{ 0x05196700 }; - inline constexpr REL::Offset MovementMessageJump{ 0x053B7CC8 }; - inline constexpr REL::Offset MovementMessageLand{ 0x05196730 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___IMessageHandlerWrapper{ 0x052C8310 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_CombatPathMovementMessage_{ 0x052CAAD0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActivateDoor_{ 0x052C7AE0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActorCollision_{ 0x052CA8F0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageApproachingDoor_{ 0x052CABC0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageBlocked_{ 0x052C7A70 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageJump_{ 0x052CA6B0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageNewPath_{ 0x052CA880 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathCleared_{ 0x052CA9E0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathComplete_{ 0x052CA810 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathFailed_{ 0x052CA7A0 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePlayIdle_{ 0x052CA970 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageSetStaticPath_{ 0x052CA720 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageTraversal_{ 0x052CA640 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageUpdateRequestImmediate_{ 0x052CAA50 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToLocation_{ 0x052C7B50 }; - inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToMultiple_{ 0x052CAB40 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___IMessageHandlerWrapper{ 0x05222390 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageBeginLandingApproach_{ 0x052225D0 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageGravJump_{ 0x05222650 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageLand_{ 0x052224E0 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageNewPath_{ 0x05222550 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathComplete_{ 0x052227D0 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathFailed_{ 0x052226D0 }; - inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageTakeOff_{ 0x05222750 }; - inline constexpr REL::Offset MovementMessageNewPath{ 0x053B4630 }; - inline constexpr REL::Offset MovementMessagePathCleared{ 0x053B64D8 }; - inline constexpr REL::Offset MovementMessagePathComplete{ 0x053B6510 }; - inline constexpr REL::Offset MovementMessagePathEvent{ 0x053B4600 }; - inline constexpr REL::Offset MovementMessagePathFailed{ 0x053B6548 }; - inline constexpr REL::Offset MovementMessagePlayIdle{ 0x053B7C60 }; - inline constexpr REL::Offset MovementMessageSetStaticPath{ 0x053B7C90 }; - inline constexpr REL::Offset MovementMessageTakeOff{ 0x05194558 }; - inline constexpr REL::Offset MovementMessageTraversal{ 0x053B6578 }; - inline constexpr REL::Offset MovementMessageUpdateRequestImmediate{ 0x053B45C0 }; - inline constexpr REL::Offset MovementMessageWarpToLocation{ 0x053B7BF8 }; - inline constexpr REL::Offset MovementMessageWarpToMultiple{ 0x053B7CF8 }; - inline constexpr REL::Offset MovementParameters{ 0x05126B78 }; - inline constexpr REL::Offset MovementParametersFixed{ 0x05222358 }; - inline constexpr REL::Offset MovementPathManagerAgent{ 0x053B4560 }; - inline constexpr REL::Offset MovementPathManagerAgentAvoidBox{ 0x053B5418 }; - inline constexpr REL::Offset MovementPathManagerAgentLoadedAreaMonitor{ 0x053B5250 }; - inline constexpr REL::Offset MovementPathManagerAgentStaticAvoider{ 0x053B52C8 }; - inline constexpr REL::Offset MovementPathManagerArbiter{ 0x053B4490 }; - inline constexpr REL::Offset MovementPathManagerNullTracker{ 0x053B46B0 }; - inline constexpr REL::Offset MovementPlannerAgent{ 0x052D3320 }; - inline constexpr REL::Offset MovementPlannerAgentDirectControl{ 0x052D32B8 }; - inline constexpr REL::Offset MovementPlannerAgentNavmeshBounds{ 0x053B5290 }; - inline constexpr REL::Offset MovementPlannerAgentWarp{ 0x052D33A8 }; - inline constexpr REL::Offset MovementPlannerArbiter{ 0x053B4800 }; - inline constexpr REL::Offset MovementPostUpdateArbiter{ 0x053B4EB0 }; - inline constexpr REL::Offset MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData{ 0x053B5BD0 }; - inline constexpr REL::Offset MovementSelectIdleUtils__SelectClosestIdleToPath{ 0x053B5C30 }; - inline constexpr REL::Offset MovementStateFollowPath{ 0x053B4438 }; - inline constexpr REL::Offset MovementStateTransformOverride{ 0x053B4400 }; - inline constexpr REL::Offset MovementStateTweener{ 0x053B43D0 }; - inline constexpr REL::Offset MovementTweenerAgent{ 0x052D33D8 }; - inline constexpr REL::Offset MovementTweenerAgentFixedDelta{ 0x053B54B8 }; - inline constexpr REL::Offset MovementTweenerAgentNodeFollower{ 0x052D3408 }; - inline constexpr REL::Offset MovementTweenerAgentTargetPosAndVel{ 0x053B5560 }; - inline constexpr REL::Offset MovementTweenerArbiter{ 0x053B4D20 }; - inline constexpr REL::Offset MoviePlayer{ 0x052AE3C0 }; - inline constexpr REL::Offset MultiFootIKNode{ 0x0536D5F8 }; - inline constexpr REL::Offset MultiFootIKNodeInstance{ 0x0536D620 }; - inline constexpr REL::Offset NEW_REFR_DATA{ 0x051691D0 }; - inline constexpr REL::Offset NPCAttachHandler{ 0x052E8890 }; - inline constexpr REL::Offset NPCDetachHandler{ 0x052E8868 }; - inline constexpr REL::Offset NavGenUtil__TunnelTerraintFilter{ 0x05190DA8 }; - inline constexpr REL::Offset NavMesh{ 0x050900F8 }; - inline constexpr REL::Offset NavMeshGenContext{ 0x0515AC38 }; - inline constexpr REL::Offset NavMeshGenData{ 0x0515A398 }; - inline constexpr REL::Offset NavMeshGenFinalizer{ 0x05192378 }; - inline constexpr REL::Offset NavMeshGenInputBorderProcessTask{ 0x0515AB30 }; - inline constexpr REL::Offset NavMeshGenInputProcessor{ 0x051926A0 }; - inline constexpr REL::Offset NavMeshGenOutputProcessor{ 0x05192708 }; - inline constexpr REL::Offset NavMeshGenSplitter{ 0x05192768 }; - inline constexpr REL::Offset NavMeshGenStitcher{ 0x051928D0 }; - inline constexpr REL::Offset NavMeshGenerator{ 0x051919A8 }; - inline constexpr REL::Offset NavMeshGenerator__NavMeshGenCellsNode{ 0x051916C8 }; - inline constexpr REL::Offset NavMeshInfo{ 0x051FC7A8 }; - inline constexpr REL::Offset NavMeshInfoMap{ 0x051FC7F8 }; - inline constexpr REL::Offset NavMeshObstacleCoverManager{ 0x05116808 }; - inline constexpr REL::Offset NavMeshObstacleManager{ 0x051FCC08 }; - inline constexpr REL::Offset NavMeshSearchClosePoint{ 0x051FE6D0 }; - inline constexpr REL::Offset NavMeshSearchFitSphere{ 0x051FEB60 }; - inline constexpr REL::Offset NavMeshSearchFlee{ 0x051FEBD8 }; - inline constexpr REL::Offset NavMeshSearchHide{ 0x051FEC90 }; - inline constexpr REL::Offset NavMeshSearchLOS{ 0x051FED40 }; - inline constexpr REL::Offset NavMeshSearchLargestSpaceNearLocation{ 0x051FEAB8 }; - inline constexpr REL::Offset NavMeshSearchSLPoint{ 0x051FEE48 }; - inline constexpr REL::Offset NavMeshSearchTriangleCenters_NavMeshSearchFitSphere_{ 0x051FE880 }; - inline constexpr REL::Offset NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation_{ 0x051FEB00 }; - inline constexpr REL::Offset NavMeshSplineExtraData{ 0x051C0AF8 }; - inline constexpr REL::Offset NestedUIValue_AlertData_{ 0x0523F300 }; - inline constexpr REL::Offset NestedUIValue_ArrayAction_{ 0x05259218 }; - inline constexpr REL::Offset NestedUIValue_AssignmentCategory_{ 0x052516A8 }; - inline constexpr REL::Offset NestedUIValue_AssignmentInfo_{ 0x05251388 }; - inline constexpr REL::Offset NestedUIValue_BackgroundDatum_{ 0x05285828 }; - inline constexpr REL::Offset NestedUIValue_BuffInfo_{ 0x05249938 }; - inline constexpr REL::Offset NestedUIValue_BuildItemData_{ 0x0525BED0 }; - inline constexpr REL::Offset NestedUIValue_BuilderRequirementsData__InputRequirement_{ 0x0525BB60 }; - inline constexpr REL::Offset NestedUIValue_CargoLinkData_{ 0x0525C908 }; - inline constexpr REL::Offset NestedUIValue_CargoLinkData__CargoLinkResource_{ 0x0525C740 }; - inline constexpr REL::Offset NestedUIValue_ComponentFlashEventInfo_{ 0x05258B90 }; - inline constexpr REL::Offset NestedUIValue_ControlBindingsData__InputSetting_{ 0x05250210 }; - inline constexpr REL::Offset NestedUIValue_ControlBindingsData__InputSetting__Binding_{ 0x05250060 }; - inline constexpr REL::Offset NestedUIValue_ControlConflictsData__ConflictingControl_{ 0x0524F080 }; - inline constexpr REL::Offset NestedUIValue_ControlConflictsData__ControlConflicts_{ 0x0524F280 }; - inline constexpr REL::Offset NestedUIValue_ControlMapDataModel__MappedEvent_{ 0x0539F540 }; - inline constexpr REL::Offset NestedUIValue_CraftingRecipesDataModel__RecipeData_{ 0x0523FCA0 }; - inline constexpr REL::Offset NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ 0x05235980 }; - inline constexpr REL::Offset NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ 0x052356F0 }; - inline constexpr REL::Offset NestedUIValue_CreditsDataModel__CreditsSection_{ 0x052294D0 }; - inline constexpr REL::Offset NestedUIValue_CrewInfo_{ 0x052365C0 }; - inline constexpr REL::Offset NestedUIValue_CrewSkillInfo_{ 0x05236440 }; - inline constexpr REL::Offset NestedUIValue_DamageResistanceStats_{ 0x05249A00 }; - inline constexpr REL::Offset NestedUIValue_DataMenuInventoryItem_{ 0x052376D8 }; - inline constexpr REL::Offset NestedUIValue_DialogueUIDataModel__DialogueEntryData_{ 0x0525E930 }; - inline constexpr REL::Offset NestedUIValue_DialogueUIDataModel__PersuasionEntryData_{ 0x0525EB70 }; - inline constexpr REL::Offset NestedUIValue_DocData_{ 0x05243C28 }; - inline constexpr REL::Offset NestedUIValue_EffectData_{ 0x0523F228 }; - inline constexpr REL::Offset NestedUIValue_EffectGroup_{ 0x052493F0 }; - inline constexpr REL::Offset NestedUIValue_ExplosiveIndicator_{ 0x05238AB0 }; - inline constexpr REL::Offset NestedUIValue_FavoritesManager__FavoritesEntryData_{ 0x05329000 }; - inline constexpr REL::Offset NestedUIValue_FireForgetModel__EventNameShuttle_{ 0x05238DD0 }; - inline constexpr REL::Offset NestedUIValue_HUDCommandIconData_{ 0x05262460 }; - inline constexpr REL::Offset NestedUIValue_HUDDirectionalHitData_{ 0x05262798 }; - inline constexpr REL::Offset NestedUIValue_HUDEnemyData__EnemyDatum_{ 0x0523D5B0 }; - inline constexpr REL::Offset NestedUIValue_HUDHitKillDatum_{ 0x0523D338 }; - inline constexpr REL::Offset NestedUIValue_HUDLocationData_{ 0x0523D968 }; - inline constexpr REL::Offset NestedUIValue_HUDMessageData__Message_{ 0x0523DE40 }; - inline constexpr REL::Offset NestedUIValue_HailingData_{ 0x052581F8 }; - inline constexpr REL::Offset NestedUIValue_HelpTopicData_{ 0x05231248 }; - inline constexpr REL::Offset NestedUIValue_HudModeVisibilityInfo_{ 0x0523E020 }; - inline constexpr REL::Offset NestedUIValue_IconData_DS_{ 0x05299758 }; - inline constexpr REL::Offset NestedUIValue_ImageFixtureUIData_{ 0x0515A128 }; - inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_Key__{ 0x052776F0 }; - inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ 0x0527A890 }; - inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ 0x05277970 }; - inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ 0x05258DA0 }; - inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ 0x052590A0 }; - inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ 0x0529A4D0 }; - inline constexpr REL::Offset NestedUIValue_InternalVector3UIValue_{ 0x051CB620 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__ArmorItemInfo_{ 0x0522AAB0 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__ElementalStatInfo_{ 0x0522A5E0 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__InventoryCategoryData_{ 0x0523C130 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__InventoryItem_{ 0x0522A350 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__LootItem_{ 0x0523B300 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__ModInfo_{ 0x0522A890 }; - inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__WeaponItemInfo_{ 0x0522A9E0 }; - inline constexpr REL::Offset NestedUIValue_ItemModsDataModel__ItemModData_{ 0x05240480 }; - inline constexpr REL::Offset NestedUIValue_ItemModsDataModel__ItemModSlotData_{ 0x05240590 }; - inline constexpr REL::Offset NestedUIValue_Key_{ 0x052775D0 }; - inline constexpr REL::Offset NestedUIValue_LevelUpPerkData_{ 0x052640D8 }; - inline constexpr REL::Offset NestedUIValue_LoadSavePanelData__CharacterData_{ 0x05241E50 }; - inline constexpr REL::Offset NestedUIValue_LoadSavePanelData__GameData_{ 0x05241D50 }; - inline constexpr REL::Offset NestedUIValue_MainMenuListData__ActionData_{ 0x052438F0 }; - inline constexpr REL::Offset NestedUIValue_MessageButton_{ 0x0532C6A0 }; - inline constexpr REL::Offset NestedUIValue_MiscInfo_{ 0x05249428 }; - inline constexpr REL::Offset NestedUIValue_MissionDetailsEntry_DS_{ 0x0526E700 }; - inline constexpr REL::Offset NestedUIValue_MissionListEntry_DS_{ 0x0526E8A0 }; - inline constexpr REL::Offset NestedUIValue_MonocleUIDataModel__ResourceData_{ 0x052602E0 }; - inline constexpr REL::Offset NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_{ 0x052606B0 }; - inline constexpr REL::Offset NestedUIValue_MonocleUIDataModel__SocialSpellData_{ 0x05260510 }; - inline constexpr REL::Offset NestedUIValue_NewCompassMarker_{ 0x0523C8E0 }; - inline constexpr REL::Offset NestedUIValue_ObjectiveData_{ 0x05265D90 }; - inline constexpr REL::Offset NestedUIValue_Patch_{ 0x0527A768 }; - inline constexpr REL::Offset NestedUIValue_PauseMenuListData__ActionData_{ 0x05244D20 }; - inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ 0x052457D0 }; - inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ 0x05245C60 }; - inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ 0x05245EA0 }; - inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ 0x05245B70 }; - inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ 0x05245A80 }; - inline constexpr REL::Offset NestedUIValue_PickpocketItemData_{ 0x052740D0 }; - inline constexpr REL::Offset NestedUIValue_PlayerInventoryItem_{ 0x05248F20 }; - inline constexpr REL::Offset NestedUIValue_PlayerShipComponents_{ 0x05237780 }; - inline constexpr REL::Offset NestedUIValue_Powers_{ 0x0522C010 }; - inline constexpr REL::Offset NestedUIValue_QuestDataModel__Objective_{ 0x0524A920 }; - inline constexpr REL::Offset NestedUIValue_QuestDataModel__Quest_{ 0x0524AAC8 }; - inline constexpr REL::Offset NestedUIValue_QuestUpdate_{ 0x052655D0 }; - inline constexpr REL::Offset NestedUIValue_RankData_{ 0x0527AB68 }; - inline constexpr REL::Offset NestedUIValue_Requirements_{ 0x0527AA08 }; - inline constexpr REL::Offset NestedUIValue_ResearchCategoryPreview_{ 0x0524B7E0 }; - inline constexpr REL::Offset NestedUIValue_ResearchPopupInfo__ItemInfo_{ 0x0524BA90 }; - inline constexpr REL::Offset NestedUIValue_ResearchProjectDetails__LinkedProject_{ 0x0524B790 }; - inline constexpr REL::Offset NestedUIValue_ResearchProjectDetails__MaterialRequirment_{ 0x0524B590 }; - inline constexpr REL::Offset NestedUIValue_ResearchProjectPreview_{ 0x0524B990 }; - inline constexpr REL::Offset NestedUIValue_Ring_{ 0x05277850 }; - inline constexpr REL::Offset NestedUIValue_RolloverActivationButtonData_{ 0x0523B1E0 }; - inline constexpr REL::Offset NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_{ 0x0524FFA0 }; - inline constexpr REL::Offset NestedUIValue_ShipComponent_{ 0x052383B8 }; - inline constexpr REL::Offset NestedUIValue_Skill_{ 0x052377C0 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__ColorSelectionData_DS_{ 0x051745E0 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__ColorTabData_DS_{ 0x05174470 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_{ 0x051713E0 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__FlightCheckTab_DS_{ 0x051711F0 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__HelpEntry_DS_{ 0x05177290 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__ModuleEntry_DS_{ 0x05159F60 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__StatEntry_DS_{ 0x05177580 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_{ 0x05159020 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_{ 0x05171000 }; - inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_{ 0x05170E10 }; - inline constexpr REL::Offset NestedUIValue_StarMap__BodyInfoDataFlashObject_{ 0x05258C80 }; - inline constexpr REL::Offset NestedUIValue_StarMap__BodyInfoToUI_{ 0x052385A8 }; - inline constexpr REL::Offset NestedUIValue_StarMap__BodyPOIDef_{ 0x0528FA98 }; - inline constexpr REL::Offset NestedUIValue_StarMap__BodyPOIMarkersDef_{ 0x0528F750 }; - inline constexpr REL::Offset NestedUIValue_StarMap__BodyPOIPos_{ 0x0528F850 }; - inline constexpr REL::Offset NestedUIValue_StarMap__GalaxyMarkerData_{ 0x052916C0 }; - inline constexpr REL::Offset NestedUIValue_StarMap__GalaxyMarkerDef_{ 0x05291930 }; - inline constexpr REL::Offset NestedUIValue_StarMap__MenuMarkerCoords_{ 0x05292EC0 }; - inline constexpr REL::Offset NestedUIValue_StarMap__PlanetInfoToUI_{ 0x05238680 }; - inline constexpr REL::Offset NestedUIValue_StarMap__ResourceInfoFlashObject_{ 0x05259500 }; - inline constexpr REL::Offset NestedUIValue_StarMap__StarMapMenuMarkerData_{ 0x052921D0 }; - inline constexpr REL::Offset NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_{ 0x05292D10 }; - inline constexpr REL::Offset NestedUIValue_StarMap__SurfaceMarkerStaticData_{ 0x05295780 }; - inline constexpr REL::Offset NestedUIValue_StarMap__SystemBodyInfoToUI_{ 0x052375A0 }; - inline constexpr REL::Offset NestedUIValue_StatCategory_{ 0x05249B28 }; - inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting_{ 0x0524F030 }; - inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting__CheckBoxData_{ 0x05250650 }; - inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting__SliderData_{ 0x052504B0 }; - inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting__StepperData_{ 0x052503E0 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ 0x051CADF0 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ 0x051C9D50 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ 0x051CA120 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ 0x051CB030 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__CodeBuiltStepperData_{ 0x051C9B20 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__HeadPartMetadata_{ 0x051CAC00 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationData_{ 0x051C96F0 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData_{ 0x051CAAD0 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ 0x051CA460 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ 0x051CB2A0 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ 0x051CA6F0 }; - inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendSliderMetadata_{ 0x051CB500 }; - inline constexpr REL::Offset NestedUIValue_TargetCombatValues_{ 0x05258F18 }; - inline constexpr REL::Offset NestedUIValue_TargetComponentData_{ 0x05258C38 }; - inline constexpr REL::Offset NestedUIValue_TargetHighFreq_{ 0x05258380 }; - inline constexpr REL::Offset NestedUIValue_TargetLowFreq_{ 0x05257F20 }; - inline constexpr REL::Offset NestedUIValue_TestMenu__TestData__ArcanaData_{ 0x0529A3A0 }; - inline constexpr REL::Offset NestedUIValue_TestMenu__TestResourcesData__ResourceData_{ 0x0529A010 }; - inline constexpr REL::Offset NestedUIValue_TraitDatum_{ 0x052859B8 }; - inline constexpr REL::Offset NestedUIValue_TraitInfo_{ 0x05249580 }; - inline constexpr REL::Offset NestedUIValue_UICraftingUtils__ResourceInfo_{ 0x05235590 }; - inline constexpr REL::Offset NestedUIValue_UICraftingUtils__SkillRequirement_{ 0x05177460 }; - inline constexpr REL::Offset NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_{ 0x0516EBE0 }; - inline constexpr REL::Offset NestedUIValue_WorkshopAreaResourcesData__AreaResource_{ 0x0525A950 }; - inline constexpr REL::Offset NestedUIValue_WorkshopCategoryBarData__CategoryBarData_{ 0x0525AE10 }; - inline constexpr REL::Offset NestedUIValue_WorkshopCategoryInfoData__PreviewIconData_{ 0x0525B210 }; - inline constexpr REL::Offset NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ 0x0525B1B0 }; - inline constexpr REL::Offset NestedUIValue_WorkshopInterfaceShared__ItemRequirement_{ 0x0525A4D0 }; - inline constexpr REL::Offset NestedUIValue_WorkshopInterfaceShared__ResourceProduced_{ 0x0525A5E0 }; - inline constexpr REL::Offset NestedUIValue_WorkshopTargetMenu__OutpostData_{ 0x052A12B0 }; - inline constexpr REL::Offset NestedUIValue_WorkshopTargetMenu__ResourceData_{ 0x052A0C90 }; - inline constexpr REL::Offset NestedUIValue_WorkshopTargetMenu__TargetData_{ 0x052A1360 }; - inline constexpr REL::Offset NestedUIValue_XPData_{ 0x05262F70 }; - inline constexpr REL::Offset NiAVObject{ 0x05116748 }; - inline constexpr REL::Offset NiAVObjectPalette{ 0x05404E10 }; - inline constexpr REL::Offset NiAdditionalGeometryData{ 0x05407988 }; - inline constexpr REL::Offset NiAmbientLight{ 0x05407960 }; - inline constexpr REL::Offset NiBSplineBasisData{ 0x054055D0 }; - inline constexpr REL::Offset NiBSplineColorInterpolator{ 0x05405628 }; - inline constexpr REL::Offset NiBSplineCompColorInterpolator{ 0x05405660 }; - inline constexpr REL::Offset NiBSplineCompFloatInterpolator{ 0x05405698 }; - inline constexpr REL::Offset NiBSplineCompPoint3Interpolator{ 0x05405740 }; - inline constexpr REL::Offset NiBSplineCompTransformInterpolator{ 0x05405468 }; - inline constexpr REL::Offset NiBSplineData{ 0x05405600 }; - inline constexpr REL::Offset NiBSplineFloatInterpolator{ 0x054056D0 }; - inline constexpr REL::Offset NiBSplineInterpolator{ 0x054054E0 }; - inline constexpr REL::Offset NiBSplinePoint3Interpolator{ 0x05405708 }; - inline constexpr REL::Offset NiBSplineTransformInterpolator{ 0x054054A8 }; - inline constexpr REL::Offset NiBillboardNode{ 0x05406BF8 }; - inline constexpr REL::Offset NiBinaryExtraData{ 0x054079B8 }; - inline constexpr REL::Offset NiBinaryStream{ 0x051E6320 }; - inline constexpr REL::Offset NiBlendAccumTransformInterpolator{ 0x05404F70 }; - inline constexpr REL::Offset NiBlendBoolInterpolator{ 0x054052A0 }; - inline constexpr REL::Offset NiBlendColorInterpolator{ 0x05405510 }; - inline constexpr REL::Offset NiBlendFloatInterpolator{ 0x054050D8 }; - inline constexpr REL::Offset NiBlendInterpolator{ 0x05404FA8 }; - inline constexpr REL::Offset NiBlendPoint3Interpolator{ 0x05405540 }; - inline constexpr REL::Offset NiBlendQuaternionInterpolator{ 0x05405570 }; - inline constexpr REL::Offset NiBlendTransformInterpolator{ 0x05405170 }; - inline constexpr REL::Offset NiBoolData{ 0x054055A8 }; - inline constexpr REL::Offset NiBoolInterpController{ 0x05405F00 }; - inline constexpr REL::Offset NiBoolInterpolator{ 0x05405208 }; - inline constexpr REL::Offset NiBoolTimelineInterpolator{ 0x05405238 }; - inline constexpr REL::Offset NiBooleanExtraData{ 0x054079E0 }; - inline constexpr REL::Offset NiCamera{ 0x05406470 }; - inline constexpr REL::Offset NiCollisionObject{ 0x052CD378 }; - inline constexpr REL::Offset NiColorData{ 0x05405778 }; - inline constexpr REL::Offset NiColorExtraData{ 0x05406E28 }; - inline constexpr REL::Offset NiColorExtraDataController{ 0x054057A0 }; - inline constexpr REL::Offset NiColorInterpolator{ 0x054057D8 }; - inline constexpr REL::Offset NiControllerManager{ 0x05404CC8 }; - inline constexpr REL::Offset NiControllerSequence{ 0x05404EA0 }; - inline constexpr REL::Offset NiDefaultAVObjectPalette{ 0x05404E38 }; - inline constexpr REL::Offset NiDirectionalLight{ 0x05407A10 }; - inline constexpr REL::Offset NiExtraData{ 0x05153818 }; - inline constexpr REL::Offset NiExtraDataController{ 0x05405140 }; - inline constexpr REL::Offset NiFile{ 0x052A9298 }; - inline constexpr REL::Offset NiFloatController{ 0x05405BF0 }; - inline constexpr REL::Offset NiFloatData{ 0x05405060 }; - inline constexpr REL::Offset NiFloatExtraData{ 0x05407A40 }; - inline constexpr REL::Offset NiFloatExtraDataController{ 0x05405108 }; - inline constexpr REL::Offset NiFloatInterpController{ 0x054051A8 }; - inline constexpr REL::Offset NiFloatInterpolator{ 0x05405270 }; - inline constexpr REL::Offset NiFloatsExtraData{ 0x05406E50 }; - inline constexpr REL::Offset NiFloatsExtraDataController{ 0x05405808 }; - inline constexpr REL::Offset NiFloatsExtraDataPoint3Controller{ 0x05405840 }; - inline constexpr REL::Offset NiFogProperty{ 0x05407938 }; - inline constexpr REL::Offset NiFormArray{ 0x051E8090 }; - inline constexpr REL::Offset NiGeometry{ 0x05407BB0 }; - inline constexpr REL::Offset NiGeometryData{ 0x05406C88 }; - inline constexpr REL::Offset NiIntegerExtraData{ 0x05376A08 }; - inline constexpr REL::Offset NiIntegersExtraData{ 0x0538CBF8 }; - inline constexpr REL::Offset NiInterpController{ 0x0538A1C0 }; - inline constexpr REL::Offset NiInterpolator{ 0x05404FD8 }; - inline constexpr REL::Offset NiKeyBasedInterpolator{ 0x05405000 }; - inline constexpr REL::Offset NiKeyframeManager{ 0x054059F8 }; - inline constexpr REL::Offset NiLight{ 0x05406F00 }; - inline constexpr REL::Offset NiLightColorController{ 0x05405A20 }; - inline constexpr REL::Offset NiLightDimmerController{ 0x05405A80 }; - inline constexpr REL::Offset NiLightRadiusController{ 0x05405AB0 }; - inline constexpr REL::Offset NiLookAtController{ 0x05405AE0 }; - inline constexpr REL::Offset NiLookAtInterpolator{ 0x05405B10 }; - inline constexpr REL::Offset NiMemStream{ 0x05407C80 }; - inline constexpr REL::Offset NiMorphData{ 0x05405B40 }; - inline constexpr REL::Offset NiMultiTargetTransformController{ 0x05404E68 }; - inline constexpr REL::Offset NiNode{ 0x05156230 }; - inline constexpr REL::Offset NiObject{ 0x05116798 }; - inline constexpr REL::Offset NiObjectNET{ 0x05116770 }; - inline constexpr REL::Offset NiPathController{ 0x05405B68 }; - inline constexpr REL::Offset NiPathInterpolator{ 0x054050A8 }; - inline constexpr REL::Offset NiPick__Results{ 0x05406D00 }; - inline constexpr REL::Offset NiPoint3InterpController{ 0x05405A50 }; - inline constexpr REL::Offset NiPoint3Interpolator{ 0x05405B90 }; - inline constexpr REL::Offset NiPointLight{ 0x05407A68 }; - inline constexpr REL::Offset NiPosData{ 0x05405088 }; - inline constexpr REL::Offset NiProperty{ 0x05406F20 }; - inline constexpr REL::Offset NiQuaternionInterpolator{ 0x05405BC0 }; - inline constexpr REL::Offset NiRefObject{ 0x0512C0D0 }; - inline constexpr REL::Offset NiRollController{ 0x05405C18 }; - inline constexpr REL::Offset NiRotData{ 0x05405C40 }; - inline constexpr REL::Offset NiSequence{ 0x05405D58 }; - inline constexpr REL::Offset NiSequenceStreamHelper{ 0x05405E30 }; - inline constexpr REL::Offset NiSingleInterpController{ 0x05404F10 }; - inline constexpr REL::Offset NiSkinData{ 0x05407A90 }; - inline constexpr REL::Offset NiSkinInstance{ 0x05407AB8 }; - inline constexpr REL::Offset NiSkinPartition{ 0x05407AE0 }; - inline constexpr REL::Offset NiSpotLight{ 0x05407B08 }; - inline constexpr REL::Offset NiStream{ 0x051EB1D8 }; - inline constexpr REL::Offset NiStringExtraData{ 0x05406420 }; - inline constexpr REL::Offset NiStringPalette{ 0x05405E60 }; - inline constexpr REL::Offset NiStringsExtraData{ 0x05407B30 }; - inline constexpr REL::Offset NiSwitchNode{ 0x05406C20 }; - inline constexpr REL::Offset NiTArray_BGSAddonNode_NiTMallocInterface_BGSAddonNode__ZeroObjectTraits_BGSAddonNode__{ 0x051816F0 }; - inline constexpr REL::Offset NiTArray_BSAnimNoteListener__BSAnimReceiverType_NiTMallocInterface_BSAnimNoteListener__BSAnimReceiverType__ZeroObjectTraits_BSAnimNoteListener__BSAnimReceiverType__{ 0x05405330 }; - inline constexpr REL::Offset NiTArray_CombatGroup_NiTMallocInterface_CombatGroup__ZeroObjectTraits_CombatGroup__{ 0x052F1A60 }; - inline constexpr REL::Offset NiTArray_NiAVObject_NiTMallocInterface_NiAVObject__ZeroObjectTraits_NiAVObject__{ 0x053896A0 }; - inline constexpr REL::Offset NiTArray_NiPick__Record_NiTScrapHeapInterface_NiPick__Record__ZeroObjectTraits_NiPick__Record__{ 0x05406D30 }; - inline constexpr REL::Offset NiTArray_NiPointer_NiAVObject__NiTNewInterface_NiPointer_NiAVObject___ZeroObjectTraits_NiPointer_NiAVObject___{ 0x054060C0 }; - inline constexpr REL::Offset NiTArray_NiPointer_NiControllerSequence__NiTNewInterface_NiPointer_NiControllerSequence___ZeroObjectTraits_NiPointer_NiControllerSequence___{ 0x05404D50 }; - inline constexpr REL::Offset NiTArray_NiPointer_NiTransformController__NiTNewInterface_NiPointer_NiTransformController___ZeroObjectTraits_NiPointer_NiTransformController___{ 0x05405C60 }; - inline constexpr REL::Offset NiTArray_char_NiTMallocInterface_char__ZeroObjectTraits_char__{ 0x05405DD0 }; - inline constexpr REL::Offset NiTArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ 0x051819E0 }; - inline constexpr REL::Offset NiTArray_void___NiStream_NiObject__NiTMallocInterface_void___NiStream_NiObject___ZeroObjectTraits_void___NiStream_NiObject___{ 0x054065F0 }; - inline constexpr REL::Offset NiTLargeArray_BSFixedString_NiTNewInterface_BSFixedString__ZeroObjectTraits_BSFixedString__{ 0x05406960 }; - inline constexpr REL::Offset NiTLargeArray_NiPointer_NiObject__NiTNewInterface_NiPointer_NiObject___ZeroObjectTraits_NiPointer_NiObject___{ 0x05406AC0 }; - inline constexpr REL::Offset NiTLargeArray_TESForm_NiTMallocInterface_TESForm__ZeroObjectTraits_TESForm__{ 0x051E8010 }; - inline constexpr REL::Offset NiTLargeArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ 0x05406BA0 }; - inline constexpr REL::Offset NiTLargeObjectArray_BSFixedString_{ 0x05406B60 }; - inline constexpr REL::Offset NiTLargeObjectArray_NiPointer_NiObject__{ 0x054068E0 }; - inline constexpr REL::Offset NiTLargePrimitiveArray_TESForm_{ 0x051E7FD0 }; - inline constexpr REL::Offset NiTLargePrimitiveArray_unsignedint_{ 0x05406A80 }; - inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData_____ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ 0x052AC310 }; - inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_charconst_IDLE_ANIM_ROOT___charconst_IDLE_ANIM_ROOT_{ 0x0517E460 }; - inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_unsignedint_TESFile___unsignedint_TESFile_{ 0x05181AA0 }; - inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_unsignedint_unsignedchar___unsignedint_unsignedchar_{ 0x052D0FF0 }; - inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__NiObjectconst_unsignedint_{ 0x05406A30 }; - inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiObject___void__{ 0x05406770 }; - inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiPointer_NiSequence__{ 0x05405880 }; - inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_unsignedshort_{ 0x054066E0 }; - inline constexpr REL::Offset NiTMap_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ 0x052AC420 }; - inline constexpr REL::Offset NiTMap_charconst_IDLE_ANIM_ROOT_{ 0x0517E588 }; - inline constexpr REL::Offset NiTMap_unsignedint_TESFile_{ 0x05181A68 }; - inline constexpr REL::Offset NiTMap_unsignedint_unsignedchar_{ 0x052D1098 }; - inline constexpr REL::Offset NiTObjectArray_NiPointer_NiAVObject__{ 0x05406070 }; - inline constexpr REL::Offset NiTObjectArray_NiPointer_NiControllerSequence__{ 0x05404D00 }; - inline constexpr REL::Offset NiTObjectArray_NiPointer_NiTransformController__{ 0x05405D80 }; - inline constexpr REL::Offset NiTPointerMap_NiObjectconst_unsignedint_{ 0x05406928 }; - inline constexpr REL::Offset NiTPointerMap_charconst_NiObject___void__{ 0x05406728 }; - inline constexpr REL::Offset NiTPointerMap_charconst_NiPointer_NiSequence__{ 0x054059B0 }; - inline constexpr REL::Offset NiTPointerMap_charconst_unsignedshort_{ 0x054066A8 }; - inline constexpr REL::Offset NiTPrimitiveArray_BGSAddonNode_{ 0x05181858 }; - inline constexpr REL::Offset NiTPrimitiveArray_BSAnimNoteListener__BSAnimReceiverType_{ 0x054052D0 }; - inline constexpr REL::Offset NiTPrimitiveArray_CombatGroup_{ 0x052F1AE8 }; - inline constexpr REL::Offset NiTPrimitiveArray_NiAVObject_{ 0x05389720 }; - inline constexpr REL::Offset NiTPrimitiveArray_char_{ 0x05405D28 }; - inline constexpr REL::Offset NiTPrimitiveArray_unsignedint_{ 0x05181A38 }; - inline constexpr REL::Offset NiTPrimitiveArray_void___NiStream_NiObject__{ 0x054067D0 }; - inline constexpr REL::Offset NiTScrapArray_NiPick__Record_{ 0x05406DC0 }; - inline constexpr REL::Offset NiTStringMap_IDLE_ANIM_ROOT_{ 0x0517E420 }; - inline constexpr REL::Offset NiTStringPointerMap_NiObject___void__{ 0x054069F0 }; - inline constexpr REL::Offset NiTStringPointerMap_NiPointer_NiSequence__{ 0x054058E0 }; - inline constexpr REL::Offset NiTStringPointerMap_unsignedshort_{ 0x054065C0 }; - inline constexpr REL::Offset NiTStringTemplateMap_NiTMap_charconst_IDLE_ANIM_ROOT__IDLE_ANIM_ROOT_{ 0x0517E520 }; - inline constexpr REL::Offset NiTStringTemplateMap_NiTPointerMap_charconst_NiObject___void___NiObject___void__{ 0x05406820 }; - inline constexpr REL::Offset NiTStringTemplateMap_NiTPointerMap_charconst_NiPointer_NiSequence___NiPointer_NiSequence__{ 0x05405930 }; - inline constexpr REL::Offset NiTStringTemplateMap_NiTPointerMap_charconst_unsignedshort__unsignedshort_{ 0x05406890 }; - inline constexpr REL::Offset NiTextKeyExtraData{ 0x05405E88 }; - inline constexpr REL::Offset NiTimeController{ 0x05182280 }; - inline constexpr REL::Offset NiTransformController{ 0x05404F40 }; - inline constexpr REL::Offset NiTransformData{ 0x05405440 }; - inline constexpr REL::Offset NiTransformInterpolator{ 0x05405030 }; - inline constexpr REL::Offset NiTriBasedGeom{ 0x05407B60 }; - inline constexpr REL::Offset NiTriBasedGeomData{ 0x05407C00 }; - inline constexpr REL::Offset NiTriShape{ 0x05407B88 }; - inline constexpr REL::Offset NiTriShapeData{ 0x05407BD8 }; - inline constexpr REL::Offset NiTriStrips{ 0x05407C30 }; - inline constexpr REL::Offset NiTriStripsData{ 0x05407C58 }; - inline constexpr REL::Offset NiUVData{ 0x05405EB8 }; - inline constexpr REL::Offset NiVisController{ 0x05405ED8 }; - inline constexpr REL::Offset NightEyeEffect{ 0x052A3C08 }; - inline constexpr REL::Offset NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EA560 }; - inline constexpr REL::Offset NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EB710 }; - inline constexpr REL::Offset NonActorMagicCaster{ 0x051782C0 }; - inline constexpr REL::Offset NonActorMagicTarget{ 0x0508F570 }; - inline constexpr REL::Offset NormalizeRotation{ 0x05369BB0 }; - inline constexpr REL::Offset NormalizeRotationInstance{ 0x0536D1E8 }; - inline constexpr REL::Offset NullMovementSelectIdleResult{ 0x053B5958 }; - inline constexpr REL::Offset NullMovementState{ 0x0531B928 }; - inline constexpr REL::Offset NullPathBuilderTracker{ 0x053B0B98 }; - inline constexpr REL::Offset ObjectAttachmentFormComponent{ 0x0516AE28 }; - inline constexpr REL::Offset ObjectListItem{ 0x051ED9E0 }; - inline constexpr REL::Offset ObstacleTaskData{ 0x051FCFC0 }; - inline constexpr REL::Offset OpenContainerMenuMessage{ 0x05090BA0 }; - inline constexpr REL::Offset OpenEffect{ 0x052A3EF0 }; - inline constexpr REL::Offset OpenRefuelMenuMessage{ 0x05090F88 }; - inline constexpr REL::Offset OpenShipCrewAssignMenuMessage{ 0x05090F50 }; - inline constexpr REL::Offset OwnedCameraEffectController{ 0x051D8F88 }; - inline constexpr REL::Offset OwnedController{ 0x05156AE0 }; - inline constexpr REL::Offset PackageCreator{ 0x050AD130 }; - inline constexpr REL::Offset PackageList{ 0x051827E8 }; - inline constexpr REL::Offset PackageList__IPackageVisitor{ 0x052CB220 }; - inline constexpr REL::Offset PackageLocation{ 0x051FC3C0 }; - inline constexpr REL::Offset PageFileBase{ 0x052A91B8 }; - inline constexpr REL::Offset PageFileReader_BSFile_{ 0x052A9180 }; - inline constexpr REL::Offset PageFileReader_PageFileBase_{ 0x052A9048 }; - inline constexpr REL::Offset PageFileWriter_BSFile_{ 0x052A9080 }; - inline constexpr REL::Offset PageFileWriter_PageFileBase_{ 0x052A9208 }; - inline constexpr REL::Offset PairCollector{ 0x05089088 }; - inline constexpr REL::Offset PairedAnimation{ 0x0536D5A0 }; - inline constexpr REL::Offset PairedAnimationInstance{ 0x0536D5C8 }; - inline constexpr REL::Offset PairedAttackDialogueHandler{ 0x052E9840 }; - inline constexpr REL::Offset PairedStopHandler{ 0x052E8B60 }; - inline constexpr REL::Offset ParalysisEffect{ 0x052A2AD8 }; - inline constexpr REL::Offset ParticleFormComponent{ 0x0516B5E0 }; - inline constexpr REL::Offset ParticleParticleCollisionsTask{ 0x05088BC0 }; - inline constexpr REL::Offset ParticleParticleInterBranchCollisionsTask{ 0x05088C00 }; - inline constexpr REL::Offset ParticleParticleInterbranchSolveTask{ 0x05088B50 }; - inline constexpr REL::Offset ParticleParticleProcessEarlyOutStateTask{ 0x05088A28 }; - inline constexpr REL::Offset ParticleSequence{ 0x05369B88 }; - inline constexpr REL::Offset ParticleSequenceInstance{ 0x0536D218 }; - inline constexpr REL::Offset ParticleSystemInterface{ 0x0517E3C0 }; - inline constexpr REL::Offset Particles__AnimatedUVMaterialProperties{ 0x053A0810 }; - inline constexpr REL::Offset Particles__BaseCustomParameter{ 0x0520E998 }; - inline constexpr REL::Offset Particles__BaseOperation{ 0x053A6E88 }; - inline constexpr REL::Offset Particles__BaseParticleSystemItem{ 0x053A6E50 }; - inline constexpr REL::Offset Particles__BoundProperty{ 0x053A0888 }; - inline constexpr REL::Offset Particles__BundleInfo{ 0x053A6EE8 }; - inline constexpr REL::Offset Particles__EmitterBinding{ 0x053AC5A8 }; - inline constexpr REL::Offset Particles__EmitterDefinition{ 0x053ACF78 }; - inline constexpr REL::Offset Particles__EmitterEngineBindingBase{ 0x053AC568 }; - inline constexpr REL::Offset Particles__EmitterMaterialDependency{ 0x053A9C20 }; - inline constexpr REL::Offset Particles__ExpressionParser{ 0x053AF3B0 }; - inline constexpr REL::Offset Particles__ForcesProperties{ 0x053A9B00 }; - inline constexpr REL::Offset Particles__GeometryAsShapeDependency{ 0x053A9CC8 }; - inline constexpr REL::Offset Particles__GeometryParticlesProperties{ 0x053A9B38 }; - inline constexpr REL::Offset Particles__GroupOperation{ 0x053A6E20 }; - inline constexpr REL::Offset Particles__IFunctionProvider{ 0x053AF3E8 }; - inline constexpr REL::Offset Particles__ITimeMultiplierProvider{ 0x051C0DD8 }; - inline constexpr REL::Offset Particles__Intrinsics__ApplyAngularVelocityParamSet{ 0x053A7900 }; - inline constexpr REL::Offset Particles__Intrinsics__ApplyForcesToPositionParamSet{ 0x053A7AD0 }; - inline constexpr REL::Offset Particles__Intrinsics__ApplyForcesToVelocityParamSet{ 0x053A7B20 }; - inline constexpr REL::Offset Particles__Intrinsics__ApplyVelocityToPositionParamSet{ 0x053A7F50 }; - inline constexpr REL::Offset Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet{ 0x053A7FA0 }; - inline constexpr REL::Offset Particles__Intrinsics__AssignmentOperationInput{ 0x053A9070 }; - inline constexpr REL::Offset Particles__Intrinsics__BindingNameInput{ 0x053A87A8 }; - inline constexpr REL::Offset Particles__Intrinsics__BoolBoolParamSet{ 0x053A8AE8 }; - inline constexpr REL::Offset Particles__Intrinsics__BoolInput{ 0x053A8680 }; - inline constexpr REL::Offset Particles__Intrinsics__BroadcastCollisionEventParamSet{ 0x053A91F0 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorAlphaCurvesParamSet{ 0x053A7060 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorColorColorParamSet{ 0x053A8C40 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorColorFloatParamSet{ 0x053A8BB0 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorCurveParamSet{ 0x053A90F8 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorFloatParamSet{ 0x053A8BF8 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorInput{ 0x053A86B8 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorPickerMinMaxParamSet{ 0x053A8CE0 }; - inline constexpr REL::Offset Particles__Intrinsics__ColorPickerParamSet{ 0x053A8B68 }; - inline constexpr REL::Offset Particles__Intrinsics__ConditionalJumpParamSet{ 0x053A8F80 }; - inline constexpr REL::Offset Particles__Intrinsics__ConditionalKillParamSet{ 0x053A9320 }; - inline constexpr REL::Offset Particles__Intrinsics__ConformToHeightmapParamSet{ 0x053A73F0 }; - inline constexpr REL::Offset Particles__Intrinsics__ConformToHeightmapSimParamSet{ 0x053A7440 }; - inline constexpr REL::Offset Particles__Intrinsics__CurveParamSet{ 0x053A90B8 }; - inline constexpr REL::Offset Particles__Intrinsics__CustomHandlingParamSet{ 0x053A76D0 }; - inline constexpr REL::Offset Particles__Intrinsics__CyclingVolumeParamSet{ 0x053A73A0 }; - inline constexpr REL::Offset Particles__Intrinsics__DebugAnimateParentTransform{ 0x053A70B0 }; - inline constexpr REL::Offset Particles__Intrinsics__DebugAttachToCamera{ 0x053A70F8 }; - inline constexpr REL::Offset Particles__Intrinsics__DebugMoveParentTransform{ 0x053A7140 }; - inline constexpr REL::Offset Particles__Intrinsics__DirectionAxisInput{ 0x053A7638 }; - inline constexpr REL::Offset Particles__Intrinsics__DirectionToRotation3DParamSet{ 0x053A8A00 }; - inline constexpr REL::Offset Particles__Intrinsics__Double3Double3Double3ParamSet{ 0x053A9940 }; - inline constexpr REL::Offset Particles__Intrinsics__Double3Double3ParamSet{ 0x053A98A0 }; - inline constexpr REL::Offset Particles__Intrinsics__Double3Double3VectorParamSet{ 0x053A98F0 }; - inline constexpr REL::Offset Particles__Intrinsics__Double3Input{ 0x053A84B8 }; - inline constexpr REL::Offset Particles__Intrinsics__EmissionTypeInput{ 0x053A75F8 }; - inline constexpr REL::Offset Particles__Intrinsics__ExpressionInputParamSet{ 0x053AEB10 }; - inline constexpr REL::Offset Particles__Intrinsics__Float5ParamSet{ 0x053A9538 }; - inline constexpr REL::Offset Particles__Intrinsics__Float6ParamSet{ 0x053A9578 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatBoolParamSet{ 0x053A95B8 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatColorParamSet{ 0x053A8B28 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatFloatBoolParamSet{ 0x053A9600 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatFloatColorParamSet{ 0x053A8C90 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatFloatParamSet{ 0x053A94F0 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatParamSet{ 0x053A9370 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatVectorParamSet{ 0x053A93C0 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatFloatParamSet{ 0x053A9648 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatInput{ 0x053A8480 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatMinMaxParamSet{ 0x053A94A8 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatUIntParamSet{ 0x053A9688 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatVector33MatrixParamSet{ 0x053A9410 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatVectorParamSet{ 0x053A9710 }; - inline constexpr REL::Offset Particles__Intrinsics__FloatVectorVectorParamSet{ 0x053A7220 }; - inline constexpr REL::Offset Particles__Intrinsics__GenericResourceParamSet{ 0x053A7680 }; - inline constexpr REL::Offset Particles__Intrinsics__GeometryParticleKillParamSet{ 0x053A77C0 }; - inline constexpr REL::Offset Particles__Intrinsics__GeometryParticleParamSet{ 0x053A7720 }; - inline constexpr REL::Offset Particles__Intrinsics__GeometryParticleUpdateParamSet{ 0x053A7770 }; - inline constexpr REL::Offset Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet{ 0x053A7810 }; - inline constexpr REL::Offset Particles__Intrinsics__HexColorHexColorUIntParamSet{ 0x053A8DF0 }; - inline constexpr REL::Offset Particles__Intrinsics__HexColorUIntParamSet{ 0x053A8DB0 }; - inline constexpr REL::Offset Particles__Intrinsics__HexUIntInput{ 0x053A8648 }; - inline constexpr REL::Offset Particles__Intrinsics__Input{ 0x053A8408 }; - inline constexpr REL::Offset Particles__Intrinsics__IntInput{ 0x053A8598 }; - inline constexpr REL::Offset Particles__Intrinsics__JumpParamSet{ 0x053A8F40 }; - inline constexpr REL::Offset Particles__Intrinsics__KillParamSet{ 0x053A92E0 }; - inline constexpr REL::Offset Particles__Intrinsics__LODCurvedPropertyBaseParamSet{ 0x053A7490 }; - inline constexpr REL::Offset Particles__Intrinsics__LODCurvedPropertyFloatParamSet{ 0x053A74E0 }; - inline constexpr REL::Offset Particles__Intrinsics__MatrixInput{ 0x053A8560 }; - inline constexpr REL::Offset Particles__Intrinsics__MatrixVectorVectorParamSet{ 0x053A9020 }; - inline constexpr REL::Offset Particles__Intrinsics__MeshSpawnDimensionInput{ 0x053A7530 }; - inline constexpr REL::Offset Particles__Intrinsics__NoOpDeclareBoolParamSet{ 0x053A7950 }; - inline constexpr REL::Offset Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet{ 0x053A7B70 }; - inline constexpr REL::Offset Particles__Intrinsics__Noise2ParamSet{ 0x053A97D0 }; - inline constexpr REL::Offset Particles__Intrinsics__Noise3ParamSet{ 0x053A9810 }; - inline constexpr REL::Offset Particles__Intrinsics__NoiseBaseParamSet{ 0x053A9750 }; - inline constexpr REL::Offset Particles__Intrinsics__NoiseParamSet{ 0x053A9790 }; - inline constexpr REL::Offset Particles__Intrinsics__NoiseTypeInput{ 0x053A75B8 }; - inline constexpr REL::Offset Particles__Intrinsics__OperationNameInput{ 0x053A8768 }; - inline constexpr REL::Offset Particles__Intrinsics__OrbitAroundPointParamSet{ 0x053A7300 }; - inline constexpr REL::Offset Particles__Intrinsics__ParameterSetBase{ 0x053A8440 }; - inline constexpr REL::Offset Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet{ 0x053A7860 }; - inline constexpr REL::Offset Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet{ 0x053A78B0 }; - inline constexpr REL::Offset Particles__Intrinsics__PointInCylinderParamSet{ 0x053A8FD0 }; - inline constexpr REL::Offset Particles__Intrinsics__PointInMeshParamSet{ 0x053A72B8 }; - inline constexpr REL::Offset Particles__Intrinsics__PointOnAttachedSkeletonParamSet{ 0x053A7350 }; - inline constexpr REL::Offset Particles__Intrinsics__RandomVariableParamSet{ 0x053A9850 }; - inline constexpr REL::Offset Particles__Intrinsics__RandomVectorOnShapeParamSet{ 0x053A7270 }; - inline constexpr REL::Offset Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet{ 0x053A8A50 }; - inline constexpr REL::Offset Particles__Intrinsics__ShapeTypeInput{ 0x053A7578 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedAsset{ 0x053A9D08 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedAssociatedUID{ 0x053A8388 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedCollisionInfo{ 0x053A83C8 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedColorAlphaCurves{ 0x053A8070 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedColorCurve{ 0x053A8030 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedCurve{ 0x053A9D80 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedCustomParameter{ 0x053A8300 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedFiniteRandomNumberGenerator{ 0x053A81B0 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedHeightmapData{ 0x053A8348 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedLODCurves{ 0x053A80B8 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedMesh{ 0x053A80F8 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedNoiseGenerator{ 0x053A8170 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedParticleSystemSpawnParameters{ 0x053A8260 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedRGBColorCurve{ 0x053A7FF0 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedRandomVariableDistributionValues{ 0x053A8200 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedRuntimeInfo{ 0x053A9D40 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedSkeletonData{ 0x053A8130 }; - inline constexpr REL::Offset Particles__Intrinsics__SharedUpdateForcesParameters{ 0x053A82B0 }; - inline constexpr REL::Offset Particles__Intrinsics__SpawnParticleParamSet{ 0x053A9240 }; - inline constexpr REL::Offset Particles__Intrinsics__StringInput{ 0x053A8730 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet{ 0x053A7EF0 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet{ 0x053A7E80 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet{ 0x053A7E20 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet{ 0x053A7D50 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet{ 0x053A7C80 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet{ 0x053A7C20 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet{ 0x053A7BC0 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet{ 0x053A7DB0 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet{ 0x053A7CE0 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet{ 0x053A7A00 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet{ 0x053A79A0 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet{ 0x053A7A60 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformStretchVectorToWorldParamSet{ 0x053A9190 }; - inline constexpr REL::Offset Particles__Intrinsics__TransformVelocityToWorldParamSet{ 0x053A9140 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntDivisionParamSet{ 0x053A8E80 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntFloatParamSet{ 0x053A8F00 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntInput{ 0x053A85D0 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntMinMaxParamSet{ 0x053A8EC0 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntUIntBoolParamSet{ 0x053A8D70 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntUIntParamSet{ 0x053A8D28 }; - inline constexpr REL::Offset Particles__Intrinsics__UIntUIntUIntParamSet{ 0x053A8E40 }; - inline constexpr REL::Offset Particles__Intrinsics__UpdateChildParticleBindingsParamSet{ 0x053A9290 }; - inline constexpr REL::Offset Particles__Intrinsics__UpdateForcesParamSet{ 0x053AEB60 }; - inline constexpr REL::Offset Particles__Intrinsics__VariableInput{ 0x053A8608 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector2Input{ 0x053A84F0 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet{ 0x053A9A30 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet{ 0x053A87F0 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet{ 0x053A8850 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector3Input{ 0x053A8528 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector3MatrixParamSet{ 0x053A9460 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet{ 0x053A88B0 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet{ 0x053A8900 }; - inline constexpr REL::Offset Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet{ 0x053A8960 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorFloatParamSet{ 0x053A7188 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorFloatVectorParamSet{ 0x053A71D0 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorMinMaxParamSet{ 0x053A89C0 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorScaleAddParamSet{ 0x053A8AA0 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorVectorFloatParamSet{ 0x053A99E0 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorVectorParamSet{ 0x053A96D0 }; - inline constexpr REL::Offset Particles__Intrinsics__VectorVectorVectorParamSet{ 0x053A9990 }; - inline constexpr REL::Offset Particles__Intrinsics__XMFLOAT4Input{ 0x053A86F0 }; - inline constexpr REL::Offset Particles__ListFloatCurve{ 0x053A08B8 }; - inline constexpr REL::Offset Particles__ListParticleCollisionInfo{ 0x0520E9D0 }; - inline constexpr REL::Offset Particles__MaterialDBDependency{ 0x053A9BE8 }; - inline constexpr REL::Offset Particles__MaterialProperties{ 0x053A07D8 }; - inline constexpr REL::Offset Particles__MeshDependency{ 0x053A9C60 }; - inline constexpr REL::Offset Particles__MinimalEmitterDefinition{ 0x053ACFB0 }; - inline constexpr REL::Offset Particles__MinimalParticleSystemDefinition{ 0x053A9AC0 }; - inline constexpr REL::Offset Particles__ModelDBDependency{ 0x053A9BB0 }; - inline constexpr REL::Offset Particles__PSM__Commands__BaseParticleSystemRequest{ 0x053AB360 }; - inline constexpr REL::Offset Particles__PSM__Commands__RequestLoadResources{ 0x053AB3B0 }; - inline constexpr REL::Offset Particles__PSM__Commands__WaitForResourceLoad{ 0x053AB400 }; - inline constexpr REL::Offset Particles__ParticleEmitterEngine{ 0x053AC2C0 }; - inline constexpr REL::Offset Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding{ 0x053AC510 }; - inline constexpr REL::Offset Particles__ParticleNodeManager{ 0x053A08E8 }; - inline constexpr REL::Offset Particles__ParticlePerformanceManager{ 0x053ABA78 }; - inline constexpr REL::Offset Particles__ParticleSystemManagerImpl{ 0x053AB448 }; - inline constexpr REL::Offset Particles__ParticleSystemManagerImpl__PSBinding{ 0x053ABA30 }; - inline constexpr REL::Offset Particles__ParticleSystemStorage{ 0x053A0E98 }; - inline constexpr REL::Offset Particles__PhysicsProperties{ 0x053A07A0 }; - inline constexpr REL::Offset Particles__PointInMeshDependency{ 0x053A9C90 }; - inline constexpr REL::Offset Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled_{ 0x05097E80 }; - inline constexpr REL::Offset Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled___ReleaseToPool{ 0x05095C40 }; - inline constexpr REL::Offset Particles__ResourceDependency{ 0x053A9B78 }; - inline constexpr REL::Offset Particles__SingleOperation{ 0x053A6EB8 }; - inline constexpr REL::Offset Particles__SystemBinding{ 0x053A2360 }; - inline constexpr REL::Offset Particles__SystemDefinition{ 0x053A9A80 }; - inline constexpr REL::Offset Particles__TiledMaterialProperties{ 0x053A0850 }; - inline constexpr REL::Offset PassengerInteraction{ 0x05222958 }; - inline constexpr REL::Offset PathBuilderFlee__PathBuilderFleePath{ 0x0509E9A8 }; - inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyActionPath{ 0x05116310 }; - inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyHoverPath{ 0x05115DD0 }; - inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyLandPath{ 0x05115C30 }; - inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyOrbitPath{ 0x05115FC0 }; - inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyPath{ 0x051165C8 }; - inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyTakeOffPath{ 0x05115D00 }; - inline constexpr REL::Offset PathBuilderHide__PathBuilderHidePath{ 0x051163D8 }; - inline constexpr REL::Offset PathBuilderLOS__PathBuilderLOSPath{ 0x05116490 }; - inline constexpr REL::Offset PathBuilderSafeStraightLine__PathBuilderSafeStraightLinePath{ 0x051160A0 }; - inline constexpr REL::Offset PathFollowerAnimationMoveStart{ 0x053B82B8 }; - inline constexpr REL::Offset PathFollowerAnimationMoveStop{ 0x053B82F0 }; - inline constexpr REL::Offset PathFollowerStateFollowPathToParameter{ 0x053B8198 }; - inline constexpr REL::Offset PathFollowerStateKeepLastDirection{ 0x053B81D8 }; - inline constexpr REL::Offset PathFollowerStatePerformAction{ 0x053B8280 }; - inline constexpr REL::Offset PathFollowerStatePlayIdle{ 0x053B8130 }; - inline constexpr REL::Offset PathFollowerStateShortcut{ 0x053B8218 }; - inline constexpr REL::Offset PathFollowerStateTurnToAngle{ 0x053B8160 }; - inline constexpr REL::Offset PathFollowerStateWaitForAction{ 0x053B8248 }; - inline constexpr REL::Offset PathManagerImpl{ 0x053B0520 }; - inline constexpr REL::Offset PathManagerPositionPlayerAdapter{ 0x052BBCF8 }; - inline constexpr REL::Offset PathSmootherRayCastUsePreferredTris{ 0x053B6E80 }; - inline constexpr REL::Offset PathSmootherRayCastUseTrianglePath{ 0x053B6EC0 }; - inline constexpr REL::Offset Pathing{ 0x051FDFD8 }; - inline constexpr REL::Offset PathingAnimations{ 0x05360D88 }; - inline constexpr REL::Offset PathingAnimationsInstance{ 0x05360E08 }; - inline constexpr REL::Offset PathingCell{ 0x051FE368 }; - inline constexpr REL::Offset PathingCoverLocation{ 0x051FDF68 }; - inline constexpr REL::Offset PathingDoor{ 0x051FE3B8 }; - inline constexpr REL::Offset PathingLockData{ 0x051FE408 }; - inline constexpr REL::Offset PathingNumericIDDuplicationVisitor{ 0x051FE430 }; - inline constexpr REL::Offset PathingRequest{ 0x05152F18 }; - inline constexpr REL::Offset PathingRequestClosePoint{ 0x051FD0B8 }; - inline constexpr REL::Offset PathingRequestClosestGoal{ 0x051FEE78 }; - inline constexpr REL::Offset PathingRequestClosestGoal__PathBuilder{ 0x05115E78 }; - inline constexpr REL::Offset PathingRequestCover{ 0x051FEEA8 }; - inline constexpr REL::Offset PathingRequestFlee{ 0x051FEED8 }; - inline constexpr REL::Offset PathingRequestFly{ 0x051FEF08 }; - inline constexpr REL::Offset PathingRequestFlyAction{ 0x051FEF30 }; - inline constexpr REL::Offset PathingRequestFlyHover{ 0x051FEF60 }; - inline constexpr REL::Offset PathingRequestFlyLand{ 0x051FEF90 }; - inline constexpr REL::Offset PathingRequestFlyOrbit{ 0x051FEFC0 }; - inline constexpr REL::Offset PathingRequestFlyTakeOff{ 0x051FEFF0 }; - inline constexpr REL::Offset PathingRequestHide{ 0x051FF020 }; - inline constexpr REL::Offset PathingRequestLOS{ 0x051FF050 }; - inline constexpr REL::Offset PathingRequestOpenSpace{ 0x05152EE8 }; - inline constexpr REL::Offset PathingRequestOpenSpaceBuilder{ 0x05116258 }; - inline constexpr REL::Offset PathingRequestRotate{ 0x051FF078 }; - inline constexpr REL::Offset PathingRequestSafeStraightLine{ 0x051FD080 }; - inline constexpr REL::Offset PathingRequestStopMoving{ 0x051FF0A8 }; - inline constexpr REL::Offset PathingSpace{ 0x051FE470 }; - inline constexpr REL::Offset PathingStreamLoadGame{ 0x052D3470 }; - inline constexpr REL::Offset PathingStreamMasterFileRead{ 0x051944F0 }; - inline constexpr REL::Offset PathingStreamSaveGame{ 0x052D34A0 }; - inline constexpr REL::Offset PathingTraversalAction{ 0x051948B8 }; - inline constexpr REL::Offset PathingTraversalActionActivate{ 0x051948E8 }; - inline constexpr REL::Offset PathingTraversalActionDoorway{ 0x05194920 }; - inline constexpr REL::Offset PathingTraversalActionJump{ 0x05194958 }; - inline constexpr REL::Offset PathingTraversalActionLadder{ 0x05194990 }; - inline constexpr REL::Offset PathingTraversalActionStandard{ 0x051949F8 }; - inline constexpr REL::Offset PathingTraversalData{ 0x05194A30 }; - inline constexpr REL::Offset PathingTraversalManager{ 0x051955B8 }; - inline constexpr REL::Offset PauseMenu{ 0x0528A4F8 }; - inline constexpr REL::Offset PauseMenuConfirmationDataModel{ 0x05244578 }; - inline constexpr REL::Offset PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle{ 0x05244520 }; - inline constexpr REL::Offset PauseMenuListDataModel{ 0x05244EA8 }; - inline constexpr REL::Offset PauseMenuListDataModel__PauseMenuListEventShuttle{ 0x05244E60 }; - inline constexpr REL::Offset PauseMenuStateDataModel{ 0x05244AE8 }; - inline constexpr REL::Offset PauseMenuStateDataModel__PauseMenuStateEventShuttle{ 0x05244C00 }; - inline constexpr REL::Offset PauseMenu_ActionCanceled{ 0x0528A6A8 }; - inline constexpr REL::Offset PauseMenu_ConfirmAction{ 0x0528A6D8 }; - inline constexpr REL::Offset PauseMenu_ConfirmLoad{ 0x0528A648 }; - inline constexpr REL::Offset PauseMenu_ConfirmSave{ 0x0528A5B8 }; - inline constexpr REL::Offset PauseMenu_DeleteSave{ 0x0528A618 }; - inline constexpr REL::Offset PauseMenu_QuitToDesktop{ 0x0528A588 }; - inline constexpr REL::Offset PauseMenu_SetCharacter{ 0x0528A5E8 }; - inline constexpr REL::Offset PauseMenu_StartAction{ 0x0528A708 }; - inline constexpr REL::Offset PauseMenu_StartLoad{ 0x0528A678 }; - inline constexpr REL::Offset PauseMenu_UploadSave{ 0x0528A558 }; - inline constexpr REL::Offset PeakValueModifierEffect{ 0x050918E8 }; - inline constexpr REL::Offset PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter{ 0x05379390 }; - inline constexpr REL::Offset PenetrationUtils__hknpBSCommandStreamWriter{ 0x0537E050 }; - inline constexpr REL::Offset PerformActivationHandler{ 0x052E9CC8 }; - inline constexpr REL::Offset PerformOpFunc{ 0x05406198 }; - inline constexpr REL::Offset PhotoGalleryMenu{ 0x0522AB28 }; - inline constexpr REL::Offset PhotoGalleryMenu__PhotoGalleryEventShuttle{ 0x0522ACF0 }; - inline constexpr REL::Offset PhotoGallery_DeletePhoto{ 0x0522AB50 }; - inline constexpr REL::Offset PhotoModeCameraState{ 0x05209338 }; - inline constexpr REL::Offset PhotoModeDataModel{ 0x05245798 }; - inline constexpr REL::Offset PhotoModeDataModel__PhotoModeEventShuttle{ 0x05245898 }; - inline constexpr REL::Offset PhotoModeDataModel__PhotoModeOverlayData__ImageData{ 0x052458E0 }; - inline constexpr REL::Offset PhotoModeDataModel__PhotoModeSettingsData__CategoryData{ 0x052459E0 }; - inline constexpr REL::Offset PhotoModeDataModel__PhotoModeSettingsData__SettingData{ 0x05245A30 }; - inline constexpr REL::Offset PhotoModeEffectController{ 0x051EC908 }; - inline constexpr REL::Offset PhotoModeMenu{ 0x05272908 }; - inline constexpr REL::Offset PhotoMode_InitializeCategory{ 0x05272A50 }; - inline constexpr REL::Offset PhotoMode_ResetToDefaults{ 0x05272A20 }; - inline constexpr REL::Offset PhotoMode_SliderChanged{ 0x052729F0 }; - inline constexpr REL::Offset PhotoMode_StepperChanged{ 0x052729C0 }; - inline constexpr REL::Offset PhotoMode_TakeSnapshot{ 0x05272990 }; - inline constexpr REL::Offset PhotoMode_ToggleHelmet{ 0x05272930 }; - inline constexpr REL::Offset PhotoMode_ToggleUI{ 0x05272960 }; - inline constexpr REL::Offset PhotoMode__PhotoModeCaptureExportNode{ 0x05271F78 }; - inline constexpr REL::Offset PhysicsContactListener{ 0x05360D20 }; - inline constexpr REL::Offset PhysicsContactListenerInstance{ 0x05360D50 }; - inline constexpr REL::Offset PickNewIdleHandler{ 0x052E8BB8 }; - inline constexpr REL::Offset PickpocketInventoryModel{ 0x05274358 }; - inline constexpr REL::Offset PickpocketItemData{ 0x05274388 }; - inline constexpr REL::Offset PickpocketMenu{ 0x05273F68 }; - inline constexpr REL::Offset PickpocketMenu_OnItemSelect{ 0x05273EB0 }; - inline constexpr REL::Offset PickpocketStateData{ 0x052743B8 }; - inline constexpr REL::Offset PipelineGenerationEventHandler{ 0x052BA7B8 }; - inline constexpr REL::Offset PitchOverrideEndHandler{ 0x052E86B0 }; - inline constexpr REL::Offset PitchOverrideStartHandler{ 0x052E87A8 }; - inline constexpr REL::Offset PlanetSiteSelectEventHelper{ 0x052BCF38 }; - inline constexpr REL::Offset PlasmaProjectile{ 0x0520E920 }; - inline constexpr REL::Offset PlatformDataModel{ 0x0539F840 }; - inline constexpr REL::Offset PlayBinkMenu{ 0x0528AD88 }; - inline constexpr REL::Offset PlayBink_CloseMenu{ 0x0528ADB0 }; - inline constexpr REL::Offset PlayerBedEnterHandler{ 0x052E9E50 }; - inline constexpr REL::Offset PlayerCamera{ 0x05323238 }; - inline constexpr REL::Offset PlayerCameraTransitionState{ 0x05322EF8 }; - inline constexpr REL::Offset PlayerChairEnterHandler{ 0x052E9F68 }; - inline constexpr REL::Offset PlayerCharacter{ 0x052D0F88 }; - inline constexpr REL::Offset PlayerControllerMoveXRawChannel_Actor_float_{ 0x052CF720 }; - inline constexpr REL::Offset PlayerControllerMoveYRawChannel_Actor_float_{ 0x052CF660 }; - inline constexpr REL::Offset PlayerControllerMoveZRawChannel_Actor_float_{ 0x052CF560 }; - inline constexpr REL::Offset PlayerControllerXRawChannel_Actor_float_{ 0x052CF298 }; - inline constexpr REL::Offset PlayerControllerXSmoothedChannel_Actor_float_{ 0x052CF340 }; - inline constexpr REL::Offset PlayerControllerXSumChannel_Actor_float_{ 0x052D06F8 }; - inline constexpr REL::Offset PlayerControllerYRawChannel_Actor_float_{ 0x052CF7D8 }; - inline constexpr REL::Offset PlayerControllerYSmoothedChannel_Actor_float_{ 0x052CF3F0 }; - inline constexpr REL::Offset PlayerControllerYSumChannel_Actor_float_{ 0x052CF4A8 }; - inline constexpr REL::Offset PlayerControls__AlternateAttackHandler{ 0x05222C10 }; - inline constexpr REL::Offset PlayerControls__AlternateFlightControlMode{ 0x05222AA0 }; - inline constexpr REL::Offset PlayerControls__AutoMoveHandler{ 0x05222A30 }; - inline constexpr REL::Offset PlayerControls__Base{ 0x05223EF0 }; - inline constexpr REL::Offset PlayerControls__DebugCameraHandler{ 0x05222A68 }; - inline constexpr REL::Offset PlayerControls__FlightControlMode{ 0x05222B20 }; - inline constexpr REL::Offset PlayerControls__FlightMovementHandler{ 0x05222B58 }; - inline constexpr REL::Offset PlayerControls__GrabRotationHandler{ 0x05222B98 }; - inline constexpr REL::Offset PlayerControls__GravJumpHandler{ 0x05222BD8 }; - inline constexpr REL::Offset PlayerControls__HeldStateHandler{ 0x052229F8 }; - inline constexpr REL::Offset PlayerControls__JumpHandler{ 0x05223008 }; - inline constexpr REL::Offset PlayerControls__LookHandler{ 0x05223040 }; - inline constexpr REL::Offset PlayerControls__Manager{ 0x05224648 }; - inline constexpr REL::Offset PlayerControls__MonocleHandler{ 0x05223078 }; - inline constexpr REL::Offset PlayerControls__MovementHandler{ 0x052230B0 }; - inline constexpr REL::Offset PlayerControls__PlayerCameraHandler{ 0x052230E8 }; - inline constexpr REL::Offset PlayerControls__PlayerInputHandler{ 0x052229C0 }; - inline constexpr REL::Offset PlayerControls__RunHandler{ 0x05223128 }; - inline constexpr REL::Offset PlayerControls__ShieldHandler{ 0x05223158 }; - inline constexpr REL::Offset PlayerControls__ShipEquipmentHandler{ 0x05223190 }; - inline constexpr REL::Offset PlayerControls__SneakHandler{ 0x05223390 }; - inline constexpr REL::Offset PlayerControls__SprintHandler{ 0x052237D8 }; - inline constexpr REL::Offset PlayerControls__StandardFlightControlMode{ 0x05222AE0 }; - inline constexpr REL::Offset PlayerControls__StarbornPowerHandler{ 0x052245A8 }; - inline constexpr REL::Offset PlayerControls__TogglePOVHandler{ 0x05223810 }; - inline constexpr REL::Offset PlayerControls__ToggleRunHandler{ 0x05223848 }; - inline constexpr REL::Offset PlayerControls__WeaponActionHandler{ 0x05223880 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackHandler{ 0x052238C0 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__NotTriggered{ 0x05090990 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__Triggered{ 0x050905B0 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic{ 0x05090650 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredBurst{ 0x05090600 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd{ 0x05090820 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous{ 0x050906B0 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage{ 0x05090710 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease{ 0x050908E0 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage{ 0x050907C0 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredSingle{ 0x05090940 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease{ 0x05090880 }; - inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__Unequipped{ 0x05090770 }; - inline constexpr REL::Offset PlayerControls__WeaponBlockActionHandler{ 0x05223F20 }; - inline constexpr REL::Offset PlayerControls__WeaponFocusHandler{ 0x05223F60 }; - inline constexpr REL::Offset PlayerControls__WeaponMeleeHandler{ 0x05223F98 }; - inline constexpr REL::Offset PlayerControls__WeaponReadyHandler{ 0x05223FD0 }; - inline constexpr REL::Offset PlayerControls__WeaponReloadHandler{ 0x05224008 }; - inline constexpr REL::Offset PlayerControls__WeaponSightedActionHandler{ 0x05224430 }; - inline constexpr REL::Offset PlayerControls__ZKeyHandler{ 0x05222988 }; - inline constexpr REL::Offset PlayerDataModel{ 0x052476A8 }; - inline constexpr REL::Offset PlayerDataModel__PlayerDataEventShuttle{ 0x05247BC0 }; - inline constexpr REL::Offset PlayerDirectionSmoothedChannel_Actor_float_{ 0x052D0850 }; - inline constexpr REL::Offset PlayerFastEquipSoundHandler{ 0x052E9A20 }; - inline constexpr REL::Offset PlayerFirstSpeedSmoothedChannel_Actor_float_{ 0x052D07A0 }; - inline constexpr REL::Offset PlayerFurnitureExitHandler{ 0x052EA0B8 }; - inline constexpr REL::Offset PlayerInventoryDataModel{ 0x05248D48 }; - inline constexpr REL::Offset PlayerInventoryItem{ 0x05248D18 }; - inline constexpr REL::Offset PlayerPitchDeltaSmoothedChannel_Actor_float_{ 0x052D0910 }; - inline constexpr REL::Offset PlayerRegionState{ 0x052D1560 }; - inline constexpr REL::Offset PlayerSleepWaitMovementControllerAdapter{ 0x052BBC78 }; - inline constexpr REL::Offset PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor{ 0x052BBC10 }; - inline constexpr REL::Offset PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor{ 0x052BC010 }; - inline constexpr REL::Offset PlayerSpaceUtils__EventSink{ 0x052A8588 }; - inline constexpr REL::Offset PlayerSpaceUtils__PlayerSpaceUtilsEventHandler{ 0x052A8540 }; - inline constexpr REL::Offset PlayerSpaceUtils___unnamedtypeSpaceAsteroidsWorldStepListener_{ 0x05132260 }; - inline constexpr REL::Offset PlayerStatusDataModel{ 0x05249658 }; - inline constexpr REL::Offset PlayerStatusDataModel__PlayerStatusEventShuttle{ 0x05249690 }; - inline constexpr REL::Offset PlayerTraversalState{ 0x052D1038 }; - inline constexpr REL::Offset PoseDeformerData{ 0x051BB640 }; - inline constexpr REL::Offset PoseDeformerInstance{ 0x051BB790 }; - inline constexpr REL::Offset PostAttachActionsFunctor{ 0x05406168 }; - inline constexpr REL::Offset PostBoneModifierControl{ 0x05369C10 }; - inline constexpr REL::Offset PostBoneModifierControlInstance{ 0x05369BD8 }; - inline constexpr REL::Offset PostStepTask{ 0x050886F8 }; - inline constexpr REL::Offset PowerArmor__EventHandler{ 0x051277F0 }; - inline constexpr REL::Offset PowerUtils__PowerUtilsReferenceEventSink{ 0x0512E6F8 }; - inline constexpr REL::Offset PowersMenu{ 0x0522BFE8 }; - inline constexpr REL::Offset PowersMenu_ActivateEssence{ 0x0522BDD8 }; - inline constexpr REL::Offset PowersMenu_EquipPower{ 0x0522BE40 }; - inline constexpr REL::Offset PowersMenu_FavoritePower{ 0x0522BE10 }; - inline constexpr REL::Offset PowersMenu__PowersMenuEventShuttle{ 0x0522C0C8 }; - inline constexpr REL::Offset PreStepTask{ 0x050886D0 }; - inline constexpr REL::Offset Precipitation{ 0x051EC060 }; - inline constexpr REL::Offset PrecipitationEffectController{ 0x051EC088 }; - inline constexpr REL::Offset PrecomputedNavmeshInfoPathMap{ 0x051FC910 }; - inline constexpr REL::Offset PreloadResponsesInitializationPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EAE30 }; - inline constexpr REL::Offset Preload__Manager{ 0x05230D60 }; - inline constexpr REL::Offset Preload__PostProcessDependencyNode{ 0x05230D88 }; - inline constexpr REL::Offset PreparePartitionTreeBuffers{ 0x05088A68 }; - inline constexpr REL::Offset Probe__ReflectionProbeRenderOptions{ 0x05389A30 }; - inline constexpr REL::Offset ProcessListMovementInterface{ 0x0512C180 }; - inline constexpr REL::Offset ProcessLists{ 0x052D26E8 }; - inline constexpr REL::Offset ProcessLists__GetActorsFilter{ 0x052AE730 }; - inline constexpr REL::Offset Projectile{ 0x0520E948 }; - inline constexpr REL::Offset ProjectileLOSCollector{ 0x052F47B0 }; - inline constexpr REL::Offset Projectile__Manager{ 0x052EE0E0 }; - inline constexpr REL::Offset QuestDataModel{ 0x0524A8B8 }; - inline constexpr REL::Offset QuestDataModel__QuestGameEventShuttle{ 0x0524A8E0 }; - inline constexpr REL::Offset QuestPathingRequest{ 0x051966D0 }; - inline constexpr REL::Offset QuestPathingRequestBuilder{ 0x05115AF0 }; - inline constexpr REL::Offset QueuedActor{ 0x0517BAF0 }; - inline constexpr REL::Offset QueuedCellAttachService{ 0x0518C208 }; - inline constexpr REL::Offset QueuedCharacter{ 0x0517BAC8 }; - inline constexpr REL::Offset QueuedExplosionArt{ 0x0517B960 }; - inline constexpr REL::Offset QueuedFile{ 0x0516F318 }; - inline constexpr REL::Offset QueuedLocationLoadTask{ 0x051D1540 }; - inline constexpr REL::Offset QueuedModel{ 0x0517BA78 }; - inline constexpr REL::Offset QueuedPlayer{ 0x0517B990 }; - inline constexpr REL::Offset QueuedPromoteLargeReferencesTask{ 0x051D08E8 }; - inline constexpr REL::Offset QueuedPromoteQuestTask{ 0x051EA198 }; - inline constexpr REL::Offset QueuedPromoteReferencesTask{ 0x051894A0 }; - inline constexpr REL::Offset QueuedReference{ 0x0517BAA0 }; - inline constexpr REL::Offset QueuedReferenceCallbackNode{ 0x0517B9E0 }; - inline constexpr REL::Offset QuickSaveLoadHandler{ 0x0532B7E8 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory_TerminalOpenViewCallback_{ 0x051237B0 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory_TerminalRunResultsCallback_{ 0x05123740 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___SceneActionResultsCallBack_{ 0x051E7B70 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___ScenePhaseResultsCallBack_{ 0x051E7C60 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___SceneResultsCallBack_{ 0x051E79C0 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___StageItemFinishedCallback_{ 0x051EA280 }; - inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___TopicResultCallBack_{ 0x051EA4B0 }; - inline constexpr REL::Offset REFREventCallbacks__IEventCallback{ 0x051E1898 }; - inline constexpr REL::Offset REFREventCallbacks__IEventCallbackFactory{ 0x0512E6B8 }; - inline constexpr REL::Offset RagdollAndGetUpHandler{ 0x052E8838 }; - inline constexpr REL::Offset RagdollFurnitureModifier{ 0x051EB058 }; - inline constexpr REL::Offset RagdollGetUp{ 0x0536D700 }; - inline constexpr REL::Offset RagdollGetUpInstance{ 0x0536D728 }; - inline constexpr REL::Offset RagdollStartHandler{ 0x052E88B8 }; - inline constexpr REL::Offset RallyEffect{ 0x052A4480 }; - inline constexpr REL::Offset RandomAnimationNode{ 0x0536E010 }; - inline constexpr REL::Offset RandomAnimationNodeInstance{ 0x0536DFD8 }; - inline constexpr REL::Offset RangedAimAssistImpl{ 0x052098D0 }; - inline constexpr REL::Offset ReanimateEffect{ 0x052A3F18 }; - inline constexpr REL::Offset RecoilStopHandler{ 0x052EA240 }; - inline constexpr REL::Offset ReevaluateGraphStateHandler{ 0x052E9BD0 }; - inline constexpr REL::Offset RefAttachTechniqueInput{ 0x052A2918 }; - inline constexpr REL::Offset ReferenceEffect{ 0x052A37E0 }; - inline constexpr REL::Offset ReferenceEffectController{ 0x05156AB0 }; - inline constexpr REL::Offset ReferenceEndAnimatedCameraHandler{ 0x052E91E0 }; - inline constexpr REL::Offset ReferenceRunActionHandler{ 0x052E9170 }; - inline constexpr REL::Offset ReferenceStartAnimatedCameraHandler{ 0x052E9218 }; - inline constexpr REL::Offset ReferenceStartImagespaceModifierHandler{ 0x052E90F8 }; - inline constexpr REL::Offset ReferenceStopImagespaceModifierHandler{ 0x052E91A0 }; - inline constexpr REL::Offset ReflectionProbeCellComponent{ 0x0515BB30 }; - inline constexpr REL::Offset RefrAudioUtils____LoopService{ 0x05225510 }; - inline constexpr REL::Offset RefrInteraction{ 0x05222930 }; - inline constexpr REL::Offset Refuel_Accept{ 0x05279310 }; - inline constexpr REL::Offset Refuel_Cancel{ 0x052792E8 }; - inline constexpr REL::Offset RegSettingCollection{ 0x052A67D0 }; - inline constexpr REL::Offset ReloadCompleteHandler{ 0x052E9C68 }; - inline constexpr REL::Offset ReloadStateChangeHandler{ 0x052E9C98 }; - inline constexpr REL::Offset RemoveRagdollHandler{ 0x052E88E8 }; - inline constexpr REL::Offset ResearchDataModel{ 0x0524BC68 }; - inline constexpr REL::Offset ResearchDataModel__ResearchDataEventShuttle{ 0x0524BDE0 }; - inline constexpr REL::Offset ResearchMenu{ 0x05275B98 }; - inline constexpr REL::Offset ResearchMenu_AddMaterial{ 0x05275C98 }; - inline constexpr REL::Offset ResearchMenu_CategorySelected{ 0x05275D38 }; - inline constexpr REL::Offset ResearchMenu_ExitMenu{ 0x05275C68 }; - inline constexpr REL::Offset ResearchMenu_HideModel{ 0x05275C38 }; - inline constexpr REL::Offset ResearchMenu_PreviewProject{ 0x05275D00 }; - inline constexpr REL::Offset ResearchMenu_ProjectViewed{ 0x05275CC8 }; - inline constexpr REL::Offset ResearchMenu_SetInspectControls{ 0x05275C00 }; - inline constexpr REL::Offset ResearchMenu_ToggleTrackingProject{ 0x05275BC0 }; - inline constexpr REL::Offset Research__Manager{ 0x052A8CC0 }; - inline constexpr REL::Offset Reset3DMobIterator{ 0x051E7D18 }; - inline constexpr REL::Offset ResetFloraEffect{ 0x052A3CC0 }; - inline constexpr REL::Offset ResponseDefinitionMissPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EB4A0 }; - inline constexpr REL::Offset Reticle_OnLongAnimFinished{ 0x0528C8F0 }; - inline constexpr REL::Offset RevertSelectedSpellFunctor{ 0x052C8B70 }; - inline constexpr REL::Offset RigMesh__BoneAttaches{ 0x053769D8 }; - inline constexpr REL::Offset RigMesh__BoneTranslations{ 0x053769A8 }; - inline constexpr REL::Offset RigSwitch{ 0x05369C68 }; - inline constexpr REL::Offset RigSwitchInstance{ 0x05369C40 }; - inline constexpr REL::Offset RightHandSpellCastHandler{ 0x052EA1B0 }; - inline constexpr REL::Offset RightHandSpellFireHandler{ 0x052EA150 }; - inline constexpr REL::Offset RollingBone{ 0x0536D650 }; - inline constexpr REL::Offset RollingBoneInstance{ 0x0536D678 }; - inline constexpr REL::Offset RootTwist{ 0x0536DD40 }; - inline constexpr REL::Offset RootTwistInstance{ 0x0536DD18 }; - inline constexpr REL::Offset RotationVariable{ 0x05369CB0 }; - inline constexpr REL::Offset RotationVariableInstance{ 0x0536D248 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_DisplayCaseComponent_BGSDisplayCaseFormComponent_{ 0x05226FB0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_MovementControllerComponent_BGSPathingData_{ 0x050A83E0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_ScannableComponent_BGSScannableFormComponent_{ 0x050A87B0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_ShipManagementComponent_BGSShipManagement_{ 0x050A8A40 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipAIActorComponent_BGSSpaceshipAIActor_{ 0x050A8CB0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipEffectsComponent_BGSSpaceshipEquipment_{ 0x05351860 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipEquipmentComponent_BGSSpaceshipEquipment_{ 0x050A7E20 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipSoundsComponent_BGSSpaceshipEquipment_{ 0x050A8E50 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding_{ 0x050A85F0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_WorkshopItemColorComponent_BGSWorkshopItemColorComponent_{ 0x05228440 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy___BGSVolumeComponent_BGSVolumeFormComponent_{ 0x05202070 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_DisplayCaseComponent_BGSDisplayCaseFormComponent_{ 0x05226F20 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_ShipManagementComponent_BGSShipManagement_{ 0x050A89B0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_0_{ 0x0518B2B0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2_{ 0x05202010 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForFormInitPolicy_0_{ 0x0535B320 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForFormInitPolicy_1_{ 0x050A7D90 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForFormInitPolicy_2_{ 0x050A85A0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForSet3dPolicy_0_{ 0x0516A990 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForSet3dPolicy_1_{ 0x050A80B0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForSet3dPolicy_2_{ 0x050A8230 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_BGSActivityTrackerComponent_BGSActivityTrackerFormComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____BGSActivityTrackerComponentCreationPolicy_0_{ 0x05187440 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_EffectSequenceComponent_BGSEffectSequenceFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_1__EffectSequenceComponentPolicy_1_{ 0x050A7FB0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAnimComponent_LightAnimFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__LightAnimComponentCreationPolicy_0_{ 0x050A8140 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAttachmentRuntimeComponent_LightAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____LightAttachmentRuntimeComponentCreationPolicy_1_{ 0x0516A870 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_MovementControllerComponent_BGSPathingData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationPolicy_MovementControllerComponent_BGSPathingData__0_{ 0x050A82C0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ObjectAttachmentRuntimeComponent_ObjectAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____ObjectAttachmentRuntimeComponentCreationPolicy_1_{ 0x0516B2E0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ParticleComponent_ParticleFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_0____ParticleComponentCreationPolicy_1_{ 0x0518B310 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ScannableComponent_BGSScannableFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__ScannableComponentCreationPolicy_0_{ 0x050A8680 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipAIActorComponent_BGSSpaceshipAIActor_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__SpaceshipAIActorCreationPolicy_0_{ 0x050A8B80 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEffectsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__SpaceshipEffectsComponentCreationPolicy_1_{ 0x05351BA0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEquipmentComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__SpaceshipEquipmentCreationPolicy_0_{ 0x050A7C60 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipLinkedCell_BGSFormLinkData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_0____SpaceshipLinkedCellCreationPolicy_0_{ 0x0535B220 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipSoundsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipSoundsComponent_BGSSpaceshipEquipment__0_{ 0x050A8D30 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding__0_{ 0x050A8460 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_WorkshopItemColorComponent_BGSWorkshopItemColorComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____WorkshopItemColorComponentCreationPolicy_0_{ 0x05228520 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0___BGSVolumeComponent_BGSVolumeFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy___BGSVolumeComponent_BGSVolumeFormComponent__0_{ 0x05201ED0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_DisplayCaseComponent_BGSDisplayCaseFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2____DisplayCaseComponentCreationPolicy_0_{ 0x05227080 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_ShipManagementComponent_BGSShipManagement_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_ShipManagementComponent_BGSShipManagement__0_{ 0x050A8890 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponentBase{ 0x0518F0A0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponentStorage{ 0x0518F0F0 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent_{ 0x05227190 }; - inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent_{ 0x05227B20 }; - inline constexpr REL::Offset SKClosestHitCollector{ 0x051E49B0 }; - inline constexpr REL::Offset SWFToCodeFunctionHandler{ 0x0516ECF0 }; - inline constexpr REL::Offset SandManKillHandler{ 0x052E9B10 }; - inline constexpr REL::Offset SaveBufferStorageWrapper{ 0x052AD9D0 }; - inline constexpr REL::Offset SaveFileStorageWrapper{ 0x052AD9A0 }; - inline constexpr REL::Offset SaveGameCollection{ 0x052A9B58 }; - inline constexpr REL::Offset SaveGameMagicCasterVisitor{ 0x052C8BE0 }; - inline constexpr REL::Offset SaveLoadMagicCasterVisitor{ 0x052C8C18 }; - inline constexpr REL::Offset SaveLoadTester__Service{ 0x052AC6B8 }; - inline constexpr REL::Offset SaveLoad__BlockingIONode{ 0x051E9388 }; - inline constexpr REL::Offset SaveLoad__BlockingIOStackLocalNode{ 0x0535E628 }; - inline constexpr REL::Offset SaveLoad__CleanupService__Impl{ 0x0522F3D8 }; - inline constexpr REL::Offset SaveStorageWrapperBase{ 0x052AD970 }; - inline constexpr REL::Offset ScalarAnimation{ 0x0535F370 }; - inline constexpr REL::Offset ScaleformFile__MemoryFile{ 0x0539FA50 }; - inline constexpr REL::Offset Scaleform__AcquireInterface{ 0x052ADEE0 }; - inline constexpr REL::Offset Scaleform__AmpMovieObjectDesc{ 0x051391F0 }; - inline constexpr REL::Offset Scaleform__BoolFormatter{ 0x05139ED0 }; - inline constexpr REL::Offset Scaleform__BufferedFile{ 0x0513B570 }; - inline constexpr REL::Offset Scaleform__DefaultAcquireInterface{ 0x052ADE78 }; - inline constexpr REL::Offset Scaleform__DelegatedFile{ 0x0513B540 }; - inline constexpr REL::Offset Scaleform__DoubleFormatter{ 0x05139F60 }; - inline constexpr REL::Offset Scaleform__Event{ 0x05135A08 }; - inline constexpr REL::Offset Scaleform__FILEFile{ 0x0513DB70 }; - inline constexpr REL::Offset Scaleform__File{ 0x0539FAC8 }; - inline constexpr REL::Offset Scaleform__FileConstants{ 0x0539FAF0 }; - inline constexpr REL::Offset Scaleform__FmtResource{ 0x05139E40 }; - inline constexpr REL::Offset Scaleform__Formatter{ 0x05139E70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3Support{ 0x0514CF98 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider{ 0x051474E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider{ 0x05147530 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ASRefCountCollector{ 0x0513EDA8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ASVM{ 0x0513F8F8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef{ 0x0513FD60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AbcDataBuffer{ 0x0514CFC8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Abc__File{ 0x0513ECB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ArrayBase{ 0x051433F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmBitmap{ 0x0513F480 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmButton{ 0x0513FE30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmDisplayObj{ 0x0513F250 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmDisplayObjContainer{ 0x0513F878 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmInteractiveObj{ 0x0513F8B8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmLoader{ 0x0513FE68 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmMovieClip{ 0x0513FBC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmSprite{ 0x0513FB88 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmStage{ 0x0513FBF8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmStaticText{ 0x0513FED8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmTextField{ 0x0513FF10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__AvmTextField__CSSHolder{ 0x0514C800 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__BASlotFunctCalc{ 0x0513F4F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__BASlotFunctSrlzFixedName{ 0x0513F530 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue{ 0x0513F580 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Class{ 0x0513EAA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassCallConstruct{ 0x051402F8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__ClassClass{ 0x05140450 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__Traits{ 0x0513EB78 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__UserDefined{ 0x05140410 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError{ 0x05141AD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Array{ 0x05141010 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Boolean{ 0x05140ED0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Catch{ 0x05141050 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Date{ 0x05141B58 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError{ 0x051417C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Domain{ 0x05141150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Error{ 0x05141738 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__EvalError{ 0x05141810 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Function{ 0x05140490 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Math{ 0x05141BD8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Namespace{ 0x05140930 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Number{ 0x05140F10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Object{ 0x051404D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__QName{ 0x05141090 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__RangeError{ 0x05141860 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError{ 0x051418B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__RegExp{ 0x05141668 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__SecurityError{ 0x05141900 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__String{ 0x05140FD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError{ 0x05141950 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__TypeError{ 0x051419A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__URIError{ 0x051419F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError{ 0x05141A80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__VerifyError{ 0x05141A30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__XML{ 0x051410D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__XMLList{ 0x05141110 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__int_{ 0x05140F50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__uint{ 0x05140F90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__void_{ 0x05141190 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility{ 0x0514B870 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation{ 0x0514B980 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties{ 0x0514BAC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText{ 0x0514B7B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection{ 0x0514B810 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie{ 0x05147100 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion{ 0x05146BF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap{ 0x05147290 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData{ 0x051471F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel{ 0x05147580 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode{ 0x05147440 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle{ 0x05147630 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject{ 0x05146E80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer{ 0x051476D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel{ 0x05147A60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType{ 0x05147B00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics{ 0x05147BF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill{ 0x05147DD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill{ 0x05147EE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill{ 0x05147FF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath{ 0x05148100 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand{ 0x051483B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding{ 0x05148460 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill{ 0x051481F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke{ 0x05148300 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable{ 0x051473F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData{ 0x05147C90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill{ 0x05147CE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath{ 0x05147D30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject{ 0x05147330 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod{ 0x05148510 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle{ 0x051485C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode{ 0x05148660 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Loader{ 0x05147790 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo{ 0x05147920 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape{ 0x05148750 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip{ 0x05148930 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping{ 0x05148A70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion{ 0x05148F80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Scene{ 0x051489D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Shader{ 0x05149070 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData{ 0x05149020 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput{ 0x051492B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob{ 0x05149260 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter{ 0x051490C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType{ 0x05149110 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision{ 0x051491C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Shape{ 0x05148B10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton{ 0x05148BB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod{ 0x05148C50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite{ 0x051487F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Stage{ 0x05147830 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign{ 0x05148CF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState{ 0x05148D90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality{ 0x05148E40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode{ 0x05148EE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError{ 0x05149B30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError{ 0x05149AE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError{ 0x05149A30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError{ 0x05149A90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError{ 0x05149B80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError{ 0x05149BD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError{ 0x05149C30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent{ 0x051448F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent{ 0x05145200 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent{ 0x05146940 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent{ 0x051452F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent{ 0x051453F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent{ 0x05145490 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent{ 0x05145000 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__Event{ 0x051447C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher{ 0x051422E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase{ 0x051462F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent{ 0x05145CD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent{ 0x05146390 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent{ 0x05146090 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent{ 0x05145710 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase{ 0x051468A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent{ 0x05146430 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher{ 0x05146190 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent{ 0x05146520 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent{ 0x05145DC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent{ 0x05145AF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent{ 0x05145530 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent{ 0x05145EB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent{ 0x051459D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent{ 0x05145BE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent{ 0x05146610 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation{ 0x05146B50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent{ 0x05146A40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent{ 0x05145FA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent{ 0x051466C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent{ 0x05144F10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent{ 0x051467B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent{ 0x05145620 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent{ 0x05145860 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent{ 0x051450F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents{ 0x05146230 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface{ 0x0514D180 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter{ 0x0514A680 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter{ 0x0514A590 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality{ 0x0514A720 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType{ 0x0514A7D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter{ 0x0514A8C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter{ 0x0514A9B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter{ 0x0514AA70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter{ 0x0514AB30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode{ 0x0514ABF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter{ 0x0514AD00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter{ 0x0514AE00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter{ 0x0514AF00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter{ 0x0514B010 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter{ 0x0514B0D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform{ 0x05149CE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix{ 0x0514A0E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D{ 0x05149F10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection{ 0x0514A2B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Point{ 0x0514A180 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle{ 0x0514A370 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform{ 0x0514A410 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D{ 0x0514A4B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D{ 0x05149DD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx{ 0x0514DDD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions{ 0x0514DC40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx{ 0x0514E3C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager{ 0x0514DBA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad{ 0x0514E1E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent{ 0x0514E270 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle{ 0x0514E730 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx{ 0x0514E5F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx{ 0x0514E7F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx{ 0x0514DE70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx{ 0x0514E140 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent{ 0x0514DCE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx{ 0x0514E000 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx{ 0x0514DA70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx{ 0x0514E4B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx{ 0x0514DF10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__Camera{ 0x0514B120 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info{ 0x0514B200 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone{ 0x0514B2F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__Sound{ 0x0514B5C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel{ 0x0514B480 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext{ 0x0514B660 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer{ 0x0514B710 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform{ 0x0514B390 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter{ 0x05142150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference{ 0x05142290 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList{ 0x051424E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput{ 0x05142530 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter{ 0x05142590 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection{ 0x051425F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection{ 0x05142690 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding{ 0x05142730 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__Responder{ 0x051427D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject{ 0x05142870 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus{ 0x051429F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__Socket{ 0x05142AA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader{ 0x05142BE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat{ 0x05142D70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest{ 0x051423E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader{ 0x05142E60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod{ 0x05142F00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream{ 0x05142FA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables{ 0x05142CD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket{ 0x05142FF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer{ 0x0514D280 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain{ 0x05149300 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities{ 0x05149450 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__IME{ 0x051494F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode{ 0x05149580 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext{ 0x051497B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__Security{ 0x05149850 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain{ 0x05149670 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel{ 0x051498F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__System{ 0x05149990 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType{ 0x0514BB80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings{ 0x0514BC70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__Font{ 0x0514BD50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle{ 0x0514BF20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__FontType{ 0x0514BFC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType{ 0x0514C060 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText{ 0x0514C1A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet{ 0x0514C360 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType{ 0x0514C4A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode{ 0x0514C540 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextField{ 0x0514C670 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize{ 0x0514C840 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType{ 0x0514C8E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat{ 0x0514C400 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign{ 0x0514C980 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics{ 0x0514C760 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer{ 0x0514CA20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot{ 0x0514CB10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu{ 0x0514D640 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems{ 0x0514D3C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems{ 0x0514D4E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem{ 0x0514D5A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation{ 0x0514D770 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard{ 0x0514D6E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse{ 0x0514D810 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor{ 0x0514D890 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch{ 0x0514D930 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode{ 0x0514D9D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray{ 0x051441E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary{ 0x05144370 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian{ 0x05144460 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput{ 0x051444F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput{ 0x05144540 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable{ 0x051443C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy{ 0x051445E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer{ 0x051446D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector{ 0x05143040 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String{ 0x05143350 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double{ 0x05143300 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int{ 0x05143260 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object{ 0x051433A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint{ 0x051432B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument{ 0x0514E9C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode{ 0x0514E8D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType{ 0x0514EA60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__ClassClass{ 0x05140338 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__UDBase{ 0x0513F008 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__UserDefined{ 0x05140378 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Array{ 0x05140CA8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Boolean{ 0x05140B78 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Catch{ 0x05140CE8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Date{ 0x05140D68 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Domain{ 0x051420D8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Error{ 0x05140D28 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Function{ 0x05140688 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Math{ 0x05140DA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Namespace{ 0x051409C8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Number{ 0x05140BB8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Object{ 0x05140558 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__QName{ 0x05140E18 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__RegExp{ 0x05140DD8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__String{ 0x05140C68 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__XML{ 0x05140E58 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__XMLList{ 0x05140E90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__int_{ 0x05140BF8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__uint{ 0x05140C30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility{ 0x0514B8D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion{ 0x05146C50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel{ 0x051475E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__BlendMode{ 0x05147490 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__CapsStyle{ 0x05147680 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__GradientType{ 0x05147B50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand{ 0x05148410 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding{ 0x051484C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod{ 0x05148570 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__JointStyle{ 0x05148610 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode{ 0x051486B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo{ 0x051479C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping{ 0x05148AC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__SWFVersion{ 0x05148FD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType{ 0x05149170 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision{ 0x05149210 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod{ 0x05148CA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__Stage{ 0x051478D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageAlign{ 0x05148D40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState{ 0x05148DF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageQuality{ 0x05148E90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode{ 0x05148F30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent{ 0x051449B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent{ 0x05145250 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent{ 0x051469F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent{ 0x051453A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent{ 0x05145440 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__DataEvent{ 0x051454E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent{ 0x051450A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__Event{ 0x05144860 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher{ 0x05144A00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__EventPhase{ 0x05146340 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__FocusEvent{ 0x05145D70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent{ 0x051463E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent{ 0x05146140 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__GestureEvent{ 0x051457B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__GesturePhase{ 0x051468F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent{ 0x05146480 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__IMEEvent{ 0x051465C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent{ 0x05145E60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent{ 0x05145B90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__MouseEvent{ 0x051455D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent{ 0x05145F50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent{ 0x05145A90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent{ 0x05145C80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent{ 0x05146670 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__StageOrientation{ 0x05146BA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent{ 0x05146B00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__StatusEvent{ 0x05146040 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__SyncEvent{ 0x05146710 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TextEvent{ 0x05144FB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TimerEvent{ 0x05146850 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TouchEvent{ 0x051456C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent{ 0x05145920 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent{ 0x051451B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface{ 0x0514D1E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality{ 0x0514A780 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType{ 0x0514A820 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode{ 0x0514AC50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_geom__Point{ 0x0514A218 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_geom__Utils3D{ 0x0514A500 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_geom__Vector3D{ 0x05149E70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx{ 0x0514DE20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__Extensions{ 0x0514DC90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager{ 0x0514DBF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__GamePad{ 0x0514E228 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent{ 0x0514E320 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx{ 0x0514E690 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx{ 0x0514E838 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx{ 0x0514DEC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent{ 0x0514DD80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx{ 0x0514E0A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx{ 0x0514DAC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx{ 0x0514E550 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx{ 0x0514DF60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_media__Camera{ 0x0514B170 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_media__Microphone{ 0x0514B340 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_media__SoundMixer{ 0x0514B760 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding{ 0x05142780 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__SharedObject{ 0x05142910 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus{ 0x05142A50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat{ 0x05142DC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod{ 0x05142F50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer{ 0x0514D320 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain{ 0x05149400 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__Capabilities{ 0x051494A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__IME{ 0x05149538 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode{ 0x051495D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__Security{ 0x051498A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain{ 0x05149710 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel{ 0x05149940 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__System{ 0x051499E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType{ 0x0514BBD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__Font{ 0x0514BDE8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__FontStyle{ 0x0514BF70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__FontType{ 0x0514C010 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__Font__enumerateFonts__2__FontsVisitor{ 0x0514BE80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__GridFitType{ 0x0514C0B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextColorType{ 0x0514C4F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode{ 0x0514C590 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextField{ 0x0514C710 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize{ 0x0514C890 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextFieldType{ 0x0514C930 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign{ 0x0514C9D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextRenderer{ 0x0514CA70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation{ 0x0514D7C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__Keyboard{ 0x0514D728 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__Mouse{ 0x0514D850 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor{ 0x0514D8E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__Multitouch{ 0x0514D980 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode{ 0x0514DA20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_utils__ByteArray{ 0x05144280 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_utils__Endian{ 0x051444B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector{ 0x05143088 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_String{ 0x051431C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_double{ 0x05143170 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_int{ 0x051430D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_object{ 0x05143210 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint{ 0x05143120 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType{ 0x0514EAB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__DoAbc{ 0x0514D148 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__FlashUI{ 0x0513F1E8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__FrameCounter{ 0x0513FEA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__GASRefCountBase{ 0x0513E9E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__IMEManager{ 0x0514EE68 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__ArrayFunc{ 0x0513F4B8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__Value2NumberCollector{ 0x05141430 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__Value2StrCollector{ 0x051413F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__ValuePtrCollector{ 0x051413B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instance{ 0x0513EF98 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Activation{ 0x051408E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Anonimous{ 0x0513F110 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__CTraits{ 0x0513F040 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__ClassClass{ 0x05140B30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Interface{ 0x051405A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Prototype{ 0x0513F0C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__RTraits{ 0x0513F080 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Traits{ 0x0513ED68 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__UserDefined{ 0x051401E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Array{ 0x05141370 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Boolean{ 0x05141590 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Catch{ 0x05141290 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Date{ 0x05141B98 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Domain{ 0x05142090 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Error{ 0x05141780 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Function{ 0x051405F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject{ 0x051412D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript{ 0x05141320 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd{ 0x05140840 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Namespace{ 0x05140980 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Number{ 0x051414C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Object{ 0x05140510 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__QName{ 0x05141250 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__RegExp{ 0x051416B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__String{ 0x051415E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Thunk{ 0x05140800 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction{ 0x05140640 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd{ 0x05140890 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__XML{ 0x05141C18 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__XMLList{ 0x05141E00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__int_{ 0x05141508 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__uint{ 0x05141548 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation{ 0x0514B9F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties{ 0x0514BB20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie{ 0x05147150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap{ 0x051472E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData{ 0x05147240 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject{ 0x05146ED0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer{ 0x05147730 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel{ 0x05147AB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics{ 0x05147C40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill{ 0x05147E30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill{ 0x05147F30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill{ 0x05148050 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath{ 0x05148150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill{ 0x05148250 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke{ 0x05148350 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject{ 0x05147390 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader{ 0x051477E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo{ 0x05147970 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape{ 0x051487A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip{ 0x05148980 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene{ 0x05148A20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape{ 0x05148B60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton{ 0x05148C00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite{ 0x05148840 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage{ 0x05147880 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent{ 0x05144950 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent{ 0x05146990 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent{ 0x05145340 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent{ 0x05145050 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__Event{ 0x05144810 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher{ 0x05142380 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent{ 0x05145D20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent{ 0x051460E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent{ 0x05145760 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent{ 0x05146570 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent{ 0x05145E10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent{ 0x05145B40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent{ 0x05145580 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent{ 0x05145F00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent{ 0x05145A30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent{ 0x05145C30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent{ 0x05146AA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent{ 0x05145FF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent{ 0x05144F60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent{ 0x05146800 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent{ 0x05145670 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent{ 0x051458C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent{ 0x05145150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents{ 0x05146290 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter{ 0x0514A6D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter{ 0x0514A5E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter{ 0x0514A910 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter{ 0x0514AA10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter{ 0x0514AB90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter{ 0x0514AD50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter{ 0x0514AE50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter{ 0x0514AF60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter{ 0x0514B070 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform{ 0x05149D30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix{ 0x0514A130 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D{ 0x05149F60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection{ 0x0514A310 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point{ 0x0514A1D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle{ 0x0514A3C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform{ 0x0514A460 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D{ 0x05149E20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx{ 0x0514E410 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent{ 0x0514E2C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle{ 0x0514E790 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx{ 0x0514E640 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx{ 0x0514E190 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent{ 0x0514DD30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx{ 0x0514E050 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx{ 0x0514E500 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info{ 0x0514B250 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound{ 0x0514B610 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel{ 0x0514B4D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext{ 0x0514B6B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform{ 0x0514B3E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference{ 0x05142330 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection{ 0x051426E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject{ 0x051428C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket{ 0x05142AF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader{ 0x05142C30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest{ 0x05142430 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader{ 0x05142EB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables{ 0x05142D20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer{ 0x0514D2D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain{ 0x051493A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext{ 0x05149800 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain{ 0x051496C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings{ 0x0514BCC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__Font{ 0x0514BDA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText{ 0x0514C1F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet{ 0x0514C3B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField{ 0x0514C6C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat{ 0x0514C450 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics{ 0x0514C7B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot{ 0x0514CB60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu{ 0x0514D690 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems{ 0x0514D420 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems{ 0x0514D540 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray{ 0x05144230 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary{ 0x05144190 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy{ 0x05144630 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer{ 0x05144720 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String{ 0x05143F40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double{ 0x05143D20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int{ 0x051438E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object{ 0x05143FE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint{ 0x05143B00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument{ 0x0514EA10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode{ 0x0514E920 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Array{ 0x05140228 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__AttrGet{ 0x05141FC8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__AttrGetFirst{ 0x05141EF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Catch{ 0x05141478 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__CheckTypeTF{ 0x051407B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ChildGet{ 0x05141F88 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ChildGetFirst{ 0x05141F40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Date{ 0x05141B18 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Domain{ 0x05142048 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__EmptyCallBack{ 0x05141EA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Error{ 0x051416F8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Function{ 0x05140718 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__FunctionAOT{ 0x051406D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__FunctionBase{ 0x0513F160 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__GlobalObject{ 0x05140150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP{ 0x051402B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript{ 0x051403C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ListGet{ 0x05142008 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Namespace{ 0x05140198 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Object{ 0x0513F1A8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__QName{ 0x05141210 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__RegExp{ 0x05141628 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ThunkFunction{ 0x05140760 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XML{ 0x051411D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLAttr{ 0x05141CE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLComment{ 0x05141D70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLElement{ 0x05141C60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack{ 0x05141DB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLList{ 0x05140268 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack{ 0x05141E50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLProcInstr{ 0x05141D20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLText{ 0x05141CA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation{ 0x0514B920 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties{ 0x0514BA60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie{ 0x051470B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Bitmap{ 0x05146F70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__BitmapData{ 0x051471A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__DisplayObject{ 0x05146CE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer{ 0x05146D80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__FrameLabel{ 0x05147A10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Graphics{ 0x05147BA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill{ 0x05147D80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill{ 0x05147E90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill{ 0x05147F90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath{ 0x051480B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill{ 0x051481A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke{ 0x051482B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject{ 0x05146DE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Loader{ 0x05146F20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo{ 0x05146D30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__MorphShape{ 0x05148700 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__MovieClip{ 0x05148890 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Scene{ 0x051488E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Shape{ 0x05146FC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__SimpleButton{ 0x05147010 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Sprite{ 0x05147060 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Stage{ 0x05146E30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent{ 0x051448A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent{ 0x05144D20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent{ 0x051452A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent{ 0x05144C80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__Event{ 0x05144770 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher{ 0x051421F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__FocusEvent{ 0x05144AF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent{ 0x05144E70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__GestureEvent{ 0x05144B90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__IMEEvent{ 0x051464D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent{ 0x05144C30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent{ 0x05144AA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__MouseEvent{ 0x05144A50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent{ 0x05144DD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent{ 0x05145970 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent{ 0x05144BE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent{ 0x05144D70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__StatusEvent{ 0x05144E20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TextEvent{ 0x05144CD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TimerEvent{ 0x05146760 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TouchEvent{ 0x05144B40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent{ 0x05145800 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent{ 0x05144EC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents{ 0x051461E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter{ 0x0514A630 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter{ 0x0514A540 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter{ 0x0514A870 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter{ 0x0514A960 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter{ 0x0514AAD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter{ 0x0514ACB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter{ 0x0514ADB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter{ 0x0514AEA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter{ 0x0514AFC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform{ 0x05149C90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Matrix{ 0x0514A090 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D{ 0x05149EC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection{ 0x0514A260 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Point{ 0x0514A050 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Rectangle{ 0x05149FB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Transform{ 0x0514A000 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Vector3D{ 0x05149D80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx{ 0x0514E370 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent{ 0x0514DB50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle{ 0x0514E6E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx{ 0x0514E5A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx{ 0x0514E0F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent{ 0x0514DB00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx{ 0x0514DFB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx{ 0x0514E460 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__ID3Info{ 0x0514B1B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__Sound{ 0x0514B520 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__SoundChannel{ 0x0514B430 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext{ 0x0514B570 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__SoundTransform{ 0x0514B2A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__FileReference{ 0x051421A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__NetConnection{ 0x05142640 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__SharedObject{ 0x05142820 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__Socket{ 0x051429B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__SocketReader{ 0x05142B90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__SocketWriter{ 0x05142B40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLLoader{ 0x05142960 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLRequest{ 0x05142240 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader{ 0x05142E10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLVariables{ 0x05142C80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer{ 0x0514D230 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain{ 0x05149350 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_system__LoaderContext{ 0x05149760 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain{ 0x05149620 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__CSMSettings{ 0x0514BC20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__Font{ 0x0514BD10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__StaticText{ 0x0514C150 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__StyleSheet{ 0x0514C2C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextField{ 0x0514BE30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextFormat{ 0x0514C310 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics{ 0x0514C620 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot{ 0x0514CAC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu{ 0x0514D5F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems{ 0x0514D370 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems{ 0x0514D480 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__BAReader{ 0x05144320 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc{ 0x05144410 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__BAWriter{ 0x051442D0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__ByteArray{ 0x051440F0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__Dictionary{ 0x05144140 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__Proxy{ 0x05144590 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__Timer{ 0x05144680 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_String{ 0x05143EF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_double{ 0x05143CD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_int{ 0x05143890 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_object{ 0x05143F90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint{ 0x05143AB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument{ 0x0514E970 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_xml__XMLNode{ 0x0514E880 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__IntervalTimer{ 0x0513FF88 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__LoadQueueEntry{ 0x0513FCD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie{ 0x0513FD10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__MemoryContextImpl{ 0x0514D0B8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit{ 0x0514D100 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__MovieDefRootNode{ 0x0513FDA8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__MovieRoot{ 0x0513F330 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__MovieRoot__StickyVarNode{ 0x0513FDF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__MovieRoot__UnloadMovie__37__TextFormatVisitor{ 0x051400C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__NamespaceInstanceFactory{ 0x05140A10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__NamespaceSet{ 0x0513EF60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__NotifyLoadInitC{ 0x0514EDD8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__NotifyLoadInitCandidateList{ 0x0514EEA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__NullObject{ 0x05142118 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Object{ 0x0513E9B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__PtrReleaseProxy_328_{ 0x05144030 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Reader{ 0x05142480 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__RefCountBaseGC_328_{ 0x0513EA20 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__RefCountCollector_328_{ 0x0513EDF0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__RefCountCollector_328___ListRootNode{ 0x0513EF10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__SerializeArrDense{ 0x0513F608 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__SerializeArrSparse{ 0x0513F5C8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__ShapeObject{ 0x0513F928 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Slots{ 0x0513EBE8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Slots__SlotFunct{ 0x0513EFD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__SocketBuffer{ 0x0513FFC0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__SocketThreadMgr{ 0x0513FC30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__SocketThreadMgr__EventInfo{ 0x05140000 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Stage{ 0x0513F300 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__TextSnapshotGlyphVisitor{ 0x0514CBB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Tracer{ 0x0513EC80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Traits{ 0x0513EBB8 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__UserDefinedFunction{ 0x0513FF48 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VM{ 0x0513EAD0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VMAbcFile{ 0x0513EC18 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VMAppDomain{ 0x0513EB40 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VMFile{ 0x0513EC50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value_{ 0x05143430 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ArrayFunc{ 0x05143480 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2NumberCollector{ 0x051434E0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2StrCollector{ 0x05143550 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ValuePtrCollector{ 0x051435C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode__{ 0x05143630 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ArrayFunc{ 0x051436A0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2NumberCollector{ 0x05143710 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2StrCollector{ 0x05143790 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ValuePtrCollector{ 0x05143810 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double_{ 0x05143D70 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___ArrayFunc{ 0x05143DB0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___Value2NumberCollector{ 0x05143E00 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___Value2StrCollector{ 0x05143E50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___ValuePtrCollector{ 0x05143EA0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long_{ 0x05143930 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___ArrayFunc{ 0x05143970 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___Value2NumberCollector{ 0x051439C0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___Value2StrCollector{ 0x05143A10 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___ValuePtrCollector{ 0x05143A60 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong_{ 0x05143B50 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___ArrayFunc{ 0x05143B90 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2NumberCollector{ 0x05143BE0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2StrCollector{ 0x05143C30 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___ValuePtrCollector{ 0x05143C80 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__Writer{ 0x051424B0 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__XMLSupport{ 0x0513F218 }; - inline constexpr REL::Offset Scaleform__GFx__AS3__XMLSupportImpl{ 0x0513F448 }; - inline constexpr REL::Offset Scaleform__GFx__ASIMEManager{ 0x0514ECB8 }; - inline constexpr REL::Offset Scaleform__GFx__ASIMEManager__IMEFuncHandler{ 0x05139DD0 }; - inline constexpr REL::Offset Scaleform__GFx__ASIntervalTimerIntf{ 0x0513F9A8 }; - inline constexpr REL::Offset Scaleform__GFx__ASMovieRootBase{ 0x0513F368 }; - inline constexpr REL::Offset Scaleform__GFx__ASStringManager{ 0x05136028 }; - inline constexpr REL::Offset Scaleform__GFx__ASSupport{ 0x0514CF68 }; - inline constexpr REL::Offset Scaleform__GFx__AvmButtonBase{ 0x0513F808 }; - inline constexpr REL::Offset Scaleform__GFx__AvmDisplayObjBase{ 0x0513F2C8 }; - inline constexpr REL::Offset Scaleform__GFx__AvmDisplayObjContainerBase{ 0x0513F7C8 }; - inline constexpr REL::Offset Scaleform__GFx__AvmInteractiveObjBase{ 0x0513F750 }; - inline constexpr REL::Offset Scaleform__GFx__AvmSpriteBase{ 0x0513F790 }; - inline constexpr REL::Offset Scaleform__GFx__AvmTextFieldBase{ 0x0513F840 }; - inline constexpr REL::Offset Scaleform__GFx__Button{ 0x0514CBF8 }; - inline constexpr REL::Offset Scaleform__GFx__ButtonDef{ 0x0513BD28 }; - inline constexpr REL::Offset Scaleform__GFx__CharacterDef{ 0x051387D0 }; - inline constexpr REL::Offset Scaleform__GFx__Clipboard{ 0x0513B280 }; - inline constexpr REL::Offset Scaleform__GFx__CompactedFont_Scaleform__ArrayPagedLH_POD_unsignedchar_12_256_261__{ 0x0513B770 }; - inline constexpr REL::Offset Scaleform__GFx__CompactedFont_Scaleform__ArrayUnsafeLH_POD_unsignedchar_261__{ 0x0513B970 }; - inline constexpr REL::Offset Scaleform__GFx__ConstShapeNoStyles{ 0x05138C30 }; - inline constexpr REL::Offset Scaleform__GFx__ConstShapeWithStyles{ 0x0513A4D8 }; - inline constexpr REL::Offset Scaleform__GFx__DecomprSupportBase{ 0x0539EFF0 }; - inline constexpr REL::Offset Scaleform__GFx__DefaultFontLibNameState{ 0x0513B5D0 }; - inline constexpr REL::Offset Scaleform__GFx__DefaultSocketFactory_Scaleform__GFx__GFxSocketImpl_{ 0x0514CCD0 }; - inline constexpr REL::Offset Scaleform__GFx__DisplayObjContainer{ 0x05139288 }; - inline constexpr REL::Offset Scaleform__GFx__DisplayObject{ 0x05138448 }; - inline constexpr REL::Offset Scaleform__GFx__DisplayObjectBase{ 0x051382D0 }; - inline constexpr REL::Offset Scaleform__GFx__DrawText{ 0x0514EB30 }; - inline constexpr REL::Offset Scaleform__GFx__DrawTextImpl{ 0x0514EAF8 }; - inline constexpr REL::Offset Scaleform__GFx__DrawTextManager{ 0x0514EC20 }; - inline constexpr REL::Offset Scaleform__GFx__DrawingContext{ 0x051397C0 }; - inline constexpr REL::Offset Scaleform__GFx__DrawingContext__PackedShape{ 0x05139988 }; - inline constexpr REL::Offset Scaleform__GFx__ExecuteTag{ 0x05138738 }; - inline constexpr REL::Offset Scaleform__GFx__FileOpener{ 0x0539FB50 }; - inline constexpr REL::Offset Scaleform__GFx__FileOpenerBase{ 0x0539FB80 }; - inline constexpr REL::Offset Scaleform__GFx__FileTypeConstants{ 0x05135208 }; - inline constexpr REL::Offset Scaleform__GFx__FontCompactor{ 0x0513E178 }; - inline constexpr REL::Offset Scaleform__GFx__FontData{ 0x0513B870 }; - inline constexpr REL::Offset Scaleform__GFx__FontDataBound{ 0x0513BA58 }; - inline constexpr REL::Offset Scaleform__GFx__FontDataCompactedGfx{ 0x0513B930 }; - inline constexpr REL::Offset Scaleform__GFx__FontDataCompactedSwf{ 0x0513B8F0 }; - inline constexpr REL::Offset Scaleform__GFx__FontGlyphPacker{ 0x0513BD58 }; - inline constexpr REL::Offset Scaleform__GFx__FontHandle{ 0x05139A58 }; - inline constexpr REL::Offset Scaleform__GFx__FontLib{ 0x0513B5A0 }; - inline constexpr REL::Offset Scaleform__GFx__FontManager{ 0x05139BC0 }; - inline constexpr REL::Offset Scaleform__GFx__FontManagerStates{ 0x05135890 }; - inline constexpr REL::Offset Scaleform__GFx__FontMap{ 0x0513D0C0 }; - inline constexpr REL::Offset Scaleform__GFx__FontResource{ 0x0513B738 }; - inline constexpr REL::Offset Scaleform__GFx__FontResourceCreator{ 0x05138E48 }; - inline constexpr REL::Offset Scaleform__GFx__FunctionHandler{ 0x0516EDA8 }; - inline constexpr REL::Offset Scaleform__GFx__GFxInitImportActions{ 0x0513A498 }; - inline constexpr REL::Offset Scaleform__GFx__GFxMovieDataDefFileKeyData{ 0x05138C68 }; - inline constexpr REL::Offset Scaleform__GFx__GFxMovieDataDefFileKeyInterface{ 0x05138670 }; - inline constexpr REL::Offset Scaleform__GFx__GFxMovieDefImplKey{ 0x05138D70 }; - inline constexpr REL::Offset Scaleform__GFx__GFxMovieDefImplKeyInterface{ 0x051386C0 }; - inline constexpr REL::Offset Scaleform__GFx__GFxPlaceObjectBase{ 0x05138870 }; - inline constexpr REL::Offset Scaleform__GFx__GFxPlaceObjectUnpacked{ 0x05138BF0 }; - inline constexpr REL::Offset Scaleform__GFx__GFxSocketImpl{ 0x0514CC98 }; - inline constexpr REL::Offset Scaleform__GFx__GFxSystemFontResourceKey{ 0x0513BAC8 }; - inline constexpr REL::Offset Scaleform__GFx__GFxSystemFontResourceKeyInterface{ 0x0513B610 }; - inline constexpr REL::Offset Scaleform__GFx__IMEManagerBase{ 0x05139D90 }; - inline constexpr REL::Offset Scaleform__GFx__ImageCreator{ 0x053A0048 }; - inline constexpr REL::Offset Scaleform__GFx__ImageFileHandlerRegistry{ 0x0513B500 }; - inline constexpr REL::Offset Scaleform__GFx__ImageFileInfo{ 0x05138F78 }; - inline constexpr REL::Offset Scaleform__GFx__ImageFileInfoKeyData{ 0x0513BE28 }; - inline constexpr REL::Offset Scaleform__GFx__ImageFileKeyInterface{ 0x0513BDE8 }; - inline constexpr REL::Offset Scaleform__GFx__ImageFileResourceCreator{ 0x051390F8 }; - inline constexpr REL::Offset Scaleform__GFx__ImageResource{ 0x05135240 }; - inline constexpr REL::Offset Scaleform__GFx__ImageResourceCreator{ 0x05139138 }; - inline constexpr REL::Offset Scaleform__GFx__ImageResource__ImageDelegate{ 0x051356D0 }; - inline constexpr REL::Offset Scaleform__GFx__ImageShapeCharacterDef{ 0x0513BCE8 }; - inline constexpr REL::Offset Scaleform__GFx__InteractiveObject{ 0x051391B8 }; - inline constexpr REL::Offset Scaleform__GFx__KeyboardState{ 0x05135F90 }; - inline constexpr REL::Offset Scaleform__GFx__KeyboardState__IListener{ 0x0513ED28 }; - inline constexpr REL::Offset Scaleform__GFx__LZMAFile{ 0x0513D228 }; - inline constexpr REL::Offset Scaleform__GFx__LZMASupport{ 0x05135B08 }; - inline constexpr REL::Offset Scaleform__GFx__LoadBinaryTask{ 0x05139D18 }; - inline constexpr REL::Offset Scaleform__GFx__LoadProcess{ 0x05138E80 }; - inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntry{ 0x0513F688 }; - inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntryMT{ 0x05139C30 }; - inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntryMT_LoadBinary{ 0x05139D50 }; - inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntryMT_LoadVars{ 0x05139CD8 }; - inline constexpr REL::Offset Scaleform__GFx__LoadStates{ 0x05138FB0 }; - inline constexpr REL::Offset Scaleform__GFx__LoadUpdateSync{ 0x05138958 }; - inline constexpr REL::Offset Scaleform__GFx__LoadVarsTask{ 0x05139CA0 }; - inline constexpr REL::Offset Scaleform__GFx__Loader{ 0x05135AA0 }; - inline constexpr REL::Offset Scaleform__GFx__LoaderImpl{ 0x05138480 }; - inline constexpr REL::Offset Scaleform__GFx__LoaderTask{ 0x051385C8 }; - inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__DisplayObjectBase_{ 0x051383F0 }; - inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__LoadProcess_{ 0x05138EB0 }; - inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__LoaderImpl_{ 0x05138500 }; - inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__LogState_{ 0x05136470 }; - inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__StateBagImpl_{ 0x05135680 }; - inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__Stream_{ 0x0513B3E0 }; - inline constexpr REL::Offset Scaleform__GFx__LogState{ 0x05136440 }; - inline constexpr REL::Offset Scaleform__GFx__MemoryBufferZlibImage{ 0x0513D2C8 }; - inline constexpr REL::Offset Scaleform__GFx__MemoryContext{ 0x0514CED0 }; - inline constexpr REL::Offset Scaleform__GFx__MorphCharacterDef{ 0x0513D348 }; - inline constexpr REL::Offset Scaleform__GFx__Movie{ 0x05135100 }; - inline constexpr REL::Offset Scaleform__GFx__MovieBindProcess{ 0x051388A8 }; - inline constexpr REL::Offset Scaleform__GFx__MovieBindProcess__FinishBinding__5__ImagePackVisitor{ 0x05138D10 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDataDef{ 0x05138768 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDataDef__LoadTaskData{ 0x05138B08 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDataDef__LoadTaskDataBase{ 0x05138A50 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDef{ 0x05138840 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDefBindStates{ 0x05139068 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDefImpl{ 0x05138808 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDefImpl__BindTaskData{ 0x05138B48 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDefImpl__ReleaseNotifier{ 0x0513F400 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDefRootNode{ 0x0513F6C0 }; - inline constexpr REL::Offset Scaleform__GFx__MovieDef__ResourceVisitor{ 0x051388E0 }; - inline constexpr REL::Offset Scaleform__GFx__MovieImageLoadTask{ 0x051385F8 }; - inline constexpr REL::Offset Scaleform__GFx__MovieImpl{ 0x051350D0 }; - inline constexpr REL::Offset Scaleform__GFx__MovieImpl__StickyVarNode{ 0x0513FB48 }; - inline constexpr REL::Offset Scaleform__GFx__MovieImpl__WideStringStorage{ 0x0513FAA0 }; - inline constexpr REL::Offset Scaleform__GFx__MoviePreloadTask{ 0x05139C68 }; - inline constexpr REL::Offset Scaleform__GFx__ParseControl{ 0x05135AD0 }; - inline constexpr REL::Offset Scaleform__GFx__PlaceObject2Tag{ 0x0513A0B8 }; - inline constexpr REL::Offset Scaleform__GFx__PlaceObject2Taga{ 0x0513A460 }; - inline constexpr REL::Offset Scaleform__GFx__PlaceObject3Tag{ 0x0513A0F0 }; - inline constexpr REL::Offset Scaleform__GFx__PlaceObjectTag{ 0x0513BC30 }; - inline constexpr REL::Offset Scaleform__GFx__RemoveObject2Tag{ 0x0513A160 }; - inline constexpr REL::Offset Scaleform__GFx__RemoveObjectTag{ 0x0513A128 }; - inline constexpr REL::Offset Scaleform__GFx__Resource{ 0x05135278 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceData__DataInterface{ 0x05138E08 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceFileInfo{ 0x051362A8 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceKey__KeyInterface{ 0x05138630 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceLib{ 0x05136158 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceLibBase{ 0x05136218 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceLib__ResourceSlot{ 0x05136398 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceReport{ 0x05138700 }; - inline constexpr REL::Offset Scaleform__GFx__ResourceWeakLib{ 0x051361E0 }; - inline constexpr REL::Offset Scaleform__GFx__SetBackgroundColorTag{ 0x0513A420 }; - inline constexpr REL::Offset Scaleform__GFx__ShapeBaseCharacterDef{ 0x0513BC68 }; - inline constexpr REL::Offset Scaleform__GFx__ShapeDataBase{ 0x05138920 }; - inline constexpr REL::Offset Scaleform__GFx__SocketImplFactory{ 0x0514CC60 }; - inline constexpr REL::Offset Scaleform__GFx__SocketInterface{ 0x0514CC28 }; - inline constexpr REL::Offset Scaleform__GFx__Sprite{ 0x05139A28 }; - inline constexpr REL::Offset Scaleform__GFx__SpriteDef{ 0x0513BC00 }; - inline constexpr REL::Offset Scaleform__GFx__State{ 0x0539EFC0 }; - inline constexpr REL::Offset Scaleform__GFx__StateBag{ 0x051351D8 }; - inline constexpr REL::Offset Scaleform__GFx__StateBagImpl{ 0x051355F8 }; - inline constexpr REL::Offset Scaleform__GFx__StaticTextCharacter{ 0x0513D088 }; - inline constexpr REL::Offset Scaleform__GFx__StaticTextDef{ 0x0513D050 }; - inline constexpr REL::Offset Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor{ 0x0514C100 }; - inline constexpr REL::Offset Scaleform__GFx__Stream{ 0x0513B3B0 }; - inline constexpr REL::Offset Scaleform__GFx__Stream__ReadStringWithLength__2__StringReader{ 0x0513B430 }; - inline constexpr REL::Offset Scaleform__GFx__SubImageResource{ 0x05139030 }; - inline constexpr REL::Offset Scaleform__GFx__SubImageResourceCreator{ 0x05139178 }; - inline constexpr REL::Offset Scaleform__GFx__SubImageResourceInfo{ 0x0513A198 }; - inline constexpr REL::Offset Scaleform__GFx__SwfShapeCharacterDef{ 0x0513BCA8 }; - inline constexpr REL::Offset Scaleform__GFx__Task{ 0x05138550 }; - inline constexpr REL::Offset Scaleform__GFx__TextField{ 0x0513D1B0 }; - inline constexpr REL::Offset Scaleform__GFx__TextFieldDef{ 0x0513B2E0 }; - inline constexpr REL::Offset Scaleform__GFx__TextField__CSSHolderBase{ 0x0514C5D8 }; - inline constexpr REL::Offset Scaleform__GFx__TextField__TextDocumentListener{ 0x0513D1E0 }; - inline constexpr REL::Offset Scaleform__GFx__TextKeyMap{ 0x0513B2B0 }; - inline constexpr REL::Offset Scaleform__GFx__Text__CSSHandler_wchar_t_{ 0x0514CD88 }; - inline constexpr REL::Offset Scaleform__GFx__Text__CompositionString{ 0x0513E6D8 }; - inline constexpr REL::Offset Scaleform__GFx__Text__EditorKit{ 0x0513E6A0 }; - inline constexpr REL::Offset Scaleform__GFx__Text__StyleManager{ 0x0514C280 }; - inline constexpr REL::Offset Scaleform__GFx__Text__TextStyleParserHandlerBase{ 0x0514CE20 }; - inline constexpr REL::Offset Scaleform__GFx__Text__TextStyleParserHandler_wchar_t_{ 0x0514CDD0 }; - inline constexpr REL::Offset Scaleform__GFx__TextureGlyphBinder{ 0x0513BA90 }; - inline constexpr REL::Offset Scaleform__GFx__TextureGlyphData{ 0x0513A380 }; - inline constexpr REL::Offset Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor{ 0x0513B8A0 }; - inline constexpr REL::Offset Scaleform__GFx__TimelineDef{ 0x051387A0 }; - inline constexpr REL::Offset Scaleform__GFx__TimelineIODef{ 0x0513BBC8 }; - inline constexpr REL::Offset Scaleform__GFx__Translator{ 0x053A01B0 }; - inline constexpr REL::Offset Scaleform__GFx__URLBuilder{ 0x0514EDA8 }; - inline constexpr REL::Offset Scaleform__GFx__Value{ 0x05262670 }; - inline constexpr REL::Offset Scaleform__GFx__Value__ObjectInterface{ 0x0513F648 }; - inline constexpr REL::Offset Scaleform__GFx__ZLibFile{ 0x0514EEE8 }; - inline constexpr REL::Offset Scaleform__GFx__ZlibImageSource{ 0x0513D258 }; - inline constexpr REL::Offset Scaleform__GFx__ZlibSupport{ 0x0539F028 }; - inline constexpr REL::Offset Scaleform__HeapPT__SysAllocGranulator{ 0x0513D380 }; - inline constexpr REL::Offset Scaleform__HeapPT__SysAllocWrapper{ 0x0513D3C0 }; - inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer_{ 0x05403D10 }; - inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__DepthStencilSurface_Scaleform__Render__DepthStencilSurface_{ 0x053FCE80 }; - inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__HALNotify_Scaleform__Render__HALNotify_{ 0x053FCAD0 }; - inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__Texture_Scaleform__Render__Texture_{ 0x053FD170 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__GFx__DrawingContext_{ 0x051398C0 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__GFx__MovieDefRootNode_{ 0x0513F700 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__GFx__Value_{ 0x05262700 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__MemoryHeap_{ 0x05134FB0 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__ContextImpl__ContextCaptureNotify_{ 0x05136580 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__ContextImpl__RTHandle__HandleData_{ 0x051367A0 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__DICommandQueue_{ 0x0513AF40 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__DrawableImage_{ 0x05136F80 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshBuffer_{ 0x05403510 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshCacheItem_{ 0x054036B0 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshKeySet_{ 0x0513C3A0 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshStagingNode_{ 0x0513C110 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__RBGenericImpl__CacheData_{ 0x0514F200 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__TextMeshProvider_{ 0x0513E750 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__TreeCacheNode_{ 0x05136EC0 }; - inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__VectorGlyphShape_{ 0x0513D7A0 }; - inline constexpr REL::Offset Scaleform__Log{ 0x05135C38 }; - inline constexpr REL::Offset Scaleform__LongFormatter{ 0x05139F00 }; - inline constexpr REL::Offset Scaleform__MemoryFile{ 0x0539FB20 }; - inline constexpr REL::Offset Scaleform__MemoryHeap{ 0x05134F78 }; - inline constexpr REL::Offset Scaleform__MemoryHeapMH{ 0x05135C08 }; - inline constexpr REL::Offset Scaleform__MemoryHeapPT{ 0x0513A518 }; - inline constexpr REL::Offset Scaleform__MemoryHeap__LimitHandler{ 0x0514CE98 }; - inline constexpr REL::Offset Scaleform__MsgFormat{ 0x05139E10 }; - inline constexpr REL::Offset Scaleform__Mutex{ 0x05135B68 }; - inline constexpr REL::Offset Scaleform__Mutex_AreadyLockedAcquireInterface{ 0x05135BC0 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_2_{ 0x05403560 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_323_{ 0x0513F288 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_327_{ 0x05139BF0 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_328_{ 0x0513EA60 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_329_{ 0x0513EB00 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_339_{ 0x0513ECE8 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_65_{ 0x0513A8B8 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_67_{ 0x05403E78 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_71_{ 0x05136F10 }; - inline constexpr REL::Offset Scaleform__NewOverrideBase_72_{ 0x053EA4C8 }; - inline constexpr REL::Offset Scaleform__NumericBase{ 0x05139F30 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__CompactedFont_Scaleform__ArrayPagedLH_POD_unsignedchar_12_256_261___261_{ 0x0513B7E0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__CompactedFont_Scaleform__ArrayUnsafeLH_POD_unsignedchar_261___261_{ 0x0513B9D0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__DrawTextManager_2_{ 0x0514EC60 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__DrawText_325_{ 0x0514EB60 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__DrawingContext_322_{ 0x05139800 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__FontCompactor_261_{ 0x0513E1B0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__FontGlyphPacker_2_{ 0x0513BD90 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__FontManagerStates_327_{ 0x051358D0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__ResourceFileInfo_2_{ 0x051362E0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__SubImageResourceInfo_2_{ 0x0513A1E0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__TextureGlyphData_261_{ 0x0513A3C0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Bundle_67_{ 0x0513CA40 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__GlyphRaster_75_{ 0x0513D5F0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__PrimitiveFill_71_{ 0x0513C1D0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__Allocator_74_{ 0x0513B350 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__DocView__DocumentListener_74_{ 0x0513D140 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__ImageDesc_74_{ 0x0513E850 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__StyledText_74_{ 0x0513DB10 }; - inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__TextFilter_74_{ 0x0513CFF0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_257_{ 0x0513BF60 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_261_{ 0x0513BB70 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_263_{ 0x0514D060 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_264_{ 0x051389F0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_2_{ 0x0516EE50 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_323_{ 0x0513FA40 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_324_{ 0x051360C0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_327_{ 0x05135180 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_328_{ 0x0513EEB0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_337_{ 0x05140AD0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_513_{ 0x0514ED50 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_65_{ 0x053FCB60 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_67_{ 0x0513AFE0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_68_{ 0x0513C080 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_69_{ 0x05136680 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_71_{ 0x051352E0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_72_{ 0x053FD0B0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_73_{ 0x0513C6A0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_74_{ 0x051399D0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_75_{ 0x0513B6E0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_261_{ 0x0513A320 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_2_{ 0x05136340 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_322_{ 0x05139860 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_325_{ 0x0514EBC0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_327_{ 0x05135930 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_67_{ 0x0513CAA0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_71_{ 0x0513C230 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_74_{ 0x0513B220 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_75_{ 0x0513D650 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountVImpl_3_{ 0x053A00B0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountVImpl_67_{ 0x0513A5D0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountWeakSupportImpl_322_{ 0x05138380 }; - inline constexpr REL::Offset Scaleform__RefCountBaseV_Scaleform__Render__Fence_67_{ 0x0513A580 }; - inline constexpr REL::Offset Scaleform__RefCountBaseV_Scaleform__Render__Image_3_{ 0x0539FFC0 }; - inline constexpr REL::Offset Scaleform__RefCountBaseWeakSupport_Scaleform__GFx__DisplayObjectBase_322_{ 0x05138310 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__AmpMovieObjectDesc_2_{ 0x05139230 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__File_2_{ 0x0539FA80 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__AbcDataBuffer_263_{ 0x0514D000 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__NamespaceInstanceFactory_337_{ 0x05140A60 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__NotifyLoadInitC_2_{ 0x0514EE10 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__PtrReleaseProxy_328__328_{ 0x05144080 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__RefCountCollector_328__328_{ 0x0513EE40 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__SocketThreadMgr_327_{ 0x0513FC70 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo_327_{ 0x05140050 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASIMEManager_513_{ 0x0514ECF0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASIntervalTimerIntf_323_{ 0x0513F9E0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASMovieRootBase_327_{ 0x0513F3A0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASStringManager_324_{ 0x05136060 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__FunctionHandler_2_{ 0x0516ED50 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__GFxMovieDataDefFileKeyData_2_{ 0x05138CB0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__GFxMovieDefImplKey_2_{ 0x05138DB0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__GFxSystemFontResourceKey_261_{ 0x0513BB10 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ImageFileInfoKeyData_2_{ 0x0513BE70 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__KeyboardState_2_{ 0x05135FD0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__LoadStates_2_{ 0x05138FE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__LoadUpdateSync_264_{ 0x05138990 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__LoaderImpl_2_{ 0x051384B0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MemoryContext_2_{ 0x0514CF10 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieDataDef__LoadTaskDataBase_264_{ 0x05138AA0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieDefBindStates_2_{ 0x051390A0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieDefImpl__BindTaskData_2_{ 0x05138B90 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieImpl__WideStringStorage_327_{ 0x0513FAE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__Movie_327_{ 0x05135130 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ResourceLibBase_2_{ 0x05136250 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ResourceLib_2_{ 0x05136190 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ResourceLib__ResourceSlot_2_{ 0x051363E0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__StateBagImpl_2_{ 0x05135630 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__State_2_{ 0x0539EEE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__Task_2_{ 0x05138580 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Log_2_{ 0x05135C60 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__CacheablePrimitive_67_{ 0x0513B0B0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ComplexFill_71_{ 0x05137010 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ContextImpl__ContextCaptureNotify_2_{ 0x05136510 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ContextImpl__ContextLock_69_{ 0x05136620 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ContextImpl__RTHandle__HandleData_69_{ 0x05136730 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__DICommandQueue_2_{ 0x0513AEE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__DepthStencilSurface_72_{ 0x053FCEE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__FilterSet_2_{ 0x0513ABC0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Filter_2_{ 0x0513AC40 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__FontCacheHandleManager_75_{ 0x0513D480 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Font_75_{ 0x0513B690 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__GlyphCache_2_{ 0x0513D520 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__GradientData_257_{ 0x0513BF00 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__HAL_65_{ 0x053FC850 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ImageUpdate_2_{ 0x05135E50 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__JPEG__ExtraData_2_{ 0x0513A280 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MaskPrimitive_67_{ 0x0513CB40 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Matrix3x4_float__2_{ 0x05136BA0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Matrix4x4_float__2_{ 0x05136D40 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MatrixPoolImpl__MatrixPool_73_{ 0x0513C630 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MatrixState_65_{ 0x053FC7C0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MeshBase_68_{ 0x0513C020 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MeshKeyManager_65_{ 0x0513A9D0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MeshProvider_RCImpl_2_{ 0x05139340 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MorphShapeData_71_{ 0x05139450 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__PrimitiveFillManager_71_{ 0x0513A7D0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Primitive_67_{ 0x0513C2D0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ProjectionMatrix3DPrimitive_67_{ 0x0513CC90 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Rect_float__2_{ 0x05136AA0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__RenderBufferManager_72_{ 0x0514F080 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__RenderSync_2_{ 0x05403B70 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Scale9GridData_2_{ 0x051396B0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Scale9GridInfo_71_{ 0x0513B1C0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Scale9GridRect_71_{ 0x05136C30 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ShapeDataInterface_71_{ 0x05135380 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__SystemVertexFormat_2_{ 0x0513C580 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextLayout_74_{ 0x0513E330 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__CompositionStringBase_74_{ 0x0513E590 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__DocView_74_{ 0x0513E490 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__EditorKitBase_74_{ 0x0513E640 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__FontHandle_74_{ 0x05139AC0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__FontManagerBase_74_{ 0x05139B60 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextureGlyph_2_{ 0x0513A060 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextureManagerLocks_72_{ 0x05135D80 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextureManager_72_{ 0x053FCD50 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Texture_72_{ 0x053FD060 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ThreadCommand_2_{ 0x05135CE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__UserDataPrimitive_67_{ 0x0513CD40 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__UserDataState__Data_2_{ 0x05136DE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ViewMatrix3DPrimitive_67_{ 0x0513CBE0 }; - inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Waitable_2_{ 0x051359C0 }; - inline constexpr REL::Offset Scaleform__RefCountImpl{ 0x0516EE18 }; - inline constexpr REL::Offset Scaleform__RefCountImplCore{ 0x0516EDE0 }; - inline constexpr REL::Offset Scaleform__RefCountNTSImpl{ 0x05134FF8 }; - inline constexpr REL::Offset Scaleform__RefCountNTSImplCore{ 0x05135028 }; - inline constexpr REL::Offset Scaleform__RefCountVImpl{ 0x053A0140 }; - inline constexpr REL::Offset Scaleform__RefCountWeakSupportImpl{ 0x05135060 }; - inline constexpr REL::Offset Scaleform__Render__BevelFilter{ 0x0513AD70 }; - inline constexpr REL::Offset Scaleform__Render__BlendModeBundle{ 0x0513CEC0 }; - inline constexpr REL::Offset Scaleform__Render__BlendModeEffect{ 0x0513DA60 }; - inline constexpr REL::Offset Scaleform__Render__BlendPrimitive{ 0x0513B110 }; - inline constexpr REL::Offset Scaleform__Render__BlurFilter{ 0x0513ACC8 }; - inline constexpr REL::Offset Scaleform__Render__BlurFilterImpl{ 0x0513AC90 }; - inline constexpr REL::Offset Scaleform__Render__Bundle{ 0x0513CA10 }; - inline constexpr REL::Offset Scaleform__Render__CacheAsBitmapFilter{ 0x0513AE20 }; - inline constexpr REL::Offset Scaleform__Render__CacheBase{ 0x05403AA8 }; - inline constexpr REL::Offset Scaleform__Render__CacheEffect{ 0x0513D8F0 }; - inline constexpr REL::Offset Scaleform__Render__CacheablePrimitive{ 0x0513B070 }; - inline constexpr REL::Offset Scaleform__Render__CacheableTargetEffect{ 0x0513D998 }; - inline constexpr REL::Offset Scaleform__Render__ColorMatrixFilter{ 0x0513ADE0 }; - inline constexpr REL::Offset Scaleform__Render__ComplexFill{ 0x05136FD0 }; - inline constexpr REL::Offset Scaleform__Render__ComplexMesh{ 0x0513C328 }; - inline constexpr REL::Offset Scaleform__Render__ComplexMeshVertexOutput{ 0x0513E2B0 }; - inline constexpr REL::Offset Scaleform__Render__ComplexPrimitiveBundle{ 0x0513CE10 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotify{ 0x051364C0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor{ 0x05136800 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture{ 0x05136930 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture{ 0x051368C0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId{ 0x05136990 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown{ 0x05136860 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeContainer__NodeData_Scaleform__Render__TreeNode__NodeData_{ 0x051354A0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeRoot__NodeData_Scaleform__Render__TreeContainer__NodeData_{ 0x05135570 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeShape__NodeData_Scaleform__Render__TreeNode__NodeData_{ 0x05135810 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeText__NodeData_Scaleform__Render__TreeNode__NodeData_{ 0x0513E3D0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextLock{ 0x051365E0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__EntryData{ 0x051353E0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__RTHandle__HandleData{ 0x051366E0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__RenderNotify{ 0x053FCBF0 }; - inline constexpr REL::Offset Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand{ 0x0513A830 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__DepthStencilSurface{ 0x053FCC30 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__HAL{ 0x053FC8A0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__IndexBuffer{ 0x05403610 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MappedTexture{ 0x053FCCD0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBuffer{ 0x05403850 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ 0x054038A0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ 0x054037D0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferSet{ 0x05403A60 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ 0x054039A0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ 0x05403920 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshCache{ 0x05403700 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshCacheItem{ 0x05403660 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry{ 0x053FD000 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__RenderEvents{ 0x054034C0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__RenderSync{ 0x05403B20 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__RenderTargetData{ 0x053FC910 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__ShaderInterface{ 0x05403BD0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer{ 0x05403CB0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__ShaderManager{ 0x05403E30 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__Texture{ 0x053FCE00 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__TextureFormat{ 0x053FCC80 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__TextureManager{ 0x053FCDB0 }; - inline constexpr REL::Offset Scaleform__Render__CreationRenderer__VertexBuffer{ 0x05403780 }; - inline constexpr REL::Offset Scaleform__Render__DDS__DDSFileImageSource{ 0x0513E138 }; - inline constexpr REL::Offset Scaleform__Render__DDS__FileReader{ 0x0513E088 }; - inline constexpr REL::Offset Scaleform__Render__DICommand{ 0x051370A8 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Clear_Scaleform__Render__DICommand_{ 0x05137290 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_CreateTexture_Scaleform__Render__DICommand_{ 0x05137120 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Dispose_Scaleform__Render__DICommand_{ 0x051371E0 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Draw_Scaleform__Render__DICommand_{ 0x05137430 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_FillRect_Scaleform__Render__DICommand_{ 0x051377A0 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_FloodFill_Scaleform__Render__DICommand_{ 0x05137850 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_GetColorBoundsRect_Scaleform__Render__DICommand_{ 0x05137910 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_GetPixel32_Scaleform__Render__DICommand_{ 0x051379D0 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_GetPixels_Scaleform__Render__DICommand_{ 0x05137A80 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Histogram_Scaleform__Render__DICommand_{ 0x05137B30 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_HitTest_Scaleform__Render__DICommand_{ 0x05137BE0 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Noise_Scaleform__Render__DICommand_{ 0x05137D30 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_PerlinNoise_Scaleform__Render__DICommand_{ 0x05137E90 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_PixelDissolve_Scaleform__Render__DICommand_{ 0x05137F40 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_SetPixel32_Scaleform__Render__DICommand_{ 0x05138000 }; - inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_SetPixels_Scaleform__Render__DICommand_{ 0x051380B0 }; - inline constexpr REL::Offset Scaleform__Render__DICommandQueue{ 0x0513AEA0 }; - inline constexpr REL::Offset Scaleform__Render__DICommandQueue__ExecuteCommand{ 0x0513AF90 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_ApplyFilter{ 0x05137340 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Clear{ 0x05137250 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_ColorTransform{ 0x05137600 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Compare{ 0x051376B0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_CopyChannel{ 0x05137498 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_CopyPixels{ 0x05137550 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_CreateTexture{ 0x051370E0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Dispose{ 0x05137198 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Draw{ 0x051373F0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_FillRect{ 0x05137758 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_FloodFill{ 0x05137810 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_GetColorBoundsRect{ 0x051378C0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_GetPixel32{ 0x05137988 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_GetPixels{ 0x05137A40 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Histogram{ 0x05137AF0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_HitTest{ 0x05137BA0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Merge{ 0x05137C50 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Noise{ 0x05137CF8 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_PaletteMap{ 0x05137DA0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_PerlinNoise{ 0x05137E50 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_PixelDissolve{ 0x05137F00 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Scroll{ 0x05138120 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SetPixel32{ 0x05137FB8 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SetPixels{ 0x05138070 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRect{ 0x05137300 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_ApplyFilter_{ 0x05137380 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_ColorTransform_{ 0x05137640 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Compare_{ 0x051376F0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_CopyChannel_{ 0x051374E0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_CopyPixels_{ 0x05137590 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Merge_{ 0x05137C90 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_PaletteMap_{ 0x05137DE0 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Scroll_{ 0x05138160 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Threshold_{ 0x05138210 }; - inline constexpr REL::Offset Scaleform__Render__DICommand_Threshold{ 0x051381C8 }; - inline constexpr REL::Offset Scaleform__Render__DIPixelProvider{ 0x05146CA0 }; - inline constexpr REL::Offset Scaleform__Render__DepthStencilBuffer{ 0x053EA460 }; - inline constexpr REL::Offset Scaleform__Render__DepthStencilSurface{ 0x053FCF40 }; - inline constexpr REL::Offset Scaleform__Render__DestroyDrawableImageThreadCommand{ 0x05138280 }; - inline constexpr REL::Offset Scaleform__Render__DisplacementMapFilter{ 0x0513AE60 }; - inline constexpr REL::Offset Scaleform__Render__DrawableBundle{ 0x0513CDA0 }; - inline constexpr REL::Offset Scaleform__Render__DrawableImage{ 0x05136F48 }; - inline constexpr REL::Offset Scaleform__Render__DrawableImageContext{ 0x05137068 }; - inline constexpr REL::Offset Scaleform__Render__Fence{ 0x0513A548 }; - inline constexpr REL::Offset Scaleform__Render__FenceResource{ 0x053FD138 }; - inline constexpr REL::Offset Scaleform__Render__FenceWrapperList{ 0x0513A628 }; - inline constexpr REL::Offset Scaleform__Render__FileImageSource{ 0x0513D290 }; - inline constexpr REL::Offset Scaleform__Render__Filter{ 0x0513AC10 }; - inline constexpr REL::Offset Scaleform__Render__FilterBundle{ 0x0513CE88 }; - inline constexpr REL::Offset Scaleform__Render__FilterEffect{ 0x0513D960 }; - inline constexpr REL::Offset Scaleform__Render__FilterPrimitive{ 0x0513B038 }; - inline constexpr REL::Offset Scaleform__Render__FilterSet{ 0x0513AB88 }; - inline constexpr REL::Offset Scaleform__Render__Font{ 0x0513B658 }; - inline constexpr REL::Offset Scaleform__Render__FontCacheHandleManager{ 0x0513D438 }; - inline constexpr REL::Offset Scaleform__Render__GlowFilter{ 0x0513AD38 }; - inline constexpr REL::Offset Scaleform__Render__GlyphCache{ 0x0513D4E0 }; - inline constexpr REL::Offset Scaleform__Render__GlyphCacheConfig{ 0x0513D578 }; - inline constexpr REL::Offset Scaleform__Render__GlyphCache__EvictNotifier{ 0x0513D8B0 }; - inline constexpr REL::Offset Scaleform__Render__GlyphEvictNotifier{ 0x0513D7F0 }; - inline constexpr REL::Offset Scaleform__Render__GlyphFitter{ 0x0513E7A0 }; - inline constexpr REL::Offset Scaleform__Render__GlyphRaster{ 0x0513D5B0 }; - inline constexpr REL::Offset Scaleform__Render__GlyphShape{ 0x0513D6B0 }; - inline constexpr REL::Offset Scaleform__Render__GlyphTextureImage{ 0x0513D868 }; - inline constexpr REL::Offset Scaleform__Render__GradientData{ 0x0513BEC8 }; - inline constexpr REL::Offset Scaleform__Render__GradientFilter{ 0x0513ADA8 }; - inline constexpr REL::Offset Scaleform__Render__GradientImage{ 0x0513BFB8 }; - inline constexpr REL::Offset Scaleform__Render__HAL{ 0x053FCAA0 }; - inline constexpr REL::Offset Scaleform__Render__HALBeginDisplayItem{ 0x0513A6A8 }; - inline constexpr REL::Offset Scaleform__Render__HALEndDisplayItem{ 0x0513A6E8 }; - inline constexpr REL::Offset Scaleform__Render__HALNotify{ 0x053FCB28 }; - inline constexpr REL::Offset Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface{ 0x0513A730 }; - inline constexpr REL::Offset Scaleform__Render__Hairliner{ 0x0513C500 }; - inline constexpr REL::Offset Scaleform__Render__Image{ 0x0539FF90 }; - inline constexpr REL::Offset Scaleform__Render__ImageBase{ 0x053A0108 }; - inline constexpr REL::Offset Scaleform__Render__ImageDelegate{ 0x051352A8 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileHandler{ 0x0513DBA0 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileHandlerRegistry{ 0x0513B4C0 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileReader{ 0x0513DBD8 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__DDS__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513E0C0 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__PNG__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513DE70 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__SIF__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513DD40 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__TGA__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513DC50 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileWriter{ 0x0513DDF8 }; - inline constexpr REL::Offset Scaleform__Render__ImageFileWriter_Mixin_Scaleform__Render__PNG__FileWriter_Scaleform__Render__ImageFileWriter_{ 0x0513DF20 }; - inline constexpr REL::Offset Scaleform__Render__ImageSource{ 0x05138F00 }; - inline constexpr REL::Offset Scaleform__Render__ImageSwizzler{ 0x05135DE0 }; - inline constexpr REL::Offset Scaleform__Render__ImageUpdate{ 0x05135E18 }; - inline constexpr REL::Offset Scaleform__Render__ImageUpdateSync{ 0x053FCE40 }; - inline constexpr REL::Offset Scaleform__Render__JPEG__ExtraData{ 0x0513A240 }; - inline constexpr REL::Offset Scaleform__Render__JPEG__TablesHeader{ 0x0513A2D8 }; - inline constexpr REL::Offset Scaleform__Render__MappedTextureBase{ 0x053FCF80 }; - inline constexpr REL::Offset Scaleform__Render__MaskBundle{ 0x0513CE50 }; - inline constexpr REL::Offset Scaleform__Render__MaskEffect{ 0x0513D928 }; - inline constexpr REL::Offset Scaleform__Render__MaskNodeState__Interface{ 0x0513AAF8 }; - inline constexpr REL::Offset Scaleform__Render__MaskPrimitive{ 0x0513CB00 }; - inline constexpr REL::Offset Scaleform__Render__Matrix3x4Data_float_{ 0x05136B60 }; - inline constexpr REL::Offset Scaleform__Render__Matrix3x4Ref_float_{ 0x05136AF0 }; - inline constexpr REL::Offset Scaleform__Render__Matrix3x4_float_{ 0x05136B28 }; - inline constexpr REL::Offset Scaleform__Render__Matrix4x4Data_float_{ 0x05136CF8 }; - inline constexpr REL::Offset Scaleform__Render__Matrix4x4Ref_float_{ 0x05136C88 }; - inline constexpr REL::Offset Scaleform__Render__Matrix4x4_float_{ 0x05136CC0 }; - inline constexpr REL::Offset Scaleform__Render__MatrixPoolImpl__HMatrixConstants{ 0x0513C700 }; - inline constexpr REL::Offset Scaleform__Render__MatrixPoolImpl__MatrixPool{ 0x0513C5E0 }; - inline constexpr REL::Offset Scaleform__Render__MatrixState{ 0x053FC788 }; - inline constexpr REL::Offset Scaleform__Render__MatrixStateFactory{ 0x0513D3F8 }; - inline constexpr REL::Offset Scaleform__Render__MemoryBufferImage{ 0x0513D308 }; - inline constexpr REL::Offset Scaleform__Render__Mesh{ 0x0513C160 }; - inline constexpr REL::Offset Scaleform__Render__MeshBase{ 0x0513BFF0 }; - inline constexpr REL::Offset Scaleform__Render__MeshBuffer{ 0x054035D0 }; - inline constexpr REL::Offset Scaleform__Render__MeshCache{ 0x05403748 }; - inline constexpr REL::Offset Scaleform__Render__MeshCacheConfig{ 0x05403598 }; - inline constexpr REL::Offset Scaleform__Render__MeshCacheItem{ 0x05403A20 }; - inline constexpr REL::Offset Scaleform__Render__MeshKeyManager{ 0x0513A990 }; - inline constexpr REL::Offset Scaleform__Render__MeshKeySet{ 0x0513C360 }; - inline constexpr REL::Offset Scaleform__Render__MeshProvider{ 0x051392C0 }; - inline constexpr REL::Offset Scaleform__Render__MeshProvider_KeySupport{ 0x051393A0 }; - inline constexpr REL::Offset Scaleform__Render__MeshProvider_RCImpl{ 0x051392F8 }; - inline constexpr REL::Offset Scaleform__Render__MeshStagingNode{ 0x0513C0D8 }; - inline constexpr REL::Offset Scaleform__Render__MeshVertexOutput{ 0x0513E278 }; - inline constexpr REL::Offset Scaleform__Render__MetaImage{ 0x05135EF8 }; - inline constexpr REL::Offset Scaleform__Render__MorphInterpolator{ 0x05139570 }; - inline constexpr REL::Offset Scaleform__Render__MorphShapeData{ 0x05139418 }; - inline constexpr REL::Offset Scaleform__Render__OrigScale9ParentState__Interface{ 0x0513AB40 }; - inline constexpr REL::Offset Scaleform__Render__PNG__FileReader{ 0x0513DE30 }; - inline constexpr REL::Offset Scaleform__Render__PNG__FileWriter{ 0x0513DEE8 }; - inline constexpr REL::Offset Scaleform__Render__PNG__Input{ 0x0513DF98 }; - inline constexpr REL::Offset Scaleform__Render__PNG__LibPNGInput{ 0x0513DFD0 }; - inline constexpr REL::Offset Scaleform__Render__PNG__MemoryBufferImage{ 0x0513E008 }; - inline constexpr REL::Offset Scaleform__Render__PNG__PNGFileImageSource{ 0x0513E048 }; - inline constexpr REL::Offset Scaleform__Render__Primitive{ 0x0513C290 }; - inline constexpr REL::Offset Scaleform__Render__PrimitiveBundle{ 0x0513CDD8 }; - inline constexpr REL::Offset Scaleform__Render__PrimitiveFill{ 0x0513C190 }; - inline constexpr REL::Offset Scaleform__Render__PrimitiveFillManager{ 0x0513A790 }; - inline constexpr REL::Offset Scaleform__Render__ProfileModifier{ 0x0513A880 }; - inline constexpr REL::Offset Scaleform__Render__ProfileViews{ 0x0513A8F0 }; - inline constexpr REL::Offset Scaleform__Render__ProjectionMatrix3DBundle{ 0x0513CF40 }; - inline constexpr REL::Offset Scaleform__Render__ProjectionMatrix3DEffect{ 0x0513DA20 }; - inline constexpr REL::Offset Scaleform__Render__ProjectionMatrix3DPrimitive{ 0x0513CC40 }; - inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__CacheData{ 0x0514F1B8 }; - inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__DepthStencilBuffer{ 0x0514F260 }; - inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__RenderBufferManager{ 0x0514F120 }; - inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__RenderTarget{ 0x0514F170 }; - inline constexpr REL::Offset Scaleform__Render__Rasterizer{ 0x0513E208 }; - inline constexpr REL::Offset Scaleform__Render__RawImage{ 0x05135F30 }; - inline constexpr REL::Offset Scaleform__Render__RectData_float_{ 0x05136A60 }; - inline constexpr REL::Offset Scaleform__Render__RectRef_float_{ 0x051369F8 }; - inline constexpr REL::Offset Scaleform__Render__Rect_float_{ 0x05136A30 }; - inline constexpr REL::Offset Scaleform__Render__RenderBuffer{ 0x053EA500 }; - inline constexpr REL::Offset Scaleform__Render__RenderBufferManager{ 0x0514F040 }; - inline constexpr REL::Offset Scaleform__Render__RenderEvents{ 0x053FC818 }; - inline constexpr REL::Offset Scaleform__Render__RenderQueueItem__Interface{ 0x0513A660 }; - inline constexpr REL::Offset Scaleform__Render__RenderSync{ 0x05403AE0 }; - inline constexpr REL::Offset Scaleform__Render__RenderTarget{ 0x0514F0E0 }; - inline constexpr REL::Offset Scaleform__Render__RenderTargetData{ 0x053FCBB8 }; - inline constexpr REL::Offset Scaleform__Render__SIF__FileReader{ 0x0513DD08 }; - inline constexpr REL::Offset Scaleform__Render__SIF__SIFFileImageSource{ 0x0513DDB8 }; - inline constexpr REL::Offset Scaleform__Render__SKI_BlendMode{ 0x0513C8F0 }; - inline constexpr REL::Offset Scaleform__Render__SKI_ComplexPrimitive{ 0x0513C800 }; - inline constexpr REL::Offset Scaleform__Render__SKI_Filter{ 0x0513C928 }; - inline constexpr REL::Offset Scaleform__Render__SKI_MaskEnd{ 0x0513C878 }; - inline constexpr REL::Offset Scaleform__Render__SKI_MaskEnd__RQII_EndMask{ 0x0513C8B0 }; - inline constexpr REL::Offset Scaleform__Render__SKI_MaskStart{ 0x0513C840 }; - inline constexpr REL::Offset Scaleform__Render__SKI_Primitive{ 0x0513C7C8 }; - inline constexpr REL::Offset Scaleform__Render__SKI_ProjectionMatrix3D{ 0x0513C998 }; - inline constexpr REL::Offset Scaleform__Render__SKI_TextPrimitive{ 0x0513E8F0 }; - inline constexpr REL::Offset Scaleform__Render__SKI_UserData{ 0x0513C9D8 }; - inline constexpr REL::Offset Scaleform__Render__SKI_ViewMatrix3D{ 0x0513C960 }; - inline constexpr REL::Offset Scaleform__Render__Scale9GridData{ 0x05139670 }; - inline constexpr REL::Offset Scaleform__Render__Scale9GridInfo{ 0x0513B180 }; - inline constexpr REL::Offset Scaleform__Render__Scale9GridRect{ 0x05136BF8 }; - inline constexpr REL::Offset Scaleform__Render__ShaderHAL_Scaleform__Render__CreationRenderer__ShaderManager_Scaleform__Render__CreationRenderer__ShaderInterface_{ 0x053FCA20 }; - inline constexpr REL::Offset Scaleform__Render__ShaderInterfaceBaseGPUMapped_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderPair_Scaleform__Render__CreationRenderer__ShaderStages_{ 0x05403D90 }; - inline constexpr REL::Offset Scaleform__Render__ShaderInterfaceStoragelessBase_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderPair_{ 0x05403C20 }; - inline constexpr REL::Offset Scaleform__Render__ShadowFilter{ 0x0513AD00 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataFloat{ 0x05135710 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataFloatMP{ 0x0513B148 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataFloatTempl_Scaleform__ArrayLH_POD_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x051394B0 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataFloatTempl_Scaleform__Array_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x05135750 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataInterface{ 0x05135338 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataPacked_Scaleform__ArrayDH_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x05139910 }; - inline constexpr REL::Offset Scaleform__Render__ShapeDataPacked_Scaleform__ArrayLH_POD_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x0513D6F0 }; - inline constexpr REL::Offset Scaleform__Render__ShapeMeshProvider{ 0x05139530 }; - inline constexpr REL::Offset Scaleform__Render__SortKeyInterface{ 0x0513C748 }; - inline constexpr REL::Offset Scaleform__Render__SortKeyInterface_RefCountImpl{ 0x0513C780 }; - inline constexpr REL::Offset Scaleform__Render__StateData__Interface{ 0x05136118 }; - inline constexpr REL::Offset Scaleform__Render__StateData__Interface_RefCountImpl{ 0x0513AAB0 }; - inline constexpr REL::Offset Scaleform__Render__StateData__Interface_Value{ 0x0513AA60 }; - inline constexpr REL::Offset Scaleform__Render__StaticShaderManager_Scaleform__Render__CreationRenderer__ShaderDesc_Scaleform__Render__CreationRenderer__VertexShaderDesc_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderInterface_Scaleform__Render__CreationRenderer__Texture_{ 0x053FC960 }; - inline constexpr REL::Offset Scaleform__Render__StrokeScaler{ 0x0513D830 }; - inline constexpr REL::Offset Scaleform__Render__StrokeSorter{ 0x0513C490 }; - inline constexpr REL::Offset Scaleform__Render__Stroker{ 0x0513C428 }; - inline constexpr REL::Offset Scaleform__Render__StrokerAA{ 0x0513C4C8 }; - inline constexpr REL::Offset Scaleform__Render__StrokerTypes{ 0x0513C458 }; - inline constexpr REL::Offset Scaleform__Render__SubImage{ 0x05135F60 }; - inline constexpr REL::Offset Scaleform__Render__SystemVertexFormat{ 0x0513C538 }; - inline constexpr REL::Offset Scaleform__Render__TGA__FileReader{ 0x0513DC10 }; - inline constexpr REL::Offset Scaleform__Render__TGA__TGAFileImageSource{ 0x0513DCC8 }; - inline constexpr REL::Offset Scaleform__Render__TessBase{ 0x0513A928 }; - inline constexpr REL::Offset Scaleform__Render__Tessellator{ 0x0513C3F0 }; - inline constexpr REL::Offset Scaleform__Render__TextLayerPrimitive{ 0x0513E970 }; - inline constexpr REL::Offset Scaleform__Render__TextLayout{ 0x0513E2F0 }; - inline constexpr REL::Offset Scaleform__Render__TextMeshProvider{ 0x0513E718 }; - inline constexpr REL::Offset Scaleform__Render__TextPrimitiveBundle{ 0x0513E930 }; - inline constexpr REL::Offset Scaleform__Render__Text__Allocator{ 0x0513B318 }; - inline constexpr REL::Offset Scaleform__Render__Text__Allocator__TextFormatVisitor{ 0x0513F960 }; - inline constexpr REL::Offset Scaleform__Render__Text__CompositionStringBase{ 0x0513E540 }; - inline constexpr REL::Offset Scaleform__Render__Text__DocView{ 0x0513E450 }; - inline constexpr REL::Offset Scaleform__Render__Text__DocView__DocumentListener{ 0x0513D0F0 }; - inline constexpr REL::Offset Scaleform__Render__Text__DocView__DocumentText{ 0x0513E4F0 }; - inline constexpr REL::Offset Scaleform__Render__Text__EditorKitBase{ 0x0513E5F8 }; - inline constexpr REL::Offset Scaleform__Render__Text__FontHandle{ 0x05139A88 }; - inline constexpr REL::Offset Scaleform__Render__Text__FontManagerBase{ 0x05139B18 }; - inline constexpr REL::Offset Scaleform__Render__Text__HTMLImageTagDesc{ 0x0513E8B0 }; - inline constexpr REL::Offset Scaleform__Render__Text__ImageDesc{ 0x0513E810 }; - inline constexpr REL::Offset Scaleform__Render__Text__StyleManagerBase{ 0x0514C240 }; - inline constexpr REL::Offset Scaleform__Render__Text__StyledText{ 0x0513DAD0 }; - inline constexpr REL::Offset Scaleform__Render__Text__TextFilter{ 0x0513CFB8 }; - inline constexpr REL::Offset Scaleform__Render__Texture{ 0x053FD108 }; - inline constexpr REL::Offset Scaleform__Render__TextureFormat{ 0x053FCFC0 }; - inline constexpr REL::Offset Scaleform__Render__TextureGlyph{ 0x0513A028 }; - inline constexpr REL::Offset Scaleform__Render__TextureImage{ 0x053A0010 }; - inline constexpr REL::Offset Scaleform__Render__TextureManager{ 0x053FCD18 }; - inline constexpr REL::Offset Scaleform__Render__TextureManagerLocks{ 0x05135D38 }; - inline constexpr REL::Offset Scaleform__Render__TextureManager__ServiceCommand{ 0x05135EB0 }; - inline constexpr REL::Offset Scaleform__Render__ThreadCommand{ 0x05135CA8 }; - inline constexpr REL::Offset Scaleform__Render__ThreadCommandQueue{ 0x053EA420 }; - inline constexpr REL::Offset Scaleform__Render__TransformerBase{ 0x051393E0 }; - inline constexpr REL::Offset Scaleform__Render__TransformerWrapper_Scaleform__Render__Matrix2x4_float__{ 0x051395B0 }; - inline constexpr REL::Offset Scaleform__Render__TransformerWrapper_Scaleform__Render__Scale9GridInfo_{ 0x05139610 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheContainer{ 0x05136E40 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheMeshBase{ 0x05139748 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheNode{ 0x05136E80 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheRoot{ 0x0513AA28 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheShape{ 0x05139788 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheShapeLayer{ 0x05139708 }; - inline constexpr REL::Offset Scaleform__Render__TreeCacheText{ 0x0513E7D8 }; - inline constexpr REL::Offset Scaleform__Render__TreeContainer__NodeData{ 0x05135460 }; - inline constexpr REL::Offset Scaleform__Render__TreeNode__NodeData{ 0x05135420 }; - inline constexpr REL::Offset Scaleform__Render__TreeRoot__NodeData{ 0x05135528 }; - inline constexpr REL::Offset Scaleform__Render__TreeShape__NodeData{ 0x051357C8 }; - inline constexpr REL::Offset Scaleform__Render__TreeText__NodeData{ 0x0513E388 }; - inline constexpr REL::Offset Scaleform__Render__UserDataBundle{ 0x0513CF80 }; - inline constexpr REL::Offset Scaleform__Render__UserDataEffect{ 0x0513DA98 }; - inline constexpr REL::Offset Scaleform__Render__UserDataPrimitive{ 0x0513CCF8 }; - inline constexpr REL::Offset Scaleform__Render__UserDataState__Data{ 0x05136D98 }; - inline constexpr REL::Offset Scaleform__Render__VectorGlyphShape{ 0x0513D768 }; - inline constexpr REL::Offset Scaleform__Render__VertexOutput{ 0x0513E240 }; - inline constexpr REL::Offset Scaleform__Render__VertexPath{ 0x0513A958 }; - inline constexpr REL::Offset Scaleform__Render__ViewMatrix3DBundle{ 0x0513CEF8 }; - inline constexpr REL::Offset Scaleform__Render__ViewMatrix3DEffect{ 0x0513D9D8 }; - inline constexpr REL::Offset Scaleform__Render__ViewMatrix3DPrimitive{ 0x0513CB98 }; - inline constexpr REL::Offset Scaleform__Render__WrapperImageSource{ 0x05138F38 }; - inline constexpr REL::Offset Scaleform__RepeatFormatter{ 0x05139FF8 }; - inline constexpr REL::Offset Scaleform__ResourceFormatter{ 0x05139F90 }; - inline constexpr REL::Offset Scaleform__Semaphore{ 0x05135A30 }; - inline constexpr REL::Offset Scaleform__SemaphoreWaitableIncrement{ 0x05135A60 }; - inline constexpr REL::Offset Scaleform__StrFormatter{ 0x05139EA0 }; - inline constexpr REL::Offset Scaleform__String__InitStruct{ 0x05135098 }; - inline constexpr REL::Offset Scaleform__SwitchFormatter{ 0x05139FC8 }; - inline constexpr REL::Offset Scaleform__SysAlloc{ 0x052ADDB0 }; - inline constexpr REL::Offset Scaleform__SysAllocBase{ 0x052ADEB0 }; - inline constexpr REL::Offset Scaleform__SysAllocBase_SingletonSupport_Scaleform__SysAllocMalloc_Scaleform__SysAlloc_{ 0x052ADDE0 }; - inline constexpr REL::Offset Scaleform__SysAllocMalloc{ 0x052ADE48 }; - inline constexpr REL::Offset Scaleform__SysAllocMapper{ 0x0514CE68 }; - inline constexpr REL::Offset Scaleform__SysAllocPaged{ 0x0539F058 }; - inline constexpr REL::Offset Scaleform__SysAllocStatic{ 0x05135B38 }; - inline constexpr REL::Offset Scaleform__SysFile{ 0x0514CD30 }; - inline constexpr REL::Offset Scaleform__SysMemMapper{ 0x0539F088 }; - inline constexpr REL::Offset Scaleform__Thread{ 0x05135B90 }; - inline constexpr REL::Offset Scaleform__UnopenedFile{ 0x0514CD58 }; - inline constexpr REL::Offset Scaleform__Waitable{ 0x05135990 }; - inline constexpr REL::Offset ScannableComponentCreationPolicy{ 0x050A8770 }; - inline constexpr REL::Offset SceneNextPhaseHandler{ 0x052E9458 }; - inline constexpr REL::Offset ScopeMenu{ 0x0528AFC8 }; - inline constexpr REL::Offset ScopeMenuUtil__FadeCallback{ 0x0528B040 }; - inline constexpr REL::Offset ScopeMenu__ScopeMenuDataEventShuttle{ 0x0528AF58 }; - inline constexpr REL::Offset ScopeMenu__ScopeReason{ 0x0508F498 }; - inline constexpr REL::Offset ScopeMenu__ScopeScalingData{ 0x0528AED8 }; - inline constexpr REL::Offset ScopeMenu__ZoomLevelData{ 0x0528AF98 }; - inline constexpr REL::Offset ScrapHeap{ 0x05370228 }; - inline constexpr REL::Offset Script{ 0x051E4AA0 }; - inline constexpr REL::Offset ScriptEffect{ 0x052A4020 }; - inline constexpr REL::Offset Script__ResetDialogueFlags__2__MobDialogueFlagResetter{ 0x051E6BB0 }; - inline constexpr REL::Offset ScriptedRefEffect{ 0x052A3FF8 }; - inline constexpr REL::Offset ScrollItem{ 0x05177B98 }; - inline constexpr REL::Offset SecurityMenu{ 0x05277518 }; - inline constexpr REL::Offset SecurityMenu_BackOutKey{ 0x05278210 }; - inline constexpr REL::Offset SecurityMenu_CloseMenu{ 0x05278270 }; - inline constexpr REL::Offset SecurityMenu_ConfirmExit{ 0x05277A68 }; - inline constexpr REL::Offset SecurityMenu_EliminateUnusedKeys{ 0x05277A98 }; - inline constexpr REL::Offset SecurityMenu_GetRingHint{ 0x05277AD0 }; - inline constexpr REL::Offset SecurityMenu_SelectNewKey{ 0x05277A38 }; - inline constexpr REL::Offset SecurityMenu_TryUseKey{ 0x05278240 }; - inline constexpr REL::Offset SecurityMenu__SecurityMenuEventShuttle{ 0x052770A8 }; - inline constexpr REL::Offset SeenData{ 0x0508F528 }; - inline constexpr REL::Offset Service{ 0x05202898 }; - inline constexpr REL::Offset SetOrientNode{ 0x0536CF68 }; - inline constexpr REL::Offset SetOrientNodeInstance{ 0x0536CF90 }; - inline constexpr REL::Offset SetPosNode{ 0x0536DDF8 }; - inline constexpr REL::Offset SetPosNodeInstance{ 0x0536DDC8 }; - inline constexpr REL::Offset Setting{ 0x05126680 }; - inline constexpr REL::Offset SettingCollectionList_Setting_{ 0x050C5178 }; - inline constexpr REL::Offset SettingCollectionMap_Setting_{ 0x051529D8 }; - inline constexpr REL::Offset SettingCollection_Setting_{ 0x050C51B8 }; - inline constexpr REL::Offset SettingT_GameSettingCollection_{ 0x05126640 }; - inline constexpr REL::Offset SettingT_INIPrefSettingCollection_{ 0x05118280 }; - inline constexpr REL::Offset SettingT_INISettingCollection_{ 0x051266A0 }; - inline constexpr REL::Offset SettingT_RegSettingCollection_{ 0x0511D4A0 }; - inline constexpr REL::Offset SettingT_bhkRandomVelocityGenerator__INISettingCollectionEx_{ 0x05123CE0 }; - inline constexpr REL::Offset SettingsDataModel{ 0x0524F6E8 }; - inline constexpr REL::Offset SettingsDataModel__SettingsEventShuttle{ 0x0524EB30 }; - inline constexpr REL::Offset SettingsPanel_CheckBoxChanged{ 0x0524F5D0 }; - inline constexpr REL::Offset SettingsPanel_ClearBinding{ 0x0524F6B0 }; - inline constexpr REL::Offset SettingsPanel_OpenCategory{ 0x0524F608 }; - inline constexpr REL::Offset SettingsPanel_OpenSettings{ 0x0524F640 }; - inline constexpr REL::Offset SettingsPanel_RemapConfirmed{ 0x0524F678 }; - inline constexpr REL::Offset SettingsPanel_RemapMode{ 0x0524F3A8 }; - inline constexpr REL::Offset SettingsPanel_ResetToDefaults{ 0x0524F598 }; - inline constexpr REL::Offset SettingsPanel_SaveControls{ 0x0524F4F0 }; - inline constexpr REL::Offset SettingsPanel_SaveSettings{ 0x0524F4B8 }; - inline constexpr REL::Offset SettingsPanel_SliderChanged{ 0x0524F560 }; - inline constexpr REL::Offset SettingsPanel_StepperChanged{ 0x0524F528 }; - inline constexpr REL::Offset SettingsPanel_ValidateControls{ 0x0524F758 }; - inline constexpr REL::Offset SetupGraphRagdollHandler{ 0x052E94E8 }; - inline constexpr REL::Offset ShaderReferenceEffect{ 0x052A4048 }; - inline constexpr REL::Offset SharedHeapAllocator{ 0x05370270 }; - inline constexpr REL::Offset ShipActionCameraState{ 0x05209398 }; - inline constexpr REL::Offset ShipBuilder_CloseAllMenus{ 0x05176800 }; - inline constexpr REL::Offset ShipCombatOrbitCameraState{ 0x05209790 }; - inline constexpr REL::Offset ShipCrewAssignData{ 0x05251A48 }; - inline constexpr REL::Offset ShipCrewAssignData__ShipCrewAssignMenuEventShuttle{ 0x05251B40 }; - inline constexpr REL::Offset ShipCrewAssignMenu{ 0x05278CB8 }; - inline constexpr REL::Offset ShipCrewAssignMenu_Assign{ 0x05278DA8 }; - inline constexpr REL::Offset ShipCrewAssignMenu_Unassign{ 0x05278DD8 }; - inline constexpr REL::Offset ShipCrewData{ 0x05251680 }; - inline constexpr REL::Offset ShipCrewData__ShipCrewMenuEventShuttle{ 0x05251A78 }; - inline constexpr REL::Offset ShipCrewMenu{ 0x05278D80 }; - inline constexpr REL::Offset ShipCrewMenu_Close{ 0x05278E40 }; - inline constexpr REL::Offset ShipCrewMenu_OpenAssignMenu{ 0x05251320 }; - inline constexpr REL::Offset ShipCrewMenu_SetSort{ 0x05251358 }; - inline constexpr REL::Offset ShipCrewMenu_ViewedItem{ 0x05278E10 }; - inline constexpr REL::Offset ShipEditor_ChangeModuleCategory{ 0x05172DB8 }; - inline constexpr REL::Offset ShipEditor_OnColorPickerControlChanged{ 0x05174360 }; - inline constexpr REL::Offset ShipEditor_OnColorPickerTabChanged{ 0x05173F48 }; - inline constexpr REL::Offset ShipEditor_OnColorSliderMouseInput{ 0x05174320 }; - inline constexpr REL::Offset ShipEditor_OnExitConfirmCancel{ 0x051700C8 }; - inline constexpr REL::Offset ShipEditor_OnExitConfirmExit{ 0x05170090 }; - inline constexpr REL::Offset ShipEditor_OnExitConfirmSaveAndExit{ 0x05170100 }; - inline constexpr REL::Offset ShipEditor_OnFlightCheckTabChanged{ 0x05170940 }; - inline constexpr REL::Offset ShipEditor_OnHintButtonActivated{ 0x051767C8 }; - inline constexpr REL::Offset ShipEditor_OnRecentColorSwatchClicked{ 0x05173F08 }; - inline constexpr REL::Offset ShipEditor_OnRenameEndEditText{ 0x05172110 }; - inline constexpr REL::Offset ShipEditor_OnRenameInputCancelled{ 0x05172148 }; - inline constexpr REL::Offset ShipEditor_OnWeaponGroupChanged{ 0x05170980 }; - inline constexpr REL::Offset ShipEditor_PreviewShipPart{ 0x05172DF0 }; - inline constexpr REL::Offset ShipEditor_PreviewUpgrade{ 0x05159DF0 }; - inline constexpr REL::Offset ShipEditor_RemoveAll3D{ 0x05176798 }; - inline constexpr REL::Offset ShipEditor_SelectedShipPart{ 0x05172E28 }; - inline constexpr REL::Offset ShipEditor_SelectedUpgrade{ 0x05159DB8 }; - inline constexpr REL::Offset ShipEditor_SystemSelected{ 0x05159148 }; - inline constexpr REL::Offset ShipFarTravelCameraState{ 0x052097C8 }; - inline constexpr REL::Offset ShipHudDataModel{ 0x05256FA0 }; - inline constexpr REL::Offset ShipHudDataModel__ShipHudEventShuttle{ 0x05257DF8 }; - inline constexpr REL::Offset ShipHudQuickContainer_TransferItem{ 0x0528C950 }; - inline constexpr REL::Offset ShipHudQuickContainer_TransferMenu{ 0x05258798 }; - inline constexpr REL::Offset ShipHud_AbortJump{ 0x0528C928 }; - inline constexpr REL::Offset ShipHud_Activate{ 0x05258720 }; - inline constexpr REL::Offset ShipHud_BodyViewMarkerDimensions{ 0x052589E0 }; - inline constexpr REL::Offset ShipHud_ChangeComponentSelection{ 0x052586E8 }; - inline constexpr REL::Offset ShipHud_CloseMenu{ 0x05258698 }; - inline constexpr REL::Offset ShipHud_Deselect{ 0x05258748 }; - inline constexpr REL::Offset ShipHud_DockRequested{ 0x0528C990 }; - inline constexpr REL::Offset ShipHud_FarTravel{ 0x05256ED8 }; - inline constexpr REL::Offset ShipHud_HailAccepted{ 0x05258830 }; - inline constexpr REL::Offset ShipHud_HailCancelled{ 0x05258860 }; - inline constexpr REL::Offset ShipHud_HailShip{ 0x0528C9C0 }; - inline constexpr REL::Offset ShipHud_JumpToQuestMarker{ 0x05258958 }; - inline constexpr REL::Offset ShipHud_Land{ 0x05258770 }; - inline constexpr REL::Offset ShipHud_LandingMarkerMap{ 0x052587D8 }; - inline constexpr REL::Offset ShipHud_Map{ 0x05258808 }; - inline constexpr REL::Offset ShipHud_OnMonocleToggle{ 0x052588C0 }; - inline constexpr REL::Offset ShipHud_OpenPhotoMode{ 0x05258988 }; - inline constexpr REL::Offset ShipHud_Repair{ 0x052589B8 }; - inline constexpr REL::Offset ShipHud_SetTargetMode{ 0x05258890 }; - inline constexpr REL::Offset ShipHud_Target{ 0x052586C0 }; - inline constexpr REL::Offset ShipHud_TargetShipSystem{ 0x05258928 }; - inline constexpr REL::Offset ShipHud_UntargetShipSystem{ 0x052588F0 }; - inline constexpr REL::Offset ShipHud_UpdateComponentPower{ 0x05258618 }; - inline constexpr REL::Offset ShipHud_UpdateTargetPanelRect{ 0x0528D0F8 }; - inline constexpr REL::Offset ShipRefuelMenu{ 0x05279418 }; - inline constexpr REL::Offset ShipRefuelMenuDataModel{ 0x052597F8 }; - inline constexpr REL::Offset ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle{ 0x05259830 }; - inline constexpr REL::Offset ShipTargetingCameraState{ 0x052097F8 }; - inline constexpr REL::Offset ShowBuilderMenuParams{ 0x05091800 }; - inline constexpr REL::Offset ShowDocAcceptMenuData{ 0x050909E0 }; - inline constexpr REL::Offset ShowMissionBoardMsgData{ 0x05090EE8 }; - inline constexpr REL::Offset ShowPipelineGenerationData{ 0x05090AA0 }; - inline constexpr REL::Offset ShowSubsegmentHandler{ 0x052E9518 }; - inline constexpr REL::Offset ShowWorkshopTargetMenuParams{ 0x05091830 }; - inline constexpr REL::Offset SimpleAnimationGraphManagerHolder{ 0x0517A288 }; - inline constexpr REL::Offset SimpleAnimationGraphManagerLoadingTask{ 0x05204780 }; - inline constexpr REL::Offset SitWaitMenu{ 0x0532C868 }; - inline constexpr REL::Offset SkillsMenu{ 0x0527A6A0 }; - inline constexpr REL::Offset SkillsMenu_Accept{ 0x0527ACC8 }; - inline constexpr REL::Offset SkillsMenu_AddPatch{ 0x0527AC98 }; - inline constexpr REL::Offset SkillsMenu_Cancel{ 0x0527ACF0 }; - inline constexpr REL::Offset SkillsMenu_ChangeCursorVisibility{ 0x0527AC60 }; - inline constexpr REL::Offset SkillsMenu_SaveLastCategory{ 0x0527AC28 }; - inline constexpr REL::Offset SkillsMenu__SkillsMenuEventShuttle{ 0x0527A358 }; - inline constexpr REL::Offset SkinAttach{ 0x0538C800 }; - inline constexpr REL::Offset Sky{ 0x051ECA78 }; - inline constexpr REL::Offset SkyEffectController{ 0x051EC0C0 }; - inline constexpr REL::Offset SleepWaitMenu{ 0x0532D748 }; - inline constexpr REL::Offset SleepWaitMenu_InterruptRest{ 0x0532D710 }; - inline constexpr REL::Offset SleepWaitMenu_StartRest{ 0x0532D6E0 }; - inline constexpr REL::Offset SleepWaitMenu__SleepWaitMenuEventShuttle{ 0x0532D448 }; - inline constexpr REL::Offset SlideStartHandler{ 0x052E94C0 }; - inline constexpr REL::Offset SlowTimeEffect{ 0x052A40C8 }; - inline constexpr REL::Offset SneakStateChangeHandler{ 0x052E9B70 }; - inline constexpr REL::Offset SoulTrapEffect{ 0x052A40F0 }; - inline constexpr REL::Offset SpaceComponentViewAccessWrite{ 0x051C15F8 }; - inline constexpr REL::Offset SpaceshipAIActorCreationPolicy{ 0x050A8C70 }; - inline constexpr REL::Offset SpaceshipAIComponentEventHandler{ 0x053510A8 }; - inline constexpr REL::Offset SpaceshipBIEvents__EventSink{ 0x052A5698 }; - inline constexpr REL::Offset SpaceshipBoostPart{ 0x05352840 }; - inline constexpr REL::Offset SpaceshipDockingFinishedHandler{ 0x052E9728 }; - inline constexpr REL::Offset SpaceshipEditor__HangarModeState_Null{ 0x0522CF60 }; - inline constexpr REL::Offset SpaceshipEditor__HangarModeState_ShipInspect{ 0x0522CEB0 }; - inline constexpr REL::Offset SpaceshipEditor__HangarModeState_ShipSelection{ 0x0522E0F0 }; - inline constexpr REL::Offset SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle{ 0x0522E1D0 }; - inline constexpr REL::Offset SpaceshipEditor__IHangarModeSubState{ 0x0522CFE8 }; - inline constexpr REL::Offset SpaceshipEditor__IModuleModeSubState{ 0x05172E60 }; - inline constexpr REL::Offset SpaceshipEditor__IShipBuilderState{ 0x05158958 }; - inline constexpr REL::Offset SpaceshipEditor__IUpgradeModeSubState{ 0x05159498 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Add{ 0x05172D78 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle{ 0x05172B40 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Color{ 0x051742E0 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle{ 0x05173FF0 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Edit{ 0x051769B0 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Empty{ 0x05176970 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Null{ 0x05176930 }; - inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Selection{ 0x051768F0 }; - inline constexpr REL::Offset SpaceshipEditor__OpenHangarForVendingMsg{ 0x0508D0B0 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Exiting{ 0x05170140 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle{ 0x0516FF70 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_FlightCheck{ 0x051709C0 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle{ 0x05170B50 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_HangarMode{ 0x0522CFA0 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle{ 0x0522CF00 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Loading{ 0x051769F0 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_ModuleMode{ 0x05171430 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Null{ 0x051768B0 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Popup{ 0x05176870 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Rename{ 0x051720D0 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle{ 0x05171F20 }; - inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_UpgradeMode{ 0x05158910 }; - inline constexpr REL::Offset SpaceshipEditor__Spaceship3DManager{ 0x05175090 }; - inline constexpr REL::Offset SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle{ 0x05174E40 }; - inline constexpr REL::Offset SpaceshipEditor__SpaceshipEditorGame3DManager{ 0x051750D0 }; - inline constexpr REL::Offset SpaceshipEditor__SpaceshipEditorMenu{ 0x05177088 }; - inline constexpr REL::Offset SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle{ 0x05176EF0 }; - inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_3a7cedac80f3cfa35a1d3a7f5dc314b3___lambda_86e0c2c42de2e53ece760a7e21698684__{ 0x0522D530 }; - inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_60f1bc7a58f30f6d342170c2483cac2a___lambda_2331bc39f638ff34407821b196aaeab7__{ 0x0522C1E0 }; - inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_6c01e1bac8bee0f1de64e92dd2b65cb1___lambda_4c48211ce3c39697931036d04e978926__{ 0x0522C320 }; - inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_e11f166cc8a5f071ffef5453272ab6fd___lambda_29737b93d6d45deaab6c0d7b817b4615__{ 0x0522C3C0 }; - inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_f7162d15568901a3907864f5d9b4c9e5___lambda_d7b0bc563be69ca0e52d9c030ad87c93__{ 0x0522C280 }; - inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_Null{ 0x05176830 }; - inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_Replace{ 0x05159E20 }; - inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle{ 0x05159BF0 }; - inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_SystemSelect{ 0x05159180 }; - inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle{ 0x05158ED0 }; - inline constexpr REL::Offset SpaceshipEffectsComponentCreationPolicy{ 0x05351B60 }; - inline constexpr REL::Offset SpaceshipEffectsUtil__EventSink{ 0x053517E8 }; - inline constexpr REL::Offset SpaceshipEquipmentComponent{ 0x053527A8 }; - inline constexpr REL::Offset SpaceshipEquipmentCreationPolicy{ 0x050A7DE0 }; - inline constexpr REL::Offset SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler{ 0x05352680 }; - inline constexpr REL::Offset SpaceshipGravDrivePart{ 0x053527E0 }; - inline constexpr REL::Offset SpaceshipHudMenu{ 0x0528C640 }; - inline constexpr REL::Offset SpaceshipLandingFinishedFailsafeHandler{ 0x052E9678 }; - inline constexpr REL::Offset SpaceshipLandingFinishedHandler{ 0x052E96B8 }; - inline constexpr REL::Offset SpaceshipLinkedCell__ExteriorShipCell{ 0x0535E5A8 }; - inline constexpr REL::Offset SpaceshipLinkedCell__InteriorShipCell{ 0x0535E5E8 }; - inline constexpr REL::Offset SpaceshipLinkedCell__ShipCell{ 0x0535E4E0 }; - inline constexpr REL::Offset SpaceshipMobilityPart{ 0x05352870 }; - inline constexpr REL::Offset SpaceshipPart{ 0x05352780 }; - inline constexpr REL::Offset SpaceshipPlayerSounds{ 0x05355278 }; - inline constexpr REL::Offset SpaceshipShieldPart{ 0x05352810 }; - inline constexpr REL::Offset SpaceshipSoundsUtils__SpaceshipSoundsEventHandler{ 0x053557A0 }; - inline constexpr REL::Offset SpaceshipTakeOffFinishedHandler{ 0x052E97D0 }; - inline constexpr REL::Offset SpaceshipUndockingFinishedHandler{ 0x052E96F0 }; - inline constexpr REL::Offset SpaceshipWeapon{ 0x05352758 }; - inline constexpr REL::Offset Spaceship__InstanceData{ 0x051C2928 }; - inline constexpr REL::Offset Spaceship__LadderSwapHandler{ 0x050AD730 }; - inline constexpr REL::Offset Spaceship__ShipProxyCollisionListener{ 0x051C5DB8 }; - inline constexpr REL::Offset Spaceship__TargetingMode{ 0x052BD508 }; - inline constexpr REL::Offset Spaceship____SpaceshipEventHandler{ 0x05350E90 }; - inline constexpr REL::Offset SpawnHazardEffect{ 0x052BF0D8 }; - inline constexpr REL::Offset SpawnOnDestroyUtils__SpawnOnDestroyEventHandler{ 0x05169120 }; - inline constexpr REL::Offset SpecificItemCollector{ 0x051EB390 }; - inline constexpr REL::Offset SpectatorPackage{ 0x05091D28 }; - inline constexpr REL::Offset SpeedScale{ 0x0536DCF0 }; - inline constexpr REL::Offset SpeedScaleInstance{ 0x0536DCC0 }; - inline constexpr REL::Offset SpellItem{ 0x050A2FB0 }; - inline constexpr REL::Offset SpringBoneData{ 0x051BB7F0 }; - inline constexpr REL::Offset SpringBoneInstance{ 0x051BB7C0 }; - inline constexpr REL::Offset StaggerEffect{ 0x052A2DD8 }; - inline constexpr REL::Offset StaggerMeter{ 0x05369C88 }; - inline constexpr REL::Offset StaggerMeterInstance{ 0x0536D278 }; - inline constexpr REL::Offset StaggeredStopHandler{ 0x052E9F08 }; - inline constexpr REL::Offset StarField__LoadNodeBarrier{ 0x051C5068 }; - inline constexpr REL::Offset StarField__ModuleState{ 0x051C5098 }; - inline constexpr REL::Offset StarField__SpaceReference__RetargetExterior3d{ 0x051C5020 }; - inline constexpr REL::Offset StarField____CellLoadNode{ 0x051C5FF8 }; - inline constexpr REL::Offset StarField____CellLoadPostProcessNode{ 0x051C5FB0 }; - inline constexpr REL::Offset StarField____CellStateControl{ 0x051C5F20 }; - inline constexpr REL::Offset StarField____CellStateControlNoShipSpawn{ 0x051C5ED0 }; - inline constexpr REL::Offset StarField____CellUnloadPostProcessNode{ 0x051C5F60 }; - inline constexpr REL::Offset StarField____DetachedShipPartLoadNode{ 0x051C6040 }; - inline constexpr REL::Offset StarField____ReferenceCellComponentHandler{ 0x051C5E80 }; - inline constexpr REL::Offset StarField____ShipCollectionCellPostProcessNode{ 0x051C5410 }; - inline constexpr REL::Offset StarMapMenu_ExecuteRoute{ 0x05294060 }; - inline constexpr REL::Offset StarMapMenu_Galaxy_FocusSystem{ 0x05292DD0 }; - inline constexpr REL::Offset StarMapMenu_LandingInputInProgress{ 0x0528FCC0 }; - inline constexpr REL::Offset StarMapMenu_MarkerGroupContainerVisibilityChanged{ 0x0528FC20 }; - inline constexpr REL::Offset StarMapMenu_MarkerGroupEntryClicked{ 0x0528FBE0 }; - inline constexpr REL::Offset StarMapMenu_MarkerGroupEntryHoverChanged{ 0x0528FBA0 }; - inline constexpr REL::Offset StarMapMenu_OnCancel{ 0x05294D38 }; - inline constexpr REL::Offset StarMapMenu_OnClearRoute{ 0x05294090 }; - inline constexpr REL::Offset StarMapMenu_OnExitStarMap{ 0x05294D68 }; - inline constexpr REL::Offset StarMapMenu_OnGalaxyViewInitialized{ 0x05292E08 }; - inline constexpr REL::Offset StarMapMenu_OnHintButtonClicked{ 0x05294D98 }; - inline constexpr REL::Offset StarMapMenu_OnOutpostEntrySelected{ 0x05294CC8 }; - inline constexpr REL::Offset StarMapMenu_QuickSelectChange{ 0x052919D0 }; - inline constexpr REL::Offset StarMapMenu_ReadyToClose{ 0x05294D08 }; - inline constexpr REL::Offset StarMapMenu_ScanPlanet{ 0x052943A8 }; - inline constexpr REL::Offset StarMapMenu_SelectedLandingSite{ 0x0528FB68 }; - inline constexpr REL::Offset StarMapMenu_SelectedLandingSiteFailed{ 0x0528FB28 }; - inline constexpr REL::Offset StarMapMenu_ShowRealCursor{ 0x052943D8 }; - inline constexpr REL::Offset StarMap__BodyInfoToUI{ 0x05238648 }; - inline constexpr REL::Offset StarMap__BodyInspectState{ 0x0528E800 }; - inline constexpr REL::Offset StarMap__BodyInspectState__BodyInspectStateEventShuttle{ 0x0528E450 }; - inline constexpr REL::Offset StarMap__ConfirmCustomMarkerActionCallback{ 0x05295670 }; - inline constexpr REL::Offset StarMap__DelayCommand{ 0x05291A30 }; - inline constexpr REL::Offset StarMap__Galaxy3DScene{ 0x0528D178 }; - inline constexpr REL::Offset StarMap__GalaxyState{ 0x05291688 }; - inline constexpr REL::Offset StarMap__GalaxyState__GalaxyStateEventShuttle{ 0x05291530 }; - inline constexpr REL::Offset StarMap__ICommand{ 0x05291A08 }; - inline constexpr REL::Offset StarMap__IStarMapState{ 0x0528F5F8 }; - inline constexpr REL::Offset StarMap__LerpCommand_NiPoint3A_{ 0x052952D8 }; - inline constexpr REL::Offset StarMap__LerpCommand_float_{ 0x05295318 }; - inline constexpr REL::Offset StarMap__PlanetInfoToUI{ 0x05238578 }; - inline constexpr REL::Offset StarMap__SelectBodyEventHelper{ 0x052BB050 }; - inline constexpr REL::Offset StarMap__SetBodyFocusForQuestMsg{ 0x05090D68 }; - inline constexpr REL::Offset StarMap__SetCourseToQuestMsg{ 0x05090E78 }; - inline constexpr REL::Offset StarMap__SetCursorActiveMsg{ 0x05090EB0 }; - inline constexpr REL::Offset StarMap__SetCursorStateMsg{ 0x05091778 }; - inline constexpr REL::Offset StarMap__SetGameCursorMsg{ 0x05091748 }; - inline constexpr REL::Offset StarMap__SetPreviewRouteDestinationMsg{ 0x050916B8 }; - inline constexpr REL::Offset StarMap__SetRouteDestinationMsg{ 0x0508FA90 }; - inline constexpr REL::Offset StarMap__StarMap3DScene{ 0x0522FE90 }; - inline constexpr REL::Offset StarMap__StarMapMenu{ 0x052942D8 }; - inline constexpr REL::Offset StarMap__StarMapMenuDataModel{ 0x052930A8 }; - inline constexpr REL::Offset StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle{ 0x052920C0 }; - inline constexpr REL::Offset StarMap__StarMapMenu__StarMapMenuEventShuttle{ 0x05294A60 }; - inline constexpr REL::Offset StarMap__StarMapSystemMobile{ 0x052952A0 }; - inline constexpr REL::Offset StarMap__SurfaceMap3DScene{ 0x0522FEC0 }; - inline constexpr REL::Offset StarMap__SurfaceMapState{ 0x052968B8 }; - inline constexpr REL::Offset StarMap__SurfaceMapState__SurfaceMapStateEventShuttle{ 0x052967D0 }; - inline constexpr REL::Offset StarMap__SystemBodyInfoToUI{ 0x052388E0 }; - inline constexpr REL::Offset StarMap__SystemState{ 0x05296AE0 }; - inline constexpr REL::Offset StarMap__SystemState__SystemStateEventShuttle{ 0x05296B60 }; - inline constexpr REL::Offset StarMap__Util__ConfirmFastTravelCallback{ 0x0528E0C8 }; - inline constexpr REL::Offset StarMap__Util__ConfirmGravJumpPlotCallback{ 0x0528E108 }; - inline constexpr REL::Offset StarbornUtils____ShowCredits{ 0x0522E448 }; - inline constexpr REL::Offset StarbornUtils____StarbornManager{ 0x0522E490 }; - inline constexpr REL::Offset StartFloatingHandler{ 0x052E8998 }; - inline constexpr REL::Offset StartPCapVoiceHandler{ 0x052E9AB8 }; - inline constexpr REL::Offset StartSecurityMinigameHandler{ 0x052E9760 }; - inline constexpr REL::Offset StateConfirmingAction{ 0x05244358 }; - inline constexpr REL::Offset StateEngagmentPrompt{ 0x052442A0 }; - inline constexpr REL::Offset StateInitialLoad{ 0x05244198 }; - inline constexpr REL::Offset StateIntroVideo{ 0x052441F0 }; - inline constexpr REL::Offset StateLegalScreen{ 0x05244218 }; - inline constexpr REL::Offset StateLoadPanelInteract{ 0x052443C0 }; - inline constexpr REL::Offset StateMachine{ 0x0536CE38 }; - inline constexpr REL::Offset StateMachineInstance{ 0x0536CE60 }; - inline constexpr REL::Offset StateMainPanelInteract{ 0x052443F0 }; - inline constexpr REL::Offset StateOpenFromInstallMenu{ 0x05244240 }; - inline constexpr REL::Offset StateOpenFromReset{ 0x05244328 }; - inline constexpr REL::Offset StateOpenFromStartup{ 0x05244270 }; - inline constexpr REL::Offset StateOtherMenuOpen{ 0x05244420 }; - inline constexpr REL::Offset StatePerformingAction{ 0x05244450 }; - inline constexpr REL::Offset StateSettingsPanelInteract{ 0x05244388 }; - inline constexpr REL::Offset StateSplashScreen{ 0x052442D0 }; - inline constexpr REL::Offset StateVariableControl{ 0x0536D9E0 }; - inline constexpr REL::Offset StateVariableControlInstance{ 0x0536DA10 }; - inline constexpr REL::Offset StateWaitingOnLoad{ 0x052442F8 }; - inline constexpr REL::Offset StaticAvoidNodeManager{ 0x052D36E0 }; - inline constexpr REL::Offset StatusMenu{ 0x05297828 }; - inline constexpr REL::Offset SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed{ 0x0540CED0 }; - inline constexpr REL::Offset StimpakEffect{ 0x052A4118 }; - inline constexpr REL::Offset StopFloatingHandler{ 0x052E8968 }; - inline constexpr REL::Offset StopMountCameraHandler{ 0x052E8B88 }; - inline constexpr REL::Offset StorageTable__AdditionalHairAO{ 0x05098100 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumnBase{ 0x051B7D60 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_{ 0x053D22A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_{ 0x053D1CD0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_{ 0x053D1C40 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_{ 0x053D1D60 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_{ 0x053D1BB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_{ 0x053D1F00 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_{ 0x053CC1D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_{ 0x053CC070 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_{ 0x053CC0E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_{ 0x051B44C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_{ 0x051B4450 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_{ 0x053CD7B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_{ 0x053CD650 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_{ 0x053CD840 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_{ 0x053CD920 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__CameraViewData_{ 0x053CD6D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__ClearColor_{ 0x053CD740 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_{ 0x053CF240 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_{ 0x053CD8B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__{ 0x053CD5C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraCut_{ 0x051B2FE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_{ 0x051B2EB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustum_{ 0x051B2DD0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraScissor_{ 0x051B3050 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraTransformData_{ 0x051B2E40 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraViewport_{ 0x051B30C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_{ 0x053D2ED0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_{ 0x053D2D30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Clouds__Storage_StorageTable__CloudData_{ 0x051B6F20 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Debug__Storage_StorageTable__RenderDebugData_{ 0x051B3580 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_{ 0x053D20A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_{ 0x053D2340 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_{ 0x053D1940 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_{ 0x053D17B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__{ 0x053D18B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_{ 0x053CED50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_{ 0x053CF050 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__Bounds_{ 0x053CF0D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_{ 0x053CEA10 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StateFlags_{ 0x053CEF40 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__{ 0x053CEFB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_{ 0x051B6840 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_{ 0x051B6500 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_{ 0x051B62D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_{ 0x051B6570 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_{ 0x051B6480 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___{ 0x051B6600 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_{ 0x053CB010 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ 0x053CAC90 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_{ 0x053CAD20 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_{ 0x053CAFA0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_{ 0x053CB210 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Bounds_{ 0x053CB2F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_{ 0x053CAF30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__RenderOrder_{ 0x053CAC20 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StateFlags_{ 0x053CB1A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ 0x053CAEA0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__{ 0x053CAB90 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__TMP_GeometryBlockDirty_{ 0x053CB120 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Transform_{ 0x053CB280 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_{ 0x051B7740 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_{ 0x053CBCB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_{ 0x053D2190 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_{ 0x051B75B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_{ 0x053CCB50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_{ 0x053CCCD0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_{ 0x053CCD40 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_{ 0x053CCA70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_{ 0x053CCBE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_{ 0x053CC7B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_{ 0x053CCAE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_{ 0x053CC6B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_{ 0x053CCA00 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_{ 0x053CCC60 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_{ 0x053CC640 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_{ 0x053CC730 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_{ 0x051B7430 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_{ 0x053CD0C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_{ 0x053CD130 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_BSAreaLight__AreaLightData_{ 0x053D0200 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_{ 0x053D04C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__SceneBinding_{ 0x053CE660 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_{ 0x053D0350 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightBoxVolume_{ 0x053D0190 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightColorData_{ 0x053CE8C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightDimensions_{ 0x053CE770 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_{ 0x053D02E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightMetaData_{ 0x053CE5F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightParams_{ 0x053D0450 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightProjectionData_{ 0x053CE7E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightTextures_{ 0x053D0270 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__MatrixTransform_{ 0x053CE850 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StateFlags_{ 0x053CE580 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__{ 0x053CE6E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_{ 0x053CFC60 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_{ 0x053CB970 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_{ 0x053CFBE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_{ 0x053CF840 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__DirtyTraits_{ 0x053CF670 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_{ 0x053CB810 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_{ 0x053CB880 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_{ 0x053CB900 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__{ 0x053CF5C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__{ 0x053CF8B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__{ 0x053CF960 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__{ 0x053CF780 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__{ 0x053CF520 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__{ 0x053CF6E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_{ 0x051B1870 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_{ 0x051B1A30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_{ 0x051B1800 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_{ 0x051B1700 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_{ 0x051B1550 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_{ 0x051B1790 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_{ 0x051B0540 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_{ 0x051B07D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_{ 0x051B04C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_{ 0x051B0330 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ 0x051B0740 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_{ 0x051B0850 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_{ 0x051B05C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_{ 0x051B0640 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__VertexStreamDirty_{ 0x051B03B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_{ 0x051B51B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__SceneBinding_{ 0x051B5130 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Bounds_{ 0x051B3A00 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_{ 0x051B3890 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__ForceFade_{ 0x051B3900 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_{ 0x051B3B30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StateFlags_{ 0x051B3BA0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__{ 0x051B3970 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__{ 0x053D15C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_{ 0x053D16B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_{ 0x053D1730 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_{ 0x053D1440 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_{ 0x053CEB00 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_{ 0x053D14C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__{ 0x053D1A30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__Transform_{ 0x053D19C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_{ 0x053D3200 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ 0x053D3560 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053D34C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_{ 0x053D3100 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_{ 0x053D2FF0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_{ 0x053D2CB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_{ 0x053D2960 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__{ 0x053D28C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__{ 0x053D29D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__{ 0x053D2A70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_{ 0x053D2C40 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ 0x053D2F50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__{ 0x053D2B10 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__{ 0x053D43B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_{ 0x053D41D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_{ 0x053D0BF0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_{ 0x053D0B70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_{ 0x053D0C70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_{ 0x053D0B00 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_{ 0x053D44E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_{ 0x053D3F40 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_{ 0x053D3ED0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_{ 0x053D40E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_{ 0x053D3E60 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__{ 0x053D3DD0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_{ 0x053CDF20 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ 0x053CDE10 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_{ 0x053CE0A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_{ 0x053CE120 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_{ 0x053CDFB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_{ 0x053CE020 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_{ 0x053CDDA0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ 0x053CDE90 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ 0x053CE3F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_{ 0x051B5D50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_{ 0x051B5DF0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_{ 0x051B60D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_{ 0x051B5CD0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_{ 0x051B59B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_{ 0x051B5BC0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_{ 0x051B5B30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_{ 0x051B5EF0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_{ 0x051B5C50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_{ 0x051B5AB0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_{ 0x051B5930 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_{ 0x051B5A30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_{ 0x051B6040 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_{ 0x051B5E80 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_{ 0x053D3900 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_{ 0x053D3680 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_{ 0x053CD1A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_{ 0x053D3600 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_{ 0x053D37F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_{ 0x053D3980 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__{ 0x053D3870 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__{ 0x053CD290 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__{ 0x053CD320 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_{ 0x053CBEA0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_{ 0x053CC000 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_{ 0x053D45F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_{ 0x051B56A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_{ 0x051B5730 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_{ 0x053D3CE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_{ 0x053D3A70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_{ 0x053D3D50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_{ 0x053D39F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_{ 0x051AF870 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_{ 0x051AF570 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_{ 0x051AF4E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_{ 0x051AF770 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_{ 0x051AF6F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__CubemapBackground_{ 0x051B1050 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogMap_{ 0x051AF410 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogSettings_{ 0x051B0C70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_{ 0x051AF5F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_{ 0x051AFA60 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PrecipitationData_{ 0x051AF340 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__SceneData_{ 0x051AF9F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_{ 0x051AF7F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__{ 0x051B0D70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__{ 0x051B0FC0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__{ 0x051AF660 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__{ 0x051B0EA0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__{ 0x051B0F30 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B0CE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_{ 0x051AF470 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__WindData_{ 0x051AF3B0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_{ 0x051B78D0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_{ 0x051B7B20 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ 0x051B7B90 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_{ 0x053D0D70 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_{ 0x053D0FD0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_{ 0x053D0EC0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_{ 0x053D1050 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__{ 0x053D0CE0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_{ 0x053D0E50 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B2370 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_{ 0x051B2410 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B1EF0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_{ 0x051B3700 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_{ 0x051B2530 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_{ 0x051B2800 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_{ 0x051B2A80 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_{ 0x051B2700 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_{ 0x051B29F0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_{ 0x051B2890 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_{ 0x051B2780 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B2250 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_{ 0x051B1F90 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DData_{ 0x051B41A0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_{ 0x051B4130 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_{ 0x051B53E0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_{ 0x051B5560 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_{ 0x053D0880 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_{ 0x053D05C0 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterMetaData_{ 0x053D0810 }; - inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_{ 0x053D0730 }; - inline constexpr REL::Offset StorageTable__AtmosphericScatteringNearThreshold{ 0x050971D0 }; - inline constexpr REL::Offset StorageTable__AtmosphericScatteringPerf{ 0x05096D00 }; - inline constexpr REL::Offset StorageTable__AtmosphericScatteringTypes{ 0x05096C80 }; - inline constexpr REL::Offset StorageTable__AverageLuminanceFutureReadback{ 0x05097C90 }; - inline constexpr REL::Offset StorageTable__BIMetrics__DynamicResolutionStats{ 0x05098700 }; - inline constexpr REL::Offset StorageTable__BIMetrics__LODMemoryStats{ 0x050982A0 }; - inline constexpr REL::Offset StorageTable__BIMetrics__LODUpgradeStats{ 0x050983C8 }; - inline constexpr REL::Offset StorageTable__BSLODMeshHandle{ 0x050986C0 }; - inline constexpr REL::Offset StorageTable__BSMeshHandle{ 0x0508DB98 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandlerTraits{ 0x051B7CB0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_128_12_0_{ 0x053D1190 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_128_16_0_{ 0x053D1230 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_128_24_0_{ 0x053D1140 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_16_0_{ 0x053D92A0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_16_2_{ 0x051B6750 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_24_2_{ 0x051B7670 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_2_2_{ 0x051B6B00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_4_2_{ 0x051B6CE0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_56_2_{ 0x051B68D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_128_2_{ 0x051B1270 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_176_2_{ 0x051B2910 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_20_2_{ 0x051B1190 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_2564_2_{ 0x051B1390 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_319536_2_{ 0x051B2B50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_40_2_{ 0x051B1620 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_96_2_{ 0x051B1430 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1052672_64_24_2_{ 0x051B3EF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1052672_64_2_2_{ 0x051B3F90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1052672_64_4_2_{ 0x051B3A60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_16_2_{ 0x051A7C00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_1_2_{ 0x051A7CB0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_24_2_{ 0x051A7AA0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_2_2_{ 0x051A8FD0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_4_2_{ 0x051A8E90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_8_2_{ 0x051A8F30 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_12288_128_24_2_{ 0x051A47E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_12288_128_40_2_{ 0x051A49E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_12288_64_4_0_{ 0x051B7100 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1280_16_1_0_{ 0x053D8A80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1280_16_8_0_{ 0x053D90D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1280_8_64_2_{ 0x051A8690 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_139264_256_96_3_{ 0x051A8DE0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_12_2_{ 0x051A74F0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_16_2_{ 0x051A7310 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_20_2_{ 0x051A2CD0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_24_0_{ 0x053D74E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_32_2_{ 0x051A7270 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_36_2_{ 0x051A2D70 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_4_0_{ 0x053D7600 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_4_2_{ 0x051A7590 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_56_2_{ 0x051A73B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_60_2_{ 0x051A7450 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_8_2_{ 0x051A79B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_8_16_0_{ 0x053D96B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_8_2_2_{ 0x051A3930 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_8_8_2_{ 0x051A3AC0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1664_16_32_3_{ 0x051A2B20 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_16_0_{ 0x053D5530 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_24_0_{ 0x053DA410 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_40_0_{ 0x053D5360 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_4_0_{ 0x053DA4C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_8_0_{ 0x053DA3C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1792_8_144_3_{ 0x051A3700 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1792_8_40_3_{ 0x051A3880 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_112_2_{ 0x051A5BD0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_16_2_{ 0x051A5D10 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_24_2_{ 0x051A5E50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_2_2_{ 0x051A5DB0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_32_2_{ 0x051A92B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_4_2_{ 0x051A5B30 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_8_2_{ 0x051A5C70 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_168_0_{ 0x053DAD40 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_16_0_{ 0x053DAE50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_240_0_{ 0x053DA7D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_24_0_{ 0x053DAF00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_32_0_{ 0x053D6F90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_4_0_{ 0x053DAE00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_84_0_{ 0x053DAA10 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_8_0_{ 0x053D9840 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2048_16_40_2_{ 0x051A8450 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2048_16_80_2_{ 0x051A84F0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_24_2_{ 0x051A9C30 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_2_2_{ 0x051A9B90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_36_2_{ 0x051A85F0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_4_2_{ 0x051A9A20 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_270336_128_16_0_{ 0x053D67C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_270336_128_8_0_{ 0x053D66B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_24_2_{ 0x051B2190 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_32_2_{ 0x051A3380 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_48_2_{ 0x051B1E20 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_4_0_{ 0x053D8E80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_4_2_{ 0x051B2050 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_64_2_{ 0x051B26B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_8_0_{ 0x053D9440 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_112_2_{ 0x051AC530 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_120_2_{ 0x051AC1C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_128_2_{ 0x051AC5E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_16_2_{ 0x051AC3D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_1_2_{ 0x051AD9F0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_24_2_{ 0x051ADAA0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_2_2_{ 0x051ACAD0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_40_2_{ 0x051AC270 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_48_2_{ 0x051AC480 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_4_2_{ 0x051AC690 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_52_2_{ 0x051AC7A0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_64_2_{ 0x051AC320 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_8_2_{ 0x051AC9C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_128_2_{ 0x051A4F80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_16_2_{ 0x051AC0D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_1_2_{ 0x051A5100 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_20_2_{ 0x051AAAE0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_24_2_{ 0x051ABB70 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_2_2_{ 0x051ABC10 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_48_2_{ 0x051ABD50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_4_2_{ 0x051ABAD0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_52_2_{ 0x051ABEF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_60_2_{ 0x051AAB80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_72_2_{ 0x051AC170 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_76_2_{ 0x051ABE50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_84_2_{ 0x051ABF90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_8_2_{ 0x051AC030 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_1072_0_{ 0x053D5D60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_12_0_{ 0x053D5BF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_1_0_{ 0x053D61C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_1_2_{ 0x051A6880 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_2_2_{ 0x051A6780 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_32_0_{ 0x053D6170 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_44_2_{ 0x051A4D00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_4_0_{ 0x053D6090 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_4_2_{ 0x051A66E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_8_0_{ 0x053D58B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4193024_256_32_3_{ 0x051AC8B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4608_32_224_3_{ 0x051A6530 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4608_8_40_0_{ 0x051B7C60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_5120_64_16_0_{ 0x053D6C90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_5120_64_8_0_{ 0x051B6F90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_528384_64_16_0_{ 0x053D5A50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_528384_64_40_0_{ 0x053D56E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_16_2_{ 0x051B1960 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_24_2_{ 0x051B1D80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_2_2_{ 0x051B1C60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_48_2_{ 0x051B1B80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_4_2_{ 0x051B0470 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_128_2_{ 0x051B4F30 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_12_2_{ 0x051B4DF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_1584_2_{ 0x051B4860 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_16_0_{ 0x053D4C80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_1_2_{ 0x051B4900 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_24_2_{ 0x051B5F70 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_2_2_{ 0x051B4730 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_4_2_{ 0x051B4B00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_56_0_{ 0x053D4670 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_8_0_{ 0x053D4C30 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_8_2_{ 0x051B5280 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_12_2_{ 0x051B3640 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_160_2_{ 0x051B3130 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_16_2_{ 0x051B34C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_1_2_{ 0x051B3240 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_24_2_{ 0x051B32E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_256_0_{ 0x053D7FE0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_4_0_{ 0x053D8030 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_8_0_{ 0x053D7F00 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_16_0_{ 0x053D8700 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_1_0_{ 0x053D8430 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_24_0_{ 0x053D7730 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_256_0_{ 0x053D62F0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_32_0_{ 0x053D9C20 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_3_0_{ 0x053D6490 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_4400_0_{ 0x053D9FD0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_48_0_{ 0x053D83E0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_4_0_{ 0x053D8240 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_516_0_{ 0x053DA160 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_65536_0_{ 0x053D9F80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_72_0_{ 0x053D8960 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_744_0_{ 0x053D9B80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_8344_0_{ 0x053D7780 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_88_0_{ 0x053D7CC0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_8_0_{ 0x051B7560 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_9480_0_{ 0x053D7B50 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_65536_256_16_0_{ 0x053D8810 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_65536_256_8_0_{ 0x053D87C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_65536_512_16_0_{ 0x053D5730 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_104_2_{ 0x051AFB20 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_120_0_{ 0x053D6BF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_12_2_{ 0x051A8400 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_132_2_{ 0x051AEB60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_140_2_{ 0x051A8110 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_16_0_{ 0x053D6BA0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_16_2_{ 0x051B2C70 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_1904_2_{ 0x051B0000 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_1_2_{ 0x051AEF90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_2048_2_{ 0x051B6E60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_20_2_{ 0x051A8AF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_248_0_{ 0x053D6E10 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_24_2_{ 0x051B7810 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_26900_2_{ 0x051AEEF0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_28_2_{ 0x051A81B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_32_2_{ 0x051B2D80 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_36_2_{ 0x051AE9B0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_40_2_{ 0x051B55D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_48_2_{ 0x051A8250 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_4_0_{ 0x053D6AC0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_4_2_{ 0x051B5800 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_5184_2_{ 0x051B7990 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_528_2_{ 0x051A8B90 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_56_2_{ 0x051AFF40 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_64_2_{ 0x051A6D40 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_68_2_{ 0x051B0110 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_8280_2_{ 0x051AED10 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_88_2_{ 0x051AD880 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_8_2_{ 0x051AEDE0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_16_2_{ 0x051B0A20 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_28_2_{ 0x051B37D0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_2_2_{ 0x051A5570 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_48_2_{ 0x051B63C0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_4_2_{ 0x051B61A0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_8_2_{ 0x051B7A60 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_128_3_{ 0x051A3DB0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_192_3_{ 0x051A4360 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_48_3_{ 0x051A8060 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_64_3_{ 0x051A4570 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8704_8_24_2_{ 0x051B54A0 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8704_8_4_2_{ 0x051B5320 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_9216_64_32_3_{ 0x051A5360 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_98304_512_32_2_{ 0x051B4280 }; - inline constexpr REL::Offset StorageTable__BaseMemoryHandler_98304_512_8_2_{ 0x051B4390 }; - inline constexpr REL::Offset StorageTable__BinkMovie__MovieSettings{ 0x0508E5B0 }; - inline constexpr REL::Offset StorageTable__BinkMovie__UploadBuffers{ 0x0508E3A8 }; - inline constexpr REL::Offset StorageTable__BoneTransformsBuffer{ 0x050984E8 }; - inline constexpr REL::Offset StorageTable__Bounds{ 0x0508EC80 }; - inline constexpr REL::Offset StorageTable__CameraCut{ 0x0508DFD8 }; - inline constexpr REL::Offset StorageTable__CameraFrustum{ 0x0508E3E8 }; - inline constexpr REL::Offset StorageTable__CameraFrustumType{ 0x0508E530 }; - inline constexpr REL::Offset StorageTable__CameraScissor{ 0x0508E370 }; - inline constexpr REL::Offset StorageTable__CameraTransformData{ 0x0508E5F0 }; - inline constexpr REL::Offset StorageTable__CameraViewData{ 0x05098408 }; - inline constexpr REL::Offset StorageTable__CameraViewport{ 0x0508E230 }; - inline constexpr REL::Offset StorageTable__ClearColor{ 0x050975C0 }; - inline constexpr REL::Offset StorageTable__CloudData{ 0x0508DE10 }; - inline constexpr REL::Offset StorageTable__CloudParticle__CloudParticleDataBuffer{ 0x05096370 }; - inline constexpr REL::Offset StorageTable__CloudParticle__CloudParticleSortDataBuffer{ 0x05096B10 }; - inline constexpr REL::Offset StorageTable__ColorEffectData{ 0x05097AB8 }; - inline constexpr REL::Offset StorageTable__ColorsVertexStream{ 0x0508E988 }; - inline constexpr REL::Offset StorageTable__CubemapBackground{ 0x0508EAF8 }; - inline constexpr REL::Offset StorageTable__DebugData{ 0x05098018 }; - inline constexpr REL::Offset StorageTable__DirectColumnDataStorageInterface{ 0x051B7E30 }; - inline constexpr REL::Offset StorageTable__DistantAtmosphereMode{ 0x05096FC0 }; - inline constexpr REL::Offset StorageTable__DistantAtmospheres{ 0x050970C0 }; - inline constexpr REL::Offset StorageTable__DoFData{ 0x05097CD8 }; - inline constexpr REL::Offset StorageTable__DoubleVisionData{ 0x05097D80 }; - inline constexpr REL::Offset StorageTable__FaceCustomization__CustomizationLayerConstants{ 0x05096DD0 }; - inline constexpr REL::Offset StorageTable__FaceCustomization__CustomizationLayerTextures{ 0x05096D40 }; - inline constexpr REL::Offset StorageTable__FocusShadowBias{ 0x05096E28 }; - inline constexpr REL::Offset StorageTable__FogMap{ 0x0508E660 }; - inline constexpr REL::Offset StorageTable__FogSettings{ 0x0508ED70 }; - inline constexpr REL::Offset StorageTable__FogVolumeDimensions{ 0x05097318 }; - inline constexpr REL::Offset StorageTable__FogVolumeMaterial{ 0x05098520 }; - inline constexpr REL::Offset StorageTable__ForeignKeys{ 0x05097BA8 }; - inline constexpr REL::Offset StorageTable__FullScreenBlurData{ 0x050963C0 }; - inline constexpr REL::Offset StorageTable__GIFallbackCubemap{ 0x0508E268 }; - inline constexpr REL::Offset StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer{ 0x0508DB40 }; - inline constexpr REL::Offset StorageTable__GeometryParticleTypes__Flags{ 0x0508D978 }; - inline constexpr REL::Offset StorageTable__GlobalLayerSceneData{ 0x0508D940 }; - inline constexpr REL::Offset StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData{ 0x05098670 }; - inline constexpr REL::Offset StorageTable__HDRData{ 0x050973C0 }; - inline constexpr REL::Offset StorageTable__HeightfieldSettings{ 0x05097E08 }; - inline constexpr REL::Offset StorageTable__HighlightSettings{ 0x05097740 }; - inline constexpr REL::Offset StorageTable__HostMemoryBase{ 0x051B7C20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_128_12_4_0_{ 0x053D11E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_128_16_8_0_{ 0x053D1280 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_128_24_4_0_{ 0x053D12E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_16_8_0_{ 0x053D9490 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_16_8_2_{ 0x051B6700 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_24_4_2_{ 0x051B7620 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_24_8_2_{ 0x051B69B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_2_2_2_{ 0x051B6DC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_4_2_2_{ 0x051B6C90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_56_8_2_{ 0x051B6C40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_128_4_2_{ 0x051B1500 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_176_4_2_{ 0x051B2C20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_20_4_2_{ 0x051B1140 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_2564_4_2_{ 0x051B1340 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_319536_4_2_{ 0x051B2B00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_40_8_2_{ 0x051B15D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_96_4_2_{ 0x051B13E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_24_4_2_{ 0x051B3E90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_2_2_2_{ 0x051B3F40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_4_2_2_{ 0x051B3C70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_4_4_2_{ 0x051B3D40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_16_4_2_{ 0x051A7C50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_1_1_2_{ 0x051A7A50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_24_4_2_{ 0x051A7AF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_2_2_2_{ 0x051A9020 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_4_2_2_{ 0x051A7B50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_4_4_2_{ 0x051A8EE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_8_4_2_{ 0x051A8F80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_12288_128_24_4_2_{ 0x051A4830 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_12288_128_40_8_2_{ 0x051A4A30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_12288_64_4_4_0_{ 0x051B73E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1280_16_1_1_0_{ 0x053D8AD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1280_16_8_8_0_{ 0x053D8B20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1280_8_64_4_2_{ 0x051A86E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_12_4_2_{ 0x051A7540 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_16_8_2_{ 0x051A7360 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_20_4_2_{ 0x051A2D20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_24_8_0_{ 0x053D72F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_32_8_2_{ 0x051A72C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_36_4_2_{ 0x051A2AD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_4_4_0_{ 0x053D7650 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_4_4_2_{ 0x051A75E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_56_8_2_{ 0x051A7400 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_60_4_2_{ 0x051A74A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_8_8_2_{ 0x051A7A00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_8_16_8_0_{ 0x053D9560 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_8_2_1_2_{ 0x051A36B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_8_8_8_2_{ 0x051A3830 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_16_4_0_{ 0x053D4FC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_16_8_0_{ 0x053D53B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_24_4_0_{ 0x053DA460 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_40_8_0_{ 0x053D50B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_4_2_0_{ 0x053DA510 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_4_4_0_{ 0x053D4E90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_8_4_0_{ 0x053D4F60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_8_8_0_{ 0x053DA570 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_112_4_2_{ 0x051A5910 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_16_8_2_{ 0x051A5AE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_24_4_2_{ 0x051A5C20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_2_2_2_{ 0x051A5E00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_32_4_2_{ 0x051A9300 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_4_2_2_{ 0x051A5D60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_4_4_2_{ 0x051A5B80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_8_4_2_{ 0x051A5CC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_168_8_0_{ 0x053DABC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_16_4_0_{ 0x053D7290 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_16_8_0_{ 0x053DAEA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_240_4_0_{ 0x053DA650 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_24_4_0_{ 0x053DAF50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_24_8_0_{ 0x053DA9B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_32_4_0_{ 0x053D6FE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_4_4_0_{ 0x053DAFB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_84_4_0_{ 0x053DAA60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_8_4_0_{ 0x053D9700 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_8_8_0_{ 0x053D4820 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2048_16_40_4_2_{ 0x051A84A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2048_16_80_8_2_{ 0x051A8540 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_24_4_2_{ 0x051A99D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_2_2_2_{ 0x051A9BE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_36_4_2_{ 0x051A8640 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_4_2_2_{ 0x051A9A70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_4_4_2_{ 0x051A9B40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_270336_128_16_8_0_{ 0x053D6810 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_270336_128_8_8_0_{ 0x053D6870 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_24_8_2_{ 0x051B2140 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_32_4_2_{ 0x051A33D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_48_8_2_{ 0x051B1DD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_4_4_0_{ 0x053D8ED0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_4_4_2_{ 0x051B2000 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_64_8_2_{ 0x051B2660 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_8_4_0_{ 0x053D8F20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_112_16_2_{ 0x051AC580 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_120_8_2_{ 0x051AC210 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_128_4_2_{ 0x051AC630 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_16_4_2_{ 0x051AC960 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_16_8_2_{ 0x051AC420 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_1_1_2_{ 0x051ADA40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_24_4_2_{ 0x051AC850 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_24_8_2_{ 0x051ADAF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_2_2_2_{ 0x051ACB20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_40_8_2_{ 0x051AC2C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_48_8_2_{ 0x051AC4D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_4_2_2_{ 0x051ACA10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_4_4_2_{ 0x051AC6E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_52_4_2_{ 0x051AC7F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_64_16_2_{ 0x051AC370 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_8_4_2_{ 0x051ACA70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_8_8_2_{ 0x051AC740 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_128_1_2_{ 0x051A4FD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_16_4_2_{ 0x051AC120 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_1_1_2_{ 0x051A5150 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_20_4_2_{ 0x051AAB30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_24_4_2_{ 0x051ABD00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_24_8_2_{ 0x051ABBC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_2_1_2_{ 0x051A4F30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_2_2_2_{ 0x051ABC60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_48_16_2_{ 0x051ABDA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_4_2_2_{ 0x051ABB20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_4_4_2_{ 0x051ABA80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_52_4_2_{ 0x051ABCB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_60_4_2_{ 0x051AC080 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_72_4_2_{ 0x051ABF40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_76_4_2_{ 0x051ABEA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_84_4_2_{ 0x051ABFE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_8_8_2_{ 0x051ABE00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_1072_4_0_{ 0x053D5DB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_12_4_0_{ 0x053D5C40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_1_1_0_{ 0x053D6210 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_1_1_2_{ 0x051A68D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_2_1_2_{ 0x051A67D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_32_4_0_{ 0x053D5C90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_44_4_2_{ 0x051A6220 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_4_2_2_{ 0x051A6730 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_4_4_0_{ 0x053D5F30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_4_4_2_{ 0x051A6920 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_8_4_0_{ 0x053D5900 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4608_8_40_4_0_{ 0x051B70B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_5120_64_16_8_0_{ 0x053D6CE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_5120_64_8_8_0_{ 0x051B7230 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_528384_64_16_8_0_{ 0x053D5AA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_528384_64_40_8_0_{ 0x053D5580 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_16_4_2_{ 0x051B1900 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_16_8_2_{ 0x051B01F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_24_4_2_{ 0x051B1D20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_2_2_2_{ 0x051B02E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_48_8_2_{ 0x051B1B20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_4_2_2_{ 0x051B0420 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_128_4_2_{ 0x051B4EE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_12_4_2_{ 0x051B50E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_1584_16_2_{ 0x051B4800 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_16_8_0_{ 0x053D4CD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_1_1_2_{ 0x051B48B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_24_4_2_{ 0x051B46E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_24_8_2_{ 0x051B4610 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_2_1_2_{ 0x051B49D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_4_2_2_{ 0x051B5010 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_4_4_2_{ 0x051B4AB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_56_8_0_{ 0x053D46C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_8_4_2_{ 0x051B5230 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_8_8_0_{ 0x053D4720 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_12_4_2_{ 0x051B35F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_160_16_2_{ 0x051B33A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_16_4_2_{ 0x051B3470 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_1_1_2_{ 0x051B31F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_24_4_2_{ 0x051B3290 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_256_8_0_{ 0x053D92F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_4_4_0_{ 0x053D8080 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_8_8_0_{ 0x053D7D60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_16_4_0_{ 0x053D9A30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_16_8_0_{ 0x053D8590 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_1_1_0_{ 0x053D8480 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_24_8_0_{ 0x053D7910 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_256_8_0_{ 0x053D6530 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_32_8_0_{ 0x053D9C70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_3_1_0_{ 0x053D64E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_4400_8_0_{ 0x053DA020 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_48_8_0_{ 0x053D8290 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_4_4_0_{ 0x053D80D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_516_4_0_{ 0x053DA1B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_65536_8_0_{ 0x053D9DF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_72_8_0_{ 0x053DA070 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_744_8_0_{ 0x053D9BD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_8344_8_0_{ 0x053D77D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_88_8_0_{ 0x053D7D10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_8_8_0_{ 0x051B7510 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_9480_8_0_{ 0x053D79E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_65536_256_16_8_0_{ 0x053D8860 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_65536_256_8_8_0_{ 0x053D89B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_65536_512_16_8_0_{ 0x053D5780 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_104_4_2_{ 0x051AFAD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_120_8_0_{ 0x053D6C40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_12_4_2_{ 0x051A8160 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_132_4_2_{ 0x051AEB10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_140_4_2_{ 0x051A7E40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_16_4_2_{ 0x051A8970 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_16_8_0_{ 0x053D6700 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_16_8_2_{ 0x051B2F20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_1904_4_2_{ 0x051AE880 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_1_1_2_{ 0x051AEF40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_2048_8_2_{ 0x051B6E10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_20_4_2_{ 0x051A8B40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_248_8_0_{ 0x053D6E60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_24_4_2_{ 0x051A89C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_24_8_2_{ 0x051B77C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_26900_4_2_{ 0x051AEEA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_28_4_2_{ 0x051A8200 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_32_4_2_{ 0x051B2D30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_32_8_2_{ 0x051A8D90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_36_4_2_{ 0x051AE960 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_40_4_2_{ 0x051B58E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_40_8_2_{ 0x051AD920 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_48_8_2_{ 0x051A8010 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_4_2_2_{ 0x051B57B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_4_4_0_{ 0x053D6950 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_4_4_2_{ 0x051AF900 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_5184_8_2_{ 0x051B7940 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_528_8_2_{ 0x051A8BE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_56_4_2_{ 0x051AFEF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_64_4_2_{ 0x051A6AB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_68_4_2_{ 0x051B00C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_8280_8_2_{ 0x051AECC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_88_8_2_{ 0x051AD8D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_8_4_2_{ 0x051AF050 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_16_8_2_{ 0x051B09D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_28_4_2_{ 0x051B3780 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_2_2_2_{ 0x051A55C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_48_4_2_{ 0x051B6370 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_4_4_2_{ 0x051B6150 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_8_8_2_{ 0x051B6280 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8704_8_24_8_2_{ 0x051B5450 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8704_8_4_4_2_{ 0x051B52D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_98304_512_32_4_2_{ 0x051B4530 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_98304_512_8_8_2_{ 0x051B4340 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__LUTSet_0_{ 0x053D8650 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__PrecomputeResourceState_0_{ 0x053D84D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_2_{ 0x053D1DF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_2_{ 0x053D1F80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_2_{ 0x053D1E80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_2_{ 0x053CBD30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_2_{ 0x053CBDB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_2_{ 0x053CBC40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_2_{ 0x051B43E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_2_{ 0x051B2CC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__CascadeShadowMapCache_0_{ 0x053D9920 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__HistoryData_0_{ 0x053D9D60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__VisualizationData_0_{ 0x053DA2A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__GPUDebugGeometry__HistoryData_0_{ 0x053D9CC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HDRSystem__HDRConfig_0_{ 0x053D9E50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HeightfieldSystem__HeightfieldData_0_{ 0x053DA0C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ParticleLighting__PerChunkIndexData_0_{ 0x053D9EE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ProbeSystem__ProbeSystemData_0_{ 0x053D88C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ShadowMapCameraCutData_0_{ 0x053D9A80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__SkyOcclusionSystem__SkyOcclusionData_0_{ 0x053DA200 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__TiledCullingData_0_{ 0x053D9890 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__CGen__HDRData_0_{ 0x053D99B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_2_{ 0x053CF3A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_2_{ 0x053CF430 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_2_{ 0x053CEE50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_2_{ 0x053CF320 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__CameraViewData_2_{ 0x053CF2B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__ClearColor_2_{ 0x053CF140 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_2_{ 0x053CEEC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_2_{ 0x053CF4B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__2_{ 0x053CF1B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_NiCamera_0_{ 0x051B6FE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraBlocks_0_{ 0x053D6DA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraCut_2_{ 0x051B3690 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_2_{ 0x051B2F70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustum_2_{ 0x051B3330 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraScissor_2_{ 0x051B3400 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraTransformData_2_{ 0x051B3180 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraViewport_2_{ 0x051B3510 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_2_{ 0x053D2DB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_2_{ 0x053D3080 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Clouds__Storage_StorageTable__CloudData_2_{ 0x051B6EB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Debug__Storage_StorageTable__RenderDebugData_2_{ 0x051B3820 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_CreationRenderer__DecalSlotRefCount_0_{ 0x051B7150 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_StorageTable__UniqueHandle_StorageTable__DecalSlot__Storage__0_{ 0x051B7350 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_2_{ 0x053D23C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_2_{ 0x053D2220 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__FocusShadowLightBinding_0_{ 0x053D81B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__GeometryList_0_{ 0x053D8350 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_2_{ 0x053D1AC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_2_{ 0x053D1B40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__2_{ 0x053D1820 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__UniqueHandle_StorageTable__ShadowMap__Storage__0_{ 0x053D8120 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_2_{ 0x053CEDD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D9620 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_2_{ 0x053CEA80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__Bounds_2_{ 0x053CE930 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_2_{ 0x053CECE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StateFlags_2_{ 0x053CE9A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__2_{ 0x053CEC40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_BSTHashMap_std__pair_unsignedint_unsignedint__unsignedint_BSTDefaultScatterTable__0_{ 0x053D4770 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__GeometryParticleInstanceDataAllocation_0_{ 0x053D4B80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D4A20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_2_{ 0x051B6D30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_2_{ 0x051B6BD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_2_{ 0x051B67A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_2_{ 0x051B6920 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_2_{ 0x051B6B50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___2_{ 0x051B6A00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_BSGeometry_0_{ 0x053D7590 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__BoneBufferAllocation_0_{ 0x053D5410 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__CRMeshLODHandle_0_{ 0x053D5020 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D54A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_2_{ 0x053CAE10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ 0x053CC2C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_2_{ 0x053CC530 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_2_{ 0x053CADA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_2_{ 0x053CC250 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Bounds_2_{ 0x053CC350 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_2_{ 0x053CBF90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__BoundsRatioToModel_0_{ 0x053D4EF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredMaterialInstances_0_{ 0x053D4DA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredModelKey_0_{ 0x053D4E20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__OperationSequence_0_{ 0x053D4D30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__RenderOrder_2_{ 0x053CC430 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StateFlags_2_{ 0x053CC3C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ 0x053CC4A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__2_{ 0x053CC5B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_2_{ 0x051B79E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_2_{ 0x053CBE20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_2_{ 0x053D2010 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_2_{ 0x051B7860 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_2_{ 0x053CC8A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_2_{ 0x053CE280 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_2_{ 0x053CC830 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_2_{ 0x053CE2F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_2_{ 0x053CE490 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_2_{ 0x053CC920 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_2_{ 0x053CE370 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_2_{ 0x053CC990 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_2_{ 0x053CE190 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_2_{ 0x053CE510 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_2_{ 0x053CE200 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_2_{ 0x051B76C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_2_{ 0x053CCFE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_2_{ 0x053CD050 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__UniqueHandle_StorageTable__LensFlareInstance__Storage__0_{ 0x053D7340 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_std__vector_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_BSTHeapSTLAllocator_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_2___0_{ 0x053D73E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_BSAreaLight__AreaLightData_2_{ 0x053CFA10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__LightFocusShadowBindings_0_{ 0x053DA920 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D9750 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCollection_0_{ 0x053DAC20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCullingData_0_{ 0x053DACB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowProjection_0_{ 0x053DAB30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__TiledLightingTileCount_0_{ 0x053DA6B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__CGen__CShadowMapRenderingData_0_{ 0x053DA740 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_2_{ 0x053CFCF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__SceneBinding_2_{ 0x053D03D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_2_{ 0x053CFD70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__Bounds_0_{ 0x053DB000 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__ContactShadowIndex_0_{ 0x053DAD90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBoxVolume_2_{ 0x053CFB70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBufferInfo_0_{ 0x053D97D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightColorData_2_{ 0x053D00B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightDimensions_2_{ 0x053D0120 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_2_{ 0x053CFB00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightInfluence_0_{ 0x053DAAC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightMetaData_2_{ 0x053CFDF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightParams_2_{ 0x053CFA90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightProjectionData_2_{ 0x053CFFD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightTextures_2_{ 0x053D0040 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__MatrixTransform_2_{ 0x053CFE60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StateFlags_2_{ 0x053CFF60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__2_{ 0x053CFED0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_BSResource2__DBHandleBase_0_{ 0x053DA340 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRendererPrivate__MIInternalPerInstanceSlotData_0_{ 0x053DA880 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_2_{ 0x053CBBB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_2_{ 0x053CB630 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_2_{ 0x053CBB30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_2_{ 0x053CB720 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_2_{ 0x053CB6B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_2_{ 0x053CB0A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_2_{ 0x053CB7A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__OperationSequence_0_{ 0x053DA5D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__2_{ 0x053CB4D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__2_{ 0x053CB580 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__2_{ 0x053CB360 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__2_{ 0x053CB410 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__2_{ 0x053CBA90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__2_{ 0x053CB9F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_CreationRendererPrivate__Geometry__GeometryInstanceHandle_BSTHeapSTLAllocator_CreationRendererPrivate__Geometry__GeometryInstanceHandle_2__std__hash_CreationRendererPrivate__Geometry__GeometryInstanceHandle__std__equal_to_CreationRendererPrivate__Geometry__GeometryInstanceHandle____0_{ 0x053D5180 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D68C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__PatchInstanceDataAllocation_0_{ 0x053D6610 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_2_{ 0x051B1BD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_2_{ 0x051B0160 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_2_{ 0x051B1AB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_2_{ 0x051B0250 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_2_{ 0x051B19B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_2_{ 0x051B1CB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_2_{ 0x051B0BF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_2_{ 0x051B0A70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_2_{ 0x051B0B70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_2_{ 0x051B06C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ 0x051B0E10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_2_{ 0x051B0AF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_2_{ 0x051B08D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_2_{ 0x051B0950 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__ModelGeometryList_0_{ 0x053D55E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D5B70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_2_{ 0x051B3AB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__SceneBinding_2_{ 0x051B3CC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Bounds_2_{ 0x051B3C10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_2_{ 0x051B4050 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__ForceFade_2_{ 0x051B3D90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_2_{ 0x051B4210 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__RaytracingInfo_0_{ 0x053D5670 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StateFlags_2_{ 0x051B3FE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__2_{ 0x051B3E00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__2_{ 0x053D3190 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_2_{ 0x053D3290 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_2_{ 0x053D3310 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_2_{ 0x053D1630 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_2_{ 0x053CEBA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ 0x053D7F50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__BoundScene_0_{ 0x053D7DB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_2_{ 0x053D13D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__2_{ 0x053D1530 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ 0x053D7E20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_2_{ 0x053D3390 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ 0x053D2E30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__2_{ 0x053D3420 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D9210 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_2_{ 0x053D2BB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_2_{ 0x053D2630 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_2_{ 0x053D2730 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_2_{ 0x053D2850 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__2_{ 0x053D27B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__2_{ 0x053D2450 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__2_{ 0x053D24F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_2_{ 0x053D26C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ 0x053D2590 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__2_{ 0x053D4310 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__2_{ 0x053D4250 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_2_{ 0x053D4570 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_2_{ 0x053D0540 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_2_{ 0x053D0640 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_2_{ 0x053D06C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_2_{ 0x053D3FC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_2_{ 0x053D4160 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_2_{ 0x053D3B60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRaysPerProbe_0_{ 0x053D9120 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRenderData_0_{ 0x053D93C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridUpdateFrameCount_0_{ 0x053D8F70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_2_{ 0x053D3AE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__2_{ 0x053D4040 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D8C60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ 0x053CDA10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_2_{ 0x053CDCB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_2_{ 0x053CDD30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_2_{ 0x053CDBC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_2_{ 0x053CDC30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_2_{ 0x053CD9A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ 0x053CDB30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ 0x053CDA90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_unsigned__int64_0_{ 0x053D8750 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__CameraExposureData_0_{ 0x053D60E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_2_{ 0x051B4E40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_2_{ 0x051B4BD0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__SSceneShadowData_0_{ 0x053D5EA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ 0x051B5060 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__CaptureStep_0_{ 0x053D5CF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureCount_0_{ 0x053D5E10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureStatus_0_{ 0x053D5F80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_2_{ 0x051B4950 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_2_{ 0x051B4590 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFadeData_0_{ 0x053D59D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_2_{ 0x051B4A20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_2_{ 0x051B4D60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeHysteresis_0_{ 0x053D5950 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_2_{ 0x051B4CE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_2_{ 0x051B4B50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_2_{ 0x051B5FC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeRenderData_0_{ 0x053D6010 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_2_{ 0x051B4780 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_2_{ 0x051B4660 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_2_{ 0x051B4F80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_2_{ 0x051B4C70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_2_{ 0x053CD530 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__FSR2HistoryResetData_0_{ 0x053D8E00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_2_{ 0x053CD4B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_2_{ 0x053CCE40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_2_{ 0x053CD210 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_2_{ 0x053CD430 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_2_{ 0x053CD3B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformRebuildRenderGraphData_0_{ 0x053D8B70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__2_{ 0x053CCEC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__2_{ 0x053CCF50 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__2_{ 0x053CCDB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData_std__default_delete_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData___0_{ 0x053D8CF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__RenderGraph_std__default_delete_CreationRendererPrivate__RenderGraph___0_{ 0x053D8FF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_2_{ 0x053CC150 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_2_{ 0x053CBF20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_2_{ 0x053D4460 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ 0x051B5850 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_2_{ 0x051B5620 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_2_{ 0x053D3700 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_2_{ 0x053D3C60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_2_{ 0x053D3770 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_2_{ 0x053D3BE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ 0x053D6260 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GIFallbackCubemapFlags_0_{ 0x053D6580 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GeometryList_0_{ 0x053D7960 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__MeshInstancePatchManager_0_{ 0x053D76A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ProbeGridManager_0_{ 0x053D7A30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ReflectionProbeManager_0_{ 0x053D7AC0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__SkyCubemapSystem__SkyCubemapData_0_{ 0x053D7820 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__TLASFastConvergeEvent_0_{ 0x053D7BA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__WaterDisplacementCRData_0_{ 0x053D7C30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_2_{ 0x051AEBB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_2_{ 0x051AEA00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_2_{ 0x051AE8D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_2_{ 0x051AED60 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_2_{ 0x051AEC40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_GameSceneNode_0_{ 0x051B7280 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__CubemapBackground_2_{ 0x051AFE20 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogMap_2_{ 0x051AFE90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogSettings_2_{ 0x051AFB70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_2_{ 0x051AE710 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_2_{ 0x051AEE30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PrecipitationData_2_{ 0x051AE810 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__SceneData_2_{ 0x051AEFE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_2_{ 0x051AEA90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__2_{ 0x051AF950 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__2_{ 0x051AFD90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__2_{ 0x051AE780 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__2_{ 0x051AFC70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__2_{ 0x051AFD00 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051AFBE0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_2_{ 0x051AFF90 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__WindData_2_{ 0x051B0050 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ 0x053D63B0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapAllocation_0_{ 0x053D7200 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapRenderingMetaData_0_{ 0x053D70A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_2_{ 0x051B7AB0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_2_{ 0x051B6410 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__State_0_{ 0x053D4B10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ 0x051B61F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_2_{ 0x053D0A10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_2_{ 0x053D0A80 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_2_{ 0x053D0990 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_2_{ 0x053D0910 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__2_{ 0x053D0F40 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B25C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_2_{ 0x051B22F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B20A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_2_{ 0x051B1E70 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__TerrainShadowMap_0_{ 0x053D6B10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__Terrain__RenderData_0_{ 0x053D69A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_2_{ 0x051B2960 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_2_{ 0x051B11E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__0_{ 0x053D6A30 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_2_{ 0x051B1480 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainInstanceData_0_{ 0x053D6F10 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_2_{ 0x051B12C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_2_{ 0x051B1670 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_2_{ 0x051B2BA0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_2_{ 0x051B10C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B2490 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_2_{ 0x051B21E0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_CreationRendererPrivate__TerrainCell_0_{ 0x053D1340 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__Bounds_0_{ 0x053D10D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__TerrainTileData_0_{ 0x053D7190 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text2D__Storage_StorageTable__Text2DObserverData_0_{ 0x053D4940 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DData_2_{ 0x051B40C0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DObserverData_0_{ 0x053D5840 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_2_{ 0x051B42D0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_2_{ 0x051B5370 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__BoundingShapes_0_{ 0x051B7CF0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_2_{ 0x051B54F0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterMetaData_2_{ 0x053D07A0 }; - inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_2_{ 0x053D2120 }; - inline constexpr REL::Offset StorageTable__ImageProcess__Data{ 0x0508DA38 }; - inline constexpr REL::Offset StorageTable__ImageSpaceVolumes{ 0x050968B0 }; - inline constexpr REL::Offset StorageTable__LUTData{ 0x05097778 }; - inline constexpr REL::Offset StorageTable__LastPositionsVertexStream{ 0x0508E700 }; - inline constexpr REL::Offset StorageTable__LegacyScheduleImpl_StorageTable__AppWriterSchedule_{ 0x053E0600 }; - inline constexpr REL::Offset StorageTable__LegacyScheduleImpl_StorageTable__RendererWriterSchedule_{ 0x053E04B0 }; - inline constexpr REL::Offset StorageTable__LensFlareInstance__InstanceData{ 0x0508EF50 }; - inline constexpr REL::Offset StorageTable__LensFlare__LensFlareData{ 0x05097830 }; - inline constexpr REL::Offset StorageTable__LensFlare__SunData{ 0x05097698 }; - inline constexpr REL::Offset StorageTable__LightBoxVolume{ 0x05097B30 }; - inline constexpr REL::Offset StorageTable__LightColorData{ 0x05097660 }; - inline constexpr REL::Offset StorageTable__LightDimensions{ 0x050972E0 }; - inline constexpr REL::Offset StorageTable__LightGoboAnimation{ 0x05097D48 }; - inline constexpr REL::Offset StorageTable__LightMetaData{ 0x050985C0 }; - inline constexpr REL::Offset StorageTable__LightParams{ 0x05097F80 }; - inline constexpr REL::Offset StorageTable__LightProjectionData{ 0x050979D0 }; - inline constexpr REL::Offset StorageTable__LightTextures{ 0x050977F8 }; - inline constexpr REL::Offset StorageTable__MIAnimatedUVStreams{ 0x05097BD8 }; - inline constexpr REL::Offset StorageTable__MIDataImmutable{ 0x05098638 }; - inline constexpr REL::Offset StorageTable__MaterialInstance__AlphaTestRef{ 0x050977B0 }; - inline constexpr REL::Offset StorageTable__MaterialInstance__DirtyTraits{ 0x05098260 }; - inline constexpr REL::Offset StorageTable__MaterialInstance__LayerTints{ 0x05098138 }; - inline constexpr REL::Offset StorageTable__MaterialInstance__LayeredEffectFalloffData{ 0x05097F30 }; - inline constexpr REL::Offset StorageTable__MaterialInstance__TintColor{ 0x05097D08 }; - inline constexpr REL::Offset StorageTable__MatrixTransform{ 0x050984B0 }; - inline constexpr REL::Offset StorageTable__MeshInstancePatchInstanceDataBuffer{ 0x0508E840 }; - inline constexpr REL::Offset StorageTable__MeshInstancePatchProperties{ 0x0508ECF0 }; - inline constexpr REL::Offset StorageTable__Model__DirtynessScale{ 0x0508DDA0 }; - inline constexpr REL::Offset StorageTable__Model__ForceFade{ 0x0508DF60 }; - inline constexpr REL::Offset StorageTable__Model__GeometryHitGroup{ 0x0508DAC8 }; - inline constexpr REL::Offset StorageTable__MorphBaseColorConstant{ 0x05096820 }; - inline constexpr REL::Offset StorageTable__MultiCameraViewData{ 0x05097C10 }; - inline constexpr REL::Offset StorageTable__NearFarScatteringData{ 0x05097250 }; - inline constexpr REL::Offset StorageTable__NormalsVertexStream{ 0x0508E888 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__AtmosphericScattering__Storage_{ 0x053D85E0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__CameraView__Storage_{ 0x053D9B10 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Camera__Storage_{ 0x053D6EB0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__FocusShadow__Storage_{ 0x053D82E0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__FogVolume__Storage_{ 0x053D95B0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__GeometryParticleBatch__Storage_{ 0x053D48D0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Geometry__Storage_{ 0x053D4AB0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Light__Storage_{ 0x053DA820 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__MaterialInstance__Storage_{ 0x053D5110 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__MeshInstancePatch__Storage_{ 0x053D6340 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Model__Storage_{ 0x053D57E0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ParentTransform__Storage_{ 0x053D9350 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ParticleEmitter__Storage_{ 0x053D94F0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ProbeVolume__Storage_{ 0x053D91A0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ProjectedDecal__Storage_{ 0x053D8A10 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ReflectionProbe__Storage_{ 0x053D5B00 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__RenderGraph__Storage_{ 0x053D8BF0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Scene__Storage_{ 0x053D78B0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__SkinnedDecal__Storage_{ 0x053D49B0 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__TerrainDescription__Storage_{ 0x053D6750 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Text2D__Storage_{ 0x053D4870 }; - inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Text3D__Storage_{ 0x053D6D40 }; - inline constexpr REL::Offset StorageTable__PageAllocator{ 0x051B7D98 }; - inline constexpr REL::Offset StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag_{ 0x05096760 }; - inline constexpr REL::Offset StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag_{ 0x050969D0 }; - inline constexpr REL::Offset StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag_{ 0x050968F0 }; - inline constexpr REL::Offset StorageTable__Particle__RibbonSpawnOrderBuffer{ 0x050965C0 }; - inline constexpr REL::Offset StorageTable__PerformanceMorphWeights{ 0x05096AC8 }; - inline constexpr REL::Offset StorageTable__PlanetCount{ 0x05097168 }; - inline constexpr REL::Offset StorageTable__PointCloudSettings{ 0x0508DB08 }; - inline constexpr REL::Offset StorageTable__PositionsVertexStream{ 0x0508ED30 }; - inline constexpr REL::Offset StorageTable__PrecipitationData{ 0x0508E628 }; - inline constexpr REL::Offset StorageTable__ProbeData{ 0x05097FE8 }; - inline constexpr REL::Offset StorageTable__ProbeGridCellLoadState{ 0x05096BA0 }; - inline constexpr REL::Offset StorageTable__ProbeGridVolumeKey{ 0x050964B0 }; - inline constexpr REL::Offset StorageTable__ProjectedDecal__RenderLayer{ 0x05097E40 }; - inline constexpr REL::Offset StorageTable__ProjectedDecal__RotationQuaternion{ 0x05096710 }; - inline constexpr REL::Offset StorageTable__RadialBlurData{ 0x05096608 }; - inline constexpr REL::Offset StorageTable__ReducedLatencyScheduleImpl_StorageTable__AppWriterSchedule_{ 0x053E0410 }; - inline constexpr REL::Offset StorageTable__ReducedLatencyScheduleImpl_StorageTable__RendererWriterSchedule_{ 0x053E0590 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeDebugData{ 0x0508DD50 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeFacesData{ 0x0508E100 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse{ 0x0508DA70 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor{ 0x0508DC80 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag{ 0x0508D8F0 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeIntensity{ 0x0508DE40 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbePosData{ 0x0508E320 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeStaticData{ 0x0508DF10 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeUpdateData{ 0x0508E0B0 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData{ 0x0508EEA0 }; - inline constexpr REL::Offset StorageTable__ReflectionProbe__SVolumeKey{ 0x0508D9F8 }; - inline constexpr REL::Offset StorageTable__RenderDebugData{ 0x0508E690 }; - inline constexpr REL::Offset StorageTable__RenderGraphOptions{ 0x05096998 }; - inline constexpr REL::Offset StorageTable__RenderGraphStorageData{ 0x050976D0 }; - inline constexpr REL::Offset StorageTable__RenderGraph__FaceCustomizationRequest{ 0x05097DC0 }; - inline constexpr REL::Offset StorageTable__RenderOrder{ 0x05097710 }; - inline constexpr REL::Offset StorageTable__RendererState__CPUDescriptorHeapSize{ 0x05098380 }; - inline constexpr REL::Offset StorageTable__RendererState__Shaders{ 0x050982E0 }; - inline constexpr REL::Offset StorageTable__RenderingDiffuseProbe__SRenderingOptions{ 0x05098080 }; - inline constexpr REL::Offset StorageTable__RenderingReflectionProbe__SRenderingOptions{ 0x0508E060 }; - inline constexpr REL::Offset StorageTable__ScaleformFrameID{ 0x05097FB0 }; - inline constexpr REL::Offset StorageTable__ScaleformMenusData{ 0x05098048 }; - inline constexpr REL::Offset StorageTable__ScaleformMovieName{ 0x05097A80 }; - inline constexpr REL::Offset StorageTable__ScaleformMovieOutput{ 0x05097EF0 }; - inline constexpr REL::Offset StorageTable__ScaleformMoviePointer{ 0x05097C48 }; - inline constexpr REL::Offset StorageTable__SceneData{ 0x0508DCD8 }; - inline constexpr REL::Offset StorageTable__ScheduleImpl{ 0x053E0478 }; - inline constexpr REL::Offset StorageTable__SkinnedDecal__Projection{ 0x0508D9B8 }; - inline constexpr REL::Offset StorageTable__StarfieldMode{ 0x05097088 }; - inline constexpr REL::Offset StorageTable__StarfieldRotation{ 0x05097050 }; - inline constexpr REL::Offset StorageTable__StarfieldSkyCubemapContribtion{ 0x0508DE90 }; - inline constexpr REL::Offset StorageTable__StarfieldStarParams{ 0x05096F48 }; - inline constexpr REL::Offset StorageTable__StarfieldSunDirection{ 0x05096F80 }; - inline constexpr REL::Offset StorageTable__StateFlags{ 0x0508EA90 }; - inline constexpr REL::Offset StorageTable__StorageDataBase{ 0x051AF138 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__AtmosphericScattering__Storage_{ 0x051A4040 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__BIMetrics__Storage_{ 0x051AE4B0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__BinkMovie__Storage_{ 0x051ADB50 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__CameraView__Storage_{ 0x051A8910 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Camera__Storage_{ 0x051ADBB0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__CloudParticle__Storage_{ 0x051A5FE0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Clouds__Storage_{ 0x051ADE80 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Debug__Storage_{ 0x051ADC00 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__DecalSlot__Storage_{ 0x051AE1C0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FaceCustomization__Storage_{ 0x051A4510 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FocusShadow__Storage_{ 0x051A5510 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FogVolumeMaterialData__Storage_{ 0x051A8590 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FogVolume__Storage_{ 0x051A9250 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__GeometryParticleBatch__Storage_{ 0x051ADE20 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Geometry__Storage_{ 0x051AE100 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__GlobalDirtOverlay__Storage_{ 0x051AE040 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__GpuFrameTime__Storage_{ 0x051AE450 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Highlight__Storage_{ 0x051A4980 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ImageProcess__Storage_{ 0x051ADFE0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ImageSpaceData__Storage_{ 0x051A7BA0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__LensFlareInstance__Storage_{ 0x051ADF80 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__LensFlare__Storage_{ 0x051A83A0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Light__Storage_{ 0x051AB930 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MaterialInstance__Storage_{ 0x051AE220 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MeshInstancePatch__Storage_{ 0x051AF2E0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MeshInstance__Storage_{ 0x051AF0A0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Model__Storage_{ 0x051ADD80 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MorphData__Storage_{ 0x051A4CA0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__NodeExtraVisualData__Storage_{ 0x051AAA80 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ParentTransform__Storage_{ 0x051A50A0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ParticleCloudEmitter__Storage_{ 0x051A6040 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ParticleEmitter__Storage_{ 0x051A6D90 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Particle__Storage_{ 0x051A6CE0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__PlanetsData__Storage_{ 0x051A3A60 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ProbeVolume__Storage_{ 0x051A7950 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ProjectedDecal__Storage_{ 0x051A8D30 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ReflectionProbe__Storage_{ 0x051ADD20 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RenderGraph__Storage_{ 0x051A7030 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RendererState__Storage_{ 0x051AE280 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RenderingDiffuseProbe__Storage_{ 0x051A6820 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RenderingReflectionProbe__Storage_{ 0x051ADCB0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ScaleformST__Storage_{ 0x051A7710 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Scene__Storage_{ 0x051AF170 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ShadowMap__Storage_{ 0x051AE320 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__SkinnedDecal__Storage_{ 0x051AE0A0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__StarfieldData__Storage_{ 0x051A3D50 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainClipmap__Storage_{ 0x051AF220 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainDensity__Storage_{ 0x051ADC50 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainDescription__Storage_{ 0x051AF280 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainMIM__Storage_{ 0x051AF1C0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainTile__Storage_{ 0x051AE160 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Text2D__Storage_{ 0x051AE400 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Text3D__Storage_{ 0x051ADDD0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__VolumeInstance__Storage_{ 0x051ADED0 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Volume__Storage_{ 0x051ADF30 }; - inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Water__Storage_{ 0x051A3660 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage_{ 0x0508EE40 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__BinkMovie__Storage_{ 0x05096640 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Camera__Storage_{ 0x05097000 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Clouds__Storage_{ 0x0508EBC0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage_{ 0x05097560 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Geometry__Storage_{ 0x0508E4B0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage_{ 0x0508E420 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Highlight__Storage_{ 0x05097450 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ImGuiST__Storage_{ 0x05096460 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ImageProcess__Storage_{ 0x05096400 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage_{ 0x050973F0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__LensFlare__Storage_{ 0x05098180 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Light__Storage_{ 0x050967D0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__MaterialInstance__Storage_{ 0x050974B0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__MorphData__Storage_{ 0x05097870 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage_{ 0x0508E150 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage_{ 0x05096C20 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage_{ 0x05096A70 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__PlanetsData__Storage_{ 0x0508E8C0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Scene__Storage_{ 0x05096860 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__StarfieldData__Storage_{ 0x0508E9C0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__TerrainDescription__Storage_{ 0x0508EDA0 }; - inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__VolumeInstance__Storage_{ 0x05096560 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_139264_256_96_4_3_{ 0x051A8E30 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_1664_16_32_4_3_{ 0x051A2B70 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_1792_8_144_4_3_{ 0x051A3750 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_1792_8_40_4_3_{ 0x051A38D0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_4193024_256_32_4_3_{ 0x051AC900 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_4608_32_224_4_3_{ 0x051A6580 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_128_4_3_{ 0x051A3E00 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_192_4_3_{ 0x051A43B0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_48_4_3_{ 0x051A80B0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_64_4_3_{ 0x051A45C0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_9216_64_32_4_3_{ 0x051A53B0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_3_{ 0x053DB3D0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_3_{ 0x053DB470 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_3_{ 0x053DB500 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__Geometry__Storage_StorageTable__Transform_3_{ 0x053DB6A0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_3_{ 0x053DB590 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ParentTransform__Storage_StorageTable__Transform_3_{ 0x053DB620 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_3_{ 0x053DB190 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_3_{ 0x053DB340 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_3_{ 0x053DB2A0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_3_{ 0x053DB220 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_3_{ 0x053DB0F0 }; - inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_3_{ 0x053DB060 }; - inline constexpr REL::Offset StorageTable__TMP_GeometryBlockDirty{ 0x050985F8 }; - inline constexpr REL::Offset StorageTable__TangentsVertexStream{ 0x0508E778 }; - inline constexpr REL::Offset StorageTable__TempStarData{ 0x050970F8 }; - inline constexpr REL::Offset StorageTable__TerrainClipmapData{ 0x0508EC10 }; - inline constexpr REL::Offset StorageTable__TerrainDataKeys{ 0x0508E6C8 }; - inline constexpr REL::Offset StorageTable__TerrainDensityData{ 0x0508E918 }; - inline constexpr REL::Offset StorageTable__TerrainDescription__TerrainNearestMaterials{ 0x0508E7F0 }; - inline constexpr REL::Offset StorageTable__TerrainGlobalDirtOverlayData{ 0x0508E570 }; - inline constexpr REL::Offset StorageTable__TerrainMIMData{ 0x0508EA18 }; - inline constexpr REL::Offset StorageTable__TerrainMaterialData{ 0x0508EC48 }; - inline constexpr REL::Offset StorageTable__TerrainTileHeight{ 0x0508E950 }; - inline constexpr REL::Offset StorageTable__TexCoord2VertexStream{ 0x0508ECB0 }; - inline constexpr REL::Offset StorageTable__TexCoordVertexStream{ 0x0508EAC0 }; - inline constexpr REL::Offset StorageTable__Text3DData{ 0x0508E480 }; - inline constexpr REL::Offset StorageTable__Text3DProjectionData{ 0x0508E1F8 }; - inline constexpr REL::Offset StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2_{ 0x05098440 }; - inline constexpr REL::Offset StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3_{ 0x050975F0 }; - inline constexpr REL::Offset StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4_{ 0x05097350 }; - inline constexpr REL::Offset StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture_{ 0x050978D0 }; - inline constexpr REL::Offset StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat_{ 0x05098560 }; - inline constexpr REL::Offset StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint_{ 0x05098320 }; - inline constexpr REL::Offset StorageTable__Transform{ 0x05098228 }; - inline constexpr REL::Offset StorageTable__ValidSlotRegistry_0_{ 0x051AF0F8 }; - inline constexpr REL::Offset StorageTable__ValidSlotRegistry_1_{ 0x051AE2D8 }; - inline constexpr REL::Offset StorageTable__VertexStreamDirty{ 0x0508EE00 }; - inline constexpr REL::Offset StorageTable__VignetteData{ 0x05096A40 }; - inline constexpr REL::Offset StorageTable__VolumeInstance__BlendStrength{ 0x0508DD10 }; - inline constexpr REL::Offset StorageTable__Volume__ShapeList{ 0x0508DED8 }; - inline constexpr REL::Offset StorageTable__VolumetricLighting{ 0x0508E7B0 }; - inline constexpr REL::Offset StorageTable__VolumetricLightingData{ 0x05096520 }; - inline constexpr REL::Offset StorageTable__WaterMetaData{ 0x05097218 }; - inline constexpr REL::Offset StorageTable__WaterParametersTexture{ 0x05097128 }; - inline constexpr REL::Offset StorageTable__WindData{ 0x0508E500 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Camera__Storage_{ 0x051B71D0 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__DecalSlot__Storage_{ 0x051B72F0 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Geometry__Storage_{ 0x053D7040 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__LensFlare__Storage_{ 0x053D7530 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Scene__Storage_{ 0x051B74B0 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__ShadowMap__Storage_{ 0x053D7130 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__TerrainTile__Storage_{ 0x053D0DE0 }; - inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Volume__Storage_{ 0x051B7050 }; - inline constexpr REL::Offset StreamingInstallMenu{ 0x05297CC8 }; - inline constexpr REL::Offset StreamingInstallMenu__StreamingInstallEventShuttle{ 0x05297C80 }; - inline constexpr REL::Offset StreamingInstallMenu__StreamingProgressData{ 0x05297D60 }; - inline constexpr REL::Offset StringUIValue{ 0x05174F50 }; - inline constexpr REL::Offset SubgraphAndOffsetDBData{ 0x0536E7F0 }; - inline constexpr REL::Offset SummonCreatureEffect{ 0x052A4178 }; - inline constexpr REL::Offset SummonDuplicateEffect{ 0x052A4358 }; - inline constexpr REL::Offset SummonPlacementEffect{ 0x052A41A8 }; - inline constexpr REL::Offset SupportMaterialHandler{ 0x052BD148 }; - inline constexpr REL::Offset SurfaceMapMenu_EnablePointCloud{ 0x05295630 }; - inline constexpr REL::Offset SurfaceMapMenu_MarkerClicked{ 0x05295700 }; - inline constexpr REL::Offset SurfaceMapMenu_TryPlaceCustomMarker{ 0x05295738 }; - inline constexpr REL::Offset SwapGraphNode{ 0x0536CDA8 }; - inline constexpr REL::Offset SwapGraphNodeInstance{ 0x0536CD78 }; - inline constexpr REL::Offset SwitchNode{ 0x0536CEC0 }; - inline constexpr REL::Offset SwitchNodeInstance{ 0x0536CE90 }; - inline constexpr REL::Offset SyncDeferDeathHandler{ 0x052E99C0 }; - inline constexpr REL::Offset SyncEarlyExitHandler{ 0x052E9A58 }; - inline constexpr REL::Offset SyncQueueObj{ 0x05222908 }; - inline constexpr REL::Offset TAllocatorAddressSpace_BSFixedSizeBlockAllocator__BuddyAllocTag_{ 0x052ADC90 }; - inline constexpr REL::Offset TAllocatorAddressSpace_IMemoryHeap_{ 0x053701C0 }; - inline constexpr REL::Offset TBO_InstanceData{ 0x051C2958 }; - inline constexpr REL::Offset TES{ 0x0517E740 }; - inline constexpr REL::Offset TESAIForm{ 0x0508D6F0 }; - inline constexpr REL::Offset TESActorBase{ 0x0508D148 }; - inline constexpr REL::Offset TESActorBaseData{ 0x0508D640 }; - inline constexpr REL::Offset TESAmmo{ 0x051CE868 }; - inline constexpr REL::Offset TESAttackDamageForm{ 0x0508D668 }; - inline constexpr REL::Offset TESAudio__ScriptedMusicState{ 0x052A4D98 }; - inline constexpr REL::Offset TESBipedModelForm{ 0x0508D698 }; - inline constexpr REL::Offset TESBoundAnimObject{ 0x051CC418 }; - inline constexpr REL::Offset TESBoundObject{ 0x050A3410 }; - inline constexpr REL::Offset TESBoundObjectInstanceData{ 0x0508CBE0 }; - inline constexpr REL::Offset TESCamera{ 0x052047C0 }; - inline constexpr REL::Offset TESCameraState{ 0x052090B0 }; - inline constexpr REL::Offset TESChildCell{ 0x051FC6D8 }; - inline constexpr REL::Offset TESClass{ 0x051E7DF0 }; - inline constexpr REL::Offset TESClimate{ 0x051D2EF0 }; - inline constexpr REL::Offset TESCombatStyle{ 0x0508D258 }; - inline constexpr REL::Offset TESContainer{ 0x05126818 }; - inline constexpr REL::Offset TESCustomPackageData{ 0x051FC390 }; - inline constexpr REL::Offset TESDataHandler{ 0x051816C8 }; - inline constexpr REL::Offset TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm{ 0x05180920 }; - inline constexpr REL::Offset TESDataHandlerPostBuildFileListSource{ 0x05127140 }; - inline constexpr REL::Offset TESDataHandler__ArchiveRegistrationListener{ 0x051813A0 }; - inline constexpr REL::Offset TESDescription{ 0x050A30C8 }; - inline constexpr REL::Offset TESDialoguePackageData{ 0x050900A0 }; - inline constexpr REL::Offset TESEffectShader{ 0x051CEB58 }; - inline constexpr REL::Offset TESEnchantableForm{ 0x0508D6C0 }; - inline constexpr REL::Offset TESEyes{ 0x051E7E10 }; - inline constexpr REL::Offset TESFaction{ 0x0508D2A8 }; - inline constexpr REL::Offset TESFile{ 0x05181B28 }; - inline constexpr REL::Offset TESFlora{ 0x051CEC38 }; - inline constexpr REL::Offset TESFloraInstanceData{ 0x051CEC58 }; - inline constexpr REL::Offset TESFollowPackageData{ 0x051FC2F8 }; - inline constexpr REL::Offset TESForm{ 0x050A3458 }; - inline constexpr REL::Offset TESFormDetail__Fixed_BGSHazard_{ 0x052ECD00 }; - inline constexpr REL::Offset TESFormDetail__Fixed_BGSPackIn_{ 0x05356290 }; - inline constexpr REL::Offset TESFormDetail__Fixed_BGSResearchProjectForm_{ 0x052A8CF0 }; - inline constexpr REL::Offset TESFormDetail__Fixed_BGSSnapTemplate_{ 0x052085F0 }; - inline constexpr REL::Offset TESFormDetail__Fixed_BGSTerminalMenu_{ 0x05299430 }; - inline constexpr REL::Offset TESFormDetail__Fixed_Script_{ 0x0526A768 }; - inline constexpr REL::Offset TESFormDetail__Fixed_TESForm_{ 0x05275D70 }; - inline constexpr REL::Offset TESFormDetail__Fixed_TESNPC_{ 0x052A5E18 }; - inline constexpr REL::Offset TESFormDetail__Fixed_TESQuest_{ 0x0514F510 }; - inline constexpr REL::Offset TESFormRefCount{ 0x050A3478 }; - inline constexpr REL::Offset TESFullName{ 0x050A34F8 }; - inline constexpr REL::Offset TESFurniture{ 0x051CE760 }; - inline constexpr REL::Offset TESGlobal{ 0x0508D348 }; - inline constexpr REL::Offset TESGrass{ 0x051CECF8 }; - inline constexpr REL::Offset TESHandleForm{ 0x051D1610 }; - inline constexpr REL::Offset TESHavokUtilities__CellHeightFieldCuller{ 0x051EBE80 }; - inline constexpr REL::Offset TESHealthForm{ 0x0508D710 }; - inline constexpr REL::Offset TESIdleForm{ 0x0508C9A0 }; - inline constexpr REL::Offset TESImageSpace{ 0x0508CFE8 }; - inline constexpr REL::Offset TESImageSpaceModifiableForm{ 0x050A3568 }; - inline constexpr REL::Offset TESImageSpaceModifier{ 0x0508F4F8 }; - inline constexpr REL::Offset TESKey{ 0x0508D390 }; - inline constexpr REL::Offset TESLandTexture{ 0x051D2F50 }; - inline constexpr REL::Offset TESLevCharacter{ 0x051CED40 }; - inline constexpr REL::Offset TESLevItem{ 0x051CED68 }; - inline constexpr REL::Offset TESLevSpell{ 0x051CED90 }; - inline constexpr REL::Offset TESLeveledList{ 0x0508D550 }; - inline constexpr REL::Offset TESLoadScreen{ 0x051E4A78 }; - inline constexpr REL::Offset TESMagicTargetForm{ 0x05186FF0 }; - inline constexpr REL::Offset TESModel{ 0x050A3520 }; - inline constexpr REL::Offset TESModelDB__TESAutoQueuedDependentNode{ 0x05181C10 }; - inline constexpr REL::Offset TESModelDB__TESQueuedHandles{ 0x0517BB48 }; - inline constexpr REL::Offset TESModelDB____TESProcessor{ 0x05181B48 }; - inline constexpr REL::Offset TESModelTri{ 0x051E7230 }; - inline constexpr REL::Offset TESNPC{ 0x0508F760 }; - inline constexpr REL::Offset TESNPCData__ChargenDataModel{ 0x051C9658 }; - inline constexpr REL::Offset TESNPC__InstanceData{ 0x051E8798 }; - inline constexpr REL::Offset TESObject{ 0x050A3438 }; - inline constexpr REL::Offset TESObjectACTI{ 0x051CE620 }; - inline constexpr REL::Offset TESObjectANIO{ 0x051CF4C0 }; - inline constexpr REL::Offset TESObjectARMA{ 0x0508F470 }; - inline constexpr REL::Offset TESObjectARMO{ 0x051CF5E0 }; - inline constexpr REL::Offset TESObjectARMOInstanceData{ 0x0508CBB0 }; - inline constexpr REL::Offset TESObjectBOOK{ 0x051CF6F8 }; - inline constexpr REL::Offset TESObjectCELL{ 0x0508C8E0 }; - inline constexpr REL::Offset TESObjectCONT{ 0x051CF820 }; - inline constexpr REL::Offset TESObjectCONT__InstanceData{ 0x051CF848 }; - inline constexpr REL::Offset TESObjectDOOR{ 0x051D0090 }; - inline constexpr REL::Offset TESObjectLIGH{ 0x051CEE78 }; - inline constexpr REL::Offset TESObjectMISC{ 0x051CED18 }; - inline constexpr REL::Offset TESObjectREFR{ 0x0508C868 }; - inline constexpr REL::Offset TESObjectREFRDef__IAliasFunctor{ 0x05179B08 }; - inline constexpr REL::Offset TESObjectREFRDef__IAliasLinkedChildFunctor{ 0x05179B40 }; - inline constexpr REL::Offset TESObjectREFRDef__ILinkedReferenceFunctor{ 0x0512FEF0 }; - inline constexpr REL::Offset TESObjectREFRDuplicate__EnableSendEvent{ 0x051EA240 }; - inline constexpr REL::Offset TESObjectREFRHandlerCreationMissPolicy_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EB650 }; - inline constexpr REL::Offset TESObjectREFRIsReadyForAttachEvent{ 0x051D8FC0 }; - inline constexpr REL::Offset TESObjectREFRIsReadyForAttachEventT__lambda_9035a376d39ed632bc510d11f87bfc6f__{ 0x051D8DE0 }; - inline constexpr REL::Offset TESObjectREFRSync__REFRSyncController{ 0x051E2740 }; - inline constexpr REL::Offset TESObjectSTAT{ 0x051CCA70 }; - inline constexpr REL::Offset TESObjectWEAP{ 0x051D0830 }; - inline constexpr REL::Offset TESObjectWEAPInstanceData{ 0x051D0800 }; - inline constexpr REL::Offset TESPackage{ 0x0508D170 }; - inline constexpr REL::Offset TESPackageData{ 0x051FC2D0 }; - inline constexpr REL::Offset TESPackedFile{ 0x05181B00 }; - inline constexpr REL::Offset TESPlanetModel{ 0x0508CFC0 }; - inline constexpr REL::Offset TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152_{ 0x052BDE00 }; - inline constexpr REL::Offset TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_{ 0x0508F400 }; - inline constexpr REL::Offset TESProduceForm{ 0x0508D578 }; - inline constexpr REL::Offset TESQuest{ 0x0514F4F0 }; - inline constexpr REL::Offset TESQuest__BlockAndLoadAliasNodes__2__AliasLoadBarrierNode{ 0x051E8D30 }; - inline constexpr REL::Offset TESRace{ 0x0508FAF0 }; - inline constexpr REL::Offset TESRaceForm{ 0x0508D5A0 }; - inline constexpr REL::Offset TESReactionForm{ 0x0508D5F0 }; - inline constexpr REL::Offset TESRegion{ 0x051C0E80 }; - inline constexpr REL::Offset TESRegionData{ 0x0508F0E0 }; - inline constexpr REL::Offset TESRegionDataManager{ 0x051C0EA0 }; - inline constexpr REL::Offset TESRegionDataMap{ 0x051C0ED0 }; - inline constexpr REL::Offset TESRegionDataSound{ 0x051C0EF8 }; - inline constexpr REL::Offset TESRegionDataWeather{ 0x0508F108 }; - inline constexpr REL::Offset TESRegionList{ 0x051C0F90 }; - inline constexpr REL::Offset TESShout{ 0x051E6E38 }; - inline constexpr REL::Offset TESSoulGem{ 0x051D0858 }; - inline constexpr REL::Offset TESSound{ 0x051E6E58 }; - inline constexpr REL::Offset TESSpellList{ 0x0508D5C8 }; - inline constexpr REL::Offset TESTexture{ 0x0508D800 }; - inline constexpr REL::Offset TESTopic{ 0x0508D1C0 }; - inline constexpr REL::Offset TESTopicInfo{ 0x0508D198 }; - inline constexpr REL::Offset TESTrapListener{ 0x051EC010 }; - inline constexpr REL::Offset TESValueForm{ 0x05177868 }; - inline constexpr REL::Offset TESWaterForm{ 0x0508D2F8 }; - inline constexpr REL::Offset TESWaterNormals{ 0x052034F8 }; - inline constexpr REL::Offset TESWaterObject{ 0x052034D0 }; - inline constexpr REL::Offset TESWaterSystem{ 0x05203520 }; - inline constexpr REL::Offset TESWeather{ 0x051E2838 }; - inline constexpr REL::Offset TESWeightForm{ 0x05177770 }; - inline constexpr REL::Offset TESWordOfPower{ 0x051E6E78 }; - inline constexpr REL::Offset TESWorldSpace{ 0x0508F0B8 }; - inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__{ 0x0517DA90 }; - inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__{ 0x0517DBB0 }; - inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__{ 0x0517DCD0 }; - inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__{ 0x0517DB20 }; - inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__{ 0x0517DD60 }; - inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__{ 0x0517DC40 }; - inline constexpr REL::Offset TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__{ 0x0535A190 }; - inline constexpr REL::Offset TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__{ 0x05359F50 }; - inline constexpr REL::Offset TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__{ 0x05206430 }; - inline constexpr REL::Offset TES__IFilterRefsByRadius{ 0x0517E6A0 }; - inline constexpr REL::Offset TES__PostGridLoadNode{ 0x0517E6D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_AlertData__{ 0x0523F260 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ArrayAction__{ 0x05259330 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_AssignmentCategory__{ 0x05251620 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_AssignmentInfo__{ 0x05251560 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BackgroundDatum__{ 0x05285780 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BuffInfo__{ 0x05249890 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BuildItemData__{ 0x0525BF60 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BuilderRequirementsData__InputRequirement__{ 0x0525BBF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CargoLinkData__CargoLinkResource__{ 0x0525C7F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ComponentFlashEventInfo__{ 0x05258AC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlBindingsData__InputSetting__{ 0x05250440 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ConflictingControl__{ 0x0524F2D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ControlConflicts__{ 0x0524F440 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlMapDataModel__MappedEvent__{ 0x0539F5E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CraftingRecipesDataModel__RecipeData__{ 0x0523FBD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__{ 0x05235660 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__{ 0x05235A60 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CreditsDataModel__CreditsSection__{ 0x05229400 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CrewInfo__{ 0x052515C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CrewSkillInfo__{ 0x052364D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__DialogueEntryData__{ 0x0525E9F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__{ 0x0525EC40 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_DocData__{ 0x05243B90 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_EffectData__{ 0x0523F180 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_EffectGroup__{ 0x05249340 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ExplosiveIndicator__{ 0x05238B30 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_FavoritesManager__FavoritesEntryData__{ 0x053290B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_FireForgetModel__EventNameShuttle__{ 0x05238E70 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDCommandIconData__{ 0x052624D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDDirectionalHitData__{ 0x05262840 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDEnemyData__EnemyDatum__{ 0x0523D720 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDHitKillDatum__{ 0x0523D290 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDLocationData__{ 0x0523DB10 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HailingData__{ 0x05258150 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HelpTopicData__{ 0x05231090 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HudModeVisibilityInfo__{ 0x0523E1B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_IconData_DS__{ 0x05299670 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ImageFixtureUIData__{ 0x0522AC90 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__{ 0x0522AA30 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__{ 0x0523C200 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryItem__{ 0x0523B730 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ModInfo__{ 0x0522A7C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModData__{ 0x052403B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModSlotData__{ 0x052407D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Key__{ 0x05277540 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_LevelUpPerkData__{ 0x05262F10 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__CharacterData__{ 0x05242050 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__GameData__{ 0x05241F60 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MainMenuListData__ActionData__{ 0x05243820 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MessageButton__{ 0x0532C730 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MiscInfo__{ 0x052495C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MissionDetailsEntry_DS__{ 0x0526E640 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MissionListEntry_DS__{ 0x0526E7F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ResourceData__{ 0x05260370 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__{ 0x05260780 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__SocialSpellData__{ 0x052605A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_NewCompassMarker__{ 0x0523CA30 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ObjectiveData__{ 0x05265E20 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Patch__{ 0x0527A6D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PauseMenuListData__ActionData__{ 0x05244C50 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__{ 0x05245F00 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__{ 0x05246130 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PickpocketItemData__{ 0x05274020 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PlayerInventoryItem__{ 0x05249060 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Powers__{ 0x0522BF90 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Objective__{ 0x0524AB10 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Quest__{ 0x0524ACC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_QuestUpdate__{ 0x05265660 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_RankData__{ 0x0527AAD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Requirements__{ 0x0527A960 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchCategoryPreview__{ 0x0524B9D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchPopupInfo__ItemInfo__{ 0x0524BC00 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__LinkedProject__{ 0x0524B6B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__MaterialRequirment__{ 0x0524B4B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectPreview__{ 0x0524BB90 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Ring__{ 0x052777C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_RolloverActivationButtonData__{ 0x0523B290 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__{ 0x05250190 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ShipComponent__{ 0x052383F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ShipHangar__ShipMenuTab_DS__{ 0x0522D2D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Skill__{ 0x05237640 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ColorTabData_DS__{ 0x051743A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__{ 0x05170CD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__{ 0x051712A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__HelpEntry_DS__{ 0x051771C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__{ 0x0515A010 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__StatEntry_DS__{ 0x051774B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__{ 0x051590D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__{ 0x051710B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__{ 0x05170EC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyInfoToUI__{ 0x052387E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIDef__{ 0x0528F9E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIMarkersDef__{ 0x0528F680 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIPos__{ 0x0528F7A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerData__{ 0x05291620 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerDef__{ 0x05291860 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__MenuMarkerCoords__{ 0x05292E50 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__Outpost_DS__{ 0x05296C10 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__PlanetInfoToUI__{ 0x05238720 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__ResourceInfoFlashObject__{ 0x05259490 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapMenuMarkerData__{ 0x05292110 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__{ 0x05292C20 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__SurfaceMarkerStaticData__{ 0x05295830 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StatCategory__{ 0x05249A90 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SubSettingsList__GeneralSetting__{ 0x0524EF60 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__{ 0x051C9750 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__{ 0x051CAD00 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__{ 0x051C9C30 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__{ 0x051CA010 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__{ 0x051CAF40 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__{ 0x051C9ED0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltStepperData__{ 0x051C9A50 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__HeadPartMetadata__{ 0x051CAB30 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__MorphSliderData__{ 0x051C98A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__{ 0x051CA8F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__{ 0x051CA350 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__{ 0x051CB180 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__{ 0x051CA5C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendSliderMetadata__{ 0x051CB430 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetCombatValues__{ 0x05259160 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetComponentData__{ 0x05258E60 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetHighFreq__{ 0x052582D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetLowFreq__{ 0x052580F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestData__ArcanaData__{ 0x0529A130 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestResourcesData__ResourceData__{ 0x0529A0B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TraitDatum__{ 0x05285910 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TraitInfo__{ 0x05249720 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_UICraftingUtils__SkillRequirement__{ 0x05177390 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__{ 0x0516EC80 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopAreaResourcesData__AreaResource__{ 0x0525AB70 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__{ 0x0525AD60 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__{ 0x0525B450 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__{ 0x0525B0B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__{ 0x0525A400 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__{ 0x0525A530 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__OutpostData__{ 0x052A10C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__ResourceData__{ 0x052A0AA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__TargetData__{ 0x052A1410 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_XPData__{ 0x05262FF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_StringUIValue_{ 0x05174F80 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_BSFixedStringCS__{ 0x05245980 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_BSFixedString__{ 0x051CA2A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_float__{ 0x051C99C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_int__{ 0x05175010 }; - inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_unsignedint__{ 0x05174630 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ActiveModItemDataModel__ModItemHandle_{ 0x05240AD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_AlertData_{ 0x0523F2C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_AmmoData_{ 0x052622B8 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ArrayAction_{ 0x05259250 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ArtifactPowerUnlockData_{ 0x0523E4A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_AssignmentCategory_{ 0x052516F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_AssignmentInfo_{ 0x052513C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BackgroundData_{ 0x052833F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BackgroundDatum_{ 0x052857E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BookMenu__BookData_{ 0x05323380 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BuffInfo_{ 0x05249848 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BuildItemData_{ 0x0525BFC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BuildItemDirectoryData_{ 0x0525BD50 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BuildItemInfoCardData_{ 0x0525BDF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BuilderRequirementsData_{ 0x0525BE40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_BuilderRequirementsData__InputRequirement_{ 0x0525BB00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CargoLinkData_{ 0x0525C8C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CargoLinkData__CargoLinkResource_{ 0x0525C860 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ComponentFlashEventInfo_{ 0x05258A70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ComponentFlashEvents_{ 0x05257E80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ContainerMenuData_{ 0x052330A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlBindingsData_{ 0x0524EBC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlBindingsData__InputSetting_{ 0x05250260 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlBindingsData__InputSetting__Binding_{ 0x052500C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlConflictsData_{ 0x0524ECF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlConflictsData__ConflictingControl_{ 0x0524F0E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlConflictsData__ControlConflicts_{ 0x0524F3E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlMapDataModel__MappedEvent_{ 0x0539F4E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlMapDataModel__UserEvents_{ 0x0539F650 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlRemapConfirmationData_{ 0x0524ED80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlsStickData_{ 0x05283480 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingInfoCardDataModel__ItemInfoCardData_{ 0x0523FEC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeData_{ 0x0523FC40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeDirectoryData_{ 0x0523FDF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData_{ 0x05235B70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ 0x05235900 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ 0x05235AF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CreditsDataModel__CreditsMenuData_{ 0x05229350 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CreditsDataModel__CreditsSection_{ 0x05229470 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewAssignMenuData_{ 0x05251AF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewBuffData_{ 0x05232DE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewInfo_{ 0x052365F8 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewMenuData_{ 0x05251A00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewSkillInfo_{ 0x05236530 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CursorData_{ 0x0539FE30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_CustomAlertsData_{ 0x0523F830 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DamageResistanceStats_{ 0x05249A40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuData_{ 0x05237CE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuInventoryData_{ 0x05237D60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuInventoryItem_{ 0x05237970 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuSkillsData_{ 0x05237840 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DataSlateMenu__DataSlateData_{ 0x0526B710 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueData_{ 0x0525EDA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueEntryData_{ 0x0525EA70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueListData_{ 0x0525EE50 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionEntryData_{ 0x0525ECC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionListData_{ 0x0525EF00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionPointsData_{ 0x0525E5B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DocAcceptData_{ 0x052424D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DocData_{ 0x05243BE8 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_DocumentViewData_DS_{ 0x05297E30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_EffectData_{ 0x0523F1E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_EffectGroup_{ 0x052492F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_EnvironmentAlertsData_{ 0x0523F750 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_EnvironmentEffectsData_{ 0x0523F7E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ExplosiveIndicatorData_{ 0x05238CF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ExplosiveIndicator_{ 0x05238A60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_FactionData_DS_{ 0x05297DB0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Faction_DS_{ 0x0526EB20 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_FanfareData_{ 0x0522A460 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_FavoritesManager__FavoritesData_{ 0x05328B60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_FavoritesManager__FavoritesEntryData_{ 0x05329050 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_FireForgetModel__EventNameShuttle_{ 0x05238D70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_FireForgetModel__FireForgetShuttle_{ 0x05239080 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_GraphicsData_{ 0x0523C640 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDCommandIconData_{ 0x05262410 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDCompassData_{ 0x0523CAE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDCrosshairData_{ 0x0523D520 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDDirectionalHitData_{ 0x052628B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDDirectionalHitIndicator_{ 0x05262940 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDEnemyData_{ 0x0523D7E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDEnemyData__EnemyDatum_{ 0x0523D790 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDHitKillData_{ 0x0523D490 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDHitKillDatum_{ 0x0523D2F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDJetpackData_{ 0x0523D860 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDLocationData_{ 0x0523D920 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDLocationListData_{ 0x0523DA50 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDMessageData_{ 0x0523DF80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDMessageData__Message_{ 0x0523DDF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDRolloverActivationProviderData_{ 0x0523BBF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDRolloverProviderData_{ 0x0523BD80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDSocialCommandData_{ 0x052625E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDSubtitleData_{ 0x0523EA90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HailingData_{ 0x05258230 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HelpData_{ 0x05230FD8 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HelpTopicData_{ 0x05231200 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HudModeData_{ 0x0523E300 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_HudModeVisibilityInfo_{ 0x0523DFD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_IconDataArray_DS_{ 0x05297FF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_IconData_DS_{ 0x052996D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ImageFixtureUIData_{ 0x0515A080 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InfoTargetData_{ 0x05258650 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Key__{ 0x05277680 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Patch__{ 0x0527A820 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Ring__{ 0x05277900 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ 0x05258F60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ 0x05257F60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ 0x0529A320 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalVector3UIValue_{ 0x051CA8A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__ArmorItemInfo_{ 0x0522A980 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__ElementalStatInfo_{ 0x0522A630 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryCategoryData_{ 0x0523C190 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItem_{ 0x0522A3A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ 0x0523B5D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ 0x052741C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ 0x05248DF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__LootItem_{ 0x0523B350 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__ModInfo_{ 0x0522A760 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__WeaponItemInfo_{ 0x0522A8E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemAction_DS_{ 0x05297EC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModInfoCardDataModel__ItemModInfoCardData_{ 0x05240A60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModData_{ 0x05240420 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModDirectoryData_{ 0x05240710 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotData_{ 0x05240530 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotDirectoryData_{ 0x05240920 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Key_{ 0x05277590 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LevelUpPerkData_{ 0x05264090 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ListWrapData_{ 0x0524EE70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadMenuData_{ 0x052413F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadSavePanelData_{ 0x05242120 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadSavePanelData__CharacterData_{ 0x052420C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadSavePanelData__GameData_{ 0x05241CF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LocalEnvData_{ 0x052421D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_LocalEnvData_Frequent_{ 0x052422B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuConfirmationData_{ 0x05243A90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ 0x05242710 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuListData_{ 0x05243970 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuListData__ActionData_{ 0x05243890 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuMOTDData_{ 0x052425E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ 0x052427E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuStateData_{ 0x05244150 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MenuModeData_{ 0x05284600 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MessageButton_{ 0x0532C6E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MessageData_{ 0x0532C3D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MiscInfo_{ 0x05249460 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionControlsStickData_{ 0x0526A6E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionDetailsEntry_DS_{ 0x0526E6B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionInfo_DS_{ 0x0526EA00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionListEntry_DS_{ 0x0526E850 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionList_DS_{ 0x0526EA90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__EventData_{ 0x05260B90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__MenuData_{ 0x052608D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__MenuFreqData_{ 0x05260980 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__PickRefData_{ 0x05260A30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceArcData_{ 0x05260AE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceData_{ 0x05260280 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__ScannableMapMarkerData_{ 0x05260800 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__SocialSpellData_{ 0x052604B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_NewCompassMarker_{ 0x0523CA90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ObjectiveData_{ 0x05265DD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PatchArrayData_{ 0x0527A2D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Patch_{ 0x0527A728 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuConfirmationData_{ 0x05244480 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuListData_{ 0x05244DD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuListData__ActionData_{ 0x05244CC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuStateData_{ 0x05244B70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PersonalAlertsData_{ 0x0523F630 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PersonalEffectsData_{ 0x0523F6C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoGalleryMenu__GalleryMenuData_{ 0x0522ABD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData_{ 0x05246210 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ 0x05245830 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData_{ 0x05246060 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ 0x05245CC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ 0x052460C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ 0x05245BE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ 0x05245AF0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeStateData_{ 0x052462C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PickRefData_{ 0x0525C9C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PickpocketItemData_{ 0x05274080 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PickpocketStateData_{ 0x05273F90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlatformDataModel__PlatformData_{ 0x0539F870 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerData_{ 0x05247B30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerFrequentData_{ 0x05247C40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerHealthBoostData_{ 0x05247C90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerInventoryItem_{ 0x05248F60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerShipComponents_{ 0x052384E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerStatusData_{ 0x052497C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_PowersMenuData_{ 0x0522C080 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Powers_{ 0x0522C040 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__MissionMenuStateData_{ 0x0524A680 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__Objective_{ 0x0524A970 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__Quest_{ 0x0524AC70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__QuestsList_{ 0x0524AC20 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestUpdate_{ 0x05265610 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestUpdates_{ 0x05265AA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_QuickMenuData_{ 0x0525CB60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_RankData_{ 0x0527AB28 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_RefuelMenuData_{ 0x052597B0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_RefuelStickData_{ 0x052598C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_RemapErrorData_{ 0x0524EE20 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Requirements_{ 0x0527A9C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchCategoryDirectory_{ 0x0524BD40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchCategoryPreview_{ 0x0524B830 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchPopupInfo_{ 0x0524B390 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchPopupInfo__ItemInfo_{ 0x0524BAE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectDetails_{ 0x0524B260 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectDetails__LinkedProject_{ 0x0524B650 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectDetails__MaterialRequirment_{ 0x0524B5F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectPreview_{ 0x0524BB40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectsDirectory_{ 0x0524B2F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Ring_{ 0x05277810 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_RolloverActivationButtonData_{ 0x0523B230 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ScopeMenu__ScopeScalingData_{ 0x0528ADE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ScopeMenu__ZoomLevelData_{ 0x0528AE40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SecurityMenuAutoAttemptData_{ 0x05276F70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SecurityMenuData_{ 0x05277020 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SettingsCategoriesList_{ 0x0524EAA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SettingsCategoriesList__SettingsCategoryHeader_{ 0x05250120 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipComponent_{ 0x05238370 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__PowerAllocation_DS_{ 0x0522D080 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipCountData_{ 0x0522D280 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipMenuUpdateData_{ 0x0522CE50 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipNameData_{ 0x0522D130 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipStatsData_DS_{ 0x0522D1D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHudData_{ 0x05257DB0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_ShowQuestsInHudUpdate_{ 0x05265BC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SkillChallengeUpdate_{ 0x05265B30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SkillLayout_{ 0x0527A250 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_Skill_{ 0x05237698 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepControlsStickData_{ 0x0532D690 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepWaitData_{ 0x0532D4C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepWaitRemainingHours_{ 0x0532D560 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepWaitTimeData_{ 0x0532D5F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorInitializationData_DS_{ 0x05173EA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorSelectionData_DS_{ 0x05174580 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorSwatches_DS_{ 0x05173DA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorTabData_DS_{ 0x05174410 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__CostSummary_DS_{ 0x05176D90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ExitConfirmation_DS_{ 0x05170030 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckEntry_DS_{ 0x05170C70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckTab_DS_{ 0x05171240 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheck_DS_{ 0x05170C10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FloorInfo_DS_{ 0x05174D90 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__GamepadCrosshairData_DS_{ 0x05176630 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntries_DS_{ 0x05176E40 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntry_DS_{ 0x05177230 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__MessagePopup_DS_{ 0x05176B80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntries_DS_{ 0x05159CB0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntry_DS_{ 0x05159FB0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleInfo_DS_{ 0x05177110 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleVariant_DS_{ 0x05159D60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__NotificationBadge_DS_{ 0x05176C30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__PowerAllocation_DS_{ 0x05174EA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__RepairButton_DS_{ 0x05176AD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameData_DS_{ 0x05171DA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ 0x05171CD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameInitialization_DS_{ 0x05171E50 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipStats_DS_{ 0x05174CE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__StatEntry_DS_{ 0x05177520 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__StaticData_DS_{ 0x05176CE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__SystemPowerHighlight_DS_{ 0x051766F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgradeEntry_DS_{ 0x05159070 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgrade_DS_{ 0x05158FC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignEntry_DS_{ 0x05171050 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignGroup_DS_{ 0x05170E60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyInfoDataFlashObject_{ 0x052591C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyInfoToUI_{ 0x05238840 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIDef_{ 0x0528F990 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIMarkerGroupsDef_{ 0x0528E210 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIMarkersDef_{ 0x0528F630 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIPos_{ 0x0528F890 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIPositions_{ 0x0528E2C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__FocusedBodyData_{ 0x0528E1C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyFadeData_{ 0x05291280 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDataContainer_{ 0x05291320 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerData_{ 0x05291710 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDefContainer_{ 0x052913D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDef_{ 0x05291810 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__MenuMarkerCoordsData_{ 0x05291E00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__MenuMarkerCoords_{ 0x05292F10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__OutpostSelect_DS_{ 0x052969E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__PlanetInfoToUI_{ 0x05238790 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__PlanetInspectToUI_{ 0x0528FC70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__QuickSystemSelectData_{ 0x05291480 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__ResourceInfoFlashObject_{ 0x05259550 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapMenuData_{ 0x05292020 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkerData_{ 0x05292220 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkersData_{ 0x05291F70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkerData_{ 0x05292BC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkersData_{ 0x05291EC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMapDisplayInfo_{ 0x05296540 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMapInfo_{ 0x052965F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMarkerList_{ 0x05296690 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMarkerStaticData_{ 0x052958A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SystemBodyInfoToUI_{ 0x05238920 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SystemNameHeader_DS_{ 0x05296A30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StarbornPowersData_{ 0x0523E380 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StatCategory_{ 0x05249B60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StealthData_{ 0x0523E7C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StickData_{ 0x05257D70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_StreamingInstallMenu__StreamingProgressData_{ 0x05297C10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList_{ 0x0524EC60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting_{ 0x0524EF00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__CheckBoxData_{ 0x05250510 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__SliderData_{ 0x05250380 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__StepperData_{ 0x052505E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenData_{ 0x051C93C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata_{ 0x051C9310 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ 0x051CAD80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ 0x051C9CD0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ 0x051CA0A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ 0x051CAFC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__CodeBuiltStepperData_{ 0x051C9AC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__HeadPartMetadata_{ 0x051CABA0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationData_{ 0x051C9690 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData_{ 0x051CAA60 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ 0x051CA3E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ 0x051CB220 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ 0x051CA660 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendSliderMetadata_{ 0x051CB4A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TakeoffInfo_{ 0x05259B00 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetCombatValuesData_{ 0x052584F0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetCombatValues_{ 0x05259110 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetComponentData_{ 0x05258E10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetHighFreq_{ 0x05258280 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetHighFrequencyData_{ 0x05258580 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetLowFreq_{ 0x052580A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetLowFrequencyData_{ 0x052583C0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestData_{ 0x05299EB0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestData__ArcanaData_{ 0x0529A1A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestFlushData_{ 0x0529B4E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestImagesData_{ 0x0529B560 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestResourcesData_{ 0x05299F50 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestResourcesData__ResourceData_{ 0x05299FB0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TextInputPayload_{ 0x0529BE30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TraitDatum_{ 0x05285970 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TraitInfo_{ 0x052496E0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TraitsData_{ 0x05284680 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TriggerEvent_{ 0x05268520 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_TutorialMessageManager__MessageData_{ 0x052616D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_UICraftingUtils__ResourceInfo_{ 0x05235530 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_UICraftingUtils__SkillRequirement_{ 0x05177400 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_UpdateHUDOpacity_{ 0x05265F70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponGroup_DS_{ 0x0516E950 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponList_DS_{ 0x0516E890 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeapon_DS_{ 0x0516EB80 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopAreaResourcesData_{ 0x0525AD10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopAreaResourcesData__AreaResource_{ 0x0525AB10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryBarData_{ 0x0525AED0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryBarData__CategoryBarData_{ 0x0525AE70 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryInfoData_{ 0x0525A480 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData_{ 0x0525B270 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ 0x0525B040 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopColorData__ColorSettingData_{ 0x05232770 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopColorData__ColorSwatchesData_{ 0x05232820 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopColorData__ColorTabsData_{ 0x05232970 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInfoData_{ 0x0525CE30 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInteractiveMessageData_{ 0x0525C2D0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInterfaceShared__ItemRequirement_{ 0x0525A3A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInterfaceShared__ResourceProduced_{ 0x0525A640 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopMessageData_{ 0x0525C450 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopObjectInfoCardData_{ 0x0525A6A0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopStateData_{ 0x0525CDE0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopStatusData_{ 0x05232AC0 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__OutpostData_{ 0x052A1130 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__ResourceData_{ 0x052A0B10 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__SourceData_{ 0x052A1060 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetData_{ 0x052A1480 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetMenuData_{ 0x052A1000 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_XPData_{ 0x05263048 }; - inline constexpr REL::Offset TUIDataShuttleContainerMap_XPUpdate_{ 0x05263460 }; - inline constexpr REL::Offset TUIDataToFlash_ActiveModItemDataModel__ModItemHandle_{ 0x05240990 }; - inline constexpr REL::Offset TUIDataToFlash_AmmoData_{ 0x05262238 }; - inline constexpr REL::Offset TUIDataToFlash_ArtifactPowerUnlockData_{ 0x0523E4F0 }; - inline constexpr REL::Offset TUIDataToFlash_BackgroundData_{ 0x05283438 }; - inline constexpr REL::Offset TUIDataToFlash_BookMenu__BookData_{ 0x05323340 }; - inline constexpr REL::Offset TUIDataToFlash_BuildItemDirectoryData_{ 0x0525BC70 }; - inline constexpr REL::Offset TUIDataToFlash_BuildItemInfoCardData_{ 0x0525BD10 }; - inline constexpr REL::Offset TUIDataToFlash_BuilderRequirementsData_{ 0x0525BDA0 }; - inline constexpr REL::Offset TUIDataToFlash_ComponentFlashEvents_{ 0x05257E38 }; - inline constexpr REL::Offset TUIDataToFlash_ContainerMenuData_{ 0x052330E8 }; - inline constexpr REL::Offset TUIDataToFlash_ControlBindingsData_{ 0x0524ECA8 }; - inline constexpr REL::Offset TUIDataToFlash_ControlConflictsData_{ 0x0524EDD8 }; - inline constexpr REL::Offset TUIDataToFlash_ControlMapDataModel__UserEvents_{ 0x0539F590 }; - inline constexpr REL::Offset TUIDataToFlash_ControlRemapConfirmationData_{ 0x0524EC10 }; - inline constexpr REL::Offset TUIDataToFlash_ControlsStickData_{ 0x052834C8 }; - inline constexpr REL::Offset TUIDataToFlash_CraftingInfoCardDataModel__ItemInfoCardData_{ 0x0523FF30 }; - inline constexpr REL::Offset TUIDataToFlash_CraftingRecipesDataModel__RecipeDirectoryData_{ 0x0523FE60 }; - inline constexpr REL::Offset TUIDataToFlash_CraftingRequirementsDataModel__RequirementsData_{ 0x05235BE0 }; - inline constexpr REL::Offset TUIDataToFlash_CreditsDataModel__CreditsMenuData_{ 0x052293B0 }; - inline constexpr REL::Offset TUIDataToFlash_CrewAssignMenuData_{ 0x05251B88 }; - inline constexpr REL::Offset TUIDataToFlash_CrewBuffData_{ 0x05232E28 }; - inline constexpr REL::Offset TUIDataToFlash_CrewMenuData_{ 0x05251AB8 }; - inline constexpr REL::Offset TUIDataToFlash_CursorData_{ 0x0539FE78 }; - inline constexpr REL::Offset TUIDataToFlash_CustomAlertsData_{ 0x0523F710 }; - inline constexpr REL::Offset TUIDataToFlash_DataMenuData_{ 0x05237D28 }; - inline constexpr REL::Offset TUIDataToFlash_DataMenuInventoryData_{ 0x05237DB0 }; - inline constexpr REL::Offset TUIDataToFlash_DataMenuSkillsData_{ 0x05237890 }; - inline constexpr REL::Offset TUIDataToFlash_DataSlateMenu__DataSlateData_{ 0x0526B6C0 }; - inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__DialogueData_{ 0x0525EE00 }; - inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__DialogueListData_{ 0x0525EEB0 }; - inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__PersuasionListData_{ 0x0525EF60 }; - inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__PersuasionPointsData_{ 0x0525E610 }; - inline constexpr REL::Offset TUIDataToFlash_DocAcceptData_{ 0x05242518 }; - inline constexpr REL::Offset TUIDataToFlash_DocumentViewData_DS_{ 0x05297FA8 }; - inline constexpr REL::Offset TUIDataToFlash_EnvironmentAlertsData_{ 0x0523F7A0 }; - inline constexpr REL::Offset TUIDataToFlash_EnvironmentEffectsData_{ 0x0523F5E0 }; - inline constexpr REL::Offset TUIDataToFlash_ExplosiveIndicatorData_{ 0x05238C40 }; - inline constexpr REL::Offset TUIDataToFlash_FactionData_DS_{ 0x05297E80 }; - inline constexpr REL::Offset TUIDataToFlash_Faction_DS_{ 0x0526EB68 }; - inline constexpr REL::Offset TUIDataToFlash_FanfareData_{ 0x0522A428 }; - inline constexpr REL::Offset TUIDataToFlash_FavoritesManager__FavoritesData_{ 0x05329120 }; - inline constexpr REL::Offset TUIDataToFlash_FireForgetModel__FireForgetShuttle_{ 0x05238E20 }; - inline constexpr REL::Offset TUIDataToFlash_GraphicsData_{ 0x0523C608 }; - inline constexpr REL::Offset TUIDataToFlash_HUDCompassData_{ 0x0523C9B8 }; - inline constexpr REL::Offset TUIDataToFlash_HUDCrosshairData_{ 0x0523D568 }; - inline constexpr REL::Offset TUIDataToFlash_HUDDirectionalHitIndicator_{ 0x052629A0 }; - inline constexpr REL::Offset TUIDataToFlash_HUDEnemyData_{ 0x0523D828 }; - inline constexpr REL::Offset TUIDataToFlash_HUDHitKillData_{ 0x0523D4D8 }; - inline constexpr REL::Offset TUIDataToFlash_HUDJetpackData_{ 0x0523D8A8 }; - inline constexpr REL::Offset TUIDataToFlash_HUDLocationListData_{ 0x0523DAA0 }; - inline constexpr REL::Offset TUIDataToFlash_HUDMessageData_{ 0x0523DE80 }; - inline constexpr REL::Offset TUIDataToFlash_HUDRolloverActivationProviderData_{ 0x0523B500 }; - inline constexpr REL::Offset TUIDataToFlash_HUDRolloverProviderData_{ 0x0523BD30 }; - inline constexpr REL::Offset TUIDataToFlash_HUDSocialCommandData_{ 0x05262630 }; - inline constexpr REL::Offset TUIDataToFlash_HUDSubtitleData_{ 0x0523EAD8 }; - inline constexpr REL::Offset TUIDataToFlash_HelpData_{ 0x052310F0 }; - inline constexpr REL::Offset TUIDataToFlash_HudModeData_{ 0x0523E108 }; - inline constexpr REL::Offset TUIDataToFlash_IconDataArray_DS_{ 0x05297F08 }; - inline constexpr REL::Offset TUIDataToFlash_InfoTargetData_{ 0x05258540 }; - inline constexpr REL::Offset TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ 0x0523B480 }; - inline constexpr REL::Offset TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ 0x05274240 }; - inline constexpr REL::Offset TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ 0x05248D80 }; - inline constexpr REL::Offset TUIDataToFlash_ItemAction_DS_{ 0x05297DF8 }; - inline constexpr REL::Offset TUIDataToFlash_ItemModInfoCardDataModel__ItemModInfoCardData_{ 0x05240840 }; - inline constexpr REL::Offset TUIDataToFlash_ItemModsDataModel__ItemModDirectoryData_{ 0x05240770 }; - inline constexpr REL::Offset TUIDataToFlash_ItemModsDataModel__ItemModSlotDirectoryData_{ 0x052406B0 }; - inline constexpr REL::Offset TUIDataToFlash_ListWrapData_{ 0x0524ED40 }; - inline constexpr REL::Offset TUIDataToFlash_LoadMenuData_{ 0x05241438 }; - inline constexpr REL::Offset TUIDataToFlash_LoadSavePanelData_{ 0x05242168 }; - inline constexpr REL::Offset TUIDataToFlash_LocalEnvData_{ 0x05242218 }; - inline constexpr REL::Offset TUIDataToFlash_LocalEnvData_Frequent_{ 0x05242300 }; - inline constexpr REL::Offset TUIDataToFlash_MainMenuConfirmationData_{ 0x05243AE0 }; - inline constexpr REL::Offset TUIDataToFlash_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ 0x05242780 }; - inline constexpr REL::Offset TUIDataToFlash_MainMenuListData_{ 0x052439B8 }; - inline constexpr REL::Offset TUIDataToFlash_MainMenuMOTDData_{ 0x05242628 }; - inline constexpr REL::Offset TUIDataToFlash_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ 0x05242860 }; - inline constexpr REL::Offset TUIDataToFlash_MainMenuStateData_{ 0x05244038 }; - inline constexpr REL::Offset TUIDataToFlash_MenuModeData_{ 0x05284648 }; - inline constexpr REL::Offset TUIDataToFlash_MessageData_{ 0x0532C390 }; - inline constexpr REL::Offset TUIDataToFlash_MissionControlsStickData_{ 0x0526A690 }; - inline constexpr REL::Offset TUIDataToFlash_MissionInfo_DS_{ 0x0526EA48 }; - inline constexpr REL::Offset TUIDataToFlash_MissionList_DS_{ 0x0526EAD8 }; - inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__EventData_{ 0x05260BF0 }; - inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__MenuData_{ 0x05260930 }; - inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__MenuFreqData_{ 0x052609E0 }; - inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__PickRefData_{ 0x05260A90 }; - inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__ResourceArcData_{ 0x05260B40 }; - inline constexpr REL::Offset TUIDataToFlash_PatchArrayData_{ 0x0527A318 }; - inline constexpr REL::Offset TUIDataToFlash_PauseMenuConfirmationData_{ 0x052444D0 }; - inline constexpr REL::Offset TUIDataToFlash_PauseMenuListData_{ 0x05244E18 }; - inline constexpr REL::Offset TUIDataToFlash_PauseMenuStateData_{ 0x05244BC0 }; - inline constexpr REL::Offset TUIDataToFlash_PersonalAlertsData_{ 0x0523F680 }; - inline constexpr REL::Offset TUIDataToFlash_PersonalEffectsData_{ 0x0523F488 }; - inline constexpr REL::Offset TUIDataToFlash_PhotoGalleryMenu__GalleryMenuData_{ 0x0522AB80 }; - inline constexpr REL::Offset TUIDataToFlash_PhotoModeDataModel__PhotoModeOverlayData_{ 0x052461B0 }; - inline constexpr REL::Offset TUIDataToFlash_PhotoModeDataModel__PhotoModeSettingsData_{ 0x05246000 }; - inline constexpr REL::Offset TUIDataToFlash_PhotoModeDataModel__PhotoModeStateData_{ 0x05246270 }; - inline constexpr REL::Offset TUIDataToFlash_PickRefData_{ 0x0525CA08 }; - inline constexpr REL::Offset TUIDataToFlash_PickpocketStateData_{ 0x05273FE0 }; - inline constexpr REL::Offset TUIDataToFlash_PlatformDataModel__PlatformData_{ 0x0539F7F0 }; - inline constexpr REL::Offset TUIDataToFlash_PlayerData_{ 0x05247C00 }; - inline constexpr REL::Offset TUIDataToFlash_PlayerFrequentData_{ 0x05247CE0 }; - inline constexpr REL::Offset TUIDataToFlash_PlayerHealthBoostData_{ 0x05247B80 }; - inline constexpr REL::Offset TUIDataToFlash_PlayerShipComponents_{ 0x05258458 }; - inline constexpr REL::Offset TUIDataToFlash_PlayerStatusData_{ 0x05249778 }; - inline constexpr REL::Offset TUIDataToFlash_PowersMenuData_{ 0x0522C100 }; - inline constexpr REL::Offset TUIDataToFlash_QuestDataModel__MissionMenuStateData_{ 0x0524A630 }; - inline constexpr REL::Offset TUIDataToFlash_QuestDataModel__QuestsList_{ 0x0524ABD0 }; - inline constexpr REL::Offset TUIDataToFlash_QuestUpdates_{ 0x05265A60 }; - inline constexpr REL::Offset TUIDataToFlash_QuickMenuData_{ 0x0525CA78 }; - inline constexpr REL::Offset TUIDataToFlash_RefuelMenuData_{ 0x05259770 }; - inline constexpr REL::Offset TUIDataToFlash_RefuelStickData_{ 0x05259880 }; - inline constexpr REL::Offset TUIDataToFlash_RemapErrorData_{ 0x0524EEB8 }; - inline constexpr REL::Offset TUIDataToFlash_ResearchCategoryDirectory_{ 0x0524BE30 }; - inline constexpr REL::Offset TUIDataToFlash_ResearchPopupInfo_{ 0x0524B2B0 }; - inline constexpr REL::Offset TUIDataToFlash_ResearchProjectDetails_{ 0x0524B340 }; - inline constexpr REL::Offset TUIDataToFlash_ResearchProjectsDirectory_{ 0x0524BD90 }; - inline constexpr REL::Offset TUIDataToFlash_ScopeMenu__ScopeScalingData_{ 0x0528AE90 }; - inline constexpr REL::Offset TUIDataToFlash_ScopeMenu__ZoomLevelData_{ 0x0528AF10 }; - inline constexpr REL::Offset TUIDataToFlash_SecurityMenuAutoAttemptData_{ 0x05276FD0 }; - inline constexpr REL::Offset TUIDataToFlash_SecurityMenuData_{ 0x05277068 }; - inline constexpr REL::Offset TUIDataToFlash_SettingsCategoriesList_{ 0x0524EB70 }; - inline constexpr REL::Offset TUIDataToFlash_ShipHangar__PowerAllocation_DS_{ 0x0522D030 }; - inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipCountData_{ 0x0522D230 }; - inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipMenuUpdateData_{ 0x0522CE00 }; - inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipNameData_{ 0x0522D0E0 }; - inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipStatsData_DS_{ 0x0522D180 }; - inline constexpr REL::Offset TUIDataToFlash_ShipHudData_{ 0x05257C68 }; - inline constexpr REL::Offset TUIDataToFlash_ShowQuestsInHudUpdate_{ 0x05265B80 }; - inline constexpr REL::Offset TUIDataToFlash_SkillChallengeUpdate_{ 0x05265AE8 }; - inline constexpr REL::Offset TUIDataToFlash_SkillLayout_{ 0x0527A298 }; - inline constexpr REL::Offset TUIDataToFlash_SleepControlsStickData_{ 0x0532D640 }; - inline constexpr REL::Offset TUIDataToFlash_SleepWaitData_{ 0x0532D488 }; - inline constexpr REL::Offset TUIDataToFlash_SleepWaitRemainingHours_{ 0x0532D510 }; - inline constexpr REL::Offset TUIDataToFlash_SleepWaitTimeData_{ 0x0532D5B0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ColorInitializationData_DS_{ 0x05173F90 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ColorSelectionData_DS_{ 0x05173E50 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ColorSwatches_DS_{ 0x05173E00 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__CostSummary_DS_{ 0x05176DF0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ExitConfirmation_DS_{ 0x0516FFE0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__FlightCheck_DS_{ 0x05170BC0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__FloorInfo_DS_{ 0x05174DF0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__GamepadCrosshairData_DS_{ 0x05176690 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__HelpEntries_DS_{ 0x05176EA0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__MessagePopup_DS_{ 0x05176BE0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ModuleEntries_DS_{ 0x05159C60 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ModuleInfo_DS_{ 0x05177170 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ModuleVariant_DS_{ 0x05159D10 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__NotificationBadge_DS_{ 0x05176C90 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__PowerAllocation_DS_{ 0x05174F00 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__RepairButton_DS_{ 0x05176B30 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipRenameData_DS_{ 0x05171E00 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ 0x05171D40 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipRenameInitialization_DS_{ 0x05171EC0 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipStats_DS_{ 0x05174D40 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__StaticData_DS_{ 0x05176D40 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__SystemPowerHighlight_DS_{ 0x05176A70 }; - inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__SystemUpgrade_DS_{ 0x05158F40 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyInfoDataFlashObject_{ 0x0528FD50 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyPOIMarkerGroupsDef_{ 0x0528E310 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyPOIMarkersDef_{ 0x0528E360 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyPOIPositions_{ 0x0528E3B0 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__FocusedBodyData_{ 0x0528E270 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__GalaxyFadeData_{ 0x05291230 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__GalaxyMarkerDataContainer_{ 0x052912D0 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__GalaxyMarkerDefContainer_{ 0x05291380 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__MenuMarkerCoordsData_{ 0x05291DB0 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__OutpostSelect_DS_{ 0x05296B10 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__PlanetInspectToUI_{ 0x0528FD00 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__QuickSystemSelectData_{ 0x05291430 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__StarMapMenuData_{ 0x05291FD0 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__StarMapMenuMarkersData_{ 0x05291F20 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__StarMapOffscreenQuestMarkersData_{ 0x05291E60 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__SurfaceMapDisplayInfo_{ 0x052965A0 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__SurfaceMapInfo_{ 0x05296640 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__SurfaceMarkerList_{ 0x052966E0 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__SystemBodyInfoToUI_{ 0x05291D60 }; - inline constexpr REL::Offset TUIDataToFlash_StarMap__SystemNameHeader_DS_{ 0x05296990 }; - inline constexpr REL::Offset TUIDataToFlash_StarbornPowersData_{ 0x0523E3D0 }; - inline constexpr REL::Offset TUIDataToFlash_StealthData_{ 0x0523E808 }; - inline constexpr REL::Offset TUIDataToFlash_StickData_{ 0x05257D30 }; - inline constexpr REL::Offset TUIDataToFlash_StreamingInstallMenu__StreamingProgressData_{ 0x05297D00 }; - inline constexpr REL::Offset TUIDataToFlash_SubSettingsList_{ 0x0524EAF0 }; - inline constexpr REL::Offset TUIDataToFlash_TESNPCData__ChargenData_{ 0x051C9410 }; - inline constexpr REL::Offset TUIDataToFlash_TESNPCData__ChargenMetadata_{ 0x051C9370 }; - inline constexpr REL::Offset TUIDataToFlash_TakeoffInfo_{ 0x05259B98 }; - inline constexpr REL::Offset TUIDataToFlash_TargetCombatValuesData_{ 0x052585D0 }; - inline constexpr REL::Offset TUIDataToFlash_TargetHighFrequencyData_{ 0x05258410 }; - inline constexpr REL::Offset TUIDataToFlash_TargetLowFrequencyData_{ 0x052584A0 }; - inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestData_{ 0x0529A068 }; - inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestFlushData_{ 0x05299F00 }; - inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestImagesData_{ 0x0529B490 }; - inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestResourcesData_{ 0x05299E60 }; - inline constexpr REL::Offset TUIDataToFlash_TextInputPayload_{ 0x0529BE78 }; - inline constexpr REL::Offset TUIDataToFlash_TraitsData_{ 0x052833B8 }; - inline constexpr REL::Offset TUIDataToFlash_TriggerEvent_{ 0x052684E0 }; - inline constexpr REL::Offset TUIDataToFlash_TutorialMessageManager__MessageData_{ 0x05261730 }; - inline constexpr REL::Offset TUIDataToFlash_UpdateHUDOpacity_{ 0x05265F28 }; - inline constexpr REL::Offset TUIDataToFlash_WeaponGroupAssignment__ShipWeaponGroup_DS_{ 0x0516E9B0 }; - inline constexpr REL::Offset TUIDataToFlash_WeaponGroupAssignment__ShipWeaponList_DS_{ 0x0516E8F0 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopAreaResourcesData_{ 0x0525ACC0 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopCategoryBarData_{ 0x0525AFF0 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopCategoryInfoData_{ 0x0525B400 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopColorData__ColorSettingData_{ 0x052327D0 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopColorData__ColorSwatchesData_{ 0x05232880 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopColorData__ColorTabsData_{ 0x052329D0 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopInfoData_{ 0x0525CD98 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopInteractiveMessageData_{ 0x0525C210 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopMessageData_{ 0x0525C358 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopObjectInfoCardData_{ 0x0525A760 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopStateData_{ 0x0525CD08 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopStatusData_{ 0x05232B10 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopTargetMenu__SourceData_{ 0x052A0FB0 }; - inline constexpr REL::Offset TUIDataToFlash_WorkshopTargetMenu__TargetMenuData_{ 0x052A1190 }; - inline constexpr REL::Offset TUIDataToFlash_XPUpdate_{ 0x052634A0 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_BuyItem_{ 0x0510C890 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_CloseMenu_{ 0x0512CBA0 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_HideModel_{ 0x0512C750 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_LoadModel_{ 0x050EE7A0 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_SellItem_{ 0x050E4180 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_SetMouseOverModel_{ 0x050A1990 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_ShowFailureMessage_{ 0x0512DCA0 }; - inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_ViewedItem_{ 0x0512DC50 }; - inline constexpr REL::Offset TUIEventDispatcher_BoundaryMenu_FastTravel_{ 0x050A1880 }; - inline constexpr REL::Offset TUIEventDispatcher_BoundaryMenu_ShowMap_{ 0x050E44D0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_BrowChange_{ 0x05109FE0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_BrowColorChange_{ 0x0510DF80 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_CancelTextEntry_{ 0x0512DA20 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_CloseMenu_{ 0x0512D760 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_CyclePronoun_{ 0x0512C9D0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_DirtScarsEtcChange_{ 0x050F3190 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_EndBodyChange_{ 0x050EE380 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_EndTextEntry_{ 0x050A1F70 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_EyeColorChange_{ 0x050F21A0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_FacialHairChange_{ 0x0512DF20 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_FacialHairColorChange_{ 0x0512DBB0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_HairChange_{ 0x050EF530 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_HairColorChange_{ 0x0510EC80 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange_{ 0x050EB870 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_HeadpartPresetChange_{ 0x0512CC40 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_JewelryChange_{ 0x050E6820 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_JewelryColorChange_{ 0x050E5C40 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_MakeupChange_{ 0x050EC9C0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_MarkingsChange_{ 0x0512C4C0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_PostBlendColorOptionChange_{ 0x05109EC0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_PostBlendFaceChange_{ 0x05110020 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_PostBlendIntensityChange_{ 0x050F5C80 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_PresetChange_{ 0x0510F6E0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_RollOffLocomotion_{ 0x050E74D0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_RollOnLocomotion_{ 0x0512CD40 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_RotatePaperdoll_{ 0x050DF6B0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetAdditionalSlider_{ 0x050A2AC0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetBackground_{ 0x050E8920 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetBlockInputUnderPopup_{ 0x050ECCB0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetBodyValues_{ 0x050E5DB0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetCameraPosition_{ 0x0512C980 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetPronoun_{ 0x0510A7A0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetSex_{ 0x0510A480 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetSlider_{ 0x0512E1E0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetTrait_{ 0x050EA820 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage_{ 0x050EBF20 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_ShowPlayerRenameMessage_{ 0x0512D6B0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SkintoneChange_{ 0x0510BAA0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_StartBodyChange_{ 0x0512D2A0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_StartTextEntry_{ 0x0510F7F0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SwitchBodyType_{ 0x050EB3A0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_SwitchLocomotion_{ 0x050A29B0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_TeethChange_{ 0x0510C780 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_TeethRollOff_{ 0x050E9DF0 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_TeethRollOn_{ 0x0510CC30 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_ToggleMarking_{ 0x050F2F40 }; - inline constexpr REL::Offset TUIEventDispatcher_CharGen_TogglePreviewHabSuit_{ 0x0510B800 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_CloseMenu_{ 0x0512CF50 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_HideModel_{ 0x0510A580 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_Jettison_{ 0x050F3EE0 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_LoadModel_{ 0x050F1F70 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_OpenRefuelMenu_{ 0x0510FF10 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_SetMouseOverModel_{ 0x0512D9D0 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_TakeAll_{ 0x050EB570 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_ToggleEquip_{ 0x0512DED0 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_TransferAllResources_{ 0x05325D30 }; - inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_TransferItem_{ 0x0512C3D0 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_CraftItem_{ 0x050F27B0 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_ExitBench_{ 0x0510AA30 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_Highlight3D_{ 0x050F45E0 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_InstallMod_{ 0x0512C2A0 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_RenameItem_{ 0x0512D930 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_RevertHighlight_{ 0x050F3810 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_RevertedModdedItem_{ 0x0512D430 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedModSlot_{ 0x050EC7E0 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedMod_{ 0x050ED440 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedModdableItem_{ 0x0512C420 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedRecipe_{ 0x0510D390 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SetInspectControls_{ 0x0512E010 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_ToggleTracking_{ 0x050E1E40 }; - inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_ViewingModdableItem_{ 0x050E0130 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_CloseMenu_{ 0x050E9C80 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_ClosedForSubMenu_{ 0x050EB230 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_Missions_{ 0x050EBDB0 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_OpenPauseMenu_{ 0x052887F0 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_PlotToLocation_{ 0x0512DA70 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_Reopened_{ 0x050EDC50 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedAttributesMenu_{ 0x0512D340 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedInventoryMenu_{ 0x050EEC90 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedMapMenu_{ 0x050E2980 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedPowersMenu_{ 0x050F13A0 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedShipMenu_{ 0x050E6650 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedStatusMenu_{ 0x0510E3C0 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SetMenuForQuickEntry_{ 0x050ED160 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SetPaperDollActive_{ 0x050E8090 }; - inline constexpr REL::Offset TUIEventDispatcher_DataMenu_StartCloseAnim_{ 0x052375F0 }; - inline constexpr REL::Offset TUIEventDispatcher_DataSlateButtons_acceptClicked_{ 0x050F2380 }; - inline constexpr REL::Offset TUIEventDispatcher_DataSlateButtons_cancelClicked_{ 0x0512C840 }; - inline constexpr REL::Offset TUIEventDispatcher_DataSlateMenu_playSFX_{ 0x0510C450 }; - inline constexpr REL::Offset TUIEventDispatcher_DataSlateMenu_toggleAudio_{ 0x050EDE10 }; - inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_CompleteExit_{ 0x0510B6F0 }; - inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_OnDialogueSelect_{ 0x0510DE70 }; - inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_OnListVisibilityChange_{ 0x0510DA70 }; - inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin_{ 0x0512D070 }; - inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_RequestExit_{ 0x0512DC00 }; - inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_RequestSkipDialogue_{ 0x050A2710 }; - inline constexpr REL::Offset TUIEventDispatcher_DocAcceptMenu_Accept_{ 0x05229E00 }; - inline constexpr REL::Offset TUIEventDispatcher_FavoritesMenu_AssignQuickkey_{ 0x0510D280 }; - inline constexpr REL::Offset TUIEventDispatcher_FavoritesMenu_UseQuickkey_{ 0x050E2530 }; - inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_CloseAllMenus_{ 0x0510C560 }; - inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_CloseMenu_{ 0x0510A690 }; - inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_PlayMenuSound_{ 0x0512D020 }; - inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_StartGameRender_{ 0x0512C340 }; - inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_UserEvent_{ 0x050EA190 }; - inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate_{ 0x0510D160 }; - inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_OpenDataMenu_{ 0x0512CF00 }; - inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_OpenMissionMenu_{ 0x0512DE30 }; - inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_SetMissionActive_{ 0x050E5460 }; - inline constexpr REL::Offset TUIEventDispatcher_HUDRolloverActivationButtonEvent_{ 0x050E7C70 }; - inline constexpr REL::Offset TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent_{ 0x0512CCE0 }; - inline constexpr REL::Offset TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay_{ 0x050F4840 }; - inline constexpr REL::Offset TUIEventDispatcher_HangarShipSelection_RepairShip_{ 0x0512CAB0 }; - inline constexpr REL::Offset TUIEventDispatcher_HangarShipSelection_UpgradeSystem_{ 0x0510B300 }; - inline constexpr REL::Offset TUIEventDispatcher_ImageFixtureEvent_RequestImage_{ 0x0510BFA0 }; - inline constexpr REL::Offset TUIEventDispatcher_ImageFixtureEvent_UnregisterImage_{ 0x050F5960 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_Change3DView_{ 0x050E19E0 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_DropItem_{ 0x050EE9E0 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_HideModel_{ 0x0512E190 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_LoadModel_{ 0x0510C280 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_OnEnterCategory_{ 0x0512DE80 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_OpenCargoHold_{ 0x050E0990 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_PaperDollTryOn_{ 0x050E82E0 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ResetPaperDollInv_{ 0x0512C660 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_SelectItem_{ 0x050E8450 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_SetMouseOverModel_{ 0x0510FCF0 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_StartCloseAnim_{ 0x0526D550 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ToggleFavorite_{ 0x0512D0C0 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ToggleHelmet_{ 0x050F57D0 }; - inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ToggleSuit_{ 0x0512D390 }; - inline constexpr REL::Offset TUIEventDispatcher_Inventory_SetSort_{ 0x0512E100 }; - inline constexpr REL::Offset TUIEventDispatcher_LevelUp_AnimFinished_{ 0x0510ED90 }; - inline constexpr REL::Offset TUIEventDispatcher_LevelUp_OnWidgetShown_{ 0x0510D040 }; - inline constexpr REL::Offset TUIEventDispatcher_LevelUp_OpenDataMenu_{ 0x050E4990 }; - inline constexpr REL::Offset TUIEventDispatcher_LevelUp_ShowSkills_{ 0x050E2D80 }; - inline constexpr REL::Offset TUIEventDispatcher_LoadingMenu_RefreshText_{ 0x050ED270 }; - inline constexpr REL::Offset TUIEventDispatcher_LocationTextWidget_FinishedQueue_{ 0x050E4B00 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_ActionCanceled_{ 0x0512C470 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_ActionConfirmed_{ 0x0512D200 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_ConfirmLoad_{ 0x050E1FC0 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_DeleteSave_{ 0x050F0880 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_LegalScreenComplete_{ 0x0532B150 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_SetCharacter_{ 0x0512D980 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_StartAction_{ 0x050E5640 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_StartLoad_{ 0x050F4CC0 }; - inline constexpr REL::Offset TUIEventDispatcher_MainMenu_UploadSave_{ 0x0512C6B0 }; - inline constexpr REL::Offset TUIEventDispatcher_MessageBoxMenu_OnBackOut_{ 0x0512D7A0 }; - inline constexpr REL::Offset TUIEventDispatcher_MessageBoxMenu_OnButtonPress_{ 0x0512C930 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionBoard_MissionEntryChanged_{ 0x050A15C0 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionBoard_MissionEntryPressed_{ 0x050E3CB0 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ClearState_{ 0x050F0EC0 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_PlotToLocation_{ 0x050DFD30 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_RejectQuest_{ 0x050E1760 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_SaveCategoryIndex_{ 0x050F1D30 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_SaveOpenedId_{ 0x050E0F50 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ShowItemLocation_{ 0x050E5100 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ToggleQTDisplay_{ 0x0526A0F0 }; - inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ToggleTrackingQuest_{ 0x050E6DF0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Bioscan_{ 0x050E9970 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_FastTravel_{ 0x050EC4F0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Harvest_{ 0x050EE1B0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Initialize_{ 0x0512DFC0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Outpost_{ 0x050F1030 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_PhotoMode_{ 0x050E04F0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Shutdown_{ 0x050DFC20 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_SocialSpell_{ 0x050E58F0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_StartContainerView_{ 0x0512D610 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_StopContainerView_{ 0x0510BE90 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_SurfaceMap_{ 0x0512C7F0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_UseListScrollControls_{ 0x050F4EC0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_ZoomIn_{ 0x050E38F0 }; - inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_ZoomOut_{ 0x0510B5E0 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ActionCanceled_{ 0x0512CA60 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ConfirmAction_{ 0x0512D5C0 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ConfirmLoad_{ 0x0510EB70 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ConfirmSave_{ 0x050EBB80 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_DeleteSave_{ 0x050E3F00 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_QuitToDesktop_{ 0x0512CDE0 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_SetCharacter_{ 0x050EC660 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_StartAction_{ 0x050E1230 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_StartLoad_{ 0x0512DDE0 }; - inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_UploadSave_{ 0x0512E0B0 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoGallery_DeletePhoto_{ 0x0510DCA0 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_InitializeCategory_{ 0x050E3470 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_ResetToDefaults_{ 0x050A2140 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_SliderChanged_{ 0x0510A380 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_StepperChanged_{ 0x0512DB60 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_TakeSnapshot_{ 0x0510ADD0 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_ToggleHelmet_{ 0x0512C610 }; - inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_ToggleUI_{ 0x0510BCC0 }; - inline constexpr REL::Offset TUIEventDispatcher_PickpocketMenu_OnItemSelect_{ 0x050E31D0 }; - inline constexpr REL::Offset TUIEventDispatcher_PlayBink_CloseMenu_{ 0x050E8CD0 }; - inline constexpr REL::Offset TUIEventDispatcher_PowersMenu_ActivateEssence_{ 0x050EDA10 }; - inline constexpr REL::Offset TUIEventDispatcher_PowersMenu_EquipPower_{ 0x050E4820 }; - inline constexpr REL::Offset TUIEventDispatcher_PowersMenu_FavoritePower_{ 0x0512DD40 }; - inline constexpr REL::Offset TUIEventDispatcher_Refuel_Accept_{ 0x050E0DF0 }; - inline constexpr REL::Offset TUIEventDispatcher_Refuel_Cancel_{ 0x0512C390 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_AddMaterial_{ 0x0512CE60 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_CategorySelected_{ 0x050F0AC0 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_ExitMenu_{ 0x0510AB40 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_HideModel_{ 0x0510E650 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_PreviewProject_{ 0x0512C7A0 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_ProjectViewed_{ 0x050E4F90 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_SetInspectControls_{ 0x0512CB50 }; - inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_ToggleTrackingProject_{ 0x0512D110 }; - inline constexpr REL::Offset TUIEventDispatcher_Reticle_OnLongAnimFinished_{ 0x050E4070 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_BackOutKey_{ 0x050E4C80 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_CloseMenu_{ 0x0510F170 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_ConfirmExit_{ 0x0512E060 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys_{ 0x0510AFF0 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_GetRingHint_{ 0x0512D840 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_SelectNewKey_{ 0x050DF820 }; - inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_TryUseKey_{ 0x050F49C0 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_CheckBoxChanged_{ 0x050E8630 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_ClearBinding_{ 0x050F0100 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_OpenCategory_{ 0x0510FBE0 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_OpenSettings_{ 0x0510FAD0 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_RemapConfirmed_{ 0x0512C700 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_RemapMode_{ 0x0512DB10 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_ResetToDefaults_{ 0x050F1BB0 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_SaveControls_{ 0x0512DD90 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_SaveSettings_{ 0x0512CB00 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_SliderChanged_{ 0x0510E8E0 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_StepperChanged_{ 0x0512D8E0 }; - inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_ValidateControls_{ 0x0512CFA0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipBuilder_CloseAllMenus_{ 0x050A1AA0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipCrewAssignMenu_Assign_{ 0x0510FE00 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipCrewAssignMenu_Unassign_{ 0x0510AEE0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_Close_{ 0x0510F450 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu_{ 0x050E4360 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_SetSort_{ 0x050E23C0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_ViewedItem_{ 0x0510D5B0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_ChangeModuleCategory_{ 0x0510F340 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged_{ 0x050EAA00 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged_{ 0x050F3AE0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput_{ 0x050E0670 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnExitConfirmCancel_{ 0x0510B410 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnExitConfirmExit_{ 0x050EA480 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit_{ 0x050E97F0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged_{ 0x0512C240 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnHintButtonActivated_{ 0x050E6170 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked_{ 0x0512C5B0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnRenameEndEditText_{ 0x050EE5D0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnRenameInputCancelled_{ 0x050F1910 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged_{ 0x0512D480 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_PreviewShipPart_{ 0x050A11E0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_PreviewUpgrade_{ 0x050EB680 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_RemoveAll3D_{ 0x05109CE0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_SelectedShipPart_{ 0x0512D170 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_SelectedUpgrade_{ 0x05109BD0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_SystemSelected_{ 0x050E2BB0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHudQuickContainer_TransferItem_{ 0x050E90A0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHudQuickContainer_TransferMenu_{ 0x050F5AF0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_AbortJump_{ 0x0510EEA0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Activate_{ 0x050F3C50 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions_{ 0x0510F060 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_ChangeComponentSelection_{ 0x050F4470 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_CloseMenu_{ 0x050E2700 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Deselect_{ 0x050E2E80 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_DockRequested_{ 0x050EC2B0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_FarTravel_{ 0x050E22C0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_HailAccepted_{ 0x0512C510 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_HailCancelled_{ 0x0510C670 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_HailShip_{ 0x050E6B00 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_JumpToQuestMarker_{ 0x0512DAC0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Land_{ 0x050E7750 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_LandingMarkerMap_{ 0x050E10C0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Map_{ 0x050EF760 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_OnMonocleToggle_{ 0x0510F900 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_OpenPhotoMode_{ 0x050ECB30 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Repair_{ 0x050A16C0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_SetTargetMode_{ 0x050E0C90 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_TargetShipSystem_{ 0x0510DB90 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Target_{ 0x0512CA18 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_UntargetShipSystem_{ 0x0510A1B0 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_UpdateComponentPower_{ 0x050F1780 }; - inline constexpr REL::Offset TUIEventDispatcher_ShipHud_UpdateTargetPanelRect_{ 0x050E3710 }; - inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_Accept_{ 0x0512D4D0 }; - inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_AddPatch_{ 0x050E18D0 }; - inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_Cancel_{ 0x050E6F00 }; - inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility_{ 0x050EBA10 }; - inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_SaveLastCategory_{ 0x050E1520 }; - inline constexpr REL::Offset TUIEventDispatcher_SleepWaitMenu_InterruptRest_{ 0x0510BBB0 }; - inline constexpr REL::Offset TUIEventDispatcher_SleepWaitMenu_StartRest_{ 0x050F2A90 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ExecuteRoute_{ 0x050E7B00 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem_{ 0x050E7200 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_LandingInputInProgress_{ 0x0512D700 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x050A2330 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked_{ 0x050EFD10 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x050E57D0 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnCancel_{ 0x0512D2F0 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnClearRoute_{ 0x050F2920 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnExitStarMap_{ 0x050A13C0 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized_{ 0x050E9240 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnHintButtonClicked_{ 0x050A1E60 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected_{ 0x050E4E70 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_QuickSelectChange_{ 0x0510D950 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ReadyToClose_{ 0x050E63B0 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ScanPlanet_{ 0x0510E180 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed_{ 0x0512D560 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_SelectedLandingSite_{ 0x0512CEB0 }; - inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ShowRealCursor_{ 0x0512C890 }; - inline constexpr REL::Offset TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud_{ 0x052956B0 }; - inline constexpr REL::Offset TUIEventDispatcher_SurfaceMapMenu_MarkerClicked_{ 0x050E7F10 }; - inline constexpr REL::Offset TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x0510E2A0 }; - inline constexpr REL::Offset TUIEventDispatcher_TakeoffMenu_CloseMenu_{ 0x050A1BB0 }; - inline constexpr REL::Offset TUIEventDispatcher_TakeoffMenu_ExitShip_{ 0x050F54D0 }; - inline constexpr REL::Offset TUIEventDispatcher_TakeoffMenu_Launch_{ 0x050E1BB0 }; - inline constexpr REL::Offset TUIEventDispatcher_TerminalMenu_CancelEvent_{ 0x0512CD90 }; - inline constexpr REL::Offset TUIEventDispatcher_Terminal_CloseAllViews_{ 0x050EE0A0 }; - inline constexpr REL::Offset TUIEventDispatcher_Terminal_CloseTopView_{ 0x050E9FC0 }; - inline constexpr REL::Offset TUIEventDispatcher_Terminal_CloseView_{ 0x0512C8E0 }; - inline constexpr REL::Offset TUIEventDispatcher_Terminal_MenuItemClick_{ 0x050EF990 }; - inline constexpr REL::Offset TUIEventDispatcher_TestMenu_DoAction_{ 0x050E7310 }; - inline constexpr REL::Offset TUIEventDispatcher_TestMenu_ExitMenu_{ 0x0512D1C0 }; - inline constexpr REL::Offset TUIEventDispatcher_TestMenu_ShowImages_{ 0x050EA590 }; - inline constexpr REL::Offset TUIEventDispatcher_TestMenu_ShowResources_{ 0x0510C170 }; - inline constexpr REL::Offset TUIEventDispatcher_TestMenu_TestAll_{ 0x0510E080 }; - inline constexpr REL::Offset TUIEventDispatcher_TextInputMenu_EndEditText_{ 0x050E8F10 }; - inline constexpr REL::Offset TUIEventDispatcher_TextInputMenu_InputCanceled_{ 0x050F0710 }; - inline constexpr REL::Offset TUIEventDispatcher_TextInputMenu_StartEditText_{ 0x0512D660 }; - inline constexpr REL::Offset TUIEventDispatcher_TitleSequenceMenu_StartMusic_{ 0x0532DB30 }; - inline constexpr REL::Offset TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll_{ 0x050E3600 }; - inline constexpr REL::Offset TUIEventDispatcher_UpdateSceneRectEvent_{ 0x050EA300 }; - inline constexpr REL::Offset TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x050ED560 }; - inline constexpr REL::Offset TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0510CF20 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopActionButton_HoldFinished_{ 0x050ED780 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopActionButton_HoldStopped_{ 0x0512E140 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0510B110 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem_{ 0x050ED890 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking_{ 0x050EACC0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_ApplyColors_{ 0x050E1CC0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_SelectedTab_{ 0x0512D510 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_SliderChanged_{ 0x050E6C70 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_SwatchChanged_{ 0x0510CE00 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_AttemptBuild_{ 0x050EF3C0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_CancelAction_{ 0x0512D890 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ChangeVariant_{ 0x0512C2F0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ConnectionEvent_{ 0x0512D250 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ExitMenu_{ 0x0512DCF0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_MessageCallback_{ 0x0512C560 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_SelectedCategory_{ 0x050E1410 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_SelectedGridObject_{ 0x0512D3E0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ShowExtras_{ 0x0512DF70 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_SwitchMode_{ 0x0510CA60 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ToggleDistance_{ 0x050DFF10 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ToggleTracking_{ 0x050DF930 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ToggleView_{ 0x0512D7F0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction_{ 0x0512CBF0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopQuickMenu_ExitMenu_{ 0x0512CC90 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopShared_SetActionHandles_{ 0x0510D4A0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopShared_StartAction_{ 0x050E52E0 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopTargetMenu_TargetHovered_{ 0x0510D840 }; - inline constexpr REL::Offset TUIEventDispatcher_WorkshopTargetMenu_TargetPicked_{ 0x050E3BA0 }; - inline constexpr REL::Offset TUIValue_BSFixedStringCS_{ 0x05159460 }; - inline constexpr REL::Offset TUIValue_BSFixedString_{ 0x05177738 }; - inline constexpr REL::Offset TUIValue_bool_{ 0x05159410 }; - inline constexpr REL::Offset TUIValue_double_{ 0x0528FF18 }; - inline constexpr REL::Offset TUIValue_float_{ 0x051746B8 }; - inline constexpr REL::Offset TUIValue_int_{ 0x05159438 }; - inline constexpr REL::Offset TUIValue_unsigned__int64_{ 0x05241CC0 }; - inline constexpr REL::Offset TUIValue_unsignedint_{ 0x051593E8 }; - inline constexpr REL::Offset TagPropagationNode{ 0x0536D340 }; - inline constexpr REL::Offset TagPropagationNodeInstance{ 0x0536D370 }; - inline constexpr REL::Offset TakeOffInitiateCompleteHandler{ 0x052E9798 }; - inline constexpr REL::Offset TakeoffMenu{ 0x0528C8C8 }; - inline constexpr REL::Offset TakeoffMenuDataModel{ 0x05259AC8 }; - inline constexpr REL::Offset TakeoffMenuDataModel__TakeoffMenuEventShuttle{ 0x05259B50 }; - inline constexpr REL::Offset TakeoffMenu_CloseMenu{ 0x0528C9E8 }; - inline constexpr REL::Offset TakeoffMenu_ExitShip{ 0x0528CA18 }; - inline constexpr REL::Offset TakeoffMenu_Launch{ 0x0528CA98 }; - inline constexpr REL::Offset TargetEntry{ 0x051EA948 }; - inline constexpr REL::Offset TargetValueModifierEffect{ 0x052A43D8 }; - inline constexpr REL::Offset TaskQueueInterface__QueueHavokAdd__2__FilterBipedPartOnAdd{ 0x052C6070 }; - inline constexpr REL::Offset TelekinesisEffect{ 0x052A44A8 }; - inline constexpr REL::Offset TeleportDoorSearch{ 0x051FE5C0 }; - inline constexpr REL::Offset TempLoadedCellDB__LoadTempDataForCell{ 0x05165748 }; - inline constexpr REL::Offset TerminalMenu_CancelEvent{ 0x05299608 }; - inline constexpr REL::Offset TerminalOpenViewCallback{ 0x052983B0 }; - inline constexpr REL::Offset TerminalRunResultsCallback{ 0x052983E0 }; - inline constexpr REL::Offset Terminal_CloseAllViews{ 0x05298380 }; - inline constexpr REL::Offset Terminal_CloseTopView{ 0x052995D8 }; - inline constexpr REL::Offset Terminal_CloseView{ 0x052995A8 }; - inline constexpr REL::Offset Terminal_MenuItemClick{ 0x05299638 }; - inline constexpr REL::Offset Terminal__AddAliasedTerminalsFunc{ 0x05299528 }; - inline constexpr REL::Offset Terminal__GenesisTerminalMenu{ 0x052982C8 }; - inline constexpr REL::Offset Terminal__GenesisTerminalMenu_UnlockItemConfirm{ 0x052994E0 }; - inline constexpr REL::Offset Terminal__GenesisTerminalMenu_UnlockedItemWithKey{ 0x05299560 }; - inline constexpr REL::Offset Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle{ 0x05297F50 }; - inline constexpr REL::Offset TerminateGraphRagdollHandler{ 0x052E9580 }; - inline constexpr REL::Offset TerrainDB__TerrainBarrierNode{ 0x051C6F50 }; - inline constexpr REL::Offset TerrainDB__TerrainGraphProcessor{ 0x051C6EC8 }; - inline constexpr REL::Offset TestMenu{ 0x0529A840 }; - inline constexpr REL::Offset TestMenu_DoAction{ 0x0529A860 }; - inline constexpr REL::Offset TestMenu_ExitMenu{ 0x0529A7D8 }; - inline constexpr REL::Offset TestMenu_ShowImages{ 0x0529A8E0 }; - inline constexpr REL::Offset TestMenu_ShowResources{ 0x0529A8B0 }; - inline constexpr REL::Offset TestMenu_TestAll{ 0x0529A888 }; - inline constexpr REL::Offset TestMenu__TestMenuEventShuttle{ 0x0529A450 }; - inline constexpr REL::Offset TestReferencedObject{ 0x05084A28 }; - inline constexpr REL::Offset TextInputMenu{ 0x0529C078 }; - inline constexpr REL::Offset TextInputMenu_EndEditText{ 0x0529BFF8 }; - inline constexpr REL::Offset TextInputMenu_InputCanceled{ 0x0529C0A0 }; - inline constexpr REL::Offset TextInputMenu_StartEditText{ 0x0529C0D8 }; - inline constexpr REL::Offset TextInputMenu__TextInputEventShuttle{ 0x0529BD98 }; - inline constexpr REL::Offset TextRenderer{ 0x0539FC50 }; - inline constexpr REL::Offset TextRenderer3D{ 0x05116720 }; - inline constexpr REL::Offset TextureDB__ErrorStreamer{ 0x051348F8 }; - inline constexpr REL::Offset TextureDB__ITextureStreamer{ 0x05134928 }; - inline constexpr REL::Offset TextureDB__Manager{ 0x053C9360 }; - inline constexpr REL::Offset TextureDB__SetTextureDistanceBias__9__ChangeBiasNode{ 0x053C92F0 }; - inline constexpr REL::Offset TextureUtils__AutoQueuedDependentNode{ 0x05387860 }; - inline constexpr REL::Offset TextureUtils__TextureIdSet{ 0x051E4508 }; - inline constexpr REL::Offset TextureUtils__WaitStreamedNode{ 0x05387908 }; - inline constexpr REL::Offset ThirdPersonState{ 0x052090D8 }; - inline constexpr REL::Offset ThumbstickEvent{ 0x05370690 }; - inline constexpr REL::Offset TimeMultiplierProvider{ 0x051C0E50 }; - inline constexpr REL::Offset TimerEvent{ 0x0536DFB0 }; - inline constexpr REL::Offset TimerEventInstance{ 0x0536DF80 }; - inline constexpr REL::Offset TitleSequenceMenu{ 0x0532DB80 }; - inline constexpr REL::Offset TitleSequenceMenu_StartMusic{ 0x0532DAF8 }; - inline constexpr REL::Offset TranslationAdjustment{ 0x0536A228 }; - inline constexpr REL::Offset TranslationAdjustmentInstance{ 0x0536D2A8 }; - inline constexpr REL::Offset TrapEntry{ 0x051EBFF0 }; - inline constexpr REL::Offset TrapTargetEntry{ 0x051EAA40 }; - inline constexpr REL::Offset TraversalCollisionFilter{ 0x05194C20 }; - inline constexpr REL::Offset TraversalFinishedHandler{ 0x052E95B8 }; - inline constexpr REL::Offset TraversalStepDoneHandler{ 0x052E9648 }; - inline constexpr REL::Offset TreeOverlapsBufferedPairCollector_0_{ 0x0508C728 }; - inline constexpr REL::Offset TreeOverlapsBufferedPairCollector_1_{ 0x0508C6E8 }; - inline constexpr REL::Offset TrespassPackage{ 0x052D3978 }; - inline constexpr REL::Offset TrianglePathWaterLedgeTraversalSplitter{ 0x053AF820 }; - inline constexpr REL::Offset TurnUndeadEffect{ 0x052A4430 }; - inline constexpr REL::Offset TutorialMessageManager{ 0x05261698 }; - inline constexpr REL::Offset TutorialMessageManager__TutorialMessageEventShuttle{ 0x05231440 }; - inline constexpr REL::Offset TweenMenuCameraState{ 0x05323260 }; - inline constexpr REL::Offset TwoBoneIKNode{ 0x0536A200 }; - inline constexpr REL::Offset TwoBoneIKNodeInstance{ 0x0536D2E0 }; - inline constexpr REL::Offset TypeRegistryTest__Ref{ 0x0507F3E0 }; - inline constexpr REL::Offset TypeRegistryTest__TypedefChild{ 0x0507F960 }; - inline constexpr REL::Offset UI{ 0x0539DFF8 }; - inline constexpr REL::Offset UIBlurManager{ 0x0532DC48 }; - inline constexpr REL::Offset UICellRenderer{ 0x0516F2D0 }; - inline constexpr REL::Offset UICellRenderer_InventoryItem{ 0x0516F378 }; - inline constexpr REL::Offset UICellRenderer_InventoryItem__ItemModelLoadTask{ 0x0516F3B0 }; - inline constexpr REL::Offset UIDataShuttle{ 0x051593A0 }; - inline constexpr REL::Offset UIDataShuttleConnector{ 0x0539E3A8 }; - inline constexpr REL::Offset UIDataShuttleContainer{ 0x05159348 }; - inline constexpr REL::Offset UIDataToFlash{ 0x05158F90 }; - inline constexpr REL::Offset UIEventDispatcher{ 0x0512CFF0 }; - inline constexpr REL::Offset UIMenuChargenMenuDisablePaperdoll{ 0x05285A80 }; - inline constexpr REL::Offset UIMessageData_BGSTerminal_{ 0x051CE6A0 }; - inline constexpr REL::Offset UIMessageData_BSFixedStringconst_{ 0x05261C90 }; - inline constexpr REL::Offset UIMessageData_BSSaveDataSystemUtility__ValidateUserResult_{ 0x05243CB0 }; - inline constexpr REL::Offset UIMessageData_BSTTuple_BSFixedString_bool__{ 0x051CC4F0 }; - inline constexpr REL::Offset UIMessageData_BSTTuple_BSFixedString_unsignedint__{ 0x0526FE60 }; - inline constexpr REL::Offset UIMessageData_ConsoleData_{ 0x05323A00 }; - inline constexpr REL::Offset UIMessageData_CraftingBenchUtils__ActivatingBenchParams_{ 0x052A15E0 }; - inline constexpr REL::Offset UIMessageData_EndGameCreditsMenu__CustomEvent_{ 0x0522E4E0 }; - inline constexpr REL::Offset UIMessageData_FaderData_{ 0x0532DEA0 }; - inline constexpr REL::Offset UIMessageData_HUDData_{ 0x05266748 }; - inline constexpr REL::Offset UIMessageData_LoadingMenuData_{ 0x0532DED8 }; - inline constexpr REL::Offset UIMessageData_LoadingMenuShowData_{ 0x0517D1D0 }; - inline constexpr REL::Offset UIMessageData_OpenContainerMenuMessage_{ 0x0523AFD0 }; - inline constexpr REL::Offset UIMessageData_OpenRefuelMenuMessage_{ 0x053253C8 }; - inline constexpr REL::Offset UIMessageData_OpenShipCrewAssignMenuMessage_{ 0x05278A70 }; - inline constexpr REL::Offset UIMessageData_ScopeMenu__ScopeReason_{ 0x051CF920 }; - inline constexpr REL::Offset UIMessageData_ScopeMenu__ScopeReasonconst_{ 0x052D12F0 }; - inline constexpr REL::Offset UIMessageData_ShowBuilderMenuParams_{ 0x0529CDF0 }; - inline constexpr REL::Offset UIMessageData_ShowDocAcceptMenuData_{ 0x05242F78 }; - inline constexpr REL::Offset UIMessageData_ShowMissionBoardMsgData_{ 0x0533EE20 }; - inline constexpr REL::Offset UIMessageData_ShowPipelineGenerationData_{ 0x0522E600 }; - inline constexpr REL::Offset UIMessageData_ShowWorkshopTargetMenuParams_{ 0x052A0970 }; - inline constexpr REL::Offset UIMessageData_SpaceshipEditor__OpenHangarForVendingMsg_{ 0x05342DE0 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetBodyFocusForQuestMsg_{ 0x05253530 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetCourseToQuestMsg_{ 0x05269690 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetCursorActiveMsg_{ 0x05269640 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetCursorStateMsg_{ 0x05293F50 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetGameCursorMsg_{ 0x05293F00 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetPreviewRouteDestinationMsg_{ 0x052902A0 }; - inline constexpr REL::Offset UIMessageData_StarMap__SetRouteDestinationMsg_{ 0x051E65A0 }; - inline constexpr REL::Offset UIMessageData_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051CE6E0 }; - inline constexpr REL::Offset UIMessageData_WeaponGroupAssignment__ReturnDataMsg_{ 0x0516E570 }; - inline constexpr REL::Offset UIMessageData_WorkshopUI__GenericTextMessageMsg_{ 0x0535AF90 }; - inline constexpr REL::Offset UIMessageData___InitParams_{ 0x0532CC60 }; - inline constexpr REL::Offset UIMessageData_bool_{ 0x0522DB88 }; - inline constexpr REL::Offset UIMessageData_boolconst_{ 0x05243EB0 }; - inline constexpr REL::Offset UIMessageData_int_{ 0x05299108 }; - inline constexpr REL::Offset UIMessageData_nsMainMenuStateDataModel__UserIconFinishedMsg_{ 0x05243D10 }; - inline constexpr REL::Offset UIMessageData_nsPauseMenuMsgs__NoSaveExitResponseMsg_{ 0x0528A020 }; - inline constexpr REL::Offset UISaveLoadManager{ 0x052BA9B0 }; - inline constexpr REL::Offset Unassignable{ 0x053EA4A0 }; - inline constexpr REL::Offset UnassignableAndUncopyable{ 0x053FC8E0 }; - inline constexpr REL::Offset Uncopyable{ 0x0513B498 }; - inline constexpr REL::Offset UncullFurnitureBoneHandler{ 0x052E9DC0 }; - inline constexpr REL::Offset UncullWeaponsHandler{ 0x052E9E20 }; - inline constexpr REL::Offset UnitTest__ClassWithHashMap_int_{ 0x0507F2E0 }; - inline constexpr REL::Offset UnitTest__CopyableReferencedObject{ 0x0507F378 }; - inline constexpr REL::Offset UnitTest__Interface{ 0x0507F5E8 }; - inline constexpr REL::Offset UnitTest__InterfaceImpl0{ 0x0507F618 }; - inline constexpr REL::Offset UnitTest__InterfaceImpl1{ 0x0507F648 }; - inline constexpr REL::Offset UnitTest__InterfaceUnregistered0{ 0x0507F678 }; - inline constexpr REL::Offset UnitTest__InterfaceUnregistered1{ 0x0507F6B0 }; - inline constexpr REL::Offset UnitTest__NestedRelArray{ 0x0507F348 }; - inline constexpr REL::Offset UnitTest__SetterTest__Foo{ 0x0507F3B0 }; - inline constexpr REL::Offset UnitTest__SimpleRelArray{ 0x0507F318 }; - inline constexpr REL::Offset UnitTest__TypeVm__Record{ 0x0507F410 }; - inline constexpr REL::Offset UnitTest__UrlObject__Shape{ 0x0507F6E8 }; - inline constexpr REL::Offset UnitTest__UrlObject__TestGraph{ 0x0507F718 }; - inline constexpr REL::Offset UpdateParticleParticleInDirtyAabbsTask{ 0x05088B10 }; - inline constexpr REL::Offset UpdateRigidBodyDirtyAabbsTask{ 0x05088AD8 }; - inline constexpr REL::Offset UpdateSceneRectEvent{ 0x0539E9E8 }; - inline constexpr REL::Offset UseStimpakHandler{ 0x052E9938 }; - inline constexpr REL::Offset UsesBSGFXFunctionHandler{ 0x052626C8 }; - inline constexpr REL::Offset VATS{ 0x052EE720 }; - inline constexpr REL::Offset VATSCameraState{ 0x05323290 }; - inline constexpr REL::Offset VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor{ 0x052EE3D0 }; - inline constexpr REL::Offset ValueModifierEffect{ 0x052A26D0 }; - inline constexpr REL::Offset VariableCombiner{ 0x0536A258 }; - inline constexpr REL::Offset VariableCombinerInstance{ 0x0536D310 }; - inline constexpr REL::Offset VectorUIValue_InternalVector3UIValue_{ 0x051CB660 }; - inline constexpr REL::Offset VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor{ 0x053B83F0 }; - inline constexpr REL::Offset VirtualPathingDoor{ 0x0518B178 }; - inline constexpr REL::Offset VisitReturnData_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__BSTAlignedScrapArrayAllocator_16__{ 0x053B4940 }; - inline constexpr REL::Offset VisitReturnData_MovementVector_BSTAlignedScrapArrayAllocator_16__{ 0x053B48D0 }; - inline constexpr REL::Offset VisitReturnData_NiPoint3_BSTAlignedScrapArrayAllocator_16__{ 0x053B4870 }; - inline constexpr REL::Offset WaterPathPathingNodeGenerator{ 0x053B7E98 }; - inline constexpr REL::Offset WaterPathRayValidator{ 0x053B7F68 }; - inline constexpr REL::Offset WeaponAttachHandler{ 0x052E98D8 }; - inline constexpr REL::Offset WeaponBeginDrawHandler{ 0x052EA388 }; - inline constexpr REL::Offset WeaponBeginSheatheHandler{ 0x052EA358 }; - inline constexpr REL::Offset WeaponDetachHandler{ 0x052E98A8 }; - inline constexpr REL::Offset WeaponDrawHandler{ 0x052EA3E8 }; - inline constexpr REL::Offset WeaponEnchantmentController{ 0x052A3F40 }; - inline constexpr REL::Offset WeaponFireEndHandler{ 0x052E9C08 }; - inline constexpr REL::Offset WeaponFireHandler{ 0x052E8710 }; - inline constexpr REL::Offset WeaponFireStartHandler{ 0x052E9C38 }; - inline constexpr REL::Offset WeaponGroupAssignmentMenu_ChangeWeaponAssignment{ 0x0516EA60 }; - inline constexpr REL::Offset WeaponGroupAssignmentMenu_OnHintButtonActivated{ 0x0516EA10 }; - inline constexpr REL::Offset WeaponGroupAssignment__InitDataMsg{ 0x0508D050 }; - inline constexpr REL::Offset WeaponGroupAssignment__ReturnDataMsg{ 0x0508D010 }; - inline constexpr REL::Offset WeaponGroupAssignment__WeaponGroupAssignmentMenu{ 0x0516EC30 }; - inline constexpr REL::Offset WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle{ 0x0516E7C0 }; - inline constexpr REL::Offset WeaponSheatheHandler{ 0x052EA3B8 }; - inline constexpr REL::Offset WeaponSheatheInterruptHandler{ 0x052EA2C8 }; - inline constexpr REL::Offset WeaponSwingHandler{ 0x052EA210 }; - inline constexpr REL::Offset WeaponUtils____CollectCalculationIdentifiers{ 0x051D07B0 }; - inline constexpr REL::Offset WeaponsCraftingMenu{ 0x0529C800 }; - inline constexpr REL::Offset WeightedModifierVisitor_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ 0x053B4780 }; - inline constexpr REL::Offset WeightedModifierVisitor_MovementVector_{ 0x053B46F0 }; - inline constexpr REL::Offset WeightedModifierVisitor_NiPoint3_{ 0x053B4738 }; - inline constexpr REL::Offset Win32FileSystemWatcher{ 0x0507FC78 }; - inline constexpr REL::Offset WorkshopActionButton_HoldFinished{ 0x052A2660 }; - inline constexpr REL::Offset WorkshopActionButton_HoldStopped{ 0x052A25C0 }; - inline constexpr REL::Offset WorkshopAreaResourcesDataModel{ 0x0525AA70 }; - inline constexpr REL::Offset WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle{ 0x0525AAB0 }; - inline constexpr REL::Offset WorkshopBIEvents__WorkshopEventManager{ 0x052A56D0 }; - inline constexpr REL::Offset WorkshopBuilderDataModel{ 0x0525BBB8 }; - inline constexpr REL::Offset WorkshopBuilderDataModel__WorkshopBuilderEventShuttle{ 0x0525BCC0 }; - inline constexpr REL::Offset WorkshopBuilderMenu{ 0x0529D210 }; - inline constexpr REL::Offset WorkshopBuilderMenu_ChangeBuildItem{ 0x0529D278 }; - inline constexpr REL::Offset WorkshopBuilderMenu_SelectedItem{ 0x0529D240 }; - inline constexpr REL::Offset WorkshopBuilderMenu_ToggleTracking{ 0x0529D1D0 }; - inline constexpr REL::Offset WorkshopCamera__CameraHitCollector{ 0x05209828 }; - inline constexpr REL::Offset WorkshopCamera__WorkshopCharacterProxyListener{ 0x05209860 }; - inline constexpr REL::Offset WorkshopCategoryBarDataModel{ 0x0525ADD8 }; - inline constexpr REL::Offset WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle{ 0x0525AF90 }; - inline constexpr REL::Offset WorkshopCategoryInfoDataModel{ 0x0525B4C8 }; - inline constexpr REL::Offset WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle{ 0x0525B3A0 }; - inline constexpr REL::Offset WorkshopColorModeDataModel{ 0x05232698 }; - inline constexpr REL::Offset WorkshopColorModeDataModel__WorkshopColorModeEventShuttle{ 0x052328D0 }; - inline constexpr REL::Offset WorkshopColorMode_ApplyColors{ 0x05232498 }; - inline constexpr REL::Offset WorkshopColorMode_SelectedTab{ 0x052324D0 }; - inline constexpr REL::Offset WorkshopColorMode_SliderChanged{ 0x05232428 }; - inline constexpr REL::Offset WorkshopColorMode_SwatchChanged{ 0x05232460 }; - inline constexpr REL::Offset WorkshopEngine__ActivateItemEvent{ 0x05357590 }; - inline constexpr REL::Offset WorkshopEngine__BulldozeItemEvent{ 0x05357438 }; - inline constexpr REL::Offset WorkshopEngine__CancelEvent{ 0x053576B0 }; - inline constexpr REL::Offset WorkshopEngine__CommitEvent{ 0x05357678 }; - inline constexpr REL::Offset WorkshopEngine__ConnectTransferLinkEvent{ 0x053571C8 }; - inline constexpr REL::Offset WorkshopEngine__ConnectWireEvent{ 0x05357190 }; - inline constexpr REL::Offset WorkshopEngine__CycleBehaviorEvent{ 0x05357608 }; - inline constexpr REL::Offset WorkshopEngine__EditColorsEvent{ 0x053574B0 }; - inline constexpr REL::Offset WorkshopEngine__EditItemEvent{ 0x05357120 }; - inline constexpr REL::Offset WorkshopEngine__EngineFrame{ 0x050AF4C8 }; - inline constexpr REL::Offset WorkshopEngine__ExitEvent{ 0x05357248 }; - inline constexpr REL::Offset WorkshopEngine__FinishRepairEvent{ 0x053572B8 }; - inline constexpr REL::Offset WorkshopEngine__InspectColorItemsEvent{ 0x053575C8 }; - inline constexpr REL::Offset WorkshopEngine__ItemCombatChangedEvent{ 0x05357208 }; - inline constexpr REL::Offset WorkshopEngine__NewItemEvent{ 0x05357400 }; - inline constexpr REL::Offset WorkshopEngine__PlaceOutpostEvent{ 0x053572F0 }; - inline constexpr REL::Offset WorkshopEngine__PreviewColorsEvent{ 0x053574E8 }; - inline constexpr REL::Offset WorkshopEngine__RemoveItemEvent{ 0x05357158 }; - inline constexpr REL::Offset WorkshopEngine__RemoveOutpostEvent{ 0x05357760 }; - inline constexpr REL::Offset WorkshopEngine__RemoveWorkshopItemsEvent{ 0x05357798 }; - inline constexpr REL::Offset WorkshopEngine__RequestRepairItemEvent{ 0x05357278 }; - inline constexpr REL::Offset WorkshopEngine__ResetColorsToDefaultEvent{ 0x05357470 }; - inline constexpr REL::Offset WorkshopEngine__RevertBehaviorEvent{ 0x053576E8 }; - inline constexpr REL::Offset WorkshopEngine__RotateItemEvent{ 0x05357728 }; - inline constexpr REL::Offset WorkshopEngine__StartQuickMenuEvent{ 0x053573C0 }; - inline constexpr REL::Offset WorkshopEngine__StartSnappedEvent{ 0x05357640 }; - inline constexpr REL::Offset WorkshopEngine__StartWorkshopEvent{ 0x05357328 }; - inline constexpr REL::Offset WorkshopEngine__StateBulldoze{ 0x053570E8 }; - inline constexpr REL::Offset WorkshopEngine__StateCreateLink{ 0x05356A28 }; - inline constexpr REL::Offset WorkshopEngine__StateCreatePowerLink{ 0x05356F38 }; - inline constexpr REL::Offset WorkshopEngine__StateCreateReferences{ 0x05356A60 }; - inline constexpr REL::Offset WorkshopEngine__StateCreateTransferLink{ 0x053569E8 }; - inline constexpr REL::Offset WorkshopEngine__StateCycleSnapBehavior{ 0x05357070 }; - inline constexpr REL::Offset WorkshopEngine__StateDuplicateReferences{ 0x05356BC0 }; - inline constexpr REL::Offset WorkshopEngine__StateIdle{ 0x05356B10 }; - inline constexpr REL::Offset WorkshopEngine__StateInspect{ 0x05356CB8 }; - inline constexpr REL::Offset WorkshopEngine__StateInspectColorItems{ 0x05357030 }; - inline constexpr REL::Offset WorkshopEngine__StateInterfaceI{ 0x05356AD8 }; - inline constexpr REL::Offset WorkshopEngine__StateModifyColors{ 0x053570B0 }; - inline constexpr REL::Offset WorkshopEngine__StatePostCommitEdit{ 0x05356CF0 }; - inline constexpr REL::Offset WorkshopEngine__StateSetupReferences{ 0x05356B40 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdateAutoFoundation{ 0x05356C38 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdateCommitSnapEdit{ 0x05356C78 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdateLink{ 0x05356FF8 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdatePlacement{ 0x05356B80 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdatePowerLink{ 0x05356F78 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdateSnapped{ 0x053569B0 }; - inline constexpr REL::Offset WorkshopEngine__StateUpdateTransferLink{ 0x05356FB8 }; - inline constexpr REL::Offset WorkshopEngine__StateWait3D{ 0x05356C00 }; - inline constexpr REL::Offset WorkshopEngine__TrackItemEvent{ 0x05357520 }; - inline constexpr REL::Offset WorkshopEngine__UntrackItemEvent{ 0x05357558 }; - inline constexpr REL::Offset WorkshopEngine__UpdateEvent{ 0x05357388 }; - inline constexpr REL::Offset WorkshopEngine__WorkshopEventBase{ 0x05359870 }; - inline constexpr REL::Offset WorkshopEngine__WorkshopModeState{ 0x05356AA0 }; - inline constexpr REL::Offset WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter{ 0x05206750 }; - inline constexpr REL::Offset WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector{ 0x05208760 }; - inline constexpr REL::Offset WorkshopHavokUtils__ForwardCastCollector{ 0x05206858 }; - inline constexpr REL::Offset WorkshopHavokUtils__GroundInfoCollisionfilter{ 0x05208D10 }; - inline constexpr REL::Offset WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter{ 0x05206800 }; - inline constexpr REL::Offset WorkshopHavokUtils__IgnoreReferences{ 0x05206668 }; - inline constexpr REL::Offset WorkshopHavokUtils__IntersectionTestCollisionfilter{ 0x052067B0 }; - inline constexpr REL::Offset WorkshopHavokUtils__ItemPlacementForwardCastCollector{ 0x052081D0 }; - inline constexpr REL::Offset WorkshopHavokUtils__TempItemPlacementCollector{ 0x0535A590 }; - inline constexpr REL::Offset WorkshopHavokUtils__WorkshopClosestHitGroundCollector{ 0x05208180 }; - inline constexpr REL::Offset WorkshopHavokUtils__WorkshopGroundCollector{ 0x05208220 }; - inline constexpr REL::Offset WorkshopHavokUtils__hknpWorkshopCastCollector{ 0x05206700 }; - inline constexpr REL::Offset WorkshopHavokUtils__hknpWorkshopIntersectCollector{ 0x052066B0 }; - inline constexpr REL::Offset WorkshopHighlightUtils__EventListener{ 0x053599D0 }; - inline constexpr REL::Offset WorkshopInteractiveMessageDataModel{ 0x0525C1C8 }; - inline constexpr REL::Offset WorkshopInteractiveMessageDataModel__ICallback{ 0x0529FBD0 }; - inline constexpr REL::Offset WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle{ 0x0525C260 }; - inline constexpr REL::Offset WorkshopIsoCameraState{ 0x05322F58 }; - inline constexpr REL::Offset WorkshopLOD__WorkshopLODManager{ 0x05356040 }; - inline constexpr REL::Offset WorkshopMenu{ 0x0529F970 }; - inline constexpr REL::Offset WorkshopMenuShared{ 0x052A25F8 }; - inline constexpr REL::Offset WorkshopMenu_AttemptBuild{ 0x0529FBA0 }; - inline constexpr REL::Offset WorkshopMenu_CancelAction{ 0x0529FAD0 }; - inline constexpr REL::Offset WorkshopMenu_ChangeVariant{ 0x0529FB68 }; - inline constexpr REL::Offset WorkshopMenu_ConnectionEvent{ 0x0529FA98 }; - inline constexpr REL::Offset WorkshopMenu_ExitMenu{ 0x0529FB00 }; - inline constexpr REL::Offset WorkshopMenu_MessageCallback{ 0x0529F9D0 }; - inline constexpr REL::Offset WorkshopMenu_SelectedCategory{ 0x0529FB30 }; - inline constexpr REL::Offset WorkshopMenu_SelectedGridObject{ 0x0529FC18 }; - inline constexpr REL::Offset WorkshopMenu_ShowExtras{ 0x0529FA08 }; - inline constexpr REL::Offset WorkshopMenu_SwitchMode{ 0x0529FA68 }; - inline constexpr REL::Offset WorkshopMenu_ToggleDistance{ 0x0529F998 }; - inline constexpr REL::Offset WorkshopMenu_ToggleTracking{ 0x0529F938 }; - inline constexpr REL::Offset WorkshopMenu_ToggleView{ 0x0529FA38 }; - inline constexpr REL::Offset WorkshopMessageDataModel{ 0x0525C328 }; - inline constexpr REL::Offset WorkshopMessageDataModel__WorkshopMessageEventShuttle{ 0x0525C3A0 }; - inline constexpr REL::Offset WorkshopObjectInfoCardDataModel{ 0x0525A5A8 }; - inline constexpr REL::Offset WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle{ 0x0525A700 }; - inline constexpr REL::Offset WorkshopOperations__CandidateSnapper{ 0x0535A5D8 }; - inline constexpr REL::Offset WorkshopOperations__SnapperBase{ 0x0535A658 }; - inline constexpr REL::Offset WorkshopPickRefDataModel{ 0x0525C990 }; - inline constexpr REL::Offset WorkshopPickRefDataModel__WorkshopPickRefEventShuttle{ 0x0525C940 }; - inline constexpr REL::Offset WorkshopQuickMenu{ 0x0529FCE8 }; - inline constexpr REL::Offset WorkshopQuickMenuDataModel{ 0x0525CA40 }; - inline constexpr REL::Offset WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle{ 0x0525CAB0 }; - inline constexpr REL::Offset WorkshopQuickMenu_ConfirmAction{ 0x0529FDA8 }; - inline constexpr REL::Offset WorkshopQuickMenu_ExitMenu{ 0x0529FDE0 }; - inline constexpr REL::Offset WorkshopResources__WorkshopResourcesManager{ 0x05126740 }; - inline constexpr REL::Offset WorkshopShared_SetActionHandles{ 0x052A2628 }; - inline constexpr REL::Offset WorkshopShared_StartAction{ 0x052A2698 }; - inline constexpr REL::Offset WorkshopStateDataModel{ 0x0525D6A8 }; - inline constexpr REL::Offset WorkshopStateDataModel__WorkshopStateEventShuttle{ 0x0525CD50 }; - inline constexpr REL::Offset WorkshopStatusDataModel{ 0x05232B50 }; - inline constexpr REL::Offset WorkshopStatusDataModel__WorkshopStatusEventShuttle{ 0x05232A20 }; - inline constexpr REL::Offset WorkshopTargetMenu{ 0x052A0E68 }; - inline constexpr REL::Offset WorkshopTargetMenu_TargetHovered{ 0x052A0F70 }; - inline constexpr REL::Offset WorkshopTargetMenu_TargetPicked{ 0x052A0F38 }; - inline constexpr REL::Offset WorkshopTargetMenu__OutpostData{ 0x052A0BC0 }; - inline constexpr REL::Offset WorkshopTargetMenu__ResourceData{ 0x052A0DE0 }; - inline constexpr REL::Offset WorkshopTargetMenu__SourceData{ 0x052A11E0 }; - inline constexpr REL::Offset WorkshopTargetMenu__TargetData{ 0x052A0C58 }; - inline constexpr REL::Offset WorkshopTargetMenu__TargetMenuData{ 0x052A1278 }; - inline constexpr REL::Offset WorkshopTargetMenu__WorkshopTargetEventShuttle{ 0x052A0E20 }; - inline constexpr REL::Offset WorkshopUI__ConfirmDeferDeleteCallback{ 0x0535AB60 }; - inline constexpr REL::Offset WorkshopUI__GenericTextMessageMsg{ 0x05091868 }; - inline constexpr REL::Offset WorkshopUI__InteractionModeState{ 0x0535AD38 }; - inline constexpr REL::Offset WorkshopUI__StateBulldoze{ 0x0535ABD8 }; - inline constexpr REL::Offset WorkshopUI__StateIdle{ 0x0535ACD0 }; - inline constexpr REL::Offset WorkshopUI__StateInspectColors{ 0x0535AC98 }; - inline constexpr REL::Offset WorkshopUI__StateInspectIdle{ 0x0535AE48 }; - inline constexpr REL::Offset WorkshopUI__StateInspectItem{ 0x0535AD00 }; - inline constexpr REL::Offset WorkshopUI__StateInterfaceI{ 0x0535AD70 }; - inline constexpr REL::Offset WorkshopUI__StateModifyColors{ 0x0535ABA0 }; - inline constexpr REL::Offset WorkshopUI__StateUpdateExistingItemPlacement{ 0x0535ADB0 }; - inline constexpr REL::Offset WorkshopUI__StateUpdateNewDeployablePlacement{ 0x0535AE00 }; - inline constexpr REL::Offset WorkshopUI__StateUpdateNewItemPlacement{ 0x0535AE80 }; - inline constexpr REL::Offset WorkshopUI__StateUpdateTransferLinkPlacement{ 0x0535AC50 }; - inline constexpr REL::Offset WorkshopUI__StateUpdateWirePlacement{ 0x0535AC08 }; - inline constexpr REL::Offset WorkshopUI__UIStateMachine{ 0x05126898 }; - inline constexpr REL::Offset Workshop_BlueprintMenu{ 0x052A15B0 }; - inline constexpr REL::Offset Workshop__BulldozeOnlyWorkshopItem{ 0x05359928 }; - inline constexpr REL::Offset Workshop__DecoratedHabWorkshopItem{ 0x05208630 }; - inline constexpr REL::Offset Workshop__ExtraData{ 0x05178318 }; - inline constexpr REL::Offset Workshop__InventoryItemWorkshopItem{ 0x053598E8 }; - inline constexpr REL::Offset Workshop__MainStatusHandler{ 0x050AD638 }; - inline constexpr REL::Offset Workshop__PackinWorkshopItem{ 0x052086A0 }; - inline constexpr REL::Offset Workshop__PowerLinkWorkshopItem{ 0x05359998 }; - inline constexpr REL::Offset Workshop__SingleWorkshopItem{ 0x05208668 }; - inline constexpr REL::Offset Workshop__TESObjectREFRGameEventListener{ 0x053598A8 }; - inline constexpr REL::Offset Workshop__TransferLinkWorkshopItem{ 0x05359960 }; - inline constexpr REL::Offset Workshop__WireWorkshopItem{ 0x05359B08 }; - inline constexpr REL::Offset Workshop__WorkshopItemBase{ 0x052087B0 }; - inline constexpr REL::Offset Workshop__WorkshopMenuNode{ 0x0512B618 }; - inline constexpr REL::Offset Workshop__WorkshopMenuNodeBuildableObject{ 0x05206B38 }; - inline constexpr REL::Offset Workshop__WorkshopMenuNodeBulldozer{ 0x05206AB8 }; - inline constexpr REL::Offset Workshop__WorkshopMenuNodeDecoratedHab{ 0x0535A618 }; - inline constexpr REL::Offset Workshop__WorkshopMenuNodeLockLevel{ 0x05206AF8 }; - inline constexpr REL::Offset Workshop__WorkshopMenuNodeOutpost{ 0x0512B5E0 }; - inline constexpr REL::Offset Workshop__WorkshopStatisticsEventSink{ 0x05126AB8 }; - inline constexpr REL::Offset ZeroOverheadHeap{ 0x053702A0 }; - inline constexpr REL::Offset ZeroPitchHandler{ 0x052E8688 }; - inline constexpr REL::Offset ZoneEntry{ 0x051EA9A0 }; - inline constexpr REL::Offset __ActivityCompletedToMiscStatHandler{ 0x052C65F0 }; - inline constexpr REL::Offset __Actor3DQueuePolicy{ 0x052B7C38 }; - inline constexpr REL::Offset __ActorHeadResolver{ 0x052CB158 }; - inline constexpr REL::Offset __ActorItemEquippedToMiscStatHandler{ 0x052C6870 }; - inline constexpr REL::Offset __ActorKillToMiscStatHandler{ 0x052C6938 }; - inline constexpr REL::Offset __ActorMediatorHelper{ 0x052CC290 }; - inline constexpr REL::Offset __ActorTargetCheck{ 0x052AE6F8 }; - inline constexpr REL::Offset __ActorValueChangedToMiscStatHandler{ 0x052C6690 }; - inline constexpr REL::Offset __AddPackagesToListFunc{ 0x052CACF0 }; - inline constexpr REL::Offset __AddToBuildableObjectListHelper{ 0x05206A70 }; - inline constexpr REL::Offset __AfflictionsSufferedToMiscStatHandler{ 0x052C6640 }; - inline constexpr REL::Offset __AfterReflectNewLock{ 0x0507FB10 }; - inline constexpr REL::Offset __AliasAddPackagesToListFunc{ 0x052CACB0 }; - inline constexpr REL::Offset __AliasHandleCollector{ 0x05339FC8 }; - inline constexpr REL::Offset __AllBuildableObjectMapHelper{ 0x052069E0 }; - inline constexpr REL::Offset __AnimationFileListener{ 0x0536E360 }; - inline constexpr REL::Offset __AnimationFileLookupSingletonHelper{ 0x0536EAF0 }; - inline constexpr REL::Offset __AnimationManagerLoadScrapper{ 0x05360240 }; - inline constexpr REL::Offset __AnimationQueuePolicy{ 0x052B3D58 }; - inline constexpr REL::Offset __ApplyMaterialVisitor{ 0x051BB2C8 }; - inline constexpr REL::Offset __ApplyTypedDamageFunctor{ 0x052ED7E0 }; - inline constexpr REL::Offset __ArchiveClearRegistrationListener{ 0x051811F0 }; - inline constexpr REL::Offset __ArmorInstanceDataFactory{ 0x051CF4E8 }; - inline constexpr REL::Offset __ArrestedToMiscStatHandler{ 0x052C6370 }; - inline constexpr REL::Offset __AsyncThreadPoolCriticalSection{ 0x05082130 }; - inline constexpr REL::Offset __AtmosphereListener{ 0x052A4948 }; - inline constexpr REL::Offset __AtmosphericScatteringVolumeProcessor{ 0x05202220 }; - inline constexpr REL::Offset __AttachLightHitEffectVisitor{ 0x052A35C8 }; - inline constexpr REL::Offset __AutoDoorFadeCallback{ 0x051D0030 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterArmor_{ 0x052EF990 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterBoundItem_{ 0x052EFA60 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterChameleon_{ 0x052F06E0 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterCloak_{ 0x052F03F0 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterDash_{ 0x052EF400 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterDisarm_{ 0x052F0450 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterInvisibility_{ 0x052F0980 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterLight_{ 0x052F0C20 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterOffensive_{ 0x052F0F10 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterParalyze_{ 0x052EFE50 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterReanimate_{ 0x052EFF20 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterRestore_{ 0x052F1580 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterScript_{ 0x052EF690 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterStagger_{ 0x052F1060 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterSummon_{ 0x052F11A0 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterTargetEffect_{ 0x052F00E0 }; - inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterWard_{ 0x052F0D60 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ 0x05321600 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x053219E0 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ 0x053218D0 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05320B60 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ 0x0531FE30 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x053203D0 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05321C70 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x05322920 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x05320540 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05320F60 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05321F70 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05322AE0 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05322100 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05321200 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05322700 }; - inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05321320 }; - inline constexpr REL::Offset __BGSActivityTrackerComponentCreationPolicy{ 0x051878D0 }; - inline constexpr REL::Offset __BGSDelayedDependentAliasLoadNode{ 0x051E8DE0 }; - inline constexpr REL::Offset __BGSLocationQueuePolicy{ 0x052AFFD8 }; - inline constexpr REL::Offset __BSAnimCallbackPostProcessNode{ 0x05203DB0 }; - inline constexpr REL::Offset __BSAnimationGraphDBData{ 0x0535F4F0 }; - inline constexpr REL::Offset __BSAnimationTableDBData{ 0x0535F530 }; - inline constexpr REL::Offset __BSAnimationTextDBData{ 0x0535F4B0 }; - inline constexpr REL::Offset __BSAutoCloseController{ 0x05182240 }; - inline constexpr REL::Offset __BSBreakpadHandler{ 0x053718C8 }; - inline constexpr REL::Offset __BSScaleformAllocatorPaged{ 0x0539ECD8 }; - inline constexpr REL::Offset __BSScaleformSysMemMapper{ 0x0539EC18 }; - inline constexpr REL::Offset __BSSceneGraphQueueDirect{ 0x05406C48 }; - inline constexpr REL::Offset __BSSubBehaviorGraphSingletonDataQueuePolicy{ 0x0536FF40 }; - inline constexpr REL::Offset __BSTextureExtra{ 0x051D8DA0 }; - inline constexpr REL::Offset __BaseCallbackAdapter{ 0x0533A000 }; - inline constexpr REL::Offset __BaseIterateFormsFunctor{ 0x05187F30 }; - inline constexpr REL::Offset __BaseObjectQueuePolicy{ 0x052B8750 }; - inline constexpr REL::Offset __BaseSystemOutput{ 0x050813D8 }; - inline constexpr REL::Offset __BasicTypeConverter___int64_{ 0x053B8F40 }; - inline constexpr REL::Offset __BasicTypeConverter_bool_{ 0x053B9038 }; - inline constexpr REL::Offset __BasicTypeConverter_double_{ 0x053B8FC0 }; - inline constexpr REL::Offset __BasicTypeConverter_float_{ 0x053B8CD0 }; - inline constexpr REL::Offset __BasicTypeConverter_int_{ 0x053B8D90 }; - inline constexpr REL::Offset __BasicTypeConverter_short_{ 0x053B8DD0 }; - inline constexpr REL::Offset __BasicTypeConverter_signedchar_{ 0x053B8C90 }; - inline constexpr REL::Offset __BasicTypeConverter_unsigned__int64_{ 0x053B8D50 }; - inline constexpr REL::Offset __BasicTypeConverter_unsignedchar_{ 0x053B8E88 }; - inline constexpr REL::Offset __BasicTypeConverter_unsignedint_{ 0x053B8E48 }; - inline constexpr REL::Offset __BasicTypeConverter_unsignedshort_{ 0x053B8EC8 }; - inline constexpr REL::Offset __BehaviorGraphSpecificDataLookupSingleton{ 0x05153740 }; - inline constexpr REL::Offset __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ 0x053B8AF0 }; - inline constexpr REL::Offset __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ 0x053B8C00 }; - inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ 0x053B8A00 }; - inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar_____ChunkReader{ 0x053B8980 }; - inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ 0x053B8A70 }; - inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator_____ChunkReader{ 0x053B8B70 }; - inline constexpr REL::Offset __BlockingCriticalSection{ 0x050820A8 }; - inline constexpr REL::Offset __BlockingPromoteReferencesNode{ 0x051890A0 }; - inline constexpr REL::Offset __BodyQueuePolicy{ 0x052B14A0 }; - inline constexpr REL::Offset __BookReadToMiscStatHandler{ 0x052C6830 }; - inline constexpr REL::Offset __BountyToMiscHandler{ 0x052C6338 }; - inline constexpr REL::Offset __CastAliasSpellVisitor{ 0x052CBF08 }; - inline constexpr REL::Offset __CellAcousticSpaceListener{ 0x052A49D8 }; - inline constexpr REL::Offset __CellLoadNode{ 0x0535B378 }; - inline constexpr REL::Offset __CellPostProcessNode{ 0x0535B3A8 }; - inline constexpr REL::Offset __CellSpawnPostProcessNode{ 0x0535B3E0 }; - inline constexpr REL::Offset __CellStateControl{ 0x0535B1E8 }; - inline constexpr REL::Offset __CharProxyBeforeWholePhysicsUpdateTask{ 0x0537D560 }; - inline constexpr REL::Offset __CharProxyBeforeWholePhysicsUpdateTriggerSeenTask{ 0x0537D5B0 }; - inline constexpr REL::Offset __CharRigidBodyAfterNoSimulationPhysicsUpdateTask{ 0x0537D500 }; - inline constexpr REL::Offset __CharRigidBodyAfterWholePhysicsUpdateTask{ 0x0537D4B0 }; - inline constexpr REL::Offset __CharRigidBodyBetweenCollideAndSolveTask{ 0x0537D460 }; - inline constexpr REL::Offset __CheckEndReachedFunctorMapper{ 0x053B4F40 }; - inline constexpr REL::Offset __CheckLineOfSightDoorFilter{ 0x051FDBE8 }; - inline constexpr REL::Offset __CheckLineOfSightTriangleFlagFiltersAdapter{ 0x053B6910 }; - inline constexpr REL::Offset __CheckRefAgainstConditionsFunc{ 0x051E9340 }; - inline constexpr REL::Offset __CheckSphereVisitor{ 0x053AFB00 }; - inline constexpr REL::Offset __ChestLootedToMiscStatHandler{ 0x052C67F0 }; - inline constexpr REL::Offset __ChildArrayImpl___ArrayParentRef_{ 0x05080D60 }; - inline constexpr REL::Offset __ChildArrayImpl___RecordParentRef_{ 0x05080990 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__ArrayType___ArrayParentRef_{ 0x05080DC0 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__ArrayType___RecordParentRef_{ 0x050809F0 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__BoolType___ArrayParentRef_{ 0x05080A60 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__BoolType___RecordParentRef_{ 0x05080690 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__FloatType___ArrayParentRef_{ 0x05080B40 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__FloatType___RecordParentRef_{ 0x05080770 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__IntType___ArrayParentRef_{ 0x05080AD0 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__IntType___RecordParentRef_{ 0x05080700 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__PointerType___ArrayParentRef_{ 0x05080C20 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__PointerType___RecordParentRef_{ 0x05080850 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__RecordType___ArrayParentRef_{ 0x05080CF0 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__RecordType___RecordParentRef_{ 0x05080920 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__StringType___ArrayParentRef_{ 0x05080BB0 }; - inline constexpr REL::Offset __ChildImpl_hkReflect__StringType___RecordParentRef_{ 0x050807E0 }; - inline constexpr REL::Offset __ChildRecordImpl___ArrayParentRef_{ 0x05080C90 }; - inline constexpr REL::Offset __ChildRecordImpl___RecordParentRef_{ 0x050808C0 }; - inline constexpr REL::Offset __ClassStringConverter{ 0x053B8F08 }; - inline constexpr REL::Offset __CloakEffectCallbackFunctor{ 0x052A2C38 }; - inline constexpr REL::Offset __CloneAuxToNativeCallback{ 0x050817A8 }; - inline constexpr REL::Offset __CloneDataFunctor{ 0x05187F70 }; - inline constexpr REL::Offset __CloneReserverQueuePolicy{ 0x052B5B68 }; - inline constexpr REL::Offset __CloneToNativeCallback{ 0x050817E8 }; - inline constexpr REL::Offset __CollectQualifyingSubgraphsFunctor{ 0x05189C40 }; - inline constexpr REL::Offset __CollectStaticObstaclesVisitor{ 0x052D2F40 }; - inline constexpr REL::Offset __CollectionStringConverter{ 0x053B8D10 }; - inline constexpr REL::Offset __CompleteLoadingQuestReferencesNode{ 0x051E8D90 }; - inline constexpr REL::Offset __CompressTask{ 0x0508BD10 }; - inline constexpr REL::Offset __ConditionScriptFunction{ 0x0536CC08 }; - inline constexpr REL::Offset __ConditionVariableBool{ 0x0536CD38 }; - inline constexpr REL::Offset __ConditionVariableFloat{ 0x0536CCA8 }; - inline constexpr REL::Offset __ConditionVariableInt{ 0x0536CC70 }; - inline constexpr REL::Offset __ConditionVariableNodeActiveTime{ 0x0536CCF0 }; - inline constexpr REL::Offset __ConditionVariableResult{ 0x0536CB40 }; - inline constexpr REL::Offset __ConditionVariableSyncElapsedTime{ 0x0536CB80 }; - inline constexpr REL::Offset __ConditionVariableVariable{ 0x0536CBC8 }; - inline constexpr REL::Offset __ConfirmFailedPreLoadChecksCallBack{ 0x052ABE90 }; - inline constexpr REL::Offset __ConfirmResetGameCallback{ 0x052BBF98 }; - inline constexpr REL::Offset __ConsoleHotkeyManager{ 0x053237A8 }; - inline constexpr REL::Offset __ConsoleLogPrinter{ 0x05323770 }; - inline constexpr REL::Offset __ContainerInstanceDataFactory{ 0x051CF7E0 }; - inline constexpr REL::Offset __CopyCallback{ 0x0507FE68 }; - inline constexpr REL::Offset __CopyLinkedRefsFunctor{ 0x051D8C58 }; - inline constexpr REL::Offset __CoreMessageHandler{ 0x05371B78 }; - inline constexpr REL::Offset __CrewAssignedToMiscStatHandler{ 0x052C7310 }; - inline constexpr REL::Offset __CriticalHitToMiscStatHandler{ 0x052C65B0 }; - inline constexpr REL::Offset __CurrentWorkshopBuildableObjectMapHelper{ 0x05206A20 }; - inline constexpr REL::Offset __CustomGeometryConverter{ 0x0508C488 }; - inline constexpr REL::Offset __DDQueueCollection{ 0x052AF898 }; - inline constexpr REL::Offset __DaysPassedToMiscStatHandler{ 0x052C6268 }; - inline constexpr REL::Offset __DeathItemAdder{ 0x052CAC78 }; - inline constexpr REL::Offset __DeepCopyStream{ 0x05406038 }; - inline constexpr REL::Offset __DefaultObjectFormFactory{ 0x051CBC30 }; - inline constexpr REL::Offset __DefaultScopedStatsCollector{ 0x05081438 }; - inline constexpr REL::Offset __DefaultTypeCallbackType{ 0x0507FA58 }; - inline constexpr REL::Offset __DependentNode{ 0x05387D30 }; - inline constexpr REL::Offset __DestroyedToMiscStatHandler{ 0x052C68B8 }; - inline constexpr REL::Offset __DiffuseProbeCascadesVolumeProcessor{ 0x05202270 }; - inline constexpr REL::Offset __DispelAliasSpellVisitor{ 0x052CBF48 }; - inline constexpr REL::Offset __DispelFirstOnlyFunctor{ 0x052CBE58 }; - inline constexpr REL::Offset __DisplayCaseComponentCreationPolicy{ 0x05227030 }; - inline constexpr REL::Offset __DisplayCaseUnloadedPurposeHandler{ 0x052274D0 }; - inline constexpr REL::Offset __DockToMiscStatHandler{ 0x052C6E78 }; - inline constexpr REL::Offset __DockingUtilsEventHandler{ 0x053517A8 }; - inline constexpr REL::Offset __DoorIDSetter{ 0x051FC720 }; - inline constexpr REL::Offset __EditorDeadClothCacheExtraData{ 0x052CD130 }; - inline constexpr REL::Offset __EnumStringConverter{ 0x053B9000 }; - inline constexpr REL::Offset __ErrorCommandDispatcher{ 0x05089B80 }; - inline constexpr REL::Offset __EventCallbackAdapter{ 0x0533A038 }; - inline constexpr REL::Offset __EventListener{ 0x05359B90 }; - inline constexpr REL::Offset __ExitToMainMenuCallback{ 0x0533A7B0 }; - inline constexpr REL::Offset __FarTravelFadeDone{ 0x052A6C80 }; - inline constexpr REL::Offset __FinalizeShiftWorldTask{ 0x050885D0 }; - inline constexpr REL::Offset __FindAliasWithScript{ 0x051E4898 }; - inline constexpr REL::Offset __FindClosestOpenEdgeFunctor{ 0x053AF9E8 }; - inline constexpr REL::Offset __FindMovementIdleEnumHelper{ 0x051E4AF8 }; - inline constexpr REL::Offset __FindObjectTypeHelper{ 0x051E4AC0 }; - inline constexpr REL::Offset __FindPreferredConnectedNavmeshInfosWithinRadiusVisitor{ 0x053B69E0 }; - inline constexpr REL::Offset __FindWildcardEventsFunctor{ 0x0535FC48 }; - inline constexpr REL::Offset __Fixups{ 0x05081930 }; - inline constexpr REL::Offset __ForceReloadLoadingTask{ 0x051E6C58 }; - inline constexpr REL::Offset __ForceVolumeProcessor{ 0x052021A8 }; - inline constexpr REL::Offset __FormPointerCleanupPolicy{ 0x052B8790 }; - inline constexpr REL::Offset __FormPointerProcessPolicy{ 0x052B87D0 }; - inline constexpr REL::Offset __FormQueuePolicy{ 0x052B05E8 }; - inline constexpr REL::Offset __GameStatusHandler{ 0x0516DCD0 }; - inline constexpr REL::Offset __GenerateWorldCollideTasks{ 0x05375370 }; - inline constexpr REL::Offset __GenerateWorldParticleTasks{ 0x05375288 }; - inline constexpr REL::Offset __GenerateWorldSolveTasks{ 0x05375330 }; - inline constexpr REL::Offset __GetMaterialPathVisitor{ 0x051BB288 }; - inline constexpr REL::Offset __GravJumpToMiscStatHandler{ 0x052C6F20 }; - inline constexpr REL::Offset __GravityModifier{ 0x052ED130 }; - inline constexpr REL::Offset __GravityModifierWorldStepListener{ 0x052ED170 }; - inline constexpr REL::Offset __HandlePlayerPerspectiveSwitchForEyeTracking{ 0x052CCDB0 }; - inline constexpr REL::Offset __HarvestToMiscStatHandler{ 0x052C6978 }; - inline constexpr REL::Offset __HavokThreadMemorySink{ 0x05378F40 }; - inline constexpr REL::Offset __HoursPassedToMiscStatHandler{ 0x052C62B0 }; - inline constexpr REL::Offset __IMODVolumeProcessor{ 0x05202130 }; - inline constexpr REL::Offset __IVolumeProcessor{ 0x052020F8 }; - inline constexpr REL::Offset __ImageSpaceVolumeProcessor{ 0x05202168 }; - inline constexpr REL::Offset __InitParams{ 0x05091DF0 }; - inline constexpr REL::Offset __InitialLoadListener{ 0x052A8710 }; - inline constexpr REL::Offset __InternalCommandConsumer{ 0x05087A98 }; - inline constexpr REL::Offset __InventoryToMiscStatHandler{ 0x052C67B0 }; - inline constexpr REL::Offset __IsTeleportDoorOnPath{ 0x053B5450 }; - inline constexpr REL::Offset __ItemCraftedToMiscStatHandler{ 0x052C7080 }; - inline constexpr REL::Offset __ItemPlacedToMiscStatHandler{ 0x052C6FE8 }; - inline constexpr REL::Offset __ItemScrappedToMiscStatHandler{ 0x052C7030 }; - inline constexpr REL::Offset __ItemTransferHelper{ 0x05224B08 }; - inline constexpr REL::Offset __ItemsPickpocketedToMiscStatHandler{ 0x052C64D0 }; - inline constexpr REL::Offset __ItemsStolenToMiscStatHandler{ 0x052C7110 }; - inline constexpr REL::Offset __Jobber{ 0x0538A278 }; - inline constexpr REL::Offset __JsonReaderVisitor{ 0x05387CA0 }; - inline constexpr REL::Offset __LatentCallback{ 0x05339F90 }; - inline constexpr REL::Offset __LayerFalloffBinding{ 0x05396770 }; - inline constexpr REL::Offset __LightAttachmentRuntimeComponentCreationPolicy{ 0x0516A6E0 }; - inline constexpr REL::Offset __LinkedRefFinder{ 0x05178158 }; - inline constexpr REL::Offset __LoadGameListener{ 0x052A89D8 }; - inline constexpr REL::Offset __LoadSaveCommandLineHandler{ 0x052BBB30 }; - inline constexpr REL::Offset __LoadWatcher{ 0x05224898 }; - inline constexpr REL::Offset __LocationDiscoveryMiscStatHandler{ 0x052C6FA0 }; - inline constexpr REL::Offset __LocationExploredEventHandler{ 0x051D1120 }; - inline constexpr REL::Offset __LocksPickedMiscStatHandler{ 0x052C6F60 }; - inline constexpr REL::Offset __LogWriteThread{ 0x053897B0 }; - inline constexpr REL::Offset __MainStatusHandler{ 0x051E7530 }; - inline constexpr REL::Offset __MapMarkerDiscoveredToMiscStatHandler{ 0x052C6E30 }; - inline constexpr REL::Offset __MaterialAlphaTestBinding{ 0x05395538 }; - inline constexpr REL::Offset __MaterialAnimator{ 0x05396408 }; - inline constexpr REL::Offset __MaterialInstanceBinding{ 0x05395378 }; - inline constexpr REL::Offset __MaterialLayerAutomaticFlipbookBinding{ 0x05395FB0 }; - inline constexpr REL::Offset __MaterialLayerFlipbookBinding{ 0x05395C40 }; - inline constexpr REL::Offset __MaterialLayerStepFlipbookBinding{ 0x05396A20 }; - inline constexpr REL::Offset __MaterialLayerTintBinding{ 0x05395C00 }; - inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___BlenderUVStreamAccessor_{ 0x05394E10 }; - inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___FlowUVStreamAccessor_{ 0x05396220 }; - inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___LayerUVStreamAccessor_{ 0x05395160 }; - inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___OpacityBlenderUVStreamAccessor_{ 0x05397250 }; - inline constexpr REL::Offset __MaterialLayerUVScaleBinding___BlenderUVStreamAccessor_{ 0x05396900 }; - inline constexpr REL::Offset __MaterialLayerUVScaleBinding___FlowUVStreamAccessor_{ 0x053965E0 }; - inline constexpr REL::Offset __MaterialLayerUVScaleBinding___LayerUVStreamAccessor_{ 0x05395310 }; - inline constexpr REL::Offset __MaterialLayerUVScaleBinding___OpacityBlenderUVStreamAccessor_{ 0x05394DA0 }; - inline constexpr REL::Offset __MaterialTraitBinding___CustomPorosityDescriptor_{ 0x05395850 }; - inline constexpr REL::Offset __MaterialTraitBinding___EffectDistortionStrengthDescriptor_{ 0x053950F0 }; - inline constexpr REL::Offset __MaterialTraitBinding___EffectFlowExtentDescriptor_{ 0x053955F0 }; - inline constexpr REL::Offset __MaterialTraitBinding___EffectFlowSpeedDescriptor_{ 0x05397380 }; - inline constexpr REL::Offset __MaterialTraitBinding___EffectSoftFalloffDepthDescriptor_{ 0x05396700 }; - inline constexpr REL::Offset __MaterialTraitBinding___EmissiveAdaptiveLimitMaxDescriptor_{ 0x05396060 }; - inline constexpr REL::Offset __MaterialTraitBinding___EmissiveAdaptiveLimitMinDescriptor_{ 0x053967B0 }; - inline constexpr REL::Offset __MaterialTraitBinding___EmissiveAdaptiveOffsetDescriptor_{ 0x05396A70 }; - inline constexpr REL::Offset __MaterialTraitBinding___EmissiveColorDescriptor_{ 0x053971E0 }; - inline constexpr REL::Offset __MaterialTraitBinding___EmissiveIntensityDescriptor_{ 0x05394C10 }; - inline constexpr REL::Offset __MaterialTraitBinding___OverallAlphaDescriptor_{ 0x05394C80 }; - inline constexpr REL::Offset __MaterialTraitBinding___TerrainBlendGradientFactorDescriptor_{ 0x05395D80 }; - inline constexpr REL::Offset __MaterialTraitBinding___TerrainBlendStrengthDescriptor_{ 0x05395A60 }; - inline constexpr REL::Offset __MaterialTraitBinding___VegetationBranchFlexibilityDescriptor_{ 0x053969B0 }; - inline constexpr REL::Offset __MaterialTraitBinding___VegetationLeafAmplitudeDescriptor_{ 0x05395580 }; - inline constexpr REL::Offset __MaterialTraitBinding___VegetationLeafFrequencyDescriptor_{ 0x053964E0 }; - inline constexpr REL::Offset __MaterialTraitBinding___VegetationTrunkFlexibilityDescriptor_{ 0x05394FB0 }; - inline constexpr REL::Offset __MaterialUVStreamOffsetBinding{ 0x05395020 }; - inline constexpr REL::Offset __MaterialUVStreamScaleBinding{ 0x05396970 }; - inline constexpr REL::Offset __MemDebugAllocator{ 0x0507EF48 }; - inline constexpr REL::Offset __MemHeapAllocator{ 0x0507EF80 }; - inline constexpr REL::Offset __MemTempAllocator{ 0x0507EFB8 }; - inline constexpr REL::Offset __MemoryManagerFileFactory{ 0x052BDE58 }; - inline constexpr REL::Offset __MenuAudioHandler__MenuListener{ 0x052A4900 }; - inline constexpr REL::Offset __MenuEventCatcher{ 0x05328570 }; - inline constexpr REL::Offset __MiscStatIncrementer_AssaultCrime__Event_{ 0x052C6D20 }; - inline constexpr REL::Offset __MiscStatIncrementer_LocationExplored__Event_{ 0x052C6C20 }; - inline constexpr REL::Offset __MiscStatIncrementer_MurderCrime__Event_{ 0x052C6CD0 }; - inline constexpr REL::Offset __MiscStatIncrementer_PiracyCrime__Event_{ 0x052C6C80 }; - inline constexpr REL::Offset __MiscStatIncrementer_PlayerPlanetSurveyCompleteEvent_{ 0x052C6DD0 }; - inline constexpr REL::Offset __MiscStatIncrementer_Spaceship__RegisteredEvent_{ 0x052C6D70 }; - inline constexpr REL::Offset __MiscStatIncrementer_Spaceship__SoldEvent_{ 0x052C7220 }; - inline constexpr REL::Offset __MiscStatIncrementer_Workshop__CargoLinkAddedEvent_{ 0x052C6EC0 }; - inline constexpr REL::Offset __MostContrabandCarriedToMiscHandler{ 0x052C62F0 }; - inline constexpr REL::Offset __MovePlayerRelevantSpaceComponentsOnViewChange{ 0x052D0570 }; - inline constexpr REL::Offset __MovementControllerAIAdapter{ 0x052D24F8 }; - inline constexpr REL::Offset __MovementHandlerAgentAngleControllerLoadScrapper{ 0x053B7BA0 }; - inline constexpr REL::Offset __MovementHandlerAgentLargeDeltaLoadScrapper{ 0x053B7AF0 }; - inline constexpr REL::Offset __MovementHandlerAgentTranslationControllerLoadScrapper{ 0x053B7B40 }; - inline constexpr REL::Offset __MovementPlannerAgentHorseControlsLoadScrapper{ 0x05221DA0 }; - inline constexpr REL::Offset __MovementPlannerAgentKeepOffsetLoadScrapper{ 0x05221E00 }; - inline constexpr REL::Offset __MusicEventSink{ 0x053A04F8 }; - inline constexpr REL::Offset __MuzzleFlashQueuePolicy{ 0x052B5360 }; - inline constexpr REL::Offset __NavmeshIdReplacer{ 0x05190570 }; - inline constexpr REL::Offset __NetSocketLogger{ 0x052BA6C8 }; - inline constexpr REL::Offset __NewVisibleShipExteriorData{ 0x05351820 }; - inline constexpr REL::Offset __NiAVObjectVisitor_0_{ 0x051BB248 }; - inline constexpr REL::Offset __NiAVObjectVisitor_1_{ 0x051BB208 }; - inline constexpr REL::Offset __NoExitSaveQuitConfirmCallBack{ 0x05289030 }; - inline constexpr REL::Offset __NoExitSaveQuitToDesktopConfirmCallBack{ 0x05288FA0 }; - inline constexpr REL::Offset __NoMusic{ 0x053A03E8 }; - inline constexpr REL::Offset __NonInternalCommandConsumer{ 0x05087B10 }; - inline constexpr REL::Offset __NopCommandDispatcher{ 0x05089BC0 }; - inline constexpr REL::Offset __NormalDoorFadeCallback{ 0x051CFFF0 }; - inline constexpr REL::Offset __ObjectAttachmentRuntimeComponentCreationPolicy{ 0x0516B400 }; - inline constexpr REL::Offset __ObjectFactoryVisitor{ 0x05182BA0 }; - inline constexpr REL::Offset __ObjectResource{ 0x05081828 }; - inline constexpr REL::Offset __ObjectiveStateToMiscStatHandler{ 0x052C63F0 }; - inline constexpr REL::Offset __ObsoleteSaveCallback{ 0x052ABDB8 }; - inline constexpr REL::Offset __OnChildrenCompleteCallbackNode{ 0x05203E00 }; - inline constexpr REL::Offset __OutpostListener_ConfirmRemovalCallback{ 0x052395E0 }; - inline constexpr REL::Offset __OutpostPlacedToMiscStatHandler{ 0x052C70C0 }; - inline constexpr REL::Offset __OutputInfoStream{ 0x051E62E8 }; - inline constexpr REL::Offset __PADataVisitor{ 0x051EA408 }; - inline constexpr REL::Offset __PAFinder{ 0x051EA440 }; - inline constexpr REL::Offset __PMPEventListener{ 0x053C68D8 }; - inline constexpr REL::Offset __PackInNode{ 0x051CDFF8 }; - inline constexpr REL::Offset __PackageQueuePolicy{ 0x052B0F08 }; - inline constexpr REL::Offset __ParticleComponentCreationPolicy{ 0x0518B7D0 }; - inline constexpr REL::Offset __ParticleComponentEventListener{ 0x0518B260 }; - inline constexpr REL::Offset __PathBuilderBSPathingRequest{ 0x053B68C8 }; - inline constexpr REL::Offset __PathBuilderClosePointPath{ 0x051FF160 }; - inline constexpr REL::Offset __PathBuilderPathingRequest{ 0x051FF220 }; - inline constexpr REL::Offset __PathBuilderRotatePath{ 0x051FF318 }; - inline constexpr REL::Offset __PathBuilderStopMovingPath{ 0x051FF2D8 }; - inline constexpr REL::Offset __PathSmootherRayCastBuildNodesForLargeZDelta{ 0x053AF420 }; - inline constexpr REL::Offset __PathingSite{ 0x052BBF68 }; - inline constexpr REL::Offset __PhotoModeCharacterProxyListener{ 0x052092F0 }; - inline constexpr REL::Offset __PlanetScanToMiscStatHandler{ 0x052C7190 }; - inline constexpr REL::Offset __PlayerCellListener{ 0x052A8A10 }; - inline constexpr REL::Offset __PlayerGenderListener{ 0x052A4A18 }; - inline constexpr REL::Offset __PlayerIDUpdater{ 0x052ABE58 }; - inline constexpr REL::Offset __PlayerKnowledgeToMiscStatHandler{ 0x052C71D0 }; - inline constexpr REL::Offset __PlayerTeleportEventHandler{ 0x052022B8 }; - inline constexpr REL::Offset __PoseBoundCollisionObject{ 0x052CD0E8 }; - inline constexpr REL::Offset __PowersLearnedStatHandler{ 0x052C6518 }; - inline constexpr REL::Offset __PreloadCountVisitor{ 0x05177900 }; - inline constexpr REL::Offset __PreloadModelsVisitor{ 0x05177890 }; - inline constexpr REL::Offset __PrintPapyrusObjectsOnAliasToConsole{ 0x051E6210 }; - inline constexpr REL::Offset __ProcessHavokCommandQueueTasks{ 0x05375240 }; - inline constexpr REL::Offset __QualifyAsCurrentPackage{ 0x052CAC38 }; - inline constexpr REL::Offset __QuestRefDuplicateWatcher{ 0x051E8E78 }; - inline constexpr REL::Offset __QuestStatusToMiscStatHandler{ 0x052C6440 }; - inline constexpr REL::Offset __QueuedBGSStaticCollection{ 0x051CE450 }; - inline constexpr REL::Offset __QueuedBodyItem{ 0x051565A0 }; - inline constexpr REL::Offset __QueuedFileQueuePolicy{ 0x052B6098 }; - inline constexpr REL::Offset __QueuedMagicItem{ 0x051778C8 }; - inline constexpr REL::Offset __QueuedSubBehaviorHandles{ 0x0536F430 }; - inline constexpr REL::Offset __RagdollPenetrationDetectAndResolveTask{ 0x0537DD60 }; - inline constexpr REL::Offset __ReferenceCleanupPolicy{ 0x052B8240 }; - inline constexpr REL::Offset __ReferenceProcessPolicy{ 0x052B8280 }; - inline constexpr REL::Offset __ReferenceQueuePolicy{ 0x052B8208 }; - inline constexpr REL::Offset __ReferenceStringConverter{ 0x053B8F80 }; - inline constexpr REL::Offset __Registry{ 0x05081598 }; - inline constexpr REL::Offset __RejectQuestConfirmCallBack{ 0x052697B8 }; - inline constexpr REL::Offset __RequestContrabandItemsNode{ 0x052A8500 }; - inline constexpr REL::Offset __RobotSelectionCallback{ 0x052A1878 }; - inline constexpr REL::Offset __RuntimeComponentDBFactoryHelper{ 0x0518EFF0 }; - inline constexpr REL::Offset __ScannedToMiscStatHandler{ 0x052C7150 }; - inline constexpr REL::Offset __SceneActionResultsCallBack{ 0x051E7BE8 }; - inline constexpr REL::Offset __ScenePhaseResultsCallBack{ 0x051E7CD8 }; - inline constexpr REL::Offset __SceneResultsCallBack{ 0x051E7A30 }; - inline constexpr REL::Offset __SearchLinkedRefChildrenFunctor{ 0x05178190 }; - inline constexpr REL::Offset __SearchPolicyStandard{ 0x05198B40 }; - inline constexpr REL::Offset __SecurityMenu_ConfirmCallback{ 0x052781D0 }; - inline constexpr REL::Offset __SecurityMenu_UseDigipickCallback{ 0x05278180 }; - inline constexpr REL::Offset __ServeJailTimeCallback{ 0x051CEC88 }; - inline constexpr REL::Offset __Service{ 0x052ED3B0 }; - inline constexpr REL::Offset __SetPapyrusVarFunctor{ 0x0508F940 }; - inline constexpr REL::Offset __SettleEventSink{ 0x052C81E8 }; - inline constexpr REL::Offset __ShiftBroadphaseTask{ 0x05088598 }; - inline constexpr REL::Offset __ShiftWorldTask{ 0x05088560 }; - inline constexpr REL::Offset __ShipAddedToMiscStatHandler{ 0x052C7358 }; - inline constexpr REL::Offset __ShipCustomizedToMiscStatHandler{ 0x052C7270 }; - inline constexpr REL::Offset __SimpleImportHandler{ 0x05081740 }; - inline constexpr REL::Offset __SkipJumpNode{ 0x053B5488 }; - inline constexpr REL::Offset __SortIntersectingEdgesFunctor{ 0x053AFA30 }; - inline constexpr REL::Offset __SpaceshipInstanceDataFactory{ 0x051C24B0 }; - inline constexpr REL::Offset __SpaceshipLinkedCellCreationPolicy{ 0x0535B1A0 }; - inline constexpr REL::Offset __SpaceshipTemplateComponentHandler{ 0x05355A00 }; - inline constexpr REL::Offset __SpeechChallengeSucceededStatHandler{ 0x052C6560 }; - inline constexpr REL::Offset __SpinningCriticalSection{ 0x050820E8 }; - inline constexpr REL::Offset __StackWalker{ 0x05371BB0 }; - inline constexpr REL::Offset __StageEventSource{ 0x052BBDC0 }; - inline constexpr REL::Offset __StageItemFinishedCallback{ 0x051EA2F8 }; - inline constexpr REL::Offset __StandardDetectionListener{ 0x052CCD70 }; - inline constexpr REL::Offset __StartingConsoleCommandRunner{ 0x052BBAF0 }; - inline constexpr REL::Offset __StopHitEffectsVisitor{ 0x052A28A8 }; - inline constexpr REL::Offset __StopStartEquipabilityFunctor{ 0x052CBEA0 }; - inline constexpr REL::Offset __StorageTableVolumeProcessor{ 0x052021E0 }; - inline constexpr REL::Offset __StringTypeConverter{ 0x053B8E10 }; - inline constexpr REL::Offset __TESAudioInitialLoadListener{ 0x052A48B8 }; - inline constexpr REL::Offset __TESAudioSaveLoadListener{ 0x052A4878 }; - inline constexpr REL::Offset __TESAudioScriptSDM{ 0x05225A70 }; - inline constexpr REL::Offset __TESHitToMiscStatHandler{ 0x052C68F8 }; - inline constexpr REL::Offset __TESNPCInstanceDataFactory{ 0x051E8450 }; - inline constexpr REL::Offset __TESObjectREFRFactory{ 0x051D8D28 }; - inline constexpr REL::Offset __TESQuestSpaceCellPostProcessNode{ 0x051E8E30 }; - inline constexpr REL::Offset __TempEffectProcessPolicy{ 0x052B6560 }; - inline constexpr REL::Offset __TempEffectQueuePolicy{ 0x052B64C0 }; - inline constexpr REL::Offset __TerminalsHackedToMiscStatHandler{ 0x052C6480 }; - inline constexpr REL::Offset __TextureReadyNode{ 0x0539FC18 }; - inline constexpr REL::Offset __TimeOutNode{ 0x05230188 }; - inline constexpr REL::Offset __TopicInfoEventArguments{ 0x05092980 }; - inline constexpr REL::Offset __TopicResultCallBack{ 0x051EA470 }; - inline constexpr REL::Offset __TransactionEventToMiscStatHandler{ 0x052C72C0 }; - inline constexpr REL::Offset __TrespassToMiscStatHandler{ 0x052C63B0 }; - inline constexpr REL::Offset __UpdateActorAlias{ 0x05351018 }; - inline constexpr REL::Offset __UserRequestedScale{ 0x05377CB8 }; - inline constexpr REL::Offset __VATSFaceEmotionManager{ 0x05224D08 }; - inline constexpr REL::Offset __VariantToMenuRecipeHelper{ 0x052069A0 }; - inline constexpr REL::Offset __VdbObjectAllocImpl{ 0x05084A58 }; - inline constexpr REL::Offset __VdbObjectCompoundImpl{ 0x05084A90 }; - inline constexpr REL::Offset __VdbObjectPointerImpl{ 0x05084B08 }; - inline constexpr REL::Offset __VdbObjectStringImpl{ 0x05084AD0 }; - inline constexpr REL::Offset __VoiceTypeFinder{ 0x05178120 }; - inline constexpr REL::Offset __Volume3DBuilder{ 0x051698A0 }; - inline constexpr REL::Offset __Win32Impl{ 0x0507FCE0 }; - inline constexpr REL::Offset __Win32ThreadImpl{ 0x05081CC8 }; - inline constexpr REL::Offset __WorkshopItemColorComponentCreationPolicy{ 0x052284D0 }; - inline constexpr REL::Offset __WorkshopItemColorListener{ 0x05228400 }; - inline constexpr REL::Offset __WorkshopListener{ 0x052A8748 }; - inline constexpr REL::Offset __bhkLifoAllocator{ 0x0537E148 }; - inline constexpr REL::Offset __bhkTaskSchedule__ExecutionContext{ 0x053751F0 }; - inline constexpr REL::Offset __hknpBSExplosionCollisionFilter{ 0x052EC550 }; - inline constexpr REL::Offset __hknpBSFootIKCollector{ 0x052EBF10 }; - inline constexpr REL::Offset __hknpBSFootIKMultiCollector{ 0x052EBF50 }; - inline constexpr REL::Offset __hknpBSIgnorePoseBoundForActorsInFurnitureCollector{ 0x052CBAA0 }; - inline constexpr REL::Offset __hknpBSMaterialLibrary{ 0x05375178 }; - inline constexpr REL::Offset __hknpBSQuadOrientationCollector{ 0x0537E520 }; - inline constexpr REL::Offset __hknpBSRagdollPenetrationCollisionFilter{ 0x0537DD10 }; - inline constexpr REL::Offset __hknpScaledConvexShapeScaleAndTransformCollector{ 0x05086B30 }; - inline constexpr REL::Offset _lambda_00d5217ef8ad8306a0857599ddd8dbf1_{ 0x05091080 }; - inline constexpr REL::Offset _lambda_0137d6fe45ea3e636b2d6017b24d33bc_{ 0x05092880 }; - inline constexpr REL::Offset _lambda_01dccaaad9683fd6af22011ab140b0c8_{ 0x05099860 }; - inline constexpr REL::Offset _lambda_02c8f4c92c5bea96a4a3a86ef45683da_{ 0x05371510 }; - inline constexpr REL::Offset _lambda_02ff87d5a1c7cb7bb196543e25c63d34_{ 0x05094940 }; - inline constexpr REL::Offset _lambda_064eb253765a9f5db082e668a24883dd_{ 0x0508D7C0 }; - inline constexpr REL::Offset _lambda_079a8aa660e61b088f96148680d36dd1_{ 0x050993E0 }; - inline constexpr REL::Offset _lambda_0b7ea718bba33c91f7f453946dab312b_{ 0x050961B0 }; - inline constexpr REL::Offset _lambda_0c3f1a43f1da6558563a23e48bb1195f_{ 0x05098DA0 }; - inline constexpr REL::Offset _lambda_0c7eea8ac1ee5e92a29dc0454366dcf9_{ 0x0508F780 }; - inline constexpr REL::Offset _lambda_0cb21591d64d9d5a933a0c452d3e1b37_{ 0x05090B20 }; - inline constexpr REL::Offset _lambda_0d094ed39072b466c030120fa3549e10_{ 0x05098BA0 }; - inline constexpr REL::Offset _lambda_0d61f77a4e0b580d8864148d44cbbcd5_{ 0x05092A80 }; - inline constexpr REL::Offset _lambda_0dec3b5857dc5fcc83b533dd1b4a94d8_{ 0x0508F880 }; - inline constexpr REL::Offset _lambda_0e4128c3c56ec4235d7c2346553833b1_{ 0x05094DC0 }; - inline constexpr REL::Offset _lambda_0e89c8d2d6392b5c24f6e22ccbfe44f3_{ 0x050992E0 }; - inline constexpr REL::Offset _lambda_0f816cd334da25fe63d67395ed4b6703_{ 0x0508F720 }; - inline constexpr REL::Offset _lambda_101dda04a59aa879dbf7dd0dbcbb50f4_{ 0x05098AA0 }; - inline constexpr REL::Offset _lambda_10d7cbe1e40005e0df74c3070c767704_{ 0x05092540 }; - inline constexpr REL::Offset _lambda_11b2a70e928258926716bb670e61c24a_{ 0x05095500 }; - inline constexpr REL::Offset _lambda_12cf7000a08c0229e16393f09561ca7d_{ 0x05091100 }; - inline constexpr REL::Offset _lambda_1343a7597d09bd6c22da4f378aac238c_{ 0x05095540 }; - inline constexpr REL::Offset _lambda_146998ed97e13e207a200e985e03d975_{ 0x05099520 }; - inline constexpr REL::Offset _lambda_157ba101c59821e9fea353d3f926cfe3_{ 0x0508CB70 }; - inline constexpr REL::Offset _lambda_1691aad4cbb6dd3fc6c8d4b0e62850c6_{ 0x05099A20 }; - inline constexpr REL::Offset _lambda_18fb63f93afbe598c9149d716267e4e2_{ 0x05095400 }; - inline constexpr REL::Offset _lambda_19776df1bb0fa49c9f0a48659350847c_{ 0x0508FA10 }; - inline constexpr REL::Offset _lambda_19e25a9a86dd7bfab3e3ed474f4ae405_{ 0x05095F30 }; - inline constexpr REL::Offset _lambda_1a1c1c1c70458df8b136533127a96c36_{ 0x050921F0 }; - inline constexpr REL::Offset _lambda_1b40e015e00b4adbcee4fb35a5cc45c1_{ 0x05091E20 }; - inline constexpr REL::Offset _lambda_1b63f9058575014058ae5062371c2420_{ 0x05092D10 }; - inline constexpr REL::Offset _lambda_1beb1e068fc78fb960485228eab3f948_{ 0x05096030 }; - inline constexpr REL::Offset _lambda_1dc3149776d7cf060ff9a106a966e1e5_{ 0x05092D90 }; - inline constexpr REL::Offset _lambda_1e03f8fc253bb683083eade4e7956eb5_{ 0x050949C0 }; - inline constexpr REL::Offset _lambda_1fb112292025c2cc3c05f3d5b87214b7_{ 0x05091140 }; - inline constexpr REL::Offset _lambda_20261863c4ee737b997d4ce0c05d0e86_{ 0x05094EC0 }; - inline constexpr REL::Offset _lambda_21a6084b85a3ee0516f06a23bd4f3fec_{ 0x05092A00 }; - inline constexpr REL::Offset _lambda_2210288a532619fcc3a6cac94e78ad91_{ 0x050922B0 }; - inline constexpr REL::Offset _lambda_226adfc9bb5fcc136f15a35842593266_{ 0x05098A60 }; - inline constexpr REL::Offset _lambda_2283b9715cb61b44c107b8114957461b_{ 0x050960B0 }; - inline constexpr REL::Offset _lambda_22a758e192999f16ea34a259f7a86bf9_{ 0x050991E0 }; - inline constexpr REL::Offset _lambda_22d9514d375c4e7bda2ab76e1a1cf935_{ 0x05091EE0 }; - inline constexpr REL::Offset _lambda_23104a4f4bc9e99a333407e5532b9c2e_{ 0x05095E30 }; - inline constexpr REL::Offset _lambda_26b354ee21d442f54c03242e1028a3df_{ 0x050947C0 }; - inline constexpr REL::Offset _lambda_27ac859d074856e3877b54b6628e3804_{ 0x05098920 }; - inline constexpr REL::Offset _lambda_28dc3789d661118750451f000e1a828d_{ 0x050991A0 }; - inline constexpr REL::Offset _lambda_298a70172293ffb6e97521f9d8ce6b44_{ 0x05094A80 }; - inline constexpr REL::Offset _lambda_2cc92a8a40a80bd38c78b736cc225140_{ 0x05090BD0 }; - inline constexpr REL::Offset _lambda_2db861672ef3222e622fc6e45a100761_{ 0x0508F5A0 }; - inline constexpr REL::Offset _lambda_2dc3bd32b7de72de6c096f11dfcdf776_{ 0x05091FB0 }; - inline constexpr REL::Offset _lambda_2e8256baf7579370f3cc4021419dc788_{ 0x05094C00 }; - inline constexpr REL::Offset _lambda_30eb1d5bc2b9d6ae4ee7d6d599b9d087_{ 0x05098CA0 }; - inline constexpr REL::Offset _lambda_34ca4d2cb3abb74e14f6547c45584ec5_{ 0x05098B20 }; - inline constexpr REL::Offset _lambda_35c9e85af3ac3bbbd7ed2568cdbf3d61_{ 0x05099160 }; - inline constexpr REL::Offset _lambda_3685864590e2610ca62dd66f58277d6b_{ 0x05095380 }; - inline constexpr REL::Offset _lambda_37a4cfa73182d5fe75926706752c629b_{ 0x05092900 }; - inline constexpr REL::Offset _lambda_395ca9c887b77069b4167f750ef9cf82_{ 0x05094900 }; - inline constexpr REL::Offset _lambda_39a899ccd47d79c0e880239f437c5605_{ 0x050998E0 }; - inline constexpr REL::Offset _lambda_39d9004daaead13d1142bd21c3889fd4_{ 0x0508CB30 }; - inline constexpr REL::Offset _lambda_3a065f65e612987ef75503bb93352629_{ 0x05092070 }; - inline constexpr REL::Offset _lambda_3c131cbf0235fa2907ac957538ea2adf_{ 0x050928C0 }; - inline constexpr REL::Offset _lambda_3c61befd82dbdd7a8b131ea4bffedd8a_{ 0x050961F0 }; - inline constexpr REL::Offset _lambda_3d1206d68bd154fbb45c4f583492a37b_{ 0x05098EE0 }; - inline constexpr REL::Offset _lambda_3d1b04d987ab69b52bc5feb23951a71f_{ 0x05091F70 }; - inline constexpr REL::Offset _lambda_3d1eb35d9e985f7f48c7b78dd0f5dc4a_{ 0x05091540 }; - inline constexpr REL::Offset _lambda_3d6d882571e717a31b802345d8629cbb_{ 0x0508C9F0 }; - inline constexpr REL::Offset _lambda_3ea1ef3009c720cecb451704a32813b5_{ 0x05098FE0 }; - inline constexpr REL::Offset _lambda_3f5c09d0b04134f1e2fd27bc98134128_{ 0x05092230 }; - inline constexpr REL::Offset _lambda_402b6b2cf3423ce83cff3bc1cd824c16_{ 0x05090C50 }; - inline constexpr REL::Offset _lambda_4091ce050b80e984dd417f79fb124528_{ 0x0508CAB0 }; - inline constexpr REL::Offset _lambda_429d91f21c20955e61a60d88028db1c7_{ 0x050992A0 }; - inline constexpr REL::Offset _lambda_42bd55cda20409fe5c79047367c4bf0d_{ 0x0508F7C0 }; - inline constexpr REL::Offset _lambda_42c94d42aab591076c4f701b6a4ddf5c_{ 0x05099920 }; - inline constexpr REL::Offset _lambda_436fee8b3e483a41f879d21e86d3bc23_{ 0x05092740 }; - inline constexpr REL::Offset _lambda_43e878a7f549f13e6eb351cff7c4bfd8_{ 0x05091340 }; - inline constexpr REL::Offset _lambda_49df49a740641670e19d30408fee74d2_{ 0x050923B0 }; - inline constexpr REL::Offset _lambda_4ab1e6ed8a6e5383082ee14fce46285a_{ 0x05090AE0 }; - inline constexpr REL::Offset _lambda_4be5ce6aef68e83aa49569993aff8066_{ 0x050955C0 }; - inline constexpr REL::Offset _lambda_4dccea91ce7a8c84901e03d8daeebdf1_{ 0x050914C0 }; - inline constexpr REL::Offset _lambda_4f50077fa771293a5365fed257f4173d_{ 0x05095FB0 }; - inline constexpr REL::Offset _lambda_4fc1f8fd17d1b1561b9b721d1ac74b7c_{ 0x05096070 }; - inline constexpr REL::Offset _lambda_50cd214866876a925987c64384b71bae_{ 0x050929C0 }; - inline constexpr REL::Offset _lambda_515e6240cf16aed2614e1605da656944_{ 0x050953C0 }; - inline constexpr REL::Offset _lambda_520c073f2f9b5ea31222b82582f32973_{ 0x05094A00 }; - inline constexpr REL::Offset _lambda_521efaefe0784c40e7d3073a8966e501_{ 0x05092330 }; - inline constexpr REL::Offset _lambda_527fa803cab9494af426fcb5366790b5_{ 0x05091990 }; - inline constexpr REL::Offset _lambda_536c33102983ea9fd90bc3c130fb7820_{ 0x05092700 }; - inline constexpr REL::Offset _lambda_53ffc39032ca0e72f60b58be925dbe69_{ 0x05092500 }; - inline constexpr REL::Offset _lambda_542f1bbb43e6c28f5ce82f130dbb7998_{ 0x050999A0 }; - inline constexpr REL::Offset _lambda_54dad1b29cb5d8edae0699aec55b7850_{ 0x05094980 }; - inline constexpr REL::Offset _lambda_5b6bf7a85f71f5e8b83ca9901ba8d456_{ 0x05095640 }; - inline constexpr REL::Offset _lambda_5b7b9ba11d3cb17659ed8a298e797b98_{ 0x05095F70 }; - inline constexpr REL::Offset _lambda_5b9dc8dc260e8e699de8a340ce375773_{ 0x05098CE0 }; - inline constexpr REL::Offset _lambda_5c528dcbbd0b61a287ba8ad0b05356a4_{ 0x05092680 }; - inline constexpr REL::Offset _lambda_5f7837156978a193dc01989556f9d30e_{ 0x05095E70 }; - inline constexpr REL::Offset _lambda_5f90e84e4769be26f1d2fa6feefac45e_{ 0x050910C0 }; - inline constexpr REL::Offset _lambda_60792a770677b5653d77e9c82cc1b5f4_{ 0x0508F8C0 }; - inline constexpr REL::Offset _lambda_60a2675cfe8788660ad082994eac7525_{ 0x05092600 }; - inline constexpr REL::Offset _lambda_624820ae5003c78f8a25c3b4647ca2b5_{ 0x05094800 }; - inline constexpr REL::Offset _lambda_633338cb47e4bb804ff6b8d03f198a1a_{ 0x05099260 }; - inline constexpr REL::Offset _lambda_6377957dcbcf2316e5d9f98c14c7862b_{ 0x050945C0 }; - inline constexpr REL::Offset _lambda_646248fb9034a6ddb932548e7d49446f_{ 0x05098A20 }; - inline constexpr REL::Offset _lambda_65251ad5213365d0137a05e1fe2d67a8_{ 0x050990E0 }; - inline constexpr REL::Offset _lambda_657ac87fbbbe273c3afe0ef0a6887ef4_{ 0x05094D40 }; - inline constexpr REL::Offset _lambda_662d1933046d5577025af7b0e03b4e6e_{ 0x05098EA0 }; - inline constexpr REL::Offset _lambda_682c30481b6f945aea581f28d4e66539_{ 0x05091EA0 }; - inline constexpr REL::Offset _lambda_68a4952c753627b6fe5f1e5adb569f53_{ 0x050996A0 }; - inline constexpr REL::Offset _lambda_6910601695f3dd7a3b6b918d3be3a895_{ 0x05099220 }; - inline constexpr REL::Offset _lambda_697c0a91b66ab3f6c7a782bea49b1331_{ 0x05099120 }; - inline constexpr REL::Offset _lambda_69cc518e39d6f4e10e9db9981a9c1d7e_{ 0x0508F840 }; - inline constexpr REL::Offset _lambda_69faf50df0058a7a957d676816e44d1d_{ 0x05091400 }; - inline constexpr REL::Offset _lambda_6abd65cd2a002981fded6001fb3a31f0_{ 0x05094680 }; - inline constexpr REL::Offset _lambda_6b6802b990080eb1f972ed3fdfb349be_{ 0x05099060 }; - inline constexpr REL::Offset _lambda_6bfe5617e71c0af674ee59fb22d68f79_{ 0x05092640 }; - inline constexpr REL::Offset _lambda_6d1081504a31f0237eeec490f4089cbe_{ 0x050897B0 }; - inline constexpr REL::Offset _lambda_6e5c678196ad94d42acbba02698228ce_{ 0x05099C40 }; - inline constexpr REL::Offset _lambda_6fad9a44932c23cb4c364726b83cc47e_{ 0x05091E60 }; - inline constexpr REL::Offset _lambda_717dc205c7ab523420c0800b9e620bc1_{ 0x05090B60 }; - inline constexpr REL::Offset _lambda_723be0cd68c138d1b6611637a0e1b932_{ 0x05094640 }; - inline constexpr REL::Offset _lambda_7324ce25e7200bddfb11a4d6245045ae_{ 0x05095EF0 }; - inline constexpr REL::Offset _lambda_74102bbd0491ae7e2f2b428364a0aa38_{ 0x05094780 }; - inline constexpr REL::Offset _lambda_76f340027b84ed28b676175aa3299281_{ 0x05099960 }; - inline constexpr REL::Offset _lambda_77392527259adccb8a2255e05849c42d_{ 0x050990A0 }; - inline constexpr REL::Offset _lambda_78104d6457cc7c72b7b70dedbd4c7729_{ 0x05098F60 }; - inline constexpr REL::Offset _lambda_7827c147829e00fe7f15eaefe593e3cc_{ 0x05094D00 }; - inline constexpr REL::Offset _lambda_7886e0ae4dc3b052efa6329abc319cc6_{ 0x05096230 }; - inline constexpr REL::Offset _lambda_7a8458241d5d25022323237c491d8ecf_{ 0x050912C0 }; - inline constexpr REL::Offset _lambda_7ab3183038f8d3427088a16035449539_{ 0x050994E0 }; - inline constexpr REL::Offset _lambda_7b521c39367390feb40229c1163fbb50_{ 0x05099460 }; - inline constexpr REL::Offset _lambda_7c44afdf93ced21c2c49b0c43ebfe17c_{ 0x05094A40 }; - inline constexpr REL::Offset _lambda_7c4a786bf74d8f5789f0892713f97e58_{ 0x05098D60 }; - inline constexpr REL::Offset _lambda_7e2e399ef17308210647e0ff0d59e8c7_{ 0x05090C90 }; - inline constexpr REL::Offset _lambda_7ece62f38092b876d5a29803f71ebe42_{ 0x050989A0 }; - inline constexpr REL::Offset _lambda_7f409a04a56b9fd44455212d87c431ae_{ 0x05098FA0 }; - inline constexpr REL::Offset _lambda_7fb62125534421398702f4a2baef2e0b_{ 0x05095280 }; - inline constexpr REL::Offset _lambda_80ccd6ef81c90a908ae7b9dc423ede29_{ 0x05098BE0 }; - inline constexpr REL::Offset _lambda_811ffd3359415b814ad419ff4a6f7b6c_{ 0x050915C0 }; - inline constexpr REL::Offset _lambda_816d88711d4f9b92fafc67d6d4128a01_{ 0x050997A0 }; - inline constexpr REL::Offset _lambda_81a7bbc2c642195c7bb8b5639a213323_{ 0x050997E0 }; - inline constexpr REL::Offset _lambda_834a520bd939bc68cd51b0030af55eaf_{ 0x05094BC0 }; - inline constexpr REL::Offset _lambda_83642b9649b829cac9b8f06fc6d8158f_{ 0x05098AE0 }; - inline constexpr REL::Offset _lambda_8453b831f47d1a741b54d8f6b25960af_{ 0x05092C90 }; - inline constexpr REL::Offset _lambda_84cb86a16ff0b9443451d13f3a11f731_{ 0x05098960 }; - inline constexpr REL::Offset _lambda_850f684f539da753d4c4cafdf641fe49_{ 0x05090A10 }; - inline constexpr REL::Offset _lambda_8537d24bed03eba165d0ffdc179250fb_{ 0x05091FF0 }; - inline constexpr REL::Offset _lambda_85498ddcc5baa3ce86b9dd695663ebad_{ 0x05095200 }; - inline constexpr REL::Offset _lambda_8668992420976022c5cc9aa39b736d8c_{ 0x050987E0 }; - inline constexpr REL::Offset _lambda_8687a1ebfd15fe7709dd4b4b902dc27f_{ 0x050962B0 }; - inline constexpr REL::Offset _lambda_86c0ac20e1dbb3512a09e5045908b2c5_{ 0x0508CAF0 }; - inline constexpr REL::Offset _lambda_882a801e71d613aeeec2330da6744cf1_{ 0x050946C0 }; - inline constexpr REL::Offset _lambda_896abb438acda319cef743a7a9efbaac_{ 0x050922F0 }; - inline constexpr REL::Offset _lambda_89a805409404f6f4936c6202133cf01b_{ 0x05091440 }; - inline constexpr REL::Offset _lambda_8b10bb14db18c9fe3d791996c1a19554_{ 0x05092270 }; - inline constexpr REL::Offset _lambda_8b2ccaafdc8a81683c63b0eaf14891dc_{ 0x05091180 }; - inline constexpr REL::Offset _lambda_8c96b78c58fa606af46999ce51170c9e_{ 0x05091380 }; - inline constexpr REL::Offset _lambda_8cd85e122db7eea6c89ba263e95d12b4_{ 0x05094E40 }; - inline constexpr REL::Offset _lambda_8e0bb810ac36e6a74cfd8179851fd370_{ 0x05095340 }; - inline constexpr REL::Offset _lambda_8f7483c9ca649af851d04e7c9f33e6ac_{ 0x05094E00 }; - inline constexpr REL::Offset _lambda_9002e4b1e35b9ef038662911247cc309_{ 0x050994A0 }; - inline constexpr REL::Offset _lambda_90d8b86f0c99746f95e0b4ca1a49d2c0_{ 0x05098C20 }; - inline constexpr REL::Offset _lambda_91251eb0ccb3ea9b423b4f677c265616_{ 0x05091A40 }; - inline constexpr REL::Offset _lambda_92c8185250fde670ed1817bc106a4a88_{ 0x05092B90 }; - inline constexpr REL::Offset _lambda_947391e129c30a4c103f3726de0a66d9_{ 0x05095140 }; - inline constexpr REL::Offset _lambda_959037408af959a47613d3263db08c86_{ 0x05091200 }; - inline constexpr REL::Offset _lambda_96f81aaee411c9d69a17525610aa912c_{ 0x05099620 }; - inline constexpr REL::Offset _lambda_97840dd87d822f9e2b81b917247add41_{ 0x05095080 }; - inline constexpr REL::Offset _lambda_99f9674ccabddde8d447bfe1ca6d40ec___operator____5__TakeoffFadeDoneCallback{ 0x0528D090 }; - inline constexpr REL::Offset _lambda_9a30403d968053341e5f9d42784612ca_{ 0x05092130 }; - inline constexpr REL::Offset _lambda_9b2acb054b0378783971fd92800f4976_{ 0x05099360 }; - inline constexpr REL::Offset _lambda_9b7ade51f40d35d6bcdc228b23ab14e6_{ 0x05092840 }; - inline constexpr REL::Offset _lambda_9c2e51072f7fcc6674d7693870b87c1f_{ 0x05092C50 }; - inline constexpr REL::Offset _lambda_9cc4f951fdfbb95f22db9e2c68c900e9_{ 0x050921B0 }; - inline constexpr REL::Offset _lambda_a04139f4e3187b0cd2a6b95ea874cd53_{ 0x05099320 }; - inline constexpr REL::Offset _lambda_a13d905de0e2a393a2e6bfbe0a742d3e_{ 0x05098B60 }; - inline constexpr REL::Offset _lambda_a20f4217b7a3254e87a494f37712d794_{ 0x050993A0 }; - inline constexpr REL::Offset _lambda_a3891673dea5d5c9cb16525d4e77e16d_{ 0x05095100 }; - inline constexpr REL::Offset _lambda_a5a0f9026c0cd68f7de5000b5d94769f_{ 0x050951C0 }; - inline constexpr REL::Offset _lambda_a71ec3d23cbd34c56e3ab5f51b222434_{ 0x050995E0 }; - inline constexpr REL::Offset _lambda_a7b27cbe6a95c99fe2e5a1ad07327fa0_{ 0x050995A0 }; - inline constexpr REL::Offset _lambda_a8848ed94a5a3cb4d7f224edcf2fa7c8_{ 0x050954C0 }; - inline constexpr REL::Offset _lambda_a89680fd00cca5312874daedf7e02340_{ 0x050962F0 }; - inline constexpr REL::Offset _lambda_a8aa60fabe2fc1933958a62e97de3786_{ 0x05094F40 }; - inline constexpr REL::Offset _lambda_a960ccc15d0834cd19d9a46ff87790ac_{ 0x05099560 }; - inline constexpr REL::Offset _lambda_aacb2dadf9aa6c2566a662adae5d8cc7_{ 0x0508F800 }; - inline constexpr REL::Offset _lambda_aad890f75e4062f7c55f96628ae4106f_{ 0x050999E0 }; - inline constexpr REL::Offset _lambda_ad854275cc20d2aa26fa10e5481e17f4_{ 0x05095580 }; - inline constexpr REL::Offset _lambda_ad85a4ab556638f1507b57127ea06ce0_{ 0x05092030 }; - inline constexpr REL::Offset _lambda_adada3c624f9eca7e904af6dc451ca52_{ 0x05099660 }; - inline constexpr REL::Offset _lambda_ae34904a58a0c39380143f422d973695_{ 0x050911C0 }; - inline constexpr REL::Offset _lambda_af604f9dd25689bc45f0dc12c016743d_{ 0x0508F6A0 }; - inline constexpr REL::Offset _lambda_af62d3ddb61e2c16f7fc06a107aede70_{ 0x05099760 }; - inline constexpr REL::Offset _lambda_b21249f73fc32f8a81cab9b750a0afd2_{ 0x05092BD0 }; - inline constexpr REL::Offset _lambda_b2731395c0d91b9dd7439faf17961b81_{ 0x05096170 }; - inline constexpr REL::Offset _lambda_b3b4d542f0127c892ab403b185e84e5f_{ 0x0508D740 }; - inline constexpr REL::Offset _lambda_b3db434079764937ec97ac25dc1ea9a3_{ 0x05094CC0 }; - inline constexpr REL::Offset _lambda_b616e81cc11ae3ff27c2e28f7218518c_{ 0x05095FF0 }; - inline constexpr REL::Offset _lambda_b65bf6956decee7d45e10d149a542b12_{ 0x0508F900 }; - inline constexpr REL::Offset _lambda_b78658f725809cc9dd249a08003323aa_{ 0x05091950 }; - inline constexpr REL::Offset _lambda_b7f4b682f2a1bebe693c6bd28981c93e_{ 0x05094FC0 }; - inline constexpr REL::Offset _lambda_b82494bcd268d68cf60711d241a92275_{ 0x0508F9D0 }; - inline constexpr REL::Offset _lambda_b966315cb148adcd87a04670f9499b6f_{ 0x050960F0 }; - inline constexpr REL::Offset _lambda_b9e00420d4fc4dfbe8fa9e51782302da_{ 0x05098860 }; - inline constexpr REL::Offset _lambda_bafae2b11fafbc4f7dfb97411a909f8a_{ 0x05094740 }; - inline constexpr REL::Offset _lambda_bb9da137c76683c6952446acd932ccf0_{ 0x05098DE0 }; - inline constexpr REL::Offset _lambda_bbb177cd5f2ab74893d49615821de162_{ 0x050996E0 }; - inline constexpr REL::Offset _lambda_bcba858f97424a8c7d5f69d4c498a2f7_{ 0x05094880 }; - inline constexpr REL::Offset _lambda_bd7c97a2bb675042967b8e0d20afec91_{ 0x05094AC0 }; - inline constexpr REL::Offset _lambda_be876bc5186bff2513ff405e850f4e26_{ 0x050988E0 }; - inline constexpr REL::Offset _lambda_c00658b1e7d7e1ebe7bf94e70975ea83_{ 0x05096330 }; - inline constexpr REL::Offset _lambda_c0358fe6cc6cac72bc6034a1c670b93e_{ 0x05091300 }; - inline constexpr REL::Offset _lambda_c10da29f799e0f6f1c06a417c30f8013_{ 0x05092A40 }; - inline constexpr REL::Offset _lambda_c17409bca43b4196fdf5da3935b4c262_{ 0x050952C0 }; - inline constexpr REL::Offset _lambda_c1ad3f0d02c92b91662dd06a86df460f_{ 0x05094D80 }; - inline constexpr REL::Offset _lambda_c4800958f6f82d41dc7cbb1717f39ca8_{ 0x05091240 }; - inline constexpr REL::Offset _lambda_c524297436e6861319cd811a123de57d_{ 0x050924C0 }; - inline constexpr REL::Offset _lambda_c59616a3960e44e8a6e6d93d1b2b7690_{ 0x05096270 }; - inline constexpr REL::Offset _lambda_c6efd732f69a7634ffbc6652dd87f951_{ 0x05098C60 }; - inline constexpr REL::Offset _lambda_c84baf99ce6ed36961e2a863528ae6c4_{ 0x0508F620 }; - inline constexpr REL::Offset _lambda_ca274d93e4d5785b248b8ace84a4ed4b_{ 0x050919D0 }; - inline constexpr REL::Offset _lambda_cb2fcafcfeb79c7d26906b8fd4636ffc_{ 0x05099820 }; - inline constexpr REL::Offset _lambda_ccb70cc432f37ab029f06ab27c328d81_{ 0x05099720 }; - inline constexpr REL::Offset _lambda_cd1989fe22907f3fcc0eb0c2b41e761c_{ 0x050957F0 }; - inline constexpr REL::Offset _lambda_cda5fd1b2a5c5e50f578b02ba7805212_{ 0x05092440 }; - inline constexpr REL::Offset _lambda_ce10a8a7acd9e7f081239ece31786d27_{ 0x05092CD0 }; - inline constexpr REL::Offset _lambda_cf04669e91edb1a2a3a4a7ab538c4837_{ 0x050913C0 }; - inline constexpr REL::Offset _lambda_cf40a68354f922c38e03bbaecaec89aa_{ 0x050920B0 }; - inline constexpr REL::Offset _lambda_cfc4486fbb401085df5b729f5fa4df56_{ 0x05092370 }; - inline constexpr REL::Offset _lambda_d153accb137be0c634a55d237920f323_{ 0x05092D50 }; - inline constexpr REL::Offset _lambda_d2716ea6a0bca27a6edea85753279548_{ 0x05091480 }; - inline constexpr REL::Offset _lambda_d2d6f7920086fbe9f0fc86b0c4acb6e9_{ 0x05094E80 }; - inline constexpr REL::Offset _lambda_d31a69b396f0fb28afca6640b3e8cba5_{ 0x05092780 }; - inline constexpr REL::Offset _lambda_d494d179864a24a188f2eb416cfc06a3_{ 0x05090FC0 }; - inline constexpr REL::Offset _lambda_d4dc87478c2249a4454027d8fd1a3813_{ 0x05094B80 }; - inline constexpr REL::Offset _lambda_d5eb0fcfb1f75702023297a060e3d5e6_{ 0x05091500 }; - inline constexpr REL::Offset _lambda_d63799d362ac3db4a9c9d0e7433ec812_{ 0x05099020 }; - inline constexpr REL::Offset _lambda_d6b1db4285e75a5294c6de830762ef47_{ 0x0508F5E0 }; - inline constexpr REL::Offset _lambda_d6b7d480f08985d7ee3bf3fb03c345be_{ 0x05099A60 }; - inline constexpr REL::Offset _lambda_d6bd5d478c04329fe4e5b7137692c84a_{ 0x05090C10 }; - inline constexpr REL::Offset _lambda_d79ba8b68f8bfb45c6116d46101351b5_{ 0x050920F0 }; - inline constexpr REL::Offset _lambda_d802a03dba6477a9102aecb26551b3f4_{ 0x05092480 }; - inline constexpr REL::Offset _lambda_d8ac2cf8dadd9cd659084c03b02663ca_{ 0x050927C0 }; - inline constexpr REL::Offset _lambda_d95754b001c0346fcb32406fa2529480_{ 0x0508F660 }; - inline constexpr REL::Offset _lambda_da4e66b37aa105058834c2c511a5082a_{ 0x05098E20 }; - inline constexpr REL::Offset _lambda_da5b3aa28c78420e8917d210cf7db403_{ 0x05092170 }; - inline constexpr REL::Offset _lambda_db7bb28a69cfd1317fb4b091c4fce90d_{ 0x05094580 }; - inline constexpr REL::Offset _lambda_dd30620ba1022706aa733e4259f89e69_{ 0x05098820 }; - inline constexpr REL::Offset _lambda_dd530f9f18d1dc206099f46292567450_{ 0x05095000 }; - inline constexpr REL::Offset _lambda_ddf1c4c945627fb9fff8c8751f522483_{ 0x050925C0 }; - inline constexpr REL::Offset _lambda_debc1bd8af75bbcd059b4351d90d28cd_{ 0x05094C80 }; - inline constexpr REL::Offset _lambda_dfd1ce40b89c6d3e72cf269832290ece_{ 0x050948C0 }; - inline constexpr REL::Offset _lambda_e09070a596429640ee82ab721c4713d4_{ 0x05095680 }; - inline constexpr REL::Offset _lambda_e143d2028d7c6e7727d9fcbf5f405ea7_{ 0x05090060 }; - inline constexpr REL::Offset _lambda_e147208eb61fa434b812c8134af6fc34_{ 0x05094600 }; - inline constexpr REL::Offset _lambda_e314fa56d63d042e53d81b69929b40ff_{ 0x05099C00 }; - inline constexpr REL::Offset _lambda_e378063695a321b4b2acf80caf341be2_{ 0x05098F20 }; - inline constexpr REL::Offset _lambda_e467e0832c9b41eb348fa71215e5f187_{ 0x05094700 }; - inline constexpr REL::Offset _lambda_e503aa7f15d4f88322c521738e9706a4_{ 0x05091580 }; - inline constexpr REL::Offset _lambda_e5733d4c54decfe364244011ac86bbb6_{ 0x05095040 }; - inline constexpr REL::Offset _lambda_e5e9011dfff61c4c00bc49cc78aecb1f_{ 0x05096130 }; - inline constexpr REL::Offset _lambda_e5ea9a590e87a286fb663ecd647989f4_{ 0x05094F00 }; - inline constexpr REL::Offset _lambda_e61604f72c8cff04a94ed3a540e69ad6_{ 0x05095440 }; - inline constexpr REL::Offset _lambda_e64d3878199ec63bc3651c017fb940ae_{ 0x05095300 }; - inline constexpr REL::Offset _lambda_e67da1eb7d0f8f20b14573ead2bc5c5b_{ 0x05094F80 }; - inline constexpr REL::Offset _lambda_e7631ce55b316914c1d2ae323e980e52_{ 0x050989E0 }; - inline constexpr REL::Offset _lambda_ea7373727b326c3a296e7727673c1cf4_{ 0x05095480 }; - inline constexpr REL::Offset _lambda_ec46c3e7b709c25f1085c3abf5d433d2_{ 0x05095240 }; - inline constexpr REL::Offset _lambda_ed9a8c81b276dabbf40c3f2eb67b4d42_{ 0x05094B40 }; - inline constexpr REL::Offset _lambda_f189e04494dd43463d53c493efd1e8d3_{ 0x05092AC0 }; - inline constexpr REL::Offset _lambda_f341899e72b3f390184c8afaa45b8f40_{ 0x05098E60 }; - inline constexpr REL::Offset _lambda_f4b86d201fe33ef82f3097c262d84e9f_{ 0x05095600 }; - inline constexpr REL::Offset _lambda_f62ad8f2020d229c56fb36f626d1e603_{ 0x05091000 }; - inline constexpr REL::Offset _lambda_f65d030aafad32c4af72d47dea60cb6a_{ 0x0508D780 }; - inline constexpr REL::Offset _lambda_f67bd8b1575a9567e8027e8330c2f249_{ 0x05099420 }; - inline constexpr REL::Offset _lambda_f74b12abf885849d9fb9a4e29171d807_{ 0x05095EB0 }; - inline constexpr REL::Offset _lambda_f859861f5c36dce485d0d6709c81dc49_{ 0x050998A0 }; - inline constexpr REL::Offset _lambda_f8994df1e8cbcd7696e7a20a6f1ea094_{ 0x05091280 }; - inline constexpr REL::Offset _lambda_f8a79f6aac65a3e0fc625c482efaf599_{ 0x05094C40 }; - inline constexpr REL::Offset _lambda_f8c535b0014544bb8393cece85acfa2a_{ 0x0508FA50 }; - inline constexpr REL::Offset _lambda_f925127b5689f3aab636bd263a8f5eef_{ 0x05095180 }; - inline constexpr REL::Offset _lambda_fa004aa12b59941545af99ec12cc7d0e_{ 0x05099AE0 }; - inline constexpr REL::Offset _lambda_fa061cdf7f0513c58b08f1d453c05408_{ 0x05092C10 }; - inline constexpr REL::Offset _lambda_fb57aa8ca5c4b56d6595919969c7948f_{ 0x050950C0 }; - inline constexpr REL::Offset _lambda_fb8c6beb0e5aad17d74f55e9e0f525b2_{ 0x05098D20 }; - inline constexpr REL::Offset _lambda_fc4c539d0c41892201eea6b726e3a456_{ 0x05092580 }; - inline constexpr REL::Offset _lambda_fc80caba2d13a4a8de1b555915600790_{ 0x05099AA0 }; - inline constexpr REL::Offset _lambda_fe17593311fc5854adb218aa3b5d2156_{ 0x05091040 }; - inline constexpr REL::Offset _lambda_ff24cf077dd97fea65adab249ee0291c_{ 0x0508D830 }; - inline constexpr REL::Offset bhkBipedOrientationController{ 0x0537E298 }; - inline constexpr REL::Offset bhkBlockStreamAllocatorBase{ 0x053750A8 }; - inline constexpr REL::Offset bhkBlockStreamAllocator_2048_{ 0x053751B8 }; - inline constexpr REL::Offset bhkBlockStreamAllocator_2_{ 0x05375110 }; - inline constexpr REL::Offset bhkCharProxyController{ 0x05378C18 }; - inline constexpr REL::Offset bhkCharProxyControllerCinfo{ 0x05378C48 }; - inline constexpr REL::Offset bhkCharProxyManager{ 0x05375DD0 }; - inline constexpr REL::Offset bhkCharRigidBodyController{ 0x05379790 }; - inline constexpr REL::Offset bhkCharRigidBodyControllerCinfo{ 0x053797C8 }; - inline constexpr REL::Offset bhkCharRigidBodyManager{ 0x05375DA0 }; - inline constexpr REL::Offset bhkCharacterCollisionHandler{ 0x052D2A68 }; - inline constexpr REL::Offset bhkCharacterController{ 0x05378608 }; - inline constexpr REL::Offset bhkCharacterControllerCinfo{ 0x05378858 }; - inline constexpr REL::Offset bhkCharacterControllerShapeManager__hknpConvexShapeEx{ 0x053784C0 }; - inline constexpr REL::Offset bhkCharacterPointCollector{ 0x0537E680 }; - inline constexpr REL::Offset bhkCharacterProxy{ 0x05378C80 }; - inline constexpr REL::Offset bhkCharacterRigidBody{ 0x05379870 }; - inline constexpr REL::Offset bhkCharacterRigidBodyCinfo{ 0x05379800 }; - inline constexpr REL::Offset bhkCharacterState{ 0x053732D0 }; - inline constexpr REL::Offset bhkCharacterStateClimbing{ 0x05378540 }; - inline constexpr REL::Offset bhkCharacterStateFloating{ 0x0537E4E8 }; - inline constexpr REL::Offset bhkCharacterStateFlying{ 0x05378510 }; - inline constexpr REL::Offset bhkCharacterStateInAir{ 0x0537E4B8 }; - inline constexpr REL::Offset bhkCharacterStateJumping{ 0x0537E488 }; - inline constexpr REL::Offset bhkCharacterStateOnGround{ 0x0537E458 }; - inline constexpr REL::Offset bhkCharacterStateSpaceship{ 0x05373660 }; - inline constexpr REL::Offset bhkCharacterStateSwimming{ 0x053795D0 }; - inline constexpr REL::Offset bhkCollisionFilter{ 0x05378070 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_0ad205e897296c4233e80e0d61bada21____bhkSetBodyOrientationCmd_{ 0x0537A7B0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_0d58bf82d324a15a6d6f14f8c2bdfa4c____bhkDestroyConstraintGroupCmd_{ 0x0537BAB0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_14c3ddd8a7b502fd4208007a6ae830e8____bhkSetBodyMassCmd_{ 0x0537A8F0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_186afcd15731e9361c6e7437e248f879____bhkSetBodyShapeMutated_{ 0x0537B8E0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_1f085421ff0db415d66edc796f3dfd54____bhkSetConstraintGroupCmd_{ 0x0537BBF0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_24947a0ceb2f89e4c9f9f25fad16fe57____bhkSetCompoundBodyTransformCmd_{ 0x0537C940 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_2a71fee199b091a46fed23391c3ca502____bhkSetBodyPropertyCmd_{ 0x0537C480 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_2f37aecb92ecff92b8a2311756eb9947____bhkSetGravityForMotionLibraryCmd_{ 0x05379C00 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_33f10031136e16c06e609eea0c8f15c9____bhkSetBodyMassDistributionCmd_{ 0x0537AD00 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_33fdddc2d14d9f052c47eaa16871812e____bhkAttachBodyCommand_{ 0x0537A150 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_3b5cf81abdef6638087902a3eb92ee52____bhkBodyCommand_{ 0x05379F80 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_3b7bb10d2f52bcdd99f54f873639c96b____bhkAddActionCommand_{ 0x0537A4D0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_3f2ae688cdd8c78e8912bcfc4d9e93e7____bhkBodyActivationCmd_{ 0x0537B430 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_4560b97fbba6a1f59f11b3514463466a____bhkChangeBodyFlagCmd_{ 0x0537B560 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_4f15b2a546d20f40f673dc5aad8a7ff8____bhkRebuildMotionMassPropBodyCmd_{ 0x05379AC0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_53d41f69dd986d44e6888c5b2b230248____bhkDetachBodyCommand_{ 0x0537A280 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_581b8baa5e9eccb8de9886ea166b14b8____bhkAddRagdollToMgr_{ 0x0537C6E0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_5b16feed784fb88eb4891598baf98933____bhkSetBodyPositionCmd_{ 0x0537D0F0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_5d10bb3e8181f3617dfef9fd7d1b136d____bhkSetBodyActStateCmd_{ 0x0537C800 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_5f22adf6a0399a68966f0caff094171a____bhkSetBodyMotionCmd_{ 0x0537B1E0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_66ca3d5ef1d116d90cddbf41415516db____bhkReleaseCollisionObjectCommand_{ 0x0537C350 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_6c69f730c1913716fa38768121ca5352____bhkSetBodyMotionPropertyFlagsCmd_{ 0x0537AF70 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_6c9f9636d952ceefc1061ad4cb910f4e____bhkSetMinBodyCollisionLookAheadCmd_{ 0x0537CA80 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_6e813d1e111da58a82920c6db45f5f69____bhkSetBody2Vec4fCmd_{ 0x0537B7B0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_81a0cb85728b8d7916f008bf8df84aa8____bhkSetBodyFloatFloatCmd_{ 0x0537A970 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_83371d7b9cb36996acdd52f718466017____bhkReleasePhysicsSystemCommand_{ 0x0537C210 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_89d4b7d647c09f661993e3dfe9eae162____bhkSetBodyMotionTypeCmd_{ 0x0537AE40 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_8d1c82639dbd819adf1f792fb4d1d6cc____bhkRebuildMotionMassPropCmd_{ 0x05379E50 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_8e05c20137268707d9e8f1781c4a1506____bhkUpdateBroadPhaseCmd_{ 0x0537C5B0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_8e3878017a4aaaab3ecd662645b51090____bhkSetVelocityDampingCmd_{ 0x0537CCE0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_9494088d5b0d805241f416550261c580____bhkSetBodyFilterInfo_{ 0x0537AAA0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_9e4e5d1b92aa96dfef0e278071075d49____bhkRemoveConstraintCmd_{ 0x0537BE60 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_9f1ee0f7407989bcb31d88608e8003b6____bhkSetBodyVelocityCmd_{ 0x0537CE10 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_a0b6cf31a03e6a396a62ab6af1b42394____bhkSetBodyVec4fCmd_{ 0x0537B0B0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_a9b0cf8ad4f589aa12a70c6ec8b5e6fb____bhkSetBodyVec4fCmd_{ 0x0537B690 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_ae0b51a5c403fd801a927fb82eea845f____bhkAddBodiesCommand_{ 0x0537A3B0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_ae8fcc61fc8c9703c4be5cbb02b08c14____bhkSetBodyZeroVelCmd_{ 0x0537CBB0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_af063f8c2b6c8e268dec7f31f4be2426____bhkUpdatePoseBoundVel_{ 0x0537BFA0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b062323a25f4b128c9f0da7177edb253____bhkUpdatePoseBoundWarp_{ 0x0537C0D0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b21c90186d4437b0c6a27ca6443b8e29____bhkZeroGCommand_{ 0x0537CF40 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b2872f1f39c0bf4bdea78806fd5a4901____bhkSetBodyTransformCmd_{ 0x0537CFC0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b3d5d48152cc08b0237b865c661b744b____bhkSetBodySurfaceVelocityCmd_{ 0x0537BD20 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_bc2c4beaeee0d868fc5da01371048385____bhkApplyHardKeyframe_{ 0x053798E0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_c286e74344bfb30ab5e31261c6a5c328____bhkSetBodyFilterInfoGroup_{ 0x0537ABD0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_c40db60b2d4e86a22398b19d692d2f16____bhkActivateBodiesInAabbCmd_{ 0x0537A550 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_cdcd9dde9f1abf866008c34ac7e5f95c____bhkSetBodyVec4fCmd_{ 0x0537D2C0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_d72367bc5372d929ad753bb8348827cb____bhkSetBodyVec4fCmd_{ 0x0537D3E0 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_e04c2e051b475970f3eeee10ad5f14fe____bhkAddConstraintCmd_{ 0x0537A690 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_f3a9f2d6351bac89caffdb2f4bf7ee59____bhkSetBodyU16Cmd_{ 0x05379D30 }; - inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_f91026c358cd85dccb557e5dc8c0c5db____bhkSetBodyGravityCmd_{ 0x0537B300 }; - inline constexpr REL::Offset bhkIAddToWorld{ 0x052C6240 }; - inline constexpr REL::Offset bhkICharOrientationController{ 0x05378890 }; - inline constexpr REL::Offset bhkIWorldStepListener{ 0x05131638 }; - inline constexpr REL::Offset bhkMemorySystem{ 0x0537E0F8 }; - inline constexpr REL::Offset bhkNPCollisionObject{ 0x052CD348 }; - inline constexpr REL::Offset bhkNPCollisionObjectBase{ 0x052CD318 }; - inline constexpr REL::Offset bhkNPCollisionObjectUnlinked{ 0x052CD3A0 }; - inline constexpr REL::Offset bhkNPCollisionObjectUnlinked__LinkExtraData{ 0x05376D70 }; - inline constexpr REL::Offset bhkNPCollisionProxyObject{ 0x05376C98 }; - inline constexpr REL::Offset bhkNPModelNodeComponent{ 0x0518A408 }; - inline constexpr REL::Offset bhkParticlesManagerModifier{ 0x05376588 }; - inline constexpr REL::Offset bhkPhysicsSystem{ 0x053781F8 }; - inline constexpr REL::Offset bhkQuadOrientationController{ 0x0537E568 }; - inline constexpr REL::Offset bhkRagdollPenetrationManager{ 0x0537E098 }; - inline constexpr REL::Offset bhkRagdollSystem{ 0x05378220 }; - inline constexpr REL::Offset bhkRandomVelocityGenerator__INISettingCollectionEx{ 0x050C5100 }; - inline constexpr REL::Offset bhkRandomVelocityGenerator__INISettingEx{ 0x05123C98 }; - inline constexpr REL::Offset bhkSupportMaterialHandler{ 0x052BD1D0 }; - inline constexpr REL::Offset bhkTTNode_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051EA9C0 }; - inline constexpr REL::Offset bhkThreadMemorySource{ 0x0537EB50 }; - inline constexpr REL::Offset bhkThreadMemorySource__RowBlockAllocatorImpl{ 0x0537EB80 }; - inline constexpr REL::Offset bhkThreadPool{ 0x053790E8 }; - inline constexpr REL::Offset bhkTrapListener{ 0x051EC038 }; - inline constexpr REL::Offset bhkUtilFunctions__ICombinedShapeCuller{ 0x051EBEC0 }; - inline constexpr REL::Offset bhkWorld{ 0x05373718 }; - inline constexpr REL::Offset bhkWorldM{ 0x05378CA8 }; - inline constexpr REL::Offset bnet__Account__ExternalAuthInfo{ 0x0540BEF8 }; - inline constexpr REL::Offset bnet__AsyncOperationProxy{ 0x054081D0 }; - inline constexpr REL::Offset bnet__BaseCallback{ 0x05408E00 }; - inline constexpr REL::Offset bnet__Callback_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ 0x054096F0 }; - inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ 0x05409FB0 }; - inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ 0x0540A0C0 }; - inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ 0x0540C0D0 }; - inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ 0x05409980 }; - inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ 0x05409E00 }; - inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ 0x05409C70 }; - inline constexpr REL::Offset bnet__Callback_bnet_std__void_t_bnet__HttpResponseInfo_{ 0x05409BB0 }; - inline constexpr REL::Offset bnet__Callback_bool_bnet__HttpResponseInfo_{ 0x05409B10 }; - inline constexpr REL::Offset bnet__Callback_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ 0x0540C9D0 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ 0x05409750 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ 0x0540A030 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ 0x0540A130 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ 0x0540C2E0 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ 0x05409A40 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ 0x05409ED0 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ 0x05409D30 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet_std__void_t_bnet__HttpResponseInfo_{ 0x05409C10 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bool_bnet__HttpResponseInfo_{ 0x05409B60 }; - inline constexpr REL::Offset bnet__detail__CallbackImpl_1_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ 0x0540C950 }; - inline constexpr REL::Offset bnet__impl__AsyncOperation{ 0x05408DD0 }; - inline constexpr REL::Offset bnet__impl__MemoryDeleter_HINSTANCE___{ 0x05089A50 }; - inline constexpr REL::Offset bnet__impl__MemoryDeleter__SECURITY_FUNCTION_TABLE_Aconst_{ 0x050899F0 }; - inline constexpr REL::Offset bnet__impl__MemoryDeleter_bnet__Notification__UserWebSocket_{ 0x05089B00 }; - inline constexpr REL::Offset bnet__internal____ModuleDeleter{ 0x05089A98 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ 0x05409350 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ 0x0540C460 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ 0x0540C7A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ 0x0540AFD0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ 0x0540A8A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ 0x0540ABF0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ 0x0540B2C0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ 0x0540A1B0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ 0x0540A5B0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_b3884ef3a9374cf9f135b95f28d63290__{ 0x05408430 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ 0x05408260 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ 0x054091A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ 0x05408E30 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable_void___bnet__LogParamsconst__{ 0x05408690 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ 0x054095A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ 0x0540C360 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ 0x0540C6A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ 0x0540A390 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ 0x0540B4A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ 0x0540AA80 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ 0x0540B1B0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ 0x0540A790 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ 0x0540A4A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b3884ef3a9374cf9f135b95f28d63290__{ 0x05408390 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ 0x054087A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ 0x054090A0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ 0x0540AE70 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable_void___bnet__LogParamsconst__{ 0x054085E0 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICallableBase{ 0x05407D30 }; - inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable{ 0x05407DC0 }; - inline constexpr REL::Offset bool___BSScrapArray_BSScript__Variable__{ 0x0508F980 }; - inline constexpr REL::Offset bool___CombatActorRefPtrconst_CombatPathconst_float_{ 0x05090520 }; - inline constexpr REL::Offset bool___TESObjectREFR___int64_{ 0x0508D4C8 }; - inline constexpr REL::Offset bool___charconst_int_charconst_{ 0x05091CB8 }; - inline constexpr REL::Offset bps__client__BIEventClient__BulkEventsResult{ 0x05155180 }; - inline constexpr REL::Offset bps__client__BIEventClient__CreateSessionResult{ 0x0535ECC0 }; - inline constexpr REL::Offset bps__client__BIGatewayResult_bps__client__BIEventClient__kResultNameBulkSend_{ 0x05155110 }; - inline constexpr REL::Offset bps__client__BIGatewayResult_bps__client__BIEventClient__kResultNameCreate_{ 0x0535ED10 }; - inline constexpr REL::Offset bps__client__BaseRequestImpl{ 0x0535E780 }; - inline constexpr REL::Offset bps__client__RequestImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ 0x0535EA80 }; - inline constexpr REL::Offset bps__client__RequestImpl_bps__client__BIEventClient__CreateSessionResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ 0x0535E7C0 }; - inline constexpr REL::Offset bps__client__RequestShortCircuitImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ 0x0535E8A0 }; - inline constexpr REL::Offset bps__client__Services{ 0x0535F180 }; - inline constexpr REL::Offset bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ 0x05155080 }; - inline constexpr REL::Offset bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ 0x0535EC30 }; - inline constexpr REL::Offset bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ 0x051551C0 }; - inline constexpr REL::Offset bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ 0x0535EBA0 }; - inline constexpr REL::Offset castTest__Interface0{ 0x0507F528 }; - inline constexpr REL::Offset castTest__Interface1{ 0x0507F558 }; - inline constexpr REL::Offset castTest__Interface2{ 0x0507F588 }; - inline constexpr REL::Offset castTest__InterfaceBase{ 0x0507F4C0 }; - inline constexpr REL::Offset castTest__InterfaceOtherBase{ 0x0507F4F0 }; - inline constexpr REL::Offset castTest__Leaf{ 0x0507F468 }; - inline constexpr REL::Offset castTest__OtherLeaf{ 0x0507F490 }; - inline constexpr REL::Offset castTest__Root{ 0x0507F440 }; - inline constexpr REL::Offset castTest__WithInterfaces{ 0x0507F5B8 }; - inline constexpr REL::Offset float___ActorValueOwnerconst_ActorValueInfoconst_{ 0x0508FB10 }; - inline constexpr REL::Offset float___CombatFormulas__WeaponDamageconst_{ 0x05090568 }; - inline constexpr REL::Offset float___NiPoint3const_float_{ 0x05091C90 }; - inline constexpr REL::Offset hclAction{ 0x052D10F0 }; - inline constexpr REL::Offset hclAntiPinchConstraintInstanceData{ 0x050849E8 }; - inline constexpr REL::Offset hclAntiPinchConstraintSet{ 0x05083558 }; - inline constexpr REL::Offset hclBSClothParameterizedWindAction{ 0x0537E180 }; - inline constexpr REL::Offset hclBSClothPickingAction{ 0x052D10C0 }; - inline constexpr REL::Offset hclBSWorld{ 0x05375E00 }; - inline constexpr REL::Offset hclBendLinkConstraintSet{ 0x05083588 }; - inline constexpr REL::Offset hclBendLinkConstraintSetMx{ 0x050835B8 }; - inline constexpr REL::Offset hclBendStiffnessConstraintSet{ 0x050835F0 }; - inline constexpr REL::Offset hclBendStiffnessConstraintSetMx{ 0x05083628 }; - inline constexpr REL::Offset hclBlendOperatorInstanceData{ 0x05083288 }; - inline constexpr REL::Offset hclBlendSomeVerticesOperator{ 0x05083250 }; - inline constexpr REL::Offset hclBonePlanesConstraintSet{ 0x05083660 }; - inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformOperator{ 0x050838B0 }; - inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPNOperator{ 0x050838F0 }; - inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPNTBOperator{ 0x05083930 }; - inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPNTOperator{ 0x05083970 }; - inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPOperator{ 0x050839B0 }; - inline constexpr REL::Offset hclBoneSpaceSkinOperator{ 0x050839F0 }; - inline constexpr REL::Offset hclBoneSpaceSkinPNOperator{ 0x05083A20 }; - inline constexpr REL::Offset hclBoneSpaceSkinPNTBOperator{ 0x05083A58 }; - inline constexpr REL::Offset hclBoneSpaceSkinPNTOperator{ 0x05083A90 }; - inline constexpr REL::Offset hclBoneSpaceSkinPOperator{ 0x05083AC8 }; - inline constexpr REL::Offset hclBoneSpaceTransferSimulationOperator{ 0x050847E8 }; - inline constexpr REL::Offset hclBuffer{ 0x05376DE0 }; - inline constexpr REL::Offset hclBufferDefinition{ 0x05083100 }; - inline constexpr REL::Offset hclCapsuleShape{ 0x050833F0 }; - inline constexpr REL::Offset hclClothContainer{ 0x05083888 }; - inline constexpr REL::Offset hclClothData{ 0x05083158 }; - inline constexpr REL::Offset hclClothInstance{ 0x05083080 }; - inline constexpr REL::Offset hclClothLeafShapeSensor{ 0x0508B238 }; - inline constexpr REL::Offset hclClothPickingAction{ 0x052D1068 }; - inline constexpr REL::Offset hclClothState{ 0x05083130 }; - inline constexpr REL::Offset hclClothStateInstanceData{ 0x05083FF8 }; - inline constexpr REL::Offset hclCollidable{ 0x050830A8 }; - inline constexpr REL::Offset hclCollisionConvexes{ 0x0508B368 }; - inline constexpr REL::Offset hclCollisionTriangles{ 0x0508B338 }; - inline constexpr REL::Offset hclCompressibleLinkConstraintSet{ 0x05083698 }; - inline constexpr REL::Offset hclCompressibleLinkConstraintSetMx{ 0x050836D0 }; - inline constexpr REL::Offset hclConstraintSet{ 0x050831D8 }; - inline constexpr REL::Offset hclConstraintStiffnessDispatcher{ 0x050846D8 }; - inline constexpr REL::Offset hclConvexGeometryShape{ 0x05083418 }; - inline constexpr REL::Offset hclConvexHeightFieldShape{ 0x05083448 }; - inline constexpr REL::Offset hclConvexPlanesShape{ 0x05083478 }; - inline constexpr REL::Offset hclCopyVerticesOperator{ 0x05083F10 }; - inline constexpr REL::Offset hclFullClothTask{ 0x05084868 }; - inline constexpr REL::Offset hclGatherAllVerticesOperator{ 0x05083F40 }; - inline constexpr REL::Offset hclGatherSomeVerticesOperator{ 0x05083F78 }; - inline constexpr REL::Offset hclInputConvertOperator{ 0x05083AF8 }; - inline constexpr REL::Offset hclInstantiationUtil{ 0x05377260 }; - inline constexpr REL::Offset hclLocalRangeConstraintSet{ 0x05083710 }; - inline constexpr REL::Offset hclMeshBoneDeformOperator{ 0x05083B58 }; - inline constexpr REL::Offset hclMeshMeshDeformOperator{ 0x05083BC0 }; - inline constexpr REL::Offset hclMoveParticlesOperator{ 0x05083BF0 }; - inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformOperator{ 0x05083C20 }; - inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPNOperator{ 0x05083C60 }; - inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPNTBOperator{ 0x05083CA0 }; - inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPNTOperator{ 0x05083CE0 }; - inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPOperator{ 0x05083D20 }; - inline constexpr REL::Offset hclObjectSpaceSkinOperator{ 0x05083D60 }; - inline constexpr REL::Offset hclObjectSpaceSkinPNOperator{ 0x05083D98 }; - inline constexpr REL::Offset hclObjectSpaceSkinPNTBOperator{ 0x05083DD0 }; - inline constexpr REL::Offset hclObjectSpaceSkinPNTOperator{ 0x05083E08 }; - inline constexpr REL::Offset hclObjectSpaceSkinPOperator{ 0x05083E40 }; - inline constexpr REL::Offset hclObjectSpaceTransferSimulationOperator{ 0x05084828 }; - inline constexpr REL::Offset hclOperator{ 0x050831B0 }; - inline constexpr REL::Offset hclOperatorSequenceTask{ 0x05084890 }; - inline constexpr REL::Offset hclOutputConvertOperator{ 0x05083B28 }; - inline constexpr REL::Offset hclPlaneShape{ 0x050834A8 }; - inline constexpr REL::Offset hclPointContactPlanesShape{ 0x05084710 }; - inline constexpr REL::Offset hclPostExecuteClothTask{ 0x050848F0 }; - inline constexpr REL::Offset hclPreExecuteClothTask{ 0x050848C0 }; - inline constexpr REL::Offset hclScratchBuffer{ 0x0508B398 }; - inline constexpr REL::Offset hclScratchBufferDefinition{ 0x05084748 }; - inline constexpr REL::Offset hclShadowBuffer{ 0x0508B3C0 }; - inline constexpr REL::Offset hclShadowBufferDefinition{ 0x05084780 }; - inline constexpr REL::Offset hclShape{ 0x050833D0 }; - inline constexpr REL::Offset hclSimClothData{ 0x05083228 }; - inline constexpr REL::Offset hclSimClothInstance{ 0x050830D0 }; - inline constexpr REL::Offset hclSimClothPose{ 0x05083200 }; - inline constexpr REL::Offset hclSimpleMeshBoneDeformOperator{ 0x05083B88 }; - inline constexpr REL::Offset hclSimpleWindAction{ 0x0537E1B8 }; - inline constexpr REL::Offset hclSimulateOperator{ 0x05083528 }; - inline constexpr REL::Offset hclSimulateOperatorInstanceData{ 0x05083398 }; - inline constexpr REL::Offset hclSkinOperator{ 0x05083E78 }; - inline constexpr REL::Offset hclSphereShape{ 0x050834D0 }; - inline constexpr REL::Offset hclStandardLinkConstraintSet{ 0x05083748 }; - inline constexpr REL::Offset hclStandardLinkConstraintSetMx{ 0x05083780 }; - inline constexpr REL::Offset hclStateDependencyGraph{ 0x05083180 }; - inline constexpr REL::Offset hclStateTransition{ 0x050832C0 }; - inline constexpr REL::Offset hclStaticShadowBuffer{ 0x0508B3E8 }; - inline constexpr REL::Offset hclStaticShadowBufferDefinition{ 0x050847B0 }; - inline constexpr REL::Offset hclStretchLinkConstraintSet{ 0x050837B8 }; - inline constexpr REL::Offset hclStretchLinkConstraintSetMx{ 0x050837F0 }; - inline constexpr REL::Offset hclTaperedCapsuleShape{ 0x050834F8 }; - inline constexpr REL::Offset hclTransformSet{ 0x05377290 }; - inline constexpr REL::Offset hclTransformSetDefinition{ 0x050832F0 }; - inline constexpr REL::Offset hclTransitionConstraintInstanceData{ 0x05083358 }; - inline constexpr REL::Offset hclTransitionConstraintSet{ 0x05083320 }; - inline constexpr REL::Offset hclUpdateAllVertexFramesOperator{ 0x05083EA0 }; - inline constexpr REL::Offset hclUpdateSomeVertexFramesOperator{ 0x05083ED8 }; - inline constexpr REL::Offset hclVdbObjectNode__SimulateOperatorInstanceData{ 0x05083FB0 }; - inline constexpr REL::Offset hclVolumeConstraint{ 0x05083828 }; - inline constexpr REL::Offset hclVolumeConstraintInstanceData{ 0x05084978 }; - inline constexpr REL::Offset hclVolumeConstraintMx{ 0x05083858 }; - inline constexpr REL::Offset hclVolumeConstraintMxInstanceData{ 0x050849B0 }; - inline constexpr REL::Offset hclWorld{ 0x05375E60 }; - inline constexpr REL::Offset hctClothSetup20151Options{ 0x0507F288 }; - inline constexpr REL::Offset hctClothSetupClothData20151Options{ 0x0507F248 }; - inline constexpr REL::Offset hctClothSetupObjectData20151{ 0x0507F210 }; - inline constexpr REL::Offset hkArrayBase_hkVector4d_{ 0x05089F60 }; - inline constexpr REL::Offset hkArray_hkVector4d_hkContainerHeapAllocator_{ 0x05089F10 }; - inline constexpr REL::Offset hkBSErrorEmpty{ 0x05127A38 }; - inline constexpr REL::Offset hkBaseObject{ 0x05127A10 }; - inline constexpr REL::Offset hkBlockStreamAllocator{ 0x053750E0 }; - inline constexpr REL::Offset hkBlockStreamCommandWriter{ 0x05089BF8 }; - inline constexpr REL::Offset hkBmpFileFormat{ 0x0508B4A8 }; - inline constexpr REL::Offset hkBsdSocket{ 0x05082DC0 }; - inline constexpr REL::Offset hkBufferedStreamReader{ 0x05081C18 }; - inline constexpr REL::Offset hkBufferedStreamWriter{ 0x05081C48 }; - inline constexpr REL::Offset hkConcurrency{ 0x05089B58 }; - inline constexpr REL::Offset hkConcurrencyInternals__BatchProcessorEx__lambda_895a7748dffad0fee31a2745efa4683c__{ 0x0508BCA0 }; - inline constexpr REL::Offset hkConcurrencyInternals__BatchProcessorEx__lambda_c6150076af7752db22b2c9268600bc79__{ 0x0508BC30 }; - inline constexpr REL::Offset hkConcurrencyInternals__BatchProcessorEx__lambda_d2f5ed2e2819df6eab90a8416f76b63b__{ 0x0508BBC0 }; - inline constexpr REL::Offset hkContainerAlignedHeapAllocator_hkAsyncThreadPool__WorkerThread___Allocator{ 0x050812F0 }; - inline constexpr REL::Offset hkDdsFileFormat{ 0x0508B480 }; - inline constexpr REL::Offset hkDebugCommandProcessor{ 0x05086068 }; - inline constexpr REL::Offset hkDebugDisplay{ 0x05084C38 }; - inline constexpr REL::Offset hkDebugDisplayHandler{ 0x05084B90 }; - inline constexpr REL::Offset hkDefaultCompoundMeshBody{ 0x0508A848 }; - inline constexpr REL::Offset hkDefaultCompoundMeshShape{ 0x0508A810 }; - inline constexpr REL::Offset hkDefaultError{ 0x05127998 }; - inline constexpr REL::Offset hkDefaultTaskQueue{ 0x05081EE0 }; - inline constexpr REL::Offset hkDefaultTaskQueueDetail__AsyncThreadPoolContext{ 0x05082060 }; - inline constexpr REL::Offset hkDefaultTaskQueueDetail__BlockingThreadContext{ 0x05081FC0 }; - inline constexpr REL::Offset hkDefaultTaskQueueDetail__SpinningThreadContext{ 0x05082010 }; - inline constexpr REL::Offset hkDefaultTaskQueueEx__ExecutionContext{ 0x05082178 }; - inline constexpr REL::Offset hkDefaultTaskQueue__CriticalSection{ 0x05081F10 }; - inline constexpr REL::Offset hkDefaultTaskQueue__EmptyTask{ 0x05081F88 }; - inline constexpr REL::Offset hkDefaultTaskQueue__ThreadContext{ 0x05081F50 }; - inline constexpr REL::Offset hkDisplayAABB{ 0x05084C10 }; - inline constexpr REL::Offset hkDisplayCapsule{ 0x05084BC0 }; - inline constexpr REL::Offset hkDisplayGeometry{ 0x05084B68 }; - inline constexpr REL::Offset hkDisplaySphere{ 0x05084BE8 }; - inline constexpr REL::Offset hkDisplayWireframe{ 0x05084C60 }; - inline constexpr REL::Offset hkEnumerable_hkImageConversionStep_{ 0x0508B550 }; - inline constexpr REL::Offset hkEnumerable_hkImageFileFormat_{ 0x0508B440 }; - inline constexpr REL::Offset hkErrStream{ 0x0507FD10 }; - inline constexpr REL::Offset hkError{ 0x051279C0 }; - inline constexpr REL::Offset hkErrorRouter{ 0x050821E0 }; - inline constexpr REL::Offset hkFileSystem{ 0x051EAF18 }; - inline constexpr REL::Offset hkFileSystem__Iterator__Impl{ 0x0507FC40 }; - inline constexpr REL::Offset hkFileSystem__Watcher{ 0x0507FBE0 }; - inline constexpr REL::Offset hkGeometry{ 0x0507FAE8 }; - inline constexpr REL::Offset hkGeometryUtils__IVertices{ 0x0508BD78 }; - inline constexpr REL::Offset hkHardwareInfo{ 0x050821B8 }; - inline constexpr REL::Offset hkHdrFileFormat{ 0x0508B4F8 }; - inline constexpr REL::Offset hkImage{ 0x0508AAC0 }; - inline constexpr REL::Offset hkImageConversionStep{ 0x0508B520 }; - inline constexpr REL::Offset hkImageConversionStepLinear{ 0x0508B590 }; - inline constexpr REL::Offset hkImageConversion_AddAlpha{ 0x0508B638 }; - inline constexpr REL::Offset hkImageConversion_Decode555{ 0x0508BB88 }; - inline constexpr REL::Offset hkImageConversion_DiscardChannels{ 0x0508BB50 }; - inline constexpr REL::Offset hkImageConversion_FLOAT16_to_32{ 0x0508B888 }; - inline constexpr REL::Offset hkImageConversion_FLOAT32_to_16{ 0x0508B850 }; - inline constexpr REL::Offset hkImageConversion_FLOAT_to_R11G11B10{ 0x0508BA50 }; - inline constexpr REL::Offset hkImageConversion_FLOAT_to_SNORM8{ 0x0508B798 }; - inline constexpr REL::Offset hkImageConversion_FLOAT_to_UNORM16{ 0x0508B7D0 }; - inline constexpr REL::Offset hkImageConversion_FLOAT_to_UNORM8{ 0x0508B760 }; - inline constexpr REL::Offset hkImageConversion_FLOAT_to_UNORM8_SRGB{ 0x0508B810 }; - inline constexpr REL::Offset hkImageConversion_Pad_to_RGBA32{ 0x0508B9E0 }; - inline constexpr REL::Offset hkImageConversion_Pad_to_RGBA8{ 0x0508BA18 }; - inline constexpr REL::Offset hkImageConversion_R11G11B10_to_FLOAT{ 0x0508BA90 }; - inline constexpr REL::Offset hkImageConversion_R11G11B10_to_HALF{ 0x0508BAD0 }; - inline constexpr REL::Offset hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED{ 0x0508B8C0 }; - inline constexpr REL::Offset hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED{ 0x0508B980 }; - inline constexpr REL::Offset hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED{ 0x0508B920 }; - inline constexpr REL::Offset hkImageConversion_R8G8B8A8_to_R8G8B8{ 0x0508BB10 }; - inline constexpr REL::Offset hkImageConversion_SNORM8_to_FLOAT{ 0x0508B6A8 }; - inline constexpr REL::Offset hkImageConversion_SetAlpha{ 0x0508B600 }; - inline constexpr REL::Offset hkImageConversion_UNORM16_to_FLOAT{ 0x0508B6E0 }; - inline constexpr REL::Offset hkImageConversion_UNORM8_SRGB_to_FLOAT{ 0x0508B720 }; - inline constexpr REL::Offset hkImageConversion_UNORM8_to_FLOAT{ 0x0508B670 }; - inline constexpr REL::Offset hkImageFileFormat{ 0x0508B418 }; - inline constexpr REL::Offset hkImageHeader{ 0x0508AAE0 }; - inline constexpr REL::Offset hkImageRef{ 0x0508AA98 }; - inline constexpr REL::Offset hkImageSwizzleConversion32_2103{ 0x0508B5C8 }; - inline constexpr REL::Offset hkIndexedTransformSet{ 0x0508A9E0 }; - inline constexpr REL::Offset hkIo__Detail__ArrayWriteBufferImpl{ 0x05081708 }; - inline constexpr REL::Offset hkIo__Detail__ReadBufferImpl{ 0x05081628 }; - inline constexpr REL::Offset hkIo__Detail__StreamReaderImpl{ 0x05081660 }; - inline constexpr REL::Offset hkIo__Detail__StreamWriteBufferImpl{ 0x050816D0 }; - inline constexpr REL::Offset hkIo__Detail__WriteBufferImpl{ 0x05081698 }; - inline constexpr REL::Offset hkKeycodeData{ 0x0508ABC8 }; - inline constexpr REL::Offset hkKeycodeDataBase{ 0x0508ABA0 }; - inline constexpr REL::Offset hkLifoAllocator{ 0x0507F9F8 }; - inline constexpr REL::Offset hkLocalFrame{ 0x05081380 }; - inline constexpr REL::Offset hkLocalFrameGroup{ 0x05081358 }; - inline constexpr REL::Offset hkLog__Output{ 0x0507FAC0 }; - inline constexpr REL::Offset hkMallocAllocator{ 0x05082E38 }; - inline constexpr REL::Offset hkMemoryAllocator{ 0x0537E0D0 }; - inline constexpr REL::Offset hkMemoryMeshBody{ 0x0508A878 }; - inline constexpr REL::Offset hkMemoryMeshMaterial{ 0x0508A8D0 }; - inline constexpr REL::Offset hkMemoryMeshShape{ 0x0508A900 }; - inline constexpr REL::Offset hkMemoryMeshTexture{ 0x0508A8A0 }; - inline constexpr REL::Offset hkMemoryMeshTexture__Sampler{ 0x0508AB08 }; - inline constexpr REL::Offset hkMemoryMeshVertexBuffer{ 0x0508AB70 }; - inline constexpr REL::Offset hkMemoryResourceContainer{ 0x050812C0 }; - inline constexpr REL::Offset hkMemoryResourceHandle{ 0x05081290 }; - inline constexpr REL::Offset hkMemorySystem{ 0x0537E120 }; - inline constexpr REL::Offset hkMemory__ScopedStats__Collector{ 0x05081478 }; - inline constexpr REL::Offset hkMeshBody{ 0x0508A798 }; - inline constexpr REL::Offset hkMeshMaterial{ 0x0508A7E8 }; - inline constexpr REL::Offset hkMeshShape{ 0x0508A770 }; - inline constexpr REL::Offset hkMeshTexture{ 0x0508A7C0 }; - inline constexpr REL::Offset hkMeshTexture__Sampler{ 0x0508AB40 }; - inline constexpr REL::Offset hkMeshVertexBuffer{ 0x0508AA40 }; - inline constexpr REL::Offset hkMonitorStreamColorTable{ 0x050811B0 }; - inline constexpr REL::Offset hkMonitorStreamContainer{ 0x050811E0 }; - inline constexpr REL::Offset hkMonitorStreamStringMap{ 0x05081150 }; - inline constexpr REL::Offset hkMonitorStreamTypeMap{ 0x05081180 }; - inline constexpr REL::Offset hkMultipleVertexBuffer{ 0x0508AA10 }; - inline constexpr REL::Offset hkObjectResource{ 0x05081860 }; - inline constexpr REL::Offset hkOstream{ 0x0507FD38 }; - inline constexpr REL::Offset hkParserBuffer{ 0x05082DE8 }; - inline constexpr REL::Offset hkPrimaryCommandDispatcher{ 0x05087AD8 }; - inline constexpr REL::Offset hkProcessFactory{ 0x05084B40 }; - inline constexpr REL::Offset hkRefCountedProperties{ 0x0507F930 }; - inline constexpr REL::Offset hkRefTaskQueue{ 0x05081EB8 }; - inline constexpr REL::Offset hkReferencedObject{ 0x051279E0 }; - inline constexpr REL::Offset hkReferencedObjectLock{ 0x0507F998 }; - inline constexpr REL::Offset hkReferencedTask{ 0x05375CD0 }; - inline constexpr REL::Offset hkReflect__Any__ArrayImpl{ 0x05080058 }; - inline constexpr REL::Offset hkReflect__AttributeArrayWithOwnership__AllocImpl{ 0x0507FF60 }; - inline constexpr REL::Offset hkReflect__ClonerCallback{ 0x0507FB48 }; - inline constexpr REL::Offset hkReflect__Detail__AllocationImpl{ 0x0507FA20 }; - inline constexpr REL::Offset hkReflect__Detail__ArrayImpl{ 0x0507F090 }; - inline constexpr REL::Offset hkReflect__Detail__AttributeAllocImpl{ 0x0507FD88 }; - inline constexpr REL::Offset hkReflect__Detail__BoolImpl{ 0x05080088 }; - inline constexpr REL::Offset hkReflect__Detail__BoolImplN_bool_{ 0x05080128 }; - inline constexpr REL::Offset hkReflect__Detail__BoolImplN_unsignedchar_{ 0x05080160 }; - inline constexpr REL::Offset hkReflect__Detail__BoolImplN_unsignedint_{ 0x05080658 }; - inline constexpr REL::Offset hkReflect__Detail__BoolImplN_unsignedshort_{ 0x05080620 }; - inline constexpr REL::Offset hkReflect__Detail__BuiltinTypeReg{ 0x05081D30 }; - inline constexpr REL::Offset hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl{ 0x05081D70 }; - inline constexpr REL::Offset hkReflect__Detail__CharBufferImpl{ 0x050804F0 }; - inline constexpr REL::Offset hkReflect__Detail__CloneOnHeap{ 0x0507FB78 }; - inline constexpr REL::Offset hkReflect__Detail__CompoundImpl{ 0x0507F8C0 }; - inline constexpr REL::Offset hkReflect__Detail__DerivedDataCache{ 0x0507FE30 }; - inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_0__{ 0x05082D30 }; - inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_1__{ 0x05082CD0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_0__{ 0x05082C70 }; - inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_1__{ 0x05082C10 }; - inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_0__{ 0x05082BA0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_1__{ 0x05082B30 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_0__{ 0x050827D0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_1__{ 0x05082770 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_0__{ 0x05082710 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_1__{ 0x050826B0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_0__{ 0x05082650 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_1__{ 0x050825F0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_0__{ 0x05082590 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_1__{ 0x05082530 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_0__{ 0x05082AD0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_1__{ 0x05082A70 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_0__{ 0x05082890 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_1__{ 0x05082830 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_0__{ 0x05082A10 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_1__{ 0x050829B0 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_0__{ 0x05082950 }; - inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_1__{ 0x050828F0 }; - inline constexpr REL::Offset hkReflect__Detail__FloatImpl{ 0x0507FDC8 }; - inline constexpr REL::Offset hkReflect__Detail__FloatImplN_double_{ 0x05080400 }; - inline constexpr REL::Offset hkReflect__Detail__FloatImplN_float_{ 0x050803C8 }; - inline constexpr REL::Offset hkReflect__Detail__FloatImplN_hkHalf16_{ 0x05080440 }; - inline constexpr REL::Offset hkReflect__Detail__HavokRecordImpl{ 0x05080FC8 }; - inline constexpr REL::Offset hkReflect__Detail__HavokStringImpl{ 0x05081000 }; - inline constexpr REL::Offset hkReflect__Detail__HeapAllocImpl{ 0x050800B8 }; - inline constexpr REL::Offset hkReflect__Detail__HomogeneousArrayImpl{ 0x05080F88 }; - inline constexpr REL::Offset hkReflect__Detail__Impl{ 0x0507F890 }; - inline constexpr REL::Offset hkReflect__Detail__IntImpl{ 0x0507EFF0 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN___int64_{ 0x05080358 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_char_{ 0x050800F0 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_int_{ 0x05080278 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_long_{ 0x050802E8 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_short_{ 0x05080208 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_signedchar_{ 0x05080198 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsigned__int64_{ 0x05080390 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedchar_{ 0x050801D0 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedint_{ 0x050802B0 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedlong_{ 0x05080320 }; - inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedshort_{ 0x05080240 }; - inline constexpr REL::Offset hkReflect__Detail__NullptrImpl{ 0x05080560 }; - inline constexpr REL::Offset hkReflect__Detail__OpaqueImpl{ 0x05082398 }; - inline constexpr REL::Offset hkReflect__Detail__PointerImpl{ 0x0507F8F8 }; - inline constexpr REL::Offset hkReflect__Detail__RawPointerImpl{ 0x05080528 }; - inline constexpr REL::Offset hkReflect__Detail__RecordImpl{ 0x0507F058 }; - inline constexpr REL::Offset hkReflect__Detail__ReferenceImpl{ 0x050805E8 }; - inline constexpr REL::Offset hkReflect__Detail__ReferencedObjectAllocImpl{ 0x05080E90 }; - inline constexpr REL::Offset hkReflect__Detail__ReferencedObjectPointerImpl{ 0x050805A0 }; - inline constexpr REL::Offset hkReflect__Detail__RepeatImpl{ 0x05080480 }; - inline constexpr REL::Offset hkReflect__Detail__ScopedPtrImpl{ 0x05080E28 }; - inline constexpr REL::Offset hkReflect__Detail__SetterArrayImpl{ 0x0507F188 }; - inline constexpr REL::Offset hkReflect__Detail__SetterRecordImpl{ 0x0507F0F0 }; - inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__ArrayType_{ 0x0507F1C0 }; - inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__IntType_{ 0x0507F750 }; - inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__PointerType_{ 0x0507F800 }; - inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__RecordType_{ 0x0507F130 }; - inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__StringType_{ 0x0507F7A0 }; - inline constexpr REL::Offset hkReflect__Detail__StaticArrayImpl{ 0x05080ED8 }; - inline constexpr REL::Offset hkReflect__Detail__StaticStringImpl{ 0x050804B8 }; - inline constexpr REL::Offset hkReflect__Detail__StringImpl{ 0x0507F020 }; - inline constexpr REL::Offset hkReflect__Detail__StringOut__StringOutImpl{ 0x050810E0 }; - inline constexpr REL::Offset hkReflect__Detail__ValueImpl{ 0x0507F858 }; - inline constexpr REL::Offset hkReflect__Detail__ViewPointerImpl{ 0x05081038 }; - inline constexpr REL::Offset hkReflect__Detail__VoidImpl{ 0x050823D0 }; - inline constexpr REL::Offset hkReflect__Detail__hkArrayImpl{ 0x05080F10 }; - inline constexpr REL::Offset hkReflect__Detail__hkInplaceArrayImpl{ 0x05080F48 }; - inline constexpr REL::Offset hkReflect__MutableTypeReg{ 0x050815C8 }; - inline constexpr REL::Offset hkReflect__TypeBuilder{ 0x0507FF28 }; - inline constexpr REL::Offset hkReflect__TypeBuilder__writeBodyOnBuffer__48__Alloc{ 0x0507FFB0 }; - inline constexpr REL::Offset hkReflect__TypeCopier{ 0x050815F8 }; - inline constexpr REL::Offset hkReflect__TypeReg{ 0x0507FA98 }; - inline constexpr REL::Offset hkReflect__Var__VarImpl{ 0x0507FBB0 }; - inline constexpr REL::Offset hkReflect__Version__PatchInfoCache{ 0x05081E20 }; - inline constexpr REL::Offset hkReflect__Version__PatchRegistry{ 0x05081E58 }; - inline constexpr REL::Offset hkReflect__Version__PatchSet{ 0x05081DE8 }; - inline constexpr REL::Offset hkReflect__Version__Patcher{ 0x050810B0 }; - inline constexpr REL::Offset hkReflect__Version__PatcherInterface{ 0x05081070 }; - inline constexpr REL::Offset hkRelArray_ArrayImpl{ 0x05080028 }; - inline constexpr REL::Offset hkResource{ 0x05081570 }; - inline constexpr REL::Offset hkResourceBase{ 0x05081240 }; - inline constexpr REL::Offset hkResourceContainer{ 0x05081210 }; - inline constexpr REL::Offset hkResourceHandle{ 0x05081268 }; - inline constexpr REL::Offset hkScalarF_FloatImpl{ 0x05081120 }; - inline constexpr REL::Offset hkSecondaryCommandDispatcher{ 0x05085F60 }; - inline constexpr REL::Offset hkSeekableStreamReader{ 0x0507FC10 }; - inline constexpr REL::Offset hkSerialize__Bundle{ 0x050822D8 }; - inline constexpr REL::Offset hkSerialize__BundleBuilder{ 0x05082368 }; - inline constexpr REL::Offset hkSerialize__Detail__ChainingCloneCallback{ 0x050814F0 }; - inline constexpr REL::Offset hkSerialize__Detail__CloneToRegistered{ 0x050814B0 }; - inline constexpr REL::Offset hkSerialize__Detail__SkipDyingCallback{ 0x05081530 }; - inline constexpr REL::Offset hkSerialize__Detail__TagfileArrayImpl{ 0x050824B0 }; - inline constexpr REL::Offset hkSerialize__Detail__TagfileBundle{ 0x05082438 }; - inline constexpr REL::Offset hkSerialize__Detail__TagfilePointerImpl{ 0x05082470 }; - inline constexpr REL::Offset hkSerialize__Detail__TagfileStringImpl{ 0x050824F0 }; - inline constexpr REL::Offset hkSerialize__IdFromVar{ 0x05082308 }; - inline constexpr REL::Offset hkSerialize__NoteHandler{ 0x05081778 }; - inline constexpr REL::Offset hkSerialize__ReadFormat{ 0x05082338 }; - inline constexpr REL::Offset hkSerialize__TagfileReadFormat{ 0x05082400 }; - inline constexpr REL::Offset hkSerialize__TagfileWriteFormat{ 0x05081888 }; - inline constexpr REL::Offset hkSerialize__TagfileWriteFormat__Impl{ 0x050818F0 }; - inline constexpr REL::Offset hkSerialize__WriteFormat{ 0x050818C0 }; - inline constexpr REL::Offset hkSignal1_hknpMaterialLibrary___GlobalSlot_void___hknpMaterialLibrary__{ 0x05374AF0 }; - inline constexpr REL::Offset hkSignal1_hknpMaterialLibrary___Slot{ 0x05375D00 }; - inline constexpr REL::Offset hkSignal1_hknpMotionPropertiesLibrary___GlobalSlot_void___hknpMotionPropertiesLibrary__{ 0x05374950 }; - inline constexpr REL::Offset hkSignal1_hknpMotionPropertiesLibrary___Slot{ 0x05375D50 }; - inline constexpr REL::Offset hkSignal1_hknpShapeconst___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedshort__unsignedshort_{ 0x05086830 }; - inline constexpr REL::Offset hkSignal1_hknpShapeconst___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst__{ 0x05087950 }; - inline constexpr REL::Offset hkSignal1_hknpShapeconst___Slot{ 0x05086748 }; - inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld__{ 0x05086D50 }; - inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ 0x0537E800 }; - inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ 0x05087640 }; - inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld__{ 0x05087180 }; - inline constexpr REL::Offset hkSignal1_hknpWorld___Slot{ 0x0537E6B8 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_bool___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_bool__{ 0x0508B1B0 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_bool__{ 0x05084360 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_bool___Slot{ 0x050840A0 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst__{ 0x05084290 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst___Slot{ 0x05084030 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst__{ 0x050845F0 }; - inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst___Slot{ 0x05084210 }; - inline constexpr REL::Offset hkSignal2_hclSimClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_bool__{ 0x050843E0 }; - inline constexpr REL::Offset hkSignal2_hclSimClothInstance_bool___Slot{ 0x05084140 }; - inline constexpr REL::Offset hkSignal2_hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst__{ 0x05084460 }; - inline constexpr REL::Offset hkSignal2_hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst___Slot{ 0x05084190 }; - inline constexpr REL::Offset hkSignal2_hknpBodyQualityLibrary_hknpBodyQualityId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpBodyQualityLibrary_hknpBodyQualityId__{ 0x05086660 }; - inline constexpr REL::Offset hkSignal2_hknpBodyQualityLibrary_hknpBodyQualityId___Slot{ 0x050860A0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___GlobalSlot_void___hknpEventHandlerInputconst_hknpEventconst__{ 0x051C3FA0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__AutoWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ 0x05202780 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkPlaceableWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ 0x052025E0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkWaterfall_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ 0x052026B0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_FOCollisionListener_void_FOCollisionListener____hknpEventHandlerInputconst_hknpEventconst__{ 0x051D3240 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_LoadedAreaBound_void_LoadedAreaBound____hknpEventHandlerInputconst_hknpEventconst__{ 0x051EB220 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_PhysicsContactListenerInstance_void_PhysicsContactListenerInstance____hknpEventHandlerInputconst_hknpEventconst__{ 0x05360A10 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_bhkCharRigidBodyController_void_bhkCharRigidBodyController____hknpEventHandlerInputconst_hknpEventconst__{ 0x05379680 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpBSCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ 0x0537E890 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ 0x050874F0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpEasePenetrationsAction_void_hknpEasePenetrationsAction____hknpEventHandlerInputconst_hknpEventconst__{ 0x05086EB0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpEventHandlerInputconst_hknpEventconst__{ 0x050865C0 }; - inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___Slot{ 0x051C6200 }; - inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_hknpMaterialId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_hknpMaterialId__{ 0x05086380 }; - inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_hknpMaterialId___Slot{ 0x05086200 }; - inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_unsignedint___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_unsignedint__{ 0x05086300 }; - inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_unsignedint___Slot{ 0x050861B0 }; - inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedchar_unsignedshort__unsignedshort_{ 0x050867B0 }; - inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpDecoratorShape_void_hknpDecoratorShape____hknpShapeconst_unsignedchar__{ 0x05087760 }; - inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpLodShape_void_hknpLodShape____hknpShapeconst_unsignedchar__{ 0x05085E30 }; - inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst_unsignedchar__{ 0x050878D0 }; - inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___Slot{ 0x05085DF8 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ 0x05087090 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpSafeEaseConstraintsAction_void_hknpSafeEaseConstraintsAction____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ 0x05379190 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____Slot{ 0x053792B0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hkVector4fconst__{ 0x05086DD0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkVector4fconst__{ 0x0508B070 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hknpCharacterProxyManager_void_hknpCharacterProxyManager____hknpWorld_hkVector4fconst__{ 0x050887E0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___Slot{ 0x05086B90 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyId___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyId__{ 0x051984B0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyId___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId__{ 0x0508AD70 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyId___Slot{ 0x05198680 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyManager___GlobalSlot_void___hknpWorld_hknpBodyManager__{ 0x05374D90 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyManager___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpWorld_hknpBodyManager__{ 0x05086520 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyManager___Slot{ 0x05375B40 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpConstraintManager___GlobalSlot_void___hknpWorld_hknpConstraintManager__{ 0x053749D0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpConstraintManager___Slot{ 0x05375BC0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpMotionManager___GlobalSlot_void___hknpWorld_hknpMotionManager__{ 0x05374D00 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpMotionManager___Slot{ 0x05375C20 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpStepInputconst__{ 0x05086C00 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ 0x0537EAA0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ 0x050875A0 }; - inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___Slot{ 0x0537E6F0 }; - inline constexpr REL::Offset hkSignal3_hclClothInstance_hkVector4fconst_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_hkVector4fconst_hkVector4fconst__{ 0x0508B100 }; - inline constexpr REL::Offset hkSignal3_hclClothInstance_hkVector4fconst_hkVector4fconst___Slot{ 0x05084920 }; - inline constexpr REL::Offset hkSignal3_hclSimClothInstance_hclCollidableconst_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclCollidableconst_bool__{ 0x05084540 }; - inline constexpr REL::Offset hkSignal3_hclSimClothInstance_hclCollidableconst_bool___Slot{ 0x050840E0 }; - inline constexpr REL::Offset hkSignal3_hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst__{ 0x05086420 }; - inline constexpr REL::Offset hkSignal3_hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst___Slot{ 0x05086100 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyCinfoconst_hknpBodyId___MemberSlot_hknpParticlesColliderManager_void_hknpParticlesColliderManager____hknpWorld_hknpBodyCinfoconst_hknpBodyId__{ 0x05088720 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyCinfoconst_hknpBodyId___Slot{ 0x05088640 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst____MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst___{ 0x0508AEC0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst____Slot{ 0x0508ABF0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionId___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionId__{ 0x052ECA00 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionId___Slot{ 0x052ED640 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionType__Enum__{ 0x052ECA90 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hknpMotionType__Enum__{ 0x0508AE00 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___Slot{ 0x052ED6A0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_int__{ 0x051EAC60 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_int__{ 0x05198410 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_int__{ 0x051FCAD0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___Slot{ 0x051985E0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_unsignedint__{ 0x051EACE0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x05198540 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x051FCB70 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpBodyIdconst_int__{ 0x05086CB0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_bhkTrapListener_void_bhkTrapListener____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x05374A60 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclClothLeafShapeSensor_void_hclClothLeafShapeSensor____hknpWorld_hknpBodyIdconst_int__{ 0x0508B2A0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyIdconst_int__{ 0x0508ACD0 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hknpUniqueBodyIdHitCollector_void_hknpUniqueBodyIdHitCollector____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x05378990 }; - inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___Slot{ 0x05198630 }; - inline constexpr REL::Offset hkSignal5_hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int__{ 0x0508AF90 }; - inline constexpr REL::Offset hkSignal5_hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int___Slot{ 0x0508AC60 }; - inline constexpr REL::Offset hkSimdDouble64_FloatImpl{ 0x0507FE00 }; - inline constexpr REL::Offset hkSimpleLocalFrame{ 0x050813A8 }; - inline constexpr REL::Offset hkSkinBinding{ 0x0508A928 }; - inline constexpr REL::Offset hkSkinnedMeshShape{ 0x0508A950 }; - inline constexpr REL::Offset hkSkinnedRefMeshShape{ 0x0508A9B0 }; - inline constexpr REL::Offset hkSlot{ 0x051986C8 }; - inline constexpr REL::Offset hkSocket{ 0x05082208 }; - inline constexpr REL::Offset hkSocket__ReaderAdapter{ 0x05082228 }; - inline constexpr REL::Offset hkSocket__WriterAdapter{ 0x05082258 }; - inline constexpr REL::Offset hkSolverAllocator{ 0x05082E88 }; - inline constexpr REL::Offset hkStackTracer{ 0x05082288 }; - inline constexpr REL::Offset hkStdioStreamReader{ 0x05081C78 }; - inline constexpr REL::Offset hkStorageSkinnedMeshShape{ 0x0508A980 }; - inline constexpr REL::Offset hkStreamReader{ 0x051EB088 }; - inline constexpr REL::Offset hkStreamWriter{ 0x051EB030 }; - inline constexpr REL::Offset hkStringBuf__StringImpl{ 0x05080E60 }; - inline constexpr REL::Offset hkStringObject{ 0x0507F0C8 }; - inline constexpr REL::Offset hkStringPtr__StringImpl{ 0x0507F9C8 }; - inline constexpr REL::Offset hkStringView__StringImpl{ 0x0507FEF8 }; - inline constexpr REL::Offset hkTask{ 0x05375B20 }; - inline constexpr REL::Offset hkTaskGraph{ 0x05375AA0 }; - inline constexpr REL::Offset hkTaskQueue{ 0x05081E90 }; - inline constexpr REL::Offset hkTaskQueue_BatchingTask{ 0x05082D90 }; - inline constexpr REL::Offset hkTask__ExecutionContext{ 0x05375AF0 }; - inline constexpr REL::Offset hkTgaFileFormat{ 0x0508B4D0 }; - inline constexpr REL::Offset hkThread{ 0x05081CA8 }; - inline constexpr REL::Offset hkThreadMemory{ 0x05082E60 }; - inline constexpr REL::Offset hkThreadPool{ 0x05378FE0 }; - inline constexpr REL::Offset hkTransientAllocator{ 0x05081DB8 }; - inline constexpr REL::Offset hkTypeVm__ArrayInstruction{ 0x05081A68 }; - inline constexpr REL::Offset hkTypeVm__BlockInstruction{ 0x05081A98 }; - inline constexpr REL::Offset hkTypeVm__BlockPass{ 0x05081AC8 }; - inline constexpr REL::Offset hkTypeVm__CheckTypeKindsPass{ 0x05081BA0 }; - inline constexpr REL::Offset hkTypeVm__DefaultInstruction{ 0x050819C0 }; - inline constexpr REL::Offset hkTypeVm__GenerateConvertNumericKindPass{ 0x05081BD8 }; - inline constexpr REL::Offset hkTypeVm__InlineFixedArrayPass{ 0x05081AF8 }; - inline constexpr REL::Offset hkTypeVm__InlineRecordPass{ 0x05081B30 }; - inline constexpr REL::Offset hkTypeVm__Instruction{ 0x05081960 }; - inline constexpr REL::Offset hkTypeVm__IntAndFloatConversionPass{ 0x05081B60 }; - inline constexpr REL::Offset hkTypeVm__NopInstruction{ 0x05081990 }; - inline constexpr REL::Offset hkTypeVm__Pass{ 0x05081410 }; - inline constexpr REL::Offset hkTypeVm__ProgramInstruction{ 0x050819F8 }; - inline constexpr REL::Offset hkTypeVm__RecordInstruction{ 0x05081A30 }; - inline constexpr REL::Offset hkUuidObject{ 0x0507FE98 }; - inline constexpr REL::Offset hkUuidPseudoRandomGenerator{ 0x0507FEC0 }; - inline constexpr REL::Offset hkViewport{ 0x0507F2B8 }; - inline constexpr REL::Offset hkWin32FileSystem{ 0x051EAEF0 }; - inline constexpr REL::Offset hkWin32FileSystem__WatcherImpl{ 0x0507FCA8 }; - inline constexpr REL::Offset hkWin32StreamWriter{ 0x05081D00 }; - inline constexpr REL::Offset hkXmlLexAnalyzer{ 0x05082E10 }; - inline constexpr REL::Offset hkXmlStreamParser{ 0x050822B0 }; - inline constexpr REL::Offset hk__IsValueArray__Impl{ 0x0507FD58 }; - inline constexpr REL::Offset hkaSkeleton{ 0x0508AA70 }; - inline constexpr REL::Offset hkcdDynamicAabbTree{ 0x0508A740 }; - inline constexpr REL::Offset hkcdDynamicAabbTree__Impl{ 0x0508A6B0 }; - inline constexpr REL::Offset hkcdGskBase__ShapeInterface{ 0x05082FB8 }; - inline constexpr REL::Offset hkcdGsk_Float3ShapeAOnlyInterface{ 0x0508A000 }; - inline constexpr REL::Offset hkcdGsk_Float3ShapeInterface{ 0x05089FC8 }; - inline constexpr REL::Offset hkcdGsk__Cache{ 0x05083058 }; - inline constexpr REL::Offset hkcdGsk__ShapeInterface{ 0x05082F88 }; - inline constexpr REL::Offset hkcdPlanarCsgOperand{ 0x05089CD8 }; - inline constexpr REL::Offset hkcdPlanarEntity{ 0x05089C78 }; - inline constexpr REL::Offset hkcdPlanarGeometry{ 0x05089EA0 }; - inline constexpr REL::Offset hkcdPlanarGeometryPlanesCollection{ 0x05089D48 }; - inline constexpr REL::Offset hkcdPlanarGeometryPolygonCollection{ 0x05089D08 }; - inline constexpr REL::Offset hkcdPlanarGeometryPrimitives__Collection_28_{ 0x05089C30 }; - inline constexpr REL::Offset hkcdPlanarGeometry__VertexStorage{ 0x05089ED0 }; - inline constexpr REL::Offset hkcdPlanarSolid{ 0x05089D88 }; - inline constexpr REL::Offset hkcdPlanarSolid__NodeStorage{ 0x05089CA0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__EmptyRunnable{ 0x0508A078 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__IRefit{ 0x0508A0B8 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbsFloat3_{ 0x0508A160 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbs_{ 0x0508A0F0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__Task{ 0x0508A1D0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508A530 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508A330 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508A4B0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508A2B0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508A5B0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508A3B0 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508A630 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508A430 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper{ 0x0508A260 }; - inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper{ 0x0508A210 }; - inline constexpr REL::Offset hkcdSimdTree__BuildContext{ 0x050889C8 }; - inline constexpr REL::Offset hkcdSimdTree__ICustomRefit{ 0x05089F98 }; - inline constexpr REL::Offset hkcdSimdTree__IParallelBuild__IRunnable{ 0x0508A038 }; - inline constexpr REL::Offset hkcdSimdTree__LeafCollector{ 0x05086710 }; - inline constexpr REL::Offset hkcdSimdTree__PairCollector{ 0x05089050 }; - inline constexpr REL::Offset hkcdStaticAabbTree{ 0x0508A6E0 }; - inline constexpr REL::Offset hkcdStaticAabbTree__Impl{ 0x0508A710 }; - inline constexpr REL::Offset hkcdStaticMeshTree__GeometryProvider{ 0x0508BE28 }; - inline constexpr REL::Offset hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseBinaryQuery{ 0x0508BEB0 }; - inline constexpr REL::Offset hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseUnaryQuery{ 0x05087250 }; - inline constexpr REL::Offset hkcdStaticMeshTree__SectionDecoder_hkcdDefaultStaticMeshTree___CustomGeometryConverterBase{ 0x0508BF10 }; - inline constexpr REL::Offset hkgpAbstractMesh_hkgpConvexHullImpl__Edge_hkgpConvexHullImpl__Vertex_hkgpConvexHullImpl__Triangle_hkContainerHeapAllocator_{ 0x05082EE0 }; - inline constexpr REL::Offset hkgpCgo__Config{ 0x05377EF0 }; - inline constexpr REL::Offset hkgpConvexHull{ 0x05082EB0 }; - inline constexpr REL::Offset hkgpDeprecatedConvexDecompositionImpl__DefaultProgress{ 0x05089E50 }; - inline constexpr REL::Offset hkgpDeprecatedConvexDecompositionInternal__IInternal{ 0x05089E00 }; - inline constexpr REL::Offset hkgpDeprecatedConvexDecomposition__IProgress{ 0x05089DB0 }; - inline constexpr REL::Offset hkgpMesh__IConvexOverlap{ 0x05082F58 }; - inline constexpr REL::Offset hknpAction{ 0x0516DC80 }; - inline constexpr REL::Offset hknpActionManager{ 0x05086BD8 }; - inline constexpr REL::Offset hknpAddActiveBodyPairsTask{ 0x05087BE0 }; - inline constexpr REL::Offset hknpAllHitsCollector{ 0x0515D808 }; - inline constexpr REL::Offset hknpAnimatedShapeSurfaceVelocityModifier{ 0x05088110 }; - inline constexpr REL::Offset hknpAnyHitCollector{ 0x0515D748 }; - inline constexpr REL::Offset hknpApiCommandProcessor{ 0x05086180 }; - inline constexpr REL::Offset hknpApplyDragTask{ 0x05088DF0 }; - inline constexpr REL::Offset hknpArrayAction{ 0x05379280 }; - inline constexpr REL::Offset hknpBSCharacterProxy{ 0x05379570 }; - inline constexpr REL::Offset hknpBSCharacterRigidBody{ 0x0537E740 }; - inline constexpr REL::Offset hknpBSCustomCollisionFilter{ 0x0515D7A8 }; - inline constexpr REL::Offset hknpBSMaterial{ 0x05377C90 }; - inline constexpr REL::Offset hknpBSMaterialProperties{ 0x051C6C20 }; - inline constexpr REL::Offset hknpBSMotionPropertiesLibrary{ 0x05375E80 }; - inline constexpr REL::Offset hknpBSMouseSpringAction{ 0x053795A0 }; - inline constexpr REL::Offset hknpBSMoveLimitModifier{ 0x05378938 }; - inline constexpr REL::Offset hknpBSPlacementStreamCache{ 0x053782A8 }; - inline constexpr REL::Offset hknpBSShapeCodec{ 0x05376210 }; - inline constexpr REL::Offset hknpBSWorld{ 0x05375CA8 }; - inline constexpr REL::Offset hknpBSWorldUtil__hknpBSPhysicsSystem{ 0x053752F0 }; - inline constexpr REL::Offset hknpBSWorldUtil__hknpBSRagdoll{ 0x05375598 }; - inline constexpr REL::Offset hknpBackfaceCollisionModifier{ 0x05375F30 }; - inline constexpr REL::Offset hknpBallGun{ 0x050853C0 }; - inline constexpr REL::Offset hknpBinaryAction{ 0x05085340 }; - inline constexpr REL::Offset hknpBodyData{ 0x050854F8 }; - inline constexpr REL::Offset hknpBodyIntegrator{ 0x05084DD0 }; - inline constexpr REL::Offset hknpBodyQuality{ 0x05375B90 }; - inline constexpr REL::Offset hknpBodyQualityLibrary{ 0x05084DA0 }; - inline constexpr REL::Offset hknpBodyReference{ 0x05084C90 }; - inline constexpr REL::Offset hknpBoxShape{ 0x05085BE8 }; - inline constexpr REL::Offset hknpBreakableConstraintData{ 0x05085CB0 }; - inline constexpr REL::Offset hknpBroadPhase{ 0x0508C508 }; - inline constexpr REL::Offset hknpBroadPhaseConfig{ 0x053762E8 }; - inline constexpr REL::Offset hknpBroadphaseTriggerCollisionDetector{ 0x05088478 }; - inline constexpr REL::Offset hknpBuildConstraintJacobiansTask{ 0x05088EC0 }; - inline constexpr REL::Offset hknpCapsuleCapsuleConvexConvexManifoldGenerator{ 0x050883B0 }; - inline constexpr REL::Offset hknpCapsuleShape{ 0x05085C10 }; - inline constexpr REL::Offset hknpCharacterContext{ 0x05085EA0 }; - inline constexpr REL::Offset hknpCharacterProxy{ 0x05379458 }; - inline constexpr REL::Offset hknpCharacterProxyCinfo{ 0x05209368 }; - inline constexpr REL::Offset hknpCharacterProxyInternals__QueryCollector{ 0x05086F60 }; - inline constexpr REL::Offset hknpCharacterProxyListener{ 0x051C6258 }; - inline constexpr REL::Offset hknpCharacterRigidBody{ 0x0537E770 }; - inline constexpr REL::Offset hknpCharacterRigidBodyCinfo{ 0x05379838 }; - inline constexpr REL::Offset hknpCharacterRigidBodyListener{ 0x053798A0 }; - inline constexpr REL::Offset hknpCharacterState{ 0x053732F8 }; - inline constexpr REL::Offset hknpCharacterStateManager{ 0x05085ED0 }; - inline constexpr REL::Offset hknpCircularSurfaceVelocity{ 0x050852D8 }; - inline constexpr REL::Offset hknpClosestHitCollector{ 0x05152940 }; - inline constexpr REL::Offset hknpClosestUniqueBodyIdHitCollector{ 0x05378A30 }; - inline constexpr REL::Offset hknpClosestUniqueBodyIdHitCollectorDeprecated{ 0x05378A70 }; - inline constexpr REL::Offset hknpCollideSyncTask{ 0x05087ED8 }; - inline constexpr REL::Offset hknpCollisionDetector{ 0x05088290 }; - inline constexpr REL::Offset hknpCollisionFilter{ 0x0515D838 }; - inline constexpr REL::Offset hknpCollisionQueryCollector{ 0x05152970 }; - inline constexpr REL::Offset hknpCollisionQueryDispatcher{ 0x05087828 }; - inline constexpr REL::Offset hknpCompositeCollisionDetector{ 0x050882C0 }; - inline constexpr REL::Offset hknpCompositeCompositeCollisionDetector{ 0x050883F8 }; - inline constexpr REL::Offset hknpCompositeShape{ 0x05084CB8 }; - inline constexpr REL::Offset hknpCompoundShape{ 0x05084F90 }; - inline constexpr REL::Offset hknpCompoundShapeData{ 0x05084F60 }; - inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_0_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ 0x05086990 }; - inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_0_hknpCollisionQueryCollector_{ 0x05086AD0 }; - inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_1_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ 0x050868B0 }; - inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_1_hknpCollisionQueryCollector_{ 0x05086A70 }; - inline constexpr REL::Offset hknpCompoundShapeEx__Accessor_0_{ 0x05086A30 }; - inline constexpr REL::Offset hknpCompoundShapeEx__Accessor_1_{ 0x05086950 }; - inline constexpr REL::Offset hknpCompoundShapeInternalsCdDynamicTreeKeyMask{ 0x05085080 }; - inline constexpr REL::Offset hknpCompoundShapeInternalsSimdTreeKeyMask{ 0x05085040 }; - inline constexpr REL::Offset hknpCompoundShapeKeyMask{ 0x05084FB8 }; - inline constexpr REL::Offset hknpCompressedMeshShape{ 0x050850C8 }; - inline constexpr REL::Offset hknpCompressedMeshShapeCinfo{ 0x05377F58 }; - inline constexpr REL::Offset hknpCompressedMeshShapeData{ 0x0508BDA8 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__AabbOverlaps_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ 0x050873A0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__AabbOverlaps_hknpCollisionQueryCollector_{ 0x05087450 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__BaseBinaryQuery{ 0x0508BFE0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__BaseUnaryQuery{ 0x05087200 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GeometryProvider{ 0x0508BDE0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery{ 0x0508C1B0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryBase{ 0x0508C150 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled{ 0x0508C210 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryBase{ 0x0508C270 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0{ 0x0508C340 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1{ 0x0508C3B0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2{ 0x0508C420 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled{ 0x0508C2D0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryBase{ 0x0508C030 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled{ 0x0508C0F0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled{ 0x0508C090 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__KeyMask{ 0x0508BE68 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__RayCastQueryBase{ 0x0508BF90 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__ShapeCastQuery{ 0x05087300 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__ShapeCastQueryBase{ 0x050872B0 }; - inline constexpr REL::Offset hknpCompressedMeshShapeInternals__ShapeCastQueryScaled{ 0x05087350 }; - inline constexpr REL::Offset hknpConstraintAtomSolver{ 0x05085F98 }; - inline constexpr REL::Offset hknpConstraintCollisionFilter{ 0x05087050 }; - inline constexpr REL::Offset hknpConstraintForceEventCreator{ 0x050884B8 }; - inline constexpr REL::Offset hknpConstraintForceExceededEventCreator{ 0x050884F0 }; - inline constexpr REL::Offset hknpConstraintSolver{ 0x05085FC8 }; - inline constexpr REL::Offset hknpContactConstraintSolver{ 0x05085FF8 }; - inline constexpr REL::Offset hknpContactImpulseClippedEventCreator{ 0x05087F68 }; - inline constexpr REL::Offset hknpContactImpulseEventCreator{ 0x05087FA8 }; - inline constexpr REL::Offset hknpConvexCompositeCollisionDetector{ 0x05088368 }; - inline constexpr REL::Offset hknpConvexConvexCollisionDetector{ 0x05088FA0 }; - inline constexpr REL::Offset hknpConvexConvexManifoldGenerator{ 0x05088258 }; - inline constexpr REL::Offset hknpConvexConvexShapeBaseInterface{ 0x0508C4C8 }; - inline constexpr REL::Offset hknpConvexShape{ 0x05378590 }; - inline constexpr REL::Offset hknpCylinderShape{ 0x05085C38 }; - inline constexpr REL::Offset hknpDeactivationMaintenanceTask{ 0x05087D30 }; - inline constexpr REL::Offset hknpDecoratorShape{ 0x05085010 }; - inline constexpr REL::Offset hknpDefaultBroadPhaseConfig{ 0x05375C70 }; - inline constexpr REL::Offset hknpDefaultCompressedMeshShapeCinfo{ 0x05377F18 }; - inline constexpr REL::Offset hknpDefaultExternMeshShapeGeometry{ 0x05085160 }; - inline constexpr REL::Offset hknpDefaultHeightFieldGeometry{ 0x05085B50 }; - inline constexpr REL::Offset hknpDefaultModifierSet{ 0x05087F08 }; - inline constexpr REL::Offset hknpDeflectedLinearCast__CheckStartCollector{ 0x05088910 }; - inline constexpr REL::Offset hknpDeflectedLinearCast__FilteredQueryCollector{ 0x050888C0 }; - inline constexpr REL::Offset hknpDeflectedLinearCast__QueryFilter{ 0x05088958 }; - inline constexpr REL::Offset hknpDestructionShapeProperties{ 0x05085468 }; - inline constexpr REL::Offset hknpDisableCollisionFilter{ 0x05084EB0 }; - inline constexpr REL::Offset hknpDummyShape{ 0x05085278 }; - inline constexpr REL::Offset hknpDynamicSpaceSplitter{ 0x05087BB0 }; - inline constexpr REL::Offset hknpEaseConstraintsAction{ 0x05379358 }; - inline constexpr REL::Offset hknpEasePenetrationsAction{ 0x05086E70 }; - inline constexpr REL::Offset hknpEventDispatcher{ 0x05087A30 }; - inline constexpr REL::Offset hknpEventMergeAndDispatcher{ 0x05087A60 }; - inline constexpr REL::Offset hknpExtendedExternMeshShapeGeometry{ 0x050851A0 }; - inline constexpr REL::Offset hknpExternMeshShape{ 0x05085BB8 }; - inline constexpr REL::Offset hknpExternMeshShapeBuildContext{ 0x0508BD40 }; - inline constexpr REL::Offset hknpExternMeshShapeData{ 0x050850F8 }; - inline constexpr REL::Offset hknpExternMeshShapeGeometry{ 0x05085128 }; - inline constexpr REL::Offset hknpFaceClipConvexConvexManifoldGenerator{ 0x05088F60 }; - inline constexpr REL::Offset hknpFinalizeNarrowPhaseGridTask{ 0x05087E30 }; - inline constexpr REL::Offset hknpFinalizeNarrowPhasePairsTask{ 0x05087DF8 }; - inline constexpr REL::Offset hknpFireSignalTask{ 0x050889F8 }; - inline constexpr REL::Offset hknpFirstPersonCharacter{ 0x05085438 }; - inline constexpr REL::Offset hknpFirstPersonGun{ 0x05085390 }; - inline constexpr REL::Offset hknpFixedClosestHitCollector{ 0x053781C0 }; - inline constexpr REL::Offset hknpFixedClosestUniqueBodyHitCollector{ 0x05378180 }; - inline constexpr REL::Offset hknpFlipBackfaceCollisionModifier{ 0x05088180 }; - inline constexpr REL::Offset hknpFlippedGetClosestPointsQueryCollector{ 0x05087720 }; - inline constexpr REL::Offset hknpFlippedShapeCastQueryCollector{ 0x05087860 }; - inline constexpr REL::Offset hknpForwardClosestHitCollector{ 0x050876E0 }; - inline constexpr REL::Offset hknpFullCast__ManifoldGenerator{ 0x05088DB8 }; - inline constexpr REL::Offset hknpGenSolverTasksTask{ 0x05087D98 }; - inline constexpr REL::Offset hknpGlobals{ 0x050877D0 }; - inline constexpr REL::Offset hknpGravityGun{ 0x050853E8 }; - inline constexpr REL::Offset hknpGroupCollisionFilter{ 0x05086FA8 }; - inline constexpr REL::Offset hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_5_5_5_16__{ 0x05084EF0 }; - inline constexpr REL::Offset hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_6_5_5_16__{ 0x05086FE0 }; - inline constexpr REL::Offset hknpHeightFieldBoundingVolume{ 0x05085D50 }; - inline constexpr REL::Offset hknpHeightFieldGeometry{ 0x05085B88 }; - inline constexpr REL::Offset hknpHeightFieldShape{ 0x05084CE8 }; - inline constexpr REL::Offset hknpHitScalingCollector{ 0x05086780 }; - inline constexpr REL::Offset hknpInplaceShapeBuffer_144_{ 0x05194C50 }; - inline constexpr REL::Offset hknpInplaceShapeBuffer_176_{ 0x05189C00 }; - inline constexpr REL::Offset hknpInplaceShapeBuffer_2048_{ 0x05197C68 }; - inline constexpr REL::Offset hknpInplaceShapeBuffer_448_{ 0x0515D3A8 }; - inline constexpr REL::Offset hknpInplaceShapeBuffer_96_{ 0x05085DC0 }; - inline constexpr REL::Offset hknpInternalCommandProcessor{ 0x05085F28 }; - inline constexpr REL::Offset hknpLeafShapeSensor{ 0x0508B268 }; - inline constexpr REL::Offset hknpLegacyRestitutionModifier{ 0x05088070 }; - inline constexpr REL::Offset hknpLinearSurfaceVelocity{ 0x05085310 }; - inline constexpr REL::Offset hknpLodShape{ 0x05084E58 }; - inline constexpr REL::Offset hknpMalleableConstraintData{ 0x05085D18 }; - inline constexpr REL::Offset hknpManifoldEventCreator{ 0x05088150 }; - inline constexpr REL::Offset hknpMaskedCompoundShape{ 0x05085B20 }; - inline constexpr REL::Offset hknpMaskedShape{ 0x05084FE8 }; - inline constexpr REL::Offset hknpMaskedShape__MaskWrapper{ 0x05085240 }; - inline constexpr REL::Offset hknpMassChangerModifier{ 0x05087FE0 }; - inline constexpr REL::Offset hknpMaterialData{ 0x050854A0 }; - inline constexpr REL::Offset hknpMaterialLibrary{ 0x05375148 }; - inline constexpr REL::Offset hknpMaterialPalette{ 0x05084E80 }; - inline constexpr REL::Offset hknpModifier{ 0x05127AA8 }; - inline constexpr REL::Offset hknpMotionPropertiesData{ 0x050854C8 }; - inline constexpr REL::Offset hknpMotionPropertiesLibrary{ 0x05375E28 }; - inline constexpr REL::Offset hknpMotionWeldingModifier{ 0x05088228 }; - inline constexpr REL::Offset hknpMountedBallGun{ 0x050874B8 }; - inline constexpr REL::Offset hknpMultithreadedSimulation{ 0x05087C18 }; - inline constexpr REL::Offset hknpNeighborWeldingModifier{ 0x050881F0 }; - inline constexpr REL::Offset hknpNullShapeTagCodec{ 0x050877F8 }; - inline constexpr REL::Offset hknpPairCollisionFilter{ 0x05085AF0 }; - inline constexpr REL::Offset hknpParticleEventCreator{ 0x05088530 }; - inline constexpr REL::Offset hknpParticleShapeLibrary{ 0x05088D50 }; - inline constexpr REL::Offset hknpParticleSimulationContext{ 0x05088698 }; - inline constexpr REL::Offset hknpParticlesClosestHitOnMeshCollector{ 0x05089010 }; - inline constexpr REL::Offset hknpParticlesCollider{ 0x05088998 }; - inline constexpr REL::Offset hknpParticlesColliderShape{ 0x050852A0 }; - inline constexpr REL::Offset hknpParticlesCollisionFilter{ 0x05088FD8 }; - inline constexpr REL::Offset hknpParticlesCollisionQueryCollector{ 0x050890B0 }; - inline constexpr REL::Offset hknpParticlesDynamicHitsCollector{ 0x05089128 }; - inline constexpr REL::Offset hknpParticlesStaticCollector{ 0x050890F0 }; - inline constexpr REL::Offset hknpPhysicsSceneData{ 0x05085548 }; - inline constexpr REL::Offset hknpPhysicsSystem{ 0x053752C8 }; - inline constexpr REL::Offset hknpPhysicsSystemData{ 0x05169C20 }; - inline constexpr REL::Offset hknpPostCollideTask{ 0x05087C50 }; - inline constexpr REL::Offset hknpPostSolveTask{ 0x05087CD0 }; - inline constexpr REL::Offset hknpPreSolveTask{ 0x05087CA8 }; - inline constexpr REL::Offset hknpPrepareConstraintsTask{ 0x05088E88 }; - inline constexpr REL::Offset hknpPrepareNarrowPhasePairsTask{ 0x05088E50 }; - inline constexpr REL::Offset hknpPrepareNarrowPhaseTask{ 0x05088E18 }; - inline constexpr REL::Offset hknpPrepareSolverData{ 0x05088F28 }; - inline constexpr REL::Offset hknpProcessFullCastsTask{ 0x05087D68 }; - inline constexpr REL::Offset hknpProcessNarrowPhaseGridTask{ 0x05087CF8 }; - inline constexpr REL::Offset hknpProcessNarrowPhasePairsTask{ 0x05088D80 }; - inline constexpr REL::Offset hknpProjectileGun{ 0x05085410 }; - inline constexpr REL::Offset hknpRagdoll{ 0x05375570 }; - inline constexpr REL::Offset hknpRagdollData{ 0x050876B8 }; - inline constexpr REL::Offset hknpRefDragProperties{ 0x05084D70 }; - inline constexpr REL::Offset hknpRefMassDistribution{ 0x05378278 }; - inline constexpr REL::Offset hknpRefMaterial{ 0x05084E30 }; - inline constexpr REL::Offset hknpRefWorldCinfo{ 0x05085520 }; - inline constexpr REL::Offset hknpRestitutionModifier{ 0x05088040 }; - inline constexpr REL::Offset hknpSafeEaseConstraintsAction{ 0x05379320 }; - inline constexpr REL::Offset hknpScaledConvexShape{ 0x05085210 }; - inline constexpr REL::Offset hknpScaledConvexShapeBase{ 0x050851E0 }; - inline constexpr REL::Offset hknpSetShapeKeyACdDetector{ 0x050882F8 }; - inline constexpr REL::Offset hknpShape{ 0x05378570 }; - inline constexpr REL::Offset hknpShapeBuffer{ 0x0515D7E0 }; - inline constexpr REL::Offset hknpShapeFunctionsSingleton{ 0x05085D88 }; - inline constexpr REL::Offset hknpShapeKeyArrayCacheCdDetector{ 0x05088330 }; - inline constexpr REL::Offset hknpShapeKeyMask{ 0x05084D18 }; - inline constexpr REL::Offset hknpShapeManager{ 0x050878A0 }; - inline constexpr REL::Offset hknpShapeMassProperties{ 0x05084D40 }; - inline constexpr REL::Offset hknpShapeScalingUtil{ 0x0508C768 }; - inline constexpr REL::Offset hknpShapeTagCodec{ 0x05376318 }; - inline constexpr REL::Offset hknpShape__MassConfig{ 0x05378248 }; - inline constexpr REL::Offset hknpSignedDistanceFieldCollisionDetector{ 0x05088438 }; - inline constexpr REL::Offset hknpSimdTreeBroadPhase{ 0x0508C530 }; - inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__CollideTrees{ 0x0508C668 }; - inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty{ 0x0508C5C0 }; - inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__Finalize{ 0x0508C6A8 }; - inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData{ 0x0508C620 }; - inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__hknpSimdTreeBroadPhaseTaskBase{ 0x0508C560 }; - inline constexpr REL::Offset hknpSimulation{ 0x05085F00 }; - inline constexpr REL::Offset hknpSingleCellSpaceSplitter{ 0x05087B78 }; - inline constexpr REL::Offset hknpSingleThreadedSimulation{ 0x05086030 }; - inline constexpr REL::Offset hknpSingleThreadedSolverData{ 0x050879F8 }; - inline constexpr REL::Offset hknpSoftContactModifier{ 0x050880A8 }; - inline constexpr REL::Offset hknpSolveFinalizeTask{ 0x05087DC8 }; - inline constexpr REL::Offset hknpSolverData{ 0x050879D0 }; - inline constexpr REL::Offset hknpSolverFactoryTask{ 0x05087E68 }; - inline constexpr REL::Offset hknpSolverSchedulerTask{ 0x05088EF8 }; - inline constexpr REL::Offset hknpSortFinalizeNarrowPhasePairsTask{ 0x05087E98 }; - inline constexpr REL::Offset hknpSpaceSplitter{ 0x05087B50 }; - inline constexpr REL::Offset hknpSphereShape{ 0x05085C60 }; - inline constexpr REL::Offset hknpSpringAction{ 0x05085368 }; - inline constexpr REL::Offset hknpStreamContactSolver{ 0x050862C8 }; - inline constexpr REL::Offset hknpStreamContactSolverBase{ 0x05086258 }; - inline constexpr REL::Offset hknpStreamContactSolverTypes{ 0x05086290 }; - inline constexpr REL::Offset hknpSurfaceVelocity{ 0x05084E00 }; - inline constexpr REL::Offset hknpSurfaceVelocityModifier{ 0x050880D8 }; - inline constexpr REL::Offset hknpTaskGraph{ 0x05375AC8 }; - inline constexpr REL::Offset hknpTriangleShape{ 0x05085AC8 }; - inline constexpr REL::Offset hknpTriangleWeldingModifier{ 0x050881B8 }; - inline constexpr REL::Offset hknpTriggerModifier{ 0x05088010 }; - inline constexpr REL::Offset hknpTyremarksInfo{ 0x05085968 }; - inline constexpr REL::Offset hknpTyremarksWheel{ 0x05085938 }; - inline constexpr REL::Offset hknpUnaryAction{ 0x0516DC58 }; - inline constexpr REL::Offset hknpUniqueBodyIdHitCollector{ 0x051C14E0 }; - inline constexpr REL::Offset hknpVariableTimeStepUtil{ 0x05088610 }; - inline constexpr REL::Offset hknpVehicleAerodynamics{ 0x050855A8 }; - inline constexpr REL::Offset hknpVehicleBrake{ 0x05085678 }; - inline constexpr REL::Offset hknpVehicleData{ 0x05085910 }; - inline constexpr REL::Offset hknpVehicleDefaultAerodynamics{ 0x050855D8 }; - inline constexpr REL::Offset hknpVehicleDefaultAnalogDriverInput{ 0x05085710 }; - inline constexpr REL::Offset hknpVehicleDefaultBrake{ 0x050856A0 }; - inline constexpr REL::Offset hknpVehicleDefaultEngine{ 0x050857A8 }; - inline constexpr REL::Offset hknpVehicleDefaultSteering{ 0x05085808 }; - inline constexpr REL::Offset hknpVehicleDefaultSuspension{ 0x050858A0 }; - inline constexpr REL::Offset hknpVehicleDefaultTransmission{ 0x050858D8 }; - inline constexpr REL::Offset hknpVehicleDefaultVelocityDamper{ 0x050859C0 }; - inline constexpr REL::Offset hknpVehicleDriverInput{ 0x05085648 }; - inline constexpr REL::Offset hknpVehicleDriverInputAnalogStatus{ 0x050856D0 }; - inline constexpr REL::Offset hknpVehicleDriverInputStatus{ 0x05085610 }; - inline constexpr REL::Offset hknpVehicleEngine{ 0x05085780 }; - inline constexpr REL::Offset hknpVehicleInstance{ 0x05085578 }; - inline constexpr REL::Offset hknpVehicleLinearCastWheelCollide{ 0x050859F8 }; - inline constexpr REL::Offset hknpVehicleRayCastWheelCollide{ 0x05085A68 }; - inline constexpr REL::Offset hknpVehicleSteering{ 0x050857D8 }; - inline constexpr REL::Offset hknpVehicleSuspension{ 0x05085870 }; - inline constexpr REL::Offset hknpVehicleTransmission{ 0x05085750 }; - inline constexpr REL::Offset hknpVehicleVelocityDamper{ 0x05085990 }; - inline constexpr REL::Offset hknpVehicleWheelCollide{ 0x05085840 }; - inline constexpr REL::Offset hknpVehicleWheelCollide__WheelHitCollector{ 0x05088880 }; - inline constexpr REL::Offset hknpWeldingModifier{ 0x05087F38 }; - inline constexpr REL::Offset hknpWorld{ 0x05375A58 }; - inline constexpr REL::Offset hknpWorldReader{ 0x05375A78 }; - inline constexpr REL::Offset hknpWorldSnapshot{ 0x05085AA0 }; - inline constexpr REL::Offset hknpWorldTask{ 0x05087C80 }; - inline constexpr REL::Offset hknpWorldWriter{ 0x05375A30 }; - inline constexpr REL::Offset hkp6DofConstraintData{ 0x050891B8 }; - inline constexpr REL::Offset hkpAngularFrictionConstraintData{ 0x05089748 }; - inline constexpr REL::Offset hkpBallAndSocketConstraintData{ 0x050891E8 }; - inline constexpr REL::Offset hkpCallbackConstraintMotor{ 0x05089668 }; - inline constexpr REL::Offset hkpCogWheelConstraintData{ 0x05089258 }; - inline constexpr REL::Offset hkpConstraintData{ 0x05085C88 }; - inline constexpr REL::Offset hkpConstraintMotor{ 0x05089188 }; - inline constexpr REL::Offset hkpDeformableFixedConstraintData{ 0x05089288 }; - inline constexpr REL::Offset hkpFixedConstraintData{ 0x050892C0 }; - inline constexpr REL::Offset hkpHingeConstraintData{ 0x05089320 }; - inline constexpr REL::Offset hkpHingeLimitsData{ 0x050892F0 }; - inline constexpr REL::Offset hkpLimitedForceConstraintMotor{ 0x05089630 }; - inline constexpr REL::Offset hkpLimitedHingeConstraintData{ 0x05089350 }; - inline constexpr REL::Offset hkpLinearClearanceConstraintData{ 0x05089220 }; - inline constexpr REL::Offset hkpLinearParametricCurve{ 0x050893B8 }; - inline constexpr REL::Offset hkpParametricCurve{ 0x05089388 }; - inline constexpr REL::Offset hkpPointToPathConstraintData{ 0x050893E8 }; - inline constexpr REL::Offset hkpPointToPlaneConstraintData{ 0x05089420 }; - inline constexpr REL::Offset hkpPositionConstraintMotor{ 0x050896A0 }; - inline constexpr REL::Offset hkpPrismaticConstraintData{ 0x05089458 }; - inline constexpr REL::Offset hkpPulleyConstraintData{ 0x05089490 }; - inline constexpr REL::Offset hkpRackAndPinionConstraintData{ 0x050894C0 }; - inline constexpr REL::Offset hkpRagdollConstraintData{ 0x05089528 }; - inline constexpr REL::Offset hkpRagdollLimitsData{ 0x050894F8 }; - inline constexpr REL::Offset hkpRotationalConstraintData{ 0x05089558 }; - inline constexpr REL::Offset hkpSpringDamperConstraintMotor{ 0x050896D8 }; - inline constexpr REL::Offset hkpStiffSpringConstraintData{ 0x05089590 }; - inline constexpr REL::Offset hkpVehicleFrictionDescription{ 0x05085A30 }; - inline constexpr REL::Offset hkpVelocityConstraintMotor{ 0x05089710 }; - inline constexpr REL::Offset hkpWheelConstraintData{ 0x05089600 }; - inline constexpr REL::Offset hkpWheelFrictionConstraintData{ 0x050895C8 }; - inline constexpr REL::Offset hkpWrappedConstraintData{ 0x05085CE8 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Active_{ 0x0520ECC0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__BetweenShots_{ 0x0520EAF0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Deinitialization_{ 0x0520EC10 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Inactive_{ 0x0520EBB0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Initialization_{ 0x0520EB50 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Ready_{ 0x0520EC70 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attached_{ 0x0515F100 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attaching_{ 0x0515F2E0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetachComplete_{ 0x0515F340 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetach_{ 0x0515F410 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Detached_{ 0x0515F3B0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loaded_{ 0x0515F4D0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loading_{ 0x0515F470 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Prepared_{ 0x0515F530 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Preparing_{ 0x0515F1C0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Reset_{ 0x0515F590 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Unloaded_{ 0x0515F220 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Active_{ 0x05201460 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__FadingIn_{ 0x05201770 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__FadingOut_{ 0x052017C0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Inactive_{ 0x052014B0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__IntersectsLoadedArea_{ 0x052015F0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Loaded_{ 0x052015A0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__OutsideLoadedArea_{ 0x05201650 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingIn_{ 0x052016B0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingOut_{ 0x05201710 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Split_{ 0x05201550 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Unloaded_{ 0x05201500 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__NotTriggered_{ 0x05223970 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic_{ 0x052239E0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd_{ 0x05223CB0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst_{ 0x05223AD0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous_{ 0x05223B40 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage_{ 0x05223A50 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease_{ 0x05223D20 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage_{ 0x05223E00 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle_{ 0x05223C40 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease_{ 0x05223BC0 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Triggered_{ 0x05223D90 }; - inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Unequipped_{ 0x05223900 }; - inline constexpr REL::Offset hsm__StateFactory_void_{ 0x0515F738 }; - inline constexpr REL::Offset hsm__StateWithOwner_AimOpticalSightController_hsm__State_void__{ 0x0520EA70 }; - inline constexpr REL::Offset hsm__StateWithOwner_BGSBaseLODBlock_hsm__State_void__{ 0x0515F280 }; - inline constexpr REL::Offset hsm__StateWithOwner_BGSLODNode_hsm__State_void__{ 0x05201A60 }; - inline constexpr REL::Offset hsm__StateWithOwner_PlayerControls__WeaponAttackTriggerLogic_hsm__State_void__{ 0x05223E80 }; - inline constexpr REL::Offset hsm__State_void_{ 0x0515F708 }; - inline constexpr REL::Offset idLogging__ILogger{ 0x052BBDF8 }; - inline constexpr REL::Offset idTCP{ 0x05407CA8 }; - inline constexpr REL::Offset nlohmann__detail__exception{ 0x0529B530 }; - inline constexpr REL::Offset nlohmann__detail__input_adapter_protocol{ 0x0529B3E0 }; - inline constexpr REL::Offset nlohmann__detail__input_buffer_adapter{ 0x0529B3A0 }; - inline constexpr REL::Offset nlohmann__detail__input_stream_adapter{ 0x052ACB60 }; - inline constexpr REL::Offset nlohmann__detail__out_of_range{ 0x0529B458 }; - inline constexpr REL::Offset nlohmann__detail__output_adapter_protocol_char_{ 0x05155250 }; - inline constexpr REL::Offset nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x05154F30 }; - inline constexpr REL::Offset nlohmann__detail__parse_error{ 0x0529B420 }; - inline constexpr REL::Offset nsContainerMenu__ConfirmTakeAllTheThingsCallback{ 0x05324F20 }; - inline constexpr REL::Offset nsControlMappingData__RemapHandler{ 0x050C5770 }; - inline constexpr REL::Offset nsDataMenuData__GameLoadListener{ 0x05126A58 }; - inline constexpr REL::Offset nsDialogueMenu__MenuEventCatcher{ 0x053264B8 }; - inline constexpr REL::Offset nsMainMenuStateDataModel__UserIconFinishedMsg{ 0x05090CD0 }; - inline constexpr REL::Offset nsMainMenu__InvalidUserCallback{ 0x0532A988 }; - inline constexpr REL::Offset nsMonocle__MenuEventCatcher{ 0x051261B0 }; - inline constexpr REL::Offset nsMonocle__MonocleFastTravelConfirmFunc{ 0x052711F8 }; - inline constexpr REL::Offset nsPauseMenuMsgs__NoSaveExitResponseMsg{ 0x05091678 }; - inline constexpr REL::Offset nsPauseMenu__UserDisengagedCallback{ 0x05288FF0 }; - inline constexpr REL::Offset nsPickpocketMenu__MenuEventCatcher{ 0x05273E78 }; - inline constexpr REL::Offset nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback{ 0x052A1560 }; - inline constexpr REL::Offset rcContext{ 0x0515ACC8 }; - inline constexpr REL::Offset std___Binder_std___Unforced__lambda_3c93bc5d7b3f96fd053f30f2cec7bd09__std___Ph_1_const_TESObjectREFRconst_{ 0x05092B00 }; - inline constexpr REL::Offset std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____NiPoint3const_float_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_{ 0x05095CC0 }; - inline constexpr REL::Offset std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____bool_bool_NiPoint3const_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_{ 0x05095D70 }; - inline constexpr REL::Offset std___Binder_std___Unforced_float_TES____NiPoint3const_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_{ 0x05091A80 }; - inline constexpr REL::Offset std___Binder_std___Unforced_void_MoviePlayer____void__MoviePlayer_{ 0x05095BA0 }; - inline constexpr REL::Offset std___Binder_std___Unforced_void_TES____bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_std___Ph_5_const_{ 0x05091BB0 }; - inline constexpr REL::Offset std___Binder_std___Unforced_void_TaskQueueInterface____float_NiPoint3const_float__TaskQueueInterface_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_{ 0x05091B10 }; - inline constexpr REL::Offset std___Crt_new_delete{ 0x05154AB0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_ActorValueSnapshot_2__1_{ 0x0518B820 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2__1_{ 0x052056B0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSDistantObjectBlock_2__1_{ 0x052019D0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSDynamicLODBlock_2__1_{ 0x05201C40 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSFadeManager__Group_2__1_{ 0x05157700 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSLODNode_2__1_{ 0x051FF960 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2__1_{ 0x052018A0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2__1_{ 0x052BEC60 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2__1_{ 0x052AB620 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2__1_{ 0x052A5E50 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSFloatCurve_2__1_{ 0x05202370 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSGFxObject_2__1_{ 0x0539E4F0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSLog_2__1_{ 0x052BE370 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSMenu3D__Scene_2__1_{ 0x0515A1C0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__1_{ 0x0515FE40 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSSpinLock_2__1_{ 0x0534F780 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2__1_{ 0x053AE8A0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2__1_{ 0x052BE910 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2__1_{ 0x052BEE10 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2__1_{ 0x051FFA90 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_MissionData_2__1_{ 0x051E96B0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2__1_{ 0x053AEFB0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2__1_{ 0x053AEC50 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2__1_{ 0x053ADB90 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2__1_{ 0x053AD720 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2__1_{ 0x053AE6A0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2__1_{ 0x053AE1C0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2__1_{ 0x053AD640 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2__1_{ 0x053AE020 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2__1_{ 0x053AD890 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2__1_{ 0x053ADEA0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2__1_{ 0x053AE380 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2__1_{ 0x053ADD10 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2__1_{ 0x053AEE00 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2__1_{ 0x053AC710 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2__1_{ 0x053ADA10 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2__1_{ 0x053AD4A0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__ListFloatCurve_2__1_{ 0x053AD320 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2__1_{ 0x053AE520 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__MeshDependency_2__1_{ 0x053AF120 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2__1_{ 0x053AC140 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__PointInMeshDependency_2__1_{ 0x053AF280 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2__1_{ 0x051E9570 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__BuildingLevel_2__1_{ 0x051C1480 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__Stairway_2__1_{ 0x051C0FC0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__StartingFoundation_2__1_{ 0x051C1250 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__Workshop_2__1_{ 0x051C11C0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2__1_{ 0x052930E0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2__1_{ 0x05208110 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2__1_{ 0x05358C30 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2__1_{ 0x05358B60 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2__1_{ 0x05358AF0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2__1_{ 0x05359140 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2__1_{ 0x052083E0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2__1_{ 0x05359AA0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator___BiomePlacement_2__1_{ 0x052BE710 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2__1_{ 0x051893C0 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2__1_{ 0x05188140 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2__1_{ 0x051FFC80 }; - inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2__1_{ 0x051C1D00 }; - inline constexpr REL::Offset std___Facet_base{ 0x05154A88 }; - inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_BSFixedStringconst_UIMenuEntryconst_{ 0x05155BF0 }; - inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_BSScript__Object_{ 0x051E4950 }; - inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EE200 }; - inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05186B70 }; - inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_IMenuconst_{ 0x051E6CD0 }; - inline constexpr REL::Offset std___Func_base_BSFixedString_{ 0x053C60A0 }; - inline constexpr REL::Offset std___Func_base_BSScript__Variable_BSScript__Variable_{ 0x053C3760 }; - inline constexpr REL::Offset std___Func_base_BSTOptional_unsigned__int64__Json__Valueconst_BSLog_{ 0x0532F500 }; - inline constexpr REL::Offset std___Func_base_bool_BGSKeywordconst_{ 0x052A7920 }; - inline constexpr REL::Offset std___Func_base_bool_BSFixedStringconst_BSScript__TypeInfo_{ 0x053BE0D0 }; - inline constexpr REL::Offset std___Func_base_bool_BSScrapArray_BSScript__Variable__{ 0x051E6290 }; - inline constexpr REL::Offset std___Func_base_bool_BSScript__Objectconst_{ 0x053BD450 }; - inline constexpr REL::Offset std___Func_base_bool_BSScript__Variableconst_{ 0x053C4380 }; - inline constexpr REL::Offset std___Func_base_bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ 0x053354E0 }; - inline constexpr REL::Offset std___Func_base_bool_CombatActorRefPtrconst_CombatPathconst_float_{ 0x0521C8C0 }; - inline constexpr REL::Offset std___Func_base_bool_TESObjectREFR___int64_{ 0x05181148 }; - inline constexpr REL::Offset std___Func_base_bool_charconst_int_charconst_{ 0x052BBAB0 }; - inline constexpr REL::Offset std___Func_base_bool_float_float_{ 0x05255C08 }; - inline constexpr REL::Offset std___Func_base_float_ActorValueOwnerconst_ActorValueInfoconst_{ 0x051ED530 }; - inline constexpr REL::Offset std___Func_base_float_CombatFormulas__WeaponDamageconst_{ 0x0521DAB0 }; - inline constexpr REL::Offset std___Func_base_float_NiPoint3const_float_{ 0x052BD8B8 }; - inline constexpr REL::Offset std___Func_base_float_NiPoint3const_float_float_{ 0x052BD930 }; - inline constexpr REL::Offset std___Func_base_float_bool_bool_NiPoint3const_float_{ 0x053ACE80 }; - inline constexpr REL::Offset std___Func_base_std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532EFB0 }; - inline constexpr REL::Offset std___Func_base_unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F44A0 }; - inline constexpr REL::Offset std___Func_base_void_{ 0x051E6258 }; - inline constexpr REL::Offset std___Func_base_void_Actor_unsignedint_{ 0x051E25A0 }; - inline constexpr REL::Offset std___Func_base_void_AnimGraphconst_{ 0x0535FAF8 }; - inline constexpr REL::Offset std___Func_base_void_BSComponentDB2__ReadInterfaceconst_BSComponentDB2__ID_std__vector_BSComponentDB2__ID_BSTThreadScrapSTLAllocator_BSComponentDB2__ID___{ 0x052A85C0 }; - inline constexpr REL::Offset std___Func_base_void_BSFixedString_{ 0x051E4B70 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_{ 0x05229E80 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x054089E0 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_BSStorage_{ 0x05408200 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_bool_{ 0x05241650 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetEntitlementMapping_BSTHeapSTLAllocator_BSPlatform__BNetEntitlementMapping_2___{ 0x05408A50 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetLegalDocument_BSTHeapSTLAllocator_BSPlatform__BNetLegalDocument_2___{ 0x052429A0 }; - inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__Motd__Message_BSTHeapSTLAllocator_BSPlatform__Motd__Message_2___{ 0x05242A60 }; - inline constexpr REL::Offset std___Func_base_void_BSScript__Stackconst_{ 0x0532F4B8 }; - inline constexpr REL::Offset std___Func_base_void_BSScript__Variable_{ 0x053C36E0 }; - inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_TESObjectREFR_TESObjectREFR_float_unsignedint_GameScript__Internal__DistanceEventData__EventType_{ 0x0534E210 }; - inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_bool_TESObjectREFR_TESObjectREFR_{ 0x053363D0 }; - inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_GameScript__Internal__HitRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05333A00 }; - inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_GameScript__Internal__MagicEffectApplyRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x053338F0 }; - inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_GameScript__Internal__RadiationDamageRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x053337E0 }; - inline constexpr REL::Offset std___Func_base_void_TESObjectCELL_{ 0x051F65F0 }; - inline constexpr REL::Offset std___Func_base_void_TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ 0x0535C240 }; - inline constexpr REL::Offset std___Func_base_void_bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float_{ 0x052BD850 }; - inline constexpr REL::Offset std___Func_base_void_bps__client__BIEventClient__BulkEventsResult_{ 0x05155020 }; - inline constexpr REL::Offset std___Func_base_void_bps__client__BIEventClient__CreateSessionResult_{ 0x05154ED0 }; - inline constexpr REL::Offset std___Func_base_void_charconst_{ 0x051E6D48 }; - inline constexpr REL::Offset std___Func_base_void_cpr__CurlHolder_{ 0x05134E40 }; - inline constexpr REL::Offset std___Func_base_void_float_NiPoint3const_float_{ 0x052BD8F0 }; - inline constexpr REL::Offset std___Func_base_void_void_{ 0x05134E80 }; - inline constexpr REL::Offset std___Func_impl_GameScript__SingleActorArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334350 }; - inline constexpr REL::Offset std___Func_impl_GameScript__SingleObjectRefrHandleArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334520 }; - inline constexpr REL::Offset std___Func_impl_GameScript__SingleSimpleArgument_bool__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B770 }; - inline constexpr REL::Offset std___Func_impl_GameScript__SingleSimpleArgument_int__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349F00 }; - inline constexpr REL::Offset std___Func_impl_GameScript__SingleSimpleArgument_unsignedint__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334660 }; - inline constexpr REL::Offset std___Func_impl_GameScript____AnimationEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053324A0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338A90 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____KeywordStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339770 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339650 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338230 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053380E0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339520 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053393F0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337980 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338610 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339020 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053384B0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337D10 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053392A0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339A10 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338EF0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337AB0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338360 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337E40 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053398C0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338BA0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337BC0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339150 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337F90 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339BB0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338960 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338720 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____SpeechChallengeObjectStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338CD0 }; - inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338850 }; - inline constexpr REL::Offset std___Func_impl___SetPapyrusVarFunctor_BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E5920 }; - inline constexpr REL::Offset std___Func_impl___TopicInfoEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053345C0 }; - inline constexpr REL::Offset std___Func_impl__lambda_0137d6fe45ea3e636b2d6017b24d33bc__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05334790 }; - inline constexpr REL::Offset std___Func_impl__lambda_02ff87d5a1c7cb7bb196543e25c63d34__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AE10 }; - inline constexpr REL::Offset std___Func_impl__lambda_0b7ea718bba33c91f7f453946dab312b__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C2D00 }; - inline constexpr REL::Offset std___Func_impl__lambda_0c7eea8ac1ee5e92a29dc0454366dcf9__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E52D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_0d61f77a4e0b580d8864148d44cbbcd5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335660 }; - inline constexpr REL::Offset std___Func_impl__lambda_0dec3b5857dc5fcc83b533dd1b4a94d8__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E5680 }; - inline constexpr REL::Offset std___Func_impl__lambda_0e4128c3c56ec4235d7c2346553833b1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349D20 }; - inline constexpr REL::Offset std___Func_impl__lambda_0f816cd334da25fe63d67395ed4b6703__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x051E4DD0 }; - inline constexpr REL::Offset std___Func_impl__lambda_10d7cbe1e40005e0df74c3070c767704__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__HitRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x053332F0 }; - inline constexpr REL::Offset std___Func_impl__lambda_11b2a70e928258926716bb670e61c24a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CCF0 }; - inline constexpr REL::Offset std___Func_impl__lambda_1343a7597d09bd6c22da4f378aac238c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CC50 }; - inline constexpr REL::Offset std___Func_impl__lambda_157ba101c59821e9fea353d3f926cfe3__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSFixedStringconst_UIMenuEntryconst_{ 0x051558B0 }; - inline constexpr REL::Offset std___Func_impl__lambda_18fb63f93afbe598c9149d716267e4e2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CB10 }; - inline constexpr REL::Offset std___Func_impl__lambda_19776df1bb0fa49c9f0a48659350847c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x051E6030 }; - inline constexpr REL::Offset std___Func_impl__lambda_19e25a9a86dd7bfab3e3ed474f4ae405__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ 0x053BDBF0 }; - inline constexpr REL::Offset std___Func_impl__lambda_1b63f9058575014058ae5062371c2420__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053364B0 }; - inline constexpr REL::Offset std___Func_impl__lambda_1beb1e068fc78fb960485228eab3f948__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053BFCC0 }; - inline constexpr REL::Offset std___Func_impl__lambda_1dc3149776d7cf060ff9a106a966e1e5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337320 }; - inline constexpr REL::Offset std___Func_impl__lambda_1e03f8fc253bb683083eade4e7956eb5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B630 }; - inline constexpr REL::Offset std___Func_impl__lambda_20261863c4ee737b997d4ce0c05d0e86__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A900 }; - inline constexpr REL::Offset std___Func_impl__lambda_21a6084b85a3ee0516f06a23bd4f3fec__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ 0x05335590 }; - inline constexpr REL::Offset std___Func_impl__lambda_2283b9715cb61b44c107b8114957461b__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ 0x053C3110 }; - inline constexpr REL::Offset std___Func_impl__lambda_26b354ee21d442f54c03242e1028a3df__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B8B0 }; - inline constexpr REL::Offset std___Func_impl__lambda_298a70172293ffb6e97521f9d8ce6b44__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349B40 }; - inline constexpr REL::Offset std___Func_impl__lambda_2dc3bd32b7de72de6c096f11dfcdf776__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x0532F0E0 }; - inline constexpr REL::Offset std___Func_impl__lambda_2e8256baf7579370f3cc4021419dc788__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B090 }; - inline constexpr REL::Offset std___Func_impl__lambda_3685864590e2610ca62dd66f58277d6b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C9D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_37a4cfa73182d5fe75926706752c629b__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05334490 }; - inline constexpr REL::Offset std___Func_impl__lambda_395ca9c887b77069b4167f750ef9cf82__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AEB0 }; - inline constexpr REL::Offset std___Func_impl__lambda_3c131cbf0235fa2907ac957538ea2adf__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05334820 }; - inline constexpr REL::Offset std___Func_impl__lambda_3c61befd82dbdd7a8b131ea4bffedd8a__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ 0x053C32C0 }; - inline constexpr REL::Offset std___Func_impl__lambda_3d1b04d987ab69b52bc5feb23951a71f__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x0532F190 }; - inline constexpr REL::Offset std___Func_impl__lambda_42bd55cda20409fe5c79047367c4bf0d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E5730 }; - inline constexpr REL::Offset std___Func_impl__lambda_436fee8b3e483a41f879d21e86d3bc23__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334950 }; - inline constexpr REL::Offset std___Func_impl__lambda_49df49a740641670e19d30408fee74d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05332020 }; - inline constexpr REL::Offset std___Func_impl__lambda_4ab1e6ed8a6e5383082ee14fce46285a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0522F790 }; - inline constexpr REL::Offset std___Func_impl__lambda_4be5ce6aef68e83aa49569993aff8066__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534E400 }; - inline constexpr REL::Offset std___Func_impl__lambda_4f50077fa771293a5365fed257f4173d__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BE6A0 }; - inline constexpr REL::Offset std___Func_impl__lambda_4fc1f8fd17d1b1561b9b721d1ac74b7c__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C31A0 }; - inline constexpr REL::Offset std___Func_impl__lambda_50cd214866876a925987c64384b71bae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334B10 }; - inline constexpr REL::Offset std___Func_impl__lambda_515e6240cf16aed2614e1605da656944__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CBB0 }; - inline constexpr REL::Offset std___Func_impl__lambda_520c073f2f9b5ea31222b82582f32973__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349C80 }; - inline constexpr REL::Offset std___Func_impl__lambda_521efaefe0784c40e7d3073a8966e501__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05331BD0 }; - inline constexpr REL::Offset std___Func_impl__lambda_536c33102983ea9fd90bc3c130fb7820__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053348B0 }; - inline constexpr REL::Offset std___Func_impl__lambda_53ffc39032ca0e72f60b58be925dbe69__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__MagicEffectApplyRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05333200 }; - inline constexpr REL::Offset std___Func_impl__lambda_54dad1b29cb5d8edae0699aec55b7850__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AD70 }; - inline constexpr REL::Offset std___Func_impl__lambda_5b6bf7a85f71f5e8b83ca9901ba8d456__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534E800 }; - inline constexpr REL::Offset std___Func_impl__lambda_5b7b9ba11d3cb17659ed8a298e797b98__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ 0x053BDE60 }; - inline constexpr REL::Offset std___Func_impl__lambda_5c528dcbbd0b61a287ba8ad0b05356a4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053342B0 }; - inline constexpr REL::Offset std___Func_impl__lambda_5f7837156978a193dc01989556f9d30e__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BCE60 }; - inline constexpr REL::Offset std___Func_impl__lambda_60792a770677b5653d77e9c82cc1b5f4__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E5520 }; - inline constexpr REL::Offset std___Func_impl__lambda_60a2675cfe8788660ad082994eac7525__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334170 }; - inline constexpr REL::Offset std___Func_impl__lambda_624820ae5003c78f8a25c3b4647ca2b5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B810 }; - inline constexpr REL::Offset std___Func_impl__lambda_6377957dcbcf2316e5d9f98c14c7862b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A070 }; - inline constexpr REL::Offset std___Func_impl__lambda_657ac87fbbbe273c3afe0ef0a6887ef4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B270 }; - inline constexpr REL::Offset std___Func_impl__lambda_69cc518e39d6f4e10e9db9981a9c1d7e__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E55D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_6abd65cd2a002981fded6001fb3a31f0__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05348D20 }; - inline constexpr REL::Offset std___Func_impl__lambda_6bfe5617e71c0af674ee59fb22d68f79__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334210 }; - inline constexpr REL::Offset std___Func_impl__lambda_723be0cd68c138d1b6611637a0e1b932__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05340820 }; - inline constexpr REL::Offset std___Func_impl__lambda_7324ce25e7200bddfb11a4d6245045ae__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BDC80 }; - inline constexpr REL::Offset std___Func_impl__lambda_74102bbd0491ae7e2f2b428364a0aa38__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B450 }; - inline constexpr REL::Offset std___Func_impl__lambda_7827c147829e00fe7f15eaefe593e3cc__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B310 }; - inline constexpr REL::Offset std___Func_impl__lambda_7886e0ae4dc3b052efa6329abc319cc6__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C3230 }; - inline constexpr REL::Offset std___Func_impl__lambda_7c44afdf93ced21c2c49b0c43ebfe17c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349BE0 }; - inline constexpr REL::Offset std___Func_impl__lambda_7fb62125534421398702f4a2baef2e0b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A040 }; - inline constexpr REL::Offset std___Func_impl__lambda_834a520bd939bc68cd51b0030af55eaf__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349820 }; - inline constexpr REL::Offset std___Func_impl__lambda_8453b831f47d1a741b54d8f6b25960af__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05336550 }; - inline constexpr REL::Offset std___Func_impl__lambda_85498ddcc5baa3ce86b9dd695663ebad__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A180 }; - inline constexpr REL::Offset std___Func_impl__lambda_8687a1ebfd15fe7709dd4b4b902dc27f__BSTThreadScrapSTLAllocator_void__BSFixedString_{ 0x053C6220 }; - inline constexpr REL::Offset std___Func_impl__lambda_882a801e71d613aeeec2330da6744cf1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05348C80 }; - inline constexpr REL::Offset std___Func_impl__lambda_896abb438acda319cef743a7a9efbaac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05331B30 }; - inline constexpr REL::Offset std___Func_impl__lambda_8cd85e122db7eea6c89ba263e95d12b4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A540 }; - inline constexpr REL::Offset std___Func_impl__lambda_8e0bb810ac36e6a74cfd8179851fd370__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A2C0 }; - inline constexpr REL::Offset std___Func_impl__lambda_8f7483c9ca649af851d04e7c9f33e6ac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A5E0 }; - inline constexpr REL::Offset std___Func_impl__lambda_92c8185250fde670ed1817bc106a4a88__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ 0x05335890 }; - inline constexpr REL::Offset std___Func_impl__lambda_947391e129c30a4c103f3726de0a66d9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349960 }; - inline constexpr REL::Offset std___Func_impl__lambda_97840dd87d822f9e2b81b917247add41__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349640 }; - inline constexpr REL::Offset std___Func_impl__lambda_9b7ade51f40d35d6bcdc228b23ab14e6__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05334700 }; - inline constexpr REL::Offset std___Func_impl__lambda_9c2e51072f7fcc6674d7693870b87c1f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05336700 }; - inline constexpr REL::Offset std___Func_impl__lambda_a3891673dea5d5c9cb16525d4e77e16d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349A00 }; - inline constexpr REL::Offset std___Func_impl__lambda_a5a0f9026c0cd68f7de5000b5d94769f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A680 }; - inline constexpr REL::Offset std___Func_impl__lambda_a8848ed94a5a3cb4d7f224edcf2fa7c8__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CD90 }; - inline constexpr REL::Offset std___Func_impl__lambda_a89680fd00cca5312874daedf7e02340__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ 0x053C6170 }; - inline constexpr REL::Offset std___Func_impl__lambda_a8aa60fabe2fc1933958a62e97de3786__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A7C0 }; - inline constexpr REL::Offset std___Func_impl__lambda_aacb2dadf9aa6c2566a662adae5d8cc7__BSTThreadScrapSTLAllocator_void__void_{ 0x051E5250 }; - inline constexpr REL::Offset std___Func_impl__lambda_ad854275cc20d2aa26fa10e5481e17f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534E020 }; - inline constexpr REL::Offset std___Func_impl__lambda_af604f9dd25689bc45f0dc12c016743d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E47F0 }; - inline constexpr REL::Offset std___Func_impl__lambda_b21249f73fc32f8a81cab9b750a0afd2__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_bool_TESObjectREFR_TESObjectREFR_{ 0x05336010 }; - inline constexpr REL::Offset std___Func_impl__lambda_b2731395c0d91b9dd7439faf17961b81__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C2D90 }; - inline constexpr REL::Offset std___Func_impl__lambda_b3db434079764937ec97ac25dc1ea9a3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B3B0 }; - inline constexpr REL::Offset std___Func_impl__lambda_b616e81cc11ae3ff27c2e28f7218518c__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BE810 }; - inline constexpr REL::Offset std___Func_impl__lambda_b65bf6956decee7d45e10d149a542b12__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_IMenuconst_{ 0x051E5B90 }; - inline constexpr REL::Offset std___Func_impl__lambda_b7f4b682f2a1bebe693c6bd28981c93e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A220 }; - inline constexpr REL::Offset std___Func_impl__lambda_b82494bcd268d68cf60711d241a92275__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E5F80 }; - inline constexpr REL::Offset std___Func_impl__lambda_b966315cb148adcd87a04670f9499b6f__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ 0x053C2EC0 }; - inline constexpr REL::Offset std___Func_impl__lambda_bafae2b11fafbc4f7dfb97411a909f8a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B4F0 }; - inline constexpr REL::Offset std___Func_impl__lambda_bcba858f97424a8c7d5f69d4c498a2f7__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B6D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_bd7c97a2bb675042967b8e0d20afec91__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349FA0 }; - inline constexpr REL::Offset std___Func_impl__lambda_c00658b1e7d7e1ebe7bf94e70975ea83__BSTThreadScrapSTLAllocator_void__BSFixedString_{ 0x053C60E0 }; - inline constexpr REL::Offset std___Func_impl__lambda_c10da29f799e0f6f1c06a417c30f8013__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053359D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_c17409bca43b4196fdf5da3935b4c262__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A400 }; - inline constexpr REL::Offset std___Func_impl__lambda_c1ad3f0d02c92b91662dd06a86df460f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B1D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_c524297436e6861319cd811a123de57d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05333470 }; - inline constexpr REL::Offset std___Func_impl__lambda_c59616a3960e44e8a6e6d93d1b2b7690__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053C5390 }; - inline constexpr REL::Offset std___Func_impl__lambda_cda5fd1b2a5c5e50f578b02ba7805212__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05333510 }; - inline constexpr REL::Offset std___Func_impl__lambda_ce10a8a7acd9e7f081239ece31786d27__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053365F0 }; - inline constexpr REL::Offset std___Func_impl__lambda_cfc4486fbb401085df5b729f5fa4df56__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05331A90 }; - inline constexpr REL::Offset std___Func_impl__lambda_d153accb137be0c634a55d237920f323__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337430 }; - inline constexpr REL::Offset std___Func_impl__lambda_d2d6f7920086fbe9f0fc86b0c4acb6e9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A4A0 }; - inline constexpr REL::Offset std___Func_impl__lambda_d31a69b396f0fb28afca6640b3e8cba5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334030 }; - inline constexpr REL::Offset std___Func_impl__lambda_d4dc87478c2249a4454027d8fd1a3813__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349DC0 }; - inline constexpr REL::Offset std___Func_impl__lambda_d802a03dba6477a9102aecb26551b3f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053333D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_d8ac2cf8dadd9cd659084c03b02663ca__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053340D0 }; - inline constexpr REL::Offset std___Func_impl__lambda_db7bb28a69cfd1317fb4b091c4fce90d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x0533A110 }; - inline constexpr REL::Offset std___Func_impl__lambda_dd530f9f18d1dc206099f46292567450__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349780 }; - inline constexpr REL::Offset std___Func_impl__lambda_ddf1c4c945627fb9fff8c8751f522483__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053343F0 }; - inline constexpr REL::Offset std___Func_impl__lambda_debc1bd8af75bbcd059b4351d90d28cd__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AF50 }; - inline constexpr REL::Offset std___Func_impl__lambda_dfd1ce40b89c6d3e72cf269832290ece__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B130 }; - inline constexpr REL::Offset std___Func_impl__lambda_e09070a596429640ee82ab721c4713d4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534E760 }; - inline constexpr REL::Offset std___Func_impl__lambda_e147208eb61fa434b812c8134af6fc34__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05340930 }; - inline constexpr REL::Offset std___Func_impl__lambda_e467e0832c9b41eb348fa71215e5f187__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B590 }; - inline constexpr REL::Offset std___Func_impl__lambda_e5733d4c54decfe364244011ac86bbb6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053496E0 }; - inline constexpr REL::Offset std___Func_impl__lambda_e5e9011dfff61c4c00bc49cc78aecb1f__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ 0x053C2E20 }; - inline constexpr REL::Offset std___Func_impl__lambda_e5ea9a590e87a286fb663ecd647989f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A860 }; - inline constexpr REL::Offset std___Func_impl__lambda_e61604f72c8cff04a94ed3a540e69ad6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CA70 }; - inline constexpr REL::Offset std___Func_impl__lambda_e64d3878199ec63bc3651c017fb940ae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A360 }; - inline constexpr REL::Offset std___Func_impl__lambda_e67da1eb7d0f8f20b14573ead2bc5c5b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A720 }; - inline constexpr REL::Offset std___Func_impl__lambda_ea7373727b326c3a296e7727673c1cf4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534CE30 }; - inline constexpr REL::Offset std___Func_impl__lambda_ec46c3e7b709c25f1085c3abf5d433d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A0E0 }; - inline constexpr REL::Offset std___Func_impl__lambda_ed9a8c81b276dabbf40c3f2eb67b4d42__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349E60 }; - inline constexpr REL::Offset std___Func_impl__lambda_f189e04494dd43463d53c493efd1e8d3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335700 }; - inline constexpr REL::Offset std___Func_impl__lambda_f4b86d201fe33ef82f3097c262d84e9f__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_TESObjectREFR_TESObjectREFR_float_unsignedint_GameScript__Internal__DistanceEventData__EventType_{ 0x0534E2E0 }; - inline constexpr REL::Offset std___Func_impl__lambda_f74b12abf885849d9fb9a4e29171d807__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ 0x053BD040 }; - inline constexpr REL::Offset std___Func_impl__lambda_f8a79f6aac65a3e0fc625c482efaf599__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AFF0 }; - inline constexpr REL::Offset std___Func_impl__lambda_f925127b5689f3aab636bd263a8f5eef__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053498C0 }; - inline constexpr REL::Offset std___Func_impl__lambda_fa061cdf7f0513c58b08f1d453c05408__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335F70 }; - inline constexpr REL::Offset std___Func_impl__lambda_fb57aa8ca5c4b56d6595919969c7948f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349AA0 }; - inline constexpr REL::Offset std___Func_impl__lambda_fc4c539d0c41892201eea6b726e3a456__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__RadiationDamageRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05333A90 }; - inline constexpr REL::Offset std___Func_impl_bool___BSScrapArray_BSScript__Variable___BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x051E5B00 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_BSTOptional_unsigned__int64____Json__Valueconst_BSLog__BSTOptional_unsigned__int64__Json__Valueconst_BSLog_{ 0x0532F060 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_00d5217ef8ad8306a0857599ddd8dbf1__void_{ 0x0527BCE0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_01dccaaad9683fd6af22011ab140b0c8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4380 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_064eb253765a9f5db082e668a24883dd__BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05186A30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_079a8aa660e61b088f96148680d36dd1__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3DE0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0c3f1a43f1da6558563a23e48bb1195f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F47D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0cb21591d64d9d5a933a0c452d3e1b37__void_{ 0x05236D20 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0d094ed39072b466c030120fa3549e10__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5550 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0e89c8d2d6392b5c24f6e22ccbfe44f3__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3720 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_101dda04a59aa879dbf7dd0dbcbb50f4__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4E90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_12cf7000a08c0229e16393f09561ca7d__void_{ 0x0527BC00 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_146998ed97e13e207a200e985e03d975__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3180 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1691aad4cbb6dd3fc6c8d4b0e62850c6__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetEntitlementMapping_BSTHeapSTLAllocator_BSPlatform__BNetEntitlementMapping_2___{ 0x05408C50 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1a1c1c1c70458df8b136533127a96c36__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532EA90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1b40e015e00b4adbcee4fb35a5cc45c1__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532E7F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1fb112292025c2cc3c05f3d5b87214b7__void_{ 0x0527BC70 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_2210288a532619fcc3a6cac94e78ad91__void_BSScript__Stackconst_{ 0x0532F440 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_226adfc9bb5fcc136f15a35842593266__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4F20 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_22a758e192999f16ea34a259f7a86bf9__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3960 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_22d9514d375c4e7bda2ab76e1a1cf935__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532E550 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_27ac859d074856e3877b54b6628e3804__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F51F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_28dc3789d661118750451f000e1a828d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F39F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_2cc92a8a40a80bd38c78b736cc225140__void_BSPlatform__BNetResult_unsigned__int64_bool_{ 0x052415D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_2db861672ef3222e622fc6e45a100761__void_Actor_unsignedint_{ 0x051E1C80 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_30eb1d5bc2b9d6ae4ee7d6d599b9d087__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5310 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_34ca4d2cb3abb74e14f6547c45584ec5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5670 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_35c9e85af3ac3bbbd7ed2568cdbf3d61__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3A80 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_39a899ccd47d79c0e880239f437c5605__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4260 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_39d9004daaead13d1142bd21c3889fd4__void_bps__client__BIEventClient__BulkEventsResult_{ 0x05154E40 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3a065f65e612987ef75503bb93352629__void_BSScript__Stackconst_{ 0x0532F2C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3d1206d68bd154fbb45c4f583492a37b__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4500 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3d1eb35d9e985f7f48c7b78dd0f5dc4a__void_{ 0x0527B570 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3ea1ef3009c720cecb451704a32813b5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4BC0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3f5c09d0b04134f1e2fd27bc98134128__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532E9B0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_402b6b2cf3423ce83cff3bc1cd824c16__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__Motd__Message_BSTHeapSTLAllocator_BSPlatform__Motd__Message_2___{ 0x05242B10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_4091ce050b80e984dd417f79fb124528__void_bps__client__BIEventClient__CreateSessionResult_{ 0x05154D10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_429d91f21c20955e61a60d88028db1c7__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F37B0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_42c94d42aab591076c4f701b6a4ddf5c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F41D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_43e878a7f549f13e6eb351cff7c4bfd8__void_{ 0x0527B8F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_4dccea91ce7a8c84901e03d8daeebdf1__void_{ 0x0527B650 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_527fa803cab9494af426fcb5366790b5__bool_BGSKeywordconst_{ 0x052A7960 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_542f1bbb43e6c28f5ce82f130dbb7998__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F40B0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_5b9dc8dc260e8e699de8a340ce375773__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3BA0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_5f90e84e4769be26f1d2fa6feefac45e__void_{ 0x0527BD50 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_633338cb47e4bb804ff6b8d03f198a1a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3840 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_646248fb9034a6ddb932548e7d49446f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4FB0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_65251ad5213365d0137a05e1fe2d67a8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F32A0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_662d1933046d5577025af7b0e03b4e6e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4590 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_682c30481b6f945aea581f28d4e66539__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532E630 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_68a4952c753627b6fe5f1e5adb569f53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3570 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6910601695f3dd7a3b6b918d3be3a895__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F38D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_697c0a91b66ab3f6c7a782bea49b1331__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3B10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_69faf50df0058a7a957d676816e44d1d__void_{ 0x0527B6C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6b6802b990080eb1f972ed3fdfb349be__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4AA0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6d1081504a31f0237eeec490f4089cbe__void_void_{ 0x05134EB0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6e5c678196ad94d42acbba02698228ce__void_BSPlatform__BNetResult_unsigned__int64_BSStorage_{ 0x0540C610 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6fad9a44932c23cb4c364726b83cc47e__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532E710 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_717dc205c7ab523420c0800b9e620bc1__void_{ 0x05236AF0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_76f340027b84ed28b676175aa3299281__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4140 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_77392527259adccb8a2255e05849c42d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4A10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_78104d6457cc7c72b7b70dedbd4c7729__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4CE0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7a8458241d5d25022323237c491d8ecf__void_{ 0x0527B9D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7ab3183038f8d3427088a16035449539__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3210 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7b521c39367390feb40229c1163fbb50__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3CC0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7c4a786bf74d8f5789f0892713f97e58__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4860 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7e2e399ef17308210647e0ff0d59e8c7__void_BSPlatform__BNetResult_unsigned__int64_{ 0x05242BF0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7ece62f38092b876d5a29803f71ebe42__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F50D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7f409a04a56b9fd44455212d87c431ae__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4C50 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_80ccd6ef81c90a908ae7b9dc423ede29__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F54C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_811ffd3359415b814ad419ff4a6f7b6c__void_{ 0x0527B490 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_816d88711d4f9b92fafc67d6d4128a01__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3330 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_81a7bbc2c642195c7bb8b5639a213323__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5280 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_83642b9649b829cac9b8f06fc6d8158f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4E00 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_84cb86a16ff0b9443451d13f3a11f731__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5160 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_850f684f539da753d4c4cafdf641fe49__void_BSPlatform__BNetResult_unsigned__int64_{ 0x05229FB0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8537d24bed03eba165d0ffdc179250fb__void_BSScript__Stackconst_{ 0x0532F3C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8668992420976022c5cc9aa39b736d8c__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EE020 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_86c0ac20e1dbb3512a09e5045908b2c5__void_bps__client__BIEventClient__BulkEventsResult_{ 0x05154DB0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_89a805409404f6f4936c6202133cf01b__void_{ 0x0527B730 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8b10bb14db18c9fe3d791996c1a19554__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532E8D0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8b2ccaafdc8a81683c63b0eaf14891dc__void_{ 0x0527BB20 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8c96b78c58fa606af46999ce51170c9e__void_{ 0x0527B7A0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9002e4b1e35b9ef038662911247cc309__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3C30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_90d8b86f0c99746f95e0b4ca1a49d2c0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5430 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_91251eb0ccb3ea9b423b4f677c265616__void_BSPlatform__BNetResult_unsigned__int64_bool_{ 0x052AB730 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_959037408af959a47613d3263db08c86__void_{ 0x0527BA40 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_96f81aaee411c9d69a17525610aa912c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3690 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9a30403d968053341e5f9d42784612ca__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532ED30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9b2acb054b0378783971fd92800f4976__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3F00 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9cc4f951fdfbb95f22db9e2c68c900e9__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532EB70 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a04139f4e3187b0cd2a6b95ea874cd53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3F90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a13d905de0e2a393a2e6bfbe0a742d3e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F55E0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a20f4217b7a3254e87a494f37712d794__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3E70 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a71ec3d23cbd34c56e3ab5f51b222434__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F2FD0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a7b27cbe6a95c99fe2e5a1ad07327fa0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3060 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a960ccc15d0834cd19d9a46ff87790ac__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F30F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_aad890f75e4062f7c55f96628ae4106f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4020 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ad85a4ab556638f1507b57127ea06ce0__void_BSScript__Stackconst_{ 0x0532F340 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_adada3c624f9eca7e904af6dc451ca52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3600 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ae34904a58a0c39380143f422d973695__void_{ 0x0527BB90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_af62d3ddb61e2c16f7fc06a107aede70__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F33C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_b3b4d542f0127c892ab403b185e84e5f__BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05186AD0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_b78658f725809cc9dd249a08003323aa__bool_BGSKeywordconst_{ 0x052A78B0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_b9e00420d4fc4dfbe8fa9e51782302da__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EDF30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_bb9da137c76683c6952446acd932ccf0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4740 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_bbb177cd5f2ab74893d49615821de162__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F34E0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_be876bc5186bff2513ff405e850f4e26__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4980 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c0358fe6cc6cac72bc6034a1c670b93e__void_{ 0x0527B880 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c4800958f6f82d41dc7cbb1717f39ca8__void_{ 0x0527BAB0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c6efd732f69a7634ffbc6652dd87f951__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F53A0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c84baf99ce6ed36961e2a863528ae6c4__void_Actor_unsignedint_{ 0x051E1B70 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ca274d93e4d5785b248b8ace84a4ed4b__void_BSComponentDB2__ReadInterfaceconst_BSComponentDB2__ID_std__vector_BSComponentDB2__ID_BSTThreadScrapSTLAllocator_BSComponentDB2__ID___{ 0x052A7D30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cb2fcafcfeb79c7d26906b8fd4636ffc__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4410 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ccb70cc432f37ab029f06ab27c328d81__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3450 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cd1989fe22907f3fcc0eb0c2b41e761c__void_AnimGraphconst_{ 0x0535FF10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cf04669e91edb1a2a3a4a7ab538c4837__void_{ 0x0527B810 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cf40a68354f922c38e03bbaecaec89aa__void_BSScript__Stackconst_{ 0x0532F240 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d2716ea6a0bca27a6edea85753279548__void_{ 0x0527B5E0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d494d179864a24a188f2eb416cfc06a3__void_{ 0x0527BEA0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d5eb0fcfb1f75702023297a060e3d5e6__void_{ 0x0527B500 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d63799d362ac3db4a9c9d0e7433ec812__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4B30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d6b1db4285e75a5294c6de830762ef47__void_Actor_unsignedint_{ 0x051E2320 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d6b7d480f08985d7ee3bf3fb03c345be__void_BSPlatform__BNetResult_unsigned__int64_{ 0x05408D50 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d6bd5d478c04329fe4e5b7137692c84a__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetLegalDocument_BSTHeapSTLAllocator_BSPlatform__BNetLegalDocument_2___{ 0x05242E90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d79ba8b68f8bfb45c6116d46101351b5__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532EE10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d95754b001c0346fcb32406fa2529480__void_Actor_unsignedint_{ 0x051E1CF0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_da4e66b37aa105058834c2c511a5082a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F46B0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_da5b3aa28c78420e8917d210cf7db403__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532EC50 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_dd30620ba1022706aa733e4259f89e69__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EE110 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e143d2028d7c6e7727d9fcbf5f405ea7__void_TESObjectCELL_{ 0x051F6340 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e314fa56d63d042e53d81b69929b40ff__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x0540BD90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e378063695a321b4b2acf80caf341be2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4D70 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e503aa7f15d4f88322c521738e9706a4__void_{ 0x0527B420 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e7631ce55b316914c1d2ae323e980e52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5040 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f341899e72b3f390184c8afaa45b8f40__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4620 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f62ad8f2020d229c56fb36f626d1e603__void_{ 0x0527BDC0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f65d030aafad32c4af72d47dea60cb6a__BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05186BD0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f67bd8b1575a9567e8027e8330c2f249__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F3D50 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f859861f5c36dce485d0d6709c81dc49__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F42F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f8994df1e8cbcd7696e7a20a6f1ea094__void_{ 0x0527B960 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f8c535b0014544bb8393cece85acfa2a__void_charconst_{ 0x051E63B0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fa004aa12b59941545af99ec12cc7d0e__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x05408BB0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fb8c6beb0e5aad17d74f55e9e0f525b2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F48F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fc80caba2d13a4a8de1b555915600790__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x05408B10 }; - inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fe17593311fc5854adb218aa3b5d2156__void_{ 0x0527BE30 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_bool___CombatActorRefPtrconst_CombatPathconst_float__bool_CombatActorRefPtrconst_CombatPathconst_float_{ 0x0521BF60 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_bool___TESObjectREFR___int64__bool_TESObjectREFR___int64_{ 0x051801F0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_bool___charconst_int_charconst__bool_charconst_int_charconst_{ 0x052BA2A0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_float___ActorValueOwnerconst_ActorValueInfoconst__float_ActorValueOwnerconst_ActorValueInfoconst_{ 0x051ED270 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_float___CombatFormulas__WeaponDamageconst__float_CombatFormulas__WeaponDamageconst_{ 0x0521D7C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_float___NiPoint3const_float__float_NiPoint3const_float_{ 0x052B9F90 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____NiPoint3const_float_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ 0x053ACA60 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____bool_bool_NiPoint3const_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const__float_bool_bool_NiPoint3const_float_{ 0x053AC970 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_float_TES____NiPoint3const_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ 0x052BB250 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_void_MoviePlayer____void__MoviePlayer__void_{ 0x053A02C0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TES____bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_std___Ph_5_const__void_bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float_{ 0x052B9FE0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TaskQueueInterface____float_NiPoint3const_float__TaskQueueInterface_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__void_float_NiPoint3const_float_{ 0x052BA120 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std__greater_float__bool_float_float_{ 0x05255980 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_std__less_float__bool_float_float_{ 0x052557A0 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_void___TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy___void_TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ 0x0535DB80 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_void___cpr__CurlHolder__void_cpr__CurlHolder_{ 0x05134F20 }; - inline constexpr REL::Offset std___Func_impl_no_alloc_void___void__void_{ 0x05297AF0 }; - inline constexpr REL::Offset std___Func_impl_std___Binder_std___Unforced__lambda_3c93bc5d7b3f96fd053f30f2cec7bd09__std___Ph_1_const_TESObjectREFRconst__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053357A0 }; - inline constexpr REL::Offset std___Iosb_int_{ 0x05155E00 }; - inline constexpr REL::Offset std___Node_assert{ 0x05154A38 }; - inline constexpr REL::Offset std___Node_back{ 0x051548B0 }; - inline constexpr REL::Offset std___Node_base{ 0x0512B2C8 }; - inline constexpr REL::Offset std___Node_capture{ 0x0512B2A0 }; - inline constexpr REL::Offset std___Node_class_char_std__regex_traits_char__{ 0x051549F0 }; - inline constexpr REL::Offset std___Node_end_group{ 0x05127AD0 }; - inline constexpr REL::Offset std___Node_end_rep{ 0x051549C8 }; - inline constexpr REL::Offset std___Node_endif{ 0x051548D8 }; - inline constexpr REL::Offset std___Node_if{ 0x05154860 }; - inline constexpr REL::Offset std___Node_rep{ 0x05154888 }; - inline constexpr REL::Offset std___Node_str_char_{ 0x051549A0 }; - inline constexpr REL::Offset std___Ref_count_BSTArray_BSTSmartPointer_BGSLocation_TESFormExternalPolicy__BSTArrayHeapAllocator__{ 0x051D0A40 }; - inline constexpr REL::Offset std___Ref_count_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ 0x053A2B50 }; - inline constexpr REL::Offset std___Ref_count_HavokParticleDef__BaseShape_{ 0x0537EDD0 }; - inline constexpr REL::Offset std___Ref_count_Particles__BaseCustomParameter_{ 0x053A2C30 }; - inline constexpr REL::Offset std___Ref_count_Particles__Intrinsics__SharedAsset_{ 0x053A2BE0 }; - inline constexpr REL::Offset std___Ref_count_Particles__ListFloatCurve_{ 0x053A2C80 }; - inline constexpr REL::Offset std___Ref_count_Particles__ResourceDependency_{ 0x053A2CD0 }; - inline constexpr REL::Offset std___Ref_count_base{ 0x05153D68 }; - inline constexpr REL::Offset std___Ref_count_obj2_ActorValueSnapshot_{ 0x05153E20 }; - inline constexpr REL::Offset std___Ref_count_obj2_Particles__SystemDefinition_{ 0x053A15D0 }; - inline constexpr REL::Offset std___Ref_count_obj2_TimeMultiplierProvider_{ 0x051C0D90 }; - inline constexpr REL::Offset std___Ref_count_obj2_cpr__Session_{ 0x0535EB58 }; - inline constexpr REL::Offset std___Ref_count_obj2_nlohmann__detail__input_buffer_adapter_{ 0x05299B60 }; - inline constexpr REL::Offset std___Ref_count_obj2_nlohmann__detail__input_stream_adapter_{ 0x052AC550 }; - inline constexpr REL::Offset std___Ref_count_obj2_nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char____{ 0x05154B10 }; - inline constexpr REL::Offset std___Ref_count_obj2_std__atomic_float__{ 0x051B8070 }; - inline constexpr REL::Offset std___Ref_count_obj2_std__basic_string_char_std__char_traits_char__std__allocator_char__const_{ 0x05154FB0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_ActorValueSnapshot_BSTHeapSTLAllocator_ActorValueSnapshot_2__{ 0x0518B880 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSAudio_Internal__WwiseEventMetadata_BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2__{ 0x05205720 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSDistantObjectBlock_BSTHeapSTLAllocator_BGSDistantObjectBlock_2__{ 0x05201950 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSDynamicLODBlock_BSTHeapSTLAllocator_BGSDynamicLODBlock_2__{ 0x05201BC0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSFadeManager__Group_BSTHeapSTLAllocator_BGSFadeManager__Group_2__{ 0x051575B0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSLODNode_BSTHeapSTLAllocator_BGSLODNode_2__{ 0x051FF8F0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSLoadedSceneLODBlock_BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2__{ 0x05201810 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSPlanetContentManager__BlockContent_BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2__{ 0x052BECD0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2__{ 0x052AB460 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSChargenAPI__CustomizationData_BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2__{ 0x052A5F20 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSFloatCurve_BSTHeapSTLAllocator_BSFloatCurve_2__{ 0x05202300 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSGFxObject_BSTHeapSTLAllocator_BSGFxObject_2__{ 0x0539E480 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSLog_BSTHeapSTLAllocator_BSLog_2__{ 0x052BE3C0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSMenu3D__Scene_BSTHeapSTLAllocator_BSMenu3D__Scene_2__{ 0x0515A220 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__{ 0x0515FFB0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSSpinLock_BSTHeapSTLAllocator_BSSpinLock_2__{ 0x0534F7E0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2__{ 0x053AE780 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2__{ 0x052BE090 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2__{ 0x052BE420 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_LOD__Details__LODWorldSpaceData_BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2__{ 0x051FFA00 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_MissionData_BSTHeapSTLAllocator_MissionData_2__{ 0x051E9F80 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedAssociatedUID_BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2__{ 0x053AEF00 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorAlphaCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2__{ 0x053AEBA0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2__{ 0x053ADAF0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2__{ 0x053AEA70 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCustomParameter_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2__{ 0x053AE5F0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2__{ 0x053AE0F0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedHeightmapData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2__{ 0x053AD590 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedLODCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2__{ 0x053ADF80 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedMesh_BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2__{ 0x053AD7F0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedNoiseGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2__{ 0x053ADDF0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedParticleSystemSpawnParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2__{ 0x053AE2B0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRGBColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2__{ 0x053ADC60 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRandomVariableDistributionValues_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2__{ 0x053AED30 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRuntimeInfo_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2__{ 0x053AC660 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedSkeletonData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2__{ 0x053AD960 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedUpdateForcesParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2__{ 0x053AD3E0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__ListFloatCurve_BSTHeapSTLAllocator_Particles__ListFloatCurve_2__{ 0x053AD290 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__ListParticleCollisionInfo_BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2__{ 0x053AE480 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__MeshDependency_BSTHeapSTLAllocator_Particles__MeshDependency_2__{ 0x053AF090 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__ParticlePerformanceManager__ParticleRequest_BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2__{ 0x053AC080 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__PointInMeshDependency_BSTHeapSTLAllocator_Particles__PointInMeshDependency_2__{ 0x053AF1E0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_SaveLoad__BlockingIOWaiter_BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2__{ 0x051E95E0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__BuildingLevel_BSTHeapSTLAllocator_SnapData__BuildingLevel_2__{ 0x051C1350 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__Stairway_BSTHeapSTLAllocator_SnapData__Stairway_2__{ 0x051C1020 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__StartingFoundation_BSTHeapSTLAllocator_SnapData__StartingFoundation_2__{ 0x051C12C0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__Workshop_BSTHeapSTLAllocator_SnapData__Workshop_2__{ 0x051C10A0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_StarMap__ButtonHintBarWidget_BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2__{ 0x05293220 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_WorkshopHavokUtils__DropProxyData_BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2__{ 0x05208070 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__BulldozeOnlyWorkshopItem_BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2__{ 0x05358D60 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__DecoratedHabWorkshopItem_BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2__{ 0x05359010 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__InventoryItemWorkshopItem_BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2__{ 0x05358A50 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__PackinWorkshopItem_BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2__{ 0x053590B0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__SingleWorkshopItem_BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2__{ 0x05208350 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__WireWorkshopItem_BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2__{ 0x05359A10 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3___BiomePlacement_BSTHeapSTLAllocator___BiomePlacement_2__{ 0x052BE780 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3___BlockingPromoteReferencesWaiter_BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2__{ 0x05188EC0 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2__{ 0x05188040 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2__{ 0x051FFB50 }; - inline constexpr REL::Offset std___Ref_count_obj_alloc3_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2__{ 0x051C1E30 }; - inline constexpr REL::Offset std___Ref_count_resource_ActorValueSnapshotconst__lambda_3d6d882571e717a31b802345d8629cbb__{ 0x05153DA0 }; - inline constexpr REL::Offset std___Ref_count_resource_ActorValueSnapshotconst__lambda_ff24cf077dd97fea65adab249ee0291c__{ 0x0518B900 }; - inline constexpr REL::Offset std___Ref_count_resource_BGSTerrainBlock__HeightMapBezier_std__default_delete_BGSTerrainBlock__HeightMapBezier__{ 0x051C65D0 }; - inline constexpr REL::Offset std___Ref_count_resource_BSBind__Snapshot__lambda_23104a4f4bc9e99a333407e5532b9c2e__{ 0x053AE9F0 }; - inline constexpr REL::Offset std___Ref_count_resource_BSChargenAPI__RestorePoint_std__default_delete_BSChargenAPI__RestorePoint__{ 0x0527CB50 }; - inline constexpr REL::Offset std___Ref_count_resource_BSMenu3D__Scene_stl__detail__AlignedDelete_BSMenu3D__Scene__{ 0x05293850 }; - inline constexpr REL::Offset std___Ref_count_resource_BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator__void___BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator___{ 0x051C63F0 }; - inline constexpr REL::Offset std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable__void___BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable___{ 0x051C6480 }; - inline constexpr REL::Offset std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable___{ 0x051C6AB0 }; - inline constexpr REL::Offset std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable___{ 0x051BA4C0 }; - inline constexpr REL::Offset std___Ref_count_resource_HavokParticleDef__BaseShape_stl__detail__AlignedDelete_HavokParticleDef__BaseShape__{ 0x053A0530 }; - inline constexpr REL::Offset std___Ref_count_resource_StorageTable__Particle__ParticleDataBufferPooled_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled___ReleaseToPool_{ 0x053AC8A0 }; - inline constexpr REL::Offset std___Ref_count_resource_Workshop__PowerLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__PowerLinkWorkshopItem__{ 0x05358E00 }; - inline constexpr REL::Offset std___Ref_count_resource_Workshop__TransferLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__TransferLinkWorkshopItem__{ 0x05358F20 }; - inline constexpr REL::Offset std___Root_node{ 0x05129FE8 }; - inline constexpr REL::Offset std__bad_alloc{ 0x0508C798 }; - inline constexpr REL::Offset std__bad_array_new_length{ 0x0508C7E8 }; - inline constexpr REL::Offset std__bad_cast{ 0x0508CA80 }; - inline constexpr REL::Offset std__bad_optional_access{ 0x05091A10 }; - inline constexpr REL::Offset std__bad_variant_access{ 0x0508D118 }; - inline constexpr REL::Offset std__bad_weak_ptr{ 0x05089AD8 }; - inline constexpr REL::Offset std__basic_filebuf_char_std__char_traits_char__{ 0x0515FA60 }; - inline constexpr REL::Offset std__basic_ifstream_char_std__char_traits_char__{ 0x0515FAB0 }; - inline constexpr REL::Offset std__basic_ios_char_std__char_traits_char__{ 0x05155E28 }; - inline constexpr REL::Offset std__basic_iostream_char_std__char_traits_char__{ 0x05155F20 }; - inline constexpr REL::Offset std__basic_istream_char_std__char_traits_char__{ 0x05155D90 }; - inline constexpr REL::Offset std__basic_istringstream_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ 0x05371860 }; - inline constexpr REL::Offset std__basic_istringstream_char_std__char_traits_char__std__allocator_char__{ 0x053AF350 }; - inline constexpr REL::Offset std__basic_ofstream_char_std__char_traits_char__{ 0x053BC820 }; - inline constexpr REL::Offset std__basic_ostream_char_std__char_traits_char__{ 0x05155ED0 }; - inline constexpr REL::Offset std__basic_ostringstream_char_std__char_traits_char__std__allocator_char__{ 0x052A50C0 }; - inline constexpr REL::Offset std__basic_streambuf_char_std__char_traits_char__{ 0x05155F70 }; - inline constexpr REL::Offset std__basic_stringbuf_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ 0x05371970 }; - inline constexpr REL::Offset std__basic_stringbuf_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ 0x05180970 }; - inline constexpr REL::Offset std__basic_stringbuf_char_std__char_traits_char__std__allocator_char__{ 0x05155FC0 }; - inline constexpr REL::Offset std__basic_stringstream_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ 0x051818D0 }; - inline constexpr REL::Offset std__basic_stringstream_char_std__char_traits_char__std__allocator_char__{ 0x05155E70 }; - inline constexpr REL::Offset std__codecvt_base{ 0x0514EF18 }; - inline constexpr REL::Offset std__codecvt_utf8_utf16_wchar_t_1114111_0_{ 0x0514EF78 }; - inline constexpr REL::Offset std__codecvt_wchar_t_char__Mbstatet_{ 0x0514EF40 }; - inline constexpr REL::Offset std__collate_char_{ 0x05154A60 }; - inline constexpr REL::Offset std__default_delete_BGSTerrainBlock__HeightMapBezier_{ 0x0508F250 }; - inline constexpr REL::Offset std__default_delete_BSChargenAPI__RestorePoint_{ 0x05091600 }; - inline constexpr REL::Offset std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable__{ 0x0508F2A0 }; - inline constexpr REL::Offset std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable__{ 0x0508F020 }; - inline constexpr REL::Offset std__enable_shared_from_this_BGSBaseLODBlock_{ 0x0515F6C0 }; - inline constexpr REL::Offset std__exception{ 0x0508C7C0 }; - inline constexpr REL::Offset std__greater_float_{ 0x05090DA0 }; - inline constexpr REL::Offset std__invalid_argument{ 0x05091918 }; - inline constexpr REL::Offset std__ios_base{ 0x05155DD8 }; - inline constexpr REL::Offset std__less_float_{ 0x05090DC8 }; - inline constexpr REL::Offset std__locale__facet{ 0x05154AE0 }; - inline constexpr REL::Offset std__logic_error{ 0x0508C840 }; - inline constexpr REL::Offset std__out_of_range{ 0x0508C818 }; - inline constexpr REL::Offset std__overflow_error{ 0x050897F0 }; - inline constexpr REL::Offset std__range_error{ 0x050899C8 }; - inline constexpr REL::Offset std__runtime_error{ 0x050917D8 }; - inline constexpr REL::Offset std__underflow_error{ 0x05089820 }; - inline constexpr REL::Offset std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2__{ 0x0508DBD0 }; - inline constexpr REL::Offset std__wstring_convert_std__codecvt_utf8_utf16_wchar_t_1114111_0__wchar_t_std__allocator_wchar_t__std__allocator_char__{ 0x0514EFC0 }; - inline constexpr REL::Offset stl____DefaultThreadPool{ 0x05407CF0 }; - inline constexpr REL::Offset stl__detail__AlignedDelete_BSMenu3D__Scene_{ 0x05091700 }; - inline constexpr REL::Offset stl__detail__AlignedDelete_HavokParticleDef__BaseShape_{ 0x05095BF0 }; - inline constexpr REL::Offset stl__detail__AlignedDelete_Workshop__PowerLinkWorkshopItem_{ 0x050956C0 }; - inline constexpr REL::Offset stl__detail__AlignedDelete_Workshop__TransferLinkWorkshopItem_{ 0x05095720 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_Actor_AssignmentInfo_{ 0x052512A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSLocation_{ 0x051EA1D0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSPlanetContentManagerNodeBase_{ 0x051A2960 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ 0x0519DE90 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSTerrain__BtdDataBlockHandle_{ 0x051C6DC0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSTerrain__File_BGSTerrain__ROIQueryconst_{ 0x051C6740 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSBind__INode_{ 0x05187260 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256DD0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x0522F040 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ 0x05178F60 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSFixedStringconst_{ 0x05162A50 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag__BSMaterial__LevelOfDetail_BSMaterial__LODMaterialID_{ 0x05380E50 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05228DE0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517E5C0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSResource__ID_{ 0x051862A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x051620F0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05161FE0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051919D0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515D4D0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051563A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ 0x051C28A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_bool_bool_{ 0x052A7430 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D1570 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_TESForm_{ 0x05154610 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_TESObjectCELL_{ 0x051925F0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ 0x051D2BD0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_bool_{ 0x0518A230 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0514F740 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSNavMeshGenTaskResult_{ 0x0515AAD0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSVisit__BSVisitControl_NiAVObject_{ 0x05154710 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSVisit__BSVisitControl_NiNode_{ 0x05157C90 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_{ 0x051D6440 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_BSCore__NumericID_BGSFormChangesconst_{ 0x0522F0D0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051CE1E0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x05389460 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_{ 0x0517BC40 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BGSTerrain__ROIQueryconst_{ 0x0519E0E0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSLODMaterialInstances_{ 0x05396820 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSResource2__DBHandleBaseconst_{ 0x053878A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051652A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053F5700 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05186310 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x051676B0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ 0x0516B7E0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator_const_bool_{ 0x051863F0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C16A0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C1390 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D2C50 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ 0x0517BB80 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_NiAVObject_{ 0x05406490 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_NiPointer_TESObjectREFR_const_NiPointer_NiAVObject_const_{ 0x05190D20 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ 0x053FF4E0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__MeshInstancePatch__Storage__{ 0x05404320 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E6760 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__TerrainTile__Storage__{ 0x053E2800 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__WeakKey_{ 0x053DE0F0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_TESModel__LayeredMaterialPermutationconst_{ 0x051A2000 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053C8980 }; - inline constexpr REL::Offset - stl__local_function_detail__ILocalFunction_void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x05130390 - }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x051338C0 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_unsignedint_{ 0x0517E920 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_unsignedint_BGSFormChanges_{ 0x052A9D70 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_void_{ 0x053BC070 }; - inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_void_unsignedint_{ 0x0514F7C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_000c2bc91e692d584ac1baa555b3bf4c__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053F5940 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_002cdac9824482e53599b50cb63810df__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x051621E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_00607e6a2f9113f3a94c8a7d10a586a9__void_unsignedint_{ 0x051AD580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0064a2bb7ba8da7e3d6d3acbe3cd7b7a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05298CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_006bc4f27e9855fea530460c46b8e9c3__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ 0x0517B130 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_00dbd76298ea8207e1d5f7478862ce30__void_{ 0x053825B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_00f5d3243d0f4b1dc17e1fcf13cb2513__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9FB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_010723918dc90d50aee5dab85e533842__BSVisit__BSVisitControl_NiAVObject_{ 0x05228630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_010fe96a4f1239884ed845cee3bbc0f4__BSVisit__BSVisitControl_NiAVObject_{ 0x051820A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_015e69c9ed3af12170993fa8ae797e0f__BSVisit__BSVisitControl_NiAVObject_{ 0x052CC5D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_018405301feba137d8649bed7ceab5bf__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E0D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_01dd70cb58f43a44ef1c678c91f43b28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_01eef3ac657707e87817586b9695f0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_01f44f48bc948457011240bb9ba8f398__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D4F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_022772e24078711ca5eefbd36c5c2e7b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02437a4d76640cd651168ea3a4553b1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053C6830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_026794b3566939078e11bd9ff33bdcb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05352FA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_029f3c764ba51772945246963846dc84__BSVisit__BSVisitControl_NiAVObject_{ 0x05381500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02b061c97771180289dfab8eb3069918__BSContainer__ForEachResult_TESForm_{ 0x051ED3F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02c98e6932b5711bd897d3fafb2aaecb__BSVisit__BSVisitControl_NiAVObject_{ 0x051885B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02cd77bf93bf46d00ec597c161aeed67__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02d036ef1bc6670372365875e3df3ffc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529ECA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02f2e3ffdd328e3f270465a8f7673587__void_void_{ 0x053BC7A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_031216179adb8b381d7e0122751786aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523AB10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03646e0cd05612a4914c46f1b655c648__void_void_unsignedint_{ 0x0514F9B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03ad6f00e153dac56b019ad5cd8deb5b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA3D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03d02d46c8e857eb84d407a8cfb68384__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528ECD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03d03833a75821a127d985eb57ecd33e__BSContainer__ForEachResult_TESForm_{ 0x052CB2F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03f925ff02dac8165feadaa32d10cc6d__BSVisit__BSVisitControl_NiAVObject_{ 0x051D88E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_041c7bca7c8c13ddc0fac3c8bf0c23b1__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x053872F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_042954e4d3244f3845ef0f780bc0f44a__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_043fcfecd2290b14d25ee05a76c55da7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC000 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_04580771b11b3436731d66ee11597cd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A44D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_047c22c69575479c58a69ea50875c91b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324E70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_047f75f8799ffe731c46546a70e95a9f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_04b8e11adff9605bfd2783ce32f33b16__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05229AF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_04c66e9f85368f7cc86c0530ef3e9170__BSVisit__BSVisitControl_NiAVObject_{ 0x053782E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0537969ced82f98d50ebcaf125d0ba18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D840 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_055d9a010897b928b3941846d855a050__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C7F30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_05704554ca2796abcdc2bf952be538cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0534FD30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_058daf063eda367ccc6b82ae10bb112e__void_unsignedint_{ 0x051A8CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_05dc519a55eddec303405115bfb97a07__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F1A30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0610e93dd0f527cbd3a064cee3c114fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05172260 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_062b3b4cd4eb3c2c45c6f15eb6567bc4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05353260 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_06613126aa3823eef0124efe8e5b8448__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEF40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_066504b293d732a08f84f7db533485b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_067f2ecc50a135a4545cca41b5c874b8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279A30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_06e1d2dfe3fefab6d62e48a53f7ffa63__void_unsignedint_{ 0x051A90F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_071b2e20eb0f2269db0242fbaf6a4642__void_unsignedint_{ 0x0535D340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0751034346c861c925cced2770f1cd9f__BSContainer__ForEachResult_TESForm_{ 0x05345040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0765007debf24a394c735bba3bbeb43b__void_unsignedint_{ 0x051C3F20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07898f97ccf90a316d4cb110bdf68762__void_unsignedint_{ 0x051A6660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07972f49d9025895a72c38ed513689c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB030 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07b64421c5318f216ec37ee88ce3b16c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052AC110 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07c6530db2ea945ee997f448d2adca09__void_unsignedint_{ 0x051AD800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_082e796f2aa7ec0d3c482f0cf68e116a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529AB80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0834f083454565d578997685f2c6beff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCFD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08357c026e2afbfaeeddfb2d083e294f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08a2111065cbfed2956ed17c67ea963c__void_unsignedint_{ 0x051AE380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08ac96a2870721446d1088e4333204a4__void_unsignedint_{ 0x0535D590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08bc6da7a918a4ba935952d4b7da534a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CA1D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08fe72f2ca93cfc0a51735eacaef2862__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051807C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_090ef0128e77fc22846908db082a367d__BSVisit__BSVisitControl_NiAVObject_{ 0x05188280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_093fefe995189c002ce4792887e8c4cd__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518C5D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_09433c1d89e939c0f9737eeeaeab0c06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_099b5f8f8ed421180d68ca3e51ba8f0f__BSVisit__BSVisitControl_NiAVObject_{ 0x05206040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_09c3667e23a2fca5a7638290de561b30__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_09eff6a449ded3e0b594208a9753a9c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF1F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a0cfa3b25305da52ae3bc94e335d81d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05353640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a5623952f776862926c09c28c70d2d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D160 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a764caff0fc17e0e2639177f2709953__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a955fe5911f999c383e807e8c1c7d18__BSContainer__ForEachResult_BSBind__INode_{ 0x05396440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0ad079b62572f880d00a543d99b26fbf__void_unsignedint_{ 0x0522FC30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0ae8d4e46768b4230788ea7d67b7ac9c__void_unsignedint_{ 0x051A5960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b1940f2fd29259db640e0d72fbb8ea8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527EAD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b2f1a273652ad44d342ea09487d7e6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05177A10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b56eba4c715d5e66ace9e9086e1767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB0E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b6b7e0a81e3625f62a70a90a0fe55f6__BSVisit__BSVisitControl_NiAVObject_{ 0x051B8210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b74369e83676b45d2e59a47ba409483__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522B610 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b8599b55322c8342afdcadf9cfe5c70__BSVisit__BSVisitControl_NiAVObject_{ 0x05197970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0bd12ba1f6f0f2a7ccf649063616670b__void_unsignedint_{ 0x051AD280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0c0b70c8e979c7504d6e93348a44da9d__BSContainer__ForEachResult_TESForm_{ 0x05205190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0c20b3a1a641dd3a5abafeb241b9c6d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052556F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0c9eedd02d6a8f0c056464845e986895__BSVisit__BSVisitControl_NiAVObject_{ 0x052A6F60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0cb2f668e71fe299b48b8ab4b5831137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0d2388d9230ec37dd78006b1bef6823d__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C0BB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0d40ffa2c1c5b2b5c56db04fec1757f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052876F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0d7910dc8d914eaa0a056bafa5514fd6__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E67C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e171742fd06e0c91c4a5023a6b2918f__BSVisit__BSVisitControl_NiAVObject_{ 0x05381280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e2dae045754b90f08a6f32e28ef418d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C6F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e66d86769b8a46de5486772fed51ead__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e91f6af0a1693d716c757c6a3b9ae0f__BSContainer__ForEachResult_TESForm_{ 0x0533ED80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0edbf88380192ddccaf057a3959e0994__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0f758009375662801b403c5b1687127f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9770 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0f9d29adaf95ca39d77ca9442e83a788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268C80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0fc78b1c468af56b6f90b60e86e9ec65__bool_{ 0x053EF320 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_100c770224e08e2d5c708bb24ec15e28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529C450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_101bdfd4c2d9a894d2a4e56b5538c58a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD3F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_10609465ea43953e8d7c34f067739cc5__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ 0x051D2770 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1131245b9cc9b36de2049fbd8500f535__void_unsignedint_{ 0x051A7090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1155f1a015bd3f6ee57f21817c1624e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE5A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_117b7fd3332703a9fb9a064062472cb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11b455df9639aa4bec5731189ca75ee9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE2E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11d7fb91a3aed9f8e7f56122a19bb81a__BSVisit__BSVisitControl_NiAVObject_{ 0x051FF4A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11f0b03d272265d96417b8d634d52571__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A00B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11fa97bb3f2003a46479b34e4f37a9cd__bool_{ 0x05382690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1248516fceba4d499e64b8f8c0ad3a3d__BSVisit__BSVisitControl_NiAVObject_{ 0x051CC9D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1249143064a065daafd70e3cc13f7183__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_12d6ce443db3f715a2b0262946a088c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_12ee6cac7927d77c1f731cbe0cc06d7c__BSVisit__BSVisitControl_NiAVObject_{ 0x05295200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1346fabb2494390b44431fff42206213__void_void_{ 0x053BC6A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_135c3638d7d70965d3c3d452c224d6a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05206DB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_13614c5fd78e9c6188422e43aa5b63d5__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB820 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_13f45de65082574534fb8fb72df4f3c0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052717F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_13f617a5db169c8feabd66a09a4de45a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051BA770 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_14914e428d128cbbd29a90d2ce28b753__BSVisit__BSVisitControl_NiAVObject_{ 0x051C3B00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_149ca2a5b65cb73c8a8532a6abc1ee2f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233A50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_14c8eb593e8a3b57b4ba3710c1112fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05173970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_151ad813b724e4c34147bb3882533437__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354990 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_155702b0ced0bedfa8e719364015094c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBB30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_165cb867d7f37e4c11d2e86ef3a90c15__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0516F1E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16aaef2c7ba6eb44b9b0222554ff265e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051CF960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16b0361a3c589dfe7276dd35877ed359__void_unsignedint_{ 0x051ACC00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16ba65de0491a4be033db74d05ff70ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16e068e9316879858145b5b68339da87__BSVisit__BSVisitControl_NiAVObject_{ 0x051C3CE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_17450fef0adf983d9ed378d0f32fb678__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DDA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_178ae502a371f3a1acbcf21280114cdd__void_unsignedint_{ 0x053E2170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_17f2b89a687dc070af57bb20de860045__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EE4D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_18170bee4a68a3eda40753b529934498__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E4A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_183254d954813773364c1fd4b7b1e034__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05356DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1840daea7826b8e9c8f5e2e047f43bb2__void_BSLODMaterialInstances_{ 0x05397150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_186b8f532ff79c07732a1aaf171856f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF6E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_18a95ad928865ef6a37b489dfaa3d728__BSVisit__BSVisitControl_NiAVObject_{ 0x052ECBD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_18b1a0fb251a85e07a6471c948300df7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052065C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_190b9dd2d653ba7f3b6861e9fa86f419__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF0A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_192ae3af0815cb6b9fc6733328e528a2__BSVisit__BSVisitControl_NiAVObject_{ 0x05186490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1988b948714dd6264a8e93a4e5579e9b__BSContainer__ForEachResult_TESForm_{ 0x051CBA40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19b6ff296cfc5e97f4a9323149ec4b4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289EC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19c5cca14be9b106b071c93302b223ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05263A50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19cec2ed0a3c58522217ba7815488a43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DA50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19fb53ef1dd321303c142d05da7b126c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CB890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1a44e05dc7f727f3b5b251957f041f4f__BSVisit__BSVisitControl_NiAVObject_{ 0x051881E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1a5645d192d0cf8e6cbd4e0609bee1cb__BSVisit__BSVisitControl_NiAVObject_{ 0x0535DAE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ad4dd0aefb1c1c866ec34d7465dcc5d__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x051833C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ae00cf4151c47d1f166248e0aad65a0__void_unsignedint_{ 0x052EC810 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1af04716285ad203e489e40022e2a902__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526B190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1c443cc03af1dd24fba089abcac479f5__void_unsignedint_{ 0x051D4000 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1c4a12d53e54923a826e404e877d1b7d__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECCC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1c6161d923108da4b98674c2a192f70c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324C60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1cc4d862ceb22f842be1224c4d92dbd0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C7A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1cd0394648f62e65d6a0efd983d11450__void_void_{ 0x053BC560 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1cdba3806037bc27d0ca6ee727d8a439__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523CE50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d37a49867caba0100448de9cf4e3dcd__void_unsignedint_{ 0x053B41B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d5c9376fd7858a46117e703a500558e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052715E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d78be3d0f56cc7a0caeabc4e7bd5cdc__void_unsignedint_{ 0x051AB830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d9cd4de79b783b430a3242445fa5138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E8B20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ddba45a7dd244f19e24f2ef9eab7d85__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ 0x05382930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1e1ddd82655726a6167667f223bfa424__BSContainer__ForEachResult_bool_{ 0x0518A110 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1e727d82a7992370e02aef21393cdb0c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA1C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ed5be4c65b9b9189f885d0955d553c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052790E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ee92f7463c660fb40f9c6b806fb3d50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f1a698004bf633cf0dbe5c2e35ebbad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f21f4d4c24ed2953b6cdb383977124d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523C710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f56e9e7de8651f3488236e5ec86a5bf__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x0522E650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f8a79139c10d6d272f66ada9046db0c__void_unsignedint_{ 0x051D3F80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f9303980d2cceeb15fc92b58bab100f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523ECB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f9fe05aa4558d87f699f2344d191f4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E7570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1faef3b747aae0ba020527a2fcbf680f__BSVisit__BSVisitControl_NiAVObject_{ 0x0518A880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ff619942437b1d76282994c096b5d30__void_unsignedint_{ 0x051AE690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ff8459b4dd4aa0990ff23c7f7a186db__BSVisit__BSVisitControl_NiAVObject_{ 0x05377330 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2004c8552af58531fdd9fbc7b10fb68c__BSVisit__BSVisitControl_NiAVObject_{ 0x05377970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_202e4bf630e16bee1c31aa5ada8e479a__void_unsignedint_{ 0x051A4410 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_203665771ea3fb8dd90b33e0fd8bccbe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05261090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_208d0bf6a8cd15c395c855dfec927a3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9F00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_20affaef86b45542fa08e4699eafe14a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0525D910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_20bfc211f53ea3a57c960a878e38146f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_20f52f7dd783011989b5959f68dda639__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D940 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2137db1857b290e53570e3d3b77377d7__void_unsignedint_{ 0x051AD970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_21489826080a198812dab652607bde1a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DF00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2148a6d35cff876795dafb3ea8bfb2d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_218bd65a095de445c1c14eeac6e7025e__BSVisit__BSVisitControl_NiAVObject_{ 0x05376CD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_21c0cbe708553e8652212c7fdd6915d4__BSVisit__BSVisitControl_NiAVObject_{ 0x051FF540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22073efea8b9dd2deae3fb34775910dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22236fa83922f99ea029ec8cb0d70536__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05329F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2228f637bdbd64459301003788740bb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2268b4ef5509db6338acdb3368b9824e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22a12d245c2e4d87a347f8b062af4a19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293E50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22a2ed9f238736cff8166922ed9cec3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05328930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22a6acf034460c767ab2adeb306804bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C7C10 }; - inline constexpr REL::Offset - stl__local_function_detail__LocalFunctionImpl__lambda_22bebef2c8172a40306e44246e56a2ba__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x05185D00 - }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22ce4c7260c3d45c2f57f7d7c3b12c82__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_231bec4da84e23c83bbc7d5942057771__void_unsignedint_{ 0x051ACF00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23666ae35e860f0f5283c15b09d63432__BSVisit__BSVisitControl_NiAVObject_{ 0x05207ED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2397fc34ddc536cddff03197c0770d8b__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9850 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23b82f147fe7c804da40442fc816012c__BSVisit__BSVisitControl_NiAVObject_{ 0x0534ECC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23d4f7ce9f3924142f98940bd9105579__void_unsignedint_{ 0x051A87B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23f2406c2df0ed3fc4d7a1b9f15bd1c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05323F80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2429ca6b8e8d4e7ffb86ca4c863958b9__void_BSLODMaterialInstances_{ 0x05396CC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2470bd52f37a1bc90d2267ca1cf712b1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E8BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_247ca897834a2fa5bed173fb99013b9d__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x0522E6F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24b341e7d5b3458a13baafe9d958a975__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053548E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24b3b63f4c0928bfe784f3ce19d9a5f6__BSVisit__BSVisitControl_NiAVObject_{ 0x05179F40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24bef68d0894836350afffb77885dd62__BSContainer__ForEachResult_TESForm_{ 0x052A5020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24d5a60e582cd21ff99c3b0475270abc__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05250830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24f764b843ad20f133beeee03ceffd14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_255f16eb506857517c633c5775af0b04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279030 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_25b8ddc9146a6e9761941621c1c7b869__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_263d2f1bc46621f4cb52ccf60fefd3b7__BSContainer__ForEachResult_TESForm_{ 0x052C9EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_266adfe2c34fb17be36ac5ec6558b0f6__void_unsignedint_{ 0x051AB7B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_266ecedd5d03cf079fe997e5335d21af__BSVisit__BSVisitControl_NiAVObject_{ 0x05377510 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_26a0de5da0525dde02729a1ac775f795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523C490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_26f186e73cfe08ae09d2ac0c26471378__BSContainer__ForEachResult_TESForm_{ 0x051E9B00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2722a6d0ed2668a4b12793714339b2df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324240 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2764945e525802491dcea6a51dd1b3ee__BSVisit__BSVisitControl_NiAVObject_{ 0x051BB6F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_277ee284ccef0cc591ff0150921d2eeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233B00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_27808c012ebf5d0cf07c50a0b11886d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522D8A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_27c01463a5cdf3758b6e57d077c9139b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_287daa440af32aa7da3ce0e77f53d311__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D390 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_28874cab6ce17f99f13a382aa1aeb1f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_288c435576a648f67b3f2f89200013f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E0DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_28df8e061506f0fd67a7fd687783e6ba__BSVisit__BSVisitControl_NiAVObject_{ 0x05381640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_290128977a5c53e8a6188c5dd719e603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_290e27585ba66db994fa0cec9b4a7719__BSContainer__ForEachResult_TESForm_{ 0x05208A90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2951b0f35e17f306ca91dca2550b90bd__BSVisit__BSVisitControl_NiAVObject_{ 0x051FC610 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2967a656246ce720fc5d500253400486__void_unsignedint_{ 0x051AD780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29bf16aedf2507d90796155e035709a8__BSVisit__BSVisitControl_NiAVObject_{ 0x05156920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29c5366545e186642b249be47d8c546f__BSVisit__BSVisitControl_NiAVObject_{ 0x05376AE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29cff3ba13df551d4b9edb29d2850217__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e246bc6888bfd02ca6d5a346ee5e7b__void_unsignedint_{ 0x051A7110 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e27304b7e327c12510ab296640334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289AA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e522595dd6f73480c48a79aa48b3ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e693b24cc3738f8fe797823d259eba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053243A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29f87c81a707538cae8cc9652c67085f__BSVisit__BSVisitControl_NiAVObject_{ 0x05207FD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a709b444cd99054a16f9c13151bb643__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a85d390953d413f520cad271e60aa6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAF80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a87464231f1a524f931d418a287e0a0__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053BA1A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a898922ddee86cb16bd8d8801f94235__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x051832B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2ac5ebbe7fc78724b9efe82c0ee52d78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2ad2a39035be940c14d210b3b31aeaa1__void_unsignedint_{ 0x051ACC80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2ada3c6d94c514a3d3632502312b7904__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b14adc26ff9d7b9d991812ed1195d94__BSVisit__BSVisitControl_NiAVObject_{ 0x051978D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b2b8b43caceddcd42dba932e10fe29e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05353310 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b63cf6af91af966347407211606fbcd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05206E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b7bed351733438d80c161b318135ccc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516E3E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b8f91df58c898d7081d7baf81216ff1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AB880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2bbac5185ee95a42f9497a7ca17733f8__BSVisit__BSVisitControl_NiAVObject_{ 0x051B7EE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2bd6c6eee80d274e33203c367b9dd6c8__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x0522E790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2c0f046e2b3d90de69247ccf7836671f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05158DD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2c617ec838db594f7dd278859583f689__BSContainer__ForEachResult_BSBind__INode_{ 0x05395270 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2cadd81c6f488ea9c07f88a095cecbb4__BSVisit__BSVisitControl_NiAVObject_{ 0x05378380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2cc414147c61ada9ce765a0df4fbd0d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354410 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2d0a379b148b2a2dd21b05b2bf8c5046__void_void_unsignedint_{ 0x051515F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2d6f2b6d88da84ade7b9dcac9c814666__void_unsignedint_{ 0x051A59E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2dedcd48cded2e93f83575e9cedcc31b__BSVisit__BSVisitControl_NiAVObject_{ 0x05179D60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e2ad3092a314eb8566b78d9439ef20d__BSVisit__BSVisitControl_NiAVObject_{ 0x05383230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e5421e4db4ddb76b742f67f0e6471ef__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBC00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e565b1d7b48588d7a6b021cd4b558fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053604A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e89fdad2e0e84423ed3e0541c4bafed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324DC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e8e233c95a346aaf4175be8a9a4c83f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052679C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f2762d250e0414f7fd0ac26b143f445__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052BB310 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f63700f85078dda67d936c1df452fbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f94f7601904660f6f7df62c683c9bf1__void_unsignedint_{ 0x051A2C50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f96550ffc2a7381fd9f6f8ab938e58e__BSVisit__BSVisitControl_NiAVObject_{ 0x052B9C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2fdc5bff1dd122de3ed9ff67d5746553__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30008154a6803c8a1264cabdb6a5530f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E8C0 }; - inline constexpr REL::Offset - stl__local_function_detail__LocalFunctionImpl__lambda_30055cd6b8a60022c76677e0e75f55f1__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x05184E80 - }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_301dd171e1b86eab6e23b56e518b9106__bool_{ 0x053E00A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30bb91c96bee34d3516ec96984b62ab0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30d1d689d7137bcffff78b59a31aeaa1__void_unsignedint_{ 0x05400670 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3160f4a992f41591e584b82fe016865c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_31a97975cdb9928c1b8796a3bee5738d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053544C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32510f9ca40a34b6277db74dd527e8ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BEF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_325ef833409c5b087dabf08807412990__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE0D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32857d818fd8bddf8e6876b7165b8403__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2F40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_328cd9127061fa7b970f6ad6fa6d72b1__void_unsignedint_{ 0x051A4120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32c364a011a2f675354f3bb609582942__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32f6ce77dac47e00154e03a455b4a165__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053A0340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3309ba0b626daa4c7256a36484121f01__bool_{ 0x051D8E50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_332a9f3860d3507c2e7090513accb4f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05323CE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3387dd3acef07c3bd6f3ca1bb6020813__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE180 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_339adba3420dacee94873a93bb3608b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052336E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_33becc8690f25d21af46fdd22f4cd0c4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527CD40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_33cff8d5ecb17ab4b01a14869e5f2e81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516FBD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_33f132098695d2428d4c7c4910e8270c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_340085bbb217d74b65cf53ca896f332f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052870C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_341fa36844b8731aa4bfdb509fa08a59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517FC00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_344c22e9e68e5a6d9c7c1393fa9dfcc7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254BF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_34890a6f9b7422c9724976f2001f1274__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052ED820 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_34d27dcbc327dabd62152019007d7e0c__void_unsignedint_{ 0x051C8440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_350d9b36d892b600fcaaedc81ea35ab2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05266490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_353436a6cdbe5ca5690723d20e5f404e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_354804e2b50357d0ef742cd57fda4356__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DB00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_354ded599d812296e5bd2842a44a4e49__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E9F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3587b78c878e40c8384ac31755827f24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3599c1d874772e3fe95945bc2795f24c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517CAB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35a92b8e21fff2d5602c4f428b90355c__BSVisit__BSVisitControl_NiAVObject_{ 0x05179E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35b39c0d7cf4b2dea3f9c549f7c99f15__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276AA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35bb960af667f1c551bf64aee90525d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBF90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35bbb43db3b5ddb10063c3a868ed2c45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DE70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35f53d3d6f9cbc0055159859a6d988bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05329410 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_361ba3e18478c0d9b72c9667d1e8d171__void_unsignedint_{ 0x051A6B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_363fe3f9fd078f66a66931c49fc365dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05236880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_368431562561ba229d0e13647d97f562__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_36f1cce7630bdaf39a75cf3fe596ab78__void_unsignedint_{ 0x051ACF80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_37340995cd53dd78c8c26a195c22a36b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324F70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_374a5b70aab2d1d333fa5faa15660284__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05327970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_38327a9020664f12933116197e36a5bc__BSVisit__BSVisitControl_NiAVObject_{ 0x0518A920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_385856e2dd63eddfd3a625c983e72a58__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9F50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_388780a92d8867bb8a17de262938cd2e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B9790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3949929af1bfab11dc151083c669e118__BSVisit__BSVisitControl_NiAVObject_{ 0x051A1740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a268ab62c709233b14fc0a10215dde6__void_void_unsignedint_{ 0x0514F360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a2cac941c3317718d22c52d4c76c21e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a5c83e097d84232cb2c44bc5adeb010__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a6f8491c4208615335b79355c1fa378__void_unsignedint_{ 0x052EC890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a9b61953168aa37e2c8c7591954bbb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052689C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ad00883380fa2f35da7b21bf987d8e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE9C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3aef0018d9b76090f3bd9f91148879bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EEB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3af4180a1ff32adf7b219a8443fd593e__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E5040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3afbfb147ed438b69ef608f590ff04e2__BSContainer__ForEachResult_TESForm_{ 0x0522B6C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b02daa0b4ece1eeaebe4ab975b2e3c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05263D10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b07bd202d128596499deed6900a4918__BSVisit__BSVisitControl_NiAVObject_{ 0x052CF9D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b47aae09fd59cce066f6284e8f1a3c9__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053C64E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b4f03164f3eba1a6da208d51a54d448__BSVisit__BSVisitControl_NiAVObject_{ 0x05377A10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b9c6bf262450dbb7b90f19fce525ad6__BSVisit__BSVisitControl_NiAVObject_{ 0x051A16A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ba45b08200f84591e922e75557591b2__BSContainer__ForEachResult_TESForm_{ 0x051C62C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3bb64b0c29d5edb9de405b1325c11a8e__BSVisit__BSVisitControl_NiAVObject_{ 0x0516DA90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3c0398ca2b1db8580aeb47d96ecb437b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3c10a6fe6a5c201685ab036d02e628f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529AAD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3c23175a83ace722a9fc602d258b1eff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052557F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ce588f534bca3c836146ee4dd6754f7__BSContainer__ForEachResult_TESForm_{ 0x0525F340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3de19b7e972a3401e0668148117b9e6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3deaa3544bab073a3aa4a4e9dcccfd0d__BSVisit__BSVisitControl_NiAVObject_{ 0x05197AB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3e76e3ffb82002a9d001dbf3cdae4d1e__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E0B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ee01fdd324213e1056b821c7c91e317__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AEE80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3f433e1b426c45029b1869d2ace672d9__BSVisit__BSVisitControl_NiAVObject_{ 0x05194B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3f7e056f2629a7cc4060825ddfdcd5e9__BSContainer__ForEachResult_TESForm_{ 0x051E7D50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3fa10640e705a03e5d94a1b3b4a1b213__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3fbdb1913ab6f4a174232c9a8f740541__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AE540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4019dd6c0f4469889a4f7506850eb08a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_403d4e013d1b2df0d5189b9cfebec0d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40949155f78b10e6b4ba7d1bce7e55e5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F9FE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40e51dfd2eeb1b88c555bad6b205824b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C430 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40ff2305c7aed82e5be0552d1fe3282f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0525DA80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_417d6088f2018f0162e10e2ffee17cd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEC70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_418d3968934ecbe353e6ffd2cb736991__BSVisit__BSVisitControl_NiAVObject_{ 0x051CCAC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_418fd0779cfd9edeb8271e85ecb7edaa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518A060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_419f6576a2018c1950d488fd705294e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A0660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_41cb756def110f2913fac7781bfe3666__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C2D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_41dda2db83990167cd7f77ee7d21f0ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9E50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_41de479f8b86ef6d056b56f21b279edd__void_unsignedint_{ 0x053B4230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4212002429df8e385103bc23d9b8b2de__BSVisit__BSVisitControl_NiAVObject_{ 0x05377650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_424c358f927e6785f940cb28d82d25fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268E90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_429f07eb1d80a8f65ebb87b6cceb2200__void_unsignedint_{ 0x051A4490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42b195528125cd8f5e30eb1220899956__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053C8DB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42c1b9a4fb5bab3c5a6251683bae5589__void_unsignedint_{ 0x051D4080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42d670aed8bd0a3da8d0108bafe65b80__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053C8D00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42da410a5603719d9181f5d3938d4c3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A21E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42e7235c842638827ad863865ada2a4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4341d15394a8054f89d67497699ebb9e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522D9B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_436fdea43a37d849e4aa70130fc6d1b0__void_unsignedint_{ 0x051A6120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43928d23e80e33caaf6e4acc4d31b35c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051723C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43a9cdcf52ac9b6ae9e3a7cdbb331d95__void_unsignedint_{ 0x051A7770 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43b5fca47e30584e688e26175ac71fec__BSVisit__BSVisitControl_NiAVObject_{ 0x051B82B0 }; - inline constexpr REL::Offset - stl__local_function_detail__LocalFunctionImpl__lambda_43c06f4d34889d315bc228d3ccf8c524__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x05185310 - }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4411255224d91a40caf18e7ca020fd38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DD10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4414a7391b7c4c9abfed4b8fae493779__void_void_unsignedint_{ 0x052AE680 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_443fd089bf769cc79fdf638cbdca010e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05298EF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_445002c495761656604aceb4221e6728__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9A30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_448d7939eec6526ce03f9337618e9161__BSContainer__ForEachResult_BSBind__INode_{ 0x05395C80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4494bfc448380a6f69b7005a5bf6a8e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D0B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_44a17f9f738e22c0f916db006604495a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_44b8776ae42e6143188ad14eb2dc3b0d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D6E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_44bcde9360b251677001b30b691daf6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_454d586e908d9948bf4831ea4595a093__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF2B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4570e0deb482e3caa43810cf6d804c1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DC60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_45724130132da367c7c350aec6b8f130__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E4560 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_45f609ab8ec782c2b4f38305b6c6377a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C86D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_45fc71be2b1e143cc75aa8687f13f3ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8410 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4644d863dc2edaf2f4f128e90c19c887__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x051675A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4675712c8e04e587711af55f886f394b__void_unsignedint_{ 0x0535AA80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_468fe8c7701e0acf79a9ddd74acf00d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CAA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_469bb533396f64d55298c86dba6435d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE5F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_46cd967420399e6d2f0ba7db6c731ed5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEA60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_46d013db792cd792046d4dc54756fc95__BSVisit__BSVisitControl_NiAVObject_{ 0x052A3920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_471f9ef809dfd1ff9f138659bda1904d__BSVisit__BSVisitControl_NiAVObject_{ 0x0535DD70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4771822cdf5c01f0b1e564be5d5eceeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2130 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_47ae27ea2a2a06a1524a23737c85706b__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB3C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_47d3d02598fcc4242518b2d239bdd2ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CC040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_47f7ec820898c5456d3a1c6fc4062fe9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A8A50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4809aced208fae626f2b56cac6f5578b__BSVisit__BSVisitControl_NiAVObject_{ 0x052046E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_483202c89a4e972ea5ab4cb558c20f53__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D1070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4858c2a162eb496022f238ed9f960d92__void_unsignedint_{ 0x053793E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4863e5f3199d6274b27446dd01a50641__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CB50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4917c2e49f4e801de70972ed13545102__BSVisit__BSVisitControl_NiAVObject_{ 0x05203430 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4924f1e39c125abafd76bb3eb48a6239__BSVisit__BSVisitControl_NiAVObject_{ 0x05156BB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_49426b78bbb56e544ec7f145a675b2e0__void_unsignedint_{ 0x051A77F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4946f69e40d4caecea813da4443383c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053546D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_495e14e01b42846ef7fc02a32e034759__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052074F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_49a147490fa7e76c9215dfb8bfb0b641__void_unsignedint_{ 0x051A2F00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a1f3feaec27fb79d60ceba198618fae__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBD40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a2280ea8cce48eaf212d752e3f3f680__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D8F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a236a417e0ece0ca9b2ff33b3eb1a0e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7B60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a3ea5eb4632112bf6d4bf3a406f17ce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a40dade0f0387ce03dc569be1d3347b__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0535C080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a4c951f1b5506cd2c4d0e7655efcdcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05186930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a5dfd4825c5823487957122239a1546__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526D180 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a7068d0ba1db6e39a6a92ca59d171f9__BSVisit__BSVisitControl_NiAVObject_{ 0x05179B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4abb0410f03633a2fcb83d1a131b03a6__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F96C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ad1f30416f94f8ab903426d2c665e62__void_unsignedint_{ 0x05373540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b179056102e843092996138b033558b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0533A7F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b62e59a32517e93522206f7507128fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b636c8febb31de9e526fb34b3794a68__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BDAD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b888587b12bf20bf8a0d5565dd468fd__BSVisit__BSVisitControl_NiAVObject_{ 0x05154210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b9d22ff63f8b1fc9431c04cff6b1440__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529CAA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4be4505a4a457fef85304f9be8b05309__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05323060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4c396c6d425956f4973197f1b60b3ebf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FAF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4c4e962349d3c55f39070c7b174e9e10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051704B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4c803c07f2a784060fb035d09483140d__void_unsignedint_{ 0x051A6B00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ca0584d751caeb44a4e65398f463c74__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4cc32dda1676890f3254b1b4c95ba1a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE9B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ce972b04ad6ac4c72985bdf1a14575a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d28c123ee29bb4c77e78f7da2f21925__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05164CD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d6ce0a17897a366000c24fde3bcc02b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05266280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d7b756731e1e1031fbf14a125a069ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FDB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d827a92d25e4baf4a96a6ae30ebca3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C7FE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d8c7d09188f862a589ad744f803e06a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052554E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d9454442656b2bc738607c2a7f1da01__BSVisit__BSVisitControl_NiAVObject_{ 0x052CF890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4def043a30dde8a3bbc695f121f7a990__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9FF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4e9d9a229df129197d50595c1967b19f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D7760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4eb90c2f2c25613a351805829fb384a8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053DFC00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ef7e015c81bd1915b171a14a8157ee7__void_unsignedint_{ 0x051A3B10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4f27c31aa5e6bad07e6dfbcb259f7360__BSContainer__ForEachResult_TESForm_{ 0x05208BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4f6d9edc21209b6b8d441d2336ba219e__BSContainer__ForEachResult_BGSTerrain__BtdDataBlockHandle_{ 0x051C6FD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4fd6d185810fa0cced26131854ccf59b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255430 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4fee94ea8ed6bb270193701bc5241dc2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0010 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_502e54c763e5e3a73910a9ad57ac9be4__void_unsignedint_{ 0x051ACB80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5033dce423fb88115ab6f4e9906327e0__BSVisit__BSVisitControl_NiAVObject_{ 0x051C3A60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50741681339615667e275f4fdd763a2f__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8840 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5094f38efe401ae16e865c5e797057b5__BSVisit__BSVisitControl_NiAVObject_{ 0x052D03C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50c59d0e082f7cd125e10dbe42326a6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516FD30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50cac52b29c82b61084dac44e3377722__void_unsignedint_{ 0x051AD180 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50dba35194b3fb953e8391e3a637d73f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5171a95f00c99a875d371acf80ee9f50__void_unsignedint_{ 0x051A5490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5189bece7930ec10840b323e556bc36a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D8A20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_51ccbf77b61bdca2fc9241fb0aba751c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBC90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_51ec319ada36ce5ab5cbc5a2be019ba5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522AF70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52208d7e9a4401096f1908f6f7361747__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52839525204af590d6963ab11c29e0ac__BSVisit__BSVisitControl_NiAVObject_{ 0x051D87A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52974c0f7f18e11b45a0849c7d848dd0__void_void_unsignedint_{ 0x051D0200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52c61c7bee12ab8d7f158755c9e34ecb__void_void_unsignedint_{ 0x052A3F80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_532138d50e7b132fc0765378744ef1ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05290A00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_537de4857aaed42c27e491466782dcdc__void_unsignedint_{ 0x053E02B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5385b82de4240ad6b9556370ef5adc8d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE6A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_542087f3694793faec31ca11dbfefd0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05206FC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_54827f1601a8173315a158ab11c128f5__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7AC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_548c395133bd429dbf7b465db684c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE7A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_54b6a7a3d9f0d2ed5b66c4002d448e07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05247200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_550a70b1b862f4ffe40866a26f8db8cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529B930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_555eef8b44463cee9c6a900e892a4226__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC9A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5560204cd29c1ba9e4946e890dc4c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05187970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_55a778f092e0840e2ae391170000b774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB240 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_55cec9372ab6dd1526af9a534f631b96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A51A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5609f2e9f0d558a7787633f453c8b7aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A1D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5653da58642cd3e7c6c224a1ae415520__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0533A690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5663f935bc5266f571a910cb82bde29a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05360340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_567594f89d2a6b0ad429c5c174527ffe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528EC20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_56ad4b12226307fdb0732ac95ba43fe0__BSVisit__BSVisitControl_NiAVObject_{ 0x051A1A70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_56b71367d3b19adb1f04ea7da982437f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05250E70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_56f5040ae235c8fbcfb14dce55da215b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBDB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_578d09c971ee9491bcd33128776bba1b__void_unsignedint_{ 0x051ACE80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57a1a50b43e8f697537a732db6e22082__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEFE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57bcaee0406d4729ece0328db98f4475__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05224470 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57f6933df1b5e2f31d7056c206d724d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528EAC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57f921b186c906254b5cec1353c60ff3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274D00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_580085e726df19a0b8d1de7b8dd2057b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D2C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5820adf6a919fd40d71083d9b6380567__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAAB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5857b5a3e479c2555f5ce60a2c46aa87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FBA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_58cc84b8e7d1ab13ce9db5198b296525__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0538A2B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_58f6975022693b035b87d065e621a2a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_58ffb6e4cc4af3132206e7673bdaacfa__BSVisit__BSVisitControl_NiAVObject_{ 0x052EE040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_591083a33926fae1f4901c48599f51fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053240E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_594bb42652f96702cd36ed301e130282__BSVisit__BSVisitControl_NiAVObject_{ 0x05374E10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5950b01e90bffeeeb4bad8b787826ae8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_596e811631dbe7dcc8023c96cf2f9662__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CDB30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_59b74d8d1456d80db13c1512a8e2f763__BSVisit__BSVisitControl_NiAVObject_{ 0x0518A7B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_59c9fd43a932977887459054fd7da66f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_59fce78c032082cd6e2384e447240152__BSVisit__BSVisitControl_NiAVObject_{ 0x052A3740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a2583738f2405ec236c903c14dfd8a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEE80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a2a7beadbf682b7e54de0b44207cfed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D000 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a73a4bba0d3e1cd35a3d48305362fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBDF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a7d47e9f224629e04a222b44f03103f__void_void_unsignedint_{ 0x05152570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5ab6c0302fc2571b7ef68a63be1a11b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BD90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5ab9faed63dfd73d9cb8b077808a886b__void_unsignedint_{ 0x051D3810 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5b5dd6a39eeaa69fa77b7b738943c200__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052077B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5bcbd8446d58d05b296854119b9c1ebe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528AB40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5c1642ff95da8e566ab5e2e5c9870453__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E1E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5c73d1ab416f0db54ac1648bd61822d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051738C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5c90e3b04cc6d17e5fdd8660372ad039__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052672F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5d06ee27d0748d0e9b5ec0478b2e53b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DB90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5d3e1083be7545297b3a957d0c2a8b12__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293AE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5dc8efec1cf44aced0723f1fae18fb85__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5de678d5692fc38ef6c352de7bdfd5c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC840 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e02f706c44f06a61d9f72c26b2dfc68__BSVisit__BSVisitControl_NiAVObject_{ 0x05387510 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e1645bb30c7bb140690dbbde73e4dad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBA80 }; - inline constexpr REL::Offset - stl__local_function_detail__LocalFunctionImpl__lambda_5e228ba90ccd0c78d11b840dbad12ce5__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x05184170 - }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e51e838b69fa1fae88e6cb6a25b0bf4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05171800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e84a08e8e1c5a6a2b19ebedd8ad5051__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAE20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5ef509e965b8963eabeee2bff22b043d__BSVisit__BSVisitControl_NiAVObject_{ 0x05295050 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f3b8b4a70ad0f5e1c422b1d12f89ca9__void_unsignedint_{ 0x051ACE00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f5da51aba4a5c49bd1c5241529893fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05329FC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f656954e87fa85d69befdbe4c2a3b9c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CB940 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f95d76da01f5d0744a8928e4ee7af38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5fa3c5d34021e0ff54264cd7ae85627e__BSVisit__BSVisitControl_NiAVObject_{ 0x0534ED60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5fd7cfeba930bef09a8811e6efd95822__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBBE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_603627b3a0e2d74c93fa8f49eae05d76__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053242F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_604a2d7e0ed1ff1c1506fc1ee39607d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E77F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_60a92664a3b50c3e0a0bf36c0d5cbc5c__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBCA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_60b1758507939826801b12f4b7ba412c__BSContainer__ForEachResult_BSBind__INode_{ 0x053960D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_60d01373905cb48d1651c04aa4181357__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051CFA10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6106448d7bf92ab68b6f1bbd3d8d7cac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326AE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_610b8c7139e2a05d4ff24574a32253c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEB20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_61130bfc5c731ce9f788ba60b725b847__bool_{ 0x052AEF30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_61f8aa9697df6be53f49aa039cda0a50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CC00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62183ac3809c97d24bc4013d21b66e4d__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517E1C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62696c8681e3a87845656b2fb4ba032d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CD040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_627fc877b570b22bdd998904db9f78fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A0710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62bc6b36f4fa449ebf397ca968c9ef60__void_unsignedint_{ 0x051AB730 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62c407d336b9a7993c624fcd86d7f95f__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB5A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62ebddbf7ff4ca9851c417abcc7d750f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052317D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_632b908cc04088a56836e5a6b18edb6a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EBF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_633341eab8891aa230160c917527adc4__BSVisit__BSVisitControl_NiAVObject_{ 0x05188720 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6333710c629a454ea77e187b16f1ca17__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB2F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_634a198b0b29ef7ca3171956faa8e1a9__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x052509D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6351fec4e6216de127d2d537ae2932c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052ABA80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63a72e21b48289cb5b6492834c7ad6bf__BSContainer__ForEachResult_BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag__BSMaterial__LevelOfDetail_BSMaterial__LODMaterialID_{ 0x05380F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63dfcdabb75f7eb287fe79c572da16d0__void_unsignedint_{ 0x05383570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63fa2c8ba2134c47002b995aa46c861b__BSContainer__ForEachResult_TESForm_{ 0x052068A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63fa4b38852575eecb01d60da2065657__BSVisit__BSVisitControl_NiAVObject_{ 0x051CCC20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_642201ba06a70febee7dec98639fd9e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_64386e4bb291ac05ccfb59152dba42df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051CE2B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_647468c94e0c5efdeb95a617bcfbb49e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233F30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_64a9f131a1420dead6cfbef674382cdf__BSContainer__ForEachResult_TESForm_{ 0x05180C50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_650728f9e01124046ab22c1810aa66d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524A6E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65241248264111058e73b4b4862f3dac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCD10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6529fa52e87f40e1efc826a639cd053a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05228CC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65c6a6239c8480139a83478737ae50e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65dca7de5bf5a81f40134090c7d9b1c3__void_unsignedint_{ 0x0535D3C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65e1096a48853f8d9bb79c1012e8767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518FE70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65ec9c9467bcc65c38d1d7161bc16ace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CDBE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_660eddc6452f7e70458284fae5c4e2b9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E77B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6639dd61662436ab7a5f7b30fa6eb147__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x05161170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6647a18b621c1ddb278727bbb0c78d1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052960E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_66501eec36750e5c0b77ca3bb68869e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05372420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_66ac7685a6f9850c8f9308af072becc5__BSVisit__BSVisitControl_NiAVObject_{ 0x05381460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_670647734d4f92991ca33d519a34c539__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA110 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6766582b6a48242538588f77519ea13c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D7E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_67793cc0d2773a67b19ba2370b786664__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_67df902acdd8756b5825f701469371ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286F60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68524371518318db81e3fcbf7c064bd8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05180710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68546df18378f3175a6bf7fcc4fd14da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051A15F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6861e65d8ec33f143f909824cff7fd65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052079C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68d1c6b12b533a3524c0c9fc7de0d12d__BSContainer__ForEachResult_BGSPlanetContentManagerNodeBase_{ 0x051A2860 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68f255cfab2b7992fecd8e50d8e6a0d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F0C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6922d0799bee4b30885a5c3f127918a1__BSVisit__BSVisitControl_NiAVObject_{ 0x053816E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_692b18dfafb3fd88964cc1ed62ea7959__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05297780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_69838bfeea0c32dc7023bf0bf809b67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052611A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6998d7f8f21944341849d981f7306de5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_699a5bcbd004a458fa4f4da9d421e0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276E10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_69a15352cebb4271d6514f4d8c7068dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276EC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_69cdcc477253bad9690971aeda470223__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B7060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a065662a6c6c1c468a2872a12e3084a__void_unsignedint_{ 0x051A7F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a5cf4e50493cbf84bf84c94f295e60f__BSVisit__BSVisitControl_NiAVObject_{ 0x052EC910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a6114bd6da7c903fe2946f3c81e6291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x0522E830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a6a4a44b4dc3396ea2d1514a338d580__BSVisit__BSVisitControl_NiAVObject_{ 0x051CE3B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a7462dad35a17b0a9251686a6312ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539E940 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a993c5dccc865cb6749490e8e15bc42__BSContainer__ForEachResult_TESForm_{ 0x051D0E50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6abb0f15ced9b6edd7e4f6af7bc40d1a__void_unsignedint_{ 0x051AD300 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b0d1e6ea55ccbd5ef758a441ac8587b__void_unsignedint_{ 0x053F03E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b5f9a398a0a9dc398757bdbe883c623__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F4C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b6a6419f0cba70937e8be0bae80055f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B17F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b6de229dd0fc8836f1db5bbcdf869a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCA50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b7c4a1a7be7cc2be60a2bce65ad010c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051734C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b9ac5a5a7ef3b9e25a11828e5b3fac8__BSVisit__BSVisitControl_NiAVObject_{ 0x05360C80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6bc47d80fd98c0907a01b6560a7038e8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053DFFF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6bf43134e16b0ae8be4e294e5699f014__BSContainer__ForEachResult_BSBind__INode_{ 0x05387470 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6bf7f4ddb463e7f9ba9da168baeebcd4__void_unsignedint_{ 0x051AE510 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c052665ec298b4290c58a7ec1227d52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE4F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c4229cda06d35aca0436a530e75a6ec__BSVisit__BSVisitControl_NiAVObject_{ 0x053813C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c443ba90983c25969727b7cbe1fe425__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A8780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c7f0b1f3d0a661df5cd629fdc7ae0f6__BSVisit__BSVisitControl_NiAVObject_{ 0x051543F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6ce553661b66b3275ff33d49c5e742d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA480 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6d19585040c0f1b5a74a84cf822c0617__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6db505192fe28dbf74a67980d45c7f16__void_unsignedint_{ 0x05220EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e2c64a9ad5ce419ed8f6f387c16b323__BSVisit__BSVisitControl_NiAVObject_{ 0x051E1AD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e50e2e0a4b8e5fdb585afb954410907__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05329170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e6ea47c276182b79224174800a011d3__bool_{ 0x051E3B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e85e2380433a289b3ca17cd1db9f863__void_void_{ 0x053BC720 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e9d7da5c28920a95453bad64a63e8d9__BSVisit__BSVisitControl_NiAVObject_{ 0x05207E30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6ecd6fc86375eb13b0cf8262e17ebdb1__BSContainer__ForEachResult_TESForm_{ 0x051E8180 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6f45a87f54f3383617e0ffdc5054750d__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x0522E8F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6f6d8ef008299087f10e50899c26f5a7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053536F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6f74a572ab51ae735717f9051dbd3da5__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBF50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fa36aa64295ea18757f54305cb1e6e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fbd3c4dcb03617baebdcc8cc87aa0c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05370E90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fcbdce07e3cb9f501733b4e26a4546a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052D2D90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fd1cc28610db0d7fb663ad98d97e46e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05186530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_70147be73e4e28d96b3b795762f6d54d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0533ECD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7035a76dce1d729510b15a0aa8b68de4__void_unsignedint_{ 0x051AD700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7038f51882f07f70222dbb68d731e1c6__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05183E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_704041b3c7c0c7c68848cd214a227a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05229A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_704ad450ba2e37118b0703a4f4ef7c26__bool_{ 0x051D8ED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7061d3c9602cd818d3151ff250f10410__BSVisit__BSVisitControl_NiAVObject_{ 0x051D81E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_70ab50ec29d3be382cd180a42fcc2e24__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBB60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_70ad6c1ed47d72fa17580bbe702a29cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7122209affa90cc8fa95df2e2c407693__void_unsignedint_{ 0x052BA5D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7167e42d5c34f76227723c2be679f3e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C79C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_718aadf4fcd21697b8546d22e9895797__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DCF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_71cd9f30ebd563b79400013cde09383f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F9C20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_71e27c165676cf098d6a990e2a4d8c84__BSVisit__BSVisitControl_NiAVObject_{ 0x052C95D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_71f91db0c18e92064c623f361808f325__BSVisit__BSVisitControl_NiAVObject_{ 0x051CCFF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_725691a02c3e89de0547a2149b708c3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053289E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_726111d30a7f86688dc3c0be4904c2f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEFF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7274570d885df8d4a74411ab84388bb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529AF30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72b85291380cd9caf7b1c0cc18605419__BSVisit__BSVisitControl_NiAVObject_{ 0x05377830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72bc15d176589a189c14d8f6ddb86785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72dc5011da8eec66c655c8d9bdf0ce65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72ded8114994b2af969766fdbbed5e90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D2E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72fe9bf21e57744e8711bfffcb7028bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528E960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7310c823b7d973045c63ec9ff9086b82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0514F2B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7317ec4a60b2b43eda06e025aca89243__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECBF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73599574460173772f1f88247330205f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FA300 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73968f70f7b45b4a769b1e2ef25a8925__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526D020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_739d35dbb12870a099001dab560a4eda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73a113fac71c9a4d6033ea18419b787d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051648D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73c8643c05d780d83b07794f7121933d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DF20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73dd227721545733069ce1874f1cf009__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEB10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73e432b98b8b918ef816ea830c1787f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274FC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73ffb786f72949155fdf45c04820a5e7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBEA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_74ed77872c1ca0ff899d16175a06d31b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05295F50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_74effe44634ffd5fab16b54313d8c8b1__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518C8A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7583703b12a07142d6ca0bdfd19c27e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_758e7edb6b69f583c668890aba95f6b6__void_unsignedint_{ 0x051A82A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_75bf11828930bc2b607da2f9a15749eb__void_{ 0x053829F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_75caf59dc262059269d8ab35213cc73c__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05250760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_75f4f62ca0261fd4ddf9f78263660ba6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051CF650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_763b21b840a826babc4b0f61a371cafe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293DA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7644028ca711de9b4caa49a0ff81b4e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_76e653a2de2dc4470dd6bcb7440e7f2e__void_unsignedint_{ 0x051A34A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7737bac9b8b8ce69f53c50fe91a2c9c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A1F40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7744ad6844c6b92e8e260ae62b110328__BSVisit__BSVisitControl_NiAVObject_{ 0x051C2040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77561d15f100dfb70fcbd61a456fa88e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DED30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77a2caa9b23a6d83cae06279bdb52808__void_void_unsignedint_{ 0x05151570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77d49d8f75afcef9204aa736f1cfcce2__BSVisit__BSVisitControl_NiAVObject_{ 0x052C2EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77e100004ef7452d8b488e50f15c01e8__BSContainer__ForEachResult_TESForm_{ 0x05208880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77ee58bcb564b1a22f5334f90ea0fedf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D9A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_78086b723bdde75a3c92d54d9c542f65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289D60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7813f668273d65a72513b09da06bd9f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05175AC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7836f095f629942dda8daa58286d863e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527CEA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_785172fff6feb20255ebb151b255558e__BSVisit__BSVisitControl_NiAVObject_{ 0x05377120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_785900daf8025e98cf5fa45726211e1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324030 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7884138a8b190b9b1ab370be632efadd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C8DF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_789b95a4b44c4c0f4f951466377dd629__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254A90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_78b099f34e906cf9644926f98cd3733b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_78c94c35a977d7e9677a8a8da2e8cfc8__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x051CEAB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_790e0e101e755ff7cec71d59f1a1b6fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053E0120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7953437bd343bbfbbddf661310ef23cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517B7A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7a41ff755602194094af8c7ccc12bd07__BSVisit__BSVisitControl_NiAVObject_{ 0x052CC3E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7a82a38f3f705a6083c7caddfc4f46a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7a9a6f049c299d16489a95777eb1a9f0__BSContainer__ForEachResult_TESForm_{ 0x05208C70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7b503babb34ce5335b88edf6422422bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274C50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7b6de03f4a73497c6654a296da6efcbd__void_unsignedint_{ 0x051AD080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7b8e127fb28ce2eb96ab74b216bbd115__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7baff127dacc3544f28a3d5e49074512__void_unsignedint_{ 0x051AB8B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7bf64f5d03e8ade24c54603129f89148__void_unsignedint_{ 0x051AE590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7c564c3c27853f8d8a0cfee05dcee413__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7c79fe392950e9fc406daf1a72431e72__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05175B70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7cb28160478240ae9dc4a0ce8911ebe9__void_unsignedint_{ 0x053736A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7cb8b410ddc8477923cf2551b1630b59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC0B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7cfb282a3ecf276f351d312032305af9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527CBE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7d27858c13a0e074b966641f9845310e__BSContainer__ForEachResult_BSBind__INode_{ 0x05395DF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7d289b70f8b7fa4c0c73480d86797355__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F9050 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7dae181711633656547d67e024f5a65b__void_unsignedint_{ 0x053F6A70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7deac3760f393b2d4759d912897809e0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518FF20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7e8b375648129069aa0f9d132cc3b62d__BSVisit__BSVisitControl_NiAVObject_{ 0x053775B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7e9bb34b7f79c6163156d619a2043173__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264D50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7ea9f7b05fbb57f9108213b8e6b16c7d__void_unsignedint_{ 0x053E2250 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7ec2eef542e2fde67ab8f18a396a1947__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f05a00ceb1c18850a27e288b0ec2b66__BSVisit__BSVisitControl_NiAVObject_{ 0x052C98F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f327528bc02d8fececfb60f8d5dbc48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A8B60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f36bb6d5056f21cc1b4d415eb92e097__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C0E80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f47d3963b91bffc502f040307059473__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D53B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f8930daab461aa5ebacf1ed3de8c3ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB0B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f914fbbce0422e5c5858ddb9c9b4a57__void_unsignedint_{ 0x051A2BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7fbf478ee23d10920ad62f7b09392355__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDCE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_805024188b422a7cf301b4dfc7d282b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517D9A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_80542715e696693593ed53c6a3da8cee__void_unsignedint_{ 0x05204560 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_806d53b9dc9f670d13c1dc90c390c8e2__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0535B800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_806f905bc2e71d6c2f16bf4a6d7e8cda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289C00 }; - inline constexpr REL::Offset - stl__local_function_detail__LocalFunctionImpl__lambda_8078d375518bd95c0e46f69bb0d2e4b0__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x05185870 - }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_80f14c667299069f7fbf7735efceedc7__void_unsignedint_{ 0x051AD100 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8118bbd797ac05f24f039abc7345f4de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053537A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_812a4aedae3f3310613099e4440d7de5__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ 0x0516B690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8140b2d13438027d92ee7168f5f1f9d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05271690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8165f1dcf82a736d3b87ae40163c0612__void_unsignedint_{ 0x0519E3B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_81e0d73f2cffde239e604bbc7d61a866__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB2F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_81fee5303fa349afe571f34860b3ef43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCB00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8267b6e300183d2c7144a4f078025999__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DACC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_828f2f0fdbca7b7de21816fba7c94278__BSVisit__BSVisitControl_NiAVObject_{ 0x0535DF50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_82901c6b08ed7a7da82351b394a731bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CEC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_82a3665d16396e964fa75229081e557d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529E850 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_82b6c8aedc0115b9d11db0ab586523ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05271740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_83019a659cc7e725003059f22dd66a3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05177AF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_83c5782be5fe2673f25da647347a8f6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A0160 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_83cb7cd7f131e8f8e5fc1a96ec386258__BSVisit__BSVisitControl_NiAVObject_{ 0x05163740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8421bed87a21477204ddfab05bde28fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_849cfac894f3a375f468ff76a6d7c92f__BSContainer__ForEachResult_TESForm_{ 0x052A8D40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_849e4390631a617f1671b4c2619213cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326A30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_84b805f0f0c02cf59379b23c8a3315c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05175C20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_851a3a13f35d2ccca05eda7753480ece__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_852f00b4385fd557b82edab23cb642b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8577cbf86490d89bd9b25f6dee7623a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267C80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_858dbd47a1082badb246f1a65f98dee1__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053BA0E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_85bff9cac03b8400b266c79f3c630e37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CDA80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_85f9d289ee38f946074f664bb5aaa9be__void_unsignedint_{ 0x052209C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_860947d86ad6f4da5a8926ac071d2ebb__BSVisit__BSVisitControl_NiAVObject_{ 0x051E4D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_861755e83d40e46f42be30658c501569__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB7C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86176a8b899660fd4b92445477dbc358__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A3870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_862370447d0db1fcdf50438ecbe8d02d__void_BGSTerrain__ROIQueryconst_{ 0x0519E020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86418312c379abdefe4972ef26a2d9a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86b1e8d5fa85029a19966c0baa15c5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052338F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86bd15ab65eb46e86501f82e170c46f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051877C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86c5f91eae8c685a44e3a782e5ab5063__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCBB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_877835501028e484df9f9c6f127d0fd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_87b151174cdd23da254ce9d127318d24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDEF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_87b652fbcfa551d0cc625a76a6be8338__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9820 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_882237834ec910e44724e0fd7ffd8406__void_unsignedint_{ 0x051AD500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8848331ed87bc6820828dde3a538a082__BSVisit__BSVisitControl_NiAVObject_{ 0x053A05C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8884c25f711a53f32393b0d0e0842b81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BA20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_88b5e924317c5fb3f47782521c39a6c8__void_unsignedint_{ 0x051AD400 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_88e8c67274739d7efb0ab3f7ce66ba99__BSVisit__BSVisitControl_NiAVObject_{ 0x051E18D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_890abd051410699867cb5b848c0357dd__BSContainer__ForEachResult_TESForm_{ 0x05236640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_89592c32c08d46104e1fbb9616cbbba8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267A70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_898ecca571a2d015e9f1734d4e6bd218__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529E9E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_89bd498d8c9cc90cf46fa24375448ad3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D98D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8a284c7ef7b16ddc601dd0857a45954b__BSContainer__ForEachResult_Actor_AssignmentInfo_{ 0x05250AA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8a6ff0fe4e0a856452fd484b212f523c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8b417f319d93b0da289e7abf51828de4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C0C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8bb909af105fdfa91f88291a16bad714__void_unsignedint_{ 0x051AD680 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8c0f5b2cd1c154b5a6b9840f22914c71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8c9508472bcb6c2725184838753b6c7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8ceb8bf9c3b29d221d170406561109e7__BSContainer__ForEachResult_TESForm_{ 0x053450E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8cfc8a97eebaf1244c3d78d156b8c3a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC160 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d4232e1250c59758cf0705e6873c276__BSVisit__BSVisitControl_NiAVObject_{ 0x0535DE10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d671b48cfca7bba3d132cda15681ed7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05278830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d97d1e9dd66aa0303cb93c741022efd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AB930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e20b38890663a85ffd78cf2501a334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e2520aa4ffa7b1f77f44531d451451a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05239280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e2c84cc9ad274bd92aae8646e8fe001__BSContainer__ForEachResult_TESForm_{ 0x051ED490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e91773b2a6701443dbae03e830631fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BB80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8ec066318073c39d981986ac3648faa5__BSVisit__BSVisitControl_NiAVObject_{ 0x051542B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8ec2e5dd55004fb1ae971cb57163bc41__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8f51798d6365d034aa2205198ecad483__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8f8a9b82f8d558be4f6d3ec22e26fc7e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC6E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8feeb752020f65dd6545ef56eb36e892__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE1D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_90174559dd9c3fbe0c65f9b26b3ca27e__void_TESModel__LayeredMaterialPermutationconst_{ 0x051A1D10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_903201203acd8634669dc90887646481__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA950 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91098401dbc67d88bb275b3dcef9df65__void_unsignedint_{ 0x051AD200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9114682e354d94e34438f29202d6a8d1__BSVisit__BSVisitControl_NiAVObject_{ 0x051D0160 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91394fd2da24bcf304eaeaedba535e51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEDE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_914d888faaf75680ab43ac2f108a2c0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523AD30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9161c987543bee2bc91d698a152f9722__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB9D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9170068ef47c513bdbd3c70d05855794__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052BA3F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91a4ace228515075e52b881920aedca3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAC10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91ab2ab1969df8e34e5067818143e708__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C84C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92560f83af718171bbb422c0b87b81db__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9DA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92849e69e8fb83e02d0c51419e64ba94__void_unsignedint_{ 0x051A4D50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92897368afe297f17c6a03712ebda844__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052786D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92a0b5552cb4a5b9925315cf0822c522__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052666A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92ab11e4e161ff54b26c4c526ef229f2__BSVisit__BSVisitControl_NiAVObject_{ 0x05179CC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_93181c09b65d2aa3d10481f3de9d409a__BSVisit__BSVisitControl_NiAVObject_{ 0x051B8350 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_932e42f162e89721d2dc110554b02bcb__void_unsignedint_{ 0x051AD000 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9362600ab9424fe2b4d581214a82ff70__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BCE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9370f734e0d78ae85a87ea7f5ccab915__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05352E40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_937734495cc9d3b662617c5e6945afac__BSVisit__BSVisitControl_NiAVObject_{ 0x0535DFF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_93d283b599a8712ec92a8d7d92291267__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC4D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_948f820fc88b1c1746f914c1cfd0106d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF000 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_949d95a55c01fcf0978a0a9828e8da8c__void_unsignedint_{ 0x053E22D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_94b70a445542a1e0775e56b6f21cb385__void_unsignedint_{ 0x051C8200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_94beaecb040f8e171432e6e11631e964__BSVisit__BSVisitControl_NiAVObject_{ 0x05377E50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9536318b116531e3bdd993e030ab12da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528EA10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_955ec735c18433da829ecd7672ce6515__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052233D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_959f61344d81665f7f967c383b598d89__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052242D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_959f82f42155de97e8f58d53c0ac2ca6__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052A9AA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_960d9882bd680c7a9e300f9f3954a138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDC30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_969c2d995017ce9c5f1870794ae9824f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA8A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_969cab53ed831b2e13120cb4ffd8cd19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0538ED80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_96c8128a33da0c7b7bedba91f2bee974__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254F60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_96c8df941fcf05df0d6bf085f1f7dec1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526B240 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_96f44e76cc198d8be695c24b7bf5f7e8__BSVisit__BSVisitControl_NiAVObject_{ 0x051D6830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_971b31107d0bcf1cc370e99702efe112__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_97bdeb87d071961404f24961d73f002e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268A70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_98b73bd39e11b2c4961c31ccd45cf1b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EF60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_98d921933319e604f7dbf511c344769b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053286F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_98ffc81c075f9a55c9419af5169a6103__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FD00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9909d42cfcb3b94ed4130e0a5b8220a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_998d0073b64f62c7031ea76473235e65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99946ac83bad99e3b759817220a3d8a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEE90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_999b808d2c0e44b921095343c28d6a3b__BSVisit__BSVisitControl_NiAVObject_{ 0x053773D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99a4b052e21f2bd7c8e637bba78764b7__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05355350 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99d5b9ef686cdf8619231b5534e0e27a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DAE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99f314f7f8ea900f856d46f4f1fc6fbc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EC230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9a2237f77bd085bd230d7fe151b69102__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05180870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9a2c33ff017a3d09c5161e3569cb446d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9aa98acef252fcb93cea59fcc2a53f36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BAD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9adc42ff12d9c83b7873a602e3a60b7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053A0450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ae20b29da30ab32807a1ba336354a65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05295EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9b000c9bac46776b8eb27a2cdf43af95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA270 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9b585582e09764b45a2b14db05fdd7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528EB70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9bb473e5966cfaaada47f3065861179d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052660C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c164a39561936a9a6a04ab24067f530__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517FB50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c3eaaed8558ef578be6b7863a12eea1__BSVisit__BSVisitControl_NiAVObject_{ 0x0539E5E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c6b9fff129948665d84b16d1cc3464c__BSContainer__ForEachResult_BSResource__ID_{ 0x05383070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c77057997406db74c04b5f37fd1f509__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD810 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ca86374bca25f0156c929fc488c3325__BSVisit__BSVisitControl_NiAVObject_{ 0x052EDFA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9cb3b948658306d38ace0d70a421bab5__BSVisit__BSVisitControl_NiAVObject_{ 0x05377B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d03b5ca88df67b1ee3e58cd61687c71__BSVisit__BSVisitControl_NiAVObject_{ 0x051CF2E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d232b5787a2e5da3f48b9981c1c5b00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B96E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d2b66f31bee80184b412975eceb8327__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBDE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d3f3a99815cf65fcfbb251bf80e4982__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x051834D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d3f8f795e435e532e12ea128bd590c2__void_unsignedint_{ 0x0522FCB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d4bd64f745ea28d6e9ec84baa2921cc__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052CC8A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9db852269b8e186a2d699b46dd9c6c77__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052AC1D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ddc8ae2d2d46832ca897074561a9643__BSContainer__ForEachResult_TESForm_{ 0x051CBE50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e1f807b94c9ded421c7b29f03c89987__BSVisit__BSVisitControl_NiAVObject_{ 0x052ECB30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e2f0be11317afc2543a50610cb8bdbd__void_unsignedint_{ 0x0538F240 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e3ac8b780c8c1fd5e8126efa379e33c__BSVisit__BSVisitControl_NiAVObject_{ 0x051E86D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e69d72cef63753ebd7557748dc0e0c3__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECF40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e9ca8aac3db904c2c980832e46c8ec8__BSVisit__BSVisitControl_NiAVObject_{ 0x05381320 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ea0a5041d8e7303030936c1f6732580__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ 0x051D2B20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f04c865baaf6f7fc633b19739028344__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052929F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f40e48ba45ac79f75d9927e30633a9d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB160 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f46c4c501fbb5c7c2853cc41ba1621e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F990 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f509f1cc1cafb43dc4b2c0cfca48dd7__BSVisit__BSVisitControl_NiAVObject_{ 0x052C97B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f8bd608f886b8547a886145d959eb90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522BA00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f9201981407fe9ed841b7c888ca10a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05263B00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9fb9de836e0f0e9e55c22d0fa9f0e382__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCF20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9fe30f436ccbf2f0ee64f01ca740eada__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05184600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a02962940027a3f557e50b52e931a121__bool_{ 0x051E3BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a04ace6f2c75744885e1cc1974f5bdcf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255220 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a054b84336a8a369a84e8d2ce66841fb__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053B9EC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a0926e98b29de4cc7718fa79009407cc__BSVisit__BSVisitControl_NiAVObject_{ 0x0515FDA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a0d127dbd82e797d7ab281fa4eb5d0cc__BSVisit__BSVisitControl_NiAVObject_{ 0x051CE930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a0f46c49c3510716ba48fe3296e3f872__BSVisit__BSVisitControl_NiAVObject_{ 0x05351EE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a133de5ef069784962cffd261d185fe9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EDB70 }; - inline constexpr REL::Offset - stl__local_function_detail__LocalFunctionImpl__lambda_a1b084f852a2feef2ee104b23ea9edb4__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - 0x051835E0 - }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1dc0c7c4161a3922831ecdc8a8f99ac__BSVisit__BSVisitControl_NiAVObject_{ 0x0516F140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1dd9425ea7fcf8a0d976558ab7e9040__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1dda1c40fe30cf7ceff93076259b0e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C7860 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1e1e13108af60c40db74bc29699d1f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05353050 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1f101b143082129bbfaf9ee9a73e6ee__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x051615B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1fec70a3b14dcc254025c6c32a2caf6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528C050 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a203022efb7e9a8c6994e70dfb09942d__void_void_unsignedint_{ 0x052EC390 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a211f7049a0dcc26a8bc10df23bb1db8__BSVisit__BSVisitControl_NiAVObject_{ 0x052C7710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a234299dd19bc8c469e998f2cb310303__void_unsignedint_{ 0x051A3420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a29f7c040f6dcaa64eb96c692adf033d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F8DB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a2f87f804c2b206198711c0318413d06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052075A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a3824014a518f42ae7b81a877fc585d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05298E40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a3b87594d4d2f520d208b17fb093bfeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a41a185ebd833669c16653aa2cd802a7__BSContainer__ForEachResult_TESForm_{ 0x052CB390 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a41d5fba6838c500b18b3cd51d539677__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532BED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a41eb4ed61732907203deeb44708f876__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4318d2a8397bbc01a8c96fafe56d038__BSVisit__BSVisitControl_NiAVObject_{ 0x0516DB30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a455e3f4f91d05ed19cbfa1785ba6bea__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05170400 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a49d2a1a13436b19dab9a03efd5a656a__BSVisit__BSVisitControl_NiAVObject_{ 0x05156880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4b4aa31619a202a7cfb2b65e38e7c6f__BSVisit__BSVisitControl_NiAVObject_{ 0x052ED740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4c6ecbeb6c42d75326a997e0bfe4c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529C2C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4c7b19bbe1c7a91a4c590efa5aa67cc__void_unsignedint_{ 0x053AC5E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4dae7abc8fd8f8e94bb8dd90517772e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255010 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4e7e622fd88e21b899f2c86f3c14046__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526C940 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a56a7d1af71965a880dc0692cfe58958__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBA00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a581e749de6829dc302ede8c4bcea7f7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254B40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a5901fee0cfd14a6bcc2539b1e26a3d3__BSContainer__ForEachResult_TESForm_{ 0x052087E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a5ba32074078daf4fa2519af2b012b52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a5e5dffaabd4f5a39f1e3a67c18ddd44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293A30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a64f3867102b5a2581c5962e89de2ada__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287010 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a670b843d1ef61125f6ee66ffb0d9cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05353100 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a6bb684554f6a07ee06ebdc34661e079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052282D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a6dc3e35cfec8bde5f66614b077775e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CD60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a707add42e302acd5fe3d9d718e891e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C220 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a722c1089d35ccaa7bdd283dc86ed370__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a74ab6d8ca90081a18de302450cac769__BSVisit__BSVisitControl_NiAVObject_{ 0x051C3BA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a74c4a7a325fdc2c67b044710ced25e4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a789323ba2e38aceab77fed4ad4a4117__BSVisit__BSVisitControl_NiAVObject_{ 0x05154350 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7a30253047fcad285bb03fa2f9dba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7abb9262c171e87b8cb6edcf2d36571__BSVisit__BSVisitControl_NiAVObject_{ 0x05377BF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7d4d839f9f493f2918d4893cf21f5cf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA5E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7e7117ae0fd17fd78bdbbd6b5cace48__BSVisit__BSVisitControl_NiAVObject_{ 0x053811E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a81636dd4df516079a7e9bad06f7e97c__BSVisit__BSVisitControl_NiAVObject_{ 0x05224DC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8167dab7e874a7716e1205804804a1a__bool_{ 0x051D6060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a87b34fa88bc645a80a3f333c603c336__void_unsignedint_{ 0x052A70E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8914ffde01f2b785205c35a83c31714__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526B0E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8c3947733889000fa0386f64962819f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F8E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8d861fca1c502c9fc108355fea0c02c__BSVisit__BSVisitControl_NiAVObject_{ 0x05207D90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8e464fe119f6b1460807d530e0b0b96__void_unsignedint_{ 0x051A4880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a95bc9f974c7b7daa07863d744a2282b__BSVisit__BSVisitControl_NiAVObject_{ 0x051CFAC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a993655936ffa19b58632ef797366742__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0519E570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9bdcf2f6273be92f4e23624590e4577__BSVisit__BSVisitControl_NiAVObject_{ 0x053ACB40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9c61a345d06f72add415329843e13cb__BSVisit__BSVisitControl_NiAVObject_{ 0x05154170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9d9dc92eaa23ec2c5e863b93e38b84d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051C58F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9e758bb450f48cedc87ee7bc0c5cfbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05260F30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9fdcdd91a1dacdc680438b607a4c5c7__void_unsignedint_{ 0x051AD480 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa0323501f1250ecc5c992d1c23b3e8d__void_void_unsignedint_{ 0x052A2FF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa0c011794b1cd465168046ec9d4d634__BSVisit__BSVisitControl_NiAVObject_{ 0x05381000 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa1e0348552d27dbd190f8355a0b932f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052769F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa8d6e970e9b0bbc37a741cb72704310__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233840 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa9b06194f709a0798e1e9536a466ce7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa9eb92d40c483c6e00418699a9004ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05190EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aaadd62fa4875200315454145edd5a63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aab3c18ffde04471e65e8a33fad5bb10__BSContainer__ForEachResult_TESForm_{ 0x051CBEF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ab494e4f356021cf77029b776a889d7f__BSVisit__BSVisitControl_NiAVObject_{ 0x051A19D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ab87565084a08d679c08a9eec254326d__BSContainer__ForEachResult_BGSTerrain__File_BGSTerrain__ROIQueryconst_{ 0x051C6800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abb80f67beca21a7094ccc2b1ab547c8__BSVisit__BSVisitControl_NiAVObject_{ 0x053778D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abc171b1dbd290afa7c6ca0e563de1b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052549E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abdbfd19c815e6b3c8b7d50871c6326f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05263C60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abeeaa3486844c67f97484005b9e790d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05260E80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ac4901046ff48db96ec2796966d1667b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532C030 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ac6c106e6e797f1a17f1b658793842d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E130 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad093f8532e80a5f412c85cd98b93788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05208F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad18610865818bd640848cdc036a3676__BSVisit__BSVisitControl_NiAVObject_{ 0x053A0700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad58a794e866504eaa46bfb2bf916e48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05263BB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad5f8d4961eac0805f9f8cdd6be45ff6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad91ac0faadffdb83fa894ef22ccd580__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05184990 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ada654c646bf6abf16456f85596ee803__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05378AC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ada6f3e0b6fce0523eb9e83c0aee4b22__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E810 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_adb3e3390346d7101ccf9d58a820a631__BSVisit__BSVisitControl_NiAVObject_{ 0x051CE490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ade70b3be4c1a965055b1109bcd60b02__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051B80B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ae33af048f5836cd633514c6de6f2b3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FC50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ae456960c3be60789e3f3882ac7415e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C850 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ae4b17d10c525d8b2b1647c07f8017c5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E7700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_af6d2679b28b8933bdd9382c5075fabd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267E90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_afb806c520b4d42d7f546915a3577302__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_afcca88e1cea8d408ba8eba2b7c02fe3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_afec7e1ff24a3ea94c7b535586cdf8ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D96C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b00fd2bd30a550cfcb4776ddd590431c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DFD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b01a31913e448623b821da2824287d4b__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E4E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b05c8536cb9bb0499219fdf8648e3bac__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x05388910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b1420cc41f0564af7e31f2833a320a07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b1578496fb84e7f2c98e8b4dcc0a18b4__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05161500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b16911a03549e2650511339cac954477__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB3A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b188fba135834ccdc754d581b51412b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051718B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b19faf6b8187b70fa53693370d4b5c97__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A18F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b1a29caba9ffc6b5f7d94c90dcb4a398__void_unsignedint_{ 0x053FACF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b22988738cfa13a959b03fcc2d099e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE3E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b24f5f1efe81e359e75bae1fa93d4820__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516FC80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b272914854db3a8dbfc702c3cce9d39a__void_unsignedint_{ 0x052BA650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b2ca2187af8a49c7d4dfe5027896fde7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b350d6b939692c6932a9a3ba1bed28ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05356D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b369cfdeefc8fe5903bbb3f6e2df9f6e__void_unsignedint_{ 0x051D3790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b36d98644b66a7844e4b6957a97d5628__void_BGSTerrain__ROIQueryconst_{ 0x051C7920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b38fb91fb48204aec9e315fdbc8ff5a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518FFD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3b233ac7cd5545d974040640c4c5c0a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274AF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3bea8d6028dbdf6956ce8980cd2c528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE390 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3c5da6b8cefa2e858ed8ff6e247727e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAD70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3ec93f30fc8e838079f0bad4b4dbae4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289E10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3f7b13ab5b4b036ffbf78a1231fb8a4__BSVisit__BSVisitControl_NiAVObject_{ 0x05204640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b42306779d6516ceb4ec3a37e9bdfa84__BSVisit__BSVisitControl_NiAVObject_{ 0x05179EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b46ebfb705665bfb48bc92950cc5eed0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b481b4d2d4532db9bb664683b1ed302f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b504871f37bd11f1013e9e632b54ff1b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532BF80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b5082bc670096edd45641476d8dfe8cf__BSVisit__BSVisitControl_NiAVObject_{ 0x053735C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b52a143dfcae3d9e920bc8391823a224__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529AD10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b5a42bae4bb204876ab0282427dd194c__BSContainer__ForEachResult_TESForm_{ 0x05180E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b608f741e8494d50a6e78f831d764a52__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECFE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b6141b3fe56555239c84361816bdfee7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05206F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b61ae0a26610e9360d8897a6a960e32e__BSContainer__ForEachResult_BSBind__INode_{ 0x053951D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b627daae95f9685aabcb4a37de07143f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b62d1e846208d261762d87add5a81ac3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b63ec2e5cb4d36b1a486775f2ac27f36__BSContainer__ForEachResult_TESForm_{ 0x051CBD10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b695924929925959ebbc623b8d5ec651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279AE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b69d84dbbd03c63bafd49781287bdd37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05353590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b6bfd2bcafa5f791fba003d989795ae0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE7B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b6dd0edd18ff96994fbba11353825095__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b7055cc2d3dbe20de8308db0ea87e0e8__void_unsignedint_{ 0x052A7060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b749b49d0a69ce9884324df9b09c3f92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289940 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b77d15b4aa98e695da6db910d81743f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05271530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b7fb2ac2a80baf6e247362c3b054d454__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C0CA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b87154fd76104e42c60a8ae82de09ff7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052872D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b8ed5aed6762dea0e35abbaabbd2ca0b__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ 0x05183F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b93b919e596c89eefe53de28c23964b2__void_unsignedint_{ 0x051A8C30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b94d306ee1929c375525106aece4fb09__void_unsignedint_{ 0x053E0510 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b94f69e760d7e21014117fb16fab7c2b__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9730fd06eb5efa570e2b438cab7b285__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFF60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9995540d5dc79b7f8f8473cca2b5f05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05223480 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9ce322b26209602eb97e57a2429ff94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C5360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9e20bb638d781be4e0a6db35bebc774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_baaa3b310f9f0cbc11cbde33380dc51d__void_unsignedint_{ 0x051D4100 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bab6cb13e9fa4d15dc7aaa56f54560e1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB9D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bad12892f61a54cbce8948394511b805__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05177EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_baf724d37e387b96641b048bab56227c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052A8F90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb2c465edd0e697a5dd2821afb8790a9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523F8A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb2f1d52d38987b6695fc942f5aa7608__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB6E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb531fd4bed962ec90ed6ceb99d0a0e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FA40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb6878ecbee895ba1392752dbbf4ccab__void_unsignedint_{ 0x052D2CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb729906c08952191a9d0a755ca78505__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb86d85e0824a447da10d03523d93cb0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A88E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb9a285703636fe2f8cb16c896e47dbd__void_{ 0x0517B2D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bc37aeaabbfbc41bf62f213931bfd771__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0515E810 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bc580e89db495cf729a7f161d34280db__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x053873B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bc8b869665f58b656742bbeacac37c2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCDC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bca458f0f65b88687b249bac8ed3a894__BSVisit__BSVisitControl_NiAVObject_{ 0x051887C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bcd4677595c356793a99191c177a4998__void_void_unsignedint_{ 0x051D6B40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bcffca6dcbf736125ff8d8d4742893d1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053C8E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bd35b230f0959478f4adc823e9cbe831__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bd947f2798ebff8d69752f08370d58fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05231650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bdeeae5897559d2c289d8d635ebb6665__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bdfe21088896a55bbc48901607f11e42__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_be87acad31598fcefd960498bf768b8e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529AE80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bed7aabe9f45714502cbc4f034815898__BSVisit__BSVisitControl_NiAVObject_{ 0x051B7F80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bee696ad3c0c7810560949819be00f02__void_unsignedint_{ 0x051E2CC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bf1a200205e15f4284378b68d77b8e1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526F6D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bf2d036f7e971141d7f79ff8ab97ab0a__BSVisit__BSVisitControl_NiAVObject_{ 0x052A36A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bfd0f82a92c828d3ba2e7ac50935b600__void_unsignedint_{ 0x051A40A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bff87d729afb19ef40f23376941be670__void_unsignedint_{ 0x051ABA00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c00d257380eaebcca727fffbc27d70ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1653b47087f1e182af3b6d04516f9af__void_unsignedint_{ 0x051AE610 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1bf5645146442b6cdf9998425be8d55__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522DA60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1c3c472a59c0f7def8e769d0f770c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D3890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1d5c68d6dc03358278bd37a80bd91aa__void_unsignedint_{ 0x051D6D80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c215dd194a43bea38c8a0aa4a0ed91f5__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x053234B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c236c65f5a70ccbf326510cdd50df39f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c27c112287fa1ed2a49be08fa445ce36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052550C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c299139d0cee9f433903402dc727283e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CB9F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2abd337d6ac602f6c3f7aa605617712__void_unsignedint_{ 0x051A3E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2b07ae940820690df77e1302fb6a8bb__BSVisit__BSVisitControl_NiAVObject_{ 0x05154900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2d6c284150dc482c20f42a9b83db6c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2f41e4f6b215cbca92193815bd8a6f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BC430 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3201d6cbbcd5cfa89dce2454dd090a3__BSVisit__BSVisitControl_NiAVObject_{ 0x053818C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c326a3cd0c3a4d3551a91d46c133888e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c358dc9704c4da34071136abf4e20ee3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05356E90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c37323460631140be75b64418eb2a212__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053533C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3a42ea107ecce5bc06a0fae9b79e45f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DBB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3ac43c9be87eba94eee7cc94ac250a3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF4D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3fcf41b71cd3586e7b79d14e23f7c2e__void_unsignedint_{ 0x051A5020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c41a777c42944c1b7ecf3e46da0c787a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539F320 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c4765992515085388d38c642053f91d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05378B70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c4f87a8752c009a0658544fe4e7ae35c__BSContainer__ForEachResult_BSResource__ID_{ 0x05184DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c516f962bb171262906bd7050efdec04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E6B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c56fd2de76ddaaf48fae071f26fb098c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c5bb175ea3bb32246e6645ba61194603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05266010 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c60e96fe4cdf17a0d6c0e7b0728e31f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFEB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c634a06b2844cf599e1a4a13f8917a82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526C9F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c637574722fc8a0dedaf09e451dc2cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05173570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c65be2c9ed800d6896b8514e7a76468e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c6981f47a624fd535333b14362967572__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c69bfa5893c6e4009ad541d7fbc0d768__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDB80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c701617441e0deaba66755f97f0bba94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052665F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c72f00c6a6a23e8991ce757dbc25fbb7__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7F40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c736c7f39dcabf3b3248a89415ef6186__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532D230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c7733398cc3ed1ee0793f3c7247cf0be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052938D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c84c655ecfc3921b9f43998ebc6304ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233D70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c867d4a186d187f465e095b2e59b3d4e__void_unsignedint_{ 0x051ACD00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c8edf70b5e6b7bea61ff168d96563c0f__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x052A9C20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c90005e0a6d7fbc4e4ce107bff2e8e18__BSVisit__BSVisitControl_NiAVObject_{ 0x052EDD20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c931b0241832fa55d085b4d6c454ed99__BSVisit__BSVisitControl_NiAVObject_{ 0x0516D9F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c934280a15b65e7a235a9910c9308407__void_unsignedint_{ 0x05220F30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c952663db9ea2797aa5b7ce52319ca14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05266330 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c95a561709e0293d9edc786022d1a545__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D4D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c98361e073d941a7fd48a1ab5a394ed5__BSVisit__BSVisitControl_NiAVObject_{ 0x05377DB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c98d5d7cc2d8c3f7d2836bde99133c6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A8830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c9af9e3327fd505d17ffd5278928cfb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526E0A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ca3c722ea50f360bdaaf6ad20b2367be__BSVisit__BSVisitControl_NiAVObject_{ 0x05197A10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ca903a8d0a24e5f7b17989a7cff75209__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cb971f4042b9f66c6e0c29a3f1a0bf71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EDAF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cbc792726ac08a7d8b723a2dd98c3575__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516E2D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cbf99d218630b94e52221f991703b3ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052899F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cc0a619396e2efd4c958c7d318e74e8c__void_unsignedint_{ 0x053F0460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cc1233af9f81ba7c1313bfde0fc7897b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC8F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cc25773e42b523f2e5ab481494ec641e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cd42dc975134d76c7fbdcad55dd6b57e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05370340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ce48ddae51c7113e2b5938b955f1747d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ce51a4e2bf758734a51bd44550726732__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CE10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cea61d926754f2aae9d9da6df852a945__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE860 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cea762e0e82ff4f13e77f035996f71d9__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052093D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ceb72621fccf1f0c47eac0512052609f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529ED50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cecd15b6c1deb94fa16a1522b86e4b20__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05222DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cee353b559ae497a7d8d8cd3f8651bce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05292680 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf12b8d76b9bbac9931624c9e9b68945__BSVisit__BSVisitControl_NiAVObject_{ 0x0518A9C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf1b1a06e03b80a1207a0359ac04567b__BSVisit__BSVisitControl_NiAVObject_{ 0x052C9670 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf1cc9034eb59808b017597e1c031956__void_unsignedint_{ 0x051A6270 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf572fb2f93b37878e82d9e7eeafd130__void_unsignedint_{ 0x051AD380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfa1aac6e8e1267c3a2f0810884a585b__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfb97f1c8c2a19a5f5e0581c5fbc8bc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BAC70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfd24b8ef3ff1b958b42c8629b6be67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052394A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfe32b452064d468f41029898a9c7e56__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB5B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfe6ca8e8c54607961e257ec7e6a6c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA7F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfe9489c674f24fb5498227011e183b4__BSContainer__ForEachResult_BSFixedStringconst_{ 0x05162550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cffbf5ce093496b3c05f3c2649eeb5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEF30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d019023707cbb7282c99c52d42269a6b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BFA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d06ae9e293caca061342a46c53d30280__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0777353f5ac5ebb1d655e50df4b696b__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05161450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0a9604b9436848f931c2deb07e10d96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051BAB70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0ccbc241f623953de3d57bba7934e21__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0cd4750b43e2776bc039f87739d12de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05227720 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0df86b801b3ebe7bf16a7ca66b5ce0a__BSVisit__BSVisitControl_NiAVObject_{ 0x0535DEB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0e7473153af02b088eebafa02666448__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05183A70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0fc4aa41e8ef1eaabdf1b6c9e6c0c90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d12b7d97b0e6dc6028d2ad77ab0a0757__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05370DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d150ffa9d07740822763af89956807f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05278780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d17869a13ea19fde9fc0b258a855e424__BSVisit__BSVisitControl_NiAVObject_{ 0x053776F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d17a0673ad92ab75deb6e4a04b3aea3e__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052095B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d1b874a230fe5ba0e3b38db99aa8ce31__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053531B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d266eb86f1854cae0f113ad47779c206__BSVisit__BSVisitControl_NiAVObject_{ 0x05378420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d2862e76625374046961e4d6983a4ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D11A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d2c7326c08678100f1870fb31f656e9e__BSContainer__ForEachResult_TESForm_{ 0x052089F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d2f0c0f297a4bcfe03d551ce1e84c650__void_void_unsignedint_{ 0x051ED1F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d32237ad9353ab8c27c2ac4a1fc645e9__BSVisit__BSVisitControl_NiAVObject_{ 0x051636A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d3490d89a0497ce167df06e972a41194__BSVisit__BSVisitControl_NiAVObject_{ 0x051FC570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d370966ac4337745dbeb2ed414c9e856__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052BB960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d3be1762aee92a179c8ab96c3d90d489__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05298C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d3d0c69727aef68398b888b08eb962aa__BSVisit__BSVisitControl_NiAVObject_{ 0x052286D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d406e93589c1f7e3dfc6f955f89d5706__BSContainer__ForEachResult_bool_{ 0x0518A1A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d408d467e8d2cb9d1e42d2f82d895efe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05372320 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d428d24a7da9db8f2cebf115952713f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EE00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d48b518e1e677abff3deb64fd095e4cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287220 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d4aab0c9199b19db14425ccb20979035__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05224380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d53d4c6760b7c343e32e341fe6e17cac__BSVisit__BSVisitControl_NiAVObject_{ 0x053832D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d5677c8707b5b8c1bc70521d01907731__BSVisit__BSVisitControl_NiAVObject_{ 0x053815A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d568608f95f44940b09f86d8ae1622aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526C890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d5e8a7054e6041816e896a3c453afc3d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052AB1D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d614ffc3d709b535ff961de011683715__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05260FE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d621dee853611b5dc3f9237278482937__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d64ca0b4e15bfd2dc902c612f27427fe__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052D2270 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d687a2b1703fc14fe0713df46bbcf0aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289F70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d6b905da94d360b76211a186da16b41e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522B560 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d6d03199b1c756dea597090c9d8d2f98__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05164BE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d70188ac3c1674838445b83824d9d556__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC2C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d70e691e321fce7f18c71960c3948064__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F0780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d71e02b7cc8e19874af60691e822ffd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE850 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d7bcf312606e3c2a894efd64a47d08f4__BSVisit__BSVisitControl_NiAVObject_{ 0x05169AD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d7d67f4b51373bd02e594e10854cf8d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274BA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d7ea6aa7c996aa2cd97fcfa483603e3b__void_unsignedint_{ 0x053F0360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8453e03597f5cfde3e4afa761e3fa95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DE50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8579ef91ae5f04694ec03f35655253f__BSVisit__BSVisitControl_NiAVObject_{ 0x05344FA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8772f22bb133b0174720337400d0043__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05159670 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8b83b6d33044de96a32e8ea50ec106b__BSContainer__ForEachResult_TESForm_{ 0x05208B30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d90c540395145a4bfb228d1b937ac3cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCE70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d93dec3447aaba8744169282fb234e60__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051C3760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9481c18d2dcc031d90b533ff4b54789__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E8C80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9538a990fe95cbd324874b64ac67512__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d972038224408221772da67c508a9e97__BSVisit__BSVisitControl_NiAVObject_{ 0x0518AA60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9923694bf3f5db48cd16c90ca55c67d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A330 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d993fa0e263d76b2a2dc2c126593e227__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0535B710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9f31df3ae7e0cc4648731823e7638d3__BSVisit__BSVisitControl_NiAVObject_{ 0x051C2290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_da5943b51dfda004fe608221ed6dc108__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529E7A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_da682c867557fb7024089e784dbc8067__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05250900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_daa10084be20bba889431f93effad2ef__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BC30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_daac735d773ec7fdd4a7886d15c5be61__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x05186190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dac8b9eeec3755a10cc93b18e5f1b08f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05172310 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_db18063c2ae3c8896f3f555c331e17d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532D970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_db1d231457834b772f6014c0e6f3a9f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274DB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_db5a98c0a529cbfe448d5997539dbace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEBC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbaaf1f85153ae17439758babcc1d374__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEDD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbba4eb9d1ae78b3f3fcaf07f2ad7171__BSVisit__BSVisitControl_NiAVObject_{ 0x05197B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbcb105d3a5ae0939712e3065b66f8ee__BSVisit__BSVisitControl_NiAVObject_{ 0x051CC930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbeac5b1ff0024378b2629cb707a3690__BSContainer__ForEachResult_TESForm_{ 0x051CBC70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbf517e9e15d405001673e53c57886ea__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517DF10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbfbae1a4cff8004c7a9845a62e0916f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD1E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc04c3b631b1415789168d3e6d3e6cbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254D50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc1b786a61206b361517742f27bf7651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AE490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc28d0407eb4228edee44fe78e1f26c1__BSContainer__ForEachResult_BSFixedStringconst_{ 0x05387E90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc40be9040c3677be56b7b59ab5e4a1c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281AA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc71dbdd4c03a6b767f6a71e5a7b945c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05209240 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc91b9b46d14c0f3f6ad58505873b215__bool_{ 0x052252C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dcdd356e4c6e2f9e84ace1b6ddb617a1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527EA20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dcf972faed0eabdaf595594bf2f3e363__BSVisit__BSVisitControl_NiAVObject_{ 0x05387650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd118bf98d423a6a412c9a8e0cdbb9e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539F1F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd1288b0d5357c3d13db2bca27d63a1d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F8FA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd180769f792f3ddf4b8f91d26f2f9c7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9AE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd1db57b29e7711c36591db7dab974f3__void_unsignedint_{ 0x051AB980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd202153ce22c7b10f217d9ef0ea9020__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CF70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd5a7dc888b22c274530fea7ccd824f5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529CB50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd65b5a5c650ccaa51b131954e59b425__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECE20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd75733dfa9d4117279b184db00ebbea__BSVisit__BSVisitControl_NiAVObject_{ 0x051560C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ddb1ee8f83cd2ccd4284a5a0b86063f3__void_unsignedint_{ 0x051ACD80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ddc4eeafc13f82b0c0d4e185042bd8bd__BSVisit__BSVisitControl_NiAVObject_{ 0x05156B10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de01a6f1ca82904071733786bdf423da__BSVisit__BSVisitControl_NiAVObject_{ 0x053A0660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de2b095b55e13d0964de27551a7e14cb__void_unsignedint_{ 0x051A5410 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de35bd75fb9e2cc7e7df5c032c979833__BSVisit__BSVisitControl_NiAVObject_{ 0x05376A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de994e719707addcd6e09a9bc8a41a95__BSVisit__BSVisitControl_NiAVObject_{ 0x051637E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dea17bdb84ecc379e9d91daa97235c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207860 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dea863ede8203ed0abe91d2fe0873c7c__BSVisit__BSVisitControl_NiAVObject_{ 0x051567E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_deb8a53179e78b463eec9209e37703ac__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05197E40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dec5cf2b59cb3fd9cf969e687203dee8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEA70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dee5470801d2504f72568f06f88c5793__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEC80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_df710a06b595182104421fd28864f9c5__void_unsignedint_{ 0x051A65E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_df8443c7b250f91d12016d265c227283__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF5B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dfc5c4176d0cb7a0803d255939048e3d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05187340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dfddcf08ac714efa194f7e853b9a7187__BSVisit__BSVisitControl_NiAVObject_{ 0x051CEF40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dfef71e867d126f094ab9b703e7d6e78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532CD60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e03b159ffd6cd09111d59ff92b7fd2b5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EB40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e078958cff25766aee8b534d492fa01a__void_unsignedint_{ 0x051D3590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e08da8c027748d42614a9408b52bc849__BSVisit__BSVisitControl_NiAVObject_{ 0x051C3C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e0a3e975fb31fb69a538a0cf22c69db4__BSVisit__BSVisitControl_NiAVObject_{ 0x052CCEC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e0f9386d60d3958d6f84b1b836541348__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268B20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e17b84bdaeb420632e9e3ed10322e0d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E3FA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e17ce5b60f23569cf577823e1ded456d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBBE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e17fa37ef845f827ac50892900b209ea__void_unsignedint_{ 0x051A3B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1847211008ba1d13521b7bffd12a932__BSVisit__BSVisitControl_NiAVObject_{ 0x051E1BE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1848d2a3852664e4964a1f2e36edb43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e197c627ee7e10139a7dea7441943ffa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05271480 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1bac69f7321aac8ea396b0d56dd708a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05371040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1e66dad424b5dd8be39d6cfd22df0cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527CC90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1f333a910088d6a3b17112252f9fc2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD8C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1f3800b3e0980ad0f288cb1784cdc1d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAB60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1f81ee7888ada09253706d12a01f5ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D0700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1ffea3b3f5c3eb981441dd5c5fc7c00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBF50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e262d206b64f189f4de607154638d419__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05183FE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2bd267e26a9cae683517b386072e968__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C7910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2d14bd178477b3bcb8a5a7182a38049__void_unsignedint_{ 0x0517C8E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2f9a7cf002564a4120d7abca8c416bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D8AD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2fae82386f3fb6c3370376e390870f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD6B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e3228dab4baf1a01e38226e6c1622cdb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e37a476095534bdc2583f2a764e01b3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e3845c66b1b1c6e9d6f6570976b9450b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052339A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e41d780eb9f09560f25ec3d1ddae5019__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CED20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e46ca80a32249888f4109a0d01abb99e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233510 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e50e75e3150040b257830854db7cb1cc__BSVisit__BSVisitControl_NiAVObject_{ 0x05377470 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e532c641e1c3e01dd214b082b29f83da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527CDF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e53a7d6ea315c41ffc866d3414eef982__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e53eeb4b308c3578d4bc5103cbb68250__BSVisit__BSVisitControl_NiAVObject_{ 0x0517A0A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e5b911fbe77164781d025f5acf060fff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e630e08aa0e66b54f1cbe8e043cc2aa7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05250DC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e6a2fb046afb30761b484b27c1244838__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EE420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e6dd943447e913a61672dd97bf7606b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD130 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e70e889df75efebd29113194c89e1232__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053C09B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e73223a333704d337bce2a55d1b69944__BSContainer__ForEachResult_TESForm_{ 0x051CBDB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e73807069c62ec4123cab289648f532c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532CCB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e74063b9bf6efd158e913722d39d5e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05274F10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e745c943553711793db3beeff894085b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB7C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e787fb22a2dc58f99796809d181e4eb0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB5B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e7beed8ebd2d4bba27a7007a2e4be18c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233E20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e7c64c1465cd2ccc8d9e868d6ee552f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E3F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e7da15dd8d6ed1aa6b9f97b71fff613a__void_unsignedint_{ 0x051A8320 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e81e6eca7468d2382eb30d02295b2145__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e82e9eccbda53d4ba86abc7ad9715a5d__void_void_unsignedint_{ 0x052A3070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e834bae83dc3dc89ae288f7ce43f7470__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C8360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e849e1f690a1bdca2c8ef8593a989c1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCC60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e89329389074a5987e1b5d884e17b622__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C11B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e8fc361776e93d831b5efd81ac625079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e955fccaf5cf0c09f03ffafad78eaed4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052231D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e961d87e9f5ba802811394976ae2b2fd__BSVisit__BSVisitControl_NiAVObject_{ 0x052EC190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e96f0e2621f4d92d0b224583042d2519__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD4A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e97995c62ff18dcca5f2e94f059fd147__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EA90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e9a7d927595c1430aeabb8cc531ae2d3__void_unsignedint_{ 0x051A7E90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e9fded41f98a3fd82c279d0b430311b6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0534F690 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ea440ffc9aa5d8f99c98397bd7ac1a01__BSContainer__ForEachResult_BSBind__INode_{ 0x053957B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ea6b4d92766dc6fb3f3dae3829e7b118__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518C6C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eafda3e61156e6f751d7130e929b347a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A7D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb244c6f272090135da0879da73c85d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb4aec7043f0185fa5bfab0b60c95291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052A99E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb4b25ce4d6793f4a4c2e52391414229__BSVisit__BSVisitControl_NiAVObject_{ 0x05179C20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb4b44ee064532355172e5e0d8839487__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052907B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb563f87c48350b79c34cef29f1d82ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05370CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb6587ada0a83c922dd82aafe1059724__BSVisit__BSVisitControl_NiAVObject_{ 0x051CCDA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb6c1e5cbe349322129ec6255b67cb45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05408530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebafe6d1d97defad734496793dd84507__void_unsignedint_{ 0x051A8730 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebd41f2d7fc62082c024679cf3d7d92f__BSVisit__BSVisitControl_NiAVObject_{ 0x053AD1F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebee9233e7e12909087efac8ceb71d4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05158860 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebf1416eda600511e6106bebb9c05ef8__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator_const_bool_{ 0x051857A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebf9594cac65bb91178806baf2c1a630__void_unsignedint_{ 0x053E50B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebfc4dcf97b84c7c555a65ef99848626__BSVisit__BSVisitControl_NiAVObject_{ 0x053771C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ec1e3acefd17f67b02a6de12c7ce49b7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05329E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ec71642d1caa0b598f918cd9070e88a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0515EDC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ec9cdafedc0242515f479de5e9e6f812__BSVisit__BSVisitControl_NiAVObject_{ 0x051EAD60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ece36b04eb836be3eced22852d702528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324D10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ecefb2fbbd23bd6f990d7dfd49f2f482__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526CCB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ed1dd649d173281f32b82d0b85558a71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051A1540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eddef7c077a499e751db2d05d9d2b466__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052718A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_edebc3e3d2bca7ebec6cd15a5f73ca5f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516EFC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_edeea9d7a77f40f567b6f8bf22b18ea6__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ee0b27500362ca4f93ddf4bd687dcc5e__BSVisit__BSVisitControl_NiAVObject_{ 0x052CF930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eea76db2088031cc58c30c426955ea02__void_unsignedint_{ 0x051A9070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eedeaaa8bd5ee12e928881ad1ff60bc8__BSVisit__BSVisitControl_NiAVObject_{ 0x051D7A20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eee23a50b5d686a7740948b7f62892ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eef3d8099a01755e64a6ca167f54d023__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDA20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ef0b9cec5e364b5572128f1f99294abe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527CF50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ef46a1e14401aeec953aa6c7f7c1330c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05298FA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ef72b3a358955c7a5f2295665baeaec4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052874E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efa1e584f9c9911058a544b1b3c02a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523E9E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efb0a1b4f3c6ac0695342994ccedbc95__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05160A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efb2b57629b31a1511ab3fb044e28137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05276D60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efce515e4b26a8fc0153023a78efe71f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C4E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f000bf935b9be6815036db84a1007f38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287430 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f0145c0df598d772d02ef9433e3f16ff__BSVisit__BSVisitControl_NiAVObject_{ 0x05377790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f066f8f0fd0b9c37ab23f28aefd90ed2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAA00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f082d43bbed1a19ba2752bad18f30d23__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f082fc9e91d28da09134a8584e1cfb10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05266540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f0a8fb909fbf02d7a808818b9ec99d11__BSVisit__BSVisitControl_NiAVObject_{ 0x051CEEA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f0c986755d786d6b3225f048976579b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518C7B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f14ee227cf359e1665ae1dceb8264b2a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522A030 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f177e8ad6ded3a0f10981020de4e1222__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051FCA20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f1a45e8fa4710e537e022d43d9af6aaa__void_unsignedint_{ 0x051A4900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f1fdd6be5e80a14aca4d218f981e3fae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f21a18e3f2d0ec2ff25be22f821c2ce4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207A70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f23f79926cda72ee8c4d6a2dec0f90d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BE40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2895d568482ffabb84c52e8ff56ed94__BSVisit__BSVisitControl_NiAVObject_{ 0x051FC980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2a384b34385432fc190219ee5823a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052949B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2aac1d39db68a7e5d66fdf3e8181bd6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052552D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2ba41f850b5b172f8dd15421171b01d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f314cc28782d1381e29fda2817267f58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05222D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f36823b3c873f65590d6936d8a1d5847__BSContainer__ForEachResult_TESForm_{ 0x051EA340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f383575cf8c2cfd4fe9a213afc7432cd__BSVisit__BSVisitControl_NiAVObject_{ 0x05376FC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f38bdecd90abd875db2874f5fc195b3a__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f3c8664890a7d42e33132789caa68393__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C12A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f3faf32fafe49f618ef095317cd470be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05352EF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4188be41733fef1e4e4e697bc5d1b4d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A3E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f43cf8d781ec5fce8b18c777af9adc00__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F0830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f445182b6c32d2289878bc29b9f877d5__BSVisit__BSVisitControl_NiAVObject_{ 0x051CE890 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f49eb1bdd91c4609eaff970ded63dc62__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C8EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4a68c95ec0f2639da893c3a33e3dcc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518D440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4ac2e7c54af7dd6f119edb97780d4ac__void_void_{ 0x053BC4E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4bd3b39ad39cd6fcd916b686e3c7640__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051595C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4efcb42191e9ce261cffb71c430332b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05233790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f51d13b150fccf5a8e2b91cfbd3589fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBD40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f53a221bcfa31875af2beb1f6d803785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517CA00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f53eeaddaef4cddc192af4068a2956ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524C380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f55116a70b67043e4b89f6bd5fc6e783__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517E2D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f556b9bb40d635ac368e4e098f941e64__void_unsignedint_{ 0x051AD600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f5747e7944d5b9117a6c31d603b9a377__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053603F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f5ffa4e6c0d5314d772a49ed581ab795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526E150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f61f49e7e94e57fe2b260bfc338beb6f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05231540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f628811dbf3293e9532cc7bdeff8cdf4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FA250 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f637987e6f5e09c46e87e071a47136d2__BSVisit__BSVisitControl_NiAVObject_{ 0x05380C10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f6619f7b05ec65d4214ad869295e1e2d__void_unsignedint_{ 0x051A62F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f6d420ede042bae4bd4555a788b4bbb6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA320 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f6fe42eb7a10983753aec0bd1b2c5273__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05231490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f79daa3e16f19f5d57045976dd33127f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EB2C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f7d11a6ac319b88cdd8dcd68ca2e3e08__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529CC60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f7e1b67cce75bd80a0a7cb4a5c21073b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EF0B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f83d96cd4d894c3cbcda185dcc42de87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254CA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f8ef016b66da04e4e8aa007a13b14841__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x05167490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f91e17cbe1fc159e7e0135a160f33fe0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9429e6ae076284ec68d8be8492a1fe2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255590 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f951e2ce5e416166981d74b047cd7b58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529BA50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f95aabb285d6a516717d96f1b9c441e3__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C0D90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f98b2f90dba8f6f378d03d26cf607a81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E72B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f995442584f66d9ef2aa9102ad638ef5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9aba1b4881e90b659687daf96ced3ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F010 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9ae2559c91245e30f01c4ec203881fc__bool_{ 0x051D51A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9ea8694b9e961945bd3ae08e3f65bf2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D76B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9f334b47ca1e81f013b76e3d57523cd__BSVisit__BSVisitControl_NiAVObject_{ 0x051EB8C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fa2837ea0af0f9527c80236f5dfc6c6c__void_unsignedint_{ 0x051A60A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_facbdce15c753db1132527168bbbac1f__BSVisit__BSVisitControl_NiAVObject_{ 0x05377AB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb0030486a54db3f9cee31e9a97dc48f__BSVisit__BSVisitControl_NiAVObject_{ 0x053875B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb3fc9b78ca66f250747e0f7be2d4c92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05292790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb62da152adb52f689e90b3422145bbf__BSContainer__ForEachResult_Actor_AssignmentInfo_{ 0x052506B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb87e62b8a8101ce5d16747f46fd94d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D1340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb98d9fcd25e7526033be6407df3ba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264CA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb9a9973b259ef1dc0919cc91da2a7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539DC40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fbd61e5f74721ee521d4c8e8d557d51e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05278620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc3755ec56d7d7277767899c3af4d207__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527D630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc40d5465be1c94a885f7cc77f282a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc4c500b2accd9f862d55c0a769d275f__BSContainer__ForEachResult_TESForm_{ 0x052050F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc92d59f8e4524a57f93d19fd4eaa90b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527DDC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc9b35ba26e59b5743e84640843f929a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEBD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fcb016d5db32379abb0ff4c47cd490ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDAD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fcc2590047e81a4be5cdb245dd3ea5b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526D0D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fceef4ca92d2dfb2badaddbde60d1c0f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529BB00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fd2af0914afeec8bfc2431c68ad8f6a3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE330 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fd96e87004c413f58ca93d81d48f3963__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052663E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fda480c373538eedbafe92113aeeffa3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527E970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fdaf02e67f4ccc1e9ec1a3cbd1810ac4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F1E30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fdcec6b46801251aaec5b0076dca57a5__void_unsignedint_{ 0x0535D1D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe0e00a79fe354d50f3c05358a033ac5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05273C60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe196431ffa969ba5779cc621d047c63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B5CE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe762b90c0321959183f10dbbdbb7941__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051C56D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe9209c9a51ecaf6f06ea45582b82647__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267B20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff08aa9b9eb53252499629e5c2319d77__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff28a9d7dca12579d147b77ac40f10fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052ADF20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff752b02393eb63cfce64ff534943882__BSVisit__BSVisitControl_NiAVObject_{ 0x051547C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff8cbd0b8c14faeb6419efcd27dad154__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_bool___void__bool_{ 0x053DCDB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D59A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_TESForm_{ 0x05180F60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSRenderUtil__DoSetAlphaTestRef__BSVisit__BSVisitControl_NiAVObject_{ 0x05381130 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindNPCInFactionFunctor__BSContainer__ForEachResult_TESForm_{ 0x052C7D50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUniqueNPCActorInFactionFunctor__BSContainer__ForEachResult_TESForm_{ 0x052C7E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUnloadedDataForSpecialRefVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051E91F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_0a88e55f1753726b6149923a59fb55f7__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D16C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D1960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_7540dde7665351dd892c90a163732991__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D17A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_a82cf6928b2747f11a6b60390ee4aed9__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D1880 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_HavokSystem____ApplyEditorDataFunctor__BSContainer__ForEachResult_TESForm_{ 0x051EAE00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavGenUtil__OverlappingRefFinderFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051903D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavmeshEdgeBuilderFunctor__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05190B40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_RefTypeFlagCheckCounter__BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D0B60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517C230 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517C470 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517CE60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517C350 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517CF80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517CCC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535A4A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535A3B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05205F50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_0a88e55f1753726b6149923a59fb55f7_____BSContainer__ForEachResult_TESForm_{ 0x051D20D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_____BSContainer__ForEachResult_TESForm_{ 0x051D2270 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_7540dde7665351dd892c90a163732991_____BSContainer__ForEachResult_TESForm_{ 0x051D1FD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_a82cf6928b2747f11a6b60390ee4aed9_____BSContainer__ForEachResult_TESForm_{ 0x051D1ED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor__lambda_8051714f4702e96038e62cd736fa3590____BSContainer__ForEachResult_TESForm_{ 0x052A95F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSScrapArray___BSContainer__ForEachResult_TESForm_{ 0x051E2930 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSTArray___BSContainer__ForEachResult_TESForm_{ 0x051E2860 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddSpellFunctor__BSContainer__ForEachResult_TESForm_{ 0x051E6A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddToGlobalsMapFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AB370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___BuildTeleportDoorsA__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D60E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ChangeProcessLevelFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D1DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFunc__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E8F90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFuncconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E87D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckUnloadedRefsFunctor__BSContainer__ForEachResult_TESForm_{ 0x051E9D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CollectGoodLoadingScreensFunctor__BSContainer__ForEachResult_TESForm_{ 0x05329290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CurrentPlaneCollector__BSVisit__BSVisitControl_NiAVObject_{ 0x051D6F20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___DoAddSkinnedDecal__BSVisit__BSVisitControl_NiAVObject_{ 0x05188500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___EditorMarkerRemover__BSVisit__BSVisitControl_NiAVObject_{ 0x0518C480 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSScrapArrayAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD7E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSTArrayHeapAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD8E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtrIntoScrapMap__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD9E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSScrapArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy_____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD6B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTArrayHeapAllocator____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD330 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTObjectArena_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTObjectArenaScrapAlloc_32____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD560 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindImpactEffectFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AE070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindStartingWorld__BSContainer__ForEachResult_TESForm_{ 0x052BB580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindUnloadedSpecialRefsForRefTypeVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051E9C60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___Flagger__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0518AB80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ForEachWorldSpaceFunctor___CheckRefAgainstConditionsFunc___BSContainer__ForEachResult_TESForm_{ 0x051E9FF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___GatherQueuedRefFunctorconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517C080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ImageSpaceModifierFinder__BSContainer__ForEachResult_TESForm_{ 0x051D2CE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___LocationUnloadedUniqueActorFunctor__BSContainer__ForEachResult_TESForm_{ 0x051E9DF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ModifyMapMarkerFunctor__BSContainer__ForEachResult_TESForm_{ 0x051E4BB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___PreloadQuestBiomeFunctor__BSContainer__ForEachResult_TESForm_{ 0x052036D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ProcessActorsAnimationPoseFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D2540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RemoveControllersFunctor__BSVisit__BSVisitControl_NiAVObject_{ 0x053600C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ResolveLinkedRefHelper__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D68D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RevertGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AB2C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RunQuestsFunctor__BSContainer__ForEachResult_TESForm_{ 0x05203620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___SaveGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AB120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ShowGlobalHelp__BSContainer__ForEachResult_TESForm_{ 0x051E68D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___StartUpStartUpQuestsFunctor__BSContainer__ForEachResult_TESForm_{ 0x05203790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___TestRefs__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5A90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0024e9f39f949a80e9d13277f1b3d239___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05192CE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0065581f52233589018fb664703cc0a7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352120 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00825d6d60096ad821679cc4f7957ea8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518AD00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00d4e41b52aa1619aa2363e1f87241e9___BSVisit__BSVisitControl_NiAVObject_{ 0x052A3A20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_02d6e3aa0d76470ad93d0e4400306caa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05229070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_050254b6274e854fec0225105b82b130___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05355660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_051639537d5964879e9f3431fc31c532___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05332D70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_05829c2cae1a3c6e461c050f81312bb0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C26F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_059889e6e5f87a4bd6c0f23f883756b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519DA60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_065bccd0ff6f60bf3bbff25ee92a3002___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C1630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b6e6f0fcb50884c083b9720a09b929___BSContainer__ForEachResult_TESForm_{ 0x05279DA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b88b804e8ed05e977a516fcc957808___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D8F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06cc8d72d8809f42ff272a8a50408dc0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CFD90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_07a48ebcbfad0a834789c69efe6a3161___BSContainer__ForEachResult_TESObjectCELL_{ 0x051E2B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_08bfd311e247a48b25be48ded4fb4d7e___BSVisit__BSVisitControl_NiAVObject_{ 0x052CD260 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_095cf96b1d3410ab57cb528eaab0262e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05208520 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0a68afc3d87b7a1a2cc973ee1cd9b5d5___BSVisit__BSVisitControl_NiNode_{ 0x051E8490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0a88e55f1753726b6149923a59fb55f7_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D1E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c2624229246cc101033e94c50553282___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C170 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c33151369f195fb88885c8aea7d6a3c___BSVisit__BSVisitControl_NiAVObject_{ 0x052D02A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c3cb381f2c7084057740609647c7106___BSVisit__BSVisitControl_NiAVObject_{ 0x051E2020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0d7a77994f37811614a1dbf1becf4393___BSContainer__ForEachResult_TESForm_{ 0x0516CCF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0df3d67eb8672edfab2d2eff256983f8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0e3d847c8605426ed8344b96d3037007___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2A50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0eab76ceff1d8e77b7959ffa21301a5d_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05192470 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ed8f536a728912e99b2fad4109f1750___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519D8C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ef6a7293605ef7693d5c94d7bc90e20___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051933B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1039ed81d8e2c55d4147eb36d93f190b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1042ac0db73cb514363d90ffae9952ec___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E6CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_109fc4ddcd7486183ab97897657cb821___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CDC40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a2e798dd59bd151b504b1d4a30e3ed___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051746E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a6e891b6247789a08c68657f5efc28___BSVisit__BSVisitControl_NiAVObject_{ 0x053522C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10aed968af223d327644d6045b47deba___BSVisit__BSVisitControl_NiAVObject_{ 0x051867B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1140dc1bdea398c399ddb8889dde5c45___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C57C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_11641302c1c6fcc7977b06585ef87392___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ 0x051C27C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_129e8c9aee8a808302cd899e30122518___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053306F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_14e3f4db52ed4f13df9dae832a722eee___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052061C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18220d2824a70b3ca1a8a8f81ea79c33___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D5D40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1872bb5444b4c271b06a55b0f0d8eaf3___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18975d6c0abe12c3a59ed24f127b55d2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D6370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_19b4e3376ba428b93d8820cef21f9a00___BSContainer__ForEachResult_TESForm_{ 0x0519D6F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1af2ff2ae933da628d97dc5fa91dddb9___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052548D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1b9c272b48574d322ec9810a479ce257_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E5380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1beee9fac784c5fb079a94bfd3094454___BSVisit__BSVisitControl_NiAVObject_{ 0x0518BF50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1c2d55799dc1240ca4213c156dcdc328___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05190780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d5fbb246c79c3493c66411de8bb7afa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051977A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d6a9e0c18cfa974a6c0d456e34b33e5___BSContainer__ForEachResult_TESForm_{ 0x05154490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e08993dc114c000fc6d9efdbea85af7___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051931C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e20a250a41c4c15305f707ec02ad4f3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052BB7B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e9d3b10a0dcdb173bf178f274574d00___BSVisit__BSVisitControl_NiAVObject_{ 0x054061C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8530e1573ea0dc0642e8bf51b2d69___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8dc6a07ce41f19027299ee7fe0219___BSVisit__BSVisitControl_NiNode_{ 0x052EC0D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1f091515fb803d68ac8df4a21e725376___BSVisit__BSVisitControl_NiAVObject_{ 0x051D3060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1fba2ac24eba36c31269c5a4829ebfe0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05228BF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_20b949e92a4b98b7d3e38132a6043895___BSVisit__BSVisitControl_NiAVObject_{ 0x0518A350 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2233939dd915b0889d8cb16cfdd3c197___void_NiPointer_TESObjectREFR_const_NiPointer_NiAVObject_const_{ 0x05190300 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2243908a96dba7d740a87bd673384d3e___BSContainer__ForEachResult_TESForm_{ 0x051EC360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_237832b525ccbe285376c3ef47fe6dff___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193F20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_24cc503bea9641bad12352454c3082fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A7360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_251837c06362568e94ba94a91acc56f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D2BE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_259b3eda01914223f5a35626f8fb2287___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051CD2E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_266bfdf19cac5bc677ba89ed1a04eac0___BSVisit__BSVisitControl_NiNode_{ 0x05377060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_272aca7647edb54ca31cb276727c930a___BSVisit__BSVisitControl_NiNode_{ 0x051CCE40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_273217f09f69ff540eba42995042a492___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052096C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_27d81e68198f55c4ab60d830b57b09a1___BSContainer__ForEachResult_TESForm_{ 0x051A1BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_28d1330dc70c74bed2c3c324e969f574___BSContainer__ForEachResult_TESForm_{ 0x0519F280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_29ae5f57e8f396864a7c9263002058bd___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256040 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2a37a0886c26d32d363af6bd6d5b49d0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193E30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ab90823121b16eaf167d77ace3de1d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350DC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ae0a486bc834ca2bca5d200a00b3b25___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ 0x053519B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c936256ae75f6cf48a27279881ecaa6___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c94d994097e35b69c25f0c20419a5a7___BSContainer__ForEachResult_TESForm_{ 0x0516CDB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2da186f7404b8186e0c711c25dff47bc___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x0534FEB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2e52ccf932388489bfe54237ba946d08___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2e6374427b52ecb59b2c04bf62918497___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194110 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ea310989b4040735d8c5fdb3a0bd01e___BSContainer__ForEachResult_TESForm_{ 0x05194E80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ef0b6908382251680815e0e09448c3d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D1C10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2f220422eddc53892d4fb73385f965b2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518AEE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2fbff4ffdc136af2e48725cf45b03058___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05208450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30582d4f5bbcc123614d54cf463b304a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515D660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30dabc8065ebd8583e3e2b97e45a260c_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053236A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3124a6dc02f073a1564ddf29cc94d660___BSContainer__ForEachResult_TESForm_{ 0x0523FF90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_31b46735722cea14a80407aff7fd83e2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05195280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3243bc3168fc784f810dfb7dc90553be___BSContainer__ForEachResult_TESForm_{ 0x0519D440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3273044d088ea8a20ae46afecb2ce5a1___BSVisit__BSVisitControl_NiAVObject_{ 0x051870A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_341085001f7709072c3ed1611e4782a4_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B60B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3438e3e92e51f56c43bc327a6402784b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C5600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_34474f066588dbcfdb248e64b3dcdc83___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_34c508636810346bc9d56b8e3815d35a___BSContainer__ForEachResult_TESForm_{ 0x05204140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357e50b42e48b84a14a502a510eda199___BSVisit__BSVisitControl_NiAVObject_{ 0x05377CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357f905666cb1bc670dd13a8f366a26a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191FA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3623dc1c7c3465d673ada71bed15abe2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A8430 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_36bc82b584515cee68b097f16b51b026___BSContainer__ForEachResult_TESForm_{ 0x05181090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_37ae3936a0a9750f9498880bf16cb599___BSContainer__ForEachResult_TESForm_{ 0x051E8220 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_388651b312f7664599271d4126064a0a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052C5E20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_38ecc8c20567a7a267b7aa4e1da568f7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A8290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_38ef174b0679ec4e97ef32884cabb6c5___BSContainer__ForEachResult_TESForm_{ 0x051CBF90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3a6fb88b16383934773766689c941096___BSContainer__ForEachResult_TESForm_{ 0x051CBAE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3c0863be1c10d6f062817f22c10d6016___BSContainer__ForEachResult_TESForm_{ 0x05194DC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cbd79dc4b0dd3aa982473227d45f34d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CDA90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cc328e2577c62d18aca005baf68fce2___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051E9130 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cc848516b43a53bd714b29e20c2e63e___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051930C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d0c1a1c70ba576b2835b9f2d626c2b5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CDDE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d8606d65aefa5cbf6be29f7f95c7220___void_{ 0x053877D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3f1c81379c16bcbe8de7aae163df285d___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193C40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe15f9a9bba39b09b2e0e6a286ee7e7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052667D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe8855c582ad4818db8127d5f101b4c___BSContainer__ForEachResult_TESForm_{ 0x051E40C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_413a87992e00fc77e829e28e3b819331___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5BA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_41a9be6db2a2444752c5fc5ca1627725___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051934A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4208dfcca73a4f4e951eb7ecef918e29___void_unsignedint_{ 0x053F65E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4249b9b19bc5b1622a98ed785ccfea1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D62A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_428154df43af3fa3799842eb26140e9f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BB60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_436c86407fe89527ecac8fd139932adf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053518E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_43b01ea5abdba8dcfaac947ea5a25cc4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350CF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_453701555d3fcfd278924c077afddc77___void_unsignedint_{ 0x053EDDE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4539782318d56d3ffffef09202e97003___BSContainer__ForEachResult_TESForm_{ 0x052A1640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45a1c977c64277c1110522abf2d13a3e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256220 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45e39053f42d9b720256f81b7f435107___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E2D40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_461af4b7b59baad5e744052d9f8d6d2c___BSVisit__BSVisitControl_NiNode_{ 0x051866F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48674e883923988bb8a666d1212739cd___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x052BE270 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_487ccbace58a161a58d970cc2d6ec09d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0516F070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48bc312f21e42773fec455daaa3523c7___BSContainer__ForEachResult_TESForm_{ 0x05224B40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48db963df0a2f599c0840cba4a197dbf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49e2762e803368cb1398754ad0ee8de5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05195350 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49f111aaa64df1228dcc3e6b9338bd59___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515D570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4b2986aa95001deb516f83a402a5a332___BSVisit__BSVisitControl_NiNode_{ 0x051E8550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c41506d6f2306dbb49d5f9d47fedb93_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ 0x0519F4C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c5ca0f428744bc3f1cd9e17db73c31a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E8EC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4ce1996643e600e3df645ffff0fc37ad_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ 0x0519DB30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4d29a31cb11ab152d56d7be7573f5be1___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E6BE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4d6ec75a1ce818f27e3afea4899a532e___BSContainer__ForEachResult_TESForm_{ 0x0533EE70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e2e4204b7d57f0b49642e645e18c9b4___BSContainer__ForEachResult_TESForm_{ 0x052490C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e9dc55bc6f5bd6707d11029fcf98270___BSContainer__ForEachResult_TESForm_{ 0x051ECD60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5254f511ad0f8af8ef811dc192ca425d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519F660 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52d95708bb3b7669deffc9cbddff42a0___BSNavMeshGenTaskResult_{ 0x05191C50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52e0125b8c47ed04ab23cd4300ca6985___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350B50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_533beb8e9a79574e6e201b66e91aa175_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B2090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_53a1002d47b405b51c06f14c1a2c5ecf___BSContainer__ForEachResult_TESForm_{ 0x0516D600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_53e141b8a963b2ff8d8d22d4c4225a63___BSContainer__ForEachResult_TESForm_{ 0x051EC600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5495d83b30b7504d63cb030e921abfe0___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05255F30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54b8dbb04afc3dca0ae542b763056054___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05323B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54c6194da212d69d8b3c0e2c81c55e61___BSVisit__BSVisitControl_NiAVObject_{ 0x05162740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_559bb14b33232010225bbbce83991db1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518B080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5614d4d1f337c6edfdab9a2a3495c4fe___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05229210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_561bb7e025157f6723d23f4d44a93ad3___BSVisit__BSVisitControl_NiAVObject_{ 0x052C7C90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_56688ec8a167d3ae42bd3799ff28ba1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351680 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_57fad07556e65f1e264bab0551686954___BSVisit__BSVisitControl_NiNode_{ 0x051D6E60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_580492bf1d14b2dddf4fcb08ee72f306___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053FE8F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58198f01353e9b52ba2a1bc2e6df2600___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D0C10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58bf800569df02f23a6c04dcf188dbd5___BSVisit__BSVisitControl_NiAVObject_{ 0x052C5EF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58d3d05a1e270c033bc50ff8e3e3bd97___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05165790 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58f708587703dadb5db90b6dfa7b1ea4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05221CD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5b1d677b7756d587b49bebb9c1624714___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517DE40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bccb03c1eb2bc0cd346788740f7cc15___BSContainer__ForEachResult_TESForm_{ 0x051E80C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bdbd4d88d9e02860a5449b41352bafa___BSVisit__BSVisitControl_NiAVObject_{ 0x05156D60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5cbd48065c84f4aba5767fd66ea5f440___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051943F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5ce89b724f785720cc64b83a6ac0cbcb___BSVisit__BSVisitControl_NiAVObject_{ 0x052C5FB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D1B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d720cb77a577cc76ae976178f569f06___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D440 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5e7a439dfb486185877b549b28b05e21___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E9EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60329aa09dea07eeb0c54854e303efed___BSContainer__ForEachResult_TESForm_{ 0x051D04C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_606c6485e49448005248e5ce0ce1def9___BSContainer__ForEachResult_TESForm_{ 0x052A1700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60decbef23f71fa390f008f8137f9e39___BSVisit__BSVisitControl_NiAVObject_{ 0x051E2780 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_61b655f3c0e29206ab2d20806ba87077___BSContainer__ForEachResult_TESForm_{ 0x05224990 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_622fd92b9452023734742e4a653c5682___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191EB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_62375efb2b0847b38f278bd404223b1a___BSVisit__BSVisitControl_NiNode_{ 0x051D84C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_63eb25a1742b9cd4a43e6a76d1a15597___void_unsignedint_{ 0x053F6150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_642704f236e3da5e41d47c506e4c9e68___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534F9F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6457a18dd2b8c7f345c05ce5214ae1f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A7290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64c4325d57e0603f93cfa244928c29f9___BSContainer__ForEachResult_TESForm_{ 0x05180EA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64dfca84827c265e843e6c785d33491a___BSContainer__ForEachResult_TESForm_{ 0x0529ADC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64f4b4856ca6473b369984c60d90deb2___BSVisit__BSVisitControl_NiNode_{ 0x052BB6F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_652b0a0a023e9e471ef4522e25163b49___BSVisit__BSVisitControl_NiAVObject_{ 0x05154550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_65872e4e460853ed3323afc9a4310356___BSVisit__BSVisitControl_NiNode_{ 0x051CCCC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_658ad82b50abc0c06bdf9d9bd989312a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351A90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_664a6ca56e241e2f079d7787baadb333___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051932B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67755ec3f0190224242a8b122ea377c3___BSVisit__BSVisitControl_NiAVObject_{ 0x051D7900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67ae07179908ab48570e896dcee6572b___BSVisit__BSVisitControl_NiAVObject_{ 0x0538C830 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_682aa6dc6a5bd9a3b9c0e60a6fae5341___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053505D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_68c88a660437de30a753dd0be5064944___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053508D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_690d6a1e174f2bf904d39d4d7a869b78___BSVisit__BSVisitControl_NiAVObject_{ 0x052032B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a0f58421d9e0b83c45766e21a232747___BSVisit__BSVisitControl_NiNode_{ 0x05157BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a265b174f8d22a50bfbc3eaaa0687f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5ED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6b28e5c8ba0ea8c7b42a9cdf6aee9a10___void_BSResource2__DBHandleBaseconst_{ 0x05387720 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6c2d83a4663d7a913f1a2dc9d512148f___BSContainer__ForEachResult_TESObjectCELL_{ 0x0519DC70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d3fea699277679faae6ca79e1c7a309___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E6A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d5cad92bde6a1382e1d22f873201600_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B2290 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d9baccc7deb34ab064233e9130b5adf___BSContainer__ForEachResult_TESForm_{ 0x05194D00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6de92d13d5206e131dd45c48949bc98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6df0da78432da82bda6de18e7444f901___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051698E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6e0abb4c8c2c0b8ce4c4577baf63d55f___BSVisit__BSVisitControl_NiAVObject_{ 0x05203370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f117544ad5643b1981a91160810c20e___BSContainer__ForEachResult_TESForm_{ 0x05281F80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f3758b4e9e73487a06430eb7f717eea___BSVisit__BSVisitControl_NiAVObject_{ 0x051BADB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f7d876a36da76c3687f57be12f39e73___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6fb573db08dadb1ba6bb933d6c88b765___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053521F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6fbcb854994e0842195e864238ff8f9c___BSContainer__ForEachResult_TESForm_{ 0x052A17C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7103ace9e224cc9994cf9eb85a7fe475___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05281D60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_71a7494b337c0a3ebacc929192c27637___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05192ED0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7256c4779e428ef6f811d1f7a1aca5b4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05208920 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_72db3d660638c8998f047f507b584102_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ 0x05177FD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7369d7cc719153ed73c643ade53a618f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515E650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_73ff8e88e19a14b8b10791bc90f807db___BSContainer__ForEachResult_TESForm_{ 0x051E7150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7540dde7665351dd892c90a163732991_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D1D30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_769d78c10d0acbf9e345f03a8e1d33b6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052AB7B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_775ba0dd2fbe0474980a5e8038a96baa___BSContainer__ForEachResult_BSFixedStringconst_{ 0x05184D20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_776fbf4ee79503e7dc6d2fa596109b97___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051927A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_77f9ab146ae438261f50f5a413a86b1e___BSVisit__BSVisitControl_NiNode_{ 0x051D0400 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79541eee6ff892efa246db6c66a4eb0a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79ae9d299c0443c82a2d50c6d8b59a0e___BSContainer__ForEachResult_TESForm_{ 0x051D0580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a08cedf23d0be6b55dfb0dd57ceadb5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051976D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a60fca23f8894bec552f608b4f5c7fd___BSVisit__BSVisitControl_NiNode_{ 0x05222850 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7af0957d0aa330bd4baf31f7786f0195_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05339EC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b10923e4ab245d094d4125bdff0034f___BSContainer__ForEachResult_TESForm_{ 0x0526E200 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b283671509d38f59899dbb5055b50cf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C17D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b7e44435bdfa2bf45ad1400ac558016___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534EE00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b8f0f739c33a3b9c27c13e48b182c9e___BSVisit__BSVisitControl_NiAVObject_{ 0x051FF3E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7bb629ee252bc75ae651982db09c2b2e___BSContainer__ForEachResult_TESForm_{ 0x0523F950 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7bbe1608e7d99f6ea53043d85b8dead1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BE10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7c0d62ddbeea397a4d99274ca474bb1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05188650 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cb9ad1ce9972d892b9aff6e360c0cb0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194300 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cee43f891d7ab04a9ced96293df292c___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052546B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7d67c5d95d52176db0618c330e89966c___BSVisit__BSVisitControl_NiAVObject_{ 0x05381CA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7e01a8539411d38a888d9e1709943fb4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05256150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7ec5d1b4cf619f36a20417b38a39d98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A81C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7f9097c6ea289068944f72e65d9f6475___BSContainer__ForEachResult_TESForm_{ 0x052CD420 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7fa4a4f00f24f1241542fb56c7c55389___BSVisit__BSVisitControl_NiNode_{ 0x05360180 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7fa9b366f9b2edc5917beafed2167a67___BSContainer__ForEachResult_TESForm_{ 0x052CD960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8051714f4702e96038e62cd736fa3590_const__BSContainer__ForEachResult_TESObjectCELL_{ 0x052A93E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_80caafede0feee1bf213c91909f34826___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E9060 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_81728be675a8b7e9bf4e178ef878d945___BSVisit__BSVisitControl_NiNode_{ 0x051906C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_818f494aaae250cda687695f288bd5ab___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534FF70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_819cc83a01ca56260bc08990047a5455_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B2390 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_829d9e39f27143319083bd8456f6add0___BSVisit__BSVisitControl_NiAVObject_{ 0x051635E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_831989ca35fa1da674275e4eb812a7a1___BSVisit__BSVisitControl_NiAVObject_{ 0x051BAF30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_834df39ca072d36ded81bbdd39c72c3e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05221C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8456e82c4fea94b295b2e93c34532509___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CFCC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8467557c7395ec5dd218351e0f4ff344_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E5C30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84d14ed93ed3195200be1bccebe802c8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C5460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84fec21ef7609aff89802f64f2a19849___BSContainer__ForEachResult_TESObjectCELL_{ 0x052A8100 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_85f78faeb513fea10e9b71e3e474603b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E4670 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_867bda18b5510f571ee11ce2087521f4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0533A400 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_86df1ede12039233b9422454083176c1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051562D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_874e9f37a78b5fdc21622bb37fd996ab___BSVisit__BSVisitControl_NiAVObject_{ 0x051D75F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_87ddd47b8551c826a24e930b1bf81f67___BSContainer__ForEachResult_TESForm_{ 0x051D0340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_882a458aa8347c79d10bb401cc3e7c36___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D5460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_88319781f9a050cf50e49d1e1fe1570a___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052563F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8934864a76e732ee534c6b518500bc6d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C5530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8aeff6fcc55869742a2e63562702cf57___BSVisit__BSVisitControl_NiAVObject_{ 0x051CEB80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8c4b53cc768336305f446e5ee08d824f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C3870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8ca6120a61957735631ea11d0b8fe5e5___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192DE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8d8364525865d5c78203d307555f9431___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x0535A0A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f5be44bb6693def40b10ffb2daddfd7___BSContainer__ForEachResult_TESForm_{ 0x051E6AF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f855bf6e74ca68adb128cc05bc8bccd___BSVisit__BSVisitControl_NiAVObject_{ 0x05376F00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8fe50dece117b8037aa461a5be4f1ca8_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ 0x053FF2D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8ff595aa094be740d3a700028e452c2b___void_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D2550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_914e09bbe0ab08e5618c9d4dd036af85___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_91a2aa0462969e322cd1eaf82e8b48b7___BSVisit__BSVisitControl_NiAVObject_{ 0x052CCE00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_929394e48177d7e03317ce5a999070cf___BSVisit__BSVisitControl_NiAVObject_{ 0x05376B80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92b1718621ee09200fb3293dcbf9fbea___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193950 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92e51054ef097e2ac20fb8a1f568b87f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05189AF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_936f5bab4ac015d2673005472ea9ee99___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05191DB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93ce2594a43dce871ee76bcc1c3bf536___BSContainer__ForEachResult_TESForm_{ 0x052248D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93ea79b63fdb816f97f995ee1a9ced1d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_bool_bool_{ 0x052A71C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_95646db74aa3d4bcbc9262228ef40bef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E3A10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_96afc1e6d0d8b567a5db803e71ee1f80___BSVisit__BSVisitControl_NiAVObject_{ 0x051D7530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_96ff90203fda2df428e4c128437a738a___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193850 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9714e77159f0ee9226fc44627bad3d94___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517FDC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_972e129c7c6ff2578aeb6c875195d79b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0522E530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_978b048e7c1b30b78726aa2f165bf666___BSVisit__BSVisitControl_NiNode_{ 0x052EC010 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9b09b1a3a379ebb83c8a87ed5c400522_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ 0x051CD870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9bdc950985687ffab403d8a610e88384___BSVisit__BSVisitControl_NiNode_{ 0x0539E680 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c32414f10ec95a2bd77ff02830d5a69___BSContainer__ForEachResult_TESForm_{ 0x051C9250 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c477fa3c545fca619da17e7a4d8017a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A8360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c533d2f5940b1c21924c5c3943ccc4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BFB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c99ff1c3fb477a6e28b277ea6429c6c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05197530 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9cc19972dc9700f5ee4c3045fa04ddb6___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E6970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9db7117a080bbf4492cfcb232a632e88___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CD180 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9e63266bb4b227cb82d38ff0fafb98d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C1970 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9eed8e3832a2a80c0a99fc5f547f4484___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535B570 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a053b98dc3895e99c9e7d69e00cb2637___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051582E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a0e4d070b53e594a055a1bbf44fa6099___BSContainer__ForEachResult_TESForm_{ 0x051D0D90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a16a731f358f49866c763504efbd7bf4___BSContainer__ForEachResult_TESForm_{ 0x051E9A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a18172df2a06df07d4f031bc8cdf996a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a1928783e0bebb0fb67832f38fdf22fc___BSNavMeshGenTaskResult_{ 0x05191D00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a2513082aff7980972617dcb29cfabf8___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05190870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a63cf8e20171a054dfd24f2c18902255___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A79D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a679797e72c317df838ea0dbb7bcfbf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D610 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a718d9be826e2e3d1077e78775446c4b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FD470 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a73fd8cfe890fc485eb57cc2880636fd___BSVisit__BSVisitControl_NiAVObject_{ 0x05179FE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7b1a2a9b86ec07b56f8aef163acff14___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05192900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cabeb8bb23b4917f1377556c82e960___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D57E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cc83a521b7e9fd7cd2acd3639646c6___BSContainer__ForEachResult_TESForm_{ 0x0519F400 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a82cf6928b2747f11a6b60390ee4aed9_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D1C60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8ab6aefb89125083562282e58afa0c9___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05228B20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8f3e468cf7982a1d42af4e6904faff1_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x0519E9D0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a91388966d78271faf1b6b082d966fb3___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191B60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9b935eff5fcadb3ad96c90a32716fdb___BSContainer__ForEachResult_TESForm_{ 0x051E7620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9df0cebcbc8e6678528dff872453f5b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192A00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aa91b8096da2d709adb1a59123dd2b96___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CFF20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aaa3e60215ccb8c602ec2e71d20d5daa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05355C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_abcc952ac02fd4f9ea2f5de1191e5a8a___BSContainer__ForEachResult_TESForm_{ 0x0519D380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_acf4d8da9f91248991651cc134d1bee7___BSContainer__ForEachResult_TESForm_{ 0x051CB980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad2c69ae879123fb613fb1d6ffab186a___BSContainer__ForEachResult_TESObjectCELL_{ 0x051923B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad9c4739148e2747eb69428af4080a12___BSContainer__ForEachResult_TESForm_{ 0x0519F340 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae097d9d978f78ca74f54c8243ff79fa___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051CD090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae0ab2ac9caa0f83248cec98f95e8f8f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D5550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae1bddd8842b286d3b827bab6aec2678___BSVisit__BSVisitControl_NiNode_{ 0x05323AC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae595f65d60002db9926b684834e8a16_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B2190 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae71bdd05ff1bd00d6c24db1b0baf34a___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05359FB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_af8ebf11a6b5b845e53f80cd8ef0bf84___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352050 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b0136cafd188e4e849a8845f3fd66233___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051CCF00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b10c355a0a3da9df4c27103134df06a8___BSVisit__BSVisitControl_NiAVObject_{ 0x05406280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b1a98364009538801312374034017c1c___void_unsignedint_{ 0x053F6550 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2232f38186ac069973a3e464b5fdf07___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5C70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2802105027940d02faff5e27094adb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534FB90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2bdfad90933e69757d82581042a52a0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051904A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2d015bd7fc4e0006c1f03ba3717e314___BSContainer__ForEachResult_TESForm_{ 0x051D0980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4447548b9fcce5dd092bc9fc662816f___BSVisit__BSVisitControl_NiNode_{ 0x051E8610 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4fbf1f061f7df311bd486bfc6c57847_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E5450 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b53e204b0592f550d9015521550132a8___BSContainer__ForEachResult_TESObjectCELL_{ 0x051A2680 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5587446720568179bf542f5a8f7058f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535B9C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5907660fbeefc30e8217f692cc594fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535B640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5b9b796042db676b0aa152b47005b2b_const__BSContainer__ForEachResult_BGSLocation_{ 0x051E9BA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b613b4685d630864ead9ec3fb90aad68___BSContainer__ForEachResult_TESForm_{ 0x0516EEB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b64884500d0728665e52c4ab5bfef709___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E67F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b7049b70bb0e31461032d1aadd451239___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518AFB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b75cb96de7926363e417ae692421b578___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BA90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b94796434e8105212cd735b27994d16d___BSContainer__ForEachResult_TESForm_{ 0x051D0CD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9abb3c1af17238b6db3859c29fccb6b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051A25B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9c7fcebdd0973ada22ac11642ad2d4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05206490 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9eb51d49d6ac259a61c352321ab46e6___void_StorageTable__WeakKey_{ 0x053DDF20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacab16709126518d44300ffa9f0aff3___BSVisit__BSVisitControl_NiAVObject_{ 0x053833A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacd1813e784251c1b8083a4fd3c638b___BSVisit__BSVisitControl_NiAVObject_{ 0x05376E40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc3403215bfe781c73563382f3653a2b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05197D70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc6663ae1a6110b4fa5345988f2685d7___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D0FB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bcf9329567c5d7abd32723b067475726___BSVisit__BSVisitControl_NiAVObject_{ 0x051D8400 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bd553a4a91dfb594b633b65272841f32___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be2f419209fc050288740bf8408384a6___BSVisit__BSVisitControl_NiNode_{ 0x051D8580 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be59b1879cabb0710363a7136fbc0d12___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CDD10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bf306037dd1574b67fdc9d1030d36185___BSVisit__BSVisitControl_NiAVObject_{ 0x052BB630 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c0e1290abe00ae42e3972bf2f71b67c2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C1B10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c1d726db1b1fd933f0266ec1eff779bd___BSContainer__ForEachResult_TESForm_{ 0x052A6800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c23058fcabc89ae6013fc7dca61ff559___BSContainer__ForEachResult_TESForm_{ 0x0517A140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c24e9fcc2cdb7f475dbfbd0bee6a52ab___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x05228A60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2a6f7ea8d9a4010ba2cdb2b30f93741___void_NiAVObject_{ 0x054064F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2f1e2a20d4412cb45a128aa2387bfc3___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D0EF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c32c7b133b23a661de3d8cfb32b0e3da___void_unsignedint_BGSFormChanges_{ 0x052A9CC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c444585f34b7bd0aa93cf8cb84c3f04e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c4598dd6858f3427ab51e38e3745ac38___void_StorageTable__StrongKey_StorageTable__TerrainTile__Storage__{ 0x053E2730 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c498378bb4aaa746506a363ef764d666___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c58d34348d35a83eed75fbd392feb581___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05190960 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c6e602339b9d6f19475a843d41d3bba0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C25A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c77970fc2b190bb4c8a8cbaf7c10e489___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0535D250 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c786abb3aab85d744d16f2d4c9865971___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350A80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c8124cdff0262feff5276788cc2d19da___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D8070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c99ba11ff1e0d4e7a0400e1ac209c130___BSContainer__ForEachResult_TESForm_{ 0x051E7900 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ca7ce368bf9f4c245b056216c5d284b1___BSContainer__ForEachResult_TESForm_{ 0x051E7E30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cc3061ed102981167095ec4cc90c857b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D61B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd1c8f667f76b16988c3278d118ed03f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351F80 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd4f5681c949e6af48f46f0bd874e9f7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051805C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd4f60278b5832035996a083dc56836a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05330620 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cddeac00268058eb01d9d2f46a86cf47___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C18A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d0a016dbbe6cafeb4494cf86ac90fa35_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ 0x053FF3B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d0b72550789284e10d9e27f9067d04b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05355B30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d13ff05cc1f3a82f56a2f9c7acbc0e1b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FDC30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d21307c36890101c7a4ac6008f23782c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519D990 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d2ce969790d4ad9e716ab890b0f6d984___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05197CA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3154aed8db374fdee18715d8d3a9390___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C1A40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d319819b5808f6e328f184776a9462f0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192260 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3ad631289f0f6c04396f0f13278b8b4___BSVisit__BSVisitControl_NiAVObject_{ 0x051ED080 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d497a7c16978735fe89730c6e7c3209c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05174C10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d4e8395081a902a60bcf22e8dcb836b8___BSContainer__ForEachResult_TESForm_{ 0x051D0640 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d50cd9fddc751889bde2aec12b9caef0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D820 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d58dd088db15890853401025dafcdd42___BSContainer__ForEachResult_TESForm_{ 0x051D0280 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5e7c5bbed7a5f62fee2af6c510322a5___BSContainer__ForEachResult_TESForm_{ 0x051A1B10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5f1b0f8e7ed6293aaa42bd9101ec0fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052CC480 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d67d75c80d897b254ba16352b16433bb___BSVisit__BSVisitControl_NiAVObject_{ 0x052CFDF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6c855239af4ef92edb7a6d6f8217770___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535B8F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6e4dd3ae00e6da6023c888134431241___BSContainer__ForEachResult_TESForm_{ 0x05224A50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d82373da6b80099d45bbfa0cc1d51d5a___BSVisit__BSVisitControl_NiAVObject_{ 0x052C7BD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d90724c83313f126923a388aa3ecd474___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05255DF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d962c71c35281a4b6f30b2b78343d459___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05259CB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_daddd3849f68a74faef663d45bd9ca0a___BSVisit__BSVisitControl_NiAVObject_{ 0x05189800 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db439e3432bd31a7ca80dc58d14ab900___BSNavMeshGenTaskResult_{ 0x0515A820 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db512c1b5e0cfc051ec18f3cfe5b84df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051809E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbb0fa3eab6d156ab66c43eadc59fa41___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D58B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbe8aff1ce6352673983f130519282b3___BSVisit__BSVisitControl_NiAVObject_{ 0x052C9210 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dcabf96f02e0b678433bec7e47eed588___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534FAC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dccb5eebb1a44bf2fc1ea6cca9ea5b0c___BSVisit__BSVisitControl_NiNode_{ 0x05206370 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dd5f579a0d9a969dfe5beef29bd123a1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352380 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ddd18ba27669f7e5ae93dc08c4797bf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05229140 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de250dbc000dd54901f881b12c7189dd___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052C0360 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de5429d393b2468989e16698d3134995___BSVisit__BSVisitControl_NiAVObject_{ 0x051CCB60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_deacd550af1a705bf8593eaf7a8e3797___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E5150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dedd18e88599ca51e5b78587597ba980___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192BF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_df7e21ef64d91af84fb991f64c8f6c6b___BSNavMeshGenTaskResult_{ 0x05192540 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0aa2d2734b0569f1722bea13a1c3730___BSContainer__ForEachResult_TESForm_{ 0x05263910 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0e0988521d5aac58f3d60049faf4658___BSVisit__BSVisitControl_NiAVObject_{ 0x0518B710 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0fb3f35537817c46b61583258090e2f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194A90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e1040c1027634b4b09fa826c65159080___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D3760 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e196071e2fdfa6ab26c22183bc2e77da___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E6B10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e19c85d2d1b35939739936325dfce6b0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0525B500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e398c776cf0e02d6eb33d00fb747d510___BSVisit__BSVisitControl_NiAVObject_{ 0x05186870 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e4c0eee1611f393739f884fe5032c941___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193B40 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6014f647bef807ce2904012759590e4___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B16F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e668226a9b304c66121632f6ac9385df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0515ADD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6f75d128484016949aeed29cf040c33___BSVisit__BSVisitControl_NiNode_{ 0x0520E840 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e72f14c1d69cbf37fc53db1912a6b982___BSVisit__BSVisitControl_NiAVObject_{ 0x051BB150 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e799686088b43a38ecd2a2575c0f6e4e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534FDE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e870d8ff9d5ee744e27a42aaac9ec733___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CD7A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ea9cbdeff3dfc6a0e3bcc9726d7c2a38___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D28B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_eacb0b047fc93e9639027de71fea8930___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FDE10 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ebde0fe2e219d3a630eee4f8816e0391___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052BA500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ec7def91b02ec00feca78220118d2910___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0515E740 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ecc25bdf17c2079f2f501267c48023a1___void_StorageTable__StrongKey_StorageTable__MeshInstancePatch__Storage__{ 0x05404240 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ed01a6560f21fae9b784495d3687b68e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052CDF60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_edd59c5bb2ea1580571d40f27e2935ab___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515D3E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ee2366f95ce59c15737466132e946381___BSVisit__BSVisitControl_NiAVObject_{ 0x051BAE70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_eea182f9750d9270879e37d521ef2593___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E4F70 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ef95fcedba0883b8be9ca3d74d3884e4___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256500 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efda35266135962359fcba8b60b9d05b___BSVisit__BSVisitControl_NiAVObject_{ 0x051D7050 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efe88580cfa743f4eb4eb11fbafc3531___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350C20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_effc39a5b40b1feb420fbd9f54612414___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5E00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f027ef4535e7f8ba21c6f0a3e51ca9e9___BSContainer__ForEachResult_TESForm_{ 0x051E6980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f1d4657a534983bce132f819c6d6b59d___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052547C0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f273285a7a8ed8e08d52b2445995192e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052CDE50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f2bf4a130caaf7aeec9e53d0714e30c0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053512B0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f39ef70a0aebeb4bbd4fd1c7d756827f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05197600 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4c1108bfdf46857549b741d5cfacbb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E66F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4dcc50cd6affb0842b3cc17c91741b9___BSContainer__ForEachResult_TESForm_{ 0x0519F5A0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4e5eba53c82253f3fc640286f8b6c9b_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05191090 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4e97faf72bc76168fa365d3d58d0d3a___void_unsignedint_{ 0x053F61E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5017b5c90df11f26200f5792e372eef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E4C60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5153692a6f0ba485834213bedf89705___BSContainer__ForEachResult_TESObjectCELL_{ 0x051D3950 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5253d56a669d0deff754b2b3a3fcd7e___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192FD0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f55d45a30a881e3cab300de7e847c5f6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535AEC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5acd20554f38feb2b1740de5986d967___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C1700 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5b0ff32c98657e347d3f8ad2256c78e___BSVisit__BSVisitControl_NiNode_{ 0x051CEDC0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5dd67d2e9df7184c119d87721618b69___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BC30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f6dea1f2985ad3a0fc5fb2510e802e11___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05192AF0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f9dece8f7f28adcc45a92f63a2198d7b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350220 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fa498f13c21e8ed41bb1ad9103c43846___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534FC60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fabb817e1e4bc91434ab07265daa92dd___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FDD20 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb36e8493d592dc4f06c8d965afd4b2a___BSContainer__ForEachResult_TESForm_{ 0x051E82E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb9887666707074059dd8bf6ea726fc7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CDEB0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbac9546f77ee3e5774f40d67186dd2c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05355460 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbb9f4f7be975c3d1bbf66c33e09dae6___BSVisit__BSVisitControl_NiAVObject_{ 0x052C5D60 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbe168c3403a6d0de1f676e2fa99f84a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05190A50 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbf3e47efd05f04ded278e9872d48e72___BSVisit__BSVisitControl_NiAVObject_{ 0x053768F0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc1848ffca7065389a8d2cf154909d31___BSVisit__BSVisitControl_NiAVObject_{ 0x052C9C30 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3af87b0fdbb42e3ea3bdc7b1a37fc3___BSContainer__ForEachResult_TESForm_{ 0x0516D070 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3f8de651eccebc8ebd92f1c5351ee3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A7AA0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fd1feeaba14daf68c0341b7a5efd7384___BSContainer__ForEachResult_TESForm_{ 0x05180B90 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fe6a9c72078bf0f830718ff51d02d4bb___BSContainer__ForEachResult_TESForm_{ 0x05224C00 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fed4da47ec48c9da5ee664cc1dbba977___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194020 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff4a700bc0743ad3c653f96d6529e36b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BEE0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff674910e530e75b23aed38f42c3d2f3___BSContainer__ForEachResult_TESForm_{ 0x051E9980 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ffd7c373dfc44ac33c6fc81db18a3ca2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052094E0 }; - inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_std___Binder_std___Unforced__lambda_fdb39fee3762419d068faa9a35b898f2_const_std___Ph_1_const_bool___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BD00 }; - inline constexpr REL::Offset stl__scatter_table_detail__OpEntry_1_BSTScatterTableDefaultKVStorage_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4_____BSTHeapSTLAllocator_BSTScatterTableDefaultKVStorage_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4_____2__BSTScatterTableKeyTraits_BSTScatterTableDefaultHashPolicy_unsignedshort___HashType_std__equal_to_unsignedshort__{ 0x051959B0 }; - inline constexpr REL::Offset stl__scatter_table_detail__OpsBase0_0_std__equal_to_unsignedshort__{ 0x05196040 }; - inline constexpr REL::Offset stl__scatter_table_detail__OpsBase1_0_BSTScatterTableKeyTraits_BSTScatterTableDefaultHashPolicy_unsignedshort___HashType_std__equal_to_unsignedshort__{ 0x051960A0 }; - inline constexpr REL::Offset stl__scatter_table_detail__ScatterTable_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_{ 0x05195660 }; - inline constexpr REL::Offset stl__thread_pool{ 0x05407CC8 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BGSActivity_{ 0x050A12A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8D50 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BGSSnapTemplate_TESObjectREFRconst_{ 0x052086E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPackIn_TESObjectREFR_TESBoundObject_NiTransform_{ 0x0515A8D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x051781E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSComponentDB2__ID_{ 0x051EC6C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSComponentDB2__ID_BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSReflection__PropertyPathconst_{ 0x0538D7C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSGalaxy__LonLatconst_{ 0x051A1C90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSNavMeshGenTriangle_{ 0x053B8080 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSNavMeshGenVertex_{ 0x053B8690 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSReflection__ClassTypeconst_{ 0x0538D9A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSScript__StackID_std__variant_BSScript__GuardManager__LockedGuard_BSScript__StackID__{ 0x053BE8A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ 0x05225FA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_TESWorldSpace_{ 0x0519D840 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_TESWorldSpaceconst_{ 0x051E48D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E65F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052ADA30 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ 0x052AD870 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_SAVE_ENUM_{ 0x052AD910 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_SaveLoad__HierarchicalChanges__SortResult_unsignedint_BGSFormChangesconst_{ 0x052A9B90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_TESNPC_TESForm_TESActorBaseData__TEMPLATE_USE_FLAG_{ 0x051825A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x051A0660 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_Workshop__WorkshopCodes_Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst_{ 0x0512BD80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_{ 0x05157940 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_Actorconst_ActorValueInfoconst_{ 0x051ED610 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSInventoryItemconst_{ 0x0523BF40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSKeyword_{ 0x0523EF90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSPackIn_{ 0x05201080 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSSnapTemplateNodeconst_{ 0x05169DA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSBind__IControllerconst_BSBind__IControllerconst_{ 0x051CF420 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSNavmeshTriangleconst_{ 0x0518AE70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar_{ 0x052F47E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_TESObjectREFR_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const_{ 0x051D9060 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSResource__ID_{ 0x053A1450 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiAVObjectconst_{ 0x05190DE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiPoint3const_{ 0x051D9000 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiPoint3const_float_{ 0x053B6440 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiPointer_BSProjectedDecal_const_{ 0x051A0000 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8F00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_TESForm_{ 0x05181190 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_TESObjectREFRconst_{ 0x051CE180 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_unsigned__int64_bool_{ 0x052ACBA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_unsignedint_{ 0x0535A9B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_float_{ 0x05133130 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8CD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_float_Workshop__RootWorkshopStructconst_{ 0x05130850 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_CrewInfoconst_CrewInfoconst_{ 0x052361A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523ADE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05273BF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05247E10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x0522FA90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_std__tuple_float_float__float_bool_{ 0x0512BC50 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_stl__optional_ClientBIMetrics__HeartBeat__Metrics__{ 0x05155690 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_stl__optional_ClientBIMetrics__Performance__Metrics__{ 0x05155C60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char____{ 0x052BBA10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_unsignedint_unsignedint_{ 0x051332D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_unsignedint_unsignedint_unsignedint_{ 0x05131390 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_{ 0x0512F820 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_Actor_ActorValueInfoconst_float_float_Actor_{ 0x051ED590 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x0519DF80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BGSTerrain__ClipUpdatedEventconst_{ 0x052010E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSComponentDB2__ObjectDestroyedconst_{ 0x0538E3C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSFixedStringconst_{ 0x0536CFF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSGalaxy__Render__GalaxyScene_{ 0x0534F360 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSMenu3D__Sceneconst_{ 0x0539E740 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSNavmesh_unsignedshort_{ 0x053B0AF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x0515FBD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSResource__Server__Commands__NotifyCompleteconst_{ 0x053883A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst_{ 0x053BBFB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSService__Commands__NewFrameconst_{ 0x0515C940 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStaticStringT_256__{ 0x05154100 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStorageconst_{ 0x05387D70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStreaming__ErrorCode_{ 0x052ABDF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x051C6E50 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x0515A9B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSTSmartPointer_BSBind__IDataBinding_BSTSmartPointerIntrusiveRefCount_const_{ 0x052A7C90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSTSmartPointer_BSResource__Stream_BSTSmartPointerIntrusiveRefCount_const_{ 0x05387F40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__PipelineGenerationFinishedEventconst_{ 0x052BCD70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__PipelineGenerationProgressedEventconst_{ 0x052BC8B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__PipelineGenerationStartedEventconst_{ 0x052BC820 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ 0x05230610 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__ResetCullingMemoryRequestconst_{ 0x053F7410 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_LOD__Commands__LoadedSceneBlockAttachedconst_{ 0x0519EE10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_LOD__Details__PropagationPayload_{ 0x052013A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_NiAVObject_{ 0x05153FC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_ParticleSystemDefineconst_Particles__SystemUIDconst_{ 0x053A9DC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_StarMap__StarMapMenuDataModel_{ 0x0528E150 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_TESObjectARMAconst_{ 0x051569C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_bool_{ 0x05205900 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_bool_charconst_{ 0x05234980 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_charconst_charconst_{ 0x051E6350 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_int_NiPoint3const_NiPoint3const_float_NiPointer_bhkNPCollisionObject_const_unsignedint_{ 0x053ACEC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ 0x051E25E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ 0x051E2470 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_unsignedint_{ 0x05201410 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ 0x053E1F80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_unsignedshort_{ 0x053B0880 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_void_{ 0x0512F470 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSActivity___void__BGSActivity_{ 0x050A1230 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSSnapTemplate___TESObjectREFRconst__BGSSnapTemplate_TESObjectREFRconst_{ 0x052082C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_BSComponentDB2__StorageService__DeriveReferencedObjectsFunctor_BSContainer__ForEachResult_BSComponentDB2__ID_BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSReflection__PropertyPathconst_{ 0x0538CE40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_Main__Swap__3__WaitOnRendererhandler_void_bool_{ 0x052B9E20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_Particles__ParticleImpulseEventHandler_void_int_NiPoint3const_NiPoint3const_float_NiPointer_bhkNPCollisionObject_const_unsignedint_{ 0x053AC7E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachNode_void_NiAVObject_{ 0x0518C170 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachPlayer3rdPerson_void_NiAVObject_{ 0x0518C080 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachRefr_void_NiAVObject_{ 0x0518C010 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachAllNodes_void_NiAVObject_{ 0x0518BE40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachNode_void_NiAVObject_{ 0x0518C100 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_SaveLoad__HierarchicalChanges__SortResult___unsignedint_BGSFormChangesconst__SaveLoad__HierarchicalChanges__SortResult_unsignedint_BGSFormChangesconst_{ 0x052A96D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_Workshop__WorkshopCodes___Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst__Workshop__WorkshopCodes_Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst_{ 0x0512BCB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_00086f1814bd1228259172da3960b7ec__bool_BGSKeyword_{ 0x0523EDE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_000bf5f288275523a1828b441b48d9f8__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ 0x052303E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01167f7003849cacd78b31e3517a0fe4__void_{ 0x0535EE80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01799a7df89d7979a805eeabd27a29f3__bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B86D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01cef7a138de3dabdbc6b7ba0d6ca18b__bool_BGSPackIn_{ 0x051FFF00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0254e379e30b8e7ac8c22d3e691a513d__void_{ 0x0535EF80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0502baa5d3d3c955125444c54143d5c3__void_{ 0x0535F080 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_066c48eeceb796f3e1dc7fd8c8e62582__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E5EE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0835f005147c3f8dcebd2026c17de58d__void_CreationRenderer__Messaging__PipelineGenerationFinishedEventconst_{ 0x052B8D00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08639be7a53ba5d590d15bc9192d2313__void_BSService__Commands__NewFrameconst_{ 0x052B8B40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08926fcea7cbdbd8c9e74a2a94f0e27d__bool_{ 0x053F29D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_09a0dce7dc3ee8d53670677a1641b63b__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053B9130 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0a829c1fe0d0aa8e04d719882881aeaf__bool_{ 0x05225240 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0c93912eb3805fc80fa5da712bfcf189__int_CrewInfoconst_CrewInfoconst_{ 0x05236290 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d4523a3d4673b46708b576f5cad183b__void_{ 0x053C6BF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d9d35855347db46b55b5a936f0433c0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239CA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0eb2e57dc71055957aca9c9a9f803e4d__bool_{ 0x053DEEE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_10379c76e4f228754b3b6c273bf4f335__void_{ 0x05374EB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_103d914cc5a638666c8058f71e6f6e9d__BSContainer__ForEachResult_TESWorldSpace_{ 0x0519DD30 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_121d62fa4df6b9a7959e69dc1c3b63f9__void_{ 0x0517B8E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_122d38d74deb93e6b3f8acc98c560dc2__void_BSStaticStringT_256__{ 0x052EDA50 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1236ef6ad4f6311ab6a3bec5660d789c__void_NiAVObject_{ 0x052A6ED0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1268cd62e8fa7bcfcd4eaeacaa259a31__bool_unsigned__int64_bool_{ 0x052AC630 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_12f8c0b5070c82e27c1c8a4e9c533d41__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ 0x051E1D60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1347cfa23a836c5ef60c86635d3e0065__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A0A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1371eb54fcafee2cf15c62cb52d20a39__float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8840 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1443a10da0f98988b2012de4d7c37060__void_{ 0x0535ED80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16448b3f08ee24976c08b43ed6810c03__void_CreationRenderer__Messaging__PipelineGenerationStartedEventconst_{ 0x052B9140 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_168c240a66ef004eb0e92f4c4709f631__BSContainer__ForEachResult_TESWorldSpace_{ 0x0528D960 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16c5a1ccdfb4fcf33f03a8f73f99aa90__bool_NiAVObjectconst_{ 0x05190630 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_186b5b50d257de5373fdf46be72ff762__void_StarMap__StarMapMenuDataModel_{ 0x05290430 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_18a949db337dd7881cb589827b826497__bool_{ 0x0538A6A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1a27c95861b0ec043340e44d179cc64f__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ 0x052AD380 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1b14925f3a94d9fd1d6d8e1238839d6e__BSContainer__ForEachResult_BSReflection__ClassTypeconst_{ 0x0538D0C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1dbfe0502b50cc5402d706dd2b02536e__bool_BGSKeyword_{ 0x052A7C00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20427f2e1cfff9167fab5082531883c7__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C7420 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20bf332be579504ffe1ab7c2c40ca404__void_BSStaticStringT_256__{ 0x051D00C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20e695be180babaa2f0efc7af1061644__unsignedint_unsignedint_{ 0x051BB380 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2168caa9a6bc85680bcdd3998cceab5a__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x051CF1E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_21f3782931c9c57de066d34bfcd5e982__BSContainer__ForEachResult_TESWorldSpace_{ 0x052954A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_22607e07a0840e09ab51023cacac722d__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05272D90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2264e422a0b16a70f4541e479aeaf915__void_BSStaticStringT_256__{ 0x05355530 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_231b5e6ab7936e8616012870eba2984a__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E5D00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2485cb0672ec0a68c695886ffa2f5b79__unsignedint_unsignedint_{ 0x05182F30 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2657c88ce0ef28ff54922ae8c3cbd76c__bool_{ 0x052B9530 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2863119ec08ac9d4b006f59cd78f677f__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C7BE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28951655be3f278baa91ce83b8f94848__void_BSStaticStringT_256__{ 0x051EC7D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28a967846f024ce4d91bb695d37e5dcb__void_bool_{ 0x053DBA90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2998cff75e35e439c4b68fe982e831d6__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248400 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2a2283f200c53907148dd57e14d93d7d__void_StarMap__StarMapMenuDataModel_{ 0x05294DD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2ac5ed67a098fc1fae52c23e7bba6ae7__BSContainer__ForEachResult_TESWorldSpace_{ 0x052A7ED0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2acfb6589b54843787c6c98a720581d3__bool_{ 0x053AFD20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2b451b28c853cd5b2dc613ba3e32af4f__void_StarMap__StarMapMenuDataModel_{ 0x05297380 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35a5a6e01218dab11e99e63de9b0b9__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x051A04C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35d741267101150287c75ac02f2f09__void_unsignedshort_{ 0x053B09E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c617eb673117709ab54dfe69fb91ad7__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ 0x053B7FD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2d04252176104ccb7eaa70799f289905__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239E90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e5440976858adfeae527ec51e4b781f__bool_{ 0x05382A70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e62bb33cb0e5277697e4d03a33f835f__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05273330 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_30c8ea1ae5118aea8f9a19b274c61d7b__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x051A0910 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_337f04fe8868edf8e87db0b686076c5a__unsignedint_unsignedint_{ 0x051A0340 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_339c0a9f5020a7622d54c3c029d68187__bool_{ 0x053BBAD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_34e4fe78be5811c30565099d6f34b524__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AD2B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37eb70513a53dd45fc6db791dd6688ac__void_BSStaticStringT_256__{ 0x05202540 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37f201133a8662a77aa70635f17e403f__void_{ 0x052B96F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_38975c22776099fa5fed953a0a8ba7b1__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C7D40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_39cecee104a4409feea02f89974f5508__TESNPC_TESForm_TESActorBaseData__TEMPLATE_USE_FLAG_{ 0x05182630 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3a49efd97bcbb082b6310c5a4570db83__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239FF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3ac66250746acd8749e557756a08d0af__std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x053BFE40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3aea95e7195cb9814428f33d58add665__void_BSNavmesh_unsignedshort_{ 0x053B0950 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b020607b93e694bc94c093b9212e455__void_StarMap__StarMapMenuDataModel_{ 0x052972E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b67fb894c6a84629b87fe8da1a34797__bool_unsignedint_{ 0x0535A930 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c4960fcccbe99d415b9f4cd28713921__void_StarMap__StarMapMenuDataModel_{ 0x05290390 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c57811e3b9205e98ffe7b5ff788bc5e__bool_NiPointer_BSProjectedDecal_const_{ 0x051A01A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c5c0224b9b9a49bd8b12f141cf7977e__void_{ 0x052BA2F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3d647c60d0cab34bf444f1262c83b7cc__bool_{ 0x0515C130 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e09c6d81a47d5c855137fc678faef08__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B83F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e4253cdd006926845049a6c0b89045a__void_{ 0x053C6E10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e5f9996767278ff779fec4b582ccf55__void_BSTSmartPointer_BSResource__Stream_BSTSmartPointerIntrusiveRefCount_const_{ 0x05388230 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3fc1e7147440254e3f8fec4bbf8b03f0__void_bool_{ 0x05225970 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_404efeadd3623c3b849355cdb2c54750__void_BSService__Commands__NewFrameconst_{ 0x0515BB70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4058d4b63f270b591796ab7f2ce7f895__int_CrewInfoconst_CrewInfoconst_{ 0x05236200 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_40cf98ebdbe371db7b1cfc2dd3d6b8dc__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05272F70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_414aa9c24b493eb32ecd4f57f25a590a__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248940 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4281e7afea28c147b96b9f00f0a0d162__void_{ 0x05154BB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42b5f976b63a2765569d420f9c3e49e7__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248540 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42dd61a4020243c32d7083f0d2b158aa__void_charconst_charconst_{ 0x051E6660 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_43877d0bccc29c8c245b08a9e32729ee__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052487C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4527d017baa4fe9abd624680bc871fda__void_BGSTerrain__ClipUpdatedEventconst_{ 0x052002A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46df01119a05bb0533bc8aa09b6fe23f__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x051A0070 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46f4d8b89b9661774786d0b5d988e7bc__bool_{ 0x0515E150 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4843ab600520eebf05b3dd9713207dad__void_void_{ 0x053700C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4906920ff735a23f5bf050a1251bacc0__void_bool_charconst_{ 0x052AB6B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4974f661214caca3ec4302bea8022f66__unsignedint_unsignedint_unsignedint_{ 0x05183030 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4a52443efc63359fda5665fde4d6e535__bool_{ 0x053A18B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4b4dea661b9f67b8e25db54350a00034__void_{ 0x0535F000 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4b99a6b2908fe678d95fb646c016c9c8__void_bool_{ 0x053DBE60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bb5d199ef2a5e12f8d2d4bad48b9700__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ 0x05226040 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bfe512b5049d6e242da08a10aa05f08__bool_{ 0x0522EC20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2107cd273c2333b431640bfa43296f__bool_TESObjectREFRconst_{ 0x05208E20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2dccaf3c4d8dbdb45ba86d69112447__float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B93F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d5687613608774923f0d4d1a95907bc__bool_BGSInventoryItemconst_{ 0x0523ABC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4eb0a4f4448320bec700fc5ba4fa5da9__void_StarMap__StarMapMenuDataModel_{ 0x05291B00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f12ac1aebbc92986ac4d59d455dae36__void_{ 0x05382710 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f63b3f9f383d78af50ba7f24bb5ddf8__void_{ 0x0535F100 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_501e23f4d9a8c24e36375256b5651c5c__bool_{ 0x052ECF00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_506a11eb68ae1ed0eec7773cd1673761__bool_{ 0x05395070 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_518352090d6efc2c0548917818b49f8a__void_{ 0x051624D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5267de136a1e8bb044e7da014b1fd754__void_{ 0x05388C30 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_530a50fa31efa9f6ac7fc8738ec961b0__bool_{ 0x053C6460 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5404d817e82a765921c9b418bba0dbd0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239F40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5429458c9475d32d90901a8732ff8acb__bool_{ 0x0535E980 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_552e2cbc9c4c87ca36a0ada5492d54c9__SAVE_ENUM_{ 0x052AD0C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_561ea1900c48c5b3e88de4f4c8213f3b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05273010 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56b465e38e4f9b21d88676309d608272__void_unsignedint_{ 0x053BEBA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56c4eb5f79ee2f4cf77c24317d9677b1__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x051D8640 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57370c14ce71b7487afd52140e2c048e__void_BSStorageconst_{ 0x05387FE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_575d760a7115a91c77d23fbd86cde61b__void_StarMap__StarMapMenuDataModel_{ 0x05297420 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57633ed58f7f3c256066798b339bfa77__bool_{ 0x05358EA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57c7f8bfcb827ffd125989cd06ef4b2c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ 0x051E1970 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_58514587c0a448dbffcee329cad3b152__bool_{ 0x052AC5B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5a7f328cf70cc62cf852c8f36b8f32af__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239BF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b3b8ec6c32947a89ae68ac39893bf48__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248360 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b7caf2529c0f6e15883016733c4f1bd__bool_BGSKeyword_{ 0x0523EF00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5d9b17459ee62905a417acf792dabb40__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E5880 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5fb8c439824da44cbbbd6ac0aa607fdd__void_unsignedint_{ 0x052003E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5ff8d7d6e73a01e72a1300b5fc999d5c__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AD450 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60125479b4034c92ed558fd553c2b244__void_TESObjectARMAconst_{ 0x05156A20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60287e3b6a362e8ff7a279c119019173__BSContainer__ForEachResult_BSNavMeshGenVertex_{ 0x053B84C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_609298df8a832b6b86f65cdd8918bad9__bool_{ 0x053BA440 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_61d7ac73253a59e99c4d426f17222c97__void_bool_charconst_{ 0x05239420 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_620165e9f3b9b247d5325f815b722a02__unsignedint_unsignedint_unsignedint_{ 0x051831B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c5e7bca5794ee2c1877d5775665d2c__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ 0x053E1EC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c953e8e3a7b8894b9560901875922d__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x05177DE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6419d222f307b26727d5afc8158202a5__bool_BGSInventoryItemconst_{ 0x0523AE60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66468165f7d72fbcf5f9e2e21dcef51c__void_{ 0x051E93C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66b66cf91c0b94550c652a17d3900908__bool_unsignedint_{ 0x053F7CB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_67c9a5a9aefda374549bcb7b1783f1b6__void_BSStaticStringT_256__{ 0x052A42C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6874c953cb6cc4c5433c108c6334264c__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052484A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_68d751ed552dfc5fb570b7f60ee311b8__BSContainer__ForEachResult_TESWorldSpaceconst_{ 0x051E4740 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b102d2206af3808f25aff916cb5df57__bool_TESForm_{ 0x051802E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b752a4f5750009e5f9aecda6b1d9643__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ 0x051E20E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e2dd2afd0d7b8ebedec23c4f9231bae__void_StarMap__StarMapMenuDataModel_{ 0x05294E70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e6735dab2c6113b7ac75fd3f2f02019__void_BSMenu3D__Sceneconst_{ 0x0539E550 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6eef44901beacf81cb096d95c3e09f5f__bool_{ 0x05388DE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f1e167e2132561dd3f27a432578bf84__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x051FF610 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f2c5a8377320a2b6cb274dc99ed250c__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x052731F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7167c429c41a900cadc908ea77bd7e68__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x051CF0E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_71fa70446a6b9859b5fa7918f60a6a55__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239D50 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_724b496bbd992b90634d8c956c3d9cd1__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AD1E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_72e5f754e65f56c3607a092c6841ac3e__void_bool_{ 0x052259F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_73799aed8d7efc7a6d68931465f3a328__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x053256B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_738a72f25cdb7aa7fbbaa2f21c550ef3__void_bool_{ 0x053DF1E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_747c38f3ba876e4b6378dc03220757a4__void_StarMap__StarMapMenuDataModel_{ 0x05290200 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_74f300ce3628fa56811ed01e98a72fe3__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x0538C950 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_75474153b2f4c50a360204506750a389__void_NiAVObject_{ 0x0518BDB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_76326d5a3bf8e0e4f93ea7229158cfb2__void_NiAVObject_{ 0x05153F30 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_779ee9876f9a4f7890c94cc80d9f720b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05273150 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_793667a4f117beaa91bfebd7e66db2d6__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ 0x05389EF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7966792179f68bed68993d8c9e07010e__void_BSStaticStringT_256__{ 0x052024A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7ac6b5969c846ed874bd27f8e5e4ed6d__void_LOD__Commands__LoadedSceneBlockAttachedconst_{ 0x0519ED60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7bc01b81c950506c361614ae5392ac70__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6170 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c4c8b10160eb75a37807118c90d4f49__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ 0x052A4620 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c85d6c9e2674859eb0c15204d8838bd__SAVE_ENUM_{ 0x052AD5F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7d3649fcc1a1aff4daa1138792583aff__void_TESObjectARMAconst_{ 0x05156750 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e3b63567ef85183a34c175965ad56cb__bool_BGSInventoryItemconst_{ 0x052739F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e5f0baa12e7f9b4055622a76864e4bc__void_StarMap__StarMapMenuDataModel_{ 0x052950F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7edfeafb71316b953636dac844696c1c__void_{ 0x0535EF00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_805102f66b0240e6f53a1758b8d85d44__void_BSStaticStringT_256__{ 0x052A2810 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_805b27bd0442c90c92241069c22d7759__void_{ 0x052AA970 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8289853fd39895deee0526e787218b2f__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E5A60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8291e7d1e643b42ca1ce574da97d71a6__void_{ 0x05370140 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_83228557b3ac5a24221bc7896a2dea73__void_unsignedshort_{ 0x053B08D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84087f1fb5db3e12da1a09140c7e9109__void_BSStaticStringT_256__{ 0x051E43E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_844ca2ccb09ee89b4ff84347ca17a9a4__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x051FFDE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84a52b129968f2a0cb6ff6f19340794a__bool_{ 0x0535EA00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84ad2a449866f0ea8df6ce7983722bec__bool_TESObjectREFRconst_{ 0x051CD250 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_87e47b53bda914d6d009e03e837b2966__void_BSService__Commands__NewFrameconst_{ 0x05396FF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8959f6b6295498252fe023ea6557bd56__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C74D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8cb058f499e042b797982aa74f48ebf2__bool_BSNavmeshTriangleconst_{ 0x0518ADD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8d5689341325a45eda6675e199db2c0c__void_bool_{ 0x052258F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8d61f36d21704dc5201822d1e4c4e44d__bool_{ 0x053606C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8e7eacf3183aa0a5a7a8a0c4e3866b6f__BSContainer__ForEachResult_TESWorldSpace_{ 0x052A7E20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952e549459e3502f4458ef5c1b18881e__void_BSStaticStringT_256__{ 0x05154060 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952ef03f078acea5437d1d3b50b4719d__void_BSStaticStringT_256__{ 0x052EDC80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9651d9c2bdf306fa4698e74bbd2a7401__bool_BGSKeyword_{ 0x052A7B70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_96c77803b64b7744093aba51c1950724__SAVE_ENUM_{ 0x052AD710 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_978fe36f2c1b6561cf78fc95556ed9ab__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ 0x053E1E00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_981b556cd9ca38d4d034536a593d0ef5__void_BSComponentDB2__ObjectDestroyedconst_{ 0x0538D720 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9855c19af80215c9d813c96e5c08e8ba__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A150 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_990742ff6b40925894b500af5c70bf86__void_CreationRenderer__ResetCullingMemoryRequestconst_{ 0x053F7770 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9aaa4377b41bd31e4aa8f08428ae06b5__void_BSStaticStringT_256__{ 0x052ED8D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9b11a69c249cb07cb42de5b126b00ca8__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05273290 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c1f7638e206b8db0e4d56698ddc0f93__BSContainer__ForEachResult_BSScript__StackID_std__variant_BSScript__GuardManager__LockedGuard_BSScript__StackID__{ 0x053BEAB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c827b0199d443c0ff8cd0bfa4aeb28a__BSContainer__ForEachResult_TESWorldSpace_{ 0x05253480 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9cb7ac6322cbbdb26c96973d5ff11ae8__void_BSService__Commands__NewFrameconst_{ 0x0538A4C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d0dc88d72c8a7d03d9458f97c5b31f5__bool_{ 0x053DCE10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d6a75030173bb87b44415f71c92bf93__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x051C7240 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9e832bb065763b3918e32e30a9e0cca8__bool_NiPoint3const_{ 0x051D7FE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9ee3e991d8c5dd54d9163f0e96ec10dc__void_BSStaticStringT_256__{ 0x052A47E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9f998e929b8677d6ce7e6e202878cfb8__SAVE_ENUM_{ 0x052AD680 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9febc63fcd3c6db3a88a3b39662158a0__float_{ 0x051A0440 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a0019978b21984b327a50d61fc7f187d__void_LOD__Details__PropagationPayload_{ 0x05200340 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a116a4b9bd5bd99e41fcdd883b87df96__void_StarMap__StarMapMenuDataModel_{ 0x05297600 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a158cf9408217b3dd4e0d5548c11ca3f__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E60D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a2119e1b086da763b7c110f07b0ef1c0__float_{ 0x051BB480 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a3aed24d809488de0f19c5537ae368db__void_StarMap__StarMapMenuDataModel_{ 0x052974C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a50d0698c15178c68cf9c94f2a9322cb__void_BSResource__Server__Commands__NotifyCompleteconst_{ 0x05389230 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a570284a41eb2c49a4be49de3dbf47d4__bool_BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_TESObjectREFR_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const_{ 0x051D8280 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a92458f5fa402540fc38097d34fc14bf__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E59C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a92cb212e0c9e4029c20a1608aaad2c8__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x051FF740 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a98af305c72ec1d7d42a50f119da401e__unsignedint_unsignedint_{ 0x051830B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aa321167f73bc4314b494422307fd3cb__bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B88F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ab2956ef3874c7327baac4a4fd1e0587__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x05388CB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_abcfa1c45517254b9b2b9b631a771f39__void_BSStaticStringT_256__{ 0x052A4580 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ad5325dfce933c193059c2263bffa9a7__void_BSNavmesh_unsignedshort_{ 0x053B0A60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aeaa890bbec529704a23057acb63055e__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x052730B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_af37dbc58291228fa17575f3f5514807__bool_{ 0x0515CA40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0651812a17537ef4a7a2b5bd049f263__void_NiAVObject_{ 0x052C4A70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0daad66d9ea9cc2f9bc1e8091c642a6__void_StarMap__StarMapMenuDataModel_{ 0x05291A60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b287914ef1b9c47e50401af9d37be0b8__bool_{ 0x051A0890 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b2b570d7b1bb1f83914f2dac88af42e6__void_bool_{ 0x05225870 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5062a6341f584318813928e08ec57c8__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052489E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b58557165baf2dd4d9642c0ba2dbaf20__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E5DA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5af0774f897d6f73014029542b2d196__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A260 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b619c8a6435cceea64892dbd0c2b6f58__void_BSStaticStringT_256__{ 0x053552B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b6894088232929f5bbbfcddc852fc813__bool_TESForm_{ 0x05180250 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b8e9bc5d147114a6fb0aa17f9191600e__void_bool_charconst_{ 0x052346E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ba8354cb34924f6ee87eab8c4251bb03__BSContainer__ForEachResult_TESWorldSpace_{ 0x0528D8B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bb82b45a7dc31f738908214ece7fd73a__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BAE60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bd28f7dc0da84c9316956f381f885024__SAVE_ENUM_{ 0x052AD150 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_be99175c1a3fb92882a59897d02d0742__void_StarMap__StarMapMenuDataModel_{ 0x05290160 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf6360a1480758b64aee1820e8698c21__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053B91E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf7be3e2469839c1528a7daa967ecabb__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05272E30 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c00da64bbc504913d17fb4a7345f186f__void_BSStaticStringT_256__{ 0x051CC170 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c04ec9b618c631b95963f0d6e486d467__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x0519E2E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c0978bec8811153aa41dd95c214757a8__unsignedint_unsignedint_unsignedint_{ 0x051BB400 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c2a9287d208da64d9451b8eea3e7022c__bool_BGSKeyword_{ 0x05249260 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c35d4d124ee333af5f6d11bdddd65015__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x0515FCA0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c6162a2cd2fa0ab721881ff296ca51b1__void_{ 0x0535DCF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c92fc5f4e33427213723f154199566d3__void_NiAVObject_{ 0x0518BEC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cac117a2ac663b225e9ccf722f18bd83__void_StarMap__StarMapMenuDataModel_{ 0x0528DA10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cbf98e7aa7df6dcbb409533a83a2c2f2__void_{ 0x053DBA10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cc06547d5a9fa678c9e1b59e1047e1e2__BSContainer__ForEachResult_TESWorldSpace_{ 0x05253580 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ccb0995f66872967e3496a27cbcabf31__void_StarMap__StarMapMenuDataModel_{ 0x05294F10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cd1b219a9894caa48fd3c6139cae94b6__void_StarMap__StarMapMenuDataModel_{ 0x05297560 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cf26cd481fc3e911136aef932bc58add__void_BSStaticStringT_256__{ 0x052ADFD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cff7ac17f3ff33ee1068cc49ca8c07fd__bool_BGSInventoryItemconst_{ 0x05273A80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0433be74cd6b285a703c61ddee73707__void_StarMap__StarMapMenuDataModel_{ 0x05294FB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0850e7c8da20129b9a2fe8547abdc22__bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8560 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d15581431c682bfc2a431b1212fabb23__bool_{ 0x051609C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d171162562a65c2174a62885db0a1980__float_{ 0x05183130 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d1efb26eddbf0a1e02f7572dcc3f420b__float_{ 0x05182FB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d24918deb50f3d0fe878ca9e78bdf67b__std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x0522F6D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d29174c7ab176ffdadbee3a5e10d20ff__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x052BE540 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d30b3d2bf0d81ab8d81fbb2e6bc1e2bc__bool_{ 0x05355AB0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d35bae9f9bc5a397e81bcc51cc423197__void_ParticleSystemDefineconst_Particles__SystemUIDconst_{ 0x053A9E40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d35c0983e5c2a40b7c0d4051d7290674__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C7C90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d412705b9558d177efd6bedb5e552ba2__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E5E40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d4d3470552902c15a1ce08fe9cb5666f__void_bool_{ 0x05205550 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d5ab17ae024e850c200a956be059431f__bool_BGSKeyword_{ 0x0523EE70 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d7af791974c4ba3da46a78e8a89b8db6__void_BSStaticStringT_256__{ 0x052251A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d8ef1d42174594208bda38c6f7653f0c__bool_{ 0x053E5030 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d92c96b2f00a2de51e16165ba7693893__void_bool_charconst_{ 0x052A14E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dabae78fc584f28522f91becb6a557a3__BSContainer__ForEachResult_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPackIn_TESObjectREFR_TESBoundObject_NiTransform_{ 0x0515A4A0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dac31f85bd92ddedd5f880cf06c77d81__bool_{ 0x053A1930 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd40e82dea12d7f5dbfa2445390a6e63__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x051CEFE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd925d92c6321151be103a8b3cea2872__void_bool_charconst_{ 0x05370D60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd9c3e1720b621232c3ff81d39e17bc0__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x05325770 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_de6c5cf655a989f166c79773460af2de__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C7DF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_de6d41042d4621200a421f846f0ab6b9__bool_{ 0x052055D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_df3ffc8ae1a757b3ca9687ef57b97535__void_BSStaticStringT_256__{ 0x051CF880 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dfddaa17ec722334142b676240e03418__bool_TESObjectREFRconst_{ 0x052BEA20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e0e0a7ae28a948c7c394ad430b8c5f6a__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8780 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e10a8b491b0f288ac2b18c93e719bac2__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x0515A5B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e18c1d2743463aa399897ea41d58acae__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ 0x052AD520 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e1b91009675d63951bb78c3cf01dd60f__void_BSService__Commands__NewFrameconst_{ 0x051601F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e2865da9f22f254cbe77209c696ef9d6__int_CrewInfoconst_CrewInfoconst_{ 0x05236320 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e34d8af755772960ed49eae882dcacf7__void_{ 0x052BA370 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e3d10b1d05fdafbd80d376f30cea6dbb__void_CreationRenderer__Messaging__PipelineGenerationProgressedEventconst_{ 0x052B8F20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e3d7614a7b11436756bf88c00f497b16__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E57E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e44bf0152bfdf7067309cda2218766bb__BSContainer__ForEachResult_TESWorldSpace_{ 0x052A7F80 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e47649b90794eec9d46759a85025a9d3__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ 0x053B8570 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e5bdf68c9c6eae1a453f780cba758f2a__BSContainer__ForEachResult_BSComponentDB2__ID_{ 0x051EC4B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cbdd43a14ee5d143515ed734ee7f1b__bool_{ 0x053FBEF0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cebf1fd2b4ac64f7d33432c86d3503__bool_BGSPackIn_{ 0x051FF860 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e72babf6f3bb7c21148b237a61dd7b7d__void_BSStaticStringT_256__{ 0x051CC540 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e79a22c1a618c403bec8cd1f63b39cab__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052485E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e7a328bc2d56f34255cab6b4330b2f08__void_BSStreaming__ErrorCode_{ 0x052AB9E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e83a86ad3bb21dd0ec617d8dcd79b25f__void_{ 0x053C6D90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e8b10066cbd2d57b097679a5468ce233__bool_{ 0x053BA3C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9b1ee2388ed1065e3a0e3ccd477be21__void_BSStaticStringT_256__{ 0x051EC870 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9bd6a359218e655c091af9600c6811f__bool_BSNavmeshTriangleconst_{ 0x0518AC60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9fc14e8b37e9c906cada13c35fb74c1__void_{ 0x0515A6E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ea0a800643fe07932b38a765fc75a64f__void_{ 0x052A9DD0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eaaa1576b0d12bef99bd656016e7a31c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ 0x051E1EC0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec19e7f3b1c8c3eebf942fedf73994d2__void_BSFixedStringconst_{ 0x0536D090 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec89fc56104bfbe112d8ecb80973751c__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B8610 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ed50157d4fb1f53f7df19115a0044336__void_BSStaticStringT_256__{ 0x052CA440 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_edf15e2e98380c533ee24e4523f1d2f2__bool_NiPoint3const_float_{ 0x053B63B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eeaa47941b55b48442c6a25ebf2ec063__unsignedint_unsignedint_unsignedint_{ 0x051A03C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_efe8a3d3cb36127b35cbe3e020446fc3__bool_BGSInventoryItemconst_{ 0x05247D20 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eff255ed01ab414932ae318376f60db8__void_BSTSmartPointer_BSBind__IDataBinding_BSTSmartPointerIntrusiveRefCount_const_{ 0x052A8030 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f04dd471191f348a9a1c2dc2b1c2443f__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248720 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f3dc8ffb8114ae985316d444368b69af__float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B84B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f4cc8a43e357d2702f2343473bbcfed1__bool_{ 0x05157630 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f5d9c6be902abf31e1095fbe7bd905dc__void_StarMap__StarMapMenuDataModel_{ 0x05290550 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f642ca88eef0f79ff07165caf5a1f613__void_NiAVObject_{ 0x05156430 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f64cd3b62736a62d9945da0e3f6b73ba__void_{ 0x0532A490 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f6fe5e3f1a65c34744e141d2e8d10169__bool_BSBind__IControllerconst_BSBind__IControllerconst_{ 0x051CF380 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faeabeb21b2347891ffeeda7ee25e214__void_StarMap__StarMapMenuDataModel_{ 0x052902F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faee9da40c8ab30155cfce02618d94c5__void_TESObjectARMAconst_{ 0x051566C0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb4e0ea9482ad2f30718782260307e64__void_{ 0x0535EE00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fd914ce1b16543d9e7c527b35eb5569e__int_CrewInfoconst_CrewInfoconst_{ 0x052363B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fe2ee543b114f0bd2f9e9cba2191dcd5__BSContainer__ForEachResult_BSGalaxy__LonLatconst_{ 0x052BE610 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___Actorconst_ActorValueInfoconst__bool_Actorconst_ActorValueInfoconst_{ 0x051ED370 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSInventoryItemconst__bool_BGSInventoryItemconst_{ 0x052559D0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSSnapTemplateNodeconst__bool_BGSSnapTemplateNodeconst_{ 0x05169E90 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar__bool_BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar_{ 0x052F4720 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSResource__ID__bool_BSResource__ID_{ 0x053A19B0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_float___Workshop__RootWorkshopStructconst__float_Workshop__RootWorkshopStructconst_{ 0x0512BB60 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x05239E00 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05272ED0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248680 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ArmorCraftingMenu____BGSInventoryItemconst__ArmorCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ 0x05266C10 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_BarterMenu____BGSInventoryItemconst_bool__BarterMenu_std___Ph_1_const_bool__bool_BGSInventoryItemconst_{ 0x05267F40 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ContainerMenu____BGSInventoryItemconst__ContainerMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ 0x05324450 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_WeaponsCraftingMenu____BGSInventoryItemconst__WeaponsCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ 0x0529C1F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__HeartBeat__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__HeartBeat__Metrics__{ 0x051552F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__Performance__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__Performance__Metrics__{ 0x05155760 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std__tuple_float_float____float_bool__std__tuple_float_float__float_bool_{ 0x0512BBE0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char______void__stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char____{ 0x052BA1F0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___Actor_ActorValueInfoconst_float_float_Actor__void_Actor_ActorValueInfoconst_float_float_Actor_{ 0x051ED2E0 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSGalaxy__Render__GalaxyScene__void_BSGalaxy__Render__GalaxyScene_{ 0x05350780 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst__void_BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst_{ 0x053BC170 }; - inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___void__void_{ 0x052B9BE0 }; - inline constexpr REL::Offset tinyfsm__DynamicStateStaticAllocPolicy_WorkshopUI__UISMContext_WorkshopUI__StateInterfaceI_32_16_{ 0x05126990 }; - inline constexpr REL::Offset tinyfsm__Event{ 0x05357360 }; - inline constexpr REL::Offset tinyfsm__Fsm_WorkshopUI__UISMContext_WorkshopUI__StateInterfaceI_tinyfsm__DynamicStateStaticAllocPolicy_WorkshopUI__UISMContext_WorkshopUI__StateInterfaceI_32_16__{ 0x051268D0 }; - inline constexpr REL::Offset type_info{ 0x0509F6D0 }; - inline constexpr REL::Offset void___BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator__{ 0x0508F140 }; - inline constexpr REL::Offset void___BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable__{ 0x0508F1B0 }; - inline constexpr REL::Offset void___TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ 0x05095780 }; - inline constexpr REL::Offset void___cpr__CurlHolder_{ 0x05089780 }; - inline constexpr REL::Offset void___void_{ 0x050917A8 }; - inline constexpr REL::Offset winrt__hresult_access_denied{ 0x05095868 }; - inline constexpr REL::Offset winrt__hresult_canceled{ 0x05095A68 }; - inline constexpr REL::Offset winrt__hresult_changed_state{ 0x05095830 }; - inline constexpr REL::Offset winrt__hresult_class_not_available{ 0x05095940 }; - inline constexpr REL::Offset winrt__hresult_error{ 0x050958A0 }; - inline constexpr REL::Offset winrt__hresult_illegal_delegate_assignment{ 0x05095980 }; - inline constexpr REL::Offset winrt__hresult_illegal_method_call{ 0x050959F8 }; - inline constexpr REL::Offset winrt__hresult_illegal_state_change{ 0x05095AD0 }; - inline constexpr REL::Offset winrt__hresult_invalid_argument{ 0x05095908 }; - inline constexpr REL::Offset winrt__hresult_no_interface{ 0x05095A98 }; - inline constexpr REL::Offset winrt__hresult_not_implemented{ 0x050958D0 }; - inline constexpr REL::Offset winrt__hresult_out_of_bounds{ 0x050959C0 }; - inline constexpr REL::Offset winrt__hresult_wrong_thread{ 0x05095A30 }; - inline constexpr REL::Offset winrt__impl__IMarshal{ 0x05371768 }; - inline constexpr REL::Offset winrt__impl__abi_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad__void___type{ 0x05371550 }; - inline constexpr REL::Offset winrt__impl__abi_winrt__Windows__Foundation__IUnknown_void___type{ 0x05371710 }; - inline constexpr REL::Offset winrt__impl__delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_02c8f4c92c5bea96a4a3a86ef45683da__{ 0x053715D0 }; - inline constexpr REL::Offset winrt__impl__implements_delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_02c8f4c92c5bea96a4a3a86ef45683da__{ 0x053717A0 }; - inline constexpr REL::Offset winrt__impl__make_marshaler__2__marshaler{ 0x05371680 }; - } // namespace RTTI -} // namespace RE + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseMagic_IProcedure_{ 0x051FABE0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseWeaponExecState_IProcedureTreeExecState_{ 0x051EEEE0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureUseWeapon_IProcedure_{ 0x051FAED0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWaitExecState_IProcedureTreeExecState_{ 0x051EF4D0 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWait_IProcedure_{ 0x051FB250 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWanderExecState_IProcedureTreeExecState_{ 0x051EF650 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSProcedureWander_IProcedure_{ 0x051FC340 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSSpatialGridSearchCustomDebugData_BSSpatialGraphSearchDebugData_{ 0x050AEF10 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSSpatialGridSearchDebugData_BSSpatialGraphSearchDebugData_{ 0x050AF070 }; + inline constexpr REL::Offset BSTDerivedCreator_BGSSpatialSparseGridSearchDebugData_BSSpatialGraphSearchDebugData_{ 0x050AEC20 }; + inline constexpr REL::Offset BSTDerivedCreator_BSAnimationAnimDBData_BSAnimationDBData_{ 0x050AE6F0 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Add_BSNoise__IGenerator_{ 0x0538C5B0 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Billow_BSNoise__IGenerator_{ 0x0538C740 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Crater_BSNoise__IGenerator_{ 0x0538CA10 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Invert_BSNoise__IGenerator_{ 0x0538CC80 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Perlin_BSNoise__IGenerator_{ 0x0538CAF0 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Ridged_BSNoise__IGenerator_{ 0x0538CD80 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__SmoothStep_BSNoise__IGenerator_{ 0x0538D050 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Subtract_BSNoise__IGenerator_{ 0x0538D2C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Turbulence_BSNoise__IGenerator_{ 0x0538D130 }; + inline constexpr REL::Offset BSTDerivedCreator_BSNoise__Voronoi_BSNoise__IGenerator_{ 0x0538D3C0 }; + inline constexpr REL::Offset BSTDerivedCreator_BSPathingRequest_BSPathingRequest_{ 0x051309B0 }; + inline constexpr REL::Offset BSTDerivedCreator_BSPathingSolution_BSPathingSolution_{ 0x0509F460 }; + inline constexpr REL::Offset BSTDerivedCreator_BSPathingTraversalLink_BSPathingTraversalLink_{ 0x050C3430 }; + inline constexpr REL::Offset BSTDerivedCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest_{ 0x051FB620 }; + inline constexpr REL::Offset BSTDerivedCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest_{ 0x05108BB0 }; + inline constexpr REL::Offset BSTDerivedCreator_BedEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8740 }; + inline constexpr REL::Offset BSTDerivedCreator_BedFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8610 }; + inline constexpr REL::Offset BSTDerivedCreator_BowZoomStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1420 }; + inline constexpr REL::Offset BSTDerivedCreator_BowZoomStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1290 }; + inline constexpr REL::Offset BSTDerivedCreator_CameraOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E55E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CameraOverrideStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E9500 }; + inline constexpr REL::Offset BSTDerivedCreator_CameraShakeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0050 }; + inline constexpr REL::Offset BSTDerivedCreator_ChairEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E9810 }; + inline constexpr REL::Offset BSTDerivedCreator_ChairFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8590 }; + inline constexpr REL::Offset BSTDerivedCreator_ChangeAnimArchetypeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE1F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAcquireSearchDebugData_CombatObjectBase_{ 0x05107D90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAimController_CombatObjectBase_{ 0x050DCD70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAlignRollPathController_CombatObjectBase_{ 0x051333E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAnimatedPath_CombatObjectBase_{ 0x051347B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatApproachTargetPathController_CombatObjectBase_{ 0x050DB380 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAreaHoldPosition_CombatObjectBase_{ 0x050DD020 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAreaReference_CombatObjectBase_{ 0x051067F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAreaShape_CombatObjectBase_{ 0x050DFF60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatAreaStandard_CombatObjectBase_{ 0x05133170 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatBarrelRollPathController_CombatObjectBase_{ 0x05134D20 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatChangePositionPathController_CombatObjectBase_{ 0x050DA660 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatChargingSearchData_CombatObjectBase_{ 0x0510A810 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatCluster_CombatObjectBase_{ 0x05112EA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatCoverSearchDebugData_CombatObjectBase_{ 0x05108330 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatCoverSearchResult_CombatObjectBase_{ 0x050DF0C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatCoverSearch_CombatObjectBase_{ 0x050DEC80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatCoveredPathDebugData_CombatObjectBase_{ 0x05105690 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatDialogueDebugData_CombatObjectBase_{ 0x0509FB50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatDisableActionController_CombatObjectBase_{ 0x05108780 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatDisableAimController_CombatObjectBase_{ 0x05115C30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatDisableCollisionController_CombatObjectBase_{ 0x0530F210 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatEnterCoverPathController_CombatObjectBase_{ 0x0510A180 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatFlankingSearchData_CombatObjectBase_{ 0x051040F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatFleeAimController_CombatObjectBase_{ 0x050D9C60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatFollowTargetPathController_CombatObjectBase_{ 0x05106360 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInceptionDebugData_CombatObjectBase_{ 0x050E0200 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemGrenade_CombatObjectBase_{ 0x05105970 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__CombatObjectBase_{ 0x05130890 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x05133C80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__CombatObjectBase_{ 0x050CE050 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__CombatObjectBase_{ 0x050CD2F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__CombatObjectBase_{ 0x050FC1A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__CombatObjectBase_{ 0x05133EE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x050CB670 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__CombatObjectBase_{ 0x050FE320 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__CombatObjectBase_{ 0x05132160 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050CC450 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__CombatObjectBase_{ 0x050CD160 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__CombatObjectBase_{ 0x050FD260 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__CombatObjectBase_{ 0x050FCA70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__CombatObjectBase_{ 0x051011E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__CombatObjectBase_{ 0x051332E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x050FA790 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__CombatObjectBase_{ 0x05133B80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__CombatObjectBase_{ 0x050FC8E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x050A0150 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__CombatObjectBase_{ 0x0512FA80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__CombatObjectBase_{ 0x050FE570 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__CombatObjectBase_{ 0x051124A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__CombatObjectBase_{ 0x050CDA00 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x05131580 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__CombatObjectBase_{ 0x05133F80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__CombatObjectBase_{ 0x050CF8A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050CBEC0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__CombatObjectBase_{ 0x05100380 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__CombatObjectBase_{ 0x05134C80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__CombatObjectBase_{ 0x051009A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__CombatObjectBase_{ 0x05100750 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__CombatObjectBase_{ 0x050F88D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x050CB450 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__CombatObjectBase_{ 0x05103180 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__CombatObjectBase_{ 0x051342E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x05131700 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__CombatObjectBase_{ 0x0509EB30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__CombatObjectBase_{ 0x05130670 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__CombatObjectBase_{ 0x05102F30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__CombatObjectBase_{ 0x05133820 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x0509ECC0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__CombatObjectBase_{ 0x050CDCE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__CombatObjectBase_{ 0x050CCE80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050F9000 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__CombatObjectBase_{ 0x050CEEA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__CombatObjectBase_{ 0x050FB400 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__CombatObjectBase_{ 0x05134BE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__CombatObjectBase_{ 0x05131ED0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__CombatObjectBase_{ 0x05101B80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x05111FA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__CombatObjectBase_{ 0x050FA0A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__CombatObjectBase_{ 0x05101430 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__CombatObjectBase_{ 0x05132290 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__CombatObjectBase_{ 0x0509FE70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__CombatObjectBase_{ 0x051302D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__CombatObjectBase_{ 0x051340E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__CombatObjectBase_{ 0x05134500 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__CombatObjectBase_{ 0x051025D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__CombatObjectBase_{ 0x050F8BE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__CombatObjectBase_{ 0x050CD5D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__CombatObjectBase_{ 0x050FA230 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__CombatObjectBase_{ 0x051326C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__CombatObjectBase_{ 0x050CC170 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__CombatObjectBase_{ 0x050FB710 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__CombatObjectBase_{ 0x050F9190 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__CombatObjectBase_{ 0x050FDE20 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__CombatObjectBase_{ 0x051127E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__CombatObjectBase_{ 0x050F93D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemMelee_CombatObjectBase_{ 0x05113550 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemOneHandedBlock_CombatObjectBase_{ 0x05109630 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemRanged_CombatObjectBase_{ 0x050DD2A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemShield_CombatObjectBase_{ 0x05103F60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemThrown_CombatObjectBase_{ 0x050DD7C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatInventoryItemTorch_CombatObjectBase_{ 0x050DE350 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterArmor_CombatObjectBase_{ 0x050E03E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterBoundItem_CombatObjectBase_{ 0x050DAD50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterChameleon_CombatObjectBase_{ 0x050DC170 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterCloak_CombatObjectBase_{ 0x050DC840 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterDash_CombatObjectBase_{ 0x05135030 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterDisarm_CombatObjectBase_{ 0x050D9FA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterInvisibility_CombatObjectBase_{ 0x05113B00 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterLight_CombatObjectBase_{ 0x05106660 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterOffensive_CombatObjectBase_{ 0x0510A320 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterParalyze_CombatObjectBase_{ 0x05113120 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterReanimate_CombatObjectBase_{ 0x051093D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterRestore_CombatObjectBase_{ 0x05131C30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterScript_CombatObjectBase_{ 0x050DC2D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterStagger_CombatObjectBase_{ 0x0509FC60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterSummon_CombatObjectBase_{ 0x051305A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterTargetEffect_CombatObjectBase_{ 0x05107B70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMagicCasterWard_CombatObjectBase_{ 0x050DCA20 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMantlePathController_CombatObjectBase_{ 0x051147B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMatchTargetAimController_CombatObjectBase_{ 0x05114E30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMeleeAimController_CombatObjectBase_{ 0x050DA250 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMeleeAttackController_CombatObjectBase_{ 0x05133380 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMeleeDebugData_CombatObjectBase_{ 0x05103820 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMovementRequestActivateTarget_CombatObjectBase_{ 0x052155D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatMovementRequestFollowActor_CombatObjectBase_{ 0x051139E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatNavmeshCoverLocation_CombatObjectBase_{ 0x050DA780 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatNavmeshPathingDebugData_CombatObjectBase_{ 0x050DA8E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathBuilderTrackInfo_CombatObjectBase_{ 0x05103DD0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathBuilderTracker_CombatObjectBase_{ 0x05104AF0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__MovementMessage_{ 0x05108ED0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x050FA9E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D9A60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x05132550 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x0509F5E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B6FC0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050D5AE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x050BB800 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x05101E90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B9B10 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B36E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050BF2A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050C2690 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B2890 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x0509D350 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B86C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BC950 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050C0FC0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D8A30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x0509C2C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050BA8F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BDAB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B11B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x050B5FB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x05131D60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D4E80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050FF9A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x050D7FB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x05112130 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x051115C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x050D8E10 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FBCB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x050FCF50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D4820 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x05130480 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05133000 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__CombatObjectBase_{ 0x050D27C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x05133D80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x05113270 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x05108150 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x050D2150 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B6BB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050B4B60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x050BB3F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050C00A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B9700 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B32C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x05100C90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050C2260 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B2480 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x050FEBC0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x05134DE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BC550 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050D4CA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x0509B2E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x0509BEB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D6070 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BD6A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050FA500 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x05130D30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x050D1A80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x05130EF0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x05113400 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x051327D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D1040 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05103650 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__CombatObjectBase_{ 0x050D32F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__CombatObjectBase_{ 0x05130080 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x051331D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__CombatObjectBase_{ 0x05108990 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__CombatObjectBase_{ 0x050D2FF0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__CombatObjectBase_{ 0x0509F290 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__CombatObjectBase_{ 0x05105BE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__CombatObjectBase_{ 0x051350F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__CombatObjectBase_{ 0x050D0BF0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x05109FA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__CombatObjectBase_{ 0x050D2450 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__CombatObjectBase_{ 0x050D1710 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__CombatObjectBase_{ 0x051051E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x050D2D10 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__CombatObjectBase_{ 0x050D05A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__CombatObjectBase_{ 0x05132E60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__CombatObjectBase_{ 0x05107910 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__CombatObjectBase_{ 0x05132F60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__CombatObjectBase_{ 0x05134F90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x0512FFE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x05104990 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05107510 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x050FE0B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D4380 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x050D6E60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x050FBF40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B7640 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050B53A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x0509DBE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050FDAA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BA3D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B3FB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050BFBA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050C2C00 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050FEF20 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x050D3B90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B8D50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BD1D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050C1890 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D7C50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x0509C920 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050BAD80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BE380 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B1A60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x05111DB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x050F9E40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D70B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x05134600 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x050D5260 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FE800 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05102180 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x050D6B10 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FFC40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x051338C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x050F9BA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050FAB90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x050FF3D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase_{ 0x050D7810 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase_{ 0x05102B40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase_{ 0x050FF720 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase_{ 0x050D6310 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050FADA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase_{ 0x050D5460 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase_{ 0x051328D0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050C0610 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B9F60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B3B30 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase_{ 0x050BF710 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050F98B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B2CE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase_{ 0x0509D780 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x05111120 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BCD80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase_{ 0x050C1410 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x0509DE40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x051117C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase_{ 0x050D8520 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050BDF00 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase_{ 0x050B1600 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase_{ 0x050B6400 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase_{ 0x050D96B0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FB260 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x050FC4F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05111410 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase_{ 0x05111AD0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase_{ 0x050FFEF0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase_{ 0x05130710 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase_{ 0x050D3F20 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase_{ 0x05112640 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase_{ 0x05134380 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase_{ 0x05100F70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase_{ 0x05132C80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingDebugData_CombatObjectBase_{ 0x050D9E40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingDelayedTweener_CombatObjectBase_{ 0x05133750 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestAdapter_BSPathingRequest_{ 0x05116110 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestCovered_BSPathingRequest_{ 0x0510AB70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestDebugData_CombatObjectBase_{ 0x050DD400 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x051335A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest_{ 0x050B4640 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest_{ 0x05104250 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05115480 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050B91C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05105530 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05135360 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050C1D00 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050B1ED0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest_{ 0x0509CD50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0512F830 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0509AEF0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x051044E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0509E8C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x0509B980 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05114250 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x050BE7F0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest_{ 0x05133AA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest_{ 0x050B5870 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestMultiGoal_BSPathingRequest_{ 0x05115170 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingRequestStandard_BSPathingRequest_{ 0x05106120 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingSearchArea_CombatObjectBase_{ 0x05106BB0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPathingTweener_CombatObjectBase_{ 0x050DFB50 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPositionReservation_CombatObjectBase_{ 0x050DE530 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatPositionTracker_CombatObjectBase_{ 0x05130370 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatProjectileAimController_CombatObjectBase_{ 0x05115310 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatProjectileDebugData_CombatObjectBase_{ 0x05132D40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatRangedMovementPathSpeedController_CombatObjectBase_{ 0x050DABE0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___CombatObjectBase_{ 0x050E0B40 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatSearchLockData_BSPathingLockData_{ 0x050B0470 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatSearchMap2D_CombatObjectBase_{ 0x050DC560 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatSearchMap3D_CombatObjectBase_{ 0x05112C90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatShipGenericPathController_CombatObjectBase_{ 0x05105F70 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatShipPursueTargetPathController_CombatObjectBase_{ 0x050DE7E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatSoftCoverLocation_CombatObjectBase_{ 0x05113C10 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatSpatialGraphPathingDebugData_CombatObjectBase_{ 0x05130150 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatStandardCoverLocation_CombatObjectBase_{ 0x051085E0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatSuppressiveFireBehavior_CombatObjectBase_{ 0x05135300 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetLocationSearchResult_CombatObjectBase_{ 0x051099C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetLocationSearch_CombatObjectBase_{ 0x050DB590 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetLocation_CombatObjectBase_{ 0x0512FE60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorFixed_CombatObjectBase_{ 0x05112DA0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorPreferred_CombatObjectBase_{ 0x0512FB80 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorRandom_CombatObjectBase_{ 0x050DF970 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorSpaceship_CombatObjectBase_{ 0x050DA450 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorStandard_CombatObjectBase_{ 0x05103440 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTargetSelectorWorkshopObject_CombatObjectBase_{ 0x050DBCC0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatThreatExplosion_CombatObjectBase_{ 0x05104FD0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatThreatLOF_CombatObjectBase_{ 0x05134170 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatThreatMelee_CombatObjectBase_{ 0x050DDF60 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatThreatProjectile_CombatObjectBase_{ 0x050DF4A0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTrackTargetAimController_CombatObjectBase_{ 0x05106A20 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTunnelPathController_CombatObjectBase_{ 0x05132F00 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatTunnelPathingRequestData_CombatObjectBase_{ 0x051307C0 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatViewControllerGlance_CombatObjectBase_{ 0x05104C90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatViewControllerPath_CombatObjectBase_{ 0x05132A90 }; + inline constexpr REL::Offset BSTDerivedCreator_CombatViewControllerStandard_CombatObjectBase_{ 0x050DEE80 }; + inline constexpr REL::Offset BSTDerivedCreator_CullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DED10 }; + inline constexpr REL::Offset BSTDerivedCreator_CullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DEBF0 }; + inline constexpr REL::Offset BSTDerivedCreator_DeathEmoteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DFB00 }; + inline constexpr REL::Offset BSTDerivedCreator_DeathStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0A80 }; + inline constexpr REL::Offset BSTDerivedCreator_DesyncInteractionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6110 }; + inline constexpr REL::Offset BSTDerivedCreator_DetectionDebugData_CombatObjectBase_{ 0x050DB170 }; + inline constexpr REL::Offset BSTDerivedCreator_DisableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2FF0 }; + inline constexpr REL::Offset BSTDerivedCreator_DisableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D8280 }; + inline constexpr REL::Offset BSTDerivedCreator_DisableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC2B0 }; + inline constexpr REL::Offset BSTDerivedCreator_DisableCollisionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2EC0 }; + inline constexpr REL::Offset BSTDerivedCreator_DiveBombPathController_CombatObjectBase_{ 0x05130420 }; + inline constexpr REL::Offset BSTDerivedCreator_DoNotInterruptAnimationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7370 }; + inline constexpr REL::Offset BSTDerivedCreator_EjectShellCasingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCE30 }; + inline constexpr REL::Offset BSTDerivedCreator_EnableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E40D0 }; + inline constexpr REL::Offset BSTDerivedCreator_EnableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7DA0 }; + inline constexpr REL::Offset BSTDerivedCreator_EnableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2950 }; + inline constexpr REL::Offset BSTDerivedCreator_EnableCollisionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2E40 }; + inline constexpr REL::Offset BSTDerivedCreator_EndSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D4DE0 }; + inline constexpr REL::Offset BSTDerivedCreator_EndSummonAnimationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0600 }; + inline constexpr REL::Offset BSTDerivedCreator_EyeTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1010 }; + inline constexpr REL::Offset BSTDerivedCreator_EyeTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1C40 }; + inline constexpr REL::Offset BSTDerivedCreator_FaceEmotionalIdleHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE680 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightActionEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1970 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightActionEntryEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E76E0 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightActionHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E78C0 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightCrashLandStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E17D0 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightCruisingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E81E0 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightHoveringHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8050 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightLandEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7850 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightLandHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6E90 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightLandingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E80C0 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightPerchingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E73E0 }; + inline constexpr REL::Offset BSTDerivedCreator_FlightTakeOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7C70 }; + inline constexpr REL::Offset BSTDerivedCreator_ForceWeaponFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DAF70 }; + inline constexpr REL::Offset BSTDerivedCreator_GetUpEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3890 }; + inline constexpr REL::Offset BSTDerivedCreator_GetUpStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3DD0 }; + inline constexpr REL::Offset BSTDerivedCreator_GravJumpInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6090 }; + inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E2190 }; + inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1850 }; + inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingRotationOffHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE370 }; + inline constexpr REL::Offset BSTDerivedCreator_HeadTrackingRotationOnHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DEFE0 }; + inline constexpr REL::Offset BSTDerivedCreator_HideSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6B70 }; + inline constexpr REL::Offset BSTDerivedCreator_HitFrameHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8FC0 }; + inline constexpr REL::Offset BSTDerivedCreator_IdleDialogueEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC730 }; + inline constexpr REL::Offset BSTDerivedCreator_IdleDialogueExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC7B0 }; + inline constexpr REL::Offset BSTDerivedCreator_IdleFlavorHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE3F0 }; + inline constexpr REL::Offset BSTDerivedCreator_InterruptCastHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E1300 }; + inline constexpr REL::Offset BSTDerivedCreator_JumpAnimEventHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DBD60 }; + inline constexpr REL::Offset BSTDerivedCreator_KillActorHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7E50 }; + inline constexpr REL::Offset BSTDerivedCreator_KillMoveEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF6B0 }; + inline constexpr REL::Offset BSTDerivedCreator_KillMoveStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF840 }; + inline constexpr REL::Offset BSTDerivedCreator_KnockdownHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7100 }; + inline constexpr REL::Offset BSTDerivedCreator_KnockdownTargetHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6F20 }; + inline constexpr REL::Offset BSTDerivedCreator_LeftHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6490 }; + inline constexpr REL::Offset BSTDerivedCreator_LeftHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5AC0 }; + inline constexpr REL::Offset BSTDerivedCreator_LookAtChainData_BoneModifierData_{ 0x050AF410 }; + inline constexpr REL::Offset BSTDerivedCreator_LoopingActivateHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA630 }; + inline constexpr REL::Offset BSTDerivedCreator_MorphDriverData_BoneModifierData_{ 0x050AF550 }; + inline constexpr REL::Offset BSTDerivedCreator_MotionDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D96F0 }; + inline constexpr REL::Offset BSTDerivedCreator_MotionDrivenHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E47E0 }; + inline constexpr REL::Offset BSTDerivedCreator_MountDismountEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E42C0 }; + inline constexpr REL::Offset BSTDerivedCreator_MountInteraction_RefrInteraction_{ 0x0512FDD0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentActorAvoider_MovementAgent_{ 0x05131C90 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentActorState_MovementAgent_{ 0x050F7860 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentFlightControllerDetached_MovementAgent_{ 0x050A16F0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentFlightController_MovementAgent_{ 0x050C7E90 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentPathFollowerFlight_MovementAgent_{ 0x050F7D50 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentPathFollowerStandard_MovementAgent_{ 0x051317A0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementAgentPathFollowerVirtual_MovementAgent_{ 0x05132E00 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentAngleGain_MovementAgent_{ 0x050A1200 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentDirectControl_MovementAgent_{ 0x050A0FB0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentDirectionPassThrough_MovementAgent_{ 0x050A0A20 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentFlightBoostTrigger_MovementAgent_{ 0x050C7850 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentGraphDrivenAnimationDriven_MovementAgent_{ 0x050C7120 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentPlayerControlsActionTrigger_MovementAgent_{ 0x050C7C70 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentPlayerControls_MovementAgent_{ 0x050C6C40 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentPlayerFlightControls_MovementAgent_{ 0x050A0D80 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentSprintActionTrigger_MovementAgent_{ 0x050A10D0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentStairsHelper_MovementAgent_{ 0x050C6F90 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentStandard_MovementAgent_{ 0x050A1410 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerAgentStorePlannerOutput_MovementAgent_{ 0x051320F0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementHandlerArbiter_MovementArbiter_{ 0x05132200 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageActivateDoor_MovementMessage_{ 0x05133A40 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageActorCollision_MovementMessage_{ 0x0512FA20 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageBeginLandingApproach_MovementMessage_{ 0x051325F0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageBlocked_MovementMessage_{ 0x0509AD60 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageGravJump_MovementMessage_{ 0x050A6690 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageJump_MovementMessage_{ 0x0509EED0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageLand_MovementMessage_{ 0x051324F0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageNewPath_MovementMessage_{ 0x051339E0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePathCleared_MovementMessage_{ 0x05133E20 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePathComplete_MovementMessage_{ 0x0509B490 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePathFailed_MovementMessage_{ 0x05107700 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessagePlayIdle_MovementMessage_{ 0x0509F080 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageSetStaticPath_MovementMessage_{ 0x0509E010 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageTakeOff_MovementMessage_{ 0x050A6830 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageTraversal_MovementMessage_{ 0x05101590 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageWarpToLocation_MovementMessage_{ 0x05109B80 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementMessageWarpToMultiple_MovementMessage_{ 0x05134750 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementParametersFixed_IMovementParameters_{ 0x050AFFB0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementParameters_IMovementParameters_{ 0x050B0110 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerAgentAvoidBox_MovementAgent_{ 0x050A1AA0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerAgentLoadedAreaMonitor_MovementAgent_{ 0x05130600 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerAgentStaticAvoider_MovementAgent_{ 0x050A07A0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPathManagerArbiter_MovementArbiter_{ 0x050A5CA0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerAgentDirectControl_MovementAgent_{ 0x050F8060 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerAgentNavmeshBounds_MovementAgent_{ 0x050A18E0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerAgentWarp_MovementAgent_{ 0x050F82B0 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPlannerArbiter_MovementArbiter_{ 0x050A6060 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementPostUpdateArbiter_MovementArbiter_{ 0x050A5E50 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementStateFollowPath_MovementAgent_{ 0x050C7530 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementStateTweener_MovementAgent_{ 0x050A0B40 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerAgentFixedDelta_MovementAgent_{ 0x05133440 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerAgentNodeFollower_MovementAgent_{ 0x050A1530 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerAgentTargetPosAndVel_MovementAgent_{ 0x05134070 }; + inline constexpr REL::Offset BSTDerivedCreator_MovementTweenerArbiter_MovementArbiter_{ 0x050A6270 }; + inline constexpr REL::Offset BSTDerivedCreator_NPCAttachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB3B0 }; + inline constexpr REL::Offset BSTDerivedCreator_NPCDetachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DBCF0 }; + inline constexpr REL::Offset BSTDerivedCreator_PairedAttackDialogueHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCB60 }; + inline constexpr REL::Offset BSTDerivedCreator_PairedStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF720 }; + inline constexpr REL::Offset BSTDerivedCreator_PassengerInteraction_RefrInteraction_{ 0x05135090 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingCell_BSPathingCell_{ 0x051346C0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingDoor_BSPathingDoor_{ 0x050C2DC0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingLockData_BSPathingLockData_{ 0x051334A0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestClosePoint_BSPathingRequest_{ 0x05133D20 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestClosestGoal_BSPathingRequest_{ 0x05105A90 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestCover_BSPathingRequest_{ 0x05134F30 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlee_BSPathingRequest_{ 0x05131A60 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyAction_BSPathingRequest_{ 0x05114A60 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyHover_BSPathingRequest_{ 0x05113DB0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyLand_BSPathingRequest_{ 0x05107F40 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyOrbit_BSPathingRequest_{ 0x051046E0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFlyTakeOff_BSPathingRequest_{ 0x05104E40 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestFly_BSPathingRequest_{ 0x05131880 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestHide_BSPathingRequest_{ 0x05130F90 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestLOS_BSPathingRequest_{ 0x05112FA0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestOpenSpace_BSPathingRequest_{ 0x05105D40 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestRotate_BSPathingRequest_{ 0x051163A0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestSafeStraightLine_BSPathingRequest_{ 0x05114C90 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequestStopMoving_BSPathingRequest_{ 0x051165D0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingRequest_BSPathingRequest_{ 0x0509F820 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionActivate_BSPathingTraversalAction_{ 0x050AAB00 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionDoorway_BSPathingTraversalAction_{ 0x05133270 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionJump_BSPathingTraversalAction_{ 0x050AA270 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionLadder_BSPathingTraversalAction_{ 0x050AA3F0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalActionStandard_BSPathingTraversalAction_{ 0x050AA7B0 }; + inline constexpr REL::Offset BSTDerivedCreator_PathingTraversalData_BSPathingTraversalData_{ 0x050C2FE0 }; + inline constexpr REL::Offset BSTDerivedCreator_PerformActivationHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DE7B0 }; + inline constexpr REL::Offset BSTDerivedCreator_PickNewIdleHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E00C0 }; + inline constexpr REL::Offset BSTDerivedCreator_PitchOverrideEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DAB50 }; + inline constexpr REL::Offset BSTDerivedCreator_PitchOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DB7A0 }; + inline constexpr REL::Offset BSTDerivedCreator_PlayerBedEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E89F0 }; + inline constexpr REL::Offset BSTDerivedCreator_PlayerChairEnterHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E8F40 }; + inline constexpr REL::Offset BSTDerivedCreator_PlayerFastEquipSoundHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6680 }; + inline constexpr REL::Offset BSTDerivedCreator_PlayerFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E7DD0 }; + inline constexpr REL::Offset BSTDerivedCreator_PoseDeformerData_BoneModifierData_{ 0x05130220 }; + inline constexpr REL::Offset BSTDerivedCreator_QuestPathingRequest_BSPathingRequest_{ 0x05106F10 }; + inline constexpr REL::Offset BSTDerivedCreator_RagdollAndGetUpHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4240 }; + inline constexpr REL::Offset BSTDerivedCreator_RagdollStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4AE0 }; + inline constexpr REL::Offset BSTDerivedCreator_RecoilStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5C70 }; + inline constexpr REL::Offset BSTDerivedCreator_ReevaluateGraphStateHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA440 }; + inline constexpr REL::Offset BSTDerivedCreator_ReferenceEndAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D98C0 }; + inline constexpr REL::Offset BSTDerivedCreator_ReferenceRunActionHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D8E50 }; + inline constexpr REL::Offset BSTDerivedCreator_ReferenceStartAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D9270 }; + inline constexpr REL::Offset BSTDerivedCreator_ReferenceStartImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D8300 }; + inline constexpr REL::Offset BSTDerivedCreator_ReferenceStopImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D8DC0 }; + inline constexpr REL::Offset BSTDerivedCreator_ReloadCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D9BE0 }; + inline constexpr REL::Offset BSTDerivedCreator_ReloadStateChangeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA130 }; + inline constexpr REL::Offset BSTDerivedCreator_RemoveRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E4A70 }; + inline constexpr REL::Offset BSTDerivedCreator_RightHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5F30 }; + inline constexpr REL::Offset BSTDerivedCreator_RightHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5B40 }; + inline constexpr REL::Offset BSTDerivedCreator_SandManKillHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7090 }; + inline constexpr REL::Offset BSTDerivedCreator_SceneNextPhaseHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D8C30 }; + inline constexpr REL::Offset BSTDerivedCreator_SetupGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D5690 }; + inline constexpr REL::Offset BSTDerivedCreator_ShowSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6990 }; + inline constexpr REL::Offset BSTDerivedCreator_SlideStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7930 }; + inline constexpr REL::Offset BSTDerivedCreator_SneakStateChangeHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA5B0 }; + inline constexpr REL::Offset BSTDerivedCreator_SpaceshipDockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D9410 }; + inline constexpr REL::Offset BSTDerivedCreator_SpaceshipLandingFinishedFailsafeHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D4F10 }; + inline constexpr REL::Offset BSTDerivedCreator_SpaceshipLandingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D5510 }; + inline constexpr REL::Offset BSTDerivedCreator_SpaceshipTakeOffFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D4BE0 }; + inline constexpr REL::Offset BSTDerivedCreator_SpaceshipUndockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x052D94A0 }; + inline constexpr REL::Offset BSTDerivedCreator_SpringBoneData_BoneModifierData_{ 0x050AF6E0 }; + inline constexpr REL::Offset BSTDerivedCreator_StaggeredStopHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E99F0 }; + inline constexpr REL::Offset BSTDerivedCreator_StartFloatingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E3820 }; + inline constexpr REL::Offset BSTDerivedCreator_StartPCapVoiceHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD390 }; + inline constexpr REL::Offset BSTDerivedCreator_StartSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D4D60 }; + inline constexpr REL::Offset BSTDerivedCreator_StopFloatingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E32D0 }; + inline constexpr REL::Offset BSTDerivedCreator_StopMountCameraHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E0910 }; + inline constexpr REL::Offset BSTDerivedCreator_SubgraphAndOffsetDBData_BSAnimationDBData_{ 0x0512FCD0 }; + inline constexpr REL::Offset BSTDerivedCreator_SyncDeferDeathHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D74A0 }; + inline constexpr REL::Offset BSTDerivedCreator_SyncEarlyExitHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D7300 }; + inline constexpr REL::Offset BSTDerivedCreator_TakeOffInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D5B10 }; + inline constexpr REL::Offset BSTDerivedCreator_TerminateGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D5710 }; + inline constexpr REL::Offset BSTDerivedCreator_TraversalFinishedHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D6AF0 }; + inline constexpr REL::Offset BSTDerivedCreator_TraversalStepDoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052D79A0 }; + inline constexpr REL::Offset BSTDerivedCreator_UncullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DEB70 }; + inline constexpr REL::Offset BSTDerivedCreator_UncullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DF550 }; + inline constexpr REL::Offset BSTDerivedCreator_UseStimpakHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DD950 }; + inline constexpr REL::Offset BSTDerivedCreator_VirtualPathingDoor_BSPathingDoor_{ 0x0509B5A0 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponAttachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DC9D0 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponBeginDrawHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E52B0 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponBeginSheatheHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5330 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponDetachHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DCA40 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponDrawHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5150 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponFireEndHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DAE50 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponFireHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DA9F0 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponFireStartHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DADD0 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponSheatheHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5710 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponSheatheInterruptHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E5560 }; + inline constexpr REL::Offset BSTDerivedCreator_WeaponSwingHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052E6AA0 }; + inline constexpr REL::Offset BSTDerivedCreator_ZeroPitchHandler_IHandlerFunctor_Actor_BSFixedString__{ 0x052DABD0 }; + inline constexpr REL::Offset BSTDerivedCreator___BSAnimationGraphDBData_BSAnimationDBData_{ 0x05360A10 }; + inline constexpr REL::Offset BSTDerivedCreator___BSAnimationTableDBData_BSAnimationDBData_{ 0x053608D0 }; + inline constexpr REL::Offset BSTDerivedCreator___BSAnimationTextDBData_BSAnimationDBData_{ 0x05360760 }; + inline constexpr REL::Offset BSTDerivedCreator___MovementHandlerAgentAngleControllerLoadScrapper_MovementAgent_{ 0x053B8840 }; + inline constexpr REL::Offset BSTDerivedCreator___MovementHandlerAgentLargeDeltaLoadScrapper_MovementAgent_{ 0x053B85C0 }; + inline constexpr REL::Offset BSTDerivedCreator___MovementHandlerAgentTranslationControllerLoadScrapper_MovementAgent_{ 0x053B8330 }; + inline constexpr REL::Offset BSTDerivedCreator___MovementPlannerAgentHorseControlsLoadScrapper_MovementAgent_{ 0x05222F30 }; + inline constexpr REL::Offset BSTDerivedCreator___MovementPlannerAgentKeepOffsetLoadScrapper_MovementAgent_{ 0x052230E0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode_{ 0x0536B4F0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode_{ 0x05368DA0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode_{ 0x0536A4A0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode_{ 0x05366DC0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode_{ 0x0536C0D0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode_{ 0x05367540 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_AssigniState_AnimGraphNode_{ 0x05367980 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_BlendNode_AnimGraphNode_{ 0x0536BF40 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode_{ 0x05363140 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode_{ 0x053624F0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode_{ 0x05362C80 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode_{ 0x0536D100 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode_{ 0x05364BC0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode_{ 0x05364840 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode_{ 0x053630E0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode_{ 0x05365A70 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode_{ 0x0536C920 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode_{ 0x0536D6B0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode_{ 0x053669F0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode_{ 0x05365550 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode_{ 0x05362140 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode_{ 0x05364680 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_EventController_AnimGraphNode_{ 0x053671A0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode_{ 0x05368310 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode_{ 0x05368F60 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode_{ 0x05369D90 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode_{ 0x05365CB0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode_{ 0x0536CCA0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode_{ 0x05369F30 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode_{ 0x0536AF20 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode_{ 0x0536D860 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode_{ 0x05364A00 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode_{ 0x05368730 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MergeNode_AnimGraphNode_{ 0x0536A0D0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode_{ 0x053692F0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode_{ 0x053699E0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode_{ 0x05367EB0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode_{ 0x05363BD0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode_{ 0x053628D0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode_{ 0x05362690 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode_{ 0x05368580 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode_{ 0x05368A90 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode_{ 0x05363950 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode_{ 0x053664D0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode_{ 0x053688F0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode_{ 0x0536B0D0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode_{ 0x05363D80 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_RollingBone_AnimGraphNode_{ 0x05363580 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_RootTwist_AnimGraphNode_{ 0x0536B950 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode_{ 0x05367B20 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode_{ 0x0536BCF0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode_{ 0x0536D500 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode_{ 0x0536C450 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode_{ 0x053640E0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode_{ 0x053658C0 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode_{ 0x05366F70 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode_{ 0x0536A260 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode_{ 0x05365190 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode_{ 0x0536AB80 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode_{ 0x05365700 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode_{ 0x0536D360 }; + inline constexpr REL::Offset BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode_{ 0x05366100 }; + inline constexpr REL::Offset BSTEventDetail__SinkBase{ 0x05126EA8 }; + inline constexpr REL::Offset BSTEventDetail__SourceBase{ 0x05128330 }; + inline constexpr REL::Offset BSTEventSink_ActivityEvents__ActivityCompletedEvent_{ 0x052C7590 }; + inline constexpr REL::Offset BSTEventSink_ActivityTrackerActivityStartedEvent_{ 0x0527B4B0 }; + inline constexpr REL::Offset BSTEventSink_ActorCellChangeEvent_{ 0x05248810 }; + inline constexpr REL::Offset BSTEventSink_ActorDamage__Event_{ 0x051522B8 }; + inline constexpr REL::Offset BSTEventSink_ActorEquipManagerEvent__Event_{ 0x0523D1F0 }; + inline constexpr REL::Offset BSTEventSink_ActorEquipManagerEvent__SpellEvent_{ 0x0523D240 }; + inline constexpr REL::Offset BSTEventSink_ActorInventoryEvent_{ 0x052AF6E0 }; + inline constexpr REL::Offset BSTEventSink_ActorItemEquipped__Event_{ 0x052A74F0 }; + inline constexpr REL::Offset BSTEventSink_ActorKill__Event_{ 0x05151398 }; + inline constexpr REL::Offset BSTEventSink_ActorSprintEvent_{ 0x05152188 }; + inline constexpr REL::Offset BSTEventSink_ActorValueEvents__ActorValueChangedEvent_{ 0x0512F0D0 }; + inline constexpr REL::Offset BSTEventSink_AliasChangeEvent_{ 0x0523A310 }; + inline constexpr REL::Offset BSTEventSink_AnimationDataCleanupEvent_{ 0x05154520 }; + inline constexpr REL::Offset BSTEventSink_AnimationDataSetupEvent_{ 0x05154570 }; + inline constexpr REL::Offset BSTEventSink_AnimationGraphDependentEvent_{ 0x052D1EF0 }; + inline constexpr REL::Offset BSTEventSink_AssaultCrime__Event_{ 0x0512EE48 }; + inline constexpr REL::Offset BSTEventSink_AttachReference__Event_{ 0x051F4CB0 }; + inline constexpr REL::Offset BSTEventSink_AutoLoadDoorRolloverEvent_{ 0x0523C4F0 }; + inline constexpr REL::Offset BSTEventSink_BGSAcousticSpaceListener__StackChangedEvent_{ 0x0512F4D0 }; + inline constexpr REL::Offset BSTEventSink_BGSActorCellEvent_{ 0x0512F648 }; + inline constexpr REL::Offset BSTEventSink_BGSActorDeathEvent_{ 0x052A54F8 }; + inline constexpr REL::Offset BSTEventSink_BGSAffinityEventEvent_{ 0x05333418 }; + inline constexpr REL::Offset BSTEventSink_BGSAppPausedEvent_{ 0x0532E1C8 }; + inline constexpr REL::Offset BSTEventSink_BGSCellGridLoadEvent_{ 0x05199158 }; + inline constexpr REL::Offset BSTEventSink_BGSCollisionSoundEvent_{ 0x052AF290 }; + inline constexpr REL::Offset BSTEventSink_BGSCombatImpactEvent_{ 0x052AF250 }; + inline constexpr REL::Offset BSTEventSink_BGSEventProcessedEvent_{ 0x05337FB8 }; + inline constexpr REL::Offset BSTEventSink_BGSFootstepEvent_{ 0x052AF210 }; + inline constexpr REL::Offset BSTEventSink_BGSHavokWorldCreatedEvent_{ 0x05203BF0 }; + inline constexpr REL::Offset BSTEventSink_BGSHotloadCompletedEvent_{ 0x052D26F0 }; + inline constexpr REL::Offset BSTEventSink_BGSInventoryListEvent__Event_{ 0x051D9FD0 }; + inline constexpr REL::Offset BSTEventSink_BGSKeyword__OnDestroyEvent_{ 0x051BC270 }; + inline constexpr REL::Offset BSTEventSink_BGSLocationLoadedEvent_{ 0x0534D300 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCompanionDismiss_{ 0x0534D340 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCompleteResearchEvent_{ 0x0534D7F0 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCraftItemEvent_{ 0x0534D5C0 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerCreateRobotEvent_{ 0x0534D610 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerEnterVertibirdEvent_{ 0x0534D840 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerFallLongDistances_{ 0x0534D890 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerFireWeaponEvent_{ 0x0534D8E0 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerHealTeammateEvent_{ 0x0534D930 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerLoiteringBeginEvent_{ 0x0534D700 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerLoiteringEndEvent_{ 0x0534D750 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerModArmorWeaponEvent_{ 0x0534D7A0 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerModRobotEvent_{ 0x0534D660 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerSwimmingEvent_{ 0x0534D6B0 }; + inline constexpr REL::Offset BSTEventSink_BGSOnPlayerUseWorkBenchEvent_{ 0x0534D4C0 }; + inline constexpr REL::Offset BSTEventSink_BGSOnSpeechChallengeAvailable_{ 0x0534D510 }; + inline constexpr REL::Offset BSTEventSink_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ 0x052C7540 }; + inline constexpr REL::Offset BSTEventSink_BGSRadiationDamageEvent_{ 0x05334A00 }; + inline constexpr REL::Offset BSTEventSink_BGSScannerGuideEffectStatusUpdateEvent_{ 0x05260F70 }; + inline constexpr REL::Offset BSTEventSink_BGSSceneActionPlayerDialogue__ActionEndEvent_{ 0x052A72B0 }; + inline constexpr REL::Offset BSTEventSink_BGSSceneActionPlayerDialogue__ActionStartEvent_{ 0x052A6F80 }; + inline constexpr REL::Offset BSTEventSink_BIUIMenuVisiblePausedBeginEvent_{ 0x05156CD0 }; + inline constexpr REL::Offset BSTEventSink_BIUIMenuVisiblePausedEndEvent_{ 0x05156D20 }; + inline constexpr REL::Offset BSTEventSink_BSAnimationGraphEvent_{ 0x05154868 }; + inline constexpr REL::Offset BSTEventSink_BSBethesdaPlatformLoginEvent_{ 0x05243300 }; + inline constexpr REL::Offset BSTEventSink_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ 0x0512F120 }; + inline constexpr REL::Offset BSTEventSink_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ 0x052A6FE0 }; + inline constexpr REL::Offset BSTEventSink_BSCoreMessage__Event_{ 0x052A6090 }; + inline constexpr REL::Offset BSTEventSink_BSCursorRotationChange_{ 0x053A0DB0 }; + inline constexpr REL::Offset BSTEventSink_BSCursorTypeChange_{ 0x053A0D70 }; + inline constexpr REL::Offset BSTEventSink_BSGalaxy__CreateViewEvent_{ 0x051C7130 }; + inline constexpr REL::Offset BSTEventSink_BSMovementDataChangedEvent_{ 0x05267890 }; + inline constexpr REL::Offset BSTEventSink_BSMusicEvent_{ 0x053A1368 }; + inline constexpr REL::Offset BSTEventSink_BSNavMeshGenerationBeginEvent_{ 0x0519FFF0 }; + inline constexpr REL::Offset BSTEventSink_BSNavMeshGenerationFinishedEvent_{ 0x051A0040 }; + inline constexpr REL::Offset BSTEventSink_BSNavmeshCellUpdateEvent_{ 0x05190C00 }; + inline constexpr REL::Offset BSTEventSink_BSNavmeshChangeEvent_{ 0x051283A0 }; + inline constexpr REL::Offset BSTEventSink_BSNavmeshObstacleEvent_{ 0x05190B20 }; + inline constexpr REL::Offset BSTEventSink_BSPathEvent_{ 0x05337E40 }; + inline constexpr REL::Offset BSTEventSink_BSProceduralGeomEvent_{ 0x052ED2E8 }; + inline constexpr REL::Offset BSTEventSink_BSResource__Archive2__ClearRegistryEvent_{ 0x051828D0 }; + inline constexpr REL::Offset BSTEventSink_BSResource__Archive2__RegisteredEvent_{ 0x05182920 }; + inline constexpr REL::Offset BSTEventSink_BSResource__Archive2__StreamOpenedEvent_{ 0x0517F750 }; + inline constexpr REL::Offset BSTEventSink_BSResource__NameFoundEvent_{ 0x05206880 }; + inline constexpr REL::Offset BSTEventSink_BSScript__StatsEvent_{ 0x0533BA68 }; + inline constexpr REL::Offset BSTEventSink_BSSubGraphActivationUpdate_{ 0x052678E0 }; + inline constexpr REL::Offset BSTEventSink_BSSysMonFrameCaptured_{ 0x051566F8 }; + inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_FaderMenuDisplayState__{ 0x05328740 }; + inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ 0x052D1FA0 }; + inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ 0x0523E470 }; + inline constexpr REL::Offset BSTEventSink_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ 0x05265700 }; + inline constexpr REL::Offset BSTEventSink_BSThreadEvent__ThreadEvent_{ 0x05379C30 }; + inline constexpr REL::Offset BSTEventSink_BSTransformDeltaEvent_{ 0x051DA220 }; + inline constexpr REL::Offset BSTEventSink_BSWorldOriginShiftEvent_{ 0x05190C50 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_BuyItem_{ 0x05269568 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_CloseMenu_{ 0x05269418 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_HideModel_{ 0x05269498 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_LoadModel_{ 0x05269458 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_SellItem_{ 0x052695A8 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_SetMouseOverModel_{ 0x052695F0 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_ShowFailureMessage_{ 0x052694E0 }; + inline constexpr REL::Offset BSTEventSink_BarterMenu_ViewedItem_{ 0x05269528 }; + inline constexpr REL::Offset BSTEventSink_BeamProjectileImpactEvent_{ 0x052AF5E0 }; + inline constexpr REL::Offset BSTEventSink_BinkMovieStoppedPlayingEvent_{ 0x0522F3C0 }; + inline constexpr REL::Offset BSTEventSink_Bleedout__Event_{ 0x0512F490 }; + inline constexpr REL::Offset BSTEventSink_BlurEvent_{ 0x0532EE28 }; + inline constexpr REL::Offset BSTEventSink_BooksRead__Event_{ 0x052C72E8 }; + inline constexpr REL::Offset BSTEventSink_BoundaryMenu_FastTravel_{ 0x0522ABF0 }; + inline constexpr REL::Offset BSTEventSink_BoundaryMenu_ShowMap_{ 0x0522ABA8 }; + inline constexpr REL::Offset BSTEventSink_Bounty__Event_{ 0x052C8350 }; + inline constexpr REL::Offset BSTEventSink_BuilderMenuSelectEvent_{ 0x0534BC68 }; + inline constexpr REL::Offset BSTEventSink_CameraCutEvent_{ 0x052270B8 }; + inline constexpr REL::Offset BSTEventSink_CellAttachDetachEvent_{ 0x05190BC0 }; + inline constexpr REL::Offset BSTEventSink_ChallengeCompletedEvent__Event_{ 0x052309F0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_BrowChange_{ 0x052848E0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_BrowColorChange_{ 0x05284780 }; + inline constexpr REL::Offset BSTEventSink_CharGen_CancelTextEntry_{ 0x05284C30 }; + inline constexpr REL::Offset BSTEventSink_CharGen_CloseMenu_{ 0x05284DF8 }; + inline constexpr REL::Offset BSTEventSink_CharGen_CyclePronoun_{ 0x052846F8 }; + inline constexpr REL::Offset BSTEventSink_CharGen_DirtScarsEtcChange_{ 0x05284A20 }; + inline constexpr REL::Offset BSTEventSink_CharGen_EndBodyChange_{ 0x05286458 }; + inline constexpr REL::Offset BSTEventSink_CharGen_EndTextEntry_{ 0x05284C70 }; + inline constexpr REL::Offset BSTEventSink_CharGen_EyeColorChange_{ 0x05284920 }; + inline constexpr REL::Offset BSTEventSink_CharGen_FacialHairChange_{ 0x05284810 }; + inline constexpr REL::Offset BSTEventSink_CharGen_FacialHairColorChange_{ 0x052847C0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_HairChange_{ 0x052848A0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_HairColorChange_{ 0x05284860 }; + inline constexpr REL::Offset BSTEventSink_CharGen_HeadpartPlusSelectorChange_{ 0x05284AB0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_HeadpartPresetChange_{ 0x05284D70 }; + inline constexpr REL::Offset BSTEventSink_CharGen_JewelryChange_{ 0x05286528 }; + inline constexpr REL::Offset BSTEventSink_CharGen_JewelryColorChange_{ 0x052864E0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_MakeupChange_{ 0x05286290 }; + inline constexpr REL::Offset BSTEventSink_CharGen_MarkingsChange_{ 0x05286250 }; + inline constexpr REL::Offset BSTEventSink_CharGen_PostBlendColorOptionChange_{ 0x05286320 }; + inline constexpr REL::Offset BSTEventSink_CharGen_PostBlendFaceChange_{ 0x05286370 }; + inline constexpr REL::Offset BSTEventSink_CharGen_PostBlendIntensityChange_{ 0x052862D0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_PresetChange_{ 0x05284DB8 }; + inline constexpr REL::Offset BSTEventSink_CharGen_RollOffLocomotion_{ 0x05284500 }; + inline constexpr REL::Offset BSTEventSink_CharGen_RollOnLocomotion_{ 0x05284550 }; + inline constexpr REL::Offset BSTEventSink_CharGen_RotatePaperdoll_{ 0x052845A0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetAdditionalSlider_{ 0x05286410 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetBackground_{ 0x05284960 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetBlockInputUnderPopup_{ 0x052863C0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetBodyValues_{ 0x05284B48 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetCameraPosition_{ 0x05284B00 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetPronoun_{ 0x052846B8 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetSex_{ 0x05284D30 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetSlider_{ 0x05284CF0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SetTrait_{ 0x052849A0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_ShowChooseBackgroundMessage_{ 0x05284B90 }; + inline constexpr REL::Offset BSTEventSink_CharGen_ShowPlayerRenameMessage_{ 0x05284BE0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SkintoneChange_{ 0x05284A68 }; + inline constexpr REL::Offset BSTEventSink_CharGen_StartBodyChange_{ 0x052864A0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_StartTextEntry_{ 0x05284CB0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SwitchBodyType_{ 0x052845E0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_SwitchLocomotion_{ 0x05284620 }; + inline constexpr REL::Offset BSTEventSink_CharGen_TeethChange_{ 0x05284738 }; + inline constexpr REL::Offset BSTEventSink_CharGen_TeethRollOff_{ 0x05284478 }; + inline constexpr REL::Offset BSTEventSink_CharGen_TeethRollOn_{ 0x052844B8 }; + inline constexpr REL::Offset BSTEventSink_CharGen_ToggleMarking_{ 0x052849E0 }; + inline constexpr REL::Offset BSTEventSink_CharGen_TogglePreviewHabSuit_{ 0x05284670 }; + inline constexpr REL::Offset BSTEventSink_CharacterBeginLevelUpEvent_{ 0x052A7260 }; + inline constexpr REL::Offset BSTEventSink_CharacterFinishLevelUpEvent_{ 0x052489E0 }; + inline constexpr REL::Offset BSTEventSink_ChestLooted__Event_{ 0x05151570 }; + inline constexpr REL::Offset BSTEventSink_ClearHUDMessagesEvent_{ 0x0523EEB0 }; + inline constexpr REL::Offset BSTEventSink_ClearQuickContainerEvent_{ 0x0523C6D0 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenuClosed__Event_{ 0x0522F1D0 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_CloseMenu_{ 0x05238660 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_HideModel_{ 0x05327200 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_Jettison_{ 0x05326C38 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_LoadModel_{ 0x053271C0 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_OpenRefuelMenu_{ 0x05327240 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_SetMouseOverModel_{ 0x05326C80 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_TakeAll_{ 0x05327180 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_ToggleEquip_{ 0x053270E0 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_TransferAllResources_{ 0x05327130 }; + inline constexpr REL::Offset BSTEventSink_ContainerMenu_TransferItem_{ 0x05327090 }; + inline constexpr REL::Offset BSTEventSink_ContextStackChangedEvent_{ 0x053A0420 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_CraftItem_{ 0x05236540 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_ExitBench_{ 0x052363C8 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_Highlight3D_{ 0x0529D1E0 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_InstallMod_{ 0x052368B0 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_RenameItem_{ 0x05236820 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_RevertHighlight_{ 0x0529D190 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_RevertedModdedItem_{ 0x05236860 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedModSlot_{ 0x052367D0 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedMod_{ 0x05236780 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedModdableItem_{ 0x05236920 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_SelectedRecipe_{ 0x05236580 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_SessionSummaryEvent_{ 0x052A6EF0 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_SetInspectControls_{ 0x05236490 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_ToggleTracking_{ 0x05236440 }; + inline constexpr REL::Offset BSTEventSink_CraftingMenu_ViewingModdableItem_{ 0x05236970 }; + inline constexpr REL::Offset BSTEventSink_CrewAssignedEvent_{ 0x0512EE08 }; + inline constexpr REL::Offset BSTEventSink_CrewDismissedEvent_{ 0x0512EF58 }; + inline constexpr REL::Offset BSTEventSink_CriticalHitEvent__Event_{ 0x052C85D0 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_CloseMenu_{ 0x05288F00 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_ClosedForSubMenu_{ 0x05288F40 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_Missions_{ 0x05289998 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_OpenPauseMenu_{ 0x05289880 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_PlotToLocation_{ 0x052898C0 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_Reopened_{ 0x05289A28 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedAttributesMenu_{ 0x052890D0 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedInventoryMenu_{ 0x05289080 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedMapMenu_{ 0x05289030 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedPowersMenu_{ 0x05289900 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedShipMenu_{ 0x05288FE0 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SelectedStatusMenu_{ 0x05288F90 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SetMenuForQuickEntry_{ 0x05289950 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_SetPaperDollActive_{ 0x052899E0 }; + inline constexpr REL::Offset BSTEventSink_DataMenu_StartCloseAnim_{ 0x05238530 }; + inline constexpr REL::Offset BSTEventSink_DataSlateButtons_acceptClicked_{ 0x0526C4E0 }; + inline constexpr REL::Offset BSTEventSink_DataSlateButtons_cancelClicked_{ 0x0526C530 }; + inline constexpr REL::Offset BSTEventSink_DataSlateMenu_playSFX_{ 0x0526C498 }; + inline constexpr REL::Offset BSTEventSink_DataSlateMenu_toggleAudio_{ 0x0526C450 }; + inline constexpr REL::Offset BSTEventSink_DaysPassed__Event_{ 0x052C8648 }; + inline constexpr REL::Offset BSTEventSink_DefaultObjectsReadyEvent__Event_{ 0x0532EDE0 }; + inline constexpr REL::Offset BSTEventSink_DestroyedEvent_{ 0x051507F8 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_CompleteExit_{ 0x0525FA00 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnDialogueSelect_{ 0x05328570 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnListVisibilityChange_{ 0x05328660 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnPersuasionAutoWin_{ 0x05327FB0 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_OnScriptedDialogueSelect_{ 0x05328000 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_RequestExit_{ 0x05328610 }; + inline constexpr REL::Offset BSTEventSink_DialogueMenu_RequestSkipDialogue_{ 0x053285C0 }; + inline constexpr REL::Offset BSTEventSink_DocAcceptMenu_Accept_{ 0x0522AEA8 }; + inline constexpr REL::Offset BSTEventSink_DynNavMeshOpRecord__CompleteEvent_{ 0x0535F610 }; + inline constexpr REL::Offset BSTEventSink_DynamicNavMeshBuildCompleteEvent_{ 0x05191240 }; + inline constexpr REL::Offset BSTEventSink_EndLoadGameEvent_{ 0x05157F90 }; + inline constexpr REL::Offset BSTEventSink_EnteredUnity__Event_{ 0x052A7470 }; + inline constexpr REL::Offset BSTEventSink_ExperienceMeterDisplayData_{ 0x05264FE0 }; + inline constexpr REL::Offset BSTEventSink_FavoritesMenu_AssignQuickkey_{ 0x053299D0 }; + inline constexpr REL::Offset BSTEventSink_FavoritesMenu_UseQuickkey_{ 0x05329A20 }; + inline constexpr REL::Offset BSTEventSink_FinePaid__Event_{ 0x052C8518 }; + inline constexpr REL::Offset BSTEventSink_FirstThirdPersonSwitch__Event_{ 0x0512F690 }; + inline constexpr REL::Offset BSTEventSink_GameStalledEvent_{ 0x053BD488 }; + inline constexpr REL::Offset BSTEventSink_GlobalFunc_CloseAllMenus_{ 0x05262CB0 }; + inline constexpr REL::Offset BSTEventSink_GlobalFunc_CloseMenu_{ 0x05262C08 }; + inline constexpr REL::Offset BSTEventSink_GlobalFunc_PlayMenuSound_{ 0x05262BC0 }; + inline constexpr REL::Offset BSTEventSink_GlobalFunc_StartGameRender_{ 0x05262B70 }; + inline constexpr REL::Offset BSTEventSink_GlobalFunc_UserEvent_{ 0x05262C48 }; + inline constexpr REL::Offset BSTEventSink_HUDActivityIncreaseEvent_{ 0x05238460 }; + inline constexpr REL::Offset BSTEventSink_HUDCrewBuffMessageEvent_{ 0x05233D20 }; + inline constexpr REL::Offset BSTEventSink_HUDModeEvent_{ 0x0523C4B8 }; + inline constexpr REL::Offset BSTEventSink_HUDNotificationEvent_{ 0x052665E8 }; + inline constexpr REL::Offset BSTEventSink_HUDNotification_MissionActiveWidgetUpdate_{ 0x05266630 }; + inline constexpr REL::Offset BSTEventSink_HUDNotification_OpenDataMenu_{ 0x052666E0 }; + inline constexpr REL::Offset BSTEventSink_HUDNotification_OpenMissionMenu_{ 0x05266730 }; + inline constexpr REL::Offset BSTEventSink_HUDNotification_SetMissionActive_{ 0x05266690 }; + inline constexpr REL::Offset BSTEventSink_HUDRolloverActivationButtonEvent_{ 0x0523C890 }; + inline constexpr REL::Offset BSTEventSink_HUDRolloverActivationQCItemPressEvent_{ 0x0523C8E0 }; + inline constexpr REL::Offset BSTEventSink_HUDWeaponWorldFOVMultChangedEvent_{ 0x0528BF60 }; + inline constexpr REL::Offset BSTEventSink_HangarShipSelection_ChangeSystemDisplay_{ 0x0522EE50 }; + inline constexpr REL::Offset BSTEventSink_HangarShipSelection_RepairShip_{ 0x0522F180 }; + inline constexpr REL::Offset BSTEventSink_HangarShipSelection_UpgradeSystem_{ 0x0522EEA0 }; + inline constexpr REL::Offset BSTEventSink_HideSubtitleEvent__Event_{ 0x0523F910 }; + inline constexpr REL::Offset BSTEventSink_HomeShipSetEvent_{ 0x052C83D8 }; + inline constexpr REL::Offset BSTEventSink_HoursPassed__Event_{ 0x052C7628 }; + inline constexpr REL::Offset BSTEventSink_IdleInputEvent_{ 0x053241B0 }; + inline constexpr REL::Offset BSTEventSink_ImageFixtureEvent_RequestImage_{ 0x050C6330 }; + inline constexpr REL::Offset BSTEventSink_ImageFixtureEvent_UnregisterImage_{ 0x050C6380 }; + inline constexpr REL::Offset BSTEventSink_InputEnableLayerDestroyedEvent_{ 0x0533C040 }; + inline constexpr REL::Offset BSTEventSink_InstantReferenceInteractionEvent_{ 0x0535F4C0 }; + inline constexpr REL::Offset BSTEventSink_InventoryInterface__FavoriteChangedEvent_{ 0x05329FD0 }; + inline constexpr REL::Offset BSTEventSink_InventoryItemEvent__Event_{ 0x05225C40 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_Change3DView_{ 0x05238610 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_DropItem_{ 0x0526E8B8 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_HideModel_{ 0x0526E830 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_LoadModel_{ 0x0526E7F0 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_OnEnterCategory_{ 0x0526E9A0 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_OpenCargoHold_{ 0x0526E9F0 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_PaperDollTryOn_{ 0x052386A0 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_ResetPaperDollInv_{ 0x052386F0 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_SelectItem_{ 0x0526E870 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_SetMouseOverModel_{ 0x0526E950 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_StartCloseAnim_{ 0x0526EA40 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_ToggleFavorite_{ 0x0526E900 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_ToggleHelmet_{ 0x052488A0 }; + inline constexpr REL::Offset BSTEventSink_InventoryMenu_ToggleSuit_{ 0x052488F0 }; + inline constexpr REL::Offset BSTEventSink_Inventory_SetSort_{ 0x0523CC18 }; + inline constexpr REL::Offset BSTEventSink_ItemConsumedEvent_{ 0x05150DA0 }; + inline constexpr REL::Offset BSTEventSink_ItemCrafted__Event_{ 0x05150DE0 }; + inline constexpr REL::Offset BSTEventSink_ItemSteal__Event_{ 0x052C84E0 }; + inline constexpr REL::Offset BSTEventSink_ItemSwappedEvent_{ 0x0512F728 }; + inline constexpr REL::Offset BSTEventSink_Jailing__Event_{ 0x052C84A8 }; + inline constexpr REL::Offset BSTEventSink_LevelIncrease__Event_{ 0x052487D0 }; + inline constexpr REL::Offset BSTEventSink_LevelUp_AnimFinished_{ 0x05264EC8 }; + inline constexpr REL::Offset BSTEventSink_LevelUp_OnWidgetShown_{ 0x05264F08 }; + inline constexpr REL::Offset BSTEventSink_LevelUp_OpenDataMenu_{ 0x05264F48 }; + inline constexpr REL::Offset BSTEventSink_LevelUp_ShowSkills_{ 0x05264E88 }; + inline constexpr REL::Offset BSTEventSink_LoadScreenEndEvent_{ 0x052A7038 }; + inline constexpr REL::Offset BSTEventSink_LoadScreenStartEvent_{ 0x052A6F40 }; + inline constexpr REL::Offset BSTEventSink_LoadingMenu_RefreshText_{ 0x0532A5A0 }; + inline constexpr REL::Offset BSTEventSink_LocationExplored__Event_{ 0x0512F1B8 }; + inline constexpr REL::Offset BSTEventSink_LocationTextEvent__Event_{ 0x0523EB30 }; + inline constexpr REL::Offset BSTEventSink_LocationTextWidget_FinishedQueue_{ 0x05264F90 }; + inline constexpr REL::Offset BSTEventSink_LockPickedEvent_{ 0x05151D00 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_ActionCanceled_{ 0x0532BE80 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_ActionConfirmed_{ 0x0532BE30 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_ConfirmLoad_{ 0x0532BF00 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_DeleteSave_{ 0x0532BF40 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_LegalScreenComplete_{ 0x0532C000 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_SetCharacter_{ 0x0532BF80 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_StartAction_{ 0x0532BDE8 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_StartLoad_{ 0x0532BEC0 }; + inline constexpr REL::Offset BSTEventSink_MainMenu_UploadSave_{ 0x0532BFC0 }; + inline constexpr REL::Offset BSTEventSink_MainStatus__StageEvent_{ 0x050AE9F0 }; + inline constexpr REL::Offset BSTEventSink_MapMarkerDiscoveredEvent_{ 0x052C8390 }; + inline constexpr REL::Offset BSTEventSink_MenuModeChangeEvent_{ 0x05225678 }; + inline constexpr REL::Offset BSTEventSink_MenuOpenCloseEvent_{ 0x05178158 }; + inline constexpr REL::Offset BSTEventSink_MenuPauseChangeEvent_{ 0x05164270 }; + inline constexpr REL::Offset BSTEventSink_MenuPauseCounterChangeEvent_{ 0x052A55B0 }; + inline constexpr REL::Offset BSTEventSink_MessageBoxMenu_OnBackOut_{ 0x0532CE50 }; + inline constexpr REL::Offset BSTEventSink_MessageBoxMenu_OnButtonPress_{ 0x0532CDB0 }; + inline constexpr REL::Offset BSTEventSink_MessageBoxMenu_OnScriptedButtonPress_{ 0x0532CE00 }; + inline constexpr REL::Offset BSTEventSink_MissionBoard_MissionEntryChanged_{ 0x0526F470 }; + inline constexpr REL::Offset BSTEventSink_MissionBoard_MissionEntryPressed_{ 0x0526F420 }; + inline constexpr REL::Offset BSTEventSink_MissionMenuStateEvent__Event_{ 0x0524BB10 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_ClearState_{ 0x0526B5C8 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_PlotToLocation_{ 0x0526B450 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_RejectQuest_{ 0x0526B4F0 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_SaveCategoryIndex_{ 0x0526B580 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_SaveOpenedId_{ 0x0526B530 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_ShowItemLocation_{ 0x0526B400 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_ToggleQTDisplay_{ 0x0526B610 }; + inline constexpr REL::Offset BSTEventSink_MissionMenu_ToggleTrackingQuest_{ 0x0526B4A0 }; + inline constexpr REL::Offset BSTEventSink_ModelReferenceEffectEvents__ReferenceEffectFinished_{ 0x0533BED0 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_Bioscan_{ 0x05126F98 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_FastTravel_{ 0x051271B8 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_Harvest_{ 0x05126F58 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_Initialize_{ 0x05126E68 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_Outpost_{ 0x05126F18 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_PhotoMode_{ 0x05127020 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_Shutdown_{ 0x05126ED8 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_SocialSpell_{ 0x05126FE0 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_StartContainerView_{ 0x05127120 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_StopContainerView_{ 0x05127170 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_SurfaceMap_{ 0x051270E0 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_UseListScrollControls_{ 0x05127200 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_ZoomIn_{ 0x05127060 }; + inline constexpr REL::Offset BSTEventSink_MonocleMenu_ZoomOut_{ 0x051270A0 }; + inline constexpr REL::Offset BSTEventSink_MovementMessageUpdateRequestImmediate_{ 0x05153890 }; + inline constexpr REL::Offset BSTEventSink_MurderCrime__Event_{ 0x0512F178 }; + inline constexpr REL::Offset BSTEventSink_ObjectScannedEvent_{ 0x052A7430 }; + inline constexpr REL::Offset BSTEventSink_ObjectiveState__Event_{ 0x052C8590 }; + inline constexpr REL::Offset BSTEventSink_OpenContainerMenuEventData_{ 0x0523C680 }; + inline constexpr REL::Offset BSTEventSink_OpenContainerMenuFromListenerEvent_{ 0x0523C590 }; + inline constexpr REL::Offset BSTEventSink_OtherEventEnabledEvent_{ 0x05127250 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_ActionCanceled_{ 0x0528B720 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_ConfirmAction_{ 0x0528B7F0 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_ConfirmLoad_{ 0x0528B6A0 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_ConfirmSave_{ 0x0528B660 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_DeleteSave_{ 0x0528B6E0 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_QuitToDesktop_{ 0x0528B5A0 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_SetCharacter_{ 0x0528B620 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_StartAction_{ 0x0528B7A8 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_StartLoad_{ 0x0528B768 }; + inline constexpr REL::Offset BSTEventSink_PauseMenu_UploadSave_{ 0x0528B5E0 }; + inline constexpr REL::Offset BSTEventSink_PerkChanged__Event_{ 0x0523CB08 }; + inline constexpr REL::Offset BSTEventSink_PerkValueEvents__PerkEntryUpdatedEvent_{ 0x051506B0 }; + inline constexpr REL::Offset BSTEventSink_PerkValueEvents__PerkValueChangedEvent_{ 0x05228A30 }; + inline constexpr REL::Offset BSTEventSink_PhotoGallery_DeletePhoto_{ 0x0522BC30 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_InitializeCategory_{ 0x05273830 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_ResetToDefaults_{ 0x052737E0 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_SliderChanged_{ 0x052737A0 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_StepperChanged_{ 0x05273750 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_TakeSnapshot_{ 0x05273708 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_ToggleHelmet_{ 0x05273688 }; + inline constexpr REL::Offset BSTEventSink_PhotoMode_ToggleUI_{ 0x052736C8 }; + inline constexpr REL::Offset BSTEventSink_PickRefStateChangedEvent_{ 0x0523C630 }; + inline constexpr REL::Offset BSTEventSink_PickRefUpdateEvent_{ 0x0523CCD8 }; + inline constexpr REL::Offset BSTEventSink_PickpocketMenu_OnItemSelect_{ 0x052741C0 }; + inline constexpr REL::Offset BSTEventSink_PiracyCrime__Event_{ 0x0512F528 }; + inline constexpr REL::Offset BSTEventSink_PlanetSiteSelectEvent_{ 0x053374E0 }; + inline constexpr REL::Offset BSTEventSink_PlayBink_CloseMenu_{ 0x0528BC78 }; + inline constexpr REL::Offset BSTEventSink_PlayerActiveEffectChanged__Event_{ 0x0523CAC0 }; + inline constexpr REL::Offset BSTEventSink_PlayerAddItemEvent_{ 0x05336A28 }; + inline constexpr REL::Offset BSTEventSink_PlayerAmmoChanged__Event_{ 0x052631A0 }; + inline constexpr REL::Offset BSTEventSink_PlayerArrestedEvent_{ 0x0534BCA8 }; + inline constexpr REL::Offset BSTEventSink_PlayerAssaultActorEvent_{ 0x0534BCF0 }; + inline constexpr REL::Offset BSTEventSink_PlayerBuyShipEvent_{ 0x0534BA48 }; + inline constexpr REL::Offset BSTEventSink_PlayerCharacterQuestEvent__Event_{ 0x0524BBB0 }; + inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerIronSightsEndEvent_{ 0x052A42A0 }; + inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerIronSightsStartEvent_{ 0x052A4400 }; + inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerJumpPressEvent_{ 0x052A44C0 }; + inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerJumpReleaseEvent_{ 0x052A42F0 }; + inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ 0x052A4340 }; + inline constexpr REL::Offset BSTEventSink_PlayerControls__PlayerZeroGSprintReleasedEvent_{ 0x052A43A0 }; + inline constexpr REL::Offset BSTEventSink_PlayerCrimeGoldEvent_{ 0x0534BB08 }; + inline constexpr REL::Offset BSTEventSink_PlayerDetectionLevelChangeEvent_{ 0x0523F6B0 }; + inline constexpr REL::Offset BSTEventSink_PlayerDifficultySettingChanged__Event_{ 0x052ACF70 }; + inline constexpr REL::Offset BSTEventSink_PlayerFailedPlotRouteEvent_{ 0x0534CA80 }; + inline constexpr REL::Offset BSTEventSink_PlayerFastTravel__Event_{ 0x052A73F0 }; + inline constexpr REL::Offset BSTEventSink_PlayerJailEvent_{ 0x052225A8 }; + inline constexpr REL::Offset BSTEventSink_PlayerModifiedShipEvent_{ 0x0534D0F0 }; + inline constexpr REL::Offset BSTEventSink_PlayerMurderActorEvent_{ 0x0534BB48 }; + inline constexpr REL::Offset BSTEventSink_PlayerNameEvent__NameChangedEvent_{ 0x052486B0 }; + inline constexpr REL::Offset BSTEventSink_PlayerPayFineEvent_{ 0x05222708 }; + inline constexpr REL::Offset BSTEventSink_PlayerPickpocketSuccess__Event_{ 0x051516F0 }; + inline constexpr REL::Offset BSTEventSink_PlayerPlanetSurveyCompleteEvent_{ 0x0512EFA0 }; + inline constexpr REL::Offset BSTEventSink_PlayerPlanetSurveyProgressEvent_{ 0x05260F20 }; + inline constexpr REL::Offset BSTEventSink_PlayerSellShipEvent_{ 0x0534BA88 }; + inline constexpr REL::Offset BSTEventSink_PlayerSneakingChangeEvent_{ 0x05248740 }; + inline constexpr REL::Offset BSTEventSink_PlayerTrespassEvent_{ 0x0534BB88 }; + inline constexpr REL::Offset BSTEventSink_PlayerUpdateEvent_{ 0x05248700 }; + inline constexpr REL::Offset BSTEventSink_PositionPlayerEvent_{ 0x0517F6B0 }; + inline constexpr REL::Offset BSTEventSink_PowersMenu_ActivateEssence_{ 0x0522CEE0 }; + inline constexpr REL::Offset BSTEventSink_PowersMenu_EquipPower_{ 0x0522CFE8 }; + inline constexpr REL::Offset BSTEventSink_PowersMenu_FavoritePower_{ 0x0522CE90 }; + inline constexpr REL::Offset BSTEventSink_ProjectileBeginUpdateEvent_{ 0x052EF650 }; + inline constexpr REL::Offset BSTEventSink_QuestStatus__Event_{ 0x052C8550 }; + inline constexpr REL::Offset BSTEventSink_QuickContainerOpenedEvent_{ 0x0534BC20 }; + inline constexpr REL::Offset BSTEventSink_RadioManager__PipboyTransmitterDetectionEvent_{ 0x0534D560 }; + inline constexpr REL::Offset BSTEventSink_RefControlChangedEvent_{ 0x05150568 }; + inline constexpr REL::Offset BSTEventSink_RefcountEvents__OnHandleEvicted_{ 0x053FBBE0 }; + inline constexpr REL::Offset BSTEventSink_ReferenceCellLoadedTemps_{ 0x0535F5C0 }; + inline constexpr REL::Offset BSTEventSink_ReferenceDestroyedEvent_{ 0x0512F310 }; + inline constexpr REL::Offset BSTEventSink_ReferenceQueuedEvent_{ 0x0535F478 }; + inline constexpr REL::Offset BSTEventSink_RefillAliasEvent__Event_{ 0x05337FF8 }; + inline constexpr REL::Offset BSTEventSink_RefreshDataMenuForSkillsChangeEvent_{ 0x052384E0 }; + inline constexpr REL::Offset BSTEventSink_Refuel_Accept_{ 0x0527A300 }; + inline constexpr REL::Offset BSTEventSink_Refuel_Cancel_{ 0x0527A2C8 }; + inline constexpr REL::Offset BSTEventSink_ReloadWeaponEvent__Event_{ 0x051519D0 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_AddMaterial_{ 0x052769D0 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_CategorySelected_{ 0x05276AC0 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_ExitMenu_{ 0x05276988 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_HideModel_{ 0x05276948 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_PreviewProject_{ 0x05276A70 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_ProjectViewed_{ 0x05276A20 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_SetInspectControls_{ 0x05276900 }; + inline constexpr REL::Offset BSTEventSink_ResearchMenu_ToggleTrackingProject_{ 0x052768B0 }; + inline constexpr REL::Offset BSTEventSink_Research__ResearchProgressEvent_{ 0x05150CA0 }; + inline constexpr REL::Offset BSTEventSink_ResetHistoryDataEvent_{ 0x05227328 }; + inline constexpr REL::Offset BSTEventSink_Reticle_OnLongAnimFinished_{ 0x0528CBE0 }; + inline constexpr REL::Offset BSTEventSink_RolloverIsCrimeEvent__Event_{ 0x0523DFD0 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceAttach_{ 0x05162720 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceCleared3d_{ 0x0518F390 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceDestroy_{ 0x0518F440 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceDetach_{ 0x05162470 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceInit_{ 0x0518F3F0 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceRecycle_{ 0x0518F4A0 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__ReferenceSet3d_{ 0x0518F330 }; + inline constexpr REL::Offset BSTEventSink_RuntimeComponentDBFactory__Release3DRelatedData_{ 0x052A4AA0 }; + inline constexpr REL::Offset BSTEventSink_SaveLoadEvent_{ 0x0512F768 }; + inline constexpr REL::Offset BSTEventSink_ScannableUtils__ScannedEvent_{ 0x05151C00 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_BackOutKey_{ 0x05279150 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_CloseMenu_{ 0x052791D0 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_ConfirmExit_{ 0x052785F0 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_EliminateUnusedKeys_{ 0x052790B0 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_GetRingHint_{ 0x05279100 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_SelectNewKey_{ 0x05279060 }; + inline constexpr REL::Offset BSTEventSink_SecurityMenu_TryUseKey_{ 0x05279190 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_CheckBoxChanged_{ 0x0524FA80 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_ClearBinding_{ 0x0524FBC0 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_OpenCategory_{ 0x0524FB70 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_OpenSettings_{ 0x0524FC60 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_RemapConfirmed_{ 0x0524FD50 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_RemapMode_{ 0x05251520 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_ResetToDefaults_{ 0x0524FC10 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_SaveControls_{ 0x05251560 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_SaveSettings_{ 0x0524FAD0 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_SliderChanged_{ 0x0524FB20 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_StepperChanged_{ 0x0524FA30 }; + inline constexpr REL::Offset BSTEventSink_SettingsPanel_ValidateControls_{ 0x0524FDA0 }; + inline constexpr REL::Offset BSTEventSink_ShipBuilder_CloseAllMenus_{ 0x051780D0 }; + inline constexpr REL::Offset BSTEventSink_ShipCameraStateToggled_{ 0x05258ED0 }; + inline constexpr REL::Offset BSTEventSink_ShipCrewAssignMenu_Assign_{ 0x05279BE0 }; + inline constexpr REL::Offset BSTEventSink_ShipCrewAssignMenu_Unassign_{ 0x05279B90 }; + inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_Close_{ 0x0522F0E0 }; + inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_OpenAssignMenu_{ 0x05252B20 }; + inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_SetSort_{ 0x05252AD8 }; + inline constexpr REL::Offset BSTEventSink_ShipCrewMenu_ViewedItem_{ 0x05279CB0 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_ChangeModuleCategory_{ 0x05173E00 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnColorPickerControlChanged_{ 0x05174D90 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnColorPickerTabChanged_{ 0x05174E30 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnColorSliderMouseInput_{ 0x05175340 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnExitConfirmCancel_{ 0x051705F0 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnExitConfirmExit_{ 0x051705A0 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnExitConfirmSaveAndExit_{ 0x05170640 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnFlightCheckTabChanged_{ 0x05171B70 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnHintButtonActivated_{ 0x05178080 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnRecentColorSwatchClicked_{ 0x05174DE0 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnRenameEndEditText_{ 0x05173020 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnRenameInputCancelled_{ 0x05173070 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_OnWeaponGroupChanged_{ 0x05171BC0 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_PreviewShipPart_{ 0x05173B30 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_PreviewUpgrade_{ 0x0515AC20 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_RemoveAll3D_{ 0x05178040 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_SelectedShipPart_{ 0x05173B80 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_SelectedUpgrade_{ 0x0515AC70 }; + inline constexpr REL::Offset BSTEventSink_ShipEditor_SystemSelected_{ 0x05159EB0 }; + inline constexpr REL::Offset BSTEventSink_ShipHudQuickContainer_TransferItem_{ 0x0528CC70 }; + inline constexpr REL::Offset BSTEventSink_ShipHudQuickContainer_TransferMenu_{ 0x052590E0 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_AbortJump_{ 0x0528CBA0 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_Activate_{ 0x05258F90 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_BodyViewMarkerDimensions_{ 0x05257F20 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_ChangeComponentSelection_{ 0x05258D70 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_CloseMenu_{ 0x05258DE8 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_Deselect_{ 0x05258F50 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_DockRequested_{ 0x0528CC28 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_FarTravel_{ 0x05257E98 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_HailAccepted_{ 0x05259230 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_HailCancelled_{ 0x052591F0 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_HailShip_{ 0x0528CCE8 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_JumpToQuestMarker_{ 0x05257DB0 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_Land_{ 0x05259130 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_LandingMarkerMap_{ 0x05259090 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_Map_{ 0x05259058 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_OnMonocleToggle_{ 0x05259170 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_OpenPhotoMode_{ 0x05257D70 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_Repair_{ 0x05257F70 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_SetTargetMode_{ 0x052591B0 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_TargetShipSystem_{ 0x05257E00 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_Target_{ 0x05259020 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_UntargetShipSystem_{ 0x05257E50 }; + inline constexpr REL::Offset BSTEventSink_ShipHud_UpdateComponentPower_{ 0x05258D20 }; + inline constexpr REL::Offset BSTEventSink_ShowCustomWatchAlert_{ 0x05240130 }; + inline constexpr REL::Offset BSTEventSink_ShowHUDMessageEvent_{ 0x0523ECF0 }; + inline constexpr REL::Offset BSTEventSink_ShowLongShipBootup_{ 0x05258F10 }; + inline constexpr REL::Offset BSTEventSink_ShowSubtitleEvent__Event_{ 0x0523F800 }; + inline constexpr REL::Offset BSTEventSink_ShowingQuestMarketTextEvent_{ 0x05260FC0 }; + inline constexpr REL::Offset BSTEventSink_SkillsMenu_Accept_{ 0x0527B590 }; + inline constexpr REL::Offset BSTEventSink_SkillsMenu_AddPatch_{ 0x0527B550 }; + inline constexpr REL::Offset BSTEventSink_SkillsMenu_Cancel_{ 0x0527B5D0 }; + inline constexpr REL::Offset BSTEventSink_SkillsMenu_ChangeCursorVisibility_{ 0x0527B500 }; + inline constexpr REL::Offset BSTEventSink_SkillsMenu_SaveLastCategory_{ 0x0527B460 }; + inline constexpr REL::Offset BSTEventSink_SleepWaitMenu_InterruptRest_{ 0x0532E250 }; + inline constexpr REL::Offset BSTEventSink_SleepWaitMenu_StartRest_{ 0x0532E210 }; + inline constexpr REL::Offset BSTEventSink_SnapTemplateUtils__SnapReplaceEvent_{ 0x050AEAF0 }; + inline constexpr REL::Offset BSTEventSink_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ 0x052A6C10 }; + inline constexpr REL::Offset BSTEventSink_SpaceshipEditor__TransactionEvent_{ 0x05151DF0 }; + inline constexpr REL::Offset BSTEventSink_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ 0x05351F00 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__BoughtEvent_{ 0x05151F58 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__ContrabandScanWarningEvent_{ 0x05258E30 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__DockEvent_{ 0x051510A8 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__DynamicNavmeshCompleted_{ 0x05198F50 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__FarTravelEvent_{ 0x05189A80 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__GravJumpEvent_{ 0x051511A0 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__LandedSetEvent_{ 0x0528CE80 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__LandingEvent_{ 0x05151418 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__PlanetScanEvent_{ 0x05151AC0 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__PlayerMovementOutputEvent_{ 0x05258E80 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__RampDownEvent_{ 0x0534E050 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__RefueledEvent_{ 0x0534DE80 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__RegisteredEvent_{ 0x0512F3A0 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__ShieldEvent_{ 0x05356438 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__ShipAddedEvent_{ 0x05248850 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__ShipCustomizedEvent_{ 0x052C75E0 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__SoldEvent_{ 0x0512F040 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__SystemDamagedEvent_{ 0x052A63D0 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__SystemPowerAllocationEvent_{ 0x052A6420 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__SystemPowerChangeEvent_{ 0x05258FD0 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__SystemRepairedBIEvent_{ 0x052A6380 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__SystemRepairedEvent_{ 0x0534E000 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__TakeDamagEvent_{ 0x05152300 }; + inline constexpr REL::Offset BSTEventSink_Spaceship__TakeOffEvent_{ 0x052A5538 }; + inline constexpr REL::Offset BSTEventSink_SpeechChallengeCompletionEvent_{ 0x05151FF0 }; + inline constexpr REL::Offset BSTEventSink_SpellsLearned__Event_{ 0x0523F3D0 }; + inline constexpr REL::Offset BSTEventSink_StarField__StarSystemViewChangeEvent_{ 0x052AC360 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_ExecuteRoute_{ 0x05295110 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_Galaxy_FocusSystem_{ 0x05293F20 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_LandingInputInProgress_{ 0x052904C0 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x05290510 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_MarkerGroupEntryClicked_{ 0x05290410 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x05290460 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnCancel_{ 0x052950C8 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnClearRoute_{ 0x052951E0 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnExitStarMap_{ 0x05295080 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnGalaxyViewInitialized_{ 0x05294000 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnHintButtonClicked_{ 0x05295160 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_OnOutpostEntrySelected_{ 0x05295030 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_QuickSelectChange_{ 0x05292650 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_ReadyToClose_{ 0x05294FE0 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_ScanPlanet_{ 0x05290DA8 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_SelectedLandingSiteFailed_{ 0x052903C0 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_SelectedLandingSite_{ 0x05290370 }; + inline constexpr REL::Offset BSTEventSink_StarMapMenu_ShowRealCursor_{ 0x05290DF0 }; + inline constexpr REL::Offset BSTEventSink_StarMap__ChangeStateEvent_{ 0x05295380 }; + inline constexpr REL::Offset BSTEventSink_StarMap__OutpostCargoTransferEvent_{ 0x05295230 }; + inline constexpr REL::Offset BSTEventSink_StarMap__PlanetTraitKnownEvent_{ 0x05290D60 }; + inline constexpr REL::Offset BSTEventSink_StarMap__ResetAllowInputEvent_{ 0x052953D0 }; + inline constexpr REL::Offset BSTEventSink_StarMap__SelectBodyEvent_{ 0x053374A0 }; + inline constexpr REL::Offset BSTEventSink_StarMap__StartTransitionEvent_{ 0x05295330 }; + inline constexpr REL::Offset BSTEventSink_StarMap__SystemBodyInfoUpdate_{ 0x052952B0 }; + inline constexpr REL::Offset BSTEventSink_StartLoadGameEvent_{ 0x051581A0 }; + inline constexpr REL::Offset BSTEventSink_StartOutpostFromListenerEvent_{ 0x0523C840 }; + inline constexpr REL::Offset BSTEventSink_SurfaceMapMenu_EnablePointCloud_{ 0x05297710 }; + inline constexpr REL::Offset BSTEventSink_SurfaceMapMenu_MarkerClicked_{ 0x05297690 }; + inline constexpr REL::Offset BSTEventSink_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x05297760 }; + inline constexpr REL::Offset BSTEventSink_TESActivateEvent_{ 0x05222660 }; + inline constexpr REL::Offset BSTEventSink_TESActiveEffectApplyFinishEvent_{ 0x05150880 }; + inline constexpr REL::Offset BSTEventSink_TESActiveEffectRemovedEvent_{ 0x05150830 }; + inline constexpr REL::Offset BSTEventSink_TESActorActivatedRefEvent_{ 0x052A4FB0 }; + inline constexpr REL::Offset BSTEventSink_TESActorLocationChangeEvent_{ 0x0512EF10 }; + inline constexpr REL::Offset BSTEventSink_TESBookReadEvent_{ 0x0534CCE8 }; + inline constexpr REL::Offset BSTEventSink_TESCellCriticalRefsAttachedEvent_{ 0x05198FF0 }; + inline constexpr REL::Offset BSTEventSink_TESCellFullyLoadedEvent_{ 0x051C7040 }; + inline constexpr REL::Offset BSTEventSink_TESCellGravityChangeEvent_{ 0x052256C0 }; + inline constexpr REL::Offset BSTEventSink_TESCellNavmeshGeneratedEvent_{ 0x050CAA50 }; + inline constexpr REL::Offset BSTEventSink_TESCellReadyToApplyDecalsEvent_{ 0x0516AB70 }; + inline constexpr REL::Offset BSTEventSink_TESCellReference3DAttachEvent_{ 0x0512F080 }; + inline constexpr REL::Offset BSTEventSink_TESCellReferenceAttachDetachEvent_{ 0x05199040 }; + inline constexpr REL::Offset BSTEventSink_TESCombatEvent_{ 0x052A6C70 }; + inline constexpr REL::Offset BSTEventSink_TESCombatListEvent_{ 0x051515F0 }; + inline constexpr REL::Offset BSTEventSink_TESCommandModeCompleteCommandEvent_{ 0x0534CD30 }; + inline constexpr REL::Offset BSTEventSink_TESCommandModeEnterEvent_{ 0x0534CD80 }; + inline constexpr REL::Offset BSTEventSink_TESCommandModeExitEvent_{ 0x0534CBD0 }; + inline constexpr REL::Offset BSTEventSink_TESCommandModeGiveCommandEvent_{ 0x0534CC10 }; + inline constexpr REL::Offset BSTEventSink_TESConsciousnessEvent_{ 0x0534D130 }; + inline constexpr REL::Offset BSTEventSink_TESContainerChangedEvent_{ 0x05127450 }; + inline constexpr REL::Offset BSTEventSink_TESDeathEvent_{ 0x052EE3B0 }; + inline constexpr REL::Offset BSTEventSink_TESDeferredKillEvent_{ 0x0534CC58 }; + inline constexpr REL::Offset BSTEventSink_TESDestructionStageChangedEvent_{ 0x0534CCA0 }; + inline constexpr REL::Offset BSTEventSink_TESEnterBleedoutEvent_{ 0x0534CAC8 }; + inline constexpr REL::Offset BSTEventSink_TESEnterSneakingEvent_{ 0x0534CB48 }; + inline constexpr REL::Offset BSTEventSink_TESEquipEvent_{ 0x05336C88 }; + inline constexpr REL::Offset BSTEventSink_TESEscortWaitStartEvent_{ 0x0534CB90 }; + inline constexpr REL::Offset BSTEventSink_TESEscortWaitStopEvent_{ 0x0534C9B0 }; + inline constexpr REL::Offset BSTEventSink_TESExitBleedoutEvent_{ 0x0534CB08 }; + inline constexpr REL::Offset BSTEventSink_TESExitFurnitureEvent_{ 0x0534C9F0 }; + inline constexpr REL::Offset BSTEventSink_TESFormDeleteEvent_{ 0x051515B0 }; + inline constexpr REL::Offset BSTEventSink_TESFormIDRemapEvent_{ 0x0533C088 }; + inline constexpr REL::Offset BSTEventSink_TESFurnitureEvent_{ 0x051F4B78 }; + inline constexpr REL::Offset BSTEventSink_TESGrabReleaseEvent_{ 0x0523CC98 }; + inline constexpr REL::Offset BSTEventSink_TESHarvestEvent__ItemHarvested_{ 0x0512F200 }; + inline constexpr REL::Offset BSTEventSink_TESHitEvent_{ 0x0512EE88 }; + inline constexpr REL::Offset BSTEventSink_TESInitScriptEvent_{ 0x0533BFB0 }; + inline constexpr REL::Offset BSTEventSink_TESLimbCrippleEvent_{ 0x05150EB8 }; + inline constexpr REL::Offset BSTEventSink_TESLoadGameEvent_{ 0x051972E8 }; + inline constexpr REL::Offset BSTEventSink_TESLocationExploredEvent_{ 0x0534D170 }; + inline constexpr REL::Offset BSTEventSink_TESLockChangedEvent_{ 0x0523D310 }; + inline constexpr REL::Offset BSTEventSink_TESMagicEffectApplyEvent_{ 0x05334A40 }; + inline constexpr REL::Offset BSTEventSink_TESMissionAcceptedEvent_{ 0x0534D1C0 }; + inline constexpr REL::Offset BSTEventSink_TESObjectLoadedEvent_{ 0x05127408 }; + inline constexpr REL::Offset BSTEventSink_TESObjectREFRDuplicate__Event_{ 0x0512EEC0 }; + inline constexpr REL::Offset BSTEventSink_TESObjectREFRIsReadyForAttachEvent_{ 0x0535F660 }; + inline constexpr REL::Offset BSTEventSink_TESObjectREFRTranslationEvent_{ 0x0534D010 }; + inline constexpr REL::Offset BSTEventSink_TESOnPCDialogueTargetEvent_{ 0x0534D060 }; + inline constexpr REL::Offset BSTEventSink_TESOpenCloseEvent_{ 0x0512F2C8 }; + inline constexpr REL::Offset BSTEventSink_TESPackageEvent_{ 0x053356D8 }; + inline constexpr REL::Offset BSTEventSink_TESPerkEntryRunEvent_{ 0x05335698 }; + inline constexpr REL::Offset BSTEventSink_TESPickNewIdleEvent_{ 0x05153460 }; + inline constexpr REL::Offset BSTEventSink_TESPickpocketFailedEvent_{ 0x05222560 }; + inline constexpr REL::Offset BSTEventSink_TESPlayerActiveEffectEvent_{ 0x05240170 }; + inline constexpr REL::Offset BSTEventSink_TESPlayerFollowerWarpEvent_{ 0x0534CA30 }; + inline constexpr REL::Offset BSTEventSink_TESQuestEvent__Event_{ 0x0524BBF8 }; + inline constexpr REL::Offset BSTEventSink_TESQuestInitEvent_{ 0x0534D0A8 }; + inline constexpr REL::Offset BSTEventSink_TESQuestRejectedEvent_{ 0x0534CFD0 }; + inline constexpr REL::Offset BSTEventSink_TESQuestRewardEvent_{ 0x052A73B0 }; + inline constexpr REL::Offset BSTEventSink_TESQuestStageEvent_{ 0x05335658 }; + inline constexpr REL::Offset BSTEventSink_TESQuestStageItemDoneEvent_{ 0x05204A80 }; + inline constexpr REL::Offset BSTEventSink_TESQuestStartStopEvent_{ 0x052A9630 }; + inline constexpr REL::Offset BSTEventSink_TESQuestTimerEvent_{ 0x0534BAC8 }; + inline constexpr REL::Offset BSTEventSink_TESResetEvent_{ 0x0534CED8 }; + inline constexpr REL::Offset BSTEventSink_TESResolveNPCTemplatesEvent_{ 0x0533BFF0 }; + inline constexpr REL::Offset BSTEventSink_TESSceneActionEvent_{ 0x05335618 }; + inline constexpr REL::Offset BSTEventSink_TESSceneEvent_{ 0x053355E0 }; + inline constexpr REL::Offset BSTEventSink_TESScenePhaseEvent_{ 0x053355A0 }; + inline constexpr REL::Offset BSTEventSink_TESSellEvent_{ 0x0534CF10 }; + inline constexpr REL::Offset BSTEventSink_TESSleepStartEvent_{ 0x052BCC00 }; + inline constexpr REL::Offset BSTEventSink_TESSleepStopEvent_{ 0x052BCD98 }; + inline constexpr REL::Offset BSTEventSink_TESSpellCastEvent_{ 0x051FAD78 }; + inline constexpr REL::Offset BSTEventSink_TESSpellCastFailureEvent_{ 0x0532A120 }; + inline constexpr REL::Offset BSTEventSink_TESSwitchRaceCompleteEvent_{ 0x0534CF50 }; + inline constexpr REL::Offset BSTEventSink_TESTopicInfoEvent_{ 0x05335560 }; + inline constexpr REL::Offset BSTEventSink_TESTrackedStatsEvent_{ 0x0534EE30 }; + inline constexpr REL::Offset BSTEventSink_TESTrapHitEvent_{ 0x0534CF98 }; + inline constexpr REL::Offset BSTEventSink_TESTriggerEnterEvent_{ 0x0512F608 }; + inline constexpr REL::Offset BSTEventSink_TESTriggerLeaveEvent_{ 0x05128410 }; + inline constexpr REL::Offset BSTEventSink_TESUniqueIDChangeEvent_{ 0x0533BF30 }; + inline constexpr REL::Offset BSTEventSink_TESWaitStartEvent_{ 0x051F9D98 }; + inline constexpr REL::Offset BSTEventSink_TESWaitStopEvent_{ 0x052BCD58 }; + inline constexpr REL::Offset BSTEventSink_TakeoffMenu_CloseMenu_{ 0x0528CE38 }; + inline constexpr REL::Offset BSTEventSink_TakeoffMenu_ExitShip_{ 0x0528CF08 }; + inline constexpr REL::Offset BSTEventSink_TakeoffMenu_Launch_{ 0x0528CEC8 }; + inline constexpr REL::Offset BSTEventSink_TargetHitEvent_{ 0x0523E2B8 }; + inline constexpr REL::Offset BSTEventSink_TerminalHacked__Event_{ 0x052C8468 }; + inline constexpr REL::Offset BSTEventSink_TerminalMenuMenuItemRunEvent_{ 0x05335710 }; + inline constexpr REL::Offset BSTEventSink_TerminalMenuOnEnterEvent_{ 0x0534BA00 }; + inline constexpr REL::Offset BSTEventSink_TerminalMenu_CancelEvent_{ 0x05299F20 }; + inline constexpr REL::Offset BSTEventSink_Terminal_CloseAllViews_{ 0x05299E38 }; + inline constexpr REL::Offset BSTEventSink_Terminal_CloseTopView_{ 0x05299D70 }; + inline constexpr REL::Offset BSTEventSink_Terminal_CloseView_{ 0x05299DB0 }; + inline constexpr REL::Offset BSTEventSink_Terminal_MenuItemClick_{ 0x05299EE0 }; + inline constexpr REL::Offset BSTEventSink_TestMenu_DoAction_{ 0x0529C488 }; + inline constexpr REL::Offset BSTEventSink_TestMenu_ExitMenu_{ 0x0529C308 }; + inline constexpr REL::Offset BSTEventSink_TestMenu_ShowImages_{ 0x0529C3C8 }; + inline constexpr REL::Offset BSTEventSink_TestMenu_ShowResources_{ 0x0529C408 }; + inline constexpr REL::Offset BSTEventSink_TestMenu_TestAll_{ 0x0529C448 }; + inline constexpr REL::Offset BSTEventSink_TextInputMenu_EndEditText_{ 0x0529CE20 }; + inline constexpr REL::Offset BSTEventSink_TextInputMenu_InputCanceled_{ 0x0529CF90 }; + inline constexpr REL::Offset BSTEventSink_TextInputMenu_StartEditText_{ 0x0529CE70 }; + inline constexpr REL::Offset BSTEventSink_TitleSequenceMenu_StartMusic_{ 0x0532E730 }; + inline constexpr REL::Offset BSTEventSink_TraitDiscoveryTextEvent__Event_{ 0x0523EAE0 }; + inline constexpr REL::Offset BSTEventSink_TravelMarkerStateChange__Event_{ 0x052C8420 }; + inline constexpr REL::Offset BSTEventSink_Trespass__Event_{ 0x052C8610 }; + inline constexpr REL::Offset BSTEventSink_TryUpdateShipHudTarget__Event_{ 0x05258CB0 }; + inline constexpr REL::Offset BSTEventSink_TutorialEvent_{ 0x05337468 }; + inline constexpr REL::Offset BSTEventSink_UIMenuChargenMenuDisablePaperdoll_{ 0x05286200 }; + inline constexpr REL::Offset BSTEventSink_UnlockedTerminalElementEvent_{ 0x05299DF0 }; + inline constexpr REL::Offset BSTEventSink_UpdateActivateListenerEvent_{ 0x0523C540 }; + inline constexpr REL::Offset BSTEventSink_UpdateSceneRectEvent_{ 0x0516F6B8 }; + inline constexpr REL::Offset BSTEventSink_UserEventEnabledEvent_{ 0x05225708 }; + inline constexpr REL::Offset BSTEventSink_VATSCommand_{ 0x05225D08 }; + inline constexpr REL::Offset BSTEventSink_VATSEvents__ModeChange_{ 0x05225CC8 }; + inline constexpr REL::Offset BSTEventSink_WeaponFiredEvent_{ 0x051FB068 }; + inline constexpr REL::Offset BSTEventSink_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x0516F700 }; + inline constexpr REL::Offset BSTEventSink_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0516F760 }; + inline constexpr REL::Offset BSTEventSink_WorkbenchTracking__TrackingStatusChanged__Event_{ 0x0523CB50 }; + inline constexpr REL::Offset BSTEventSink_WorkshopActionButton_HoldFinished_{ 0x052A3380 }; + inline constexpr REL::Offset BSTEventSink_WorkshopActionButton_HoldStopped_{ 0x052A3330 }; + inline constexpr REL::Offset BSTEventSink_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0529DFF0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopBuilderMenu_SelectedItem_{ 0x0529E120 }; + inline constexpr REL::Offset BSTEventSink_WorkshopBuilderMenu_ToggleTracking_{ 0x0529DFA0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_ApplyColors_{ 0x05233680 }; + inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_SelectedTab_{ 0x05233630 }; + inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_SliderChanged_{ 0x05233510 }; + inline constexpr REL::Offset BSTEventSink_WorkshopColorMode_SwatchChanged_{ 0x052334C0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_AttemptBuild_{ 0x052A0870 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_CancelAction_{ 0x052A07B0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ChangeVariant_{ 0x052A06D0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ConnectionEvent_{ 0x052A05C0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ExitMenu_{ 0x052A0768 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_MessageCallback_{ 0x052A0480 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_SelectedCategory_{ 0x052A0720 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_SelectedGridObject_{ 0x052A0820 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ShowExtras_{ 0x052A0690 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_SwitchMode_{ 0x052A0610 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ToggleDistance_{ 0x052A04D0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ToggleTracking_{ 0x052A0570 }; + inline constexpr REL::Offset BSTEventSink_WorkshopMenu_ToggleView_{ 0x052A0650 }; + inline constexpr REL::Offset BSTEventSink_WorkshopNPCTransferEvent_{ 0x0534BD30 }; + inline constexpr REL::Offset BSTEventSink_WorkshopQuickMenu_ConfirmAction_{ 0x052A10C0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopQuickMenu_ExitMenu_{ 0x052A1180 }; + inline constexpr REL::Offset BSTEventSink_WorkshopShared_SetActionHandles_{ 0x052A34A0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopShared_StartAction_{ 0x052A34F0 }; + inline constexpr REL::Offset BSTEventSink_WorkshopTargetMenu_TargetHovered_{ 0x052A1B10 }; + inline constexpr REL::Offset BSTEventSink_WorkshopTargetMenu_TargetPicked_{ 0x052A1B60 }; + inline constexpr REL::Offset BSTEventSink_Workshop__CargoLinkAddedEvent_{ 0x0512F3F0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__CargoLinkTargetChangedEvent_{ 0x0534BBD0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__EnterOutpostBeaconModeEvent_{ 0x0534BDD0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemGrabbedEvent_{ 0x0534CE10 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemMovedEvent_{ 0x0534CDD0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemPlacedEvent_{ 0x05198FA0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemProducedEvent_{ 0x05151860 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemRemovedEvent_{ 0x052A9920 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemRepairedEvent_{ 0x0512F5C0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__ItemScrappedEvent_{ 0x052C72A0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__OutpostNameChangedEvent_{ 0x0512F440 }; + inline constexpr REL::Offset BSTEventSink_Workshop__OutpostPlacedEvent_{ 0x0512F6E0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__PlacementStatusEvent_{ 0x05127690 }; + inline constexpr REL::Offset BSTEventSink_Workshop__PowerOffEvent_{ 0x0534CE58 }; + inline constexpr REL::Offset BSTEventSink_Workshop__PowerOnEvent_{ 0x0534CE98 }; + inline constexpr REL::Offset BSTEventSink_Workshop__SnapBehaviorCycledEvent_{ 0x0512EFF0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopFlyCameraEvent_{ 0x0534BD80 }; + inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopItemPlacedEvent_{ 0x05150AD0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopModeEvent_{ 0x0512F570 }; + inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopOutputLinkEvent_{ 0x0534BE20 }; + inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopStatsChangedEvent_{ 0x05233AB0 }; + inline constexpr REL::Offset BSTEventSink_Workshop__WorkshopUpdateStatsEvent_{ 0x0512F350 }; + inline constexpr REL::Offset BSTEventSink_WorldSpaceReleasedEvent_{ 0x05201ED0 }; + inline constexpr REL::Offset BSTEventSink_XPChange__Event_{ 0x052A7530 }; + inline constexpr REL::Offset BSTEventSink_bhkCharacterMoveFinishEvent_{ 0x05267930 }; + inline constexpr REL::Offset BSTEventSink_bhkCharacterStateChangeEvent_{ 0x052679D0 }; + inline constexpr REL::Offset BSTEventSink_bhkNonSupportContactEvent_{ 0x05267980 }; + inline constexpr REL::Offset BSTEventSink_nsBarterMenu__CompletedEvent_{ 0x05151B10 }; + inline constexpr REL::Offset BSTEventSource_Activation__Event_{ 0x051D9DC0 }; + inline constexpr REL::Offset BSTEventSource_ActivityEvents__ActivityCompletedEvent_{ 0x051883F0 }; + inline constexpr REL::Offset BSTEventSource_ActivityTrackerActivityStartedEvent_{ 0x05188A30 }; + inline constexpr REL::Offset BSTEventSource_ActorCPMEvent_{ 0x05267AC0 }; + inline constexpr REL::Offset BSTEventSource_ActorCellChangeEvent_{ 0x051E1AC8 }; + inline constexpr REL::Offset BSTEventSource_ActorDamage__Event_{ 0x052CA258 }; + inline constexpr REL::Offset BSTEventSource_ActorEquipManagerEvent__Event_{ 0x052BE2B0 }; + inline constexpr REL::Offset BSTEventSource_ActorEquipManagerEvent__SpellEvent_{ 0x052BE260 }; + inline constexpr REL::Offset BSTEventSource_ActorHeadAttachedEvent_{ 0x051E19F0 }; + inline constexpr REL::Offset BSTEventSource_ActorInventoryEvent_{ 0x052CE2A8 }; + inline constexpr REL::Offset BSTEventSource_ActorItemEquipped__Event_{ 0x052CC0B0 }; + inline constexpr REL::Offset BSTEventSource_ActorKill__Event_{ 0x052CA298 }; + inline constexpr REL::Offset BSTEventSource_ActorSprintEvent_{ 0x05267AF8 }; + inline constexpr REL::Offset BSTEventSource_ActorValueEvents__ActorValueChangedEvent_{ 0x051DA020 }; + inline constexpr REL::Offset BSTEventSource_AliasChangeEvent_{ 0x051E0AA8 }; + inline constexpr REL::Offset BSTEventSource_AnimationDataCleanupEvent_{ 0x051541A0 }; + inline constexpr REL::Offset BSTEventSource_AnimationDataSetupEvent_{ 0x051541F0 }; + inline constexpr REL::Offset BSTEventSource_AnimationGraphDependentEvent_{ 0x051DEDB0 }; + inline constexpr REL::Offset BSTEventSource_AssaultCrime__Event_{ 0x052CA188 }; + inline constexpr REL::Offset BSTEventSource_AttachReference__Event_{ 0x051284A0 }; + inline constexpr REL::Offset BSTEventSource_AutoLoadDoorRolloverEvent_{ 0x051D0B00 }; + inline constexpr REL::Offset BSTEventSource_BGSAcousticSpaceListener__StackChangedEvent_{ 0x052A5950 }; + inline constexpr REL::Offset BSTEventSource_BGSActorCellEvent_{ 0x052D1F60 }; + inline constexpr REL::Offset BSTEventSource_BGSActorDeathEvent_{ 0x052A74B0 }; + inline constexpr REL::Offset BSTEventSource_BGSAffinityEventEvent_{ 0x051E1CA0 }; + inline constexpr REL::Offset BSTEventSource_BGSAppPausedEvent_{ 0x0532C4A8 }; + inline constexpr REL::Offset BSTEventSource_BGSCellGridLoadEvent_{ 0x051E11D8 }; + inline constexpr REL::Offset BSTEventSource_BGSEventProcessedEvent_{ 0x051E1EA0 }; + inline constexpr REL::Offset BSTEventSource_BGSFootstepEvent_{ 0x052CE658 }; + inline constexpr REL::Offset BSTEventSource_BGSHavokWorldCreatedEvent_{ 0x051E1220 }; + inline constexpr REL::Offset BSTEventSource_BGSHotloadCompletedEvent_{ 0x05182540 }; + inline constexpr REL::Offset BSTEventSource_BGSInventoryListEvent__Event_{ 0x0518B270 }; + inline constexpr REL::Offset BSTEventSource_BGSKeyword__OnDestroyEvent_{ 0x051E82F0 }; + inline constexpr REL::Offset BSTEventSource_BGSLocationLoadedEvent_{ 0x051E2430 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCompanionDismiss_{ 0x051E13F0 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCompleteResearchEvent_{ 0x051E14E0 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCraftItemEvent_{ 0x051E1530 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerCreateRobotEvent_{ 0x051E1440 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerEnterVertibirdEvent_{ 0x051E10A0 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerFallLongDistances_{ 0x051E1300 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerFireWeaponEvent_{ 0x051E1140 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerHealTeammateEvent_{ 0x051E1690 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerLoiteringBeginEvent_{ 0x051E16E0 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerLoiteringEndEvent_{ 0x051E13A0 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerModArmorWeaponEvent_{ 0x051E1350 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerModRobotEvent_{ 0x051E1490 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerSwimmingEvent_{ 0x051E1190 }; + inline constexpr REL::Offset BSTEventSource_BGSOnPlayerUseWorkBenchEvent_{ 0x051E10F0 }; + inline constexpr REL::Offset BSTEventSource_BGSOnSpeechChallengeAvailable_{ 0x051E1270 }; + inline constexpr REL::Offset BSTEventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ 0x051A2A20 }; + inline constexpr REL::Offset BSTEventSource_BGSRadiationDamageEvent_{ 0x051E1780 }; + inline constexpr REL::Offset BSTEventSource_BGSScannerGuideEffectStatusUpdateEvent_{ 0x05261060 }; + inline constexpr REL::Offset BSTEventSource_BGSSceneActionPlayerDialogue__ActionEndEvent_{ 0x051CA110 }; + inline constexpr REL::Offset BSTEventSource_BGSSceneActionPlayerDialogue__ActionStartEvent_{ 0x051C9E60 }; + inline constexpr REL::Offset BSTEventSource_BGSTerrain__ClipUpdatedEvent_{ 0x051C9630 }; + inline constexpr REL::Offset BSTEventSource_BIUIMenuVisiblePausedBeginEvent_{ 0x0539F2A0 }; + inline constexpr REL::Offset BSTEventSource_BIUIMenuVisiblePausedEndEvent_{ 0x0539F200 }; + inline constexpr REL::Offset BSTEventSource_BSAnimationGraphEvent_{ 0x05361500 }; + inline constexpr REL::Offset BSTEventSource_BSBethesdaPlatformLoginEvent_{ 0x052432B0 }; + inline constexpr REL::Offset BSTEventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ 0x052841B0 }; + inline constexpr REL::Offset BSTEventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ 0x0527F380 }; + inline constexpr REL::Offset BSTEventSource_BSCoreMessage__Event_{ 0x05127F80 }; + inline constexpr REL::Offset BSTEventSource_BSCursorRotationChange_{ 0x0539F250 }; + inline constexpr REL::Offset BSTEventSource_BSCursorTypeChange_{ 0x0539F128 }; + inline constexpr REL::Offset BSTEventSource_BSGalaxy__CreateInfoBodyEvent_{ 0x05372BD0 }; + inline constexpr REL::Offset BSTEventSource_BSGalaxy__CreateViewEvent_{ 0x053732E0 }; + inline constexpr REL::Offset BSTEventSource_BSMaterial__MaterialsReloadedEvent_{ 0x053904C0 }; + inline constexpr REL::Offset BSTEventSource_BSMovementDataChangedEvent_{ 0x05361580 }; + inline constexpr REL::Offset BSTEventSource_BSMusicEvent_{ 0x05128520 }; + inline constexpr REL::Offset BSTEventSource_BSNavMeshGenTaskProgressEvent_{ 0x053B6CC0 }; + inline constexpr REL::Offset BSTEventSource_BSNavMeshGenerationBeginEvent_{ 0x05192890 }; + inline constexpr REL::Offset BSTEventSource_BSNavMeshGenerationFinishedEvent_{ 0x051928E0 }; + inline constexpr REL::Offset BSTEventSource_BSNavmeshCellUpdateEvent_{ 0x051FEF40 }; + inline constexpr REL::Offset BSTEventSource_BSNavmeshChangeEvent_{ 0x051FEF88 }; + inline constexpr REL::Offset BSTEventSource_BSNavmeshObstacleEvent_{ 0x051FEFF0 }; + inline constexpr REL::Offset BSTEventSource_BSPathEvent_{ 0x053B80D0 }; + inline constexpr REL::Offset BSTEventSource_BSProceduralGeomEvent_{ 0x0538B060 }; + inline constexpr REL::Offset BSTEventSource_BSResource__Archive2__ClearRegistryEvent_{ 0x053BAA10 }; + inline constexpr REL::Offset BSTEventSource_BSResource__Archive2__RegisteredEvent_{ 0x053BAB70 }; + inline constexpr REL::Offset BSTEventSource_BSResource__Archive2__StreamOpenedEvent_{ 0x053BA8D0 }; + inline constexpr REL::Offset BSTEventSource_BSResource__ArchiveRegisteredEvent_{ 0x053BAAF0 }; + inline constexpr REL::Offset BSTEventSource_BSResource__NameFoundEvent_{ 0x053BBF20 }; + inline constexpr REL::Offset BSTEventSource_BSScript__LogEvent_{ 0x05335F68 }; + inline constexpr REL::Offset BSTEventSource_BSScript__StatsEvent_{ 0x053C1578 }; + inline constexpr REL::Offset BSTEventSource_BSSubGraphActivationUpdate_{ 0x053615D0 }; + inline constexpr REL::Offset BSTEventSource_BSSysMonFrameCaptured_{ 0x051284E0 }; + inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_FaderMenuDisplayState__{ 0x053287A0 }; + inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ 0x052D2000 }; + inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ 0x0523E410 }; + inline constexpr REL::Offset BSTEventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ 0x052657B0 }; + inline constexpr REL::Offset BSTEventSource_BSTextTextureChangedEvent_{ 0x05117410 }; + inline constexpr REL::Offset BSTEventSource_BSThreadEvent__ThreadEvent_{ 0x053715A0 }; + inline constexpr REL::Offset BSTEventSource_BSTransformDeltaEvent_{ 0x05361540 }; + inline constexpr REL::Offset BSTEventSource_BSVisualizeModeChangedEvent_{ 0x0538A4B0 }; + inline constexpr REL::Offset BSTEventSource_BSWorldOriginShiftEvent_{ 0x05190C90 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_BuyItem_{ 0x05269790 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_CloseMenu_{ 0x05269638 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_HideModel_{ 0x052696B8 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_LoadModel_{ 0x05269678 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_SellItem_{ 0x052697D0 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_SetMouseOverModel_{ 0x05269810 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_ShowFailureMessage_{ 0x05269700 }; + inline constexpr REL::Offset BSTEventSource_BarterMenu_ViewedItem_{ 0x05269750 }; + inline constexpr REL::Offset BSTEventSource_BeamProjectileImpactEvent_{ 0x052ED2A0 }; + inline constexpr REL::Offset BSTEventSource_BinkMovieStoppedPlayingEvent_{ 0x0522F330 }; + inline constexpr REL::Offset BSTEventSource_Bleedout__Event_{ 0x052CCB38 }; + inline constexpr REL::Offset BSTEventSource_BlurEvent_{ 0x053240B8 }; + inline constexpr REL::Offset BSTEventSource_BooksRead__Event_{ 0x051D0588 }; + inline constexpr REL::Offset BSTEventSource_BoundaryMenu_FastTravel_{ 0x0522AB60 }; + inline constexpr REL::Offset BSTEventSource_BoundaryMenu_ShowMap_{ 0x0522ACB8 }; + inline constexpr REL::Offset BSTEventSource_Bounty__Event_{ 0x052D1B98 }; + inline constexpr REL::Offset BSTEventSource_BuilderMenuSelectEvent_{ 0x051DF250 }; + inline constexpr REL::Offset BSTEventSource_CameraCutEvent_{ 0x05209EC0 }; + inline constexpr REL::Offset BSTEventSource_CellAttachDetachEvent_{ 0x0517F390 }; + inline constexpr REL::Offset BSTEventSource_ChallengeCompletedEvent__Event_{ 0x05188840 }; + inline constexpr REL::Offset BSTEventSource_CharGen_BrowChange_{ 0x05285C58 }; + inline constexpr REL::Offset BSTEventSource_CharGen_BrowColorChange_{ 0x05285AE0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_CancelTextEntry_{ 0x05285FD0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_CloseMenu_{ 0x052861B8 }; + inline constexpr REL::Offset BSTEventSource_CharGen_CyclePronoun_{ 0x05285A58 }; + inline constexpr REL::Offset BSTEventSource_CharGen_DirtScarsEtcChange_{ 0x05285DB0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_EndBodyChange_{ 0x052856A0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_EndTextEntry_{ 0x05286018 }; + inline constexpr REL::Offset BSTEventSource_CharGen_EyeColorChange_{ 0x05285CA0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_FacialHairChange_{ 0x05285B80 }; + inline constexpr REL::Offset BSTEventSource_CharGen_FacialHairColorChange_{ 0x05285B30 }; + inline constexpr REL::Offset BSTEventSource_CharGen_HairChange_{ 0x05285C18 }; + inline constexpr REL::Offset BSTEventSource_CharGen_HairColorChange_{ 0x05285BD0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_HeadpartPlusSelectorChange_{ 0x05285E50 }; + inline constexpr REL::Offset BSTEventSource_CharGen_HeadpartPresetChange_{ 0x05286130 }; + inline constexpr REL::Offset BSTEventSource_CharGen_JewelryChange_{ 0x05285780 }; + inline constexpr REL::Offset BSTEventSource_CharGen_JewelryColorChange_{ 0x05285730 }; + inline constexpr REL::Offset BSTEventSource_CharGen_MakeupChange_{ 0x052854C8 }; + inline constexpr REL::Offset BSTEventSource_CharGen_MarkingsChange_{ 0x05285480 }; + inline constexpr REL::Offset BSTEventSource_CharGen_PostBlendColorOptionChange_{ 0x05285560 }; + inline constexpr REL::Offset BSTEventSource_CharGen_PostBlendFaceChange_{ 0x052855B0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_PostBlendIntensityChange_{ 0x05285510 }; + inline constexpr REL::Offset BSTEventSource_CharGen_PresetChange_{ 0x05286178 }; + inline constexpr REL::Offset BSTEventSource_CharGen_RollOffLocomotion_{ 0x05285840 }; + inline constexpr REL::Offset BSTEventSource_CharGen_RollOnLocomotion_{ 0x05285890 }; + inline constexpr REL::Offset BSTEventSource_CharGen_RotatePaperdoll_{ 0x052858E0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetAdditionalSlider_{ 0x05285650 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetBackground_{ 0x05285CF0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetBlockInputUnderPopup_{ 0x05285600 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetBodyValues_{ 0x05285EF0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetCameraPosition_{ 0x05285EA0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetPronoun_{ 0x05285A18 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetSex_{ 0x052860E8 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetSlider_{ 0x052860A8 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SetTrait_{ 0x05285D30 }; + inline constexpr REL::Offset BSTEventSource_CharGen_ShowChooseBackgroundMessage_{ 0x05285F30 }; + inline constexpr REL::Offset BSTEventSource_CharGen_ShowPlayerRenameMessage_{ 0x05285F80 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SkintoneChange_{ 0x05285E00 }; + inline constexpr REL::Offset BSTEventSource_CharGen_StartBodyChange_{ 0x052856E0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_StartTextEntry_{ 0x05286060 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SwitchBodyType_{ 0x05285930 }; + inline constexpr REL::Offset BSTEventSource_CharGen_SwitchLocomotion_{ 0x05285980 }; + inline constexpr REL::Offset BSTEventSource_CharGen_TeethChange_{ 0x05285A98 }; + inline constexpr REL::Offset BSTEventSource_CharGen_TeethRollOff_{ 0x052857C0 }; + inline constexpr REL::Offset BSTEventSource_CharGen_TeethRollOn_{ 0x05285800 }; + inline constexpr REL::Offset BSTEventSource_CharGen_ToggleMarking_{ 0x05285D70 }; + inline constexpr REL::Offset BSTEventSource_CharGen_TogglePreviewHabSuit_{ 0x052859D0 }; + inline constexpr REL::Offset BSTEventSource_CharacterBeginLevelUpEvent_{ 0x052A7080 }; + inline constexpr REL::Offset BSTEventSource_CharacterFinishLevelUpEvent_{ 0x05248AF0 }; + inline constexpr REL::Offset BSTEventSource_ChestLooted__Event_{ 0x052D1AB8 }; + inline constexpr REL::Offset BSTEventSource_ClearHUDMessagesEvent_{ 0x0523EE30 }; + inline constexpr REL::Offset BSTEventSource_ClearQuickContainerEvent_{ 0x051D0BC0 }; + inline constexpr REL::Offset BSTEventSource_ClearShipHudTarget__Event_{ 0x052563F0 }; + inline constexpr REL::Offset BSTEventSource_ConsoleLogAddEvent_{ 0x05324EC0 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenuClosed__Event_{ 0x0522EFB0 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_CloseMenu_{ 0x052385C0 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_HideModel_{ 0x05326E50 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_Jettison_{ 0x05326EF0 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_LoadModel_{ 0x05326E00 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_OpenRefuelMenu_{ 0x05326EA0 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_SetMouseOverModel_{ 0x05326F40 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_TakeAll_{ 0x05326DC0 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_ToggleEquip_{ 0x05326D20 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_TransferAllResources_{ 0x05326D70 }; + inline constexpr REL::Offset BSTEventSource_ContainerMenu_TransferItem_{ 0x05326CD0 }; + inline constexpr REL::Offset BSTEventSource_ContextStackChangedEvent_{ 0x05371BB0 }; + inline constexpr REL::Offset BSTEventSource_ContractedDisease__Event_{ 0x052CCAF0 }; + inline constexpr REL::Offset BSTEventSource_ControlsRemappedEvent_{ 0x0524F670 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_CraftItem_{ 0x052365D0 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_ExitBench_{ 0x052366C0 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_Highlight3D_{ 0x0529D280 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_InstallMod_{ 0x05236B00 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_RenameItem_{ 0x05236A60 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_RevertHighlight_{ 0x0529D230 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_RevertedModdedItem_{ 0x052369C0 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedModSlot_{ 0x05236B50 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedMod_{ 0x05236A10 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedModdableItem_{ 0x05236BA0 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_SelectedRecipe_{ 0x05236620 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_SessionSummaryEvent_{ 0x05234EB0 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_SetInspectControls_{ 0x05236670 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_ToggleTracking_{ 0x05236730 }; + inline constexpr REL::Offset BSTEventSource_CraftingMenu_ViewingModdableItem_{ 0x05236AB0 }; + inline constexpr REL::Offset BSTEventSource_CrewAssignedEvent_{ 0x051E2700 }; + inline constexpr REL::Offset BSTEventSource_CrewDismissedEvent_{ 0x051E2740 }; + inline constexpr REL::Offset BSTEventSource_CriticalHitEvent__Event_{ 0x052D1B50 }; + inline constexpr REL::Offset BSTEventSource_CustomMarkerUpdate__Event_{ 0x052D1B00 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_CloseMenu_{ 0x05289658 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_ClosedForSubMenu_{ 0x052896A0 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_Missions_{ 0x05289588 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_OpenPauseMenu_{ 0x05289450 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_PlotToLocation_{ 0x052894A0 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_Reopened_{ 0x05289618 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedAttributesMenu_{ 0x05289830 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedInventoryMenu_{ 0x052897E0 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedMapMenu_{ 0x05289790 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedPowersMenu_{ 0x052894F0 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedShipMenu_{ 0x05289740 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SelectedStatusMenu_{ 0x052896F0 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SetMenuForQuickEntry_{ 0x05289540 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_SetPaperDollActive_{ 0x052895D0 }; + inline constexpr REL::Offset BSTEventSource_DataMenu_StartCloseAnim_{ 0x05238930 }; + inline constexpr REL::Offset BSTEventSource_DataSlateButtons_acceptClicked_{ 0x0526C610 }; + inline constexpr REL::Offset BSTEventSource_DataSlateButtons_cancelClicked_{ 0x0526C660 }; + inline constexpr REL::Offset BSTEventSource_DataSlateMenu_playSFX_{ 0x0526C5D0 }; + inline constexpr REL::Offset BSTEventSource_DataSlateMenu_toggleAudio_{ 0x0526C580 }; + inline constexpr REL::Offset BSTEventSource_DaysJailed__Event_{ 0x052D1A38 }; + inline constexpr REL::Offset BSTEventSource_DaysPassed__Event_{ 0x052AF380 }; + inline constexpr REL::Offset BSTEventSource_DefaultObjectsReadyEvent__Event_{ 0x051E4F70 }; + inline constexpr REL::Offset BSTEventSource_DeferredDeleter__QueueStatusEvent_{ 0x052B03A0 }; + inline constexpr REL::Offset BSTEventSource_DestroyedEvent_{ 0x051E23E8 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_CompleteExit_{ 0x0525FAF0 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnDialogueSelect_{ 0x05328050 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnListVisibilityChange_{ 0x05328140 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnPersuasionAutoWin_{ 0x05328190 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_OnScriptedDialogueSelect_{ 0x053281E0 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_RequestExit_{ 0x053280F0 }; + inline constexpr REL::Offset BSTEventSource_DialogueMenu_RequestSkipDialogue_{ 0x053280A0 }; + inline constexpr REL::Offset BSTEventSource_DisarmedEvent__Event_{ 0x052CA218 }; + inline constexpr REL::Offset BSTEventSource_DisplayFatigueWarningEvent_{ 0x05265110 }; + inline constexpr REL::Offset BSTEventSource_DocAcceptMenu_Accept_{ 0x0522AE68 }; + inline constexpr REL::Offset BSTEventSource_DynNavMeshOpRecord__CompleteEvent_{ 0x05191010 }; + inline constexpr REL::Offset BSTEventSource_DynamicNavMeshBuildCompleteEvent_{ 0x0515FC50 }; + inline constexpr REL::Offset BSTEventSource_EndLoadGameEvent_{ 0x05158008 }; + inline constexpr REL::Offset BSTEventSource_EnteredUnity__Event_{ 0x052D15A8 }; + inline constexpr REL::Offset BSTEventSource_ExperienceMeterDisplayData_{ 0x05263A50 }; + inline constexpr REL::Offset BSTEventSource_FactionRankChange__Event_{ 0x052CA1D0 }; + inline constexpr REL::Offset BSTEventSource_FaderMenuDisplayState_{ 0x05328800 }; + inline constexpr REL::Offset BSTEventSource_FavoriteMgr_Events__ComponentFavoriteEvent_{ 0x05329BF0 }; + inline constexpr REL::Offset BSTEventSource_FavoritesMenu_AssignQuickkey_{ 0x05329A70 }; + inline constexpr REL::Offset BSTEventSource_FavoritesMenu_UseQuickkey_{ 0x05329AC0 }; + inline constexpr REL::Offset BSTEventSource_FinePaid__Event_{ 0x052D1A78 }; + inline constexpr REL::Offset BSTEventSource_FirstThirdPersonSwitch__Event_{ 0x052D1920 }; + inline constexpr REL::Offset BSTEventSource_GameScript__StatsEvent_{ 0x0533BF70 }; + inline constexpr REL::Offset BSTEventSource_GameScript__UserLogEvent_{ 0x0533BE80 }; + inline constexpr REL::Offset BSTEventSource_GameStalledEvent_{ 0x053BD4C8 }; + inline constexpr REL::Offset BSTEventSource_GlobalFunc_CloseAllMenus_{ 0x05262B00 }; + inline constexpr REL::Offset BSTEventSource_GlobalFunc_CloseMenu_{ 0x05262A78 }; + inline constexpr REL::Offset BSTEventSource_GlobalFunc_PlayMenuSound_{ 0x05262A30 }; + inline constexpr REL::Offset BSTEventSource_GlobalFunc_StartGameRender_{ 0x052629E0 }; + inline constexpr REL::Offset BSTEventSource_GlobalFunc_UserEvent_{ 0x05262AB8 }; + inline constexpr REL::Offset BSTEventSource_GrandTheftHorse__Event_{ 0x052CA460 }; + inline constexpr REL::Offset BSTEventSource_HUDActivityIncreaseEvent_{ 0x051503D0 }; + inline constexpr REL::Offset BSTEventSource_HUDCrewBuffMessageEvent_{ 0x05233CD0 }; + inline constexpr REL::Offset BSTEventSource_HUDModeEvent_{ 0x0523C718 }; + inline constexpr REL::Offset BSTEventSource_HUDNotificationEvent_{ 0x05266778 }; + inline constexpr REL::Offset BSTEventSource_HUDNotification_MissionActiveWidgetUpdate_{ 0x052667C0 }; + inline constexpr REL::Offset BSTEventSource_HUDNotification_OpenDataMenu_{ 0x05266870 }; + inline constexpr REL::Offset BSTEventSource_HUDNotification_OpenMissionMenu_{ 0x052668C0 }; + inline constexpr REL::Offset BSTEventSource_HUDNotification_SetMissionActive_{ 0x05266820 }; + inline constexpr REL::Offset BSTEventSource_HUDRolloverActivationButtonEvent_{ 0x0523C7A0 }; + inline constexpr REL::Offset BSTEventSource_HUDRolloverActivationQCItemPressEvent_{ 0x0523C7F0 }; + inline constexpr REL::Offset BSTEventSource_HUDWeaponWorldFOVMultChangedEvent_{ 0x051BBA60 }; + inline constexpr REL::Offset BSTEventSource_HangarShipSelection_ChangeSystemDisplay_{ 0x0522F120 }; + inline constexpr REL::Offset BSTEventSource_HangarShipSelection_RepairShip_{ 0x0522F090 }; + inline constexpr REL::Offset BSTEventSource_HangarShipSelection_UpgradeSystem_{ 0x0522F040 }; + inline constexpr REL::Offset BSTEventSource_HideSubtitleEvent__Event_{ 0x0523F840 }; + inline constexpr REL::Offset BSTEventSource_HomeShipSetEvent_{ 0x051E2110 }; + inline constexpr REL::Offset BSTEventSource_HourPassed__Event_{ 0x052AF3C0 }; + inline constexpr REL::Offset BSTEventSource_HoursPassed__Event_{ 0x0532E638 }; + inline constexpr REL::Offset BSTEventSource_IdleInputEvent_{ 0x0525E898 }; + inline constexpr REL::Offset BSTEventSource_ImageFixtureEvent_RequestImage_{ 0x053A00C0 }; + inline constexpr REL::Offset BSTEventSource_ImageFixtureEvent_UnregisterImage_{ 0x053A0070 }; + inline constexpr REL::Offset BSTEventSource_InputEnableLayerDestroyedEvent_{ 0x05372070 }; + inline constexpr REL::Offset BSTEventSource_InstantReferenceInteractionEvent_{ 0x051DF2F0 }; + inline constexpr REL::Offset BSTEventSource_InventoryInterface__FavoriteChangedEvent_{ 0x052BE630 }; + inline constexpr REL::Offset BSTEventSource_InventoryItemEvent__Event_{ 0x0518AFE0 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_Change3DView_{ 0x05238570 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_DropItem_{ 0x0526E2B0 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_HideModel_{ 0x0526E210 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_LoadModel_{ 0x0526EA90 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_OnEnterCategory_{ 0x0526E3A0 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_OpenCargoHold_{ 0x0526E3F0 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_PaperDollTryOn_{ 0x05238840 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_ResetPaperDollInv_{ 0x05238890 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_SelectItem_{ 0x0526E260 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_SetMouseOverModel_{ 0x0526E350 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_StartCloseAnim_{ 0x0526E440 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_ToggleFavorite_{ 0x0526E300 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_ToggleHelmet_{ 0x05248940 }; + inline constexpr REL::Offset BSTEventSource_InventoryMenu_ToggleSuit_{ 0x05248990 }; + inline constexpr REL::Offset BSTEventSource_Inventory_SetSort_{ 0x0523CC58 }; + inline constexpr REL::Offset BSTEventSource_ItemConsumedEvent_{ 0x051DEF88 }; + inline constexpr REL::Offset BSTEventSource_ItemCrafted__Event_{ 0x052D19B8 }; + inline constexpr REL::Offset BSTEventSource_ItemSteal__Event_{ 0x052D19F8 }; + inline constexpr REL::Offset BSTEventSource_ItemSwappedEvent_{ 0x051DEDF8 }; + inline constexpr REL::Offset BSTEventSource_JailEscape__Event_{ 0x052D1DA0 }; + inline constexpr REL::Offset BSTEventSource_Jailing__Event_{ 0x052D1DE0 }; + inline constexpr REL::Offset BSTEventSource_LevelIncrease__Event_{ 0x052D1D10 }; + inline constexpr REL::Offset BSTEventSource_LevelUp_AnimFinished_{ 0x05265068 }; + inline constexpr REL::Offset BSTEventSource_LevelUp_OnWidgetShown_{ 0x05263980 }; + inline constexpr REL::Offset BSTEventSource_LevelUp_OpenDataMenu_{ 0x052639C0 }; + inline constexpr REL::Offset BSTEventSource_LevelUp_ShowSkills_{ 0x05265028 }; + inline constexpr REL::Offset BSTEventSource_LoadScreenEndEvent_{ 0x0517EF18 }; + inline constexpr REL::Offset BSTEventSource_LoadScreenStartEvent_{ 0x0517F210 }; + inline constexpr REL::Offset BSTEventSource_LoadingMenu_RefreshText_{ 0x0532A5E0 }; + inline constexpr REL::Offset BSTEventSource_LocationExplored__Event_{ 0x051D18F0 }; + inline constexpr REL::Offset BSTEventSource_LocationLinked__Event_{ 0x051D1A30 }; + inline constexpr REL::Offset BSTEventSource_LocationMarkerArrayUpdate__Event_{ 0x052D1D50 }; + inline constexpr REL::Offset BSTEventSource_LocationTextEvent__Event_{ 0x05266F40 }; + inline constexpr REL::Offset BSTEventSource_LocationTextWidget_FinishedQueue_{ 0x05263A00 }; + inline constexpr REL::Offset BSTEventSource_LockPickedEvent_{ 0x051DEF48 }; + inline constexpr REL::Offset BSTEventSource_MagicSystem__FlushLogEvent_{ 0x05128450 }; + inline constexpr REL::Offset BSTEventSource_MagicSystem__LogEvent_{ 0x05128298 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_ActionCanceled_{ 0x0532C0E0 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_ActionConfirmed_{ 0x0532C090 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_ConfirmLoad_{ 0x0532C168 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_DeleteSave_{ 0x0532C1A8 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_LegalScreenComplete_{ 0x0532BD80 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_SetCharacter_{ 0x0532BD00 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_StartAction_{ 0x0532C048 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_StartLoad_{ 0x0532C128 }; + inline constexpr REL::Offset BSTEventSource_MainMenu_UploadSave_{ 0x0532BD40 }; + inline constexpr REL::Offset BSTEventSource_MainStatus__StageEvent_{ 0x052BE220 }; + inline constexpr REL::Offset BSTEventSource_MapMarkerDiscoveredEvent_{ 0x051DF070 }; + inline constexpr REL::Offset BSTEventSource_MenuModeChangeEvent_{ 0x0539EFF8 }; + inline constexpr REL::Offset BSTEventSource_MenuOpenCloseEvent_{ 0x0539EFB8 }; + inline constexpr REL::Offset BSTEventSource_MenuPauseChangeEvent_{ 0x0539F168 }; + inline constexpr REL::Offset BSTEventSource_MenuPauseCounterChangeEvent_{ 0x0539F1B0 }; + inline constexpr REL::Offset BSTEventSource_MessageBoxMenu_OnBackOut_{ 0x0532CF40 }; + inline constexpr REL::Offset BSTEventSource_MessageBoxMenu_OnButtonPress_{ 0x0532CEA0 }; + inline constexpr REL::Offset BSTEventSource_MessageBoxMenu_OnScriptedButtonPress_{ 0x0532CEF0 }; + inline constexpr REL::Offset BSTEventSource_MissionBoard_MissionEntryChanged_{ 0x0526F510 }; + inline constexpr REL::Offset BSTEventSource_MissionBoard_MissionEntryPressed_{ 0x0526F4C0 }; + inline constexpr REL::Offset BSTEventSource_MissionMenuStateEvent__Event_{ 0x0524BB60 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_ClearState_{ 0x0526B050 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_PlotToLocation_{ 0x0526B6B0 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_RejectQuest_{ 0x0526AF60 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_SaveCategoryIndex_{ 0x0526B000 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_SaveOpenedId_{ 0x0526AFB0 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_ShowItemLocation_{ 0x0526B660 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_ToggleQTDisplay_{ 0x0526B0A0 }; + inline constexpr REL::Offset BSTEventSource_MissionMenu_ToggleTrackingQuest_{ 0x0526AF10 }; + inline constexpr REL::Offset BSTEventSource_ModelReferenceEffectEvents__ReferenceEffectFinished_{ 0x052A4A40 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_Bioscan_{ 0x05271F88 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_FastTravel_{ 0x05271310 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_Harvest_{ 0x05271FC8 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_Initialize_{ 0x05272090 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_Outpost_{ 0x05272008 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_PhotoMode_{ 0x05271F00 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_Shutdown_{ 0x05272048 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_SocialSpell_{ 0x05271F40 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_StartContainerView_{ 0x052713B0 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_StopContainerView_{ 0x05271360 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_SurfaceMap_{ 0x05271400 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_UseListScrollControls_{ 0x052712C0 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_ZoomIn_{ 0x05271EB8 }; + inline constexpr REL::Offset BSTEventSource_MonocleMenu_ZoomOut_{ 0x05271E78 }; + inline constexpr REL::Offset BSTEventSource_MovementMessageUpdateRequestImmediate_{ 0x05267A20 }; + inline constexpr REL::Offset BSTEventSource_MurderCrime__Event_{ 0x052CA148 }; + inline constexpr REL::Offset BSTEventSource_ObjectScannedEvent_{ 0x051DF340 }; + inline constexpr REL::Offset BSTEventSource_ObjectiveState__Event_{ 0x051E8730 }; + inline constexpr REL::Offset BSTEventSource_OpenContainerMenuEventData_{ 0x0523C930 }; + inline constexpr REL::Offset BSTEventSource_OpenContainerMenuFromListenerEvent_{ 0x0523C750 }; + inline constexpr REL::Offset BSTEventSource_OtherEventEnabledEvent_{ 0x053720C0 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_ActionCanceled_{ 0x0528B480 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_ConfirmAction_{ 0x0528B550 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_ConfirmLoad_{ 0x0528B400 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_ConfirmSave_{ 0x0528B3C0 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_DeleteSave_{ 0x0528B440 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_QuitToDesktop_{ 0x0528B2E0 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_SetCharacter_{ 0x0528B370 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_StartAction_{ 0x0528B510 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_StartLoad_{ 0x0528B4C8 }; + inline constexpr REL::Offset BSTEventSource_PauseMenu_UploadSave_{ 0x0528B328 }; + inline constexpr REL::Offset BSTEventSource_PerkChanged__Event_{ 0x0515FE58 }; + inline constexpr REL::Offset BSTEventSource_PerkValueEvents__PerkEntryUpdatedEvent_{ 0x0508D880 }; + inline constexpr REL::Offset BSTEventSource_PerkValueEvents__PerkValueChangedEvent_{ 0x05267A70 }; + inline constexpr REL::Offset BSTEventSource_PhotoGallery_DeletePhoto_{ 0x0522BB70 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_InitializeCategory_{ 0x05273640 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_ResetToDefaults_{ 0x052735F0 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_SliderChanged_{ 0x052735A0 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_StepperChanged_{ 0x05273550 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_TakeSnapshot_{ 0x05273500 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_ToggleHelmet_{ 0x05273470 }; + inline constexpr REL::Offset BSTEventSource_PhotoMode_ToggleUI_{ 0x052734B8 }; + inline constexpr REL::Offset BSTEventSource_PickRefStateChangedEvent_{ 0x05187760 }; + inline constexpr REL::Offset BSTEventSource_PickRefUpdateEvent_{ 0x05208760 }; + inline constexpr REL::Offset BSTEventSource_PickpocketMenu_OnItemSelect_{ 0x05274170 }; + inline constexpr REL::Offset BSTEventSource_PiracyCrime__Event_{ 0x052CA4A0 }; + inline constexpr REL::Offset BSTEventSource_PlanetSiteSelectEvent_{ 0x052BDA50 }; + inline constexpr REL::Offset BSTEventSource_PlayBink_CloseMenu_{ 0x0528BCB8 }; + inline constexpr REL::Offset BSTEventSource_PlayerActiveEffectChanged__Event_{ 0x052D1E20 }; + inline constexpr REL::Offset BSTEventSource_PlayerAddItemEvent_{ 0x051E12B8 }; + inline constexpr REL::Offset BSTEventSource_PlayerAmmoChanged__Event_{ 0x052D1C70 }; + inline constexpr REL::Offset BSTEventSource_PlayerArrestedEvent_{ 0x051DF0B8 }; + inline constexpr REL::Offset BSTEventSource_PlayerAssaultActorEvent_{ 0x051DEFD0 }; + inline constexpr REL::Offset BSTEventSource_PlayerAutoAimActorEvent_{ 0x052CF1D0 }; + inline constexpr REL::Offset BSTEventSource_PlayerBuyShipEvent_{ 0x051DEE38 }; + inline constexpr REL::Offset BSTEventSource_PlayerCharacterQuestEvent__Event_{ 0x052D2060 }; + inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerIronSightsEndEvent_{ 0x05225090 }; + inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerIronSightsStartEvent_{ 0x05225030 }; + inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerJumpPressEvent_{ 0x05223C40 }; + inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerJumpReleaseEvent_{ 0x05223DF0 }; + inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ 0x052244C0 }; + inline constexpr REL::Offset BSTEventSource_PlayerControls__PlayerZeroGSprintReleasedEvent_{ 0x05224520 }; + inline constexpr REL::Offset BSTEventSource_PlayerCrimeGoldEvent_{ 0x051DF178 }; + inline constexpr REL::Offset BSTEventSource_PlayerCrosshairModeEvent_{ 0x0523DEB0 }; + inline constexpr REL::Offset BSTEventSource_PlayerDetectionLevelChangeEvent_{ 0x0523F660 }; + inline constexpr REL::Offset BSTEventSource_PlayerDifficultySettingChanged__Event_{ 0x052D1CC0 }; + inline constexpr REL::Offset BSTEventSource_PlayerFailedPlotRouteEvent_{ 0x051E2040 }; + inline constexpr REL::Offset BSTEventSource_PlayerFastTravel__Event_{ 0x052D1680 }; + inline constexpr REL::Offset BSTEventSource_PlayerInCombatChangeEvent_{ 0x052D2350 }; + inline constexpr REL::Offset BSTEventSource_PlayerInDialogueChanged__Event_{ 0x052D1BD0 }; + inline constexpr REL::Offset BSTEventSource_PlayerJailEvent_{ 0x051DF1B8 }; + inline constexpr REL::Offset BSTEventSource_PlayerLifeStateChanged__Event_{ 0x052D1C20 }; + inline constexpr REL::Offset BSTEventSource_PlayerModifiedShipEvent_{ 0x051E2090 }; + inline constexpr REL::Offset BSTEventSource_PlayerMurderActorEvent_{ 0x051DF020 }; + inline constexpr REL::Offset BSTEventSource_PlayerNameEvent__NameChangedEvent_{ 0x05248630 }; + inline constexpr REL::Offset BSTEventSource_PlayerPayFineEvent_{ 0x051DF0F8 }; + inline constexpr REL::Offset BSTEventSource_PlayerPickpocketSuccess__Event_{ 0x052D1970 }; + inline constexpr REL::Offset BSTEventSource_PlayerPlanetSurveyCompleteEvent_{ 0x051DF3D0 }; + inline constexpr REL::Offset BSTEventSource_PlayerPlanetSurveyProgressEvent_{ 0x051DF420 }; + inline constexpr REL::Offset BSTEventSource_PlayerSellShipEvent_{ 0x051DEE78 }; + inline constexpr REL::Offset BSTEventSource_PlayerSetWeaponStateEvent_{ 0x05267200 }; + inline constexpr REL::Offset BSTEventSource_PlayerSneakingChangeEvent_{ 0x052242D0 }; + inline constexpr REL::Offset BSTEventSource_PlayerTrespassEvent_{ 0x051DF138 }; + inline constexpr REL::Offset BSTEventSource_PlayerUpdateEvent_{ 0x05248A28 }; + inline constexpr REL::Offset BSTEventSource_PoisonedWeapon__Event_{ 0x052D1708 }; + inline constexpr REL::Offset BSTEventSource_PositionPlayerEvent_{ 0x052D1EA8 }; + inline constexpr REL::Offset BSTEventSource_PowersMenu_ActivateEssence_{ 0x0522CD80 }; + inline constexpr REL::Offset BSTEventSource_PowersMenu_EquipPower_{ 0x0522CE00 }; + inline constexpr REL::Offset BSTEventSource_PowersMenu_FavoritePower_{ 0x0522CE40 }; + inline constexpr REL::Offset BSTEventSource_ProjectileBeginUpdateEvent_{ 0x052EF090 }; + inline constexpr REL::Offset BSTEventSource_ProjectileKillEvent_{ 0x052EF0D8 }; + inline constexpr REL::Offset BSTEventSource_QuestStatus__Event_{ 0x051EA1F8 }; + inline constexpr REL::Offset BSTEventSource_QuickContainerOpenedEvent_{ 0x051DF200 }; + inline constexpr REL::Offset BSTEventSource_RadioManager__PipboyFrequencyDetectionEvent_{ 0x051281A0 }; + inline constexpr REL::Offset BSTEventSource_RadioManager__PipboyRadioTuningEvent_{ 0x051282E0 }; + inline constexpr REL::Offset BSTEventSource_RadioManager__PipboyTransmitterDetectionEvent_{ 0x05128240 }; + inline constexpr REL::Offset BSTEventSource_RefControlChangedEvent_{ 0x051DEF00 }; + inline constexpr REL::Offset BSTEventSource_RefcountEvents__OnHandleEvicted_{ 0x053FBC30 }; + inline constexpr REL::Offset BSTEventSource_ReferenceCellLoadedTemps_{ 0x051D5210 }; + inline constexpr REL::Offset BSTEventSource_ReferenceDestroyedEvent_{ 0x051DF2A0 }; + inline constexpr REL::Offset BSTEventSource_ReferenceQueuedEvent_{ 0x0517C520 }; + inline constexpr REL::Offset BSTEventSource_RefillAliasEvent__Event_{ 0x051E9E30 }; + inline constexpr REL::Offset BSTEventSource_RefreshDataMenuForSkillsChangeEvent_{ 0x052388E0 }; + inline constexpr REL::Offset BSTEventSource_Refuel_Accept_{ 0x0527A290 }; + inline constexpr REL::Offset BSTEventSource_Refuel_Cancel_{ 0x0527A258 }; + inline constexpr REL::Offset BSTEventSource_ReloadWeaponEvent__Event_{ 0x052CCAA0 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_AddMaterial_{ 0x05276770 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_CategorySelected_{ 0x05276860 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_ExitMenu_{ 0x05276730 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_HideModel_{ 0x052766E0 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_PreviewProject_{ 0x05276810 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_ProjectViewed_{ 0x052767C0 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_SetInspectControls_{ 0x05276690 }; + inline constexpr REL::Offset BSTEventSource_ResearchMenu_ToggleTrackingProject_{ 0x05276640 }; + inline constexpr REL::Offset BSTEventSource_Research__ResearchProgressEvent_{ 0x052A9B60 }; + inline constexpr REL::Offset BSTEventSource_ResetHistoryDataEvent_{ 0x051B8F90 }; + inline constexpr REL::Offset BSTEventSource_ResourceServerLogDumped_{ 0x053BCF30 }; + inline constexpr REL::Offset BSTEventSource_Reticle_OnLongAnimFinished_{ 0x0528CA40 }; + inline constexpr REL::Offset BSTEventSource_RolloverIsCrimeEvent__Event_{ 0x0523E270 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceAttach_{ 0x05162410 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceCleared3d_{ 0x0518F0D0 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceDestroy_{ 0x0518F190 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceDetach_{ 0x051624D0 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceInit_{ 0x0518F130 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceRecycle_{ 0x0518F1F0 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__ReferenceSet3d_{ 0x0518F070 }; + inline constexpr REL::Offset BSTEventSource_RuntimeComponentDBFactory__Release3DRelatedData_{ 0x0518EC00 }; + inline constexpr REL::Offset BSTEventSource_SaveLoadEvent_{ 0x05226C88 }; + inline constexpr REL::Offset BSTEventSource_SaveLoadMessageStringEvent_{ 0x052651D0 }; + inline constexpr REL::Offset BSTEventSource_ScannableUtils__ScannedEvent_{ 0x05228840 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_BackOutKey_{ 0x05278F20 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_CloseMenu_{ 0x05278FC0 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_ConfirmExit_{ 0x05279010 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_EliminateUnusedKeys_{ 0x05278E80 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_GetRingHint_{ 0x05278ED0 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_SelectNewKey_{ 0x05278E30 }; + inline constexpr REL::Offset BSTEventSource_SecurityMenu_TryUseKey_{ 0x05278F70 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_CheckBoxChanged_{ 0x0524FE40 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_ClearBinding_{ 0x0524FF80 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_OpenCategory_{ 0x0524FF30 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_OpenSettings_{ 0x05250020 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_RemapConfirmed_{ 0x05250100 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_RemapMode_{ 0x0524FCB0 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_ResetToDefaults_{ 0x0524FFD0 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_SaveControls_{ 0x0524FD00 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_SaveSettings_{ 0x0524FE90 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_SliderChanged_{ 0x0524FEE0 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_StepperChanged_{ 0x0524FDF0 }; + inline constexpr REL::Offset BSTEventSource_SettingsPanel_ValidateControls_{ 0x05250150 }; + inline constexpr REL::Offset BSTEventSource_ShipBuilder_CloseAllMenus_{ 0x05177920 }; + inline constexpr REL::Offset BSTEventSource_ShipCameraStateToggled_{ 0x0520A1A0 }; + inline constexpr REL::Offset BSTEventSource_ShipCrewAssignMenu_Assign_{ 0x05279B40 }; + inline constexpr REL::Offset BSTEventSource_ShipCrewAssignMenu_Unassign_{ 0x05279AF0 }; + inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_Close_{ 0x0522EFF8 }; + inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_OpenAssignMenu_{ 0x05252A90 }; + inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_SetSort_{ 0x05252A48 }; + inline constexpr REL::Offset BSTEventSource_ShipCrewMenu_ViewedItem_{ 0x05279C60 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_ChangeModuleCategory_{ 0x05173D10 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnColorPickerControlChanged_{ 0x05175240 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnColorPickerTabChanged_{ 0x051752F0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnColorSliderMouseInput_{ 0x051751F0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnExitConfirmCancel_{ 0x051706E0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnExitConfirmExit_{ 0x05170690 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnExitConfirmSaveAndExit_{ 0x05170730 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnFlightCheckTabChanged_{ 0x05171C10 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnHintButtonActivated_{ 0x051778D0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnRecentColorSwatchClicked_{ 0x051752A0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnRenameEndEditText_{ 0x05172F80 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnRenameInputCancelled_{ 0x05172FD0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_OnWeaponGroupChanged_{ 0x05171940 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_PreviewShipPart_{ 0x05173D60 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_PreviewUpgrade_{ 0x0515ACC0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_RemoveAll3D_{ 0x05177880 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_SelectedShipPart_{ 0x05173DB0 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_SelectedUpgrade_{ 0x0515AD10 }; + inline constexpr REL::Offset BSTEventSource_ShipEditor_SystemSelected_{ 0x05159F00 }; + inline constexpr REL::Offset BSTEventSource_ShipHudQuickContainer_TransferItem_{ 0x0528CA90 }; + inline constexpr REL::Offset BSTEventSource_ShipHudQuickContainer_TransferMenu_{ 0x05258280 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_AbortJump_{ 0x0528CAE0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_Activate_{ 0x05258120 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_BodyViewMarkerDimensions_{ 0x052585C0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_ChangeComponentSelection_{ 0x05258090 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_CloseMenu_{ 0x05257ED8 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_Deselect_{ 0x052580E0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_DockRequested_{ 0x0528CB60 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_FarTravel_{ 0x05258548 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_HailAccepted_{ 0x052583E0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_HailCancelled_{ 0x052583A0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_HailShip_{ 0x0528CB20 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_JumpToQuestMarker_{ 0x05258460 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_Land_{ 0x052582D0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_LandingMarkerMap_{ 0x05258230 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_Map_{ 0x052581F0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_OnMonocleToggle_{ 0x05258310 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_OpenPhotoMode_{ 0x05258420 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_Repair_{ 0x05258610 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_SetTargetMode_{ 0x05258360 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_TargetShipSystem_{ 0x052584B0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_Target_{ 0x052581B0 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_UntargetShipSystem_{ 0x05258500 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_UpdateComponentPower_{ 0x05258040 }; + inline constexpr REL::Offset BSTEventSource_ShipHud_UpdateTargetPanelRect_{ 0x0528D7F0 }; + inline constexpr REL::Offset BSTEventSource_ShowCustomWatchAlert_{ 0x05240358 }; + inline constexpr REL::Offset BSTEventSource_ShowHUDMessageEvent_{ 0x0523EE70 }; + inline constexpr REL::Offset BSTEventSource_ShowLongShipBootup_{ 0x05257FF8 }; + inline constexpr REL::Offset BSTEventSource_ShowSubtitleEvent__Event_{ 0x0523F890 }; + inline constexpr REL::Offset BSTEventSource_ShowingQuestMarketTextEvent_{ 0x0523D750 }; + inline constexpr REL::Offset BSTEventSource_SkillsMenu_Accept_{ 0x0527B3E0 }; + inline constexpr REL::Offset BSTEventSource_SkillsMenu_AddPatch_{ 0x0527B3A0 }; + inline constexpr REL::Offset BSTEventSource_SkillsMenu_Cancel_{ 0x0527B420 }; + inline constexpr REL::Offset BSTEventSource_SkillsMenu_ChangeCursorVisibility_{ 0x0527B350 }; + inline constexpr REL::Offset BSTEventSource_SkillsMenu_SaveLastCategory_{ 0x0527B300 }; + inline constexpr REL::Offset BSTEventSource_SleepWaitMenu_InterruptRest_{ 0x0532E2F0 }; + inline constexpr REL::Offset BSTEventSource_SleepWaitMenu_StartRest_{ 0x0532E2A0 }; + inline constexpr REL::Offset BSTEventSource_SnapTemplateUtils__SnapReplaceEvent_{ 0x051C2960 }; + inline constexpr REL::Offset BSTEventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ 0x052A6180 }; + inline constexpr REL::Offset BSTEventSource_SpaceshipEditor__TransactionEvent_{ 0x0516FF70 }; + inline constexpr REL::Offset BSTEventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ 0x052291A0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__BoughtEvent_{ 0x05355760 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__ContrabandScanWarningEvent_{ 0x05353C20 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__DockEvent_{ 0x05355960 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__DynamicNavmeshCompleted_{ 0x053542E0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__FarTravelEvent_{ 0x05353840 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__GravJumpEvent_{ 0x0528D0D0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__LandedSetEvent_{ 0x0528CD70 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__LandingEvent_{ 0x053540F0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__PlanetScanEvent_{ 0x05353950 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__PlayerMovementOutputEvent_{ 0x05258160 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__RampDownEvent_{ 0x05355B60 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__RefueledEvent_{ 0x053555A0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__RegisteredEvent_{ 0x05355D70 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__ShieldEvent_{ 0x05355A60 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__ShipAddedEvent_{ 0x05355F40 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__ShipCollisionEvent_{ 0x05355C00 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__ShipCustomizedEvent_{ 0x05354C50 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__SoldEvent_{ 0x05355658 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__SystemDamagedEvent_{ 0x05353F50 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__SystemPowerAllocationEvent_{ 0x05353D50 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__SystemPowerChangeEvent_{ 0x053541B0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__SystemRepairedBIEvent_{ 0x053557A0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__SystemRepairedEvent_{ 0x053558C0 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__TakeDamagEvent_{ 0x05354980 }; + inline constexpr REL::Offset BSTEventSource_Spaceship__TakeOffEvent_{ 0x053539F0 }; + inline constexpr REL::Offset BSTEventSource_SpeechChallengeCompletionEvent_{ 0x051DF380 }; + inline constexpr REL::Offset BSTEventSource_SpellsLearned__Event_{ 0x052CCEE8 }; + inline constexpr REL::Offset BSTEventSource_StarField__StarSystemViewChangeEvent_{ 0x051C5E70 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_ExecuteRoute_{ 0x05295BF0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_Galaxy_FocusSystem_{ 0x05293910 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_LandingInputInProgress_{ 0x052902C0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x05290310 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_MarkerGroupEntryClicked_{ 0x05290210 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x05290260 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnCancel_{ 0x05295A68 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnClearRoute_{ 0x05295BA0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnExitStarMap_{ 0x05295B50 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnGalaxyViewInitialized_{ 0x052938C0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnHintButtonClicked_{ 0x05295B00 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_OnOutpostEntrySelected_{ 0x052959D0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_QuickSelectChange_{ 0x052925D0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_ReadyToClose_{ 0x05295AB0 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_ScanPlanet_{ 0x05290D10 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_SelectedLandingSiteFailed_{ 0x0528EF50 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_SelectedLandingSite_{ 0x0528EF00 }; + inline constexpr REL::Offset BSTEventSource_StarMapMenu_ShowRealCursor_{ 0x05290E40 }; + inline constexpr REL::Offset BSTEventSource_StarMap__ChangeStateEvent_{ 0x052901C0 }; + inline constexpr REL::Offset BSTEventSource_StarMap__OutpostCargoTransferEvent_{ 0x05297D60 }; + inline constexpr REL::Offset BSTEventSource_StarMap__PlanetTraitKnownEvent_{ 0x051A2F30 }; + inline constexpr REL::Offset BSTEventSource_StarMap__ResetAllowInputEvent_{ 0x052900F0 }; + inline constexpr REL::Offset BSTEventSource_StarMap__SelectBodyEvent_{ 0x052BDB30 }; + inline constexpr REL::Offset BSTEventSource_StarMap__StartTransitionEvent_{ 0x05290140 }; + inline constexpr REL::Offset BSTEventSource_StarMap__SystemBodyInfoUpdate_{ 0x05292580 }; + inline constexpr REL::Offset BSTEventSource_StartLoadGameEvent_{ 0x05157F50 }; + inline constexpr REL::Offset BSTEventSource_StartOutpostFromListenerEvent_{ 0x0523A620 }; + inline constexpr REL::Offset BSTEventSource_SurfaceMapMenu_EnablePointCloud_{ 0x05297640 }; + inline constexpr REL::Offset BSTEventSource_SurfaceMapMenu_MarkerClicked_{ 0x052975A0 }; + inline constexpr REL::Offset BSTEventSource_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x05297550 }; + inline constexpr REL::Offset BSTEventSource_TESActivateEvent_{ 0x051E1D28 }; + inline constexpr REL::Offset BSTEventSource_TESActiveEffectApplyFinishEvent_{ 0x051E1E50 }; + inline constexpr REL::Offset BSTEventSource_TESActiveEffectRemovedEvent_{ 0x051E1D70 }; + inline constexpr REL::Offset BSTEventSource_TESActorActivatedRefEvent_{ 0x051E1C50 }; + inline constexpr REL::Offset BSTEventSource_TESActorLocationChangeEvent_{ 0x051E1A80 }; + inline constexpr REL::Offset BSTEventSource_TESBookReadEvent_{ 0x051E1A38 }; + inline constexpr REL::Offset BSTEventSource_TESCellCriticalRefsAttachedEvent_{ 0x051E1B10 }; + inline constexpr REL::Offset BSTEventSource_TESCellFullyLoadedEvent_{ 0x051E1B60 }; + inline constexpr REL::Offset BSTEventSource_TESCellGravityChangeEvent_{ 0x051E25D0 }; + inline constexpr REL::Offset BSTEventSource_TESCellNavmeshGeneratedEvent_{ 0x051E2660 }; + inline constexpr REL::Offset BSTEventSource_TESCellReadyToApplyDecalsEvent_{ 0x051E26B0 }; + inline constexpr REL::Offset BSTEventSource_TESCellReference3DAttachEvent_{ 0x051E1C00 }; + inline constexpr REL::Offset BSTEventSource_TESCellReferenceAttachDetachEvent_{ 0x051E1BB0 }; + inline constexpr REL::Offset BSTEventSource_TESCombatEvent_{ 0x051E2618 }; + inline constexpr REL::Offset BSTEventSource_TESCombatListEvent_{ 0x051E2780 }; + inline constexpr REL::Offset BSTEventSource_TESCommandModeCompleteCommandEvent_{ 0x051E2150 }; + inline constexpr REL::Offset BSTEventSource_TESCommandModeEnterEvent_{ 0x051E21A0 }; + inline constexpr REL::Offset BSTEventSource_TESCommandModeExitEvent_{ 0x051E2310 }; + inline constexpr REL::Offset BSTEventSource_TESCommandModeGiveCommandEvent_{ 0x051E2360 }; + inline constexpr REL::Offset BSTEventSource_TESConsciousnessEvent_{ 0x051E1650 }; + inline constexpr REL::Offset BSTEventSource_TESContainerChangedEvent_{ 0x051E27C0 }; + inline constexpr REL::Offset BSTEventSource_TESDataHandlerPostBuildFileListEvent_{ 0x05127D70 }; + inline constexpr REL::Offset BSTEventSource_TESDeathEvent_{ 0x051E23B0 }; + inline constexpr REL::Offset BSTEventSource_TESDeferredKillEvent_{ 0x051E2478 }; + inline constexpr REL::Offset BSTEventSource_TESDestructionStageChangedEvent_{ 0x051E2540 }; + inline constexpr REL::Offset BSTEventSource_TESEnterBleedoutEvent_{ 0x051E2590 }; + inline constexpr REL::Offset BSTEventSource_TESEnterSneakingEvent_{ 0x051E2500 }; + inline constexpr REL::Offset BSTEventSource_TESEquipEvent_{ 0x051E2288 }; + inline constexpr REL::Offset BSTEventSource_TESEscortWaitStartEvent_{ 0x051E21F0 }; + inline constexpr REL::Offset BSTEventSource_TESEscortWaitStopEvent_{ 0x051E2240 }; + inline constexpr REL::Offset BSTEventSource_TESExitBleedoutEvent_{ 0x051E24B8 }; + inline constexpr REL::Offset BSTEventSource_TESExitFurnitureEvent_{ 0x051E1E10 }; + inline constexpr REL::Offset BSTEventSource_TESFormDeleteEvent_{ 0x051E1FB8 }; + inline constexpr REL::Offset BSTEventSource_TESFormIDRemapEvent_{ 0x051E1FF8 }; + inline constexpr REL::Offset BSTEventSource_TESFurnitureEvent_{ 0x051E1F38 }; + inline constexpr REL::Offset BSTEventSource_TESGrabReleaseEvent_{ 0x051E1F78 }; + inline constexpr REL::Offset BSTEventSource_TESHarvestEvent__ItemHarvested_{ 0x05187990 }; + inline constexpr REL::Offset BSTEventSource_TESHitEvent_{ 0x051E20D8 }; + inline constexpr REL::Offset BSTEventSource_TESInitScriptEvent_{ 0x051E0F88 }; + inline constexpr REL::Offset BSTEventSource_TESLimbCrippleEvent_{ 0x051E1578 }; + inline constexpr REL::Offset BSTEventSource_TESLoadGameEvent_{ 0x051E1008 }; + inline constexpr REL::Offset BSTEventSource_TESLocationExploredEvent_{ 0x051E0EB0 }; + inline constexpr REL::Offset BSTEventSource_TESLockChangedEvent_{ 0x051E0EF8 }; + inline constexpr REL::Offset BSTEventSource_TESMagicEffectApplyEvent_{ 0x051E1050 }; + inline constexpr REL::Offset BSTEventSource_TESMissionAcceptedEvent_{ 0x051E0D90 }; + inline constexpr REL::Offset BSTEventSource_TESObjectLoadedEvent_{ 0x051E0FC8 }; + inline constexpr REL::Offset BSTEventSource_TESObjectREFRDuplicate__Event_{ 0x051D9AD0 }; + inline constexpr REL::Offset BSTEventSource_TESObjectREFRIsReadyForAttachEvent_{ 0x051E0D00 }; + inline constexpr REL::Offset BSTEventSource_TESObjectREFRTranslationEvent_{ 0x051E1850 }; + inline constexpr REL::Offset BSTEventSource_TESOnPCDialogueTargetEvent_{ 0x051E1730 }; + inline constexpr REL::Offset BSTEventSource_TESOpenCloseEvent_{ 0x051E0D50 }; + inline constexpr REL::Offset BSTEventSource_TESPackageEvent_{ 0x051E0C78 }; + inline constexpr REL::Offset BSTEventSource_TESPerkEntryRunEvent_{ 0x051E0CB8 }; + inline constexpr REL::Offset BSTEventSource_TESPickNewIdleEvent_{ 0x051E15B8 }; + inline constexpr REL::Offset BSTEventSource_TESPickpocketFailedEvent_{ 0x051E0E20 }; + inline constexpr REL::Offset BSTEventSource_TESPlayerActiveEffectEvent_{ 0x051E1DC0 }; + inline constexpr REL::Offset BSTEventSource_TESPlayerFollowerWarpEvent_{ 0x051E22C0 }; + inline constexpr REL::Offset BSTEventSource_TESQuestEvent__Event_{ 0x051EA238 }; + inline constexpr REL::Offset BSTEventSource_TESQuestInitEvent_{ 0x051E0E68 }; + inline constexpr REL::Offset BSTEventSource_TESQuestRejectedEvent_{ 0x051E0DE0 }; + inline constexpr REL::Offset BSTEventSource_TESQuestRewardEvent_{ 0x051BB5E0 }; + inline constexpr REL::Offset BSTEventSource_TESQuestStageEvent_{ 0x051E0AE8 }; + inline constexpr REL::Offset BSTEventSource_TESQuestStageItemDoneEvent_{ 0x051E0B30 }; + inline constexpr REL::Offset BSTEventSource_TESQuestStartStopEvent_{ 0x051E0A60 }; + inline constexpr REL::Offset BSTEventSource_TESQuestTimerEvent_{ 0x051DEEB8 }; + inline constexpr REL::Offset BSTEventSource_TESResetEvent_{ 0x051E0BF0 }; + inline constexpr REL::Offset BSTEventSource_TESResolveNPCTemplatesEvent_{ 0x051E0C30 }; + inline constexpr REL::Offset BSTEventSource_TESSceneActionEvent_{ 0x051E0BB0 }; + inline constexpr REL::Offset BSTEventSource_TESSceneEvent_{ 0x051E0B78 }; + inline constexpr REL::Offset BSTEventSource_TESScenePhaseEvent_{ 0x051E08D8 }; + inline constexpr REL::Offset BSTEventSource_TESSellEvent_{ 0x051E0918 }; + inline constexpr REL::Offset BSTEventSource_TESSleepStartEvent_{ 0x051E0858 }; + inline constexpr REL::Offset BSTEventSource_TESSleepStopEvent_{ 0x051E0898 }; + inline constexpr REL::Offset BSTEventSource_TESSpellCastEvent_{ 0x051E09D0 }; + inline constexpr REL::Offset BSTEventSource_TESSpellCastFailureEvent_{ 0x051E0A10 }; + inline constexpr REL::Offset BSTEventSource_TESSwitchRaceCompleteEvent_{ 0x051E1600 }; + inline constexpr REL::Offset BSTEventSource_TESTopicInfoEvent_{ 0x051E0950 }; + inline constexpr REL::Offset BSTEventSource_TESTrackedStatsEvent_{ 0x051E0990 }; + inline constexpr REL::Offset BSTEventSource_TESTrapHitEvent_{ 0x051E1898 }; + inline constexpr REL::Offset BSTEventSource_TESTriggerEnterEvent_{ 0x051E1808 }; + inline constexpr REL::Offset BSTEventSource_TESTriggerEvent_{ 0x051E17C8 }; + inline constexpr REL::Offset BSTEventSource_TESTriggerLeaveEvent_{ 0x051E1958 }; + inline constexpr REL::Offset BSTEventSource_TESUniqueIDChangeEvent_{ 0x051E19A0 }; + inline constexpr REL::Offset BSTEventSource_TESWaitStartEvent_{ 0x051E18D8 }; + inline constexpr REL::Offset BSTEventSource_TESWaitStopEvent_{ 0x051E1918 }; + inline constexpr REL::Offset BSTEventSource_TakeoffMenu_CloseMenu_{ 0x0528CD30 }; + inline constexpr REL::Offset BSTEventSource_TakeoffMenu_ExitShip_{ 0x0528CDF8 }; + inline constexpr REL::Offset BSTEventSource_TakeoffMenu_Launch_{ 0x0528CDB8 }; + inline constexpr REL::Offset BSTEventSource_TargetHitEvent_{ 0x0523E228 }; + inline constexpr REL::Offset BSTEventSource_TerminalHacked__Event_{ 0x052D16C8 }; + inline constexpr REL::Offset BSTEventSource_TerminalMenuMenuItemRunEvent_{ 0x051E1EF0 }; + inline constexpr REL::Offset BSTEventSource_TerminalMenuOnEnterEvent_{ 0x051E1CE0 }; + inline constexpr REL::Offset BSTEventSource_TerminalMenu_CancelEvent_{ 0x05299CA0 }; + inline constexpr REL::Offset BSTEventSource_Terminal_CloseAllViews_{ 0x05299B70 }; + inline constexpr REL::Offset BSTEventSource_Terminal_CloseTopView_{ 0x05299CF0 }; + inline constexpr REL::Offset BSTEventSource_Terminal_CloseView_{ 0x05299D30 }; + inline constexpr REL::Offset BSTEventSource_Terminal_MenuItemClick_{ 0x05299C50 }; + inline constexpr REL::Offset BSTEventSource_TestMenu_DoAction_{ 0x0529C348 }; + inline constexpr REL::Offset BSTEventSource_TestMenu_ExitMenu_{ 0x0529C180 }; + inline constexpr REL::Offset BSTEventSource_TestMenu_ShowImages_{ 0x0529C388 }; + inline constexpr REL::Offset BSTEventSource_TestMenu_ShowResources_{ 0x0529C2C0 }; + inline constexpr REL::Offset BSTEventSource_TestMenu_TestAll_{ 0x0529C1C0 }; + inline constexpr REL::Offset BSTEventSource_TextInputMenu_EndEditText_{ 0x0529CD40 }; + inline constexpr REL::Offset BSTEventSource_TextInputMenu_InputCanceled_{ 0x0529CF10 }; + inline constexpr REL::Offset BSTEventSource_TextInputMenu_StartEditText_{ 0x0529CEC0 }; + inline constexpr REL::Offset BSTEventSource_TitleSequenceMenu_StartMusic_{ 0x0532E780 }; + inline constexpr REL::Offset BSTEventSource_TraitDiscoveryTextEvent__Event_{ 0x05266F90 }; + inline constexpr REL::Offset BSTEventSource_TravelMarkerStateChange__Event_{ 0x052D15F0 }; + inline constexpr REL::Offset BSTEventSource_Trespass__Event_{ 0x052D48E8 }; + inline constexpr REL::Offset BSTEventSource_TryUpdateShipHudTarget__Event_{ 0x05257FB0 }; + inline constexpr REL::Offset BSTEventSource_TutorialEvent_{ 0x0539F0F0 }; + inline constexpr REL::Offset BSTEventSource_UIMenuChargenMenuDisablePaperdoll_{ 0x05285430 }; + inline constexpr REL::Offset BSTEventSource_UnlockedTerminalElementEvent_{ 0x05277AE0 }; + inline constexpr REL::Offset BSTEventSource_UpdateActivateListenerEvent_{ 0x0523A1A0 }; + inline constexpr REL::Offset BSTEventSource_UpdateSceneRectEvent_{ 0x0539F928 }; + inline constexpr REL::Offset BSTEventSource_UserEventEnabledEvent_{ 0x05372110 }; + inline constexpr REL::Offset BSTEventSource_VATSCommand_{ 0x052EF4E0 }; + inline constexpr REL::Offset BSTEventSource_VATSEvents__ModeChange_{ 0x052EF4A0 }; + inline constexpr REL::Offset BSTEventSource_WeaponAttack__Event_{ 0x052D1638 }; + inline constexpr REL::Offset BSTEventSource_WeaponFiredEvent_{ 0x05128158 }; + inline constexpr REL::Offset BSTEventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x0516F7C0 }; + inline constexpr REL::Offset BSTEventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0516F820 }; + inline constexpr REL::Offset BSTEventSource_WorkbenchTracking__TrackingStatusChanged__Event_{ 0x052A9A50 }; + inline constexpr REL::Offset BSTEventSource_WorkshopActionButton_HoldFinished_{ 0x052A32E0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopActionButton_HoldStopped_{ 0x052A3290 }; + inline constexpr REL::Offset BSTEventSource_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0529E040 }; + inline constexpr REL::Offset BSTEventSource_WorkshopBuilderMenu_SelectedItem_{ 0x0529E090 }; + inline constexpr REL::Offset BSTEventSource_WorkshopBuilderMenu_ToggleTracking_{ 0x0529DF50 }; + inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_ApplyColors_{ 0x052335B0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_SelectedTab_{ 0x05233560 }; + inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_SliderChanged_{ 0x05233880 }; + inline constexpr REL::Offset BSTEventSource_WorkshopColorMode_SwatchChanged_{ 0x05233830 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_AttemptBuild_{ 0x052A0520 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_CancelAction_{ 0x052A03E0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ChangeVariant_{ 0x052A0430 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ConnectionEvent_{ 0x052A02F0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ExitMenu_{ 0x052A0260 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_MessageCallback_{ 0x052A01C0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_SelectedCategory_{ 0x052A0340 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_SelectedGridObject_{ 0x052A0390 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ShowExtras_{ 0x052A02A0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_SwitchMode_{ 0x052A0210 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ToggleDistance_{ 0x052A00D0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ToggleTracking_{ 0x052A0170 }; + inline constexpr REL::Offset BSTEventSource_WorkshopMenu_ToggleView_{ 0x052A0120 }; + inline constexpr REL::Offset BSTEventSource_WorkshopNPCTransferEvent_{ 0x051E0F40 }; + inline constexpr REL::Offset BSTEventSource_WorkshopQuickMenu_ConfirmAction_{ 0x052A1130 }; + inline constexpr REL::Offset BSTEventSource_WorkshopQuickMenu_ExitMenu_{ 0x052A1070 }; + inline constexpr REL::Offset BSTEventSource_WorkshopShared_SetActionHandles_{ 0x052A33D0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopShared_StartAction_{ 0x052A3420 }; + inline constexpr REL::Offset BSTEventSource_WorkshopTargetMenu_TargetHovered_{ 0x052A1BB0 }; + inline constexpr REL::Offset BSTEventSource_WorkshopTargetMenu_TargetPicked_{ 0x052A1C00 }; + inline constexpr REL::Offset BSTEventSource_Workshop__CargoLinkAddedEvent_{ 0x05208980 }; + inline constexpr REL::Offset BSTEventSource_Workshop__CargoLinkTargetChangedEvent_{ 0x05208710 }; + inline constexpr REL::Offset BSTEventSource_Workshop__EnterOutpostBeaconModeEvent_{ 0x05208C90 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemGrabbedEvent_{ 0x05208B50 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemMovedEvent_{ 0x05208890 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemPlacedEvent_{ 0x05208BF0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemProducedEvent_{ 0x05208A70 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemRemovedEvent_{ 0x05208B00 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemRepairedEvent_{ 0x05208930 }; + inline constexpr REL::Offset BSTEventSource_Workshop__ItemScrappedEvent_{ 0x05208A20 }; + inline constexpr REL::Offset BSTEventSource_Workshop__OutpostNameChangedEvent_{ 0x052087A0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__OutpostPlacedEvent_{ 0x05208C40 }; + inline constexpr REL::Offset BSTEventSource_Workshop__PlacementStatusEvent_{ 0x05208840 }; + inline constexpr REL::Offset BSTEventSource_Workshop__PowerOffEvent_{ 0x052089D0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__PowerOnEvent_{ 0x05208AC0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__SnapBehaviorCycledEvent_{ 0x05208200 }; + inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopFlyCameraEvent_{ 0x052088E0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopItemPlacedEvent_{ 0x05208BA0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopModeEvent_{ 0x052087F0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopOutputLinkEvent_{ 0x05208250 }; + inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopStatsChangedEvent_{ 0x052082A0 }; + inline constexpr REL::Offset BSTEventSource_Workshop__WorkshopUpdateStatsEvent_{ 0x052081B0 }; + inline constexpr REL::Offset BSTEventSource_WorldSpaceReleasedEvent_{ 0x051E4DD0 }; + inline constexpr REL::Offset BSTEventSource_XPChange__Event_{ 0x051281F8 }; + inline constexpr REL::Offset BSTEventSource_bhkCharacterMoveFinishEvent_{ 0x05379630 }; + inline constexpr REL::Offset BSTEventSource_bhkCharacterStateChangeEvent_{ 0x05379520 }; + inline constexpr REL::Offset BSTEventSource_bhkNonSupportContactEvent_{ 0x05379570 }; + inline constexpr REL::Offset BSTEventSource_nsBarterMenu__CompletedEvent_{ 0x05268CB0 }; + inline constexpr REL::Offset BSTFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533BE00 }; + inline constexpr REL::Offset BSTFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_{ 0x052C9770 }; + inline constexpr REL::Offset BSTFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_{ 0x05223590 }; + inline constexpr REL::Offset BSTFunction_EventDispatcherBackend_{ 0x053A0C50 }; + inline constexpr REL::Offset BSTFunction_UIDataShuttleConnector_{ 0x0539F320 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ActivityTrackerActivityStartedEvent_{ 0x05188B30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_AnimationDataCleanupEvent_{ 0x05154330 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_AnimationDataSetupEvent_{ 0x05154150 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_AutoLoadDoorRolloverEvent_{ 0x051D0C10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSAcousticSpaceListener__StackChangedEvent_{ 0x052A5810 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSActorDeathEvent_{ 0x052A7640 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSAppPausedEvent_{ 0x0532C3F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ 0x051A2940 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSScannerGuideEffectStatusUpdateEvent_{ 0x05260990 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionEndEvent_{ 0x051C9DF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionStartEvent_{ 0x051C9F40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSBethesdaPlatformLoginEvent_{ 0x052438A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ 0x05284290 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ 0x0527F460 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_FaderMenuDisplayState__{ 0x05328840 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ 0x052CF3E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ 0x0523DF00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ 0x052652B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BSWorldOriginShiftEvent_{ 0x051907A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_BuyItem_{ 0x05269180 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_CloseMenu_{ 0x05268DB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_HideModel_{ 0x05268F30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_LoadModel_{ 0x05268E70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_SellItem_{ 0x05269240 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_SetMouseOverModel_{ 0x05267CD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_ShowFailureMessage_{ 0x05268FF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BarterMenu_ViewedItem_{ 0x052690C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BinkMovieStoppedPlayingEvent_{ 0x0522F410 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BlurEvent_{ 0x05323FD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BoundaryMenu_FastTravel_{ 0x0522A7D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_BoundaryMenu_ShowMap_{ 0x0522A710 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CameraCutEvent_{ 0x05209F00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_BrowChange_{ 0x052832C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_BrowColorChange_{ 0x052807F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_CancelTextEntry_{ 0x05283C20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_CloseMenu_{ 0x05284160 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_CyclePronoun_{ 0x05280670 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_DirtScarsEtcChange_{ 0x05283680 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_EndBodyChange_{ 0x0527FC90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_EndTextEntry_{ 0x05283CE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_EyeColorChange_{ 0x05283380 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_FacialHairChange_{ 0x05283080 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_FacialHairColorChange_{ 0x052808B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HairChange_{ 0x05283200 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HairColorChange_{ 0x05283140 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HeadpartPlusSelectorChange_{ 0x05283820 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_HeadpartPresetChange_{ 0x05283FD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_JewelryChange_{ 0x0527FEE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_JewelryColorChange_{ 0x0527FE10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_MakeupChange_{ 0x0527F7A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_MarkingsChange_{ 0x0527F6E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PostBlendColorOptionChange_{ 0x0527F950 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PostBlendFaceChange_{ 0x0527FA20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PostBlendIntensityChange_{ 0x0527F870 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_PresetChange_{ 0x052840A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_RollOffLocomotion_{ 0x05280120 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_RollOnLocomotion_{ 0x052801E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_RotatePaperdoll_{ 0x052802A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetAdditionalSlider_{ 0x0527FBC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetBackground_{ 0x05283440 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetBlockInputUnderPopup_{ 0x0527FAF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetBodyValues_{ 0x052839B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetCameraPosition_{ 0x052838F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetPronoun_{ 0x052805B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetSex_{ 0x05283F10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetSlider_{ 0x05283E60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SetTrait_{ 0x05283500 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_ShowChooseBackgroundMessage_{ 0x05283A80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_ShowPlayerRenameMessage_{ 0x05283B50 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SkintoneChange_{ 0x05283750 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_StartBodyChange_{ 0x0527FD50 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_StartTextEntry_{ 0x05283DA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SwitchBodyType_{ 0x05280360 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_SwitchLocomotion_{ 0x05280420 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TeethChange_{ 0x05280730 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TeethRollOff_{ 0x0527FFA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TeethRollOn_{ 0x05280060 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_ToggleMarking_{ 0x052835C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharGen_TogglePreviewHabSuit_{ 0x052804E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharacterBeginLevelUpEvent_{ 0x052A7570 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CharacterFinishLevelUpEvent_{ 0x052485D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ClearHUDMessagesEvent_{ 0x0523EBE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ClearQuickContainerEvent_{ 0x051D0F40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenuClosed__Event_{ 0x0522E790 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_CloseMenu_{ 0x05238C90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_HideModel_{ 0x05325190 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_Jettison_{ 0x05325320 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_LoadModel_{ 0x053250D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_OpenRefuelMenu_{ 0x05325250 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_SetMouseOverModel_{ 0x053253E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_TakeAll_{ 0x05325010 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_ToggleEquip_{ 0x053257E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_TransferAllResources_{ 0x05324F30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContainerMenu_TransferItem_{ 0x05325710 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ContextStackChangedEvent_{ 0x05371C70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ControlsRemappedEvent_{ 0x0524F6B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_CraftItem_{ 0x05234FF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_ExitBench_{ 0x05234D40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_Highlight3D_{ 0x0529D070 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_InstallMod_{ 0x052354E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_RenameItem_{ 0x05235670 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_RevertHighlight_{ 0x0529D0C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_RevertedModdedItem_{ 0x052355A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedModSlot_{ 0x05235730 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedMod_{ 0x05235800 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedModdableItem_{ 0x05235340 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SelectedRecipe_{ 0x05235410 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SessionSummaryEvent_{ 0x05235110 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_SetInspectControls_{ 0x05234D90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_ToggleTracking_{ 0x05235040 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_CraftingMenu_ViewingModdableItem_{ 0x05235260 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_CloseMenu_{ 0x05287E30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_ClosedForSubMenu_{ 0x05287EF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_Missions_{ 0x05288150 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_OpenPauseMenu_{ 0x05287730 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_PlotToLocation_{ 0x052877F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_Reopened_{ 0x05287D70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedAttributesMenu_{ 0x05287980 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedInventoryMenu_{ 0x05287A50 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedMapMenu_{ 0x05287B20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedPowersMenu_{ 0x052878B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedShipMenu_{ 0x05287BE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SelectedStatusMenu_{ 0x05287CA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SetMenuForQuickEntry_{ 0x05288080 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_SetPaperDollActive_{ 0x05287FB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataMenu_StartCloseAnim_{ 0x05238ED0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateButtons_acceptClicked_{ 0x0526B8E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateButtons_cancelClicked_{ 0x0526B9B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateMenu_playSFX_{ 0x0526B820 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DataSlateMenu_toggleAudio_{ 0x0526B760 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_CompleteExit_{ 0x0525E970 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnDialogueSelect_{ 0x05328310 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnListVisibilityChange_{ 0x05327860 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnPersuasionAutoWin_{ 0x05328230 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_OnScriptedDialogueSelect_{ 0x05327940 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_RequestExit_{ 0x053277A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DialogueMenu_RequestSkipDialogue_{ 0x053283E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DisplayFatigueWarningEvent_{ 0x052650B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_DocAcceptMenu_Accept_{ 0x0522B0F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_EndLoadGameEvent_{ 0x05157AF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ExperienceMeterDisplayData_{ 0x05263BE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_FaderMenuDisplayState_{ 0x05328930 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_FavoritesMenu_AssignQuickkey_{ 0x053293A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_FavoritesMenu_UseQuickkey_{ 0x05329470 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_GameStalledEvent_{ 0x053BD230 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_CloseAllMenus_{ 0x05261F50 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_CloseMenu_{ 0x05261E90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_PlayMenuSound_{ 0x05261C40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_StartGameRender_{ 0x05261D00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_GlobalFunc_UserEvent_{ 0x05261DD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDActivityIncreaseEvent_{ 0x05150490 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDCrewBuffMessageEvent_{ 0x05233C80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDModeEvent_{ 0x0523B3B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotificationEvent_{ 0x05265810 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_MissionActiveWidgetUpdate_{ 0x052658D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_OpenDataMenu_{ 0x05265A90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_OpenMissionMenu_{ 0x05265B60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDNotification_SetMissionActive_{ 0x052659B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDRolloverActivationButtonEvent_{ 0x0523B280 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDRolloverActivationQCItemPressEvent_{ 0x0523B4D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HUDWeaponWorldFOVMultChangedEvent_{ 0x051BBB30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HangarShipSelection_ChangeSystemDisplay_{ 0x0522E5F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HangarShipSelection_RepairShip_{ 0x0522E440 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_HangarShipSelection_UpgradeSystem_{ 0x0522E510 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ImageFixtureEvent_RequestImage_{ 0x053A0110 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ImageFixtureEvent_UnregisterImage_{ 0x053A0170 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_Change3DView_{ 0x05238CE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_DropItem_{ 0x0526D450 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_HideModel_{ 0x0526D2D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_LoadModel_{ 0x0526D210 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_OnEnterCategory_{ 0x0526D780 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_OpenCargoHold_{ 0x0526D510 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_PaperDollTryOn_{ 0x05238AF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ResetPaperDollInv_{ 0x05238BC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_SelectItem_{ 0x0526D390 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_SetMouseOverModel_{ 0x0526D6B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_StartCloseAnim_{ 0x0526D850 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ToggleFavorite_{ 0x0526D5E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ToggleHelmet_{ 0x05248490 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_InventoryMenu_ToggleSuit_{ 0x052483D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Inventory_SetSort_{ 0x0523B400 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_AnimFinished_{ 0x05263CB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_OnWidgetShown_{ 0x05263EF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_OpenDataMenu_{ 0x05263E30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LevelUp_ShowSkills_{ 0x05263D70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LoadScreenEndEvent_{ 0x0517F1C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LoadScreenStartEvent_{ 0x0517F170 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LoadingMenu_RefreshText_{ 0x0532A3E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_LocationTextWidget_FinishedQueue_{ 0x05263FC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_ActionCanceled_{ 0x0532B8E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_ActionConfirmed_{ 0x0532B820 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_ConfirmLoad_{ 0x0532AE00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_DeleteSave_{ 0x0532AEC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_LegalScreenComplete_{ 0x0532B100 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_SetCharacter_{ 0x0532AF80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_StartAction_{ 0x0532B760 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_StartLoad_{ 0x0532B9A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MainMenu_UploadSave_{ 0x0532B040 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MessageBoxMenu_OnBackOut_{ 0x0532D520 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MessageBoxMenu_OnButtonPress_{ 0x0532D370 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MessageBoxMenu_OnScriptedButtonPress_{ 0x0532D440 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionBoard_MissionEntryChanged_{ 0x0526EBC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionBoard_MissionEntryPressed_{ 0x0526EAE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ClearState_{ 0x0526A140 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_PlotToLocation_{ 0x05269D50 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_RejectQuest_{ 0x05269EF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_SaveCategoryIndex_{ 0x0526A070 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_SaveOpenedId_{ 0x05269FB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ShowItemLocation_{ 0x05269C80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ToggleQTDisplay_{ 0x0526A200 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MissionMenu_ToggleTrackingQuest_{ 0x05269E20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ModelReferenceEffectEvents__ReferenceEffectFinished_{ 0x052A4940 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Bioscan_{ 0x05270F70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_FastTravel_{ 0x05270950 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Harvest_{ 0x05271030 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Initialize_{ 0x05271270 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Outpost_{ 0x052710F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_PhotoMode_{ 0x05270D30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_Shutdown_{ 0x052711B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_SocialSpell_{ 0x05270EB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_StartContainerView_{ 0x05270AE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_StopContainerView_{ 0x05270A10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_SurfaceMap_{ 0x05270DF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_UseListScrollControls_{ 0x05270880 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_ZoomIn_{ 0x05270C70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_MonocleMenu_ZoomOut_{ 0x05270BB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_OpenContainerMenuEventData_{ 0x0523B2E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_OpenContainerMenuFromListenerEvent_{ 0x0523B1A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ActionCanceled_{ 0x0528AA80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ConfirmAction_{ 0x0528AB40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ConfirmLoad_{ 0x0528A900 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_ConfirmSave_{ 0x0528A6C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_DeleteSave_{ 0x0528A840 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_QuitToDesktop_{ 0x0528A600 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_SetCharacter_{ 0x0528A780 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_StartAction_{ 0x0528AC00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_StartLoad_{ 0x0528A9C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PauseMenu_UploadSave_{ 0x0528A540 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoGallery_DeletePhoto_{ 0x0522BCB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_InitializeCategory_{ 0x05272740 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_ResetToDefaults_{ 0x05272680 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_SliderChanged_{ 0x052725C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_StepperChanged_{ 0x05272500 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_TakeSnapshot_{ 0x05272440 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_ToggleHelmet_{ 0x05273420 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PhotoMode_ToggleUI_{ 0x05272380 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PickRefStateChangedEvent_{ 0x051879E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PickpocketMenu_OnItemSelect_{ 0x05274110 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayBink_CloseMenu_{ 0x0528BBC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerAutoAimActorEvent_{ 0x052CECE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsEndEvent_{ 0x05224FD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsStartEvent_{ 0x052251F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpPressEvent_{ 0x05223BE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpReleaseEvent_{ 0x05223D90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ 0x052243E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintReleasedEvent_{ 0x05224450 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerCrosshairModeEvent_{ 0x0523DB10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerDetectionLevelChangeEvent_{ 0x0523F4B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerInCombatChangeEvent_{ 0x052D2450 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerSetWeaponStateEvent_{ 0x05267140 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerSneakingChangeEvent_{ 0x05224280 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PlayerUpdateEvent_{ 0x05248310 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PowersMenu_ActivateEssence_{ 0x0522C540 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PowersMenu_EquipPower_{ 0x0522C370 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_PowersMenu_FavoritePower_{ 0x0522C320 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ReferenceCellLoadedTemps_{ 0x051D59B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ReferenceQueuedEvent_{ 0x0517C4D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RefreshDataMenuForSkillsChangeEvent_{ 0x05238F90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Refuel_Accept_{ 0x0527A210 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Refuel_Cancel_{ 0x0527A160 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_AddMaterial_{ 0x052762A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_CategorySelected_{ 0x05276500 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_ExitMenu_{ 0x052761E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_HideModel_{ 0x05276120 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_PreviewProject_{ 0x05276430 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_ProjectViewed_{ 0x05276360 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_SetInspectControls_{ 0x05276050 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResearchMenu_ToggleTrackingProject_{ 0x05275F80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResetHistoryDataEvent_{ 0x051B9040 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ResourceServerLogDumped_{ 0x053BCE70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Reticle_OnLongAnimFinished_{ 0x0528DD40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceAttach_{ 0x05162A70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceCleared3d_{ 0x0518FBF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDestroy_{ 0x0518FDC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDetach_{ 0x05162860 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceInit_{ 0x0518FCE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceRecycle_{ 0x0518FEB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceSet3d_{ 0x0518F250 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__Release3DRelatedData_{ 0x0518E100 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SaveLoadEvent_{ 0x05226790 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SaveLoadMessageStringEvent_{ 0x05265390 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_BackOutKey_{ 0x05277F90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_CloseMenu_{ 0x05278110 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_ConfirmExit_{ 0x05277D30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_EliminateUnusedKeys_{ 0x05277E00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_GetRingHint_{ 0x05277ED0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_SelectNewKey_{ 0x05277C70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SecurityMenu_TryUseKey_{ 0x05278050 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_CheckBoxChanged_{ 0x0524D9F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_ClearBinding_{ 0x0524DD30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_OpenCategory_{ 0x0524DE00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_OpenSettings_{ 0x0524DB90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_RemapConfirmed_{ 0x0524DFA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_RemapMode_{ 0x0524F7D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_ResetToDefaults_{ 0x0524DC60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_SaveControls_{ 0x0524F700 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_SaveSettings_{ 0x0524F960 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_SliderChanged_{ 0x0524F890 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_StepperChanged_{ 0x0524DAC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SettingsPanel_ValidateControls_{ 0x0524DED0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipBuilder_CloseAllMenus_{ 0x051775C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCameraStateToggled_{ 0x0520A1F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Assign_{ 0x05279350 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Unassign_{ 0x05279280 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_Close_{ 0x0522E6D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_OpenAssignMenu_{ 0x05251B70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_SetSort_{ 0x05251C40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipCrewMenu_ViewedItem_{ 0x05279460 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_ChangeModuleCategory_{ 0x051738B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerControlChanged_{ 0x05174CB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerTabChanged_{ 0x05174530 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnColorSliderMouseInput_{ 0x05174BD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmCancel_{ 0x05171020 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmExit_{ 0x05170F50 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmSaveAndExit_{ 0x051710F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnFlightCheckTabChanged_{ 0x05171550 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnHintButtonActivated_{ 0x051774F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnRecentColorSwatchClicked_{ 0x05174450 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnRenameEndEditText_{ 0x05172B80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnRenameInputCancelled_{ 0x05172C60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_OnWeaponGroupChanged_{ 0x05171630 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_PreviewShipPart_{ 0x05173A00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_PreviewUpgrade_{ 0x0515AAE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_RemoveAll3D_{ 0x05177420 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_SelectedShipPart_{ 0x05173AD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_SelectedUpgrade_{ 0x0515A770 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipEditor_SystemSelected_{ 0x05159AD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferItem_{ 0x0528DEE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferMenu_{ 0x05257120 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_AbortJump_{ 0x0528DE20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Activate_{ 0x05257200 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_BodyViewMarkerDimensions_{ 0x05257A30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_ChangeComponentSelection_{ 0x05256C60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_CloseMenu_{ 0x05256980 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Deselect_{ 0x05256FB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_DockRequested_{ 0x0528DFB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_FarTravel_{ 0x05257BD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_HailAccepted_{ 0x05257660 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_HailCancelled_{ 0x05257420 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_HailShip_{ 0x0528E000 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_JumpToQuestMarker_{ 0x052577E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Land_{ 0x05257370 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_LandingMarkerMap_{ 0x052574E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Map_{ 0x052572C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_OnMonocleToggle_{ 0x052575A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_OpenPhotoMode_{ 0x05257B10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Repair_{ 0x05257C90 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_SetTargetMode_{ 0x05257720 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_TargetShipSystem_{ 0x05257970 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_Target_{ 0x05257070 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_UntargetShipSystem_{ 0x052578A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_UpdateComponentPower_{ 0x05256D40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShipHud_UpdateTargetPanelRect_{ 0x0528D8B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowCustomWatchAlert_{ 0x0523FE20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowHUDMessageEvent_{ 0x0523ECA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowLongShipBootup_{ 0x05256EF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_ShowingQuestMarketTextEvent_{ 0x0523D680 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_Accept_{ 0x0527AB70 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_AddPatch_{ 0x0527AAB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_Cancel_{ 0x0527AC30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_ChangeCursorVisibility_{ 0x0527A9E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SkillsMenu_SaveLastCategory_{ 0x0527A900 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SleepWaitMenu_InterruptRest_{ 0x0532DC20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SleepWaitMenu_StartRest_{ 0x0532DB60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SnapTemplateUtils__SnapReplaceEvent_{ 0x051C29B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ 0x052A6270 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ 0x052292A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__BoughtEvent_{ 0x05355550 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ContrabandScanWarningEvent_{ 0x05353B00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__DockEvent_{ 0x05355A10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__DynamicNavmeshCompleted_{ 0x05354090 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__FarTravelEvent_{ 0x05353900 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__GravJumpEvent_{ 0x0528DC80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__LandedSetEvent_{ 0x0528DBC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__LandingEvent_{ 0x053539A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__PlanetScanEvent_{ 0x05353BD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__PlayerMovementOutputEvent_{ 0x05256E10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__RampDownEvent_{ 0x05355EF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__RefueledEvent_{ 0x05355910 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__RegisteredEvent_{ 0x05355E30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShieldEvent_{ 0x05355B10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShipAddedEvent_{ 0x05355D20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShipCollisionEvent_{ 0x05355CC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__ShipCustomizedEvent_{ 0x05354920 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SoldEvent_{ 0x05355710 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemDamagedEvent_{ 0x05353CF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemPowerAllocationEvent_{ 0x05353E20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemPowerChangeEvent_{ 0x05354280 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemRepairedBIEvent_{ 0x05355860 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__SystemRepairedEvent_{ 0x05353EF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__TakeDamagEvent_{ 0x05355BB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Spaceship__TakeOffEvent_{ 0x05353AB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ExecuteRoute_{ 0x05295880 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_Galaxy_FocusSystem_{ 0x05293670 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_LandingInputInProgress_{ 0x0528FEA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x0528FC00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryClicked_{ 0x0528FB20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x0528FA40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnCancel_{ 0x05295560 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnClearRoute_{ 0x052958D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnExitStarMap_{ 0x052956F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnGalaxyViewInitialized_{ 0x052935A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnHintButtonClicked_{ 0x052957B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_OnOutpostEntrySelected_{ 0x05295620 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_QuickSelectChange_{ 0x05291DC0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ReadyToClose_{ 0x05295490 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ScanPlanet_{ 0x0528FF80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSiteFailed_{ 0x0528F960 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSite_{ 0x0528FD00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMapMenu_ShowRealCursor_{ 0x0528FDD0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StarMap__PlanetTraitKnownEvent_{ 0x051A27F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StartLoadGameEvent_{ 0x05157F00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_StartOutpostFromListenerEvent_{ 0x0523A450 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SurfaceMapMenu_EnablePointCloud_{ 0x05297020 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SurfaceMapMenu_MarkerClicked_{ 0x052970F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x052971D0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TESQuestRewardEvent_{ 0x051BB690 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TakeoffMenu_CloseMenu_{ 0x0528D980 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TakeoffMenu_ExitShip_{ 0x0528DA40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TakeoffMenu_Launch_{ 0x0528DB00 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TargetHitEvent_{ 0x0523DE60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TerminalMenu_CancelEvent_{ 0x0529A570 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_CloseAllViews_{ 0x0529A330 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_CloseTopView_{ 0x0529A270 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_CloseView_{ 0x0529A4B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_Terminal_MenuItemClick_{ 0x0529A3F0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_DoAction_{ 0x0529B740 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_ExitMenu_{ 0x0529B5C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_ShowImages_{ 0x0529B680 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_ShowResources_{ 0x0529B800 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TestMenu_TestAll_{ 0x0529B500 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TextInputMenu_EndEditText_{ 0x0529CBE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TextInputMenu_InputCanceled_{ 0x0529CCA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TextInputMenu_StartEditText_{ 0x0529CB10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_TitleSequenceMenu_StartMusic_{ 0x0532E900 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_UIMenuChargenMenuDisablePaperdoll_{ 0x0527F610 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_UnlockedTerminalElementEvent_{ 0x05277BA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_UpdateActivateListenerEvent_{ 0x0523A140 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_UpdateSceneRectEvent_{ 0x0539F870 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x0516F270 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0516F170 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopActionButton_HoldFinished_{ 0x052A2FB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopActionButton_HoldStopped_{ 0x052A3080 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0529DEF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopBuilderMenu_SelectedItem_{ 0x0529DD30 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ToggleTracking_{ 0x0529DE10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_ApplyColors_{ 0x052325E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_SelectedTab_{ 0x05232440 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_SliderChanged_{ 0x05232510 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopColorMode_SwatchChanged_{ 0x052328B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_AttemptBuild_{ 0x052A0050 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_CancelAction_{ 0x0529FDF0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ChangeVariant_{ 0x0529FD20 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ConnectionEvent_{ 0x0529FA10 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ExitMenu_{ 0x0529FBA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_MessageCallback_{ 0x0529F6E0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_SelectedCategory_{ 0x0529FF80 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_SelectedGridObject_{ 0x0529FEB0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ShowExtras_{ 0x0529FAE0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_SwitchMode_{ 0x0529FC60 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ToggleDistance_{ 0x0529F940 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ToggleTracking_{ 0x0529F7B0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopMenu_ToggleView_{ 0x0529F880 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopQuickMenu_ConfirmAction_{ 0x052A0F40 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopQuickMenu_ExitMenu_{ 0x052A0FA0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopShared_SetActionHandles_{ 0x052A31C0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopShared_StartAction_{ 0x052A3160 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetHovered_{ 0x052A23A0 }; + inline constexpr REL::Offset BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetPicked_{ 0x052A22C0 }; + inline constexpr REL::Offset BSTHashMapBase_BSTHashMapTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableImpl_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_8___{ 0x05196A00 }; + inline constexpr REL::Offset BSTHashMapTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableImpl_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_8__{ 0x051965F0 }; + inline constexpr REL::Offset BSTHashMap_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTDefaultScatterTable_{ 0x05196530 }; + inline constexpr REL::Offset BSTHeapSTLAllocatorBase{ 0x05158268 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_ActorValueSnapshot_2_{ 0x0518C410 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2_{ 0x05206380 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSDistantObjectBlock_2_{ 0x05202770 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSDynamicLODBlock_2_{ 0x052028A0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSFadeManager__Group_2_{ 0x051582A0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSLODNode_2_{ 0x05201928 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2_{ 0x05202640 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2_{ 0x052BFA90 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2_{ 0x052AC590 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2_{ 0x052A6D50 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSFloatCurve_2_{ 0x05202E68 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSGFxObject_2_{ 0x0539F450 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSLog_2_{ 0x052BFD50 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSMenu3D__Scene_2_{ 0x0515B150 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2_{ 0x05160BB0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSResource2__EntryBase_2_{ 0x0515E0F0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSSpinLock_2_{ 0x05351460 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2_{ 0x053AEFA0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2_{ 0x052BF5A0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2_{ 0x052BFC00 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2_{ 0x05201A70 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_MissionData_2_{ 0x051EA3A8 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2_{ 0x053AFF80 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2_{ 0x053AFC20 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2_{ 0x053AF640 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2_{ 0x053AF1D0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2_{ 0x053AE8E0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2_{ 0x053AE400 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2_{ 0x053AED70 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2_{ 0x053AE250 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2_{ 0x053AF340 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2_{ 0x053AF960 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2_{ 0x053AE5D0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2_{ 0x053AF7D0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2_{ 0x053AFDE0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2_{ 0x053AD470 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2_{ 0x053AF4D0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2_{ 0x053AEBD0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__ListFloatCurve_2_{ 0x053AEA40 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2_{ 0x053AE750 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__MeshDependency_2_{ 0x053B00E0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2_{ 0x053ABBF0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Particles__PointInMeshDependency_2_{ 0x053B0240 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2_{ 0x051EA790 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__BuildingLevel_2_{ 0x051C2150 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__Stairway_2_{ 0x051C2360 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__StartingFoundation_2_{ 0x051C2100 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_SnapData__Workshop_2_{ 0x051C23B0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2_{ 0x05294050 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2_{ 0x05208FD0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2_{ 0x05359840 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2_{ 0x05359F10 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2_{ 0x05359EB0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2_{ 0x05359DF0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2_{ 0x05209290 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2_{ 0x0535AA10 }; + inline constexpr REL::Offset BSTHeapSTLAllocator___BiomePlacement_2_{ 0x052BF450 }; + inline constexpr REL::Offset BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2_{ 0x05189DD0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2_{ 0x05189010 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2_{ 0x05200CD0 }; + inline constexpr REL::Offset BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2_{ 0x051C2650 }; + inline constexpr REL::Offset BSTMessageQueue_BGSDecalManager__PendingSkinnedDecal_{ 0x05189A30 }; + inline constexpr REL::Offset BSTMessageQueue_BGSSaveLoadThread__AsyncRequest_{ 0x052ACE90 }; + inline constexpr REL::Offset BSTMessageQueue_BSFaceGenManager__PendingCustomizationData_{ 0x051EDA90 }; + inline constexpr REL::Offset BSTMessageQueue_BSScript__Internal__SuspendedStack_{ 0x053C0F20 }; + inline constexpr REL::Offset BSTMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ 0x0533BCF0 }; + inline constexpr REL::Offset BSTMessageQueue_NiPointer_NiAVObject__{ 0x053B1070 }; + inline constexpr REL::Offset BSTNavmeshSearch_BSNavmeshSearchPolicies__EuclideanDistanceToGoal_{ 0x051FFBD0 }; + inline constexpr REL::Offset BSTNavmeshSearch_BSNavmeshSearchPolicies__MaximumCostToGoal_BSNavmeshSearchPolicies__EuclideanDistanceToGoal__{ 0x053B0740 }; + inline constexpr REL::Offset BSTNavmeshSearch_BSNavmeshSearchPolicies__RandomPositionInsideArea_{ 0x051FB6F0 }; + inline constexpr REL::Offset BSTNavmeshSearch_FleeNavMeshSearchingPolicy_{ 0x051FFAE0 }; + inline constexpr REL::Offset BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy_{ 0x052EBF50 }; + inline constexpr REL::Offset BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy_{ 0x052EB450 }; + inline constexpr REL::Offset BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy_{ 0x052EBD00 }; + inline constexpr REL::Offset BSTOptional_unsigned__int64____Json__Valueconst_BSLog_{ 0x05093290 }; + inline constexpr REL::Offset BSTPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FB750 }; + inline constexpr REL::Offset BSTPathBuilder_EscortPathingRequestPolicy_{ 0x051F6EC0 }; + inline constexpr REL::Offset BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ 0x051FC1F0 }; + inline constexpr REL::Offset BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy___PathBuilder{ 0x051FB890 }; + inline constexpr REL::Offset BSTPathingRequest_EscortPathingRequestPolicy_{ 0x051F6F10 }; + inline constexpr REL::Offset BSTPathingRequest_EscortPathingRequestPolicy___PathBuilder{ 0x05116DD0 }; + inline constexpr REL::Offset BSTSDMTraits_ActorValueBindingUpdaterService_BSTSingletonSDMOpStaticBuffer_ActorValueBindingUpdaterService__{ 0x0515D2D0 }; + inline constexpr REL::Offset BSTSDMTraits_AnimationClipDataSingleton_BSTSingletonSDMOpStaticBuffer_AnimationClipDataSingleton__{ 0x0536F6F0 }; + inline constexpr REL::Offset BSTSDMTraits_AnimationFileManagerSingleton_BSTSingletonSDMOpStaticBuffer_AnimationFileManagerSingleton__{ 0x0536F900 }; + inline constexpr REL::Offset BSTSDMTraits_BGSAudio_Internal__LooseAudioRegistrar_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__LooseAudioRegistrar__{ 0x05205D80 }; + inline constexpr REL::Offset BSTSDMTraits_BGSAudio_Internal__WwiseGameObjectMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseGameObjectMgr__{ 0x05206090 }; + inline constexpr REL::Offset BSTSDMTraits_BGSAudio_Internal__WwiseIOMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseIOMgr__{ 0x05205790 }; + inline constexpr REL::Offset BSTSDMTraits_BGSBodyManager_BSTSingletonSDMOpStaticBuffer_BGSBodyManager__{ 0x05158130 }; + inline constexpr REL::Offset BSTSDMTraits_BGSDecalManager_BSTSingletonSDMOpStaticBuffer_BGSDecalManager__{ 0x051899C0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSEchoListener_BSTSingletonSDMOpStaticBuffer_BGSEchoListener__{ 0x051CD2E0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSFaceFX_BSTSingletonSDMOpStaticBuffer_BGSFaceFX__{ 0x05164130 }; + inline constexpr REL::Offset BSTSDMTraits_BGSFadeManager_BSTSingletonSDMOpStaticBuffer_BGSFadeManager__{ 0x051588B0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSFootstepManager_BSTSingletonSDMOpStaticBuffer_BGSFootstepManager__{ 0x052CE4F0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSGeometryConstructorManager_BSTSingletonSDMOpStaticBuffer_BGSGeometryConstructorManager__{ 0x052BD4F0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSImpactManager_BSTSingletonSDMOpStaticBuffer_BGSImpactManager__{ 0x052AF0A0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSInventoryInterface_BSTSingletonSDMOpStaticBuffer_BGSInventoryInterface__{ 0x052BE780 }; + inline constexpr REL::Offset BSTSDMTraits_BGSLODManager_BSTSingletonSDMOpStaticBuffer_BGSLODManager__{ 0x05201D80 }; + inline constexpr REL::Offset BSTSDMTraits_BGSNavigationGridManager_BSTSingletonSDMOpStaticBuffer_BGSNavigationGridManager__{ 0x051908D0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSPlanetContentManager_BSTSingletonSDMOpStaticBuffer_BGSPlanetContentManager__{ 0x052BFF40 }; + inline constexpr REL::Offset BSTSDMTraits_BGSPlanet__Manager_BSTSingletonSDMOpStaticBuffer_BGSPlanet__Manager__{ 0x0519F610 }; + inline constexpr REL::Offset BSTSDMTraits_BGSSpatialGraphManager_BSTSingletonSDMOpStaticBuffer_BGSSpatialGraphManager__{ 0x051991A0 }; + inline constexpr REL::Offset BSTSDMTraits_BGSStoryTeller_BSTSingletonSDMOpStaticBuffer_BGSStoryTeller__{ 0x05204930 }; + inline constexpr REL::Offset BSTSDMTraits_BGSSynchronizedAnimationManager_BSTSingletonSDMOpStaticBuffer_BGSSynchronizedAnimationManager__{ 0x05205160 }; + inline constexpr REL::Offset BSTSDMTraits_BSBehaviorGraphSwapSingleton_BSTSingletonSDMOpStaticBuffer_BSBehaviorGraphSwapSingleton__{ 0x05204F50 }; + inline constexpr REL::Offset BSTSDMTraits_BSFrameManager_BSTSingletonSDMOpStaticBuffer_BSFrameManager__{ 0x0538C070 }; + inline constexpr REL::Offset BSTSDMTraits_BSGalaxy__ModuleState_BSTSingletonSDMOpStaticBuffer_BSGalaxy__ModuleState__{ 0x05372C20 }; + inline constexpr REL::Offset BSTSDMTraits_BSIdleInputWatcher_BSTSingletonSDMOpStaticBuffer_BSIdleInputWatcher__{ 0x0525E820 }; + inline constexpr REL::Offset BSTSDMTraits_BSInputDeviceManager_BSTSingletonSDMOpStaticBuffer_BSInputDeviceManager__{ 0x053717E0 }; + inline constexpr REL::Offset BSTSDMTraits_BSInputEnableManager_BSTSingletonSDMOpStaticBuffer_BSInputEnableManager__{ 0x05371D90 }; + inline constexpr REL::Offset BSTSDMTraits_BSMaterial__ModuleState_BSTSingletonSDMOpStaticBuffer_BSMaterial__ModuleState__{ 0x053906E0 }; + inline constexpr REL::Offset BSTSDMTraits_BSPathEventManager_BSTSingletonSDMOpStaticBuffer_BSPathEventManager__{ 0x053B8110 }; + inline constexpr REL::Offset BSTSDMTraits_BSPlatform__BSBethesdaPlatform_BSTSingletonSDMOpStaticBuffer_BSPlatform__BSBethesdaPlatform__{ 0x05408F90 }; + inline constexpr REL::Offset BSTSDMTraits_BSResourceReloadManager_BSTSingletonSDMOpStaticBuffer_BSResourceReloadManager__{ 0x0538B8E0 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource__SDirectory2__ThreadCursor_BSTSingletonSDMOpStaticBuffer_BSResource__SDirectory2__ThreadCursor__{ 0x053BA720 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource__Server__ResourceServerDebug_BSTSingletonSDMOpStaticBuffer_BSResource__Server__ResourceServerDebug__{ 0x053BD5D0 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource____DefaultLocationData_BSTSingletonSDMOpStaticBuffer_BSResource____DefaultLocationData__{ 0x053BD9D0 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource____DevNull_BSTSingletonSDMOpStaticBuffer_BSResource____DevNull__{ 0x053BC4E0 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource____EventSources_BSTSingletonSDMOpStaticBuffer_BSResource____EventSources__{ 0x053BC030 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource____GlobalLocations_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalLocations__{ 0x053BC720 }; + inline constexpr REL::Offset BSTSDMTraits_BSResource____GlobalPaths_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalPaths__{ 0x053BC620 }; + inline constexpr REL::Offset BSTSDMTraits_BSStreaming____BSStreamingJobSite_BSTSingletonSDMOpStaticBuffer_BSStreaming____BSStreamingJobSite__{ 0x053C8480 }; + inline constexpr REL::Offset BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy___{ 0x052EC840 }; + inline constexpr REL::Offset BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy___{ 0x052EC2B0 }; + inline constexpr REL::Offset BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy___{ 0x052EB7D0 }; + inline constexpr REL::Offset BSTSDMTraits_BSTextureStreamer__Manager_BSTSingletonSDMOpStaticBuffer_BSTextureStreamer__Manager__{ 0x0538A2C0 }; + inline constexpr REL::Offset BSTSDMTraits_BSThreadEvent____Source_BSTSingletonSDMOpStaticBuffer_BSThreadEvent____Source__{ 0x05371490 }; + inline constexpr REL::Offset BSTSDMTraits_Camera__Manager_BSTSingletonSDMOpStaticBuffer_Camera__Manager__{ 0x052271E0 }; + inline constexpr REL::Offset BSTSDMTraits_CharacterCollisionHandler_BSTSingletonSDMOpStaticBuffer_CharacterCollisionHandler__{ 0x052D39D0 }; + inline constexpr REL::Offset BSTSDMTraits_ClientBIMetrics__HeartBeat__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__HeartBeat__EventSink__{ 0x05156660 }; + inline constexpr REL::Offset BSTSDMTraits_ClientBIMetrics__Performance__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__Performance__EventSink__{ 0x05156BD0 }; + inline constexpr REL::Offset BSTSDMTraits_CombatEncounterBIEvents__CombatEnounterMetricsManager_BSTSingletonSDMOpStaticBuffer_CombatEncounterBIEvents__CombatEnounterMetricsManager__{ 0x052A6940 }; + inline constexpr REL::Offset BSTSDMTraits_ConsoleLog_BSTSingletonSDMOpStaticBuffer_ConsoleLog__{ 0x05324D80 }; + inline constexpr REL::Offset BSTSDMTraits_CreationRendererPrivate__MeshLODDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MeshLODDB__{ 0x053E6B40 }; + inline constexpr REL::Offset BSTSDMTraits_CreationRendererPrivate__MorphDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MorphDB__{ 0x053FD480 }; + inline constexpr REL::Offset BSTSDMTraits_CreationRendererPrivate__SharedMeshResourcesRegistry_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__SharedMeshResourcesRegistry__{ 0x053FBA10 }; + inline constexpr REL::Offset BSTSDMTraits_CreationRenderer__Messaging__MessageProcessor_BSTSingletonSDMOpStaticBuffer_CreationRenderer__Messaging__MessageProcessor__{ 0x053DDB80 }; + inline constexpr REL::Offset BSTSDMTraits_CrowdManager_BSTSingletonSDMOpStaticBuffer_CrowdManager__{ 0x05222420 }; + inline constexpr REL::Offset BSTSDMTraits_CrowdWallaBubble_BSTSingletonSDMOpStaticBuffer_CrowdWallaBubble__{ 0x05226DD0 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1____{ 0x052B93B0 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1____{ 0x052B4A50 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1____{ 0x052B08D0 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1____{ 0x053708F0 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1____{ 0x052B3650 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1____{ 0x052B5EE0 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1____{ 0x052B7030 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1____{ 0x052B10A0 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1____{ 0x052B6600 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1____{ 0x052B5670 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1____{ 0x052B7A00 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1____{ 0x052B2F30 }; + inline constexpr REL::Offset BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1____{ 0x052B8E70 }; + inline constexpr REL::Offset BSTSDMTraits_DynamicIdleDataSingletonHelper_BSTSingletonSDMOpStaticBuffer_DynamicIdleDataSingletonHelper__{ 0x05154BA0 }; + inline constexpr REL::Offset BSTSDMTraits_DynamicNavmesh_BSTSingletonSDMOpStaticBuffer_DynamicNavmesh__{ 0x05191140 }; + inline constexpr REL::Offset BSTSDMTraits_EffectSequence__EffectSequenceManager_BSTSingletonSDMOpStaticBuffer_EffectSequence__EffectSequenceManager__{ 0x05162EB0 }; + inline constexpr REL::Offset BSTSDMTraits_ExternalRefcountStrategy_0__BSTSingletonSDMOpStaticBuffer_ExternalRefcountStrategy_0___{ 0x053FB790 }; + inline constexpr REL::Offset BSTSDMTraits_FOCollisionListener_BSTSingletonSDMOpStaticBuffer_FOCollisionListener__{ 0x051EBA70 }; + inline constexpr REL::Offset BSTSDMTraits_FavoritesManager_BSTSingletonSDMOpStaticBuffer_FavoritesManager__{ 0x0532A0B0 }; + inline constexpr REL::Offset BSTSDMTraits_GameBIEvents__PlayerBIEvents_BSTSingletonSDMOpStaticBuffer_GameBIEvents__PlayerBIEvents__{ 0x052A70D0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__ActorValueEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ActorValueEventHandler__{ 0x05332E90 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__AffinityEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__AffinityEventHandler__{ 0x053332E0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__BasicEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BasicEventHandler__{ 0x0534D430 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__BuilderEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BuilderEventHandler__{ 0x05333D70 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__ChallengeEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ChallengeEventHandler__{ 0x05230900 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__CombatEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CombatEventHandler__{ 0x053348C0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__CustomEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CustomEventHandler__{ 0x05335E00 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__DistanceEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__DistanceEventHandler__{ 0x0534F4B0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__FragmentEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__FragmentEventHandler__{ 0x05335870 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__InventoryEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__InventoryEventHandler__{ 0x05336A70 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__LOSEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__LOSEventHandler__{ 0x05337370 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__MenuEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__MenuEventHandler__{ 0x05337B40 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__PathingCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__PathingCallbackMgr__{ 0x05337CB0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__QuestCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__QuestCallbackMgr__{ 0x053380E0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__SleepEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SleepEventHandler__{ 0x053385F0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__SoundCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__SoundCallbackMgr__{ 0x05338750 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__SpaceshipEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SpaceshipEventHandler__{ 0x0534DEC0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__TeleportEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TeleportEventHandler__{ 0x0534E360 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__TimerEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TimerEventHandler__{ 0x0534E9C0 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__TrackedStatsEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TrackedStatsEventHandler__{ 0x0534ED20 }; + inline constexpr REL::Offset BSTSDMTraits_GameScript__WaitEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__WaitEventHandler__{ 0x0534F9B0 }; + inline constexpr REL::Offset BSTSDMTraits_GameUIModel_BSTSingletonSDMOpStaticBuffer_GameUIModel__{ 0x05262D00 }; + inline constexpr REL::Offset BSTSDMTraits_GameVM_BSTSingletonSDMOpStaticBuffer_GameVM__{ 0x0533B980 }; + inline constexpr REL::Offset BSTSDMTraits_GenericFrameUpdateOperationsService_BSTSingletonSDMOpStaticBuffer_GenericFrameUpdateOperationsService__{ 0x0515DF00 }; + inline constexpr REL::Offset BSTSDMTraits_ImageSpaceManagerAgent_BSTSingletonSDMOpStaticBuffer_ImageSpaceManagerAgent__{ 0x0516EE10 }; + inline constexpr REL::Offset BSTSDMTraits_LightAttachmentRuntimeComponentUpdateService_BSTSingletonSDMOpStaticBuffer_LightAttachmentRuntimeComponentUpdateService__{ 0x052BD8B0 }; + inline constexpr REL::Offset BSTSDMTraits_LoadScreenRenderingEventHandler_BSTSingletonSDMOpStaticBuffer_LoadScreenRenderingEventHandler__{ 0x05231810 }; + inline constexpr REL::Offset BSTSDMTraits_MenuControls_BSTSingletonSDMOpStaticBuffer_MenuControls__{ 0x0532C600 }; + inline constexpr REL::Offset BSTSDMTraits_MenuCursor_BSTSingletonSDMOpStaticBuffer_MenuCursor__{ 0x0539FA00 }; + inline constexpr REL::Offset BSTSDMTraits_MenuTopicManager_BSTSingletonSDMOpStaticBuffer_MenuTopicManager__{ 0x052A5E60 }; + inline constexpr REL::Offset BSTSDMTraits_MessageMenuManager_BSTSingletonSDMOpStaticBuffer_MessageMenuManager__{ 0x0532D0F0 }; + inline constexpr REL::Offset BSTSDMTraits_MonocleUIDataModel_BSTSingletonSDMOpStaticBuffer_MonocleUIDataModel__{ 0x05260D60 }; + inline constexpr REL::Offset BSTSDMTraits_MovementAvoidanceManager_BSTSingletonSDMOpStaticBuffer_MovementAvoidanceManager__{ 0x052D3C40 }; + inline constexpr REL::Offset BSTSDMTraits_NavMeshGenerator_BSTSingletonSDMOpStaticBuffer_NavMeshGenerator__{ 0x05192790 }; + inline constexpr REL::Offset BSTSDMTraits_NavMeshObstacleManager_BSTSingletonSDMOpStaticBuffer_NavMeshObstacleManager__{ 0x051FDC40 }; + inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleEmitterEngine_BSTSingletonSDMOpStaticBuffer_Particles__ParticleEmitterEngine__{ 0x053ADC20 }; + inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleNodeManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticleNodeManager__{ 0x053A2AB0 }; + inline constexpr REL::Offset BSTSDMTraits_Particles__ParticlePerformanceManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticlePerformanceManager__{ 0x053AB900 }; + inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleSystemManagerImpl_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemManagerImpl__{ 0x053ACE00 }; + inline constexpr REL::Offset BSTSDMTraits_Particles__ParticleSystemStorage_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemStorage__{ 0x053A3060 }; + inline constexpr REL::Offset BSTSDMTraits_PathingTraversalManager_BSTSingletonSDMOpStaticBuffer_PathingTraversalManager__{ 0x051975E0 }; + inline constexpr REL::Offset BSTSDMTraits_Pathing_BSTSingletonSDMOpStaticBuffer_Pathing__{ 0x051FF250 }; + inline constexpr REL::Offset BSTSDMTraits_PlanetSiteSelectEventHelper_BSTSingletonSDMOpStaticBuffer_PlanetSiteSelectEventHelper__{ 0x052BDE60 }; + inline constexpr REL::Offset BSTSDMTraits_PlayerCamera_BSTSingletonSDMOpStaticBuffer_PlayerCamera__{ 0x05323CB0 }; + inline constexpr REL::Offset BSTSDMTraits_PlayerControls__Manager_BSTSingletonSDMOpStaticBuffer_PlayerControls__Manager__{ 0x05225510 }; + inline constexpr REL::Offset BSTSDMTraits_PlayerRegionState_BSTSingletonSDMOpStaticBuffer_PlayerRegionState__{ 0x052D2650 }; + inline constexpr REL::Offset BSTSDMTraits_Preload__Manager_BSTSingletonSDMOpStaticBuffer_Preload__Manager__{ 0x05231C70 }; + inline constexpr REL::Offset BSTSDMTraits_ProcessLists_BSTSingletonSDMOpStaticBuffer_ProcessLists__{ 0x052D3680 }; + inline constexpr REL::Offset BSTSDMTraits_Projectile__Manager_BSTSingletonSDMOpStaticBuffer_Projectile__Manager__{ 0x052EF1B0 }; + inline constexpr REL::Offset BSTSDMTraits_QueuedCellAttachService_BSTSingletonSDMOpStaticBuffer_QueuedCellAttachService__{ 0x0518D2A0 }; + inline constexpr REL::Offset BSTSDMTraits_RagdollFurnitureModifier_BSTSingletonSDMOpStaticBuffer_RagdollFurnitureModifier__{ 0x051EBFD0 }; + inline constexpr REL::Offset BSTSDMTraits_Research__Manager_BSTSingletonSDMOpStaticBuffer_Research__Manager__{ 0x052A9CA0 }; + inline constexpr REL::Offset BSTSDMTraits_SaveLoadTester__Service_BSTSingletonSDMOpStaticBuffer_SaveLoadTester__Service__{ 0x052AD480 }; + inline constexpr REL::Offset BSTSDMTraits_Service_BSTSingletonSDMOpStaticBuffer_Service__{ 0x052037B0 }; + inline constexpr REL::Offset BSTSDMTraits_ShipCrewData_BSTSingletonSDMOpStaticBuffer_ShipCrewData__{ 0x052529E0 }; + inline constexpr REL::Offset BSTSDMTraits_Sky_BSTSingletonSDMOpStaticBuffer_Sky__{ 0x051ED9E0 }; + inline constexpr REL::Offset BSTSDMTraits_SpaceshipBIEvents__EventSink_BSTSingletonSDMOpStaticBuffer_SpaceshipBIEvents__EventSink__{ 0x052A64D0 }; + inline constexpr REL::Offset BSTSDMTraits_SpaceshipPlayerSounds_BSTSingletonSDMOpStaticBuffer_SpaceshipPlayerSounds__{ 0x05356320 }; + inline constexpr REL::Offset BSTSDMTraits_Spaceship__TargetingMode_BSTSingletonSDMOpStaticBuffer_Spaceship__TargetingMode__{ 0x052BCC40 }; + inline constexpr REL::Offset BSTSDMTraits_StarField__ModuleState_BSTSingletonSDMOpStaticBuffer_StarField__ModuleState__{ 0x051C6F20 }; + inline constexpr REL::Offset BSTSDMTraits_StarMap__SelectBodyEventHelper_BSTSingletonSDMOpStaticBuffer_StarMap__SelectBodyEventHelper__{ 0x052BDC90 }; + inline constexpr REL::Offset BSTSDMTraits_StaticAvoidNodeManager_BSTSingletonSDMOpStaticBuffer_StaticAvoidNodeManager__{ 0x052D44D0 }; + inline constexpr REL::Offset BSTSDMTraits_SupportMaterialHandler_BSTSingletonSDMOpStaticBuffer_SupportMaterialHandler__{ 0x052BE080 }; + inline constexpr REL::Offset BSTSDMTraits_TESAudio__ScriptedMusicState_BSTSingletonSDMOpStaticBuffer_TESAudio__ScriptedMusicState__{ 0x052A5C10 }; + inline constexpr REL::Offset BSTSDMTraits_TESDataHandler_BSTSingletonSDMOpStaticBuffer_TESDataHandler__{ 0x051825E0 }; + inline constexpr REL::Offset BSTSDMTraits_TESNPCData__ChargenDataModel_BSTSingletonSDMOpStaticBuffer_TESNPCData__ChargenDataModel__{ 0x051CA4E0 }; + inline constexpr REL::Offset BSTSDMTraits_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__BSTSingletonSDMOpStaticBuffer_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___{ 0x052BE970 }; + inline constexpr REL::Offset BSTSDMTraits_TESWaterSystem_BSTSingletonSDMOpStaticBuffer_TESWaterSystem__{ 0x05204050 }; + inline constexpr REL::Offset BSTSDMTraits_TextureDB__Manager_BSTSingletonSDMOpStaticBuffer_TextureDB__Manager__{ 0x053CA7E0 }; + inline constexpr REL::Offset BSTSDMTraits_UIBlurManager_BSTSingletonSDMOpStaticBuffer_UIBlurManager__{ 0x0532EC90 }; + inline constexpr REL::Offset BSTSDMTraits_UISaveLoadManager_BSTSingletonSDMOpStaticBuffer_UISaveLoadManager__{ 0x052BB3D0 }; + inline constexpr REL::Offset BSTSDMTraits_UI_BSTSingletonSDMOpStaticBuffer_UI__{ 0x0539EF40 }; + inline constexpr REL::Offset BSTSDMTraits_VATS_BSTSingletonSDMOpStaticBuffer_VATS__{ 0x052EF710 }; + inline constexpr REL::Offset BSTSDMTraits_WorkshopBIEvents__WorkshopEventManager_BSTSingletonSDMOpStaticBuffer_WorkshopBIEvents__WorkshopEventManager__{ 0x052A6760 }; + inline constexpr REL::Offset BSTSDMTraits_WorkshopLOD__WorkshopLODManager_BSTSingletonSDMOpStaticBuffer_WorkshopLOD__WorkshopLODManager__{ 0x05356BD0 }; + inline constexpr REL::Offset BSTSDMTraits___ActorMediatorHelper_BSTSingletonSDMOpStaticBuffer___ActorMediatorHelper__{ 0x052CD210 }; + inline constexpr REL::Offset BSTSDMTraits___AnimationFileListener_BSTSingletonSDMOpStaticBuffer___AnimationFileListener__{ 0x0536F1A0 }; + inline constexpr REL::Offset BSTSDMTraits___AnimationFileLookupSingletonHelper_BSTSingletonSDMOpStaticBuffer___AnimationFileLookupSingletonHelper__{ 0x0536FAB0 }; + inline constexpr REL::Offset BSTSDMTraits___BSBreakpadHandler_BSTSingletonSDMOpStaticBuffer___BSBreakpadHandler__{ 0x053727C0 }; + inline constexpr REL::Offset BSTSDMTraits___BSScaleformAllocatorPaged_BSTSingletonSDMOpStaticBuffer___BSScaleformAllocatorPaged__{ 0x0539FD20 }; + inline constexpr REL::Offset BSTSDMTraits___BehaviorGraphSpecificDataLookupSingleton_BSTSingletonSDMOpStaticBuffer___BehaviorGraphSpecificDataLookupSingleton__{ 0x05154380 }; + inline constexpr REL::Offset BSTSDMTraits___ConsoleHotkeyManager_BSTSingletonSDMOpStaticBuffer___ConsoleHotkeyManager__{ 0x053244D0 }; + inline constexpr REL::Offset BSTSDMTraits___DDQueueCollection_BSTSingletonSDMOpStaticBuffer___DDQueueCollection__{ 0x052B1010 }; + inline constexpr REL::Offset BSTSDMTraits___HavokThreadMemorySink_BSTSingletonSDMOpStaticBuffer___HavokThreadMemorySink__{ 0x05379E40 }; + inline constexpr REL::Offset BSTSDMTraits___Jobber_BSTSingletonSDMOpStaticBuffer___Jobber__{ 0x0538B1C0 }; + inline constexpr REL::Offset BSTSDMTraits___MaterialAnimator_BSTSingletonSDMOpStaticBuffer___MaterialAnimator__{ 0x05395B50 }; + inline constexpr REL::Offset BSTSDMTraits___PathingSite_BSTSingletonSDMOpStaticBuffer___PathingSite__{ 0x052BAF30 }; + inline constexpr REL::Offset BSTSDMTraits___Service_BSTSingletonSDMOpStaticBuffer___Service__{ 0x052EDF10 }; + inline constexpr REL::Offset BSTSDMTraits___TESAudioScriptSDM_BSTSingletonSDMOpStaticBuffer___TESAudioScriptSDM__{ 0x05226AF0 }; + inline constexpr REL::Offset BSTSDMTraits_bhkBipedOrientationController_BSTSingletonSDMOpStaticBuffer_bhkBipedOrientationController__{ 0x0537F2E0 }; + inline constexpr REL::Offset BSTSDMTraits_bhkCollisionFilter_BSTSingletonSDMOpStaticBuffer_bhkCollisionFilter__{ 0x05378FD0 }; + inline constexpr REL::Offset BSTSDMTraits_bhkParticlesManagerModifier_BSTSingletonSDMOpStaticBuffer_bhkParticlesManagerModifier__{ 0x05377550 }; + inline constexpr REL::Offset BSTSDMTraits_bps__client__Services_BSTSingletonSDMOpStaticBuffer_bps__client__Services__{ 0x05360250 }; + inline constexpr REL::Offset BSTSDMTraits_hknpBSMoveLimitModifier_BSTSingletonSDMOpStaticBuffer_hknpBSMoveLimitModifier__{ 0x05379850 }; + inline constexpr REL::Offset BSTSDMTraits_hknpBSShapeCodec_BSTSingletonSDMOpStaticBuffer_hknpBSShapeCodec__{ 0x053771C0 }; + inline constexpr REL::Offset BSTSDMTraits_hknpBackfaceCollisionModifier_BSTSingletonSDMOpStaticBuffer_hknpBackfaceCollisionModifier__{ 0x05376E10 }; + inline constexpr REL::Offset BSTScatterTableImpl_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_8_{ 0x05197140 }; + inline constexpr REL::Offset BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops{ 0x05196C20 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSGeometryConstructorManager_{ 0x052BE8E0 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSModelDB__BSModelProcessor_{ 0x05182BC0 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSNavigationGridManager_{ 0x05190A50 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSNavmeshInfoMap_{ 0x051FD740 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSPathingCellManager_{ 0x051FF040 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSPathingTraversalManager_{ 0x051973F0 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSPathing_{ 0x051FEE78 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSPrecomputedNavmeshInfoPathMap_{ 0x051FD7B0 }; + inline constexpr REL::Offset BSTSingletonExplicit_BSSpatialGraphManager_{ 0x05199310 }; + inline constexpr REL::Offset BSTSingletonExplicit_DeferredDeletion__IDeferredDeleter_{ 0x052B0430 }; + inline constexpr REL::Offset BSTSingletonExplicit_DialogueUIDataModel_{ 0x0525FA50 }; + inline constexpr REL::Offset BSTSingletonExplicit_FireForgetModel_{ 0x05239FB0 }; + inline constexpr REL::Offset BSTSingletonExplicit_GraphicsInfoDataModel_{ 0x0523D580 }; + inline constexpr REL::Offset BSTSingletonExplicit_HUDDataModel_{ 0x052656C0 }; + inline constexpr REL::Offset BSTSingletonExplicit_HUDRolloverDataModel_{ 0x0523C5E0 }; + inline constexpr REL::Offset BSTSingletonExplicit_HUDSocialCommandDataModel_{ 0x05263490 }; + inline constexpr REL::Offset BSTSingletonExplicit_IMemoryManagerFileFactory_{ 0x0512CC90 }; + inline constexpr REL::Offset BSTSingletonExplicit_IMovementAvoidanceManager_{ 0x052D3A90 }; + inline constexpr REL::Offset BSTSingletonExplicit_IMovementFormIDManager_{ 0x0512CD50 }; + inline constexpr REL::Offset BSTSingletonExplicit_IStaticAvoidNodeManager_{ 0x052D45F0 }; + inline constexpr REL::Offset BSTSingletonExplicit_MainMenuStateDataModel_{ 0x05245010 }; + inline constexpr REL::Offset BSTSingletonExplicit_MovementManager_{ 0x051FF0C0 }; + inline constexpr REL::Offset BSTSingletonExplicit_PlayerDataModel_{ 0x05248790 }; + inline constexpr REL::Offset BSTSingletonExplicit_SettingsDataModel_{ 0x052515D0 }; + inline constexpr REL::Offset BSTSingletonExplicit_TESDataHandlerPostBuildFileListSource_{ 0x05127DC0 }; + inline constexpr REL::Offset BSTSingletonExplicit_TutorialMessageManager_{ 0x05262770 }; + inline constexpr REL::Offset BSTSingletonExplicit_WorkshopStateDataModel_{ 0x0525DCC0 }; + inline constexpr REL::Offset BSTSingletonExplicit_bhkCharacterCollisionHandler_{ 0x052D37A0 }; + inline constexpr REL::Offset BSTSingletonExplicit_bhkSupportMaterialHandler_{ 0x052BE1A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler_{ 0x05166D20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BGSDefaultObjectManager_{ 0x051277B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BGSObjectVisibilityManager_{ 0x050CAA00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BGSPlayerMusicChanger_{ 0x052A54B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSCoreMessage__MessageSource_{ 0x05127FC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSSystemFileStreamer__Streamer_{ 0x053C7FC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ActivityTrackerActivityStartedEvent__{ 0x051889B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_AnimationDataCleanupEvent__{ 0x051542C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_AnimationDataSetupEvent__{ 0x051540E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_AutoLoadDoorRolloverEvent__{ 0x051D0C60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSAcousticSpaceListener__StackChangedEvent__{ 0x052A5880 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSActorDeathEvent__{ 0x052A7690 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSAppPausedEvent__{ 0x0532C440 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent__{ 0x051A29A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSScannerGuideEffectStatusUpdateEvent__{ 0x052609F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionEndEvent__{ 0x051C9D70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionStartEvent__{ 0x051C9EC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSBethesdaPlatformLoginEvent__{ 0x05243BD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent__{ 0x05284210 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent__{ 0x0527F3E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_FaderMenuDisplayState___{ 0x053288B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent___{ 0x052CEC50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent___{ 0x0523DB60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent___{ 0x05265220 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BSWorldOriginShiftEvent__{ 0x051907F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_BuyItem__{ 0x052691D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_CloseMenu__{ 0x05268E00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_HideModel__{ 0x05268F80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_LoadModel__{ 0x05268EC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_SellItem__{ 0x05267C60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_SetMouseOverModel__{ 0x05267D30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_ShowFailureMessage__{ 0x05269050 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BarterMenu_ViewedItem__{ 0x05269110 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BinkMovieStoppedPlayingEvent__{ 0x0522F470 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BlurEvent__{ 0x05323F70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BoundaryMenu_FastTravel__{ 0x0522A760 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_BoundaryMenu_ShowMap__{ 0x0522A6A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CameraCutEvent__{ 0x05209E60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_BrowChange__{ 0x05283250 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_BrowColorChange__{ 0x05280780 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_CancelTextEntry__{ 0x05283BB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_CloseMenu__{ 0x052840F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_CyclePronoun__{ 0x05280600 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_DirtScarsEtcChange__{ 0x05283610 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_EndBodyChange__{ 0x0527FC20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_EndTextEntry__{ 0x05283C70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_EyeColorChange__{ 0x05283310 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_FacialHairChange__{ 0x05280910 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_FacialHairColorChange__{ 0x05280840 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HairChange__{ 0x05283190 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HairColorChange__{ 0x052830D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HeadpartPlusSelectorChange__{ 0x052837A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_HeadpartPresetChange__{ 0x05283F60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_JewelryChange__{ 0x0527FE70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_JewelryColorChange__{ 0x0527FDA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_MakeupChange__{ 0x0527F730 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_MarkingsChange__{ 0x0527F670 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PostBlendColorOptionChange__{ 0x0527F8D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PostBlendFaceChange__{ 0x0527F9B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PostBlendIntensityChange__{ 0x0527F7F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_PresetChange__{ 0x05284030 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_RollOffLocomotion__{ 0x052800B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_RollOnLocomotion__{ 0x05280170 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_RotatePaperdoll__{ 0x05280230 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetAdditionalSlider__{ 0x0527FB50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetBackground__{ 0x052833D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetBlockInputUnderPopup__{ 0x0527FA80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetBodyValues__{ 0x05283940 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetCameraPosition__{ 0x05283880 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetPronoun__{ 0x05280540 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetSex__{ 0x05283EB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetSlider__{ 0x05283DF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SetTrait__{ 0x05283490 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_ShowChooseBackgroundMessage__{ 0x05283A00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_ShowPlayerRenameMessage__{ 0x05283AE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SkintoneChange__{ 0x052836E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_StartBodyChange__{ 0x0527FCE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_StartTextEntry__{ 0x05283D30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SwitchBodyType__{ 0x052802F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_SwitchLocomotion__{ 0x052803B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TeethChange__{ 0x052806C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TeethRollOff__{ 0x0527FF30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TeethRollOn__{ 0x0527FFF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_ToggleMarking__{ 0x05283550 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharGen_TogglePreviewHabSuit__{ 0x05280470 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharacterBeginLevelUpEvent__{ 0x052A75D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CharacterFinishLevelUpEvent__{ 0x052484F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ClearHUDMessagesEvent__{ 0x0523EB70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ClearQuickContainerEvent__{ 0x051D0B50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenuClosed__Event__{ 0x0522E7E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_CloseMenu__{ 0x05238D40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_HideModel__{ 0x053251E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_Jettison__{ 0x05325370 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_LoadModel__{ 0x05325120 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_OpenRefuelMenu__{ 0x053252B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_SetMouseOverModel__{ 0x05325440 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_TakeAll__{ 0x05325060 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_ToggleEquip__{ 0x05325830 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_TransferAllResources__{ 0x05324F90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContainerMenu_TransferItem__{ 0x05325770 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ContextStackChangedEvent__{ 0x05371C00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ControlsRemappedEvent__{ 0x0524F600 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_CraftItem__{ 0x05234F80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_ExitBench__{ 0x05234DF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_Highlight3D__{ 0x0529D120 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_InstallMod__{ 0x05235470 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_RenameItem__{ 0x05235600 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_RevertHighlight__{ 0x0529D750 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_RevertedModdedItem__{ 0x05235530 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedModSlot__{ 0x052356C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedMod__{ 0x05235790 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedModdableItem__{ 0x052352C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SelectedRecipe__{ 0x052353A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SessionSummaryEvent__{ 0x05234F00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_SetInspectControls__{ 0x052350A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_ToggleTracking__{ 0x05235170 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_CraftingMenu_ViewingModdableItem__{ 0x052351E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_CloseMenu__{ 0x05287DC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_ClosedForSubMenu__{ 0x05287E80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_Missions__{ 0x052880E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_OpenPauseMenu__{ 0x052876C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_PlotToLocation__{ 0x05287780 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_Reopened__{ 0x05287D00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedAttributesMenu__{ 0x05287910 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedInventoryMenu__{ 0x052879E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedMapMenu__{ 0x05287AB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedPowersMenu__{ 0x05287840 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedShipMenu__{ 0x05287B70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SelectedStatusMenu__{ 0x05287C30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SetMenuForQuickEntry__{ 0x05288010 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_SetPaperDollActive__{ 0x05287F40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataMenu_StartCloseAnim__{ 0x05238FF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateButtons_acceptClicked__{ 0x0526B940 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateButtons_cancelClicked__{ 0x0526BA10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateMenu_playSFX__{ 0x0526B870 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DataSlateMenu_toggleAudio__{ 0x0526B7B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_CompleteExit__{ 0x0525E9C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnDialogueSelect__{ 0x05328370 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnListVisibilityChange__{ 0x053278C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnPersuasionAutoWin__{ 0x05328290 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_OnScriptedDialogueSelect__{ 0x053279A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_RequestExit__{ 0x053277F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DialogueMenu_RequestSkipDialogue__{ 0x05328440 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DisplayFatigueWarningEvent__{ 0x05265160 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_DocAcceptMenu_Accept__{ 0x0522B080 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_EndLoadGameEvent__{ 0x05157C70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ExperienceMeterDisplayData__{ 0x05263B70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_FaderMenuDisplayState__{ 0x05328980 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_FavoritesMenu_AssignQuickkey__{ 0x05329400 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_FavoritesMenu_UseQuickkey__{ 0x053294C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GameStalledEvent__{ 0x053BD280 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_CloseAllMenus__{ 0x05261EE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_CloseMenu__{ 0x05261E20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_PlayMenuSound__{ 0x05261BD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_StartGameRender__{ 0x05261C90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_GlobalFunc_UserEvent__{ 0x05261D60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDActivityIncreaseEvent__{ 0x05150420 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDCrewBuffMessageEvent__{ 0x05233C10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDModeEvent__{ 0x0523B140 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotificationEvent__{ 0x05265860 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_MissionActiveWidgetUpdate__{ 0x05265930 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_OpenDataMenu__{ 0x05265AF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_OpenMissionMenu__{ 0x05265BC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDNotification_SetMissionActive__{ 0x05265A10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDRolloverActivationButtonEvent__{ 0x0523B450 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDRolloverActivationQCItemPressEvent__{ 0x0523B530 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HUDWeaponWorldFOVMultChangedEvent__{ 0x051BBAB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HangarShipSelection_ChangeSystemDisplay__{ 0x0522E650 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HangarShipSelection_RepairShip__{ 0x0522E4A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_HangarShipSelection_UpgradeSystem__{ 0x0522E570 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ImageFixtureEvent_RequestImage__{ 0x053A01D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ImageFixtureEvent_UnregisterImage__{ 0x053A02F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_Change3DView__{ 0x05238B50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_DropItem__{ 0x0526D4A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_HideModel__{ 0x0526D320 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_LoadModel__{ 0x0526D260 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_OnEnterCategory__{ 0x0526D7E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_OpenCargoHold__{ 0x0526D570 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_PaperDollTryOn__{ 0x05238C20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ResetPaperDollInv__{ 0x05238F20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_SelectItem__{ 0x0526D3E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_SetMouseOverModel__{ 0x0526D710 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_StartCloseAnim__{ 0x0526D8B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ToggleFavorite__{ 0x0526D640 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ToggleHelmet__{ 0x05248360 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_InventoryMenu_ToggleSuit__{ 0x05248560 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Inventory_SetSort__{ 0x0523B5B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_AnimFinished__{ 0x05263C40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_OnWidgetShown__{ 0x05263E80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_OpenDataMenu__{ 0x05263DC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LevelUp_ShowSkills__{ 0x05263D00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LoadScreenEndEvent__{ 0x0517EF60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LoadScreenStartEvent__{ 0x0517F100 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LoadingMenu_RefreshText__{ 0x0532A430 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_LocationTextWidget_FinishedQueue__{ 0x05263F40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_ActionCanceled__{ 0x0532B930 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_ActionConfirmed__{ 0x0532B870 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_ConfirmLoad__{ 0x0532AE50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_DeleteSave__{ 0x0532AF10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_LegalScreenComplete__{ 0x0532B160 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_SetCharacter__{ 0x0532AFD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_StartAction__{ 0x0532B7B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_StartLoad__{ 0x0532B9F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MainMenu_UploadSave__{ 0x0532B090 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MessageBoxMenu_OnBackOut__{ 0x0532D570 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MessageBoxMenu_OnButtonPress__{ 0x0532D3D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MessageBoxMenu_OnScriptedButtonPress__{ 0x0532D4A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionBoard_MissionEntryChanged__{ 0x0526EC20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionBoard_MissionEntryPressed__{ 0x0526EB40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ClearState__{ 0x0526A190 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_PlotToLocation__{ 0x05269DB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_RejectQuest__{ 0x05269F40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_SaveCategoryIndex__{ 0x0526A0D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_SaveOpenedId__{ 0x0526A000 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ShowItemLocation__{ 0x05269CE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ToggleQTDisplay__{ 0x0526A260 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MissionMenu_ToggleTrackingQuest__{ 0x05269E80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ModelReferenceEffectEvents__ReferenceEffectFinished__{ 0x052A49B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Bioscan__{ 0x05270F00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_FastTravel__{ 0x052708E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Harvest__{ 0x05270FC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Initialize__{ 0x05271200 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Outpost__{ 0x05271080 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_PhotoMode__{ 0x05270CC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_Shutdown__{ 0x05271140 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_SocialSpell__{ 0x05270E40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_StartContainerView__{ 0x05270A70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_StopContainerView__{ 0x052709A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_SurfaceMap__{ 0x05270D80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_UseListScrollControls__{ 0x05270800 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_ZoomIn__{ 0x05270C00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_MonocleMenu_ZoomOut__{ 0x05270B40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_OpenContainerMenuEventData__{ 0x0523B340 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_OpenContainerMenuFromListenerEvent__{ 0x0523B200 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ActionCanceled__{ 0x0528AAD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ConfirmAction__{ 0x0528AB90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ConfirmLoad__{ 0x0528A950 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_ConfirmSave__{ 0x0528A710 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_DeleteSave__{ 0x0528A890 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_QuitToDesktop__{ 0x0528A650 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_SetCharacter__{ 0x0528A7D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_StartAction__{ 0x0528AC50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_StartLoad__{ 0x0528AA10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PauseMenu_UploadSave__{ 0x0528A590 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoGallery_DeletePhoto__{ 0x0522BD00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_InitializeCategory__{ 0x052726D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_ResetToDefaults__{ 0x05272610 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_SliderChanged__{ 0x05272550 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_StepperChanged__{ 0x05272490 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_TakeSnapshot__{ 0x052723D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_ToggleHelmet__{ 0x052733B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PhotoMode_ToggleUI__{ 0x05272310 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PickRefStateChangedEvent__{ 0x051877B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PickpocketMenu_OnItemSelect__{ 0x052740A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayBink_CloseMenu__{ 0x0528BC10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerAutoAimActorEvent__{ 0x052CEB30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsEndEvent__{ 0x052250F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsStartEvent__{ 0x05225170 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpPressEvent__{ 0x05223C90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpReleaseEvent__{ 0x05223D10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent__{ 0x05224350 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintReleasedEvent__{ 0x05224580 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerCrosshairModeEvent__{ 0x0523DAA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerDetectionLevelChangeEvent__{ 0x0523F510 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerInCombatChangeEvent__{ 0x052D24A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerSetWeaponStateEvent__{ 0x05267190 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerSneakingChangeEvent__{ 0x05224210 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PlayerUpdateEvent__{ 0x05248420 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PowersMenu_ActivateEssence__{ 0x0522C3C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PowersMenu_EquipPower__{ 0x0522C2B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_PowersMenu_FavoritePower__{ 0x0522C4D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ReferenceCellLoadedTemps__{ 0x051D5260 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ReferenceQueuedEvent__{ 0x0517C460 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RefreshDataMenuForSkillsChangeEvent__{ 0x05238E50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Refuel_Accept__{ 0x0527A1B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Refuel_Cancel__{ 0x0527A100 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_AddMaterial__{ 0x05276230 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_CategorySelected__{ 0x05276490 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_ExitMenu__{ 0x05276170 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_HideModel__{ 0x052760B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_PreviewProject__{ 0x052763C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_ProjectViewed__{ 0x052762F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_SetInspectControls__{ 0x05275FE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResearchMenu_ToggleTrackingProject__{ 0x05275F00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResetHistoryDataEvent__{ 0x051B8FD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ResourceServerLogDumped__{ 0x053BCEC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Reticle_OnLongAnimFinished__{ 0x0528DC10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceAttach__{ 0x051628C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceCleared3d__{ 0x0518FC60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDestroy__{ 0x0518FE30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDetach__{ 0x051629F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceInit__{ 0x0518FD40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceRecycle__{ 0x0518FF20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceSet3d__{ 0x0518F2B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__Release3DRelatedData__{ 0x0518E170 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SaveLoadEvent__{ 0x052267E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SaveLoadMessageStringEvent__{ 0x05265320 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_BackOutKey__{ 0x05277F20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_CloseMenu__{ 0x052780A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_ConfirmExit__{ 0x05277CC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_EliminateUnusedKeys__{ 0x05277D80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_GetRingHint__{ 0x05277E60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_SelectNewKey__{ 0x05277C00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SecurityMenu_TryUseKey__{ 0x05277FE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_CheckBoxChanged__{ 0x0524DA50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_ClearBinding__{ 0x0524DD90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_OpenCategory__{ 0x0524DE60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_OpenSettings__{ 0x0524DBF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_RemapConfirmed__{ 0x0524E000 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_RemapMode__{ 0x0524F820 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_ResetToDefaults__{ 0x0524DCC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_SaveControls__{ 0x0524F760 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_SaveSettings__{ 0x0524F9C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_SliderChanged__{ 0x0524F8F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_StepperChanged__{ 0x0524DB20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SettingsPanel_ValidateControls__{ 0x0524DF30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipBuilder_CloseAllMenus__{ 0x05177550 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCameraStateToggled__{ 0x0520A130 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Assign__{ 0x052792E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Unassign__{ 0x05279210 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_Close__{ 0x0522E720 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_OpenAssignMenu__{ 0x05251BD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_SetSort__{ 0x05251C90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipCrewMenu_ViewedItem__{ 0x052793F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_ChangeModuleCategory__{ 0x05173840 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerControlChanged__{ 0x05174C30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerTabChanged__{ 0x051744B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnColorSliderMouseInput__{ 0x05174B50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmCancel__{ 0x05171080 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmExit__{ 0x05170FB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmSaveAndExit__{ 0x05171150 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnFlightCheckTabChanged__{ 0x051715B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnHintButtonActivated__{ 0x05177470 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnRecentColorSwatchClicked__{ 0x05174D10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnRenameEndEditText__{ 0x05172B10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnRenameInputCancelled__{ 0x05172BE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_OnWeaponGroupChanged__{ 0x05171690 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_PreviewShipPart__{ 0x05173990 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_PreviewUpgrade__{ 0x0515A700 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_RemoveAll3D__{ 0x051773B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_SelectedShipPart__{ 0x05173A60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_SelectedUpgrade__{ 0x0515A7D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipEditor_SystemSelected__{ 0x05159B20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferItem__{ 0x0528DDA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferMenu__{ 0x05257180 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_AbortJump__{ 0x0528DCD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Activate__{ 0x05257250 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_BodyViewMarkerDimensions__{ 0x05257A90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_ChangeComponentSelection__{ 0x05256CC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_CloseMenu__{ 0x052569D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Deselect__{ 0x05257000 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_DockRequested__{ 0x0528DE70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_FarTravel__{ 0x05257C20 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_HailAccepted__{ 0x052576B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_HailCancelled__{ 0x05257470 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_HailShip__{ 0x0528DF40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_JumpToQuestMarker__{ 0x05257830 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Land__{ 0x052573C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_LandingMarkerMap__{ 0x05257530 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Map__{ 0x05257310 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_OnMonocleToggle__{ 0x052575F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_OpenPhotoMode__{ 0x05257B60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Repair__{ 0x05257CE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_SetTargetMode__{ 0x05257770 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_TargetShipSystem__{ 0x052579C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_Target__{ 0x052570C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_UntargetShipSystem__{ 0x05257900 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_UpdateComponentPower__{ 0x05256DA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShipHud_UpdateTargetPanelRect__{ 0x0528D780 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowCustomWatchAlert__{ 0x0523FDB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowHUDMessageEvent__{ 0x0523EC30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowLongShipBootup__{ 0x05256F40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_ShowingQuestMarketTextEvent__{ 0x0523D6E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_Accept__{ 0x0527AB00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_AddPatch__{ 0x0527AA40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_Cancel__{ 0x0527ABC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_ChangeCursorVisibility__{ 0x0527A960 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SkillsMenu_SaveLastCategory__{ 0x0527A890 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SleepWaitMenu_InterruptRest__{ 0x0532DC80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SleepWaitMenu_StartRest__{ 0x0532DBB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SnapTemplateUtils__SnapReplaceEvent__{ 0x051C2AE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent__{ 0x052A61E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent__{ 0x05229210 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__BoughtEvent__{ 0x053554E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ContrabandScanWarningEvent__{ 0x05353C70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__DockEvent__{ 0x053559A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__DynamicNavmeshCompleted__{ 0x05354010 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__FarTravelEvent__{ 0x05353890 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__GravJumpEvent__{ 0x0528DB50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__LandedSetEvent__{ 0x0528DA90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__LandingEvent__{ 0x05354140 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__PlanetScanEvent__{ 0x05353B60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__PlayerMovementOutputEvent__{ 0x05256E70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__RampDownEvent__{ 0x05355E80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__RefueledEvent__{ 0x053555F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__RegisteredEvent__{ 0x05355DC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShieldEvent__{ 0x05355AA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShipAddedEvent__{ 0x05355F90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShipCollisionEvent__{ 0x05355C50 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__ShipCustomizedEvent__{ 0x053548B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SoldEvent__{ 0x053556A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemDamagedEvent__{ 0x05353FA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemPowerAllocationEvent__{ 0x05353DA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemPowerChangeEvent__{ 0x05354200 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemRepairedBIEvent__{ 0x053557F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__SystemRepairedEvent__{ 0x05353E80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__TakeDamagEvent__{ 0x053549D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Spaceship__TakeOffEvent__{ 0x05353A40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ExecuteRoute__{ 0x05295740 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_Galaxy_FocusSystem__{ 0x05293530 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_LandingInputInProgress__{ 0x0528FF00 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged__{ 0x0528FC70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryClicked__{ 0x0528FB80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryHoverChanged__{ 0x0528FAA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnCancel__{ 0x05295420 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnClearRoute__{ 0x05295810 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnExitStarMap__{ 0x052955B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnGalaxyViewInitialized__{ 0x052934B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnHintButtonClicked__{ 0x05295680 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_OnOutpostEntrySelected__{ 0x052954E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_QuickSelectChange__{ 0x05291C30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ReadyToClose__{ 0x05294EC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ScanPlanet__{ 0x0528FFD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSiteFailed__{ 0x0528F9C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSite__{ 0x0528FD60 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMapMenu_ShowRealCursor__{ 0x0528FE30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StarMap__PlanetTraitKnownEvent__{ 0x051A2850 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StartLoadGameEvent__{ 0x05157B40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_StartOutpostFromListenerEvent__{ 0x0523A3E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SurfaceMapMenu_EnablePointCloud__{ 0x05296FB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SurfaceMapMenu_MarkerClicked__{ 0x05297080 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_SurfaceMapMenu_TryPlaceCustomMarker__{ 0x05297150 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TESQuestRewardEvent__{ 0x051BB620 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TakeoffMenu_CloseMenu__{ 0x0528D840 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TakeoffMenu_ExitShip__{ 0x0528D910 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TakeoffMenu_Launch__{ 0x0528D9D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TargetHitEvent__{ 0x0523DF70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TerminalMenu_CancelEvent__{ 0x0529A500 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_CloseAllViews__{ 0x0529A2C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_CloseTopView__{ 0x0529A200 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_CloseView__{ 0x0529A440 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_Terminal_MenuItemClick__{ 0x0529A380 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_DoAction__{ 0x0529B550 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_ExitMenu__{ 0x0529B330 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_ShowImages__{ 0x0529B790 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_ShowResources__{ 0x0529B6D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TestMenu_TestAll__{ 0x0529B610 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TextInputMenu_EndEditText__{ 0x0529C940 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TextInputMenu_InputCanceled__{ 0x0529CB70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TextInputMenu_StartEditText__{ 0x0529CC30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_TitleSequenceMenu_StartMusic__{ 0x0532E960 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UIMenuChargenMenuDisablePaperdoll__{ 0x0527F590 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UnlockedTerminalElementEvent__{ 0x05277B30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UpdateActivateListenerEvent__{ 0x0523A0D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_UpdateSceneRectEvent__{ 0x0539F8C0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__{ 0x0516F1E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated__{ 0x0516F0F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopActionButton_HoldFinished__{ 0x052A30E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopActionButton_HoldStopped__{ 0x052A2DD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ChangeBuildItem__{ 0x0529DE70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopBuilderMenu_SelectedItem__{ 0x0529DCB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ToggleTracking__{ 0x0529DD90 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_ApplyColors__{ 0x052324A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_SelectedTab__{ 0x05232570 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_SliderChanged__{ 0x05232910 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopColorMode_SwatchChanged__{ 0x05232A30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_AttemptBuild__{ 0x0529FF10 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_CancelAction__{ 0x0529FBF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ChangeVariant__{ 0x0529FE40 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ConnectionEvent__{ 0x0529FB30 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ExitMenu__{ 0x0529FCB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_MessageCallback__{ 0x0529F810 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_SelectedCategory__{ 0x0529FD80 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_SelectedGridObject__{ 0x0529FFE0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ShowExtras__{ 0x0529F8D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_SwitchMode__{ 0x0529FA70 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ToggleDistance__{ 0x0529F740 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ToggleTracking__{ 0x0529F670 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopMenu_ToggleView__{ 0x0529F9A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopQuickMenu_ConfirmAction__{ 0x052A1000 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopQuickMenu_ExitMenu__{ 0x052A0DC0 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopShared_SetActionHandles__{ 0x052A3010 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopShared_StartAction__{ 0x052A3220 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetHovered__{ 0x052A2320 }; + inline constexpr REL::Offset BSTSingletonImplicit_BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetPicked__{ 0x052A2250 }; + inline constexpr REL::Offset BSTSingletonImplicit_CellHandleManager_{ 0x0515FCA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_EmittanceManagerAgent_{ 0x05154CA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_GameScript____LatentPlayerMover_{ 0x0533F4B0 }; + inline constexpr REL::Offset BSTSingletonImplicit_ImageFixtureManager_{ 0x050C62E0 }; + inline constexpr REL::Offset BSTSingletonImplicit_LinkedCellProcessHelper_{ 0x0535F430 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta__{ 0x053B5A30 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta__{ 0x053B5B30 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta__{ 0x053B57A0 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementAgentNullTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData__{ 0x053B5C60 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementComponentEventHandler_{ 0x05190310 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementControllerNullDataTracker_{ 0x053B6AB0 }; + inline constexpr REL::Offset BSTSingletonImplicit_MovementPathManagerNullTracker_{ 0x053B5450 }; + inline constexpr REL::Offset BSTSingletonImplicit_NavMeshObstacleCoverManager_{ 0x05117490 }; + inline constexpr REL::Offset BSTSingletonImplicit_NullMovementState_{ 0x0531C8D0 }; + inline constexpr REL::Offset BSTSingletonImplicit_NullPathBuilderTracker_{ 0x053B1AD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_PlayerSpaceUtils__PlayerSpaceUtilsEventHandler_{ 0x052A8C70 }; + inline constexpr REL::Offset BSTSingletonImplicit_Probe__ReflectionProbeRenderOptions_{ 0x0538AD00 }; + inline constexpr REL::Offset BSTSingletonImplicit_RefrAudioUtils____LoopService_{ 0x05225FD0 }; + inline constexpr REL::Offset BSTSingletonImplicit_SpaceshipAIComponentEventHandler_{ 0x05351FF0 }; + inline constexpr REL::Offset BSTSingletonImplicit_SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler_{ 0x053536F0 }; + inline constexpr REL::Offset BSTSingletonImplicit_SpaceshipSoundsUtils__SpaceshipSoundsEventHandler_{ 0x05356570 }; + inline constexpr REL::Offset BSTSingletonImplicit_Spaceship____SpaceshipEventHandler_{ 0x05351EA0 }; + inline constexpr REL::Offset BSTSingletonImplicit_SpawnOnDestroyUtils__SpawnOnDestroyEventHandler_{ 0x0516A030 }; + inline constexpr REL::Offset BSTSingletonImplicit_TerrainDB__TerrainGraphProcessor_{ 0x051C7E80 }; + inline constexpr REL::Offset BSTSingletonImplicit_TextureDB__ErrorStreamer_{ 0x05135950 }; + inline constexpr REL::Offset BSTSingletonImplicit___DockingUtilsEventHandler_{ 0x053526F0 }; + inline constexpr REL::Offset BSTSingletonImplicit___LogWriteThread_{ 0x0538A710 }; + inline constexpr REL::Offset BSTSingletonImplicit___RuntimeComponentDBFactoryHelper_{ 0x0518FFF0 }; + inline constexpr REL::Offset BSTSingletonImplicit___StageEventSource_{ 0x052BADA0 }; + inline constexpr REL::Offset BSTSingletonImplicit___WorkshopItemColorListener_{ 0x052293F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ActorValueBindingUpdaterService_BSTSingletonSDMOpStaticBuffer_ActorValueBindingUpdaterService___{ 0x0515D8E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_AnimationClipDataSingleton_BSTSingletonSDMOpStaticBuffer_AnimationClipDataSingleton___{ 0x0536F5F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_AnimationFileManagerSingleton_BSTSingletonSDMOpStaticBuffer_AnimationFileManagerSingleton___{ 0x0536F7F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSAudio_Internal__LooseAudioRegistrar_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__LooseAudioRegistrar___{ 0x05205C60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSAudio_Internal__WwiseGameObjectMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseGameObjectMgr___{ 0x05205F80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSAudio_Internal__WwiseIOMgr_BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseIOMgr___{ 0x052061E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSBodyManager_BSTSingletonSDMOpStaticBuffer_BGSBodyManager___{ 0x051581E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSDecalManager_BSTSingletonSDMOpStaticBuffer_BGSDecalManager___{ 0x051898D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSEchoListener_BSTSingletonSDMOpStaticBuffer_BGSEchoListener___{ 0x051CD1F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSFaceFX_BSTSingletonSDMOpStaticBuffer_BGSFaceFX___{ 0x051641F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSFadeManager_BSTSingletonSDMOpStaticBuffer_BGSFadeManager___{ 0x05158390 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSFootstepManager_BSTSingletonSDMOpStaticBuffer_BGSFootstepManager___{ 0x052CE400 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSGeometryConstructorManager_BSTSingletonSDMOpStaticBuffer_BGSGeometryConstructorManager___{ 0x052BD3E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSImpactManager_BSTSingletonSDMOpStaticBuffer_BGSImpactManager___{ 0x052AF160 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSInventoryInterface_BSTSingletonSDMOpStaticBuffer_BGSInventoryInterface___{ 0x052BE690 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSLODManager_BSTSingletonSDMOpStaticBuffer_BGSLODManager___{ 0x05201E40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSNavigationGridManager_BSTSingletonSDMOpStaticBuffer_BGSNavigationGridManager___{ 0x051909B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSPlanetContentManager_BSTSingletonSDMOpStaticBuffer_BGSPlanetContentManager___{ 0x052BFE40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSPlanet__Manager_BSTSingletonSDMOpStaticBuffer_BGSPlanet__Manager___{ 0x0519F6C0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSSpatialGraphManager_BSTSingletonSDMOpStaticBuffer_BGSSpatialGraphManager___{ 0x051990C0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSStoryTeller_BSTSingletonSDMOpStaticBuffer_BGSStoryTeller___{ 0x052049F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BGSSynchronizedAnimationManager_BSTSingletonSDMOpStaticBuffer_BGSSynchronizedAnimationManager___{ 0x05205050 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSBehaviorGraphSwapSingleton_BSTSingletonSDMOpStaticBuffer_BSBehaviorGraphSwapSingleton___{ 0x05204E50 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSFrameManager_BSTSingletonSDMOpStaticBuffer_BSFrameManager___{ 0x0538BF90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSGalaxy__ModuleState_BSTSingletonSDMOpStaticBuffer_BSGalaxy__ModuleState___{ 0x05372B40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSIdleInputWatcher_BSTSingletonSDMOpStaticBuffer_BSIdleInputWatcher___{ 0x0525E8E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSInputDeviceManager_BSTSingletonSDMOpStaticBuffer_BSInputDeviceManager___{ 0x05371700 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSInputEnableManager_BSTSingletonSDMOpStaticBuffer_BSInputEnableManager___{ 0x05372150 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSMaterial__ModuleState_BSTSingletonSDMOpStaticBuffer_BSMaterial__ModuleState___{ 0x05391020 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSPathEventManager_BSTSingletonSDMOpStaticBuffer_BSPathEventManager___{ 0x053B8040 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSPlatform__BSBethesdaPlatform_BSTSingletonSDMOpStaticBuffer_BSPlatform__BSBethesdaPlatform___{ 0x05408E00 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResourceReloadManager_BSTSingletonSDMOpStaticBuffer_BSResourceReloadManager___{ 0x0538B7E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource__SDirectory2__ThreadCursor_BSTSingletonSDMOpStaticBuffer_BSResource__SDirectory2__ThreadCursor___{ 0x053BA820 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource__Server__ResourceServerDebug_BSTSingletonSDMOpStaticBuffer_BSResource__Server__ResourceServerDebug___{ 0x053BD3D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____DefaultLocationData_BSTSingletonSDMOpStaticBuffer_BSResource____DefaultLocationData___{ 0x053BD800 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____DevNull_BSTSingletonSDMOpStaticBuffer_BSResource____DevNull___{ 0x053BC240 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____EventSources_BSTSingletonSDMOpStaticBuffer_BSResource____EventSources___{ 0x053BC130 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____GlobalLocations_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalLocations___{ 0x053BC830 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSResource____GlobalPaths_BSTSingletonSDMOpStaticBuffer_BSResource____GlobalPaths___{ 0x053BC380 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSStreaming____BSStreamingJobSite_BSTSingletonSDMOpStaticBuffer_BSStreaming____BSStreamingJobSite___{ 0x053C87F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy____{ 0x052ECBA0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy____{ 0x052EC580 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy____{ 0x052EBAE0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSTextureStreamer__Manager_BSTSingletonSDMOpStaticBuffer_BSTextureStreamer__Manager___{ 0x0538A3B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_BSThreadEvent____Source_BSTSingletonSDMOpStaticBuffer_BSThreadEvent____Source___{ 0x05371380 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Camera__Manager_BSTSingletonSDMOpStaticBuffer_Camera__Manager___{ 0x052272A0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CharacterCollisionHandler_BSTSingletonSDMOpStaticBuffer_CharacterCollisionHandler___{ 0x052D3830 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ClientBIMetrics__HeartBeat__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__HeartBeat__EventSink___{ 0x05156540 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ClientBIMetrics__Performance__EventSink_BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__Performance__EventSink___{ 0x05156AA0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CombatEncounterBIEvents__CombatEnounterMetricsManager_BSTSingletonSDMOpStaticBuffer_CombatEncounterBIEvents__CombatEnounterMetricsManager___{ 0x052A6B40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ConsoleLog_BSTSingletonSDMOpStaticBuffer_ConsoleLog___{ 0x05324E40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRendererPrivate__MeshLODDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MeshLODDB___{ 0x053E6EC0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRendererPrivate__MorphDB_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MorphDB___{ 0x053FD2D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRendererPrivate__SharedMeshResourcesRegistry_BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__SharedMeshResourcesRegistry___{ 0x053FB8D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CreationRenderer__Messaging__MessageProcessor_BSTSingletonSDMOpStaticBuffer_CreationRenderer__Messaging__MessageProcessor___{ 0x053DDA40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CrowdManager_BSTSingletonSDMOpStaticBuffer_CrowdManager___{ 0x052225E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_CrowdWallaBubble_BSTSingletonSDMOpStaticBuffer_CrowdWallaBubble___{ 0x05226E90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1_____{ 0x052B9710 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1_____{ 0x052B3E00 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1_____{ 0x052B0CC0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1_____{ 0x053704B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1_____{ 0x052B38D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1_____{ 0x052B5050 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1_____{ 0x052B73C0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1_____{ 0x052B13D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1_____{ 0x052B6A60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1_____{ 0x052B1A80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1_____{ 0x052B7D60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1_____{ 0x052B31A0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1_____{ 0x052B8390 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DynamicIdleDataSingletonHelper_BSTSingletonSDMOpStaticBuffer_DynamicIdleDataSingletonHelper___{ 0x05154A90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_DynamicNavmesh_BSTSingletonSDMOpStaticBuffer_DynamicNavmesh___{ 0x05191060 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_EffectSequence__EffectSequenceManager_BSTSingletonSDMOpStaticBuffer_EffectSequence__EffectSequenceManager___{ 0x05162B90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ExternalRefcountStrategy_0__BSTSingletonSDMOpStaticBuffer_ExternalRefcountStrategy_0____{ 0x053FBAD0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_FOCollisionListener_BSTSingletonSDMOpStaticBuffer_FOCollisionListener___{ 0x051EB9E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_FavoritesManager_BSTSingletonSDMOpStaticBuffer_FavoritesManager___{ 0x05329B60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameBIEvents__PlayerBIEvents_BSTSingletonSDMOpStaticBuffer_GameBIEvents__PlayerBIEvents___{ 0x052A7310 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__ActorValueEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ActorValueEventHandler___{ 0x05332D80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__AffinityEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__AffinityEventHandler___{ 0x053331D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__BasicEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BasicEventHandler___{ 0x0534D260 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__BuilderEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__BuilderEventHandler___{ 0x05333C60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__ChallengeEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__ChallengeEventHandler___{ 0x052307E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__CombatEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CombatEventHandler___{ 0x05334A90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__CustomEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__CustomEventHandler___{ 0x05335CF0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__DistanceEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__DistanceEventHandler___{ 0x0534F5F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__FragmentEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__FragmentEventHandler___{ 0x05335760 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__InventoryEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__InventoryEventHandler___{ 0x05336980 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__LOSEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__LOSEventHandler___{ 0x05337260 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__MenuEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__MenuEventHandler___{ 0x05337580 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__PathingCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__PathingCallbackMgr___{ 0x05337C00 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__QuestCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__QuestCallbackMgr___{ 0x05338040 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__SleepEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SleepEventHandler___{ 0x053384E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__SoundCallbackMgr_BSTSingletonSDMOpStaticBuffer_GameScript__SoundCallbackMgr___{ 0x053386B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__SpaceshipEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__SpaceshipEventHandler___{ 0x0534E090 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__TeleportEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TeleportEventHandler___{ 0x0534E250 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__TimerEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TimerEventHandler___{ 0x0534E8C0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__TrackedStatsEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__TrackedStatsEventHandler___{ 0x0534EC10 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameScript__WaitEventHandler_BSTSingletonSDMOpStaticBuffer_GameScript__WaitEventHandler___{ 0x0534F810 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameUIModel_BSTSingletonSDMOpStaticBuffer_GameUIModel___{ 0x05262DD0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GameVM_BSTSingletonSDMOpStaticBuffer_GameVM___{ 0x0533C110 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_GenericFrameUpdateOperationsService_BSTSingletonSDMOpStaticBuffer_GenericFrameUpdateOperationsService___{ 0x0515DDF0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ImageSpaceManagerAgent_BSTSingletonSDMOpStaticBuffer_ImageSpaceManagerAgent___{ 0x0516EE90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_LightAttachmentRuntimeComponentUpdateService_BSTSingletonSDMOpStaticBuffer_LightAttachmentRuntimeComponentUpdateService___{ 0x052BD780 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_LoadScreenRenderingEventHandler_BSTSingletonSDMOpStaticBuffer_LoadScreenRenderingEventHandler___{ 0x05231510 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MenuControls_BSTSingletonSDMOpStaticBuffer_MenuControls___{ 0x0532C6C0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MenuCursor_BSTSingletonSDMOpStaticBuffer_MenuCursor___{ 0x0539FAE0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MenuTopicManager_BSTSingletonSDMOpStaticBuffer_MenuTopicManager___{ 0x052A5D80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MessageMenuManager_BSTSingletonSDMOpStaticBuffer_MessageMenuManager___{ 0x0532D1C0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MonocleUIDataModel_BSTSingletonSDMOpStaticBuffer_MonocleUIDataModel___{ 0x05260E40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_MovementAvoidanceManager_BSTSingletonSDMOpStaticBuffer_MovementAvoidanceManager___{ 0x052D3B10 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_NavMeshGenerator_BSTSingletonSDMOpStaticBuffer_NavMeshGenerator___{ 0x051926B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_NavMeshObstacleManager_BSTSingletonSDMOpStaticBuffer_NavMeshObstacleManager___{ 0x051FDCF0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleEmitterEngine_BSTSingletonSDMOpStaticBuffer_Particles__ParticleEmitterEngine___{ 0x053ADD10 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleNodeManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticleNodeManager___{ 0x053A2BA0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticlePerformanceManager_BSTSingletonSDMOpStaticBuffer_Particles__ParticlePerformanceManager___{ 0x053ABA00 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleSystemManagerImpl_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemManagerImpl___{ 0x053ACF00 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Particles__ParticleSystemStorage_BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemStorage___{ 0x053A18A0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PathingTraversalManager_BSTSingletonSDMOpStaticBuffer_PathingTraversalManager___{ 0x051974D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Pathing_BSTSingletonSDMOpStaticBuffer_Pathing___{ 0x051FEEC0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlanetSiteSelectEventHelper_BSTSingletonSDMOpStaticBuffer_PlanetSiteSelectEventHelper___{ 0x052BDA90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlayerCamera_BSTSingletonSDMOpStaticBuffer_PlayerCamera___{ 0x05323D80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlayerControls__Manager_BSTSingletonSDMOpStaticBuffer_PlayerControls__Manager___{ 0x052255E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_PlayerRegionState_BSTSingletonSDMOpStaticBuffer_PlayerRegionState___{ 0x052D2560 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Preload__Manager_BSTSingletonSDMOpStaticBuffer_Preload__Manager___{ 0x05231B60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ProcessLists_BSTSingletonSDMOpStaticBuffer_ProcessLists___{ 0x052D36F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Projectile__Manager_BSTSingletonSDMOpStaticBuffer_Projectile__Manager___{ 0x052EF280 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_QueuedCellAttachService_BSTSingletonSDMOpStaticBuffer_QueuedCellAttachService___{ 0x0518D320 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_RagdollFurnitureModifier_BSTSingletonSDMOpStaticBuffer_RagdollFurnitureModifier___{ 0x051EBF30 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Research__Manager_BSTSingletonSDMOpStaticBuffer_Research__Manager___{ 0x052A9D70 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SaveLoadTester__Service_BSTSingletonSDMOpStaticBuffer_SaveLoadTester__Service___{ 0x052AD550 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Service_BSTSingletonSDMOpStaticBuffer_Service___{ 0x05203860 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_ShipCrewData_BSTSingletonSDMOpStaticBuffer_ShipCrewData___{ 0x05252900 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Sky_BSTSingletonSDMOpStaticBuffer_Sky___{ 0x051ED920 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SpaceshipBIEvents__EventSink_BSTSingletonSDMOpStaticBuffer_SpaceshipBIEvents__EventSink___{ 0x052A62E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SpaceshipPlayerSounds_BSTSingletonSDMOpStaticBuffer_SpaceshipPlayerSounds___{ 0x05356480 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_Spaceship__TargetingMode_BSTSingletonSDMOpStaticBuffer_Spaceship__TargetingMode___{ 0x052BE300 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_StarField__ModuleState_BSTSingletonSDMOpStaticBuffer_StarField__ModuleState___{ 0x051C5D80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_StarMap__SelectBodyEventHelper_BSTSingletonSDMOpStaticBuffer_StarMap__SelectBodyEventHelper___{ 0x052BDB80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_StaticAvoidNodeManager_BSTSingletonSDMOpStaticBuffer_StaticAvoidNodeManager___{ 0x052D4550 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_SupportMaterialHandler_BSTSingletonSDMOpStaticBuffer_SupportMaterialHandler___{ 0x052BDF90 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESAudio__ScriptedMusicState_BSTSingletonSDMOpStaticBuffer_TESAudio__ScriptedMusicState___{ 0x052A5B10 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESDataHandler_BSTSingletonSDMOpStaticBuffer_TESDataHandler___{ 0x051822F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESNPCData__ChargenDataModel_BSTSingletonSDMOpStaticBuffer_TESNPCData__ChargenDataModel___{ 0x051CA3E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__BSTSingletonSDMOpStaticBuffer_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152____{ 0x052BEC60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TESWaterSystem_BSTSingletonSDMOpStaticBuffer_TESWaterSystem___{ 0x05204110 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_TextureDB__Manager_BSTSingletonSDMOpStaticBuffer_TextureDB__Manager___{ 0x053CAAD0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_UIBlurManager_BSTSingletonSDMOpStaticBuffer_UIBlurManager___{ 0x0532ED50 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_UISaveLoadManager_BSTSingletonSDMOpStaticBuffer_UISaveLoadManager___{ 0x052BB2F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_UI_BSTSingletonSDMOpStaticBuffer_UI___{ 0x0539F080 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_VATS_BSTSingletonSDMOpStaticBuffer_VATS___{ 0x052EF5E0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_WorkshopBIEvents__WorkshopEventManager_BSTSingletonSDMOpStaticBuffer_WorkshopBIEvents__WorkshopEventManager___{ 0x052A6640 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_WorkshopLOD__WorkshopLODManager_BSTSingletonSDMOpStaticBuffer_WorkshopLOD__WorkshopLODManager___{ 0x05356AB0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___ActorMediatorHelper_BSTSingletonSDMOpStaticBuffer___ActorMediatorHelper___{ 0x052CD0F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___AnimationFileListener_BSTSingletonSDMOpStaticBuffer___AnimationFileListener___{ 0x0536F090 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___AnimationFileLookupSingletonHelper_BSTSingletonSDMOpStaticBuffer___AnimationFileLookupSingletonHelper___{ 0x0536FCB0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___BSBreakpadHandler_BSTSingletonSDMOpStaticBuffer___BSBreakpadHandler___{ 0x05372950 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___BSScaleformAllocatorPaged_BSTSingletonSDMOpStaticBuffer___BSScaleformAllocatorPaged___{ 0x0539FC60 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___BehaviorGraphSpecificDataLookupSingleton_BSTSingletonSDMOpStaticBuffer___BehaviorGraphSpecificDataLookupSingleton___{ 0x051545B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___ConsoleHotkeyManager_BSTSingletonSDMOpStaticBuffer___ConsoleHotkeyManager___{ 0x053245D0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___DDQueueCollection_BSTSingletonSDMOpStaticBuffer___DDQueueCollection___{ 0x052B02F0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___HavokThreadMemorySink_BSTSingletonSDMOpStaticBuffer___HavokThreadMemorySink___{ 0x05379C80 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___Jobber_BSTSingletonSDMOpStaticBuffer___Jobber___{ 0x0538B380 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___MaterialAnimator_BSTSingletonSDMOpStaticBuffer___MaterialAnimator___{ 0x05397E20 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___PathingSite_BSTSingletonSDMOpStaticBuffer___PathingSite___{ 0x052BAE30 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___Service_BSTSingletonSDMOpStaticBuffer___Service___{ 0x052EDC40 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits___TESAudioScriptSDM_BSTSingletonSDMOpStaticBuffer___TESAudioScriptSDM___{ 0x05226BE0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bhkBipedOrientationController_BSTSingletonSDMOpStaticBuffer_bhkBipedOrientationController___{ 0x0537F190 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bhkCollisionFilter_BSTSingletonSDMOpStaticBuffer_bhkCollisionFilter___{ 0x05379050 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bhkParticlesManagerModifier_BSTSingletonSDMOpStaticBuffer_bhkParticlesManagerModifier___{ 0x05377640 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_bps__client__Services_BSTSingletonSDMOpStaticBuffer_bps__client__Services___{ 0x05360160 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_hknpBSMoveLimitModifier_BSTSingletonSDMOpStaticBuffer_hknpBSMoveLimitModifier___{ 0x053796B0 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_hknpBSShapeCodec_BSTSingletonSDMOpStaticBuffer_hknpBSShapeCodec___{ 0x05377050 }; + inline constexpr REL::Offset BSTSingletonSDMBase_BSTSDMTraits_hknpBackfaceCollisionModifier_BSTSingletonSDMOpStaticBuffer_hknpBackfaceCollisionModifier___{ 0x05376F10 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ActorValueBindingUpdaterService_{ 0x0515D270 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_AnimationClipDataSingleton_{ 0x0536F690 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_AnimationFileManagerSingleton_{ 0x0536F8A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__LooseAudioRegistrar_{ 0x05205D20 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseGameObjectMgr_{ 0x05206030 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSAudio_Internal__WwiseIOMgr_{ 0x05205730 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSBodyManager_{ 0x051580E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSDecalManager_{ 0x05189880 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSEchoListener_{ 0x051CD1A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSFaceFX_{ 0x051641A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSFadeManager_{ 0x05158860 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSFootstepManager_{ 0x052CE3B0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSGeometryConstructorManager_{ 0x052BD490 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSImpactManager_{ 0x052AF110 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSInventoryInterface_{ 0x052BE730 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSLODManager_{ 0x05201DF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSNavigationGridManager_{ 0x05190950 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSPlanetContentManager_{ 0x052BFEE0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSPlanet__Manager_{ 0x0519F5C0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSSpatialGraphManager_{ 0x05199220 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSStoryTeller_{ 0x052049A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BGSSynchronizedAnimationManager_{ 0x05205100 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSBehaviorGraphSwapSingleton_{ 0x05204EF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSFrameManager_{ 0x0538C020 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSGalaxy__ModuleState_{ 0x05372CA0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSIdleInputWatcher_{ 0x0525E7D0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSInputDeviceManager_{ 0x05371790 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSInputEnableManager_{ 0x05371D40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSMaterial__ModuleState_{ 0x05390510 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSPathEventManager_{ 0x053B8190 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSPlatform__BSBethesdaPlatform_{ 0x05408DA0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResourceReloadManager_{ 0x0538B880 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource__SDirectory2__ThreadCursor_{ 0x053BA7C0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource__Server__ResourceServerDebug_{ 0x053BD370 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____DefaultLocationData_{ 0x053BD790 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____DevNull_{ 0x053BC1E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____EventSources_{ 0x053BC0D0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____GlobalLocations_{ 0x053BC7C0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSResource____GlobalPaths_{ 0x053BC6C0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSStreaming____BSStreamingJobSite_{ 0x053C8410 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__{ 0x052ECA70 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__{ 0x052EC480 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__{ 0x052EB9D0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSTextureStreamer__Manager_{ 0x0538A350 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_BSThreadEvent____Source_{ 0x05371430 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Camera__Manager_{ 0x05227250 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CharacterCollisionHandler_{ 0x052D3970 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__HeartBeat__EventSink_{ 0x051564E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ClientBIMetrics__Performance__EventSink_{ 0x05156C70 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CombatEncounterBIEvents__CombatEnounterMetricsManager_{ 0x052A6A00 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ConsoleLog_{ 0x05324DF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MeshLODDB_{ 0x053E6E60 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__MorphDB_{ 0x053FD380 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRendererPrivate__SharedMeshResourcesRegistry_{ 0x053FB9A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CreationRenderer__Messaging__MessageProcessor_{ 0x053DDC30 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CrowdManager_{ 0x05222490 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_CrowdWallaBubble_{ 0x05226E40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___{ 0x052B95E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___{ 0x052B3C60 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___{ 0x052B0B60 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___{ 0x05370780 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___{ 0x052B37F0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___{ 0x052B4EE0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___{ 0x052B7280 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___{ 0x052B12B0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___{ 0x052B68E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___{ 0x052B19A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___{ 0x052B7C30 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1___{ 0x052B30C0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1___{ 0x052B8280 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DynamicIdleDataSingletonHelper_{ 0x05154B40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_DynamicNavmesh_{ 0x051910F0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_EffectSequence__EffectSequenceManager_{ 0x05162C40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ExternalRefcountStrategy_0__{ 0x053FBB80 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_FOCollisionListener_{ 0x051EBAF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_FavoritesManager_{ 0x05329B10 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameBIEvents__PlayerBIEvents_{ 0x052A7160 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__ActorValueEventHandler_{ 0x05332E30 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__AffinityEventHandler_{ 0x05333280 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__BasicEventHandler_{ 0x0534D200 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__BuilderEventHandler_{ 0x05333D10 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__ChallengeEventHandler_{ 0x05230990 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__CombatEventHandler_{ 0x05334B40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__CustomEventHandler_{ 0x05335DA0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__DistanceEventHandler_{ 0x0534F6A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__FragmentEventHandler_{ 0x05335810 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__InventoryEventHandler_{ 0x05336B00 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__LOSEventHandler_{ 0x05337200 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__MenuEventHandler_{ 0x05337520 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__PathingCallbackMgr_{ 0x05337D40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__QuestCallbackMgr_{ 0x05338170 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__SleepEventHandler_{ 0x05338480 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__SoundCallbackMgr_{ 0x053387E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__SpaceshipEventHandler_{ 0x0534E140 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__TeleportEventHandler_{ 0x0534E300 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__TimerEventHandler_{ 0x0534E960 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__TrackedStatsEventHandler_{ 0x0534ECC0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameScript__WaitEventHandler_{ 0x0534F8B0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameUIModel_{ 0x05262E50 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GameVM_{ 0x0533C0D0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_GenericFrameUpdateOperationsService_{ 0x0515DEA0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ImageSpaceManagerAgent_{ 0x0516EDC0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_LightAttachmentRuntimeComponentUpdateService_{ 0x052BD840 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_LoadScreenRenderingEventHandler_{ 0x052317B0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MenuControls_{ 0x0532C670 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MenuCursor_{ 0x0539FA90 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MenuTopicManager_{ 0x052A5E10 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MessageMenuManager_{ 0x0532D170 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MonocleUIDataModel_{ 0x05260ED0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_MovementAvoidanceManager_{ 0x052D3BB0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_NavMeshGenerator_{ 0x05192740 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_NavMeshObstacleManager_{ 0x051FDBF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleEmitterEngine_{ 0x053ADCB0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleNodeManager_{ 0x053A2B40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticlePerformanceManager_{ 0x053AB9A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemManagerImpl_{ 0x053ACEA0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Particles__ParticleSystemStorage_{ 0x053A1840 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PathingTraversalManager_{ 0x05197470 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Pathing_{ 0x051FF200 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlanetSiteSelectEventHelper_{ 0x052BDE00 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlayerCamera_{ 0x05323E00 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlayerControls__Manager_{ 0x05225590 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_PlayerRegionState_{ 0x052D2510 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Preload__Manager_{ 0x05231BF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ProcessLists_{ 0x052D3630 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Projectile__Manager_{ 0x052EF230 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_QueuedCellAttachService_{ 0x0518D240 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_RagdollFurnitureModifier_{ 0x051EC050 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Research__Manager_{ 0x052A9E00 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SaveLoadTester__Service_{ 0x052AD500 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Service_{ 0x05203810 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_ShipCrewData_{ 0x052528B0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Sky_{ 0x051ED8E0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SpaceshipBIEvents__EventSink_{ 0x052A6470 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SpaceshipPlayerSounds_{ 0x05356520 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_Spaceship__TargetingMode_{ 0x052BE3A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_StarField__ModuleState_{ 0x051C5E20 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_StarMap__SelectBodyEventHelper_{ 0x052BDC30 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_StaticAvoidNodeManager_{ 0x052D4480 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_SupportMaterialHandler_{ 0x052BE030 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESAudio__ScriptedMusicState_{ 0x052A5BB0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESDataHandler_{ 0x05182590 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESNPCData__ChargenDataModel_{ 0x051CA480 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__{ 0x052BED50 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TESWaterSystem_{ 0x052040C0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_TextureDB__Manager_{ 0x053CA790 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_UIBlurManager_{ 0x0532ED00 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_UISaveLoadManager_{ 0x052BB380 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_UI_{ 0x0539F038 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_VATS_{ 0x052EF5A0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_WorkshopBIEvents__WorkshopEventManager_{ 0x052A6700 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_WorkshopLOD__WorkshopLODManager_{ 0x05356A50 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___ActorMediatorHelper_{ 0x052CD090 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___AnimationFileListener_{ 0x0536F140 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___AnimationFileLookupSingletonHelper_{ 0x0536FA40 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___BSBreakpadHandler_{ 0x05372850 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___BSScaleformAllocatorPaged_{ 0x0539FDC0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___BehaviorGraphSpecificDataLookupSingleton_{ 0x05154690 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___ConsoleHotkeyManager_{ 0x05324570 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___DDQueueCollection_{ 0x052B0290 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___HavokThreadMemorySink_{ 0x05379DE0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___Jobber_{ 0x0538B170 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___MaterialAnimator_{ 0x05397580 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___PathingSite_{ 0x052BAED0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___Service_{ 0x052EDBF0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer___TESAudioScriptSDM_{ 0x05226B80 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bhkBipedOrientationController_{ 0x0537F130 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bhkCollisionFilter_{ 0x05378F80 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bhkParticlesManagerModifier_{ 0x053774F0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_bps__client__Services_{ 0x05360110 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_hknpBSMoveLimitModifier_{ 0x053797F0 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_hknpBSShapeCodec_{ 0x05377170 }; + inline constexpr REL::Offset BSTSingletonSDMOpStaticBuffer_hknpBackfaceCollisionModifier_{ 0x05376FC0 }; + inline constexpr REL::Offset BSTSingletonSDM_ActorValueBindingUpdaterService_BSTSingletonSDMOpStaticBuffer_{ 0x0515D360 }; + inline constexpr REL::Offset BSTSingletonSDM_AnimationClipDataSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x0536F780 }; + inline constexpr REL::Offset BSTSingletonSDM_AnimationFileManagerSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x0536F990 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSAudio_Internal__LooseAudioRegistrar_BSTSingletonSDMOpStaticBuffer_{ 0x05205E20 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSAudio_Internal__WwiseGameObjectMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05206130 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSAudio_Internal__WwiseIOMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05205820 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSBodyManager_BSTSingletonSDMOpStaticBuffer_{ 0x05158050 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSDecalManager_BSTSingletonSDMOpStaticBuffer_{ 0x05189960 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSEchoListener_BSTSingletonSDMOpStaticBuffer_{ 0x051CD280 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSFaceFX_BSTSingletonSDMOpStaticBuffer_{ 0x05163F90 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSFadeManager_BSTSingletonSDMOpStaticBuffer_{ 0x051587D0 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSFootstepManager_BSTSingletonSDMOpStaticBuffer_{ 0x052CE490 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSGeometryConstructorManager_BSTSingletonSDMOpStaticBuffer_{ 0x052BCF20 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSImpactManager_BSTSingletonSDMOpStaticBuffer_{ 0x052AF2D0 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSInventoryInterface_BSTSingletonSDMOpStaticBuffer_{ 0x052BE800 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSLODManager_BSTSingletonSDMOpStaticBuffer_{ 0x05201D20 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSNavigationGridManager_BSTSingletonSDMOpStaticBuffer_{ 0x05190860 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSPlanetContentManager_BSTSingletonSDMOpStaticBuffer_{ 0x052BFFC0 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSPlanet__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x0519F750 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSSpatialGraphManager_BSTSingletonSDMOpStaticBuffer_{ 0x051992A0 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSStoryTeller_BSTSingletonSDMOpStaticBuffer_{ 0x052048D0 }; + inline constexpr REL::Offset BSTSingletonSDM_BGSSynchronizedAnimationManager_BSTSingletonSDMOpStaticBuffer_{ 0x052051F0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSBehaviorGraphSwapSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x05204FE0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSFrameManager_BSTSingletonSDMOpStaticBuffer_{ 0x0538C0E0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSGalaxy__ModuleState_BSTSingletonSDMOpStaticBuffer_{ 0x05372D20 }; + inline constexpr REL::Offset BSTSingletonSDM_BSIdleInputWatcher_BSTSingletonSDMOpStaticBuffer_{ 0x0525E740 }; + inline constexpr REL::Offset BSTSingletonSDM_BSInputDeviceManager_BSTSingletonSDMOpStaticBuffer_{ 0x05371860 }; + inline constexpr REL::Offset BSTSingletonSDM_BSInputEnableManager_BSTSingletonSDMOpStaticBuffer_{ 0x05371E10 }; + inline constexpr REL::Offset BSTSingletonSDM_BSMaterial__ModuleState_BSTSingletonSDMOpStaticBuffer_{ 0x0538FF50 }; + inline constexpr REL::Offset BSTSingletonSDM_BSPathEventManager_BSTSingletonSDMOpStaticBuffer_{ 0x053B8210 }; + inline constexpr REL::Offset BSTSingletonSDM_BSPlatform__BSBethesdaPlatform_BSTSingletonSDMOpStaticBuffer_{ 0x05408F20 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResourceReloadManager_BSTSingletonSDMOpStaticBuffer_{ 0x0538B960 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource__SDirectory2__ThreadCursor_BSTSingletonSDMOpStaticBuffer_{ 0x053BA9A0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource__Server__ResourceServerDebug_BSTSingletonSDMOpStaticBuffer_{ 0x053BD550 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource____DefaultLocationData_BSTSingletonSDMOpStaticBuffer_{ 0x053BD950 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource____DevNull_BSTSingletonSDMOpStaticBuffer_{ 0x053BC470 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource____EventSources_BSTSingletonSDMOpStaticBuffer_{ 0x053BBFC0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource____GlobalLocations_BSTSingletonSDMOpStaticBuffer_{ 0x053BC970 }; + inline constexpr REL::Offset BSTSingletonSDM_BSResource____GlobalPaths_BSTSingletonSDMOpStaticBuffer_{ 0x053BC5B0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSStreaming____BSStreamingJobSite_BSTSingletonSDMOpStaticBuffer_{ 0x053C8530 }; + inline constexpr REL::Offset BSTSingletonSDM_BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy__BSTSingletonSDMOpStaticBuffer_{ 0x052EC060 }; + inline constexpr REL::Offset BSTSingletonSDM_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_{ 0x052EC1A0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy__BSTSingletonSDMOpStaticBuffer_{ 0x052EB6A0 }; + inline constexpr REL::Offset BSTSingletonSDM_BSTextureStreamer__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05389E70 }; + inline constexpr REL::Offset BSTSingletonSDM_BSThreadEvent____Source_BSTSingletonSDMOpStaticBuffer_{ 0x05371530 }; + inline constexpr REL::Offset BSTSingletonSDM_Camera__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05227180 }; + inline constexpr REL::Offset BSTSingletonSDM_CharacterCollisionHandler_BSTSingletonSDMOpStaticBuffer_{ 0x052D38D0 }; + inline constexpr REL::Offset BSTSingletonSDM_ClientBIMetrics__HeartBeat__EventSink_BSTSingletonSDMOpStaticBuffer_{ 0x051565F0 }; + inline constexpr REL::Offset BSTSingletonSDM_ClientBIMetrics__Performance__EventSink_BSTSingletonSDMOpStaticBuffer_{ 0x05156990 }; + inline constexpr REL::Offset BSTSingletonSDM_CombatEncounterBIEvents__CombatEnounterMetricsManager_BSTSingletonSDMOpStaticBuffer_{ 0x052A6AC0 }; + inline constexpr REL::Offset BSTSingletonSDM_ConsoleLog_BSTSingletonSDMOpStaticBuffer_{ 0x05324D20 }; + inline constexpr REL::Offset BSTSingletonSDM_CreationRendererPrivate__MeshLODDB_BSTSingletonSDMOpStaticBuffer_{ 0x053E6AD0 }; + inline constexpr REL::Offset BSTSingletonSDM_CreationRendererPrivate__MorphDB_BSTSingletonSDMOpStaticBuffer_{ 0x053FD510 }; + inline constexpr REL::Offset BSTSingletonSDM_CreationRendererPrivate__SharedMeshResourcesRegistry_BSTSingletonSDMOpStaticBuffer_{ 0x053FBC80 }; + inline constexpr REL::Offset BSTSingletonSDM_CreationRenderer__Messaging__MessageProcessor_BSTSingletonSDMOpStaticBuffer_{ 0x053DD630 }; + inline constexpr REL::Offset BSTSingletonSDM_CrowdManager_BSTSingletonSDMOpStaticBuffer_{ 0x05222500 }; + inline constexpr REL::Offset BSTSingletonSDM_CrowdWallaBubble_BSTSingletonSDMOpStaticBuffer_{ 0x05226D70 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B9270 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B48A0 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B0760 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1___BSTSingletonSDMOpStaticBuffer_{ 0x05370BB0 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B3550 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B5D50 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B6EE0 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B1FB0 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B6470 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B5580 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1___BSTSingletonSDMOpStaticBuffer_{ 0x052B78C0 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B2E40 }; + inline constexpr REL::Offset BSTSingletonSDM_DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1___BSTSingletonSDMOpStaticBuffer_{ 0x052B8D50 }; + inline constexpr REL::Offset BSTSingletonSDM_DynamicIdleDataSingletonHelper_BSTSingletonSDMOpStaticBuffer_{ 0x05154C30 }; + inline constexpr REL::Offset BSTSingletonSDM_DynamicNavmesh_BSTSingletonSDMOpStaticBuffer_{ 0x051911B0 }; + inline constexpr REL::Offset BSTSingletonSDM_EffectSequence__EffectSequenceManager_BSTSingletonSDMOpStaticBuffer_{ 0x05162F50 }; + inline constexpr REL::Offset BSTSingletonSDM_ExternalRefcountStrategy_0__BSTSingletonSDMOpStaticBuffer_{ 0x053FB820 }; + inline constexpr REL::Offset BSTSingletonSDM_FOCollisionListener_BSTSingletonSDMOpStaticBuffer_{ 0x051EBB70 }; + inline constexpr REL::Offset BSTSingletonSDM_FavoritesManager_BSTSingletonSDMOpStaticBuffer_{ 0x0532A050 }; + inline constexpr REL::Offset BSTSingletonSDM_GameBIEvents__PlayerBIEvents_BSTSingletonSDMOpStaticBuffer_{ 0x052A71F0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__ActorValueEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05332F30 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__AffinityEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05333370 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__BasicEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534D3C0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__BuilderEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05333E00 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__ChallengeEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05230B10 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__CombatEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05334950 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__CustomEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05335E90 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__DistanceEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534F540 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__FragmentEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05335900 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__InventoryEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05336BA0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__LOSEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05337300 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__MenuEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05337AD0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__PathingCallbackMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05337DD0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__QuestCallbackMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05338200 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__SleepEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05338580 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__SoundCallbackMgr_BSTSingletonSDMOpStaticBuffer_{ 0x05338870 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__SpaceshipEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534DF50 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__TeleportEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534E3F0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__TimerEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534EB30 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__TrackedStatsEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534EDC0 }; + inline constexpr REL::Offset BSTSingletonSDM_GameScript__WaitEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x0534FA40 }; + inline constexpr REL::Offset BSTSingletonSDM_GameUIModel_BSTSingletonSDMOpStaticBuffer_{ 0x05262D70 }; + inline constexpr REL::Offset BSTSingletonSDM_GameVM_BSTSingletonSDMOpStaticBuffer_{ 0x0533B920 }; + inline constexpr REL::Offset BSTSingletonSDM_GenericFrameUpdateOperationsService_BSTSingletonSDMOpStaticBuffer_{ 0x0515DFA0 }; + inline constexpr REL::Offset BSTSingletonSDM_ImageSpaceManagerAgent_BSTSingletonSDMOpStaticBuffer_{ 0x0516ED20 }; + inline constexpr REL::Offset BSTSingletonSDM_LightAttachmentRuntimeComponentUpdateService_BSTSingletonSDMOpStaticBuffer_{ 0x052BD960 }; + inline constexpr REL::Offset BSTSingletonSDM_LoadScreenRenderingEventHandler_BSTSingletonSDMOpStaticBuffer_{ 0x05231660 }; + inline constexpr REL::Offset BSTSingletonSDM_MenuControls_BSTSingletonSDMOpStaticBuffer_{ 0x0532C5A0 }; + inline constexpr REL::Offset BSTSingletonSDM_MenuCursor_BSTSingletonSDMOpStaticBuffer_{ 0x0539F9A0 }; + inline constexpr REL::Offset BSTSingletonSDM_MenuTopicManager_BSTSingletonSDMOpStaticBuffer_{ 0x052A5ED0 }; + inline constexpr REL::Offset BSTSingletonSDM_MessageMenuManager_BSTSingletonSDMOpStaticBuffer_{ 0x0532D090 }; + inline constexpr REL::Offset BSTSingletonSDM_MonocleUIDataModel_BSTSingletonSDMOpStaticBuffer_{ 0x05260DE0 }; + inline constexpr REL::Offset BSTSingletonSDM_MovementAvoidanceManager_BSTSingletonSDMOpStaticBuffer_{ 0x052D3CC0 }; + inline constexpr REL::Offset BSTSingletonSDM_NavMeshGenerator_BSTSingletonSDMOpStaticBuffer_{ 0x05192800 }; + inline constexpr REL::Offset BSTSingletonSDM_NavMeshObstacleManager_BSTSingletonSDMOpStaticBuffer_{ 0x051FDB50 }; + inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleEmitterEngine_BSTSingletonSDMOpStaticBuffer_{ 0x053ADBB0 }; + inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleNodeManager_BSTSingletonSDMOpStaticBuffer_{ 0x053A2A40 }; + inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticlePerformanceManager_BSTSingletonSDMOpStaticBuffer_{ 0x053AB890 }; + inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleSystemManagerImpl_BSTSingletonSDMOpStaticBuffer_{ 0x053ACD90 }; + inline constexpr REL::Offset BSTSingletonSDM_Particles__ParticleSystemStorage_BSTSingletonSDMOpStaticBuffer_{ 0x053A2FF0 }; + inline constexpr REL::Offset BSTSingletonSDM_PathingTraversalManager_BSTSingletonSDMOpStaticBuffer_{ 0x05197570 }; + inline constexpr REL::Offset BSTSingletonSDM_Pathing_BSTSingletonSDMOpStaticBuffer_{ 0x051FF180 }; + inline constexpr REL::Offset BSTSingletonSDM_PlanetSiteSelectEventHelper_BSTSingletonSDMOpStaticBuffer_{ 0x052BDEF0 }; + inline constexpr REL::Offset BSTSingletonSDM_PlayerCamera_BSTSingletonSDMOpStaticBuffer_{ 0x05323D20 }; + inline constexpr REL::Offset BSTSingletonSDM_PlayerControls__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x052254A0 }; + inline constexpr REL::Offset BSTSingletonSDM_PlayerRegionState_BSTSingletonSDMOpStaticBuffer_{ 0x052D25F0 }; + inline constexpr REL::Offset BSTSingletonSDM_Preload__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x05231CE0 }; + inline constexpr REL::Offset BSTSingletonSDM_ProcessLists_BSTSingletonSDMOpStaticBuffer_{ 0x052D35B0 }; + inline constexpr REL::Offset BSTSingletonSDM_Projectile__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x052EF150 }; + inline constexpr REL::Offset BSTSingletonSDM_QueuedCellAttachService_BSTSingletonSDMOpStaticBuffer_{ 0x0518D1A0 }; + inline constexpr REL::Offset BSTSingletonSDM_RagdollFurnitureModifier_BSTSingletonSDMOpStaticBuffer_{ 0x051EC0E0 }; + inline constexpr REL::Offset BSTSingletonSDM_Research__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x052A9D10 }; + inline constexpr REL::Offset BSTSingletonSDM_SaveLoadTester__Service_BSTSingletonSDMOpStaticBuffer_{ 0x052AD410 }; + inline constexpr REL::Offset BSTSingletonSDM_Service_BSTSingletonSDMOpStaticBuffer_{ 0x05203750 }; + inline constexpr REL::Offset BSTSingletonSDM_ShipCrewData_BSTSingletonSDMOpStaticBuffer_{ 0x05252980 }; + inline constexpr REL::Offset BSTSingletonSDM_Sky_BSTSingletonSDMOpStaticBuffer_{ 0x051ED990 }; + inline constexpr REL::Offset BSTSingletonSDM_SpaceshipBIEvents__EventSink_BSTSingletonSDMOpStaticBuffer_{ 0x052A6560 }; + inline constexpr REL::Offset BSTSingletonSDM_SpaceshipPlayerSounds_BSTSingletonSDMOpStaticBuffer_{ 0x053563A0 }; + inline constexpr REL::Offset BSTSingletonSDM_Spaceship__TargetingMode_BSTSingletonSDMOpStaticBuffer_{ 0x052BCCC0 }; + inline constexpr REL::Offset BSTSingletonSDM_StarField__ModuleState_BSTSingletonSDMOpStaticBuffer_{ 0x051C6FA0 }; + inline constexpr REL::Offset BSTSingletonSDM_StarMap__SelectBodyEventHelper_BSTSingletonSDMOpStaticBuffer_{ 0x052BDD20 }; + inline constexpr REL::Offset BSTSingletonSDM_StaticAvoidNodeManager_BSTSingletonSDMOpStaticBuffer_{ 0x052D4670 }; + inline constexpr REL::Offset BSTSingletonSDM_SupportMaterialHandler_BSTSingletonSDMOpStaticBuffer_{ 0x052BE100 }; + inline constexpr REL::Offset BSTSingletonSDM_TESAudio__ScriptedMusicState_BSTSingletonSDMOpStaticBuffer_{ 0x052A5CA0 }; + inline constexpr REL::Offset BSTSingletonSDM_TESDataHandler_BSTSingletonSDMOpStaticBuffer_{ 0x051824E0 }; + inline constexpr REL::Offset BSTSingletonSDM_TESNPCData__ChargenDataModel_BSTSingletonSDMOpStaticBuffer_{ 0x051CA570 }; + inline constexpr REL::Offset BSTSingletonSDM_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152__BSTSingletonSDMOpStaticBuffer_{ 0x052BEA40 }; + inline constexpr REL::Offset BSTSingletonSDM_TESWaterSystem_BSTSingletonSDMOpStaticBuffer_{ 0x05203FF0 }; + inline constexpr REL::Offset BSTSingletonSDM_TextureDB__Manager_BSTSingletonSDMOpStaticBuffer_{ 0x053CA860 }; + inline constexpr REL::Offset BSTSingletonSDM_UIBlurManager_BSTSingletonSDMOpStaticBuffer_{ 0x0532EC30 }; + inline constexpr REL::Offset BSTSingletonSDM_UISaveLoadManager_BSTSingletonSDMOpStaticBuffer_{ 0x052BB450 }; + inline constexpr REL::Offset BSTSingletonSDM_UI_BSTSingletonSDMOpStaticBuffer_{ 0x0539EEF0 }; + inline constexpr REL::Offset BSTSingletonSDM_VATS_BSTSingletonSDMOpStaticBuffer_{ 0x052EF6C0 }; + inline constexpr REL::Offset BSTSingletonSDM_WorkshopBIEvents__WorkshopEventManager_BSTSingletonSDMOpStaticBuffer_{ 0x052A6800 }; + inline constexpr REL::Offset BSTSingletonSDM_WorkshopLOD__WorkshopLODManager_BSTSingletonSDMOpStaticBuffer_{ 0x05356B60 }; + inline constexpr REL::Offset BSTSingletonSDM___ActorMediatorHelper_BSTSingletonSDMOpStaticBuffer_{ 0x052CD1A0 }; + inline constexpr REL::Offset BSTSingletonSDM___AnimationFileListener_BSTSingletonSDMOpStaticBuffer_{ 0x0536F240 }; + inline constexpr REL::Offset BSTSingletonSDM___AnimationFileLookupSingletonHelper_BSTSingletonSDMOpStaticBuffer_{ 0x0536FB60 }; + inline constexpr REL::Offset BSTSingletonSDM___BSBreakpadHandler_BSTSingletonSDMOpStaticBuffer_{ 0x053728E0 }; + inline constexpr REL::Offset BSTSingletonSDM___BSScaleformAllocatorPaged_BSTSingletonSDMOpStaticBuffer_{ 0x0539FBA0 }; + inline constexpr REL::Offset BSTSingletonSDM___BehaviorGraphSpecificDataLookupSingleton_BSTSingletonSDMOpStaticBuffer_{ 0x05154440 }; + inline constexpr REL::Offset BSTSingletonSDM___ConsoleHotkeyManager_BSTSingletonSDMOpStaticBuffer_{ 0x05324460 }; + inline constexpr REL::Offset BSTSingletonSDM___DDQueueCollection_BSTSingletonSDMOpStaticBuffer_{ 0x052B0FA0 }; + inline constexpr REL::Offset BSTSingletonSDM___HavokThreadMemorySink_BSTSingletonSDMOpStaticBuffer_{ 0x05379D30 }; + inline constexpr REL::Offset BSTSingletonSDM___Jobber_BSTSingletonSDMOpStaticBuffer_{ 0x0538B240 }; + inline constexpr REL::Offset BSTSingletonSDM___MaterialAnimator_BSTSingletonSDMOpStaticBuffer_{ 0x053964D0 }; + inline constexpr REL::Offset BSTSingletonSDM___PathingSite_BSTSingletonSDMOpStaticBuffer_{ 0x052BAFB0 }; + inline constexpr REL::Offset BSTSingletonSDM___Service_BSTSingletonSDMOpStaticBuffer_{ 0x052EDEB0 }; + inline constexpr REL::Offset BSTSingletonSDM___TESAudioScriptSDM_BSTSingletonSDMOpStaticBuffer_{ 0x05226A80 }; + inline constexpr REL::Offset BSTSingletonSDM_bhkBipedOrientationController_BSTSingletonSDMOpStaticBuffer_{ 0x0537F270 }; + inline constexpr REL::Offset BSTSingletonSDM_bhkCollisionFilter_BSTSingletonSDMOpStaticBuffer_{ 0x05378EF0 }; + inline constexpr REL::Offset BSTSingletonSDM_bhkParticlesManagerModifier_BSTSingletonSDMOpStaticBuffer_{ 0x05377290 }; + inline constexpr REL::Offset BSTSingletonSDM_bps__client__Services_BSTSingletonSDMOpStaticBuffer_{ 0x053601F0 }; + inline constexpr REL::Offset BSTSingletonSDM_hknpBSMoveLimitModifier_BSTSingletonSDMOpStaticBuffer_{ 0x05379750 }; + inline constexpr REL::Offset BSTSingletonSDM_hknpBSShapeCodec_BSTSingletonSDMOpStaticBuffer_{ 0x053770E0 }; + inline constexpr REL::Offset BSTSingletonSDM_hknpBackfaceCollisionModifier_BSTSingletonSDMOpStaticBuffer_{ 0x05376EA0 }; + inline constexpr REL::Offset BSTSmallArrayHeapAllocator_32_{ 0x05195B98 }; + inline constexpr REL::Offset BSTSmallArray_NiPointer_BSPathingTraversal__4_{ 0x05195CD0 }; + inline constexpr REL::Offset BSTSmartPointerPrivate__HandleManagerBase{ 0x051172C0 }; + inline constexpr REL::Offset BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_CellTag_CellHandlePolicy_131072__{ 0x0515FCF0 }; + inline constexpr REL::Offset BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_TESHandleManagerTag_TESPointerHandleDetail__HandleFormPolicy_2097152__{ 0x052BEAD0 }; + inline constexpr REL::Offset BSTSmartPointerPrivate__THandleManagerBase_0_CellHandlePolicy_{ 0x05117260 }; + inline constexpr REL::Offset BSTSmartPointerPrivate__THandleManagerBase_0_TESPointerHandleDetail__HandleFormPolicy_{ 0x052BEB80 }; + inline constexpr REL::Offset BSTStaticFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__512_{ 0x0533BD70 }; + inline constexpr REL::Offset BSTStaticFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_16_{ 0x052C9130 }; + inline constexpr REL::Offset BSTStaticFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_16_{ 0x05223660 }; + inline constexpr REL::Offset BSTTuple_BSFixedString_bool_{ 0x050903B8 }; + inline constexpr REL::Offset BSTTuple_BSFixedString_unsignedint_{ 0x05091F48 }; + inline constexpr REL::Offset BSTVSOTree_detail__IObjectWrapper{ 0x05158ED8 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSEffectSequenceFormComponent__{ 0x051677F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSExternalComponentHint__{ 0x0534FAE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSLodOwnerComponent__{ 0x05167FF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSMaterialPropertyComponent__{ 0x05168380 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPackInUtils____ETFixedPackinGroup__{ 0x051CDD30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ 0x0515BEF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSSpacePhysicsFormComponent__{ 0x05169970 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ 0x051D3030 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__ControllerComponent__{ 0x05384650 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__DirectoryComponent__{ 0x053846D0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ 0x053800E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSForces__ForceReceiverComponent__{ 0x05384900 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPerBiomeData__{ 0x0519BCA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPlanetOverlayData__{ 0x0519BD20 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTSTarDistance__{ 0x05374870 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__AlphaSettingsComponent__{ 0x05398DA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendModeComponent__{ 0x053993F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendParamFloat__{ 0x053992E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Channel__{ 0x0539B9F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__CollisionComponent__{ 0x05399080 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorChannelTypeComponent__{ 0x053995E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorRemapSettingsComponent__{ 0x0539B960 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Color__{ 0x0539B2F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DecalSettingsComponent__{ 0x0539AD90 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DetailBlenderSettingsComponent__{ 0x05399360 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DistortionComponent__{ 0x05399670 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EffectSettingsComponent__{ 0x0539B5B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EmissiveSettingsComponent__{ 0x0539B640 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EyeSettingsComponent__{ 0x05399EF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlipbookComponent__{ 0x0539C130 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlowSettingsComponent__{ 0x0539BCE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__GlobalLayerDataComponent__{ 0x0539AF60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__HairSettingsComponent__{ 0x0539B100 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LODMaterialID__{ 0x05390320 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEdgeFalloffComponent__{ 0x0539A8E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEmissivityComponent__{ 0x0539C030 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LevelOfDetailSettings__{ 0x0539B530 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MRTextureFile__{ 0x0539B360 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialOverrideColorTypeComponent__{ 0x053988C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialParamFloat__{ 0x05399880 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MouthSettingsComponent__{ 0x0539AA30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Offset__{ 0x0539AC90 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__OpacityComponent__{ 0x0539A520 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ParamBool__{ 0x0539B7D0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PhysicsMaterialType__{ 0x0539B8E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PorosityComponent__{ 0x0539BAE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Scale__{ 0x0539A350 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderModelComponent__{ 0x053996F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderRouteComponent__{ 0x053983A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__StarmapBodyEffectComponent__{ 0x05399C40 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ 0x053908A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ 0x05390940 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ 0x05390760 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ 0x05390E60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ 0x05390A30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainSettingsComponent__{ 0x0539BD60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainTintSettingsComponent__{ 0x0539B740 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureAddressModeComponent__{ 0x05399BB0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureFile__{ 0x0539AB30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureReplacement__{ 0x0539BC60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureResolutionSetting__{ 0x05398830 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureSetKindComponent__{ 0x053984B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TranslucencySettingsComponent__{ 0x0539B850 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__UVStreamParamBool__{ 0x0539A3C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__VegetationSettingsComponent__{ 0x05398F10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterFoamSettingsComponent__{ 0x05399CD0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterGrimeSettingsComponent__{ 0x0539A0B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterSettingsComponent__{ 0x05398710 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LensFlareAttachmentComponent__{ 0x05159720 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAnimFormComponent__{ 0x0516B2C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAttachmentFormComponent__{ 0x0516B5A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ObjectAttachmentFormComponent__{ 0x0516BE30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ParticleFormComponent__{ 0x0516C570 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODCurvePresets__{ 0x053A3530 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODSettingsPresets__{ 0x053A35B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__SystemDefinitionComponent__{ 0x053A34A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ReflectionProbeCellComponent__{ 0x0515C980 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_TempDataHandleEdge__{ 0x051D7400 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BGSLocationUtil__BGSLocationOwnerEdge__{ 0x051D1A70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__DataParentEdge__{ 0x05384750 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__OuterEdge__{ 0x053845C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__BodyChild__{ 0x05372FB0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__DynamicData__{ 0x0519B830 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSMaterial__GlobalLayerNoiseComponent__{ 0x05399B20 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_ShipCellBlueprintOwner__{ 0x0535F210 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_SpaceshipCellReference__{ 0x0535F2A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_StarField____CTCelestialCollectionCell__{ 0x051C3DF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingDestructionEvent__{ 0x0535E0F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingLandingEvent__{ 0x0535F180 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingRampEvent__{ 0x0535E060 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerComponent__{ 0x051886C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerFormComponent__{ 0x05166BC0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAddToInventoryOnDestroy__{ 0x05166C90 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAnimationGraphComponent__{ 0x05166F50 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttachParentArray__{ 0x05167120 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttackDataForm__{ 0x05182DD0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSBodyPartInfo__{ 0x05167290 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSContactShadowComponent__{ 0x05158DD0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCraftingResourceOwner__{ 0x05167390 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCrowdComponent__{ 0x05167560 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCustomShipForm__{ 0x05158FC0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDestructibleObjectForm__{ 0x051830B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDisplayCaseFormComponent__{ 0x05167610 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSEffectSequenceFormComponent__{ 0x05167870 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentDataSource__{ 0x05167AE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentHint__{ 0x05167A50 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSForcedLocRefType__{ 0x05167BE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSFormLinkData__{ 0x05167D10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSKeywordForm__{ 0x051831C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLinkedVoiceType__{ 0x05167E70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodOwnerComponent__{ 0x05168070 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodRuntimeOwnerComponent__{ 0x051609B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSMaterialPropertyComponent__{ 0x05168260 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectPlacementDefaults__{ 0x051687C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectWindowFilterComponent__{ 0x05159040 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitalDataComponent__{ 0x05168910 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitedDataComponent__{ 0x05168CE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOverridePackCollection__{ 0x051832B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPackInUtils____ETFixedPackinGroup__{ 0x051CDE40 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPapyrusScriptsComponent__{ 0x05169300 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPathingData__{ 0x05169450 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetContentManagerContentProperties__{ 0x0519ADD0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ 0x0515C530 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__CTPlanetWorldSpaceData__{ 0x0515C490 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPrimitiveComponent__{ 0x051695B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPropertySheet__{ 0x051696E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSRemappedBaseForm__{ 0x051679D0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSScannableFormComponent__{ 0x05169080 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSShipManagement__{ 0x05169250 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSkinForm__{ 0x051834A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSoundTagComponent__{ 0x05169840 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpacePhysicsFormComponent__{ 0x05169A30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipAIActor__{ 0x05169BD0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipEquipment__{ 0x05169D30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipHullCode__{ 0x05169DE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipWeaponBinding__{ 0x05169EE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpawnOnDestroy__{ 0x0516A160 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStarDataComponent__{ 0x0516A230 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStoredTraversalData__{ 0x05159300 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__BGSBlockCellHeighGridComponent__{ 0x051B9BB0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__CTBlockCellHeightGrid__{ 0x051B9A70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent__{ 0x051B9B00 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____CTDesignatedInfo__{ 0x051B99C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent__{ 0x051BAC70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____CTBlockHeightAdjustment__{ 0x051BAD30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____CTWaterHeight__{ 0x051BB3A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____WaterHeightComponent__{ 0x051BB300 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSVolumeFormComponent__{ 0x0516A970 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorkshopItemColorComponent__{ 0x05159450 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlayComponent__{ 0x0516AC50 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ 0x051D30D0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__ControllerComponent__{ 0x05384870 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__DirectoryComponent__{ 0x053847E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ 0x0519B9C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSForces__ForceReceiverComponent__{ 0x051ED250 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereData__{ 0x051CC650 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereModifier__{ 0x0519B7A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBiomeData__{ 0x0519B8B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBodyType__{ 0x0516CA30 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBrightnessModifier__{ 0x0519B930 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTCellData__{ 0x0519BB90 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTColorModifier__{ 0x0516CEE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTDatabaseID__{ 0x0516C920 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTEditorBiomeData__{ 0x0519E750 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPerBiomeData__{ 0x05372F20 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetLocationIDs__{ 0x0519BC10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetOverlayData__{ 0x05372E10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetarySystemLocationID__{ 0x0516C9A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTProxyFormPtr__{ 0x0516CAB0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTResourceData__{ 0x05372D80 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSTarDistance__{ 0x053730C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSystemParsecLocation__{ 0x0516C890 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitOffset__{ 0x051C3D70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitState__{ 0x05372EA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitalData__{ 0x051689A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitedData__{ 0x05168D70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerAtBody__{ 0x051C3CF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerKnowledge__{ 0x0519BB00 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__SatelliteCSVData__{ 0x0516CF70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__StarData__{ 0x0516A2B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedGalaxyCSVData__{ 0x0519BA70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedStarsCSVData__{ 0x05373030 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__AlphaSettingsComponent__{ 0x05393ED0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendModeComponent__{ 0x05398B50 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendParamFloat__{ 0x05398420 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Channel__{ 0x0539BE60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__CollisionComponent__{ 0x05395310 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorChannelTypeComponent__{ 0x05399550 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorRemapSettingsComponent__{ 0x053937F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Color__{ 0x0539A140 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DecalSettingsComponent__{ 0x05392390 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DetailBlenderSettingsComponent__{ 0x05392AA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DistortionComponent__{ 0x05392A10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EffectSettingsComponent__{ 0x05393760 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EmissiveSettingsComponent__{ 0x05393890 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EyeSettingsComponent__{ 0x053954A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlipbookComponent__{ 0x0539BB60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlowSettingsComponent__{ 0x05395AC0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__GlobalLayerDataComponent__{ 0x053921E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__HairSettingsComponent__{ 0x05392300 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LODMaterialID__{ 0x05390190 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEdgeFalloffComponent__{ 0x05392420 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEmissivityComponent__{ 0x05391A70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LevelOfDetailSettings__{ 0x053917F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MRTextureFile__{ 0x053989C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialOverrideColorTypeComponent__{ 0x0539AFF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialParamFloat__{ 0x05399F70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MouthSettingsComponent__{ 0x05393D50 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Offset__{ 0x05398540 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__OpacityComponent__{ 0x05393A10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ParamBool__{ 0x05394EF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PhysicsMaterialType__{ 0x0539B260 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PorosityComponent__{ 0x05392270 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Scale__{ 0x0539AD10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderModelComponent__{ 0x05395530 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderRouteComponent__{ 0x05395860 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__StarmapBodyEffectComponent__{ 0x05394E60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ 0x053910C0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ 0x0538FFC0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ 0x053903A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ 0x053911E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ 0x05390800 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainSettingsComponent__{ 0x05393F60 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainTintSettingsComponent__{ 0x05392C20 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureAddressModeComponent__{ 0x053997E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureFile__{ 0x05398AC0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureReplacement__{ 0x05399170 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureResolutionSetting__{ 0x053987A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureSetKindComponent__{ 0x05398BE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TranslucencySettingsComponent__{ 0x05393310 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__UVStreamParamBool__{ 0x0539A850 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__VegetationSettingsComponent__{ 0x05391480 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterFoamSettingsComponent__{ 0x05392680 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterGrimeSettingsComponent__{ 0x05392070 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterSettingsComponent__{ 0x05394BE0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__BlueprintVariant__{ 0x05159570 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__Blueprint__{ 0x0516AED0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CalculatedPackinData__{ 0x051D3F70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ClonedRefNeedInit__{ 0x051D3EF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CustomShipComponent__{ 0x05227B00 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DisplayCaseComponent__{ 0x052284B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DynamicPersistence__OwnedPromotions__{ 0x05189F80 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_EffectSequenceComponent__{ 0x051615E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LensFlareAttachmentComponent__{ 0x05159690 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimComponent__{ 0x0518BAD0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimFormComponent__{ 0x0516B340 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentFormComponent__{ 0x0516B620 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentRuntimeComponent__{ 0x0516BBA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_MovementControllerComponent__{ 0x051901E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentFormComponent__{ 0x0516BEF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentRuntimeComponent__{ 0x0516C3E0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_OnFrameUpdateOperationComponent__{ 0x0515DA80 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleComponent__{ 0x0518CCF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleFormComponent__{ 0x0516C4F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODCurvePresets__{ 0x053A3410 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODSettingsPresets__{ 0x053A3380 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__SystemDefinitionComponent__{ 0x053A3220 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_PendingDynamicNavmesh__{ 0x0535F100 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ReflectionProbeCellComponent__{ 0x0515CA00 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RevertedCustomShipComponent__{ 0x05227B80 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent___{ 0x05228530 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent___{ 0x05228DF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ 0x052AB390 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ 0x052AB270 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount____{ 0x053567F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint___{ 0x05227C10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ScannableComponent__{ 0x052289B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ShipManagementComponent__{ 0x05228EB0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipAIActorComponent__{ 0x05352080 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEffectsComponent__{ 0x05352830 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEquipmentComponent__{ 0x053537B0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipLinkedCell__{ 0x0535F330 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipSoundsComponent__{ 0x05356630 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipTemplate__{ 0x053506A0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipWeaponBindingComponent__{ 0x05228F40 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Spaceship__BlueprintInteractionOffsetRefsComponent__{ 0x051D7480 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StarField__CTReferencedCell__{ 0x051C3A40 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StreamingLoadData__{ 0x051D3FF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SubSceneComponent__{ 0x05229310 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESAIForm__{ 0x051836F0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESContainer__{ 0x05183890 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESDescription__{ 0x05183990 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESFullName__{ 0x05183C10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESHealthForm__{ 0x05183D10 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESImageSpaceModifiableForm__{ 0x05183EA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESMagicTargetForm__{ 0x05187FA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESModel__{ 0x05186FA0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESPlanetModel__{ 0x0516C620 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTexture__{ 0x05187CF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent__{ 0x051EB380 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESValueForm__{ 0x05187DF0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESWeightForm__{ 0x05187E70 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TempDataHandleEdge__{ 0x051D7520 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_WorkshopItemColorComponent__{ 0x05229680 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___BGSVolumeComponent__{ 0x05202EB0 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CTWorldspaceCloneInfo__{ 0x051E3B90 }; + inline constexpr REL::Offset BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CellProcGenSpawn__{ 0x051D4150 }; + inline constexpr REL::Offset BSTValueEventSource_FaderMenuDisplayState_{ 0x05328BA0 }; + inline constexpr REL::Offset BSTValueEventSource_PlayerAutoAimActorEvent_{ 0x052D20B0 }; + inline constexpr REL::Offset BSTValueEventSource_PlayerCrosshairModeEvent_{ 0x0523E4D0 }; + inline constexpr REL::Offset BSTValueEventSource_SaveLoadMessageStringEvent_{ 0x05265760 }; + inline constexpr REL::Offset BSTableCurve{ 0x0540DE30 }; + inline constexpr REL::Offset BSTaskJobber{ 0x0538B2A0 }; + inline constexpr REL::Offset BSTaskJobber__Task{ 0x051FDF00 }; + inline constexpr REL::Offset BSTaskThread{ 0x0517C998 }; + inline constexpr REL::Offset BSTaskletGroupData{ 0x053C9870 }; + inline constexpr REL::Offset BSTaskletManager{ 0x0512EDB8 }; + inline constexpr REL::Offset BSTempEffect{ 0x051FD328 }; + inline constexpr REL::Offset BSTempEffectDebris{ 0x051FD350 }; + inline constexpr REL::Offset BSTempEffectGeometryDecal{ 0x051FD380 }; + inline constexpr REL::Offset BSTempEffectParticle{ 0x051FD3E8 }; + inline constexpr REL::Offset BSTempEffectSPG{ 0x051FD450 }; + inline constexpr REL::Offset BSTempEffectScreenSpaceDecal{ 0x051FD418 }; + inline constexpr REL::Offset BSTempEffectWeaponBlood{ 0x051FD478 }; + inline constexpr REL::Offset BSTerrainEffect{ 0x051FD5F0 }; + inline constexpr REL::Offset BSTextureStreamer__ArchiveLayer{ 0x05389DC8 }; + inline constexpr REL::Offset BSTextureStreamer__LoadQueueService{ 0x05389D88 }; + inline constexpr REL::Offset BSTextureStreamer__Manager{ 0x05389E38 }; + inline constexpr REL::Offset BSTextureStreamer__ManagerBase{ 0x05389E00 }; + inline constexpr REL::Offset BSTextureStreamer__ManagerServiceFramework{ 0x05389A00 }; + inline constexpr REL::Offset BSTextureStreamer__TextureArchiveIDConverter{ 0x0512BE70 }; + inline constexpr REL::Offset BSTextureStreamer__TextureLoad{ 0x0538D888 }; + inline constexpr REL::Offset BSTextureStreamer__TextureStreamerRequestBase{ 0x0538D8C0 }; + inline constexpr REL::Offset BSThread{ 0x051273A0 }; + inline constexpr REL::Offset BSThreadEvent____Source{ 0x05371298 }; + inline constexpr REL::Offset BSTransformExtra{ 0x051E96E0 }; + inline constexpr REL::Offset BSTreadTransfInterpolator{ 0x05406E68 }; + inline constexpr REL::Offset BSUIExternalTexture{ 0x053A0B30 }; + inline constexpr REL::Offset BSVMLoadNode{ 0x05183BB0 }; + inline constexpr REL::Offset BSVMPostProcessNode{ 0x05183B48 }; + inline constexpr REL::Offset BSValueNode{ 0x0538A570 }; + inline constexpr REL::Offset BSVirtualKeyboardDevice{ 0x05372308 }; + inline constexpr REL::Offset BSWArray{ 0x0538DB38 }; + inline constexpr REL::Offset BSWeakReferenceNode{ 0x053842C0 }; + inline constexpr REL::Offset BSWin32ExceptionHandler{ 0x05119268 }; + inline constexpr REL::Offset BSWin32ExceptionHandler__GenerateCoreDump__5__Exception{ 0x05096B40 }; + inline constexpr REL::Offset BSWinPCAwardsSystemUtility{ 0x0540DBC0 }; + inline constexpr REL::Offset BSWinPCGameDataSystemUtility{ 0x0540D950 }; + inline constexpr REL::Offset BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled{ 0x0540D990 }; + inline constexpr REL::Offset BSWinPCSaveDataSystemUtility{ 0x0540D918 }; + inline constexpr REL::Offset BSWinPCSystemUtility{ 0x0540D8E8 }; + inline constexpr REL::Offset BSXFlags{ 0x05388B18 }; + inline constexpr REL::Offset BShkbHkxDB__QueuedHandles{ 0x051E7D98 }; + inline constexpr REL::Offset BShkbUtils__GraphInspectionFunctor{ 0x05360EB8 }; + inline constexpr REL::Offset BackgroundProcessNode{ 0x0517CBE8 }; + inline constexpr REL::Offset BackgroundProcessThread{ 0x0517CA28 }; + inline constexpr REL::Offset BanishEffect{ 0x052A5300 }; + inline constexpr REL::Offset BarrierProjectile{ 0x052ECF78 }; + inline constexpr REL::Offset BarterMenu{ 0x052693F0 }; + inline constexpr REL::Offset BarterMenu_BuyItem{ 0x05269358 }; + inline constexpr REL::Offset BarterMenu_CloseMenu{ 0x05269918 }; + inline constexpr REL::Offset BarterMenu_HideModel{ 0x052692C0 }; + inline constexpr REL::Offset BarterMenu_LoadModel{ 0x05269290 }; + inline constexpr REL::Offset BarterMenu_SellItem{ 0x05269388 }; + inline constexpr REL::Offset BarterMenu_SetMouseOverModel{ 0x052693B8 }; + inline constexpr REL::Offset BarterMenu_ShowFailureMessage{ 0x052692F0 }; + inline constexpr REL::Offset BarterMenu_ViewedItem{ 0x05269328 }; + inline constexpr REL::Offset BarterMenu__BarterMenuEventShuttle{ 0x05269858 }; + inline constexpr REL::Offset BaseFormComponent{ 0x050A4570 }; + inline constexpr REL::Offset BaseLightAnimData{ 0x0516B4B8 }; + inline constexpr REL::Offset BasePathingDoor{ 0x0518C170 }; + inline constexpr REL::Offset BeamProjectile{ 0x052ED270 }; + inline constexpr REL::Offset BedEnterHandler{ 0x052EA1D8 }; + inline constexpr REL::Offset BedFurnitureExitHandler{ 0x052EA200 }; + inline constexpr REL::Offset BleedoutCameraState{ 0x05323F38 }; + inline constexpr REL::Offset BlendNode{ 0x0536EBF8 }; + inline constexpr REL::Offset BlendNodeInstance{ 0x0536EBD0 }; + inline constexpr REL::Offset BlendTree{ 0x05360308 }; + inline constexpr REL::Offset BlendTreeInstance{ 0x0536DE48 }; + inline constexpr REL::Offset Blueprints__Blueprint{ 0x0516AFD0 }; + inline constexpr REL::Offset Blueprints__BlueprintMainStatusHandler{ 0x0516ADA0 }; + inline constexpr REL::Offset Blueprints__BlueprintVariant{ 0x0508DC38 }; + inline constexpr REL::Offset BodyCollisionsTask{ 0x05089C30 }; + inline constexpr REL::Offset BodyEffects__Effect{ 0x051571D8 }; + inline constexpr REL::Offset BodyEffects__ResourceVisualizationEffect{ 0x05157178 }; + inline constexpr REL::Offset BodyEffects__ScanlinesEffect{ 0x05157140 }; + inline constexpr REL::Offset BoneConstraint{ 0x0536E600 }; + inline constexpr REL::Offset BoneConstraintInstance{ 0x0536E628 }; + inline constexpr REL::Offset BoneModifierData{ 0x0515FFC8 }; + inline constexpr REL::Offset BoneModifierExtra{ 0x051BC5D8 }; + inline constexpr REL::Offset BoneModifierInstance{ 0x0515FF40 }; + inline constexpr REL::Offset BookMenu{ 0x053242A8 }; + inline constexpr REL::Offset BookMenu__BookData{ 0x05324308 }; + inline constexpr REL::Offset BookMenu__BookMenuUIDataEventShuttle{ 0x05324268 }; + inline constexpr REL::Offset BoundaryMenu{ 0x0522AC30 }; + inline constexpr REL::Offset BoundaryMenu_FastTravel{ 0x0522AC88 }; + inline constexpr REL::Offset BoundaryMenu_ShowMap{ 0x0522AC58 }; + inline constexpr REL::Offset BowZoomStartHandler{ 0x052EA028 }; + inline constexpr REL::Offset BowZoomStopHandler{ 0x052EA0B8 }; + inline constexpr REL::Offset ButtonEvent{ 0x05371A50 }; + inline constexpr REL::Offset CCallResult_BSWinPCSaveDataSystemUtility_RemoteStorageFileWriteAsyncComplete_t_{ 0x0540DCF0 }; + inline constexpr REL::Offset CCallResult_BSWinPCSystemUtility_EncryptedAppTicketResponse_t_{ 0x0540DC90 }; + inline constexpr REL::Offset CCallbackBase{ 0x0540DA18 }; + inline constexpr REL::Offset CCallbackImpl_16_{ 0x0540DAD0 }; + inline constexpr REL::Offset CCallbackImpl_24_{ 0x0540DBF8 }; + inline constexpr REL::Offset CCallbackImpl_4_{ 0x0540D9E8 }; + inline constexpr REL::Offset CCallbackImpl_8_{ 0x0540DDC0 }; + inline constexpr REL::Offset CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsReceived_t_0_{ 0x0540DB60 }; + inline constexpr REL::Offset CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsStored_t_0_{ 0x0540DA70 }; + inline constexpr REL::Offset CCallback_BSWinPCAwardsSystemUtility_UserStatsReceived_t_0_{ 0x0540DC30 }; + inline constexpr REL::Offset CCallback_BSWinPCAwardsSystemUtility_UserStatsStored_t_0_{ 0x0540DB00 }; + inline constexpr REL::Offset CPUCaptureHandler{ 0x0532C818 }; + inline constexpr REL::Offset CalcContainerWeight{ 0x051D9D90 }; + inline constexpr REL::Offset CalmEffect{ 0x052A52D8 }; + inline constexpr REL::Offset CameraOverrideStartHandler{ 0x052EA620 }; + inline constexpr REL::Offset CameraOverrideStopHandler{ 0x052EA6B8 }; + inline constexpr REL::Offset CameraShakeHandler{ 0x052E9B38 }; + inline constexpr REL::Offset CameraZoomHandler{ 0x0532C840 }; + inline constexpr REL::Offset Camera__DebugFollowCamera{ 0x052273C8 }; + inline constexpr REL::Offset Camera__DebugFreeCamera{ 0x052273F8 }; + inline constexpr REL::Offset Camera__DebugModule{ 0x05227458 }; + inline constexpr REL::Offset Camera__DebugOrbitalCamera{ 0x05227428 }; + inline constexpr REL::Offset Camera__DebugTargetCamera{ 0x05227368 }; + inline constexpr REL::Offset Camera__IBaseModule{ 0x052270F0 }; + inline constexpr REL::Offset Camera__IDebugCamera{ 0x05227398 }; + inline constexpr REL::Offset Camera__InteriorModule{ 0x05227488 }; + inline constexpr REL::Offset Camera__Manager{ 0x05227150 }; + inline constexpr REL::Offset Camera__PlayerModule{ 0x05227088 }; + inline constexpr REL::Offset Camera__SpaceModule{ 0x05227120 }; + inline constexpr REL::Offset CapacityValueModifierEffect{ 0x052A3B20 }; + inline constexpr REL::Offset CellHandleManager{ 0x0515FD80 }; + inline constexpr REL::Offset CellHfCollision{ 0x0516ECB8 }; + inline constexpr REL::Offset ChainExplosion{ 0x052AF590 }; + inline constexpr REL::Offset ChairEnterHandler{ 0x052EA5F8 }; + inline constexpr REL::Offset ChairFurnitureExitHandler{ 0x052EA230 }; + inline constexpr REL::Offset ChangeAnimArchetypeHandler{ 0x052EAC60 }; + inline constexpr REL::Offset CharGen_BrowChange{ 0x05286AB0 }; + inline constexpr REL::Offset CharGen_BrowColorChange{ 0x052869B8 }; + inline constexpr REL::Offset CharGen_CancelTextEntry{ 0x05286568 }; + inline constexpr REL::Offset CharGen_CloseMenu{ 0x052866B0 }; + inline constexpr REL::Offset CharGen_CyclePronoun{ 0x05286958 }; + inline constexpr REL::Offset CharGen_DirtScarsEtcChange{ 0x05286B98 }; + inline constexpr REL::Offset CharGen_EndBodyChange{ 0x052866D8 }; + inline constexpr REL::Offset CharGen_EndTextEntry{ 0x05286598 }; + inline constexpr REL::Offset CharGen_EyeColorChange{ 0x05286AE0 }; + inline constexpr REL::Offset CharGen_FacialHairChange{ 0x05286A20 }; + inline constexpr REL::Offset CharGen_FacialHairColorChange{ 0x052869E8 }; + inline constexpr REL::Offset CharGen_HairChange{ 0x05286A80 }; + inline constexpr REL::Offset CharGen_HairColorChange{ 0x05286A50 }; + inline constexpr REL::Offset CharGen_HeadpartPlusSelectorChange{ 0x05286C00 }; + inline constexpr REL::Offset CharGen_HeadpartPresetChange{ 0x05286648 }; + inline constexpr REL::Offset CharGen_JewelryChange{ 0x05286770 }; + inline constexpr REL::Offset CharGen_JewelryColorChange{ 0x05286738 }; + inline constexpr REL::Offset CharGen_MakeupChange{ 0x052851C8 }; + inline constexpr REL::Offset CharGen_MarkingsChange{ 0x05285198 }; + inline constexpr REL::Offset CharGen_PostBlendColorOptionChange{ 0x05285230 }; + inline constexpr REL::Offset CharGen_PostBlendFaceChange{ 0x05285270 }; + inline constexpr REL::Offset CharGen_PostBlendIntensityChange{ 0x052851F8 }; + inline constexpr REL::Offset CharGen_PresetChange{ 0x05286680 }; + inline constexpr REL::Offset CharGen_RollOffLocomotion{ 0x05286800 }; + inline constexpr REL::Offset CharGen_RollOnLocomotion{ 0x05286830 }; + inline constexpr REL::Offset CharGen_RotatePaperdoll{ 0x05286860 }; + inline constexpr REL::Offset CharGen_SetAdditionalSlider{ 0x052852E0 }; + inline constexpr REL::Offset CharGen_SetBackground{ 0x05286B10 }; + inline constexpr REL::Offset CharGen_SetBlockInputUnderPopup{ 0x052852A8 }; + inline constexpr REL::Offset CharGen_SetBodyValues{ 0x05286C70 }; + inline constexpr REL::Offset CharGen_SetCameraPosition{ 0x05286C40 }; + inline constexpr REL::Offset CharGen_SetPronoun{ 0x05286928 }; + inline constexpr REL::Offset CharGen_SetSex{ 0x05286620 }; + inline constexpr REL::Offset CharGen_SetSlider{ 0x052865F8 }; + inline constexpr REL::Offset CharGen_SetTrait{ 0x05286B40 }; + inline constexpr REL::Offset CharGen_ShowChooseBackgroundMessage{ 0x05286CA0 }; + inline constexpr REL::Offset CharGen_ShowPlayerRenameMessage{ 0x05286CE0 }; + inline constexpr REL::Offset CharGen_SkintoneChange{ 0x05286BD0 }; + inline constexpr REL::Offset CharGen_StartBodyChange{ 0x05286708 }; + inline constexpr REL::Offset CharGen_StartTextEntry{ 0x052865C8 }; + inline constexpr REL::Offset CharGen_SwitchBodyType{ 0x05286890 }; + inline constexpr REL::Offset CharGen_SwitchLocomotion{ 0x052868C0 }; + inline constexpr REL::Offset CharGen_TeethChange{ 0x05286988 }; + inline constexpr REL::Offset CharGen_TeethRollOff{ 0x052867A0 }; + inline constexpr REL::Offset CharGen_TeethRollOn{ 0x052867D0 }; + inline constexpr REL::Offset CharGen_ToggleMarking{ 0x05286B68 }; + inline constexpr REL::Offset CharGen_TogglePreviewHabSuit{ 0x052868F0 }; + inline constexpr REL::Offset CharacterCollisionHandler{ 0x052D3938 }; + inline constexpr REL::Offset CharacterCollisionMessagePlayerAdapter{ 0x052BACE8 }; + inline constexpr REL::Offset CharacterEvent{ 0x05371618 }; + inline constexpr REL::Offset ChargenMenu{ 0x05284E38 }; + inline constexpr REL::Offset ChargenMenu__ChargenMenuEventShuttle{ 0x052853E8 }; + inline constexpr REL::Offset CheckGoalReachedFunctor{ 0x053B5F58 }; + inline constexpr REL::Offset CheckLineOfSightFilterMisc{ 0x052A5218 }; + inline constexpr REL::Offset CheckParameterReachedFunctor{ 0x053B5FB8 }; + inline constexpr REL::Offset CheckStoppedMovingFunctor{ 0x053B5F28 }; + inline constexpr REL::Offset ClientBIMetrics__CombatHitMetricsI{ 0x052A68B8 }; + inline constexpr REL::Offset ClientBIMetrics__HeartBeat__EventSink{ 0x05156410 }; + inline constexpr REL::Offset ClientBIMetrics__Performance__EventSink{ 0x05156948 }; + inline constexpr REL::Offset ClientBIMetrics__PrebuiltHTTPSPost__Implementation{ 0x05157050 }; + inline constexpr REL::Offset ClientBIMetrics__ShipCombatHitMetricsBPSImp{ 0x052A68F0 }; + inline constexpr REL::Offset ClientBIMetrics__ShipCombatHitMetricsI{ 0x052A6878 }; + inline constexpr REL::Offset ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost{ 0x05157000 }; + inline constexpr REL::Offset CloakEffect{ 0x052A3BD8 }; + inline constexpr REL::Offset ClonePoseNode{ 0x0536B250 }; + inline constexpr REL::Offset ClonePoseNodeInstance{ 0x0536B220 }; + inline constexpr REL::Offset CloudSaveWriter{ 0x052AA130 }; + inline constexpr REL::Offset CollectorUtil__ICollectIDs{ 0x052AACE8 }; + inline constexpr REL::Offset CombatAcquireSearchDebugData{ 0x052F6158 }; + inline constexpr REL::Offset CombatAimController{ 0x052EF768 }; + inline constexpr REL::Offset CombatAimControllerBase{ 0x052EF798 }; + inline constexpr REL::Offset CombatAlignRollPathController{ 0x0521D0A0 }; + inline constexpr REL::Offset CombatAnimatedPath{ 0x0531C950 }; + inline constexpr REL::Offset CombatApproachTargetPathController{ 0x0521DBC0 }; + inline constexpr REL::Offset CombatArea{ 0x0521EC10 }; + inline constexpr REL::Offset CombatAreaHoldPosition{ 0x052EF908 }; + inline constexpr REL::Offset CombatAreaReference{ 0x052EF938 }; + inline constexpr REL::Offset CombatAreaShape{ 0x0521EC38 }; + inline constexpr REL::Offset CombatAreaStandard{ 0x052EF968 }; + inline constexpr REL::Offset CombatBarrelRollPathController{ 0x0521DAD8 }; + inline constexpr REL::Offset CombatBehavior{ 0x0520D708 }; + inline constexpr REL::Offset CombatBehaviorAccessors{ 0x0520D7D8 }; + inline constexpr REL::Offset CombatBehaviorAction{ 0x0520D6D8 }; + inline constexpr REL::Offset CombatBehaviorAttackFromCover{ 0x0531BBF8 }; + inline constexpr REL::Offset CombatBehaviorBlindFireFromCover{ 0x0531BD40 }; + inline constexpr REL::Offset CombatBehaviorContextAction_CombatBehaviorContextCover_{ 0x0531BBA0 }; + inline constexpr REL::Offset CombatBehaviorContextAction_CombatBehaviorContextRangedMovement_{ 0x053111A0 }; + inline constexpr REL::Offset CombatBehaviorContextAction_CombatBehaviorContextShipManeuvers_{ 0x0520D810 }; + inline constexpr REL::Offset CombatBehaviorContextBase{ 0x05215AF0 }; + inline constexpr REL::Offset CombatBehaviorContextChild_CombatBehaviorContextCover_CombatBehaviorAction_{ 0x0531BCA0 }; + inline constexpr REL::Offset CombatBehaviorContextChild_CombatBehaviorContextRangedMovement_CombatBehaviorAction_{ 0x05311070 }; + inline constexpr REL::Offset CombatBehaviorContextChild_CombatBehaviorContextShipManeuvers_CombatBehaviorAction_{ 0x0520D730 }; + inline constexpr REL::Offset CombatBehaviorContextCover{ 0x0531B960 }; + inline constexpr REL::Offset CombatBehaviorContextGrenade{ 0x05215A68 }; + inline constexpr REL::Offset CombatBehaviorContext_CombatBehaviorContextCover_{ 0x0531B910 }; + inline constexpr REL::Offset CombatBehaviorContext_CombatBehaviorContextGrenade_{ 0x05215AA0 }; + inline constexpr REL::Offset CombatBehaviorEventSink_CombatBehaviorAttackFromCover_CombatActorHitEventconst_{ 0x0531BC30 }; + inline constexpr REL::Offset CombatBehaviorEventSink_CombatBehaviorWaitBehindCover_CombatCoordinateAttackRequest_{ 0x0531B800 }; + inline constexpr REL::Offset CombatBehaviorMoveInCover{ 0x05118710 }; + inline constexpr REL::Offset CombatBehaviorProvideSuppressiveFire{ 0x05311158 }; + inline constexpr REL::Offset CombatBehaviorRegisterInterface_CombatCoverBehaviorInterface_{ 0x0531BAC0 }; + inline constexpr REL::Offset CombatBehaviorRegisterInterface_CombatSuppressiveFireRequestInterface_{ 0x05215A00 }; + inline constexpr REL::Offset CombatBehaviorResource{ 0x052F5818 }; + inline constexpr REL::Offset CombatBehaviorShipAcquire{ 0x0521DC70 }; + inline constexpr REL::Offset CombatBehaviorShipAttackManeuver{ 0x0521DE98 }; + inline constexpr REL::Offset CombatBehaviorShipBarrelRoll{ 0x0521DE38 }; + inline constexpr REL::Offset CombatBehaviorShipBoost{ 0x0521DD68 }; + inline constexpr REL::Offset CombatBehaviorShipBreak{ 0x0521DCD0 }; + inline constexpr REL::Offset CombatBehaviorShipBreakStalemate{ 0x0521DFD8 }; + inline constexpr REL::Offset CombatBehaviorShipCut{ 0x0521DD38 }; + inline constexpr REL::Offset CombatBehaviorShipDirectAttack{ 0x0521E010 }; + inline constexpr REL::Offset CombatBehaviorShipDisengage{ 0x0521E0B8 }; + inline constexpr REL::Offset CombatBehaviorShipLeadTurn{ 0x0521DDC8 }; + inline constexpr REL::Offset CombatBehaviorShipLurk{ 0x0521DF08 }; + inline constexpr REL::Offset CombatBehaviorShipManeuver{ 0x0520D7A0 }; + inline constexpr REL::Offset CombatBehaviorShipOrbitCombatArea{ 0x0521DFA0 }; + inline constexpr REL::Offset CombatBehaviorShipOrbitTarget{ 0x0521DF68 }; + inline constexpr REL::Offset CombatBehaviorShipPass{ 0x0521DD98 }; + inline constexpr REL::Offset CombatBehaviorShipPathDestinationRef{ 0x0521D738 }; + inline constexpr REL::Offset CombatBehaviorShipPursue{ 0x0521E088 }; + inline constexpr REL::Offset CombatBehaviorShipScissors{ 0x0521DD00 }; + inline constexpr REL::Offset CombatBehaviorShipSliceback{ 0x0521DC00 }; + inline constexpr REL::Offset CombatBehaviorShipSlideDodge{ 0x0521DED0 }; + inline constexpr REL::Offset CombatBehaviorShipSlideTurn{ 0x0521DE00 }; + inline constexpr REL::Offset CombatBehaviorShipStationaryTracking{ 0x0521E048 }; + inline constexpr REL::Offset CombatBehaviorShipStrafe{ 0x0521DF38 }; + inline constexpr REL::Offset CombatBehaviorShipStrafeTurn{ 0x0521DC38 }; + inline constexpr REL::Offset CombatBehaviorShipTargetingModeAutopilot{ 0x0520BB68 }; + inline constexpr REL::Offset CombatBehaviorShipTurn{ 0x0521DCA0 }; + inline constexpr REL::Offset CombatBehaviorStaticBlackboardBase_CombatBehaviorContextCover_CombatBehaviorContextBase_{ 0x0531BA40 }; + inline constexpr REL::Offset CombatBehaviorStaticBlackboardBase_CombatBehaviorContextGrenade_CombatBehaviorContextBase_{ 0x05215860 }; + inline constexpr REL::Offset CombatBehaviorStaticBlackboard_CombatBehaviorContextCover_CombatBehaviorContextBase_{ 0x0531BB20 }; + inline constexpr REL::Offset CombatBehaviorStaticBlackboard_CombatBehaviorContextGrenade_CombatBehaviorContextBase_{ 0x05215980 }; + inline constexpr REL::Offset CombatBehaviorTree{ 0x05118778 }; + inline constexpr REL::Offset CombatBehaviorTreeAcquireObject{ 0x051185C8 }; + inline constexpr REL::Offset CombatBehaviorTreeAction{ 0x051186A0 }; + inline constexpr REL::Offset CombatBehaviorTreeActionEquipmentSelector{ 0x051181C0 }; + inline constexpr REL::Offset CombatBehaviorTreeAvoidThreat{ 0x05118A68 }; + inline constexpr REL::Offset CombatBehaviorTreeBlock{ 0x051187A8 }; + inline constexpr REL::Offset CombatBehaviorTreeBow{ 0x051183A0 }; + inline constexpr REL::Offset CombatBehaviorTreeChargingCloseMovement{ 0x05118588 }; + inline constexpr REL::Offset CombatBehaviorTreeChargingMovement{ 0x051186D0 }; + inline constexpr REL::Offset CombatBehaviorTreeCheckUnreachableTarget{ 0x05118AA0 }; + inline constexpr REL::Offset CombatBehaviorTreeCloseMovement{ 0x05118478 }; + inline constexpr REL::Offset CombatBehaviorTreeCombat{ 0x05118850 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ 0x05309320 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ 0x05307C80 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void___float_OpLessThan___{ 0x0531AA00 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_unsignedint_CombatBehaviorContextSearch____void___unsignedint_OpGreaterThan___{ 0x05313A30 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_unsignedint_CombatState____void___int_OpGreaterThan___{ 0x0530E7B0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x053080B0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x053091B0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker_____{ 0x05216940 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker_____{ 0x05215CC0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___CombatActorRefPtrconst__CombatBehaviorTree__CombatBehaviorAttackerRef_____{ 0x052167A0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection______{ 0x052F9020 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget_____{ 0x052F9640 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc_float___void______{ 0x05212660 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____bool__bool_____{ 0x05212720 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____void______{ 0x05211AE0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void______{ 0x0531AC40 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGrenade_float_CombatBehaviorContextGrenade____void______{ 0x05215BE0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_float_CombatBehaviorContextMagic____void______{ 0x0530A4D0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextThrow_float_CombatBehaviorContextThrow____void______{ 0x05216D40 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc2_bool___CombatActorRefPtrconst_CombatPointer_CombatInventoryItem_const__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ 0x0520E150 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_AIProcess_bool_AIProcess____Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x052F5D80 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____BGSEquipIndex__BGSEquipIndex___{ 0x0530A810 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBlackboard_bool_CombatBlackboard____CombatBlackboardFlagconst__CombatBlackboardFlag___{ 0x052150E0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc2_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____CombatActorRefPtrconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorTree__CombatBehaviorTargetRef___{ 0x0520DF30 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ 0x05308020 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void____{ 0x052F5B40 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ 0x052F8F70 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ 0x052FB380 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ 0x0531ABA0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlankingMovement_bool_CombatBehaviorContextFlankingMovement____void____{ 0x05300080 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlee_bool_CombatBehaviorContextFlee____void____{ 0x05307D90 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_bool_CombatBehaviorContextGun____void____{ 0x052168A0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMelee_bool_CombatBehaviorContextMelee____void____{ 0x0530A910 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextRangedMovement_bool_CombatBehaviorContextRangedMovement____void____{ 0x05311200 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ 0x0521CB20 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ 0x05219720 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_bool_CombatBehaviorPowerAllocationSelector____void____{ 0x0521E7F0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc2_bool___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ 0x05309570 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorCombatTarget__OpNot___{ 0x05313BE0 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ 0x05313930 }; + inline constexpr REL::Offset CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void___OpNot___{ 0x0531AAD0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextBow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x053106B0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGrenade_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05215F30 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGun_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05216BA0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextMagic_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x0530A5B0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextSpaceshipWeapon_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x0520DCC0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextThrow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x05216E20 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextUsePotion_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ 0x0531C7B0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode1_CombatBehaviorEquipContext_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorThread_unsignedint_CombatBehaviorThread____void____{ 0x05219A60 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextBlock_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ 0x052F9760 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextMelee_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ 0x0530AAB0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNodeBase{ 0x0520A8B0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAcquireObject_{ 0x052F5EB0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAvoidThreat_{ 0x052F6960 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextBlock_{ 0x052F9290 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextBow_{ 0x05310800 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextChargingMovement_{ 0x052143F0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCloseMovement_{ 0x052FBD60 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCover_{ 0x0531BEF0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFindAttackLocation_{ 0x052FE6A0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlankingMovement_{ 0x052FFD60 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlee_{ 0x05308D10 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextGrenade_{ 0x05216020 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextGun_{ 0x05216C90 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextHide_{ 0x05307AA0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMagic_{ 0x0530A040 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMelee_{ 0x0530ABB0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMovementRequest_{ 0x052153A0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextRangedMovement_{ 0x053110F0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextSearch_{ 0x05314050 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipDetection_{ 0x0520A970 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipManeuvers_{ 0x0521BC50 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextSpaceshipWeapon_{ 0x0520DC50 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextThrow_{ 0x05216F10 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorContextUsePotion_{ 0x0531C6F0 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorEquipContext_{ 0x05219B20 }; + inline constexpr REL::Offset CombatBehaviorTreeCreateContextNode_CombatBehaviorPowerAllocationSelector_{ 0x0521E9C0 }; + inline constexpr REL::Offset CombatBehaviorTreeFindAttackLocation{ 0x051183D0 }; + inline constexpr REL::Offset CombatBehaviorTreeFindValidLocation{ 0x05118A28 }; + inline constexpr REL::Offset CombatBehaviorTreeFlankingMovement{ 0x05118360 }; + inline constexpr REL::Offset CombatBehaviorTreeFlee{ 0x051184B0 }; + inline constexpr REL::Offset CombatBehaviorTreeFlight{ 0x051188F0 }; + inline constexpr REL::Offset CombatBehaviorTreeGrenade{ 0x051189F8 }; + inline constexpr REL::Offset CombatBehaviorTreeGun{ 0x05118410 }; + inline constexpr REL::Offset CombatBehaviorTreeHide{ 0x05118600 }; + inline constexpr REL::Offset CombatBehaviorTreeLinkNode{ 0x052F5848 }; + inline constexpr REL::Offset CombatBehaviorTreeLowCombat{ 0x05118328 }; + inline constexpr REL::Offset CombatBehaviorTreeMagic{ 0x05118518 }; + inline constexpr REL::Offset CombatBehaviorTreeMelee{ 0x05118958 }; + inline constexpr REL::Offset CombatBehaviorTreeMovement{ 0x051189C0 }; + inline constexpr REL::Offset CombatBehaviorTreeMovementRequest{ 0x05118440 }; + inline constexpr REL::Offset CombatBehaviorTreeNode{ 0x0520A8F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeCondition_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ 0x05309080 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ 0x0531B2A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMovementRequest_bool_CombatBehaviorContextMovementRequest____void____{ 0x052151A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ 0x05219960 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ 0x05307A00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void___OpNot___{ 0x052F8B90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ 0x05308550 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____GUN_STATE__GUN_STATE___{ 0x0530A9B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____float__float___{ 0x05214D70 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextSearch_void_CombatBehaviorContextSearch____CombatCoverLocation__std__nullptr_t___{ 0x053137A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____void____{ 0x05214280 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireFurniture_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ 0x052F5920 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireItem_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ 0x052F5A60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorCastChargedSpell_bool_{ 0x0530A220 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorCastConcentrationSpell_bool_{ 0x0530A390 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorChargePast_bool_{ 0x05214920 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorCheckRangedTarget__CombatBehaviorArguments_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker____{ 0x05310D80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__{ 0x0521E540 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorDynamicSelector_ConditionalChildSelector__float_{ 0x05214AA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorEnableBlackboardFlag_CombatBlackboardFlag_{ 0x05307920 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorFindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x0531A8E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorFlee_float_{ 0x05308500 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorFollowPath_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatPointer_CombatPath__CombatBehaviorContextAcquireObject____void____{ 0x052F5F80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x05310000 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ 0x05314340 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_float_{ 0x05212090 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_NextChildSelector__float_{ 0x0521BCC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_WeightedRandomChildSelector__float_{ 0x0521BA60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorLandNearby_float_{ 0x05309260 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorLand_float_{ 0x05308F80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorMovementIdle_float_{ 0x052FB4B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_CombatBehaviorRepeat__FLAGS_{ 0x05309020 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_float_{ 0x0520DE30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorResetResource_BSFixedString_{ 0x052F9110 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchCenter_CombatSearchLocation__PRIORITY_{ 0x053136C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchInvestigateFromCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x05313590 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchLocation_CombatSearchLocation__PRIORITY_{ 0x053142C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearchWander_CombatSearchLocation__PRIORITY_{ 0x053133E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorSearch_CombatSearchLocation__PRIORITY_{ 0x053134C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorWaitBehindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ 0x0531C0B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject1_CombatBehaviorWatchTarget_float_{ 0x053001C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_{ 0x05215250 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorChangeResourcePriority_BSFixedString_CombatBehaviorResource__PRIORITY_{ 0x05310BB0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__CombatBehaviorArguments_float_bool_bool__{ 0x0530FF30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorFaceAngle_float_bool_{ 0x053086B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x052174F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___float_{ 0x05217720 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardData_CombatBlackboardKey_AITimeStamp__CombatBehaviorExpression_CombatBehaviorFunc_AITimeStamp___void____{ 0x052FD6A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardFlag_CombatBlackboardFlag_bool_{ 0x05214530 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorSpawnParallel_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatInventory_unsignedint_CombatInventory____void____CombatBehaviorParallel__FLAGS_{ 0x05219C50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject2_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_{ 0x05214C50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject3_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_CombatBehaviorAcquireResource__FLAGS_{ 0x052F6060 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject3_CombatBehaviorAnimate_CombatAnimation__ANIM_int_bool_{ 0x05214460 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject3_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_bool_{ 0x05214A30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAOEAttack_{ 0x05214110 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireFurniture_{ 0x052F58C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireItem_{ 0x052F5A00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireOptimalRange_{ 0x05310B50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireResource_{ 0x052152E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAdjustRange_{ 0x05310D20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAdvance_{ 0x052149D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAnimate_{ 0x052144D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorApproachPowerAllocation_{ 0x0521EA90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttackFromCover_{ 0x0531B180 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttackLow_{ 0x05309CE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttackPowerAllocation_{ 0x0521EB60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAttack_{ 0x0530A6A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAvoidThreatCover_{ 0x052F8F10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorAvoidThreat_{ 0x052F8E50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBackoff_{ 0x05211A80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBash_{ 0x052F9400 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlindFireFromCover_{ 0x0531C1E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlockAttack_{ 0x052F91E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlockThreat_{ 0x052F9590 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBlock_{ 0x052F9350 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorBowAttack_{ 0x053107A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastChargedSpell_{ 0x0530A100 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastConcentrationSpell_{ 0x0530A3F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastImmediateSpell_{ 0x05309F80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeCoverDirection_{ 0x0531B3D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeCoverPosition_{ 0x0531A9A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeCoverStance_{ 0x0531A880 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChangeResourcePriority_{ 0x05310C50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChargePast_{ 0x05214E80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChase_{ 0x05300030 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCheckUnreachableTarget_{ 0x0530F1A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_ConditionalChildSelector__{ 0x0520E4A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_IndexChildSelector__{ 0x05216580 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_RandomChanceChildSelector__{ 0x05211F60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorChildSelector_ValueChildSelector__{ 0x052198F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCircleDistant_{ 0x052FBE30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCircle_{ 0x05211DC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorCrouch_CombatBehaviorCheckRangedTarget__{ 0x05310FE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorCheckRangedTarget__{ 0x05310EB0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__{ 0x0521E4B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverAdvance_{ 0x0531B6E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverFlank_{ 0x0531B630 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverPairedRush_{ 0x0531B570 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorCoverRush_{ 0x0531B7A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDistract_{ 0x052FFEC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDiveBomb_{ 0x05309AA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDodgeThreat_{ 0x052F8CD0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDynamicConditionalNode_{ 0x05219BE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorDynamicSelector_ConditionalChildSelector__{ 0x05214B20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEnableBlackboardFlag_{ 0x053079A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEquipObject_{ 0x052F61F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEquipRangedWeapon_{ 0x052F6490 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEquipSpell_{ 0x052F63D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEvadeThreatJump_{ 0x052F8AB0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorEvadeThreat_{ 0x052F8D90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFaceAngle_{ 0x05308710 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackSelector_NextChildSelector__{ 0x0520E3C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackSelector_RandomChanceChildSelector__{ 0x0531B490 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackSelector_WeightedRandomChildSelector__{ 0x053099D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallbackToRanged_{ 0x052FBEF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFallback_{ 0x05211D10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindAllyAttackLocation_{ 0x052FD830 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindAttackLocation_{ 0x052FE850 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindCover_{ 0x0531BFA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindHoldPositionAttackLocation_{ 0x052FE780 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindLateralAttackLocation_{ 0x052FE550 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindObject_{ 0x052F6100 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidLocationLargeActor_{ 0x0530F580 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidLocationOnNavmesh_{ 0x0530F720 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidLocation_{ 0x0530F650 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindValidNavmeshLocation_{ 0x0530F7F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlankDistant_{ 0x052FFF80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlank_{ 0x052FFE20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeThroughDoor_{ 0x053081C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToAlly_{ 0x05308280 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToCover_{ 0x053083E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToPlayer_{ 0x05307B60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToSupport_{ 0x05308CB0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFleeToUnderground_{ 0x05307C20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlee_{ 0x05308330 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlipDynamicObject_{ 0x05214390 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlyingAttack_{ 0x05308E60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorFollowPath_{ 0x052F5F20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorForceFail_{ 0x052148C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorForceSuccess_{ 0x05307E90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGrenadeFlushTarget_{ 0x05215ED0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGrenadeThrowAtGroup_{ 0x05215B80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGrenadeThrow_{ 0x05215E10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGroundAttack_{ 0x053098F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunBurstFire_{ 0x05216270 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunFireCharge_{ 0x052160E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunFire_{ 0x052163F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunReloadBehindCover_{ 0x05216A90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunReload_{ 0x05216B40 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunSuppressiveBurstFire_{ 0x05216330 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunSuppressiveFireCharge_{ 0x052161A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorGunSuppressiveFire_{ 0x052164B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorHide_{ 0x05308660 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorHover_{ 0x05309B50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorIdle_{ 0x052120E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorIgnoreFailure_{ 0x052FBD00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ 0x0521BD40 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorImmediateFallbackSelector_WeightedRandomChildSelector__{ 0x0521BAF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLandNearby_{ 0x053092C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLand_{ 0x05308FD0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLoopFallbackSelector_NextChildSelector__{ 0x05216670 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorLoop_{ 0x0531C060 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorMaintainOptimalRange_{ 0x05310910 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorMovementIdle_{ 0x052FB510 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorMovementRequest_{ 0x05215080 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorOrbitDistant_{ 0x05309830 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorOrbit_{ 0x05309780 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorParallel_{ 0x0521E5F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorParry_{ 0x052F94A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPause_{ 0x05219600 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPerchAttack_{ 0x05308F20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPowerAllocationRepeat_{ 0x0521E900 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPrepareDualCast_{ 0x0530A1C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorProvideSuppressiveFire_{ 0x053109D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorPursueTarget_{ 0x05309C30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorRepeat_{ 0x0520AA40 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorReposition_{ 0x05211E80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorResetResource_{ 0x052F9180 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorRetargetAttack_{ 0x0530A8B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorRetreatToCover_{ 0x05217490 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorReturnToCombatArea_{ 0x0530F3A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchCenter_{ 0x05313530 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchInvestigateDoor_{ 0x05313740 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchInvestigateFromCover_{ 0x05313860 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchLocation_{ 0x05313460 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchTakeCover_{ 0x05314260 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearchWander_{ 0x05313660 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSearch_{ 0x05313380 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSequence_{ 0x0520B960 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSetBlackboardData_{ 0x052FD770 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSetBlackboardFlag_{ 0x05214220 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipAcquire_{ 0x0521C800 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBarrelRoll_{ 0x0521C220 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBoost_{ 0x0521BF40 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBreakStalemate_{ 0x0521C510 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipBreak_{ 0x0521BFF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipCut_{ 0x0521C0A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipDetection_{ 0x0520AAA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipDirectAttack_{ 0x0521BA00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipDisengage_{ 0x0521C450 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipFlee_{ 0x05219E60 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipLeadTurn_{ 0x0521C390 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipLurk_{ 0x0521B940 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipOrbitCombatArea_{ 0x0521D040 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipOrbitTarget_{ 0x0521CDA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipPass_{ 0x0521C2D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipPursue_{ 0x0521C680 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipScissors_{ 0x0521BE90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipSliceback_{ 0x0521C980 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipSlideDodge_{ 0x0521C8C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipSlideTurn_{ 0x0521C160 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipStationaryTracking_{ 0x0521BBE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipStrafeTurn_{ 0x0521C740 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipStrafe_{ 0x0521CF80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipTargetingModeAutopilot_{ 0x0520BA10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorShipTurn_{ 0x0521C5C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSideswipe_{ 0x05214D10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpaceshipWeaponBurstFire_{ 0x0520E2D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpaceshipWeaponFire_{ 0x0520E0F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpawnParallel_{ 0x05219D20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSpecialAttack_{ 0x0530A760 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSprintAway_{ 0x05214BF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorStalk_{ 0x052FFC30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorStrafe_{ 0x05310A90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorSurround_{ 0x05212030 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorTakeoff_{ 0x053096D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorThrow_{ 0x05216CF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorTrackTarget_{ 0x053084A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorUsePotion_{ 0x0531C750 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorUseTurret_{ 0x052F5CD0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitBehindCover_{ 0x0531C180 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForCondition_{ 0x0530FED0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForEvent_CombatNewThreatEvent__{ 0x052F68E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForEvent_CombatUnreachableTargetAddedEventconst__{ 0x0530F480 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitForMovementRequest_{ 0x05215470 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWatchTarget_{ 0x05300220 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObjectBase_CombatBehaviorWithdraw_{ 0x052141C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAOEAttack_{ 0x052140C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAcquireOptimalRange_{ 0x05310AF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAdjustRange_{ 0x05310CC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAdvance_{ 0x05214980 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorApproachPowerAllocation_{ 0x0521EB00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttackFromCover_{ 0x0531B1E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttackLow_{ 0x05309C90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttackPowerAllocation_{ 0x0521E8A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAttack_{ 0x0530A7C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreatCover_{ 0x052F8EB0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreat_{ 0x052F8DF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBackoff_{ 0x05211A30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBash_{ 0x052F9240 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlindFireFromCover_{ 0x0531C240 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlockAttack_{ 0x052F92F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlockThreat_{ 0x052F93A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBlock_{ 0x052F9450 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorBowAttack_{ 0x05310860 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCastChargedSpell_{ 0x0530A160 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCastConcentrationSpell_{ 0x0530A280 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCastImmediateSpell_{ 0x0530A0A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverDirection_{ 0x0531B240 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverPosition_{ 0x0531A820 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverStance_{ 0x0531B740 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChargePast_{ 0x05214E20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChase_{ 0x052FFFE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCheckUnreachableTarget_{ 0x0530F140 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ConditionalChildSelector__{ 0x0520E340 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_IndexChildSelector__{ 0x05216510 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_RandomChanceChildSelector__{ 0x05211EE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ValueChildSelector__{ 0x05219880 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCircleDistant_{ 0x052FBDD0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCircle_{ 0x05211D70 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorComposite_CombatBehaviorCrouch_CombatBehaviorCheckRangedTarget__{ 0x05310F50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverAdvance_{ 0x0531B5D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverFlank_{ 0x0531B510 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverPairedRush_{ 0x0531B430 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorCoverRush_{ 0x0531B690 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDistract_{ 0x052FFE70 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDiveBomb_{ 0x05309A50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDodgeThreat_{ 0x052F8C70 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorDynamicConditionalNode_{ 0x05219B80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEquipObject_{ 0x052F6250 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEquipRangedWeapon_{ 0x052F6190 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEquipSpell_{ 0x052F6430 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreatJump_{ 0x052F8A50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreat_{ 0x052F8D30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_NextChildSelector__{ 0x0520DDC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_RandomChanceChildSelector__{ 0x0531B350 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_WeightedRandomChildSelector__{ 0x05309950 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallbackToRanged_{ 0x052FBE90 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFallback_{ 0x05211CC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindAllyAttackLocation_{ 0x052FD7D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindAttackLocation_{ 0x052FE7F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindCover_{ 0x0531BEA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindHoldPositionAttackLocation_{ 0x052FE710 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindLateralAttackLocation_{ 0x052FE4F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindObject_{ 0x052F5E50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationLargeActor_{ 0x0530F510 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationOnNavmesh_{ 0x0530F6B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocation_{ 0x0530F5F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFindValidNavmeshLocation_{ 0x0530F790 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlankDistant_{ 0x052FFF20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlank_{ 0x052FFDD0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeThroughDoor_{ 0x05308160 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToAlly_{ 0x05308220 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToCover_{ 0x05308380 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToPlayer_{ 0x05307B00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToSupport_{ 0x05308C50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFleeToUnderground_{ 0x05307BC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlee_{ 0x053082E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlipDynamicObject_{ 0x05214330 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorFlyingAttack_{ 0x05308E00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorForceFail_{ 0x05214BA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorForceSuccess_{ 0x05307E30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeFlushTarget_{ 0x05215E70 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrowAtGroup_{ 0x05215B20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrow_{ 0x05215DB0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGroundAttack_{ 0x05309890 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunBurstFire_{ 0x05216210 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunFireCharge_{ 0x05216080 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunFire_{ 0x052163A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunReloadBehindCover_{ 0x05216A30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunReload_{ 0x05216AF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveBurstFire_{ 0x052162D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFireCharge_{ 0x05216140 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFire_{ 0x05216450 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorHide_{ 0x05308610 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorHover_{ 0x05309B00 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorIgnoreFailure_{ 0x052FBCA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ 0x052F8B10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorLand_{ 0x05309160 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorLoopFallbackSelector_NextChildSelector__{ 0x052165F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorLoop_{ 0x0531BF50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorMaintainOptimalRange_{ 0x053108B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorMovementRequest_{ 0x05215340 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorOrbitDistant_{ 0x053097D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorOrbit_{ 0x05309730 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorParallel_{ 0x0521E650 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorParry_{ 0x052F95F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPause_{ 0x05219A10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPerchAttack_{ 0x05308EC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPowerAllocationRepeat_{ 0x0521E960 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPrepareDualCast_{ 0x05309FE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorProvideSuppressiveFire_{ 0x05310970 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorPursueTarget_{ 0x05309BD0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorRepeat_{ 0x0520A920 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorReposition_{ 0x05211E20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorRetargetAttack_{ 0x0530A700 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorReturnToCombatArea_{ 0x0530F340 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSearchInvestigateDoor_{ 0x053138D0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSearchTakeCover_{ 0x05314430 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSequence_{ 0x0520B9C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipAcquire_{ 0x0521C7A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBarrelRoll_{ 0x0521C1C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBoost_{ 0x0521BEF0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBreakStalemate_{ 0x0521C4B0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipBreak_{ 0x0521BFA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipCut_{ 0x0521C050 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipDetection_{ 0x0520A9E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipDirectAttack_{ 0x0521B9A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipDisengage_{ 0x0521C3F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipFlee_{ 0x05219E10 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipLeadTurn_{ 0x0521C330 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipLurk_{ 0x0521B8F0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitCombatArea_{ 0x0521CFE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitTarget_{ 0x0521CD40 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipPass_{ 0x0521C280 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipPursue_{ 0x0521C620 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipScissors_{ 0x0521BE30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipSliceback_{ 0x0521C920 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideDodge_{ 0x0521C860 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideTurn_{ 0x0521C100 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipStationaryTracking_{ 0x0521BB80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafeTurn_{ 0x0521C6E0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafe_{ 0x0521CF20 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipTargetingModeAutopilot_{ 0x0520BA80 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorShipTurn_{ 0x0521C570 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSideswipe_{ 0x05214CC0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponBurstFire_{ 0x0520E090 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponFire_{ 0x0520E440 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSpecialAttack_{ 0x0530AA50 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSprintAway_{ 0x05214EE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorStalk_{ 0x052FFBE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorStrafe_{ 0x05310A40 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorSurround_{ 0x05211FE0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorTakeoff_{ 0x05309680 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorThrow_{ 0x05216F70 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorTrackTarget_{ 0x05308440 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorUsePotion_{ 0x0531C6A0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorUseTurret_{ 0x052F5D30 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitBehindCover_{ 0x0531C000 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForCondition_{ 0x053100C0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatNewThreatEvent__{ 0x052F6AA0 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatUnreachableTargetAddedEventconst__{ 0x0530F400 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWaitForMovementRequest_{ 0x05215410 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeObject_CombatBehaviorWithdraw_{ 0x05214170 }; + inline constexpr REL::Offset CombatBehaviorTreeNodeUpdateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_bool_CombatBehaviorContextSearch____void___OpNot___{ 0x05313B10 }; + inline constexpr REL::Offset CombatBehaviorTreePlayerShipCombat{ 0x051187D8 }; + inline constexpr REL::Offset CombatBehaviorTreeRangedMovement{ 0x05118630 }; + inline constexpr REL::Offset CombatBehaviorTreeRetreatClose{ 0x05118740 }; + inline constexpr REL::Offset CombatBehaviorTreeRetreatRanged{ 0x051184E0 }; + inline constexpr REL::Offset CombatBehaviorTreeReturnToCombatArea{ 0x051182B0 }; + inline constexpr REL::Offset CombatBehaviorTreeRootNode{ 0x052F5880 }; + inline constexpr REL::Offset CombatBehaviorTreeSearch{ 0x05118280 }; + inline constexpr REL::Offset CombatBehaviorTreeShipAction{ 0x05118668 }; + inline constexpr REL::Offset CombatBehaviorTreeShipActionEquipmentSelector{ 0x05118200 }; + inline constexpr REL::Offset CombatBehaviorTreeShipCombat{ 0x05118818 }; + inline constexpr REL::Offset CombatBehaviorTreeShipDetection{ 0x05118880 }; + inline constexpr REL::Offset CombatBehaviorTreeShipFlee{ 0x05118920 }; + inline constexpr REL::Offset CombatBehaviorTreeShipManeuvers{ 0x05118188 }; + inline constexpr REL::Offset CombatBehaviorTreeShipMovement{ 0x05118988 }; + inline constexpr REL::Offset CombatBehaviorTreeShipPowerAllocation{ 0x05118548 }; + inline constexpr REL::Offset CombatBehaviorTreeSpaceshipWeapon{ 0x051188B8 }; + inline constexpr REL::Offset CombatBehaviorTreeTargetingMode{ 0x05118AE0 }; + inline constexpr REL::Offset CombatBehaviorTreeThrow{ 0x05118B18 }; + inline constexpr REL::Offset CombatBehaviorTreeUseCover{ 0x051182F0 }; + inline constexpr REL::Offset CombatBehaviorTreeUsePotion{ 0x05118248 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x05212570 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x0521CBD0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ 0x053112B0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void____{ 0x0531AD20 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorContextMagic__CASTING_TYPE_{ 0x0530A460 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ 0x05309400 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpNotEquals___OpOr___{ 0x05310120 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void___bool_OpEquals___{ 0x052F5BF0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatInventory_float_CombatInventory____void___float_OpGreaterThan___{ 0x053105E0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpOr___{ 0x053104D0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void___OpNot__CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ 0x05311390 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot__CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorFunc2_float___TESObjectREFRconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__float_OpLessThan___OpAnd___{ 0x05309D40 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x05310280 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ 0x0521E340 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_unsignedchar___CombatInventoryItemconst__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ 0x052F62B0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____bool__bool___{ 0x05212850 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void____{ 0x05308D70 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ 0x053094E0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ 0x052F80C0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextBlock_bool_CombatBehaviorContextBlock____void____{ 0x052F94F0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____void____{ 0x05212900 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ 0x052124C0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ 0x0531ADC0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_CombatBehaviorContextGun__ATTACK_TYPE_CombatBehaviorContextGun____void____{ 0x052166F0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_CombatBehaviorContextMagic__CASTING_TYPE_CombatBehaviorContextMagic____void____{ 0x0530A2E0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_SpaceManeuverTypes_CombatBehaviorContextShipManeuvers____void____{ 0x0521CC80 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ 0x0521CE70 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____void____{ 0x0520DE80 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatInventoryItem__TYPE_CombatBehaviorEquipContext____void____{ 0x052197C0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_CombatBehaviorPowerAllocationSelector____void____{ 0x0521E720 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatGroup_bool_CombatGroup____void____{ 0x05309EF0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ 0x0521E0F0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker__OpNot___{ 0x05310330 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatController_bool_CombatController____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef__OpNot___{ 0x0521E180 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___OpNot___{ 0x05310410 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void___OpNot___{ 0x05219650 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ 0x0521E3F0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_TESObjectREFR_bool_TESObjectREFR____void___OpNot___{ 0x0521E280 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_{ 0x0521E6A0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatInventoryItem__TYPE_{ 0x05219550 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_CombatWeaponType_{ 0x052195B0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_SpaceManeuverTypes_{ 0x0521C9E0 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_bool_{ 0x0521CAD8 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNodeT_unsignedint_int_{ 0x05212810 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNode_float_{ 0x05212620 }; + inline constexpr REL::Offset CombatBehaviorTreeValueNode_unsignedint_{ 0x0520E050 }; + inline constexpr REL::Offset CombatBehaviorTreeWrapperNode{ 0x0520E518 }; + inline constexpr REL::Offset CombatBehaviorWaitBehindCover{ 0x0531BD08 }; + inline constexpr REL::Offset CombatBlackboardKey_AITimeStamp_{ 0x050CAE00 }; + inline constexpr REL::Offset CombatBlackboardKey_AITimer_{ 0x050CAB78 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTHashMap_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTTuple3_AITimeStamp_NiPoint3_NiPoint3__BSTDefaultScatterTable__{ 0x050CAD20 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTHashMap_unsignedint_AITimer_BSTDefaultScatterTable__{ 0x050A3F00 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050CAEA0 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050A2CE0 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTTuple_AITimeStamp_float__{ 0x050CACD0 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTTuple_AITimer_unsignedint__{ 0x050A27E0 }; + inline constexpr REL::Offset CombatBlackboardKey_BSTTuple_TESObjectREFR_AITimeStamp__{ 0x050CABB0 }; + inline constexpr REL::Offset CombatBlackboardKey_CombatPointer_CombatCoverLocation__{ 0x050CAAA0 }; + inline constexpr REL::Offset CombatBlackboardKey_CombatPointer_CombatMeleeAttackController__{ 0x050CAE40 }; + inline constexpr REL::Offset CombatBlackboardKey_CombatSuppressiveFireBehavior_{ 0x050A3270 }; + inline constexpr REL::Offset CombatBlackboardKey_unsignedint_{ 0x050A3ED0 }; + inline constexpr REL::Offset CombatBlackboardMemberBase{ 0x050CAC90 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_AITimeStamp_{ 0x05127CD0 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_AITimer_{ 0x05127C70 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTHashMap_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTTuple3_AITimeStamp_NiPoint3_NiPoint3__BSTDefaultScatterTable__{ 0x05127950 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTHashMap_unsignedint_AITimer_BSTDefaultScatterTable__{ 0x051278C0 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050CAF50 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTScatterTableDefaultHashPolicy__{ 0x050A2DA0 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTTuple_AITimeStamp_float__{ 0x05127B20 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTTuple_AITimer_unsignedint__{ 0x050A2830 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_BSTTuple_TESObjectREFR_AITimeStamp__{ 0x050CAC10 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_CombatPointer_CombatCoverLocation__{ 0x050CAB00 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_CombatPointer_CombatMeleeAttackController__{ 0x05127AA0 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_CombatSuppressiveFireBehavior_{ 0x050A32C0 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatBlackboardMemberBase_unsignedint_{ 0x05127A50 }; + inline constexpr REL::Offset CombatBlackboardMember_CombatStaticBlackboardMemberBase_AITimer_{ 0x051180F0 }; + inline constexpr REL::Offset CombatChangePositionPathController{ 0x0531BD78 }; + inline constexpr REL::Offset CombatChargingSearchData{ 0x05214FB8 }; + inline constexpr REL::Offset CombatCluster{ 0x052EFD30 }; + inline constexpr REL::Offset CombatCoverBehaviorInterface{ 0x0531B8D0 }; + inline constexpr REL::Offset CombatCoverLocation{ 0x052EFAB0 }; + inline constexpr REL::Offset CombatCoverLocation__CombatCoverLocationFunctorBase{ 0x052EFC20 }; + inline constexpr REL::Offset CombatCoverLocation__CombatCoverLocationFunctor__lambda_fcccd54a39c89b0808bb4732949593a3__{ 0x052EF9A0 }; + inline constexpr REL::Offset CombatCoverSearch{ 0x052EFC70 }; + inline constexpr REL::Offset CombatCoverSearchDebugData{ 0x052EFA78 }; + inline constexpr REL::Offset CombatCoverSearchResult{ 0x052EFAE0 }; + inline constexpr REL::Offset CombatCoveredPath{ 0x0520BBA8 }; + inline constexpr REL::Offset CombatCoveredPathDebugData{ 0x05220FF8 }; + inline constexpr REL::Offset CombatDialogueDebugData{ 0x052EFCC8 }; + inline constexpr REL::Offset CombatDisableActionController{ 0x0530FE90 }; + inline constexpr REL::Offset CombatDisableAimController{ 0x052EF898 }; + inline constexpr REL::Offset CombatDisableCollisionController{ 0x0530FE58 }; + inline constexpr REL::Offset CombatEncounterBIEvents__CombatEnounterMetricsManager{ 0x052A6A70 }; + inline constexpr REL::Offset CombatEncounterMetrics{ 0x052A6CA8 }; + inline constexpr REL::Offset CombatEnterCoverPathController{ 0x052EFBE8 }; + inline constexpr REL::Offset CombatFlankingSearchData{ 0x05302F48 }; + inline constexpr REL::Offset CombatFleeAimController{ 0x05306F58 }; + inline constexpr REL::Offset CombatFollowTargetPathController{ 0x05323B40 }; + inline constexpr REL::Offset CombatFormObject{ 0x052F0050 }; + inline constexpr REL::Offset CombatGroupDetectionListener{ 0x052EFCF8 }; + inline constexpr REL::Offset CombatInceptionDebugData{ 0x052EFC98 }; + inline constexpr REL::Offset CombatInterface{ 0x0520DBF8 }; + inline constexpr REL::Offset CombatInterfaceT_CombatCoverBehaviorInterface_{ 0x0531B880 }; + inline constexpr REL::Offset CombatInterfaceT_CombatSuppressiveFireRequestInterface_{ 0x0520DA20 }; + inline constexpr REL::Offset CombatInventoryItem{ 0x052F00E0 }; + inline constexpr REL::Offset CombatInventoryItemComposite{ 0x052F00A8 }; + inline constexpr REL::Offset CombatInventoryItemGrenade{ 0x052EFE98 }; + inline constexpr REL::Offset CombatInventoryItemMagic{ 0x052EFF30 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor_{ 0x052F06B0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem_{ 0x052F15B0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon_{ 0x052F1690 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak_{ 0x052F1170 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash_{ 0x052F01F0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm_{ 0x052F1400 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility_{ 0x052F1A10 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight_{ 0x052F1090 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive_{ 0x052F1FA0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze_{ 0x052F0B00 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate_{ 0x052F0D90 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore_{ 0x052F1A80 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript_{ 0x052F0A90 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger_{ 0x052F21C0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon_{ 0x052F2450 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect_{ 0x052F0410 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard_{ 0x052F1E50 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor_{ 0x052F05D0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem_{ 0x052F0860 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon_{ 0x052F17E0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak_{ 0x052F12B0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash_{ 0x052F0110 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm_{ 0x052F1540 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility_{ 0x052F1930 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight_{ 0x052F0FB0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive_{ 0x052F1EC0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze_{ 0x052F0C40 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate_{ 0x052F0ED0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore_{ 0x052F1BC0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript_{ 0x052F09B0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger_{ 0x052F20E0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon_{ 0x052F2370 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect_{ 0x052F0330 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard_{ 0x052F1D70 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor_{ 0x052F0560 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem_{ 0x052F07F0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon_{ 0x052F1770 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak_{ 0x052F1240 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash_{ 0x052F0260 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm_{ 0x052F14D0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility_{ 0x052F18C0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight_{ 0x052F0F40 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive_{ 0x052F2070 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze_{ 0x052F0BD0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate_{ 0x052F0E60 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore_{ 0x052F1B50 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript_{ 0x052F0940 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger_{ 0x052F2290 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon_{ 0x052F2300 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect_{ 0x052F04F0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard_{ 0x052F1D00 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor_{ 0x052F0640 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem_{ 0x052F08D0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon_{ 0x052F1620 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak_{ 0x052F1320 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash_{ 0x052F0180 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm_{ 0x052F1390 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility_{ 0x052F19A0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight_{ 0x052F1020 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive_{ 0x052F1F30 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze_{ 0x052F0CB0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate_{ 0x052F0D20 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore_{ 0x052F1C30 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript_{ 0x052F0A20 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger_{ 0x052F2150 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon_{ 0x052F23E0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect_{ 0x052F03A0 }; + inline constexpr REL::Offset CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard_{ 0x052F1DE0 }; + inline constexpr REL::Offset CombatInventoryItemMelee{ 0x052F0078 }; + inline constexpr REL::Offset CombatInventoryItemOneHandedBlock{ 0x052EFF90 }; + inline constexpr REL::Offset CombatInventoryItemPotion{ 0x052F26B0 }; + inline constexpr REL::Offset CombatInventoryItemRanged{ 0x052EFF00 }; + inline constexpr REL::Offset CombatInventoryItemScroll{ 0x052F2680 }; + inline constexpr REL::Offset CombatInventoryItemShield{ 0x052EFE68 }; + inline constexpr REL::Offset CombatInventoryItemStaff{ 0x052F26E0 }; + inline constexpr REL::Offset CombatInventoryItemThrown{ 0x052EFED0 }; + inline constexpr REL::Offset CombatInventoryItemTorch{ 0x052EFF60 }; + inline constexpr REL::Offset CombatMagicCaster{ 0x052F2978 }; + inline constexpr REL::Offset CombatMagicCasterArmor{ 0x052F25C0 }; + inline constexpr REL::Offset CombatMagicCasterBoundItem{ 0x052F28A0 }; + inline constexpr REL::Offset CombatMagicCasterChameleon{ 0x052F28D8 }; + inline constexpr REL::Offset CombatMagicCasterCloak{ 0x052F27E0 }; + inline constexpr REL::Offset CombatMagicCasterDash{ 0x052F25F0 }; + inline constexpr REL::Offset CombatMagicCasterDisarm{ 0x052F2810 }; + inline constexpr REL::Offset CombatMagicCasterInvisibility{ 0x052F2910 }; + inline constexpr REL::Offset CombatMagicCasterLight{ 0x052F2948 }; + inline constexpr REL::Offset CombatMagicCasterOffensive{ 0x052F2770 }; + inline constexpr REL::Offset CombatMagicCasterParalyze{ 0x052F2520 }; + inline constexpr REL::Offset CombatMagicCasterReanimate{ 0x052F2550 }; + inline constexpr REL::Offset CombatMagicCasterRestore{ 0x052F2710 }; + inline constexpr REL::Offset CombatMagicCasterScript{ 0x052F2620 }; + inline constexpr REL::Offset CombatMagicCasterStagger{ 0x052F2840 }; + inline constexpr REL::Offset CombatMagicCasterSummon{ 0x052F2870 }; + inline constexpr REL::Offset CombatMagicCasterTargetEffect{ 0x052F2588 }; + inline constexpr REL::Offset CombatMagicCasterWard{ 0x052F2740 }; + inline constexpr REL::Offset CombatMagicItemData{ 0x052F2650 }; + inline constexpr REL::Offset CombatMagicItemSkillChecker{ 0x052F27A8 }; + inline constexpr REL::Offset CombatMaintainDistancePathController{ 0x0520BB28 }; + inline constexpr REL::Offset CombatMantlePathController{ 0x052EFBB0 }; + inline constexpr REL::Offset CombatMatchTargetAimController{ 0x052EF8D0 }; + inline constexpr REL::Offset CombatMathUtilities__ShapeCollection{ 0x052210B8 }; + inline constexpr REL::Offset CombatMeleeAimController{ 0x052EF830 }; + inline constexpr REL::Offset CombatMeleeAttackController{ 0x0530AC10 }; + inline constexpr REL::Offset CombatMeleeDebugData{ 0x0530AC48 }; + inline constexpr REL::Offset CombatMovementRequest{ 0x05215788 }; + inline constexpr REL::Offset CombatMovementRequestActivateTarget{ 0x052157F0 }; + inline constexpr REL::Offset CombatMovementRequestFollowActor{ 0x052157B8 }; + inline constexpr REL::Offset CombatNavmeshCoverLocation{ 0x052EFB78 }; + inline constexpr REL::Offset CombatNavmeshPathingDebugData{ 0x05221210 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F8400 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05213810 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521F230 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05302920 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FE030 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x052180A0 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05319C60 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4360 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530D940 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FED80 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FFA50 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x053063F0 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x053073C0 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531FE80 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05317820 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531DFD0 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA800 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530F0B0 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312780 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x053131E0 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520C220 }; + inline constexpr REL::Offset CombatNavmeshSearchTunnel_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x052130E0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F8520 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F89B0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05212AC0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ 0x05213680 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ 0x0521ECD0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521F910 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0521F630 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x053025C0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ 0x05302BD0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FDBC0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FC970 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05217EF0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05217D30 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x05319B30 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531A070 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F3F00 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F40B0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530DA80 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530DB00 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FEEA0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FF250 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FFB70 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ 0x052FE9F0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05305F20 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05306350 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x053074E0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05307880 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531FD60 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531FF00 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05317960 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x053179E0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531DEB0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531E050 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FA920 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FA9A0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530EC40 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530D6D0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312320 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x053128D0 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05313300 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05311F60 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520C580 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0520D350 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ 0x05210650 }; + inline constexpr REL::Offset CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x052134D0 }; + inline constexpr REL::Offset CombatObject{ 0x0520DB20 }; + inline constexpr REL::Offset CombatObjectBase{ 0x0520DC20 }; + inline constexpr REL::Offset CombatObjectT_CombatFormObject_CombatObjectSaveLoadManager_BGSSaveFormBuffer_BGSLoadFormBuffer_{ 0x052EFFD0 }; + inline constexpr REL::Offset CombatObjectT_CombatObject_CombatObjectSaveLoadManager_BGSSaveGameBuffer_BGSLoadGameBuffer_{ 0x0520DB50 }; + inline constexpr REL::Offset CombatObjectT_CombatSharedObject_CombatObjectSharedSaveLoadManager_BGSSaveGameBuffer_BGSLoadGameBuffer_{ 0x05215700 }; + inline constexpr REL::Offset CombatPath{ 0x0520DBD0 }; + inline constexpr REL::Offset CombatPathBuilder{ 0x0520C150 }; + inline constexpr REL::Offset CombatPathBuilderCovered{ 0x05220FC8 }; + inline constexpr REL::Offset CombatPathBuilderNavmesh{ 0x0520BD28 }; + inline constexpr REL::Offset CombatPathBuilderNavmeshOpen{ 0x05212EF0 }; + inline constexpr REL::Offset CombatPathBuilderNavmeshStandard{ 0x0520C778 }; + inline constexpr REL::Offset CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter{ 0x05221250 }; + inline constexpr REL::Offset CombatPathBuilderOpen_CombatPathBuilderNavmesh_{ 0x05212EA0 }; + inline constexpr REL::Offset CombatPathBuilderOpen_CombatPathBuilderSpace_{ 0x052121E0 }; + inline constexpr REL::Offset CombatPathBuilderOpen_CombatPathBuilderSpatialGraph_{ 0x05213050 }; + inline constexpr REL::Offset CombatPathBuilderPolicy{ 0x0520DAF0 }; + inline constexpr REL::Offset CombatPathBuilderPolicyOpen{ 0x05212130 }; + inline constexpr REL::Offset CombatPathBuilderPolicyStandard{ 0x0520DAB8 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderNavmesh_CombatPathBuilderPolicyOpen_{ 0x05212E20 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderNavmesh_CombatPathBuilderPolicyStandard_{ 0x0520BCB0 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderNavmesh_CombatPathBuilderPolicy_{ 0x05220E80 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpace_CombatPathBuilderPolicyOpen_{ 0x05212170 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpace_CombatPathBuilderPolicyStandard_{ 0x0520BF10 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpatialGraph_CombatPathBuilderPolicyOpen_{ 0x05212FD0 }; + inline constexpr REL::Offset CombatPathBuilderPolicyWrapper_CombatPathBuilderSpatialGraph_CombatPathBuilderPolicyStandard_{ 0x0520BE90 }; + inline constexpr REL::Offset CombatPathBuilderSpace{ 0x0520BF88 }; + inline constexpr REL::Offset CombatPathBuilderSpaceOpen{ 0x05212228 }; + inline constexpr REL::Offset CombatPathBuilderSpaceStandard{ 0x0520BFB8 }; + inline constexpr REL::Offset CombatPathBuilderSpatialGraph{ 0x0520BD58 }; + inline constexpr REL::Offset CombatPathBuilderSpatialGraphOpen{ 0x052130A0 }; + inline constexpr REL::Offset CombatPathBuilderSpatialGraphStandard{ 0x0520BC68 }; + inline constexpr REL::Offset CombatPathBuilderStandard_CombatPathBuilderNavmesh_{ 0x0520C7B0 }; + inline constexpr REL::Offset CombatPathBuilderStandard_CombatPathBuilderSpace_{ 0x0520BFF0 }; + inline constexpr REL::Offset CombatPathBuilderStandard_CombatPathBuilderSpatialGraph_{ 0x0520BE30 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F8020 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521F6D0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FF600 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD8A0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05218120 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531B020 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530E920 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FF6A0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05307030 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x053070D0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05312FA0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531E720 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FBB90 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E710 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312E50 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05312A00 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212D80 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05212390 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F5040 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FF4D0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531F930 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520BBD0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F8170 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521F800 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FF740 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD9D0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05217150 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531AF00 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530EA50 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FF2F0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05307160 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05307EF0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05312C60 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531E690 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FB820 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E880 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312A90 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05312B30 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212430 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05212260 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F5190 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x05300130 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531F890 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520C180 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F7F80 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521F760 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FF560 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FDA70 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x052171E0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531AE60 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530EAF0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FF390 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05306F90 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05307F80 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05312D00 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531E7C0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FB8B0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E670 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312DB0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05312BC0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05212F30 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x052122F0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F50E0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FF430 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531F9D0 }; + inline constexpr REL::Offset CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520BD90 }; + inline constexpr REL::Offset CombatPathBuilderTrackInfo{ 0x0520E580 }; + inline constexpr REL::Offset CombatPathBuilderTracker{ 0x0520E550 }; + inline constexpr REL::Offset CombatPathController{ 0x0520D970 }; + inline constexpr REL::Offset CombatPathDestination{ 0x0520D8A0 }; + inline constexpr REL::Offset CombatPathDestinationAcquire{ 0x0521D2A0 }; + inline constexpr REL::Offset CombatPathDestinationActor{ 0x05215048 }; + inline constexpr REL::Offset CombatPathDestinationBarrelRoll{ 0x0521DB10 }; + inline constexpr REL::Offset CombatPathDestinationBreak{ 0x0521D9F0 }; + inline constexpr REL::Offset CombatPathDestinationDirectlyToTarget{ 0x0520BAE8 }; + inline constexpr REL::Offset CombatPathDestinationDisengage{ 0x0521D0D8 }; + inline constexpr REL::Offset CombatPathDestinationEvade{ 0x0521DAA0 }; + inline constexpr REL::Offset CombatPathDestinationFlee{ 0x05219FC8 }; + inline constexpr REL::Offset CombatPathDestinationFollowActor{ 0x0531C918 }; + inline constexpr REL::Offset CombatPathDestinationLeadTurn{ 0x0521D940 }; + inline constexpr REL::Offset CombatPathDestinationLocation{ 0x0520D8D0 }; + inline constexpr REL::Offset CombatPathDestinationLocations{ 0x053238B8 }; + inline constexpr REL::Offset CombatPathDestinationNone{ 0x05217398 }; + inline constexpr REL::Offset CombatPathDestinationOrbitLocation{ 0x0521D648 }; + inline constexpr REL::Offset CombatPathDestinationOrbitRef{ 0x0521D700 }; + inline constexpr REL::Offset CombatPathDestinationPursue{ 0x0521D520 }; + inline constexpr REL::Offset CombatPathDestinationRef{ 0x0520D870 }; + inline constexpr REL::Offset CombatPathDestinationRefs{ 0x05323BB0 }; + inline constexpr REL::Offset CombatPathDestinationRemainNear{ 0x0521D598 }; + inline constexpr REL::Offset CombatPathDestinationSlideDodge{ 0x0521D1F0 }; + inline constexpr REL::Offset CombatPathDestinationSlideTurn{ 0x0521D890 }; + inline constexpr REL::Offset CombatPathDestinationStrafe{ 0x0521D400 }; + inline constexpr REL::Offset CombatPathDestinationStrafeTurn{ 0x0521D350 }; + inline constexpr REL::Offset CombatPathMovementMessage{ 0x0531C980 }; + inline constexpr REL::Offset CombatPathMovementMessageEvent_CombatPathTeleportEvent_{ 0x0531C9B0 }; + inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyAction_{ 0x05321820 }; + inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyHover_{ 0x05320E60 }; + inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyLand_{ 0x05321200 }; + inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFlyOrbit_{ 0x05321570 }; + inline constexpr REL::Offset CombatPathRequestAdapter_PathingRequestFly_{ 0x053228B0 }; + inline constexpr REL::Offset CombatPathRequestCovered{ 0x05220EF0 }; + inline constexpr REL::Offset CombatPathRequestFlight{ 0x05322800 }; + inline constexpr REL::Offset CombatPathRequestFlyingAttack{ 0x053216F8 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F67C0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05213D30 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05300550 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FE3C0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05217280 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531C490 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4AA0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530FB20 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x053031F0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x053035E0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05308A20 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306B70 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x05320450 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05313CE0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FB7A0 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E160 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05318590 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05318790 }; + inline constexpr REL::Offset CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05214040 }; + inline constexpr REL::Offset CombatPathRequestHover{ 0x05320EB0 }; + inline constexpr REL::Offset CombatPathRequestLanding{ 0x053210D8 }; + inline constexpr REL::Offset CombatPathRequestMultiGoal{ 0x05323800 }; + inline constexpr REL::Offset CombatPathRequestOrbit{ 0x053215C0 }; + inline constexpr REL::Offset CombatPathRequestRotatePath{ 0x05321A78 }; + inline constexpr REL::Offset CombatPathRequestStandard{ 0x0520B7B8 }; + inline constexpr REL::Offset CombatPathRequestStraightPath{ 0x05321EF0 }; + inline constexpr REL::Offset CombatPathRequestWeightedMultiGoal{ 0x053231A8 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestAdapter_{ 0x053227B0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestCovered_{ 0x0521EFF0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ 0x052F6840 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ 0x05213DB0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ 0x053005D0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ 0x052FE450 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ 0x05217300 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ 0x0531C3F0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ 0x052F4F10 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ 0x0530F8F0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ 0x05303270 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ 0x05303660 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ 0x05308800 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ 0x05306E10 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ 0x053203C0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ 0x05313D70 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ 0x052FB570 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ 0x0530E1F0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ 0x05318610 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ 0x05318810 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ 0x052145B0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestMultiGoal_{ 0x053237B0 }; + inline constexpr REL::Offset CombatPathRequest_CombatPathingRequestStandard_{ 0x0520B910 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521ED50 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor_{ 0x053221E0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05322830 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef_{ 0x05322540 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x053217A0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F6630 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213E40 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x053003C0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FE210 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052173D0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531C5E0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F4E40 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530F990 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05303060 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x05303450 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053088A0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05306EA0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x053205A0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x053140B0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052FB610 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530E4C0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05318400 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05318AD0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05214650 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320F60 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x05321180 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05323840 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x053236C0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x05321680 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05321A00 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521A4D0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x0521A790 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05322A20 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x0521AE10 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x0521A670 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520B890 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521AD00 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x0521AFB0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05219F50 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x0521A3C0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05322F20 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521B410 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521B260 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x0521B7E0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05322DA0 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521B150 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x0521A930 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x0521A100 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x0521AA40 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521B520 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05321E70 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05323300 }; + inline constexpr REL::Offset CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05321F30 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone_{ 0x05220F20 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ 0x05322250 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05322740 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ 0x05322450 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05321730 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F6570 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213C80 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x05300300 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FE150 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05217090 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531C2A0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F4B30 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530FA60 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05303390 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x05303840 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05308960 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05306AC0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x05320280 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05313EA0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052FBA20 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530E320 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05318340 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05318920 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05213F80 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320DF0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x05321110 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05323740 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x053235C0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x05321500 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05321990 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521D780 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x0521D2E0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05322AA0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x0521DB50 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x0521DA30 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520C040 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521D110 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x0521D180 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x0521A000 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x0521D980 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05322FA0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521D5D0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521D690 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x0521D4B0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05322CB0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521BDC0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x0521D230 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x0521D8D0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x0521D390 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521D440 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05321DF0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x053231F0 }; + inline constexpr REL::Offset CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05321FB0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521EDC0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor_{ 0x053222C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05322900 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef_{ 0x05322630 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05321870 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F69C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213BB0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x052FFC80 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FE5C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05217640 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531BDC0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F4C80 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530FC90 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05302F80 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x053036F0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05308B70 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05306D40 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x05320660 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05313F70 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052FB6D0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530E3E0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053186B0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053189D0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x052147E0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone_{ 0x05321050 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x05321250 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x053238F0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x05323530 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x05321470 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05321AB0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521A6F0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x0521AB50 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05322B10 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x0521A210 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x0521A5E0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520B7F0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521AC70 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x0521AF20 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05219EC0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x0521A330 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05323010 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521B370 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521B630 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x0521B750 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05322E90 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521B0C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x0521A8A0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x0521A070 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x0521A9B0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521B490 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05321C50 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05323400 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05322030 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestCovered_CombatPathDestinationNone_{ 0x0521F890 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor_{ 0x05322350 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05322990 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef_{ 0x053224C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05321900 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052F66F0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ 0x05213AE0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ 0x05300480 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x052FE2E0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05216FC0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0531C510 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ 0x052F4D60 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x0530FBB0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05303120 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ 0x05303510 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05308AA0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05306C70 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ 0x053204D0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x05314180 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x052FB950 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ 0x0530E590 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x053184C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ 0x05318B90 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ 0x05214710 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone_{ 0x05320EE0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x053212E0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05323980 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x05323630 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x053215F0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05321B40 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ 0x0521A550 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ 0x0521A810 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05322BA0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ 0x0521AE90 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ 0x0521A2A0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ 0x0520C0C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ 0x0521AD80 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ 0x0521ABE0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ 0x05219D80 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ 0x0521A440 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x053230A0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ 0x0521B030 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ 0x0521B2E0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ 0x0521B860 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05322D20 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ 0x0521B1D0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ 0x0521B6C0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ 0x0521A180 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ 0x0521AAC0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ 0x0521B5A0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05321CE0 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x05323270 }; + inline constexpr REL::Offset CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x053220D0 }; + inline constexpr REL::Offset CombatPathingDebugData{ 0x052211E0 }; + inline constexpr REL::Offset CombatPathingDelayedTweener{ 0x05323B78 }; + inline constexpr REL::Offset CombatPathingGoalPolicy{ 0x0520C6A0 }; + inline constexpr REL::Offset CombatPathingGoalPolicyAvoidThreat{ 0x052F83C0 }; + inline constexpr REL::Offset CombatPathingGoalPolicyCharge{ 0x05212CC8 }; + inline constexpr REL::Offset CombatPathingGoalPolicyCovered{ 0x0521EC98 }; + inline constexpr REL::Offset CombatPathingGoalPolicyDistract{ 0x052FF0C8 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFindAttackLocation{ 0x052FDC40 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFindCover{ 0x05218240 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFindFlankCover{ 0x0531B140 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFindTargetLocation{ 0x05212D00 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFindValidLocation{ 0x0530D608 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFlank{ 0x052FF8F8 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFlankDistant{ 0x052FED40 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFlee{ 0x05307388 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFleeUnderground{ 0x053076F0 }; + inline constexpr REL::Offset CombatPathingGoalPolicyFollow{ 0x0531FA68 }; + inline constexpr REL::Offset CombatPathingGoalPolicyInvestigateLocation{ 0x05312800 }; + inline constexpr REL::Offset CombatPathingGoalPolicyLocation{ 0x0520C740 }; + inline constexpr REL::Offset CombatPathingGoalPolicyMultiGoal{ 0x0531DB90 }; + inline constexpr REL::Offset CombatPathingGoalPolicyRetreat{ 0x052FBAD8 }; + inline constexpr REL::Offset CombatPathingGoalPolicyReturnToCombatArea{ 0x0530ECC0 }; + inline constexpr REL::Offset CombatPathingGoalPolicySearch{ 0x05312EE8 }; + inline constexpr REL::Offset CombatPathingGoalPolicySearchWander{ 0x05312398 }; + inline constexpr REL::Offset CombatPathingGoalPolicyStandard{ 0x0520C6D0 }; + inline constexpr REL::Offset CombatPathingGoalPolicyWithdraw{ 0x05213798 }; + inline constexpr REL::Offset CombatPathingRequest{ 0x0520D908 }; + inline constexpr REL::Offset CombatPathingRequestAdapter{ 0x0531E858 }; + inline constexpr REL::Offset CombatPathingRequestBuilder{ 0x050B2048 }; + inline constexpr REL::Offset CombatPathingRequestCovered{ 0x05220F90 }; + inline constexpr REL::Offset CombatPathingRequestData{ 0x05221378 }; + inline constexpr REL::Offset CombatPathingRequestDebugData{ 0x0531E890 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F64F0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05214F40 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05300280 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FE0C0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x052175C0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531C360 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4BF0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530F860 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x05303310 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x053037C0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05308770 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05306BF0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x05320340 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05313E10 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FB430 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E290 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x053182C0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x053188A0 }; + inline constexpr REL::Offset CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05213F00 }; + inline constexpr REL::Offset CombatPathingRequestMultiGoal{ 0x0531E8C8 }; + inline constexpr REL::Offset CombatPathingRequestStandard{ 0x0520D938 }; + inline constexpr REL::Offset CombatPathingSearch{ 0x0520C800 }; + inline constexpr REL::Offset CombatPathingSearchArea{ 0x05221030 }; + inline constexpr REL::Offset CombatPathingSearchPolicy{ 0x0520C548 }; + inline constexpr REL::Offset CombatPathingSearchPolicyCharge{ 0x05212D40 }; + inline constexpr REL::Offset CombatPathingSearchPolicyCovered{ 0x0521EC60 }; + inline constexpr REL::Offset CombatPathingSearchPolicyDistract{ 0x05302638 }; + inline constexpr REL::Offset CombatPathingSearchPolicyFlank{ 0x052FF7D0 }; + inline constexpr REL::Offset CombatPathingSearchPolicyStandard{ 0x0520C708 }; + inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge_{ 0x05213890 }; + inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract_{ 0x053026F0 }; + inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank_{ 0x052FEA90 }; + inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard_{ 0x0520C470 }; + inline constexpr REL::Offset CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw_{ 0x05213160 }; + inline constexpr REL::Offset CombatPathingSearchPolicyWithdraw{ 0x052137D0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F8210 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F8480 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x052129B0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ 0x052138F0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ 0x0521EF70 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521FA30 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0521F190 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05302670 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ 0x05302750 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FDC80 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FDD00 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05218280 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05217B40 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531B0C0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05319F60 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4030 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052F42B0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530D650 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530DC20 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FEB90 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FEE00 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FF810 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ 0x052FEAF0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x053060D0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05306470 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05307200 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05307440 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531FBC0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531FDE0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05312850 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05317B00 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531DD00 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0531DF30 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FBB10 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x052FAAB0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530ED00 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0530ED80 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x053123E0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05312460 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05312F20 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x05312080 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520C4D0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ 0x0520C3D0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ 0x052131C0 }; + inline constexpr REL::Offset CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x052133B0 }; + inline constexpr REL::Offset CombatPathingTweener{ 0x05323B10 }; + inline constexpr REL::Offset CombatPositionReservation{ 0x052212D0 }; + inline constexpr REL::Offset CombatPositionTracker{ 0x052212A0 }; + inline constexpr REL::Offset CombatProjectileAimController{ 0x052EF860 }; + inline constexpr REL::Offset CombatProjectileDebugData{ 0x052EF800 }; + inline constexpr REL::Offset CombatQueuedEvent{ 0x052CC130 }; + inline constexpr REL::Offset CombatQueuedEventT_CombatAnimationEvent_{ 0x052CBF00 }; + inline constexpr REL::Offset CombatRangedMovementPathSpeedController{ 0x05219510 }; + inline constexpr REL::Offset CombatReservation{ 0x0521DE70 }; + inline constexpr REL::Offset CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString__{ 0x0521CA30 }; + inline constexpr REL::Offset CombatSearchLockData{ 0x05318AA0 }; + inline constexpr REL::Offset CombatSearchMap{ 0x0520F708 }; + inline constexpr REL::Offset CombatSearchMap2D{ 0x0520F620 }; + inline constexpr REL::Offset CombatSearchMap3D{ 0x0520F460 }; + inline constexpr REL::Offset CombatSearchMap3DSearchPolicy{ 0x0520E7A8 }; + inline constexpr REL::Offset CombatSharedObject{ 0x05215830 }; + inline constexpr REL::Offset CombatSharedPathT_CombatCoveredPath_{ 0x0520D9A0 }; + inline constexpr REL::Offset CombatSharedPathT_CombatPath_{ 0x0520D9E0 }; + inline constexpr REL::Offset CombatShipGenericPathController{ 0x0521D858 }; + inline constexpr REL::Offset CombatShipPursueTargetPathController{ 0x0521D558 }; + inline constexpr REL::Offset CombatSoftCoverLocation{ 0x052EFB48 }; + inline constexpr REL::Offset CombatSpatialGraphPathingDebugData{ 0x05221300 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F71A0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatSpatialGraphSearchLocationKey_{ 0x052104F0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05220670 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatSpatialGraphSearchLocationKey_{ 0x05300830 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FCC10 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052179E0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531A3C0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F43F0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530D120 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05301A50 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatSpatialGraphSearchLocationKey_{ 0x05302D40 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05305370 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05306960 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531E900 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05315860 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531E3D0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FACA0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530DF00 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05316BD0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05318160 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0520D2A0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatSpatialGraphSearchLocation_{ 0x0520FDF0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterFindNeighbors_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatSpatialGraphSearchLocationKey__CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x0520FFE0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterFindNeighbors_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatSpatialGraphSearchLocationKey__CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x05300670 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterFindNeighbors_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatSpatialGraphSearchLocationKey__CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x05301920 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoalLocation_CombatSpatialGraphSearchPolicyAdapterBase_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation__CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520D170 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoalLocation_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation__CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F48A0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoalLocation_CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation__CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531EA80 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F6F90 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatSpatialGraphSearchLocationKey_{ 0x052105A0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052205C0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatSpatialGraphSearchLocationKey_{ 0x053008E0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FCCD0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05217A90 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531A300 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052F49E0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530CEF0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05301B00 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatSpatialGraphSearchLocationKey_{ 0x05301870 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05305430 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05306A10 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531EBB0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05315920 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0531E5E0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x052FAD50 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x0530C910 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05316C80 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatSpatialGraphSearchLocation_{ 0x05318210 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapterGoal_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatSpatialGraphSearchLocation_{ 0x0520FEA0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F7040 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05210110 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x05220530 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x053007A0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FCA90 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x05219070 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531A570 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4810 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530CFB0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x05301FB0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x05301710 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05305910 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x053067E0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531ED30 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x053156D0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531E550 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FB200 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530C9D0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05317130 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05317FE0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520CDE0 }; + inline constexpr REL::Offset CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x0520FF50 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ 0x052F8340 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ 0x05212C50 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ 0x0521FAB0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ 0x052FF050 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ 0x052FD940 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ 0x052181C0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ 0x0531AFA0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ 0x052F4FB0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ 0x0530D780 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ 0x052FECC0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ 0x052FF880 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ 0x05307670 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ 0x05307310 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ 0x0531FAA0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ 0x05312970 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ 0x0531DBD0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ 0x052FBC20 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ 0x0530E9C0 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ 0x05312000 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ 0x05313040 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ 0x0520C830 }; + inline constexpr REL::Offset CombatSpatialGraphSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ 0x05213720 }; + inline constexpr REL::Offset CombatStandardCoverLocation{ 0x052EFB10 }; + inline constexpr REL::Offset CombatStaticBlackboardMemberBase{ 0x05118150 }; + inline constexpr REL::Offset CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextMelee_CombatBehaviorContextBase__AITimer_{ 0x05118040 }; + inline constexpr REL::Offset CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextRangedMovement_CombatBehaviorContextBase__AITimer_{ 0x05118DB0 }; + inline constexpr REL::Offset CombatStaticBlackboard_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextCover_CombatBehaviorContextBase__{ 0x0531B9A0 }; + inline constexpr REL::Offset CombatStaticBlackboard_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextGrenade_CombatBehaviorContextBase__{ 0x052158E0 }; + inline constexpr REL::Offset CombatSuppressiveFireBehavior{ 0x05221340 }; + inline constexpr REL::Offset CombatSuppressiveFireRequestInterface{ 0x0520DA78 }; + inline constexpr REL::Offset CombatTargetLocation{ 0x052F3D60 }; + inline constexpr REL::Offset CombatTargetLocationSearch{ 0x052F3D28 }; + inline constexpr REL::Offset CombatTargetLocationSearchResult{ 0x052F3D90 }; + inline constexpr REL::Offset CombatTargetSelector{ 0x052F52E0 }; + inline constexpr REL::Offset CombatTargetSelectorFixed{ 0x052F5310 }; + inline constexpr REL::Offset CombatTargetSelectorPreferred{ 0x052F5340 }; + inline constexpr REL::Offset CombatTargetSelectorRandom{ 0x052F52A8 }; + inline constexpr REL::Offset CombatTargetSelectorSpaceship{ 0x052F5230 }; + inline constexpr REL::Offset CombatTargetSelectorStandard{ 0x052F5378 }; + inline constexpr REL::Offset CombatTargetSelectorWorkshopObject{ 0x052F5268 }; + inline constexpr REL::Offset CombatThreat{ 0x052F53E0 }; + inline constexpr REL::Offset CombatThreatExplosion{ 0x052F53B0 }; + inline constexpr REL::Offset CombatThreatLOF{ 0x052F5430 }; + inline constexpr REL::Offset CombatThreatMelee{ 0x052F5408 }; + inline constexpr REL::Offset CombatThreatProjectile{ 0x052F5458 }; + inline constexpr REL::Offset CombatTrackTargetAimController{ 0x052EF7C8 }; + inline constexpr REL::Offset CombatTunnelPathController{ 0x052213E0 }; + inline constexpr REL::Offset CombatTunnelPathingRequestData{ 0x052213A8 }; + inline constexpr REL::Offset CombatViewController{ 0x05221488 }; + inline constexpr REL::Offset CombatViewControllerGlance{ 0x05221418 }; + inline constexpr REL::Offset CombatViewControllerPath{ 0x052214B8 }; + inline constexpr REL::Offset CombatViewControllerStandard{ 0x05221450 }; + inline constexpr REL::Offset CommandEffect{ 0x052A3C00 }; + inline constexpr REL::Offset CommandSummonedEffect{ 0x052A3C28 }; + inline constexpr REL::Offset CompactingStore__MoveCallback{ 0x05371260 }; + inline constexpr REL::Offset CompactingStore__NoopMoveCallback{ 0x05371228 }; + inline constexpr REL::Offset CompressedArchiveFile{ 0x053C88B0 }; + inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESFlora_46_21_3_{ 0x050AD740 }; + inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESFurniture_47_22_3_{ 0x050AD790 }; + inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESNPC_50_13_0_{ 0x05128010 }; + inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESObjectARMO_34_1_1_{ 0x05127E50 }; + inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESObjectCONT_36_3_3_{ 0x05128060 }; + inline constexpr REL::Offset ConcreteBoundObjectFormFactory_TESObjectWEAP_48_12_1_{ 0x050ACE20 }; + inline constexpr REL::Offset ConcreteExplosionFactory_ChainExplosion_1_{ 0x051248E0 }; + inline constexpr REL::Offset ConcreteExplosionFactory_Explosion_0_{ 0x05124890 }; + inline constexpr REL::Offset ConcreteFormFactoryAcceptsFormID_BGSLocation_117_{ 0x0512BA80 }; + inline constexpr REL::Offset ConcreteFormFactoryAcceptsFormID_TESObjectCELL_73_{ 0x050AB230 }; + inline constexpr REL::Offset ConcreteFormFactory_ActorValueInfo_109_{ 0x050AD160 }; + inline constexpr REL::Offset ConcreteFormFactory_AlchemyItem_54_{ 0x05128740 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAVMData_212_{ 0x050AB380 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAcousticSpace_20_{ 0x05129300 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAction_7_{ 0x0512AC70 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAddonNode_108_{ 0x050AD460 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAffinityEvent_14_{ 0x05129820 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAimAssistModel_148_{ 0x050AB410 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAimAssistPoseData_177_{ 0x0512A560 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAimDownSightModel_153_{ 0x050AC410 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAimModel_147_{ 0x0512A430 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAimOpticalSightModel_194_{ 0x050AAF10 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAmbienceSet_195_{ 0x0512B7E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSArtObject_139_{ 0x050AB1E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAssociationType_137_{ 0x0512A7E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAtmosphere_173_{ 0x050ABE50 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAttractionRule_157_{ 0x050AD210 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSAudioOcclusionPrimitive_21_{ 0x050AB670 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSBendableSpline_60_{ 0x050AC6F0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSBiomeMarkerObject_56_{ 0x050AB880 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSBiome_160_{ 0x0512A8E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSBodyPartData_107_{ 0x0512AD40 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSBoneModifier_184_{ 0x05128F20 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSCameraPath_111_{ 0x050ADCE0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSCameraShot_110_{ 0x051299C0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSChallengeForm_214_{ 0x051286F0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSCloudForm_204_{ 0x0512AB10 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSCollisionLayer_143_{ 0x050ADD90 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSColorForm_144_{ 0x0512A4C0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSConditionForm_188_{ 0x050ABCC0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSConstructibleObject_151_{ 0x0512B830 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSCurve3DForm_33_{ 0x050ABDB0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSCurveForm_32_{ 0x05128BD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSDamageType_11_{ 0x051296D0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSDebris_102_{ 0x0512B2E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSDialogueBranch_129_{ 0x050AE1B0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSDualCastData_142_{ 0x0512BB20 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSEffectSequenceForm_201_{ 0x050ABF60 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSEquipSlot_134_{ 0x05129DD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSExplosion_101_{ 0x050ACC70 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSFogVolumeForm_205_{ 0x050ABC70 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSFootstepSet_125_{ 0x050ADE90 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSFootstep_124_{ 0x050AB8D0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSForceData_199_{ 0x05129F20 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSFormFolderKeywordList_5_{ 0x050AB040 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSGenericBaseFormTemplate_64_{ 0x0512B1F0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSGenericBaseForm_65_{ 0x051293B0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSGroundCover_168_{ 0x050AB910 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSHazard_59_{ 0x050ACD50 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSHeadPart_15_{ 0x050ABAE0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSIdleMarker_55_{ 0x050AE250 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSImpactDataSet_115_{ 0x0512A920 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSImpactData_114_{ 0x050ABD60 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSInstanceNamingRules_154_{ 0x051298D0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSKeyword_4_{ 0x050AE2F0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLayeredMaterialSwap_198_{ 0x050ABB80 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLegendaryItem_207_{ 0x05128F70 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLensFlare_162_{ 0x050AD000 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLevGenericBaseForm_66_{ 0x050AB7D0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLevPackIn_52_{ 0x050AB0E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLevSpaceCell_174_{ 0x0512A240 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLightingTemplate_122_{ 0x0512A390 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSListForm_105_{ 0x0512B150 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLocationRefType_6_{ 0x0512AE80 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSLocation_117_{ 0x050AAE20 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMaterialPathForm_203_{ 0x05129BA0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMaterialType_113_{ 0x050ACFB0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMeleeAimAssistModel_149_{ 0x050AC900 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMessage_118_{ 0x050AC548 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMod__Attachment__Mod_152_{ 0x0512A510 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMorphableObject_169_{ 0x0512A790 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMovableStatic_44_{ 0x05128C80 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMovementType_141_{ 0x05129200 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMusicTrackFormWrapper_130_{ 0x05128B30 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSMusicType_123_{ 0x050AC220 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSNote_57_{ 0x0512AD00 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSObjectSwap_172_{ 0x0512B3C0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSOutfit_138_{ 0x050ACCB8 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPackIn_43_{ 0x0512BE00 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSParticleSystemDefineCollection_208_{ 0x05128DC0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPerk_106_{ 0x0512B9F0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPhotoModeFeature_210_{ 0x0512B100 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPlanetContentManagerBranchNode_189_{ 0x050AC740 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPlanetContentManagerContentNode_190_{ 0x050AC040 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPlanetContentManagerTree_183_{ 0x05128A30 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSPlanet__PlanetData_186_{ 0x050AC590 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSProjectedDecal_26_{ 0x050ACA10 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSProjectile_58_{ 0x0512AFD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSReferenceGroup_146_{ 0x050ABBD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSRelationship_135_{ 0x050AE390 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSResearchProjectForm_193_{ 0x050ACAC0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSResourceGenerationData_171_{ 0x050AB330 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSResource_159_{ 0x050ACDE0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSReverbParameters_145_{ 0x0512BBD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSScene_136_{ 0x05128E18 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSecondaryDamageList_202_{ 0x050AC460 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSShaderParticleGeometryData_70_{ 0x050ADAC0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSnapBehavior_185_{ 0x050AC6A0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSnapTemplateNode_166_{ 0x05129A10 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSnapTemplate_167_{ 0x050AC4B0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSoundEcho_19_{ 0x0512A6E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSoundKeywordMapping_155_{ 0x050AD360 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSoundTagSet_158_{ 0x050ACBD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSpeechChallengeObject_175_{ 0x05128D30 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSStaticCollection_42_{ 0x050AB550 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSStoryManagerBranchNode_126_{ 0x05129FC0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSStoryManagerEventNode_128_{ 0x0512B8E0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSStoryManagerQuestNode_127_{ 0x05128880 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__Block_179_{ 0x050AAF60 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__PatternStyle_197_{ 0x050AC7A0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__Pattern_181_{ 0x050AD0B0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSSurface__Tree_182_{ 0x050AAEC0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTalkingActivator_31_{ 0x05128A80 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTerminalMenu_200_{ 0x051288D0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTerminal_62_{ 0x050AADA0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTextureSet_9_{ 0x05129570 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTimeOfDayData_211_{ 0x050ADB80 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTransform_8_{ 0x05129AF8 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSTraversal_170_{ 0x0512B320 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSVoiceType_112_{ 0x05129070 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSVolumetricLighting_178_{ 0x051CF750 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSWeaponBarrelModel_196_{ 0x0512BC70 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSWeatherSettingsForm_68_{ 0x0512ABD0 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSWwiseEventForm_192_{ 0x05128830 }; + inline constexpr REL::Offset ConcreteFormFactory_BGSWwiseKeywordMapping_206_{ 0x05129E80 }; + inline constexpr REL::Offset ConcreteFormFactory_BSGalaxy__BGSStar_191_{ 0x0512B680 }; + inline constexpr REL::Offset ConcreteFormFactory_BSGalaxy__BGSSunPresetForm_209_{ 0x050AB130 }; + inline constexpr REL::Offset ConcreteFormFactory_EffectSetting_23_{ 0x050ABC20 }; + inline constexpr REL::Offset ConcreteFormFactory_EnchantmentItem_27_{ 0x05128980 }; + inline constexpr REL::Offset ConcreteFormFactory_IngredientItem_38_{ 0x050AB4A0 }; + inline constexpr REL::Offset ConcreteFormFactory_NavMesh_87_{ 0x0512A2F0 }; + inline constexpr REL::Offset ConcreteFormFactory_Script_24_{ 0x050AAFF8 }; + inline constexpr REL::Offset ConcreteFormFactory_ScrollItem_29_{ 0x05129160 }; + inline constexpr REL::Offset ConcreteFormFactory_SpellItem_28_{ 0x05129C40 }; + inline constexpr REL::Offset ConcreteFormFactory_TESAmmo_49_{ 0x050AB458 }; + inline constexpr REL::Offset ConcreteFormFactory_TESClass_12_{ 0x0512ADE0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESClimate_69_{ 0x050AB630 }; + inline constexpr REL::Offset ConcreteFormFactory_TESCombatStyle_94_{ 0x0512AA10 }; + inline constexpr REL::Offset ConcreteFormFactory_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm_213_{ 0x050AC100 }; + inline constexpr REL::Offset ConcreteFormFactory_TESEffectShader_99_{ 0x0512B4D0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESEyes_16_{ 0x0512A9D0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESFaction_13_{ 0x050AE430 }; + inline constexpr REL::Offset ConcreteFormFactory_TESFlora_46_{ 0x050AADE0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESFurniture_47_{ 0x050ACC20 }; + inline constexpr REL::Offset ConcreteFormFactory_TESGlobal_10_{ 0x050ABA50 }; + inline constexpr REL::Offset ConcreteFormFactory_TESGrass_45_{ 0x050AD840 }; + inline constexpr REL::Offset ConcreteFormFactory_TESIdleForm_92_{ 0x050AE470 }; + inline constexpr REL::Offset ConcreteFormFactory_TESImageSpaceModifier_104_{ 0x050ADC90 }; + inline constexpr REL::Offset ConcreteFormFactory_TESImageSpace_103_{ 0x050AD640 }; + inline constexpr REL::Offset ConcreteFormFactory_TESKey_53_{ 0x0512BD10 }; + inline constexpr REL::Offset ConcreteFormFactory_TESLandTexture_25_{ 0x050AD920 }; + inline constexpr REL::Offset ConcreteFormFactory_TESLevCharacter_51_{ 0x0512AB60 }; + inline constexpr REL::Offset ConcreteFormFactory_TESLevItem_63_{ 0x050AC370 }; + inline constexpr REL::Offset ConcreteFormFactory_TESLevSpell_96_{ 0x050AD880 }; + inline constexpr REL::Offset ConcreteFormFactory_TESLoadScreen_95_{ 0x05129020 }; + inline constexpr REL::Offset ConcreteFormFactory_TESNPC_50_{ 0x050AC000 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectACTI_30_{ 0x050AD9C0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectANIO_97_{ 0x0512B570 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectARMA_116_{ 0x050AB9B0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectARMO_34_{ 0x05127F00 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectBOOK_35_{ 0x0512B240 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectCELL_73_{ 0x050AB280 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectCONT_36_{ 0x05128110 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectDOOR_37_{ 0x050AB3C0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectLIGH_39_{ 0x050AC500 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectMISC_40_{ 0x05129D30 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectSTAT_41_{ 0x050AB6C0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESObjectWEAP_48_{ 0x050AAFB0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESQuest_91_{ 0x0512B0B8 }; + inline constexpr REL::Offset ConcreteFormFactory_TESRace_17_{ 0x050ACF20 }; + inline constexpr REL::Offset ConcreteFormFactory_TESRegion_71_{ 0x0512B078 }; + inline constexpr REL::Offset ConcreteFormFactory_TESShout_133_{ 0x05129530 }; + inline constexpr REL::Offset ConcreteFormFactory_TESSoulGem_61_{ 0x05128D80 }; + inline constexpr REL::Offset ConcreteFormFactory_TESSound_18_{ 0x050AE0D0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESTopicInfo_90_{ 0x0512BAD0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESTopic_89_{ 0x051293F8 }; + inline constexpr REL::Offset ConcreteFormFactory_TESWaterForm_98_{ 0x05129AB0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESWeather_67_{ 0x050AB5F0 }; + inline constexpr REL::Offset ConcreteFormFactory_TESWordOfPower_132_{ 0x050AE160 }; + inline constexpr REL::Offset ConcreteFormFactory_TESWorldSpace_86_{ 0x0512A690 }; + inline constexpr REL::Offset ConcreteObjectFormFactoryAcceptsFormID_BGSLocation_117_72_7_{ 0x050ADA60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_ActorValueInfo_109_120_4_{ 0x050AD100 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_AlchemyItem_54_17_2_{ 0x05129250 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAcousticSpace_20_65_8_{ 0x051292A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAction_7_77_0_{ 0x0512AC20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAddonNode_108_41_6_{ 0x0512AA60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAffinityEvent_14_54_5_{ 0x050AD1B0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimAssistModel_148_108_1_{ 0x0512BB70 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimAssistPoseData_177_144_1_{ 0x0512B020 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimDownSightModel_153_110_1_{ 0x050AC3B0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimModel_147_107_1_{ 0x0512A3E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAimOpticalSightModel_194_111_1_{ 0x0512B6D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAmbienceSet_195_162_8_{ 0x050AC950 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSArtObject_139_85_6_{ 0x0512B730 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAssociationType_137_83_5_{ 0x0512A330 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAtmosphere_173_136_7_{ 0x050ABE00 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAttractionRule_157_121_4_{ 0x050AD260 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSAudioOcclusionPrimitive_21_180_8_{ 0x0512A010 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBendableSpline_60_104_4_{ 0x05129870 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBiomeMarkerObject_56_159_3_{ 0x050AB820 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBiome_160_126_7_{ 0x0512A890 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBodyPartData_107_40_0_{ 0x050AC270 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSBoneModifier_184_151_5_{ 0x050AC0A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCameraShot_110_43_6_{ 0x05129970 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSChallengeForm_214_184_4_{ 0x050AB180 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCloudForm_204_172_7_{ 0x0512B290 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCollisionLayer_143_97_4_{ 0x050ADD30 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSColorForm_144_99_4_{ 0x0512A470 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSConditionForm_188_154_4_{ 0x0512A070 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSConstructibleObject_151_64_1_{ 0x0512A290 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCurve3DForm_33_143_4_{ 0x050AC170 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSCurveForm_32_142_4_{ 0x05128B80 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSDamageType_11_119_4_{ 0x0512AED0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSDebris_102_36_6_{ 0x050AD4B0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSDualCastData_142_95_2_{ 0x050ABEA0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSEffectSequenceForm_201_168_6_{ 0x050ABF00 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSEquipSlot_134_82_5_{ 0x05129D80 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSExplosion_101_34_6_{ 0x050AD500 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFogVolumeForm_205_173_7_{ 0x0512A830 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFootstepSet_125_75_6_{ 0x050ADE30 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFootstep_124_74_6_{ 0x050ADDE0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSForceData_199_166_6_{ 0x05129ED0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSFormFolderKeywordList_5_178_4_{ 0x050AB710 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSGenericBaseFormTemplate_64_127_9_{ 0x0512B190 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSGenericBaseForm_65_128_9_{ 0x05129350 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSGroundCover_168_130_7_{ 0x05129770 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSHazard_59_93_6_{ 0x050ACD00 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSHeadPart_15_52_5_{ 0x050ABA90 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSIdleMarker_55_30_4_{ 0x050AE200 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSImpactDataSet_115_45_6_{ 0x050ADEE0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSImpactData_114_44_6_{ 0x050ABD10 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSInstanceNamingRules_154_116_4_{ 0x0512A0D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSKeyword_4_71_4_{ 0x050AE2A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLayeredMaterialSwap_198_165_4_{ 0x050ABB20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLegendaryItem_207_175_1_{ 0x0512B5C0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLensFlare_162_123_6_{ 0x0512BA30 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLevGenericBaseForm_66_137_9_{ 0x050AB770 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLevPackIn_52_102_4_{ 0x050AB090 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLevSpaceCell_174_139_4_{ 0x0512A1E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLightingTemplate_122_88_7_{ 0x0512AAB0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSListForm_105_38_4_{ 0x050ADF40 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSLocationRefType_6_73_7_{ 0x0512AE20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMaterialPathForm_203_170_4_{ 0x05129B40 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMaterialType_113_76_6_{ 0x051295B0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMeleeAimAssistModel_149_109_1_{ 0x050AC8A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMessage_118_63_4_{ 0x050ADF90 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMod__Attachment__Mod_152_113_1_{ 0x05128FC0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMorphableObject_169_129_5_{ 0x0512A730 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMovableStatic_44_42_3_{ 0x05128C20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMovementType_141_92_5_{ 0x051291A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMusicTrackFormWrapper_130_78_8_{ 0x05128AD0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSMusicType_123_69_8_{ 0x050AC1D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSNote_57_55_1_{ 0x050AE110 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSObjectSwap_172_135_7_{ 0x0512B370 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSOutfit_138_84_1_{ 0x051290C0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPackIn_43_101_3_{ 0x050AD5A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSParticleSystemDefineCollection_208_177_6_{ 0x0512B930 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPerk_106_39_0_{ 0x0512B9A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPhotoModeFeature_210_181_4_{ 0x05129C80 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPlanetContentManagerTree_183_150_7_{ 0x051289D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSPlanet__PlanetData_186_153_7_{ 0x050AC5E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSProjectedDecal_26_171_3_{ 0x050AC9B0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSProjectile_58_32_6_{ 0x0512AF80 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSRelationship_135_81_5_{ 0x050AE330 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSResearchProjectForm_193_161_1_{ 0x0512A970 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSResourceGenerationData_171_134_7_{ 0x050AB2D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSResource_159_125_7_{ 0x050ACD90 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSReverbParameters_145_100_8_{ 0x05129670 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSecondaryDamageList_202_169_4_{ 0x050ACA60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSShaderParticleGeometryData_70_89_6_{ 0x050ADB20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSnapBehavior_185_152_4_{ 0x050AC640 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSnapTemplateNode_166_132_4_{ 0x0512AF20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSnapTemplate_167_133_4_{ 0x0512B410 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSoundEcho_19_138_8_{ 0x050AD410 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSoundKeywordMapping_155_117_8_{ 0x050AD3B0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSoundTagSet_158_122_8_{ 0x050ACB70 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSpeechChallengeObject_175_140_5_{ 0x05128CD0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSStaticCollection_42_70_3_{ 0x050AB4F0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSStoryManagerEventNode_128_94_5_{ 0x0512B880 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__Block_179_146_7_{ 0x0512A130 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__PatternStyle_197_164_7_{ 0x050AC840 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__Pattern_181_148_7_{ 0x050AD050 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSSurface__Tree_182_149_7_{ 0x050AAE60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTalkingActivator_31_33_0_{ 0x05128EC0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTerminalMenu_200_167_7_{ 0x050ACB10 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTerminal_62_118_3_{ 0x050AAD50 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTextureSet_9_35_4_{ 0x050ADFE0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTimeOfDayData_211_182_7_{ 0x050ADBD0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTransform_8_115_4_{ 0x050ACF60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSTraversal_170_131_4_{ 0x05128780 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSVoiceType_112_48_5_{ 0x0512ACB0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSVolumetricLighting_178_145_6_{ 0x051CF7A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWeaponBarrelModel_196_163_1_{ 0x0512B780 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWeatherSettingsForm_68_176_7_{ 0x0512BD50 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWwiseEventForm_192_158_8_{ 0x051287D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BGSWwiseKeywordMapping_206_174_8_{ 0x05129E20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BSGalaxy__BGSStar_191_155_7_{ 0x0512B620 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_BSGalaxy__BGSSunPresetForm_209_179_7_{ 0x05129610 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_EffectSetting_23_68_2_{ 0x05129490 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_EnchantmentItem_27_16_2_{ 0x05128920 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_IngredientItem_38_5_1_{ 0x0512BCC0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_Script_24_67_10_{ 0x0512A190 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_ScrollItem_29_98_10_{ 0x05129110 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_SpellItem_28_15_2_{ 0x05129BF0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESAmmo_49_20_1_{ 0x050AD690 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESClass_12_49_5_{ 0x0512AD90 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESClimate_69_57_7_{ 0x050AC7F0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESCombatStyle_94_25_0_{ 0x050AD6E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESEffectShader_99_31_6_{ 0x0512B470 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESEyes_16_51_10_{ 0x050AE3E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESFaction_13_53_5_{ 0x051297D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESFlora_46_21_3_{ 0x05129440 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESFurniture_47_22_3_{ 0x050AD2C0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESGlobal_10_59_4_{ 0x050ABA00 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESGrass_45_9_3_{ 0x050AD7F0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESImageSpaceModifier_104_61_6_{ 0x050ADC30 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESImageSpace_103_60_6_{ 0x050AD5F0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESKey_53_19_1_{ 0x05129720 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESLandTexture_25_24_7_{ 0x050AD8C0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESLevCharacter_51_14_0_{ 0x05128E60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESLevItem_63_18_1_{ 0x050AC320 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESLevSpell_96_27_2_{ 0x05129F70 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESLoadScreen_95_26_4_{ 0x050AE030 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESNPC_50_13_0_{ 0x050ABFB0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectACTI_30_0_3_{ 0x050AD970 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectANIO_97_28_4_{ 0x0512B520 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectARMA_116_58_1_{ 0x050AB960 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectARMO_34_1_1_{ 0x05127EB0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectBOOK_35_2_1_{ 0x050AD550 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectCONT_36_3_3_{ 0x051280C0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectDOOR_37_4_3_{ 0x050ADA10 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectLIGH_39_6_3_{ 0x050AD310 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectMISC_40_7_1_{ 0x05129CE0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectSTAT_41_8_3_{ 0x050AC2D0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESObjectWEAP_48_12_1_{ 0x050ACE80 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESQuest_91_46_5_{ 0x0512BC20 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESRace_17_50_5_{ 0x050ACED0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESShout_133_80_10_{ 0x051294E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESSoulGem_61_96_10_{ 0x05129920 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESSound_18_23_8_{ 0x050AE080 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESWaterForm_98_29_7_{ 0x05129A60 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESWeather_67_56_7_{ 0x050AB5A0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESWordOfPower_132_79_10_{ 0x0512A5E0 }; + inline constexpr REL::Offset ConcreteObjectFormFactory_TESWorldSpace_86_183_3_{ 0x0512A640 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffectGeometryDecal_3_{ 0x050E04C0 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffectSPG_6_{ 0x050E0570 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffectScreenSpaceDecal_2_{ 0x050E0700 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_1_{ 0x050E06B0 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_4_{ 0x050E0440 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_5_{ 0x050E0660 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTempEffect_7_{ 0x050E0610 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_BSTerrainEffect_0_{ 0x050E0520 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_ModelReferenceEffect_9_{ 0x050E05C0 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_ReferenceEffect_8_{ 0x050E07B0 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_ShaderReferenceEffect_10_{ 0x050E0760 }; + inline constexpr REL::Offset ConcreteTempEffectFactory_SummonPlacementEffect_11_{ 0x050E0800 }; + inline constexpr REL::Offset ConditionVariable{ 0x0536DB18 }; + inline constexpr REL::Offset ConeProjectile{ 0x0520F890 }; + inline constexpr REL::Offset ConfigurableLODData_3_2_{ 0x051C1AA8 }; + inline constexpr REL::Offset ConfigurableLODData_3_3_{ 0x05168228 }; + inline constexpr REL::Offset ConfigurableLODData_4_2_{ 0x051C1A70 }; + inline constexpr REL::Offset ConfigurableLODData_4_4_{ 0x051681F0 }; + inline constexpr REL::Offset ConnectionTypeCallback{ 0x052A00A0 }; + inline constexpr REL::Offset Console{ 0x05324C00 }; + inline constexpr REL::Offset ConsoleData{ 0x05092D80 }; + inline constexpr REL::Offset ConsoleLog{ 0x05324CF8 }; + inline constexpr REL::Offset ConsoleNativeUIMenu{ 0x05324F00 }; + inline constexpr REL::Offset ContainerMenu{ 0x05327060 }; + inline constexpr REL::Offset ContainerMenuDataModel{ 0x05234018 }; + inline constexpr REL::Offset ContainerMenuDataModel__ContainerMenuEventShuttle{ 0x05233FD0 }; + inline constexpr REL::Offset ContainerMenu_CloseMenu{ 0x05326FF8 }; + inline constexpr REL::Offset ContainerMenu_HideModel{ 0x053273E8 }; + inline constexpr REL::Offset ContainerMenu_Jettison{ 0x05326FC8 }; + inline constexpr REL::Offset ContainerMenu_LoadModel{ 0x053273B8 }; + inline constexpr REL::Offset ContainerMenu_OpenRefuelMenu{ 0x05326F90 }; + inline constexpr REL::Offset ContainerMenu_SetMouseOverModel{ 0x05327028 }; + inline constexpr REL::Offset ContainerMenu_TakeAll{ 0x05327388 }; + inline constexpr REL::Offset ContainerMenu_ToggleEquip{ 0x053272C0 }; + inline constexpr REL::Offset ContainerMenu_TransferAllResources{ 0x053272F0 }; + inline constexpr REL::Offset ContainerMenu_TransferItem{ 0x05327288 }; + inline constexpr REL::Offset ControlMapDataModel{ 0x053A0468 }; + inline constexpr REL::Offset ControllerInternalState{ 0x053B6A38 }; + inline constexpr REL::Offset ConvertBoneToVar{ 0x0536E4D0 }; + inline constexpr REL::Offset ConvertBoneToVarInstance{ 0x0536E4A0 }; + inline constexpr REL::Offset CopyBoneWeights{ 0x0536EEB0 }; + inline constexpr REL::Offset CopyBoneWeightsInstance{ 0x0536EE80 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSOrbitalDataComponent_{ 0x050CA530 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSOrbitedDataComponent_{ 0x050C8E80 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSStarDataComponent_{ 0x050C96F0 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface__BGSBlockCellHeighGridComponent_{ 0x050A5A40 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_{ 0x051BA2B0 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_{ 0x051BA830 }; + inline constexpr REL::Offset CopyFormComponentMoverPolicy_BGSSurface____WaterHeightComponent_{ 0x051BAE80 }; + inline constexpr REL::Offset CraftingBenchUtils__ActivatingBenchParams{ 0x05091E68 }; + inline constexpr REL::Offset CraftingInfoCardDataModel{ 0x05240D28 }; + inline constexpr REL::Offset CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle{ 0x05240CD0 }; + inline constexpr REL::Offset CraftingMenuCommon{ 0x05236408 }; + inline constexpr REL::Offset CraftingMenu_CraftItem{ 0x05236220 }; + inline constexpr REL::Offset CraftingMenu_ExitBench{ 0x05235FD8 }; + inline constexpr REL::Offset CraftingMenu_Highlight3D{ 0x0529D330 }; + inline constexpr REL::Offset CraftingMenu_InstallMod{ 0x05236250 }; + inline constexpr REL::Offset CraftingMenu_RenameItem{ 0x05236510 }; + inline constexpr REL::Offset CraftingMenu_RevertHighlight{ 0x0529D2C8 }; + inline constexpr REL::Offset CraftingMenu_RevertedModdedItem{ 0x052364D8 }; + inline constexpr REL::Offset CraftingMenu_SelectedMod{ 0x05236328 }; + inline constexpr REL::Offset CraftingMenu_SelectedModSlot{ 0x052362F0 }; + inline constexpr REL::Offset CraftingMenu_SelectedModdableItem{ 0x05236390 }; + inline constexpr REL::Offset CraftingMenu_SelectedRecipe{ 0x052362B8 }; + inline constexpr REL::Offset CraftingMenu_SetInspectControls{ 0x05236008 }; + inline constexpr REL::Offset CraftingMenu_ToggleTracking{ 0x05236280 }; + inline constexpr REL::Offset CraftingMenu_ViewingModdableItem{ 0x05236358 }; + inline constexpr REL::Offset CraftingRecipesDataModel{ 0x05240B10 }; + inline constexpr REL::Offset CraftingRecipesDataModel__CraftingRecipesEventShuttle{ 0x05240AC0 }; + inline constexpr REL::Offset CraftingRequirementsDataModel{ 0x05236C48 }; + inline constexpr REL::Offset CraftingRequirementsDataModel__CraftingRequirementsEventShuttle{ 0x05236BF0 }; + inline constexpr REL::Offset CreateNavigationGridTask{ 0x05190CD8 }; + inline constexpr REL::Offset CreationRendererPrivate__AddProbeBorderRenderPass{ 0x053EDFB0 }; + inline constexpr REL::Offset CreationRendererPrivate__AddScatteringOrderRenderPass{ 0x053F9B40 }; + inline constexpr REL::Offset CreationRendererPrivate__AllocateSkinningBuffersRenderPass{ 0x05402BB0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Buffer_{ 0x053EE3C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Texture_{ 0x053EE450 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArray{ 0x053EEDB0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12{ 0x053EF2D0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator{ 0x053FAD40 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12{ 0x053FACD0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArray{ 0x053EEE10 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12{ 0x053EF330 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout{ 0x053FF0B0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12{ 0x053FF110 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution{ 0x053F3DC0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout{ 0x053FEFF0 }; + inline constexpr REL::Offset CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12{ 0x053FF050 }; + inline constexpr REL::Offset CreationRendererPrivate__ArtValidationRenderPass{ 0x053FF170 }; + inline constexpr REL::Offset CreationRendererPrivate__AtmosphericScatteringRenderGraphBase{ 0x053F9DB0 }; + inline constexpr REL::Offset CreationRendererPrivate__AtmosphericScatteringRenderPass{ 0x053F9E10 }; + inline constexpr REL::Offset CreationRendererPrivate__BRDFIntegrationRenderPass{ 0x053E4EE0 }; + inline constexpr REL::Offset CreationRendererPrivate__BakeSHBasisRenderPass{ 0x053E4F80 }; + inline constexpr REL::Offset CreationRendererPrivate__BaseParticleComputeLightingRenderPass{ 0x053E7320 }; + inline constexpr REL::Offset CreationRendererPrivate__BaseParticlesRenderPass{ 0x053FEC20 }; + inline constexpr REL::Offset CreationRendererPrivate__BinkMovieDrawRenderPass{ 0x053E1BF0 }; + inline constexpr REL::Offset CreationRendererPrivate__BinkMovieSubgraphRenderPass{ 0x053E1DA0 }; + inline constexpr REL::Offset CreationRendererPrivate__BinkUpdatePlanesRenderPass{ 0x053E1BA0 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendAllReflectionProbesRenderPass{ 0x05401D10 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendProbeRayRenderPass{ 0x053EE000 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendReflectionProbeRenderPass{ 0x05401E20 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendedDecalRenderPass{ 0x05403820 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendedDecal_OptionalRenderPass{ 0x05403870 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass{ 0x054037C0 }; + inline constexpr REL::Offset CreationRendererPrivate__BlendedDecalsRenderPass{ 0x053F2070 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass{ 0x053F8500 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurHeightfieldVerticalRenderPass{ 0x053F8560 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurSpaceGlareRenderPass{ 0x053F3C10 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass{ 0x053FCCC0 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass{ 0x053FCC60 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurredMipChain_idTech7RenderPass{ 0x053FF310 }; + inline constexpr REL::Offset CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass{ 0x053FF2B0 }; + inline constexpr REL::Offset CreationRendererPrivate__BruteForceRaymarchingRenderPass{ 0x053F9CB0 }; + inline constexpr REL::Offset CreationRendererPrivate__BufferReadbackRenderPass{ 0x053FF410 }; + inline constexpr REL::Offset CreationRendererPrivate__BuildAccelerationStructureRenderPass{ 0x053FF460 }; + inline constexpr REL::Offset CreationRendererPrivate__CRBeginFrameRenderGraph{ 0x053F2020 }; + inline constexpr REL::Offset CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue{ 0x053EB310 }; + inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesGeometryRenderPass{ 0x053FF510 }; + inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass{ 0x053FF560 }; + inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass{ 0x053FF5C0 }; + inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesPrepareRenderPass{ 0x053FF620 }; + inline constexpr REL::Offset CreationRendererPrivate__CelestialBodiesRenderPass{ 0x053FF4C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ChargenMorphService{ 0x053FC490 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass{ 0x05401B40 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearFallbackCubemapRenderPass{ 0x053E4F30 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearRenderGraphOutputRenderPass{ 0x053F1E80 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearShadowMapGroupRenderPass{ 0x053F1A90 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearShadowMapsRenderPass{ 0x053F1A40 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass{ 0x053F3890 }; + inline constexpr REL::Offset CreationRendererPrivate__ClearThinDeferredGBufferRenderPass{ 0x05401C00 }; + inline constexpr REL::Offset CreationRendererPrivate__CloudCardsRenderPass{ 0x053FF6C0 }; + inline constexpr REL::Offset CreationRendererPrivate__CloudLayersRenderPass{ 0x053FF870 }; + inline constexpr REL::Offset CreationRendererPrivate__CloudsHalfResCompositeRenderPass{ 0x053FF820 }; + inline constexpr REL::Offset CreationRendererPrivate__CloudsRenderPass{ 0x053FF708 }; + inline constexpr REL::Offset CreationRendererPrivate__ColorGradingMergeRenderPass{ 0x053FEB80 }; + inline constexpr REL::Offset CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass{ 0x053EE310 }; + inline constexpr REL::Offset CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass{ 0x053EE260 }; + inline constexpr REL::Offset CreationRendererPrivate__CompositeMomentBasedOITRenderPass{ 0x053EE2C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeLightInfluenceRenderPass{ 0x05400D10 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass{ 0x053F9F80 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass{ 0x053F9FE0 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeSHCoefRenderPass{ 0x053E4FD0 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeScatterRadianceRenderPass{ 0x053F9AA0 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeScatteringOrderRenderPass{ 0x053F9AF0 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass{ 0x053F3A60 }; + inline constexpr REL::Offset CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass{ 0x053F3B10 }; + inline constexpr REL::Offset CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass{ 0x053E3920 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyAtmosScatteringRenderPass{ 0x053F39B0 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass{ 0x053F3A00 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass{ 0x053F9C50 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass{ 0x053F9B90 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyLightInfluenceRenderPass{ 0x05400C70 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyRenderPass{ 0x053F1E38 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass{ 0x053FFB00 }; + inline constexpr REL::Offset CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass{ 0x053FE230 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass{ 0x053F2690 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyToRenderGraphOutputRenderPass{ 0x053F1F20 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass{ 0x053F1F70 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass{ 0x053FCA30 }; + inline constexpr REL::Offset CreationRendererPrivate__CopyWithShaderRenderPass{ 0x053F1ED0 }; + inline constexpr REL::Offset CreationRendererPrivate__CubemapBackgroundRenderPass{ 0x053FF8C0 }; + inline constexpr REL::Offset CreationRendererPrivate__DeDitherRenderPass{ 0x053FF910 }; + inline constexpr REL::Offset CreationRendererPrivate__DeferredCompositeRenderPass{ 0x053FF960 }; + inline constexpr REL::Offset CreationRendererPrivate__DeferredGBufferOptionalRenderPass{ 0x053FFA10 }; + inline constexpr REL::Offset CreationRendererPrivate__DeferredGBufferRenderPass{ 0x053FFA60 }; + inline constexpr REL::Offset CreationRendererPrivate__DeferredGBufferTranslucentRenderPass{ 0x053FF9B0 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthDownsampleRenderPass{ 0x053FFAB0 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthGraphRenderPass{ 0x053FFB60 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthMVFixupRenderPass{ 0x053FC820 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthMVFixupStandardRenderPass{ 0x053FCA90 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldBlurRenderPass{ 0x05404DB0 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass{ 0x05404D10 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldCoCRenderPass{ 0x05404E60 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldCompositeRenderPass{ 0x05404EB0 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldDownsampleRenderPass{ 0x05404F00 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass{ 0x05404E00 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass{ 0x05404F50 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldSubGraph{ 0x053FFBB0 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldTAARenderPass{ 0x05404FA0 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthOfFieldTapBlurRenderPass{ 0x05404D60 }; + inline constexpr REL::Offset CreationRendererPrivate__DepthPrepassRenderPass{ 0x053FFC00 }; + inline constexpr REL::Offset CreationRendererPrivate__DistantAtmospheresRenderPass{ 0x053EB590 }; + inline constexpr REL::Offset CreationRendererPrivate__DistortionBaseRenderPass{ 0x053FFD50 }; + inline constexpr REL::Offset CreationRendererPrivate__DistortionCalculateColorRenderPass{ 0x053FFCA0 }; + inline constexpr REL::Offset CreationRendererPrivate__DistortionOutputRenderPass{ 0x053FFDA0 }; + inline constexpr REL::Offset CreationRendererPrivate__DistortionParticlesRenderPass{ 0x053FEC70 }; + inline constexpr REL::Offset CreationRendererPrivate__DistortionRenderPass{ 0x053FFD00 }; + inline constexpr REL::Offset CreationRendererPrivate__DoubleVisionRenderPass{ 0x05405610 }; + inline constexpr REL::Offset CreationRendererPrivate__DownsampleHeightfieldRenderPass{ 0x053F8600 }; + inline constexpr REL::Offset CreationRendererPrivate__DownsampleSpaceGlareRenderPass{ 0x053F3BC0 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass{ 0x053EB480 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawDistantAtmospheresRenderPass{ 0x053EB540 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass{ 0x053EB4E0 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass{ 0x054003D0 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawProjectedDecalsRenderPass{ 0x054015A0 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass{ 0x054014C0 }; + inline constexpr REL::Offset CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass{ 0x054015F0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicResolution{ 0x053F3D80 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowBaseDrawSubGraph{ 0x053F1D30 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowBuildIndexBufferRenderPass{ 0x054023A0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowClearIndexCountsRenderPass{ 0x054024C0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass{ 0x05402B00 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph{ 0x053F1D80 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowDrawSubGraph{ 0x053F1CE0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph{ 0x053F1DE0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass{ 0x05402A40 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass{ 0x05402AA0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass{ 0x054029E0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass{ 0x05402640 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowGraph{ 0x05402740 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMapBarriersRenderPass{ 0x05402400 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMaterialIndexCountRenderPass{ 0x05402580 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass{ 0x05402460 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass{ 0x05402840 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass{ 0x054028B0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass{ 0x05402970 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass{ 0x05402910 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass{ 0x05402520 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowSceneSetupRenderPass{ 0x054026A0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass{ 0x054025E0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph{ 0x054027E0 }; + inline constexpr REL::Offset CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass{ 0x053F2470 }; + inline constexpr REL::Offset CreationRendererPrivate__EmptyRenderPass{ 0x053F2588 }; + inline constexpr REL::Offset CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass{ 0x053F9BF0 }; + inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass{ 0x053F9810 }; + inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass{ 0x053F97B0 }; + inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRenderPass{ 0x053F9640 }; + inline constexpr REL::Offset CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass{ 0x053F9750 }; + inline constexpr REL::Offset CreationRendererPrivate__FSR1EASURenderPass{ 0x053FBDA0 }; + inline constexpr REL::Offset CreationRendererPrivate__FSR1RCASRenderPass{ 0x053FBD50 }; + inline constexpr REL::Offset CreationRendererPrivate__FSR2ProduceInputsRenderPass{ 0x053FFF40 }; + inline constexpr REL::Offset CreationRendererPrivate__FSR2UpscaleRenderPass{ 0x053FFF90 }; + inline constexpr REL::Offset CreationRendererPrivate__FaceCustomizationMipChainRenderPass{ 0x053FFDF0 }; + inline constexpr REL::Offset CreationRendererPrivate__FaceCustomizationRenderPass{ 0x053FFE50 }; + inline constexpr REL::Offset CreationRendererPrivate__FillCullingDataRenderPass{ 0x05400530 }; + inline constexpr REL::Offset CreationRendererPrivate__FillHeightfieldCullingDataRenderPass{ 0x053FE330 }; + inline constexpr REL::Offset CreationRendererPrivate__FilmGrainRenderPass{ 0x05405660 }; + inline constexpr REL::Offset CreationRendererPrivate__FilterCulledGeometriesRenderPass{ 0x05402260 }; + inline constexpr REL::Offset CreationRendererPrivate__FilterHeightfieldRenderPass{ 0x053F8650 }; + inline constexpr REL::Offset CreationRendererPrivate__FirstPersonDepthGraphRenderPass{ 0x053F1FD0 }; + inline constexpr REL::Offset CreationRendererPrivate__FirstPersonDepthRenderPass{ 0x053FFC50 }; + inline constexpr REL::Offset CreationRendererPrivate__FixupIndirectArgsRenderPass{ 0x05402C50 }; + inline constexpr REL::Offset CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass{ 0x05402CA0 }; + inline constexpr REL::Offset CreationRendererPrivate__FlattenTextureScreensizeRenderPass{ 0x05400470 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass{ 0x053FC870 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass{ 0x053FCAE0 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedCorrectionRenderPass{ 0x053FC600 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass{ 0x053FC6C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedMainFullResRenderPass{ 0x053FC720 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass{ 0x053FC660 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardBlendedRenderPass{ 0x053FC8D0 }; + inline constexpr REL::Offset CreationRendererPrivate__ForwardRenderPass{ 0x053FC9F0 }; + inline constexpr REL::Offset CreationRendererPrivate__FrameInitRenderPass{ 0x053FFEA0 }; + inline constexpr REL::Offset CreationRendererPrivate__FrameRenderGraph{ 0x05403A00 }; + inline constexpr REL::Offset CreationRendererPrivate__FrameSetupRenderPass{ 0x053FFEF0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenBlurCompositeRenderPass{ 0x05405750 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenBlurRenderPass{ 0x054056B0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColorRenderPass{ 0x054059A0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass{ 0x05405840 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_BloomRenderPass{ 0x054057F0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_CubemapRenderPass{ 0x05405900 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_DefaultRenderPass{ 0x05405950 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_MonochromeRenderPass{ 0x054058A0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenColor_OverlayRenderPass{ 0x054059F0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenDownsampleRenderPass{ 0x05405700 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenScanlineRenderPass{ 0x053FFFE0 }; + inline constexpr REL::Offset CreationRendererPrivate__FullScreenTapBlurRenderPass{ 0x054057A0 }; + inline constexpr REL::Offset CreationRendererPrivate__GBufferOverviewRenderPass{ 0x053F2540 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass{ 0x05400680 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass{ 0x054007A0 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass{ 0x054006E0 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass{ 0x05400620 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDataInspectorRenderPass{ 0x05400750 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass{ 0x053F28B0 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass{ 0x053F2790 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass{ 0x053F2910 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass{ 0x053F2850 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryRenderPass{ 0x053F2740 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass{ 0x053F27F0 }; + inline constexpr REL::Offset CreationRendererPrivate__GPUReadbackBufferData_CreationRenderer__ImageCapture_{ 0x053DCE70 }; + inline constexpr REL::Offset CreationRendererPrivate__GalaxyStateStarsRenderPass{ 0x05400030 }; + inline constexpr REL::Offset CreationRendererPrivate__GatherGeometryInstancesRenderPass{ 0x053F3080 }; + inline constexpr REL::Offset CreationRendererPrivate__GatherHighlightsRenderPass{ 0x05403A90 }; + inline constexpr REL::Offset CreationRendererPrivate__GatherIndirectRenderPass{ 0x053E4E90 }; + inline constexpr REL::Offset CreationRendererPrivate__GatherLightsRenderPass{ 0x054055C0 }; + inline constexpr REL::Offset CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass{ 0x05403910 }; + inline constexpr REL::Offset CreationRendererPrivate__GatherTransformsRenderPass{ 0x053FE430 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass{ 0x054000D0 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateDepthPyramidRenderPass{ 0x05400080 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateFogMapRenderPass{ 0x053FCC10 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass{ 0x054004D0 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass{ 0x05402150 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass{ 0x054021B0 }; + inline constexpr REL::Offset CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass{ 0x054020F0 }; + inline constexpr REL::Offset CreationRendererPrivate__GeometryCullingRenderPass{ 0x054005D0 }; + inline constexpr REL::Offset CreationRendererPrivate__GeometryCullingShadowsRenderPass{ 0x05400580 }; + inline constexpr REL::Offset CreationRendererPrivate__GeometryParticleBatchDepthRenderPass{ 0x053F25D0 }; + inline constexpr REL::Offset CreationRendererPrivate__GeometryParticleBatchRenderPass{ 0x054002F0 }; + inline constexpr REL::Offset CreationRendererPrivate__GeometryRenderPass{ 0x053FC780 }; + inline constexpr REL::Offset CreationRendererPrivate__GlobalDirtOverlayRenderPass{ 0x05400420 }; + inline constexpr REL::Offset CreationRendererPrivate__GroupedDynamicShadowMapRenderPass{ 0x054026F0 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRColorGradingMergeRenderPass{ 0x053FEBD0 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRCompositeRenderPass{ 0x053EDA30 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRDownSampleLumRenderPass{ 0x053ED940 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRDownSampleRGB2LumRenderPass{ 0x053ED990 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterDownSampleRenderPass{ 0x053EDC20 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterRenderPass{ 0x053EDB70 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterXBrightPassRenderPass{ 0x053EDBC0 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianFilterY0RenderPass{ 0x053EDC80 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRGaussianResolveRenderPass{ 0x053EDCD0 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRHistogramClearRenderPass{ 0x053ED9E0 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRHistogramGenerateRenderPass{ 0x053EDAE0 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass{ 0x053EDA80 }; + inline constexpr REL::Offset CreationRendererPrivate__HDRSubGraph{ 0x053EDB30 }; + inline constexpr REL::Offset CreationRendererPrivate__HeightFieldRenderPass{ 0x053FE2E0 }; + inline constexpr REL::Offset CreationRendererPrivate__HeightFieldSubGraphRenderPass{ 0x053FE390 }; + inline constexpr REL::Offset CreationRendererPrivate__HeightfieldSystemRenderPass{ 0x053FE3E0 }; + inline constexpr REL::Offset CreationRendererPrivate__HighlightMaskRenderPass{ 0x05400850 }; + inline constexpr REL::Offset CreationRendererPrivate__HighlightPrepareRenderPass{ 0x05400800 }; + inline constexpr REL::Offset CreationRendererPrivate__HighlightRenderPass{ 0x054008A0 }; + inline constexpr REL::Offset CreationRendererPrivate__ImGuiEventHandler{ 0x054040F0 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageCaptureData{ 0x053DCE30 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass{ 0x05400960 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass{ 0x054009C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass{ 0x054008F0 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageCapture_IconGenerationRenderPass{ 0x053F2630 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass{ 0x05400A20 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass{ 0x05400A80 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageProcessMedianBlurRenderPass{ 0x05400AE0 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass{ 0x05405560 }; + inline constexpr REL::Offset CreationRendererPrivate__ImageProcessRenderGraph{ 0x05403A40 }; + inline constexpr REL::Offset CreationRendererPrivate__IndirectRenderPass{ 0x053E4DA0 }; + inline constexpr REL::Offset CreationRendererPrivate__IndirectSetupRenderPass{ 0x053E4DF0 }; + inline constexpr REL::Offset CreationRendererPrivate__InitializeInscatterOrderRenderPass{ 0x053F9A40 }; + inline constexpr REL::Offset CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass{ 0x053F9F20 }; + inline constexpr REL::Offset CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass{ 0x053E38C0 }; + inline constexpr REL::Offset CreationRendererPrivate__InterpolateIrradianceRenderPass{ 0x053FA030 }; + inline constexpr REL::Offset CreationRendererPrivate__LensFlareComputeRenderPass{ 0x05400BD0 }; + inline constexpr REL::Offset CreationRendererPrivate__LensFlareDrawRenderPass{ 0x053F22E0 }; + inline constexpr REL::Offset CreationRendererPrivate__LensFlareSystemRenderPass{ 0x053F26F0 }; + inline constexpr REL::Offset CreationRendererPrivate__LensFlare_AlphaBlendRenderPass{ 0x05400B80 }; + inline constexpr REL::Offset CreationRendererPrivate__LensFlare_VisibilityRenderPass{ 0x05400B30 }; + inline constexpr REL::Offset CreationRendererPrivate__LightCoarseCullingCompactionRenderPass{ 0x05405040 }; + inline constexpr REL::Offset CreationRendererPrivate__LightCoarseCullingRenderPass{ 0x05404FF0 }; + inline constexpr REL::Offset CreationRendererPrivate__LightInfluenceDepthMinRenderPass{ 0x05400C20 }; + inline constexpr REL::Offset CreationRendererPrivate__LightInfluenceSubGraphRenderPass{ 0x05400CC0 }; + inline constexpr REL::Offset CreationRendererPrivate__LightingRenderPass{ 0x05400D60 }; + inline constexpr REL::Offset CreationRendererPrivate__LoadMenuHiddenEventHandler{ 0x053DE510 }; + inline constexpr REL::Offset CreationRendererPrivate__LogicalCell{ 0x053F2BE0 }; + inline constexpr REL::Offset CreationRendererPrivate__MainRenderGraph{ 0x054039C0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshEventHandler{ 0x053E1010 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchCommonRenderPass{ 0x053F2290 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchCullingRenderPass{ 0x053F2230 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchDepthRenderPass{ 0x053F2380 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass{ 0x053F2120 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass{ 0x053F2180 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass{ 0x054010A0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass{ 0x05401100 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchRenderPass{ 0x053F2420 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshInstancePatchShadowRenderPass{ 0x053F2330 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshLODDB{ 0x053E6BD8 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletBuildIndexBufferRenderPass{ 0x05400F50 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletFrustumCullingRenderPass{ 0x05400DB0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletListBuildRenderPass{ 0x05400FA0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletMaterialOffsetsRenderPass{ 0x05400F00 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletOcclusionCullingRenderPass{ 0x05400E00 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletPrepareArgsRenderPass{ 0x05400EB0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass{ 0x05400E50 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletProduceResourcesRenderPass{ 0x053F23D0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass{ 0x053F24E0 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletReadbackIndexCountRenderPass{ 0x05401040 }; + inline constexpr REL::Offset CreationRendererPrivate__MeshletTriangleCullingRenderPass{ 0x05400FF0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_3fa219d00e7ecb9d8d100d77b5ef468c__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E5670 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_46fbe9142c3cf56c2d9cb0b1fb4af2a3__StorageTable__ObserverHandle_StorageTable__Geometry__Storage_const_{ 0x053F0CF0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5f6e2e4148cbd257417d7a68b6ecd71b__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSFixedString_{ 0x053FCDA0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5fc808eadd9a2ea4c5e161d1874976ed__StorageTable__StrongKey_StorageTable__MeshInstance__Storage__{ 0x053DF8F0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_64da3579fc538949974606d85bd2c674__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E6070 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_9744724ee8d1aceaa968f6c70737b40a__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ 0x053E2AA0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_abff2e0d237b5d19d4c2895f0b009de3__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy___unsignedint_{ 0x053E54D0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_b464a38dfa3ecfb9554b39828c9c7e5d__void_{ 0x053F4270 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_caf34b454584b0595f145d27f6ac79d7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__array_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___4__std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x053E5E00 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d544e591622913847f11e7712d6c03ce__StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__unsignedshortconst_BSResource2__DBHandleBase_{ 0x053ED700 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d5efad91ccc26a2d3190fa8fae31292f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053DF560 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_e21e2ce93563abe2346b5863b4e2b5bd__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ 0x053E28E0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_ff13f0a2dc6491f08ce06d4eb93563ca__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ 0x053E5940 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_1bc4c7afcc2a0320f598740eebd7b047__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ 0x053CB8F0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_3b0535a20c1be637dacb85d7624fc0d5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ 0x053CB4D0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_667ae7f58673632156f27ca06fdfad79__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ 0x053CB630 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_74910676a03379021da11430af74d9a8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialBlender_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053CB1E0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_85cff0db640a7fec1a85d2d9bebeb8d2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ 0x053CB790 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_a64396252f26c7e209cd3f54c43effee__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ 0x053CB080 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_e9a38263804fe4e608b99e5a311f29c8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053CB360 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode{ 0x053C9BD0 }; + inline constexpr REL::Offset CreationRendererPrivate__Messaging__Dependency__InternalProcessorType{ 0x053DDDB0 }; + inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass{ 0x053FC920 }; + inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass{ 0x053FC4E0 }; + inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderPass{ 0x053EE370 }; + inline constexpr REL::Offset CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass{ 0x053FC990 }; + inline constexpr REL::Offset CreationRendererPrivate__MorphDB{ 0x053FD580 }; + inline constexpr REL::Offset CreationRendererPrivate__MorphRenderPass{ 0x05401160 }; + inline constexpr REL::Offset CreationRendererPrivate__MorphSystemEndFrameRenderPass{ 0x053F21E0 }; + inline constexpr REL::Offset CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass{ 0x054053C0 }; + inline constexpr REL::Offset CreationRendererPrivate__MotionBlurRenderPass{ 0x05403720 }; + inline constexpr REL::Offset CreationRendererPrivate__MotionBlurSubGraph{ 0x05403770 }; + inline constexpr REL::Offset CreationRendererPrivate__MotionVectorCompositeRenderPass{ 0x054011A0 }; + inline constexpr REL::Offset CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass{ 0x053FA080 }; + inline constexpr REL::Offset CreationRendererPrivate__PartialClearColorBufferRenderPass{ 0x053FF670 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass{ 0x053E7440 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass{ 0x053E73E0 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass{ 0x053E7800 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass{ 0x053E77A0 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleDataPreFilterRenderPass{ 0x053E72D0 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleLightingClearBuffersRenderPass{ 0x053E7380 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass{ 0x053E7C20 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticleLightingRenderPass{ 0x053E7C80 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesCopyToDestRenderPass{ 0x053FEED0 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesCorrectionRenderPass{ 0x053FEDE0 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesMainFullResRenderPass{ 0x053FEE80 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesMainHalfResRenderPass{ 0x053FEE30 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass{ 0x053FED80 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass{ 0x053FED10 }; + inline constexpr REL::Offset CreationRendererPrivate__ParticlesRenderPass{ 0x053FECC0 }; + inline constexpr REL::Offset CreationRendererPrivate__PointCloudCullingRenderPass{ 0x054011F0 }; + inline constexpr REL::Offset CreationRendererPrivate__PointCloudDrawRenderPass{ 0x05401240 }; + inline constexpr REL::Offset CreationRendererPrivate__PointCloudEventHandler{ 0x053E88E0 }; + inline constexpr REL::Offset CreationRendererPrivate__PostSharpenRenderPass{ 0x05405A40 }; + inline constexpr REL::Offset CreationRendererPrivate__PostUpscaleImageSpaceSubGraph{ 0x05405470 }; + inline constexpr REL::Offset CreationRendererPrivate__PostUpscaleSubGraph{ 0x054054C0 }; + inline constexpr REL::Offset CreationRendererPrivate__PreUpscaleImageSpaceSubGraph{ 0x05405420 }; + inline constexpr REL::Offset CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass{ 0x053F96F0 }; + inline constexpr REL::Offset CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass{ 0x053F95D0 }; + inline constexpr REL::Offset CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass{ 0x053F9D50 }; + inline constexpr REL::Offset CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass{ 0x05403970 }; + inline constexpr REL::Offset CreationRendererPrivate__PrecomputeSingleScatteringRenderPass{ 0x053F99E0 }; + inline constexpr REL::Offset CreationRendererPrivate__PrefilterCubemapRenderPass{ 0x053E4E40 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass{ 0x053F20C0 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass{ 0x053F1B30 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareProjectedDecalsRenderPass{ 0x05401340 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareReflectionProbeDataRenderPass{ 0x054016A0 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareShadowSkinningRenderPass{ 0x05402050 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareSkinningRenderPass{ 0x053F1AE0 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass{ 0x053F3950 }; + inline constexpr REL::Offset CreationRendererPrivate__PrepareSkyCubemapRenderPass{ 0x053F1B90 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeClassifyRenderPass{ 0x053EDD70 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass{ 0x053EDE10 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeCoarseLightCullingRenderPass{ 0x053EDD20 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeFaceSceneSetupRenderPass{ 0x054017A0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeGridGPUCullingRenderPass{ 0x053FBF80 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeLightCullingRenderPass{ 0x053EDDC0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeRenderPass{ 0x053EDEB8 }; + inline constexpr REL::Offset CreationRendererPrivate__ProbeSystemRenderPass{ 0x053EDE70 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass{ 0x053FE1D0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass{ 0x053EE180 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass{ 0x053EE1F0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass{ 0x053EE050 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass{ 0x053EE0C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass{ 0x053EE120 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass{ 0x053F19E0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceShadingRateImageRenderPass{ 0x054012F0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass{ 0x054017F0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass{ 0x05405270 }; + inline constexpr REL::Offset CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass{ 0x05401BA0 }; + inline constexpr REL::Offset CreationRendererPrivate__ProjectedDecalRenderPass{ 0x05401390 }; + inline constexpr REL::Offset CreationRendererPrivate__RadialBlurRenderPass{ 0x05401650 }; + inline constexpr REL::Offset CreationRendererPrivate__RayTraceProbeComputeRenderPass{ 0x053EDF60 }; + inline constexpr REL::Offset CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass{ 0x053EDF00 }; + inline constexpr REL::Offset CreationRendererPrivate__RaymarchSampleLocationsRenderPass{ 0x053F98D0 }; + inline constexpr REL::Offset CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass{ 0x053F9920 }; + inline constexpr REL::Offset CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass{ 0x053F9980 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass{ 0x05401D70 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeComputeSHRenderPass{ 0x05401960 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeCopyDepth{ 0x05401EC0 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeCopySky{ 0x05401DD0 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass{ 0x05401850 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass{ 0x05401AD0 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass{ 0x05401A70 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeMipChainRenderPass{ 0x05401C60 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass{ 0x05405210 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass{ 0x05401CB0 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeRenderPass{ 0x05401700 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass{ 0x054018B0 }; + inline constexpr REL::Offset CreationRendererPrivate__ReflectionProbeTerrainRenderPass{ 0x05401910 }; + inline constexpr REL::Offset CreationRendererPrivate__RefractionBlurRenderPass{ 0x053FF360 }; + inline constexpr REL::Offset CreationRendererPrivate__RefractionDownsample0RenderPass{ 0x053FF1C0 }; + inline constexpr REL::Offset CreationRendererPrivate__RefractionDownsampleMipChainRenderPass{ 0x053FF3B0 }; + inline constexpr REL::Offset CreationRendererPrivate__RefractionMaskDilationRenderPass{ 0x053FF210 }; + inline constexpr REL::Offset CreationRendererPrivate__RefractionMaskGenRenderPass{ 0x053FF260 }; + inline constexpr REL::Offset CreationRendererPrivate__RefractionMaskRenderPass{ 0x053FC7D0 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass{ 0x053F9870 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderGraph{ 0x053E1DF0 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderGraphEventHandler{ 0x053E2730 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderPass{ 0x053DEED0 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderSceneSubGraph{ 0x05405510 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass{ 0x053F9EC0 }; + inline constexpr REL::Offset CreationRendererPrivate__RenderViewSubGraph{ 0x054038C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ReprojectShadingRateImageRenderPass{ 0x05401290 }; + inline constexpr REL::Offset CreationRendererPrivate__ResetCullingMemoryRequestHandler{ 0x053F8D00 }; + inline constexpr REL::Offset CreationRendererPrivate__ResourceLifecycleJobSite{ 0x053F3E20 }; + inline constexpr REL::Offset CreationRendererPrivate__SAOEmptyRenderPass{ 0x053E7130 }; + inline constexpr REL::Offset CreationRendererPrivate__SAORenderPass{ 0x053E7228 }; + inline constexpr REL::Offset CreationRendererPrivate__ScaleformCompositeRenderPass{ 0x05401F10 }; + inline constexpr REL::Offset CreationRendererPrivate__ScaleformEventHandler{ 0x053EA790 }; + inline constexpr REL::Offset CreationRendererPrivate__ScaleformRenderPass{ 0x05405320 }; + inline constexpr REL::Offset CreationRendererPrivate__ScaleformText2DRenderPass{ 0x053F3030 }; + inline constexpr REL::Offset CreationRendererPrivate__ScaleformTextRenderPass{ 0x053F2FE0 }; + inline constexpr REL::Offset CreationRendererPrivate__ScaleformToTextureRenderPass{ 0x05405370 }; + inline constexpr REL::Offset CreationRendererPrivate__SceneSetupRenderPass{ 0x053DEF10 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____StateBase{ 0x053F6D80 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__BalanceTextureLODs{ 0x053F6CB0 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__CheckBudget{ 0x053F6A30 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeMeshes{ 0x053F6B60 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeTextures{ 0x053F6C40 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__GatherMaterials{ 0x053F6DE0 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__MergeGPUReadback{ 0x053F6FA0 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__ReduceMaterialsAndMeshes{ 0x053F6E50 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__Reset{ 0x053F6D20 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__SortLODs{ 0x053F6A90 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateLODDetail{ 0x053F6EC0 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateTerrainTextureDetail{ 0x053F6F30 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeMeshes{ 0x053F6AF0 }; + inline constexpr REL::Offset CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeTextures{ 0x053F6BD0 }; + inline constexpr REL::Offset CreationRendererPrivate__SeparableSSS_HorizontalRenderPass{ 0x05401F60 }; + inline constexpr REL::Offset CreationRendererPrivate__SeparableSSS_RenderPass{ 0x05402000 }; + inline constexpr REL::Offset CreationRendererPrivate__SeparableSSS_VerticalRenderPass{ 0x05401FB0 }; + inline constexpr REL::Offset CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass{ 0x053F9690 }; + inline constexpr REL::Offset CreationRendererPrivate__SetupDynamicShadowRenderPass{ 0x05402790 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowManagerEventHandler{ 0x053E7D20 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowMapInstanceRenderPass{ 0x054022B0 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowMapRenderPass{ 0x05402350 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowMapSceneSetupRenderPass{ 0x054020A0 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowMapSubGraphRenderPass{ 0x05402300 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowMaskRenderPass{ 0x054052D0 }; + inline constexpr REL::Offset CreationRendererPrivate__ShadowSubGraphRenderPass{ 0x05402210 }; + inline constexpr REL::Offset CreationRendererPrivate__SharedMeshResourcesRegistry{ 0x053FBD00 }; + inline constexpr REL::Offset CreationRendererPrivate__SkinnedDecalPrepareRenderPass{ 0x05402B60 }; + inline constexpr REL::Offset CreationRendererPrivate__SkinningRenderPass{ 0x05402C00 }; + inline constexpr REL::Offset CreationRendererPrivate__SkinningSystemEndFrameRenderPass{ 0x053F37E0 }; + inline constexpr REL::Offset CreationRendererPrivate__SkinningSystemRenderPass{ 0x053F3790 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass{ 0x053F38F0 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyCubemapRenderPass{ 0x053F3AC0 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyCubemapSystemRenderPass{ 0x053F1BE0 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyLightingRenderPass{ 0x05402D00 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass{ 0x053F85B0 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyOcclusionRenderPass{ 0x053F86F0 }; + inline constexpr REL::Offset CreationRendererPrivate__SkyOcclusionSystemRenderPass{ 0x053F86A0 }; + inline constexpr REL::Offset CreationRendererPrivate__SobelSpaceGlareRenderPass{ 0x053F3C60 }; + inline constexpr REL::Offset CreationRendererPrivate__SpaceGlareApplyRenderPass{ 0x053F3CB0 }; + inline constexpr REL::Offset CreationRendererPrivate__SpaceGlareRenderPass{ 0x053F3B70 }; + inline constexpr REL::Offset CreationRendererPrivate__SparseGridCell{ 0x053F2C20 }; + inline constexpr REL::Offset CreationRendererPrivate__SporadicRenderGraphRenderPass{ 0x05402D50 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldCoarseCullingRenderPass{ 0x05402E40 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldEventHandler{ 0x053DECB0 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldProcessStarsRenderPass{ 0x05402F30 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldRenderPass{ 0x05402DF0 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldRenderPassBase{ 0x05402EE0 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldTiledCullingRenderPass{ 0x05402E90 }; + inline constexpr REL::Offset CreationRendererPrivate__StarfieldTiledRenderRenderPass{ 0x05402DA0 }; + inline constexpr REL::Offset CreationRendererPrivate__StarmapGravityWavesEventHandler{ 0x053EA260 }; + inline constexpr REL::Offset CreationRendererPrivate__StarmapGravityWavesRenderPass{ 0x053E9EA0 }; + inline constexpr REL::Offset CreationRendererPrivate__StarmapOrbitsEventHandler{ 0x053E9170 }; + inline constexpr REL::Offset CreationRendererPrivate__StarmapOrbitsRenderPass{ 0x053E8D20 }; + inline constexpr REL::Offset CreationRendererPrivate__SubmitAndPresentThread{ 0x053EF390 }; + inline constexpr REL::Offset CreationRendererPrivate__SwapChainEventHandler{ 0x053E4D50 }; + inline constexpr REL::Offset CreationRendererPrivate__TemporalAA_idTech7RenderPass{ 0x05405A90 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainClipmapAndMIMRenderPass{ 0x053F1C90 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainClipmapUpdateRenderPass{ 0x053E36A0 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainDensityUpdateRenderPass{ 0x053E3600 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainDepthAndShadowsSubGraph{ 0x053E3870 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainDepthDrawRenderPass{ 0x053E3650 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainHeightFieldRenderPass{ 0x053FE290 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainMIMUpdateRenderPass{ 0x053E36F0 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainRenderPass{ 0x053E37D0 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainShadowsRenderPass{ 0x053E34E0 }; + inline constexpr REL::Offset CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass{ 0x053E3810 }; + inline constexpr REL::Offset CreationRendererPrivate__TextureReadback_CopyRenderTargetSourceRenderPass{ 0x05402F80 }; + inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass{ 0x05401A10 }; + inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredGBufferRenderPass{ 0x054019C0 }; + inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredLightingRenderPass{ 0x05401E70 }; + inline constexpr REL::Offset CreationRendererPrivate__ThinDeferredPrepareRenderPass{ 0x05401750 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass{ 0x053F93E0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass{ 0x053F94B0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass{ 0x053F9250 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass{ 0x053F9320 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass{ 0x053F92B0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass{ 0x053F9380 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass{ 0x053F9570 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7RenderPass{ 0x053F9520 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass{ 0x053F9180 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass{ 0x053F9440 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass{ 0x053F91E0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledCullingRenderPass{ 0x05402FE0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass{ 0x053E50E0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass{ 0x053E5020 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredContactShadowsRenderPass{ 0x053E5080 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass{ 0x05403150 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass{ 0x05403030 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass{ 0x05403090 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass{ 0x054030F0 }; + inline constexpr REL::Offset CreationRendererPrivate__TiledDepthRangeRenderPass{ 0x054031B0 }; + inline constexpr REL::Offset CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass{ 0x053F9E60 }; + inline constexpr REL::Offset CreationRendererPrivate__UIRenderPass{ 0x054032B8 }; + inline constexpr REL::Offset CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass{ 0x053FC540 }; + inline constexpr REL::Offset CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass{ 0x053FC5A0 }; + inline constexpr REL::Offset CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass{ 0x053F9D00 }; + inline constexpr REL::Offset CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass{ 0x053F1C30 }; + inline constexpr REL::Offset CreationRendererPrivate__UpdateSharedIndexBufferRenderPass{ 0x05403300 }; + inline constexpr REL::Offset CreationRendererPrivate__UpscaleSubGraph{ 0x053E1F08 }; + inline constexpr REL::Offset CreationRendererPrivate__VignetteRenderPass{ 0x05405AE0 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingApplyRenderPass{ 0x053E7CD0 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingCullingRenderPass{ 0x05403350 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass{ 0x054033B0 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass{ 0x05403410 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass{ 0x053FCBB0 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass{ 0x053FCB40 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingIntegrateRenderPass{ 0x05403480 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass{ 0x054034E0 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass{ 0x05403540 }; + inline constexpr REL::Offset CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass{ 0x054035A0 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacementRenderPass{ 0x053E70E0 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass{ 0x053E7080 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_InjectionRenderPass{ 0x053E7020 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_MainRenderPass{ 0x053E6FD0 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass{ 0x053E6F70 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterMVRenderPass{ 0x05403690 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterPrepareRenderPass{ 0x054036D0 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterRenderGraphRenderPass{ 0x05403640 }; + inline constexpr REL::Offset CreationRendererPrivate__WaterRenderPass{ 0x054035F8 }; + inline constexpr REL::Offset CreationRendererPrivate__WindowEventHandler{ 0x053E3C70 }; + inline constexpr REL::Offset CreationRendererPrivate__WorldCell{ 0x053F2D38 }; + inline constexpr REL::Offset CreationRendererPrivate____BloomEmptyRenderPass{ 0x053ED8F0 }; + inline constexpr REL::Offset CreationRendererPrivate____BloomPass{ 0x053ED8A0 }; + inline constexpr REL::Offset CreationRendererPrivate____SAOCameraZAndMipsRenderPass{ 0x053E7270 }; + inline constexpr REL::Offset CreationRendererPrivate____SAODenoiseGTAORenderPass{ 0x053E71D0 }; + inline constexpr REL::Offset CreationRendererPrivate____SAORawAORenderPass{ 0x053E7180 }; + inline constexpr REL::Offset CreationRendererPrivate____ScaleformBeginRenderPass{ 0x05403260 }; + inline constexpr REL::Offset CreationRendererPrivate____ScaleformEndRenderPass{ 0x05403200 }; + inline constexpr REL::Offset CreationRenderer__BSMorphHandle{ 0x05097AB8 }; + inline constexpr REL::Offset CreationRenderer__CGen__AtmosphericScatteringData{ 0x05097840 }; + inline constexpr REL::Offset CreationRenderer__CGen__EmitterData{ 0x05097718 }; + inline constexpr REL::Offset CreationRenderer__CGen__HDRCompositeData{ 0x05098420 }; + inline constexpr REL::Offset CreationRenderer__CGen__HighlightInputInfo{ 0x05097F30 }; + inline constexpr REL::Offset CreationRenderer__CGen__NodeExtraVisualDataBlock{ 0x05098FD0 }; + inline constexpr REL::Offset CreationRenderer__CGen__PlanetData{ 0x05097C30 }; + inline constexpr REL::Offset CreationRenderer__CGen__ProbeVolumeDescData{ 0x05098970 }; + inline constexpr REL::Offset CreationRenderer__CGen__ProjectedDecalInput{ 0x050983E0 }; + inline constexpr REL::Offset CreationRenderer__CGen__ReflectionProbeVisiblityData{ 0x0508E930 }; + inline constexpr REL::Offset CreationRenderer__CGen__ReflectionProbeVolumeData{ 0x0508EA90 }; + inline constexpr REL::Offset CreationRenderer__CGen__SunData{ 0x05097FA8 }; + inline constexpr REL::Offset CreationRenderer__CGen__TerrainDescBlock{ 0x0508FD90 }; + inline constexpr REL::Offset CreationRenderer__CGen__WaterHeightOverridePlaceable{ 0x05097C70 }; + inline constexpr REL::Offset CreationRenderer__CGen__WaterTypeParameters{ 0x05097D80 }; + inline constexpr REL::Offset CreationRenderer__CRParticles__CPUData{ 0x050974A0 }; + inline constexpr REL::Offset CreationRenderer__CRParticles__CloudData{ 0x050973F0 }; + inline constexpr REL::Offset CreationRenderer__CelestialBodies__OcclusionData{ 0x0508F2B0 }; + inline constexpr REL::Offset CreationRenderer__CelestialBodies__Settings{ 0x0508F3E0 }; + inline constexpr REL::Offset CreationRenderer__CelestialBodies__StarBlendParams{ 0x0508F130 }; + inline constexpr REL::Offset CreationRenderer__DirectionalShadowData{ 0x05098A58 }; + inline constexpr REL::Offset CreationRenderer__FeatureSetup{ 0x05098288 }; + inline constexpr REL::Offset CreationRenderer__FocusShadowModel{ 0x05097808 }; + inline constexpr REL::Offset CreationRenderer__Geometry__MaterialInstancesLODArray{ 0x05099730 }; + inline constexpr REL::Offset CreationRenderer__ImageCapture{ 0x053DCED8 }; + inline constexpr REL::Offset CreationRenderer__ImageCaptureExportToFileNode{ 0x052727A0 }; + inline constexpr REL::Offset CreationRenderer__LightContactShadowData{ 0x05098C70 }; + inline constexpr REL::Offset CreationRenderer__MaterialInstance__TextureVisitor{ 0x0518D3E0 }; + inline constexpr REL::Offset CreationRenderer__MaterialOptions{ 0x05099780 }; + inline constexpr REL::Offset CreationRenderer__MeshInstancePatch__ModelInformation{ 0x0508FDD0 }; + inline constexpr REL::Offset CreationRenderer__Messaging__MessageProcessor{ 0x053DD020 }; + inline constexpr REL::Offset CreationRenderer__Messaging__StreamedResourceNode{ 0x05382A60 }; + inline constexpr REL::Offset CreationRenderer__ModelDefinition{ 0x0508F5D8 }; + inline constexpr REL::Offset CreationRenderer__ProjectedDecal__DecalLayers{ 0x05099330 }; + inline constexpr REL::Offset CreationRenderer__RendererQualityPref{ 0x053DEDD8 }; + inline constexpr REL::Offset CreationRenderer__RendererQualitySetting{ 0x050A9198 }; + inline constexpr REL::Offset CreationRenderer__RendererQualitySettingCollection{ 0x053DEE20 }; + inline constexpr REL::Offset CreationRenderer__SceneBinding{ 0x0508F7C0 }; + inline constexpr REL::Offset CreationRenderer__ShadowSettings{ 0x05097578 }; + inline constexpr REL::Offset CreationRenderer__Terrain__RenderOptions{ 0x0508FB48 }; + inline constexpr REL::Offset CreationRenderer__VisualizationSetup{ 0x050989B0 }; + inline constexpr REL::Offset CreationRenderer__WaterDisplacementData{ 0x0508F0E8 }; + inline constexpr REL::Offset CreationRenderer__WaterFeatureData{ 0x0508ED10 }; + inline constexpr REL::Offset CreditsDataModel{ 0x0522A270 }; + inline constexpr REL::Offset CreditsDataModel__CreditsDataModelEventShuttle{ 0x0522A510 }; + inline constexpr REL::Offset CreditsMenu{ 0x05327418 }; + inline constexpr REL::Offset CrewExtraData{ 0x05163CA0 }; + inline constexpr REL::Offset CriticallyDampenVariable{ 0x0536E3D0 }; + inline constexpr REL::Offset CriticallyDampenVariableInstance{ 0x0536E400 }; + inline constexpr REL::Offset CrowdInhibitNullStrategy{ 0x052226A0 }; + inline constexpr REL::Offset CrowdInhibitStrategy{ 0x05222748 }; + inline constexpr REL::Offset CrowdInhibitStrategyDefault{ 0x05222778 }; + inline constexpr REL::Offset CrowdInhibitStrategyDisable{ 0x052226D0 }; + inline constexpr REL::Offset CrowdManager{ 0x052224D8 }; + inline constexpr REL::Offset CrowdWallaBubble{ 0x05226D40 }; + inline constexpr REL::Offset CullFurnitureBoneHandler{ 0x052EAB10 }; + inline constexpr REL::Offset CullWeaponsHandler{ 0x052EA9F0 }; + inline constexpr REL::Offset CumulativeAnimation{ 0x0536E300 }; + inline constexpr REL::Offset CumulativeAnimationInstance{ 0x0536E330 }; + inline constexpr REL::Offset CureEffect{ 0x052A3C58 }; + inline constexpr REL::Offset CursorMenu{ 0x053A0E28 }; + inline constexpr REL::Offset CursorMenu__CursorGameEventShuttle{ 0x053A0DF0 }; + inline constexpr REL::Offset CursorMoveEvent{ 0x05371668 }; + inline constexpr REL::Offset CurvedPathBlender{ 0x0536B278 }; + inline constexpr REL::Offset CurvedPathBlenderInstance{ 0x0536DF20 }; + inline constexpr REL::Offset CustomActorPackageData{ 0x052D47E0 }; + inline constexpr REL::Offset CustomUtils__HasForceGreetVisitor{ 0x051FD298 }; + inline constexpr REL::Offset D3D12MA__BlockMetadata{ 0x053FEF50 }; + inline constexpr REL::Offset D3D12MA__BlockMetadata_Generic{ 0x053FEFB0 }; + inline constexpr REL::Offset D3D12MA__MemoryBlock{ 0x053FEF80 }; + inline constexpr REL::Offset D3D12MA__NormalBlock{ 0x053FEF20 }; + inline constexpr REL::Offset DamageEffect{ 0x052A3C80 }; + inline constexpr REL::Offset DampenVariable{ 0x0536E910 }; + inline constexpr REL::Offset DampenVariableInstance{ 0x0536E8E0 }; + inline constexpr REL::Offset DarknessEffect{ 0x052A3CA8 }; + inline constexpr REL::Offset DataMenu{ 0x05289118 }; + inline constexpr REL::Offset DataMenuDataModel{ 0x05238358 }; + inline constexpr REL::Offset DataMenuDataModel__DataMenuEventShuttle{ 0x05238770 }; + inline constexpr REL::Offset DataMenuInventoryItem{ 0x05239198 }; + inline constexpr REL::Offset DataMenuPersistentDataModel{ 0x052384A8 }; + inline constexpr REL::Offset DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle{ 0x05238300 }; + inline constexpr REL::Offset DataMenu_CloseMenu{ 0x052892E0 }; + inline constexpr REL::Offset DataMenu_ClosedForSubMenu{ 0x05289310 }; + inline constexpr REL::Offset DataMenu_Missions{ 0x05289258 }; + inline constexpr REL::Offset DataMenu_OpenPauseMenu{ 0x05289188 }; + inline constexpr REL::Offset DataMenu_PlotToLocation{ 0x052891B8 }; + inline constexpr REL::Offset DataMenu_Reopened{ 0x052892B8 }; + inline constexpr REL::Offset DataMenu_SelectedAttributesMenu{ 0x05289410 }; + inline constexpr REL::Offset DataMenu_SelectedInventoryMenu{ 0x052893D8 }; + inline constexpr REL::Offset DataMenu_SelectedMapMenu{ 0x052893A8 }; + inline constexpr REL::Offset DataMenu_SelectedPowersMenu{ 0x052891E8 }; + inline constexpr REL::Offset DataMenu_SelectedShipMenu{ 0x05289378 }; + inline constexpr REL::Offset DataMenu_SelectedStatusMenu{ 0x05289340 }; + inline constexpr REL::Offset DataMenu_SetMenuForQuickEntry{ 0x05289220 }; + inline constexpr REL::Offset DataMenu_SetPaperDollActive{ 0x05289280 }; + inline constexpr REL::Offset DataMenu_StartCloseAnim{ 0x052390F8 }; + inline constexpr REL::Offset DataSlateButtons{ 0x0526B730 }; + inline constexpr REL::Offset DataSlateButtons_acceptClicked{ 0x0526C3B8 }; + inline constexpr REL::Offset DataSlateButtons_cancelClicked{ 0x0526C3F0 }; + inline constexpr REL::Offset DataSlateMenu{ 0x0526C428 }; + inline constexpr REL::Offset DataSlateMenu__DataSlateData{ 0x0526C278 }; + inline constexpr REL::Offset DataSlateMenu__DataSlateEventShuttle{ 0x0526C6B0 }; + inline constexpr REL::Offset DataSlateMenu_playSFX{ 0x0526C388 }; + inline constexpr REL::Offset DataSlateMenu_toggleAudio{ 0x0526C358 }; + inline constexpr REL::Offset DeathEmoteHandler{ 0x052E9B68 }; + inline constexpr REL::Offset DeathStopHandler{ 0x052E9BF0 }; + inline constexpr REL::Offset DefaultCollection{ 0x05384590 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSActivityTrackerFormComponent_{ 0x050A4A40 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAddToInventoryOnDestroy_{ 0x050C9F50 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAnimationGraphComponent_{ 0x050C9E70 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAttachParentArray_{ 0x050A5010 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSAttackDataForm_{ 0x050C8930 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSBodyPartInfo_{ 0x050C83B0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSContactShadowComponent_{ 0x050CA370 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSCraftingResourceOwner_{ 0x050C9420 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSCrowdComponent_{ 0x050C97B0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSCustomShipForm_{ 0x050CA790 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSDestructibleObjectForm_{ 0x050C8DA0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSDisplayCaseFormComponent_{ 0x050C8B90 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSEffectSequenceFormComponent_{ 0x050C67E0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSExternalComponentDataSource_{ 0x050CA1C0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSForcedLocRefType_{ 0x050C8CD0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSFormLinkData_{ 0x050C8700 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSKeywordForm_{ 0x050A57C0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSLinkedVoiceType_{ 0x050A4E70 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSLodOwnerComponent_{ 0x050C69A0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSMaterialPropertyComponent_{ 0x050C6690 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSObjectPlacementDefaults_{ 0x050C91B0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSObjectWindowFilterComponent_{ 0x050C9620 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSOverridePackCollection_{ 0x050C82E0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPapyrusScriptsComponent_{ 0x050A5200 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPathingData_{ 0x050CA6D0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPlanetContentManagerContentProperties_{ 0x050C9C40 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPrimitiveComponent_{ 0x050C8F50 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSPropertySheet_{ 0x050CA8B0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSScannableFormComponent_{ 0x050CA600 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSShipManagement_{ 0x050A5130 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSkinForm_{ 0x050C9080 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSoundTagComponent_{ 0x050C8A00 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpacePhysicsFormComponent_{ 0x050A4CD0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipAIActor_{ 0x050C9B60 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipEquipment_{ 0x050A4900 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipHullCode_{ 0x050A5350 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpaceshipWeaponBinding_{ 0x050C9D30 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSSpawnOnDestroy_{ 0x050A4DA0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSStoredTraversalData_{ 0x050C99C0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSVolumeFormComponent_{ 0x050C9880 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSWorkshopItemColorComponent_{ 0x050A4B20 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_BGSWorldSpaceOverlayComponent_{ 0x050C8130 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_Blueprints__BlueprintVariant_{ 0x050CA450 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_Blueprints__Blueprint_{ 0x050CA2A0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_LensFlareAttachmentComponent_{ 0x050C8050 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_LightAnimFormComponent_{ 0x050A5420 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_LightAttachmentFormComponent_{ 0x050A5500 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_ObjectAttachmentFormComponent_{ 0x050C7F70 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_ParticleFormComponent_{ 0x050C68C0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_ReflectionProbeCellComponent_{ 0x050C6540 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESAIForm_{ 0x050C85E0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESContainer_{ 0x050CA020 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESDescription_{ 0x050A5880 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESFullName_{ 0x050C92F0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESHealthForm_{ 0x050C9550 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESImageSpaceModifiableForm_{ 0x050A5950 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESMagicTargetForm_{ 0x050CA0F0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESModel_{ 0x050C87C0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESPlanetModel_{ 0x050A5630 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESTexture_{ 0x050C84D0 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESValueForm_{ 0x050C9A90 }; + inline constexpr REL::Offset DefaultFormComponentMoverPolicy_TESWeightForm_{ 0x050CA970 }; + inline constexpr REL::Offset DefaultFunctionSpecialPurposeHandler{ 0x05135410 }; + inline constexpr REL::Offset DefaultMessageBoxCallback{ 0x051E61C0 }; + inline constexpr REL::Offset DefaultSingleFormDependencyFormPointerMapValue_BGSImpactData_{ 0x051E5100 }; + inline constexpr REL::Offset DefaultSingleFormDependencyFormPointerMapValue_TESForm_{ 0x051CD000 }; + inline constexpr REL::Offset DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount__{ 0x052B4680 }; + inline constexpr REL::Offset DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData__{ 0x05370E80 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ 0x052B5AD0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy__{ 0x052B18A0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount__{ 0x052B45E0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ 0x052B61E0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver__{ 0x052B8210 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData__{ 0x053700D0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect__{ 0x052B8BB0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject__{ 0x052B90A0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile__{ 0x052B87E0 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ 0x052B5B60 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy__{ 0x052B1920 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ 0x052B6270 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy__{ 0x052B1E40 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver__{ 0x052B6D50 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject__{ 0x052B9100 }; + inline constexpr REL::Offset DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile__{ 0x052B8840 }; + inline constexpr REL::Offset DeferredDeletion__IDeferredDeleter{ 0x052B03F0 }; + inline constexpr REL::Offset DeferredDeletion__IGCService{ 0x052B4418 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1__1_{ 0x052B9160 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1__1_{ 0x052B4720 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1__1_{ 0x052B0620 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1__1_{ 0x05370D30 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1__1_{ 0x052B4350 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1__1_{ 0x052B5BF0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1__1_{ 0x052B6DC0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1__1_{ 0x052B1EB0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1__1_{ 0x052B6300 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1__1_{ 0x052B54C0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1__1_{ 0x052B88A0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1__1_{ 0x052B2D80 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceBase_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1__1_{ 0x052B8C50 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1_{ 0x052B3460 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1_{ 0x052B4450 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1_{ 0x052B1740 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1_{ 0x053701A0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1_{ 0x052B41F0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1_{ 0x052B5960 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1_{ 0x052B80D0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1_{ 0x052B1D30 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1_{ 0x052B7780 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1_{ 0x052B53F0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1_{ 0x052B86B0 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1_{ 0x052B3B50 }; + inline constexpr REL::Offset DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1_{ 0x052B8AA0 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1__{ 0x052B3350 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1__{ 0x052B4D60 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1__{ 0x052B1600 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1__{ 0x053702D0 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1__{ 0x052B4130 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1__{ 0x052B5810 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1__{ 0x052B7FB0 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1__{ 0x052B1C30 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1__{ 0x052B7620 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1__{ 0x052B5330 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1__{ 0x052B85A0 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1__{ 0x052B3A90 }; + inline constexpr REL::Offset DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1__{ 0x052B89B0 }; + inline constexpr REL::Offset DemoralizeEffect{ 0x052A5350 }; + inline constexpr REL::Offset DependencyFormPointerMapValueBase{ 0x051CCB60 }; + inline constexpr REL::Offset DependencyFormPointerMapValueSimple_unsignedshort_{ 0x051D17F0 }; + inline constexpr REL::Offset DependentAnimationGraphManagerHolder{ 0x051548E0 }; + inline constexpr REL::Offset DesyncInteractionHandler{ 0x052EA898 }; + inline constexpr REL::Offset DetectLifeEffect{ 0x052A3CD0 }; + inline constexpr REL::Offset DetectionCallback__lambda_ec4924038b54912e87c60056f1c733ee__{ 0x052EFD60 }; + inline constexpr REL::Offset DetectionCollector{ 0x052A3D80 }; + inline constexpr REL::Offset DetectionDebugData{ 0x052D4978 }; + inline constexpr REL::Offset DetectionListener{ 0x052A3DD8 }; + inline constexpr REL::Offset DetectionState{ 0x052D49A8 }; + inline constexpr REL::Offset DeviceChangeEvent{ 0x053718F0 }; + inline constexpr REL::Offset DeviceChangeHandler{ 0x0532C768 }; + inline constexpr REL::Offset DeviceConnectEvent{ 0x053715E8 }; + inline constexpr REL::Offset DialogueCameraState{ 0x0520A020 }; + inline constexpr REL::Offset DialogueMenu{ 0x05328718 }; + inline constexpr REL::Offset DialogueMenu_CompleteExit{ 0x0525F998 }; + inline constexpr REL::Offset DialogueMenu_OnDialogueSelect{ 0x05327440 }; + inline constexpr REL::Offset DialogueMenu_OnListVisibilityChange{ 0x053284B8 }; + inline constexpr REL::Offset DialogueMenu_OnPersuasionAutoWin{ 0x053284F8 }; + inline constexpr REL::Offset DialogueMenu_RequestExit{ 0x053286E8 }; + inline constexpr REL::Offset DialogueMenu_RequestSkipDialogue{ 0x053286B0 }; + inline constexpr REL::Offset DialoguePackage{ 0x051FD1E8 }; + inline constexpr REL::Offset DialogueUIDataModel{ 0x0525F9C8 }; + inline constexpr REL::Offset DialogueUIDataModel__DialogueData{ 0x0525F640 }; + inline constexpr REL::Offset DialogueUIDataModel__DialogueEntryData{ 0x0525FB78 }; + inline constexpr REL::Offset DialogueUIDataModel__DialogueListData{ 0x0525FC18 }; + inline constexpr REL::Offset DialogueUIDataModel__DialogueUIDataEventShuttle{ 0x0525FAA0 }; + inline constexpr REL::Offset DialogueUIDataModel__PersuasionEntryData{ 0x0525FB38 }; + inline constexpr REL::Offset DialogueUIDataModel__PersuasionListData{ 0x0525FE60 }; + inline constexpr REL::Offset DialogueUIDataModel__PersuasionPointsData{ 0x0525F678 }; + inline constexpr REL::Offset DirectAtNode{ 0x0536EE58 }; + inline constexpr REL::Offset DirectAtNodeInstance{ 0x0536EE28 }; + inline constexpr REL::Offset DisableCharacterBumperHandler{ 0x052EB000 }; + inline constexpr REL::Offset DisableCharacterControllerHandler{ 0x052E6570 }; + inline constexpr REL::Offset DisableCharacterPitchHandler{ 0x052EADF8 }; + inline constexpr REL::Offset DisableCollisionHandler{ 0x052EB070 }; + inline constexpr REL::Offset DisarmEffect{ 0x052A3D20 }; + inline constexpr REL::Offset DisconnectHandler{ 0x0532C740 }; + inline constexpr REL::Offset DisguiseEffect{ 0x052A3DB0 }; + inline constexpr REL::Offset DisguiseEffect__DetectionChecker{ 0x052A3D48 }; + inline constexpr REL::Offset DispelEffect{ 0x052A3E00 }; + inline constexpr REL::Offset DiveBombPathController{ 0x05309BA0 }; + inline constexpr REL::Offset DoNotInterruptAnimationHandler{ 0x052E9FC0 }; + inline constexpr REL::Offset DoNothingUnhandledPolicy_BSFixedString_{ 0x05166FE0 }; + inline constexpr REL::Offset DocAcceptDataModel{ 0x05243348 }; + inline constexpr REL::Offset DocAcceptDataModel__DocAcceptEventShuttle{ 0x05243490 }; + inline constexpr REL::Offset DocAcceptMenu{ 0x0522AD78 }; + inline constexpr REL::Offset DocAcceptMenu_Accept{ 0x0522ADE8 }; + inline constexpr REL::Offset DoorObstacleAdapter{ 0x052BB088 }; + inline constexpr REL::Offset DropResourcesEffect{ 0x052A4D00 }; + inline constexpr REL::Offset DrugsCraftingMenu{ 0x05289A68 }; + inline constexpr REL::Offset DualDirectAtNode{ 0x0536EE00 }; + inline constexpr REL::Offset DualDirectAtNodeInstance{ 0x0536EDD0 }; + inline constexpr REL::Offset DualValueModifierEffect{ 0x052A3E28 }; + inline constexpr REL::Offset DynamicAnimationNode{ 0x0536EAA8 }; + inline constexpr REL::Offset DynamicAnimationNodeInstance{ 0x0536EAD8 }; + inline constexpr REL::Offset DynamicGraphReference{ 0x0536DD68 }; + inline constexpr REL::Offset DynamicGraphReferenceInstance{ 0x0536DD30 }; + inline constexpr REL::Offset DynamicIdleDataSingletonHelper{ 0x05154A58 }; + inline constexpr REL::Offset DynamicNavMeshTask{ 0x0515B278 }; + inline constexpr REL::Offset DynamicNavMeshTaskCellRemap{ 0x0515B2E0 }; + inline constexpr REL::Offset DynamicNavMeshTaskShiftWorld{ 0x0515B2A8 }; + inline constexpr REL::Offset DynamicNavMeshTaskStitching{ 0x0515B318 }; + inline constexpr REL::Offset DynamicNavmesh{ 0x05191210 }; + inline constexpr REL::Offset DynamicNavmeshService{ 0x0515FBD0 }; + inline constexpr REL::Offset EffectArchetypes__MainStatusHandler{ 0x050AEA30 }; + inline constexpr REL::Offset EffectSequenceComponentPolicy{ 0x050A9330 }; + inline constexpr REL::Offset EffectSequenceMap{ 0x05163338 }; + inline constexpr REL::Offset EffectSequenceNode{ 0x0536B1F0 }; + inline constexpr REL::Offset EffectSequenceNodeInstance{ 0x0536E040 }; + inline constexpr REL::Offset EffectSequence__EffectSequenceManager{ 0x05162E68 }; + inline constexpr REL::Offset EffectSequence__IFormInitialized{ 0x05163458 }; + inline constexpr REL::Offset EffectSetting{ 0x0508E0E0 }; + inline constexpr REL::Offset EjectShellCasingHandler{ 0x052EA6E8 }; + inline constexpr REL::Offset EmittanceManagerAgent{ 0x05154CE8 }; + inline constexpr REL::Offset EmitterProjectile{ 0x0520F980 }; + inline constexpr REL::Offset EmptyDependencyFormPointerMapValue{ 0x051CD0B8 }; + inline constexpr REL::Offset EnableCharacterBumperHandler{ 0x052EB038 }; + inline constexpr REL::Offset EnableCharacterControllerHandler{ 0x052E6A68 }; + inline constexpr REL::Offset EnableCharacterPitchHandler{ 0x052EB1F0 }; + inline constexpr REL::Offset EnableCollisionHandler{ 0x052EB0A0 }; + inline constexpr REL::Offset EnchantmentItem{ 0x051787F8 }; + inline constexpr REL::Offset EndGameCreditsMenu{ 0x0522B260 }; + inline constexpr REL::Offset EndGameCreditsMenu__CustomEvent{ 0x05091A80 }; + inline constexpr REL::Offset EndSecurityMinigameHandler{ 0x052E6BB8 }; + inline constexpr REL::Offset EndSummonAnimationHandler{ 0x052E9F90 }; + inline constexpr REL::Offset EnhanceWeaponEffect{ 0x052AF720 }; + inline constexpr REL::Offset EnsureAliasCanBePickpocketedFunc{ 0x0523C068 }; + inline constexpr REL::Offset EquippedItemData{ 0x052227B0 }; + inline constexpr REL::Offset EquippedSpell__Data{ 0x052227D8 }; + inline constexpr REL::Offset EquippedWeapon__AimModule{ 0x05222868 }; + inline constexpr REL::Offset EquippedWeapon__AmmunitionModule{ 0x05222898 }; + inline constexpr REL::Offset EquippedWeapon__AttackModule{ 0x052228D0 }; + inline constexpr REL::Offset EquippedWeapon__AudioModule{ 0x052229C8 }; + inline constexpr REL::Offset EquippedWeapon__Data{ 0x05222808 }; + inline constexpr REL::Offset EquippedWeapon__IModule{ 0x05222838 }; + inline constexpr REL::Offset EquippedWeapon__MeleeAttackModule{ 0x05222908 }; + inline constexpr REL::Offset EquippedWeapon__PowerModule{ 0x05222940 }; + inline constexpr REL::Offset EquippedWeapon__RangedAttackModule{ 0x05222AE0 }; + inline constexpr REL::Offset EquippedWeapon__VariableRangeModule{ 0x05222B18 }; + inline constexpr REL::Offset EquippedWeapon__VisualModule{ 0x05222B58 }; + inline constexpr REL::Offset EquippedWeapon____RefWeaponResolver{ 0x05222980 }; + inline constexpr REL::Offset EtherealizationEffect{ 0x052A3E58 }; + inline constexpr REL::Offset EvaluateConditionVariable{ 0x0536E368 }; + inline constexpr REL::Offset EvaluateConditionVariableInstance{ 0x0536E398 }; + inline constexpr REL::Offset EventController{ 0x0536E9A0 }; + inline constexpr REL::Offset EventControllerInstance{ 0x0536E9C8 }; + inline constexpr REL::Offset EventDispatcherBackend{ 0x053A0C20 }; + inline constexpr REL::Offset EventFromRange{ 0x0536E6B0 }; + inline constexpr REL::Offset EventFromRangeInstance{ 0x0536E6D8 }; + inline constexpr REL::Offset EveryNEvents{ 0x0536E820 }; + inline constexpr REL::Offset EveryNEventsInstance{ 0x0536E848 }; + inline constexpr REL::Offset ExecuteOnAliasedRefFunc{ 0x05179D60 }; + inline constexpr REL::Offset ExitChargen_ConfirmCallback{ 0x052842F0 }; + inline constexpr REL::Offset Explosion{ 0x052AF5B8 }; + inline constexpr REL::Offset ExplosionClosestHitCollector{ 0x052ED490 }; + inline constexpr REL::Offset ExplosiveIndicatorDataModel{ 0x05239C20 }; + inline constexpr REL::Offset ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle{ 0x05239AE0 }; + inline constexpr REL::Offset ExternalDataSourceMainStatusHandler{ 0x050AEA70 }; + inline constexpr REL::Offset ExternalRefcountStrategy_0_{ 0x053FB890 }; + inline constexpr REL::Offset ExtraAcousticParent{ 0x0517B768 }; + inline constexpr REL::Offset ExtraAction{ 0x0517BED8 }; + inline constexpr REL::Offset ExtraActivateRef{ 0x0517BAE8 }; + inline constexpr REL::Offset ExtraActivateText{ 0x05179578 }; + inline constexpr REL::Offset ExtraActorCause{ 0x0517A270 }; + inline constexpr REL::Offset ExtraActorValueStorage{ 0x05179460 }; + inline constexpr REL::Offset ExtraAliasInstanceArray{ 0x0517BC98 }; + inline constexpr REL::Offset ExtraAmmo{ 0x0517A060 }; + inline constexpr REL::Offset ExtraAnimGraphManager{ 0x0517BF58 }; + inline constexpr REL::Offset ExtraAnimGraphPreload{ 0x0517B538 }; + inline constexpr REL::Offset ExtraAnimSounds{ 0x051794C0 }; + inline constexpr REL::Offset ExtraAshPileRef{ 0x0517B828 }; + inline constexpr REL::Offset ExtraAttachRef{ 0x05179A08 }; + inline constexpr REL::Offset ExtraAttachRefChildren{ 0x05179A30 }; + inline constexpr REL::Offset ExtraAttachedArrows3D{ 0x051796A8 }; + inline constexpr REL::Offset ExtraBadPosition{ 0x0517A108 }; + inline constexpr REL::Offset ExtraBendableSplineParams{ 0x05163CC8 }; + inline constexpr REL::Offset ExtraBlueprintPartOriginData{ 0x0517A028 }; + inline constexpr REL::Offset ExtraBody{ 0x0517B6A0 }; + inline constexpr REL::Offset ExtraBoneScaleMap{ 0x05179968 }; + inline constexpr REL::Offset ExtraCachedScale{ 0x05179B70 }; + inline constexpr REL::Offset ExtraCalcedPackIn{ 0x05179838 }; + inline constexpr REL::Offset ExtraCanTalkToPlayer{ 0x0517BBC8 }; + inline constexpr REL::Offset ExtraCannotWear{ 0x0517BA30 }; + inline constexpr REL::Offset ExtraCell3D{ 0x05178D78 }; + inline constexpr REL::Offset ExtraCellAcousticSpace{ 0x05178BD8 }; + inline constexpr REL::Offset ExtraCellEnvMap{ 0x05179650 }; + inline constexpr REL::Offset ExtraCellGlobalDirtLayer{ 0x05178BA8 }; + inline constexpr REL::Offset ExtraCellImageSpace{ 0x05178CC8 }; + inline constexpr REL::Offset ExtraCellMusicType{ 0x05178C38 }; + inline constexpr REL::Offset ExtraCellSkyRegion{ 0x05178D48 }; + inline constexpr REL::Offset ExtraCellWaterEnvMap{ 0x05179678 }; + inline constexpr REL::Offset ExtraCellWaterType{ 0x05178C08 }; + inline constexpr REL::Offset ExtraCharge{ 0x0517A8B0 }; + inline constexpr REL::Offset ExtraCollisionData{ 0x05179D30 }; + inline constexpr REL::Offset ExtraCombatStyle{ 0x05179D90 }; + inline constexpr REL::Offset ExtraConstrainedDecalData{ 0x05179548 }; + inline constexpr REL::Offset ExtraCount{ 0x0517A928 }; + inline constexpr REL::Offset ExtraCreatureAwakeSound{ 0x0517A2C8 }; + inline constexpr REL::Offset ExtraCulledBone{ 0x0517A738 }; + inline constexpr REL::Offset ExtraCulledSubsegment{ 0x05179C48 }; + inline constexpr REL::Offset ExtraDataList__NativeLinkFunctor__lambda_5e7648af5ca7db90a214a0a0b84d1172__{ 0x0529A5C0 }; + inline constexpr REL::Offset ExtraDataList__NativeLinkFunctor__lambda_847a05dbb8676473a5e88db7bb9e3d88__{ 0x053510A0 }; + inline constexpr REL::Offset ExtraDesiredLegendaryRank{ 0x05179AC0 }; + inline constexpr REL::Offset ExtraDirectAtTarget{ 0x0517B218 }; + inline constexpr REL::Offset ExtraDroppedItemList{ 0x0517B980 }; + inline constexpr REL::Offset ExtraEditorID{ 0x0517A378 }; + inline constexpr REL::Offset ExtraEditorRefMoveData{ 0x0517B448 }; + inline constexpr REL::Offset ExtraEmittanceSource{ 0x0517B708 }; + inline constexpr REL::Offset ExtraEnableStateChildren{ 0x0517BB10 }; + inline constexpr REL::Offset ExtraEnableStateParent{ 0x0517BB98 }; + inline constexpr REL::Offset ExtraEnchantment{ 0x0517A578 }; + inline constexpr REL::Offset ExtraEncounterZone{ 0x0517BD30 }; + inline constexpr REL::Offset ExtraEssentialProtected{ 0x05179900 }; + inline constexpr REL::Offset ExtraExteriorReflectionProbeAdjustmentVolume{ 0x0517BC50 }; + inline constexpr REL::Offset ExtraExternalEmittanceData{ 0x05179390 }; + inline constexpr REL::Offset ExtraFXPickNodes{ 0x051798D8 }; + inline constexpr REL::Offset ExtraFactionChanges{ 0x0517BDE0 }; + inline constexpr REL::Offset ExtraFavorCost{ 0x0517A0B0 }; + inline constexpr REL::Offset ExtraFavorite{ 0x0517A2F8 }; + inline constexpr REL::Offset ExtraFlags{ 0x0517A4A8 }; + inline constexpr REL::Offset ExtraFogVolume{ 0x0517BC28 }; + inline constexpr REL::Offset ExtraFollower{ 0x0517A860 }; + inline constexpr REL::Offset ExtraFollowerSwimBreadcrumbs{ 0x0517BCF8 }; + inline constexpr REL::Offset ExtraForcedLandingMarker{ 0x051796D8 }; + inline constexpr REL::Offset ExtraForcedTarget{ 0x0517A500 }; + inline constexpr REL::Offset ExtraFriendHits{ 0x0517B6E0 }; + inline constexpr REL::Offset ExtraFromAlias{ 0x05179BF0 }; + inline constexpr REL::Offset ExtraFurnitureEntryData{ 0x0517B4D8 }; + inline constexpr REL::Offset ExtraGeometryDirtynessScale{ 0x0517A3E8 }; + inline constexpr REL::Offset ExtraGhost{ 0x0517B9E0 }; + inline constexpr REL::Offset ExtraGlobal{ 0x0517A978 }; + inline constexpr REL::Offset ExtraGroupedPackin{ 0x05179338 }; + inline constexpr REL::Offset ExtraGuardedRefData{ 0x0517B3B8 }; + inline constexpr REL::Offset ExtraHasNoRumors{ 0x05179E40 }; + inline constexpr REL::Offset ExtraHavok{ 0x05178DA0 }; + inline constexpr REL::Offset ExtraHeadTrackingWeight{ 0x0517A130 }; + inline constexpr REL::Offset ExtraHeadingTarget{ 0x0517A298 }; + inline constexpr REL::Offset ExtraHealth{ 0x0517A900 }; + inline constexpr REL::Offset ExtraHorse{ 0x0517A550 }; + inline constexpr REL::Offset ExtraIgnoredAttractKeywords{ 0x05179930 }; + inline constexpr REL::Offset ExtraIgnoredBySandbox{ 0x0517B3E8 }; + inline constexpr REL::Offset ExtraInitActions{ 0x05163CF8 }; + inline constexpr REL::Offset ExtraInputEnableLayer{ 0x0517B1E8 }; + inline constexpr REL::Offset ExtraInstanceData{ 0x0517B2A0 }; + inline constexpr REL::Offset ExtraInteraction{ 0x0517B8F8 }; + inline constexpr REL::Offset ExtraInvestedGold{ 0x05179888 }; + inline constexpr REL::Offset ExtraItemDropper{ 0x0517BA08 }; + inline constexpr REL::Offset ExtraKeywords{ 0x05179628 }; + inline constexpr REL::Offset ExtraLargeRefOwnerCells{ 0x05179CD8 }; + inline constexpr REL::Offset ExtraLastFinishedSequence{ 0x0517BA58 }; + inline constexpr REL::Offset ExtraLevCreaModifier{ 0x0517B7C8 }; + inline constexpr REL::Offset ExtraLeveledBaseObject{ 0x0517B798 }; + inline constexpr REL::Offset ExtraLeveledCreature{ 0x0517BF28 }; + inline constexpr REL::Offset ExtraLeveledItem{ 0x0517A950 }; + inline constexpr REL::Offset ExtraLight{ 0x0517BF00 }; + inline constexpr REL::Offset ExtraLightAreaData{ 0x0517A708 }; + inline constexpr REL::Offset ExtraLightBarndoorData{ 0x0517A760 }; + inline constexpr REL::Offset ExtraLightColorData{ 0x0517A618 }; + inline constexpr REL::Offset ExtraLightData{ 0x05179D08 }; + inline constexpr REL::Offset ExtraLightFlickerData{ 0x0517A678 }; + inline constexpr REL::Offset ExtraLightGoboData{ 0x0517A6A8 }; + inline constexpr REL::Offset ExtraLightLayerData{ 0x0517A648 }; + inline constexpr REL::Offset ExtraLightRoundnessData{ 0x0517A6D8 }; + inline constexpr REL::Offset ExtraLightStaticShadowMapData{ 0x05179C78 }; + inline constexpr REL::Offset ExtraLightVolumetricData{ 0x0517A5C8 }; + inline constexpr REL::Offset ExtraLinkedChildrenAliasInstanceArray{ 0x0517B350 }; + inline constexpr REL::Offset ExtraLinkedRef{ 0x0517A810 }; + inline constexpr REL::Offset ExtraLinkedRefChildren{ 0x0517BB40 }; + inline constexpr REL::Offset ExtraLitWaterRefs{ 0x05179EC0 }; + inline constexpr REL::Offset ExtraLocation{ 0x05179B20 }; + inline constexpr REL::Offset ExtraLocationRefType{ 0x0517BAB8 }; + inline constexpr REL::Offset ExtraLock{ 0x0517A5F8 }; + inline constexpr REL::Offset ExtraLockList{ 0x05179B48 }; + inline constexpr REL::Offset ExtraMagicCaster{ 0x051792B0 }; + inline constexpr REL::Offset ExtraMapMarker{ 0x0517BEB0 }; + inline constexpr REL::Offset ExtraMaterialSwap{ 0x051795D0 }; + inline constexpr REL::Offset ExtraMissingRefIDs{ 0x0517A448 }; + inline constexpr REL::Offset ExtraModIndex{ 0x05179708 }; + inline constexpr REL::Offset ExtraModRank{ 0x05179CB0 }; + inline constexpr REL::Offset ExtraModelSwap{ 0x05179E68 }; + inline constexpr REL::Offset ExtraNavMeshPortal{ 0x0517A1C0 }; + inline constexpr REL::Offset ExtraNorthRotation{ 0x05178C68 }; + inline constexpr REL::Offset ExtraObjectBreakable{ 0x05179490 }; + inline constexpr REL::Offset ExtraObjectSavedDynamicIdles{ 0x05179990 }; + inline constexpr REL::Offset ExtraObjectSavedUnrecoverableSubgraphs{ 0x051799C8 }; + inline constexpr REL::Offset ExtraOcclusionPlaneRefData{ 0x0517A188 }; + inline constexpr REL::Offset ExtraOpenCloseActivateRef{ 0x05179C18 }; + inline constexpr REL::Offset ExtraOriginalBaseObject{ 0x05179BC0 }; + inline constexpr REL::Offset ExtraOriginalReference{ 0x0517A7E0 }; + inline constexpr REL::Offset ExtraOutfitItem{ 0x0517A8D8 }; + inline constexpr REL::Offset ExtraOwnership{ 0x0517A9F0 }; + inline constexpr REL::Offset ExtraOwningInstance{ 0x05179A60 }; + inline constexpr REL::Offset ExtraPackage{ 0x0517BE10 }; + inline constexpr REL::Offset ExtraPackageData{ 0x05179DB8 }; + inline constexpr REL::Offset ExtraPackageStartLocation{ 0x0517B670 }; + inline constexpr REL::Offset ExtraPatrolRefData{ 0x0517A218 }; + inline constexpr REL::Offset ExtraPatrolRefInUseData{ 0x0517BCC8 }; + inline constexpr REL::Offset ExtraPersistentCell{ 0x0517B640 }; + inline constexpr REL::Offset ExtraPlacedPlanetContent{ 0x051791C8 }; + inline constexpr REL::Offset ExtraPlayerCrimeList{ 0x0517BE38 }; + inline constexpr REL::Offset ExtraPoison{ 0x0517A7B8 }; + inline constexpr REL::Offset ExtraPowerArmor{ 0x0517B248 }; + inline constexpr REL::Offset ExtraPowerArmorPreload{ 0x0517B270 }; + inline constexpr REL::Offset ExtraPowerLinks{ 0x0517A790 }; + inline constexpr REL::Offset ExtraPrimitive{ 0x0517A320 }; + inline constexpr REL::Offset ExtraProceduralInstanceData{ 0x051793F8 }; + inline constexpr REL::Offset ExtraProcessMiddleLow{ 0x05178C98 }; + inline constexpr REL::Offset ExtraProjectedDecalData{ 0x0517A348 }; + inline constexpr REL::Offset ExtraPromotedRef{ 0x0517B390 }; + inline constexpr REL::Offset ExtraPropertySheet{ 0x05179730 }; + inline constexpr REL::Offset ExtraRadioData{ 0x0517A1F0 }; + inline constexpr REL::Offset ExtraRadioReceiver{ 0x051794E8 }; + inline constexpr REL::Offset ExtraRadioRepeater{ 0x05179518 }; + inline constexpr REL::Offset ExtraRadius{ 0x05179DE0 }; + inline constexpr REL::Offset ExtraRadiusFalloffExponent{ 0x05179E08 }; + inline constexpr REL::Offset ExtraRagDollData{ 0x0517B850 }; + inline constexpr REL::Offset ExtraRandomAnimStartTime{ 0x051793C8 }; + inline constexpr REL::Offset ExtraRandomTeleportMarker{ 0x0517BA88 }; + inline constexpr REL::Offset ExtraRangedDistOverride{ 0x0517A478 }; + inline constexpr REL::Offset ExtraRank{ 0x0517A9A0 }; + inline constexpr REL::Offset ExtraRefWeaponSounds{ 0x0517B5A0 }; + inline constexpr REL::Offset ExtraReferenceGroup{ 0x051795A0 }; + inline constexpr REL::Offset ExtraReferenceHandles{ 0x05179AF0 }; + inline constexpr REL::Offset ExtraReflectedRefs{ 0x05179EE8 }; + inline constexpr REL::Offset ExtraReflectorRefs{ 0x05179F18 }; + inline constexpr REL::Offset ExtraRefrPath{ 0x0517B328 }; + inline constexpr REL::Offset ExtraRefractionProperty{ 0x0517B950 }; + inline constexpr REL::Offset ExtraRegionList{ 0x05178D20 }; + inline constexpr REL::Offset ExtraReservedMarkers{ 0x0517B7F8 }; + inline constexpr REL::Offset ExtraRoomRefData{ 0x0517BD60 }; + inline constexpr REL::Offset ExtraRunOncePacks{ 0x0517BB70 }; + inline constexpr REL::Offset ExtraSavedAnimation{ 0x0517B9B0 }; + inline constexpr REL::Offset ExtraSavedHavokData{ 0x0517B920 }; + inline constexpr REL::Offset ExtraSayToTopicInfo{ 0x0517BBF8 }; + inline constexpr REL::Offset ExtraSayTopicInfoOnceADay{ 0x0517BD88 }; + inline constexpr REL::Offset ExtraScale{ 0x0517A838 }; + inline constexpr REL::Offset ExtraSceneData{ 0x0517A160 }; + inline constexpr REL::Offset ExtraScriptedAnimDependence{ 0x0517B2F0 }; + inline constexpr REL::Offset ExtraSeed{ 0x0517BE90 }; + inline constexpr REL::Offset ExtraSeenData{ 0x05178CF8 }; + inline constexpr REL::Offset ExtraShipArrivalData{ 0x0517A080 }; + inline constexpr REL::Offset ExtraShipBlueprintSnapData{ 0x0517B608 }; + inline constexpr REL::Offset ExtraShouldWear{ 0x0517BE68 }; + inline constexpr REL::Offset ExtraSnapLinks{ 0x05179368 }; + inline constexpr REL::Offset ExtraSoul{ 0x0517B6C0 }; + inline constexpr REL::Offset ExtraSound{ 0x0517BDB8 }; + inline constexpr REL::Offset ExtraSoundHook{ 0x0517A248 }; + inline constexpr REL::Offset ExtraSourcePackIn{ 0x05179860 }; + inline constexpr REL::Offset ExtraSpawnContainer{ 0x0517B738 }; + inline constexpr REL::Offset ExtraStartingPosition{ 0x0517A9C0 }; + inline constexpr REL::Offset ExtraStartingWorldOrCell{ 0x0517B418 }; + inline constexpr REL::Offset ExtraTeleport{ 0x0517A5A0 }; + inline constexpr REL::Offset ExtraTeleportName{ 0x05179B98 }; + inline constexpr REL::Offset ExtraTempLocationWorldSpace{ 0x0517B5D0 }; + inline constexpr REL::Offset ExtraTerminalMenuBodyTextItems{ 0x05179760 }; + inline constexpr REL::Offset ExtraTerminalMenuItems{ 0x051797D0 }; + inline constexpr REL::Offset ExtraTerminalMenuMenuItems{ 0x05179800 }; + inline constexpr REL::Offset ExtraTerminalMenuUnlockedItems{ 0x05179798 }; + inline constexpr REL::Offset ExtraTextDisplayData{ 0x0517A0D8 }; + inline constexpr REL::Offset ExtraTimeLeft{ 0x0517A888 }; + inline constexpr REL::Offset ExtraTimeOfDayData{ 0x05179430 }; + inline constexpr REL::Offset ExtraTransitionCellCount{ 0x05179F48 }; + inline constexpr REL::Offset ExtraTraversalData{ 0x0517B508 }; + inline constexpr REL::Offset ExtraTresPassPackage{ 0x05179A90 }; + inline constexpr REL::Offset ExtraUniqueID{ 0x0517A528 }; + inline constexpr REL::Offset ExtraUsedMarkers{ 0x0517B878 }; + inline constexpr REL::Offset ExtraVoiceType{ 0x051798B0 }; + inline constexpr REL::Offset ExtraVolumeData{ 0x0517A420 }; + inline constexpr REL::Offset ExtraVolumeReflectionProbe_OffsetIntensity{ 0x0517A3A0 }; + inline constexpr REL::Offset ExtraWaterCurrentZoneData{ 0x0517A4D0 }; + inline constexpr REL::Offset ExtraWaterData{ 0x0517B2C8 }; + inline constexpr REL::Offset ExtraWaterLightRefs{ 0x05179E90 }; + inline constexpr REL::Offset ExtraWaterReflectionData{ 0x051795F8 }; + inline constexpr REL::Offset ExtraWorkshopSnapping{ 0x051C1F38 }; + inline constexpr REL::Offset ExtraWwiseSwitchData{ 0x051E3680 }; + inline constexpr REL::Offset EyeTrackingOffHandler{ 0x052EA320 }; + inline constexpr REL::Offset EyeTrackingOnHandler{ 0x052EA350 }; + inline constexpr REL::Offset FACEFX_ACTOR{ 0x05164010 }; + inline constexpr REL::Offset FACEFX_BONESET{ 0x05163FE8 }; + inline constexpr REL::Offset FOCollisionListener{ 0x051EBB40 }; + inline constexpr REL::Offset FaceEmotionalIdleHandler{ 0x052EAC98 }; + inline constexpr REL::Offset FaderData{ 0x05092DA8 }; + inline constexpr REL::Offset FaderMenu{ 0x05328B78 }; + inline constexpr REL::Offset FanfareData{ 0x0522B318 }; + inline constexpr REL::Offset FanfareMenu{ 0x0522B2F0 }; + inline constexpr REL::Offset FanfareMenu__FanfareEventShuttle{ 0x0522B3D8 }; + inline constexpr REL::Offset FarTravel__Arrival{ 0x052A7B50 }; + inline constexpr REL::Offset FarTravel__Cruise{ 0x052A7BA8 }; + inline constexpr REL::Offset FarTravel__Departure{ 0x052A7B78 }; + inline constexpr REL::Offset FarTravel__FarTravelOrbitalUpdateFadeDone{ 0x052A7BD0 }; + inline constexpr REL::Offset FarTravel__FarTravelUnloadNode{ 0x051C7008 }; + inline constexpr REL::Offset FarTravel__Stage{ 0x052A7C80 }; + inline constexpr REL::Offset FarTravel__UpdateGalacticPositions{ 0x052A7C10 }; + inline constexpr REL::Offset FavoritesManager{ 0x0532A020 }; + inline constexpr REL::Offset FavoritesManager__FavoritesData{ 0x05329CD8 }; + inline constexpr REL::Offset FavoritesManager__FavoritesEntryData{ 0x05329C98 }; + inline constexpr REL::Offset FavoritesManager__FavoritesUIDataEventShuttle{ 0x05329C50 }; + inline constexpr REL::Offset FavoritesMenu{ 0x05329FA8 }; + inline constexpr REL::Offset FavoritesMenu_AssignQuickkey{ 0x05329928 }; + inline constexpr REL::Offset FavoritesMenu_UseQuickkey{ 0x05329960 }; + inline constexpr REL::Offset FileWriterBase{ 0x052AA108 }; + inline constexpr REL::Offset FindConnectedNavmeshInfosVisitor{ 0x051FEC38 }; + inline constexpr REL::Offset FindDynamicNeighborsTask{ 0x05089B80 }; + inline constexpr REL::Offset FindEffectKeywordOnTargetFunctor{ 0x052A45B0 }; + inline constexpr REL::Offset FindTriangleForLocationFilter{ 0x05152760 }; + inline constexpr REL::Offset FindTriangleForLocationFilterCheckDeltaZ{ 0x05152688 }; + inline constexpr REL::Offset FindTriangleForLocationTraversableFilter{ 0x053B03D0 }; + inline constexpr REL::Offset FindTriangleForLocationWaterFilter{ 0x053B0410 }; + inline constexpr REL::Offset FireForgetModel{ 0x0523A0A8 }; + inline constexpr REL::Offset FireForgetModel__FireForgetEventShuttle{ 0x05239F70 }; + inline constexpr REL::Offset FireParticlesCollidedWithBodiesCallbackTask{ 0x05089CB0 }; + inline constexpr REL::Offset FireParticlesCollidedWithParticlesCallbackTask{ 0x05089C60 }; + inline constexpr REL::Offset FireParticlesExitedSafeRegionCallbackTask{ 0x05089D00 }; + inline constexpr REL::Offset FirstPersonState{ 0x05323C08 }; + inline constexpr REL::Offset FlameProjectile{ 0x052ED958 }; + inline constexpr REL::Offset FleePackage{ 0x05092D08 }; + inline constexpr REL::Offset FlightActionEndHandler{ 0x052E9DD8 }; + inline constexpr REL::Offset FlightActionEntryEndHandler{ 0x052E9E08 }; + inline constexpr REL::Offset FlightActionHandler{ 0x052E9F00 }; + inline constexpr REL::Offset FlightCameraState{ 0x05323EE0 }; + inline constexpr REL::Offset FlightCrashLandStartHandler{ 0x052E9E70 }; + inline constexpr REL::Offset FlightCruisingHandler{ 0x052EA260 }; + inline constexpr REL::Offset FlightHoveringHandler{ 0x052EA2F0 }; + inline constexpr REL::Offset FlightLandEndHandler{ 0x052E9F30 }; + inline constexpr REL::Offset FlightLandHandler{ 0x052E9EA8 }; + inline constexpr REL::Offset FlightLandingHandler{ 0x052EA2C0 }; + inline constexpr REL::Offset FlightPerchingHandler{ 0x052E9ED0 }; + inline constexpr REL::Offset FlightTakeOffHandler{ 0x052EA290 }; + inline constexpr REL::Offset Float3LightAnimData{ 0x0516B4E0 }; + inline constexpr REL::Offset Float4LightAnimData{ 0x0516B488 }; + inline constexpr REL::Offset FloatLightAnimData{ 0x0516B458 }; + inline constexpr REL::Offset FocusStarMapOnBodyMsg{ 0x05092680 }; + inline constexpr REL::Offset FoodCraftingMenu{ 0x0526C6F0 }; + inline constexpr REL::Offset FootIKNode{ 0x0536B1C8 }; + inline constexpr REL::Offset FootIKNodeInstance{ 0x0536E078 }; + inline constexpr REL::Offset FootIkInterface{ 0x052CC260 }; + inline constexpr REL::Offset ForEachFunctorAdapter_SpellItem_Actor__ForEachSpellVisitor__lambda_0a09c06f17a37f4a740c7ecd942c21dc__BSContainer__ForEachResult_{ 0x052EFDC0 }; + inline constexpr REL::Offset ForceWeaponFireHandler{ 0x052EAFA8 }; + inline constexpr REL::Offset FormComponentUtils__ReadableComponent_BGSLodRuntimeOwnerComponent_{ 0x05160AB0 }; + inline constexpr REL::Offset FormStreamerLoadStorageWrapper{ 0x052AE0E8 }; + inline constexpr REL::Offset FormStreamerSaveStorageWrapper{ 0x052AE0B0 }; + inline constexpr REL::Offset FreeAdvancedCameraState{ 0x053240F0 }; + inline constexpr REL::Offset FreeFlyCameraState{ 0x05324180 }; + inline constexpr REL::Offset FreeTetheredCameraState{ 0x05324150 }; + inline constexpr REL::Offset FreeWalkCameraState{ 0x05324120 }; + inline constexpr REL::Offset FrenzyEffect{ 0x052A52B0 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc___CheckRefAgainstConditionsFunc__{ 0x051EA5B0 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc___GatherQueuedRefFunctor__{ 0x0517D920 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_1b9c272b48574d322ec9810a479ce257___{ 0x051E6DD0 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_30dabc8065ebd8583e3e2b97e45a260c___{ 0x053246C0 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_769d78c10d0acbf9e345f03a8e1d33b6___{ 0x052AC960 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_7af0957d0aa330bd4baf31f7786f0195___{ 0x0533B110 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_8467557c7395ec5dd218351e0f4ff344___{ 0x051E6E50 }; + inline constexpr REL::Offset FunctorCellVisitor_ForEachReferenceFunc__lambda_b4fbf1f061f7df311bd486bfc6c57847___{ 0x051E6D50 }; + inline constexpr REL::Offset FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences_____{ 0x0517E1C0 }; + inline constexpr REL::Offset FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences_____{ 0x0517E0E0 }; + inline constexpr REL::Offset FunctorCellVisitor___ObstacleAdder_{ 0x05181E20 }; + inline constexpr REL::Offset FunctorCellVisitor___ObstacleRemover_{ 0x051810E0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_0ca6541ec5b92b37a59bcbc94ef469b9__{ 0x0517E870 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_0f8da06fe7124342d14c7b824bb4ec45__{ 0x051ECBF0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_1f217d93f16066b532bf445c15346a90__{ 0x05181DC0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_296ac77b5e81e8bf0f2630b309b02535__{ 0x0517E7B0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_338a6d420c8b76ef23772cfa96a3b26e__{ 0x051ECC50 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_34f6a161fd7e2d9ce046aa2e153042e8__{ 0x051FE770 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_369ef34e03990bdda48b42a60e74f879__{ 0x051FE950 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_3f55eb3288d63b6b0c9863adc5bbe6af__{ 0x0517E750 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_4dbe805b39b2900592f89416cc644578__{ 0x05181250 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_535418469b1945e6a7005838e37449fe__{ 0x052A9E80 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_5dd8442d257de78f148c881843556078__{ 0x0517EFD0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_71868ed62e5773b56de749e088dc61c6__{ 0x052ACC00 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_7936e468952a3e6fb9cb61e10d817399__{ 0x051FE830 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_8f3bf5eb28bc4b9eb4cc1efefb6e08cc__{ 0x051FE890 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_9384b91812695de5731577aaecfd4a65__{ 0x051FE8F0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_98f2a09c7f949c8cfeab4c4c7d45d598__{ 0x051FE7D0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_ad163f1fbdceb7e9621f4392fe6d438f__{ 0x052074B0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_bec8ccff0a41259ac0f7937d9ea9eb7d__{ 0x051811F0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_c2441b3c8cc19012049cf2f8969f7f9f__{ 0x052A8310 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_caddd6c496cdfab64b9438beb49411b9__{ 0x05198EF0 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_ea3f904f3782814208f4d1ad85f3f4a9__{ 0x05196070 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_ee4f7a9d984c9f0b4e421da2555d4642__{ 0x0517EE30 }; + inline constexpr REL::Offset FunctorCellVisitor__lambda_fc153ae74dd6952e072123dc56fb2844__{ 0x05196010 }; + inline constexpr REL::Offset FunctorLinkedCellVisitor__lambda_d3f1b7425c1bf535acbf47b2d31847ca__{ 0x051F7390 }; + inline constexpr REL::Offset FunctorLinkedCellVisitor__lambda_fa0270b7d669bf826ac49638a0717574__{ 0x051C6EC0 }; + inline constexpr REL::Offset FurnitureCameraState{ 0x05323C30 }; + inline constexpr REL::Offset FurnitureMarkerNavmeshPositionCache{ 0x05128360 }; + inline constexpr REL::Offset GPUCaptureHandler{ 0x0532C7F0 }; + inline constexpr REL::Offset GPUReadback{ 0x053DCF10 }; + inline constexpr REL::Offset GPUReadbackNode_BSTSmartPointer_CreationRenderer__ImageCapture_BSTSmartPointerIntrusiveRefCount__{ 0x052727F0 }; + inline constexpr REL::Offset GameBIEvents__PlayerBIEvents{ 0x052A71B8 }; + inline constexpr REL::Offset GameMenuBase{ 0x0522AB38 }; + inline constexpr REL::Offset GameScript__ActorValueEventHandler{ 0x05332FA0 }; + inline constexpr REL::Offset GameScript__AffinityEventHandler{ 0x053333E0 }; + inline constexpr REL::Offset GameScript__BaseHandleReaderWriter{ 0x053336B0 }; + inline constexpr REL::Offset GameScript__BasicEventHandler{ 0x0534D388 }; + inline constexpr REL::Offset GameScript__BuilderEventHandler{ 0x05333E70 }; + inline constexpr REL::Offset GameScript__ChallengeEventHandler{ 0x05230AD0 }; + inline constexpr REL::Offset GameScript__CombatEventHandler{ 0x053349C0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____AddItemFunctor_19_{ 0x05347C60 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ApplyHavokImpulseFunctor_16_{ 0x053478B0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____AttachAshPileFunctor_13_{ 0x0533D9B0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____CastFunctor_21_{ 0x05342B40 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ClearDestructionFunctor_27_{ 0x05347500 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DamageObjectFunctor_2_{ 0x05347070 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DeleteFunctor_5_{ 0x05347130 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DisableFunctor_4_{ 0x05331150 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DropObjectFunctor_12_{ 0x05346E20 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____DropRefFunctor_30_{ 0x05347930 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____EnableFunctor_3_{ 0x05331200 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ForceAddRemoveRagdollFunctor_15_{ 0x053477E0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToFunctor_0_{ 0x05347A20 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToNearestNavmeshLocFunctor_26_{ 0x053472C0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToOwnEditorLocFunctor_1_{ 0x053471F0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToPackLocFunctor_10_{ 0x0533D830 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____NonLatentDeleteFunctor_9_{ 0x05346EE0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____PlayBinkFunctor_25_{ 0x0533FC30 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____PopPlayerToFunctor_31_{ 0x0533FCA0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveComponentFunctor_29_{ 0x05347B60 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveItemFunctor_23_{ 0x05347A90 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ResetFunctor_17_{ 0x05347670 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ResurrectFunctor_20_{ 0x0533D8F0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____ScrollCastFunctor_22_{ 0x053428A0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SendPlayerToJailFunctor_18_{ 0x05342D10 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetAngleFunctor_7_{ 0x05346D70 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetMotionTypeFunctor_8_{ 0x05347390 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetPositionFunctor_6_{ 0x05346FB0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____SetScaleFunctor_11_{ 0x053475C0 }; + inline constexpr REL::Offset GameScript__ConcreteDelayFunctorFactory_GameScript____WaitFor3DFunctor_24_{ 0x05347720 }; + inline constexpr REL::Offset GameScript__CustomEventHandler{ 0x05335F00 }; + inline constexpr REL::Offset GameScript__DataFileHandleReaderWriter{ 0x05333670 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ContinueRequest{ 0x05330500 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__DisconnectRequest{ 0x05330590 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__Event{ 0x053306A8 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__NextRequest{ 0x05330340 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__OutputEvent{ 0x05330118 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__PauseRequest{ 0x05330548 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ProtocolMessage{ 0x05330660 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__Request{ 0x05330618 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__Response{ 0x053305D8 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__SetBreakpointsRequest{ 0x05330410 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__SetBreakpointsResponse{ 0x0532FFB0 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__StackTraceRequest{ 0x05330460 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__StackTraceResponse{ 0x05330000 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__StepInRequest{ 0x05330300 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__StepOutRequest{ 0x053302B0 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__StoppedEvent{ 0x053300D8 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ThreadEvent{ 0x05330098 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ThreadsRequest{ 0x053304B0 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ThreadsResponse{ 0x05330050 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ValueRequest{ 0x05330380 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__ValueResponse{ 0x0532FF20 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__VariablesRequest{ 0x053303C0 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__VariablesResponse{ 0x0532FF60 }; + inline constexpr REL::Offset GameScript__DebuggerMessages__VersionEvent{ 0x05330158 }; + inline constexpr REL::Offset GameScript__DelayFunctor{ 0x053310D8 }; + inline constexpr REL::Offset GameScript__DelayFunctorFactory{ 0x05135618 }; + inline constexpr REL::Offset GameScript__DispatchAndClean_GameScript__Internal__HitRegistrationList_{ 0x05333EE0 }; + inline constexpr REL::Offset GameScript__DispatchAndClean_GameScript__Internal__MagicEffectApplyRegistrationList_{ 0x053346D0 }; + inline constexpr REL::Offset GameScript__DispatchAndClean_GameScript__Internal__RadiationDamageRegistrationList_{ 0x053345C0 }; + inline constexpr REL::Offset GameScript__DistanceEventHandler{ 0x0534F5B0 }; + inline constexpr REL::Offset GameScript__FragmentEventHandler{ 0x05335970 }; + inline constexpr REL::Offset GameScript__HandlePolicy{ 0x0533BA38 }; + inline constexpr REL::Offset GameScript__IBuilderInterface{ 0x05333EA8 }; + inline constexpr REL::Offset GameScript__Internal__AnimationCallbacks{ 0x053335F0 }; + inline constexpr REL::Offset GameScript__Internal__IProfileCallQuery{ 0x05337EA8 }; + inline constexpr REL::Offset GameScript__Internal__LOSDetectionEventData{ 0x053371C0 }; + inline constexpr REL::Offset GameScript__Internal__LOSDirectEventData{ 0x053370E0 }; + inline constexpr REL::Offset GameScript__Internal__LOSEventData{ 0x053373F8 }; + inline constexpr REL::Offset GameScript__InventoryEventHandler{ 0x05336B60 }; + inline constexpr REL::Offset GameScript__LOSEventHandler{ 0x05337430 }; + inline constexpr REL::Offset GameScript__Logger{ 0x05335FA8 }; + inline constexpr REL::Offset GameScript__MenuEventHandler{ 0x05337BC8 }; + inline constexpr REL::Offset GameScript__ObjectBindPolicy{ 0x0533B9E0 }; + inline constexpr REL::Offset GameScript__PathingCallbackMgr{ 0x05337D98 }; + inline constexpr REL::Offset GameScript__Profiler{ 0x05337E78 }; + inline constexpr REL::Offset GameScript__QuestCallbackMgr{ 0x053381C8 }; + inline constexpr REL::Offset GameScript__RemoteDebugger{ 0x05330278 }; + inline constexpr REL::Offset GameScript__SaveFileHandleReaderWriter{ 0x05333630 }; + inline constexpr REL::Offset GameScript__SavePatcher{ 0x05338268 }; + inline constexpr REL::Offset GameScript__ScriptSpaceCellCreateComplete{ 0x05333C20 }; + inline constexpr REL::Offset GameScript__ScriptSpaceshipCreateComplete{ 0x05333BE0 }; + inline constexpr REL::Offset GameScript__SingleActorArgument{ 0x050936B0 }; + inline constexpr REL::Offset GameScript__SingleObjectRefrHandleArgument{ 0x050938F0 }; + inline constexpr REL::Offset GameScript__SingleSimpleArgument_bool_{ 0x05095AF0 }; + inline constexpr REL::Offset GameScript__SingleSimpleArgument_int_{ 0x05095B30 }; + inline constexpr REL::Offset GameScript__SingleSimpleArgument_unsignedint_{ 0x05093870 }; + inline constexpr REL::Offset GameScript__SleepEventHandler{ 0x05338678 }; + inline constexpr REL::Offset GameScript__SoundCallbackMgr{ 0x05338838 }; + inline constexpr REL::Offset GameScript__SpaceshipEventHandler{ 0x0534DFC0 }; + inline constexpr REL::Offset GameScript__Store{ 0x053388D8 }; + inline constexpr REL::Offset GameScript__TeleportEventHandler{ 0x0534E210 }; + inline constexpr REL::Offset GameScript__TimerEventHandler{ 0x0534EB98 }; + inline constexpr REL::Offset GameScript__TrackedStatsEventHandler{ 0x0534EBD0 }; + inline constexpr REL::Offset GameScript__WaitEventHandler{ 0x0534FAA8 }; + inline constexpr REL::Offset GameScript____AddItemFunctor{ 0x05347C18 }; + inline constexpr REL::Offset GameScript____AnimationEventArguments{ 0x05093420 }; + inline constexpr REL::Offset GameScript____ApplyHavokImpulseFunctor{ 0x05347860 }; + inline constexpr REL::Offset GameScript____AttachAshPileFunctor{ 0x0533DA70 }; + inline constexpr REL::Offset GameScript____CastFunctor{ 0x05342A98 }; + inline constexpr REL::Offset GameScript____ClearDestructionFunctor{ 0x053474B0 }; + inline constexpr REL::Offset GameScript____DamageObjectFunctor{ 0x05347020 }; + inline constexpr REL::Offset GameScript____DeleteFunctor{ 0x053470E8 }; + inline constexpr REL::Offset GameScript____DisableFunctor{ 0x053311C0 }; + inline constexpr REL::Offset GameScript____DropObjectFunctor{ 0x05346DE0 }; + inline constexpr REL::Offset GameScript____DropRefFunctor{ 0x05347BD8 }; + inline constexpr REL::Offset GameScript____EnableFunctor{ 0x05331108 }; + inline constexpr REL::Offset GameScript____FadeThenMainMenuCallback{ 0x0533FAD0 }; + inline constexpr REL::Offset GameScript____ForceAddRemoveRagdollFunctor{ 0x05347790 }; + inline constexpr REL::Offset GameScript____LatentPlayerMover{ 0x0533F510 }; + inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_191175076f19f8788f4d7a6f8e6daa1e__{ 0x05345AD0 }; + inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_93b06c9806361d244aafbe669ed6f6c8__{ 0x05345980 }; + inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_e699a64e55446fec8056d350962d2b82__{ 0x053459F0 }; + inline constexpr REL::Offset GameScript____LinkParentFunctor__lambda_eb8347f904ba57a7dbb0ddde8c054f1d__{ 0x05345B40 }; + inline constexpr REL::Offset GameScript____LiveActorFilter{ 0x0533FBF0 }; + inline constexpr REL::Offset GameScript____MoveToBaseFunctor{ 0x053479A0 }; + inline constexpr REL::Offset GameScript____MoveToFunctor{ 0x053479E0 }; + inline constexpr REL::Offset GameScript____MoveToNearestNavmeshLocFunctor{ 0x05347270 }; + inline constexpr REL::Offset GameScript____MoveToOwnEditorLocFunctor{ 0x053471A0 }; + inline constexpr REL::Offset GameScript____MoveToPackLocFunctor{ 0x0533D960 }; + inline constexpr REL::Offset GameScript____NonLatentDeleteFunctor{ 0x05346E90 }; + inline constexpr REL::Offset GameScript____PlayBinkFunctor{ 0x053404D8 }; + inline constexpr REL::Offset GameScript____PopPlayerToFunctor{ 0x0533FD20 }; + inline constexpr REL::Offset GameScript____ProfileCallQueryTranslator{ 0x05337EF0 }; + inline constexpr REL::Offset GameScript____RawProfileCallQuery{ 0x05337F40 }; + inline constexpr REL::Offset GameScript____RemoveComponentFunctor{ 0x05347B10 }; + inline constexpr REL::Offset GameScript____RemoveItemFunctor{ 0x05347CD0 }; + inline constexpr REL::Offset GameScript____ResetFunctor{ 0x05347630 }; + inline constexpr REL::Offset GameScript____ResurrectFunctor{ 0x0533DA28 }; + inline constexpr REL::Offset GameScript____ScriptMessageBoxCallback{ 0x0533E8E0 }; + inline constexpr REL::Offset GameScript____ScrollCastFunctor{ 0x05342800 }; + inline constexpr REL::Offset GameScript____SendPlayerToJailFunctor{ 0x05342C70 }; + inline constexpr REL::Offset GameScript____SetAngleFunctor{ 0x05346D28 }; + inline constexpr REL::Offset GameScript____SetMotionTypeFunctor{ 0x05347340 }; + inline constexpr REL::Offset GameScript____SetPositionFunctor{ 0x05346F60 }; + inline constexpr REL::Offset GameScript____SetScaleFunctor{ 0x05347578 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x050945C0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____KeywordStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_{ 0x05094330 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05093ED0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x050950C0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094C30 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094170 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094420 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x050954E0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094900 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x050944F0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094B30 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05095410 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094670 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05093E00 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094760 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05095280 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094DF0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05095190 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094080 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x050949B0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094FD0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_{ 0x05094240 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094EE0 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05093F90 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094830 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094D20 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____SpeechChallengeObjectStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05095330 }; + inline constexpr REL::Offset GameScript____StoryEventArguments_GameScript____UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_{ 0x05094A80 }; + inline constexpr REL::Offset GameScript____WaitFor3DFunctor{ 0x053476E0 }; + inline constexpr REL::Offset GameSettingCollection{ 0x051539A8 }; + inline constexpr REL::Offset GameUIGlobalFunc{ 0x05262B48 }; + inline constexpr REL::Offset GameUIModel{ 0x05262C88 }; + inline constexpr REL::Offset GameVM{ 0x0533BA18 }; + inline constexpr REL::Offset GamebryoSequence{ 0x0536B3F0 }; + inline constexpr REL::Offset GamebryoSequenceInstance{ 0x0536E0A8 }; + inline constexpr REL::Offset GenerateMappingToPointsBufferTask{ 0x05089A90 }; + inline constexpr REL::Offset GenerateObstacleTask{ 0x05198BD8 }; + inline constexpr REL::Offset GenerateSpatialGridTask_BGSSpatialSparseGrid_{ 0x05198B90 }; + inline constexpr REL::Offset GenerateSpatialGridTask_BGSSpatialSparseMultiLayerGrid_{ 0x05198A90 }; + inline constexpr REL::Offset GenericFrameUpdateOperationsService{ 0x0515DDB0 }; + inline constexpr REL::Offset GetBestAmmoFunctor{ 0x051D99E8 }; + inline constexpr REL::Offset GetBestCutterFunctor{ 0x051D99B8 }; + inline constexpr REL::Offset GetBestLightFunctor{ 0x051D9988 }; + inline constexpr REL::Offset GetBestWeaponFunctor{ 0x051D9D20 }; + inline constexpr REL::Offset GetMagicItemDescriptionFunctor{ 0x05178B48 }; + inline constexpr REL::Offset GetUpEndHandler{ 0x052E9CD0 }; + inline constexpr REL::Offset GetUpStartHandler{ 0x052E9CF8 }; + inline constexpr REL::Offset GlobalFunc_CloseAllMenus{ 0x052629A8 }; + inline constexpr REL::Offset GlobalFunc_CloseMenu{ 0x05262978 }; + inline constexpr REL::Offset GlobalFunc_PlayMenuSound{ 0x052628E0 }; + inline constexpr REL::Offset GlobalFunc_StartGameRender{ 0x05262910 }; + inline constexpr REL::Offset GlobalFunc_UserEvent{ 0x05262948 }; + inline constexpr REL::Offset GraphReferenceNode{ 0x05361438 }; + inline constexpr REL::Offset GraphReferenceNodeInstance{ 0x05361498 }; + inline constexpr REL::Offset GraphicsInfoDataModel{ 0x0523D648 }; + inline constexpr REL::Offset GravJumpInitiateCompleteHandler{ 0x052E6C50 }; + inline constexpr REL::Offset GravJumpSearch{ 0x05195668 }; + inline constexpr REL::Offset GrenadeProjectile{ 0x052ED980 }; + inline constexpr REL::Offset GridArray{ 0x0518D4E0 }; + inline constexpr REL::Offset GridCellArray{ 0x0518D9A0 }; + inline constexpr REL::Offset GroundPathPathingNodeGenerator{ 0x053B8ED0 }; + inline constexpr REL::Offset GroundPathRayValidator{ 0x053B8DD8 }; + inline constexpr REL::Offset GuardActorPackageData{ 0x052D4810 }; + inline constexpr REL::Offset GuideEffect{ 0x052A4038 }; + inline constexpr REL::Offset HUDActionPointData{ 0x05092DC8 }; + inline constexpr REL::Offset HUDAmmoCountModel{ 0x052631E0 }; + inline constexpr REL::Offset HUDAmmoCountModel__HUDAmmoCountModelShuttle{ 0x05263240 }; + inline constexpr REL::Offset HUDCommandIconData{ 0x05263288 }; + inline constexpr REL::Offset HUDCompassDataModel{ 0x0523D9E0 }; + inline constexpr REL::Offset HUDCrewBuffDataModel{ 0x05233DE0 }; + inline constexpr REL::Offset HUDCrosshairDataModel{ 0x0523E0B8 }; + inline constexpr REL::Offset HUDCrosshairDataModel__HUDCrosshairEventShuttle{ 0x0523E1E0 }; + inline constexpr REL::Offset HUDData{ 0x05091E48 }; + inline constexpr REL::Offset HUDDataModel{ 0x05265660 }; + inline constexpr REL::Offset HUDDataModel__HUDDataEventShuttle{ 0x05265688 }; + inline constexpr REL::Offset HUDDirectionalHitIndicatorDataModel{ 0x052636D8 }; + inline constexpr REL::Offset HUDEnemyDataModel{ 0x0523E6E0 }; + inline constexpr REL::Offset HUDEnemyDataModel__HUDEnemyEventShuttle{ 0x0523E6A0 }; + inline constexpr REL::Offset HUDExperienceMeterDataModel{ 0x05264DF8 }; + inline constexpr REL::Offset HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle{ 0x05263AD0 }; + inline constexpr REL::Offset HUDJetpackDataModel{ 0x0523E858 }; + inline constexpr REL::Offset HUDLocationDataModel{ 0x0523EA50 }; + inline constexpr REL::Offset HUDMenu{ 0x0532A168 }; + inline constexpr REL::Offset HUDMessageDataModel{ 0x0523ED30 }; + inline constexpr REL::Offset HUDMessagesMenu{ 0x0526C718 }; + inline constexpr REL::Offset HUDNotification_MissionActiveWidgetUpdate{ 0x05266B10 }; + inline constexpr REL::Offset HUDNotification_OpenDataMenu{ 0x05266B88 }; + inline constexpr REL::Offset HUDNotification_OpenMissionMenu{ 0x05266BC0 }; + inline constexpr REL::Offset HUDNotification_SetMissionActive{ 0x05266B50 }; + inline constexpr REL::Offset HUDNotificationsModel{ 0x052665B8 }; + inline constexpr REL::Offset HUDNotificationsModel__HUDNotificationsEventShuttle{ 0x05266910 }; + inline constexpr REL::Offset HUDOpacityModel{ 0x05266E48 }; + inline constexpr REL::Offset HUDOpacityModel__HUDOpacityEventShuttle{ 0x05266E70 }; + inline constexpr REL::Offset HUDRolloverActivationButtonEvent{ 0x0523C480 }; + inline constexpr REL::Offset HUDRolloverActivationCompanionListener{ 0x0523D290 }; + inline constexpr REL::Offset HUDRolloverActivationCorpseListener{ 0x0523D2D0 }; + inline constexpr REL::Offset HUDRolloverActivationDisplayCaseListener{ 0x0523C978 }; + inline constexpr REL::Offset HUDRolloverActivationDoorListener{ 0x0523D350 }; + inline constexpr REL::Offset HUDRolloverActivationFallbackListener{ 0x0523A298 }; + inline constexpr REL::Offset HUDRolloverActivationLootListener{ 0x0523D388 }; + inline constexpr REL::Offset HUDRolloverActivationNPCListener{ 0x0523D3C0 }; + inline constexpr REL::Offset HUDRolloverActivationOutpostItemListener{ 0x0523A350 }; + inline constexpr REL::Offset HUDRolloverActivationOutpostListener{ 0x0523A5E0 }; + inline constexpr REL::Offset HUDRolloverActivationOutpostQCListener{ 0x0523A668 }; + inline constexpr REL::Offset HUDRolloverActivationQCItemPressEvent{ 0x0523C2D8 }; + inline constexpr REL::Offset HUDRolloverActivationQuickContainerListener{ 0x0523A6B0 }; + inline constexpr REL::Offset HUDRolloverActivationShipContainerListener{ 0x0523D4B0 }; + inline constexpr REL::Offset HUDRolloverActivationTeammateListener{ 0x0523D4F8 }; + inline constexpr REL::Offset HUDRolloverActivationTerminalListener{ 0x0523D538 }; + inline constexpr REL::Offset HUDRolloverDataModel{ 0x0523C318 }; + inline constexpr REL::Offset HUDSocialCommandData{ 0x05263308 }; + inline constexpr REL::Offset HUDSocialCommandDataModel{ 0x052634E0 }; + inline constexpr REL::Offset HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle{ 0x05263550 }; + inline constexpr REL::Offset HUDStarbornPowersDataModel{ 0x0523F2B0 }; + inline constexpr REL::Offset HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle{ 0x0523F380 }; + inline constexpr REL::Offset HUDStealthDataModel{ 0x0523F6F8 }; + inline constexpr REL::Offset HUDStealthDataModel__HUDStealthEventShuttle{ 0x0523F7B0 }; + inline constexpr REL::Offset HUDSubtitleDataModel{ 0x0523F8D8 }; + inline constexpr REL::Offset HUDSubtitleDataModel__HUDSubtitleEventShuttle{ 0x0523FA90 }; + inline constexpr REL::Offset HUDWatchEffectsModel{ 0x052401B8 }; + inline constexpr REL::Offset HUDWatchEffectsModel__HUDWatchEffectsModelShuttle{ 0x05240310 }; + inline constexpr REL::Offset HandlerCreationMissPolicy_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EBDF0 }; + inline constexpr REL::Offset HangarShipSelection_ChangeSystemDisplay{ 0x0522EE08 }; + inline constexpr REL::Offset HangarShipSelection_RepairShip{ 0x0522EF38 }; + inline constexpr REL::Offset HangarShipSelection_UpgradeSystem{ 0x0522EF70 }; + inline constexpr REL::Offset HasSpellVisitor{ 0x052CCE40 }; + inline constexpr REL::Offset HavokErrorCRTestApp{ 0x05128558 }; + inline constexpr REL::Offset HavokFileStreambufWriter{ 0x051EBEB0 }; + inline constexpr REL::Offset HavokParticleDef__BaseShape{ 0x0537FB18 }; + inline constexpr REL::Offset HavokParticleDef__BoxShape{ 0x0537FBC0 }; + inline constexpr REL::Offset HavokParticleDef__CapsuleShape{ 0x0537FBF0 }; + inline constexpr REL::Offset HavokParticleDef__ConvexShape{ 0x0537FC60 }; + inline constexpr REL::Offset HavokParticleDef__CubeShape{ 0x0537FB88 }; + inline constexpr REL::Offset HavokParticleDef__CylinderShape{ 0x0537FC28 }; + inline constexpr REL::Offset HavokParticleDef__SphereShape{ 0x0537FB50 }; + inline constexpr REL::Offset HavokStreambufFactory{ 0x051EBE58 }; + inline constexpr REL::Offset Hazard{ 0x050928D0 }; + inline constexpr REL::Offset HeadTrackingOffHandler{ 0x052EA148 }; + inline constexpr REL::Offset HeadTrackingOnHandler{ 0x052EA178 }; + inline constexpr REL::Offset HeadTrackingRotationOffHandler{ 0x052EA380 }; + inline constexpr REL::Offset HeadTrackingRotationOnHandler{ 0x052EA3B8 }; + inline constexpr REL::Offset HealthDamageFunctor{ 0x052EF118 }; + inline constexpr REL::Offset HeapAllocator{ 0x05371120 }; + inline constexpr REL::Offset HelpData{ 0x05231FC8 }; + inline constexpr REL::Offset HelpDataModel{ 0x05232010 }; + inline constexpr REL::Offset HelpDataModel__HelpDataModelEventShuttle{ 0x052320D8 }; + inline constexpr REL::Offset HelpTopicData{ 0x05231FE8 }; + inline constexpr REL::Offset HideSubsegmentHandler{ 0x052EA8C8 }; + inline constexpr REL::Offset HighlightManager{ 0x0518B820 }; + inline constexpr REL::Offset HitFrameHandler{ 0x052EA690 }; + inline constexpr REL::Offset HorseCameraState{ 0x05323C60 }; + inline constexpr REL::Offset HudModeDataModel{ 0x0523F1C8 }; + inline constexpr REL::Offset HudModeDataModel__HUDModeEventShuttle{ 0x0523F188 }; + inline constexpr REL::Offset IAITarget{ 0x051EE930 }; + inline constexpr REL::Offset IAIWorldLocation{ 0x05152400 }; + inline constexpr REL::Offset IAIWorldLocationHandle{ 0x051EE8C8 }; + inline constexpr REL::Offset IAimAssistImpl{ 0x0520A858 }; + inline constexpr REL::Offset IAnimationEventDataForEachFunctor{ 0x05154758 }; + inline constexpr REL::Offset IAnimationGraphComponent{ 0x05154978 }; + inline constexpr REL::Offset IAnimationGraphManagerHolder{ 0x051548A8 }; + inline constexpr REL::Offset IAnimationGraphManagerLoadingTask{ 0x051E7BA8 }; + inline constexpr REL::Offset IAnimationStanceData{ 0x0536FD78 }; + inline constexpr REL::Offset IAnimationStreamRead{ 0x051DA5C8 }; + inline constexpr REL::Offset IAnimationStreamWrite{ 0x051DA598 }; + inline constexpr REL::Offset IArrayUIValue{ 0x0515A3B8 }; + inline constexpr REL::Offset IBGSBaseFormData{ 0x05150658 }; + inline constexpr REL::Offset IBSTCreator_AnimGraphNode_{ 0x05135A20 }; + inline constexpr REL::Offset IBSTCreator_BSAnimationDBData_{ 0x0512FD30 }; + inline constexpr REL::Offset IBSTCreator_BSIMusicTrack_{ 0x050AFA88 }; + inline constexpr REL::Offset IBSTCreator_BSNoise__IGenerator_{ 0x05135CD0 }; + inline constexpr REL::Offset IBSTCreator_BSPathingCell_{ 0x05134710 }; + inline constexpr REL::Offset IBSTCreator_BSPathingDoor_{ 0x0509B5F0 }; + inline constexpr REL::Offset IBSTCreator_BSPathingLockData_{ 0x051334F8 }; + inline constexpr REL::Offset IBSTCreator_BSPathingRequest_{ 0x05133B48 }; + inline constexpr REL::Offset IBSTCreator_BSPathingSolution_{ 0x0509F4A8 }; + inline constexpr REL::Offset IBSTCreator_BSPathingTraversalAction_{ 0x050AA2E0 }; + inline constexpr REL::Offset IBSTCreator_BSPathingTraversalData_{ 0x050C3040 }; + inline constexpr REL::Offset IBSTCreator_BSPathingTraversalLink_{ 0x050C3478 }; + inline constexpr REL::Offset IBSTCreator_BSSpatialGraphSearchDebugData_{ 0x050AECA0 }; + inline constexpr REL::Offset IBSTCreator_BoneModifierData_{ 0x050AF460 }; + inline constexpr REL::Offset IBSTCreator_CombatObjectBase_{ 0x050FAE98 }; + inline constexpr REL::Offset IBSTCreator_IAIWorldLocation_{ 0x05135B30 }; + inline constexpr REL::Offset IBSTCreator_IAnimationStanceData_{ 0x05135D48 }; + inline constexpr REL::Offset IBSTCreator_IHandlerFunctor_Actor_BSFixedString__{ 0x05135A60 }; + inline constexpr REL::Offset IBSTCreator_IHandlerFunctor_TESObjectREFR_BSFixedString__{ 0x05135C30 }; + inline constexpr REL::Offset IBSTCreator_IMovementParameters_{ 0x050B0010 }; + inline constexpr REL::Offset IBSTCreator_IPackageData_{ 0x05118D78 }; + inline constexpr REL::Offset IBSTCreator_IProcedureTreeExecState_{ 0x05135AF0 }; + inline constexpr REL::Offset IBSTCreator_IProcedureTreeItem_{ 0x05135C90 }; + inline constexpr REL::Offset IBSTCreator_IProcedure_{ 0x05135AB8 }; + inline constexpr REL::Offset IBSTCreator_InitActionI_{ 0x05135450 }; + inline constexpr REL::Offset IBSTCreator_MovementAgent_{ 0x050A0808 }; + inline constexpr REL::Offset IBSTCreator_MovementArbiter_{ 0x05132258 }; + inline constexpr REL::Offset IBSTCreator_MovementMessage_{ 0x0509ADB8 }; + inline constexpr REL::Offset IBSTCreator_RefrInteraction_{ 0x0512FE20 }; + inline constexpr REL::Offset ICanBeChorded{ 0x05371A28 }; + inline constexpr REL::Offset ICanBeDebounced{ 0x05371A00 }; + inline constexpr REL::Offset ICellVisitor{ 0x0516BDA0 }; + inline constexpr REL::Offset ICheckEndReachedFunctor{ 0x053B5F88 }; + inline constexpr REL::Offset ICheckEndReachedFunctorMapper{ 0x053B5FF0 }; + inline constexpr REL::Offset ICommandLineHandler{ 0x05135528 }; + inline constexpr REL::Offset IConvexOverlapImpl{ 0x05083FE0 }; + inline constexpr REL::Offset IConvexOverlapImpl__ShapeInterface{ 0x05084010 }; + inline constexpr REL::Offset IDEvent{ 0x053716B8 }; + inline constexpr REL::Offset IDataModel{ 0x0515A2C8 }; + inline constexpr REL::Offset IDataModel__GameEventShuttle{ 0x0515A2F0 }; + inline constexpr REL::Offset IDebounceManager{ 0x05371AD0 }; + inline constexpr REL::Offset IExplosionFactory{ 0x0512EDE0 }; + inline constexpr REL::Offset IExternalEmittanceManager{ 0x051ED8B0 }; + inline constexpr REL::Offset IFadeDoneCallback{ 0x051D0AD8 }; + inline constexpr REL::Offset IFormComponentFactoryCreator{ 0x050C8B50 }; + inline constexpr REL::Offset IFormComponentFactoryCreator__ReserveControl{ 0x05158E60 }; + inline constexpr REL::Offset IFormFactory{ 0x0512A5B0 }; + inline constexpr REL::Offset IFormFactory__IFactoryVisitor{ 0x05183BD8 }; + inline constexpr REL::Offset IHUDRolloverActivationListener{ 0x0523A2D8 }; + inline constexpr REL::Offset IHandlerFunctor_Actor_BSFixedString_{ 0x052EB330 }; + inline constexpr REL::Offset IHandlerFunctor_TESObjectREFR_BSFixedString_{ 0x052EB380 }; + inline constexpr REL::Offset IKeywordFormBase{ 0x050A40F0 }; + inline constexpr REL::Offset ILightEmittanceManager{ 0x05154D18 }; + inline constexpr REL::Offset ILinkedCellVisitor{ 0x051C7080 }; + inline constexpr REL::Offset IMemoryHeap{ 0x05371188 }; + inline constexpr REL::Offset IMemoryManagerFile{ 0x052BEE38 }; + inline constexpr REL::Offset IMemoryManagerFileFactory{ 0x0512CC58 }; + inline constexpr REL::Offset IMemoryStore{ 0x052AEBD0 }; + inline constexpr REL::Offset IMemoryStoreBase{ 0x052AEBA8 }; + inline constexpr REL::Offset IMenu{ 0x0516F698 }; + inline constexpr REL::Offset IMessageBoxCallback{ 0x051CFC18 }; + inline constexpr REL::Offset IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ 0x05135D90 }; + inline constexpr REL::Offset IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ 0x05135790 }; + inline constexpr REL::Offset IMovementAgentDataTracker_IMovementPathManagerAgent_MovementPathManagerAgentReturnData__AGENT_RESULT_{ 0x05135590 }; + inline constexpr REL::Offset IMovementAgentDataTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ 0x05135870 }; + inline constexpr REL::Offset IMovementAgentDataTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ 0x05135680 }; + inline constexpr REL::Offset IMovementAnimationDrivenFeedback{ 0x05190390 }; + inline constexpr REL::Offset IMovementAvoidanceManager{ 0x052D3AE0 }; + inline constexpr REL::Offset IMovementControllerDataTracker{ 0x053B6998 }; + inline constexpr REL::Offset IMovementControllerNPCFunctor{ 0x052BDDC8 }; + inline constexpr REL::Offset IMovementDeltaStore{ 0x053B5E20 }; + inline constexpr REL::Offset IMovementDirectControl{ 0x052D40F0 }; + inline constexpr REL::Offset IMovementFormIDManager{ 0x0512CD18 }; + inline constexpr REL::Offset IMovementHandlerAgent{ 0x05190520 }; + inline constexpr REL::Offset IMovementInterface{ 0x05190400 }; + inline constexpr REL::Offset IMovementMessageInterface{ 0x053B69D0 }; + inline constexpr REL::Offset IMovementMotionDrivenControl{ 0x053B6A00 }; + inline constexpr REL::Offset IMovementPDControllerAccess{ 0x053B6120 }; + inline constexpr REL::Offset IMovementParameters{ 0x05127828 }; + inline constexpr REL::Offset IMovementPathManagerAgent{ 0x053B5600 }; + inline constexpr REL::Offset IMovementPathManagerDataTracker{ 0x053B5538 }; + inline constexpr REL::Offset IMovementPlannerAgent{ 0x052D4268 }; + inline constexpr REL::Offset IMovementPlannerDirectControl{ 0x052D40B8 }; + inline constexpr REL::Offset IMovementPlannerSetArbitration{ 0x053B59F0 }; + inline constexpr REL::Offset IMovementPlayIdleResult{ 0x053B5E80 }; + inline constexpr REL::Offset IMovementPlayerControls{ 0x052257B8 }; + inline constexpr REL::Offset IMovementPlayerControlsFilter{ 0x052D1E70 }; + inline constexpr REL::Offset IMovementProcessMessageInterface{ 0x051DA1A8 }; + inline constexpr REL::Offset IMovementQueryActorAvoidance{ 0x053B62E0 }; + inline constexpr REL::Offset IMovementQueryAnimDeltas{ 0x05190430 }; + inline constexpr REL::Offset IMovementQueryDeltas{ 0x053B5E50 }; + inline constexpr REL::Offset IMovementQueryDesiredDeltas{ 0x05190698 }; + inline constexpr REL::Offset IMovementQueryFlight{ 0x053B8CA8 }; + inline constexpr REL::Offset IMovementQueryPathFollowing{ 0x053B6058 }; + inline constexpr REL::Offset IMovementQueryPathFollowing__INodeVisitor{ 0x053B6380 }; + inline constexpr REL::Offset IMovementQueryPathingState{ 0x053B5570 }; + inline constexpr REL::Offset IMovementQueryState{ 0x052D4300 }; + inline constexpr REL::Offset IMovementQueryStaticAvoider{ 0x053B6248 }; + inline constexpr REL::Offset IMovementQueryTweener{ 0x053B5DC0 }; + inline constexpr REL::Offset IMovementQueryTweenerState{ 0x053B6430 }; + inline constexpr REL::Offset IMovementSelectIdle{ 0x052D4150 }; + inline constexpr REL::Offset IMovementSetCorrectionData{ 0x053B6468 }; + inline constexpr REL::Offset IMovementSetGoal{ 0x053B55A8 }; + inline constexpr REL::Offset IMovementSetPathFollowing{ 0x053B6028 }; + inline constexpr REL::Offset IMovementSetPlayerControls{ 0x051906D0 }; + inline constexpr REL::Offset IMovementSetRollTarget{ 0x053B6158 }; + inline constexpr REL::Offset IMovementSetSprinting{ 0x051905B0 }; + inline constexpr REL::Offset IMovementSetState{ 0x053B60C0 }; + inline constexpr REL::Offset IMovementSetStaticAvoider{ 0x053B6280 }; + inline constexpr REL::Offset IMovementSetTweener{ 0x053B5D90 }; + inline constexpr REL::Offset IMovementSetWarp{ 0x052D4360 }; + inline constexpr REL::Offset IMovementState{ 0x05190490 }; + inline constexpr REL::Offset IMovementStateStore{ 0x05190360 }; + inline constexpr REL::Offset IMovementTweenerAgent{ 0x05190668 }; + inline constexpr REL::Offset INIPrefSetting{ 0x05118EF8 }; + inline constexpr REL::Offset INIPrefSettingCollection{ 0x05159808 }; + inline constexpr REL::Offset INISettingCollection{ 0x050C6418 }; + inline constexpr REL::Offset INavmeshSearchFilterSet{ 0x051FFB50 }; + inline constexpr REL::Offset IOControlNode{ 0x051651A8 }; + inline constexpr REL::Offset IOManager{ 0x05383B28 }; + inline constexpr REL::Offset IOManagerThread{ 0x05383A30 }; + inline constexpr REL::Offset IOManager__SystemTaskService{ 0x05383AB0 }; + inline constexpr REL::Offset IOPostProcessNode{ 0x05166238 }; + inline constexpr REL::Offset IOPostProcessTaskNode{ 0x05383A58 }; + inline constexpr REL::Offset IOSystemTask{ 0x051661D8 }; + inline constexpr REL::Offset IOTask{ 0x051702F8 }; + inline constexpr REL::Offset IOTaskNode{ 0x05383A88 }; + inline constexpr REL::Offset IPackageData{ 0x0508D938 }; + inline constexpr REL::Offset IPackageDataAIWorldLocationHandle{ 0x051EE8F8 }; + inline constexpr REL::Offset IPackageDataTypeCheck{ 0x05135B68 }; + inline constexpr REL::Offset IParticleSystem{ 0x0517F8B0 }; + inline constexpr REL::Offset IPathBuilder{ 0x051F7140 }; + inline constexpr REL::Offset IPathBuilderFactoryBase{ 0x050B2080 }; + inline constexpr REL::Offset IPathBuilderTracker{ 0x05135650 }; + inline constexpr REL::Offset IPathFollowerAction{ 0x053B74D8 }; + inline constexpr REL::Offset IPathFollowerState{ 0x053B9040 }; + inline constexpr REL::Offset IPathSmootherRayCast{ 0x053B03A0 }; + inline constexpr REL::Offset IPathingNodeGenerator{ 0x053B8EA0 }; + inline constexpr REL::Offset IPipelineStageInterface{ 0x05190550 }; + inline constexpr REL::Offset IPostAnimationChannelUpdateFunctor{ 0x051DA1E0 }; + inline constexpr REL::Offset IProcedure{ 0x05152D48 }; + inline constexpr REL::Offset IProcedureTreeExecState{ 0x05152D70 }; + inline constexpr REL::Offset IProcedureTreeItem{ 0x051F4248 }; + inline constexpr REL::Offset IProcedureTreeVisitor{ 0x051FD268 }; + inline constexpr REL::Offset IRaceSubGraphDataFunctor{ 0x051547D8 }; + inline constexpr REL::Offset IRuntimeComponentFactoryCreator{ 0x050A8F88 }; + inline constexpr REL::Offset IScalarAnimBlendingInterface{ 0x0517F8D8 }; + inline constexpr REL::Offset ISelectIdleFilter{ 0x053B6B08 }; + inline constexpr REL::Offset ISmoothingRayValidator{ 0x053B8E38 }; + inline constexpr REL::Offset ISpecialPurposeComponentHandler{ 0x05135D10 }; + inline constexpr REL::Offset IStaticAvoidNodeManager{ 0x052D4638 }; + inline constexpr REL::Offset IStoreAnimationActions{ 0x05190460 }; + inline constexpr REL::Offset IStringForwarder{ 0x05324C20 }; + inline constexpr REL::Offset ITempEffectFactory{ 0x050E0488 }; + inline constexpr REL::Offset ITextRenderer{ 0x05135998 }; + inline constexpr REL::Offset ITrianglePathSplitter{ 0x053B0370 }; + inline constexpr REL::Offset ITweenerNodeFollowerSetup{ 0x052D4388 }; + inline constexpr REL::Offset IUIDataPayload{ 0x0522B528 }; + inline constexpr REL::Offset IUIMessageData{ 0x0516FD30 }; + inline constexpr REL::Offset IUIValue{ 0x0515A408 }; + inline constexpr REL::Offset IValidateGoalFunctor{ 0x052EF570 }; + inline constexpr REL::Offset IVisitProcedures{ 0x051E5980 }; + inline constexpr REL::Offset IdleDialogueEnterHandler{ 0x052EAE60 }; + inline constexpr REL::Offset IdleDialogueExitHandler{ 0x052EAE30 }; + inline constexpr REL::Offset IdleFlavorHandler{ 0x052EAA58 }; + inline constexpr REL::Offset ImageFixtureEvent_RequestImage{ 0x0539FFF8 }; + inline constexpr REL::Offset ImageFixtureEvent_UnregisterImage{ 0x053A0030 }; + inline constexpr REL::Offset ImageFixtureManager{ 0x050C62B0 }; + inline constexpr REL::Offset ImageSpaceManagerAgent{ 0x0516ED88 }; + inline constexpr REL::Offset ImageSpaceModifierInstance{ 0x051D3D40 }; + inline constexpr REL::Offset ImageSpaceModifierInstanceCinematic{ 0x051D3DB0 }; + inline constexpr REL::Offset ImageSpaceModifierInstanceDOF{ 0x051D3E28 }; + inline constexpr REL::Offset ImageSpaceModifierInstanceForm{ 0x051D3D78 }; + inline constexpr REL::Offset ImageSpaceModifierInstanceRB{ 0x051D3DF0 }; + inline constexpr REL::Offset ImageSpaceModifierInstanceTemp{ 0x051D3D08 }; + inline constexpr REL::Offset ImmunityEffect{ 0x052A4060 }; + inline constexpr REL::Offset IndustrialCraftingMenu{ 0x0526C740 }; + inline constexpr REL::Offset IngredientItem{ 0x05178848 }; + inline constexpr REL::Offset InitActionI{ 0x0516EBE0 }; + inline constexpr REL::Offset InitializeTraversalSubgraphDataFunctor{ 0x05196430 }; + inline constexpr REL::Offset InputEvent{ 0x053716D8 }; + inline constexpr REL::Offset InputMemoryStreamBuffer{ 0x053C7F88 }; + inline constexpr REL::Offset InstanceDataFactory{ 0x051352D0 }; + inline constexpr REL::Offset IntSeenData{ 0x05090548 }; + inline constexpr REL::Offset InteractionCombatDataCollectFunctor{ 0x0518ACC8 }; + inline constexpr REL::Offset InterruptCastHandler{ 0x052EA088 }; + inline constexpr REL::Offset InventoryDataModelNS__InventoryItem{ 0x0522B850 }; + inline constexpr REL::Offset InventoryDataModelNS__LootItem{ 0x0523D138 }; + inline constexpr REL::Offset InventoryDataModel_InventoryDataModelNS__InventoryItem_{ 0x0523C280 }; + inline constexpr REL::Offset InventoryDataModel_InventoryDataModelNS__InventoryItem___InventoryGameEventShuttle{ 0x0523C0A0 }; + inline constexpr REL::Offset InventoryDataModel_PickpocketItemData_{ 0x05275280 }; + inline constexpr REL::Offset InventoryDataModel_PickpocketItemData___InventoryGameEventShuttle{ 0x05275220 }; + inline constexpr REL::Offset InventoryDataModel_PlayerInventoryItem_{ 0x05249E80 }; + inline constexpr REL::Offset InventoryDataModel_PlayerInventoryItem___InventoryGameEventShuttle{ 0x05249D80 }; + inline constexpr REL::Offset InventoryMenu{ 0x0526E7C0 }; + inline constexpr REL::Offset InventoryMenu_Change3DView{ 0x0526E6E8 }; + inline constexpr REL::Offset InventoryMenu_DropItem{ 0x0526E518 }; + inline constexpr REL::Offset InventoryMenu_HideModel{ 0x0526E4B8 }; + inline constexpr REL::Offset InventoryMenu_LoadModel{ 0x0526E488 }; + inline constexpr REL::Offset InventoryMenu_OnEnterCategory{ 0x0526E5B8 }; + inline constexpr REL::Offset InventoryMenu_OpenCargoHold{ 0x0526E5F0 }; + inline constexpr REL::Offset InventoryMenu_PaperDollTryOn{ 0x0526E6B0 }; + inline constexpr REL::Offset InventoryMenu_ResetPaperDollInv{ 0x0526E720 }; + inline constexpr REL::Offset InventoryMenu_SelectItem{ 0x0526E4E8 }; + inline constexpr REL::Offset InventoryMenu_SetMouseOverModel{ 0x0526E580 }; + inline constexpr REL::Offset InventoryMenu_StartCloseAnim{ 0x0526E628 }; + inline constexpr REL::Offset InventoryMenu_ToggleFavorite{ 0x0526E548 }; + inline constexpr REL::Offset InventoryMenu_ToggleHelmet{ 0x0526E758 }; + inline constexpr REL::Offset InventoryMenu_ToggleSuit{ 0x0526E790 }; + inline constexpr REL::Offset InventoryScoringFunctor{ 0x051D9CF0 }; + inline constexpr REL::Offset Inventory_SetSort{ 0x05240898 }; + inline constexpr REL::Offset InvisibilityEffect{ 0x052A4088 }; + inline constexpr REL::Offset IronSightsState{ 0x05323C88 }; + inline constexpr REL::Offset ItemCraftingBase{ 0x05236708 }; + inline constexpr REL::Offset ItemModInfoCardDataModel{ 0x05241790 }; + inline constexpr REL::Offset ItemModInfoCardDataModel__ItemModInfoCardEventShuttle{ 0x05241740 }; + inline constexpr REL::Offset ItemModdingBase{ 0x052368F0 }; + inline constexpr REL::Offset ItemModsDataModel{ 0x05241298 }; + inline constexpr REL::Offset ItemModsDataModel__ItemModsEventShuttle{ 0x05241258 }; + inline constexpr REL::Offset JetpackEffect{ 0x052A4490 }; + inline constexpr REL::Offset JetpackSM__JetpackStateBase{ 0x052A4458 }; + inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__Active_{ 0x052A4200 }; + inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__Hover_{ 0x052A40C0 }; + inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__Inactive_{ 0x052A41B0 }; + inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__ZeroGInitial_{ 0x052A4250 }; + inline constexpr REL::Offset JetpackSM__JetpackState_JetpackSM__ZeroGSustained_{ 0x052A4110 }; + inline constexpr REL::Offset JetpackUtils__TESCellReferenceAttachDetachEventSink{ 0x052A4160 }; + inline constexpr REL::Offset Json__BuiltStyledStreamWriter{ 0x0508A980 }; + inline constexpr REL::Offset Json__CharReader{ 0x0508A840 }; + inline constexpr REL::Offset Json__CharReaderBuilder{ 0x0508A898 }; + inline constexpr REL::Offset Json__CharReader__Factory{ 0x0508A868 }; + inline constexpr REL::Offset Json__OurCharReader{ 0x0508A950 }; + inline constexpr REL::Offset Json__StreamWriter{ 0x0508A8C8 }; + inline constexpr REL::Offset Json__StreamWriterBuilder{ 0x0508A920 }; + inline constexpr REL::Offset Json__StreamWriter__Factory{ 0x0508A8F0 }; + inline constexpr REL::Offset JumpAnimEventHandler{ 0x052EADC8 }; + inline constexpr REL::Offset KillActorHandler{ 0x052EA0E8 }; + inline constexpr REL::Offset KillMoveEndHandler{ 0x052E9B90 }; + inline constexpr REL::Offset KillMoveStartHandler{ 0x052E9B08 }; + inline constexpr REL::Offset KnockdownHandler{ 0x052EA748 }; + inline constexpr REL::Offset KnockdownTargetHandler{ 0x052EA958 }; + inline constexpr REL::Offset LODData{ 0x051681A0 }; + inline constexpr REL::Offset LOD__Details__BGSPropagationSite{ 0x05158B70 }; + inline constexpr REL::Offset LeftHandSpellCastHandler{ 0x052EA538 }; + inline constexpr REL::Offset LeftHandSpellFireHandler{ 0x052EA4D8 }; + inline constexpr REL::Offset LegacyNif__BSEffectShaderProperty{ 0x05407FA8 }; + inline constexpr REL::Offset LegacyNif__BSLightingShaderProperty{ 0x05407FE0 }; + inline constexpr REL::Offset LegacyNif__BSMasterParticleSystem{ 0x05408568 }; + inline constexpr REL::Offset LegacyNif__BSMultiBound{ 0x05408670 }; + inline constexpr REL::Offset LegacyNif__BSMultiBoundAABB{ 0x054086D0 }; + inline constexpr REL::Offset LegacyNif__BSMultiBoundNode{ 0x054084D8 }; + inline constexpr REL::Offset LegacyNif__BSMultiBoundOBB{ 0x054086A0 }; + inline constexpr REL::Offset LegacyNif__BSMultiBoundShape{ 0x05408638 }; + inline constexpr REL::Offset LegacyNif__BSPSysInheritVelocityModifier{ 0x05407E90 }; + inline constexpr REL::Offset LegacyNif__BSPSysLODModifier{ 0x054081A0 }; + inline constexpr REL::Offset LegacyNif__BSPSysScaleModifier{ 0x054082D8 }; + inline constexpr REL::Offset LegacyNif__BSPSysSimpleColorModifier{ 0x05408160 }; + inline constexpr REL::Offset LegacyNif__BSPSysSubTexModifier{ 0x054083B8 }; + inline constexpr REL::Offset LegacyNif__BSPositionData{ 0x05408608 }; + inline constexpr REL::Offset LegacyNif__BSShaderProperty{ 0x05407F38 }; + inline constexpr REL::Offset LegacyNif__BSShaderTextureSet{ 0x05407F70 }; + inline constexpr REL::Offset LegacyNif__BSSubIndexTriShape{ 0x054085A0 }; + inline constexpr REL::Offset LegacyNif__BSWaterShaderProperty{ 0x05408468 }; + inline constexpr REL::Offset LegacyNif__BSWindModifier{ 0x05407E60 }; + inline constexpr REL::Offset LegacyNif__NiAlphaProperty{ 0x05408088 }; + inline constexpr REL::Offset LegacyNif__NiPSysAgeDeathModifier{ 0x05408128 }; + inline constexpr REL::Offset LegacyNif__NiPSysBombModifier{ 0x054082A0 }; + inline constexpr REL::Offset LegacyNif__NiPSysBoundUpdateModifier{ 0x054083F0 }; + inline constexpr REL::Offset LegacyNif__NiPSysBoxEmitter{ 0x05407D80 }; + inline constexpr REL::Offset LegacyNif__NiPSysCollider{ 0x05408020 }; + inline constexpr REL::Offset LegacyNif__NiPSysColliderManager{ 0x05408050 }; + inline constexpr REL::Offset LegacyNif__NiPSysCylinderEmitter{ 0x05407E28 }; + inline constexpr REL::Offset LegacyNif__NiPSysData{ 0x05408208 }; + inline constexpr REL::Offset LegacyNif__NiPSysDragModifier{ 0x05408380 }; + inline constexpr REL::Offset LegacyNif__NiPSysEmitter{ 0x05407F08 }; + inline constexpr REL::Offset LegacyNif__NiPSysGravityModifier{ 0x05408310 }; + inline constexpr REL::Offset LegacyNif__NiPSysMeshEmitter{ 0x05407DF0 }; + inline constexpr REL::Offset LegacyNif__NiPSysModifier{ 0x05408238 }; + inline constexpr REL::Offset LegacyNif__NiPSysPlanarCollider{ 0x054080B8 }; + inline constexpr REL::Offset LegacyNif__NiPSysPositionModifier{ 0x05408430 }; + inline constexpr REL::Offset LegacyNif__NiPSysRotationModifier{ 0x05408348 }; + inline constexpr REL::Offset LegacyNif__NiPSysSpawnModifier{ 0x054080F0 }; + inline constexpr REL::Offset LegacyNif__NiPSysSphereEmitter{ 0x05407DB8 }; + inline constexpr REL::Offset LegacyNif__NiPSysVolumeEmitter{ 0x05407ED0 }; + inline constexpr REL::Offset LegacyNif__NiParticleSystem{ 0x05408268 }; + inline constexpr REL::Offset LegacyNif__NiParticles{ 0x054081D8 }; + inline constexpr REL::Offset LegacyNif__NiParticlesData{ 0x054085D8 }; + inline constexpr REL::Offset LegacyNif__SkyShaderProperty{ 0x054084A0 }; + inline constexpr REL::Offset LensFlareAttachmentComponent{ 0x051597D0 }; + inline constexpr REL::Offset LevelUp_AnimFinished{ 0x05264A70 }; + inline constexpr REL::Offset LevelUp_OnWidgetShown{ 0x05264B00 }; + inline constexpr REL::Offset LevelUp_OpenDataMenu{ 0x05264AD0 }; + inline constexpr REL::Offset LevelUp_ShowSkills{ 0x05264AA0 }; + inline constexpr REL::Offset LightAnimComponentCreationPolicy{ 0x050A94B0 }; + inline constexpr REL::Offset LightAnimFormComponent{ 0x0508DF80 }; + inline constexpr REL::Offset LightAttachmentFormComponent{ 0x0516B6A8 }; + inline constexpr REL::Offset LightAttachmentRuntimeComponentUpdateService{ 0x052BD9E0 }; + inline constexpr REL::Offset LightEffect{ 0x050928F0 }; + inline constexpr REL::Offset LinearVariable{ 0x0536E7C8 }; + inline constexpr REL::Offset LinearVariableInstance{ 0x0536E7F0 }; + inline constexpr REL::Offset LinkedCellProcessHelper{ 0x0535F510 }; + inline constexpr REL::Offset LinkedCellVisitorBase{ 0x051C70B0 }; + inline constexpr REL::Offset LoadBufferStorageWrapper{ 0x052AE080 }; + inline constexpr REL::Offset LoadFileStorageWrapper{ 0x052AE050 }; + inline constexpr REL::Offset LoadGameMagicCasterVisitor{ 0x052C9238 }; + inline constexpr REL::Offset LoadSavePanelDataModel{ 0x05242ED8 }; + inline constexpr REL::Offset LoadSavePanelDataModel__LoadSavePanelEventShuttle{ 0x052430C0 }; + inline constexpr REL::Offset LoadScreenRenderingEventHandler{ 0x05231958 }; + inline constexpr REL::Offset LoadStorageWrapperBase{ 0x052AE020 }; + inline constexpr REL::Offset LoadTraversalSubgraphDataFunctor{ 0x051963F8 }; + inline constexpr REL::Offset LoadedAreaBound{ 0x051EC238 }; + inline constexpr REL::Offset LoadedCellDB__IStateControl{ 0x05166260 }; + inline constexpr REL::Offset LoadedCellDB__LoadCell{ 0x05165B30 }; + inline constexpr REL::Offset LoadedCellDB__PostProcessCell{ 0x05166200 }; + inline constexpr REL::Offset LoadedCellDB__SignalDoneTask{ 0x051661A0 }; + inline constexpr REL::Offset LoadingMenu{ 0x0532A578 }; + inline constexpr REL::Offset LoadingMenuData{ 0x05092DF8 }; + inline constexpr REL::Offset LoadingMenuDataModel{ 0x052423C8 }; + inline constexpr REL::Offset LoadingMenuDataModel__LoadingMenuEventShuttle{ 0x05242380 }; + inline constexpr REL::Offset LoadingMenuShowData{ 0x0508E488 }; + inline constexpr REL::Offset LoadingMenu_RefreshText{ 0x0532A548 }; + inline constexpr REL::Offset LocalEnvData{ 0x052431A0 }; + inline constexpr REL::Offset LocalEnvData_Frequent{ 0x05243170 }; + inline constexpr REL::Offset LocalEnvironmentDataModel{ 0x05243140 }; + inline constexpr REL::Offset LocationTextWidget_FinishedQueue{ 0x05264B30 }; + inline constexpr REL::Offset LockEffect{ 0x052A4550 }; + inline constexpr REL::Offset LocomotionBlend{ 0x0536EFC8 }; + inline constexpr REL::Offset LocomotionBlendInstance{ 0x0536EF98 }; + inline constexpr REL::Offset LookAtChainData{ 0x0515FF70 }; + inline constexpr REL::Offset LookAtChainInstance{ 0x0515FF98 }; + inline constexpr REL::Offset LookAtNode{ 0x0536EDA8 }; + inline constexpr REL::Offset LookAtNodeInstance{ 0x0536ED78 }; + inline constexpr REL::Offset LoopingActivateHandler{ 0x052EAAB0 }; + inline constexpr REL::Offset MagicCaster{ 0x05179288 }; + inline constexpr REL::Offset MagicCaster__PostCreationCallback{ 0x052A4578 }; + inline constexpr REL::Offset MagicItem{ 0x050A40A8 }; + inline constexpr REL::Offset MagicItemDataCollector{ 0x052A38C0 }; + inline constexpr REL::Offset MagicItemFindFunctor{ 0x05178980 }; + inline constexpr REL::Offset MagicItemFindKeywordFunctor{ 0x05178918 }; + inline constexpr REL::Offset MagicItemTraversalFunctor{ 0x05178950 }; + inline constexpr REL::Offset MagicItem__PreloadableVisitor{ 0x051789B0 }; + inline constexpr REL::Offset MagicTarget{ 0x05267820 }; + inline constexpr REL::Offset MagicTarget__IPostCreationModification{ 0x052A3B98 }; + inline constexpr REL::Offset Main{ 0x052BDA28 }; + inline constexpr REL::Offset MainMenu{ 0x0532BDC8 }; + inline constexpr REL::Offset MainMenuConfirmationDataModel{ 0x05244AE8 }; + inline constexpr REL::Offset MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle{ 0x05244A90 }; + inline constexpr REL::Offset MainMenuGamerInfoDataModel{ 0x052434D0 }; + inline constexpr REL::Offset MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle{ 0x052436F0 }; + inline constexpr REL::Offset MainMenuListDataModel{ 0x052449B8 }; + inline constexpr REL::Offset MainMenuListDataModel__MainMenuListEventShuttle{ 0x05244970 }; + inline constexpr REL::Offset MainMenuMOTDDataModel{ 0x052433D8 }; + inline constexpr REL::Offset MainMenuMOTDDataModel__MOTDDataModelEventShuttle{ 0x052435A0 }; + inline constexpr REL::Offset MainMenuPipelineProgressDataModel{ 0x052435E8 }; + inline constexpr REL::Offset MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle{ 0x05243830 }; + inline constexpr REL::Offset MainMenuStateDataModel{ 0x05245058 }; + inline constexpr REL::Offset MainMenuStateDataModel__MainMenuStateEventShuttle{ 0x05244FC0 }; + inline constexpr REL::Offset MainMenuStateInterface{ 0x052451A0 }; + inline constexpr REL::Offset MainMenu_ActionCanceled{ 0x0532C218 }; + inline constexpr REL::Offset MainMenu_ActionConfirmed{ 0x0532C1E8 }; + inline constexpr REL::Offset MainMenu_ConfirmLoad{ 0x0532C278 }; + inline constexpr REL::Offset MainMenu_DeleteSave{ 0x0532C2A8 }; + inline constexpr REL::Offset MainMenu_LegalScreenComplete{ 0x0532C338 }; + inline constexpr REL::Offset MainMenu_SetCharacter{ 0x0532C2D8 }; + inline constexpr REL::Offset MainMenu_StartAction{ 0x0532C3C0 }; + inline constexpr REL::Offset MainMenu_StartLoad{ 0x0532C248 }; + inline constexpr REL::Offset MainMenu_UploadSave{ 0x0532C308 }; + inline constexpr REL::Offset MassSpringDampenVariable{ 0x0536E438 }; + inline constexpr REL::Offset MassSpringDampenVariableInstance{ 0x0536E468 }; + inline constexpr REL::Offset MaterialLayerInterface{ 0x0517F360 }; + inline constexpr REL::Offset MaterialLayerSequence{ 0x0536B418 }; + inline constexpr REL::Offset MaterialLayerSequenceInstance{ 0x0536E0D8 }; + inline constexpr REL::Offset MeleeAimAssistData{ 0x051BB8E0 }; + inline constexpr REL::Offset MeleeAimAssistImpl{ 0x0520A800 }; + inline constexpr REL::Offset MemoryManagement__PMPEventSink{ 0x05135750 }; + inline constexpr REL::Offset MemoryManagerFile{ 0x052BEE10 }; + inline constexpr REL::Offset MenuActor{ 0x05267848 }; + inline constexpr REL::Offset MenuControls{ 0x0532C868 }; + inline constexpr REL::Offset MenuCursor{ 0x0539FA68 }; + inline constexpr REL::Offset MenuOpenHandler{ 0x0532C7C8 }; + inline constexpr REL::Offset MenuPaperDoll{ 0x05267B38 }; + inline constexpr REL::Offset MenuTopicManager{ 0x052A5F30 }; + inline constexpr REL::Offset MergeNode{ 0x0536F018 }; + inline constexpr REL::Offset MergeNodeInstance{ 0x0536EFF0 }; + inline constexpr REL::Offset MeshLODDistanceOverride{ 0x051681C0 }; + inline constexpr REL::Offset MessageBoxMenu{ 0x0532CD88 }; + inline constexpr REL::Offset MessageBoxMenu_OnBackOut{ 0x0532CD58 }; + inline constexpr REL::Offset MessageBoxMenu_OnButtonPress{ 0x0532CD20 }; + inline constexpr REL::Offset MessageBoxMenu__MessageBoxMenuEventShuttle{ 0x0532CF90 }; + inline constexpr REL::Offset MessageMenuManager{ 0x0532D058 }; + inline constexpr REL::Offset MigrateSharedStateFromPreviousView{ 0x052AB020 }; + inline constexpr REL::Offset MirrorModifier{ 0x0536B470 }; + inline constexpr REL::Offset MirrorModifierInstance{ 0x0536E110 }; + inline constexpr REL::Offset MiscStatManager__FindStatByCRC{ 0x051E59E0 }; + inline constexpr REL::Offset MiscStatManager__IMiscStatVisitor{ 0x051E59A8 }; + inline constexpr REL::Offset MiscStatManager____RevertStatVisitor{ 0x052BEE70 }; + inline constexpr REL::Offset MiscStatManager____SaveStatVisitor{ 0x052BEEC0 }; + inline constexpr REL::Offset MissileProjectile{ 0x052ECF28 }; + inline constexpr REL::Offset MissionBoardMenu{ 0x0526F3F8 }; + inline constexpr REL::Offset MissionBoardMenu__MissionBoardMenuEventShuttle{ 0x0526F560 }; + inline constexpr REL::Offset MissionBoard_MissionEntryChanged{ 0x0526F780 }; + inline constexpr REL::Offset MissionBoard_MissionEntryPressed{ 0x0526F748 }; + inline constexpr REL::Offset MissionMenu_ClearState{ 0x0526B310 }; + inline constexpr REL::Offset MissionMenu_PlotToLocation{ 0x0526B208 }; + inline constexpr REL::Offset MissionMenu_RejectQuest{ 0x0526B278 }; + inline constexpr REL::Offset MissionMenu_SaveCategoryIndex{ 0x0526B2D8 }; + inline constexpr REL::Offset MissionMenu_SaveOpenedId{ 0x0526B2A8 }; + inline constexpr REL::Offset MissionMenu_ShowItemLocation{ 0x0526B1D0 }; + inline constexpr REL::Offset MissionMenu_ToggleQTDisplay{ 0x0526B340 }; + inline constexpr REL::Offset MissionMenu_ToggleTrackingQuest{ 0x0526B240 }; + inline constexpr REL::Offset MobIterOperator{ 0x051E7CB8 }; + inline constexpr REL::Offset ModelReferenceEffect{ 0x052A4AF8 }; + inline constexpr REL::Offset MomentumAnimation{ 0x0536E770 }; + inline constexpr REL::Offset MomentumAnimationInstance{ 0x0536E798 }; + inline constexpr REL::Offset MomentumSwitchback{ 0x0536E708 }; + inline constexpr REL::Offset MomentumSwitchbackInstance{ 0x0536E738 }; + inline constexpr REL::Offset MonocleMenu{ 0x052722E0 }; + inline constexpr REL::Offset MonocleMenu_Bioscan{ 0x05271D88 }; + inline constexpr REL::Offset MonocleMenu_FastTravel{ 0x05272150 }; + inline constexpr REL::Offset MonocleMenu_Harvest{ 0x05271DB8 }; + inline constexpr REL::Offset MonocleMenu_Initialize{ 0x05271E48 }; + inline constexpr REL::Offset MonocleMenu_Outpost{ 0x05271DE8 }; + inline constexpr REL::Offset MonocleMenu_PhotoMode{ 0x05272280 }; + inline constexpr REL::Offset MonocleMenu_Shutdown{ 0x05271E18 }; + inline constexpr REL::Offset MonocleMenu_SocialSpell{ 0x052722B0 }; + inline constexpr REL::Offset MonocleMenu_StartContainerView{ 0x052721B8 }; + inline constexpr REL::Offset MonocleMenu_StopContainerView{ 0x05272180 }; + inline constexpr REL::Offset MonocleMenu_SurfaceMap{ 0x052721F0 }; + inline constexpr REL::Offset MonocleMenu_UseListScrollControls{ 0x05272118 }; + inline constexpr REL::Offset MonocleMenu_ZoomIn{ 0x05272250 }; + inline constexpr REL::Offset MonocleMenu_ZoomOut{ 0x05272220 }; + inline constexpr REL::Offset MonocleUIDataModel{ 0x05260D28 }; + inline constexpr REL::Offset MonocleUIDataModel__EventData{ 0x05261878 }; + inline constexpr REL::Offset MonocleUIDataModel__MenuData{ 0x052613A8 }; + inline constexpr REL::Offset MonocleUIDataModel__MenuFreqData{ 0x05261570 }; + inline constexpr REL::Offset MonocleUIDataModel__MonocleUIDataEventShuttle{ 0x05261010 }; + inline constexpr REL::Offset MonocleUIDataModel__PickRefData{ 0x05261778 }; + inline constexpr REL::Offset MonocleUIDataModel__ResourceArcData{ 0x05261188 }; + inline constexpr REL::Offset MonocleUIDataModel__ResourceData{ 0x052610B8 }; + inline constexpr REL::Offset MonocleUIDataModel__ScannableMapMarkerData{ 0x052615B0 }; + inline constexpr REL::Offset MonocleUIDataModel__SocialSpellData{ 0x052610F0 }; + inline constexpr REL::Offset MorphDriverData{ 0x051BC588 }; + inline constexpr REL::Offset MorphDriverInstance{ 0x051BC628 }; + inline constexpr REL::Offset MotionDrivenHandler{ 0x052E9D20 }; + inline constexpr REL::Offset MotionDrivenHandlerReference{ 0x052E6D70 }; + inline constexpr REL::Offset MountDismountEndHandler{ 0x052EB0D0 }; + inline constexpr REL::Offset MountInteraction{ 0x052CE700 }; + inline constexpr REL::Offset MouseMoveEvent{ 0x05371690 }; + inline constexpr REL::Offset MovementAgent{ 0x051904F8 }; + inline constexpr REL::Offset MovementAgentActorAvoider{ 0x053B62B0 }; + inline constexpr REL::Offset MovementAgentActorState{ 0x053B6090 }; + inline constexpr REL::Offset MovementAgentFlightController{ 0x053B60E8 }; + inline constexpr REL::Offset MovementAgentFlightControllerDetached{ 0x053B6590 }; + inline constexpr REL::Offset MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ 0x053B5AC0 }; + inline constexpr REL::Offset MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ 0x053B5BC0 }; + inline constexpr REL::Offset MovementAgentNullTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ 0x053B5830 }; + inline constexpr REL::Offset MovementAgentNullTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ 0x053B5CF0 }; + inline constexpr REL::Offset MovementAgentPathFollowerFlight{ 0x053B8CD8 }; + inline constexpr REL::Offset MovementAgentPathFollowerStandard{ 0x053B5EF0 }; + inline constexpr REL::Offset MovementAgentPathFollowerVirtual{ 0x053B6558 }; + inline constexpr REL::Offset MovementArbiter{ 0x053B54D8 }; + inline constexpr REL::Offset MovementArbitrationAverageFloat{ 0x053B6860 }; + inline constexpr REL::Offset MovementArbitrationAverage_float_{ 0x053B67F0 }; + inline constexpr REL::Offset MovementArbitrationMaxWeightParameters{ 0x053B66E8 }; + inline constexpr REL::Offset MovementArbitrationMaxWeightPoint{ 0x053B67B8 }; + inline constexpr REL::Offset MovementArbitrationMaxWeight_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ 0x053B65D0 }; + inline constexpr REL::Offset MovementArbitrationMaxWeight_NiPoint3_{ 0x053B6730 }; + inline constexpr REL::Offset MovementArbitrationScheme_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ 0x053B6660 }; + inline constexpr REL::Offset MovementArbitrationScheme_MovementVector_{ 0x053B93B0 }; + inline constexpr REL::Offset MovementArbitrationScheme_NiPoint3_{ 0x053B6778 }; + inline constexpr REL::Offset MovementArbitrationScheme_float_{ 0x053B6828 }; + inline constexpr REL::Offset MovementArbitrationVectorAdd{ 0x053B9378 }; + inline constexpr REL::Offset MovementAvoidBoxEventAdapter{ 0x052BAD60 }; + inline constexpr REL::Offset MovementAvoidanceManager{ 0x052D3C08 }; + inline constexpr REL::Offset MovementComponentEventHandler{ 0x051902D0 }; + inline constexpr REL::Offset MovementControllerAI{ 0x051902A0 }; + inline constexpr REL::Offset MovementControllerComponent{ 0x05190268 }; + inline constexpr REL::Offset MovementControllerComponentData{ 0x051903C8 }; + inline constexpr REL::Offset MovementControllerNPC{ 0x052D4120 }; + inline constexpr REL::Offset MovementControllerNullDataTracker{ 0x053B6928 }; + inline constexpr REL::Offset MovementControllerRegisterInterface{ 0x053B6A68 }; + inline constexpr REL::Offset MovementHandlerAgent{ 0x05190580 }; + inline constexpr REL::Offset MovementHandlerAgentAngleGain{ 0x053B8D10 }; + inline constexpr REL::Offset MovementHandlerAgentDirectControl{ 0x052D4180 }; + inline constexpr REL::Offset MovementHandlerAgentDirectionPassThrough{ 0x053B8C68 }; + inline constexpr REL::Offset MovementHandlerAgentFlightBoostTrigger{ 0x051904B8 }; + inline constexpr REL::Offset MovementHandlerAgentGraphDrivenAnimationDriven{ 0x051905E0 }; + inline constexpr REL::Offset MovementHandlerAgentPlayerControls{ 0x05190628 }; + inline constexpr REL::Offset MovementHandlerAgentPlayerControlsActionTrigger{ 0x05190710 }; + inline constexpr REL::Offset MovementHandlerAgentPlayerFlightControls{ 0x05190758 }; + inline constexpr REL::Offset MovementHandlerAgentSprintActionTrigger{ 0x052D41B8 }; + inline constexpr REL::Offset MovementHandlerAgentStairsHelper{ 0x052D41F8 }; + inline constexpr REL::Offset MovementHandlerAgentStandard{ 0x053B6520 }; + inline constexpr REL::Offset MovementHandlerAgentStorePlannerOutput{ 0x053B64E0 }; + inline constexpr REL::Offset MovementHandlerArbiter{ 0x053B5C30 }; + inline constexpr REL::Offset MovementLargeDelta__IEnumVisitor{ 0x051E5AD8 }; + inline constexpr REL::Offset MovementManager{ 0x051FF100 }; + inline constexpr REL::Offset MovementMessage{ 0x05195558 }; + inline constexpr REL::Offset MovementMessageActivateDoor{ 0x053B7508 }; + inline constexpr REL::Offset MovementMessageActorCollision{ 0x052D4230 }; + inline constexpr REL::Offset MovementMessageApproachingDoor{ 0x053B7570 }; + inline constexpr REL::Offset MovementMessageBeginLandingApproach{ 0x05195518 }; + inline constexpr REL::Offset MovementMessageBlocked{ 0x053B8B68 }; + inline constexpr REL::Offset MovementMessageDoor{ 0x053B7540 }; + inline constexpr REL::Offset MovementMessageGravJump{ 0x051976C0 }; + inline constexpr REL::Offset MovementMessageJump{ 0x053B8C00 }; + inline constexpr REL::Offset MovementMessageLand{ 0x05197690 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___IMessageHandlerWrapper{ 0x052C91B0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_CombatPathMovementMessage_{ 0x052CAD30 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActivateDoor_{ 0x052CB1D0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActorCollision_{ 0x052CB070 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageApproachingDoor_{ 0x052CB570 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageBlocked_{ 0x052CB160 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageJump_{ 0x052CB660 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageNewPath_{ 0x052CB830 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathCleared_{ 0x052CAC40 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathComplete_{ 0x052CB7C0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathFailed_{ 0x052CB750 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePlayIdle_{ 0x052CB0F0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageSetStaticPath_{ 0x052CB6D0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageTraversal_{ 0x052CB5F0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageUpdateRequestImmediate_{ 0x052CACB0 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToLocation_{ 0x052CB240 }; + inline constexpr REL::Offset MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToMultiple_{ 0x052CB4F0 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___IMessageHandlerWrapper{ 0x05223600 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageBeginLandingApproach_{ 0x052236E0 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageGravJump_{ 0x05223760 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageLand_{ 0x05223420 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageNewPath_{ 0x05223490 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathComplete_{ 0x052233A0 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathFailed_{ 0x05223510 }; + inline constexpr REL::Offset MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageTakeOff_{ 0x05223320 }; + inline constexpr REL::Offset MovementMessageNewPath{ 0x053B5420 }; + inline constexpr REL::Offset MovementMessagePathCleared{ 0x053B7408 }; + inline constexpr REL::Offset MovementMessagePathComplete{ 0x053B7470 }; + inline constexpr REL::Offset MovementMessagePathEvent{ 0x053B53F0 }; + inline constexpr REL::Offset MovementMessagePathFailed{ 0x053B7440 }; + inline constexpr REL::Offset MovementMessagePlayIdle{ 0x053B8B98 }; + inline constexpr REL::Offset MovementMessageSetStaticPath{ 0x053B8BC8 }; + inline constexpr REL::Offset MovementMessageTakeOff{ 0x051954E8 }; + inline constexpr REL::Offset MovementMessageTraversal{ 0x053B74A8 }; + inline constexpr REL::Offset MovementMessageUpdateRequestImmediate{ 0x053B53B0 }; + inline constexpr REL::Offset MovementMessageWarpToLocation{ 0x053B8B30 }; + inline constexpr REL::Offset MovementMessageWarpToMultiple{ 0x053B8C30 }; + inline constexpr REL::Offset MovementParameters{ 0x051277F8 }; + inline constexpr REL::Offset MovementParametersFixed{ 0x052232F0 }; + inline constexpr REL::Offset MovementPathManagerAgent{ 0x053B55D0 }; + inline constexpr REL::Offset MovementPathManagerAgentAvoidBox{ 0x053B63C0 }; + inline constexpr REL::Offset MovementPathManagerAgentLoadedAreaMonitor{ 0x053B6190 }; + inline constexpr REL::Offset MovementPathManagerAgentStaticAvoider{ 0x053B6208 }; + inline constexpr REL::Offset MovementPathManagerArbiter{ 0x053B5500 }; + inline constexpr REL::Offset MovementPathManagerNullTracker{ 0x053B54A0 }; + inline constexpr REL::Offset MovementPlannerAgent{ 0x052D42D0 }; + inline constexpr REL::Offset MovementPlannerAgentDirectControl{ 0x052D4298 }; + inline constexpr REL::Offset MovementPlannerAgentNavmeshBounds{ 0x053B61D0 }; + inline constexpr REL::Offset MovementPlannerAgentWarp{ 0x052D4330 }; + inline constexpr REL::Offset MovementPlannerArbiter{ 0x053B59C0 }; + inline constexpr REL::Offset MovementPostUpdateArbiter{ 0x053B5DF0 }; + inline constexpr REL::Offset MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData{ 0x053B6B30 }; + inline constexpr REL::Offset MovementSelectIdleUtils__SelectClosestIdleToPath{ 0x053B6B90 }; + inline constexpr REL::Offset MovementStateFollowPath{ 0x053B5380 }; + inline constexpr REL::Offset MovementStateTransformOverride{ 0x053B5348 }; + inline constexpr REL::Offset MovementStateTweener{ 0x053B5318 }; + inline constexpr REL::Offset MovementTweenerAgent{ 0x052D43B8 }; + inline constexpr REL::Offset MovementTweenerAgentFixedDelta{ 0x053B63F8 }; + inline constexpr REL::Offset MovementTweenerAgentNodeFollower{ 0x052D43E8 }; + inline constexpr REL::Offset MovementTweenerAgentTargetPosAndVel{ 0x053B64A0 }; + inline constexpr REL::Offset MovementTweenerArbiter{ 0x053B5D60 }; + inline constexpr REL::Offset MoviePlayer{ 0x052AF358 }; + inline constexpr REL::Offset MultiFootIKNode{ 0x0536E550 }; + inline constexpr REL::Offset MultiFootIKNodeInstance{ 0x0536E578 }; + inline constexpr REL::Offset NEW_REFR_DATA{ 0x0516A1E0 }; + inline constexpr REL::Offset NPCAttachHandler{ 0x052EB158 }; + inline constexpr REL::Offset NPCDetachHandler{ 0x052EB130 }; + inline constexpr REL::Offset NavGenUtil__TunnelTerraintFilter{ 0x05191C48 }; + inline constexpr REL::Offset NavMesh{ 0x05091128 }; + inline constexpr REL::Offset NavMeshGenContext{ 0x0515BC28 }; + inline constexpr REL::Offset NavMeshGenData{ 0x0515B378 }; + inline constexpr REL::Offset NavMeshGenFinalizer{ 0x051932E0 }; + inline constexpr REL::Offset NavMeshGenInputBorderProcessTask{ 0x0515BB20 }; + inline constexpr REL::Offset NavMeshGenInputProcessor{ 0x05193630 }; + inline constexpr REL::Offset NavMeshGenOutputProcessor{ 0x05193698 }; + inline constexpr REL::Offset NavMeshGenSplitter{ 0x051936F8 }; + inline constexpr REL::Offset NavMeshGenStitcher{ 0x05193860 }; + inline constexpr REL::Offset NavMeshGenerator{ 0x05192648 }; + inline constexpr REL::Offset NavMeshGenerator__NavMeshGenCellsNode{ 0x05192670 }; + inline constexpr REL::Offset NavMeshInfo{ 0x051FD690 }; + inline constexpr REL::Offset NavMeshInfoMap{ 0x051FD788 }; + inline constexpr REL::Offset NavMeshObstacleCoverManager{ 0x05117458 }; + inline constexpr REL::Offset NavMeshObstacleManager{ 0x051FDBB8 }; + inline constexpr REL::Offset NavMeshSearchClosePoint{ 0x051FF6C0 }; + inline constexpr REL::Offset NavMeshSearchFitSphere{ 0x051FF7D0 }; + inline constexpr REL::Offset NavMeshSearchFlee{ 0x051FFB28 }; + inline constexpr REL::Offset NavMeshSearchHide{ 0x051FFB80 }; + inline constexpr REL::Offset NavMeshSearchLOS{ 0x051FFD68 }; + inline constexpr REL::Offset NavMeshSearchLargestSpaceNearLocation{ 0x051FFA38 }; + inline constexpr REL::Offset NavMeshSearchSLPoint{ 0x051FFD90 }; + inline constexpr REL::Offset NavMeshSearchTriangleCenters_NavMeshSearchFitSphere_{ 0x051FF800 }; + inline constexpr REL::Offset NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation_{ 0x051FFA80 }; + inline constexpr REL::Offset NavMeshSplineExtraData{ 0x051C1AE0 }; + inline constexpr REL::Offset NestedUIValue_AlertData_{ 0x05240060 }; + inline constexpr REL::Offset NestedUIValue_ArrayAction_{ 0x0525A210 }; + inline constexpr REL::Offset NestedUIValue_AssignmentCategory_{ 0x05252818 }; + inline constexpr REL::Offset NestedUIValue_AssignmentInfo_{ 0x052524F0 }; + inline constexpr REL::Offset NestedUIValue_BackgroundDatum_{ 0x05284F08 }; + inline constexpr REL::Offset NestedUIValue_BuffInfo_{ 0x0524A308 }; + inline constexpr REL::Offset NestedUIValue_BuildItemData_{ 0x0525CDC0 }; + inline constexpr REL::Offset NestedUIValue_BuilderRequirementsData__InputRequirement_{ 0x0525CA90 }; + inline constexpr REL::Offset NestedUIValue_CargoLinkData_{ 0x0525D8B8 }; + inline constexpr REL::Offset NestedUIValue_CargoLinkData__CargoLinkResource_{ 0x0525D6F0 }; + inline constexpr REL::Offset NestedUIValue_ComponentFlashEventInfo_{ 0x052593E0 }; + inline constexpr REL::Offset NestedUIValue_ControlBindingsData__InputSetting_{ 0x052509E0 }; + inline constexpr REL::Offset NestedUIValue_ControlBindingsData__InputSetting__Binding_{ 0x05250850 }; + inline constexpr REL::Offset NestedUIValue_ControlConflictsData__ConflictingControl_{ 0x05251020 }; + inline constexpr REL::Offset NestedUIValue_ControlConflictsData__ControlConflicts_{ 0x05251230 }; + inline constexpr REL::Offset NestedUIValue_ControlMapDataModel__MappedEvent_{ 0x053A05C0 }; + inline constexpr REL::Offset NestedUIValue_CraftingRecipesDataModel__RecipeData_{ 0x05240C10 }; + inline constexpr REL::Offset NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ 0x052370D0 }; + inline constexpr REL::Offset NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ 0x05236E40 }; + inline constexpr REL::Offset NestedUIValue_CreditsDataModel__CreditsSection_{ 0x0522A3C0 }; + inline constexpr REL::Offset NestedUIValue_CrewInfo_{ 0x05237250 }; + inline constexpr REL::Offset NestedUIValue_CrewSkillInfo_{ 0x05237218 }; + inline constexpr REL::Offset NestedUIValue_DamageResistanceStats_{ 0x0524A2C8 }; + inline constexpr REL::Offset NestedUIValue_DataMenuInventoryItem_{ 0x05238420 }; + inline constexpr REL::Offset NestedUIValue_DialogueUIDataModel__DialogueEntryData_{ 0x0525FC60 }; + inline constexpr REL::Offset NestedUIValue_DialogueUIDataModel__PersuasionEntryData_{ 0x0525FEA0 }; + inline constexpr REL::Offset NestedUIValue_DocData_{ 0x05244B60 }; + inline constexpr REL::Offset NestedUIValue_EffectData_{ 0x05240768 }; + inline constexpr REL::Offset NestedUIValue_EffectGroup_{ 0x0524A678 }; + inline constexpr REL::Offset NestedUIValue_ExplosiveIndicator_{ 0x05239BE0 }; + inline constexpr REL::Offset NestedUIValue_FavoritesManager__FavoritesEntryData_{ 0x05329DE0 }; + inline constexpr REL::Offset NestedUIValue_FireForgetModel__EventNameShuttle_{ 0x05239E60 }; + inline constexpr REL::Offset NestedUIValue_HUDCommandIconData_{ 0x05263338 }; + inline constexpr REL::Offset NestedUIValue_HUDDirectionalHitData_{ 0x05263818 }; + inline constexpr REL::Offset NestedUIValue_HUDEnemyData__EnemyDatum_{ 0x0523E5A0 }; + inline constexpr REL::Offset NestedUIValue_HUDHitKillDatum_{ 0x0523E198 }; + inline constexpr REL::Offset NestedUIValue_HUDLocationData_{ 0x0523E8D8 }; + inline constexpr REL::Offset NestedUIValue_HUDMessageData__Message_{ 0x0523EDB0 }; + inline constexpr REL::Offset NestedUIValue_HailingData_{ 0x05259D38 }; + inline constexpr REL::Offset NestedUIValue_HelpTopicData_{ 0x052321F8 }; + inline constexpr REL::Offset NestedUIValue_HudModeVisibilityInfo_{ 0x0523F0A0 }; + inline constexpr REL::Offset NestedUIValue_IconData_DS_{ 0x0529A0D8 }; + inline constexpr REL::Offset NestedUIValue_ImageFixtureUIData_{ 0x0515B110 }; + inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_Key__{ 0x05278810 }; + inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ 0x0527B800 }; + inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ 0x05278A90 }; + inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ 0x052595F0 }; + inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ 0x052598F0 }; + inline constexpr REL::Offset NestedUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ 0x0529C050 }; + inline constexpr REL::Offset NestedUIValue_InternalVector3UIValue_{ 0x051CC5A0 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__ArmorItemInfo_{ 0x0522B9C0 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__ElementalStatInfo_{ 0x0522BA10 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__InventoryCategoryData_{ 0x0523D070 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__InventoryItem_{ 0x0522B340 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__LootItem_{ 0x0523CEF0 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__ModInfo_{ 0x0522B750 }; + inline constexpr REL::Offset NestedUIValue_InventoryDataModelNS__WeaponItemInfo_{ 0x0522B8F0 }; + inline constexpr REL::Offset NestedUIValue_ItemModsDataModel__ItemModData_{ 0x05241320 }; + inline constexpr REL::Offset NestedUIValue_ItemModsDataModel__ItemModSlotData_{ 0x05241420 }; + inline constexpr REL::Offset NestedUIValue_Key_{ 0x052786F0 }; + inline constexpr REL::Offset NestedUIValue_LevelUpPerkData_{ 0x05264BB8 }; + inline constexpr REL::Offset NestedUIValue_LoadSavePanelData__CharacterData_{ 0x05242FE0 }; + inline constexpr REL::Offset NestedUIValue_LoadSavePanelData__GameData_{ 0x05242C20 }; + inline constexpr REL::Offset NestedUIValue_MainMenuListData__ActionData_{ 0x05244830 }; + inline constexpr REL::Offset NestedUIValue_MessageButton_{ 0x0532D2E0 }; + inline constexpr REL::Offset NestedUIValue_MiscInfo_{ 0x0524A7E8 }; + inline constexpr REL::Offset NestedUIValue_MissionDetailsEntry_DS_{ 0x0526FA10 }; + inline constexpr REL::Offset NestedUIValue_MissionListEntry_DS_{ 0x0526F868 }; + inline constexpr REL::Offset NestedUIValue_MonocleUIDataModel__ResourceData_{ 0x052611D0 }; + inline constexpr REL::Offset NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_{ 0x05261720 }; + inline constexpr REL::Offset NestedUIValue_MonocleUIDataModel__SocialSpellData_{ 0x052613E0 }; + inline constexpr REL::Offset NestedUIValue_NewCompassMarker_{ 0x0523D8F0 }; + inline constexpr REL::Offset NestedUIValue_ObjectiveData_{ 0x05266C90 }; + inline constexpr REL::Offset NestedUIValue_Patch_{ 0x0527B6D8 }; + inline constexpr REL::Offset NestedUIValue_PauseMenuListData__ActionData_{ 0x05245C30 }; + inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ 0x05246880 }; + inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ 0x05246DD0 }; + inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ 0x05247010 }; + inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ 0x05246950 }; + inline constexpr REL::Offset NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ 0x05246BE0 }; + inline constexpr REL::Offset NestedUIValue_PickpocketItemData_{ 0x052743E0 }; + inline constexpr REL::Offset NestedUIValue_PlayerInventoryItem_{ 0x05249F28 }; + inline constexpr REL::Offset NestedUIValue_PlayerShipComponents_{ 0x05239228 }; + inline constexpr REL::Offset NestedUIValue_Powers_{ 0x0522D118 }; + inline constexpr REL::Offset NestedUIValue_QuestDataModel__Objective_{ 0x0524B660 }; + inline constexpr REL::Offset NestedUIValue_QuestDataModel__Quest_{ 0x0524B808 }; + inline constexpr REL::Offset NestedUIValue_QuestUpdate_{ 0x05266E10 }; + inline constexpr REL::Offset NestedUIValue_RankData_{ 0x0527BAD8 }; + inline constexpr REL::Offset NestedUIValue_Requirements_{ 0x0527B978 }; + inline constexpr REL::Offset NestedUIValue_ResearchCategoryPreview_{ 0x0524C240 }; + inline constexpr REL::Offset NestedUIValue_ResearchPopupInfo__ItemInfo_{ 0x0524C530 }; + inline constexpr REL::Offset NestedUIValue_ResearchProjectDetails__LinkedProject_{ 0x0524CC90 }; + inline constexpr REL::Offset NestedUIValue_ResearchProjectDetails__MaterialRequirment_{ 0x0524CC30 }; + inline constexpr REL::Offset NestedUIValue_ResearchProjectPreview_{ 0x0524C580 }; + inline constexpr REL::Offset NestedUIValue_Ring_{ 0x05278970 }; + inline constexpr REL::Offset NestedUIValue_RolloverActivationButtonData_{ 0x0523CDD0 }; + inline constexpr REL::Offset NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_{ 0x05250730 }; + inline constexpr REL::Offset NestedUIValue_ShipComponent_{ 0x05239458 }; + inline constexpr REL::Offset NestedUIValue_Skill_{ 0x05239168 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__ColorSelectionData_DS_{ 0x05175680 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__ColorTabData_DS_{ 0x05175510 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_{ 0x05171EC0 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__FlightCheckTab_DS_{ 0x05171CD0 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__HelpEntry_DS_{ 0x05178270 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__ModuleEntry_DS_{ 0x0515AFF0 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__StatEntry_DS_{ 0x05178560 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_{ 0x0515A170 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_{ 0x051722A0 }; + inline constexpr REL::Offset NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_{ 0x051720B0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__BodyInfoDataFlashObject_{ 0x052594D0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__BodyInfoToUI_{ 0x052397A8 }; + inline constexpr REL::Offset NestedUIValue_StarMap__BodyPOIDef_{ 0x05290958 }; + inline constexpr REL::Offset NestedUIValue_StarMap__BodyPOIMarkersDef_{ 0x05290610 }; + inline constexpr REL::Offset NestedUIValue_StarMap__BodyPOIPos_{ 0x05290868 }; + inline constexpr REL::Offset NestedUIValue_StarMap__GalaxyMarkerData_{ 0x052927C0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__GalaxyMarkerDef_{ 0x052928D0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__MenuMarkerCoords_{ 0x05293ED0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__PlanetInfoToUI_{ 0x05239710 }; + inline constexpr REL::Offset NestedUIValue_StarMap__ResourceInfoFlashObject_{ 0x0525A510 }; + inline constexpr REL::Offset NestedUIValue_StarMap__StarMapMenuMarkerData_{ 0x05293A90 }; + inline constexpr REL::Offset NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_{ 0x05293BB0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__SurfaceMarkerStaticData_{ 0x05296AE0 }; + inline constexpr REL::Offset NestedUIValue_StarMap__SystemBodyInfoToUI_{ 0x05239270 }; + inline constexpr REL::Offset NestedUIValue_StatCategory_{ 0x0524A3D0 }; + inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting_{ 0x05250C80 }; + inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting__CheckBoxData_{ 0x05250B00 }; + inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting__SliderData_{ 0x05250980 }; + inline constexpr REL::Offset NestedUIValue_SubSettingsList__GeneralSetting__StepperData_{ 0x05250BC0 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ 0x051CBDF0 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ 0x051CAAA0 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ 0x051CAE70 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ 0x051CC030 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__CodeBuiltStepperData_{ 0x051CC250 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__HeadPartMetadata_{ 0x051CBC00 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationData_{ 0x051CA670 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData_{ 0x051CBAD0 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ 0x051CB1B0 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ 0x051CB710 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ 0x051CB440 }; + inline constexpr REL::Offset NestedUIValue_TESNPCData__PostBlendSliderMetadata_{ 0x051CC480 }; + inline constexpr REL::Offset NestedUIValue_TargetCombatValues_{ 0x05259768 }; + inline constexpr REL::Offset NestedUIValue_TargetComponentData_{ 0x05259488 }; + inline constexpr REL::Offset NestedUIValue_TargetHighFreq_{ 0x05259EC0 }; + inline constexpr REL::Offset NestedUIValue_TargetLowFreq_{ 0x05259A60 }; + inline constexpr REL::Offset NestedUIValue_TestMenu__TestData__ArcanaData_{ 0x0529BEB0 }; + inline constexpr REL::Offset NestedUIValue_TestMenu__TestResourcesData__ResourceData_{ 0x0529BCA0 }; + inline constexpr REL::Offset NestedUIValue_TraitDatum_{ 0x05285098 }; + inline constexpr REL::Offset NestedUIValue_TraitInfo_{ 0x0524A820 }; + inline constexpr REL::Offset NestedUIValue_UICraftingUtils__ResourceInfo_{ 0x05236CE0 }; + inline constexpr REL::Offset NestedUIValue_UICraftingUtils__SkillRequirement_{ 0x05178440 }; + inline constexpr REL::Offset NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_{ 0x0516FB70 }; + inline constexpr REL::Offset NestedUIValue_WorkshopAreaResourcesData__AreaResource_{ 0x0525B4F0 }; + inline constexpr REL::Offset NestedUIValue_WorkshopCategoryBarData__CategoryBarData_{ 0x0525B9B0 }; + inline constexpr REL::Offset NestedUIValue_WorkshopCategoryInfoData__PreviewIconData_{ 0x0525BDB0 }; + inline constexpr REL::Offset NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ 0x0525BD50 }; + inline constexpr REL::Offset NestedUIValue_WorkshopInterfaceShared__ItemRequirement_{ 0x0525C1D0 }; + inline constexpr REL::Offset NestedUIValue_WorkshopInterfaceShared__ResourceProduced_{ 0x0525C2E0 }; + inline constexpr REL::Offset NestedUIValue_WorkshopTargetMenu__OutpostData_{ 0x052A1460 }; + inline constexpr REL::Offset NestedUIValue_WorkshopTargetMenu__ResourceData_{ 0x052A1880 }; + inline constexpr REL::Offset NestedUIValue_WorkshopTargetMenu__TargetData_{ 0x052A17D0 }; + inline constexpr REL::Offset NestedUIValue_XPData_{ 0x05264DC8 }; + inline constexpr REL::Offset NiAVObject{ 0x05117398 }; + inline constexpr REL::Offset NiAVObjectPalette{ 0x05405B28 }; + inline constexpr REL::Offset NiAdditionalGeometryData{ 0x054087E8 }; + inline constexpr REL::Offset NiAmbientLight{ 0x054087C0 }; + inline constexpr REL::Offset NiBSplineBasisData{ 0x05406430 }; + inline constexpr REL::Offset NiBSplineColorInterpolator{ 0x05406488 }; + inline constexpr REL::Offset NiBSplineCompColorInterpolator{ 0x054064C0 }; + inline constexpr REL::Offset NiBSplineCompFloatInterpolator{ 0x05406530 }; + inline constexpr REL::Offset NiBSplineCompPoint3Interpolator{ 0x054065A0 }; + inline constexpr REL::Offset NiBSplineCompTransformInterpolator{ 0x05406330 }; + inline constexpr REL::Offset NiBSplineData{ 0x05406460 }; + inline constexpr REL::Offset NiBSplineFloatInterpolator{ 0x054064F8 }; + inline constexpr REL::Offset NiBSplineInterpolator{ 0x05406300 }; + inline constexpr REL::Offset NiBSplinePoint3Interpolator{ 0x05406568 }; + inline constexpr REL::Offset NiBSplineTransformInterpolator{ 0x054062C8 }; + inline constexpr REL::Offset NiBillboardNode{ 0x05407A60 }; + inline constexpr REL::Offset NiBinaryExtraData{ 0x05408818 }; + inline constexpr REL::Offset NiBinaryStream{ 0x051E7A38 }; + inline constexpr REL::Offset NiBlendAccumTransformInterpolator{ 0x05405D68 }; + inline constexpr REL::Offset NiBlendBoolInterpolator{ 0x054060F8 }; + inline constexpr REL::Offset NiBlendColorInterpolator{ 0x05406370 }; + inline constexpr REL::Offset NiBlendFloatInterpolator{ 0x05405F30 }; + inline constexpr REL::Offset NiBlendInterpolator{ 0x05405DA0 }; + inline constexpr REL::Offset NiBlendPoint3Interpolator{ 0x054063A0 }; + inline constexpr REL::Offset NiBlendQuaternionInterpolator{ 0x054063D0 }; + inline constexpr REL::Offset NiBlendTransformInterpolator{ 0x05405FC8 }; + inline constexpr REL::Offset NiBoolData{ 0x05406408 }; + inline constexpr REL::Offset NiBoolInterpController{ 0x05406D60 }; + inline constexpr REL::Offset NiBoolInterpolator{ 0x05406060 }; + inline constexpr REL::Offset NiBoolTimelineInterpolator{ 0x05406090 }; + inline constexpr REL::Offset NiBooleanExtraData{ 0x05408840 }; + inline constexpr REL::Offset NiCamera{ 0x054072C8 }; + inline constexpr REL::Offset NiCollisionObject{ 0x052CE2E8 }; + inline constexpr REL::Offset NiColorData{ 0x054065D8 }; + inline constexpr REL::Offset NiColorExtraData{ 0x05407C88 }; + inline constexpr REL::Offset NiColorExtraDataController{ 0x05406600 }; + inline constexpr REL::Offset NiColorInterpolator{ 0x05406638 }; + inline constexpr REL::Offset NiControllerManager{ 0x05405B50 }; + inline constexpr REL::Offset NiControllerSequence{ 0x05405CF8 }; + inline constexpr REL::Offset NiDefaultAVObjectPalette{ 0x05405B80 }; + inline constexpr REL::Offset NiDirectionalLight{ 0x05408870 }; + inline constexpr REL::Offset NiExtraData{ 0x05154808 }; + inline constexpr REL::Offset NiExtraDataController{ 0x05405F60 }; + inline constexpr REL::Offset NiFile{ 0x052AA1E8 }; + inline constexpr REL::Offset NiFloatController{ 0x05406A70 }; + inline constexpr REL::Offset NiFloatData{ 0x05405EB8 }; + inline constexpr REL::Offset NiFloatExtraData{ 0x054088A0 }; + inline constexpr REL::Offset NiFloatExtraDataController{ 0x05405F90 }; + inline constexpr REL::Offset NiFloatInterpController{ 0x05406000 }; + inline constexpr REL::Offset NiFloatInterpolator{ 0x054060C8 }; + inline constexpr REL::Offset NiFloatsExtraData{ 0x05407CB0 }; + inline constexpr REL::Offset NiFloatsExtraDataController{ 0x05406668 }; + inline constexpr REL::Offset NiFloatsExtraDataPoint3Controller{ 0x054066A0 }; + inline constexpr REL::Offset NiFogProperty{ 0x05408798 }; + inline constexpr REL::Offset NiFormArray{ 0x051E8F48 }; + inline constexpr REL::Offset NiGeometry{ 0x05408A10 }; + inline constexpr REL::Offset NiGeometryData{ 0x05407AF0 }; + inline constexpr REL::Offset NiIntegerExtraData{ 0x05377898 }; + inline constexpr REL::Offset NiIntegersExtraData{ 0x0538DB58 }; + inline constexpr REL::Offset NiInterpController{ 0x0538B0A0 }; + inline constexpr REL::Offset NiInterpolator{ 0x05405DD0 }; + inline constexpr REL::Offset NiKeyBasedInterpolator{ 0x05405E58 }; + inline constexpr REL::Offset NiKeyframeManager{ 0x054066D8 }; + inline constexpr REL::Offset NiLight{ 0x05407D60 }; + inline constexpr REL::Offset NiLightColorController{ 0x05406878 }; + inline constexpr REL::Offset NiLightDimmerController{ 0x054068D8 }; + inline constexpr REL::Offset NiLightRadiusController{ 0x05406908 }; + inline constexpr REL::Offset NiLookAtController{ 0x05406938 }; + inline constexpr REL::Offset NiLookAtInterpolator{ 0x05406968 }; + inline constexpr REL::Offset NiMemStream{ 0x05408AE0 }; + inline constexpr REL::Offset NiMorphData{ 0x05406998 }; + inline constexpr REL::Offset NiMultiTargetTransformController{ 0x05405CC0 }; + inline constexpr REL::Offset NiNode{ 0x05157208 }; + inline constexpr REL::Offset NiObject{ 0x051173E8 }; + inline constexpr REL::Offset NiObjectNET{ 0x051173C0 }; + inline constexpr REL::Offset NiPathController{ 0x054069C0 }; + inline constexpr REL::Offset NiPathInterpolator{ 0x05405F00 }; + inline constexpr REL::Offset NiPick__Results{ 0x05407B68 }; + inline constexpr REL::Offset NiPoint3InterpController{ 0x054068A8 }; + inline constexpr REL::Offset NiPoint3Interpolator{ 0x054069E8 }; + inline constexpr REL::Offset NiPointLight{ 0x054088C8 }; + inline constexpr REL::Offset NiPosData{ 0x05405EE0 }; + inline constexpr REL::Offset NiProperty{ 0x05408540 }; + inline constexpr REL::Offset NiQuaternionInterpolator{ 0x05406A18 }; + inline constexpr REL::Offset NiRefObject{ 0x0512CC30 }; + inline constexpr REL::Offset NiRollController{ 0x05406A48 }; + inline constexpr REL::Offset NiRotData{ 0x05406A98 }; + inline constexpr REL::Offset NiSequence{ 0x05406BB8 }; + inline constexpr REL::Offset NiSequenceStreamHelper{ 0x05406C90 }; + inline constexpr REL::Offset NiSingleInterpController{ 0x05405DF8 }; + inline constexpr REL::Offset NiSkinData{ 0x054088F0 }; + inline constexpr REL::Offset NiSkinInstance{ 0x05408918 }; + inline constexpr REL::Offset NiSkinPartition{ 0x05408940 }; + inline constexpr REL::Offset NiSpotLight{ 0x05408968 }; + inline constexpr REL::Offset NiStream{ 0x051EC168 }; + inline constexpr REL::Offset NiStringExtraData{ 0x05407278 }; + inline constexpr REL::Offset NiStringPalette{ 0x05406CC0 }; + inline constexpr REL::Offset NiStringsExtraData{ 0x05408990 }; + inline constexpr REL::Offset NiSwitchNode{ 0x05407A88 }; + inline constexpr REL::Offset NiTArray_BGSAddonNode_NiTMallocInterface_BGSAddonNode__ZeroObjectTraits_BGSAddonNode__{ 0x051826F0 }; + inline constexpr REL::Offset NiTArray_BSAnimNoteListener__BSAnimReceiverType_NiTMallocInterface_BSAnimNoteListener__BSAnimReceiverType__ZeroObjectTraits_BSAnimNoteListener__BSAnimReceiverType__{ 0x05406130 }; + inline constexpr REL::Offset NiTArray_CombatGroup_NiTMallocInterface_CombatGroup__ZeroObjectTraits_CombatGroup__{ 0x052F2A10 }; + inline constexpr REL::Offset NiTArray_NiAVObject_NiTMallocInterface_NiAVObject__ZeroObjectTraits_NiAVObject__{ 0x0538A650 }; + inline constexpr REL::Offset NiTArray_NiPick__Record_NiTScrapHeapInterface_NiPick__Record__ZeroObjectTraits_NiPick__Record__{ 0x05407B90 }; + inline constexpr REL::Offset NiTArray_NiPointer_NiAVObject__NiTNewInterface_NiPointer_NiAVObject___ZeroObjectTraits_NiPointer_NiAVObject___{ 0x05406F20 }; + inline constexpr REL::Offset NiTArray_NiPointer_NiControllerSequence__NiTNewInterface_NiPointer_NiControllerSequence___ZeroObjectTraits_NiPointer_NiControllerSequence___{ 0x05405C00 }; + inline constexpr REL::Offset NiTArray_NiPointer_NiTransformController__NiTNewInterface_NiPointer_NiTransformController___ZeroObjectTraits_NiPointer_NiTransformController___{ 0x05406AC0 }; + inline constexpr REL::Offset NiTArray_char_NiTMallocInterface_char__ZeroObjectTraits_char__{ 0x05406C30 }; + inline constexpr REL::Offset NiTArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ 0x051829E0 }; + inline constexpr REL::Offset NiTArray_void___NiStream_NiObject__NiTMallocInterface_void___NiStream_NiObject___ZeroObjectTraits_void___NiStream_NiObject___{ 0x054074A0 }; + inline constexpr REL::Offset NiTLargeArray_BSFixedString_NiTNewInterface_BSFixedString__ZeroObjectTraits_BSFixedString__{ 0x05407940 }; + inline constexpr REL::Offset NiTLargeArray_NiPointer_NiObject__NiTNewInterface_NiPointer_NiObject___ZeroObjectTraits_NiPointer_NiObject___{ 0x05407610 }; + inline constexpr REL::Offset NiTLargeArray_TESForm_NiTMallocInterface_TESForm__ZeroObjectTraits_TESForm__{ 0x051E8FB0 }; + inline constexpr REL::Offset NiTLargeArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ 0x054076F0 }; + inline constexpr REL::Offset NiTLargeObjectArray_BSFixedString_{ 0x054076B0 }; + inline constexpr REL::Offset NiTLargeObjectArray_NiPointer_NiObject__{ 0x05407750 }; + inline constexpr REL::Offset NiTLargePrimitiveArray_TESForm_{ 0x051E8F70 }; + inline constexpr REL::Offset NiTLargePrimitiveArray_unsignedint_{ 0x054075D8 }; + inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData_____ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ 0x052AD270 }; + inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_charconst_IDLE_ANIM_ROOT___charconst_IDLE_ANIM_ROOT_{ 0x0517F440 }; + inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_unsignedint_TESFile___unsignedint_TESFile_{ 0x05182AA0 }; + inline constexpr REL::Offset NiTMapBase_DFALL_NiTMapItem_unsignedint_unsignedchar___unsignedint_unsignedchar_{ 0x052D2100 }; + inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__NiObjectconst_unsignedint_{ 0x05407A10 }; + inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiObject___void__{ 0x054077E0 }; + inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiPointer_NiSequence__{ 0x05406700 }; + inline constexpr REL::Offset NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_unsignedshort_{ 0x05407590 }; + inline constexpr REL::Offset NiTMap_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ 0x052AD380 }; + inline constexpr REL::Offset NiTMap_charconst_IDLE_ANIM_ROOT_{ 0x0517F400 }; + inline constexpr REL::Offset NiTMap_unsignedint_TESFile_{ 0x05182A68 }; + inline constexpr REL::Offset NiTMap_unsignedint_unsignedchar_{ 0x052D21A8 }; + inline constexpr REL::Offset NiTObjectArray_NiPointer_NiAVObject__{ 0x05406ED0 }; + inline constexpr REL::Offset NiTObjectArray_NiPointer_NiControllerSequence__{ 0x05405BB0 }; + inline constexpr REL::Offset NiTObjectArray_NiPointer_NiTransformController__{ 0x05406BE0 }; + inline constexpr REL::Offset NiTPointerMap_NiObjectconst_unsignedint_{ 0x05407900 }; + inline constexpr REL::Offset NiTPointerMap_charconst_NiObject___void__{ 0x05407798 }; + inline constexpr REL::Offset NiTPointerMap_charconst_NiPointer_NiSequence__{ 0x05406830 }; + inline constexpr REL::Offset NiTPointerMap_charconst_unsignedshort_{ 0x05407558 }; + inline constexpr REL::Offset NiTPrimitiveArray_BGSAddonNode_{ 0x05182650 }; + inline constexpr REL::Offset NiTPrimitiveArray_BSAnimNoteListener__BSAnimReceiverType_{ 0x05406210 }; + inline constexpr REL::Offset NiTPrimitiveArray_CombatGroup_{ 0x052F2A98 }; + inline constexpr REL::Offset NiTPrimitiveArray_NiAVObject_{ 0x0538A6D0 }; + inline constexpr REL::Offset NiTPrimitiveArray_char_{ 0x05406B88 }; + inline constexpr REL::Offset NiTPrimitiveArray_unsignedint_{ 0x05182A38 }; + inline constexpr REL::Offset NiTPrimitiveArray_void___NiStream_NiObject__{ 0x05407840 }; + inline constexpr REL::Offset NiTScrapArray_NiPick__Record_{ 0x05407C20 }; + inline constexpr REL::Offset NiTStringMap_IDLE_ANIM_ROOT_{ 0x0517F4B0 }; + inline constexpr REL::Offset NiTStringPointerMap_NiObject___void__{ 0x054079D0 }; + inline constexpr REL::Offset NiTStringPointerMap_NiPointer_NiSequence__{ 0x05406760 }; + inline constexpr REL::Offset NiTStringPointerMap_unsignedshort_{ 0x05407468 }; + inline constexpr REL::Offset NiTStringTemplateMap_NiTMap_charconst_IDLE_ANIM_ROOT__IDLE_ANIM_ROOT_{ 0x0517F4F0 }; + inline constexpr REL::Offset NiTStringTemplateMap_NiTPointerMap_charconst_NiObject___void___NiObject___void__{ 0x05407890 }; + inline constexpr REL::Offset NiTStringTemplateMap_NiTPointerMap_charconst_NiPointer_NiSequence___NiPointer_NiSequence__{ 0x054067B0 }; + inline constexpr REL::Offset NiTStringTemplateMap_NiTPointerMap_charconst_unsignedshort__unsignedshort_{ 0x05407420 }; + inline constexpr REL::Offset NiTextKeyExtraData{ 0x05406CE8 }; + inline constexpr REL::Offset NiTimeController{ 0x05183280 }; + inline constexpr REL::Offset NiTransformController{ 0x05405E28 }; + inline constexpr REL::Offset NiTransformData{ 0x054062A0 }; + inline constexpr REL::Offset NiTransformInterpolator{ 0x05405E88 }; + inline constexpr REL::Offset NiTriBasedGeom{ 0x054089C0 }; + inline constexpr REL::Offset NiTriBasedGeomData{ 0x05408A60 }; + inline constexpr REL::Offset NiTriShape{ 0x054089E8 }; + inline constexpr REL::Offset NiTriShapeData{ 0x05408A38 }; + inline constexpr REL::Offset NiTriStrips{ 0x05408A90 }; + inline constexpr REL::Offset NiTriStripsData{ 0x05408AB8 }; + inline constexpr REL::Offset NiUVData{ 0x05406D18 }; + inline constexpr REL::Offset NiVisController{ 0x05406D38 }; + inline constexpr REL::Offset NightEyeEffect{ 0x052A4B50 }; + inline constexpr REL::Offset NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EBEA0 }; + inline constexpr REL::Offset NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EB5F0 }; + inline constexpr REL::Offset NonActorMagicCaster{ 0x051792D8 }; + inline constexpr REL::Offset NonActorMagicTarget{ 0x05090590 }; + inline constexpr REL::Offset NormalizeRotation{ 0x0536B448 }; + inline constexpr REL::Offset NormalizeRotationInstance{ 0x0536E140 }; + inline constexpr REL::Offset NullMovementSelectIdleResult{ 0x053B6898 }; + inline constexpr REL::Offset NullMovementState{ 0x0531C8A0 }; + inline constexpr REL::Offset NullPathBuilderTracker{ 0x053B1AA0 }; + inline constexpr REL::Offset ObjectAttachmentFormComponent{ 0x0516BEB0 }; + inline constexpr REL::Offset ObjectListItem{ 0x051EE950 }; + inline constexpr REL::Offset ObstacleTaskData{ 0x051FDED8 }; + inline constexpr REL::Offset OpenContainerMenuMessage{ 0x05091BD0 }; + inline constexpr REL::Offset OpenEffect{ 0x052A4E30 }; + inline constexpr REL::Offset OpenRefuelMenuMessage{ 0x05091FB8 }; + inline constexpr REL::Offset OpenShipCrewAssignMenuMessage{ 0x05091F80 }; + inline constexpr REL::Offset OwnedCameraEffectController{ 0x051D9F30 }; + inline constexpr REL::Offset OwnedController{ 0x05157A90 }; + inline constexpr REL::Offset PackageCreator{ 0x050AE4B0 }; + inline constexpr REL::Offset PackageList{ 0x051837E8 }; + inline constexpr REL::Offset PackageList__IPackageVisitor{ 0x052CC228 }; + inline constexpr REL::Offset PackageLocation{ 0x051FD300 }; + inline constexpr REL::Offset PageFileBase{ 0x052AA0A8 }; + inline constexpr REL::Offset PageFileReader_BSFile_{ 0x052AA000 }; + inline constexpr REL::Offset PageFileReader_PageFileBase_{ 0x052AA158 }; + inline constexpr REL::Offset PageFileWriter_BSFile_{ 0x052AA0D0 }; + inline constexpr REL::Offset PageFileWriter_PageFileBase_{ 0x052AA070 }; + inline constexpr REL::Offset PairCollector{ 0x0508A078 }; + inline constexpr REL::Offset PairedAnimation{ 0x0536E4F8 }; + inline constexpr REL::Offset PairedAnimationInstance{ 0x0536E520 }; + inline constexpr REL::Offset PairedAttackDialogueHandler{ 0x052EA7A0 }; + inline constexpr REL::Offset PairedStopHandler{ 0x052E9C18 }; + inline constexpr REL::Offset ParalysisEffect{ 0x052A3AF8 }; + inline constexpr REL::Offset ParticleFormComponent{ 0x0516C5E8 }; + inline constexpr REL::Offset ParticleParticleCollisionsTask{ 0x05089BB0 }; + inline constexpr REL::Offset ParticleParticleInterBranchCollisionsTask{ 0x05089BF0 }; + inline constexpr REL::Offset ParticleParticleInterbranchSolveTask{ 0x05089B40 }; + inline constexpr REL::Offset ParticleParticleProcessEarlyOutStateTask{ 0x05089A18 }; + inline constexpr REL::Offset ParticleSequence{ 0x0536B4C8 }; + inline constexpr REL::Offset ParticleSequenceInstance{ 0x0536E170 }; + inline constexpr REL::Offset ParticleSystemInterface{ 0x0517F3D0 }; + inline constexpr REL::Offset Particles__AnimatedUVMaterialProperties{ 0x053A1790 }; + inline constexpr REL::Offset Particles__BaseCustomParameter{ 0x0520F908 }; + inline constexpr REL::Offset Particles__BaseOperation{ 0x053A7CF8 }; + inline constexpr REL::Offset Particles__BaseParticleSystemItem{ 0x053A7CC0 }; + inline constexpr REL::Offset Particles__BoundProperty{ 0x053A17D0 }; + inline constexpr REL::Offset Particles__BundleInfo{ 0x053A7D58 }; + inline constexpr REL::Offset Particles__EmitterBinding{ 0x053AD298 }; + inline constexpr REL::Offset Particles__EmitterDefinition{ 0x053AE160 }; + inline constexpr REL::Offset Particles__EmitterEngineBindingBase{ 0x053AD258 }; + inline constexpr REL::Offset Particles__EmitterMaterialDependency{ 0x053AA690 }; + inline constexpr REL::Offset Particles__ExpressionParser{ 0x053B0300 }; + inline constexpr REL::Offset Particles__ForcesProperties{ 0x053AA570 }; + inline constexpr REL::Offset Particles__GeometryAsShapeDependency{ 0x053AA738 }; + inline constexpr REL::Offset Particles__GeometryParticlesProperties{ 0x053AA5A8 }; + inline constexpr REL::Offset Particles__GroupOperation{ 0x053A7C90 }; + inline constexpr REL::Offset Particles__IFunctionProvider{ 0x053B0338 }; + inline constexpr REL::Offset Particles__ITimeMultiplierProvider{ 0x051C1DC8 }; + inline constexpr REL::Offset Particles__Intrinsics__ApplyAngularVelocityParamSet{ 0x053A9120 }; + inline constexpr REL::Offset Particles__Intrinsics__ApplyForcesToPositionParamSet{ 0x053A7FB0 }; + inline constexpr REL::Offset Particles__Intrinsics__ApplyForcesToVelocityParamSet{ 0x053A8000 }; + inline constexpr REL::Offset Particles__Intrinsics__ApplyVelocityToPositionParamSet{ 0x053A8430 }; + inline constexpr REL::Offset Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet{ 0x053A8480 }; + inline constexpr REL::Offset Particles__Intrinsics__AssignmentOperationInput{ 0x053A95F0 }; + inline constexpr REL::Offset Particles__Intrinsics__BindingNameInput{ 0x053A8D08 }; + inline constexpr REL::Offset Particles__Intrinsics__BoolBoolParamSet{ 0x053AA278 }; + inline constexpr REL::Offset Particles__Intrinsics__BoolInput{ 0x053A8BE0 }; + inline constexpr REL::Offset Particles__Intrinsics__BroadcastCollisionEventParamSet{ 0x053A8580 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorAlphaCurvesParamSet{ 0x053A96C0 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorColorColorParamSet{ 0x053AA3D0 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorColorFloatParamSet{ 0x053AA340 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorCurveParamSet{ 0x053A9678 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorFloatParamSet{ 0x053AA388 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorInput{ 0x053A8C18 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorPickerMinMaxParamSet{ 0x053AA470 }; + inline constexpr REL::Offset Particles__Intrinsics__ColorPickerParamSet{ 0x053AA2F8 }; + inline constexpr REL::Offset Particles__Intrinsics__ConditionalJumpParamSet{ 0x053A9500 }; + inline constexpr REL::Offset Particles__Intrinsics__ConditionalKillParamSet{ 0x053A86B0 }; + inline constexpr REL::Offset Particles__Intrinsics__ConformToHeightmapParamSet{ 0x053A9A50 }; + inline constexpr REL::Offset Particles__Intrinsics__ConformToHeightmapSimParamSet{ 0x053A9AA0 }; + inline constexpr REL::Offset Particles__Intrinsics__CurveParamSet{ 0x053A9638 }; + inline constexpr REL::Offset Particles__Intrinsics__CustomHandlingParamSet{ 0x053A8EF0 }; + inline constexpr REL::Offset Particles__Intrinsics__CyclingVolumeParamSet{ 0x053A9A00 }; + inline constexpr REL::Offset Particles__Intrinsics__DebugAnimateParentTransform{ 0x053A9710 }; + inline constexpr REL::Offset Particles__Intrinsics__DebugAttachToCamera{ 0x053A9758 }; + inline constexpr REL::Offset Particles__Intrinsics__DebugMoveParentTransform{ 0x053A97A0 }; + inline constexpr REL::Offset Particles__Intrinsics__DirectionAxisInput{ 0x053A8E58 }; + inline constexpr REL::Offset Particles__Intrinsics__DirectionToRotation3DParamSet{ 0x053AA190 }; + inline constexpr REL::Offset Particles__Intrinsics__Double3Double3Double3ParamSet{ 0x053A9E40 }; + inline constexpr REL::Offset Particles__Intrinsics__Double3Double3ParamSet{ 0x053A9DA0 }; + inline constexpr REL::Offset Particles__Intrinsics__Double3Double3VectorParamSet{ 0x053A9DF0 }; + inline constexpr REL::Offset Particles__Intrinsics__Double3Input{ 0x053A8A18 }; + inline constexpr REL::Offset Particles__Intrinsics__EmissionTypeInput{ 0x053A8E18 }; + inline constexpr REL::Offset Particles__Intrinsics__ExpressionInputParamSet{ 0x053AFA60 }; + inline constexpr REL::Offset Particles__Intrinsics__Float5ParamSet{ 0x053A88C8 }; + inline constexpr REL::Offset Particles__Intrinsics__Float6ParamSet{ 0x053A8908 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatBoolParamSet{ 0x053A8948 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatColorParamSet{ 0x053AA2B8 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatFloatBoolParamSet{ 0x053A8990 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatFloatColorParamSet{ 0x053AA420 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatFloatParamSet{ 0x053A8880 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatParamSet{ 0x053A8700 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatFloatFloatVectorParamSet{ 0x053A8750 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatFloatParamSet{ 0x053A89D8 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatInput{ 0x053AACC0 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatMinMaxParamSet{ 0x053A8838 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatUIntParamSet{ 0x053A9B90 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatVector33MatrixParamSet{ 0x053A87A0 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatVectorParamSet{ 0x053A9C10 }; + inline constexpr REL::Offset Particles__Intrinsics__FloatVectorVectorParamSet{ 0x053A9880 }; + inline constexpr REL::Offset Particles__Intrinsics__GenericResourceParamSet{ 0x053A8EA0 }; + inline constexpr REL::Offset Particles__Intrinsics__GeometryParticleKillParamSet{ 0x053A8FE0 }; + inline constexpr REL::Offset Particles__Intrinsics__GeometryParticleParamSet{ 0x053A8F40 }; + inline constexpr REL::Offset Particles__Intrinsics__GeometryParticleUpdateParamSet{ 0x053A8F90 }; + inline constexpr REL::Offset Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet{ 0x053A9030 }; + inline constexpr REL::Offset Particles__Intrinsics__HexColorHexColorUIntParamSet{ 0x053A9370 }; + inline constexpr REL::Offset Particles__Intrinsics__HexColorUIntParamSet{ 0x053A9330 }; + inline constexpr REL::Offset Particles__Intrinsics__HexUIntInput{ 0x053A8BA8 }; + inline constexpr REL::Offset Particles__Intrinsics__Input{ 0x053AAC48 }; + inline constexpr REL::Offset Particles__Intrinsics__IntInput{ 0x053A8AF8 }; + inline constexpr REL::Offset Particles__Intrinsics__JumpParamSet{ 0x053A94C0 }; + inline constexpr REL::Offset Particles__Intrinsics__KillParamSet{ 0x053A8670 }; + inline constexpr REL::Offset Particles__Intrinsics__LODCurvedPropertyBaseParamSet{ 0x053A9AF0 }; + inline constexpr REL::Offset Particles__Intrinsics__LODCurvedPropertyFloatParamSet{ 0x053A9B40 }; + inline constexpr REL::Offset Particles__Intrinsics__MatrixInput{ 0x053A8AC0 }; + inline constexpr REL::Offset Particles__Intrinsics__MatrixVectorVectorParamSet{ 0x053A95A0 }; + inline constexpr REL::Offset Particles__Intrinsics__MeshSpawnDimensionInput{ 0x053A8D50 }; + inline constexpr REL::Offset Particles__Intrinsics__NoOpDeclareBoolParamSet{ 0x053A9170 }; + inline constexpr REL::Offset Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet{ 0x053A8050 }; + inline constexpr REL::Offset Particles__Intrinsics__Noise2ParamSet{ 0x053A9CD0 }; + inline constexpr REL::Offset Particles__Intrinsics__Noise3ParamSet{ 0x053A9D10 }; + inline constexpr REL::Offset Particles__Intrinsics__NoiseBaseParamSet{ 0x053A9C50 }; + inline constexpr REL::Offset Particles__Intrinsics__NoiseParamSet{ 0x053A9C90 }; + inline constexpr REL::Offset Particles__Intrinsics__NoiseTypeInput{ 0x053A8DD8 }; + inline constexpr REL::Offset Particles__Intrinsics__OperationNameInput{ 0x053A8CC8 }; + inline constexpr REL::Offset Particles__Intrinsics__OrbitAroundPointParamSet{ 0x053A9960 }; + inline constexpr REL::Offset Particles__Intrinsics__ParameterSetBase{ 0x053AAC80 }; + inline constexpr REL::Offset Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet{ 0x053A9080 }; + inline constexpr REL::Offset Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet{ 0x053A90D0 }; + inline constexpr REL::Offset Particles__Intrinsics__PointInCylinderParamSet{ 0x053A9550 }; + inline constexpr REL::Offset Particles__Intrinsics__PointInMeshParamSet{ 0x053A9918 }; + inline constexpr REL::Offset Particles__Intrinsics__PointOnAttachedSkeletonParamSet{ 0x053A99B0 }; + inline constexpr REL::Offset Particles__Intrinsics__RandomVariableParamSet{ 0x053A9D50 }; + inline constexpr REL::Offset Particles__Intrinsics__RandomVectorOnShapeParamSet{ 0x053A98D0 }; + inline constexpr REL::Offset Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet{ 0x053AA1E0 }; + inline constexpr REL::Offset Particles__Intrinsics__ShapeTypeInput{ 0x053A8D98 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedAsset{ 0x053AA778 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedAssociatedUID{ 0x053AABC8 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedCollisionInfo{ 0x053AAC08 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedColorAlphaCurves{ 0x053AA8B0 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedColorCurve{ 0x053AA868 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedCurve{ 0x053AA7F0 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedCustomParameter{ 0x053AAB40 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedFiniteRandomNumberGenerator{ 0x053AA9F0 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedHeightmapData{ 0x053AAB88 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedLODCurves{ 0x053AA8F8 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedMesh{ 0x053AA938 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedNoiseGenerator{ 0x053AA9B0 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedParticleSystemSpawnParameters{ 0x053AAAA0 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedRGBColorCurve{ 0x053AA828 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedRandomVariableDistributionValues{ 0x053AAA40 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedRuntimeInfo{ 0x053AA7B0 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedSkeletonData{ 0x053AA970 }; + inline constexpr REL::Offset Particles__Intrinsics__SharedUpdateForcesParameters{ 0x053AAAF0 }; + inline constexpr REL::Offset Particles__Intrinsics__SpawnParticleParamSet{ 0x053A85D0 }; + inline constexpr REL::Offset Particles__Intrinsics__StringInput{ 0x053A8C90 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet{ 0x053A83D0 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet{ 0x053A8360 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet{ 0x053A8300 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet{ 0x053A8230 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet{ 0x053A8160 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet{ 0x053A8100 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet{ 0x053A80A0 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet{ 0x053A8290 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet{ 0x053A81C0 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet{ 0x053A9220 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet{ 0x053A91C0 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet{ 0x053A9280 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformStretchVectorToWorldParamSet{ 0x053A8520 }; + inline constexpr REL::Offset Particles__Intrinsics__TransformVelocityToWorldParamSet{ 0x053A84D0 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntDivisionParamSet{ 0x053A9400 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntFloatParamSet{ 0x053A9480 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntInput{ 0x053A8B30 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntMinMaxParamSet{ 0x053A9440 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntUIntBoolParamSet{ 0x053A92F0 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntUIntParamSet{ 0x053AA4B8 }; + inline constexpr REL::Offset Particles__Intrinsics__UIntUIntUIntParamSet{ 0x053A93C0 }; + inline constexpr REL::Offset Particles__Intrinsics__UpdateChildParticleBindingsParamSet{ 0x053A8620 }; + inline constexpr REL::Offset Particles__Intrinsics__UpdateForcesParamSet{ 0x053AFAB0 }; + inline constexpr REL::Offset Particles__Intrinsics__VariableInput{ 0x053A8B68 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector2Input{ 0x053A8A50 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet{ 0x053A9F30 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet{ 0x053A9F80 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet{ 0x053A9FE0 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector3Input{ 0x053A8A88 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector3MatrixParamSet{ 0x053A87F0 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet{ 0x053AA040 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet{ 0x053AA090 }; + inline constexpr REL::Offset Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet{ 0x053AA0F0 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorFloatParamSet{ 0x053A97E8 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorFloatVectorParamSet{ 0x053A9830 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorMinMaxParamSet{ 0x053AA150 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorScaleAddParamSet{ 0x053AA230 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorVectorFloatParamSet{ 0x053A9EE0 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorVectorParamSet{ 0x053A9BD0 }; + inline constexpr REL::Offset Particles__Intrinsics__VectorVectorVectorParamSet{ 0x053A9E90 }; + inline constexpr REL::Offset Particles__Intrinsics__XMFLOAT4Input{ 0x053A8C50 }; + inline constexpr REL::Offset Particles__ListFloatCurve{ 0x053A1760 }; + inline constexpr REL::Offset Particles__ListParticleCollisionInfo{ 0x0520F940 }; + inline constexpr REL::Offset Particles__MaterialDBDependency{ 0x053AA658 }; + inline constexpr REL::Offset Particles__MaterialProperties{ 0x053A1800 }; + inline constexpr REL::Offset Particles__MeshDependency{ 0x053AA6D0 }; + inline constexpr REL::Offset Particles__MinimalEmitterDefinition{ 0x053AE198 }; + inline constexpr REL::Offset Particles__MinimalParticleSystemDefinition{ 0x053AA530 }; + inline constexpr REL::Offset Particles__ModelDBDependency{ 0x053AA620 }; + inline constexpr REL::Offset Particles__PSM__Commands__BaseParticleSystemRequest{ 0x053AC8E0 }; + inline constexpr REL::Offset Particles__PSM__Commands__RequestLoadResources{ 0x053AC930 }; + inline constexpr REL::Offset Particles__PSM__Commands__WaitForResourceLoad{ 0x053AC980 }; + inline constexpr REL::Offset Particles__ParticleEmitterEngine{ 0x053ADB70 }; + inline constexpr REL::Offset Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding{ 0x053AD200 }; + inline constexpr REL::Offset Particles__ParticleNodeManager{ 0x053A2698 }; + inline constexpr REL::Offset Particles__ParticlePerformanceManager{ 0x053ACFF8 }; + inline constexpr REL::Offset Particles__ParticleSystemManagerImpl{ 0x053AC9C8 }; + inline constexpr REL::Offset Particles__ParticleSystemManagerImpl__PSBinding{ 0x053ACFB0 }; + inline constexpr REL::Offset Particles__ParticleSystemStorage{ 0x053A2C48 }; + inline constexpr REL::Offset Particles__PhysicsProperties{ 0x053A1728 }; + inline constexpr REL::Offset Particles__PointInMeshDependency{ 0x053AA700 }; + inline constexpr REL::Offset Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled_{ 0x05098DB0 }; + inline constexpr REL::Offset Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled___ReleaseToPool{ 0x05096C70 }; + inline constexpr REL::Offset Particles__ResourceDependency{ 0x053AA5E8 }; + inline constexpr REL::Offset Particles__SingleOperation{ 0x053A7D28 }; + inline constexpr REL::Offset Particles__SystemBinding{ 0x053A32B0 }; + inline constexpr REL::Offset Particles__SystemDefinition{ 0x053AA4F8 }; + inline constexpr REL::Offset Particles__TiledMaterialProperties{ 0x053A16F0 }; + inline constexpr REL::Offset PassengerInteraction{ 0x05223898 }; + inline constexpr REL::Offset PathBuilderFlee__PathBuilderFleePath{ 0x0509F9D8 }; + inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyActionPath{ 0x05116F60 }; + inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyHoverPath{ 0x05116A20 }; + inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyLandPath{ 0x05116880 }; + inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyOrbitPath{ 0x05116C10 }; + inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyPath{ 0x05117218 }; + inline constexpr REL::Offset PathBuilderFlight__PathBuilderFlyTakeOffPath{ 0x05116950 }; + inline constexpr REL::Offset PathBuilderHide__PathBuilderHidePath{ 0x05117028 }; + inline constexpr REL::Offset PathBuilderLOS__PathBuilderLOSPath{ 0x051170E0 }; + inline constexpr REL::Offset PathBuilderSafeStraightLine__PathBuilderSafeStraightLinePath{ 0x05116CF0 }; + inline constexpr REL::Offset PathFollowerAnimationMoveStart{ 0x053B91F8 }; + inline constexpr REL::Offset PathFollowerAnimationMoveStop{ 0x053B9230 }; + inline constexpr REL::Offset PathFollowerStateFollowPathToParameter{ 0x053B90D8 }; + inline constexpr REL::Offset PathFollowerStateKeepLastDirection{ 0x053B9118 }; + inline constexpr REL::Offset PathFollowerStatePerformAction{ 0x053B91C0 }; + inline constexpr REL::Offset PathFollowerStatePlayIdle{ 0x053B9070 }; + inline constexpr REL::Offset PathFollowerStateShortcut{ 0x053B9158 }; + inline constexpr REL::Offset PathFollowerStateTurnToAngle{ 0x053B90A0 }; + inline constexpr REL::Offset PathFollowerStateWaitForAction{ 0x053B9188 }; + inline constexpr REL::Offset PathManagerImpl{ 0x053B0CB0 }; + inline constexpr REL::Offset PathManagerPositionPlayerAdapter{ 0x052BAD28 }; + inline constexpr REL::Offset PathSmootherRayCastUsePreferredTris{ 0x053B7DB0 }; + inline constexpr REL::Offset PathSmootherRayCastUseTrianglePath{ 0x053B7DF0 }; + inline constexpr REL::Offset Pathing{ 0x051FF1D8 }; + inline constexpr REL::Offset PathingAnimations{ 0x05361D18 }; + inline constexpr REL::Offset PathingAnimationsInstance{ 0x05361CE8 }; + inline constexpr REL::Offset PathingCell{ 0x051FF2B0 }; + inline constexpr REL::Offset PathingCoverLocation{ 0x051FF128 }; + inline constexpr REL::Offset PathingDoor{ 0x051FF300 }; + inline constexpr REL::Offset PathingLockData{ 0x051FF328 }; + inline constexpr REL::Offset PathingNumericIDDuplicationVisitor{ 0x051FF378 }; + inline constexpr REL::Offset PathingRequest{ 0x05153EE8 }; + inline constexpr REL::Offset PathingRequestClosePoint{ 0x051FECA8 }; + inline constexpr REL::Offset PathingRequestClosestGoal{ 0x051FFDC0 }; + inline constexpr REL::Offset PathingRequestClosestGoal__PathBuilder{ 0x05116AC8 }; + inline constexpr REL::Offset PathingRequestCover{ 0x051FFDF0 }; + inline constexpr REL::Offset PathingRequestFlee{ 0x051FFE20 }; + inline constexpr REL::Offset PathingRequestFly{ 0x051FFE50 }; + inline constexpr REL::Offset PathingRequestFlyAction{ 0x051FFE78 }; + inline constexpr REL::Offset PathingRequestFlyHover{ 0x051FFEA8 }; + inline constexpr REL::Offset PathingRequestFlyLand{ 0x051FFED8 }; + inline constexpr REL::Offset PathingRequestFlyOrbit{ 0x051FFF08 }; + inline constexpr REL::Offset PathingRequestFlyTakeOff{ 0x051FFF38 }; + inline constexpr REL::Offset PathingRequestHide{ 0x051FFF68 }; + inline constexpr REL::Offset PathingRequestLOS{ 0x051FFF98 }; + inline constexpr REL::Offset PathingRequestOpenSpace{ 0x05153F38 }; + inline constexpr REL::Offset PathingRequestOpenSpaceBuilder{ 0x05116EA8 }; + inline constexpr REL::Offset PathingRequestRotate{ 0x051FFFC0 }; + inline constexpr REL::Offset PathingRequestSafeStraightLine{ 0x051FEC70 }; + inline constexpr REL::Offset PathingRequestStopMoving{ 0x051FFFF0 }; + inline constexpr REL::Offset PathingSpace{ 0x051FF3B8 }; + inline constexpr REL::Offset PathingStreamLoadGame{ 0x052D4450 }; + inline constexpr REL::Offset PathingStreamMasterFileRead{ 0x05195480 }; + inline constexpr REL::Offset PathingStreamSaveGame{ 0x052D4420 }; + inline constexpr REL::Offset PathingTraversalAction{ 0x05195848 }; + inline constexpr REL::Offset PathingTraversalActionActivate{ 0x05195878 }; + inline constexpr REL::Offset PathingTraversalActionDoorway{ 0x051958B0 }; + inline constexpr REL::Offset PathingTraversalActionJump{ 0x051958E8 }; + inline constexpr REL::Offset PathingTraversalActionLadder{ 0x05195920 }; + inline constexpr REL::Offset PathingTraversalActionStandard{ 0x05195988 }; + inline constexpr REL::Offset PathingTraversalData{ 0x051959C0 }; + inline constexpr REL::Offset PathingTraversalManager{ 0x05196BE8 }; + inline constexpr REL::Offset PauseMenu{ 0x0528B830 }; + inline constexpr REL::Offset PauseMenuConfirmationDataModel{ 0x052454A8 }; + inline constexpr REL::Offset PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle{ 0x05245450 }; + inline constexpr REL::Offset PauseMenuListDataModel{ 0x05245DB8 }; + inline constexpr REL::Offset PauseMenuListDataModel__PauseMenuListEventShuttle{ 0x05245D70 }; + inline constexpr REL::Offset PauseMenuStateDataModel{ 0x05245BA0 }; + inline constexpr REL::Offset PauseMenuStateDataModel__PauseMenuStateEventShuttle{ 0x05245B50 }; + inline constexpr REL::Offset PauseMenu_ActionCanceled{ 0x0528B9A0 }; + inline constexpr REL::Offset PauseMenu_ConfirmAction{ 0x0528B9D0 }; + inline constexpr REL::Offset PauseMenu_ConfirmLoad{ 0x0528B940 }; + inline constexpr REL::Offset PauseMenu_ConfirmSave{ 0x0528B8B0 }; + inline constexpr REL::Offset PauseMenu_DeleteSave{ 0x0528B910 }; + inline constexpr REL::Offset PauseMenu_QuitToDesktop{ 0x0528B880 }; + inline constexpr REL::Offset PauseMenu_SetCharacter{ 0x0528B8E0 }; + inline constexpr REL::Offset PauseMenu_StartAction{ 0x0528BA00 }; + inline constexpr REL::Offset PauseMenu_StartLoad{ 0x0528B970 }; + inline constexpr REL::Offset PauseMenu_UploadSave{ 0x0528B850 }; + inline constexpr REL::Offset PeakValueModifierEffect{ 0x05092918 }; + inline constexpr REL::Offset PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter{ 0x0537A320 }; + inline constexpr REL::Offset PenetrationUtils__hknpBSCommandStreamWriter{ 0x0537EFD0 }; + inline constexpr REL::Offset PerformActivationHandler{ 0x052EAC30 }; + inline constexpr REL::Offset PerformOpFunc{ 0x05407178 }; + inline constexpr REL::Offset PhotoGalleryMenu{ 0x0522BC00 }; + inline constexpr REL::Offset PhotoGalleryMenu__PhotoGalleryEventShuttle{ 0x0522BBC0 }; + inline constexpr REL::Offset PhotoGallery_DeletePhoto{ 0x0522BC78 }; + inline constexpr REL::Offset PhotoModeCameraState{ 0x0520A288 }; + inline constexpr REL::Offset PhotoModeDataModel{ 0x052467A8 }; + inline constexpr REL::Offset PhotoModeDataModel__PhotoModeEventShuttle{ 0x05246718 }; + inline constexpr REL::Offset PhotoModeDataModel__PhotoModeOverlayData__ImageData{ 0x05246760 }; + inline constexpr REL::Offset PhotoModeDataModel__PhotoModeSettingsData__CategoryData{ 0x052467E0 }; + inline constexpr REL::Offset PhotoModeDataModel__PhotoModeSettingsData__SettingData{ 0x05246830 }; + inline constexpr REL::Offset PhotoModeEffectController{ 0x051ED880 }; + inline constexpr REL::Offset PhotoModeMenu{ 0x05273878 }; + inline constexpr REL::Offset PhotoMode_InitializeCategory{ 0x052739C0 }; + inline constexpr REL::Offset PhotoMode_ResetToDefaults{ 0x05273990 }; + inline constexpr REL::Offset PhotoMode_SliderChanged{ 0x05273960 }; + inline constexpr REL::Offset PhotoMode_StepperChanged{ 0x05273930 }; + inline constexpr REL::Offset PhotoMode_TakeSnapshot{ 0x05273900 }; + inline constexpr REL::Offset PhotoMode_ToggleHelmet{ 0x052738A0 }; + inline constexpr REL::Offset PhotoMode_ToggleUI{ 0x052738D0 }; + inline constexpr REL::Offset PhotoMode__PhotoModeCaptureExportNode{ 0x05272878 }; + inline constexpr REL::Offset PhysicsContactListener{ 0x05361C80 }; + inline constexpr REL::Offset PhysicsContactListenerInstance{ 0x05361CB0 }; + inline constexpr REL::Offset PickNewIdleHandler{ 0x052E9F60 }; + inline constexpr REL::Offset PickpocketInventoryModel{ 0x052752C8 }; + inline constexpr REL::Offset PickpocketItemData{ 0x052752F8 }; + inline constexpr REL::Offset PickpocketMenu{ 0x05274278 }; + inline constexpr REL::Offset PickpocketMenu_OnItemSelect{ 0x05274240 }; + inline constexpr REL::Offset PickpocketStateData{ 0x05275328 }; + inline constexpr REL::Offset PipelineGenerationEventHandler{ 0x052BB2B8 }; + inline constexpr REL::Offset PitchOverrideEndHandler{ 0x052EAF78 }; + inline constexpr REL::Offset PitchOverrideStartHandler{ 0x052EAD68 }; + inline constexpr REL::Offset PlanetSiteSelectEventHelper{ 0x052BDF58 }; + inline constexpr REL::Offset PlasmaProjectile{ 0x0520F8B8 }; + inline constexpr REL::Offset PlatformDataModel{ 0x053A0780 }; + inline constexpr REL::Offset PlayBinkMenu{ 0x0528BCF8 }; + inline constexpr REL::Offset PlayBink_CloseMenu{ 0x0528BD20 }; + inline constexpr REL::Offset PlayerBedEnterHandler{ 0x052EA1A8 }; + inline constexpr REL::Offset PlayerCamera{ 0x053241E8 }; + inline constexpr REL::Offset PlayerCameraTransitionState{ 0x05323EA8 }; + inline constexpr REL::Offset PlayerChairEnterHandler{ 0x052EA5C8 }; + inline constexpr REL::Offset PlayerCharacter{ 0x052D1F38 }; + inline constexpr REL::Offset PlayerControllerMoveXRawChannel_Actor_float_{ 0x052D1360 }; + inline constexpr REL::Offset PlayerControllerMoveYRawChannel_Actor_float_{ 0x052D05F0 }; + inline constexpr REL::Offset PlayerControllerMoveZRawChannel_Actor_float_{ 0x052D0530 }; + inline constexpr REL::Offset PlayerControllerXRawChannel_Actor_float_{ 0x052D14B0 }; + inline constexpr REL::Offset PlayerControllerXSmoothedChannel_Actor_float_{ 0x052D1560 }; + inline constexpr REL::Offset PlayerControllerXSumChannel_Actor_float_{ 0x052D11F0 }; + inline constexpr REL::Offset PlayerControllerYRawChannel_Actor_float_{ 0x052D1410 }; + inline constexpr REL::Offset PlayerControllerYSmoothedChannel_Actor_float_{ 0x052D10A0 }; + inline constexpr REL::Offset PlayerControllerYSumChannel_Actor_float_{ 0x052D1150 }; + inline constexpr REL::Offset PlayerControls__AlternateAttackHandler{ 0x05223BA0 }; + inline constexpr REL::Offset PlayerControls__AlternateFlightControlMode{ 0x05223A70 }; + inline constexpr REL::Offset PlayerControls__AutoMoveHandler{ 0x052239C0 }; + inline constexpr REL::Offset PlayerControls__Base{ 0x05224E70 }; + inline constexpr REL::Offset PlayerControls__DebugCameraHandler{ 0x052239F8 }; + inline constexpr REL::Offset PlayerControls__FlightControlMode{ 0x05223AB0 }; + inline constexpr REL::Offset PlayerControls__FlightMovementHandler{ 0x05223AE8 }; + inline constexpr REL::Offset PlayerControls__GrabRotationHandler{ 0x05223B28 }; + inline constexpr REL::Offset PlayerControls__GravJumpHandler{ 0x05223B68 }; + inline constexpr REL::Offset PlayerControls__HeldStateHandler{ 0x05223918 }; + inline constexpr REL::Offset PlayerControls__JumpHandler{ 0x05223F98 }; + inline constexpr REL::Offset PlayerControls__LookHandler{ 0x05223FD0 }; + inline constexpr REL::Offset PlayerControls__Manager{ 0x052257E8 }; + inline constexpr REL::Offset PlayerControls__MonocleHandler{ 0x05224008 }; + inline constexpr REL::Offset PlayerControls__MovementHandler{ 0x05224040 }; + inline constexpr REL::Offset PlayerControls__PlayerCameraHandler{ 0x05224078 }; + inline constexpr REL::Offset PlayerControls__PlayerInputHandler{ 0x05223988 }; + inline constexpr REL::Offset PlayerControls__RunHandler{ 0x052240B8 }; + inline constexpr REL::Offset PlayerControls__ShieldHandler{ 0x052240E8 }; + inline constexpr REL::Offset PlayerControls__ShipEquipmentHandler{ 0x05224120 }; + inline constexpr REL::Offset PlayerControls__SneakHandler{ 0x05224318 }; + inline constexpr REL::Offset PlayerControls__SprintHandler{ 0x05224758 }; + inline constexpr REL::Offset PlayerControls__StandardFlightControlMode{ 0x05223A30 }; + inline constexpr REL::Offset PlayerControls__StarbornPowerHandler{ 0x05225748 }; + inline constexpr REL::Offset PlayerControls__TogglePOVHandler{ 0x05224790 }; + inline constexpr REL::Offset PlayerControls__ToggleRunHandler{ 0x052247C8 }; + inline constexpr REL::Offset PlayerControls__WeaponActionHandler{ 0x05224800 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackHandler{ 0x05224840 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__NotTriggered{ 0x050917B0 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__Triggered{ 0x050915E0 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic{ 0x050919B0 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredBurst{ 0x05091960 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd{ 0x050916F0 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous{ 0x05091900 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage{ 0x05091750 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease{ 0x05091690 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage{ 0x05091630 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredSingle{ 0x050918B0 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease{ 0x05091850 }; + inline constexpr REL::Offset PlayerControls__WeaponAttackTriggerStates__Unequipped{ 0x05091800 }; + inline constexpr REL::Offset PlayerControls__WeaponBlockActionHandler{ 0x05224EA0 }; + inline constexpr REL::Offset PlayerControls__WeaponFocusHandler{ 0x05224EE0 }; + inline constexpr REL::Offset PlayerControls__WeaponMeleeHandler{ 0x05224F18 }; + inline constexpr REL::Offset PlayerControls__WeaponReadyHandler{ 0x05224F50 }; + inline constexpr REL::Offset PlayerControls__WeaponReloadHandler{ 0x05224F88 }; + inline constexpr REL::Offset PlayerControls__WeaponSightedActionHandler{ 0x052253B0 }; + inline constexpr REL::Offset PlayerControls__ZKeyHandler{ 0x05223950 }; + inline constexpr REL::Offset PlayerDataModel{ 0x05248680 }; + inline constexpr REL::Offset PlayerDataModel__PlayerDataEventShuttle{ 0x05248B38 }; + inline constexpr REL::Offset PlayerDirectionSmoothedChannel_Actor_float_{ 0x052D17B0 }; + inline constexpr REL::Offset PlayerFastEquipSoundHandler{ 0x052EA988 }; + inline constexpr REL::Offset PlayerFirstSpeedSmoothedChannel_Actor_float_{ 0x052D12A0 }; + inline constexpr REL::Offset PlayerFurnitureExitHandler{ 0x052EA110 }; + inline constexpr REL::Offset PlayerInventoryDataModel{ 0x05249E50 }; + inline constexpr REL::Offset PlayerInventoryItem{ 0x05249D50 }; + inline constexpr REL::Offset PlayerPitchDeltaSmoothedChannel_Actor_float_{ 0x052D1870 }; + inline constexpr REL::Offset PlayerRegionState{ 0x052D26C8 }; + inline constexpr REL::Offset PlayerSleepWaitMovementControllerAdapter{ 0x052BACA8 }; + inline constexpr REL::Offset PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor{ 0x052BAC40 }; + inline constexpr REL::Offset PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor{ 0x052BABD0 }; + inline constexpr REL::Offset PlayerSpaceUtils__EventSink{ 0x052A8BE0 }; + inline constexpr REL::Offset PlayerSpaceUtils__PlayerSpaceUtilsEventHandler{ 0x052A8C20 }; + inline constexpr REL::Offset PlayerSpaceUtils___unnamedtypeSpaceAsteroidsWorldStepListener_{ 0x051330B0 }; + inline constexpr REL::Offset PlayerStatusDataModel{ 0x0524AA18 }; + inline constexpr REL::Offset PlayerStatusDataModel__PlayerStatusEventShuttle{ 0x0524A930 }; + inline constexpr REL::Offset PlayerTraversalState{ 0x052D2148 }; + inline constexpr REL::Offset PoseDeformerData{ 0x051BC5B0 }; + inline constexpr REL::Offset PoseDeformerInstance{ 0x051BC700 }; + inline constexpr REL::Offset PostAttachActionsFunctor{ 0x05407148 }; + inline constexpr REL::Offset PostBoneModifierControl{ 0x0536B498 }; + inline constexpr REL::Offset PostBoneModifierControlInstance{ 0x0536B2C0 }; + inline constexpr REL::Offset PostStepTask{ 0x050896E8 }; + inline constexpr REL::Offset PowerArmor__EventHandler{ 0x051283E0 }; + inline constexpr REL::Offset PowerUtils__PowerUtilsReferenceEventSink{ 0x0512F288 }; + inline constexpr REL::Offset PowersMenu{ 0x0522CFC0 }; + inline constexpr REL::Offset PowersMenu_ActivateEssence{ 0x0522CF28 }; + inline constexpr REL::Offset PowersMenu_EquipPower{ 0x0522CF90 }; + inline constexpr REL::Offset PowersMenu_FavoritePower{ 0x0522CF60 }; + inline constexpr REL::Offset PowersMenu__PowersMenuEventShuttle{ 0x0522CDC8 }; + inline constexpr REL::Offset PreStepTask{ 0x050896C0 }; + inline constexpr REL::Offset Precipitation{ 0x051ED038 }; + inline constexpr REL::Offset PrecipitationEffectController{ 0x051ECFD0 }; + inline constexpr REL::Offset PrecomputedNavmeshInfoPathMap{ 0x051FD888 }; + inline constexpr REL::Offset PreloadResponsesInitializationPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EC770 }; + inline constexpr REL::Offset Preload__Manager{ 0x05231C40 }; + inline constexpr REL::Offset Preload__PostProcessDependencyNode{ 0x05231EA8 }; + inline constexpr REL::Offset PreparePartitionTreeBuffers{ 0x05089A58 }; + inline constexpr REL::Offset Probe__ReflectionProbeRenderOptions{ 0x0538AD58 }; + inline constexpr REL::Offset ProcessListMovementInterface{ 0x0512CCE0 }; + inline constexpr REL::Offset ProcessLists{ 0x052D3608 }; + inline constexpr REL::Offset ProcessLists__GetActorsFilter{ 0x052AF558 }; + inline constexpr REL::Offset Projectile{ 0x0520F8E0 }; + inline constexpr REL::Offset ProjectileLOSCollector{ 0x052F5488 }; + inline constexpr REL::Offset Projectile__Manager{ 0x052EF310 }; + inline constexpr REL::Offset QuestDataModel{ 0x0524BC38 }; + inline constexpr REL::Offset QuestDataModel__QuestGameEventShuttle{ 0x0524BC60 }; + inline constexpr REL::Offset QuestPathingRequest{ 0x05197660 }; + inline constexpr REL::Offset QuestPathingRequestBuilder{ 0x05116740 }; + inline constexpr REL::Offset QueuedActor{ 0x0517CAD0 }; + inline constexpr REL::Offset QueuedCellAttachService{ 0x0518D208 }; + inline constexpr REL::Offset QueuedCharacter{ 0x0517CAA8 }; + inline constexpr REL::Offset QueuedExplosionArt{ 0x0517C940 }; + inline constexpr REL::Offset QueuedFile{ 0x05170318 }; + inline constexpr REL::Offset QueuedLocationLoadTask{ 0x051D2548 }; + inline constexpr REL::Offset QueuedModel{ 0x0517CA58 }; + inline constexpr REL::Offset QueuedPlayer{ 0x0517C970 }; + inline constexpr REL::Offset QueuedPromoteLargeReferencesTask{ 0x051D1858 }; + inline constexpr REL::Offset QueuedPromoteQuestTask{ 0x051EB150 }; + inline constexpr REL::Offset QueuedPromoteReferencesTask{ 0x0518A488 }; + inline constexpr REL::Offset QueuedReference{ 0x0517CA80 }; + inline constexpr REL::Offset QueuedReferenceCallbackNode{ 0x0517C9C0 }; + inline constexpr REL::Offset QuickSaveLoadHandler{ 0x0532C798 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory_TerminalOpenViewCallback_{ 0x05124450 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory_TerminalRunResultsCallback_{ 0x051243E0 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___SceneActionResultsCallBack_{ 0x051E8AF0 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___ScenePhaseResultsCallBack_{ 0x051E8C20 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___SceneResultsCallBack_{ 0x051E8940 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___StageItemFinishedCallback_{ 0x051EB1F0 }; + inline constexpr REL::Offset REFREventCallbacks__ConcreteEventCallbackFactory___TopicResultCallBack_{ 0x051EB760 }; + inline constexpr REL::Offset REFREventCallbacks__IEventCallback{ 0x051E2808 }; + inline constexpr REL::Offset REFREventCallbacks__IEventCallbackFactory{ 0x0512F248 }; + inline constexpr REL::Offset RagdollAndGetUpHandler{ 0x052EB100 }; + inline constexpr REL::Offset RagdollFurnitureModifier{ 0x051EC0A8 }; + inline constexpr REL::Offset RagdollGetUp{ 0x0536E658 }; + inline constexpr REL::Offset RagdollGetUpInstance{ 0x0536E680 }; + inline constexpr REL::Offset RagdollStartHandler{ 0x052E9C70 }; + inline constexpr REL::Offset RallyEffect{ 0x052A5378 }; + inline constexpr REL::Offset RandomAnimationNode{ 0x0536EF68 }; + inline constexpr REL::Offset RandomAnimationNodeInstance{ 0x0536EF30 }; + inline constexpr REL::Offset RangedAimAssistImpl{ 0x0520A880 }; + inline constexpr REL::Offset ReanimateEffect{ 0x052A4E58 }; + inline constexpr REL::Offset RecoilStopHandler{ 0x052EB400 }; + inline constexpr REL::Offset ReevaluateGraphStateHandler{ 0x052EAB40 }; + inline constexpr REL::Offset RefAttachTechniqueInput{ 0x052A3890 }; + inline constexpr REL::Offset ReferenceEffect{ 0x052A4B28 }; + inline constexpr REL::Offset ReferenceEffectController{ 0x05157AB8 }; + inline constexpr REL::Offset ReferenceEndAnimatedCameraHandler{ 0x052E6CC0 }; + inline constexpr REL::Offset ReferenceRunActionHandler{ 0x052E6648 }; + inline constexpr REL::Offset ReferenceStartAnimatedCameraHandler{ 0x052E6CF8 }; + inline constexpr REL::Offset ReferenceStartImagespaceModifierHandler{ 0x052E65D0 }; + inline constexpr REL::Offset ReferenceStopImagespaceModifierHandler{ 0x052E6678 }; + inline constexpr REL::Offset ReflectionProbeCellComponent{ 0x0515CB18 }; + inline constexpr REL::Offset RefrAudioUtils____LoopService{ 0x05226310 }; + inline constexpr REL::Offset RefrInteraction{ 0x052238F0 }; + inline constexpr REL::Offset Refuel_Accept{ 0x0527A388 }; + inline constexpr REL::Offset Refuel_Cancel{ 0x0527A360 }; + inline constexpr REL::Offset RegSettingCollection{ 0x052A76F8 }; + inline constexpr REL::Offset ReloadCompleteHandler{ 0x052EAEF0 }; + inline constexpr REL::Offset ReloadStateChangeHandler{ 0x052EAF20 }; + inline constexpr REL::Offset RemoveRagdollHandler{ 0x052E9CA0 }; + inline constexpr REL::Offset ResearchDataModel{ 0x0524C830 }; + inline constexpr REL::Offset ResearchDataModel__ResearchDataEventShuttle{ 0x0524C860 }; + inline constexpr REL::Offset ResearchMenu{ 0x05276B08 }; + inline constexpr REL::Offset ResearchMenu_AddMaterial{ 0x05276C08 }; + inline constexpr REL::Offset ResearchMenu_CategorySelected{ 0x05276CA8 }; + inline constexpr REL::Offset ResearchMenu_ExitMenu{ 0x05276BD8 }; + inline constexpr REL::Offset ResearchMenu_HideModel{ 0x05276BA8 }; + inline constexpr REL::Offset ResearchMenu_PreviewProject{ 0x05276C70 }; + inline constexpr REL::Offset ResearchMenu_ProjectViewed{ 0x05276C38 }; + inline constexpr REL::Offset ResearchMenu_SetInspectControls{ 0x05276B70 }; + inline constexpr REL::Offset ResearchMenu_ToggleTrackingProject{ 0x05276B30 }; + inline constexpr REL::Offset Research__Manager{ 0x052A9E50 }; + inline constexpr REL::Offset Reset3DMobIterator{ 0x051E8C98 }; + inline constexpr REL::Offset ResetFloraEffect{ 0x052A4CD8 }; + inline constexpr REL::Offset ResponseDefinitionMissPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052ECDE0 }; + inline constexpr REL::Offset Reticle_OnLongAnimFinished{ 0x0528CF70 }; + inline constexpr REL::Offset RevertSelectedSpellFunctor{ 0x052C9200 }; + inline constexpr REL::Offset RigMesh__BoneAttaches{ 0x05377868 }; + inline constexpr REL::Offset RigMesh__BoneTranslations{ 0x05377838 }; + inline constexpr REL::Offset RigSwitch{ 0x0536B2A0 }; + inline constexpr REL::Offset RigSwitchInstance{ 0x0536B320 }; + inline constexpr REL::Offset RightHandSpellCastHandler{ 0x052EA508 }; + inline constexpr REL::Offset RightHandSpellFireHandler{ 0x052EA4A8 }; + inline constexpr REL::Offset RollingBone{ 0x0536E5A8 }; + inline constexpr REL::Offset RollingBoneInstance{ 0x0536E5D0 }; + inline constexpr REL::Offset RootTwist{ 0x0536EC98 }; + inline constexpr REL::Offset RootTwistInstance{ 0x0536EC70 }; + inline constexpr REL::Offset RotationVariable{ 0x0536B2F8 }; + inline constexpr REL::Offset RotationVariableInstance{ 0x0536E1A0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_DisplayCaseComponent_BGSDisplayCaseFormComponent_{ 0x05228010 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_MovementControllerComponent_BGSPathingData_{ 0x050A9610 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_ScannableComponent_BGSScannableFormComponent_{ 0x050A99E0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_ShipManagementComponent_BGSShipManagement_{ 0x050A9C70 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipAIActorComponent_BGSSpaceshipAIActor_{ 0x050A9EE0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipEffectsComponent_BGSSpaceshipEquipment_{ 0x05353490 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipEquipmentComponent_BGSSpaceshipEquipment_{ 0x050A9050 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipSoundsComponent_BGSSpaceshipEquipment_{ 0x050AA080 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding_{ 0x050A9820 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy_WorkshopItemColorComponent_BGSWorkshopItemColorComponent_{ 0x05229490 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationPolicy___BGSVolumeComponent_BGSVolumeFormComponent_{ 0x05203150 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_DisplayCaseComponent_BGSDisplayCaseFormComponent_{ 0x05228090 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_ShipManagementComponent_BGSShipManagement_{ 0x050A9BE0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_0_{ 0x0518C270 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2_{ 0x052030F0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForFormInitPolicy_0_{ 0x0535DBF0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForFormInitPolicy_1_{ 0x050A8FC0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForFormInitPolicy_2_{ 0x050A97D0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForSet3dPolicy_0_{ 0x0516BD50 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForSet3dPolicy_1_{ 0x050A92E0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RegisterForSet3dPolicy_2_{ 0x050A9460 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_BGSActivityTrackerComponent_BGSActivityTrackerFormComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____BGSActivityTrackerComponentCreationPolicy_0_{ 0x05188890 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_EffectSequenceComponent_BGSEffectSequenceFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_1__EffectSequenceComponentPolicy_1_{ 0x050A91E0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAnimComponent_LightAnimFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__LightAnimComponentCreationPolicy_0_{ 0x050A9370 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAttachmentRuntimeComponent_LightAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____LightAttachmentRuntimeComponentCreationPolicy_1_{ 0x0516BC30 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_MovementControllerComponent_BGSPathingData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationPolicy_MovementControllerComponent_BGSPathingData__0_{ 0x050A94F0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ObjectAttachmentRuntimeComponent_ObjectAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____ObjectAttachmentRuntimeComponentCreationPolicy_1_{ 0x0516C010 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ParticleComponent_ParticleFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_0____ParticleComponentCreationPolicy_1_{ 0x0518C770 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ScannableComponent_BGSScannableFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__ScannableComponentCreationPolicy_0_{ 0x050A98B0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipAIActorComponent_BGSSpaceshipAIActor_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__SpaceshipAIActorCreationPolicy_0_{ 0x050A9DB0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEffectsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__SpaceshipEffectsComponentCreationPolicy_1_{ 0x05353320 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEquipmentComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__SpaceshipEquipmentCreationPolicy_0_{ 0x050A8E90 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipLinkedCell_BGSFormLinkData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_0____SpaceshipLinkedCellCreationPolicy_0_{ 0x0535DAF0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipSoundsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipSoundsComponent_BGSSpaceshipEquipment__0_{ 0x050A9F60 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding__0_{ 0x050A9690 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_WorkshopItemColorComponent_BGSWorkshopItemColorComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____WorkshopItemColorComponentCreationPolicy_0_{ 0x05229570 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0___BGSVolumeComponent_BGSVolumeFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy___BGSVolumeComponent_BGSVolumeFormComponent__0_{ 0x05202FB0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_DisplayCaseComponent_BGSDisplayCaseFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2____DisplayCaseComponentCreationPolicy_0_{ 0x05227EB0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_ShipManagementComponent_BGSShipManagement_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_ShipManagementComponent_BGSShipManagement__0_{ 0x050A9AC0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponentBase{ 0x051900A0 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponentStorage{ 0x05190050 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent_{ 0x05228250 }; + inline constexpr REL::Offset RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent_{ 0x05228AB0 }; + inline constexpr REL::Offset SKClosestHitCollector{ 0x051E5830 }; + inline constexpr REL::Offset SWFToCodeFunctionHandler{ 0x0516FD00 }; + inline constexpr REL::Offset SandManKillHandler{ 0x052EA770 }; + inline constexpr REL::Offset SaveBufferStorageWrapper{ 0x052AE280 }; + inline constexpr REL::Offset SaveFileStorageWrapper{ 0x052AE250 }; + inline constexpr REL::Offset SaveGameCollection{ 0x052AA5F8 }; + inline constexpr REL::Offset SaveGameMagicCasterVisitor{ 0x052C9270 }; + inline constexpr REL::Offset SaveLoadMagicCasterVisitor{ 0x052C92A8 }; + inline constexpr REL::Offset SaveLoadTester__Service{ 0x052AD648 }; + inline constexpr REL::Offset SaveLoad__BlockingIONode{ 0x051EA278 }; + inline constexpr REL::Offset SaveLoad__CleanupService__Impl{ 0x0522FFC8 }; + inline constexpr REL::Offset SaveStorageWrapperBase{ 0x052AE220 }; + inline constexpr REL::Offset ScalarAnimation{ 0x05360DF8 }; + inline constexpr REL::Offset ScaleformFile__MemoryFile{ 0x053A0990 }; + inline constexpr REL::Offset Scaleform__AcquireInterface{ 0x052AEE50 }; + inline constexpr REL::Offset Scaleform__AmpMovieObjectDesc{ 0x0513A1E0 }; + inline constexpr REL::Offset Scaleform__BoolFormatter{ 0x0513AEC0 }; + inline constexpr REL::Offset Scaleform__BufferedFile{ 0x0513C560 }; + inline constexpr REL::Offset Scaleform__DefaultAcquireInterface{ 0x052AEDE8 }; + inline constexpr REL::Offset Scaleform__DelegatedFile{ 0x0513C530 }; + inline constexpr REL::Offset Scaleform__DoubleFormatter{ 0x0513AF50 }; + inline constexpr REL::Offset Scaleform__Event{ 0x051369F8 }; + inline constexpr REL::Offset Scaleform__FILEFile{ 0x0513EB60 }; + inline constexpr REL::Offset Scaleform__File{ 0x053A0AD8 }; + inline constexpr REL::Offset Scaleform__FileConstants{ 0x053A0B00 }; + inline constexpr REL::Offset Scaleform__FmtResource{ 0x0513AE30 }; + inline constexpr REL::Offset Scaleform__Formatter{ 0x0513AE60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3Support{ 0x0514DF88 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider{ 0x051484D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider{ 0x05148520 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ASRefCountCollector{ 0x0513FD98 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ASVM{ 0x051408E8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef{ 0x05140D50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AbcDataBuffer{ 0x0514DFB8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Abc__File{ 0x0513FCA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ArrayBase{ 0x051443E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmBitmap{ 0x05140470 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmButton{ 0x05140E20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmDisplayObj{ 0x05140240 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmDisplayObjContainer{ 0x05140868 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmInteractiveObj{ 0x051408A8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmLoader{ 0x05140E58 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmMovieClip{ 0x05140BB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmSprite{ 0x05140B78 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmStage{ 0x05140BE8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmStaticText{ 0x05140EC8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmTextField{ 0x05140F00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__AvmTextField__CSSHolder{ 0x0514D7F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__BASlotFunctCalc{ 0x051404E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__BASlotFunctSrlzFixedName{ 0x05140520 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue{ 0x05140570 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Class{ 0x0513FA90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassCallConstruct{ 0x051412E8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__ClassClass{ 0x05141440 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__Traits{ 0x0513FB68 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__UserDefined{ 0x05141400 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError{ 0x05142AC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Array{ 0x05142000 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Boolean{ 0x05141EC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Catch{ 0x05142040 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Date{ 0x05142B48 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError{ 0x051427B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Domain{ 0x05142140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Error{ 0x05142728 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__EvalError{ 0x05142800 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Function{ 0x05141480 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Math{ 0x05142BC8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Namespace{ 0x05141920 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Number{ 0x05141F00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__Object{ 0x051414C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__QName{ 0x05142080 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__RangeError{ 0x05142850 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError{ 0x051428A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__RegExp{ 0x05142658 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__SecurityError{ 0x051428F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__String{ 0x05141FC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError{ 0x05142940 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__TypeError{ 0x05142990 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__URIError{ 0x051429E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError{ 0x05142A70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__VerifyError{ 0x05142A20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__XML{ 0x051420C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__XMLList{ 0x05142100 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__int_{ 0x05141F40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__uint{ 0x05141F80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl__void_{ 0x05142180 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility{ 0x0514C860 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation{ 0x0514C970 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties{ 0x0514CAB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText{ 0x0514C7A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection{ 0x0514C800 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie{ 0x051480F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion{ 0x05147BE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap{ 0x05148280 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData{ 0x051481E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel{ 0x05148570 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode{ 0x05148430 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle{ 0x05148620 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject{ 0x05147E70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer{ 0x051486C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel{ 0x05148A50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType{ 0x05148AF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics{ 0x05148BE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill{ 0x05148DC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill{ 0x05148ED0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill{ 0x05148FE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath{ 0x051490F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand{ 0x051493A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding{ 0x05149450 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill{ 0x051491E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke{ 0x051492F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable{ 0x051483E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData{ 0x05148C80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill{ 0x05148CD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath{ 0x05148D20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject{ 0x05148320 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod{ 0x05149500 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle{ 0x051495B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode{ 0x05149650 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Loader{ 0x05148780 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo{ 0x05148910 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape{ 0x05149740 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip{ 0x05149920 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping{ 0x05149A60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion{ 0x05149F70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Scene{ 0x051499C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Shader{ 0x0514A060 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData{ 0x0514A010 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput{ 0x0514A2A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob{ 0x0514A250 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter{ 0x0514A0B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType{ 0x0514A100 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision{ 0x0514A1B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Shape{ 0x05149B00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton{ 0x05149BA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod{ 0x05149C40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite{ 0x051497E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__Stage{ 0x05148820 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign{ 0x05149CE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState{ 0x05149D80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality{ 0x05149E30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode{ 0x05149ED0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError{ 0x0514AB20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError{ 0x0514AAD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError{ 0x0514AA20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError{ 0x0514AA80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError{ 0x0514AB70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError{ 0x0514ABC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError{ 0x0514AC20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent{ 0x051458E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent{ 0x051461F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent{ 0x05147930 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent{ 0x051462E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent{ 0x051463E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent{ 0x05146480 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent{ 0x05145FF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__Event{ 0x051457B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher{ 0x051432D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase{ 0x051472E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent{ 0x05146CC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent{ 0x05147380 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent{ 0x05147080 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent{ 0x05146700 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase{ 0x05147890 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent{ 0x05147420 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher{ 0x05147180 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent{ 0x05147510 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent{ 0x05146DB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent{ 0x05146AE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent{ 0x05146520 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent{ 0x05146EA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent{ 0x051469C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent{ 0x05146BD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent{ 0x05147600 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation{ 0x05147B40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent{ 0x05147A30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent{ 0x05146F90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent{ 0x051476B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent{ 0x05145F00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent{ 0x051477A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent{ 0x05146610 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent{ 0x05146850 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent{ 0x051460E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents{ 0x05147220 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface{ 0x0514E170 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter{ 0x0514B670 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter{ 0x0514B580 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality{ 0x0514B710 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType{ 0x0514B7C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter{ 0x0514B8B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter{ 0x0514B9A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter{ 0x0514BA60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter{ 0x0514BB20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode{ 0x0514BBE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter{ 0x0514BCF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter{ 0x0514BDF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter{ 0x0514BEF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter{ 0x0514C000 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter{ 0x0514C0C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform{ 0x0514ACD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix{ 0x0514B0D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D{ 0x0514AF00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection{ 0x0514B2A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Point{ 0x0514B170 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle{ 0x0514B360 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform{ 0x0514B400 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D{ 0x0514B4A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D{ 0x0514ADC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx{ 0x0514EDC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions{ 0x0514EC30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx{ 0x0514F3B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager{ 0x0514EB90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad{ 0x0514F1D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent{ 0x0514F260 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle{ 0x0514F720 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx{ 0x0514F5E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx{ 0x0514F7E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx{ 0x0514EE60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx{ 0x0514F130 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent{ 0x0514ECD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx{ 0x0514EFF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx{ 0x0514EA60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx{ 0x0514F4A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx{ 0x0514EF00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__Camera{ 0x0514C110 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info{ 0x0514C1F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone{ 0x0514C2E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__Sound{ 0x0514C5B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel{ 0x0514C470 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext{ 0x0514C650 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer{ 0x0514C700 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform{ 0x0514C380 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter{ 0x05143140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference{ 0x05143280 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList{ 0x051434D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput{ 0x05143520 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter{ 0x05143580 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection{ 0x051435E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection{ 0x05143680 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding{ 0x05143720 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__Responder{ 0x051437C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject{ 0x05143860 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus{ 0x051439E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__Socket{ 0x05143A90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader{ 0x05143BD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat{ 0x05143D60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest{ 0x051433D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader{ 0x05143E50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod{ 0x05143EF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream{ 0x05143F90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables{ 0x05143CC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket{ 0x05143FE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer{ 0x0514E270 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain{ 0x0514A2F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities{ 0x0514A440 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__IME{ 0x0514A4E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode{ 0x0514A570 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext{ 0x0514A7A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__Security{ 0x0514A840 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain{ 0x0514A660 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel{ 0x0514A8E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_system__System{ 0x0514A980 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType{ 0x0514CB70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings{ 0x0514CC60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__Font{ 0x0514CD40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle{ 0x0514CF10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__FontType{ 0x0514CFB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType{ 0x0514D050 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText{ 0x0514D190 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet{ 0x0514D350 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType{ 0x0514D490 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode{ 0x0514D530 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextField{ 0x0514D660 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize{ 0x0514D830 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType{ 0x0514D8D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat{ 0x0514D3F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign{ 0x0514D970 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics{ 0x0514D750 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer{ 0x0514DA10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot{ 0x0514DB00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu{ 0x0514E630 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems{ 0x0514E3B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems{ 0x0514E4D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem{ 0x0514E590 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation{ 0x0514E760 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard{ 0x0514E6D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse{ 0x0514E800 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor{ 0x0514E880 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch{ 0x0514E920 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode{ 0x0514E9C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray{ 0x051451D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary{ 0x05145360 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian{ 0x05145450 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput{ 0x051454E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput{ 0x05145530 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable{ 0x051453B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy{ 0x051455D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer{ 0x051456C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector{ 0x05144030 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String{ 0x05144340 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double{ 0x051442F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int{ 0x05144250 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object{ 0x05144390 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint{ 0x051442A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument{ 0x0514F9B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode{ 0x0514F8C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType{ 0x0514FA50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__ClassClass{ 0x05141328 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__UDBase{ 0x0513FFF8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__UserDefined{ 0x05141368 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Array{ 0x05141C98 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Boolean{ 0x05141B68 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Catch{ 0x05141CD8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Date{ 0x05141D58 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Domain{ 0x051430C8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Error{ 0x05141D18 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Function{ 0x05141678 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Math{ 0x05141D90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Namespace{ 0x051419B8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Number{ 0x05141BA8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__Object{ 0x05141548 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__QName{ 0x05141E08 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__RegExp{ 0x05141DC8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__String{ 0x05141C58 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__XML{ 0x05141E48 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__XMLList{ 0x05141E80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__int_{ 0x05141BE8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl__uint{ 0x05141C20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility{ 0x0514C8C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion{ 0x05147C40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel{ 0x051485D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__BlendMode{ 0x05148480 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__CapsStyle{ 0x05148670 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__GradientType{ 0x05148B40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand{ 0x05149400 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding{ 0x051494B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod{ 0x05149560 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__JointStyle{ 0x05149600 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode{ 0x051496A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo{ 0x051489B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping{ 0x05149AB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__SWFVersion{ 0x05149FC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType{ 0x0514A160 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision{ 0x0514A200 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod{ 0x05149C90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__Stage{ 0x051488C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageAlign{ 0x05149D30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState{ 0x05149DE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageQuality{ 0x05149E80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode{ 0x05149F20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent{ 0x051459A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent{ 0x05146240 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent{ 0x051479E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent{ 0x05146390 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent{ 0x05146430 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__DataEvent{ 0x051464D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent{ 0x05146090 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__Event{ 0x05145850 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher{ 0x051459F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__EventPhase{ 0x05147330 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__FocusEvent{ 0x05146D60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent{ 0x051473D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent{ 0x05147130 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__GestureEvent{ 0x051467A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__GesturePhase{ 0x051478E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent{ 0x05147470 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__IMEEvent{ 0x051475B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent{ 0x05146E50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent{ 0x05146B80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__MouseEvent{ 0x051465C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent{ 0x05146F40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent{ 0x05146A80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent{ 0x05146C70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent{ 0x05147660 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__StageOrientation{ 0x05147B90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent{ 0x05147AF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__StatusEvent{ 0x05147030 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__SyncEvent{ 0x05147700 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TextEvent{ 0x05145FA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TimerEvent{ 0x05147840 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TouchEvent{ 0x051466B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent{ 0x05146910 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent{ 0x051461A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface{ 0x0514E1D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality{ 0x0514B770 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType{ 0x0514B810 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode{ 0x0514BC40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_geom__Point{ 0x0514B208 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_geom__Utils3D{ 0x0514B4F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_geom__Vector3D{ 0x0514AE60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx{ 0x0514EE10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__Extensions{ 0x0514EC80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager{ 0x0514EBE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__GamePad{ 0x0514F218 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent{ 0x0514F310 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx{ 0x0514F680 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx{ 0x0514F828 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx{ 0x0514EEB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent{ 0x0514ED70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx{ 0x0514F090 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx{ 0x0514EAB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx{ 0x0514F540 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx{ 0x0514EF50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_media__Camera{ 0x0514C160 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_media__Microphone{ 0x0514C330 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_media__SoundMixer{ 0x0514C750 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding{ 0x05143770 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__SharedObject{ 0x05143900 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus{ 0x05143A40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat{ 0x05143DB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod{ 0x05143F40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer{ 0x0514E310 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain{ 0x0514A3F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__Capabilities{ 0x0514A490 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__IME{ 0x0514A528 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode{ 0x0514A5C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__Security{ 0x0514A890 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain{ 0x0514A700 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel{ 0x0514A930 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_system__System{ 0x0514A9D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType{ 0x0514CBC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__Font{ 0x0514CDD8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__FontStyle{ 0x0514CF60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__FontType{ 0x0514D000 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__Font__enumerateFonts__2__FontsVisitor{ 0x0514CE70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__GridFitType{ 0x0514D0A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextColorType{ 0x0514D4E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode{ 0x0514D580 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextField{ 0x0514D700 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize{ 0x0514D880 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextFieldType{ 0x0514D920 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign{ 0x0514D9C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_text__TextRenderer{ 0x0514DA60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation{ 0x0514E7B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__Keyboard{ 0x0514E718 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__Mouse{ 0x0514E840 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor{ 0x0514E8D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__Multitouch{ 0x0514E970 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode{ 0x0514EA10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_utils__ByteArray{ 0x05145270 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_utils__Endian{ 0x051454A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector{ 0x05144078 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_String{ 0x051441B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_double{ 0x05144160 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_int{ 0x051440C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_object{ 0x05144200 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint{ 0x05144110 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType{ 0x0514FAA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__DoAbc{ 0x0514E138 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__FlashUI{ 0x051401D8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__FrameCounter{ 0x05140E90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__GASRefCountBase{ 0x0513F9D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__IMEManager{ 0x0514FE58 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__ArrayFunc{ 0x051404A8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__Value2NumberCollector{ 0x05142420 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__Value2StrCollector{ 0x051423E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Impl__ValuePtrCollector{ 0x051423A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instance{ 0x0513FF88 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Activation{ 0x051418D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Anonimous{ 0x05140100 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__CTraits{ 0x05140030 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__ClassClass{ 0x05141B20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Interface{ 0x05141590 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Prototype{ 0x051400B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__RTraits{ 0x05140070 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__Traits{ 0x0513FD58 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__UserDefined{ 0x051411D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Array{ 0x05142360 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Boolean{ 0x05142580 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Catch{ 0x05142280 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Date{ 0x05142B88 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Domain{ 0x05143080 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Error{ 0x05142770 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Function{ 0x051415E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject{ 0x051422C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript{ 0x05142310 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd{ 0x05141830 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Namespace{ 0x05141970 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Number{ 0x051424B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Object{ 0x05141500 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__QName{ 0x05142240 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__RegExp{ 0x051426A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__String{ 0x051425D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__Thunk{ 0x051417F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction{ 0x05141630 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd{ 0x05141880 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__XML{ 0x05142C08 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__XMLList{ 0x05142DF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__int_{ 0x051424F8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl__uint{ 0x05142538 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation{ 0x0514C9E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties{ 0x0514CB10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie{ 0x05148140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap{ 0x051482D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData{ 0x05148230 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject{ 0x05147EC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer{ 0x05148720 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel{ 0x05148AA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics{ 0x05148C30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill{ 0x05148E20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill{ 0x05148F20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill{ 0x05149040 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath{ 0x05149140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill{ 0x05149240 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke{ 0x05149340 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject{ 0x05148380 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader{ 0x051487D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo{ 0x05148960 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape{ 0x05149790 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip{ 0x05149970 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene{ 0x05149A10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape{ 0x05149B50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton{ 0x05149BF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite{ 0x05149830 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage{ 0x05148870 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent{ 0x05145940 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent{ 0x05147980 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent{ 0x05146330 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent{ 0x05146040 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__Event{ 0x05145800 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher{ 0x05143370 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent{ 0x05146D10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent{ 0x051470D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent{ 0x05146750 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent{ 0x05147560 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent{ 0x05146E00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent{ 0x05146B30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent{ 0x05146570 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent{ 0x05146EF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent{ 0x05146A20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent{ 0x05146C20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent{ 0x05147A90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent{ 0x05146FE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent{ 0x05145F50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent{ 0x051477F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent{ 0x05146660 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent{ 0x051468B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent{ 0x05146140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents{ 0x05147280 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter{ 0x0514B6C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter{ 0x0514B5D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter{ 0x0514B900 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter{ 0x0514BA00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter{ 0x0514BB80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter{ 0x0514BD40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter{ 0x0514BE40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter{ 0x0514BF50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter{ 0x0514C060 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform{ 0x0514AD20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix{ 0x0514B120 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D{ 0x0514AF50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection{ 0x0514B300 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point{ 0x0514B1C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle{ 0x0514B3B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform{ 0x0514B450 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D{ 0x0514AE10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx{ 0x0514F400 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent{ 0x0514F2B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle{ 0x0514F780 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx{ 0x0514F630 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx{ 0x0514F180 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent{ 0x0514ED20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx{ 0x0514F040 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx{ 0x0514F4F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info{ 0x0514C240 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound{ 0x0514C600 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel{ 0x0514C4C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext{ 0x0514C6A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform{ 0x0514C3D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference{ 0x05143320 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection{ 0x051436D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject{ 0x051438B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket{ 0x05143AE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader{ 0x05143C20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest{ 0x05143420 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader{ 0x05143EA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables{ 0x05143D10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer{ 0x0514E2C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain{ 0x0514A390 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext{ 0x0514A7F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain{ 0x0514A6B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings{ 0x0514CCB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__Font{ 0x0514CD90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText{ 0x0514D1E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet{ 0x0514D3A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField{ 0x0514D6B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat{ 0x0514D440 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics{ 0x0514D7A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot{ 0x0514DB50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu{ 0x0514E680 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems{ 0x0514E410 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems{ 0x0514E530 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray{ 0x05145220 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary{ 0x05145180 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy{ 0x05145620 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer{ 0x05145710 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String{ 0x05144F30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double{ 0x05144D10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int{ 0x051448D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object{ 0x05144FD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint{ 0x05144AF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument{ 0x0514FA00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode{ 0x0514F910 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Array{ 0x05141218 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__AttrGet{ 0x05142FB8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__AttrGetFirst{ 0x05142EE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Catch{ 0x05142468 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__CheckTypeTF{ 0x051417A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ChildGet{ 0x05142F78 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ChildGetFirst{ 0x05142F30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Date{ 0x05142B08 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Domain{ 0x05143038 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__EmptyCallBack{ 0x05142E90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Error{ 0x051426E8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Function{ 0x05141708 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__FunctionAOT{ 0x051416C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__FunctionBase{ 0x05140150 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__GlobalObject{ 0x05141140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP{ 0x051412A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript{ 0x051413B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ListGet{ 0x05142FF8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Namespace{ 0x05141188 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__Object{ 0x05140198 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__QName{ 0x05142200 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__RegExp{ 0x05142618 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__ThunkFunction{ 0x05141750 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XML{ 0x051421C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLAttr{ 0x05142CD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLComment{ 0x05142D60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLElement{ 0x05142C50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack{ 0x05142DA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLList{ 0x05141258 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack{ 0x05142E40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLProcInstr{ 0x05142D10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl__XMLText{ 0x05142C90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation{ 0x0514C910 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties{ 0x0514CA50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie{ 0x051480A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Bitmap{ 0x05147F60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__BitmapData{ 0x05148190 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__DisplayObject{ 0x05147CD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer{ 0x05147D70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__FrameLabel{ 0x05148A00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Graphics{ 0x05148B90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill{ 0x05148D70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill{ 0x05148E80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill{ 0x05148F80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath{ 0x051490A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill{ 0x05149190 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke{ 0x051492A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject{ 0x05147DD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Loader{ 0x05147F10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo{ 0x05147D20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__MorphShape{ 0x051496F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__MovieClip{ 0x05149880 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Scene{ 0x051498D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Shape{ 0x05147FB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__SimpleButton{ 0x05148000 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Sprite{ 0x05148050 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_display__Stage{ 0x05147E20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent{ 0x05145890 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent{ 0x05145D10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent{ 0x05146290 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent{ 0x05145C70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__Event{ 0x05145760 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher{ 0x051431E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__FocusEvent{ 0x05145AE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent{ 0x05145E60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__GestureEvent{ 0x05145B80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__IMEEvent{ 0x051474C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent{ 0x05145C20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent{ 0x05145A90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__MouseEvent{ 0x05145A40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent{ 0x05145DC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent{ 0x05146960 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent{ 0x05145BD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent{ 0x05145D60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__StatusEvent{ 0x05145E10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TextEvent{ 0x05145CC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TimerEvent{ 0x05147750 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TouchEvent{ 0x05145B30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent{ 0x051467F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent{ 0x05145EB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents{ 0x051471D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter{ 0x0514B620 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter{ 0x0514B530 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter{ 0x0514B860 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter{ 0x0514B950 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter{ 0x0514BAC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter{ 0x0514BCA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter{ 0x0514BDA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter{ 0x0514BE90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter{ 0x0514BFB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform{ 0x0514AC80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Matrix{ 0x0514B080 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D{ 0x0514AEB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection{ 0x0514B250 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Point{ 0x0514B040 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Rectangle{ 0x0514AFA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Transform{ 0x0514AFF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_geom__Vector3D{ 0x0514AD70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx{ 0x0514F360 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent{ 0x0514EB40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle{ 0x0514F6D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx{ 0x0514F590 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx{ 0x0514F0E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent{ 0x0514EAF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx{ 0x0514EFA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx{ 0x0514F450 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__ID3Info{ 0x0514C1A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__Sound{ 0x0514C510 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__SoundChannel{ 0x0514C420 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext{ 0x0514C560 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_media__SoundTransform{ 0x0514C290 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__FileReference{ 0x05143190 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__NetConnection{ 0x05143630 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__SharedObject{ 0x05143810 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__Socket{ 0x051439A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__SocketReader{ 0x05143B80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__SocketWriter{ 0x05143B30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLLoader{ 0x05143950 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLRequest{ 0x05143230 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader{ 0x05143E00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_net__URLVariables{ 0x05143C70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer{ 0x0514E220 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain{ 0x0514A340 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_system__LoaderContext{ 0x0514A750 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain{ 0x0514A610 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__CSMSettings{ 0x0514CC10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__Font{ 0x0514CD00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__StaticText{ 0x0514D140 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__StyleSheet{ 0x0514D2B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextField{ 0x0514CE20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextFormat{ 0x0514D300 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics{ 0x0514D610 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot{ 0x0514DAB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu{ 0x0514E5E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems{ 0x0514E360 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems{ 0x0514E470 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__BAReader{ 0x05145310 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc{ 0x05145400 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__BAWriter{ 0x051452C0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__ByteArray{ 0x051450E0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__Dictionary{ 0x05145130 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__Proxy{ 0x05145580 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_utils__Timer{ 0x05145670 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_String{ 0x05144EE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_double{ 0x05144CC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_int{ 0x05144880 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_object{ 0x05144F80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint{ 0x05144AA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument{ 0x0514F960 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Instances__fl_xml__XMLNode{ 0x0514F870 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__IntervalTimer{ 0x05140F78 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__LoadQueueEntry{ 0x05140CC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie{ 0x05140D00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__MemoryContextImpl{ 0x0514E0A8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit{ 0x0514E0F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__MovieDefRootNode{ 0x05140D98 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__MovieRoot{ 0x05140320 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__MovieRoot__StickyVarNode{ 0x05140DE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__MovieRoot__UnloadMovie__37__TextFormatVisitor{ 0x051410B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__NamespaceInstanceFactory{ 0x05141A00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__NamespaceSet{ 0x0513FF50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__NotifyLoadInitC{ 0x0514FDC8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__NotifyLoadInitCandidateList{ 0x0514FE90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__NullObject{ 0x05143108 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Object{ 0x0513F9A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__PtrReleaseProxy_328_{ 0x05145020 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Reader{ 0x05143470 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__RefCountBaseGC_328_{ 0x0513FA10 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__RefCountCollector_328_{ 0x0513FDE0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__RefCountCollector_328___ListRootNode{ 0x0513FF00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__SerializeArrDense{ 0x051405F8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__SerializeArrSparse{ 0x051405B8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__ShapeObject{ 0x05140918 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Slots{ 0x0513FBD8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Slots__SlotFunct{ 0x0513FFC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__SocketBuffer{ 0x05140FB0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__SocketThreadMgr{ 0x05140C20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__SocketThreadMgr__EventInfo{ 0x05140FF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Stage{ 0x051402F0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__TextSnapshotGlyphVisitor{ 0x0514DBA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Tracer{ 0x0513FC70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Traits{ 0x0513FBA8 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__UserDefinedFunction{ 0x05140F38 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VM{ 0x0513FAC0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VMAbcFile{ 0x0513FC08 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VMAppDomain{ 0x0513FB30 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VMFile{ 0x0513FC40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value_{ 0x05144420 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ArrayFunc{ 0x05144470 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2NumberCollector{ 0x051444D0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2StrCollector{ 0x05144540 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ValuePtrCollector{ 0x051445B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode__{ 0x05144620 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ArrayFunc{ 0x05144690 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2NumberCollector{ 0x05144700 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2StrCollector{ 0x05144780 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ValuePtrCollector{ 0x05144800 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double_{ 0x05144D60 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___ArrayFunc{ 0x05144DA0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___Value2NumberCollector{ 0x05144DF0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___Value2StrCollector{ 0x05144E40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_double___ValuePtrCollector{ 0x05144E90 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long_{ 0x05144920 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___ArrayFunc{ 0x05144960 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___Value2NumberCollector{ 0x051449B0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___Value2StrCollector{ 0x05144A00 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_long___ValuePtrCollector{ 0x05144A50 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong_{ 0x05144B40 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___ArrayFunc{ 0x05144B80 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2NumberCollector{ 0x05144BD0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2StrCollector{ 0x05144C20 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__VectorBase_unsignedlong___ValuePtrCollector{ 0x05144C70 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__Writer{ 0x051434A0 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__XMLSupport{ 0x05140208 }; + inline constexpr REL::Offset Scaleform__GFx__AS3__XMLSupportImpl{ 0x05140438 }; + inline constexpr REL::Offset Scaleform__GFx__ASIMEManager{ 0x0514FCA8 }; + inline constexpr REL::Offset Scaleform__GFx__ASIMEManager__IMEFuncHandler{ 0x0513ADC0 }; + inline constexpr REL::Offset Scaleform__GFx__ASIntervalTimerIntf{ 0x05140998 }; + inline constexpr REL::Offset Scaleform__GFx__ASMovieRootBase{ 0x05140358 }; + inline constexpr REL::Offset Scaleform__GFx__ASStringManager{ 0x05137018 }; + inline constexpr REL::Offset Scaleform__GFx__ASSupport{ 0x0514DF58 }; + inline constexpr REL::Offset Scaleform__GFx__AvmButtonBase{ 0x051407F8 }; + inline constexpr REL::Offset Scaleform__GFx__AvmDisplayObjBase{ 0x051402B8 }; + inline constexpr REL::Offset Scaleform__GFx__AvmDisplayObjContainerBase{ 0x051407B8 }; + inline constexpr REL::Offset Scaleform__GFx__AvmInteractiveObjBase{ 0x05140740 }; + inline constexpr REL::Offset Scaleform__GFx__AvmSpriteBase{ 0x05140780 }; + inline constexpr REL::Offset Scaleform__GFx__AvmTextFieldBase{ 0x05140830 }; + inline constexpr REL::Offset Scaleform__GFx__Button{ 0x0514DBE8 }; + inline constexpr REL::Offset Scaleform__GFx__ButtonDef{ 0x0513CD18 }; + inline constexpr REL::Offset Scaleform__GFx__CharacterDef{ 0x051397C0 }; + inline constexpr REL::Offset Scaleform__GFx__Clipboard{ 0x0513C270 }; + inline constexpr REL::Offset Scaleform__GFx__CompactedFont_Scaleform__ArrayPagedLH_POD_unsignedchar_12_256_261__{ 0x0513C760 }; + inline constexpr REL::Offset Scaleform__GFx__CompactedFont_Scaleform__ArrayUnsafeLH_POD_unsignedchar_261__{ 0x0513C960 }; + inline constexpr REL::Offset Scaleform__GFx__ConstShapeNoStyles{ 0x05139C20 }; + inline constexpr REL::Offset Scaleform__GFx__ConstShapeWithStyles{ 0x0513B4C8 }; + inline constexpr REL::Offset Scaleform__GFx__DecomprSupportBase{ 0x0539FEA0 }; + inline constexpr REL::Offset Scaleform__GFx__DefaultFontLibNameState{ 0x0513C5C0 }; + inline constexpr REL::Offset Scaleform__GFx__DefaultSocketFactory_Scaleform__GFx__GFxSocketImpl_{ 0x0514DCC0 }; + inline constexpr REL::Offset Scaleform__GFx__DisplayObjContainer{ 0x0513A278 }; + inline constexpr REL::Offset Scaleform__GFx__DisplayObject{ 0x05139438 }; + inline constexpr REL::Offset Scaleform__GFx__DisplayObjectBase{ 0x051392C0 }; + inline constexpr REL::Offset Scaleform__GFx__DrawText{ 0x0514FB20 }; + inline constexpr REL::Offset Scaleform__GFx__DrawTextImpl{ 0x0514FAE8 }; + inline constexpr REL::Offset Scaleform__GFx__DrawTextManager{ 0x0514FC10 }; + inline constexpr REL::Offset Scaleform__GFx__DrawingContext{ 0x0513A7B0 }; + inline constexpr REL::Offset Scaleform__GFx__DrawingContext__PackedShape{ 0x0513A978 }; + inline constexpr REL::Offset Scaleform__GFx__ExecuteTag{ 0x05139728 }; + inline constexpr REL::Offset Scaleform__GFx__FileOpener{ 0x053A09F0 }; + inline constexpr REL::Offset Scaleform__GFx__FileOpenerBase{ 0x053A0A20 }; + inline constexpr REL::Offset Scaleform__GFx__FileTypeConstants{ 0x051361F8 }; + inline constexpr REL::Offset Scaleform__GFx__FontCompactor{ 0x0513F168 }; + inline constexpr REL::Offset Scaleform__GFx__FontData{ 0x0513C860 }; + inline constexpr REL::Offset Scaleform__GFx__FontDataBound{ 0x0513CA48 }; + inline constexpr REL::Offset Scaleform__GFx__FontDataCompactedGfx{ 0x0513C920 }; + inline constexpr REL::Offset Scaleform__GFx__FontDataCompactedSwf{ 0x0513C8E0 }; + inline constexpr REL::Offset Scaleform__GFx__FontGlyphPacker{ 0x0513CD48 }; + inline constexpr REL::Offset Scaleform__GFx__FontHandle{ 0x0513AA48 }; + inline constexpr REL::Offset Scaleform__GFx__FontLib{ 0x0513C590 }; + inline constexpr REL::Offset Scaleform__GFx__FontManager{ 0x0513ABB0 }; + inline constexpr REL::Offset Scaleform__GFx__FontManagerStates{ 0x05136880 }; + inline constexpr REL::Offset Scaleform__GFx__FontMap{ 0x0513E0B0 }; + inline constexpr REL::Offset Scaleform__GFx__FontResource{ 0x0513C728 }; + inline constexpr REL::Offset Scaleform__GFx__FontResourceCreator{ 0x05139E38 }; + inline constexpr REL::Offset Scaleform__GFx__FunctionHandler{ 0x0516FDB8 }; + inline constexpr REL::Offset Scaleform__GFx__GFxInitImportActions{ 0x0513B488 }; + inline constexpr REL::Offset Scaleform__GFx__GFxMovieDataDefFileKeyData{ 0x05139C58 }; + inline constexpr REL::Offset Scaleform__GFx__GFxMovieDataDefFileKeyInterface{ 0x05139660 }; + inline constexpr REL::Offset Scaleform__GFx__GFxMovieDefImplKey{ 0x05139D60 }; + inline constexpr REL::Offset Scaleform__GFx__GFxMovieDefImplKeyInterface{ 0x051396B0 }; + inline constexpr REL::Offset Scaleform__GFx__GFxPlaceObjectBase{ 0x05139860 }; + inline constexpr REL::Offset Scaleform__GFx__GFxPlaceObjectUnpacked{ 0x05139BE0 }; + inline constexpr REL::Offset Scaleform__GFx__GFxSocketImpl{ 0x0514DC88 }; + inline constexpr REL::Offset Scaleform__GFx__GFxSystemFontResourceKey{ 0x0513CAB8 }; + inline constexpr REL::Offset Scaleform__GFx__GFxSystemFontResourceKeyInterface{ 0x0513C600 }; + inline constexpr REL::Offset Scaleform__GFx__IMEManagerBase{ 0x0513AD80 }; + inline constexpr REL::Offset Scaleform__GFx__ImageCreator{ 0x053A0ED0 }; + inline constexpr REL::Offset Scaleform__GFx__ImageFileHandlerRegistry{ 0x0513C4F0 }; + inline constexpr REL::Offset Scaleform__GFx__ImageFileInfo{ 0x05139F68 }; + inline constexpr REL::Offset Scaleform__GFx__ImageFileInfoKeyData{ 0x0513CE18 }; + inline constexpr REL::Offset Scaleform__GFx__ImageFileKeyInterface{ 0x0513CDD8 }; + inline constexpr REL::Offset Scaleform__GFx__ImageFileResourceCreator{ 0x0513A0E8 }; + inline constexpr REL::Offset Scaleform__GFx__ImageResource{ 0x05136230 }; + inline constexpr REL::Offset Scaleform__GFx__ImageResourceCreator{ 0x0513A128 }; + inline constexpr REL::Offset Scaleform__GFx__ImageResource__ImageDelegate{ 0x051366C0 }; + inline constexpr REL::Offset Scaleform__GFx__ImageShapeCharacterDef{ 0x0513CCD8 }; + inline constexpr REL::Offset Scaleform__GFx__InteractiveObject{ 0x0513A1A8 }; + inline constexpr REL::Offset Scaleform__GFx__KeyboardState{ 0x05136F80 }; + inline constexpr REL::Offset Scaleform__GFx__KeyboardState__IListener{ 0x0513FD18 }; + inline constexpr REL::Offset Scaleform__GFx__LZMAFile{ 0x0513E218 }; + inline constexpr REL::Offset Scaleform__GFx__LZMASupport{ 0x05136AF8 }; + inline constexpr REL::Offset Scaleform__GFx__LoadBinaryTask{ 0x0513AD08 }; + inline constexpr REL::Offset Scaleform__GFx__LoadProcess{ 0x05139E70 }; + inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntry{ 0x05140678 }; + inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntryMT{ 0x0513AC20 }; + inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntryMT_LoadBinary{ 0x0513AD40 }; + inline constexpr REL::Offset Scaleform__GFx__LoadQueueEntryMT_LoadVars{ 0x0513ACC8 }; + inline constexpr REL::Offset Scaleform__GFx__LoadStates{ 0x05139FA0 }; + inline constexpr REL::Offset Scaleform__GFx__LoadUpdateSync{ 0x05139948 }; + inline constexpr REL::Offset Scaleform__GFx__LoadVarsTask{ 0x0513AC90 }; + inline constexpr REL::Offset Scaleform__GFx__Loader{ 0x05136A90 }; + inline constexpr REL::Offset Scaleform__GFx__LoaderImpl{ 0x05139470 }; + inline constexpr REL::Offset Scaleform__GFx__LoaderTask{ 0x051395B8 }; + inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__DisplayObjectBase_{ 0x051393E0 }; + inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__LoadProcess_{ 0x05139EA0 }; + inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__LoaderImpl_{ 0x051394F0 }; + inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__LogState_{ 0x05137460 }; + inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__StateBagImpl_{ 0x05136670 }; + inline constexpr REL::Offset Scaleform__GFx__LogBase_Scaleform__GFx__Stream_{ 0x0513C3D0 }; + inline constexpr REL::Offset Scaleform__GFx__LogState{ 0x05137430 }; + inline constexpr REL::Offset Scaleform__GFx__MemoryBufferZlibImage{ 0x0513E2B8 }; + inline constexpr REL::Offset Scaleform__GFx__MemoryContext{ 0x0514DEC0 }; + inline constexpr REL::Offset Scaleform__GFx__MorphCharacterDef{ 0x0513E338 }; + inline constexpr REL::Offset Scaleform__GFx__Movie{ 0x051360F0 }; + inline constexpr REL::Offset Scaleform__GFx__MovieBindProcess{ 0x05139898 }; + inline constexpr REL::Offset Scaleform__GFx__MovieBindProcess__FinishBinding__5__ImagePackVisitor{ 0x05139D00 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDataDef{ 0x05139758 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDataDef__LoadTaskData{ 0x05139AF8 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDataDef__LoadTaskDataBase{ 0x05139A40 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDef{ 0x05139830 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDefBindStates{ 0x0513A058 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDefImpl{ 0x051397F8 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDefImpl__BindTaskData{ 0x05139B38 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDefImpl__ReleaseNotifier{ 0x051403F0 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDefRootNode{ 0x051406B0 }; + inline constexpr REL::Offset Scaleform__GFx__MovieDef__ResourceVisitor{ 0x051398D0 }; + inline constexpr REL::Offset Scaleform__GFx__MovieImageLoadTask{ 0x051395E8 }; + inline constexpr REL::Offset Scaleform__GFx__MovieImpl{ 0x051360C0 }; + inline constexpr REL::Offset Scaleform__GFx__MovieImpl__StickyVarNode{ 0x05140B38 }; + inline constexpr REL::Offset Scaleform__GFx__MovieImpl__WideStringStorage{ 0x05140A90 }; + inline constexpr REL::Offset Scaleform__GFx__MoviePreloadTask{ 0x0513AC58 }; + inline constexpr REL::Offset Scaleform__GFx__ParseControl{ 0x05136AC0 }; + inline constexpr REL::Offset Scaleform__GFx__PlaceObject2Tag{ 0x0513B0A8 }; + inline constexpr REL::Offset Scaleform__GFx__PlaceObject2Taga{ 0x0513B450 }; + inline constexpr REL::Offset Scaleform__GFx__PlaceObject3Tag{ 0x0513B0E0 }; + inline constexpr REL::Offset Scaleform__GFx__PlaceObjectTag{ 0x0513CC20 }; + inline constexpr REL::Offset Scaleform__GFx__RemoveObject2Tag{ 0x0513B150 }; + inline constexpr REL::Offset Scaleform__GFx__RemoveObjectTag{ 0x0513B118 }; + inline constexpr REL::Offset Scaleform__GFx__Resource{ 0x05136268 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceData__DataInterface{ 0x05139DF8 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceFileInfo{ 0x05137298 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceKey__KeyInterface{ 0x05139620 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceLib{ 0x05137148 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceLibBase{ 0x05137208 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceLib__ResourceSlot{ 0x05137388 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceReport{ 0x051396F0 }; + inline constexpr REL::Offset Scaleform__GFx__ResourceWeakLib{ 0x051371D0 }; + inline constexpr REL::Offset Scaleform__GFx__SetBackgroundColorTag{ 0x0513B410 }; + inline constexpr REL::Offset Scaleform__GFx__ShapeBaseCharacterDef{ 0x0513CC58 }; + inline constexpr REL::Offset Scaleform__GFx__ShapeDataBase{ 0x05139910 }; + inline constexpr REL::Offset Scaleform__GFx__SocketImplFactory{ 0x0514DC50 }; + inline constexpr REL::Offset Scaleform__GFx__SocketInterface{ 0x0514DC18 }; + inline constexpr REL::Offset Scaleform__GFx__Sprite{ 0x0513AA18 }; + inline constexpr REL::Offset Scaleform__GFx__SpriteDef{ 0x0513CBF0 }; + inline constexpr REL::Offset Scaleform__GFx__State{ 0x0539FE70 }; + inline constexpr REL::Offset Scaleform__GFx__StateBag{ 0x051361C8 }; + inline constexpr REL::Offset Scaleform__GFx__StateBagImpl{ 0x051365E8 }; + inline constexpr REL::Offset Scaleform__GFx__StaticTextCharacter{ 0x0513E078 }; + inline constexpr REL::Offset Scaleform__GFx__StaticTextDef{ 0x0513E040 }; + inline constexpr REL::Offset Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor{ 0x0514D0F0 }; + inline constexpr REL::Offset Scaleform__GFx__Stream{ 0x0513C3A0 }; + inline constexpr REL::Offset Scaleform__GFx__Stream__ReadStringWithLength__2__StringReader{ 0x0513C420 }; + inline constexpr REL::Offset Scaleform__GFx__SubImageResource{ 0x0513A020 }; + inline constexpr REL::Offset Scaleform__GFx__SubImageResourceCreator{ 0x0513A168 }; + inline constexpr REL::Offset Scaleform__GFx__SubImageResourceInfo{ 0x0513B188 }; + inline constexpr REL::Offset Scaleform__GFx__SwfShapeCharacterDef{ 0x0513CC98 }; + inline constexpr REL::Offset Scaleform__GFx__Task{ 0x05139540 }; + inline constexpr REL::Offset Scaleform__GFx__TextField{ 0x0513E1A0 }; + inline constexpr REL::Offset Scaleform__GFx__TextFieldDef{ 0x0513C2D0 }; + inline constexpr REL::Offset Scaleform__GFx__TextField__CSSHolderBase{ 0x0514D5C8 }; + inline constexpr REL::Offset Scaleform__GFx__TextField__TextDocumentListener{ 0x0513E1D0 }; + inline constexpr REL::Offset Scaleform__GFx__TextKeyMap{ 0x0513C2A0 }; + inline constexpr REL::Offset Scaleform__GFx__Text__CSSHandler_wchar_t_{ 0x0514DD78 }; + inline constexpr REL::Offset Scaleform__GFx__Text__CompositionString{ 0x0513F6C8 }; + inline constexpr REL::Offset Scaleform__GFx__Text__EditorKit{ 0x0513F690 }; + inline constexpr REL::Offset Scaleform__GFx__Text__StyleManager{ 0x0514D270 }; + inline constexpr REL::Offset Scaleform__GFx__Text__TextStyleParserHandlerBase{ 0x0514DE10 }; + inline constexpr REL::Offset Scaleform__GFx__Text__TextStyleParserHandler_wchar_t_{ 0x0514DDC0 }; + inline constexpr REL::Offset Scaleform__GFx__TextureGlyphBinder{ 0x0513CA80 }; + inline constexpr REL::Offset Scaleform__GFx__TextureGlyphData{ 0x0513B370 }; + inline constexpr REL::Offset Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor{ 0x0513C890 }; + inline constexpr REL::Offset Scaleform__GFx__TimelineDef{ 0x05139790 }; + inline constexpr REL::Offset Scaleform__GFx__TimelineIODef{ 0x0513CBB8 }; + inline constexpr REL::Offset Scaleform__GFx__Translator{ 0x053A10B8 }; + inline constexpr REL::Offset Scaleform__GFx__URLBuilder{ 0x0514FD98 }; + inline constexpr REL::Offset Scaleform__GFx__Value{ 0x05263678 }; + inline constexpr REL::Offset Scaleform__GFx__Value__ObjectInterface{ 0x05140638 }; + inline constexpr REL::Offset Scaleform__GFx__ZLibFile{ 0x0514FED8 }; + inline constexpr REL::Offset Scaleform__GFx__ZlibImageSource{ 0x0513E248 }; + inline constexpr REL::Offset Scaleform__GFx__ZlibSupport{ 0x0539FF68 }; + inline constexpr REL::Offset Scaleform__HeapPT__SysAllocGranulator{ 0x0513E370 }; + inline constexpr REL::Offset Scaleform__HeapPT__SysAllocWrapper{ 0x0513E3B0 }; + inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer_Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer_{ 0x05404AC0 }; + inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__DepthStencilSurface_Scaleform__Render__DepthStencilSurface_{ 0x053FDE30 }; + inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__HALNotify_Scaleform__Render__HALNotify_{ 0x053FD9F0 }; + inline constexpr REL::Offset Scaleform__ListNodeSafe_Scaleform__Render__Texture_Scaleform__Render__Texture_{ 0x053FDCD0 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__GFx__DrawingContext_{ 0x0513A8B0 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__GFx__MovieDefRootNode_{ 0x051406F0 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__GFx__Value_{ 0x05263630 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__MemoryHeap_{ 0x05135FA0 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__ContextImpl__ContextCaptureNotify_{ 0x05137570 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__ContextImpl__RTHandle__HandleData_{ 0x05137790 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__DICommandQueue_{ 0x0513BF30 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__DrawableImage_{ 0x05137F70 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshBuffer_{ 0x05404850 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshCacheItem_{ 0x05404740 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshKeySet_{ 0x0513D390 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__MeshStagingNode_{ 0x0513D100 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__RBGenericImpl__CacheData_{ 0x051501F0 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__TextMeshProvider_{ 0x0513F740 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__TreeCacheNode_{ 0x05137EB0 }; + inline constexpr REL::Offset Scaleform__ListNode_Scaleform__Render__VectorGlyphShape_{ 0x0513E790 }; + inline constexpr REL::Offset Scaleform__Log{ 0x05136C28 }; + inline constexpr REL::Offset Scaleform__LongFormatter{ 0x0513AEF0 }; + inline constexpr REL::Offset Scaleform__MemoryFile{ 0x053A09C0 }; + inline constexpr REL::Offset Scaleform__MemoryHeap{ 0x05135F68 }; + inline constexpr REL::Offset Scaleform__MemoryHeapMH{ 0x05136BF8 }; + inline constexpr REL::Offset Scaleform__MemoryHeapPT{ 0x0513B508 }; + inline constexpr REL::Offset Scaleform__MemoryHeap__LimitHandler{ 0x0514DE88 }; + inline constexpr REL::Offset Scaleform__MsgFormat{ 0x0513AE00 }; + inline constexpr REL::Offset Scaleform__Mutex{ 0x05136B58 }; + inline constexpr REL::Offset Scaleform__Mutex_AreadyLockedAcquireInterface{ 0x05136BB0 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_2_{ 0x054048A0 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_323_{ 0x05140278 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_327_{ 0x0513ABE0 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_328_{ 0x0513FA50 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_329_{ 0x0513FAF0 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_339_{ 0x0513FCD8 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_65_{ 0x0513B8A8 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_67_{ 0x05404A28 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_71_{ 0x05137F00 }; + inline constexpr REL::Offset Scaleform__NewOverrideBase_72_{ 0x053EB448 }; + inline constexpr REL::Offset Scaleform__NumericBase{ 0x0513AF20 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__CompactedFont_Scaleform__ArrayPagedLH_POD_unsignedchar_12_256_261___261_{ 0x0513C7D0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__CompactedFont_Scaleform__ArrayUnsafeLH_POD_unsignedchar_261___261_{ 0x0513C9C0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__DrawTextManager_2_{ 0x0514FC50 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__DrawText_325_{ 0x0514FB50 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__DrawingContext_322_{ 0x0513A7F0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__FontCompactor_261_{ 0x0513F1A0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__FontGlyphPacker_2_{ 0x0513CD80 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__FontManagerStates_327_{ 0x051368C0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__ResourceFileInfo_2_{ 0x051372D0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__SubImageResourceInfo_2_{ 0x0513B1D0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__GFx__TextureGlyphData_261_{ 0x0513B3B0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Bundle_67_{ 0x0513DA30 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__GlyphRaster_75_{ 0x0513E5E0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__PrimitiveFill_71_{ 0x0513D1C0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__Allocator_74_{ 0x0513C340 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__DocView__DocumentListener_74_{ 0x0513E130 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__ImageDesc_74_{ 0x0513F840 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__StyledText_74_{ 0x0513EB00 }; + inline constexpr REL::Offset Scaleform__RefCountBaseNTS_Scaleform__Render__Text__TextFilter_74_{ 0x0513DFE0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_257_{ 0x0513CF50 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_261_{ 0x0513CB60 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_263_{ 0x0514E050 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_264_{ 0x051399E0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_2_{ 0x0516FD60 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_323_{ 0x05140A30 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_324_{ 0x051370B0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_327_{ 0x05136170 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_328_{ 0x0513FEA0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_337_{ 0x05141AC0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_513_{ 0x0514FD40 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_65_{ 0x053FD990 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_67_{ 0x0513BFD0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_68_{ 0x0513D070 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_69_{ 0x05137670 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_71_{ 0x051362D0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_72_{ 0x053FDD70 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_73_{ 0x0513D690 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_74_{ 0x0513A9C0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountImpl_75_{ 0x0513C6D0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_261_{ 0x0513B310 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_2_{ 0x05137330 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_322_{ 0x0513A850 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_325_{ 0x0514FBB0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_327_{ 0x05136920 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_67_{ 0x0513DA90 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_71_{ 0x0513D220 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_74_{ 0x0513C210 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountNTSImpl_75_{ 0x0513E640 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountVImpl_3_{ 0x053A0F40 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountVImpl_67_{ 0x0513B5C0 }; + inline constexpr REL::Offset Scaleform__RefCountBaseStatImpl_Scaleform__RefCountWeakSupportImpl_322_{ 0x05139370 }; + inline constexpr REL::Offset Scaleform__RefCountBaseV_Scaleform__Render__Fence_67_{ 0x0513B570 }; + inline constexpr REL::Offset Scaleform__RefCountBaseV_Scaleform__Render__Image_3_{ 0x053A1000 }; + inline constexpr REL::Offset Scaleform__RefCountBaseWeakSupport_Scaleform__GFx__DisplayObjectBase_322_{ 0x05139300 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__AmpMovieObjectDesc_2_{ 0x0513A220 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__File_2_{ 0x053A0A90 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__AbcDataBuffer_263_{ 0x0514DFF0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__NamespaceInstanceFactory_337_{ 0x05141A50 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__NotifyLoadInitC_2_{ 0x0514FE00 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__PtrReleaseProxy_328__328_{ 0x05145070 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__RefCountCollector_328__328_{ 0x0513FE30 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__SocketThreadMgr_327_{ 0x05140C60 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__AS3__SocketThreadMgr__EventInfo_327_{ 0x05141040 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASIMEManager_513_{ 0x0514FCE0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASIntervalTimerIntf_323_{ 0x051409D0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASMovieRootBase_327_{ 0x05140390 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ASStringManager_324_{ 0x05137050 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__FunctionHandler_2_{ 0x0516FDF0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__GFxMovieDataDefFileKeyData_2_{ 0x05139CA0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__GFxMovieDefImplKey_2_{ 0x05139DA0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__GFxSystemFontResourceKey_261_{ 0x0513CB00 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ImageFileInfoKeyData_2_{ 0x0513CE60 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__KeyboardState_2_{ 0x05136FC0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__LoadStates_2_{ 0x05139FD0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__LoadUpdateSync_264_{ 0x05139980 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__LoaderImpl_2_{ 0x051394A0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MemoryContext_2_{ 0x0514DF00 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieDataDef__LoadTaskDataBase_264_{ 0x05139A90 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieDefBindStates_2_{ 0x0513A090 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieDefImpl__BindTaskData_2_{ 0x05139B80 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__MovieImpl__WideStringStorage_327_{ 0x05140AD0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__Movie_327_{ 0x05136120 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ResourceLibBase_2_{ 0x05137240 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ResourceLib_2_{ 0x05137180 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__ResourceLib__ResourceSlot_2_{ 0x051373D0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__StateBagImpl_2_{ 0x05136620 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__State_2_{ 0x0539FE20 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__GFx__Task_2_{ 0x05139570 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Log_2_{ 0x05136C50 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__CacheablePrimitive_67_{ 0x0513C0A0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ComplexFill_71_{ 0x05138000 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ContextImpl__ContextCaptureNotify_2_{ 0x05137500 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ContextImpl__ContextLock_69_{ 0x05137610 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ContextImpl__RTHandle__HandleData_69_{ 0x05137720 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__DICommandQueue_2_{ 0x0513BED0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__DepthStencilSurface_72_{ 0x053FDE90 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__FilterSet_2_{ 0x0513BBB0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Filter_2_{ 0x0513BC30 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__FontCacheHandleManager_75_{ 0x0513E470 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Font_75_{ 0x0513C680 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__GlyphCache_2_{ 0x0513E510 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__GradientData_257_{ 0x0513CEF0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__HAL_65_{ 0x053FD730 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ImageUpdate_2_{ 0x05136E40 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__JPEG__ExtraData_2_{ 0x0513B270 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MaskPrimitive_67_{ 0x0513DB30 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Matrix3x4_float__2_{ 0x05137B90 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Matrix4x4_float__2_{ 0x05137D30 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MatrixPoolImpl__MatrixPool_73_{ 0x0513D620 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MatrixState_65_{ 0x053FD8C0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MeshBase_68_{ 0x0513D010 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MeshKeyManager_65_{ 0x0513B9C0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MeshProvider_RCImpl_2_{ 0x0513A330 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__MorphShapeData_71_{ 0x0513A440 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__PrimitiveFillManager_71_{ 0x0513B7C0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Primitive_67_{ 0x0513D2C0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ProjectionMatrix3DPrimitive_67_{ 0x0513DC80 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Rect_float__2_{ 0x05137A90 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__RenderBufferManager_72_{ 0x05150070 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__RenderSync_2_{ 0x054049D0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Scale9GridData_2_{ 0x0513A6A0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Scale9GridInfo_71_{ 0x0513C1B0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Scale9GridRect_71_{ 0x05137C20 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ShapeDataInterface_71_{ 0x05136370 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__SystemVertexFormat_2_{ 0x0513D570 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextLayout_74_{ 0x0513F320 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__CompositionStringBase_74_{ 0x0513F580 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__DocView_74_{ 0x0513F480 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__EditorKitBase_74_{ 0x0513F630 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__FontHandle_74_{ 0x0513AAB0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Text__FontManagerBase_74_{ 0x0513AB50 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextureGlyph_2_{ 0x0513B050 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextureManagerLocks_72_{ 0x05136D70 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__TextureManager_72_{ 0x053FDBA0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__Texture_72_{ 0x053FDD20 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ThreadCommand_2_{ 0x05136CD0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__UserDataPrimitive_67_{ 0x0513DD30 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__UserDataState__Data_2_{ 0x05137DD0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Render__ViewMatrix3DPrimitive_67_{ 0x0513DBD0 }; + inline constexpr REL::Offset Scaleform__RefCountBase_Scaleform__Waitable_2_{ 0x051369B0 }; + inline constexpr REL::Offset Scaleform__RefCountImpl{ 0x0516FE80 }; + inline constexpr REL::Offset Scaleform__RefCountImplCore{ 0x0516FE48 }; + inline constexpr REL::Offset Scaleform__RefCountNTSImpl{ 0x05135FE8 }; + inline constexpr REL::Offset Scaleform__RefCountNTSImplCore{ 0x05136018 }; + inline constexpr REL::Offset Scaleform__RefCountVImpl{ 0x053A1088 }; + inline constexpr REL::Offset Scaleform__RefCountWeakSupportImpl{ 0x05136050 }; + inline constexpr REL::Offset Scaleform__Render__BevelFilter{ 0x0513BD60 }; + inline constexpr REL::Offset Scaleform__Render__BlendModeBundle{ 0x0513DEB0 }; + inline constexpr REL::Offset Scaleform__Render__BlendModeEffect{ 0x0513EA50 }; + inline constexpr REL::Offset Scaleform__Render__BlendPrimitive{ 0x0513C100 }; + inline constexpr REL::Offset Scaleform__Render__BlurFilter{ 0x0513BCB8 }; + inline constexpr REL::Offset Scaleform__Render__BlurFilterImpl{ 0x0513BC80 }; + inline constexpr REL::Offset Scaleform__Render__Bundle{ 0x0513DA00 }; + inline constexpr REL::Offset Scaleform__Render__CacheAsBitmapFilter{ 0x0513BE10 }; + inline constexpr REL::Offset Scaleform__Render__CacheBase{ 0x05404810 }; + inline constexpr REL::Offset Scaleform__Render__CacheEffect{ 0x0513E8E0 }; + inline constexpr REL::Offset Scaleform__Render__CacheablePrimitive{ 0x0513C060 }; + inline constexpr REL::Offset Scaleform__Render__CacheableTargetEffect{ 0x0513E988 }; + inline constexpr REL::Offset Scaleform__Render__ColorMatrixFilter{ 0x0513BDD0 }; + inline constexpr REL::Offset Scaleform__Render__ComplexFill{ 0x05137FC0 }; + inline constexpr REL::Offset Scaleform__Render__ComplexMesh{ 0x0513D318 }; + inline constexpr REL::Offset Scaleform__Render__ComplexMeshVertexOutput{ 0x0513F2A0 }; + inline constexpr REL::Offset Scaleform__Render__ComplexPrimitiveBundle{ 0x0513DE00 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotify{ 0x051374B0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor{ 0x051377F0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture{ 0x05137920 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture{ 0x051378B0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId{ 0x05137980 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown{ 0x05137850 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeContainer__NodeData_Scaleform__Render__TreeNode__NodeData_{ 0x05136490 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeRoot__NodeData_Scaleform__Render__TreeContainer__NodeData_{ 0x05136560 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeShape__NodeData_Scaleform__Render__TreeNode__NodeData_{ 0x05136800 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextData_ImplMixin_Scaleform__Render__TreeText__NodeData_Scaleform__Render__TreeNode__NodeData_{ 0x0513F3C0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__ContextLock{ 0x051375D0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__EntryData{ 0x051363D0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__RTHandle__HandleData{ 0x051376D0 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__RenderNotify{ 0x053FD840 }; + inline constexpr REL::Offset Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand{ 0x0513B820 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__DepthStencilSurface{ 0x053FDA80 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__HAL{ 0x053FD780 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__IndexBuffer{ 0x05404510 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MappedTexture{ 0x053FDB20 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBuffer{ 0x05404440 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ 0x05404490 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ 0x054043C0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferSet{ 0x054046A0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ 0x054045E0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ 0x05404560 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshCache{ 0x05404790 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__MeshCacheItem{ 0x054046F0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry{ 0x053FDFB0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__RenderEvents{ 0x05404320 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__RenderSync{ 0x05404980 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__RenderTargetData{ 0x053FD7F0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__ShaderInterface{ 0x05404C30 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer{ 0x05404A60 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__ShaderManager{ 0x05404BE0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__Texture{ 0x053FDC50 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__TextureFormat{ 0x053FDAD0 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__TextureManager{ 0x053FDC00 }; + inline constexpr REL::Offset Scaleform__Render__CreationRenderer__VertexBuffer{ 0x05404370 }; + inline constexpr REL::Offset Scaleform__Render__DDS__DDSFileImageSource{ 0x0513F128 }; + inline constexpr REL::Offset Scaleform__Render__DDS__FileReader{ 0x0513F078 }; + inline constexpr REL::Offset Scaleform__Render__DICommand{ 0x05138098 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Clear_Scaleform__Render__DICommand_{ 0x05138280 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_CreateTexture_Scaleform__Render__DICommand_{ 0x05138110 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Dispose_Scaleform__Render__DICommand_{ 0x051381D0 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Draw_Scaleform__Render__DICommand_{ 0x05138420 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_FillRect_Scaleform__Render__DICommand_{ 0x05138790 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_FloodFill_Scaleform__Render__DICommand_{ 0x05138840 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_GetColorBoundsRect_Scaleform__Render__DICommand_{ 0x05138900 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_GetPixel32_Scaleform__Render__DICommand_{ 0x051389C0 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_GetPixels_Scaleform__Render__DICommand_{ 0x05138A70 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Histogram_Scaleform__Render__DICommand_{ 0x05138B20 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_HitTest_Scaleform__Render__DICommand_{ 0x05138BD0 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_Noise_Scaleform__Render__DICommand_{ 0x05138D20 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_PerlinNoise_Scaleform__Render__DICommand_{ 0x05138E80 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_PixelDissolve_Scaleform__Render__DICommand_{ 0x05138F30 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_SetPixel32_Scaleform__Render__DICommand_{ 0x05138FF0 }; + inline constexpr REL::Offset Scaleform__Render__DICommandImpl_Scaleform__Render__DICommand_SetPixels_Scaleform__Render__DICommand_{ 0x051390A0 }; + inline constexpr REL::Offset Scaleform__Render__DICommandQueue{ 0x0513BE90 }; + inline constexpr REL::Offset Scaleform__Render__DICommandQueue__ExecuteCommand{ 0x0513BF80 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_ApplyFilter{ 0x05138330 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Clear{ 0x05138240 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_ColorTransform{ 0x051385F0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Compare{ 0x051386A0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_CopyChannel{ 0x05138488 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_CopyPixels{ 0x05138540 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_CreateTexture{ 0x051380D0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Dispose{ 0x05138188 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Draw{ 0x051383E0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_FillRect{ 0x05138748 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_FloodFill{ 0x05138800 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_GetColorBoundsRect{ 0x051388B0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_GetPixel32{ 0x05138978 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_GetPixels{ 0x05138A30 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Histogram{ 0x05138AE0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_HitTest{ 0x05138B90 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Merge{ 0x05138C40 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Noise{ 0x05138CE8 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_PaletteMap{ 0x05138D90 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_PerlinNoise{ 0x05138E40 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_PixelDissolve{ 0x05138EF0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Scroll{ 0x05139110 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SetPixel32{ 0x05138FA8 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SetPixels{ 0x05139060 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRect{ 0x051382F0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_ApplyFilter_{ 0x05138370 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_ColorTransform_{ 0x05138630 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Compare_{ 0x051386E0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_CopyChannel_{ 0x051384D0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_CopyPixels_{ 0x05138580 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Merge_{ 0x05138C80 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_PaletteMap_{ 0x05138DD0 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Scroll_{ 0x05139150 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_SourceRectImpl_Scaleform__Render__DICommand_Threshold_{ 0x05139200 }; + inline constexpr REL::Offset Scaleform__Render__DICommand_Threshold{ 0x051391B8 }; + inline constexpr REL::Offset Scaleform__Render__DIPixelProvider{ 0x05147C90 }; + inline constexpr REL::Offset Scaleform__Render__DepthStencilBuffer{ 0x053EB3E0 }; + inline constexpr REL::Offset Scaleform__Render__DepthStencilSurface{ 0x053FDEF0 }; + inline constexpr REL::Offset Scaleform__Render__DestroyDrawableImageThreadCommand{ 0x05139270 }; + inline constexpr REL::Offset Scaleform__Render__DisplacementMapFilter{ 0x0513BE50 }; + inline constexpr REL::Offset Scaleform__Render__DrawableBundle{ 0x0513DD90 }; + inline constexpr REL::Offset Scaleform__Render__DrawableImage{ 0x05137F38 }; + inline constexpr REL::Offset Scaleform__Render__DrawableImageContext{ 0x05138058 }; + inline constexpr REL::Offset Scaleform__Render__Fence{ 0x0513B538 }; + inline constexpr REL::Offset Scaleform__Render__FenceResource{ 0x053FDC90 }; + inline constexpr REL::Offset Scaleform__Render__FenceWrapperList{ 0x0513B618 }; + inline constexpr REL::Offset Scaleform__Render__FileImageSource{ 0x0513E280 }; + inline constexpr REL::Offset Scaleform__Render__Filter{ 0x0513BC00 }; + inline constexpr REL::Offset Scaleform__Render__FilterBundle{ 0x0513DE78 }; + inline constexpr REL::Offset Scaleform__Render__FilterEffect{ 0x0513E950 }; + inline constexpr REL::Offset Scaleform__Render__FilterPrimitive{ 0x0513C028 }; + inline constexpr REL::Offset Scaleform__Render__FilterSet{ 0x0513BB78 }; + inline constexpr REL::Offset Scaleform__Render__Font{ 0x0513C648 }; + inline constexpr REL::Offset Scaleform__Render__FontCacheHandleManager{ 0x0513E428 }; + inline constexpr REL::Offset Scaleform__Render__GlowFilter{ 0x0513BD28 }; + inline constexpr REL::Offset Scaleform__Render__GlyphCache{ 0x0513E4D0 }; + inline constexpr REL::Offset Scaleform__Render__GlyphCacheConfig{ 0x0513E568 }; + inline constexpr REL::Offset Scaleform__Render__GlyphCache__EvictNotifier{ 0x0513E8A0 }; + inline constexpr REL::Offset Scaleform__Render__GlyphEvictNotifier{ 0x0513E7E0 }; + inline constexpr REL::Offset Scaleform__Render__GlyphFitter{ 0x0513F790 }; + inline constexpr REL::Offset Scaleform__Render__GlyphRaster{ 0x0513E5A0 }; + inline constexpr REL::Offset Scaleform__Render__GlyphShape{ 0x0513E6A0 }; + inline constexpr REL::Offset Scaleform__Render__GlyphTextureImage{ 0x0513E858 }; + inline constexpr REL::Offset Scaleform__Render__GradientData{ 0x0513CEB8 }; + inline constexpr REL::Offset Scaleform__Render__GradientFilter{ 0x0513BD98 }; + inline constexpr REL::Offset Scaleform__Render__GradientImage{ 0x0513CFA8 }; + inline constexpr REL::Offset Scaleform__Render__HAL{ 0x053FD700 }; + inline constexpr REL::Offset Scaleform__Render__HALBeginDisplayItem{ 0x0513B698 }; + inline constexpr REL::Offset Scaleform__Render__HALEndDisplayItem{ 0x0513B6D8 }; + inline constexpr REL::Offset Scaleform__Render__HALNotify{ 0x053FDA48 }; + inline constexpr REL::Offset Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface{ 0x0513B720 }; + inline constexpr REL::Offset Scaleform__Render__Hairliner{ 0x0513D4F0 }; + inline constexpr REL::Offset Scaleform__Render__Image{ 0x053A0FD0 }; + inline constexpr REL::Offset Scaleform__Render__ImageBase{ 0x053A0F98 }; + inline constexpr REL::Offset Scaleform__Render__ImageDelegate{ 0x05136298 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileHandler{ 0x0513EB90 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileHandlerRegistry{ 0x0513C4B0 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileReader{ 0x0513EBC8 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__DDS__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513F0B0 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__PNG__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513EE60 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__SIF__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513ED30 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileReader_Mixin_Scaleform__Render__TGA__FileReader_Scaleform__Render__ImageFileReader_{ 0x0513EC40 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileWriter{ 0x0513EDE8 }; + inline constexpr REL::Offset Scaleform__Render__ImageFileWriter_Mixin_Scaleform__Render__PNG__FileWriter_Scaleform__Render__ImageFileWriter_{ 0x0513EF10 }; + inline constexpr REL::Offset Scaleform__Render__ImageSource{ 0x05139EF0 }; + inline constexpr REL::Offset Scaleform__Render__ImageSwizzler{ 0x05136DD0 }; + inline constexpr REL::Offset Scaleform__Render__ImageUpdate{ 0x05136E08 }; + inline constexpr REL::Offset Scaleform__Render__ImageUpdateSync{ 0x053FDDF8 }; + inline constexpr REL::Offset Scaleform__Render__JPEG__ExtraData{ 0x0513B230 }; + inline constexpr REL::Offset Scaleform__Render__JPEG__TablesHeader{ 0x0513B2C8 }; + inline constexpr REL::Offset Scaleform__Render__MappedTextureBase{ 0x053FDF30 }; + inline constexpr REL::Offset Scaleform__Render__MaskBundle{ 0x0513DE40 }; + inline constexpr REL::Offset Scaleform__Render__MaskEffect{ 0x0513E918 }; + inline constexpr REL::Offset Scaleform__Render__MaskNodeState__Interface{ 0x0513BAE8 }; + inline constexpr REL::Offset Scaleform__Render__MaskPrimitive{ 0x0513DAF0 }; + inline constexpr REL::Offset Scaleform__Render__Matrix3x4Data_float_{ 0x05137B50 }; + inline constexpr REL::Offset Scaleform__Render__Matrix3x4Ref_float_{ 0x05137AE0 }; + inline constexpr REL::Offset Scaleform__Render__Matrix3x4_float_{ 0x05137B18 }; + inline constexpr REL::Offset Scaleform__Render__Matrix4x4Data_float_{ 0x05137CE8 }; + inline constexpr REL::Offset Scaleform__Render__Matrix4x4Ref_float_{ 0x05137C78 }; + inline constexpr REL::Offset Scaleform__Render__Matrix4x4_float_{ 0x05137CB0 }; + inline constexpr REL::Offset Scaleform__Render__MatrixPoolImpl__HMatrixConstants{ 0x0513D6F0 }; + inline constexpr REL::Offset Scaleform__Render__MatrixPoolImpl__MatrixPool{ 0x0513D5D0 }; + inline constexpr REL::Offset Scaleform__Render__MatrixState{ 0x053FD918 }; + inline constexpr REL::Offset Scaleform__Render__MatrixStateFactory{ 0x0513E3E8 }; + inline constexpr REL::Offset Scaleform__Render__MemoryBufferImage{ 0x0513E2F8 }; + inline constexpr REL::Offset Scaleform__Render__Mesh{ 0x0513D150 }; + inline constexpr REL::Offset Scaleform__Render__MeshBase{ 0x0513CFE0 }; + inline constexpr REL::Offset Scaleform__Render__MeshBuffer{ 0x05404910 }; + inline constexpr REL::Offset Scaleform__Render__MeshCache{ 0x054047D8 }; + inline constexpr REL::Offset Scaleform__Render__MeshCacheConfig{ 0x054048D8 }; + inline constexpr REL::Offset Scaleform__Render__MeshCacheItem{ 0x05404660 }; + inline constexpr REL::Offset Scaleform__Render__MeshKeyManager{ 0x0513B980 }; + inline constexpr REL::Offset Scaleform__Render__MeshKeySet{ 0x0513D350 }; + inline constexpr REL::Offset Scaleform__Render__MeshProvider{ 0x0513A2B0 }; + inline constexpr REL::Offset Scaleform__Render__MeshProvider_KeySupport{ 0x0513A390 }; + inline constexpr REL::Offset Scaleform__Render__MeshProvider_RCImpl{ 0x0513A2E8 }; + inline constexpr REL::Offset Scaleform__Render__MeshStagingNode{ 0x0513D0C8 }; + inline constexpr REL::Offset Scaleform__Render__MeshVertexOutput{ 0x0513F268 }; + inline constexpr REL::Offset Scaleform__Render__MetaImage{ 0x05136EE8 }; + inline constexpr REL::Offset Scaleform__Render__MorphInterpolator{ 0x0513A560 }; + inline constexpr REL::Offset Scaleform__Render__MorphShapeData{ 0x0513A408 }; + inline constexpr REL::Offset Scaleform__Render__OrigScale9ParentState__Interface{ 0x0513BB30 }; + inline constexpr REL::Offset Scaleform__Render__PNG__FileReader{ 0x0513EE20 }; + inline constexpr REL::Offset Scaleform__Render__PNG__FileWriter{ 0x0513EED8 }; + inline constexpr REL::Offset Scaleform__Render__PNG__Input{ 0x0513EF88 }; + inline constexpr REL::Offset Scaleform__Render__PNG__LibPNGInput{ 0x0513EFC0 }; + inline constexpr REL::Offset Scaleform__Render__PNG__MemoryBufferImage{ 0x0513EFF8 }; + inline constexpr REL::Offset Scaleform__Render__PNG__PNGFileImageSource{ 0x0513F038 }; + inline constexpr REL::Offset Scaleform__Render__Primitive{ 0x0513D280 }; + inline constexpr REL::Offset Scaleform__Render__PrimitiveBundle{ 0x0513DDC8 }; + inline constexpr REL::Offset Scaleform__Render__PrimitiveFill{ 0x0513D180 }; + inline constexpr REL::Offset Scaleform__Render__PrimitiveFillManager{ 0x0513B780 }; + inline constexpr REL::Offset Scaleform__Render__ProfileModifier{ 0x0513B870 }; + inline constexpr REL::Offset Scaleform__Render__ProfileViews{ 0x0513B8E0 }; + inline constexpr REL::Offset Scaleform__Render__ProjectionMatrix3DBundle{ 0x0513DF30 }; + inline constexpr REL::Offset Scaleform__Render__ProjectionMatrix3DEffect{ 0x0513EA10 }; + inline constexpr REL::Offset Scaleform__Render__ProjectionMatrix3DPrimitive{ 0x0513DC30 }; + inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__CacheData{ 0x051501A8 }; + inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__DepthStencilBuffer{ 0x05150250 }; + inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__RenderBufferManager{ 0x05150110 }; + inline constexpr REL::Offset Scaleform__Render__RBGenericImpl__RenderTarget{ 0x05150160 }; + inline constexpr REL::Offset Scaleform__Render__Rasterizer{ 0x0513F1F8 }; + inline constexpr REL::Offset Scaleform__Render__RawImage{ 0x05136F20 }; + inline constexpr REL::Offset Scaleform__Render__RectData_float_{ 0x05137A50 }; + inline constexpr REL::Offset Scaleform__Render__RectRef_float_{ 0x051379E8 }; + inline constexpr REL::Offset Scaleform__Render__Rect_float_{ 0x05137A20 }; + inline constexpr REL::Offset Scaleform__Render__RenderBuffer{ 0x053EB3A8 }; + inline constexpr REL::Offset Scaleform__Render__RenderBufferManager{ 0x05150030 }; + inline constexpr REL::Offset Scaleform__Render__RenderEvents{ 0x053FD950 }; + inline constexpr REL::Offset Scaleform__Render__RenderQueueItem__Interface{ 0x0513B650 }; + inline constexpr REL::Offset Scaleform__Render__RenderSync{ 0x05404948 }; + inline constexpr REL::Offset Scaleform__Render__RenderTarget{ 0x051500D0 }; + inline constexpr REL::Offset Scaleform__Render__RenderTargetData{ 0x053FD880 }; + inline constexpr REL::Offset Scaleform__Render__SIF__FileReader{ 0x0513ECF8 }; + inline constexpr REL::Offset Scaleform__Render__SIF__SIFFileImageSource{ 0x0513EDA8 }; + inline constexpr REL::Offset Scaleform__Render__SKI_BlendMode{ 0x0513D8E0 }; + inline constexpr REL::Offset Scaleform__Render__SKI_ComplexPrimitive{ 0x0513D7F0 }; + inline constexpr REL::Offset Scaleform__Render__SKI_Filter{ 0x0513D918 }; + inline constexpr REL::Offset Scaleform__Render__SKI_MaskEnd{ 0x0513D868 }; + inline constexpr REL::Offset Scaleform__Render__SKI_MaskEnd__RQII_EndMask{ 0x0513D8A0 }; + inline constexpr REL::Offset Scaleform__Render__SKI_MaskStart{ 0x0513D830 }; + inline constexpr REL::Offset Scaleform__Render__SKI_Primitive{ 0x0513D7B8 }; + inline constexpr REL::Offset Scaleform__Render__SKI_ProjectionMatrix3D{ 0x0513D988 }; + inline constexpr REL::Offset Scaleform__Render__SKI_TextPrimitive{ 0x0513F8E0 }; + inline constexpr REL::Offset Scaleform__Render__SKI_UserData{ 0x0513D9C8 }; + inline constexpr REL::Offset Scaleform__Render__SKI_ViewMatrix3D{ 0x0513D950 }; + inline constexpr REL::Offset Scaleform__Render__Scale9GridData{ 0x0513A660 }; + inline constexpr REL::Offset Scaleform__Render__Scale9GridInfo{ 0x0513C170 }; + inline constexpr REL::Offset Scaleform__Render__Scale9GridRect{ 0x05137BE8 }; + inline constexpr REL::Offset Scaleform__Render__ShaderHAL_Scaleform__Render__CreationRenderer__ShaderManager_Scaleform__Render__CreationRenderer__ShaderInterface_{ 0x053FD680 }; + inline constexpr REL::Offset Scaleform__Render__ShaderInterfaceBaseGPUMapped_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderPair_Scaleform__Render__CreationRenderer__ShaderStages_{ 0x05404B40 }; + inline constexpr REL::Offset Scaleform__Render__ShaderInterfaceStoragelessBase_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderPair_{ 0x05404C80 }; + inline constexpr REL::Offset Scaleform__Render__ShadowFilter{ 0x0513BCF0 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataFloat{ 0x05136700 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataFloatMP{ 0x0513C138 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataFloatTempl_Scaleform__ArrayLH_POD_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x0513A4A0 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataFloatTempl_Scaleform__Array_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x05136740 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataInterface{ 0x05136328 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataPacked_Scaleform__ArrayDH_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x0513A900 }; + inline constexpr REL::Offset Scaleform__Render__ShapeDataPacked_Scaleform__ArrayLH_POD_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ 0x0513E6E0 }; + inline constexpr REL::Offset Scaleform__Render__ShapeMeshProvider{ 0x0513A520 }; + inline constexpr REL::Offset Scaleform__Render__SortKeyInterface{ 0x0513D738 }; + inline constexpr REL::Offset Scaleform__Render__SortKeyInterface_RefCountImpl{ 0x0513D770 }; + inline constexpr REL::Offset Scaleform__Render__StateData__Interface{ 0x05137108 }; + inline constexpr REL::Offset Scaleform__Render__StateData__Interface_RefCountImpl{ 0x0513BAA0 }; + inline constexpr REL::Offset Scaleform__Render__StateData__Interface_Value{ 0x0513BA50 }; + inline constexpr REL::Offset Scaleform__Render__StaticShaderManager_Scaleform__Render__CreationRenderer__ShaderDesc_Scaleform__Render__CreationRenderer__VertexShaderDesc_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderInterface_Scaleform__Render__CreationRenderer__Texture_{ 0x053FD5C0 }; + inline constexpr REL::Offset Scaleform__Render__StrokeScaler{ 0x0513E820 }; + inline constexpr REL::Offset Scaleform__Render__StrokeSorter{ 0x0513D480 }; + inline constexpr REL::Offset Scaleform__Render__Stroker{ 0x0513D418 }; + inline constexpr REL::Offset Scaleform__Render__StrokerAA{ 0x0513D4B8 }; + inline constexpr REL::Offset Scaleform__Render__StrokerTypes{ 0x0513D448 }; + inline constexpr REL::Offset Scaleform__Render__SubImage{ 0x05136F50 }; + inline constexpr REL::Offset Scaleform__Render__SystemVertexFormat{ 0x0513D528 }; + inline constexpr REL::Offset Scaleform__Render__TGA__FileReader{ 0x0513EC00 }; + inline constexpr REL::Offset Scaleform__Render__TGA__TGAFileImageSource{ 0x0513ECB8 }; + inline constexpr REL::Offset Scaleform__Render__TessBase{ 0x0513B918 }; + inline constexpr REL::Offset Scaleform__Render__Tessellator{ 0x0513D3E0 }; + inline constexpr REL::Offset Scaleform__Render__TextLayerPrimitive{ 0x0513F960 }; + inline constexpr REL::Offset Scaleform__Render__TextLayout{ 0x0513F2E0 }; + inline constexpr REL::Offset Scaleform__Render__TextMeshProvider{ 0x0513F708 }; + inline constexpr REL::Offset Scaleform__Render__TextPrimitiveBundle{ 0x0513F920 }; + inline constexpr REL::Offset Scaleform__Render__Text__Allocator{ 0x0513C308 }; + inline constexpr REL::Offset Scaleform__Render__Text__Allocator__TextFormatVisitor{ 0x05140950 }; + inline constexpr REL::Offset Scaleform__Render__Text__CompositionStringBase{ 0x0513F530 }; + inline constexpr REL::Offset Scaleform__Render__Text__DocView{ 0x0513F440 }; + inline constexpr REL::Offset Scaleform__Render__Text__DocView__DocumentListener{ 0x0513E0E0 }; + inline constexpr REL::Offset Scaleform__Render__Text__DocView__DocumentText{ 0x0513F4E0 }; + inline constexpr REL::Offset Scaleform__Render__Text__EditorKitBase{ 0x0513F5E8 }; + inline constexpr REL::Offset Scaleform__Render__Text__FontHandle{ 0x0513AA78 }; + inline constexpr REL::Offset Scaleform__Render__Text__FontManagerBase{ 0x0513AB08 }; + inline constexpr REL::Offset Scaleform__Render__Text__HTMLImageTagDesc{ 0x0513F8A0 }; + inline constexpr REL::Offset Scaleform__Render__Text__ImageDesc{ 0x0513F800 }; + inline constexpr REL::Offset Scaleform__Render__Text__StyleManagerBase{ 0x0514D230 }; + inline constexpr REL::Offset Scaleform__Render__Text__StyledText{ 0x0513EAC0 }; + inline constexpr REL::Offset Scaleform__Render__Text__TextFilter{ 0x0513DFA8 }; + inline constexpr REL::Offset Scaleform__Render__Texture{ 0x053FDDC8 }; + inline constexpr REL::Offset Scaleform__Render__TextureFormat{ 0x053FDF70 }; + inline constexpr REL::Offset Scaleform__Render__TextureGlyph{ 0x0513B018 }; + inline constexpr REL::Offset Scaleform__Render__TextureImage{ 0x053A1050 }; + inline constexpr REL::Offset Scaleform__Render__TextureManager{ 0x053FDB68 }; + inline constexpr REL::Offset Scaleform__Render__TextureManagerLocks{ 0x05136D28 }; + inline constexpr REL::Offset Scaleform__Render__TextureManager__ServiceCommand{ 0x05136EA0 }; + inline constexpr REL::Offset Scaleform__Render__ThreadCommand{ 0x05136C98 }; + inline constexpr REL::Offset Scaleform__Render__ThreadCommandQueue{ 0x053EB368 }; + inline constexpr REL::Offset Scaleform__Render__TransformerBase{ 0x0513A3D0 }; + inline constexpr REL::Offset Scaleform__Render__TransformerWrapper_Scaleform__Render__Matrix2x4_float__{ 0x0513A5A0 }; + inline constexpr REL::Offset Scaleform__Render__TransformerWrapper_Scaleform__Render__Scale9GridInfo_{ 0x0513A600 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheContainer{ 0x05137E30 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheMeshBase{ 0x0513A738 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheNode{ 0x05137E70 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheRoot{ 0x0513BA18 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheShape{ 0x0513A778 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheShapeLayer{ 0x0513A6F8 }; + inline constexpr REL::Offset Scaleform__Render__TreeCacheText{ 0x0513F7C8 }; + inline constexpr REL::Offset Scaleform__Render__TreeContainer__NodeData{ 0x05136450 }; + inline constexpr REL::Offset Scaleform__Render__TreeNode__NodeData{ 0x05136410 }; + inline constexpr REL::Offset Scaleform__Render__TreeRoot__NodeData{ 0x05136518 }; + inline constexpr REL::Offset Scaleform__Render__TreeShape__NodeData{ 0x051367B8 }; + inline constexpr REL::Offset Scaleform__Render__TreeText__NodeData{ 0x0513F378 }; + inline constexpr REL::Offset Scaleform__Render__UserDataBundle{ 0x0513DF70 }; + inline constexpr REL::Offset Scaleform__Render__UserDataEffect{ 0x0513EA88 }; + inline constexpr REL::Offset Scaleform__Render__UserDataPrimitive{ 0x0513DCE8 }; + inline constexpr REL::Offset Scaleform__Render__UserDataState__Data{ 0x05137D88 }; + inline constexpr REL::Offset Scaleform__Render__VectorGlyphShape{ 0x0513E758 }; + inline constexpr REL::Offset Scaleform__Render__VertexOutput{ 0x0513F230 }; + inline constexpr REL::Offset Scaleform__Render__VertexPath{ 0x0513B948 }; + inline constexpr REL::Offset Scaleform__Render__ViewMatrix3DBundle{ 0x0513DEE8 }; + inline constexpr REL::Offset Scaleform__Render__ViewMatrix3DEffect{ 0x0513E9C8 }; + inline constexpr REL::Offset Scaleform__Render__ViewMatrix3DPrimitive{ 0x0513DB88 }; + inline constexpr REL::Offset Scaleform__Render__WrapperImageSource{ 0x05139F28 }; + inline constexpr REL::Offset Scaleform__RepeatFormatter{ 0x0513AFE8 }; + inline constexpr REL::Offset Scaleform__ResourceFormatter{ 0x0513AF80 }; + inline constexpr REL::Offset Scaleform__Semaphore{ 0x05136A20 }; + inline constexpr REL::Offset Scaleform__SemaphoreWaitableIncrement{ 0x05136A50 }; + inline constexpr REL::Offset Scaleform__StrFormatter{ 0x0513AE90 }; + inline constexpr REL::Offset Scaleform__String__InitStruct{ 0x05136088 }; + inline constexpr REL::Offset Scaleform__SwitchFormatter{ 0x0513AFB8 }; + inline constexpr REL::Offset Scaleform__SysAlloc{ 0x052AED18 }; + inline constexpr REL::Offset Scaleform__SysAllocBase{ 0x052AEE20 }; + inline constexpr REL::Offset Scaleform__SysAllocBase_SingletonSupport_Scaleform__SysAllocMalloc_Scaleform__SysAlloc_{ 0x052AED50 }; + inline constexpr REL::Offset Scaleform__SysAllocMalloc{ 0x052AEDB8 }; + inline constexpr REL::Offset Scaleform__SysAllocMapper{ 0x0514DE58 }; + inline constexpr REL::Offset Scaleform__SysAllocPaged{ 0x0539FF98 }; + inline constexpr REL::Offset Scaleform__SysAllocStatic{ 0x05136B28 }; + inline constexpr REL::Offset Scaleform__SysFile{ 0x0514DD20 }; + inline constexpr REL::Offset Scaleform__SysMemMapper{ 0x0539FFC8 }; + inline constexpr REL::Offset Scaleform__Thread{ 0x05136B80 }; + inline constexpr REL::Offset Scaleform__UnopenedFile{ 0x0514DD48 }; + inline constexpr REL::Offset Scaleform__Waitable{ 0x05136980 }; + inline constexpr REL::Offset ScannableComponentCreationPolicy{ 0x050A99A0 }; + inline constexpr REL::Offset SceneNextPhaseHandler{ 0x052E6540 }; + inline constexpr REL::Offset ScopeMenu{ 0x0528BF38 }; + inline constexpr REL::Offset ScopeMenuUtil__FadeCallback{ 0x0528BFB0 }; + inline constexpr REL::Offset ScopeMenu__ScopeMenuDataEventShuttle{ 0x0528BEC8 }; + inline constexpr REL::Offset ScopeMenu__ScopeReason{ 0x050904B8 }; + inline constexpr REL::Offset ScopeMenu__ScopeScalingData{ 0x0528BE48 }; + inline constexpr REL::Offset ScopeMenu__ZoomLevelData{ 0x0528BF08 }; + inline constexpr REL::Offset ScrapHeap{ 0x053711B0 }; + inline constexpr REL::Offset Script{ 0x051E5A40 }; + inline constexpr REL::Offset ScriptEffect{ 0x052A4EB8 }; + inline constexpr REL::Offset Script__ResetDialogueFlags__2__MobDialogueFlagResetter{ 0x051E7AC0 }; + inline constexpr REL::Offset ScriptedRefEffect{ 0x052A4F58 }; + inline constexpr REL::Offset ScrollItem{ 0x05178B80 }; + inline constexpr REL::Offset SecurityMenu{ 0x05278638 }; + inline constexpr REL::Offset SecurityMenu_BackOutKey{ 0x05278C20 }; + inline constexpr REL::Offset SecurityMenu_CloseMenu{ 0x05278C80 }; + inline constexpr REL::Offset SecurityMenu_ConfirmExit{ 0x05278B88 }; + inline constexpr REL::Offset SecurityMenu_EliminateUnusedKeys{ 0x05278BB8 }; + inline constexpr REL::Offset SecurityMenu_GetRingHint{ 0x05278BF0 }; + inline constexpr REL::Offset SecurityMenu_SelectNewKey{ 0x05278B58 }; + inline constexpr REL::Offset SecurityMenu_TryUseKey{ 0x05278C50 }; + inline constexpr REL::Offset SecurityMenu__SecurityMenuEventShuttle{ 0x05278DE8 }; + inline constexpr REL::Offset SeenData{ 0x05090570 }; + inline constexpr REL::Offset Service{ 0x05203478 }; + inline constexpr REL::Offset SetOrientNode{ 0x0536DEC8 }; + inline constexpr REL::Offset SetOrientNodeInstance{ 0x0536DEF0 }; + inline constexpr REL::Offset SetPosNode{ 0x0536ED50 }; + inline constexpr REL::Offset SetPosNodeInstance{ 0x0536ED20 }; + inline constexpr REL::Offset Setting{ 0x05127300 }; + inline constexpr REL::Offset SettingCollectionList_Setting_{ 0x050C6448 }; + inline constexpr REL::Offset SettingCollectionMap_Setting_{ 0x051539D8 }; + inline constexpr REL::Offset SettingCollection_Setting_{ 0x050C6488 }; + inline constexpr REL::Offset SettingT_GameSettingCollection_{ 0x051272C0 }; + inline constexpr REL::Offset SettingT_INIPrefSettingCollection_{ 0x05118F20 }; + inline constexpr REL::Offset SettingT_INISettingCollection_{ 0x05127320 }; + inline constexpr REL::Offset SettingT_RegSettingCollection_{ 0x0511E140 }; + inline constexpr REL::Offset SettingT_bhkRandomVelocityGenerator__INISettingCollectionEx_{ 0x05124970 }; + inline constexpr REL::Offset SettingsDataModel{ 0x052515A8 }; + inline constexpr REL::Offset SettingsDataModel__SettingsEventShuttle{ 0x05250068 }; + inline constexpr REL::Offset SettingsPanel_CheckBoxChanged{ 0x05251358 }; + inline constexpr REL::Offset SettingsPanel_ClearBinding{ 0x05251438 }; + inline constexpr REL::Offset SettingsPanel_OpenCategory{ 0x05251470 }; + inline constexpr REL::Offset SettingsPanel_OpenSettings{ 0x052513C8 }; + inline constexpr REL::Offset SettingsPanel_RemapConfirmed{ 0x052514E0 }; + inline constexpr REL::Offset SettingsPanel_RemapMode{ 0x052512B8 }; + inline constexpr REL::Offset SettingsPanel_ResetToDefaults{ 0x05251400 }; + inline constexpr REL::Offset SettingsPanel_SaveControls{ 0x05251280 }; + inline constexpr REL::Offset SettingsPanel_SaveSettings{ 0x05251320 }; + inline constexpr REL::Offset SettingsPanel_SliderChanged{ 0x052512E8 }; + inline constexpr REL::Offset SettingsPanel_StepperChanged{ 0x05251390 }; + inline constexpr REL::Offset SettingsPanel_ValidateControls{ 0x052514A8 }; + inline constexpr REL::Offset SetupGraphRagdollHandler{ 0x052E6BF0 }; + inline constexpr REL::Offset ShaderReferenceEffect{ 0x052A4F80 }; + inline constexpr REL::Offset SharedHeapAllocator{ 0x053711D0 }; + inline constexpr REL::Offset ShipActionCameraState{ 0x0520A2E8 }; + inline constexpr REL::Offset ShipBuilder_CloseAllMenus{ 0x051779D0 }; + inline constexpr REL::Offset ShipCombatOrbitCameraState{ 0x0520A6E0 }; + inline constexpr REL::Offset ShipCrewAssignData{ 0x05252308 }; + inline constexpr REL::Offset ShipCrewAssignData__ShipCrewAssignMenuEventShuttle{ 0x05252400 }; + inline constexpr REL::Offset ShipCrewAssignMenu{ 0x05279C28 }; + inline constexpr REL::Offset ShipCrewAssignMenu_Assign{ 0x05279D18 }; + inline constexpr REL::Offset ShipCrewAssignMenu_Unassign{ 0x05279D48 }; + inline constexpr REL::Offset ShipCrewData{ 0x052527F0 }; + inline constexpr REL::Offset ShipCrewData__ShipCrewMenuEventShuttle{ 0x05252338 }; + inline constexpr REL::Offset ShipCrewMenu{ 0x05279CF0 }; + inline constexpr REL::Offset ShipCrewMenu_Close{ 0x05279DB0 }; + inline constexpr REL::Offset ShipCrewMenu_OpenAssignMenu{ 0x05252488 }; + inline constexpr REL::Offset ShipCrewMenu_SetSort{ 0x052524C0 }; + inline constexpr REL::Offset ShipCrewMenu_ViewedItem{ 0x05279D80 }; + inline constexpr REL::Offset ShipEditor_ChangeModuleCategory{ 0x05173C08 }; + inline constexpr REL::Offset ShipEditor_OnColorPickerControlChanged{ 0x05174F00 }; + inline constexpr REL::Offset ShipEditor_OnColorPickerTabChanged{ 0x05174F80 }; + inline constexpr REL::Offset ShipEditor_OnColorSliderMouseInput{ 0x05174EC0 }; + inline constexpr REL::Offset ShipEditor_OnExitConfirmCancel{ 0x051704E8 }; + inline constexpr REL::Offset ShipEditor_OnExitConfirmExit{ 0x051708A0 }; + inline constexpr REL::Offset ShipEditor_OnExitConfirmSaveAndExit{ 0x05170520 }; + inline constexpr REL::Offset ShipEditor_OnFlightCheckTabChanged{ 0x05171AA8 }; + inline constexpr REL::Offset ShipEditor_OnHintButtonActivated{ 0x05177998 }; + inline constexpr REL::Offset ShipEditor_OnRecentColorSwatchClicked{ 0x05174F40 }; + inline constexpr REL::Offset ShipEditor_OnRenameEndEditText{ 0x05173100 }; + inline constexpr REL::Offset ShipEditor_OnRenameInputCancelled{ 0x05173138 }; + inline constexpr REL::Offset ShipEditor_OnWeaponGroupChanged{ 0x05171AE8 }; + inline constexpr REL::Offset ShipEditor_PreviewShipPart{ 0x05173C40 }; + inline constexpr REL::Offset ShipEditor_PreviewUpgrade{ 0x0515AEB0 }; + inline constexpr REL::Offset ShipEditor_RemoveAll3D{ 0x05177968 }; + inline constexpr REL::Offset ShipEditor_SelectedShipPart{ 0x05173C78 }; + inline constexpr REL::Offset ShipEditor_SelectedUpgrade{ 0x0515AE78 }; + inline constexpr REL::Offset ShipEditor_SystemSelected{ 0x0515A298 }; + inline constexpr REL::Offset ShipFarTravelCameraState{ 0x0520A718 }; + inline constexpr REL::Offset ShipHudDataModel{ 0x05258DC0 }; + inline constexpr REL::Offset ShipHudDataModel__ShipHudEventShuttle{ 0x05258718 }; + inline constexpr REL::Offset ShipHudQuickContainer_TransferItem{ 0x0528CFD0 }; + inline constexpr REL::Offset ShipHudQuickContainer_TransferMenu{ 0x05258A28 }; + inline constexpr REL::Offset ShipHud_AbortJump{ 0x0528CFA8 }; + inline constexpr REL::Offset ShipHud_Activate{ 0x052589B0 }; + inline constexpr REL::Offset ShipHud_BodyViewMarkerDimensions{ 0x05258C70 }; + inline constexpr REL::Offset ShipHud_ChangeComponentSelection{ 0x05258978 }; + inline constexpr REL::Offset ShipHud_CloseMenu{ 0x05258928 }; + inline constexpr REL::Offset ShipHud_Deselect{ 0x052589D8 }; + inline constexpr REL::Offset ShipHud_DockRequested{ 0x0528D010 }; + inline constexpr REL::Offset ShipHud_FarTravel{ 0x05258CF8 }; + inline constexpr REL::Offset ShipHud_HailAccepted{ 0x05258AC0 }; + inline constexpr REL::Offset ShipHud_HailCancelled{ 0x05258AF0 }; + inline constexpr REL::Offset ShipHud_HailShip{ 0x0528D040 }; + inline constexpr REL::Offset ShipHud_JumpToQuestMarker{ 0x05258BE8 }; + inline constexpr REL::Offset ShipHud_Land{ 0x05258A00 }; + inline constexpr REL::Offset ShipHud_LandingMarkerMap{ 0x05258A68 }; + inline constexpr REL::Offset ShipHud_Map{ 0x05258A98 }; + inline constexpr REL::Offset ShipHud_OnMonocleToggle{ 0x05258B50 }; + inline constexpr REL::Offset ShipHud_OpenPhotoMode{ 0x05258C18 }; + inline constexpr REL::Offset ShipHud_Repair{ 0x05258C48 }; + inline constexpr REL::Offset ShipHud_SetTargetMode{ 0x05258B20 }; + inline constexpr REL::Offset ShipHud_Target{ 0x05258950 }; + inline constexpr REL::Offset ShipHud_TargetShipSystem{ 0x05258BB8 }; + inline constexpr REL::Offset ShipHud_UntargetShipSystem{ 0x05258B80 }; + inline constexpr REL::Offset ShipHud_UpdateComponentPower{ 0x052588A8 }; + inline constexpr REL::Offset ShipHud_UpdateTargetPanelRect{ 0x0528E0B8 }; + inline constexpr REL::Offset ShipRefuelMenu{ 0x0527A338 }; + inline constexpr REL::Offset ShipRefuelMenuDataModel{ 0x0525A718 }; + inline constexpr REL::Offset ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle{ 0x0525A7E0 }; + inline constexpr REL::Offset ShipTargetingCameraState{ 0x0520A748 }; + inline constexpr REL::Offset ShowBuilderMenuParams{ 0x05092830 }; + inline constexpr REL::Offset ShowDocAcceptMenuData{ 0x05091A08 }; + inline constexpr REL::Offset ShowMissionBoardMsgData{ 0x05091F18 }; + inline constexpr REL::Offset ShowPipelineGenerationData{ 0x05091AD0 }; + inline constexpr REL::Offset ShowSubsegmentHandler{ 0x052E6C20 }; + inline constexpr REL::Offset ShowWorkshopTargetMenuParams{ 0x05092860 }; + inline constexpr REL::Offset SimpleAnimationGraphManagerHolder{ 0x0517B568 }; + inline constexpr REL::Offset SimpleAnimationGraphManagerLoadingTask{ 0x052056D0 }; + inline constexpr REL::Offset SitWaitMenu{ 0x0532D738 }; + inline constexpr REL::Offset SkillsMenu{ 0x0527B610 }; + inline constexpr REL::Offset SkillsMenu_Accept{ 0x0527BC38 }; + inline constexpr REL::Offset SkillsMenu_AddPatch{ 0x0527BC08 }; + inline constexpr REL::Offset SkillsMenu_Cancel{ 0x0527BC60 }; + inline constexpr REL::Offset SkillsMenu_ChangeCursorVisibility{ 0x0527BBD0 }; + inline constexpr REL::Offset SkillsMenu_SaveLastCategory{ 0x0527BB98 }; + inline constexpr REL::Offset SkillsMenu__SkillsMenuEventShuttle{ 0x0527B2C8 }; + inline constexpr REL::Offset SkinAttach{ 0x0538D740 }; + inline constexpr REL::Offset Sky{ 0x051EDA38 }; + inline constexpr REL::Offset SkyEffectController{ 0x051ED008 }; + inline constexpr REL::Offset SleepWaitMenu{ 0x0532E1A0 }; + inline constexpr REL::Offset SleepWaitMenu_InterruptRest{ 0x0532E600 }; + inline constexpr REL::Offset SleepWaitMenu_StartRest{ 0x0532E5D0 }; + inline constexpr REL::Offset SleepWaitMenu__SleepWaitMenuEventShuttle{ 0x0532E338 }; + inline constexpr REL::Offset SlideStartHandler{ 0x052E65A8 }; + inline constexpr REL::Offset SlowTimeEffect{ 0x052A4FF8 }; + inline constexpr REL::Offset SneakStateChangeHandler{ 0x052EAAE0 }; + inline constexpr REL::Offset SoulTrapEffect{ 0x052A5020 }; + inline constexpr REL::Offset SpaceComponentViewAccessWrite{ 0x051C2498 }; + inline constexpr REL::Offset SpaceshipAIActorCreationPolicy{ 0x050A9EA0 }; + inline constexpr REL::Offset SpaceshipAIComponentEventHandler{ 0x05352048 }; + inline constexpr REL::Offset SpaceshipBIEvents__EventSink{ 0x052A65C8 }; + inline constexpr REL::Offset SpaceshipBoostPart{ 0x05353690 }; + inline constexpr REL::Offset SpaceshipDockingFinishedHandler{ 0x052E6E58 }; + inline constexpr REL::Offset SpaceshipEditor__HangarModeState_Null{ 0x0522DED0 }; + inline constexpr REL::Offset SpaceshipEditor__HangarModeState_ShipInspect{ 0x0522E1A0 }; + inline constexpr REL::Offset SpaceshipEditor__HangarModeState_ShipSelection{ 0x0522EEF0 }; + inline constexpr REL::Offset SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle{ 0x0522F220 }; + inline constexpr REL::Offset SpaceshipEditor__IHangarModeSubState{ 0x0522DF58 }; + inline constexpr REL::Offset SpaceshipEditor__IModuleModeSubState{ 0x05173E48 }; + inline constexpr REL::Offset SpaceshipEditor__IShipBuilderState{ 0x05159938 }; + inline constexpr REL::Offset SpaceshipEditor__IUpgradeModeSubState{ 0x0515A478 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Add{ 0x05173BC8 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle{ 0x05173CB0 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Color{ 0x05174E80 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle{ 0x05175190 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Edit{ 0x05177FC0 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Empty{ 0x05177F80 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Null{ 0x05177F40 }; + inline constexpr REL::Offset SpaceshipEditor__ModuleModeState_Selection{ 0x05177F00 }; + inline constexpr REL::Offset SpaceshipEditor__OpenHangarForVendingMsg{ 0x0508E0A0 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Exiting{ 0x05170560 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle{ 0x05170780 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_FlightCheck{ 0x05171B20 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle{ 0x05171990 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_HangarMode{ 0x0522DF10 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle{ 0x0522E1F0 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Loading{ 0x05178000 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_ModuleMode{ 0x05172420 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Null{ 0x05177EB8 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Popup{ 0x05177E78 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Rename{ 0x051730C0 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle{ 0x05172F10 }; + inline constexpr REL::Offset SpaceshipEditor__ShipBuilderState_UpgradeMode{ 0x051598F0 }; + inline constexpr REL::Offset SpaceshipEditor__Spaceship3DManager{ 0x05176070 }; + inline constexpr REL::Offset SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle{ 0x05175EE0 }; + inline constexpr REL::Offset SpaceshipEditor__SpaceshipEditorGame3DManager{ 0x051760B0 }; + inline constexpr REL::Offset SpaceshipEditor__SpaceshipEditorMenu{ 0x05178118 }; + inline constexpr REL::Offset SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle{ 0x05177820 }; + inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_3a7cedac80f3cfa35a1d3a7f5dc314b3___lambda_86e0c2c42de2e53ece760a7e21698684__{ 0x0522E3A0 }; + inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_60f1bc7a58f30f6d342170c2483cac2a___lambda_2331bc39f638ff34407821b196aaeab7__{ 0x0522D9D0 }; + inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_6c01e1bac8bee0f1de64e92dd2b65cb1___lambda_4c48211ce3c39697931036d04e978926__{ 0x0522DA70 }; + inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_e11f166cc8a5f071ffef5453272ab6fd___lambda_29737b93d6d45deaab6c0d7b817b4615__{ 0x0522D930 }; + inline constexpr REL::Offset SpaceshipEditor__TwoButtonMessageBox__lambda_f7162d15568901a3907864f5d9b4c9e5___lambda_d7b0bc563be69ca0e52d9c030ad87c93__{ 0x0522D890 }; + inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_Null{ 0x05177E38 }; + inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_Replace{ 0x0515ABD8 }; + inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle{ 0x0515AD60 }; + inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_SystemSelect{ 0x05159E60 }; + inline constexpr REL::Offset SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle{ 0x05159F50 }; + inline constexpr REL::Offset SpaceshipEffectsComponentCreationPolicy{ 0x05353510 }; + inline constexpr REL::Offset SpaceshipEffectsUtil__EventSink{ 0x05353418 }; + inline constexpr REL::Offset SpaceshipEquipmentComponent{ 0x053535F8 }; + inline constexpr REL::Offset SpaceshipEquipmentCreationPolicy{ 0x050A9010 }; + inline constexpr REL::Offset SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler{ 0x05353760 }; + inline constexpr REL::Offset SpaceshipGravDrivePart{ 0x05353630 }; + inline constexpr REL::Offset SpaceshipHudMenu{ 0x0528CCC0 }; + inline constexpr REL::Offset SpaceshipLandingFinishedFailsafeHandler{ 0x052E6DA8 }; + inline constexpr REL::Offset SpaceshipLandingFinishedHandler{ 0x052E6DE8 }; + inline constexpr REL::Offset SpaceshipLinkedCell__ExteriorShipCell{ 0x0535F578 }; + inline constexpr REL::Offset SpaceshipLinkedCell__InteriorShipCell{ 0x0535F6B0 }; + inline constexpr REL::Offset SpaceshipLinkedCell__ShipCell{ 0x0535F540 }; + inline constexpr REL::Offset SpaceshipMobilityPart{ 0x053536C0 }; + inline constexpr REL::Offset SpaceshipPart{ 0x053535D0 }; + inline constexpr REL::Offset SpaceshipPlayerSounds{ 0x05356408 }; + inline constexpr REL::Offset SpaceshipShieldPart{ 0x05353660 }; + inline constexpr REL::Offset SpaceshipSoundsUtils__SpaceshipSoundsEventHandler{ 0x053565E0 }; + inline constexpr REL::Offset SpaceshipTakeOffFinishedHandler{ 0x052E6B80 }; + inline constexpr REL::Offset SpaceshipUndockingFinishedHandler{ 0x052E6E20 }; + inline constexpr REL::Offset SpaceshipWeapon{ 0x053535A8 }; + inline constexpr REL::Offset Spaceship__InstanceData{ 0x051C38A8 }; + inline constexpr REL::Offset Spaceship__LadderSwapHandler{ 0x050AEAB0 }; + inline constexpr REL::Offset Spaceship__ShipProxyCollisionListener{ 0x051C6B38 }; + inline constexpr REL::Offset Spaceship__TargetingMode{ 0x052BCD28 }; + inline constexpr REL::Offset Spaceship____SpaceshipEventHandler{ 0x05351F70 }; + inline constexpr REL::Offset SpawnHazardEffect{ 0x052C0058 }; + inline constexpr REL::Offset SpawnOnDestroyUtils__SpawnOnDestroyEventHandler{ 0x0516A110 }; + inline constexpr REL::Offset SpecificItemCollector{ 0x051EC300 }; + inline constexpr REL::Offset SpectatorPackage{ 0x05092D58 }; + inline constexpr REL::Offset SpeedScale{ 0x0536EC48 }; + inline constexpr REL::Offset SpeedScaleInstance{ 0x0536EC18 }; + inline constexpr REL::Offset SpellItem{ 0x050A4088 }; + inline constexpr REL::Offset SpringBoneData{ 0x051BC730 }; + inline constexpr REL::Offset SpringBoneInstance{ 0x051BC758 }; + inline constexpr REL::Offset StaggerEffect{ 0x052A3CF8 }; + inline constexpr REL::Offset StaggerMeter{ 0x0536B378 }; + inline constexpr REL::Offset StaggerMeterInstance{ 0x0536E1D0 }; + inline constexpr REL::Offset StaggeredStopHandler{ 0x052EA568 }; + inline constexpr REL::Offset StarField__LoadNodeBarrier{ 0x051C6E58 }; + inline constexpr REL::Offset StarField__ModuleState{ 0x051C6E88 }; + inline constexpr REL::Offset StarField__SpaceReference__RetargetExterior3d{ 0x051C6E10 }; + inline constexpr REL::Offset StarField____CellLoadNode{ 0x051C6D78 }; + inline constexpr REL::Offset StarField____CellLoadPostProcessNode{ 0x051C6D30 }; + inline constexpr REL::Offset StarField____CellStateControl{ 0x051C6CA0 }; + inline constexpr REL::Offset StarField____CellStateControlNoShipSpawn{ 0x051C6C50 }; + inline constexpr REL::Offset StarField____CellUnloadPostProcessNode{ 0x051C6CE0 }; + inline constexpr REL::Offset StarField____DetachedShipPartLoadNode{ 0x051C6DC0 }; + inline constexpr REL::Offset StarField____ReferenceCellComponentHandler{ 0x051C6C00 }; + inline constexpr REL::Offset StarField____ShipCollectionCellPostProcessNode{ 0x051C5F70 }; + inline constexpr REL::Offset StarMapMenu_ExecuteRoute{ 0x05294F78 }; + inline constexpr REL::Offset StarMapMenu_Galaxy_FocusSystem{ 0x05293D38 }; + inline constexpr REL::Offset StarMapMenu_LandingInputInProgress{ 0x05290BD8 }; + inline constexpr REL::Offset StarMapMenu_MarkerGroupContainerVisibilityChanged{ 0x05290B90 }; + inline constexpr REL::Offset StarMapMenu_MarkerGroupEntryClicked{ 0x05290B50 }; + inline constexpr REL::Offset StarMapMenu_MarkerGroupEntryHoverChanged{ 0x05290B10 }; + inline constexpr REL::Offset StarMapMenu_OnCancel{ 0x05295CA8 }; + inline constexpr REL::Offset StarMapMenu_OnClearRoute{ 0x05294FA8 }; + inline constexpr REL::Offset StarMapMenu_OnExitStarMap{ 0x05295CD8 }; + inline constexpr REL::Offset StarMapMenu_OnGalaxyViewInitialized{ 0x05293D70 }; + inline constexpr REL::Offset StarMapMenu_OnHintButtonClicked{ 0x05295D08 }; + inline constexpr REL::Offset StarMapMenu_OnOutpostEntrySelected{ 0x05295C38 }; + inline constexpr REL::Offset StarMapMenu_QuickSelectChange{ 0x05292248 }; + inline constexpr REL::Offset StarMapMenu_ReadyToClose{ 0x05295C78 }; + inline constexpr REL::Offset StarMapMenu_ScanPlanet{ 0x05295280 }; + inline constexpr REL::Offset StarMapMenu_SelectedLandingSite{ 0x05290AD8 }; + inline constexpr REL::Offset StarMapMenu_SelectedLandingSiteFailed{ 0x05290A98 }; + inline constexpr REL::Offset StarMapMenu_ShowRealCursor{ 0x052952F8 }; + inline constexpr REL::Offset StarMap__BodyInfoToUI{ 0x052395D0 }; + inline constexpr REL::Offset StarMap__BodyInspectState{ 0x052905D8 }; + inline constexpr REL::Offset StarMap__BodyInspectState__BodyInspectStateEventShuttle{ 0x0528EE60 }; + inline constexpr REL::Offset StarMap__ConfirmCustomMarkerActionCallback{ 0x052977F0 }; + inline constexpr REL::Offset StarMap__DelayCommand{ 0x05292AB0 }; + inline constexpr REL::Offset StarMap__Galaxy3DScene{ 0x0528E0F0 }; + inline constexpr REL::Offset StarMap__GalaxyState{ 0x05292618 }; + inline constexpr REL::Offset StarMap__GalaxyState__GalaxyStateEventShuttle{ 0x052924E0 }; + inline constexpr REL::Offset StarMap__ICommand{ 0x05292AE0 }; + inline constexpr REL::Offset StarMap__IStarMapState{ 0x05290188 }; + inline constexpr REL::Offset StarMap__LerpCommand_NiPoint3A_{ 0x05296278 }; + inline constexpr REL::Offset StarMap__LerpCommand_float_{ 0x05296248 }; + inline constexpr REL::Offset StarMap__PlanetInfoToUI{ 0x05239648 }; + inline constexpr REL::Offset StarMap__SelectBodyEventHelper{ 0x052BDD90 }; + inline constexpr REL::Offset StarMap__SetBodyFocusForQuestMsg{ 0x05091DE8 }; + inline constexpr REL::Offset StarMap__SetCourseToQuestMsg{ 0x05091EA8 }; + inline constexpr REL::Offset StarMap__SetCursorActiveMsg{ 0x05091EE0 }; + inline constexpr REL::Offset StarMap__SetCursorStateMsg{ 0x050927A8 }; + inline constexpr REL::Offset StarMap__SetGameCursorMsg{ 0x05092778 }; + inline constexpr REL::Offset StarMap__SetPreviewRouteDestinationMsg{ 0x050926F0 }; + inline constexpr REL::Offset StarMap__SetRouteDestinationMsg{ 0x05090A70 }; + inline constexpr REL::Offset StarMap__StarMap3DScene{ 0x05230E40 }; + inline constexpr REL::Offset StarMap__StarMapMenu{ 0x052951A8 }; + inline constexpr REL::Offset StarMap__StarMapMenuDataModel{ 0x05293FC0 }; + inline constexpr REL::Offset StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle{ 0x05293820 }; + inline constexpr REL::Offset StarMap__StarMapMenu__StarMapMenuEventShuttle{ 0x05295A20 }; + inline constexpr REL::Offset StarMap__StarMapSystemMobile{ 0x05296210 }; + inline constexpr REL::Offset StarMap__SurfaceMap3DScene{ 0x05230E70 }; + inline constexpr REL::Offset StarMap__SurfaceMapState{ 0x052976D8 }; + inline constexpr REL::Offset StarMap__SurfaceMapState__SurfaceMapStateEventShuttle{ 0x052975F0 }; + inline constexpr REL::Offset StarMap__SystemBodyInfoToUI{ 0x052396D0 }; + inline constexpr REL::Offset StarMap__SystemState{ 0x05297DB0 }; + inline constexpr REL::Offset StarMap__SystemState__SystemStateEventShuttle{ 0x05297E30 }; + inline constexpr REL::Offset StarMap__Util__ConfirmFastTravelCallback{ 0x0528EBC0 }; + inline constexpr REL::Offset StarMap__Util__ConfirmGravJumpPlotCallback{ 0x0528EB80 }; + inline constexpr REL::Offset StarbornUtils____ShowCredits{ 0x0522F378 }; + inline constexpr REL::Offset StarbornUtils____StarbornManager{ 0x0522F2E0 }; + inline constexpr REL::Offset StartFloatingHandler{ 0x052EB290 }; + inline constexpr REL::Offset StartPCapVoiceHandler{ 0x052EA718 }; + inline constexpr REL::Offset StartSecurityMinigameHandler{ 0x052E6B10 }; + inline constexpr REL::Offset StateConfirmingAction{ 0x05245398 }; + inline constexpr REL::Offset StateEngagmentPrompt{ 0x052452E0 }; + inline constexpr REL::Offset StateInitialLoad{ 0x05245178 }; + inline constexpr REL::Offset StateIntroVideo{ 0x05245230 }; + inline constexpr REL::Offset StateLegalScreen{ 0x05245258 }; + inline constexpr REL::Offset StateLoadPanelInteract{ 0x05245280 }; + inline constexpr REL::Offset StateMachine{ 0x0536DD98 }; + inline constexpr REL::Offset StateMachineInstance{ 0x0536DDC0 }; + inline constexpr REL::Offset StateMainPanelInteract{ 0x052452B0 }; + inline constexpr REL::Offset StateOpenFromInstallMenu{ 0x05245118 }; + inline constexpr REL::Offset StateOpenFromReset{ 0x05245200 }; + inline constexpr REL::Offset StateOpenFromStartup{ 0x05245148 }; + inline constexpr REL::Offset StateOtherMenuOpen{ 0x05245338 }; + inline constexpr REL::Offset StatePerformingAction{ 0x05245368 }; + inline constexpr REL::Offset StateSettingsPanelInteract{ 0x052453C8 }; + inline constexpr REL::Offset StateSplashScreen{ 0x05245310 }; + inline constexpr REL::Offset StateVariableControl{ 0x0536E938 }; + inline constexpr REL::Offset StateVariableControlInstance{ 0x0536E968 }; + inline constexpr REL::Offset StateWaitingOnLoad{ 0x052451D0 }; + inline constexpr REL::Offset StaticAvoidNodeManager{ 0x052D46D8 }; + inline constexpr REL::Offset StatusMenu{ 0x05298798 }; + inline constexpr REL::Offset SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed{ 0x0540DD60 }; + inline constexpr REL::Offset StimpakEffect{ 0x052A5048 }; + inline constexpr REL::Offset StopFloatingHandler{ 0x052EB260 }; + inline constexpr REL::Offset StopMountCameraHandler{ 0x052E9C40 }; + inline constexpr REL::Offset StorageTable__AdditionalHairAO{ 0x05098930 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumnBase{ 0x051B8E18 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_{ 0x053D1200 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_{ 0x053D12A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_{ 0x053D2C30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_{ 0x053D2D40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_{ 0x053D2DD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_{ 0x053D2CC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_{ 0x053CCFC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_{ 0x053CD040 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_{ 0x053CCED0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_{ 0x051B4A80 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_{ 0x051B4A10 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_{ 0x053CE730 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_{ 0x053CE3E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_{ 0x053CE5D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_{ 0x053CE6B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__CameraViewData_{ 0x053CEA40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__ClearColor_{ 0x053CE4D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_{ 0x053CE640 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_{ 0x053CE460 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__{ 0x053CE540 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraCut_{ 0x051B4EC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_{ 0x051B4D90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustum_{ 0x051B4CB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraScissor_{ 0x051B4F30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraTransformData_{ 0x051B4D20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraViewport_{ 0x051B4FA0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_{ 0x053D3EE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_{ 0x053D3F60 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Clouds__Storage_StorageTable__CloudData_{ 0x051B7410 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Debug__Storage_StorageTable__RenderDebugData_{ 0x051B3B20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_{ 0x053D0FE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_{ 0x053D1060 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_{ 0x053D2960 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_{ 0x053D29E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__{ 0x053D2EE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_{ 0x053CFCB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_{ 0x053CFBB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__Bounds_{ 0x053CFE40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_{ 0x053CFDD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StateFlags_{ 0x053CFEB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__{ 0x053CFD30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_{ 0x051B6D30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_{ 0x051B8500 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_{ 0x051B82D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_{ 0x051B8570 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_{ 0x051B8480 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___{ 0x051B8600 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_{ 0x053CC2C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ 0x053CC520 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_{ 0x053CBFD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_{ 0x053CC440 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_{ 0x053CC4B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Bounds_{ 0x053CC5B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_{ 0x053CC1E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__RenderOrder_{ 0x053CBED0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StateFlags_{ 0x053CC620 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ 0x053CBF40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__{ 0x053CC050 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__TMP_GeometryBlockDirty_{ 0x053CC3C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Transform_{ 0x053CC350 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_{ 0x051B7C70 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_{ 0x053CCB10 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_{ 0x053D10E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_{ 0x051B7AE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_{ 0x053CD950 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_{ 0x053CD8E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_{ 0x053CDB40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_{ 0x053CD870 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_{ 0x053CDBB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_{ 0x053CD5B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_{ 0x053CDEB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_{ 0x053CD4C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_{ 0x053CD9E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_{ 0x053CDA50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_{ 0x053CD630 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_{ 0x053CDAC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_{ 0x051B7960 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_{ 0x053CDCB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_{ 0x053CDF20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_BSAreaLight__AreaLightData_{ 0x053CEF90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_{ 0x053CF260 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__SceneBinding_{ 0x053CF9A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_{ 0x053CF2E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightBoxVolume_{ 0x053CF0E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightColorData_{ 0x053CF620 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightDimensions_{ 0x053CF690 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_{ 0x053CF070 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightMetaData_{ 0x053CF360 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightParams_{ 0x053CF000 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightProjectionData_{ 0x053CF540 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightTextures_{ 0x053CF5B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__MatrixTransform_{ 0x053CF3D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StateFlags_{ 0x053CF4D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__{ 0x053CF440 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_{ 0x053D0A60 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_{ 0x053D0020 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_{ 0x053D0BE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_{ 0x053D0630 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__DirtyTraits_{ 0x053D0AF0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_{ 0x053D00A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_{ 0x053CFF20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_{ 0x053D06A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__{ 0x053D0390 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__{ 0x053D0440 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__{ 0x053D0710 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__{ 0x053D07C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__{ 0x053D0590 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__{ 0x053D04F0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_{ 0x051B1E00 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_{ 0x051B1FC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_{ 0x051B1D90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_{ 0x051B1C90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_{ 0x051B1AE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_{ 0x051B1D20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_{ 0x051B2740 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_{ 0x051B0C30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_{ 0x051B26C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_{ 0x051B2530 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ 0x051B0BA0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_{ 0x051B0CB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_{ 0x051B27C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_{ 0x051B2840 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__VertexStreamDirty_{ 0x051B25B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_{ 0x051B57A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__SceneBinding_{ 0x051B5720 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Bounds_{ 0x051B5A30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_{ 0x051B58C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__ForceFade_{ 0x051B5930 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_{ 0x051B5B60 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StateFlags_{ 0x051B5BD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__{ 0x051B59A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__{ 0x053D27E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_{ 0x053D24E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_{ 0x053D2760 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_{ 0x053D2460 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_{ 0x053CFA90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_{ 0x053D2AE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__{ 0x053D2A50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__Transform_{ 0x053D2BC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_{ 0x053D1FD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ 0x053D2330 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053D2060 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_{ 0x053D4110 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_{ 0x053D3FE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_{ 0x053D3CC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_{ 0x053D3970 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__{ 0x053D3AF0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__{ 0x053D4070 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__{ 0x053D3A50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_{ 0x053D39E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ 0x053D41A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__{ 0x053D3D40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__{ 0x053D31D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_{ 0x053D3280 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_{ 0x053D1880 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_{ 0x053D1A00 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_{ 0x053D1B00 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_{ 0x053D1B70 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_{ 0x053D3300 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_{ 0x053D4F30 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_{ 0x053D3390 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_{ 0x053D4EB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_{ 0x053D4E40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__{ 0x053D4FB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_{ 0x053CEC90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ 0x053CEB90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_{ 0x053CEC10 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_{ 0x053CEEB0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_{ 0x053CEF20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_{ 0x053CED90 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_{ 0x053CED20 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ 0x053CD340 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ 0x053CD2A0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_{ 0x051B6360 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_{ 0x051B6400 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_{ 0x051B66E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_{ 0x051B62E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_{ 0x051B5FC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_{ 0x051B61D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_{ 0x051B6140 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_{ 0x051B6500 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_{ 0x051B6260 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_{ 0x051B60C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_{ 0x051B5F40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_{ 0x051B6040 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_{ 0x051B6650 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_{ 0x051B6490 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_{ 0x053D46E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_{ 0x053D4660 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_{ 0x053D43D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_{ 0x053D47E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_{ 0x053D49F0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_{ 0x053D4980 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__{ 0x053D4860 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__{ 0x053D48F0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__{ 0x053D4340 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_{ 0x053CCE50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_{ 0x053CCDE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_{ 0x053D3400 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_{ 0x051B7850 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_{ 0x051B78E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_{ 0x053D4AE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_{ 0x053D4A70 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_{ 0x053D4D40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_{ 0x053D4BD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_{ 0x051B1A50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_{ 0x051B1750 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_{ 0x051B16C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_{ 0x051B1950 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_{ 0x051B18D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__CubemapBackground_{ 0x051B14B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogMap_{ 0x051B15F0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogSettings_{ 0x051B10D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_{ 0x051B17D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_{ 0x051AFEF0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PrecipitationData_{ 0x051B1520 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__SceneData_{ 0x051AFE80 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_{ 0x051B19D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__{ 0x051B11D0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__{ 0x051B1420 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__{ 0x051B1840 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__{ 0x051B1300 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__{ 0x051B1390 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B1140 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_{ 0x051B1650 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__WindData_{ 0x051B1590 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_{ 0x051B7E00 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_{ 0x051B8050 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ 0x051B80C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_{ 0x053D1BE0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_{ 0x053D1C50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_{ 0x053D1F50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_{ 0x053D1ED0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__{ 0x053D1D40 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_{ 0x053D1CD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B2940 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_{ 0x051B29E0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B3F50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_{ 0x051B3CA0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_{ 0x051B2B00 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_{ 0x051B2DD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_{ 0x051B3050 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_{ 0x051B2CD0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_{ 0x051B2FC0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_{ 0x051B2E60 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_{ 0x051B2D50 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ 0x051B42B0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_{ 0x051B3FF0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DData_{ 0x051B4760 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_{ 0x051B46F0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_{ 0x051B7590 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_{ 0x051B7710 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_{ 0x053D1700 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_{ 0x053D1440 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterMetaData_{ 0x053D14C0 }; + inline constexpr REL::Offset StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_{ 0x053D1790 }; + inline constexpr REL::Offset StorageTable__AtmosphericScatteringNearThreshold{ 0x05097E20 }; + inline constexpr REL::Offset StorageTable__AtmosphericScatteringPerf{ 0x05097EA0 }; + inline constexpr REL::Offset StorageTable__AtmosphericScatteringTypes{ 0x05097D38 }; + inline constexpr REL::Offset StorageTable__AverageLuminanceFutureReadback{ 0x05098640 }; + inline constexpr REL::Offset StorageTable__BIMetrics__DynamicResolutionStats{ 0x050997C0 }; + inline constexpr REL::Offset StorageTable__BIMetrics__LODMemoryStats{ 0x05099128 }; + inline constexpr REL::Offset StorageTable__BIMetrics__LODUpgradeStats{ 0x05099298 }; + inline constexpr REL::Offset StorageTable__BSLODMeshHandle{ 0x05099630 }; + inline constexpr REL::Offset StorageTable__BSMeshHandle{ 0x0508EAD8 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandlerTraits{ 0x051B8780 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_128_12_0_{ 0x053D7F60 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_128_16_0_{ 0x053D7CD0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_128_24_0_{ 0x053D7A00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_16_0_{ 0x053D8770 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_16_2_{ 0x051B6C40 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_24_2_{ 0x051B7BA0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_2_2_{ 0x051B6FF0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_4_2_{ 0x051B71D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_10240_32_56_2_{ 0x051B6DC0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_128_2_{ 0x051B33F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_176_2_{ 0x051B2EE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_20_2_{ 0x051B3310 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_2564_2_{ 0x051B3510 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_319536_2_{ 0x051B3120 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_40_2_{ 0x051B1BB0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1024_8_96_2_{ 0x051B35B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1052672_64_24_2_{ 0x051B44B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1052672_64_2_2_{ 0x051B4550 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1052672_64_4_2_{ 0x051B5A90 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_16_2_{ 0x051A99D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_1_2_{ 0x051A9A80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_24_2_{ 0x051A9870 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_2_2_{ 0x051A9780 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_4_2_{ 0x051A9640 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_114688_256_8_2_{ 0x051A96E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_12288_128_24_2_{ 0x051A4DE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_12288_128_40_2_{ 0x051A4FE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_12288_64_4_0_{ 0x051B89A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1280_16_1_0_{ 0x053D9DD0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1280_16_8_0_{ 0x053DA190 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1280_8_64_2_{ 0x051AA500 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_139264_256_96_3_{ 0x051A9590 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_12_2_{ 0x051A7B60 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_16_2_{ 0x051A9080 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_20_2_{ 0x051A4860 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_24_0_{ 0x053D8160 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_32_2_{ 0x051A8FE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_36_2_{ 0x051A4900 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_4_0_{ 0x053D8110 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_4_2_{ 0x051A7C00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_56_2_{ 0x051A7A20 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_60_2_{ 0x051A7AC0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_16_8_2_{ 0x051A8020 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_8_16_0_{ 0x053DA750 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_8_2_2_{ 0x051A3F50 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1536_8_8_2_{ 0x051A40E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1664_16_32_3_{ 0x051A46B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_16_0_{ 0x053DB340 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_24_0_{ 0x053DBB00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_40_0_{ 0x053DB190 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_4_0_{ 0x053DB840 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1687040_256_8_0_{ 0x053DB3F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1792_8_144_3_{ 0x051A55C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_1792_8_40_3_{ 0x051A3EA0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_112_2_{ 0x051A79D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_16_2_{ 0x051A63E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_24_2_{ 0x051A6520 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_2_2_{ 0x051A6480 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_32_2_{ 0x051AB2E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_4_2_{ 0x051A7930 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_18432_32_8_2_{ 0x051A6340 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_168_0_{ 0x053DBF00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_16_0_{ 0x053DA870 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_240_0_{ 0x053DB9B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_24_0_{ 0x053DA620 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_32_0_{ 0x053D7EA0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_4_0_{ 0x053DA380 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_84_0_{ 0x053DBD90 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_20480_64_8_0_{ 0x053DA8C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2048_16_40_2_{ 0x051A8B80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2048_16_80_2_{ 0x051A8C20 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_24_2_{ 0x051AA3B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_2_2_{ 0x051AA310 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_36_2_{ 0x051AA460 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_2560_8_4_2_{ 0x051AA1A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_270336_128_16_0_{ 0x053D76B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_270336_128_8_0_{ 0x053D73A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_24_2_{ 0x051B41F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_32_2_{ 0x051A5240 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_48_2_{ 0x051B3E80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_4_0_{ 0x053DA140 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_4_2_{ 0x051B40B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_64_2_{ 0x051B2C80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3072_32_8_0_{ 0x053D8920 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_112_2_{ 0x051AE420 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_120_2_{ 0x051AE0B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_128_2_{ 0x051ACD00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_16_2_{ 0x051AE2C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_1_2_{ 0x051ADF50 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_24_2_{ 0x051AE000 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_2_2_{ 0x051AD1F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_40_2_{ 0x051AE160 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_48_2_{ 0x051AE370 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_4_2_{ 0x051ACDB0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_52_2_{ 0x051ACEC0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_64_2_{ 0x051AE210 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_3357696_256_8_2_{ 0x051AD0E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_128_2_{ 0x051A6D80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_16_2_{ 0x051AC820 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_1_2_{ 0x051A5750 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_20_2_{ 0x051AC970 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_24_2_{ 0x051AC2C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_2_2_{ 0x051AC360 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_48_2_{ 0x051AC4A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_4_2_{ 0x051AD740 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_52_2_{ 0x051AC640 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_60_2_{ 0x051ACA10 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_72_2_{ 0x051AC8C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_76_2_{ 0x051AC5A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_84_2_{ 0x051AC6E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_36864_64_8_2_{ 0x051AC780 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_1072_0_{ 0x053D6C40 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_12_0_{ 0x053D6A80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_1_0_{ 0x053D52E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_1_2_{ 0x051A6F00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_2_2_{ 0x051A84D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_32_0_{ 0x053D53D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_44_2_{ 0x051A6B00 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_4_0_{ 0x053D5330 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_4_2_{ 0x051A8430 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4096_32_8_0_{ 0x053D6740 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4193024_256_32_3_{ 0x051ACFD0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4608_32_224_3_{ 0x051A8280 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_4608_8_40_0_{ 0x051B8730 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_5120_64_16_0_{ 0x053D60E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_5120_64_8_0_{ 0x051B8830 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_528384_64_16_0_{ 0x053D68E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_528384_64_40_0_{ 0x053D63D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_16_2_{ 0x051B1EF0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_24_2_{ 0x051B2310 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_2_2_{ 0x051B21F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_48_2_{ 0x051B2110 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_532480_128_4_2_{ 0x051B2670 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_128_2_{ 0x051B5520 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_12_2_{ 0x051B53E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_1584_2_{ 0x051B6A30 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_16_0_{ 0x053D5960 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_1_2_{ 0x051B6AD0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_24_2_{ 0x051B6580 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_2_2_{ 0x051B6900 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_4_2_{ 0x051B50F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_56_0_{ 0x053D56E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_8_0_{ 0x053D5A90 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_32_8_2_{ 0x051B5870 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_12_2_{ 0x051B3BE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_160_2_{ 0x051B36D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_16_2_{ 0x051B3A60 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_1_2_{ 0x051B37E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_24_2_{ 0x051B3880 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_256_0_{ 0x053D8C10 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_4_0_{ 0x053D8B20 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_6144_64_8_0_{ 0x053D8B70 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_16_0_{ 0x053D9460 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_1_0_{ 0x053D9310 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_24_0_{ 0x053D8380 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_256_0_{ 0x053D6FD0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_32_0_{ 0x053DAE80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_3_0_{ 0x053D7350 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_4400_0_{ 0x053D9690 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_48_0_{ 0x053D90B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_4_0_{ 0x053D8EC0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_516_0_{ 0x053D9870 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_65536_0_{ 0x053DAFE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_72_0_{ 0x053D9A40 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_744_0_{ 0x053DA9F0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_8344_0_{ 0x053D6EA0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_88_0_{ 0x053D6D20 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_8_0_{ 0x051B7A90 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_640_8_9480_0_{ 0x053D6D70 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_65536_256_16_0_{ 0x053D9EB0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_65536_256_8_0_{ 0x053D98C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_65536_512_16_0_{ 0x053D65B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_104_2_{ 0x051AFFB0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_120_0_{ 0x053D7790 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_12_2_{ 0x051A8B30 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_132_2_{ 0x051B0A40 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_140_2_{ 0x051A8840 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_16_0_{ 0x053D7880 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_16_2_{ 0x051B4B50 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_1904_2_{ 0x051B0490 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_1_2_{ 0x051AF5B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_2048_2_{ 0x051B7350 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_20_2_{ 0x051A92A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_248_0_{ 0x053D6290 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_24_2_{ 0x051B7D40 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_26900_2_{ 0x051AF510 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_28_2_{ 0x051A88E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_32_2_{ 0x051B4C60 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_36_2_{ 0x051B0890 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_40_2_{ 0x051B7780 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_48_2_{ 0x051A8980 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_4_0_{ 0x053D77E0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_4_2_{ 0x051B5E10 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_5184_2_{ 0x051B7EC0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_528_2_{ 0x051A9340 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_56_2_{ 0x051B03D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_64_2_{ 0x051A73C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_68_2_{ 0x051B05A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_8280_2_{ 0x051AF330 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_88_2_{ 0x051ADDE0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_768_8_8_2_{ 0x051AF400 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_16_2_{ 0x051B0E80 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_28_2_{ 0x051B3D70 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_2_2_{ 0x051A5BC0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_48_2_{ 0x051B83C0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_4_2_{ 0x051B81A0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8192_64_8_2_{ 0x051B7F90 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_128_3_{ 0x051A43D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_192_3_{ 0x051A6140 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_48_3_{ 0x051A8790 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_832_8_64_3_{ 0x051A4B70 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8704_8_24_2_{ 0x051B7650 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_8704_8_4_2_{ 0x051B74D0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_9216_64_32_3_{ 0x051A59B0 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_98304_512_32_2_{ 0x051B4840 }; + inline constexpr REL::Offset StorageTable__BaseMemoryHandler_98304_512_8_2_{ 0x051B4950 }; + inline constexpr REL::Offset StorageTable__BinkMovie__MovieSettings{ 0x0508F610 }; + inline constexpr REL::Offset StorageTable__BinkMovie__UploadBuffers{ 0x0508F4F0 }; + inline constexpr REL::Offset StorageTable__BoneTransformsBuffer{ 0x050995F8 }; + inline constexpr REL::Offset StorageTable__Bounds{ 0x0508FC60 }; + inline constexpr REL::Offset StorageTable__CameraCut{ 0x0508F220 }; + inline constexpr REL::Offset StorageTable__CameraFrustum{ 0x0508F420 }; + inline constexpr REL::Offset StorageTable__CameraFrustumType{ 0x0508F6F0 }; + inline constexpr REL::Offset StorageTable__CameraScissor{ 0x0508F3A0 }; + inline constexpr REL::Offset StorageTable__CameraTransformData{ 0x0508F650 }; + inline constexpr REL::Offset StorageTable__CameraViewData{ 0x05099510 }; + inline constexpr REL::Offset StorageTable__CameraViewport{ 0x0508F568 }; + inline constexpr REL::Offset StorageTable__ClearColor{ 0x050993F0 }; + inline constexpr REL::Offset StorageTable__CloudData{ 0x0508ED48 }; + inline constexpr REL::Offset StorageTable__CloudParticle__CloudParticleDataBuffer{ 0x050975F0 }; + inline constexpr REL::Offset StorageTable__CloudParticle__CloudParticleSortDataBuffer{ 0x050973A0 }; + inline constexpr REL::Offset StorageTable__ColorEffectData{ 0x05098A98 }; + inline constexpr REL::Offset StorageTable__ColorsVertexStream{ 0x0508FBB8 }; + inline constexpr REL::Offset StorageTable__CubemapBackground{ 0x0508FD58 }; + inline constexpr REL::Offset StorageTable__DebugData{ 0x050988D0 }; + inline constexpr REL::Offset StorageTable__DirectColumnDataStorageInterface{ 0x051B8DD0 }; + inline constexpr REL::Offset StorageTable__DistantAtmosphereMode{ 0x050980B0 }; + inline constexpr REL::Offset StorageTable__DistantAtmospheres{ 0x05097CC0 }; + inline constexpr REL::Offset StorageTable__DoFData{ 0x05098B80 }; + inline constexpr REL::Offset StorageTable__DoubleVisionData{ 0x05098D70 }; + inline constexpr REL::Offset StorageTable__FaceCustomization__CustomizationLayerConstants{ 0x05097FE0 }; + inline constexpr REL::Offset StorageTable__FaceCustomization__CustomizationLayerTextures{ 0x05097EE0 }; + inline constexpr REL::Offset StorageTable__FocusShadowBias{ 0x05097F70 }; + inline constexpr REL::Offset StorageTable__FogMap{ 0x0508F970 }; + inline constexpr REL::Offset StorageTable__FogSettings{ 0x0508FED8 }; + inline constexpr REL::Offset StorageTable__FogVolumeDimensions{ 0x05098460 }; + inline constexpr REL::Offset StorageTable__FogVolumeMaterial{ 0x05099168 }; + inline constexpr REL::Offset StorageTable__ForeignKeys{ 0x05098A28 }; + inline constexpr REL::Offset StorageTable__FullScreenBlurData{ 0x050974E0 }; + inline constexpr REL::Offset StorageTable__GIFallbackCubemap{ 0x0508F5A0 }; + inline constexpr REL::Offset StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer{ 0x0508EE50 }; + inline constexpr REL::Offset StorageTable__GeometryParticleTypes__Flags{ 0x0508EC80 }; + inline constexpr REL::Offset StorageTable__GlobalLayerSceneData{ 0x0508EC48 }; + inline constexpr REL::Offset StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData{ 0x050996A0 }; + inline constexpr REL::Offset StorageTable__HDRData{ 0x05098608 }; + inline constexpr REL::Offset StorageTable__HeightfieldSettings{ 0x05098E50 }; + inline constexpr REL::Offset StorageTable__HighlightSettings{ 0x05098858 }; + inline constexpr REL::Offset StorageTable__HostMemoryBase{ 0x051B86F8 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_128_12_4_0_{ 0x053D7AB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_128_16_8_0_{ 0x053D7B70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_128_24_4_0_{ 0x053D7A50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_16_8_0_{ 0x053D87C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_16_8_2_{ 0x051B6BF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_24_4_2_{ 0x051B7B50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_24_8_2_{ 0x051B6EA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_2_2_2_{ 0x051B72B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_4_2_2_{ 0x051B7180 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_10240_32_56_8_2_{ 0x051B7130 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_128_4_2_{ 0x051B3680 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_176_4_2_{ 0x051B31F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_20_4_2_{ 0x051B32C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_2564_4_2_{ 0x051B34C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_319536_4_2_{ 0x051B30D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_40_8_2_{ 0x051B1B60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1024_8_96_4_2_{ 0x051B3560 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_24_4_2_{ 0x051B4450 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_2_2_2_{ 0x051B4500 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_4_2_2_{ 0x051B5CA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1052672_64_4_4_2_{ 0x051B5D70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_16_4_2_{ 0x051A9A20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_1_1_2_{ 0x051A9820 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_24_4_2_{ 0x051A98C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_2_2_2_{ 0x051A97D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_4_2_2_{ 0x051A9920 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_4_4_2_{ 0x051A9690 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_114688_256_8_4_2_{ 0x051A9730 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_12288_128_24_4_2_{ 0x051A4E30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_12288_128_40_8_2_{ 0x051A5030 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_12288_64_4_4_0_{ 0x051B8C80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1280_16_1_1_0_{ 0x053D9BF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1280_16_8_8_0_{ 0x053DA1E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1280_8_64_4_2_{ 0x051AA550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_12_4_2_{ 0x051A7BB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_16_8_2_{ 0x051A90D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_20_4_2_{ 0x051A48B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_24_8_0_{ 0x053D81B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_32_8_2_{ 0x051A9030 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_36_4_2_{ 0x051A4660 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_4_4_0_{ 0x053D82D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_4_4_2_{ 0x051A7C50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_56_8_2_{ 0x051A7A70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_60_4_2_{ 0x051A7B10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_16_8_8_2_{ 0x051A8070 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_8_16_8_0_{ 0x053DA7A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_8_2_1_2_{ 0x051A5570 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1536_8_8_8_2_{ 0x051A3E50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_16_4_0_{ 0x053D5CC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_16_8_0_{ 0x053DB390 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_24_4_0_{ 0x053DB4A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_40_8_0_{ 0x053DB1E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_4_2_0_{ 0x053DB580 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_4_4_0_{ 0x053D5D20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_8_4_0_{ 0x053D5DF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_1687040_256_8_8_0_{ 0x053DB440 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_112_4_2_{ 0x051A7710 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_16_8_2_{ 0x051A78E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_24_4_2_{ 0x051A62F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_2_2_2_{ 0x051A64D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_32_4_2_{ 0x051AB330 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_4_2_2_{ 0x051A6430 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_4_4_2_{ 0x051A7980 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_18432_32_8_4_2_{ 0x051A6390 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_168_8_0_{ 0x053DBF50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_16_4_0_{ 0x053D7FB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_16_8_0_{ 0x053DA420 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_240_4_0_{ 0x053DBA00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_24_4_0_{ 0x053DA4F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_24_8_0_{ 0x053DBB50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_32_4_0_{ 0x053D7D20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_4_4_0_{ 0x053DA3D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_84_4_0_{ 0x053DBC10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_8_4_0_{ 0x053DA910 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_20480_64_8_8_0_{ 0x053D5880 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2048_16_40_4_2_{ 0x051A8BD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2048_16_80_8_2_{ 0x051A8C70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_24_4_2_{ 0x051AA150 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_2_2_2_{ 0x051AA360 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_36_4_2_{ 0x051AA4B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_4_2_2_{ 0x051AA1F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_2560_8_4_4_2_{ 0x051AA2C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_270336_128_16_8_0_{ 0x053D7550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_270336_128_8_8_0_{ 0x053D73F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_24_8_2_{ 0x051B41A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_32_4_2_{ 0x051A5290 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_48_8_2_{ 0x051B3E30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_4_4_0_{ 0x053D9FF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_4_4_2_{ 0x051B4060 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_64_8_2_{ 0x051B2C30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3072_32_8_4_0_{ 0x053D8970 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_112_16_2_{ 0x051AE470 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_120_8_2_{ 0x051AE100 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_128_4_2_{ 0x051ACD50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_16_4_2_{ 0x051AD080 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_16_8_2_{ 0x051AE310 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_1_1_2_{ 0x051ADFA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_24_4_2_{ 0x051ACF70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_24_8_2_{ 0x051AE050 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_2_2_2_{ 0x051AD240 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_40_8_2_{ 0x051AE1B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_48_8_2_{ 0x051AE3C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_4_2_2_{ 0x051AD130 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_4_4_2_{ 0x051ACE00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_52_4_2_{ 0x051ACF10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_64_16_2_{ 0x051AE260 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_8_4_2_{ 0x051AD190 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_3357696_256_8_8_2_{ 0x051ACE60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_128_1_2_{ 0x051A6DD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_16_4_2_{ 0x051AC870 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_1_1_2_{ 0x051A57A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_20_4_2_{ 0x051AC9C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_24_4_2_{ 0x051AC450 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_24_8_2_{ 0x051AC310 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_2_1_2_{ 0x051A6D30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_2_2_2_{ 0x051AC3B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_48_16_2_{ 0x051AC4F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_4_2_2_{ 0x051AD790 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_4_4_2_{ 0x051AD6F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_52_4_2_{ 0x051AC400 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_60_4_2_{ 0x051AC7D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_72_4_2_{ 0x051AC690 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_76_4_2_{ 0x051AC5F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_84_4_2_{ 0x051AC730 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_36864_64_8_8_2_{ 0x051AC550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_1072_4_0_{ 0x053D6AD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_12_4_0_{ 0x053D6930 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_1_1_0_{ 0x053D5480 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_1_1_2_{ 0x051A6F50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_2_1_2_{ 0x051A8520 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_32_4_0_{ 0x053D5420 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_44_4_2_{ 0x051A68F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_4_2_2_{ 0x051A8480 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_4_4_0_{ 0x053D5380 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_4_4_2_{ 0x051A6FA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4096_32_8_4_0_{ 0x053D6600 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_4608_8_40_4_0_{ 0x051B8950 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_5120_64_16_8_0_{ 0x053D5FB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_5120_64_8_8_0_{ 0x051B8AD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_528384_64_16_8_0_{ 0x053D6790 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_528384_64_40_8_0_{ 0x053D6420 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_16_4_2_{ 0x051B1E90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_16_8_2_{ 0x051B23F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_24_4_2_{ 0x051B22B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_2_2_2_{ 0x051B24E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_48_8_2_{ 0x051B20B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_532480_128_4_2_2_{ 0x051B2620 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_128_4_2_{ 0x051B54D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_12_4_2_{ 0x051B56D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_1584_16_2_{ 0x051B69D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_16_8_0_{ 0x053D5B30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_1_1_2_{ 0x051B6A80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_24_4_2_{ 0x051B68B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_24_8_2_{ 0x051B67E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_2_1_2_{ 0x051B6BA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_4_2_2_{ 0x051B5600 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_4_4_2_{ 0x051B50A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_56_8_0_{ 0x053D5560 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_8_4_2_{ 0x051B5820 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_32_8_8_0_{ 0x053D5AE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_12_4_2_{ 0x051B3B90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_160_16_2_{ 0x051B3940 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_16_4_2_{ 0x051B3A10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_1_1_2_{ 0x051B3790 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_24_4_2_{ 0x051B3830 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_256_8_0_{ 0x053D8C60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_4_4_0_{ 0x053D8CC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_6144_64_8_8_0_{ 0x053D8BC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_16_4_0_{ 0x053DAA40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_16_8_0_{ 0x053D94B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_1_1_0_{ 0x053D9150 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_24_8_0_{ 0x053D83D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_256_8_0_{ 0x053D7020 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_32_8_0_{ 0x053DAD00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_3_1_0_{ 0x053D71E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_4400_8_0_{ 0x053D9500 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_48_8_0_{ 0x053D9100 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_4_4_0_{ 0x053D8F10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_516_4_0_{ 0x053D96E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_65536_8_0_{ 0x053DB030 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_72_8_0_{ 0x053D9A90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_744_8_0_{ 0x053DAC20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_8344_8_0_{ 0x053D8420 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_88_8_0_{ 0x053D6EF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_8_8_0_{ 0x051B7A40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_640_8_9480_8_0_{ 0x053D6DC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_65536_256_16_8_0_{ 0x053D9970 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_65536_256_8_8_0_{ 0x053D9910 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_65536_512_16_8_0_{ 0x053D6480 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_104_4_2_{ 0x051AFF60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_120_8_0_{ 0x053D7920 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_12_4_2_{ 0x051A8890 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_132_4_2_{ 0x051B09F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_140_4_2_{ 0x051A8570 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_16_4_2_{ 0x051A9120 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_16_8_0_{ 0x053D78D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_16_8_2_{ 0x051B4E00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_1904_4_2_{ 0x051B0760 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_1_1_2_{ 0x051AF560 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_2048_8_2_{ 0x051B7300 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_20_4_2_{ 0x051A92F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_248_8_0_{ 0x053D6130 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_24_4_2_{ 0x051A9170 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_24_8_2_{ 0x051B7CF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_26900_4_2_{ 0x051AF4C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_28_4_2_{ 0x051A8930 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_32_4_2_{ 0x051B4C10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_32_8_2_{ 0x051A9540 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_36_4_2_{ 0x051B0840 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_40_4_2_{ 0x051B5EF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_40_8_2_{ 0x051ADE80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_48_8_2_{ 0x051A8740 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_4_2_2_{ 0x051B5DC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_4_4_0_{ 0x053D7830 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_4_4_2_{ 0x051AFD90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_5184_8_2_{ 0x051B7E70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_528_8_2_{ 0x051A9390 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_56_4_2_{ 0x051B0380 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_64_4_2_{ 0x051A7130 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_68_4_2_{ 0x051B0550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_8280_8_2_{ 0x051AF2E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_88_8_2_{ 0x051ADE30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_768_8_8_4_2_{ 0x051AF670 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_16_8_2_{ 0x051B0E30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_28_4_2_{ 0x051B3D20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_2_2_2_{ 0x051A5C10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_48_4_2_{ 0x051B8370 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_4_4_2_{ 0x051B8150 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8192_64_8_8_2_{ 0x051B8280 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8704_8_24_8_2_{ 0x051B7600 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_8704_8_4_4_2_{ 0x051B7480 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_98304_512_32_4_2_{ 0x051B4AF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemoryImpl_98304_512_8_8_2_{ 0x051B4900 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__LUTSet_0_{ 0x053D91A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__PrecomputeResourceState_0_{ 0x053D9250 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_2_{ 0x053D3000 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_2_{ 0x053D2F70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_2_{ 0x053D2E60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_2_{ 0x053CCF40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_2_{ 0x053CCC10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_2_{ 0x053CCC80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_2_{ 0x051B49A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_2_{ 0x051B4BA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__CascadeShadowMapCache_0_{ 0x053DA960 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__HistoryData_0_{ 0x053DADF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__VisualizationData_0_{ 0x053D97D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__GPUDebugGeometry__HistoryData_0_{ 0x053D9730 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HDRSystem__HDRConfig_0_{ 0x053DAED0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HeightfieldSystem__HeightfieldData_0_{ 0x053D95F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ParticleLighting__PerChunkIndexData_0_{ 0x053DAD50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ProbeSystem__ProbeSystemData_0_{ 0x053D9B50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ShadowMapCameraCutData_0_{ 0x053DAC70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__SkyOcclusionSystem__SkyOcclusionData_0_{ 0x053D9550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__TiledCullingData_0_{ 0x053DAA90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__CGen__HDRData_0_{ 0x053DAF60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_2_{ 0x053CE1F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_2_{ 0x053CE090 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_2_{ 0x053CE280 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_2_{ 0x053CE360 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__CameraViewData_2_{ 0x053CE110 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__ClearColor_2_{ 0x053CE180 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_2_{ 0x053CFC30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_2_{ 0x053CE2F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__2_{ 0x053CE000 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_NiCamera_0_{ 0x051B8880 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraBlocks_0_{ 0x053D6070 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraCut_2_{ 0x051B3C30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_2_{ 0x051B4E50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustum_2_{ 0x051B38D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraScissor_2_{ 0x051B39A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraTransformData_2_{ 0x051B3720 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraViewport_2_{ 0x051B3AB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_2_{ 0x053D3DE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_2_{ 0x053D3E60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Clouds__Storage_StorageTable__CloudData_2_{ 0x051B73A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Debug__Storage_StorageTable__RenderDebugData_2_{ 0x051B3DC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_CreationRenderer__DecalSlotRefCount_0_{ 0x051B89F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_StorageTable__UniqueHandle_StorageTable__DecalSlot__Storage__0_{ 0x051B8BF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_2_{ 0x053D1330 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_2_{ 0x053D13C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__FocusShadowLightBinding_0_{ 0x053D93D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__GeometryList_0_{ 0x053D8E30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_2_{ 0x053D28E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_2_{ 0x053D2B50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__2_{ 0x053D2850 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__UniqueHandle_StorageTable__ShadowMap__Storage__0_{ 0x053D8DA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_2_{ 0x053CFB30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053DAB90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_2_{ 0x053CF810 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__Bounds_2_{ 0x053CF890 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_2_{ 0x053CFA20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StateFlags_2_{ 0x053CF700 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__2_{ 0x053CF770 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_BSTHashMap_std__pair_unsignedint_unsignedint__unsignedint_BSTDefaultScatterTable__0_{ 0x053D5630 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__GeometryParticleInstanceDataAllocation_0_{ 0x053D5B90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D58D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_2_{ 0x051B7220 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_2_{ 0x051B70C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_2_{ 0x051B6C90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_2_{ 0x051B6E10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_2_{ 0x051B7040 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___2_{ 0x051B6EF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_BSGeometry_0_{ 0x053D8200 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__BoneBufferAllocation_0_{ 0x053DB240 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__CRMeshLODHandle_0_{ 0x053D5EB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053DB100 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_2_{ 0x053CC0E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ 0x053CBAE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_2_{ 0x053CBB70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_2_{ 0x053CC250 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_2_{ 0x053CBC60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Bounds_2_{ 0x053CC170 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_2_{ 0x053CBD60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__BoundsRatioToModel_0_{ 0x053D5F40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredMaterialInstances_0_{ 0x053D5C40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredModelKey_0_{ 0x053DB2D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__OperationSequence_0_{ 0x053D5D80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__RenderOrder_2_{ 0x053CBE60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StateFlags_2_{ 0x053CBBF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ 0x053CBCD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__2_{ 0x053CBDD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_2_{ 0x051B7F10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_2_{ 0x053CCB90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_2_{ 0x053D1170 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_2_{ 0x051B7D90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_2_{ 0x053CD6A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_2_{ 0x053CD720 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_2_{ 0x053CD800 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_2_{ 0x053CD1B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_2_{ 0x053CD130 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_2_{ 0x053CD540 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_2_{ 0x053CD440 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_2_{ 0x053CD790 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_2_{ 0x053CD230 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_2_{ 0x053CD3D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_2_{ 0x053CD0B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_2_{ 0x051B7BF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_2_{ 0x053CDF90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_2_{ 0x053CDE40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__UniqueHandle_StorageTable__LensFlareInstance__Storage__0_{ 0x053D8070 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_std__vector_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_BSTHeapSTLAllocator_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_2___0_{ 0x053D8560 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_BSAreaLight__AreaLightData_2_{ 0x053D09E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__LightFocusShadowBindings_0_{ 0x053DB920 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053DA7F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCollection_0_{ 0x053DBDE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCullingData_0_{ 0x053DBC70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowProjection_0_{ 0x053DBD00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__TiledLightingTileCount_0_{ 0x053DB890 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__CGen__CShadowMapRenderingData_0_{ 0x053DBE70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_2_{ 0x053D08F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__SceneBinding_2_{ 0x053CF150 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_2_{ 0x053D0B60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__Bounds_0_{ 0x053DA5C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__ContactShadowIndex_0_{ 0x053DA480 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBoxVolume_2_{ 0x053D0970 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBufferInfo_0_{ 0x053DA6E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightColorData_2_{ 0x053D0CD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightDimensions_2_{ 0x053D0F00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_2_{ 0x053D0E90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightInfluence_0_{ 0x053DA550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightMetaData_2_{ 0x053D0DB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightParams_2_{ 0x053D0880 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightProjectionData_2_{ 0x053D0F70 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightTextures_2_{ 0x053D0E20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__MatrixTransform_2_{ 0x053D0C60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StateFlags_2_{ 0x053D0D40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__2_{ 0x053CF1D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_BSResource2__DBHandleBase_0_{ 0x053DB500 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRendererPrivate__MIInternalPerInstanceSlotData_0_{ 0x053DBA60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_2_{ 0x053D0260 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_2_{ 0x053CCA90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_2_{ 0x053CFFA0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_2_{ 0x053CC750 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_2_{ 0x053CC930 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_2_{ 0x053CC9A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_2_{ 0x053CCA20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__OperationSequence_0_{ 0x053DB7C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__2_{ 0x053D01B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__2_{ 0x053CC7D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__2_{ 0x053CC880 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__2_{ 0x053CC690 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__2_{ 0x053D0110 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__2_{ 0x053D02F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_CreationRendererPrivate__Geometry__GeometryInstanceHandle_BSTHeapSTLAllocator_CreationRendererPrivate__Geometry__GeometryInstanceHandle_2__std__hash_CreationRendererPrivate__Geometry__GeometryInstanceHandle__std__equal_to_CreationRendererPrivate__Geometry__GeometryInstanceHandle____0_{ 0x053DB5E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D7620 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__PatchInstanceDataAllocation_0_{ 0x053D74B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_2_{ 0x051B2160 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_2_{ 0x051B2360 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_2_{ 0x051B2040 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_2_{ 0x051B2450 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_2_{ 0x051B1F40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_2_{ 0x051B2240 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_2_{ 0x051B1050 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_2_{ 0x051B0ED0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_2_{ 0x051B0FD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_2_{ 0x051B0B20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ 0x051B1270 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_2_{ 0x051B0F50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_2_{ 0x051B0D30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_2_{ 0x051B0DB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__ModelGeometryList_0_{ 0x053D62E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D6860 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_2_{ 0x051B5AE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__SceneBinding_2_{ 0x051B5CF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Bounds_2_{ 0x051B5C40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_2_{ 0x051B4610 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__ForceFade_2_{ 0x051B4350 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_2_{ 0x051B47D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__RaytracingInfo_0_{ 0x053D67F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StateFlags_2_{ 0x051B45A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__2_{ 0x051B43C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__2_{ 0x053D2180 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_2_{ 0x053D26E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_2_{ 0x053D2100 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_2_{ 0x053D2660 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_2_{ 0x053CF900 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ 0x053D8D10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__BoundScene_0_{ 0x053D8AB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_2_{ 0x053D25F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__2_{ 0x053D2560 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ 0x053D8FD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_2_{ 0x053D23D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ 0x053D2290 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__2_{ 0x053D21F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D8890 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_2_{ 0x053D3B90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_2_{ 0x053D3640 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_2_{ 0x053D3770 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_2_{ 0x053D3890 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__2_{ 0x053D35A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__2_{ 0x053D36D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__2_{ 0x053D3500 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_2_{ 0x053D3900 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ 0x053D3C20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__2_{ 0x053D37F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__2_{ 0x053D3090 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_2_{ 0x053D3150 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_2_{ 0x053D15A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_2_{ 0x053D1A80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_2_{ 0x053D1530 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_2_{ 0x053D51D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_2_{ 0x053D5160 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_2_{ 0x053D4B50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRaysPerProbe_0_{ 0x053DA040 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRenderData_0_{ 0x053D8A30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridUpdateFrameCount_0_{ 0x053DA0C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_2_{ 0x053D50E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__2_{ 0x053D5040 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRendererPrivate__OctreeBinding_0_{ 0x053D9E20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ 0x053CE7C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_2_{ 0x053CE840 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_2_{ 0x053CEAB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_2_{ 0x053CEB20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_2_{ 0x053CE9C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_2_{ 0x053CE950 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ 0x053CE8C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ 0x053CEE10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_unsigned__int64_0_{ 0x053D99D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__CameraExposureData_0_{ 0x053D54D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_2_{ 0x051B5430 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_2_{ 0x051B51C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__SSceneShadowData_0_{ 0x053D6BB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ 0x051B5650 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__CaptureStep_0_{ 0x053D6A10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureCount_0_{ 0x053D6980 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureStatus_0_{ 0x053D5250 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_2_{ 0x051B6B20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_2_{ 0x051B6760 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFadeData_0_{ 0x053D66C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_2_{ 0x051B5010 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_2_{ 0x051B5350 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeHysteresis_0_{ 0x053D6B30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_2_{ 0x051B52D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_2_{ 0x051B5140 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_2_{ 0x051B65D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeRenderData_0_{ 0x053D5790 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_2_{ 0x051B6950 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_2_{ 0x051B6830 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_2_{ 0x051B5570 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_2_{ 0x051B5260 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_2_{ 0x053D4550 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__FSR2HistoryResetData_0_{ 0x053D9F00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_2_{ 0x053D42C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_2_{ 0x053CDC30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_2_{ 0x053D4240 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_2_{ 0x053D4440 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_2_{ 0x053D45E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformRebuildRenderGraphData_0_{ 0x053D9D50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__2_{ 0x053D44C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__2_{ 0x053CDD20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__2_{ 0x053CDDB0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData_std__default_delete_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData___0_{ 0x053D9C40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__RenderGraph_std__default_delete_CreationRendererPrivate__RenderGraph___0_{ 0x053DA2A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_2_{ 0x053CCD60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_2_{ 0x053CCCF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_2_{ 0x053D3480 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ 0x051B5E60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_2_{ 0x051B77D0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_2_{ 0x053D4CD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_2_{ 0x053D4C50 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_2_{ 0x053D4760 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_2_{ 0x053D4DC0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ 0x053D7150 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GIFallbackCubemapFlags_0_{ 0x053D72C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GeometryList_0_{ 0x053D8660 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__MeshInstancePatchManager_0_{ 0x053D8470 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ProbeGridManager_0_{ 0x053D6C90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ReflectionProbeManager_0_{ 0x053D7230 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__SkyCubemapSystem__SkyCubemapData_0_{ 0x053D86E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__TLASFastConvergeEvent_0_{ 0x053D6F40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__WaterDisplacementCRData_0_{ 0x053D6E10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_2_{ 0x051B0A90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_2_{ 0x051B08E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_2_{ 0x051B07B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_2_{ 0x051AF380 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_2_{ 0x051AF260 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_GameSceneNode_0_{ 0x051B8B20 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__CubemapBackground_2_{ 0x051B02B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogMap_2_{ 0x051B0320 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogSettings_2_{ 0x051B0000 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_2_{ 0x051B05F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_2_{ 0x051AF450 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PrecipitationData_2_{ 0x051B06F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__SceneData_2_{ 0x051AF600 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_2_{ 0x051B0970 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__2_{ 0x051AFDE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__2_{ 0x051B0220 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__2_{ 0x051B0660 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__2_{ 0x051B0100 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__2_{ 0x051B0190 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B0070 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_2_{ 0x051B0420 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__WindData_2_{ 0x051B04E0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ 0x053D7070 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapAllocation_0_{ 0x053D7D80 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapRenderingMetaData_0_{ 0x053D7E10 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_2_{ 0x051B7FE0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_2_{ 0x051B8410 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__State_0_{ 0x053D59B0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ 0x051B81F0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_2_{ 0x053D1E60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_2_{ 0x053D1900 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_2_{ 0x053D1800 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_2_{ 0x053D1980 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__2_{ 0x053D1DD0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B2B90 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_2_{ 0x051B28C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B4100 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_2_{ 0x051B3ED0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__TerrainShadowMap_0_{ 0x053D7970 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__Terrain__RenderData_0_{ 0x053D7700 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_2_{ 0x051B2F30 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_2_{ 0x051B3360 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__0_{ 0x053D6180 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_2_{ 0x051B3600 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainInstanceData_0_{ 0x053D6210 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_2_{ 0x051B3440 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_2_{ 0x051B1C00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_2_{ 0x051B3170 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_2_{ 0x051B3240 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ 0x051B2A60 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_2_{ 0x051B4240 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_CreationRendererPrivate__TerrainCell_0_{ 0x053D7C40 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__Bounds_0_{ 0x053D7B00 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__TerrainTileData_0_{ 0x053D7EF0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text2D__Storage_StorageTable__Text2DObserverData_0_{ 0x053D5810 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DData_2_{ 0x051B4680 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DObserverData_0_{ 0x053D6540 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_2_{ 0x051B4890 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_2_{ 0x051B7520 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__BoundingShapes_0_{ 0x051B87C0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_2_{ 0x051B76A0 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterMetaData_2_{ 0x053D1620 }; + inline constexpr REL::Offset StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_2_{ 0x053D1690 }; + inline constexpr REL::Offset StorageTable__ImageProcess__Data{ 0x0508EA58 }; + inline constexpr REL::Offset StorageTable__ImageSpaceVolumes{ 0x05097A80 }; + inline constexpr REL::Offset StorageTable__LUTData{ 0x050987F0 }; + inline constexpr REL::Offset StorageTable__LastPositionsVertexStream{ 0x0508F930 }; + inline constexpr REL::Offset StorageTable__LegacyScheduleImpl_StorageTable__AppWriterSchedule_{ 0x053E14E0 }; + inline constexpr REL::Offset StorageTable__LegacyScheduleImpl_StorageTable__RendererWriterSchedule_{ 0x053E1200 }; + inline constexpr REL::Offset StorageTable__LensFlareInstance__InstanceData{ 0x0508E8E0 }; + inline constexpr REL::Offset StorageTable__LensFlare__LensFlareData{ 0x05098398 }; + inline constexpr REL::Offset StorageTable__LensFlare__SunData{ 0x05098820 }; + inline constexpr REL::Offset StorageTable__LightBoxVolume{ 0x05098B08 }; + inline constexpr REL::Offset StorageTable__LightColorData{ 0x05099478 }; + inline constexpr REL::Offset StorageTable__LightDimensions{ 0x05098570 }; + inline constexpr REL::Offset StorageTable__LightGoboAnimation{ 0x050986C8 }; + inline constexpr REL::Offset StorageTable__LightMetaData{ 0x05099200 }; + inline constexpr REL::Offset StorageTable__LightParams{ 0x05098E20 }; + inline constexpr REL::Offset StorageTable__LightProjectionData{ 0x05098250 }; + inline constexpr REL::Offset StorageTable__LightTextures{ 0x05098788 }; + inline constexpr REL::Offset StorageTable__MIAnimatedUVStreams{ 0x05098AD0 }; + inline constexpr REL::Offset StorageTable__MIDataImmutable{ 0x05099668 }; + inline constexpr REL::Offset StorageTable__MaterialInstance__AlphaTestRef{ 0x05098740 }; + inline constexpr REL::Offset StorageTable__MaterialInstance__DirtyTraits{ 0x05099020 }; + inline constexpr REL::Offset StorageTable__MaterialInstance__LayerTints{ 0x05098890 }; + inline constexpr REL::Offset StorageTable__MaterialInstance__LayeredEffectFalloffData{ 0x05098E90 }; + inline constexpr REL::Offset StorageTable__MaterialInstance__TintColor{ 0x05098688 }; + inline constexpr REL::Offset StorageTable__MatrixTransform{ 0x050995C0 }; + inline constexpr REL::Offset StorageTable__MeshInstancePatchInstanceDataBuffer{ 0x0508F9A0 }; + inline constexpr REL::Offset StorageTable__MeshInstancePatchProperties{ 0x0508FE58 }; + inline constexpr REL::Offset StorageTable__Model__DirtynessScale{ 0x0508F0B0 }; + inline constexpr REL::Offset StorageTable__Model__ForceFade{ 0x0508EF90 }; + inline constexpr REL::Offset StorageTable__Model__GeometryHitGroup{ 0x0508EDD0 }; + inline constexpr REL::Offset StorageTable__MorphBaseColorConstant{ 0x050978B8 }; + inline constexpr REL::Offset StorageTable__MultiCameraViewData{ 0x05098BB0 }; + inline constexpr REL::Offset StorageTable__NearFarScatteringData{ 0x05097CF8 }; + inline constexpr REL::Offset StorageTable__NormalsVertexStream{ 0x0508F9E8 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__AtmosphericScattering__Storage_{ 0x053D9360 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__CameraView__Storage_{ 0x053DAB20 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Camera__Storage_{ 0x053D6010 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__FocusShadow__Storage_{ 0x053D8F60 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__FogVolume__Storage_{ 0x053DA670 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__GeometryParticleBatch__Storage_{ 0x053D55C0 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Geometry__Storage_{ 0x053D5E50 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Light__Storage_{ 0x053DBBB0 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__MaterialInstance__Storage_{ 0x053DB090 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__MeshInstancePatch__Storage_{ 0x053D75B0 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Model__Storage_{ 0x053D6370 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ParentTransform__Storage_{ 0x053D8820 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ParticleEmitter__Storage_{ 0x053D89C0 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ProbeVolume__Storage_{ 0x053DA230 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ProjectedDecal__Storage_{ 0x053D9AE0 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__ReflectionProbe__Storage_{ 0x053D6650 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__RenderGraph__Storage_{ 0x053D9F80 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Scene__Storage_{ 0x053D8500 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__SkinnedDecal__Storage_{ 0x053D5A20 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__TerrainDescription__Storage_{ 0x053D7440 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Text2D__Storage_{ 0x053D5730 }; + inline constexpr REL::Offset StorageTable__ObserverDirectStorageData_StorageTable__Text3D__Storage_{ 0x053D64E0 }; + inline constexpr REL::Offset StorageTable__PageAllocator{ 0x051B8CD0 }; + inline constexpr REL::Offset StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag_{ 0x05097950 }; + inline constexpr REL::Offset StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag_{ 0x05097BC0 }; + inline constexpr REL::Offset StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag_{ 0x05097A10 }; + inline constexpr REL::Offset StorageTable__Particle__RibbonSpawnOrderBuffer{ 0x050976D0 }; + inline constexpr REL::Offset StorageTable__PerformanceMorphWeights{ 0x05097B48 }; + inline constexpr REL::Offset StorageTable__PlanetCount{ 0x05098220 }; + inline constexpr REL::Offset StorageTable__PointCloudSettings{ 0x0508EE10 }; + inline constexpr REL::Offset StorageTable__PositionsVertexStream{ 0x0508FE98 }; + inline constexpr REL::Offset StorageTable__PrecipitationData{ 0x0508F688 }; + inline constexpr REL::Offset StorageTable__ProbeData{ 0x05098EE0 }; + inline constexpr REL::Offset StorageTable__ProbeGridCellLoadState{ 0x05097460 }; + inline constexpr REL::Offset StorageTable__ProbeGridVolumeKey{ 0x050975B0 }; + inline constexpr REL::Offset StorageTable__ProjectedDecal__RenderLayer{ 0x05098D30 }; + inline constexpr REL::Offset StorageTable__ProjectedDecal__RotationQuaternion{ 0x05098BF0 }; + inline constexpr REL::Offset StorageTable__RadialBlurData{ 0x05098C38 }; + inline constexpr REL::Offset StorageTable__ReducedLatencyScheduleImpl_StorageTable__AppWriterSchedule_{ 0x053E1540 }; + inline constexpr REL::Offset StorageTable__ReducedLatencyScheduleImpl_StorageTable__RendererWriterSchedule_{ 0x053E1470 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeDebugData{ 0x0508F060 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeFacesData{ 0x0508F300 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse{ 0x0508EEB0 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor{ 0x0508EBC0 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag{ 0x0508ECC0 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeIntensity{ 0x0508ED80 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbePosData{ 0x0508F350 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeStaticData{ 0x0508EF40 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeUpdateData{ 0x0508F1D0 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData{ 0x0508E980 }; + inline constexpr REL::Offset StorageTable__ReflectionProbe__SVolumeKey{ 0x0508EA18 }; + inline constexpr REL::Offset StorageTable__RenderDebugData{ 0x0508F8C0 }; + inline constexpr REL::Offset StorageTable__RenderGraphOptions{ 0x05097B88 }; + inline constexpr REL::Offset StorageTable__RenderGraphStorageData{ 0x05098700 }; + inline constexpr REL::Offset StorageTable__RenderGraph__FaceCustomizationRequest{ 0x05098CB0 }; + inline constexpr REL::Offset StorageTable__RenderOrder{ 0x050987C0 }; + inline constexpr REL::Offset StorageTable__RendererState__CPUDescriptorHeapSize{ 0x050992E0 }; + inline constexpr REL::Offset StorageTable__RendererState__Shaders{ 0x050990B8 }; + inline constexpr REL::Offset StorageTable__RenderingDiffuseProbe__SRenderingOptions{ 0x05098F10 }; + inline constexpr REL::Offset StorageTable__RenderingReflectionProbe__SRenderingOptions{ 0x0508F180 }; + inline constexpr REL::Offset StorageTable__ScaleformFrameID{ 0x05098F98 }; + inline constexpr REL::Offset StorageTable__ScaleformMenusData{ 0x05098F60 }; + inline constexpr REL::Offset StorageTable__ScaleformMovieName{ 0x050989F0 }; + inline constexpr REL::Offset StorageTable__ScaleformMovieOutput{ 0x05098CF8 }; + inline constexpr REL::Offset StorageTable__ScaleformMoviePointer{ 0x05098B40 }; + inline constexpr REL::Offset StorageTable__SceneData{ 0x0508EC18 }; + inline constexpr REL::Offset StorageTable__ScheduleImpl{ 0x053E1440 }; + inline constexpr REL::Offset StorageTable__SkinnedDecal__Projection{ 0x0508E9D8 }; + inline constexpr REL::Offset StorageTable__StarfieldMode{ 0x050980F0 }; + inline constexpr REL::Offset StorageTable__StarfieldRotation{ 0x05098128 }; + inline constexpr REL::Offset StorageTable__StarfieldSkyCubemapContribtion{ 0x0508EFD0 }; + inline constexpr REL::Offset StorageTable__StarfieldStarParams{ 0x05098038 }; + inline constexpr REL::Offset StorageTable__StarfieldSunDirection{ 0x05098070 }; + inline constexpr REL::Offset StorageTable__StateFlags{ 0x0508FB88 }; + inline constexpr REL::Offset StorageTable__StorageDataBase{ 0x051AF758 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__AtmosphericScattering__Storage_{ 0x051A5E20 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__BIMetrics__Storage_{ 0x051AEA00 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__BinkMovie__Storage_{ 0x051AF960 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__CameraView__Storage_{ 0x051AA780 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Camera__Storage_{ 0x051AF9C0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__CloudParticle__Storage_{ 0x051A66B0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Clouds__Storage_{ 0x051AFC90 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Debug__Storage_{ 0x051AFA10 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__DecalSlot__Storage_{ 0x051AE710 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FaceCustomization__Storage_{ 0x051A4B10 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FocusShadow__Storage_{ 0x051A5B60 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FogVolumeMaterialData__Storage_{ 0x051AA400 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__FogVolume__Storage_{ 0x051AB280 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__GeometryParticleBatch__Storage_{ 0x051AFC30 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Geometry__Storage_{ 0x051AE650 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__GlobalDirtOverlay__Storage_{ 0x051AE590 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__GpuFrameTime__Storage_{ 0x051AE9A0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Highlight__Storage_{ 0x051A4F80 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ImageProcess__Storage_{ 0x051AE530 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ImageSpaceData__Storage_{ 0x051A9970 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__LensFlareInstance__Storage_{ 0x051AE4D0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__LensFlare__Storage_{ 0x051A8AD0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Light__Storage_{ 0x051AD5A0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MaterialInstance__Storage_{ 0x051AE770 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MeshInstancePatch__Storage_{ 0x051AF900 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MeshInstance__Storage_{ 0x051AF6C0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Model__Storage_{ 0x051AFB90 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__MorphData__Storage_{ 0x051A6AA0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__NodeExtraVisualData__Storage_{ 0x051AC910 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ParentTransform__Storage_{ 0x051A56F0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ParticleCloudEmitter__Storage_{ 0x051A6710 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ParticleEmitter__Storage_{ 0x051A7410 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Particle__Storage_{ 0x051A7360 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__PlanetsData__Storage_{ 0x051A4080 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ProbeVolume__Storage_{ 0x051A7FC0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ProjectedDecal__Storage_{ 0x051A94E0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ReflectionProbe__Storage_{ 0x051AFB30 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RenderGraph__Storage_{ 0x051A8DA0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RendererState__Storage_{ 0x051AE7D0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RenderingDiffuseProbe__Storage_{ 0x051A6EA0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__RenderingReflectionProbe__Storage_{ 0x051AFAC0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ScaleformST__Storage_{ 0x051A7D80 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Scene__Storage_{ 0x051AF790 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__ShadowMap__Storage_{ 0x051AE870 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__SkinnedDecal__Storage_{ 0x051AE5F0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__StarfieldData__Storage_{ 0x051A4370 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainClipmap__Storage_{ 0x051AF840 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainDensity__Storage_{ 0x051AFA60 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainDescription__Storage_{ 0x051AF8A0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainMIM__Storage_{ 0x051AF7E0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__TerrainTile__Storage_{ 0x051AE6B0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Text2D__Storage_{ 0x051AE950 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Text3D__Storage_{ 0x051AFBE0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__VolumeInstance__Storage_{ 0x051AFCE0 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Volume__Storage_{ 0x051AFD40 }; + inline constexpr REL::Offset StorageTable__StorageData_StorageTable__Water__Storage_{ 0x051A5520 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage_{ 0x0508FFB0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__BinkMovie__Storage_{ 0x05097750 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Camera__Storage_{ 0x05098190 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Clouds__Storage_{ 0x0508FCD0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage_{ 0x050994B0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Geometry__Storage_{ 0x0508F770 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage_{ 0x0508F460 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Highlight__Storage_{ 0x050985B0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ImGuiST__Storage_{ 0x05097680 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ImageProcess__Storage_{ 0x05097520 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage_{ 0x050984A0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__LensFlare__Storage_{ 0x05099060 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Light__Storage_{ 0x050979C0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__MaterialInstance__Storage_{ 0x05099420 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__MorphData__Storage_{ 0x050982C0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage_{ 0x0508F250 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage_{ 0x05097DC0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage_{ 0x05097AF0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__PlanetsData__Storage_{ 0x0508FA20 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__Scene__Storage_{ 0x05097900 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__StarfieldData__Storage_{ 0x0508FAF0 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__TerrainDescription__Storage_{ 0x0508FF10 }; + inline constexpr REL::Offset StorageTable__StrongKey_StorageTable__VolumeInstance__Storage_{ 0x050977B0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_139264_256_96_4_3_{ 0x051A95E0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_1664_16_32_4_3_{ 0x051A4700 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_1792_8_144_4_3_{ 0x051A5610 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_1792_8_40_4_3_{ 0x051A3EF0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_4193024_256_32_4_3_{ 0x051AD020 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_4608_32_224_4_3_{ 0x051A82D0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_128_4_3_{ 0x051A4420 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_192_4_3_{ 0x051A6190 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_48_4_3_{ 0x051A87E0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_832_8_64_4_3_{ 0x051A4BC0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemoryImpl_9216_64_32_4_3_{ 0x051A5A00 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_3_{ 0x053DC1F0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_3_{ 0x053DC290 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_3_{ 0x053DC320 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__Geometry__Storage_StorageTable__Transform_3_{ 0x053DC560 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_3_{ 0x053DC5D0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ParentTransform__Storage_StorageTable__Transform_3_{ 0x053DC4E0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_3_{ 0x053DC160 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_3_{ 0x053DC3B0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_3_{ 0x053DC440 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_3_{ 0x053DC0E0 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_3_{ 0x053DC040 }; + inline constexpr REL::Offset StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_3_{ 0x053DBFB0 }; + inline constexpr REL::Offset StorageTable__TMP_GeometryBlockDirty{ 0x050996F0 }; + inline constexpr REL::Offset StorageTable__TangentsVertexStream{ 0x0508F7F8 }; + inline constexpr REL::Offset StorageTable__TempStarData{ 0x05098160 }; + inline constexpr REL::Offset StorageTable__TerrainClipmapData{ 0x0508FD20 }; + inline constexpr REL::Offset StorageTable__TerrainDataKeys{ 0x0508F8F8 }; + inline constexpr REL::Offset StorageTable__TerrainDensityData{ 0x0508FA78 }; + inline constexpr REL::Offset StorageTable__TerrainDescription__TerrainNearestMaterials{ 0x0508F870 }; + inline constexpr REL::Offset StorageTable__TerrainGlobalDirtOverlayData{ 0x0508F730 }; + inline constexpr REL::Offset StorageTable__TerrainMIMData{ 0x0508FBF0 }; + inline constexpr REL::Offset StorageTable__TerrainMaterialData{ 0x0508FC28 }; + inline constexpr REL::Offset StorageTable__TerrainTileHeight{ 0x0508FAB0 }; + inline constexpr REL::Offset StorageTable__TexCoord2VertexStream{ 0x0508FC90 }; + inline constexpr REL::Offset StorageTable__TexCoordVertexStream{ 0x0508FE20 }; + inline constexpr REL::Offset StorageTable__Text3DData{ 0x0508F4C0 }; + inline constexpr REL::Offset StorageTable__Text3DProjectionData{ 0x0508F530 }; + inline constexpr REL::Offset StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2_{ 0x05099550 }; + inline constexpr REL::Offset StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3_{ 0x05099380 }; + inline constexpr REL::Offset StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4_{ 0x05098500 }; + inline constexpr REL::Offset StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture_{ 0x05098320 }; + inline constexpr REL::Offset StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat_{ 0x050991A0 }; + inline constexpr REL::Offset StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint_{ 0x05099240 }; + inline constexpr REL::Offset StorageTable__Transform{ 0x050990F8 }; + inline constexpr REL::Offset StorageTable__ValidSlotRegistry_0_{ 0x051AF718 }; + inline constexpr REL::Offset StorageTable__ValidSlotRegistry_1_{ 0x051AE828 }; + inline constexpr REL::Offset StorageTable__VertexStreamDirty{ 0x0508FF70 }; + inline constexpr REL::Offset StorageTable__VignetteData{ 0x05097430 }; + inline constexpr REL::Offset StorageTable__VolumeInstance__BlendStrength{ 0x0508F020 }; + inline constexpr REL::Offset StorageTable__Volume__ShapeList{ 0x0508EF08 }; + inline constexpr REL::Offset StorageTable__VolumetricLighting{ 0x0508F830 }; + inline constexpr REL::Offset StorageTable__VolumetricLightingData{ 0x05097640 }; + inline constexpr REL::Offset StorageTable__WaterMetaData{ 0x05097E68 }; + inline constexpr REL::Offset StorageTable__WaterParametersTexture{ 0x050981E0 }; + inline constexpr REL::Offset StorageTable__WindData{ 0x0508F6C0 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Camera__Storage_{ 0x051B8A70 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__DecalSlot__Storage_{ 0x051B8B90 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Geometry__Storage_{ 0x053D8270 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__LensFlare__Storage_{ 0x053D8320 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Scene__Storage_{ 0x051B79E0 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__ShadowMap__Storage_{ 0x053D8010 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__TerrainTile__Storage_{ 0x053D7BD0 }; + inline constexpr REL::Offset StorageTable__WriterDirectStorageData_StorageTable__Volume__Storage_{ 0x051B88F0 }; + inline constexpr REL::Offset StreamingInstallMenu{ 0x05298C48 }; + inline constexpr REL::Offset StreamingInstallMenu__StreamingInstallEventShuttle{ 0x05298CD0 }; + inline constexpr REL::Offset StreamingInstallMenu__StreamingProgressData{ 0x05298C80 }; + inline constexpr REL::Offset StringUIValue{ 0x05176048 }; + inline constexpr REL::Offset SubgraphAndOffsetDBData{ 0x0536F5C0 }; + inline constexpr REL::Offset SummonCreatureEffect{ 0x052A5250 }; + inline constexpr REL::Offset SummonDuplicateEffect{ 0x052A51E8 }; + inline constexpr REL::Offset SummonPlacementEffect{ 0x052A5280 }; + inline constexpr REL::Offset SupportMaterialHandler{ 0x052BE168 }; + inline constexpr REL::Offset SurfaceMapMenu_EnablePointCloud{ 0x052977B0 }; + inline constexpr REL::Offset SurfaceMapMenu_MarkerClicked{ 0x05297880 }; + inline constexpr REL::Offset SurfaceMapMenu_TryPlaceCustomMarker{ 0x052978B8 }; + inline constexpr REL::Offset SwapGraphNode{ 0x0536DD08 }; + inline constexpr REL::Offset SwapGraphNodeInstance{ 0x0536DCD8 }; + inline constexpr REL::Offset SwitchNode{ 0x0536DE20 }; + inline constexpr REL::Offset SwitchNodeInstance{ 0x0536DDF0 }; + inline constexpr REL::Offset SyncDeferDeathHandler{ 0x052EA928 }; + inline constexpr REL::Offset SyncEarlyExitHandler{ 0x052EA9C0 }; + inline constexpr REL::Offset SyncQueueObj{ 0x052238C8 }; + inline constexpr REL::Offset TAllocatorAddressSpace_BSFixedSizeBlockAllocator__BuddyAllocTag_{ 0x052AEC80 }; + inline constexpr REL::Offset TAllocatorAddressSpace_IMemoryHeap_{ 0x05371148 }; + inline constexpr REL::Offset TBO_InstanceData{ 0x051C38D8 }; + inline constexpr REL::Offset TES{ 0x0517F690 }; + inline constexpr REL::Offset TESAIForm{ 0x0508E6E0 }; + inline constexpr REL::Offset TESActorBase{ 0x0508E138 }; + inline constexpr REL::Offset TESActorBaseData{ 0x0508E608 }; + inline constexpr REL::Offset TESAmmo{ 0x051CF940 }; + inline constexpr REL::Offset TESAttackDamageForm{ 0x0508E630 }; + inline constexpr REL::Offset TESAudio__ScriptedMusicState{ 0x052A5AD8 }; + inline constexpr REL::Offset TESBipedModelForm{ 0x0508E660 }; + inline constexpr REL::Offset TESBoundAnimObject{ 0x051CD3A0 }; + inline constexpr REL::Offset TESBoundObject{ 0x050A44E0 }; + inline constexpr REL::Offset TESBoundObjectInstanceData{ 0x0508DBD0 }; + inline constexpr REL::Offset TESCamera{ 0x05205710 }; + inline constexpr REL::Offset TESCameraState{ 0x0520A050 }; + inline constexpr REL::Offset TESChildCell{ 0x051FD618 }; + inline constexpr REL::Offset TESClass{ 0x051E8D70 }; + inline constexpr REL::Offset TESClimate{ 0x051D3E60 }; + inline constexpr REL::Offset TESCombatStyle{ 0x0508E200 }; + inline constexpr REL::Offset TESContainer{ 0x05127498 }; + inline constexpr REL::Offset TESCustomPackageData{ 0x051FD2D0 }; + inline constexpr REL::Offset TESDataHandler{ 0x051826C0 }; + inline constexpr REL::Offset TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm{ 0x051821E0 }; + inline constexpr REL::Offset TESDataHandlerPostBuildFileListSource{ 0x05127D30 }; + inline constexpr REL::Offset TESDataHandler__ArchiveRegistrationListener{ 0x051827B0 }; + inline constexpr REL::Offset TESDescription{ 0x050A41A0 }; + inline constexpr REL::Offset TESDialoguePackageData{ 0x050910D0 }; + inline constexpr REL::Offset TESEffectShader{ 0x051CFAE8 }; + inline constexpr REL::Offset TESEnchantableForm{ 0x0508E688 }; + inline constexpr REL::Offset TESEyes{ 0x051E8D90 }; + inline constexpr REL::Offset TESFaction{ 0x0508E250 }; + inline constexpr REL::Offset TESFile{ 0x05182B28 }; + inline constexpr REL::Offset TESFlora{ 0x051CFBC8 }; + inline constexpr REL::Offset TESFloraInstanceData{ 0x051CFBE8 }; + inline constexpr REL::Offset TESFollowPackageData{ 0x051FD210 }; + inline constexpr REL::Offset TESForm{ 0x050A4528 }; + inline constexpr REL::Offset TESFormDetail__Fixed_BGSHazard_{ 0x052EDCD0 }; + inline constexpr REL::Offset TESFormDetail__Fixed_BGSPackIn_{ 0x05357230 }; + inline constexpr REL::Offset TESFormDetail__Fixed_BGSResearchProjectForm_{ 0x052A9BB0 }; + inline constexpr REL::Offset TESFormDetail__Fixed_BGSSnapTemplate_{ 0x052095B0 }; + inline constexpr REL::Offset TESFormDetail__Fixed_BGSTerminalMenu_{ 0x0529A660 }; + inline constexpr REL::Offset TESFormDetail__Fixed_Script_{ 0x0526B6F8 }; + inline constexpr REL::Offset TESFormDetail__Fixed_TESForm_{ 0x05276CE0 }; + inline constexpr REL::Offset TESFormDetail__Fixed_TESNPC_{ 0x052A6EB8 }; + inline constexpr REL::Offset TESFormDetail__Fixed_TESQuest_{ 0x05150500 }; + inline constexpr REL::Offset TESFormRefCount{ 0x050A4548 }; + inline constexpr REL::Offset TESFullName{ 0x050A45C8 }; + inline constexpr REL::Offset TESFurniture{ 0x051CF6F8 }; + inline constexpr REL::Offset TESGlobal{ 0x0508E310 }; + inline constexpr REL::Offset TESGrass{ 0x051CFC88 }; + inline constexpr REL::Offset TESHandleForm{ 0x051D2578 }; + inline constexpr REL::Offset TESHavokUtilities__CellHeightFieldCuller{ 0x051ECDF0 }; + inline constexpr REL::Offset TESHealthForm{ 0x0508E700 }; + inline constexpr REL::Offset TESIdleForm{ 0x0508D990 }; + inline constexpr REL::Offset TESImageSpace{ 0x0508DFD8 }; + inline constexpr REL::Offset TESImageSpaceModifiableForm{ 0x050A4638 }; + inline constexpr REL::Offset TESImageSpaceModifier{ 0x05090518 }; + inline constexpr REL::Offset TESKey{ 0x0508E380 }; + inline constexpr REL::Offset TESLandTexture{ 0x051D3EC0 }; + inline constexpr REL::Offset TESLevCharacter{ 0x051CFCD0 }; + inline constexpr REL::Offset TESLevItem{ 0x051CFCF8 }; + inline constexpr REL::Offset TESLevSpell{ 0x051CFD20 }; + inline constexpr REL::Offset TESLeveledList{ 0x0508E6B8 }; + inline constexpr REL::Offset TESLoadScreen{ 0x051E5A18 }; + inline constexpr REL::Offset TESMagicTargetForm{ 0x05187F68 }; + inline constexpr REL::Offset TESModel{ 0x050A45F0 }; + inline constexpr REL::Offset TESModelDB__TESAutoQueuedDependentNode{ 0x05182C10 }; + inline constexpr REL::Offset TESModelDB__TESQueuedHandles{ 0x0517CB28 }; + inline constexpr REL::Offset TESModelDB____TESProcessor{ 0x05182B48 }; + inline constexpr REL::Offset TESModelTri{ 0x051E81C0 }; + inline constexpr REL::Offset TESNPC{ 0x05090780 }; + inline constexpr REL::Offset TESNPCData__ChargenDataModel{ 0x051CA5D8 }; + inline constexpr REL::Offset TESNPC__InstanceData{ 0x051E9708 }; + inline constexpr REL::Offset TESObject{ 0x050A4508 }; + inline constexpr REL::Offset TESObjectACTI{ 0x051CF5B8 }; + inline constexpr REL::Offset TESObjectANIO{ 0x051D0448 }; + inline constexpr REL::Offset TESObjectARMA{ 0x05090490 }; + inline constexpr REL::Offset TESObjectARMO{ 0x051D0560 }; + inline constexpr REL::Offset TESObjectARMOInstanceData{ 0x0508DBA0 }; + inline constexpr REL::Offset TESObjectBOOK{ 0x051D0678 }; + inline constexpr REL::Offset TESObjectCELL{ 0x0508D8D0 }; + inline constexpr REL::Offset TESObjectCONT{ 0x051D0798 }; + inline constexpr REL::Offset TESObjectCONT__InstanceData{ 0x051D07C0 }; + inline constexpr REL::Offset TESObjectDOOR{ 0x051D1008 }; + inline constexpr REL::Offset TESObjectLIGH{ 0x051CFE08 }; + inline constexpr REL::Offset TESObjectMISC{ 0x051CFCA8 }; + inline constexpr REL::Offset TESObjectREFR{ 0x0508D858 }; + inline constexpr REL::Offset TESObjectREFRDef__IAliasFunctor{ 0x0517AB10 }; + inline constexpr REL::Offset TESObjectREFRDef__IAliasLinkedChildFunctor{ 0x0517AAD0 }; + inline constexpr REL::Offset TESObjectREFRDef__ILinkedReferenceFunctor{ 0x05130BB0 }; + inline constexpr REL::Offset TESObjectREFRDuplicate__EnableSendEvent{ 0x051EB110 }; + inline constexpr REL::Offset TESObjectREFRHandlerCreationMissPolicy_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ 0x052EB530 }; + inline constexpr REL::Offset TESObjectREFRIsReadyForAttachEvent{ 0x051D9EF0 }; + inline constexpr REL::Offset TESObjectREFRIsReadyForAttachEventT__lambda_9035a376d39ed632bc510d11f87bfc6f__{ 0x051D9BD0 }; + inline constexpr REL::Offset TESObjectREFRSync__REFRSyncController{ 0x051E36B0 }; + inline constexpr REL::Offset TESObjectSTAT{ 0x051CDA00 }; + inline constexpr REL::Offset TESObjectWEAP{ 0x051D17A0 }; + inline constexpr REL::Offset TESObjectWEAPInstanceData{ 0x051D1770 }; + inline constexpr REL::Offset TESPackage{ 0x0508E278 }; + inline constexpr REL::Offset TESPackageData{ 0x051FD240 }; + inline constexpr REL::Offset TESPackedFile{ 0x05182B00 }; + inline constexpr REL::Offset TESPlanetModel{ 0x0508DFB0 }; + inline constexpr REL::Offset TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152_{ 0x052BEC00 }; + inline constexpr REL::Offset TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_{ 0x05090420 }; + inline constexpr REL::Offset TESProduceForm{ 0x0508E540 }; + inline constexpr REL::Offset TESQuest{ 0x051504E0 }; + inline constexpr REL::Offset TESQuest__BlockAndLoadAliasNodes__2__AliasLoadBarrierNode{ 0x051EA1A0 }; + inline constexpr REL::Offset TESRace{ 0x05090B18 }; + inline constexpr REL::Offset TESRaceForm{ 0x0508E568 }; + inline constexpr REL::Offset TESReactionForm{ 0x0508E5B8 }; + inline constexpr REL::Offset TESRegion{ 0x051C1E00 }; + inline constexpr REL::Offset TESRegionData{ 0x05090100 }; + inline constexpr REL::Offset TESRegionDataManager{ 0x051C1E20 }; + inline constexpr REL::Offset TESRegionDataMap{ 0x051C1E50 }; + inline constexpr REL::Offset TESRegionDataSound{ 0x051C1E78 }; + inline constexpr REL::Offset TESRegionDataWeather{ 0x05090128 }; + inline constexpr REL::Offset TESRegionList{ 0x051C1F10 }; + inline constexpr REL::Offset TESShout{ 0x051E7DC8 }; + inline constexpr REL::Offset TESSoulGem{ 0x051D17C8 }; + inline constexpr REL::Offset TESSound{ 0x051E7DE8 }; + inline constexpr REL::Offset TESSpellList{ 0x0508E590 }; + inline constexpr REL::Offset TESTexture{ 0x0508E7F0 }; + inline constexpr REL::Offset TESTopic{ 0x0508E2C8 }; + inline constexpr REL::Offset TESTopicInfo{ 0x0508E2A0 }; + inline constexpr REL::Offset TESTrapListener{ 0x051ECF88 }; + inline constexpr REL::Offset TESValueForm{ 0x05178820 }; + inline constexpr REL::Offset TESWaterForm{ 0x0508E358 }; + inline constexpr REL::Offset TESWaterNormals{ 0x05203F98 }; + inline constexpr REL::Offset TESWaterObject{ 0x05203F70 }; + inline constexpr REL::Offset TESWaterSystem{ 0x05203FC0 }; + inline constexpr REL::Offset TESWeather{ 0x051E37A8 }; + inline constexpr REL::Offset TESWeightForm{ 0x05178750 }; + inline constexpr REL::Offset TESWordOfPower{ 0x051E7E08 }; + inline constexpr REL::Offset TESWorldSpace{ 0x050900D8 }; + inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__{ 0x0517EC00 }; + inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__{ 0x0517DE50 }; + inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__{ 0x0517EAF0 }; + inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__{ 0x0517EC90 }; + inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__{ 0x0517EB80 }; + inline constexpr REL::Offset TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__{ 0x0517EE90 }; + inline constexpr REL::Offset TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__{ 0x0535AE80 }; + inline constexpr REL::Offset TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__{ 0x0535AD30 }; + inline constexpr REL::Offset TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__{ 0x05207380 }; + inline constexpr REL::Offset TES__IFilterRefsByRadius{ 0x0517F720 }; + inline constexpr REL::Offset TES__PostGridLoadNode{ 0x0517F6F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_AlertData__{ 0x052401F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ArrayAction__{ 0x0525A2E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_AssignmentCategory__{ 0x05252790 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_AssignmentInfo__{ 0x052526D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BackgroundDatum__{ 0x05284E60 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BuffInfo__{ 0x0524A270 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BuildItemData__{ 0x0525CF60 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_BuilderRequirementsData__InputRequirement__{ 0x0525C9E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CargoLinkData__CargoLinkResource__{ 0x0525D7A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ComponentFlashEventInfo__{ 0x05259310 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlBindingsData__InputSetting__{ 0x05250910 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ConflictingControl__{ 0x05250F40 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ControlConflicts__{ 0x05251140 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ControlMapDataModel__MappedEvent__{ 0x053A0660 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CraftingRecipesDataModel__RecipeData__{ 0x05240B40 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__{ 0x05236DB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__{ 0x05236040 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CreditsDataModel__CreditsSection__{ 0x0522A2F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CrewInfo__{ 0x05252730 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_CrewSkillInfo__{ 0x05237290 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__DialogueEntryData__{ 0x0525FD20 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__{ 0x0525F560 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_DocData__{ 0x05243380 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_EffectData__{ 0x052406C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_EffectGroup__{ 0x0524A5E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ExplosiveIndicator__{ 0x05239C60 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_FavoritesManager__FavoritesEntryData__{ 0x05329E90 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_FireForgetModel__EventNameShuttle__{ 0x05239F00 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDCommandIconData__{ 0x052633E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDDirectionalHitData__{ 0x052638C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDEnemyData__EnemyDatum__{ 0x0523E710 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDHitKillDatum__{ 0x0523E0F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HUDLocationData__{ 0x0523EA80 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HailingData__{ 0x05259C90 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HelpTopicData__{ 0x05232040 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_HudModeVisibilityInfo__{ 0x0523F1F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_IconData_DS__{ 0x0529A110 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ImageFixtureUIData__{ 0x0522BDD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__{ 0x0522B940 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__{ 0x0523D170 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryItem__{ 0x0523C3C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ModInfo__{ 0x0522B680 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModData__{ 0x05241540 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModSlotData__{ 0x05241670 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Key__{ 0x05278660 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_LevelUpPerkData__{ 0x05264C50 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__CharacterData__{ 0x05242F10 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__GameData__{ 0x05242E10 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MainMenuListData__ActionData__{ 0x05244760 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MessageButton__{ 0x0532CCC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MiscInfo__{ 0x0524A740 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MissionDetailsEntry_DS__{ 0x0526FAA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MissionListEntry_DS__{ 0x0526F900 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ResourceData__{ 0x05261280 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__{ 0x052617B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__SocialSpellData__{ 0x052614A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_NewCompassMarker__{ 0x0523D980 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ObjectiveData__{ 0x05266D20 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Patch__{ 0x0527B640 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PauseMenuListData__ActionData__{ 0x05245DF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__{ 0x05246CD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__{ 0x05246F10 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PickpocketItemData__{ 0x05274330 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_PlayerInventoryItem__{ 0x05248CF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Powers__{ 0x0522D070 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Objective__{ 0x0524B850 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Quest__{ 0x0524BA00 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_QuestUpdate__{ 0x05266560 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_RankData__{ 0x0527BA40 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Requirements__{ 0x0527B8D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchCategoryPreview__{ 0x0524C450 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchPopupInfo__ItemInfo__{ 0x0524C670 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__LinkedProject__{ 0x0524C290 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__MaterialRequirment__{ 0x0524CB40 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectPreview__{ 0x0524C4C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Ring__{ 0x052788E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_RolloverActivationButtonData__{ 0x0523CE80 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__{ 0x05250640 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ShipComponent__{ 0x052394E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_ShipHangar__ShipMenuTab_DS__{ 0x0522DE00 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_Skill__{ 0x052391D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ColorTabData_DS__{ 0x05175440 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__{ 0x05171F70 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__{ 0x05171D80 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__HelpEntry_DS__{ 0x051781A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__{ 0x0515B0A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__StatEntry_DS__{ 0x05178490 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__{ 0x0515A220 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__{ 0x05172350 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__{ 0x05172160 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyInfoToUI__{ 0x05239850 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIDef__{ 0x052908B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIMarkersDef__{ 0x05290570 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIPos__{ 0x052907B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerData__{ 0x052926F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerDef__{ 0x05292810 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__MenuMarkerCoords__{ 0x05293E00 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__Outpost_DS__{ 0x05297EE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__PlanetInfoToUI__{ 0x05239340 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__ResourceInfoFlashObject__{ 0x0525A440 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapMenuMarkerData__{ 0x052939C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__{ 0x05293AE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StarMap__SurfaceMarkerStaticData__{ 0x05296B90 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_StatCategory__{ 0x0524A580 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_SubSettingsList__GeneralSetting__{ 0x05250ED0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__{ 0x051CA6D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__{ 0x051CBD00 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__{ 0x051CC360 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__{ 0x051CAD60 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__{ 0x051CBF40 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__{ 0x051CAC20 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltStepperData__{ 0x051CC180 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__HeadPartMetadata__{ 0x051CBB30 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__MorphSliderData__{ 0x051CA820 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__{ 0x051CAA20 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__{ 0x051CB0A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__{ 0x051CB5F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__{ 0x051CB310 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendSliderMetadata__{ 0x051CB8A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetCombatValues__{ 0x052599B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetComponentData__{ 0x052596B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetHighFreq__{ 0x05259E10 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TargetLowFreq__{ 0x05259C30 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestData__ArcanaData__{ 0x0529BF60 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestResourcesData__ResourceData__{ 0x0529BD70 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TraitDatum__{ 0x05284FF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_TraitInfo__{ 0x0524A9C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_UICraftingUtils__SkillRequirement__{ 0x05178370 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__{ 0x0516FC30 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopAreaResourcesData__AreaResource__{ 0x0525B710 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__{ 0x0525B900 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__{ 0x0525BFF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__{ 0x0525BC50 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__{ 0x0525C100 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__{ 0x0525C230 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__OutpostData__{ 0x052A1510 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__ResourceData__{ 0x052A1930 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__TargetData__{ 0x052A15E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_NestedUIValue_XPData__{ 0x05264E30 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_StringUIValue_{ 0x05175F70 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_BSFixedStringCS__{ 0x05246A90 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_BSFixedString__{ 0x051CAFF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_float__{ 0x051CA940 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_int__{ 0x05176000 }; + inline constexpr REL::Offset TUIDataShuttleContainerArray_TUIValue_unsignedint__{ 0x05175390 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ActiveModItemDataModel__ModItemHandle_{ 0x052419E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_AlertData_{ 0x05240020 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_AmmoData_{ 0x05263140 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ArrayAction_{ 0x0525A290 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ArtifactPowerUnlockData_{ 0x0523F410 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_AssignmentCategory_{ 0x05252860 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_AssignmentInfo_{ 0x05252530 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BackgroundData_{ 0x05284430 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BackgroundDatum_{ 0x05284EC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BookMenu__BookData_{ 0x05324330 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BuffInfo_{ 0x0524A340 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BuildItemData_{ 0x0525CF10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BuildItemDirectoryData_{ 0x0525CB50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BuildItemInfoCardData_{ 0x0525CCD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BuilderRequirementsData_{ 0x0525CC80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_BuilderRequirementsData__InputRequirement_{ 0x0525CAF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CargoLinkData_{ 0x0525D870 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CargoLinkData__CargoLinkResource_{ 0x0525D810 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ComponentFlashEventInfo_{ 0x052592C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ComponentFlashEvents_{ 0x052587A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ContainerMenuData_{ 0x05234050 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlBindingsData_{ 0x05250360 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlBindingsData__InputSetting_{ 0x05250A30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlBindingsData__InputSetting__Binding_{ 0x052508B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlConflictsData_{ 0x05250490 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlConflictsData__ConflictingControl_{ 0x05251080 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlConflictsData__ControlConflicts_{ 0x052510E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlMapDataModel__MappedEvent_{ 0x053A0560 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlMapDataModel__UserEvents_{ 0x053A06D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlRemapConfirmationData_{ 0x052502C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ControlsStickData_{ 0x05285360 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingInfoCardDataModel__ItemInfoCardData_{ 0x05240E30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeData_{ 0x05240BB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeDirectoryData_{ 0x05240D60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData_{ 0x05236150 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ 0x05237050 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ 0x052360D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CreditsDataModel__CreditsMenuData_{ 0x0522A640 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CreditsDataModel__CreditsSection_{ 0x0522A360 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewAssignMenuData_{ 0x052523B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewBuffData_{ 0x05233D60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewInfo_{ 0x052372F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewMenuData_{ 0x052522C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CrewSkillInfo_{ 0x052371D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CursorData_{ 0x053A0E50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_CustomAlertsData_{ 0x052405F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DamageResistanceStats_{ 0x0524A410 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuData_{ 0x052387F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuInventoryData_{ 0x05238980 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuInventoryItem_{ 0x052383D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DataMenuSkillsData_{ 0x05238380 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DataSlateMenu__DataSlateData_{ 0x0526C300 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueData_{ 0x0525F6C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueEntryData_{ 0x0525FDA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueListData_{ 0x0525F770 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionEntryData_{ 0x0525F5E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionListData_{ 0x0525F820 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionPointsData_{ 0x0525F8E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DocAcceptData_{ 0x05243410 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DocData_{ 0x05244B20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_DocumentViewData_DS_{ 0x05299A00 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_EffectData_{ 0x05240720 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_EffectGroup_{ 0x0524A6B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_EnvironmentAlertsData_{ 0x052404C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_EnvironmentEffectsData_{ 0x05240550 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ExplosiveIndicatorData_{ 0x05239B40 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ExplosiveIndicator_{ 0x05239B90 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_FactionData_DS_{ 0x05299970 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Faction_DS_{ 0x0526F5E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_FanfareData_{ 0x0522B390 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_FavoritesManager__FavoritesData_{ 0x05329F50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_FavoritesManager__FavoritesEntryData_{ 0x05329E30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_FireForgetModel__EventNameShuttle_{ 0x05239E00 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_FireForgetModel__FireForgetShuttle_{ 0x05239D20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_GraphicsData_{ 0x0523D600 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDCommandIconData_{ 0x05263440 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDCompassData_{ 0x0523DA50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDCrosshairData_{ 0x0523E380 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDDirectionalHitData_{ 0x05263930 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDDirectionalHitIndicator_{ 0x05263720 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDEnemyData_{ 0x0523E520 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDEnemyData__EnemyDatum_{ 0x0523E780 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDHitKillData_{ 0x0523E2F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDHitKillDatum_{ 0x0523E150 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDJetpackData_{ 0x0523E7D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDLocationData_{ 0x0523E890 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDLocationListData_{ 0x0523E9C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDMessageData_{ 0x0523EEF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDMessageData__Message_{ 0x0523ED60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDRolloverActivationProviderData_{ 0x0523CA60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDRolloverProviderData_{ 0x0523CA10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDSocialCommandData_{ 0x052635B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HUDSubtitleData_{ 0x0523FA00 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HailingData_{ 0x05259D70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HelpData_{ 0x05231F88 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HelpTopicData_{ 0x052321B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HudModeData_{ 0x0523F020 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_HudModeVisibilityInfo_{ 0x0523F260 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_IconDataArray_DS_{ 0x05299BC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_IconData_DS_{ 0x0529A090 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ImageFixtureUIData_{ 0x0515AEE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InfoTargetData_{ 0x052588E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Key__{ 0x052787A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Patch__{ 0x0527B790 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Ring__{ 0x05278A20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ 0x052597B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ 0x05259AA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ 0x0529BFD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InternalVector3UIValue_{ 0x051CA9D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__ArmorItemInfo_{ 0x0522B890 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__ElementalStatInfo_{ 0x0522BA60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryCategoryData_{ 0x0523D0D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItem_{ 0x0522B290 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ 0x0523C190 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ 0x052744D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ 0x05249F70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__LootItem_{ 0x0523CF40 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__ModInfo_{ 0x0522B620 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_InventoryDataModelNS__WeaponItemInfo_{ 0x0522B7F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemAction_DS_{ 0x05299A90 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModInfoCardDataModel__ItemModInfoCardData_{ 0x05241910 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModData_{ 0x052412C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModDirectoryData_{ 0x052415B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotData_{ 0x052416E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotDirectoryData_{ 0x052417C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Key_{ 0x052786B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LevelUpPerkData_{ 0x05264CB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ListWrapData_{ 0x05250400 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadMenuData_{ 0x05242400 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadSavePanelData_{ 0x05243030 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadSavePanelData__CharacterData_{ 0x05242F80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LoadSavePanelData__GameData_{ 0x05242E80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LocalEnvData_{ 0x05243260 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_LocalEnvData_Frequent_{ 0x052431D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuConfirmationData_{ 0x052449F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ 0x05243620 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuListData_{ 0x052448E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuListData__ActionData_{ 0x052447D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuMOTDData_{ 0x05243510 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ 0x05243740 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MainMenuStateData_{ 0x05245090 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MenuModeData_{ 0x05284330 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MessageButton_{ 0x0532D320 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MessageData_{ 0x0532D010 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MiscInfo_{ 0x0524A6F8 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionControlsStickData_{ 0x0526B180 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionDetailsEntry_DS_{ 0x0526FA50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionInfo_DS_{ 0x0526F700 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionListEntry_DS_{ 0x0526F8B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MissionList_DS_{ 0x0526F670 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__EventData_{ 0x05261B70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__MenuData_{ 0x05261900 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__MenuFreqData_{ 0x052619B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__PickRefData_{ 0x05261A60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceArcData_{ 0x05261B10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceData_{ 0x052612F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__ScannableMapMarkerData_{ 0x052616C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_MonocleUIDataModel__SocialSpellData_{ 0x05261510 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_NewCompassMarker_{ 0x0523D930 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ObjectiveData_{ 0x05266CD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PatchArrayData_{ 0x0527B240 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Patch_{ 0x0527B698 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuConfirmationData_{ 0x05245530 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuListData_{ 0x052454E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuListData__ActionData_{ 0x05245BD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PauseMenuStateData_{ 0x05245AC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PersonalAlertsData_{ 0x052403A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PersonalEffectsData_{ 0x05240430 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoGalleryMenu__GalleryMenuData_{ 0x0522BD70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData_{ 0x05247240 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ 0x052468E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData_{ 0x05247180 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ 0x05246E30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ 0x05246EA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ 0x052469C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ 0x05246C50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeStateData_{ 0x052470C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PickRefData_{ 0x0525D970 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PickpocketItemData_{ 0x05274390 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PickpocketStateData_{ 0x052742A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlatformDataModel__PlatformData_{ 0x053A07B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerData_{ 0x05248AA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerFrequentData_{ 0x05248BC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerHealthBoostData_{ 0x05248C50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerInventoryItem_{ 0x05248CA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerShipComponents_{ 0x05239060 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PlayerStatusData_{ 0x0524AA50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_PowersMenuData_{ 0x0522CD30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Powers_{ 0x0522D028 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__MissionMenuStateData_{ 0x0524BAB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__Objective_{ 0x0524B6B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__Quest_{ 0x0524B9B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestDataModel__QuestsList_{ 0x0524B960 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestUpdate_{ 0x05266510 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuestUpdates_{ 0x052669A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_QuickMenuData_{ 0x0525DB10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_RankData_{ 0x0527BA98 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_RefuelMenuData_{ 0x0525A750 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_RefuelStickData_{ 0x0525A870 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_RemapErrorData_{ 0x05250520 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Requirements_{ 0x0527B930 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchCategoryDirectory_{ 0x0524C7E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchCategoryPreview_{ 0x0524C400 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchPopupInfo_{ 0x0524CA30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchPopupInfo__ItemInfo_{ 0x0524C6E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectDetails_{ 0x0524C900 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectDetails__LinkedProject_{ 0x0524CCE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectDetails__MaterialRequirment_{ 0x0524CAE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectPreview_{ 0x0524C5C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ResearchProjectsDirectory_{ 0x0524C9A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Ring_{ 0x05278930 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_RolloverActivationButtonData_{ 0x0523CE20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ScopeMenu__ScopeScalingData_{ 0x0528BD50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ScopeMenu__ZoomLevelData_{ 0x0528BDB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SecurityMenuAutoAttemptData_{ 0x05278CB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SecurityMenuData_{ 0x05278D60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SettingsCategoriesList_{ 0x05250230 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SettingsCategoriesList__SettingsCategoryHeader_{ 0x052505D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipComponent_{ 0x05239540 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__PowerAllocation_DS_{ 0x0522E2A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipCountData_{ 0x0522E0A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipMenuUpdateData_{ 0x0522E140 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipNameData_{ 0x0522E350 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHangar__ShipStatsData_DS_{ 0x0522DFF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShipHudData_{ 0x052586D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_ShowQuestsInHudUpdate_{ 0x05266AC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SkillChallengeUpdate_{ 0x05266A30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SkillLayout_{ 0x0527B1C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_Skill_{ 0x05239128 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepControlsStickData_{ 0x0532E580 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepWaitData_{ 0x0532E3B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepWaitRemainingHours_{ 0x0532E450 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SleepWaitTimeData_{ 0x0532E4E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorInitializationData_DS_{ 0x051750C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorSelectionData_DS_{ 0x05175620 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorSwatches_DS_{ 0x05174FC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ColorTabData_DS_{ 0x051754B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__CostSummary_DS_{ 0x051776C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ExitConfirmation_DS_{ 0x05170840 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckEntry_DS_{ 0x05171F10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckTab_DS_{ 0x05171D20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheck_DS_{ 0x05171A50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__FloorInfo_DS_{ 0x05175E30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__GamepadCrosshairData_DS_{ 0x05177A00 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntries_DS_{ 0x05177770 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntry_DS_{ 0x05178210 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__MessagePopup_DS_{ 0x05177C30 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntries_DS_{ 0x0515AE20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntry_DS_{ 0x0515B040 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleInfo_DS_{ 0x05177D90 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ModuleVariant_DS_{ 0x0515AB80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__NotificationBadge_DS_{ 0x05177CE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__PowerAllocation_DS_{ 0x05175CD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__RepairButton_DS_{ 0x05177B80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameData_DS_{ 0x05172D90 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ 0x05172CC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameInitialization_DS_{ 0x05172E40 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__ShipStats_DS_{ 0x05175D80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__StatEntry_DS_{ 0x05178500 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__StaticData_DS_{ 0x05177610 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__SystemPowerHighlight_DS_{ 0x05177AC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgradeEntry_DS_{ 0x0515A1C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgrade_DS_{ 0x0515A040 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignEntry_DS_{ 0x051722F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignGroup_DS_{ 0x05172100 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyInfoDataFlashObject_{ 0x0525A160 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyInfoToUI_{ 0x052398B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIDef_{ 0x052909A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIMarkerGroupsDef_{ 0x0528ED60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIMarkersDef_{ 0x05290660 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIPos_{ 0x05290760 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__BodyPOIPositions_{ 0x0528EE10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__FocusedBodyData_{ 0x0528ECC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyFadeData_{ 0x05292280 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDataContainer_{ 0x052922D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerData_{ 0x052926A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDefContainer_{ 0x05292380 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDef_{ 0x05292920 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__MenuMarkerCoordsData_{ 0x05292B10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__MenuMarkerCoords_{ 0x05293DB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__OutpostSelect_DS_{ 0x052986F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__PlanetInfoToUI_{ 0x052393B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__PlanetInspectToUI_{ 0x05290C70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__QuickSystemSelectData_{ 0x05292430 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__ResourceInfoFlashObject_{ 0x0525A3E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapMenuData_{ 0x05293780 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkerData_{ 0x05293960 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkersData_{ 0x05292C70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkerData_{ 0x05293C10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkersData_{ 0x05292BC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMapDisplayInfo_{ 0x05297360 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMapInfo_{ 0x05297410 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMarkerList_{ 0x052974B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SurfaceMarkerStaticData_{ 0x05296C00 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SystemBodyInfoToUI_{ 0x05239400 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarMap__SystemNameHeader_DS_{ 0x05298740 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StarbornPowersData_{ 0x0523F2F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StatCategory_{ 0x0524A530 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StealthData_{ 0x0523F730 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StickData_{ 0x05258690 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_StreamingInstallMenu__StreamingProgressData_{ 0x05298B80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList_{ 0x052501A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting_{ 0x05250E70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__CheckBoxData_{ 0x05250CD0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__SliderData_{ 0x05250B60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__StepperData_{ 0x05250A90 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenData_{ 0x051CA340 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata_{ 0x051CA290 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ 0x051CBD80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ 0x051CC400 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ 0x051CADF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ 0x051CBFC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__CodeBuiltStepperData_{ 0x051CC1F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__HeadPartMetadata_{ 0x051CBBA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationData_{ 0x051CA610 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData_{ 0x051CBA60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ 0x051CB130 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ 0x051CB690 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ 0x051CB3B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TESNPCData__PostBlendSliderMetadata_{ 0x051CB910 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TakeoffInfo_{ 0x0525AAB0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetCombatValuesData_{ 0x0525A030 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetCombatValues_{ 0x05259960 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetComponentData_{ 0x05259660 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetHighFreq_{ 0x05259DC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetHighFrequencyData_{ 0x0525A0C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetLowFreq_{ 0x05259BE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TargetLowFrequencyData_{ 0x05259F00 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestData_{ 0x0529BB60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestData__ArcanaData_{ 0x0529BE50 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestFlushData_{ 0x0529BA20 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestImagesData_{ 0x0529BAC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestResourcesData_{ 0x0529BBF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TestMenu__TestResourcesData__ResourceData_{ 0x0529BDF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TextInputPayload_{ 0x0529CD90 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TraitDatum_{ 0x05285050 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TraitInfo_{ 0x0524A860 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TraitsData_{ 0x052843B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TriggerEvent_{ 0x052698D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_TutorialMessageManager__MessageData_{ 0x052627F0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_UICraftingUtils__ResourceInfo_{ 0x05236C80 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_UICraftingUtils__SkillRequirement_{ 0x051783E0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_UpdateHUDOpacity_{ 0x05266EF0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponGroup_DS_{ 0x0516FA10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponList_DS_{ 0x0516F9B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeapon_DS_{ 0x0516FCA0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopAreaResourcesData_{ 0x0525B8B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopAreaResourcesData__AreaResource_{ 0x0525B6B0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryBarData_{ 0x0525BA70 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryBarData__CategoryBarData_{ 0x0525BA10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryInfoData_{ 0x0525C180 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData_{ 0x0525BE10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ 0x0525BBE0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopColorData__ColorSettingData_{ 0x052337D0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopColorData__ColorSwatchesData_{ 0x05233970 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopColorData__ColorTabsData_{ 0x05233720 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInfoData_{ 0x0525DE60 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInteractiveMessageData_{ 0x0525D230 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInterfaceShared__ItemRequirement_{ 0x0525C0A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopInterfaceShared__ResourceProduced_{ 0x0525C340 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopMessageData_{ 0x0525D360 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopObjectInfoCardData_{ 0x0525C3A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopStateData_{ 0x0525DE10 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopStatusData_{ 0x05233BC0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__OutpostData_{ 0x052A1580 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__ResourceData_{ 0x052A19A0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__SourceData_{ 0x052A12C0 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetData_{ 0x052A1650 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetMenuData_{ 0x052A1400 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_XPData_{ 0x05264D88 }; + inline constexpr REL::Offset TUIDataShuttleContainerMap_XPUpdate_{ 0x05263B28 }; + inline constexpr REL::Offset TUIDataToFlash_ActiveModItemDataModel__ModItemHandle_{ 0x05241A40 }; + inline constexpr REL::Offset TUIDataToFlash_AmmoData_{ 0x05263208 }; + inline constexpr REL::Offset TUIDataToFlash_ArtifactPowerUnlockData_{ 0x0523F460 }; + inline constexpr REL::Offset TUIDataToFlash_BackgroundData_{ 0x05285318 }; + inline constexpr REL::Offset TUIDataToFlash_BookMenu__BookData_{ 0x053242C8 }; + inline constexpr REL::Offset TUIDataToFlash_BuildItemDirectoryData_{ 0x0525CC30 }; + inline constexpr REL::Offset TUIDataToFlash_BuildItemInfoCardData_{ 0x0525CBA0 }; + inline constexpr REL::Offset TUIDataToFlash_BuilderRequirementsData_{ 0x0525CD20 }; + inline constexpr REL::Offset TUIDataToFlash_ComponentFlashEvents_{ 0x05258758 }; + inline constexpr REL::Offset TUIDataToFlash_ContainerMenuData_{ 0x05234098 }; + inline constexpr REL::Offset TUIDataToFlash_ControlBindingsData_{ 0x052501E8 }; + inline constexpr REL::Offset TUIDataToFlash_ControlConflictsData_{ 0x05250318 }; + inline constexpr REL::Offset TUIDataToFlash_ControlMapDataModel__UserEvents_{ 0x053A0610 }; + inline constexpr REL::Offset TUIDataToFlash_ControlRemapConfirmationData_{ 0x052503B0 }; + inline constexpr REL::Offset TUIDataToFlash_ControlsStickData_{ 0x052853A8 }; + inline constexpr REL::Offset TUIDataToFlash_CraftingInfoCardDataModel__ItemInfoCardData_{ 0x05240EA0 }; + inline constexpr REL::Offset TUIDataToFlash_CraftingRecipesDataModel__RecipeDirectoryData_{ 0x05240DD0 }; + inline constexpr REL::Offset TUIDataToFlash_CraftingRequirementsDataModel__RequirementsData_{ 0x052361C0 }; + inline constexpr REL::Offset TUIDataToFlash_CreditsDataModel__CreditsMenuData_{ 0x0522A2A0 }; + inline constexpr REL::Offset TUIDataToFlash_CrewAssignMenuData_{ 0x05252448 }; + inline constexpr REL::Offset TUIDataToFlash_CrewBuffData_{ 0x05233DA8 }; + inline constexpr REL::Offset TUIDataToFlash_CrewMenuData_{ 0x05252378 }; + inline constexpr REL::Offset TUIDataToFlash_CursorData_{ 0x053A0E98 }; + inline constexpr REL::Offset TUIDataToFlash_CustomAlertsData_{ 0x05240638 }; + inline constexpr REL::Offset TUIDataToFlash_DataMenuData_{ 0x05238738 }; + inline constexpr REL::Offset TUIDataToFlash_DataMenuInventoryData_{ 0x052387B0 }; + inline constexpr REL::Offset TUIDataToFlash_DataMenuSkillsData_{ 0x052382C0 }; + inline constexpr REL::Offset TUIDataToFlash_DataSlateMenu__DataSlateData_{ 0x0526C2B0 }; + inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__DialogueData_{ 0x0525F720 }; + inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__DialogueListData_{ 0x0525F7D0 }; + inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__PersuasionListData_{ 0x0525F880 }; + inline constexpr REL::Offset TUIDataToFlash_DialogueUIDataModel__PersuasionPointsData_{ 0x0525F940 }; + inline constexpr REL::Offset TUIDataToFlash_DocAcceptData_{ 0x05243458 }; + inline constexpr REL::Offset TUIDataToFlash_DocumentViewData_DS_{ 0x05299A50 }; + inline constexpr REL::Offset TUIDataToFlash_EnvironmentAlertsData_{ 0x05240510 }; + inline constexpr REL::Offset TUIDataToFlash_EnvironmentEffectsData_{ 0x052405A0 }; + inline constexpr REL::Offset TUIDataToFlash_ExplosiveIndicatorData_{ 0x05239A90 }; + inline constexpr REL::Offset TUIDataToFlash_FactionData_DS_{ 0x052999B8 }; + inline constexpr REL::Offset TUIDataToFlash_Faction_DS_{ 0x0526F5A8 }; + inline constexpr REL::Offset TUIDataToFlash_FanfareData_{ 0x0522B410 }; + inline constexpr REL::Offset TUIDataToFlash_FavoritesManager__FavoritesData_{ 0x05329F00 }; + inline constexpr REL::Offset TUIDataToFlash_FireForgetModel__FireForgetShuttle_{ 0x05239EB0 }; + inline constexpr REL::Offset TUIDataToFlash_GraphicsData_{ 0x0523D5C8 }; + inline constexpr REL::Offset TUIDataToFlash_HUDCompassData_{ 0x0523DA10 }; + inline constexpr REL::Offset TUIDataToFlash_HUDCrosshairData_{ 0x0523E3C8 }; + inline constexpr REL::Offset TUIDataToFlash_HUDDirectionalHitIndicator_{ 0x05263780 }; + inline constexpr REL::Offset TUIDataToFlash_HUDEnemyData_{ 0x0523E568 }; + inline constexpr REL::Offset TUIDataToFlash_HUDHitKillData_{ 0x0523E338 }; + inline constexpr REL::Offset TUIDataToFlash_HUDJetpackData_{ 0x0523E818 }; + inline constexpr REL::Offset TUIDataToFlash_HUDLocationListData_{ 0x0523EA10 }; + inline constexpr REL::Offset TUIDataToFlash_HUDMessageData_{ 0x0523EDF0 }; + inline constexpr REL::Offset TUIDataToFlash_HUDRolloverActivationProviderData_{ 0x0523C430 }; + inline constexpr REL::Offset TUIDataToFlash_HUDRolloverProviderData_{ 0x0523C9C0 }; + inline constexpr REL::Offset TUIDataToFlash_HUDSocialCommandData_{ 0x05263510 }; + inline constexpr REL::Offset TUIDataToFlash_HUDSubtitleData_{ 0x0523FA48 }; + inline constexpr REL::Offset TUIDataToFlash_HelpData_{ 0x052320A0 }; + inline constexpr REL::Offset TUIDataToFlash_HudModeData_{ 0x0523F068 }; + inline constexpr REL::Offset TUIDataToFlash_IconDataArray_DS_{ 0x05299C08 }; + inline constexpr REL::Offset TUIDataToFlash_InfoTargetData_{ 0x0525A080 }; + inline constexpr REL::Offset TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ 0x0523C110 }; + inline constexpr REL::Offset TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ 0x052751B0 }; + inline constexpr REL::Offset TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ 0x05249DE0 }; + inline constexpr REL::Offset TUIDataToFlash_ItemAction_DS_{ 0x05299AD8 }; + inline constexpr REL::Offset TUIDataToFlash_ItemModInfoCardDataModel__ItemModInfoCardData_{ 0x05241980 }; + inline constexpr REL::Offset TUIDataToFlash_ItemModsDataModel__ItemModDirectoryData_{ 0x05241610 }; + inline constexpr REL::Offset TUIDataToFlash_ItemModsDataModel__ItemModSlotDirectoryData_{ 0x05241830 }; + inline constexpr REL::Offset TUIDataToFlash_ListWrapData_{ 0x052504E0 }; + inline constexpr REL::Offset TUIDataToFlash_LoadMenuData_{ 0x05242348 }; + inline constexpr REL::Offset TUIDataToFlash_LoadSavePanelData_{ 0x05243078 }; + inline constexpr REL::Offset TUIDataToFlash_LocalEnvData_{ 0x05243108 }; + inline constexpr REL::Offset TUIDataToFlash_LocalEnvData_Frequent_{ 0x05243220 }; + inline constexpr REL::Offset TUIDataToFlash_MainMenuConfirmationData_{ 0x05244A40 }; + inline constexpr REL::Offset TUIDataToFlash_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ 0x05243690 }; + inline constexpr REL::Offset TUIDataToFlash_MainMenuListData_{ 0x05244928 }; + inline constexpr REL::Offset TUIDataToFlash_MainMenuMOTDData_{ 0x05243558 }; + inline constexpr REL::Offset TUIDataToFlash_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ 0x052437C0 }; + inline constexpr REL::Offset TUIDataToFlash_MainMenuStateData_{ 0x052450D8 }; + inline constexpr REL::Offset TUIDataToFlash_MenuModeData_{ 0x05284378 }; + inline constexpr REL::Offset TUIDataToFlash_MessageData_{ 0x0532CFD0 }; + inline constexpr REL::Offset TUIDataToFlash_MissionControlsStickData_{ 0x0526B130 }; + inline constexpr REL::Offset TUIDataToFlash_MissionInfo_DS_{ 0x0526F6B8 }; + inline constexpr REL::Offset TUIDataToFlash_MissionList_DS_{ 0x0526F628 }; + inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__EventData_{ 0x05261AC0 }; + inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__MenuData_{ 0x05261830 }; + inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__MenuFreqData_{ 0x052618B0 }; + inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__PickRefData_{ 0x05261960 }; + inline constexpr REL::Offset TUIDataToFlash_MonocleUIDataModel__ResourceArcData_{ 0x05261A10 }; + inline constexpr REL::Offset TUIDataToFlash_PatchArrayData_{ 0x0527B288 }; + inline constexpr REL::Offset TUIDataToFlash_PauseMenuConfirmationData_{ 0x05245400 }; + inline constexpr REL::Offset TUIDataToFlash_PauseMenuListData_{ 0x05245D30 }; + inline constexpr REL::Offset TUIDataToFlash_PauseMenuStateData_{ 0x05245B10 }; + inline constexpr REL::Offset TUIDataToFlash_PersonalAlertsData_{ 0x052403F0 }; + inline constexpr REL::Offset TUIDataToFlash_PersonalEffectsData_{ 0x05240480 }; + inline constexpr REL::Offset TUIDataToFlash_PhotoGalleryMenu__GalleryMenuData_{ 0x0522BE30 }; + inline constexpr REL::Offset TUIDataToFlash_PhotoModeDataModel__PhotoModeOverlayData_{ 0x052471E0 }; + inline constexpr REL::Offset TUIDataToFlash_PhotoModeDataModel__PhotoModeSettingsData_{ 0x05247120 }; + inline constexpr REL::Offset TUIDataToFlash_PhotoModeDataModel__PhotoModeStateData_{ 0x05247070 }; + inline constexpr REL::Offset TUIDataToFlash_PickRefData_{ 0x0525D9B8 }; + inline constexpr REL::Offset TUIDataToFlash_PickpocketStateData_{ 0x052742F0 }; + inline constexpr REL::Offset TUIDataToFlash_PlatformDataModel__PlatformData_{ 0x053A0730 }; + inline constexpr REL::Offset TUIDataToFlash_PlayerData_{ 0x05248A68 }; + inline constexpr REL::Offset TUIDataToFlash_PlayerFrequentData_{ 0x05248B78 }; + inline constexpr REL::Offset TUIDataToFlash_PlayerHealthBoostData_{ 0x05248C10 }; + inline constexpr REL::Offset TUIDataToFlash_PlayerShipComponents_{ 0x05259F98 }; + inline constexpr REL::Offset TUIDataToFlash_PlayerStatusData_{ 0x0524A978 }; + inline constexpr REL::Offset TUIDataToFlash_PowersMenuData_{ 0x0522CCE8 }; + inline constexpr REL::Offset TUIDataToFlash_QuestDataModel__MissionMenuStateData_{ 0x0524BA60 }; + inline constexpr REL::Offset TUIDataToFlash_QuestDataModel__QuestsList_{ 0x0524B910 }; + inline constexpr REL::Offset TUIDataToFlash_QuestUpdates_{ 0x05266960 }; + inline constexpr REL::Offset TUIDataToFlash_QuickMenuData_{ 0x0525DA28 }; + inline constexpr REL::Offset TUIDataToFlash_RefuelMenuData_{ 0x0525A830 }; + inline constexpr REL::Offset TUIDataToFlash_RefuelStickData_{ 0x0525A798 }; + inline constexpr REL::Offset TUIDataToFlash_RemapErrorData_{ 0x05250448 }; + inline constexpr REL::Offset TUIDataToFlash_ResearchCategoryDirectory_{ 0x0524C790 }; + inline constexpr REL::Offset TUIDataToFlash_ResearchPopupInfo_{ 0x0524C9F0 }; + inline constexpr REL::Offset TUIDataToFlash_ResearchProjectDetails_{ 0x0524C8B0 }; + inline constexpr REL::Offset TUIDataToFlash_ResearchProjectsDirectory_{ 0x0524C950 }; + inline constexpr REL::Offset TUIDataToFlash_ScopeMenu__ScopeScalingData_{ 0x0528BE00 }; + inline constexpr REL::Offset TUIDataToFlash_ScopeMenu__ZoomLevelData_{ 0x0528BE80 }; + inline constexpr REL::Offset TUIDataToFlash_SecurityMenuAutoAttemptData_{ 0x05278D10 }; + inline constexpr REL::Offset TUIDataToFlash_SecurityMenuData_{ 0x05278DA8 }; + inline constexpr REL::Offset TUIDataToFlash_SettingsCategoriesList_{ 0x052500B0 }; + inline constexpr REL::Offset TUIDataToFlash_ShipHangar__PowerAllocation_DS_{ 0x0522E250 }; + inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipCountData_{ 0x0522E050 }; + inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipMenuUpdateData_{ 0x0522E0F0 }; + inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipNameData_{ 0x0522E300 }; + inline constexpr REL::Offset TUIDataToFlash_ShipHangar__ShipStatsData_DS_{ 0x0522DFA0 }; + inline constexpr REL::Offset TUIDataToFlash_ShipHudData_{ 0x05258588 }; + inline constexpr REL::Offset TUIDataToFlash_ShowQuestsInHudUpdate_{ 0x05266A80 }; + inline constexpr REL::Offset TUIDataToFlash_SkillChallengeUpdate_{ 0x052669E8 }; + inline constexpr REL::Offset TUIDataToFlash_SkillLayout_{ 0x0527B208 }; + inline constexpr REL::Offset TUIDataToFlash_SleepControlsStickData_{ 0x0532E530 }; + inline constexpr REL::Offset TUIDataToFlash_SleepWaitData_{ 0x0532E378 }; + inline constexpr REL::Offset TUIDataToFlash_SleepWaitRemainingHours_{ 0x0532E400 }; + inline constexpr REL::Offset TUIDataToFlash_SleepWaitTimeData_{ 0x0532E4A0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ColorInitializationData_DS_{ 0x05175130 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ColorSelectionData_DS_{ 0x05175070 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ColorSwatches_DS_{ 0x05175020 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__CostSummary_DS_{ 0x05177720 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ExitConfirmation_DS_{ 0x051707F0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__FlightCheck_DS_{ 0x05171A00 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__FloorInfo_DS_{ 0x05175E90 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__GamepadCrosshairData_DS_{ 0x05177A60 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__HelpEntries_DS_{ 0x051777D0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__MessagePopup_DS_{ 0x05177C90 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ModuleEntries_DS_{ 0x0515ADD0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ModuleInfo_DS_{ 0x05177DF0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ModuleVariant_DS_{ 0x0515AB30 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__NotificationBadge_DS_{ 0x05177D40 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__PowerAllocation_DS_{ 0x05175D30 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__RepairButton_DS_{ 0x05177BE0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipRenameData_DS_{ 0x05172DF0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ 0x05172D30 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipRenameInitialization_DS_{ 0x05172EB0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__ShipStats_DS_{ 0x05175DE0 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__StaticData_DS_{ 0x05177670 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__SystemPowerHighlight_DS_{ 0x05177B20 }; + inline constexpr REL::Offset TUIDataToFlash_SpaceshipEditor__SystemUpgrade_DS_{ 0x05159FC0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyInfoDataFlashObject_{ 0x05290CC0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyPOIMarkerGroupsDef_{ 0x0528ED10 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyPOIMarkersDef_{ 0x0528EEB0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__BodyPOIPositions_{ 0x0528EDC0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__FocusedBodyData_{ 0x0528EC70 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__GalaxyFadeData_{ 0x05292330 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__GalaxyMarkerDataContainer_{ 0x052923E0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__GalaxyMarkerDefContainer_{ 0x05292490 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__MenuMarkerCoordsData_{ 0x05292C20 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__OutpostSelect_DS_{ 0x05297DE0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__PlanetInspectToUI_{ 0x05290C20 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__QuickSystemSelectData_{ 0x05292530 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__StarMapMenuData_{ 0x05293870 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__StarMapMenuMarkersData_{ 0x052937D0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__StarMapOffscreenQuestMarkersData_{ 0x05292CD0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__SurfaceMapDisplayInfo_{ 0x052973C0 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__SurfaceMapInfo_{ 0x05297460 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__SurfaceMarkerList_{ 0x05297500 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__SystemBodyInfoToUI_{ 0x05292B70 }; + inline constexpr REL::Offset TUIDataToFlash_StarMap__SystemNameHeader_DS_{ 0x052986A0 }; + inline constexpr REL::Offset TUIDataToFlash_StarbornPowersData_{ 0x0523F340 }; + inline constexpr REL::Offset TUIDataToFlash_StealthData_{ 0x0523F778 }; + inline constexpr REL::Offset TUIDataToFlash_StickData_{ 0x05258650 }; + inline constexpr REL::Offset TUIDataToFlash_StreamingInstallMenu__StreamingProgressData_{ 0x05298BF0 }; + inline constexpr REL::Offset TUIDataToFlash_SubSettingsList_{ 0x05250280 }; + inline constexpr REL::Offset TUIDataToFlash_TESNPCData__ChargenData_{ 0x051CA390 }; + inline constexpr REL::Offset TUIDataToFlash_TESNPCData__ChargenMetadata_{ 0x051CA2F0 }; + inline constexpr REL::Offset TUIDataToFlash_TakeoffInfo_{ 0x0525AA78 }; + inline constexpr REL::Offset TUIDataToFlash_TargetCombatValuesData_{ 0x0525A110 }; + inline constexpr REL::Offset TUIDataToFlash_TargetHighFrequencyData_{ 0x05259F50 }; + inline constexpr REL::Offset TUIDataToFlash_TargetLowFrequencyData_{ 0x05259FE0 }; + inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestData_{ 0x0529BBA8 }; + inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestFlushData_{ 0x0529BA70 }; + inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestImagesData_{ 0x0529BB10 }; + inline constexpr REL::Offset TUIDataToFlash_TestMenu__TestResourcesData_{ 0x0529BC50 }; + inline constexpr REL::Offset TUIDataToFlash_TextInputPayload_{ 0x0529CDD8 }; + inline constexpr REL::Offset TUIDataToFlash_TraitsData_{ 0x052843F8 }; + inline constexpr REL::Offset TUIDataToFlash_TriggerEvent_{ 0x05269890 }; + inline constexpr REL::Offset TUIDataToFlash_TutorialMessageManager__MessageData_{ 0x05262850 }; + inline constexpr REL::Offset TUIDataToFlash_UpdateHUDOpacity_{ 0x05266EB0 }; + inline constexpr REL::Offset TUIDataToFlash_WeaponGroupAssignment__ShipWeaponGroup_DS_{ 0x0516F950 }; + inline constexpr REL::Offset TUIDataToFlash_WeaponGroupAssignment__ShipWeaponList_DS_{ 0x0516F880 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopAreaResourcesData_{ 0x0525B860 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopCategoryBarData_{ 0x0525BB90 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopCategoryInfoData_{ 0x0525BFA0 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopColorData__ColorSettingData_{ 0x052336D0 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopColorData__ColorSwatchesData_{ 0x05233780 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopColorData__ColorTabsData_{ 0x052338D0 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopInfoData_{ 0x0525DDC8 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopInteractiveMessageData_{ 0x0525D290 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopMessageData_{ 0x0525D3B0 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopObjectInfoCardData_{ 0x0525C460 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopStateData_{ 0x0525DD38 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopStatusData_{ 0x05233B30 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopTargetMenu__SourceData_{ 0x052A13B0 }; + inline constexpr REL::Offset TUIDataToFlash_WorkshopTargetMenu__TargetMenuData_{ 0x052A1320 }; + inline constexpr REL::Offset TUIDataToFlash_XPUpdate_{ 0x05263A98 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_BuyItem_{ 0x0510D620 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_CloseMenu_{ 0x0512D6B0 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_HideModel_{ 0x0512D300 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_LoadModel_{ 0x050F0330 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_SellItem_{ 0x050E59F0 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_SetMouseOverModel_{ 0x050A2A70 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_ShowFailureMessage_{ 0x0512E800 }; + inline constexpr REL::Offset TUIEventDispatcher_BarterMenu_ViewedItem_{ 0x0512E7B0 }; + inline constexpr REL::Offset TUIEventDispatcher_BoundaryMenu_FastTravel_{ 0x050A2960 }; + inline constexpr REL::Offset TUIEventDispatcher_BoundaryMenu_ShowMap_{ 0x050E5D40 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_BrowChange_{ 0x050E2010 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_BrowColorChange_{ 0x050EE7F0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_CancelTextEntry_{ 0x0512E5D0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_CloseMenu_{ 0x0512E2C0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_CyclePronoun_{ 0x0512D530 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_DirtScarsEtcChange_{ 0x050F4B50 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_EndBodyChange_{ 0x050EFF10 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_EndTextEntry_{ 0x050A3050 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_EyeColorChange_{ 0x050F3B00 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_FacialHairChange_{ 0x0512E9E0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_FacialHairColorChange_{ 0x0512E710 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_HairChange_{ 0x050F1050 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_HairColorChange_{ 0x050F5A20 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange_{ 0x050ED1E0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_HeadpartPresetChange_{ 0x0512D750 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_JewelryChange_{ 0x050E80A0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_JewelryColorChange_{ 0x050E7400 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_MakeupChange_{ 0x050EE330 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_MarkingsChange_{ 0x0512D070 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_PostBlendColorOptionChange_{ 0x0510B0A0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_PostBlendFaceChange_{ 0x05110E70 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_PostBlendIntensityChange_{ 0x050F7760 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_PresetChange_{ 0x05110420 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_RollOffLocomotion_{ 0x050E8D50 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_RollOnLocomotion_{ 0x0512D850 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_RotatePaperdoll_{ 0x050E0E60 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetAdditionalSlider_{ 0x050A3C60 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetBackground_{ 0x050EA290 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetBlockInputUnderPopup_{ 0x050EE620 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetBodyValues_{ 0x050E7570 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetCameraPosition_{ 0x0512D4E0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetPronoun_{ 0x0510B7D0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetSex_{ 0x050EA010 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetSlider_{ 0x0512ED50 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SetTrait_{ 0x050EC1F0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage_{ 0x050ED890 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_ShowPlayerRenameMessage_{ 0x0512E1C0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SkintoneChange_{ 0x0510C830 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_StartBodyChange_{ 0x0512DDB0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_StartTextEntry_{ 0x05110530 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SwitchBodyType_{ 0x050ECD10 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_SwitchLocomotion_{ 0x050A3B50 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_TeethChange_{ 0x0510D510 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_TeethRollOff_{ 0x050EB760 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_TeethRollOn_{ 0x0510D9C0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_ToggleMarking_{ 0x050F48A0 }; + inline constexpr REL::Offset TUIEventDispatcher_CharGen_TogglePreviewHabSuit_{ 0x0510C650 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_CloseMenu_{ 0x0512DA60 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_HideModel_{ 0x0510B5B0 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_Jettison_{ 0x0510C940 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_LoadModel_{ 0x0510B280 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_OpenRefuelMenu_{ 0x05110C50 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_SetMouseOverModel_{ 0x0512E580 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_TakeAll_{ 0x050ECEE0 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_ToggleEquip_{ 0x0512E990 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_TransferAllResources_{ 0x05327330 }; + inline constexpr REL::Offset TUIEventDispatcher_ContainerMenu_TransferItem_{ 0x0512CF80 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_CraftItem_{ 0x050F4110 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_ExitBench_{ 0x0510BA60 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_Highlight3D_{ 0x050F60C0 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_InstallMod_{ 0x0512CE00 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_RenameItem_{ 0x0512E4E0 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_RevertHighlight_{ 0x050F5230 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_RevertedModdedItem_{ 0x0512DF40 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedModSlot_{ 0x050EE150 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedMod_{ 0x050EEFD0 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedModdableItem_{ 0x0512CFD0 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SelectedRecipe_{ 0x0510E120 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_SetInspectControls_{ 0x0512EAD0 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_ToggleTracking_{ 0x050E36B0 }; + inline constexpr REL::Offset TUIEventDispatcher_CraftingMenu_ViewingModdableItem_{ 0x050E18E0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_CloseMenu_{ 0x050EB5F0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_ClosedForSubMenu_{ 0x050ECBA0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_Missions_{ 0x050ED720 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_OpenPauseMenu_{ 0x05289140 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_PlotToLocation_{ 0x050F3440 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_Reopened_{ 0x050EF7E0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedAttributesMenu_{ 0x05110D60 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedInventoryMenu_{ 0x050F0820 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedMapMenu_{ 0x050E41F0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedPowersMenu_{ 0x050F2DC0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedShipMenu_{ 0x050E7ED0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SelectedStatusMenu_{ 0x0510EE20 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SetMenuForQuickEntry_{ 0x050EECF0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_SetPaperDollActive_{ 0x050E9910 }; + inline constexpr REL::Offset TUIEventDispatcher_DataMenu_StartCloseAnim_{ 0x052390B0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataSlateButtons_acceptClicked_{ 0x050F3CE0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataSlateButtons_cancelClicked_{ 0x0512D3A0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataSlateMenu_playSFX_{ 0x0510D1E0 }; + inline constexpr REL::Offset TUIEventDispatcher_DataSlateMenu_toggleAudio_{ 0x050EF9A0 }; + inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_CompleteExit_{ 0x0510C540 }; + inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_OnDialogueSelect_{ 0x0510E9E0 }; + inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_OnListVisibilityChange_{ 0x0510E6F0 }; + inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin_{ 0x0512DB80 }; + inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_RequestExit_{ 0x0512E760 }; + inline constexpr REL::Offset TUIEventDispatcher_DialogueMenu_RequestSkipDialogue_{ 0x050A37F0 }; + inline constexpr REL::Offset TUIEventDispatcher_DocAcceptMenu_Accept_{ 0x0522ADA0 }; + inline constexpr REL::Offset TUIEventDispatcher_FavoritesMenu_AssignQuickkey_{ 0x0510E010 }; + inline constexpr REL::Offset TUIEventDispatcher_FavoritesMenu_UseQuickkey_{ 0x050E3DA0 }; + inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_CloseAllMenus_{ 0x0510D2F0 }; + inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_CloseMenu_{ 0x0510B6C0 }; + inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_PlayMenuSound_{ 0x0512DB30 }; + inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_StartGameRender_{ 0x0512CEF0 }; + inline constexpr REL::Offset TUIEventDispatcher_GlobalFunc_UserEvent_{ 0x050EBB00 }; + inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate_{ 0x0510DEF0 }; + inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_OpenDataMenu_{ 0x0512DA10 }; + inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_OpenMissionMenu_{ 0x0512E8F0 }; + inline constexpr REL::Offset TUIEventDispatcher_HUDNotification_SetMissionActive_{ 0x050E6C80 }; + inline constexpr REL::Offset TUIEventDispatcher_HUDRolloverActivationButtonEvent_{ 0x050E94F0 }; + inline constexpr REL::Offset TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent_{ 0x0512D7F0 }; + inline constexpr REL::Offset TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay_{ 0x050F6320 }; + inline constexpr REL::Offset TUIEventDispatcher_HangarShipSelection_RepairShip_{ 0x0512D610 }; + inline constexpr REL::Offset TUIEventDispatcher_HangarShipSelection_UpgradeSystem_{ 0x0512EB80 }; + inline constexpr REL::Offset TUIEventDispatcher_ImageFixtureEvent_RequestImage_{ 0x050EE970 }; + inline constexpr REL::Offset TUIEventDispatcher_ImageFixtureEvent_UnregisterImage_{ 0x050F7440 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_Change3DView_{ 0x050E3250 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_DropItem_{ 0x050F0570 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_HideModel_{ 0x0512ED00 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_LoadModel_{ 0x0510D010 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_OnEnterCategory_{ 0x0512E940 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_OpenCargoHold_{ 0x050E2250 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_PaperDollTryOn_{ 0x050E9B60 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ResetPaperDollInv_{ 0x0512D210 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_SelectItem_{ 0x050E9CD0 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_SetMouseOverModel_{ 0x05110A30 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_StartCloseAnim_{ 0x0526E660 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ToggleFavorite_{ 0x0512DBD0 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ToggleHelmet_{ 0x050F72B0 }; + inline constexpr REL::Offset TUIEventDispatcher_InventoryMenu_ToggleSuit_{ 0x0512DEA0 }; + inline constexpr REL::Offset TUIEventDispatcher_Inventory_SetSort_{ 0x0512EC70 }; + inline constexpr REL::Offset TUIEventDispatcher_LevelUp_AnimFinished_{ 0x0510F7F0 }; + inline constexpr REL::Offset TUIEventDispatcher_LevelUp_OnWidgetShown_{ 0x0510DDD0 }; + inline constexpr REL::Offset TUIEventDispatcher_LevelUp_OpenDataMenu_{ 0x050E6200 }; + inline constexpr REL::Offset TUIEventDispatcher_LevelUp_ShowSkills_{ 0x050E45F0 }; + inline constexpr REL::Offset TUIEventDispatcher_LoadingMenu_RefreshText_{ 0x050EEE00 }; + inline constexpr REL::Offset TUIEventDispatcher_LocationTextWidget_FinishedQueue_{ 0x050E63E0 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_ActionCanceled_{ 0x0512D020 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_ActionConfirmed_{ 0x0512DD10 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_ConfirmLoad_{ 0x050E3830 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_DeleteSave_{ 0x050F21D0 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_LegalScreenComplete_{ 0x0532C370 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_SetCharacter_{ 0x0512E530 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_StartAction_{ 0x050E6E60 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_StartLoad_{ 0x050F6860 }; + inline constexpr REL::Offset TUIEventDispatcher_MainMenu_UploadSave_{ 0x0512D260 }; + inline constexpr REL::Offset TUIEventDispatcher_MessageBoxMenu_OnBackOut_{ 0x0512E300 }; + inline constexpr REL::Offset TUIEventDispatcher_MessageBoxMenu_OnButtonPress_{ 0x05110F80 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionBoard_MissionEntryChanged_{ 0x050A26A0 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionBoard_MissionEntryPressed_{ 0x050E5520 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ClearState_{ 0x050F28E0 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_PlotToLocation_{ 0x050E14E0 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_RejectQuest_{ 0x050E3020 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_SaveCategoryIndex_{ 0x050F37A0 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_SaveOpenedId_{ 0x050E2810 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ShowItemLocation_{ 0x050E6990 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ToggleQTDisplay_{ 0x0526B380 }; + inline constexpr REL::Offset TUIEventDispatcher_MissionMenu_ToggleTrackingQuest_{ 0x050E8670 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Bioscan_{ 0x050EB2E0 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_FastTravel_{ 0x050EDE60 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Harvest_{ 0x050EFD40 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Initialize_{ 0x0512EA80 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Outpost_{ 0x050F2A50 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_PhotoMode_{ 0x050E1CA0 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_Shutdown_{ 0x050E13D0 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_SocialSpell_{ 0x050E70B0 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_StartContainerView_{ 0x0512E120 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_StopContainerView_{ 0x0510CD30 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_SurfaceMap_{ 0x0512D350 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_UseListScrollControls_{ 0x050F6A60 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_ZoomIn_{ 0x050E5160 }; + inline constexpr REL::Offset TUIEventDispatcher_MonocleMenu_ZoomOut_{ 0x0510C430 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ActionCanceled_{ 0x0512D5C0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ConfirmAction_{ 0x0512E0D0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ConfirmLoad_{ 0x0510F6E0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_ConfirmSave_{ 0x050ED4F0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_DeleteSave_{ 0x050E5770 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_QuitToDesktop_{ 0x0512D8F0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_SetCharacter_{ 0x050EDFD0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_StartAction_{ 0x050E2AF0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_StartLoad_{ 0x0512E8A0 }; + inline constexpr REL::Offset TUIEventDispatcher_PauseMenu_UploadSave_{ 0x0512EC20 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoGallery_DeletePhoto_{ 0x0512E270 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_InitializeCategory_{ 0x050E4CE0 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_ResetToDefaults_{ 0x050A3220 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_SliderChanged_{ 0x0510B4A0 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_StepperChanged_{ 0x0512E6C0 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_TakeSnapshot_{ 0x0510BE00 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_ToggleHelmet_{ 0x0512D1C0 }; + inline constexpr REL::Offset TUIEventDispatcher_PhotoMode_ToggleUI_{ 0x0510CB60 }; + inline constexpr REL::Offset TUIEventDispatcher_PickpocketMenu_OnItemSelect_{ 0x050E4A40 }; + inline constexpr REL::Offset TUIEventDispatcher_PlayBink_CloseMenu_{ 0x050EA640 }; + inline constexpr REL::Offset TUIEventDispatcher_PowersMenu_ActivateEssence_{ 0x050EF5A0 }; + inline constexpr REL::Offset TUIEventDispatcher_PowersMenu_EquipPower_{ 0x050E6090 }; + inline constexpr REL::Offset TUIEventDispatcher_PowersMenu_FavoritePower_{ 0x0512E850 }; + inline constexpr REL::Offset TUIEventDispatcher_Refuel_Accept_{ 0x050E26B0 }; + inline constexpr REL::Offset TUIEventDispatcher_Refuel_Cancel_{ 0x0512CF40 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_AddMaterial_{ 0x0512D970 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_CategorySelected_{ 0x050F2410 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_ExitMenu_{ 0x0510BB70 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_HideModel_{ 0x0510F0B0 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_PreviewProject_{ 0x0510FA00 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_ProjectViewed_{ 0x050E67B0 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_SetInspectControls_{ 0x0510F1C0 }; + inline constexpr REL::Offset TUIEventDispatcher_ResearchMenu_ToggleTrackingProject_{ 0x0512DC20 }; + inline constexpr REL::Offset TUIEventDispatcher_Reticle_OnLongAnimFinished_{ 0x050E58E0 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_BackOutKey_{ 0x0512CEA0 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_CloseMenu_{ 0x0510FEB0 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_ConfirmExit_{ 0x0512EBD0 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys_{ 0x0510C020 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_GetRingHint_{ 0x0512E3A0 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_SelectNewKey_{ 0x050E0FD0 }; + inline constexpr REL::Offset TUIEventDispatcher_SecurityMenu_TryUseKey_{ 0x050F64A0 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_CheckBoxChanged_{ 0x050E9EB0 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_ClearBinding_{ 0x050F1A50 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_OpenCategory_{ 0x05110920 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_OpenSettings_{ 0x05110810 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_RemapConfirmed_{ 0x0512D2B0 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_RemapMode_{ 0x0512E670 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_ResetToDefaults_{ 0x050F3620 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_SaveControls_{ 0x050F0D70 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_SaveSettings_{ 0x0512D660 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_SliderChanged_{ 0x0510F450 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_StepperChanged_{ 0x0512E490 }; + inline constexpr REL::Offset TUIEventDispatcher_SettingsPanel_ValidateControls_{ 0x0512DAB0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipBuilder_CloseAllMenus_{ 0x050A2B80 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipCrewAssignMenu_Assign_{ 0x05110B40 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipCrewAssignMenu_Unassign_{ 0x0510BF10 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_Close_{ 0x05110190 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu_{ 0x050E5BD0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_SetSort_{ 0x050E3C30 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipCrewMenu_ViewedItem_{ 0x0510E230 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_ChangeModuleCategory_{ 0x05110080 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged_{ 0x050EC370 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged_{ 0x050F55C0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput_{ 0x050E1E20 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnExitConfirmCancel_{ 0x0510C320 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnExitConfirmExit_{ 0x050EBDF0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit_{ 0x050EB160 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged_{ 0x0512CDA0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnHintButtonActivated_{ 0x050E7930 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked_{ 0x0512D160 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnRenameEndEditText_{ 0x050F0160 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnRenameInputCancelled_{ 0x050F3330 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged_{ 0x0512DF90 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_PreviewShipPart_{ 0x050A22C0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_PreviewUpgrade_{ 0x050ECFF0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_RemoveAll3D_{ 0x0510AEC0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_SelectedShipPart_{ 0x0512DC80 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_SelectedUpgrade_{ 0x0510ADB0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipEditor_SystemSelected_{ 0x050E4420 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHudQuickContainer_TransferItem_{ 0x050EAA10 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHudQuickContainer_TransferMenu_{ 0x050F75D0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_AbortJump_{ 0x0510F900 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Activate_{ 0x050F5730 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions_{ 0x0510FCE0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_ChangeComponentSelection_{ 0x050F5F50 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_CloseMenu_{ 0x050E3F70 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Deselect_{ 0x050E46F0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_DockRequested_{ 0x050EDC20 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_FarTravel_{ 0x050E3B30 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_HailAccepted_{ 0x0512D0C0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_HailCancelled_{ 0x0510D400 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_HailShip_{ 0x050E8380 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_JumpToQuestMarker_{ 0x0512E620 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Land_{ 0x050E8FD0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_LandingMarkerMap_{ 0x050E2980 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Map_{ 0x050F11C0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_OnMonocleToggle_{ 0x05110640 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_OpenPhotoMode_{ 0x050EE4A0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Repair_{ 0x050A27A0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_SetTargetMode_{ 0x050E2550 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_TargetShipSystem_{ 0x0510E810 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_Target_{ 0x0512D578 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_UntargetShipSystem_{ 0x0510B390 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_UpdateComponentPower_{ 0x050F31A0 }; + inline constexpr REL::Offset TUIEventDispatcher_ShipHud_UpdateTargetPanelRect_{ 0x050E4F80 }; + inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_Accept_{ 0x0512DFE0 }; + inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_AddPatch_{ 0x0512D440 }; + inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_Cancel_{ 0x050E8780 }; + inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility_{ 0x050ED380 }; + inline constexpr REL::Offset TUIEventDispatcher_SkillsMenu_SaveLastCategory_{ 0x050E2DE0 }; + inline constexpr REL::Offset TUIEventDispatcher_SleepWaitMenu_InterruptRest_{ 0x0510CA50 }; + inline constexpr REL::Offset TUIEventDispatcher_SleepWaitMenu_StartRest_{ 0x050F43F0 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ExecuteRoute_{ 0x050E9380 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem_{ 0x050E8A80 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_LandingInputInProgress_{ 0x0512E210 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ 0x050A3410 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked_{ 0x050F1720 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged_{ 0x0512EB20 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnCancel_{ 0x0512DE50 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnClearRoute_{ 0x050F4280 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnExitStarMap_{ 0x050A24A0 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized_{ 0x050EABB0 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnHintButtonClicked_{ 0x050A2F40 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected_{ 0x050E6690 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_QuickSelectChange_{ 0x0510E5D0 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ReadyToClose_{ 0x050E7B70 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ScanPlanet_{ 0x0510EBE0 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed_{ 0x0512E070 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_SelectedLandingSite_{ 0x0512D9C0 }; + inline constexpr REL::Offset TUIEventDispatcher_StarMapMenu_ShowRealCursor_{ 0x0512D3F0 }; + inline constexpr REL::Offset TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud_{ 0x05297830 }; + inline constexpr REL::Offset TUIEventDispatcher_SurfaceMapMenu_MarkerClicked_{ 0x050E9790 }; + inline constexpr REL::Offset TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker_{ 0x0510ED00 }; + inline constexpr REL::Offset TUIEventDispatcher_TakeoffMenu_CloseMenu_{ 0x050A2C90 }; + inline constexpr REL::Offset TUIEventDispatcher_TakeoffMenu_ExitShip_{ 0x050F6FB0 }; + inline constexpr REL::Offset TUIEventDispatcher_TakeoffMenu_Launch_{ 0x050E3420 }; + inline constexpr REL::Offset TUIEventDispatcher_TerminalMenu_CancelEvent_{ 0x0512D8A0 }; + inline constexpr REL::Offset TUIEventDispatcher_Terminal_CloseAllViews_{ 0x050EFC30 }; + inline constexpr REL::Offset TUIEventDispatcher_Terminal_CloseTopView_{ 0x050EB930 }; + inline constexpr REL::Offset TUIEventDispatcher_Terminal_CloseView_{ 0x0512D490 }; + inline constexpr REL::Offset TUIEventDispatcher_Terminal_MenuItemClick_{ 0x0512DE00 }; + inline constexpr REL::Offset TUIEventDispatcher_TestMenu_DoAction_{ 0x050E8B90 }; + inline constexpr REL::Offset TUIEventDispatcher_TestMenu_ExitMenu_{ 0x0512DCD0 }; + inline constexpr REL::Offset TUIEventDispatcher_TestMenu_ShowImages_{ 0x050EBF00 }; + inline constexpr REL::Offset TUIEventDispatcher_TestMenu_ShowResources_{ 0x0510CF00 }; + inline constexpr REL::Offset TUIEventDispatcher_TestMenu_TestAll_{ 0x0510EAE0 }; + inline constexpr REL::Offset TUIEventDispatcher_TextInputMenu_EndEditText_{ 0x050EA880 }; + inline constexpr REL::Offset TUIEventDispatcher_TextInputMenu_InputCanceled_{ 0x050F2060 }; + inline constexpr REL::Offset TUIEventDispatcher_TextInputMenu_StartEditText_{ 0x0512E170 }; + inline constexpr REL::Offset TUIEventDispatcher_TitleSequenceMenu_StartMusic_{ 0x0532EB90 }; + inline constexpr REL::Offset TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll_{ 0x050E4E70 }; + inline constexpr REL::Offset TUIEventDispatcher_UpdateSceneRectEvent_{ 0x050EBC70 }; + inline constexpr REL::Offset TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ 0x050EF0F0 }; + inline constexpr REL::Offset TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ 0x0510DCB0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopActionButton_HoldFinished_{ 0x050EF310 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopActionButton_HoldStopped_{ 0x0512ECB0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem_{ 0x0510C140 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem_{ 0x050EF420 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking_{ 0x050EC630 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_ApplyColors_{ 0x050E3530 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_SelectedTab_{ 0x0512E020 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_SliderChanged_{ 0x050E84F0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopColorMode_SwatchChanged_{ 0x0510DB90 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_AttemptBuild_{ 0x050F0EE0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_CancelAction_{ 0x0512E3F0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ChangeVariant_{ 0x0512CE50 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ConnectionEvent_{ 0x0512DD60 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ExitMenu_{ 0x0510FB10 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_MessageCallback_{ 0x0512D110 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_SelectedCategory_{ 0x050E2C60 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_SelectedGridObject_{ 0x0512DEF0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ShowExtras_{ 0x0512EA30 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_SwitchMode_{ 0x0510D7F0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ToggleDistance_{ 0x050E1650 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ToggleTracking_{ 0x050E10E0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopMenu_ToggleView_{ 0x0512E350 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction_{ 0x0512D700 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopQuickMenu_ExitMenu_{ 0x0512D7A0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopShared_SetActionHandles_{ 0x0512E440 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopShared_StartAction_{ 0x050E6B00 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopTargetMenu_TargetHovered_{ 0x0510E4C0 }; + inline constexpr REL::Offset TUIEventDispatcher_WorkshopTargetMenu_TargetPicked_{ 0x050E5410 }; + inline constexpr REL::Offset TUIValue_BSFixedStringCS_{ 0x0515A350 }; + inline constexpr REL::Offset TUIValue_BSFixedString_{ 0x05178718 }; + inline constexpr REL::Offset TUIValue_bool_{ 0x0515A450 }; + inline constexpr REL::Offset TUIValue_double_{ 0x05290E88 }; + inline constexpr REL::Offset TUIValue_float_{ 0x05175418 }; + inline constexpr REL::Offset TUIValue_int_{ 0x0515A328 }; + inline constexpr REL::Offset TUIValue_unsigned__int64_{ 0x05242D20 }; + inline constexpr REL::Offset TUIValue_unsignedint_{ 0x0515A428 }; + inline constexpr REL::Offset TagPropagationNode{ 0x0536E298 }; + inline constexpr REL::Offset TagPropagationNodeInstance{ 0x0536E2C8 }; + inline constexpr REL::Offset TakeOffInitiateCompleteHandler{ 0x052E6B48 }; + inline constexpr REL::Offset TakeoffMenu{ 0x0528CF48 }; + inline constexpr REL::Offset TakeoffMenuDataModel{ 0x0525AB48 }; + inline constexpr REL::Offset TakeoffMenuDataModel__TakeoffMenuEventShuttle{ 0x0525AB00 }; + inline constexpr REL::Offset TakeoffMenu_CloseMenu{ 0x0528D068 }; + inline constexpr REL::Offset TakeoffMenu_ExitShip{ 0x0528D098 }; + inline constexpr REL::Offset TakeoffMenu_Launch{ 0x0528D118 }; + inline constexpr REL::Offset TargetEntry{ 0x051EB8E0 }; + inline constexpr REL::Offset TargetValueModifierEffect{ 0x052A53A0 }; + inline constexpr REL::Offset TaskQueueInterface__QueueHavokAdd__2__FilterBipedPartOnAdd{ 0x052C6EE0 }; + inline constexpr REL::Offset TelekinesisEffect{ 0x052A53D0 }; + inline constexpr REL::Offset TeleportDoorSearch{ 0x051FF510 }; + inline constexpr REL::Offset TempLoadedCellDB__LoadTempDataForCell{ 0x05166888 }; + inline constexpr REL::Offset TerminalMenu_CancelEvent{ 0x0529A030 }; + inline constexpr REL::Offset TerminalOpenViewCallback{ 0x05299EB0 }; + inline constexpr REL::Offset TerminalRunResultsCallback{ 0x05299F98 }; + inline constexpr REL::Offset Terminal_CloseAllViews{ 0x05299F68 }; + inline constexpr REL::Offset Terminal_CloseTopView{ 0x0529A000 }; + inline constexpr REL::Offset Terminal_CloseView{ 0x05299FD0 }; + inline constexpr REL::Offset Terminal_MenuItemClick{ 0x0529A060 }; + inline constexpr REL::Offset Terminal__AddAliasedTerminalsFunc{ 0x0529A628 }; + inline constexpr REL::Offset Terminal__GenesisTerminalMenu{ 0x05299E78 }; + inline constexpr REL::Offset Terminal__GenesisTerminalMenu_UnlockItemConfirm{ 0x0529A6F0 }; + inline constexpr REL::Offset Terminal__GenesisTerminalMenu_UnlockedItemWithKey{ 0x0529A6A0 }; + inline constexpr REL::Offset Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle{ 0x05299B10 }; + inline constexpr REL::Offset TerminateGraphRagdollHandler{ 0x052E6C88 }; + inline constexpr REL::Offset TerrainDB__TerrainBarrierNode{ 0x051C7ED0 }; + inline constexpr REL::Offset TerrainDB__TerrainGraphProcessor{ 0x051C7E48 }; + inline constexpr REL::Offset TestMenu{ 0x0529C4F0 }; + inline constexpr REL::Offset TestMenu_DoAction{ 0x0529B850 }; + inline constexpr REL::Offset TestMenu_ExitMenu{ 0x0529C4C8 }; + inline constexpr REL::Offset TestMenu_ShowImages{ 0x0529B8D0 }; + inline constexpr REL::Offset TestMenu_ShowResources{ 0x0529B8A0 }; + inline constexpr REL::Offset TestMenu_TestAll{ 0x0529B878 }; + inline constexpr REL::Offset TestMenu__TestMenuEventShuttle{ 0x0529C280 }; + inline constexpr REL::Offset TestReferencedObject{ 0x05085A18 }; + inline constexpr REL::Offset TextInputMenu{ 0x0529CFD8 }; + inline constexpr REL::Offset TextInputMenu_EndEditText{ 0x0529CF58 }; + inline constexpr REL::Offset TextInputMenu_InputCanceled{ 0x0529D000 }; + inline constexpr REL::Offset TextInputMenu_StartEditText{ 0x0529D038 }; + inline constexpr REL::Offset TextInputMenu__TextInputEventShuttle{ 0x0529CCF8 }; + inline constexpr REL::Offset TextRenderer{ 0x053A0B98 }; + inline constexpr REL::Offset TextRenderer3D{ 0x05117370 }; + inline constexpr REL::Offset TextureDB__ErrorStreamer{ 0x051358E8 }; + inline constexpr REL::Offset TextureDB__ITextureStreamer{ 0x05135918 }; + inline constexpr REL::Offset TextureDB__Manager{ 0x053C9E70 }; + inline constexpr REL::Offset TextureDB__SetTextureDistanceBias__9__ChangeBiasNode{ 0x053CAA60 }; + inline constexpr REL::Offset TextureUtils__AutoQueuedDependentNode{ 0x05388678 }; + inline constexpr REL::Offset TextureUtils__TextureIdSet{ 0x051E5498 }; + inline constexpr REL::Offset TextureUtils__WaitStreamedNode{ 0x05388728 }; + inline constexpr REL::Offset ThirdPersonState{ 0x05209FF8 }; + inline constexpr REL::Offset ThumbstickEvent{ 0x05371640 }; + inline constexpr REL::Offset TimeMultiplierProvider{ 0x051C1D98 }; + inline constexpr REL::Offset TimerEvent{ 0x0536EF08 }; + inline constexpr REL::Offset TimerEventInstance{ 0x0536EED8 }; + inline constexpr REL::Offset TitleSequenceMenu{ 0x0532EBE0 }; + inline constexpr REL::Offset TitleSequenceMenu_StartMusic{ 0x0532EB58 }; + inline constexpr REL::Offset TranslationAdjustment{ 0x0536B348 }; + inline constexpr REL::Offset TranslationAdjustmentInstance{ 0x0536E200 }; + inline constexpr REL::Offset TrapEntry{ 0x051ECFB0 }; + inline constexpr REL::Offset TrapTargetEntry{ 0x051EB8B8 }; + inline constexpr REL::Offset TraversalCollisionFilter{ 0x05195D20 }; + inline constexpr REL::Offset TraversalFinishedHandler{ 0x052EA868 }; + inline constexpr REL::Offset TraversalStepDoneHandler{ 0x052EA8F8 }; + inline constexpr REL::Offset TreeOverlapsBufferedPairCollector_0_{ 0x0508D718 }; + inline constexpr REL::Offset TreeOverlapsBufferedPairCollector_1_{ 0x0508D6D8 }; + inline constexpr REL::Offset TrespassPackage{ 0x052D4928 }; + inline constexpr REL::Offset TrianglePathWaterLedgeTraversalSplitter{ 0x053B04F0 }; + inline constexpr REL::Offset TurnUndeadEffect{ 0x052A5328 }; + inline constexpr REL::Offset TutorialMessageManager{ 0x052627B8 }; + inline constexpr REL::Offset TutorialMessageManager__TutorialMessageEventShuttle{ 0x052323F0 }; + inline constexpr REL::Offset TweenMenuCameraState{ 0x05324210 }; + inline constexpr REL::Offset TwoBoneIKNode{ 0x0536B3C8 }; + inline constexpr REL::Offset TwoBoneIKNodeInstance{ 0x0536E238 }; + inline constexpr REL::Offset TypeRegistryTest__Ref{ 0x050803D0 }; + inline constexpr REL::Offset TypeRegistryTest__TypedefChild{ 0x05080950 }; + inline constexpr REL::Offset UI{ 0x0539EF98 }; + inline constexpr REL::Offset UIBlurManager{ 0x0532EC08 }; + inline constexpr REL::Offset UICellRenderer{ 0x051702D0 }; + inline constexpr REL::Offset UICellRenderer_InventoryItem{ 0x05170378 }; + inline constexpr REL::Offset UICellRenderer_InventoryItem__ItemModelLoadTask{ 0x051703B0 }; + inline constexpr REL::Offset UIDataShuttle{ 0x0515A3E0 }; + inline constexpr REL::Offset UIDataShuttleConnector{ 0x0539F2F0 }; + inline constexpr REL::Offset UIDataShuttleContainer{ 0x0515A388 }; + inline constexpr REL::Offset UIDataToFlash{ 0x0515A010 }; + inline constexpr REL::Offset UIEventDispatcher{ 0x0512DB00 }; + inline constexpr REL::Offset UIMenuChargenMenuDisablePaperdoll{ 0x05285160 }; + inline constexpr REL::Offset UIMessageData_BGSTerminal_{ 0x051CF6C0 }; + inline constexpr REL::Offset UIMessageData_BSFixedStringconst_{ 0x052628A0 }; + inline constexpr REL::Offset UIMessageData_BSSaveDataSystemUtility__ValidateUserResult_{ 0x05244CC0 }; + inline constexpr REL::Offset UIMessageData_BSTTuple_BSFixedString_bool__{ 0x051CD480 }; + inline constexpr REL::Offset UIMessageData_BSTTuple_BSFixedString_unsignedint__{ 0x052707B0 }; + inline constexpr REL::Offset UIMessageData_ConsoleData_{ 0x05324680 }; + inline constexpr REL::Offset UIMessageData_CraftingBenchUtils__ActivatingBenchParams_{ 0x052A2530 }; + inline constexpr REL::Offset UIMessageData_EndGameCreditsMenu__CustomEvent_{ 0x0522F290 }; + inline constexpr REL::Offset UIMessageData_FaderData_{ 0x0532EE60 }; + inline constexpr REL::Offset UIMessageData_HUDData_{ 0x05267718 }; + inline constexpr REL::Offset UIMessageData_LoadingMenuData_{ 0x0532EE98 }; + inline constexpr REL::Offset UIMessageData_LoadingMenuShowData_{ 0x0517E4A0 }; + inline constexpr REL::Offset UIMessageData_OpenContainerMenuMessage_{ 0x0523BAD0 }; + inline constexpr REL::Offset UIMessageData_OpenRefuelMenuMessage_{ 0x05325AB8 }; + inline constexpr REL::Offset UIMessageData_OpenShipCrewAssignMenuMessage_{ 0x052793A0 }; + inline constexpr REL::Offset UIMessageData_ScopeMenu__ScopeReason_{ 0x051D0940 }; + inline constexpr REL::Offset UIMessageData_ScopeMenu__ScopeReasonconst_{ 0x052D2220 }; + inline constexpr REL::Offset UIMessageData_ShowBuilderMenuParams_{ 0x0529DC68 }; + inline constexpr REL::Offset UIMessageData_ShowDocAcceptMenuData_{ 0x052441F0 }; + inline constexpr REL::Offset UIMessageData_ShowMissionBoardMsgData_{ 0x05340D50 }; + inline constexpr REL::Offset UIMessageData_ShowPipelineGenerationData_{ 0x0522F5B0 }; + inline constexpr REL::Offset UIMessageData_ShowWorkshopTargetMenuParams_{ 0x052A20F0 }; + inline constexpr REL::Offset UIMessageData_SpaceshipEditor__OpenHangarForVendingMsg_{ 0x05345F00 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetBodyFocusForQuestMsg_{ 0x052531F0 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetCourseToQuestMsg_{ 0x05269A20 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetCursorActiveMsg_{ 0x052699D0 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetCursorStateMsg_{ 0x05294E70 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetGameCursorMsg_{ 0x05294F30 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetPreviewRouteDestinationMsg_{ 0x05291750 }; + inline constexpr REL::Offset UIMessageData_StarMap__SetRouteDestinationMsg_{ 0x051E66F0 }; + inline constexpr REL::Offset UIMessageData_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051CF640 }; + inline constexpr REL::Offset UIMessageData_WeaponGroupAssignment__ReturnDataMsg_{ 0x0516F580 }; + inline constexpr REL::Offset UIMessageData_WorkshopUI__GenericTextMessageMsg_{ 0x0535BBC0 }; + inline constexpr REL::Offset UIMessageData___InitParams_{ 0x0532DCF0 }; + inline constexpr REL::Offset UIMessageData_bool_{ 0x0522EC18 }; + inline constexpr REL::Offset UIMessageData_boolconst_{ 0x05244C90 }; + inline constexpr REL::Offset UIMessageData_int_{ 0x05299948 }; + inline constexpr REL::Offset UIMessageData_nsMainMenuStateDataModel__UserIconFinishedMsg_{ 0x05244D20 }; + inline constexpr REL::Offset UIMessageData_nsPauseMenuMsgs__NoSaveExitResponseMsg_{ 0x0528A4F0 }; + inline constexpr REL::Offset UISaveLoadManager{ 0x052BB4B0 }; + inline constexpr REL::Offset Unassignable{ 0x053EB420 }; + inline constexpr REL::Offset UnassignableAndUncopyable{ 0x053FD7C0 }; + inline constexpr REL::Offset Uncopyable{ 0x0513C488 }; + inline constexpr REL::Offset UncullFurnitureBoneHandler{ 0x052EAA20 }; + inline constexpr REL::Offset UncullWeaponsHandler{ 0x052EAA80 }; + inline constexpr REL::Offset UnitTest__ClassWithHashMap_int_{ 0x050802D0 }; + inline constexpr REL::Offset UnitTest__CopyableReferencedObject{ 0x05080368 }; + inline constexpr REL::Offset UnitTest__Interface{ 0x050805D8 }; + inline constexpr REL::Offset UnitTest__InterfaceImpl0{ 0x05080608 }; + inline constexpr REL::Offset UnitTest__InterfaceImpl1{ 0x05080638 }; + inline constexpr REL::Offset UnitTest__InterfaceUnregistered0{ 0x05080668 }; + inline constexpr REL::Offset UnitTest__InterfaceUnregistered1{ 0x050806A0 }; + inline constexpr REL::Offset UnitTest__NestedRelArray{ 0x05080338 }; + inline constexpr REL::Offset UnitTest__SetterTest__Foo{ 0x050803A0 }; + inline constexpr REL::Offset UnitTest__SimpleRelArray{ 0x05080308 }; + inline constexpr REL::Offset UnitTest__TypeVm__Record{ 0x05080400 }; + inline constexpr REL::Offset UnitTest__UrlObject__Shape{ 0x050806D8 }; + inline constexpr REL::Offset UnitTest__UrlObject__TestGraph{ 0x05080708 }; + inline constexpr REL::Offset UpdateParticleParticleInDirtyAabbsTask{ 0x05089B00 }; + inline constexpr REL::Offset UpdateRigidBodyDirtyAabbsTask{ 0x05089AC8 }; + inline constexpr REL::Offset UpdateSceneRectEvent{ 0x0539F968 }; + inline constexpr REL::Offset UseStimpakHandler{ 0x052EABA8 }; + inline constexpr REL::Offset UsesBSGFXFunctionHandler{ 0x052636A8 }; + inline constexpr REL::Offset VATS{ 0x052EF698 }; + inline constexpr REL::Offset VATSCameraState{ 0x05324240 }; + inline constexpr REL::Offset VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor{ 0x052EF520 }; + inline constexpr REL::Offset ValueModifierEffect{ 0x052A3668 }; + inline constexpr REL::Offset VariableCombiner{ 0x0536B3A0 }; + inline constexpr REL::Offset VariableCombinerInstance{ 0x0536E268 }; + inline constexpr REL::Offset VectorUIValue_InternalVector3UIValue_{ 0x051CC5E0 }; + inline constexpr REL::Offset VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor{ 0x053B9270 }; + inline constexpr REL::Offset VirtualPathingDoor{ 0x0518C140 }; + inline constexpr REL::Offset VisitReturnData_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__BSTAlignedScrapArrayAllocator_16__{ 0x053B5700 }; + inline constexpr REL::Offset VisitReturnData_MovementVector_BSTAlignedScrapArrayAllocator_16__{ 0x053B5690 }; + inline constexpr REL::Offset VisitReturnData_NiPoint3_BSTAlignedScrapArrayAllocator_16__{ 0x053B5630 }; + inline constexpr REL::Offset WaterPathPathingNodeGenerator{ 0x053B8E68 }; + inline constexpr REL::Offset WaterPathRayValidator{ 0x053B8E08 }; + inline constexpr REL::Offset WeaponAttachHandler{ 0x052EA838 }; + inline constexpr REL::Offset WeaponBeginDrawHandler{ 0x052EA420 }; + inline constexpr REL::Offset WeaponBeginSheatheHandler{ 0x052EA3F0 }; + inline constexpr REL::Offset WeaponDetachHandler{ 0x052EA808 }; + inline constexpr REL::Offset WeaponDrawHandler{ 0x052EA480 }; + inline constexpr REL::Offset WeaponEnchantmentController{ 0x052A4E80 }; + inline constexpr REL::Offset WeaponFireEndHandler{ 0x052EAE90 }; + inline constexpr REL::Offset WeaponFireHandler{ 0x052EAFD8 }; + inline constexpr REL::Offset WeaponFireStartHandler{ 0x052EAEC0 }; + inline constexpr REL::Offset WeaponGroupAssignmentMenu_ChangeWeaponAssignment{ 0x0516FAC0 }; + inline constexpr REL::Offset WeaponGroupAssignmentMenu_OnHintButtonActivated{ 0x0516FA70 }; + inline constexpr REL::Offset WeaponGroupAssignment__InitDataMsg{ 0x0508E040 }; + inline constexpr REL::Offset WeaponGroupAssignment__ReturnDataMsg{ 0x0508E000 }; + inline constexpr REL::Offset WeaponGroupAssignment__WeaponGroupAssignmentMenu{ 0x0516F650 }; + inline constexpr REL::Offset WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle{ 0x0516F8E0 }; + inline constexpr REL::Offset WeaponSheatheHandler{ 0x052EA450 }; + inline constexpr REL::Offset WeaponSheatheInterruptHandler{ 0x052EA658 }; + inline constexpr REL::Offset WeaponSwingHandler{ 0x052EB3D0 }; + inline constexpr REL::Offset WeaponUtils____CollectCalculationIdentifiers{ 0x051D1720 }; + inline constexpr REL::Offset WeaponsCraftingMenu{ 0x0529D300 }; + inline constexpr REL::Offset WeightedModifierVisitor_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ 0x053B5940 }; + inline constexpr REL::Offset WeightedModifierVisitor_MovementVector_{ 0x053B58B0 }; + inline constexpr REL::Offset WeightedModifierVisitor_NiPoint3_{ 0x053B58F8 }; + inline constexpr REL::Offset Win32FileSystemWatcher{ 0x05080C68 }; + inline constexpr REL::Offset WorkshopActionButton_HoldFinished{ 0x052A3538 }; + inline constexpr REL::Offset WorkshopActionButton_HoldStopped{ 0x052A3570 }; + inline constexpr REL::Offset WorkshopAreaResourcesDataModel{ 0x0525B610 }; + inline constexpr REL::Offset WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle{ 0x0525B650 }; + inline constexpr REL::Offset WorkshopBIEvents__WorkshopEventManager{ 0x052A6600 }; + inline constexpr REL::Offset WorkshopBuilderDataModel{ 0x0525CA58 }; + inline constexpr REL::Offset WorkshopBuilderDataModel__WorkshopBuilderEventShuttle{ 0x0525CBE0 }; + inline constexpr REL::Offset WorkshopBuilderMenu{ 0x0529E170 }; + inline constexpr REL::Offset WorkshopBuilderMenu_ChangeBuildItem{ 0x0529E1D8 }; + inline constexpr REL::Offset WorkshopBuilderMenu_SelectedItem{ 0x0529E1A0 }; + inline constexpr REL::Offset WorkshopBuilderMenu_ToggleTracking{ 0x0529E0E0 }; + inline constexpr REL::Offset WorkshopCamera__CameraHitCollector{ 0x0520A7C8 }; + inline constexpr REL::Offset WorkshopCamera__WorkshopCharacterProxyListener{ 0x0520A780 }; + inline constexpr REL::Offset WorkshopCategoryBarDataModel{ 0x0525B978 }; + inline constexpr REL::Offset WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle{ 0x0525BB30 }; + inline constexpr REL::Offset WorkshopCategoryInfoDataModel{ 0x0525C068 }; + inline constexpr REL::Offset WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle{ 0x0525BF40 }; + inline constexpr REL::Offset WorkshopColorModeDataModel{ 0x052335F8 }; + inline constexpr REL::Offset WorkshopColorModeDataModel__WorkshopColorModeEventShuttle{ 0x05233920 }; + inline constexpr REL::Offset WorkshopColorMode_ApplyColors{ 0x05233448 }; + inline constexpr REL::Offset WorkshopColorMode_SelectedTab{ 0x05233480 }; + inline constexpr REL::Offset WorkshopColorMode_SliderChanged{ 0x052333D8 }; + inline constexpr REL::Offset WorkshopColorMode_SwatchChanged{ 0x05233410 }; + inline constexpr REL::Offset WorkshopEngine__ActivateItemEvent{ 0x05358548 }; + inline constexpr REL::Offset WorkshopEngine__BulldozeItemEvent{ 0x053585B8 }; + inline constexpr REL::Offset WorkshopEngine__CancelEvent{ 0x05358078 }; + inline constexpr REL::Offset WorkshopEngine__CommitEvent{ 0x05357F58 }; + inline constexpr REL::Offset WorkshopEngine__ConnectTransferLinkEvent{ 0x053581D0 }; + inline constexpr REL::Offset WorkshopEngine__ConnectWireEvent{ 0x053580E8 }; + inline constexpr REL::Offset WorkshopEngine__CycleBehaviorEvent{ 0x053580B0 }; + inline constexpr REL::Offset WorkshopEngine__EditColorsEvent{ 0x05358450 }; + inline constexpr REL::Offset WorkshopEngine__EditItemEvent{ 0x05358210 }; + inline constexpr REL::Offset WorkshopEngine__EngineFrame{ 0x050B07E8 }; + inline constexpr REL::Offset WorkshopEngine__ExitEvent{ 0x05357F28 }; + inline constexpr REL::Offset WorkshopEngine__FinishRepairEvent{ 0x05357F90 }; + inline constexpr REL::Offset WorkshopEngine__InspectColorItemsEvent{ 0x053582B8 }; + inline constexpr REL::Offset WorkshopEngine__ItemCombatChangedEvent{ 0x05357FC8 }; + inline constexpr REL::Offset WorkshopEngine__NewItemEvent{ 0x05358120 }; + inline constexpr REL::Offset WorkshopEngine__PlaceOutpostEvent{ 0x0535A8E0 }; + inline constexpr REL::Offset WorkshopEngine__PreviewColorsEvent{ 0x05358580 }; + inline constexpr REL::Offset WorkshopEngine__RemoveItemEvent{ 0x05358158 }; + inline constexpr REL::Offset WorkshopEngine__RemoveOutpostEvent{ 0x05358040 }; + inline constexpr REL::Offset WorkshopEngine__RemoveWorkshopItemsEvent{ 0x05358488 }; + inline constexpr REL::Offset WorkshopEngine__RequestRepairItemEvent{ 0x05358190 }; + inline constexpr REL::Offset WorkshopEngine__ResetColorsToDefaultEvent{ 0x05358508 }; + inline constexpr REL::Offset WorkshopEngine__RevertBehaviorEvent{ 0x053584C8 }; + inline constexpr REL::Offset WorkshopEngine__RotateItemEvent{ 0x05358418 }; + inline constexpr REL::Offset WorkshopEngine__StartQuickMenuEvent{ 0x0535A868 }; + inline constexpr REL::Offset WorkshopEngine__StartSnappedEvent{ 0x05358008 }; + inline constexpr REL::Offset WorkshopEngine__StartWorkshopEvent{ 0x0535A830 }; + inline constexpr REL::Offset WorkshopEngine__StateBulldoze{ 0x05357D40 }; + inline constexpr REL::Offset WorkshopEngine__StateCreateLink{ 0x05357688 }; + inline constexpr REL::Offset WorkshopEngine__StateCreatePowerLink{ 0x053577F0 }; + inline constexpr REL::Offset WorkshopEngine__StateCreateReferences{ 0x053583D8 }; + inline constexpr REL::Offset WorkshopEngine__StateCreateTransferLink{ 0x05357700 }; + inline constexpr REL::Offset WorkshopEngine__StateCycleSnapBehavior{ 0x05357CC8 }; + inline constexpr REL::Offset WorkshopEngine__StateDuplicateReferences{ 0x05358368 }; + inline constexpr REL::Offset WorkshopEngine__StateIdle{ 0x053583A8 }; + inline constexpr REL::Offset WorkshopEngine__StateInspect{ 0x05357D08 }; + inline constexpr REL::Offset WorkshopEngine__StateInspectColorItems{ 0x05357D78 }; + inline constexpr REL::Offset WorkshopEngine__StateInterfaceI{ 0x05358280 }; + inline constexpr REL::Offset WorkshopEngine__StateModifyColors{ 0x05357780 }; + inline constexpr REL::Offset WorkshopEngine__StatePostCommitEdit{ 0x05357EA8 }; + inline constexpr REL::Offset WorkshopEngine__StateSetupReferences{ 0x053578E0 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdateAutoFoundation{ 0x05357EE8 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdateCommitSnapEdit{ 0x05357DB8 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdateLink{ 0x053577B8 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdatePlacement{ 0x05357830 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdatePowerLink{ 0x05357740 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdateSnapped{ 0x05357870 }; + inline constexpr REL::Offset WorkshopEngine__StateUpdateTransferLink{ 0x053576C0 }; + inline constexpr REL::Offset WorkshopEngine__StateWait3D{ 0x053578A8 }; + inline constexpr REL::Offset WorkshopEngine__TrackItemEvent{ 0x053582F8 }; + inline constexpr REL::Offset WorkshopEngine__UntrackItemEvent{ 0x05358248 }; + inline constexpr REL::Offset WorkshopEngine__UpdateEvent{ 0x0535A8A8 }; + inline constexpr REL::Offset WorkshopEngine__WorkshopEventBase{ 0x0535A7D0 }; + inline constexpr REL::Offset WorkshopEngine__WorkshopModeState{ 0x05358330 }; + inline constexpr REL::Offset WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter{ 0x05207660 }; + inline constexpr REL::Offset WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector{ 0x052096B0 }; + inline constexpr REL::Offset WorkshopHavokUtils__ForwardCastCollector{ 0x05207768 }; + inline constexpr REL::Offset WorkshopHavokUtils__GroundInfoCollisionfilter{ 0x05209C60 }; + inline constexpr REL::Offset WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter{ 0x05207710 }; + inline constexpr REL::Offset WorkshopHavokUtils__IgnoreReferences{ 0x052077A8 }; + inline constexpr REL::Offset WorkshopHavokUtils__IntersectionTestCollisionfilter{ 0x052076C0 }; + inline constexpr REL::Offset WorkshopHavokUtils__ItemPlacementForwardCastCollector{ 0x05209120 }; + inline constexpr REL::Offset WorkshopHavokUtils__TempItemPlacementCollector{ 0x0535AF60 }; + inline constexpr REL::Offset WorkshopHavokUtils__WorkshopClosestHitGroundCollector{ 0x052090D0 }; + inline constexpr REL::Offset WorkshopHavokUtils__WorkshopGroundCollector{ 0x05209170 }; + inline constexpr REL::Offset WorkshopHavokUtils__hknpWorkshopCastCollector{ 0x05207610 }; + inline constexpr REL::Offset WorkshopHavokUtils__hknpWorkshopIntersectCollector{ 0x052075C0 }; + inline constexpr REL::Offset WorkshopHighlightUtils__EventListener{ 0x0535A958 }; + inline constexpr REL::Offset WorkshopInteractiveMessageDataModel{ 0x0525D178 }; + inline constexpr REL::Offset WorkshopInteractiveMessageDataModel__ICallback{ 0x052A0B60 }; + inline constexpr REL::Offset WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle{ 0x0525D1C0 }; + inline constexpr REL::Offset WorkshopIsoCameraState{ 0x05323F08 }; + inline constexpr REL::Offset WorkshopLOD__WorkshopLODManager{ 0x05356FD0 }; + inline constexpr REL::Offset WorkshopMenu{ 0x052A07F8 }; + inline constexpr REL::Offset WorkshopMenuShared{ 0x052A3468 }; + inline constexpr REL::Offset WorkshopMenu_AttemptBuild{ 0x052A0B30 }; + inline constexpr REL::Offset WorkshopMenu_CancelAction{ 0x052A0A90 }; + inline constexpr REL::Offset WorkshopMenu_ChangeVariant{ 0x052A0A58 }; + inline constexpr REL::Offset WorkshopMenu_ConnectionEvent{ 0x052A0990 }; + inline constexpr REL::Offset WorkshopMenu_ExitMenu{ 0x052A09F8 }; + inline constexpr REL::Offset WorkshopMenu_MessageCallback{ 0x052A08B8 }; + inline constexpr REL::Offset WorkshopMenu_SelectedCategory{ 0x052A0AF8 }; + inline constexpr REL::Offset WorkshopMenu_SelectedGridObject{ 0x052A0AC0 }; + inline constexpr REL::Offset WorkshopMenu_ShowExtras{ 0x052A09C8 }; + inline constexpr REL::Offset WorkshopMenu_SwitchMode{ 0x052A0A28 }; + inline constexpr REL::Offset WorkshopMenu_ToggleDistance{ 0x052A0958 }; + inline constexpr REL::Offset WorkshopMenu_ToggleTracking{ 0x052A08F0 }; + inline constexpr REL::Offset WorkshopMenu_ToggleView{ 0x052A0928 }; + inline constexpr REL::Offset WorkshopMessageDataModel{ 0x0525D330 }; + inline constexpr REL::Offset WorkshopMessageDataModel__WorkshopMessageEventShuttle{ 0x0525D2E0 }; + inline constexpr REL::Offset WorkshopObjectInfoCardDataModel{ 0x0525C2A8 }; + inline constexpr REL::Offset WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle{ 0x0525C400 }; + inline constexpr REL::Offset WorkshopOperations__CandidateSnapper{ 0x0535AF18 }; + inline constexpr REL::Offset WorkshopOperations__SnapperBase{ 0x0535AEE0 }; + inline constexpr REL::Offset WorkshopPickRefDataModel{ 0x0525D940 }; + inline constexpr REL::Offset WorkshopPickRefDataModel__WorkshopPickRefEventShuttle{ 0x0525D8F0 }; + inline constexpr REL::Offset WorkshopQuickMenu{ 0x052A1108 }; + inline constexpr REL::Offset WorkshopQuickMenuDataModel{ 0x0525D9F0 }; + inline constexpr REL::Offset WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle{ 0x0525DA60 }; + inline constexpr REL::Offset WorkshopQuickMenu_ConfirmAction{ 0x052A11C8 }; + inline constexpr REL::Offset WorkshopQuickMenu_ExitMenu{ 0x052A1200 }; + inline constexpr REL::Offset WorkshopResources__WorkshopResourcesManager{ 0x051273C0 }; + inline constexpr REL::Offset WorkshopShared_SetActionHandles{ 0x052A35E0 }; + inline constexpr REL::Offset WorkshopShared_StartAction{ 0x052A35A8 }; + inline constexpr REL::Offset WorkshopStateDataModel{ 0x0525DD08 }; + inline constexpr REL::Offset WorkshopStateDataModel__WorkshopStateEventShuttle{ 0x0525DD80 }; + inline constexpr REL::Offset WorkshopStatusDataModel{ 0x05233B00 }; + inline constexpr REL::Offset WorkshopStatusDataModel__WorkshopStatusEventShuttle{ 0x05233B70 }; + inline constexpr REL::Offset WorkshopTargetMenu{ 0x052A1C88 }; + inline constexpr REL::Offset WorkshopTargetMenu_TargetHovered{ 0x052A1C50 }; + inline constexpr REL::Offset WorkshopTargetMenu_TargetPicked{ 0x052A23F8 }; + inline constexpr REL::Offset WorkshopTargetMenu__OutpostData{ 0x052A1790 }; + inline constexpr REL::Offset WorkshopTargetMenu__ResourceData{ 0x052A19F8 }; + inline constexpr REL::Offset WorkshopTargetMenu__SourceData{ 0x052A1370 }; + inline constexpr REL::Offset WorkshopTargetMenu__TargetData{ 0x052A1AD8 }; + inline constexpr REL::Offset WorkshopTargetMenu__TargetMenuData{ 0x052A1708 }; + inline constexpr REL::Offset WorkshopTargetMenu__WorkshopTargetEventShuttle{ 0x052A1A30 }; + inline constexpr REL::Offset WorkshopUI__ConfirmDeferDeleteCallback{ 0x0535BF30 }; + inline constexpr REL::Offset WorkshopUI__GenericTextMessageMsg{ 0x05092898 }; + inline constexpr REL::Offset WorkshopUI__InteractionModeState{ 0x0535BDA8 }; + inline constexpr REL::Offset WorkshopUI__StateBulldoze{ 0x0535BC48 }; + inline constexpr REL::Offset WorkshopUI__StateIdle{ 0x0535BD40 }; + inline constexpr REL::Offset WorkshopUI__StateInspectColors{ 0x0535BD08 }; + inline constexpr REL::Offset WorkshopUI__StateInspectIdle{ 0x0535BEB8 }; + inline constexpr REL::Offset WorkshopUI__StateInspectItem{ 0x0535BD70 }; + inline constexpr REL::Offset WorkshopUI__StateInterfaceI{ 0x0535BDE0 }; + inline constexpr REL::Offset WorkshopUI__StateModifyColors{ 0x0535BC10 }; + inline constexpr REL::Offset WorkshopUI__StateUpdateExistingItemPlacement{ 0x0535BE20 }; + inline constexpr REL::Offset WorkshopUI__StateUpdateNewDeployablePlacement{ 0x0535BE70 }; + inline constexpr REL::Offset WorkshopUI__StateUpdateNewItemPlacement{ 0x0535BEF0 }; + inline constexpr REL::Offset WorkshopUI__StateUpdateTransferLinkPlacement{ 0x0535BCC0 }; + inline constexpr REL::Offset WorkshopUI__StateUpdateWirePlacement{ 0x0535BC78 }; + inline constexpr REL::Offset WorkshopUI__UIStateMachine{ 0x05127518 }; + inline constexpr REL::Offset Workshop_BlueprintMenu{ 0x052A2500 }; + inline constexpr REL::Offset Workshop__BulldozeOnlyWorkshopItem{ 0x0535A720 }; + inline constexpr REL::Offset Workshop__DecoratedHabWorkshopItem{ 0x05209540 }; + inline constexpr REL::Offset Workshop__ExtraData{ 0x05179308 }; + inline constexpr REL::Offset Workshop__InventoryItemWorkshopItem{ 0x0535A790 }; + inline constexpr REL::Offset Workshop__MainStatusHandler{ 0x050AE9B8 }; + inline constexpr REL::Offset Workshop__PackinWorkshopItem{ 0x05209578 }; + inline constexpr REL::Offset Workshop__PowerLinkWorkshopItem{ 0x0535A758 }; + inline constexpr REL::Offset Workshop__SingleWorkshopItem{ 0x052095F0 }; + inline constexpr REL::Offset Workshop__TESObjectREFRGameEventListener{ 0x0535A918 }; + inline constexpr REL::Offset Workshop__TransferLinkWorkshopItem{ 0x0535A6E8 }; + inline constexpr REL::Offset Workshop__WireWorkshopItem{ 0x0535AA60 }; + inline constexpr REL::Offset Workshop__WorkshopItemBase{ 0x05209700 }; + inline constexpr REL::Offset Workshop__WorkshopMenuNode{ 0x0512C178 }; + inline constexpr REL::Offset Workshop__WorkshopMenuNodeBuildableObject{ 0x05207A88 }; + inline constexpr REL::Offset Workshop__WorkshopMenuNodeBulldozer{ 0x05207A08 }; + inline constexpr REL::Offset Workshop__WorkshopMenuNodeDecoratedHab{ 0x0535AFA8 }; + inline constexpr REL::Offset Workshop__WorkshopMenuNodeLockLevel{ 0x05207A48 }; + inline constexpr REL::Offset Workshop__WorkshopMenuNodeOutpost{ 0x0512C140 }; + inline constexpr REL::Offset Workshop__WorkshopStatisticsEventSink{ 0x05127738 }; + inline constexpr REL::Offset ZeroOverheadHeap{ 0x05371200 }; + inline constexpr REL::Offset ZeroPitchHandler{ 0x052EAF50 }; + inline constexpr REL::Offset ZoneEntry{ 0x051EB938 }; + inline constexpr REL::Offset __ActivityCompletedToMiscStatHandler{ 0x052C7EE0 }; + inline constexpr REL::Offset __Actor3DQueuePolicy{ 0x052B9068 }; + inline constexpr REL::Offset __ActorHeadResolver{ 0x052CC0F8 }; + inline constexpr REL::Offset __ActorItemEquippedToMiscStatHandler{ 0x052C74B0 }; + inline constexpr REL::Offset __ActorKillToMiscStatHandler{ 0x052C7220 }; + inline constexpr REL::Offset __ActorMediatorHelper{ 0x052CD2A0 }; + inline constexpr REL::Offset __ActorTargetCheck{ 0x052AF6A8 }; + inline constexpr REL::Offset __ActorValueChangedToMiscStatHandler{ 0x052C7F80 }; + inline constexpr REL::Offset __AddPackagesToListFunc{ 0x052CA418 }; + inline constexpr REL::Offset __AddToBuildableObjectListHelper{ 0x052079C0 }; + inline constexpr REL::Offset __AfflictionsSufferedToMiscStatHandler{ 0x052C7F30 }; + inline constexpr REL::Offset __AfterReflectNewLock{ 0x05080B00 }; + inline constexpr REL::Offset __AliasAddPackagesToListFunc{ 0x052CA3D8 }; + inline constexpr REL::Offset __AliasHandleCollector{ 0x0533AEA8 }; + inline constexpr REL::Offset __AllBuildableObjectMapHelper{ 0x05207930 }; + inline constexpr REL::Offset __AnimationFileListener{ 0x0536F2B0 }; + inline constexpr REL::Offset __AnimationFileLookupSingletonHelper{ 0x0536FBE0 }; + inline constexpr REL::Offset __AnimationManagerLoadScrapper{ 0x053610C0 }; + inline constexpr REL::Offset __AnimationQueuePolicy{ 0x052B45A8 }; + inline constexpr REL::Offset __ApplyMaterialVisitor{ 0x051BC138 }; + inline constexpr REL::Offset __ApplyTypedDamageFunctor{ 0x052EF048 }; + inline constexpr REL::Offset __ArchiveClearRegistrationListener{ 0x05181F40 }; + inline constexpr REL::Offset __ArmorInstanceDataFactory{ 0x051D0470 }; + inline constexpr REL::Offset __ArrestedToMiscStatHandler{ 0x052C80D0 }; + inline constexpr REL::Offset __AsyncThreadPoolCriticalSection{ 0x05083120 }; + inline constexpr REL::Offset __AtmosphereListener{ 0x052A5AA0 }; + inline constexpr REL::Offset __AtmosphericScatteringVolumeProcessor{ 0x05203300 }; + inline constexpr REL::Offset __AttachLightHitEffectVisitor{ 0x052A4510 }; + inline constexpr REL::Offset __AutoDoorFadeCallback{ 0x051D0FD0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterArmor_{ 0x052F0790 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterBoundItem_{ 0x052F1700 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterChameleon_{ 0x052F1850 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterCloak_{ 0x052F1470 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterDash_{ 0x052F02D0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterDisarm_{ 0x052F2230 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterInvisibility_{ 0x052F1100 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterLight_{ 0x052F11E0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterOffensive_{ 0x052F29A0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterParalyze_{ 0x052F0E00 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterReanimate_{ 0x052F0480 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterRestore_{ 0x052F1CA0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterScript_{ 0x052F0B70 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterStagger_{ 0x052F24C0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterSummon_{ 0x052F1AF0 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterTargetEffect_{ 0x052F0720 }; + inline constexpr REL::Offset __AutoRegisterCombatMagicCaster_CombatMagicCasterWard_{ 0x052F2010 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ 0x053225B0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ 0x05321BD0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ 0x053226C0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ 0x05320FD0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ 0x05321370 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ 0x053213F0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ 0x05322C30 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ 0x05323A10 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ 0x053223D0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ 0x05321D70 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ 0x05322E10 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ 0x05323A90 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ 0x05323130 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ 0x05322160 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ 0x053234A0 }; + inline constexpr REL::Offset __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ 0x05323380 }; + inline constexpr REL::Offset __BGSActivityTrackerComponentCreationPolicy{ 0x051887F0 }; + inline constexpr REL::Offset __BGSDelayedDependentAliasLoadNode{ 0x051E9D50 }; + inline constexpr REL::Offset __BGSLocationQueuePolicy{ 0x052B1858 }; + inline constexpr REL::Offset __BSAnimCallbackPostProcessNode{ 0x05204CF0 }; + inline constexpr REL::Offset __BSAnimationGraphDBData{ 0x05360430 }; + inline constexpr REL::Offset __BSAnimationTableDBData{ 0x053602C8 }; + inline constexpr REL::Offset __BSAnimationTextDBData{ 0x053603F0 }; + inline constexpr REL::Offset __BSAutoCloseController{ 0x05183240 }; + inline constexpr REL::Offset __BSBreakpadHandler{ 0x053728A8 }; + inline constexpr REL::Offset __BSScaleformAllocatorPaged{ 0x0539FB60 }; + inline constexpr REL::Offset __BSScaleformSysMemMapper{ 0x0539FC18 }; + inline constexpr REL::Offset __BSSceneGraphQueueDirect{ 0x05407AB0 }; + inline constexpr REL::Offset __BSSubBehaviorGraphSingletonDataQueuePolicy{ 0x05370150 }; + inline constexpr REL::Offset __BSTextureExtra{ 0x051D9CB8 }; + inline constexpr REL::Offset __BaseCallbackAdapter{ 0x0533AEE0 }; + inline constexpr REL::Offset __BaseIterateFormsFunctor{ 0x05188F28 }; + inline constexpr REL::Offset __BaseObjectQueuePolicy{ 0x052B4290 }; + inline constexpr REL::Offset __BaseSystemOutput{ 0x050823C8 }; + inline constexpr REL::Offset __BasicTypeConverter___int64_{ 0x053B9EE8 }; + inline constexpr REL::Offset __BasicTypeConverter_bool_{ 0x053B9D30 }; + inline constexpr REL::Offset __BasicTypeConverter_double_{ 0x053B9F68 }; + inline constexpr REL::Offset __BasicTypeConverter_float_{ 0x053B9BC0 }; + inline constexpr REL::Offset __BasicTypeConverter_int_{ 0x053B9E30 }; + inline constexpr REL::Offset __BasicTypeConverter_short_{ 0x053B9F28 }; + inline constexpr REL::Offset __BasicTypeConverter_signedchar_{ 0x053B9DB0 }; + inline constexpr REL::Offset __BasicTypeConverter_unsigned__int64_{ 0x053B9EA8 }; + inline constexpr REL::Offset __BasicTypeConverter_unsignedchar_{ 0x053B9D70 }; + inline constexpr REL::Offset __BasicTypeConverter_unsignedint_{ 0x053B9CF0 }; + inline constexpr REL::Offset __BasicTypeConverter_unsignedshort_{ 0x053B9C38 }; + inline constexpr REL::Offset __BehaviorGraphSpecificDataLookupSingleton{ 0x051544D0 }; + inline constexpr REL::Offset __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ 0x053B9A30 }; + inline constexpr REL::Offset __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ 0x053B98B0 }; + inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ 0x053B9940 }; + inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar_____ChunkReader{ 0x053B99B0 }; + inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ 0x053B9AB0 }; + inline constexpr REL::Offset __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator_____ChunkReader{ 0x053B9B30 }; + inline constexpr REL::Offset __BlockingCriticalSection{ 0x05083098 }; + inline constexpr REL::Offset __BlockingPromoteReferencesNode{ 0x05189CA0 }; + inline constexpr REL::Offset __BodyQueuePolicy{ 0x052B5A90 }; + inline constexpr REL::Offset __BookReadToMiscStatHandler{ 0x052C7470 }; + inline constexpr REL::Offset __BountyToMiscHandler{ 0x052C8098 }; + inline constexpr REL::Offset __CastAliasSpellVisitor{ 0x052CCE68 }; + inline constexpr REL::Offset __CellAcousticSpaceListener{ 0x052A59A8 }; + inline constexpr REL::Offset __CellLoadNode{ 0x0535D720 }; + inline constexpr REL::Offset __CellPostProcessNode{ 0x0535DCC0 }; + inline constexpr REL::Offset __CellSpawnPostProcessNode{ 0x0535DCF8 }; + inline constexpr REL::Offset __CellStateControl{ 0x0535DD88 }; + inline constexpr REL::Offset __CharProxyBeforeWholePhysicsUpdateTask{ 0x0537E4B0 }; + inline constexpr REL::Offset __CharProxyBeforeWholePhysicsUpdateTriggerSeenTask{ 0x0537E500 }; + inline constexpr REL::Offset __CharRigidBodyAfterNoSimulationPhysicsUpdateTask{ 0x0537E400 }; + inline constexpr REL::Offset __CharRigidBodyAfterWholePhysicsUpdateTask{ 0x0537E3B0 }; + inline constexpr REL::Offset __CharRigidBodyBetweenCollideAndSolveTask{ 0x0537E460 }; + inline constexpr REL::Offset __CheckEndReachedFunctorMapper{ 0x053B5EB0 }; + inline constexpr REL::Offset __CheckLineOfSightDoorFilter{ 0x051FEDF8 }; + inline constexpr REL::Offset __CheckLineOfSightTriangleFlagFiltersAdapter{ 0x053B7840 }; + inline constexpr REL::Offset __CheckRefAgainstConditionsFunc{ 0x051E9E80 }; + inline constexpr REL::Offset __CheckSphereVisitor{ 0x053B07D0 }; + inline constexpr REL::Offset __ChestLootedToMiscStatHandler{ 0x052C7430 }; + inline constexpr REL::Offset __ChildArrayImpl___ArrayParentRef_{ 0x05081D50 }; + inline constexpr REL::Offset __ChildArrayImpl___RecordParentRef_{ 0x05081980 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__ArrayType___ArrayParentRef_{ 0x05081DB0 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__ArrayType___RecordParentRef_{ 0x050819E0 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__BoolType___ArrayParentRef_{ 0x05081A50 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__BoolType___RecordParentRef_{ 0x05081680 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__FloatType___ArrayParentRef_{ 0x05081B30 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__FloatType___RecordParentRef_{ 0x05081760 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__IntType___ArrayParentRef_{ 0x05081AC0 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__IntType___RecordParentRef_{ 0x050816F0 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__PointerType___ArrayParentRef_{ 0x05081C10 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__PointerType___RecordParentRef_{ 0x05081840 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__RecordType___ArrayParentRef_{ 0x05081CE0 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__RecordType___RecordParentRef_{ 0x05081910 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__StringType___ArrayParentRef_{ 0x05081BA0 }; + inline constexpr REL::Offset __ChildImpl_hkReflect__StringType___RecordParentRef_{ 0x050817D0 }; + inline constexpr REL::Offset __ChildRecordImpl___ArrayParentRef_{ 0x05081C80 }; + inline constexpr REL::Offset __ChildRecordImpl___RecordParentRef_{ 0x050818B0 }; + inline constexpr REL::Offset __ClassStringConverter{ 0x053B9C00 }; + inline constexpr REL::Offset __CloakEffectCallbackFunctor{ 0x052A3B58 }; + inline constexpr REL::Offset __CloneAuxToNativeCallback{ 0x05082798 }; + inline constexpr REL::Offset __CloneDataFunctor{ 0x05189098 }; + inline constexpr REL::Offset __CloneReserverQueuePolicy{ 0x052B81C8 }; + inline constexpr REL::Offset __CloneToNativeCallback{ 0x050827D8 }; + inline constexpr REL::Offset __CollectQualifyingSubgraphsFunctor{ 0x0518AC80 }; + inline constexpr REL::Offset __CollectStaticObstaclesVisitor{ 0x052D3FF0 }; + inline constexpr REL::Offset __CollectionStringConverter{ 0x053B9CB0 }; + inline constexpr REL::Offset __CompleteLoadingQuestReferencesNode{ 0x051E9D00 }; + inline constexpr REL::Offset __CompressTask{ 0x0508CD00 }; + inline constexpr REL::Offset __ConditionScriptFunction{ 0x0536DAD8 }; + inline constexpr REL::Offset __ConditionVariableBool{ 0x0536DC08 }; + inline constexpr REL::Offset __ConditionVariableFloat{ 0x0536DB78 }; + inline constexpr REL::Offset __ConditionVariableInt{ 0x0536DB40 }; + inline constexpr REL::Offset __ConditionVariableNodeActiveTime{ 0x0536DBC0 }; + inline constexpr REL::Offset __ConditionVariableResult{ 0x0536DC48 }; + inline constexpr REL::Offset __ConditionVariableSyncElapsedTime{ 0x0536DC90 }; + inline constexpr REL::Offset __ConditionVariableVariable{ 0x0536DA98 }; + inline constexpr REL::Offset __ConfirmFailedPreLoadChecksCallBack{ 0x052ACDF0 }; + inline constexpr REL::Offset __ConfirmResetGameCallback{ 0x052BB048 }; + inline constexpr REL::Offset __ConsoleHotkeyManager{ 0x05324BC8 }; + inline constexpr REL::Offset __ConsoleLogPrinter{ 0x05324B90 }; + inline constexpr REL::Offset __ContainerInstanceDataFactory{ 0x051D06A0 }; + inline constexpr REL::Offset __CopyCallback{ 0x05080E58 }; + inline constexpr REL::Offset __CopyLinkedRefsFunctor{ 0x051D9D50 }; + inline constexpr REL::Offset __CoreMessageHandler{ 0x05372B08 }; + inline constexpr REL::Offset __CrewAssignedToMiscStatHandler{ 0x052C7A90 }; + inline constexpr REL::Offset __CriticalHitToMiscStatHandler{ 0x052C8310 }; + inline constexpr REL::Offset __CurrentWorkshopBuildableObjectMapHelper{ 0x05207970 }; + inline constexpr REL::Offset __CustomGeometryConverter{ 0x0508D478 }; + inline constexpr REL::Offset __DDQueueCollection{ 0x052B0F68 }; + inline constexpr REL::Offset __DaysPassedToMiscStatHandler{ 0x052C7FC8 }; + inline constexpr REL::Offset __DeathItemAdder{ 0x052CA3A0 }; + inline constexpr REL::Offset __DeepCopyStream{ 0x05406E98 }; + inline constexpr REL::Offset __DefaultObjectFormFactory{ 0x051CCBC0 }; + inline constexpr REL::Offset __DefaultScopedStatsCollector{ 0x05082428 }; + inline constexpr REL::Offset __DefaultTypeCallbackType{ 0x05080A48 }; + inline constexpr REL::Offset __DependentNode{ 0x05388C90 }; + inline constexpr REL::Offset __DestroyedToMiscStatHandler{ 0x052C74F8 }; + inline constexpr REL::Offset __DiffuseProbeCascadesVolumeProcessor{ 0x05203350 }; + inline constexpr REL::Offset __DispelAliasSpellVisitor{ 0x052CCEA8 }; + inline constexpr REL::Offset __DispelFirstOnlyFunctor{ 0x052CCDC0 }; + inline constexpr REL::Offset __DisplayCaseComponentCreationPolicy{ 0x05227FC0 }; + inline constexpr REL::Offset __DisplayCaseUnloadedPurposeHandler{ 0x05228120 }; + inline constexpr REL::Offset __DockToMiscStatHandler{ 0x052C7D28 }; + inline constexpr REL::Offset __DockingUtilsEventHandler{ 0x05352748 }; + inline constexpr REL::Offset __DoorIDSetter{ 0x051FD660 }; + inline constexpr REL::Offset __EditorDeadClothCacheExtraData{ 0x052CE0F0 }; + inline constexpr REL::Offset __EnumStringConverter{ 0x053B9E70 }; + inline constexpr REL::Offset __ErrorCommandDispatcher{ 0x0508AB70 }; + inline constexpr REL::Offset __EventCallbackAdapter{ 0x0533AF18 }; + inline constexpr REL::Offset __EventListener{ 0x0535AB18 }; + inline constexpr REL::Offset __ExitToMainMenuCallback{ 0x0533B690 }; + inline constexpr REL::Offset __FarTravelFadeDone{ 0x052A7C48 }; + inline constexpr REL::Offset __FinalizeShiftWorldTask{ 0x050895C0 }; + inline constexpr REL::Offset __FindAliasWithScript{ 0x051E58C0 }; + inline constexpr REL::Offset __FindClosestOpenEdgeFunctor{ 0x053B06B8 }; + inline constexpr REL::Offset __FindMovementIdleEnumHelper{ 0x051E5A98 }; + inline constexpr REL::Offset __FindObjectTypeHelper{ 0x051E5A60 }; + inline constexpr REL::Offset __FindPreferredConnectedNavmeshInfosWithinRadiusVisitor{ 0x053B7910 }; + inline constexpr REL::Offset __FindWildcardEventsFunctor{ 0x05360678 }; + inline constexpr REL::Offset __Fixups{ 0x05082920 }; + inline constexpr REL::Offset __ForceReloadLoadingTask{ 0x051E7B68 }; + inline constexpr REL::Offset __ForceVolumeProcessor{ 0x05203288 }; + inline constexpr REL::Offset __FormPointerCleanupPolicy{ 0x052B42D0 }; + inline constexpr REL::Offset __FormPointerProcessPolicy{ 0x052B4310 }; + inline constexpr REL::Offset __FormQueuePolicy{ 0x052B1E08 }; + inline constexpr REL::Offset __GameStatusHandler{ 0x0516ECE0 }; + inline constexpr REL::Offset __GenerateWorldCollideTasks{ 0x05376AF8 }; + inline constexpr REL::Offset __GenerateWorldParticleTasks{ 0x05376CF8 }; + inline constexpr REL::Offset __GenerateWorldSolveTasks{ 0x05376D38 }; + inline constexpr REL::Offset __GetMaterialPathVisitor{ 0x051BC0B8 }; + inline constexpr REL::Offset __GravJumpToMiscStatHandler{ 0x052C7B18 }; + inline constexpr REL::Offset __GravityModifier{ 0x052EE5F0 }; + inline constexpr REL::Offset __GravityModifierWorldStepListener{ 0x052EE3F0 }; + inline constexpr REL::Offset __HandlePlayerPerspectiveSwitchForEyeTracking{ 0x052CDA20 }; + inline constexpr REL::Offset __HarvestToMiscStatHandler{ 0x052C7260 }; + inline constexpr REL::Offset __HavokThreadMemorySink{ 0x05379DA0 }; + inline constexpr REL::Offset __HoursPassedToMiscStatHandler{ 0x052C8010 }; + inline constexpr REL::Offset __IMODVolumeProcessor{ 0x05203210 }; + inline constexpr REL::Offset __IVolumeProcessor{ 0x052031D8 }; + inline constexpr REL::Offset __ImageSpaceVolumeProcessor{ 0x05203248 }; + inline constexpr REL::Offset __InitParams{ 0x05092E20 }; + inline constexpr REL::Offset __InitialLoadListener{ 0x052A9788 }; + inline constexpr REL::Offset __InternalCommandConsumer{ 0x05088A88 }; + inline constexpr REL::Offset __InventoryToMiscStatHandler{ 0x052C73F0 }; + inline constexpr REL::Offset __IsTeleportDoorOnPath{ 0x053B6318 }; + inline constexpr REL::Offset __ItemCraftedToMiscStatHandler{ 0x052C8110 }; + inline constexpr REL::Offset __ItemPlacedToMiscStatHandler{ 0x052C7BE8 }; + inline constexpr REL::Offset __ItemScrappedToMiscStatHandler{ 0x052C7C30 }; + inline constexpr REL::Offset __ItemTransferHelper{ 0x05225C08 }; + inline constexpr REL::Offset __ItemsPickpocketedToMiscStatHandler{ 0x052C8230 }; + inline constexpr REL::Offset __ItemsStolenToMiscStatHandler{ 0x052C81A0 }; + inline constexpr REL::Offset __Jobber{ 0x0538B140 }; + inline constexpr REL::Offset __JsonReaderVisitor{ 0x05388C00 }; + inline constexpr REL::Offset __LatentCallback{ 0x0533AE70 }; + inline constexpr REL::Offset __LayerFalloffBinding{ 0x05398160 }; + inline constexpr REL::Offset __LightAttachmentRuntimeComponentCreationPolicy{ 0x0516B910 }; + inline constexpr REL::Offset __LinkedRefFinder{ 0x05179190 }; + inline constexpr REL::Offset __LoadGameListener{ 0x052A96A8 }; + inline constexpr REL::Offset __LoadSaveCommandLineHandler{ 0x052BCBC0 }; + inline constexpr REL::Offset __LoadWatcher{ 0x05225BD8 }; + inline constexpr REL::Offset __LocationDiscoveryMiscStatHandler{ 0x052C7BA0 }; + inline constexpr REL::Offset __LocationExploredEventHandler{ 0x051D19F0 }; + inline constexpr REL::Offset __LocksPickedMiscStatHandler{ 0x052C7B58 }; + inline constexpr REL::Offset __LogWriteThread{ 0x0538A760 }; + inline constexpr REL::Offset __MainStatusHandler{ 0x051E8578 }; + inline constexpr REL::Offset __MapMarkerDiscoveredToMiscStatHandler{ 0x052C7CE0 }; + inline constexpr REL::Offset __MaterialAlphaTestBinding{ 0x053960D0 }; + inline constexpr REL::Offset __MaterialAnimator{ 0x05397B78 }; + inline constexpr REL::Offset __MaterialInstanceBinding{ 0x05396540 }; + inline constexpr REL::Offset __MaterialLayerAutomaticFlipbookBinding{ 0x05397460 }; + inline constexpr REL::Offset __MaterialLayerFlipbookBinding{ 0x05396B50 }; + inline constexpr REL::Offset __MaterialLayerStepFlipbookBinding{ 0x05397B30 }; + inline constexpr REL::Offset __MaterialLayerTintBinding{ 0x05398210 }; + inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___BlenderUVStreamAccessor_{ 0x05395CC0 }; + inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___FlowUVStreamAccessor_{ 0x05395C50 }; + inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___LayerUVStreamAccessor_{ 0x05398050 }; + inline constexpr REL::Offset __MaterialLayerUVOffsetBinding___OpacityBlenderUVStreamAccessor_{ 0x05398320 }; + inline constexpr REL::Offset __MaterialLayerUVScaleBinding___BlenderUVStreamAccessor_{ 0x05397670 }; + inline constexpr REL::Offset __MaterialLayerUVScaleBinding___FlowUVStreamAccessor_{ 0x05396B90 }; + inline constexpr REL::Offset __MaterialLayerUVScaleBinding___LayerUVStreamAccessor_{ 0x053973F0 }; + inline constexpr REL::Offset __MaterialLayerUVScaleBinding___OpacityBlenderUVStreamAccessor_{ 0x053974B0 }; + inline constexpr REL::Offset __MaterialTraitBinding___CustomPorosityDescriptor_{ 0x05397F40 }; + inline constexpr REL::Offset __MaterialTraitBinding___EffectDistortionStrengthDescriptor_{ 0x053962C0 }; + inline constexpr REL::Offset __MaterialTraitBinding___EffectFlowExtentDescriptor_{ 0x05395FE0 }; + inline constexpr REL::Offset __MaterialTraitBinding___EffectFlowSpeedDescriptor_{ 0x05396F20 }; + inline constexpr REL::Offset __MaterialTraitBinding___EffectSoftFalloffDepthDescriptor_{ 0x05397AC0 }; + inline constexpr REL::Offset __MaterialTraitBinding___EmissiveAdaptiveLimitMaxDescriptor_{ 0x05397930 }; + inline constexpr REL::Offset __MaterialTraitBinding___EmissiveAdaptiveLimitMinDescriptor_{ 0x053971D0 }; + inline constexpr REL::Offset __MaterialTraitBinding___EmissiveAdaptiveOffsetDescriptor_{ 0x053978C0 }; + inline constexpr REL::Offset __MaterialTraitBinding___EmissiveColorDescriptor_{ 0x05396AE0 }; + inline constexpr REL::Offset __MaterialTraitBinding___EmissiveIntensityDescriptor_{ 0x05397ED0 }; + inline constexpr REL::Offset __MaterialTraitBinding___OverallAlphaDescriptor_{ 0x05397240 }; + inline constexpr REL::Offset __MaterialTraitBinding___TerrainBlendGradientFactorDescriptor_{ 0x053981A0 }; + inline constexpr REL::Offset __MaterialTraitBinding___TerrainBlendStrengthDescriptor_{ 0x05396EB0 }; + inline constexpr REL::Offset __MaterialTraitBinding___VegetationBranchFlexibilityDescriptor_{ 0x05395BE0 }; + inline constexpr REL::Offset __MaterialTraitBinding___VegetationLeafAmplitudeDescriptor_{ 0x05396F90 }; + inline constexpr REL::Offset __MaterialTraitBinding___VegetationLeafFrequencyDescriptor_{ 0x05395ED0 }; + inline constexpr REL::Offset __MaterialTraitBinding___VegetationTrunkFlexibilityDescriptor_{ 0x05396110 }; + inline constexpr REL::Offset __MaterialUVStreamOffsetBinding{ 0x053969A0 }; + inline constexpr REL::Offset __MaterialUVStreamScaleBinding{ 0x05398250 }; + inline constexpr REL::Offset __MemDebugAllocator{ 0x0507FF38 }; + inline constexpr REL::Offset __MemHeapAllocator{ 0x0507FF70 }; + inline constexpr REL::Offset __MemTempAllocator{ 0x0507FFA8 }; + inline constexpr REL::Offset __MemoryManagerFileFactory{ 0x052BEDD0 }; + inline constexpr REL::Offset __MenuAudioHandler__MenuListener{ 0x052A5900 }; + inline constexpr REL::Offset __MenuEventCatcher{ 0x05329990 }; + inline constexpr REL::Offset __MiscStatIncrementer_AssaultCrime__Event_{ 0x052C78B0 }; + inline constexpr REL::Offset __MiscStatIncrementer_LocationExplored__Event_{ 0x052C77B0 }; + inline constexpr REL::Offset __MiscStatIncrementer_MurderCrime__Event_{ 0x052C7860 }; + inline constexpr REL::Offset __MiscStatIncrementer_PiracyCrime__Event_{ 0x052C7810 }; + inline constexpr REL::Offset __MiscStatIncrementer_PlayerPlanetSurveyCompleteEvent_{ 0x052C7C80 }; + inline constexpr REL::Offset __MiscStatIncrementer_Spaceship__RegisteredEvent_{ 0x052C7900 }; + inline constexpr REL::Offset __MiscStatIncrementer_Spaceship__SoldEvent_{ 0x052C7E40 }; + inline constexpr REL::Offset __MiscStatIncrementer_Workshop__CargoLinkAddedEvent_{ 0x052C7750 }; + inline constexpr REL::Offset __MostContrabandCarriedToMiscHandler{ 0x052C8050 }; + inline constexpr REL::Offset __MovePlayerRelevantSpaceComponentsOnViewChange{ 0x052D18C0 }; + inline constexpr REL::Offset __MovementControllerAIAdapter{ 0x052D30F0 }; + inline constexpr REL::Offset __MovementHandlerAgentAngleControllerLoadScrapper{ 0x053B8A80 }; + inline constexpr REL::Offset __MovementHandlerAgentLargeDeltaLoadScrapper{ 0x053B8AE0 }; + inline constexpr REL::Offset __MovementHandlerAgentTranslationControllerLoadScrapper{ 0x053B89A0 }; + inline constexpr REL::Offset __MovementPlannerAgentHorseControlsLoadScrapper{ 0x05222FB0 }; + inline constexpr REL::Offset __MovementPlannerAgentKeepOffsetLoadScrapper{ 0x05223010 }; + inline constexpr REL::Offset __MusicEventSink{ 0x053A1448 }; + inline constexpr REL::Offset __MuzzleFlashQueuePolicy{ 0x052B61A0 }; + inline constexpr REL::Offset __NavmeshIdReplacer{ 0x051918B0 }; + inline constexpr REL::Offset __NetSocketLogger{ 0x052BB0E0 }; + inline constexpr REL::Offset __NewVisibleShipExteriorData{ 0x05353450 }; + inline constexpr REL::Offset __NiAVObjectVisitor_0_{ 0x051BC170 }; + inline constexpr REL::Offset __NiAVObjectVisitor_1_{ 0x051BC0F8 }; + inline constexpr REL::Offset __NoExitSaveQuitConfirmCallBack{ 0x0528AD50 }; + inline constexpr REL::Offset __NoExitSaveQuitToDesktopConfirmCallBack{ 0x0528ACC0 }; + inline constexpr REL::Offset __NoMusic{ 0x053A1338 }; + inline constexpr REL::Offset __NonInternalCommandConsumer{ 0x05088B00 }; + inline constexpr REL::Offset __NopCommandDispatcher{ 0x0508ABB0 }; + inline constexpr REL::Offset __NormalDoorFadeCallback{ 0x051D0F90 }; + inline constexpr REL::Offset __ObjectAttachmentRuntimeComponentCreationPolicy{ 0x0516C130 }; + inline constexpr REL::Offset __ObjectFactoryVisitor{ 0x05183B78 }; + inline constexpr REL::Offset __ObjectResource{ 0x05082818 }; + inline constexpr REL::Offset __ObjectiveStateToMiscStatHandler{ 0x052C7360 }; + inline constexpr REL::Offset __ObsoleteSaveCallback{ 0x052ACDB8 }; + inline constexpr REL::Offset __OnChildrenCompleteCallbackNode{ 0x05204D40 }; + inline constexpr REL::Offset __OutpostListener_ConfirmRemovalCallback{ 0x0523A390 }; + inline constexpr REL::Offset __OutpostPlacedToMiscStatHandler{ 0x052C8150 }; + inline constexpr REL::Offset __OutputInfoStream{ 0x051E7A00 }; + inline constexpr REL::Offset __PADataVisitor{ 0x051EB7D0 }; + inline constexpr REL::Offset __PAFinder{ 0x051EB728 }; + inline constexpr REL::Offset __PMPEventListener{ 0x053C7818 }; + inline constexpr REL::Offset __PackInNode{ 0x051CEF20 }; + inline constexpr REL::Offset __PackageQueuePolicy{ 0x052B5488 }; + inline constexpr REL::Offset __ParticleComponentCreationPolicy{ 0x0518C220 }; + inline constexpr REL::Offset __ParticleComponentEventListener{ 0x0518C720 }; + inline constexpr REL::Offset __PathBuilderBSPathingRequest{ 0x053B77F8 }; + inline constexpr REL::Offset __PathBuilderClosePointPath{ 0x05200020 }; + inline constexpr REL::Offset __PathBuilderPathingRequest{ 0x052001E0 }; + inline constexpr REL::Offset __PathBuilderRotatePath{ 0x052002D8 }; + inline constexpr REL::Offset __PathBuilderStopMovingPath{ 0x05200298 }; + inline constexpr REL::Offset __PathSmootherRayCastBuildNodesForLargeZDelta{ 0x053B0870 }; + inline constexpr REL::Offset __PathingSite{ 0x052BB018 }; + inline constexpr REL::Offset __PhotoModeCharacterProxyListener{ 0x0520A240 }; + inline constexpr REL::Offset __PlanetScanToMiscStatHandler{ 0x052C7DA8 }; + inline constexpr REL::Offset __PlayerCellListener{ 0x052A9968 }; + inline constexpr REL::Offset __PlayerGenderListener{ 0x052A5A68 }; + inline constexpr REL::Offset __PlayerIDUpdater{ 0x052ACD10 }; + inline constexpr REL::Offset __PlayerKnowledgeToMiscStatHandler{ 0x052C7DF0 }; + inline constexpr REL::Offset __PlayerTeleportEventHandler{ 0x05203398 }; + inline constexpr REL::Offset __PoseBoundCollisionObject{ 0x052CE0A8 }; + inline constexpr REL::Offset __PowersLearnedStatHandler{ 0x052C8278 }; + inline constexpr REL::Offset __PreloadCountVisitor{ 0x05178870 }; + inline constexpr REL::Offset __PreloadModelsVisitor{ 0x051788A8 }; + inline constexpr REL::Offset __PrintPapyrusObjectsOnAliasToConsole{ 0x051E7BE0 }; + inline constexpr REL::Offset __ProcessHavokCommandQueueTasks{ 0x05376DC0 }; + inline constexpr REL::Offset __QualifyAsCurrentPackage{ 0x052CA360 }; + inline constexpr REL::Offset __QuestRefDuplicateWatcher{ 0x051E9DE8 }; + inline constexpr REL::Offset __QuestStatusToMiscStatHandler{ 0x052C73B0 }; + inline constexpr REL::Offset __QueuedBGSStaticCollection{ 0x051CF3C8 }; + inline constexpr REL::Offset __QueuedBodyItem{ 0x05157580 }; + inline constexpr REL::Offset __QueuedFileQueuePolicy{ 0x052B8798 }; + inline constexpr REL::Offset __QueuedMagicItem{ 0x051788E0 }; + inline constexpr REL::Offset __QueuedSubBehaviorHandles{ 0x05370420 }; + inline constexpr REL::Offset __RagdollPenetrationDetectAndResolveTask{ 0x0537ECE0 }; + inline constexpr REL::Offset __ReferenceCleanupPolicy{ 0x052B3C20 }; + inline constexpr REL::Offset __ReferenceProcessPolicy{ 0x052B2D38 }; + inline constexpr REL::Offset __ReferenceQueuePolicy{ 0x052B3BE8 }; + inline constexpr REL::Offset __ReferenceStringConverter{ 0x053B9DF0 }; + inline constexpr REL::Offset __Registry{ 0x05082588 }; + inline constexpr REL::Offset __RejectQuestConfirmCallBack{ 0x0526AED0 }; + inline constexpr REL::Offset __RequestContrabandItemsNode{ 0x052A8D80 }; + inline constexpr REL::Offset __RobotSelectionCallback{ 0x052A27C8 }; + inline constexpr REL::Offset __RuntimeComponentDBFactoryHelper{ 0x0518FFA0 }; + inline constexpr REL::Offset __ScannedToMiscStatHandler{ 0x052C7D68 }; + inline constexpr REL::Offset __SceneActionResultsCallBack{ 0x051E8B68 }; + inline constexpr REL::Offset __ScenePhaseResultsCallBack{ 0x051E8BD8 }; + inline constexpr REL::Offset __SceneResultsCallBack{ 0x051E89B0 }; + inline constexpr REL::Offset __SearchLinkedRefChildrenFunctor{ 0x05179110 }; + inline constexpr REL::Offset __SearchPolicyStandard{ 0x0519A740 }; + inline constexpr REL::Offset __SecurityMenu_ConfirmCallback{ 0x052781B0 }; + inline constexpr REL::Offset __SecurityMenu_UseDigipickCallback{ 0x05278160 }; + inline constexpr REL::Offset __ServeJailTimeCallback{ 0x051CFC48 }; + inline constexpr REL::Offset __Service{ 0x052EE438 }; + inline constexpr REL::Offset __SetPapyrusVarFunctor{ 0x050909F0 }; + inline constexpr REL::Offset __SettleEventSink{ 0x052C9738 }; + inline constexpr REL::Offset __ShiftBroadphaseTask{ 0x05089588 }; + inline constexpr REL::Offset __ShiftWorldTask{ 0x05089550 }; + inline constexpr REL::Offset __ShipAddedToMiscStatHandler{ 0x052C7AD8 }; + inline constexpr REL::Offset __ShipCustomizedToMiscStatHandler{ 0x052C7E90 }; + inline constexpr REL::Offset __SimpleImportHandler{ 0x05082730 }; + inline constexpr REL::Offset __SkipJumpNode{ 0x053B6350 }; + inline constexpr REL::Offset __SortIntersectingEdgesFunctor{ 0x053B0700 }; + inline constexpr REL::Offset __SpaceshipInstanceDataFactory{ 0x051C37E0 }; + inline constexpr REL::Offset __SpaceshipLinkedCellCreationPolicy{ 0x0535DD40 }; + inline constexpr REL::Offset __SpaceshipTemplateComponentHandler{ 0x05356A00 }; + inline constexpr REL::Offset __SpeechChallengeSucceededStatHandler{ 0x052C82C0 }; + inline constexpr REL::Offset __SpinningCriticalSection{ 0x050830D8 }; + inline constexpr REL::Offset __StackWalker{ 0x05372AD8 }; + inline constexpr REL::Offset __StageEventSource{ 0x052BADF0 }; + inline constexpr REL::Offset __StageItemFinishedCallback{ 0x051EB268 }; + inline constexpr REL::Offset __StandardDetectionListener{ 0x052CD9E0 }; + inline constexpr REL::Offset __StartingConsoleCommandRunner{ 0x052BCB80 }; + inline constexpr REL::Offset __StopHitEffectsVisitor{ 0x052A37E8 }; + inline constexpr REL::Offset __StopStartEquipabilityFunctor{ 0x052CCE00 }; + inline constexpr REL::Offset __StorageTableVolumeProcessor{ 0x052032C0 }; + inline constexpr REL::Offset __StringTypeConverter{ 0x053B9C78 }; + inline constexpr REL::Offset __TESAudioInitialLoadListener{ 0x052A5A28 }; + inline constexpr REL::Offset __TESAudioSaveLoadListener{ 0x052A59E8 }; + inline constexpr REL::Offset __TESAudioScriptSDM{ 0x05226A40 }; + inline constexpr REL::Offset __TESHitToMiscStatHandler{ 0x052C71E0 }; + inline constexpr REL::Offset __TESNPCInstanceDataFactory{ 0x051E9540 }; + inline constexpr REL::Offset __TESObjectREFRFactory{ 0x051D9E78 }; + inline constexpr REL::Offset __TESQuestSpaceCellPostProcessNode{ 0x051E9DA0 }; + inline constexpr REL::Offset __TempEffectProcessPolicy{ 0x052B8C10 }; + inline constexpr REL::Offset __TempEffectQueuePolicy{ 0x052B8B70 }; + inline constexpr REL::Offset __TerminalsHackedToMiscStatHandler{ 0x052C81E0 }; + inline constexpr REL::Offset __TextureReadyNode{ 0x053A0B60 }; + inline constexpr REL::Offset __TimeOutNode{ 0x05231138 }; + inline constexpr REL::Offset __TopicInfoEventArguments{ 0x050939B0 }; + inline constexpr REL::Offset __TopicResultCallBack{ 0x051EB808 }; + inline constexpr REL::Offset __TransactionEventToMiscStatHandler{ 0x052C7A40 }; + inline constexpr REL::Offset __TrespassToMiscStatHandler{ 0x052C7320 }; + inline constexpr REL::Offset __UpdateActorAlias{ 0x05351FB8 }; + inline constexpr REL::Offset __UserRequestedScale{ 0x05378488 }; + inline constexpr REL::Offset __VATSFaceEmotionManager{ 0x05225C88 }; + inline constexpr REL::Offset __VariantToMenuRecipeHelper{ 0x052078F0 }; + inline constexpr REL::Offset __VdbObjectAllocImpl{ 0x05085A48 }; + inline constexpr REL::Offset __VdbObjectCompoundImpl{ 0x05085A80 }; + inline constexpr REL::Offset __VdbObjectPointerImpl{ 0x05085AF8 }; + inline constexpr REL::Offset __VdbObjectStringImpl{ 0x05085AC0 }; + inline constexpr REL::Offset __VoiceTypeFinder{ 0x05179158 }; + inline constexpr REL::Offset __Volume3DBuilder{ 0x0516A938 }; + inline constexpr REL::Offset __Win32Impl{ 0x05080CD0 }; + inline constexpr REL::Offset __Win32ThreadImpl{ 0x05082CB8 }; + inline constexpr REL::Offset __WorkshopItemColorComponentCreationPolicy{ 0x05229520 }; + inline constexpr REL::Offset __WorkshopItemColorListener{ 0x05229448 }; + inline constexpr REL::Offset __WorkshopListener{ 0x052A9670 }; + inline constexpr REL::Offset __bhkLifoAllocator{ 0x0537F068 }; + inline constexpr REL::Offset __bhkTaskSchedule__ExecutionContext{ 0x05376A80 }; + inline constexpr REL::Offset __hknpBSExplosionCollisionFilter{ 0x052ED550 }; + inline constexpr REL::Offset __hknpBSFootIKCollector{ 0x052ECEA8 }; + inline constexpr REL::Offset __hknpBSFootIKMultiCollector{ 0x052ECEE8 }; + inline constexpr REL::Offset __hknpBSIgnorePoseBoundForActorsInFurnitureCollector{ 0x052CCA40 }; + inline constexpr REL::Offset __hknpBSMaterialLibrary{ 0x05376A38 }; + inline constexpr REL::Offset __hknpBSQuadOrientationCollector{ 0x0537F460 }; + inline constexpr REL::Offset __hknpBSRagdollPenetrationCollisionFilter{ 0x0537EAD0 }; + inline constexpr REL::Offset __hknpScaledConvexShapeScaleAndTransformCollector{ 0x05087B20 }; + inline constexpr REL::Offset _lambda_00d5217ef8ad8306a0857599ddd8dbf1_{ 0x05092100 }; + inline constexpr REL::Offset _lambda_0137d6fe45ea3e636b2d6017b24d33bc_{ 0x050937F0 }; + inline constexpr REL::Offset _lambda_01bd2b49efd0e791f3415bd64196db31_{ 0x050929C0 }; + inline constexpr REL::Offset _lambda_01dccaaad9683fd6af22011ab140b0c8_{ 0x0509A890 }; + inline constexpr REL::Offset _lambda_02ff87d5a1c7cb7bb196543e25c63d34_{ 0x050958F0 }; + inline constexpr REL::Offset _lambda_064eb253765a9f5db082e668a24883dd_{ 0x0508E7B0 }; + inline constexpr REL::Offset _lambda_079a8aa660e61b088f96148680d36dd1_{ 0x0509A390 }; + inline constexpr REL::Offset _lambda_0b7ea718bba33c91f7f453946dab312b_{ 0x05097220 }; + inline constexpr REL::Offset _lambda_0c3f1a43f1da6558563a23e48bb1195f_{ 0x05099D50 }; + inline constexpr REL::Offset _lambda_0cb21591d64d9d5a933a0c452d3e1b37_{ 0x05091B50 }; + inline constexpr REL::Offset _lambda_0d094ed39072b466c030120fa3549e10_{ 0x05099B50 }; + inline constexpr REL::Offset _lambda_0d61f77a4e0b580d8864148d44cbbcd5_{ 0x05093A70 }; + inline constexpr REL::Offset _lambda_0e4128c3c56ec4235d7c2346553833b1_{ 0x05095C70 }; + inline constexpr REL::Offset _lambda_0e89c8d2d6392b5c24f6e22ccbfe44f3_{ 0x0509A290 }; + inline constexpr REL::Offset _lambda_0f816cd334da25fe63d67395ed4b6703_{ 0x05090740 }; + inline constexpr REL::Offset _lambda_101dda04a59aa879dbf7dd0dbcbb50f4_{ 0x05099A50 }; + inline constexpr REL::Offset _lambda_10a195d0c61c3774dc751bb81bad20ea_{ 0x05090A30 }; + inline constexpr REL::Offset _lambda_10d7cbe1e40005e0df74c3070c767704_{ 0x050934B0 }; + inline constexpr REL::Offset _lambda_1138477ef28b4372fd489c1bcc023c05_{ 0x05099810 }; + inline constexpr REL::Offset _lambda_11b2a70e928258926716bb670e61c24a_{ 0x050964F0 }; + inline constexpr REL::Offset _lambda_12cf7000a08c0229e16393f09561ca7d_{ 0x05092180 }; + inline constexpr REL::Offset _lambda_1343a7597d09bd6c22da4f378aac238c_{ 0x05096530 }; + inline constexpr REL::Offset _lambda_146998ed97e13e207a200e985e03d975_{ 0x0509A550 }; + inline constexpr REL::Offset _lambda_157ba101c59821e9fea353d3f926cfe3_{ 0x0508DB60 }; + inline constexpr REL::Offset _lambda_1691aad4cbb6dd3fc6c8d4b0e62850c6_{ 0x0509AA50 }; + inline constexpr REL::Offset _lambda_18fb63f93afbe598c9149d716267e4e2_{ 0x050963F0 }; + inline constexpr REL::Offset _lambda_19e25a9a86dd7bfab3e3ed474f4ae405_{ 0x05096F60 }; + inline constexpr REL::Offset _lambda_1a1c1c1c70458df8b136533127a96c36_{ 0x050930D0 }; + inline constexpr REL::Offset _lambda_1b40e015e00b4adbcee4fb35a5cc45c1_{ 0x05093190 }; + inline constexpr REL::Offset _lambda_1b63f9058575014058ae5062371c2420_{ 0x05093CC0 }; + inline constexpr REL::Offset _lambda_1beb1e068fc78fb960485228eab3f948_{ 0x05097060 }; + inline constexpr REL::Offset _lambda_1dc3149776d7cf060ff9a106a966e1e5_{ 0x05093D80 }; + inline constexpr REL::Offset _lambda_1dda600280e58eb2b42970a6b47a42b1_{ 0x050908A0 }; + inline constexpr REL::Offset _lambda_1e03f8fc253bb683083eade4e7956eb5_{ 0x05095870 }; + inline constexpr REL::Offset _lambda_1fb112292025c2cc3c05f3d5b87214b7_{ 0x050921C0 }; + inline constexpr REL::Offset _lambda_20261863c4ee737b997d4ce0c05d0e86_{ 0x05095FB0 }; + inline constexpr REL::Offset _lambda_21a6084b85a3ee0516f06a23bd4f3fec_{ 0x05093BC0 }; + inline constexpr REL::Offset _lambda_2210288a532619fcc3a6cac94e78ad91_{ 0x05092E50 }; + inline constexpr REL::Offset _lambda_226adfc9bb5fcc136f15a35842593266_{ 0x05099A10 }; + inline constexpr REL::Offset _lambda_2283b9715cb61b44c107b8114957461b_{ 0x05097120 }; + inline constexpr REL::Offset _lambda_22a758e192999f16ea34a259f7a86bf9_{ 0x0509A190 }; + inline constexpr REL::Offset _lambda_22d9514d375c4e7bda2ab76e1a1cf935_{ 0x05093250 }; + inline constexpr REL::Offset _lambda_23104a4f4bc9e99a333407e5532b9c2e_{ 0x05096E60 }; + inline constexpr REL::Offset _lambda_26b354ee21d442f54c03242e1028a3df_{ 0x05095770 }; + inline constexpr REL::Offset _lambda_27ac859d074856e3877b54b6628e3804_{ 0x0509A0D0 }; + inline constexpr REL::Offset _lambda_28dc3789d661118750451f000e1a828d_{ 0x0509A150 }; + inline constexpr REL::Offset _lambda_298a70172293ffb6e97521f9d8ce6b44_{ 0x05095BB0 }; + inline constexpr REL::Offset _lambda_2cc92a8a40a80bd38c78b736cc225140_{ 0x05091C00 }; + inline constexpr REL::Offset _lambda_2db861672ef3222e622fc6e45a100761_{ 0x05090680 }; + inline constexpr REL::Offset _lambda_2e8256baf7579370f3cc4021419dc788_{ 0x05095A30 }; + inline constexpr REL::Offset _lambda_2f4e18e4eb48ac8396c9dd206f4e20a0_{ 0x050907A0 }; + inline constexpr REL::Offset _lambda_30eb1d5bc2b9d6ae4ee7d6d599b9d087_{ 0x05099C50 }; + inline constexpr REL::Offset _lambda_34ca4d2cb3abb74e14f6547c45584ec5_{ 0x05099AD0 }; + inline constexpr REL::Offset _lambda_35c9e85af3ac3bbbd7ed2568cdbf3d61_{ 0x0509A110 }; + inline constexpr REL::Offset _lambda_3685864590e2610ca62dd66f58277d6b_{ 0x05096570 }; + inline constexpr REL::Offset _lambda_37a4cfa73182d5fe75926706752c629b_{ 0x05093970 }; + inline constexpr REL::Offset _lambda_395ca9c887b77069b4167f750ef9cf82_{ 0x05095F30 }; + inline constexpr REL::Offset _lambda_39a899ccd47d79c0e880239f437c5605_{ 0x0509A910 }; + inline constexpr REL::Offset _lambda_39d9004daaead13d1142bd21c3889fd4_{ 0x0508DB20 }; + inline constexpr REL::Offset _lambda_3a065f65e612987ef75503bb93352629_{ 0x05092F50 }; + inline constexpr REL::Offset _lambda_3ad9d5fb82392dde611ba91d090c9c3f_{ 0x05099850 }; + inline constexpr REL::Offset _lambda_3c131cbf0235fa2907ac957538ea2adf_{ 0x050938B0 }; + inline constexpr REL::Offset _lambda_3c61befd82dbdd7a8b131ea4bffedd8a_{ 0x050971E0 }; + inline constexpr REL::Offset _lambda_3d1206d68bd154fbb45c4f583492a37b_{ 0x05099E90 }; + inline constexpr REL::Offset _lambda_3d1eb35d9e985f7f48c7b78dd0f5dc4a_{ 0x050925C0 }; + inline constexpr REL::Offset _lambda_3d6d882571e717a31b802345d8629cbb_{ 0x0508D9E0 }; + inline constexpr REL::Offset _lambda_3ea1ef3009c720cecb451704a32813b5_{ 0x05099F90 }; + inline constexpr REL::Offset _lambda_3f5c09d0b04134f1e2fd27bc98134128_{ 0x05093110 }; + inline constexpr REL::Offset _lambda_402b6b2cf3423ce83cff3bc1cd824c16_{ 0x05091C40 }; + inline constexpr REL::Offset _lambda_4091ce050b80e984dd417f79fb124528_{ 0x0508DAA0 }; + inline constexpr REL::Offset _lambda_429d91f21c20955e61a60d88028db1c7_{ 0x0509A250 }; + inline constexpr REL::Offset _lambda_42c94d42aab591076c4f701b6a4ddf5c_{ 0x0509A950 }; + inline constexpr REL::Offset _lambda_436fee8b3e483a41f879d21e86d3bc23_{ 0x05093830 }; + inline constexpr REL::Offset _lambda_43e878a7f549f13e6eb351cff7c4bfd8_{ 0x050923C0 }; + inline constexpr REL::Offset _lambda_49df49a740641670e19d30408fee74d2_{ 0x050933E0 }; + inline constexpr REL::Offset _lambda_4ab1e6ed8a6e5383082ee14fce46285a_{ 0x05091B10 }; + inline constexpr REL::Offset _lambda_4be5ce6aef68e83aa49569993aff8066_{ 0x050965F0 }; + inline constexpr REL::Offset _lambda_4dccea91ce7a8c84901e03d8daeebdf1_{ 0x05092540 }; + inline constexpr REL::Offset _lambda_4eacc160b5f348ee0264616c24054602_{ 0x05092E90 }; + inline constexpr REL::Offset _lambda_4f50077fa771293a5365fed257f4173d_{ 0x05096FE0 }; + inline constexpr REL::Offset _lambda_4fc1f8fd17d1b1561b9b721d1ac74b7c_{ 0x05097160 }; + inline constexpr REL::Offset _lambda_50cd214866876a925987c64384b71bae_{ 0x050939F0 }; + inline constexpr REL::Offset _lambda_515e6240cf16aed2614e1605da656944_{ 0x050963B0 }; + inline constexpr REL::Offset _lambda_520c073f2f9b5ea31222b82582f32973_{ 0x05095C30 }; + inline constexpr REL::Offset _lambda_521efaefe0784c40e7d3073a8966e501_{ 0x05093360 }; + inline constexpr REL::Offset _lambda_536c33102983ea9fd90bc3c130fb7820_{ 0x05093770 }; + inline constexpr REL::Offset _lambda_53ffc39032ca0e72f60b58be925dbe69_{ 0x05093470 }; + inline constexpr REL::Offset _lambda_542f1bbb43e6c28f5ce82f130dbb7998_{ 0x0509A9D0 }; + inline constexpr REL::Offset _lambda_54dad1b29cb5d8edae0699aec55b7850_{ 0x050958B0 }; + inline constexpr REL::Offset _lambda_594f3bda6a21738130d296ce7e47531c_{ 0x05372470 }; + inline constexpr REL::Offset _lambda_5b6bf7a85f71f5e8b83ca9901ba8d456_{ 0x05096670 }; + inline constexpr REL::Offset _lambda_5b7b9ba11d3cb17659ed8a298e797b98_{ 0x05096FA0 }; + inline constexpr REL::Offset _lambda_5b9dc8dc260e8e699de8a340ce375773_{ 0x0509A490 }; + inline constexpr REL::Offset _lambda_5bf3aef22eb08edc5ed9837b41c24d0f_{ 0x05092A00 }; + inline constexpr REL::Offset _lambda_5c528dcbbd0b61a287ba8ad0b05356a4_{ 0x050935F0 }; + inline constexpr REL::Offset _lambda_5f7837156978a193dc01989556f9d30e_{ 0x05096EA0 }; + inline constexpr REL::Offset _lambda_5f90e84e4769be26f1d2fa6feefac45e_{ 0x05092140 }; + inline constexpr REL::Offset _lambda_60a2675cfe8788660ad082994eac7525_{ 0x05093670 }; + inline constexpr REL::Offset _lambda_624820ae5003c78f8a25c3b4647ca2b5_{ 0x05095730 }; + inline constexpr REL::Offset _lambda_633338cb47e4bb804ff6b8d03f198a1a_{ 0x0509A210 }; + inline constexpr REL::Offset _lambda_646248fb9034a6ddb932548e7d49446f_{ 0x050999D0 }; + inline constexpr REL::Offset _lambda_65251ad5213365d0137a05e1fe2d67a8_{ 0x0509A810 }; + inline constexpr REL::Offset _lambda_657ac87fbbbe273c3afe0ef0a6887ef4_{ 0x05095CF0 }; + inline constexpr REL::Offset _lambda_65e1869835d0fc38d82c5bdace342e97_{ 0x050955F0 }; + inline constexpr REL::Offset _lambda_662d1933046d5577025af7b0e03b4e6e_{ 0x05099E50 }; + inline constexpr REL::Offset _lambda_682c30481b6f945aea581f28d4e66539_{ 0x05093210 }; + inline constexpr REL::Offset _lambda_68a4952c753627b6fe5f1e5adb569f53_{ 0x0509A6D0 }; + inline constexpr REL::Offset _lambda_6910601695f3dd7a3b6b918d3be3a895_{ 0x0509A1D0 }; + inline constexpr REL::Offset _lambda_697c0a91b66ab3f6c7a782bea49b1331_{ 0x0509A850 }; + inline constexpr REL::Offset _lambda_69faf50df0058a7a957d676816e44d1d_{ 0x05092480 }; + inline constexpr REL::Offset _lambda_6b6802b990080eb1f972ed3fdfb349be_{ 0x0509A010 }; + inline constexpr REL::Offset _lambda_6bfe5617e71c0af674ee59fb22d68f79_{ 0x05093730 }; + inline constexpr REL::Offset _lambda_6d1081504a31f0237eeec490f4089cbe_{ 0x0508A7A0 }; + inline constexpr REL::Offset _lambda_6e5c678196ad94d42acbba02698228ce_{ 0x0509AC70 }; + inline constexpr REL::Offset _lambda_6fad9a44932c23cb4c364726b83cc47e_{ 0x050931D0 }; + inline constexpr REL::Offset _lambda_717dc205c7ab523420c0800b9e620bc1_{ 0x05091B90 }; + inline constexpr REL::Offset _lambda_7324ce25e7200bddfb11a4d6245045ae_{ 0x05096F20 }; + inline constexpr REL::Offset _lambda_74102bbd0491ae7e2f2b428364a0aa38_{ 0x050957B0 }; + inline constexpr REL::Offset _lambda_76f340027b84ed28b676175aa3299281_{ 0x0509A990 }; + inline constexpr REL::Offset _lambda_77392527259adccb8a2255e05849c42d_{ 0x0509A050 }; + inline constexpr REL::Offset _lambda_78104d6457cc7c72b7b70dedbd4c7729_{ 0x05099F10 }; + inline constexpr REL::Offset _lambda_7827c147829e00fe7f15eaefe593e3cc_{ 0x05095930 }; + inline constexpr REL::Offset _lambda_7886e0ae4dc3b052efa6329abc319cc6_{ 0x050971A0 }; + inline constexpr REL::Offset _lambda_7a8458241d5d25022323237c491d8ecf_{ 0x05092340 }; + inline constexpr REL::Offset _lambda_7ab3183038f8d3427088a16035449539_{ 0x0509A510 }; + inline constexpr REL::Offset _lambda_7b4604e2c8877e4150b76621d097e6be_{ 0x050908E0 }; + inline constexpr REL::Offset _lambda_7b521c39367390feb40229c1163fbb50_{ 0x0509A410 }; + inline constexpr REL::Offset _lambda_7c44afdf93ced21c2c49b0c43ebfe17c_{ 0x05095BF0 }; + inline constexpr REL::Offset _lambda_7c4a786bf74d8f5789f0892713f97e58_{ 0x05099D10 }; + inline constexpr REL::Offset _lambda_7e2e399ef17308210647e0ff0d59e8c7_{ 0x05091C80 }; + inline constexpr REL::Offset _lambda_7ece62f38092b876d5a29803f71ebe42_{ 0x05099950 }; + inline constexpr REL::Offset _lambda_7f409a04a56b9fd44455212d87c431ae_{ 0x05099F50 }; + inline constexpr REL::Offset _lambda_7fb62125534421398702f4a2baef2e0b_{ 0x050961F0 }; + inline constexpr REL::Offset _lambda_80ccd6ef81c90a908ae7b9dc423ede29_{ 0x05099B90 }; + inline constexpr REL::Offset _lambda_811ffd3359415b814ad419ff4a6f7b6c_{ 0x05092640 }; + inline constexpr REL::Offset _lambda_816d88711d4f9b92fafc67d6d4128a01_{ 0x0509A7D0 }; + inline constexpr REL::Offset _lambda_81a7bbc2c642195c7bb8b5639a213323_{ 0x05099C90 }; + inline constexpr REL::Offset _lambda_834a520bd939bc68cd51b0030af55eaf_{ 0x05095E70 }; + inline constexpr REL::Offset _lambda_83642b9649b829cac9b8f06fc6d8158f_{ 0x05099A90 }; + inline constexpr REL::Offset _lambda_8453b831f47d1a741b54d8f6b25960af_{ 0x05093D00 }; + inline constexpr REL::Offset _lambda_84cb86a16ff0b9443451d13f3a11f731_{ 0x05099910 }; + inline constexpr REL::Offset _lambda_850f684f539da753d4c4cafdf641fe49_{ 0x05091A40 }; + inline constexpr REL::Offset _lambda_85498ddcc5baa3ce86b9dd695663ebad_{ 0x05096270 }; + inline constexpr REL::Offset _lambda_8687a1ebfd15fe7709dd4b4b902dc27f_{ 0x05097360 }; + inline constexpr REL::Offset _lambda_86c0ac20e1dbb3512a09e5045908b2c5_{ 0x0508DAE0 }; + inline constexpr REL::Offset _lambda_896abb438acda319cef743a7a9efbaac_{ 0x05093320 }; + inline constexpr REL::Offset _lambda_89a805409404f6f4936c6202133cf01b_{ 0x050924C0 }; + inline constexpr REL::Offset _lambda_8b10bb14db18c9fe3d791996c1a19554_{ 0x05093150 }; + inline constexpr REL::Offset _lambda_8b2ccaafdc8a81683c63b0eaf14891dc_{ 0x05092200 }; + inline constexpr REL::Offset _lambda_8c96b78c58fa606af46999ce51170c9e_{ 0x05092400 }; + inline constexpr REL::Offset _lambda_8cd85e122db7eea6c89ba263e95d12b4_{ 0x05096030 }; + inline constexpr REL::Offset _lambda_8e0bb810ac36e6a74cfd8179851fd370_{ 0x05096370 }; + inline constexpr REL::Offset _lambda_8f7483c9ca649af851d04e7c9f33e6ac_{ 0x05096070 }; + inline constexpr REL::Offset _lambda_9002e4b1e35b9ef038662911247cc309_{ 0x0509A450 }; + inline constexpr REL::Offset _lambda_90d8b86f0c99746f95e0b4ca1a49d2c0_{ 0x05099BD0 }; + inline constexpr REL::Offset _lambda_91251eb0ccb3ea9b423b4f677c265616_{ 0x05092A70 }; + inline constexpr REL::Offset _lambda_92c8185250fde670ed1817bc106a4a88_{ 0x05093A30 }; + inline constexpr REL::Offset _lambda_947391e129c30a4c103f3726de0a66d9_{ 0x05096130 }; + inline constexpr REL::Offset _lambda_959037408af959a47613d3263db08c86_{ 0x05092280 }; + inline constexpr REL::Offset _lambda_96f81aaee411c9d69a17525610aa912c_{ 0x0509A650 }; + inline constexpr REL::Offset _lambda_97840dd87d822f9e2b81b917247add41_{ 0x05095DB0 }; + inline constexpr REL::Offset _lambda_99f9674ccabddde8d447bfe1ca6d40ec___operator____5__TakeoffFadeDoneCallback{ 0x0528E050 }; + inline constexpr REL::Offset _lambda_9a30403d968053341e5f9d42784612ca_{ 0x05093010 }; + inline constexpr REL::Offset _lambda_9b2acb054b0378783971fd92800f4976_{ 0x0509A310 }; + inline constexpr REL::Offset _lambda_9b7ade51f40d35d6bcdc228b23ab14e6_{ 0x05093930 }; + inline constexpr REL::Offset _lambda_9c2e51072f7fcc6674d7693870b87c1f_{ 0x05093C80 }; + inline constexpr REL::Offset _lambda_9cc4f951fdfbb95f22db9e2c68c900e9_{ 0x05093090 }; + inline constexpr REL::Offset _lambda_9eaa11a3da64455332c7de8866851c07_{ 0x05095670 }; + inline constexpr REL::Offset _lambda_a04139f4e3187b0cd2a6b95ea874cd53_{ 0x0509A2D0 }; + inline constexpr REL::Offset _lambda_a13d905de0e2a393a2e6bfbe0a742d3e_{ 0x05099B10 }; + inline constexpr REL::Offset _lambda_a2071e3d37d73f2abd3007265b407828_{ 0x050956F0 }; + inline constexpr REL::Offset _lambda_a20f4217b7a3254e87a494f37712d794_{ 0x0509A350 }; + inline constexpr REL::Offset _lambda_a2841d2f817b8139840e7e391184cbd1_{ 0x050956B0 }; + inline constexpr REL::Offset _lambda_a3891673dea5d5c9cb16525d4e77e16d_{ 0x05095D30 }; + inline constexpr REL::Offset _lambda_a38afcb201e5cedabfb5536c800ec80e_{ 0x05095630 }; + inline constexpr REL::Offset _lambda_a5a0f9026c0cd68f7de5000b5d94769f_{ 0x050960B0 }; + inline constexpr REL::Offset _lambda_a71ec3d23cbd34c56e3ab5f51b222434_{ 0x0509A610 }; + inline constexpr REL::Offset _lambda_a7b27cbe6a95c99fe2e5a1ad07327fa0_{ 0x0509A5D0 }; + inline constexpr REL::Offset _lambda_a8848ed94a5a3cb4d7f224edcf2fa7c8_{ 0x050964B0 }; + inline constexpr REL::Offset _lambda_a89680fd00cca5312874daedf7e02340_{ 0x050972E0 }; + inline constexpr REL::Offset _lambda_a8aa60fabe2fc1933958a62e97de3786_{ 0x05096330 }; + inline constexpr REL::Offset _lambda_a960ccc15d0834cd19d9a46ff87790ac_{ 0x0509A590 }; + inline constexpr REL::Offset _lambda_aacb2dadf9aa6c2566a662adae5d8cc7_{ 0x05090820 }; + inline constexpr REL::Offset _lambda_aad890f75e4062f7c55f96628ae4106f_{ 0x0509AA10 }; + inline constexpr REL::Offset _lambda_adada3c624f9eca7e904af6dc451ca52_{ 0x0509A690 }; + inline constexpr REL::Offset _lambda_ae34904a58a0c39380143f422d973695_{ 0x05092240 }; + inline constexpr REL::Offset _lambda_af479871e4d1e94cc021c8d6c2415e50_{ 0x050965B0 }; + inline constexpr REL::Offset _lambda_af604f9dd25689bc45f0dc12c016743d_{ 0x050906C0 }; + inline constexpr REL::Offset _lambda_af62d3ddb61e2c16f7fc06a107aede70_{ 0x0509A790 }; + inline constexpr REL::Offset _lambda_b21249f73fc32f8a81cab9b750a0afd2_{ 0x05093C00 }; + inline constexpr REL::Offset _lambda_b2731395c0d91b9dd7439faf17961b81_{ 0x05097260 }; + inline constexpr REL::Offset _lambda_b3b4d542f0127c892ab403b185e84e5f_{ 0x0508E730 }; + inline constexpr REL::Offset _lambda_b3db434079764937ec97ac25dc1ea9a3_{ 0x05095970 }; + inline constexpr REL::Offset _lambda_b4bd9062cd2003d3bc297e1527c6878b_{ 0x050907E0 }; + inline constexpr REL::Offset _lambda_b616e81cc11ae3ff27c2e28f7218518c_{ 0x05097020 }; + inline constexpr REL::Offset _lambda_b65bf6956decee7d45e10d149a542b12_{ 0x05090970 }; + inline constexpr REL::Offset _lambda_b78658f725809cc9dd249a08003323aa_{ 0x05092980 }; + inline constexpr REL::Offset _lambda_b7f4b682f2a1bebe693c6bd28981c93e_{ 0x050962B0 }; + inline constexpr REL::Offset _lambda_b966315cb148adcd87a04670f9499b6f_{ 0x050970E0 }; + inline constexpr REL::Offset _lambda_ba1786811a44fbf361bb172f0a40e985_{ 0x05099890 }; + inline constexpr REL::Offset _lambda_bafae2b11fafbc4f7dfb97411a909f8a_{ 0x050957F0 }; + inline constexpr REL::Offset _lambda_bb9da137c76683c6952446acd932ccf0_{ 0x05099D90 }; + inline constexpr REL::Offset _lambda_bbb177cd5f2ab74893d49615821de162_{ 0x0509A710 }; + inline constexpr REL::Offset _lambda_bcba858f97424a8c7d5f69d4c498a2f7_{ 0x05095AB0 }; + inline constexpr REL::Offset _lambda_bd7c97a2bb675042967b8e0d20afec91_{ 0x05095B70 }; + inline constexpr REL::Offset _lambda_be876bc5186bff2513ff405e850f4e26_{ 0x0509A090 }; + inline constexpr REL::Offset _lambda_c00658b1e7d7e1ebe7bf94e70975ea83_{ 0x05097320 }; + inline constexpr REL::Offset _lambda_c0358fe6cc6cac72bc6034a1c670b93e_{ 0x05092380 }; + inline constexpr REL::Offset _lambda_c10da29f799e0f6f1c06a417c30f8013_{ 0x05093AB0 }; + inline constexpr REL::Offset _lambda_c17409bca43b4196fdf5da3935b4c262_{ 0x050961B0 }; + inline constexpr REL::Offset _lambda_c1ad3f0d02c92b91662dd06a86df460f_{ 0x05095CB0 }; + inline constexpr REL::Offset _lambda_c4800958f6f82d41dc7cbb1717f39ca8_{ 0x050922C0 }; + inline constexpr REL::Offset _lambda_c4f717ca1aa06fc19f3cf6537865110d_{ 0x05092F10 }; + inline constexpr REL::Offset _lambda_c59616a3960e44e8a6e6d93d1b2b7690_{ 0x050972A0 }; + inline constexpr REL::Offset _lambda_c6afd167fcef5c1951e1966b8a9552c5_{ 0x05090860 }; + inline constexpr REL::Offset _lambda_c6efd732f69a7634ffbc6652dd87f951_{ 0x05099C10 }; + inline constexpr REL::Offset _lambda_c84baf99ce6ed36961e2a863528ae6c4_{ 0x05090600 }; + inline constexpr REL::Offset _lambda_cb2fcafcfeb79c7d26906b8fd4636ffc_{ 0x05099CD0 }; + inline constexpr REL::Offset _lambda_ccb70cc432f37ab029f06ab27c328d81_{ 0x0509A750 }; + inline constexpr REL::Offset _lambda_cd1989fe22907f3fcc0eb0c2b41e761c_{ 0x05096820 }; + inline constexpr REL::Offset _lambda_ce10a8a7acd9e7f081239ece31786d27_{ 0x05093D40 }; + inline constexpr REL::Offset _lambda_cf04669e91edb1a2a3a4a7ab538c4837_{ 0x05092440 }; + inline constexpr REL::Offset _lambda_cf40a68354f922c38e03bbaecaec89aa_{ 0x05092F90 }; + inline constexpr REL::Offset _lambda_cfc4486fbb401085df5b729f5fa4df56_{ 0x050933A0 }; + inline constexpr REL::Offset _lambda_d10394aacd62ef32b6737d49f4f4766e_{ 0x05093530 }; + inline constexpr REL::Offset _lambda_d153accb137be0c634a55d237920f323_{ 0x05093DC0 }; + inline constexpr REL::Offset _lambda_d2716ea6a0bca27a6edea85753279548_{ 0x05092500 }; + inline constexpr REL::Offset _lambda_d2d6f7920086fbe9f0fc86b0c4acb6e9_{ 0x05095FF0 }; + inline constexpr REL::Offset _lambda_d31a69b396f0fb28afca6640b3e8cba5_{ 0x050936F0 }; + inline constexpr REL::Offset _lambda_d40c86d5ab59dde4d0d999953b9f618c_{ 0x050932E0 }; + inline constexpr REL::Offset _lambda_d494d179864a24a188f2eb416cfc06a3_{ 0x05092040 }; + inline constexpr REL::Offset _lambda_d4dc87478c2249a4454027d8fd1a3813_{ 0x05095EB0 }; + inline constexpr REL::Offset _lambda_d5eb0fcfb1f75702023297a060e3d5e6_{ 0x05092580 }; + inline constexpr REL::Offset _lambda_d63799d362ac3db4a9c9d0e7433ec812_{ 0x05099FD0 }; + inline constexpr REL::Offset _lambda_d6b1db4285e75a5294c6de830762ef47_{ 0x050905C0 }; + inline constexpr REL::Offset _lambda_d6b7d480f08985d7ee3bf3fb03c345be_{ 0x0509AA90 }; + inline constexpr REL::Offset _lambda_d6bd5d478c04329fe4e5b7137692c84a_{ 0x05091CC0 }; + inline constexpr REL::Offset _lambda_d79ba8b68f8bfb45c6116d46101351b5_{ 0x05092FD0 }; + inline constexpr REL::Offset _lambda_d802a03dba6477a9102aecb26551b3f4_{ 0x050935B0 }; + inline constexpr REL::Offset _lambda_d872b3c72d43411fc3f96431d665c3ca_{ 0x050909B0 }; + inline constexpr REL::Offset _lambda_d8ac2cf8dadd9cd659084c03b02663ca_{ 0x050937B0 }; + inline constexpr REL::Offset _lambda_d95754b001c0346fcb32406fa2529480_{ 0x05090640 }; + inline constexpr REL::Offset _lambda_da4e66b37aa105058834c2c511a5082a_{ 0x05099DD0 }; + inline constexpr REL::Offset _lambda_da5b3aa28c78420e8917d210cf7db403_{ 0x05093050 }; + inline constexpr REL::Offset _lambda_db7bb28a69cfd1317fb4b091c4fce90d_{ 0x050955B0 }; + inline constexpr REL::Offset _lambda_dd530f9f18d1dc206099f46292567450_{ 0x05095E30 }; + inline constexpr REL::Offset _lambda_ddf1c4c945627fb9fff8c8751f522483_{ 0x05093630 }; + inline constexpr REL::Offset _lambda_debc1bd8af75bbcd059b4351d90d28cd_{ 0x050959B0 }; + inline constexpr REL::Offset _lambda_dfd1ce40b89c6d3e72cf269832290ece_{ 0x05095A70 }; + inline constexpr REL::Offset _lambda_e09070a596429640ee82ab721c4713d4_{ 0x050966B0 }; + inline constexpr REL::Offset _lambda_e143d2028d7c6e7727d9fcbf5f405ea7_{ 0x05091090 }; + inline constexpr REL::Offset _lambda_e314fa56d63d042e53d81b69929b40ff_{ 0x0509AB50 }; + inline constexpr REL::Offset _lambda_e372463fd8ecfe9a6083ef8b8b857ca2_{ 0x05092ED0 }; + inline constexpr REL::Offset _lambda_e378063695a321b4b2acf80caf341be2_{ 0x05099ED0 }; + inline constexpr REL::Offset _lambda_e467e0832c9b41eb348fa71215e5f187_{ 0x05095830 }; + inline constexpr REL::Offset _lambda_e503aa7f15d4f88322c521738e9706a4_{ 0x05092600 }; + inline constexpr REL::Offset _lambda_e5733d4c54decfe364244011ac86bbb6_{ 0x05095DF0 }; + inline constexpr REL::Offset _lambda_e5e9011dfff61c4c00bc49cc78aecb1f_{ 0x050970A0 }; + inline constexpr REL::Offset _lambda_e5ea9a590e87a286fb663ecd647989f4_{ 0x05095F70 }; + inline constexpr REL::Offset _lambda_e61604f72c8cff04a94ed3a540e69ad6_{ 0x05096430 }; + inline constexpr REL::Offset _lambda_e64d3878199ec63bc3651c017fb940ae_{ 0x05096170 }; + inline constexpr REL::Offset _lambda_e67da1eb7d0f8f20b14573ead2bc5c5b_{ 0x050962F0 }; + inline constexpr REL::Offset _lambda_e7631ce55b316914c1d2ae323e980e52_{ 0x05099990 }; + inline constexpr REL::Offset _lambda_ea7373727b326c3a296e7727673c1cf4_{ 0x05096470 }; + inline constexpr REL::Offset _lambda_ec46c3e7b709c25f1085c3abf5d433d2_{ 0x05096230 }; + inline constexpr REL::Offset _lambda_ed9a8c81b276dabbf40c3f2eb67b4d42_{ 0x05095EF0 }; + inline constexpr REL::Offset _lambda_f189e04494dd43463d53c493efd1e8d3_{ 0x05093B80 }; + inline constexpr REL::Offset _lambda_f30ec5818c70773f8c5e9699899eb27d_{ 0x05093570 }; + inline constexpr REL::Offset _lambda_f341899e72b3f390184c8afaa45b8f40_{ 0x05099E10 }; + inline constexpr REL::Offset _lambda_f4b86d201fe33ef82f3097c262d84e9f_{ 0x05096630 }; + inline constexpr REL::Offset _lambda_f62ad8f2020d229c56fb36f626d1e603_{ 0x05092080 }; + inline constexpr REL::Offset _lambda_f65d030aafad32c4af72d47dea60cb6a_{ 0x0508E770 }; + inline constexpr REL::Offset _lambda_f67bd8b1575a9567e8027e8330c2f249_{ 0x0509A3D0 }; + inline constexpr REL::Offset _lambda_f74b12abf885849d9fb9a4e29171d807_{ 0x05096EE0 }; + inline constexpr REL::Offset _lambda_f859861f5c36dce485d0d6709c81dc49_{ 0x0509A8D0 }; + inline constexpr REL::Offset _lambda_f8994df1e8cbcd7696e7a20a6f1ea094_{ 0x05092300 }; + inline constexpr REL::Offset _lambda_f8a79f6aac65a3e0fc625c482efaf599_{ 0x050959F0 }; + inline constexpr REL::Offset _lambda_f8c535b0014544bb8393cece85acfa2a_{ 0x05090AB0 }; + inline constexpr REL::Offset _lambda_f925127b5689f3aab636bd263a8f5eef_{ 0x050960F0 }; + inline constexpr REL::Offset _lambda_fa004aa12b59941545af99ec12cc7d0e_{ 0x0509AB10 }; + inline constexpr REL::Offset _lambda_fa061cdf7f0513c58b08f1d453c05408_{ 0x05093C40 }; + inline constexpr REL::Offset _lambda_fb57aa8ca5c4b56d6595919969c7948f_{ 0x05095D70 }; + inline constexpr REL::Offset _lambda_fb8c6beb0e5aad17d74f55e9e0f525b2_{ 0x0509A4D0 }; + inline constexpr REL::Offset _lambda_fc4c539d0c41892201eea6b726e3a456_{ 0x050934F0 }; + inline constexpr REL::Offset _lambda_fc80caba2d13a4a8de1b555915600790_{ 0x0509AAD0 }; + inline constexpr REL::Offset _lambda_fe17593311fc5854adb218aa3b5d2156_{ 0x050920C0 }; + inline constexpr REL::Offset _lambda_ff24cf077dd97fea65adab249ee0291c_{ 0x0508E820 }; + inline constexpr REL::Offset bhkBipedOrientationController{ 0x0537F238 }; + inline constexpr REL::Offset bhkBlockStreamAllocatorBase{ 0x05376BD8 }; + inline constexpr REL::Offset bhkBlockStreamAllocator_2048_{ 0x05376B68 }; + inline constexpr REL::Offset bhkBlockStreamAllocator_2_{ 0x05376BA0 }; + inline constexpr REL::Offset bhkCharProxyController{ 0x05379BA0 }; + inline constexpr REL::Offset bhkCharProxyControllerCinfo{ 0x05379BD0 }; + inline constexpr REL::Offset bhkCharProxyManager{ 0x05376630 }; + inline constexpr REL::Offset bhkCharRigidBodyController{ 0x0537A7C0 }; + inline constexpr REL::Offset bhkCharRigidBodyControllerCinfo{ 0x0537A5C8 }; + inline constexpr REL::Offset bhkCharRigidBodyManager{ 0x05376660 }; + inline constexpr REL::Offset bhkCharacterCollisionHandler{ 0x052D37F0 }; + inline constexpr REL::Offset bhkCharacterController{ 0x05379678 }; + inline constexpr REL::Offset bhkCharacterControllerCinfo{ 0x053795B8 }; + inline constexpr REL::Offset bhkCharacterControllerShapeManager__hknpConvexShapeEx{ 0x05379330 }; + inline constexpr REL::Offset bhkCharacterPointCollector{ 0x0537F4E0 }; + inline constexpr REL::Offset bhkCharacterProxy{ 0x05379B78 }; + inline constexpr REL::Offset bhkCharacterRigidBody{ 0x0537A560 }; + inline constexpr REL::Offset bhkCharacterRigidBodyCinfo{ 0x0537A7F8 }; + inline constexpr REL::Offset bhkCharacterState{ 0x05374230 }; + inline constexpr REL::Offset bhkCharacterStateClimbing{ 0x053794F0 }; + inline constexpr REL::Offset bhkCharacterStateFloating{ 0x0537F430 }; + inline constexpr REL::Offset bhkCharacterStateFlying{ 0x053794C0 }; + inline constexpr REL::Offset bhkCharacterStateInAir{ 0x0537F400 }; + inline constexpr REL::Offset bhkCharacterStateJumping{ 0x0537F3D0 }; + inline constexpr REL::Offset bhkCharacterStateOnGround{ 0x0537F3A0 }; + inline constexpr REL::Offset bhkCharacterStateSpaceship{ 0x05374288 }; + inline constexpr REL::Offset bhkCharacterStateSwimming{ 0x0537A530 }; + inline constexpr REL::Offset bhkCollisionFilter{ 0x05378F50 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_0ad205e897296c4233e80e0d61bada21____bhkSetBodyOrientationCmd_{ 0x0537DE50 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_0d58bf82d324a15a6d6f14f8c2bdfa4c____bhkDestroyConstraintGroupCmd_{ 0x0537B4B0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_14c3ddd8a7b502fd4208007a6ae830e8____bhkSetBodyMassCmd_{ 0x0537DB70 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_186afcd15731e9361c6e7437e248f879____bhkSetBodyShapeMutated_{ 0x0537D030 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_1f085421ff0db415d66edc796f3dfd54____bhkSetConstraintGroupCmd_{ 0x0537B100 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_24947a0ceb2f89e4c9f9f25fad16fe57____bhkSetCompoundBodyTransformCmd_{ 0x0537D2A0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_2a71fee199b091a46fed23391c3ca502____bhkSetBodyPropertyCmd_{ 0x0537CDB0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_2f37aecb92ecff92b8a2311756eb9947____bhkSetGravityForMotionLibraryCmd_{ 0x0537C540 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_33f10031136e16c06e609eea0c8f15c9____bhkSetBodyMassDistributionCmd_{ 0x0537DC90 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_33fdddc2d14d9f052c47eaa16871812e____bhkAttachBodyCommand_{ 0x0537C680 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_3b5cf81abdef6638087902a3eb92ee52____bhkBodyCommand_{ 0x0537AB30 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_3b7bb10d2f52bcdd99f54f873639c96b____bhkAddActionCommand_{ 0x0537AC50 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_3f2ae688cdd8c78e8912bcfc4d9e93e7____bhkBodyActivationCmd_{ 0x0537C250 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_4560b97fbba6a1f59f11b3514463466a____bhkChangeBodyFlagCmd_{ 0x0537BF60 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_4f15b2a546d20f40f673dc5aad8a7ff8____bhkRebuildMotionMassPropBodyCmd_{ 0x0537C8F0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_53d41f69dd986d44e6888c5b2b230248____bhkDetachBodyCommand_{ 0x0537AA00 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_581b8baa5e9eccb8de9886ea166b14b8____bhkAddRagdollToMgr_{ 0x0537B710 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_5b16feed784fb88eb4891598baf98933____bhkSetBodyPositionCmd_{ 0x0537DA30 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_5d10bb3e8181f3617dfef9fd7d1b136d____bhkSetBodyActStateCmd_{ 0x0537CC80 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_5f22adf6a0399a68966f0caff094171a____bhkSetBodyMotionCmd_{ 0x0537E0C0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_66ca3d5ef1d116d90cddbf41415516db____bhkReleaseCollisionObjectCommand_{ 0x0537B840 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_6c69f730c1913716fa38768121ca5352____bhkSetBodyMotionPropertyFlagsCmd_{ 0x0537BE30 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_6c9f9636d952ceefc1061ad4cb910f4e____bhkSetMinBodyCollisionLookAheadCmd_{ 0x0537CEF0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_6e813d1e111da58a82920c6db45f5f69____bhkSetBody2Vec4fCmd_{ 0x0537C130 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_81a0cb85728b8d7916f008bf8df84aa8____bhkSetBodyFloatFloatCmd_{ 0x0537DD20 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_83371d7b9cb36996acdd52f718466017____bhkReleasePhysicsSystemCommand_{ 0x0537B240 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_89d4b7d647c09f661993e3dfe9eae162____bhkSetBodyMotionTypeCmd_{ 0x0537E1F0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_8d1c82639dbd819adf1f792fb4d1d6cc____bhkRebuildMotionMassPropCmd_{ 0x0537C7B0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_8e05c20137268707d9e8f1781c4a1506____bhkUpdateBroadPhaseCmd_{ 0x0537CA20 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_8e3878017a4aaaab3ecd662645b51090____bhkSetVelocityDampingCmd_{ 0x0537D160 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_9494088d5b0d805241f416550261c580____bhkSetBodyFilterInfo_{ 0x0537E320 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_9e4e5d1b92aa96dfef0e278071075d49____bhkRemoveConstraintCmd_{ 0x0537B380 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_9f1ee0f7407989bcb31d88608e8003b6____bhkSetBodyVelocityCmd_{ 0x0537D740 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_a0b6cf31a03e6a396a62ab6af1b42394____bhkSetBodyVec4fCmd_{ 0x0537BAC0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_a9b0cf8ad4f589aa12a70c6ec8b5e6fb____bhkSetBodyVec4fCmd_{ 0x0537BBE0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_ae0b51a5c403fd801a927fb82eea845f____bhkAddBodiesCommand_{ 0x0537AFD0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_ae8fcc61fc8c9703c4be5cbb02b08c14____bhkSetBodyZeroVelCmd_{ 0x0537CB50 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_af063f8c2b6c8e268dec7f31f4be2426____bhkUpdatePoseBoundVel_{ 0x0537B980 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b062323a25f4b128c9f0da7177edb253____bhkUpdatePoseBoundWarp_{ 0x0537B5E0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b21c90186d4437b0c6a27ca6443b8e29____bhkZeroGCommand_{ 0x0537D470 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b2872f1f39c0bf4bdea78806fd5a4901____bhkSetBodyTransformCmd_{ 0x0537D610 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_b3d5d48152cc08b0237b865c661b744b____bhkSetBodySurfaceVelocityCmd_{ 0x0537AD70 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_bc2c4beaeee0d868fc5da01371048385____bhkApplyHardKeyframe_{ 0x0537C2E0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_c286e74344bfb30ab5e31261c6a5c328____bhkSetBodyFilterInfoGroup_{ 0x0537DF80 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_c40db60b2d4e86a22398b19d692d2f16____bhkActivateBodiesInAabbCmd_{ 0x0537A8D0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_cdcd9dde9f1abf866008c34ac7e5f95c____bhkSetBodyVec4fCmd_{ 0x0537D590 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_d72367bc5372d929ad753bb8348827cb____bhkSetBodyVec4fCmd_{ 0x0537D910 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_e04c2e051b475970f3eeee10ad5f14fe____bhkAddConstraintCmd_{ 0x0537AEB0 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_f3a9f2d6351bac89caffdb2f4bf7ee59____bhkSetBodyU16Cmd_{ 0x0537C410 }; + inline constexpr REL::Offset bhkCommandQueue__Handler__lambda_f91026c358cd85dccb557e5dc8c0c5db____bhkSetBodyGravityCmd_{ 0x0537BD00 }; + inline constexpr REL::Offset bhkIAddToWorld{ 0x052C71B8 }; + inline constexpr REL::Offset bhkICharOrientationController{ 0x053795F0 }; + inline constexpr REL::Offset bhkIWorldStepListener{ 0x051323E8 }; + inline constexpr REL::Offset bhkMemorySystem{ 0x0537F018 }; + inline constexpr REL::Offset bhkNPCollisionObject{ 0x052CE340 }; + inline constexpr REL::Offset bhkNPCollisionObjectBase{ 0x052CE310 }; + inline constexpr REL::Offset bhkNPCollisionObjectUnlinked{ 0x052CE370 }; + inline constexpr REL::Offset bhkNPCollisionObjectUnlinked__LinkExtraData{ 0x05377BF0 }; + inline constexpr REL::Offset bhkNPCollisionProxyObject{ 0x05377C38 }; + inline constexpr REL::Offset bhkNPModelNodeComponent{ 0x0518B460 }; + inline constexpr REL::Offset bhkParticlesManagerModifier{ 0x053772F8 }; + inline constexpr REL::Offset bhkPhysicsSystem{ 0x053791E0 }; + inline constexpr REL::Offset bhkQuadOrientationController{ 0x0537F4A8 }; + inline constexpr REL::Offset bhkRagdollPenetrationManager{ 0x0537EA98 }; + inline constexpr REL::Offset bhkRagdollSystem{ 0x053791B8 }; + inline constexpr REL::Offset bhkRandomVelocityGenerator__INISettingCollectionEx{ 0x050C63D0 }; + inline constexpr REL::Offset bhkRandomVelocityGenerator__INISettingEx{ 0x05124928 }; + inline constexpr REL::Offset bhkSupportMaterialHandler{ 0x052BE1F0 }; + inline constexpr REL::Offset bhkTTNode_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051EB960 }; + inline constexpr REL::Offset bhkThreadMemorySource{ 0x0537FAE8 }; + inline constexpr REL::Offset bhkThreadMemorySource__RowBlockAllocatorImpl{ 0x0537FAA0 }; + inline constexpr REL::Offset bhkThreadPool{ 0x0537A038 }; + inline constexpr REL::Offset bhkTrapListener{ 0x051ECF60 }; + inline constexpr REL::Offset bhkUtilFunctions__ICombinedShapeCuller{ 0x051ECE30 }; + inline constexpr REL::Offset bhkWorld{ 0x05374458 }; + inline constexpr REL::Offset bhkWorldM{ 0x05379C08 }; + inline constexpr REL::Offset bnet__Account__ExternalAuthInfo{ 0x0540CD60 }; + inline constexpr REL::Offset bnet__AsyncOperationProxy{ 0x05409138 }; + inline constexpr REL::Offset bnet__BaseCallback{ 0x05409C60 }; + inline constexpr REL::Offset bnet__Callback_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ 0x05409C90 }; + inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ 0x0540A290 }; + inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ 0x0540A3A0 }; + inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ 0x0540D360 }; + inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ 0x0540A5F0 }; + inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ 0x0540A910 }; + inline constexpr REL::Offset bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ 0x0540A780 }; + inline constexpr REL::Offset bnet__Callback_bnet_std__void_t_bnet__HttpResponseInfo_{ 0x0540A530 }; + inline constexpr REL::Offset bnet__Callback_bool_bnet__HttpResponseInfo_{ 0x0540A490 }; + inline constexpr REL::Offset bnet__Callback_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ 0x0540D0D0 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ 0x05409CF0 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ 0x0540A310 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ 0x0540A410 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ 0x0540D140 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ 0x0540A6B0 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ 0x0540A9E0 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ 0x0540A840 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bnet_std__void_t_bnet__HttpResponseInfo_{ 0x0540A590 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_bool_bnet__HttpResponseInfo_{ 0x0540A4E0 }; + inline constexpr REL::Offset bnet__detail__CallbackImpl_1_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ 0x0540D050 }; + inline constexpr REL::Offset bnet__impl__AsyncOperation{ 0x05409C30 }; + inline constexpr REL::Offset bnet__impl__MemoryDeleter_HINSTANCE___{ 0x0508AA40 }; + inline constexpr REL::Offset bnet__impl__MemoryDeleter__SECURITY_FUNCTION_TABLE_Aconst_{ 0x0508A9E0 }; + inline constexpr REL::Offset bnet__impl__MemoryDeleter_bnet__Notification__UserWebSocket_{ 0x0508AAF0 }; + inline constexpr REL::Offset bnet__internal____ModuleDeleter{ 0x0508AA88 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ 0x0540CB10 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ 0x0540CEA0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ 0x0540D560 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ 0x0540AAC0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ 0x0540B8B0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ 0x0540BC00 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ 0x0540ADB0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ 0x0540B0A0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ 0x0540C630 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_b3884ef3a9374cf9f135b95f28d63290__{ 0x05409880 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ 0x054096B0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ 0x0540B700 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ 0x0540B390 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable_void___bnet__LogParamsconst__{ 0x05409220 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ 0x0540C9C0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ 0x0540CDA0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ 0x0540D460 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ 0x0540B280 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ 0x0540AF90 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ 0x0540BA90 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ 0x0540ACA0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ 0x0540C810 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ 0x0540C520 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b3884ef3a9374cf9f135b95f28d63290__{ 0x054097E0 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ 0x05409330 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ 0x0540B600 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ 0x0540BE80 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable_void___bnet__LogParamsconst__{ 0x05409170 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICallableBase{ 0x05408B90 }; + inline constexpr REL::Offset bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable{ 0x05408C20 }; + inline constexpr REL::Offset bool___BSScrapArray_BSScript__Variable__{ 0x05090920 }; + inline constexpr REL::Offset bool___CombatActorRefPtrconst_CombatPathconst_float_{ 0x05091550 }; + inline constexpr REL::Offset bool___TESObjectREFR___int64_{ 0x0508E4B8 }; + inline constexpr REL::Offset bool___charconst_int_charconst_{ 0x05092CE8 }; + inline constexpr REL::Offset bps__client__BIEventClient__BulkEventsResult{ 0x05156240 }; + inline constexpr REL::Offset bps__client__BIEventClient__CreateSessionResult{ 0x0535F6F0 }; + inline constexpr REL::Offset bps__client__BIGatewayResult_bps__client__BIEventClient__kResultNameBulkSend_{ 0x05156060 }; + inline constexpr REL::Offset bps__client__BIGatewayResult_bps__client__BIEventClient__kResultNameCreate_{ 0x0535FC50 }; + inline constexpr REL::Offset bps__client__BaseRequestImpl{ 0x0535F738 }; + inline constexpr REL::Offset bps__client__RequestImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ 0x0535F770 }; + inline constexpr REL::Offset bps__client__RequestImpl_bps__client__BIEventClient__CreateSessionResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ 0x0535F890 }; + inline constexpr REL::Offset bps__client__RequestShortCircuitImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ 0x0535F970 }; + inline constexpr REL::Offset bps__client__Services{ 0x053600E0 }; + inline constexpr REL::Offset bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ 0x05156160 }; + inline constexpr REL::Offset bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ 0x0535FD50 }; + inline constexpr REL::Offset bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ 0x051560D0 }; + inline constexpr REL::Offset bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ 0x0535FCC0 }; + inline constexpr REL::Offset castTest__Interface0{ 0x05080518 }; + inline constexpr REL::Offset castTest__Interface1{ 0x05080548 }; + inline constexpr REL::Offset castTest__Interface2{ 0x05080578 }; + inline constexpr REL::Offset castTest__InterfaceBase{ 0x050804B0 }; + inline constexpr REL::Offset castTest__InterfaceOtherBase{ 0x050804E0 }; + inline constexpr REL::Offset castTest__Leaf{ 0x05080458 }; + inline constexpr REL::Offset castTest__OtherLeaf{ 0x05080480 }; + inline constexpr REL::Offset castTest__Root{ 0x05080430 }; + inline constexpr REL::Offset castTest__WithInterfaces{ 0x050805A8 }; + inline constexpr REL::Offset float___ActorValueOwnerconst_ActorValueInfoconst_{ 0x05090B40 }; + inline constexpr REL::Offset float___CombatFormulas__WeaponDamageconst_{ 0x05091598 }; + inline constexpr REL::Offset float___NiPoint3const_float_{ 0x05092CC0 }; + inline constexpr REL::Offset hclAction{ 0x052D2200 }; + inline constexpr REL::Offset hclAntiPinchConstraintInstanceData{ 0x050859D8 }; + inline constexpr REL::Offset hclAntiPinchConstraintSet{ 0x05084548 }; + inline constexpr REL::Offset hclBSClothParameterizedWindAction{ 0x0537F0C8 }; + inline constexpr REL::Offset hclBSClothPickingAction{ 0x052D21D0 }; + inline constexpr REL::Offset hclBSWorld{ 0x05376720 }; + inline constexpr REL::Offset hclBendLinkConstraintSet{ 0x05084578 }; + inline constexpr REL::Offset hclBendLinkConstraintSetMx{ 0x050845A8 }; + inline constexpr REL::Offset hclBendStiffnessConstraintSet{ 0x050845E0 }; + inline constexpr REL::Offset hclBendStiffnessConstraintSetMx{ 0x05084618 }; + inline constexpr REL::Offset hclBlendOperatorInstanceData{ 0x05084278 }; + inline constexpr REL::Offset hclBlendSomeVerticesOperator{ 0x05084240 }; + inline constexpr REL::Offset hclBonePlanesConstraintSet{ 0x05084650 }; + inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformOperator{ 0x050848A0 }; + inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPNOperator{ 0x050848E0 }; + inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPNTBOperator{ 0x05084920 }; + inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPNTOperator{ 0x05084960 }; + inline constexpr REL::Offset hclBoneSpaceMeshMeshDeformPOperator{ 0x050849A0 }; + inline constexpr REL::Offset hclBoneSpaceSkinOperator{ 0x050849E0 }; + inline constexpr REL::Offset hclBoneSpaceSkinPNOperator{ 0x05084A10 }; + inline constexpr REL::Offset hclBoneSpaceSkinPNTBOperator{ 0x05084A48 }; + inline constexpr REL::Offset hclBoneSpaceSkinPNTOperator{ 0x05084A80 }; + inline constexpr REL::Offset hclBoneSpaceSkinPOperator{ 0x05084AB8 }; + inline constexpr REL::Offset hclBoneSpaceTransferSimulationOperator{ 0x050857D8 }; + inline constexpr REL::Offset hclBuffer{ 0x05378018 }; + inline constexpr REL::Offset hclBufferDefinition{ 0x050840F0 }; + inline constexpr REL::Offset hclCapsuleShape{ 0x050843E0 }; + inline constexpr REL::Offset hclClothContainer{ 0x05084878 }; + inline constexpr REL::Offset hclClothData{ 0x05084148 }; + inline constexpr REL::Offset hclClothInstance{ 0x05084070 }; + inline constexpr REL::Offset hclClothLeafShapeSensor{ 0x0508C228 }; + inline constexpr REL::Offset hclClothPickingAction{ 0x052D2178 }; + inline constexpr REL::Offset hclClothState{ 0x05084120 }; + inline constexpr REL::Offset hclClothStateInstanceData{ 0x05084FE8 }; + inline constexpr REL::Offset hclCollidable{ 0x05084098 }; + inline constexpr REL::Offset hclCollisionConvexes{ 0x0508C358 }; + inline constexpr REL::Offset hclCollisionTriangles{ 0x0508C328 }; + inline constexpr REL::Offset hclCompressibleLinkConstraintSet{ 0x05084688 }; + inline constexpr REL::Offset hclCompressibleLinkConstraintSetMx{ 0x050846C0 }; + inline constexpr REL::Offset hclConstraintSet{ 0x050841C8 }; + inline constexpr REL::Offset hclConstraintStiffnessDispatcher{ 0x050856C8 }; + inline constexpr REL::Offset hclConvexGeometryShape{ 0x05084408 }; + inline constexpr REL::Offset hclConvexHeightFieldShape{ 0x05084438 }; + inline constexpr REL::Offset hclConvexPlanesShape{ 0x05084468 }; + inline constexpr REL::Offset hclCopyVerticesOperator{ 0x05084F00 }; + inline constexpr REL::Offset hclFullClothTask{ 0x05085858 }; + inline constexpr REL::Offset hclGatherAllVerticesOperator{ 0x05084F30 }; + inline constexpr REL::Offset hclGatherSomeVerticesOperator{ 0x05084F68 }; + inline constexpr REL::Offset hclInputConvertOperator{ 0x05084AE8 }; + inline constexpr REL::Offset hclInstantiationUtil{ 0x053781B0 }; + inline constexpr REL::Offset hclLocalRangeConstraintSet{ 0x05084700 }; + inline constexpr REL::Offset hclMeshBoneDeformOperator{ 0x05084B48 }; + inline constexpr REL::Offset hclMeshMeshDeformOperator{ 0x05084BB0 }; + inline constexpr REL::Offset hclMoveParticlesOperator{ 0x05084BE0 }; + inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformOperator{ 0x05084C10 }; + inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPNOperator{ 0x05084C50 }; + inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPNTBOperator{ 0x05084C90 }; + inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPNTOperator{ 0x05084CD0 }; + inline constexpr REL::Offset hclObjectSpaceMeshMeshDeformPOperator{ 0x05084D10 }; + inline constexpr REL::Offset hclObjectSpaceSkinOperator{ 0x05084D50 }; + inline constexpr REL::Offset hclObjectSpaceSkinPNOperator{ 0x05084D88 }; + inline constexpr REL::Offset hclObjectSpaceSkinPNTBOperator{ 0x05084DC0 }; + inline constexpr REL::Offset hclObjectSpaceSkinPNTOperator{ 0x05084DF8 }; + inline constexpr REL::Offset hclObjectSpaceSkinPOperator{ 0x05084E30 }; + inline constexpr REL::Offset hclObjectSpaceTransferSimulationOperator{ 0x05085818 }; + inline constexpr REL::Offset hclOperator{ 0x050841A0 }; + inline constexpr REL::Offset hclOperatorSequenceTask{ 0x05085880 }; + inline constexpr REL::Offset hclOutputConvertOperator{ 0x05084B18 }; + inline constexpr REL::Offset hclPlaneShape{ 0x05084498 }; + inline constexpr REL::Offset hclPointContactPlanesShape{ 0x05085700 }; + inline constexpr REL::Offset hclPostExecuteClothTask{ 0x050858E0 }; + inline constexpr REL::Offset hclPreExecuteClothTask{ 0x050858B0 }; + inline constexpr REL::Offset hclScratchBuffer{ 0x0508C388 }; + inline constexpr REL::Offset hclScratchBufferDefinition{ 0x05085738 }; + inline constexpr REL::Offset hclShadowBuffer{ 0x0508C3B0 }; + inline constexpr REL::Offset hclShadowBufferDefinition{ 0x05085770 }; + inline constexpr REL::Offset hclShape{ 0x050843C0 }; + inline constexpr REL::Offset hclSimClothData{ 0x05084218 }; + inline constexpr REL::Offset hclSimClothInstance{ 0x050840C0 }; + inline constexpr REL::Offset hclSimClothPose{ 0x050841F0 }; + inline constexpr REL::Offset hclSimpleMeshBoneDeformOperator{ 0x05084B78 }; + inline constexpr REL::Offset hclSimpleWindAction{ 0x0537F100 }; + inline constexpr REL::Offset hclSimulateOperator{ 0x05084518 }; + inline constexpr REL::Offset hclSimulateOperatorInstanceData{ 0x05084388 }; + inline constexpr REL::Offset hclSkinOperator{ 0x05084E68 }; + inline constexpr REL::Offset hclSphereShape{ 0x050844C0 }; + inline constexpr REL::Offset hclStandardLinkConstraintSet{ 0x05084738 }; + inline constexpr REL::Offset hclStandardLinkConstraintSetMx{ 0x05084770 }; + inline constexpr REL::Offset hclStateDependencyGraph{ 0x05084170 }; + inline constexpr REL::Offset hclStateTransition{ 0x050842B0 }; + inline constexpr REL::Offset hclStaticShadowBuffer{ 0x0508C3D8 }; + inline constexpr REL::Offset hclStaticShadowBufferDefinition{ 0x050857A0 }; + inline constexpr REL::Offset hclStretchLinkConstraintSet{ 0x050847A8 }; + inline constexpr REL::Offset hclStretchLinkConstraintSetMx{ 0x050847E0 }; + inline constexpr REL::Offset hclTaperedCapsuleShape{ 0x050844E8 }; + inline constexpr REL::Offset hclTransformSet{ 0x053781E0 }; + inline constexpr REL::Offset hclTransformSetDefinition{ 0x050842E0 }; + inline constexpr REL::Offset hclTransitionConstraintInstanceData{ 0x05084348 }; + inline constexpr REL::Offset hclTransitionConstraintSet{ 0x05084310 }; + inline constexpr REL::Offset hclUpdateAllVertexFramesOperator{ 0x05084E90 }; + inline constexpr REL::Offset hclUpdateSomeVertexFramesOperator{ 0x05084EC8 }; + inline constexpr REL::Offset hclVdbObjectNode__SimulateOperatorInstanceData{ 0x05084FA0 }; + inline constexpr REL::Offset hclVolumeConstraint{ 0x05084818 }; + inline constexpr REL::Offset hclVolumeConstraintInstanceData{ 0x05085968 }; + inline constexpr REL::Offset hclVolumeConstraintMx{ 0x05084848 }; + inline constexpr REL::Offset hclVolumeConstraintMxInstanceData{ 0x050859A0 }; + inline constexpr REL::Offset hclWorld{ 0x05376700 }; + inline constexpr REL::Offset hctClothSetup20151Options{ 0x05080278 }; + inline constexpr REL::Offset hctClothSetupClothData20151Options{ 0x05080238 }; + inline constexpr REL::Offset hctClothSetupObjectData20151{ 0x05080200 }; + inline constexpr REL::Offset hkArrayBase_hkVector4d_{ 0x0508AF50 }; + inline constexpr REL::Offset hkArray_hkVector4d_hkContainerHeapAllocator_{ 0x0508AF00 }; + inline constexpr REL::Offset hkBSErrorEmpty{ 0x05128628 }; + inline constexpr REL::Offset hkBaseObject{ 0x05128600 }; + inline constexpr REL::Offset hkBlockStreamAllocator{ 0x05376B38 }; + inline constexpr REL::Offset hkBlockStreamCommandWriter{ 0x0508ABE8 }; + inline constexpr REL::Offset hkBmpFileFormat{ 0x0508C498 }; + inline constexpr REL::Offset hkBsdSocket{ 0x05083DB0 }; + inline constexpr REL::Offset hkBufferedStreamReader{ 0x05082C08 }; + inline constexpr REL::Offset hkBufferedStreamWriter{ 0x05082C38 }; + inline constexpr REL::Offset hkConcurrency{ 0x0508AB48 }; + inline constexpr REL::Offset hkConcurrencyInternals__BatchProcessorEx__lambda_895a7748dffad0fee31a2745efa4683c__{ 0x0508CC90 }; + inline constexpr REL::Offset hkConcurrencyInternals__BatchProcessorEx__lambda_c6150076af7752db22b2c9268600bc79__{ 0x0508CC20 }; + inline constexpr REL::Offset hkConcurrencyInternals__BatchProcessorEx__lambda_d2f5ed2e2819df6eab90a8416f76b63b__{ 0x0508CBB0 }; + inline constexpr REL::Offset hkContainerAlignedHeapAllocator_hkAsyncThreadPool__WorkerThread___Allocator{ 0x050822E0 }; + inline constexpr REL::Offset hkDdsFileFormat{ 0x0508C470 }; + inline constexpr REL::Offset hkDebugCommandProcessor{ 0x05087058 }; + inline constexpr REL::Offset hkDebugDisplay{ 0x05085C28 }; + inline constexpr REL::Offset hkDebugDisplayHandler{ 0x05085B80 }; + inline constexpr REL::Offset hkDefaultCompoundMeshBody{ 0x0508B838 }; + inline constexpr REL::Offset hkDefaultCompoundMeshShape{ 0x0508B800 }; + inline constexpr REL::Offset hkDefaultError{ 0x05128588 }; + inline constexpr REL::Offset hkDefaultTaskQueue{ 0x05082ED0 }; + inline constexpr REL::Offset hkDefaultTaskQueueDetail__AsyncThreadPoolContext{ 0x05083050 }; + inline constexpr REL::Offset hkDefaultTaskQueueDetail__BlockingThreadContext{ 0x05082FB0 }; + inline constexpr REL::Offset hkDefaultTaskQueueDetail__SpinningThreadContext{ 0x05083000 }; + inline constexpr REL::Offset hkDefaultTaskQueueEx__ExecutionContext{ 0x05083168 }; + inline constexpr REL::Offset hkDefaultTaskQueue__CriticalSection{ 0x05082F00 }; + inline constexpr REL::Offset hkDefaultTaskQueue__EmptyTask{ 0x05082F78 }; + inline constexpr REL::Offset hkDefaultTaskQueue__ThreadContext{ 0x05082F40 }; + inline constexpr REL::Offset hkDisplayAABB{ 0x05085C00 }; + inline constexpr REL::Offset hkDisplayCapsule{ 0x05085BB0 }; + inline constexpr REL::Offset hkDisplayGeometry{ 0x05085B58 }; + inline constexpr REL::Offset hkDisplaySphere{ 0x05085BD8 }; + inline constexpr REL::Offset hkDisplayWireframe{ 0x05085C50 }; + inline constexpr REL::Offset hkEnumerable_hkImageConversionStep_{ 0x0508C540 }; + inline constexpr REL::Offset hkEnumerable_hkImageFileFormat_{ 0x0508C430 }; + inline constexpr REL::Offset hkErrStream{ 0x05080D00 }; + inline constexpr REL::Offset hkError{ 0x051285B0 }; + inline constexpr REL::Offset hkErrorRouter{ 0x050831D0 }; + inline constexpr REL::Offset hkFileSystem{ 0x051EBE30 }; + inline constexpr REL::Offset hkFileSystem__Iterator__Impl{ 0x05080C30 }; + inline constexpr REL::Offset hkFileSystem__Watcher{ 0x05080BD0 }; + inline constexpr REL::Offset hkGeometry{ 0x05080AD8 }; + inline constexpr REL::Offset hkGeometryUtils__IVertices{ 0x0508CD68 }; + inline constexpr REL::Offset hkHardwareInfo{ 0x050831A8 }; + inline constexpr REL::Offset hkHdrFileFormat{ 0x0508C4E8 }; + inline constexpr REL::Offset hkImage{ 0x0508BAB0 }; + inline constexpr REL::Offset hkImageConversionStep{ 0x0508C510 }; + inline constexpr REL::Offset hkImageConversionStepLinear{ 0x0508C580 }; + inline constexpr REL::Offset hkImageConversion_AddAlpha{ 0x0508C628 }; + inline constexpr REL::Offset hkImageConversion_Decode555{ 0x0508CB78 }; + inline constexpr REL::Offset hkImageConversion_DiscardChannels{ 0x0508CB40 }; + inline constexpr REL::Offset hkImageConversion_FLOAT16_to_32{ 0x0508C878 }; + inline constexpr REL::Offset hkImageConversion_FLOAT32_to_16{ 0x0508C840 }; + inline constexpr REL::Offset hkImageConversion_FLOAT_to_R11G11B10{ 0x0508CA40 }; + inline constexpr REL::Offset hkImageConversion_FLOAT_to_SNORM8{ 0x0508C788 }; + inline constexpr REL::Offset hkImageConversion_FLOAT_to_UNORM16{ 0x0508C7C0 }; + inline constexpr REL::Offset hkImageConversion_FLOAT_to_UNORM8{ 0x0508C750 }; + inline constexpr REL::Offset hkImageConversion_FLOAT_to_UNORM8_SRGB{ 0x0508C800 }; + inline constexpr REL::Offset hkImageConversion_Pad_to_RGBA32{ 0x0508C9D0 }; + inline constexpr REL::Offset hkImageConversion_Pad_to_RGBA8{ 0x0508CA08 }; + inline constexpr REL::Offset hkImageConversion_R11G11B10_to_FLOAT{ 0x0508CA80 }; + inline constexpr REL::Offset hkImageConversion_R11G11B10_to_HALF{ 0x0508CAC0 }; + inline constexpr REL::Offset hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED{ 0x0508C8B0 }; + inline constexpr REL::Offset hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED{ 0x0508C970 }; + inline constexpr REL::Offset hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED{ 0x0508C910 }; + inline constexpr REL::Offset hkImageConversion_R8G8B8A8_to_R8G8B8{ 0x0508CB00 }; + inline constexpr REL::Offset hkImageConversion_SNORM8_to_FLOAT{ 0x0508C698 }; + inline constexpr REL::Offset hkImageConversion_SetAlpha{ 0x0508C5F0 }; + inline constexpr REL::Offset hkImageConversion_UNORM16_to_FLOAT{ 0x0508C6D0 }; + inline constexpr REL::Offset hkImageConversion_UNORM8_SRGB_to_FLOAT{ 0x0508C710 }; + inline constexpr REL::Offset hkImageConversion_UNORM8_to_FLOAT{ 0x0508C660 }; + inline constexpr REL::Offset hkImageFileFormat{ 0x0508C408 }; + inline constexpr REL::Offset hkImageHeader{ 0x0508BAD0 }; + inline constexpr REL::Offset hkImageRef{ 0x0508BA88 }; + inline constexpr REL::Offset hkImageSwizzleConversion32_2103{ 0x0508C5B8 }; + inline constexpr REL::Offset hkIndexedTransformSet{ 0x0508B9D0 }; + inline constexpr REL::Offset hkIo__Detail__ArrayWriteBufferImpl{ 0x050826F8 }; + inline constexpr REL::Offset hkIo__Detail__ReadBufferImpl{ 0x05082618 }; + inline constexpr REL::Offset hkIo__Detail__StreamReaderImpl{ 0x05082650 }; + inline constexpr REL::Offset hkIo__Detail__StreamWriteBufferImpl{ 0x050826C0 }; + inline constexpr REL::Offset hkIo__Detail__WriteBufferImpl{ 0x05082688 }; + inline constexpr REL::Offset hkKeycodeData{ 0x0508BBB8 }; + inline constexpr REL::Offset hkKeycodeDataBase{ 0x0508BB90 }; + inline constexpr REL::Offset hkLifoAllocator{ 0x050809E8 }; + inline constexpr REL::Offset hkLocalFrame{ 0x05082370 }; + inline constexpr REL::Offset hkLocalFrameGroup{ 0x05082348 }; + inline constexpr REL::Offset hkLog__Output{ 0x05080AB0 }; + inline constexpr REL::Offset hkMallocAllocator{ 0x05083E28 }; + inline constexpr REL::Offset hkMemoryAllocator{ 0x0537F0A0 }; + inline constexpr REL::Offset hkMemoryMeshBody{ 0x0508B868 }; + inline constexpr REL::Offset hkMemoryMeshMaterial{ 0x0508B8C0 }; + inline constexpr REL::Offset hkMemoryMeshShape{ 0x0508B8F0 }; + inline constexpr REL::Offset hkMemoryMeshTexture{ 0x0508B890 }; + inline constexpr REL::Offset hkMemoryMeshTexture__Sampler{ 0x0508BAF8 }; + inline constexpr REL::Offset hkMemoryMeshVertexBuffer{ 0x0508BB60 }; + inline constexpr REL::Offset hkMemoryResourceContainer{ 0x050822B0 }; + inline constexpr REL::Offset hkMemoryResourceHandle{ 0x05082280 }; + inline constexpr REL::Offset hkMemorySystem{ 0x0537F040 }; + inline constexpr REL::Offset hkMemory__ScopedStats__Collector{ 0x05082468 }; + inline constexpr REL::Offset hkMeshBody{ 0x0508B788 }; + inline constexpr REL::Offset hkMeshMaterial{ 0x0508B7D8 }; + inline constexpr REL::Offset hkMeshShape{ 0x0508B760 }; + inline constexpr REL::Offset hkMeshTexture{ 0x0508B7B0 }; + inline constexpr REL::Offset hkMeshTexture__Sampler{ 0x0508BB30 }; + inline constexpr REL::Offset hkMeshVertexBuffer{ 0x0508BA30 }; + inline constexpr REL::Offset hkMonitorStreamColorTable{ 0x050821A0 }; + inline constexpr REL::Offset hkMonitorStreamContainer{ 0x050821D0 }; + inline constexpr REL::Offset hkMonitorStreamStringMap{ 0x05082140 }; + inline constexpr REL::Offset hkMonitorStreamTypeMap{ 0x05082170 }; + inline constexpr REL::Offset hkMultipleVertexBuffer{ 0x0508BA00 }; + inline constexpr REL::Offset hkObjectResource{ 0x05082850 }; + inline constexpr REL::Offset hkOstream{ 0x05080D28 }; + inline constexpr REL::Offset hkParserBuffer{ 0x05083DD8 }; + inline constexpr REL::Offset hkPrimaryCommandDispatcher{ 0x05088AC8 }; + inline constexpr REL::Offset hkProcessFactory{ 0x05085B30 }; + inline constexpr REL::Offset hkRefCountedProperties{ 0x05080920 }; + inline constexpr REL::Offset hkRefTaskQueue{ 0x05082EA8 }; + inline constexpr REL::Offset hkReferencedObject{ 0x051285D0 }; + inline constexpr REL::Offset hkReferencedObjectLock{ 0x05080988 }; + inline constexpr REL::Offset hkReferencedTask{ 0x05376810 }; + inline constexpr REL::Offset hkReflect__Any__ArrayImpl{ 0x05081048 }; + inline constexpr REL::Offset hkReflect__AttributeArrayWithOwnership__AllocImpl{ 0x05080F50 }; + inline constexpr REL::Offset hkReflect__ClonerCallback{ 0x05080B38 }; + inline constexpr REL::Offset hkReflect__Detail__AllocationImpl{ 0x05080A10 }; + inline constexpr REL::Offset hkReflect__Detail__ArrayImpl{ 0x05080080 }; + inline constexpr REL::Offset hkReflect__Detail__AttributeAllocImpl{ 0x05080D78 }; + inline constexpr REL::Offset hkReflect__Detail__BoolImpl{ 0x05081078 }; + inline constexpr REL::Offset hkReflect__Detail__BoolImplN_bool_{ 0x05081118 }; + inline constexpr REL::Offset hkReflect__Detail__BoolImplN_unsignedchar_{ 0x05081150 }; + inline constexpr REL::Offset hkReflect__Detail__BoolImplN_unsignedint_{ 0x05081648 }; + inline constexpr REL::Offset hkReflect__Detail__BoolImplN_unsignedshort_{ 0x05081610 }; + inline constexpr REL::Offset hkReflect__Detail__BuiltinTypeReg{ 0x05082D20 }; + inline constexpr REL::Offset hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl{ 0x05082D60 }; + inline constexpr REL::Offset hkReflect__Detail__CharBufferImpl{ 0x050814E0 }; + inline constexpr REL::Offset hkReflect__Detail__CloneOnHeap{ 0x05080B68 }; + inline constexpr REL::Offset hkReflect__Detail__CompoundImpl{ 0x050808B0 }; + inline constexpr REL::Offset hkReflect__Detail__DerivedDataCache{ 0x05080E20 }; + inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_0__{ 0x05083D20 }; + inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_1__{ 0x05083CC0 }; + inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_0__{ 0x05083C60 }; + inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_1__{ 0x05083C00 }; + inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_0__{ 0x05083B90 }; + inline constexpr REL::Offset hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_1__{ 0x05083B20 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_0__{ 0x050837C0 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_1__{ 0x05083760 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_0__{ 0x05083700 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_1__{ 0x050836A0 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_0__{ 0x05083640 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_1__{ 0x050835E0 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_0__{ 0x05083580 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_1__{ 0x05083520 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_0__{ 0x05083AC0 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_1__{ 0x05083A60 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_0__{ 0x05083880 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_1__{ 0x05083820 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_0__{ 0x05083A00 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_1__{ 0x050839A0 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_0__{ 0x05083940 }; + inline constexpr REL::Offset hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_1__{ 0x050838E0 }; + inline constexpr REL::Offset hkReflect__Detail__FloatImpl{ 0x05080DB8 }; + inline constexpr REL::Offset hkReflect__Detail__FloatImplN_double_{ 0x050813F0 }; + inline constexpr REL::Offset hkReflect__Detail__FloatImplN_float_{ 0x050813B8 }; + inline constexpr REL::Offset hkReflect__Detail__FloatImplN_hkHalf16_{ 0x05081430 }; + inline constexpr REL::Offset hkReflect__Detail__HavokRecordImpl{ 0x05081FB8 }; + inline constexpr REL::Offset hkReflect__Detail__HavokStringImpl{ 0x05081FF0 }; + inline constexpr REL::Offset hkReflect__Detail__HeapAllocImpl{ 0x050810A8 }; + inline constexpr REL::Offset hkReflect__Detail__HomogeneousArrayImpl{ 0x05081F78 }; + inline constexpr REL::Offset hkReflect__Detail__Impl{ 0x05080880 }; + inline constexpr REL::Offset hkReflect__Detail__IntImpl{ 0x0507FFE0 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN___int64_{ 0x05081348 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_char_{ 0x050810E0 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_int_{ 0x05081268 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_long_{ 0x050812D8 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_short_{ 0x050811F8 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_signedchar_{ 0x05081188 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsigned__int64_{ 0x05081380 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedchar_{ 0x050811C0 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedint_{ 0x050812A0 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedlong_{ 0x05081310 }; + inline constexpr REL::Offset hkReflect__Detail__IntImplN_unsignedshort_{ 0x05081230 }; + inline constexpr REL::Offset hkReflect__Detail__NullptrImpl{ 0x05081550 }; + inline constexpr REL::Offset hkReflect__Detail__OpaqueImpl{ 0x05083388 }; + inline constexpr REL::Offset hkReflect__Detail__PointerImpl{ 0x050808E8 }; + inline constexpr REL::Offset hkReflect__Detail__RawPointerImpl{ 0x05081518 }; + inline constexpr REL::Offset hkReflect__Detail__RecordImpl{ 0x05080048 }; + inline constexpr REL::Offset hkReflect__Detail__ReferenceImpl{ 0x050815D8 }; + inline constexpr REL::Offset hkReflect__Detail__ReferencedObjectAllocImpl{ 0x05081E80 }; + inline constexpr REL::Offset hkReflect__Detail__ReferencedObjectPointerImpl{ 0x05081590 }; + inline constexpr REL::Offset hkReflect__Detail__RepeatImpl{ 0x05081470 }; + inline constexpr REL::Offset hkReflect__Detail__ScopedPtrImpl{ 0x05081E18 }; + inline constexpr REL::Offset hkReflect__Detail__SetterArrayImpl{ 0x05080178 }; + inline constexpr REL::Offset hkReflect__Detail__SetterRecordImpl{ 0x050800E0 }; + inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__ArrayType_{ 0x050801B0 }; + inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__IntType_{ 0x05080740 }; + inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__PointerType_{ 0x050807F0 }; + inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__RecordType_{ 0x05080120 }; + inline constexpr REL::Offset hkReflect__Detail__SetterValueImpl_hkReflect__StringType_{ 0x05080790 }; + inline constexpr REL::Offset hkReflect__Detail__StaticArrayImpl{ 0x05081EC8 }; + inline constexpr REL::Offset hkReflect__Detail__StaticStringImpl{ 0x050814A8 }; + inline constexpr REL::Offset hkReflect__Detail__StringImpl{ 0x05080010 }; + inline constexpr REL::Offset hkReflect__Detail__StringOut__StringOutImpl{ 0x050820D0 }; + inline constexpr REL::Offset hkReflect__Detail__ValueImpl{ 0x05080848 }; + inline constexpr REL::Offset hkReflect__Detail__ViewPointerImpl{ 0x05082028 }; + inline constexpr REL::Offset hkReflect__Detail__VoidImpl{ 0x050833C0 }; + inline constexpr REL::Offset hkReflect__Detail__hkArrayImpl{ 0x05081F00 }; + inline constexpr REL::Offset hkReflect__Detail__hkInplaceArrayImpl{ 0x05081F38 }; + inline constexpr REL::Offset hkReflect__MutableTypeReg{ 0x050825B8 }; + inline constexpr REL::Offset hkReflect__TypeBuilder{ 0x05080F18 }; + inline constexpr REL::Offset hkReflect__TypeBuilder__writeBodyOnBuffer__48__Alloc{ 0x05080FA0 }; + inline constexpr REL::Offset hkReflect__TypeCopier{ 0x050825E8 }; + inline constexpr REL::Offset hkReflect__TypeReg{ 0x05080A88 }; + inline constexpr REL::Offset hkReflect__Var__VarImpl{ 0x05080BA0 }; + inline constexpr REL::Offset hkReflect__Version__PatchInfoCache{ 0x05082E10 }; + inline constexpr REL::Offset hkReflect__Version__PatchRegistry{ 0x05082E48 }; + inline constexpr REL::Offset hkReflect__Version__PatchSet{ 0x05082DD8 }; + inline constexpr REL::Offset hkReflect__Version__Patcher{ 0x050820A0 }; + inline constexpr REL::Offset hkReflect__Version__PatcherInterface{ 0x05082060 }; + inline constexpr REL::Offset hkRelArray_ArrayImpl{ 0x05081018 }; + inline constexpr REL::Offset hkResource{ 0x05082560 }; + inline constexpr REL::Offset hkResourceBase{ 0x05082230 }; + inline constexpr REL::Offset hkResourceContainer{ 0x05082200 }; + inline constexpr REL::Offset hkResourceHandle{ 0x05082258 }; + inline constexpr REL::Offset hkScalarF_FloatImpl{ 0x05082110 }; + inline constexpr REL::Offset hkSecondaryCommandDispatcher{ 0x05086F50 }; + inline constexpr REL::Offset hkSeekableStreamReader{ 0x05080C00 }; + inline constexpr REL::Offset hkSerialize__Bundle{ 0x050832C8 }; + inline constexpr REL::Offset hkSerialize__BundleBuilder{ 0x05083358 }; + inline constexpr REL::Offset hkSerialize__Detail__ChainingCloneCallback{ 0x050824E0 }; + inline constexpr REL::Offset hkSerialize__Detail__CloneToRegistered{ 0x050824A0 }; + inline constexpr REL::Offset hkSerialize__Detail__SkipDyingCallback{ 0x05082520 }; + inline constexpr REL::Offset hkSerialize__Detail__TagfileArrayImpl{ 0x050834A0 }; + inline constexpr REL::Offset hkSerialize__Detail__TagfileBundle{ 0x05083428 }; + inline constexpr REL::Offset hkSerialize__Detail__TagfilePointerImpl{ 0x05083460 }; + inline constexpr REL::Offset hkSerialize__Detail__TagfileStringImpl{ 0x050834E0 }; + inline constexpr REL::Offset hkSerialize__IdFromVar{ 0x050832F8 }; + inline constexpr REL::Offset hkSerialize__NoteHandler{ 0x05082768 }; + inline constexpr REL::Offset hkSerialize__ReadFormat{ 0x05083328 }; + inline constexpr REL::Offset hkSerialize__TagfileReadFormat{ 0x050833F0 }; + inline constexpr REL::Offset hkSerialize__TagfileWriteFormat{ 0x05082878 }; + inline constexpr REL::Offset hkSerialize__TagfileWriteFormat__Impl{ 0x050828E0 }; + inline constexpr REL::Offset hkSerialize__WriteFormat{ 0x050828B0 }; + inline constexpr REL::Offset hkSignal1_hknpMaterialLibrary___GlobalSlot_void___hknpMaterialLibrary__{ 0x05376540 }; + inline constexpr REL::Offset hkSignal1_hknpMaterialLibrary___Slot{ 0x053769F0 }; + inline constexpr REL::Offset hkSignal1_hknpMotionPropertiesLibrary___GlobalSlot_void___hknpMotionPropertiesLibrary__{ 0x053765B0 }; + inline constexpr REL::Offset hkSignal1_hknpMotionPropertiesLibrary___Slot{ 0x05376870 }; + inline constexpr REL::Offset hkSignal1_hknpShapeconst___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedshort__unsignedshort_{ 0x05087820 }; + inline constexpr REL::Offset hkSignal1_hknpShapeconst___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst__{ 0x05088940 }; + inline constexpr REL::Offset hkSignal1_hknpShapeconst___Slot{ 0x05087738 }; + inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld__{ 0x05087D40 }; + inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ 0x0537F8D0 }; + inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ 0x05088630 }; + inline constexpr REL::Offset hkSignal1_hknpWorld___MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld__{ 0x05088170 }; + inline constexpr REL::Offset hkSignal1_hknpWorld___Slot{ 0x0537FA60 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_bool___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_bool__{ 0x0508C1A0 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_bool__{ 0x05085350 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_bool___Slot{ 0x05085090 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst__{ 0x05085280 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst___Slot{ 0x05085020 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst__{ 0x050855E0 }; + inline constexpr REL::Offset hkSignal2_hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst___Slot{ 0x05085200 }; + inline constexpr REL::Offset hkSignal2_hclSimClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_bool__{ 0x050853D0 }; + inline constexpr REL::Offset hkSignal2_hclSimClothInstance_bool___Slot{ 0x05085130 }; + inline constexpr REL::Offset hkSignal2_hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst__{ 0x05085450 }; + inline constexpr REL::Offset hkSignal2_hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst___Slot{ 0x05085180 }; + inline constexpr REL::Offset hkSignal2_hknpBodyQualityLibrary_hknpBodyQualityId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpBodyQualityLibrary_hknpBodyQualityId__{ 0x05087650 }; + inline constexpr REL::Offset hkSignal2_hknpBodyQualityLibrary_hknpBodyQualityId___Slot{ 0x05087090 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___GlobalSlot_void___hknpEventHandlerInputconst_hknpEventconst__{ 0x051C4A30 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__AutoWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ 0x05203B20 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkPlaceableWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ 0x05203980 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkWaterfall_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ 0x05203A50 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_FOCollisionListener_void_FOCollisionListener____hknpEventHandlerInputconst_hknpEventconst__{ 0x051D4A80 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_LoadedAreaBound_void_LoadedAreaBound____hknpEventHandlerInputconst_hknpEventconst__{ 0x051EC190 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_PhysicsContactListenerInstance_void_PhysicsContactListenerInstance____hknpEventHandlerInputconst_hknpEventconst__{ 0x05361BD0 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_bhkCharRigidBodyController_void_bhkCharRigidBodyController____hknpEventHandlerInputconst_hknpEventconst__{ 0x0537A660 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpBSCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ 0x0537F960 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ 0x050884E0 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpEasePenetrationsAction_void_hknpEasePenetrationsAction____hknpEventHandlerInputconst_hknpEventconst__{ 0x05087EA0 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpEventHandlerInputconst_hknpEventconst__{ 0x050875B0 }; + inline constexpr REL::Offset hkSignal2_hknpEventHandlerInputconst_hknpEventconst___Slot{ 0x051C7180 }; + inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_hknpMaterialId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_hknpMaterialId__{ 0x05087370 }; + inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_hknpMaterialId___Slot{ 0x050871F0 }; + inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_unsignedint___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_unsignedint__{ 0x050872F0 }; + inline constexpr REL::Offset hkSignal2_hknpMaterialLibrary_unsignedint___Slot{ 0x050871A0 }; + inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedchar_unsignedshort__unsignedshort_{ 0x050877A0 }; + inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpDecoratorShape_void_hknpDecoratorShape____hknpShapeconst_unsignedchar__{ 0x05088750 }; + inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpLodShape_void_hknpLodShape____hknpShapeconst_unsignedchar__{ 0x05086E20 }; + inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst_unsignedchar__{ 0x050888C0 }; + inline constexpr REL::Offset hkSignal2_hknpShapeconst_unsignedchar___Slot{ 0x05086DE8 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ 0x05088080 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpSafeEaseConstraintsAction_void_hknpSafeEaseConstraintsAction____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ 0x0537A0F0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____Slot{ 0x0537A210 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hkVector4fconst__{ 0x05087DC0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkVector4fconst__{ 0x0508C060 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hknpCharacterProxyManager_void_hknpCharacterProxyManager____hknpWorld_hkVector4fconst__{ 0x050897D0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hkVector4fconst___Slot{ 0x05087B80 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyId___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyId__{ 0x05199450 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyId___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId__{ 0x0508BD60 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyId___Slot{ 0x05199620 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyManager___GlobalSlot_void___hknpWorld_hknpBodyManager__{ 0x05375EC0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyManager___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpWorld_hknpBodyManager__{ 0x05087510 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpBodyManager___Slot{ 0x053767C0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpConstraintManager___GlobalSlot_void___hknpWorld_hknpConstraintManager__{ 0x05376420 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpConstraintManager___Slot{ 0x05376910 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpMotionManager___GlobalSlot_void___hknpWorld_hknpMotionManager__{ 0x053764B0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpMotionManager___Slot{ 0x05376770 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpStepInputconst__{ 0x05087BF0 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ 0x0537F820 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ 0x05088590 }; + inline constexpr REL::Offset hkSignal2_hknpWorld_hknpStepInputconst___Slot{ 0x0537FA10 }; + inline constexpr REL::Offset hkSignal3_hclClothInstance_hkVector4fconst_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_hkVector4fconst_hkVector4fconst__{ 0x0508C0F0 }; + inline constexpr REL::Offset hkSignal3_hclClothInstance_hkVector4fconst_hkVector4fconst___Slot{ 0x05085910 }; + inline constexpr REL::Offset hkSignal3_hclSimClothInstance_hclCollidableconst_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclCollidableconst_bool__{ 0x05085530 }; + inline constexpr REL::Offset hkSignal3_hclSimClothInstance_hclCollidableconst_bool___Slot{ 0x050850D0 }; + inline constexpr REL::Offset hkSignal3_hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst__{ 0x05087410 }; + inline constexpr REL::Offset hkSignal3_hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst___Slot{ 0x050870F0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyCinfoconst_hknpBodyId___MemberSlot_hknpParticlesColliderManager_void_hknpParticlesColliderManager____hknpWorld_hknpBodyCinfoconst_hknpBodyId__{ 0x05089710 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyCinfoconst_hknpBodyId___Slot{ 0x05089630 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst____MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst___{ 0x0508BEB0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst____Slot{ 0x0508BBE0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionId___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionId__{ 0x052EE1E0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionId___Slot{ 0x052EE630 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionType__Enum__{ 0x052EE270 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hknpMotionType__Enum__{ 0x0508BDF0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___Slot{ 0x052EE690 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_int__{ 0x051EBCF0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_int__{ 0x051993B0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_int__{ 0x051FDAB0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyId_int___Slot{ 0x05199580 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_unsignedint__{ 0x051EBBD0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x051994E0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x051FD970 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpBodyIdconst_int__{ 0x05087CA0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_bhkTrapListener_void_bhkTrapListener____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x053762C0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclClothLeafShapeSensor_void_hclClothLeafShapeSensor____hknpWorld_hknpBodyIdconst_int__{ 0x0508C290 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyIdconst_int__{ 0x0508BCC0 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hknpUniqueBodyIdHitCollector_void_hknpUniqueBodyIdHitCollector____hknpWorld_hknpBodyIdconst_unsignedint__{ 0x05379980 }; + inline constexpr REL::Offset hkSignal3_hknpWorld_hknpBodyIdconst_int___Slot{ 0x051995D0 }; + inline constexpr REL::Offset hkSignal5_hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int__{ 0x0508BF80 }; + inline constexpr REL::Offset hkSignal5_hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int___Slot{ 0x0508BC50 }; + inline constexpr REL::Offset hkSimdDouble64_FloatImpl{ 0x05080DF0 }; + inline constexpr REL::Offset hkSimpleLocalFrame{ 0x05082398 }; + inline constexpr REL::Offset hkSkinBinding{ 0x0508B918 }; + inline constexpr REL::Offset hkSkinnedMeshShape{ 0x0508B940 }; + inline constexpr REL::Offset hkSkinnedRefMeshShape{ 0x0508B9A0 }; + inline constexpr REL::Offset hkSlot{ 0x05199668 }; + inline constexpr REL::Offset hkSocket{ 0x050831F8 }; + inline constexpr REL::Offset hkSocket__ReaderAdapter{ 0x05083218 }; + inline constexpr REL::Offset hkSocket__WriterAdapter{ 0x05083248 }; + inline constexpr REL::Offset hkSolverAllocator{ 0x05083E78 }; + inline constexpr REL::Offset hkStackTracer{ 0x05083278 }; + inline constexpr REL::Offset hkStdioStreamReader{ 0x05082C68 }; + inline constexpr REL::Offset hkStorageSkinnedMeshShape{ 0x0508B970 }; + inline constexpr REL::Offset hkStreamReader{ 0x051EBF08 }; + inline constexpr REL::Offset hkStreamWriter{ 0x051EBEE0 }; + inline constexpr REL::Offset hkStringBuf__StringImpl{ 0x05081E50 }; + inline constexpr REL::Offset hkStringObject{ 0x050800B8 }; + inline constexpr REL::Offset hkStringPtr__StringImpl{ 0x050809B8 }; + inline constexpr REL::Offset hkStringView__StringImpl{ 0x05080EE8 }; + inline constexpr REL::Offset hkTask{ 0x05376968 }; + inline constexpr REL::Offset hkTaskGraph{ 0x05376988 }; + inline constexpr REL::Offset hkTaskQueue{ 0x05082E80 }; + inline constexpr REL::Offset hkTaskQueue_BatchingTask{ 0x05083D80 }; + inline constexpr REL::Offset hkTask__ExecutionContext{ 0x05376838 }; + inline constexpr REL::Offset hkTgaFileFormat{ 0x0508C4C0 }; + inline constexpr REL::Offset hkThread{ 0x05082C98 }; + inline constexpr REL::Offset hkThreadMemory{ 0x05083E50 }; + inline constexpr REL::Offset hkThreadPool{ 0x0537A0C0 }; + inline constexpr REL::Offset hkTransientAllocator{ 0x05082DA8 }; + inline constexpr REL::Offset hkTypeVm__ArrayInstruction{ 0x05082A58 }; + inline constexpr REL::Offset hkTypeVm__BlockInstruction{ 0x05082A88 }; + inline constexpr REL::Offset hkTypeVm__BlockPass{ 0x05082AB8 }; + inline constexpr REL::Offset hkTypeVm__CheckTypeKindsPass{ 0x05082B90 }; + inline constexpr REL::Offset hkTypeVm__DefaultInstruction{ 0x050829B0 }; + inline constexpr REL::Offset hkTypeVm__GenerateConvertNumericKindPass{ 0x05082BC8 }; + inline constexpr REL::Offset hkTypeVm__InlineFixedArrayPass{ 0x05082AE8 }; + inline constexpr REL::Offset hkTypeVm__InlineRecordPass{ 0x05082B20 }; + inline constexpr REL::Offset hkTypeVm__Instruction{ 0x05082950 }; + inline constexpr REL::Offset hkTypeVm__IntAndFloatConversionPass{ 0x05082B50 }; + inline constexpr REL::Offset hkTypeVm__NopInstruction{ 0x05082980 }; + inline constexpr REL::Offset hkTypeVm__Pass{ 0x05082400 }; + inline constexpr REL::Offset hkTypeVm__ProgramInstruction{ 0x050829E8 }; + inline constexpr REL::Offset hkTypeVm__RecordInstruction{ 0x05082A20 }; + inline constexpr REL::Offset hkUuidObject{ 0x05080E88 }; + inline constexpr REL::Offset hkUuidPseudoRandomGenerator{ 0x05080EB0 }; + inline constexpr REL::Offset hkViewport{ 0x050802A8 }; + inline constexpr REL::Offset hkWin32FileSystem{ 0x051EBE88 }; + inline constexpr REL::Offset hkWin32FileSystem__WatcherImpl{ 0x05080C98 }; + inline constexpr REL::Offset hkWin32StreamWriter{ 0x05082CF0 }; + inline constexpr REL::Offset hkXmlLexAnalyzer{ 0x05083E00 }; + inline constexpr REL::Offset hkXmlStreamParser{ 0x050832A0 }; + inline constexpr REL::Offset hk__IsValueArray__Impl{ 0x05080D48 }; + inline constexpr REL::Offset hkaSkeleton{ 0x0508BA60 }; + inline constexpr REL::Offset hkcdDynamicAabbTree{ 0x0508B730 }; + inline constexpr REL::Offset hkcdDynamicAabbTree__Impl{ 0x0508B6A0 }; + inline constexpr REL::Offset hkcdGskBase__ShapeInterface{ 0x05083FA8 }; + inline constexpr REL::Offset hkcdGsk_Float3ShapeAOnlyInterface{ 0x0508AFF0 }; + inline constexpr REL::Offset hkcdGsk_Float3ShapeInterface{ 0x0508AFB8 }; + inline constexpr REL::Offset hkcdGsk__Cache{ 0x05084048 }; + inline constexpr REL::Offset hkcdGsk__ShapeInterface{ 0x05083F78 }; + inline constexpr REL::Offset hkcdPlanarCsgOperand{ 0x0508ACC8 }; + inline constexpr REL::Offset hkcdPlanarEntity{ 0x0508AC68 }; + inline constexpr REL::Offset hkcdPlanarGeometry{ 0x0508AE90 }; + inline constexpr REL::Offset hkcdPlanarGeometryPlanesCollection{ 0x0508AD38 }; + inline constexpr REL::Offset hkcdPlanarGeometryPolygonCollection{ 0x0508ACF8 }; + inline constexpr REL::Offset hkcdPlanarGeometryPrimitives__Collection_28_{ 0x0508AC20 }; + inline constexpr REL::Offset hkcdPlanarGeometry__VertexStorage{ 0x0508AEC0 }; + inline constexpr REL::Offset hkcdPlanarSolid{ 0x0508AD78 }; + inline constexpr REL::Offset hkcdPlanarSolid__NodeStorage{ 0x0508AC90 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__EmptyRunnable{ 0x0508B068 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__IRefit{ 0x0508B0A8 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbsFloat3_{ 0x0508B150 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbs_{ 0x0508B0E0 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__Task{ 0x0508B1C0 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508B520 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508B320 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508B4A0 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508B2A0 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508B5A0 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508B3A0 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ 0x0508B620 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ 0x0508B420 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper{ 0x0508B250 }; + inline constexpr REL::Offset hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper{ 0x0508B200 }; + inline constexpr REL::Offset hkcdSimdTree__BuildContext{ 0x050899B8 }; + inline constexpr REL::Offset hkcdSimdTree__ICustomRefit{ 0x0508AF88 }; + inline constexpr REL::Offset hkcdSimdTree__IParallelBuild__IRunnable{ 0x0508B028 }; + inline constexpr REL::Offset hkcdSimdTree__LeafCollector{ 0x05087700 }; + inline constexpr REL::Offset hkcdSimdTree__PairCollector{ 0x0508A040 }; + inline constexpr REL::Offset hkcdStaticAabbTree{ 0x0508B6D0 }; + inline constexpr REL::Offset hkcdStaticAabbTree__Impl{ 0x0508B700 }; + inline constexpr REL::Offset hkcdStaticMeshTree__GeometryProvider{ 0x0508CE18 }; + inline constexpr REL::Offset hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseBinaryQuery{ 0x0508CEA0 }; + inline constexpr REL::Offset hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseUnaryQuery{ 0x05088240 }; + inline constexpr REL::Offset hkcdStaticMeshTree__SectionDecoder_hkcdDefaultStaticMeshTree___CustomGeometryConverterBase{ 0x0508CF00 }; + inline constexpr REL::Offset hkgpAbstractMesh_hkgpConvexHullImpl__Edge_hkgpConvexHullImpl__Vertex_hkgpConvexHullImpl__Triangle_hkContainerHeapAllocator_{ 0x05083ED0 }; + inline constexpr REL::Offset hkgpCgo__Config{ 0x05378460 }; + inline constexpr REL::Offset hkgpConvexHull{ 0x05083EA0 }; + inline constexpr REL::Offset hkgpDeprecatedConvexDecompositionImpl__DefaultProgress{ 0x0508AE40 }; + inline constexpr REL::Offset hkgpDeprecatedConvexDecompositionInternal__IInternal{ 0x0508ADF0 }; + inline constexpr REL::Offset hkgpDeprecatedConvexDecomposition__IProgress{ 0x0508ADA0 }; + inline constexpr REL::Offset hkgpMesh__IConvexOverlap{ 0x05083F48 }; + inline constexpr REL::Offset hknpAction{ 0x0516EC90 }; + inline constexpr REL::Offset hknpActionManager{ 0x05087BC8 }; + inline constexpr REL::Offset hknpAddActiveBodyPairsTask{ 0x05088BD0 }; + inline constexpr REL::Offset hknpAllHitsCollector{ 0x0515E7F0 }; + inline constexpr REL::Offset hknpAnimatedShapeSurfaceVelocityModifier{ 0x05089100 }; + inline constexpr REL::Offset hknpAnyHitCollector{ 0x0515E730 }; + inline constexpr REL::Offset hknpApiCommandProcessor{ 0x05087170 }; + inline constexpr REL::Offset hknpApplyDragTask{ 0x05089DE0 }; + inline constexpr REL::Offset hknpArrayAction{ 0x0537A1E0 }; + inline constexpr REL::Offset hknpBSCharacterProxy{ 0x0537A370 }; + inline constexpr REL::Offset hknpBSCharacterRigidBody{ 0x0537F5F8 }; + inline constexpr REL::Offset hknpBSCustomCollisionFilter{ 0x0515E790 }; + inline constexpr REL::Offset hknpBSMaterial{ 0x05378560 }; + inline constexpr REL::Offset hknpBSMaterialProperties{ 0x051C7BA0 }; + inline constexpr REL::Offset hknpBSMotionPropertiesLibrary{ 0x053766C8 }; + inline constexpr REL::Offset hknpBSMouseSpringAction{ 0x0537A500 }; + inline constexpr REL::Offset hknpBSMoveLimitModifier{ 0x053797B8 }; + inline constexpr REL::Offset hknpBSPlacementStreamCache{ 0x05379208 }; + inline constexpr REL::Offset hknpBSShapeCodec{ 0x05377140 }; + inline constexpr REL::Offset hknpBSWorld{ 0x053768C0 }; + inline constexpr REL::Offset hknpBSWorldUtil__hknpBSPhysicsSystem{ 0x05376D78 }; + inline constexpr REL::Offset hknpBSWorldUtil__hknpBSRagdoll{ 0x05376C10 }; + inline constexpr REL::Offset hknpBackfaceCollisionModifier{ 0x05377018 }; + inline constexpr REL::Offset hknpBallGun{ 0x050863B0 }; + inline constexpr REL::Offset hknpBinaryAction{ 0x05086330 }; + inline constexpr REL::Offset hknpBodyData{ 0x050864E8 }; + inline constexpr REL::Offset hknpBodyIntegrator{ 0x05085DC0 }; + inline constexpr REL::Offset hknpBodyQuality{ 0x05376748 }; + inline constexpr REL::Offset hknpBodyQualityLibrary{ 0x05085D90 }; + inline constexpr REL::Offset hknpBodyReference{ 0x05085C80 }; + inline constexpr REL::Offset hknpBoxShape{ 0x05086BD8 }; + inline constexpr REL::Offset hknpBreakableConstraintData{ 0x05086CA0 }; + inline constexpr REL::Offset hknpBroadPhase{ 0x0508D4F8 }; + inline constexpr REL::Offset hknpBroadPhaseConfig{ 0x05377230 }; + inline constexpr REL::Offset hknpBroadphaseTriggerCollisionDetector{ 0x05089468 }; + inline constexpr REL::Offset hknpBuildConstraintJacobiansTask{ 0x05089EB0 }; + inline constexpr REL::Offset hknpCapsuleCapsuleConvexConvexManifoldGenerator{ 0x050893A0 }; + inline constexpr REL::Offset hknpCapsuleShape{ 0x05086C00 }; + inline constexpr REL::Offset hknpCharacterContext{ 0x05086E90 }; + inline constexpr REL::Offset hknpCharacterProxy{ 0x0537A2E8 }; + inline constexpr REL::Offset hknpCharacterProxyCinfo{ 0x0520A2B8 }; + inline constexpr REL::Offset hknpCharacterProxyInternals__QueryCollector{ 0x05087F50 }; + inline constexpr REL::Offset hknpCharacterProxyListener{ 0x051C71D8 }; + inline constexpr REL::Offset hknpCharacterRigidBody{ 0x0537F628 }; + inline constexpr REL::Offset hknpCharacterRigidBodyCinfo{ 0x0537A590 }; + inline constexpr REL::Offset hknpCharacterRigidBodyListener{ 0x0537A788 }; + inline constexpr REL::Offset hknpCharacterState{ 0x05374258 }; + inline constexpr REL::Offset hknpCharacterStateManager{ 0x05086EC0 }; + inline constexpr REL::Offset hknpCircularSurfaceVelocity{ 0x050862C8 }; + inline constexpr REL::Offset hknpClosestHitCollector{ 0x05153940 }; + inline constexpr REL::Offset hknpClosestUniqueBodyIdHitCollector{ 0x05379938 }; + inline constexpr REL::Offset hknpClosestUniqueBodyIdHitCollectorDeprecated{ 0x053798F0 }; + inline constexpr REL::Offset hknpCollideSyncTask{ 0x05088EC8 }; + inline constexpr REL::Offset hknpCollisionDetector{ 0x05089280 }; + inline constexpr REL::Offset hknpCollisionFilter{ 0x0515E820 }; + inline constexpr REL::Offset hknpCollisionQueryCollector{ 0x05153970 }; + inline constexpr REL::Offset hknpCollisionQueryDispatcher{ 0x05088818 }; + inline constexpr REL::Offset hknpCompositeCollisionDetector{ 0x050892B0 }; + inline constexpr REL::Offset hknpCompositeCompositeCollisionDetector{ 0x050893E8 }; + inline constexpr REL::Offset hknpCompositeShape{ 0x05085CA8 }; + inline constexpr REL::Offset hknpCompoundShape{ 0x05085F80 }; + inline constexpr REL::Offset hknpCompoundShapeData{ 0x05085F50 }; + inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_0_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ 0x05087980 }; + inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_0_hknpCollisionQueryCollector_{ 0x05087AC0 }; + inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_1_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ 0x050878A0 }; + inline constexpr REL::Offset hknpCompoundShapeEx__AabbOverlaps_1_hknpCollisionQueryCollector_{ 0x05087A60 }; + inline constexpr REL::Offset hknpCompoundShapeEx__Accessor_0_{ 0x05087A20 }; + inline constexpr REL::Offset hknpCompoundShapeEx__Accessor_1_{ 0x05087940 }; + inline constexpr REL::Offset hknpCompoundShapeInternalsCdDynamicTreeKeyMask{ 0x05086070 }; + inline constexpr REL::Offset hknpCompoundShapeInternalsSimdTreeKeyMask{ 0x05086030 }; + inline constexpr REL::Offset hknpCompoundShapeKeyMask{ 0x05085FA8 }; + inline constexpr REL::Offset hknpCompressedMeshShape{ 0x050860B8 }; + inline constexpr REL::Offset hknpCompressedMeshShapeCinfo{ 0x05378E70 }; + inline constexpr REL::Offset hknpCompressedMeshShapeData{ 0x0508CD98 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__AabbOverlaps_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ 0x05088390 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__AabbOverlaps_hknpCollisionQueryCollector_{ 0x05088440 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__BaseBinaryQuery{ 0x0508CFD0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__BaseUnaryQuery{ 0x050881F0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GeometryProvider{ 0x0508CDD0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery{ 0x0508D1A0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryBase{ 0x0508D140 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled{ 0x0508D200 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryBase{ 0x0508D260 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0{ 0x0508D330 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1{ 0x0508D3A0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2{ 0x0508D410 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled{ 0x0508D2C0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryBase{ 0x0508D020 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled{ 0x0508D0E0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled{ 0x0508D080 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__KeyMask{ 0x0508CE58 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__RayCastQueryBase{ 0x0508CF80 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__ShapeCastQuery{ 0x050882F0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__ShapeCastQueryBase{ 0x050882A0 }; + inline constexpr REL::Offset hknpCompressedMeshShapeInternals__ShapeCastQueryScaled{ 0x05088340 }; + inline constexpr REL::Offset hknpConstraintAtomSolver{ 0x05086F88 }; + inline constexpr REL::Offset hknpConstraintCollisionFilter{ 0x05088040 }; + inline constexpr REL::Offset hknpConstraintForceEventCreator{ 0x050894A8 }; + inline constexpr REL::Offset hknpConstraintForceExceededEventCreator{ 0x050894E0 }; + inline constexpr REL::Offset hknpConstraintSolver{ 0x05086FB8 }; + inline constexpr REL::Offset hknpContactConstraintSolver{ 0x05086FE8 }; + inline constexpr REL::Offset hknpContactImpulseClippedEventCreator{ 0x05088F58 }; + inline constexpr REL::Offset hknpContactImpulseEventCreator{ 0x05088F98 }; + inline constexpr REL::Offset hknpConvexCompositeCollisionDetector{ 0x05089358 }; + inline constexpr REL::Offset hknpConvexConvexCollisionDetector{ 0x05089F90 }; + inline constexpr REL::Offset hknpConvexConvexManifoldGenerator{ 0x05089248 }; + inline constexpr REL::Offset hknpConvexConvexShapeBaseInterface{ 0x0508D4B8 }; + inline constexpr REL::Offset hknpConvexShape{ 0x05379260 }; + inline constexpr REL::Offset hknpCylinderShape{ 0x05086C28 }; + inline constexpr REL::Offset hknpDeactivationMaintenanceTask{ 0x05088D20 }; + inline constexpr REL::Offset hknpDecoratorShape{ 0x05086000 }; + inline constexpr REL::Offset hknpDefaultBroadPhaseConfig{ 0x053769B0 }; + inline constexpr REL::Offset hknpDefaultCompressedMeshShapeCinfo{ 0x05378EA8 }; + inline constexpr REL::Offset hknpDefaultExternMeshShapeGeometry{ 0x05086150 }; + inline constexpr REL::Offset hknpDefaultHeightFieldGeometry{ 0x05086B40 }; + inline constexpr REL::Offset hknpDefaultModifierSet{ 0x05088EF8 }; + inline constexpr REL::Offset hknpDeflectedLinearCast__CheckStartCollector{ 0x05089900 }; + inline constexpr REL::Offset hknpDeflectedLinearCast__FilteredQueryCollector{ 0x050898B0 }; + inline constexpr REL::Offset hknpDeflectedLinearCast__QueryFilter{ 0x05089948 }; + inline constexpr REL::Offset hknpDestructionShapeProperties{ 0x05086458 }; + inline constexpr REL::Offset hknpDisableCollisionFilter{ 0x05085EA0 }; + inline constexpr REL::Offset hknpDummyShape{ 0x05086268 }; + inline constexpr REL::Offset hknpDynamicSpaceSplitter{ 0x05088BA0 }; + inline constexpr REL::Offset hknpEaseConstraintsAction{ 0x0537A280 }; + inline constexpr REL::Offset hknpEasePenetrationsAction{ 0x05087E60 }; + inline constexpr REL::Offset hknpEventDispatcher{ 0x05088A20 }; + inline constexpr REL::Offset hknpEventMergeAndDispatcher{ 0x05088A50 }; + inline constexpr REL::Offset hknpExtendedExternMeshShapeGeometry{ 0x05086190 }; + inline constexpr REL::Offset hknpExternMeshShape{ 0x05086BA8 }; + inline constexpr REL::Offset hknpExternMeshShapeBuildContext{ 0x0508CD30 }; + inline constexpr REL::Offset hknpExternMeshShapeData{ 0x050860E8 }; + inline constexpr REL::Offset hknpExternMeshShapeGeometry{ 0x05086118 }; + inline constexpr REL::Offset hknpFaceClipConvexConvexManifoldGenerator{ 0x05089F50 }; + inline constexpr REL::Offset hknpFinalizeNarrowPhaseGridTask{ 0x05088E20 }; + inline constexpr REL::Offset hknpFinalizeNarrowPhasePairsTask{ 0x05088DE8 }; + inline constexpr REL::Offset hknpFireSignalTask{ 0x050899E8 }; + inline constexpr REL::Offset hknpFirstPersonCharacter{ 0x05086428 }; + inline constexpr REL::Offset hknpFirstPersonGun{ 0x05086380 }; + inline constexpr REL::Offset hknpFixedClosestHitCollector{ 0x05379120 }; + inline constexpr REL::Offset hknpFixedClosestUniqueBodyHitCollector{ 0x053790E0 }; + inline constexpr REL::Offset hknpFlipBackfaceCollisionModifier{ 0x05089170 }; + inline constexpr REL::Offset hknpFlippedGetClosestPointsQueryCollector{ 0x05088710 }; + inline constexpr REL::Offset hknpFlippedShapeCastQueryCollector{ 0x05088850 }; + inline constexpr REL::Offset hknpForwardClosestHitCollector{ 0x050886D0 }; + inline constexpr REL::Offset hknpFullCast__ManifoldGenerator{ 0x05089DA8 }; + inline constexpr REL::Offset hknpGenSolverTasksTask{ 0x05088D88 }; + inline constexpr REL::Offset hknpGlobals{ 0x050887C0 }; + inline constexpr REL::Offset hknpGravityGun{ 0x050863D8 }; + inline constexpr REL::Offset hknpGroupCollisionFilter{ 0x05087F98 }; + inline constexpr REL::Offset hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_5_5_5_16__{ 0x05085EE0 }; + inline constexpr REL::Offset hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_6_5_5_16__{ 0x05087FD0 }; + inline constexpr REL::Offset hknpHeightFieldBoundingVolume{ 0x05086D40 }; + inline constexpr REL::Offset hknpHeightFieldGeometry{ 0x05086B78 }; + inline constexpr REL::Offset hknpHeightFieldShape{ 0x05085CD8 }; + inline constexpr REL::Offset hknpHitScalingCollector{ 0x05087770 }; + inline constexpr REL::Offset hknpInplaceShapeBuffer_144_{ 0x05195D50 }; + inline constexpr REL::Offset hknpInplaceShapeBuffer_176_{ 0x0518AD08 }; + inline constexpr REL::Offset hknpInplaceShapeBuffer_2048_{ 0x05198C08 }; + inline constexpr REL::Offset hknpInplaceShapeBuffer_448_{ 0x0515E658 }; + inline constexpr REL::Offset hknpInplaceShapeBuffer_96_{ 0x05086DB0 }; + inline constexpr REL::Offset hknpInternalCommandProcessor{ 0x05086F18 }; + inline constexpr REL::Offset hknpLeafShapeSensor{ 0x0508C258 }; + inline constexpr REL::Offset hknpLegacyRestitutionModifier{ 0x05089060 }; + inline constexpr REL::Offset hknpLinearSurfaceVelocity{ 0x05086300 }; + inline constexpr REL::Offset hknpLodShape{ 0x05085E48 }; + inline constexpr REL::Offset hknpMalleableConstraintData{ 0x05086D08 }; + inline constexpr REL::Offset hknpManifoldEventCreator{ 0x05089140 }; + inline constexpr REL::Offset hknpMaskedCompoundShape{ 0x05086B10 }; + inline constexpr REL::Offset hknpMaskedShape{ 0x05085FD8 }; + inline constexpr REL::Offset hknpMaskedShape__MaskWrapper{ 0x05086230 }; + inline constexpr REL::Offset hknpMassChangerModifier{ 0x05088FD0 }; + inline constexpr REL::Offset hknpMaterialData{ 0x05086490 }; + inline constexpr REL::Offset hknpMaterialLibrary{ 0x05376AC8 }; + inline constexpr REL::Offset hknpMaterialPalette{ 0x05085E70 }; + inline constexpr REL::Offset hknpModifier{ 0x05128698 }; + inline constexpr REL::Offset hknpMotionPropertiesData{ 0x050864B8 }; + inline constexpr REL::Offset hknpMotionPropertiesLibrary{ 0x05376690 }; + inline constexpr REL::Offset hknpMotionWeldingModifier{ 0x05089218 }; + inline constexpr REL::Offset hknpMountedBallGun{ 0x050884A8 }; + inline constexpr REL::Offset hknpMultithreadedSimulation{ 0x05088C08 }; + inline constexpr REL::Offset hknpNeighborWeldingModifier{ 0x050891E0 }; + inline constexpr REL::Offset hknpNullShapeTagCodec{ 0x050887E8 }; + inline constexpr REL::Offset hknpPairCollisionFilter{ 0x05086AE0 }; + inline constexpr REL::Offset hknpParticleEventCreator{ 0x05089520 }; + inline constexpr REL::Offset hknpParticleShapeLibrary{ 0x05089D40 }; + inline constexpr REL::Offset hknpParticleSimulationContext{ 0x05089688 }; + inline constexpr REL::Offset hknpParticlesClosestHitOnMeshCollector{ 0x0508A000 }; + inline constexpr REL::Offset hknpParticlesCollider{ 0x05089988 }; + inline constexpr REL::Offset hknpParticlesColliderShape{ 0x05086290 }; + inline constexpr REL::Offset hknpParticlesCollisionFilter{ 0x05089FC8 }; + inline constexpr REL::Offset hknpParticlesCollisionQueryCollector{ 0x0508A0A0 }; + inline constexpr REL::Offset hknpParticlesDynamicHitsCollector{ 0x0508A118 }; + inline constexpr REL::Offset hknpParticlesStaticCollector{ 0x0508A0E0 }; + inline constexpr REL::Offset hknpPhysicsSceneData{ 0x05086538 }; + inline constexpr REL::Offset hknpPhysicsSystem{ 0x05376C48 }; + inline constexpr REL::Offset hknpPhysicsSystemData{ 0x0516AC20 }; + inline constexpr REL::Offset hknpPostCollideTask{ 0x05088C40 }; + inline constexpr REL::Offset hknpPostSolveTask{ 0x05088CC0 }; + inline constexpr REL::Offset hknpPreSolveTask{ 0x05088C98 }; + inline constexpr REL::Offset hknpPrepareConstraintsTask{ 0x05089E78 }; + inline constexpr REL::Offset hknpPrepareNarrowPhasePairsTask{ 0x05089E40 }; + inline constexpr REL::Offset hknpPrepareNarrowPhaseTask{ 0x05089E08 }; + inline constexpr REL::Offset hknpPrepareSolverData{ 0x05089F18 }; + inline constexpr REL::Offset hknpProcessFullCastsTask{ 0x05088D58 }; + inline constexpr REL::Offset hknpProcessNarrowPhaseGridTask{ 0x05088CE8 }; + inline constexpr REL::Offset hknpProcessNarrowPhasePairsTask{ 0x05089D70 }; + inline constexpr REL::Offset hknpProjectileGun{ 0x05086400 }; + inline constexpr REL::Offset hknpRagdoll{ 0x05376CD0 }; + inline constexpr REL::Offset hknpRagdollData{ 0x050886A8 }; + inline constexpr REL::Offset hknpRefDragProperties{ 0x05085D60 }; + inline constexpr REL::Offset hknpRefMassDistribution{ 0x05379188 }; + inline constexpr REL::Offset hknpRefMaterial{ 0x05085E20 }; + inline constexpr REL::Offset hknpRefWorldCinfo{ 0x05086510 }; + inline constexpr REL::Offset hknpRestitutionModifier{ 0x05089030 }; + inline constexpr REL::Offset hknpSafeEaseConstraintsAction{ 0x0537A2B0 }; + inline constexpr REL::Offset hknpScaledConvexShape{ 0x05086200 }; + inline constexpr REL::Offset hknpScaledConvexShapeBase{ 0x050861D0 }; + inline constexpr REL::Offset hknpSetShapeKeyACdDetector{ 0x050892E8 }; + inline constexpr REL::Offset hknpShape{ 0x05379240 }; + inline constexpr REL::Offset hknpShapeBuffer{ 0x0515E7C8 }; + inline constexpr REL::Offset hknpShapeFunctionsSingleton{ 0x05086D78 }; + inline constexpr REL::Offset hknpShapeKeyArrayCacheCdDetector{ 0x05089320 }; + inline constexpr REL::Offset hknpShapeKeyMask{ 0x05085D08 }; + inline constexpr REL::Offset hknpShapeManager{ 0x05088890 }; + inline constexpr REL::Offset hknpShapeMassProperties{ 0x05085D30 }; + inline constexpr REL::Offset hknpShapeScalingUtil{ 0x0508D758 }; + inline constexpr REL::Offset hknpShapeTagCodec{ 0x05377260 }; + inline constexpr REL::Offset hknpShape__MassConfig{ 0x05379158 }; + inline constexpr REL::Offset hknpSignedDistanceFieldCollisionDetector{ 0x05089428 }; + inline constexpr REL::Offset hknpSimdTreeBroadPhase{ 0x0508D520 }; + inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__CollideTrees{ 0x0508D658 }; + inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty{ 0x0508D5B0 }; + inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__Finalize{ 0x0508D698 }; + inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData{ 0x0508D610 }; + inline constexpr REL::Offset hknpSimdTreeBroadPhaseTasks__hknpSimdTreeBroadPhaseTaskBase{ 0x0508D550 }; + inline constexpr REL::Offset hknpSimulation{ 0x05086EF0 }; + inline constexpr REL::Offset hknpSingleCellSpaceSplitter{ 0x05088B68 }; + inline constexpr REL::Offset hknpSingleThreadedSimulation{ 0x05087020 }; + inline constexpr REL::Offset hknpSingleThreadedSolverData{ 0x050889E8 }; + inline constexpr REL::Offset hknpSoftContactModifier{ 0x05089098 }; + inline constexpr REL::Offset hknpSolveFinalizeTask{ 0x05088DB8 }; + inline constexpr REL::Offset hknpSolverData{ 0x050889C0 }; + inline constexpr REL::Offset hknpSolverFactoryTask{ 0x05088E58 }; + inline constexpr REL::Offset hknpSolverSchedulerTask{ 0x05089EE8 }; + inline constexpr REL::Offset hknpSortFinalizeNarrowPhasePairsTask{ 0x05088E88 }; + inline constexpr REL::Offset hknpSpaceSplitter{ 0x05088B40 }; + inline constexpr REL::Offset hknpSphereShape{ 0x05086C50 }; + inline constexpr REL::Offset hknpSpringAction{ 0x05086358 }; + inline constexpr REL::Offset hknpStreamContactSolver{ 0x050872B8 }; + inline constexpr REL::Offset hknpStreamContactSolverBase{ 0x05087248 }; + inline constexpr REL::Offset hknpStreamContactSolverTypes{ 0x05087280 }; + inline constexpr REL::Offset hknpSurfaceVelocity{ 0x05085DF0 }; + inline constexpr REL::Offset hknpSurfaceVelocityModifier{ 0x050890C8 }; + inline constexpr REL::Offset hknpTaskGraph{ 0x053768E8 }; + inline constexpr REL::Offset hknpTriangleShape{ 0x05086AB8 }; + inline constexpr REL::Offset hknpTriangleWeldingModifier{ 0x050891A8 }; + inline constexpr REL::Offset hknpTriggerModifier{ 0x05089000 }; + inline constexpr REL::Offset hknpTyremarksInfo{ 0x05086958 }; + inline constexpr REL::Offset hknpTyremarksWheel{ 0x05086928 }; + inline constexpr REL::Offset hknpUnaryAction{ 0x0516EC68 }; + inline constexpr REL::Offset hknpUniqueBodyIdHitCollector{ 0x051C2460 }; + inline constexpr REL::Offset hknpVariableTimeStepUtil{ 0x05089600 }; + inline constexpr REL::Offset hknpVehicleAerodynamics{ 0x05086598 }; + inline constexpr REL::Offset hknpVehicleBrake{ 0x05086668 }; + inline constexpr REL::Offset hknpVehicleData{ 0x05086900 }; + inline constexpr REL::Offset hknpVehicleDefaultAerodynamics{ 0x050865C8 }; + inline constexpr REL::Offset hknpVehicleDefaultAnalogDriverInput{ 0x05086700 }; + inline constexpr REL::Offset hknpVehicleDefaultBrake{ 0x05086690 }; + inline constexpr REL::Offset hknpVehicleDefaultEngine{ 0x05086798 }; + inline constexpr REL::Offset hknpVehicleDefaultSteering{ 0x050867F8 }; + inline constexpr REL::Offset hknpVehicleDefaultSuspension{ 0x05086890 }; + inline constexpr REL::Offset hknpVehicleDefaultTransmission{ 0x050868C8 }; + inline constexpr REL::Offset hknpVehicleDefaultVelocityDamper{ 0x050869B0 }; + inline constexpr REL::Offset hknpVehicleDriverInput{ 0x05086638 }; + inline constexpr REL::Offset hknpVehicleDriverInputAnalogStatus{ 0x050866C0 }; + inline constexpr REL::Offset hknpVehicleDriverInputStatus{ 0x05086600 }; + inline constexpr REL::Offset hknpVehicleEngine{ 0x05086770 }; + inline constexpr REL::Offset hknpVehicleInstance{ 0x05086568 }; + inline constexpr REL::Offset hknpVehicleLinearCastWheelCollide{ 0x050869E8 }; + inline constexpr REL::Offset hknpVehicleRayCastWheelCollide{ 0x05086A58 }; + inline constexpr REL::Offset hknpVehicleSteering{ 0x050867C8 }; + inline constexpr REL::Offset hknpVehicleSuspension{ 0x05086860 }; + inline constexpr REL::Offset hknpVehicleTransmission{ 0x05086740 }; + inline constexpr REL::Offset hknpVehicleVelocityDamper{ 0x05086980 }; + inline constexpr REL::Offset hknpVehicleWheelCollide{ 0x05086830 }; + inline constexpr REL::Offset hknpVehicleWheelCollide__WheelHitCollector{ 0x05089870 }; + inline constexpr REL::Offset hknpWeldingModifier{ 0x05088F28 }; + inline constexpr REL::Offset hknpWorld{ 0x05375630 }; + inline constexpr REL::Offset hknpWorldReader{ 0x053755E0 }; + inline constexpr REL::Offset hknpWorldSnapshot{ 0x05086A90 }; + inline constexpr REL::Offset hknpWorldTask{ 0x05088C70 }; + inline constexpr REL::Offset hknpWorldWriter{ 0x05375608 }; + inline constexpr REL::Offset hkp6DofConstraintData{ 0x0508A1A8 }; + inline constexpr REL::Offset hkpAngularFrictionConstraintData{ 0x0508A738 }; + inline constexpr REL::Offset hkpBallAndSocketConstraintData{ 0x0508A1D8 }; + inline constexpr REL::Offset hkpCallbackConstraintMotor{ 0x0508A658 }; + inline constexpr REL::Offset hkpCogWheelConstraintData{ 0x0508A248 }; + inline constexpr REL::Offset hkpConstraintData{ 0x05086C78 }; + inline constexpr REL::Offset hkpConstraintMotor{ 0x0508A178 }; + inline constexpr REL::Offset hkpDeformableFixedConstraintData{ 0x0508A278 }; + inline constexpr REL::Offset hkpFixedConstraintData{ 0x0508A2B0 }; + inline constexpr REL::Offset hkpHingeConstraintData{ 0x0508A310 }; + inline constexpr REL::Offset hkpHingeLimitsData{ 0x0508A2E0 }; + inline constexpr REL::Offset hkpLimitedForceConstraintMotor{ 0x0508A620 }; + inline constexpr REL::Offset hkpLimitedHingeConstraintData{ 0x0508A340 }; + inline constexpr REL::Offset hkpLinearClearanceConstraintData{ 0x0508A210 }; + inline constexpr REL::Offset hkpLinearParametricCurve{ 0x0508A3A8 }; + inline constexpr REL::Offset hkpParametricCurve{ 0x0508A378 }; + inline constexpr REL::Offset hkpPointToPathConstraintData{ 0x0508A3D8 }; + inline constexpr REL::Offset hkpPointToPlaneConstraintData{ 0x0508A410 }; + inline constexpr REL::Offset hkpPositionConstraintMotor{ 0x0508A690 }; + inline constexpr REL::Offset hkpPrismaticConstraintData{ 0x0508A448 }; + inline constexpr REL::Offset hkpPulleyConstraintData{ 0x0508A480 }; + inline constexpr REL::Offset hkpRackAndPinionConstraintData{ 0x0508A4B0 }; + inline constexpr REL::Offset hkpRagdollConstraintData{ 0x0508A518 }; + inline constexpr REL::Offset hkpRagdollLimitsData{ 0x0508A4E8 }; + inline constexpr REL::Offset hkpRotationalConstraintData{ 0x0508A548 }; + inline constexpr REL::Offset hkpSpringDamperConstraintMotor{ 0x0508A6C8 }; + inline constexpr REL::Offset hkpStiffSpringConstraintData{ 0x0508A580 }; + inline constexpr REL::Offset hkpVehicleFrictionDescription{ 0x05086A20 }; + inline constexpr REL::Offset hkpVelocityConstraintMotor{ 0x0508A700 }; + inline constexpr REL::Offset hkpWheelConstraintData{ 0x0508A5F0 }; + inline constexpr REL::Offset hkpWheelFrictionConstraintData{ 0x0508A5B8 }; + inline constexpr REL::Offset hkpWrappedConstraintData{ 0x05086CD8 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Active_{ 0x0520FC30 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__BetweenShots_{ 0x0520FA60 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Deinitialization_{ 0x0520FB80 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Inactive_{ 0x0520FB20 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Initialization_{ 0x0520FAC0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_AimOpticalSightStates__Ready_{ 0x0520FBE0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attached_{ 0x051603E0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attaching_{ 0x051604A0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetachComplete_{ 0x05160500 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetach_{ 0x051600E0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Detached_{ 0x05160080 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loaded_{ 0x051601A0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loading_{ 0x05160140 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Prepared_{ 0x05160200 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Preparing_{ 0x051602B0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Reset_{ 0x05160260 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Geometry__Unloaded_{ 0x05160310 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Active_{ 0x05202950 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__FadingIn_{ 0x052024B0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__FadingOut_{ 0x05202500 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Inactive_{ 0x052029A0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__IntersectsLoadedArea_{ 0x05202AE0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Loaded_{ 0x05202A90 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__OutsideLoadedArea_{ 0x05202B40 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingIn_{ 0x05202BA0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingOut_{ 0x05202C00 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Split_{ 0x05202A40 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_BGSLODStates__Node__Unloaded_{ 0x052029F0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__NotTriggered_{ 0x05224D90 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic_{ 0x05224B50 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd_{ 0x05224900 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst_{ 0x05224C30 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous_{ 0x05224AD0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage_{ 0x052249E0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease_{ 0x05224CA0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage_{ 0x05224880 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle_{ 0x05224BC0 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease_{ 0x05224D10 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Triggered_{ 0x05224970 }; + inline constexpr REL::Offset hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Unequipped_{ 0x05224A60 }; + inline constexpr REL::Offset hsm__StateFactory_void_{ 0x05160628 }; + inline constexpr REL::Offset hsm__StateWithOwner_AimOpticalSightController_hsm__State_void__{ 0x0520F9E0 }; + inline constexpr REL::Offset hsm__StateWithOwner_BGSBaseLODBlock_hsm__State_void__{ 0x051605A0 }; + inline constexpr REL::Offset hsm__StateWithOwner_BGSLODNode_hsm__State_void__{ 0x05202400 }; + inline constexpr REL::Offset hsm__StateWithOwner_PlayerControls__WeaponAttackTriggerLogic_hsm__State_void__{ 0x05224E00 }; + inline constexpr REL::Offset hsm__State_void_{ 0x051605F8 }; + inline constexpr REL::Offset idLogging__ILogger{ 0x052BB0B8 }; + inline constexpr REL::Offset idTCP{ 0x05408B08 }; + inline constexpr REL::Offset nlohmann__detail__exception{ 0x0529B9F0 }; + inline constexpr REL::Offset nlohmann__detail__input_adapter_protocol{ 0x0529B978 }; + inline constexpr REL::Offset nlohmann__detail__input_buffer_adapter{ 0x0529B900 }; + inline constexpr REL::Offset nlohmann__detail__input_stream_adapter{ 0x052ADA08 }; + inline constexpr REL::Offset nlohmann__detail__out_of_range{ 0x0529B940 }; + inline constexpr REL::Offset nlohmann__detail__output_adapter_protocol_char_{ 0x051561F0 }; + inline constexpr REL::Offset nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x05155E50 }; + inline constexpr REL::Offset nlohmann__detail__parse_error{ 0x0529B9B8 }; + inline constexpr REL::Offset nsContainerMenu__ConfirmTakeAllTheThingsCallback{ 0x05325610 }; + inline constexpr REL::Offset nsControlMappingData__RemapHandler{ 0x050C6A40 }; + inline constexpr REL::Offset nsDataMenuData__GameLoadListener{ 0x051276D8 }; + inline constexpr REL::Offset nsDialogueMenu__MenuEventCatcher{ 0x05328530 }; + inline constexpr REL::Offset nsMainMenuStateDataModel__UserIconFinishedMsg{ 0x05091D50 }; + inline constexpr REL::Offset nsMainMenu__InvalidUserCallback{ 0x0532B720 }; + inline constexpr REL::Offset nsMonocle__MenuEventCatcher{ 0x05126E30 }; + inline constexpr REL::Offset nsMonocle__MonocleFastTravelConfirmFunc{ 0x052720D8 }; + inline constexpr REL::Offset nsPauseMenuMsgs__NoSaveExitResponseMsg{ 0x050926B0 }; + inline constexpr REL::Offset nsPauseMenu__UserDisengagedCallback{ 0x0528AD10 }; + inline constexpr REL::Offset nsPickpocketMenu__MenuEventCatcher{ 0x05274208 }; + inline constexpr REL::Offset nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback{ 0x052A2430 }; + inline constexpr REL::Offset rcContext{ 0x0515BCB8 }; + inline constexpr REL::Offset std___Binder_std___Unforced__lambda_3c93bc5d7b3f96fd053f30f2cec7bd09__std___Ph_1_const_TESObjectREFRconst_{ 0x05093AF0 }; + inline constexpr REL::Offset std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____NiPoint3const_float_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_{ 0x05096DB0 }; + inline constexpr REL::Offset std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____bool_bool_NiPoint3const_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_{ 0x05096CF0 }; + inline constexpr REL::Offset std___Binder_std___Unforced_float_TES____NiPoint3const_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_{ 0x05092AB0 }; + inline constexpr REL::Offset std___Binder_std___Unforced_void_MoviePlayer____void__MoviePlayer_{ 0x05096BD0 }; + inline constexpr REL::Offset std___Binder_std___Unforced_void_TES____bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_std___Ph_5_const_{ 0x05092BE0 }; + inline constexpr REL::Offset std___Binder_std___Unforced_void_TaskQueueInterface____float_NiPoint3const_float__TaskQueueInterface_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_{ 0x05092B40 }; + inline constexpr REL::Offset std___Crt_new_delete{ 0x05155AB8 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_ActorValueSnapshot_2__1_{ 0x0518C460 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2__1_{ 0x052063E0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSDistantObjectBlock_2__1_{ 0x05202710 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSDynamicLODBlock_2__1_{ 0x05202840 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSFadeManager__Group_2__1_{ 0x051586F0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSLODNode_2__1_{ 0x052018D0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2__1_{ 0x052025E0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2__1_{ 0x052BFAF0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2__1_{ 0x052AC3B0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2__1_{ 0x052A6E50 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSFloatCurve_2__1_{ 0x05202E10 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSGFxObject_2__1_{ 0x0539F3D0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSLog_2__1_{ 0x052BFD90 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSMenu3D__Scene_2__1_{ 0x0515B1A0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__1_{ 0x05160EA0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSSpinLock_2__1_{ 0x053514A0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2__1_{ 0x053AEEF0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2__1_{ 0x052BF6A0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2__1_{ 0x052BFCA0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2__1_{ 0x05201A00 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_MissionData_2__1_{ 0x051EA3F0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2__1_{ 0x053AFF00 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2__1_{ 0x053AFBA0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2__1_{ 0x053AF5D0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2__1_{ 0x053AF160 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2__1_{ 0x053AE860 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2__1_{ 0x053AE380 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2__1_{ 0x053AECF0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2__1_{ 0x053AE1E0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2__1_{ 0x053AF2D0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2__1_{ 0x053AF8E0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2__1_{ 0x053AE540 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2__1_{ 0x053AF750 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2__1_{ 0x053AFD50 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2__1_{ 0x053AD400 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2__1_{ 0x053AF450 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2__1_{ 0x053AEB50 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__ListFloatCurve_2__1_{ 0x053AE9D0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2__1_{ 0x053AE6E0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__MeshDependency_2__1_{ 0x053B0070 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2__1_{ 0x053ABB70 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Particles__PointInMeshDependency_2__1_{ 0x053B01D0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2__1_{ 0x051EA2B0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__BuildingLevel_2__1_{ 0x051C21A0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__Stairway_2__1_{ 0x051C2200 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__StartingFoundation_2__1_{ 0x051C1F70 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_SnapData__Workshop_2__1_{ 0x051C2400 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2__1_{ 0x05294130 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2__1_{ 0x05208F60 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2__1_{ 0x053599C0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2__1_{ 0x05359D10 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2__1_{ 0x05359E40 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2__1_{ 0x05359D80 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2__1_{ 0x05209400 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2__1_{ 0x0535A9A0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator___BiomePlacement_2__1_{ 0x052BF4A0 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2__1_{ 0x05189D50 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2__1_{ 0x05188F70 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2__1_{ 0x05200C10 }; + inline constexpr REL::Offset std___Ebco_base_BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2__1_{ 0x051C33E0 }; + inline constexpr REL::Offset std___Facet_base{ 0x05155A90 }; + inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_BSFixedStringconst_UIMenuEntryconst_{ 0x05156B60 }; + inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_BSScript__Object_{ 0x051E5860 }; + inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EF220 }; + inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05187AD0 }; + inline constexpr REL::Offset std___Func_base_BSContainer__ForEachResult_IMenuconst_{ 0x051E7790 }; + inline constexpr REL::Offset std___Func_base_BSFixedString_{ 0x053C6830 }; + inline constexpr REL::Offset std___Func_base_BSScript__Variable_BSScript__Variable_{ 0x053C4590 }; + inline constexpr REL::Offset std___Func_base_BSTOptional_unsigned__int64__Json__Valueconst_BSLog_{ 0x0532FEC0 }; + inline constexpr REL::Offset std___Func_base_bool_BGSKeywordconst_{ 0x052A87F8 }; + inline constexpr REL::Offset std___Func_base_bool_BSFixedStringconst_BSScript__TypeInfo_{ 0x053BEEA0 }; + inline constexpr REL::Offset std___Func_base_bool_BSScrapArray_BSScript__Variable__{ 0x051E7C60 }; + inline constexpr REL::Offset std___Func_base_bool_BSScript__Objectconst_{ 0x053BE2A0 }; + inline constexpr REL::Offset std___Func_base_bool_BSScript__Variableconst_{ 0x053C4450 }; + inline constexpr REL::Offset std___Func_base_bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ 0x05336C10 }; + inline constexpr REL::Offset std___Func_base_bool_CombatActorRefPtrconst_CombatPathconst_float_{ 0x0521D800 }; + inline constexpr REL::Offset std___Func_base_bool_TESObjectREFR___int64_{ 0x05181F88 }; + inline constexpr REL::Offset std___Func_base_bool_charconst_int_charconst_{ 0x052BCB40 }; + inline constexpr REL::Offset std___Func_base_bool_float_float_{ 0x05257D40 }; + inline constexpr REL::Offset std___Func_base_float_ActorValueOwnerconst_ActorValueInfoconst_{ 0x051EE320 }; + inline constexpr REL::Offset std___Func_base_float_CombatFormulas__WeaponDamageconst_{ 0x0521EBC0 }; + inline constexpr REL::Offset std___Func_base_float_NiPoint3const_float_{ 0x052BE488 }; + inline constexpr REL::Offset std___Func_base_float_NiPoint3const_float_float_{ 0x052BE898 }; + inline constexpr REL::Offset std___Func_base_float_bool_bool_NiPoint3const_float_{ 0x053ADDB8 }; + inline constexpr REL::Offset std___Func_base_std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x053301A0 }; + inline constexpr REL::Offset std___Func_base_unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4780 }; + inline constexpr REL::Offset std___Func_base_void_{ 0x051E7C28 }; + inline constexpr REL::Offset std___Func_base_void_Actor_unsignedint_{ 0x051E3240 }; + inline constexpr REL::Offset std___Func_base_void_AnimGraphconst_{ 0x05360848 }; + inline constexpr REL::Offset std___Func_base_void_BSComponentDB2__ReadInterfaceconst_BSComponentDB2__ID_std__vector_BSComponentDB2__ID_BSTThreadScrapSTLAllocator_BSComponentDB2__ID___{ 0x052A8CD0 }; + inline constexpr REL::Offset std___Func_base_void_BSFixedString_{ 0x051E6000 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_{ 0x0522AE20 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x05409B00 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_BSStorage_{ 0x05409A30 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_bool_{ 0x05242530 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetEntitlementMapping_BSTHeapSTLAllocator_BSPlatform__BNetEntitlementMapping_2___{ 0x05409B70 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetLegalDocument_BSTHeapSTLAllocator_BSPlatform__BNetLegalDocument_2___{ 0x05243900 }; + inline constexpr REL::Offset std___Func_base_void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__Motd__Message_BSTHeapSTLAllocator_BSPlatform__Motd__Message_2___{ 0x052439C0 }; + inline constexpr REL::Offset std___Func_base_void_BSScript__Stackconst_{ 0x0532FE78 }; + inline constexpr REL::Offset std___Func_base_void_BSScript__Variable_{ 0x053C4550 }; + inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_TESObjectREFR_TESObjectREFR_float_unsignedint_GameScript__Internal__DistanceEventData__EventType_{ 0x0534F220 }; + inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_bool_TESObjectREFR_TESObjectREFR_{ 0x05337120 }; + inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_GameScript__Internal__HitRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05334740 }; + inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_GameScript__Internal__MagicEffectApplyRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05334630 }; + inline constexpr REL::Offset std___Func_base_void_BSTSmartPointer_GameScript__Internal__RadiationDamageRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05334520 }; + inline constexpr REL::Offset std___Func_base_void_TESObjectCELL_{ 0x051F73F0 }; + inline constexpr REL::Offset std___Func_base_void_TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ 0x0535F3B0 }; + inline constexpr REL::Offset std___Func_base_void_bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float_{ 0x052BE420 }; + inline constexpr REL::Offset std___Func_base_void_bps__client__BIEventClient__BulkEventsResult_{ 0x05155FA0 }; + inline constexpr REL::Offset std___Func_base_void_bps__client__BIEventClient__CreateSessionResult_{ 0x05156000 }; + inline constexpr REL::Offset std___Func_base_void_charconst_{ 0x051E7CE0 }; + inline constexpr REL::Offset std___Func_base_void_cpr__CurlHolder_{ 0x05135E30 }; + inline constexpr REL::Offset std___Func_base_void_float_NiPoint3const_float_{ 0x052BE4C0 }; + inline constexpr REL::Offset std___Func_base_void_void_{ 0x05135E70 }; + inline constexpr REL::Offset std___Func_impl_GameScript__SingleActorArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334E20 }; + inline constexpr REL::Offset std___Func_impl_GameScript__SingleObjectRefrHandleArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335130 }; + inline constexpr REL::Offset std___Func_impl_GameScript__SingleSimpleArgument_bool__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C690 }; + inline constexpr REL::Offset std___Func_impl_GameScript__SingleSimpleArgument_int__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AC40 }; + inline constexpr REL::Offset std___Func_impl_GameScript__SingleSimpleArgument_unsignedint__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335260 }; + inline constexpr REL::Offset std___Func_impl_GameScript____AnimationEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05333460 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A5E0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____KeywordStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533ABF0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339430 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339080 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339C60 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A970 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533AD40 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338CB0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A160 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A4B0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339B00 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338B80 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A6F0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339300 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A840 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338930 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339EE0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053391B0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053396A0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A270 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338F30 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533AAA0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338DE0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339550 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A030 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05339DB0 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____SpeechChallengeObjectStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338A40 }; + inline constexpr REL::Offset std___Func_impl_GameScript____StoryEventArguments_GameScript____UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533A3A0 }; + inline constexpr REL::Offset std___Func_impl___SetPapyrusVarFunctor_BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E6510 }; + inline constexpr REL::Offset std___Func_impl___TopicInfoEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335090 }; + inline constexpr REL::Offset std___Func_impl__lambda_0137d6fe45ea3e636b2d6017b24d33bc__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05335390 }; + inline constexpr REL::Offset std___Func_impl__lambda_02ff87d5a1c7cb7bb196543e25c63d34__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534BF10 }; + inline constexpr REL::Offset std___Func_impl__lambda_0b7ea718bba33c91f7f453946dab312b__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C3CC0 }; + inline constexpr REL::Offset std___Func_impl__lambda_0d61f77a4e0b580d8864148d44cbbcd5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05336570 }; + inline constexpr REL::Offset std___Func_impl__lambda_0e4128c3c56ec4235d7c2346553833b1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AE20 }; + inline constexpr REL::Offset std___Func_impl__lambda_0f816cd334da25fe63d67395ed4b6703__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x051E5BB0 }; + inline constexpr REL::Offset std___Func_impl__lambda_10a195d0c61c3774dc751bb81bad20ea__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E69C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_10d7cbe1e40005e0df74c3070c767704__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__HitRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05334030 }; + inline constexpr REL::Offset std___Func_impl__lambda_11b2a70e928258926716bb670e61c24a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DAC0 }; + inline constexpr REL::Offset std___Func_impl__lambda_1343a7597d09bd6c22da4f378aac238c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DA20 }; + inline constexpr REL::Offset std___Func_impl__lambda_157ba101c59821e9fea353d3f926cfe3__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSFixedStringconst_UIMenuEntryconst_{ 0x05156740 }; + inline constexpr REL::Offset std___Func_impl__lambda_18fb63f93afbe598c9149d716267e4e2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DD40 }; + inline constexpr REL::Offset std___Func_impl__lambda_19e25a9a86dd7bfab3e3ed474f4ae405__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ 0x053BF090 }; + inline constexpr REL::Offset std___Func_impl__lambda_1b63f9058575014058ae5062371c2420__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053377E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_1beb1e068fc78fb960485228eab3f948__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053C27B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_1dc3149776d7cf060ff9a106a966e1e5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05338370 }; + inline constexpr REL::Offset std___Func_impl__lambda_1dda600280e58eb2b42970a6b47a42b1__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E70B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_1e03f8fc253bb683083eade4e7956eb5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C7D0 }; + inline constexpr REL::Offset std___Func_impl__lambda_20261863c4ee737b997d4ce0c05d0e86__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B5A0 }; + inline constexpr REL::Offset std___Func_impl__lambda_21a6084b85a3ee0516f06a23bd4f3fec__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ 0x053364A0 }; + inline constexpr REL::Offset std___Func_impl__lambda_2283b9715cb61b44c107b8114957461b__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ 0x053C5470 }; + inline constexpr REL::Offset std___Func_impl__lambda_26b354ee21d442f54c03242e1028a3df__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C550 }; + inline constexpr REL::Offset std___Func_impl__lambda_298a70172293ffb6e97521f9d8ce6b44__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AB00 }; + inline constexpr REL::Offset std___Func_impl__lambda_2e8256baf7579370f3cc4021419dc788__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C370 }; + inline constexpr REL::Offset std___Func_impl__lambda_2f4e18e4eb48ac8396c9dd206f4e20a0__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E7290 }; + inline constexpr REL::Offset std___Func_impl__lambda_3685864590e2610ca62dd66f58277d6b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534D980 }; + inline constexpr REL::Offset std___Func_impl__lambda_37a4cfa73182d5fe75926706752c629b__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05335000 }; + inline constexpr REL::Offset std___Func_impl__lambda_395ca9c887b77069b4167f750ef9cf82__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534BE70 }; + inline constexpr REL::Offset std___Func_impl__lambda_3c131cbf0235fa2907ac957538ea2adf__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x05335300 }; + inline constexpr REL::Offset std___Func_impl__lambda_3c61befd82dbdd7a8b131ea4bffedd8a__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ 0x053C5710 }; + inline constexpr REL::Offset std___Func_impl__lambda_436fee8b3e483a41f879d21e86d3bc23__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05335420 }; + inline constexpr REL::Offset std___Func_impl__lambda_49df49a740641670e19d30408fee74d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05332FE0 }; + inline constexpr REL::Offset std___Func_impl__lambda_4ab1e6ed8a6e5383082ee14fce46285a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05230740 }; + inline constexpr REL::Offset std___Func_impl__lambda_4be5ce6aef68e83aa49569993aff8066__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534F180 }; + inline constexpr REL::Offset std___Func_impl__lambda_4eacc160b5f348ee0264616c24054602__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x0532F9C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_4f50077fa771293a5365fed257f4173d__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BF6B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_4fc1f8fd17d1b1561b9b721d1ac74b7c__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C53E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_50cd214866876a925987c64384b71bae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053359B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_515e6240cf16aed2614e1605da656944__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DDE0 }; + inline constexpr REL::Offset std___Func_impl__lambda_520c073f2f9b5ea31222b82582f32973__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AEC0 }; + inline constexpr REL::Offset std___Func_impl__lambda_521efaefe0784c40e7d3073a8966e501__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05332B90 }; + inline constexpr REL::Offset std___Func_impl__lambda_536c33102983ea9fd90bc3c130fb7820__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053354C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_53ffc39032ca0e72f60b58be925dbe69__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__MagicEffectApplyRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x05333F40 }; + inline constexpr REL::Offset std___Func_impl__lambda_54dad1b29cb5d8edae0699aec55b7850__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C730 }; + inline constexpr REL::Offset std___Func_impl__lambda_5b6bf7a85f71f5e8b83ca9901ba8d456__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534F700 }; + inline constexpr REL::Offset std___Func_impl__lambda_5b7b9ba11d3cb17659ed8a298e797b98__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ 0x053BEFE0 }; + inline constexpr REL::Offset std___Func_impl__lambda_5c528dcbbd0b61a287ba8ad0b05356a4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334EC0 }; + inline constexpr REL::Offset std___Func_impl__lambda_5f7837156978a193dc01989556f9d30e__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BDE90 }; + inline constexpr REL::Offset std___Func_impl__lambda_60a2675cfe8788660ad082994eac7525__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334D80 }; + inline constexpr REL::Offset std___Func_impl__lambda_624820ae5003c78f8a25c3b4647ca2b5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C5F0 }; + inline constexpr REL::Offset std___Func_impl__lambda_657ac87fbbbe273c3afe0ef0a6887ef4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C190 }; + inline constexpr REL::Offset std___Func_impl__lambda_65e1869835d0fc38d82c5bdace342e97__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0533AF50 }; + inline constexpr REL::Offset std___Func_impl__lambda_6bfe5617e71c0af674ee59fb22d68f79__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334CE0 }; + inline constexpr REL::Offset std___Func_impl__lambda_7324ce25e7200bddfb11a4d6245045ae__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BF120 }; + inline constexpr REL::Offset std___Func_impl__lambda_74102bbd0491ae7e2f2b428364a0aa38__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C4B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_7827c147829e00fe7f15eaefe593e3cc__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C0F0 }; + inline constexpr REL::Offset std___Func_impl__lambda_7886e0ae4dc3b052efa6329abc319cc6__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C57B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_7b4604e2c8877e4150b76621d097e6be__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E76E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_7c44afdf93ced21c2c49b0c43ebfe17c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AF60 }; + inline constexpr REL::Offset std___Func_impl__lambda_7fb62125534421398702f4a2baef2e0b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B000 }; + inline constexpr REL::Offset std___Func_impl__lambda_834a520bd939bc68cd51b0030af55eaf__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A920 }; + inline constexpr REL::Offset std___Func_impl__lambda_8453b831f47d1a741b54d8f6b25960af__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337880 }; + inline constexpr REL::Offset std___Func_impl__lambda_85498ddcc5baa3ce86b9dd695663ebad__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B3C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_8687a1ebfd15fe7709dd4b4b902dc27f__BSTThreadScrapSTLAllocator_void__BSFixedString_{ 0x053C6D60 }; + inline constexpr REL::Offset std___Func_impl__lambda_896abb438acda319cef743a7a9efbaac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05332AF0 }; + inline constexpr REL::Offset std___Func_impl__lambda_8cd85e122db7eea6c89ba263e95d12b4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B960 }; + inline constexpr REL::Offset std___Func_impl__lambda_8e0bb810ac36e6a74cfd8179851fd370__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B1E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_8f7483c9ca649af851d04e7c9f33e6ac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B8C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_92c8185250fde670ed1817bc106a4a88__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ 0x053367A0 }; + inline constexpr REL::Offset std___Func_impl__lambda_947391e129c30a4c103f3726de0a66d9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A7E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_97840dd87d822f9e2b81b917247add41__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A600 }; + inline constexpr REL::Offset std___Func_impl__lambda_9b7ade51f40d35d6bcdc228b23ab14e6__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053351D0 }; + inline constexpr REL::Offset std___Func_impl__lambda_9c2e51072f7fcc6674d7693870b87c1f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337A30 }; + inline constexpr REL::Offset std___Func_impl__lambda_9eaa11a3da64455332c7de8866851c07__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053418C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_a2071e3d37d73f2abd3007265b407828__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349D20 }; + inline constexpr REL::Offset std___Func_impl__lambda_a2841d2f817b8139840e7e391184cbd1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05349DC0 }; + inline constexpr REL::Offset std___Func_impl__lambda_a3891673dea5d5c9cb16525d4e77e16d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A740 }; + inline constexpr REL::Offset std___Func_impl__lambda_a38afcb201e5cedabfb5536c800ec80e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05341E80 }; + inline constexpr REL::Offset std___Func_impl__lambda_a5a0f9026c0cd68f7de5000b5d94769f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B820 }; + inline constexpr REL::Offset std___Func_impl__lambda_a8848ed94a5a3cb4d7f224edcf2fa7c8__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DB60 }; + inline constexpr REL::Offset std___Func_impl__lambda_a89680fd00cca5312874daedf7e02340__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ 0x053C6CB0 }; + inline constexpr REL::Offset std___Func_impl__lambda_a8aa60fabe2fc1933958a62e97de3786__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B6E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_aacb2dadf9aa6c2566a662adae5d8cc7__BSTThreadScrapSTLAllocator_void__void_{ 0x051E7210 }; + inline constexpr REL::Offset std___Func_impl__lambda_af479871e4d1e94cc021c8d6c2415e50__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534EE70 }; + inline constexpr REL::Offset std___Func_impl__lambda_af604f9dd25689bc45f0dc12c016743d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E54F0 }; + inline constexpr REL::Offset std___Func_impl__lambda_b21249f73fc32f8a81cab9b750a0afd2__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_bool_TESObjectREFR_TESObjectREFR_{ 0x05336D60 }; + inline constexpr REL::Offset std___Func_impl__lambda_b2731395c0d91b9dd7439faf17961b81__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ 0x053C3C30 }; + inline constexpr REL::Offset std___Func_impl__lambda_b3db434079764937ec97ac25dc1ea9a3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C050 }; + inline constexpr REL::Offset std___Func_impl__lambda_b4bd9062cd2003d3bc297e1527c6878b__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E7160 }; + inline constexpr REL::Offset std___Func_impl__lambda_b616e81cc11ae3ff27c2e28f7218518c__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ 0x053BF740 }; + inline constexpr REL::Offset std___Func_impl__lambda_b65bf6956decee7d45e10d149a542b12__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_IMenuconst_{ 0x051E73D0 }; + inline constexpr REL::Offset std___Func_impl__lambda_b7f4b682f2a1bebe693c6bd28981c93e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B320 }; + inline constexpr REL::Offset std___Func_impl__lambda_b966315cb148adcd87a04670f9499b6f__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ 0x053C5500 }; + inline constexpr REL::Offset std___Func_impl__lambda_bafae2b11fafbc4f7dfb97411a909f8a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C910 }; + inline constexpr REL::Offset std___Func_impl__lambda_bcba858f97424a8c7d5f69d4c498a2f7__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C230 }; + inline constexpr REL::Offset std___Func_impl__lambda_bd7c97a2bb675042967b8e0d20afec91__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534ABA0 }; + inline constexpr REL::Offset std___Func_impl__lambda_c00658b1e7d7e1ebe7bf94e70975ea83__BSTThreadScrapSTLAllocator_void__BSFixedString_{ 0x053C6C20 }; + inline constexpr REL::Offset std___Func_impl__lambda_c10da29f799e0f6f1c06a417c30f8013__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053368E0 }; + inline constexpr REL::Offset std___Func_impl__lambda_c17409bca43b4196fdf5da3935b4c262__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B0A0 }; + inline constexpr REL::Offset std___Func_impl__lambda_c1ad3f0d02c92b91662dd06a86df460f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AD80 }; + inline constexpr REL::Offset std___Func_impl__lambda_c59616a3960e44e8a6e6d93d1b2b7690__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053C62C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_c6afd167fcef5c1951e1966b8a9552c5__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x051E7000 }; + inline constexpr REL::Offset std___Func_impl__lambda_ce10a8a7acd9e7f081239ece31786d27__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05337920 }; + inline constexpr REL::Offset std___Func_impl__lambda_cfc4486fbb401085df5b729f5fa4df56__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05332A50 }; + inline constexpr REL::Offset std___Func_impl__lambda_d10394aacd62ef32b6737d49f4f4766e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053341B0 }; + inline constexpr REL::Offset std___Func_impl__lambda_d153accb137be0c634a55d237920f323__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053382D0 }; + inline constexpr REL::Offset std___Func_impl__lambda_d2d6f7920086fbe9f0fc86b0c4acb6e9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B500 }; + inline constexpr REL::Offset std___Func_impl__lambda_d31a69b396f0fb28afca6640b3e8cba5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334C40 }; + inline constexpr REL::Offset std___Func_impl__lambda_d40c86d5ab59dde4d0d999953b9f618c__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x0532FA70 }; + inline constexpr REL::Offset std___Func_impl__lambda_d4dc87478c2249a4454027d8fd1a3813__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A880 }; + inline constexpr REL::Offset std___Func_impl__lambda_d802a03dba6477a9102aecb26551b3f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334110 }; + inline constexpr REL::Offset std___Func_impl__lambda_d872b3c72d43411fc3f96431d665c3ca__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x051E61F0 }; + inline constexpr REL::Offset std___Func_impl__lambda_d8ac2cf8dadd9cd659084c03b02663ca__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334BA0 }; + inline constexpr REL::Offset std___Func_impl__lambda_db7bb28a69cfd1317fb4b091c4fce90d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ 0x0533AFF0 }; + inline constexpr REL::Offset std___Func_impl__lambda_dd530f9f18d1dc206099f46292567450__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A9C0 }; + inline constexpr REL::Offset std___Func_impl__lambda_ddf1c4c945627fb9fff8c8751f522483__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334F60 }; + inline constexpr REL::Offset std___Func_impl__lambda_debc1bd8af75bbcd059b4351d90d28cd__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534BFB0 }; + inline constexpr REL::Offset std___Func_impl__lambda_dfd1ce40b89c6d3e72cf269832290ece__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C2D0 }; + inline constexpr REL::Offset std___Func_impl__lambda_e09070a596429640ee82ab721c4713d4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534F910 }; + inline constexpr REL::Offset std___Func_impl__lambda_e467e0832c9b41eb348fa71215e5f187__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C870 }; + inline constexpr REL::Offset std___Func_impl__lambda_e5733d4c54decfe364244011ac86bbb6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534AA60 }; + inline constexpr REL::Offset std___Func_impl__lambda_e5e9011dfff61c4c00bc49cc78aecb1f__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ 0x053C5590 }; + inline constexpr REL::Offset std___Func_impl__lambda_e5ea9a590e87a286fb663ecd647989f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B640 }; + inline constexpr REL::Offset std___Func_impl__lambda_e61604f72c8cff04a94ed3a540e69ad6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DCA0 }; + inline constexpr REL::Offset std___Func_impl__lambda_e64d3878199ec63bc3651c017fb940ae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B140 }; + inline constexpr REL::Offset std___Func_impl__lambda_e67da1eb7d0f8f20b14573ead2bc5c5b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B280 }; + inline constexpr REL::Offset std___Func_impl__lambda_ea7373727b326c3a296e7727673c1cf4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534DC00 }; + inline constexpr REL::Offset std___Func_impl__lambda_ec46c3e7b709c25f1085c3abf5d433d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B460 }; + inline constexpr REL::Offset std___Func_impl__lambda_ed9a8c81b276dabbf40c3f2eb67b4d42__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534ACE0 }; + inline constexpr REL::Offset std___Func_impl__lambda_f189e04494dd43463d53c493efd1e8d3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05336610 }; + inline constexpr REL::Offset std___Func_impl__lambda_f30ec5818c70773f8c5e9699899eb27d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05334250 }; + inline constexpr REL::Offset std___Func_impl__lambda_f4b86d201fe33ef82f3097c262d84e9f__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_TESObjectREFR_TESObjectREFR_float_unsignedint_GameScript__Internal__DistanceEventData__EventType_{ 0x0534F060 }; + inline constexpr REL::Offset std___Func_impl__lambda_f74b12abf885849d9fb9a4e29171d807__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ 0x053BDE00 }; + inline constexpr REL::Offset std___Func_impl__lambda_f8a79f6aac65a3e0fc625c482efaf599__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534C410 }; + inline constexpr REL::Offset std___Func_impl__lambda_f925127b5689f3aab636bd263a8f5eef__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534B780 }; + inline constexpr REL::Offset std___Func_impl__lambda_fa061cdf7f0513c58b08f1d453c05408__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x05336CC0 }; + inline constexpr REL::Offset std___Func_impl__lambda_fb57aa8ca5c4b56d6595919969c7948f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x0534A6A0 }; + inline constexpr REL::Offset std___Func_impl__lambda_fc4c539d0c41892201eea6b726e3a456__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__RadiationDamageRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ 0x053347D0 }; + inline constexpr REL::Offset std___Func_impl_bool___BSScrapArray_BSScript__Variable___BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x051E7340 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_BSTOptional_unsigned__int64____Json__Valueconst_BSLog__BSTOptional_unsigned__int64__Json__Valueconst_BSLog_{ 0x0532F940 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_00d5217ef8ad8306a0857599ddd8dbf1__void_{ 0x0527E850 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_01bd2b49efd0e791f3415bd64196db31__bool_BGSKeywordconst_{ 0x052A8840 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_01dccaaad9683fd6af22011ab140b0c8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4540 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_064eb253765a9f5db082e668a24883dd__BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05187BD0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_079a8aa660e61b088f96148680d36dd1__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F66D0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0c3f1a43f1da6558563a23e48bb1195f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4AB0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0cb21591d64d9d5a933a0c452d3e1b37__void_{ 0x052379F0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0d094ed39072b466c030120fa3549e10__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5830 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_0e89c8d2d6392b5c24f6e22ccbfe44f3__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6910 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_101dda04a59aa879dbf7dd0dbcbb50f4__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5A70 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1138477ef28b4372fd489c1bcc023c05__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EF130 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_12cf7000a08c0229e16393f09561ca7d__void_{ 0x0527E770 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_146998ed97e13e207a200e985e03d975__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5B90 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1691aad4cbb6dd3fc6c8d4b0e62850c6__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetEntitlementMapping_BSTHeapSTLAllocator_BSPlatform__BNetEntitlementMapping_2___{ 0x05409530 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1a1c1c1c70458df8b136533127a96c36__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F4E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1b40e015e00b4adbcee4fb35a5cc45c1__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F240 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_1fb112292025c2cc3c05f3d5b87214b7__void_{ 0x0527E7E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_2210288a532619fcc3a6cac94e78ad91__void_BSScript__Stackconst_{ 0x0532FE00 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_226adfc9bb5fcc136f15a35842593266__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5200 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_22a758e192999f16ea34a259f7a86bf9__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6250 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_22d9514d375c4e7bda2ab76e1a1cf935__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532FCA0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_27ac859d074856e3877b54b6628e3804__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F54D0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_28dc3789d661118750451f000e1a828d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F62E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_2cc92a8a40a80bd38c78b736cc225140__void_BSPlatform__BNetResult_unsigned__int64_bool_{ 0x052424B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_2db861672ef3222e622fc6e45a100761__void_Actor_unsignedint_{ 0x051E2990 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_30eb1d5bc2b9d6ae4ee7d6d599b9d087__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F46F0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_34ca4d2cb3abb74e14f6547c45584ec5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5950 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_35c9e85af3ac3bbbd7ed2568cdbf3d61__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6370 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_39a899ccd47d79c0e880239f437c5605__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4420 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_39d9004daaead13d1142bd21c3889fd4__void_bps__client__BIEventClient__BulkEventsResult_{ 0x05155D20 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3a065f65e612987ef75503bb93352629__void_BSScript__Stackconst_{ 0x0532FBA0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3ad9d5fb82392dde611ba91d090c9c3f__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EEF50 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3d1206d68bd154fbb45c4f583492a37b__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F50E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3d1eb35d9e985f7f48c7b78dd0f5dc4a__void_{ 0x0527E0E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3ea1ef3009c720cecb451704a32813b5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4EA0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_3f5c09d0b04134f1e2fd27bc98134128__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F400 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_402b6b2cf3423ce83cff3bc1cd824c16__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__Motd__Message_BSTHeapSTLAllocator_BSPlatform__Motd__Message_2___{ 0x05243E10 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_4091ce050b80e984dd417f79fb124528__void_bps__client__BIEventClient__CreateSessionResult_{ 0x05155DB0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_429d91f21c20955e61a60d88028db1c7__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F69A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_42c94d42aab591076c4f701b6a4ddf5c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4390 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_43e878a7f549f13e6eb351cff7c4bfd8__void_{ 0x0527E460 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_4dccea91ce7a8c84901e03d8daeebdf1__void_{ 0x0527E1C0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_542f1bbb43e6c28f5ce82f130dbb7998__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4870 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_5b9dc8dc260e8e699de8a340ce375773__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4C60 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_5bf3aef22eb08edc5ed9837b41c24d0f__void_BSComponentDB2__ReadInterfaceconst_BSComponentDB2__ID_std__vector_BSComponentDB2__ID_BSTThreadScrapSTLAllocator_BSComponentDB2__ID___{ 0x052A9140 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_5f90e84e4769be26f1d2fa6feefac45e__void_{ 0x0527E8C0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_633338cb47e4bb804ff6b8d03f198a1a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6130 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_646248fb9034a6ddb932548e7d49446f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5290 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_65251ad5213365d0137a05e1fe2d67a8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6490 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_662d1933046d5577025af7b0e03b4e6e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5170 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_682c30481b6f945aea581f28d4e66539__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F080 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_68a4952c753627b6fe5f1e5adb569f53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5E60 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6910601695f3dd7a3b6b918d3be3a895__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F61C0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_697c0a91b66ab3f6c7a782bea49b1331__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6400 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_69faf50df0058a7a957d676816e44d1d__void_{ 0x0527E230 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6b6802b990080eb1f972ed3fdfb349be__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4D80 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6d1081504a31f0237eeec490f4089cbe__void_void_{ 0x05135EA0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6e5c678196ad94d42acbba02698228ce__void_BSPlatform__BNetResult_unsigned__int64_BSStorage_{ 0x0540D3D0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_6fad9a44932c23cb4c364726b83cc47e__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F160 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_717dc205c7ab523420c0800b9e620bc1__void_{ 0x052376E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_76f340027b84ed28b676175aa3299281__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4300 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_77392527259adccb8a2255e05849c42d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F55F0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_78104d6457cc7c72b7b70dedbd4c7729__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4FC0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7a8458241d5d25022323237c491d8ecf__void_{ 0x0527E540 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7ab3183038f8d3427088a16035449539__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5C20 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7b521c39367390feb40229c1163fbb50__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F65B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7c4a786bf74d8f5789f0892713f97e58__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4B40 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7e2e399ef17308210647e0ff0d59e8c7__void_BSPlatform__BNetResult_unsigned__int64_{ 0x05243A70 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7ece62f38092b876d5a29803f71ebe42__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F53B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_7f409a04a56b9fd44455212d87c431ae__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4F30 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_80ccd6ef81c90a908ae7b9dc423ede29__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F57A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_811ffd3359415b814ad419ff4a6f7b6c__void_{ 0x0527E000 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_816d88711d4f9b92fafc67d6d4128a01__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6520 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_81a7bbc2c642195c7bb8b5639a213323__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4660 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_83642b9649b829cac9b8f06fc6d8158f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F59E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_84cb86a16ff0b9443451d13f3a11f731__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5440 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_850f684f539da753d4c4cafdf641fe49__void_BSPlatform__BNetResult_unsigned__int64_{ 0x0522AF50 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_86c0ac20e1dbb3512a09e5045908b2c5__void_bps__client__BIEventClient__BulkEventsResult_{ 0x05155B70 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_89a805409404f6f4936c6202133cf01b__void_{ 0x0527E2A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8b10bb14db18c9fe3d791996c1a19554__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F320 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8b2ccaafdc8a81683c63b0eaf14891dc__void_{ 0x0527E690 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_8c96b78c58fa606af46999ce51170c9e__void_{ 0x0527E310 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9002e4b1e35b9ef038662911247cc309__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4CF0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_90d8b86f0c99746f95e0b4ca1a49d2c0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5710 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_91251eb0ccb3ea9b423b4f677c265616__void_BSPlatform__BNetResult_unsigned__int64_bool_{ 0x052AC510 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_959037408af959a47613d3263db08c86__void_{ 0x0527E5B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_96f81aaee411c9d69a17525610aa912c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5F80 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9a30403d968053341e5f9d42784612ca__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F780 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9b2acb054b0378783971fd92800f4976__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F67F0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_9cc4f951fdfbb95f22db9e2c68c900e9__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F5C0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a04139f4e3187b0cd2a6b95ea874cd53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6880 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a13d905de0e2a393a2e6bfbe0a742d3e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F58C0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a20f4217b7a3254e87a494f37712d794__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6760 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a71ec3d23cbd34c56e3ab5f51b222434__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6010 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a7b27cbe6a95c99fe2e5a1ad07327fa0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F60A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_a960ccc15d0834cd19d9a46ff87790ac__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5B00 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_aad890f75e4062f7c55f96628ae4106f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F47E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_adada3c624f9eca7e904af6dc451ca52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5EF0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ae34904a58a0c39380143f422d973695__void_{ 0x0527E700 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_af62d3ddb61e2c16f7fc06a107aede70__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5CB0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_b3b4d542f0127c892ab403b185e84e5f__BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05187A30 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_b78658f725809cc9dd249a08003323aa__bool_BGSKeywordconst_{ 0x052A88B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ba1786811a44fbf361bb172f0a40e985__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ 0x053EF040 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_bb9da137c76683c6952446acd932ccf0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4A20 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_bbb177cd5f2ab74893d49615821de162__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5DD0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_be876bc5186bff2513ff405e850f4e26__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5560 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c0358fe6cc6cac72bc6034a1c670b93e__void_{ 0x0527E3F0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c4800958f6f82d41dc7cbb1717f39ca8__void_{ 0x0527E620 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c4f717ca1aa06fc19f3cf6537865110d__void_BSScript__Stackconst_{ 0x0532FC20 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c6efd732f69a7634ffbc6652dd87f951__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5680 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_c84baf99ce6ed36961e2a863528ae6c4__void_Actor_unsignedint_{ 0x051E28B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cb2fcafcfeb79c7d26906b8fd4636ffc__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F45D0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_ccb70cc432f37ab029f06ab27c328d81__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5D40 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cd1989fe22907f3fcc0eb0c2b41e761c__void_AnimGraphconst_{ 0x05360EF0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cf04669e91edb1a2a3a4a7ab538c4837__void_{ 0x0527E380 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_cf40a68354f922c38e03bbaecaec89aa__void_BSScript__Stackconst_{ 0x0532FB20 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d2716ea6a0bca27a6edea85753279548__void_{ 0x0527E150 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d494d179864a24a188f2eb416cfc06a3__void_{ 0x0527EA10 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d5eb0fcfb1f75702023297a060e3d5e6__void_{ 0x0527E070 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d63799d362ac3db4a9c9d0e7433ec812__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4E10 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d6b1db4285e75a5294c6de830762ef47__void_Actor_unsignedint_{ 0x051E2920 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d6b7d480f08985d7ee3bf3fb03c345be__void_BSPlatform__BNetResult_unsigned__int64_{ 0x05409630 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d6bd5d478c04329fe4e5b7137692c84a__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetLegalDocument_BSTHeapSTLAllocator_BSPlatform__BNetLegalDocument_2___{ 0x05243D20 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d79ba8b68f8bfb45c6116d46101351b5__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F860 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_d95754b001c0346fcb32406fa2529480__void_Actor_unsignedint_{ 0x051E2840 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_da4e66b37aa105058834c2c511a5082a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4990 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_da5b3aa28c78420e8917d210cf7db403__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ 0x0532F6A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e143d2028d7c6e7727d9fcbf5f405ea7__void_TESObjectCELL_{ 0x051F7500 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e314fa56d63d042e53d81b69929b40ff__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x0540C920 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e372463fd8ecfe9a6083ef8b8b857ca2__void_BSScript__Stackconst_{ 0x0532FD80 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e378063695a321b4b2acf80caf341be2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5050 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e503aa7f15d4f88322c521738e9706a4__void_{ 0x0527DF90 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_e7631ce55b316914c1d2ae323e980e52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F5320 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f341899e72b3f390184c8afaa45b8f40__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4900 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f62ad8f2020d229c56fb36f626d1e603__void_{ 0x0527E930 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f65d030aafad32c4af72d47dea60cb6a__BSContainer__ForEachResult_GROUP_REACTION_bool_{ 0x05187B30 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f67bd8b1575a9567e8027e8330c2f249__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F6640 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f859861f5c36dce485d0d6709c81dc49__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F44B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f8994df1e8cbcd7696e7a20a6f1ea094__void_{ 0x0527E4D0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_f8c535b0014544bb8393cece85acfa2a__void_charconst_{ 0x051E6CE0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fa004aa12b59941545af99ec12cc7d0e__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x05409490 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fb8c6beb0e5aad17d74f55e9e0f525b2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ 0x053F4BD0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fc80caba2d13a4a8de1b555915600790__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ 0x054093F0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc__lambda_fe17593311fc5854adb218aa3b5d2156__void_{ 0x0527E9A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_bool___CombatActorRefPtrconst_CombatPathconst_float__bool_CombatActorRefPtrconst_CombatPathconst_float_{ 0x0521CE00 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_bool___TESObjectREFR___int64__bool_TESObjectREFR___int64_{ 0x051803B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_bool___charconst_int_charconst__bool_charconst_int_charconst_{ 0x052BBCA0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_float___ActorValueOwnerconst_ActorValueInfoconst__float_ActorValueOwnerconst_ActorValueInfoconst_{ 0x051EE410 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_float___CombatFormulas__WeaponDamageconst__float_CombatFormulas__WeaponDamageconst_{ 0x0521EA30 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_float___NiPoint3const_float__float_NiPoint3const_float_{ 0x052BB9E0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____NiPoint3const_float_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ 0x053AD750 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____bool_bool_NiPoint3const_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const__float_bool_bool_NiPoint3const_float_{ 0x053AD660 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_float_TES____NiPoint3const_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ 0x052BC280 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_void_MoviePlayer____void__MoviePlayer__void_{ 0x053A1210 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TES____bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_std___Ph_5_const__void_bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float_{ 0x052BBA30 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TaskQueueInterface____float_NiPoint3const_float__TaskQueueInterface_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__void_float_NiPoint3const_float_{ 0x052BC1B0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std__greater_float__bool_float_float_{ 0x05255580 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_std__less_float__bool_float_float_{ 0x052553A0 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_void___TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy___void_TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ 0x0535C350 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_void___cpr__CurlHolder__void_cpr__CurlHolder_{ 0x05135F10 }; + inline constexpr REL::Offset std___Func_impl_no_alloc_void___void__void_{ 0x05298A60 }; + inline constexpr REL::Offset std___Func_impl_std___Binder_std___Unforced__lambda_3c93bc5d7b3f96fd053f30f2cec7bd09__std___Ph_1_const_TESObjectREFRconst__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ 0x053366B0 }; + inline constexpr REL::Offset std___Iosb_int_{ 0x05156E20 }; + inline constexpr REL::Offset std___Node_assert{ 0x05155A18 }; + inline constexpr REL::Offset std___Node_back{ 0x051559C8 }; + inline constexpr REL::Offset std___Node_base{ 0x0512BDD8 }; + inline constexpr REL::Offset std___Node_capture{ 0x0512BDB0 }; + inline constexpr REL::Offset std___Node_class_char_std__regex_traits_char__{ 0x051557C0 }; + inline constexpr REL::Offset std___Node_end_group{ 0x051286C0 }; + inline constexpr REL::Offset std___Node_end_rep{ 0x05155798 }; + inline constexpr REL::Offset std___Node_endif{ 0x051559F0 }; + inline constexpr REL::Offset std___Node_if{ 0x05155808 }; + inline constexpr REL::Offset std___Node_rep{ 0x05155830 }; + inline constexpr REL::Offset std___Node_str_char_{ 0x051559A0 }; + inline constexpr REL::Offset std___Ref_count_BSTArray_BSTSmartPointer_BGSLocation_TESFormExternalPolicy__BSTArrayHeapAllocator__{ 0x051D2080 }; + inline constexpr REL::Offset std___Ref_count_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ 0x053A5640 }; + inline constexpr REL::Offset std___Ref_count_HavokParticleDef__BaseShape_{ 0x0537FE10 }; + inline constexpr REL::Offset std___Ref_count_Particles__BaseCustomParameter_{ 0x053A5720 }; + inline constexpr REL::Offset std___Ref_count_Particles__Intrinsics__SharedAsset_{ 0x053A56D0 }; + inline constexpr REL::Offset std___Ref_count_Particles__ListFloatCurve_{ 0x053A32E0 }; + inline constexpr REL::Offset std___Ref_count_Particles__ResourceDependency_{ 0x053A3330 }; + inline constexpr REL::Offset std___Ref_count_base{ 0x05154D48 }; + inline constexpr REL::Offset std___Ref_count_obj2_ActorValueSnapshot_{ 0x05154E00 }; + inline constexpr REL::Offset std___Ref_count_obj2_Particles__SystemDefinition_{ 0x053A1AD0 }; + inline constexpr REL::Offset std___Ref_count_obj2_TimeMultiplierProvider_{ 0x051C1D10 }; + inline constexpr REL::Offset std___Ref_count_obj2_cpr__Session_{ 0x0535F848 }; + inline constexpr REL::Offset std___Ref_count_obj2_nlohmann__detail__input_buffer_adapter_{ 0x0529AAC0 }; + inline constexpr REL::Offset std___Ref_count_obj2_nlohmann__detail__input_stream_adapter_{ 0x052AD5F0 }; + inline constexpr REL::Offset std___Ref_count_obj2_nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char____{ 0x05155C80 }; + inline constexpr REL::Offset std___Ref_count_obj2_std__atomic_float__{ 0x051B9090 }; + inline constexpr REL::Offset std___Ref_count_obj2_std__basic_string_char_std__char_traits_char__std__allocator_char__const_{ 0x05155ED0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_ActorValueSnapshot_BSTHeapSTLAllocator_ActorValueSnapshot_2__{ 0x0518C2D0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSAudio_Internal__WwiseEventMetadata_BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2__{ 0x05206450 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSDistantObjectBlock_BSTHeapSTLAllocator_BGSDistantObjectBlock_2__{ 0x05202690 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSDynamicLODBlock_BSTHeapSTLAllocator_BGSDynamicLODBlock_2__{ 0x052027C0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSFadeManager__Group_BSTHeapSTLAllocator_BGSFadeManager__Group_2__{ 0x05158750 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSLODNode_BSTHeapSTLAllocator_BGSLODNode_2__{ 0x05201860 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSLoadedSceneLODBlock_BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2__{ 0x05202550 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSPlanetContentManager__BlockContent_BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2__{ 0x052BFB60 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2__{ 0x052AC440 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSChargenAPI__CustomizationData_BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2__{ 0x052A6DB0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSFloatCurve_BSTHeapSTLAllocator_BSFloatCurve_2__{ 0x05202DA0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSGFxObject_BSTHeapSTLAllocator_BSGFxObject_2__{ 0x0539F360 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSLog_BSTHeapSTLAllocator_BSLog_2__{ 0x052BFDE0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSMenu3D__Scene_BSTHeapSTLAllocator_BSMenu3D__Scene_2__{ 0x0515B200 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__{ 0x05160D60 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSSpinLock_BSTHeapSTLAllocator_BSSpinLock_2__{ 0x053519F0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2__{ 0x053AEDD0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2__{ 0x052BEF10 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2__{ 0x052BF1B0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_LOD__Details__LODWorldSpaceData_BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2__{ 0x05201970 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_MissionData_BSTHeapSTLAllocator_MissionData_2__{ 0x051EA450 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedAssociatedUID_BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2__{ 0x053AFE50 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorAlphaCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2__{ 0x053AFAF0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2__{ 0x053AF530 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2__{ 0x053AF0C0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCustomParameter_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2__{ 0x053AE7B0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2__{ 0x053AE2B0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedHeightmapData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2__{ 0x053AEC40 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedLODCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2__{ 0x053AF9C0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedMesh_BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2__{ 0x053AF230 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedNoiseGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2__{ 0x053AF830 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedParticleSystemSpawnParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2__{ 0x053AE470 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRGBColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2__{ 0x053AF6A0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRandomVariableDistributionValues_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2__{ 0x053AFC80 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRuntimeInfo_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2__{ 0x053AD350 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedSkeletonData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2__{ 0x053AF3A0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedUpdateForcesParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2__{ 0x053AEA90 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__ListFloatCurve_BSTHeapSTLAllocator_Particles__ListFloatCurve_2__{ 0x053AE940 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__ListParticleCollisionInfo_BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2__{ 0x053AE640 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__MeshDependency_BSTHeapSTLAllocator_Particles__MeshDependency_2__{ 0x053AFFE0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__ParticlePerformanceManager__ParticleRequest_BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2__{ 0x053ABAB0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Particles__PointInMeshDependency_BSTHeapSTLAllocator_Particles__PointInMeshDependency_2__{ 0x053B0130 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_SaveLoad__BlockingIOWaiter_BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2__{ 0x051EA320 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__BuildingLevel_BSTHeapSTLAllocator_SnapData__BuildingLevel_2__{ 0x051C2070 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__Stairway_BSTHeapSTLAllocator_SnapData__Stairway_2__{ 0x051C2260 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__StartingFoundation_BSTHeapSTLAllocator_SnapData__StartingFoundation_2__{ 0x051C1FE0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_SnapData__Workshop_BSTHeapSTLAllocator_SnapData__Workshop_2__{ 0x051C22E0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_StarMap__ButtonHintBarWidget_BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2__{ 0x052940A0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_WorkshopHavokUtils__DropProxyData_BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2__{ 0x05209030 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__BulldozeOnlyWorkshopItem_BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2__{ 0x05359920 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__DecoratedHabWorkshopItem_BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2__{ 0x05359C70 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__InventoryItemWorkshopItem_BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2__{ 0x05359F70 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__PackinWorkshopItem_BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2__{ 0x05357B00 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__SingleWorkshopItem_BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2__{ 0x05209370 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_Workshop__WireWorkshopItem_BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2__{ 0x0535AA90 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3___BiomePlacement_BSTHeapSTLAllocator___BiomePlacement_2__{ 0x052BF510 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3___BlockingPromoteReferencesWaiter_BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2__{ 0x05189ED0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2__{ 0x051890D0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2__{ 0x05201AC0 }; + inline constexpr REL::Offset std___Ref_count_obj_alloc3_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2__{ 0x051C3510 }; + inline constexpr REL::Offset std___Ref_count_resource_ActorValueSnapshotconst__lambda_3d6d882571e717a31b802345d8629cbb__{ 0x05154D80 }; + inline constexpr REL::Offset std___Ref_count_resource_ActorValueSnapshotconst__lambda_ff24cf077dd97fea65adab249ee0291c__{ 0x0518C6A0 }; + inline constexpr REL::Offset std___Ref_count_resource_BGSTerrainBlock__HeightMapBezier_std__default_delete_BGSTerrainBlock__HeightMapBezier__{ 0x051C7550 }; + inline constexpr REL::Offset std___Ref_count_resource_BSBind__Snapshot__lambda_23104a4f4bc9e99a333407e5532b9c2e__{ 0x053AF040 }; + inline constexpr REL::Offset std___Ref_count_resource_BSChargenAPI__RestorePoint_std__default_delete_BSChargenAPI__RestorePoint__{ 0x05280FA0 }; + inline constexpr REL::Offset std___Ref_count_resource_BSMenu3D__Scene_stl__detail__AlignedDelete_BSMenu3D__Scene__{ 0x05294870 }; + inline constexpr REL::Offset std___Ref_count_resource_BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator__void___BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator___{ 0x051C7370 }; + inline constexpr REL::Offset std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable__void___BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable___{ 0x051C7400 }; + inline constexpr REL::Offset std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable___{ 0x051C7A30 }; + inline constexpr REL::Offset std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable___{ 0x051BB4A0 }; + inline constexpr REL::Offset std___Ref_count_resource_HavokParticleDef__BaseShape_stl__detail__AlignedDelete_HavokParticleDef__BaseShape__{ 0x053A1520 }; + inline constexpr REL::Offset std___Ref_count_resource_StorageTable__Particle__ParticleDataBufferPooled_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled___ReleaseToPool_{ 0x053AD590 }; + inline constexpr REL::Offset std___Ref_count_resource_Workshop__PowerLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__PowerLinkWorkshopItem__{ 0x05357C30 }; + inline constexpr REL::Offset std___Ref_count_resource_Workshop__TransferLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__TransferLinkWorkshopItem__{ 0x05357B90 }; + inline constexpr REL::Offset std___Root_node{ 0x0512ABA8 }; + inline constexpr REL::Offset std__bad_alloc{ 0x0508D788 }; + inline constexpr REL::Offset std__bad_array_new_length{ 0x0508D7D8 }; + inline constexpr REL::Offset std__bad_cast{ 0x0508DA70 }; + inline constexpr REL::Offset std__bad_optional_access{ 0x05092A40 }; + inline constexpr REL::Offset std__bad_variant_access{ 0x0508E108 }; + inline constexpr REL::Offset std__bad_weak_ptr{ 0x0508AAC8 }; + inline constexpr REL::Offset std__basic_filebuf_char_std__char_traits_char__{ 0x05160B10 }; + inline constexpr REL::Offset std__basic_ifstream_char_std__char_traits_char__{ 0x05160B60 }; + inline constexpr REL::Offset std__basic_ios_char_std__char_traits_char__{ 0x05156DE0 }; + inline constexpr REL::Offset std__basic_iostream_char_std__char_traits_char__{ 0x05156EA0 }; + inline constexpr REL::Offset std__basic_istream_char_std__char_traits_char__{ 0x05156D70 }; + inline constexpr REL::Offset std__basic_istringstream_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ 0x05372A70 }; + inline constexpr REL::Offset std__basic_istringstream_char_std__char_traits_char__std__allocator_char__{ 0x053B02A0 }; + inline constexpr REL::Offset std__basic_ofstream_char_std__char_traits_char__{ 0x053BD740 }; + inline constexpr REL::Offset std__basic_ostream_char_std__char_traits_char__{ 0x05156E50 }; + inline constexpr REL::Offset std__basic_ostringstream_char_std__char_traits_char__std__allocator_char__{ 0x052A6030 }; + inline constexpr REL::Offset std__basic_streambuf_char_std__char_traits_char__{ 0x05156F50 }; + inline constexpr REL::Offset std__basic_stringbuf_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ 0x05372A00 }; + inline constexpr REL::Offset std__basic_stringbuf_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ 0x05181E70 }; + inline constexpr REL::Offset std__basic_stringbuf_char_std__char_traits_char__std__allocator_char__{ 0x05156FA0 }; + inline constexpr REL::Offset std__basic_stringstream_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ 0x05182970 }; + inline constexpr REL::Offset std__basic_stringstream_char_std__char_traits_char__std__allocator_char__{ 0x05156EF0 }; + inline constexpr REL::Offset std__codecvt_base{ 0x0514FF08 }; + inline constexpr REL::Offset std__codecvt_utf8_utf16_wchar_t_1114111_0_{ 0x0514FF68 }; + inline constexpr REL::Offset std__codecvt_wchar_t_char__Mbstatet_{ 0x0514FF30 }; + inline constexpr REL::Offset std__collate_char_{ 0x05155A40 }; + inline constexpr REL::Offset std__default_delete_BGSTerrainBlock__HeightMapBezier_{ 0x05090270 }; + inline constexpr REL::Offset std__default_delete_BSChargenAPI__RestorePoint_{ 0x05091FF0 }; + inline constexpr REL::Offset std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable__{ 0x050902C0 }; + inline constexpr REL::Offset std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable__{ 0x05090040 }; + inline constexpr REL::Offset std__enable_shared_from_this_BGSBaseLODBlock_{ 0x05160700 }; + inline constexpr REL::Offset std__exception{ 0x0508D7B0 }; + inline constexpr REL::Offset std__greater_float_{ 0x05091D98 }; + inline constexpr REL::Offset std__invalid_argument{ 0x05092948 }; + inline constexpr REL::Offset std__ios_base{ 0x05156DB8 }; + inline constexpr REL::Offset std__less_float_{ 0x05091DC0 }; + inline constexpr REL::Offset std__locale__facet{ 0x05155A68 }; + inline constexpr REL::Offset std__logic_error{ 0x0508D830 }; + inline constexpr REL::Offset std__out_of_range{ 0x0508D808 }; + inline constexpr REL::Offset std__overflow_error{ 0x0508A7E0 }; + inline constexpr REL::Offset std__range_error{ 0x0508A9B8 }; + inline constexpr REL::Offset std__runtime_error{ 0x05092808 }; + inline constexpr REL::Offset std__underflow_error{ 0x0508A810 }; + inline constexpr REL::Offset std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2__{ 0x0508EB10 }; + inline constexpr REL::Offset std__wstring_convert_std__codecvt_utf8_utf16_wchar_t_1114111_0__wchar_t_std__allocator_wchar_t__std__allocator_char__{ 0x0514FFB0 }; + inline constexpr REL::Offset stl____DefaultThreadPool{ 0x05408B28 }; + inline constexpr REL::Offset stl__detail__AlignedDelete_BSMenu3D__Scene_{ 0x05092730 }; + inline constexpr REL::Offset stl__detail__AlignedDelete_HavokParticleDef__BaseShape_{ 0x05096C20 }; + inline constexpr REL::Offset stl__detail__AlignedDelete_Workshop__PowerLinkWorkshopItem_{ 0x050966F0 }; + inline constexpr REL::Offset stl__detail__AlignedDelete_Workshop__TransferLinkWorkshopItem_{ 0x05096750 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_Actor_AssignmentInfo_{ 0x052517F0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSLocation_{ 0x051EB180 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSPlanetContentManagerNodeBase_{ 0x051A37D0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ 0x0519EE30 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSTerrain__BtdDataBlockHandle_{ 0x051C7D40 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BGSTerrain__File_BGSTerrain__ROIQueryconst_{ 0x051C76C0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSBind__INode_{ 0x05188200 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052587F0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052300C0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ 0x05179F80 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSFixedStringconst_{ 0x051639E0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag__BSMaterial__LevelOfDetail_BSMaterial__LODMaterialID_{ 0x05381D90 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05229D70 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517F560 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSResource__ID_{ 0x051872A0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x05163020 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSSequence__Sequence_{ 0x051630B0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05192930 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515E690 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05157380 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ 0x051C3820 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_bool_bool_{ 0x052A8370 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D24D0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_TESForm_{ 0x05155350 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_TESObjectCELL_{ 0x05193580 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ 0x051D3BD0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSContainer__ForEachResult_bool_{ 0x0518B200 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05150730 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSNavMeshGenTaskResult_{ 0x0515BAC0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSVisit__BSVisitControl_NiAVObject_{ 0x05155660 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_BSVisit__BSVisitControl_NiNode_{ 0x05158C70 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_{ 0x051D73B0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_BSCore__NumericID_BGSFormChangesconst_{ 0x05230410 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x051CF150 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x05389970 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_{ 0x0517CC20 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BGSTerrain__ROIQueryconst_{ 0x0519EFD0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSLODMaterialInstances_{ 0x05397520 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSResource2__DBHandleBaseconst_{ 0x053886C0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051662A0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053F7010 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05187310 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x051686B0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ 0x0516C7F0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator_const_bool_{ 0x051873F0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C1320 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C13E0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D3B40 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ 0x0517CB60 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_NiAVObject_{ 0x054072F0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_NiPointer_TESObjectREFR_const_NiPointer_NiAVObject_const_{ 0x05191CE0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ 0x05400340 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__MeshInstancePatch__Storage__{ 0x05405180 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E74A0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__StrongKey_StorageTable__TerrainTile__Storage__{ 0x053E3740 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_StorageTable__WeakKey_{ 0x053DEE70 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_TESModel__LayeredMaterialPermutationconst_{ 0x051A2F80 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053C9EA0 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05131050 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05134810 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_unsignedint_{ 0x0517F910 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_unsignedint_BGSFormChanges_{ 0x052AA810 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_void_{ 0x053BD670 }; + inline constexpr REL::Offset stl__local_function_detail__ILocalFunction_void_void_unsignedint_{ 0x051507B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_002cdac9824482e53599b50cb63810df__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x05163160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_00607e6a2f9113f3a94c8a7d10a586a9__void_unsignedint_{ 0x051ADAE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0064a2bb7ba8da7e3d6d3acbe3cd7b7a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05299580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_006bc4f27e9855fea530460c46b8e9c3__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ 0x0517C5E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_00dbd76298ea8207e1d5f7478862ce30__void_{ 0x05382CA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_00f5d3243d0f4b1dc17e1fcf13cb2513__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAF20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_010723918dc90d50aee5dab85e533842__BSVisit__BSVisitControl_NiAVObject_{ 0x05229710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_010fe96a4f1239884ed845cee3bbc0f4__BSVisit__BSVisitControl_NiAVObject_{ 0x05183010 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_015e69c9ed3af12170993fa8ae797e0f__BSVisit__BSVisitControl_NiAVObject_{ 0x052CD710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_018405301feba137d8649bed7ceab5bf__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E1CF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_01dd70cb58f43a44ef1c678c91f43b28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE6D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_01eef3ac657707e87817586b9695f0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD5A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_01f44f48bc948457011240bb9ba8f398__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518DD70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_022772e24078711ca5eefbd36c5c2e7b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02437a4d76640cd651168ea3a4553b1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053C7770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_026794b3566939078e11bd9ff33bdcb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_029f3c764ba51772945246963846dc84__BSVisit__BSVisitControl_NiAVObject_{ 0x053821C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02c98e6932b5711bd897d3fafb2aaecb__BSVisit__BSVisitControl_NiAVObject_{ 0x051895A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02cd77bf93bf46d00ec597c161aeed67__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECAB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02d036ef1bc6670372365875e3df3ffc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_02f2e3ffdd328e3f270465a8f7673587__void_void_{ 0x053BD0B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_031216179adb8b381d7e0122751786aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523B620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03646e0cd05612a4914c46f1b655c648__void_void_unsignedint_{ 0x051509A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_036a5e48d8c133abc285213238b0670b__BSContainer__ForEachResult_TESForm_{ 0x053460A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03ad6f00e153dac56b019ad5cd8deb5b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDE90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03d02d46c8e857eb84d407a8cfb68384__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03d03833a75821a127d985eb57ecd33e__BSContainer__ForEachResult_TESForm_{ 0x052CC290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_03f925ff02dac8165feadaa32d10cc6d__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_041c7bca7c8c13ddc0fac3c8bf0c23b1__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x05388250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_043fcfecd2290b14d25ee05a76c55da7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_04580771b11b3436731d66ee11597cd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A5400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_047c22c69575479c58a69ea50875c91b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_047f75f8799ffe731c46546a70e95a9f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207AD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_04b8e11adff9605bfd2783ce32f33b16__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522AA90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_04c66e9f85368f7cc86c0530ef3e9170__BSVisit__BSVisitControl_NiAVObject_{ 0x05379380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0537969ced82f98d50ebcaf125d0ba18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281C90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_055d9a010897b928b3941846d855a050__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C9480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_05704554ca2796abcdc2bf952be538cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05351870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_058daf063eda367ccc6b82ae10bb112e__void_unsignedint_{ 0x051A9460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_05dc519a55eddec303405115bfb97a07__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F2970 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0610e93dd0f527cbd3a064cee3c114fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05173630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_062b3b4cd4eb3c2c45c6f15eb6567bc4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053545F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_06613126aa3823eef0124efe8e5b8448__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_066504b293d732a08f84f7db533485b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_067f2ecc50a135a4545cca41b5c874b8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_06e1d2dfe3fefab6d62e48a53f7ffa63__void_unsignedint_{ 0x051AB120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0701e114b6ea07a51657ab66d3e48174__BSVisit__BSVisitControl_NiAVObject_{ 0x051577C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_071b2e20eb0f2269db0242fbaf6a4642__void_unsignedint_{ 0x0535D090 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0765007debf24a394c735bba3bbeb43b__void_unsignedint_{ 0x051C6AC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07898f97ccf90a316d4cb110bdf68762__void_unsignedint_{ 0x051A83B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07972f49d9025895a72c38ed513689c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07b64421c5318f216ec37ee88ce3b16c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052AD0C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_07c6530db2ea945ee997f448d2adca09__void_unsignedint_{ 0x051ADD60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_082e796f2aa7ec0d3c482f0cf68e116a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529B000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0834f083454565d578997685f2c6beff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E00D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08357c026e2afbfaeeddfb2d083e294f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EFEE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08a2111065cbfed2956ed17c67ea963c__void_unsignedint_{ 0x051AE8D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08ac96a2870721446d1088e4333204a4__void_unsignedint_{ 0x0535D2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08bc6da7a918a4ba935952d4b7da534a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CAFC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_08fe72f2ca93cfc0a51735eacaef2862__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05181FD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_090ef0128e77fc22846908db082a367d__BSVisit__BSVisitControl_NiAVObject_{ 0x05189270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_093fefe995189c002ce4792887e8c4cd__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518D5F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_09433c1d89e939c0f9737eeeaeab0c06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053266F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_099b5f8f8ed421180d68ca3e51ba8f0f__BSVisit__BSVisitControl_NiAVObject_{ 0x05206F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_09c3667e23a2fca5a7638290de561b30__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518DAB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_09eff6a449ded3e0b594208a9753a9c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFB20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a0cfa3b25305da52ae3bc94e335d81d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354540 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a5623952f776862926c09c28c70d2d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052815B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a764caff0fc17e0e2639177f2709953__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A4E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0a955fe5911f999c383e807e8c1c7d18__BSContainer__ForEachResult_BSBind__INode_{ 0x053970B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0ad079b62572f880d00a543d99b26fbf__void_unsignedint_{ 0x05230BE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0ae8d4e46768b4230788ea7d67b7ac9c__void_unsignedint_{ 0x051A7760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b1940f2fd29259db640e0d72fbb8ea8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282F20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b2f1a273652ad44d342ea09487d7e6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05178AA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b56eba4c715d5e66ace9e9086e1767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b6b7e0a81e3625f62a70a90a0fe55f6__BSVisit__BSVisitControl_NiAVObject_{ 0x051B9220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b74369e83676b45d2e59a47ba409483__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522C760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0b8599b55322c8342afdcadf9cfe5c70__BSVisit__BSVisitControl_NiAVObject_{ 0x05198810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0bd12ba1f6f0f2a7ccf649063616670b__void_unsignedint_{ 0x051AD7E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0c0b70c8e979c7504d6e93348a44da9d__BSContainer__ForEachResult_TESForm_{ 0x05206590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0c20b3a1a641dd3a5abafeb241b9c6d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052552F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0c9eedd02d6a8f0c056464845e986895__BSVisit__BSVisitControl_NiAVObject_{ 0x052A7E10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0cb2f668e71fe299b48b8ab4b5831137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A720 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0d2388d9230ec37dd78006b1bef6823d__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C0D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0d40ffa2c1c5b2b5c56db04fec1757f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0d7910dc8d914eaa0a056bafa5514fd6__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E6BD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e171742fd06e0c91c4a5023a6b2918f__BSVisit__BSVisitControl_NiAVObject_{ 0x05382620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e2dae045754b90f08a6f32e28ef418d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0e66d86769b8a46de5486772fed51ead__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0edbf88380192ddccaf057a3959e0994__BSVisit__BSVisitControl_NiAVObject_{ 0x051D9000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0f758009375662801b403c5b1687127f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA6E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0f9d29adaf95ca39d77ca9442e83a788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_0fc78b1c468af56b6f90b60e86e9ec65__bool_{ 0x053F02B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_100c770224e08e2d5c708bb24ec15e28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529D6A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_101bdfd4c2d9a894d2a4e56b5538c58a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E04F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_10609465ea43953e8d7c34f067739cc5__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ 0x051D2850 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1131245b9cc9b36de2049fbd8500f535__void_unsignedint_{ 0x051A8E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1155f1a015bd3f6ee57f21817c1624e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCEC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_117b7fd3332703a9fb9a064062472cb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05277770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11b455df9639aa4bec5731189ca75ee9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCC00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11d7fb91a3aed9f8e7f56122a19bb81a__BSVisit__BSVisitControl_NiAVObject_{ 0x052003E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11f0b03d272265d96417b8d634d52571__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A0E90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11f8cc85c25c0879c4fdecf27b9a4143__BSContainer__ForEachResult_BGSTerrain__BtdDataBlockHandle_{ 0x051C7F50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_11fa97bb3f2003a46479b34e4f37a9cd__bool_{ 0x05383210 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1248516fceba4d499e64b8f8c0ad3a3d__BSVisit__BSVisitControl_NiAVObject_{ 0x051CD960 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1249143064a065daafd70e3cc13f7183__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05256340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_12d6ce443db3f715a2b0262946a088c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052083A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_12ee6cac7927d77c1f731cbe0cc06d7c__BSVisit__BSVisitControl_NiAVObject_{ 0x05296060 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1346fabb2494390b44431fff42206213__void_void_{ 0x053BD2F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_135c3638d7d70965d3c3d452c224d6a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207E40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_13614c5fd78e9c6188422e43aa5b63d5__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC6F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_13f45de65082574534fb8fb72df4f3c0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05273250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_13f617a5db169c8feabd66a09a4de45a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051BB6E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_14914e428d128cbbd29a90d2ce28b753__BSVisit__BSVisitControl_NiAVObject_{ 0x051C4450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_149ca2a5b65cb73c8a8532a6abc1ee2f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235F30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_14c8eb593e8a3b57b4ba3710c1112fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05174AA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_151ad813b724e4c34147bb3882533437__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05355220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_155702b0ced0bedfa8e719364015094c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB600 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_165cb867d7f37e4c11d2e86ef3a90c15__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051701E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16aaef2c7ba6eb44b9b0222554ff265e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D0980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16b0361a3c589dfe7276dd35877ed359__void_unsignedint_{ 0x051AD320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16ba65de0491a4be033db74d05ff70ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05355380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_16e068e9316879858145b5b68339da87__BSVisit__BSVisitControl_NiAVObject_{ 0x051C4630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_17450fef0adf983d9ed378d0f32fb678__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539EAD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_178ae502a371f3a1acbcf21280114cdd__void_unsignedint_{ 0x053E3460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_17f2b89a687dc070af57bb20de860045__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EF3F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_18170bee4a68a3eda40753b529934498__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052828F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_183254d954813773364c1fd4b7b1e034__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05357E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1840daea7826b8e9c8f5e2e047f43bb2__void_BSLODMaterialInstances_{ 0x05397CF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_186b8f532ff79c07732a1aaf171856f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F0040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_18b1a0fb251a85e07a6471c948300df7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_190b9dd2d653ba7f3b6861e9fa86f419__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF9F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1988b948714dd6264a8e93a4e5579e9b__BSContainer__ForEachResult_TESForm_{ 0x051CC9D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19b6ff296cfc5e97f4a9323149ec4b4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A390 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19c5cca14be9b106b071c93302b223ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264190 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19cec2ed0a3c58522217ba7815488a43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281EA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_19fb53ef1dd321303c142d05da7b126c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CC830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1a44e05dc7f727f3b5b251957f041f4f__BSVisit__BSVisitControl_NiAVObject_{ 0x051891D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1a5645d192d0cf8e6cbd4e0609bee1cb__BSVisit__BSVisitControl_NiAVObject_{ 0x0535C2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ad4dd0aefb1c1c866ec34d7465dcc5d__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05184520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ae00cf4151c47d1f166248e0aad65a0__void_unsignedint_{ 0x052ED5A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1af04716285ad203e489e40022e2a902__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526BB30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1c443cc03af1dd24fba089abcac479f5__void_unsignedint_{ 0x051D6EC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1c4a12d53e54923a826e404e877d1b7d__BSVisit__BSVisitControl_NiAVObject_{ 0x051EDD70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1c6161d923108da4b98674c2a192f70c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053254B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1cc4d862ceb22f842be1224c4d92dbd0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E540 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1cd0394648f62e65d6a0efd983d11450__void_void_{ 0x053BD1B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1cdba3806037bc27d0ca6ee727d8a439__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523DC50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d5c9376fd7858a46117e703a500558e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05273040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d78be3d0f56cc7a0caeabc4e7bd5cdc__void_unsignedint_{ 0x051AD4A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1d9cd4de79b783b430a3242445fa5138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E9F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ddba45a7dd244f19e24f2ef9eab7d85__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ 0x05382E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1e1ddd82655726a6167667f223bfa424__BSContainer__ForEachResult_bool_{ 0x0518B0E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1e727d82a7992370e02aef21393cdb0c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAE70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ed5be4c65b9b9189f885d0955d553c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ee92f7463c660fb40f9c6b806fb3d50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f1a698004bf633cf0dbe5c2e35ebbad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBB60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f21f4d4c24ed2953b6cdb383977124d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523D7A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f56e9e7de8651f3488236e5ec86a5bf__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x05230210 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f8a79139c10d6d272f66ada9046db0c__void_unsignedint_{ 0x051D6E40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f9303980d2cceeb15fc92b58bab100f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523FC20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1f9fe05aa4558d87f699f2344d191f4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E85B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1faef3b747aae0ba020527a2fcbf680f__BSVisit__BSVisitControl_NiAVObject_{ 0x0518B850 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ff619942437b1d76282994c096b5d30__void_unsignedint_{ 0x051AEBE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_1ff8459b4dd4aa0990ff23c7f7a186db__BSVisit__BSVisitControl_NiAVObject_{ 0x05378AB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2004c8552af58531fdd9fbc7b10fb68c__BSVisit__BSVisitControl_NiAVObject_{ 0x05378C90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_202e4bf630e16bee1c31aa5ada8e479a__void_unsignedint_{ 0x051A61F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_203665771ea3fb8dd90b33e0fd8bccbe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052621B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_208d0bf6a8cd15c395c855dfec927a3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DABB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_20affaef86b45542fa08e4699eafe14a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0525E690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_20bfc211f53ea3a57c960a878e38146f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EC060 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_20f52f7dd783011989b5959f68dda639__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518EB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2137db1857b290e53570e3d3b77377d7__void_unsignedint_{ 0x051ADED0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_21489826080a198812dab652607bde1a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539ECE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2148a6d35cff876795dafb3ea8bfb2d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_218bd65a095de445c1c14eeac6e7025e__BSVisit__BSVisitControl_NiAVObject_{ 0x05377C70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_21c0cbe708553e8652212c7fdd6915d4__BSVisit__BSVisitControl_NiAVObject_{ 0x05200480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22073efea8b9dd2deae3fb34775910dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052829A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22236fa83922f99ea029ec8cb0d70536__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2228f637bdbd64459301003788740bb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282A50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2268b4ef5509db6338acdb3368b9824e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052776C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22a12d245c2e4d87a347f8b062af4a19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05294D10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22a2ed9f238736cff8166922ed9cec3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05329530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22a6acf034460c767ab2adeb306804bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C92B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22bebef2c8172a40306e44246e56a2ba__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05184AC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_22ce4c7260c3d45c2f57f7d7c3b12c82__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED170 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_231bec4da84e23c83bbc7d5942057771__void_unsignedint_{ 0x051AEEE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23666ae35e860f0f5283c15b09d63432__BSVisit__BSVisitControl_NiAVObject_{ 0x05208CE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2397fc34ddc536cddff03197c0770d8b__BSVisit__BSVisitControl_NiAVObject_{ 0x052C8A50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23b82f147fe7c804da40442fc816012c__BSVisit__BSVisitControl_NiAVObject_{ 0x0534FF80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23d4f7ce9f3924142f98940bd9105579__void_unsignedint_{ 0x051AA620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_23f2406c2df0ed3fc4d7a1b9f15bd1c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053264E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2429ca6b8e8d4e7ffb86ca4c863958b9__void_BSLODMaterialInstances_{ 0x05397BB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2470bd52f37a1bc90d2267ca1cf712b1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051EA040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_247ca897834a2fa5bed173fb99013b9d__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x0522F980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24b341e7d5b3458a13baafe9d958a975__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354EB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24b3b63f4c0928bfe784f3ce19d9a5f6__BSVisit__BSVisitControl_NiAVObject_{ 0x0517AF30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24bef68d0894836350afffb77885dd62__BSContainer__ForEachResult_TESForm_{ 0x052A5F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24d5a60e582cd21ff99c3b0475270abc__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05251650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_24f764b843ad20f133beeee03ceffd14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207EF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_255f16eb506857517c633c5775af0b04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279FA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_25b8ddc9146a6e9761941621c1c7b869__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A5C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_263d2f1bc46621f4cb52ccf60fefd3b7__BSContainer__ForEachResult_TESForm_{ 0x052C8E70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_266adfe2c34fb17be36ac5ec6558b0f6__void_unsignedint_{ 0x051AD420 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_266ecedd5d03cf079fe997e5335d21af__BSVisit__BSVisitControl_NiAVObject_{ 0x05378830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_26a0de5da0525dde02729a1ac775f795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523D400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_26f186e73cfe08ae09d2ac0c26471378__BSContainer__ForEachResult_TESForm_{ 0x051EAFB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2722a6d0ed2668a4b12793714339b2df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053267A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2764945e525802491dcea6a51dd1b3ee__BSVisit__BSVisitControl_NiAVObject_{ 0x051BC660 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_277ee284ccef0cc591ff0150921d2eeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235D20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_27808c012ebf5d0cf07c50a0b11886d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522EAC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_27c01463a5cdf3758b6e57d077c9139b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C9320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_287daa440af32aa7da3ce0e77f53d311__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518DC10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_28874cab6ce17f99f13a382aa1aeb1f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E8E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_288c435576a648f67b3f2f89200013f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E1930 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_28b31b47b03354219c8144b9a609f4ee__void_unsignedint_{ 0x0535BA70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_28df8e061506f0fd67a7fd687783e6ba__BSVisit__BSVisitControl_NiAVObject_{ 0x053823A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_290128977a5c53e8a6188c5dd719e603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_290e27585ba66db994fa0cec9b4a7719__BSContainer__ForEachResult_TESForm_{ 0x05209BC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2967a656246ce720fc5d500253400486__void_unsignedint_{ 0x051ADCE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29bf16aedf2507d90796155e035709a8__BSVisit__BSVisitControl_NiAVObject_{ 0x051578F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29c5366545e186642b249be47d8c546f__BSVisit__BSVisitControl_NiAVObject_{ 0x05377AF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29cff3ba13df551d4b9edb29d2850217__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05208450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e246bc6888bfd02ca6d5a346ee5e7b__void_unsignedint_{ 0x051A8E80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e27304b7e327c12510ab296640334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289F70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e522595dd6f73480c48a79aa48b3ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29e693b24cc3738f8fe797823d259eba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_29f87c81a707538cae8cc9652c67085f__BSVisit__BSVisitControl_NiAVObject_{ 0x05208E20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a709b444cd99054a16f9c13151bb643__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05290040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a85d390953d413f520cad271e60aa6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE410 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a87464231f1a524f931d418a287e0a0__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053BB8F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2a898922ddee86cb16bd8d8801f94235__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05184410 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2ac5ebbe7fc78724b9efe82c0ee52d78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF9C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2ad2a39035be940c14d210b3b31aeaa1__void_unsignedint_{ 0x051AEC60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2ada3c6d94c514a3d3632502312b7904__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC680 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b14adc26ff9d7b9d991812ed1195d94__BSVisit__BSVisitControl_NiAVObject_{ 0x05198AF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b2b8b43caceddcd42dba932e10fe29e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053546A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b63cf6af91af966347407211606fbcd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207FA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b7bed351733438d80c161b318135ccc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516F3F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2b8f91df58c898d7081d7baf81216ff1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AC8B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2bbac5185ee95a42f9497a7ca17733f8__BSVisit__BSVisitControl_NiAVObject_{ 0x051B8E50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2bd6c6eee80d274e33203c367b9dd6c8__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x05230370 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2c0f046e2b3d90de69247ccf7836671f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05159B90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2c617ec838db594f7dd278859583f689__BSContainer__ForEachResult_BSBind__INode_{ 0x05396220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2cadd81c6f488ea9c07f88a095cecbb4__BSVisit__BSVisitControl_NiAVObject_{ 0x05379420 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2cc414147c61ada9ce765a0df4fbd0d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354CA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2d0a379b148b2a2dd21b05b2bf8c5046__void_void_unsignedint_{ 0x05152610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2d6f2b6d88da84ade7b9dcac9c814666__void_unsignedint_{ 0x051A77E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2dedcd48cded2e93f83575e9cedcc31b__BSVisit__BSVisitControl_NiAVObject_{ 0x0517AD50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e2ad3092a314eb8566b78d9439ef20d__BSVisit__BSVisitControl_NiAVObject_{ 0x05384180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e5421e4db4ddb76b742f67f0e6471ef__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC5B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e565b1d7b48588d7a6b021cd4b558fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05361010 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e89fdad2e0e84423ed3e0541c4bafed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2e8e233c95a346aaf4175be8a9a4c83f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267DA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f2762d250e0414f7fd0ac26b143f445__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052BC340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f63700f85078dda67d936c1df452fbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCD60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f94f7601904660f6f7df62c683c9bf1__void_unsignedint_{ 0x051A47E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2f96550ffc2a7381fd9f6f8ab938e58e__BSVisit__BSVisitControl_NiAVObject_{ 0x052BA3F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_2fdc5bff1dd122de3ed9ff67d5746553__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052653F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30008154a6803c8a1264cabdb6a5530f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282D10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30055cd6b8a60022c76677e0e75f55f1__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05186230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30bb91c96bee34d3516ec96984b62ab0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_30d1d689d7137bcffff78b59a31aeaa1__void_unsignedint_{ 0x05401520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_312c8eb29b61cc7ccbe48c7843bd5a3f__BSVisit__BSVisitControl_NiAVObject_{ 0x051649E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3160f4a992f41591e584b82fe016865c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_31a97975cdb9928c1b8796a3bee5738d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354D50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32510f9ca40a34b6277db74dd527e8ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D570 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_325ef833409c5b087dabf08807412990__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCCB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32857d818fd8bddf8e6876b7165b8403__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A3E90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_328cd9127061fa7b970f6ad6fa6d72b1__void_unsignedint_{ 0x051A5F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32c364a011a2f675354f3bb609582942__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0390 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_32f6ce77dac47e00154e03a455b4a165__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053A1290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3309ba0b626daa4c7256a36484121f01__bool_{ 0x051D9E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_332a9f3860d3507c2e7090513accb4f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324C50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3387dd3acef07c3bd6f3ca1bb6020813__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCAA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_339adba3420dacee94873a93bb3608b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235E80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_33becc8690f25d21af46fdd22f4cd0c4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281190 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_33cff8d5ecb17ab4b01a14869e5f2e81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05170960 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_33f132098695d2428d4c7c4910e8270c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052826E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_340085bbb217d74b65cf53ca896f332f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286FE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_341fa36844b8731aa4bfdb509fa08a59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05181BE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_344c22e9e68e5a6d9c7c1393fa9dfcc7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052547F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_34890a6f9b7422c9724976f2001f1274__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EEEF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_34d27dcbc327dabd62152019007d7e0c__void_unsignedint_{ 0x051C9070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_350d9b36d892b600fcaaedc81ea35ab2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_353436a6cdbe5ca5690723d20e5f404e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_354804e2b50357d0ef742cd57fda4356__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281F50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_354ded599d812296e5bd2842a44a4e49__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E1D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3587b78c878e40c8384ac31755827f24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254AB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3599c1d874772e3fe95945bc2795f24c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517DDA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35a92b8e21fff2d5602c4f428b90355c__BSVisit__BSVisitControl_NiAVObject_{ 0x0517ADF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35b39c0d7cf4b2dea3f9c549f7c99f15__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05277610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35bb960af667f1c551bf64aee90525d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CCF30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35bbb43db3b5ddb10063c3a868ed2c45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052822C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_35f53d3d6f9cbc0055159859a6d988bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A4A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_361ba3e18478c0d9b72c9667d1e8d171__void_unsignedint_{ 0x051A7200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_363fe3f9fd078f66a66931c49fc365dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052375D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_368431562561ba229d0e13647d97f562__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_36a4c81602ca623133a6ca2ee0144517__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0520A4C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_36f0fb93d71536e0ce97604535350161__BSContainer__ForEachResult_TESForm_{ 0x05181660 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_36f1cce7630bdaf39a75cf3fe596ab78__void_unsignedint_{ 0x051AEF60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_37340995cd53dd78c8c26a195c22a36b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05325660 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_374a5b70aab2d1d333fa5faa15660284__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053289F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_38327a9020664f12933116197e36a5bc__BSVisit__BSVisitControl_NiAVObject_{ 0x0518B8F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_385856e2dd63eddfd3a625c983e72a58__BSVisit__BSVisitControl_NiAVObject_{ 0x052CA8A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_388780a92d8867bb8a17de262938cd2e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BA670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3949929af1bfab11dc151083c669e118__BSVisit__BSVisitControl_NiAVObject_{ 0x051A2E90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a268ab62c709233b14fc0a10215dde6__void_void_unsignedint_{ 0x05150350 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a2cac941c3317718d22c52d4c76c21e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a540a8d1bb63ea710a3536e31b1612d__BSVisit__BSVisitControl_NiAVObject_{ 0x052EDF90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a5c83e097d84232cb2c44bc5adeb010__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052947C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a6f8491c4208615335b79355c1fa378__void_unsignedint_{ 0x052ED620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3a9b61953168aa37e2c8c7591954bbb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A2D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ad00883380fa2f35da7b21bf987d8e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD2E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3aef0018d9b76090f3bd9f91148879bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F3B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3af4180a1ff32adf7b219a8443fd593e__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E5E20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3afbfb147ed438b69ef608f590ff04e2__BSContainer__ForEachResult_TESForm_{ 0x0522C430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b02daa0b4ece1eeaebe4ab975b2e3c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05264240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b07bd202d128596499deed6900a4918__BSVisit__BSVisitControl_NiAVObject_{ 0x052D0EF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b47aae09fd59cce066f6284e8f1a3c9__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053C7380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b4f03164f3eba1a6da208d51a54d448__BSVisit__BSVisitControl_NiAVObject_{ 0x05378D30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3b9c6bf262450dbb7b90f19fce525ad6__BSVisit__BSVisitControl_NiAVObject_{ 0x051A2DF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ba45b08200f84591e922e75557591b2__BSContainer__ForEachResult_TESForm_{ 0x051C7240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3bb64b0c29d5edb9de405b1325c11a8e__BSVisit__BSVisitControl_NiAVObject_{ 0x0516EAA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3c0398ca2b1db8580aeb47d96ecb437b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267FB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3c10a6fe6a5c201685ab036d02e628f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529B1C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3c23175a83ace722a9fc602d258b1eff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052553F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ce588f534bca3c836146ee4dd6754f7__BSContainer__ForEachResult_TESForm_{ 0x05260A70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3de19b7e972a3401e0668148117b9e6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052819D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3deaa3544bab073a3aa4a4e9dcccfd0d__BSVisit__BSVisitControl_NiAVObject_{ 0x05198950 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3e76e3ffb82002a9d001dbf3cdae4d1e__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E1C40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3ee01fdd324213e1056b821c7c91e317__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052B0490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3f433e1b426c45029b1869d2ace672d9__BSVisit__BSVisitControl_NiAVObject_{ 0x05196280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3f7e056f2629a7cc4060825ddfdcd5e9__BSContainer__ForEachResult_TESForm_{ 0x051E8CD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3fa10640e705a03e5d94a1b3b4a1b213__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_3fbdb1913ab6f4a174232c9a8f740541__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AF4B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4019dd6c0f4469889a4f7506850eb08a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2C40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_403d4e013d1b2df0d5189b9cfebec0d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40949155f78b10e6b4ba7d1bce7e55e5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FB200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40a80458c4ee600d4814cddea5020da5__BSVisit__BSVisitControl_NiAVObject_{ 0x05155900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40e51dfd2eeb1b88c555bad6b205824b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_40ff2305c7aed82e5be0552d1fe3282f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0525EA90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_417d6088f2018f0162e10e2ffee17cd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0850 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_418d3968934ecbe353e6ffd2cb736991__BSVisit__BSVisitControl_NiAVObject_{ 0x051CDAF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_418fd0779cfd9edeb8271e85ecb7edaa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518B030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_419f6576a2018c1950d488fd705294e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A21A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_41cb756def110f2913fac7781bfe3666__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_41dda2db83990167cd7f77ee7d21f0ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DADC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_41f16c8213eff30816a481f1fb893893__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F1500 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4212002429df8e385103bc23d9b8b2de__BSVisit__BSVisitControl_NiAVObject_{ 0x05378A10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_424c358f927e6785f940cb28d82d25fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A7A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_429f07eb1d80a8f65ebb87b6cceb2200__void_unsignedint_{ 0x051A6270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42b195528125cd8f5e30eb1220899956__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053CA4A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42c1b9a4fb5bab3c5a6251683bae5589__void_unsignedint_{ 0x051D6F40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42d670aed8bd0a3da8d0108bafe65b80__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053CA6E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42da410a5603719d9181f5d3938d4c3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2E50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_42e7235c842638827ad863865ada2a4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4341d15394a8054f89d67497699ebb9e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522EB70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_436fdea43a37d849e4aa70130fc6d1b0__void_unsignedint_{ 0x051A67F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43928d23e80e33caaf6e4acc4d31b35c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05173790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43a9cdcf52ac9b6ae9e3a7cdbb331d95__void_unsignedint_{ 0x051A7DE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43b5fca47e30584e688e26175ac71fec__BSVisit__BSVisitControl_NiAVObject_{ 0x051B92C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_43c06f4d34889d315bc228d3ccf8c524__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x051866C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4411255224d91a40caf18e7ca020fd38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4414a7391b7c4c9abfed4b8fae493779__void_void_unsignedint_{ 0x052AF630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_443fd089bf769cc79fdf638cbdca010e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05299630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_445002c495761656604aceb4221e6728__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA9A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_448d7939eec6526ce03f9337618e9161__BSContainer__ForEachResult_BSBind__INode_{ 0x05396900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4494bfc448380a6f69b7005a5bf6a8e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281500 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_44a17f9f738e22c0f916db006604495a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052824D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_44b8776ae42e6143188ad14eb2dc3b0d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281B30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_44bcde9360b251677001b30b691daf6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFFF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_454d586e908d9948bf4831ea4595a093__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFCB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4570e0deb482e3caa43810cf6d804c1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052820B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_45724130132da367c7c350aec6b8f130__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E5720 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_45f609ab8ec782c2b4f38305b6c6377a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBCC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_45fc71be2b1e143cc75aa8687f13f3ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBA00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4644d863dc2edaf2f4f128e90c19c887__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x051685A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_468fe8c7701e0acf79a9ddd74acf00d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DB30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_469bb533396f64d55298c86dba6435d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_46cd967420399e6d2f0ba7db6c731ed5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_46d013db792cd792046d4dc54756fc95__BSVisit__BSVisitControl_NiAVObject_{ 0x052A4740 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_471f9ef809dfd1ff9f138659bda1904d__BSVisit__BSVisitControl_NiAVObject_{ 0x0535E960 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4771822cdf5c01f0b1e564be5d5eceeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_47ae27ea2a2a06a1524a23737c85706b__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC970 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_47d3d02598fcc4242518b2d239bdd2ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CCFE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_47f7ec820898c5456d3a1c6fc4062fe9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A99A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4809aced208fae626f2b56cac6f5578b__BSVisit__BSVisitControl_NiAVObject_{ 0x05205630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_483202c89a4e972ea5ab4cb558c20f53__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D1940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4858c2a162eb496022f238ed9f960d92__void_unsignedint_{ 0x0537A400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4863e5f3199d6274b27446dd01a50641__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DBE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4917c2e49f4e801de70972ed13545102__BSVisit__BSVisitControl_NiAVObject_{ 0x05203ED0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4924f1e39c125abafd76bb3eb48a6239__BSVisit__BSVisitControl_NiAVObject_{ 0x05157E60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_49426b78bbb56e544ec7f145a675b2e0__void_unsignedint_{ 0x051A7E60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4946f69e40d4caecea813da4443383c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_495e14e01b42846ef7fc02a32e034759__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05208500 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_49a147490fa7e76c9215dfb8bfb0b641__void_unsignedint_{ 0x051A4A90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a1f3feaec27fb79d60ceba198618fae__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECCB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a2280ea8cce48eaf212d752e3f3f680__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a236a417e0ece0ca9b2ff33b3eb1a0e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a3ea5eb4632112bf6d4bf3a406f17ce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05327C30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a40dade0f0387ce03dc569be1d3347b__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0535D750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a4c951f1b5506cd2c4d0e7655efcdcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051878E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a5dfd4825c5823487957122239a1546__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526C770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4a7068d0ba1db6e39a6a92ca59d171f9__BSVisit__BSVisitControl_NiAVObject_{ 0x0517AB70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4abb0410f03633a2fcb83d1a131b03a6__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FA800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ad1f30416f94f8ab903426d2c665e62__void_unsignedint_{ 0x053742C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b179056102e843092996138b033558b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0533B6D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b62e59a32517e93522206f7507128fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05265E40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b636c8febb31de9e526fb34b3794a68__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BEA00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b888587b12bf20bf8a0d5565dd468fd__BSVisit__BSVisitControl_NiAVObject_{ 0x05155150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4b9d22ff63f8b1fc9431c04cff6b1440__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529DB10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4be4505a4a457fef85304f9be8b05309__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05324010 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4c396c6d425956f4973197f1b60b3ebf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4c4e962349d3c55f39070c7b174e9e10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051717B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4c803c07f2a784060fb035d09483140d__void_unsignedint_{ 0x051A7180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ca0584d751caeb44a4e65398f463c74__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052874B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4cc32dda1676890f3254b1b4c95ba1a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D07A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ce972b04ad6ac4c72985bdf1a14575a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d28c123ee29bb4c77e78f7da2f21925__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05165C50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d6ce0a17897a366000c24fde3bcc02b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d7b756731e1e1031fbf14a125a069ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d827a92d25e4baf4a96a6ae30ebca3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C9530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d8c7d09188f862a589ad744f803e06a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052550E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4d9454442656b2bc738607c2a7f1da01__BSVisit__BSVisitControl_NiAVObject_{ 0x052D0F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4def043a30dde8a3bbc695f121f7a990__BSVisit__BSVisitControl_NiAVObject_{ 0x052CA940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4e9d9a229df129197d50595c1967b19f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D85F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4eb90c2f2c25613a351805829fb384a8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053DF4B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4ef7e015c81bd1915b171a14a8157ee7__void_unsignedint_{ 0x051A4130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4f27c31aa5e6bad07e6dfbcb259f7360__BSContainer__ForEachResult_TESForm_{ 0x052097D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4fd6d185810fa0cced26131854ccf59b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_4fee94ea8ed6bb270193701bc5241dc2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_502e54c763e5e3a73910a9ad57ac9be4__void_unsignedint_{ 0x051AD2A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5033dce423fb88115ab6f4e9906327e0__BSVisit__BSVisitControl_NiAVObject_{ 0x051C43B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50741681339615667e275f4fdd763a2f__BSVisit__BSVisitControl_NiAVObject_{ 0x051D9140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5094f38efe401ae16e865c5e797057b5__BSVisit__BSVisitControl_NiAVObject_{ 0x052CEE90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50c59d0e082f7cd125e10dbe42326a6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05170AC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50cac52b29c82b61084dac44e3377722__void_unsignedint_{ 0x051AF160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_50dba35194b3fb953e8391e3a637d73f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5171a95f00c99a875d371acf80ee9f50__void_unsignedint_{ 0x051A5AE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5189bece7930ec10840b323e556bc36a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9B20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_51ccbf77b61bdca2fc9241fb0aba751c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_51ec319ada36ce5ab5cbc5a2be019ba5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522C120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52208d7e9a4401096f1908f6f7361747__BSVisit__BSVisitControl_NiAVObject_{ 0x052C8910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52839525204af590d6963ab11c29e0ac__BSVisit__BSVisitControl_NiAVObject_{ 0x051D9830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52974c0f7f18e11b45a0849c7d848dd0__void_void_unsignedint_{ 0x051D1170 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_52c61c7bee12ab8d7f158755c9e34ecb__void_void_unsignedint_{ 0x052A4EE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_532138d50e7b132fc0765378744ef1ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05291D10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_537de4857aaed42c27e491466782dcdc__void_unsignedint_{ 0x053E1120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5385b82de4240ad6b9556370ef5adc8d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_542087f3694793faec31ca11dbfefd0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05208100 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_54827f1601a8173315a158ab11c128f5__BSVisit__BSVisitControl_NiAVObject_{ 0x051D89E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_548c395133bd429dbf7b465db684c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFD30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_54b6a7a3d9f0d2ed5b66c4002d448e07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05248260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_550a70b1b862f4ffe40866a26f8db8cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529C890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_555eef8b44463cee9c6a900e892a4226__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5560204cd29c1ba9e4946e890dc4c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05188570 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_55a778f092e0840e2ae391170000b774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC730 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_55cec9372ab6dd1526af9a534f631b96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A60D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5609f2e9f0d558a7787633f453c8b7aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B540 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5653da58642cd3e7c6c224a1ae415520__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0533B570 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5663f935bc5266f571a910cb82bde29a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05361340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_567594f89d2a6b0ad429c5c174527ffe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F8B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_56ad4b12226307fdb0732ac95ba43fe0__BSVisit__BSVisitControl_NiAVObject_{ 0x051A2A70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_56b71367d3b19adb1f04ea7da982437f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05251DB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_56f5040ae235c8fbcfb14dce55da215b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CCC30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5756a27e19a34ad8f5dfe66b7de029af__BSVisit__BSVisitControl_NiAVObject_{ 0x052EE310 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_578d09c971ee9491bcd33128776bba1b__void_unsignedint_{ 0x051AEE60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57a1a50b43e8f697537a732db6e22082__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFBD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57bcaee0406d4729ece0328db98f4475__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052253F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57f6933df1b5e2f31d7056c206d724d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_57f921b186c906254b5cec1353c60ff3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275B90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_580085e726df19a0b8d1de7b8dd2057b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5820adf6a919fd40d71083d9b6380567__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE780 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5857b5a3e479c2555f5ce60a2c46aa87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052704F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_589d9081aead3dc8b32bd53bb3f0b49d__BSVisit__BSVisitControl_NiAVObject_{ 0x05378070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_58cc84b8e7d1ab13ce9db5198b296525__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0538B2D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_58f6975022693b035b87d065e621a2a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_58ffb6e4cc4af3132206e7673bdaacfa__BSVisit__BSVisitControl_NiAVObject_{ 0x052EEDB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_591083a33926fae1f4901c48599f51fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_594bb42652f96702cd36ed301e130282__BSVisit__BSVisitControl_NiAVObject_{ 0x053754C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5950b01e90bffeeeb4bad8b787826ae8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB1E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_596e811631dbe7dcc8023c96cf2f9662__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEBA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_59b74d8d1456d80db13c1512a8e2f763__BSVisit__BSVisitControl_NiAVObject_{ 0x0518B780 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_59c9fd43a932977887459054fd7da66f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05355430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_59fce78c032082cd6e2384e447240152__BSVisit__BSVisitControl_NiAVObject_{ 0x052A45F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a2583738f2405ec236c903c14dfd8a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFA70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a2a7beadbf682b7e54de0b44207cfed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a73a4bba0d3e1cd35a3d48305362fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB8C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5a7d47e9f224629e04a222b44f03103f__void_void_unsignedint_{ 0x05153580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5ab6c0302fc2571b7ef68a63be1a11b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D410 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5ab9faed63dfd73d9cb8b077808a886b__void_unsignedint_{ 0x051D4820 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5b5dd6a39eeaa69fa77b7b738943c200__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207B80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5bcbd8446d58d05b296854119b9c1ebe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528BAB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5c1642ff95da8e566ab5e2e5c9870453__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5c73d1ab416f0db54ac1648bd61822d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051749F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5c90e3b04cc6d17e5fdd8660372ad039__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268D00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5d06ee27d0748d0e9b5ec0478b2e53b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539EA20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5d3e1083be7545297b3a957d0c2a8b12__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052948F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5dc8efec1cf44aced0723f1fae18fb85__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052700D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5de678d5692fc38ef6c352de7bdfd5c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDD30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e02f706c44f06a61d9f72c26b2dfc68__BSVisit__BSVisitControl_NiAVObject_{ 0x053885B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e1645bb30c7bb140690dbbde73e4dad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAD10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e228ba90ccd0c78d11b840dbad12ce5__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05185A10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e51e838b69fa1fae88e6cb6a25b0bf4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051729B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5e84a08e8e1c5a6a2b19ebedd8ad5051__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBD90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5ef509e965b8963eabeee2bff22b043d__BSVisit__BSVisitControl_NiAVObject_{ 0x05296100 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f3b8b4a70ad0f5e1c422b1d12f89ca9__void_unsignedint_{ 0x051AEDE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f5da51aba4a5c49bd1c5241529893fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f656954e87fa85d69befdbe4c2a3b9c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CC8E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5f95d76da01f5d0744a8928e4ee7af38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05327B80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5fa3c5d34021e0ff54264cd7ae85627e__BSVisit__BSVisitControl_NiAVObject_{ 0x05350020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_5fd7cfeba930bef09a8811e6efd95822__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CCB80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_603627b3a0e2d74c93fa8f49eae05d76__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326850 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_604a2d7e0ed1ff1c1506fc1ee39607d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E8770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_608d9b08afadd13a5a02d35017cf415c__BSVisit__BSVisitControl_NiAVObject_{ 0x05187490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_60a92664a3b50c3e0a0bf36c0d5cbc5c__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_60b1758507939826801b12f4b7ba412c__BSContainer__ForEachResult_BSBind__INode_{ 0x05397760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_60d01373905cb48d1651c04aa4181357__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D0A30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6106448d7bf92ab68b6f1bbd3d8d7cac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05327AD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_610b8c7139e2a05d4ff24574a32253c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_61130bfc5c731ce9f788ba60b725b847__bool_{ 0x052B0540 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_61f8aa9697df6be53f49aa039cda0a50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DC90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62183ac3809c97d24bc4013d21b66e4d__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517F250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62696c8681e3a87845656b2fb4ba032d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_627fc877b570b22bdd998904db9f78fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62bc6b36f4fa449ebf397ca968c9ef60__void_unsignedint_{ 0x051AD3A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62c407d336b9a7993c624fcd86d7f95f__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_62ebddbf7ff4ca9851c417abcc7d750f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05232980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_632b908cc04088a56836e5a6b18edb6a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F0F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_633341eab8891aa230160c917527adc4__BSVisit__BSVisitControl_NiAVObject_{ 0x05189710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6333710c629a454ea77e187b16f1ca17__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_634a198b0b29ef7ca3171956faa8e1a9__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05251870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6351fec4e6216de127d2d537ae2932c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AC800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63a72e21b48289cb5b6492834c7ad6bf__BSContainer__ForEachResult_BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag__BSMaterial__LevelOfDetail_BSMaterial__LODMaterialID_{ 0x05381E50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63dfcdabb75f7eb287fe79c572da16d0__void_unsignedint_{ 0x053843D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63fa2c8ba2134c47002b995aa46c861b__BSContainer__ForEachResult_TESForm_{ 0x052077F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_63fa4b38852575eecb01d60da2065657__BSVisit__BSVisitControl_NiAVObject_{ 0x051CDA50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_642201ba06a70febee7dec98639fd9e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532C4F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_64386e4bb291ac05ccfb59152dba42df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051CF240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_647468c94e0c5efdeb95a617bcfbb49e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052342A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_650728f9e01124046ab22c1810aa66d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524AB30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65241248264111058e73b4b4862f3dac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFE10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6529fa52e87f40e1efc826a639cd053a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05229C50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65c6a6239c8480139a83478737ae50e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65dca7de5bf5a81f40134090c7d9b1c3__void_unsignedint_{ 0x0535D110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65e1096a48853f8d9bb79c1012e8767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05190E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_65ec9c9467bcc65c38d1d7161bc16ace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE9D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_660eddc6452f7e70458284fae5c4e2b9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E84F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6639dd61662436ab7a5f7b30fa6eb147__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x05162AD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6647a18b621c1ddb278727bbb0c78d1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05296F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_66501eec36750e5c0b77ca3bb68869e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05373330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_66ac7685a6f9850c8f9308af072becc5__BSVisit__BSVisitControl_NiAVObject_{ 0x05382120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_670647734d4f92991ca33d519a34c539__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB080 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6766582b6a48242538588f77519ea13c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518E9F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_677443dad834ba73bbed3f412a508fe4__BSContainer__ForEachResult_TESForm_{ 0x051EE280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_67793cc0d2773a67b19ba2370b786664__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBC10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_67df902acdd8756b5825f701469371ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286E80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68524371518318db81e3fcbf7c064bd8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05182130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68546df18378f3175a6bf7fcc4fd14da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051A2D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6861e65d8ec33f143f909824cff7fd65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207CE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68d1c6b12b533a3524c0c9fc7de0d12d__BSContainer__ForEachResult_BGSPlanetContentManagerNodeBase_{ 0x051A38A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_68f255cfab2b7992fecd8e50d8e6a0d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6922d0799bee4b30885a5c3f127918a1__BSVisit__BSVisitControl_NiAVObject_{ 0x05382440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_692b18dfafb3fd88964cc1ed62ea7959__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052985F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_69838bfeea0c32dc7023bf0bf809b67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052622C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6998d7f8f21944341849d981f7306de5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254F80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_699a5bcbd004a458fa4f4da9d421e0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05277980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_69a15352cebb4271d6514f4d8c7068dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05277A30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_69cdcc477253bad9690971aeda470223__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B7F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a065662a6c6c1c468a2872a12e3084a__void_unsignedint_{ 0x051A8640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a5cf4e50493cbf84bf84c94f295e60f__BSVisit__BSVisitControl_NiAVObject_{ 0x052ED6A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a6114bd6da7c903fe2946f3c81e6291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x05230150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a6a4a44b4dc3396ea2d1514a338d580__BSVisit__BSVisitControl_NiAVObject_{ 0x051CF410 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a7462dad35a17b0a9251686a6312ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539F760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6a993c5dccc865cb6749490e8e15bc42__BSContainer__ForEachResult_TESForm_{ 0x051D1DA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6abb0f15ced9b6edd7e4f6af7bc40d1a__void_unsignedint_{ 0x051AD860 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6affc1e09897e05915a65c4270598aca__void_unsignedint_{ 0x053B5220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b0d1e6ea55ccbd5ef758a441ac8587b__void_unsignedint_{ 0x053F1320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b5f9a398a0a9dc398757bdbe883c623__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FE10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b6a6419f0cba70937e8be0bae80055f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B34F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b6de229dd0fc8836f1db5bbcdf869a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDC80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b7c4a1a7be7cc2be60a2bce65ad010c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05174890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6b9ac5a5a7ef3b9e25a11828e5b3fac8__BSVisit__BSVisitControl_NiAVObject_{ 0x05361B30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6bc47d80fd98c0907a01b6560a7038e8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053DF6E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6bf43134e16b0ae8be4e294e5699f014__BSContainer__ForEachResult_BSBind__INode_{ 0x053883D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6bf7f4ddb463e7f9ba9da168baeebcd4__void_unsignedint_{ 0x051AEA60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c052665ec298b4290c58a7ec1227d52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c4229cda06d35aca0436a530e75a6ec__BSVisit__BSVisitControl_NiAVObject_{ 0x05382300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c443ba90983c25969727b7cbe1fe425__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A9870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6c7f0b1f3d0a661df5cd629fdc7ae0f6__BSVisit__BSVisitControl_NiAVObject_{ 0x051551F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6ce553661b66b3275ff33d49c5e742d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDA70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6d19585040c0f1b5a74a84cf822c0617__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBEF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6db505192fe28dbf74a67980d45c7f16__void_unsignedint_{ 0x05221D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e06671744cfb4be646e0b19a58cc730__BSVisit__BSVisitControl_NiAVObject_{ 0x05164A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e2c64a9ad5ce419ed8f6f387c16b323__BSVisit__BSVisitControl_NiAVObject_{ 0x051E3280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e50e2e0a4b8e5fdb585afb954410907__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A190 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e6ea47c276182b79224174800a011d3__bool_{ 0x051E4B90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e85e2380433a289b3ca17cd1db9f863__void_void_{ 0x053BD030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6e9d7da5c28920a95453bad64a63e8d9__BSVisit__BSVisitControl_NiAVObject_{ 0x05208EC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6ecd6fc86375eb13b0cf8262e17ebdb1__BSContainer__ForEachResult_TESForm_{ 0x051E9030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6f6d8ef008299087f10e50899c26f5a7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354A40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6f74a572ab51ae735717f9051dbd3da5__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECE70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fa36aa64295ea18757f54305cb1e6e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEA40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fbd3c4dcb03617baebdcc8cc87aa0c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05371EA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fcbdce07e3cb9f501733b4e26a4546a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052D3D30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_6fd1cc28610db0d7fb663ad98d97e46e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05187530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_70147be73e4e28d96b3b795762f6d54d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05340DA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7035a76dce1d729510b15a0aa8b68de4__void_unsignedint_{ 0x051ADC60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7038f51882f07f70222dbb68d731e1c6__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x051852E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_704041b3c7c0c7c68848cd214a227a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522A9E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_704ad450ba2e37118b0703a4f4ef7c26__bool_{ 0x051D9C40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7061d3c9602cd818d3151ff250f10410__BSVisit__BSVisitControl_NiAVObject_{ 0x051D9370 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_70ab50ec29d3be382cd180a42fcc2e24__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_70ad6c1ed47d72fa17580bbe702a29cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7122209affa90cc8fa95df2e2c407693__void_unsignedint_{ 0x052BBFD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7167e42d5c34f76227723c2be679f3e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CB8A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_718aadf4fcd21697b8546d22e9895797__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539EE40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_71cd9f30ebd563b79400013cde09383f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FAC20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_71e27c165676cf098d6a990e2a4d8c84__BSVisit__BSVisitControl_NiAVObject_{ 0x052C87D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_71f91db0c18e92064c623f361808f325__BSVisit__BSVisitControl_NiAVObject_{ 0x051CDEE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_725691a02c3e89de0547a2149b708c3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053295E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_726111d30a7f86688dc3c0be4904c2f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFC00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7274570d885df8d4a74411ab84388bb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529B3A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_729f71303daf89b2008ea49ff3ca1b79__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0520A5D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72b85291380cd9caf7b1c0cc18605419__BSVisit__BSVisitControl_NiAVObject_{ 0x053788D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72bc15d176589a189c14d8f6ddb86785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72dc5011da8eec66c655c8d9bdf0ce65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527F0A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72ded8114994b2af969766fdbbed5e90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518DB60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_72fe9bf21e57744e8711bfffcb7028bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F6A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7310c823b7d973045c63ec9ff9086b82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051502A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7317ec4a60b2b43eda06e025aca89243__BSVisit__BSVisitControl_NiAVObject_{ 0x051EDB60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73599574460173772f1f88247330205f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FB2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_738e2d01224e5fee3d03ca173f9d4ca9__bool_{ 0x053DF790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73968f70f7b45b4a769b1e2ef25a8925__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526E0B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_739d35dbb12870a099001dab560a4eda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A6F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73a113fac71c9a4d6033ea18419b787d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05165D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73c8643c05d780d83b07794f7121933d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282370 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73dd227721545733069ce1874f1cf009__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D06F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73e432b98b8b918ef816ea830c1787f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275E50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73f0b5ec0afbcd9ce66ca6a6a3ae1628__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FA460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_73ffb786f72949155fdf45c04820a5e7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB6B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_74ed77872c1ca0ff899d16175a06d31b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05296D70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_74effe44634ffd5fab16b54313d8c8b1__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518D6E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7583703b12a07142d6ca0bdfd19c27e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A3B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_758cc00d68ef3558edf5c0ebb301c706__BSVisit__BSVisitControl_NiAVObject_{ 0x05157990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_758e7edb6b69f583c668890aba95f6b6__void_unsignedint_{ 0x051A89D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_75bf11828930bc2b607da2f9a15749eb__void_{ 0x05383110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_75caf59dc262059269d8ab35213cc73c__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05251AA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_75f4f62ca0261fd4ddf9f78263660ba6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D05D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_761ec345971a01b08fe1f1837846fd32__BSContainer__ForEachResult_TESForm_{ 0x05181330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_763b21b840a826babc4b0f61a371cafe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05294BB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7644028ca711de9b4caa49a0ff81b4e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05355010 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_76e653a2de2dc4470dd6bcb7440e7f2e__void_unsignedint_{ 0x051A5360 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7737bac9b8b8ce69f53c50fe91a2c9c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2B90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7744ad6844c6b92e8e260ae62b110328__BSVisit__BSVisitControl_NiAVObject_{ 0x051C25B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77561d15f100dfb70fcbd61a456fa88e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF5D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77a2caa9b23a6d83cae06279bdb52808__void_void_unsignedint_{ 0x05152590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77d49d8f75afcef9204aa736f1cfcce2__BSVisit__BSVisitControl_NiAVObject_{ 0x052C3E10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77e100004ef7452d8b488e50f15c01e8__BSContainer__ForEachResult_TESForm_{ 0x05209730 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_77ee58bcb564b1a22f5334f90ea0fedf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281DF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_78086b723bdde75a3c92d54d9c542f65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7813f668273d65a72513b09da06bd9f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05176AA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7836f095f629942dda8daa58286d863e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052812F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_785900daf8025e98cf5fa45726211e1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05326590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7884138a8b190b9b1ab370be632efadd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C9FB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_789b95a4b44c4c0f4f951466377dd629__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_78b099f34e906cf9644926f98cd3733b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD390 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_78c94c35a977d7e9677a8a8da2e8cfc8__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x051CFA40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_790e0e101e755ff7cec71d59f1a1b6fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053DF9C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7953437bd343bbfbbddf661310ef23cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517C270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7a41ff755602194094af8c7ccc12bd07__BSVisit__BSVisitControl_NiAVObject_{ 0x052CD520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7a82a38f3f705a6083c7caddfc4f46a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FEC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7a9a6f049c299d16489a95777eb1a9f0__BSContainer__ForEachResult_TESForm_{ 0x05209B20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7b503babb34ce5335b88edf6422422bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275AE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7b6de03f4a73497c6654a296da6efcbd__void_unsignedint_{ 0x051AF060 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7b8e127fb28ce2eb96ab74b216bbd115__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAC60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7baff127dacc3544f28a3d5e49074512__void_unsignedint_{ 0x051AD520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7bf64f5d03e8ade24c54603129f89148__void_unsignedint_{ 0x051AEAE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7c564c3c27853f8d8a0cfee05dcee413__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052681C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7c79fe392950e9fc406daf1a72431e72__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05176B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7cb28160478240ae9dc4a0ce8911ebe9__void_unsignedint_{ 0x053743E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7cb8b410ddc8477923cf2551b1630b59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBB80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7cfb282a3ecf276f351d312032305af9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7d27858c13a0e074b966641f9845310e__BSContainer__ForEachResult_BSBind__INode_{ 0x053967D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7d289b70f8b7fa4c0c73480d86797355__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FA510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7dae181711633656547d67e024f5a65b__void_unsignedint_{ 0x053F7E80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7deac3760f393b2d4759d912897809e0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05190EB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7e8b375648129069aa0f9d132cc3b62d__BSVisit__BSVisitControl_NiAVObject_{ 0x05378650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7e9bb34b7f79c6163156d619a2043173__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05265CE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7ea9f7b05fbb57f9108213b8e6b16c7d__void_unsignedint_{ 0x053E3280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7ec2eef542e2fde67ab8f18a396a1947__BSVisit__BSVisitControl_NiAVObject_{ 0x052C8730 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f05a00ceb1c18850a27e288b0ec2b66__BSVisit__BSVisitControl_NiAVObject_{ 0x052CA9E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f327528bc02d8fececfb60f8d5dbc48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A9AB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f36bb6d5056f21cc1b4d415eb92e097__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C23E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f47d3963b91bffc502f040307059473__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D6D90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f8930daab461aa5ebacf1ed3de8c3ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7f914fbbce0422e5c5858ddb9c9b4a57__void_unsignedint_{ 0x051A4760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_7fbf478ee23d10920ad62f7b09392355__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEAF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_805024188b422a7cf301b4dfc7d282b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517E950 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_80542715e696693593ed53c6a3da8cee__void_unsignedint_{ 0x052054B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_806f905bc2e71d6c2f16bf4a6d7e8cda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A0D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8078d375518bd95c0e46f69bb0d2e4b0__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05184630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_80f14c667299069f7fbf7735efceedc7__void_unsignedint_{ 0x051AF0E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8118bbd797ac05f24f039abc7345f4de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354AF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_812a4aedae3f3310613099e4440d7de5__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ 0x0516C720 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8140b2d13438027d92ee7168f5f1f9d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052730F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8156d2624340eb97a68eb744315385a0__BSVisit__BSVisitControl_NiAVObject_{ 0x052C8B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8165f1dcf82a736d3b87ae40163c0612__void_unsignedint_{ 0x0519F1C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_81e0d73f2cffde239e604bbc7d61a866__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_81fee5303fa349afe571f34860b3ef43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD4F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8267b6e300183d2c7144a4f078025999__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC1B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_828f2f0fdbca7b7de21816fba7c94278__BSVisit__BSVisitControl_NiAVObject_{ 0x0535EAA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_82901c6b08ed7a7da82351b394a731bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DF50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_82a3665d16396e964fa75229081e557d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529ED20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_82b6c8aedc0115b9d11db0ab586523ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052731A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_83019a659cc7e725003059f22dd66a3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051789F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_83ac8e5247888e64c963be02cc18f6c3__BSVisit__BSVisitControl_NiAVObject_{ 0x05345F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_83c5782be5fe2673f25da647347a8f6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A0D10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8421bed87a21477204ddfab05bde28fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAB00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_849cfac894f3a375f468ff76a6d7c92f__BSContainer__ForEachResult_TESForm_{ 0x052A9C00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_849e4390631a617f1671b4c2619213cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05327A20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_84b805f0f0c02cf59379b23c8a3315c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05176C00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_851a3a13f35d2ccca05eda7753480ece__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254D70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_852f00b4385fd557b82edab23cb642b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05294C60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8577cbf86490d89bd9b25f6dee7623a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268060 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_858dbd47a1082badb246f1a65f98dee1__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053BBAD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_85bff9cac03b8400b266c79f3c630e37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_85f9d289ee38f946074f664bb5aaa9be__void_unsignedint_{ 0x052223A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_860947d86ad6f4da5a8926ac071d2ebb__BSVisit__BSVisitControl_NiAVObject_{ 0x051E5B10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_861755e83d40e46f42be30658c501569__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB550 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86176a8b899660fd4b92445477dbc358__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A4690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_862370447d0db1fcdf50438ecbe8d02d__void_BGSTerrain__ROIQueryconst_{ 0x0519F340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86418312c379abdefe4972ef26a2d9a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05277820 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86b1e8d5fa85029a19966c0baa15c5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235DD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86bd15ab65eb46e86501f82e170c46f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05188A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_86c5f91eae8c685a44e3a782e5ab5063__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDDE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_877835501028e484df9f9c6f127d0fd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFC80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_87b151174cdd23da254ce9d127318d24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_87b652fbcfa551d0cc625a76a6be8338__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAA50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_882237834ec910e44724e0fd7ffd8406__void_unsignedint_{ 0x051ADA60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8848331ed87bc6820828dde3a538a082__BSVisit__BSVisitControl_NiAVObject_{ 0x053A1650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8884c25f711a53f32393b0d0e0842b81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528C990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_88b5e924317c5fb3f47782521c39a6c8__void_unsignedint_{ 0x051AD960 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_88e8c67274739d7efb0ab3f7ce66ba99__BSVisit__BSVisitControl_NiAVObject_{ 0x051E3320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_890abd051410699867cb5b848c0357dd__BSContainer__ForEachResult_TESForm_{ 0x05238DB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_89592c32c08d46104e1fbb9616cbbba8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267E50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_898ecca571a2d015e9f1734d4e6bd218__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F1A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_899e2d8aa232521f81a23bba3aca6489__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ 0x051D2C00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_89bd498d8c9cc90cf46fa24375448ad3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8a284c7ef7b16ddc601dd0857a45954b__BSContainer__ForEachResult_Actor_AssignmentInfo_{ 0x05251940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8a6ff0fe4e0a856452fd484b212f523c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282BB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8b417f319d93b0da289e7abf51828de4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E3E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8bb909af105fdfa91f88291a16bad714__void_unsignedint_{ 0x051ADBE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8c0f5b2cd1c154b5a6b9840f22914c71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526FF70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8c9508472bcb6c2725184838753b6c7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8cfc8a97eebaf1244c3d78d156b8c3a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB970 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d0a6512cd509271e764041fa01b07cb__BSContainer__ForEachResult_BSBind__INode_{ 0x05397D80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d4232e1250c59758cf0705e6873c276__BSVisit__BSVisitControl_NiAVObject_{ 0x0535E420 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d671b48cfca7bba3d132cda15681ed7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279A40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8d97d1e9dd66aa0303cb93c741022efd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AC750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e20b38890663a85ffd78cf2501a334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e2520aa4ffa7b1f77f44531d451451a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523A1F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e2c84cc9ad274bd92aae8646e8fe001__BSContainer__ForEachResult_TESForm_{ 0x051EE1E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8e91773b2a6701443dbae03e830631fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8ec066318073c39d981986ac3648faa5__BSVisit__BSVisitControl_NiAVObject_{ 0x051555C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8ec2e5dd55004fb1ae971cb57163bc41__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8f51798d6365d034aa2205198ecad483__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8f8a9b82f8d558be4f6d3ec22e26fc7e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_8feeb752020f65dd6545ef56eb36e892__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_90174559dd9c3fbe0c65f9b26b3ca27e__void_TESModel__LayeredMaterialPermutationconst_{ 0x051A2750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_903201203acd8634669dc90887646481__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91098401dbc67d88bb275b3dcef9df65__void_unsignedint_{ 0x051AF1E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9114682e354d94e34438f29202d6a8d1__BSVisit__BSVisitControl_NiAVObject_{ 0x051D10D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91394fd2da24bcf304eaeaedba535e51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCF70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_914d888faaf75680ab43ac2f108a2c0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523B6D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9161c987543bee2bc91d698a152f9722__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB4A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9170068ef47c513bdbd3c70d05855794__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052BBDF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91a4ace228515075e52b881920aedca3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBE40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_91ab2ab1969df8e34e5067818143e708__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBAB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92560f83af718171bbb422c0b87b81db__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DAFD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92849e69e8fb83e02d0c51419e64ba94__void_unsignedint_{ 0x051A6B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92897368afe297f17c6a03712ebda844__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052798E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92a0b5552cb4a5b9925315cf0822c522__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_92ab11e4e161ff54b26c4c526ef229f2__BSVisit__BSVisitControl_NiAVObject_{ 0x0517ACB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_93181c09b65d2aa3d10481f3de9d409a__BSVisit__BSVisitControl_NiAVObject_{ 0x051B9180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_932e42f162e89721d2dc110554b02bcb__void_unsignedint_{ 0x051AEFE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9362600ab9424fe2b4d581214a82ff70__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D360 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9370f734e0d78ae85a87ea7f5ccab915__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_937734495cc9d3b662617c5e6945afac__BSVisit__BSVisitControl_NiAVObject_{ 0x0535EB40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_93d283b599a8712ec92a8d7d92291267__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_948f820fc88b1c1746f914c1cfd0106d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F00F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_949d95a55c01fcf0978a0a9828e8da8c__void_unsignedint_{ 0x053E33E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_94b70a445542a1e0775e56b6f21cb385__void_unsignedint_{ 0x051C8E30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_94beaecb040f8e171432e6e11631e964__BSVisit__BSVisitControl_NiAVObject_{ 0x053786F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9536318b116531e3bdd993e030ab12da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F4E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_955ec735c18433da829ecd7672ce6515__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052246B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_959f61344d81665f7f967c383b598d89__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05225300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_959f82f42155de97e8f58d53c0ac2ca6__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052AA540 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_960d9882bd680c7a9e300f9f3954a138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DED00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_969c2d995017ce9c5f1870794ae9824f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_969cab53ed831b2e13120cb4ffd8cd19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053900E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_96c8128a33da0c7b7bedba91f2bee974__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254B60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_96c8df941fcf05df0d6bf085f1f7dec1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526BBE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_96f44e76cc198d8be695c24b7bf5f7e8__BSVisit__BSVisitControl_NiAVObject_{ 0x051D75A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_971b31107d0bcf1cc370e99702efe112__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_97bdeb87d071961404f24961d73f002e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_97cc6e444fabfd92800d69f088ea0db7__BSContainer__ForEachResult_TESForm_{ 0x05346000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_98b73bd39e11b2c4961c31ccd45cf1b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F5C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_98d921933319e604f7dbf511c344769b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053292F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_98ffc81c075f9a55c9419af5169a6103__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9909d42cfcb3b94ed4130e0a5b8220a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_998d0073b64f62c7031ea76473235e65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05327CE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99946ac83bad99e3b759817220a3d8a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF730 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_999b808d2c0e44b921095343c28d6a3b__BSVisit__BSVisitControl_NiAVObject_{ 0x05378B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99a4b052e21f2bd7c8e637bba78764b7__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x053560A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99d285350f786f8d12b5dd572ea31de1__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0535C610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99d5b9ef686cdf8619231b5534e0e27a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539EC30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_99f314f7f8ea900f856d46f4f1fc6fbc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052ECFA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9a2237f77bd085bd230d7fe151b69102__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05182080 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9a2c33ff017a3d09c5161e3569cb446d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287090 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9aa98acef252fcb93cea59fcc2a53f36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9adc42ff12d9c83b7873a602e3a60b7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053A13A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ae20b29da30ab32807a1ba336354a65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05296CC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9b000c9bac46776b8eb27a2cdf43af95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDF40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9b585582e09764b45a2b14db05fdd7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528F5F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9bb473e5966cfaaada47f3065861179d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267090 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c164a39561936a9a6a04ab24067f530__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05181B30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c3eaaed8558ef578be6b7863a12eea1__BSVisit__BSVisitControl_NiAVObject_{ 0x0539F580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c6b9fff129948665d84b16d1cc3464c__BSContainer__ForEachResult_BSResource__ID_{ 0x05383FA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9c77057997406db74c04b5f37fd1f509__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE8E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ca86374bca25f0156c929fc488c3325__BSVisit__BSVisitControl_NiAVObject_{ 0x052EED10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9cb3b948658306d38ace0d70a421bab5__BSVisit__BSVisitControl_NiAVObject_{ 0x053783C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d03b5ca88df67b1ee3e58cd61687c71__BSVisit__BSVisitControl_NiAVObject_{ 0x051D0140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d232b5787a2e5da3f48b9981c1c5b00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BA5C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d2b66f31bee80184b412975eceb8327__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECD50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d3f3a99815cf65fcfbb251bf80e4982__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05185470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d3f8f795e435e532e12ea128bd590c2__void_unsignedint_{ 0x05230C60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9d4bd64f745ea28d6e9ec84baa2921cc__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052CDC80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9db852269b8e186a2d699b46dd9c6c77__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052AD180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9ddc8ae2d2d46832ca897074561a9643__BSContainer__ForEachResult_TESForm_{ 0x051CCDE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e2f0be11317afc2543a50610cb8bdbd__void_unsignedint_{ 0x053902A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e3ac8b780c8c1fd5e8126efa379e33c__BSVisit__BSVisitControl_NiAVObject_{ 0x051E9640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e69d72cef63753ebd7557748dc0e0c3__BSVisit__BSVisitControl_NiAVObject_{ 0x051EDC30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9e9ca8aac3db904c2c980832e46c8ec8__BSVisit__BSVisitControl_NiAVObject_{ 0x05382260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f04c865baaf6f7fc633b19739028344__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052936D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f40e48ba45ac79f75d9927e30633a9d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f46c4c501fbb5c7c2853cc41ba1621e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052702E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f509f1cc1cafb43dc4b2c0cfca48dd7__BSVisit__BSVisitControl_NiAVObject_{ 0x052C89B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f8bd608f886b8547a886145d959eb90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522C810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9f9201981407fe9ed841b7c888ca10a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052642F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9fb9de836e0f0e9e55c22d0fa9f0e382__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFD60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_9fe30f436ccbf2f0ee64f01ca740eada__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05185EA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a02962940027a3f557e50b52e931a121__bool_{ 0x051E4C10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a04ace6f2c75744885e1cc1974f5bdcf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254E20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a054b84336a8a369a84e8d2ce66841fb__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x053BB9B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a0926e98b29de4cc7718fa79009407cc__BSVisit__BSVisitControl_NiAVObject_{ 0x05161030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a0d127dbd82e797d7ab281fa4eb5d0cc__BSVisit__BSVisitControl_NiAVObject_{ 0x051CF8A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a0f46c49c3510716ba48fe3296e3f872__BSVisit__BSVisitControl_NiAVObject_{ 0x053528C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a133de5ef069784962cffd261d185fe9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EEAB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1b084f852a2feef2ee104b23ea9edb4__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05185580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1dc0c7c4161a3922831ecdc8a8f99ac__BSVisit__BSVisitControl_NiAVObject_{ 0x05170140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1dd9425ea7fcf8a0d976558ab7e9040__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1dda1c40fe30cf7ceff93076259b0e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CBF50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1e1e13108af60c40db74bc29699d1f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053543E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1f101b143082129bbfaf9ee9a73e6ee__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05162940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a1fec70a3b14dcc254025c6c32a2caf6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D6D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a203022efb7e9a8c6994e70dfb09942d__void_void_unsignedint_{ 0x052ED4D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a211f7049a0dcc26a8bc10df23bb1db8__BSVisit__BSVisitControl_NiAVObject_{ 0x052C8690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a234299dd19bc8c469e998f2cb310303__void_unsignedint_{ 0x051A52E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a2f87f804c2b206198711c0318413d06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052082F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a3824014a518f42ae7b81a877fc585d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052998A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a3b87594d4d2f520d208b17fb093bfeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFAA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a41a185ebd833669c16653aa2cd802a7__BSContainer__ForEachResult_TESForm_{ 0x052CC330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a41d5fba6838c500b18b3cd51d539677__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532D5E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a41eb4ed61732907203deeb44708f876__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EC270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4318d2a8397bbc01a8c96fafe56d038__BSVisit__BSVisitControl_NiAVObject_{ 0x0516EB40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a455e3f4f91d05ed19cbfa1785ba6bea__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05171700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4b4aa31619a202a7cfb2b65e38e7c6f__BSVisit__BSVisitControl_NiAVObject_{ 0x052EE6F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4c6ecbeb6c42d75326a997e0bfe4c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529D510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4c7b19bbe1c7a91a4c590efa5aa67cc__void_unsignedint_{ 0x053AD2D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4dae7abc8fd8f8e94bb8dd90517772e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254C10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a4e7e622fd88e21b899f2c86f3c14046__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526D9D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a56a7d1af71965a880dc0692cfe58958__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC8D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a581e749de6829dc302ede8c4bcea7f7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254740 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a5901fee0cfd14a6bcc2539b1e26a3d3__BSContainer__ForEachResult_TESForm_{ 0x05209870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a5ba32074078daf4fa2519af2b012b52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C93D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a5e5dffaabd4f5a39f1e3a67c18ddd44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05294B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a64f3867102b5a2581c5962e89de2ada__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286F30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a670b843d1ef61125f6ee66ffb0d9cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053550C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a6bb684554f6a07ee06ebdc34661e079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052290F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a6dc3e35cfec8bde5f66614b077775e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DDF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a6f82c6020f4fb0577b2400dded66316__BSVisit__BSVisitControl_NiAVObject_{ 0x051D88A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a707add42e302acd5fe3d9d718e891e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a722c1089d35ccaa7bdd283dc86ed370__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFDE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a74ab6d8ca90081a18de302450cac769__BSVisit__BSVisitControl_NiAVObject_{ 0x051C44F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a74c4a7a325fdc2c67b044710ced25e4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a75aa87440d9fd693fbd4a2a330c208a__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051C6450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a789323ba2e38aceab77fed4ad4a4117__BSVisit__BSVisitControl_NiAVObject_{ 0x051553C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7a30253047fcad285bb03fa2f9dba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD9C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7abb9262c171e87b8cb6edcf2d36571__BSVisit__BSVisitControl_NiAVObject_{ 0x05378280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7d4d839f9f493f2918d4893cf21f5cf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE0A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a7e7117ae0fd17fd78bdbbd6b5cace48__BSVisit__BSVisitControl_NiAVObject_{ 0x05382580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a81636dd4df516079a7e9bad06f7e97c__BSVisit__BSVisitControl_NiAVObject_{ 0x05225D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8167dab7e874a7716e1205804804a1a__bool_{ 0x051D5D50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a87b34fa88bc645a80a3f333c603c336__void_unsignedint_{ 0x052A7D90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8914ffde01f2b785205c35a83c31714__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526BA80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8c3947733889000fa0386f64962819f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8d861fca1c502c9fc108355fea0c02c__BSVisit__BSVisitControl_NiAVObject_{ 0x05208D80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a8e464fe119f6b1460807d530e0b0b96__void_unsignedint_{ 0x051A4E80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a95bc9f974c7b7daa07863d744a2282b__BSVisit__BSVisitControl_NiAVObject_{ 0x051D0800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a993655936ffa19b58632ef797366742__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0519F510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9bdcf2f6273be92f4e23624590e4577__BSVisit__BSVisitControl_NiAVObject_{ 0x053AD830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9c61a345d06f72add415329843e13cb__BSVisit__BSVisitControl_NiAVObject_{ 0x05155460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9e758bb450f48cedc87ee7bc0c5cfbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05262050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_a9fdcdd91a1dacdc680438b607a4c5c7__void_unsignedint_{ 0x051AD9E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa0323501f1250ecc5c992d1c23b3e8d__void_void_unsignedint_{ 0x052A3F40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa0c011794b1cd465168046ec9d4d634__BSVisit__BSVisitControl_NiAVObject_{ 0x05381F40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa1e0348552d27dbd190f8355a0b932f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05277560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa8d6e970e9b0bbc37a741cb72704310__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235A60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa9b06194f709a0798e1e9536a466ce7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281BE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aa9eb92d40c483c6e00418699a9004ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051921B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aaadd62fa4875200315454145edd5a63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C9690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_aab3c18ffde04471e65e8a33fad5bb10__BSContainer__ForEachResult_TESForm_{ 0x051CCE80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ab494e4f356021cf77029b776a889d7f__BSVisit__BSVisitControl_NiAVObject_{ 0x051A26B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ab873834ee55f55be67aa29a25b75d82__BSVisit__BSVisitControl_NiAVObject_{ 0x051FD4B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ab87565084a08d679c08a9eec254326d__BSContainer__ForEachResult_BGSTerrain__File_BGSTerrain__ROIQueryconst_{ 0x051C7780 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abb80f67beca21a7094ccc2b1ab547c8__BSVisit__BSVisitControl_NiAVObject_{ 0x05378970 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abc171b1dbd290afa7c6ca0e563de1b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052545E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abdbfd19c815e6b3c8b7d50871c6326f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052643A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_abeeaa3486844c67f97484005b9e790d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05261FA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ac4901046ff48db96ec2796966d1667b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532C890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ac6c106e6e797f1a17f1b658793842d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad093f8532e80a5f412c85cd98b93788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05209F50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad0bcda7b7871bb6012eed82c80f5125__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0535C520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad18610865818bd640848cdc036a3676__BSVisit__BSVisitControl_NiAVObject_{ 0x053A15B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad58a794e866504eaa46bfb2bf916e48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052640E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad5f8d4961eac0805f9f8cdd6be45ff6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ad91ac0faadffdb83fa894ef22ccd580__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05186B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ada654c646bf6abf16456f85596ee803__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05379A20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ada6f3e0b6fce0523eb9e83c0aee4b22__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282C60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_adb3e3390346d7101ccf9d58a820a631__BSVisit__BSVisitControl_NiAVObject_{ 0x051CF4B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ade70b3be4c1a965055b1109bcd60b02__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051B90D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ae33af048f5836cd633514c6de6f2b3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052705A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ae456960c3be60789e3f3882ac7415e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E5F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ae4b17d10c525d8b2b1647c07f8017c5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053E8440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_af6d2679b28b8933bdd9382c5075fabd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05268270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_afb806c520b4d42d7f546915a3577302__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ECF60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_afcca88e1cea8d408ba8eba2b7c02fe3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_afec7e1ff24a3ea94c7b535586cdf8ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBCE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b00fd2bd30a550cfcb4776ddd590431c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282420 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b01a31913e448623b821da2824287d4b__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051E5C40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b05c8536cb9bb0499219fdf8648e3bac__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ 0x0538A0F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b1420cc41f0564af7e31f2833a320a07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05256290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b1578496fb84e7f2c98e8b4dcc0a18b4__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05161E90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b16911a03549e2650511339cac954477__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC310 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b188fba135834ccdc754d581b51412b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05172A60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b19faf6b8187b70fa53693370d4b5c97__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A2840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b1a29caba9ffc6b5f7d94c90dcb4a398__void_unsignedint_{ 0x053F3290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b22988738cfa13a959b03fcc2d099e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D00A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b24f5f1efe81e359e75bae1fa93d4820__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05170A10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b272914854db3a8dbfc702c3cce9d39a__void_unsignedint_{ 0x052BB6B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b2ca2187af8a49c7d4dfe5027896fde7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527F150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b350d6b939692c6932a9a3ba1bed28ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053579D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b369cfdeefc8fe5903bbb3f6e2df9f6e__void_unsignedint_{ 0x051D47A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b36d98644b66a7844e4b6957a97d5628__void_BGSTerrain__ROIQueryconst_{ 0x051C8B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b38fb91fb48204aec9e315fdbc8ff5a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05190F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3b233ac7cd5545d974040640c4c5c0a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3bea8d6028dbdf6956ce8980cd2c528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3c5da6b8cefa2e858ed8ff6e247727e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBFA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3ec93f30fc8e838079f0bad4b4dbae4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A2E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b3f7b13ab5b4b036ffbf78a1231fb8a4__BSVisit__BSVisitControl_NiAVObject_{ 0x05205590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b42306779d6516ceb4ec3a37e9bdfa84__BSVisit__BSVisitControl_NiAVObject_{ 0x0517AE90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b46ebfb705665bfb48bc92950cc5eed0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC5D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b481b4d2d4532db9bb664683b1ed302f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b504871f37bd11f1013e9e632b54ff1b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532D690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b5082bc670096edd45641476d8dfe8cf__BSVisit__BSVisitControl_NiAVObject_{ 0x05374340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b52a143dfcae3d9e920bc8391823a224__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529B450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b56b485b6e70935ba258c741ad7a6917__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051C6230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b608f741e8494d50a6e78f831d764a52__BSVisit__BSVisitControl_NiAVObject_{ 0x051EDCD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b6141b3fe56555239c84361816bdfee7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207D90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b61ae0a26610e9360d8897a6a960e32e__BSContainer__ForEachResult_BSBind__INode_{ 0x05396180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b627daae95f9685aabcb4a37de07143f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052359B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b62d1e846208d261762d87add5a81ac3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED010 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b63ec2e5cb4d36b1a486775f2ac27f36__BSContainer__ForEachResult_TESForm_{ 0x051CCCA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b695924929925959ebbc623b8d5ec651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527A510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b69d84dbbd03c63bafd49781287bdd37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b6bfd2bcafa5f791fba003d989795ae0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DCE10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b6dd0edd18ff96994fbba11353825095__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC9F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b7055cc2d3dbe20de8308db0ea87e0e8__void_unsignedint_{ 0x052A80F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b749b49d0a69ce9884324df9b09c3f92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289E10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b77d15b4aa98e695da6db910d81743f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05272F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b7fb2ac2a80baf6e247362c3b054d454__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C0E30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b87154fd76104e42c60a8ae82de09ff7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052871F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b8ed5aed6762dea0e35abbaabbd2ca0b__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ 0x05184230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b93b919e596c89eefe53de28c23964b2__void_unsignedint_{ 0x051A93E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b94d306ee1929c375525106aece4fb09__void_unsignedint_{ 0x053E1260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b94f69e760d7e21014117fb16fab7c2b__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9730fd06eb5efa570e2b438cab7b285__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CEA80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9995540d5dc79b7f8f8473cca2b5f05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05224600 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9ce322b26209602eb97e57a2429ff94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051C5EC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_b9e20bb638d781be4e0a6db35bebc774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254A00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_baaa3b310f9f0cbc11cbde33380dc51d__void_unsignedint_{ 0x051D6FC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bab6cb13e9fa4d15dc7aaa56f54560e1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED2D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bad12892f61a54cbce8948394511b805__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05178DD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_baf724d37e387b96641b048bab56227c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052A9EE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb2c465edd0e697a5dd2821afb8790a9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052407F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb2f1d52d38987b6695fc942f5aa7608__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC3D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb531fd4bed962ec90ed6ceb99d0a0e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270390 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb6878ecbee895ba1392752dbbf4ccab__void_unsignedint_{ 0x052D4040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb729906c08952191a9d0a755ca78505__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F03B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb86d85e0824a447da10d03523d93cb0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A97C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bb9a285703636fe2f8cb16c896e47dbd__void_{ 0x0517C560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bc37aeaabbfbc41bf62f213931bfd771__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0515F1C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bc580e89db495cf729a7f161d34280db__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ 0x05388310 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bc8b869665f58b656742bbeacac37c2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bca458f0f65b88687b249bac8ed3a894__BSVisit__BSVisitControl_NiAVObject_{ 0x051897B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bcd4677595c356793a99191c177a4998__void_void_unsignedint_{ 0x051D7AB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bcffca6dcbf736125ff8d8d4742893d1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053CA550 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bd35b230f0959478f4adc823e9cbe831__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05294DC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bd947f2798ebff8d69752f08370d58fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05232800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bdeeae5897559d2c289d8d635ebb6665__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0527F200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bdfe21088896a55bbc48901607f11e42__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE360 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_be87acad31598fcefd960498bf768b8e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529B0B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bed7aabe9f45714502cbc4f034815898__BSVisit__BSVisitControl_NiAVObject_{ 0x051B8EF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bee696ad3c0c7810560949819be00f02__void_unsignedint_{ 0x051E3B10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bf1a200205e15f4284378b68d77b8e1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05270020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bf2d036f7e971141d7f79ff8ab97ab0a__BSVisit__BSVisitControl_NiAVObject_{ 0x052A47E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bfd0f82a92c828d3ba2e7ac50935b600__void_unsignedint_{ 0x051A5E80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_bff87d729afb19ef40f23376941be670__void_unsignedint_{ 0x051AD670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c00d257380eaebcca727fffbc27d70ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286D20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1653b47087f1e182af3b6d04516f9af__void_unsignedint_{ 0x051AEB60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1bf5645146442b6cdf9998425be8d55__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522EA10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1c3c472a59c0f7def8e769d0f770c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D4840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c1d5c68d6dc03358278bd37a80bd91aa__void_unsignedint_{ 0x051D7CE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c215dd194a43bea38c8a0aa4a0ed91f5__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x053248D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c236c65f5a70ccbf326510cdd50df39f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275CF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c27c112287fa1ed2a49be08fa445ce36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254CC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c299139d0cee9f433903402dc727283e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CC990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2abd337d6ac602f6c3f7aa605617712__void_unsignedint_{ 0x051A4480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2d6c284150dc482c20f42a9b83db6c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c2f41e4f6b215cbca92193815bd8a6f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BCF80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3201d6cbbcd5cfa89dce2454dd090a3__BSVisit__BSVisitControl_NiAVObject_{ 0x05382AB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c326a3cd0c3a4d3551a91d46c133888e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c358dc9704c4da34071136abf4e20ee3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05357920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c37323460631140be75b64418eb2a212__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354BA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3a42ea107ecce5bc06a0fae9b79e45f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3ac43c9be87eba94eee7cc94ac250a3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F0460 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c3fcf41b71cd3586e7b79d14e23f7c2e__void_unsignedint_{ 0x051A6E20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c41a777c42944c1b7ecf3e46da0c787a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053A0370 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c468dbe2c9dd8034fb60d62936d5fea0__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialUVStream_{ 0x053F74B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c4765992515085388d38c642053f91d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05379AD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c4cb013083f2c6b6c796ce9412a0b3a8__void_unsignedint_{ 0x053B52A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c4f87a8752c009a0658544fe4e7ae35c__BSContainer__ForEachResult_BSResource__ID_{ 0x05187020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c516f962bb171262906bd7050efdec04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c56fd2de76ddaaf48fae071f26fb098c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c5bb175ea3bb32246e6645ba61194603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05266FE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c60e96fe4cdf17a0d6c0e7b0728e31f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CE920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c634a06b2844cf599e1a4a13f8917a82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DA80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c637574722fc8a0dedaf09e451dc2cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05174940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c65be2c9ed800d6896b8514e7a76468e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D9550 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c6981f47a624fd535333b14362967572__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05265D90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c69bfa5893c6e4009ad541d7fbc0d768__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c701617441e0deaba66755f97f0bba94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052675C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c736c7f39dcabf3b3248a89415ef6186__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532E680 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c7733398cc3ed1ee0793f3c7247cf0be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052949A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c84c655ecfc3921b9f43998ebc6304ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05234350 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c867d4a186d187f465e095b2e59b3d4e__void_unsignedint_{ 0x051AECE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c8edf70b5e6b7bea61ff168d96563c0f__bool_BSCore__NumericID_BGSFormChangesconst_{ 0x052AA6C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c90005e0a6d7fbc4e4ce107bff2e8e18__BSVisit__BSVisitControl_NiAVObject_{ 0x052EEE50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c931b0241832fa55d085b4d6c454ed99__BSVisit__BSVisitControl_NiAVObject_{ 0x0516EA00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c934280a15b65e7a235a9910c9308407__void_unsignedint_{ 0x05221DC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c952663db9ea2797aa5b7ce52319ca14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c95a561709e0293d9edc786022d1a545__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c98361e073d941a7fd48a1ab5a394ed5__BSVisit__BSVisitControl_NiAVObject_{ 0x053784C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c98d5d7cc2d8c3f7d2836bde99133c6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052A96E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_c9af9e3327fd505d17ffd5278928cfb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526EE10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ca3c722ea50f360bdaaf6ad20b2367be__BSVisit__BSVisitControl_NiAVObject_{ 0x051988B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ca903a8d0a24e5f7b17989a7cff75209__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFEC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cb57f47f7e19b9f30d9d232c77578f06__BSVisit__BSVisitControl_NiAVObject_{ 0x05379290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cb971f4042b9f66c6e0c29a3f1a0bf71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EEFA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cbc792726ac08a7d8b723a2dd98c3575__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516F2E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cbf99d218630b94e52221f991703b3ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05289EC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cc0a619396e2efd4c958c7d318e74e8c__void_unsignedint_{ 0x053F13A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cc1233af9f81ba7c1313bfde0fc7897b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDB20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cc25773e42b523f2e5ab481494ec641e__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cd42dc975134d76c7fbdcad55dd6b57e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053712D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ce48ddae51c7113e2b5938b955f1747d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC100 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ce51a4e2bf758734a51bd44550726732__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DEA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cea61d926754f2aae9d9da6df852a945__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ceb72621fccf1f0c47eac0512052609f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cecd15b6c1deb94fa16a1522b86e4b20__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05223E40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cee353b559ae497a7d8d8cd3f8651bce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf12b8d76b9bbac9931624c9e9b68945__BSVisit__BSVisitControl_NiAVObject_{ 0x0518B990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf1b1a06e03b80a1207a0359ac04567b__BSVisit__BSVisitControl_NiAVObject_{ 0x052C8870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf1cc9034eb59808b017597e1c031956__void_unsignedint_{ 0x051A6940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cf572fb2f93b37878e82d9e7eeafd130__void_unsignedint_{ 0x051AD8E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfa1aac6e8e1267c3a2f0810884a585b__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfb97f1c8c2a19a5f5e0581c5fbc8bc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053BBDE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfd24b8ef3ff1b958b42c8629b6be67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523A4B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfe32b452064d468f41029898a9c7e56__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC7E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfe6ca8e8c54607961e257ec7e6a6c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE4C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cfe9489c674f24fb5498227011e183b4__BSContainer__ForEachResult_BSFixedStringconst_{ 0x05163760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_cffbf5ce093496b3c05f3c2649eeb5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF860 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d019023707cbb7282c99c52d42269a6b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d06ae9e293caca061342a46c53d30280__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05294A50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0777353f5ac5ebb1d655e50df4b696b__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05161DE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0a9604b9436848f931c2deb07e10d96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051BB9B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0ccbc241f623953de3d57bba7934e21__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052817C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0cd4750b43e2776bc039f87739d12de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05228790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0df86b801b3ebe7bf16a7ca66b5ce0a__BSVisit__BSVisitControl_NiAVObject_{ 0x0535E4C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0e7473153af02b088eebafa02666448__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ 0x05184F50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d0fc4aa41e8ef1eaabdf1b6c9e6c0c90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05286DD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d12b7d97b0e6dc6028d2ad77ab0a0757__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053721E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d150ffa9d07740822763af89956807f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d17869a13ea19fde9fc0b258a855e424__BSVisit__BSVisitControl_NiAVObject_{ 0x05378DD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d18a67280dc3bb9e9b1358658a193615__void_unsignedint_{ 0x053F3310 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d1b874a230fe5ba0e3b38db99aa8ce31__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05355170 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d2862e76625374046961e4d6983a4ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D2110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d2c7326c08678100f1870fb31f656e9e__BSContainer__ForEachResult_TESForm_{ 0x05209910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d2f0c0f297a4bcfe03d551ce1e84c650__void_void_unsignedint_{ 0x051EE160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d32237ad9353ab8c27c2ac4a1fc645e9__BSVisit__BSVisitControl_NiAVObject_{ 0x05164D20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d3490d89a0497ce167df06e972a41194__BSVisit__BSVisitControl_NiAVObject_{ 0x051FD550 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d370966ac4337745dbeb2ed414c9e856__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052BC9F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d3be1762aee92a179c8ab96c3d90d489__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05299740 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d3d0c69727aef68398b888b08eb962aa__BSVisit__BSVisitControl_NiAVObject_{ 0x052297B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d406e93589c1f7e3dfc6f955f89d5706__BSContainer__ForEachResult_bool_{ 0x0518B170 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d408d467e8d2cb9d1e42d2f82d895efe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05373230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d428d24a7da9db8f2cebf115952713f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d48b518e1e677abff3deb64fd095e4cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d4aab0c9199b19db14425ccb20979035__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05225250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d53d4c6760b7c343e32e341fe6e17cac__BSVisit__BSVisitControl_NiAVObject_{ 0x05384220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d5677c8707b5b8c1bc70521d01907731__BSVisit__BSVisitControl_NiAVObject_{ 0x053824E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d568608f95f44940b09f86d8ae1622aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526D920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d614ffc3d709b535ff961de011683715__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05262100 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d621dee853611b5dc3f9237278482937__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281660 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d64ca0b4e15bfd2dc902c612f27427fe__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052D29C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d687a2b1703fc14fe0713df46bbcf0aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528A440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d6b905da94d360b76211a186da16b41e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522C8C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d6d03199b1c756dea597090c9d8d2f98__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05165B60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d70188ac3c1674838445b83824d9d556__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD7B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d71e02b7cc8e19874af60691e822ffd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFE90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d7bcf312606e3c2a894efd64a47d08f4__BSVisit__BSVisitControl_NiAVObject_{ 0x0516AAD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d7d67f4b51373bd02e594e10854cf8d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275A30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d7ea6aa7c996aa2cd97fcfa483603e3b__void_unsignedint_{ 0x053F12A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8453e03597f5cfde3e4afa761e3fa95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539EB80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8772f22bb133b0174720337400d0043__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0515A8F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d8b83b6d33044de96a32e8ea50ec106b__BSContainer__ForEachResult_TESForm_{ 0x05209A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d90c540395145a4bfb228d1b937ac3cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFF70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d93dec3447aaba8744169282fb234e60__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x051C40B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9481c18d2dcc031d90b533ff4b54789__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051EA0F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9538a990fe95cbd324874b64ac67512__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DFB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d972038224408221772da67c508a9e97__BSVisit__BSVisitControl_NiAVObject_{ 0x0518BA30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9923694bf3f5db48cd16c90ca55c67d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A6E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_d9f31df3ae7e0cc4648731823e7638d3__BSVisit__BSVisitControl_NiAVObject_{ 0x051C2800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_da5943b51dfda004fe608221ed6dc108__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EEE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_da682c867557fb7024089e784dbc8067__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x05251720 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_daa10084be20bba889431f93effad2ef__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_daac735d773ec7fdd4a7886d15c5be61__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x051870C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dac8b9eeec3755a10cc93b18e5f1b08f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051736E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_db18063c2ae3c8896f3f555c331e17d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532E9D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_db1d231457834b772f6014c0e6f3a9f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275C40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_db5a98c0a529cbfe448d5997539dbace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D02B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbaaf1f85153ae17439758babcc1d374__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbba4eb9d1ae78b3f3fcaf07f2ad7171__BSVisit__BSVisitControl_NiAVObject_{ 0x051989F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbcb105d3a5ae0939712e3065b66f8ee__BSVisit__BSVisitControl_NiAVObject_{ 0x051CD8C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbeac5b1ff0024378b2629cb707a3690__BSContainer__ForEachResult_TESForm_{ 0x051CCC00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbf517e9e15d405001673e53c57886ea__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0517ED20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dbfbae1a4cff8004c7a9845a62e0916f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc04c3b631b1415789168d3e6d3e6cbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254950 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc1b786a61206b361517742f27bf7651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AF400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc28d0407eb4228edee44fe78e1f26c1__BSContainer__ForEachResult_BSFixedStringconst_{ 0x05388ED0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc40be9040c3677be56b7b59ab5e4a1c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282FD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc63f5991636d23b879d284a6fd405d5__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052302B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dc71dbdd4c03a6b767f6a71e5a7b945c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0520A080 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dcdd356e4c6e2f9e84ace1b6ddb617a1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282E70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dcf972faed0eabdaf595594bf2f3e363__BSVisit__BSVisitControl_NiAVObject_{ 0x05388510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd118bf98d423a6a412c9a8e0cdbb9e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053A0240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd180769f792f3ddf4b8f91d26f2f9c7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBC30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd1db57b29e7711c36591db7dab974f3__void_unsignedint_{ 0x051AD5F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd202153ce22c7b10f217d9ef0ea9020__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526E000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd5a7dc888b22c274530fea7ccd824f5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529DBC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd65b5a5c650ccaa51b131954e59b425__BSVisit__BSVisitControl_NiAVObject_{ 0x051EDF30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dd75733dfa9d4117279b184db00ebbea__BSVisit__BSVisitControl_NiAVObject_{ 0x051570A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ddb1ee8f83cd2ccd4284a5a0b86063f3__void_unsignedint_{ 0x051AED60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ddc4eeafc13f82b0c0d4e185042bd8bd__BSVisit__BSVisitControl_NiAVObject_{ 0x05157DC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de01a6f1ca82904071733786bdf423da__BSVisit__BSVisitControl_NiAVObject_{ 0x053A1480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de2b095b55e13d0964de27551a7e14cb__void_unsignedint_{ 0x051A5A60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de35bd75fb9e2cc7e7df5c032c979833__BSVisit__BSVisitControl_NiAVObject_{ 0x05377A50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_de69eb73a62a3cbf89c656cb6846a7a5__bool_{ 0x05226150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dea17bdb84ecc379e9d91daa97235c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052085B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_deb8a53179e78b463eec9209e37703ac__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x05198DE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dec5cf2b59cb3fd9cf969e687203dee8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD0D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dee5470801d2504f72568f06f88c5793__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_df710a06b595182104421fd28864f9c5__void_unsignedint_{ 0x051A8330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_df8443c7b250f91d12016d265c227283__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0360 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dfc5c4176d0cb7a0803d255939048e3d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05188340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dfddcf08ac714efa194f7e853b9a7187__BSVisit__BSVisitControl_NiAVObject_{ 0x051CFEA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_dfef71e867d126f094ab9b703e7d6e78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532DDF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e03b159ffd6cd09111d59ff92b7fd2b5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EDD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e078958cff25766aee8b534d492fa01a__void_unsignedint_{ 0x051D6320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e08da8c027748d42614a9408b52bc849__BSVisit__BSVisitControl_NiAVObject_{ 0x051C4590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e0a3e975fb31fb69a538a0cf22c69db4__BSVisit__BSVisitControl_NiAVObject_{ 0x052CDE50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e0f9386d60d3958d6f84b1b836541348__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526A430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e17b84bdaeb420632e9e3ed10322e0d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E4EC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e17ce5b60f23569cf577823e1ded456d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB3F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e17fa37ef845f827ac50892900b209ea__void_unsignedint_{ 0x051A41B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1847211008ba1d13521b7bffd12a932__BSVisit__BSVisitControl_NiAVObject_{ 0x051E2CC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1848d2a3852664e4964a1f2e36edb43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CFF40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e197c627ee7e10139a7dea7441943ffa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05272EE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1bac69f7321aac8ea396b0d56dd708a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05371FC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1e66dad424b5dd8be39d6cfd22df0cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052810E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1f333a910088d6a3b17112252f9fc2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEC50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1f3800b3e0980ad0f288cb1784cdc1d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE570 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1f81ee7888ada09253706d12a01f5ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D1670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e1ffea3b3f5c3eb981441dd5c5fc7c00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBA20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e262d206b64f189f4de607154638d419__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ 0x05184300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2712f4aede554797ece76c160e84ab6__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x052AADD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2bd267e26a9cae683517b386072e968__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CC000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2d14bd178477b3bcb8a5a7182a38049__void_unsignedint_{ 0x0517D7A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2f9a7cf002564a4120d7abca8c416bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D9A20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e2fae82386f3fb6c3370376e390870f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E07B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e3228dab4baf1a01e38226e6c1622cdb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05208050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e37a476095534bdc2583f2a764e01b3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052872A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e3845c66b1b1c6e9d6f6570976b9450b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e41d780eb9f09560f25ec3d1ddae5019__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D0410 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e46ca80a32249888f4109a0d01abb99e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235850 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e50e75e3150040b257830854db7cb1cc__BSVisit__BSVisitControl_NiAVObject_{ 0x05378790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e532c641e1c3e01dd214b082b29f83da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e53a7d6ea315c41ffc866d3414eef982__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EC1C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e53eeb4b308c3578d4bc5103cbb68250__BSVisit__BSVisitControl_NiAVObject_{ 0x0517B090 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e5b911fbe77164781d025f5acf060fff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DA8F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e630e08aa0e66b54f1cbe8e043cc2aa7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05251D00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e6a2fb046afb30761b484b27c1244838__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052EF340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e6dd943447e913a61672dd97bf7606b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E0230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e70e889df75efebd29113194c89e1232__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053C24D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e73223a333704d337bce2a55d1b69944__BSContainer__ForEachResult_TESForm_{ 0x051CCD40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e73807069c62ec4123cab289648f532c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532DD40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e74063b9bf6efd158e913722d39d5e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05275DA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e745c943553711793db3beeff894085b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED0C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e787fb22a2dc58f99796809d181e4eb0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053ED7F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e7beed8ebd2d4bba27a7007a2e4be18c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235BC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e7c64c1465cd2ccc8d9e868d6ee552f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e7da15dd8d6ed1aa6b9f97b71fff613a__void_unsignedint_{ 0x051A8A50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e81e6eca7468d2382eb30d02295b2145__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052C95E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e82e9eccbda53d4ba86abc7ad9715a5d__void_void_unsignedint_{ 0x052A3FC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e834bae83dc3dc89ae288f7ce43f7470__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CB950 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e849e1f690a1bdca2c8ef8593a989c1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDBD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e89329389074a5987e1b5d884e17b622__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C0B60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e8fc361776e93d831b5efd81ac625079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053552D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e955fccaf5cf0c09f03ffafad78eaed4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05224160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e961d87e9f5ba802811394976ae2b2fd__BSVisit__BSVisitControl_NiAVObject_{ 0x052ED1D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e96f0e2621f4d92d0b224583042d2519__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E02E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e97995c62ff18dcca5f2e94f059fd147__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529EF90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e9a7d927595c1430aeabb8cc531ae2d3__void_unsignedint_{ 0x051A85C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_e9fded41f98a3fd82c279d0b430311b6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053517C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ea6b4d92766dc6fb3f3dae3829e7b118__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518D500 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eafda3e61156e6f751d7130e929b347a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526BC90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb053779a3f67a9188ef941ef8781352__BSContainer__ForEachResult_TESForm_{ 0x05340BF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb244c6f272090135da0879da73c85d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235B10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb4aec7043f0185fa5bfab0b60c95291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ 0x052AA480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb4b25ce4d6793f4a4c2e52391414229__BSVisit__BSVisitControl_NiAVObject_{ 0x0517AC10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb4b44ee064532355172e5e0d8839487__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05291B80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb563f87c48350b79c34cef29f1d82ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05371B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb6587ada0a83c922dd82aafe1059724__BSVisit__BSVisitControl_NiAVObject_{ 0x051CDF80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eb6c1e5cbe349322129ec6255b67cb45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05409980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebafe6d1d97defad734496793dd84507__void_unsignedint_{ 0x051AA5A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebd41f2d7fc62082c024679cf3d7d92f__BSVisit__BSVisitControl_NiAVObject_{ 0x053AE0C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebee9233e7e12909087efac8ceb71d4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05159840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebf1416eda600511e6106bebb9c05ef8__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator_const_bool_{ 0x051871D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebf9594cac65bb91178806baf2c1a630__void_unsignedint_{ 0x053E5D80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ebfc4dcf97b84c7c555a65ef99848626__BSVisit__BSVisitControl_NiAVObject_{ 0x05378110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ec1e3acefd17f67b02a6de12c7ce49b7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B1D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ec71642d1caa0b598f918cd9070e88a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0515FDB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ec9cdafedc0242515f479de5e9e6f812__BSVisit__BSVisitControl_NiAVObject_{ 0x051EBC50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ece36b04eb836be3eced22852d702528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05325560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ecefb2fbbd23bd6f990d7dfd49f2f482__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526DD40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ed1dd649d173281f32b82d0b85558a71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051A2C90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eddef7c077a499e751db2d05d9d2b466__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05273300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_edebc3e3d2bca7ebec6cd15a5f73ca5f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0516FFC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_edeea9d7a77f40f567b6f8bf22b18ea6__BSVisit__BSVisitControl_NiAVObject_{ 0x051ECA10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ee0b27500362ca4f93ddf4bd687dcc5e__BSVisit__BSVisitControl_NiAVObject_{ 0x052D0E50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eea76db2088031cc58c30c426955ea02__void_unsignedint_{ 0x051AB0A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eedeaaa8bd5ee12e928881ad1ff60bc8__BSVisit__BSVisitControl_NiAVObject_{ 0x051D8B20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eee23a50b5d686a7740948b7f62892ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EFF90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_eef3d8099a01755e64a6ca167f54d023__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ef0b9cec5e364b5572128f1f99294abe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052813A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ef46a1e14401aeec953aa6c7f7c1330c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052997F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ef72b3a358955c7a5f2295665baeaec4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efa1e584f9c9911058a544b1b3c02a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0523F950 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efb0a1b4f3c6ac0695342994ccedbc95__BSContainer__ForEachResult_BSSequence__Sequence_{ 0x05161F40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efb2b57629b31a1511ab3fb044e28137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052778D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_efce515e4b26a8fc0153023a78efe71f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f000bf935b9be6815036db84a1007f38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05287350 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f0145c0df598d772d02ef9433e3f16ff__BSVisit__BSVisitControl_NiAVObject_{ 0x05378BF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f066f8f0fd0b9c37ab23f28aefd90ed2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DDFF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f082d43bbed1a19ba2752bad18f30d23__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518EAA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f082fc9e91d28da09134a8584e1cfb10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f0a8fb909fbf02d7a808818b9ec99d11__BSVisit__BSVisitControl_NiAVObject_{ 0x051D01E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f0c986755d786d6b3225f048976579b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ 0x0518D7D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f14ee227cf359e1665ae1dceb8264b2a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0522AFD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f177e8ad6ded3a0f10981020de4e1222__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051FD8C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f1a45e8fa4710e537e022d43d9af6aaa__void_unsignedint_{ 0x051A4F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f1fdd6be5e80a14aca4d218f981e3fae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532B3E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f21a18e3f2d0ec2ff25be22f821c2ce4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05207C30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f23f79926cda72ee8c4d6a2dec0f90d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0528D4C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2895d568482ffabb84c52e8ff56ed94__BSVisit__BSVisitControl_NiAVObject_{ 0x051FDA10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2a384b34385432fc190219ee5823a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05295920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2aac1d39db68a7e5d66fdf3e8181bd6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05254ED0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f2ba41f850b5b172f8dd15421171b01d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DB340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f314cc28782d1381e29fda2817267f58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05223EF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f36823b3c873f65590d6936d8a1d5847__BSContainer__ForEachResult_TESForm_{ 0x051EB2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f383575cf8c2cfd4fe9a213afc7432cd__BSVisit__BSVisitControl_NiAVObject_{ 0x05377EC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f38bdecd90abd875db2874f5fc195b3a__BSVisit__BSVisitControl_NiAVObject_{ 0x051D90A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f3c8664890a7d42e33132789caa68393__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ 0x053C0C50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f3faf32fafe49f618ef095317cd470be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05354800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4188be41733fef1e4e4e697bc5d1b4d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0532A790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f43cf8d781ec5fce8b18c777af9adc00__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F1770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f445182b6c32d2289878bc29b9f877d5__BSVisit__BSVisitControl_NiAVObject_{ 0x051CF800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f49eb1bdd91c4609eaff970ded63dc62__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051CA060 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4a68c95ec0f2639da893c3a33e3dcc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0518DCC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4ac2e7c54af7dd6f119edb97780d4ac__void_void_{ 0x053BD130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4bd3b39ad39cd6fcd916b686e3c7640__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0515A840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f4efcb42191e9ce261cffb71c430332b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05235C70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f51d13b150fccf5a8e2b91cfbd3589fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DBAD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f53a221bcfa31875af2beb1f6d803785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517DCF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f53eeaddaef4cddc192af4068a2956ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0524E6A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f55116a70b67043e4b89f6bd5fc6e783__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0517EA40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f556b9bb40d635ac368e4e098f941e64__void_unsignedint_{ 0x051ADB60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f5747e7944d5b9117a6c31d603b9a377__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05360F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f5ffa4e6c0d5314d772a49ed581ab795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526ED60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f61f49e7e94e57fe2b260bfc338beb6f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052326F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f628811dbf3293e9532cc7bdeff8cdf4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053FB660 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f637987e6f5e09c46e87e071a47136d2__BSVisit__BSVisitControl_NiAVObject_{ 0x05381B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f6619f7b05ec65d4214ad869295e1e2d__void_unsignedint_{ 0x051A69C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f6d420ede042bae4bd4555a788b4bbb6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DE150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f6fe42eb7a10983753aec0bd1b2c5273__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05232640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f79daa3e16f19f5d57045976dd33127f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053EC110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f7d11a6ac319b88cdd8dcd68ca2e3e08__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529D980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f7e1b67cce75bd80a0a7cb4a5c21073b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F01A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f83d96cd4d894c3cbcda185dcc42de87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052548A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f8ef016b66da04e4e8aa007a13b14841__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ 0x05168490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f91e17cbe1fc159e7e0135a160f33fe0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E05A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9429e6ae076284ec68d8be8492a1fe2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05255190 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f951e2ce5e416166981d74b047cd7b58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529C9B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f95aabb285d6a516717d96f1b9c441e3__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ 0x053C22F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f98b2f90dba8f6f378d03d26cf607a81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051E8240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f995442584f66d9ef2aa9102ad638ef5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DD860 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9aba1b4881e90b659687daf96ced3ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529F300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9ae2559c91245e30f01c4ec203881fc__bool_{ 0x051D5C60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9ea8694b9e961945bd3ae08e3f65bf2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051D83C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_f9f334b47ca1e81f013b76e3d57523cd__BSVisit__BSVisitControl_NiAVObject_{ 0x051EC790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fa2837ea0af0f9527c80236f5dfc6c6c__void_unsignedint_{ 0x051A6770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_facbdce15c753db1132527168bbbac1f__BSVisit__BSVisitControl_NiAVObject_{ 0x05378320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb0030486a54db3f9cee31e9a97dc48f__BSVisit__BSVisitControl_NiAVObject_{ 0x05388470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb3fc9b78ca66f250747e0f7be2d4c92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05293350 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb62da152adb52f689e90b3422145bbf__BSContainer__ForEachResult_Actor_AssignmentInfo_{ 0x052519F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb87e62b8a8101ce5d16747f46fd94d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052D23A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb98d9fcd25e7526033be6407df3ba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05265C30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fb9a9973b259ef1dc0919cc91da2a7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0539ED90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fbd61e5f74721ee521d4c8e8d557d51e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05279830 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc3755ec56d7d7277767899c3af4d207__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05281A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc40d5465be1c94a885f7cc77f282a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF7E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc4c500b2accd9f862d55c0a769d275f__BSContainer__ForEachResult_TESForm_{ 0x052064F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc92d59f8e4524a57f93d19fd4eaa90b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282210 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fc9b35ba26e59b5743e84640843f929a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DF680 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fcb016d5db32379abb0ff4c47cd490ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DEBA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fcc2590047e81a4be5cdb245dd3ea5b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0526E160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fceef4ca92d2dfb2badaddbde60d1c0f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x0529CA60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fd2af0914afeec8bfc2431c68ad8f6a3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052CF7B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fd96e87004c413f58ca93d81d48f3963__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052673B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fda480c373538eedbafe92113aeeffa3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05282DC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fdaf02e67f4ccc1e9ec1a3cbd1810ac4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ 0x053F2F30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fdcec6b46801251aaec5b0076dca57a5__void_unsignedint_{ 0x0535D400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe0e00a79fe354d50f3c05358a033ac5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05273FF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe196431ffa969ba5779cc621d047c63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x053B6C10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_fe9209c9a51ecaf6f06ea45582b82647__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05267F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff08aa9b9eb53252499629e5c2319d77__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x051DC3C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff28a9d7dca12579d147b77ac40f10fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x052AEE90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff752b02393eb63cfce64ff534943882__BSVisit__BSVisitControl_NiAVObject_{ 0x05155860 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl__lambda_ff8cbd0b8c14faeb6419efcd27dad154__BSEventNotifyControl_BSTEventDetail__SinkBase_{ 0x05208660 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_bool___void__bool_{ 0x053DDD50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D7200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_TESForm_{ 0x05181850 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSRenderUtil__DoSetAlphaTestRef__BSVisit__BSVisitControl_NiAVObject_{ 0x05382070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindNPCInFactionFunctor__BSContainer__ForEachResult_TESForm_{ 0x052CB440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUniqueNPCActorInFactionFunctor__BSContainer__ForEachResult_TESForm_{ 0x052CBD70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUnloadedDataForSpecialRefVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051E9ED0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_0fe71ac6dc835626bb37a560cdaf4174__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D2E70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D2F50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_85f87b56d987718043ce0debd8a8af8f__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D2D90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_91b73da0891a178e4288a448cd5ad905__const__BSContainer__ForEachResult_TESObjectCELL_{ 0x051D2CB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_HavokSystem____ApplyEditorDataFunctor__BSContainer__ForEachResult_TESForm_{ 0x051EBD70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavGenUtil__OverlappingRefFinderFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05191710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavmeshEdgeBuilderFunctor__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_RefTypeFlagCheckCounter__BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D21C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D680 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517DF40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535AB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535B1B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05206EA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_0fe71ac6dc835626bb37a560cdaf4174_____BSContainer__ForEachResult_TESForm_{ 0x051D34C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_____BSContainer__ForEachResult_TESForm_{ 0x051D3860 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_85f87b56d987718043ce0debd8a8af8f_____BSContainer__ForEachResult_TESForm_{ 0x051D35C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_91b73da0891a178e4288a448cd5ad905_____BSContainer__ForEachResult_TESForm_{ 0x051D36C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor__lambda_8051714f4702e96038e62cd736fa3590____BSContainer__ForEachResult_TESForm_{ 0x052AAA50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSScrapArray___BSContainer__ForEachResult_TESForm_{ 0x051E3A40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSTArray___BSContainer__ForEachResult_TESForm_{ 0x051E4240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddSpellFunctor__BSContainer__ForEachResult_TESForm_{ 0x051E7950 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddToGlobalsMapFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AAF70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___BuildTeleportDoorsA__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ChangeProcessLevelFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D3330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFunc__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051EABD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFuncconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E9C30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckUnloadedRefsFunctor__BSContainer__ForEachResult_TESForm_{ 0x051EA8B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CollectGoodLoadingScreensFunctor__BSContainer__ForEachResult_TESForm_{ 0x0532A320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CurrentPlaneCollector__BSVisit__BSVisitControl_NiAVObject_{ 0x051D94A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___DoAddSkinnedDecal__BSVisit__BSVisitControl_NiAVObject_{ 0x051894F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___EditorMarkerRemover__BSVisit__BSVisitControl_NiAVObject_{ 0x0518D430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSScrapArrayAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE1B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSTArrayHeapAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtrIntoScrapMap__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE3B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSScrapArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy_____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE080 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTArrayHeapAllocator____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE9B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTObjectArena_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTObjectArenaScrapAlloc_32____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FDF30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindImpactEffectFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AEFE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindStartingWorld__BSContainer__ForEachResult_TESForm_{ 0x052BC610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindUnloadedSpecialRefsForRefTypeVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051EA7E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___Flagger__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0518BB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ForEachWorldSpaceFunctor___CheckRefAgainstConditionsFunc___BSContainer__ForEachResult_TESForm_{ 0x051EA4C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___GatherQueuedRefFunctorconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517D260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ImageSpaceModifierFinder__BSContainer__ForEachResult_TESForm_{ 0x051D3C50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___LocationUnloadedUniqueActorFunctor__BSContainer__ForEachResult_TESForm_{ 0x051EA970 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ModifyMapMarkerFunctor__BSContainer__ForEachResult_TESForm_{ 0x051E6040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___PreloadQuestBiomeFunctor__BSContainer__ForEachResult_TESForm_{ 0x05204610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ProcessActorsAnimationPoseFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D3400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RemoveControllersFunctor__BSVisit__BSVisitControl_NiAVObject_{ 0x053611C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ResolveLinkedRefHelper__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D79E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RevertGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AAEC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RunQuestsFunctor__BSContainer__ForEachResult_TESForm_{ 0x05204560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___SaveGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ 0x052AAD20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ShowGlobalHelp__BSContainer__ForEachResult_TESForm_{ 0x051E77E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___StartUpStartUpQuestsFunctor__BSContainer__ForEachResult_TESForm_{ 0x052046D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___TestRefs__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D72F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_004a5d240abf52215c87bfc371630eba___BSVisit__BSVisitControl_NiAVObject_{ 0x051CFB10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0065581f52233589018fb664703cc0a7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053530B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00825d6d60096ad821679cc4f7957ea8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518BE40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00d4e41b52aa1619aa2363e1f87241e9___BSVisit__BSVisitControl_NiAVObject_{ 0x052A4880 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_02d6e3aa0d76470ad93d0e4400306caa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0522A1A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_03e4b2a88a180681b7284e1c4d6b87fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_048f6cc78546ef3889bd5606fdac4b0c___BSContainer__ForEachResult_TESForm_{ 0x05181790 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_050254b6274e854fec0225105b82b130___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053566C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_051639537d5964879e9f3431fc31c532___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05333A30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0579f3d6e5caabaf159b47ac946dbed3___BSVisit__BSVisitControl_NiAVObject_{ 0x051880A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_05829c2cae1a3c6e461c050f81312bb0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C2B60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_059889e6e5f87a4bd6c0f23f883756b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519EA10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_065bccd0ff6f60bf3bbff25ee92a3002___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C2D10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b6e6f0fcb50884c083b9720a09b929___BSContainer__ForEachResult_TESForm_{ 0x0527A7D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b88b804e8ed05e977a516fcc957808___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06cc8d72d8809f42ff272a8a50408dc0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D0E70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_07a48ebcbfad0a834789c69efe6a3161___BSContainer__ForEachResult_TESObjectCELL_{ 0x051E3980 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_07e31b9d16ad7174c2a9b4c5895f905b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051917E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_095cf96b1d3410ab57cb528eaab0262e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052091C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0a68afc3d87b7a1a2cc973ee1cd9b5d5___BSVisit__BSVisitControl_NiNode_{ 0x051E90D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c2624229246cc101033e94c50553282___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c33151369f195fb88885c8aea7d6a3c___BSVisit__BSVisitControl_NiAVObject_{ 0x052CED30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c3cb381f2c7084057740609647c7106___BSVisit__BSVisitControl_NiAVObject_{ 0x051E2D60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0d7a77994f37811614a1dbf1becf4393___BSContainer__ForEachResult_TESForm_{ 0x0516E610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0eab76ceff1d8e77b7959ffa21301a5d_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05193400 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ed8f536a728912e99b2fad4109f1750___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519E940 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ef6a7293605ef7693d5c94d7bc90e20___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051952C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0fe71ac6dc835626bb37a560cdaf4174_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D3250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1039ed81d8e2c55d4147eb36d93f190b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1042ac0db73cb514363d90ffae9952ec___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E76D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_109fc4ddcd7486183ab97897657cb821___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CEF50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a2e798dd59bd151b504b1d4a30e3ed___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051759C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a6e891b6247789a08c68657f5efc28___BSVisit__BSVisitControl_NiAVObject_{ 0x05352D70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10aed968af223d327644d6045b47deba___BSVisit__BSVisitControl_NiAVObject_{ 0x051875E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_14e3f4db52ed4f13df9dae832a722eee___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05207110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_177c9eb47c4fe1d16efb37375872636f___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194FD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18220d2824a70b3ca1a8a8f81ea79c33___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D5BA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18975d6c0abe12c3a59ed24f127b55d2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D58E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_195c69dba33d8d83d31a03bde8e00893___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_19b4e3376ba428b93d8820cef21f9a00___BSContainer__ForEachResult_TESForm_{ 0x0519E690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1a407a588761cb68854cb098c0af6b07___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05229B80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1af2ff2ae933da628d97dc5fa91dddb9___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052544D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1b9c272b48574d322ec9810a479ce257_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E7540 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1beee9fac784c5fb079a94bfd3094454___BSVisit__BSVisitControl_NiAVObject_{ 0x0518CE70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1c2d55799dc1240ca4213c156dcdc328___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191B60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d5fbb246c79c3493c66411de8bb7afa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05198740 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d6a9e0c18cfa974a6c0d456e34b33e5___BSContainer__ForEachResult_TESForm_{ 0x05155290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e08993dc114c000fc6d9efdbea85af7___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051950D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e20a250a41c4c15305f707ec02ad4f3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052BC840 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e9d3b10a0dcdb173bf178f274574d00___BSVisit__BSVisitControl_NiAVObject_{ 0x05407090 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8530e1573ea0dc0642e8bf51b2d69___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194720 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8dc6a07ce41f19027299ee7fe0219___BSVisit__BSVisitControl_NiNode_{ 0x052ED110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1f091515fb803d68ac8df4a21e725376___BSVisit__BSVisitControl_NiAVObject_{ 0x051D48A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1fe70175fb357c76ec2bcd67cd32cad5___BSContainer__ForEachResult_TESForm_{ 0x05340C90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_20b949e92a4b98b7d3e38132a6043895___BSVisit__BSVisitControl_NiAVObject_{ 0x0518B320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2233939dd915b0889d8cb16cfdd3c197___void_NiPointer_TESObjectREFR_const_NiPointer_NiAVObject_const_{ 0x05191640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_24cc503bea9641bad12352454c3082fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A7F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_251837c06362568e94ba94a91acc56f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D3E40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_259b3eda01914223f5a35626f8fb2287___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051CE0B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_266bfdf19cac5bc677ba89ed1a04eac0___BSVisit__BSVisitControl_NiNode_{ 0x05377F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_272aca7647edb54ca31cb276727c930a___BSVisit__BSVisitControl_NiNode_{ 0x051CE1A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_27d81e68198f55c4ab60d830b57b09a1___BSContainer__ForEachResult_TESForm_{ 0x051A2BD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2880106eab59eb1e3f969bcbcea1a6c8___BSContainer__ForEachResult_TESForm_{ 0x051815A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_28b467cd9ca5a877b3a4dff208daeaf8___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051951C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_28d1330dc70c74bed2c3c324e969f574___BSContainer__ForEachResult_TESForm_{ 0x051A0200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_29ae5f57e8f396864a7c9263002058bd___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2a0bb39943e9dc7e51fc1abfcfc207fb___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194BF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2a37a0886c26d32d363af6bd6d5b49d0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194060 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ab90823121b16eaf167d77ace3de1d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053511E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ae0a486bc834ca2bca5d200a00b3b25___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ 0x05352E30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c936256ae75f6cf48a27279881ecaa6___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c94d994097e35b69c25f0c20419a5a7___BSContainer__ForEachResult_TESForm_{ 0x0516E3E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2da186f7404b8186e0c711c25dff47bc___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x05350D70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2e6374427b52ecb59b2c04bf62918497___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ea310989b4040735d8c5fdb3a0bd01e___BSContainer__ForEachResult_TESForm_{ 0x05195AE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ef0b6908382251680815e0e09448c3d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D2AD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2f220422eddc53892d4fb73385f965b2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518BD70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2fbff4ffdc136af2e48725cf45b03058___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05209470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30582d4f5bbcc123614d54cf463b304a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515E390 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30dabc8065ebd8583e3e2b97e45a260c_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05324AC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3124a6dc02f073a1564ddf29cc94d660___BSContainer__ForEachResult_TESForm_{ 0x05240F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_31b46735722cea14a80407aff7fd83e2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05195E70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3243bc3168fc784f810dfb7dc90553be___BSContainer__ForEachResult_TESForm_{ 0x0519E3E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_341085001f7709072c3ed1611e4782a4_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B6FA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3438e3e92e51f56c43bc327a6402784b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C6160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357e50b42e48b84a14a502a510eda199___BSVisit__BSVisitControl_NiAVObject_{ 0x05378590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357f905666cb1bc670dd13a8f366a26a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_35810e2ad71ea3d47bea1495d8286846___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194A00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3623dc1c7c3465d673ada71bed15abe2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A9560 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_37ae3936a0a9750f9498880bf16cb599___BSContainer__ForEachResult_TESForm_{ 0x051E9310 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_388651b312f7664599271d4126064a0a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052C7030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_38ef174b0679ec4e97ef32884cabb6c5___BSContainer__ForEachResult_TESForm_{ 0x051CCF20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3a6fb88b16383934773766689c941096___BSContainer__ForEachResult_TESForm_{ 0x051CCA70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3be102a5e0885ae52524299bfaff89e3___void_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D2630 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3c0863be1c10d6f062817f22c10d6016___BSContainer__ForEachResult_TESForm_{ 0x05195A20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cbd79dc4b0dd3aa982473227d45f34d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CEE50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cc328e2577c62d18aca005baf68fce2___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051EAD70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d0c1a1c70ba576b2835b9f2d626c2b5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CECB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d8606d65aefa5cbf6be29f7f95c7220___void_{ 0x05388810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3f1c81379c16bcbe8de7aae163df285d___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193E70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe15f9a9bba39b09b2e0e6a286ee7e7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05267750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe8855c582ad4818db8127d5f101b4c___BSContainer__ForEachResult_TESForm_{ 0x051E5040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4010723a9bc4c9c27d84d786ec433385___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051EACA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_40ae8347720c340c54d7f1c2531e5383___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194DE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_413a87992e00fc77e829e28e3b819331___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5A00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_416a7805e3235ebb5c6d5fa6f4666ff9___void_unsignedint_{ 0x053F7420 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_41a9be6db2a2444752c5fc5ca1627725___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051953B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4249b9b19bc5b1622a98ed785ccfea1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_428154df43af3fa3799842eb26140e9f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C970 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_436c86407fe89527ecac8fd139932adf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05353250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_43b01ea5abdba8dcfaac947ea5a25cc4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_453701555d3fcfd278924c077afddc77___void_unsignedint_{ 0x053EED20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4539782318d56d3ffffef09202e97003___BSContainer__ForEachResult_TESForm_{ 0x052A2650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45a1c977c64277c1110522abf2d13a3e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45e39053f42d9b720256f81b7f435107___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E38B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_461af4b7b59baad5e744052d9f8d6d2c___BSVisit__BSVisitControl_NiNode_{ 0x05187820 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48674e883923988bb8a666d1212739cd___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x052BF0F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_487ccbace58a161a58d970cc2d6ec09d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05170070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48bc312f21e42773fec455daaa3523c7___BSContainer__ForEachResult_TESForm_{ 0x052258E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48db963df0a2f599c0840cba4a197dbf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350220 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49e2762e803368cb1398754ad0ee8de5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05195F40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49f111aaa64df1228dcc3e6b9338bd59___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515E570 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4b2986aa95001deb516f83a402a5a332___BSVisit__BSVisitControl_NiNode_{ 0x051E9190 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c27e0b3473a7949991869bc187645fe___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BAF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c41506d6f2306dbb49d5f9d47fedb93_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ 0x051A0440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c5ca0f428744bc3f1cd9e17db73c31a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051EAB00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4ce1996643e600e3df645ffff0fc37ad_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ 0x0519E860 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4d29a31cb11ab152d56d7be7573f5be1___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E7600 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e2e4204b7d57f0b49642e645e18c9b4___BSContainer__ForEachResult_TESForm_{ 0x0524A040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e9dc55bc6f5bd6707d11029fcf98270___BSContainer__ForEachResult_TESForm_{ 0x051EDE10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4f9ee906ca1cf1b9fd5854ff7389bb11___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE680 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_51c786f31fb8fc23e087b38b1ab1287e___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193C70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5254f511ad0f8af8ef811dc192ca425d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051A0D60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52d95708bb3b7669deffc9cbddff42a0___BSNavMeshGenTaskResult_{ 0x05193080 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52e0125b8c47ed04ab23cd4300ca6985___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350BD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_533beb8e9a79574e6e201b66e91aa175_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B41E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_53a1002d47b405b51c06f14c1a2c5ecf___BSContainer__ForEachResult_TESForm_{ 0x0516E1D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5495d83b30b7504d63cb030e921abfe0___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54b8dbb04afc3dca0ae542b763056054___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05324800 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54c6194da212d69d8b3c0e2c81c55e61___BSVisit__BSVisitControl_NiAVObject_{ 0x05163810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_559bb14b33232010225bbbce83991db1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518BCA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5614d4d1f337c6edfdab9a2a3495c4fe___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0522A0D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_561bb7e025157f6723d23f4d44a93ad3___BSVisit__BSVisitControl_NiAVObject_{ 0x052CB380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_56688ec8a167d3ae42bd3799ff28ba1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_57fad07556e65f1e264bab0551686954___BSVisit__BSVisitControl_NiNode_{ 0x051D96B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_580492bf1d14b2dddf4fcb08ee72f306___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053FF750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58198f01353e9b52ba2a1bc2e6df2600___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D2270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58bf800569df02f23a6c04dcf188dbd5___BSVisit__BSVisitControl_NiAVObject_{ 0x052C7100 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58d3d05a1e270c033bc50ff8e3e3bd97___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051668D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58f708587703dadb5db90b6dfa7b1ea4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05222C60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5b1d677b7756d587b49bebb9c1624714___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517F030 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bccb03c1eb2bc0cd346788740f7cc15___BSContainer__ForEachResult_TESForm_{ 0x051E9580 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bdbd4d88d9e02860a5449b41352bafa___BSVisit__BSVisitControl_NiAVObject_{ 0x05157BB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5ce89b724f785720cc64b83a6ac0cbcb___BSVisit__BSVisitControl_NiAVObject_{ 0x052C6E20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D3180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d720cb77a577cc76ae976178f569f06___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535CD00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5e78038eb012b5f17362a0033b719e7f___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5e7a439dfb486185877b549b28b05e21___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051EAA30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5fb76a01a6d4c2c185ef8e9087a0616e___BSContainer__ForEachResult_TESForm_{ 0x051ED4D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60329aa09dea07eeb0c54854e303efed___BSContainer__ForEachResult_TESForm_{ 0x051D1370 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_606c6485e49448005248e5ce0ce1def9___BSContainer__ForEachResult_TESForm_{ 0x052A2710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60decbef23f71fa390f008f8137f9e39___BSVisit__BSVisitControl_NiAVObject_{ 0x051E36F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_61b655f3c0e29206ab2d20806ba87077___BSContainer__ForEachResult_TESForm_{ 0x05225B20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_622fd92b9452023734742e4a653c5682___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192A10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_62375efb2b0847b38f278bd404223b1a___BSVisit__BSVisitControl_NiNode_{ 0x051D8CA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_642704f236e3da5e41d47c506e4c9e68___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6457a18dd2b8c7f345c05ce5214ae1f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A8240 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64dfca84827c265e843e6c785d33491a___BSContainer__ForEachResult_TESForm_{ 0x0529B270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64f4b4856ca6473b369984c60d90deb2___BSVisit__BSVisitControl_NiNode_{ 0x052BC780 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_652b0a0a023e9e471ef4522e25163b49___BSVisit__BSVisitControl_NiAVObject_{ 0x05155500 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_65872e4e460853ed3323afc9a4310356___BSVisit__BSVisitControl_NiNode_{ 0x051CDC50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6640262657f2a9f2e339a1c259a6b73c___void_unsignedint_{ 0x053F7390 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67755ec3f0190224242a8b122ea377c3___BSVisit__BSVisitControl_NiAVObject_{ 0x051D8530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67ae07179908ab48570e896dcee6572b___BSVisit__BSVisitControl_NiAVObject_{ 0x0538D770 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_682aa6dc6a5bd9a3b9c0e60a6fae5341___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053515E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_68c88a660437de30a753dd0be5064944___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053502F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_690d6a1e174f2bf904d39d4d7a869b78___BSVisit__BSVisitControl_NiAVObject_{ 0x05203D50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a0f58421d9e0b83c45766e21a232747___BSVisit__BSVisitControl_NiNode_{ 0x05158BB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a265b174f8d22a50bfbc3eaaa0687f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6b28e5c8ba0ea8c7b42a9cdf6aee9a10___void_BSResource2__DBHandleBaseconst_{ 0x05388760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6c2d83a4663d7a913f1a2dc9d512148f___BSContainer__ForEachResult_TESObjectCELL_{ 0x0519EB90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d3fea699277679faae6ca79e1c7a309___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E7B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d5cad92bde6a1382e1d22f873201600_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B43E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d9baccc7deb34ab064233e9130b5adf___BSContainer__ForEachResult_TESForm_{ 0x051960D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6de92d13d5206e131dd45c48949bc98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053521F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6e0abb4c8c2c0b8ce4c4577baf63d55f___BSVisit__BSVisitControl_NiAVObject_{ 0x05203E10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f117544ad5643b1981a91160810c20e___BSContainer__ForEachResult_TESForm_{ 0x0527F4D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f3758b4e9e73487a06430eb7f717eea___BSVisit__BSVisitControl_NiAVObject_{ 0x051BBDE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6fb573db08dadb1ba6bb933d6c88b765___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05353180 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7103ace9e224cc9994cf9eb85a7fe475___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0527F2B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_71ed5db0730b6dd8123ff4974a18dc08___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05331BD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7256c4779e428ef6f811d1f7a1aca5b4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052099B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_72db3d660638c8998f047f507b584102_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ 0x05179020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7369d7cc719153ed73c643ade53a618f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515F270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_73ff8e88e19a14b8b10791bc90f807db___BSContainer__ForEachResult_TESForm_{ 0x051E80E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_769d78c10d0acbf9e345f03a8e1d33b6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052AC600 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7766224c91fb03c992b1952a59189ad0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A9490 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_776fbf4ee79503e7dc6d2fa596109b97___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193730 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_77f9ab146ae438261f50f5a413a86b1e___BSVisit__BSVisitControl_NiNode_{ 0x051D12B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_78257776b8c672cc8242bb9081b45b02___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7906aaffda8d9301b65a73a054d90052___BSContainer__ForEachResult_BSFixedStringconst_{ 0x05186EE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79541eee6ff892efa246db6c66a4eb0a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192BF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79ae9d299c0443c82a2d50c6d8b59a0e___BSContainer__ForEachResult_TESForm_{ 0x051D1430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a08cedf23d0be6b55dfb0dd57ceadb5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05198670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a60fca23f8894bec552f608b4f5c7fd___BSVisit__BSVisitControl_NiNode_{ 0x052237E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7af0957d0aa330bd4baf31f7786f0195_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0533B780 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b10923e4ab245d094d4125bdff0034f___BSContainer__ForEachResult_TESForm_{ 0x0526ECA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b283671509d38f59899dbb5055b50cf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C2EB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b7e44435bdfa2bf45ad1400ac558016___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0534FB60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b8f0f739c33a3b9c27c13e48b182c9e___BSVisit__BSVisitControl_NiAVObject_{ 0x05200320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7bb629ee252bc75ae651982db09c2b2e___BSContainer__ForEachResult_TESForm_{ 0x052408C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7c0d62ddbeea397a4d99274ca474bb1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05189640 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7c214a0b6db15d9f62b1a210a8d67495___BSContainer__ForEachResult_TESObjectCELL_{ 0x051A34B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cb9ad1ce9972d892b9aff6e360c0cb0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cee43f891d7ab04a9ced96293df292c___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052542B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7d67c5d95d52176db0618c330e89966c___BSVisit__BSVisitControl_NiAVObject_{ 0x05382BE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7da3c3687cac5acd548ed893ed822872___BSContainer__ForEachResult_TESForm_{ 0x051ED2E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7e01a8539411d38a888d9e1709943fb4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052567A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7ec5d1b4cf619f36a20417b38a39d98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A9230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7f442629a90675bbe1fba644b198fb80___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE4A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7fa4a4f00f24f1241542fb56c7c55389___BSVisit__BSVisitControl_NiNode_{ 0x05361280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8051714f4702e96038e62cd736fa3590_const__BSContainer__ForEachResult_TESObjectCELL_{ 0x052AA870 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_81289d8899e71b710306e5e1d79525bc___BSVisit__BSVisitControl_NiNode_{ 0x051CFD50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_81728be675a8b7e9bf4e178ef878d945___BSVisit__BSVisitControl_NiNode_{ 0x05191AA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_818f494aaae250cda687695f288bd5ab___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350E30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_819cc83a01ca56260bc08990047a5455_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B2200 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_826d4395615ce45c08a4fbf6eed43a7a___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_831989ca35fa1da674275e4eb812a7a1___BSVisit__BSVisitControl_NiAVObject_{ 0x051BBD20 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_834df39ca072d36ded81bbdd39c72c3e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05222B90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8456e82c4fea94b295b2e93c34532509___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D0DA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8467557c7395ec5dd218351e0f4ff344_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E7470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84d14ed93ed3195200be1bccebe802c8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C5FC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84fec21ef7609aff89802f64f2a19849___BSContainer__ForEachResult_TESObjectCELL_{ 0x052A9300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_85f78faeb513fea10e9b71e3e474603b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E55A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_85f87b56d987718043ce0debd8a8af8f_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D3320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_867bda18b5510f571ee11ce2087521f4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0533B2E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_86df1ede12039233b9422454083176c1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051572B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_874e9f37a78b5fdc21622bb37fd996ab___BSVisit__BSVisitControl_NiAVObject_{ 0x051D8470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_87ddd47b8551c826a24e930b1bf81f67___BSContainer__ForEachResult_TESForm_{ 0x051D11F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_882a458aa8347c79d10bb401cc3e7c36___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D52D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_88319781f9a050cf50e49d1e1fe1570a___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256A40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_88946e156d0cda1b8d53bb328cca4774___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05180750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8934864a76e732ee534c6b518500bc6d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C6090 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_897d45d1fa2b5eb979882c53c0d019e1___BSContainer__ForEachResult_TESForm_{ 0x052CE570 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8c4b53cc768336305f446e5ee08d824f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C41C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8ca6120a61957735631ea11d0b8fe5e5___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194CF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8d0bae776caf2ede223b81999ff709c8___BSVisit__BSVisitControl_NiAVObject_{ 0x051D86A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8d8364525865d5c78203d307555f9431___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x0535AC40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f5be44bb6693def40b10ffb2daddfd7___BSContainer__ForEachResult_TESForm_{ 0x051E6ED0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f855bf6e74ca68adb128cc05bc8bccd___BSVisit__BSVisitControl_NiAVObject_{ 0x05377E00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_914e09bbe0ab08e5618c9d4dd036af85___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352A30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_91b73da0891a178e4288a448cd5ad905_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D33F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_929394e48177d7e03317ce5a999070cf___BSVisit__BSVisitControl_NiAVObject_{ 0x05377990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92b1718621ee09200fb3293dcbf9fbea___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05193B80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92e51054ef097e2ac20fb8a1f568b87f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518AB50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_936f5bab4ac015d2673005472ea9ee99___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051931E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93c898bb870e25358514bfefdb669f28___BSVisit__BSVisitControl_NiAVObject_{ 0x052CE140 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93ea79b63fdb816f97f995ee1a9ced1d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_bool_bool_{ 0x052A8170 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_941eeba356e0a194ddd0c387da972ee8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D650 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_95646db74aa3d4bcbc9262228ef40bef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E4C90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9714e77159f0ee9226fc44627bad3d94___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05181CF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_972e129c7c6ff2578aeb6c875195d79b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0522F4E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_978b048e7c1b30b78726aa2f165bf666___BSVisit__BSVisitControl_NiNode_{ 0x052ED050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_989effdb2bdcb8996ccfd4594e6ffa0e___BSVisit__BSVisitControl_NiAVObject_{ 0x052CDD90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9942e2d315b415044ecc79a4c9731e2a___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9b09b1a3a379ebb83c8a87ed5c400522_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ 0x051CE690 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9bdc950985687ffab403d8a610e88384___BSVisit__BSVisitControl_NiNode_{ 0x0539F620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c32414f10ec95a2bd77ff02830d5a69___BSContainer__ForEachResult_TESForm_{ 0x051CA1D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c477fa3c545fca619da17e7a4d8017a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A93C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c533d2f5940b1c21924c5c3943ccc4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C7D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c99ff1c3fb477a6e28b277ea6429c6c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051984D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9cc19972dc9700f5ee4c3045fa04ddb6___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E7A80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9d232f04870bb1b58093eed7203b355f___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193F60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9db7117a080bbf4492cfcb232a632e88___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CE5C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9e63266bb4b227cb82d38ff0fafb98d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C3050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9ed24d551cdbe89964e5404a4194c29a_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ 0x05400130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9eed8e3832a2a80c0a99fc5f547f4484___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535CA40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a053b98dc3895e99c9e7d69e00cb2637___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05159230 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a0e4d070b53e594a055a1bbf44fa6099___BSContainer__ForEachResult_TESForm_{ 0x051D23F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a16a731f358f49866c763504efbd7bf4___BSContainer__ForEachResult_TESForm_{ 0x051EAEF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a18172df2a06df07d4f031bc8cdf996a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0517E680 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a1928783e0bebb0fb67832f38fdf22fc___BSNavMeshGenTaskResult_{ 0x05193130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a2513082aff7980972617dcb29cfabf8___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191290 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a49fa89fe742a95c0145bdf6da3f8b61___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051A3670 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a63cf8e20171a054dfd24f2c18902255___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A8920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a66d9331afc88fe3e6ff86b9082608fa___BSVisit__BSVisitControl_NiAVObject_{ 0x051BC1B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a679797e72c317df838ea0dbb7bcfbf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a718d9be826e2e3d1077e78775446c4b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FEAF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a73fd8cfe890fc485eb57cc2880636fd___BSVisit__BSVisitControl_NiAVObject_{ 0x0517AFD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cabeb8bb23b4917f1377556c82e960___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D7040 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cc83a521b7e9fd7cd2acd3639646c6___BSContainer__ForEachResult_TESForm_{ 0x051A0380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8ab6aefb89125083562282e58afa0c9___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05229AB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8f3e468cf7982a1d42af4e6904faff1_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x0519FA00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a91388966d78271faf1b6b082d966fb3___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192F90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9b935eff5fcadb3ad96c90a32716fdb___BSContainer__ForEachResult_TESForm_{ 0x051E8430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9df0cebcbc8e6678528dff872453f5b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aaa3e60215ccb8c602ec2e71d20d5daa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05357010 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aaaeb7cc954960ae0b94dca6756f4e68___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0520A3F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_abcc952ac02fd4f9ea2f5de1191e5a8a___BSContainer__ForEachResult_TESForm_{ 0x0519E320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_acf4d8da9f91248991651cc134d1bee7___BSContainer__ForEachResult_TESForm_{ 0x051CC910 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad2c69ae879123fb613fb1d6ffab186a___BSContainer__ForEachResult_TESObjectCELL_{ 0x05193340 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad9c4739148e2747eb69428af4080a12___BSContainer__ForEachResult_TESForm_{ 0x051A02C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_adf21fd30cada4cae1c1303dd28b6e6d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0520A320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae097d9d978f78ca74f54c8243ff79fa___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051CE4D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae0ab2ac9caa0f83248cec98f95e8f8f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D53C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae1bddd8842b286d3b827bab6aec2678___BSVisit__BSVisitControl_NiNode_{ 0x05324740 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae595f65d60002db9926b684834e8a16_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B42E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae71bdd05ff1bd00d6c24db1b0baf34a___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ 0x0535AD90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_af8ebf11a6b5b845e53f80cd8ef0bf84___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352FE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b0136cafd188e4e849a8845f3fd66233___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051CE260 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b0226782964ea931e4fa0fefe0a94c8a___BSContainer__ForEachResult_TESForm_{ 0x052052A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b10c355a0a3da9df4c27103134df06a8___BSVisit__BSVisitControl_NiAVObject_{ 0x05406FD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2232f38186ac069973a3e464b5fdf07___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5AD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2802105027940d02faff5e27094adb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350A30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2d015bd7fc4e0006c1f03ba3717e314___BSContainer__ForEachResult_TESForm_{ 0x051D1FC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4447548b9fcce5dd092bc9fc662816f___BSVisit__BSVisitControl_NiNode_{ 0x051E9250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4fbf1f061f7df311bd486bfc6c57847_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E7610 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5587446720568179bf542f5a8f7058f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C1E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5907660fbeefc30e8217f692cc594fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535CB10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5b9b796042db676b0aa152b47005b2b_const__BSContainer__ForEachResult_BGSLocation_{ 0x051EB050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b613b4685d630864ead9ec3fb90aad68___BSContainer__ForEachResult_TESForm_{ 0x0516FEB0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b64884500d0728665e52c4ab5bfef709___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E7900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b7049b70bb0e31461032d1aadd451239___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0518BF10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b75cb96de7926363e417ae692421b578___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C8A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b804105ffcc9f2fe4605c51ff06fcfcb___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05331B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b94796434e8105212cd735b27994d16d___BSContainer__ForEachResult_TESForm_{ 0x051D2330 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b970ea26c875d639171ed6b8b3fb21d3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352F10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9c7fcebdd0973ada22ac11642ad2d4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052073E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9eb51d49d6ac259a61c352321ab46e6___void_StorageTable__WeakKey_{ 0x053DEF60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacab16709126518d44300ffa9f0aff3___BSVisit__BSVisitControl_NiAVObject_{ 0x05384450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacd1813e784251c1b8083a4fd3c638b___BSVisit__BSVisitControl_NiAVObject_{ 0x05377D40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bafde7bcf9775e5abd22582e199f59a6_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ 0x05400210 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bb2abd5d887c84a389be338f1894f91d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2A60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc3403215bfe781c73563382f3653a2b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05198D10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc6663ae1a6110b4fa5345988f2685d7___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D1F00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bcf9329567c5d7abd32723b067475726___BSVisit__BSVisitControl_NiAVObject_{ 0x051D92B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bd2051d409cb42394e604ffffd8563be___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D0CD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be2f419209fc050288740bf8408384a6___BSVisit__BSVisitControl_NiNode_{ 0x051D98D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be59b1879cabb0710363a7136fbc0d12___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CF020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bf306037dd1574b67fdc9d1030d36185___BSVisit__BSVisitControl_NiAVObject_{ 0x052BC6C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c0e1290abe00ae42e3972bf2f71b67c2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C31F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c1d726db1b1fd933f0266ec1eff779bd___BSContainer__ForEachResult_TESForm_{ 0x052A7730 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c23058fcabc89ae6013fc7dca61ff559___BSContainer__ForEachResult_TESForm_{ 0x0517B130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c24e9fcc2cdb7f475dbfbd0bee6a52ab___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x052299F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2a6f7ea8d9a4010ba2cdb2b30f93741___void_NiAVObject_{ 0x05407350 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2f1e2a20d4412cb45a128aa2387bfc3___BSContainer__ForEachResult_SpecialRefDataconst_{ 0x051D1E40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c32c7b133b23a661de3d8cfb32b0e3da___void_unsignedint_BGSFormChanges_{ 0x052AA760 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c33d18a04b29c964f56dce46ad04baf4___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194430 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c444585f34b7bd0aa93cf8cb84c3f04e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352550 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c4598dd6858f3427ab51e38e3745ac38___void_StorageTable__StrongKey_StorageTable__TerrainTile__Storage__{ 0x053E3530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c498378bb4aaa746506a363ef764d666___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D54B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c58d34348d35a83eed75fbd392feb581___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191380 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c6e602339b9d6f19475a843d41d3bba0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C2A10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c77970fc2b190bb4c8a8cbaf7c10e489___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0535D480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c786abb3aab85d744d16f2d4c9865971___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053512B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c8124cdff0262feff5276788cc2d19da___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D91E0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c99ba11ff1e0d4e7a0400e1ac209c130___BSContainer__ForEachResult_TESForm_{ 0x051E8880 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ca7ce368bf9f4c245b056216c5d284b1___BSContainer__ForEachResult_TESForm_{ 0x051E8E10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cb096e5ef44a8d68002cca02d1630642___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ 0x051C2C30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cc3061ed102981167095ec4cc90c857b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D5720 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd1c8f667f76b16988c3278d118ed03f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd9f3d40da3620d312be4bd5c7bb6a3a___BSContainer__ForEachResult_TESForm_{ 0x05225A60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cddeac00268058eb01d9d2f46a86cf47___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C2F80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cea56596a7bf6b8f3f03f03a055d6f51___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C6320 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d0b72550789284e10d9e27f9067d04b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05357160 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d21112b271c495a8ed5ff347a5d320c5___BSVisit__BSVisitControl_NiAVObject_{ 0x05164C60 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d21307c36890101c7a4ac6008f23782c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0519EC50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d2ce969790d4ad9e716ab890b0f6d984___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05198C40 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3154aed8db374fdee18715d8d3a9390___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C3120 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d319819b5808f6e328f184776a9462f0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05192DC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3ad631289f0f6c04396f0f13278b8b4___BSVisit__BSVisitControl_NiAVObject_{ 0x051EE050 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3d538b656197e2904547fec1632c9c6___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05193D70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d497a7c16978735fe89730c6e7c3209c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051758F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d4e8395081a902a60bcf22e8dcb836b8___BSContainer__ForEachResult_TESForm_{ 0x051D14F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d50cd9fddc751889bde2aec12b9caef0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535BF70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d58dd088db15890853401025dafcdd42___BSContainer__ForEachResult_TESForm_{ 0x051D15B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5e7c5bbed7a5f62fee2af6c510322a5___BSContainer__ForEachResult_TESForm_{ 0x051A2B10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5f1b0f8e7ed6293aaa42bd9101ec0fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052CD5C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d64c6cb4bfe9425ec5fc505405be281b___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x05194810 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d67d75c80d897b254ba16352b16433bb___BSVisit__BSVisitControl_NiAVObject_{ 0x052CEF30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6c855239af4ef92edb7a6d6f8217770___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6e4dd3ae00e6da6023c888134431241___BSContainer__ForEachResult_TESForm_{ 0x05225820 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d82373da6b80099d45bbfa0cc1d51d5a___BSVisit__BSVisitControl_NiAVObject_{ 0x052CB2C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d90724c83313f126923a388aa3ecd474___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05256440 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d962c71c35281a4b6f30b2b78343d459___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0525B280 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_daddd3849f68a74faef663d45bd9ca0a___BSVisit__BSVisitControl_NiAVObject_{ 0x0518A620 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db439e3432bd31a7ca80dc58d14ab900___BSNavMeshGenTaskResult_{ 0x0515B900 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db512c1b5e0cfc051ec18f3cfe5b84df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051813D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbb0fa3eab6d156ab66c43eadc59fa41___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051D7110 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbe8aff1ce6352673983f130519282b3___BSVisit__BSVisitControl_NiAVObject_{ 0x052C8F10 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dcabf96f02e0b678433bec7e47eed588___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350FD0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dccb5eebb1a44bf2fc1ea6cca9ea5b0c___BSVisit__BSVisitControl_NiNode_{ 0x052072C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dd5f579a0d9a969dfe5beef29bd123a1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352960 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dd60852b5128bbd4949c90dfe7115e40___void_unsignedint_{ 0x053F7300 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ddd18ba27669f7e5ae93dc08c4797bf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0522A000 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de250dbc000dd54901f881b12c7189dd___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052C1880 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de5429d393b2468989e16698d3134995___BSVisit__BSVisitControl_NiAVObject_{ 0x051CDB90 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_deacd550af1a705bf8593eaf7a8e3797___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E5F30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dedd18e88599ca51e5b78587597ba980___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_df1fa3c3d114df2c43e9bd1dfceead29___void_unsignedint_{ 0x053F7270 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_df7e21ef64d91af84fb991f64c8f6c6b___BSNavMeshGenTaskResult_{ 0x051934D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0a9352455c5350e811a1ab1b645c9f9___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0516AA00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0aa2d2734b0569f1722bea13a1c3730___BSContainer__ForEachResult_TESForm_{ 0x05264020 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0e0988521d5aac58f3d60049faf4658___BSVisit__BSVisitControl_NiAVObject_{ 0x0518C350 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0e2e0af5a168fda1fa4a6f242d7cda0___BSContainer__ForEachResult_TESForm_{ 0x052CF450 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0fb3f35537817c46b61583258090e2f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05196190 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e1040c1027634b4b09fa826c65159080___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052D4710 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e196071e2fdfa6ab26c22183bc2e77da___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ 0x053E7530 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e19c85d2d1b35939739936325dfce6b0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0525C590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e398c776cf0e02d6eb33d00fb747d510___BSVisit__BSVisitControl_NiAVObject_{ 0x051876A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6014f647bef807ce2904012759590e4___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x053B33F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e668226a9b304c66121632f6ac9385df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0515BDC0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6f75d128484016949aeed29cf040c33___BSVisit__BSVisitControl_NiNode_{ 0x0520F7B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6fd0d75dbccfa5f5130665cb43e2778___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x051FE590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e799686088b43a38ecd2a2575c0f6e4e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05351920 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e870d8ff9d5ee744e27a42aaac9ec733___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CEBE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ea9cbdeff3dfc6a0e3bcc9726d7c2a38___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2990 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ebde0fe2e219d3a630eee4f8816e0391___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052BBF00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ec7def91b02ec00feca78220118d2910___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0515F750 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ecc25bdf17c2079f2f501267c48023a1___void_StorageTable__StrongKey_StorageTable__MeshInstancePatch__Storage__{ 0x054050A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ed01a6560f21fae9b784495d3687b68e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052CF2D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_edd59c5bb2ea1580571d40f27e2935ab___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x0515E480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ee2366f95ce59c15737466132e946381___BSVisit__BSVisitControl_NiAVObject_{ 0x051BBEA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_eea182f9750d9270879e37d521ef2593___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E5D50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ef95fcedba0883b8be9ca3d74d3884e4___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x05256B50 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efda35266135962359fcba8b60b9d05b___BSVisit__BSVisitControl_NiAVObject_{ 0x051D95F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efe88580cfa743f4eb4eb11fbafc3531___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350CA0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_effc39a5b40b1feb420fbd9f54612414___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D5070 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f027ef4535e7f8ba21c6f0a3e51ca9e9___BSContainer__ForEachResult_TESForm_{ 0x051E7890 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f1d4657a534983bce132f819c6d6b59d___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052543C0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f273285a7a8ed8e08d52b2445995192e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ 0x052CF510 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f2bf4a130caaf7aeec9e53d0714e30c0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05352480 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f30aa53013062ab7878c312256024b2b___BSContainer__ForEachResult_TESForm_{ 0x052A2590 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f39ef70a0aebeb4bbd4fd1c7d756827f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051985A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4c1108bfdf46857549b741d5cfacbb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E6B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4dcc50cd6affb0842b3cc17c91741b9___BSContainer__ForEachResult_TESForm_{ 0x051A0520 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4e5eba53c82253f3fc640286f8b6c9b_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ 0x051920B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5017b5c90df11f26200f5792e372eef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051E60F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5153692a6f0ba485834213bedf89705___BSContainer__ForEachResult_TESObjectCELL_{ 0x051D6A70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5253d56a669d0deff754b2b3a3fcd7e___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194EE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5acd20554f38feb2b1740de5986d967___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051C2DE0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f9dece8f7f28adcc45a92f63a2198d7b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350150 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fa498f13c21e8ed41bb1ad9103c43846___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x05350B00 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb36e8493d592dc4f06c8d965afd4b2a___BSContainer__ForEachResult_TESForm_{ 0x051E93D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb9887666707074059dd8bf6ea726fc7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051CED80 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbac9546f77ee3e5774f40d67186dd2c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x053561B0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbb9f4f7be975c3d1bbf66c33e09dae6___BSVisit__BSVisitControl_NiAVObject_{ 0x052C6F70 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbe168c3403a6d0de1f676e2fa99f84a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05191470 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbf3e47efd05f04ded278e9872d48e72___BSVisit__BSVisitControl_NiAVObject_{ 0x053778D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc1848ffca7065389a8d2cf154909d31___BSVisit__BSVisitControl_NiAVObject_{ 0x052C8BF0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3af87b0fdbb42e3ea3bdc7b1a37fc3___BSContainer__ForEachResult_TESForm_{ 0x0516E6D0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3f8de651eccebc8ebd92f1c5351ee3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x052A89F0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fd1feeaba14daf68c0341b7a5efd7384___BSContainer__ForEachResult_TESForm_{ 0x05181130 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fd60d4032fb6f23b16457886195ba07a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x051D2B30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fe6a9c72078bf0f830718ff51d02d4bb___BSContainer__ForEachResult_TESForm_{ 0x052259A0 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fed4da47ec48c9da5ee664cc1dbba977___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ 0x05194250 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff4a700bc0743ad3c653f96d6529e36b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535C700 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff674910e530e75b23aed38f42c3d2f3___BSContainer__ForEachResult_TESForm_{ 0x051EAE30 }; + inline constexpr REL::Offset stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_std___Binder_std___Unforced__lambda_fdb39fee3762419d068faa9a35b898f2_const_std___Ph_1_const_bool___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ 0x0535D9E0 }; + inline constexpr REL::Offset stl__scatter_table_detail__OpEntry_1_BSTScatterTableDefaultKVStorage_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4_____BSTHeapSTLAllocator_BSTScatterTableDefaultKVStorage_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4_____2__BSTScatterTableKeyTraits_BSTScatterTableDefaultHashPolicy_unsignedshort___HashType_std__equal_to_unsignedshort__{ 0x05196F50 }; + inline constexpr REL::Offset stl__scatter_table_detail__OpsBase0_0_std__equal_to_unsignedshort__{ 0x05197290 }; + inline constexpr REL::Offset stl__scatter_table_detail__OpsBase1_0_BSTScatterTableKeyTraits_BSTScatterTableDefaultHashPolicy_unsignedshort___HashType_std__equal_to_unsignedshort__{ 0x05196EB0 }; + inline constexpr REL::Offset stl__scatter_table_detail__ScatterTable_BSTScatterTableOpTraits_BSTScatterTableTraits_unsignedshort_NiPointer_BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4____BSTScatterTableDefaultKVStorage_BSTScatterTableDefaultHashPolicy_BSTScatterTableHeapAllocator____Ops_{ 0x05196D50 }; + inline constexpr REL::Offset stl__thread_pool{ 0x05408B68 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BGSActivity_{ 0x050A2380 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9CF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BGSSnapTemplate_TESObjectREFRconst_{ 0x05209630 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPackIn_TESObjectREFR_TESBoundObject_NiTransform_{ 0x0515B9B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x05179200 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSComponentDB2__ID_{ 0x051ED800 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSComponentDB2__ID_BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSReflection__PropertyPathconst_{ 0x0538F500 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSGalaxy__LonLatconst_{ 0x051A28C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSNavMeshGenTriangle_{ 0x053B8FC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSNavMeshGenVertex_{ 0x053B9510 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSReflection__ClassTypeconst_{ 0x0538F660 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_BSScript__StackID_std__variant_BSScript__GuardManager__LockedGuard_BSScript__StackID__{ 0x053BFEF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ 0x05226FF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_TESWorldSpace_{ 0x0519E7E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_TESWorldSpaceconst_{ 0x051E5900 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6F90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AE2B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ 0x052AE120 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_SAVE_ENUM_{ 0x052AE1C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_SaveLoad__HierarchicalChanges__SortResult_unsignedint_BGSFormChangesconst_{ 0x052AA630 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_TESNPC_TESForm_TESActorBaseData__TEMPLATE_USE_FLAG_{ 0x051835A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x051A1560 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_Workshop__WorkshopCodes_Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst_{ 0x0512C8E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_{ 0x05158920 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_Actorconst_ActorValueInfoconst_{ 0x051EE5B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSInventoryItemconst_{ 0x0523CBB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSKeyword_{ 0x0523FD50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSPackIn_{ 0x05201CC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BGSSnapTemplateNodeconst_{ 0x0516ADE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSBind__IControllerconst_BSBind__IControllerconst_{ 0x051CFE30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSNavmeshTriangleconst_{ 0x0518BC30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar_{ 0x052F57A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_TESObjectREFR_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const_{ 0x051DA080 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_BSResource__ID_{ 0x053A1950 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiAVObjectconst_{ 0x05191C80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiPoint3const_{ 0x051D9F70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiPoint3const_float_{ 0x053B7370 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_NiPointer_BSProjectedDecal_const_{ 0x051A13B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9E20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_TESForm_{ 0x05181EE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_TESObjectREFRconst_{ 0x051CF0F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_unsigned__int64_bool_{ 0x052AD9B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_bool_unsignedint_{ 0x0535B940 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_float_{ 0x05134020 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9EA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_float_Workshop__RootWorkshopStructconst_{ 0x05131510 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_CrewInfoconst_CrewInfoconst_{ 0x052374E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523B940 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05273F80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05248DE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x05230A40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_std__tuple_float_float__float_bool_{ 0x0512C7B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_stl__optional_ClientBIMetrics__HeartBeat__Metrics__{ 0x05156450 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_stl__optional_ClientBIMetrics__Performance__Metrics__{ 0x05156A10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char____{ 0x052BCAA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_unsignedint_unsignedint_{ 0x051341C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_unsignedint_unsignedint_unsignedint_{ 0x051320A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_{ 0x051303D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_Actor_ActorValueInfoconst_float_float_Actor_{ 0x051EE530 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x0519F2A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BGSTerrain__ClipUpdatedEventconst_{ 0x05201BF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSComponentDB2__ObjectDestroyedconst_{ 0x0538E2C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSFixedStringconst_{ 0x0536DFE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSGalaxy__Render__GalaxyScene_{ 0x05351E30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSMenu3D__Sceneconst_{ 0x0539F490 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSNavmesh_unsignedshort_{ 0x053B17D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x05160F60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSResource__Server__Commands__NotifyCompleteconst_{ 0x0538A070 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst_{ 0x053BD6C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSService__Commands__NewFrameconst_{ 0x0515D410 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStaticStringT_256__{ 0x05155040 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStorageconst_{ 0x05389020 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStreaming__ErrorCode_{ 0x052ACD50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x051C7DD0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x0515B590 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSTSmartPointer_BSBind__IDataBinding_BSTSmartPointerIntrusiveRefCount_const_{ 0x052A8DC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_BSTSmartPointer_BSResource__Stream_BSTSmartPointerIntrusiveRefCount_const_{ 0x05388F80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__PipelineGenerationFinishedEventconst_{ 0x052BE5A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__PipelineGenerationProgressedEventconst_{ 0x052BD610 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__PipelineGenerationStartedEventconst_{ 0x052BD580 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ 0x052315C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_CreationRenderer__ResetCullingMemoryRequestconst_{ 0x053F8F60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_LOD__Commands__LoadedSceneBlockAttachedconst_{ 0x0519FD90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_LOD__Details__PropagationPayload_{ 0x05200B50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_NiAVObject_{ 0x05154F10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_ParticleSystemDefineconst_Particles__SystemUIDconst_{ 0x053AAD00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_StarMap__StarMapMenuDataModel_{ 0x0528EC00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_TESObjectARMAconst_{ 0x05157A30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_bool_{ 0x05206800 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_bool_charconst_{ 0x05234E60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_charconst_charconst_{ 0x051E7A60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_int_NiPoint3const_NiPoint3const_float_NiPointer_bhkNPCollisionObject_const_unsignedint_{ 0x053ADE00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ 0x051E3110 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ 0x051E2FE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_unsignedint_{ 0x05200BC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ 0x053E3030 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_unsignedshort_{ 0x053B1830 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__ITypeErasedFunc_void_void_{ 0x0512FF90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSActivity___void__BGSActivity_{ 0x050A2310 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSSnapTemplate___TESObjectREFRconst__BGSSnapTemplate_TESObjectREFRconst_{ 0x052092E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_BSComponentDB2__StorageService__DeriveReferencedObjectsFunctor_BSContainer__ForEachResult_BSComponentDB2__ID_BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSReflection__PropertyPathconst_{ 0x0538EFF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_Main__Swap__3__WaitOnRendererhandler_void_bool_{ 0x052BB870 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_Particles__ParticleImpulseEventHandler_void_int_NiPoint3const_NiPoint3const_float_NiPointer_bhkNPCollisionObject_const_unsignedint_{ 0x053AD4D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachNode_void_NiAVObject_{ 0x0518CF30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachPlayer3rdPerson_void_NiAVObject_{ 0x0518CDF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachRefr_void_NiAVObject_{ 0x0518CFA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachAllNodes_void_NiAVObject_{ 0x0518CD70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachNode_void_NiAVObject_{ 0x0518D010 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_SaveLoad__HierarchicalChanges__SortResult___unsignedint_BGSFormChangesconst__SaveLoad__HierarchicalChanges__SortResult_unsignedint_BGSFormChangesconst_{ 0x052AAB30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_Workshop__WorkshopCodes___Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst__Workshop__WorkshopCodes_Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst_{ 0x0512C810 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_00086f1814bd1228259172da3960b7ec__bool_BGSKeyword_{ 0x0523FE70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_000bf5f288275523a1828b441b48d9f8__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ 0x05231450 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01167f7003849cacd78b31e3517a0fe4__void_{ 0x0535FA50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01799a7df89d7979a805eeabd27a29f3__bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9910 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01cef7a138de3dabdbc6b7ba0d6ca18b__bool_BGSPackIn_{ 0x05200E90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0254e379e30b8e7ac8c22d3e691a513d__void_{ 0x0535FFE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0502baa5d3d3c955125444c54143d5c3__void_{ 0x0535FDE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0835f005147c3f8dcebd2026c17de58d__void_CreationRenderer__Messaging__PipelineGenerationFinishedEventconst_{ 0x052B9D30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08639be7a53ba5d590d15bc9192d2313__void_BSService__Commands__NewFrameconst_{ 0x052B9B70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08926fcea7cbdbd8c9e74a2a94f0e27d__bool_{ 0x053F3D00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08b23b48494380212cc4d05d6afcee18__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E63D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_09a0dce7dc3ee8d53670677a1641b63b__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BA250 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0c54a723537f9e4dc618eef4dd27a74d__void_bool_{ 0x05226840 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0c93912eb3805fc80fa5da712bfcf189__int_CrewInfoconst_CrewInfoconst_{ 0x05237330 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d4523a3d4673b46708b576f5cad183b__void_{ 0x053C7B90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d9d35855347db46b55b5a936f0433c0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523ACC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0eb2e57dc71055957aca9c9a9f803e4d__bool_{ 0x053E0820 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_10379c76e4f228754b3b6c273bf4f335__void_{ 0x05375560 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_103d914cc5a638666c8058f71e6f6e9d__BSContainer__ForEachResult_TESWorldSpace_{ 0x0519EAE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_121d62fa4df6b9a7959e69dc1c3b63f9__void_{ 0x0517C1F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_122d38d74deb93e6b3f8acc98c560dc2__void_BSStaticStringT_256__{ 0x052EE870 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1236ef6ad4f6311ab6a3bec5660d789c__void_NiAVObject_{ 0x052A8060 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1268cd62e8fa7bcfcd4eaeacaa259a31__bool_unsigned__int64_bool_{ 0x052ADCA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_12f8c0b5070c82e27c1c8a4e9c533d41__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ 0x051E2B60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1347cfa23a836c5ef60c86635d3e0065__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523AB60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1371eb54fcafee2cf15c62cb52d20a39__float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B96F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1443a10da0f98988b2012de4d7c37060__void_{ 0x0535FEE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_15bbf27b1cddcb2febe9ddc7f95345f8__bool_{ 0x052260D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16448b3f08ee24976c08b43ed6810c03__void_CreationRenderer__Messaging__PipelineGenerationStartedEventconst_{ 0x052B9950 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16c5a1ccdfb4fcf33f03a8f73f99aa90__bool_NiAVObjectconst_{ 0x05191A10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_186b5b50d257de5373fdf46be72ff762__void_StarMap__StarMapMenuDataModel_{ 0x052916B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_18a949db337dd7881cb589827b826497__bool_{ 0x0538B570 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1a27c95861b0ec043340e44d179cc64f__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ 0x052AE610 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1b14925f3a94d9fd1d6d8e1238839d6e__BSContainer__ForEachResult_BSReflection__ClassTypeconst_{ 0x0538F230 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1d7d981d80a347632fa6cd3bdc83b824__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C9510 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1dbfe0502b50cc5402d706dd2b02536e__bool_BGSKeyword_{ 0x052A8B50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20bf332be579504ffe1ab7c2c40ca404__void_BSStaticStringT_256__{ 0x051D1030 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20e695be180babaa2f0efc7af1061644__unsignedint_unsignedint_{ 0x051BC3F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2168caa9a6bc85680bcdd3998cceab5a__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x051D0040 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_21f3782931c9c57de066d34bfcd5e982__BSContainer__ForEachResult_TESWorldSpace_{ 0x05296330 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_22607e07a0840e09ab51023cacac722d__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x052748D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2264e422a0b16a70f4541e479aeaf915__void_BSStaticStringT_256__{ 0x05356280 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2485cb0672ec0a68c695886ffa2f5b79__unsignedint_unsignedint_{ 0x05184030 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2657c88ce0ef28ff54922ae8c3cbd76c__bool_{ 0x052BA490 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28951655be3f278baa91ce83b8f94848__void_BSStaticStringT_256__{ 0x051ED060 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28a967846f024ce4d91bb695d37e5dcb__void_bool_{ 0x053DCBA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2909d6439ae9d4a36b76f19293c94552__void_bool_{ 0x053DC820 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2998cff75e35e439c4b68fe982e831d6__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052496B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2a2283f200c53907148dd57e14d93d7d__void_StarMap__StarMapMenuDataModel_{ 0x05295DE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2ac5ed67a098fc1fae52c23e7bba6ae7__BSContainer__ForEachResult_TESWorldSpace_{ 0x052A8F10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2acfb6589b54843787c6c98a720581d3__bool_{ 0x053B1190 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2ae2b3cd2e7e3a655c3f927d5bfb5547__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6650 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2b451b28c853cd5b2dc613ba3e32af4f__void_StarMap__StarMapMenuDataModel_{ 0x052981F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35a5a6e01218dab11e99e63de9b0b9__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x051A0920 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35d741267101150287c75ac02f2f09__void_unsignedshort_{ 0x053B1990 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c617eb673117709ab54dfe69fb91ad7__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ 0x053B8F10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2d04252176104ccb7eaa70799f289905__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A9A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e5440976858adfeae527ec51e4b781f__bool_{ 0x05383190 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e62bb33cb0e5277697e4d03a33f835f__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274E70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_30c8ea1ae5118aea8f9a19b274c61d7b__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x051A1770 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_337f04fe8868edf8e87db0b686076c5a__unsignedint_unsignedint_{ 0x051A12B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_339c0a9f5020a7622d54c3c029d68187__bool_{ 0x053BCAD0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_343cfd094cf3d3f1356eba84b227d9b6__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C8360 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_34e4fe78be5811c30565099d6f34b524__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AE540 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37eb70513a53dd45fc6db791dd6688ac__void_BSStaticStringT_256__{ 0x052038E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37f201133a8662a77aa70635f17e403f__void_{ 0x052BBB70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_39cecee104a4409feea02f89974f5508__TESNPC_TESForm_TESActorBaseData__TEMPLATE_USE_FLAG_{ 0x05183630 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3a2e21c0c173550b868a2d14eda52da8__bool_{ 0x05396C90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3a49efd97bcbb082b6310c5a4570db83__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A860 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3aea95e7195cb9814428f33d58add665__void_BSNavmesh_unsignedshort_{ 0x053B1900 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3aeafb4b4e5c7c8a9c7385e879a60ba5__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C90E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b020607b93e694bc94c093b9212e455__void_StarMap__StarMapMenuDataModel_{ 0x05298150 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b67fb894c6a84629b87fe8da1a34797__bool_unsignedint_{ 0x0535B700 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c4960fcccbe99d415b9f4cd28713921__void_StarMap__StarMapMenuDataModel_{ 0x05291840 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c57811e3b9205e98ffe7b5ff788bc5e__bool_NiPointer_BSProjectedDecal_const_{ 0x051A05E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c5c0224b9b9a49bd8b12f141cf7977e__void_{ 0x052BBCF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3d647c60d0cab34bf444f1262c83b7cc__bool_{ 0x0515CC00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e09c6d81a47d5c855137fc678faef08__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9850 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e4253cdd006926845049a6c0b89045a__void_{ 0x053C7E90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e5f9996767278ff779fec4b582ccf55__void_BSTSmartPointer_BSResource__Stream_BSTSmartPointerIntrusiveRefCount_const_{ 0x05389100 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_404efeadd3623c3b849355cdb2c54750__void_BSService__Commands__NewFrameconst_{ 0x0515CD60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4058d4b63f270b591796ab7f2ce7f895__int_CrewInfoconst_CrewInfoconst_{ 0x05237450 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_40cf98ebdbe371db7b1cfc2dd3d6b8dc__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274AB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_414aa9c24b493eb32ecd4f57f25a590a__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05249990 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4281e7afea28c147b96b9f00f0a0d162__void_{ 0x05155AF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42b5f976b63a2765569d420f9c3e49e7__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05249390 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42dd61a4020243c32d7083f0d2b158aa__void_charconst_charconst_{ 0x051E6A70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_43877d0bccc29c8c245b08a9e32729ee__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05249570 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_44405b8b0281a0d04b419ddfcc24a714__void_BSService__Commands__NewFrameconst_{ 0x05395F40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4527d017baa4fe9abd624680bc871fda__void_BGSTerrain__ClipUpdatedEventconst_{ 0x05200960 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46df01119a05bb0533bc8aa09b6fe23f__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x051A0A40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46f4d8b89b9661774786d0b5d988e7bc__bool_{ 0x0515F820 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4843ab600520eebf05b3dd9713207dad__void_void_{ 0x05371020 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4906920ff735a23f5bf050a1251bacc0__void_bool_charconst_{ 0x052AC6D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4974f661214caca3ec4302bea8022f66__unsignedint_unsignedint_unsignedint_{ 0x05184130 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4a52443efc63359fda5665fde4d6e535__bool_{ 0x053A1DB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4b4dea661b9f67b8e25db54350a00034__void_{ 0x05360060 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bb5d199ef2a5e12f8d2d4bad48b9700__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ 0x05226F20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bfe512b5049d6e242da08a10aa05f08__bool_{ 0x0522F900 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4c5b7cb34af89ce15d80415ac9c6f853__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C9460 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2107cd273c2333b431640bfa43296f__bool_TESObjectREFRconst_{ 0x05209D70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2dccaf3c4d8dbdb45ba86d69112447__float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9580 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d5687613608774923f0d4d1a95907bc__bool_BGSInventoryItemconst_{ 0x0523B9C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4eb0a4f4448320bec700fc5ba4fa5da9__void_StarMap__StarMapMenuDataModel_{ 0x05292970 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f12ac1aebbc92986ac4d59d455dae36__void_{ 0x05383290 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f63b3f9f383d78af50ba7f24bb5ddf8__void_{ 0x0535FE60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f750d4125d61a4ddf88180a365d057c__void_BSStaticStringT_256__{ 0x052AEF40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_518352090d6efc2c0548917818b49f8a__void_{ 0x051638D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5267de136a1e8bb044e7da014b1fd754__void_{ 0x05389790 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_530a50fa31efa9f6ac7fc8738ec961b0__bool_{ 0x053C7300 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5404d817e82a765921c9b418bba0dbd0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A7B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5429458c9475d32d90901a8732ff8acb__bool_{ 0x0535FB50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_552e2cbc9c4c87ca36a0ada5492d54c9__SAVE_ENUM_{ 0x052AE350 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_561ea1900c48c5b3e88de4f4c8213f3b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274B50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56b465e38e4f9b21d88676309d608272__void_unsignedint_{ 0x053BF8C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56c4eb5f79ee2f4cf77c24317d9677b1__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x051D9770 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57370c14ce71b7487afd52140e2c048e__void_BSStorageconst_{ 0x053891D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_575d760a7115a91c77d23fbd86cde61b__void_StarMap__StarMapMenuDataModel_{ 0x05298290 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57633ed58f7f3c256066798b339bfa77__bool_{ 0x05357A80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57c7f8bfcb827ffd125989cd06ef4b2c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ 0x051E3520 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_58514587c0a448dbffcee329cad3b152__bool_{ 0x052ADC20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5a7f328cf70cc62cf852c8f36b8f32af__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A700 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5a902e5e1195be3b23d0b81066d09e9d__bool_BSBind__IControllerconst_BSBind__IControllerconst_{ 0x051D0280 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b3b8ec6c32947a89ae68ac39893bf48__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05249430 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b7caf2529c0f6e15883016733c4f1bd__bool_BGSKeyword_{ 0x0523FF90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5c58adeb7c4fa618c10278c898b3c5e4__void_{ 0x052AB060 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5d530634592c508855606f627db11e8d__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6920 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5e367c708dee9b88248e83945e341ca9__void_bool_{ 0x052268C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5fb8c439824da44cbbbd6ac0aa607fdd__void_unsignedint_{ 0x05200FC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5ff8d7d6e73a01e72a1300b5fc999d5c__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AE6E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60125479b4034c92ed558fd553c2b244__void_TESObjectARMAconst_{ 0x05157730 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60287e3b6a362e8ff7a279c119019173__BSContainer__ForEachResult_BSNavMeshGenVertex_{ 0x053B9590 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_604b4ffc5bf3fbc12c6e3d71b9403d69__std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x053C25F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_61d7ac73253a59e99c4d426f17222c97__void_bool_charconst_{ 0x0523A560 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_620165e9f3b9b247d5325f815b722a02__unsignedint_unsignedint_unsignedint_{ 0x05183FB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_62039576da9c95b67bdaa2d6af623bc9__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E67E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c5e7bca5794ee2c1877d5775665d2c__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ 0x053E2BA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c953e8e3a7b8894b9560901875922d__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x05178E80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6419d222f307b26727d5afc8158202a5__bool_BGSInventoryItemconst_{ 0x0523BB20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66468165f7d72fbcf5f9e2e21dcef51c__void_{ 0x051EA630 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66b66cf91c0b94550c652a17d3900908__bool_unsignedint_{ 0x053F9100 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_67c9a5a9aefda374549bcb7b1783f1b6__void_BSStaticStringT_256__{ 0x052A5150 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6874c953cb6cc4c5433c108c6334264c__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052494D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_68d751ed552dfc5fb570b7f60ee311b8__BSContainer__ForEachResult_TESWorldSpaceconst_{ 0x051E5670 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b102d2206af3808f25aff916cb5df57__bool_TESForm_{ 0x05180930 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b752a4f5750009e5f9aecda6b1d9643__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ 0x051E2A00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e2dd2afd0d7b8ebedec23c4f9231bae__void_StarMap__StarMapMenuDataModel_{ 0x05295F20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e6735dab2c6113b7ac75fd3f2f02019__void_BSMenu3D__Sceneconst_{ 0x0539F4F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6eef44901beacf81cb096d95c3e09f5f__bool_{ 0x0538A1B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f1e167e2132561dd3f27a432578bf84__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x05201580 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f2c5a8377320a2b6cb274dc99ed250c__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274D30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7167c429c41a900cadc908ea77bd7e68__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x051CFF40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_71fa70446a6b9859b5fa7918f60a6a55__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523AD70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_724b496bbd992b90634d8c956c3d9cd1__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ 0x052AE470 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_73799aed8d7efc7a6d68931465f3a328__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x05325E80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_738a72f25cdb7aa7fbbaa2f21c550ef3__void_bool_{ 0x053DF3D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_747c38f3ba876e4b6378dc03220757a4__void_StarMap__StarMapMenuDataModel_{ 0x052914D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_74f300ce3628fa56811ed01e98a72fe3__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x0538DA40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_75474153b2f4c50a360204506750a389__void_NiAVObject_{ 0x0518D110 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_76326d5a3bf8e0e4f93ea7229158cfb2__void_NiAVObject_{ 0x05154F70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_779ee9876f9a4f7890c94cc80d9f720b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274C90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_793667a4f117beaa91bfebd7e66db2d6__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ 0x0538AB80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7966792179f68bed68993d8c9e07010e__void_BSStaticStringT_256__{ 0x052033E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7ac6b5969c846ed874bd27f8e5e4ed6d__void_LOD__Commands__LoadedSceneBlockAttachedconst_{ 0x0519F920 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c4c8b10160eb75a37807118c90d4f49__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ 0x052A5600 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c85d6c9e2674859eb0c15204d8838bd__SAVE_ENUM_{ 0x052AE880 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7d3649fcc1a1aff4daa1138792583aff__void_TESObjectARMAconst_{ 0x051576A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e3b63567ef85183a34c175965ad56cb__bool_BGSInventoryItemconst_{ 0x05273D80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e5f0baa12e7f9b4055622a76864e4bc__void_StarMap__StarMapMenuDataModel_{ 0x05295FC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7edfeafb71316b953636dac844696c1c__void_{ 0x0535FAD0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7f6a5327ffb07f467d857f3e8b0d88ea__void_bool_{ 0x05226940 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_805102f66b0240e6f53a1758b8d85d44__void_BSStaticStringT_256__{ 0x052A3750 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_81b97578f49aed0a1d1be87eefdca327__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C9190 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8291e7d1e643b42ca1ce574da97d71a6__void_{ 0x053710A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_83228557b3ac5a24221bc7896a2dea73__void_unsignedshort_{ 0x053B1880 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84087f1fb5db3e12da1a09140c7e9109__void_BSStaticStringT_256__{ 0x051E5370 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_844ca2ccb09ee89b4ff84347ca17a9a4__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x05200D70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84a52b129968f2a0cb6ff6f19340794a__bool_{ 0x0535FBD0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84ad2a449866f0ea8df6ce7983722bec__bool_TESObjectREFRconst_{ 0x051CE020 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_887bcfd07a26cb7ea41314189b79c31a__bool_{ 0x053BAF60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8cb058f499e042b797982aa74f48ebf2__bool_BSNavmeshTriangleconst_{ 0x0518BFE0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8d61f36d21704dc5201822d1e4c4e44d__bool_{ 0x05361620 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8e7eacf3183aa0a5a7a8a0c4e3866b6f__BSContainer__ForEachResult_TESWorldSpace_{ 0x052A8FC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_949be1b37be2bea0c0b84815df301345__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6290 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952e549459e3502f4458ef5c1b18881e__void_BSStaticStringT_256__{ 0x051550B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952ef03f078acea5437d1d3b50b4719d__void_BSStaticStringT_256__{ 0x052EEAD0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9651d9c2bdf306fa4698e74bbd2a7401__bool_BGSKeyword_{ 0x052A8AC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_96c77803b64b7744093aba51c1950724__SAVE_ENUM_{ 0x052AE9A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_978fe36f2c1b6561cf78fc95556ed9ab__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ 0x053E2C60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_981b556cd9ca38d4d034536a593d0ef5__void_BSComponentDB2__ObjectDestroyedconst_{ 0x0538E180 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9855c19af80215c9d813c96e5c08e8ba__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523AC10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_990742ff6b40925894b500af5c70bf86__void_CreationRenderer__ResetCullingMemoryRequestconst_{ 0x053F8C50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9aaa4377b41bd31e4aa8f08428ae06b5__void_BSStaticStringT_256__{ 0x052EEB70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9adf294429d45cfb112e023183e39aca__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6740 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9b11a69c249cb07cb42de5b126b00ca8__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274DD0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c1f7638e206b8db0e4d56698ddc0f93__BSContainer__ForEachResult_BSScript__StackID_std__variant_BSScript__GuardManager__LockedGuard_BSScript__StackID__{ 0x053BF7D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c827b0199d443c0ff8cd0bfa4aeb28a__BSContainer__ForEachResult_TESWorldSpace_{ 0x05253140 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9cb7ac6322cbbdb26c96973d5ff11ae8__void_BSService__Commands__NewFrameconst_{ 0x0538B5F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d0dc88d72c8a7d03d9458f97c5b31f5__bool_{ 0x053DDEA0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d6a75030173bb87b44415f71c92bf93__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x051C81C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9e832bb065763b3918e32e30a9e0cca8__bool_NiPoint3const_{ 0x051D9410 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9ee3e991d8c5dd54d9163f0e96ec10dc__void_BSStaticStringT_256__{ 0x052A56D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9f998e929b8677d6ce7e6e202878cfb8__SAVE_ENUM_{ 0x052AE910 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9febc63fcd3c6db3a88a3b39662158a0__float_{ 0x051A08A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a0019978b21984b327a50d61fc7f187d__void_LOD__Details__PropagationPayload_{ 0x05200F20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a116a4b9bd5bd99e41fcdd883b87df96__void_StarMap__StarMapMenuDataModel_{ 0x05298470 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a2119e1b086da763b7c110f07b0ef1c0__float_{ 0x051BC370 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a3aed24d809488de0f19c5537ae368db__void_StarMap__StarMapMenuDataModel_{ 0x05298330 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a50d0698c15178c68cf9c94f2a9322cb__void_BSResource__Server__Commands__NotifyCompleteconst_{ 0x053898C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a570284a41eb2c49a4be49de3dbf47d4__bool_BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_TESObjectREFR_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const_{ 0x051D8D60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a7d20714e2bedf05a2eaff1a14cadb0e__bool_{ 0x053BABC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a92cb212e0c9e4029c20a1608aaad2c8__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ 0x052016B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a98af305c72ec1d7d42a50f119da401e__unsignedint_unsignedint_{ 0x051841B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aa321167f73bc4314b494422307fd3cb__bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B97A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aa5a7c9ec632aa41eb9d900b683e59ae__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6880 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ab2956ef3874c7327baac4a4fd1e0587__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x05389300 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ad5325dfce933c193059c2263bffa9a7__void_BSNavmesh_unsignedshort_{ 0x053B1A10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aeaa890bbec529704a23057acb63055e__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274BF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_af37dbc58291228fa17575f3f5514807__bool_{ 0x0515D990 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0651812a17537ef4a7a2b5bd049f263__void_NiAVObject_{ 0x052C59D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0daad66d9ea9cc2f9bc1e8091c642a6__void_StarMap__StarMapMenuDataModel_{ 0x05292A10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b287914ef1b9c47e50401af9d37be0b8__bool_{ 0x051A19C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b2e6d265e49f3f259f8d93ac906833e6__void_BSStaticStringT_256__{ 0x052A5770 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5062a6341f584318813928e08ec57c8__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052497F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5af0774f897d6f73014029542b2d196__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523AA50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b619c8a6435cceea64892dbd0c2b6f58__void_BSStaticStringT_256__{ 0x05356000 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b6894088232929f5bbbfcddc852fc813__bool_TESForm_{ 0x051808A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b8adb9b94d348bfca5f7430c346d4c13__void_bool_{ 0x05206280 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b8e9bc5d147114a6fb0aa17f9191600e__void_bool_charconst_{ 0x05234C40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ba8354cb34924f6ee87eab8c4251bb03__BSContainer__ForEachResult_TESWorldSpace_{ 0x0528E8C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bb06f8cde39993cad27f205f1e9dd8b5__BSContainer__ForEachResult_TESWorldSpace_{ 0x0528E9F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bb82b45a7dc31f738908214ece7fd73a__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053BBC40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bd28f7dc0da84c9316956f381f885024__SAVE_ENUM_{ 0x052AE3E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_be99175c1a3fb92882a59897d02d0742__void_StarMap__StarMapMenuDataModel_{ 0x05291610 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf6360a1480758b64aee1820e8698c21__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053B9FB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf7be3e2469839c1528a7daa967ecabb__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274970 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c00da64bbc504913d17fb4a7345f186f__void_BSStaticStringT_256__{ 0x051CD100 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c04ec9b618c631b95963f0d6e486d467__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x0519F0F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c0978bec8811153aa41dd95c214757a8__unsignedint_unsignedint_unsignedint_{ 0x051BC2F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c2a9287d208da64d9451b8eea3e7022c__bool_BGSKeyword_{ 0x0524A1E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c35d4d124ee333af5f6d11bdddd65015__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x05160C60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c3e512cf5ac9273a691e1c4536cff24a__void_bool_{ 0x052269C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c4eb954fa3250d975daf6a1f4c2c9e69__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6470 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c6162a2cd2fa0ab721881ff296ca51b1__void_{ 0x0535E8E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c92fc5f4e33427213723f154199566d3__void_NiAVObject_{ 0x0518D080 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cac117a2ac663b225e9ccf722f18bd83__void_StarMap__StarMapMenuDataModel_{ 0x0528E820 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cbf98e7aa7df6dcbb409533a83a2c2f2__void_{ 0x053DCDB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cc06547d5a9fa678c9e1b59e1047e1e2__BSContainer__ForEachResult_TESWorldSpace_{ 0x05253240 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ccb0995f66872967e3496a27cbcabf31__void_StarMap__StarMapMenuDataModel_{ 0x05295D40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cd1b219a9894caa48fd3c6139cae94b6__void_StarMap__StarMapMenuDataModel_{ 0x052983D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cff7ac17f3ff33ee1068cc49ca8c07fd__bool_BGSInventoryItemconst_{ 0x05273E10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0433be74cd6b285a703c61ddee73707__void_StarMap__StarMapMenuDataModel_{ 0x05295E80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0850e7c8da20129b9a2fe8547abdc22__bool_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9410 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d15581431c682bfc2a431b1212fabb23__bool_{ 0x051621B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d171162562a65c2174a62885db0a1980__float_{ 0x05183F30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d1efb26eddbf0a1e02f7572dcc3f420b__float_{ 0x051840B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d24918deb50f3d0fe878ca9e78bdf67b__std__basic_string_char_std__char_traits_char__std__allocator_char___{ 0x05230680 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d29174c7ab176ffdadbee3a5e10d20ff__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x052BF2D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d30b3d2bf0d81ab8d81fbb2e6bc1e2bc__bool_{ 0x053570E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d35bae9f9bc5a397e81bcc51cc423197__void_ParticleSystemDefineconst_Particles__SystemUIDconst_{ 0x053AAD80 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d5ab17ae024e850c200a956be059431f__bool_BGSKeyword_{ 0x0523FF00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d7b085274860d2135a602745c1b3d991__BSContainer__ForEachResult_BSGalaxy__LonLatconst_{ 0x052BF3A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d8ef1d42174594208bda38c6f7653f0c__bool_{ 0x053E5D00 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d92c96b2f00a2de51e16165ba7693893__void_bool_charconst_{ 0x052A2480 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dabae78fc584f28522f91becb6a557a3__BSContainer__ForEachResult_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPackIn_TESObjectREFR_TESBoundObject_NiTransform_{ 0x0515B480 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dac31f85bd92ddedd5f880cf06c77d81__bool_{ 0x053A1E30 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_db414b62be9eb7460d09aca8211fdaee__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E65B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd40e82dea12d7f5dbfa2445390a6e63__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ 0x051D0320 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd925d92c6321151be103a8b3cea2872__void_bool_charconst_{ 0x05371CC0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd9c3e1720b621232c3ff81d39e17bc0__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ 0x05325F40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_de6d41042d4621200a421f846f0ab6b9__bool_{ 0x05206300 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_df3ffc8ae1a757b3ca9687ef57b97535__void_BSStaticStringT_256__{ 0x051D08A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_df947e02352e7499ee3566db307574c4__void_BSStaticStringT_256__{ 0x051CD4D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dfddaa17ec722334142b676240e03418__bool_TESObjectREFRconst_{ 0x052BF8B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e0e0a7ae28a948c7c394ad430b8c5f6a__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9630 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e10a8b491b0f288ac2b18c93e719bac2__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ 0x0515B690 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e18c1d2743463aa399897ea41d58acae__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ 0x052AE7B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e1b91009675d63951bb78c3cf01dd60f__void_BSService__Commands__NewFrameconst_{ 0x05161410 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e2865da9f22f254cbe77209c696ef9d6__int_CrewInfoconst_CrewInfoconst_{ 0x052373C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e2d73a3a4871c3dd2c2e7396c1442582__BSContainer__ForEachResult_unsignedint_float_bool_{ 0x051E6330 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e34d8af755772960ed49eae882dcacf7__void_{ 0x052BBD70 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e3d10b1d05fdafbd80d376f30cea6dbb__void_CreationRenderer__Messaging__PipelineGenerationProgressedEventconst_{ 0x052B9F50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e44bf0152bfdf7067309cda2218766bb__BSContainer__ForEachResult_TESWorldSpace_{ 0x052A8E60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e47649b90794eec9d46759a85025a9d3__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ 0x053B9460 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e5bdf68c9c6eae1a453f780cba758f2a__BSContainer__ForEachResult_BSComponentDB2__ID_{ 0x051ED1A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cbdd43a14ee5d143515ed734ee7f1b__bool_{ 0x053FCD20 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cebf1fd2b4ac64f7d33432c86d3503__bool_BGSPackIn_{ 0x052017D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e79a22c1a618c403bec8cd1f63b39cab__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05249610 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e7a328bc2d56f34255cab6b4330b2f08__void_BSStreaming__ErrorCode_{ 0x052AC9E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e83a86ad3bb21dd0ec617d8dcd79b25f__void_{ 0x053C7E10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9b1ee2388ed1065e3a0e3ccd477be21__void_BSStaticStringT_256__{ 0x051ED100 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9bd6a359218e655c091af9600c6811f__bool_BSNavmeshTriangleconst_{ 0x0518C080 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9fc14e8b37e9c906cada13c35fb74c1__void_{ 0x0515B7C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ea0a800643fe07932b38a765fc75a64f__void_{ 0x052AB1F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eaaa1576b0d12bef99bd656016e7a31c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ 0x051E33C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec19e7f3b1c8c3eebf942fedf73994d2__void_BSFixedStringconst_{ 0x0536DF50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec89fc56104bfbe112d8ecb80973751c__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B94C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ed50157d4fb1f53f7df19115a0044336__void_BSStaticStringT_256__{ 0x052CA780 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_edf15e2e98380c533ee24e4523f1d2f2__bool_NiPoint3const_float_{ 0x053B72E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eeaa47941b55b48442c6a25ebf2ec063__unsignedint_unsignedint_unsignedint_{ 0x051A1330 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_efe8a3d3cb36127b35cbe3e020446fc3__bool_BGSInventoryItemconst_{ 0x05248D50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eff255ed01ab414932ae318376f60db8__void_BSTSmartPointer_BSBind__IDataBinding_BSTSmartPointerIntrusiveRefCount_const_{ 0x052A9070 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f04dd471191f348a9a1c2dc2b1c2443f__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x05249750 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f3dc8ffb8114ae985316d444368b69af__float_Point2DTagType_Tag__CellPointTag_int_const_{ 0x051B9360 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f4cc8a43e357d2702f2343473bbcfed1__bool_{ 0x051585B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f5d9c6be902abf31e1095fbe7bd905dc__void_StarMap__StarMapMenuDataModel_{ 0x052917A0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f642ca88eef0f79ff07165caf5a1f613__void_NiAVObject_{ 0x051574F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f64cd3b62736a62d9945da0e3f6b73ba__void_{ 0x0532A840 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faeabeb21b2347891ffeeda7ee25e214__void_StarMap__StarMapMenuDataModel_{ 0x05291570 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faee9da40c8ab30155cfce02618d94c5__void_TESObjectARMAconst_{ 0x05157860 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb01caa949c6d5dba1b4f0131d97fd1f__void_BSStaticStringT_256__{ 0x05226030 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb354590749ae7d66a5b8a68c14687e2__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ 0x053C8600 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb4e0ea9482ad2f30718782260307e64__void_{ 0x0535FF60 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fd914ce1b16543d9e7c527b35eb5569e__int_CrewInfoconst_CrewInfoconst_{ 0x05237540 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ff3c54e56cfbf54a8ece0ec214e83148__bool_{ 0x052EE030 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___Actorconst_ActorValueInfoconst__bool_Actorconst_ActorValueInfoconst_{ 0x051EE480 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSInventoryItemconst__bool_BGSInventoryItemconst_{ 0x052555D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSSnapTemplateNodeconst__bool_BGSSnapTemplateNodeconst_{ 0x0516AE50 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar__bool_BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar_{ 0x052F5710 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSResource__ID__bool_BSResource__ID_{ 0x053A1EB0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_float___Workshop__RootWorkshopStructconst__float_Workshop__RootWorkshopStructconst_{ 0x0512C6C0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ 0x0523A910 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PickpocketItemDataconst_PickpocketItemDataconst_{ 0x05274A10 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ 0x052498F0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ArmorCraftingMenu____BGSInventoryItemconst__ArmorCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ 0x05267B90 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_BarterMenu____BGSInventoryItemconst_bool__BarterMenu_std___Ph_1_const_bool__bool_BGSInventoryItemconst_{ 0x05268320 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ContainerMenu____BGSInventoryItemconst__ContainerMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ 0x053269B0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_WeaponsCraftingMenu____BGSInventoryItemconst__WeaponsCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ 0x0529D440 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__HeartBeat__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__HeartBeat__Metrics__{ 0x051562D0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__Performance__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__Performance__Metrics__{ 0x05156800 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_std__tuple_float_float____float_bool__std__tuple_float_float__float_bool_{ 0x0512C740 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char______void__stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char____{ 0x052BBBF0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___Actor_ActorValueInfoconst_float_float_Actor__void_Actor_ActorValueInfoconst_float_float_Actor_{ 0x051EE380 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSGalaxy__Render__GalaxyScene__void_BSGalaxy__Render__GalaxyScene_{ 0x053513E0 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst__void_BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst_{ 0x053BCD40 }; + inline constexpr REL::Offset stl__unique_function_impl__detail__TypeErasedFuncImpl_void___void__void_{ 0x052BAB70 }; + inline constexpr REL::Offset tinyfsm__DynamicStateStaticAllocPolicy_WorkshopUI__UISMContext_WorkshopUI__StateInterfaceI_32_16_{ 0x05127610 }; + inline constexpr REL::Offset tinyfsm__Event{ 0x0535A808 }; + inline constexpr REL::Offset tinyfsm__Fsm_WorkshopUI__UISMContext_WorkshopUI__StateInterfaceI_tinyfsm__DynamicStateStaticAllocPolicy_WorkshopUI__UISMContext_WorkshopUI__StateInterfaceI_32_16__{ 0x05127550 }; + inline constexpr REL::Offset type_info{ 0x050C8B30 }; + inline constexpr REL::Offset void___BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator__{ 0x05090200 }; + inline constexpr REL::Offset void___BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable__{ 0x05090160 }; + inline constexpr REL::Offset void___TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ 0x050967B0 }; + inline constexpr REL::Offset void___cpr__CurlHolder_{ 0x0508A770 }; + inline constexpr REL::Offset void___void_{ 0x050927D8 }; + inline constexpr REL::Offset winrt__hresult_access_denied{ 0x05096938 }; + inline constexpr REL::Offset winrt__hresult_canceled{ 0x05096B10 }; + inline constexpr REL::Offset winrt__hresult_changed_state{ 0x05096860 }; + inline constexpr REL::Offset winrt__hresult_class_not_available{ 0x050968C8 }; + inline constexpr REL::Offset winrt__hresult_error{ 0x05096898 }; + inline constexpr REL::Offset winrt__hresult_illegal_delegate_assignment{ 0x050969B0 }; + inline constexpr REL::Offset winrt__hresult_illegal_method_call{ 0x05096A60 }; + inline constexpr REL::Offset winrt__hresult_illegal_state_change{ 0x05096AD0 }; + inline constexpr REL::Offset winrt__hresult_invalid_argument{ 0x05096900 }; + inline constexpr REL::Offset winrt__hresult_no_interface{ 0x05096A98 }; + inline constexpr REL::Offset winrt__hresult_not_implemented{ 0x05096970 }; + inline constexpr REL::Offset winrt__hresult_out_of_bounds{ 0x050969F0 }; + inline constexpr REL::Offset winrt__hresult_wrong_thread{ 0x05096A28 }; + inline constexpr REL::Offset winrt__impl__IMarshal{ 0x053726D8 }; + inline constexpr REL::Offset winrt__impl__abi_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad__void___type{ 0x053724B0 }; + inline constexpr REL::Offset winrt__impl__abi_winrt__Windows__Foundation__IUnknown_void___type{ 0x053725F0 }; + inline constexpr REL::Offset winrt__impl__delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_594f3bda6a21738130d296ce7e47531c__{ 0x05372710 }; + inline constexpr REL::Offset winrt__impl__implements_delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_594f3bda6a21738130d296ce7e47531c__{ 0x05372530 }; + inline constexpr REL::Offset winrt__impl__make_marshaler__2__marshaler{ 0x05372650 }; + } +} diff --git a/CommonLibSF/include/RE/Offsets_VTABLE.h b/CommonLibSF/include/RE/Offsets_VTABLE.h index c5f03d53..8f0c760f 100644 --- a/CommonLibSF/include/RE/Offsets_VTABLE.h +++ b/CommonLibSF/include/RE/Offsets_VTABLE.h @@ -6,22395 +6,22370 @@ namespace RE { namespace VTABLE { - inline constexpr std::array AK__StreamMgr__IAkFileLocationResolver{ REL::Offset(0x044577D8) }; - inline constexpr std::array AK__StreamMgr__IAkLowLevelIOHook{ REL::Offset(0x044577F8) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshInfoSearch_AStarParam_DefaultSearchQueue_BSTSmartPointer_BSNavmeshInfo_BSTSmartPointerIntrusiveRefCount__BSTSmartPointer_BSPathingDoor_BSTSmartPointerIntrusiveRefCount___AStarParam_CustomExpectedConnections_22___{ REL::Offset(0x045A09C0) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchBase_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0444C678) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x04599C88) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x044F8F50) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x045A1EA0) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x04450C88) }; - inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x04599DC0) }; - inline constexpr std::array AStarSearch_AStarParameters_BSPathSmootherPOVSearch_AStarParam_CustomSearchQueue_AStarQueue_AdaptiveBuckets_BSPathSmootherPOVNode_BSPathSmootherPOVLink___AStarParam_CustomExpectedConnections_12___{ REL::Offset(0x0459A828) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FAFB0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FAEF0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04462AF8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04463140) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04471120) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04470448) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04470760) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FF0B0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FF0C8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FD2A0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FE160) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04466E88) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04466F48) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04510130) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04510070) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044F7D60) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044F8120) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045087F8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04508250) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FF680) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FEE40) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FF3F8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FF740) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04503F30) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04503DC8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045044A8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04503D20) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04513190) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045132F8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450CDA8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450CBC8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04511D10) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04511E78) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FC4B8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FC698) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04508600) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045088A0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450CAF0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450CA30) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450D2A0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450D480) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0445DB48) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0445D9E0) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04462EB8) }; - inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04463290) }; - inline constexpr std::array AStarSearch_AStarParameters_GravJumpSearch_AStarParam_DefaultSearchQueue_StarNode_StarLink__AStarParam_CustomExpectedConnections_100___{ REL::Offset(0x04378C68) }; - inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchClosePoint_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04450C70) }; - inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchLOS_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04450DF8) }; - inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchFitSphere__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04450D00) }; - inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04450D30) }; - inline constexpr std::array AStarSearch_AStarParameters_TeleportDoorSearch_AStarParam_DefaultSearchQueue_ParentSpaceNode_TeleportLink__AStarParam_CustomExpectedConnections_1___{ REL::Offset(0x04450B78) }; - inline constexpr std::array AabbHitCollector{ REL::Offset(0x0406B190) }; - inline constexpr std::array AbsorbEffect{ REL::Offset(0x044C24A0) }; - inline constexpr std::array AccumulatingValueModifierEffect{ REL::Offset(0x044C25D8) }; - inline constexpr std::array ActionActivateDoneHandler{ REL::Offset(0x044E34D0) }; - inline constexpr std::array ActionInput{ REL::Offset(0x0436E488) }; - inline constexpr std::array ActionOutput{ REL::Offset(0x043438E8) }; - inline constexpr std::array ActiveEffect{ REL::Offset(0x044C2868) }; - inline constexpr std::array ActiveEffectReferenceEffectController{ REL::Offset(0x044C2960) }; - inline constexpr std::array ActiveModItemDataModel{ REL::Offset(0x04487AD0) }; - inline constexpr std::array ActiveModItemDataModel__ActiveModItemEventShuttle{ REL::Offset(0x04488448) }; - inline constexpr std::array ActiveTriggers____hknpBSSpecificBodiesCollector{ REL::Offset(0x04413930) }; - inline constexpr std::array Actor{ REL::Offset(0x044D66F8), REL::Offset(0x044D6710), REL::Offset(0x044D6728), REL::Offset(0x044D6740), REL::Offset(0x044D6758), REL::Offset(0x044D6770), REL::Offset(0x044D6788), REL::Offset(0x044D67A0), REL::Offset(0x044D67C8), REL::Offset(0x044D6840), REL::Offset(0x044D69F0), REL::Offset(0x044D6A58), REL::Offset(0x044D6A68), REL::Offset(0x044D6B38), REL::Offset(0x044D6B58), REL::Offset(0x044D6B70), REL::Offset(0x044D6B88), REL::Offset(0x044D6B98), REL::Offset(0x044D6BA8), REL::Offset(0x044D6BB8), REL::Offset(0x044D6BC8), REL::Offset(0x044D6C18), REL::Offset(0x044D6C30), REL::Offset(0x044D6C48), REL::Offset(0x044D6C60), REL::Offset(0x044D6C78) }; - inline constexpr std::array ActorKnowledge{ REL::Offset(0x044E14E0) }; - inline constexpr std::array ActorMagicCaster{ REL::Offset(0x044C2B28), REL::Offset(0x044C2B40), REL::Offset(0x044C2C18) }; - inline constexpr std::array ActorMovementDeltaSmoothedChannel_Actor_float_{ REL::Offset(0x044E1868) }; - inline constexpr std::array ActorMover{ REL::Offset(0x044DF150) }; - inline constexpr std::array ActorPackageData{ REL::Offset(0x044D92A0) }; - inline constexpr std::array ActorSceneNextPhaseHandler{ REL::Offset(0x044E5EC0) }; - inline constexpr std::array ActorUtils__ArmorRatingVisitor{ REL::Offset(0x044D7A48) }; - inline constexpr std::array ActorUtils__ArmorRatingVisitorBase{ REL::Offset(0x044C7E88) }; - inline constexpr std::array ActorValueBindingUpdaterService{ REL::Offset(0x0434D6E0) }; - inline constexpr std::array ActorValueInfo{ REL::Offset(0x044432F8), REL::Offset(0x04443310), REL::Offset(0x04443628) }; - inline constexpr std::array ActorValueOwner{ REL::Offset(0x043C9E70) }; - inline constexpr std::array ActorValueSnapshot{ REL::Offset(0x03F26790) }; - inline constexpr std::array Actor__ForEachSpellVisitor{ REL::Offset(0x044C80D8) }; - inline constexpr std::array AddRagdollHandler{ REL::Offset(0x044E3200) }; - inline constexpr std::array AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler{ REL::Offset(0x04352570) }; - inline constexpr std::array AimAssistData{ REL::Offset(0x0438A3A8) }; - inline constexpr std::array AimAssist__Circle{ REL::Offset(0x03F26610) }; - inline constexpr std::array AimAssist__Ellipse{ REL::Offset(0x0445D178) }; - inline constexpr std::array AimAssist__Pill{ REL::Offset(0x044604F0) }; - inline constexpr std::array AimDownSightData{ REL::Offset(0x0438AFB8) }; - inline constexpr std::array AimModelData{ REL::Offset(0x0438B990) }; - inline constexpr std::array AimOpticalSightData{ REL::Offset(0x0438C048) }; - inline constexpr std::array AimOpticalSightStates__Active{ REL::Offset(0x04462298) }; - inline constexpr std::array AimOpticalSightStates__Base{ REL::Offset(0x044621B8) }; - inline constexpr std::array AimOpticalSightStates__BetweenShots{ REL::Offset(0x04462238) }; - inline constexpr std::array AimOpticalSightStates__Deinitialization{ REL::Offset(0x044620B8) }; - inline constexpr std::array AimOpticalSightStates__Inactive{ REL::Offset(0x044622C8) }; - inline constexpr std::array AimOpticalSightStates__Initialization{ REL::Offset(0x04462188) }; - inline constexpr std::array AimOpticalSightStates__Ready{ REL::Offset(0x04462268) }; - inline constexpr std::array AlarmPackage{ REL::Offset(0x044E0640), REL::Offset(0x044E0658) }; - inline constexpr std::array AlchemyItem{ REL::Offset(0x043600E8), REL::Offset(0x04360148), REL::Offset(0x043601A8), REL::Offset(0x04360208), REL::Offset(0x04360268), REL::Offset(0x043602C8), REL::Offset(0x04360340), REL::Offset(0x04360360), REL::Offset(0x043603D0), REL::Offset(0x04360430), REL::Offset(0x04360448), REL::Offset(0x04360940), REL::Offset(0x043609A8) }; - inline constexpr std::array AliasLegendaryRankCalculator{ REL::Offset(0x0440A050) }; - inline constexpr std::array AllowRotationHandler{ REL::Offset(0x044E3218) }; - inline constexpr std::array AllowRotationHandlerReference{ REL::Offset(0x044E6028) }; - inline constexpr std::array AmmoData{ REL::Offset(0x044A0E18) }; - inline constexpr std::array AnimGraph{ REL::Offset(0x04562490) }; - inline constexpr std::array AnimGraphNode{ REL::Offset(0x04561508) }; - inline constexpr std::array AnimatedCameraDeltaStartHandler{ REL::Offset(0x044E3740) }; - inline constexpr std::array AnimatedCameraEndHandler{ REL::Offset(0x044E3788) }; - inline constexpr std::array AnimatedCameraStartHandler{ REL::Offset(0x044E3758) }; - inline constexpr std::array AnimationClipDataSingleton{ REL::Offset(0x0456B010), REL::Offset(0x0456B098) }; - inline constexpr std::array AnimationCompleteHandler{ REL::Offset(0x044E38C0) }; - inline constexpr std::array AnimationCorrectedNode{ REL::Offset(0x0456A340) }; - inline constexpr std::array AnimationCorrectedNodeInstance{ REL::Offset(0x0456A2D0) }; - inline constexpr std::array AnimationDrivenHandler{ REL::Offset(0x044E3290) }; - inline constexpr std::array AnimationDrivenHandlerReference{ REL::Offset(0x044E6010) }; - inline constexpr std::array AnimationFileManagerSingleton{ REL::Offset(0x0456B0C8) }; - inline constexpr std::array AnimationGraphInstance{ REL::Offset(0x045624D8) }; - inline constexpr std::array AnimationImpactSelector{ REL::Offset(0x045696B0) }; - inline constexpr std::array AnimationImpactSelectorInstance{ REL::Offset(0x04569718) }; - inline constexpr std::array AnimationManager{ REL::Offset(0x045610B8), REL::Offset(0x04561228), REL::Offset(0x04561238), REL::Offset(0x04561248) }; - inline constexpr std::array AnimationNode{ REL::Offset(0x0456ACF0) }; - inline constexpr std::array AnimationNodeInstance{ REL::Offset(0x0456AC80) }; - inline constexpr std::array AnimationObjectDrawHandler{ REL::Offset(0x044E3680) }; - inline constexpr std::array AnimationObjectHideHandler{ REL::Offset(0x044E36C8) }; - inline constexpr std::array AnimationObjectLoadHandler{ REL::Offset(0x044E3728) }; - inline constexpr std::array AnimationObjectUnequipAllHandler{ REL::Offset(0x044E3698) }; - inline constexpr std::array AnimationObjectUnequipHandler{ REL::Offset(0x044E3710) }; - inline constexpr std::array AnimationRagdoll{ REL::Offset(0x04569F98) }; - inline constexpr std::array AnimationRagdollDrive{ REL::Offset(0x04569E38) }; - inline constexpr std::array AnimationRagdollDriveInstance{ REL::Offset(0x04569EA0) }; - inline constexpr std::array AnimationRagdollInstance{ REL::Offset(0x04569F28) }; - inline constexpr std::array AnimationStanceDataSingletonDBData{ REL::Offset(0x0456B2C0) }; - inline constexpr std::array AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform_{ REL::Offset(0x0456B1D8) }; - inline constexpr std::array AnimationStreamLoadGame{ REL::Offset(0x043D02D0) }; - inline constexpr std::array AnimationStreamSaveGame{ REL::Offset(0x043D0348) }; - inline constexpr std::array AnimationSystemUtils__QueuedAnimationHandles{ REL::Offset(0x04454750) }; - inline constexpr std::array AnimationSystemUtils__QueuedModelHandles{ REL::Offset(0x044547E8) }; - inline constexpr std::array AnimationSystemUtils__QueuedReferenceAnimationTask{ REL::Offset(0x044546A8) }; - inline constexpr std::array AnimationSystemUtils__TESModelAndAnimationHandles{ REL::Offset(0x04349C70) }; - inline constexpr std::array AntiGravityEffect{ REL::Offset(0x044C2D80) }; - inline constexpr std::array AnticipateAttackHandler{ REL::Offset(0x044E31E8) }; - inline constexpr std::array ArchiveFile{ REL::Offset(0x045B27A0) }; - inline constexpr std::array ArmorCraftingMenu{ REL::Offset(0x044A4D18), REL::Offset(0x044A4DF8), REL::Offset(0x044A4E10), REL::Offset(0x044A4E68), REL::Offset(0x044A4E80), REL::Offset(0x044A4EE8), REL::Offset(0x044A4F00), REL::Offset(0x044A4F18), REL::Offset(0x044A4F30), REL::Offset(0x044A4F48), REL::Offset(0x044A4F60), REL::Offset(0x044A4F78), REL::Offset(0x044A4F90), REL::Offset(0x044A4FA8) }; - inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Key__{ REL::Offset(0x044AB388), REL::Offset(0x044AB3D0) }; - inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ REL::Offset(0x044ACDD0), REL::Offset(0x044ACE38) }; - inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ REL::Offset(0x044AB438), REL::Offset(0x044AB480) }; - inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ REL::Offset(0x04496EA8), REL::Offset(0x04496F10) }; - inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ REL::Offset(0x04496DB0), REL::Offset(0x04496F58) }; - inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BE7B8), REL::Offset(0x044BE800) }; - inline constexpr std::array ArrayNestedUIValue_AlertData_0_{ REL::Offset(0x04486B28), REL::Offset(0x04486B70) }; - inline constexpr std::array ArrayNestedUIValue_ArrayAction_0_{ REL::Offset(0x044972C8), REL::Offset(0x04497330) }; - inline constexpr std::array ArrayNestedUIValue_AssignmentCategory_0_{ REL::Offset(0x04495550), REL::Offset(0x044955B8) }; - inline constexpr std::array ArrayNestedUIValue_AssignmentInfo_0_{ REL::Offset(0x04495DA8), REL::Offset(0x04495E10) }; - inline constexpr std::array ArrayNestedUIValue_BackgroundDatum_0_{ REL::Offset(0x044AF3A0), REL::Offset(0x044AF408) }; - inline constexpr std::array ArrayNestedUIValue_BuffInfo_0_{ REL::Offset(0x0448F4E8), REL::Offset(0x0448F530) }; - inline constexpr std::array ArrayNestedUIValue_BuildItemData_0_{ REL::Offset(0x0449C9D8), REL::Offset(0x0449CA20) }; - inline constexpr std::array ArrayNestedUIValue_BuilderRequirementsData__InputRequirement_0_{ REL::Offset(0x0449CA88), REL::Offset(0x0449CAD0) }; - inline constexpr std::array ArrayNestedUIValue_CargoLinkData__CargoLinkResource_0_{ REL::Offset(0x0449D6E0), REL::Offset(0x0449D728) }; - inline constexpr std::array ArrayNestedUIValue_ComponentFlashEventInfo_0_{ REL::Offset(0x04496FC0), REL::Offset(0x044970B8) }; - inline constexpr std::array ArrayNestedUIValue_ControlBindingsData__InputSetting_0_{ REL::Offset(0x04493818), REL::Offset(0x04493860) }; - inline constexpr std::array ArrayNestedUIValue_ControlConflictsData__ConflictingControl_0_{ REL::Offset(0x04493978), REL::Offset(0x044951F8) }; - inline constexpr std::array ArrayNestedUIValue_ControlConflictsData__ControlConflicts_0_{ REL::Offset(0x044936B8), REL::Offset(0x04493700) }; - inline constexpr std::array ArrayNestedUIValue_ControlMapDataModel__MappedEvent_0_{ REL::Offset(0x0458F2E0), REL::Offset(0x0458F328) }; - inline constexpr std::array ArrayNestedUIValue_CraftingRecipesDataModel__RecipeData_0_{ REL::Offset(0x04487870), REL::Offset(0x044878D8) }; - inline constexpr std::array ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_0_{ REL::Offset(0x0447E6B8), REL::Offset(0x0447E700) }; - inline constexpr std::array ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_0_{ REL::Offset(0x0447E650), REL::Offset(0x0447E768) }; - inline constexpr std::array ArrayNestedUIValue_CreditsDataModel__CreditsSection_0_{ REL::Offset(0x04477E18), REL::Offset(0x04477E60) }; - inline constexpr std::array ArrayNestedUIValue_CrewInfo_0_{ REL::Offset(0x04495600), REL::Offset(0x04495668) }; - inline constexpr std::array ArrayNestedUIValue_CrewSkillInfo_0_{ REL::Offset(0x0447F308), REL::Offset(0x0447F350) }; - inline constexpr std::array ArrayNestedUIValue_DialogueUIDataModel__DialogueEntryData_0_{ REL::Offset(0x0449E2B0), REL::Offset(0x0449E410) }; - inline constexpr std::array ArrayNestedUIValue_DialogueUIDataModel__PersuasionEntryData_0_{ REL::Offset(0x0449E330), REL::Offset(0x0449E378) }; - inline constexpr std::array ArrayNestedUIValue_DocData_0_{ REL::Offset(0x04489788), REL::Offset(0x04489838) }; - inline constexpr std::array ArrayNestedUIValue_EffectData_0_{ REL::Offset(0x04486AC0), REL::Offset(0x04486BD8) }; - inline constexpr std::array ArrayNestedUIValue_EffectGroup_0_{ REL::Offset(0x0448F2E8), REL::Offset(0x0448F330) }; - inline constexpr std::array ArrayNestedUIValue_ExplosiveIndicator_0_{ REL::Offset(0x044815D8), REL::Offset(0x04481688) }; - inline constexpr std::array ArrayNestedUIValue_FavoritesManager__FavoritesEntryData_0_{ REL::Offset(0x0451E220), REL::Offset(0x0451E268) }; - inline constexpr std::array ArrayNestedUIValue_FireForgetModel__EventNameShuttle_0_{ REL::Offset(0x044818A0), REL::Offset(0x04481908) }; - inline constexpr std::array ArrayNestedUIValue_HUDCommandIconData_0_{ REL::Offset(0x044A1168), REL::Offset(0x044A11D0) }; - inline constexpr std::array ArrayNestedUIValue_HUDDirectionalHitData_0_{ REL::Offset(0x044A1640), REL::Offset(0x044A16A8) }; - inline constexpr std::array ArrayNestedUIValue_HUDEnemyData__EnemyDatum_0_{ REL::Offset(0x044851D0), REL::Offset(0x04485218) }; - inline constexpr std::array ArrayNestedUIValue_HUDHitKillDatum_0_{ REL::Offset(0x04484B70), REL::Offset(0x04484BB8) }; - inline constexpr std::array ArrayNestedUIValue_HUDLocationData_0_{ REL::Offset(0x044853B8), REL::Offset(0x04485400) }; - inline constexpr std::array ArrayNestedUIValue_HailingData_0_{ REL::Offset(0x04496DF8), REL::Offset(0x04496E60) }; - inline constexpr std::array ArrayNestedUIValue_HelpTopicData_0_{ REL::Offset(0x0447CF20), REL::Offset(0x0447CF68) }; - inline constexpr std::array ArrayNestedUIValue_HudModeVisibilityInfo_0_{ REL::Offset(0x04485C50), REL::Offset(0x04485C98) }; - inline constexpr std::array ArrayNestedUIValue_IconData_DS_0_{ REL::Offset(0x044BBF58), REL::Offset(0x044BBFA0) }; - inline constexpr std::array ArrayNestedUIValue_ImageFixtureUIData_0_{ REL::Offset(0x04479638), REL::Offset(0x04479680) }; - inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__ElementalStatInfo_0_{ REL::Offset(0x04478A50), REL::Offset(0x04478B00) }; - inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__InventoryCategoryData_0_{ REL::Offset(0x04482960), REL::Offset(0x044829A8) }; - inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__InventoryItem_0_{ REL::Offset(0x044828B0), REL::Offset(0x044828F8) }; - inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__ModInfo_0_{ REL::Offset(0x044789E0), REL::Offset(0x04478A98) }; - inline constexpr std::array ArrayNestedUIValue_ItemModsDataModel__ItemModData_0_{ REL::Offset(0x044882B0), REL::Offset(0x04488340) }; - inline constexpr std::array ArrayNestedUIValue_ItemModsDataModel__ItemModSlotData_0_{ REL::Offset(0x044882F8), REL::Offset(0x044883A8) }; - inline constexpr std::array ArrayNestedUIValue_Key_0_{ REL::Offset(0x044AB2D8), REL::Offset(0x044AB320) }; - inline constexpr std::array ArrayNestedUIValue_LevelUpPerkData_0_{ REL::Offset(0x044A1B78), REL::Offset(0x044A1BC0) }; - inline constexpr std::array ArrayNestedUIValue_LoadSavePanelData__CharacterData_0_{ REL::Offset(0x04488EB0), REL::Offset(0x04488F18) }; - inline constexpr std::array ArrayNestedUIValue_LoadSavePanelData__GameData_0_{ REL::Offset(0x04488E00), REL::Offset(0x04488E68) }; - inline constexpr std::array ArrayNestedUIValue_MainMenuListData__ActionData_0_{ REL::Offset(0x044897F0), REL::Offset(0x04489880) }; - inline constexpr std::array ArrayNestedUIValue_MessageButton_0_{ REL::Offset(0x0451F720), REL::Offset(0x0451F788) }; - inline constexpr std::array ArrayNestedUIValue_MiscInfo_0_{ REL::Offset(0x0448F398), REL::Offset(0x0448F3E0) }; - inline constexpr std::array ArrayNestedUIValue_MissionDetailsEntry_DS_0_{ REL::Offset(0x044A7DD8), REL::Offset(0x044A7E20) }; - inline constexpr std::array ArrayNestedUIValue_MissionListEntry_DS_0_{ REL::Offset(0x044A7D28), REL::Offset(0x044A7D70) }; - inline constexpr std::array ArrayNestedUIValue_MonocleUIDataModel__ResourceData_0_{ REL::Offset(0x0449EF28), REL::Offset(0x0449EF70) }; - inline constexpr std::array ArrayNestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_0_{ REL::Offset(0x0449F008), REL::Offset(0x0449F050) }; - inline constexpr std::array ArrayNestedUIValue_MonocleUIDataModel__SocialSpellData_0_{ REL::Offset(0x0449F0E8), REL::Offset(0x0449F130) }; - inline constexpr std::array ArrayNestedUIValue_NewCompassMarker_0_{ REL::Offset(0x04484550), REL::Offset(0x04484598) }; - inline constexpr std::array ArrayNestedUIValue_ObjectiveData_0_{ REL::Offset(0x044A3328), REL::Offset(0x044A3390) }; - inline constexpr std::array ArrayNestedUIValue_Patch_0_{ REL::Offset(0x044ACD20), REL::Offset(0x044ACD88) }; - inline constexpr std::array ArrayNestedUIValue_PauseMenuListData__ActionData_0_{ REL::Offset(0x0448B880), REL::Offset(0x0448B8C8) }; - inline constexpr std::array ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_0_{ REL::Offset(0x0448D0D0), REL::Offset(0x0448D1A0) }; - inline constexpr std::array ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_0_{ REL::Offset(0x0448D138), REL::Offset(0x0448D200) }; - inline constexpr std::array ArrayNestedUIValue_PickpocketItemData_0_{ REL::Offset(0x044A9EE8), REL::Offset(0x044A9F30) }; - inline constexpr std::array ArrayNestedUIValue_PlayerInventoryItem_0_{ REL::Offset(0x0448DF18), REL::Offset(0x0448DF60) }; - inline constexpr std::array ArrayNestedUIValue_Powers_0_{ REL::Offset(0x04479C50), REL::Offset(0x04479C98) }; - inline constexpr std::array ArrayNestedUIValue_QuestDataModel__Objective_0_{ REL::Offset(0x0448FF88), REL::Offset(0x0448FFF0) }; - inline constexpr std::array ArrayNestedUIValue_QuestDataModel__Quest_0_{ REL::Offset(0x0448F6E0), REL::Offset(0x0448F748) }; - inline constexpr std::array ArrayNestedUIValue_QuestUpdate_0_{ REL::Offset(0x044A3110), REL::Offset(0x044A3158) }; - inline constexpr std::array ArrayNestedUIValue_RankData_0_{ REL::Offset(0x044ADC60), REL::Offset(0x044ADD10) }; - inline constexpr std::array ArrayNestedUIValue_Requirements_0_{ REL::Offset(0x044ADC18), REL::Offset(0x044ADCA8) }; - inline constexpr std::array ArrayNestedUIValue_ResearchCategoryPreview_0_{ REL::Offset(0x04491630), REL::Offset(0x044916E0) }; - inline constexpr std::array ArrayNestedUIValue_ResearchPopupInfo__ItemInfo_0_{ REL::Offset(0x04491518), REL::Offset(0x044915E8) }; - inline constexpr std::array ArrayNestedUIValue_ResearchProjectDetails__LinkedProject_0_{ REL::Offset(0x044913B8), REL::Offset(0x044914D0) }; - inline constexpr std::array ArrayNestedUIValue_ResearchProjectDetails__MaterialRequirment_0_{ REL::Offset(0x04491420), REL::Offset(0x04491580) }; - inline constexpr std::array ArrayNestedUIValue_ResearchProjectPreview_0_{ REL::Offset(0x04491468), REL::Offset(0x04491698) }; - inline constexpr std::array ArrayNestedUIValue_Ring_0_{ REL::Offset(0x044AB228), REL::Offset(0x044AB270) }; - inline constexpr std::array ArrayNestedUIValue_RolloverActivationButtonData_0_{ REL::Offset(0x044832E0), REL::Offset(0x04483328) }; - inline constexpr std::array ArrayNestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_0_{ REL::Offset(0x04493768), REL::Offset(0x044937B0) }; - inline constexpr std::array ArrayNestedUIValue_ShipComponent_0_{ REL::Offset(0x04480180), REL::Offset(0x044801E8) }; - inline constexpr std::array ArrayNestedUIValue_ShipHangar__ShipMenuTab_DS_0_{ REL::Offset(0x0447AA90), REL::Offset(0x0447AAD8) }; - inline constexpr std::array ArrayNestedUIValue_Skill_0_{ REL::Offset(0x04480030), REL::Offset(0x04480078) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__ColorTabData_DS_0_{ REL::Offset(0x0435B2D0), REL::Offset(0x0435B318) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_0_{ REL::Offset(0x04359A28), REL::Offset(0x04359A90) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__FlightCheckTab_DS_0_{ REL::Offset(0x04359978), REL::Offset(0x043599E0) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__HelpEntry_DS_0_{ REL::Offset(0x0435E558), REL::Offset(0x0435EB40) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__ModuleEntry_DS_0_{ REL::Offset(0x0434C1C8), REL::Offset(0x0434C230) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__StatEntry_DS_0_{ REL::Offset(0x0435E4F0), REL::Offset(0x0435E608) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_0_{ REL::Offset(0x0434B750), REL::Offset(0x0434B7B8) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_0_{ REL::Offset(0x0435A5A8), REL::Offset(0x0435A610) }; - inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_0_{ REL::Offset(0x04359AD8), REL::Offset(0x04359B40) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__BodyInfoToUI_0_{ REL::Offset(0x0447FF10), REL::Offset(0x0447FF68) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__BodyPOIDef_0_{ REL::Offset(0x044B5098), REL::Offset(0x044B50E0) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__BodyPOIMarkersDef_0_{ REL::Offset(0x044B51F8), REL::Offset(0x044B5240) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__BodyPOIPos_0_{ REL::Offset(0x044B5148), REL::Offset(0x044B5190) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__GalaxyMarkerData_0_{ REL::Offset(0x044B6C08), REL::Offset(0x044B6C70) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__GalaxyMarkerDef_0_{ REL::Offset(0x044B6B58), REL::Offset(0x044B6BC0) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__MenuMarkerCoords_0_{ REL::Offset(0x044B8338), REL::Offset(0x044B83A0) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__Outpost_DS_0_{ REL::Offset(0x044BB4A8), REL::Offset(0x044BB4F0) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__PlanetInfoToUI_0_{ REL::Offset(0x04480118), REL::Offset(0x04480230) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__ResourceInfoFlashObject_0_{ REL::Offset(0x04497120), REL::Offset(0x04497188) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__StarMapMenuMarkerData_0_{ REL::Offset(0x044B8288), REL::Offset(0x044B82F0) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_0_{ REL::Offset(0x044B8240), REL::Offset(0x044B83E8) }; - inline constexpr std::array ArrayNestedUIValue_StarMap__SurfaceMarkerStaticData_0_{ REL::Offset(0x044BA4C0), REL::Offset(0x044BA508) }; - inline constexpr std::array ArrayNestedUIValue_StatCategory_0_{ REL::Offset(0x0448F188), REL::Offset(0x0448F1D0) }; - inline constexpr std::array ArrayNestedUIValue_SubSettingsList__GeneralSetting_0_{ REL::Offset(0x044938C8), REL::Offset(0x04493910) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData_0_{ REL::Offset(0x043A9530), REL::Offset(0x043A95C0) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_0_{ REL::Offset(0x043A9788), REL::Offset(0x043A9880) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_0_{ REL::Offset(0x043A9200), REL::Offset(0x043A9268) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_0_{ REL::Offset(0x043A9360), REL::Offset(0x043A93C8) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_0_{ REL::Offset(0x043A9838), REL::Offset(0x043A9930) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__CodeBuiltSliderMetadata_0_{ REL::Offset(0x043A92B0), REL::Offset(0x043A9318) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__CodeBuiltStepperData_0_{ REL::Offset(0x043A98E8), REL::Offset(0x043A99E0) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__HeadPartMetadata_0_{ REL::Offset(0x043A96D8), REL::Offset(0x043A97D0) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__MorphSliderData_0_{ REL::Offset(0x043A9578), REL::Offset(0x043A9670) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData_0_{ REL::Offset(0x043A6F48), REL::Offset(0x043A6FB0) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_0_{ REL::Offset(0x043A6E98), REL::Offset(0x043A6F00) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_0_{ REL::Offset(0x043A90F0), REL::Offset(0x043A9158) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_0_{ REL::Offset(0x043A9040), REL::Offset(0x043A90A8) }; - inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendSliderMetadata_0_{ REL::Offset(0x043A9998), REL::Offset(0x043A9A48) }; - inline constexpr std::array ArrayNestedUIValue_TargetCombatValues_0_{ REL::Offset(0x04497238), REL::Offset(0x04497378) }; - inline constexpr std::array ArrayNestedUIValue_TargetComponentData_0_{ REL::Offset(0x04498CE8), REL::Offset(0x04498D50) }; - inline constexpr std::array ArrayNestedUIValue_TargetHighFreq_0_{ REL::Offset(0x04497008), REL::Offset(0x04497070) }; - inline constexpr std::array ArrayNestedUIValue_TargetLowFreq_0_{ REL::Offset(0x044971D0), REL::Offset(0x04497280) }; - inline constexpr std::array ArrayNestedUIValue_TestMenu__TestData__ArcanaData_0_{ REL::Offset(0x044BE638), REL::Offset(0x044BE680) }; - inline constexpr std::array ArrayNestedUIValue_TestMenu__TestResourcesData__ResourceData_0_{ REL::Offset(0x044BE708), REL::Offset(0x044BE750) }; - inline constexpr std::array ArrayNestedUIValue_TraitDatum_0_{ REL::Offset(0x044AF450), REL::Offset(0x044AF4B8) }; - inline constexpr std::array ArrayNestedUIValue_TraitInfo_0_{ REL::Offset(0x0448F238), REL::Offset(0x0448F280) }; - inline constexpr std::array ArrayNestedUIValue_UICraftingUtils__SkillRequirement_0_{ REL::Offset(0x0435E4A8), REL::Offset(0x0435E5A0) }; - inline constexpr std::array ArrayNestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_0_{ REL::Offset(0x04357518), REL::Offset(0x04357580) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopAreaResourcesData__AreaResource_0_{ REL::Offset(0x0449B058), REL::Offset(0x0449B0C0) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopCategoryBarData__CategoryBarData_0_{ REL::Offset(0x0449B1B8), REL::Offset(0x0449B220) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData_0_{ REL::Offset(0x0449B108), REL::Offset(0x0449B170) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_0_{ REL::Offset(0x0449C428), REL::Offset(0x0449C490) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopInterfaceShared__ItemRequirement_0_{ REL::Offset(0x0449AEF8), REL::Offset(0x0449AF60) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopInterfaceShared__ResourceProduced_0_{ REL::Offset(0x0449AFA8), REL::Offset(0x0449B010) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopTargetMenu__OutpostData_0_{ REL::Offset(0x044C1458), REL::Offset(0x044C14C0) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopTargetMenu__ResourceData_0_{ REL::Offset(0x044C0FB0), REL::Offset(0x044C1018) }; - inline constexpr std::array ArrayNestedUIValue_WorkshopTargetMenu__TargetData_0_{ REL::Offset(0x044C1060), REL::Offset(0x044C1120) }; - inline constexpr std::array ArrayNestedUIValue_XPData_0_{ REL::Offset(0x044A1918), REL::Offset(0x044A1960) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_AlertData__0_{ REL::Offset(0x04487110), REL::Offset(0x04487158) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ArrayAction__0_{ REL::Offset(0x04496BE8), REL::Offset(0x04496C50) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_AssignmentCategory__0_{ REL::Offset(0x04495718), REL::Offset(0x04495780) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_AssignmentInfo__0_{ REL::Offset(0x04495A70), REL::Offset(0x04495AD8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_BackgroundDatum__0_{ REL::Offset(0x044AF800), REL::Offset(0x044AF908) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_BuffInfo__0_{ REL::Offset(0x0448EF20), REL::Offset(0x0448F0C8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_BuildItemData__0_{ REL::Offset(0x0449C820), REL::Offset(0x0449C868) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_BuilderRequirementsData__InputRequirement__0_{ REL::Offset(0x0449C770), REL::Offset(0x0449CDC8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CargoLinkData__CargoLinkResource__0_{ REL::Offset(0x0449D5E8), REL::Offset(0x0449D630) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ComponentFlashEventInfo__0_{ REL::Offset(0x044977F0), REL::Offset(0x044979B8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ControlBindingsData__InputSetting__0_{ REL::Offset(0x04494AB8), REL::Offset(0x04494B00) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ControlConflictsData__ConflictingControl__0_{ REL::Offset(0x04493FF8), REL::Offset(0x04494120) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ControlConflictsData__ControlConflicts__0_{ REL::Offset(0x04493DA8), REL::Offset(0x044941D0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ControlMapDataModel__MappedEvent__0_{ REL::Offset(0x0458F5C8), REL::Offset(0x0458F610) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CraftingRecipesDataModel__RecipeData__0_{ REL::Offset(0x04487708), REL::Offset(0x04487770) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__0_{ REL::Offset(0x0447E920), REL::Offset(0x0447EC70) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__0_{ REL::Offset(0x0447E818), REL::Offset(0x0447E860) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CreditsDataModel__CreditsSection__0_{ REL::Offset(0x04477BC0), REL::Offset(0x04477CC8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CrewInfo__0_{ REL::Offset(0x04495C28), REL::Offset(0x04495C90) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_CrewSkillInfo__0_{ REL::Offset(0x0447F6A8), REL::Offset(0x0447F6F0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_DialogueUIDataModel__DialogueEntryData__0_{ REL::Offset(0x0449EAB0), REL::Offset(0x0449EAF8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__0_{ REL::Offset(0x0449E760), REL::Offset(0x0449EA00) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_DocData__0_{ REL::Offset(0x0448A098), REL::Offset(0x0448A100) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_EffectData__0_{ REL::Offset(0x04486970), REL::Offset(0x044869B8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_EffectGroup__0_{ REL::Offset(0x0448E8F8), REL::Offset(0x0448E940) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ExplosiveIndicator__0_{ REL::Offset(0x04481528), REL::Offset(0x04481590) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_FavoritesManager__FavoritesEntryData__0_{ REL::Offset(0x0451DBC8), REL::Offset(0x0451DC10) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_FireForgetModel__EventNameShuttle__0_{ REL::Offset(0x04481A20), REL::Offset(0x04481A88) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HUDCommandIconData__0_{ REL::Offset(0x044A1070), REL::Offset(0x044A10D8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HUDDirectionalHitData__0_{ REL::Offset(0x044A13B0), REL::Offset(0x044A1590) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HUDEnemyData__EnemyDatum__0_{ REL::Offset(0x04485068), REL::Offset(0x044850B0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HUDHitKillDatum__0_{ REL::Offset(0x04484828), REL::Offset(0x04484870) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HUDLocationData__0_{ REL::Offset(0x044854C0), REL::Offset(0x04485760) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HailingData__0_{ REL::Offset(0x04498530), REL::Offset(0x04498878) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HelpTopicData__0_{ REL::Offset(0x0447CC20), REL::Offset(0x0447CEC0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_HudModeVisibilityInfo__0_{ REL::Offset(0x04485E18), REL::Offset(0x04485E60) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_IconData_DS__0_{ REL::Offset(0x044BC248), REL::Offset(0x044BC290) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ImageFixtureUIData__0_{ REL::Offset(0x04479A28), REL::Offset(0x04479A70) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__0_{ REL::Offset(0x044790E0), REL::Offset(0x04479288) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__0_{ REL::Offset(0x04483100), REL::Offset(0x04483148) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryItem__0_{ REL::Offset(0x04482A78), REL::Offset(0x04482CB0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__ModInfo__0_{ REL::Offset(0x04478F08), REL::Offset(0x04479030) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModData__0_{ REL::Offset(0x04487F30), REL::Offset(0x04488038) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModSlotData__0_{ REL::Offset(0x04487C70), REL::Offset(0x04488150) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_Key__0_{ REL::Offset(0x044ABA50), REL::Offset(0x044ABA98) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_LevelUpPerkData__0_{ REL::Offset(0x044A1EC8), REL::Offset(0x044A1F30) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_LoadSavePanelData__CharacterData__0_{ REL::Offset(0x04488B30), REL::Offset(0x04488C38) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_LoadSavePanelData__GameData__0_{ REL::Offset(0x04488A18), REL::Offset(0x04488D50) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MainMenuListData__ActionData__0_{ REL::Offset(0x0448A2D0), REL::Offset(0x0448A338) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MessageButton__0_{ REL::Offset(0x0451F7D0), REL::Offset(0x0451F838) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MiscInfo__0_{ REL::Offset(0x0448E6C8), REL::Offset(0x0448E710) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MissionDetailsEntry_DS__0_{ REL::Offset(0x044A81C0), REL::Offset(0x044A8208) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MissionListEntry_DS__0_{ REL::Offset(0x044A7FA0), REL::Offset(0x044A7FE8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MonocleUIDataModel__ResourceData__0_{ REL::Offset(0x0449FA40), REL::Offset(0x0449FCC8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__0_{ REL::Offset(0x0449F5E8), REL::Offset(0x0449F888) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_MonocleUIDataModel__SocialSpellData__0_{ REL::Offset(0x0449F938), REL::Offset(0x0449F980) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_NewCompassMarker__0_{ REL::Offset(0x044844A0), REL::Offset(0x044844E8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ObjectiveData__0_{ REL::Offset(0x044A2EF0), REL::Offset(0x044A3018) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_Patch__0_{ REL::Offset(0x044AD4F0), REL::Offset(0x044AD558) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_PauseMenuListData__ActionData__0_{ REL::Offset(0x0448B710), REL::Offset(0x0448B818) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__0_{ REL::Offset(0x0448C900), REL::Offset(0x0448CA28) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__0_{ REL::Offset(0x0448C6B0), REL::Offset(0x0448CAD8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_PickpocketItemData__0_{ REL::Offset(0x044AA078), REL::Offset(0x044AA0C0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_PlayerInventoryItem__0_{ REL::Offset(0x0448E098), REL::Offset(0x0448E1C0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_Powers__0_{ REL::Offset(0x0447A0C0), REL::Offset(0x0447A108) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_QuestDataModel__Objective__0_{ REL::Offset(0x0448FDD8), REL::Offset(0x0448FF00) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_QuestDataModel__Quest__0_{ REL::Offset(0x0448FAA8), REL::Offset(0x0448FC68) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_QuestUpdate__0_{ REL::Offset(0x044A2D28), REL::Offset(0x044A2D70) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_RankData__0_{ REL::Offset(0x044ACF30), REL::Offset(0x044AD038) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_Requirements__0_{ REL::Offset(0x044AD150), REL::Offset(0x044AD258) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchCategoryPreview__0_{ REL::Offset(0x04490C40), REL::Offset(0x04490C88) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchPopupInfo__ItemInfo__0_{ REL::Offset(0x04490AC0), REL::Offset(0x04490B08) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchProjectDetails__LinkedProject__0_{ REL::Offset(0x04491140), REL::Offset(0x04491188) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchProjectDetails__MaterialRequirment__0_{ REL::Offset(0x04491238), REL::Offset(0x04491280) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchProjectPreview__0_{ REL::Offset(0x04490A10), REL::Offset(0x04490A58) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_Ring__0_{ REL::Offset(0x044AB718), REL::Offset(0x044AB760) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_RolloverActivationButtonData__0_{ REL::Offset(0x04482DD8), REL::Offset(0x04482FE8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__0_{ REL::Offset(0x04494BD0), REL::Offset(0x04494D78) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ShipComponent__0_{ REL::Offset(0x04480FB0), REL::Offset(0x04481018) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_ShipHangar__ShipMenuTab_DS__0_{ REL::Offset(0x0447A7F8), REL::Offset(0x0447A840) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_Skill__0_{ REL::Offset(0x04480B08), REL::Offset(0x04480C10) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__ColorTabData_DS__0_{ REL::Offset(0x0435B5F8), REL::Offset(0x0435B640) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__0_{ REL::Offset(0x0435A3B8), REL::Offset(0x0435A420) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__0_{ REL::Offset(0x04359C90), REL::Offset(0x04359CF8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__HelpEntry_DS__0_{ REL::Offset(0x0435F058), REL::Offset(0x0435F180) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__0_{ REL::Offset(0x0434C2D0), REL::Offset(0x0434C338) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__StatEntry_DS__0_{ REL::Offset(0x0435E700), REL::Offset(0x0435E828) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__0_{ REL::Offset(0x0434BB08), REL::Offset(0x0434BB70) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__0_{ REL::Offset(0x04359EB0), REL::Offset(0x04359F18) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__0_{ REL::Offset(0x0435A198), REL::Offset(0x0435A200) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyInfoToUI__0_{ REL::Offset(0x044802A8), REL::Offset(0x044803B0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyPOIDef__0_{ REL::Offset(0x044B47C8), REL::Offset(0x044B4810) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyPOIMarkersDef__0_{ REL::Offset(0x044B4C08), REL::Offset(0x044B4C50) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyPOIPos__0_{ REL::Offset(0x044B4B58), REL::Offset(0x044B4BA0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerData__0_{ REL::Offset(0x044B64F0), REL::Offset(0x044B6558) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerDef__0_{ REL::Offset(0x044B6440), REL::Offset(0x044B64A8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__MenuMarkerCoords__0_{ REL::Offset(0x044B8450), REL::Offset(0x044B8608) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__Outpost_DS__0_{ REL::Offset(0x044BB270), REL::Offset(0x044BB2B8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__PlanetInfoToUI__0_{ REL::Offset(0x04480520), REL::Offset(0x04480638) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__ResourceInfoFlashObject__0_{ REL::Offset(0x04497BD8), REL::Offset(0x04497CF0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__StarMapMenuMarkerData__0_{ REL::Offset(0x044B7B50), REL::Offset(0x044B7BB8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__0_{ REL::Offset(0x044B7AA0), REL::Offset(0x044B7B08) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__SurfaceMarkerStaticData__0_{ REL::Offset(0x044BA700), REL::Offset(0x044BA748) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_StatCategory__0_{ REL::Offset(0x0448EE08), REL::Offset(0x0448EE50) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_SubSettingsList__GeneralSetting__0_{ REL::Offset(0x04494330), REL::Offset(0x044944D8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__0_{ REL::Offset(0x043A7980), REL::Offset(0x043A79E8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__0_{ REL::Offset(0x043A70A8), REL::Offset(0x043A71B0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__0_{ REL::Offset(0x043A8A90), REL::Offset(0x043A8B98) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__0_{ REL::Offset(0x043A8768), REL::Offset(0x043A8870) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__0_{ REL::Offset(0x043A8ED0), REL::Offset(0x043A8FD8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__0_{ REL::Offset(0x043A88D8), REL::Offset(0x043A8978) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltStepperData__0_{ REL::Offset(0x043A8CB0), REL::Offset(0x043A8DB8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__HeadPartMetadata__0_{ REL::Offset(0x043A72C8), REL::Offset(0x043A73D0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__MorphSliderData__0_{ REL::Offset(0x043A7878), REL::Offset(0x043A78E0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__0_{ REL::Offset(0x043A7550), REL::Offset(0x043A75B8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__0_{ REL::Offset(0x043A84A8), REL::Offset(0x043A8510) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__0_{ REL::Offset(0x043A8068), REL::Offset(0x043A80D0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__0_{ REL::Offset(0x043A8288), REL::Offset(0x043A82F0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendSliderMetadata__0_{ REL::Offset(0x043A7E48), REL::Offset(0x043A7EB0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TargetCombatValues__0_{ REL::Offset(0x04498A78), REL::Offset(0x04498AE0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TargetComponentData__0_{ REL::Offset(0x04497500), REL::Offset(0x04497858) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TargetHighFreq__0_{ REL::Offset(0x044985F0), REL::Offset(0x04498658) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TargetLowFreq__0_{ REL::Offset(0x04498760), REL::Offset(0x044987C8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TestMenu__TestData__ArcanaData__0_{ REL::Offset(0x044BEBF8), REL::Offset(0x044BEC40) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TestMenu__TestResourcesData__ResourceData__0_{ REL::Offset(0x044BEB48), REL::Offset(0x044BEE90) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TraitDatum__0_{ REL::Offset(0x044AF5E0), REL::Offset(0x044AF6E8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_TraitInfo__0_{ REL::Offset(0x0448E778), REL::Offset(0x0448E7C0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_UICraftingUtils__SkillRequirement__0_{ REL::Offset(0x0435E8D8), REL::Offset(0x0435EA80) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__0_{ REL::Offset(0x04357880), REL::Offset(0x043578E8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopAreaResourcesData__AreaResource__0_{ REL::Offset(0x0449C020), REL::Offset(0x0449C088) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__0_{ REL::Offset(0x0449BD38), REL::Offset(0x0449BDA0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__0_{ REL::Offset(0x0449BB00), REL::Offset(0x0449BB68) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__0_{ REL::Offset(0x0449BA50), REL::Offset(0x0449BAB8) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__0_{ REL::Offset(0x0449B830), REL::Offset(0x0449B898) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__0_{ REL::Offset(0x0449B618), REL::Offset(0x0449B680) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopTargetMenu__OutpostData__0_{ REL::Offset(0x044C0E98), REL::Offset(0x044C0F00) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopTargetMenu__ResourceData__0_{ REL::Offset(0x044C1608), REL::Offset(0x044C1670) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopTargetMenu__TargetData__0_{ REL::Offset(0x044C0988), REL::Offset(0x044C09F0) }; - inline constexpr std::array ArrayUIValue_NestedUIValue_XPData__0_{ REL::Offset(0x044A1E18), REL::Offset(0x044A1E80) }; - inline constexpr std::array ArrayUIValue_StringUIValue_0_{ REL::Offset(0x04477A60), REL::Offset(0x04477AC8) }; - inline constexpr std::array ArrayUIValue_StringUIValue_3_{ REL::Offset(0x0435D1D8), REL::Offset(0x0435D240) }; - inline constexpr std::array ArrayUIValue_TUIValue_BSFixedStringCS__0_{ REL::Offset(0x0448CF60), REL::Offset(0x0448D088) }; - inline constexpr std::array ArrayUIValue_TUIValue_BSFixedString__0_{ REL::Offset(0x043A8558), REL::Offset(0x043A8650) }; - inline constexpr std::array ArrayUIValue_TUIValue_float__0_{ REL::Offset(0x043A7770), REL::Offset(0x043A77D8) }; - inline constexpr std::array ArrayUIValue_TUIValue_int__0_{ REL::Offset(0x04497C40), REL::Offset(0x04497CA8) }; - inline constexpr std::array ArrayUIValue_TUIValue_int__3_{ REL::Offset(0x0435D0D0), REL::Offset(0x0435D170) }; - inline constexpr std::array ArrayUIValue_TUIValue_unsignedint__0_{ REL::Offset(0x0435B210), REL::Offset(0x0435B380) }; - inline constexpr std::array ArrowAttachHandler{ REL::Offset(0x044E3410) }; - inline constexpr std::array ArrowDetachHandler{ REL::Offset(0x044E3398) }; - inline constexpr std::array ArrowProjectile{ REL::Offset(0x044E6B18), REL::Offset(0x044E6B30), REL::Offset(0x044E7628), REL::Offset(0x044E7640), REL::Offset(0x044E7658), REL::Offset(0x044E7670), REL::Offset(0x044E7688), REL::Offset(0x044E7758), REL::Offset(0x044E7770), REL::Offset(0x044E77D8), REL::Offset(0x044E77F8) }; - inline constexpr std::array AssignVariable{ REL::Offset(0x04569B30) }; - inline constexpr std::array AssignVariableInstance{ REL::Offset(0x04569B98) }; - inline constexpr std::array AssigniState{ REL::Offset(0x04569A58) }; - inline constexpr std::array AssigniStateInstance{ REL::Offset(0x04569AC0) }; - inline constexpr std::array AttachDistant3DTask{ REL::Offset(0x043689C0) }; - inline constexpr std::array AttachReferenceHandler{ REL::Offset(0x044E39C8) }; - inline constexpr std::array AttackStopHandler{ REL::Offset(0x044E4B58) }; - inline constexpr std::array AttractionObjectLOSUtils__CacheEntry{ REL::Offset(0x0445AE28) }; - inline constexpr std::array AutoRegisterCombatObjectType_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___{ REL::Offset(0x03F119D8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAcquireSearchDebugData_{ REL::Offset(0x03F14E58) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAimController_{ REL::Offset(0x03F149D0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAlignRollPathController_{ REL::Offset(0x03F14C78) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAnimatedPath_{ REL::Offset(0x03F145C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatApproachTargetPathController_{ REL::Offset(0x03F143B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAreaHoldPosition_{ REL::Offset(0x03F14A20) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAreaReference_{ REL::Offset(0x03F14C50) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAreaShape_{ REL::Offset(0x03F15290) }; - inline constexpr std::array AutoRegisterCombatObject_CombatAreaStandard_{ REL::Offset(0x03F151F0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatBarrelRollPathController_{ REL::Offset(0x03F15060) }; - inline constexpr std::array AutoRegisterCombatObject_CombatChangePositionPathController_{ REL::Offset(0x03F14138) }; - inline constexpr std::array AutoRegisterCombatObject_CombatChargingSearchData_{ REL::Offset(0x03F14430) }; - inline constexpr std::array AutoRegisterCombatObject_CombatCluster_{ REL::Offset(0x03F14958) }; - inline constexpr std::array AutoRegisterCombatObject_CombatCoverSearchDebugData_{ REL::Offset(0x03F148B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatCoverSearchResult_{ REL::Offset(0x03F15038) }; - inline constexpr std::array AutoRegisterCombatObject_CombatCoverSearch_{ REL::Offset(0x03F14FC0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatCoveredPathDebugData_{ REL::Offset(0x03F14E30) }; - inline constexpr std::array AutoRegisterCombatObject_CombatDialogueDebugData_{ REL::Offset(0x03F14340) }; - inline constexpr std::array AutoRegisterCombatObject_CombatDisableActionController_{ REL::Offset(0x03F14840) }; - inline constexpr std::array AutoRegisterCombatObject_CombatDisableAimController_{ REL::Offset(0x03F15268) }; - inline constexpr std::array AutoRegisterCombatObject_CombatDisableCollisionController_{ REL::Offset(0x04508948) }; - inline constexpr std::array AutoRegisterCombatObject_CombatEnterCoverPathController_{ REL::Offset(0x03F15088) }; - inline constexpr std::array AutoRegisterCombatObject_CombatFlankingSearchData_{ REL::Offset(0x03F15150) }; - inline constexpr std::array AutoRegisterCombatObject_CombatFleeAimController_{ REL::Offset(0x03F13FA8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatFollowTargetPathController_{ REL::Offset(0x03F15100) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInceptionDebugData_{ REL::Offset(0x03F152E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemGrenade_{ REL::Offset(0x03F14ED0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__{ REL::Offset(0x03F122C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__{ REL::Offset(0x03F11C58) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__{ REL::Offset(0x03F12108) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__{ REL::Offset(0x03F11FA0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__{ REL::Offset(0x03F11C08) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__{ REL::Offset(0x03F12428) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__{ REL::Offset(0x03F11B68) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__{ REL::Offset(0x03F11BE0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__{ REL::Offset(0x03EECD80) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__{ REL::Offset(0x03F11DE8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__{ REL::Offset(0x03F11F78) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__{ REL::Offset(0x03F124A0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__{ REL::Offset(0x03F12658) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__{ REL::Offset(0x03F11F28) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__{ REL::Offset(0x03F12298) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F11A78) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__{ REL::Offset(0x03F12590) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__{ REL::Offset(0x03F126A8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__{ REL::Offset(0x03EEC6B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__{ REL::Offset(0x03F11E38) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__{ REL::Offset(0x03F123D8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__{ REL::Offset(0x03F126D0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__{ REL::Offset(0x03F12040) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__{ REL::Offset(0x03F11B90) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__{ REL::Offset(0x03F12130) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__{ REL::Offset(0x03F12568) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__{ REL::Offset(0x03F11CD0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__{ REL::Offset(0x03F11D20) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__{ REL::Offset(0x03F12400) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__{ REL::Offset(0x03F12248) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__{ REL::Offset(0x03F11EB0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__{ REL::Offset(0x03F11E10) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F11AC8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__{ REL::Offset(0x03F122E8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__{ REL::Offset(0x03F12608) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__{ REL::Offset(0x03F121A8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__{ REL::Offset(0x03F12518) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__{ REL::Offset(0x03F12360) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__{ REL::Offset(0x03F11AF0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__{ REL::Offset(0x03F120B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__{ REL::Offset(0x03EECE70) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__{ REL::Offset(0x03F12090) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__{ REL::Offset(0x03F11F50) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__{ REL::Offset(0x03F12388) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__{ REL::Offset(0x03F123B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__{ REL::Offset(0x03F12680) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__{ REL::Offset(0x03F12270) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__{ REL::Offset(0x03F12158) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__{ REL::Offset(0x03F11ED8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F126F8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__{ REL::Offset(0x03F124C8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__{ REL::Offset(0x03F121D0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__{ REL::Offset(0x03F12220) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__{ REL::Offset(0x03F125B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__{ REL::Offset(0x03F11F00) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__{ REL::Offset(0x03F12720) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__{ REL::Offset(0x03EEC750) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__{ REL::Offset(0x03F12540) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__{ REL::Offset(0x03F11A28) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__{ REL::Offset(0x03F11FF0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__{ REL::Offset(0x03F12630) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__{ REL::Offset(0x03F12478) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__{ REL::Offset(0x03F11D98) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__{ REL::Offset(0x03F11D48) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__{ REL::Offset(0x03F12450) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__{ REL::Offset(0x03F125E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F124F0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__{ REL::Offset(0x03F12338) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMelee_{ REL::Offset(0x03F14598) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemOneHandedBlock_{ REL::Offset(0x03F15010) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemRanged_{ REL::Offset(0x03F14A98) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemShield_{ REL::Offset(0x03F14EF8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemThrown_{ REL::Offset(0x03F14BB0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemTorch_{ REL::Offset(0x03F14E80) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterArmor_{ REL::Offset(0x03F15308) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterBoundItem_{ REL::Offset(0x03F142C8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterChameleon_{ REL::Offset(0x03F14728) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterCloak_{ REL::Offset(0x03F14908) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterDash_{ REL::Offset(0x03F14F70) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterDisarm_{ REL::Offset(0x03F14048) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterInvisibility_{ REL::Offset(0x03F14688) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterLight_{ REL::Offset(0x03F149F8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterOffensive_{ REL::Offset(0x03F143E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterParalyze_{ REL::Offset(0x03F14E08) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterReanimate_{ REL::Offset(0x03F14250) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterRestore_{ REL::Offset(0x03F144F8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterScript_{ REL::Offset(0x03F147A0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterStagger_{ REL::Offset(0x03F152B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterSummon_{ REL::Offset(0x03F14548) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterTargetEffect_{ REL::Offset(0x03F14C00) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterWard_{ REL::Offset(0x03F14930) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMantlePathController_{ REL::Offset(0x03F15218) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMatchTargetAimController_{ REL::Offset(0x03F14DB8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMeleeAimController_{ REL::Offset(0x03F140C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMeleeAttackController_{ REL::Offset(0x03F14F98) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMeleeDebugData_{ REL::Offset(0x03F14BD8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMovementRequestActivateTarget_{ REL::Offset(0x04465DA0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatMovementRequestFollowActor_{ REL::Offset(0x03F14D90) }; - inline constexpr std::array AutoRegisterCombatObject_CombatNavmeshCoverLocation_{ REL::Offset(0x03F14188) }; - inline constexpr std::array AutoRegisterCombatObject_CombatNavmeshPathingDebugData_{ REL::Offset(0x03F141B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathBuilderTrackInfo_{ REL::Offset(0x03F14F48) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathBuilderTracker_{ REL::Offset(0x03F15240) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F135F8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F13F58) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F135A8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F13D78) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13350) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ REL::Offset(0x03F13648) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ REL::Offset(0x03F13AD0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F133F0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13940) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F12E78) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ REL::Offset(0x03F04F98) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F054E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F039B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ REL::Offset(0x03F132D8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13E40) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13E90) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ REL::Offset(0x03F13E68) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F13C10) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EECAD8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F12F68) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13B70) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F134E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ REL::Offset(0x03F040B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F13468) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F13210) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13EE0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F13A08) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F138A0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F13A80) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F13CB0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F13A30) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F13C88) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F13170) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13DA0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F130D0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__{ REL::Offset(0x03F12C48) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F129C8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F12D60) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F12B08) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F12BD0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F04348) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ REL::Offset(0x03F130F8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ REL::Offset(0x03F13BC0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F05190) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F04660) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13CD8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ REL::Offset(0x03F04E80) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F05508) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F03AF0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ REL::Offset(0x03F13760) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13DF0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F133A0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ REL::Offset(0x03F131C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03EECCB8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EECAB0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F13698) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13C60) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F134B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ REL::Offset(0x03F04108) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F12AB8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F127E8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F12A40) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F12950) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F128D8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F12838) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__{ REL::Offset(0x03F12D38) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__{ REL::Offset(0x03F12A90) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F12B58) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__{ REL::Offset(0x03F12CC0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__{ REL::Offset(0x03F12D10) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__{ REL::Offset(0x03F129A0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__{ REL::Offset(0x03F12C70) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__{ REL::Offset(0x03F12BA8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__{ REL::Offset(0x03F12888) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F12900) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__{ REL::Offset(0x03F12BF8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__{ REL::Offset(0x03F12A68) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__{ REL::Offset(0x03F12C20) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F12CE8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__{ REL::Offset(0x03F12770) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__{ REL::Offset(0x03F12B30) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__{ REL::Offset(0x03F12A18) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__{ REL::Offset(0x03F12978) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__{ REL::Offset(0x03F12C98) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F12D88) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F128B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F127C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F13D50) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F13080) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F13878) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F135D0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F136C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F13918) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13828) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F13260) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F13148) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F12EF0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F13850) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F12DD8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F13058) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F137D8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13DC8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F12F40) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F13990) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F13EB8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F13F30) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F13738) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F139B8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ REL::Offset(0x03F13440) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ REL::Offset(0x03F04AB8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F051E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F04700) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13B98) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ REL::Offset(0x03F04EA8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F05580) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F03AA0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ REL::Offset(0x03F13B48) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13D28) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13BE8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ REL::Offset(0x03F138C8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03EECC90) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EECA38) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F13AA8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13008) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EEC638) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ REL::Offset(0x03F13288) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F13F08) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F12E00) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13530) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F13670) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F13580) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F13F80) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F13B20) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F13030) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F13E18) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F13490) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13788) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F13968) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathingDebugData_{ REL::Offset(0x03F13FF8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathingDelayedTweener_{ REL::Offset(0x03F14700) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathingRequestDebugData_{ REL::Offset(0x03F14AE8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathingSearchArea_{ REL::Offset(0x03F14980) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPathingTweener_{ REL::Offset(0x03F151C8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPositionReservation_{ REL::Offset(0x03F14EA8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatPositionTracker_{ REL::Offset(0x03F15128) }; - inline constexpr std::array AutoRegisterCombatObject_CombatProjectileAimController_{ REL::Offset(0x03F14D68) }; - inline constexpr std::array AutoRegisterCombatObject_CombatProjectileDebugData_{ REL::Offset(0x03F14458) }; - inline constexpr std::array AutoRegisterCombatObject_CombatRangedMovementPathSpeedController_{ REL::Offset(0x03F14228) }; - inline constexpr std::array AutoRegisterCombatObject_CombatSearchMap2D_{ REL::Offset(0x03F14868) }; - inline constexpr std::array AutoRegisterCombatObject_CombatSearchMap3D_{ REL::Offset(0x03F149A8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatShipGenericPathController_{ REL::Offset(0x03F14B88) }; - inline constexpr std::array AutoRegisterCombatObject_CombatShipPursueTargetPathController_{ REL::Offset(0x03F14F20) }; - inline constexpr std::array AutoRegisterCombatObject_CombatSoftCoverLocation_{ REL::Offset(0x03F147F0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatSpatialGraphPathingDebugData_{ REL::Offset(0x03F14660) }; - inline constexpr std::array AutoRegisterCombatObject_CombatStandardCoverLocation_{ REL::Offset(0x03F14778) }; - inline constexpr std::array AutoRegisterCombatObject_CombatSuppressiveFireBehavior_{ REL::Offset(0x03F14CC8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetLocationSearchResult_{ REL::Offset(0x03EEC5C0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetLocationSearch_{ REL::Offset(0x03F14480) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetLocation_{ REL::Offset(0x03F14D40) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorFixed_{ REL::Offset(0x03F14B60) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorPreferred_{ REL::Offset(0x03F146B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorRandom_{ REL::Offset(0x03F151A0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorSpaceship_{ REL::Offset(0x03F140E8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorStandard_{ REL::Offset(0x03F150D8) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorWorkshopObject_{ REL::Offset(0x03F14638) }; - inline constexpr std::array AutoRegisterCombatObject_CombatThreatExplosion_{ REL::Offset(0x03F144D0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatThreatLOF_{ REL::Offset(0x03F14A48) }; - inline constexpr std::array AutoRegisterCombatObject_CombatThreatMelee_{ REL::Offset(0x03F14DE0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatThreatProjectile_{ REL::Offset(0x03F150B0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTrackTargetAimController_{ REL::Offset(0x03F148E0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTunnelPathController_{ REL::Offset(0x03F14B10) }; - inline constexpr std::array AutoRegisterCombatObject_CombatTunnelPathingRequestData_{ REL::Offset(0x03F142F0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatViewControllerGlance_{ REL::Offset(0x03F14610) }; - inline constexpr std::array AutoRegisterCombatObject_CombatViewControllerPath_{ REL::Offset(0x03F14CF0) }; - inline constexpr std::array AutoRegisterCombatObject_CombatViewControllerStandard_{ REL::Offset(0x03F14FE8) }; - inline constexpr std::array AutoRegisterCombatObject_DetectionDebugData_{ REL::Offset(0x03F14368) }; - inline constexpr std::array AutoRegisterCombatObject_DiveBombPathController_{ REL::Offset(0x03F15178) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04370), REL::Offset(0x03F04398), REL::Offset(0x03F043C0), REL::Offset(0x03F043E8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ REL::Offset(0x03F03F28), REL::Offset(0x03F03F50), REL::Offset(0x03F03F78), REL::Offset(0x03F03FA0) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ REL::Offset(0x03F04A40), REL::Offset(0x03F04A68), REL::Offset(0x03F04A90), REL::Offset(0x03F04AE0) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F050F0), REL::Offset(0x03F05118), REL::Offset(0x03F05140), REL::Offset(0x03F051B8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04638), REL::Offset(0x03F04688), REL::Offset(0x03F046B0), REL::Offset(0x03F046D8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F03D80), REL::Offset(0x03F03DA8), REL::Offset(0x03F03DD0), REL::Offset(0x03F03DF8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ REL::Offset(0x03F04E58), REL::Offset(0x03F04ED0), REL::Offset(0x03F04EF8), REL::Offset(0x03F04F70) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05418), REL::Offset(0x03F05468), REL::Offset(0x03F05558), REL::Offset(0x03F055A8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F03988), REL::Offset(0x03F03A00), REL::Offset(0x03F03A50), REL::Offset(0x03F03AC8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ REL::Offset(0x03EECBA0), REL::Offset(0x03EECBC8), REL::Offset(0x03EECBF0), REL::Offset(0x03EECC18) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04530), REL::Offset(0x03F04558), REL::Offset(0x03F04580), REL::Offset(0x03F045A8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04C10), REL::Offset(0x03F04C38), REL::Offset(0x03F04C60), REL::Offset(0x03F04C88) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ REL::Offset(0x03F05350), REL::Offset(0x03F05378), REL::Offset(0x03F053A0), REL::Offset(0x03F053C8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03EECC40), REL::Offset(0x03EECC68), REL::Offset(0x03EECCE0), REL::Offset(0x03EECD08) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03EECA60), REL::Offset(0x03EECA88), REL::Offset(0x03EECB00), REL::Offset(0x03EECB28) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F048C0), REL::Offset(0x03F048E8), REL::Offset(0x03F04910), REL::Offset(0x03F04938) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04D90), REL::Offset(0x03F04DB8), REL::Offset(0x03F04DE0), REL::Offset(0x03F04E08) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F038E8), REL::Offset(0x03F03910), REL::Offset(0x03F03938), REL::Offset(0x03F03960) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ REL::Offset(0x03F04068), REL::Offset(0x03F040E0), REL::Offset(0x03F04130), REL::Offset(0x03F04158) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04228), REL::Offset(0x03F04290), REL::Offset(0x03F042B8), REL::Offset(0x03F042D0), REL::Offset(0x03F042F8), REL::Offset(0x03F04320) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ REL::Offset(0x03F03E20), REL::Offset(0x03F03E38), REL::Offset(0x03F03E60), REL::Offset(0x03F03E88), REL::Offset(0x03F03ED8), REL::Offset(0x03F03F00) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ REL::Offset(0x03F04960), REL::Offset(0x03F049A0), REL::Offset(0x03F049C8), REL::Offset(0x03F049F0), REL::Offset(0x03F04A18), REL::Offset(0x03F04B08) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F05078), REL::Offset(0x03F050A0), REL::Offset(0x03F050C8), REL::Offset(0x03F05230), REL::Offset(0x03F05258), REL::Offset(0x03F05270) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F045D0), REL::Offset(0x03F045F8), REL::Offset(0x03F04610), REL::Offset(0x03F04728), REL::Offset(0x03F04750), REL::Offset(0x03F047B8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F03C88), REL::Offset(0x03F03CB0), REL::Offset(0x03F03CD8), REL::Offset(0x03F03D08), REL::Offset(0x03F03D30), REL::Offset(0x03F03D58) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ REL::Offset(0x03F04E30), REL::Offset(0x03F04FC0), REL::Offset(0x03F04FE8), REL::Offset(0x03F05010), REL::Offset(0x03F05038), REL::Offset(0x03F05050) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F055D0), REL::Offset(0x03F055F8), REL::Offset(0x03F05620), REL::Offset(0x03F05638), REL::Offset(0x03F05660), REL::Offset(0x03F05688) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F03B40), REL::Offset(0x03F03B68), REL::Offset(0x03F03BD0), REL::Offset(0x03F03C20), REL::Offset(0x03F03C48), REL::Offset(0x03F03C70) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ REL::Offset(0x03EEC308), REL::Offset(0x03EEC330), REL::Offset(0x03EEC808), REL::Offset(0x03EEC830), REL::Offset(0x03EEC858), REL::Offset(0x03EEC880) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04410), REL::Offset(0x03F04438), REL::Offset(0x03F04450), REL::Offset(0x03F04478), REL::Offset(0x03F044B8), REL::Offset(0x03F04508) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04B30), REL::Offset(0x03F04B48), REL::Offset(0x03F04B70), REL::Offset(0x03F04B98), REL::Offset(0x03F04BC0), REL::Offset(0x03F04BE8) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ REL::Offset(0x03F05298), REL::Offset(0x03F052C0), REL::Offset(0x03F052E8), REL::Offset(0x03F05310), REL::Offset(0x03F05338), REL::Offset(0x03F053F0) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03EEC250), REL::Offset(0x03EEC278), REL::Offset(0x03EEC290), REL::Offset(0x03EEC8D0), REL::Offset(0x03EEC8F8), REL::Offset(0x03EEC920) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03EEC388), REL::Offset(0x03EEC3A0), REL::Offset(0x03EEC4A8), REL::Offset(0x03EEC4D0), REL::Offset(0x03EEC520), REL::Offset(0x03EEC570) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F047E0), REL::Offset(0x03F04808), REL::Offset(0x03F04830), REL::Offset(0x03F04858), REL::Offset(0x03F04870), REL::Offset(0x03F04898) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04CB0), REL::Offset(0x03F04CD8), REL::Offset(0x03F04CF0), REL::Offset(0x03F04D18), REL::Offset(0x03F04D40), REL::Offset(0x03F04D68) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F037F0), REL::Offset(0x03F03830), REL::Offset(0x03F03858), REL::Offset(0x03F03880), REL::Offset(0x03F03898), REL::Offset(0x03F038C0) }; - inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ REL::Offset(0x03F03FC8), REL::Offset(0x03F03FF0), REL::Offset(0x03F04180), REL::Offset(0x03F041C0), REL::Offset(0x03F041D8), REL::Offset(0x03F04200) }; - inline constexpr std::array AutoRegisterCreator_ActionActivateDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6620) }; - inline constexpr std::array AutoRegisterCreator_ActorSceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5E00) }; - inline constexpr std::array AutoRegisterCreator_AddRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5158) }; - inline constexpr std::array AutoRegisterCreator_AllowRotationHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5978) }; - inline constexpr std::array AutoRegisterCreator_AllowRotationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5130) }; - inline constexpr std::array AutoRegisterCreator_AnimatedCameraDeltaStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5018) }; - inline constexpr std::array AutoRegisterCreator_AnimatedCameraEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4FA0) }; - inline constexpr std::array AutoRegisterCreator_AnimatedCameraStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4FF0) }; - inline constexpr std::array AutoRegisterCreator_AnimationCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5C70) }; - inline constexpr std::array AutoRegisterCreator_AnimationDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E59F0) }; - inline constexpr std::array AutoRegisterCreator_AnimationDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E51A8) }; - inline constexpr std::array AutoRegisterCreator_AnimationObjectDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4ED8) }; - inline constexpr std::array AutoRegisterCreator_AnimationObjectHideHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4E60) }; - inline constexpr std::array AutoRegisterCreator_AnimationObjectLoadHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4F00) }; - inline constexpr std::array AutoRegisterCreator_AnimationObjectUnequipAllHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4EB0) }; - inline constexpr std::array AutoRegisterCreator_AnimationObjectUnequipHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4F28) }; - inline constexpr std::array AutoRegisterCreator_AnimationStanceDataSingletonDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFCF70) }; - inline constexpr std::array AutoRegisterCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ REL::Offset(0x0456B258) }; - inline constexpr std::array AutoRegisterCreator_AnticipateAttackHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E62B0) }; - inline constexpr std::array AutoRegisterCreator_ArrowAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E64E0) }; - inline constexpr std::array AutoRegisterCreator_ArrowDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6468) }; - inline constexpr std::array AutoRegisterCreator_AttachReferenceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5360) }; - inline constexpr std::array AutoRegisterCreator_AttackStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E63A0) }; - inline constexpr std::array AutoRegisterCreator_AwakeSoundFadeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E55B8) }; - inline constexpr std::array AutoRegisterCreator_AwakeSoundPauseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5568) }; - inline constexpr std::array AutoRegisterCreator_AwakeSoundResumeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E54F0) }; - inline constexpr std::array AutoRegisterCreator_AwakeSoundStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5540) }; - inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationEditorSpacePointRadius_BGSAIWorldLocationFactory_{ REL::Offset(0x044453B0) }; - inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationInteriorCell_BGSAIWorldLocationFactory_{ REL::Offset(0x04445428) }; - inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationPointRadius_BGSAIWorldLocationFactory_{ REL::Offset(0x04445400) }; - inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationPrimitive_BGSAIWorldLocationFactory_{ REL::Offset(0x044453D8) }; - inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationRefRadius_BGSAIWorldLocationFactory_{ REL::Offset(0x04445450) }; - inline constexpr std::array AutoRegisterCreator_BGSConveyorBelt__ConveyorBelt_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F215C8) }; - inline constexpr std::array AutoRegisterCreator_BGSMotorAction__FanMotor_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F21578) }; - inline constexpr std::array AutoRegisterCreator_BGSMusicPaletteTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFE230) }; - inline constexpr std::array AutoRegisterCreator_BGSMusicSilenceTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFE168) }; - inline constexpr std::array AutoRegisterCreator_BGSMusicSingleTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFE1E0) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataBool_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20A80) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataFloat_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20B20) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataInt_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20AF8) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataLocationWrapper_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20A30) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataLocation_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20968) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataObjectList_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20B70) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataRefOLD_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20AD0) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataRef_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F209B8) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataScene_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x04342FF8) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataTargetSelector_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20A58) }; - inline constexpr std::array AutoRegisterCreator_BGSPackageDataTopic_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x04444688) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureAcquireExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044451D0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureAcquire_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446310) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureActivateExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044451A8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044465B8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureAmbushExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445680) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureAmbush_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343130) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureCombatTravelExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445360) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureCombatTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446870) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogueActivateExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445388) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogueActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446C00) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogueExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445310) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446A38) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureDoneExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445338) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureDone_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446150) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureEatExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044452E8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureEat_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446D98) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureEscortExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445298) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureEscort_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447C00) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFindExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044452C0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFind_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448148) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFleeExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445860) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFlee_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044483B0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFlightGrabExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445810) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFlightGrab_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044485C8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFollowExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445838) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFollowTo_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448B10) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureFollow_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448B38) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureForceGreet_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448E80) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureGuardArea_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044490D8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureGuardExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044457E8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureGuard_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044490B0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureHeadtrackExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445798) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureHeadtrack_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343638) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureHoldPositionExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044457C0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureHoldPosition_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449428) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureHoverExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445928) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureHover_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449600) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureKeepAnEyeOnExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445950) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureKeepAnEyeOn_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044497A8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureLockUnlockExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445900) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureLock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044498F8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureOrbitExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044458D8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureOrbit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449CA0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedurePatrolExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445888) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedurePatrol_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449F38) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedurePlayIdleExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044458B0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedurePlayIdle_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343858) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedurePursue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A298) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureRangeExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044456F8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureRange_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343F08) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSandboxExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445630) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSandbox_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A4C8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSayExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445658) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSay_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A680) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSitSleepExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445608) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A870) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureSleep_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A7F8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureStayAwayExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044455B8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureStayAway_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344498) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTargetingModeAutopilotExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044456A8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTargetingModeAutopilot_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344788) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTravelExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044455E0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AC28) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeFallbackExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445270) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeFallback_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445518) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeProcedure_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445540) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeRandomExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445220) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeRandom_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044454C8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSequenceExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445478) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSequence_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445568) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSimultaneousExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044451F8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSimultaneous_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044454A0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeStackedExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445248) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeStacked_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044454F0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUnlock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449920) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUseIdleMarkerExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445590) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUseIdleMarker_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AE10) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUseMagicExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445770) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUseMagic_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B080) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUseWeaponExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445720) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureUseWeapon_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B3A8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureWaitExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445748) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureWait_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B5A8) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureWanderExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044456D0) }; - inline constexpr std::array AutoRegisterCreator_BGSProcedureWander_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C578) }; - inline constexpr std::array AutoRegisterCreator_BSAnimationAnimDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFCF20) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Add_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585E28) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Billow_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585E90) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Crater_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585EB8) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Invert_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585EE0) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Perlin_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585F08) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Ridged_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585D50) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__SmoothStep_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585D78) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Subtract_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585DA0) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Turbulence_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585DC8) }; - inline constexpr std::array AutoRegisterCreator_BSNoise__Voronoi_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585D28) }; - inline constexpr std::array AutoRegisterCreator_BSPathingTraversalLink_BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ REL::Offset(0x03F08480) }; - inline constexpr std::array AutoRegisterCreator_BedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6288) }; - inline constexpr std::array AutoRegisterCreator_BedFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6238) }; - inline constexpr std::array AutoRegisterCreator_BowZoomStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6490) }; - inline constexpr std::array AutoRegisterCreator_BowZoomStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6418) }; - inline constexpr std::array AutoRegisterCreator_CameraOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E60F8) }; - inline constexpr std::array AutoRegisterCreator_CameraOverrideStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6300) }; - inline constexpr std::array AutoRegisterCreator_CameraShakeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E51D0) }; - inline constexpr std::array AutoRegisterCreator_ChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6260) }; - inline constexpr std::array AutoRegisterCreator_ChairFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6210) }; - inline constexpr std::array AutoRegisterCreator_ChangeAnimArchetypeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E53B0) }; - inline constexpr std::array AutoRegisterCreator_CombatSearchLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03EFFBC0) }; - inline constexpr std::array AutoRegisterCreator_CullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5798) }; - inline constexpr std::array AutoRegisterCreator_CullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5748) }; - inline constexpr std::array AutoRegisterCreator_DeathEmoteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E51F8) }; - inline constexpr std::array AutoRegisterCreator_DeathStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E65F8) }; - inline constexpr std::array AutoRegisterCreator_DesyncInteractionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5D10) }; - inline constexpr std::array AutoRegisterCreator_DisableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5298) }; - inline constexpr std::array AutoRegisterCreator_DisableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5D38) }; - inline constexpr std::array AutoRegisterCreator_DisableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5090) }; - inline constexpr std::array AutoRegisterCreator_DisableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5248) }; - inline constexpr std::array AutoRegisterCreator_DoNotInterruptAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5AE0) }; - inline constexpr std::array AutoRegisterCreator_EjectShellCasingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5BD0) }; - inline constexpr std::array AutoRegisterCreator_EnableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5270) }; - inline constexpr std::array AutoRegisterCreator_EnableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5D60) }; - inline constexpr std::array AutoRegisterCreator_EnableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4E88) }; - inline constexpr std::array AutoRegisterCreator_EnableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5220) }; - inline constexpr std::array AutoRegisterCreator_EndSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5900) }; - inline constexpr std::array AutoRegisterCreator_EndSummonAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6648) }; - inline constexpr std::array AutoRegisterCreator_EyeTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E64B8) }; - inline constexpr std::array AutoRegisterCreator_EyeTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6530) }; - inline constexpr std::array AutoRegisterCreator_FaceEmotionalIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5388) }; - inline constexpr std::array AutoRegisterCreator_FlightActionEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6850) }; - inline constexpr std::array AutoRegisterCreator_FlightActionEntryEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6828) }; - inline constexpr std::array AutoRegisterCreator_FlightActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E68A0) }; - inline constexpr std::array AutoRegisterCreator_FlightCrashLandStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E67D8) }; - inline constexpr std::array AutoRegisterCreator_FlightCruisingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6710) }; - inline constexpr std::array AutoRegisterCreator_FlightHoveringHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6698) }; - inline constexpr std::array AutoRegisterCreator_FlightLandEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6878) }; - inline constexpr std::array AutoRegisterCreator_FlightLandHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E68F0) }; - inline constexpr std::array AutoRegisterCreator_FlightLandingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E66C0) }; - inline constexpr std::array AutoRegisterCreator_FlightPerchingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E68C8) }; - inline constexpr std::array AutoRegisterCreator_FlightTakeOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E66E8) }; - inline constexpr std::array AutoRegisterCreator_ForceWeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5658) }; - inline constexpr std::array AutoRegisterCreator_GetUpEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5338) }; - inline constexpr std::array AutoRegisterCreator_GetUpStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5310) }; - inline constexpr std::array AutoRegisterCreator_GravJumpInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5928) }; - inline constexpr std::array AutoRegisterCreator_HeadTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6508) }; - inline constexpr std::array AutoRegisterCreator_HeadTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6800) }; - inline constexpr std::array AutoRegisterCreator_HeadTrackingRotationOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5400) }; - inline constexpr std::array AutoRegisterCreator_HeadTrackingRotationOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5478) }; - inline constexpr std::array AutoRegisterCreator_HideSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5CC0) }; - inline constexpr std::array AutoRegisterCreator_HitFrameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6328) }; - inline constexpr std::array AutoRegisterCreator_IdleDialogueEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5040) }; - inline constexpr std::array AutoRegisterCreator_IdleDialogueExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5068) }; - inline constexpr std::array AutoRegisterCreator_IdleFlavorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5428) }; - inline constexpr std::array AutoRegisterCreator_InterruptCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6440) }; - inline constexpr std::array AutoRegisterCreator_JumpAnimEventHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E50B8) }; - inline constexpr std::array AutoRegisterCreator_KillActorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6760) }; - inline constexpr std::array AutoRegisterCreator_KillMoveEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6558) }; - inline constexpr std::array AutoRegisterCreator_KillMoveStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E65D0) }; - inline constexpr std::array AutoRegisterCreator_KnockdownHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5B80) }; - inline constexpr std::array AutoRegisterCreator_KnockdownTargetHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5B08) }; - inline constexpr std::array AutoRegisterCreator_LeftHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E61C0) }; - inline constexpr std::array AutoRegisterCreator_LeftHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6350) }; - inline constexpr std::array AutoRegisterCreator_LookAtChainData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDB90) }; - inline constexpr std::array AutoRegisterCreator_LoopingActivateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E57E8) }; - inline constexpr std::array AutoRegisterCreator_MorphDriverData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDB18) }; - inline constexpr std::array AutoRegisterCreator_MotionDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E59C8) }; - inline constexpr std::array AutoRegisterCreator_MotionDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5180) }; - inline constexpr std::array AutoRegisterCreator_MountDismountEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E52E8) }; - inline constexpr std::array AutoRegisterCreator_MountInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03EFFC60) }; - inline constexpr std::array AutoRegisterCreator_NPCAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4FC8) }; - inline constexpr std::array AutoRegisterCreator_NPCDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E56D0) }; - inline constexpr std::array AutoRegisterCreator_PairedAttackDialogueHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5518) }; - inline constexpr std::array AutoRegisterCreator_PairedStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6580) }; - inline constexpr std::array AutoRegisterCreator_PassengerInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03EFFC38) }; - inline constexpr std::array AutoRegisterCreator_PathingCell_BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ REL::Offset(0x03F058A8) }; - inline constexpr std::array AutoRegisterCreator_PathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03F05788) }; - inline constexpr std::array AutoRegisterCreator_PathingLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03EFFB98) }; - inline constexpr std::array AutoRegisterCreator_PathingTraversalData_BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ REL::Offset(0x03F05880) }; - inline constexpr std::array AutoRegisterCreator_PerformActivationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E53D8) }; - inline constexpr std::array AutoRegisterCreator_PickNewIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6670) }; - inline constexpr std::array AutoRegisterCreator_PitchOverrideEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5680) }; - inline constexpr std::array AutoRegisterCreator_PitchOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E56F8) }; - inline constexpr std::array AutoRegisterCreator_PlayerBedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E67B0) }; - inline constexpr std::array AutoRegisterCreator_PlayerChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6788) }; - inline constexpr std::array AutoRegisterCreator_PlayerFastEquipSoundHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5CE8) }; - inline constexpr std::array AutoRegisterCreator_PlayerFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6738) }; - inline constexpr std::array AutoRegisterCreator_PoseDeformerData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDBE0) }; - inline constexpr std::array AutoRegisterCreator_RagdollAndGetUpHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E52C0) }; - inline constexpr std::array AutoRegisterCreator_RagdollStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5108) }; - inline constexpr std::array AutoRegisterCreator_RecoilStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E63C8) }; - inline constexpr std::array AutoRegisterCreator_ReevaluateGraphStateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5770) }; - inline constexpr std::array AutoRegisterCreator_ReferenceEndAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5A40) }; - inline constexpr std::array AutoRegisterCreator_ReferenceRunActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5E50) }; - inline constexpr std::array AutoRegisterCreator_ReferenceStartAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5A18) }; - inline constexpr std::array AutoRegisterCreator_ReferenceStartImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E59A0) }; - inline constexpr std::array AutoRegisterCreator_ReferenceStopImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5E28) }; - inline constexpr std::array AutoRegisterCreator_ReloadCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5838) }; - inline constexpr std::array AutoRegisterCreator_ReloadStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5810) }; - inline constexpr std::array AutoRegisterCreator_RemoveRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E50E0) }; - inline constexpr std::array AutoRegisterCreator_RightHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E61E8) }; - inline constexpr std::array AutoRegisterCreator_RightHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6378) }; - inline constexpr std::array AutoRegisterCreator_SandManKillHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5B58) }; - inline constexpr std::array AutoRegisterCreator_SceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5DD8) }; - inline constexpr std::array AutoRegisterCreator_SetupGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5BF8) }; - inline constexpr std::array AutoRegisterCreator_ShowSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5C48) }; - inline constexpr std::array AutoRegisterCreator_SlideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5D88) }; - inline constexpr std::array AutoRegisterCreator_SneakStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E57C0) }; - inline constexpr std::array AutoRegisterCreator_SpaceshipDockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5A68) }; - inline constexpr std::array AutoRegisterCreator_SpaceshipLandingFinishedFailsafeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5888) }; - inline constexpr std::array AutoRegisterCreator_SpaceshipLandingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5860) }; - inline constexpr std::array AutoRegisterCreator_SpaceshipTakeOffFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E58B0) }; - inline constexpr std::array AutoRegisterCreator_SpaceshipUndockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5A90) }; - inline constexpr std::array AutoRegisterCreator_SpringBoneData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDAC8) }; - inline constexpr std::array AutoRegisterCreator_StaggeredStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E62D8) }; - inline constexpr std::array AutoRegisterCreator_StartFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4F50) }; - inline constexpr std::array AutoRegisterCreator_StartPCapVoiceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5BA8) }; - inline constexpr std::array AutoRegisterCreator_StartSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E58D8) }; - inline constexpr std::array AutoRegisterCreator_StopFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4F78) }; - inline constexpr std::array AutoRegisterCreator_StopMountCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E65A8) }; - inline constexpr std::array AutoRegisterCreator_SubgraphAndOffsetDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFCEF8) }; - inline constexpr std::array AutoRegisterCreator_SyncDeferDeathHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5B30) }; - inline constexpr std::array AutoRegisterCreator_SyncEarlyExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5AB8) }; - inline constexpr std::array AutoRegisterCreator_TakeOffInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5950) }; - inline constexpr std::array AutoRegisterCreator_TerminateGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5C20) }; - inline constexpr std::array AutoRegisterCreator_TraversalFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5C98) }; - inline constexpr std::array AutoRegisterCreator_TraversalStepDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5DB0) }; - inline constexpr std::array AutoRegisterCreator_UncullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5720) }; - inline constexpr std::array AutoRegisterCreator_UncullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5450) }; - inline constexpr std::array AutoRegisterCreator_UseStimpakHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5590) }; - inline constexpr std::array AutoRegisterCreator_VirtualPathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03F057D8) }; - inline constexpr std::array AutoRegisterCreator_WeaponAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E54A0) }; - inline constexpr std::array AutoRegisterCreator_WeaponBeginDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6170) }; - inline constexpr std::array AutoRegisterCreator_WeaponBeginSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6198) }; - inline constexpr std::array AutoRegisterCreator_WeaponDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E54C8) }; - inline constexpr std::array AutoRegisterCreator_WeaponDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6120) }; - inline constexpr std::array AutoRegisterCreator_WeaponFireEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5608) }; - inline constexpr std::array AutoRegisterCreator_WeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5630) }; - inline constexpr std::array AutoRegisterCreator_WeaponFireStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E55E0) }; - inline constexpr std::array AutoRegisterCreator_WeaponSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6148) }; - inline constexpr std::array AutoRegisterCreator_WeaponSheatheInterruptHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E60D0) }; - inline constexpr std::array AutoRegisterCreator_WeaponSwingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E63F0) }; - inline constexpr std::array AutoRegisterCreator_ZeroPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E56A8) }; - inline constexpr std::array AutoRegisterCreator___BSAnimationGraphDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04560CB8) }; - inline constexpr std::array AutoRegisterCreator___BSAnimationTableDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04560DB8) }; - inline constexpr std::array AutoRegisterCreator___BSAnimationTextDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04560C68) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_BuyItem__{ REL::Offset(0x03F194F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_CloseMenu__{ REL::Offset(0x03F17D40) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_HideModel__{ REL::Offset(0x03F18688) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_LoadModel__{ REL::Offset(0x03F195E8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SellItem__{ REL::Offset(0x03F168B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SetMouseOverModel__{ REL::Offset(0x03EF17C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ShowFailureMessage__{ REL::Offset(0x03F18090) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ViewedItem__{ REL::Offset(0x03F1B1A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_FastTravel__{ REL::Offset(0x03F1A990) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_ShowMap__{ REL::Offset(0x03F16988) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowChange__{ REL::Offset(0x03F15960) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowColorChange__{ REL::Offset(0x03F18EF0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_CancelTextEntry__{ REL::Offset(0x03F16530) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_CloseMenu__{ REL::Offset(0x03EF1E10) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_CyclePronoun__{ REL::Offset(0x03F1B240) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_DirtScarsEtcChange__{ REL::Offset(0x03F1AAB8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_EndBodyChange__{ REL::Offset(0x03F194D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_EndTextEntry__{ REL::Offset(0x03EF1730) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_EyeColorChange__{ REL::Offset(0x03F1A608) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairChange__{ REL::Offset(0x03F16458) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairColorChange__{ REL::Offset(0x03F166B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HairChange__{ REL::Offset(0x03F19978) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HairColorChange__{ REL::Offset(0x03F1AF80) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__{ REL::Offset(0x03F189A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPresetChange__{ REL::Offset(0x03F1B2F0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryChange__{ REL::Offset(0x03F17400) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryColorChange__{ REL::Offset(0x03F16FD8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_MakeupChange__{ REL::Offset(0x03F18E00) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_MarkingsChange__{ REL::Offset(0x03F187C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__{ REL::Offset(0x03F1A8A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendFaceChange__{ REL::Offset(0x03F1AFA0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendIntensityChange__{ REL::Offset(0x03F1B7B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PresetChange__{ REL::Offset(0x03F19E38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOffLocomotion__{ REL::Offset(0x03F176E8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOnLocomotion__{ REL::Offset(0x03F1B4E0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_RotatePaperdoll__{ REL::Offset(0x03F154C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetAdditionalSlider__{ REL::Offset(0x03EF1970) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBackground__{ REL::Offset(0x03F17CB8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__{ REL::Offset(0x03F18E98) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBodyValues__{ REL::Offset(0x03F17050) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetCameraPosition__{ REL::Offset(0x03F19D20) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetPronoun__{ REL::Offset(0x03F18C88) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSex__{ REL::Offset(0x03F17C40) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSlider__{ REL::Offset(0x03F197B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetTrait__{ REL::Offset(0x03F18528) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__{ REL::Offset(0x03F18B50) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__{ REL::Offset(0x03F196D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SkintoneChange__{ REL::Offset(0x03F1A628) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_StartBodyChange__{ REL::Offset(0x03F193D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_StartTextEntry__{ REL::Offset(0x03F1B278) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchBodyType__{ REL::Offset(0x03F188D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchLocomotion__{ REL::Offset(0x03EF1C28) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethChange__{ REL::Offset(0x03F17B50) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOff__{ REL::Offset(0x03F18278) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOn__{ REL::Offset(0x03F173A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_ToggleMarking__{ REL::Offset(0x03F1A9B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__{ REL::Offset(0x03F19B20) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_CloseMenu__{ REL::Offset(0x03F18FE8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_HideModel__{ REL::Offset(0x03F195C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_Jettison__{ REL::Offset(0x03F1AF60) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_LoadModel__{ REL::Offset(0x03F1A560) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__{ REL::Offset(0x03F1B148) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__{ REL::Offset(0x03F18648) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TakeAll__{ REL::Offset(0x03F18908) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_ToggleEquip__{ REL::Offset(0x03F16210) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferAllResources__{ REL::Offset(0x0451CAF0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferItem__{ REL::Offset(0x03F15828) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_CraftItem__{ REL::Offset(0x03F1A7C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ExitBench__{ REL::Offset(0x03F1B460) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_Highlight3D__{ REL::Offset(0x03F1B108) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_InstallMod__{ REL::Offset(0x03F17CF0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RenameItem__{ REL::Offset(0x03F17328) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertHighlight__{ REL::Offset(0x03F1AD28) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__{ REL::Offset(0x03F18DE0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModSlot__{ REL::Offset(0x03F18DA0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedMod__{ REL::Offset(0x03F190C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__{ REL::Offset(0x03F178B8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedRecipe__{ REL::Offset(0x03F18F50) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SetInspectControls__{ REL::Offset(0x03F19660) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ToggleTracking__{ REL::Offset(0x03F15F88) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__{ REL::Offset(0x03F157C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_CloseMenu__{ REL::Offset(0x03F18258) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_ClosedForSubMenu__{ REL::Offset(0x03F18858) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_Missions__{ REL::Offset(0x03F18B08) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_OpenPauseMenu__{ REL::Offset(0x044B1248) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_PlotToLocation__{ REL::Offset(0x03F1A448) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_Reopened__{ REL::Offset(0x03F192E8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__{ REL::Offset(0x03F1AFC0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__{ REL::Offset(0x03F19758) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedMapMenu__{ REL::Offset(0x03F16270) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedPowersMenu__{ REL::Offset(0x03F1A218) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedShipMenu__{ REL::Offset(0x03F17368) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedStatusMenu__{ REL::Offset(0x03F1B520) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__{ REL::Offset(0x03F19028) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetPaperDollActive__{ REL::Offset(0x03F17A58) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_StartCloseAnim__{ REL::Offset(0x04481260) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_acceptClicked__{ REL::Offset(0x03F1A688) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_cancelClicked__{ REL::Offset(0x03F1A1C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_playSFX__{ REL::Offset(0x03F18310) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_toggleAudio__{ REL::Offset(0x03F19398) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_CompleteExit__{ REL::Offset(0x03F16F00) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__{ REL::Offset(0x03F1A2D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__{ REL::Offset(0x03F19A88) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__{ REL::Offset(0x03F175F0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestExit__{ REL::Offset(0x03F18AB0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__{ REL::Offset(0x03EF1BE0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DocAcceptMenu_Accept__{ REL::Offset(0x04478540) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__{ REL::Offset(0x03F1B368) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_UseQuickkey__{ REL::Offset(0x03F16118) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseAllMenus__{ REL::Offset(0x03F18BF8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseMenu__{ REL::Offset(0x03F19A40) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_PlayMenuSound__{ REL::Offset(0x03F17110) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_StartGameRender__{ REL::Offset(0x03F19D60) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_UserEvent__{ REL::Offset(0x03F183B8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__{ REL::Offset(0x03F18170) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenDataMenu__{ REL::Offset(0x03F181C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenMissionMenu__{ REL::Offset(0x03F18F90) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_SetMissionActive__{ REL::Offset(0x03F16D98) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationButtonEvent__{ REL::Offset(0x03F17980) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__{ REL::Offset(0x03F1A0A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__{ REL::Offset(0x03F1B1E8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_RepairShip__{ REL::Offset(0x03F172F0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__{ REL::Offset(0x03F1A050) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_RequestImage__{ REL::Offset(0x03F18F30) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__{ REL::Offset(0x03F1B748) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_Change3DView__{ REL::Offset(0x03F15E50) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_DropItem__{ REL::Offset(0x03F196A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_HideModel__{ REL::Offset(0x03F19B58) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_LoadModel__{ REL::Offset(0x03F1ABB0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OnEnterCategory__{ REL::Offset(0x03F18760) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OpenCargoHold__{ REL::Offset(0x03F159F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__{ REL::Offset(0x03F17B30) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__{ REL::Offset(0x03F1A008) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SelectItem__{ REL::Offset(0x03F17B70) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__{ REL::Offset(0x03F1AB90) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_StartCloseAnim__{ REL::Offset(0x044A7900) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleFavorite__{ REL::Offset(0x03F1A298) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleHelmet__{ REL::Offset(0x03F1B6E0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleSuit__{ REL::Offset(0x03F1B6C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Inventory_SetSort__{ REL::Offset(0x03EF15B8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_AnimFinished__{ REL::Offset(0x03F1B608) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_OnWidgetShown__{ REL::Offset(0x03F19828) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_OpenDataMenu__{ REL::Offset(0x03F16AD0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_ShowSkills__{ REL::Offset(0x03F16360) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LoadingMenu_RefreshText__{ REL::Offset(0x03F19080) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LocationTextWidget_FinishedQueue__{ REL::Offset(0x03F16B48) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionCanceled__{ REL::Offset(0x03EF17A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionConfirmed__{ REL::Offset(0x03F1A6C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_ConfirmLoad__{ REL::Offset(0x03F15FE0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_DeleteSave__{ REL::Offset(0x03F19F10) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_LegalScreenComplete__{ REL::Offset(0x0451EE78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_SetCharacter__{ REL::Offset(0x03F1B540) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartAction__{ REL::Offset(0x03F16E00) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartLoad__{ REL::Offset(0x03F1B310) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_UploadSave__{ REL::Offset(0x03F17C60) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnBackOut__{ REL::Offset(0x03F16F80) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__{ REL::Offset(0x03F1B660) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryChanged__{ REL::Offset(0x03F18CA8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryPressed__{ REL::Offset(0x03F16790) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ClearState__{ REL::Offset(0x03F1A108) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_PlotToLocation__{ REL::Offset(0x03F15670) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_RejectQuest__{ REL::Offset(0x03F15DA0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__{ REL::Offset(0x03F1A4A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveOpenedId__{ REL::Offset(0x03F15B58) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ShowItemLocation__{ REL::Offset(0x03F16CD0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__{ REL::Offset(0x044A60F0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__{ REL::Offset(0x03F17530) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Bioscan__{ REL::Offset(0x03F18118) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_FastTravel__{ REL::Offset(0x03F18D08) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Harvest__{ REL::Offset(0x03F194A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Initialize__{ REL::Offset(0x03F15A70) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Outpost__{ REL::Offset(0x03F1A160) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_PhotoMode__{ REL::Offset(0x03F158D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Shutdown__{ REL::Offset(0x03F15650) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SocialSpell__{ REL::Offset(0x03F16EC0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StartContainerView__{ REL::Offset(0x03EF1D78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StopContainerView__{ REL::Offset(0x03F19530) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SurfaceMap__{ REL::Offset(0x03F1A768) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_UseListScrollControls__{ REL::Offset(0x03F1B3B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomIn__{ REL::Offset(0x03F16690) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomOut__{ REL::Offset(0x03F198D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ActionCanceled__{ REL::Offset(0x03F17748) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmAction__{ REL::Offset(0x03F1A598) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmLoad__{ REL::Offset(0x03F1B578) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmSave__{ REL::Offset(0x03F18A58) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_DeleteSave__{ REL::Offset(0x03F16850) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_QuitToDesktop__{ REL::Offset(0x03F162A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_SetCharacter__{ REL::Offset(0x03F18D40) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartAction__{ REL::Offset(0x03F15C50) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartLoad__{ REL::Offset(0x03F15BD0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_UploadSave__{ REL::Offset(0x03F1AB38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoGallery_DeletePhoto__{ REL::Offset(0x03F1AC28) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_InitializeCategory__{ REL::Offset(0x03F16550) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ResetToDefaults__{ REL::Offset(0x03F1B5B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_SliderChanged__{ REL::Offset(0x03F15D80) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_StepperChanged__{ REL::Offset(0x03F1AEE0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_TakeSnapshot__{ REL::Offset(0x03F17D80) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleHelmet__{ REL::Offset(0x03F19340) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleUI__{ REL::Offset(0x03F1A5E8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PickpocketMenu_OnItemSelect__{ REL::Offset(0x03F16498) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PlayBink_CloseMenu__{ REL::Offset(0x03F17DB8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PowersMenu_ActivateEssence__{ REL::Offset(0x03F19248) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PowersMenu_EquipPower__{ REL::Offset(0x03F16A78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PowersMenu_FavoritePower__{ REL::Offset(0x03F169C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Refuel_Accept__{ REL::Offset(0x03F15B38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Refuel_Cancel__{ REL::Offset(0x03F15750) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_AddMaterial__{ REL::Offset(0x03F171D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_CategorySelected__{ REL::Offset(0x03F19F88) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ExitMenu__{ REL::Offset(0x03F16FB8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_HideModel__{ REL::Offset(0x03F19E18) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_PreviewProject__{ REL::Offset(0x03F199B8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ProjectViewed__{ REL::Offset(0x03F16C30) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_SetInspectControls__{ REL::Offset(0x03F19BC0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__{ REL::Offset(0x03F17FE0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Reticle_OnLongAnimFinished__{ REL::Offset(0x03F16870) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_BackOutKey__{ REL::Offset(0x03F16BC8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_CloseMenu__{ REL::Offset(0x03F1B3D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_ConfirmExit__{ REL::Offset(0x03F1ADE8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__{ REL::Offset(0x03F16D78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_GetRingHint__{ REL::Offset(0x03F17870) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_SelectNewKey__{ REL::Offset(0x03F15548) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_TryUseKey__{ REL::Offset(0x03F1B208) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__{ REL::Offset(0x03F17BF0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ClearBinding__{ REL::Offset(0x03F19CC0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenCategory__{ REL::Offset(0x03F1AA78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenSettings__{ REL::Offset(0x03F1B2D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapConfirmed__{ REL::Offset(0x03F17090) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapMode__{ REL::Offset(0x03F179D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ResetToDefaults__{ REL::Offset(0x03F1A488) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveControls__{ REL::Offset(0x03F19918) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveSettings__{ REL::Offset(0x03F187F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SliderChanged__{ REL::Offset(0x03F1A520) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_StepperChanged__{ REL::Offset(0x03F197D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ValidateControls__{ REL::Offset(0x03F17F80) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipBuilder_CloseAllMenus__{ REL::Offset(0x03F1AB18) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Assign__{ REL::Offset(0x03F1AA58) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__{ REL::Offset(0x03F198A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_Close__{ REL::Offset(0x03F1A1E0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__{ REL::Offset(0x03F16908) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_SetSort__{ REL::Offset(0x03F160C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_ViewedItem__{ REL::Offset(0x03F17AD0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__{ REL::Offset(0x03F19DE0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__{ REL::Offset(0x03F18580) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__{ REL::Offset(0x03F1AE30) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__{ REL::Offset(0x03F158F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__{ REL::Offset(0x03F167F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__{ REL::Offset(0x03F18430) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__{ REL::Offset(0x03F180D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__{ REL::Offset(0x03F1B0A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__{ REL::Offset(0x03F17150) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__{ REL::Offset(0x03F18BB8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__{ REL::Offset(0x03F19570) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__{ REL::Offset(0x03F1A3C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__{ REL::Offset(0x03F1A958) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewShipPart__{ REL::Offset(0x03EF1CC8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewUpgrade__{ REL::Offset(0x03F18928) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_RemoveAll3D__{ REL::Offset(0x03F18EB8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedShipPart__{ REL::Offset(0x03F184C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedUpgrade__{ REL::Offset(0x03F16418) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SystemSelected__{ REL::Offset(0x03F16328) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__{ REL::Offset(0x03F17ED8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__{ REL::Offset(0x03F1B790) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_AbortJump__{ REL::Offset(0x03F1A070) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Activate__{ REL::Offset(0x03F1AE68) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__{ REL::Offset(0x03F1AF28) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_ChangeComponentSelection__{ REL::Offset(0x03F1B0C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_CloseMenu__{ REL::Offset(0x03F16190) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Deselect__{ REL::Offset(0x03F163B8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_DockRequested__{ REL::Offset(0x03F18C38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_FarTravel__{ REL::Offset(0x03F16080) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailAccepted__{ REL::Offset(0x03F1B018) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailCancelled__{ REL::Offset(0x03F1A330) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailShip__{ REL::Offset(0x03F17478) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_JumpToQuestMarker__{ REL::Offset(0x03F172B0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Land__{ REL::Offset(0x03F177B8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_LandingMarkerMap__{ REL::Offset(0x03F15C10) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Map__{ REL::Offset(0x03F199D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_OnMonocleToggle__{ REL::Offset(0x03F1A900) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_OpenPhotoMode__{ REL::Offset(0x03F18E38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Repair__{ REL::Offset(0x03EF1D18) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_SetTargetMode__{ REL::Offset(0x03F15AE8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_TargetShipSystem__{ REL::Offset(0x03F18780) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Target__{ REL::Offset(0x03F155D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_UntargetShipSystem__{ REL::Offset(0x03F1AC08) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateComponentPower__{ REL::Offset(0x03F1A3A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__{ REL::Offset(0x03F16638) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Accept__{ REL::Offset(0x03F177D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_AddPatch__{ REL::Offset(0x03F15DF0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Cancel__{ REL::Offset(0x03F17570) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__{ REL::Offset(0x03F18A38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_SaveLastCategory__{ REL::Offset(0x03F15D28) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_InterruptRest__{ REL::Offset(0x03F17E30) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_StartRest__{ REL::Offset(0x03F1A820) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ExecuteRoute__{ REL::Offset(0x03F17918) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__{ REL::Offset(0x03F17670) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__{ REL::Offset(0x03F1A730) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__{ REL::Offset(0x03EF1A48) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__{ REL::Offset(0x03F19B78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__{ REL::Offset(0x03F16E58) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnCancel__{ REL::Offset(0x03F185E0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnClearRoute__{ REL::Offset(0x03F1A7E0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnExitStarMap__{ REL::Offset(0x03EF1AF0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__{ REL::Offset(0x03F17F20) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__{ REL::Offset(0x03EF16D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__{ REL::Offset(0x03F16C10) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_QuickSelectChange__{ REL::Offset(0x03F19C20) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ReadyToClose__{ REL::Offset(0x03F17270) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ScanPlanet__{ REL::Offset(0x03F1AEA0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__{ REL::Offset(0x03F1ACC8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__{ REL::Offset(0x03F1A8C0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ShowRealCursor__{ REL::Offset(0x03F1AD08) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__{ REL::Offset(0x044BA2F0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__{ REL::Offset(0x03F179F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__{ REL::Offset(0x03F19CA0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_CloseMenu__{ REL::Offset(0x03F171F8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_ExitShip__{ REL::Offset(0x03F1B640) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_Launch__{ REL::Offset(0x03F15EB0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TerminalMenu_CancelEvent__{ REL::Offset(0x03F19EB0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseAllViews__{ REL::Offset(0x03F19448) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseTopView__{ REL::Offset(0x03F18360) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseView__{ REL::Offset(0x03F17420) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_MenuItemClick__{ REL::Offset(0x03F19AA8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_DoAction__{ REL::Offset(0x03F176A8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_ExitMenu__{ REL::Offset(0x03F15880) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowImages__{ REL::Offset(0x03F18488) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowResources__{ REL::Offset(0x03F1AC80) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_TestAll__{ REL::Offset(0x03F19C40) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_EndEditText__{ REL::Offset(0x03F17E70) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_InputCanceled__{ REL::Offset(0x03F19ED0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_StartEditText__{ REL::Offset(0x03F15998) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TitleSequenceMenu_StartMusic__{ REL::Offset(0x04520A78) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__{ REL::Offset(0x03F165D8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_UpdateSceneRectEvent__{ REL::Offset(0x03F183F0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__{ REL::Offset(0x03F19100) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__{ REL::Offset(0x03F1A9E8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldFinished__{ REL::Offset(0x03F19178) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldStopped__{ REL::Offset(0x03F16048) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__{ REL::Offset(0x03F1A858) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__{ REL::Offset(0x03F19228) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__{ REL::Offset(0x03F18600) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_ApplyColors__{ REL::Offset(0x03F15EE8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SelectedTab__{ REL::Offset(0x03F1ADA8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SliderChanged__{ REL::Offset(0x03F17510) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__{ REL::Offset(0x03F192C8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_AttemptBuild__{ REL::Offset(0x03F19938) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_CancelAction__{ REL::Offset(0x03F1B4A0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ChangeVariant__{ REL::Offset(0x03F19640) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__{ REL::Offset(0x03F19F48) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ExitMenu__{ REL::Offset(0x03F19848) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_MessageCallback__{ REL::Offset(0x03F18700) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedCategory__{ REL::Offset(0x03F15CC8) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__{ REL::Offset(0x03F15490) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ShowExtras__{ REL::Offset(0x03F16A38) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SwitchMode__{ REL::Offset(0x03F1A310) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleDistance__{ REL::Offset(0x03F156D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleTracking__{ REL::Offset(0x03F15568) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleView__{ REL::Offset(0x03F1A500) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__{ REL::Offset(0x03F1B408) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__{ REL::Offset(0x03F182D0) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_SetActionHandles__{ REL::Offset(0x03F1B058) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_StartAction__{ REL::Offset(0x03F16D10) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__{ REL::Offset(0x03F18028) }; - inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__{ REL::Offset(0x03F16750) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ActionActivateDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3EC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ActorSceneNextPhaseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4A28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AddRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4D70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraDeltaStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4410) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E40C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4438) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4690) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4D98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E42D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectHideHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4488) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectLoadHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E42A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipAllHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E42F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4280) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationStanceDataSingletonDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFCEA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__IAnimationStanceData__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ REL::Offset(0x0456B230) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnticipateAttackHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2DE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ArrowAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ArrowDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3DF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AttachReferenceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4988) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AttackStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E29D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundFadeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E49B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundPauseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E48C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundResumeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4938) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E48E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationEditorSpacePointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04444B68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationInteriorCell_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04444BB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04444B90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPrimitive_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04444B40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationRefRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04444A78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSConveyorBelt__ConveyorBelt_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F215F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMotorAction__FanMotor_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F215A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMusicPaletteTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFE208) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMusicSilenceTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFE190) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMusicSingleTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFE1B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataBool_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21170) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataFloat_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20B48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataInt_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21198) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocationWrapper_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20A08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocation_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20990) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataObjectList_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F211E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRefOLD_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F20AA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRef_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F209E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataScene_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x04342F60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTargetSelector_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F211C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTopic_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x044445F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquireExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444820) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquire_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044462E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444A28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446590) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbushExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444C08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbush_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343108) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444A50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044467F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044449D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446B88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444A00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446A10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDoneExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444988) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDone_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446110) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEatExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044449B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEat_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04446D70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscortExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444938) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscort_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447DB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFindExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444960) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFind_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044480B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFleeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445018) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlee_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044483D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrabExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445040) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrab_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448550) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444FC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowTo_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448AC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollow_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448AE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureForceGreet_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448E58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardArea_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449088) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444FF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuard_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449060) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444F78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrack_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x043435A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPositionExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444FA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPosition_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449400) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoverExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444F28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHover_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449588) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444F50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOn_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449780) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLockUnlockExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445158) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449C20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445180) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449D18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrolExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445108) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrol_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449FB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdleExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445130) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdle_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343810) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePursue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A148) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRangeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444BE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRange_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04343EE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandboxExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044450B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandbox_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A490) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044450E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSay_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A6A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSitSleepExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445068) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A898) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSleep_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A8C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAwayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445090) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAway_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344470) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444E60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilot_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344638) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444CD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AC00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallbackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444848) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallback_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04444AC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeProcedure_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04444AF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandomExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044447F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandom_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04444910) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequenceExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444898) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequence_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04444B18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444870) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneous_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044448E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStackedExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044448C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStacked_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04444AA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUnlock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449C48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444CF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarker_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AEA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagicExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444C80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagic_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B058) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeaponExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444CA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeapon_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B380) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWaitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444C30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWait_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B580) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWanderExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04444C58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWander_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C550) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchCustomDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFDA50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFDA78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSSpatialSparseGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFDA00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSAnimationAnimDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFCF48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Add_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585CD8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Billow_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585D00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Crater_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585B98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Invert_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585BC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Perlin_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585BE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Ridged_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585C10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__SmoothStep_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585C38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Subtract_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585C60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Turbulence_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585C88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Voronoi_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04585CB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F1A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSPathingSolution_BSPathingSolution__BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ REL::Offset(0x03EEC440) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSPathingTraversalLink_BSPathingTraversalLink__BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ REL::Offset(0x03F084A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x0444C5E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F608) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2E10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BedFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2AA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BowZoomStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3DD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BowZoomStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2E60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2ED8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CameraShakeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2E38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ChairFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2AC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ChangeAnimArchetypeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E47F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAcquireSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1ED70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C400) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAlignRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14CA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAnimatedPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F145E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatApproachTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14390) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaHoldPosition_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C6A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaReference_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C748) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaShape_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E780) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C7E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatBarrelRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1ECF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatChangePositionPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C2C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatChargingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14408) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCluster_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EAA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EB68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EBE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C130) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoveredPathDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C4C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDialogueDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECDF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDisableActionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14818) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDisableAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F6D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDisableCollisionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x045089A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatEnterCoverPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F0E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatFlankingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C338) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatFleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13FD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatFollowTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C680) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInceptionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E960) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemGrenade_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C518) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BD98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11C80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BA50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11FC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11C30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BFC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11B40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11BB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECD58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11DC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BAC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E1E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BED8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DF88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E5C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11A50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E2F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E348) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC6D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11E60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E618) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E640) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12068) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E1B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E410) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DE98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11CA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11CF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BF78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E4D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11E88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B848) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11AA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12310) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B898) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E550) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECE48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E280) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11B18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F120E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECE98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BDC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BB18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B8E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BE60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BD48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E668) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12180) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E0C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E4B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BAF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F121F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BC58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECE20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E370) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E078) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC778) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E208) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B870) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12018) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BB68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC728) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11D70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E168) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B988) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BFF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E708) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B9D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EDE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemOneHandedBlock_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EDC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemRanged_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14A70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemShield_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C310) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemThrown_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F108) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemTorch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EA28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterArmor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C770) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterBoundItem_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F142A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterChameleon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C1F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterCloak_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C568) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDash_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F270) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDisarm_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14070) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterInvisibility_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EF00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterLight_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C6F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterOffensive_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E8E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterParalyze_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EB90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterReanimate_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14278) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterRestore_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14520) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterScript_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F147C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterStagger_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC418) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterSummon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14570) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterTargetEffect_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14C28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterWard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1ECD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMantlePathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F298) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMatchTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F3B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14098) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAttackController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1ED98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMeleeDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E7D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestActivateTarget_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x04465E58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestFollowActor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EED8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14160) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F141D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTrackInfo_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C2E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C478) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF71C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BBE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E690) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DF60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECDA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13328) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13620) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DF38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F133C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BD70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12E50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04F20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05440) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F03A28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13300) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E000) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECDD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BF28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BCA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECB78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12F90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BF00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E438) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04090) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E398) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F131E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C090) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BC80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E528) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E050) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E5A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BE38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BFA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13198) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B8C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DEC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C1D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E7F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EC30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12AE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C798) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BCF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13120) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BE88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B960) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BB40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13D00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DFD8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05530) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F039D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E460) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E500) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13378) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E028) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E3E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B938) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B910) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13C38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BB90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04040) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EB18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12810) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EC80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12928) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C5E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C158) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F6F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C220) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12B80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E938) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F478) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECEE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C590) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E7A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12860) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E848) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EA00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EEB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EBB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EF28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12748) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C7C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F129F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EC58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E758) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F5B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C450) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12798) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C018) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F130A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BE10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E230) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13A58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BA00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECD30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05168) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BBB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BF50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04F48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F054B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F03A78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12FB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13AF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F136E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C040) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F139E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECB50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13508) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E5F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12EA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E320) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DF10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F138F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13800) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13238) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E0A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12EC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E2D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12DB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E118) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BA78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BC08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12F18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E488) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E6E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C068) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13710) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BC30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13418) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BD20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05208) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1B9B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BCD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BA28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05490) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F03B18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E578) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DEE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BAA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E0F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC610) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E140) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BEB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12FE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC660) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F132B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E258) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12E28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13558) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1DFB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E2A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C0B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E3C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EECEC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E6B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E190) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F137B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1BDE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14020) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingDelayedTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F146D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestAdapter_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1E898) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestCovered_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F400) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14AC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC3F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1E988) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C360) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F568) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1E9B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC0D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1EF50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F428) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F03BF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC2E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC018) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC198) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C388) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC2B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC4F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C608) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1E870) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC068) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C248) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestMultiGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC468) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestStandard_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C658) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingSearchArea_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F018) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C6D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPositionReservation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C180) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPositionTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EC08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatProjectileAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F540) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatProjectileDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C298) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatRangedMovementPathSpeedController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14200) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F11A00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSearchLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03EFFC10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap2D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14890) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap3D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E910) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatShipGenericPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C630) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatShipPursueTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EE60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSoftCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EFA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSpatialGraphPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C3D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatStandardCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14750) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSuppressiveFireBehavior_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F220) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC598) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F144A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F590) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorFixed_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E9D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorPreferred_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C4F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorRandom_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F388) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorSpaceship_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14110) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C108) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorWorkshopObject_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E820) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatExplosion_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1E8C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatLOF_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1ED20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C1A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatProjectile_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EFF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTrackTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC5E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14B38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathingRequestData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14318) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerGlance_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EA78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14D18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEC688) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4190) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4820) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DeathEmoteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3BF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DeathStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3EE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DesyncInteractionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4730) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DetectionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C428) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4A50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E44D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4320) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DiveBombPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EE38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DoNotInterruptAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E46E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EjectShellCasingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E45F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3CB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4BA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4460) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4348) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EndSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4BE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EndSummonAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3FD8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3DA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FaceEmotionalIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4960) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightActionEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2B90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightActionEntryEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2BB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightActionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2B40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightCrashLandStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightCruisingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2A50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightHoveringHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2C08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightLandEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2B68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightLandHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2C30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightLandingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2BE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightPerchingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2C58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightTakeOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2A78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ForceWeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4050) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_GetUpEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_GetUpStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_GravJumpInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4CF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E47A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4870) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HideSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4640) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HitFrameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2EB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_IdleDialogueEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E43E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_IdleDialogueExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E43C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_IdleFlavorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4780) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_InterruptCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_JumpAnimEventHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E44B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KillActorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2A00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KillMoveEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3BC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KillMoveStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KnockdownHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4500) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KnockdownTargetHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4578) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2D98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2D48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LookAtChainData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDBB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LoopingActivateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4140) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MorphDriverData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDB68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4D20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MountDismountEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MountInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03EFFCB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1380) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorState_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1B7D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightControllerDetached_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF13A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightController_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF12E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerFlight_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0E5C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF14C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerVirtual_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1B7F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentAngleGain_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1330) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1308) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectionPassThrough_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1100) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentFlightBoostTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1560) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentGraphDrivenAnimationDriven_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0E6D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControlsActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1290) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0E548) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerFlightControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF13F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentSprintActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1240) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStairsHelper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0E688) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF11A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStorePlannerOutput_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1448) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF5D08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageActivateDoor_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7170) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageActorCollision_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7288) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageBeginLandingApproach_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC700) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageBlocked_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC948) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageGravJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF70D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC998) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageLand_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC7B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageNewPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF72D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathCleared_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC8A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathComplete_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC9E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathFailed_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7120) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePlayIdle_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC970) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageSetStaticPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC9C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageTakeOff_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF71E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageTraversal_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1C0E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToLocation_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F518) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToMultiple_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7350) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementParametersFixed_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ REL::Offset(0x03EFE2A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementParameters_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ REL::Offset(0x03EFE280) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentAvoidBox_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF13D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentLoadedAreaMonitor_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1510) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentStaticAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1268) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF5DA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1060) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentNavmeshBounds_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF1498) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentWarp_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0E660) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF5D30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPostUpdateArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF5CE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementStateFollowPath_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1B820) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementStateTweener_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF10B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentFixedDelta_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1D3D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentNodeFollower_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF11F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentTargetPosAndVel_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF12B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF5D80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_NPCAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E40A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_NPCDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4118) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PairedAttackDialogueHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4910) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PairedStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3BA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PassengerInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03EFFC88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingCell_BSPathingCell__BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ REL::Offset(0x03F058D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03F057B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03EFFBE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosePoint_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F158) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosestGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C540) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestCover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C270) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlee_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC120) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyAction_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F310) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyHover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F068) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyLand_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1ED48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyOrbit_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C3B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyTakeOff_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C4A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFly_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C720) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestHide_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC0A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestLOS_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1EAC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestOpenSpace_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1C5B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestRotate_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F1D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestSafeStraightLine_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F248) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestStopMoving_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1ECA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC1E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionActivate_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8500) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionDoorway_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF84D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionJump_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8528) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionLadder_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8488) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionStandard_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8460) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalData_BSPathingTraversalData__BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ REL::Offset(0x03F05858) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PerformActivationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E47D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PickNewIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3FB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PitchOverrideEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4028) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PitchOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E40F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerBedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2AF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2B18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerFastEquipSoundHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4758) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2A28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PoseDeformerData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDB40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_QuestPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EEC148) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RagdollAndGetUpHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RagdollStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3CE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RecoilStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E29B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReevaluateGraphStateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E41B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceEndAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4D48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceRunActionHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4B18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceStartAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4E10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceStartImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4AC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceStopImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4AA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReloadCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4230) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReloadStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4258) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RemoveRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RightHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2D70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RightHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2D20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SandManKillHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4528) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SceneNextPhaseHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4AF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SetupGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4CA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ShowSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E46B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SlideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4A00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SneakStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4168) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipDockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4DC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedFailsafeHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4DE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4C30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipTakeOffFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4C58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipUndockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E4E38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpringBoneData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFDAF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StaggeredStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2DC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StartFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4398) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StartPCapVoiceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4618) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StartSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4C08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StopFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4370) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StopMountCameraHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SubgraphAndOffsetDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFCED0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SyncDeferDeathHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4550) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SyncEarlyExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4708) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TakeOffInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4CD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TerminateGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4C80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TraversalFinishedHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4668) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TraversalStepDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4A78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_UncullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4848) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_UncullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4898) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_UseStimpakHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E49D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_VirtualPathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03EEC3C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E45C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponBeginDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2CA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponBeginSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2C80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E45A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2CF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponFireEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E41E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4078) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponFireStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4208) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2CD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheInterruptHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2E88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponSwingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E2988) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ZeroPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4000) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___BSAnimationGraphDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04560D68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___BSAnimationTableDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04560D90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___BSAnimationTextDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04560CE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentAngleControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x045A2450) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentLargeDeltaLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x045A2428) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentTranslationControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x045A23D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentHorseControlsLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x04472F90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentKeepOffsetLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x04472F68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565AA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565B18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564798) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045646D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565A28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565A78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564BF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564B30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564BA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564C20) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564A68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564AE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564AB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564EF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564C98) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564BD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045647E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564860) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565418) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565350) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565288) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565300) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565898) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565CA8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565708) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565780) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565668) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045656E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045652D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045657D0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564E28) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564EA0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565C80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565CF8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565CD0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565C08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564B58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564A90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564E78) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564DB0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565378) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045652B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565758) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565690) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564EC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564F40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045645B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045649F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045646A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564720) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045646F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564630) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564CE8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564D60) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565848) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045658C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564608) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564680) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045659D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565910) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565BE0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565C58) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045657F8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565730) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564888) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564900) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565A50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045659B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564748) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045647C0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564658) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564590) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564568) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045645E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045654B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045653F0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045657A8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565820) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565328) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045653A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564978) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045648B0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564928) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045649A0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045648D8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564810) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564DD8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564D10) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564A18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564950) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045658E8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565960) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045653C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565440) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564838) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565490) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565AF0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564C70) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045649C8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564A40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565B90) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565AC8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565B40) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565BB8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564C48) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564CC0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565468) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045654E0) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564F18) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564E50) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564B08) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564B80) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565988) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565A00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045656B8) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565570) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565938) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565870) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564D88) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564E00) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565C30) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565B68) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564D38) }; - inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564770) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_BuyItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D210) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17D60) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D0B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D030) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SellItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F168E8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF17E0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ShowFailureMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18070) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DCB8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1BA0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_ShowMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16968) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C8D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D6F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_CancelTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F164F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1DD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_CyclePronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DBD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_DirtScarsEtcChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1AAD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_EndBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D418) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_EndTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1710) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_EyeColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D6D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16478) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F166D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D2B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D998) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18988) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CEF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F173E0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17018) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_MakeupChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1650) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_MarkingsChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D2F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C8B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendFaceChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DDF8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendIntensityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D9B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DBF8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOffLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17728) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOnLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DBB8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_RotatePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F154E8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetAdditionalSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1930) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBackground__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17C98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D7F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBodyValues__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17070) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetCameraPosition__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D818) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetPronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CB30) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CA30) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19790) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetTrait__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18508) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18B70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19718) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SkintoneChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CF50) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_StartBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19410) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_StartTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchBodyType__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18898) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1C68) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D1D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOff__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F182B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D330) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_ToggleMarking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CEB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19008) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CA90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_Jettison__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CF70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C950) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D130) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TakeAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D010) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_ToggleEquip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F161F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferAllResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x0451CEA8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F157E8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_CraftItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A788) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ExitBench__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CB90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_Highlight3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_InstallMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1670) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RenameItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D370) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertHighlight__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1AD68) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D7D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModSlot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18D60) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D898) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CF30) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedRecipe__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D4B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D230) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15F48) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F157A8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18220) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_ClosedForSubMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18838) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_Missions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18AE8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_OpenPauseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044B1268) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A410) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_Reopened__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19308) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DDD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C910) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedMapMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16230) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedPowersMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CE50) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedShipMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17388) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedStatusMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D778) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D698) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetPaperDollActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17A78) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x04480010) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_acceptClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A668) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_cancelClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D7B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_playSFX__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D150) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_toggleAudio__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F193B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_CompleteExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CE70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D6B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D5F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17610) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1A68) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1BC0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DocAcceptMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x04478310) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D498) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_UseQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16158) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D170) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CAD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_PlayMenuSound__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17130) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_StartGameRender__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19DA0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_UserEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D3B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D478) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F181E0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenMissionMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1B80) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_SetMissionActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16DE0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationButtonEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17938) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C890) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CDB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_RepairShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C9B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CD70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_RequestImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D070) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_Change3DView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15E70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_DropItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C870) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D250) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D0F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OnEnterCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18740) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OpenCargoHold__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15A38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17AF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D8D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SelectItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17BB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044A7688) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleFavorite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A258) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Inventory_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1598) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_AnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D9D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_OnWidgetShown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D438) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16AF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_ShowSkills__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16380) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LoadingMenu_RefreshText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F190A0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LocationTextWidget_FinishedQueue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16B28) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1768) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C850) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15FA8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CC90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_LegalScreenComplete__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x0451EE28) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D838) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16E38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC78) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CAF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnBackOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16F60) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE78) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF16F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryPressed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16770) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ClearState__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A128) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15690) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_RejectQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CBD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D310) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveOpenedId__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15B98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ShowItemLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16C90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044A5BF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CCF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Bioscan__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18150) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D090) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Harvest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19468) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Initialize__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15A90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Outpost__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A180) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_PhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F158B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Shutdown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15618) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SocialSpell__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16EE0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StartContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1D38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StopContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CFF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SurfaceMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D798) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_UseListScrollControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomIn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16670) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CE30) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17788) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D678) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D958) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D538) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16830) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_QuitToDesktop__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F162C8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D638) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15C88) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CB50) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CFD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoGallery_DeletePhoto__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D658) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_InitializeCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CC50) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF15F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C9F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D578) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_TakeSnapshot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CC70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D938) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleUI__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CFB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PickpocketMenu_OnItemSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F164D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PlayBink_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17DF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PowersMenu_ActivateEssence__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19288) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PowersMenu_EquipPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16A98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PowersMenu_FavoritePower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16A00) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Refuel_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15B18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Refuel_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15730) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_AddMaterial__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CC30) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_CategorySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19FA8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CBB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D858) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_PreviewProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ProjectViewed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16C70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D878) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17FC0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Reticle_OnLongAnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CA50) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_BackOutKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16BA8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_ConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CE10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CD10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_GetRingHint__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17850) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_SelectNewKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15528) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_TryUseKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DDB8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17BD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ClearBinding__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19CE0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DCF8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DCD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F170B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F179A0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CE90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D518) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D8F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CB10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ValidateControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17F60) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipBuilder_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1630) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Assign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CCD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_Close__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16928) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F160F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D4F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB78) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18560) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D5B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15940) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CDF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D110) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D290) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D9F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17198) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18BD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CED0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1CA8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18948) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_RemoveAll3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C830) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F184E8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C810) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SystemSelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16308) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D1B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CBF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_AbortJump__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA38) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Activate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D978) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DAB8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_ChangeComponentSelection__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D458) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F161B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Deselect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F163D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_DockRequested__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D558) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_FarTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F160A0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailAccepted__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D8B8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D190) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F174B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_JumpToQuestMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CD50) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Land__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CCB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_LandingMarkerMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15BF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Map__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F199F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_OnMonocleToggle__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC98) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_OpenPhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18E58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Repair__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1CF8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_SetTargetMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15AC8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_TargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D618) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Target__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F155F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_UntargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C970) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateComponentPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A388) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F165F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17810) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_AddPatch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15E10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F175A8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F189F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_SaveLastCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15D48) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_InterruptRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CF90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_StartRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D050) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ExecuteRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F178F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17650) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A6E8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1A28) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1610) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C990) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CAB0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnClearRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD78) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnExitStarMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1AD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17F40) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF16B0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C930) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_QuickSelectChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D5D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ReadyToClose__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17250) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ScanPlanet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D738) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D270) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D350) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ShowRealCursor__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D1F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044BA570) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17A18) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D758) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF1910) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_ExitShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CDD0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_Launch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15E90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TerminalMenu_CancelEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19E90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseAllViews__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CD90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseTopView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18380) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17458) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_MenuItemClick__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19AE0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_DoAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F176C8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15860) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowImages__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18450) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D0D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_TestAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D718) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_EndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17E90) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_InputCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CA10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_StartEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F159D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TitleSequenceMenu_StartMusic__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x04520880) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16590) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_UpdateSceneRectEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C9D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19120) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D3F8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F191C0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldStopped__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16028) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CD30) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19208) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CA70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_ApplyColors__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15F08) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SelectedTab__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F174D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D390) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_AttemptBuild__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DAD8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_CancelAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DAF8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ChangeVariant__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D918) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CF10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA78) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_MessageCallback__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F186E0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15CA8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15450) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ShowExtras__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16A58) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SwitchMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D2D0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleDistance__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15710) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F15588) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CC10) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1CB70) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1C8F0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_SetActionHandles__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D4D8) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16CF0) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D598) }; - inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16710) }; - inline constexpr std::array AutoRegisterFactory___AnimationManagerLoadScrapper_BSTFactoryManager_BSFixedString_BSAnimationGraphLoadScrapper_2_BSTSingletonImplicit__{ REL::Offset(0x04561258) }; - inline constexpr std::array AutoRegisterFactory___ArmorInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x043BECE8) }; - inline constexpr std::array AutoRegisterFactory___ContainerInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x043BFF90) }; - inline constexpr std::array AutoRegisterFactory___SpaceshipInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x0439E6B0) }; - inline constexpr std::array AutoRegisterFactory___TESNPCInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x0440DF00) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF3FA0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043524B8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FFB0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352588) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FF38) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352658) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF43F0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352748) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F320) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436C210) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0EFC8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043527F8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10208) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434A5D0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F950) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352850) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FB70) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043529E8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F104A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434A6F0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F580) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436C320) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F450) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352B08) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0E278) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352B70) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10118) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352D00) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F508) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352DC0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F170) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352E88) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4058) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436C540) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4468) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04352F68) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0E3A8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043530D8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0E1C0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353240) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F820) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353568) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FA80) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434A7A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03F102F8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043536E0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03F0F5F8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043537E0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0EF10) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436C8B0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF42F8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043539C0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F103E8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353A88) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FE08) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0437CD18) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F6B0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353B98) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10518) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353C48) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10370) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353808) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4800) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043538B0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F728) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436CA80) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F398) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353DD8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4150) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353E40) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FD90) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353F10) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF49B0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353FA8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF41C8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354058) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FEC0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354170) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4690) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043541D8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03F0FAF8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354358) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FCA0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434A810) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03EF4618) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043892B8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x04389380) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043892A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x043895A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043896A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x04389AA0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04389BC8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FBE8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043545B8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4938) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434A8A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0EE58) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354B18) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10280) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434A968) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10190) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354C08) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0EC70) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434AAA0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4520) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354DB8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4280) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354EE0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0EBF8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355010) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0E330) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043551E0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0E148) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434D510) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F0B8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436CE00) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10028) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436CF98) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF3DF8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D048) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F898) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D5F8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F9C8) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D6A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4788) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D758) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F100A0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E340) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F228) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436DB28) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF3F28) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043552F0) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F040) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E158) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FD18) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E200) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10590) }; - inline constexpr std::array AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E290) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentActorAvoider_{ REL::Offset(0x03EF11C8) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentActorState_{ REL::Offset(0x03F0E750) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentFlightControllerDetached_{ REL::Offset(0x03F0E7A0) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentFlightController_{ REL::Offset(0x03F0E890) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentPathFollowerFlight_{ REL::Offset(0x03F0E5E8) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentPathFollowerStandard_{ REL::Offset(0x03EF14E8) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentPathFollowerVirtual_{ REL::Offset(0x03F0E728) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentAngleGain_{ REL::Offset(0x03F0E7F0) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectControl_{ REL::Offset(0x03EF1420) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectionPassThrough_{ REL::Offset(0x03EF10D8) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentFlightBoostTrigger_{ REL::Offset(0x03F0E818) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentGraphDrivenAnimationDriven_{ REL::Offset(0x03F0E700) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControlsActionTrigger_{ REL::Offset(0x03F0E868) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControls_{ REL::Offset(0x03F0E570) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerFlightControls_{ REL::Offset(0x03EF1150) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentSprintActionTrigger_{ REL::Offset(0x03EF1358) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentStairsHelper_{ REL::Offset(0x03F0E6B0) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentStandard_{ REL::Offset(0x03EF1178) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentStorePlannerOutput_{ REL::Offset(0x03EF1128) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPathManagerAgentAvoidBox_{ REL::Offset(0x03F0E778) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPathManagerAgentLoadedAreaMonitor_{ REL::Offset(0x03EF1538) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPathManagerAgentStaticAvoider_{ REL::Offset(0x03F0E610) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPlannerAgentDirectControl_{ REL::Offset(0x03EF1038) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPlannerAgentNavmeshBounds_{ REL::Offset(0x03EF1470) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPlannerAgentWarp_{ REL::Offset(0x03F0E638) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementStateFollowPath_{ REL::Offset(0x03F0E7C8) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementStateTweener_{ REL::Offset(0x03EF1088) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementTweenerAgentFixedDelta_{ REL::Offset(0x03F0E598) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementTweenerAgentNodeFollower_{ REL::Offset(0x03EF1218) }; - inline constexpr std::array AutoRegisterMovementAgentCreator_MovementTweenerAgentTargetPosAndVel_{ REL::Offset(0x03F0E840) }; - inline constexpr std::array AutoRegisterMovementAgentCreator___MovementHandlerAgentAngleControllerLoadScrapper_{ REL::Offset(0x045A2400) }; - inline constexpr std::array AutoRegisterMovementAgentCreator___MovementHandlerAgentLargeDeltaLoadScrapper_{ REL::Offset(0x045A23B0) }; - inline constexpr std::array AutoRegisterMovementAgentCreator___MovementHandlerAgentTranslationControllerLoadScrapper_{ REL::Offset(0x045A2388) }; - inline constexpr std::array AutoRegisterMovementAgentCreator___MovementPlannerAgentHorseControlsLoadScrapper_{ REL::Offset(0x04472F40) }; - inline constexpr std::array AutoRegisterMovementAgentCreator___MovementPlannerAgentKeepOffsetLoadScrapper_{ REL::Offset(0x04472FB8) }; - inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementHandlerArbiter_{ REL::Offset(0x03EF5D58) }; - inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementPathManagerArbiter_{ REL::Offset(0x03EF5E48) }; - inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementPlannerArbiter_{ REL::Offset(0x03EF5DD0) }; - inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementPostUpdateArbiter_{ REL::Offset(0x03EF5DF8) }; - inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementTweenerArbiter_{ REL::Offset(0x03EF5E20) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_BSPathingRequest___PathBuilderBSPathingRequest_{ REL::Offset(0x045A0A90) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy___PathBuilder_{ REL::Offset(0x0444C5C8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_BSTPathingRequest_EscortPathingRequestPolicy__BSTPathingRequest_EscortPathingRequestPolicy___PathBuilder_{ REL::Offset(0x03F1F9F8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestCovered_CombatPathingRequestBuilder_{ REL::Offset(0x03F1FA70) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F04278) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F860) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathingRequestBuilder_{ REL::Offset(0x03EEC7A0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F8F0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F04778) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F03CF0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F8D8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F878) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F03BB8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathingRequestBuilder_{ REL::Offset(0x03EEC348) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F044A0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F8C0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F908) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03EEC210) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03EEC490) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F890) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F1F8A8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F03818) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathingRequestBuilder_{ REL::Offset(0x03F041A8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestMultiGoal_CombatPathingRequestBuilder_{ REL::Offset(0x03F1F938) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestStandard_CombatPathingRequestBuilder_{ REL::Offset(0x03F1F9B0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestClosePoint___PathBuilderClosePointPath_{ REL::Offset(0x044514F0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestClosestGoal_PathingRequestClosestGoal__PathBuilder_{ REL::Offset(0x03F1F998) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlee_PathBuilderFlee__PathBuilderFleePath_{ REL::Offset(0x03EEC090) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyAction_PathBuilderFlight__PathBuilderFlyActionPath_{ REL::Offset(0x03F1FA28) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyHover_PathBuilderFlight__PathBuilderFlyHoverPath_{ REL::Offset(0x03F1F980) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyLand_PathBuilderFlight__PathBuilderFlyLandPath_{ REL::Offset(0x03F1F950) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyOrbit_PathBuilderFlight__PathBuilderFlyOrbitPath_{ REL::Offset(0x03F1F9C8) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyTakeOff_PathBuilderFlight__PathBuilderFlyTakeOffPath_{ REL::Offset(0x03F1F968) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFly_PathBuilderFlight__PathBuilderFlyPath_{ REL::Offset(0x03F1FA88) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestHide_PathBuilderHide__PathBuilderHidePath_{ REL::Offset(0x03F1FA40) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestLOS_PathBuilderLOS__PathBuilderLOSPath_{ REL::Offset(0x03F1FA58) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestOpenSpace_PathingRequestOpenSpaceBuilder_{ REL::Offset(0x03F1FA10) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestRotate___PathBuilderRotatePath_{ REL::Offset(0x04451538) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestSafeStraightLine_PathBuilderSafeStraightLine__PathBuilderSafeStraightLinePath_{ REL::Offset(0x03F1F9E0) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestStopMoving___PathBuilderStopMovingPath_{ REL::Offset(0x04451508) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequest___PathBuilderPathingRequest_{ REL::Offset(0x04451520) }; - inline constexpr std::array AutoRegisterPathBuilderFactory_QuestPathingRequest_QuestPathingRequestBuilder_{ REL::Offset(0x03F1F920) }; - inline constexpr std::array AutoRegisterPathing_BGSSpatialGridSearchCustomDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFDA28) }; - inline constexpr std::array AutoRegisterPathing_BGSSpatialGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFDAA0) }; - inline constexpr std::array AutoRegisterPathing_BGSSpatialSparseGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFD9D8) }; - inline constexpr std::array AutoRegisterPathing_BSPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F180) }; - inline constexpr std::array AutoRegisterPathing_BSPathingSolution_BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ REL::Offset(0x03F09FF8) }; - inline constexpr std::array AutoRegisterPathing_CombatPathMovementMessageEvent_CombatPathTeleportEvent__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7198) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageActivateDoor_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F6A8) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageActorCollision_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7260) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageBeginLandingApproach_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F838) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageBlocked_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7328) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageGravJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F360) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7238) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageLand_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEC7E0) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageNewPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF72B0) }; - inline constexpr std::array AutoRegisterPathing_MovementMessagePathCleared_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF70F8) }; - inline constexpr std::array AutoRegisterPathing_MovementMessagePathComplete_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EECA10) }; - inline constexpr std::array AutoRegisterPathing_MovementMessagePathFailed_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7148) }; - inline constexpr std::array AutoRegisterPathing_MovementMessagePlayIdle_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F748) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageSetStaticPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7300) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageTakeOff_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF7210) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageTraversal_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1E730) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageWarpToLocation_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F4F0) }; - inline constexpr std::array AutoRegisterPathing_MovementMessageWarpToMultiple_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F450) }; - inline constexpr std::array AutoRegisterPathing_PathingTraversalActionActivate_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8550) }; - inline constexpr std::array AutoRegisterPathing_PathingTraversalActionDoorway_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF84B0) }; - inline constexpr std::array AutoRegisterPathing_PathingTraversalActionJump_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8438) }; - inline constexpr std::array AutoRegisterPathing_PathingTraversalActionLadder_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF8578) }; - inline constexpr std::array AutoRegisterPathing_PathingTraversalActionStandard_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF85A0) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566458) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566480) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566E48) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566E20) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045650A8) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565030) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566678) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566650) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045666C8) }; - inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045666F0) }; - inline constexpr std::array AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045661B0) }; - inline constexpr std::array AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045661D8) }; - inline constexpr std::array AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566160) }; - inline constexpr std::array AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566138) }; - inline constexpr std::array AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566768) }; - inline constexpr std::array AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566740) }; - inline constexpr std::array AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045668D0) }; - inline constexpr std::array AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566808) }; - inline constexpr std::array AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566AF0) }; - inline constexpr std::array AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566A28) }; - inline constexpr std::array AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565E78) }; - inline constexpr std::array AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565E50) }; - inline constexpr std::array AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565170) }; - inline constexpr std::array AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565148) }; - inline constexpr std::array AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566070) }; - inline constexpr std::array AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566098) }; - inline constexpr std::array AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566048) }; - inline constexpr std::array AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565F80) }; - inline constexpr std::array AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565EA0) }; - inline constexpr std::array AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565D98) }; - inline constexpr std::array AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566408) }; - inline constexpr std::array AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566430) }; - inline constexpr std::array AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565198) }; - inline constexpr std::array AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045650D0) }; - inline constexpr std::array AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565120) }; - inline constexpr std::array AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045650F8) }; - inline constexpr std::array AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566250) }; - inline constexpr std::array AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566228) }; - inline constexpr std::array AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045663B8) }; - inline constexpr std::array AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566390) }; - inline constexpr std::array AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565F30) }; - inline constexpr std::array AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565F58) }; - inline constexpr std::array AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566020) }; - inline constexpr std::array AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565FF8) }; - inline constexpr std::array AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566188) }; - inline constexpr std::array AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045660C0) }; - inline constexpr std::array AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567068) }; - inline constexpr std::array AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567040) }; - inline constexpr std::array AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566E70) }; - inline constexpr std::array AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566DA8) }; - inline constexpr std::array AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566DF8) }; - inline constexpr std::array AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566DD0) }; - inline constexpr std::array AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045662A0) }; - inline constexpr std::array AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566278) }; - inline constexpr std::array AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045651C0) }; - inline constexpr std::array AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045651E8) }; - inline constexpr std::array AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566CF0) }; - inline constexpr std::array AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566D18) }; - inline constexpr std::array AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564F90) }; - inline constexpr std::array AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04564F68) }; - inline constexpr std::array AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566598) }; - inline constexpr std::array AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566628) }; - inline constexpr std::array AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565D70) }; - inline constexpr std::array AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565D48) }; - inline constexpr std::array AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045668F8) }; - inline constexpr std::array AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566948) }; - inline constexpr std::array AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565080) }; - inline constexpr std::array AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565058) }; - inline constexpr std::array AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566E98) }; - inline constexpr std::array AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566EC0) }; - inline constexpr std::array AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045670B8) }; - inline constexpr std::array AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567090) }; - inline constexpr std::array AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045670E0) }; - inline constexpr std::array AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567018) }; - inline constexpr std::array AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566BA8) }; - inline constexpr std::array AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566B80) }; - inline constexpr std::array AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565DC0) }; - inline constexpr std::array AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565D20) }; - inline constexpr std::array AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566A78) }; - inline constexpr std::array AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566A50) }; - inline constexpr std::array AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566998) }; - inline constexpr std::array AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566920) }; - inline constexpr std::array AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566F10) }; - inline constexpr std::array AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566970) }; - inline constexpr std::array AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045668A8) }; - inline constexpr std::array AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566880) }; - inline constexpr std::array AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566318) }; - inline constexpr std::array AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566368) }; - inline constexpr std::array AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566EE8) }; - inline constexpr std::array AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566F38) }; - inline constexpr std::array AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564FB8) }; - inline constexpr std::array AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565210) }; - inline constexpr std::array AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566AC8) }; - inline constexpr std::array AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566AA0) }; - inline constexpr std::array AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566858) }; - inline constexpr std::array AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566830) }; - inline constexpr std::array AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045667B8) }; - inline constexpr std::array AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566790) }; - inline constexpr std::array AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566FF0) }; - inline constexpr std::array AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566FC8) }; - inline constexpr std::array AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045664F8) }; - inline constexpr std::array AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045664D0) }; - inline constexpr std::array AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566570) }; - inline constexpr std::array AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045664A8) }; - inline constexpr std::array AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045667E0) }; - inline constexpr std::array AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566718) }; - inline constexpr std::array AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566C38) }; - inline constexpr std::array AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566CC8) }; - inline constexpr std::array AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566110) }; - inline constexpr std::array AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045660E8) }; - inline constexpr std::array AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045666A0) }; - inline constexpr std::array AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566200) }; - inline constexpr std::array AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04564FE0) }; - inline constexpr std::array AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565008) }; - inline constexpr std::array AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565FD0) }; - inline constexpr std::array AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565FA8) }; - inline constexpr std::array AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565260) }; - inline constexpr std::array AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565238) }; - inline constexpr std::array AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045663E0) }; - inline constexpr std::array AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566340) }; - inline constexpr std::array AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566548) }; - inline constexpr std::array AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566520) }; - inline constexpr std::array AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045662F0) }; - inline constexpr std::array AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045662C8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest_64_{ REL::Offset(0x0444C5A0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest_64_{ REL::Offset(0x03F1F680) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestAdapter_BSPathingRequest_64_{ REL::Offset(0x03F1F798) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestCovered_BSPathingRequest_64_{ REL::Offset(0x03F1F3D8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F04250) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest_64_{ REL::Offset(0x03F03EB0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest_64_{ REL::Offset(0x03F04978) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1F658) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F04790) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EEC0F8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1EF78) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1F4C8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F03B90) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest_64_{ REL::Offset(0x03EEC360) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F044E0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EEC170) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1EB40) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EEC228) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EEC548) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1F0B8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1EA50) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EEC040) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest_64_{ REL::Offset(0x03F04018) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestMultiGoal_BSPathingRequest_64_{ REL::Offset(0x03F1F4A0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestStandard_BSPathingRequest_64_{ REL::Offset(0x03F1F630) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_MovementParametersFixed_IMovementParameters_64_{ REL::Offset(0x03EFE2D0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_MovementParameters_IMovementParameters_64_{ REL::Offset(0x03EFE258) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosePoint_BSPathingRequest_64_{ REL::Offset(0x03F1F130) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosestGoal_BSPathingRequest_64_{ REL::Offset(0x03F1EE88) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestCover_BSPathingRequest_64_{ REL::Offset(0x03F1F1F8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlee_BSPathingRequest_64_{ REL::Offset(0x03F1EE10) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyAction_BSPathingRequest_64_{ REL::Offset(0x03F1F2E8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyHover_BSPathingRequest_64_{ REL::Offset(0x03F1F040) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyLand_BSPathingRequest_64_{ REL::Offset(0x03F1F770) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyOrbit_BSPathingRequest_64_{ REL::Offset(0x03F1EFC8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyTakeOff_BSPathingRequest_64_{ REL::Offset(0x03F1F7C0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFly_BSPathingRequest_64_{ REL::Offset(0x03F1F5E0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestHide_BSPathingRequest_64_{ REL::Offset(0x03F1F720) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestLOS_BSPathingRequest_64_{ REL::Offset(0x03F1EAF0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestOpenSpace_BSPathingRequest_64_{ REL::Offset(0x03F1F2C0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestRotate_BSPathingRequest_64_{ REL::Offset(0x03F1F7E8) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestSafeStraightLine_BSPathingRequest_64_{ REL::Offset(0x03F1F338) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestStopMoving_BSPathingRequest_64_{ REL::Offset(0x03F1F810) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequest_BSPathingRequest_64_{ REL::Offset(0x03EEC1C0) }; - inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_QuestPathingRequest_BSPathingRequest_64_{ REL::Offset(0x03F1F090) }; - inline constexpr std::array AutoVanityState{ REL::Offset(0x04519138) }; - inline constexpr std::array AwakeSoundFadeHandler{ REL::Offset(0x044E3AA0) }; - inline constexpr std::array AwakeSoundPauseHandler{ REL::Offset(0x044E3AD0) }; - inline constexpr std::array AwakeSoundResumeHandler{ REL::Offset(0x044E3A58) }; - inline constexpr std::array AwakeSoundStopHandler{ REL::Offset(0x044E3AE8) }; - inline constexpr std::array BGSAIWorldLocationEditorSpacePointRadius{ REL::Offset(0x04342E50) }; - inline constexpr std::array BGSAIWorldLocationInteriorCell{ REL::Offset(0x04342990) }; - inline constexpr std::array BGSAIWorldLocationPointRadius{ REL::Offset(0x04342A80) }; - inline constexpr std::array BGSAIWorldLocationPrimitive{ REL::Offset(0x04342C00) }; - inline constexpr std::array BGSAIWorldLocationRefRadius{ REL::Offset(0x04342D00) }; - inline constexpr std::array BGSAVMData{ REL::Offset(0x0434EBE0), REL::Offset(0x0434EBF8) }; - inline constexpr std::array BGSAbilityPerkEntry{ REL::Offset(0x04409DF0) }; - inline constexpr std::array BGSAcousticSpace{ REL::Offset(0x043D35C8), REL::Offset(0x043D39E0) }; - inline constexpr std::array BGSAction{ REL::Offset(0x044049F8), REL::Offset(0x04404A10) }; - inline constexpr std::array BGSActionData{ REL::Offset(0x043438F8), REL::Offset(0x04343910) }; - inline constexpr std::array BGSActivity{ REL::Offset(0x0436E530), REL::Offset(0x0436E590) }; - inline constexpr std::array BGSActivityRuntimeT_BGSActorValueActivity_{ REL::Offset(0x0433E2F8), REL::Offset(0x0433E310) }; - inline constexpr std::array BGSActivityRuntimeT_BGSApplyMagicEffectActivity_{ REL::Offset(0x0433E988), REL::Offset(0x0433E9A0) }; - inline constexpr std::array BGSActivityRuntimeT_BGSBarterActivity_{ REL::Offset(0x043415D0), REL::Offset(0x043415E8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSBleedoutActivity_{ REL::Offset(0x0433EBF8), REL::Offset(0x0433EC10) }; - inline constexpr std::array BGSActivityRuntimeT_BGSBuildWorkshopActivity_{ REL::Offset(0x0433EE18), REL::Offset(0x0433EE30) }; - inline constexpr std::array BGSActivityRuntimeT_BGSCompleteResearchActivity_{ REL::Offset(0x0433F028), REL::Offset(0x0433F0C8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSConsumeActivity_{ REL::Offset(0x0433F230), REL::Offset(0x0433F248) }; - inline constexpr std::array BGSActivityRuntimeT_BGSCraftActivity_{ REL::Offset(0x0433F468), REL::Offset(0x0433F508) }; - inline constexpr std::array BGSActivityRuntimeT_BGSCrippleLimbActivity_{ REL::Offset(0x0433F678), REL::Offset(0x0433F718) }; - inline constexpr std::array BGSActivityRuntimeT_BGSDestroyShipActivity_{ REL::Offset(0x0433F8A8), REL::Offset(0x0433F8C0) }; - inline constexpr std::array BGSActivityRuntimeT_BGSDockingActivity_{ REL::Offset(0x0433FAE8), REL::Offset(0x0433FB00) }; - inline constexpr std::array BGSActivityRuntimeT_BGSGravJumpActivity_{ REL::Offset(0x0433FCE8), REL::Offset(0x0433FD00) }; - inline constexpr std::array BGSActivityRuntimeT_BGSHarvestActivity_{ REL::Offset(0x0433FEE8), REL::Offset(0x0433FF88) }; - inline constexpr std::array BGSActivityRuntimeT_BGSKillActivity_{ REL::Offset(0x043400F8), REL::Offset(0x04340198) }; - inline constexpr std::array BGSActivityRuntimeT_BGSLandPlanetActivity_{ REL::Offset(0x04340308), REL::Offset(0x04340320) }; - inline constexpr std::array BGSActivityRuntimeT_BGSLockPickActivity_{ REL::Offset(0x043419E0), REL::Offset(0x043419F8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSLootContainerActivity_{ REL::Offset(0x04340508), REL::Offset(0x043405A8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSLoseEnemyActivity_{ REL::Offset(0x04340740), REL::Offset(0x04340758) }; - inline constexpr std::array BGSActivityRuntimeT_BGSPlayerPickpocketActivity_{ REL::Offset(0x04340940), REL::Offset(0x043409E0) }; - inline constexpr std::array BGSActivityRuntimeT_BGSProduceActivity_{ REL::Offset(0x04340B40), REL::Offset(0x04340BE0) }; - inline constexpr std::array BGSActivityRuntimeT_BGSReloadWeaponActivity_{ REL::Offset(0x04340D58), REL::Offset(0x04340D70) }; - inline constexpr std::array BGSActivityRuntimeT_BGSScanPlanetActivity_{ REL::Offset(0x04340F58), REL::Offset(0x04340FF8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSScanSurfaceActivity_{ REL::Offset(0x043417E0), REL::Offset(0x043417F8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSShipCollectionActivity_{ REL::Offset(0x04341DF8), REL::Offset(0x04341E10) }; - inline constexpr std::array BGSActivityRuntimeT_BGSShipbuilderActivity_{ REL::Offset(0x04341BF8), REL::Offset(0x04341C98) }; - inline constexpr std::array BGSActivityRuntimeT_BGSSpeechChallengeActivity_{ REL::Offset(0x04342028), REL::Offset(0x043420C8) }; - inline constexpr std::array BGSActivityRuntimeT_BGSSprintActivity_{ REL::Offset(0x04342240), REL::Offset(0x04342258) }; - inline constexpr std::array BGSActivityRuntimeT_BGSTakeActorDamageActivity_{ REL::Offset(0x04342460), REL::Offset(0x04342500) }; - inline constexpr std::array BGSActivityRuntimeT_BGSTakeDamageActivity_{ REL::Offset(0x04342660), REL::Offset(0x04342700) }; - inline constexpr std::array BGSActivityTrackerFormComponent{ REL::Offset(0x043524D0) }; - inline constexpr std::array BGSActorValueActivity{ REL::Offset(0x0433E8E0), REL::Offset(0x0433E8F8) }; - inline constexpr std::array BGSActorValueActivity_Runtime{ REL::Offset(0x0433E7F8), REL::Offset(0x0433E810), REL::Offset(0x0433E828), REL::Offset(0x0433E840) }; - inline constexpr std::array BGSAddToInventoryOnDestroy{ REL::Offset(0x043525A0) }; - inline constexpr std::array BGSAddonNode{ REL::Offset(0x043AF430), REL::Offset(0x043AF848), REL::Offset(0x043AF8C0) }; - inline constexpr std::array BGSAddonNodeSoundHandleExtra{ REL::Offset(0x043AF250) }; - inline constexpr std::array BGSAffinityEvent{ REL::Offset(0x043A5AF0), REL::Offset(0x043A5B08) }; - inline constexpr std::array BGSAimAssistModel{ REL::Offset(0x0438A078), REL::Offset(0x0438A390) }; - inline constexpr std::array BGSAimAssistPoseData{ REL::Offset(0x043AA480), REL::Offset(0x043AA798) }; - inline constexpr std::array BGSAimDownSightModel{ REL::Offset(0x0438B310), REL::Offset(0x0438B628) }; - inline constexpr std::array BGSAimModel{ REL::Offset(0x0438B660), REL::Offset(0x0438B678) }; - inline constexpr std::array BGSAimOpticalSightModel{ REL::Offset(0x0438B9E8), REL::Offset(0x0438C030) }; - inline constexpr std::array BGSAmbienceSet{ REL::Offset(0x0438C0A8), REL::Offset(0x0438C3C0) }; - inline constexpr std::array BGSAnimationGraphComponent{ REL::Offset(0x04344CE8), REL::Offset(0x04344D48) }; - inline constexpr std::array BGSAnimationPathImplementation{ REL::Offset(0x044D79E8) }; - inline constexpr std::array BGSApplyMagicEffectActivity{ REL::Offset(0x0433EB40), REL::Offset(0x0433EB58) }; - inline constexpr std::array BGSApplyMagicEffectActivity_Runtime{ REL::Offset(0x0433EA40), REL::Offset(0x0433EA58), REL::Offset(0x0433EA70), REL::Offset(0x0433EA88), REL::Offset(0x0433EAA0) }; - inline constexpr std::array BGSArtObject{ REL::Offset(0x043AF8D8), REL::Offset(0x043AF940), REL::Offset(0x043AF960), REL::Offset(0x043AFA70), REL::Offset(0x043AFE88) }; - inline constexpr std::array BGSArtObjectCloneTask{ REL::Offset(0x043AF9D8) }; - inline constexpr std::array BGSAssociationType{ REL::Offset(0x04404D28), REL::Offset(0x04404D40) }; - inline constexpr std::array BGSAtmosphere{ REL::Offset(0x043AA0C8), REL::Offset(0x043AA0E0) }; - inline constexpr std::array BGSAttachParentArray{ REL::Offset(0x043526E8) }; - inline constexpr std::array BGSAttachTechniquesUtil__AttachTechniquesFunctor{ REL::Offset(0x0436E8C0) }; - inline constexpr std::array BGSAttachTechniquesUtil__DetachTechniquesFunctor{ REL::Offset(0x0436E820) }; - inline constexpr std::array BGSAttachTechniquesUtil__ProcessTechniquesFunctor{ REL::Offset(0x0436E8D8) }; - inline constexpr std::array BGSAttackData{ REL::Offset(0x04443918) }; - inline constexpr std::array BGSAttackDataForm{ REL::Offset(0x0436C1B0) }; - inline constexpr std::array BGSAttackDataMap{ REL::Offset(0x04443930) }; - inline constexpr std::array BGSAttractionRule{ REL::Offset(0x043A5E20), REL::Offset(0x043A5E38) }; - inline constexpr std::array BGSAudioOcclusionPrimitive{ REL::Offset(0x0434D800), REL::Offset(0x0434DC18) }; - inline constexpr std::array BGSAudio_Internal__LooseAudioRegistrar{ REL::Offset(0x04457728) }; - inline constexpr std::array BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo{ REL::Offset(0x044576F8) }; - inline constexpr std::array BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo{ REL::Offset(0x04457708) }; - inline constexpr std::array BGSAudio_Internal__WwiseGameObjectMgr{ REL::Offset(0x044576C0) }; - inline constexpr std::array BGSAudio_Internal__WwiseIODevice{ REL::Offset(0x04457740), REL::Offset(0x04457760) }; - inline constexpr std::array BGSAudio_Internal__WwiseIOMgr{ REL::Offset(0x044576D8) }; - inline constexpr std::array BGSAudio__IEmitterResolver{ REL::Offset(0x04457688) }; - inline constexpr std::array BGSAudio__RefNodeResolver{ REL::Offset(0x04457650) }; - inline constexpr std::array BGSAudio__WwiseService{ REL::Offset(0x044577C0) }; - inline constexpr std::array BGSBarterActivity{ REL::Offset(0x04341758), REL::Offset(0x04341770) }; - inline constexpr std::array BGSBarterActivity_Runtime{ REL::Offset(0x04341688), REL::Offset(0x043416A0), REL::Offset(0x043416B8) }; - inline constexpr std::array BGSBaseAlias{ REL::Offset(0x04408E48) }; - inline constexpr std::array BGSBaseFormT_AimDownSightData_153_{ REL::Offset(0x0438AF80), REL::Offset(0x0438AFF8) }; - inline constexpr std::array BGSBaseFormT_AimOpticalSightData_194_{ REL::Offset(0x0438BD00), REL::Offset(0x0438C018) }; - inline constexpr std::array BGSBaseLODBlock{ REL::Offset(0x0434F938) }; - inline constexpr std::array BGSBaseLODBlock__AutoDetachBlock{ REL::Offset(0x0434FA00) }; - inline constexpr std::array BGSBaseLODBlock__GeometryAutoDetachBlock{ REL::Offset(0x0434F9F0) }; - inline constexpr std::array BGSBaseLODRuntimeComponent{ REL::Offset(0x0434FB80) }; - inline constexpr std::array BGSBendableSpline{ REL::Offset(0x043AFF50), REL::Offset(0x043B0368) }; - inline constexpr std::array BGSBiome{ REL::Offset(0x043AA840), REL::Offset(0x043AA8C0), REL::Offset(0x043AA938), REL::Offset(0x043AA9A0), REL::Offset(0x043AACB8) }; - inline constexpr std::array BGSBiomeMarkerObject{ REL::Offset(0x0438E268), REL::Offset(0x0438E680), REL::Offset(0x0438E6F8), REL::Offset(0x0438E710), REL::Offset(0x0438E730) }; - inline constexpr std::array BGSBiome__MarkerKeywordData{ REL::Offset(0x043AA800) }; - inline constexpr std::array BGSBleedoutActivity{ REL::Offset(0x0433ED80), REL::Offset(0x0433ED98) }; - inline constexpr std::array BGSBleedoutActivity_Runtime{ REL::Offset(0x0433ECB0), REL::Offset(0x0433ECC8), REL::Offset(0x0433ECE0) }; - inline constexpr std::array BGSBlockBashData{ REL::Offset(0x0436C268) }; - inline constexpr std::array BGSBodyManager{ REL::Offset(0x0434A148), REL::Offset(0x0434A160) }; - inline constexpr std::array BGSBodyPartData{ REL::Offset(0x04405088), REL::Offset(0x044053A0), REL::Offset(0x04405418), REL::Offset(0x04405430) }; - inline constexpr std::array BGSBodyPartInfo{ REL::Offset(0x04352798) }; - inline constexpr std::array BGSBodyUtils__SkinColorUpdateNode{ REL::Offset(0x0434A0F8) }; - inline constexpr std::array BGSBoneModifier{ REL::Offset(0x0438FE98), REL::Offset(0x0438FEB0) }; - inline constexpr std::array BGSBuildWorkshopActivity{ REL::Offset(0x0433EFA0), REL::Offset(0x0433EFB8) }; - inline constexpr std::array BGSBuildWorkshopActivity_Runtime{ REL::Offset(0x0433EED0), REL::Offset(0x0433EEE8), REL::Offset(0x0433EF88) }; - inline constexpr std::array BGSCameraPath{ REL::Offset(0x043D3A20), REL::Offset(0x043D3D38) }; - inline constexpr std::array BGSCameraShot{ REL::Offset(0x043D3ED0), REL::Offset(0x043D41E8), REL::Offset(0x043D4200), REL::Offset(0x043D4278), REL::Offset(0x043D42E0), REL::Offset(0x043D4300) }; - inline constexpr std::array BGSChallengeForm{ REL::Offset(0x0434E3D8), REL::Offset(0x0434E3F0) }; - inline constexpr std::array BGSCharacterMorph__FacialBoneSculptSlider{ REL::Offset(0x043A6238) }; - inline constexpr std::array BGSCharacterMorph__FacialBoneSlider{ REL::Offset(0x043A6290) }; - inline constexpr std::array BGSCloudForm{ REL::Offset(0x043965B0), REL::Offset(0x04396918) }; - inline constexpr std::array BGSCollisionLayer{ REL::Offset(0x043D4360), REL::Offset(0x043D4678) }; - inline constexpr std::array BGSColorForm{ REL::Offset(0x043D4690), REL::Offset(0x043D4708), REL::Offset(0x043D4A20) }; - inline constexpr std::array BGSCompleteResearchActivity{ REL::Offset(0x0433F1B0), REL::Offset(0x0433F1C8) }; - inline constexpr std::array BGSCompleteResearchActivity_Runtime{ REL::Offset(0x0433F0E0), REL::Offset(0x0433F0F8), REL::Offset(0x0433F198) }; - inline constexpr std::array BGSConditionForm{ REL::Offset(0x043AACD0), REL::Offset(0x043AACE8) }; - inline constexpr std::array BGSConstructibleObject{ REL::Offset(0x043B0490), REL::Offset(0x043B0508), REL::Offset(0x043B0568), REL::Offset(0x043B05C8), REL::Offset(0x043B0628), REL::Offset(0x043B0948), REL::Offset(0x043B0960) }; - inline constexpr std::array BGSConsumeActivity{ REL::Offset(0x0433F3C8), REL::Offset(0x0433F3E0) }; - inline constexpr std::array BGSConsumeActivity_Runtime{ REL::Offset(0x0433F2F8), REL::Offset(0x0433F310), REL::Offset(0x0433F3B0) }; - inline constexpr std::array BGSContactShadowComponent{ REL::Offset(0x0434A600) }; - inline constexpr std::array BGSConveyorBelt__ConveyorBelt{ REL::Offset(0x04356B90) }; - inline constexpr std::array BGSCraftActivity{ REL::Offset(0x0433F550), REL::Offset(0x0433F608) }; - inline constexpr std::array BGSCraftActivity_Runtime{ REL::Offset(0x0433F520), REL::Offset(0x0433F538), REL::Offset(0x0433F568) }; - inline constexpr std::array BGSCraftableForm{ REL::Offset(0x0438E798), REL::Offset(0x0438E7B0), REL::Offset(0x0438EAD0), REL::Offset(0x0438EB48) }; - inline constexpr std::array BGSCraftingResourceOwner{ REL::Offset(0x04352868) }; - inline constexpr std::array BGSCrippleLimbActivity{ REL::Offset(0x0433F760), REL::Offset(0x0433F818) }; - inline constexpr std::array BGSCrippleLimbActivity_Runtime{ REL::Offset(0x0433F730), REL::Offset(0x0433F748), REL::Offset(0x0433F778) }; - inline constexpr std::array BGSCrowdComponent{ REL::Offset(0x04352A00) }; - inline constexpr std::array BGSCurve3DForm{ REL::Offset(0x0438A3E8), REL::Offset(0x0438A750) }; - inline constexpr std::array BGSCurveForm{ REL::Offset(0x0438A768), REL::Offset(0x0438AAD0) }; - inline constexpr std::array BGSCustomShipForm{ REL::Offset(0x0434A690) }; - inline constexpr std::array BGSDamageType{ REL::Offset(0x043AB018), REL::Offset(0x043AB330), REL::Offset(0x043AB3A8) }; - inline constexpr std::array BGSDebris{ REL::Offset(0x043B09C0), REL::Offset(0x043B09D8), REL::Offset(0x043B09F0) }; - inline constexpr std::array BGSDecalManager{ REL::Offset(0x0436EB38), REL::Offset(0x0436EB50), REL::Offset(0x0436EB68) }; - inline constexpr std::array BGSDecalNode{ REL::Offset(0x0436F300) }; - inline constexpr std::array BGSDefaultObject{ REL::Offset(0x03F25CE8), REL::Offset(0x03F25D00) }; - inline constexpr std::array BGSDefaultObjectManager{ REL::Offset(0x03F26180), REL::Offset(0x03F26498) }; - inline constexpr std::array BGSDestroyShipActivity{ REL::Offset(0x0433FA30), REL::Offset(0x0433FA48) }; - inline constexpr std::array BGSDestroyShipActivity_Runtime{ REL::Offset(0x0433F960), REL::Offset(0x0433F978), REL::Offset(0x0433FA18) }; - inline constexpr std::array BGSDestructibleObjectForm{ REL::Offset(0x0436C338) }; - inline constexpr std::array BGSDialogueBranch{ REL::Offset(0x04405448), REL::Offset(0x04405760) }; - inline constexpr std::array BGSDisplayCaseFormComponent{ REL::Offset(0x04352AA8) }; - inline constexpr std::array BGSDistantObjectBlock{ REL::Offset(0x044515F0) }; - inline constexpr std::array BGSDockingActivity{ REL::Offset(0x0433FBB8), REL::Offset(0x0433FC88) }; - inline constexpr std::array BGSDockingActivity_Runtime{ REL::Offset(0x0433FBA0), REL::Offset(0x0433FBD0), REL::Offset(0x0433FBE8) }; - inline constexpr std::array BGSDualCastData{ REL::Offset(0x04360A20), REL::Offset(0x04360A38) }; - inline constexpr std::array BGSDynamicLODBlock{ REL::Offset(0x0434FF30) }; - inline constexpr std::array BGSDynamicLODBlock__InstancedAutoDetachBlock{ REL::Offset(0x0434FFE8) }; - inline constexpr std::array BGSEchoListener{ REL::Offset(0x043AC8F8) }; - inline constexpr std::array BGSEffectSequenceForm{ REL::Offset(0x0438EBA8), REL::Offset(0x0438EF10) }; - inline constexpr std::array BGSEffectSequenceFormComponent{ REL::Offset(0x04352B88), REL::Offset(0x04352BA0) }; - inline constexpr std::array BGSEntryPointFunctionData{ REL::Offset(0x044078D0) }; - inline constexpr std::array BGSEntryPointFunctionDataAVAndValue{ REL::Offset(0x04407990) }; - inline constexpr std::array BGSEntryPointFunctionDataActivateChoice{ REL::Offset(0x04407B10) }; - inline constexpr std::array BGSEntryPointFunctionDataBooleanGraphVariable{ REL::Offset(0x04407A50) }; - inline constexpr std::array BGSEntryPointFunctionDataLeveledList{ REL::Offset(0x044079D0) }; - inline constexpr std::array BGSEntryPointFunctionDataOneValue{ REL::Offset(0x04407910) }; - inline constexpr std::array BGSEntryPointFunctionDataProjectile{ REL::Offset(0x04407AD0) }; - inline constexpr std::array BGSEntryPointFunctionDataSpellItem{ REL::Offset(0x04407A10) }; - inline constexpr std::array BGSEntryPointFunctionDataText{ REL::Offset(0x04407A90) }; - inline constexpr std::array BGSEntryPointFunctionDataTwoValue{ REL::Offset(0x04407950) }; - inline constexpr std::array BGSEntryPointPerkEntry{ REL::Offset(0x04409EF0) }; - inline constexpr std::array BGSEquipSlot{ REL::Offset(0x04407B78), REL::Offset(0x04407E90) }; - inline constexpr std::array BGSExplosion{ REL::Offset(0x043B0D18), REL::Offset(0x043B0D30), REL::Offset(0x043B0D90), REL::Offset(0x043B0DA8), REL::Offset(0x043B0E20), REL::Offset(0x043B0E98), REL::Offset(0x043B0F00) }; - inline constexpr std::array BGSExternalComponentDataSource{ REL::Offset(0x04352D18) }; - inline constexpr std::array BGSFaceFX{ REL::Offset(0x04351598) }; - inline constexpr std::array BGSFadeManager{ REL::Offset(0x0434A1E8) }; - inline constexpr std::array BGSFogVolumeForm{ REL::Offset(0x04396930), REL::Offset(0x04396948) }; - inline constexpr std::array BGSFootIkImplementation{ REL::Offset(0x044D6570) }; - inline constexpr std::array BGSFootstep{ REL::Offset(0x043D6F78), REL::Offset(0x043D7290) }; - inline constexpr std::array BGSFootstepManager{ REL::Offset(0x044DA070), REL::Offset(0x044DA088) }; - inline constexpr std::array BGSFootstepSet{ REL::Offset(0x043D72A8), REL::Offset(0x043D75C0) }; - inline constexpr std::array BGSForceData{ REL::Offset(0x0438C3F8), REL::Offset(0x0438C410) }; - inline constexpr std::array BGSForcedLocRefType{ REL::Offset(0x04352DF0) }; - inline constexpr std::array BGSFormFolderKeywordList{ REL::Offset(0x0434F0B8), REL::Offset(0x0434F0D0) }; - inline constexpr std::array BGSFormLinkData{ REL::Offset(0x04352EA0) }; - inline constexpr std::array BGSGenericBaseForm{ REL::Offset(0x043B1318), REL::Offset(0x043B1730) }; - inline constexpr std::array BGSGenericBaseFormTemplate{ REL::Offset(0x043B1748), REL::Offset(0x043B1760) }; - inline constexpr std::array BGSGeometryConstructorManager{ REL::Offset(0x044D33E0) }; - inline constexpr std::array BGSGrassManager__AddCellGrassTask{ REL::Offset(0x0436FA88) }; - inline constexpr std::array BGSGrassManager__CellGrass{ REL::Offset(0x0436FA70) }; - inline constexpr std::array BGSGravJumpActivity{ REL::Offset(0x0433FE70), REL::Offset(0x0433FE88) }; - inline constexpr std::array BGSGravJumpActivity_Runtime{ REL::Offset(0x0433FDA0), REL::Offset(0x0433FDB8), REL::Offset(0x0433FE58) }; - inline constexpr std::array BGSGroundCover{ REL::Offset(0x043C8848), REL::Offset(0x043C8B60) }; - inline constexpr std::array BGSGroupedInstancedGeometry{ REL::Offset(0x0434A2B8) }; - inline constexpr std::array BGSHarvestActivity{ REL::Offset(0x04340070), REL::Offset(0x04340088) }; - inline constexpr std::array BGSHarvestActivity_Runtime{ REL::Offset(0x0433FFA0), REL::Offset(0x04340040), REL::Offset(0x04340058) }; - inline constexpr std::array BGSHavokGeometryAttach{ REL::Offset(0x0436E868) }; - inline constexpr std::array BGSHavokGeometryAttach__ActionPolicy{ REL::Offset(0x0436E838) }; - inline constexpr std::array BGSHavokGeometryAttach__AttachPolicy{ REL::Offset(0x0436E850) }; - inline constexpr std::array BGSHavokGeometryAttach__DetachPolicy{ REL::Offset(0x0436E8A8) }; - inline constexpr std::array BGSHazard{ REL::Offset(0x03EF4A28), REL::Offset(0x03EF4A40), REL::Offset(0x03EF4A58), REL::Offset(0x03EF4AD0), REL::Offset(0x03EF4EE8), REL::Offset(0x03EF4F60) }; - inline constexpr std::array BGSHeadPart{ REL::Offset(0x04407F90), REL::Offset(0x044082A8), REL::Offset(0x044082C0), REL::Offset(0x04408338) }; - inline constexpr std::array BGSIdleCollection{ REL::Offset(0x0436C420) }; - inline constexpr std::array BGSIdleMarker{ REL::Offset(0x044084E8), REL::Offset(0x04408508), REL::Offset(0x04408580), REL::Offset(0x044085E0), REL::Offset(0x044089F8), REL::Offset(0x04408A10) }; - inline constexpr std::array BGSImpactData{ REL::Offset(0x043D7620), REL::Offset(0x043D7938), REL::Offset(0x043D79B0) }; - inline constexpr std::array BGSImpactDataSet{ REL::Offset(0x043D7A20), REL::Offset(0x043D7A38), REL::Offset(0x043D7A50) }; - inline constexpr std::array BGSImpactManager{ REL::Offset(0x044D0238), REL::Offset(0x044D0250), REL::Offset(0x044D0268) }; - inline constexpr std::array BGSInstanceNamingRules{ REL::Offset(0x043ABAE8), REL::Offset(0x043ABB00) }; - inline constexpr std::array BGSInventoryInterface{ REL::Offset(0x044D3870) }; - inline constexpr std::array BGSInventoryList{ REL::Offset(0x04370170) }; - inline constexpr std::array BGSKeyword{ REL::Offset(0x04408A98), REL::Offset(0x04408DB0) }; - inline constexpr std::array BGSKeywordForm{ REL::Offset(0x0436C4B8), REL::Offset(0x0436C4D8) }; - inline constexpr std::array BGSKillActivity{ REL::Offset(0x043401E0), REL::Offset(0x043402E0) }; - inline constexpr std::array BGSKillActivity_Runtime{ REL::Offset(0x043401B0), REL::Offset(0x043401C8), REL::Offset(0x04340240) }; - inline constexpr std::array BGSLODManager{ REL::Offset(0x04451A88), REL::Offset(0x04451A98), REL::Offset(0x04451AB0) }; - inline constexpr std::array BGSLODStates__Geometry__Attached{ REL::Offset(0x0434F6A0) }; - inline constexpr std::array BGSLODStates__Geometry__Attaching{ REL::Offset(0x0434F710) }; - inline constexpr std::array BGSLODStates__Geometry__Base{ REL::Offset(0x0434F848) }; - inline constexpr std::array BGSLODStates__Geometry__DeferredDetach{ REL::Offset(0x0434F880) }; - inline constexpr std::array BGSLODStates__Geometry__DeferredDetachComplete{ REL::Offset(0x0434F6D8) }; - inline constexpr std::array BGSLODStates__Geometry__Detached{ REL::Offset(0x0434F748) }; - inline constexpr std::array BGSLODStates__Geometry__Loaded{ REL::Offset(0x0434F520) }; - inline constexpr std::array BGSLODStates__Geometry__Loading{ REL::Offset(0x0434F558) }; - inline constexpr std::array BGSLODStates__Geometry__Prepared{ REL::Offset(0x0434F5C8) }; - inline constexpr std::array BGSLODStates__Geometry__Preparing{ REL::Offset(0x0434F4E8) }; - inline constexpr std::array BGSLODStates__Geometry__Reset{ REL::Offset(0x0434F590) }; - inline constexpr std::array BGSLODStates__Geometry__Unloaded{ REL::Offset(0x0434F4B0) }; - inline constexpr std::array BGSLODStates__Node__Active{ REL::Offset(0x04452338) }; - inline constexpr std::array BGSLODStates__Node__Base{ REL::Offset(0x04451F18) }; - inline constexpr std::array BGSLODStates__Node__Fading{ REL::Offset(0x04452110) }; - inline constexpr std::array BGSLODStates__Node__FadingIn{ REL::Offset(0x04452158) }; - inline constexpr std::array BGSLODStates__Node__FadingOut{ REL::Offset(0x044521A0) }; - inline constexpr std::array BGSLODStates__Node__Inactive{ REL::Offset(0x04452370) }; - inline constexpr std::array BGSLODStates__Node__IntersectsLoadedArea{ REL::Offset(0x04452290) }; - inline constexpr std::array BGSLODStates__Node__Loaded{ REL::Offset(0x04452258) }; - inline constexpr std::array BGSLODStates__Node__OutsideLoadedArea{ REL::Offset(0x044521E8) }; - inline constexpr std::array BGSLODStates__Node__PendingCellClearBase{ REL::Offset(0x04452220) }; - inline constexpr std::array BGSLODStates__Node__PrepareFading{ REL::Offset(0x04451ED8) }; - inline constexpr std::array BGSLODStates__Node__PrepareFadingIn{ REL::Offset(0x04451FE0) }; - inline constexpr std::array BGSLODStates__Node__PrepareFadingOut{ REL::Offset(0x04451F78) }; - inline constexpr std::array BGSLODStates__Node__Split{ REL::Offset(0x04452300) }; - inline constexpr std::array BGSLODStates__Node__Unloaded{ REL::Offset(0x044522C8) }; - inline constexpr std::array BGSLandPlanetActivity{ REL::Offset(0x04340490), REL::Offset(0x043404F0) }; - inline constexpr std::array BGSLandPlanetActivity_Runtime{ REL::Offset(0x043403C0), REL::Offset(0x043403D8), REL::Offset(0x04340478) }; - inline constexpr std::array BGSLayeredMaterialSwap{ REL::Offset(0x0438DA28), REL::Offset(0x0438DA40), REL::Offset(0x0438DDA8) }; - inline constexpr std::array BGSLegendaryItem{ REL::Offset(0x0438EF28), REL::Offset(0x0438EF40), REL::Offset(0x0438F358), REL::Offset(0x0438F3D0) }; - inline constexpr std::array BGSLensFlare{ REL::Offset(0x043B1B00), REL::Offset(0x043B1E18) }; - inline constexpr std::array BGSLensFlareSprite{ REL::Offset(0x043B1E48) }; - inline constexpr std::array BGSLevGenericBaseForm{ REL::Offset(0x043B1E60), REL::Offset(0x043B1ED8), REL::Offset(0x043B22F0), REL::Offset(0x043B2308) }; - inline constexpr std::array BGSLevPackIn{ REL::Offset(0x043B2398), REL::Offset(0x043B2428), REL::Offset(0x043B24A0), REL::Offset(0x043B2500), REL::Offset(0x043B2918) }; - inline constexpr std::array BGSLevSpaceCell{ REL::Offset(0x043C8C28), REL::Offset(0x043C8CB8), REL::Offset(0x043C8CD0) }; - inline constexpr std::array BGSLightingTemplate{ REL::Offset(0x043C8FE8), REL::Offset(0x043C9300) }; - inline constexpr std::array BGSLinkedVoiceType{ REL::Offset(0x04352F80) }; - inline constexpr std::array BGSListForm{ REL::Offset(0x043D7D88), REL::Offset(0x043D80A0) }; - inline constexpr std::array BGSLoadFormBuffer{ REL::Offset(0x04364738) }; - inline constexpr std::array BGSLoadGameBuffer{ REL::Offset(0x04364728) }; - inline constexpr std::array BGSLoadGameBufferSimple{ REL::Offset(0x04364718) }; - inline constexpr std::array BGSLoadedSceneLODBlock{ REL::Offset(0x044523D8) }; - inline constexpr std::array BGSLocAlias{ REL::Offset(0x04408DE0) }; - inline constexpr std::array BGSLocation{ REL::Offset(0x043C9610), REL::Offset(0x043C9678), REL::Offset(0x043C96D8), REL::Offset(0x043C96F8), REL::Offset(0x043C9760), REL::Offset(0x043C97D8), REL::Offset(0x043C97F0) }; - inline constexpr std::array BGSLocationRefType{ REL::Offset(0x043C9FF0), REL::Offset(0x043CA008) }; - inline constexpr std::array BGSLockPickActivity{ REL::Offset(0x04341AB0), REL::Offset(0x04341BC8) }; - inline constexpr std::array BGSLockPickActivity_Runtime{ REL::Offset(0x04341A98), REL::Offset(0x04341B10), REL::Offset(0x04341B28) }; - inline constexpr std::array BGSLodOwnerComponent{ REL::Offset(0x04353100), REL::Offset(0x04353148) }; - inline constexpr std::array BGSLodRuntimeOwnerComponent{ REL::Offset(0x0434FAB0) }; - inline constexpr std::array BGSLootContainerActivity{ REL::Offset(0x04340608), REL::Offset(0x04340668) }; - inline constexpr std::array BGSLootContainerActivity_Runtime{ REL::Offset(0x043405C0), REL::Offset(0x043405D8), REL::Offset(0x043405F0), REL::Offset(0x04340680) }; - inline constexpr std::array BGSLoseEnemyActivity{ REL::Offset(0x043408C8), REL::Offset(0x04340928) }; - inline constexpr std::array BGSLoseEnemyActivity_Runtime{ REL::Offset(0x043407F8), REL::Offset(0x04340898), REL::Offset(0x043408B0) }; - inline constexpr std::array BGSMaterialPathForm{ REL::Offset(0x0438D610), REL::Offset(0x0438D628) }; - inline constexpr std::array BGSMaterialPropertyComponent{ REL::Offset(0x04353258), REL::Offset(0x043532C0) }; - inline constexpr std::array BGSMaterialType{ REL::Offset(0x043D8110), REL::Offset(0x043D8438) }; - inline constexpr std::array BGSMeleeAimAssistModel{ REL::Offset(0x0438AC50), REL::Offset(0x0438AF68) }; - inline constexpr std::array BGSMessage{ REL::Offset(0x043D8478), REL::Offset(0x043D84F0), REL::Offset(0x043D8508), REL::Offset(0x043D8820) }; - inline constexpr std::array BGSMod__Attachment__Mod{ REL::Offset(0x043B3648), REL::Offset(0x043B3960), REL::Offset(0x043B3978), REL::Offset(0x043B39F0), REL::Offset(0x043B3A50) }; - inline constexpr std::array BGSMod__Property__BridgeI{ REL::Offset(0x03EF3CB8) }; - inline constexpr std::array BGSMod__Property__Bridge_Spaceship__InstanceData_{ REL::Offset(0x03F21780) }; - inline constexpr std::array BGSMod__Property__Bridge_TESFloraInstanceData_{ REL::Offset(0x03F21880) }; - inline constexpr std::array BGSMod__Property__Bridge_TESFurniture__InstanceData_{ REL::Offset(0x03EF48B8) }; - inline constexpr std::array BGSMod__Property__Bridge_TESNPC__InstanceData_{ REL::Offset(0x03F21800) }; - inline constexpr std::array BGSMod__Property__Bridge_TESObjectARMOInstanceData_{ REL::Offset(0x03F21700) }; - inline constexpr std::array BGSMod__Property__Bridge_TESObjectCONT__InstanceData_{ REL::Offset(0x03EF3D38) }; - inline constexpr std::array BGSMod__Property__Bridge_TESObjectWEAPInstanceData_{ REL::Offset(0x03F21680) }; - inline constexpr std::array BGSMod__Template__Item{ REL::Offset(0x043533A8) }; - inline constexpr std::array BGSMod__Template__Items{ REL::Offset(0x043BD898) }; - inline constexpr std::array BGSModelMaterialSwap{ REL::Offset(0x04353420) }; - inline constexpr std::array BGSModelNode{ REL::Offset(0x04370590) }; - inline constexpr std::array BGSMorphableObject{ REL::Offset(0x043B2930), REL::Offset(0x043B2C48) }; - inline constexpr std::array BGSMotorAction__Action{ REL::Offset(0x04356E68) }; - inline constexpr std::array BGSMotorAction__FanMotor{ REL::Offset(0x04356E20) }; - inline constexpr std::array BGSMovableStatic{ REL::Offset(0x043B2C78), REL::Offset(0x043B2CD8), REL::Offset(0x043B2D38), REL::Offset(0x043B2DA0), REL::Offset(0x043B2DC0), REL::Offset(0x043B2DD8), REL::Offset(0x043B2E50), REL::Offset(0x043B2EB0), REL::Offset(0x043B2F10) }; - inline constexpr std::array BGSMovementType{ REL::Offset(0x04408EB8), REL::Offset(0x044091D0) }; - inline constexpr std::array BGSMoviePlayer{ REL::Offset(0x044D0308) }; - inline constexpr std::array BGSMultiTechniqueAttach{ REL::Offset(0x0436E7E0) }; - inline constexpr std::array BGSMultiTechniqueAttach__ActionPolicy{ REL::Offset(0x0436E808) }; - inline constexpr std::array BGSMultiTechniqueAttach__AttachPolicy{ REL::Offset(0x0436E7C8) }; - inline constexpr std::array BGSMultiTechniqueAttach__DetachPolicy{ REL::Offset(0x0436E7B0) }; - inline constexpr std::array BGSMusicPaletteTrack{ REL::Offset(0x043D8898) }; - inline constexpr std::array BGSMusicSilenceTrack{ REL::Offset(0x043D89D8) }; - inline constexpr std::array BGSMusicSingleTrack{ REL::Offset(0x043D8AC0) }; - inline constexpr std::array BGSMusicTrack{ REL::Offset(0x043D8908) }; - inline constexpr std::array BGSMusicTrackFormWrapper{ REL::Offset(0x043D8B38), REL::Offset(0x043D8E50), REL::Offset(0x043D8EB0) }; - inline constexpr std::array BGSMusicType{ REL::Offset(0x043D8EC8), REL::Offset(0x043D91E0), REL::Offset(0x043D9228) }; - inline constexpr std::array BGSNamedNodeAttach{ REL::Offset(0x0436E758) }; - inline constexpr std::array BGSNamedNodeAttach__ActionPolicy{ REL::Offset(0x0436E890) }; - inline constexpr std::array BGSNamedNodeAttach__AttachPolicy{ REL::Offset(0x0436E798) }; - inline constexpr std::array BGSNamedNodeAttach__DetachPolicy{ REL::Offset(0x0436E780) }; - inline constexpr std::array BGSNamedPackageData_IAITarget_{ REL::Offset(0x04443C58), REL::Offset(0x04443CC0) }; - inline constexpr std::array BGSNamedPackageData_IPackageDataAIWorldLocationHandle_{ REL::Offset(0x04443A38), REL::Offset(0x04443AA8) }; - inline constexpr std::array BGSNamedPackageData_IPackageData_{ REL::Offset(0x04342F88) }; - inline constexpr std::array BGSNavigationGridManager{ REL::Offset(0x04376A28), REL::Offset(0x04376A40), REL::Offset(0x04376A58), REL::Offset(0x04376A70), REL::Offset(0x04376A88), REL::Offset(0x04376AA0) }; - inline constexpr std::array BGSNote{ REL::Offset(0x044091E8), REL::Offset(0x04409260), REL::Offset(0x044092D8), REL::Offset(0x04409338), REL::Offset(0x04409750), REL::Offset(0x04409768), REL::Offset(0x044097C8) }; - inline constexpr std::array BGSObjectInstanceExtra{ REL::Offset(0x04350EB0) }; - inline constexpr std::array BGSObjectPlacementDefaults{ REL::Offset(0x04353598) }; - inline constexpr std::array BGSObjectSwap{ REL::Offset(0x043ABE58), REL::Offset(0x043ABE70) }; - inline constexpr std::array BGSObjectVisibilityManager{ REL::Offset(0x03F10CA0), REL::Offset(0x03F10CB8), REL::Offset(0x03F10CD0) }; - inline constexpr std::array BGSObjectWindowFilterComponent{ REL::Offset(0x0434A740) }; - inline constexpr std::array BGSOrbitalDataComponent{ REL::Offset(0x04353670) }; - inline constexpr std::array BGSOrbitedDataComponent{ REL::Offset(0x04353770) }; - inline constexpr std::array BGSOutfit{ REL::Offset(0x043B3C78), REL::Offset(0x043B3C90) }; - inline constexpr std::array BGSOverridePackCollection{ REL::Offset(0x0436C8C8) }; - inline constexpr std::array BGSPackIn{ REL::Offset(0x043B4368), REL::Offset(0x043B4388), REL::Offset(0x043B43F0), REL::Offset(0x043B4408), REL::Offset(0x043B4820), REL::Offset(0x043B4880), REL::Offset(0x043B48E0), REL::Offset(0x043B4940) }; - inline constexpr std::array BGSPackageDataBasicTemplate_IAITarget_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__kPackageDataRefTypeName_0_{ REL::Offset(0x04443AD0), REL::Offset(0x04443B40) }; - inline constexpr std::array BGSPackageDataBasicTemplate_IPackageData_float_kPackageDataFloatTypeName_fPackageDataFloatDefault_{ REL::Offset(0x04443DA8) }; - inline constexpr std::array BGSPackageDataBasicTemplate_IPackageData_int_kPackageDataIntTypeName_iPackageDataIntDefault_{ REL::Offset(0x04443D30) }; - inline constexpr std::array BGSPackageDataBool{ REL::Offset(0x044440B0) }; - inline constexpr std::array BGSPackageDataFloat{ REL::Offset(0x04444198) }; - inline constexpr std::array BGSPackageDataInt{ REL::Offset(0x04444120) }; - inline constexpr std::array BGSPackageDataLocation{ REL::Offset(0x04443F98), REL::Offset(0x04444040) }; - inline constexpr std::array BGSPackageDataLocationWrapper{ REL::Offset(0x04443E20), REL::Offset(0x04443E48) }; - inline constexpr std::array BGSPackageDataObjectList{ REL::Offset(0x04444270), REL::Offset(0x044442E0) }; - inline constexpr std::array BGSPackageDataPointerTemplate_IAITarget_PackageTarget_kPackageDataRef2TypeName_{ REL::Offset(0x04444500), REL::Offset(0x04444570) }; - inline constexpr std::array BGSPackageDataPointerTemplate_IPackageDataAIWorldLocationHandle_PackageLocation_kPackageDataLocationTypeName_{ REL::Offset(0x044439C8), REL::Offset(0x04443C28) }; - inline constexpr std::array BGSPackageDataPointerTemplate_IPackageData_PackageTarget_kPackageDataTargetSelectorTypeName_{ REL::Offset(0x04443BB0) }; - inline constexpr std::array BGSPackageDataRef{ REL::Offset(0x04444420), REL::Offset(0x04444490) }; - inline constexpr std::array BGSPackageDataRefOLD{ REL::Offset(0x04443EB8), REL::Offset(0x04443F28) }; - inline constexpr std::array BGSPackageDataScene{ REL::Offset(0x04343020) }; - inline constexpr std::array BGSPackageDataTargetSelector{ REL::Offset(0x04443FC8) }; - inline constexpr std::array BGSPackageDataTopic{ REL::Offset(0x04444618) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataBool_BGSPackageDataBool_{ REL::Offset(0x04343560) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataFloat_BGSPackageDataFloat_{ REL::Offset(0x043435C8) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataInt_BGSPackageDataInt_{ REL::Offset(0x04343EC0) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataObjectList_BGSPackageDataObjectList_{ REL::Offset(0x04448110) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataScene_BGSPackageDataScene_{ REL::Offset(0x04448E38) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataTargetSelector_BGSPackageDataTargetSelector_{ REL::Offset(0x04343838) }; - inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataTopic_BGSPackageDataTopic_{ REL::Offset(0x044469F0) }; - inline constexpr std::array BGSPackageDataTypeCheck_IAITarget_BGSPackageDataObjectList_{ REL::Offset(0x04344450) }; - inline constexpr std::array BGSPackageDataTypeCheck_IAITarget_BGSPackageDataRef_{ REL::Offset(0x04343580) }; - inline constexpr std::array BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataLocation_{ REL::Offset(0x044467D8) }; - inline constexpr std::array BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataRef_{ REL::Offset(0x04448AA0) }; - inline constexpr std::array BGSPapyrusScriptsComponent{ REL::Offset(0x04353960) }; - inline constexpr std::array BGSParticleObjectCloneTask{ REL::Offset(0x0444E278) }; - inline constexpr std::array BGSParticleSystemDefineCollection{ REL::Offset(0x0438F448), REL::Offset(0x0438F460) }; - inline constexpr std::array BGSPathingData{ REL::Offset(0x04353A28) }; - inline constexpr std::array BGSPerk{ REL::Offset(0x04409970), REL::Offset(0x04409C88), REL::Offset(0x04409CA0), REL::Offset(0x04409D18) }; - inline constexpr std::array BGSPerkRank{ REL::Offset(0x04409DB0) }; - inline constexpr std::array BGSPhotoModeFeature{ REL::Offset(0x0434E838), REL::Offset(0x0434E850), REL::Offset(0x0434EB68) }; - inline constexpr std::array BGSPickupPutdownSounds{ REL::Offset(0x0436C988) }; - inline constexpr std::array BGSPlanetContentManager{ REL::Offset(0x044D3BF8) }; - inline constexpr std::array BGSPlanetContentManagerBranchNode{ REL::Offset(0x04381748), REL::Offset(0x04381AC8) }; - inline constexpr std::array BGSPlanetContentManagerContentNode{ REL::Offset(0x04381CC8), REL::Offset(0x04382048) }; - inline constexpr std::array BGSPlanetContentManagerContentProperties{ REL::Offset(0x0437CD30) }; - inline constexpr std::array BGSPlanetContentManagerTree{ REL::Offset(0x043821E0), REL::Offset(0x04382560) }; - inline constexpr std::array BGSPlanetContentManager__ILogEventData{ REL::Offset(0x04381738) }; - inline constexpr std::array BGSPlanetContentManager__LogEventData_0_BGSPlanetContentManagerPlacementContext_{ REL::Offset(0x043821D0) }; - inline constexpr std::array BGSPlanetContentManager__LogEventData_15_BGSPlanetContentManagerContentNode__PackInPlacementFailure_{ REL::Offset(0x04381B48) }; - inline constexpr std::array BGSPlanetContentManager__LogEventData_1_TESForm_{ REL::Offset(0x04381B90) }; - inline constexpr std::array BGSPlanetContentManager__LogEventData_2_BGSPlanetContentManagerPlacementContext_{ REL::Offset(0x04381728) }; - inline constexpr std::array BGSPlanetContentManager__LogEventData_7_BGSPlanetContentManagerContentProperties__PlacementResult_{ REL::Offset(0x04381C40) }; - inline constexpr std::array BGSPlanetContentManager__LogEventData_8_BGSBiomeMarkerObjectconst_{ REL::Offset(0x04381B80) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_0_{ REL::Offset(0x043821A8) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_10_{ REL::Offset(0x043816B0) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_11_{ REL::Offset(0x04381C50) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_12_{ REL::Offset(0x04381BF0) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_13_{ REL::Offset(0x04381BC8) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_14_{ REL::Offset(0x04381688) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_15_{ REL::Offset(0x04381B20) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_1_{ REL::Offset(0x04381CA0) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_2_{ REL::Offset(0x04381700) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_3_{ REL::Offset(0x04381660) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_4_{ REL::Offset(0x043816D8) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_5_{ REL::Offset(0x04381C78) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_6_{ REL::Offset(0x043820A0) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_7_{ REL::Offset(0x04381C18) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_8_{ REL::Offset(0x04381B58) }; - inline constexpr std::array BGSPlanetContentManager__LogEvent_9_{ REL::Offset(0x04381BA0) }; - inline constexpr std::array BGSPlanetContentManager__QueueContentRequestOnPlanet__25__RequestPlanetContentNode{ REL::Offset(0x044D3BA8) }; - inline constexpr std::array BGSPlanet__Atmosphere{ REL::Offset(0x0437D558) }; - inline constexpr std::array BGSPlanet__ContentPlacement{ REL::Offset(0x0437EBC8) }; - inline constexpr std::array BGSPlanet__IModule{ REL::Offset(0x0437D290) }; - inline constexpr std::array BGSPlanet__LODNotifierModule{ REL::Offset(0x0437EC50) }; - inline constexpr std::array BGSPlanet__LandingMarkers{ REL::Offset(0x0437E170), REL::Offset(0x0437E1F8) }; - inline constexpr std::array BGSPlanet__Landscape{ REL::Offset(0x0437E5F0) }; - inline constexpr std::array BGSPlanet__Manager{ REL::Offset(0x0437ED58) }; - inline constexpr std::array BGSPlanet__Manager__MoveToNode{ REL::Offset(0x0437ECD8) }; - inline constexpr std::array BGSPlanet__Manager__ShiftToTask{ REL::Offset(0x0437ED40) }; - inline constexpr std::array BGSPlanet__MultiFiles__Grid{ REL::Offset(0x0437E400) }; - inline constexpr std::array BGSPlanet__MultiFiles__MasterFile{ REL::Offset(0x0437E378) }; - inline constexpr std::array BGSPlanet__NavMeshGen{ REL::Offset(0x0437EF10), REL::Offset(0x0437EF28), REL::Offset(0x0437EF50), REL::Offset(0x0437F040), REL::Offset(0x0437F058), REL::Offset(0x0437F070), REL::Offset(0x0437F088) }; - inline constexpr std::array BGSPlanet__OrderedLandTextures{ REL::Offset(0x0437E820) }; - inline constexpr std::array BGSPlanet__Overlays{ REL::Offset(0x0437E798) }; - inline constexpr std::array BGSPlanet__PlanetData{ REL::Offset(0x0437DB50), REL::Offset(0x0437DB68) }; - inline constexpr std::array BGSPlanet__ProcGen{ REL::Offset(0x0437F958) }; - inline constexpr std::array BGSPlanet__ProcGenRuntimeService{ REL::Offset(0x04380BC0), REL::Offset(0x04380C48) }; - inline constexpr std::array BGSPlanet__ScanCollection{ REL::Offset(0x044774C0), REL::Offset(0x044774D8), REL::Offset(0x044774F0), REL::Offset(0x04477508) }; - inline constexpr std::array BGSPlanet__SurfaceMapModule{ REL::Offset(0x0437E710) }; - inline constexpr std::array BGSPlanet__UpdateNavMeshTaskNode{ REL::Offset(0x0437EFD8) }; - inline constexpr std::array BGSPlanet____AddOverlayBlockFunctor{ REL::Offset(0x0437E360) }; - inline constexpr std::array BGSPlanet____GameStatusHandler{ REL::Offset(0x0437D318) }; - inline constexpr std::array BGSPlayerMusicChanger{ REL::Offset(0x044C7BE8), REL::Offset(0x044C7C00), REL::Offset(0x044C7C18) }; - inline constexpr std::array BGSPlayerPickpocketActivity{ REL::Offset(0x04340AC8), REL::Offset(0x04340B28) }; - inline constexpr std::array BGSPlayerPickpocketActivity_Runtime{ REL::Offset(0x043409F8), REL::Offset(0x04340A98), REL::Offset(0x04340AB0) }; - inline constexpr std::array BGSPreviewTransform{ REL::Offset(0x04353B08) }; - inline constexpr std::array BGSPrimitive{ REL::Offset(0x043707D8) }; - inline constexpr std::array BGSPrimitiveBox{ REL::Offset(0x043706F0) }; - inline constexpr std::array BGSPrimitiveComponent{ REL::Offset(0x04353BB0) }; - inline constexpr std::array BGSPrimitiveCylinder{ REL::Offset(0x04370780) }; - inline constexpr std::array BGSPrimitiveEllipsoid{ REL::Offset(0x04370660) }; - inline constexpr std::array BGSPrimitiveLine{ REL::Offset(0x04370820) }; - inline constexpr std::array BGSPrimitivePlane{ REL::Offset(0x04370738) }; - inline constexpr std::array BGSPrimitiveSphere{ REL::Offset(0x043706A8) }; - inline constexpr std::array BGSProcedureAcquire{ REL::Offset(0x04446388) }; - inline constexpr std::array BGSProcedureAcquireExecState{ REL::Offset(0x04446338) }; - inline constexpr std::array BGSProcedureActivate{ REL::Offset(0x04446660) }; - inline constexpr std::array BGSProcedureActivateExecState{ REL::Offset(0x044465E0), REL::Offset(0x04446630), REL::Offset(0x04446648) }; - inline constexpr std::array BGSProcedureAmbush{ REL::Offset(0x043431C0) }; - inline constexpr std::array BGSProcedureAmbushExecState{ REL::Offset(0x04343170) }; - inline constexpr std::array BGSProcedureBase{ REL::Offset(0x043432E8) }; - inline constexpr std::array BGSProcedureCombatTravel{ REL::Offset(0x04446898) }; - inline constexpr std::array BGSProcedureCombatTravelExecState{ REL::Offset(0x04446820) }; - inline constexpr std::array BGSProcedureDialogue{ REL::Offset(0x04446A60) }; - inline constexpr std::array BGSProcedureDialogueActivate{ REL::Offset(0x04446C28) }; - inline constexpr std::array BGSProcedureDialogueActivateExecState{ REL::Offset(0x04446BB0) }; - inline constexpr std::array BGSProcedureDialogueExecState{ REL::Offset(0x044459C8) }; - inline constexpr std::array BGSProcedureDone{ REL::Offset(0x04446178) }; - inline constexpr std::array BGSProcedureDoneExecState{ REL::Offset(0x04445A18) }; - inline constexpr std::array BGSProcedureEat{ REL::Offset(0x04446DC0) }; - inline constexpr std::array BGSProcedureEatExecState{ REL::Offset(0x04446070) }; - inline constexpr std::array BGSProcedureEscort{ REL::Offset(0x04447DD8) }; - inline constexpr std::array BGSProcedureEscortExecState{ REL::Offset(0x04447C28) }; - inline constexpr std::array BGSProcedureFind{ REL::Offset(0x04448170) }; - inline constexpr std::array BGSProcedureFindExecState{ REL::Offset(0x04446020) }; - inline constexpr std::array BGSProcedureFlee{ REL::Offset(0x04448410) }; - inline constexpr std::array BGSProcedureFleeExecState{ REL::Offset(0x04448360) }; - inline constexpr std::array BGSProcedureFlightGrab{ REL::Offset(0x044485F0) }; - inline constexpr std::array BGSProcedureFlightGrabExecState{ REL::Offset(0x04448578) }; - inline constexpr std::array BGSProcedureFollow{ REL::Offset(0x04448CD8) }; - inline constexpr std::array BGSProcedureFollowExecState{ REL::Offset(0x04448B60) }; - inline constexpr std::array BGSProcedureFollowTo{ REL::Offset(0x04448BB0) }; - inline constexpr std::array BGSProcedureForceGreet{ REL::Offset(0x04448EA8) }; - inline constexpr std::array BGSProcedureGuard{ REL::Offset(0x04449278) }; - inline constexpr std::array BGSProcedureGuardArea{ REL::Offset(0x04449150) }; - inline constexpr std::array BGSProcedureGuardExecState{ REL::Offset(0x04449100) }; - inline constexpr std::array BGSProcedureHeadtrack{ REL::Offset(0x04343660) }; - inline constexpr std::array BGSProcedureHeadtrackExecState{ REL::Offset(0x043435E8) }; - inline constexpr std::array BGSProcedureHoldPosition{ REL::Offset(0x04449450) }; - inline constexpr std::array BGSProcedureHoldPositionExecState{ REL::Offset(0x044460C0) }; - inline constexpr std::array BGSProcedureHover{ REL::Offset(0x04449628) }; - inline constexpr std::array BGSProcedureHoverExecState{ REL::Offset(0x044495B0) }; - inline constexpr std::array BGSProcedureKeepAnEyeOn{ REL::Offset(0x044497D0) }; - inline constexpr std::array BGSProcedureKeepAnEyeOnExecState{ REL::Offset(0x04445F80) }; - inline constexpr std::array BGSProcedureLock{ REL::Offset(0x04449AC0) }; - inline constexpr std::array BGSProcedureLockUnlockExecState{ REL::Offset(0x04449948) }; - inline constexpr std::array BGSProcedureOrbit{ REL::Offset(0x04449D40) }; - inline constexpr std::array BGSProcedureOrbitExecState{ REL::Offset(0x04449CC8) }; - inline constexpr std::array BGSProcedurePatrol{ REL::Offset(0x04449FD8) }; - inline constexpr std::array BGSProcedurePatrolExecState{ REL::Offset(0x04449F60) }; - inline constexpr std::array BGSProcedurePlayIdle{ REL::Offset(0x04343920) }; - inline constexpr std::array BGSProcedurePlayIdleExecState{ REL::Offset(0x04343880), REL::Offset(0x043438D0) }; - inline constexpr std::array BGSProcedurePursue{ REL::Offset(0x0444A170) }; - inline constexpr std::array BGSProcedureRange{ REL::Offset(0x04343F98) }; - inline constexpr std::array BGSProcedureRangeExecState{ REL::Offset(0x04343F30), REL::Offset(0x04343F48) }; - inline constexpr std::array BGSProcedureSandbox{ REL::Offset(0x0444A558) }; - inline constexpr std::array BGSProcedureSandboxExecState{ REL::Offset(0x0444A4F0), REL::Offset(0x0444A508) }; - inline constexpr std::array BGSProcedureSay{ REL::Offset(0x0444A6D0) }; - inline constexpr std::array BGSProcedureSayExecState{ REL::Offset(0x04445FD0) }; - inline constexpr std::array BGSProcedureSit{ REL::Offset(0x0444AA10) }; - inline constexpr std::array BGSProcedureSitSleepExecState{ REL::Offset(0x0444A820) }; - inline constexpr std::array BGSProcedureSleep{ REL::Offset(0x0444A8E8) }; - inline constexpr std::array BGSProcedureStayAway{ REL::Offset(0x04344510) }; - inline constexpr std::array BGSProcedureStayAwayExecState{ REL::Offset(0x043444C0) }; - inline constexpr std::array BGSProcedureTargetingModeAutopilot{ REL::Offset(0x04344660) }; - inline constexpr std::array BGSProcedureTargetingModeAutopilotExecState{ REL::Offset(0x04344808) }; - inline constexpr std::array BGSProcedureTravel{ REL::Offset(0x0444AC50) }; - inline constexpr std::array BGSProcedureTravelExecState{ REL::Offset(0x0444ABB0) }; - inline constexpr std::array BGSProcedureTreeBranch{ REL::Offset(0x04445B00) }; - inline constexpr std::array BGSProcedureTreeConditionalItem{ REL::Offset(0x04445A68) }; - inline constexpr std::array BGSProcedureTreeFallback{ REL::Offset(0x04444D20) }; - inline constexpr std::array BGSProcedureTreeFallbackExecState{ REL::Offset(0x04445E88) }; - inline constexpr std::array BGSProcedureTreeOneChildExecState{ REL::Offset(0x04445DD8) }; - inline constexpr std::array BGSProcedureTreeProcedure{ REL::Offset(0x0444AD78) }; - inline constexpr std::array BGSProcedureTreeRandom{ REL::Offset(0x04445C88) }; - inline constexpr std::array BGSProcedureTreeRandomExecState{ REL::Offset(0x04445D28) }; - inline constexpr std::array BGSProcedureTreeSequence{ REL::Offset(0x04444E88) }; - inline constexpr std::array BGSProcedureTreeSequenceExecState{ REL::Offset(0x04445D80) }; - inline constexpr std::array BGSProcedureTreeSimultaneous{ REL::Offset(0x04445EE0) }; - inline constexpr std::array BGSProcedureTreeSimultaneousExecState{ REL::Offset(0x04445C38) }; - inline constexpr std::array BGSProcedureTreeStacked{ REL::Offset(0x04444DC0) }; - inline constexpr std::array BGSProcedureTreeStackedExecState{ REL::Offset(0x04445E30) }; - inline constexpr std::array BGSProcedureUnlock{ REL::Offset(0x04449998) }; - inline constexpr std::array BGSProcedureUseIdleMarker{ REL::Offset(0x0444AEC8) }; - inline constexpr std::array BGSProcedureUseIdleMarkerExecState{ REL::Offset(0x0444AE38), REL::Offset(0x0444AE50) }; - inline constexpr std::array BGSProcedureUseMagic{ REL::Offset(0x0444B0A8) }; - inline constexpr std::array BGSProcedureUseMagicExecState{ REL::Offset(0x0444AFF0), REL::Offset(0x0444B008) }; - inline constexpr std::array BGSProcedureUseWeapon{ REL::Offset(0x0444B438) }; - inline constexpr std::array BGSProcedureUseWeaponExecState{ REL::Offset(0x0444B3D0), REL::Offset(0x0444B420) }; - inline constexpr std::array BGSProcedureWait{ REL::Offset(0x0444B5D0) }; - inline constexpr std::array BGSProcedureWaitExecState{ REL::Offset(0x04445978) }; - inline constexpr std::array BGSProcedureWander{ REL::Offset(0x0444C738) }; - inline constexpr std::array BGSProcedureWanderExecState{ REL::Offset(0x0444C6E8) }; - inline constexpr std::array BGSProduceActivity{ REL::Offset(0x04340C10), REL::Offset(0x04340C70) }; - inline constexpr std::array BGSProduceActivity_Runtime{ REL::Offset(0x04340BF8), REL::Offset(0x04340C88), REL::Offset(0x04340D28) }; - inline constexpr std::array BGSProjectedDecal{ REL::Offset(0x0438C7F8), REL::Offset(0x0438C810) }; - inline constexpr std::array BGSProjectile{ REL::Offset(0x043B49E8), REL::Offset(0x043B4A60), REL::Offset(0x043B4AD8), REL::Offset(0x043B4AF0), REL::Offset(0x043B4F08), REL::Offset(0x043B4F68) }; - inline constexpr std::array BGSPropertySheet{ REL::Offset(0x04353C60) }; - inline constexpr std::array BGSQuestPerkEntry{ REL::Offset(0x04409E70) }; - inline constexpr std::array BGSRefAlias{ REL::Offset(0x04409FE8) }; - inline constexpr std::array BGSRefCollectionAlias{ REL::Offset(0x043A62D8) }; - inline constexpr std::array BGSReferenceGroup{ REL::Offset(0x043CA320), REL::Offset(0x043CA338) }; - inline constexpr std::array BGSReflectedForm{ REL::Offset(0x04389C60), REL::Offset(0x04389C78) }; - inline constexpr std::array BGSRelationship{ REL::Offset(0x0440A160), REL::Offset(0x0440A478) }; - inline constexpr std::array BGSReloadWeaponActivity{ REL::Offset(0x04340EE0), REL::Offset(0x04340F40) }; - inline constexpr std::array BGSReloadWeaponActivity_Runtime{ REL::Offset(0x04340E10), REL::Offset(0x04340EB0), REL::Offset(0x04340EC8) }; - inline constexpr std::array BGSResearchProjectForm{ REL::Offset(0x0438F810), REL::Offset(0x0438FB30), REL::Offset(0x0438FB90), REL::Offset(0x0438FBA8) }; - inline constexpr std::array BGSResource{ REL::Offset(0x043AB5D8), REL::Offset(0x043AB5F8), REL::Offset(0x043AB660), REL::Offset(0x043AB6C0), REL::Offset(0x043AB9D8), REL::Offset(0x043ABA50) }; - inline constexpr std::array BGSResourceGenerationData{ REL::Offset(0x043AC1A8), REL::Offset(0x043AC1C0) }; - inline constexpr std::array BGSRetargetOnDeleteExtraData{ REL::Offset(0x04344AD0) }; - inline constexpr std::array BGSReverbParameters{ REL::Offset(0x043D9240), REL::Offset(0x043D9258) }; - inline constexpr std::array BGSSaveFormBuffer{ REL::Offset(0x044CFA40) }; - inline constexpr std::array BGSSaveGameBuffer{ REL::Offset(0x044CFA90) }; - inline constexpr std::array BGSSaveGameBufferSimple{ REL::Offset(0x044CFA68) }; - inline constexpr std::array BGSSaveLoadJobSite{ REL::Offset(0x044CED08) }; - inline constexpr std::array BGSSaveLoadManager{ REL::Offset(0x044CEC68), REL::Offset(0x044CEC78) }; - inline constexpr std::array BGSSaveLoadStatsMap{ REL::Offset(0x044CF5C8) }; - inline constexpr std::array BGSSaveLoadThread{ REL::Offset(0x044CECE8) }; - inline constexpr std::array BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs{ REL::Offset(0x044CF5A0) }; - inline constexpr std::array BGSScanPlanetActivity{ REL::Offset(0x04341010), REL::Offset(0x043410F8) }; - inline constexpr std::array BGSScanPlanetActivity_Runtime{ REL::Offset(0x04341028), REL::Offset(0x043410C8), REL::Offset(0x043410E0) }; - inline constexpr std::array BGSScanSurfaceActivity{ REL::Offset(0x04341968), REL::Offset(0x04341980) }; - inline constexpr std::array BGSScanSurfaceActivity_Runtime{ REL::Offset(0x04341898), REL::Offset(0x043418B0), REL::Offset(0x043418C8) }; - inline constexpr std::array BGSScannableFormComponent{ REL::Offset(0x04353838) }; - inline constexpr std::array BGSScene{ REL::Offset(0x0440A688), REL::Offset(0x0440A6A8), REL::Offset(0x0440A6C0) }; - inline constexpr std::array BGSSceneActionAnimation{ REL::Offset(0x043A6378) }; - inline constexpr std::array BGSSceneActionCamera{ REL::Offset(0x043A6490) }; - inline constexpr std::array BGSSceneActionDialogue{ REL::Offset(0x0440AD50) }; - inline constexpr std::array BGSSceneActionFX{ REL::Offset(0x043A65A8) }; - inline constexpr std::array BGSSceneActionList{ REL::Offset(0x043A66B0) }; - inline constexpr std::array BGSSceneActionMove{ REL::Offset(0x043A67C8) }; - inline constexpr std::array BGSSceneActionPackage{ REL::Offset(0x0440AC48) }; - inline constexpr std::array BGSSceneActionPlayerDialogue{ REL::Offset(0x0440AB40) }; - inline constexpr std::array BGSSceneActionRadio{ REL::Offset(0x0440AA38) }; - inline constexpr std::array BGSSceneActionStartScene{ REL::Offset(0x043A6930) }; - inline constexpr std::array BGSSceneActionTimeline{ REL::Offset(0x043A6AA0) }; - inline constexpr std::array BGSSceneActionTimer{ REL::Offset(0x0440AF40) }; - inline constexpr std::array BGSSecondaryDamageList{ REL::Offset(0x0438CC28), REL::Offset(0x0438CF40) }; - inline constexpr std::array BGSShaderParticleGeometryData{ REL::Offset(0x043CA650), REL::Offset(0x043CA668) }; - inline constexpr std::array BGSShipCollectionActivity{ REL::Offset(0x04341FB0), REL::Offset(0x04341FC8) }; - inline constexpr std::array BGSShipCollectionActivity_Runtime{ REL::Offset(0x04341EB0), REL::Offset(0x04341EC8), REL::Offset(0x04341EE0), REL::Offset(0x04341EF8), REL::Offset(0x04341F98) }; - inline constexpr std::array BGSShipManagement{ REL::Offset(0x043538E0) }; - inline constexpr std::array BGSShipbuilderActivity{ REL::Offset(0x04341D68), REL::Offset(0x04341D80) }; - inline constexpr std::array BGSShipbuilderActivity_Runtime{ REL::Offset(0x04341CB0), REL::Offset(0x04341CC8), REL::Offset(0x04341DE0) }; - inline constexpr std::array BGSSkinForm{ REL::Offset(0x0436CA18) }; - inline constexpr std::array BGSSkinnedDecalChild{ REL::Offset(0x0436ED58) }; - inline constexpr std::array BGSSkinnedDecalGroup{ REL::Offset(0x0436F000) }; - inline constexpr std::array BGSSnapBehavior{ REL::Offset(0x043B4F80), REL::Offset(0x043B4F98) }; - inline constexpr std::array BGSSnapTemplate{ REL::Offset(0x043B5360), REL::Offset(0x043B53C0), REL::Offset(0x043B53D8) }; - inline constexpr std::array BGSSnapTemplateComponent{ REL::Offset(0x04353CE8) }; - inline constexpr std::array BGSSnapTemplateNode{ REL::Offset(0x043B5830), REL::Offset(0x043B5848), REL::Offset(0x043B5C60), REL::Offset(0x043B5C80), REL::Offset(0x043B5CE8) }; - inline constexpr std::array BGSSoundEcho{ REL::Offset(0x043AC930), REL::Offset(0x043ACD48) }; - inline constexpr std::array BGSSoundKeywordMapping{ REL::Offset(0x043AC518), REL::Offset(0x043AC830) }; - inline constexpr std::array BGSSoundTagComponent{ REL::Offset(0x04353D78) }; - inline constexpr std::array BGSSoundTagSet{ REL::Offset(0x043ACD60), REL::Offset(0x043ACD78) }; - inline constexpr std::array BGSSpacePhysicsFormComponent{ REL::Offset(0x04353E58), REL::Offset(0x04353E70) }; - inline constexpr std::array BGSSpaceshipAIActor{ REL::Offset(0x04353F28) }; - inline constexpr std::array BGSSpaceshipEquipment{ REL::Offset(0x04353FC0) }; - inline constexpr std::array BGSSpaceshipHullCode{ REL::Offset(0x04354070) }; - inline constexpr std::array BGSSpaceshipWeaponBinding{ REL::Offset(0x04354110) }; - inline constexpr std::array BGSSpatialCombinedGrid{ REL::Offset(0x0437C670) }; - inline constexpr std::array BGSSpatialGraph{ REL::Offset(0x0437AA20) }; - inline constexpr std::array BGSSpatialGraphCellGrid{ REL::Offset(0x0437A490) }; - inline constexpr std::array BGSSpatialGraphCellGrid__MergeTask{ REL::Offset(0x0437A438) }; - inline constexpr std::array BGSSpatialGraphChild{ REL::Offset(0x0437A958) }; - inline constexpr std::array BGSSpatialGraphExteriorCell{ REL::Offset(0x0437A620) }; - inline constexpr std::array BGSSpatialGraphInteriorCell{ REL::Offset(0x0437AAE8) }; - inline constexpr std::array BGSSpatialGraphManager{ REL::Offset(0x0437B670), REL::Offset(0x0437B688), REL::Offset(0x0437B6A0), REL::Offset(0x0437B6B8), REL::Offset(0x0437B6D0), REL::Offset(0x0437B6E8), REL::Offset(0x0437B700), REL::Offset(0x0437B718), REL::Offset(0x0437B730), REL::Offset(0x0437B748), REL::Offset(0x0437B760), REL::Offset(0x0437B778), REL::Offset(0x0437B7C0) }; - inline constexpr std::array BGSSpatialGraphManager__Task{ REL::Offset(0x0437B600) }; - inline constexpr std::array BGSSpatialGraphObstacleUpdateTask{ REL::Offset(0x0437ABB0) }; - inline constexpr std::array BGSSpatialGraphParent{ REL::Offset(0x0437A890) }; - inline constexpr std::array BGSSpatialGraphSpaceCell{ REL::Offset(0x0437A558) }; - inline constexpr std::array BGSSpatialGraphSpaceCollection{ REL::Offset(0x0437A6E8) }; - inline constexpr std::array BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask{ REL::Offset(0x0437A330) }; - inline constexpr std::array BGSSpatialGrid{ REL::Offset(0x0437C520) }; - inline constexpr std::array BGSSpatialGridBase{ REL::Offset(0x0437C508) }; - inline constexpr std::array BGSSpatialGridCollection{ REL::Offset(0x0437C590) }; - inline constexpr std::array BGSSpatialGridFieldBase{ REL::Offset(0x04370C08) }; - inline constexpr std::array BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2__{ REL::Offset(0x04460220) }; - inline constexpr std::array BGSSpatialGridFieldWrapperT_unsignedint_BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2___{ REL::Offset(0x044601B8) }; - inline constexpr std::array BGSSpatialGridPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ REL::Offset(0x0444B898) }; - inline constexpr std::array BGSSpatialGridPathBuilder_EscortPathingRequestPolicy_{ REL::Offset(0x04446FF8) }; - inline constexpr std::array BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444B8E0) }; - inline constexpr std::array BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04446F78) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0445DF50) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ REL::Offset(0x0437C248) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044F7C40) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04512940) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ REL::Offset(0x0444BBD0), REL::Offset(0x0444BC78) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ REL::Offset(0x044475C0), REL::Offset(0x04447650) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ REL::Offset(0x0445F7B8) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FA058) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ REL::Offset(0x04463338) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0446FD08) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ REL::Offset(0x044FFA28) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FDF20) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04467880) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450F940) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04506868) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FF878) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ REL::Offset(0x044FF908) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045023D8) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04502468) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450A680) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045114A0) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FBB10) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045067D8) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450B5B0) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450B520) }; - inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ REL::Offset(0x044633C8) }; - inline constexpr std::array BGSSpatialGridSearchCustomDebugData{ REL::Offset(0x0437CC28) }; - inline constexpr std::array BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ REL::Offset(0x04463728) }; - inline constexpr std::array BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ REL::Offset(0x04500208) }; - inline constexpr std::array BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ REL::Offset(0x045000E8) }; - inline constexpr std::array BGSSpatialGridSearchDebugData{ REL::Offset(0x0437CC68) }; - inline constexpr std::array BGSSpatialGridSearchPolicies__RandomPositionInsideArea{ REL::Offset(0x0437C7D0) }; - inline constexpr std::array BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest_{ REL::Offset(0x04446FC8) }; - inline constexpr std::array BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0437C7B8) }; - inline constexpr std::array BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04446FE0) }; - inline constexpr std::array BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444BF18) }; - inline constexpr std::array BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04447A08) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_b4e41a428c3b8407a095aecee7af4cd2__{ REL::Offset(0x0445DC80) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_cac973b7f0c9a4b4b8df8d6c53b2bde8__{ REL::Offset(0x0445E460) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_fb914c74defc9f429cfff1ee3cd5f33d__{ REL::Offset(0x0445DD10) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_541e6d59408ef809a0df008f1c4c8309__{ REL::Offset(0x0437BC50) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_78d7dd36045789aed84d9ade663e9012__{ REL::Offset(0x0437BA10) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_ddb585532ebdf02c943c41d3cac8ef89__{ REL::Offset(0x0437BE00) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_522275aa6b156c526821e159c5489c5c__{ REL::Offset(0x044F7A90) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_6bda62f3702bba15b89e109ef71d2cf9__{ REL::Offset(0x044F78E0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_7d43707ca24fb5c81bc916002c9c4636__{ REL::Offset(0x044F77C0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_6b48abe417955fba542729f5449a5054__{ REL::Offset(0x04512820) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_7f89d34372b85aeda5fc0d6d8730f776__{ REL::Offset(0x04512790) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_8f6335776cc6b15e4c9553f6cadf798a__{ REL::Offset(0x04512D88) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_db9613acd9469d58d1de102a9f606ec6__{ REL::Offset(0x0444C308), REL::Offset(0x0444C398) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_dc3bfd55a558fccd2d7ab5a304cd14b9__{ REL::Offset(0x0444BD08), REL::Offset(0x0444BD98) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_fe4f53aa5bb6cbe9897bd8d7dfa297b1__{ REL::Offset(0x0444B930), REL::Offset(0x0444B9C0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_6ddfad8a4cf79254db7cb975a42845d0__{ REL::Offset(0x04447878), REL::Offset(0x04447908) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_d1e64a77919a4a108d2883ae58f3c574__{ REL::Offset(0x044475A8), REL::Offset(0x04447920) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_da42cd7807516de4ffcceb011949e355__{ REL::Offset(0x04447128), REL::Offset(0x044471B8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_5d0adcaede58fdb05609dd1407d2531f__{ REL::Offset(0x0445F8D8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_c25d25b0772839e19dcdf4fea360a460__{ REL::Offset(0x0445F698) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_e333c4a73c26a28fab3c2dee9bb132e5__{ REL::Offset(0x0445FBA8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_c88864b043d1cce2a7f6d04063e9008e__{ REL::Offset(0x044FA298) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_cf10f10843ae20bedc2e2021bfbb4336__{ REL::Offset(0x044F9F38) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_dd5505512fbb0b7e52593af44117745e__{ REL::Offset(0x044FA208) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_5083b40ded892f4da795ec631423772f__{ REL::Offset(0x0446F918) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_ea87bd1f2b8c2e7678fb958df80a35f9__{ REL::Offset(0x04470940) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_f22a8aa601b10e5abe53e88b8cd10ccd__{ REL::Offset(0x0446F9A8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_1d584193c458e20470030da06f5e0055__{ REL::Offset(0x044FDBC0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_58679f5e50af977ff7273cdd58377657__{ REL::Offset(0x044FD7D0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_cf345c21bf1e30bfbe7d69c15603337b__{ REL::Offset(0x044FDB30) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_78aa3e95fc02761d3d1241516e79d598__{ REL::Offset(0x04467250) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_a6ac784950ec34c0cdb3832ffb1797d0__{ REL::Offset(0x044671C0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_b13621117496cd7fafa98272146bc59b__{ REL::Offset(0x04467640) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_2d44732fd818a321a74feba19840e1cd__{ REL::Offset(0x0450F700) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_994b9c663107980a06175989aa3056e8__{ REL::Offset(0x0450F790) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_a2f4c60d0a574ebcd9cf6bb8ab663f7c__{ REL::Offset(0x0450F670) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_480c6f2b29d377c38da6e2b4d0669cf9__{ REL::Offset(0x04507518) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_8950305294290fa9e26be78b4b3bfb8b__{ REL::Offset(0x045075A8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_d35e741c409b68929787cc92785fca7c__{ REL::Offset(0x045076C8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_a707fc8cc9ef212700632e0c976b224d__{ REL::Offset(0x04500178) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_d9e2dcd9fba3e2b1c0335e32aab168d9__{ REL::Offset(0x044FFE18) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_e12adad7c77a55e2ac3fb020a2419569__{ REL::Offset(0x045003B8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_368ceeac86e593e72834086b32e5d442__{ REL::Offset(0x04503278) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_bfd1e6f3fcf4aef36f74e04bf5792454__{ REL::Offset(0x04502C48) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_d10f0055229b5a0d143b33996820a78b__{ REL::Offset(0x04502FA8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_61d0a383e73117726d493b6fe5821804__{ REL::Offset(0x04502108) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_a0aea2ddea828dc07570be8ae0bb4d11__{ REL::Offset(0x04502078) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_ffe16b320cd93249bc4cbd66bd6bfe83__{ REL::Offset(0x04502198) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_37505655f7d8a98cfac44bf948dbd5fe__{ REL::Offset(0x0450C060) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_5e384202ba04e59c2dc5b15322a57561__{ REL::Offset(0x0450C180) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_94ad3023ffee3ff7588cf5ff7e9dbf07__{ REL::Offset(0x0450BFD0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_17452347035c901e6a81b8da3364f972__{ REL::Offset(0x04511380) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_3f8aa442549817621926606d0263ab30__{ REL::Offset(0x045112F0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_8de3d28d9b85dae42a775739d546bbe9__{ REL::Offset(0x045118E8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_13039e5e4f4a6aa2e5a9df40340c464a__{ REL::Offset(0x044FC260) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2d4bd116f89799be571c37a0a69de64e__{ REL::Offset(0x044FC020) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2fc051d9d2fcb35b7affa380d310e1ad__{ REL::Offset(0x044FC140) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_3a2a493afd8ce74877731ae5a2ecb53c__{ REL::Offset(0x04507CF8) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_48b5a59024549c4cdecb91ef58c259d6__{ REL::Offset(0x04507E18) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_5130dd3f1e33418a0e4d3be1537f5ab9__{ REL::Offset(0x04507D88) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_5958025c08591a7af5b63cf6d56685b5__{ REL::Offset(0x0450AD40) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ceaba0e7427a97938444f13fe8f302b2__{ REL::Offset(0x0450B010) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ffc822d49002ff3a6a4a2805ed024bb1__{ REL::Offset(0x0450B0A0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_349faaaa93b87ec80df0117e53c92d26__{ REL::Offset(0x0450B490) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_8b9f201df7a79312a8965a85e34c95db__{ REL::Offset(0x0450B250) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_98b1a085785cef981c72db1261600e7f__{ REL::Offset(0x0450AEF0) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_bd60c75bc4bda80b435716812002e6e5__{ REL::Offset(0x04463608) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e4243607da6d0d98b87dae95730a438b__{ REL::Offset(0x04463698) }; - inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e9a618665a6d428a65a4af5a6dca7909__{ REL::Offset(0x04463A88) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseGrid__{ REL::Offset(0x0437A058) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseMultiLayerGrid__{ REL::Offset(0x0437A148) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialStandardGrid__{ REL::Offset(0x0437A0D0) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseGrid__{ REL::Offset(0x0437A1E0) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseMultiLayerGrid__{ REL::Offset(0x0437A250) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialStandardGrid__{ REL::Offset(0x0437A2C0) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialSparseGrid_{ REL::Offset(0x0437A820) }; - inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialSparseMultiLayerGrid_{ REL::Offset(0x0437A7B0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_0325650f288f127eb2d327cf7d339d63__{ REL::Offset(0x0437C908) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_0d2ec11d59e565b79d9211a11433aa2f__{ REL::Offset(0x044FA328) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_19e348bdb36685b01effc72877a699ff__{ REL::Offset(0x04466BC0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_215a64b817e5be8cbcf1bd8c8e344770__{ REL::Offset(0x044FEBB0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_26e564ab39f58c5389c08383a16681d8__{ REL::Offset(0x0450FA60) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_2c11458fc306f934f8c7cac3c89d5c98__{ REL::Offset(0x0437CB18) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_2d376f67254effc8d0d85d0bee1e5cdd__{ REL::Offset(0x0445F640) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_2f1650f77a193b8e758daf33372feac8__{ REL::Offset(0x044FEB58) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_32bb1d7621cdc2bed098189d0faeb220__{ REL::Offset(0x04512A60) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_34b06f96a6217ba27c4d4a4119bec55e__{ REL::Offset(0x044FE220) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_4112101897ca2bd7c7e0f2cf4569aaa4__{ REL::Offset(0x04470D30) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_435700157e0d8c05bc01655fb1ca7fe4__{ REL::Offset(0x0437C9B8) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_4ea4eca0f7e4880b255a71bc73eb5f09__{ REL::Offset(0x044FEC08) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_55f8f111a72eba76d033c2847de23eeb__{ REL::Offset(0x0437CB70) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_57ac6ddfb2f115c2b8c95c8c9eeec56f__{ REL::Offset(0x0450C928) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_5827831f74e1155700a0b58d27586362__{ REL::Offset(0x044F8138) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_5ccbd8e2c542fe02d3e65ff73753c312__{ REL::Offset(0x0437C960) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_65acc14779340277802a99645ef88421__{ REL::Offset(0x0437CA68) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_66a5b8598a5d927b386351d21cb24bda__{ REL::Offset(0x0445E4F0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_752fa037e19e803b74eb6254fa186eb2__{ REL::Offset(0x0437BFB0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_75cdc71bd3b4f367051c88a7a4589b41__{ REL::Offset(0x04503B38) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_7b12f78c770cd880edcd1f5c3de81641__{ REL::Offset(0x044FC7E8) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_943fde6cf7df086bf511c5d6e86a1e1e__{ REL::Offset(0x0450C9D8) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_a5c9432033bd2fc9ca74f10048c6399c__{ REL::Offset(0x0450C980) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_a7a589a6ce7ebb696f0da2d3e7c1b078__{ REL::Offset(0x04462CD0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_b4d2392ac1e14a534f85e41e5a954950__{ REL::Offset(0x0444B7F0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_ba8f53a0fce6a6de56e6d6965fd7eb86__{ REL::Offset(0x04462D28) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_beebaa327e5538f4616b5b57d203473d__{ REL::Offset(0x0437A3E0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_c24e2a397316fd552f02b11423539807__{ REL::Offset(0x045084A8) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_cbac59b795bfcb5b3581fd91ccc4901e__{ REL::Offset(0x045115C0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_cbf66f850bf30f633f1056c7c02aa01b__{ REL::Offset(0x04508500) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_e4187257910c85bc3698eb53d06c03b6__{ REL::Offset(0x0437CAC0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_e543242677b7021275d4097e44e4be1b__{ REL::Offset(0x044479B0) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_e55635bf17b657033b5eadb3b3bb2adb__{ REL::Offset(0x0437A388) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_eaf8fb2abd4d2a33ec7339d68534818a__{ REL::Offset(0x0437CA10) }; - inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_ef53b339efcabfae6e1055b81f4f96c7__{ REL::Offset(0x04503B90) }; - inline constexpr std::array BGSSpatialSimpleGrid{ REL::Offset(0x0437C4F0) }; - inline constexpr std::array BGSSpatialSparseGrid{ REL::Offset(0x0437C6E8) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0445DFE0) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ REL::Offset(0x0437C2D8) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044F7CD0) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045128B0) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ REL::Offset(0x0444BBE8), REL::Offset(0x0444BE40) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ REL::Offset(0x04447668), REL::Offset(0x044476F8) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ REL::Offset(0x0445F848) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FA178) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0446FC78) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FDFB0) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04467910) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450F8B0) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04506988) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FF998) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04502588) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04502618) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450A830) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04511410) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FBA80) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045068F8) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450A7A0) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450A710) }; - inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ REL::Offset(0x04463458) }; - inline constexpr std::array BGSSpatialSparseGridSearchDebugData{ REL::Offset(0x0437CBE8) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0445DE30) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0445DDA0) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0445E340) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0445E2B0) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0445E190) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0445E3D0) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0445E100) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0445E668) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0445E5D8) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0445E070) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0445E220) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0445E6F8) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0437BBC0) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0437BB30) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0437BAA0) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0437BE90) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0437C098) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0437BD70) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0437BCE0) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0437C008) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0437C3F8) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0437C1B8) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0437C128) }; - inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0437C368) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044F7850) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044F7A00) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044F7970) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044F7B20) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044F76A0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044F7460) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044F73D0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044F7610) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044F7730) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044F7580) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044F74F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044F7340) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04512550) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045125E0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04512670) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04512700) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04512BD8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04512E18) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04512EA8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04512C68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04512CF8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04512F38) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04512B48) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04512AB8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0444B9D8), REL::Offset(0x0444BA68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0444BA80), REL::Offset(0x0444BB10) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0444BB28), REL::Offset(0x0444BBB8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0444C260), REL::Offset(0x0444C2F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0444C110), REL::Offset(0x0444C1A0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0444C3B0), REL::Offset(0x0444C440) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0444C458), REL::Offset(0x0444C4E8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0444C1B8), REL::Offset(0x0444C248) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0444BE58), REL::Offset(0x0444BEE8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0444BFC0), REL::Offset(0x0444C050) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0444C068), REL::Offset(0x0444C0F8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0444BF00), REL::Offset(0x0444BF30) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044477D0), REL::Offset(0x04447860) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04447728), REL::Offset(0x044477B8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04447278), REL::Offset(0x04447710) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044471D0), REL::Offset(0x04447260) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04447320), REL::Offset(0x044473B0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04447080), REL::Offset(0x04447110) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04447068), REL::Offset(0x04447518) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04447308), REL::Offset(0x04447B70) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04447AC8), REL::Offset(0x04447B58) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04447470), REL::Offset(0x04447500) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044473C8), REL::Offset(0x04447458) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04447A20), REL::Offset(0x04447AB0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0445FB18) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0445FCC8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0445FC38) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0445F968) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04460028) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0445FA88) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0445F9F8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0445FF98) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0445FD58) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0445FF08) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0445FE78) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0445FDE8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044F9CF8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044F9D88) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044F9BD8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044F9C68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FA5C0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044F9FC8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044F9E18) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FA410) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FA4A0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044F9EA8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FA530) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FA650) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0446FA38) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0446FAC8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0446FB58) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044708B0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04470C10) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044709D0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04470A60) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04470CA0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04470790) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04470AF0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04470B80) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04470820) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044FDD70) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FDE00) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FDC50) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FDCE0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FDAA0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FD860) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FD6B0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FD8F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FD980) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FD740) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FDA10) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FE278) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04467130) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044670A0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04467010) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044676D0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04467370) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044675B0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04467520) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044672E0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044677F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04467490) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04467400) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04467760) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450F820) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450F4C0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450F550) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450F5E0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450FB48) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450FCF8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450FD88) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450FBD8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450FC68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450FE18) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450FEA8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450FAB8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04507488) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04507878) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045077E8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04507758) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x045073F8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x045071B8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04507128) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04507368) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045072D8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04507098) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04507008) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04507248) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04500448) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04500298) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04500328) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FFD88) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FFEA8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FFC68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FFCF8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FFF38) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FFBD8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FFFC8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04500058) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FFB48) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04503308) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04503158) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045031E8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04502BB8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04502CD8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04502A98) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04502B28) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04502D68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04502858) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04502DF8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04502E88) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045028E8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04501F58) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04501FE8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045022B8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04502348) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04502738) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04502228) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04503038) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045027C8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04502A08) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x045030C8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04502F18) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04502978) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450BF40) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450C330) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450C2A0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450C210) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450BEB0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450BC70) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450BBE0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450BE20) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450BD90) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450BB50) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450BAC0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450BD00) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x045110B0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04511140) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045111D0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04511260) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04511738) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04511978) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04511A08) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045117C8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04511858) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04511A98) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x045116A8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04511618) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044FC0B0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FC2F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FC380) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FC1D0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FBF00) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FBCC0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FBD50) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FBF90) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FBDE0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FBBA0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FBC30) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FBE70) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04507AB8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04507A28) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04507998) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04507908) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04507FC8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04507C68) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04507BD8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04507F38) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04507EA8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04507B48) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04507638) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04508058) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450AB00) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450AA70) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450A9E0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450A950) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450B7F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450ACB0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450AC20) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450B760) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450B6D0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450AB90) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450C0F0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450BA30) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450B400) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450B370) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450B2E0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450AF80) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450B9A0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450AE60) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450ADD0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450B910) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450B880) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450B1C0) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450B130) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450B640) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04463578) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044634E8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04463BA8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04463B18) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044637B8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044639F8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04463968) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04463D58) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04463CC8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044638D8) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04463848) }; - inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04463C38) }; - inline constexpr std::array BGSSpatialSparseGrid__ChunkIndexGrid{ REL::Offset(0x0437C758) }; - inline constexpr std::array BGSSpatialSparseMultiLayerGrid{ REL::Offset(0x0437C600) }; - inline constexpr std::array BGSSpawnOnDestroy{ REL::Offset(0x04354208) }; - inline constexpr std::array BGSSpeechChallengeActivity{ REL::Offset(0x043421B0), REL::Offset(0x04342210) }; - inline constexpr std::array BGSSpeechChallengeActivity_Runtime{ REL::Offset(0x043420E0), REL::Offset(0x043420F8), REL::Offset(0x04342110) }; - inline constexpr std::array BGSSpeechChallengeObject{ REL::Offset(0x043AD090), REL::Offset(0x043AD0A8), REL::Offset(0x043AD3C0), REL::Offset(0x043AD3E0) }; - inline constexpr std::array BGSSprintActivity{ REL::Offset(0x04342328), REL::Offset(0x043423E0) }; - inline constexpr std::array BGSSprintActivity_Runtime{ REL::Offset(0x043422F8), REL::Offset(0x04342310), REL::Offset(0x04342340) }; - inline constexpr std::array BGSStarDataComponent{ REL::Offset(0x043542E8) }; - inline constexpr std::array BGSStaticCollection{ REL::Offset(0x043B5F08), REL::Offset(0x043B5F20), REL::Offset(0x043B63D0) }; - inline constexpr std::array BGSStaticCollection__RootFacade{ REL::Offset(0x043B6448) }; - inline constexpr std::array BGSStoredTraversalData{ REL::Offset(0x0434A828) }; - inline constexpr std::array BGSStoryManagerBranchNode{ REL::Offset(0x0436A3F8), REL::Offset(0x0436A410) }; - inline constexpr std::array BGSStoryManagerEventNode{ REL::Offset(0x04453CF0), REL::Offset(0x04454030) }; - inline constexpr std::array BGSStoryManagerNodeBase{ REL::Offset(0x0436A750), REL::Offset(0x0436AA90) }; - inline constexpr std::array BGSStoryManagerQuestFinder{ REL::Offset(0x04453C60) }; - inline constexpr std::array BGSStoryManagerQuestNode{ REL::Offset(0x04454048), REL::Offset(0x04454388) }; - inline constexpr std::array BGSStoryManagerTreeForm{ REL::Offset(0x0436AAA8), REL::Offset(0x0436ADE0) }; - inline constexpr std::array BGSStoryManagerTreeVisitor{ REL::Offset(0x04453C90) }; - inline constexpr std::array BGSStoryTeller{ REL::Offset(0x044543E8), REL::Offset(0x04454400) }; - inline constexpr std::array BGSSurface__BGSBlockCellHeighGridComponent{ REL::Offset(0x043892D0) }; - inline constexpr std::array BGSSurface__Block{ REL::Offset(0x0439F768), REL::Offset(0x0439F780) }; - inline constexpr std::array BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent{ REL::Offset(0x04389438) }; - inline constexpr std::array BGSSurface__Pattern{ REL::Offset(0x0439FC30), REL::Offset(0x0439FF48) }; - inline constexpr std::array BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent{ REL::Offset(0x04389530) }; - inline constexpr std::array BGSSurface__PatternStyle{ REL::Offset(0x043896B8), REL::Offset(0x043899D0) }; - inline constexpr std::array BGSSurface__Tree{ REL::Offset(0x0439FFF0), REL::Offset(0x043A0008) }; - inline constexpr std::array BGSSurface____WaterHeightComponent{ REL::Offset(0x04389B58) }; - inline constexpr std::array BGSSynchronizedAnimationInstance{ REL::Offset(0x04455088) }; - inline constexpr std::array BGSSynchronizedAnimationManager{ REL::Offset(0x044548B0) }; - inline constexpr std::array BGSTDataProxyComponentBase{ REL::Offset(0x043543E8) }; - inline constexpr std::array BGSTTypedFormComponent_BGSVoiceType_1179927366_{ REL::Offset(0x04352FE0) }; - inline constexpr std::array BGSTakeActorDamageActivity{ REL::Offset(0x04342518), REL::Offset(0x04342578) }; - inline constexpr std::array BGSTakeActorDamageActivity_Runtime{ REL::Offset(0x04342590), REL::Offset(0x043425A8), REL::Offset(0x043425C0) }; - inline constexpr std::array BGSTakeDamageActivity{ REL::Offset(0x04342730), REL::Offset(0x043427C0) }; - inline constexpr std::array BGSTakeDamageActivity_Runtime{ REL::Offset(0x04342718), REL::Offset(0x04342790), REL::Offset(0x043427A8), REL::Offset(0x043427D8) }; - inline constexpr std::array BGSTalkingActivator{ REL::Offset(0x043B6748), REL::Offset(0x043B67A8), REL::Offset(0x043B6808), REL::Offset(0x043B6868), REL::Offset(0x043B68E0), REL::Offset(0x043B6940), REL::Offset(0x043B6958), REL::Offset(0x043B69D0), REL::Offset(0x043B6A38), REL::Offset(0x043B6A58), REL::Offset(0x043B6AB8), REL::Offset(0x043B6AE8) }; - inline constexpr std::array BGSTerminal{ REL::Offset(0x043B7008), REL::Offset(0x043B7080), REL::Offset(0x043B70E0), REL::Offset(0x043B70F8), REL::Offset(0x043B7170), REL::Offset(0x043B71D8), REL::Offset(0x043B71F8), REL::Offset(0x043B7258), REL::Offset(0x043B7288), REL::Offset(0x043B76A8), REL::Offset(0x043B7708), REL::Offset(0x043B7768) }; - inline constexpr std::array BGSTerminalMenu{ REL::Offset(0x043902D8), REL::Offset(0x043905F0), REL::Offset(0x04390668) }; - inline constexpr std::array BGSTerrainBlock__AlignmentModifier{ REL::Offset(0x043A0370) }; - inline constexpr std::array BGSTerrainBlock__ContinentalModifier{ REL::Offset(0x043A0458) }; - inline constexpr std::array BGSTerrainBlock__Grid{ REL::Offset(0x043A09F0) }; - inline constexpr std::array BGSTerrainBlock__GridCell{ REL::Offset(0x043A0BB0) }; - inline constexpr std::array BGSTerrainBlock__GridCornerCell{ REL::Offset(0x043A0B18) }; - inline constexpr std::array BGSTerrainBlock__GridCornerEdgeXFile{ REL::Offset(0x043A0540) }; - inline constexpr std::array BGSTerrainBlock__GridCornerFile{ REL::Offset(0x043A0488) }; - inline constexpr std::array BGSTerrainBlock__GridEdgeFile{ REL::Offset(0x043A0798) }; - inline constexpr std::array BGSTerrainBlock__GridEdgeXCell{ REL::Offset(0x043A0A88) }; - inline constexpr std::array BGSTerrainBlock__GridEdgeYCell{ REL::Offset(0x043A0AD0) }; - inline constexpr std::array BGSTerrainBlock__GridFile{ REL::Offset(0x043A0608) }; - inline constexpr std::array BGSTerrainBlock__GridFillCell{ REL::Offset(0x043A0A40) }; - inline constexpr std::array BGSTerrainBlock__GridFillFile{ REL::Offset(0x043A06E0) }; - inline constexpr std::array BGSTerrainBlock__HeightAdjustmentModifier{ REL::Offset(0x04389C08) }; - inline constexpr std::array BGSTerrainBlock__IModifier{ REL::Offset(0x043A09C0) }; - inline constexpr std::array BGSTerrainBlock__OceanBiomeModifier{ REL::Offset(0x043A0428) }; - inline constexpr std::array BGSTerrainBlock__OverlayGrid{ REL::Offset(0x043A0B60) }; - inline constexpr std::array BGSTerrainBlock__OverlayHeightModifier{ REL::Offset(0x043A0960) }; - inline constexpr std::array BGSTerrainBlock__RerangeHeightModifier{ REL::Offset(0x043A0990) }; - inline constexpr std::array BGSTerrainBlock__UpdateHeightModifier{ REL::Offset(0x043A0C20) }; - inline constexpr std::array BGSTerrain__File{ REL::Offset(0x043A5488) }; - inline constexpr std::array BGSTerrain__IFileGrid{ REL::Offset(0x0437E4E8) }; - inline constexpr std::array BGSTerrain__Manager{ REL::Offset(0x043A5A38), REL::Offset(0x043A5A48) }; - inline constexpr std::array BGSTerrain__UniFile__Grid{ REL::Offset(0x043A4F60) }; - inline constexpr std::array BGSTerrain____PageStitchNode{ REL::Offset(0x043A4EA0) }; - inline constexpr std::array BGSTerrain____PageTransformNode{ REL::Offset(0x043A4F10) }; - inline constexpr std::array BGSTextureModel{ REL::Offset(0x0440FA60) }; - inline constexpr std::array BGSTextureSet{ REL::Offset(0x043D95E0), REL::Offset(0x043D95F8) }; - inline constexpr std::array BGSTimeOfDayData{ REL::Offset(0x043CA980), REL::Offset(0x043CA998) }; - inline constexpr std::array BGSTransform{ REL::Offset(0x043AD448), REL::Offset(0x043AD460) }; - inline constexpr std::array BGSTraversal{ REL::Offset(0x043AD790), REL::Offset(0x043ADAA8) }; - inline constexpr std::array BGSVisitProceduresCheckGuardWarnTarget{ REL::Offset(0x0444C860) }; - inline constexpr std::array BGSVisitProceduresInitActorAnimPose{ REL::Offset(0x044D9318) }; - inline constexpr std::array BGSVisitProceduresInitActorLocation{ REL::Offset(0x0444C878) }; - inline constexpr std::array BGSVisitProceduresProcess{ REL::Offset(0x044D9330) }; - inline constexpr std::array BGSVoiceType{ REL::Offset(0x0440B1D0), REL::Offset(0x0440B1E8) }; - inline constexpr std::array BGSVolumeFormComponent{ REL::Offset(0x043545D0) }; - inline constexpr std::array BGSVolumetricLighting{ REL::Offset(0x043B77C8), REL::Offset(0x043B7B80) }; - inline constexpr std::array BGSWaterCollisionManager__AutoWater{ REL::Offset(0x04452B68) }; - inline constexpr std::array BGSWaterCollisionManager__BGSWaterUpdateI{ REL::Offset(0x04452C38) }; - inline constexpr std::array BGSWaterCollisionManager__WaterGravityModifier{ REL::Offset(0x03F269D8) }; - inline constexpr std::array BGSWaterCollisionManager__WaterGravityModifierWorldStepListener{ REL::Offset(0x03F2C2C8) }; - inline constexpr std::array BGSWaterCollisionManager__bhkPlaceableWater{ REL::Offset(0x04452B18) }; - inline constexpr std::array BGSWaterCollisionManager__bhkWaterfall{ REL::Offset(0x04452C88) }; - inline constexpr std::array BGSWeaponBarrelData{ REL::Offset(0x0438CF70) }; - inline constexpr std::array BGSWeaponBarrelModel{ REL::Offset(0x0438CFB0), REL::Offset(0x0438CFC8) }; - inline constexpr std::array BGSWeaponData__Aim{ REL::Offset(0x04390758) }; - inline constexpr std::array BGSWeaponData__Ammunition{ REL::Offset(0x043907C0) }; - inline constexpr std::array BGSWeaponData__Audio{ REL::Offset(0x04390820) }; - inline constexpr std::array BGSWeaponData__Charge{ REL::Offset(0x04390880) }; - inline constexpr std::array BGSWeaponData__Damage{ REL::Offset(0x043908E0) }; - inline constexpr std::array BGSWeaponData__Firing{ REL::Offset(0x04390940) }; - inline constexpr std::array BGSWeaponData__FiringStrategyBase{ REL::Offset(0x04390A28) }; - inline constexpr std::array BGSWeaponData__FiringStrategy_Automatic{ REL::Offset(0x043909F8) }; - inline constexpr std::array BGSWeaponData__FiringStrategy_BoltShot{ REL::Offset(0x043909C8) }; - inline constexpr std::array BGSWeaponData__FiringStrategy_Burst{ REL::Offset(0x04390A10) }; - inline constexpr std::array BGSWeaponData__FiringStrategy_ChargedShot{ REL::Offset(0x043909E0) }; - inline constexpr std::array BGSWeaponData__FiringStrategy_SingleShot{ REL::Offset(0x04390A40) }; - inline constexpr std::array BGSWeaponData__Flags{ REL::Offset(0x04390A70) }; - inline constexpr std::array BGSWeaponData__General{ REL::Offset(0x04390AD0) }; - inline constexpr std::array BGSWeaponData__Melee{ REL::Offset(0x04390B30) }; - inline constexpr std::array BGSWeaponData__Power{ REL::Offset(0x04390B90) }; - inline constexpr std::array BGSWeaponData__Reload{ REL::Offset(0x04390BF0) }; - inline constexpr std::array BGSWeaponData__ShipWeapon{ REL::Offset(0x0434F058) }; - inline constexpr std::array BGSWeaponData__Turret{ REL::Offset(0x04390C50) }; - inline constexpr std::array BGSWeaponData__VariableRange{ REL::Offset(0x04390CB8) }; - inline constexpr std::array BGSWeaponData__Visuals{ REL::Offset(0x04390D18) }; - inline constexpr std::array BGSWeatherSettingsForm{ REL::Offset(0x04396CB0), REL::Offset(0x04396CC8) }; - inline constexpr std::array BGSWorkshopItemColorComponent{ REL::Offset(0x0434A8B8) }; - inline constexpr std::array BGSWorldSpaceOverlayComponent{ REL::Offset(0x04354B30) }; - inline constexpr std::array BGSWwiseEventForm{ REL::Offset(0x043ADAC0), REL::Offset(0x043ADAD8) }; - inline constexpr std::array BGSWwiseKeywordMapping{ REL::Offset(0x0438D2E0), REL::Offset(0x0438D5F8) }; - inline constexpr std::array BGSZoneTargetListener{ REL::Offset(0x04411848) }; - inline constexpr std::array BIEventUtils__FindAllStarbornPowerFunctor{ REL::Offset(0x044C80C0) }; - inline constexpr std::array BSAVMS__AVMNode{ REL::Offset(0x04345340), REL::Offset(0x04345390) }; - inline constexpr std::array BSAVMS__AVMNodeInFlightCounted{ REL::Offset(0x043453F0) }; - inline constexpr std::array BSAVMS__AVMPartialNode{ REL::Offset(0x043452E0), REL::Offset(0x04345330) }; - inline constexpr std::array BSAnimNotes{ REL::Offset(0x04780A30) }; - inline constexpr std::array BSAnimationAnimDBData{ REL::Offset(0x04560E68) }; - inline constexpr std::array BSAnimationDBData{ REL::Offset(0x04560E88) }; - inline constexpr std::array BSAnimationGraph{ REL::Offset(0x04561290), REL::Offset(0x045614D8), REL::Offset(0x045614E8), REL::Offset(0x045614F8) }; - inline constexpr std::array BSAnimationGraphChannel{ REL::Offset(0x043D0428) }; - inline constexpr std::array BSAnimationGraphLoadScrapper{ REL::Offset(0x03F2BA20) }; - inline constexpr std::array BSAnimationGraphManager{ REL::Offset(0x0456AE60) }; - inline constexpr std::array BSAnimationUtils__FindEventClipGeneratorsFunctor{ REL::Offset(0x04560EA8) }; - inline constexpr std::array BSAnimationUtils__MatchEventToClipGeneratorsFunctor{ REL::Offset(0x04560DE0) }; - inline constexpr std::array BSAttachConfig__ArtObjectAttach{ REL::Offset(0x04391A38) }; - inline constexpr std::array BSAttachConfig__AttachmentConfiguration{ REL::Offset(0x03EF3CA0) }; - inline constexpr std::array BSAttachConfig__BaseInstance{ REL::Offset(0x04344FD0) }; - inline constexpr std::array BSAttachConfig__ISearchMethod{ REL::Offset(0x04393018) }; - inline constexpr std::array BSAttachConfig__NodeAttachmentInstance{ REL::Offset(0x04345010) }; - inline constexpr std::array BSAttachConfig__ObjectAttachmentInstance{ REL::Offset(0x04345058) }; - inline constexpr std::array BSAttachConfig__ParticleAttachmentInstance{ REL::Offset(0x04344FE8) }; - inline constexpr std::array BSAttachConfig__SearchMethodBase{ REL::Offset(0x04393078) }; - inline constexpr std::array BSAttachConfig__SearchMultipleNamesMultipleNodes{ REL::Offset(0x0457F0A0) }; - inline constexpr std::array BSAttachConfig__SearchRootNode{ REL::Offset(0x0457C370) }; - inline constexpr std::array BSAttachConfig__SearchSingleNameSingleNode{ REL::Offset(0x04393048) }; - inline constexpr std::array BSAttachRefController{ REL::Offset(0x04370D38) }; - inline constexpr std::array BSAttachTechniques__AttachTechniqueInput{ REL::Offset(0x044C2D50) }; - inline constexpr std::array BSAttachTechniques__BSAttachTechnique{ REL::Offset(0x03F25B38) }; - inline constexpr std::array BSAutoQueuedDependentNodeBase{ REL::Offset(0x04581540) }; - inline constexpr std::array BSAutoQueuedResourceCollection_AnimationSystemUtils__TESModelAndAnimationHandles_BSTSmartPointerIntrusiveRefCount_{ REL::Offset(0x04349C18) }; - inline constexpr std::array BSAutoQueuedResourceCollection_BSMorphDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x04351CE0) }; - inline constexpr std::array BSAutoQueuedResourceCollection_BShkbHkxDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x04352678) }; - inline constexpr std::array BSAutoQueuedResourceCollection_TESModelDB__TESQueuedHandles_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x043697D0) }; - inline constexpr std::array BSAutoQueuedResourceCollection___QueuedBGSStaticCollection_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x043B5EF0) }; - inline constexpr std::array BSAwardsSystemUtility{ REL::Offset(0x03F2CBE0) }; - inline constexpr std::array BSBehaviorGraphExtraData{ REL::Offset(0x04586F18) }; - inline constexpr std::array BSBehaviorGraphSwapSingleton{ REL::Offset(0x044548A0) }; - inline constexpr std::array BSBind__BGSExternalEmittanceController{ REL::Offset(0x0436E3C8) }; - inline constexpr std::array BSBind__BGSLensFlareController{ REL::Offset(0x0436E390) }; - inline constexpr std::array BSBind__ColorCurveController{ REL::Offset(0x0457EE38) }; - inline constexpr std::array BSBind__ColorLerpController{ REL::Offset(0x0457EF18) }; - inline constexpr std::array BSBind__ComponentBinding{ REL::Offset(0x045863D8) }; - inline constexpr std::array BSBind__ComponentProperty{ REL::Offset(0x0457F990) }; - inline constexpr std::array BSBind__Directory{ REL::Offset(0x0457FBB0) }; - inline constexpr std::array BSBind__Float2DCurveController{ REL::Offset(0x0457EF88) }; - inline constexpr std::array BSBind__Float2DLerpController{ REL::Offset(0x0457EE70) }; - inline constexpr std::array BSBind__Float3DCurveController{ REL::Offset(0x0457EFC0) }; - inline constexpr std::array BSBind__Float3DLerpController{ REL::Offset(0x0457EEA8) }; - inline constexpr std::array BSBind__Float4DCurveController{ REL::Offset(0x0457EE00) }; - inline constexpr std::array BSBind__Float4DLerpController{ REL::Offset(0x0457EEE0) }; - inline constexpr std::array BSBind__FloatCurveController{ REL::Offset(0x0457EBC0) }; - inline constexpr std::array BSBind__FloatLerpController{ REL::Offset(0x0457EF50) }; - inline constexpr std::array BSBind__IAddressControllerStore{ REL::Offset(0x043CC518) }; - inline constexpr std::array BSBind__IController{ REL::Offset(0x0436E400) }; - inline constexpr std::array BSBind__IDataBinding{ REL::Offset(0x04350828) }; - inline constexpr std::array BSBind__INode{ REL::Offset(0x0457FB58) }; - inline constexpr std::array BSBind__MultiBinding{ REL::Offset(0x043506B0) }; - inline constexpr std::array BSBind__Multiplex{ REL::Offset(0x0457FC08) }; - inline constexpr std::array BSBind__Snapshot{ REL::Offset(0x03F2AC58) }; - inline constexpr std::array BSBind__StableBinding{ REL::Offset(0x043963A8) }; - inline constexpr std::array BSBind__TimerController{ REL::Offset(0x0457EBF8) }; - inline constexpr std::array BSBlastNode{ REL::Offset(0x04581A20) }; - inline constexpr std::array BSBlendTreadTransfInterpolator{ REL::Offset(0x0477AB30) }; - inline constexpr std::array BSBoneLODExtraData{ REL::Offset(0x04586D20) }; - inline constexpr std::array BSBound{ REL::Offset(0x04577DC8) }; - inline constexpr std::array BSBoxConstructor{ REL::Offset(0x04581408) }; - inline constexpr std::array BSCSVUtils__ParserBuffer{ REL::Offset(0x045850B8) }; - inline constexpr std::array BSCapsuleConstructor{ REL::Offset(0x04581428) }; - inline constexpr std::array BSCloneReserver{ REL::Offset(0x04370F48) }; - inline constexpr std::array BSClothExtraData{ REL::Offset(0x04576460) }; - inline constexpr std::array BSClothUtils__BSGeometryBuffer{ REL::Offset(0x04576938) }; - inline constexpr std::array BSClothUtils__BSInstantiationUtil{ REL::Offset(0x04576868) }; - inline constexpr std::array BSClothUtils__BSTransformSet{ REL::Offset(0x04576908) }; - inline constexpr std::array BSComponentDB2__DB{ REL::Offset(0x0457C320) }; - inline constexpr std::array BSComponentDB2__DBFileIndex__IDFixupVisitor{ REL::Offset(0x0478FD88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerComponent_{ REL::Offset(0x03F2C848) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerFormComponent_{ REL::Offset(0x03EF4018) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAddToInventoryOnDestroy_{ REL::Offset(0x03F2B978) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAnimationGraphComponent_{ REL::Offset(0x03F2C568) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttachParentArray_{ REL::Offset(0x03EF43B0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttackDataForm_{ REL::Offset(0x03F0F2E0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSBodyPartInfo_{ REL::Offset(0x03F0EF88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSContactShadowComponent_{ REL::Offset(0x03F2C4A8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSCraftingResourceOwner_{ REL::Offset(0x03F2C188) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSCrowdComponent_{ REL::Offset(0x03F2C248) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSCustomShipForm_{ REL::Offset(0x03F10460) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSDestructibleObjectForm_{ REL::Offset(0x03F2C008) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSDisplayCaseFormComponent_{ REL::Offset(0x03F2B838) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSEffectSequenceFormComponent_{ REL::Offset(0x03F0E2F0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentDataSource_{ REL::Offset(0x03F2C328) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentHint_{ REL::Offset(0x03F2C4E8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSForcedLocRefType_{ REL::Offset(0x03F0F4C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSFormLinkData_{ REL::Offset(0x03F0F1E8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSKeywordForm_{ REL::Offset(0x03EF40D0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLinkedVoiceType_{ REL::Offset(0x03EF44E0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLocationUtil__BGSLocationOwnerEdge_{ REL::Offset(0x03F1FB88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodOwnerComponent_{ REL::Offset(0x03F2C808) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodRuntimeOwnerComponent_{ REL::Offset(0x04451AE0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSMaterialPropertyComponent_{ REL::Offset(0x03F0E238) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectPlacementDefaults_{ REL::Offset(0x03F0F7E0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectWindowFilterComponent_{ REL::Offset(0x03F2BCE0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitalDataComponent_{ REL::Offset(0x03F2C5A8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitedDataComponent_{ REL::Offset(0x03F2BFC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSOverridePackCollection_{ REL::Offset(0x03F0EED0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPackInUtils____ETFixedPackinGroup_{ REL::Offset(0x03F2B8F8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPapyrusScriptsComponent_{ REL::Offset(0x03EF4370) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPathingData_{ REL::Offset(0x03F2C0C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetContentManagerContentProperties_{ REL::Offset(0x03F2B7F8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ REL::Offset(0x0434D410) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__CTPlanetWorldSpaceData_{ REL::Offset(0x0434D3D0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPrimitiveComponent_{ REL::Offset(0x03F0F670) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPropertySheet_{ REL::Offset(0x03F2C688) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSRemappedBaseForm_{ REL::Offset(0x03F2C528) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSScannableFormComponent_{ REL::Offset(0x03F2C6C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSShipManagement_{ REL::Offset(0x03EF4878) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSkinForm_{ REL::Offset(0x03F0F7A0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSoundTagComponent_{ REL::Offset(0x03F0F410) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpacePhysicsFormComponent_{ REL::Offset(0x03EF4110) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipAIActor_{ REL::Offset(0x03F2BA38) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipEquipment_{ REL::Offset(0x03F2B7B8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipHullCode_{ REL::Offset(0x03EF4240) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipWeaponBinding_{ REL::Offset(0x03F0FE80) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpawnOnDestroy_{ REL::Offset(0x03EF4708) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSStarDataComponent_{ REL::Offset(0x03F2B9B8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSStoredTraversalData_{ REL::Offset(0x03F2BD20) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__BGSBlockCellHeighGridComponent_{ REL::Offset(0x03EF45D8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__CTBlockCellHeightGrid_{ REL::Offset(0x03F2C148) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_{ REL::Offset(0x04389340) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____CTDesignatedInfo_{ REL::Offset(0x043893F8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_{ REL::Offset(0x04389618) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____CTBlockHeightAdjustment_{ REL::Offset(0x04389660) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____CTWaterHeight_{ REL::Offset(0x04389B18) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____WaterHeightComponent_{ REL::Offset(0x04389A60) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSVolumeFormComponent_{ REL::Offset(0x03F0FC60) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorkshopItemColorComponent_{ REL::Offset(0x03F2BAB8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlayComponent_{ REL::Offset(0x03F0EE18) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ REL::Offset(0x043CB088) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__ControllerComponent_{ REL::Offset(0x0457F310) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__DirectoryComponent_{ REL::Offset(0x0457F290) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__DataParentEdge_{ REL::Offset(0x0457F390) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__OuterEdge_{ REL::Offset(0x0457F350) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag__{ REL::Offset(0x0457BFD0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSForces__ForceReceiverComponent_{ REL::Offset(0x0457F2D0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__BodyChild_{ REL::Offset(0x04572390) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereData_{ REL::Offset(0x04572188) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereModifier_{ REL::Offset(0x04571D08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBiomeData_{ REL::Offset(0x04572228) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBodyType_{ REL::Offset(0x04571C08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBrightnessModifier_{ REL::Offset(0x04571BC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTCellData_{ REL::Offset(0x04572148) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTColorModifier_{ REL::Offset(0x04571C48) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTDatabaseID_{ REL::Offset(0x04571CC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTEditorBiomeData_{ REL::Offset(0x045720C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPerBiomeData_{ REL::Offset(0x04572108) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetLocationIDs_{ REL::Offset(0x04572088) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetOverlayData_{ REL::Offset(0x04571FC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetarySystemLocationID_{ REL::Offset(0x04572048) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTProxyFormPtr_{ REL::Offset(0x045722D0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTResourceData_{ REL::Offset(0x04572008) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSTarDistance_{ REL::Offset(0x04571F28) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSystemParsecLocation_{ REL::Offset(0x04571B88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__DynamicData_{ REL::Offset(0x045721E8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitOffset_{ REL::Offset(0x04572310) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitState_{ REL::Offset(0x04571EC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitalData_{ REL::Offset(0x04571E88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitedData_{ REL::Offset(0x04571D88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerAtBody_{ REL::Offset(0x04571F68) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerKnowledge_{ REL::Offset(0x04572350) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__SatelliteCSVData_{ REL::Offset(0x04571D48) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__StarData_{ REL::Offset(0x04571C88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedGalaxyCSVData_{ REL::Offset(0x04571E08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedStarsCSVData_{ REL::Offset(0x04571DC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__AlphaSettingsComponent_{ REL::Offset(0x0458DCA8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendModeComponent_{ REL::Offset(0x0458D388) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendParamFloat_{ REL::Offset(0x0458C9C0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Channel_{ REL::Offset(0x0458D558) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__CollisionComponent_{ REL::Offset(0x0458CCA8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorChannelTypeComponent_{ REL::Offset(0x0458CF18) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorRemapSettingsComponent_{ REL::Offset(0x0458DA08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Color_{ REL::Offset(0x0458CC50) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DecalSettingsComponent_{ REL::Offset(0x0458CED8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DetailBlenderSettingsComponent_{ REL::Offset(0x0458D3F8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DistortionComponent_{ REL::Offset(0x0458CE50) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EffectSettingsComponent_{ REL::Offset(0x0458D348) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EmissiveSettingsComponent_{ REL::Offset(0x0458D008) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EyeSettingsComponent_{ REL::Offset(0x0458CA18) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlipbookComponent_{ REL::Offset(0x0458D518) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlowSettingsComponent_{ REL::Offset(0x0458CBD0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerDataComponent_{ REL::Offset(0x0458CB78) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerNoiseComponent_{ REL::Offset(0x0458D5E0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__HairSettingsComponent_{ REL::Offset(0x0458D1A0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LODMaterialID_{ REL::Offset(0x0458A0C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEdgeFalloffComponent_{ REL::Offset(0x0458D950) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEmissivityComponent_{ REL::Offset(0x0458D438) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LevelOfDetailSettings_{ REL::Offset(0x0458D878) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MRTextureFile_{ REL::Offset(0x0458D780) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialOverrideColorTypeComponent_{ REL::Offset(0x0458CD18) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialParamFloat_{ REL::Offset(0x0458D638) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MouthSettingsComponent_{ REL::Offset(0x0458DC28) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Offset_{ REL::Offset(0x0458DAF8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__OpacityComponent_{ REL::Offset(0x0458CC10) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ParamBool_{ REL::Offset(0x0458DA60) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PhysicsMaterialType_{ REL::Offset(0x0458CB20) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PorosityComponent_{ REL::Offset(0x0458CD98) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Scale_{ REL::Offset(0x0458DAA0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderModelComponent_{ REL::Offset(0x0458D160) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderRouteComponent_{ REL::Offset(0x0458D048) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__StarmapBodyEffectComponent_{ REL::Offset(0x0458D838) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag__{ REL::Offset(0x0458A018) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag__{ REL::Offset(0x04589EC0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag__{ REL::Offset(0x0458A088) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag__{ REL::Offset(0x04589D78) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag__{ REL::Offset(0x04589E38) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainSettingsComponent_{ REL::Offset(0x0458D728) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainTintSettingsComponent_{ REL::Offset(0x0458CDF0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureAddressModeComponent_{ REL::Offset(0x0458CD58) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureFile_{ REL::Offset(0x0458DC68) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureReplacement_{ REL::Offset(0x0458C938) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureResolutionSetting_{ REL::Offset(0x0458CAE0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureSetKindComponent_{ REL::Offset(0x0458D4A8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TranslucencySettingsComponent_{ REL::Offset(0x0458D0D8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__UVStreamParamBool_{ REL::Offset(0x0458D8D0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__VegetationSettingsComponent_{ REL::Offset(0x0458D210) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterFoamSettingsComponent_{ REL::Offset(0x0458CFB0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterGrimeSettingsComponent_{ REL::Offset(0x0458D308) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterSettingsComponent_{ REL::Offset(0x0458D280) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__BlueprintVariant_{ REL::Offset(0x03F2BCA0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__Blueprint_{ REL::Offset(0x03F2BF88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_CalculatedPackinData_{ REL::Offset(0x03F2C3A8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ClonedRefNeedInit_{ REL::Offset(0x03F2C088) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_CustomShipComponent_{ REL::Offset(0x03F2BD60) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_DisplayCaseComponent_{ REL::Offset(0x03F2BC48) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_DynamicPersistence__OwnedPromotions_{ REL::Offset(0x03F2BE88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_EffectSequenceComponent_{ REL::Offset(0x03EF77D8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LensFlareAttachmentComponent_{ REL::Offset(0x03F2BC08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimComponent_{ REL::Offset(0x03F2C288) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimFormComponent_{ REL::Offset(0x03EF4598) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentFormComponent_{ REL::Offset(0x03F2BA78) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentRuntimeComponent_{ REL::Offset(0x03F2C3E8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_MovementControllerComponent_{ REL::Offset(0x03F2BBC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentFormComponent_{ REL::Offset(0x03F2C108) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentRuntimeComponent_{ REL::Offset(0x03F2C7C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_OnFrameUpdateOperationComponent_{ REL::Offset(0x0434D780) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ParticleComponent_{ REL::Offset(0x03F2C428) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ParticleFormComponent_{ REL::Offset(0x03F2C5E8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODCurvePresets_{ REL::Offset(0x04592308) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODSettingsPresets_{ REL::Offset(0x045922C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Particles__SystemDefinitionComponent_{ REL::Offset(0x04592348) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_PendingDynamicNavmesh_{ REL::Offset(0x03F2C468) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ReflectionProbeCellComponent_{ REL::Offset(0x03F2BEC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_RevertedCustomShipComponent_{ REL::Offset(0x03F2C1C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent__{ REL::Offset(0x03F2CA20) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent__{ REL::Offset(0x03EF7870) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ REL::Offset(0x03F2C708) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ REL::Offset(0x03F2B8B8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x03F2C888) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint__{ REL::Offset(0x03F2BDC8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ScannableComponent_{ REL::Offset(0x03EF7710) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ShipCellBlueprintOwner_{ REL::Offset(0x03F2C788) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ShipManagementComponent_{ REL::Offset(0x03F2C048) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipAIActorComponent_{ REL::Offset(0x03EF7A08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipCellReference_{ REL::Offset(0x03F2C9E0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEffectsComponent_{ REL::Offset(0x03F2C9A0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEquipmentComponent_{ REL::Offset(0x03F2C748) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipLinkedCell_{ REL::Offset(0x03F2C960) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipSoundsComponent_{ REL::Offset(0x03EF7750) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipTemplate_{ REL::Offset(0x0455A668) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipWeaponBindingComponent_{ REL::Offset(0x03EF7A48) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Spaceship__BlueprintInteractionOffsetRefsComponent_{ REL::Offset(0x03F2BF08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_StarField__CTReferencedCell_{ REL::Offset(0x03F2BB88) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_StarField____CTCelestialCollectionCell_{ REL::Offset(0x0439F0A8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_StreamingLoadData_{ REL::Offset(0x03F2C368) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SubSceneComponent_{ REL::Offset(0x03F2B938) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESAIForm_{ REL::Offset(0x03F0F130) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESContainer_{ REL::Offset(0x03F2BF48) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESDescription_{ REL::Offset(0x03EF3DB8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESFullName_{ REL::Offset(0x03F0F910) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESHealthForm_{ REL::Offset(0x03F0FA40) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESImageSpaceModifiableForm_{ REL::Offset(0x03EF4748) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESMagicTargetForm_{ REL::Offset(0x03F2BE08) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESModel_{ REL::Offset(0x03F0F2A0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESPlanetModel_{ REL::Offset(0x03EF3EE8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESTexture_{ REL::Offset(0x03F2B878) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent_{ REL::Offset(0x03F2BAF8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESValueForm_{ REL::Offset(0x03F2BE48) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESWeightForm_{ REL::Offset(0x03F2C208) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TempDataHandleEdge_{ REL::Offset(0x03F2C8C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_WorkshopItemColorComponent_{ REL::Offset(0x03F2C908) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___BGSVolumeComponent_{ REL::Offset(0x044525C8) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___CTWorldspaceCloneInfo_{ REL::Offset(0x043D3580) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___CellProcGenSpawn_{ REL::Offset(0x043CD7B0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___PendingDestructionEvent_{ REL::Offset(0x0455FB90) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___PendingLandingEvent_{ REL::Offset(0x0455FAE0) }; - inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___PendingRampEvent_{ REL::Offset(0x0455FB20) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_00ba1be63b80490b7c2efe7b9256167f__IFormComponentFactoryCreator__ReserveControl_{ REL::Offset(0x04354CB8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_011afadc0c08867ff9f69dd7b443f3dd__BSComponentDB2__ID_BSCore__NumericID_unsignedintconst_ScannableUtils__InitialScanStatus_{ REL::Offset(0x04477448) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_024e49630834acfddd718416e3c512fb__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ REL::Offset(0x04373C60) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0309ebe85a5002cc12dcc3bfb59494bd__BSComponentDB2__ID_{ REL::Offset(0x0436F6E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_032bcb8e56a862130700b669f298bf2b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ REL::Offset(0x0437DB10) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03564f78090d214ac494cc28f4886dac__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__unsignedintconst_unsignedint_BSGalaxy__BiomeType_{ REL::Offset(0x0437DEC0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03d892b0b5e21abbe35fe428ecc36635__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ REL::Offset(0x04355EC8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_04139653d0163b270b4314df624b71b1__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ REL::Offset(0x0458DE40) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0613d26fee8a35798deb54e5dfa29082__TESForm_BSComponentDB2__ID_{ REL::Offset(0x04477288) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_062933ced7bd3c4befa653229e3df9b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0455F620) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_08eb6e6b32a53758a749403f1290c3aa__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ REL::Offset(0x0458E030) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0b85aa10fd8f6ec246e9179401828b7d__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitalDataconst_{ REL::Offset(0x04353650) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0cd67f925198da7487f7ed1fda196c1e__{ REL::Offset(0x0455A630) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0dbb41458c39f4ae263a052195128356__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderRouteComponentconst_unsignedshort_{ REL::Offset(0x0458A7B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_10a1604236e487db68f0b81ea5485070__{ REL::Offset(0x0439EB80) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_114c7e85189045263e0d2b186da70e91__BSCore__NumericID_{ REL::Offset(0x0436D170) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_130a65dc6ba5af792d35086707616a06__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__FlowSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A128) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1362b8e62090d1fc1e7f6280a504f0f2__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__TextureAddressModeComponentconst_unsignedshort_{ REL::Offset(0x0458E090) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_14bee8b6a33155ecd6c189a8d045624e__{ REL::Offset(0x04477268) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1562c24e67e8ac9d38e7ebc2788f2c05__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterGrimeSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A3A8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_15846b32f3b47ea05e05ab954ef4a6a0__{ REL::Offset(0x044771C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_16c2a7d44be7b8d6b4265111d92e83e5__BSCore__NumericID_BSCore__NumericID_BSCore__NumericID_BGSPlanetWorldSpace__PersistentIDsconst_{ REL::Offset(0x0434D3B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_17025d7428eaa24c7fc678d3cd863624__{ REL::Offset(0x044CD930) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_170b651b7b20ec99aa1084f150b4bece__{ REL::Offset(0x0436E650) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_181e18a54c955a3458d3883d4b3ca3ba__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0455F600) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1896d14b763dd5d108104ae6d152a734__{ REL::Offset(0x0436F6A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1b4716c7c027a221561093b3cd4a843e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ REL::Offset(0x044DA7A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1c8817c58a3143f088a97afdae98e127__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__StarmapBodyEffectComponentconst_unsignedshort_{ REL::Offset(0x0458A410) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1ebf9bc64ea3d70f8a3560441bb82762__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBrightnessModifier_{ REL::Offset(0x0437DA00) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fa05858c4e6398a5d98370221408840__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ REL::Offset(0x0458DFF0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fb6988f940db3bc44cdffe850040c32__BSComponentDB2__ID_BSResource__ID_{ REL::Offset(0x045897B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fffc88ea9ce11e97e75e556b918a801__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__StarDataconst_{ REL::Offset(0x043542C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_20c8cc01562503d59ea9214cb505d4f3__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Channelconst_unsignedshort_{ REL::Offset(0x0458E0D0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_21270abe0d16956fcd14d2daa390cc51__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSForces__ReceiverSettings_{ REL::Offset(0x04598418) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2311a5dcc6e1f688e5531ae021d7a6af__{ REL::Offset(0x043CCDF8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23350e4dea609692679fecb219e44f90__BSCore__NumericID_{ REL::Offset(0x043B4148) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23993791ff518d80c3881d0df1b5f94a__{ REL::Offset(0x044775E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2454a8d6c1448e930776cd462506a568__{ REL::Offset(0x04373CA0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2468193575b2d18cd9b5351e2f18c4c7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__GlobalLayerDataComponentconst_unsignedshort_{ REL::Offset(0x0458A198) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_24fd34c662b6a11296a54e4bb3a7a1ad__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__Colorconst_unsignedshort_{ REL::Offset(0x0458DD98) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_281b3cd8caf19e8aa8f7101fcb8954d2__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTArray_BGSBaseLODRuntimeComponent__ResourceInfo_BSTArrayHeapAllocator__{ REL::Offset(0x0434FAC8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_28c587a77efb1f9fe7370a82c397ca48__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureSetKindComponentconst_unsignedshort_{ REL::Offset(0x0458DE80) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bba956a2331f27c864ed96d9a192cd3__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__MaterialOverrideColorTypeComponentconst_unsignedshort_{ REL::Offset(0x0458DDD8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bdd23bbc74cee91b8e6575a939596dd__{ REL::Offset(0x0455F660) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2c3c728475de09b2413ad683ae16098a__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__int_{ REL::Offset(0x04355F28) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2db41b920bfca31f74626aba04e86cb9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x043CD000) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3001f6418dfc3f83513235c436d99c1b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetarySystemLocationID_{ REL::Offset(0x04355F68) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3106bf95c5cebaef6bf454905fa6729b__{ REL::Offset(0x0439E478) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_31d4da08e97aa0307aed8c51b799bc85__BSComponentDB2__ID_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ REL::Offset(0x04589DD0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_323a9acc54623bb7cf782a9daf8cb473__{ REL::Offset(0x0434D370) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3272fbbd15dc8f94e7649f0a8d95c63f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainTintSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A1F0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_337642c33fc3adac46bd3f59b2a5907f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A688) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_34cc200ed16119e76670963bea50227e__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSSimpleTaggedType_BSGalaxy__Tag__PlanetarySystemTag_unsignedint_0__BSFixedString_NiPoint3_float_float_BSGalaxy__UnusedStarsCSVData_{ REL::Offset(0x04572BF0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3713e13f864757911f4269e0555234e6__BSComponentDB2__ID_NiPoint3A_NiMatrix3_{ REL::Offset(0x0439EA40) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3915a5d2fd13d41dd8723c6aee749113__BSComponentDB2__Detail__EdgeKeyconst_float_{ REL::Offset(0x04572AE0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_39de43eec78e247fc51d25d0fd8228ea__BSComponentDB2__ID_std__vector_unsignedint_BSTHeapSTLAllocator_unsignedint_2___{ REL::Offset(0x043CD080) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3a961eb76cfdf2a79d37c509aa0cbf51__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__AlphaSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A5C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bf90d393a02c16673848a202f36302f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__OpacityComponentconst_unsignedshort_{ REL::Offset(0x0458A5A8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bfd3999ed1d801588d51e53d104e45f__{ REL::Offset(0x04572AA8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c24d59a5ea2f5f4f92367f894330ac8__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BodyType_{ REL::Offset(0x04355F88) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c5ac7933b7c866914f2bd7e6a57cca2__BSComponentDB2__ID_{ REL::Offset(0x04414700) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c948c9153d364ec1527943ffe8630b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitedData_{ REL::Offset(0x0437D960) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3d8746f6acd1a3614e2469d52992dd4e__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0439E520) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43e4888e07a53225a1a41874988ed208__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ REL::Offset(0x0458DEA0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43fe5b67d8498fb8c29c77d205f9edd7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBodyType_{ REL::Offset(0x0437D8C0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_442be6d48a057613b1ea3845cb046b56__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_0_const_{ REL::Offset(0x0457C2D8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_44f3ad81d0f34702baffb33b6578fe35__{ REL::Offset(0x0439EA60) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_475d4a17e9a8fe97fa74747c0e03eccf__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetLocationIDs_{ REL::Offset(0x0437DA20) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_482f09d33b7571e20d4dc8055a180fb3__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0457C258) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_48b88048bd7ef043d831f4243824f29b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04411480) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4a4c2dd5b48ea4a0a6220f7d7158f529__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Offsetconst_unsignedshort_{ REL::Offset(0x0458E070) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4c45d486445b561bb86551c0c5a30813__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_std__pair_unsignedintconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____2__std__hash_unsignedint__std__equal_to_unsignedint____{ REL::Offset(0x043CCD78) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4d32f7f5c57dca8893df4d143127416c__{ REL::Offset(0x04589F68) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4e825187c404c5fa4da02616ea934a7a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EyeSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A6C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4f753b3e29869561664ee810afdd48f5__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0457C278) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5006dac871ca229988186e7008dfb8d5__BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x04356050) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_502f2e7c986729c43414b5722dffea36__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureResolutionSettingconst_unsignedshort_{ REL::Offset(0x0458DF70) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_513f17b190c175a8914a950769bead07__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ REL::Offset(0x0437DAA0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_51aa911e33a44abc94c2ad3bff0e0fa1__BSComponentDB2__ID_{ REL::Offset(0x0439EA80) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_53bdd45325c0f87ac55060fa8504cc2d__BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x0439EAA0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_546d49705a2f97f85331da948a35af88__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ REL::Offset(0x043815C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5589bbb17acf3ce861145a4ac6198773__{ REL::Offset(0x044771E8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_558a100f2e74c42a284498662677d180__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__SatelliteCSVData_{ REL::Offset(0x04355EE8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b27cb3f02d39cd3b340b36a008d136__{ REL::Offset(0x045895D0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b46fae0c296c5a470274e60d9b5555__{ REL::Offset(0x044CD8D0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_578d24ba2cb842616c6d9f75574297a8__{ REL::Offset(0x04411460) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5984ef721062d2d92419fa491bbaecd9__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ColorChannelTypeComponentconst_unsignedshort_{ REL::Offset(0x0458DF90) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5a214151508ff36d64927c23d049d260__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSFixedString_{ REL::Offset(0x0437D8E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b1272e35e0b71d6d6a517b727d2e334__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TranslucencySettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A2E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b43be6c455a2a51dd9a7269a00079ca__BSComponentDB2__ID_{ REL::Offset(0x04373C40) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5e6f1c84ec29f06b783a2e3d5441b885__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ REL::Offset(0x0458DE60) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5f74793f3c985113f46fd9c78edf8e4b__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EffectSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A4D0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6028dcb61e8d4d4fbe89abc92d7b3de5__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x044CD870) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_60c06188ebc976539307cffe32436308__unsignedint_{ REL::Offset(0x044500C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6270eeb78a4c4d32304d8d3ad97c65d7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBiomeData_{ REL::Offset(0x0437DA60) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_62b4346f0c24bc8fbfd3c5a7378bd506__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_1_const_{ REL::Offset(0x0457C2B8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_63415c47bfff0a8cf5898c8116f67ff8__BSComponentDB2__ID_BSFixedStringconst_BGSSurface____CTWaterHeightconst_{ REL::Offset(0x04389A40) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65260c8358d52b06728fd447f654cb7d__BSComponentDB2__ID_{ REL::Offset(0x0439EC98) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65ff5896f4482c7779daecfc75d6d642__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__CTBlockCellHeightGridconst_{ REL::Offset(0x04389260) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6806eb6b7a086dc17aea3a8e43e16735__BSComponentDB2__ID_{ REL::Offset(0x0439E8D0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_68c8919b0f256da3787ccd7dc73298a6__BSComponentDB2__Detail__EdgeKeyconst_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ REL::Offset(0x0434D350) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_69fcd12289d1c0130c2033e854561ae0__BSComponentDB2__ID_{ REL::Offset(0x0457C1D8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6a283882a9f84026a7a2e679305111b3__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__OverlayPlacement____CTDesignatedInfoconst_{ REL::Offset(0x04389280) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6b9a00fcc6d6d2743f8a3cf5357cdedd__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ REL::Offset(0x04373C80) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6c9a772c2a03d6ae596e5fe594078bef__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DecalSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A108) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6cb07038f0b8ebf0f16f9651238ab759__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ REL::Offset(0x04350618) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6ceeec104a657aff4e60b5006e5dcde0__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderModelComponentconst_unsignedshort_{ REL::Offset(0x0458A490) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6e28e6b4923083c677d7cc3e43a0a85f__{ REL::Offset(0x044CD890) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fbe52ac6180973612fccec0cd8af28b__{ REL::Offset(0x0455F6C0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fc19162fa1fd1cf93171fa2eb48d89d__{ REL::Offset(0x04477248) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_705022d7f02f2c42168e0bcb97f6a0cd__BSComponentDB2__ID_{ REL::Offset(0x0439EB40) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7124c033e12b1896d6876a72ef6607f0__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ REL::Offset(0x04559020) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7201bf25bb22e37dc215cfdba08abd03__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0455F850) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_729633654612b72ce2d179658a2da6f1__BSComponentDB2__ID_unsignedintvolatile_{ REL::Offset(0x0437DB30) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_72b67abf76a37ceafcdee37b91253183__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_unsignedshort_{ REL::Offset(0x0458A2C0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7342b654a14f546307a6e4418aa4f9d2__{ REL::Offset(0x0439EA00) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_737b6d45870a54f331f4703c340a174d__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_unsignedshort_{ REL::Offset(0x0458DD18) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_73d21d9a382bbd7be1597312c540ee98___lambda_c50c74ab526301838835417dda164fcd__EffectSequenceComponent__NodeMap_{ REL::Offset(0x04350218) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_74f5df9a2711887dfaff1c0039c8629d__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x043C93F8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b35c59db711d5a882c8904126d5a4f6__{ REL::Offset(0x04369BA8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b4d724c1688d5484b1fa06fe2b80fc8__BSComponentDB2__ID_{ REL::Offset(0x04559228) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7c3ec67db782ff6376f5774be894cc44__{ REL::Offset(0x04589608) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb8944f2eb0e02f5935d500d06f968b__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Scaleconst_unsignedshort_{ REL::Offset(0x0458E050) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e29ea39a39c86a591add8883156add3__unsignedintconst_bool_{ REL::Offset(0x0447BD88) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e9ae96d12abae1aed358a503102bf27__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitalData_{ REL::Offset(0x0437D880) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7f2a7b1360ae5db27f93c8aa4c98d633__{ REL::Offset(0x0455F938) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8223c3cf9d5b2b41a7c63b901285df60__double_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x0439E9E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_823ea704ca5b799b4747f8da8d436147__{ REL::Offset(0x043CCFA0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83153459569c297c33eeb320cac4e10b__BSTPoint4_BSDoublePoint4AOps__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_bool_{ REL::Offset(0x0439E9A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83eb88dc785ded7bbdba36eaa69ac717__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__void_{ REL::Offset(0x04572FD0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8412abbdbc89713f0b56e7af2367dd78__{ REL::Offset(0x044146E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84a18b7d7011e1e4004599521e7a5a38__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A6A8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84c8d09383ae2389d797bf13d8f74e50__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayData_{ REL::Offset(0x0437D9E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8556c71063c67d4d750c8b90344839b3__BSComponentDB2__ID_{ REL::Offset(0x04373AE0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_85b29ddd9f79f4bc3bdb398b991b5996__{ REL::Offset(0x043693A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_87e34860556d64ffb9adb3fa7d4f7abb__{ REL::Offset(0x044776A8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8bc145bf8f5861b69401a34a1f85b58b__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0457C1F8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ca57b74fb66d60dd1b8c845e5f6514b__BSComponentDB2__ID_{ REL::Offset(0x04414720) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8da7c32c621f7a949b3983e7c66b3ccc__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EmissiveSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A4B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8db88135c0ebc3a944668231afc5b6fb__BSFixedString_BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x0439EAC0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ed365dd56fbea48d403b427a71992d6__BSComponentDB2__ID_BSResource__IDconst_{ REL::Offset(0x0457C218) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ee449afe10d933a75c65bdc18cda39b__unsignedint_BSResource__IDconst_{ REL::Offset(0x04369CD8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8fd312ccd6849cff4f0fedfa7efbb27d__{ REL::Offset(0x04477760) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90016e3683b25a6d306b5490dd1c2e93__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__PendingDynamicNavmesh__Cause_{ REL::Offset(0x0455F958) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90a31e539a999c93c9061f713386fc60__{ REL::Offset(0x044CD208) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90ab90acfa51fa1a8368f0c3cccaae41__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ REL::Offset(0x04558FE0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_915a566dc4f5d4b9a729445da5eb56af__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LayeredEdgeFalloffComponentconst_unsignedshort_{ REL::Offset(0x0458A350) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_91b63ff8eab3d0486e088dbcab3069db__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__BlendModeComponentconst_unsignedshort_{ REL::Offset(0x0458E010) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_923694337caf8fd79a0cb5bedea38e7d__{ REL::Offset(0x0436F6C0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_928fefcc9614abc0f5f2a8f706945df5__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x0439EA20) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933e8d3a564bcde75d85255555e7df09__BSComponentDB2__ID_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ REL::Offset(0x043B4218) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933fc208a16760fa507a05c6f24fc190__{ REL::Offset(0x04356928) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_94423f29f0eb66a462e2d541467b8953__BSComponentDB2__Detail__EdgeKey_{ REL::Offset(0x0457C298) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_96631490dca5da837baa79b5ed64d0fc__BSComponentDB2__ID_BSResource__ID_{ REL::Offset(0x04369C08) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9bf5bdf8c589690a8285c1ccbd71d14f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterFoamSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A608) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9def102c3601235a64afe3514a95cc35__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0457C238) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9e7463508bcffa738ef2719e45537cba__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x043CE108) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9ef77e179b27dd607d7d43e148db77a6__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__PorosityComponentconst_unsignedshort_{ REL::Offset(0x0458A388) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9effc7eb549bbcf5650fe39691218490__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__VegetationSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A2A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a0efdb482ab23625c9bdabf3312e0448__{ REL::Offset(0x0455F680) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a1c370a3199574c60547a2400e442019__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTCellData_{ REL::Offset(0x0437D8A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a23e534190d30cec24dca216325d5022__{ REL::Offset(0x04559948) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a27c0be5f4b64ddccd8bc50e045d9555__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x0437D7E8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a307ac9bf8de0e10cf6e4dcc7136da63__std__shared_ptr_Particles__SystemDefinition_const_Particles__ResourceUIDconst_{ REL::Offset(0x04590CB8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a4160d0b7d721dc9a53813b4e7ad7ec1__BSComponentDB2__Detail__EdgeKeyconst_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ REL::Offset(0x043CAF08) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a55070d0055f671661c8cb59c00a4cca__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__HairSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A700) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a5c17da87a28e8337eb6dbdfc39eb263__BSComponentDB2__ID_floatconst_{ REL::Offset(0x0434D390) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a6db6e8ce2a1b5900590f5d36705dada__BSComponentDB2__Detail__EdgeKeyconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___unsignedintconst_{ REL::Offset(0x043CE0B8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a90056ac78118b4f962495d8ad4dff6a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LevelOfDetailSettingsconst_unsignedshort_{ REL::Offset(0x0458A588) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9b074fbf6ecab7777043b15e2adb86a__BGSPlanet__PlanetData_unsignedintvolatile_{ REL::Offset(0x0437DAF0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9ba8d35507820d87d57fd5f5da57326__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_unsignedshort_{ REL::Offset(0x0458DD58) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aa23ec344a9fbf4942aec303b0f38331__{ REL::Offset(0x0439E960) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ad6e5d2ece4e6b37713d729681709823__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereData_{ REL::Offset(0x043AA448) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aeffd6290e08a1be9b71be2baf659d15__{ REL::Offset(0x045599B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b18c764913ecad9185e6e23e92b76bc0__BSComponentDB2__ID_{ REL::Offset(0x043D3078) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b34b6df8a3de1133a3da714f35823476__BSComponentDB2__ID_{ REL::Offset(0x0439ECD0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b3ac54931aaa7f40a402345d93c310e4__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereModifier_{ REL::Offset(0x0437D920) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b56427495ae236b8ffe56fb1f90025fd__BSComponentDB2__ID_SpaceshipTemplate_{ REL::Offset(0x04559160) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b5706dd53a2446d78825e4eacb437591__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0434D2E8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b68f38074d453efcc32328053bbcf019__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x04559040) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b80a7800756621c121abb58039be6a69__BSComponentDB2__Memory__ComponentHandle_1_const_{ REL::Offset(0x04373AC0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b81d3f7ade5fe01bb7ae84f235bc5b4c__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__UnusedGalaxyCSVData_{ REL::Offset(0x0437D940) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_baf8eabb78e3a4d88cd75fb4c0cb3f26__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x043C9418) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bcd0958d71d702a53c76c4dc38e67f73__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x044CD8B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_be1db6df11b94ebf79307cf2dd8c85af__{ REL::Offset(0x045898F8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf096e3fbdedb7e0099f54a9e833a69c__BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x044C9A48) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf4121c593a271462c9bc66003123e75__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHintconst_{ REL::Offset(0x04559000) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf5dcbafe5debd663425b154685c6f62__{ REL::Offset(0x04477468) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf67003c10db0ae0799a21d7d69a2ec7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__MouthSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A778) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0ba88bc81ce3f3f3c92cfa1668386f1__BGSPerk_unsigned__int64_{ REL::Offset(0x04409930) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0f5994d28403811cf2be55a55199742__unsignedint_{ REL::Offset(0x04377740) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1e567e18ce5c2a0940481ac92356f1d__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__UVStreamParamBoolconst_unsignedshort_{ REL::Offset(0x0458E0B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c31361456e1310fdc438cea778582499__{ REL::Offset(0x044CFF30) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c37e7551942d910897df90ba09d50d55__BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x044CD8F0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c3a137ad0882de34ef84e21c0cab422e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ REL::Offset(0x0437DA40) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5af119924c2d27621b0c71db98f7c0f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x0439E9C0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5fac3512970304ce8955e806e5aa76c__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x043D30D8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c84284bf76481ddbb3caa85206dc654f__BSComponentDB2__ID_{ REL::Offset(0x04477208) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c911e532a7a6991fe2797c7bf565e3e1__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ColorRemapSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A5E8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9c85547f5eb6fa11b04b67e76b9d9af__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitedDataconst_{ REL::Offset(0x04353738) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9df8477addd9778235ff72be1979810__BSComponentDB2__ID_BSTArray_BGSLoadFormData_BSTArrayHeapAllocator__std__vector_BSTSmartPointer_TESForm_TESFormExternalPolicy__BSTHeapSTLAllocator_BSTSmartPointer_TESForm_TESFormExternalPolicy__2___{ REL::Offset(0x043CD060) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cc3595e049fa6c743afc13dd506f1e00__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__DynamicData_{ REL::Offset(0x0437D900) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ccf8fc95735998dcf3fdcd8e65916474__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ REL::Offset(0x0458DFD0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cde5b0c0f8919ad51fe46615c834338d__{ REL::Offset(0x0436F658) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ce5155e8fd6abaf415bf05ac246021ad__{ REL::Offset(0x043CD180) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cf2acf07672103e8c3d25d0d1312778d__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__CollisionComponentconst_unsignedshort_{ REL::Offset(0x0458A758) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d0ae1d05cfd8943448ff8fbaf109e770__BSComponentDB2__Memory__ComponentHandle_1_const_{ REL::Offset(0x04373C20) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d14accb1762c0641c77e80f7ae06c625__{ REL::Offset(0x04590C78) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d36966b1960e7f8b5b64a7c05ef8111e__BSComponentDB2__ID_{ REL::Offset(0x043CD0A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d71acbe8d588db85e1b22c43cf84837b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeDataconst_{ REL::Offset(0x0437DA80) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d7ff5a56c388db97c5d580c28c4c6149__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BGSStar_{ REL::Offset(0x04355F48) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d92ea4f09b0ec6bcc29e864bb91488b5__{ REL::Offset(0x04369BC8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dc878a6b48656b553ef82d9f503ef014__{ REL::Offset(0x044CD198) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dd0fa8a8319b6ae528ac53924b91efb2__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ REL::Offset(0x0458A720) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dfb4ed9fdfbbc69a7f366a11bc9e7230__{ REL::Offset(0x04589D18) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dff3c7354039ad0fa4f4c4de7e64775d__BSComponentDB2__ID_BSTSmartPointer_TESForm_TESFormPolicy_const_BGSGenericBaseForm_{ REL::Offset(0x04559140) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e2116a4ef55136d23dd5b42579c35f3e__{ REL::Offset(0x043D3058) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e27d74cc0418ae2ff7f245228c362faa__{ REL::Offset(0x043D3098) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e5b16867ea606e7b2476ed212c239991__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x0437D9A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e62da2059af5db5c342cde0b6609067f__{ REL::Offset(0x04477358) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e7ea5770bddc1582e42cf6396cb936f9__{ REL::Offset(0x043CB040) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e81a99f17ddc46065edde917804d3110__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x043D30B8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e8afdd2893ef6260dc7354452f59be1e__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSCore__NumericID_BSCore__NumericID_BSTHeapSTLAllocator_std__pair_BSCore__NumericIDconst_BSCore__NumericID__2__std__hash_BSCore__NumericID__std__equal_to_BSCore__NumericID____{ REL::Offset(0x04559208) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_eb7e5b6e1dbd2c42282fa3d960c2c22d__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ REL::Offset(0x0458DDB8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ec96037093a4eed9c8b6b559ac7f06c7__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__PatternPlacement____CTBlockHeightAdjustmentconst_{ REL::Offset(0x04389510) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed03a30ecfafafd4841dd83f17e0c0c9__{ REL::Offset(0x044CCA18) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed1860e4f1c0285962af7667c97f6e95__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeData_{ REL::Offset(0x0437D9C0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed9950422ab61b063814876cee7444fe__{ REL::Offset(0x045895B0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef3f222a620b9526a2546d68c603513f__{ REL::Offset(0x04477228) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef4b6431c85b61fb42b91929a3b01f14__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__FlipbookComponentconst_unsignedshort_{ REL::Offset(0x0458DD78) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f0285a6b60f01a2577ccbc4ffd49877a__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_unsignedshort_{ REL::Offset(0x0458DD38) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f069d14a826c56fdc732784bfc9f4451__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DistortionComponentconst_unsignedshort_{ REL::Offset(0x0458A160) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f35b7c6091254d1a457b9a8bf025a71c___lambda_f939eef7aa5e251f856fea03ff24e25c__BSSimpleTaggedType_EffectSequence__PlayerTag_unsignedint_0__{ REL::Offset(0x04350238) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f53c13d7bd5bf661b56dd4014272f17a__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x044CD910) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f55e229c852f58f26241e90e3cf780de__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_unsignedshort_{ REL::Offset(0x0458A1B8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6a8e17636cb3c5dc1336f7bfd3c4606__{ REL::Offset(0x0455F6A0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6e8ed7443ef77f132ade09dafa9eb01__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__NiPoint3_{ REL::Offset(0x04355F08) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f9cd7b5c38b97c47912fc03aca59a12c__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ REL::Offset(0x0458DFB0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd4f5645fda88104f597e31a23aa5287__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DetailBlenderSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458A300) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd7c5133638da0b899a525c4912a81c0__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSFixedString_BSFixedString_BSGalaxy__CTCellData_BSGalaxy__OrbitedData_BSGalaxy__OrbitalData_BSGalaxy__SatelliteCSVData_BSGalaxy__UnusedGalaxyCSVData_BSGalaxy__CTAtmosphereModifier_BSGalaxy__DynamicData_BSGalaxy__CTBiomeData_BSComponentDB2__ID_BSGalaxy__StarSystemCsvColumn_unsignedint_BSGalaxy__CTBodyType_{ REL::Offset(0x04572C10) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fe2e6f7cb4bf187b645c5b08d629c500__{ REL::Offset(0x044DA6E0) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_bool__BSComponentDB2__ID_BSComponentDB2__ID_bool_{ REL::Offset(0x04589D58) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_BSComponentDB2__ID__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSComponentDB2__IDconst_{ REL::Offset(0x043550E8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ REL::Offset(0x04354F58) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x0439E908) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ REL::Offset(0x04356888) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x04356908) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__ID_{ REL::Offset(0x043568C8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__IDconst_{ REL::Offset(0x0439E748) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool_{ REL::Offset(0x0436E610) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const_{ REL::Offset(0x04354390) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ REL::Offset(0x04354C98) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_charconst__BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x043568A8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ REL::Offset(0x04371088) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ REL::Offset(0x04371068) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__ID_{ REL::Offset(0x043B4078) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__IDconst_{ REL::Offset(0x043CE188) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericIDconst_BSResource__IDconst_{ REL::Offset(0x043D2F98) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID__BSCore__NumericID_{ REL::Offset(0x04369BE8) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04354F78) }; - inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__ReadAndUpdateInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ REL::Offset(0x0437D980) }; - inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_6497014aa024c3f18002eea2ae03e338_const_{ REL::Offset(0x0437E6F0) }; - inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_893c6d705c84a7e0d51d399d9f566036__{ REL::Offset(0x04589800) }; - inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_b790227927364599a464cd537e5562dd__{ REL::Offset(0x045897E8) }; - inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_da1f33af6e85eb21a4873b31e467c8b9__{ REL::Offset(0x04356988) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_0e76bed0a5cbf914f90ec964955433a9__{ REL::Offset(0x04589648) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_13d3fa16404019e75a74817b0627138c__{ REL::Offset(0x044B9BD0) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_1441f1cbbe826682a14d46f4d63df194__{ REL::Offset(0x0447BE50) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_173b650b43d213a4941cd64e6f7ffe69__{ REL::Offset(0x04589EA8) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_17f228e2dc66284ba636844fb313caf1__{ REL::Offset(0x044B8228) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_21cf4e451ea7c564c00d182482839f4a_const_{ REL::Offset(0x045722A0) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_2b593cf8e90acaf02dc67be7bd2d85dc__{ REL::Offset(0x045722B8) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_2ead8f75c10dd3c612a8a4cdbd3841f3__{ REL::Offset(0x045897D0) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_320ca30a4f987585112db3c6958e5ae2__{ REL::Offset(0x04572B18) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_631d683c84c4b7a3550d20fdf2e5470e__{ REL::Offset(0x0439ECB8) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_636a68a66567739c70d86fe2be32f40f__{ REL::Offset(0x044B9BE8) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_69b9867905c0f8e730bf5919fdafd9b1__{ REL::Offset(0x044973E0) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_6f5dc224e972eab3a7184aa22e2e0ddb__{ REL::Offset(0x044B9B58) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_9c229fad528b2fb2826c6d779358538f__{ REL::Offset(0x044B98E0) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_a8772a08b1b36748650310c120eda21d__{ REL::Offset(0x04572B00) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_b19d50247db0d7fc25481fa52ccf2bf1__{ REL::Offset(0x04572288) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_c59cd51e975704ed08342984de5c93de_const_{ REL::Offset(0x0439EC80) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_d25febd0148edd97cdc2e4fcebe6f8d4__{ REL::Offset(0x044B9B88) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_f5ed750d1f656208027d22d9bfcec1c4__{ REL::Offset(0x044B9B70) }; - inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_f8eccf87aabef9966056d1749f6a7eee__{ REL::Offset(0x044B6B40) }; - inline constexpr std::array BSComponentDB2__JsonDBIDHandler{ REL::Offset(0x04589660) }; - inline constexpr std::array BSComponentDB2__JsonResourceIDHandler{ REL::Offset(0x04589770) }; - inline constexpr std::array BSComponentDB2__Memory__ConcurrentPageAllocImpl{ REL::Offset(0x0457C2F8) }; - inline constexpr std::array BSComponentDB2__StorageService{ REL::Offset(0x04589758) }; - inline constexpr std::array BSComponentDB2__StorageService__Impl{ REL::Offset(0x045896C0) }; - inline constexpr std::array BSComponentDB2__StorageService__LoadBatch__AddLooseFilesRecursive__2__Traverser{ REL::Offset(0x04589790) }; - inline constexpr std::array BSComponentDB2__StorageService__ObjectReferenceVisitor{ REL::Offset(0x04589680) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__BodyDrawData_{ REL::Offset(0x04571E68) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__BodyPhysicsData_{ REL::Offset(0x04572268) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__CTHighDetailInfo_{ REL::Offset(0x04571B68) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__DockingChildState_{ REL::Offset(0x04571F08) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__DockingParentState_{ REL::Offset(0x04571FA8) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__DynamicState_{ REL::Offset(0x045721C8) }; - inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__OrbitState_{ REL::Offset(0x04571E48) }; - inline constexpr std::array BSComponentDB__ComponentFactory_StarField__CTBodyCell_{ REL::Offset(0x03F2B798) }; - inline constexpr std::array BSComponentDB__IComponentFactory{ REL::Offset(0x03F2CAF8) }; - inline constexpr std::array BSCompression____CompressorData{ REL::Offset(0x045B26D0) }; - inline constexpr std::array BSCompression____LocalHeap{ REL::Offset(0x045B2640) }; - inline constexpr std::array BSConnectPoint__ChildOrigin{ REL::Offset(0x043701D8) }; - inline constexpr std::array BSConnectPoint__Children{ REL::Offset(0x04575988) }; - inline constexpr std::array BSConnectPoint__Parents{ REL::Offset(0x04575748) }; - inline constexpr std::array BSCoreMessage__MessageSource{ REL::Offset(0x03F266E0) }; - inline constexpr std::array BSCounterStorage{ REL::Offset(0x0452E500) }; - inline constexpr std::array BSCylinderConstructor{ REL::Offset(0x04458C80) }; - inline constexpr std::array BSDamageStage{ REL::Offset(0x04582050) }; - inline constexpr std::array BSDebounceManager{ REL::Offset(0x0456D490) }; - inline constexpr std::array BSDebrisNode{ REL::Offset(0x04581D28) }; - inline constexpr std::array BSDiscBootSystemUtility{ REL::Offset(0x03F2CF68) }; - inline constexpr std::array BSDistantObjectExtraData{ REL::Offset(0x04587308) }; - inline constexpr std::array BSDynamicGeometry{ REL::Offset(0x04784980) }; - inline constexpr std::array BSExceptionHandler{ REL::Offset(0x04571018) }; - inline constexpr std::array BSExteriorReflectionProbeAdjustmentVolume{ REL::Offset(0x04583E48) }; - inline constexpr std::array BSExtraData{ REL::Offset(0x04350EF0) }; - inline constexpr std::array BSFaceDB__AttachHeadControlNode{ REL::Offset(0x04351838) }; - inline constexpr std::array BSFaceDB__CreateHeadControlNode{ REL::Offset(0x04351958) }; - inline constexpr std::array BSFaceDB__CrowdHairCustomization{ REL::Offset(0x04351B50) }; - inline constexpr std::array BSFaceDB__EyeCustomization{ REL::Offset(0x04351A10) }; - inline constexpr std::array BSFaceDB__FaceCustomizationTexturesNode{ REL::Offset(0x043519C0) }; - inline constexpr std::array BSFaceDB__HairCustomization{ REL::Offset(0x04351BA0) }; - inline constexpr std::array BSFaceDB__JewelryCustomizationNode{ REL::Offset(0x04351C40) }; - inline constexpr std::array BSFaceDB__RequestCompleteNode{ REL::Offset(0x04351908) }; - inline constexpr std::array BSFaceDB__RequestHeadPartResourcesNode{ REL::Offset(0x04351C90) }; - inline constexpr std::array BSFaceDB__TeethCustomizationNode{ REL::Offset(0x04351BF0) }; - inline constexpr std::array BSFaceDB____HeadPartHairCustomization{ REL::Offset(0x04351A60) }; - inline constexpr std::array BSFaceDB____HeadPartJewelryCustomization{ REL::Offset(0x04351AB0) }; - inline constexpr std::array BSFaceDB____ReplaceHeadPartControlNode{ REL::Offset(0x043518A0) }; - inline constexpr std::array BSFaceDB____ReplaceHeadPartPostProcessNode{ REL::Offset(0x04351B00) }; - inline constexpr std::array BSFaceFX{ REL::Offset(0x043513A8) }; - inline constexpr std::array BSFaceGenAnimationData{ REL::Offset(0x04440660) }; - inline constexpr std::array BSFaceGenNiNode{ REL::Offset(0x04440C10) }; - inline constexpr std::array BSFaceGenUtils__UpdateFaceCustomizationTexturesNode{ REL::Offset(0x04351CF8) }; - inline constexpr std::array BSFaceGenUtils____ApplyLayeredMorphWeightsNode{ REL::Offset(0x04441490) }; - inline constexpr std::array BSFadeNode{ REL::Offset(0x0457C558) }; - inline constexpr std::array BSFile{ REL::Offset(0x045B2570) }; - inline constexpr std::array BSFile__PageCache__PhysReadType{ REL::Offset(0x045B2610) }; - inline constexpr std::array BSFixedSizeBlockAllocator__IAlloc{ REL::Offset(0x0456BE68) }; - inline constexpr std::array BSFixedSizeBlockAllocator__TAlloc_4294967296_16777216_128_{ REL::Offset(0x044CFF78) }; - inline constexpr std::array BSFixedSizeBlockAllocator__TUserPoolImpl_0_128_BSComponentDB__EnvType__ViewControlFallbackAllocator_{ REL::Offset(0x0457BF78) }; - inline constexpr std::array BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocatorSingleThread_{ REL::Offset(0x0478A840) }; - inline constexpr std::array BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocator_{ REL::Offset(0x04785090) }; - inline constexpr std::array BSFixedSizeBlockAllocator__UserPoolImplBase{ REL::Offset(0x03F2D228) }; - inline constexpr std::array BSFogVolume{ REL::Offset(0x04583BA0) }; - inline constexpr std::array BSFrameManager{ REL::Offset(0x04585A40) }; - inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService____{ REL::Offset(0x0434D6C0) }; - inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager____{ REL::Offset(0x04585A20) }; - inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager____{ REL::Offset(0x043502F8) }; - inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService____{ REL::Offset(0x044D3548) }; - inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator____{ REL::Offset(0x0458AD58) }; - inline constexpr std::array BSFrustumFOVController{ REL::Offset(0x04779E38) }; - inline constexpr std::array BSFurnitureMarkerNode{ REL::Offset(0x045827B8) }; - inline constexpr std::array BSGFxFunctionBase{ REL::Offset(0x0458FB48) }; - inline constexpr std::array BSGFxFunctionHandler{ REL::Offset(0x0458FB30) }; - inline constexpr std::array BSGFxObject{ REL::Offset(0x0458E6A8) }; - inline constexpr std::array BSGalaxy__BGSStar{ REL::Offset(0x04356070), REL::Offset(0x04356090), REL::Offset(0x043560F8), REL::Offset(0x04356110) }; - inline constexpr std::array BSGalaxy__BGSSunPresetForm{ REL::Offset(0x04356428), REL::Offset(0x04356440) }; - inline constexpr std::array BSGalaxy__BiomeMapDB__LoadBiome{ REL::Offset(0x04356808) }; - inline constexpr std::array BSGalaxy__Biomes__Map{ REL::Offset(0x03F259C8) }; - inline constexpr std::array BSGalaxy__ModuleState{ REL::Offset(0x04571B48), REL::Offset(0x04571B58) }; - inline constexpr std::array BSGalaxy__Physics__Havok__BSGalaxyCollisionObject{ REL::Offset(0x04572768) }; - inline constexpr std::array BSGalaxy__Physics__Havok__bhkSpaceWorld{ REL::Offset(0x045725A0) }; - inline constexpr std::array BSGalaxy__hknpBSShiftOffsetCollector{ REL::Offset(0x045729C8) }; - inline constexpr std::array BSGameDataSystemUtility{ REL::Offset(0x03F26018) }; - inline constexpr std::array BSGameStreamUtility{ REL::Offset(0x03F2CC20) }; - inline constexpr std::array BSGamepadDevice{ REL::Offset(0x0456E118) }; - inline constexpr std::array BSGamerProfile{ REL::Offset(0x03F2D3D0) }; - inline constexpr std::array BSGdkTaskletGroupData{ REL::Offset(0x045B3028) }; - inline constexpr std::array BSGdkTaskletManager{ REL::Offset(0x03F26510) }; - inline constexpr std::array BSGeometry{ REL::Offset(0x04782610) }; - inline constexpr std::array BSGeometryConstructorManager{ REL::Offset(0x044D33F0) }; - inline constexpr std::array BSGeometrySegmentData{ REL::Offset(0x047831E8) }; - inline constexpr std::array BSGrabIKNote{ REL::Offset(0x04780BF8) }; - inline constexpr std::array BSIMusicTrack{ REL::Offset(0x043D8978) }; - inline constexpr std::array BSIdleInputWatcher{ REL::Offset(0x0449DE80), REL::Offset(0x0449DE90), REL::Offset(0x0449DEA8) }; - inline constexpr std::array BSInputDevice{ REL::Offset(0x0456E408) }; - inline constexpr std::array BSInputDeviceManager{ REL::Offset(0x0456C510), REL::Offset(0x0456C528) }; - inline constexpr std::array BSInputEnableManager{ REL::Offset(0x0456D790), REL::Offset(0x0456D7A0), REL::Offset(0x0456D7B0) }; - inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_308e8d5968cc3bb57dc647b65f0503de__{ REL::Offset(0x0456D778) }; - inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_661d0f60f138cd02e3f7b3c7e342bf35__{ REL::Offset(0x043CE628) }; - inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_9229410412f868c246f48e96fac77980__{ REL::Offset(0x0453CF10) }; - inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_94a0f5f89a773c29acc037dcff4efac1__{ REL::Offset(0x044C7E40) }; - inline constexpr std::array BSInputEventReceiver{ REL::Offset(0x04475B20) }; - inline constexpr std::array BSInputEventSingleUser{ REL::Offset(0x04494FD0), REL::Offset(0x04494FE8) }; - inline constexpr std::array BSInputEventUser{ REL::Offset(0x03F0E430) }; - inline constexpr std::array BSInvMarker{ REL::Offset(0x04586778) }; - inline constexpr std::array BSJobs2__Detail__CompletionJobImpl_void___void__{ REL::Offset(0x044C9C88) }; - inline constexpr std::array BSJobs2__Detail__ControlNodeJob{ REL::Offset(0x04369990) }; - inline constexpr std::array BSJobs2__Detail__GroupThread{ REL::Offset(0x045B22E0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_088f001f29e62fc709abe21f83ea75bf__{ REL::Offset(0x0476CCA8) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0c320f36fb7fc7f350060281711b6dcc__{ REL::Offset(0x044720A0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_121e21e1e9d125117e719645e442eba0__CrowdActorInfo_{ REL::Offset(0x04471E08) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_161d4339828782a392367bbf9931ce88__{ REL::Offset(0x04760B58) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1d2c540075df577eca3aa8de0befd2a5__{ REL::Offset(0x045C5EE0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_353d25ac855fc8cf470cdb1fa528eefa__{ REL::Offset(0x045C5940) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_38ef3220ea0011ad5f4d8cb09de6c89c__{ REL::Offset(0x044DA740) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_43cb70392b6e24696f132754a441c23c__{ REL::Offset(0x045C7638) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4780ab4ef099944e36451f70a2c87d61__TESForm_{ REL::Offset(0x04369CF8) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4d7a74fe113004069e8f8aa41628d823__{ REL::Offset(0x0476CCC8) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_52ea3f0ce40a198958f8f9292ab5123e__intconst___m128const_BSTPoint2_int_BSTPointDefaultOps_int___unsignedshortconst_unsignedshortconst_unsignedshortconst_unsignedshort_{ REL::Offset(0x043A58B0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_56d884e3775d9d6bddede903933c8160__{ REL::Offset(0x04472000) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_5855e61dc871e8ef7c31605a8f3bc71e__{ REL::Offset(0x045C5EC0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_73f78bea8c69019bbbbaaadb040c86f4__{ REL::Offset(0x044720C0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_818525b1695da88692502b46c145e774__{ REL::Offset(0x045C7618) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_888592e0535faa29e3c7210ec0774b1d__TESObjectREFR_{ REL::Offset(0x0455F700) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_8a0bc3e197a16b97283f260355953abf__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152_const_{ REL::Offset(0x044D9648) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_988e7c4d55b3a7ea0ee10d5ed9ff865e__{ REL::Offset(0x04760B98) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_99ba775dbc162d7d214b840658849b14__{ REL::Offset(0x04472060) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9ad5d3990b74ff05eae644e3fae7f5b7__{ REL::Offset(0x0436F9E0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a56787d903b353bfbb3c75bbde3c45fd__hkTask_int_{ REL::Offset(0x04574590) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a6eaa142a8610e6612db23988c5f9b9d__{ REL::Offset(0x043CD120) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ac2e311eb5a1b5192b0a3c137c6ee561__{ REL::Offset(0x04760B78) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ae84b65a6d4a04c179af5a7a12c59e3f__{ REL::Offset(0x04472020) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_af1cfd7815fd339fb92f5cddf38289c0__Actor_{ REL::Offset(0x044D3250) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_b33c5f78f2415a2116cfdfb97771966c__hkTask_int___bhkTaskSchedule__ExecutionContext_{ REL::Offset(0x045745B0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c390c78bee5b7e1ced577a1ffdeee7f0__{ REL::Offset(0x045C5920) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c8b5e19d2cdb34f42b2217824c2c435c__{ REL::Offset(0x043A5448) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_df1c9297a753126691cecba02443496c__{ REL::Offset(0x0459BD30) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ec1e4206da538544273932b65c5abef7__BSSimpleTaggedType_Blueprints__BlueprintIdentifierTag_unsignedint_4294967295_const_TESObjectREFR_{ REL::Offset(0x0436EA20) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ed6a3ebc1da311605bcc7a3fb95ab7d8__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__TESNPC_unsignedint_{ REL::Offset(0x04472100) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_f15b185c11f96f63ea0a4e5eb59f55d3__{ REL::Offset(0x0436F9C0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount__unsignedint_BGSSpatialGraphCellGrid_BGSSpatialGraphObstacleMapconst_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16__const__BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount_const_unsignedint_BGSSpatialGraphCellGridconst_BGSSpatialGraphObstacleMap_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16___{ REL::Offset(0x0437A1C0) }; - inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___float_NiPointer_BSTempEffect___float_NiPointer_BSTempEffect__{ REL::Offset(0x044DEF90) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0607c2c0ff0f28eb28edaf75bf29ca5d__void_{ REL::Offset(0x044C9CC0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_09cb18e23d4e1194a0ce321b6b2bf099__void_{ REL::Offset(0x04369308) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0f1e00cd8fe7af873fa0f650aa10e7e8_const_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___RunAnimationsParams_{ REL::Offset(0x04369450) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0f7a657b352472bd303c8fe895eca1a3__void_{ REL::Offset(0x0436FF70) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_115f6900dbf90b9bec2833694fac86c4__void_{ REL::Offset(0x04369DA8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_18bdcdbab0a52c7985c906eba03b1f5b__void_{ REL::Offset(0x047610B0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_192643f9571005394bd390ae9ff2e402__void_{ REL::Offset(0x04369AC8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_227a9c0e472380834897910f4f17bc25__void_{ REL::Offset(0x04369AA8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_28756a4eecb84484c7223dff312dca1f__void_{ REL::Offset(0x04573530) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_2c8550ec624ed44278add6fd4d9fdcf6__void_{ REL::Offset(0x04369B28) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_32205a05227e11405fde1e5d80de9407__void_{ REL::Offset(0x04369B88) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_32213c53b1a5aa77fa1584783373087b__void_{ REL::Offset(0x04369B68) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_3dae344e2e2fea8d13dfa6c87eb7b4cf__void_{ REL::Offset(0x04761010) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_45ffdd1915b90f714a96c54660071f4c__void_{ REL::Offset(0x044DEE70) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_612e337af82e56b00bc43d741a421c7b__hkTaskconst_unsignedshortconst_hkEnum_hkTask__MultiplicityMode__Enum_unsignedchar_const_{ REL::Offset(0x04574380) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_682a754a93743d4c9089eaf2ae26c0b9__void_{ REL::Offset(0x0436FF50) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_68af1521203285b505ad5f9cae1083b5__void_{ REL::Offset(0x04761150) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_6a94340c83101f25cb8b154dbd9aa65f__void_{ REL::Offset(0x047610F0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_6c9af3d12e35996e5975b1310d3bcd25__void_{ REL::Offset(0x04369290) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_7be46ce247d8c0b1f783d95caf848926__ENUM_FORM_ID_{ REL::Offset(0x04369E08) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_7d3a129c205d70f3c695a4f9a690788a_const_BSResource__IDconst_{ REL::Offset(0x04369418) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_7ebb7c82eb50beaf1912689317581c71__void_{ REL::Offset(0x04765BA0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_802c102303073e7bc410c29aab154b80__void_{ REL::Offset(0x04369A48) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_83ec382ea2a8462e6cf4734d17378c87__void_{ REL::Offset(0x04765B80) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_8bb1da371640c6745abcd6737ce1197e__void_{ REL::Offset(0x04761030) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_96e601215b932ac9845c0f2c1d1759ad__void_{ REL::Offset(0x04369C28) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_a12c5162cef86008a4c5e33a4285e4ac____InitJL__InteriorInitStage_{ REL::Offset(0x04369A68) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_a4f8085a6d16d6e1810fde8d67372e7e__void_{ REL::Offset(0x04761050) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_a9ee20319e4bbe329d8ace8962c5824e_const_TESQuestconst_{ REL::Offset(0x044543C8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_aebbf399d1ef3d41525e2d65e986bd1d__void_{ REL::Offset(0x04369B08) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_b235525a91e52924c78706a4594eef2a__void_{ REL::Offset(0x04761110) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_bb73218d865162a34916c601dc688259__void_{ REL::Offset(0x04369DE8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_bc3da8f06b1d37c57b5ff327f77b4ca0__void_{ REL::Offset(0x04369A28) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_c7ae32caa86bb42291081a1d2dbb8a4c__void_{ REL::Offset(0x04369D88) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_ce9f3c01c4cfe11e2fcfa06a65e2132a__void_{ REL::Offset(0x04369B48) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_d82943fdfbe6654609a082af89dbdc02__void_{ REL::Offset(0x04761170) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_dfbca2d10477e2170643fc228c849fb7__void_{ REL::Offset(0x04369D18) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e72cd51bd354ecaad6f14eeb9a22f186__void_{ REL::Offset(0x044DEE90) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e73eb600f6dd49a80fa0aede5375f2af__void_{ REL::Offset(0x044B6B10) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e7bb3c6fbb0c5701be011ca18deaa557__void_{ REL::Offset(0x04761130) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e8cc21323c8b43aa03fd3a93d443f734__void_{ REL::Offset(0x04761090) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_ea2ec5a2bd6ea927608d309834d6eeb6__void_{ REL::Offset(0x04369A88) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_ea54d46511c05c9dc2b37ab31a701ead__void_{ REL::Offset(0x04761070) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_fe657f12a74d13103e46f1a02084890b__void_{ REL::Offset(0x04369AE8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0__{ REL::Offset(0x044C9CA0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const__BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152____{ REL::Offset(0x044EEC40) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSScript__Internal__CodeTasklet__BSScript__Internal__CodeTaskletconst_{ REL::Offset(0x045AE178) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool_{ REL::Offset(0x044DEEF0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___CELLJobs__AnimatedRefJobDataconst__CELLJobs__AnimatedRefJobData_{ REL::Offset(0x043CCF40) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_NiPointer_bhkNPCollisionObject_const__NiPointer_Actor__NiPointer_bhkNPCollisionObject__{ REL::Offset(0x044DEF70) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const__NiPointer_Actor_const_{ REL::Offset(0x044DEF30) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__Actor_bool_{ REL::Offset(0x044DEF10) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__NiPointer_Actor_const_bool_{ REL::Offset(0x044DEF50) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const__NiPointer_NiAVObject__{ REL::Offset(0x044DEEB0) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const_bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__NiPointer_NiAVObject__bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp_{ REL::Offset(0x04472140) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x043CCF20) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___unsignedint__unsignedint_{ REL::Offset(0x04472120) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___void__DynamicNavmesh_{ REL::Offset(0x04376AD8) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___void__PathingTaskData_{ REL::Offset(0x0459A080) }; - inline constexpr std::array BSJobs2__Detail__TNodeJob_void___void__void_{ REL::Offset(0x044C5468) }; - inline constexpr std::array BSJobs2__Memory__HeapMemoryPolicy{ REL::Offset(0x03F2CAB8) }; - inline constexpr std::array BSJobs2__Memory__LSAMemoryPolicy{ REL::Offset(0x03F2CB30) }; - inline constexpr std::array BSJobs2__Memory__ScrapMemoryPolicy{ REL::Offset(0x045B22C0) }; - inline constexpr std::array BSKeyboardDevice{ REL::Offset(0x0456E790) }; - inline constexpr std::array BSLagBoneController{ REL::Offset(0x045870F8) }; - inline constexpr std::array BSLegacyStreamableStub{ REL::Offset(0x04788360) }; - inline constexpr std::array BSLensFlareRender__BSLensFlareSpriteRenderData{ REL::Offset(0x043B1E30) }; - inline constexpr std::array BSLight{ REL::Offset(0x0457E358) }; - inline constexpr std::array BSListBase_BSTempEffectDebris_{ REL::Offset(0x03F25C68) }; - inline constexpr std::array BSList_BSTempEffectDebris_{ REL::Offset(0x03F2A918) }; - inline constexpr std::array BSLookIKNote{ REL::Offset(0x04780DC8) }; - inline constexpr std::array BSMaterialBinding__MaterialPropertyNode{ REL::Offset(0x0458CF58) }; - inline constexpr std::array BSMaterialBinding__MaterialUVStreamPropertyNode{ REL::Offset(0x0458DB50) }; - inline constexpr std::array BSMaterial__ModuleState{ REL::Offset(0x04589C90), REL::Offset(0x04589E78), REL::Offset(0x0458A070) }; - inline constexpr std::array BSMemStorage{ REL::Offset(0x04354458) }; - inline constexpr std::array BSMemStorageAllocated_BSMemoryHeapAllocator_{ REL::Offset(0x0452DD98) }; - inline constexpr std::array BSMemStorageReadOnly{ REL::Offset(0x0456D4B8) }; - inline constexpr std::array BSMissionMenu{ REL::Offset(0x044A5EB8), REL::Offset(0x044A5F98), REL::Offset(0x044A5FF0), REL::Offset(0x044A6008), REL::Offset(0x044A6030), REL::Offset(0x044A6048), REL::Offset(0x044A6060), REL::Offset(0x044A6078), REL::Offset(0x044A6090), REL::Offset(0x044A60A8), REL::Offset(0x044A60C0), REL::Offset(0x044A60D8) }; - inline constexpr std::array BSMissionMenu__MissionMenuEventShuttle{ REL::Offset(0x044A6110) }; - inline constexpr std::array BSModelDB__AutoQueuedDependentNode{ REL::Offset(0x0457D8A0) }; - inline constexpr std::array BSModelDB__BSModelProcessor{ REL::Offset(0x0436C0A8) }; - inline constexpr std::array BSModelDB__ModelResourceNode{ REL::Offset(0x0457D768) }; - inline constexpr std::array BSModelDB__QueuedHandles{ REL::Offset(0x0457D808) }; - inline constexpr std::array BSModelDB____CreateMorphModel{ REL::Offset(0x0457D7B8) }; - inline constexpr std::array BSModelNode{ REL::Offset(0x047831A0) }; - inline constexpr std::array BSModelNodeAnimRig{ REL::Offset(0x04561620) }; - inline constexpr std::array BSModelNodePhysicsComponentI{ REL::Offset(0x04370538) }; - inline constexpr std::array BSModelNodeRigI{ REL::Offset(0x045615E0) }; - inline constexpr std::array BSMorphDB__AutoQueuedNode{ REL::Offset(0x0457CF88) }; - inline constexpr std::array BSMorphDB__DBTraits__CreateResourceNode__2__MorphResourceNode{ REL::Offset(0x0457CF38) }; - inline constexpr std::array BSMorphDB__QueuedHandles{ REL::Offset(0x04454610) }; - inline constexpr std::array BSMorphTargetData{ REL::Offset(0x04782BF0) }; - inline constexpr std::array BSMouseDevice{ REL::Offset(0x0456F6D8) }; - inline constexpr std::array BSMsgDialogSystemUtility{ REL::Offset(0x03F2CF30) }; - inline constexpr std::array BSMultiTargetTreadTransfController{ REL::Offset(0x04777D08) }; - inline constexpr std::array BSNavMeshGenAntiseedTrimmerTask{ REL::Offset(0x0459AEC8) }; - inline constexpr std::array BSNavMeshGenCollapserTask{ REL::Offset(0x0459B170) }; - inline constexpr std::array BSNavMeshGenComputeBoundTask{ REL::Offset(0x0459B008) }; - inline constexpr std::array BSNavMeshGenContext{ REL::Offset(0x0459BB88) }; - inline constexpr std::array BSNavMeshGenContextGroup{ REL::Offset(0x0459FEB0) }; - inline constexpr std::array BSNavMeshGenCoverTask{ REL::Offset(0x0459B080) }; - inline constexpr std::array BSNavMeshGenData{ REL::Offset(0x0459A858) }; - inline constexpr std::array BSNavMeshGenInputProcessTask{ REL::Offset(0x0459B0F8) }; - inline constexpr std::array BSNavMeshGenInputProcessor{ REL::Offset(0x045A01D8) }; - inline constexpr std::array BSNavMeshGenLinkDoorTask{ REL::Offset(0x0459B030) }; - inline constexpr std::array BSNavMeshGenNode{ REL::Offset(0x0434CEB0) }; - inline constexpr std::array BSNavMeshGenOutputProcessTask{ REL::Offset(0x0459B148) }; - inline constexpr std::array BSNavMeshGenOutputProcessor{ REL::Offset(0x045A02D8) }; - inline constexpr std::array BSNavMeshGenRecastImport{ REL::Offset(0x045A4750) }; - inline constexpr std::array BSNavMeshGenRecastTask{ REL::Offset(0x0459B120) }; - inline constexpr std::array BSNavMeshGenRequestPauseTask{ REL::Offset(0x045A00C0) }; - inline constexpr std::array BSNavMeshGenRequestResumeTask{ REL::Offset(0x045A0098) }; - inline constexpr std::array BSNavMeshGenSeedTrimmerTask{ REL::Offset(0x0459AEF0) }; - inline constexpr std::array BSNavMeshGenSmallAreaTrimmerTask{ REL::Offset(0x0459AEA0) }; - inline constexpr std::array BSNavMeshGenSplitter{ REL::Offset(0x045A0330) }; - inline constexpr std::array BSNavMeshGenSplitterTask{ REL::Offset(0x0459B198) }; - inline constexpr std::array BSNavMeshGenStitcher{ REL::Offset(0x045A0430) }; - inline constexpr std::array BSNavMeshGenStitcherTask{ REL::Offset(0x0459B1E8) }; - inline constexpr std::array BSNavMeshGenTask{ REL::Offset(0x0434CF08) }; - inline constexpr std::array BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459A8F0) }; - inline constexpr std::array BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0434CE68) }; - inline constexpr std::array BSNavMeshGenTaskGraphProcessor{ REL::Offset(0x0459A9B0) }; - inline constexpr std::array BSNavMeshGenTaskGroup{ REL::Offset(0x0459AB20) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenAntiseedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B278) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenCollapserTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B960) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenComputeBoundTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B5B8) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenCoverTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B6F0) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenInputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B828) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenLinkDoorTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B620) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenOutputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B8F8) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenRecastTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B890) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenRequestPauseTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x045A00E8) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenRequestResumeTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x045A0170) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenSeedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B2E0) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenSmallAreaTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B210) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459AB48) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenStitcherTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459AC18) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTerrainTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B7C0) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTraversalTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B3B0) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleHeightTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B418) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTrianglePlatformTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B348) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459ABB0) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleTunnelTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B4E8) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleWaterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B550) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenUpdateNavMeshInfoTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B688) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenVertexDataTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B480) }; - inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenWaypointTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459B758) }; - inline constexpr std::array BSNavMeshGenTaskNode_NavMeshGenInputBorderProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0434CD50) }; - inline constexpr std::array BSNavMeshGenTaskProgress{ REL::Offset(0x0459FE30) }; - inline constexpr std::array BSNavMeshGenTaskServer{ REL::Offset(0x0459AAD0) }; - inline constexpr std::array BSNavMeshGenTerrainTrimmerTask{ REL::Offset(0x0459B0D0) }; - inline constexpr std::array BSNavMeshGenTraversalTask{ REL::Offset(0x0459AF40) }; - inline constexpr std::array BSNavMeshGenTriangleHeightTask{ REL::Offset(0x0459AF68) }; - inline constexpr std::array BSNavMeshGenTrianglePlatformTask{ REL::Offset(0x0459AF18) }; - inline constexpr std::array BSNavMeshGenTriangleSplitter{ REL::Offset(0x0459FD80) }; - inline constexpr std::array BSNavMeshGenTriangleSplitterTask{ REL::Offset(0x0459B1C0) }; - inline constexpr std::array BSNavMeshGenTriangleTunnelTask{ REL::Offset(0x0459AFB8) }; - inline constexpr std::array BSNavMeshGenTriangleWaterTask{ REL::Offset(0x0459AFE0) }; - inline constexpr std::array BSNavMeshGenUpdateNavMeshInfoTask{ REL::Offset(0x0459B058) }; - inline constexpr std::array BSNavMeshGenVertexDataTask{ REL::Offset(0x0459AF90) }; - inline constexpr std::array BSNavMeshGenWaypointTask{ REL::Offset(0x0459B0A8) }; - inline constexpr std::array BSNavMeshGenerator{ REL::Offset(0x0459A910), REL::Offset(0x0459A920), REL::Offset(0x0459A930), REL::Offset(0x0459A980) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBarrierNode{ REL::Offset(0x0459AA78) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode{ REL::Offset(0x0459AA20) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode{ REL::Offset(0x0459FFA8) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBeginNode{ REL::Offset(0x045A0000) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode{ REL::Offset(0x0459A9C8) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode{ REL::Offset(0x0459FEF8) }; - inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenParentNode{ REL::Offset(0x0459FF50) }; - inline constexpr std::array BSNavMeshPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ REL::Offset(0x0444C630) }; - inline constexpr std::array BSNavMeshPathBuilder_EscortPathingRequestPolicy_{ REL::Offset(0x04447D18) }; - inline constexpr std::array BSNavigationGraph{ REL::Offset(0x045A0370) }; - inline constexpr std::array BSNavigationGraphInfo{ REL::Offset(0x045A03B8) }; - inline constexpr std::array BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_5ec3f1f48a60f70235b7483ec05838df__{ REL::Offset(0x04447040) }; - inline constexpr std::array BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_b9116092a53e9ba4e6701dee4ba32644__{ REL::Offset(0x045A0A50) }; - inline constexpr std::array BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_d38604c1e3caa65ff8d2747818cfe9c7__{ REL::Offset(0x0444C608) }; - inline constexpr std::array BSNavigationGraphManager{ REL::Offset(0x045A0358) }; - inline constexpr std::array BSNavigationGraphManagerT_BSNavigationGridInfo_{ REL::Offset(0x0459FC58) }; - inline constexpr std::array BSNavigationGraphManagerT_BSNavmeshInfo_{ REL::Offset(0x045A1B38) }; - inline constexpr std::array BSNavigationGraphManagerT_BSSpatialGraphInfo_{ REL::Offset(0x0437B658) }; - inline constexpr std::array BSNavigationGraphRefCount{ REL::Offset(0x045A03E8) }; - inline constexpr std::array BSNavigationGrid{ REL::Offset(0x045A2218), REL::Offset(0x045A2260) }; - inline constexpr std::array BSNavigationGridBase{ REL::Offset(0x045A2278) }; - inline constexpr std::array BSNavigationGridChunk{ REL::Offset(0x045A2290) }; - inline constexpr std::array BSNavigationGridFieldBase{ REL::Offset(0x045A22A8) }; - inline constexpr std::array BSNavigationGridFieldBaseT_unsignedint_BSNavigationGridPartialFieldChunkT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ REL::Offset(0x04460288) }; - inline constexpr std::array BSNavigationGridFieldWrapperT_unsignedint_BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ REL::Offset(0x044601D8) }; - inline constexpr std::array BSNavigationGridInfo{ REL::Offset(0x045A2188) }; - inline constexpr std::array BSNavigationGridManager{ REL::Offset(0x0459FCD0), REL::Offset(0x0459FCE8) }; - inline constexpr std::array BSNavigationGridManager__Task{ REL::Offset(0x0459FC70) }; - inline constexpr std::array BSNavigationGridObstacleUpdateTask{ REL::Offset(0x045A21B8) }; - inline constexpr std::array BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2__{ REL::Offset(0x04460240) }; - inline constexpr std::array BSNavmesh{ REL::Offset(0x0459A310) }; - inline constexpr std::array BSNavmeshInfo{ REL::Offset(0x0459A3D0) }; - inline constexpr std::array BSNavmeshInfoMap{ REL::Offset(0x045A1B50) }; - inline constexpr std::array BSNavmeshInfoMap__IRecursiveVisitor{ REL::Offset(0x044505B8) }; - inline constexpr std::array BSNavmeshInfoSearch{ REL::Offset(0x045A09F8) }; - inline constexpr std::array BSNavmeshObstacleCoverData{ REL::Offset(0x045A0448) }; - inline constexpr std::array BSNavmeshObstacleData{ REL::Offset(0x0434DCB8) }; - inline constexpr std::array BSNavmeshReferenceObstacleArray{ REL::Offset(0x04450098) }; - inline constexpr std::array BSNavmeshSearch{ REL::Offset(0x045A1AC0) }; - inline constexpr std::array BSNavmeshSearchAvailableSpaceDirectional{ REL::Offset(0x045A1DC8) }; - inline constexpr std::array BSNavmeshSearchAvailableSpaceRadius{ REL::Offset(0x045A1DA8) }; - inline constexpr std::array BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ REL::Offset(0x045A1D78) }; - inline constexpr std::array BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ REL::Offset(0x045A1D90) }; - inline constexpr std::array BSNavmeshSearchBase{ REL::Offset(0x0444B870) }; - inline constexpr std::array BSNavmeshSearchFilters{ REL::Offset(0x045A1D08) }; - inline constexpr std::array BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter__{ REL::Offset(0x04599CA0) }; - inline constexpr std::array BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter__{ REL::Offset(0x044F8F38) }; - inline constexpr std::array BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor__{ REL::Offset(0x045A1EB8) }; - inline constexpr std::array BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ REL::Offset(0x045A1D48) }; - inline constexpr std::array BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ REL::Offset(0x045A1D60) }; - inline constexpr std::array BSNavmeshSearchHideFilter{ REL::Offset(0x04450D98) }; - inline constexpr std::array BSNiNode{ REL::Offset(0x0457CB58) }; - inline constexpr std::array BSNodeReferences{ REL::Offset(0x045841F8) }; - inline constexpr std::array BSNoise__Add{ REL::Offset(0x04585AB8) }; - inline constexpr std::array BSNoise__Billow{ REL::Offset(0x04585E50) }; - inline constexpr std::array BSNoise__Crater{ REL::Offset(0x045894E8) }; - inline constexpr std::array BSNoise__Invert{ REL::Offset(0x04585AF0) }; - inline constexpr std::array BSNoise__Perlin{ REL::Offset(0x045850D0) }; - inline constexpr std::array BSNoise__Ridged{ REL::Offset(0x04586738) }; - inline constexpr std::array BSNoise__SmoothStep{ REL::Offset(0x04585B28) }; - inline constexpr std::array BSNoise__Subtract{ REL::Offset(0x04585B60) }; - inline constexpr std::array BSNoise__Turbulence{ REL::Offset(0x04589550) }; - inline constexpr std::array BSNoise__Voronoi{ REL::Offset(0x04585DF0) }; - inline constexpr std::array BSNonUniformScaleExtraData{ REL::Offset(0x04354700) }; - inline constexpr std::array BSOfflineRTExtraData{ REL::Offset(0x04586418) }; - inline constexpr std::array BSOrderedNode{ REL::Offset(0x04348E00) }; - inline constexpr std::array BSPCGamepadDevice{ REL::Offset(0x0456F8F8) }; - inline constexpr std::array BSPCGamepadDeviceHandler{ REL::Offset(0x0456E588) }; - inline constexpr std::array BSPCGamerProfile{ REL::Offset(0x0478FA58) }; - inline constexpr std::array BSPCKeyboardDevice{ REL::Offset(0x0456E4D0) }; - inline constexpr std::array BSPCMouseDevice{ REL::Offset(0x0456E620) }; - inline constexpr std::array BSPCVirtualKeyboardDevice{ REL::Offset(0x0456E520) }; - inline constexpr std::array BSPageFile__MemoryWriteStorage{ REL::Offset(0x045B2EC0) }; - inline constexpr std::array BSPageFile__MultiplexWrite{ REL::Offset(0x045B2E88) }; - inline constexpr std::array BSPageFile____FileBase{ REL::Offset(0x045B2BC0) }; - inline constexpr std::array BSPageFile____FileReader_BSPageFile__IReadStorage_BSPageFile__HeapPolicy_{ REL::Offset(0x045B2C70) }; - inline constexpr std::array BSPageFile____FileReader_BSPageFile____SystemFileStorageRead_BSPageFile__InlinePolicy_{ REL::Offset(0x045B2AD0) }; - inline constexpr std::array BSPageFile____FileWriter_BSPageFile__ISyncWriteStorage_BSPageFile__HeapPolicy_{ REL::Offset(0x045B2CE8) }; - inline constexpr std::array BSPageFile____FileWriter_BSPageFile__IWriteStorage_BSPageFile__HeapPolicy_{ REL::Offset(0x045B2D60) }; - inline constexpr std::array BSPageFile____FileWriter_BSPageFile____SystemFileStorageWrite_BSPageFile__InlinePolicy_{ REL::Offset(0x045B2B48) }; - inline constexpr std::array BSPageFile____SystemFileStorageRead{ REL::Offset(0x045B2E10) }; - inline constexpr std::array BSPageFile____SystemFileStorageWrite{ REL::Offset(0x045B2C38) }; - inline constexpr std::array BSPageFile____TSystemFileStorage_BSPageFile__IReadStorage_{ REL::Offset(0x045B2E48) }; - inline constexpr std::array BSPageFile____TSystemFileStorage_BSPageFile__ISyncWriteStorage_{ REL::Offset(0x045B2DD8) }; - inline constexpr std::array BSParseCSV__IGetBufferCB{ REL::Offset(0x045B2958) }; - inline constexpr std::array BSParticle{ REL::Offset(0x04597E80) }; - inline constexpr std::array BSPathBuilder{ REL::Offset(0x045A0AA8) }; - inline constexpr std::array BSPathEventManager{ REL::Offset(0x045A2300) }; - inline constexpr std::array BSPathSmootherPOVSearch{ REL::Offset(0x0459A840) }; - inline constexpr std::array BSPathfindingTemporary_BSPathingAvoidNodeArray_{ REL::Offset(0x044D6140) }; - inline constexpr std::array BSPathfindingTemporary_BSPathingSolution_{ REL::Offset(0x044504D8) }; - inline constexpr std::array BSPathfindingTemporary_PathingDoor_{ REL::Offset(0x04450BA8) }; - inline constexpr std::array BSPathfindingTemporary_PathingRequestClosePoint_{ REL::Offset(0x044504E8) }; - inline constexpr std::array BSPathfindingTemporary_PathingRequestCover_{ REL::Offset(0x044D9748) }; - inline constexpr std::array BSPathfindingTemporary_PathingRequestSafeStraightLine_{ REL::Offset(0x04450540) }; - inline constexpr std::array BSPathfindingTemporary_PathingRequest_{ REL::Offset(0x04450480) }; - inline constexpr std::array BSPathing{ REL::Offset(0x04599B50), REL::Offset(0x04599C18), REL::Offset(0x04599C28) }; - inline constexpr std::array BSPathingCellManager{ REL::Offset(0x044505E0) }; - inline constexpr std::array BSPathingRequest{ REL::Offset(0x0459A440) }; - inline constexpr std::array BSPathingRequestPolicies__DestinationArea{ REL::Offset(0x0444C500) }; - inline constexpr std::array BSPathingRequestPolicies__EscortRequest{ REL::Offset(0x04447D60) }; - inline constexpr std::array BSPathingSearchRayCast{ REL::Offset(0x045A2F08) }; - inline constexpr std::array BSPathingService_DynamicNavmeshService_{ REL::Offset(0x0434E2F0) }; - inline constexpr std::array BSPathingService_PathManagerImpl_{ REL::Offset(0x0459A020) }; - inline constexpr std::array BSPathingSite{ REL::Offset(0x044D3880) }; - inline constexpr std::array BSPathingSpace{ REL::Offset(0x04450B40) }; - inline constexpr std::array BSPathingStreamSimpleBufferRead{ REL::Offset(0x0459F7C8) }; - inline constexpr std::array BSPathingStreamSimpleBufferWrite{ REL::Offset(0x04375E30) }; - inline constexpr std::array BSPathingTraversal{ REL::Offset(0x04379E68) }; - inline constexpr std::array BSPathingTraversalAction{ REL::Offset(0x045A05C0) }; - inline constexpr std::array BSPathingTraversalData{ REL::Offset(0x04379368) }; - inline constexpr std::array BSPathingTraversalManager{ REL::Offset(0x0459BC80) }; - inline constexpr std::array BSPathingTraversalRefCountedContainer_BSPathingTraversalMap_unsignedshort_NiPointer_BSPathingTraversal__BSTSmallArray_NiPointer_BSPathingTraversal__4___{ REL::Offset(0x04379C90) }; - inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_BSPathingTraversalAction_BSTArrayHeapAllocator__{ REL::Offset(0x0459BD50) }; - inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_BSTSmartPointer_BGSDeferredTraversalData_BSTSmartPointerIntrusiveRefCount__BSTArrayHeapAllocator__{ REL::Offset(0x04379C60) }; - inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_NiPointer_BSPathingTraversal__BSTArrayHeapAllocator__{ REL::Offset(0x04379C78) }; - inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ REL::Offset(0x04370608) }; - inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4__{ REL::Offset(0x04379C48) }; - inline constexpr std::array BSPathing__CheckLineOfSightFilter{ REL::Offset(0x043778B8) }; - inline constexpr std::array BSPathing__DetermineAvailableRadiusAtPositionVisitor{ REL::Offset(0x04599D48) }; - inline constexpr std::array BSPathing__DetermineAvailableRadiusInDirectionVisitor{ REL::Offset(0x04599D60) }; - inline constexpr std::array BSPathing__EdgeFoundVisitor{ REL::Offset(0x044DF260) }; - inline constexpr std::array BSPausableItem{ REL::Offset(0x0459BBD0) }; - inline constexpr std::array BSPauseRequester{ REL::Offset(0x03F2B608) }; - inline constexpr std::array BSPistonController{ REL::Offset(0x0457B4C8) }; - inline constexpr std::array BSPlatform__BNetAsyncRequestBase{ REL::Offset(0x0478E2B0) }; - inline constexpr std::array BSPlatform__BNetAsyncRequest_std__function_void__{ REL::Offset(0x0478EBE0) }; - inline constexpr std::array BSPlatform__BSBethesdaPlatform{ REL::Offset(0x0478E2C0) }; - inline constexpr std::array BSPlayerDistanceCheckController{ REL::Offset(0x044DA0B8) }; - inline constexpr std::array BSPointerListBase_BSTempEffectDebris_{ REL::Offset(0x03F25C48) }; - inline constexpr std::array BSPrecomputedNavmeshInfoSearch{ REL::Offset(0x045A09D8) }; - inline constexpr std::array BSProbeGridVolume{ REL::Offset(0x04581050) }; - inline constexpr std::array BSProceduralLightningController{ REL::Offset(0x04585680), REL::Offset(0x04585690) }; - inline constexpr std::array BSProceduralLightningTasklet{ REL::Offset(0x04585610) }; - inline constexpr std::array BSProjectedDecal{ REL::Offset(0x04580270) }; - inline constexpr std::array BSQueuedResourceCollectionBase{ REL::Offset(0x04581448) }; - inline constexpr std::array BSQueuedResourceCollection_BSResource2__DB_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ REL::Offset(0x04358E80) }; - inline constexpr std::array BSQueuedResourceCollection_BSResource2__DB_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ REL::Offset(0x04454558) }; - inline constexpr std::array BSQueuedResourceCollection_BSResource2__DB_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ REL::Offset(0x04455138) }; - inline constexpr std::array BSRangeNode{ REL::Offset(0x04581708) }; - inline constexpr std::array BSRecastModule__BSRecastJob{ REL::Offset(0x045A4738) }; - inline constexpr std::array BSReference{ REL::Offset(0x045843B8) }; - inline constexpr std::array BSReflectionProbe{ REL::Offset(0x04582B18) }; - inline constexpr std::array BSReflection__AnyType{ REL::Offset(0x03F25010) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F244B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F236B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F24730) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__{ REL::Offset(0x03F23CB0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F23C30) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__{ REL::Offset(0x03F238B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__{ REL::Offset(0x03F23630) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSFixedString_BSTArrayHeapAllocator__{ REL::Offset(0x03F24230) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__{ REL::Offset(0x03F23530) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSResource__ID_BSTArrayHeapAllocator__{ REL::Offset(0x03F23330) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__{ REL::Offset(0x03F232B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__{ REL::Offset(0x03F23BB0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__{ REL::Offset(0x03F24430) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__{ REL::Offset(0x03F24330) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__{ REL::Offset(0x03F23430) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__{ REL::Offset(0x03F23E30) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__{ REL::Offset(0x03F248B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__{ REL::Offset(0x03F247B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__{ REL::Offset(0x03F24630) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__{ REL::Offset(0x03F242B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__{ REL::Offset(0x03F243B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__{ REL::Offset(0x03F246B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__{ REL::Offset(0x03F233B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ REL::Offset(0x03F237B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__{ REL::Offset(0x03F235B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__{ REL::Offset(0x03F23EB0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__{ REL::Offset(0x03F234B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__{ REL::Offset(0x03F23930) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__{ REL::Offset(0x03F24530) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_TESForm_BSTArrayHeapAllocator__{ REL::Offset(0x03F245B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_float_BSTArrayHeapAllocator__{ REL::Offset(0x03F23D30) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__{ REL::Offset(0x03F23FB0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__{ REL::Offset(0x03F23730) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__{ REL::Offset(0x03F24830) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__{ REL::Offset(0x03F23830) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__{ REL::Offset(0x03F23A30) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__{ REL::Offset(0x03F24130) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__{ REL::Offset(0x03F240B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__{ REL::Offset(0x03F23B30) }; - inline constexpr std::array BSReflection__BSArrayType_BSTArray_unsignedshort_BSTArrayHeapAllocator__{ REL::Offset(0x03F24930) }; - inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__{ REL::Offset(0x03F23AB0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_BSAttachConfig__NodeName_4__{ REL::Offset(0x03F241B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_BSBind__Snapshot__Entry_4__{ REL::Offset(0x03F239B0) }; - inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_BSFixedString_4__{ REL::Offset(0x03F23F30) }; - inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_Particles__SystemInternalUID_2__{ REL::Offset(0x03F23DB0) }; - inline constexpr std::array BSReflection__BSFixedStringType{ REL::Offset(0x03F24AE0) }; - inline constexpr std::array BSReflection__BSSmartPointerType_BSTSmartPointer_BSBind__IController_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x03F25550) }; - inline constexpr std::array BSReflection__BSStringType_BSStaticStringT_260__{ REL::Offset(0x03F24B80) }; - inline constexpr std::array BSReflection__BSStringType_BSStringT_char_1_DynamicMemoryManagementPol__{ REL::Offset(0x03F24B30) }; - inline constexpr std::array BSReflection__BasicType{ REL::Offset(0x03F26658) }; - inline constexpr std::array BSReflection__ClassType{ REL::Offset(0x03EF7510) }; - inline constexpr std::array BSReflection__ConstCStringType{ REL::Offset(0x03F24A90) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ REL::Offset(0x04392618) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ REL::Offset(0x04392B18) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ REL::Offset(0x04392C38) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ REL::Offset(0x04392BD8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ REL::Offset(0x04392B58) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ REL::Offset(0x04392BB8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ REL::Offset(0x043925D8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ REL::Offset(0x04392478) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ REL::Offset(0x0457F7A0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ REL::Offset(0x0457F860) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ REL::Offset(0x0457F880) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ REL::Offset(0x04591618) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ REL::Offset(0x045919B8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ REL::Offset(0x045916F8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ REL::Offset(0x04591658) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ REL::Offset(0x0457BF58) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ REL::Offset(0x04392C58) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ REL::Offset(0x04591918) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ REL::Offset(0x04591938) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ REL::Offset(0x045916B8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ REL::Offset(0x04591758) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ REL::Offset(0x045916D8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ REL::Offset(0x04591678) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ REL::Offset(0x04591718) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ REL::Offset(0x04591838) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ REL::Offset(0x04591858) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ REL::Offset(0x04591638) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ REL::Offset(0x045918D8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ REL::Offset(0x045918B8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ REL::Offset(0x045917B8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ REL::Offset(0x045919D8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ REL::Offset(0x04591A18) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ REL::Offset(0x04590E18) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ REL::Offset(0x04392B78) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_float__{ REL::Offset(0x045917F8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ REL::Offset(0x0457BF38) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ REL::Offset(0x04591A58) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ REL::Offset(0x0457E6D0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ REL::Offset(0x0457E630) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ REL::Offset(0x04591798) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ REL::Offset(0x04591998) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ REL::Offset(0x04591778) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ REL::Offset(0x04591978) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ REL::Offset(0x04591738) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudLayer_4__{ REL::Offset(0x04392658) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudPlane_4__{ REL::Offset(0x04392638) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ REL::Offset(0x0457E670) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_3__{ REL::Offset(0x043924B8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_4__{ REL::Offset(0x04392498) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_ReflectionProbeInstanceData_4__{ REL::Offset(0x043925F8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_float_3__{ REL::Offset(0x0458CE30) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_signedchar_48__{ REL::Offset(0x04591698) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ REL::Offset(0x04392BF8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ REL::Offset(0x04392698) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ REL::Offset(0x04392678) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ REL::Offset(0x0457F8A0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ REL::Offset(0x0457F7E0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ REL::Offset(0x0457F800) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ REL::Offset(0x0457F7C0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ REL::Offset(0x04591A38) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ REL::Offset(0x0457F820) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ REL::Offset(0x043924F8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ REL::Offset(0x04392538) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ REL::Offset(0x043924D8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ REL::Offset(0x04392518) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ REL::Offset(0x04392578) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ REL::Offset(0x043925B8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ REL::Offset(0x04392598) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ REL::Offset(0x045918F8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ REL::Offset(0x04590E38) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ REL::Offset(0x0457E690) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ REL::Offset(0x045919F8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ REL::Offset(0x04392B98) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_BSResource__ID__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_BSResource__ID__2___BSTHeapSTLAllocator_BSResource__ID_2___{ REL::Offset(0x04392C18) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ REL::Offset(0x04591958) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ REL::Offset(0x04392558) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ REL::Offset(0x04591898) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ REL::Offset(0x0457F840) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ REL::Offset(0x0457E650) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ REL::Offset(0x04392C78) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ REL::Offset(0x0458D0A0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ REL::Offset(0x04591818) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ REL::Offset(0x0457E6B0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ REL::Offset(0x04591878) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ REL::Offset(0x0457F8C0) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ REL::Offset(0x045917D8) }; - inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_unsignedint__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_unsignedint__2___BSTHeapSTLAllocator_unsignedint_2___{ REL::Offset(0x04392B38) }; - inline constexpr std::array BSReflection__EnumerationType{ REL::Offset(0x03F21500) }; - inline constexpr std::array BSReflection__IConstEnumerator{ REL::Offset(0x043932E8) }; - inline constexpr std::array BSReflection__IObject{ REL::Offset(0x03F2C948) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ REL::Offset(0x04392DD8), REL::Offset(0x04392ED0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ REL::Offset(0x04392A38), REL::Offset(0x04392A60) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ REL::Offset(0x04392918), REL::Offset(0x04392940) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ REL::Offset(0x04392988), REL::Offset(0x04392A80) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ REL::Offset(0x04392A18), REL::Offset(0x04392AF0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ REL::Offset(0x043929A8), REL::Offset(0x043929D0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ REL::Offset(0x04392D48), REL::Offset(0x04392E40) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ REL::Offset(0x04392768), REL::Offset(0x04392790) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ REL::Offset(0x0457F638), REL::Offset(0x0457F658) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ REL::Offset(0x0457F738), REL::Offset(0x0457F758) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ REL::Offset(0x0457F6F0), REL::Offset(0x0457F710) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ REL::Offset(0x04592258), REL::Offset(0x045922A0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ REL::Offset(0x04591AE8), REL::Offset(0x04591B10) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ REL::Offset(0x04592060), REL::Offset(0x045920C8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ REL::Offset(0x04592210), REL::Offset(0x04592278) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ REL::Offset(0x0457BEF0), REL::Offset(0x0457BF18) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ REL::Offset(0x043927D8), REL::Offset(0x043928D0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ REL::Offset(0x04591BE0), REL::Offset(0x04591C48) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ REL::Offset(0x04591B50), REL::Offset(0x04591BB8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ REL::Offset(0x045920F0), REL::Offset(0x04592158) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ REL::Offset(0x04592018), REL::Offset(0x04592080) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ REL::Offset(0x04592138), REL::Offset(0x045921A0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ REL::Offset(0x04592180), REL::Offset(0x045921E8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ REL::Offset(0x045920A8), REL::Offset(0x04592110) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ REL::Offset(0x04591DD8), REL::Offset(0x04591E40) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ REL::Offset(0x04591D48), REL::Offset(0x04591DB0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ REL::Offset(0x045915D0), REL::Offset(0x045915F0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ REL::Offset(0x04591CB8), REL::Offset(0x04591D20) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ REL::Offset(0x04591C70), REL::Offset(0x04591CD8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ REL::Offset(0x04591EF8), REL::Offset(0x04591F40) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ REL::Offset(0x04591568), REL::Offset(0x045915A8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ REL::Offset(0x045914B0), REL::Offset(0x04591518) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ REL::Offset(0x04591448), REL::Offset(0x04591470) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ REL::Offset(0x04392AA8), REL::Offset(0x04392AD0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_float__{ REL::Offset(0x04591E20), REL::Offset(0x04591E88) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ REL::Offset(0x0457BEA8), REL::Offset(0x0457BED0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ REL::Offset(0x04591490), REL::Offset(0x045914D0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ REL::Offset(0x0457F4F0), REL::Offset(0x0457F970) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ REL::Offset(0x0457F928), REL::Offset(0x0457F948) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ REL::Offset(0x04591F68), REL::Offset(0x04591F90) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ REL::Offset(0x04591AA0), REL::Offset(0x04591AC8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ REL::Offset(0x04591FB0), REL::Offset(0x04591FF0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ REL::Offset(0x04591B30), REL::Offset(0x04591B70) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ REL::Offset(0x04591FD0), REL::Offset(0x04592038) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudLayer_4__{ REL::Offset(0x04392D68), REL::Offset(0x04392D90) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudPlane_4__{ REL::Offset(0x04392CB8), REL::Offset(0x04392DB0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ REL::Offset(0x0457F5A8), REL::Offset(0x0457F5C8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_3__{ REL::Offset(0x043927F8), REL::Offset(0x04392820) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_4__{ REL::Offset(0x04392748), REL::Offset(0x04392840) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_ReflectionProbeInstanceData_4__{ REL::Offset(0x04392DF8), REL::Offset(0x04392E20) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_float_3__{ REL::Offset(0x0458CAA0), REL::Offset(0x0458DBA8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_signedchar_48__{ REL::Offset(0x045921C8), REL::Offset(0x04592230) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ REL::Offset(0x04392868), REL::Offset(0x04392960) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ REL::Offset(0x04392CD8), REL::Offset(0x04392D00) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ REL::Offset(0x04392C98), REL::Offset(0x04392D20) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ REL::Offset(0x0457F6A8), REL::Offset(0x0457F6C8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ REL::Offset(0x0457F440), REL::Offset(0x0457F460) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ REL::Offset(0x0457F3F8), REL::Offset(0x0457F418) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ REL::Offset(0x0457F488), REL::Offset(0x0457F4A8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ REL::Offset(0x045914F8), REL::Offset(0x04591540) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ REL::Offset(0x0457F3D0), REL::Offset(0x0457F5F0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ REL::Offset(0x043926B8), REL::Offset(0x043927B0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ REL::Offset(0x04392720), REL::Offset(0x04392F88) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ REL::Offset(0x043926D8), REL::Offset(0x04392700) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ REL::Offset(0x04392FA8), REL::Offset(0x04392FD0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ REL::Offset(0x04392EF8), REL::Offset(0x04392FF0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ REL::Offset(0x04392E68), REL::Offset(0x04392F60) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ REL::Offset(0x04392E88), REL::Offset(0x04392EB0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ REL::Offset(0x04591C28), REL::Offset(0x04591C90) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ REL::Offset(0x04591400), REL::Offset(0x04591428) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ REL::Offset(0x0457F560), REL::Offset(0x0457F580) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ REL::Offset(0x04591588), REL::Offset(0x04591A78) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ REL::Offset(0x043928F8), REL::Offset(0x043929F0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ REL::Offset(0x04591B98), REL::Offset(0x04591C00) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ REL::Offset(0x04392F18), REL::Offset(0x04392F40) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ REL::Offset(0x04591D00), REL::Offset(0x04591D68) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ REL::Offset(0x0457F610), REL::Offset(0x0457F780) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ REL::Offset(0x0457F8E0), REL::Offset(0x0457F900) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ REL::Offset(0x04392888), REL::Offset(0x043928B0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ REL::Offset(0x0458D678), REL::Offset(0x0458D910) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ REL::Offset(0x04591E68), REL::Offset(0x04591ED0) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ REL::Offset(0x0457F518), REL::Offset(0x0457F538) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ REL::Offset(0x04591D90), REL::Offset(0x04591DF8) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ REL::Offset(0x0457F4D0), REL::Offset(0x0457F680) }; - inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ REL::Offset(0x04591EB0), REL::Offset(0x04591F18) }; - inline constexpr std::array BSReflection__ResourceIDStringConverter{ REL::Offset(0x03F05B68) }; - inline constexpr std::array BSReflection__Serializer{ REL::Offset(0x045813C0) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_BGSCloudForm__CloudLayer_4__{ REL::Offset(0x03F224B8) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_BGSCloudForm__CloudPlane_4__{ REL::Offset(0x03F222B8) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_BSForces__ReceiverSettings__ChannelSettings_2__{ REL::Offset(0x03F21E38) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_LODMeshOverrides_3__{ REL::Offset(0x03F21CB8) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_LODMeshOverrides_4__{ REL::Offset(0x03F21BB8) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_ReflectionProbeInstanceData_4__{ REL::Offset(0x03F21B38) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_float_3__{ REL::Offset(0x03F21938) }; - inline constexpr std::array BSReflection__StdArrayType_std__array_signedchar_48__{ REL::Offset(0x03F219B8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03EF7478) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03EF7548) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03EF75C8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03F09AE8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03EF7378) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03F09BE8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03F09CE8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03F09C68) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03F09A68) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____{ REL::Offset(0x03EF7648) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____{ REL::Offset(0x03F098E8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____{ REL::Offset(0x03F099E8) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ REL::Offset(0x03F09968) }; - inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ REL::Offset(0x03EF73F8) }; - inline constexpr std::array BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03F24030) }; - inline constexpr std::array BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____{ REL::Offset(0x03F249B0) }; - inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator___{ REL::Offset(0x03F254E0) }; - inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_HavokParticleDef__BaseShape__{ REL::Offset(0x03F256A0) }; - inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__BaseCustomParameter__{ REL::Offset(0x03F252B0) }; - inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__Intrinsics__SharedAsset__{ REL::Offset(0x03F24E50) }; - inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ListFloatCurve__{ REL::Offset(0x03F25240) }; - inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ResourceDependency__{ REL::Offset(0x03F25390) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___{ REL::Offset(0x03F25160) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__IAttachableObject_stl__detail__AlignedDelete_BSAttachConfig__IAttachableObject___{ REL::Offset(0x03F24C20) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__ISearchMethod_stl__detail__AlignedDelete_BSAttachConfig__ISearchMethod___{ REL::Offset(0x03F25080) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Controllers_stl__detail__AlignedDelete_BSBind__Controllers___{ REL::Offset(0x03F250F0) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Directory_stl__detail__AlignedDelete_BSBind__Directory___{ REL::Offset(0x03F25470) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___{ REL::Offset(0x03F25320) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___{ REL::Offset(0x03F25400) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__ISpawnableObject_stl__detail__AlignedDelete_BSSequence__ISpawnableObject___{ REL::Offset(0x03F24EC0) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___{ REL::Offset(0x03F24FA0) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___{ REL::Offset(0x03F24F30) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BaseLightAnimData_stl__detail__AlignedDelete_BaseLightAnimData___{ REL::Offset(0x03F251D0) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_EffectSequenceMap_stl__detail__AlignedDelete_EffectSequenceMap___{ REL::Offset(0x03F25630) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___{ REL::Offset(0x03F24D70) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___{ REL::Offset(0x03F24D00) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___{ REL::Offset(0x03F25710) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__ParameterSetBase_stl__detail__AlignedDelete_Particles__Intrinsics__ParameterSetBase___{ REL::Offset(0x03F255C0) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MaterialProperties_stl__detail__AlignedDelete_Particles__MaterialProperties___{ REL::Offset(0x03F24C90) }; - inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___{ REL::Offset(0x03F24DE0) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___{ REL::Offset(0x03F21DB8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___{ REL::Offset(0x03F22338) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___{ REL::Offset(0x03F22038) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___{ REL::Offset(0x03F22438) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___{ REL::Offset(0x03F21D38) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___{ REL::Offset(0x03F220B8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___{ REL::Offset(0x03F22538) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___{ REL::Offset(0x03F221B8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___{ REL::Offset(0x03F21F38) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___{ REL::Offset(0x03F223B8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___{ REL::Offset(0x03F22638) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___{ REL::Offset(0x03F21FB8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___{ REL::Offset(0x03F22138) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___{ REL::Offset(0x03F21A38) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___{ REL::Offset(0x03F21EB8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___{ REL::Offset(0x03F225B8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___{ REL::Offset(0x03F22238) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___{ REL::Offset(0x03F21AB8) }; - inline constexpr std::array BSReflection__StdVectorType_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___{ REL::Offset(0x03F21C38) }; - inline constexpr std::array BSReflection__TESFormPointer_ActorValueInfo_{ REL::Offset(0x03F0B530) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSArtObject_{ REL::Offset(0x03EF3AF0) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSAtmosphere_{ REL::Offset(0x03F0B4C8) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSCloudForm_{ REL::Offset(0x03F0B598) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSConditionForm_{ REL::Offset(0x03F0B808) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSCurveForm_{ REL::Offset(0x03F0B390) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSEffectSequenceForm_{ REL::Offset(0x03F0B668) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSExplosion_{ REL::Offset(0x03F0B1F0) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSImpactDataSet_{ REL::Offset(0x03F0B8D8) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSKeyword_{ REL::Offset(0x03F0B258) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSLensFlare_{ REL::Offset(0x03F0B6D0) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSMaterialPathForm_{ REL::Offset(0x03EF3C38) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSParticleSystemDefineCollection_{ REL::Offset(0x03F0B738) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSProjectedDecal_{ REL::Offset(0x03F0B3F8) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSTimeOfDayData_{ REL::Offset(0x03F0B188) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSVolumetricLighting_{ REL::Offset(0x03F0B460) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSWeatherSettingsForm_{ REL::Offset(0x03F0B600) }; - inline constexpr std::array BSReflection__TESFormPointer_BGSWwiseEventForm_{ REL::Offset(0x03F0B120) }; - inline constexpr std::array BSReflection__TESFormPointer_BSGalaxy__BGSSunPresetForm_{ REL::Offset(0x03F0B7A0) }; - inline constexpr std::array BSReflection__TESFormPointer_MagicItem_{ REL::Offset(0x03EF3BD0) }; - inline constexpr std::array BSReflection__TESFormPointer_SpellItem_{ REL::Offset(0x03F0B870) }; - inline constexpr std::array BSReflection__TESFormPointer_TESClimate_{ REL::Offset(0x03EF3A20) }; - inline constexpr std::array BSReflection__TESFormPointer_TESForm_{ REL::Offset(0x03F0B2C0) }; - inline constexpr std::array BSReflection__TESFormPointer_TESImageSpaceModifier_{ REL::Offset(0x03EF3B68) }; - inline constexpr std::array BSReflection__TESFormPointer_TESImageSpace_{ REL::Offset(0x03EF3A88) }; - inline constexpr std::array BSReflection__TESFormPointer_TESObjectLIGH_{ REL::Offset(0x03F0B328) }; - inline constexpr std::array BSReflection__UIDStringConverter{ REL::Offset(0x03F05B48) }; - inline constexpr std::array BSReflection____CopyVisitor{ REL::Offset(0x045A4CE0) }; - inline constexpr std::array BSRenderUtil__RequestUpgrade__2__UpgradeTextureVisitor{ REL::Offset(0x0457C9F0) }; - inline constexpr std::array BSRendererSceneNode{ REL::Offset(0x0457DF90) }; - inline constexpr std::array BSRendererState{ REL::Offset(0x04582FE0) }; - inline constexpr std::array BSResource2__CacheBase{ REL::Offset(0x045A6138) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ REL::Offset(0x044D3568) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ REL::Offset(0x044D3528) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ REL::Offset(0x044D3588) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSTerrainVisibilityDataDB__DBTraits_BSResource2__DBResourceStreamPolicy__128_{ REL::Offset(0x04452508) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy__8_{ REL::Offset(0x04585F60) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ REL::Offset(0x04351818) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ REL::Offset(0x043567E8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x0457C8D0) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ REL::Offset(0x0457CF18) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ REL::Offset(0x045A48A0) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy__1024_{ REL::Offset(0x04351E70) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045C0FA8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045C0FC8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045C0FE8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x04763F80) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__Model__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x04763FA0) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x045BAD78) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x045BDF08) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045BDEE8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ REL::Offset(0x04764B60) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x044778E0) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ REL::Offset(0x04351378) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x04351FE8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ REL::Offset(0x0458F910) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x043521A8) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ REL::Offset(0x043A4E00) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TerrainFileDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ REL::Offset(0x0434D7C0) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ REL::Offset(0x045B3318) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045B3350) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__512_{ REL::Offset(0x0457D8B0) }; - inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ REL::Offset(0x0456AEF0) }; - inline constexpr std::array BSResource2__DBStreamOps_1_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x04585F80) }; - inline constexpr std::array BSResource2__DBStreamOps_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x0436F970) }; - inline constexpr std::array BSResource2__DBStreamOps_1_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x0457CE60) }; - inline constexpr std::array BSResource2__DBStreamOps_1_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x045A4820) }; - inline constexpr std::array BSResource2__DBStreamOps_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x0456AEA0) }; - inline constexpr std::array BSResource2__DBStreamOps_1_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x043512A8) }; - inline constexpr std::array BSResource2__EntryBase{ REL::Offset(0x045A6120) }; - inline constexpr std::array BSResource2__IResourceCreator{ REL::Offset(0x04351328) }; - inline constexpr std::array BSResource2__ProxyStream{ REL::Offset(0x045A6070) }; - inline constexpr std::array BSResource2__ResourceCreateNode{ REL::Offset(0x045A6020) }; - inline constexpr std::array BSResource2__TEntryBase_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0457C8F0) }; - inline constexpr std::array BSResource2__TEntryBase_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0436FA18) }; - inline constexpr std::array BSResource2__TEntryBase_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x045A4888) }; - inline constexpr std::array BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3818) }; - inline constexpr std::array BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3830) }; - inline constexpr std::array BSResource2__TEntryBase_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x044778C8) }; - inline constexpr std::array BSResource2__TEntryBase_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x04351310) }; - inline constexpr std::array BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0437D5E8) }; - inline constexpr std::array BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0437F940) }; - inline constexpr std::array BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04380D08) }; - inline constexpr std::array BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x04585F48) }; - inline constexpr std::array BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04351800) }; - inline constexpr std::array BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043567D0) }; - inline constexpr std::array BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0457C908) }; - inline constexpr std::array BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0457CEF0) }; - inline constexpr std::array BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x045A4870) }; - inline constexpr std::array BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04351E58) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3848) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3860) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3878) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BBAB0) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BAF28) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BDC18) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BDC30) }; - inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045C0408) }; - inline constexpr std::array BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x044778B0) }; - inline constexpr std::array BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043512F8) }; - inline constexpr std::array BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04351FD0) }; - inline constexpr std::array BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0458F850) }; - inline constexpr std::array BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x043521C8) }; - inline constexpr std::array BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x043A4E20) }; - inline constexpr std::array BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3338) }; - inline constexpr std::array BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3230) }; - inline constexpr std::array BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0436FA00) }; - inline constexpr std::array BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0456AF10) }; - inline constexpr std::array BSResourceNiBinaryStream{ REL::Offset(0x04781D98) }; - inline constexpr std::array BSResourceReloadManager{ REL::Offset(0x04585A00) }; - inline constexpr std::array BSResourceStreamParser{ REL::Offset(0x0458F100), REL::Offset(0x0458F128) }; - inline constexpr std::array BSResourceStreamStorage{ REL::Offset(0x045A70B8) }; - inline constexpr std::array BSResource__Archive2__AsyncReaderStream{ REL::Offset(0x045A63F8) }; - inline constexpr std::array BSResource__Archive2__Index{ REL::Offset(0x045A6510), REL::Offset(0x045A6528) }; - inline constexpr std::array BSResource__Archive2__Manager__MemoryCacheLocation{ REL::Offset(0x045A6540) }; - inline constexpr std::array BSResource__Archive2__ReaderStream{ REL::Offset(0x045A6460) }; - inline constexpr std::array BSResource__ArchiveIDConverter{ REL::Offset(0x03F2A8F8) }; - inline constexpr std::array BSResource__AsyncStream{ REL::Offset(0x045A6358) }; - inline constexpr std::array BSResource__IMemoryFileBuffer{ REL::Offset(0x045A7208) }; - inline constexpr std::array BSResource__Location{ REL::Offset(0x03F2A700) }; - inline constexpr std::array BSResource__LocationTraverser{ REL::Offset(0x04589A30) }; - inline constexpr std::array BSResource__LooseFileLocation{ REL::Offset(0x045A7040) }; - inline constexpr std::array BSResource__MemoryFileBuffer{ REL::Offset(0x045A7218) }; - inline constexpr std::array BSResource__MemoryFileLocation{ REL::Offset(0x045A71A0) }; - inline constexpr std::array BSResource__MemoryFileStream{ REL::Offset(0x045A70F0) }; - inline constexpr std::array BSResource__RegisterPrefix__2__Traverser{ REL::Offset(0x045A68D8) }; - inline constexpr std::array BSResource__ReplicateAt__9__ReplicateFoundFunctor{ REL::Offset(0x045A68B8) }; - inline constexpr std::array BSResource__SDirectory2__IDirectoryIDIterator{ REL::Offset(0x04560C18) }; - inline constexpr std::array BSResource__SDirectory2__IDirectoryStreamIterator{ REL::Offset(0x043448A8) }; - inline constexpr std::array BSResource__SDirectory2__TDirectoryIDIterator__lambda_1878616f010cc6ab7baa6304ad986862__{ REL::Offset(0x04560C00) }; - inline constexpr std::array BSResource__SDirectory2__TDirectoryIDIterator__lambda_1dc4c9fd4184baf80783bd23885e4293__{ REL::Offset(0x045895F0) }; - inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_07db21462aaff3d75f2a779de2199c51__{ REL::Offset(0x043448E8) }; - inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_61ab71fb4416c75a22c24a40534c73a6__{ REL::Offset(0x0456B100) }; - inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_7fff9ba07d1b8043460bcc3945d67b7d__{ REL::Offset(0x04344ED8) }; - inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_bc9e99e084c38c80d12e8142423e10c0__{ REL::Offset(0x0456B0B0) }; - inline constexpr std::array BSResource__SDirectory2__ThreadCursor{ REL::Offset(0x045A63C0) }; - inline constexpr std::array BSResource__Server__Commands__CancelAll{ REL::Offset(0x0457D250) }; - inline constexpr std::array BSResource__Server__GraphProcessor{ REL::Offset(0x043A5048) }; - inline constexpr std::array BSResource__Server__LinearProcessor{ REL::Offset(0x043686E0) }; - inline constexpr std::array BSResource__Server__NodeBase{ REL::Offset(0x043453A0) }; - inline constexpr std::array BSResource__Server__ResourceServerDebug{ REL::Offset(0x045A7028) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_00e78374fa748df52e5051d6f1200f85_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__{ REL::Offset(0x0437F530) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ REL::Offset(0x0437F780) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_1350626edc89276506ac1f95704eabd8__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ REL::Offset(0x0437F620) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_37d97d1c066546897543d0f2cfc393d2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandleBase_BSTHeapSTLAllocator_BSResource2__DBHandleBase_2___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x04380CB8) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_44cdbee3c50ca9112b78f869433ff5f7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x04380D30) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_7ddc3f887185677b9881614a021f8209__{ REL::Offset(0x0437F580) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b69c667e42a027cd196cc757bed734a7__{ REL::Offset(0x0437F730) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x0437D600) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b96e2e1c1bd505ba28146f90755b412a__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ REL::Offset(0x0437F690) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_bf105458c3b8d0d949c6155c7e0691ee__BSCellAreaconst_std__shared_lock_BGSPlanet__Manager__{ REL::Offset(0x0437F5D0) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_d70ea8303525b4d983b64a8af0f778ab__{ REL::Offset(0x04380C68) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_e39c09fdb73b00d65c56a5ad3000d0ed__{ REL::Offset(0x0437EB58) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_BSTObjectArena_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTObjectArenaScrapAlloc_32___lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ REL::Offset(0x0437F6E0) }; - inline constexpr std::array - BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__std__hash_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy____std__equal_to_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_______lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x0437D670) }; - inline constexpr std::array BSResource__Server__SimpleServerDetails__InternalDependencyNode_BSProcGen__Resources_{ REL::Offset(0x0437F8F0) }; - inline constexpr std::array BSResource__Stream{ REL::Offset(0x045A6228) }; - inline constexpr std::array BSResource__StreamBase{ REL::Offset(0x045A61F8) }; - inline constexpr std::array BSResource____DefaultLocationData{ REL::Offset(0x045A70A8) }; - inline constexpr std::array BSResource____DevNull{ REL::Offset(0x045A6A10) }; - inline constexpr std::array BSResource____DevNull__NullStream{ REL::Offset(0x045A6960) }; - inline constexpr std::array BSResource____EventSources{ REL::Offset(0x045A6A78) }; - inline constexpr std::array BSResource____GlobalLocations{ REL::Offset(0x045A6AB8) }; - inline constexpr std::array BSResource____GlobalPaths{ REL::Offset(0x045A68F8) }; - inline constexpr std::array BSResource____LocationTree{ REL::Offset(0x045A6B20) }; - inline constexpr std::array BSResource____LooseFileAsyncBase__FunctorType{ REL::Offset(0x045A73C0) }; - inline constexpr std::array BSResource____LooseFileAsyncChild{ REL::Offset(0x045A7240) }; - inline constexpr std::array BSResource____LooseFileAsyncStream{ REL::Offset(0x045A72A8) }; - inline constexpr std::array BSResource____LooseFileStream{ REL::Offset(0x045A7310) }; - inline constexpr std::array BSResource____RegisterFoundStreamTraverser{ REL::Offset(0x045A6A98) }; - inline constexpr std::array BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy_{ REL::Offset(0x044E1880) }; - inline constexpr std::array BSResponse_BSFixedString_TESObjectREFR_BSFixedString_DoNothingUnhandledPolicy_{ REL::Offset(0x043526A0) }; - inline constexpr std::array BSRotAccumTransfInterpolator{ REL::Offset(0x04780F90) }; - inline constexpr std::array BSSaveDataSystemUtility{ REL::Offset(0x03F2CD08) }; - inline constexpr std::array BSSaveDataSystemUtilityFile{ REL::Offset(0x044CC940) }; - inline constexpr std::array BSScaleformFileOpener{ REL::Offset(0x0458F930) }; - inline constexpr std::array BSScaleformImageLoader{ REL::Offset(0x0458FF08) }; - inline constexpr std::array BSScaleformMovieLoadTask{ REL::Offset(0x0458FAD8) }; - inline constexpr std::array BSScaleformTranslator__ScaleformImpl{ REL::Offset(0x0458FF50) }; - inline constexpr std::array BSSceneNode{ REL::Offset(0x0457DC88) }; - inline constexpr std::array BSScript__ByteCode__PackedInstructionStream__InstructionFunctor{ REL::Offset(0x045AEAC0) }; - inline constexpr std::array BSScript__CompiledScriptLoader{ REL::Offset(0x045AB640) }; - inline constexpr std::array BSScript__ErrorLogger{ REL::Offset(0x045A86A0) }; - inline constexpr std::array BSScript__ICachedErrorMessage{ REL::Offset(0x045A8688) }; - inline constexpr std::array BSScript__IClientVM{ REL::Offset(0x0452DE50) }; - inline constexpr std::array BSScript__IComplexType{ REL::Offset(0x045A8260) }; - inline constexpr std::array BSScript__IFunction{ REL::Offset(0x045A93D0) }; - inline constexpr std::array BSScript__IHandleReaderWriter{ REL::Offset(0x04529C70) }; - inline constexpr std::array BSScript__ILoader{ REL::Offset(0x0452E4C0) }; - inline constexpr std::array BSScript__IMemoryPagePolicy{ REL::Offset(0x045AA1F0) }; - inline constexpr std::array BSScript__IObjectHandlePolicy{ REL::Offset(0x0452E430) }; - inline constexpr std::array BSScript__IObjectProcessor{ REL::Offset(0x045AE230) }; - inline constexpr std::array BSScript__IProfilePolicy{ REL::Offset(0x0452E360) }; - inline constexpr std::array BSScript__ISavePatcherInterface{ REL::Offset(0x0452DE38) }; - inline constexpr std::array BSScript__IStackCallbackFunctor{ REL::Offset(0x0452E140) }; - inline constexpr std::array BSScript__IStackCallbackSaveInterface{ REL::Offset(0x0452DE78) }; - inline constexpr std::array BSScript__IStore{ REL::Offset(0x0452C5B0) }; - inline constexpr std::array BSScript__IVMDebugInterface{ REL::Offset(0x045A8380) }; - inline constexpr std::array BSScript__IVMObjectBindInterface{ REL::Offset(0x045A7410) }; - inline constexpr std::array BSScript__IVMRemoteDebuggerInterface{ REL::Offset(0x045AD6F8) }; - inline constexpr std::array BSScript__IVMSaveLoadInterface{ REL::Offset(0x045A8278) }; - inline constexpr std::array BSScript__IVirtualMachine{ REL::Offset(0x045A83B8) }; - inline constexpr std::array BSScript__Internal__AutoPropGetFunction{ REL::Offset(0x045AF5A8) }; - inline constexpr std::array BSScript__Internal__AutoPropSetFunction{ REL::Offset(0x045AF4E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_02122c26b0be74514353a88d506a2640__{ REL::Offset(0x04529798) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0360372f0680ebf7ef6bb54b44c3b246__{ REL::Offset(0x045ADF50) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_045890a185c482d5895a73a5f408fc1e__{ REL::Offset(0x045ADE78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_046112375fa10f8318e8e290e13f938b__{ REL::Offset(0x045B0A28) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_04e53cb2371e58c071bc76e71a812401__{ REL::Offset(0x045B1C10) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_04efe721f1292324303d60741c771251__{ REL::Offset(0x045A77B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_06450ff4667b6559b4b11bc3fec1042d__{ REL::Offset(0x04529780) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_066b3bf4787acc83e99b7cf7517f2488__{ REL::Offset(0x0452DF78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_06e38ae098ddc3aa2134573a9dfed6b0__{ REL::Offset(0x045AB5B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_06ea22bd14bafd7feb5577f3cf5d7a5c__{ REL::Offset(0x045B1B80) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_095c2d9bc31c1811382623509ddbae32__{ REL::Offset(0x045AA0F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_09675d5e413510777f0a1884463947aa__{ REL::Offset(0x045581B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_09835bc0fa6c9d857857d6fe061a46b0__{ REL::Offset(0x0452B0A0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0a624a97b3c7bb2ed7e6bfc63f9f653b__{ REL::Offset(0x045AB598) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0af9277573c344118d6a1fe21861be45__{ REL::Offset(0x045B0980) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0b251481873c2fc664fefb6243c1d28d__{ REL::Offset(0x04549340) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0ca112fae378524f5c716434e6dc3af4__{ REL::Offset(0x045ADED8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0cbf88e287801d255a538991dedda930__{ REL::Offset(0x045A9110) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0f20dc351867eb139704044c2aafef40__{ REL::Offset(0x045ADD70) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0f2cce400fa8fc226f9799dbbb2ac3f7__{ REL::Offset(0x045A77E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0ffa4039c86b34939d9156f569351c83__{ REL::Offset(0x045B0AB8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_100817096d2871fec86183b3d5d2cf63__{ REL::Offset(0x045AE0A0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1022bf7ba33218059c5943b7177bda36__{ REL::Offset(0x045A9910) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_106a037e58cd223a27b0e4133fdb8e90__{ REL::Offset(0x045ADDD0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_10f6b540449e33286cafe8fd814c074a__{ REL::Offset(0x045ADB48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_11633ff57cf1f655573655e081f23783__{ REL::Offset(0x0452BBF0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_12aef229f47da98e2424118f5ab57f5e__{ REL::Offset(0x045AB430) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_132f52394ebbc275b28c8a3f247600d8__{ REL::Offset(0x045A7A58) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_134bfe5ae3c63f691cc383e907d4b52a__{ REL::Offset(0x04529D18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_14c4abc6072326c0d86e26653839793b__{ REL::Offset(0x045AB460) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1599f5a47c8b32576c26a4f50646ef86__{ REL::Offset(0x045AE848) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_171e2043e47a2b7ae5a5284fe3e8231a__{ REL::Offset(0x045B1D60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_17727cc8b00ded511dcb64ca76172cea__{ REL::Offset(0x0452A458) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_191bbe701cc3a26b0be5bbb8283110c1__{ REL::Offset(0x045A9928) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_195b29117bb53e6f6fab5c100b6cf414__{ REL::Offset(0x045B1020) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_19d0d049696ee9c50fd7fe46cc0ec7fa__{ REL::Offset(0x045AB538) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1b9498896c1c5518a568037d3e0ef312__{ REL::Offset(0x045B0AD0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1d5233af2554c8bf8c3b1d0cbdf99c74__{ REL::Offset(0x045AE8A8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1e2e04e9fac0e1ed271771653d9c0e9d__{ REL::Offset(0x045AE028) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1e77bf8ba449168726ee648bfb8c00a2__{ REL::Offset(0x0452BBD8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1f6d48a3f5c01e30f10f3610bde8bc55__{ REL::Offset(0x045B0C80) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_203ef803715b965dfdfc31e69cc58e2d__{ REL::Offset(0x04558508) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_20d1b1520a8d9535dbd93636277c0f54__{ REL::Offset(0x045B0EE8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_212930db2a9b4458714ea80fd7cb589a__{ REL::Offset(0x045B0908) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_21997b57d71ca5b487b7a616ca82152f__{ REL::Offset(0x045557B8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_21a2220d0527ea37e103f7714889f29e__{ REL::Offset(0x045AE100) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_21ac452d13e1fadaf64bec4ee6c0acbf__{ REL::Offset(0x045B0EB8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_21d23467ebfc6b45fcc90d23f6e8f68f__{ REL::Offset(0x04538278) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_226b02dde4327efc95fb547c6dba0331__{ REL::Offset(0x045AE8D8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_226c537515aad74a7132422c1285e020__{ REL::Offset(0x0452A878) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_22c8bc2d14ed99e197f1030a8403622e__{ REL::Offset(0x045AA170) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2311c81b3797f5a52c76dc4224a8834b__{ REL::Offset(0x045AB4C0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_242fae91e337cb0b091fb1c535e8d6f0__{ REL::Offset(0x04522FA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_244b960c5fe6424fc5226771c752b222__{ REL::Offset(0x045A9898) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2588025f28d88cab8d12e6ec45298453__{ REL::Offset(0x0452B8F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_26c6ca682d4a9fa13dd7654cc7c55f5c__{ REL::Offset(0x045B0878) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_288166a804eb7a620951202b9843aeb7__{ REL::Offset(0x045A76D0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_29226ad67e1c517b6a1b17a2b8c147a2__{ REL::Offset(0x045AE058) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2b3107f92420d08ee9f330740ca553bf__{ REL::Offset(0x0452B910) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2beb67eb6309935752f35f3a08139112__{ REL::Offset(0x045B1050) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2c58289f0c960d342a75376f03e42450__{ REL::Offset(0x0452B088) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2c9d58f9c070b067180943c63d3d3ebf__{ REL::Offset(0x045584F0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2d00f74225272ba4d0756f752d3cebcb__{ REL::Offset(0x045B0C68) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2dd51c7568dc73ef294bdba9b068857c__{ REL::Offset(0x045ADFE0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2de49d87138b6c5159615fecd45e4445__{ REL::Offset(0x04529618) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2f2557103d92d4b991b3ae29ff3db39d__{ REL::Offset(0x045A7798) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2f2b9801a649a141edba87307f6dea94__{ REL::Offset(0x0452BBC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2f3ef0149d37b291fb55cad30891fc68__{ REL::Offset(0x045A81F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_30222883fe322801a60bf0a39dc51937__{ REL::Offset(0x045B08C0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3130831d096c232338566a65da5134c1__{ REL::Offset(0x045B0F78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_31c0e626d5862109bddfd3daec2ab600__{ REL::Offset(0x045A7A70) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_32757ef7c268e601d2d75a1ba4776393__{ REL::Offset(0x045B0BC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_32e54638b9a05987c2fab8c8764dd814__{ REL::Offset(0x045ADF98) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_33036072e8d510723944184bbcabdeb8__{ REL::Offset(0x04558168) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_334bc6d23f6b538be902c06ad9f34831__{ REL::Offset(0x045AB628) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_35715878a159b0afdba496d16e61efc4__{ REL::Offset(0x0452BF48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_361c7f0462cd8412afcac79097ea8868__{ REL::Offset(0x045A81E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_36e4c1be2f3e2277e772707cf4113c9e__{ REL::Offset(0x045B1CE8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3703ba59f3a49175a5cdd7b728b6aa66__{ REL::Offset(0x0453F8D0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3750069834e58b97f370345a836a5635__{ REL::Offset(0x045ADD58) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3879f098f28b5bd9e364035a6e82a26e__{ REL::Offset(0x045AEA90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3b292593c08f98752f9c488c9d10b021__{ REL::Offset(0x045B1C88) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3b38ac6dd230c33dc63ec3ec9ea3f941__{ REL::Offset(0x045B0C38) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3d807bacfee4bb6f65b8b43e9ccef9c3__{ REL::Offset(0x045B0A10) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3ef8a79234917a28be5e71bb4f7000d4__{ REL::Offset(0x045AE890) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_40a5907200e316afd6453faea9962c5d__{ REL::Offset(0x045B09B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_40d9d6f49609309d9941d7f375744c82__{ REL::Offset(0x045B1D30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_40f8bbe2d260ea93a343b1ab7a9e88a8__{ REL::Offset(0x0452BF00) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_41afb89f0622ac48a762589f37fa5c9d__{ REL::Offset(0x045ADBF0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_42f1c8eff90874cf0b10a38a95704e46__{ REL::Offset(0x045ADDB8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_437ceb4e433a91f918a0a9ddbda972ca__{ REL::Offset(0x0452CDF0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_438960cb642397dd4f2bec486ca826b1__{ REL::Offset(0x045B1D18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_46bd15b1188f118c246042f0261a4162__{ REL::Offset(0x045A8228) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_474729285f7d64462b9e67ec3f4e0876__{ REL::Offset(0x045B1C70) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_47eb50df2d194d70828fb720011d7a63__{ REL::Offset(0x045AB5C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_48734f4124e9c4d113c4163ceff65aaf__{ REL::Offset(0x045A8210) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_48fa29384b1083fdfb72f436941a004b__{ REL::Offset(0x045AA0E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_499f66eae449c5b9baa627ac5f111664__{ REL::Offset(0x045B09C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4aef8c7e0a8a57305007ec3746a5c546__{ REL::Offset(0x045ADEA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4b7891416dae41035e5babc4f5f977bf__{ REL::Offset(0x045B0B00) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4bb9aa1d9f2f043aa6ea32e026bc5839__{ REL::Offset(0x04558138) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4bed40d46b7479ba14c28e3e93af2976__{ REL::Offset(0x0452BF60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4d4e81c67230c3a4e4eb65ccef2b2daf__{ REL::Offset(0x045B0B60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4e23292e53af912a0cec5c88d97cb3a0__{ REL::Offset(0x0452CDA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4e9f36e4e360c0df3b3f161c8298509e__{ REL::Offset(0x045A9188) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4fab562aff63ff487bd72a44e3f26269__{ REL::Offset(0x045B1B98) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_500a8b012bcfe5805e1d4b6339ccc2c4__{ REL::Offset(0x045B0938) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5166aa33c502718531e122e5b62063fb__{ REL::Offset(0x0452DF60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_51f4c7599fba3b54d2657d28b5d571fa__{ REL::Offset(0x045AB520) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_52394da72f1b024683a24785235290f9__{ REL::Offset(0x04529630) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_53828cb6ed5507c9f6e5583b336c0b49__{ REL::Offset(0x045A9A70) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_53f1c11abf470b5af0ab3157a7e40510__{ REL::Offset(0x045B1D90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5403f1488f3b0eec16b4da9f4dcbc27f__{ REL::Offset(0x045ADE00) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_54b3db24201dc72f1d263f7bb41472ed__{ REL::Offset(0x045AB400) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_551d5a0aac770b949e35949959f6a654__{ REL::Offset(0x045B0860) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_564791d4d1e83dee594310f406db3583__{ REL::Offset(0x045A7738) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_56a30b8cb1e23597dcadd61373e22433__{ REL::Offset(0x045ADE18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5835f80784b8b2623a762b843655dbb0__{ REL::Offset(0x0452DF30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_58a057d89d534186556acb193e9f475f__{ REL::Offset(0x045B1C40) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_597df40bf391622d8b4697c202560ad3__{ REL::Offset(0x045ADD88) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5b5caa92f1bdede6850a25a834b46ec8__{ REL::Offset(0x045B0890) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5c3ecec4335bb21a4feb6ee0ff1ca326__{ REL::Offset(0x045B1108) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5c9c6ab5a0af4fab87eb9c7f20d22397__{ REL::Offset(0x045B0F90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5da1137410734cdf7ff6310befd3ecb3__{ REL::Offset(0x045ADFB0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5f233e55b9ecea4e1488d9e3c2208d33__{ REL::Offset(0x0452BB78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5f34bd288bcad8dc0f27a44db1bfcac1__{ REL::Offset(0x045ADBC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_60d14d99fba9b381f873fec0b031d85c__{ REL::Offset(0x0447C210) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_610f268a7eb9cb125982f7ae1b2308b4__{ REL::Offset(0x045B0950) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_618c71cb024f326faffa7f44dda633ac__{ REL::Offset(0x045ADBA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_631ef27b74bb90e99c51bda586363756__{ REL::Offset(0x045B1D78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_63b35cfcf8ba2d6f0a2bbcfa841bb8f6__{ REL::Offset(0x0452A440) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_63c2387b89e483d41d50b674c47d00d7__{ REL::Offset(0x0452DEB0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_6435691dcafdf25001795859f9dd08d2__{ REL::Offset(0x045AE878) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_645e50ca33df68a80db06e7414c3220e__{ REL::Offset(0x04558300) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_64a9cb5c0f4e9902684e6ec1e3344786__{ REL::Offset(0x045A7720) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_655acaea9adc8804e4671136a0901ff8__{ REL::Offset(0x045B0C20) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_67a24422373971fbb0269ed66044bc22__{ REL::Offset(0x045A9170) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_67fa1b768b25c4fe4605376141de60d0__{ REL::Offset(0x045B0AE8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_680a46ba2cb700f48be300a81a5301f0__{ REL::Offset(0x045AB4F0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_681cc0a858064c0eb0d10dbc2b730575__{ REL::Offset(0x045AE088) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_6d0a094bd0e17259c02dbabac0988f6f__{ REL::Offset(0x0452DF18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_71316eab4ed1a6c587b65624045aa47a__{ REL::Offset(0x0452B028) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_714a3ee2d910ed8db9539157ffe240b3__{ REL::Offset(0x045A7768) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_715f971c86ea4f3f222793896cd665c6__{ REL::Offset(0x045B0A58) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_719e7aa53f46195a957bb912ccb0a0e7__{ REL::Offset(0x045B0848) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_71f3140295c63fc01e495e45e2fc9748__{ REL::Offset(0x045A9940) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7344ad7ef861d9abd789a10f663ae771__{ REL::Offset(0x04549388) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_73694edb4e9e4960720f23ee2ed5a200__{ REL::Offset(0x045B1BF8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7386cdf2d94c6ced574551d02dc2a195__{ REL::Offset(0x045B07E8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_73bc4f43cf7e2ce2e1c2d4620b70b6a3__{ REL::Offset(0x045B0B30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_73dffbc55ce2bfc9558df15e04166230__{ REL::Offset(0x045B0FC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_740216651ae0187bfd2f2ce8bee423d5__{ REL::Offset(0x045B1CA0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_741a50e0668ecc76049454b9e5f37d99__{ REL::Offset(0x04522FC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_74b701e758aee33f394cc779c18e474b__{ REL::Offset(0x045A79F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7596b2d82e4e4d5b29a2890b95d8ce8d__{ REL::Offset(0x0453F8B8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_75b34a469c6587b3b9fd0807db3e2be4__{ REL::Offset(0x04558640) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_75f5e2db0ffa9048a002e4574bd775ec__{ REL::Offset(0x0452A3D8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7823a845baa417078257e22096502dd4__{ REL::Offset(0x0452A3C0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7826335e103db9aad929a91243bbed15__{ REL::Offset(0x045B0F60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_78277c0fc395497e38f8e29e6a7a78f9__{ REL::Offset(0x045B08D8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_78d6ee4331a2c4da22708fc7e1fe6c04__{ REL::Offset(0x045ADC50) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_79510e1b64a59265f0a0f69f150b8586__{ REL::Offset(0x0452A860) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7988ec7ceabe28cc10840fa0270190ca__{ REL::Offset(0x045B0FA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_79f78b965718bbebdd8e363df57087a7__{ REL::Offset(0x0452B620) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7a56e47c9e141af3cfb2e7f2b2689e6d__{ REL::Offset(0x045A7750) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7afb4294e19e40e07a22e4d0b4b3d458__{ REL::Offset(0x045AA0B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7b69fb190507062ec402676524f970f7__{ REL::Offset(0x0452A3F0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7b96813f06287b2d3c39b27cfe2ae384__{ REL::Offset(0x045B1CB8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7bb6eb3faac35c78fa79cacebeaafb39__{ REL::Offset(0x045ADF80) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7cb67c892f57252d51c8f2f2e461340b__{ REL::Offset(0x045AA0C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7e088beb663cd2abb84936e9aeb84226__{ REL::Offset(0x045B0968) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7e08d229e5e0c8ae5df575e9b816513d__{ REL::Offset(0x045ADBD8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_802c078ee9979744911eb5a3841d9020__{ REL::Offset(0x045B1D00) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_842ef51fd864254c5904c16495cefe48__{ REL::Offset(0x045ADF08) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_84adc2ed4f574746a54f748e3b0ee6b7__{ REL::Offset(0x045ADB90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_880628682c8cc8e35320a5c4691f61e9__{ REL::Offset(0x045AE860) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_88a30c182deba3c36f61bf8b280e8504__{ REL::Offset(0x045AB3E8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_897e071d4f6f588f1b1cc594b8682c2b__{ REL::Offset(0x0452B040) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8a00011017069693a1ecf2e8fe1d3ada__{ REL::Offset(0x0452DF90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8a969997e0ffa6a499f395759133dbf7__{ REL::Offset(0x045B1068) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8b161bcdfa62edcd3be276b3f7b3ee3a__{ REL::Offset(0x045B0BA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8b753712b7bb732e85ec30f0156bf1a5__{ REL::Offset(0x045B0B18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8c7d98918d0b24ebec04adecd0ec8d1a__{ REL::Offset(0x045B0E88) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8cf58f32d8f5b2deda1bd7ecc7a7bffb__{ REL::Offset(0x045B0830) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8f7c3d1d4d290832c54acfe11eacb7e8__{ REL::Offset(0x045A98E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8f9987095064e7d4e7e346ba3222f86a__{ REL::Offset(0x04558198) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8fc51817b274ec09564ea6176c5a85ca__{ REL::Offset(0x045AB610) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_91457ab7253963bb63261c1ee6dee20f__{ REL::Offset(0x045A90C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_917b92ea2285c30de6fe3ca603986b4a__{ REL::Offset(0x045B0BD8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_92ddbff848a0b6078f72c0afe7089462__{ REL::Offset(0x045B0BF0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_93dfefde362f3ff9dd369aacdd5fef87__{ REL::Offset(0x045B1DC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_94e586e057aa3ab7e289478c3070ec93__{ REL::Offset(0x04538290) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_972fa3830fd19a60193b78f9ad738c29__{ REL::Offset(0x045B07B8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_98eb73d7bf2f0807326098a3c21f24d1__{ REL::Offset(0x04557C30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_99fbef144fe6f842bf44e74c5cbe5834__{ REL::Offset(0x045B0998) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9b6b0aa932cecc1edf90168689e89b93__{ REL::Offset(0x045ADDA0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9bbc83d43fe6941a7c1276039b9ce3f5__{ REL::Offset(0x0452B5F0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9c20ef5d6c3cb255019878c87dc18415__{ REL::Offset(0x045B1BB0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9ce1cc8d2f04e74d9680b570d7dc6c2d__{ REL::Offset(0x045B09F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9d3dccf20a25de3b5b6b64de98097899__{ REL::Offset(0x0452A428) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9f5155773b4a1b5c58e7bc4e7bfdba16__{ REL::Offset(0x045A9958) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9f78a13781d5ce4b8d86010ccc93a71d__{ REL::Offset(0x045B0B48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9fb680cb6274dc6dd0ddf429720b7606__{ REL::Offset(0x0452BF18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a0b3c8097eb8e0bac69a3bdfce2edc49__{ REL::Offset(0x04529D30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a1c78ca6e75e48166d04b1dbbdc1838a__{ REL::Offset(0x045ADD40) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a1fbd714e319552a0ef0d9727720005e__{ REL::Offset(0x045A76B8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a2139da93515ac5ad43d4aa8f96db06f__{ REL::Offset(0x0452BF30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a277cfdfa8489f756e0f726ebb7d9567__{ REL::Offset(0x045A9128) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a2e59104d981eb0a42b2796397322efd__{ REL::Offset(0x045AB4A8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a2f256345aebf1faeaedc8ffdb406a39__{ REL::Offset(0x045A8650) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a3b93f2563d8850c261e77644baa69a3__{ REL::Offset(0x045ADF68) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a3bc8fd412cf50f6b82babc0ea7e011f__{ REL::Offset(0x04558538) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a3eacdbff35b236da2f56eb9985a2518__{ REL::Offset(0x045B1CD0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a49c788bf678204c9ee243876d6a7ac2__{ REL::Offset(0x045B0A88) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a553eb6589adbede1435ff2818f257b6__{ REL::Offset(0x045B0F00) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a5711054e584c84643f50bfdaa9b6b3d__{ REL::Offset(0x0452CDC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a746b1700e3659355c88fa2fad48b2b9__{ REL::Offset(0x045AB448) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a74af080b0abec224ece4c35ee725212__{ REL::Offset(0x04558120) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a7be67920776cdeda95b51372bf23e8e__{ REL::Offset(0x045B07D0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a8e83f97fdbbeb630f88120542d625ef__{ REL::Offset(0x045B09E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_aa2d04ed98527fa32156abf2b7e3da05__{ REL::Offset(0x045580A8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_aae3fa0ad23b825f299973c1d0e45f53__{ REL::Offset(0x045ADE90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ab82cf40ad953b66090d2ac0c7d0e7b2__{ REL::Offset(0x0452CD90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_abc9d4a20e1aead67d9f4b57a579aa36__{ REL::Offset(0x045B0FD8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ac528a71e0900eb241c01fadfad5c059__{ REL::Offset(0x045B0F30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_acc4630c8c1b53ad4c3a04b6314fb18f__{ REL::Offset(0x045A9158) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_acdc8f293fd16e7d5a550f0544d1bed5__{ REL::Offset(0x045B0B78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ad4c50dfd4773f6eec86c8a164aa0a0f__{ REL::Offset(0x045AB5F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_af17e7b83fb8224926eb7885c3e1c5f8__{ REL::Offset(0x04529968) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b04e2da4fb8cb80509b1aeeff70a7a10__{ REL::Offset(0x0453F8E8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b0682445c55533454b473fd30364cf2a__{ REL::Offset(0x045A7780) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b2353ae13e42226535693aaaa33f9018__{ REL::Offset(0x04558180) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b2cdea078ef487a19e05281fa1797871__{ REL::Offset(0x0452B8C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b30f4f4e4d2ff9edf9de7be5dad9da01__{ REL::Offset(0x045B1DA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b35587b3cf2b50decb1e45693dd2d65e__{ REL::Offset(0x0453C740) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b3fcaf59e26899a207dd6080e81a4d1d__{ REL::Offset(0x045B0F18) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b44f06720d438162257a78e6ecb7fbe5__{ REL::Offset(0x045AA188) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b5a51d6309454d5d83110876b74325e4__{ REL::Offset(0x045B0920) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b7ab0c997ed4e48be0451acecb0b8e14__{ REL::Offset(0x045B1008) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b7c31b6034c69f6decc7a9e46cc2d80b__{ REL::Offset(0x045B0EA0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b8a0b33aa93533c1fe071c789eb56c97__{ REL::Offset(0x0452B070) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b8b23cd50f629f4272753d2a18adeddf__{ REL::Offset(0x045A77C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b9e8f6f90da086b534265a19c892f189__{ REL::Offset(0x045A90F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ba2c9a2e56f0b8dc1849c9ffa6668fa6__{ REL::Offset(0x045ADE60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ba66f84876acef0f10b586fa824514ec__{ REL::Offset(0x045ADEF0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bc222a075edbe78f7a53bff645b36ca3__{ REL::Offset(0x045AB4D8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bc9705a849a34d711f273f3a449f4cb9__{ REL::Offset(0x045AE0E8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_be2155f5be453463918f21d9b2f445d7__{ REL::Offset(0x045ADE30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_be655b8798518b83af98581e42d70fbd__{ REL::Offset(0x045B08A8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bed1a05d54bd88c15207e603a7a17a92__{ REL::Offset(0x04558520) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bed85b09b9ed3355dcc1986849044e52__{ REL::Offset(0x045B0F48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bf50a16e40a651db35c8ba6bb5fc82db__{ REL::Offset(0x045A9140) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bf6a8bb3af83506006bca4f8ec2288dc__{ REL::Offset(0x045B0C98) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bf942b8167224dfcb6cb224fc8dff154__{ REL::Offset(0x0452CD78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bfe42e3852c55f2e5d217210efc8c5e7__{ REL::Offset(0x045A98C8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bffd3e152755f9ae6c3ead71f556afe8__{ REL::Offset(0x045B1C28) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c0867478ce833586641252d7592ed001__{ REL::Offset(0x045B0FF0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c0ec1cdba9232d6577a7941bfe940f4b__{ REL::Offset(0x045AEAA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c18ddfec56d6fcb70a1d887fda59b094__{ REL::Offset(0x045582E8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c19e4767f53d88af0c87f5c15724b915__{ REL::Offset(0x04558150) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c1e745843e971876f54bbffb8de56022__{ REL::Offset(0x045AA128) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c20350d14aef637940dd749ec09220ca__{ REL::Offset(0x045AE0B8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c243f538ea07d990f2a5deb1e55f8011__{ REL::Offset(0x045AA158) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c31a2a36aefac824fef0a53c4e0a211b__{ REL::Offset(0x045B0A40) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c40b67edd85a9bdb0c4f8c5aaf44ccc0__{ REL::Offset(0x0452A3A8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c4a3f0c93bb595505c6ef54dfe2dbf6c__{ REL::Offset(0x0452A848) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c4c82cf4556f54d615bb9d9a9a7785d4__{ REL::Offset(0x045ADB30) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c4e2dd91abafbdc7113e7fe251e62b68__{ REL::Offset(0x0452C438) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c688b4a3930e887994f9ff22a44d1055__{ REL::Offset(0x0452CE08) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c6f15aee236d6778aecf4030939e648d__{ REL::Offset(0x045B1D48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c7d195272685e18515980cb4f141e5e7__{ REL::Offset(0x045ADCF8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ca12cab6b49af1118bbc3acbdef3ad2c__{ REL::Offset(0x045AB580) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_cce081897d37e5a7ff2682275a21f47e__{ REL::Offset(0x045557D0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_cd3d2879b9c2f193df57a852e166fa37__{ REL::Offset(0x045A98B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ce5d1e302831e375f59ce55f1ba0efcb__{ REL::Offset(0x0452DF48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d0524595d53784a777256654df184400__{ REL::Offset(0x0452BB90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d18397ac97102f79f73762b829004f22__{ REL::Offset(0x045ADD28) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d26284ad1a966342395fc35246850ebc__{ REL::Offset(0x0452A830) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d27537a1b55940a201039e4526a6fabd__{ REL::Offset(0x045B0A70) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d2927be86be9174bcfaf938b446e242a__{ REL::Offset(0x0452B5A8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d360b3a722582a6405020d1880e11c62__{ REL::Offset(0x0452B590) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d47011212f92e03ce0c144c08f5c0376__{ REL::Offset(0x045B0C50) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d470ea3e7e00eb6cb8e4753e84358c81__{ REL::Offset(0x045AB508) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d4c21d061d1730e6c442222e95aae7e1__{ REL::Offset(0x045582D0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d57673b68f75bff3ab6be7fc1f1bc4de__{ REL::Offset(0x04558108) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d583b0b3d0781b1f040a14279a3c1e38__{ REL::Offset(0x045B0AA0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d5dede834329bc72fd38341535be2334__{ REL::Offset(0x045B1038) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d6517e45fc467d7ab0ca21fecd0d34d9__{ REL::Offset(0x045AE0D0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d69e47580585bca0b81bba1266976d2d__{ REL::Offset(0x045B08F0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d7480b0f84fff0346b6cc5b74a19ae21__{ REL::Offset(0x045AB490) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d790af53937f7e516d4663912669e8e7__{ REL::Offset(0x045ADE48) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d7b70ef5e69a8f52cb3f82623ace10de__{ REL::Offset(0x045ADF38) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d897263a1e3d967e06c67b717cffdcc6__{ REL::Offset(0x0452B058) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d932a6fc49a5982146e401f2811a193c__{ REL::Offset(0x045ADC38) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d971bbc3dc9ed71bf53e59b32a581d4f__{ REL::Offset(0x0452DEC8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_da6f2d6d493f7877f274d863256ed547__{ REL::Offset(0x045A7A28) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_da84597145903905cf4628e7b7d95cdc__{ REL::Offset(0x045AE118) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dad678bb0d4f37da792d090f78710788__{ REL::Offset(0x0452DF00) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_daebd2e0d840d59c7840e45c5703701e__{ REL::Offset(0x0452B578) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_db60577df69cd83290fbcc5fca4b00a7__{ REL::Offset(0x045AE130) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dc9d1efc4809f06b3d9d3253b11ead39__{ REL::Offset(0x045A7A10) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dceb43904e5ea9b6abd52cfa7569700d__{ REL::Offset(0x045580D8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dcf3c08d7b49df537da17b8639e51c7c__{ REL::Offset(0x045AB550) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ddfc15402f3d249953d7d45915cfa7cf__{ REL::Offset(0x045ADEC0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_df002d1f4df00b2ff2289cb93db7c792__{ REL::Offset(0x045B1B50) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dfb37256bd8bb47942803ef19fd5598e__{ REL::Offset(0x045B0818) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dfb974a55430afb3e2360b58191ed6c6__{ REL::Offset(0x045580F0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e05439751b4f6d015b03830ac1de7c0a__{ REL::Offset(0x045AA1A0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e0dfdcf3bb3d24d6829800674ab09670__{ REL::Offset(0x04529980) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e33c0fb8e443b5cbaba490e78cca5283__{ REL::Offset(0x045B1B68) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e365f2925342579338131085504fefb3__{ REL::Offset(0x045B1C58) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e42778fa8bfbd124666f05ca02ade8dc__{ REL::Offset(0x0452B5D8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e4f93fb5ad678dc72a2d452d7c37112e__{ REL::Offset(0x045AA098) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e5fd3939c6389bee094722082f9c3dd5__{ REL::Offset(0x045AB478) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e622216f201a2158f750e267701d9e13__{ REL::Offset(0x045AEA78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e676881980426158e6cd7e0b625941c9__{ REL::Offset(0x045AE8C0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e6f7615137c5907aeb897143153913f2__{ REL::Offset(0x045AB5E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e7abc812033d724dfabed043d01353e7__{ REL::Offset(0x045B0C08) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e8233a2e1c0b3a09af1056110abd4931__{ REL::Offset(0x045B0E70) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e825ada6044397b46e187e02ddf9c722__{ REL::Offset(0x04529600) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e83960b0e352b6b397a1ee6ed57b62bb__{ REL::Offset(0x045ADB60) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e9b4bd62e1594914c1f820d88177a97c__{ REL::Offset(0x0452B8E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ec2a362bd24dc2b573adb775e88e5629__{ REL::Offset(0x045557A0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_edb1efc438a9b523c8ccd82d79fd6947__{ REL::Offset(0x0452B5C0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_edf1ffa676a50d18e516e7b8cc0f470b__{ REL::Offset(0x045B1BC8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ee6a3623bc31c868f9943f6c8924bd71__{ REL::Offset(0x045A77F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef46af054b01b8325be51719c97536d4__{ REL::Offset(0x045A7A40) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef6021d31541f941ed0953d537fe4953__{ REL::Offset(0x045AA110) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef99d8752b4b4039b5096e3e10694d94__{ REL::Offset(0x045AE070) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_efa77261d9d923d5a08c06a823921f8d__{ REL::Offset(0x045297B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_efd513b9708d9fe9ef6fe678e5b8a236__{ REL::Offset(0x045AB568) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f15c039b05ba43d1772398feb9928ac1__{ REL::Offset(0x045ADDE8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f1c196a9b667c520331cc1dab9c15355__{ REL::Offset(0x045ADD10) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f262931cb1dafba8216a34e41d23a256__{ REL::Offset(0x0452BBA8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f2a2a50cf35e896688d0664427cee6d0__{ REL::Offset(0x045AE040) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f32e419e62f35a522891b3e0dcba4229__{ REL::Offset(0x045B0B90) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f391568749114e3f1b2fe318c3e220b8__{ REL::Offset(0x045ADFC8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f3c2b04e4020e2fb8a70a09f6fdd834b__{ REL::Offset(0x045580C0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f42a59ec43849d83a9b98b1956053250__{ REL::Offset(0x045A9A58) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f48d3b6efe445329c0142186db6cd6e4__{ REL::Offset(0x045A90B0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f4a609fac2f00a76ab9bb62c917b4ee0__{ REL::Offset(0x0452B608) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f56046c3c380480ff99c04c9ed2f071f__{ REL::Offset(0x045A98F8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f5b1b067cf9d7459e60e73229fa94e6a__{ REL::Offset(0x045ADFF8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f677de8524a59c67035b6829bab013d6__{ REL::Offset(0x045B0ED0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f7464ee3aeaa42e509a6e89d5d8b2acf__{ REL::Offset(0x045A90E0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f808da4bc82fea4ea20fd78d8c7ab291__{ REL::Offset(0x0452CDD8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f9501becdb4254364706aa129a8e5996__{ REL::Offset(0x045B1BE0) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f9e16eeb7df889d06b33524af8cc3935__{ REL::Offset(0x045AA140) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fa2021e211ecab60317ebf00217152bc__{ REL::Offset(0x0452A890) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fbc4307d58b2aa24fcdb6f3c2dc52d5b__{ REL::Offset(0x045AA020) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fc54dcf60747501042a167c9db0a5a23__{ REL::Offset(0x045B0800) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fe60a7083203a597a71f33ca821fef5e__{ REL::Offset(0x045ADF20) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fe8f4bc7257ee1f033ee621d22ceb88c__{ REL::Offset(0x04534338) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fea4d95b98a93c5184de078e5acd242b__{ REL::Offset(0x045AB418) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fee7bc3577f6720ec0d8b77b143c3a8d__{ REL::Offset(0x045AE010) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ff721520b2d17d48926db4c51a0e0163__{ REL::Offset(0x045ADB78) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl_char_{ REL::Offset(0x04476550) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl_charconst_{ REL::Offset(0x0452E4E8) }; - inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl_std__function_void__{ REL::Offset(0x045A7A88) }; - inline constexpr std::array BSScript__Internal__CodeTasklet{ REL::Offset(0x045B0798) }; - inline constexpr std::array BSScript__Internal__FunctionMessageNode{ REL::Offset(0x045B1F98) }; - inline constexpr std::array BSScript__Internal__FunctionMessageProcessor{ REL::Offset(0x045B1FE8) }; - inline constexpr std::array BSScript__Internal__IFuncCallQuery{ REL::Offset(0x045AE1F0) }; - inline constexpr std::array BSScript__Internal__NativeFunctionStub{ REL::Offset(0x045AE9B0) }; - inline constexpr std::array BSScript__Internal__RawFuncCallQuery{ REL::Offset(0x045AE210) }; - inline constexpr std::array BSScript__Internal__ScriptFunction{ REL::Offset(0x045B2008) }; - inline constexpr std::array BSScript__Internal__VirtualMachine{ REL::Offset(0x045AD728), REL::Offset(0x045AD948), REL::Offset(0x045AD9A8), REL::Offset(0x045ADAB0), REL::Offset(0x045ADAE8), REL::Offset(0x045ADB08), REL::Offset(0x045ADB20) }; - inline constexpr std::array BSScript__Internal__VirtualMachine__AttemptFunctionCall__2__Callbacks{ REL::Offset(0x045AD698) }; - inline constexpr std::array BSScript__Internal__VirtualMachine__CallInTasklet__2__Callbacks{ REL::Offset(0x045AD638) }; - inline constexpr std::array BSScript__Internal__VirtualMachine__HandleCallMessage__2__Callbacks{ REL::Offset(0x045AD6C8) }; - inline constexpr std::array BSScript__Internal__VirtualMachine__IFuncCallCallbacks{ REL::Offset(0x045AD668) }; - inline constexpr std::array BSScript__LinkerProcessor{ REL::Offset(0x045B1DD8) }; - inline constexpr std::array BSScript__NF_util__NativeFunctionBase{ REL::Offset(0x045A9498) }; - inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_ActorValueInfoconst_{ REL::Offset(0x0452E9A8) }; - inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_Actor_{ REL::Offset(0x0452E720) }; - inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_EffectSetting_{ REL::Offset(0x0452E7F8) }; - inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_TESForm_{ REL::Offset(0x0452EA80) }; - inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_float_{ REL::Offset(0x0452E648) }; - inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_void_{ REL::Offset(0x0452E8D0) }; - inline constexpr std::array BSScript__NativeFunction0_ActorValueInfo_BGSResourceconst_{ REL::Offset(0x04533D60) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_Actor_{ REL::Offset(0x04532200) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x04530B50) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_GameScript__SpaceshipRef_{ REL::Offset(0x04533208) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_TESFaction_{ REL::Offset(0x045322D8) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_TESNPC_{ REL::Offset(0x04532EA8) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_TESObjectARMO_{ REL::Offset(0x04532560) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_TESObjectREFR_{ REL::Offset(0x045323B0) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_TESPackage_{ REL::Offset(0x045327E8) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_TESRace_{ REL::Offset(0x04532CF8) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_bool_{ REL::Offset(0x04530A78) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_float_{ REL::Offset(0x04532DD0) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_int_{ REL::Offset(0x045328C0) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_unsignedint_{ REL::Offset(0x04532488) }; - inline constexpr std::array BSScript__NativeFunction0_Actor_void_{ REL::Offset(0x04530490) }; - inline constexpr std::array BSScript__NativeFunction0_AlchemyItem_bool_{ REL::Offset(0x04533E68) }; - inline constexpr std::array BSScript__NativeFunction0_BGSAffinityEvent_void_{ REL::Offset(0x04520F40) }; - inline constexpr std::array BSScript__NativeFunction0_BGSBaseAlias_TESQuest_{ REL::Offset(0x045340B0) }; - inline constexpr std::array BSScript__NativeFunction0_BGSBaseAlias_bool_{ REL::Offset(0x04533FD8) }; - inline constexpr std::array BSScript__NativeFunction0_BGSBaseAlias_void_{ REL::Offset(0x04534260) }; - inline constexpr std::array BSScript__NativeFunction0_BGSChallengeForm_void_{ REL::Offset(0x0447BE68) }; - inline constexpr std::array BSScript__NativeFunction0_BGSListForm_unsignedint_{ REL::Offset(0x0453D548) }; - inline constexpr std::array BSScript__NativeFunction0_BGSListForm_void_{ REL::Offset(0x0453D7D0) }; - inline constexpr std::array BSScript__NativeFunction0_BGSLocAlias_BGSLocation_{ REL::Offset(0x045348A0) }; - inline constexpr std::array BSScript__NativeFunction0_BGSLocAlias_void_{ REL::Offset(0x045346F0) }; - inline constexpr std::array BSScript__NativeFunction0_BGSLocation_BGSPlanet__PlanetData_{ REL::Offset(0x04535808) }; - inline constexpr std::array BSScript__NativeFunction0_BGSLocation_bool_{ REL::Offset(0x04535D18) }; - inline constexpr std::array BSScript__NativeFunction0_BGSLocation_void_{ REL::Offset(0x04534F98) }; - inline constexpr std::array BSScript__NativeFunction0_BGSLocationconst_unsignedint_{ REL::Offset(0x04535B68) }; - inline constexpr std::array BSScript__NativeFunction0_BGSMessage_void_{ REL::Offset(0x04536278) }; - inline constexpr std::array BSScript__NativeFunction0_BGSMusicType_void_{ REL::Offset(0x04536528) }; - inline constexpr std::array BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSKeyword_{ REL::Offset(0x045245F0) }; - inline constexpr std::array BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSLocation_{ REL::Offset(0x04524A28) }; - inline constexpr std::array BSScript__NativeFunction0_BGSPlanet__PlanetData_float_{ REL::Offset(0x045246C8) }; - inline constexpr std::array BSScript__NativeFunction0_BGSRefAlias_TESObjectREFR_{ REL::Offset(0x04536A28) }; - inline constexpr std::array BSScript__NativeFunction0_BGSRefAlias_void_{ REL::Offset(0x04536950) }; - inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x04536E90) }; - inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x04536DB8) }; - inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_unsignedint_{ REL::Offset(0x04537040) }; - inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_void_{ REL::Offset(0x04537118) }; - inline constexpr std::array BSScript__NativeFunction0_BGSResearchProjectForm_void_{ REL::Offset(0x04522A58) }; - inline constexpr std::array BSScript__NativeFunction0_BGSResource_TESForm_{ REL::Offset(0x04555870) }; - inline constexpr std::array BSScript__NativeFunction0_BGSScene_TESQuest_{ REL::Offset(0x04537460) }; - inline constexpr std::array BSScript__NativeFunction0_BGSScene_bool_{ REL::Offset(0x04537610) }; - inline constexpr std::array BSScript__NativeFunction0_BGSScene_void_{ REL::Offset(0x04537388) }; - inline constexpr std::array BSScript__NativeFunction0_BGSVoiceType_unsignedint_{ REL::Offset(0x04537CE8) }; - inline constexpr std::array BSScript__NativeFunction0_BGSWeatherSettingsForm_BSScript__ArrayWrapper_BGSKeywordconst__{ REL::Offset(0x04529080) }; - inline constexpr std::array BSScript__NativeFunction0_BSInputEnableLayer_bool_{ REL::Offset(0x0453CF28) }; - inline constexpr std::array BSScript__NativeFunction0_BSInputEnableLayer_void_{ REL::Offset(0x0453D288) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__Object_bool_{ REL::Offset(0x0453DFD0) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__Object_void_{ REL::Offset(0x0453EBA0) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_ActorValueInfoconst_{ REL::Offset(0x0453B450) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_Actor_{ REL::Offset(0x0453C1F0) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_{ REL::Offset(0x04528FA8) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSFixedString_{ REL::Offset(0x04538458) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSInputEnableLayer_{ REL::Offset(0x0453D0D8) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x0453A370) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__{ REL::Offset(0x0453A0E8) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ REL::Offset(0x0453A520) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_TESQuest__{ REL::Offset(0x0453A448) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__{ REL::Offset(0x0453A1C0) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_GameScript__SpaceshipRef_{ REL::Offset(0x0453A5F8) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_TESObjectREFR_{ REL::Offset(0x04537A58) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_bool_{ REL::Offset(0x0453BF68) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_float_{ REL::Offset(0x04529230) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_int_{ REL::Offset(0x0453C478) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_unsignedint_{ REL::Offset(0x04529158) }; - inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_void_{ REL::Offset(0x045293E0) }; - inline constexpr std::array BSScript__NativeFunction0_EffectSetting_bool_{ REL::Offset(0x04538A70) }; - inline constexpr std::array BSScript__NativeFunction0_EnchantmentItem_bool_{ REL::Offset(0x04538C20) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__LeveledSpaceshipBase_void_{ REL::Offset(0x0447C000) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_Actor_{ REL::Offset(0x0454B428) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESFaction_{ REL::Offset(0x0454BE48) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESForm_{ REL::Offset(0x0454BAE8) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESNPC_{ REL::Offset(0x0454B500) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESObjectREFR_{ REL::Offset(0x0454C868) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_bool_{ REL::Offset(0x04549E38) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_void_{ REL::Offset(0x0454EF20) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipBase_bool_{ REL::Offset(0x04524B10) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_BGSKeywordconst_{ REL::Offset(0x04528A88) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ REL::Offset(0x04526C28) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x04527210) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipBase_{ REL::Offset(0x04527720) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipRef_{ REL::Offset(0x04526EB0) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_TESFaction_{ REL::Offset(0x04527060) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_TESObjectREFR_{ REL::Offset(0x04527570) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_TESPackage_{ REL::Offset(0x04526F88) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_bool_{ REL::Offset(0x04528578) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_float_{ REL::Offset(0x045277F8) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_int_{ REL::Offset(0x04527498) }; - inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_void_{ REL::Offset(0x04528728) }; - inline constexpr std::array BSScript__NativeFunction0_IngredientItem_bool_{ REL::Offset(0x0453C938) }; - inline constexpr std::array BSScript__NativeFunction0_IngredientItem_unsignedint_{ REL::Offset(0x0453CAE8) }; - inline constexpr std::array BSScript__NativeFunction0_IngredientItem_void_{ REL::Offset(0x0453CA10) }; - inline constexpr std::array BSScript__NativeFunction0_SpellItem_bool_{ REL::Offset(0x045416F0) }; - inline constexpr std::array BSScript__NativeFunction0_TESFaction_bool_{ REL::Offset(0x04542190) }; - inline constexpr std::array BSScript__NativeFunction0_TESFaction_unsignedint_{ REL::Offset(0x045420B8) }; - inline constexpr std::array BSScript__NativeFunction0_TESFaction_void_{ REL::Offset(0x04542438) }; - inline constexpr std::array BSScript__NativeFunction0_TESForm_bool_{ REL::Offset(0x04542830) }; - inline constexpr std::array BSScript__NativeFunction0_TESForm_float_{ REL::Offset(0x04542C68) }; - inline constexpr std::array BSScript__NativeFunction0_TESForm_int_{ REL::Offset(0x04542B90) }; - inline constexpr std::array BSScript__NativeFunction0_TESForm_unsignedint_{ REL::Offset(0x04542D40) }; - inline constexpr std::array BSScript__NativeFunction0_TESForm_void_{ REL::Offset(0x04542908) }; - inline constexpr std::array BSScript__NativeFunction0_TESFurniture_TESForm_{ REL::Offset(0x04542E30) }; - inline constexpr std::array BSScript__NativeFunction0_TESGlobal_float_{ REL::Offset(0x04543028) }; - inline constexpr std::array BSScript__NativeFunction0_TESImageSpaceModifier_void_{ REL::Offset(0x04543218) }; - inline constexpr std::array BSScript__NativeFunction0_TESLevCharacter_void_{ REL::Offset(0x04543430) }; - inline constexpr std::array BSScript__NativeFunction0_TESLevItem_void_{ REL::Offset(0x04543608) }; - inline constexpr std::array BSScript__NativeFunction0_TESLevSpell_void_{ REL::Offset(0x045438C0) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_Actor_{ REL::Offset(0x04543B48) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_BGSListForm_{ REL::Offset(0x04543F80) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_TESClass_{ REL::Offset(0x04544130) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_TESRace_{ REL::Offset(0x04543CF8) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_bool_{ REL::Offset(0x04543C20) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_int_{ REL::Offset(0x04543EA8) }; - inline constexpr std::array BSScript__NativeFunction0_TESNPC_unsignedint_{ REL::Offset(0x04543DD0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectACTI_bool_{ REL::Offset(0x045442E8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_TESFaction_{ REL::Offset(0x045445E8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_TESNPC_{ REL::Offset(0x04544510) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_TESObjectREFR_{ REL::Offset(0x04544CA8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_bool_{ REL::Offset(0x04544D80) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_void_{ REL::Offset(0x04544AF8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_Actor_{ REL::Offset(0x04549418) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSLocation_{ REL::Offset(0x0454B6B0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSPlanet__PlanetData_{ REL::Offset(0x0454B5D8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSScene_{ REL::Offset(0x0454C280) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSVoiceType_{ REL::Offset(0x04549FE8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSFixedString_{ REL::Offset(0x0454BFF8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x0454B1A0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSLocationRefType__{ REL::Offset(0x0454C430) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSResourceconst__{ REL::Offset(0x0454A0C0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x0454B278) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_float__{ REL::Offset(0x04549928) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_unsignedint__{ REL::Offset(0x0454C1A8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESKey_{ REL::Offset(0x0454C790) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESObjectCELL_{ REL::Offset(0x04549A00) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x045496A0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESWorldSpace_{ REL::Offset(0x04549F10) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_bool_{ REL::Offset(0x04550F30) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_float_{ REL::Offset(0x0454B0C8) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_int_{ REL::Offset(0x0454B788) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_unsignedint_{ REL::Offset(0x0454C0D0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_void_{ REL::Offset(0x045517A0) }; - inline constexpr std::array BSScript__NativeFunction0_TESObjectWEAP_TESAmmo_{ REL::Offset(0x04552B00) }; - inline constexpr std::array BSScript__NativeFunction0_TESPackage_TESPackageconst_{ REL::Offset(0x04552CC0) }; - inline constexpr std::array BSScript__NativeFunction0_TESPackage_TESQuest_{ REL::Offset(0x04552D98) }; - inline constexpr std::array BSScript__NativeFunction0_TESQuest_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x04552F48) }; - inline constexpr std::array BSScript__NativeFunction0_TESQuest_bool_{ REL::Offset(0x045536E0) }; - inline constexpr std::array BSScript__NativeFunction0_TESQuest_float_{ REL::Offset(0x04553890) }; - inline constexpr std::array BSScript__NativeFunction0_TESQuest_unsignedint_{ REL::Offset(0x04553020) }; - inline constexpr std::array BSScript__NativeFunction0_TESQuest_void_{ REL::Offset(0x045531D0) }; - inline constexpr std::array BSScript__NativeFunction0_TESTopicInfo_TESQuest_{ REL::Offset(0x045541B0) }; - inline constexpr std::array BSScript__NativeFunction0_TESTopicInfo_bool_{ REL::Offset(0x04554288) }; - inline constexpr std::array BSScript__NativeFunction0_TESTopic_void_{ REL::Offset(0x045540C8) }; - inline constexpr std::array BSScript__NativeFunction10_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__BGSLocation_BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSLocationRefType__BSScript__ArrayWrapper_BGSLocationRefType__bool_bool_bool_bool_unsignedint_{ REL::Offset(0x0453A010) }; - inline constexpr std::array BSScript__NativeFunction10_GameScript__RefrOrInventoryObj_bool_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ REL::Offset(0x0454FE50) }; - inline constexpr std::array BSScript__NativeFunction11_BSInputEnableLayer_void_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_{ REL::Offset(0x0453D1B0) }; - inline constexpr std::array BSScript__NativeFunction11_TESObjectREFR_void_TESObjectREFR_float_float_float_float_float_float_float_float_int_float_{ REL::Offset(0x0454E788) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_SpellItem_unsignedint_{ REL::Offset(0x04532710) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_TESObjectWEAP_unsignedint_{ REL::Offset(0x04532638) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_Actor_{ REL::Offset(0x04532F80) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_BGSKeyword_{ REL::Offset(0x045309A0) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_BGSPerk_{ REL::Offset(0x04533490) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_EffectSetting_{ REL::Offset(0x04533568) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_SpellItem_{ REL::Offset(0x04531570) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESFaction_{ REL::Offset(0x045332E0) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESForm_{ REL::Offset(0x045333B8) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESIdleForm_{ REL::Offset(0x04533A78) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESObjectREFR_{ REL::Offset(0x04533058) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_bool_{ REL::Offset(0x04531F90) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_bool_unsignedint_{ REL::Offset(0x04532068) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_int_Actor_{ REL::Offset(0x04532C20) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_int_TESFaction_{ REL::Offset(0x04532A70) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_int_unsignedint_{ REL::Offset(0x04532B48) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_unsignedint_Actor_{ REL::Offset(0x04532998) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_unsignedint_TESObjectREFR_{ REL::Offset(0x04530568) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_Actor_{ REL::Offset(0x045338C8) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_BGSKeyword_{ REL::Offset(0x045317F8) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_BGSPerk_{ REL::Offset(0x04530F88) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_BGSVoiceType_{ REL::Offset(0x04531B58) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_BSFixedStringconst_{ REL::Offset(0x04531138) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESCombatStyle_{ REL::Offset(0x045312E8) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESFaction_{ REL::Offset(0x04531060) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESForm_{ REL::Offset(0x04530640) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESObjectREFR_{ REL::Offset(0x04531720) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESRace_{ REL::Offset(0x04531A80) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_bool_{ REL::Offset(0x04530718) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_float_{ REL::Offset(0x045303B8) }; - inline constexpr std::array BSScript__NativeFunction1_Actor_void_unsignedint_{ REL::Offset(0x045318D0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSAffinityEvent_void_TESObjectREFR_{ REL::Offset(0x04520E68) }; - inline constexpr std::array BSScript__NativeFunction1_BGSArtObject_void_TESObjectREFR_{ REL::Offset(0x04521238) }; - inline constexpr std::array BSScript__NativeFunction1_BGSCurveForm_bool_float_{ REL::Offset(0x04523CA0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSCurveForm_float_float_{ REL::Offset(0x04523BC8) }; - inline constexpr std::array BSScript__NativeFunction1_BGSInstanceNamingRules_void_BGSInstanceNamingRulesconst_{ REL::Offset(0x04522910) }; - inline constexpr std::array BSScript__NativeFunction1_BGSListForm_BSScript__ArrayWrapper_TESForm__bool_{ REL::Offset(0x0453D398) }; - inline constexpr std::array BSScript__NativeFunction1_BGSListForm_TESForm_unsignedint_{ REL::Offset(0x0453D620) }; - inline constexpr std::array BSScript__NativeFunction1_BGSListForm_bool_TESForm_{ REL::Offset(0x0453D8A8) }; - inline constexpr std::array BSScript__NativeFunction1_BGSListForm_int_TESForm_{ REL::Offset(0x0453D470) }; - inline constexpr std::array BSScript__NativeFunction1_BGSListForm_void_TESForm_{ REL::Offset(0x0453D6F8) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocAlias_void_BGSLocation_{ REL::Offset(0x045347C8) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_BSScript__ArrayWrapper_BGSLocation__BGSKeyword_{ REL::Offset(0x045358E0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_bool_BGSLocationRefType_{ REL::Offset(0x04535C40) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_bool_BGSLocation_{ REL::Offset(0x04535070) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_float_ActorValueInfoconst_{ REL::Offset(0x04535EC8) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_float_BGSKeyword_{ REL::Offset(0x04535730) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_unsignedint_BGSLocationRefType_{ REL::Offset(0x045359B8) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_BGSKeyword_{ REL::Offset(0x04535658) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_TESFaction_{ REL::Offset(0x04535A90) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_bool_{ REL::Offset(0x04534EC0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_unsignedint_{ REL::Offset(0x04535220) }; - inline constexpr std::array BSScript__NativeFunction1_BGSMessage_void_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x04536368) }; - inline constexpr std::array BSScript__NativeFunction1_BGSPlanet__PlanetData_BSScript__ArrayWrapper_BGSKeyword__int_{ REL::Offset(0x045247A0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSPlanet__PlanetData_bool_BGSKeyword_{ REL::Offset(0x04524878) }; - inline constexpr std::array BSScript__NativeFunction1_BGSRefAlias_void_TESObjectREFR_{ REL::Offset(0x04536878) }; - inline constexpr std::array BSScript__NativeFunction1_BGSRefCollectionAlias_TESObjectREFR_unsignedint_{ REL::Offset(0x04536F68) }; - inline constexpr std::array BSScript__NativeFunction1_BGSRefCollectionAlias_int_TESObjectREFR_{ REL::Offset(0x04536CE0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSRefCollectionAlias_void_TESObjectREFR_{ REL::Offset(0x04536C08) }; - inline constexpr std::array BSScript__NativeFunction1_BGSScene_bool_unsignedint_{ REL::Offset(0x04537538) }; - inline constexpr std::array BSScript__NativeFunction1_BGSScene_void_bool_{ REL::Offset(0x045372B0) }; - inline constexpr std::array BSScript__NativeFunction1_BGSShaderParticleGeometryData_void_float_{ REL::Offset(0x04537708) }; - inline constexpr std::array BSScript__NativeFunction1_BGSTerminalMenu_void_TESObjectREFR_{ REL::Offset(0x04537C08) }; - inline constexpr std::array BSScript__NativeFunction1_BGSWeatherSettingsForm_void_bool_{ REL::Offset(0x04528DF8) }; - inline constexpr std::array BSScript__NativeFunction1_BSInputEnableLayer_void_bool_{ REL::Offset(0x0453D000) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount__BSFixedStringconst_{ REL::Offset(0x0453E4E0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_bool_BSFixedStringconst_{ REL::Offset(0x0453F410) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_BGSAffinityEventconst_{ REL::Offset(0x0453E9F0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_BSFixedStringconst_{ REL::Offset(0x0453EFD8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_BSScript__Object_{ REL::Offset(0x0453F260) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_TESForm_{ REL::Offset(0x0453DE20) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_unsignedint_{ REL::Offset(0x0453E258) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_BGSKeyword_{ REL::Offset(0x04528ED0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_BSFixedStringconst_{ REL::Offset(0x0453C040) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_float_{ REL::Offset(0x04554F30) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_int_{ REL::Offset(0x04554E58) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_unsignedint_{ REL::Offset(0x04555440) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__BSFixedStringconst_{ REL::Offset(0x045551B8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_TESForm_int_{ REL::Offset(0x0453C3A0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_Actor_{ REL::Offset(0x0453BDB8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BGSResearchProjectFormconst_{ REL::Offset(0x0453A7A8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BSFixedStringconst_{ REL::Offset(0x04538608) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_GameScript__SpaceshipRef_{ REL::Offset(0x0453ABE0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_TESObjectREFR_{ REL::Offset(0x0453B018) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_float_{ REL::Offset(0x0453ACB8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_unsignedint_{ REL::Offset(0x045556C8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ REL::Offset(0x0453C550) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_float_{ REL::Offset(0x0453DB98) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_BSFixedStringconst_{ REL::Offset(0x0453C118) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_float_{ REL::Offset(0x0453DAC0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_BSFixedStringconst_{ REL::Offset(0x0453C2C8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_unsignedint_{ REL::Offset(0x0453A298) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_Actor_{ REL::Offset(0x0453B0F0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSFixedStringconst_{ REL::Offset(0x04523AD0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x0454D948) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__Object_{ REL::Offset(0x04538380) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_GameScript__SpaceshipRef_{ REL::Offset(0x0453BCE0) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESObjectREFR_{ REL::Offset(0x04538530) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESQuest_{ REL::Offset(0x045382A8) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_bool_{ REL::Offset(0x04528D20) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_float_{ REL::Offset(0x0453AD90) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_int_{ REL::Offset(0x04523698) }; - inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_unsignedint_{ REL::Offset(0x0453A6D0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSKeyword_{ REL::Offset(0x04549BB0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSListForm_{ REL::Offset(0x04549AD8) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_bool_{ REL::Offset(0x045501B0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSKeywordconst_{ REL::Offset(0x04551F38) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSMod__Attachment__Mod_{ REL::Offset(0x0454ED70) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_bool_{ REL::Offset(0x0454D5E8) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_{ REL::Offset(0x04527138) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_TESObjectWEAPconst_ActorValueInfoconst_{ REL::Offset(0x04527A80) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_BGSPerk_{ REL::Offset(0x045279A8) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_GameScript__SpaceshipRef_{ REL::Offset(0x04527C30) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESFaction_{ REL::Offset(0x04527DE0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESObjectREFR_{ REL::Offset(0x045283C8) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_bool_{ REL::Offset(0x04527B58) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_float_bool_{ REL::Offset(0x04526DD8) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_int_TESFaction_{ REL::Offset(0x045273C0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_int_bool_{ REL::Offset(0x04528650) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_Actor_{ REL::Offset(0x04526D00) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_GameScript__SpaceshipRef_{ REL::Offset(0x045272E8) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_unsignedint_{ REL::Offset(0x04527648) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_BGSPerk_{ REL::Offset(0x045282F0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_{ REL::Offset(0x04527D08) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESCombatStyle_{ REL::Offset(0x04528218) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESFaction_{ REL::Offset(0x04528068) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_bool_{ REL::Offset(0x045269A0) }; - inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_float_{ REL::Offset(0x04528B60) }; - inline constexpr std::array BSScript__NativeFunction1_IngredientItem_void_unsignedint_{ REL::Offset(0x0453C860) }; - inline constexpr std::array BSScript__NativeFunction1_TESEffectShader_void_TESObjectREFR_{ REL::Offset(0x04541A68) }; - inline constexpr std::array BSScript__NativeFunction1_TESFaction_bool_TESFaction_{ REL::Offset(0x04541D58) }; - inline constexpr std::array BSScript__NativeFunction1_TESFaction_unsignedint_Actor_{ REL::Offset(0x04541E30) }; - inline constexpr std::array BSScript__NativeFunction1_TESFaction_void_bool_{ REL::Offset(0x04542268) }; - inline constexpr std::array BSScript__NativeFunction1_TESFaction_void_unsignedint_{ REL::Offset(0x04542510) }; - inline constexpr std::array BSScript__NativeFunction1_TESForm_bool_BGSKeyword_{ REL::Offset(0x045429E0) }; - inline constexpr std::array BSScript__NativeFunction1_TESForm_bool_BGSListForm_{ REL::Offset(0x04542AB8) }; - inline constexpr std::array BSScript__NativeFunction1_TESGlobal_void_float_{ REL::Offset(0x04542F50) }; - inline constexpr std::array BSScript__NativeFunction1_TESImageSpaceModifier_void_float_{ REL::Offset(0x045432F0) }; - inline constexpr std::array BSScript__NativeFunction1_TESNPC_void_TESNPC_{ REL::Offset(0x04544058) }; - inline constexpr std::array BSScript__NativeFunction1_TESNPC_void_bool_{ REL::Offset(0x04543998) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_TESFaction_{ REL::Offset(0x04544948) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_TESNPC_{ REL::Offset(0x04544BD0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_bool_{ REL::Offset(0x045446C0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_float_{ REL::Offset(0x04544870) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectMISC_unsignedint_BGSResource_{ REL::Offset(0x04544EA8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESFlora__float_{ REL::Offset(0x0454B860) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESNPC__float_{ REL::Offset(0x0454B938) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__Actor_{ REL::Offset(0x045495C8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESFlora_ActorValueInfoconst_{ REL::Offset(0x0454BD70) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESNPC_ActorValueInfoconst_{ REL::Offset(0x04551878) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESObjectCELL_BGSKeyword_{ REL::Offset(0x0454C6B8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESObjectREFR_BGSKeyword_{ REL::Offset(0x0454C5E0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_Actor_{ REL::Offset(0x0454A4F8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BGSKeyword_{ REL::Offset(0x04549C88) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BGSLocationRefType_{ REL::Offset(0x0454A6A8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BSFixedStringconst_{ REL::Offset(0x0454AFF0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x04551008) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_EffectSetting_{ REL::Offset(0x0454A780) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_SpellItem_{ REL::Offset(0x04551D88) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_TESForm_{ REL::Offset(0x0454A420) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_TESObjectREFR_{ REL::Offset(0x045521C0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_bool_{ REL::Offset(0x04551290) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_float_{ REL::Offset(0x04550288) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_unsignedint_{ REL::Offset(0x0454D438) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_float_ActorValueInfoconst_{ REL::Offset(0x0454BA10) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_float_BSFixedStringconst_{ REL::Offset(0x0454BBC0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_float_TESObjectREFR_{ REL::Offset(0x0454BF20) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_int_BSFixedStringconst_{ REL::Offset(0x0454AF18) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_unsignedint_TESForm_{ REL::Offset(0x0454C940) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x04550BD0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_Actor_{ REL::Offset(0x045505E8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_BGSLocation_{ REL::Offset(0x0454CA18) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_BGSMessage_{ REL::Offset(0x0454F6B8) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_BSFixedStringconst_{ REL::Offset(0x0454CE50) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_TESForm_{ REL::Offset(0x0454EE48) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_TESObjectREFR_{ REL::Offset(0x04550A20) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_bool_{ REL::Offset(0x045506C0) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_float_{ REL::Offset(0x0454D510) }; - inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_unsignedint_{ REL::Offset(0x0454CF28) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_BGSBaseAlias_unsignedint_{ REL::Offset(0x045530F8) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_bool_TESGlobal_{ REL::Offset(0x04553968) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_bool_int_{ REL::Offset(0x04552E70) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_bool_unsignedint_{ REL::Offset(0x045537B8) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_bool_{ REL::Offset(0x04553458) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_float_{ REL::Offset(0x04553530) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_int_{ REL::Offset(0x04553B18) }; - inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_unsignedint_{ REL::Offset(0x04553608) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_bool_BGSAction_TESObjectREFR_{ REL::Offset(0x045339A0) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_bool_BGSAssociationType_Actor_{ REL::Offset(0x04533130) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_bool_TESIdleForm_TESObjectREFR_{ REL::Offset(0x04531210) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_bool_TESObjectREFR_bool_{ REL::Offset(0x04531DE0) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_Actor_int_{ REL::Offset(0x045319A8) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_BGSOutfit_bool_{ REL::Offset(0x04531C30) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_BGSPerk_bool_{ REL::Offset(0x045302E0) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_BSFixedStringconst_float_{ REL::Offset(0x04531EB8) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_SpellItem_TESObjectREFR_{ REL::Offset(0x045307F0) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_SpellItem_unsignedint_{ REL::Offset(0x04530C28) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_TESFaction_int_{ REL::Offset(0x04533718) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_TESForm_int_{ REL::Offset(0x045337F0) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_TESObjectREFR_bool_{ REL::Offset(0x04531648) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_bool_bool_{ REL::Offset(0x04530DD8) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_float_bool_{ REL::Offset(0x045313C0) }; - inline constexpr std::array BSScript__NativeFunction2_Actor_void_float_float_{ REL::Offset(0x04531D08) }; - inline constexpr std::array BSScript__NativeFunction2_BGSConditionForm_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04522838) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ REL::Offset(0x045352F8) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_bool_BGSLocation_BGSKeyword_{ REL::Offset(0x04535DF0) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_bool_TESQuest_bool_{ REL::Offset(0x045353D0) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_int_BGSKeyword_BGSKeyword_{ REL::Offset(0x045354A8) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_void_ActorValueInfoconst_float_{ REL::Offset(0x04535148) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_void_BGSKeyword_float_{ REL::Offset(0x04534DE8) }; - inline constexpr std::array BSScript__NativeFunction2_BGSLocation_void_BGSLocation_BGSKeyword_{ REL::Offset(0x04535580) }; - inline constexpr std::array BSScript__NativeFunction2_BGSPlanet__PlanetData_void_BGSKeyword_bool_{ REL::Offset(0x04524950) }; - inline constexpr std::array BSScript__NativeFunction2_BGSWeatherSettingsForm_void_bool_bool_{ REL::Offset(0x04529308) }; - inline constexpr std::array BSScript__NativeFunction2_BGSWwiseEventForm_int_BSFixedStringconst_float_{ REL::Offset(0x045235C0) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x0453F4E8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__Variable_{ REL::Offset(0x0453F338) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_BSScript__Object_BSFixedStringconst_{ REL::Offset(0x0453F188) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_TESObjectREFR_BSFixedStringconst_{ REL::Offset(0x0453E918) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_Actor_TESObjectREFR_{ REL::Offset(0x0453E690) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x0453E330) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ REL::Offset(0x0453EF00) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_int_{ REL::Offset(0x0453ED50) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSScript__Object_BSFixedStringconst_{ REL::Offset(0x0453EAC8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_ActorValueInfo_{ REL::Offset(0x0453E180) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_BSFixedStringconst_{ REL::Offset(0x0453F698) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x0453F770) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_float_unsignedint_{ REL::Offset(0x0453EE28) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_unsignedint_bool_{ REL::Offset(0x0453DEF8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_TESForm_unsignedint_BSFixedStringconst_{ REL::Offset(0x0453C628) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_float_float_float_{ REL::Offset(0x0453DC70) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_int_int_int_{ REL::Offset(0x04554D80) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_ActorValueInfo_unsignedint_{ REL::Offset(0x0453AB08) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSCameraShot_TESObjectREFR_{ REL::Offset(0x0453B528) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSKeyword_int_{ REL::Offset(0x0453B8A8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x045239F8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__Object_{ REL::Offset(0x045387B8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_{ REL::Offset(0x04554CA8) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_float_{ REL::Offset(0x04523920) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_int_{ REL::Offset(0x0453AA30) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_unsignedint_{ REL::Offset(0x04538890) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_{ REL::Offset(0x0453B378) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_bool_bool_{ REL::Offset(0x0453BB30) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_int_bool_{ REL::Offset(0x0453B620) }; - inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_unsignedint_bool_{ REL::Offset(0x0453B2A0) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__LeveledSpaceshipBase_void_GameScript__SpaceshipBase_unsignedint_{ REL::Offset(0x0447C0D8) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_bool_BGSMod__Attachment__Mod_unsignedint_{ REL::Offset(0x04550E58) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_bool_{ REL::Offset(0x0454F508) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_float_{ REL::Offset(0x0454E5D8) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_TESForm_{ REL::Offset(0x04550870) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_float_{ REL::Offset(0x04550798) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESFaction_bool_{ REL::Offset(0x0454CD78) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESNPC_bool_{ REL::Offset(0x0454F5E0) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_unsignedint_unsignedint_unsignedint_{ REL::Offset(0x045278D0) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_ActorValueInfoconst_bool_{ REL::Offset(0x04526B50) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_BGSPerk_bool_{ REL::Offset(0x045284A0) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_bool_{ REL::Offset(0x045288D8) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_TESFaction_int_{ REL::Offset(0x04527EB8) }; - inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_bool_bool_{ REL::Offset(0x045268C8) }; - inline constexpr std::array BSScript__NativeFunction2_ScrollItem_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04541240) }; - inline constexpr std::array BSScript__NativeFunction2_SpellItem_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04541408) }; - inline constexpr std::array BSScript__NativeFunction2_TESEffectShader_void_TESObjectREFR_float_{ REL::Offset(0x04541990) }; - inline constexpr std::array BSScript__NativeFunction2_TESFaction_bool_bool_bool_{ REL::Offset(0x045426C0) }; - inline constexpr std::array BSScript__NativeFunction2_TESFaction_void_bool_bool_{ REL::Offset(0x04541F08) }; - inline constexpr std::array BSScript__NativeFunction2_TESFaction_void_int_bool_{ REL::Offset(0x04541FE0) }; - inline constexpr std::array BSScript__NativeFunction2_TESImageSpaceModifier_void_TESImageSpaceModifier_float_{ REL::Offset(0x04543140) }; - inline constexpr std::array BSScript__NativeFunction2_TESLevCharacter_void_TESForm_unsignedint_{ REL::Offset(0x04543508) }; - inline constexpr std::array BSScript__NativeFunction2_TESLevSpell_void_TESForm_unsignedint_{ REL::Offset(0x045437E8) }; - inline constexpr std::array BSScript__NativeFunction2_TESNPC_void_BGSOutfit_bool_{ REL::Offset(0x04543A70) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectCELL_void_float_float_{ REL::Offset(0x04544798) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ REL::Offset(0x0454B350) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__ActorValueInfoconst_unsignedint_{ REL::Offset(0x045494F0) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_BGSKeyword_{ REL::Offset(0x04549850) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_unsignedint_{ REL::Offset(0x0454C508) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__TESForm_float_{ REL::Offset(0x04551950) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_float__float_float_{ REL::Offset(0x04549778) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_TESForm_BGSBaseAlias_{ REL::Offset(0x0454A198) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_unsignedint_BGSKeyword_{ REL::Offset(0x0454C358) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454FBC8) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_SpellItem_bool_{ REL::Offset(0x04550948) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_BGSMod__Attachment__Mod_{ REL::Offset(0x04550D80) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_unsignedint_{ REL::Offset(0x045500D8) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_TESObjectREFR_bool_{ REL::Offset(0x04552298) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_unsignedint_bool_{ REL::Offset(0x0454A5D0) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_int_BGSKeyword_BGSKeyword_{ REL::Offset(0x045516C8) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSKeyword_unsignedint_{ REL::Offset(0x045515F0) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSListForm_bool_{ REL::Offset(0x0454BC98) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_ActorValueInfoconst_float_{ REL::Offset(0x04551368) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_Actor_unsignedint_{ REL::Offset(0x04551518) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BGSKeyword_bool_{ REL::Offset(0x04551E60) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BGSLocation_BGSLocationRefType_{ REL::Offset(0x0454CBC8) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454E860) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_bool_{ REL::Offset(0x0454F358) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_float_{ REL::Offset(0x0454F280) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_int_{ REL::Offset(0x0454F1A8) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_TESForm_BGSMod__Attachment__Mod_{ REL::Offset(0x0454EC98) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_bool_BGSListFormconst_{ REL::Offset(0x0454AAE0) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_bool_bool_{ REL::Offset(0x04550CA8) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_float_float_{ REL::Offset(0x0454A348) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_unsignedint_BGSLegendaryItemconst_{ REL::Offset(0x0454E6B0) }; - inline constexpr std::array BSScript__NativeFunction2_TESObjectWEAP_void_TESObjectREFR_TESAmmo_{ REL::Offset(0x04552BD8) }; - inline constexpr std::array BSScript__NativeFunction2_TESQuest_void_unsignedint_bool_{ REL::Offset(0x045532A8) }; - inline constexpr std::array BSScript__NativeFunction3_Actor_void_BGSHeadPart_bool_bool_{ REL::Offset(0x045308C8) }; - inline constexpr std::array BSScript__NativeFunction3_Actor_void_TESForm_bool_bool_{ REL::Offset(0x04530D00) }; - inline constexpr std::array BSScript__NativeFunction3_Actor_void_bool_TESForm_bool_{ REL::Offset(0x04533C28) }; - inline constexpr std::array BSScript__NativeFunction3_Actor_void_bool_bool_bool_{ REL::Offset(0x04531498) }; - inline constexpr std::array BSScript__NativeFunction3_BGSArtObject_void_TESObjectREFR_float_TESObjectREFR_{ REL::Offset(0x04521160) }; - inline constexpr std::array BSScript__NativeFunction3_BGSWwiseEventForm_int_TESObjectREFR_BSFixedStringconst_float_{ REL::Offset(0x045234E8) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__Object_void_BSScript__Object_BSScript__Object_int_{ REL::Offset(0x0453F5C0) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__Object_void_TESObjectREFR_ActorValueInfo_float_{ REL::Offset(0x0453E0A8) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04554AF8) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_unsignedint_{ REL::Offset(0x04538968) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04555008) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__ArrayWrapper_TESObjectREFR__bool_{ REL::Offset(0x0454DAF8) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_TESObjectREFR_float_float_{ REL::Offset(0x0453AF40) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_bool_bool_bool_{ REL::Offset(0x0453AE68) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_float_float_float_{ REL::Offset(0x0453B6F8) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSFixedStringconst_float_{ REL::Offset(0x04523770) }; - inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523848) }; - inline constexpr std::array BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454FF28) }; - inline constexpr std::array BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_float_float_float_{ REL::Offset(0x0454F790) }; - inline constexpr std::array BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_bool_{ REL::Offset(0x04527F90) }; - inline constexpr std::array BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_unsignedint_{ REL::Offset(0x045289B0) }; - inline constexpr std::array BSScript__NativeFunction3_SpellItem_bool_TESObjectREFR_Actor_TESObjectREFR_{ REL::Offset(0x045414E0) }; - inline constexpr std::array BSScript__NativeFunction3_TESFaction_void_TESFaction_bool_bool_{ REL::Offset(0x045425E8) }; - inline constexpr std::array BSScript__NativeFunction3_TESLevItem_void_TESForm_unsignedint_unsignedint_{ REL::Offset(0x045436E0) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_BGSResource_unsignedint_bool_{ REL::Offset(0x0454FA18) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_{ REL::Offset(0x0454DC90) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_bool_float_{ REL::Offset(0x0454DE40) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_GameScript__FormOrInventoryObj_unsignedint_bool_{ REL::Offset(0x0454FCA0) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04549D60) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_BSFixedStringconst_bool_float_{ REL::Offset(0x0454DA20) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_BGSKeyword_bool_{ REL::Offset(0x0454CCA0) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_bool_bool_{ REL::Offset(0x0454E500) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_bool_bool_bool_{ REL::Offset(0x0454A270) }; - inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_float_float_float_{ REL::Offset(0x0454F0D0) }; - inline constexpr std::array BSScript__NativeFunction3_TESQuest_void_unsignedint_bool_bool_{ REL::Offset(0x04553BF0) }; - inline constexpr std::array BSScript__NativeFunction4_BGSTerminalMenu_void_TESObjectREFR_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ REL::Offset(0x04537B30) }; - inline constexpr std::array BSScript__NativeFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x045230B0) }; - inline constexpr std::array BSScript__NativeFunction4_BGSWwiseEventForm_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523260) }; - inline constexpr std::array BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_bool_{ REL::Offset(0x0453F0B0) }; - inline constexpr std::array BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_float_unsignedint_{ REL::Offset(0x0453E840) }; - inline constexpr std::array BSScript__NativeFunction4_BSScript__Object_void_TESObjectREFR_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0453E5B8) }; - inline constexpr std::array BSScript__NativeFunction4_BSScript__StaticFunctionTag_Actor_float_float_float_float_{ REL::Offset(0x0453BC08) }; - inline constexpr std::array BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_float__unsignedint_unsignedint_float_float_{ REL::Offset(0x04555368) }; - inline constexpr std::array BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_int__unsignedint_unsignedint_int_int_{ REL::Offset(0x04555290) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_bool_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ REL::Offset(0x0454F940) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_bool_TESForm_unsignedint_bool_TESObjectREFR_{ REL::Offset(0x0454F868) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_bool_float_float_float_float_{ REL::Offset(0x04550360) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_BGSKeyword_Actor_bool_TESObjectREFR_{ REL::Offset(0x0454EA10) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_BGSTerminalMenu_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ REL::Offset(0x045520E8) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_TESObjectREFR_float_float_bool_{ REL::Offset(0x0454AE40) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_TESTopic_Actor_bool_TESObjectREFR_{ REL::Offset(0x0454EAE8) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_bool_BGSKeyword_bool_BGSKeyword_{ REL::Offset(0x0454D288) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_Actor_GameScript__SpaceshipRef_bool_{ REL::Offset(0x0454D360) }; - inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0454D000) }; - inline constexpr std::array BSScript__NativeFunction5_Actor_bool_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x04530EB0) }; - inline constexpr std::array BSScript__NativeFunction5_BGSKeyword_bool_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x04534590) }; - inline constexpr std::array BSScript__NativeFunction5_BGSKeyword_void_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x045344B8) }; - inline constexpr std::array BSScript__NativeFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04522FD8) }; - inline constexpr std::array BSScript__NativeFunction5_BGSWwiseEventForm_int_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523188) }; - inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_BGSListForm_float_float_float_float_{ REL::Offset(0x0453B980) }; - inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_TESForm_float_float_float_float_{ REL::Offset(0x0453BA58) }; - inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04555518) }; - inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_TESObjectREFR_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x0453B7D0) }; - inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_bool_bool_float_float_bool_{ REL::Offset(0x0453BE90) }; - inline constexpr std::array BSScript__NativeFunction5_GameScript__SpaceshipRef_bool_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x045267F0) }; - inline constexpr std::array BSScript__NativeFunction5_TESObjectREFR_TESObjectREFR_TESObjectREFR_unsignedint_bool_bool_bool_{ REL::Offset(0x0454DFF0) }; - inline constexpr std::array BSScript__NativeFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454FAF0) }; - inline constexpr std::array BSScript__NativeFunction5_TESObjectREFR_void_TESObjectREFR_BSFixedStringconst_float_float_float_{ REL::Offset(0x0454D0D8) }; - inline constexpr std::array BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_BSFixedStringconst_bool_bool_bool_bool_bool_{ REL::Offset(0x04539F38) }; - inline constexpr std::array BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x04539E60) }; - inline constexpr std::array BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x04550000) }; - inline constexpr std::array BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ REL::Offset(0x0454FD78) }; - inline constexpr std::array BSScript__NativeFunction6_TESObjectCELL_void_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_{ REL::Offset(0x04544A20) }; - inline constexpr std::array BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_bool_bool_{ REL::Offset(0x04550510) }; - inline constexpr std::array BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_float_bool_{ REL::Offset(0x045510E0) }; - inline constexpr std::array BSScript__NativeFunction7_BGSMessage_void_BSFixedStringconst_float_float_int_BSFixedStringconst_int_BGSMessage_{ REL::Offset(0x045361A0) }; - inline constexpr std::array BSScript__NativeFunction7_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_bool_{ REL::Offset(0x0453A880) }; - inline constexpr std::array BSScript__NativeFunction7_GameScript__RefrOrInventoryObj_Actor_Actor_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ REL::Offset(0x0454A858) }; - inline constexpr std::array BSScript__NativeFunction7_TESObjectREFR_TESObjectREFR_BSFixedStringconst_TESForm_unsignedint_bool_bool_bool_bool_{ REL::Offset(0x0454E1A0) }; - inline constexpr std::array BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_Actor_TESNPC_unsignedint_BGSLocation_bool_bool_bool_BSScript__ArrayWrapper_float__bool_{ REL::Offset(0x0454A930) }; - inline constexpr std::array BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_TESObjectREFR_TESForm_unsignedint_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ REL::Offset(0x0454AA08) }; - inline constexpr std::array BSScript__NativeFunction8_TESObjectREFR_bool_BGSImpactDataSet_BSFixedStringconst_float_float_float_float_bool_bool_{ REL::Offset(0x0454DD68) }; - inline constexpr std::array BSScript__NativeFunction8_TESObjectREFR_void_float_float_float_float_float_float_float_float_{ REL::Offset(0x0454D870) }; - inline constexpr std::array BSScript__NativeFunction9_BGSMessage_bool_float_float_float_float_float_float_float_float_float_{ REL::Offset(0x04536440) }; - inline constexpr std::array BSScript__NativeFunction9_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_TESForm_int_int_int_int_bool_{ REL::Offset(0x0453E768) }; - inline constexpr std::array BSScript__NativeFunction9_TESObjectREFR_void_float_float_float_float_float_float_float_float_float_{ REL::Offset(0x0454D1B0) }; - inline constexpr std::array BSScript__NativeLatentFunction0_Actor_void_{ REL::Offset(0x04533640) }; - inline constexpr std::array BSScript__NativeLatentFunction0_BGSBaseAlias_void_{ REL::Offset(0x04534188) }; - inline constexpr std::array BSScript__NativeLatentFunction0_EffectSetting_BSFixedStringconst_{ REL::Offset(0x04538B48) }; - inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_bool_{ REL::Offset(0x0454D798) }; - inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_void_{ REL::Offset(0x0454AC90) }; - inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_bool_{ REL::Offset(0x04526A78) }; - inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_void_{ REL::Offset(0x04528800) }; - inline constexpr std::array BSScript__NativeLatentFunction0_TESObjectREFR_void_{ REL::Offset(0x04550AF8) }; - inline constexpr std::array BSScript__NativeLatentFunction0_TESQuest_bool_{ REL::Offset(0x04553A40) }; - inline constexpr std::array BSScript__NativeLatentFunction10_GameScript__RefrOrInventoryObj_GameScript__SpaceshipRef_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ REL::Offset(0x0454E278) }; - inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__Object_BSScript__Variable_BSFixedStringconst_{ REL::Offset(0x0453E408) }; - inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_BSFixedStringconst_unsignedint_{ REL::Offset(0x045555F0) }; - inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ REL::Offset(0x045386E0) }; - inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_void_float_{ REL::Offset(0x04554BD0) }; - inline constexpr std::array BSScript__NativeLatentFunction1_GameScript__RefrOrInventoryObj_void_bool_{ REL::Offset(0x04551CB0) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_TESObjectREFR_bool_{ REL::Offset(0x04551BD8) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_bool_BSFixedStringconst_{ REL::Offset(0x0454D6C0) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_bool_bool_{ REL::Offset(0x04551A28) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_void_TESObjectREFR_{ REL::Offset(0x0454EBC0) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_void_bool_{ REL::Offset(0x045511B8) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_void_float_{ REL::Offset(0x04551440) }; - inline constexpr std::array BSScript__NativeLatentFunction1_TESQuest_bool_int_{ REL::Offset(0x04553380) }; - inline constexpr std::array BSScript__NativeLatentFunction2_BSScript__Object_BSScript__Variable_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x0453DD48) }; - inline constexpr std::array BSScript__NativeLatentFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ REL::Offset(0x0453EC78) }; - inline constexpr std::array BSScript__NativeLatentFunction2_ScrollItem_void_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04541168) }; - inline constexpr std::array BSScript__NativeLatentFunction2_SpellItem_void_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x045415B8) }; - inline constexpr std::array BSScript__NativeLatentFunction2_TESFaction_void_bool_bool_{ REL::Offset(0x04542360) }; - inline constexpr std::array BSScript__NativeLatentFunction2_TESObjectREFR_TESObjectREFR_TESForm_unsignedint_{ REL::Offset(0x04551B00) }; - inline constexpr std::array BSScript__NativeLatentFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454DF18) }; - inline constexpr std::array BSScript__NativeLatentFunction2_TESObjectREFR_void_unsignedint_bool_{ REL::Offset(0x0454CAF0) }; - inline constexpr std::array BSScript__NativeLatentFunction3_BSScript__StaticFunctionTag_BSScript__Variable_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x045550E0) }; - inline constexpr std::array BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454ABB8) }; - inline constexpr std::array BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_float_float_float_{ REL::Offset(0x0454F430) }; - inline constexpr std::array BSScript__NativeLatentFunction3_SpellItem_void_TESObjectREFR_Actor_TESObjectREFR_{ REL::Offset(0x045417C8) }; - inline constexpr std::array BSScript__NativeLatentFunction3_TESObjectREFR_unsignedint_BGSResource_unsignedint_bool_{ REL::Offset(0x0454E428) }; - inline constexpr std::array BSScript__NativeLatentFunction3_TESObjectREFR_void_GameScript__FormOrInventoryObj_unsignedint_bool_{ REL::Offset(0x04552010) }; - inline constexpr std::array BSScript__NativeLatentFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523410) }; - inline constexpr std::array BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ REL::Offset(0x0454E350) }; - inline constexpr std::array BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_TESForm_unsignedint_bool_TESObjectREFR_{ REL::Offset(0x0454EFF8) }; - inline constexpr std::array BSScript__NativeLatentFunction4_TESObjectREFR_void_float_float_float_float_{ REL::Offset(0x04550438) }; - inline constexpr std::array BSScript__NativeLatentFunction5_Actor_int_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x04533B50) }; - inline constexpr std::array BSScript__NativeLatentFunction5_BGSKeyword_BSScript__ArrayWrapper_TESQuest__BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x045343E0) }; - inline constexpr std::array BSScript__NativeLatentFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523338) }; - inline constexpr std::array BSScript__NativeLatentFunction5_GameScript__SpaceshipRef_int_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x04528140) }; - inline constexpr std::array BSScript__NativeLatentFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454E938) }; - inline constexpr std::array BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x0453B1C8) }; - inline constexpr std::array BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_{ REL::Offset(0x0453A958) }; - inline constexpr std::array BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_TESObjectCELL_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ REL::Offset(0x0454E0C8) }; - inline constexpr std::array BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_void_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x0454AD68) }; - inline constexpr std::array BSScript__NativeLatentFunction9_BGSMessage_int_float_float_float_float_float_float_float_float_float_{ REL::Offset(0x045360C8) }; - inline constexpr std::array BSScript__ObjectBindPolicy{ REL::Offset(0x0452E250) }; - inline constexpr std::array BSScript__ObjectTypeInfo{ REL::Offset(0x045A8240) }; - inline constexpr std::array BSScript__SimpleAllocMemoryPagePolicy{ REL::Offset(0x045AA1B8) }; - inline constexpr std::array BSScript__StructTypeInfo{ REL::Offset(0x045A9978) }; - inline constexpr std::array BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor{ REL::Offset(0x045AE990) }; - inline constexpr std::array BSScript__UnlinkedTypes____BuildInstructionOffsetMapFunctor{ REL::Offset(0x045AE930) }; - inline constexpr std::array BSScript__UnlinkedTypes____CollectStringsFunctor{ REL::Offset(0x045AE8F0) }; - inline constexpr std::array BSScript__UnlinkedTypes____CountInstructionInfo{ REL::Offset(0x045AE970) }; - inline constexpr std::array BSScript__UnlinkedTypes____UnpackInstructionsFunctor{ REL::Offset(0x045AE910) }; - inline constexpr std::array BSScript__UnlinkedTypes____WriteInstructionsFunctor{ REL::Offset(0x045AE950) }; - inline constexpr std::array BSSequence__AnimationEvent{ REL::Offset(0x043931C8) }; - inline constexpr std::array BSSequence__AnimationTrack{ REL::Offset(0x043919E8) }; - inline constexpr std::array BSSequence__AnimationVariableTrack{ REL::Offset(0x04391AB8), REL::Offset(0x04391AE8) }; - inline constexpr std::array BSSequence__AnimationVectorVariableTrack{ REL::Offset(0x04391A68), REL::Offset(0x04391C28) }; - inline constexpr std::array BSSequence__BindingEvent{ REL::Offset(0x0457F0D0) }; - inline constexpr std::array BSSequence__CameraShakeEvent{ REL::Offset(0x04391B88) }; - inline constexpr std::array BSSequence__CameraShakeStrengthTrack{ REL::Offset(0x04391CF8), REL::Offset(0x04391D28) }; - inline constexpr std::array BSSequence__CameraShakeTrack{ REL::Offset(0x04391BD8) }; - inline constexpr std::array BSSequence__ColorCurveEvent{ REL::Offset(0x0457ED50) }; - inline constexpr std::array BSSequence__ColorLerpEvent{ REL::Offset(0x0457EC90) }; - inline constexpr std::array BSSequence__ColorNoiseEvent{ REL::Offset(0x0457ECF0) }; - inline constexpr std::array BSSequence__ColorTriggerEvent{ REL::Offset(0x0457EC30) }; - inline constexpr std::array BSSequence__ConsoleScriptEvent{ REL::Offset(0x04391938) }; - inline constexpr std::array BSSequence__CullEvent{ REL::Offset(0x04393178) }; - inline constexpr std::array BSSequence__DissolveEvent{ REL::Offset(0x04390E30) }; - inline constexpr std::array BSSequence__DissolveFrequencyScaleTrack{ REL::Offset(0x04390ED8), REL::Offset(0x04390F08) }; - inline constexpr std::array BSSequence__DissolveOffsetTrack{ REL::Offset(0x04390D60), REL::Offset(0x04390D90) }; - inline constexpr std::array BSSequence__DissolveTrack{ REL::Offset(0x043506E0) }; - inline constexpr std::array BSSequence__Event{ REL::Offset(0x04393268) }; - inline constexpr std::array BSSequence__ExplosionObjectSpawn{ REL::Offset(0x043910D0) }; - inline constexpr std::array BSSequence__Float2CurveEvent{ REL::Offset(0x0457E750) }; - inline constexpr std::array BSSequence__Float2LerpEvent{ REL::Offset(0x0457E6F0) }; - inline constexpr std::array BSSequence__Float2TriggerEvent{ REL::Offset(0x0457EB60) }; - inline constexpr std::array BSSequence__FloatCurveEvent{ REL::Offset(0x0457EAA0) }; - inline constexpr std::array BSSequence__FloatLerpEvent{ REL::Offset(0x0457FAF8) }; - inline constexpr std::array BSSequence__FloatNoiseEvent{ REL::Offset(0x0457EA40) }; - inline constexpr std::array BSSequence__FloatTriggerEvent{ REL::Offset(0x0457FA98) }; - inline constexpr std::array BSSequence__ITimeMultiplierProvider{ REL::Offset(0x043971B8) }; - inline constexpr std::array BSSequence__ImageSpaceLifetimeEvent{ REL::Offset(0x04391E18) }; - inline constexpr std::array BSSequence__ImageSpaceStrengthTrack{ REL::Offset(0x04391D78), REL::Offset(0x04391F38) }; - inline constexpr std::array BSSequence__ImageSpaceTrack{ REL::Offset(0x04391C58), REL::Offset(0x04391E68) }; - inline constexpr std::array BSSequence__ImpactEffectEvent{ REL::Offset(0x043917A8) }; - inline constexpr std::array BSSequence__ImpactEffectTrack{ REL::Offset(0x04350928), REL::Offset(0x04350978) }; - inline constexpr std::array BSSequence__LightColorTrack{ REL::Offset(0x04392088), REL::Offset(0x043921D8) }; - inline constexpr std::array BSSequence__LightEffectReferenceTrack{ REL::Offset(0x04350550), REL::Offset(0x04350578), REL::Offset(0x043505A0) }; - inline constexpr std::array BSSequence__LightEffectTrack{ REL::Offset(0x04391E90), REL::Offset(0x04391EB8), REL::Offset(0x04391EE0) }; - inline constexpr std::array BSSequence__LightIntensityTrack{ REL::Offset(0x043920D8), REL::Offset(0x04392108) }; - inline constexpr std::array BSSequence__LightLensFlareVisiblityTrack{ REL::Offset(0x04392158), REL::Offset(0x04392188) }; - inline constexpr std::array BSSequence__LightRadiusTrack{ REL::Offset(0x04391F68), REL::Offset(0x04391F98) }; - inline constexpr std::array BSSequence__LightSpawnEvent{ REL::Offset(0x04392038) }; - inline constexpr std::array BSSequence__LoopMarker{ REL::Offset(0x0457EDB0) }; - inline constexpr std::array BSSequence__MaterialFlipbookIndexGeneratorEvent{ REL::Offset(0x043923F8) }; - inline constexpr std::array BSSequence__MaterialFlipbookIndexTrack{ REL::Offset(0x04392208), REL::Offset(0x04392448) }; - inline constexpr std::array BSSequence__MaterialPropertyTrack{ REL::Offset(0x043922A8) }; - inline constexpr std::array BSSequence__MaterialTrack{ REL::Offset(0x043930B0), REL::Offset(0x04393150) }; - inline constexpr std::array BSSequence__Mediator{ REL::Offset(0x04350318) }; - inline constexpr std::array BSSequence__NamedSequenceMap{ REL::Offset(0x043504F8) }; - inline constexpr std::array BSSequence__NodeTrackBase{ REL::Offset(0x04350858) }; - inline constexpr std::array BSSequence__NoteEvent{ REL::Offset(0x0457F9E8) }; - inline constexpr std::array BSSequence__NoteTrack{ REL::Offset(0x0457E9F0) }; - inline constexpr std::array BSSequence__Object{ REL::Offset(0x04350808) }; - inline constexpr std::array BSSequence__ObjectAttachmentSubnodeTrack{ REL::Offset(0x04390F58) }; - inline constexpr std::array BSSequence__ObjectAttachmentTrack{ REL::Offset(0x04390E80), REL::Offset(0x04391058) }; - inline constexpr std::array BSSequence__ObjectSpawnEvent{ REL::Offset(0x04391008) }; - inline constexpr std::array BSSequence__ObjectSpawnTrack{ REL::Offset(0x043508B0), REL::Offset(0x04350900) }; - inline constexpr std::array BSSequence__ParticleEffectReferenceTrack{ REL::Offset(0x04391150), REL::Offset(0x04391178), REL::Offset(0x043911A0) }; - inline constexpr std::array BSSequence__ParticleEffectTrack{ REL::Offset(0x04391100), REL::Offset(0x04391298), REL::Offset(0x043912C0) }; - inline constexpr std::array BSSequence__ParticleEvent{ REL::Offset(0x04391248) }; - inline constexpr std::array BSSequence__ParticleMaterialPropertyTrack{ REL::Offset(0x04391388) }; - inline constexpr std::array BSSequence__ParticleParameterTrack{ REL::Offset(0x043913E0) }; - inline constexpr std::array BSSequence__PlaySubSequenceEvent{ REL::Offset(0x043917F8), REL::Offset(0x04391820) }; - inline constexpr std::array BSSequence__PositionTrack{ REL::Offset(0x043915A8), REL::Offset(0x043915D8) }; - inline constexpr std::array BSSequence__PositionTrack__TrackState{ REL::Offset(0x04350AF0) }; - inline constexpr std::array BSSequence__ProjectedDecalAlphaTrack{ REL::Offset(0x043914D8), REL::Offset(0x04391508) }; - inline constexpr std::array BSSequence__ProjectedDecalSpawnEvent{ REL::Offset(0x04391338) }; - inline constexpr std::array BSSequence__ProjectedDecalTrack{ REL::Offset(0x04350A20), REL::Offset(0x04350AA0) }; - inline constexpr std::array BSSequence__PropertyControllerBase{ REL::Offset(0x0457F170) }; - inline constexpr std::array BSSequence__PropertyControllerEvent{ REL::Offset(0x0457F1D0) }; - inline constexpr std::array BSSequence__PropertyLerpControllerEvent{ REL::Offset(0x0457F230) }; - inline constexpr std::array BSSequence__ReferenceSpawnEvent{ REL::Offset(0x04391080) }; - inline constexpr std::array BSSequence__RevertMaterialOverrideEvent{ REL::Offset(0x04392358) }; - inline constexpr std::array BSSequence__RotationTrack{ REL::Offset(0x04391558), REL::Offset(0x04391728) }; - inline constexpr std::array BSSequence__RotationTrack__TrackState{ REL::Offset(0x04350B00) }; - inline constexpr std::array BSSequence__ScaleTrack{ REL::Offset(0x043916A8), REL::Offset(0x043916D8) }; - inline constexpr std::array BSSequence__SceneNodeTrack{ REL::Offset(0x04350A48) }; - inline constexpr std::array BSSequence__ScriptTrack{ REL::Offset(0x04391758) }; - inline constexpr std::array BSSequence__SetPropertyEvent{ REL::Offset(0x0457F120) }; - inline constexpr std::array BSSequence__SoundEvent{ REL::Offset(0x04391870), REL::Offset(0x04391898) }; - inline constexpr std::array BSSequence__SoundTrack{ REL::Offset(0x043918E8) }; - inline constexpr std::array BSSequence__SubSequenceTrack{ REL::Offset(0x04391658) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__CameraShakeTrack_BSSequence__Track_{ REL::Offset(0x04391B38) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__DissolveTrack_BSSequence__Track_{ REL::Offset(0x04390DE0) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ImageSpaceTrack_BSSequence__Track_{ REL::Offset(0x04391DC8) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__LightTrackBase_BSSequence__Track_{ REL::Offset(0x04391FE8) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__BoundPropertyTrack_{ REL::Offset(0x04392300) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__Track_{ REL::Offset(0x04392258) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__NodeTrackBase_BSSequence__Track_{ REL::Offset(0x04391488) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__NodeTrackMaterialBase_BSSequence__TrackGroup_{ REL::Offset(0x04393100) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ObjectAttachmentTrack_BSSequence__SceneNodeTrack_{ REL::Offset(0x04390FB0) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ParticleEffectTrackBase_BSSequence__BoundPropertyTrack_{ REL::Offset(0x043911F0) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ProjectedDecalTrack_BSSequence__Track_{ REL::Offset(0x043912E8) }; - inline constexpr std::array BSSequence__TNestedTrack_BSSequence__SceneNodeTrack_BSSequence__TrackGroup_{ REL::Offset(0x04391CA8) }; - inline constexpr std::array BSSequence__TPropertyEvent_DirectX__XMFLOAT2_{ REL::Offset(0x0457EB00) }; - inline constexpr std::array BSSequence__TPropertyEvent_DirectX__XMFLOAT4_{ REL::Offset(0x0457E990) }; - inline constexpr std::array BSSequence__TPropertyEvent___m128_{ REL::Offset(0x0457E7B0) }; - inline constexpr std::array BSSequence__TPropertyEvent_float_{ REL::Offset(0x0457FA38) }; - inline constexpr std::array BSSequence__Track{ REL::Offset(0x04350750) }; - inline constexpr std::array BSSequence__TrackGroup{ REL::Offset(0x043507A0) }; - inline constexpr std::array BSSequence__TriggerMaterialSwap{ REL::Offset(0x043923A8) }; - inline constexpr std::array BSSequence__VectorCurveEvent{ REL::Offset(0x0457E930) }; - inline constexpr std::array BSSequence__VectorLerpEvent{ REL::Offset(0x0457E870) }; - inline constexpr std::array BSSequence__VectorNoiseEvent{ REL::Offset(0x0457E8D0) }; - inline constexpr std::array BSSequence__VectorTriggerEvent{ REL::Offset(0x0457E810) }; - inline constexpr std::array BSSequence__VisibilityTrack{ REL::Offset(0x04391438), REL::Offset(0x04391628) }; - inline constexpr std::array BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ REL::Offset(0x0457C308) }; - inline constexpr std::array BSService__Detail__TCmd_BGSBaseLODBlock__AsyncAttachJob_void_{ REL::Offset(0x0434F490) }; - inline constexpr std::array BSService__Detail__TCmd_BSJobs2__Detail__TWhileJob__lambda_1c3bfbf7fb74499cbb80b7d46fcc49fd___void_{ REL::Offset(0x0476CF20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0002d342d4b96ed14f514008f14570c1__void_{ REL::Offset(0x04763D00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_006b35553229add112942d17ed32bb42__{ REL::Offset(0x04383810) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_008ea879cedd7a46a8a49983993e57e0__void_{ REL::Offset(0x044B8870) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_00be030d91abda501b40f19a399e9670__void_{ REL::Offset(0x0449D0A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_00d52b2856f41d6da386631d20e5fe03__void_{ REL::Offset(0x045BFFF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_00e2d70e07a75ffb4a9550258db25642__void_{ REL::Offset(0x04589838) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_01062a76feb931c8a06c8d3f4cbc7774__void_{ REL::Offset(0x04496430) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_01186127f86f046a5fcf380388afc741__void_{ REL::Offset(0x0447C868) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0127f337cadb519da5469c7309bd879d__void_{ REL::Offset(0x043A5A10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_018e17b8c62bcc393050b5b3397742d2__BGSTerrain__ClipUpdatedEvent_{ REL::Offset(0x04451810) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_01d98982c37fa7ae029664f475612abb__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0440EA38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_01dfa8bf516424b0dda88f5429247ce7__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ REL::Offset(0x044D2E68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_01f90e54009a80a8061050f13c8fa57f__void_{ REL::Offset(0x0449DBB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_02219d7de4e7a51e8a853f1c298cdd2e__void_{ REL::Offset(0x0447FD40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0225edb602894d96a65c3c1bdd96604e__void_{ REL::Offset(0x043CE2B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0246088df01a9e07219ed24fc8ba8f93__void_{ REL::Offset(0x0447E3A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0266f4fecfc2e8170c2ca291fc546ce4__void_{ REL::Offset(0x04496390) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0273e6452e98badf11b7178730088a42__void_{ REL::Offset(0x04496370) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0280741a07e3abcac360d5bbe91543b5__void_{ REL::Offset(0x044AF080) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_02d5dca3a0c95ccff60dd921dd71f729__void_{ REL::Offset(0x044D6030) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_02ec2101ebb94be332c6bd36ab93b693__void_{ REL::Offset(0x044B0E88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_030ca5c62d41b0de72e0c17b7630bf41__void_{ REL::Offset(0x0451E120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0321d4b42b7a6f99a866cdee2951a820__void_{ REL::Offset(0x0459AD80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_034dfa4d5e97d71c1bac340e699d3d85__void_{ REL::Offset(0x045C0E68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_035ca4d135ab12d1ada395740d09ae1b__CreationRendererPrivate__SetPointParams_{ REL::Offset(0x045C0120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0362ce151de36dc19c3b9e0b065e428f__{ REL::Offset(0x04597DC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_03a8632d7a9099fcd05af7a34fdfc31a__void_{ REL::Offset(0x045C5C90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_03c7a44cfe63f654f076dacdfb834679__BSResource__Server__Commands__Pause_{ REL::Offset(0x045B1F18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_03e39a4e5bc7955ee600125c3c8414bd__void_{ REL::Offset(0x044BC960) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_041073601cf9f78b6a0541c88dd4c120__void_{ REL::Offset(0x044A75E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0416055efafe3f589688876268cbf923__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0457D720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_044c6458e6cb5693642c4b3cac1fff04__void_{ REL::Offset(0x0455EC98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_047defe610e1e29e448903298b1a0364__void_{ REL::Offset(0x0435E210) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_04a1a979d9da72e0f8ac2e26edf99dd1__void_{ REL::Offset(0x044AF240) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_05002bcd6b960295934060162e02232f__BSResource__Server__NodeBase_{ REL::Offset(0x045A6640) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_053294228c3a26bab0e61f36d24bf6a6__void_{ REL::Offset(0x044AE318) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0538a2af10287591a9c6e825dd61a26d__{ REL::Offset(0x04388600) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0538e52b7cdb5c41874d3cad4c0683bd__void_{ REL::Offset(0x044BBEA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_056c00754ea9d9c6ca1e8e89751e4a28__void_{ REL::Offset(0x043574D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_059ea08971f1939e6f19fd254d9e0c82__void_{ REL::Offset(0x044866B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06067c6a6308b41d78759709e112b836__void_{ REL::Offset(0x044ABD88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06151f381a3a19a53c97f994077d69aa__void_{ REL::Offset(0x044A5268) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06167b3f0a5ba8433b063b6afbf04f97__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x045978B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06172112a25e26480a5f9c508ac18f22__Particles__PPM__Commands__StartQueuedSystem_{ REL::Offset(0x04597A38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06a711be13e37f10943499bf203dfad0__void_{ REL::Offset(0x044D4A18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06ce8beed408a87c8d1eaa7376977972__void_{ REL::Offset(0x044D4D78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_06e1d095500aa82f8ac3a971cfa34d57__void_{ REL::Offset(0x045BB260) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_07020fe3b056cff41277528905bc00a4__void_{ REL::Offset(0x044ABF68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_075888cf0a2530e474cd201dea947988__void_{ REL::Offset(0x0459ADC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_07651cf617a1bda461beb97e5235a353__void_{ REL::Offset(0x0435A868) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_077387c3297a9010e77cd35d075067ff__void_{ REL::Offset(0x044D5358) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_07a3b48c41a24d7c285e8cb5ef1cdf60__void_{ REL::Offset(0x045C6248) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_07e365911eee35c5b736e798821d6271__void_{ REL::Offset(0x0434C168) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_082360f606088c4ab0076fd3f12c2ff3__void_{ REL::Offset(0x044D5038) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_082d842b52704dfe6aab31c72b0894cc__RefrAudioUtils____LoopService__RemoveMsg_{ REL::Offset(0x044762F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_083725449ce9e0d3c679208d63e53e92__{ REL::Offset(0x04386518) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_086fbda4eebb50c6f4df48f1f6fe6d27__CreationRendererPrivate__SetStarmapGravityWavesParentGeometry_{ REL::Offset(0x045C0330) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_090d3c8373da10997c2f4bd4c97b520d__void_{ REL::Offset(0x0447A440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0926f4cfa9ad1d828a3f411e7fc4f6f1__void_{ REL::Offset(0x04493508) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_098e9d41120d9c69ef301914fec63ba8__void_{ REL::Offset(0x0451D118) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_098ef4189a0a8f223c8fbc61d99829b1__void_{ REL::Offset(0x045B31B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_09933e7059ef7be535739391db262532__void_{ REL::Offset(0x044D5078) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_099436210363735fad6683050ece6576__void_{ REL::Offset(0x044885E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0a24dd329f14ebaba8e0207148047ef0__void_{ REL::Offset(0x04496780) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0a26b129176452b06fb33fbd5234ddc8__void_{ REL::Offset(0x04368630) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0a386d64f9dd36883ee283d505f82adc__void_{ REL::Offset(0x043574A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0aeca5285554a78219ade45aa9bb9db0__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetText_{ REL::Offset(0x045C0460) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0aece35f7823386b115b82deaaafbf7e__void_{ REL::Offset(0x0447A580) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0af826300f7c12bb0b61405a607ed24c__void_{ REL::Offset(0x044D2FB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0b1190f9854567a76c31e15f706198e1__{ REL::Offset(0x0458AAF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0b1d03580f6f0a5a6a5dfd19b320d7f7__Particles__PNM__Commands__EnqueueBinding_{ REL::Offset(0x04590C30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0b3f977e5810541ada5b8e7123e4a876__BSComponentDB2__ObjectSaved_{ REL::Offset(0x04589938) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0b4a97e3db7f91472675e74f4146eabd__BSComponentDB2__ID_{ REL::Offset(0x0457C0B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0b915127af726732471628b2a4d7b3da__void_{ REL::Offset(0x04760AB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0ba77fc2a44489b0e7a2852b10d3be19__void_{ REL::Offset(0x044D4C18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0bb808731178bb759388c92baaba2060__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ REL::Offset(0x044D2E48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0bc199359560e6382a0563b4dbd09d32__{ REL::Offset(0x04383120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0bd4acb67198cdf73ba29134d580c17e__void_{ REL::Offset(0x04373BE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0c03c7330473892ba670105402efef07__CreationRendererPrivate__Messaging__SwapChain__Destroy_{ REL::Offset(0x045BC9B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0c232cc3ac8cae764e7ee93ff79e28ac__{ REL::Offset(0x043CCEC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0c247aedd97c7f96423e3ddd7608ea80__void_{ REL::Offset(0x045C5D90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0c5c5ef7fbcb29a5b5314c3ff1271579__void_{ REL::Offset(0x044C0768) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0ca6e154e41dec5dfc62308ecc694acc__void_{ REL::Offset(0x04489AD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0ceb036298b31f1cc45ef9ae0ecd5899__BSService__Commands__NewFrame_{ REL::Offset(0x0458A9D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d04e56f01adcfd3745eabdda36cb421__{ REL::Offset(0x044DF1E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d1fcf20e5825226f909acf6b1390c30__void_{ REL::Offset(0x045C0C18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d4cbf7d6729c86f736a3e1e92ecb42a__void_{ REL::Offset(0x044930E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d654b3629054275bae9908f7c2ed8e8__{ REL::Offset(0x04388728) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d65ab9a2dae1c47a0c901cc9738cbfb__void_{ REL::Offset(0x0459AE20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d72e0efc6f9dfc450d41f8a52bc48a4__void_{ REL::Offset(0x044D9010) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0d853000097131e6d146d893dc35aecb__void_{ REL::Offset(0x045C5CF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0dbaf398f5b9d27b21806968b4ae0a0d__void_{ REL::Offset(0x044AF140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0dc34ffbd9ed8987595dd2f80dd80831__void_{ REL::Offset(0x0451E140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0dc569d6a102c629c04acc1adc57134f__void_{ REL::Offset(0x0447A480) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0de734acc79b148e560b62cc3735c689__void_{ REL::Offset(0x044B0F48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0df8d91b739f126dd281888ca88fd83b__void_{ REL::Offset(0x04496620) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0dfaf3731b1bf4b2144f7c7c60ca1e32__void_{ REL::Offset(0x044B2940) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0e23ddf5c97dad2ca2be7aa659d41b86__void_{ REL::Offset(0x0435AE60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0eca9001df7c3082040737b67b4ebc52__void_{ REL::Offset(0x04763948) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0ee8949bcb7a260edba29f32c4bdcef0__void_{ REL::Offset(0x0449E198) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0f5f2e25683ee595dc5bf3b34e438e92__CreationRendererPrivate__Messaging__Window__UpdateWindowPresentMode_{ REL::Offset(0x045BC9D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0f6276adeb6b449032d2cb25a08fa625__void_{ REL::Offset(0x044A9B80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0f8ae27cc7094103481a2f39fb7a66c7__void_{ REL::Offset(0x044A1858) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_0fbe08cb3daaac324ee9bcdc03634431__void_{ REL::Offset(0x045C0E08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_101e42f2b95b49532b1b539f3585e9fc__void_{ REL::Offset(0x044D4C38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_105653bf31127f1824054cb0a4211f8f__void_{ REL::Offset(0x0448A7A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_109fc17ea66b9ba70691fd95452275bf__void_{ REL::Offset(0x044A8AF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_10aa7a4f760f1ed964fcfc2b5994be30__{ REL::Offset(0x045C5E50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_10c92ab2e647158c6768592162d88cda__void_{ REL::Offset(0x045B24E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_11319c8b1ca1d5124ce8a3cdeb847a3f__BSService__Detail__PointerWrapper_BSComponentDB2__StorageService__{ REL::Offset(0x045899C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1179c0d39af89e3c5612f8c3062153d6__SaveLoadTester__Service__DecrementBusy_{ REL::Offset(0x044CF978) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_117f4ead7583bfb71b48a89a154b3482__IOManager__SystemTaskService__RemoveCmd_{ REL::Offset(0x0457D260) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1181752b037322e77a0e38ec51afb85a__{ REL::Offset(0x04384478) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_11c34d3eb78eee830c941a9ee33a851c__void_{ REL::Offset(0x043695A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_11ff52985ad0c88221edd6e56ac529e2__void_{ REL::Offset(0x04481B18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1229d031d6d615b2231ac98f9b761d74__void_{ REL::Offset(0x0451D158) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_12ea3b324529d891495a3fb3b027c94a__void_{ REL::Offset(0x0434B6A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_12fc22b079915411b6b2b4038a6bd8ea__void_{ REL::Offset(0x0449E1D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_130b93c9a97d09ae0d297c51cc4d5464__{ REL::Offset(0x04386880) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1318b714b24fa2e2710a529d6ef141d7__void_{ REL::Offset(0x0449D948) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_131c4870fa33d302c588e56f37ef938b__std__reference_wrapper_BGSSaveLoadManager__int_unsignedint_{ REL::Offset(0x044CEBD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_132e6cc06120f2d25c5799f59603526a__void_{ REL::Offset(0x044934A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1345bc85d9ab2e9177e72cad4fde7a60__void_{ REL::Offset(0x044BA280) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_137aa706401a96efeb8af0f5153e8326__void_{ REL::Offset(0x044D4B38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_13bc4b69b9bb200ce8639726ff52dd1b__{ REL::Offset(0x0455F760) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_13ddb005de572f8b0cf5d5b4f31fdf39__{ REL::Offset(0x04384770) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_13f2f1fdc9b77224a1f3ab99e3e8b208__CreationRendererPrivate__LoadMenuHidden_{ REL::Offset(0x045BA3A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_13fb5261bf961ea5ffe8bc99d857d9b6__void_{ REL::Offset(0x045C0BD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_14348470d6afd06ac22201fb09357cdb__void_{ REL::Offset(0x0459BAE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_14563e1568e6d890487357d5b6106ffe__CreationRendererPrivate__LODList_{ REL::Offset(0x045BAA40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_148af1c827fe4f82fd6d721558747331__void_{ REL::Offset(0x0448DD30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_148e3dc5c753e0b63b8179444d7afbb6__BSService__Detail__PointerWrapper_Probe__ReflectionProbeRenderOptions__{ REL::Offset(0x04585110) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1496e3e7f62e55e5720030c5fcf78308__void_{ REL::Offset(0x0447A500) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_14b0426f32aa02f9a0be1973dd3e6d56__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x044D1358) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_14c624d060d53f090d9f6653c9d8716b__{ REL::Offset(0x04455278) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_14c7ea9486cedf1533fcee4c4a4cb042__ScalarAnimation__ScalarAnimUpdateCommand_{ REL::Offset(0x045615C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1511d67fd91bdd9800c7fb8a0a547ac1__void_{ REL::Offset(0x0447FFD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1522e0518122fe3f79c62fd4d69b2778__void_{ REL::Offset(0x044B0E08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_15752006373b974af772fdae01c31b35__void_{ REL::Offset(0x04489A18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1598874d1cd6ead728b5e1c399f11e89__void_{ REL::Offset(0x044AC4E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_15a1128b214ce479bf0e0588a2044d9c__{ REL::Offset(0x043825D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_15f8a0d100daba78b43c303c535a539a__void_{ REL::Offset(0x0447B460) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_16376a5022f79a83df3926f4fe3cbc2c__void_{ REL::Offset(0x04493128) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_163fcfaddf6445222d83c6b71f5c80db__void_{ REL::Offset(0x044AF260) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_167e29f857ddfc90e0beaaf2362a76d6__BSService__Commands__NewFrame_{ REL::Offset(0x04350018) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1688a60e1b2106b578044f4af2f0cecd__void_{ REL::Offset(0x044826E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_168dd5f9379d2fd02919c4b287afeb1a__void_{ REL::Offset(0x0448DD70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_16db958dc41d0c66db77acdf4c42d6c1__WorkshopEngine__ItemCombatChangedEvent_{ REL::Offset(0x0455B920) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_16e8324d5b2572cd72b95b4d7c867a5e__void_{ REL::Offset(0x044D51B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_16facd21a3bcaf5be30d78eb396b183a__WorkshopEngine__UntrackItemEvent_{ REL::Offset(0x0455B940) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1716f236caebbc81bde29df41b7139a1__CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ REL::Offset(0x044D2E88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_17396a94c1804093cbb9a3a845c807be__void_{ REL::Offset(0x04378F88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_174819bdc7f0499d3672b9449c10f91f__void_{ REL::Offset(0x0451E0E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1774627e001018ae78f7afb113d3fa44__void_{ REL::Offset(0x044A9E00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_17ac7ba69e78afaed49e645089406ab4__void_{ REL::Offset(0x044BE328) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1806fb42aa1c1e9e52bcea8a68aaa87e__void_{ REL::Offset(0x044A5BD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_180c459f37941f35f0a93ec666eb98b9__Particles__PNM__Commands__StopParticleSystem_{ REL::Offset(0x04590C10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_187988143b9bf44be919f8d51b1b1b63__void_{ REL::Offset(0x044A75C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_18ccbf1e684f7cd76a882ba490e89fd2__void_{ REL::Offset(0x04490520) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1906ed046289e1d0042657dc28968e4a__void_{ REL::Offset(0x0435B030) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_192783d943e5fbb89cb58be942406117__void_{ REL::Offset(0x0439E980) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_195aee6d74b2ceea27f36692e3ab6252__void_{ REL::Offset(0x04493328) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1962c06bc59384d568710cc2132f3df6__void_{ REL::Offset(0x04482608) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_196ef92acd8272c26ca673793b2c5b71__void_{ REL::Offset(0x044A5A80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_19871f07c1e548a013d0d1cf87089b3b__void_{ REL::Offset(0x0451EDC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_19c1ea0f7ac173ff0297db34f047c51d__void_{ REL::Offset(0x044D9688) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_19c5f57862c11ce255b5d3fbf38bef09__void_{ REL::Offset(0x0449E488) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1a6202670b68012c2043fa70909db9fc__BSService__Commands__NewFrame_{ REL::Offset(0x045859B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1aa7972c397c239d8c334fcca51f809b__CreationRenderer__ResetCullingMemoryRequest_{ REL::Offset(0x04761DE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1aab385b1d2c973b43db622647dd6935__void_{ REL::Offset(0x044AA7E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1ad6aa892d305598e3aa071fb6978ce9__CreationRendererPrivate__Messaging__RenderGraph__RecompileAllRenderGraphsParams_{ REL::Offset(0x045BB830) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1adcc7f72816988180f229dcae97a055__void_{ REL::Offset(0x0449E4E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1b1de50a30aecd9038df8bec83bce1d1__void_{ REL::Offset(0x04484C70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1b2eff87bafecc7bbc43ce302fdee705__CreationRendererPrivate__SetStarmapOrbitsColor_{ REL::Offset(0x045C01B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1b6954ed9f9f23860fc5a5777dbda38f__void_{ REL::Offset(0x044AE378) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1b7586faf3d45a3ccdbe562c615deea8__void_{ REL::Offset(0x044A5308) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1be396980ac749ad6a75b7528955df49__void_{ REL::Offset(0x044A2918) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1bf2a8d41dba84ffc96c5d4aafbdf0cc__void_{ REL::Offset(0x044AE358) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1bf785c93d8ad6d842d65a8bfb1aea2b__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6878) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1bf7c3047063bf194f956149815127bf__void_{ REL::Offset(0x044A17B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1c7ff35eeeec7cd1d9a2e5a0c39e495c__{ REL::Offset(0x04386558) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1ca4b4e540219e4d456f628473c4e71f__void_{ REL::Offset(0x04493368) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1cd72100737beba0d7eee0f960aa704f__void_{ REL::Offset(0x044B88B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1cef33996a1d8a4b6f46f83edca7a90a__void_{ REL::Offset(0x045C60F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1d3a5baa8cddc84b09fe4ae5914ac8d3__void_{ REL::Offset(0x0449E4C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1d5383e98b8e712f89a1b74bef1f4521__void_{ REL::Offset(0x044B81A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1d753404f33e1c7059e9e66b1fb8cb9f__void_{ REL::Offset(0x044D4CD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1d77491fa8d966c53ee8db9ca8d7257f__void_{ REL::Offset(0x0447FE70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1dc94482c6a0eeb04309cec409833161__void_{ REL::Offset(0x044D8FF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1dca1393cf167ec33c942351d43db67d__Particles__PNM__Commands__RemoveDeadSystem_{ REL::Offset(0x04590BF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1dcd6055c087c81e7b34ff0e9b242b7b__void_{ REL::Offset(0x0434C128) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1e3b3b65e4deb17ca33e10e3fc7a4114__void_{ REL::Offset(0x044AA7C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1e896bca42e806ceb24ab1b15b5b3465____Service__AddMsg_{ REL::Offset(0x044ECAB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1e9994414b30943f97930cd97387f08f__void_{ REL::Offset(0x045C0BF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1ed8251b1a65468a26281b769d4cce60__BSTextureStreamer__Command__Cancel_{ REL::Offset(0x04582428) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1ee85f381440a2d09017dd8965db720f__void_{ REL::Offset(0x0449D790) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1ee934e5d6c8ce4a9aa5155f812e5e98__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ REL::Offset(0x045BACE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1f3aad7b634a2fd4477eeee64a63e161__void_{ REL::Offset(0x044D4858) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1f7e28043a2aff61a071f26e42547073__void_{ REL::Offset(0x044D4F98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1f92a890228578814c2c2a03e8cac3ef__void_{ REL::Offset(0x0449ED70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1fada1a49a815c74778c622ce536d0dd__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x045A66E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1fe0fdf7c71e3cc627f4ec4b8dbb2309__void_{ REL::Offset(0x045B2A90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1fe4aa3c08afa23c78527d1835dc5bc4__BSResource__Server__Commands__Resume_{ REL::Offset(0x0457D300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1feb0118ea67ec51efc7b906b04c6a3e__void_{ REL::Offset(0x044A7628) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_1ff618fa23044ab7190c611f0f4f4a1e__void_{ REL::Offset(0x04471210) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_20023bd8b6f0cc86e939f7a6507b6df7__void_{ REL::Offset(0x0435B130) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_201c402df48895b5d2432b3397e6e6c5__void_{ REL::Offset(0x044ABD08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_204d98801082d89c3b86c75e5bef4268__void_{ REL::Offset(0x044812F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_20afe879793f75ebbf8aa6155055e332__void_{ REL::Offset(0x04490560) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_20bfcf6d2c3feba821c8319e746716c3__void_{ REL::Offset(0x045203B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2101e137058c8cce639a34b3fcbc6124__void_{ REL::Offset(0x044B5F80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_210b3ef41dd8983da70cc07a3e0846ea__void_{ REL::Offset(0x0435AD70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_214560b10e1922061b3c3abcc0263e5c__void_{ REL::Offset(0x0459BAC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_214d8b93d89e60d3f194e52945fc3122__void_{ REL::Offset(0x044AA808) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_214f86d7d02876439242e1db06abfd20__unsigned__int64_{ REL::Offset(0x044519B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_217a1984d7aaaa76424c490d99ccd0b6__Particles__PPM__Commands__RemoveRequest_{ REL::Offset(0x04597A18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_217e4d66bceb166c823cda642795bd7b__DynamicNavmeshService__DynamicNavMeshTaskCellRemapEvent_{ REL::Offset(0x0434E240) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_21920c043a7f059388cb9b1da8931b1a__RefrAudioUtils____LoopService__AddMsg_{ REL::Offset(0x044762D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2270a8b534503d70aacdbbbb48eacacd__void_{ REL::Offset(0x04495530) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_229923dcb46d68329aed5eaced3ec2f7__void_{ REL::Offset(0x047638C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_229a4e5fa9fd41ffec4f972c3da0e404__void_{ REL::Offset(0x04478B68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_22e4dedf066ee308e8be98a91a05dbec__void_{ REL::Offset(0x0434C148) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_234872c1c6e19f2c77dd5b652a057831__void_{ REL::Offset(0x044C5428) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_23603fe60d9bab333a86c7a4ac80c3a8__void_{ REL::Offset(0x0434B668) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_238f1eb7519d3ce6fc27db751464dd8d__void_{ REL::Offset(0x044D5258) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_23d36ce9f8728bffa7fd0b2dc1f5cb94__void_{ REL::Offset(0x04488608) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_23f8832b83fb9f72c657df18958f6306__void_{ REL::Offset(0x04496310) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_241d9a5d50febfb6ba04ca41e3729407__{ REL::Offset(0x04383468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_245174f9a20ac7a3035baa291be1395e__void_{ REL::Offset(0x0451E160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2469a73507db0616d79345f7c36d5c54__void_{ REL::Offset(0x04377B28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2471eaefa834ee6d158acd34cfdc233f__void_{ REL::Offset(0x044AE398) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_248e50f5c99809b58798f5db794286b6__void_{ REL::Offset(0x044C13E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_24acdea64849368114ea9d6e94cd1c50__void_{ REL::Offset(0x045BA360) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_24d44cabdf8c29ab5103a04e26075df4__void_{ REL::Offset(0x0448F830) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_24d90fff4870664f7b3e985575b6e466__void_{ REL::Offset(0x0449DB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_24f6ac36d7533ec682c0a282888c8485__void_{ REL::Offset(0x0435E2F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_250bbddfc101d1d4fc16e1a08c21486d__void_{ REL::Offset(0x044D46F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_25212b87a08400f446ec297e12f0a767__void_{ REL::Offset(0x0447D040) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2537dce064a73719c824d45ae5bee846__void_{ REL::Offset(0x04378F68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_25401afe9d43f2f824a6bd37f2bc34d2__void_{ REL::Offset(0x045B2AB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_254b770459995ece89a8f6627dfb5efb__void_{ REL::Offset(0x044D51D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_254bac1666edeb9dbb6cb08e2b8368e2__void_{ REL::Offset(0x044D45D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_255aea7f51319bdf47a5203f2d8eafb9__void_{ REL::Offset(0x044A5228) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2571bfd25a7211020a5b76748ce9963e__void_{ REL::Offset(0x0439EC20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_25945263975cb57845c6a4bb285efe7e__void_{ REL::Offset(0x044B30B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_25b10d4ae2248b8cfab1104251ddffad__void_{ REL::Offset(0x0447C848) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_25bf931fc0da606f9cb153f21c2acf21__void_{ REL::Offset(0x0449EE70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_25fd4484c9f270c6cddcb4c3b8a1e1dc__void_{ REL::Offset(0x04364038) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_261e62996e5289c528fa08224fb8f4c1__{ REL::Offset(0x04384790) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_265c9c2cc28dea70b44738922c3942bf__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x0457D2C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_266ce564967dd752765c46aaaa91fa8f__WorkshopEngine__CommitEvent_{ REL::Offset(0x0455BAC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_26eb4d84f4f78a938169c7210e691e9d__void_{ REL::Offset(0x0435B1B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_274420ce56496d799cb41ab8f61f9a94__CreationRendererPrivate__Messaging__SwapChain__TogglePresentMode_{ REL::Offset(0x045BCA38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2767ee422ea43a1012bd5fa5aba39abd__void_{ REL::Offset(0x043CE660) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_279e68361bf7aa08e4c1761b2a3bd216__{ REL::Offset(0x04386578) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_279f04fd05616f92000ce9a75b851fa8__void_{ REL::Offset(0x04359918) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_27f656fac942671e6d0aef16b0740835__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__StagingBuffer_unsigned__int64_unsigned__int64const_{ REL::Offset(0x045C26E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_281504c41f875176f11591ead405116d__void_{ REL::Offset(0x0451C828) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2856cb2d120552a8ee584da2837ecaba__void_{ REL::Offset(0x0448F810) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_285c03feb56c832a285d42f66323cc5b__void_{ REL::Offset(0x044A7588) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2866a9178630a5c75b5934c611c7ad37__void_{ REL::Offset(0x044886A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2886445c6e0621bc870bb6265c2ce416__void_{ REL::Offset(0x044B21C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_289ad4b5191fe06018b2959b6e32aed4__BSTSmartPointer_TESPackage_TESFormPolicy__{ REL::Offset(0x044D1398) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2905f2e89e326a3d4163970a61220fbc__void_{ REL::Offset(0x04493638) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2915710df63846f4944ed3d812de9410__WorkshopEngine__BulldozeItemEvent_{ REL::Offset(0x0455B180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_295d9a486d3ba70ad9e6244a8685b746__NiPointer_TESObjectREFR__{ REL::Offset(0x044D15D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_29737f9587fa0d1fb489346e0b4204c8__EffectSequence__ChangeShouldProgressCommand_{ REL::Offset(0x04350110) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_298b4c9ddad8c2c98895d95d86b6f018__void_{ REL::Offset(0x045C0B78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_29a65105e2f059d5c389bb1106cf31a3__void_{ REL::Offset(0x045C0D88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_29eb0d7134d8ba51cfa9e6bafd111a1a__void_{ REL::Offset(0x045B9AF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2a1038c7d25ba0a884b7bc8177134c35__void_{ REL::Offset(0x045C5C30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2a3033e1d9b16146ab0cfb500bc57757__void_{ REL::Offset(0x044D53F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2a39ce085fe4fe20ba682fbe1eec9d75__{ REL::Offset(0x04383830) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2a4944ac535e0c58bcb386500360561d__void_{ REL::Offset(0x045C0DE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2ac9f805c895c10508bbaac05e056a0a__{ REL::Offset(0x04388968) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2acba6e6f5d8006da23e0e8bda8d73bb__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04352128) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2acc797905deef217ba390942468a931__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x045A66C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2ae52c85f260927307882bcc7125f6da__void_{ REL::Offset(0x044885C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2ae9e1380c8ee2a9c82ea83274d83730__void_{ REL::Offset(0x0445B290) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2b2ad8ef2d7d558fbf41b42171f3b1a3__{ REL::Offset(0x04382C78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2b3180f9f666789c91ceaa7ef11cc1e8__void_{ REL::Offset(0x044AF320) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2b407448b85a245f799c31755ed65a50__void_{ REL::Offset(0x044C07A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2b4ae46eaa735d8ec6e406c6ea7dc68d__void_{ REL::Offset(0x044D5278) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2bbbd0b50b259ac7cf500e5ae985938f__void_{ REL::Offset(0x0447A460) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2bd41bd62048e62f5a0b6c02e630e312__void_{ REL::Offset(0x044DA6C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2bf18162af4aa8bb3440e46bcd481a5c__void_{ REL::Offset(0x044D4718) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2bf8d57a23f5733c9ced6acf1309e89b__void_{ REL::Offset(0x04488688) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2c01d9a581c158720a996021bd2bf7f0__void_{ REL::Offset(0x044D53B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2c718fd403190905af0d4ea06c52c490__void_{ REL::Offset(0x044A8A78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2c72c11eca91ff181a95975869a22a8b__void_{ REL::Offset(0x0435AE80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2c8c13283777b305e8f9ac8155e91888__void_{ REL::Offset(0x044BF1F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2cdb922543cfbed70ffc3f06283ccbec__void_{ REL::Offset(0x044B44B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2cf70dcb2c55b70d372df887b9c51ec3__void_{ REL::Offset(0x0447D370) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2d5bef08f4973c82b63bb685675f0476__void_{ REL::Offset(0x04477410) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2d6f96d76d321c8d1c3dd7d1b64229f4__void_{ REL::Offset(0x0435ADE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2d746a0e1ac0058b6f4a05abe7b671a7__void_{ REL::Offset(0x043D1F98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2d85d23616d6cc71a192d86f46bb952b__void_{ REL::Offset(0x044D49F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2d89b27380db044a735beeb504a7b6c5__void_{ REL::Offset(0x044A1818) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2de26c0aa27633843a24364a44cc9f49__void_{ REL::Offset(0x043CD0E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2debec6ebb798162268303d60398729d__void_{ REL::Offset(0x04574FF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2e1b42a1bf4317aaf1a3894ceabf2310__void_{ REL::Offset(0x044A2938) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2e61532e0d5a01e189b8200de13d5f3d__PathManagerImpl__CloseAttachEvent_{ REL::Offset(0x0459A170) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2e6253c69297d1e42e51724b3fdd29fa__{ REL::Offset(0x04769AC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2e7279c14af628ec41691a123af46400__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459A110) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2ea6196d4562a590254354bd5feb6c25__Particles__PSM__Commands__ReserveParticleSystem_{ REL::Offset(0x04597A58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2eb9065638b09a690be622024b4df0bc__Particles__PNM__Commands__ReleasePreCreatedParticleNode_{ REL::Offset(0x04590BD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2eb998c0a5ebbf4566b9cf6264edf070__void_{ REL::Offset(0x0449EDF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2ecc3ed85afbef822c47380b7a9edf28__void_{ REL::Offset(0x044A8B78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2f0badbef406f2ce6d56b7c47ef5200e__void_{ REL::Offset(0x044DA720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2f1b90efd64ded8c405a50f908cab138__void_{ REL::Offset(0x044D54A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2fb518c23a6cd73d41d8c5c303b2e58d__void_{ REL::Offset(0x044D1578) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2fb5ea5d7b79125fbb6a681b7df9d0ff__void_{ REL::Offset(0x044B2168) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_2fed147ae65901afc7e288ea0ac5932e__BSService__Detail__PointerWrapper___MaterialAnimator__{ REL::Offset(0x0458B098) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_300e29d97d5d2a5664d5a028a88e6f9c__void_{ REL::Offset(0x0448B930) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_301952c8919bf88550759f6c3d069c6d__void_{ REL::Offset(0x044D5298) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3057e6150c41d0e14e6947f3c018efdc__void_{ REL::Offset(0x044D49D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_306f6a312a9afd8ce3dbea619074b71f__{ REL::Offset(0x04763EB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_307c8e484fd5684acde2e61ba907d2bc__{ REL::Offset(0x04382C58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_308bb12e157933541115e30dcbca0aec__{ REL::Offset(0x04388988) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_308ed731f2dbebf2e475b0e992c3ca5d__PathManagerImpl__ShutdownEvent_{ REL::Offset(0x0459A0D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_30c6c7a87bba76c3a1a936e1ed78b67a__{ REL::Offset(0x04572560) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_30cdcb41fc2ec080a01fcf0b95f628f5__void_{ REL::Offset(0x0435E250) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_30d5faf09585b9c3c9dd2fcf15b7c043__{ REL::Offset(0x04384458) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_313a600ce33a8cecddb268952133376c__void_{ REL::Offset(0x044A5248) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3146f25ffd3d61e3bc2fd9220d9646d7__void_{ REL::Offset(0x044AD8C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_315f20bb07ecbddf0c084f73185daa5a__void_{ REL::Offset(0x044899D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_31781ca9f1a5c8c76d677f9fd6de0e10__void_{ REL::Offset(0x0440BE58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_319247d69123ef8ee3d856be4ce619a3__void_{ REL::Offset(0x044D97A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_31b44e4d05e5e001a2aa280f8bb5c5ff__{ REL::Offset(0x045C5F70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_31f70d64dc89f3eccdb1d62f9068ce7c__CreationRendererPrivate__Messaging__Window__Minimize_{ REL::Offset(0x045BCA98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_321ddd8064bb6d74dd3569d28ac1e1f3__TextureDB__QueuedTexture_{ REL::Offset(0x045B3288) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_32537a9cd7d7d51f31d6e04d245d00ca__void_{ REL::Offset(0x045B31D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_327a737861a5586d86084ca7ac4d6901__void_{ REL::Offset(0x0449B2E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_327d874d40378dda636bc9feabf0da29__void_{ REL::Offset(0x044A8BF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3289f95a5de796dd01303c2e6aa1766a__void_{ REL::Offset(0x0449E238) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_32a3a2fd9114cc2e2bf78225a3600fe6__void_{ REL::Offset(0x0435E150) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_32cb66071ec10a2bf95d6a03382fbef5__PathManagerImpl__ForceFailEvent_{ REL::Offset(0x0459A130) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_32de99af9a1424703afcb351fce4f307__void_{ REL::Offset(0x044AF100) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_32e4b4f19bbe2945e96b834492c572ff__void_{ REL::Offset(0x044C0160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_330bd7d68a6d9e5a9f9be554115c94ea__void_{ REL::Offset(0x044AC8E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_332327652b151a6d9640e172c53d7ea2__void_{ REL::Offset(0x04477600) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_335da43bb2b81785b47fbe4d0f319b78__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04351F30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3399867ed2d3e4eb9149cf49ae39f53c__void_{ REL::Offset(0x0447D410) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_33ab77d0429c58d85d6fdb5328fa1582__LOD__Commands__GridCellAction_{ REL::Offset(0x04451720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_33b8aa430c295b81275d187f81cfb104__void_{ REL::Offset(0x044D46D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_33d62600cbeb197191711a0e2d25692a__void_{ REL::Offset(0x0449EE90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_33df8a020619a661ff0f0eb30c4a92f6__void_{ REL::Offset(0x044A7CA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_33f4011bd742b3aa4c912a5b3e9e47c4__void_{ REL::Offset(0x04496330) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3455917d9295a66c51791fc3d6075540__void_{ REL::Offset(0x045C5C10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3471ca33b293f0a3eef752282128674a__void_{ REL::Offset(0x044D15F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_347e82067d065c9f474aad9a3dd3703a__void_{ REL::Offset(0x044D15B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3488d9aba936a506cbc187c238afd041__DynamicNavmeshService__RemoveAllModificationsEvent_{ REL::Offset(0x0434E100) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3495883e95a0abfb4b4bff1fc611f8fd__void_{ REL::Offset(0x044A9DE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_349ae4f9982f93b8dbdc97b33a330dcd__void_{ REL::Offset(0x045C0058) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_34acf24da20ca032cc74198e2b0308ab__void_{ REL::Offset(0x044B5FC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_34c11c47986a679e4c16a9a2e0083127__CreationRendererPrivate__ApiAbstractionLayer__Texture_CreationRendererPrivate__ApiAbstractionLayer__ResourceUploader__CpuBuffer_unsignedint_unsignedint_unsigned__int64const_{ REL::Offset(0x045C26C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_352ebd4d480bb605eaf5fd9883134d6c__void_{ REL::Offset(0x0449AA78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_353029f4888c2501365bd04c8f948db7__void_{ REL::Offset(0x04763CE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_359744d190dc0f55983ebf674d7e2649__void_{ REL::Offset(0x04373B80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_35975cc4ec102173bf2334a2f99698e6__void_{ REL::Offset(0x04479DD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_35bd0e1a582346a47e59752a08263e1d__BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x044D1378) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_35c6f8e7b5065eba3074a4701c8a5f6d__void_{ REL::Offset(0x044A2978) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_35e68aefa21a0d8d2b28a3ca8a61c2b1__void_{ REL::Offset(0x0451D1B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_35ece9797d5644ff4f3c6943a11338f6__void_{ REL::Offset(0x044D3448) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_361c6cab1b38c4ec47699ef1ffdb41f1__void_{ REL::Offset(0x044933C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_364a00ef55871162f3f5070f720d9966__void_{ REL::Offset(0x043CE5E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_364ea8f2f5cbbc7ca33932822fa80cf8__void_{ REL::Offset(0x044A2308) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_368233da920516086d8546f1f7465218__CreationRendererPrivate__Messaging__RenderGraph__InvalidateRenderTargetHistoryDataParams_{ REL::Offset(0x045BB850) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_36c3ef1d65a152c1c215c92d00e6399d__void_{ REL::Offset(0x044D4558) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_36ce634e90bd2a4e24146529ad6d9f73__std__reference_wrapper_BSService__Site__CreationRenderer__RenderGraphExecutionList_{ REL::Offset(0x045B9BD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_370bd910a5608f7e24933769a85a2d01__{ REL::Offset(0x04386800) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_37728350bd895aa432a0de6abbba3444__void_{ REL::Offset(0x04496490) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3787988b13cf9ab18aaf10e2a798c429__void_{ REL::Offset(0x044A7C48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_382efead5ac19798d3908e8e081276ab__void_{ REL::Offset(0x045C7460) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3853f003bf05ee8a36b1af9ed2675598__CreationRendererPrivate__Messaging__ShadowManager__SetQuality_{ REL::Offset(0x045BFFD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_38f5e4d9155f05098e02b86201038287__void_{ REL::Offset(0x044D4A58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_393007d1483c48a19dc830c08936fc49____SetMaterialAnimatedCommand_{ REL::Offset(0x0458A9B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3930ab2afbab27b1506767cf58be5101__void_{ REL::Offset(0x044B4240) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_39a940d0b7948878fd3b5b96c2ebf945__void_{ REL::Offset(0x044963D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_39f8b5f7049a839ea2095f4a26f9ae2f__void_{ REL::Offset(0x044B60A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a2464f0941ed62090b746e65ca64c5c__void_{ REL::Offset(0x044A5478) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a4dc712b93fd10223b77911f1b99733__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ REL::Offset(0x045BAC60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a57abaf61ad1e6abc321442d83ed546__void_{ REL::Offset(0x044D5EF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a591bc3d5e9ce38c6a79ce50bb71bc3__void_{ REL::Offset(0x0455ED70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a5d570a34ce7e351d987cb697176d75__NiPointer_NiAVObject__{ REL::Offset(0x044D13D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a8eb28842f7c3b638eecbd27d2766bd__BSResource__Server__Commands__Delete_{ REL::Offset(0x045B1F58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3a8fcfe07635d04438a5132752733b81__void_{ REL::Offset(0x0449B2C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ab7a474183d094d82a832310dd1e3b8__void_{ REL::Offset(0x04479718) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3aba2adf970db82c095675cef82c2881__WorkshopEngine__ConnectWireEvent_{ REL::Offset(0x0455B1A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3acf5e266783d132c177fcc3ef813df5__void_{ REL::Offset(0x0448D478) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3b32b694f872c1c21c9dfc8218ceb5fb__void_{ REL::Offset(0x04379BC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3b6c7671eeb5b5acc5b4e8b65342012d__void_{ REL::Offset(0x0435D050) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ba838f9d6a25c897cf3e761a176b405__void_{ REL::Offset(0x045B2370) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3babf5a6e03cdb09405fc7e098bc7443__void_{ REL::Offset(0x0435E448) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3be25b3317c2cdd7df0dff14aeb8ca2f__void_{ REL::Offset(0x045A6820) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3bea0f9a0294bd11b0d7827c6a8df0e4__void_{ REL::Offset(0x04479738) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3c329a73843b41e733e0182af0e37127__void_{ REL::Offset(0x0451E0C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3c501a4c01c1bd636e36785d81a92088__{ REL::Offset(0x04765F40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3c6290ae99937915e873fcebd8fda379__void_{ REL::Offset(0x0447FD60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3c89dfb515aae82e49ef0c9398fc4e07__void_{ REL::Offset(0x0459BA68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ca668172a1c46e2ac7b265a77c54d0f__void_{ REL::Offset(0x045B32A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3cae0d050cee0487208e6011be92c7d7__void_{ REL::Offset(0x0448B9D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3cdfd03be93aa1e85642ed42a1f341e3__CreationRendererPrivate__MeshDB__CreateParams_{ REL::Offset(0x045BAEC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ce2a5101292d234e5374806e376da67__void_{ REL::Offset(0x044D54C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d12aa2819e5d460f17038daa0921c9e__void_{ REL::Offset(0x04488FD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d17e16e59fcf8208e53f6391fb6ec62__void_{ REL::Offset(0x044B4490) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d2344d60d976c67092b025322ffc4f8__{ REL::Offset(0x04386640) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d4fbafc5fd90921741e35c987c6c3b1__BSResource__Server__Commands__Cancel_{ REL::Offset(0x04351E90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d510ea8315a91b731b3d8c0ff923f9a__void_{ REL::Offset(0x044D4BB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d62d9ef8d226a48af329f1219d92cdc__CreationRendererPrivate__SetGlareParams_{ REL::Offset(0x045BA418) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3d751a3a5f7a5c3a0cf2260cc4623136__void_{ REL::Offset(0x044BCAA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3da75893818ee5207bdb6901cbfdd1d8__void_{ REL::Offset(0x044954F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3dda19daacbafd2f7a3f8a789293def6__void_{ REL::Offset(0x0451D530) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3dde49ac74f9fd3e3193f3e83ce5cb5c__BGSAudio__WwiseService__CloseCmd_{ REL::Offset(0x04457868) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e1c039ddf7c20b9d0c821402aee78a9__{ REL::Offset(0x045BB168) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e1c6fa17f66105a7b10feda004e0cb0__void_{ REL::Offset(0x044C1400) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e333624a18bfd6219772c0ac143823c__void_{ REL::Offset(0x044D4F18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e368065e521a937278cf0c31232a203__void_{ REL::Offset(0x044ABD48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e79d46c2d3630fdccfc2ade8adaf41f__void_{ REL::Offset(0x044B5FA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e7edb91a2306b74e82c8676b746f6cb__void_{ REL::Offset(0x0435E2B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3e8b49604e3b87fa953001520a27acef__void_{ REL::Offset(0x0449DB98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ea8ead95a63a4d828f39db6546d6b7d__void_{ REL::Offset(0x04574230) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ec27cdbb32a5c38a315f1137a370d55__void_{ REL::Offset(0x0451FAD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3ed2adb8a118e183e6aaf9bd8c782e8d__void_{ REL::Offset(0x044AF020) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3f2aec5ed7125590b3c46b71bcd7a578__void_{ REL::Offset(0x045BB1E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3f507c90a28256ad5886d22aa20dcebe__void_{ REL::Offset(0x0449E278) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3f788884067476c5c9d29f340870b860__void_{ REL::Offset(0x0449EED0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3f9ef64ae949d4fcd6048acffe26876f__void_{ REL::Offset(0x047638E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3fc0deb4283874dcb0d2a8e4ffcda1fc__void_{ REL::Offset(0x0447D2F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_3fc665100f134cb641475d3a9648b795__void_{ REL::Offset(0x044ABDA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4008e0a6d2eee7d878541197268771e7__void_{ REL::Offset(0x044D4F58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4020ee17ccaafc63f1760ed4e39546e2__void_{ REL::Offset(0x0447DBF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4036eb5b52ef8a1c35ecf97b1bd0f497__void_{ REL::Offset(0x0435E1F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4044d6665dc2fbfcc3816a7acd81a713__void_{ REL::Offset(0x044A9400) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_405c76cc591d6ecee551837365bb7a31__void_{ REL::Offset(0x045BBAC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_405da0333369ada4c3c1d70c5cbbf997__void_{ REL::Offset(0x04493658) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_408d850f896b71e1d2843b386a496690__void_{ REL::Offset(0x044A7608) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4093dbf0d6045f9250efb75db1bc5622__void_{ REL::Offset(0x04763908) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_40e6f3a5d7629908c83c6f08be99d02f__BSComponentDB2__ID_{ REL::Offset(0x0457C0D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_40ffcc266e73d715cb276ae78e95efd4__void_{ REL::Offset(0x044B88F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_41212d33b7832f8d5197b18b234a3a1e__{ REL::Offset(0x044C9B38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_41e29e630505c1347ee4a0b958696d8a__void_{ REL::Offset(0x0448C518) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4206833caf804d1b078bea3a05711f28__void_{ REL::Offset(0x044579B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_42143624fbcb82a4cf50456b8e7cbbff__void_{ REL::Offset(0x044ABEE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_43072a36558482b0757dafb12e7d0b2c__void_{ REL::Offset(0x044D47B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4319de3c1721a6efb59bc02bc04d16fb__void_{ REL::Offset(0x0451C848) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4368243e1fbf4a53c983b7d9e6df2da5__void_{ REL::Offset(0x045592A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4375ad3e6651f5c442cde7b0e1ca9cde__void_{ REL::Offset(0x044B4220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_438aa190d1fc08623a667ed57a069388__void_{ REL::Offset(0x044C00C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_43d6edfb9ea9c6494488be2fdd1a9289__void_{ REL::Offset(0x0451EDA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_43dea555a4b7f363d485f6a504637bce__BGSPlanetContentManager__PendingPlanetContentRequest_{ REL::Offset(0x044D3AB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4408f2402885ec5a449d735aa70e45bf__DynamicNavmeshService__UpdateNavMeshCellEvent_{ REL::Offset(0x0434E140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_442365a6bcd228c8e242bffad7645f04__void_{ REL::Offset(0x043B9008) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4435d41dac228c19b787802376037cf9__void_{ REL::Offset(0x045BB240) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4445c3abf0c368441bf6264f6cb4430b__void_{ REL::Offset(0x0457AB38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4463c366715b972b73264daba198b3f1__void_{ REL::Offset(0x0457B228) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_44abd068d2da4873cc884ac3531858ad__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04377920) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_44ada94071a02a2b474443a2e6e2115e__CreationRendererPrivate__SetStarmapGravityWavesPlanetData_{ REL::Offset(0x045C0310) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_44c2561ca25dce2ff3574caeb9f74dd3__void_{ REL::Offset(0x04487AB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_44cb987a575564a069b41f2fb53051a6__void_{ REL::Offset(0x0457AB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4501655eea2d25d05464153c14f354d4__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043A4DE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4513bd44a8e7c893dcdb1837f1b52da5__void_{ REL::Offset(0x044A2958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_45834f7c6c87366496a2659d5dbf9e5e__void_{ REL::Offset(0x044BC980) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_45a06290d924165f9626281a58ddd57a__void_{ REL::Offset(0x0448DCD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_460512555715907ea5d59565728cbf78__{ REL::Offset(0x04765FC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_46303423585880e1eb20ec3e05e90371__{ REL::Offset(0x04386660) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_46348a84bef185a94f5c460905d73184__void_{ REL::Offset(0x04478360) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_465f446a29f8113fe9060fbd5ac142d1__void_{ REL::Offset(0x0435B050) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4664e63261002710f8739f853ad54fbc__void_{ REL::Offset(0x04575058) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_467bafc3a64aa3e8d37f4d1c0231ac0e__void_{ REL::Offset(0x0435B0F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_46b8a6919a1452d24449eda012dc20f9__void_{ REL::Offset(0x044A8B58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_46c096693b08268f55d86409beff46f7__BGSAudio__WwiseService__CancelCmd_{ REL::Offset(0x04457888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_46d4c7bf7198847e8617c88ed1fec80b__void_{ REL::Offset(0x0459BA48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_46fe3a6e069cc3ec89fe471170845286__void_{ REL::Offset(0x0435E270) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4722cd60330f821a776eb90619f24ba0__void_{ REL::Offset(0x0448A7E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_476315acb3f625a547472d7af175470a__CreationRendererPrivate__SetStarmapOrbitsThickness_{ REL::Offset(0x045C0190) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_47689048ffe9cf6b3839592273900f7a__void_{ REL::Offset(0x04763CC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_476abb2bfaab0fc7efc6f5dcb6fcb2ca__void_{ REL::Offset(0x0457BFB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_477a9257270be9abbe31011b33ae2d4e__void_{ REL::Offset(0x044A7648) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_477fdce2aa7e8a35a27ff9ceea46765f__CreationRendererPrivate__SetStarmapGravityWavesInit_{ REL::Offset(0x045C0370) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_47ce1dd467148b48f07cea494666a7d0__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ REL::Offset(0x045C0210) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_47fe5049ec0d2b059cd4e9c3a8bba9fb__void_{ REL::Offset(0x0448F8F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_486f6377972e2f98934044978e5e9c6a__void_{ REL::Offset(0x04763D20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_488e1d7a92634c789b4baad4e2e2ea8a__void_{ REL::Offset(0x043685F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_48ae9e186cd370261b4a8c026f097193__void_{ REL::Offset(0x0449E258) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_48f2fa1c53007bf63a566dcda735b047__void_{ REL::Offset(0x0447D430) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_48fe6290260ad9ed2e181d5d8f759f72__void_{ REL::Offset(0x04578E40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4915cd91781e3e78d7403df0ce032ca9__WorkshopEngine__RevertBehaviorEvent_{ REL::Offset(0x0455BAE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4921ed9f68aa1fc2f0f21af2a87dcd6e__void_{ REL::Offset(0x044D4E58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4972b39ee93832996f39309f24bafcda__void_{ REL::Offset(0x044D4E78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_49a9462346b35cf9a817c479ef5e3f54__void_{ REL::Offset(0x0448D850) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_49b17985ad44e83a8fd14500788c8107__void_{ REL::Offset(0x044AF160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_49c199109665f9119f244649ce85ed19__void_{ REL::Offset(0x0449CBD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_49dd87ad78ee43fe8a48fb6892984d6b__void_{ REL::Offset(0x0449EDD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4a08c435c3ac51cae20444ff1aa9e269__void_{ REL::Offset(0x044AEF20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4a5031ba3460282243219aa6d3941499__void_{ REL::Offset(0x044AD8A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4aaabb97a9bb6180d094f12bce28aabf__BSResource__Server__Commands__Resume_{ REL::Offset(0x04368550) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4af669e4cfffbf317bd05ed76feb17b7__void_{ REL::Offset(0x044A6A88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4b537dcf410d388753ccef2b15ba51de__void_{ REL::Offset(0x0458EAB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4b7154b324ff6a34f4453cf668495d3e__void_{ REL::Offset(0x0449E468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4b848804d48c4dc62699b40854c972c8__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04351720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4b8697e272cfab15c388c83563df4d08__void_{ REL::Offset(0x04559120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4bc475593d03c33ecbe7f6490ef199c0__void_{ REL::Offset(0x04496820) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4bd06b7d18d2ee2e814f8a24ea702e9b__BSComponentDB2__ObjectDestroyed_{ REL::Offset(0x045899E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4c015007cf1a1f2352c3f1cbdd77c6d8__void_{ REL::Offset(0x0448F890) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4c159415f22427edcf3cb06ea3ed0825__void_{ REL::Offset(0x044D5138) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4c29df44919541ed5539dc4906333c03__void_{ REL::Offset(0x044B7848) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4c679a661775dbb434d8842b4616699d__void_{ REL::Offset(0x0448DCF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4cd4cc887121fef8245c73ad75b1ff5b__void_{ REL::Offset(0x045C5D10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4d11100710477819f627446b49f4f035__void_{ REL::Offset(0x044D4DD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4d78eb05ca8fbac8fff4c3061f86a8b2__void_{ REL::Offset(0x0447E490) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4dc3f6e88aaf1f9bb30ba11c1a1a867e__void_{ REL::Offset(0x044D5218) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4df240bf986dc648499c86ca5c7575a2__void_{ REL::Offset(0x0451ED68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4e42ff11552c5eb9d25c522bcbf8b52b__{ REL::Offset(0x04472160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4e57f107abda58e71fe9a560c53db249__{ REL::Offset(0x044721A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4e582f7778f98903c53bc3040e3a266f__void_{ REL::Offset(0x045BB220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4e78248c1506a0b60989e2d0ea9768de__void_{ REL::Offset(0x0457B208) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4e7b7dbe4ef00c5a4c82a0abf9a75b06__void_{ REL::Offset(0x044B4280) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4f9173f912f6ca219210248e0bc63b43__void_{ REL::Offset(0x044D4B78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4fb890b38103683851e1b9190aee181c__void_{ REL::Offset(0x044A69A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4fc469331c46bddbce9d5571c5242fcb__void_{ REL::Offset(0x045C6228) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_4ff4edcde69954e698f2a6c1536c2fb4__void_{ REL::Offset(0x045BA0B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_505353db52826aeee65f471c844c8fe8__void_{ REL::Offset(0x045C5C70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_508326cde8918aeb4fec4d828ccfc4dc__void_{ REL::Offset(0x045BB5E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5085a081027663507945c4154670848f__void_{ REL::Offset(0x0435B150) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5088e537f1dbb66698a86c6a367ae3f3__void_{ REL::Offset(0x0459BB08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_50ceac2bb77540f0e0bb704ddb9852af__void_{ REL::Offset(0x0459BA88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_50da05544761f80a73d0d09004b9dcac__void_{ REL::Offset(0x0449D7B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_511a463698cab60432ad5611058a8e27__BSComponentDB2__FileUnloaded_{ REL::Offset(0x04589A08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5148e5099703890d6cd3233af27e1473__void_{ REL::Offset(0x044AA748) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5157c111cccfac4b8a6bee90ef38a42a__void_{ REL::Offset(0x044A9440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_51bdde811364c92ff609b6055e6baa92__void_{ REL::Offset(0x047639A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_521d48f436705fd3c0b03b5a99a1e0aa__void_{ REL::Offset(0x044B3170) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5223223e1c0586dd791d6a38cc0fd1be__void_{ REL::Offset(0x044B42A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5226d4e66e0ef6fdacca603ab0e18ca6__void_{ REL::Offset(0x04559608) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5248cf4bcb3b08d0bb42c36aeede0124__void_{ REL::Offset(0x044EED20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5280ba3b9317ae74f9aa13a4671cc6db__{ REL::Offset(0x0439E880) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_529a6feefbfb04ca9534767b2bdd7a2a__void_{ REL::Offset(0x043B42B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_52a916d4dbea9cabcefb4c24447d3ec8__void_{ REL::Offset(0x0434D160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5361d961e996b62750cc60558e68ff72__TESForm_{ REL::Offset(0x04369E68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5389cc5699dd3f740098a76cf346f79e__{ REL::Offset(0x04597DA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_53987ad11bc8a5dae54ea4f9c5f46319____Service__ReferenceDeadMsg_{ REL::Offset(0x044ECA98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_53abbbca45155c8b23682e9cdb5af07f__CreationRendererPrivate__Messaging__SwapChain__SetVsync_{ REL::Offset(0x045BCA78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_53cab3af5b3b29a1236ceb2e4573e1ea__void_{ REL::Offset(0x045A6000) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_54109e62bc0c4ecfada91e93c4f8d1fa__IOManager__SystemTaskService__InstallCmd_{ REL::Offset(0x0457D210) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_54481b0b9fc74bd105b60ccbba81a493__WorkshopEngine__ActivateItemEvent_{ REL::Offset(0x0455B9C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5461d569e1413187dbc33645050bb02c__void_{ REL::Offset(0x045A0078) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_54c822b7f04b4d0f24210a1b84f9442f__void_{ REL::Offset(0x0455ECB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_54cffc6b72315e542c0c7f4c29973cb0__void_{ REL::Offset(0x0449EE10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_550d1b88a0e0a7b13a50b248c0d24afd__void_{ REL::Offset(0x044D55A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_551686201d1eb5ced7bd06b5a846d4de__void_{ REL::Offset(0x04488848) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5527b6c2f611507985ae11854e45db03__void_{ REL::Offset(0x044D5178) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5528f7974c209d8c12356bceb42e106b__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0459B9C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_56007253fb4785317ba6d9cce39d4e7b__void_{ REL::Offset(0x045C0E48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_56590bc88876c556a9a0ebce0035e809__void_{ REL::Offset(0x0451E080) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_566a795f1bd69e7a04ef2794bca5d9eb__void_{ REL::Offset(0x044AEF80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_568b7cde608dd4ad0028907e0affc50b__void_{ REL::Offset(0x044934C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_56c960c2a279e8d87d75a657a7d456c2__void_{ REL::Offset(0x044AC900) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_571fe39733d27d4179f8a5fa59c36c17__void_{ REL::Offset(0x045C4BB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_573ec6cffb220e7950a7a70e6ab325d7__void_{ REL::Offset(0x045C0F88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_57416da6fe95edc9377a39b2d5e49ef7__void_{ REL::Offset(0x0451EB78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5741c61479129cc96426fb35916a0752__void_{ REL::Offset(0x044A2A58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_57975716758a7f7a5de55ac1d8d9d189__void_{ REL::Offset(0x044D4B58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_57ae2803574ab3103c87c291242b3fdb__void_{ REL::Offset(0x044B21E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_57c4f608f6878076b33730c2785b05ee__void_{ REL::Offset(0x0448D418) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5828179f5bd90c767c3b01359b826387__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ REL::Offset(0x04582518) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_583969746530a3f9b5f344cb60b76e9c__void_{ REL::Offset(0x044AE338) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_584a07e4c06e817e3f2a0724b92c5ea5__void_{ REL::Offset(0x0457D438) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_58a170ec3429b0f12dffb09511f7cad0__void_{ REL::Offset(0x0448D7D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_58d93e0d0afb0731988ff7a440162d64__void_{ REL::Offset(0x0459BA28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_58f0654d7cc789b71c4f7778a924009b__{ REL::Offset(0x045C5FD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_596fdc1d9267f97cef299b9424c896a8__void_{ REL::Offset(0x045C5CD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5990af9b9347ec02190ec4d4e37cd27e__void_{ REL::Offset(0x044AF300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_599f307d9c6012ed3b4e872149a3a7fd__void_{ REL::Offset(0x04574210) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_59b4f179851d664c369a4c529e1162cc__{ REL::Offset(0x043A5910) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_59c00098d6616de1c9ad3aee34f90f51__void_{ REL::Offset(0x044B6268) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_59eb06eb8ec46854c83f83ac0a23e663__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04351EF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5a69a2839b3feacc27901b29909683fd__WorkshopEngine__RequestRepairItemEvent_{ REL::Offset(0x0455B980) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5a8b33f26402fac4c999a77b6c0204f7__void_{ REL::Offset(0x04486690) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5a8e2724026233f416f857d4a0344b65__void_{ REL::Offset(0x044822E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5a997065188370c5f6ace2b88f49c371__WorkshopEngine__CancelEvent_{ REL::Offset(0x0455BAA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5aa066525c82a2acf514297c5b906193__void_{ REL::Offset(0x044D45B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5aac3bc49ec80358898e8d7e049e6d3d__{ REL::Offset(0x04589FE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5abcdbc7dd077b3198adf606a2c3f14f__void_{ REL::Offset(0x044AEF60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ac89a1f8b5dbac72a7595a1cdcc59c6__void_{ REL::Offset(0x044A5CB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5b171b54abee5ae2c91d89047da502d9__void_{ REL::Offset(0x044AD788) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5b258bc02c86081f661b65f84adac6f1__void_{ REL::Offset(0x044D47D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5b54b327cfa489c6a06413d472fcc821__void_{ REL::Offset(0x04496760) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5b5d31e7784ea65dd18b6a1ee03bc91f__void_{ REL::Offset(0x043501B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5b8a26b08fe3145dbc8485ff83aacff7__void_{ REL::Offset(0x044962B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ba7251da725fc265ee463f32da72ccf__void_{ REL::Offset(0x0447FEF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5c21c7aaa90dd010668e06cc92f167c7__void_{ REL::Offset(0x044B81E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5c367b1c89d5b6fba9cf072bae29fab3__void_{ REL::Offset(0x044AF120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5c6c35c15d411f61e4be2bd0a84115ed__void_{ REL::Offset(0x045C60A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5c7614f8a665b04c40ec3b56f2769e4f__WorkshopEngine__StartSnappedEvent_{ REL::Offset(0x0455BB00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5cd698063e330a3ed6e1f91aa838596d__void_{ REL::Offset(0x0459B9E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5cd8d4cd190031c9c679013ed7b93ebf__void_{ REL::Offset(0x044BF2D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d0496d326a3d070261d336cd195f34a__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6178) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d2dc311cc68beecf95840e22bc9a1a7____AddMaterialCheckExistingControllersCommand_{ REL::Offset(0x0458ABF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d3965b97e4ca7d0cc745372efc2f4d9__void_{ REL::Offset(0x04482668) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d43da90aded6b185d0c2ac43c2c66b5__LOD__Commands__GridCellPostLoadAction_{ REL::Offset(0x04451760) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d4cf4b95f32699d50555a8a889d93e8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0440EA58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d4e0bb91a60feb7ed2a3cda76c5ae60__void_{ REL::Offset(0x0448C458) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5d512ec3b8f8b58a3b45cdafb8e59f52__DynamicNavmeshService__DynamicNavMeshTaskStitchCellEvent_{ REL::Offset(0x0434E1E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5db24543e987e39df9ba065b93317c77__{ REL::Offset(0x047610D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5db8e2e837d027556d6f7c9bf57942c8__void_{ REL::Offset(0x04373958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5dd4571b847700c924fc69035eed0d3d__void_{ REL::Offset(0x045C7338) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5dd6911ccacfa3ba9a251ce4ce01dd43__void_{ REL::Offset(0x04357420) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ddf831e117e65a9c84810647ef916e9__void_{ REL::Offset(0x044C2340) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5df8e7a9a6ded119308f254b57096c37__void_{ REL::Offset(0x044C1380) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5e569755d2dcbea4f33322a8fde8cc11__void_{ REL::Offset(0x044D4FD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5e8ae06900a7bddda0cf168bbff5225d__void_{ REL::Offset(0x045C04E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ea58ae02cf21c9982cd6ff2888d102a__void_{ REL::Offset(0x04482648) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ed86aed803edf06e96638b0c880264c__{ REL::Offset(0x04386538) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ef86d9a3408eac64b85fd5fe0de8ea8__void_{ REL::Offset(0x044886E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5f5b67ae8656b8c2dd62d9c87a22bf36__void_{ REL::Offset(0x044A6AA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5f811668598f74b55d8da48ccf8d3bc6__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x045B1F38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5fcec49d8393ef2030e8281cae827ad5__void_{ REL::Offset(0x0451B4F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_5ff9deb0cc130544db6aa77b12335b29__void_{ REL::Offset(0x044AF2A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6028fee93b979a86bc838bd47d09dbef__void_{ REL::Offset(0x044D4838) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6050264a05b7761be9833732b47df840__void_{ REL::Offset(0x0439E860) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_608330f65626647a5f3700cdbd08d615__{ REL::Offset(0x043886A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6086aefa1af85f5bf44d762eb798cc6d__void_{ REL::Offset(0x044A0CC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6091bd49f0235c539730330b7bbd05e6__BGSPlanet__Commands__AcquireHandles_{ REL::Offset(0x04380BA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_60953c0dbb757333a370e213f2271760__void_{ REL::Offset(0x045591E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_60a2a67e515b8c66bf9223026a83fbd0__void_{ REL::Offset(0x044AA7A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_60c5b39cf8477c02cff6f396fb44a7ed__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043A4DC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_60fe0abdac05530fab75b73544af950b__void_{ REL::Offset(0x044C0000) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_61413ac2a55467b678214f2ac86caa3d__DynamicNavmeshService__RemoveNavmeshesForObjectEvent_{ REL::Offset(0x0434E180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_61a430de65351fca951850123a10f86e__void_{ REL::Offset(0x04574250) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_61e1041efa5ca6e088fd0edd0946d094__void_{ REL::Offset(0x0448D458) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_61ee642017ae66803ba5e745504877ff__{ REL::Offset(0x043868E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_625b9df3e132dd43d97dcf00b978dcfc__void_{ REL::Offset(0x044D14F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_625c3f61a061214656ffa871f2ace90a__void_{ REL::Offset(0x044D14D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_62bedaed9769da4daccb3a0006b97672__{ REL::Offset(0x043CCF00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_62c1676a391e23f4f5d1648bdf0500ec__void_{ REL::Offset(0x044D4F78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_62ea3bb0e99490e73b3cf9ded02c4ba4__void_{ REL::Offset(0x045B2260) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6302b5dda898a26fb8b83a7b35fca327__void_{ REL::Offset(0x044BE140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_63030607207068c236fc02b2e6c164ca__void_{ REL::Offset(0x04520430) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_63b95f55a0d63d71f69777e37f3724b9__void_{ REL::Offset(0x044D52F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_63e7c11ee3d013597cef7b6f0e477087__void_{ REL::Offset(0x0449AA98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_64364eea35b1b91391bf788ed796c3ab__void_{ REL::Offset(0x04493468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_643db91f8b5c71b12922c400439d4d36__void_{ REL::Offset(0x044D4758) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_644897cc14b59095acfe3c6dbf92cb60__void_{ REL::Offset(0x044BC920) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_645a27b961cf277449efe3a8d4762839__void_{ REL::Offset(0x044BC9A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6473c7b4257e286fd41ce91b4306fddd__void_{ REL::Offset(0x04488648) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_649071eb220bbd34daaeb46ef043c75f__WorkshopEngine__PlaceOutpostEvent_{ REL::Offset(0x0455B100) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6496fe1bbf4fca4b6a25b0a0de8ec059__void_{ REL::Offset(0x04477FB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_64a5b1bf4883d08c59b951dfdb37525a__void_{ REL::Offset(0x04493488) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_64d650177fdf09a2ba813025b7184388__void_{ REL::Offset(0x043598F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_64f7f0d7e815702b37bbfa80088c7b7c__void_{ REL::Offset(0x044B3150) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_64fa87a6d3f82028f8e99a63c828d68c____CloneMaterialAnimationsCommand_{ REL::Offset(0x0458AFB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_650437e5a957ffb931aa5270f3a52342__void_{ REL::Offset(0x044AE678) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_651164d697b1ce925d5c2e2886235553__void_{ REL::Offset(0x045C0D48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6524219ac8c6b2c362b49027abf20d3e__void_{ REL::Offset(0x04482300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_659cef0f91fddcd8853146bafb6b8d29__void_{ REL::Offset(0x045741F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_664629f702b7c363dca36fae740aa4d9__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04368530) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_665417a5a61e24970bf904264af2893e__void_{ REL::Offset(0x045C4F38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_667ad24f71c5080269deec4197b39e5b__void_{ REL::Offset(0x044D4618) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6680d97c3860765ac8e0eb418cafb2d7__void_{ REL::Offset(0x0447D3F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_668fb7b832487a382e9f61bbbfa50cb7__void_{ REL::Offset(0x044D48F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_66bc7c76f093681f3921aab8d4abe68d__void_{ REL::Offset(0x044AF340) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_66cf4f438f34f34f15bdb722baf2f114__void_{ REL::Offset(0x04493168) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_66e63c3fbb77a2cdd3da5dd89d43d97e__void_{ REL::Offset(0x045A0058) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_66fa683148fae48debe535478855e500__void_{ REL::Offset(0x044D4E98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_671147463d41dbf22a7bb0f5d9014f66__void_{ REL::Offset(0x045C0DA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_671d1709c2c761a7a1b77457d4a16030__void_{ REL::Offset(0x045202F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_67a1a41fca53db54896dd96e2f5834ad__void_{ REL::Offset(0x0451C928) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_67a9a84ce6ebe2b16f1f5dc7072e7d33__void_{ REL::Offset(0x044B6040) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_67cf8e584c6283648414e469c0e2930f__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x04351F70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_67daf640653d609c18b27ed92ec5a574__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04351288) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_67de57fbe5bdb30ba798c34e8946cc71__void_{ REL::Offset(0x044B8830) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_67e30507f7f4c631543dd3647fe250d9__{ REL::Offset(0x043A5930) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_684f9e4e74014981c83eacb199d2e99d__void_{ REL::Offset(0x0448C4B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_687423a2193d7b7caa94b622b67c93e1__void_{ REL::Offset(0x044BAF00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_687522363539bca1bfeb85317d66ee4f__void_{ REL::Offset(0x044BE308) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6880d62838223affed874592a82953bd__void_{ REL::Offset(0x044B0E48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6885f0ec7934bd09b5d4f7f1e1014ba5__void_{ REL::Offset(0x0457BA88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_68b4de0febef385fcdc151c6e30f6315__void_{ REL::Offset(0x044BF270) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_68d89b4674bb8c5f57cf6d04f0911dd8__void_{ REL::Offset(0x044A7BE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_68da7f4662ff3fce22202b30dd1e159e__void_{ REL::Offset(0x04488628) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_68e43600c610a93ee176b15058d1f7a1__void_{ REL::Offset(0x0447FE10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_68e9d2c9659d8c4ea05da8fe7654f60d__void_{ REL::Offset(0x0448C478) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6934a97ab1e341360233437cf716eb3c__void_{ REL::Offset(0x0451C988) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_694961b7cf2636687febdd2be594882c__void_{ REL::Offset(0x0451E1C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_696a57db24a17cb4b141b939dc92dc86__void_{ REL::Offset(0x044B30F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_699ffafe48160eebca742249246c2c6b__void_{ REL::Offset(0x04373CC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_69f6d06175a8bfd625386bc9d0eceecb__void_{ REL::Offset(0x044826A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a1b9bb77e1acf00dc84b65107d97b92__void_{ REL::Offset(0x0435CFF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a1f230c6a95327fa815508e02074555__void_{ REL::Offset(0x0447FEB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a4394d05e276ad2cf25fed81b08717a__void_{ REL::Offset(0x044ABF88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a5ec82d0611d1076edd938034b5d3f0__void_{ REL::Offset(0x044D4A78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a62296ed5a1718405cb326aa3fcf96f__void_{ REL::Offset(0x044B42E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a90a20a8dd6b9a62dff6af4ab655472__WorkshopEngine__RemoveItemEvent_{ REL::Offset(0x0455B9A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6a9caad3f633d778228f0d36d4535017__void_{ REL::Offset(0x044C2300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6abe79688cb187e9db7dcd538fcb2d09__BSService__Detail__PointerWrapper_LightAttachmentRuntimeComponentUpdateService__{ REL::Offset(0x044D2F38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6ac6713ef0cf424c1df97f27b656b0f3__void_{ REL::Offset(0x044B5F60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6ac8fb7769f2c2723d184890df52fd47__void_{ REL::Offset(0x044D5580) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6afb43d8db500d7b5320779d24ad467e__WorkshopEngine__NewItemEvent_{ REL::Offset(0x0455AEB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b183f0914922ae4d1960acf5ace0923__WorkshopEngine__TrackItemEvent_{ REL::Offset(0x0455B9E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b30b8f83f18dc3029d2c2d816b806aa__void_{ REL::Offset(0x044A9460) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b4fd4a86094db306b21fcc76bbb646e__void_{ REL::Offset(0x04488F98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b5d63e4732f8d7b09e4d0ff20c6fc58__void_{ REL::Offset(0x04559628) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b6158fca648bbf230751bfbbde03728__BSTSmartPointer_TESForm_TESFormPolicy__{ REL::Offset(0x044D13B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b8db5dac53a2d7231f327507333b128__void_{ REL::Offset(0x045C5F90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6b8ee11832c713630bb75c36f3396169__void_{ REL::Offset(0x044D4BD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6c2561c9f50eb0bf6b94f3b9ac5cc4b8__void_{ REL::Offset(0x0457AC28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6c5cd0ab225627dda6154ef81efa8dd8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0457CED0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6ccd680c8b17011b93a29a70b4d04433__void_{ REL::Offset(0x0448F870) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d05a6adfd708bdd2be9be5a597edb9d__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x044545F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d1eed5ad99ecaca382f98513fb566b4__void_{ REL::Offset(0x0437E080) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d4300f9e2a25912a36e5515e51d862a__void_{ REL::Offset(0x044BA240) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d5e4d22a1cf3b9ce97c0206767302fb__void_{ REL::Offset(0x044D1478) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d77be4f9bbfb5264f18dd8277de112c__void_{ REL::Offset(0x0447B440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d84c910b58fb4634ff07efab5151877__void_{ REL::Offset(0x044C9C68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d8629994ec6e57ebba10b183daaa673__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetColor_{ REL::Offset(0x045C04A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6d8bc912070f2e07f7a3b7350f06cb19__void_{ REL::Offset(0x0448F468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6db5b1cd749ed02742ac1b01bbac9d22__void_{ REL::Offset(0x04359958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6dea8cb8b649ebc20572db7280b15571__void_{ REL::Offset(0x044D5F10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6df16e899ef1ecc0a3cd559b5e0a5f0e__void_{ REL::Offset(0x044967C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6e3242ce816216926bf9dd68110edfcf__WorkshopEngine__InspectColorItemsEvent_{ REL::Offset(0x0455BA00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6e4f3cfef0ac9e43dc3cad388c769225__void_{ REL::Offset(0x044C0120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6e575ab26de60bcd59749e363678d512__void_{ REL::Offset(0x044D1598) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6e6c72fcc15ec3ad36072586ee1efe85__{ REL::Offset(0x04382900) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6e7eb907c7c3e6ea887c290089daf575__void_{ REL::Offset(0x0451C888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6e933cce295b6d8c74776c4610982c7a__void_{ REL::Offset(0x0451EDE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6eb69611f6a72be2a3c5b4a820515d3e__void_{ REL::Offset(0x04574410) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6ec0a6b7878c51de6d8eac6a29db2f71__void_{ REL::Offset(0x0459BB48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6ecc503bb9a30ac0219ed7da7bb28de5__void_{ REL::Offset(0x045B31F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6f0264a3d4d883e9934d0c65c76fded8__void_{ REL::Offset(0x044AF0C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6f477b7c1e008db7554b20169c9330d8__WorkshopEngine__CycleBehaviorEvent_{ REL::Offset(0x0455BA40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6f4bb6eee0b881844adfb6f8c5651e4e__{ REL::Offset(0x044C9B18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6f76912b040fd59843479bbdcdef2666__void_{ REL::Offset(0x0455ED90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6fe6936f48547906295c2cc9a8dc412d__void_{ REL::Offset(0x044EECA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_6fec228842b12e3febe94fddfd5ace15__void_{ REL::Offset(0x0449E1F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7003af1c79c3d095e4c4258522e6a495__void_{ REL::Offset(0x04358FE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_700651ea0c79cb4f1feb1d89df54e2fe__LOD__Commands__LodRequestUpdate_{ REL::Offset(0x04451740) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7025c2df15f4cce26d545f3d17434ba0__void_{ REL::Offset(0x0447D350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_706146b02bf6c1a3fcbd78ced8cc48a7__void_{ REL::Offset(0x044B0E68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_709de26dd0f3f853b2eda06038b66308__void_{ REL::Offset(0x04359080) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_70b2805f41f5ef70550d15c4cb4282eb__void_{ REL::Offset(0x045C0B58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_715485ae20e3348cc116fe15dcb58cc0__void_{ REL::Offset(0x04496290) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_715d78ab9fdc851de58c35cc3b0fefcb__void_{ REL::Offset(0x044D14B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_719718addc6ff15bbf7faf488f5b4ced__void_{ REL::Offset(0x0448D3D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_719c22938e1933da3a1096ba6d7398c5__void_{ REL::Offset(0x044C0100) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_71a52cb5d94cf3495dd456d5208ff0c4__void_{ REL::Offset(0x0457B1E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_71ae86bfcd42725634db90bf08979fe0__void_{ REL::Offset(0x0436FDF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_71f90f1d00b697dd89f2ca3dfde1f14b__void_{ REL::Offset(0x044B3090) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7217b0b9db734178f5fd7431284659d3__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04351740) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_722f3d32b4c382cc4e4f9e0a6190fbdd__void_{ REL::Offset(0x0451C8D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_723b89e920a1075885b9ce45bfa6e186__void_{ REL::Offset(0x0435A8C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_727ce7c266292e5eb0cd4584af38f876__void_{ REL::Offset(0x04496720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_728f7c7b238a9e00a1418838500c7893__{ REL::Offset(0x0455F780) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_72a877ae8e20f0d15528a8c58e4f9a95__void_{ REL::Offset(0x04496350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_72cde353bc07bdc94ac712b028840489__WorkshopEngine__FinishRepairEvent_{ REL::Offset(0x0455B960) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_72e0b7e6041882311fef01186cb9b2b7__void_{ REL::Offset(0x044823D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_72fb3976ffd25c04ba1257de532d9671__void_{ REL::Offset(0x0435B190) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7314b7adce41b1a39f8a17ed3c6570dc__void_{ REL::Offset(0x04373BA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_731c96d0b7ffb1f82cce8a7ef484b88d__void_{ REL::Offset(0x044D2F98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_73291d477eebd7e2aceddbabbde6196f__{ REL::Offset(0x043867E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_732b17806042fce11f9eb9131b5af5ed__void_{ REL::Offset(0x0447E300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_733a65bae11beeb275ffc35efff0d29b__void_{ REL::Offset(0x0451FF98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7348d614f69efa08337dc66d4051065f__void_{ REL::Offset(0x045C5D70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7359e07d658158aebfb9cd2788944cc9__BSService__Detail__PointerWrapper_LoadScreenRenderingEventHandler__{ REL::Offset(0x0447C950) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7368f37028d6a44a6c6bc64067928a59__void_{ REL::Offset(0x044BB0C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_73774caa335af30cbd658a95ad840a98__{ REL::Offset(0x043858B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_73876a5b7414b68017627918e8eaf924__void_{ REL::Offset(0x043D1ED0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_73f8bcb0573e2174b39f53ba11bd02f6__void_{ REL::Offset(0x045C0B98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_74055f0c0dc8e7062ebb43274f845757__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BAC20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_741e82dadda211d87738ab45251fe32b__void_{ REL::Offset(0x044D97C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_742329130cccd7de174537632b494699__void_{ REL::Offset(0x04589F88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_74565d310def945d68cdeed9db177f65__void_{ REL::Offset(0x044B6080) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7471fb9b5b763506f7db08a9cb2991f2__void_{ REL::Offset(0x0455EC78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7472f3faa7f01db947f42e1eb737329e__void_{ REL::Offset(0x0435A848) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_74765e12b87b10e1be6645dcf760e2b1__void_{ REL::Offset(0x0448D810) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_74943d0726f5cde18169ba8beb17aa31__void_{ REL::Offset(0x044966A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_74a9e7f9c0a75d1ba0c05a8d9b650ba4__void_{ REL::Offset(0x0448DD10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_74e46c6b2c8b3ed61daf769b5de2c56a__SaveLoadTester__Service__StartTest_{ REL::Offset(0x044CF998) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7527a80dc08ff44cb8e3915faf0c048f__void_{ REL::Offset(0x044D48B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_752bcac1bdc7b97b37e7fcbb4983027d__void_{ REL::Offset(0x04561F40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_753bcc3fef79817aeafbda649322482c__{ REL::Offset(0x045BB148) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_753e0d8dfdf2ffa47bfdb1c6bea989c2__void_{ REL::Offset(0x045BB200) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7550dbf98f1b40beab9fe4a48f63a60e__void_{ REL::Offset(0x044D64B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_75adce2e1faf0ab25a2a98ab3d593710__void_{ REL::Offset(0x044B6060) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_75da4a9aefbea1315f759beaec5fe349__void_{ REL::Offset(0x0448F8D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_75e92ff8bca9e935fc7b96fc28058cf2__{ REL::Offset(0x043865B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_76044ac7d5765abd5e23d420ace2c996__void_{ REL::Offset(0x045B2280) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_760b3151f41126fa81d21cb432ae066e__void_{ REL::Offset(0x044A69C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7626b9cd584242078396bf4fa4f63a4c__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x04351F50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_76b0414edaf4b7fac3e1008dc131ad3f__void_{ REL::Offset(0x0451EB98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_76c0f6130f3d6695cb73d406dc63a4ce__{ REL::Offset(0x0459BCB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_772e503f7357b3715f8465df581ec99a__void_{ REL::Offset(0x045C5DF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_775ca47828304339c895b502946b8d3a__void_{ REL::Offset(0x0449D928) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_777f4b4498d093e7a49929064fdc3cd7__void_{ REL::Offset(0x044A2A38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_778ea3320811f99b13ee6537f6ddbd51__void_{ REL::Offset(0x0447E4B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_77cfb11ebb85e54014421a51379fd2d8__void_{ REL::Offset(0x0447A560) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_77e89592daf38c6a5b4cd52eef64cbfb__void_{ REL::Offset(0x0448C4D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_78407ec206dfa64534a1ff7f8c2ddebb__void_{ REL::Offset(0x044BAF40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_78479743d0223333d1b09b6b06ab5c18__void_{ REL::Offset(0x044A5288) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_784f5a3f00c4f6cad1ab0cfb225b9a3f__{ REL::Offset(0x045C7658) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7882bfee914e6142135513a7c9a1ab88__void_{ REL::Offset(0x04488868) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_78b0566c080612d5f1671d8e62083da0__void_{ REL::Offset(0x044D5F30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_78c48c67a4735f68a9e990f4f8811240__void_{ REL::Offset(0x044BAEC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_78f67e491d0b255d24bfcf388ddd29db__void_{ REL::Offset(0x044A9BE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_790451a37abe7aa7526965f43b2de179__void_{ REL::Offset(0x044C5448) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_79276224c0f014c50754217b5f840c1b__void_{ REL::Offset(0x0448B950) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7940647ca3c6dd8e40ea631c4cd16121__void_{ REL::Offset(0x044CEB98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7948906fca3decb9e0965a951ce2a12b__Particles__PSM__Commands__RequestLoadResources_{ REL::Offset(0x04597858) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_795394fc1f5cb15b922f6266849c2ef3__void_{ REL::Offset(0x04482688) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_796ba97b60b7154f47db95b6e96e138c__void_{ REL::Offset(0x0435ADC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_797f75974d10af23e3199179e26e61b5__void_{ REL::Offset(0x044A09B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_798c03ad1660daba96b202c6b710a520__void_{ REL::Offset(0x04575018) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_79f8b30eb5b000e1a002b9e523c389d4__{ REL::Offset(0x04386840) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_79fffd890369d22bc0611924181ac674__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04351700) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7aed76a11bbff46f62d19be005be91c3__void_{ REL::Offset(0x044D4C58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7af33b357f1679fd41253b5727a44b43__void_{ REL::Offset(0x044BAEE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7af60d460286fefe99c14b5592eded70__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ REL::Offset(0x045BDEA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7b6e15ff7b0e0fa1ebfecf1cefe361ab__void_{ REL::Offset(0x045C0EA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7b734fa5bb9a16d14bc6250b77dcd415__void_{ REL::Offset(0x04359000) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7c01407b8a046c02da256e03cf315979__void_{ REL::Offset(0x0435AEA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7c35f4210289bad878725e5a09d3476a__void_{ REL::Offset(0x044B21A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7c8c55589e1d6c2a0b11d96064332f7c__NiPointer_TESObjectREFR__{ REL::Offset(0x044D1438) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7c9051ca5a90d09fc97450a915798666__{ REL::Offset(0x043866A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7c9c56a5b10bbc3e62cc2adc60bf79f5__void_{ REL::Offset(0x0436FA30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7cb41fb2a6b722d51dd222e83c5a914e__void_{ REL::Offset(0x044AD888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7cc01ec1ef41fb3165d7e5d0c50de66a__void_{ REL::Offset(0x043CE6A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7ccc472811db6bb9955c875770a9d47e__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2A00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7cdf98cf9f0aa0bcea50ae72668ab568__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x04597918) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7d282284f78341eb1d4bb6733f61496d__void_{ REL::Offset(0x045B22A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7d33fdd8e3680d9ed88492edb9a260c6__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x045A6720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7d3e4be89987f50559e6c5b05bd6ee15__void_{ REL::Offset(0x043590A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7d51ce0036ca97aedd867f56006974f7__void_{ REL::Offset(0x045B2900) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7d99205ef67f7718d787f609af2c224f__void_{ REL::Offset(0x0447D3D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7da5e8190e0339c13c2f5f06345f229a__Particles__PPM__Commands__RemoveRequest_{ REL::Offset(0x045979B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7df876f5867e0fa774204ad23b891f43__void_{ REL::Offset(0x045C5DD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7e015de496b0d683013bd52a76a05378__void_{ REL::Offset(0x04490540) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7e1bd3006cba8b7a90f57845f7cea998__void_{ REL::Offset(0x044B2248) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7e3a75ea26330ec35e012652e8d6b895__void_{ REL::Offset(0x04493618) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7e57960cf0c168a07923090ea5b95072__{ REL::Offset(0x0459BCD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7e58a07a58f452c4a7f743cec7fe45ba__void_{ REL::Offset(0x044C1360) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7eb849505585ae52a48ad61ba1703c32__void_{ REL::Offset(0x044888A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7f3de4b95828514e9f23ad56a7c26d0e__void_{ REL::Offset(0x044962F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7f5eab58c2ab4685c98cb8006e678c87__void_{ REL::Offset(0x044968A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7f63d0dc460d7a4c5d2dbda77fa2f65a__void_{ REL::Offset(0x044B2208) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7f8a665f243fe3009e52e308a3c5f5b0__void_{ REL::Offset(0x044D5238) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7f9a7d007e3fe26e3399ea0eaf8ea79b__void_{ REL::Offset(0x044EA350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7fc00b9023c061f145d1f502dabd4917__void_{ REL::Offset(0x0456B310) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_7fea4df7c470f45c687b2f184ae44885__void_{ REL::Offset(0x0449EEB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_80095e99f795038df011c27b94ecf0b2__void_{ REL::Offset(0x044D4B18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8014d82c6d1c930ddd6e33df33f03ff7__void_{ REL::Offset(0x044D4658) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8031b92720d4dc30555c715a6a5231fb__void_{ REL::Offset(0x044963F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_80366b8149451d9f710f9311ec97ef94__void_{ REL::Offset(0x0434B688) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_809ff53e9bff163fc430c5b74616159d__void_{ REL::Offset(0x0448F7D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_819d5a12c9cb5eeed4e20b8b170c2f9d__void_{ REL::Offset(0x044BFBB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_81c1e8d33f8b7575215cf1f72471189c__void_{ REL::Offset(0x045C0038) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_820114ba28d307b737e81d49ecdd4875__{ REL::Offset(0x04765F00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8231f63b0e30b5c98bd5c1e089518342__WorkshopEngine__PreviewColorsEvent_{ REL::Offset(0x0455B140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_82ab382d81fbcc74e2558afb238bf74c__void_{ REL::Offset(0x0448A7C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_82bb02a8f21d0fbdfb4458a924026daf__void_{ REL::Offset(0x04490500) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_82bccf92f57092a1d4a297304a275e69__void_{ REL::Offset(0x04575038) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_82fb0c7739017dadd43cd581e35db765__void_{ REL::Offset(0x045C0EE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_834754a2b807315b4e318ef90698d930__void_{ REL::Offset(0x043CE6C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_834d17c7df6db152d538f182cdcf26b5__BSResource__Server__Commands__RescheduleRange_{ REL::Offset(0x0457D2A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_836bb3faa1f0c4c04df60788224c354c__BSTSmartPointer_BGSLocation_TESFormPolicy__{ REL::Offset(0x044D1338) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_838a6e828fc01146b1c4f2335c689964__void_{ REL::Offset(0x044B0F68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_83a3aeee2768e862808780e2378331c8__void_{ REL::Offset(0x044BE2C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_83da55d2b0a0671b2158cda51b87343e__void_{ REL::Offset(0x0448F850) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_83df58aa94ae9ff009a1cb4190047548__void_{ REL::Offset(0x045B2F18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_83e7187805167fe79d6a297109781196__void_{ REL::Offset(0x04488888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_83f2200725220c741b8a0c4fe2c6fde6__void_{ REL::Offset(0x044AE3D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_840ab474cccba79d009f26675a7affb2__void_{ REL::Offset(0x045C5DB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8414e7f2c70215ea05faea664fee68bd__{ REL::Offset(0x043868A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_84379a48d4f5c9a0548a1e7fe2f6b939__void_{ REL::Offset(0x0449CB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8471cfd3d8301d191b0956646c04d703__void_{ REL::Offset(0x04379C08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8490c96f188dcf6ac884e067d9e160a2__void_{ REL::Offset(0x044B0EA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8494d7ba8705a2214cd1ab67149588f4__void_{ REL::Offset(0x044A52C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_84969523996d164bdfac61a170d186ad__void_{ REL::Offset(0x044C00E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_84c56a0ca6bce59c049f1972b146be4f__SaveLoadTester__Service__IncrementBusy_{ REL::Offset(0x044CF938) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_84ef32ddb8420908f583ef52410296cc__void_{ REL::Offset(0x044D51F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_84f4f35cc463fa19ddfd44ecfe563d91__void_{ REL::Offset(0x044D53D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_850065b6ee43224a7e4760c4fddba4ef__void_{ REL::Offset(0x044D4EF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_855d2b7e2bf580bea5b503753d17fd5b__Particles__PPM__Commands__EnqueueBinding_{ REL::Offset(0x045979F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8567733b8a9289a7153d06d46c26642e__void_{ REL::Offset(0x044A9B00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_858e93ff4caea2bf34f92d0cc868306f__BSService__Commands__NewFrame_{ REL::Offset(0x0434D5C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_85cb0dd058f82c4263a779b5e17836e4__BSResource__Server__Commands__Cancel_{ REL::Offset(0x04351760) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_865957f443b9695f384fac324ee2ae73__void_{ REL::Offset(0x044D9AD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_86740560175e48cde5e9bd8e4897daf8__{ REL::Offset(0x04388620) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8675a60ced8a2aa0964e65178b3c8d0d__{ REL::Offset(0x045BBBF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8687822974f500eb24208edafd017a18__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459A0F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_86aa7549430ec6c66a19a94823f7f10f__void_{ REL::Offset(0x04496740) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_86af870ec88ce9665ab3a8156bf9c516__void_{ REL::Offset(0x044D52B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8739674cb257838865728e6bfddb4a87__void_{ REL::Offset(0x044825E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8785217aa3e427de11a860ec598f8b5f__void_{ REL::Offset(0x043500D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_87ab4eb8fbb7630d2992a561d468642b__BSService__Detail__PointerWrapper_EffectSequence__EffectSequenceManager__{ REL::Offset(0x04350190) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_87c9e6ac6d7ff31023faf2d4f160ca31__void_{ REL::Offset(0x044BFB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_87cc6da14a693f54ebe754e1b3ada0bb__CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ REL::Offset(0x045BDD38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_87e3396ef4bc77fd595901e6ea936fd2__WorkshopEngine__RotateItemEvent_{ REL::Offset(0x0455BA20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_88451e83918cdc064e33ddf88142930c__void_{ REL::Offset(0x044D4818) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_887ae619974c457a1092a2857981334a__BSTextureStreamer__Command__ReceiveData_{ REL::Offset(0x04586638) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_88a20cc64d9201460a81ab471ff6b335__void_{ REL::Offset(0x044D9668) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_88df1696d0bd13684b0fe2bf35f827e2__void_{ REL::Offset(0x044BE1E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_89559238f3fdd0a49b90869c7edef606__SaveLoad__CleanupDataInExpiredCreatedLocationsCommand_{ REL::Offset(0x0447BDE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_895dc7859ce6fdcebf75296c3b180a74__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ REL::Offset(0x045BBA30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_897e7451455d713fae67b6b32a734b6d__{ REL::Offset(0x04386600) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8988585fe37b769cd1d84cc3e904143d__void_{ REL::Offset(0x044D4898) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_89aeb2a58b5271876d51eed4308d08e1__{ REL::Offset(0x04386940) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_89cf179978d2b0c2bbe1125e65901889__void_{ REL::Offset(0x044EA330) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_89d6315863435fc7d226e5115b287e20__void_{ REL::Offset(0x04493108) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_89f17e1f728f6bcdaa11cad1c25718c1__void_{ REL::Offset(0x044D4598) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8a0c34066621c5f6561302733bb394c0__void_{ REL::Offset(0x044A94A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8a459a6e3b24a9f0fb02e4a0dec6f24e__void_{ REL::Offset(0x0436F638) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8a563aae7c91597c87ad7a58a69dc3d0__void_{ REL::Offset(0x044AF1C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8a945be6fe8cced89fa54d4bdbf3d290__void_{ REL::Offset(0x04496800) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8a95ec286feb90190022ec62c40abe34__void_{ REL::Offset(0x044C0140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8aa38fa50334b5e88d88bd3c60d9e229__unsigned__int64_{ REL::Offset(0x045898A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ac90be343096437832e4eb9be16f3da__void_{ REL::Offset(0x044B0E28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8adc8db1ec4de76b0044e1337b4b14d7__{ REL::Offset(0x04385120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ae0bc8b8d874d784f378d2a28535825__void_{ REL::Offset(0x044D9100) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8aeee6a6152d5f1b7006a85ca9ad699e__void_{ REL::Offset(0x044D4958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8b27f4da26e1a51b854cc3660a52d050__void_{ REL::Offset(0x04479E10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8b5aa7a2bcab9eae329b30ee2628eeb8__void_{ REL::Offset(0x044A9420) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8bedb5dd369176b91b06843d6291edb5__void_{ REL::Offset(0x044B7888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8c0df98edad5e336a10cc0c15b25bfac__void_{ REL::Offset(0x04574450) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8c144151841eaeed8aea86660ad418a4__void_{ REL::Offset(0x0449ED90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8c67b5eef3042ee64a1545d63b529da1__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ REL::Offset(0x045A67E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8c790c4044acde3372da2b6e414e2879__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04351F10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8c7adc16b961ffd1b7620e0eb24e6f3c__void_{ REL::Offset(0x0448F790) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8c9edfc9f5745e344d220741e4fb6a31__void_{ REL::Offset(0x044C01E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ca0f09cf27fc60afd9c3084cd811b80__void_{ REL::Offset(0x045BA380) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ca3220b1d28e64047898e4db9f2f7c0__void_{ REL::Offset(0x043CE680) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d024842e1855a18b50a751e0dab36a2__void_{ REL::Offset(0x044AEF40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d192cb738aeb4c85f00df2125ad2b1b__{ REL::Offset(0x04383DC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d2e091269e81e098d9bd470098adca4__void_{ REL::Offset(0x0459AD60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d6bd992f0230fb183da85bedf4e0011__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x043516E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d732710d4e0c133ecd5c4015a8a2f23__void_{ REL::Offset(0x044BCAE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d7efd53476ebed7713f088a014661a3__void_{ REL::Offset(0x0451EB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d923ad27c122fead713d241e2ce7eb2__{ REL::Offset(0x043CCD10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d950dd21c4979d93380320597ef9e56__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04377900) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8d9c3d343ffefa88a5512cf7c43480c5__void_{ REL::Offset(0x044ABF48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8dae76ab7a4840bdd293e2e549fdd2cf____UnregisterCommand_{ REL::Offset(0x0458A878) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8dbd06c8b52ab83619169c539db7d061__void_{ REL::Offset(0x0451E100) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8dfee1060595113d3b2d4aa96655c6a9__void_{ REL::Offset(0x04760A98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8e4ec76230ffbe60d199048bbdbb25dd__void_{ REL::Offset(0x044D5398) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8e56e790cb26540ac933cd18b8b0371c__void_{ REL::Offset(0x044A8AD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8e5c771fe8a237792dffb15ffacd7579__void_{ REL::Offset(0x04579860) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8e6912607d9d06994da4e157abdf277b__void_{ REL::Offset(0x044BE2A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8e7f8de19faf984bba2d310d2398676a__{ REL::Offset(0x04386620) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8e849c06eeebb171e890c3c57c96f3ce__void_{ REL::Offset(0x04763AE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8eb5f02a378aeb7430b741a7fedf18b2__Particles__PNM__Commands__ResetParticleEngine_{ REL::Offset(0x04590B70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ed8bc5a0d1ce007c48fb68f6dbfc686__void_{ REL::Offset(0x045C0E88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ee4e7f008ac2c028083a0610ed33295__void_{ REL::Offset(0x04359878) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8eec5ed036a15acf2ad76ef3760cb452__CreationRendererPrivate__Messaging__CRScaleform__ReleaseMovieParams_{ REL::Offset(0x045C0420) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8f2891cf76bb12500ba53e8b2b3d6753__void_{ REL::Offset(0x04477F98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8f3cbc4395701e6476460116d81da37c__void_{ REL::Offset(0x044BA260) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8f56af7817e611170f8b77766816df96__ScalarAnimation__ScalarAnimDestoryCommand_{ REL::Offset(0x045615A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8f7492eb11689e36a3442560b24e9c79__{ REL::Offset(0x04383A68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8f93fedccf024629d0222f638e6fb734__void_{ REL::Offset(0x044A93E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8fcffe61e07066419ae6d13b744d7398__{ REL::Offset(0x04765F80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8fe88d7c209038c81546dfd143a2d2cf__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04580C90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8fe8eac6ac1f09479ced61b89bd2e5c7__BSComponentDB2__ObjectLoaded_{ REL::Offset(0x045899A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_8ff97424b32b2707ee1581c3b461353a__void_{ REL::Offset(0x04561F60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_903d188fbd060a75c2f09ca0d00d69f9__Particles__PNM__Commands__StartParticleSystem_{ REL::Offset(0x04590BB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_90d53f309f339f4a8a0da60c3df7b864__EffectSequence__StartCommand_{ REL::Offset(0x04350170) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_90ff8b75de2978a2c3548c44d79c25f7__void_{ REL::Offset(0x0448C438) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9142fc7f0e5fb95135be55d176bd5ab0__{ REL::Offset(0x043CCE48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9186d7e446bbdeba6938010b2a531afe__void_{ REL::Offset(0x044BC940) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_918c7360e5bef91acfbb78e87af142ab__void_{ REL::Offset(0x044C6718) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_91b34c154a7e919d20b33ab6c8c1e534__{ REL::Offset(0x043CCEA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9219d7f3c422ec613d3b859b0b0feb8b__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0439E6C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_924408fe32365430234c7733a8e116b8__void_{ REL::Offset(0x044BA180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_92742857d210df4cbf8029b8c711e12a__void_{ REL::Offset(0x044D5FD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_929e08639d145aa1f3bb84bade7ea399__void_{ REL::Offset(0x0448D830) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_92bb5a9255a9a305a437739dace9cdc9__void_{ REL::Offset(0x0448F8B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_92bd3b68b5435261d96b282ad3605707__void_{ REL::Offset(0x044A2328) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_92c887a8e5f5c253cb4c3a44b01a07dc__void_{ REL::Offset(0x0448D4B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_92e187616d17659260f342106a98447e__{ REL::Offset(0x043863C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_92e5763700a42c0f2f9fd22ddb26e2b1__void_{ REL::Offset(0x044D34C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_937b8bb3063c70de25f14b52d93ff9ae__void_{ REL::Offset(0x0459AE60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_93810a6b15979c2bee26e22419c3516a__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x04597978) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_93a73e90255e6a9dd27b2d7f29ba2535__{ REL::Offset(0x043884E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_93b57f169840fc47668da318a75374ef__void_{ REL::Offset(0x044D1498) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_93e624c313181721966480bad6e81681__void_{ REL::Offset(0x045BAF40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_94530175c493fbcf170077f97ce77082__void_{ REL::Offset(0x0459ADE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_946acf22b74bb4bf879bd9aefb822eed__LOD__Commands__BlockResetRequest_{ REL::Offset(0x04451780) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_947526432fac90534843552c185fb171__EffectSequence__ChangePauseSequenceProgressCommand_{ REL::Offset(0x043500F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_94b09046f32c59f7c1dd27f683bebfff__void_{ REL::Offset(0x044AF060) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_95781fde0f4622186206c33cd786dcc6__void_{ REL::Offset(0x044D5E80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_958bec6665a750175bef112c31372854__void_{ REL::Offset(0x045C0F28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_95ce43dfcec139039480f4f50fb9a366__void_{ REL::Offset(0x044D5D40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_964ff916a0172d5d26aff3710573810a__void_{ REL::Offset(0x04489A98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9650277ddb4055f0aa79a0e2d523e404__{ REL::Offset(0x04384710) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9658d063138521bce89a2bf720abc456__std__reference_wrapper_BSService__Site__{ REL::Offset(0x045B9B18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9665d77017698d7203f6ab74066db82e__void_{ REL::Offset(0x0451E6F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_969ca3a2148354275e76744b03109dc8__void_{ REL::Offset(0x044A0930) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_96b58f7fa96359327948d1f0993af08a__void_{ REL::Offset(0x0447E360) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_96b592b8e406b79b2ec86b505f69c59c__BGSAudio__WwiseService__WriteCmd_{ REL::Offset(0x04457848) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_96b77f961f63cc7012560a690655603e__void_{ REL::Offset(0x044BCA60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_96bae4b9fce251a34c01a5907473e85f__BSTSmartPointer_TESBoundObject_TESFormPolicy__{ REL::Offset(0x044D1418) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_96bde48475a8e2e0146cf273c3bd1ebf__void_{ REL::Offset(0x044AF1E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_96d0dd0d3e6fdd75fd27b2921fa840d8__void_{ REL::Offset(0x0447FE50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_974a0798ad832f21a85cd6eddca42318__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ REL::Offset(0x0459AE80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_97708a99ba4c053e5c1c95fece2a3dcf__void_{ REL::Offset(0x04574430) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_97840ac8329aabeed283829511cb569c__void_{ REL::Offset(0x044C9A68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_979c5a35a53ebc6724796c53fa0fe795__{ REL::Offset(0x043866E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_97a5caa927e84e55ba95badd3fdd38af__void_{ REL::Offset(0x04520310) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_97e11e3a98be79f5d4bbfff2522fb7b1__DynamicNavmeshService__AddNavMeshForObjectEvent_{ REL::Offset(0x0434E200) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9820ef9526bdb062a3551bf5790aa4f8__void_{ REL::Offset(0x043D80F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_984dadb04a0be34aa4db7b68c60a675d__void_{ REL::Offset(0x0435A828) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_98503a203b9c9d8cb93185189aba0c9a__void_{ REL::Offset(0x0449DBF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9854df5493678c4efb14555c3c024b8b__{ REL::Offset(0x043825B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_989d620a41a3a348aa3d62816c21c320__void_{ REL::Offset(0x0434C188) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_98b2bd9c56237ba0d2fbd25b8a480cc7__void_{ REL::Offset(0x0448D4F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_98b447ed4a1b9723556c8e9d4fa4de70____ClearAllAnimatedMaterialsCommand_{ REL::Offset(0x0458A820) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_98c7898242d19b6bb9b69ce4f2081d8f____PauseUnpauseMaterialUpdates_{ REL::Offset(0x0458B008) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_990f1019c49e742cfa6cf01117b6552e__void_{ REL::Offset(0x044E2968) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_993014c7ccada3f9cd177f4d8b568c54__void_{ REL::Offset(0x044AEE20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_994dedbdea64ba217be3879918fad845__void_{ REL::Offset(0x044ABCE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_999b58ece7754b042c6f5104b552046f__void_{ REL::Offset(0x044D5118) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_99bddb0b958bcbafa7f62fb63e852035__void_{ REL::Offset(0x044A7528) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_99ca007d63313fba5d6404ec89322396__void_{ REL::Offset(0x044D4CB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_99cdb27ddc86683974852a004c446093__void_{ REL::Offset(0x044ABD68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_99f2f2f538fbcbcfd24464a313ad27ed__void_{ REL::Offset(0x04489A78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_99f9674ccabddde8d447bfe1ca6d40ec__void_{ REL::Offset(0x044B3110) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9a314e613cae3f7d825963e75681a6fa__void_{ REL::Offset(0x0451ED88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9a3498ed6cabf9f95facb6011b0fceb7__void_{ REL::Offset(0x044D4E38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9a548a9cb13942137bdb8df9799e8b4b__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ REL::Offset(0x045A6700) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9a72b9af05e52dbcf69b879e58928651__{ REL::Offset(0x04383140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9a8063a13a07c21d44c389be8177b31b__void_{ REL::Offset(0x044AF2C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9acbf7d3e3e0843a62e993363e38015a__void_{ REL::Offset(0x044D4FB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9b03ec310de67ab5cfbc43cc4f52f9af__BSResource__Server__Commands__DebugIntrospect_{ REL::Offset(0x045A6F50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9b2b5a067467a630177c7aca36378a6c__void_{ REL::Offset(0x0455EDB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9b3380dd5772ca2a86fafd327064377b__void_{ REL::Offset(0x044C01A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9b35363a516584bde4c2734cd2c88ff3__{ REL::Offset(0x043CE1A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9b7b3e398fd8334779f1bb867d167f89__{ REL::Offset(0x043867C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9b8f9b008511e456c1f8cb5746210202__void_{ REL::Offset(0x04493348) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9ba23d6e3734ed995dbb4a0c2fd59a58__void_{ REL::Offset(0x045B28E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9bafc2b840458a770c52b2b44ecc786b__void_{ REL::Offset(0x04487A70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9bd14f52f1bd0fcea1be4f60970aa36d__void_{ REL::Offset(0x044AE3F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9bdcfad0f37fc60de0785eb091a841fe__CreationRendererPrivate__ArraySlice_unsignedint__CreationRendererPrivate__ArraySlice_unsignedint__bool_{ REL::Offset(0x045BF220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9beac05091ce357fc08d236e96c90b4e__void_{ REL::Offset(0x044A1838) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9c104339a0b4f31b5cd599948fa58ada__void_{ REL::Offset(0x044BE1A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9c6c813c1d2fa6025e62b2eed85f6868__void_{ REL::Offset(0x0459ADA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9cb3d7af977bc7c27b496bec96942240__void_{ REL::Offset(0x044D50D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9d37c56236d407703fc7beab42855df9__void_{ REL::Offset(0x044D4678) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9d60c609898687647a48417a58a0b9eb__void_{ REL::Offset(0x044A9B20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9dc8708b93ded6177f3559bf251b242b__void_{ REL::Offset(0x044898E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9dfbf5e69b0d52842981f169fe43f2ff__void_{ REL::Offset(0x044D5F50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9dfd7e597b464586ba197a26fffa9f5a__void_{ REL::Offset(0x044ABF08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9dffc157ef59182577d29cea9db316f3__void_{ REL::Offset(0x0457B248) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9e0474c7f710fc0b2a5d34e188ea9b66__Particles__PPM__Commands__RemoveRequest_{ REL::Offset(0x04597998) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9e069be17097e784c7965ec9ef3835dc__void_{ REL::Offset(0x045B2A50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9e7241b2c61cad9a46bc2ece1e7f07ec__void_{ REL::Offset(0x0448C498) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9eaca6a70e172924a3f92138e9d20e62__PathManagerImpl__OpenAttachEvent_{ REL::Offset(0x0459A150) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9f38f4676ffc9a33dab33b1f8f9492f8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0455F8D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9f63e7c7b56d3ccccb4b438c0212ec7b__void_{ REL::Offset(0x044A17F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9f6766341b60afecdf54edf41b313e99__BSResource__Server__Commands__Delete_{ REL::Offset(0x0457D280) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9f6a5fe2293ea27a75c5f1c914668a77__void_{ REL::Offset(0x044C0180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9f7ec8fcc4071113908328677d6879ff__{ REL::Offset(0x04386700) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9fa0e04b9aa1697ecbea5204b623137f__void_{ REL::Offset(0x04373B40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9fa2eba5427f12c8a0610b2922f6b176__void_{ REL::Offset(0x044D1518) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9fb2d3839d77d6af3e7cb415f310a74d__BGSAudio__WwiseService__OpenCmd_{ REL::Offset(0x044578A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9fb860dcf665f28642db3882625656c0__void_{ REL::Offset(0x04489A58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9fe37f59062020f99901fd80a3e7aece__void_{ REL::Offset(0x04496640) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9ff1e81f68d728a2c6eb5cffcfe81510__{ REL::Offset(0x04765FA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_9ffdbba9ab52318dd9990ebd2a350a29__void_{ REL::Offset(0x044D5098) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a01e2626e4238c56a4119bd7d1011f6b__void_{ REL::Offset(0x0435E350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a042ba881bbabe835d3c2008af208aa1__void_{ REL::Offset(0x044AF220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a07f9b78c883720022cbf5e9d04935d8__{ REL::Offset(0x043867A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a087127c9a9dc01bdb0be91379030ffd__void_{ REL::Offset(0x044C00A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a0891d46ad534d2653e6e7d124fa4b27__void_{ REL::Offset(0x045C0EC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a0c3452c61cfd1d4f4c632799d78b77e__CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ REL::Offset(0x044D2EC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a0c6097c9092389b059dc32b676e512e__void_{ REL::Offset(0x04496680) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a0eda1e2cf2520e252bd0154766412b4__void_{ REL::Offset(0x04496700) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a0f029e58f96f9c4661675b000f2b68c__void_{ REL::Offset(0x04358FC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a106b797d08016044743e564a2d79738__{ REL::Offset(0x045BBC10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a107e2a8af7539ea45f0f2c77880b2b4__void_{ REL::Offset(0x04493448) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a1828e5608883316d76fcc797434d604__void_{ REL::Offset(0x0447A540) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a1833ce1370606fe59cb58a32b93e01c__{ REL::Offset(0x04386740) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a18a28f6a43e6c9e79772a5def0ad382__void_{ REL::Offset(0x0448D3B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a19959e025a5ace5cee8fedabbef1577__void_{ REL::Offset(0x044B0F28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a1b40e737801941929f9088347807f49__BSResource__Server__Commands__CancelAll_{ REL::Offset(0x0457D2E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a1cb8ee946088bc62d7f277a2d0db833__CreationRendererPrivate__Messaging__SwapChain__Create_{ REL::Offset(0x045BC998) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a1e214bac6c5966bc404dc9e174ffbfd__CreationRendererPrivate__Messaging__SwapChain__Resize_{ REL::Offset(0x045BCA58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a20b1e5553f505ca1841aeeab80e1d7c__void_{ REL::Offset(0x044B7868) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a20f3fa8dd2f4037edd4bfc359f0876a__void_{ REL::Offset(0x044826C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a21e1e73ccc04e529f73d9190ddc337f__void_{ REL::Offset(0x045816D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a2251e1f60fc5096f63e457ff69d626a__void_{ REL::Offset(0x044BF250) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a27d9f2687099ba7810deb82b6fd6772__void_{ REL::Offset(0x044A9480) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a31168b09a33617f2b1c48240ebb0d85__void_{ REL::Offset(0x0435E190) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a3442a84401265ffe7f41d226dc3ec6b__void_{ REL::Offset(0x044D46B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a36598b20dcc9e29c473a9c4d8ac9d69__void_{ REL::Offset(0x0448C4F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a3d10c24a8125c7ec941fb318e3bfbec__void_{ REL::Offset(0x0451C948) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a4095d43c640b3adad856d37c979b71f__{ REL::Offset(0x0457E2B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a41fcd1c0b8ac1f7838dc84facc9242e__void_{ REL::Offset(0x0447D888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a442ed624a0c3d968a5a84df7efbe32c__void_{ REL::Offset(0x044B0EC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a4592bcb45cb7304a72d57ffc331a530__void_{ REL::Offset(0x044D4A98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a48d404a7fca8a7b115dc9b071d60626__BSService__Commands__NewFrame_{ REL::Offset(0x04585A58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a49dfe3f114516061cca22f6bad7b82d__void_{ REL::Offset(0x044B4510) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a4a4944ddb12a824203ee92a683eb693__void_{ REL::Offset(0x044A9B40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a4beb8308ec7c314a64bcdcd17182734__void_{ REL::Offset(0x0448D4D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a4ddd3e6cf9339eafe2046a9190c96dd__void_{ REL::Offset(0x044AEEC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a4eaf3446f739cd483e3f56f7f6f070f__void_{ REL::Offset(0x045C0F48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a50e01b479e76c0d55a44b1ee3e79dcf__{ REL::Offset(0x045C5FB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a53b9ed8d4fb7d816d4eba08348f7937__void_{ REL::Offset(0x045BAE38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a54185de4a87d929046c1f967c0f6b65__{ REL::Offset(0x0455F7E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a55e4a72af208719142bfb30cc1f1331__CreationRendererPrivate__LODList_{ REL::Offset(0x04762660) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a55eb663d1a98aa32f02c7db7d750653__void_{ REL::Offset(0x045B9B38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a583650e80194eb105c262f8e04d2054__{ REL::Offset(0x04597DE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a6190cfba77a4ddb45833ad10e0ce044__void_{ REL::Offset(0x044ABD28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a63b7ec47e1fc980b9ae37c2ca1f641e__void_{ REL::Offset(0x044D4978) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a65c5aee7d01813cad9193817d41d420__BSService__Detail__PointerWrapper_BGSPlanet__NavMeshGen__{ REL::Offset(0x0437EE68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a65d6df22ec597338e9327ed118548fa__void_{ REL::Offset(0x044A0CA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a6934efa6c3c3c3794dda92a0852d958__void_{ REL::Offset(0x044A6988) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a698a573c984625a5c2fed1589c82020__void_{ REL::Offset(0x044966E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a6d1464a9cfa52888544977e94855505__BSComponentDB2__ObjectCreated_{ REL::Offset(0x0457C0F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a6da57a2fcd57b2a75c40ac9a504279b__{ REL::Offset(0x04386980) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a6e838b32f971f3fb076cd4127205fa2__Particles__PSM__Commands__InitializeBinding_{ REL::Offset(0x04597958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a77c62f82246e6cf85c77a4affb220b4__void_{ REL::Offset(0x0451E1A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a7c34358040756ddae59c95350b53546__void_{ REL::Offset(0x0459BB28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a7e87f05d8a2fe0745f48429dd7f89fe__void_{ REL::Offset(0x044AF2E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a8027f466f84fd61d897d8e30f578a86__{ REL::Offset(0x04386400) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a806a08257ca12abf8d5f4328c81bef9__void_{ REL::Offset(0x04496450) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a80eb89da5ce212b0f9e930fcd79ab85__std__reference_wrapper_CreationRendererPrivate__ApiAbstractionLayer__Queueconst__CreationRendererPrivate__ApiAbstractionLayer__Cmd__PendingSparseTileMappingQueue_{ REL::Offset(0x04763B40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a81e51ceb153527d1216b005d4967952__void_{ REL::Offset(0x044A7C08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a85230b3fd12b924e9608a50599a80c3__void_{ REL::Offset(0x044D4C98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a8709c020e0bba6b28c428dd30eb014d__void_{ REL::Offset(0x0455EC58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a87e34c56519e104b3acdec5cc6667d3__{ REL::Offset(0x043D2F78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a89c9f5333744947865a77467ce0d907__CreationRendererPrivate__MeshDB__CreateParams_{ REL::Offset(0x045BAD98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a8e1382f3a751ff72f5b0fe37b487270__Particles__PNM__Commands__FlushAllSystems_{ REL::Offset(0x04590B90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a939e91cff8ae712fcb2bbe64b2f90d4__void_{ REL::Offset(0x0447C888) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a945ca37afefbc01b3bc1d392e27a087__{ REL::Offset(0x045BDE68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a947b6ef8e6acd6531be4d2c23a631a1__void_{ REL::Offset(0x044B3070) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a95898360c6d763f4872bdd3254f515e____AddMaterialCommand_{ REL::Offset(0x0458AE38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a987b9d7cfa0d6003a5dcc7f55213db4__void_{ REL::Offset(0x0447FED0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a9c4f37e9090e5353db16ac826ac3da2__void_{ REL::Offset(0x0449B328) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a9d0b3d65d8762f74d6736c2d1abb258__void_{ REL::Offset(0x0436F700) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_a9e93b7ee355e0e6af67a211615a5faa__void_{ REL::Offset(0x043A5990) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aa323a6fac31dd97b600ff7b3e710e09__void_{ REL::Offset(0x047639E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aa55c2b7577eeef5ed6b87d10cfc01d4__void_{ REL::Offset(0x044D4918) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aaad44e9a17b7704a94604abe4e997d4__void_{ REL::Offset(0x045C5CB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aab4c45dfba3f3093f5685c290670aed__void_{ REL::Offset(0x044C2EB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aab69f06632db01cf531fead95bab3b3__void_{ REL::Offset(0x044A5C90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aac028928394e495f991d94c75b6a797__void_{ REL::Offset(0x044ABF28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aad9a8694009ccb6c6a9c73febb0ab0f__void_{ REL::Offset(0x0451E0A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aaf8d733402c4449e7564ccd9dd85961__void_{ REL::Offset(0x045B3170) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ab08d67b1205bd2cc6344f9a96b0d33f__void_{ REL::Offset(0x044B2228) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ab3cdcf9cd8feb2d4db992837a3b7fbc__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043A5468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ab7c0788d2130c05c5605576aa755bbb__void_{ REL::Offset(0x044D4DB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ab847c2066fa7ebdf20154c971fd5cab__WorkshopEngine__EditColorsEvent_{ REL::Offset(0x0455B1C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ab8a5ef426cb1b2a6e81801c9105a5e7__void_{ REL::Offset(0x0451FAB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ab90a413e08d8b022db630b059c68ff1__{ REL::Offset(0x04386860) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_abd3ac9a9612a5636a929daed30a25dd__void_{ REL::Offset(0x0449AC50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_abdffb83220d0cab8bccab212fee38ca__void_{ REL::Offset(0x045C0D68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_abfb641fdc7856ac737f9ae55e07580e__void_{ REL::Offset(0x044B8890) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ac021975287bf8f3e04d090baafc6cdc__void_{ REL::Offset(0x04357440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ac240a3ea47900992c9e72f45a6e8bcf__void_{ REL::Offset(0x0448F7F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_acbbaa5fe5801e830a705840fffb5114__void_{ REL::Offset(0x04477620) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_acdac7ad91961486d1b6d706e397d442__void_{ REL::Offset(0x045BB280) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_acf172d1af3bb39b7bfa5e8c4ed65e46__void_{ REL::Offset(0x044D5018) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ad03600678ca65089e0d105566baf149__void_{ REL::Offset(0x0435A808) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ad2271246bdfcea9d344b2dbbaaa4133__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04368570) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ad4861c97a805ea1edf7f61e6863f33a__BSResource__Server__Commands__DebugIntrospect_{ REL::Offset(0x045A6F70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ad59957d90e5e25167143671df1ae5df__void_{ REL::Offset(0x044BCAC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ad5de098e325d92c6467eaab52ea9fa8__WorkshopEngine__ExitEvent_{ REL::Offset(0x0455AE78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_adaa4bbcf8bb7a5cd9458263e7923662__void_{ REL::Offset(0x04487A90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_adcf180a7176c2891da5d8d7c2fbb17b__void_{ REL::Offset(0x044B2268) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ae4188ab2c1da6ac55297ba2545e0058__void_{ REL::Offset(0x0448C538) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ae7abf3f0e8cdc4d0cb2af1b94bf2ca2__void_{ REL::Offset(0x045C7318) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aed7c7c1fd20470f3fec8d189e3d1eef__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BACA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aeda11e5ed40e021f58ebf5a40650f51__void_{ REL::Offset(0x043504B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_aeec332b82cb0f34d30df7fc9252751d__void_{ REL::Offset(0x0434B6C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_af1517c674bc90f9140bc36efcb8f777__void_{ REL::Offset(0x04479778) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_af163ad4260bc4177bbbae271ba60aea__void_{ REL::Offset(0x04479DF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_af750c3bdc43ad39f2ec3f899a6fc912__void_{ REL::Offset(0x04479E30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_af76e8f13814d3b87e914f4170346b3a__void_{ REL::Offset(0x0448D870) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_af8a26f060ca2e86120a7b71a8db7e74__{ REL::Offset(0x04472180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b0058bd7a1acde981ebedda64b4c8159__void_{ REL::Offset(0x044886C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b0159e597255bc45b1346bf668d10183__void_{ REL::Offset(0x045C0DC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b054f69a1a0340f11386478e1143b6a9__void_{ REL::Offset(0x044A8BD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b06586c288d2049879813fd2bacba0cf__void_{ REL::Offset(0x044C2320) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b09f44ceda2ed6e17d931863c08bafa1__void_{ REL::Offset(0x0456C4F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b0ae90a4b6d467e5239beed2b0c74978__void_{ REL::Offset(0x045C0018) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b10b58853d90a9c43abdd13026f4f1de__void_{ REL::Offset(0x0448B990) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b1288af79f0004281b0abe9049c4a147__void_{ REL::Offset(0x04496840) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b1692f8777e2c504076d632653ad773b__void_{ REL::Offset(0x044D4F38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b17c3bc0a68e63d1080cdc175c6e4537__void_{ REL::Offset(0x045A67C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b1d38fdbb4ad20cfa293baba28915741__void_{ REL::Offset(0x0449CBB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b1e362f39b2e2e94ba35193915dae8ae__void_{ REL::Offset(0x044AEE60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b1ef23f5f5074cb28b4e60aee11f6daf__BSResource__Server__Commands__CancelAll_{ REL::Offset(0x0457D230) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b20e924e76aace8d274ececf78e02e92__void_{ REL::Offset(0x0447D060) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b21c0d3ae547c61b8c92a03ae4a505b7__void_{ REL::Offset(0x044934E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b2496173ca6831f4350e88be5d601732__void_{ REL::Offset(0x044AEFC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b28a73f58dfe619fdedadaa6860cff64__void_{ REL::Offset(0x044D4FF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b29a84e9432a0c2ca6822b9a21a9c721__void_{ REL::Offset(0x044AF1A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b2a6f46c8401373a03869943f6bc31bf__void_{ REL::Offset(0x04520330) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b2b41c4fece56b3bf056606a1e11e5f4__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04351ED0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b2d965c5572e6c7ab6a49e6da93de7ee__void_{ REL::Offset(0x04496860) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b318c7acfceb44b773c8b431339f0d1e__void_{ REL::Offset(0x0435B110) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b32678a3e0766dc4ea0f354c72849838__unsignedint_{ REL::Offset(0x0434A200) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b33848b17c4f3dfd2eab25900e73373e__void_{ REL::Offset(0x044796E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b338faf177e266903aa45627a114b906__WorkshopEngine__RemoveOutpostEvent_{ REL::Offset(0x0455BA80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b34663de41abdb9e5975a80f8cdfee00__void_{ REL::Offset(0x044B5FE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b3548a164d5719fd81bf1c2f62cfbd82__void_{ REL::Offset(0x0447E380) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b3764aa8b22156e31b91cae20945a34e__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x045978F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b39356b496ecfc1532806268ad01e90d__void_{ REL::Offset(0x04574470) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b3af29a0e8102d578c83f21b8ec19712__void_{ REL::Offset(0x044D4D98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b3c2e10acbb9fb46efadf7fc49962686__void_{ REL::Offset(0x044A69E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b3cb845c6d58c0cecf4890b7c47fc4bc__void_{ REL::Offset(0x044B7808) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b3e72cb6383fd05a5a8acdbea55b9d5a__void_{ REL::Offset(0x04457958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b43f68fcda45092054944bccb184a4a9__void_{ REL::Offset(0x04590C98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b444206f1058202a83c7100a566cf62d__BSService__Detail__PointerWrapper_CreationRendererPrivate__ResetCullingMemoryRequestHandler__{ REL::Offset(0x04761E08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b45bca3de1c6ab1b40b8b7254a8b7069__Particles__PSM__Commands__InitializeBinding_{ REL::Offset(0x04597898) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b481c85aa9090bc1a118433409b0df57__void_{ REL::Offset(0x044B88D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b48485809e84d949ae9a626befc2fc89__void_{ REL::Offset(0x044D45F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b494d1b8a74ea52d058c46c1ee43b582__BSResource__Server__NodeBase_{ REL::Offset(0x045A6800) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b49b9edaa8c4282d283cd7fbb6769049__void_{ REL::Offset(0x044AF000) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b4a9a7cc5a6fb5f68ef430d42a26efb6__void_{ REL::Offset(0x044BA2A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b4d1bd96b24e4bcf1069a144eca05960__void_{ REL::Offset(0x044BBEE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b4e4734b9bb326b30e331498f5eee027__void_{ REL::Offset(0x04482628) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b50c8cc5c586487acc5152a0b048948c__void_{ REL::Offset(0x0447E3C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b5429f865a265a6fcd6902a728b0ce8b__void_{ REL::Offset(0x045743F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b5625cccefe06765e0b5156b1e89a480__void_{ REL::Offset(0x04489AF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b57d3fc592d4c225c74783517cf98068__void_{ REL::Offset(0x0451C9C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b58c73139db198be87daf3fa3cd6f4e8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0437D650) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b5ba30e8c7e2e558ec88aa4f9e8f0063____SetMaterialInMenuCommand_{ REL::Offset(0x0458AF70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b5c0cec8ea0f85e91ef6a2ad77d791a4__void_{ REL::Offset(0x044A7CC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b6061d1a1f9b5a6ead5bd240b7136300__{ REL::Offset(0x044DE8A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b60a9281bf72477e0de47fd18ef51f41__void_{ REL::Offset(0x045C0F08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b64d53e90f5dfcde199b2366da1428c1__NiPointer_TESObjectREFR__{ REL::Offset(0x044D1458) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b650263cf84937fd82a5b5dff5f03482__void_{ REL::Offset(0x047829B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b65f623759e570984510463da5664adf__void_{ REL::Offset(0x0451C808) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b66631fff206def073e807e8d68c19e5__CreationRendererPrivate__MeshDB__CreateMorphParams_{ REL::Offset(0x045BAEE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b668eb99a0ed1f83bd23d4502c579b39__void_{ REL::Offset(0x04372980) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b6cc79c7167f1fa6010a380d3f4091ef__void_{ REL::Offset(0x04763928) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b6dde8fe1ba4066c1da07fc09e64cf17__BSPathingService_DynamicNavmeshService___CallEvent_DynamicNavmeshService__ResetEvent__{ REL::Offset(0x0434E1A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b7288758a724dd604ac21975202e1c39__void_{ REL::Offset(0x044B42C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b72fbe5edafa0f4fdba07cfe06c7cefe__void_{ REL::Offset(0x04520350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b775ba9b8e1d8ea1d9c0b700a436b04e__void_{ REL::Offset(0x044B2148) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b77a424f17ef7d739b1336c24600b67f__void_{ REL::Offset(0x044AF280) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b803ccf69a3154a1357cff83c4eefd92__{ REL::Offset(0x045BBBD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b80ca4a11cae5fd6510ea93a43068164__void_{ REL::Offset(0x044BA1A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b81e64a6a3470e4be28f3c1f7ebcb99d__{ REL::Offset(0x04572540) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b82e8346d274ee29ab5cba057a58e88f__void_{ REL::Offset(0x044904E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b854739170b8dc23b028c05dae699b4b__void_{ REL::Offset(0x0449CB78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b87de3dbbae655f87ab6ce186f445956__void_{ REL::Offset(0x044AEFA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b892971fcd1abf91e032006ea5dbc74a__void_{ REL::Offset(0x044A5A00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b89ad5ac7d848223e07ddf70a5ce518a__void_{ REL::Offset(0x0447D310) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b8c0c726a0664dea3b22f5cd79a7366f__{ REL::Offset(0x04765F60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b8ecc606e6c012803e3f4d03195c110f__{ REL::Offset(0x0455F528) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b8f85158bc6b8517e08fa4a8b4417ef6__void_{ REL::Offset(0x044BFB78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b90fd002bf194bb70f16936fa49bf9ce__void_{ REL::Offset(0x044A8B98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b91077a5fcd357fcc21016bf4e8f2d70__void_{ REL::Offset(0x044AEF00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b958d309b8a3da0d2fcea8a014f81eba__void_{ REL::Offset(0x0435B170) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b9637342c82a4f2baffe7b347dee1296__void_{ REL::Offset(0x045C5960) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b983292cfa17d5d043882719a8b99ede__{ REL::Offset(0x04386680) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b98e3275bd011b2e0ceda6d17677fd55__void_{ REL::Offset(0x044D4D58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b9c43bd88aaf8adb90fad1cd4e5eb382__void_{ REL::Offset(0x0435E1D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_b9fee7da27eb4d269aa878c1c098508d__void_{ REL::Offset(0x044A0990) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ba348d58fa19ff08d1e4360f16c16970__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ REL::Offset(0x044D2E28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ba5356749fcf1add6e5bc5fcfa687349__CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ REL::Offset(0x044D2EA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ba6efe7c6f88e2b6fab9345762b0d577__void_{ REL::Offset(0x044D5338) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_baec4b1133ebe27b66a6e4f424acb9ec__void_{ REL::Offset(0x04377AC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bb3fede3f5d52eff16a62de6563a6a43__void_{ REL::Offset(0x04477DF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bb482459b33cca30f4be9866dc478d21__void_{ REL::Offset(0x044899F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bb7367e9553dd4b562b11d6c33cd5ae0__CreationRendererPrivate__Messaging__CRScaleform__RenderCommandParams_{ REL::Offset(0x045C0440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bb87fd2b8a408a8a75dee0689cdd071b__void_{ REL::Offset(0x0435D070) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bb9952332ba8a2f17aeef70bfdcac32b__void_{ REL::Offset(0x0447E4D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bc30480599d8fda06961dc40a28d3953__void_{ REL::Offset(0x045208B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bc37687b423bdf983a131d14b8125a7d__void_{ REL::Offset(0x0448B9B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bc40125417484b18032a4dc6b23326ee__void_{ REL::Offset(0x04486338) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bc4422e2772ead95386912fd539fd0b6__void_{ REL::Offset(0x0451D138) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bcc4b53b5066ab67d938166c6f0c021f__{ REL::Offset(0x0455EE10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bd195aa81642a14862a2c0bf5255195e__void_{ REL::Offset(0x044D4AB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bd6a79f2367f2b5c0a633f3927d3c7af__void_{ REL::Offset(0x044D4BF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bdafcc60843e8758c51888b27c940662__void_{ REL::Offset(0x045C27D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bdc51ae50ce15415e89fcdbe49ab6ae8__SaveLoad__CleanupUnloadedPlanetContentCommand_{ REL::Offset(0x0447BE08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bdf81de24cc28580fcc88dbb99a286e4__void_{ REL::Offset(0x045A6B88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_be27a865861e1645f00d75b8a68bf05e__void_{ REL::Offset(0x04493678) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_be59b9bdfd8637f274c91721b19f7ed6__LOD__Commands__LoadedSceneBlockAttached_{ REL::Offset(0x044517D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_be7fb695c3f0c7b55ac98c8fb8e29b54__void_{ REL::Offset(0x044B7828) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bebe6c4bbb10bdb5b78479172198e121__void_{ REL::Offset(0x043A5970) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bec62f5156ea2be3258b018f72b7a600__WorkshopEngine__StartQuickMenuEvent_{ REL::Offset(0x0455AE98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bee67aa52b8eabb482119a6766c60bc4__void_{ REL::Offset(0x045C0BB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bee9d915ef6c86a781c2a84d5ecef121__void_{ REL::Offset(0x044BE2E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bf4a36381f34ed442b827a3fe387d3fa__LOD__Commands__LodUpdateComplete_{ REL::Offset(0x044517F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_bff89ceeae715c2d964c15390070948d__void_{ REL::Offset(0x044966C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c0061012e4d234db08ce3bedac6dbf4f__void_{ REL::Offset(0x044C0080) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c04bac936f636c6b09134d8538ae3134__void_{ REL::Offset(0x045B2350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c0a79b15a160deb4601578fee4fb7a6a__void_{ REL::Offset(0x044A8A98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c0c2f5f7ea9f5c9476b082264f40649d__void_{ REL::Offset(0x0451FB78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c0ed57bcf5da084e6f24d87249baadb7__void_{ REL::Offset(0x044D48D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c12838fd1359278fffebd2d2c1d3a612__void_{ REL::Offset(0x044A2A18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c140b3b6718ea0c66c8e1509c22cc1d8__void_{ REL::Offset(0x04477308) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c177725f921ca369810b6d4e08f10f00__void_{ REL::Offset(0x04485F80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c1b28a084b1946a91795325f211f197e__void_{ REL::Offset(0x0457AC68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c1d64fdf681c194894e6fe638dcd0d6e__void_{ REL::Offset(0x044B0EE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c1f37709b7017df3ee6db3c31db140cf__{ REL::Offset(0x04383A88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c240919743db5cab929ac732c14e6786__DynamicNavmeshService__ApplyActivePrecutsToNavMeshEvent_{ REL::Offset(0x0434E120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c26963d21ad5b012e833afce82518c72__void_{ REL::Offset(0x043A59D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c2839438d33be7997e40baf363da0664__{ REL::Offset(0x043840B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c2c8b72f8b939fa644b37bf326915572__void_{ REL::Offset(0x044D4698) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c2c9873e170d3fcb6e0479bd19cdb9e3__void_{ REL::Offset(0x0448F910) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c3084db26419a474f2a190673c872946__void_{ REL::Offset(0x044A1798) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c329a2ded2d1512e0c8ee699e8188a2d__void_{ REL::Offset(0x045C4F58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c3320cbddb1bd4f09ef9d2465c7768ae__void_{ REL::Offset(0x04763A08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c366f0de3e659666c3d1ebb57c46d4ac__void_{ REL::Offset(0x044BA220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c373c0374dcd98c089cedbe63789571c__void_{ REL::Offset(0x0457AC48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c37ee35be50cdef1d5cad0af1633bac8__void_{ REL::Offset(0x044B2960) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c39c109d508a9f3cdd7a9dd7ae1c7ee7__CreationRendererPrivate__SetStarmapGravityWavesColor_{ REL::Offset(0x045C0350) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c3f19ea681601bb83e0611e6f818954e__void_{ REL::Offset(0x04373BC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c4110d2d2642a834d04469cd62433055__{ REL::Offset(0x043CCEE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c414a8d03f66d2433830c4208201b95f__void_{ REL::Offset(0x044D5418) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c46a58a77e3391565dc5f23eacb1691d__{ REL::Offset(0x04384A18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c48814f3fc8ddece36b679ed475f52a6__{ REL::Offset(0x043828E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c48f68c727d48a9554387307761a6f84__void_{ REL::Offset(0x044C01C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c4b58581f861f57dc8949bf64c519eee__void_{ REL::Offset(0x044A0C80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c4ee26123dcb11e8ebfb1492753a3d6f__void_{ REL::Offset(0x044A9B60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c53bb0f3128ed6628b831e25d65ad863__void_{ REL::Offset(0x0435E230) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c57602ebe5a4122fb5bdaec0f0f48352__void_{ REL::Offset(0x0449DB78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c5829b238a3cc4ed8b8cf45434280f1f__WorkshopEngine__EditItemEvent_{ REL::Offset(0x0455B160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c5c551e743b8357a85a6f78be052e8af__{ REL::Offset(0x04388508) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c5ddd03289170821c86a14854d4db691__BGSAudio__WwiseService__ReadCmd_{ REL::Offset(0x04457828) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c5dedfaaad72253bba4c751c8a44d08b__void_{ REL::Offset(0x0449EE50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c5f2fee095cbaef39506c8020c76f976__void_{ REL::Offset(0x044D4518) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c633a7d21f64fe9fb5c011306be8bf20__Particles__PSM__Commands__InitializeBinding_{ REL::Offset(0x045978D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c6360bf782547b1c763642be98ed6ca6__{ REL::Offset(0x04385140) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c6376500b55e1668d37ffe9b1bcaf535__{ REL::Offset(0x04763E90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c637fe0e5c6d32e8133674ea28753abd__{ REL::Offset(0x04386760) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c6503eb812b8427606f871faf942c47c__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ REL::Offset(0x045C01F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c660963b35de908f4ee077d1af9750e9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BAC40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c6c7a639cf365d39b696c90f93a4240a__void_{ REL::Offset(0x04574270) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c73f87f810c41c3fe099018e99dff565__void_{ REL::Offset(0x0448D7B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c73fe59de4810c46382b272906a84991__void_{ REL::Offset(0x044D4C78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c751b03bae711cd8de69e71e08249757__void_{ REL::Offset(0x04370098) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c78492138796f2298b95b7becf82864b__void_{ REL::Offset(0x045B9B88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c792a704049764f07f8d192380f1f235__CreationRendererPrivate__SetStarmapOrbitsInstancesData_{ REL::Offset(0x045C0230) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c7e9a1d4d74e13baaf4a71ddc30e8517__void_{ REL::Offset(0x0449B2A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c84c0a6afb00c46258e6b9fc7a636194__void_{ REL::Offset(0x045C26A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c856faa630024abe58d11a5c96f1796f__void_{ REL::Offset(0x0448B970) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c858474b55d490cd78e7fa017ec24e0f__void_{ REL::Offset(0x044B0F08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c87c8306f25ff2c12c97d2e763d55f3c__{ REL::Offset(0x043863E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c8c42f29207845e93e04ec9288b96e5f__void_{ REL::Offset(0x0435E170) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c8eb8d70401afe8c9708fc4398eb6764__{ REL::Offset(0x04383448) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c8ee4c67b2ecf9e0b5a37bc62ae8c2fe__void_{ REL::Offset(0x044D4AD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c8eef334360162189622ef7dbe4365be__void_{ REL::Offset(0x0447D330) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c90946e98df523349d1868cfa56119a1__void_{ REL::Offset(0x04488668) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c985fc3cd642904690c79a3e69ae27cb__void_{ REL::Offset(0x044B4470) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c987e7ef4767e4a2a762dd29def33918__void_{ REL::Offset(0x0435E488) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c99a3f6671b7865e5ba2b2a3f40ee6fb__void_{ REL::Offset(0x0455EC38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c9aa4b0a137cd567e869969f3c852a7d__void_{ REL::Offset(0x044967E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c9c459e95453dbfdd01deea07fd548d0__void_{ REL::Offset(0x0448D498) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c9ef09b048d02350488537fbf507d682__void_{ REL::Offset(0x044D4638) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_c9fc156db8d50b7682fb91b4fe13c978__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0439E728) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ca411397cc7ad1ae896bda064050705e_const_void_{ REL::Offset(0x04763B20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ca4b762b3a71115ff84073aaadfa7668__void_{ REL::Offset(0x0434CD30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ca52c6185cee9b0519921da9e9d9f006__void_{ REL::Offset(0x0457B1C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ca5c327bb4604bef7fdaa01381212fa0__void_{ REL::Offset(0x044A9BC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ca670e46c9c0337725fa3b627555dc46__void_{ REL::Offset(0x0449D278) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ca8d70065662cea744b0cb59115e01c5__void_{ REL::Offset(0x044D5468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cab30c9930caf4954200627de3921680__void_{ REL::Offset(0x0447E340) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cac58ebf2259db6843c7a8a3dd85759d__void_{ REL::Offset(0x0459BA08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cac737c3cf0c9b4e5aae623c943fc3ab__WorkshopEngine__ResetColorsToDefaultEvent_{ REL::Offset(0x0455B120) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cae2ed5fbe75c6326337d8ab2697e353__{ REL::Offset(0x04765FE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cae3e8a5a345dc78ec345a8e1dba70e6__void_{ REL::Offset(0x045C5D30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cb34c4b72627333cfd08ee5063236908__void_{ REL::Offset(0x0459AE40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cb52a8748f546fa2279f806ead92eeda__void_{ REL::Offset(0x0436C300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cbdbaa8ba735c6857f5671129f091278__void_{ REL::Offset(0x0435A8E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cc608d559dc612964e56255695efb653__void_{ REL::Offset(0x044D5E60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cc8d4ef32517db8944ff99ffde4c00e8__WorkshopEngine__ConnectTransferLinkEvent_{ REL::Offset(0x0455B1E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cc99b5ab895125408c791011fa564985__EffectSequence__StopByNameCommand_{ REL::Offset(0x04350068) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cca14804f8ce421264dfd06b60a76cc3__CreationRendererPrivate__Messaging__Window__SetVsync_{ REL::Offset(0x045BCA18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cd48cb8b10de9e276b731a8c3c6ccae2__CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ REL::Offset(0x045BDE88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cd8767d4cc18808a29b36052824b8e91__void_{ REL::Offset(0x044D5488) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cdbd355728ca375d55cebd4d979a51ca__void_{ REL::Offset(0x04487440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cdcda53dd8c13a9a5c98779f2a822de8__void_{ REL::Offset(0x0447A4C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cdce5633408e5b3efb373bef6276ac5f__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04352148) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cdfec2d8732b7b7b232fd04b0ca946ed__void_{ REL::Offset(0x044D52D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ce4441f275a713458ca3cc4ce8eb3528__void_{ REL::Offset(0x04477780) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ce6815911da9ee1609d5e28ccb45c724__void_{ REL::Offset(0x044BE160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cea5ddcc0deecf2285168d8ffc4df892__void_{ REL::Offset(0x044A5498) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ceaa2dd80f77825c9c6a12b61cf85e74__void_{ REL::Offset(0x0451FB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ceb6eab0872f741ddc3b4ade6b6e2dd3__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2760) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cf0d7f9c4556855d42fcf4e4900789ee__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_unsigned__int64_unsigned__int64const_{ REL::Offset(0x045C2708) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cf104df53b61c5e21e90f52547879b5f__CreationRendererPrivate__Messaging__Window__UpdateLetterboxedRenderRect_{ REL::Offset(0x045BC9F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cf5d32eca60cc15a1ff4d2323b3dfe36__void_{ REL::Offset(0x043CE608) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cf6c7bed5b8b59c53f8cf57e06ec00dd__void_{ REL::Offset(0x045B3210) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cf861d595c015065ee63210bddf426e3__void_{ REL::Offset(0x044AEE40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_cfe540dc389a842fd3f898ad15ed7067__void_{ REL::Offset(0x044B8810) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d00bd4b3cc28a7b52d6c36389f06f2ec__void_{ REL::Offset(0x044C2360) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d011308b716f95c1ce4fd11edf7fe68e__DynamicNavmeshService__DynamicNavMeshTaskShiftWorldEvent_{ REL::Offset(0x0434E220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d05428a0d6eac48bef7969a90a6daebb__void_{ REL::Offset(0x0447FFF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d081f8ec0a28f9f42a07c61629779e33__CreationRendererPrivate__MeshDB__CreateParams_{ REL::Offset(0x045BACC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d0a00a1c40fd1c4b827aeb168ec697f0__void_{ REL::Offset(0x044AD7A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d0b38a2b64ea6a83dd8742bc4c09c50e__void_{ REL::Offset(0x043CE3C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d0daa2a0f96dc708c841ec7282e42595__void_{ REL::Offset(0x044AC4C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d14bfdebbcc5b1a40910ad308ed315a0__void_{ REL::Offset(0x044B2188) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d1a85852ccf530db5d9ffc1165adb14f__void_{ REL::Offset(0x044A59E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d1b15e7906fefbf27288e3cf43585812__{ REL::Offset(0x04386820) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d1e07d92f394208ecac492d6b1b9afa9__CreationRendererPrivate__SetStarmapOrbitsInit_{ REL::Offset(0x045C01D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d2034ddf379e73991db9287c19a693e9__void_{ REL::Offset(0x044A0970) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d2045a6931dbb3c56b0337fe777f8761__void_{ REL::Offset(0x044B3130) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d20c7a5cf88cf3fe03a7b5658d67b157__void_{ REL::Offset(0x044935F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d224d8c61c61034aff3ed0843102e1e5__void_{ REL::Offset(0x045C7480) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d230362e02c84d6ab1b7c65d1bc8c88e__void_{ REL::Offset(0x044D4DF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d23b853e25a2629ed2297ff4cd852e65__void_{ REL::Offset(0x04472AA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d25b44ada420214200b1796b04998fcf__void_{ REL::Offset(0x0451C968) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d26885b16ffb44f5a6e1c1c1d328eee1__void_{ REL::Offset(0x04488FB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d28b2514fee1e685113be485058367e1__void_{ REL::Offset(0x0447E470) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d29011171001a7b353c1d5f3de3107ac__void_{ REL::Offset(0x044AF180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d2a96382163ef443f4ecbec914a654a2__void_{ REL::Offset(0x044D5318) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d2c45e37aa6d14fa91d1976ca7b3b798__void_{ REL::Offset(0x044D4D38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d31c027334eba059cb2494951476622a__void_{ REL::Offset(0x0459AE00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d35e2e5e1e6645da3c6c2472c42cea80__void_{ REL::Offset(0x0449DB38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d38e042d010ecfb6571f376bf444798e__{ REL::Offset(0x04386440) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d3a361ad4fe2cf915af80f30a88400bf__void_{ REL::Offset(0x044AA788) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d3d8665d970dabc226925b791ad8aa01__void_{ REL::Offset(0x0455EBD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d3e6bebab3e1972beb2690a7aaf4458c__LOD__Details__PropagationPayload_{ REL::Offset(0x0434A220) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d442cbed50f9f9fa41b59e5ec65beb76__BSComponentDB2__ObjectModified_{ REL::Offset(0x04589958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d4511f1c8a4a1c57f4fe3d63c97a3851__void_{ REL::Offset(0x045C4F78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d4873959f99d67a8e3041d8a6e25b31f__void_{ REL::Offset(0x044D4578) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d4a37142b849270c983c966335144925__CreationRenderer__Messaging__Game__EndFrameParams_{ REL::Offset(0x045B9E68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d4a90d8b490da9ad87050b9e47e9ce33__void_{ REL::Offset(0x045B3190) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d4d02e7ac968e24b091f5fc47aa2b87f__ActorValueBindingUpdaterService__GameResetMsg_{ REL::Offset(0x0434D630) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d4dff2479a934257ec977ef0a502ecfa__void_{ REL::Offset(0x04496880) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d50aec74688941c74791c628312cc2c5__void_{ REL::Offset(0x045BAE58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d59e4b32df696e14957bce123598c154__void_{ REL::Offset(0x04589FA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d5ad36a5ffd5ff5d89ed7b683a8fbed6__void_{ REL::Offset(0x0435D030) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d5bd335af5b6eebdf95ad0ede1d39d9c__void_{ REL::Offset(0x045BB810) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d5cd468287d92389ab5756d4920078de__void_{ REL::Offset(0x044D4738) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d61efb6dccf2a7ffd2330a23d62e6332__{ REL::Offset(0x04369380) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d668158a7d7ea2b2ca77287f6653df5f__void_{ REL::Offset(0x044D5058) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d66e268aa1f9c0b646773e3994fafdf4__{ REL::Offset(0x04765F20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d683a2347dca7fa53bb7c147c9324b18__void_{ REL::Offset(0x04578E60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d6a4ce2b7504d794e8fbf05fba0dcfc7__void_{ REL::Offset(0x044AA768) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d6bfb1685d09d6b78624d65c22213c9a__void_{ REL::Offset(0x044AEE00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d7152fbfd6e6fb4d8133974ef8f9b10d__void_{ REL::Offset(0x04368610) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d72bb07bdf19bcaf13923619bf063571__void_{ REL::Offset(0x044A0950) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d73ddaae14fa9c14f4340b0d42f8ea39__void_{ REL::Offset(0x044D4A38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d764d8c52a74c7472a6ef0f8dd837b60__void_{ REL::Offset(0x044967A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d785c61586a9e47900d392c3764c7336__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043516C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d79201925a6445b2cdf3c329eae63194__SaveLoad__CleanupStaleLocationsCommand_{ REL::Offset(0x0447BDC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d7d7379d4565e7ae53a360359e4fff64__void_{ REL::Offset(0x044AEDE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d813ef195076a0d5c5f50cad61ab9551__void_{ REL::Offset(0x04493698) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d821250702487291199dbc44b4587ea4__void_{ REL::Offset(0x045BAFB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d8464a5dcc59f42b0c791959b830f3ba__void_{ REL::Offset(0x045900D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d8d63dabd36063492835f2b4a8794740__void_{ REL::Offset(0x04763968) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d93a5500f71032918d90d1fdec7083fe__{ REL::Offset(0x04388748) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d982140ed9b52ae3356836373d763488__void_{ REL::Offset(0x044B4200) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d9a2a6cc3d886003129a6d772f824660__void_{ REL::Offset(0x04493148) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d9ba28439b4dd48573d367a317196da3__void_{ REL::Offset(0x0451D178) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d9caa33081b4b2de1c935c5d4acb1c5e__void_{ REL::Offset(0x044D9030) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d9e1eae64c2ee3db5a72f69096f4b1ad__void_{ REL::Offset(0x044BF778) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_d9fe883663b5b6bfbf4c4bfc87b289f4__void_{ REL::Offset(0x044A5A20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_da0c92c3ad045d38ffbbf4cb8c3d7b34__void_{ REL::Offset(0x04495510) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_da5e68be229ec7724ddb585c6384c6ce__void_{ REL::Offset(0x045C5D50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dac88ae3b1799d2e2586428eb6dd93fa__void_{ REL::Offset(0x04345C20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_db02a49f191c068077d00fab34209aa7__void_{ REL::Offset(0x045C0E28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_db14e6cd906d83c75d1c2d83f9398183__void_{ REL::Offset(0x04495470) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_db1a7638ec5eea992a33f61c1f4917aa__void_{ REL::Offset(0x044AF0A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_db6ec78c800eedb3e388383210507079__{ REL::Offset(0x043CCE68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_db9d83265ff147a7afe620650c637f76__void_{ REL::Offset(0x044D50B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dc3c3a062b03fdd4dbf7cdd1fead5feb__void_{ REL::Offset(0x0449EEF0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dc54ed68cdb9bd3ff3eadcba3a5e3b6c__void_{ REL::Offset(0x0451C868) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dc7600b08f68c519a2de538baad17d72__void_{ REL::Offset(0x044A8AB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dc89af06c6e0b276aaaa00c9f193e00c__void_{ REL::Offset(0x044A5A40) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dc9eb628cd0a8222139c923d1c8db8ef__void_{ REL::Offset(0x044A7548) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dd942a628e661f15a24083f65c881338__EffectSequence__StopCommand_{ REL::Offset(0x04350130) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dda7fbb98e98211d3b0a1a256420a198__void_{ REL::Offset(0x0459BB68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ddd76da310709da8ff4908394a4def42__void_{ REL::Offset(0x044D3428) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ddfc9904dc0476e07ef54725c8479f8e__void_{ REL::Offset(0x0451E060) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_de59dfd90acf96e5df1f50504fc73bec__void_{ REL::Offset(0x044BCA80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_de5ba17aee94bf26e3bce9a97ab305da__void_{ REL::Offset(0x0447B480) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_de8937e6a41b348c77f089193914214e____Service__GameResetMsg_{ REL::Offset(0x044ECB58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_deac8d8ca2f9b6e7fd011bb91be0cd38__void_{ REL::Offset(0x0435E468) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_debfc1370a752be039ac1f36e8b6f9e0__void_{ REL::Offset(0x04488828) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dee80e3b4a3ee4c59c742942e448ab34__void_{ REL::Offset(0x044A7C28) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_def4898be93fe80499f29121ae13d39d__void_{ REL::Offset(0x04763B00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df299e39021d8de402dc89c691c889a7__{ REL::Offset(0x043884C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df32f5293dd6ffa5e6c8d2c71a2085f3__void_{ REL::Offset(0x044AD8E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df41a858dde78937125d2e0206a3ad07__void_{ REL::Offset(0x045BAF90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df568da1d821b5aa2ca6939fb34f8100__void_{ REL::Offset(0x0457B9D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df8f8ed82b1008f62820167db562b05b__void_{ REL::Offset(0x044ABEC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df914792c6711628bd97cdaa3c88129d__BSResource2__DBHandleBase_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BAC80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_df9a7a75a541fe142942aeed0cd4cbc8__{ REL::Offset(0x044D2F78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dfaddc4c05c64eed4bd731f407275108__{ REL::Offset(0x04385898) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dfb527469575c5c2bb76adcd67b02e51__void_{ REL::Offset(0x0448DDB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_dfd13ac46cd8519c6f1aa02af77a8d2f__void_{ REL::Offset(0x04493428) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e0229f3ba421f7d899b6d6be917f456e__void_{ REL::Offset(0x044930C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e037e2941cf8f37594b926f521829f70__WorkshopEngine__RemoveWorkshopItemsEvent_{ REL::Offset(0x0455BA60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e07db663bebd0c420226fcf81b596ebb__void_{ REL::Offset(0x0447FD20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e097d6925ad27f35efb82cf07f91fbcf__void_{ REL::Offset(0x044AEE80) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e09a67be2a923988ad6c726762cbf24a__void_{ REL::Offset(0x04489A38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e0a55ada324f997d33e7d939fada5769__void_{ REL::Offset(0x044A7568) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e0b7fe46b617b32af0c441ec9bf3d565__void_{ REL::Offset(0x044A8B38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e0f9178f6023ed2958977de6e7ac9f6a__void_{ REL::Offset(0x044A17D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e13fb7554d868f75d6ed7f16a2dcbdec__{ REL::Offset(0x044D2F58) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e160103b374139e999f72ba45a4ccf9e__void_{ REL::Offset(0x0449B308) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e178bd2cbccc25743f9e8da680f0f7fa__void_{ REL::Offset(0x043A59F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e17e9fa4648c6a3958fdb0f034d3cf46__void_{ REL::Offset(0x044BBEC8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e1f61f1ae102d83ae65c510954642022__void_{ REL::Offset(0x044D4998) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e22a2eb0ec24a462f93317c3753e7442__void_{ REL::Offset(0x0435D010) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e27cc8c4285007bfee50637dd6a98658__{ REL::Offset(0x04388680) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e2add6adb287b8a88ba9ca51828c2086__void_{ REL::Offset(0x044D4798) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e2e444e47a6b53da789f1849d781c2f3__void_{ REL::Offset(0x0447A520) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e2ecf1080a70eaf1e1d3e18b753d218f__Particles__PSM__Commands__WaitForResourceLoad_{ REL::Offset(0x04597878) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e2ed67abc560774352baadf77b4dc47b__void_{ REL::Offset(0x04484C90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e320a347142e2824e710b1d012a7742f__void_{ REL::Offset(0x044BAEA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e33f2106ab171ba64e1d3995881dd8c2__void_{ REL::Offset(0x044B44D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e364147ef3a68f7708e1581fe9051a6f__ActorValueBindingUpdaterService__RefrAVBinding_{ REL::Offset(0x0434D610) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e382dca790b55ab7ad056ef4323371a3__DynamicNavmeshService__RemoveModificationForCellEvent_{ REL::Offset(0x0434E160) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e38b2559e563263373d108411f4cc654__void_{ REL::Offset(0x045C0F68) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e3912bd421c8772c43be3b3fdaf94e7a__void_{ REL::Offset(0x044A5A60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e3ec64a8d3ad03511d05668cb11608d1__void_{ REL::Offset(0x044D49B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e411e56115a9ed0c645a9bb1a1a9159b__void_{ REL::Offset(0x0451D198) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e422f5dacac2730625a59219ddda8994__void_{ REL::Offset(0x0451C118) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e43b57d99687333369dcaf3b71ad7048__void_{ REL::Offset(0x044D5D20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e48dae92fd8f5113a8a0236e0f17adb8__void_{ REL::Offset(0x044D4EB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e4f611c0e624224dcf73c033589c2dc6__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0447CA78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e4fa35474ca2e8f09f7a47da93847b6d__{ REL::Offset(0x04384AE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e510b2dbbc8a9f394dddf7d1670e8d32__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04580C70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e516e47a18aa65a63ea044f225347949__void_{ REL::Offset(0x04496270) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e51a1d0b6e4ebdb1b49d4450ace2b127__void_{ REL::Offset(0x044BAF60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e5313d2da9b6d07c847fe1649cd9c8e8__void_{ REL::Offset(0x044D8FD0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e53817bb0e410ed093ae722acfc69a4d__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ REL::Offset(0x045BBA10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e57fab9d8bea3c284d37a50ff0bf75c2__void_{ REL::Offset(0x044A75A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e5b67857f4652cb0dd16a3954cc359b7__void_{ REL::Offset(0x045B9AD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e5e2a9f4a8f7f15a8de085db1fefb715__{ REL::Offset(0x044EA290) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e61d0c6f45fad23658d2eaf8459db056__{ REL::Offset(0x043846F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e6355ceb40aad02e93e9f4db205b4cd8__void_{ REL::Offset(0x044B4530) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e689c9fb161f877d9c891f62b5e05504__{ REL::Offset(0x044EA270) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e6ae8b0ddded6f5a31234a0f191dc1f8__{ REL::Offset(0x04386720) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e6d1a884612fce7f5d08345b447a34a1__void_{ REL::Offset(0x0435E2D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e6daeef968dcea32dbc6b7edafc8fdd0__void_{ REL::Offset(0x044AA728) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e6f46f81e1875e8a10ed78185663396a__BSService__Detail__PointerWrapper_ActorValueBindingUpdaterService__{ REL::Offset(0x0434D650) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e75542f60dfaa1e25d45149e98a46c97__void_{ REL::Offset(0x0448D890) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e7629110a2e2112fe89623e8a76cd900__void_{ REL::Offset(0x044AC4A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e77cc6815ad2f4f3972bba4dfe568972__void_{ REL::Offset(0x0459BAA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e7b4fb1f060f619dbdf0cbeb9094ddb2__void_{ REL::Offset(0x0447D3B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e7bc9474c296428dc18d67bfc3db30b3__Particles__PPM__Commands__AddRequest_{ REL::Offset(0x045979D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e7f26129d4cb2d76425980de73522054__void_{ REL::Offset(0x044D9A78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e812238ee68a34428d7ede37d3ec8ded__void_{ REL::Offset(0x044D4E18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e8529a99ec6bd94da0dffbc1daf44421__void_{ REL::Offset(0x0449DBD8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e88649edfd66bfacd2b0b4b1900621ff__void_{ REL::Offset(0x044933E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e88901c12d97bc422da68c1d1d4dfc63__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04352168) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e8b0019bf12e8a134f067f6ca6d229a6__void_{ REL::Offset(0x044B0DE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e8b272e924c9d8a5cb8f3ee7df86d940__void_{ REL::Offset(0x04373C00) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e8b73dd9e4b80aa522d38b0b3f30dd5e__void_{ REL::Offset(0x044DAE60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e906263a3b103061abbdae206999f6df__void_{ REL::Offset(0x044B4550) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e9075db7bec698bce1fd101c335b6cd6__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ REL::Offset(0x0447C970) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e97c0c53adc5448b1ab8ceb8ffc3ba49__{ REL::Offset(0x0476CCE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_e9ac7e1651aa509154c53fd50c26cbe8__void_{ REL::Offset(0x044AEFE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ea4c11695b9e0bd4fdea218deceb8066__void_{ REL::Offset(0x044AF0E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ea67316706a873b0932d9ecfdfbe0133__void_{ REL::Offset(0x0449ED50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ea956dc4c72d73db6530678bffa4498b__void_{ REL::Offset(0x0449EE30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ea95fffe802c1d940c5e1a2a80731690__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04582478) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ea977bd82f06fcd039e9eb4eda078dd6__void_{ REL::Offset(0x044BE180) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eae6e7388d362da9c61e98d4b9f951eb__void_{ REL::Offset(0x043CCFC0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eaf2973fce53c162c4a0aaa2b4a6557a__void_{ REL::Offset(0x044A8B18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eb9ed87ccea9b4e03a1e7db57ab66cce__void_{ REL::Offset(0x044B2770) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ebb4e3b77e4b8c9e3b79aa455fc247e9__{ REL::Offset(0x0447C790) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ebbb0c600e817f00b1596e13c1edf6ed__void_{ REL::Offset(0x045C7378) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ebdb876a75c3e61df2d72c17b80a3603__void_{ REL::Offset(0x045C27B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ec43fba6a3e69126f357e79f30a211ec__{ REL::Offset(0x04386780) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ec4fb9da4d48fcbefaaf8d8fd5dc9454__WorkshopEngine__StartWorkshopEvent_{ REL::Offset(0x0455B0E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eca62b14bf8309ab9a4fdb97810b2726__void_{ REL::Offset(0x044C1340) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ecbc55471c9a39a14bd2ac92168219d4__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0439E6E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ecc37c7e6356898fd9d16f2b69f1b7c3__NiPointer_BSCloneReserver__{ REL::Offset(0x044D13F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ecd1df969ec29674ff5e667ad510e114__BSResource__Server__Commands__Cancel_{ REL::Offset(0x04351EB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ecdd739ac15984ea616b0d7bf8f77e4d__void_{ REL::Offset(0x04490580) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ed078e0a8f89f750329a8b3c2c9c961b__void_{ REL::Offset(0x044B30D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ed13742a64513a110e68fb68341b6658__void_{ REL::Offset(0x045B2300) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ed64a887ec1a1fe698636321d4b60a95__void_{ REL::Offset(0x04763C18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ed70a02551020864b03872b1ccc6007f__{ REL::Offset(0x043868C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ed7efa32dc10fbbfe7a4bf4d63b61928__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6158) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ed8f404cc151b68abb2ad2245de66ac4__EffectSequence__StartAutoplaySequencesCommand_{ REL::Offset(0x04350150) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_edb0a476ae3ed39eab67b116bb138171__void_{ REL::Offset(0x04479DB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_edbe5b63552b8c67c63e6d42e3f31578__void_{ REL::Offset(0x044A52A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_edcab7ca64270a1cbbd713f7e42197b2__void_{ REL::Offset(0x0449E1B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eddd2a5b37113f73181b54ceed016c4b__void_{ REL::Offset(0x0448D438) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ee8016e2c8df5c22802955efabd29c68__{ REL::Offset(0x0455F7C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ee8c6c2a4e88c03c97d86b78f287bfff__void_{ REL::Offset(0x044D5378) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eeb1177804b0038b22cbc999036ffd1b__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0439E708) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eedd972189992f09f48591b9fbca4dbb__void_{ REL::Offset(0x0435E370) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ef9727750d4202a97b5eb3adae503d6f__void_{ REL::Offset(0x0449B368) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_efca58d41de8b7540cca78fcfd4f38de__void_{ REL::Offset(0x045A67A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_efda8a34134977b8f75f972d9bd0f37e__void_{ REL::Offset(0x04496410) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_efe9b9fa4d464bf52f0d50dcc5308e43__void_{ REL::Offset(0x0447E3E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_eff177f68175b768f81449a0ae58784b__BSService__Detail__PointerWrapper_BSResourceReloadManager__{ REL::Offset(0x04585960) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f00629075b3be0e79fad8ed326825352__void_{ REL::Offset(0x0448DD50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f065902ff23c775479bded2b7c81aaec__void_{ REL::Offset(0x044BAF20) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f06dd1583b7750cf4d95a53ab9690089__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x04582498) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f081581138039467807084b06c9095ec___lambda_017d7a24bc0982ce37708250114d75e5__{ REL::Offset(0x044D32C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f09151a5842e5b743648a54e1a902f95__unsigned__int64_{ REL::Offset(0x0434D670) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f0bd41ca64c9abce9df546ddaea923a5__void_{ REL::Offset(0x044B6020) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f10b27cbd06ee272fd23bec89a3d9c2c__void_{ REL::Offset(0x045A6620) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f125ee401519f355e15d5af6d108c316__void_{ REL::Offset(0x0448DCB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f15ef6dc2a0832bc200a443d85c0237f__void_{ REL::Offset(0x04479E50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f17778d323c5cb3d60e4574eed5d7480__{ REL::Offset(0x043886C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f19ba2b540f18f1ba31a6ffea133b993__{ REL::Offset(0x043866C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f19cc6e7e68748fe36de7d95121fe673__void_{ REL::Offset(0x043A59B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f1ac66bfcaca1d027c7c01ab1f1818da__{ REL::Offset(0x0447C770) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f1bd33e9e33b1a0f643b884afba2a574__void_{ REL::Offset(0x047639C8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f1d07b3b9572d39e56bef108a103804d__void_{ REL::Offset(0x04496660) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f1f68dfb865c49ffee825963e1952c7a__void_{ REL::Offset(0x0447D390) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f1fb074984728031673628f4f8d9c8ca__void_{ REL::Offset(0x044D5158) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f1fd5ad4f5fc94247b067c0807d1fa73__void_{ REL::Offset(0x044BBE88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f20812d747fc6158df19f3c32908e47e__void___void__{ REL::Offset(0x044D3050) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f22ad6496aa0f1254df16f178749a6e1__void_{ REL::Offset(0x044BF758) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f262e0592dac9e8316be3c93690d9952__void_{ REL::Offset(0x044963B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f27791fe482f10c0dc2f8bffafe59edc__void_{ REL::Offset(0x0449E218) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f28d424d038f14a5ca02d3de54f44b3d__void_{ REL::Offset(0x044D1538) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f2abe293eed6b7b16a8066ca3e33c750__void_{ REL::Offset(0x0435B010) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f2b887928b3bf97418f4f9447980c987__void_{ REL::Offset(0x0457BAA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f2d60a678367d6efb4d7f763640fd71d__void_{ REL::Offset(0x04493388) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f33946ae3c688338fe5959314c5846f6__void_{ REL::Offset(0x04495490) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f33ccfb4ce4b44ac8bd288d51a3530ba__void_{ REL::Offset(0x0447DC10) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f3482a1422c149f70a7e798fe06cca96__void_{ REL::Offset(0x044B6248) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f37535c6467809b5275e2389552e0afe__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0434D7E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f3b3c5bd2369f409c4e2ec4f5a91075d__void_{ REL::Offset(0x0449DC18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f3ed1e5878e9627378e6a75ecdd0b812__void_{ REL::Offset(0x044AE3B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f3fc02c80ed9605c218fff03bb1d8932__void_{ REL::Offset(0x044D1558) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f426755a78d9c1bee6876023527e47a0__void_{ REL::Offset(0x044AEEA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f453be01c5cb989ecd5c79519bcc1705__void_{ REL::Offset(0x044D4CF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f476198f0e69091d959145b98a338da7__void_{ REL::Offset(0x04349BF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f4b21e9b11d92803d5529f301dcb0307__void_{ REL::Offset(0x044B1228) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f4b3d203e3476e201239bf904af45cb6__void_{ REL::Offset(0x044D5ED0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f4ddf8a3151cfe388633ee285af9ca83__void_{ REL::Offset(0x044B6000) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f50bb866f576b3baa812c88c7aafc4f6__void_{ REL::Offset(0x0458FC48) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f5293da74ad30feeec9d8eef25ba6238__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetSize_{ REL::Offset(0x045C0480) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f55074da29b4e1090f7955e4f4c0964d__BSService__Commands__NewFrame_{ REL::Offset(0x044D2EE8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f572ec6e611362dfaa739a6392101346__void_{ REL::Offset(0x044D8ED8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f5b07183db6a52cb943280803b4e81e4__void_{ REL::Offset(0x044A52E8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f63250b05c663ef37a43a16d218f13a4__{ REL::Offset(0x04386420) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f6337139ddff45faa741582c4fae3b2e__LOD__Commands__LoadedSceneBlockAttached_{ REL::Offset(0x0437EE88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f650daaa6ad50b935d60bc9e56904497__void_{ REL::Offset(0x0434A098) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f65662b6bf3ba72c9baa403b81560088__void_{ REL::Offset(0x0449B348) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f657182e1c1f171ef140a1605fc8e65d__void_{ REL::Offset(0x044D5198) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f65e76c505c4e051a84644637f665f74__BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__unique_ptr_BGSLODManager__AutoPostGridLoadNotifier_stl__detail__AlignedDelete_BGSLODManager__AutoPostGridLoadNotifier___{ REL::Offset(0x043691D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f66dae1709fe258f41b748ba877b10d3__void_{ REL::Offset(0x04493408) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f66e693c7e744609566795ca8858499e__void_{ REL::Offset(0x044B44F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f6b17e4d9cbf130f1dbf4aa0d0bf3217__void_{ REL::Offset(0x044AC480) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f6b9f75711950ab760eece5ae3e87baa__void_{ REL::Offset(0x044A8BB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f6e0f9a886250e1a924876596248bc2a__{ REL::Offset(0x04383DE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f6e4e8de94149f76546cbb8f369108c5__void_{ REL::Offset(0x0447FE90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f6fc3afd2e5a487a8c78ccd15ad62e96__CreationRendererPrivate__SetStarmapOrbitsDrawData_{ REL::Offset(0x045C0250) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f7125086ed2576178d640742168bb6eb__TESObjectCELL_{ REL::Offset(0x04369E88) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f75b00c41e9d4979a77ad3a5c1488ee0__SaveLoad__CleanupStaleLocationsCommand_{ REL::Offset(0x0447BDA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f7aaf0ff2349c7b105c08cc7f5ebedb0__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x0440EA78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f7d76da8fd5a1d8e1a8b27064a679ad3__void_{ REL::Offset(0x044A9E50) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f831e34ee529acf18df25f870525ad90__void_{ REL::Offset(0x044962D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f83a5e8329320964c66c1e1fbc00113d__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0440EA98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f84a8ebc832877eb6636e3104fc4546c__void_{ REL::Offset(0x044D9628) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f86a61c425e65b37338ed338920cccba__{ REL::Offset(0x0437E340) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f887eb1c73eeb204605472a93c4c5087__void_{ REL::Offset(0x044D4538) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f898081955113daa34d459e6300259d2__void_{ REL::Offset(0x044AF200) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f8b6b68cafd6476f89dc7caf6d8ce30c__void_{ REL::Offset(0x044AEEE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f8d357ff15b75cb76cef4da2fdffce07__void_{ REL::Offset(0x0448DD90) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f8e470ebf197315133a07b370e74f846__void_{ REL::Offset(0x04373B60) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f90a9ac2b046efa11fc6485aca204cd5__void_{ REL::Offset(0x0449EDB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f9107a896431c3c1b883cd183342de53__void_{ REL::Offset(0x0449DC38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f920dc2bb2aad3ef942fe3e8983b9e74__void_{ REL::Offset(0x043598D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f924e88d1b9a094a1b877f45ebfef5ef__void_{ REL::Offset(0x0435E1B0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f94543f5a8d581540f6bfbfec6f06619__void_{ REL::Offset(0x04496470) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f97062137a41902784827cf3646875ce__void_{ REL::Offset(0x0447CB08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f9789bedd5b6d7f598e0a5045d397abe__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ REL::Offset(0x04585130) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f97f70732bee7fff90193c3aa4860495__void_{ REL::Offset(0x04763C38) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f9b8894ccfc14d35e049ffd4ec68f9a6__void_{ REL::Offset(0x044933A8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f9c0716672c39462cd28fe4469b9a0ce__void_{ REL::Offset(0x044D47F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_f9cc2a5fd304c8fbc7a41eb02c1a8c3d__CreationRendererPrivate__Messaging__CRScaleform__SetText2DVisibility_{ REL::Offset(0x045C04C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fa184cae9a06ef42438b7ca25483b210__void_{ REL::Offset(0x0447A4A0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fa21aff32431097a600043ad62aded71__void_{ REL::Offset(0x044B4260) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fa5c9fb0480b38adfe5fc7295ff79dfd__BSComponentDB__ViewHandleconst_BSComponentDB2__ID_{ REL::Offset(0x0439EAE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fa7e5638445ad26a2f6edcf9c92924a0__void_{ REL::Offset(0x0447FDB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fae124040a7344b0c697a295313fb6c3__void_{ REL::Offset(0x044D50F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fae8edd8825582fa8c68a2d244dffc82__void_{ REL::Offset(0x044D4D18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_faf0928f9454f6a4fd04936523bdeb6b__CreationRendererPrivate__SetStarParams_{ REL::Offset(0x045BA438) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fb3a479eaf54efe04bee35dc8c07c7fe__void_{ REL::Offset(0x044D4938) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fb6de06a4fb3358148bb5827b64829c0__void_{ REL::Offset(0x044A9AE0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fb78e2bb52e63e6fc500be7cd212621e__void_{ REL::Offset(0x044D4778) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fb9cc68dec4898af77817d85ac432a05__void_{ REL::Offset(0x0435E290) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fba4adcc29d642c5be1505da95f3cca1__void_{ REL::Offset(0x045B9DA8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fbb467bf6d750df51b7bec5cdf9a1214__void_{ REL::Offset(0x044A8C18) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fc14bec31f3eef96ae51549cf087c2ea__void_{ REL::Offset(0x044D4AF8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fc4d7464c8f2a9af0e6fa063db84a885__void_{ REL::Offset(0x0448D3F8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fc5a7a3d608fbcaaa714726ba2a7771d__BSService__Detail__PointerWrapper_BGSLODManager__{ REL::Offset(0x044519D8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fca09c0543155e7882b2f46aec0ed67b__void_{ REL::Offset(0x0447A4E0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fcaf73e3d8809f1f873fde6825e51f1c__void_{ REL::Offset(0x0448C558) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fcbd409d1f3065cf4d493e2af3cdd34d__void_{ REL::Offset(0x044A9BA0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fcd73b8f485f78e1c7f0eb96364c8359__void_{ REL::Offset(0x0447B420) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fd40cfd3b4dc524c6edc92a743cb1bcd__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2A70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fd476c18651b400f5eacbe773bf0df4a__void_{ REL::Offset(0x0440EB98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fd5ed2dbfdf3c051d0ee2d98b985beb3__RefrAudioUtils____LoopService__RevertMsg_{ REL::Offset(0x044762B8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fd798d3a2c10c16ddef287e5325802d3__void_{ REL::Offset(0x0449CB98) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fd8d082ccc13f06a355f03ff8e4e4593__AutomatedTestUtility__CommandRunner__ConsoleCommand_{ REL::Offset(0x044CF958) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fd9116da4e8e9a38d925d4135fe0f597__void_{ REL::Offset(0x044D6010) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fda6fe9f4ce64c17265fd8a572949e57__void_{ REL::Offset(0x0447E320) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fdd528e9b65a20b6c77525e6f033d37f__void_{ REL::Offset(0x0451EE08) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fdec907b162afc07d72b29e93b37e18e__void_{ REL::Offset(0x044AF040) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fe2f586110ce1c165f0211d2ed02f69b__{ REL::Offset(0x04386598) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fe43470221de5ec17bbf5c42826732eb__void_{ REL::Offset(0x044413D0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fe5f433c207b4c5156394008979c62c3__void_{ REL::Offset(0x04559690) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fe931f82928437e3886c509dc81b31e5__void_{ REL::Offset(0x04520390) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fea828bdbfc0b796b6c866c9f65fe15f__void_{ REL::Offset(0x0448DAB0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_feb7ec54b500143d764a76b9b3fa91ae__void_{ REL::Offset(0x0449D0C0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fec7288cccfaf54dd0c480e2a003595c__{ REL::Offset(0x04384098) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_feddd18a0cbade858140ed1c4fb88642__void_{ REL::Offset(0x0449AC30) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fefa1af07137bfea43776815f2a31bfa__{ REL::Offset(0x045791F0) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ff1fc4086ee075ce3cd2fded756c2327__void_{ REL::Offset(0x0449B288) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ff2e7f2ee8b46ce8642784ff42c34d2e__void_{ REL::Offset(0x044AE698) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ff62650fb3364dd6a63e78f2cef5b1d8__Particles__PSM__Commands__StopDistanceCullingParticleSystem_{ REL::Offset(0x04597938) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ffa05cbb81c4328e75bc6019de81fa6f__{ REL::Offset(0x04386960) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ffafdb4f4c9ae8beefcbc797c23c15c2__void_{ REL::Offset(0x04489AB8) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ffd45a9c67fe3bdbcdceaaa38b6b5eae__void_{ REL::Offset(0x0457AB78) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_ffdd182d0bd312e73072d3506118f589__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x043A4D70) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fff3bd82c3e582c7056e4ffdb99b463f__void_{ REL::Offset(0x044D4878) }; - inline constexpr std::array BSService__Detail__TCmd__lambda_fffa2ab94a55b6ba9747750f085ff9c7__void_{ REL::Offset(0x04457630) }; - inline constexpr std::array BSService__Detail__TCmd_void___BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst_{ REL::Offset(0x04581600) }; - inline constexpr std::array BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__RenderTarget__CreationRendererPrivate__ApiAbstractionLayer__RenderTargetconst_{ REL::Offset(0x045B3268) }; - inline constexpr std::array BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__Texture__CreationRendererPrivate__ApiAbstractionLayer__Textureconst_{ REL::Offset(0x045B3248) }; - inline constexpr std::array BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ REL::Offset(0x0437F0A0) }; - inline constexpr std::array BSService__Detail__TService_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ REL::Offset(0x045825C0) }; - inline constexpr std::array BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ REL::Offset(0x045BDF28) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BGSPlanet__Commands__AcquireHandles_{ REL::Offset(0x04380B50) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BGSPlanet__Commands__ClearHandles_{ REL::Offset(0x04380B00) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BGSTerrain__ClipUpdatedEvent_{ REL::Offset(0x043A5950) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentCreated_{ REL::Offset(0x0457C158) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentDestroyed_{ REL::Offset(0x0457C178) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeAdded_{ REL::Offset(0x0457C1B8) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeRemoved_{ REL::Offset(0x0457C198) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__FileUnloaded_{ REL::Offset(0x04589918) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootAdded_{ REL::Offset(0x0457C138) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootRemoved_{ REL::Offset(0x0457C118) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectCreated_{ REL::Offset(0x0457C058) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectDestroyed_{ REL::Offset(0x0457C078) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectFreed_{ REL::Offset(0x0457C098) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectLoaded_{ REL::Offset(0x04589628) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectModified_{ REL::Offset(0x04589858) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectSaved_{ REL::Offset(0x04589818) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSResource__Server__Commands__Delete_{ REL::Offset(0x0459AD20) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04582408) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_BSService__Commands__NewFrame_{ REL::Offset(0x04585A78) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction_{ REL::Offset(0x045BDEC8) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ REL::Offset(0x045BDD58) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ REL::Offset(0x045BDBF8) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ REL::Offset(0x047640B0) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__CameraEventRequest_{ REL::Offset(0x045B9F58) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ REL::Offset(0x045B9E88) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ REL::Offset(0x045B9EA8) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ REL::Offset(0x045B9E48) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ REL::Offset(0x045B9EF8) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__ResetCullingMemoryRequest_{ REL::Offset(0x045B9F18) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_LOD__Commands__LoadedSceneBlockAttached_{ REL::Offset(0x04451998) }; - inline constexpr std::array BSService__Detail__TSubscriberTable_LOD__Commands__LodUpdateComplete_{ REL::Offset(0x04451A58) }; - inline constexpr std::array BSService__JobSite{ REL::Offset(0x03F0E420) }; - inline constexpr std::array BSService__TInlineDataCommand__lambda_fc5b3a540b3fa7c9716da7e9b592601b__unsignedchar_{ REL::Offset(0x04354370) }; - inline constexpr std::array BSShadowLight{ REL::Offset(0x04583428) }; - inline constexpr std::array BSShapeConstructor{ REL::Offset(0x04458C60) }; - inline constexpr std::array BSSimpleScaleController{ REL::Offset(0x044DA2E0) }; - inline constexpr std::array BSSkin__BoneData{ REL::Offset(0x04784390) }; - inline constexpr std::array BSSkin__Instance{ REL::Offset(0x04784578) }; - inline constexpr std::array BSSpatialGraph{ REL::Offset(0x045A07F8) }; - inline constexpr std::array BSSpatialGraphInfo{ REL::Offset(0x045A07C8) }; - inline constexpr std::array BSSpatialGraphManager{ REL::Offset(0x0437B5B8) }; - inline constexpr std::array BSSpatialGraphSearch{ REL::Offset(0x045A0890) }; - inline constexpr std::array BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444BDB0) }; - inline constexpr std::array BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04446EE8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSearchMap3DSearchPolicy_{ REL::Offset(0x0445F728) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FA0E8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ REL::Offset(0x04462930) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0446FBE8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ REL::Offset(0x044FFAB8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FDE90) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044679A0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450F9D0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044F7BB0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04506748) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FF758) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ REL::Offset(0x044FF7E8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045024F8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045026A8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045129D0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450A8C0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04511530) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FB9F0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045066B8) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450A5F0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450A560) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0445DEC0) }; - inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ REL::Offset(0x044629C0) }; - inline constexpr std::array BSSpatialGraphSearchT___SearchPolicyStandard_{ REL::Offset(0x0437BF20) }; - inline constexpr std::array BSSplatterExtraData{ REL::Offset(0x04373E58) }; - inline constexpr std::array BSSteamSysInfoSystemUtility{ REL::Offset(0x0478F4F8) }; - inline constexpr std::array BSStorage{ REL::Offset(0x043543B0) }; - inline constexpr std::array BSStream{ REL::Offset(0x04411D30) }; - inline constexpr std::array BSStreamParserData{ REL::Offset(0x0458F0D8) }; - inline constexpr std::array BSStreaming__DataStorage{ REL::Offset(0x045B2F88) }; - inline constexpr std::array BSStreaming____BSStreamingJobSite{ REL::Offset(0x045B2780) }; - inline constexpr std::array BSSubBehaviorGraphSingletonData{ REL::Offset(0x0456B430) }; - inline constexpr std::array BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask{ REL::Offset(0x0456B3E0) }; - inline constexpr std::array BSSubSceneNode{ REL::Offset(0x04583038) }; - inline constexpr std::array BSSysInfoSystemUtility{ REL::Offset(0x03F2CCE8) }; - inline constexpr std::array BSSystemFileAsyncFunctor{ REL::Offset(0x045A7228) }; - inline constexpr std::array BSSystemFileStorage{ REL::Offset(0x045B2F50) }; - inline constexpr std::array BSSystemFileStreamer__HeapData{ REL::Offset(0x045B24A8) }; - inline constexpr std::array BSSystemFileStreamer__PhysicalRequest{ REL::Offset(0x045B2558) }; - inline constexpr std::array BSSystemFileStreamer__PinnedData{ REL::Offset(0x045B24C8) }; - inline constexpr std::array BSSystemFileStreamer__Streamer{ REL::Offset(0x045B2508) }; - inline constexpr std::array BSSystemFileStreamer__Streamer__ControlThread{ REL::Offset(0x045B2518) }; - inline constexpr std::array BSSystemFileStreamer__Streamer__StreamerThread{ REL::Offset(0x045B2538) }; - inline constexpr std::array BSSystemUtilitiesStrings{ REL::Offset(0x03F2CAD8) }; - inline constexpr std::array BSSystemUtility{ REL::Offset(0x03EF3458) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_bool_ActorCCOnStairsChannel_{ REL::Offset(0x044D6390) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_bool_ActorCCSuportChannel_{ REL::Offset(0x044D6368) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorCCNormDotUpChannel_{ REL::Offset(0x044D6340) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorCopyGraphVariableChannel_{ REL::Offset(0x044DA5F8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorLeftWeaponSpeedChannel_{ REL::Offset(0x044D62A0) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorPitchChannel_{ REL::Offset(0x044D6178) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorPitchDeltaChannel_{ REL::Offset(0x044D6250) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorRollChannel_{ REL::Offset(0x044D6150) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorSpeedSmoothedChannel_{ REL::Offset(0x044D61C8), REL::Offset(0x044D61F0) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorTimeDeltaChannel_{ REL::Offset(0x044D6318) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorTurnDeltaSmoothedChannel_{ REL::Offset(0x044D61A0), REL::Offset(0x044D63B8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorWardHealthChannel_{ REL::Offset(0x044C2B00) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorWeaponAttackAnimationDurationChannel_{ REL::Offset(0x044D62C8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorWeaponSpeedChannel_{ REL::Offset(0x044D6278) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveXRawChannel_{ REL::Offset(0x044DACA0) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveYRawChannel_{ REL::Offset(0x044DAC78) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveZRawChannel_{ REL::Offset(0x044DACC8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXRawChannel_{ REL::Offset(0x044DAC28) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSmoothedChannel_{ REL::Offset(0x044DAC50), REL::Offset(0x044DADA8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSumChannel_{ REL::Offset(0x044DAD30) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYRawChannel_{ REL::Offset(0x044DAC00) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSmoothedChannel_{ REL::Offset(0x044DADC0), REL::Offset(0x044DADE8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSumChannel_{ REL::Offset(0x044DAD80) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerDirectionSmoothedChannel_{ REL::Offset(0x044DAD08) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerFirstSpeedSmoothedChannel_{ REL::Offset(0x044DACF0), REL::Offset(0x044DAD58) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerPitchDeltaSmoothedChannel_{ REL::Offset(0x044DABC0), REL::Offset(0x044DABE8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_int_ActorBoneWeightsActionChannel_{ REL::Offset(0x044D6208) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_int_ActorCopyGraphVariableChannel_{ REL::Offset(0x044DA520) }; - inline constexpr std::array BSTAnimationGraphDataChannel_Actor_int_ActorWantBlockChannel_{ REL::Offset(0x044D62F0) }; - inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationDirectionChannel_{ REL::Offset(0x043D0280) }; - inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationSpeedChannel_{ REL::Offset(0x043D02A8) }; - inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationTurnDeltaChannel_{ REL::Offset(0x043D0230) }; - inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationVerticalDirectionChannel_{ REL::Offset(0x043D0258) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSScrapArrayAllocator_{ REL::Offset(0x043437E8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_16__{ REL::Offset(0x04377718) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_8__{ REL::Offset(0x045622E8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x04599CB8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTArrayHeapAllocator_{ REL::Offset(0x03EF1A88) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1024__{ REL::Offset(0x0436CAC8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_112__{ REL::Offset(0x04366EA0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_120__{ REL::Offset(0x045A36C8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_128__{ REL::Offset(0x04344CC0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_12__{ REL::Offset(0x03F265E8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_144__{ REL::Offset(0x04366EC8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_160__{ REL::Offset(0x04559988) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_16__{ REL::Offset(0x04349180) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_176__{ REL::Offset(0x0459F580) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_184__{ REL::Offset(0x0451A0E0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_192__{ REL::Offset(0x043501F0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1__{ REL::Offset(0x044C2D28) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2048__{ REL::Offset(0x04385830) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_24__{ REL::Offset(0x04375E08) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2560__{ REL::Offset(0x04761368) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_256__{ REL::Offset(0x0436E438) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2816__{ REL::Offset(0x04567AF8) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_32__{ REL::Offset(0x04358E58) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_3584__{ REL::Offset(0x04486C30) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_368__{ REL::Offset(0x04470260) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_36__{ REL::Offset(0x0436F7E0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_384__{ REL::Offset(0x0436E460) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4096__{ REL::Offset(0x04385808) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_40__{ REL::Offset(0x04389148) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_48__{ REL::Offset(0x04463FB0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4__{ REL::Offset(0x04350638) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_512__{ REL::Offset(0x04486C58) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_64__{ REL::Offset(0x04354F18) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_672__{ REL::Offset(0x045A36F0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_704__{ REL::Offset(0x045A2F18) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_72__{ REL::Offset(0x03F2ABA0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_768__{ REL::Offset(0x044F0F20) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_800__{ REL::Offset(0x0434D2C0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_80__{ REL::Offset(0x04455298) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_8__{ REL::Offset(0x043448C0) }; - inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_96__{ REL::Offset(0x04351E30) }; - inline constexpr std::array BSTArrayBase__IAllocatorFunctor{ REL::Offset(0x03EF1B10) }; - inline constexpr std::array BSTCaseInsensitiveStringMap_IDLE_ANIM_ROOT_{ REL::Offset(0x04369780) }; - inline constexpr std::array BSTCommonLLMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0452DFA8) }; - inline constexpr std::array BSTCommonStaticMessageQueue_BGSDecalManager__PendingSkinnedDecal_128_{ REL::Offset(0x0436EAF0) }; - inline constexpr std::array BSTCommonStaticMessageQueue_BGSSaveLoadThread__AsyncRequest_8_{ REL::Offset(0x044CEBF0) }; - inline constexpr std::array BSTCommonStaticMessageQueue_BSFaceGenManager__PendingCustomizationData_128_{ REL::Offset(0x04440B98) }; - inline constexpr std::array BSTCommonStaticMessageQueue_BSScript__Internal__SuspendedStack_128_{ REL::Offset(0x045ADC08) }; - inline constexpr std::array BSTCommonStaticMessageQueue_NiPointer_NiAVObject__256_{ REL::Offset(0x0459A050) }; - inline constexpr std::array BSTEventSink_BGSCollisionSoundEvent_{ REL::Offset(0x044D0298) }; - inline constexpr std::array BSTEventSink_BGSCombatImpactEvent_{ REL::Offset(0x044D0280) }; - inline constexpr std::array BSTEventSink_BGSScannerGuideEffectStatusUpdateEvent_{ REL::Offset(0x0449F280) }; - inline constexpr std::array BSTEventSink_BSNavMeshGenerationBeginEvent_{ REL::Offset(0x0437EF38) }; - inline constexpr std::array BSTEventSink_BSNavMeshGenerationFinishedEvent_{ REL::Offset(0x0437EEF8) }; - inline constexpr std::array BSTEventSink_CellAttachDetachEvent_{ REL::Offset(0x04376A10) }; - inline constexpr std::array BSTEventSink_DynamicNavMeshBuildCompleteEvent_{ REL::Offset(0x04376B58) }; - inline constexpr std::array BSTEventSink_PlayerNameEvent__NameChangedEvent_{ REL::Offset(0x0448D9F8) }; - inline constexpr std::array BSTEventSink_PlayerPlanetSurveyProgressEvent_{ REL::Offset(0x0449F250) }; - inline constexpr std::array BSTEventSink_PositionPlayerEvent_{ REL::Offset(0x04369870) }; - inline constexpr std::array BSTEventSink_ShipHud_ChangeComponentSelection_{ REL::Offset(0x044990A8) }; - inline constexpr std::array BSTEventSink_TESActorLocationChangeEvent_{ REL::Offset(0x03F2B708) }; - inline constexpr std::array BSTEventSink_TESCellCriticalRefsAttachedEvent_{ REL::Offset(0x0437B588) }; - inline constexpr std::array BSTEventSink_TESCellReferenceAttachDetachEvent_{ REL::Offset(0x0437B5A0) }; - inline constexpr std::array BSTEventSink_WorkshopColorMode_ApplyColors_{ REL::Offset(0x0447D728) }; - inline constexpr std::array BSTEventSink_WorldSpaceReleasedEvent_{ REL::Offset(0x04451AC8) }; - inline constexpr std::array BSTEventSource_Activation__Event_{ REL::Offset(0x043CEBE8) }; - inline constexpr std::array BSTEventSource_ActivityEvents__ActivityCompletedEvent_{ REL::Offset(0x0436E4E0) }; - inline constexpr std::array BSTEventSource_ActorCellChangeEvent_{ REL::Offset(0x043D1C60) }; - inline constexpr std::array BSTEventSource_ActorDamage__Event_{ REL::Offset(0x044D6620) }; - inline constexpr std::array BSTEventSource_ActorEquipManagerEvent__Event_{ REL::Offset(0x044D33C0) }; - inline constexpr std::array BSTEventSource_ActorEquipManagerEvent__SpellEvent_{ REL::Offset(0x044D33B0) }; - inline constexpr std::array BSTEventSource_ActorHeadAttachedEvent_{ REL::Offset(0x043D1C70) }; - inline constexpr std::array BSTEventSource_ActorInventoryEvent_{ REL::Offset(0x044D9AF8) }; - inline constexpr std::array BSTEventSource_ActorItemEquipped__Event_{ REL::Offset(0x044D6640) }; - inline constexpr std::array BSTEventSource_ActorKill__Event_{ REL::Offset(0x044D6630) }; - inline constexpr std::array BSTEventSource_ActorValueEvents__ActorValueChangedEvent_{ REL::Offset(0x043CE9F8) }; - inline constexpr std::array BSTEventSource_AliasChangeEvent_{ REL::Offset(0x043D16C0) }; - inline constexpr std::array BSTEventSource_AnimationGraphDependentEvent_{ REL::Offset(0x043D19F0) }; - inline constexpr std::array BSTEventSource_AssaultCrime__Event_{ REL::Offset(0x044D6BF8) }; - inline constexpr std::array BSTEventSource_AttachReference__Event_{ REL::Offset(0x03F26870) }; - inline constexpr std::array BSTEventSource_BGSAffinityEventEvent_{ REL::Offset(0x043D1D80) }; - inline constexpr std::array BSTEventSource_BGSCellGridLoadEvent_{ REL::Offset(0x043D1B30) }; - inline constexpr std::array BSTEventSource_BGSEventProcessedEvent_{ REL::Offset(0x043D1D90) }; - inline constexpr std::array BSTEventSource_BGSHavokWorldCreatedEvent_{ REL::Offset(0x043D1B40) }; - inline constexpr std::array BSTEventSource_BGSKeyword__OnDestroyEvent_{ REL::Offset(0x04408DC8) }; - inline constexpr std::array BSTEventSource_BGSLocationLoadedEvent_{ REL::Offset(0x043D1810) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerCompanionDismiss_{ REL::Offset(0x043D1BE0) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerCompleteResearchEvent_{ REL::Offset(0x043D1A90) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerCraftItemEvent_{ REL::Offset(0x043D1AA0) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerCreateRobotEvent_{ REL::Offset(0x043D1AB0) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerEnterVertibirdEvent_{ REL::Offset(0x043D1A70) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerFallLongDistances_{ REL::Offset(0x043D1BF0) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerFireWeaponEvent_{ REL::Offset(0x043D1A50) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerHealTeammateEvent_{ REL::Offset(0x043D1C30) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerLoiteringBeginEvent_{ REL::Offset(0x043D1C40) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerLoiteringEndEvent_{ REL::Offset(0x043D1BD0) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerModArmorWeaponEvent_{ REL::Offset(0x043D1C00) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerModRobotEvent_{ REL::Offset(0x043D1AC0) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerSwimmingEvent_{ REL::Offset(0x043D1A60) }; - inline constexpr std::array BSTEventSource_BGSOnPlayerUseWorkBenchEvent_{ REL::Offset(0x043D1A80) }; - inline constexpr std::array BSTEventSource_BGSOnSpeechChallengeAvailable_{ REL::Offset(0x043D1B10) }; - inline constexpr std::array BSTEventSource_BGSRadiationDamageEvent_{ REL::Offset(0x043D1C20) }; - inline constexpr std::array BSTEventSource_BSMaterial__MaterialsReloadedEvent_{ REL::Offset(0x04589CC0) }; - inline constexpr std::array BSTEventSource_BSMusicEvent_{ REL::Offset(0x03F26898) }; - inline constexpr std::array BSTEventSource_BSResource__Archive2__ClearRegistryEvent_{ REL::Offset(0x045A63E8) }; - inline constexpr std::array BSTEventSource_BSResource__Archive2__RegisteredEvent_{ REL::Offset(0x045A65A8) }; - inline constexpr std::array BSTEventSource_BSResource__Archive2__StreamOpenedEvent_{ REL::Offset(0x045A63D8) }; - inline constexpr std::array BSTEventSource_BSResource__ArchiveRegisteredEvent_{ REL::Offset(0x045A65B8) }; - inline constexpr std::array BSTEventSource_BSResource__NameFoundEvent_{ REL::Offset(0x045A6A88) }; - inline constexpr std::array BSTEventSource_BSScript__StatsEvent_{ REL::Offset(0x045AD718) }; - inline constexpr std::array BSTEventSource_BSSysMonFrameCaptured_{ REL::Offset(0x03F26880) }; - inline constexpr std::array BSTEventSource_Bleedout__Event_{ REL::Offset(0x044D9098) }; - inline constexpr std::array BSTEventSource_BooksRead__Event_{ REL::Offset(0x043BF6F0) }; - inline constexpr std::array BSTEventSource_Bounty__Event_{ REL::Offset(0x044DC548) }; - inline constexpr std::array BSTEventSource_BuilderMenuSelectEvent_{ REL::Offset(0x043D1B00) }; - inline constexpr std::array BSTEventSource_CellAttachDetachEvent_{ REL::Offset(0x043697C0) }; - inline constexpr std::array BSTEventSource_ChallengeCompletedEvent__Event_{ REL::Offset(0x0436E6B0) }; - inline constexpr std::array BSTEventSource_ChestLooted__Event_{ REL::Offset(0x044DC528) }; - inline constexpr std::array BSTEventSource_ClearShipHudTarget__Event_{ REL::Offset(0x04498CA8) }; - inline constexpr std::array BSTEventSource_ContractedDisease__Event_{ REL::Offset(0x044D90B8) }; - inline constexpr std::array BSTEventSource_CrewAssignedEvent_{ REL::Offset(0x043D1870) }; - inline constexpr std::array BSTEventSource_CrewDismissedEvent_{ REL::Offset(0x043D1880) }; - inline constexpr std::array BSTEventSource_CriticalHitEvent__Event_{ REL::Offset(0x044DC5B8) }; - inline constexpr std::array BSTEventSource_CustomMarkerUpdate__Event_{ REL::Offset(0x044DC538) }; - inline constexpr std::array BSTEventSource_DaysJailed__Event_{ REL::Offset(0x044DC518) }; - inline constexpr std::array BSTEventSource_DaysPassed__Event_{ REL::Offset(0x044D0418) }; - inline constexpr std::array BSTEventSource_DefaultObjectsReadyEvent__Event_{ REL::Offset(0x043D6F00) }; - inline constexpr std::array BSTEventSource_DeferredDeleter__QueueStatusEvent_{ REL::Offset(0x044D1730) }; - inline constexpr std::array BSTEventSource_DestroyedEvent_{ REL::Offset(0x043D1840) }; - inline constexpr std::array BSTEventSource_DisarmedEvent__Event_{ REL::Offset(0x044D6610) }; - inline constexpr std::array BSTEventSource_DynNavMeshOpRecord__CompleteEvent_{ REL::Offset(0x04376B70) }; - inline constexpr std::array BSTEventSource_DynamicNavMeshBuildCompleteEvent_{ REL::Offset(0x0434E368) }; - inline constexpr std::array BSTEventSource_EnteredUnity__Event_{ REL::Offset(0x044DB508) }; - inline constexpr std::array BSTEventSource_FactionRankChange__Event_{ REL::Offset(0x044D6C08) }; - inline constexpr std::array BSTEventSource_FinePaid__Event_{ REL::Offset(0x044DC508) }; - inline constexpr std::array BSTEventSource_FirstThirdPersonSwitch__Event_{ REL::Offset(0x044DB4E8) }; - inline constexpr std::array BSTEventSource_GrandTheftHorse__Event_{ REL::Offset(0x044D79C0) }; - inline constexpr std::array BSTEventSource_HideSubtitleEvent__Event_{ REL::Offset(0x04486578) }; - inline constexpr std::array BSTEventSource_HomeShipSetEvent_{ REL::Offset(0x043D17E0) }; - inline constexpr std::array BSTEventSource_HourPassed__Event_{ REL::Offset(0x044D0408) }; - inline constexpr std::array BSTEventSource_HoursPassed__Event_{ REL::Offset(0x04520468) }; - inline constexpr std::array BSTEventSource_InstantReferenceInteractionEvent_{ REL::Offset(0x043D1AE0) }; - inline constexpr std::array BSTEventSource_InventoryItemEvent__Event_{ REL::Offset(0x043700D8) }; - inline constexpr std::array BSTEventSource_ItemConsumedEvent_{ REL::Offset(0x043D1920) }; - inline constexpr std::array BSTEventSource_ItemCrafted__Event_{ REL::Offset(0x044DC598) }; - inline constexpr std::array BSTEventSource_ItemSteal__Event_{ REL::Offset(0x044DC5A8) }; - inline constexpr std::array BSTEventSource_ItemSwappedEvent_{ REL::Offset(0x043D1A00) }; - inline constexpr std::array BSTEventSource_JailEscape__Event_{ REL::Offset(0x044DC588) }; - inline constexpr std::array BSTEventSource_Jailing__Event_{ REL::Offset(0x044DC578) }; - inline constexpr std::array BSTEventSource_LevelIncrease__Event_{ REL::Offset(0x044DC558) }; - inline constexpr std::array BSTEventSource_LocationExplored__Event_{ REL::Offset(0x043C9E38) }; - inline constexpr std::array BSTEventSource_LocationLinked__Event_{ REL::Offset(0x043C9E60) }; - inline constexpr std::array BSTEventSource_LocationMarkerArrayUpdate__Event_{ REL::Offset(0x044DC568) }; - inline constexpr std::array BSTEventSource_LocationTextEvent__Event_{ REL::Offset(0x044A3680) }; - inline constexpr std::array BSTEventSource_LockPickedEvent_{ REL::Offset(0x043D1910) }; - inline constexpr std::array BSTEventSource_MagicSystem__FlushLogEvent_{ REL::Offset(0x03F26860) }; - inline constexpr std::array BSTEventSource_MagicSystem__LogEvent_{ REL::Offset(0x03F267E0) }; - inline constexpr std::array BSTEventSource_MapMarkerDiscoveredEvent_{ REL::Offset(0x043D1950) }; - inline constexpr std::array BSTEventSource_MissionMenuStateEvent__Event_{ REL::Offset(0x0448F968) }; - inline constexpr std::array BSTEventSource_MurderCrime__Event_{ REL::Offset(0x044D6BE8) }; - inline constexpr std::array BSTEventSource_ObjectScannedEvent_{ REL::Offset(0x043D19B0) }; - inline constexpr std::array BSTEventSource_ObjectiveState__Event_{ REL::Offset(0x04409FD0) }; - inline constexpr std::array BSTEventSource_PerkChanged__Event_{ REL::Offset(0x0434E3A8) }; - inline constexpr std::array BSTEventSource_PickRefUpdateEvent_{ REL::Offset(0x044590E0) }; - inline constexpr std::array BSTEventSource_PiracyCrime__Event_{ REL::Offset(0x044D6BD8) }; - inline constexpr std::array BSTEventSource_PlayerActiveEffectChanged__Event_{ REL::Offset(0x044DB4C8) }; - inline constexpr std::array BSTEventSource_PlayerAddItemEvent_{ REL::Offset(0x043D1B20) }; - inline constexpr std::array BSTEventSource_PlayerAmmoChanged__Event_{ REL::Offset(0x044DC498) }; - inline constexpr std::array BSTEventSource_PlayerArrestedEvent_{ REL::Offset(0x043D1960) }; - inline constexpr std::array BSTEventSource_PlayerAssaultActorEvent_{ REL::Offset(0x043D1970) }; - inline constexpr std::array BSTEventSource_PlayerBuyShipEvent_{ REL::Offset(0x043D19D0) }; - inline constexpr std::array BSTEventSource_PlayerCharacterQuestEvent__Event_{ REL::Offset(0x044DB4F8) }; - inline constexpr std::array BSTEventSource_PlayerCrimeGoldEvent_{ REL::Offset(0x043D1A10) }; - inline constexpr std::array BSTEventSource_PlayerDifficultySettingChanged__Event_{ REL::Offset(0x044DC488) }; - inline constexpr std::array BSTEventSource_PlayerFailedPlotRouteEvent_{ REL::Offset(0x043D17F0) }; - inline constexpr std::array BSTEventSource_PlayerFastTravel__Event_{ REL::Offset(0x044DC4A8) }; - inline constexpr std::array BSTEventSource_PlayerInDialogueChanged__Event_{ REL::Offset(0x044DC468) }; - inline constexpr std::array BSTEventSource_PlayerJailEvent_{ REL::Offset(0x043D1A20) }; - inline constexpr std::array BSTEventSource_PlayerLifeStateChanged__Event_{ REL::Offset(0x044DC478) }; - inline constexpr std::array BSTEventSource_PlayerModifiedShipEvent_{ REL::Offset(0x043D1800) }; - inline constexpr std::array BSTEventSource_PlayerMurderActorEvent_{ REL::Offset(0x043D1980) }; - inline constexpr std::array BSTEventSource_PlayerNameEvent__NameChangedEvent_{ REL::Offset(0x0448DA58) }; - inline constexpr std::array BSTEventSource_PlayerPayFineEvent_{ REL::Offset(0x043D1A30) }; - inline constexpr std::array BSTEventSource_PlayerPickpocketSuccess__Event_{ REL::Offset(0x044DB4D8) }; - inline constexpr std::array BSTEventSource_PlayerPlanetSurveyCompleteEvent_{ REL::Offset(0x043D1990) }; - inline constexpr std::array BSTEventSource_PlayerPlanetSurveyProgressEvent_{ REL::Offset(0x043D19A0) }; - inline constexpr std::array BSTEventSource_PlayerSellShipEvent_{ REL::Offset(0x043D19E0) }; - inline constexpr std::array BSTEventSource_PlayerTrespassEvent_{ REL::Offset(0x043D1A40) }; - inline constexpr std::array BSTEventSource_PoisonedWeapon__Event_{ REL::Offset(0x044DC458) }; - inline constexpr std::array BSTEventSource_ProjectileBeginUpdateEvent_{ REL::Offset(0x044EEF50) }; - inline constexpr std::array BSTEventSource_ProjectileKillEvent_{ REL::Offset(0x044EEF60) }; - inline constexpr std::array BSTEventSource_QuestStatus__Event_{ REL::Offset(0x0440EF30) }; - inline constexpr std::array BSTEventSource_QuickContainerOpenedEvent_{ REL::Offset(0x043D1AF0) }; - inline constexpr std::array BSTEventSource_RadioManager__PipboyFrequencyDetectionEvent_{ REL::Offset(0x03F267B0) }; - inline constexpr std::array BSTEventSource_RadioManager__PipboyRadioTuningEvent_{ REL::Offset(0x03F267F0) }; - inline constexpr std::array BSTEventSource_RadioManager__PipboyTransmitterDetectionEvent_{ REL::Offset(0x03F267D0) }; - inline constexpr std::array BSTEventSource_RefControlChangedEvent_{ REL::Offset(0x043D1940) }; - inline constexpr std::array BSTEventSource_ReferenceDestroyedEvent_{ REL::Offset(0x043D1AD0) }; - inline constexpr std::array BSTEventSource_RefillAliasEvent__Event_{ REL::Offset(0x0440EF40) }; - inline constexpr std::array BSTEventSource_ReloadWeaponEvent__Event_{ REL::Offset(0x044D90A8) }; - inline constexpr std::array BSTEventSource_Research__ResearchProgressEvent_{ REL::Offset(0x044CAEF8) }; - inline constexpr std::array BSTEventSource_RolloverIsCrimeEvent__Event_{ REL::Offset(0x04484D08) }; - inline constexpr std::array BSTEventSource_ScannableUtils__ScannedEvent_{ REL::Offset(0x04477590) }; - inline constexpr std::array BSTEventSource_ShowSubtitleEvent__Event_{ REL::Offset(0x044864E0) }; - inline constexpr std::array BSTEventSource_SpaceshipEditor__TransactionEvent_{ REL::Offset(0x043581A8) }; - inline constexpr std::array BSTEventSource_SpeechChallengeCompletionEvent_{ REL::Offset(0x043D19C0) }; - inline constexpr std::array BSTEventSource_SpellsLearned__Event_{ REL::Offset(0x044D91A0) }; - inline constexpr std::array BSTEventSource_TESActivateEvent_{ REL::Offset(0x043D1D60) }; - inline constexpr std::array BSTEventSource_TESActiveEffectApplyFinishEvent_{ REL::Offset(0x043D1CA0) }; - inline constexpr std::array BSTEventSource_TESActiveEffectRemovedEvent_{ REL::Offset(0x043D1CB0) }; - inline constexpr std::array BSTEventSource_TESActorActivatedRefEvent_{ REL::Offset(0x043D1D70) }; - inline constexpr std::array BSTEventSource_TESActorLocationChangeEvent_{ REL::Offset(0x043D1C50) }; - inline constexpr std::array BSTEventSource_TESBookReadEvent_{ REL::Offset(0x043D1C80) }; - inline constexpr std::array BSTEventSource_TESCellCriticalRefsAttachedEvent_{ REL::Offset(0x043D1D30) }; - inline constexpr std::array BSTEventSource_TESCellFullyLoadedEvent_{ REL::Offset(0x043D1D40) }; - inline constexpr std::array BSTEventSource_TESCellGravityChangeEvent_{ REL::Offset(0x043D1CF0) }; - inline constexpr std::array BSTEventSource_TESCellNavmeshGeneratedEvent_{ REL::Offset(0x043D1CD0) }; - inline constexpr std::array BSTEventSource_TESCellReadyToApplyDecalsEvent_{ REL::Offset(0x043D1CE0) }; - inline constexpr std::array BSTEventSource_TESCellReference3DAttachEvent_{ REL::Offset(0x043D1D20) }; - inline constexpr std::array BSTEventSource_TESCellReferenceAttachDetachEvent_{ REL::Offset(0x043D1D10) }; - inline constexpr std::array BSTEventSource_TESCombatEvent_{ REL::Offset(0x043D1D00) }; - inline constexpr std::array BSTEventSource_TESCombatListEvent_{ REL::Offset(0x043D1850) }; - inline constexpr std::array BSTEventSource_TESCommandModeCompleteCommandEvent_{ REL::Offset(0x043D18B0) }; - inline constexpr std::array BSTEventSource_TESCommandModeEnterEvent_{ REL::Offset(0x043D18C0) }; - inline constexpr std::array BSTEventSource_TESCommandModeExitEvent_{ REL::Offset(0x043D1750) }; - inline constexpr std::array BSTEventSource_TESCommandModeGiveCommandEvent_{ REL::Offset(0x043D1760) }; - inline constexpr std::array BSTEventSource_TESConsciousnessEvent_{ REL::Offset(0x043D1B60) }; - inline constexpr std::array BSTEventSource_TESContainerChangedEvent_{ REL::Offset(0x043D1860) }; - inline constexpr std::array BSTEventSource_TESDeathEvent_{ REL::Offset(0x043D1830) }; - inline constexpr std::array BSTEventSource_TESDeferredKillEvent_{ REL::Offset(0x043D1820) }; - inline constexpr std::array BSTEventSource_TESDestructionStageChangedEvent_{ REL::Offset(0x043D18D0) }; - inline constexpr std::array BSTEventSource_TESEnterBleedoutEvent_{ REL::Offset(0x043D18E0) }; - inline constexpr std::array BSTEventSource_TESEnterSneakingEvent_{ REL::Offset(0x043D1900) }; - inline constexpr std::array BSTEventSource_TESEquipEvent_{ REL::Offset(0x043D1770) }; - inline constexpr std::array BSTEventSource_TESEscortWaitStartEvent_{ REL::Offset(0x043D1890) }; - inline constexpr std::array BSTEventSource_TESEscortWaitStopEvent_{ REL::Offset(0x043D18A0) }; - inline constexpr std::array BSTEventSource_TESExitBleedoutEvent_{ REL::Offset(0x043D18F0) }; - inline constexpr std::array BSTEventSource_TESExitFurnitureEvent_{ REL::Offset(0x043D1C90) }; - inline constexpr std::array BSTEventSource_TESFormDeleteEvent_{ REL::Offset(0x043D1710) }; - inline constexpr std::array BSTEventSource_TESFormIDRemapEvent_{ REL::Offset(0x043D1720) }; - inline constexpr std::array BSTEventSource_TESFurnitureEvent_{ REL::Offset(0x043D1730) }; - inline constexpr std::array BSTEventSource_TESGrabReleaseEvent_{ REL::Offset(0x043D1740) }; - inline constexpr std::array BSTEventSource_TESHarvestEvent__ItemHarvested_{ REL::Offset(0x0436DEA8) }; - inline constexpr std::array BSTEventSource_TESHitEvent_{ REL::Offset(0x043D17D0) }; - inline constexpr std::array BSTEventSource_TESInitScriptEvent_{ REL::Offset(0x043D17A0) }; - inline constexpr std::array BSTEventSource_TESLimbCrippleEvent_{ REL::Offset(0x043D1B70) }; - inline constexpr std::array BSTEventSource_TESLoadGameEvent_{ REL::Offset(0x043D1660) }; - inline constexpr std::array BSTEventSource_TESLocationExploredEvent_{ REL::Offset(0x043D17B0) }; - inline constexpr std::array BSTEventSource_TESLockChangedEvent_{ REL::Offset(0x043D17C0) }; - inline constexpr std::array BSTEventSource_TESMagicEffectApplyEvent_{ REL::Offset(0x043D1670) }; - inline constexpr std::array BSTEventSource_TESMissionAcceptedEvent_{ REL::Offset(0x043D16F0) }; - inline constexpr std::array BSTEventSource_TESObjectLoadedEvent_{ REL::Offset(0x043D1680) }; - inline constexpr std::array BSTEventSource_TESObjectREFRDuplicate__Event_{ REL::Offset(0x043CE2A8) }; - inline constexpr std::array BSTEventSource_TESObjectREFRIsReadyForAttachEvent_{ REL::Offset(0x043D1620) }; - inline constexpr std::array BSTEventSource_TESObjectREFRTranslationEvent_{ REL::Offset(0x043D15A0) }; - inline constexpr std::array BSTEventSource_TESOnPCDialogueTargetEvent_{ REL::Offset(0x043D1C10) }; - inline constexpr std::array BSTEventSource_TESOpenCloseEvent_{ REL::Offset(0x043D1630) }; - inline constexpr std::array BSTEventSource_TESPackageEvent_{ REL::Offset(0x043D1640) }; - inline constexpr std::array BSTEventSource_TESPerkEntryRunEvent_{ REL::Offset(0x043D1650) }; - inline constexpr std::array BSTEventSource_TESPickNewIdleEvent_{ REL::Offset(0x043D1B80) }; - inline constexpr std::array BSTEventSource_TESPickpocketFailedEvent_{ REL::Offset(0x043D16D0) }; - inline constexpr std::array BSTEventSource_TESPlayerActiveEffectEvent_{ REL::Offset(0x043D1CC0) }; - inline constexpr std::array BSTEventSource_TESPlayerFollowerWarpEvent_{ REL::Offset(0x043D1780) }; - inline constexpr std::array BSTEventSource_TESQuestEvent__Event_{ REL::Offset(0x0440EF20) }; - inline constexpr std::array BSTEventSource_TESQuestInitEvent_{ REL::Offset(0x043D16E0) }; - inline constexpr std::array BSTEventSource_TESQuestRejectedEvent_{ REL::Offset(0x043D1700) }; - inline constexpr std::array BSTEventSource_TESQuestStageEvent_{ REL::Offset(0x043D1690) }; - inline constexpr std::array BSTEventSource_TESQuestStageItemDoneEvent_{ REL::Offset(0x043D16A0) }; - inline constexpr std::array BSTEventSource_TESQuestStartStopEvent_{ REL::Offset(0x043D16B0) }; - inline constexpr std::array BSTEventSource_TESQuestTimerEvent_{ REL::Offset(0x043D1930) }; - inline constexpr std::array BSTEventSource_TESResetEvent_{ REL::Offset(0x043D1560) }; - inline constexpr std::array BSTEventSource_TESResolveNPCTemplatesEvent_{ REL::Offset(0x043D1570) }; - inline constexpr std::array BSTEventSource_TESSceneActionEvent_{ REL::Offset(0x043D1590) }; - inline constexpr std::array BSTEventSource_TESSceneEvent_{ REL::Offset(0x043D1580) }; - inline constexpr std::array BSTEventSource_TESScenePhaseEvent_{ REL::Offset(0x043D1520) }; - inline constexpr std::array BSTEventSource_TESSellEvent_{ REL::Offset(0x043D1530) }; - inline constexpr std::array BSTEventSource_TESSleepStartEvent_{ REL::Offset(0x043D1540) }; - inline constexpr std::array BSTEventSource_TESSleepStopEvent_{ REL::Offset(0x043D1550) }; - inline constexpr std::array BSTEventSource_TESSpellCastEvent_{ REL::Offset(0x043D15E0) }; - inline constexpr std::array BSTEventSource_TESSpellCastFailureEvent_{ REL::Offset(0x043D15F0) }; - inline constexpr std::array BSTEventSource_TESSwitchRaceCompleteEvent_{ REL::Offset(0x043D1B50) }; - inline constexpr std::array BSTEventSource_TESTopicInfoEvent_{ REL::Offset(0x043D1600) }; - inline constexpr std::array BSTEventSource_TESTrackedStatsEvent_{ REL::Offset(0x043D1610) }; - inline constexpr std::array BSTEventSource_TESTrapHitEvent_{ REL::Offset(0x043D15B0) }; - inline constexpr std::array BSTEventSource_TESTriggerEnterEvent_{ REL::Offset(0x043D15D0) }; - inline constexpr std::array BSTEventSource_TESTriggerEvent_{ REL::Offset(0x043D15C0) }; - inline constexpr std::array BSTEventSource_TESTriggerLeaveEvent_{ REL::Offset(0x043D1B90) }; - inline constexpr std::array BSTEventSource_TESUniqueIDChangeEvent_{ REL::Offset(0x043D1BA0) }; - inline constexpr std::array BSTEventSource_TESWaitStartEvent_{ REL::Offset(0x043D1BB0) }; - inline constexpr std::array BSTEventSource_TESWaitStopEvent_{ REL::Offset(0x043D1BC0) }; - inline constexpr std::array BSTEventSource_TerminalHacked__Event_{ REL::Offset(0x044DC4C8) }; - inline constexpr std::array BSTEventSource_TerminalMenuMenuItemRunEvent_{ REL::Offset(0x043D1DA0) }; - inline constexpr std::array BSTEventSource_TerminalMenuOnEnterEvent_{ REL::Offset(0x043D1D50) }; - inline constexpr std::array BSTEventSource_TraitDiscoveryTextEvent__Event_{ REL::Offset(0x044A3690) }; - inline constexpr std::array BSTEventSource_TravelMarkerStateChange__Event_{ REL::Offset(0x044DB518) }; - inline constexpr std::array BSTEventSource_Trespass__Event_{ REL::Offset(0x044E14D0) }; - inline constexpr std::array BSTEventSource_TryUpdateShipHudTarget__Event_{ REL::Offset(0x04498CD8) }; - inline constexpr std::array BSTEventSource_VATSCommand_{ REL::Offset(0x044F05B0) }; - inline constexpr std::array BSTEventSource_VATSEvents__ModeChange_{ REL::Offset(0x044F05A0) }; - inline constexpr std::array BSTEventSource_WeaponAttack__Event_{ REL::Offset(0x044DC4B8) }; - inline constexpr std::array BSTEventSource_WeaponFiredEvent_{ REL::Offset(0x03F267A0) }; - inline constexpr std::array BSTEventSource_WorkbenchTracking__TrackingStatusChanged__Event_{ REL::Offset(0x044CAEC8) }; - inline constexpr std::array BSTEventSource_WorkshopNPCTransferEvent_{ REL::Offset(0x043D1790) }; - inline constexpr std::array BSTEventSource_Workshop__CargoLinkAddedEvent_{ REL::Offset(0x044591B0) }; - inline constexpr std::array BSTEventSource_Workshop__CargoLinkTargetChangedEvent_{ REL::Offset(0x04459100) }; - inline constexpr std::array BSTEventSource_Workshop__EnterOutpostBeaconModeEvent_{ REL::Offset(0x044590A0) }; - inline constexpr std::array BSTEventSource_Workshop__ItemGrabbedEvent_{ REL::Offset(0x04459060) }; - inline constexpr std::array BSTEventSource_Workshop__ItemMovedEvent_{ REL::Offset(0x04459120) }; - inline constexpr std::array BSTEventSource_Workshop__ItemPlacedEvent_{ REL::Offset(0x044590C0) }; - inline constexpr std::array BSTEventSource_Workshop__ItemProducedEvent_{ REL::Offset(0x04459050) }; - inline constexpr std::array BSTEventSource_Workshop__ItemRemovedEvent_{ REL::Offset(0x044590B0) }; - inline constexpr std::array BSTEventSource_Workshop__ItemRepairedEvent_{ REL::Offset(0x04459150) }; - inline constexpr std::array BSTEventSource_Workshop__ItemScrappedEvent_{ REL::Offset(0x04459190) }; - inline constexpr std::array BSTEventSource_Workshop__OutpostNameChangedEvent_{ REL::Offset(0x044590D0) }; - inline constexpr std::array BSTEventSource_Workshop__OutpostPlacedEvent_{ REL::Offset(0x044590F0) }; - inline constexpr std::array BSTEventSource_Workshop__PlacementStatusEvent_{ REL::Offset(0x04459130) }; - inline constexpr std::array BSTEventSource_Workshop__PowerOffEvent_{ REL::Offset(0x04459070) }; - inline constexpr std::array BSTEventSource_Workshop__PowerOnEvent_{ REL::Offset(0x04459080) }; - inline constexpr std::array BSTEventSource_Workshop__SnapBehaviorCycledEvent_{ REL::Offset(0x04459180) }; - inline constexpr std::array BSTEventSource_Workshop__WorkshopFlyCameraEvent_{ REL::Offset(0x04459110) }; - inline constexpr std::array BSTEventSource_Workshop__WorkshopItemPlacedEvent_{ REL::Offset(0x04459090) }; - inline constexpr std::array BSTEventSource_Workshop__WorkshopModeEvent_{ REL::Offset(0x04459140) }; - inline constexpr std::array BSTEventSource_Workshop__WorkshopOutputLinkEvent_{ REL::Offset(0x044591A0) }; - inline constexpr std::array BSTEventSource_Workshop__WorkshopStatsChangedEvent_{ REL::Offset(0x04459170) }; - inline constexpr std::array BSTEventSource_Workshop__WorkshopUpdateStatsEvent_{ REL::Offset(0x04459160) }; - inline constexpr std::array BSTEventSource_XPChange__Event_{ REL::Offset(0x03F267C0) }; - inline constexpr std::array BSTEventSource_nsBarterMenu__CompletedEvent_{ REL::Offset(0x044A56A0) }; - inline constexpr std::array BSTFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0452DE10) }; - inline constexpr std::array BSTFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_{ REL::Offset(0x044D6240) }; - inline constexpr std::array BSTFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_{ REL::Offset(0x044730F0) }; - inline constexpr std::array BSTFunction_EventDispatcherBackend_{ REL::Offset(0x0458FBB8) }; - inline constexpr std::array BSTFunction_UIDataShuttleConnector_{ REL::Offset(0x0458E718) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ActivityTrackerActivityStartedEvent_{ REL::Offset(0x0436E600) }; - inline constexpr std::array BSTGlobalEvent__EventSource_AnimationDataCleanupEvent_{ REL::Offset(0x04344898) }; - inline constexpr std::array BSTGlobalEvent__EventSource_AnimationDataSetupEvent_{ REL::Offset(0x04344888) }; - inline constexpr std::array BSTGlobalEvent__EventSource_AutoLoadDoorRolloverEvent_{ REL::Offset(0x043C08F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSAcousticSpaceListener__StackChangedEvent_{ REL::Offset(0x044C7BD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSActorDeathEvent_{ REL::Offset(0x044C90C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSAppPausedEvent_{ REL::Offset(0x0451F2D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ REL::Offset(0x043815E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSScannerGuideEffectStatusUpdateEvent_{ REL::Offset(0x0449ED20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionEndEvent_{ REL::Offset(0x043A6920) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionStartEvent_{ REL::Offset(0x043A6910) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSBethesdaPlatformLoginEvent_{ REL::Offset(0x04489908) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ REL::Offset(0x044AE6B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ REL::Offset(0x044AE9C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_FaderMenuDisplayState__{ REL::Offset(0x0451D520) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ REL::Offset(0x044DA790) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ REL::Offset(0x04484C30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ REL::Offset(0x044A22D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BSWorldOriginShiftEvent_{ REL::Offset(0x043769A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_BuyItem_{ REL::Offset(0x044A51C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_CloseMenu_{ REL::Offset(0x044A5218) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_HideModel_{ REL::Offset(0x044A51F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_LoadModel_{ REL::Offset(0x044A5208) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_SellItem_{ REL::Offset(0x044A51B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_SetMouseOverModel_{ REL::Offset(0x044A51A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_ShowFailureMessage_{ REL::Offset(0x044A51E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_ViewedItem_{ REL::Offset(0x044A51D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BinkMovieStoppedPlayingEvent_{ REL::Offset(0x0447B770) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BlurEvent_{ REL::Offset(0x0451A0D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BoundaryMenu_FastTravel_{ REL::Offset(0x04477F38) }; - inline constexpr std::array BSTGlobalEvent__EventSource_BoundaryMenu_ShowMap_{ REL::Offset(0x04477F48) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CameraCutEvent_{ REL::Offset(0x0445B820) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_BrowChange_{ REL::Offset(0x044AE7F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_BrowColorChange_{ REL::Offset(0x044AE848) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_CancelTextEntry_{ REL::Offset(0x044AE738) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_CloseMenu_{ REL::Offset(0x044AE6C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_CyclePronoun_{ REL::Offset(0x044AE868) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_DirtScarsEtcChange_{ REL::Offset(0x044AE7A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_EndBodyChange_{ REL::Offset(0x044AE938) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_EndTextEntry_{ REL::Offset(0x044AE728) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_EyeColorChange_{ REL::Offset(0x044AE7E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_FacialHairChange_{ REL::Offset(0x044AE828) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_FacialHairColorChange_{ REL::Offset(0x044AE838) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HairChange_{ REL::Offset(0x044AE808) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HairColorChange_{ REL::Offset(0x044AE818) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HeadpartPlusSelectorChange_{ REL::Offset(0x044AE788) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HeadpartPresetChange_{ REL::Offset(0x044AE6E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_JewelryChange_{ REL::Offset(0x044AE908) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_JewelryColorChange_{ REL::Offset(0x044AE918) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_MakeupChange_{ REL::Offset(0x044AE998) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_MarkingsChange_{ REL::Offset(0x044AE9A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PostBlendColorOptionChange_{ REL::Offset(0x044AE978) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PostBlendFaceChange_{ REL::Offset(0x044AE968) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PostBlendIntensityChange_{ REL::Offset(0x044AE988) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PresetChange_{ REL::Offset(0x044AE6D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_RollOffLocomotion_{ REL::Offset(0x044AE8D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_RollOnLocomotion_{ REL::Offset(0x044AE8C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_RotatePaperdoll_{ REL::Offset(0x044AE8B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetAdditionalSlider_{ REL::Offset(0x044AE948) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetBackground_{ REL::Offset(0x044AE7D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetBlockInputUnderPopup_{ REL::Offset(0x044AE958) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetBodyValues_{ REL::Offset(0x044AE768) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetCameraPosition_{ REL::Offset(0x044AE778) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetPronoun_{ REL::Offset(0x044AE878) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetSex_{ REL::Offset(0x044AE6F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetSlider_{ REL::Offset(0x044AE708) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetTrait_{ REL::Offset(0x044AE7C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_ShowChooseBackgroundMessage_{ REL::Offset(0x044AE758) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_ShowPlayerRenameMessage_{ REL::Offset(0x044AE748) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SkintoneChange_{ REL::Offset(0x044AE798) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_StartBodyChange_{ REL::Offset(0x044AE928) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_StartTextEntry_{ REL::Offset(0x044AE718) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SwitchBodyType_{ REL::Offset(0x044AE8A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SwitchLocomotion_{ REL::Offset(0x044AE898) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TeethChange_{ REL::Offset(0x044AE858) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TeethRollOff_{ REL::Offset(0x044AE8F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TeethRollOn_{ REL::Offset(0x044AE8E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_ToggleMarking_{ REL::Offset(0x044AE7B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TogglePreviewHabSuit_{ REL::Offset(0x044AE888) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharacterBeginLevelUpEvent_{ REL::Offset(0x044C90B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CharacterFinishLevelUpEvent_{ REL::Offset(0x0448D770) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ClearHUDMessagesEvent_{ REL::Offset(0x044859E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ClearQuickContainerEvent_{ REL::Offset(0x043C0908) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenuClosed__Event_{ REL::Offset(0x0447B538) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_CloseMenu_{ REL::Offset(0x0447FD10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_HideModel_{ REL::Offset(0x0451CA78) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_Jettison_{ REL::Offset(0x0451CA58) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_LoadModel_{ REL::Offset(0x0451CA88) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_OpenRefuelMenu_{ REL::Offset(0x0451CA68) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_SetMouseOverModel_{ REL::Offset(0x0451CA48) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_TakeAll_{ REL::Offset(0x0451CA98) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_ToggleEquip_{ REL::Offset(0x0451CAB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_TransferAllResources_{ REL::Offset(0x0451CAA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_TransferItem_{ REL::Offset(0x0451CAC8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ContextStackChangedEvent_{ REL::Offset(0x0456D250) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ControlsRemappedEvent_{ REL::Offset(0x044935E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_CraftItem_{ REL::Offset(0x0447E2D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_ExitBench_{ REL::Offset(0x0447E2B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_Highlight3D_{ REL::Offset(0x044BFAB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_InstallMod_{ REL::Offset(0x0447E260) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_RenameItem_{ REL::Offset(0x0447E280) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_RevertHighlight_{ REL::Offset(0x044BFAC8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_RevertedModdedItem_{ REL::Offset(0x0447E270) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedModSlot_{ REL::Offset(0x0447E290) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedMod_{ REL::Offset(0x0447E2A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedModdableItem_{ REL::Offset(0x0447E240) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedRecipe_{ REL::Offset(0x0447E250) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SessionSummaryEvent_{ REL::Offset(0x0447E2C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SetInspectControls_{ REL::Offset(0x0447E2E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_ToggleTracking_{ REL::Offset(0x0447E2F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_ViewingModdableItem_{ REL::Offset(0x0447E230) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_CloseMenu_{ REL::Offset(0x044B0FC8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_ClosedForSubMenu_{ REL::Offset(0x044B0FB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_Missions_{ REL::Offset(0x044B0F88) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_OpenPauseMenu_{ REL::Offset(0x044B1058) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_PlotToLocation_{ REL::Offset(0x044B1048) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_Reopened_{ REL::Offset(0x044B0FD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedAttributesMenu_{ REL::Offset(0x044B1028) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedInventoryMenu_{ REL::Offset(0x044B1018) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedMapMenu_{ REL::Offset(0x044B1008) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedPowersMenu_{ REL::Offset(0x044B1038) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedShipMenu_{ REL::Offset(0x044B0FF8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedStatusMenu_{ REL::Offset(0x044B0FE8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SetMenuForQuickEntry_{ REL::Offset(0x044B0F98) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SetPaperDollActive_{ REL::Offset(0x044B0FA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_StartCloseAnim_{ REL::Offset(0x0447FCE0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateButtons_acceptClicked_{ REL::Offset(0x044A6BB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateButtons_cancelClicked_{ REL::Offset(0x044A6BA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateMenu_playSFX_{ REL::Offset(0x044A6BC8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateMenu_toggleAudio_{ REL::Offset(0x044A6BD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_CompleteExit_{ REL::Offset(0x0449E458) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnDialogueSelect_{ REL::Offset(0x0451D058) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnListVisibilityChange_{ REL::Offset(0x0451D028) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnPersuasionAutoWin_{ REL::Offset(0x0451D068) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnScriptedDialogueSelect_{ REL::Offset(0x0451D018) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_RequestExit_{ REL::Offset(0x0451D038) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_RequestSkipDialogue_{ REL::Offset(0x0451D048) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DisplayFatigueWarningEvent_{ REL::Offset(0x044A2210) }; - inline constexpr std::array BSTGlobalEvent__EventSource_DocAcceptMenu_Accept_{ REL::Offset(0x04478330) }; - inline constexpr std::array BSTGlobalEvent__EventSource_EndLoadGameEvent_{ REL::Offset(0x0434A0C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ExperienceMeterDisplayData_{ REL::Offset(0x044A1788) }; - inline constexpr std::array BSTGlobalEvent__EventSource_FaderMenuDisplayState_{ REL::Offset(0x0451D510) }; - inline constexpr std::array BSTGlobalEvent__EventSource_FavoritesMenu_AssignQuickkey_{ REL::Offset(0x0451E190) }; - inline constexpr std::array BSTGlobalEvent__EventSource_FavoritesMenu_UseQuickkey_{ REL::Offset(0x0451E180) }; - inline constexpr std::array BSTGlobalEvent__EventSource_GameStalledEvent_{ REL::Offset(0x045A6F20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_CloseAllMenus_{ REL::Offset(0x044A0850) }; - inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_CloseMenu_{ REL::Offset(0x044A0840) }; - inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_PlayMenuSound_{ REL::Offset(0x044A0880) }; - inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_StartGameRender_{ REL::Offset(0x044A0860) }; - inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_UserEvent_{ REL::Offset(0x044A0870) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDActivityIncreaseEvent_{ REL::Offset(0x0433E2B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDCrewBuffMessageEvent_{ REL::Offset(0x0447DA10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDModeEvent_{ REL::Offset(0x04482870) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotificationEvent_{ REL::Offset(0x044A2908) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_MissionActiveWidgetUpdate_{ REL::Offset(0x044A28F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_OpenDataMenu_{ REL::Offset(0x044A28D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_OpenMissionMenu_{ REL::Offset(0x044A28C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_SetMissionActive_{ REL::Offset(0x044A28E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDRolloverActivationButtonEvent_{ REL::Offset(0x04482850) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDRolloverActivationQCItemPressEvent_{ REL::Offset(0x044828A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HUDWeaponWorldFOVMultChangedEvent_{ REL::Offset(0x0438B640) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HangarShipSelection_ChangeSystemDisplay_{ REL::Offset(0x0447B528) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HangarShipSelection_RepairShip_{ REL::Offset(0x0447B548) }; - inline constexpr std::array BSTGlobalEvent__EventSource_HangarShipSelection_UpgradeSystem_{ REL::Offset(0x0447B518) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ImageFixtureEvent_RequestImage_{ REL::Offset(0x0458F1F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ImageFixtureEvent_UnregisterImage_{ REL::Offset(0x0458F1E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_Change3DView_{ REL::Offset(0x0447FCF0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_DropItem_{ REL::Offset(0x044A74E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_HideModel_{ REL::Offset(0x044A7508) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_LoadModel_{ REL::Offset(0x044A7518) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_OnEnterCategory_{ REL::Offset(0x044A74A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_OpenCargoHold_{ REL::Offset(0x044A74D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_PaperDollTryOn_{ REL::Offset(0x0447FD00) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ResetPaperDollInv_{ REL::Offset(0x0447FCD0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_SelectItem_{ REL::Offset(0x044A74F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_SetMouseOverModel_{ REL::Offset(0x044A74B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_StartCloseAnim_{ REL::Offset(0x044A7498) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ToggleFavorite_{ REL::Offset(0x044A74C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ToggleHelmet_{ REL::Offset(0x0448D790) }; - inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ToggleSuit_{ REL::Offset(0x0448D780) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Inventory_SetSort_{ REL::Offset(0x04482890) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_AnimFinished_{ REL::Offset(0x044A1768) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_OnWidgetShown_{ REL::Offset(0x044A1758) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_OpenDataMenu_{ REL::Offset(0x044A1748) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_ShowSkills_{ REL::Offset(0x044A1778) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LoadScreenEndEvent_{ REL::Offset(0x04369480) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LoadScreenStartEvent_{ REL::Offset(0x04369470) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LoadingMenu_RefreshText_{ REL::Offset(0x0451E738) }; - inline constexpr std::array BSTGlobalEvent__EventSource_LocationTextWidget_FinishedQueue_{ REL::Offset(0x044A1738) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_ActionCanceled_{ REL::Offset(0x0451ED08) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_ActionConfirmed_{ REL::Offset(0x0451ED18) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_ConfirmLoad_{ REL::Offset(0x0451ECE8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_DeleteSave_{ REL::Offset(0x0451ECD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_LegalScreenComplete_{ REL::Offset(0x0451EE98) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_SetCharacter_{ REL::Offset(0x0451EEB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_StartAction_{ REL::Offset(0x0451ED28) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_StartLoad_{ REL::Offset(0x0451ECF8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_UploadSave_{ REL::Offset(0x0451EEA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MessageBoxMenu_OnBackOut_{ REL::Offset(0x0451FB98) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MessageBoxMenu_OnButtonPress_{ REL::Offset(0x0451FBB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MessageBoxMenu_OnScriptedButtonPress_{ REL::Offset(0x0451FBA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionBoard_MissionEntryChanged_{ REL::Offset(0x044A7CF8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionBoard_MissionEntryPressed_{ REL::Offset(0x044A7CE8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ClearState_{ REL::Offset(0x044A5C20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_PlotToLocation_{ REL::Offset(0x044A5C70) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_RejectQuest_{ REL::Offset(0x044A5C50) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_SaveCategoryIndex_{ REL::Offset(0x044A5C30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_SaveOpenedId_{ REL::Offset(0x044A5C40) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ShowItemLocation_{ REL::Offset(0x044A5C80) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ToggleQTDisplay_{ REL::Offset(0x044A5C10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ToggleTrackingQuest_{ REL::Offset(0x044A5C60) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ModelReferenceEffectEvents__ReferenceEffectFinished_{ REL::Offset(0x044C50D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Bioscan_{ REL::Offset(0x044A8E38) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_FastTravel_{ REL::Offset(0x044A8EB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Harvest_{ REL::Offset(0x044A8E28) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Initialize_{ REL::Offset(0x044A8DF8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Outpost_{ REL::Offset(0x044A8E18) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_PhotoMode_{ REL::Offset(0x044A8E68) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Shutdown_{ REL::Offset(0x044A8E08) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_SocialSpell_{ REL::Offset(0x044A8E48) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_StartContainerView_{ REL::Offset(0x044A8E98) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_StopContainerView_{ REL::Offset(0x044A8EA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_SurfaceMap_{ REL::Offset(0x044A8E58) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_UseListScrollControls_{ REL::Offset(0x044A8EC8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_ZoomIn_{ REL::Offset(0x044A8E78) }; - inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_ZoomOut_{ REL::Offset(0x044A8E88) }; - inline constexpr std::array BSTGlobalEvent__EventSource_OpenContainerMenuEventData_{ REL::Offset(0x04482880) }; - inline constexpr std::array BSTGlobalEvent__EventSource_OpenContainerMenuFromListenerEvent_{ REL::Offset(0x04482860) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ActionCanceled_{ REL::Offset(0x044B22B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ConfirmAction_{ REL::Offset(0x044B2288) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ConfirmLoad_{ REL::Offset(0x044B22D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ConfirmSave_{ REL::Offset(0x044B22E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_DeleteSave_{ REL::Offset(0x044B22C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_QuitToDesktop_{ REL::Offset(0x044B2318) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_SetCharacter_{ REL::Offset(0x044B22F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_StartAction_{ REL::Offset(0x044B2298) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_StartLoad_{ REL::Offset(0x044B22A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_UploadSave_{ REL::Offset(0x044B2308) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoGallery_DeletePhoto_{ REL::Offset(0x04479708) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_InitializeCategory_{ REL::Offset(0x044A94C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_ResetToDefaults_{ REL::Offset(0x044A94D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_SliderChanged_{ REL::Offset(0x044A94E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_StepperChanged_{ REL::Offset(0x044A94F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_TakeSnapshot_{ REL::Offset(0x044A9500) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_ToggleHelmet_{ REL::Offset(0x044A9520) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_ToggleUI_{ REL::Offset(0x044A9510) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PickRefStateChangedEvent_{ REL::Offset(0x0436DDD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PickpocketMenu_OnItemSelect_{ REL::Offset(0x044A9F98) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayBink_CloseMenu_{ REL::Offset(0x044B2790) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerAutoAimActorEvent_{ REL::Offset(0x044DA780) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsEndEvent_{ REL::Offset(0x04475580) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsStartEvent_{ REL::Offset(0x04475590) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpPressEvent_{ REL::Offset(0x04473ED8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpReleaseEvent_{ REL::Offset(0x04473EA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ REL::Offset(0x04474540) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintReleasedEvent_{ REL::Offset(0x04474550) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerCrosshairModeEvent_{ REL::Offset(0x04484C40) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerDetectionLevelChangeEvent_{ REL::Offset(0x04486328) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerInCombatChangeEvent_{ REL::Offset(0x044DE958) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerSetWeaponStateEvent_{ REL::Offset(0x044A3538) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerSneakingChangeEvent_{ REL::Offset(0x04474488) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PlayerUpdateEvent_{ REL::Offset(0x0448D7A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PowersMenu_ActivateEssence_{ REL::Offset(0x04479D30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PowersMenu_EquipPower_{ REL::Offset(0x04479D20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_PowersMenu_FavoritePower_{ REL::Offset(0x04479D40) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ReferenceCellLoadedTemps_{ REL::Offset(0x043CCE38) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ReferenceQueuedEvent_{ REL::Offset(0x043685E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RefreshDataMenuForSkillsChangeEvent_{ REL::Offset(0x0447FCC0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Refuel_Accept_{ REL::Offset(0x044AC920) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Refuel_Cancel_{ REL::Offset(0x044AC930) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_AddMaterial_{ REL::Offset(0x044AA858) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_CategorySelected_{ REL::Offset(0x044AA828) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_ExitMenu_{ REL::Offset(0x044AA868) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_HideModel_{ REL::Offset(0x044AA878) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_PreviewProject_{ REL::Offset(0x044AA838) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_ProjectViewed_{ REL::Offset(0x044AA848) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_SetInspectControls_{ REL::Offset(0x044AA888) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_ToggleTrackingProject_{ REL::Offset(0x044AA898) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResetHistoryDataEvent_{ REL::Offset(0x04388DB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ResourceServerLogDumped_{ REL::Offset(0x045A6F10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Reticle_OnLongAnimFinished_{ REL::Offset(0x044B31E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceAttach_{ REL::Offset(0x04350258) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceCleared3d_{ REL::Offset(0x04373B30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDestroy_{ REL::Offset(0x04373B10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDetach_{ REL::Offset(0x04350268) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceInit_{ REL::Offset(0x04373B20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceRecycle_{ REL::Offset(0x04373B00) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceSet3d_{ REL::Offset(0x04373AB0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__Release3DRelatedData_{ REL::Offset(0x043739E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SaveLoadEvent_{ REL::Offset(0x04476468) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SaveLoadMessageStringEvent_{ REL::Offset(0x044A22C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_BackOutKey_{ REL::Offset(0x044ABFC8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_CloseMenu_{ REL::Offset(0x044ABFA8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_ConfirmExit_{ REL::Offset(0x044ABFF8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_EliminateUnusedKeys_{ REL::Offset(0x044ABFE8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_GetRingHint_{ REL::Offset(0x044ABFD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_SelectNewKey_{ REL::Offset(0x044AC008) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_TryUseKey_{ REL::Offset(0x044ABFB8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_CheckBoxChanged_{ REL::Offset(0x04493568) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_ClearBinding_{ REL::Offset(0x04493538) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_OpenCategory_{ REL::Offset(0x04493578) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_OpenSettings_{ REL::Offset(0x04493588) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_RemapConfirmed_{ REL::Offset(0x04493528) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_RemapMode_{ REL::Offset(0x044935D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_ResetToDefaults_{ REL::Offset(0x04493558) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_SaveControls_{ REL::Offset(0x044935A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_SaveSettings_{ REL::Offset(0x04493598) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_SliderChanged_{ REL::Offset(0x044935C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_StepperChanged_{ REL::Offset(0x044935B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_ValidateControls_{ REL::Offset(0x04493548) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipBuilder_CloseAllMenus_{ REL::Offset(0x0435E3A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCameraStateToggled_{ REL::Offset(0x0445B9A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Assign_{ REL::Offset(0x044AC3C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Unassign_{ REL::Offset(0x044AC3D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_Close_{ REL::Offset(0x0447B558) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_OpenAssignMenu_{ REL::Offset(0x04495450) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_SetSort_{ REL::Offset(0x04495460) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_ViewedItem_{ REL::Offset(0x044AC3B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_ChangeModuleCategory_{ REL::Offset(0x0435ADB0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerControlChanged_{ REL::Offset(0x0435B1F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerTabChanged_{ REL::Offset(0x0435B1D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnColorSliderMouseInput_{ REL::Offset(0x0435B200) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmCancel_{ REL::Offset(0x043590D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmExit_{ REL::Offset(0x043590E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmSaveAndExit_{ REL::Offset(0x043590C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnFlightCheckTabChanged_{ REL::Offset(0x04359948) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnHintButtonActivated_{ REL::Offset(0x0435E390) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnRecentColorSwatchClicked_{ REL::Offset(0x0435B1E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnRenameEndEditText_{ REL::Offset(0x0435A7F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnRenameInputCancelled_{ REL::Offset(0x0435A7E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnWeaponGroupChanged_{ REL::Offset(0x04359938) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_PreviewShipPart_{ REL::Offset(0x0435ADA0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_PreviewUpgrade_{ REL::Offset(0x0434C1B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_RemoveAll3D_{ REL::Offset(0x0435E3B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_SelectedShipPart_{ REL::Offset(0x0435AD90) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_SelectedUpgrade_{ REL::Offset(0x0434C1A8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_SystemSelected_{ REL::Offset(0x0434B6E8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferItem_{ REL::Offset(0x044B31C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferMenu_{ REL::Offset(0x04496570) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_AbortJump_{ REL::Offset(0x044B31B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Activate_{ REL::Offset(0x04496580) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_BodyViewMarkerDimensions_{ REL::Offset(0x044964B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_ChangeComponentSelection_{ REL::Offset(0x04496600) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_CloseMenu_{ REL::Offset(0x044965F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Deselect_{ REL::Offset(0x044965D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_DockRequested_{ REL::Offset(0x044B3190) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_FarTravel_{ REL::Offset(0x044964D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_HailAccepted_{ REL::Offset(0x04496560) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_HailCancelled_{ REL::Offset(0x04496530) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_HailShip_{ REL::Offset(0x044B31A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_JumpToQuestMarker_{ REL::Offset(0x04496500) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Land_{ REL::Offset(0x044965A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_LandingMarkerMap_{ REL::Offset(0x04496540) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Map_{ REL::Offset(0x04496590) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_OnMonocleToggle_{ REL::Offset(0x04496550) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_OpenPhotoMode_{ REL::Offset(0x044964C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Repair_{ REL::Offset(0x044964E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_SetTargetMode_{ REL::Offset(0x044964F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_TargetShipSystem_{ REL::Offset(0x04496520) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Target_{ REL::Offset(0x044965E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_UntargetShipSystem_{ REL::Offset(0x04496510) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_UpdateComponentPower_{ REL::Offset(0x04496610) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_UpdateTargetPanelRect_{ REL::Offset(0x044B3230) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShowCustomWatchAlert_{ REL::Offset(0x04486C20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShowHUDMessageEvent_{ REL::Offset(0x044859D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShowLongShipBootup_{ REL::Offset(0x044965C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_ShowingQuestMarketTextEvent_{ REL::Offset(0x04484238) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_Accept_{ REL::Offset(0x044AD918) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_AddPatch_{ REL::Offset(0x044AD928) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_Cancel_{ REL::Offset(0x044AD908) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_ChangeCursorVisibility_{ REL::Offset(0x044AD938) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_SaveLastCategory_{ REL::Offset(0x044AD948) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SleepWaitMenu_InterruptRest_{ REL::Offset(0x04520370) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SleepWaitMenu_StartRest_{ REL::Offset(0x04520380) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SnapTemplateUtils__SnapReplaceEvent_{ REL::Offset(0x0439E428) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ REL::Offset(0x044C7F10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ REL::Offset(0x044776C8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__BoughtEvent_{ REL::Offset(0x04559F70) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ContrabandScanWarningEvent_{ REL::Offset(0x0455A1F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__DockEvent_{ REL::Offset(0x04559FD0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__DynamicNavmeshCompleted_{ REL::Offset(0x04559EF0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__FarTravelEvent_{ REL::Offset(0x04559F40) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__GravJumpEvent_{ REL::Offset(0x044B31D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__LandedSetEvent_{ REL::Offset(0x044B3200) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__LandingEvent_{ REL::Offset(0x04559F60) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__PlanetScanEvent_{ REL::Offset(0x04559F30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__PlayerMovementOutputEvent_{ REL::Offset(0x044965B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__RampDownEvent_{ REL::Offset(0x04559EB0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__RefueledEvent_{ REL::Offset(0x04559FE0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__RegisteredEvent_{ REL::Offset(0x04559F90) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShieldEvent_{ REL::Offset(0x04559EC0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShipAddedEvent_{ REL::Offset(0x04559FA0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShipCollisionEvent_{ REL::Offset(0x04559ED0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShipCustomizedEvent_{ REL::Offset(0x04559EA0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SoldEvent_{ REL::Offset(0x04559F80) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemDamagedEvent_{ REL::Offset(0x04559F20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemPowerAllocationEvent_{ REL::Offset(0x04559F10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemPowerChangeEvent_{ REL::Offset(0x04559F00) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemRepairedBIEvent_{ REL::Offset(0x04559FC0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemRepairedEvent_{ REL::Offset(0x04559FB0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__TakeDamagEvent_{ REL::Offset(0x04559EE0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__TakeOffEvent_{ REL::Offset(0x04559F50) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ExecuteRoute_{ REL::Offset(0x044B8910) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_Galaxy_FocusSystem_{ REL::Offset(0x044B8218) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_LandingInputInProgress_{ REL::Offset(0x044B4590) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ REL::Offset(0x044B45A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryClicked_{ REL::Offset(0x044B45D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryHoverChanged_{ REL::Offset(0x044B45C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnCancel_{ REL::Offset(0x044B8950) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnClearRoute_{ REL::Offset(0x044B8920) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnExitStarMap_{ REL::Offset(0x044B8930) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnGalaxyViewInitialized_{ REL::Offset(0x044B8208) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnHintButtonClicked_{ REL::Offset(0x044B8940) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnOutpostEntrySelected_{ REL::Offset(0x044B8960) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_QuickSelectChange_{ REL::Offset(0x044B6B30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ReadyToClose_{ REL::Offset(0x044B8970) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ScanPlanet_{ REL::Offset(0x044B4570) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSiteFailed_{ REL::Offset(0x044B45E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSite_{ REL::Offset(0x044B45B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ShowRealCursor_{ REL::Offset(0x044B4580) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StarMap__PlanetTraitKnownEvent_{ REL::Offset(0x043814D8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StartLoadGameEvent_{ REL::Offset(0x0434A0B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_StartOutpostFromListenerEvent_{ REL::Offset(0x04481D90) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SurfaceMapMenu_EnablePointCloud_{ REL::Offset(0x044BA2D0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SurfaceMapMenu_MarkerClicked_{ REL::Offset(0x044BA2E0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_SurfaceMapMenu_TryPlaceCustomMarker_{ REL::Offset(0x044BA2C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TESQuestRewardEvent_{ REL::Offset(0x0438A000) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TakeoffMenu_CloseMenu_{ REL::Offset(0x044B3210) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TakeoffMenu_ExitShip_{ REL::Offset(0x044B3220) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TakeoffMenu_Launch_{ REL::Offset(0x044B31F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TargetHitEvent_{ REL::Offset(0x04484C20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TerminalMenu_CancelEvent_{ REL::Offset(0x044BCB00) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_CloseAllViews_{ REL::Offset(0x044BCB20) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_CloseTopView_{ REL::Offset(0x044BCB10) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_CloseView_{ REL::Offset(0x044BCB40) }; - inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_MenuItemClick_{ REL::Offset(0x044BCB30) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_DoAction_{ REL::Offset(0x044BE358) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_ExitMenu_{ REL::Offset(0x044BE388) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_ShowImages_{ REL::Offset(0x044BE348) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_ShowResources_{ REL::Offset(0x044BE368) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_TestAll_{ REL::Offset(0x044BE378) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TextInputMenu_EndEditText_{ REL::Offset(0x044BF2F0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TextInputMenu_InputCanceled_{ REL::Offset(0x044BF2B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TextInputMenu_StartEditText_{ REL::Offset(0x044BF2C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_TitleSequenceMenu_StartMusic_{ REL::Offset(0x045208A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_UIMenuChargenMenuDisablePaperdoll_{ REL::Offset(0x044AE9B8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_UnlockedTerminalElementEvent_{ REL::Offset(0x044AC018) }; - inline constexpr std::array BSTGlobalEvent__EventSource_UpdateActivateListenerEvent_{ REL::Offset(0x04481B40) }; - inline constexpr std::array BSTGlobalEvent__EventSource_UpdateSceneRectEvent_{ REL::Offset(0x0458EC58) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ REL::Offset(0x043574F8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ REL::Offset(0x04357508) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopActionButton_HoldFinished_{ REL::Offset(0x044C2380) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopActionButton_HoldStopped_{ REL::Offset(0x044C2490) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ChangeBuildItem_{ REL::Offset(0x044BFBD8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopBuilderMenu_SelectedItem_{ REL::Offset(0x044BFBE8) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ToggleTracking_{ REL::Offset(0x044BFAF0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_ApplyColors_{ REL::Offset(0x0447D250) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_SelectedTab_{ REL::Offset(0x0447D260) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_SliderChanged_{ REL::Offset(0x0447D230) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_SwatchChanged_{ REL::Offset(0x0447D240) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_AttemptBuild_{ REL::Offset(0x044C0220) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_CancelAction_{ REL::Offset(0x044C0260) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ChangeVariant_{ REL::Offset(0x044C0250) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ConnectionEvent_{ REL::Offset(0x044C0290) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ExitMenu_{ REL::Offset(0x044C0230) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_MessageCallback_{ REL::Offset(0x044C02B0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_SelectedCategory_{ REL::Offset(0x044C0210) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_SelectedGridObject_{ REL::Offset(0x044C0200) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ShowExtras_{ REL::Offset(0x044C02A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_SwitchMode_{ REL::Offset(0x044C0240) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ToggleDistance_{ REL::Offset(0x044C0280) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ToggleTracking_{ REL::Offset(0x044C02C0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ToggleView_{ REL::Offset(0x044C0270) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopQuickMenu_ConfirmAction_{ REL::Offset(0x044C0728) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopQuickMenu_ExitMenu_{ REL::Offset(0x044C0738) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopShared_SetActionHandles_{ REL::Offset(0x044C2390) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopShared_StartAction_{ REL::Offset(0x044C23A0) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetHovered_{ REL::Offset(0x044C1430) }; - inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetPicked_{ REL::Offset(0x044C1420) }; - inline constexpr std::array BSTMessageQueue_BGSDecalManager__PendingSkinnedDecal_{ REL::Offset(0x0436EA60) }; - inline constexpr std::array BSTMessageQueue_BGSSaveLoadThread__AsyncRequest_{ REL::Offset(0x044CEB68) }; - inline constexpr std::array BSTMessageQueue_BSFaceGenManager__PendingCustomizationData_{ REL::Offset(0x04440B68) }; - inline constexpr std::array BSTMessageQueue_BSScript__Internal__SuspendedStack_{ REL::Offset(0x045ADC68) }; - inline constexpr std::array BSTMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0452DDD0) }; - inline constexpr std::array BSTMessageQueue_NiPointer_NiAVObject__{ REL::Offset(0x04599FF0) }; - inline constexpr std::array BSTNavmeshSearch_BSNavmeshSearchPolicies__EuclideanDistanceToGoal_{ REL::Offset(0x045A1AE8) }; - inline constexpr std::array BSTNavmeshSearch_BSNavmeshSearchPolicies__MaximumCostToGoal_BSNavmeshSearchPolicies__EuclideanDistanceToGoal__{ REL::Offset(0x04599DD8) }; - inline constexpr std::array BSTNavmeshSearch_BSNavmeshSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444B848) }; - inline constexpr std::array BSTNavmeshSearch_FleeNavMeshSearchingPolicy_{ REL::Offset(0x04450D70) }; - inline constexpr std::array BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy_{ REL::Offset(0x044E6940), REL::Offset(0x044E6950) }; - inline constexpr std::array BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy_{ REL::Offset(0x044E6960), REL::Offset(0x044E6970) }; - inline constexpr std::array BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy_{ REL::Offset(0x044E6920), REL::Offset(0x044E6930) }; - inline constexpr std::array BSTPathBuilder_EscortPathingRequestPolicy_{ REL::Offset(0x04447CD0) }; - inline constexpr std::array BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ REL::Offset(0x0444C690) }; - inline constexpr std::array BSTPathingRequest_EscortPathingRequestPolicy_{ REL::Offset(0x04447C78) }; - inline constexpr std::array BSTSmartPointerPrivate__HandleManagerBase{ REL::Offset(0x03F2B618) }; - inline constexpr std::array BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_CellTag_CellHandlePolicy_131072__{ REL::Offset(0x0434E2D0) }; - inline constexpr std::array BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_TESHandleManagerTag_TESPointerHandleDetail__HandleFormPolicy_2097152__{ REL::Offset(0x044D3508) }; - inline constexpr std::array BSTSmartPointerPrivate__THandleManagerBase_0_CellHandlePolicy_{ REL::Offset(0x03F1FB50) }; - inline constexpr std::array BSTSmartPointerPrivate__THandleManagerBase_0_TESPointerHandleDetail__HandleFormPolicy_{ REL::Offset(0x044D34E8) }; - inline constexpr std::array BSTStaticFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__512_{ REL::Offset(0x0452DE00) }; - inline constexpr std::array BSTStaticFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_16_{ REL::Offset(0x044D6230) }; - inline constexpr std::array BSTStaticFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_16_{ REL::Offset(0x04473100) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSEffectSequenceFormComponent__{ REL::Offset(0x04352B40) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSExternalComponentHint__{ REL::Offset(0x045590E8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSLodOwnerComponent__{ REL::Offset(0x043530A8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSMaterialPropertyComponent__{ REL::Offset(0x04353228) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPackInUtils____ETFixedPackinGroup__{ REL::Offset(0x043B4098) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ REL::Offset(0x0434D338) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSSpacePhysicsFormComponent__{ REL::Offset(0x04353E10) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ REL::Offset(0x043CAE70) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__ControllerComponent__{ REL::Offset(0x0457F010) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__DirectoryComponent__{ REL::Offset(0x0457EFF8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ REL::Offset(0x0457BF98) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSForces__ForceReceiverComponent__{ REL::Offset(0x0457F028) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPerBiomeData__{ REL::Offset(0x0437DAC0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPlanetOverlayData__{ REL::Offset(0x0437DAD8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTSTarDistance__{ REL::Offset(0x04572AC8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__AlphaSettingsComponent__{ REL::Offset(0x0458D148) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendModeComponent__{ REL::Offset(0x0458DBC8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendParamFloat__{ REL::Offset(0x0458D088) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Channel__{ REL::Offset(0x0458DBF8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__CollisionComponent__{ REL::Offset(0x0458D1E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorChannelTypeComponent__{ REL::Offset(0x0458D2F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorRemapSettingsComponent__{ REL::Offset(0x0458D4E8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Color__{ REL::Offset(0x0458D1F8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DecalSettingsComponent__{ REL::Offset(0x0458D5B0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DetailBlenderSettingsComponent__{ REL::Offset(0x0458D768) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DistortionComponent__{ REL::Offset(0x0458D9D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EffectSettingsComponent__{ REL::Offset(0x0458D268) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EmissiveSettingsComponent__{ REL::Offset(0x0458D698) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EyeSettingsComponent__{ REL::Offset(0x0458CDD8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlipbookComponent__{ REL::Offset(0x0458D620) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlowSettingsComponent__{ REL::Offset(0x0458CEA8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__GlobalLayerDataComponent__{ REL::Offset(0x0458D3E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__HairSettingsComponent__{ REL::Offset(0x0458D5C8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LODMaterialID__{ REL::Offset(0x04589D00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEdgeFalloffComponent__{ REL::Offset(0x0458D710) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEmissivityComponent__{ REL::Offset(0x0458D2C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LevelOfDetailSettings__{ REL::Offset(0x0458DAE0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MRTextureFile__{ REL::Offset(0x0458D118) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialOverrideColorTypeComponent__{ REL::Offset(0x0458DB38) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialParamFloat__{ REL::Offset(0x0458CA00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MouthSettingsComponent__{ REL::Offset(0x0458D938) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Offset__{ REL::Offset(0x0458CFF0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__OpacityComponent__{ REL::Offset(0x0458D478) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ParamBool__{ REL::Offset(0x0458C990) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PhysicsMaterialType__{ REL::Offset(0x0458DBE0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PorosityComponent__{ REL::Offset(0x0458D130) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Scale__{ REL::Offset(0x0458D6F8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderModelComponent__{ REL::Offset(0x0458D990) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderRouteComponent__{ REL::Offset(0x0458DA48) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__StarmapBodyEffectComponent__{ REL::Offset(0x0458D3C8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ REL::Offset(0x04589FC8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ REL::Offset(0x04589DB8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ REL::Offset(0x04589CD0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ REL::Offset(0x04589CE8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ REL::Offset(0x0458A000) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainSettingsComponent__{ REL::Offset(0x0458CBB8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainTintSettingsComponent__{ REL::Offset(0x0458CA58) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureAddressModeComponent__{ REL::Offset(0x0458D8B8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureFile__{ REL::Offset(0x0458D7C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureReplacement__{ REL::Offset(0x0458CB60) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureResolutionSetting__{ REL::Offset(0x0458D490) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureSetKindComponent__{ REL::Offset(0x0458D6E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TranslucencySettingsComponent__{ REL::Offset(0x0458CC90) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__UVStreamParamBool__{ REL::Offset(0x0458CD00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__VegetationSettingsComponent__{ REL::Offset(0x0458CAC8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterFoamSettingsComponent__{ REL::Offset(0x0458D7F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterGrimeSettingsComponent__{ REL::Offset(0x0458D598) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterSettingsComponent__{ REL::Offset(0x0458CE90) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LensFlareAttachmentComponent__{ REL::Offset(0x0434AA20) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAnimFormComponent__{ REL::Offset(0x04354DA0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAttachmentFormComponent__{ REL::Offset(0x04354E48) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ObjectAttachmentFormComponent__{ REL::Offset(0x04354FF8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ParticleFormComponent__{ REL::Offset(0x04355150) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODCurvePresets__{ REL::Offset(0x04591388) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODSettingsPresets__{ REL::Offset(0x045913A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__SystemDefinitionComponent__{ REL::Offset(0x045913D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ReflectionProbeCellComponent__{ REL::Offset(0x0434D590) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_TempDataHandleEdge__{ REL::Offset(0x043CE0A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BGSLocationUtil__BGSLocationOwnerEdge__{ REL::Offset(0x043C9438) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__DataParentEdge__{ REL::Offset(0x0457F070) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__OuterEdge__{ REL::Offset(0x0457F088) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__BodyChild__{ REL::Offset(0x04571B18) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__DynamicData__{ REL::Offset(0x0437D7A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSMaterial__GlobalLayerNoiseComponent__{ REL::Offset(0x0458CCE8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_ShipCellBlueprintOwner__{ REL::Offset(0x0455F920) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_SpaceshipCellReference__{ REL::Offset(0x0455F908) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_StarField____CTCelestialCollectionCell__{ REL::Offset(0x0439E8A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingDestructionEvent__{ REL::Offset(0x0455F8B8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingLandingEvent__{ REL::Offset(0x0455F888) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingRampEvent__{ REL::Offset(0x0455F8A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerComponent__{ REL::Offset(0x0436E670) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerFormComponent__{ REL::Offset(0x043524A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAddToInventoryOnDestroy__{ REL::Offset(0x04352558) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAnimationGraphComponent__{ REL::Offset(0x04352640) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttachParentArray__{ REL::Offset(0x043526D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttackDataForm__{ REL::Offset(0x0436C198) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSBodyPartInfo__{ REL::Offset(0x04352780) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSContactShadowComponent__{ REL::Offset(0x0434A5B8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCraftingResourceOwner__{ REL::Offset(0x04352838) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCrowdComponent__{ REL::Offset(0x043529D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCustomShipForm__{ REL::Offset(0x0434A678) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDestructibleObjectForm__{ REL::Offset(0x0436C2E8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDisplayCaseFormComponent__{ REL::Offset(0x04352A90) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSEffectSequenceFormComponent__{ REL::Offset(0x04352B58) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentDataSource__{ REL::Offset(0x04352CE8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentHint__{ REL::Offset(0x04352CB8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSForcedLocRefType__{ REL::Offset(0x04352DD8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSFormLinkData__{ REL::Offset(0x04352E70) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSKeywordForm__{ REL::Offset(0x0436C4A0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLinkedVoiceType__{ REL::Offset(0x04352F50) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodOwnerComponent__{ REL::Offset(0x043530C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodRuntimeOwnerComponent__{ REL::Offset(0x0434FA98) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSMaterialPropertyComponent__{ REL::Offset(0x04353210) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectPlacementDefaults__{ REL::Offset(0x04353580) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectWindowFilterComponent__{ REL::Offset(0x0434A728) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitalDataComponent__{ REL::Offset(0x04353620) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitedDataComponent__{ REL::Offset(0x04353758) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOverridePackCollection__{ REL::Offset(0x0436C928) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPackInUtils____ETFixedPackinGroup__{ REL::Offset(0x043B40B0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPapyrusScriptsComponent__{ REL::Offset(0x043539D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPathingData__{ REL::Offset(0x04353A10) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetContentManagerContentProperties__{ REL::Offset(0x0437CD00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ REL::Offset(0x0434D320) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__CTPlanetWorldSpaceData__{ REL::Offset(0x0434D308) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPrimitiveComponent__{ REL::Offset(0x04353B80) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPropertySheet__{ REL::Offset(0x04353C30) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSRemappedBaseForm__{ REL::Offset(0x04352CD0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSScannableFormComponent__{ REL::Offset(0x04353820) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSShipManagement__{ REL::Offset(0x043538C8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSkinForm__{ REL::Offset(0x0436CA00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSoundTagComponent__{ REL::Offset(0x04353D60) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpacePhysicsFormComponent__{ REL::Offset(0x04353E28) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipAIActor__{ REL::Offset(0x04353EF8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipEquipment__{ REL::Offset(0x04354020) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipHullCode__{ REL::Offset(0x043540D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipWeaponBinding__{ REL::Offset(0x04354188) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpawnOnDestroy__{ REL::Offset(0x043541C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStarDataComponent__{ REL::Offset(0x043542B0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStoredTraversalData__{ REL::Offset(0x0434A7D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__BGSBlockCellHeighGridComponent__{ REL::Offset(0x04389230) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__CTBlockCellHeightGrid__{ REL::Offset(0x04389218) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent__{ REL::Offset(0x04389248) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____CTDesignatedInfo__{ REL::Offset(0x04389200) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent__{ REL::Offset(0x043894F8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____CTBlockHeightAdjustment__{ REL::Offset(0x043894E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____CTWaterHeight__{ REL::Offset(0x04389A28) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____WaterHeightComponent__{ REL::Offset(0x04389A10) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSVolumeFormComponent__{ REL::Offset(0x043544B0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorkshopItemColorComponent__{ REL::Offset(0x0434A918) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlayComponent__{ REL::Offset(0x04354B00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ REL::Offset(0x043CAF88) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__ControllerComponent__{ REL::Offset(0x0457F040) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__DirectoryComponent__{ REL::Offset(0x0457F058) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ REL::Offset(0x0437D808) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSForces__ForceReceiverComponent__{ REL::Offset(0x04414618) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereData__{ REL::Offset(0x043AA468) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereModifier__{ REL::Offset(0x0437D7B8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBiomeData__{ REL::Offset(0x0437D850) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBodyType__{ REL::Offset(0x04355FA8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBrightnessModifier__{ REL::Offset(0x0437D7D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTCellData__{ REL::Offset(0x0437D868) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTColorModifier__{ REL::Offset(0x04356008) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTDatabaseID__{ REL::Offset(0x04356020) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTEditorBiomeData__{ REL::Offset(0x0437DEA8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPerBiomeData__{ REL::Offset(0x04571AE8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetLocationIDs__{ REL::Offset(0x0437D838) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetOverlayData__{ REL::Offset(0x04571AB8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetarySystemLocationID__{ REL::Offset(0x04355FC0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTProxyFormPtr__{ REL::Offset(0x04355FD8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTResourceData__{ REL::Offset(0x04571AA0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSTarDistance__{ REL::Offset(0x04571B00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSystemParsecLocation__{ REL::Offset(0x04356038) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitOffset__{ REL::Offset(0x0439E8B8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitState__{ REL::Offset(0x04571AD0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitalData__{ REL::Offset(0x04353638) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitedData__{ REL::Offset(0x04353720) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerAtBody__{ REL::Offset(0x0439E8F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerKnowledge__{ REL::Offset(0x0437D820) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__SatelliteCSVData__{ REL::Offset(0x04355FF0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__StarData__{ REL::Offset(0x04354298) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedGalaxyCSVData__{ REL::Offset(0x0437D788) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedStarsCSVData__{ REL::Offset(0x04571B30) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__AlphaSettingsComponent__{ REL::Offset(0x0458A6E8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendModeComponent__{ REL::Offset(0x0458D6B0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendParamFloat__{ REL::Offset(0x0458D2D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Channel__{ REL::Offset(0x0458D500) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__CollisionComponent__{ REL::Offset(0x0458A478) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorChannelTypeComponent__{ REL::Offset(0x0458D6C8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorRemapSettingsComponent__{ REL::Offset(0x0458A628) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Color__{ REL::Offset(0x0458CA88) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DecalSettingsComponent__{ REL::Offset(0x0458A640) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DetailBlenderSettingsComponent__{ REL::Offset(0x0458A7E8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DistortionComponent__{ REL::Offset(0x0458A370) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EffectSettingsComponent__{ REL::Offset(0x0458A670) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EmissiveSettingsComponent__{ REL::Offset(0x0458A338) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EyeSettingsComponent__{ REL::Offset(0x0458A798) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlipbookComponent__{ REL::Offset(0x0458D808) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlowSettingsComponent__{ REL::Offset(0x0458A1D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__GlobalLayerDataComponent__{ REL::Offset(0x0458A430) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__HairSettingsComponent__{ REL::Offset(0x0458A570) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LODMaterialID__{ REL::Offset(0x04589F50) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEdgeFalloffComponent__{ REL::Offset(0x0458A270) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEmissivityComponent__{ REL::Offset(0x0458A460) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LevelOfDetailSettings__{ REL::Offset(0x0458A7D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MRTextureFile__{ REL::Offset(0x0458D9A8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialOverrideColorTypeComponent__{ REL::Offset(0x0458D0C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialParamFloat__{ REL::Offset(0x0458D7D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MouthSettingsComponent__{ REL::Offset(0x0458A448) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Offset__{ REL::Offset(0x0458D9F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__OpacityComponent__{ REL::Offset(0x0458A240) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ParamBool__{ REL::Offset(0x0458A148) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PhysicsMaterialType__{ REL::Offset(0x0458CEC0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PorosityComponent__{ REL::Offset(0x0458A3E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Scale__{ REL::Offset(0x0458C9A8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderModelComponent__{ REL::Offset(0x0458A180) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderRouteComponent__{ REL::Offset(0x0458A320) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__StarmapBodyEffectComponent__{ REL::Offset(0x0458A658) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ REL::Offset(0x04589E08) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ REL::Offset(0x04589DF0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ REL::Offset(0x04589F00) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ REL::Offset(0x04589E20) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ REL::Offset(0x04589CA8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainSettingsComponent__{ REL::Offset(0x0458A228) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainTintSettingsComponent__{ REL::Offset(0x0458A3F8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureAddressModeComponent__{ REL::Offset(0x0458D250) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureFile__{ REL::Offset(0x0458D9C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureReplacement__{ REL::Offset(0x0458C978) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureResolutionSetting__{ REL::Offset(0x0458CA70) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureSetKindComponent__{ REL::Offset(0x0458D820) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TranslucencySettingsComponent__{ REL::Offset(0x0458A3C8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__UVStreamParamBool__{ REL::Offset(0x0458DC10) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__VegetationSettingsComponent__{ REL::Offset(0x0458A210) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterFoamSettingsComponent__{ REL::Offset(0x0458A288) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterGrimeSettingsComponent__{ REL::Offset(0x0458A258) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterSettingsComponent__{ REL::Offset(0x0458A740) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__BlueprintVariant__{ REL::Offset(0x0434A950) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__Blueprint__{ REL::Offset(0x04354BF0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CalculatedPackinData__{ REL::Offset(0x043CCD30) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ClonedRefNeedInit__{ REL::Offset(0x043CCD60) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CustomShipComponent__{ REL::Offset(0x044772D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DisplayCaseComponent__{ REL::Offset(0x04477328) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DynamicPersistence__OwnedPromotions__{ REL::Offset(0x0436F620) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_EffectSequenceComponent__{ REL::Offset(0x04350088) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LensFlareAttachmentComponent__{ REL::Offset(0x0434AA08) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimComponent__{ REL::Offset(0x043709E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimFormComponent__{ REL::Offset(0x04354D88) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentFormComponent__{ REL::Offset(0x04354E30) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentRuntimeComponent__{ REL::Offset(0x04354F40) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_MovementControllerComponent__{ REL::Offset(0x04375F28) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentFormComponent__{ REL::Offset(0x04354FE0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentRuntimeComponent__{ REL::Offset(0x043550D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_OnFrameUpdateOperationComponent__{ REL::Offset(0x0434D720) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleComponent__{ REL::Offset(0x04371050) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleFormComponent__{ REL::Offset(0x04355168) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODCurvePresets__{ REL::Offset(0x045913B8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODSettingsPresets__{ REL::Offset(0x045913E8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__SystemDefinitionComponent__{ REL::Offset(0x04590B58) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_PendingDynamicNavmesh__{ REL::Offset(0x0455F8F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ReflectionProbeCellComponent__{ REL::Offset(0x0434D5A8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RevertedCustomShipComponent__{ REL::Offset(0x044772C0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent___{ REL::Offset(0x04477340) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent___{ REL::Offset(0x04477658) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ REL::Offset(0x044CD7E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ REL::Offset(0x044CD7F8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount____{ REL::Offset(0x0455A650) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint___{ REL::Offset(0x044772A8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ScannableComponent__{ REL::Offset(0x04477488) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ShipManagementComponent__{ REL::Offset(0x04477640) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipAIActorComponent__{ REL::Offset(0x04559648) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEffectsComponent__{ REL::Offset(0x04559910) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEquipmentComponent__{ REL::Offset(0x04559B80) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipLinkedCell__{ REL::Offset(0x0455F870) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipSoundsComponent__{ REL::Offset(0x0455A598) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipTemplate__{ REL::Offset(0x045590D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipWeaponBindingComponent__{ REL::Offset(0x044776D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Spaceship__BlueprintInteractionOffsetRefsComponent__{ REL::Offset(0x043CE0F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StarField__CTReferencedCell__{ REL::Offset(0x0439E848) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StreamingLoadData__{ REL::Offset(0x043CCD48) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SubSceneComponent__{ REL::Offset(0x044776F0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESAIForm__{ REL::Offset(0x0436CDE8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESContainer__{ REL::Offset(0x0436CF80) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESDescription__{ REL::Offset(0x0436CFD0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESFullName__{ REL::Offset(0x0436D5E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESHealthForm__{ REL::Offset(0x0436D628) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESImageSpaceModifiableForm__{ REL::Offset(0x0436D6E0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESMagicTargetForm__{ REL::Offset(0x0436E358) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESModel__{ REL::Offset(0x0436DAF0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESPlanetModel__{ REL::Offset(0x043552D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTexture__{ REL::Offset(0x0436E0D0) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent__{ REL::Offset(0x04411448) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESValueForm__{ REL::Offset(0x0436E188) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESWeightForm__{ REL::Offset(0x0436E218) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TempDataHandleEdge__{ REL::Offset(0x043CE0D8) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_WorkshopItemColorComponent__{ REL::Offset(0x04477708) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___BGSVolumeComponent__{ REL::Offset(0x04452568) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CTWorldspaceCloneInfo__{ REL::Offset(0x043D2F60) }; - inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CellProcGenSpawn__{ REL::Offset(0x043CCE88) }; - inline constexpr std::array BSTValueEventSource_FaderMenuDisplayState_{ REL::Offset(0x0451D6F8) }; - inline constexpr std::array BSTValueEventSource_PlayerAutoAimActorEvent_{ REL::Offset(0x044DAED0) }; - inline constexpr std::array BSTValueEventSource_PlayerCrosshairModeEvent_{ REL::Offset(0x044847A8) }; - inline constexpr std::array BSTValueEventSource_SaveLoadMessageStringEvent_{ REL::Offset(0x044A2348) }; - inline constexpr std::array BSTableCurve{ REL::Offset(0x0478FDC8) }; - inline constexpr std::array BSTaskJobber{ REL::Offset(0x045B2920) }; - inline constexpr std::array BSTaskJobber__Task{ REL::Offset(0x045B2930) }; - inline constexpr std::array BSTaskThread{ REL::Offset(0x0457D518) }; - inline constexpr std::array BSTaskletGroupData{ REL::Offset(0x045B2FF8) }; - inline constexpr std::array BSTaskletManager{ REL::Offset(0x03F2B638) }; - inline constexpr std::array BSTempEffect{ REL::Offset(0x0444DB08) }; - inline constexpr std::array BSTempEffectDebris{ REL::Offset(0x0444DD70) }; - inline constexpr std::array BSTempEffectGeometryDecal{ REL::Offset(0x0444E010) }; - inline constexpr std::array BSTempEffectParticle{ REL::Offset(0x0444E2D0) }; - inline constexpr std::array BSTempEffectSPG{ REL::Offset(0x0444E7A0) }; - inline constexpr std::array BSTempEffectScreenSpaceDecal{ REL::Offset(0x0444E540) }; - inline constexpr std::array BSTempEffectWeaponBlood{ REL::Offset(0x0444EA28) }; - inline constexpr std::array BSTerrainEffect{ REL::Offset(0x0444ECB8), REL::Offset(0x0444EF10) }; - inline constexpr std::array BSTextureStreamer__ArchiveLayer{ REL::Offset(0x045823C0), REL::Offset(0x045823D8), REL::Offset(0x045823F0) }; - inline constexpr std::array BSTextureStreamer__LoadQueueService{ REL::Offset(0x045826A8) }; - inline constexpr std::array BSTextureStreamer__Manager{ REL::Offset(0x045825D8), REL::Offset(0x045825F0), REL::Offset(0x04582610), REL::Offset(0x04582628), REL::Offset(0x04582640), REL::Offset(0x04582658) }; - inline constexpr std::array BSTextureStreamer__ManagerBase{ REL::Offset(0x045826C0), REL::Offset(0x045826D8), REL::Offset(0x045826F8), REL::Offset(0x04582710), REL::Offset(0x04582728), REL::Offset(0x04582740) }; - inline constexpr std::array BSTextureStreamer__ManagerServiceFramework{ REL::Offset(0x04582588), REL::Offset(0x045825A0) }; - inline constexpr std::array BSTextureStreamer__TextureArchiveIDConverter{ REL::Offset(0x03F2A8E0) }; - inline constexpr std::array BSTextureStreamer__TextureLoad{ REL::Offset(0x04586688) }; - inline constexpr std::array BSTextureStreamer__TextureStreamerRequestBase{ REL::Offset(0x045866E0) }; - inline constexpr std::array BSThread{ REL::Offset(0x03F25BE0) }; - inline constexpr std::array BSThreadEvent____Source{ REL::Offset(0x0456C150) }; - inline constexpr std::array BSTransformExtra{ REL::Offset(0x0440DF18) }; - inline constexpr std::array BSTreadTransfInterpolator{ REL::Offset(0x04781228) }; - inline constexpr std::array BSUIExternalTexture{ REL::Offset(0x0458F958) }; - inline constexpr std::array BSVMLoadNode{ REL::Offset(0x0436D1F8) }; - inline constexpr std::array BSVMPostProcessNode{ REL::Offset(0x0436D190) }; - inline constexpr std::array BSValueNode{ REL::Offset(0x04583888) }; - inline constexpr std::array BSWArray{ REL::Offset(0x04586960) }; - inline constexpr std::array BSWeakReferenceNode{ REL::Offset(0x0457D928) }; - inline constexpr std::array BSWin32ExceptionHandler{ REL::Offset(0x03F21618) }; - inline constexpr std::array BSWinPCAwardsSystemUtility{ REL::Offset(0x0478FB50) }; - inline constexpr std::array BSWinPCGameDataSystemUtility{ REL::Offset(0x0478F928) }; - inline constexpr std::array BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled{ REL::Offset(0x0478F8D8) }; - inline constexpr std::array BSWinPCSaveDataSystemUtility{ REL::Offset(0x0478F6F8) }; - inline constexpr std::array BSWinPCSystemUtility{ REL::Offset(0x0478F560) }; - inline constexpr std::array BSXFlags{ REL::Offset(0x04580D50) }; - inline constexpr std::array BShkbHkxDB__QueuedHandles{ REL::Offset(0x044550A0) }; - inline constexpr std::array BShkbUtils__GraphInspectionFunctor{ REL::Offset(0x04560ED0) }; - inline constexpr std::array BackgroundProcessNode{ REL::Offset(0x04368690) }; - inline constexpr std::array BackgroundProcessThread{ REL::Offset(0x04368888) }; - inline constexpr std::array BanishEffect{ REL::Offset(0x044C70D8) }; - inline constexpr std::array BarrierProjectile{ REL::Offset(0x044E7808), REL::Offset(0x044E7870), REL::Offset(0x044E7890), REL::Offset(0x044E78A0), REL::Offset(0x044E78B8), REL::Offset(0x044E83B0), REL::Offset(0x044E83C8), REL::Offset(0x044E83E0), REL::Offset(0x044E83F8), REL::Offset(0x044E8410), REL::Offset(0x044E84E0) }; - inline constexpr std::array BarterMenu{ REL::Offset(0x044A56B0), REL::Offset(0x044A5790), REL::Offset(0x044A57E8), REL::Offset(0x044A5800), REL::Offset(0x044A5828), REL::Offset(0x044A5840), REL::Offset(0x044A5858), REL::Offset(0x044A5870), REL::Offset(0x044A5888), REL::Offset(0x044A58A0), REL::Offset(0x044A58B8), REL::Offset(0x044A58D0), REL::Offset(0x044A58E8) }; - inline constexpr std::array BarterMenu_BuyItem{ REL::Offset(0x044A5620) }; - inline constexpr std::array BarterMenu_CloseMenu{ REL::Offset(0x044A5580) }; - inline constexpr std::array BarterMenu_HideModel{ REL::Offset(0x044A55C0) }; - inline constexpr std::array BarterMenu_LoadModel{ REL::Offset(0x044A55A0) }; - inline constexpr std::array BarterMenu_SellItem{ REL::Offset(0x044A5640) }; - inline constexpr std::array BarterMenu_SetMouseOverModel{ REL::Offset(0x044A5660) }; - inline constexpr std::array BarterMenu_ShowFailureMessage{ REL::Offset(0x044A55E0) }; - inline constexpr std::array BarterMenu_ViewedItem{ REL::Offset(0x044A5600) }; - inline constexpr std::array BarterMenu__BarterMenuEventShuttle{ REL::Offset(0x044A58F8) }; - inline constexpr std::array BaseFormComponent{ REL::Offset(0x03F2B690) }; - inline constexpr std::array BaseLightAnimData{ REL::Offset(0x04354D10) }; - inline constexpr std::array BeamProjectile{ REL::Offset(0x044E85E0), REL::Offset(0x044E85F8), REL::Offset(0x044E8610), REL::Offset(0x044E8628), REL::Offset(0x044E86F8), REL::Offset(0x044E8710), REL::Offset(0x044E8778), REL::Offset(0x044E8798), REL::Offset(0x044E87A8), REL::Offset(0x044E87B8), REL::Offset(0x044E87D0), REL::Offset(0x044E92C0), REL::Offset(0x044E92D8) }; - inline constexpr std::array BedEnterHandler{ REL::Offset(0x044E2F60) }; - inline constexpr std::array BedFurnitureExitHandler{ REL::Offset(0x044E3140) }; - inline constexpr std::array BleedoutCameraState{ REL::Offset(0x0451A658) }; - inline constexpr std::array BlendNode{ REL::Offset(0x0456A028) }; - inline constexpr std::array BlendNodeInstance{ REL::Offset(0x0456A090) }; - inline constexpr std::array BlendTree{ REL::Offset(0x04560E20) }; - inline constexpr std::array BlendTreeInstance{ REL::Offset(0x04567A60) }; - inline constexpr std::array Blueprints__Blueprint{ REL::Offset(0x04354C20) }; - inline constexpr std::array Blueprints__BlueprintMainStatusHandler{ REL::Offset(0x04354C80) }; - inline constexpr std::array Blueprints__BlueprintVariant{ REL::Offset(0x0434A980) }; - inline constexpr std::array BodyCollisionsTask{ REL::Offset(0x04069428), REL::Offset(0x04069448) }; - inline constexpr std::array BodyEffects__Effect{ REL::Offset(0x04349118) }; - inline constexpr std::array BodyEffects__ResourceVisualizationEffect{ REL::Offset(0x04349100) }; - inline constexpr std::array BodyEffects__ScanlinesEffect{ REL::Offset(0x04349130) }; - inline constexpr std::array BoneConstraint{ REL::Offset(0x04568FB8) }; - inline constexpr std::array BoneConstraintInstance{ REL::Offset(0x04569020) }; - inline constexpr std::array BoneModifierData{ REL::Offset(0x0434EFF8) }; - inline constexpr std::array BoneModifierExtra{ REL::Offset(0x0438FC78) }; - inline constexpr std::array BoneModifierInstance{ REL::Offset(0x043901C8) }; - inline constexpr std::array BookMenu{ REL::Offset(0x0451B2B0), REL::Offset(0x0451B390), REL::Offset(0x0451B3A8), REL::Offset(0x0451B400) }; - inline constexpr std::array BookMenu__BookData{ REL::Offset(0x0451B510) }; - inline constexpr std::array BookMenu__BookMenuUIDataEventShuttle{ REL::Offset(0x0451B528) }; - inline constexpr std::array BoundaryMenu{ REL::Offset(0x04477FD8), REL::Offset(0x04477FF0), REL::Offset(0x04478008), REL::Offset(0x04478060), REL::Offset(0x04478078) }; - inline constexpr std::array BoundaryMenu_FastTravel{ REL::Offset(0x04478178) }; - inline constexpr std::array BoundaryMenu_ShowMap{ REL::Offset(0x04478158) }; - inline constexpr std::array BowZoomStartHandler{ REL::Offset(0x044E3380) }; - inline constexpr std::array BowZoomStopHandler{ REL::Offset(0x044E33C8) }; - inline constexpr std::array ButtonEvent{ REL::Offset(0x0456C6C0), REL::Offset(0x0456C6F0), REL::Offset(0x0456C718) }; - inline constexpr std::array CCallResult_BSWinPCSaveDataSystemUtility_RemoteStorageFileWriteAsyncComplete_t_{ REL::Offset(0x0478FCC0) }; - inline constexpr std::array CCallResult_BSWinPCSystemUtility_EncryptedAppTicketResponse_t_{ REL::Offset(0x0478FBA8) }; - inline constexpr std::array CCallbackBase{ REL::Offset(0x0478F8B0) }; - inline constexpr std::array CCallbackImpl_16_{ REL::Offset(0x0478FB28) }; - inline constexpr std::array CCallbackImpl_24_{ REL::Offset(0x0478FAD8) }; - inline constexpr std::array CCallbackImpl_4_{ REL::Offset(0x0478F900) }; - inline constexpr std::array CCallbackImpl_8_{ REL::Offset(0x0478FD60) }; - inline constexpr std::array CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsReceived_t_0_{ REL::Offset(0x0478FAB0) }; - inline constexpr std::array CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsStored_t_0_{ REL::Offset(0x0478FB00) }; - inline constexpr std::array CPUCaptureHandler{ REL::Offset(0x0451F550) }; - inline constexpr std::array CalcContainerWeight{ REL::Offset(0x043CE7B0) }; - inline constexpr std::array CalmEffect{ REL::Offset(0x044C6D18) }; - inline constexpr std::array CameraOverrideStartHandler{ REL::Offset(0x044E30B0) }; - inline constexpr std::array CameraOverrideStopHandler{ REL::Offset(0x044E31B8) }; - inline constexpr std::array CameraShakeHandler{ REL::Offset(0x044E3278) }; - inline constexpr std::array CameraZoomHandler{ REL::Offset(0x0451F328) }; - inline constexpr std::array Camera__DebugFollowCamera{ REL::Offset(0x04476FA8) }; - inline constexpr std::array Camera__DebugFreeCamera{ REL::Offset(0x04477038) }; - inline constexpr std::array Camera__DebugModule{ REL::Offset(0x04477130) }; - inline constexpr std::array Camera__DebugOrbitalCamera{ REL::Offset(0x04477078) }; - inline constexpr std::array Camera__DebugTargetCamera{ REL::Offset(0x04476F48) }; - inline constexpr std::array Camera__IBaseModule{ REL::Offset(0x044769B0) }; - inline constexpr std::array Camera__IDebugCamera{ REL::Offset(0x044770F0) }; - inline constexpr std::array Camera__InteriorModule{ REL::Offset(0x04477188) }; - inline constexpr std::array Camera__Manager{ REL::Offset(0x044769F8), REL::Offset(0x04476A10) }; - inline constexpr std::array Camera__PlayerModule{ REL::Offset(0x044769C8) }; - inline constexpr std::array Camera__SpaceModule{ REL::Offset(0x044769E0) }; - inline constexpr std::array CapacityValueModifierEffect{ REL::Offset(0x044C2ED8) }; - inline constexpr std::array CellHandleManager{ REL::Offset(0x0434E320) }; - inline constexpr std::array CellHfCollision{ REL::Offset(0x04357070) }; - inline constexpr std::array ChainExplosion{ REL::Offset(0x044D0498), REL::Offset(0x044D04B8), REL::Offset(0x044D0520), REL::Offset(0x044D0530), REL::Offset(0x044D0548), REL::Offset(0x044D0F08), REL::Offset(0x044D0F20), REL::Offset(0x044D0F38), REL::Offset(0x044D0F50), REL::Offset(0x044D0F68), REL::Offset(0x044D0F80), REL::Offset(0x044D0F98) }; - inline constexpr std::array ChairEnterHandler{ REL::Offset(0x044E3170) }; - inline constexpr std::array ChairFurnitureExitHandler{ REL::Offset(0x044E3158) }; - inline constexpr std::array ChangeAnimArchetypeHandler{ REL::Offset(0x044E3998) }; - inline constexpr std::array CharGen_BrowChange{ REL::Offset(0x044AFC90) }; - inline constexpr std::array CharGen_BrowColorChange{ REL::Offset(0x044B07D0) }; - inline constexpr std::array CharGen_CancelTextEntry{ REL::Offset(0x044AFE10) }; - inline constexpr std::array CharGen_CloseMenu{ REL::Offset(0x044AFEF0) }; - inline constexpr std::array CharGen_CyclePronoun{ REL::Offset(0x044B0790) }; - inline constexpr std::array CharGen_DirtScarsEtcChange{ REL::Offset(0x044AFD30) }; - inline constexpr std::array CharGen_EndBodyChange{ REL::Offset(0x044B05F0) }; - inline constexpr std::array CharGen_EndTextEntry{ REL::Offset(0x044AFE30) }; - inline constexpr std::array CharGen_EyeColorChange{ REL::Offset(0x044AFCB0) }; - inline constexpr std::array CharGen_FacialHairChange{ REL::Offset(0x044B0810) }; - inline constexpr std::array CharGen_FacialHairColorChange{ REL::Offset(0x044B07F0) }; - inline constexpr std::array CharGen_HairChange{ REL::Offset(0x044B0850) }; - inline constexpr std::array CharGen_HairColorChange{ REL::Offset(0x044B0830) }; - inline constexpr std::array CharGen_HeadpartPlusSelectorChange{ REL::Offset(0x044AFD70) }; - inline constexpr std::array CharGen_HeadpartPresetChange{ REL::Offset(0x044AFEB0) }; - inline constexpr std::array CharGen_JewelryChange{ REL::Offset(0x044B0650) }; - inline constexpr std::array CharGen_JewelryColorChange{ REL::Offset(0x044B0630) }; - inline constexpr std::array CharGen_MakeupChange{ REL::Offset(0x044B0530) }; - inline constexpr std::array CharGen_MarkingsChange{ REL::Offset(0x044B0510) }; - inline constexpr std::array CharGen_PostBlendColorOptionChange{ REL::Offset(0x044B0570) }; - inline constexpr std::array CharGen_PostBlendFaceChange{ REL::Offset(0x044B0590) }; - inline constexpr std::array CharGen_PostBlendIntensityChange{ REL::Offset(0x044B0550) }; - inline constexpr std::array CharGen_PresetChange{ REL::Offset(0x044AFED0) }; - inline constexpr std::array CharGen_RollOffLocomotion{ REL::Offset(0x044B06B0) }; - inline constexpr std::array CharGen_RollOnLocomotion{ REL::Offset(0x044B06D0) }; - inline constexpr std::array CharGen_RotatePaperdoll{ REL::Offset(0x044B06F0) }; - inline constexpr std::array CharGen_SetAdditionalSlider{ REL::Offset(0x044B05D0) }; - inline constexpr std::array CharGen_SetBackground{ REL::Offset(0x044AFCD0) }; - inline constexpr std::array CharGen_SetBlockInputUnderPopup{ REL::Offset(0x044B05B0) }; - inline constexpr std::array CharGen_SetBodyValues{ REL::Offset(0x044AFDB0) }; - inline constexpr std::array CharGen_SetCameraPosition{ REL::Offset(0x044AFD90) }; - inline constexpr std::array CharGen_SetPronoun{ REL::Offset(0x044B0770) }; - inline constexpr std::array CharGen_SetSex{ REL::Offset(0x044AFE90) }; - inline constexpr std::array CharGen_SetSlider{ REL::Offset(0x044AFE70) }; - inline constexpr std::array CharGen_SetTrait{ REL::Offset(0x044AFCF0) }; - inline constexpr std::array CharGen_ShowChooseBackgroundMessage{ REL::Offset(0x044AFDD0) }; - inline constexpr std::array CharGen_ShowPlayerRenameMessage{ REL::Offset(0x044AFDF0) }; - inline constexpr std::array CharGen_SkintoneChange{ REL::Offset(0x044AFD50) }; - inline constexpr std::array CharGen_StartBodyChange{ REL::Offset(0x044B0610) }; - inline constexpr std::array CharGen_StartTextEntry{ REL::Offset(0x044AFE50) }; - inline constexpr std::array CharGen_SwitchBodyType{ REL::Offset(0x044B0710) }; - inline constexpr std::array CharGen_SwitchLocomotion{ REL::Offset(0x044B0730) }; - inline constexpr std::array CharGen_TeethChange{ REL::Offset(0x044B07B0) }; - inline constexpr std::array CharGen_TeethRollOff{ REL::Offset(0x044B0670) }; - inline constexpr std::array CharGen_TeethRollOn{ REL::Offset(0x044B0690) }; - inline constexpr std::array CharGen_ToggleMarking{ REL::Offset(0x044AFD10) }; - inline constexpr std::array CharGen_TogglePreviewHabSuit{ REL::Offset(0x044B0750) }; - inline constexpr std::array CharacterCollisionHandler{ REL::Offset(0x044DF160) }; - inline constexpr std::array CharacterCollisionMessagePlayerAdapter{ REL::Offset(0x044D3730) }; - inline constexpr std::array CharacterEvent{ REL::Offset(0x0456C600) }; - inline constexpr std::array ChargenMenu{ REL::Offset(0x044AF500), REL::Offset(0x044AF518), REL::Offset(0x044AFF10), REL::Offset(0x044AFF28), REL::Offset(0x044AFF40), REL::Offset(0x044AFF58), REL::Offset(0x044AFF70), REL::Offset(0x044AFF88), REL::Offset(0x044AFFA0), REL::Offset(0x044AFFB8), REL::Offset(0x044AFFD0), REL::Offset(0x044AFFE8), REL::Offset(0x044B0000), REL::Offset(0x044B0018), REL::Offset(0x044B0030), REL::Offset(0x044B0048), REL::Offset(0x044B0060), REL::Offset(0x044B0078), REL::Offset(0x044B0090), REL::Offset(0x044B00A8), REL::Offset(0x044B00C0), REL::Offset(0x044B00D8), REL::Offset(0x044B00F0), REL::Offset(0x044B0108), REL::Offset(0x044B0120), REL::Offset(0x044B0138), REL::Offset(0x044B0150), REL::Offset(0x044B0168), REL::Offset(0x044B0180), REL::Offset(0x044B0198), REL::Offset(0x044B01B0), REL::Offset(0x044B01C8), REL::Offset(0x044B01E0), REL::Offset(0x044B01F8), REL::Offset(0x044B0210), REL::Offset(0x044B0228), REL::Offset(0x044B0240), - REL::Offset(0x044B0258), REL::Offset(0x044B0270), REL::Offset(0x044B0288), REL::Offset(0x044B02A0), REL::Offset(0x044B02B8), REL::Offset(0x044B02D0), REL::Offset(0x044B02E8), REL::Offset(0x044B0300), REL::Offset(0x044B0318), REL::Offset(0x044B0330), REL::Offset(0x044B0348), REL::Offset(0x044B0360), REL::Offset(0x044B0378), REL::Offset(0x044B03A0), REL::Offset(0x044B0480) }; - inline constexpr std::array ChargenMenu__ChargenMenuEventShuttle{ REL::Offset(0x044B0870) }; - inline constexpr std::array CheckGoalReachedFunctor{ REL::Offset(0x0459DA78) }; - inline constexpr std::array CheckLineOfSightFilterMisc{ REL::Offset(0x044C6D00) }; - inline constexpr std::array CheckParameterReachedFunctor{ REL::Offset(0x0459DAA0) }; - inline constexpr std::array CheckStoppedMovingFunctor{ REL::Offset(0x0459DA50) }; - inline constexpr std::array ClientBIMetrics__CombatHitMetricsI{ REL::Offset(0x044C8018) }; - inline constexpr std::array ClientBIMetrics__HeartBeat__EventSink{ REL::Offset(0x04348930) }; - inline constexpr std::array ClientBIMetrics__Performance__EventSink{ REL::Offset(0x043489B0), REL::Offset(0x043489C8), REL::Offset(0x043489E0) }; - inline constexpr std::array ClientBIMetrics__ShipCombatHitMetricsBPSImp{ REL::Offset(0x044C7FF8) }; - inline constexpr std::array ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost{ REL::Offset(0x04348C78) }; - inline constexpr std::array CloakEffect{ REL::Offset(0x044C3050) }; - inline constexpr std::array ClonePoseNode{ REL::Offset(0x04566B18) }; - inline constexpr std::array ClonePoseNodeInstance{ REL::Offset(0x045672B8) }; - inline constexpr std::array CloudSaveWriter{ REL::Offset(0x044CC900) }; - inline constexpr std::array CombatAcquireSearchDebugData{ REL::Offset(0x044F9610) }; - inline constexpr std::array CombatAimController{ REL::Offset(0x044F0750) }; - inline constexpr std::array CombatAlignRollPathController{ REL::Offset(0x0446ED30) }; - inline constexpr std::array CombatAnimatedPath{ REL::Offset(0x04510EB8) }; - inline constexpr std::array CombatApproachTargetPathController{ REL::Offset(0x0446EF10) }; - inline constexpr std::array CombatAreaHoldPosition{ REL::Offset(0x044F0D88) }; - inline constexpr std::array CombatAreaReference{ REL::Offset(0x044F0C78) }; - inline constexpr std::array CombatAreaShape{ REL::Offset(0x0446F7E0) }; - inline constexpr std::array CombatAreaStandard{ REL::Offset(0x044F0D00) }; - inline constexpr std::array CombatBarrelRollPathController{ REL::Offset(0x0446EB30) }; - inline constexpr std::array CombatBehaviorAttackFromCover{ REL::Offset(0x0450F078) }; - inline constexpr std::array CombatBehaviorBlindFireFromCover{ REL::Offset(0x0450F050) }; - inline constexpr std::array CombatBehaviorContextCover{ REL::Offset(0x04510310) }; - inline constexpr std::array CombatBehaviorContextGrenade{ REL::Offset(0x04465FE8) }; - inline constexpr std::array CombatBehaviorMoveInCover{ REL::Offset(0x03F20F40) }; - inline constexpr std::array CombatBehaviorProvideSuppressiveFire{ REL::Offset(0x04509F98) }; - inline constexpr std::array CombatBehaviorRegisterInterface_CombatCoverBehaviorInterface_{ REL::Offset(0x045105F8) }; - inline constexpr std::array CombatBehaviorRegisterInterface_CombatSuppressiveFireRequestInterface_{ REL::Offset(0x04466068) }; - inline constexpr std::array CombatBehaviorResource{ REL::Offset(0x044F9060) }; - inline constexpr std::array CombatBehaviorShipAcquire{ REL::Offset(0x04469250) }; - inline constexpr std::array CombatBehaviorShipAttackManeuver{ REL::Offset(0x0446EF70) }; - inline constexpr std::array CombatBehaviorShipBarrelRoll{ REL::Offset(0x04469160) }; - inline constexpr std::array CombatBehaviorShipBoost{ REL::Offset(0x04469430) }; - inline constexpr std::array CombatBehaviorShipBreak{ REL::Offset(0x044693E0) }; - inline constexpr std::array CombatBehaviorShipBreakStalemate{ REL::Offset(0x044692A0) }; - inline constexpr std::array CombatBehaviorShipCut{ REL::Offset(0x04469408) }; - inline constexpr std::array CombatBehaviorShipDirectAttack{ REL::Offset(0x04469368) }; - inline constexpr std::array CombatBehaviorShipDisengage{ REL::Offset(0x04469278) }; - inline constexpr std::array CombatBehaviorShipLeadTurn{ REL::Offset(0x04469390) }; - inline constexpr std::array CombatBehaviorShipLurk{ REL::Offset(0x04469340) }; - inline constexpr std::array CombatBehaviorShipOrbitCombatArea{ REL::Offset(0x044692F0) }; - inline constexpr std::array CombatBehaviorShipOrbitTarget{ REL::Offset(0x04469458) }; - inline constexpr std::array CombatBehaviorShipPass{ REL::Offset(0x04469138) }; - inline constexpr std::array CombatBehaviorShipPathDestinationRef{ REL::Offset(0x0446EE58) }; - inline constexpr std::array CombatBehaviorShipPursue{ REL::Offset(0x044690D8) }; - inline constexpr std::array CombatBehaviorShipScissors{ REL::Offset(0x04469188) }; - inline constexpr std::array CombatBehaviorShipSliceback{ REL::Offset(0x04469200) }; - inline constexpr std::array CombatBehaviorShipSlideDodge{ REL::Offset(0x044691D8) }; - inline constexpr std::array CombatBehaviorShipSlideTurn{ REL::Offset(0x044693B8) }; - inline constexpr std::array CombatBehaviorShipStationaryTracking{ REL::Offset(0x04469318) }; - inline constexpr std::array CombatBehaviorShipStrafe{ REL::Offset(0x044692C8) }; - inline constexpr std::array CombatBehaviorShipStrafeTurn{ REL::Offset(0x04469228) }; - inline constexpr std::array CombatBehaviorShipTargetingModeAutopilot{ REL::Offset(0x0445D498) }; - inline constexpr std::array CombatBehaviorShipTurn{ REL::Offset(0x044691B0) }; - inline constexpr std::array CombatBehaviorTree{ REL::Offset(0x03F264B0) }; - inline constexpr std::array CombatBehaviorTreeAcquireObject{ REL::Offset(0x03F20E88) }; - inline constexpr std::array CombatBehaviorTreeAction{ REL::Offset(0x03F20EF8) }; - inline constexpr std::array CombatBehaviorTreeActionEquipmentSelector{ REL::Offset(0x03F20C38) }; - inline constexpr std::array CombatBehaviorTreeAvoidThreat{ REL::Offset(0x03F21100) }; - inline constexpr std::array CombatBehaviorTreeBlock{ REL::Offset(0x03F20F70) }; - inline constexpr std::array CombatBehaviorTreeBow{ REL::Offset(0x03F20D48) }; - inline constexpr std::array CombatBehaviorTreeChargingCloseMovement{ REL::Offset(0x03F20E68) }; - inline constexpr std::array CombatBehaviorTreeChargingMovement{ REL::Offset(0x03F20F20) }; - inline constexpr std::array CombatBehaviorTreeCheckUnreachableTarget{ REL::Offset(0x03F21128) }; - inline constexpr std::array CombatBehaviorTreeCloseMovement{ REL::Offset(0x03F20DC8) }; - inline constexpr std::array CombatBehaviorTreeCombat{ REL::Offset(0x03F20FD0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ REL::Offset(0x045053A8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ REL::Offset(0x045034A0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void___float_OpLessThan___{ REL::Offset(0x0450EE90) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_unsignedint_CombatBehaviorContextSearch____void___unsignedint_OpGreaterThan___{ REL::Offset(0x0450C3C0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_unsignedint_CombatState____void___int_OpGreaterThan___{ REL::Offset(0x04506D48) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04503398) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04505A40) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker_____{ REL::Offset(0x044666E0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker_____{ REL::Offset(0x04465F38) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___CombatActorRefPtrconst__CombatBehaviorTree__CombatBehaviorAttackerRef_____{ REL::Offset(0x04466790) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection______{ REL::Offset(0x044FB148) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget_____{ REL::Offset(0x044FB638) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc_float___void______{ REL::Offset(0x04463FD8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____bool__bool_____{ REL::Offset(0x04463EA8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____void______{ REL::Offset(0x04463F58) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void______{ REL::Offset(0x0450EEE8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGrenade_float_CombatBehaviorContextGrenade____void______{ REL::Offset(0x04465F90) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_float_CombatBehaviorContextMagic____void______{ REL::Offset(0x04506088) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextThrow_float_CombatBehaviorContextThrow____void______{ REL::Offset(0x04466948) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc2_bool___CombatActorRefPtrconst_CombatPointer_CombatInventoryItem_const__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ REL::Offset(0x0445F218) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_AIProcess_bool_AIProcess____Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x044F9640) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____BGSEquipIndex__BGSEquipIndex___{ REL::Offset(0x045063E8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBlackboard_bool_CombatBlackboard____CombatBlackboardFlagconst__CombatBlackboardFlag___{ REL::Offset(0x04465D48) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc2_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____CombatActorRefPtrconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorTree__CombatBehaviorTargetRef___{ REL::Offset(0x0445F1C0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ REL::Offset(0x045033F0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044F96F8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ REL::Offset(0x044FB088) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ REL::Offset(0x044FCA80) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ REL::Offset(0x0450EF40) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlankingMovement_bool_CombatBehaviorContextFlankingMovement____void____{ REL::Offset(0x045018F8) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlee_bool_CombatBehaviorContextFlee____void____{ REL::Offset(0x04503448) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_bool_CombatBehaviorContextGun____void____{ REL::Offset(0x04466738) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMelee_bool_CombatBehaviorContextMelee____void____{ REL::Offset(0x04506440) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextRangedMovement_bool_CombatBehaviorContextRangedMovement____void____{ REL::Offset(0x04509EE0) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ REL::Offset(0x04469E40) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ REL::Offset(0x04468378) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_bool_CombatBehaviorPowerAllocationSelector____void____{ REL::Offset(0x0446F578) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc2_bool___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ REL::Offset(0x04505400) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorCombatTarget__OpNot___{ REL::Offset(0x0450C470) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ REL::Offset(0x0450C418) }; - inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void___OpNot___{ REL::Offset(0x0450EFF8) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextBow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04509B20) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGrenade_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04466090) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGun_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04466310) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextMagic_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04506028) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextSpaceshipWeapon_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x0445F330) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextThrow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04466890) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextUsePotion_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04510C38) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorEquipContext_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorThread_unsignedint_CombatBehaviorThread____void____{ REL::Offset(0x04468488) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextBlock_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ REL::Offset(0x044FB8A8) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextMelee_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ REL::Offset(0x045065A0) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNodeBase{ REL::Offset(0x0445D328) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAcquireObject_{ REL::Offset(0x044F9558) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAvoidThreat_{ REL::Offset(0x044FB200) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextChargingMovement_{ REL::Offset(0x04464610) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCloseMovement_{ REL::Offset(0x044FCF48) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCover_{ REL::Offset(0x04510388) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFindAttackLocation_{ REL::Offset(0x044FD498) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlankingMovement_{ REL::Offset(0x04501A00) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlee_{ REL::Offset(0x04503A80) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextHide_{ REL::Offset(0x04503810) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMovementRequest_{ REL::Offset(0x04465CE8) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextRangedMovement_{ REL::Offset(0x0450A280) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextSearch_{ REL::Offset(0x0450C578) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipDetection_{ REL::Offset(0x0445D3E0) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipManeuvers_{ REL::Offset(0x0446D4B0) }; - inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorPowerAllocationSelector_{ REL::Offset(0x0446F3D8) }; - inline constexpr std::array CombatBehaviorTreeFindAttackLocation{ REL::Offset(0x03F20D70) }; - inline constexpr std::array CombatBehaviorTreeFindValidLocation{ REL::Offset(0x03F210E0) }; - inline constexpr std::array CombatBehaviorTreeFlankingMovement{ REL::Offset(0x03F20D30) }; - inline constexpr std::array CombatBehaviorTreeFlee{ REL::Offset(0x03F20DE0) }; - inline constexpr std::array CombatBehaviorTreeFlight{ REL::Offset(0x03F21028) }; - inline constexpr std::array CombatBehaviorTreeGrenade{ REL::Offset(0x03F210B8) }; - inline constexpr std::array CombatBehaviorTreeGun{ REL::Offset(0x03F20D88) }; - inline constexpr std::array CombatBehaviorTreeHide{ REL::Offset(0x03F20EA0) }; - inline constexpr std::array CombatBehaviorTreeLinkNode{ REL::Offset(0x044F90B8) }; - inline constexpr std::array CombatBehaviorTreeLowCombat{ REL::Offset(0x03F20D08) }; - inline constexpr std::array CombatBehaviorTreeMagic{ REL::Offset(0x03F20E18) }; - inline constexpr std::array CombatBehaviorTreeMelee{ REL::Offset(0x03F21060) }; - inline constexpr std::array CombatBehaviorTreeMovement{ REL::Offset(0x03F210A0) }; - inline constexpr std::array CombatBehaviorTreeMovementRequest{ REL::Offset(0x03F20DA8) }; - inline constexpr std::array CombatBehaviorTreeNode{ REL::Offset(0x044F91A8) }; - inline constexpr std::array CombatBehaviorTreeNodeCondition_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ REL::Offset(0x04505830) }; - inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ REL::Offset(0x0450F410) }; - inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMovementRequest_bool_CombatBehaviorContextMovementRequest____void____{ REL::Offset(0x04465B88) }; - inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ REL::Offset(0x04468430) }; - inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ REL::Offset(0x045038C8) }; - inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void___OpNot___{ REL::Offset(0x044FB470) }; - inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ REL::Offset(0x045039D0) }; - inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____GUN_STATE__GUN_STATE___{ REL::Offset(0x04506548) }; - inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____float__float___{ REL::Offset(0x04464930) }; - inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextSearch_void_CombatBehaviorContextSearch____CombatCoverLocation__std__nullptr_t___{ REL::Offset(0x0450C630) }; - inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____void____{ REL::Offset(0x04464988) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireFurniture_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044F93F8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireItem_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044F94A8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorCastChargedSpell_bool_{ REL::Offset(0x04505FD0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorCastConcentrationSpell_bool_{ REL::Offset(0x04505F78) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorChargePast_bool_{ REL::Offset(0x044647D0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorCheckRangedTarget__CombatBehaviorArguments_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker____{ REL::Offset(0x0450A120) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__{ REL::Offset(0x0446F2D8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorDynamicSelector_ConditionalChildSelector__float_{ REL::Offset(0x04464828) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorEnableBlackboardFlag_CombatBlackboardFlag_{ REL::Offset(0x04503870) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorFindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x0450F468) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorFlee_float_{ REL::Offset(0x04503A28) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorFollowPath_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatPointer_CombatPath__CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044F9450) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x04509A68) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ REL::Offset(0x0450C840) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_float_{ REL::Offset(0x04464A90) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_NextChildSelector__float_{ REL::Offset(0x0446D670) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_WeightedRandomChildSelector__float_{ REL::Offset(0x0446D618) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorLandNearby_float_{ REL::Offset(0x04505780) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorLand_float_{ REL::Offset(0x045057D8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorMovementIdle_float_{ REL::Offset(0x044FD000) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_CombatBehaviorRepeat__FLAGS_{ REL::Offset(0x04505888) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_float_{ REL::Offset(0x0445F2D8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorResetResource_BSFixedString_{ REL::Offset(0x044FB4C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchCenter_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450C6E0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchInvestigateFromCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x0450C688) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchLocation_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450C7E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchWander_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450C738) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearch_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450C790) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorWaitBehindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x0450F3B8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorWatchTarget_float_{ REL::Offset(0x04501AB8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_{ REL::Offset(0x04465B30) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorChangeResourcePriority_BSFixedString_CombatBehaviorResource__PRIORITY_{ REL::Offset(0x0450A228) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__CombatBehaviorArguments_float_bool_bool__{ REL::Offset(0x04509A10) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorFaceAngle_float_bool_{ REL::Offset(0x04503978) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04467A30) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___float_{ REL::Offset(0x04467A88) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardData_CombatBlackboardKey_AITimeStamp__CombatBehaviorExpression_CombatBehaviorFunc_AITimeStamp___void____{ REL::Offset(0x044FD658) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardFlag_CombatBlackboardFlag_bool_{ REL::Offset(0x044649E0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorSpawnParallel_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatInventory_unsignedint_CombatInventory____void____CombatBehaviorParallel__FLAGS_{ REL::Offset(0x04468200) }; - inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_{ REL::Offset(0x044648D8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject3_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_CombatBehaviorAcquireResource__FLAGS_{ REL::Offset(0x044F93A0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject3_CombatBehaviorAnimate_CombatAnimation__ANIM_int_bool_{ REL::Offset(0x04464A38) }; - inline constexpr std::array CombatBehaviorTreeNodeObject3_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_bool_{ REL::Offset(0x04464880) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireResource_{ REL::Offset(0x04465BE0) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastChargedSpell_{ REL::Offset(0x045060E0) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastConcentrationSpell_{ REL::Offset(0x04506190) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorChargePast_{ REL::Offset(0x04464458) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__{ REL::Offset(0x0446F280) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindCover_{ REL::Offset(0x04510498) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlee_{ REL::Offset(0x04503550) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorIdle_{ REL::Offset(0x04464D50) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ REL::Offset(0x0446D5C0) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorLand_{ REL::Offset(0x045056D0) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorRepeat_{ REL::Offset(0x0445D440) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorRetreatToCover_{ REL::Offset(0x04467F50) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitBehindCover_{ REL::Offset(0x045105A0) }; - inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorWithdraw_{ REL::Offset(0x04464720) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAOEAttack_{ REL::Offset(0x044646C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAcquireOptimalRange_{ REL::Offset(0x04509FC0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAdjustRange_{ REL::Offset(0x0450A178) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAdvance_{ REL::Offset(0x04464BF0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorApproachPowerAllocation_{ REL::Offset(0x0446F438) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttackFromCover_{ REL::Offset(0x0450F0F8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttackLow_{ REL::Offset(0x04505BF8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttackPowerAllocation_{ REL::Offset(0x0446F490) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttack_{ REL::Offset(0x04506498) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreatCover_{ REL::Offset(0x044FB368) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreat_{ REL::Offset(0x044FB520) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBackoff_{ REL::Offset(0x04464B98) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBash_{ REL::Offset(0x044FB6F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlindFireFromCover_{ REL::Offset(0x045104F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlockAttack_{ REL::Offset(0x044FB7A0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlockThreat_{ REL::Offset(0x044FB7F8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlock_{ REL::Offset(0x044FB748) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBowAttack_{ REL::Offset(0x04509B80) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCastChargedSpell_{ REL::Offset(0x04506138) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCastConcentrationSpell_{ REL::Offset(0x045061E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCastImmediateSpell_{ REL::Offset(0x04506240) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverDirection_{ REL::Offset(0x0450F0A0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverPosition_{ REL::Offset(0x0450F360) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverStance_{ REL::Offset(0x0450F2B0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChargePast_{ REL::Offset(0x044644B0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChase_{ REL::Offset(0x04501B10) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCheckUnreachableTarget_{ REL::Offset(0x04506DA0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ConditionalChildSelector__{ REL::Offset(0x0445F390) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_IndexChildSelector__{ REL::Offset(0x04466580) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_RandomChanceChildSelector__{ REL::Offset(0x04464CF8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ValueChildSelector__{ REL::Offset(0x04468540) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCircleDistant_{ REL::Offset(0x044FD0B0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCircle_{ REL::Offset(0x04464B40) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorComposite_CombatBehaviorCrouch_CombatBehaviorCheckRangedTarget__{ REL::Offset(0x0450A1D0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverAdvance_{ REL::Offset(0x0450F200) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverFlank_{ REL::Offset(0x0450F258) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverPairedRush_{ REL::Offset(0x0450F150) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverRush_{ REL::Offset(0x0450F308) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDistract_{ REL::Offset(0x04501950) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDiveBomb_{ REL::Offset(0x04505518) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDodgeThreat_{ REL::Offset(0x044FB310) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDynamicConditionalNode_{ REL::Offset(0x044684E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEquipObject_{ REL::Offset(0x044F9940) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEquipRangedWeapon_{ REL::Offset(0x044F9998) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEquipSpell_{ REL::Offset(0x044F99F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreatJump_{ REL::Offset(0x044FB3C0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreat_{ REL::Offset(0x044FB418) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_NextChildSelector__{ REL::Offset(0x0445F3E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_RandomChanceChildSelector__{ REL::Offset(0x0450F1A8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_WeightedRandomChildSelector__{ REL::Offset(0x04505938) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackToRanged_{ REL::Offset(0x044FD058) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallback_{ REL::Offset(0x04464AE8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindAllyAttackLocation_{ REL::Offset(0x044FD550) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindAttackLocation_{ REL::Offset(0x044FD600) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindCover_{ REL::Offset(0x04510440) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindHoldPositionAttackLocation_{ REL::Offset(0x044FD4F8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindLateralAttackLocation_{ REL::Offset(0x044FD5A8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindObject_{ REL::Offset(0x044F95B8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationLargeActor_{ REL::Offset(0x04506E50) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationOnNavmesh_{ REL::Offset(0x04506FB0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocation_{ REL::Offset(0x04506F58) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidNavmeshLocation_{ REL::Offset(0x04506EA8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlankDistant_{ REL::Offset(0x04501B68) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlank_{ REL::Offset(0x045019A8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeThroughDoor_{ REL::Offset(0x04503658) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToAlly_{ REL::Offset(0x04503600) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToCover_{ REL::Offset(0x045034F8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToPlayer_{ REL::Offset(0x04503708) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToSupport_{ REL::Offset(0x04503AE0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToUnderground_{ REL::Offset(0x045036B0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlee_{ REL::Offset(0x045035A8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlipDynamicObject_{ REL::Offset(0x04464670) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlyingAttack_{ REL::Offset(0x04505678) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorForceFail_{ REL::Offset(0x044645B8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorForceSuccess_{ REL::Offset(0x04503920) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeFlushTarget_{ REL::Offset(0x044660F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrowAtGroup_{ REL::Offset(0x04466148) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrow_{ REL::Offset(0x04466010) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGroundAttack_{ REL::Offset(0x045055C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunBurstFire_{ REL::Offset(0x04466420) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunFireCharge_{ REL::Offset(0x044664D0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunFire_{ REL::Offset(0x04466630) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunReloadBehindCover_{ REL::Offset(0x04466370) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunReload_{ REL::Offset(0x044663C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveBurstFire_{ REL::Offset(0x04466478) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFireCharge_{ REL::Offset(0x04466528) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFire_{ REL::Offset(0x04466688) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorHide_{ REL::Offset(0x045037B8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorHover_{ REL::Offset(0x04505620) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorIgnoreFailure_{ REL::Offset(0x044FCFA8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ REL::Offset(0x044FB2B8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorLand_{ REL::Offset(0x04505728) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorLoopFallbackSelector_NextChildSelector__{ REL::Offset(0x044665D8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorLoop_{ REL::Offset(0x045103E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorMaintainOptimalRange_{ REL::Offset(0x0450A0C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorMovementRequest_{ REL::Offset(0x04465C90) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorOrbitDistant_{ REL::Offset(0x045059E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorOrbit_{ REL::Offset(0x045058E0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorParallel_{ REL::Offset(0x0446F228) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorParry_{ REL::Offset(0x044FB850) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPause_{ REL::Offset(0x04468598) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPerchAttack_{ REL::Offset(0x04505570) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPowerAllocationRepeat_{ REL::Offset(0x0446F4E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPrepareDualCast_{ REL::Offset(0x04506298) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorProvideSuppressiveFire_{ REL::Offset(0x0450A070) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPursueTarget_{ REL::Offset(0x04505C50) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorRepeat_{ REL::Offset(0x0445D388) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorReposition_{ REL::Offset(0x04464CA0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorRetargetAttack_{ REL::Offset(0x045064F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorReturnToCombatArea_{ REL::Offset(0x04506F00) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSearchInvestigateDoor_{ REL::Offset(0x0450C520) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSearchTakeCover_{ REL::Offset(0x0450C4C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSequence_{ REL::Offset(0x0445E868) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipAcquire_{ REL::Offset(0x0446D828) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBarrelRoll_{ REL::Offset(0x0446D1F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBoost_{ REL::Offset(0x0446D090) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBreakStalemate_{ REL::Offset(0x0446D6C8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBreak_{ REL::Offset(0x0446D248) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipCut_{ REL::Offset(0x0446D2A0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipDetection_{ REL::Offset(0x0445D2D0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipDirectAttack_{ REL::Offset(0x0446D350) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipDisengage_{ REL::Offset(0x0446D930) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipFlee_{ REL::Offset(0x04468620) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipLeadTurn_{ REL::Offset(0x0446D400) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipLurk_{ REL::Offset(0x0446D568) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitCombatArea_{ REL::Offset(0x0446D778) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitTarget_{ REL::Offset(0x0446D7D0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipPass_{ REL::Offset(0x0446D3A8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipPursue_{ REL::Offset(0x0446D8D8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipScissors_{ REL::Offset(0x0446D2F8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipSliceback_{ REL::Offset(0x0446D140) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideDodge_{ REL::Offset(0x0446D0E8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideTurn_{ REL::Offset(0x0446D458) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipStationaryTracking_{ REL::Offset(0x0446D510) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafeTurn_{ REL::Offset(0x0446D198) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafe_{ REL::Offset(0x0446D720) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipTargetingModeAutopilot_{ REL::Offset(0x0445E810) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipTurn_{ REL::Offset(0x0446D880) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSideswipe_{ REL::Offset(0x04464560) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponBurstFire_{ REL::Offset(0x0445F440) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponFire_{ REL::Offset(0x0445F498) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSpecialAttack_{ REL::Offset(0x04506600) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSprintAway_{ REL::Offset(0x04464508) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorStalk_{ REL::Offset(0x04501A60) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorStrafe_{ REL::Offset(0x0450A018) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSurround_{ REL::Offset(0x04464C48) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorTakeoff_{ REL::Offset(0x04505990) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorThrow_{ REL::Offset(0x044668F0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorTrackTarget_{ REL::Offset(0x04503760) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorUsePotion_{ REL::Offset(0x04510BE0) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorUseTurret_{ REL::Offset(0x044F9500) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitBehindCover_{ REL::Offset(0x04510548) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForCondition_{ REL::Offset(0x045099B8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatNewThreatEvent__{ REL::Offset(0x044FB260) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatUnreachableTargetAddedEventconst__{ REL::Offset(0x04506DF8) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForMovementRequest_{ REL::Offset(0x04465C38) }; - inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWithdraw_{ REL::Offset(0x04464778) }; - inline constexpr std::array CombatBehaviorTreeNodeUpdateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_bool_CombatBehaviorContextSearch____void___OpNot___{ REL::Offset(0x0450C5D8) }; - inline constexpr std::array CombatBehaviorTreePlayerShipCombat{ REL::Offset(0x03F20F98) }; - inline constexpr std::array CombatBehaviorTreeRangedMovement{ REL::Offset(0x03F20EC0) }; - inline constexpr std::array CombatBehaviorTreeRetreatClose{ REL::Offset(0x03F20F60) }; - inline constexpr std::array CombatBehaviorTreeRetreatRanged{ REL::Offset(0x03F20E00) }; - inline constexpr std::array CombatBehaviorTreeReturnToCombatArea{ REL::Offset(0x03F20CC8) }; - inline constexpr std::array CombatBehaviorTreeRootNode{ REL::Offset(0x044F9110) }; - inline constexpr std::array CombatBehaviorTreeSearch{ REL::Offset(0x03F20CA0) }; - inline constexpr std::array CombatBehaviorTreeShipAction{ REL::Offset(0x03F20EE0) }; - inline constexpr std::array CombatBehaviorTreeShipActionEquipmentSelector{ REL::Offset(0x03F20C68) }; - inline constexpr std::array CombatBehaviorTreeShipCombat{ REL::Offset(0x03F20FB8) }; - inline constexpr std::array CombatBehaviorTreeShipDetection{ REL::Offset(0x03F20FF0) }; - inline constexpr std::array CombatBehaviorTreeShipFlee{ REL::Offset(0x03F21048) }; - inline constexpr std::array CombatBehaviorTreeShipManeuvers{ REL::Offset(0x03F20C10) }; - inline constexpr std::array CombatBehaviorTreeShipMovement{ REL::Offset(0x03F21080) }; - inline constexpr std::array CombatBehaviorTreeShipPowerAllocation{ REL::Offset(0x03F20E40) }; - inline constexpr std::array CombatBehaviorTreeSpaceshipWeapon{ REL::Offset(0x03F21010) }; - inline constexpr std::array CombatBehaviorTreeTargetingMode{ REL::Offset(0x03F21148) }; - inline constexpr std::array CombatBehaviorTreeThrow{ REL::Offset(0x03F21160) }; - inline constexpr std::array CombatBehaviorTreeUseCover{ REL::Offset(0x03F20CE8) }; - inline constexpr std::array CombatBehaviorTreeUsePotion{ REL::Offset(0x03F20C88) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04464030) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04469DE0) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ REL::Offset(0x04509E28) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void____{ REL::Offset(0x0450EE30) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorContextMagic__CASTING_TYPE_{ REL::Offset(0x04505EB8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ REL::Offset(0x04505348) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpNotEquals___OpOr___{ REL::Offset(0x045097D8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void___bool_OpEquals___{ REL::Offset(0x044F9698) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatInventory_float_CombatInventory____void___float_OpGreaterThan___{ REL::Offset(0x045098F8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpOr___{ REL::Offset(0x04509958) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void___OpNot__CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ REL::Offset(0x04509F38) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot__CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorFunc2_float___TESObjectREFRconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__float_OpLessThan___OpAnd___{ REL::Offset(0x04505B98) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04509778) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x0446F048) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_unsignedchar___CombatInventoryItemconst__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ REL::Offset(0x044F98E0) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____bool__bool___{ REL::Offset(0x04464150) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void____{ REL::Offset(0x045054B8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ REL::Offset(0x04505458) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ REL::Offset(0x044FB1A0) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextBlock_bool_CombatBehaviorContextBlock____void____{ REL::Offset(0x044FB690) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____void____{ REL::Offset(0x044640F0) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ REL::Offset(0x04464090) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ REL::Offset(0x0450EF98) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_CombatBehaviorContextGun__ATTACK_TYPE_CombatBehaviorContextGun____void____{ REL::Offset(0x044667E8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_CombatBehaviorContextMagic__CASTING_TYPE_CombatBehaviorContextMagic____void____{ REL::Offset(0x04505F18) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_SpaceManeuverTypes_CombatBehaviorContextShipManeuvers____void____{ REL::Offset(0x04469D80) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ REL::Offset(0x04469C90) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____void____{ REL::Offset(0x0445F270) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatInventoryItem__TYPE_CombatBehaviorEquipContext____void____{ REL::Offset(0x04468318) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_CombatBehaviorPowerAllocationSelector____void____{ REL::Offset(0x0446F5D0) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatGroup_bool_CombatGroup____void____{ REL::Offset(0x04505B38) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ REL::Offset(0x0446F168) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker__OpNot___{ REL::Offset(0x04509898) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatController_bool_CombatController____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef__OpNot___{ REL::Offset(0x0446F108) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___OpNot___{ REL::Offset(0x04509838) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void___OpNot___{ REL::Offset(0x044683D0) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ REL::Offset(0x0446F1C8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_TESObjectREFR_bool_TESObjectREFR____void___OpNot___{ REL::Offset(0x0446F0A8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_{ REL::Offset(0x0446F630) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatInventoryItem__TYPE_{ REL::Offset(0x044682B8) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatWeaponType_{ REL::Offset(0x04468258) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_SpaceManeuverTypes_{ REL::Offset(0x04469D20) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_bool_{ REL::Offset(0x04469E98) }; - inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_int_{ REL::Offset(0x04463E48) }; - inline constexpr std::array CombatBehaviorTreeValueNode_float_{ REL::Offset(0x04463DE8) }; - inline constexpr std::array CombatBehaviorTreeValueNode_unsignedint_{ REL::Offset(0x0445F160) }; - inline constexpr std::array CombatBehaviorTreeWrapperNode{ REL::Offset(0x0445F4F0) }; - inline constexpr std::array CombatBehaviorWaitBehindCover{ REL::Offset(0x04510B28) }; - inline constexpr std::array CombatBlackboardKey_AITimeStamp_{ REL::Offset(0x03F11900) }; - inline constexpr std::array CombatBlackboardKey_AITimer_{ REL::Offset(0x03F117C0) }; - inline constexpr std::array CombatBlackboardKey_BSTHashMap_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTTuple3_AITimeStamp_NiPoint3_NiPoint3__BSTDefaultScatterTable__{ REL::Offset(0x03F118B8) }; - inline constexpr std::array CombatBlackboardKey_BSTHashMap_unsignedint_AITimer_BSTDefaultScatterTable__{ REL::Offset(0x03EF1E78) }; - inline constexpr std::array CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152__BSTScatterTableDefaultHashPolicy__{ REL::Offset(0x03F11990) }; - inline constexpr std::array CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTScatterTableDefaultHashPolicy__{ REL::Offset(0x03EF1820) }; - inline constexpr std::array CombatBlackboardKey_BSTTuple_AITimeStamp_float__{ REL::Offset(0x03F11850) }; - inline constexpr std::array CombatBlackboardKey_BSTTuple_AITimer_unsignedint__{ REL::Offset(0x03EF1B38) }; - inline constexpr std::array CombatBlackboardKey_BSTTuple_TESObjectREFR_AITimeStamp__{ REL::Offset(0x03F11808) }; - inline constexpr std::array CombatBlackboardKey_CombatPointer_CombatCoverLocation__{ REL::Offset(0x03F11778) }; - inline constexpr std::array CombatBlackboardKey_CombatPointer_CombatMeleeAttackController__{ REL::Offset(0x03F11948) }; - inline constexpr std::array CombatBlackboardKey_CombatSuppressiveFireBehavior_{ REL::Offset(0x03EF1E30) }; - inline constexpr std::array CombatBlackboardKey_unsignedint_{ REL::Offset(0x03EF1868) }; - inline constexpr std::array CombatBlackboardMemberBase{ REL::Offset(0x03EF1990) }; - inline constexpr std::array CombatChangePositionPathController{ REL::Offset(0x04510328) }; - inline constexpr std::array CombatChargingSearchData{ REL::Offset(0x04465878) }; - inline constexpr std::array CombatCluster{ REL::Offset(0x044F1A98) }; - inline constexpr std::array CombatCoverLocation{ REL::Offset(0x044F0FC8) }; - inline constexpr std::array CombatCoverLocation__CombatCoverLocationFunctor__lambda_fcccd54a39c89b0808bb4732949593a3__{ REL::Offset(0x044F0F48) }; - inline constexpr std::array CombatCoverSearch{ REL::Offset(0x044F1048) }; - inline constexpr std::array CombatCoverSearchDebugData{ REL::Offset(0x044F1078) }; - inline constexpr std::array CombatCoverSearchResult{ REL::Offset(0x044F1168) }; - inline constexpr std::array CombatCoveredPath{ REL::Offset(0x04470D88), REL::Offset(0x04470DB0) }; - inline constexpr std::array CombatCoveredPathDebugData{ REL::Offset(0x04470FE8) }; - inline constexpr std::array CombatDialogueDebugData{ REL::Offset(0x044F19F0) }; - inline constexpr std::array CombatDisableActionController{ REL::Offset(0x04509428) }; - inline constexpr std::array CombatDisableAimController{ REL::Offset(0x044F08C0) }; - inline constexpr std::array CombatDisableCollisionController{ REL::Offset(0x045093F8) }; - inline constexpr std::array CombatEncounterBIEvents__CombatEnounterMetricsManager{ REL::Offset(0x044C8030) }; - inline constexpr std::array CombatEncounterMetrics{ REL::Offset(0x044C8048), REL::Offset(0x044C8060), REL::Offset(0x044C8078), REL::Offset(0x044C8090), REL::Offset(0x044C80A8) }; - inline constexpr std::array CombatEnterCoverPathController{ REL::Offset(0x044F1108) }; - inline constexpr std::array CombatFlankingSearchData{ REL::Offset(0x04501CF0) }; - inline constexpr std::array CombatFleeAimController{ REL::Offset(0x045046C8) }; - inline constexpr std::array CombatFollowTargetPathController{ REL::Offset(0x045166A8) }; - inline constexpr std::array CombatGroupDetectionListener{ REL::Offset(0x044F1AC8) }; - inline constexpr std::array CombatInceptionDebugData{ REL::Offset(0x044F1338) }; - inline constexpr std::array CombatInterface{ REL::Offset(0x044661A0) }; - inline constexpr std::array CombatInventoryItem{ REL::Offset(0x044F1DE0) }; - inline constexpr std::array CombatInventoryItemComposite{ REL::Offset(0x044F1D30) }; - inline constexpr std::array CombatInventoryItemGrenade{ REL::Offset(0x044F1E90) }; - inline constexpr std::array CombatInventoryItemMagic{ REL::Offset(0x044F22B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor_{ REL::Offset(0x044F2DB0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem_{ REL::Offset(0x044F2930) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon_{ REL::Offset(0x044F27B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak_{ REL::Offset(0x044F3CB0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash_{ REL::Offset(0x044F4BB0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm_{ REL::Offset(0x044F3B30) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility_{ REL::Offset(0x044F32F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight_{ REL::Offset(0x044F3170) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive_{ REL::Offset(0x044F6528) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze_{ REL::Offset(0x044F5570) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate_{ REL::Offset(0x044F53F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore_{ REL::Offset(0x044F4130) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript_{ REL::Offset(0x044F4A30) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger_{ REL::Offset(0x044F36B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon_{ REL::Offset(0x044F45B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F4F70) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard_{ REL::Offset(0x044F3FB0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor_{ REL::Offset(0x044F50F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem_{ REL::Offset(0x044F2B70) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon_{ REL::Offset(0x044F2AB0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak_{ REL::Offset(0x044F2F30) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash_{ REL::Offset(0x044F4DF0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm_{ REL::Offset(0x044F3E30) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility_{ REL::Offset(0x044F3530) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight_{ REL::Offset(0x044F3470) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive_{ REL::Offset(0x044F65E8) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze_{ REL::Offset(0x044F47F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate_{ REL::Offset(0x044F56F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore_{ REL::Offset(0x044F4370) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript_{ REL::Offset(0x044F4D30) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger_{ REL::Offset(0x044F38F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon_{ REL::Offset(0x044F3830) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F51B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard_{ REL::Offset(0x044F42B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor_{ REL::Offset(0x044F5030) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem_{ REL::Offset(0x044F2E70) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon_{ REL::Offset(0x044F29F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak_{ REL::Offset(0x044F3230) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash_{ REL::Offset(0x044F4730) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm_{ REL::Offset(0x044F3D70) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility_{ REL::Offset(0x044F2870) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight_{ REL::Offset(0x044F33B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive_{ REL::Offset(0x044F4070) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze_{ REL::Offset(0x044F4AF0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate_{ REL::Offset(0x044F5630) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore_{ REL::Offset(0x044F4670) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript_{ REL::Offset(0x044F4C70) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger_{ REL::Offset(0x044F3BF0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon_{ REL::Offset(0x044F3770) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F54B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard_{ REL::Offset(0x044F41F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor_{ REL::Offset(0x044F2CF0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem_{ REL::Offset(0x044F2C30) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon_{ REL::Offset(0x044F26F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak_{ REL::Offset(0x044F2FF0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash_{ REL::Offset(0x044F4EB0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm_{ REL::Offset(0x044F3A70) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility_{ REL::Offset(0x044F35F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight_{ REL::Offset(0x044F30B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive_{ REL::Offset(0x044F66A8) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze_{ REL::Offset(0x044F48B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate_{ REL::Offset(0x044F5330) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore_{ REL::Offset(0x044F4430) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript_{ REL::Offset(0x044F4970) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger_{ REL::Offset(0x044F39B0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon_{ REL::Offset(0x044F44F0) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F5270) }; - inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard_{ REL::Offset(0x044F3EF0) }; - inline constexpr std::array CombatInventoryItemMelee{ REL::Offset(0x044F1C80) }; - inline constexpr std::array CombatInventoryItemOneHandedBlock{ REL::Offset(0x044F2150) }; - inline constexpr std::array CombatInventoryItemPotion{ REL::Offset(0x044F6FF0) }; - inline constexpr std::array CombatInventoryItemRanged{ REL::Offset(0x044F1FF0) }; - inline constexpr std::array CombatInventoryItemScroll{ REL::Offset(0x044F6F30) }; - inline constexpr std::array CombatInventoryItemShield{ REL::Offset(0x044F2200) }; - inline constexpr std::array CombatInventoryItemStaff{ REL::Offset(0x044F6E70) }; - inline constexpr std::array CombatInventoryItemThrown{ REL::Offset(0x044F1F40) }; - inline constexpr std::array CombatInventoryItemTorch{ REL::Offset(0x044F20A0) }; - inline constexpr std::array CombatMagicCaster{ REL::Offset(0x044F71A0) }; - inline constexpr std::array CombatMagicCasterArmor{ REL::Offset(0x044F6D80) }; - inline constexpr std::array CombatMagicCasterBoundItem{ REL::Offset(0x044F6DF8) }; - inline constexpr std::array CombatMagicCasterChameleon{ REL::Offset(0x044F6C18) }; - inline constexpr std::array CombatMagicCasterCloak{ REL::Offset(0x044F6B28) }; - inline constexpr std::array CombatMagicCasterDash{ REL::Offset(0x044F68D0) }; - inline constexpr std::array CombatMagicCasterDisarm{ REL::Offset(0x044F6BA0) }; - inline constexpr std::array CombatMagicCasterInvisibility{ REL::Offset(0x044F6C90) }; - inline constexpr std::array CombatMagicCasterLight{ REL::Offset(0x044F6AB0) }; - inline constexpr std::array CombatMagicCasterOffensive{ REL::Offset(0x044F7128) }; - inline constexpr std::array CombatMagicCasterParalyze{ REL::Offset(0x044F6858) }; - inline constexpr std::array CombatMagicCasterReanimate{ REL::Offset(0x044F6768) }; - inline constexpr std::array CombatMagicCasterRestore{ REL::Offset(0x044F6A38) }; - inline constexpr std::array CombatMagicCasterScript{ REL::Offset(0x044F67E0) }; - inline constexpr std::array CombatMagicCasterStagger{ REL::Offset(0x044F6948) }; - inline constexpr std::array CombatMagicCasterSummon{ REL::Offset(0x044F69C0) }; - inline constexpr std::array CombatMagicCasterTargetEffect{ REL::Offset(0x044F6D08) }; - inline constexpr std::array CombatMagicCasterWard{ REL::Offset(0x044F70B0) }; - inline constexpr std::array CombatMagicItemData{ REL::Offset(0x044F59B8) }; - inline constexpr std::array CombatMagicItemSkillChecker{ REL::Offset(0x044F5A48) }; - inline constexpr std::array CombatMaintainDistancePathController{ REL::Offset(0x0445E7B0) }; - inline constexpr std::array CombatMantlePathController{ REL::Offset(0x044F10A8) }; - inline constexpr std::array CombatMatchTargetAimController{ REL::Offset(0x044F0978) }; - inline constexpr std::array CombatMeleeAimController{ REL::Offset(0x044F0A60) }; - inline constexpr std::array CombatMeleeAttackController{ REL::Offset(0x04506658) }; - inline constexpr std::array CombatMeleeDebugData{ REL::Offset(0x04506688) }; - inline constexpr std::array CombatMovementRequestActivateTarget{ REL::Offset(0x04465E10) }; - inline constexpr std::array CombatMovementRequestFollowActor{ REL::Offset(0x04465DC8) }; - inline constexpr std::array CombatNavmeshCoverLocation{ REL::Offset(0x044F1198) }; - inline constexpr std::array CombatNavmeshPathingDebugData{ REL::Offset(0x04471270) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FAFE0), REL::Offset(0x044FAFF8) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04462B10), REL::Offset(0x04462BA0) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044703B8), REL::Offset(0x04470778) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x044FF020), REL::Offset(0x044FF0E0) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD2D0), REL::Offset(0x044FD2E8) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466EA0), REL::Offset(0x04466F30) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04510088), REL::Offset(0x045100A0) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F7D78), REL::Offset(0x044F8108) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04508238), REL::Offset(0x04508810) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FED08), REL::Offset(0x044FED20) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x044FF428), REL::Offset(0x044FF440) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04503F48), REL::Offset(0x04503FD8) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04503C78), REL::Offset(0x04503D08) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045130E8), REL::Offset(0x04513100) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CBB0), REL::Offset(0x0450CDC0) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511C68), REL::Offset(0x04511C80) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC428), REL::Offset(0x044FC6B0) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04508618), REL::Offset(0x045086A8) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CB08), REL::Offset(0x0450CB98) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D3D8), REL::Offset(0x0450D468) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445D9C8), REL::Offset(0x0445DB60) }; - inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04462EA0), REL::Offset(0x044632A8) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FAD40), REL::Offset(0x044FAFC8) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FAF08), REL::Offset(0x044FAF20) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04462A50), REL::Offset(0x04462AE0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ REL::Offset(0x04462F60), REL::Offset(0x04462FF0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ REL::Offset(0x04471138), REL::Offset(0x04471150) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04470460), REL::Offset(0x04470478) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04470628), REL::Offset(0x04470640) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x044FEC60), REL::Offset(0x044FEC78) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ REL::Offset(0x044FF0F8), REL::Offset(0x044FF1B8) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD2B8), REL::Offset(0x044FD408) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FE178), REL::Offset(0x044FE190) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466DE0), REL::Offset(0x04466E70) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04466CA8), REL::Offset(0x04466D38) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FFC8), REL::Offset(0x0450FFE0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04510148), REL::Offset(0x04510160) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F7E08), REL::Offset(0x044F7E98) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044F7FD0), REL::Offset(0x044F8078) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04508750), REL::Offset(0x045087E0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04508190), REL::Offset(0x04508220) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FF5F0), REL::Offset(0x044FF698) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FF110), REL::Offset(0x044FF128) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x044FF410), REL::Offset(0x044FF560) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ REL::Offset(0x044FEE58), REL::Offset(0x044FF008) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04503BE8), REL::Offset(0x04503F18) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04504110), REL::Offset(0x045041A0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504400), REL::Offset(0x04504490) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04503E70), REL::Offset(0x04503F00) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04512FC8), REL::Offset(0x045131A8) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045131C0), REL::Offset(0x045131D8) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CD00), REL::Offset(0x0450CD90) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450CEE0), REL::Offset(0x0450CF70) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511B48), REL::Offset(0x04511D28) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04511D40), REL::Offset(0x04511D58) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC410), REL::Offset(0x044FC560) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FC5F0), REL::Offset(0x044FC608) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045085E8), REL::Offset(0x045086C0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045080E8), REL::Offset(0x045082F8) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CAD8), REL::Offset(0x0450D348) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450D030), REL::Offset(0x0450D0C0) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D1F8), REL::Offset(0x0450D288) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450CC70), REL::Offset(0x0450CF88) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445DAA0), REL::Offset(0x0445DB30) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0445D9F8), REL::Offset(0x0445DA10) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ REL::Offset(0x04463098), REL::Offset(0x04463128) }; - inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x044631E8), REL::Offset(0x04463278) }; - inline constexpr std::array CombatPath{ REL::Offset(0x044658A8) }; - inline constexpr std::array CombatPathBuilder{ REL::Offset(0x04511028) }; - inline constexpr std::array CombatPathBuilderCovered{ REL::Offset(0x04470EB8), REL::Offset(0x04470ED8) }; - inline constexpr std::array CombatPathBuilderNavmesh{ REL::Offset(0x044701F8) }; - inline constexpr std::array CombatPathBuilderNavmeshOpen{ REL::Offset(0x04471310), REL::Offset(0x04471330) }; - inline constexpr std::array CombatPathBuilderNavmeshStandard{ REL::Offset(0x04471398), REL::Offset(0x044713B8) }; - inline constexpr std::array CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter{ REL::Offset(0x044712F8) }; - inline constexpr std::array CombatPathBuilderPolicyStandard{ REL::Offset(0x044712D8) }; - inline constexpr std::array CombatPathBuilderSpace{ REL::Offset(0x04471530) }; - inline constexpr std::array CombatPathBuilderSpaceOpen{ REL::Offset(0x044714A8), REL::Offset(0x044714C8) }; - inline constexpr std::array CombatPathBuilderSpaceStandard{ REL::Offset(0x04471420), REL::Offset(0x04471440) }; - inline constexpr std::array CombatPathBuilderSpatialGraph{ REL::Offset(0x044716A8) }; - inline constexpr std::array CombatPathBuilderSpatialGraphOpen{ REL::Offset(0x04471598), REL::Offset(0x04471600) }; - inline constexpr std::array CombatPathBuilderSpatialGraphStandard{ REL::Offset(0x04471620), REL::Offset(0x04471688) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FAC98), REL::Offset(0x044FB0E0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0446FF38), REL::Offset(0x0446FF58) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04501430), REL::Offset(0x04501450) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD1B0), REL::Offset(0x044FD280) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044669A0), REL::Offset(0x04466A08) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450EC98), REL::Offset(0x0450ECB8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506B28), REL::Offset(0x04506B90) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045014B8), REL::Offset(0x045014D8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504550), REL::Offset(0x04504660) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504310), REL::Offset(0x04504378) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D528), REL::Offset(0x0450D590) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511F20), REL::Offset(0x04512078) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC9F8), REL::Offset(0x044FCA18) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506AA0), REL::Offset(0x04506B08) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D618), REL::Offset(0x0450D7D0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D900), REL::Offset(0x0450D968) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04464368), REL::Offset(0x044643D0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04464258), REL::Offset(0x044642C0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F8218), REL::Offset(0x044F8280) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04501870), REL::Offset(0x04501890) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513428), REL::Offset(0x04513448) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445D8B0), REL::Offset(0x0445D918) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FAC10), REL::Offset(0x044FACB8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0446FE28), REL::Offset(0x0446FE48) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04501650), REL::Offset(0x04501670) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD108), REL::Offset(0x044FD190) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466AB0), REL::Offset(0x04466F60) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450ED20), REL::Offset(0x0450ED40) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506A18), REL::Offset(0x04506A80) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045017E8), REL::Offset(0x04501808) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045042F0), REL::Offset(0x045045F8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504268), REL::Offset(0x045042D0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D748), REL::Offset(0x0450D7B0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511B28), REL::Offset(0x04511F88) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC970), REL::Offset(0x044FC990) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506CC0), REL::Offset(0x04506D28) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D6C0), REL::Offset(0x0450D8E0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D858), REL::Offset(0x0450D8C0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x044641D0), REL::Offset(0x04464238) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04462C48), REL::Offset(0x04462CB0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F82A0), REL::Offset(0x044F8308) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04501760), REL::Offset(0x04501780) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045134B0), REL::Offset(0x045134D0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445D7A0), REL::Offset(0x0445D7C0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FAC30), REL::Offset(0x044FAD20) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0446FEB0), REL::Offset(0x0446FED0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x045015C8), REL::Offset(0x045015E8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD170), REL::Offset(0x044FD218) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466A28), REL::Offset(0x04466A90) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450EDA8), REL::Offset(0x0450EDC8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506BB0), REL::Offset(0x04506C18) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04501540), REL::Offset(0x04501560) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504570), REL::Offset(0x045045D8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504248), REL::Offset(0x04504398) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D5B0), REL::Offset(0x0450D728) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511FF0), REL::Offset(0x04512010) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC8E8), REL::Offset(0x044FC908) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506C38), REL::Offset(0x04506CA0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D638), REL::Offset(0x0450D6A0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D838), REL::Offset(0x0450D988) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x044641B0), REL::Offset(0x044643F0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x044642E0), REL::Offset(0x04464348) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F8190), REL::Offset(0x044F81F8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x045016D8), REL::Offset(0x045016F8) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045133A0), REL::Offset(0x045133C0) }; - inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445D828), REL::Offset(0x0445D890) }; - inline constexpr std::array CombatPathBuilderTrackInfo{ REL::Offset(0x0445F5E0) }; - inline constexpr std::array CombatPathBuilderTracker{ REL::Offset(0x0445F588), REL::Offset(0x0445F5B8) }; - inline constexpr std::array CombatPathDestinationAcquire{ REL::Offset(0x0446ECE0) }; - inline constexpr std::array CombatPathDestinationActor{ REL::Offset(0x044659B0) }; - inline constexpr std::array CombatPathDestinationBarrelRoll{ REL::Offset(0x0446EBB8) }; - inline constexpr std::array CombatPathDestinationBreak{ REL::Offset(0x0446EC08) }; - inline constexpr std::array CombatPathDestinationDirectlyToTarget{ REL::Offset(0x0445E788) }; - inline constexpr std::array CombatPathDestinationDisengage{ REL::Offset(0x0446EDB8) }; - inline constexpr std::array CombatPathDestinationEvade{ REL::Offset(0x0446EB90) }; - inline constexpr std::array CombatPathDestinationFlee{ REL::Offset(0x04468A58) }; - inline constexpr std::array CombatPathDestinationFollowActor{ REL::Offset(0x04510E90) }; - inline constexpr std::array CombatPathDestinationLeadTurn{ REL::Offset(0x0446EC30) }; - inline constexpr std::array CombatPathDestinationOrbitRef{ REL::Offset(0x0446EE30) }; - inline constexpr std::array CombatPathDestinationPursue{ REL::Offset(0x0446ECB8) }; - inline constexpr std::array CombatPathDestinationRef{ REL::Offset(0x0445EDD0) }; - inline constexpr std::array CombatPathDestinationRefs{ REL::Offset(0x04519080) }; - inline constexpr std::array CombatPathDestinationRemainNear{ REL::Offset(0x0446EDE0) }; - inline constexpr std::array CombatPathDestinationSlideDodge{ REL::Offset(0x0446ED08) }; - inline constexpr std::array CombatPathDestinationSlideTurn{ REL::Offset(0x0446EBE0) }; - inline constexpr std::array CombatPathDestinationStrafe{ REL::Offset(0x0446EE08) }; - inline constexpr std::array CombatPathDestinationStrafeTurn{ REL::Offset(0x0446ED90) }; - inline constexpr std::array CombatPathMovementMessageEvent_CombatPathTeleportEvent_{ REL::Offset(0x04510FE0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x0446FFC0), REL::Offset(0x0446FFE8) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x045141D0), REL::Offset(0x045141F8), REL::Offset(0x04514220) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04514B28), REL::Offset(0x04514B50) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04514F98), REL::Offset(0x045150C8), REL::Offset(0x045150F0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04515D88), REL::Offset(0x04515DB0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FA7E8), REL::Offset(0x044FA810) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x044655F0), REL::Offset(0x044656F8), REL::Offset(0x04465720) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x04500F80), REL::Offset(0x04500FA8), REL::Offset(0x045012D8) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FE648), REL::Offset(0x044FE670) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467CF0), REL::Offset(0x04467DF8) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04510718), REL::Offset(0x04510740) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F84A8), REL::Offset(0x044F8680), REL::Offset(0x044F8788) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045092C8), REL::Offset(0x045093D0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04500960), REL::Offset(0x04500988) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x04500700), REL::Offset(0x04500728), REL::Offset(0x04500938) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504E70), REL::Offset(0x04504F78) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504888), REL::Offset(0x04504B40) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x045160C8), REL::Offset(0x04516458), REL::Offset(0x04516480) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450DB10), REL::Offset(0x0450E670) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FCAD8), REL::Offset(0x044FCB00) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x04508CA8), REL::Offset(0x04508DB0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E260), REL::Offset(0x0450E368) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450DE78), REL::Offset(0x0450DF80) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x04464DA8), REL::Offset(0x04464EB0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04513BE0), REL::Offset(0x04513C08) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04513770), REL::Offset(0x04513798) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517738), REL::Offset(0x04517760) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517BA8), REL::Offset(0x04517CD8), REL::Offset(0x04517D00) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x045146B8), REL::Offset(0x045146E0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x04515A48), REL::Offset(0x04515A70) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x04469650), REL::Offset(0x04469758), REL::Offset(0x04469780) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446BAD0), REL::Offset(0x0446BBD8), REL::Offset(0x0446BC00) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04518470), REL::Offset(0x045185A0), REL::Offset(0x045185C8) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446CA50), REL::Offset(0x0446CB58), REL::Offset(0x0446CB80) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x04469A30), REL::Offset(0x04469B38), REL::Offset(0x04469B60) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445E8E8), REL::Offset(0x0445E9F0), REL::Offset(0x0445EC78) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446B310), REL::Offset(0x0446B418), REL::Offset(0x0446B440) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446CE30), REL::Offset(0x0446CF38), REL::Offset(0x0446CF60) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x04468678), REL::Offset(0x04468928), REL::Offset(0x04468A30) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446C290), REL::Offset(0x0446C398), REL::Offset(0x0446C3C0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x045186F8), REL::Offset(0x04518720) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446B060), REL::Offset(0x0446B168) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446AB50), REL::Offset(0x0446AC58), REL::Offset(0x0446AC80) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446A2B0), REL::Offset(0x0446A3B8), REL::Offset(0x0446A3E0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04517F88), REL::Offset(0x04517FB0), REL::Offset(0x04517FD8) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446A028), REL::Offset(0x0446ADB0), REL::Offset(0x0446ADD8) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446BEB0), REL::Offset(0x0446BFB8), REL::Offset(0x0446BFE0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446C670), REL::Offset(0x0446C778), REL::Offset(0x0446C7A0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446B6F0), REL::Offset(0x0446B7F8), REL::Offset(0x0446B820) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446A690), REL::Offset(0x0446A798), REL::Offset(0x0446A7C0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x045155D8), REL::Offset(0x04515600) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04516DB8), REL::Offset(0x04516DE0) }; - inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517228), REL::Offset(0x04517358), REL::Offset(0x04517380) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x04471018) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x045140A0), REL::Offset(0x045140C8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04514A20) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04514E68), REL::Offset(0x045150A0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04515C80) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FA6E0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x044654C0), REL::Offset(0x044655C8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x04500E50), REL::Offset(0x04500E78) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FE540) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467AE0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04510848) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F87B0), REL::Offset(0x044F88B8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045091C0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04500CA0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x04501BC0), REL::Offset(0x04501BE8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504A38) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504780) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x045161D0), REL::Offset(0x045161F8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450E568) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FCE40) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x04508BA0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E158) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450DD70) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x044653B8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04513AB0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04513668) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517630) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517A78), REL::Offset(0x04517CB0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x04514588) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x04515918) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x0446E0A8), REL::Offset(0x0446E1B0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446EA00), REL::Offset(0x0446EB08) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04518340), REL::Offset(0x04518578) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446DD18), REL::Offset(0x0446DE20) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x0446DE48), REL::Offset(0x0446DF50) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445ECA0), REL::Offset(0x0445ECC8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446DAB8), REL::Offset(0x0446DBC0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446D988), REL::Offset(0x0446DA90) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x04468A80), REL::Offset(0x04468B88) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446DF78), REL::Offset(0x0446E080) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x045185F0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446E1D8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446E540), REL::Offset(0x0446E648) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446E7A0), REL::Offset(0x0446E8A8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04517E58), REL::Offset(0x04517E80) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446E2E0), REL::Offset(0x0446E3E8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446E670), REL::Offset(0x0446E778) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446DBE8), REL::Offset(0x0446DCF0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446E8D0), REL::Offset(0x0446E9D8) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446E410), REL::Offset(0x0446E518) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x045154D0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04516CB0) }; - inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x045170F8), REL::Offset(0x04517330) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x04470288), REL::Offset(0x044702B0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04514458), REL::Offset(0x04514480), REL::Offset(0x04514690) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04514C58), REL::Offset(0x04514F70) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04513F48), REL::Offset(0x04513F70), REL::Offset(0x04513F98) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04515EB8), REL::Offset(0x04516300) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FA9C0), REL::Offset(0x044FABD0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x044651B8), REL::Offset(0x044652C0), REL::Offset(0x044652E8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x04501180), REL::Offset(0x045011A8), REL::Offset(0x04501300) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FE308), REL::Offset(0x044FE518) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467E20), REL::Offset(0x04467F28) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04510950), REL::Offset(0x04510978) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F8328), REL::Offset(0x044F8350), REL::Offset(0x044F83A0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04508FE8), REL::Offset(0x045090F0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04500A90), REL::Offset(0x045010B0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x04500580), REL::Offset(0x045006B0), REL::Offset(0x045006D8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504DA0), REL::Offset(0x045050A8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504C70), REL::Offset(0x04504D78) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x045164A8), REL::Offset(0x045164D0), REL::Offset(0x045164F8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450DC40), REL::Offset(0x0450DD48) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FCC08), REL::Offset(0x044FCC30) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x04508A70), REL::Offset(0x04508B78) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E880), REL::Offset(0x0450E988) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E390), REL::Offset(0x0450E498) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x04464FE0), REL::Offset(0x044650E8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04513E18), REL::Offset(0x04513E40) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x045138A0), REL::Offset(0x04513BB8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517868), REL::Offset(0x04517B80) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04516B58), REL::Offset(0x04516B80), REL::Offset(0x04516BA8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x04513538), REL::Offset(0x04513560) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x045148F0), REL::Offset(0x04514918) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x04469480), REL::Offset(0x044694A8), REL::Offset(0x044697A8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446B570), REL::Offset(0x0446B598), REL::Offset(0x0446BC28) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x045174D8), REL::Offset(0x04517500), REL::Offset(0x04517528) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446C4F0), REL::Offset(0x0446C518), REL::Offset(0x0446CBA8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x044694D0), REL::Offset(0x044694F8), REL::Offset(0x04469B88) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445E8C0), REL::Offset(0x0445EB48), REL::Offset(0x0445EC50) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446B468), REL::Offset(0x0446CCB0), REL::Offset(0x0446CCD8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446C8D0), REL::Offset(0x0446C8F8), REL::Offset(0x0446CF88) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x044686A0), REL::Offset(0x044687A8), REL::Offset(0x044687D0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x044698B0), REL::Offset(0x044698D8), REL::Offset(0x0446C3E8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04517D28), REL::Offset(0x04517D50) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446A8F0), REL::Offset(0x0446A9F8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446A510), REL::Offset(0x0446A538), REL::Offset(0x0446ACA8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446A408), REL::Offset(0x0446BD30), REL::Offset(0x0446BD58) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04518210), REL::Offset(0x04518238), REL::Offset(0x04518448) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446AE00), REL::Offset(0x0446AF08), REL::Offset(0x0446AF30) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446B950), REL::Offset(0x0446B978), REL::Offset(0x0446C008) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446C110), REL::Offset(0x0446C138), REL::Offset(0x0446C7C8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446B190), REL::Offset(0x0446B1B8), REL::Offset(0x0446B848) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446A130), REL::Offset(0x0446A158), REL::Offset(0x0446A7E8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04515708), REL::Offset(0x04515A20) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04516EE8), REL::Offset(0x04517200) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04515378), REL::Offset(0x045153A0), REL::Offset(0x045153C8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x044700F0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04514328), REL::Offset(0x04514350) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04514D60) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04515118), REL::Offset(0x04515140) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04515FC0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FAAC8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x04465748), REL::Offset(0x04465850) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x045011D0), REL::Offset(0x04501408) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FE410) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467BE8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04510610) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F8378), REL::Offset(0x044F84D0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04508EE0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04500B98) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x04500688), REL::Offset(0x04500830) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504FA0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04504B68) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x04516328), REL::Offset(0x04516350) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450DB38) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FCD38) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x04508DD8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E778) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450DFA8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x04464ED8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04513D10) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x045139A8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517970) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04516A28), REL::Offset(0x04516A50) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x045147E8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x04515B78) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x04469520), REL::Offset(0x04469628) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446B9A0), REL::Offset(0x0446BAA8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x045173A8), REL::Offset(0x045173D0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446C920), REL::Offset(0x0446CA28) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x04469900), REL::Offset(0x04469A08) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445EA18), REL::Offset(0x0445EB20) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446B1E0), REL::Offset(0x0446B2E8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446CD00), REL::Offset(0x0446CE08) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x044687F8), REL::Offset(0x04468900) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446C160), REL::Offset(0x0446C268) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04518828) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446AF58) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446AA20), REL::Offset(0x0446AB28) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446A180), REL::Offset(0x0446A288) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x045180E0), REL::Offset(0x04518108) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x04469EF8), REL::Offset(0x0446A000) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446BD80), REL::Offset(0x0446BE88) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446C540), REL::Offset(0x0446C648) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446B5C0), REL::Offset(0x0446B6C8) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446A560), REL::Offset(0x0446A668) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04515810) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04516FF0) }; - inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04515248), REL::Offset(0x04515270) }; - inline constexpr std::array CombatPathingDebugData{ REL::Offset(0x04512140) }; - inline constexpr std::array CombatPathingDelayedTweener{ REL::Offset(0x04518968) }; - inline constexpr std::array CombatPathingRequest{ REL::Offset(0x04512098) }; - inline constexpr std::array CombatPathingRequestAdapter{ REL::Offset(0x04512248) }; - inline constexpr std::array CombatPathingRequestCovered{ REL::Offset(0x04470F40) }; - inline constexpr std::array CombatPathingRequestDebugData{ REL::Offset(0x04512170) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FA918) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04465310) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x045004D8) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE778) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466B18) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04510A80) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F85D8) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045089C8) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045010D8) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04500DA8) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504DC8) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504990) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04516600) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450DA68) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC840) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04509118) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E4C0) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E0B0) }; - inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04465110) }; - inline constexpr std::array CombatPathingRequestMultiGoal{ REL::Offset(0x045121A0) }; - inline constexpr std::array CombatPathingRequestStandard{ REL::Offset(0x0445D6F8) }; - inline constexpr std::array CombatPathingSearch{ REL::Offset(0x04471710) }; - inline constexpr std::array CombatPathingSearchArea{ REL::Offset(0x044711E0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FAE60) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FA380) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04462ED0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ REL::Offset(0x04462D80) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ REL::Offset(0x0446FD98) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044706D0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04470598) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x044FF248) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ REL::Offset(0x044FEAC8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE0D0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FE040) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466C18) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04466D50) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045101F0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04510280) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F7FE8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044F7F40) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04508100) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04508388) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FEF78) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FF2D8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x044FEEE8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ REL::Offset(0x044FF368) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504080) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045041B8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04503DE0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04503FF0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513268) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04513310) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CE50) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450C898) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511DE8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04511E90) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC6C8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FC758) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04508268) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04508418) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CFA0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450D0D8) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CBE0) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450D168) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445D938) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0445E548) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ REL::Offset(0x04462E10) }; - inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04463008) }; - inline constexpr std::array CombatPathingTweener{ REL::Offset(0x04518930) }; - inline constexpr std::array CombatPositionReservation{ REL::Offset(0x04471830) }; - inline constexpr std::array CombatPositionTracker{ REL::Offset(0x04471800) }; - inline constexpr std::array CombatProjectileAimController{ REL::Offset(0x044F0B18) }; - inline constexpr std::array CombatProjectileDebugData{ REL::Offset(0x044F0A30) }; - inline constexpr std::array CombatQueuedEvent{ REL::Offset(0x044D79D0) }; - inline constexpr std::array CombatQueuedEventT_CombatAnimationEvent_{ REL::Offset(0x044D6068) }; - inline constexpr std::array CombatRangedMovementPathSpeedController{ REL::Offset(0x04467FA8) }; - inline constexpr std::array CombatReservation{ REL::Offset(0x0446EEE0) }; - inline constexpr std::array CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString__{ REL::Offset(0x04469CF0) }; - inline constexpr std::array CombatSearchLockData{ REL::Offset(0x0450D9F0) }; - inline constexpr std::array CombatSearchMap2D{ REL::Offset(0x04460138) }; - inline constexpr std::array CombatSearchMap3D{ REL::Offset(0x044600B8) }; - inline constexpr std::array CombatSharedPathT_CombatCoveredPath_{ REL::Offset(0x0445D4C0), REL::Offset(0x0445D4E8) }; - inline constexpr std::array CombatSharedPathT_CombatPath_{ REL::Offset(0x0445D5F0) }; - inline constexpr std::array CombatShipGenericPathController{ REL::Offset(0x0446EE80) }; - inline constexpr std::array CombatShipPursueTargetPathController{ REL::Offset(0x0446EC58) }; - inline constexpr std::array CombatSoftCoverLocation{ REL::Offset(0x044F1298) }; - inline constexpr std::array CombatSpatialGraphPathingDebugData{ REL::Offset(0x044718E0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FADD0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04462BB8) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04470508) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x044FEDB0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD378) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04466F80) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FF38) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F7EB0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045088B8) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FF6B0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x044FF4D0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04503D38) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045044C0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513058) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450CA48) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511BD8) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC4D0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04508558) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D498) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D2B8) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445DBF0) }; - inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04463158) }; - inline constexpr std::array CombatStandardCoverLocation{ REL::Offset(0x044F1218) }; - inline constexpr std::array CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextMelee_CombatBehaviorContextBase__AITimer_{ REL::Offset(0x03F20BB8) }; - inline constexpr std::array CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextRangedMovement_CombatBehaviorContextBase__AITimer_{ REL::Offset(0x03F21210) }; - inline constexpr std::array CombatSuppressiveFireBehavior{ REL::Offset(0x04471930) }; - inline constexpr std::array CombatTargetLocation{ REL::Offset(0x044F8910) }; - inline constexpr std::array CombatTargetLocationSearch{ REL::Offset(0x044F88E0) }; - inline constexpr std::array CombatTargetLocationSearchResult{ REL::Offset(0x044F8940) }; - inline constexpr std::array CombatTargetSelector{ REL::Offset(0x044F8B68) }; - inline constexpr std::array CombatTargetSelectorFixed{ REL::Offset(0x044F8C08) }; - inline constexpr std::array CombatTargetSelectorPreferred{ REL::Offset(0x044F8AA8) }; - inline constexpr std::array CombatTargetSelectorRandom{ REL::Offset(0x044F8BB8) }; - inline constexpr std::array CombatTargetSelectorSpaceship{ REL::Offset(0x044F8C58) }; - inline constexpr std::array CombatTargetSelectorStandard{ REL::Offset(0x044F8B08) }; - inline constexpr std::array CombatTargetSelectorWorkshopObject{ REL::Offset(0x044F8A58) }; - inline constexpr std::array CombatThreat{ REL::Offset(0x044F8ED0) }; - inline constexpr std::array CombatThreatExplosion{ REL::Offset(0x044F8D30) }; - inline constexpr std::array CombatThreatLOF{ REL::Offset(0x044F8D98) }; - inline constexpr std::array CombatThreatMelee{ REL::Offset(0x044F8E68) }; - inline constexpr std::array CombatThreatProjectile{ REL::Offset(0x044F8E00) }; - inline constexpr std::array CombatTrackTargetAimController{ REL::Offset(0x044F0808) }; - inline constexpr std::array CombatTunnelPathController{ REL::Offset(0x044719F8) }; - inline constexpr std::array CombatTunnelPathingRequestData{ REL::Offset(0x04471A58) }; - inline constexpr std::array CombatViewController{ REL::Offset(0x04471B88) }; - inline constexpr std::array CombatViewControllerGlance{ REL::Offset(0x04471B08) }; - inline constexpr std::array CombatViewControllerPath{ REL::Offset(0x04471BC8) }; - inline constexpr std::array CombatViewControllerStandard{ REL::Offset(0x04471B48) }; - inline constexpr std::array CommandEffect{ REL::Offset(0x044C3160) }; - inline constexpr std::array CommandSummonedEffect{ REL::Offset(0x044C3258) }; - inline constexpr std::array CompactingStore__MoveCallback{ REL::Offset(0x0456C100) }; - inline constexpr std::array CompactingStore__NoopMoveCallback{ REL::Offset(0x0456C118) }; - inline constexpr std::array CompressedArchiveFile{ REL::Offset(0x045B2840) }; - inline constexpr std::array ConcreteBoundObjectFormFactory_TESFlora_46_21_3_{ REL::Offset(0x03EF9BC8) }; - inline constexpr std::array ConcreteBoundObjectFormFactory_TESFurniture_47_22_3_{ REL::Offset(0x03EFAF80) }; - inline constexpr std::array ConcreteBoundObjectFormFactory_TESNPC_50_13_0_{ REL::Offset(0x03F266F0) }; - inline constexpr std::array ConcreteBoundObjectFormFactory_TESObjectARMO_34_1_1_{ REL::Offset(0x03F26690) }; - inline constexpr std::array ConcreteBoundObjectFormFactory_TESObjectCONT_36_3_3_{ REL::Offset(0x03F26740) }; - inline constexpr std::array ConcreteBoundObjectFormFactory_TESObjectWEAP_48_12_1_{ REL::Offset(0x03EF92A8) }; - inline constexpr std::array ConcreteExplosionFactory_ChainExplosion_1_{ REL::Offset(0x03F24BD0) }; - inline constexpr std::array ConcreteExplosionFactory_Explosion_0_{ REL::Offset(0x03F24BE8) }; - inline constexpr std::array ConcreteFormFactoryAcceptsFormID_TESObjectCELL_73_{ REL::Offset(0x03EFAB00) }; - inline constexpr std::array ConcreteFormFactory_ActorValueInfo_109_{ REL::Offset(0x03EF87A0) }; - inline constexpr std::array ConcreteFormFactory_AlchemyItem_54_{ REL::Offset(0x03F26B70) }; - inline constexpr std::array ConcreteFormFactory_BGSAVMData_212_{ REL::Offset(0x03EF9088) }; - inline constexpr std::array ConcreteFormFactory_BGSAcousticSpace_20_{ REL::Offset(0x03F299A8) }; - inline constexpr std::array ConcreteFormFactory_BGSAction_7_{ REL::Offset(0x03F28E80) }; - inline constexpr std::array ConcreteFormFactory_BGSAddonNode_108_{ REL::Offset(0x03EF9D18) }; - inline constexpr std::array ConcreteFormFactory_BGSAffinityEvent_14_{ REL::Offset(0x03F27DC0) }; - inline constexpr std::array ConcreteFormFactory_BGSAimAssistModel_148_{ REL::Offset(0x03EFA3B0) }; - inline constexpr std::array ConcreteFormFactory_BGSAimAssistPoseData_177_{ REL::Offset(0x03F289A8) }; - inline constexpr std::array ConcreteFormFactory_BGSAimDownSightModel_153_{ REL::Offset(0x03EFA620) }; - inline constexpr std::array ConcreteFormFactory_BGSAimModel_147_{ REL::Offset(0x03EFB820) }; - inline constexpr std::array ConcreteFormFactory_BGSAimOpticalSightModel_194_{ REL::Offset(0x03EFB268) }; - inline constexpr std::array ConcreteFormFactory_BGSAmbienceSet_195_{ REL::Offset(0x03F29D30) }; - inline constexpr std::array ConcreteFormFactory_BGSArtObject_139_{ REL::Offset(0x03EF9620) }; - inline constexpr std::array ConcreteFormFactory_BGSAssociationType_137_{ REL::Offset(0x03F28C90) }; - inline constexpr std::array ConcreteFormFactory_BGSAtmosphere_173_{ REL::Offset(0x03EFB020) }; - inline constexpr std::array ConcreteFormFactory_BGSAttractionRule_157_{ REL::Offset(0x03EF8A48) }; - inline constexpr std::array ConcreteFormFactory_BGSAudioOcclusionPrimitive_21_{ REL::Offset(0x03EFBB60) }; - inline constexpr std::array ConcreteFormFactory_BGSBendableSpline_60_{ REL::Offset(0x03EFB640) }; - inline constexpr std::array ConcreteFormFactory_BGSBiomeMarkerObject_56_{ REL::Offset(0x03F26E40) }; - inline constexpr std::array ConcreteFormFactory_BGSBiome_160_{ REL::Offset(0x03F27A18) }; - inline constexpr std::array ConcreteFormFactory_BGSBodyPartData_107_{ REL::Offset(0x03F29268) }; - inline constexpr std::array ConcreteFormFactory_BGSBoneModifier_184_{ REL::Offset(0x03F273C8) }; - inline constexpr std::array ConcreteFormFactory_BGSCameraPath_111_{ REL::Offset(0x03EFAA50) }; - inline constexpr std::array ConcreteFormFactory_BGSCameraShot_110_{ REL::Offset(0x03EFC1B0) }; - inline constexpr std::array ConcreteFormFactory_BGSChallengeForm_214_{ REL::Offset(0x03F26AC0) }; - inline constexpr std::array ConcreteFormFactory_BGSCloudForm_204_{ REL::Offset(0x03F28FC0) }; - inline constexpr std::array ConcreteFormFactory_BGSCollisionLayer_143_{ REL::Offset(0x03F2A350) }; - inline constexpr std::array ConcreteFormFactory_BGSColorForm_144_{ REL::Offset(0x03EFB1A0) }; - inline constexpr std::array ConcreteFormFactory_BGSConditionForm_188_{ REL::Offset(0x03EF91E0) }; - inline constexpr std::array ConcreteFormFactory_BGSConstructibleObject_151_{ REL::Offset(0x03F29D80) }; - inline constexpr std::array ConcreteFormFactory_BGSCurve3DForm_33_{ REL::Offset(0x03EFAE80) }; - inline constexpr std::array ConcreteFormFactory_BGSCurveForm_32_{ REL::Offset(0x03EFC0B0) }; - inline constexpr std::array ConcreteFormFactory_BGSDamageType_11_{ REL::Offset(0x03F27BC8) }; - inline constexpr std::array ConcreteFormFactory_BGSDebris_102_{ REL::Offset(0x03F29868) }; - inline constexpr std::array ConcreteFormFactory_BGSDialogueBranch_129_{ REL::Offset(0x03EF8D00) }; - inline constexpr std::array ConcreteFormFactory_BGSDualCastData_142_{ REL::Offset(0x03F29FE0) }; - inline constexpr std::array ConcreteFormFactory_BGSEffectSequenceForm_201_{ REL::Offset(0x03F28AB0) }; - inline constexpr std::array ConcreteFormFactory_BGSEquipSlot_134_{ REL::Offset(0x03F28440) }; - inline constexpr std::array ConcreteFormFactory_BGSExplosion_101_{ REL::Offset(0x03EF9E38) }; - inline constexpr std::array ConcreteFormFactory_BGSFogVolumeForm_205_{ REL::Offset(0x03EF8D50) }; - inline constexpr std::array ConcreteFormFactory_BGSFootstepSet_125_{ REL::Offset(0x03F29E40) }; - inline constexpr std::array ConcreteFormFactory_BGSFootstep_124_{ REL::Offset(0x03EFB070) }; - inline constexpr std::array ConcreteFormFactory_BGSForceData_199_{ REL::Offset(0x03F27050) }; - inline constexpr std::array ConcreteFormFactory_BGSFormFolderKeywordList_5_{ REL::Offset(0x03EF94D8) }; - inline constexpr std::array ConcreteFormFactory_BGSGenericBaseFormTemplate_64_{ REL::Offset(0x03F26B20) }; - inline constexpr std::array ConcreteFormFactory_BGSGenericBaseForm_65_{ REL::Offset(0x03EFA898) }; - inline constexpr std::array ConcreteFormFactory_BGSGroundCover_168_{ REL::Offset(0x03EF9400) }; - inline constexpr std::array ConcreteFormFactory_BGSHazard_59_{ REL::Offset(0x03F29118) }; - inline constexpr std::array ConcreteFormFactory_BGSHeadPart_15_{ REL::Offset(0x03F27578) }; - inline constexpr std::array ConcreteFormFactory_BGSIdleMarker_55_{ REL::Offset(0x03F2A2B0) }; - inline constexpr std::array ConcreteFormFactory_BGSImpactDataSet_115_{ REL::Offset(0x03F28D80) }; - inline constexpr std::array ConcreteFormFactory_BGSImpactData_114_{ REL::Offset(0x03F27778) }; - inline constexpr std::array ConcreteFormFactory_BGSInstanceNamingRules_154_{ REL::Offset(0x03F27E78) }; - inline constexpr std::array ConcreteFormFactory_BGSKeyword_4_{ REL::Offset(0x03EFBEB0) }; - inline constexpr std::array ConcreteFormFactory_BGSLayeredMaterialSwap_198_{ REL::Offset(0x03F27328) }; - inline constexpr std::array ConcreteFormFactory_BGSLegendaryItem_207_{ REL::Offset(0x03F27428) }; - inline constexpr std::array ConcreteFormFactory_BGSLensFlare_162_{ REL::Offset(0x03EFAAB0) }; - inline constexpr std::array ConcreteFormFactory_BGSLevGenericBaseForm_66_{ REL::Offset(0x03EFAB50) }; - inline constexpr std::array ConcreteFormFactory_BGSLevPackIn_52_{ REL::Offset(0x03F29958) }; - inline constexpr std::array ConcreteFormFactory_BGSLevSpaceCell_174_{ REL::Offset(0x03F28908) }; - inline constexpr std::array ConcreteFormFactory_BGSLightingTemplate_122_{ REL::Offset(0x03F287B0) }; - inline constexpr std::array ConcreteFormFactory_BGSListForm_105_{ REL::Offset(0x03F29728) }; - inline constexpr std::array ConcreteFormFactory_BGSLocationRefType_6_{ REL::Offset(0x03EFA400) }; - inline constexpr std::array ConcreteFormFactory_BGSLocation_117_{ REL::Offset(0x03EF87F0) }; - inline constexpr std::array ConcreteFormFactory_BGSMaterialPathForm_203_{ REL::Offset(0x03F292B8) }; - inline constexpr std::array ConcreteFormFactory_BGSMaterialType_113_{ REL::Offset(0x03EFAD78) }; - inline constexpr std::array ConcreteFormFactory_BGSMeleeAimAssistModel_149_{ REL::Offset(0x03EF8618) }; - inline constexpr std::array ConcreteFormFactory_BGSMessage_118_{ REL::Offset(0x03EF9180) }; - inline constexpr std::array ConcreteFormFactory_BGSMod__Attachment__Mod_152_{ REL::Offset(0x03F28958) }; - inline constexpr std::array ConcreteFormFactory_BGSMorphableObject_169_{ REL::Offset(0x03EF8B30) }; - inline constexpr std::array ConcreteFormFactory_BGSMovableStatic_44_{ REL::Offset(0x03F28120) }; - inline constexpr std::array ConcreteFormFactory_BGSMovementType_141_{ REL::Offset(0x03EF9C38) }; - inline constexpr std::array ConcreteFormFactory_BGSMusicTrackFormWrapper_130_{ REL::Offset(0x03F27C28) }; - inline constexpr std::array ConcreteFormFactory_BGSMusicType_123_{ REL::Offset(0x03EFC150) }; - inline constexpr std::array ConcreteFormFactory_BGSNote_57_{ REL::Offset(0x03F29218) }; - inline constexpr std::array ConcreteFormFactory_BGSObjectSwap_172_{ REL::Offset(0x03EFA340) }; - inline constexpr std::array ConcreteFormFactory_BGSOutfit_138_{ REL::Offset(0x03EFB0D0) }; - inline constexpr std::array ConcreteFormFactory_BGSPackIn_43_{ REL::Offset(0x03F2A4C8) }; - inline constexpr std::array ConcreteFormFactory_BGSParticleSystemDefineCollection_208_{ REL::Offset(0x03F27178) }; - inline constexpr std::array ConcreteFormFactory_BGSPerk_106_{ REL::Offset(0x03F27CC8) }; - inline constexpr std::array ConcreteFormFactory_BGSPhotoModeFeature_210_{ REL::Offset(0x03F296D8) }; - inline constexpr std::array ConcreteFormFactory_BGSPlanetContentManagerBranchNode_189_{ REL::Offset(0x03EFB2C8) }; - inline constexpr std::array ConcreteFormFactory_BGSPlanetContentManagerContentNode_190_{ REL::Offset(0x03EFB128) }; - inline constexpr std::array ConcreteFormFactory_BGSPlanetContentManagerTree_183_{ REL::Offset(0x03EFB6E8) }; - inline constexpr std::array ConcreteFormFactory_BGSPlanet__PlanetData_186_{ REL::Offset(0x03EF86C0) }; - inline constexpr std::array ConcreteFormFactory_BGSProjectedDecal_26_{ REL::Offset(0x03F29448) }; - inline constexpr std::array ConcreteFormFactory_BGSProjectile_58_{ REL::Offset(0x03F26FF0) }; - inline constexpr std::array ConcreteFormFactory_BGSReferenceGroup_146_{ REL::Offset(0x03EF9878) }; - inline constexpr std::array ConcreteFormFactory_BGSRelationship_135_{ REL::Offset(0x03EF9F88) }; - inline constexpr std::array ConcreteFormFactory_BGSResearchProjectForm_193_{ REL::Offset(0x03EF90D8) }; - inline constexpr std::array ConcreteFormFactory_BGSResourceGenerationData_171_{ REL::Offset(0x03F28A60) }; - inline constexpr std::array ConcreteFormFactory_BGSResource_159_{ REL::Offset(0x03EFA6D0) }; - inline constexpr std::array ConcreteFormFactory_BGSReverbParameters_145_{ REL::Offset(0x03F2A080) }; - inline constexpr std::array ConcreteFormFactory_BGSScene_136_{ REL::Offset(0x03F271C8) }; - inline constexpr std::array ConcreteFormFactory_BGSSecondaryDamageList_202_{ REL::Offset(0x03EFB770) }; - inline constexpr std::array ConcreteFormFactory_BGSShaderParticleGeometryData_70_{ REL::Offset(0x03EF8750) }; - inline constexpr std::array ConcreteFormFactory_BGSSnapBehavior_185_{ REL::Offset(0x03F2A300) }; - inline constexpr std::array ConcreteFormFactory_BGSSnapTemplateNode_166_{ REL::Offset(0x03F27F80) }; - inline constexpr std::array ConcreteFormFactory_BGSSnapTemplate_167_{ REL::Offset(0x03EFBCF0) }; - inline constexpr std::array ConcreteFormFactory_BGSSoundEcho_19_{ REL::Offset(0x03F28BA0) }; - inline constexpr std::array ConcreteFormFactory_BGSSoundKeywordMapping_155_{ REL::Offset(0x03EFBA40) }; - inline constexpr std::array ConcreteFormFactory_BGSSoundTagSet_158_{ REL::Offset(0x03F27220) }; - inline constexpr std::array ConcreteFormFactory_BGSSpeechChallengeObject_175_{ REL::Offset(0x03EF9B28) }; - inline constexpr std::array ConcreteFormFactory_BGSStaticCollection_42_{ REL::Offset(0x03EF9248) }; - inline constexpr std::array ConcreteFormFactory_BGSStoryManagerBranchNode_126_{ REL::Offset(0x03F283A0) }; - inline constexpr std::array ConcreteFormFactory_BGSStoryManagerEventNode_128_{ REL::Offset(0x03F2A3A0) }; - inline constexpr std::array ConcreteFormFactory_BGSStoryManagerQuestNode_127_{ REL::Offset(0x03F26C98) }; - inline constexpr std::array ConcreteFormFactory_BGSSurface__Block_179_{ REL::Offset(0x03EF8E68) }; - inline constexpr std::array ConcreteFormFactory_BGSSurface__PatternStyle_197_{ REL::Offset(0x03EF8840) }; - inline constexpr std::array ConcreteFormFactory_BGSSurface__Pattern_181_{ REL::Offset(0x03F28C40) }; - inline constexpr std::array ConcreteFormFactory_BGSSurface__Tree_182_{ REL::Offset(0x03EF8F10) }; - inline constexpr std::array ConcreteFormFactory_BGSTalkingActivator_31_{ REL::Offset(0x03F26DF0) }; - inline constexpr std::array ConcreteFormFactory_BGSTerminalMenu_200_{ REL::Offset(0x03F26CE8) }; - inline constexpr std::array ConcreteFormFactory_BGSTerminal_62_{ REL::Offset(0x03EF9320) }; - inline constexpr std::array ConcreteFormFactory_BGSTextureSet_9_{ REL::Offset(0x03F27A70) }; - inline constexpr std::array ConcreteFormFactory_BGSTimeOfDayData_211_{ REL::Offset(0x03EFC010) }; - inline constexpr std::array ConcreteFormFactory_BGSTransform_8_{ REL::Offset(0x03F28020) }; - inline constexpr std::array ConcreteFormFactory_BGSTraversal_170_{ REL::Offset(0x03F29908) }; - inline constexpr std::array ConcreteFormFactory_BGSVoiceType_112_{ REL::Offset(0x03F27618) }; - inline constexpr std::array ConcreteFormFactory_BGSVolumetricLighting_178_{ REL::Offset(0x043B7B30) }; - inline constexpr std::array ConcreteFormFactory_BGSWeaponBarrelModel_196_{ REL::Offset(0x03F2A120) }; - inline constexpr std::array ConcreteFormFactory_BGSWeatherSettingsForm_68_{ REL::Offset(0x03F29070) }; - inline constexpr std::array ConcreteFormFactory_BGSWwiseEventForm_192_{ REL::Offset(0x03F27100) }; - inline constexpr std::array ConcreteFormFactory_BGSWwiseKeywordMapping_206_{ REL::Offset(0x03F29CE0) }; - inline constexpr std::array ConcreteFormFactory_BSGalaxy__BGSStar_191_{ REL::Offset(0x03EF9598) }; - inline constexpr std::array ConcreteFormFactory_BSGalaxy__BGSSunPresetForm_209_{ REL::Offset(0x03EF8B98) }; - inline constexpr std::array ConcreteFormFactory_EffectSetting_23_{ REL::Offset(0x03EF9020) }; - inline constexpr std::array ConcreteFormFactory_EnchantmentItem_27_{ REL::Offset(0x03EFB200) }; - inline constexpr std::array ConcreteFormFactory_IngredientItem_38_{ REL::Offset(0x03EFA7E8) }; - inline constexpr std::array ConcreteFormFactory_NavMesh_87_{ REL::Offset(0x03F286A8) }; - inline constexpr std::array ConcreteFormFactory_Script_24_{ REL::Offset(0x03EFAED0) }; - inline constexpr std::array ConcreteFormFactory_ScrollItem_29_{ REL::Offset(0x03EFB9F0) }; - inline constexpr std::array ConcreteFormFactory_SpellItem_28_{ REL::Offset(0x03F275C8) }; - inline constexpr std::array ConcreteFormFactory_TESAmmo_49_{ REL::Offset(0x03EFA2F0) }; - inline constexpr std::array ConcreteFormFactory_TESClass_12_{ REL::Offset(0x03F272D8) }; - inline constexpr std::array ConcreteFormFactory_TESClimate_69_{ REL::Offset(0x03EF98D0) }; - inline constexpr std::array ConcreteFormFactory_TESCombatStyle_94_{ REL::Offset(0x03F28ED0) }; - inline constexpr std::array ConcreteFormFactory_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm_213_{ REL::Offset(0x03EFB870) }; - inline constexpr std::array ConcreteFormFactory_TESEffectShader_99_{ REL::Offset(0x03EFBFC0) }; - inline constexpr std::array ConcreteFormFactory_TESEyes_16_{ REL::Offset(0x03F28E20) }; - inline constexpr std::array ConcreteFormFactory_TESFaction_13_{ REL::Offset(0x03EFB940) }; - inline constexpr std::array ConcreteFormFactory_TESFlora_46_{ REL::Offset(0x03EFBA90) }; - inline constexpr std::array ConcreteFormFactory_TESFurniture_47_{ REL::Offset(0x03EF9128) }; - inline constexpr std::array ConcreteFormFactory_TESGlobal_10_{ REL::Offset(0x03F29358) }; - inline constexpr std::array ConcreteFormFactory_TESGrass_45_{ REL::Offset(0x03F288B8) }; - inline constexpr std::array ConcreteFormFactory_TESIdleForm_92_{ REL::Offset(0x03EFA088) }; - inline constexpr std::array ConcreteFormFactory_TESImageSpaceModifier_104_{ REL::Offset(0x03EFAD18) }; - inline constexpr std::array ConcreteFormFactory_TESImageSpace_103_{ REL::Offset(0x03F293F8) }; - inline constexpr std::array ConcreteFormFactory_TESKey_53_{ REL::Offset(0x03F2A210) }; - inline constexpr std::array ConcreteFormFactory_TESLandTexture_25_{ REL::Offset(0x03F28760) }; - inline constexpr std::array ConcreteFormFactory_TESLevCharacter_51_{ REL::Offset(0x03F29010) }; - inline constexpr std::array ConcreteFormFactory_TESLevItem_63_{ REL::Offset(0x03EFA5A8) }; - inline constexpr std::array ConcreteFormFactory_TESLevSpell_96_{ REL::Offset(0x03EFAC60) }; - inline constexpr std::array ConcreteFormFactory_TESLoadScreen_95_{ REL::Offset(0x03F27528) }; - inline constexpr std::array ConcreteFormFactory_TESNPC_50_{ REL::Offset(0x03EFB368) }; - inline constexpr std::array ConcreteFormFactory_TESObjectACTI_30_{ REL::Offset(0x03F298B8) }; - inline constexpr std::array ConcreteFormFactory_TESObjectANIO_97_{ REL::Offset(0x03F29178) }; - inline constexpr std::array ConcreteFormFactory_TESObjectARMA_116_{ REL::Offset(0x03F274D8) }; - inline constexpr std::array ConcreteFormFactory_TESObjectARMO_34_{ REL::Offset(0x03EF99D8) }; - inline constexpr std::array ConcreteFormFactory_TESObjectBOOK_35_{ REL::Offset(0x03F297C8) }; - inline constexpr std::array ConcreteFormFactory_TESObjectCELL_73_{ REL::Offset(0x03EFA148) }; - inline constexpr std::array ConcreteFormFactory_TESObjectCONT_36_{ REL::Offset(0x03F28B00) }; - inline constexpr std::array ConcreteFormFactory_TESObjectDOOR_37_{ REL::Offset(0x03EFB580) }; - inline constexpr std::array ConcreteFormFactory_TESObjectLIGH_39_{ REL::Offset(0x03EFBCA0) }; - inline constexpr std::array ConcreteFormFactory_TESObjectMISC_40_{ REL::Offset(0x03F27728) }; - inline constexpr std::array ConcreteFormFactory_TESObjectSTAT_41_{ REL::Offset(0x03EF9E88) }; - inline constexpr std::array ConcreteFormFactory_TESObjectWEAP_48_{ REL::Offset(0x03EFAC00) }; - inline constexpr std::array ConcreteFormFactory_TESQuest_91_{ REL::Offset(0x03F29688) }; - inline constexpr std::array ConcreteFormFactory_TESRace_17_{ REL::Offset(0x03EFBBB0) }; - inline constexpr std::array ConcreteFormFactory_TESRegion_71_{ REL::Offset(0x03F29630) }; - inline constexpr std::array ConcreteFormFactory_TESShout_133_{ REL::Offset(0x03F2A1C0) }; - inline constexpr std::array ConcreteFormFactory_TESSoulGem_61_{ REL::Offset(0x03F270B0) }; - inline constexpr std::array ConcreteFormFactory_TESSound_18_{ REL::Offset(0x03F293A8) }; - inline constexpr std::array ConcreteFormFactory_TESTopicInfo_90_{ REL::Offset(0x03F29F90) }; - inline constexpr std::array ConcreteFormFactory_TESTopic_89_{ REL::Offset(0x03F27920) }; - inline constexpr std::array ConcreteFormFactory_TESWaterForm_98_{ REL::Offset(0x03EFBF50) }; - inline constexpr std::array ConcreteFormFactory_TESWeather_67_{ REL::Offset(0x03EF9398) }; - inline constexpr std::array ConcreteFormFactory_TESWordOfPower_132_{ REL::Offset(0x03EF9670) }; - inline constexpr std::array ConcreteFormFactory_TESWorldSpace_86_{ REL::Offset(0x03EF9930) }; - inline constexpr std::array ConcreteObjectFormFactoryAcceptsFormID_BGSLocation_117_72_7_{ REL::Offset(0x03EF9A78) }; - inline constexpr std::array ConcreteObjectFormFactory_ActorValueInfo_109_120_4_{ REL::Offset(0x03EFA990) }; - inline constexpr std::array ConcreteObjectFormFactory_AlchemyItem_54_17_2_{ REL::Offset(0x03F27818) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAcousticSpace_20_65_8_{ REL::Offset(0x03F27878) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAction_7_77_0_{ REL::Offset(0x03F290C8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAddonNode_108_41_6_{ REL::Offset(0x03F28F20) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAffinityEvent_14_54_5_{ REL::Offset(0x03EFB530) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAimAssistModel_148_108_1_{ REL::Offset(0x03F2A030) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAimAssistPoseData_177_144_1_{ REL::Offset(0x03F295D8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAimDownSightModel_153_110_1_{ REL::Offset(0x03EFA8E8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAimModel_147_107_1_{ REL::Offset(0x03F28818) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAimOpticalSightModel_194_111_1_{ REL::Offset(0x03F29BD8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAmbienceSet_195_162_8_{ REL::Offset(0x03EF9538) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSArtObject_139_85_6_{ REL::Offset(0x03F29C28) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAssociationType_137_83_5_{ REL::Offset(0x03F286F8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAtmosphere_173_136_7_{ REL::Offset(0x03EF8E10) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAttractionRule_157_121_4_{ REL::Offset(0x03EFA838) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSAudioOcclusionPrimitive_21_180_8_{ REL::Offset(0x03F283F0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSBendableSpline_60_104_4_{ REL::Offset(0x03F27E10) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSBiomeMarkerObject_56_159_3_{ REL::Offset(0x03EFA0F0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSBiome_160_126_7_{ REL::Offset(0x03F28D30) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSBodyPartData_107_40_0_{ REL::Offset(0x03EF8EC0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSBoneModifier_184_151_5_{ REL::Offset(0x03EF8BF0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSCameraShot_110_43_6_{ REL::Offset(0x03F27F18) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSChallengeForm_214_184_4_{ REL::Offset(0x03EF8DB0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSCloudForm_204_172_7_{ REL::Offset(0x03F29818) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSCollisionLayer_143_97_4_{ REL::Offset(0x03EFC060) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSColorForm_144_99_4_{ REL::Offset(0x03F28868) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSConditionForm_188_154_4_{ REL::Offset(0x03F28490) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSConstructibleObject_151_64_1_{ REL::Offset(0x03F28650) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSCurve3DForm_33_143_4_{ REL::Offset(0x03EF9CA8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSCurveForm_32_142_4_{ REL::Offset(0x03F26EF0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSDamageType_11_119_4_{ REL::Offset(0x03F294E8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSDebris_102_36_6_{ REL::Offset(0x03EF96D0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSDualCastData_142_95_2_{ REL::Offset(0x03EF9ED8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSEffectSequenceForm_201_168_6_{ REL::Offset(0x03EF8C90) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSEquipSlot_134_82_5_{ REL::Offset(0x03F28238) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSExplosion_101_34_6_{ REL::Offset(0x03EF9FD8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSFogVolumeForm_205_173_7_{ REL::Offset(0x03F28CE0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSFootstepSet_125_75_6_{ REL::Offset(0x03EF8F70) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSFootstep_124_74_6_{ REL::Offset(0x03EFB318) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSForceData_199_166_6_{ REL::Offset(0x03F282F0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSFormFolderKeywordList_5_178_4_{ REL::Offset(0x03EF89F8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSGenericBaseFormTemplate_64_127_9_{ REL::Offset(0x03F29778) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSGenericBaseForm_65_128_9_{ REL::Offset(0x03F278C8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSGroundCover_168_130_7_{ REL::Offset(0x03F27D20) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSHazard_59_93_6_{ REL::Offset(0x03EF89A0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSHeadPart_15_52_5_{ REL::Offset(0x03EFB8D8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSIdleMarker_55_30_4_{ REL::Offset(0x03EF9988) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSImpactDataSet_115_45_6_{ REL::Offset(0x03EFA238) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSImpactData_114_44_6_{ REL::Offset(0x03EF9AC8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSInstanceNamingRules_154_116_4_{ REL::Offset(0x03F284E0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSKeyword_4_71_4_{ REL::Offset(0x03EFAF28) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLayeredMaterialSwap_198_165_4_{ REL::Offset(0x03EFA4F0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLegendaryItem_207_175_1_{ REL::Offset(0x03F29B38) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLensFlare_162_123_6_{ REL::Offset(0x03F29F30) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLevGenericBaseForm_66_137_9_{ REL::Offset(0x03EFA488) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLevPackIn_52_102_4_{ REL::Offset(0x03EFB5E0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLevSpaceCell_174_139_4_{ REL::Offset(0x03F285E8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLightingTemplate_122_88_7_{ REL::Offset(0x03F28F70) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSListForm_105_38_4_{ REL::Offset(0x03EF8950) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSLocationRefType_6_73_7_{ REL::Offset(0x03F29498) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMaterialPathForm_203_170_4_{ REL::Offset(0x03F28080) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMaterialType_113_76_6_{ REL::Offset(0x03F27AC0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMeleeAimAssistModel_149_109_1_{ REL::Offset(0x03EFA288) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMessage_118_63_4_{ REL::Offset(0x03EFACB0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMod__Attachment__Mod_152_113_1_{ REL::Offset(0x03F27478) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMorphableObject_169_129_5_{ REL::Offset(0x03F28BF0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMovableStatic_44_42_3_{ REL::Offset(0x03F26F40) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMovementType_141_92_5_{ REL::Offset(0x03F277C8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMusicTrackFormWrapper_130_78_8_{ REL::Offset(0x03F26EA0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSMusicType_123_69_8_{ REL::Offset(0x03EFBD50) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSNote_57_55_1_{ REL::Offset(0x03EF9828) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSObjectSwap_172_135_7_{ REL::Offset(0x03F299F8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSOutfit_138_84_1_{ REL::Offset(0x03F27678) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSPackIn_43_101_3_{ REL::Offset(0x03EF85C8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSParticleSystemDefineCollection_208_177_6_{ REL::Offset(0x03F29E90) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSPerk_106_39_0_{ REL::Offset(0x03F29EE0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSPhotoModeFeature_210_181_4_{ REL::Offset(0x03F28188) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSPlanetContentManagerTree_183_150_7_{ REL::Offset(0x03F26D88) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSPlanet__PlanetData_186_153_7_{ REL::Offset(0x03EFBE00) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSProjectedDecal_26_171_3_{ REL::Offset(0x03EF9DE8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSProjectile_58_32_6_{ REL::Offset(0x03F29588) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSRelationship_135_81_5_{ REL::Offset(0x03EFABB0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSResearchProjectForm_193_161_1_{ REL::Offset(0x03F28DD0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSResourceGenerationData_171_134_7_{ REL::Offset(0x03EF8FD0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSResource_159_125_7_{ REL::Offset(0x03EFA1E8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSReverbParameters_145_100_8_{ REL::Offset(0x03F27B60) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSecondaryDamageList_202_169_4_{ REL::Offset(0x03EFBF00) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSShaderParticleGeometryData_70_89_6_{ REL::Offset(0x03EFBC00) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSnapBehavior_185_152_4_{ REL::Offset(0x03EF9B78) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSnapTemplateNode_166_132_4_{ REL::Offset(0x03F29538) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSnapTemplate_167_133_4_{ REL::Offset(0x03F29A48) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSoundEcho_19_138_8_{ REL::Offset(0x03EFA770) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSoundKeywordMapping_155_117_8_{ REL::Offset(0x03EFAE30) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSoundTagSet_158_122_8_{ REL::Offset(0x03EFB468) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSpeechChallengeObject_175_140_5_{ REL::Offset(0x03F26FA0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSStaticCollection_42_70_3_{ REL::Offset(0x03EF8890) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSStoryManagerEventNode_128_94_5_{ REL::Offset(0x03F29DD0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__Block_179_146_7_{ REL::Offset(0x03F28530) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__PatternStyle_197_164_7_{ REL::Offset(0x03EFBC50) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__Pattern_181_148_7_{ REL::Offset(0x03EF8668) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__Tree_182_149_7_{ REL::Offset(0x03EFC100) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTalkingActivator_31_33_0_{ REL::Offset(0x03F27378) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTerminalMenu_200_167_7_{ REL::Offset(0x03EFA548) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTerminal_62_118_3_{ REL::Offset(0x03EFA198) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTextureSet_9_35_4_{ REL::Offset(0x03EF88F0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTimeOfDayData_211_182_7_{ REL::Offset(0x03EFBAE0) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTransform_8_115_4_{ REL::Offset(0x03EFA670) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSTraversal_170_131_4_{ REL::Offset(0x03F26BD8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSVoiceType_112_48_5_{ REL::Offset(0x03F291C8) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSVolumetricLighting_178_145_6_{ REL::Offset(0x043B7B98) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSWeaponBarrelModel_196_163_1_{ REL::Offset(0x03F29C90) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSWeatherSettingsForm_68_176_7_{ REL::Offset(0x03F2A260) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSWwiseEventForm_192_158_8_{ REL::Offset(0x03F26C28) }; - inline constexpr std::array ConcreteObjectFormFactory_BGSWwiseKeywordMapping_206_174_8_{ REL::Offset(0x03F28288) }; - inline constexpr std::array ConcreteObjectFormFactory_BSGalaxy__BGSStar_191_155_7_{ REL::Offset(0x03F29B88) }; - inline constexpr std::array ConcreteObjectFormFactory_BSGalaxy__BGSSunPresetForm_209_179_7_{ REL::Offset(0x03F27B10) }; - inline constexpr std::array ConcreteObjectFormFactory_EffectSetting_23_68_2_{ REL::Offset(0x03F27970) }; - inline constexpr std::array ConcreteObjectFormFactory_EnchantmentItem_27_16_2_{ REL::Offset(0x03F26D38) }; - inline constexpr std::array ConcreteObjectFormFactory_IngredientItem_38_5_1_{ REL::Offset(0x03F2A170) }; - inline constexpr std::array ConcreteObjectFormFactory_Script_24_67_10_{ REL::Offset(0x03F28580) }; - inline constexpr std::array ConcreteObjectFormFactory_ScrollItem_29_98_10_{ REL::Offset(0x03F276C8) }; - inline constexpr std::array ConcreteObjectFormFactory_SpellItem_28_15_2_{ REL::Offset(0x03F280D0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESAmmo_49_20_1_{ REL::Offset(0x03EFADC8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESClass_12_49_5_{ REL::Offset(0x03F29308) }; - inline constexpr std::array ConcreteObjectFormFactory_TESClimate_69_57_7_{ REL::Offset(0x03EFB418) }; - inline constexpr std::array ConcreteObjectFormFactory_TESCombatStyle_94_25_0_{ REL::Offset(0x03EF8AB8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESEffectShader_99_31_6_{ REL::Offset(0x03F29A98) }; - inline constexpr std::array ConcreteObjectFormFactory_TESEyes_16_51_10_{ REL::Offset(0x03EFB698) }; - inline constexpr std::array ConcreteObjectFormFactory_TESFaction_13_53_5_{ REL::Offset(0x03F27D70) }; - inline constexpr std::array ConcreteObjectFormFactory_TESGlobal_10_59_4_{ REL::Offset(0x03EFB998) }; - inline constexpr std::array ConcreteObjectFormFactory_TESGrass_45_9_3_{ REL::Offset(0x03EF9460) }; - inline constexpr std::array ConcreteObjectFormFactory_TESImageSpaceModifier_104_61_6_{ REL::Offset(0x03EFB4D0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESImageSpace_103_60_6_{ REL::Offset(0x03EF97D0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESKey_53_19_1_{ REL::Offset(0x03F27C78) }; - inline constexpr std::array ConcreteObjectFormFactory_TESLandTexture_25_24_7_{ REL::Offset(0x03EFB3C8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESLevCharacter_51_14_0_{ REL::Offset(0x03F27288) }; - inline constexpr std::array ConcreteObjectFormFactory_TESLevItem_63_18_1_{ REL::Offset(0x03EFBDB0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESLevSpell_96_27_2_{ REL::Offset(0x03F28340) }; - inline constexpr std::array ConcreteObjectFormFactory_TESLoadScreen_95_26_4_{ REL::Offset(0x03EF9F28) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectACTI_30_0_3_{ REL::Offset(0x03EFA9F0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectANIO_97_28_4_{ REL::Offset(0x03F29AE8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectARMA_116_58_1_{ REL::Offset(0x03EFBE50) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectBOOK_35_2_1_{ REL::Offset(0x03EF9780) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectDOOR_37_4_3_{ REL::Offset(0x03EF9D88) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectLIGH_39_6_3_{ REL::Offset(0x03EFA940) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectMISC_40_7_1_{ REL::Offset(0x03F281D8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESObjectSTAT_41_8_3_{ REL::Offset(0x03EFAFD0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESQuest_91_46_5_{ REL::Offset(0x03F2A0D0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESRace_17_50_5_{ REL::Offset(0x03EF9A28) }; - inline constexpr std::array ConcreteObjectFormFactory_TESShout_133_80_10_{ REL::Offset(0x03F279C8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESSoulGem_61_96_10_{ REL::Offset(0x03F27EC8) }; - inline constexpr std::array ConcreteObjectFormFactory_TESSound_18_23_8_{ REL::Offset(0x03EFA028) }; - inline constexpr std::array ConcreteObjectFormFactory_TESWaterForm_98_29_7_{ REL::Offset(0x03F27FD0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESWeather_67_56_7_{ REL::Offset(0x03EFB7C0) }; - inline constexpr std::array ConcreteObjectFormFactory_TESWordOfPower_132_79_10_{ REL::Offset(0x03F28A10) }; - inline constexpr std::array ConcreteObjectFormFactory_TESWorldSpace_86_183_3_{ REL::Offset(0x03F28B50) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffectGeometryDecal_3_{ REL::Offset(0x03F15390) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffectSPG_6_{ REL::Offset(0x03F15420) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffectScreenSpaceDecal_2_{ REL::Offset(0x03F153F0) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_1_{ REL::Offset(0x03F15378) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_4_{ REL::Offset(0x03F15360) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_5_{ REL::Offset(0x03F15348) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_7_{ REL::Offset(0x03F15330) }; - inline constexpr std::array ConcreteTempEffectFactory_BSTerrainEffect_0_{ REL::Offset(0x03F15408) }; - inline constexpr std::array ConcreteTempEffectFactory_ModelReferenceEffect_9_{ REL::Offset(0x03F15438) }; - inline constexpr std::array ConcreteTempEffectFactory_ReferenceEffect_8_{ REL::Offset(0x03F153A8) }; - inline constexpr std::array ConcreteTempEffectFactory_ShaderReferenceEffect_10_{ REL::Offset(0x03F153C0) }; - inline constexpr std::array ConcreteTempEffectFactory_SummonPlacementEffect_11_{ REL::Offset(0x03F153D8) }; - inline constexpr std::array ConditionVariable{ REL::Offset(0x045675A8) }; - inline constexpr std::array ConeProjectile{ REL::Offset(0x044E92F0), REL::Offset(0x044E9DE0), REL::Offset(0x044E9DF0), REL::Offset(0x044E9E58), REL::Offset(0x044E9E70), REL::Offset(0x044E9E88), REL::Offset(0x044E9EA0), REL::Offset(0x044E9EB8), REL::Offset(0x044E9ED0), REL::Offset(0x044E9EE8), REL::Offset(0x044E9F08) }; - inline constexpr std::array ConfigurableLODData_3_2_{ REL::Offset(0x043919B8) }; - inline constexpr std::array ConfigurableLODData_3_3_{ REL::Offset(0x043531E0) }; - inline constexpr std::array ConfigurableLODData_4_2_{ REL::Offset(0x04391988) }; - inline constexpr std::array ConfigurableLODData_4_4_{ REL::Offset(0x04353118) }; - inline constexpr std::array ConnectionTypeCallback{ REL::Offset(0x044C02D0) }; - inline constexpr std::array Console{ REL::Offset(0x0451C1B8), REL::Offset(0x0451C298), REL::Offset(0x0451C2B0) }; - inline constexpr std::array ConsoleLog{ REL::Offset(0x0451C3D0) }; - inline constexpr std::array ConsoleNativeUIMenu{ REL::Offset(0x0451C400), REL::Offset(0x0451C4E0), REL::Offset(0x0451C4F8) }; - inline constexpr std::array ContainerMenu{ REL::Offset(0x0451CB58), REL::Offset(0x0451CBB0), REL::Offset(0x0451CC90), REL::Offset(0x0451CCA8), REL::Offset(0x0451CCC0), REL::Offset(0x0451CCD8), REL::Offset(0x0451CCF0), REL::Offset(0x0451CD08), REL::Offset(0x0451CD20), REL::Offset(0x0451CD38), REL::Offset(0x0451CD50), REL::Offset(0x0451CD68), REL::Offset(0x0451CD80) }; - inline constexpr std::array ContainerMenuDataModel{ REL::Offset(0x0447DC38), REL::Offset(0x0447DC50) }; - inline constexpr std::array ContainerMenuDataModel__ContainerMenuEventShuttle{ REL::Offset(0x0447DC78) }; - inline constexpr std::array ContainerMenu_CloseMenu{ REL::Offset(0x0451CB10) }; - inline constexpr std::array ContainerMenu_HideModel{ REL::Offset(0x0451CE38) }; - inline constexpr std::array ContainerMenu_Jettison{ REL::Offset(0x0451CE78) }; - inline constexpr std::array ContainerMenu_LoadModel{ REL::Offset(0x0451CE18) }; - inline constexpr std::array ContainerMenu_OpenRefuelMenu{ REL::Offset(0x0451CE58) }; - inline constexpr std::array ContainerMenu_SetMouseOverModel{ REL::Offset(0x0451CB30) }; - inline constexpr std::array ContainerMenu_TakeAll{ REL::Offset(0x0451CDF8) }; - inline constexpr std::array ContainerMenu_ToggleEquip{ REL::Offset(0x0451CDB8) }; - inline constexpr std::array ContainerMenu_TransferAllResources{ REL::Offset(0x0451CDD8) }; - inline constexpr std::array ContainerMenu_TransferItem{ REL::Offset(0x0451CD98) }; - inline constexpr std::array ControlMapDataModel{ REL::Offset(0x0458F390), REL::Offset(0x0458F3A8) }; - inline constexpr std::array ControllerInternalState{ REL::Offset(0x0459F6B8), REL::Offset(0x0459F6E0) }; - inline constexpr std::array ConvertBoneToVar{ REL::Offset(0x04568C88) }; - inline constexpr std::array ConvertBoneToVarInstance{ REL::Offset(0x04568C18) }; - inline constexpr std::array CopyBoneWeights{ REL::Offset(0x0456A830) }; - inline constexpr std::array CopyBoneWeightsInstance{ REL::Offset(0x0456A7C0) }; - inline constexpr std::array CraftingInfoCardDataModel{ REL::Offset(0x04487468) }; - inline constexpr std::array CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle{ REL::Offset(0x04487968) }; - inline constexpr std::array CraftingMenuCommon{ REL::Offset(0x0447EF60), REL::Offset(0x0447EFC8), REL::Offset(0x0447EFE0), REL::Offset(0x0447EFF8) }; - inline constexpr std::array CraftingMenu_CraftItem{ REL::Offset(0x0447EF00) }; - inline constexpr std::array CraftingMenu_ExitBench{ REL::Offset(0x0447EDD0) }; - inline constexpr std::array CraftingMenu_Highlight3D{ REL::Offset(0x044BF990) }; - inline constexpr std::array CraftingMenu_InstallMod{ REL::Offset(0x0447EF40) }; - inline constexpr std::array CraftingMenu_RenameItem{ REL::Offset(0x0447EFA8) }; - inline constexpr std::array CraftingMenu_RevertHighlight{ REL::Offset(0x044BFA98) }; - inline constexpr std::array CraftingMenu_RevertedModdedItem{ REL::Offset(0x0447EEA0) }; - inline constexpr std::array CraftingMenu_SelectedMod{ REL::Offset(0x0447EEC0) }; - inline constexpr std::array CraftingMenu_SelectedModSlot{ REL::Offset(0x0447EE60) }; - inline constexpr std::array CraftingMenu_SelectedModdableItem{ REL::Offset(0x0447EE80) }; - inline constexpr std::array CraftingMenu_SelectedRecipe{ REL::Offset(0x0447EEE0) }; - inline constexpr std::array CraftingMenu_SetInspectControls{ REL::Offset(0x0447EE10) }; - inline constexpr std::array CraftingMenu_ToggleTracking{ REL::Offset(0x0447EDF0) }; - inline constexpr std::array CraftingMenu_ViewingModdableItem{ REL::Offset(0x0447EF20) }; - inline constexpr std::array CraftingRecipesDataModel{ REL::Offset(0x04487490) }; - inline constexpr std::array CraftingRecipesDataModel__CraftingRecipesEventShuttle{ REL::Offset(0x04487940) }; - inline constexpr std::array CraftingRequirementsDataModel{ REL::Offset(0x0447EE38) }; - inline constexpr std::array CraftingRequirementsDataModel__CraftingRequirementsEventShuttle{ REL::Offset(0x0447F188) }; - inline constexpr std::array CreateNavigationGridTask{ REL::Offset(0x043769B0) }; - inline constexpr std::array CreationRendererPrivate__AddProbeBorderRenderPass{ REL::Offset(0x045C1E30) }; - inline constexpr std::array CreationRendererPrivate__AddScatteringOrderRenderPass{ REL::Offset(0x047631D8) }; - inline constexpr std::array CreationRendererPrivate__AllocateSkinningBuffersRenderPass{ REL::Offset(0x0476B6A0) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Buffer_{ REL::Offset(0x045C2678) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Texture_{ REL::Offset(0x045C2690) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12{ REL::Offset(0x045C4EB0) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator{ REL::Offset(0x04763B80) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12{ REL::Offset(0x04763BB8) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12{ REL::Offset(0x045C4E98) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout{ REL::Offset(0x047670F8) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12{ REL::Offset(0x04766F88) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution{ REL::Offset(0x045C8480) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout{ REL::Offset(0x04766DB8) }; - inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12{ REL::Offset(0x04766DA0) }; - inline constexpr std::array CreationRendererPrivate__ArtValidationRenderPass{ REL::Offset(0x04767120) }; - inline constexpr std::array CreationRendererPrivate__AtmosphericScatteringRenderGraphBase{ REL::Offset(0x047632F8) }; - inline constexpr std::array CreationRendererPrivate__AtmosphericScatteringRenderPass{ REL::Offset(0x04763800) }; - inline constexpr std::array CreationRendererPrivate__BRDFIntegrationRenderPass{ REL::Offset(0x045BD470) }; - inline constexpr std::array CreationRendererPrivate__BakeSHBasisRenderPass{ REL::Offset(0x045BD500) }; - inline constexpr std::array CreationRendererPrivate__BaseParticleComputeLightingRenderPass{ REL::Offset(0x045BF3F0) }; - inline constexpr std::array CreationRendererPrivate__BaseParticlesRenderPass{ REL::Offset(0x047662F0) }; - inline constexpr std::array CreationRendererPrivate__BinkMovieDrawRenderPass{ REL::Offset(0x045BB360) }; - inline constexpr std::array CreationRendererPrivate__BinkMovieSubgraphRenderPass{ REL::Offset(0x045BB300) }; - inline constexpr std::array CreationRendererPrivate__BinkUpdatePlanesRenderPass{ REL::Offset(0x045BB3A8) }; - inline constexpr std::array CreationRendererPrivate__BlendAllReflectionProbesRenderPass{ REL::Offset(0x0476A2A8) }; - inline constexpr std::array CreationRendererPrivate__BlendProbeRayRenderPass{ REL::Offset(0x045C1CC8) }; - inline constexpr std::array CreationRendererPrivate__BlendReflectionProbeRenderPass{ REL::Offset(0x0476A390) }; - inline constexpr std::array CreationRendererPrivate__BlendedDecalRenderPass{ REL::Offset(0x0476C640) }; - inline constexpr std::array CreationRendererPrivate__BlendedDecal_OptionalRenderPass{ REL::Offset(0x0476C688) }; - inline constexpr std::array CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass{ REL::Offset(0x0476C6D0) }; - inline constexpr std::array CreationRendererPrivate__BlendedDecalsRenderPass{ REL::Offset(0x045C6EB0) }; - inline constexpr std::array CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass{ REL::Offset(0x047615F8) }; - inline constexpr std::array CreationRendererPrivate__BlurHeightfieldVerticalRenderPass{ REL::Offset(0x04761640) }; - inline constexpr std::array CreationRendererPrivate__BlurSpaceGlareRenderPass{ REL::Offset(0x045C8020) }; - inline constexpr std::array CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass{ REL::Offset(0x04764AE8) }; - inline constexpr std::array CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass{ REL::Offset(0x04764AA0) }; - inline constexpr std::array CreationRendererPrivate__BlurredMipChain_idTech7RenderPass{ REL::Offset(0x047672F8) }; - inline constexpr std::array CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass{ REL::Offset(0x047672B0) }; - inline constexpr std::array CreationRendererPrivate__BruteForceRaymarchingRenderPass{ REL::Offset(0x04763750) }; - inline constexpr std::array CreationRendererPrivate__BufferReadbackRenderPass{ REL::Offset(0x04767430) }; - inline constexpr std::array CreationRendererPrivate__BuildAccelerationStructureRenderPass{ REL::Offset(0x04767478) }; - inline constexpr std::array CreationRendererPrivate__CRBeginFrameRenderGraph{ REL::Offset(0x045C6398) }; - inline constexpr std::array CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue{ REL::Offset(0x045C0518) }; - inline constexpr std::array CreationRendererPrivate__CelestialBodiesGeometryRenderPass{ REL::Offset(0x047676E0) }; - inline constexpr std::array CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass{ REL::Offset(0x047675A8) }; - inline constexpr std::array CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass{ REL::Offset(0x04767650) }; - inline constexpr std::array CreationRendererPrivate__CelestialBodiesPrepareRenderPass{ REL::Offset(0x04767698) }; - inline constexpr std::array CreationRendererPrivate__CelestialBodiesRenderPass{ REL::Offset(0x047675F0) }; - inline constexpr std::array CreationRendererPrivate__ChargenMorphService{ REL::Offset(0x04764098) }; - inline constexpr std::array CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass{ REL::Offset(0x0476A090) }; - inline constexpr std::array CreationRendererPrivate__ClearFallbackCubemapRenderPass{ REL::Offset(0x045BD4B8) }; - inline constexpr std::array CreationRendererPrivate__ClearRenderGraphOutputRenderPass{ REL::Offset(0x045C6B00) }; - inline constexpr std::array CreationRendererPrivate__ClearShadowMapGroupRenderPass{ REL::Offset(0x045C6758) }; - inline constexpr std::array CreationRendererPrivate__ClearShadowMapsRenderPass{ REL::Offset(0x045C67A0) }; - inline constexpr std::array CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass{ REL::Offset(0x045C7CE0) }; - inline constexpr std::array CreationRendererPrivate__ClearThinDeferredGBufferRenderPass{ REL::Offset(0x0476A0D8) }; - inline constexpr std::array CreationRendererPrivate__CloudCardsRenderPass{ REL::Offset(0x047678E8) }; - inline constexpr std::array CreationRendererPrivate__CloudLayersRenderPass{ REL::Offset(0x04767858) }; - inline constexpr std::array CreationRendererPrivate__CloudsHalfResCompositeRenderPass{ REL::Offset(0x047678A0) }; - inline constexpr std::array CreationRendererPrivate__CloudsRenderPass{ REL::Offset(0x047677F8) }; - inline constexpr std::array CreationRendererPrivate__ColorGradingMergeRenderPass{ REL::Offset(0x04766058) }; - inline constexpr std::array CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass{ REL::Offset(0x045C2548) }; - inline constexpr std::array CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass{ REL::Offset(0x045C2338) }; - inline constexpr std::array CreationRendererPrivate__CompositeMomentBasedOITRenderPass{ REL::Offset(0x045C22F0) }; - inline constexpr std::array CreationRendererPrivate__ComputeLightInfluenceRenderPass{ REL::Offset(0x047690F8) }; - inline constexpr std::array CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass{ REL::Offset(0x047635E8) }; - inline constexpr std::array CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass{ REL::Offset(0x04763588) }; - inline constexpr std::array CreationRendererPrivate__ComputeSHCoefRenderPass{ REL::Offset(0x045BD548) }; - inline constexpr std::array CreationRendererPrivate__ComputeScatterRadianceRenderPass{ REL::Offset(0x04763268) }; - inline constexpr std::array CreationRendererPrivate__ComputeScatteringOrderRenderPass{ REL::Offset(0x04763220) }; - inline constexpr std::array CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass{ REL::Offset(0x045C7C30) }; - inline constexpr std::array CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass{ REL::Offset(0x045C7C98) }; - inline constexpr std::array CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass{ REL::Offset(0x045BC358) }; - inline constexpr std::array CreationRendererPrivate__CopyAtmosScatteringRenderPass{ REL::Offset(0x045C7B20) }; - inline constexpr std::array CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass{ REL::Offset(0x045C7B90) }; - inline constexpr std::array CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass{ REL::Offset(0x04763100) }; - inline constexpr std::array CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass{ REL::Offset(0x04763190) }; - inline constexpr std::array CreationRendererPrivate__CopyLightInfluenceRenderPass{ REL::Offset(0x04769008) }; - inline constexpr std::array CreationRendererPrivate__CopyRenderPass{ REL::Offset(0x045C6B48) }; - inline constexpr std::array CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass{ REL::Offset(0x04767DD8) }; - inline constexpr std::array CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass{ REL::Offset(0x04765D50) }; - inline constexpr std::array CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass{ REL::Offset(0x045C6848) }; - inline constexpr std::array CreationRendererPrivate__CopyToRenderGraphOutputRenderPass{ REL::Offset(0x045C6BD8) }; - inline constexpr std::array CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass{ REL::Offset(0x045C6B90) }; - inline constexpr std::array CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass{ REL::Offset(0x04764820) }; - inline constexpr std::array CreationRendererPrivate__CopyWithShaderRenderPass{ REL::Offset(0x045C6C20) }; - inline constexpr std::array CreationRendererPrivate__CubemapBackgroundRenderPass{ REL::Offset(0x04767950) }; - inline constexpr std::array CreationRendererPrivate__DeDitherRenderPass{ REL::Offset(0x047679B8) }; - inline constexpr std::array CreationRendererPrivate__DeferredCompositeRenderPass{ REL::Offset(0x04767A48) }; - inline constexpr std::array CreationRendererPrivate__DeferredGBufferOptionalRenderPass{ REL::Offset(0x04767AB0) }; - inline constexpr std::array CreationRendererPrivate__DeferredGBufferRenderPass{ REL::Offset(0x04767B40) }; - inline constexpr std::array CreationRendererPrivate__DeferredGBufferTranslucentRenderPass{ REL::Offset(0x04767AF8) }; - inline constexpr std::array CreationRendererPrivate__DepthDownsampleRenderPass{ REL::Offset(0x04767B88) }; - inline constexpr std::array CreationRendererPrivate__DepthGraphRenderPass{ REL::Offset(0x04767E20) }; - inline constexpr std::array CreationRendererPrivate__DepthMVFixupRenderPass{ REL::Offset(0x047643B8) }; - inline constexpr std::array CreationRendererPrivate__DepthMVFixupStandardRenderPass{ REL::Offset(0x04764418) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldBlurRenderPass{ REL::Offset(0x047762E0) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass{ REL::Offset(0x04776208) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldCoCRenderPass{ REL::Offset(0x04776328) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldCompositeRenderPass{ REL::Offset(0x04776370) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldDownsampleRenderPass{ REL::Offset(0x047763B8) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass{ REL::Offset(0x04776298) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass{ REL::Offset(0x04776400) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldSubGraph{ REL::Offset(0x04767E80) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldTAARenderPass{ REL::Offset(0x04776448) }; - inline constexpr std::array CreationRendererPrivate__DepthOfFieldTapBlurRenderPass{ REL::Offset(0x04776250) }; - inline constexpr std::array CreationRendererPrivate__DepthPrepassRenderPass{ REL::Offset(0x04767EE0) }; - inline constexpr std::array CreationRendererPrivate__DistantAtmospheresRenderPass{ REL::Offset(0x045C0790) }; - inline constexpr std::array CreationRendererPrivate__DistortionBaseRenderPass{ REL::Offset(0x047680B0) }; - inline constexpr std::array CreationRendererPrivate__DistortionCalculateColorRenderPass{ REL::Offset(0x047680F8) }; - inline constexpr std::array CreationRendererPrivate__DistortionOutputRenderPass{ REL::Offset(0x04768008) }; - inline constexpr std::array CreationRendererPrivate__DistortionParticlesRenderPass{ REL::Offset(0x04766398) }; - inline constexpr std::array CreationRendererPrivate__DistortionRenderPass{ REL::Offset(0x04768050) }; - inline constexpr std::array CreationRendererPrivate__DoubleVisionRenderPass{ REL::Offset(0x04776A60) }; - inline constexpr std::array CreationRendererPrivate__DownsampleHeightfieldRenderPass{ REL::Offset(0x047616D0) }; - inline constexpr std::array CreationRendererPrivate__DownsampleSpaceGlareRenderPass{ REL::Offset(0x045C7F90) }; - inline constexpr std::array CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass{ REL::Offset(0x045C0880) }; - inline constexpr std::array CreationRendererPrivate__DrawDistantAtmospheresRenderPass{ REL::Offset(0x045C0838) }; - inline constexpr std::array CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass{ REL::Offset(0x045C07F0) }; - inline constexpr std::array CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass{ REL::Offset(0x04768778) }; - inline constexpr std::array CreationRendererPrivate__DrawProjectedDecalsRenderPass{ REL::Offset(0x04769980) }; - inline constexpr std::array CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass{ REL::Offset(0x04769A10) }; - inline constexpr std::array CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass{ REL::Offset(0x04769A58) }; - inline constexpr std::array CreationRendererPrivate__DynamicResolution{ REL::Offset(0x045C83B8) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowBaseDrawSubGraph{ REL::Offset(0x045C6578) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowBuildIndexBufferRenderPass{ REL::Offset(0x0476B310) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowClearIndexCountsRenderPass{ REL::Offset(0x0476B358) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass{ REL::Offset(0x0476B2C8) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph{ REL::Offset(0x045C6638) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowDrawSubGraph{ REL::Offset(0x045C6698) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph{ REL::Offset(0x045C65D8) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass{ REL::Offset(0x0476B0D0) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass{ REL::Offset(0x0476B280) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass{ REL::Offset(0x0476B238) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass{ REL::Offset(0x0476B580) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowGraph{ REL::Offset(0x0476B4D8) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMapBarriersRenderPass{ REL::Offset(0x0476B088) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMaterialIndexCountRenderPass{ REL::Offset(0x0476B3A0) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass{ REL::Offset(0x0476B448) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass{ REL::Offset(0x0476B118) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass{ REL::Offset(0x0476B1A8) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass{ REL::Offset(0x0476B160) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass{ REL::Offset(0x0476B1F0) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass{ REL::Offset(0x0476B490) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowSceneSetupRenderPass{ REL::Offset(0x0476B040) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass{ REL::Offset(0x0476B538) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph{ REL::Offset(0x0476B3E8) }; - inline constexpr std::array CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass{ REL::Offset(0x045C6DD0) }; - inline constexpr std::array CreationRendererPrivate__EmptyRenderPass{ REL::Offset(0x045C6AB8) }; - inline constexpr std::array CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass{ REL::Offset(0x04763148) }; - inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass{ REL::Offset(0x04763028) }; - inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass{ REL::Offset(0x04763070) }; - inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRenderPass{ REL::Offset(0x047633A8) }; - inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass{ REL::Offset(0x047630B8) }; - inline constexpr std::array CreationRendererPrivate__FSR1EASURenderPass{ REL::Offset(0x04763F38) }; - inline constexpr std::array CreationRendererPrivate__FSR1RCASRenderPass{ REL::Offset(0x04763EF0) }; - inline constexpr std::array CreationRendererPrivate__FSR2ProduceInputsRenderPass{ REL::Offset(0x047682B8) }; - inline constexpr std::array CreationRendererPrivate__FSR2UpscaleRenderPass{ REL::Offset(0x04768300) }; - inline constexpr std::array CreationRendererPrivate__FaceCustomizationMipChainRenderPass{ REL::Offset(0x04768140) }; - inline constexpr std::array CreationRendererPrivate__FaceCustomizationRenderPass{ REL::Offset(0x04768188) }; - inline constexpr std::array CreationRendererPrivate__FillCullingDataRenderPass{ REL::Offset(0x047688E0) }; - inline constexpr std::array CreationRendererPrivate__FillHeightfieldCullingDataRenderPass{ REL::Offset(0x04765E28) }; - inline constexpr std::array CreationRendererPrivate__FilmGrainRenderPass{ REL::Offset(0x04776B48) }; - inline constexpr std::array CreationRendererPrivate__FilterCulledGeometriesRenderPass{ REL::Offset(0x0476ABF0) }; - inline constexpr std::array CreationRendererPrivate__FilterHeightfieldRenderPass{ REL::Offset(0x04761718) }; - inline constexpr std::array CreationRendererPrivate__FirstPersonDepthGraphRenderPass{ REL::Offset(0x045C6A58) }; - inline constexpr std::array CreationRendererPrivate__FirstPersonDepthRenderPass{ REL::Offset(0x04767F28) }; - inline constexpr std::array CreationRendererPrivate__FixupIndirectArgsRenderPass{ REL::Offset(0x0476B730) }; - inline constexpr std::array CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass{ REL::Offset(0x0476B610) }; - inline constexpr std::array CreationRendererPrivate__FlattenTextureScreensizeRenderPass{ REL::Offset(0x04768898) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass{ REL::Offset(0x04764460) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass{ REL::Offset(0x047647D8) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedCorrectionRenderPass{ REL::Offset(0x04764670) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass{ REL::Offset(0x04764700) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedMainFullResRenderPass{ REL::Offset(0x04764748) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass{ REL::Offset(0x047646B8) }; - inline constexpr std::array CreationRendererPrivate__ForwardBlendedRenderPass{ REL::Offset(0x047644A8) }; - inline constexpr std::array CreationRendererPrivate__ForwardRenderPass{ REL::Offset(0x04764790) }; - inline constexpr std::array CreationRendererPrivate__FrameInitRenderPass{ REL::Offset(0x047681D0) }; - inline constexpr std::array CreationRendererPrivate__FrameRenderGraph{ REL::Offset(0x0476C9F0) }; - inline constexpr std::array CreationRendererPrivate__FrameSetupRenderPass{ REL::Offset(0x04768258) }; - inline constexpr std::array CreationRendererPrivate__FullScreenBlurCompositeRenderPass{ REL::Offset(0x04776C38) }; - inline constexpr std::array CreationRendererPrivate__FullScreenBlurRenderPass{ REL::Offset(0x04776BD8) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColorRenderPass{ REL::Offset(0x04776FC8) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass{ REL::Offset(0x04776F38) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColor_BloomRenderPass{ REL::Offset(0x04776EF0) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColor_CubemapRenderPass{ REL::Offset(0x04776EA8) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColor_DefaultRenderPass{ REL::Offset(0x04776F80) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColor_MonochromeRenderPass{ REL::Offset(0x04776E60) }; - inline constexpr std::array CreationRendererPrivate__FullScreenColor_OverlayRenderPass{ REL::Offset(0x04776E18) }; - inline constexpr std::array CreationRendererPrivate__FullScreenDownsampleRenderPass{ REL::Offset(0x04776CC8) }; - inline constexpr std::array CreationRendererPrivate__FullScreenScanlineRenderPass{ REL::Offset(0x047684A0) }; - inline constexpr std::array CreationRendererPrivate__FullScreenTapBlurRenderPass{ REL::Offset(0x04776C80) }; - inline constexpr std::array CreationRendererPrivate__GBufferOverviewRenderPass{ REL::Offset(0x045C6A10) }; - inline constexpr std::array CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass{ REL::Offset(0x04768AA8) }; - inline constexpr std::array CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass{ REL::Offset(0x047689D0) }; - inline constexpr std::array CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass{ REL::Offset(0x04768A18) }; - inline constexpr std::array CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass{ REL::Offset(0x04768A60) }; - inline constexpr std::array CreationRendererPrivate__GPUDataInspectorRenderPass{ REL::Offset(0x04768970) }; - inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass{ REL::Offset(0x045C7058) }; - inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass{ REL::Offset(0x045C70A0) }; - inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass{ REL::Offset(0x045C70E8) }; - inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass{ REL::Offset(0x045C7130) }; - inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryRenderPass{ REL::Offset(0x045C6FB0) }; - inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass{ REL::Offset(0x045C7010) }; - inline constexpr std::array CreationRendererPrivate__GPUReadbackBufferData_CreationRenderer__ImageCapture_{ REL::Offset(0x045B9CF8) }; - inline constexpr std::array CreationRendererPrivate__GalaxyStateStarsRenderPass{ REL::Offset(0x047684E8) }; - inline constexpr std::array CreationRendererPrivate__GatherGeometryInstancesRenderPass{ REL::Offset(0x04763E48) }; - inline constexpr std::array CreationRendererPrivate__GatherHighlightsRenderPass{ REL::Offset(0x0476CC38) }; - inline constexpr std::array CreationRendererPrivate__GatherIndirectRenderPass{ REL::Offset(0x045BD698) }; - inline constexpr std::array CreationRendererPrivate__GatherLightsRenderPass{ REL::Offset(0x047769E8) }; - inline constexpr std::array CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass{ REL::Offset(0x0476C798) }; - inline constexpr std::array CreationRendererPrivate__GatherTransformsRenderPass{ REL::Offset(0x04766000) }; - inline constexpr std::array CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass{ REL::Offset(0x04768548) }; - inline constexpr std::array CreationRendererPrivate__GenerateDepthPyramidRenderPass{ REL::Offset(0x04768590) }; - inline constexpr std::array CreationRendererPrivate__GenerateFogMapRenderPass{ REL::Offset(0x04764A58) }; - inline constexpr std::array CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass{ REL::Offset(0x04768928) }; - inline constexpr std::array CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass{ REL::Offset(0x0476AA88) }; - inline constexpr std::array CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass{ REL::Offset(0x0476AA40) }; - inline constexpr std::array CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass{ REL::Offset(0x0476AB18) }; - inline constexpr std::array CreationRendererPrivate__GeometryCullingRenderPass{ REL::Offset(0x04768850) }; - inline constexpr std::array CreationRendererPrivate__GeometryCullingShadowsRenderPass{ REL::Offset(0x04768808) }; - inline constexpr std::array CreationRendererPrivate__GeometryParticleBatchDepthRenderPass{ REL::Offset(0x045C69C8) }; - inline constexpr std::array CreationRendererPrivate__GeometryParticleBatchRenderPass{ REL::Offset(0x04768648) }; - inline constexpr std::array CreationRendererPrivate__GeometryRenderPass{ REL::Offset(0x0476CF40) }; - inline constexpr std::array CreationRendererPrivate__GlobalDirtOverlayRenderPass{ REL::Offset(0x04768718) }; - inline constexpr std::array CreationRendererPrivate__GroupedDynamicShadowMapRenderPass{ REL::Offset(0x0476AFB0) }; - inline constexpr std::array CreationRendererPrivate__HDRColorGradingMergeRenderPass{ REL::Offset(0x047660A0) }; - inline constexpr std::array CreationRendererPrivate__HDRCompositeRenderPass{ REL::Offset(0x045C1760) }; - inline constexpr std::array CreationRendererPrivate__HDRDownSampleLumRenderPass{ REL::Offset(0x045C17A8) }; - inline constexpr std::array CreationRendererPrivate__HDRDownSampleRGB2LumRenderPass{ REL::Offset(0x045C17F0) }; - inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterDownSampleRenderPass{ REL::Offset(0x045C1588) }; - inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterRenderPass{ REL::Offset(0x045C1618) }; - inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterXBrightPassRenderPass{ REL::Offset(0x045C1660) }; - inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterY0RenderPass{ REL::Offset(0x045C15D0) }; - inline constexpr std::array CreationRendererPrivate__HDRGaussianResolveRenderPass{ REL::Offset(0x045C16A8) }; - inline constexpr std::array CreationRendererPrivate__HDRHistogramClearRenderPass{ REL::Offset(0x045C18C8) }; - inline constexpr std::array CreationRendererPrivate__HDRHistogramGenerateRenderPass{ REL::Offset(0x045C1880) }; - inline constexpr std::array CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass{ REL::Offset(0x045C1838) }; - inline constexpr std::array CreationRendererPrivate__HDRSubGraph{ REL::Offset(0x045C16F0) }; - inline constexpr std::array CreationRendererPrivate__HeightFieldRenderPass{ REL::Offset(0x04765DE0) }; - inline constexpr std::array CreationRendererPrivate__HeightFieldSubGraphRenderPass{ REL::Offset(0x04765CF0) }; - inline constexpr std::array CreationRendererPrivate__HeightfieldSystemRenderPass{ REL::Offset(0x04765EB8) }; - inline constexpr std::array CreationRendererPrivate__HighlightMaskRenderPass{ REL::Offset(0x04768BA8) }; - inline constexpr std::array CreationRendererPrivate__HighlightPrepareRenderPass{ REL::Offset(0x04768B60) }; - inline constexpr std::array CreationRendererPrivate__HighlightRenderPass{ REL::Offset(0x04768B18) }; - inline constexpr std::array CreationRendererPrivate__ImGuiEventHandler{ REL::Offset(0x0476CD08) }; - inline constexpr std::array CreationRendererPrivate__ImageCaptureData{ REL::Offset(0x045B9CB8) }; - inline constexpr std::array CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass{ REL::Offset(0x04768C68) }; - inline constexpr std::array CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass{ REL::Offset(0x04768CB0) }; - inline constexpr std::array CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass{ REL::Offset(0x04768C20) }; - inline constexpr std::array CreationRendererPrivate__ImageCapture_IconGenerationRenderPass{ REL::Offset(0x045C67E8) }; - inline constexpr std::array CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass{ REL::Offset(0x04768CF8) }; - inline constexpr std::array CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass{ REL::Offset(0x04768D40) }; - inline constexpr std::array CreationRendererPrivate__ImageProcessMedianBlurRenderPass{ REL::Offset(0x04768D88) }; - inline constexpr std::array CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass{ REL::Offset(0x047769A0) }; - inline constexpr std::array CreationRendererPrivate__ImageProcessRenderGraph{ REL::Offset(0x0476CB48) }; - inline constexpr std::array CreationRendererPrivate__IndirectRenderPass{ REL::Offset(0x045BD590) }; - inline constexpr std::array CreationRendererPrivate__IndirectSetupRenderPass{ REL::Offset(0x045BD5F0) }; - inline constexpr std::array CreationRendererPrivate__InitializeInscatterOrderRenderPass{ REL::Offset(0x047632B0) }; - inline constexpr std::array CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass{ REL::Offset(0x04763630) }; - inline constexpr std::array CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass{ REL::Offset(0x045BBDD0) }; - inline constexpr std::array CreationRendererPrivate__InterpolateIrradianceRenderPass{ REL::Offset(0x04763540) }; - inline constexpr std::array CreationRendererPrivate__LensFlareComputeRenderPass{ REL::Offset(0x04768F20) }; - inline constexpr std::array CreationRendererPrivate__LensFlareDrawRenderPass{ REL::Offset(0x045C6968) }; - inline constexpr std::array CreationRendererPrivate__LensFlareSystemRenderPass{ REL::Offset(0x045C6890) }; - inline constexpr std::array CreationRendererPrivate__LensFlare_AlphaBlendRenderPass{ REL::Offset(0x04768ED8) }; - inline constexpr std::array CreationRendererPrivate__LensFlare_VisibilityRenderPass{ REL::Offset(0x04768F80) }; - inline constexpr std::array CreationRendererPrivate__LightCoarseCullingCompactionRenderPass{ REL::Offset(0x047764D8) }; - inline constexpr std::array CreationRendererPrivate__LightCoarseCullingRenderPass{ REL::Offset(0x04776490) }; - inline constexpr std::array CreationRendererPrivate__LightInfluenceDepthMinRenderPass{ REL::Offset(0x04769050) }; - inline constexpr std::array CreationRendererPrivate__LightInfluenceSubGraphRenderPass{ REL::Offset(0x04769098) }; - inline constexpr std::array CreationRendererPrivate__LightingRenderPass{ REL::Offset(0x04769280) }; - inline constexpr std::array CreationRendererPrivate__LoadMenuHiddenEventHandler{ REL::Offset(0x045BA3C0) }; - inline constexpr std::array CreationRendererPrivate__LogicalCell{ REL::Offset(0x045C7408) }; - inline constexpr std::array CreationRendererPrivate__MainRenderGraph{ REL::Offset(0x0476C8E0) }; - inline constexpr std::array CreationRendererPrivate__MeshEventHandler{ REL::Offset(0x045BAD60) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchCommonRenderPass{ REL::Offset(0x045C68D8) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchCullingRenderPass{ REL::Offset(0x047695B8) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchDepthRenderPass{ REL::Offset(0x045C6920) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass{ REL::Offset(0x045C6D88) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass{ REL::Offset(0x04769650) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass{ REL::Offset(0x04769568) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass{ REL::Offset(0x04769600) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchRenderPass{ REL::Offset(0x045C6D40) }; - inline constexpr std::array CreationRendererPrivate__MeshInstancePatchShadowRenderPass{ REL::Offset(0x045C6CF8) }; - inline constexpr std::array CreationRendererPrivate__MeshLODDB{ REL::Offset(0x045BDF40) }; - inline constexpr std::array CreationRendererPrivate__MeshletBuildIndexBufferRenderPass{ REL::Offset(0x047692E0) }; - inline constexpr std::array CreationRendererPrivate__MeshletFrustumCullingRenderPass{ REL::Offset(0x04769400) }; - inline constexpr std::array CreationRendererPrivate__MeshletListBuildRenderPass{ REL::Offset(0x04769448) }; - inline constexpr std::array CreationRendererPrivate__MeshletMaterialOffsetsRenderPass{ REL::Offset(0x04769328) }; - inline constexpr std::array CreationRendererPrivate__MeshletOcclusionCullingRenderPass{ REL::Offset(0x047694D8) }; - inline constexpr std::array CreationRendererPrivate__MeshletPrepareArgsRenderPass{ REL::Offset(0x04769520) }; - inline constexpr std::array CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass{ REL::Offset(0x047693B8) }; - inline constexpr std::array CreationRendererPrivate__MeshletProduceResourcesRenderPass{ REL::Offset(0x045C6C68) }; - inline constexpr std::array CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass{ REL::Offset(0x045C6CB0) }; - inline constexpr std::array CreationRendererPrivate__MeshletReadbackIndexCountRenderPass{ REL::Offset(0x04769370) }; - inline constexpr std::array CreationRendererPrivate__MeshletTriangleCullingRenderPass{ REL::Offset(0x04769490) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_3fa219d00e7ecb9d8d100d77b5ef468c__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BDCE8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5f6e2e4148cbd257417d7a68b6ecd71b__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSFixedString_{ REL::Offset(0x04764B98) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5fc808eadd9a2ea4c5e161d1874976ed__StorageTable__StrongKey_StorageTable__MeshInstance__Storage__{ REL::Offset(0x045BADB8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_64da3579fc538949974606d85bd2c674__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BDC98) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_8a1e150b27f89a82db077b58b926dd0f__StorageTable__ObserverHandle_StorageTable__Geometry__Storage_const_{ REL::Offset(0x045C5E70) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_9744724ee8d1aceaa968f6c70737b40a__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ REL::Offset(0x045BB970) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_abff2e0d237b5d19d4c2895f0b009de3__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy___unsignedint_{ REL::Offset(0x045BDDC8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_b464a38dfa3ecfb9554b39828c9c7e5d__void_{ REL::Offset(0x045C8530) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_caf34b454584b0595f145d27f6ac79d7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__array_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___4__std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x045BDC48) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d544e591622913847f11e7712d6c03ce__StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__unsignedshortconst_BSResource2__DBHandleBase_{ REL::Offset(0x045C0C38) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d5efad91ccc26a2d3190fa8fae31292f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BAE78) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_e21e2ce93563abe2346b5863b4e2b5bd__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ REL::Offset(0x045BB9C0) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_ff13f0a2dc6491f08ce06d4eb93563ca__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BDD78) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_02be38a13fdb312538aed1907a6ab4f2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ REL::Offset(0x045B3778) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_0c83cecc767a156ef212d5925cf196c9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ REL::Offset(0x045B3638) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_65f595ed1af9b07f79b634007bf0d42b__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ REL::Offset(0x045B35E8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_74910676a03379021da11430af74d9a8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialBlender_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ REL::Offset(0x045B36D8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_91dbd93dc8a5ab1a0d2acb72c7ed1d08__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ REL::Offset(0x045B37C8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_a64396252f26c7e209cd3f54c43effee__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ REL::Offset(0x045B3688) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_e9a38263804fe4e608b99e5a311f29c8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ REL::Offset(0x045B3728) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode{ REL::Offset(0x045B32C8) }; - inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__InternalProcessorType{ REL::Offset(0x045B9E18) }; - inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass{ REL::Offset(0x04764508) }; - inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass{ REL::Offset(0x04764598) }; - inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderPass{ REL::Offset(0x045C2380) }; - inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass{ REL::Offset(0x04764550) }; - inline constexpr std::array CreationRendererPrivate__MorphDB{ REL::Offset(0x04764B80) }; - inline constexpr std::array CreationRendererPrivate__MorphRenderPass{ REL::Offset(0x047696F0) }; - inline constexpr std::array CreationRendererPrivate__MorphSystemEndFrameRenderPass{ REL::Offset(0x045C6E20) }; - inline constexpr std::array CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass{ REL::Offset(0x04776710) }; - inline constexpr std::array CreationRendererPrivate__MotionBlurRenderPass{ REL::Offset(0x0476C430) }; - inline constexpr std::array CreationRendererPrivate__MotionBlurSubGraph{ REL::Offset(0x0476C478) }; - inline constexpr std::array CreationRendererPrivate__MotionVectorCompositeRenderPass{ REL::Offset(0x04769738) }; - inline constexpr std::array CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass{ REL::Offset(0x04763468) }; - inline constexpr std::array CreationRendererPrivate__PartialClearColorBufferRenderPass{ REL::Offset(0x04767728) }; - inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass{ REL::Offset(0x045BF578) }; - inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass{ REL::Offset(0x045BF528) }; - inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass{ REL::Offset(0x045BF4D8) }; - inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass{ REL::Offset(0x045BF488) }; - inline constexpr std::array CreationRendererPrivate__ParticleDataPreFilterRenderPass{ REL::Offset(0x045BF3A8) }; - inline constexpr std::array CreationRendererPrivate__ParticleLightingClearBuffersRenderPass{ REL::Offset(0x045BF360) }; - inline constexpr std::array CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass{ REL::Offset(0x045BF440) }; - inline constexpr std::array CreationRendererPrivate__ParticleLightingRenderPass{ REL::Offset(0x045BF300) }; - inline constexpr std::array CreationRendererPrivate__ParticlesCopyToDestRenderPass{ REL::Offset(0x04766350) }; - inline constexpr std::array CreationRendererPrivate__ParticlesCorrectionRenderPass{ REL::Offset(0x047664B8) }; - inline constexpr std::array CreationRendererPrivate__ParticlesMainFullResRenderPass{ REL::Offset(0x04766230) }; - inline constexpr std::array CreationRendererPrivate__ParticlesMainHalfResRenderPass{ REL::Offset(0x04766290) }; - inline constexpr std::array CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass{ REL::Offset(0x04766518) }; - inline constexpr std::array CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass{ REL::Offset(0x047663F8) }; - inline constexpr std::array CreationRendererPrivate__ParticlesRenderPass{ REL::Offset(0x04766458) }; - inline constexpr std::array CreationRendererPrivate__PointCloudCullingRenderPass{ REL::Offset(0x04769780) }; - inline constexpr std::array CreationRendererPrivate__PointCloudDrawRenderPass{ REL::Offset(0x047697C8) }; - inline constexpr std::array CreationRendererPrivate__PointCloudEventHandler{ REL::Offset(0x045C0140) }; - inline constexpr std::array CreationRendererPrivate__PostSharpenRenderPass{ REL::Offset(0x04777048) }; - inline constexpr std::array CreationRendererPrivate__PostUpscaleImageSpaceSubGraph{ REL::Offset(0x04776780) }; - inline constexpr std::array CreationRendererPrivate__PostUpscaleSubGraph{ REL::Offset(0x04776840) }; - inline constexpr std::array CreationRendererPrivate__PreUpscaleImageSpaceSubGraph{ REL::Offset(0x047767E0) }; - inline constexpr std::array CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass{ REL::Offset(0x04763408) }; - inline constexpr std::array CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass{ REL::Offset(0x04762A48) }; - inline constexpr std::array CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass{ REL::Offset(0x047636C0) }; - inline constexpr std::array CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass{ REL::Offset(0x0476C870) }; - inline constexpr std::array CreationRendererPrivate__PrecomputeSingleScatteringRenderPass{ REL::Offset(0x04763678) }; - inline constexpr std::array CreationRendererPrivate__PrefilterCubemapRenderPass{ REL::Offset(0x045BD650) }; - inline constexpr std::array CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass{ REL::Offset(0x045C6E68) }; - inline constexpr std::array CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass{ REL::Offset(0x045C6488) }; - inline constexpr std::array CreationRendererPrivate__PrepareProjectedDecalsRenderPass{ REL::Offset(0x047699C8) }; - inline constexpr std::array CreationRendererPrivate__PrepareReflectionProbeDataRenderPass{ REL::Offset(0x0476A630) }; - inline constexpr std::array CreationRendererPrivate__PrepareShadowSkinningRenderPass{ REL::Offset(0x0476ABA8) }; - inline constexpr std::array CreationRendererPrivate__PrepareSkinningRenderPass{ REL::Offset(0x0476B6E8) }; - inline constexpr std::array CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass{ REL::Offset(0x045C7DF0) }; - inline constexpr std::array CreationRendererPrivate__PrepareSkyCubemapRenderPass{ REL::Offset(0x045C6440) }; - inline constexpr std::array CreationRendererPrivate__ProbeClassifyRenderPass{ REL::Offset(0x045C1E78) }; - inline constexpr std::array CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass{ REL::Offset(0x045C1DE8) }; - inline constexpr std::array CreationRendererPrivate__ProbeCoarseLightCullingRenderPass{ REL::Offset(0x045C1DA0) }; - inline constexpr std::array CreationRendererPrivate__ProbeFaceSceneSetupRenderPass{ REL::Offset(0x0476A1B0) }; - inline constexpr std::array CreationRendererPrivate__ProbeGridGPUCullingRenderPass{ REL::Offset(0x04764040) }; - inline constexpr std::array CreationRendererPrivate__ProbeLightCullingRenderPass{ REL::Offset(0x045C1BD8) }; - inline constexpr std::array CreationRendererPrivate__ProbeRenderPass{ REL::Offset(0x045C1C20) }; - inline constexpr std::array CreationRendererPrivate__ProbeSystemRenderPass{ REL::Offset(0x045C1C80) }; - inline constexpr std::array CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass{ REL::Offset(0x04765E70) }; - inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass{ REL::Offset(0x045C2500) }; - inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass{ REL::Offset(0x045C24B8) }; - inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass{ REL::Offset(0x045C2470) }; - inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass{ REL::Offset(0x045C2428) }; - inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass{ REL::Offset(0x045C23E0) }; - inline constexpr std::array CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass{ REL::Offset(0x045C66F8) }; - inline constexpr std::array CreationRendererPrivate__ProduceShadingRateImageRenderPass{ REL::Offset(0x04769858) }; - inline constexpr std::array CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass{ REL::Offset(0x04769E98) }; - inline constexpr std::array CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass{ REL::Offset(0x047765F0) }; - inline constexpr std::array CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass{ REL::Offset(0x0476A168) }; - inline constexpr std::array CreationRendererPrivate__ProjectedDecalRenderPass{ REL::Offset(0x04769920) }; - inline constexpr std::array CreationRendererPrivate__RadialBlurRenderPass{ REL::Offset(0x04769AE0) }; - inline constexpr std::array CreationRendererPrivate__RayTraceProbeComputeRenderPass{ REL::Offset(0x045C1D10) }; - inline constexpr std::array CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass{ REL::Offset(0x045C1D58) }; - inline constexpr std::array CreationRendererPrivate__RaymarchSampleLocationsRenderPass{ REL::Offset(0x04762F98) }; - inline constexpr std::array CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass{ REL::Offset(0x04762F50) }; - inline constexpr std::array CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass{ REL::Offset(0x04762F08) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass{ REL::Offset(0x0476A308) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeComputeSHRenderPass{ REL::Offset(0x0476A5E8) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeCopyDepth{ REL::Offset(0x04769F28) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeCopySky{ REL::Offset(0x04769EE0) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass{ REL::Offset(0x0476A500) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass{ REL::Offset(0x04769FB8) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass{ REL::Offset(0x0476A120) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeMipChainRenderPass{ REL::Offset(0x0476A260) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass{ REL::Offset(0x047765A8) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass{ REL::Offset(0x0476A1F8) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeRenderPass{ REL::Offset(0x0476A458) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass{ REL::Offset(0x0476A4B8) }; - inline constexpr std::array CreationRendererPrivate__ReflectionProbeTerrainRenderPass{ REL::Offset(0x0476A580) }; - inline constexpr std::array CreationRendererPrivate__RefractionBlurRenderPass{ REL::Offset(0x047673A0) }; - inline constexpr std::array CreationRendererPrivate__RefractionDownsample0RenderPass{ REL::Offset(0x047673E8) }; - inline constexpr std::array CreationRendererPrivate__RefractionDownsampleMipChainRenderPass{ REL::Offset(0x04767358) }; - inline constexpr std::array CreationRendererPrivate__RefractionMaskDilationRenderPass{ REL::Offset(0x04767268) }; - inline constexpr std::array CreationRendererPrivate__RefractionMaskGenRenderPass{ REL::Offset(0x04767220) }; - inline constexpr std::array CreationRendererPrivate__RefractionMaskRenderPass{ REL::Offset(0x04764370) }; - inline constexpr std::array CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass{ REL::Offset(0x04762FE0) }; - inline constexpr std::array CreationRendererPrivate__RenderGraph{ REL::Offset(0x04761390) }; - inline constexpr std::array CreationRendererPrivate__RenderGraphEventHandler{ REL::Offset(0x045BB870) }; - inline constexpr std::array CreationRendererPrivate__RenderPass{ REL::Offset(0x047611C0) }; - inline constexpr std::array CreationRendererPrivate__RenderSceneSubGraph{ REL::Offset(0x04776940) }; - inline constexpr std::array CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass{ REL::Offset(0x04762EC0) }; - inline constexpr std::array CreationRendererPrivate__RenderViewSubGraph{ REL::Offset(0x0476C718) }; - inline constexpr std::array CreationRendererPrivate__ReprojectShadingRateImageRenderPass{ REL::Offset(0x04769810) }; - inline constexpr std::array CreationRendererPrivate__ResetCullingMemoryRequestHandler{ REL::Offset(0x04761E28) }; - inline constexpr std::array CreationRendererPrivate__ResourceLifecycleJobSite{ REL::Offset(0x045C8468) }; - inline constexpr std::array CreationRendererPrivate__SAOEmptyRenderPass{ REL::Offset(0x045BEB30) }; - inline constexpr std::array CreationRendererPrivate__SAORenderPass{ REL::Offset(0x045BEAD0) }; - inline constexpr std::array CreationRendererPrivate__ScaleformCompositeRenderPass{ REL::Offset(0x0476A678) }; - inline constexpr std::array CreationRendererPrivate__ScaleformEventHandler{ REL::Offset(0x045C0500) }; - inline constexpr std::array CreationRendererPrivate__ScaleformRenderPass{ REL::Offset(0x047766C8) }; - inline constexpr std::array CreationRendererPrivate__ScaleformText2DRenderPass{ REL::Offset(0x045C7588) }; - inline constexpr std::array CreationRendererPrivate__ScaleformTextRenderPass{ REL::Offset(0x045C7540) }; - inline constexpr std::array CreationRendererPrivate__ScaleformToTextureRenderPass{ REL::Offset(0x04776680) }; - inline constexpr std::array CreationRendererPrivate__SceneSetupRenderPass{ REL::Offset(0x045BAA60) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__BalanceTextureLODs{ REL::Offset(0x04760BB8) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__CheckBudget{ REL::Offset(0x04760DD0) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeMeshes{ REL::Offset(0x04760C00) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeTextures{ REL::Offset(0x04760EF0) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__GatherMaterials{ REL::Offset(0x04760F38) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__MergeGPUReadback{ REL::Offset(0x04760D40) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__ReduceMaterialsAndMeshes{ REL::Offset(0x04760C90) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__Reset{ REL::Offset(0x04760C48) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__SortLODs{ REL::Offset(0x04760E18) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateLODDetail{ REL::Offset(0x04760CD8) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateTerrainTextureDetail{ REL::Offset(0x04760D88) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeMeshes{ REL::Offset(0x04760E60) }; - inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeTextures{ REL::Offset(0x04760EA8) }; - inline constexpr std::array CreationRendererPrivate__SeparableSSS_HorizontalRenderPass{ REL::Offset(0x0476A728) }; - inline constexpr std::array CreationRendererPrivate__SeparableSSS_RenderPass{ REL::Offset(0x0476A7D8) }; - inline constexpr std::array CreationRendererPrivate__SeparableSSS_VerticalRenderPass{ REL::Offset(0x0476A888) }; - inline constexpr std::array CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass{ REL::Offset(0x04763360) }; - inline constexpr std::array CreationRendererPrivate__SetupDynamicShadowRenderPass{ REL::Offset(0x0476AFF8) }; - inline constexpr std::array CreationRendererPrivate__ShadowManagerEventHandler{ REL::Offset(0x045C00F0) }; - inline constexpr std::array CreationRendererPrivate__ShadowMapInstanceRenderPass{ REL::Offset(0x0476AAD0) }; - inline constexpr std::array CreationRendererPrivate__ShadowMapRenderPass{ REL::Offset(0x0476A998) }; - inline constexpr std::array CreationRendererPrivate__ShadowMapSceneSetupRenderPass{ REL::Offset(0x0476AB60) }; - inline constexpr std::array CreationRendererPrivate__ShadowMapSubGraphRenderPass{ REL::Offset(0x0476A938) }; - inline constexpr std::array CreationRendererPrivate__ShadowMaskRenderPass{ REL::Offset(0x04776638) }; - inline constexpr std::array CreationRendererPrivate__ShadowSubGraphRenderPass{ REL::Offset(0x0476A9E0) }; - inline constexpr std::array CreationRendererPrivate__SharedMeshResourcesRegistry{ REL::Offset(0x04763D90) }; - inline constexpr std::array CreationRendererPrivate__SkinnedDecalPrepareRenderPass{ REL::Offset(0x0476B5C8) }; - inline constexpr std::array CreationRendererPrivate__SkinningRenderPass{ REL::Offset(0x0476B658) }; - inline constexpr std::array CreationRendererPrivate__SkinningSystemEndFrameRenderPass{ REL::Offset(0x045C7678) }; - inline constexpr std::array CreationRendererPrivate__SkinningSystemRenderPass{ REL::Offset(0x045C76C0) }; - inline constexpr std::array CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass{ REL::Offset(0x045C7D28) }; - inline constexpr std::array CreationRendererPrivate__SkyCubemapRenderPass{ REL::Offset(0x045C7D90) }; - inline constexpr std::array CreationRendererPrivate__SkyCubemapSystemRenderPass{ REL::Offset(0x045C63F8) }; - inline constexpr std::array CreationRendererPrivate__SkyLightingRenderPass{ REL::Offset(0x0476B790) }; - inline constexpr std::array CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass{ REL::Offset(0x04761688) }; - inline constexpr std::array CreationRendererPrivate__SkyOcclusionRenderPass{ REL::Offset(0x04761760) }; - inline constexpr std::array CreationRendererPrivate__SkyOcclusionSystemRenderPass{ REL::Offset(0x047617C0) }; - inline constexpr std::array CreationRendererPrivate__SobelSpaceGlareRenderPass{ REL::Offset(0x045C7FD8) }; - inline constexpr std::array CreationRendererPrivate__SpaceGlareApplyRenderPass{ REL::Offset(0x045C8068) }; - inline constexpr std::array CreationRendererPrivate__SpaceGlareRenderPass{ REL::Offset(0x045C7F30) }; - inline constexpr std::array CreationRendererPrivate__SparseGridCell{ REL::Offset(0x045C7398) }; - inline constexpr std::array CreationRendererPrivate__SporadicRenderGraphRenderPass{ REL::Offset(0x0476B7D8) }; - inline constexpr std::array CreationRendererPrivate__StarfieldCoarseCullingRenderPass{ REL::Offset(0x0476B970) }; - inline constexpr std::array CreationRendererPrivate__StarfieldEventHandler{ REL::Offset(0x045BA458) }; - inline constexpr std::array CreationRendererPrivate__StarfieldProcessStarsRenderPass{ REL::Offset(0x0476B9B8) }; - inline constexpr std::array CreationRendererPrivate__StarfieldRenderPass{ REL::Offset(0x0476B8C8) }; - inline constexpr std::array CreationRendererPrivate__StarfieldRenderPassBase{ REL::Offset(0x0476B928) }; - inline constexpr std::array CreationRendererPrivate__StarfieldTiledCullingRenderPass{ REL::Offset(0x0476B880) }; - inline constexpr std::array CreationRendererPrivate__StarfieldTiledRenderRenderPass{ REL::Offset(0x0476B838) }; - inline constexpr std::array CreationRendererPrivate__StarmapGravityWavesEventHandler{ REL::Offset(0x045C03E8) }; - inline constexpr std::array CreationRendererPrivate__StarmapGravityWavesRenderPass{ REL::Offset(0x045C0390) }; - inline constexpr std::array CreationRendererPrivate__StarmapOrbitsEventHandler{ REL::Offset(0x045C02B8) }; - inline constexpr std::array CreationRendererPrivate__StarmapOrbitsRenderPass{ REL::Offset(0x045C0270) }; - inline constexpr std::array CreationRendererPrivate__SubmitAndPresentThread{ REL::Offset(0x045C4F00) }; - inline constexpr std::array CreationRendererPrivate__SwapChainEventHandler{ REL::Offset(0x045BCB00) }; - inline constexpr std::array CreationRendererPrivate__TemporalAA_idTech7RenderPass{ REL::Offset(0x047770D0) }; - inline constexpr std::array CreationRendererPrivate__TerrainClipmapAndMIMRenderPass{ REL::Offset(0x045C64D0) }; - inline constexpr std::array CreationRendererPrivate__TerrainClipmapUpdateRenderPass{ REL::Offset(0x045BBE60) }; - inline constexpr std::array CreationRendererPrivate__TerrainDensityUpdateRenderPass{ REL::Offset(0x045BBCE0) }; - inline constexpr std::array CreationRendererPrivate__TerrainDepthAndShadowsSubGraph{ REL::Offset(0x045BBD70) }; - inline constexpr std::array CreationRendererPrivate__TerrainDepthDrawRenderPass{ REL::Offset(0x045BBD28) }; - inline constexpr std::array CreationRendererPrivate__TerrainHeightFieldRenderPass{ REL::Offset(0x04765D98) }; - inline constexpr std::array CreationRendererPrivate__TerrainMIMUpdateRenderPass{ REL::Offset(0x045BBC98) }; - inline constexpr std::array CreationRendererPrivate__TerrainRenderPass{ REL::Offset(0x045BBC50) }; - inline constexpr std::array CreationRendererPrivate__TerrainShadowsRenderPass{ REL::Offset(0x045BBE18) }; - inline constexpr std::array CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass{ REL::Offset(0x045BBEA8) }; - inline constexpr std::array CreationRendererPrivate__TextureReadback_CopyRenderTargetSourceRenderPass{ REL::Offset(0x0476BA00) }; - inline constexpr std::array CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass{ REL::Offset(0x0476A048) }; - inline constexpr std::array CreationRendererPrivate__ThinDeferredGBufferRenderPass{ REL::Offset(0x04769F70) }; - inline constexpr std::array CreationRendererPrivate__ThinDeferredLightingRenderPass{ REL::Offset(0x0476A000) }; - inline constexpr std::array CreationRendererPrivate__ThinDeferredPrepareRenderPass{ REL::Offset(0x0476A3F0) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass{ REL::Offset(0x04762830) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass{ REL::Offset(0x047628C0) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass{ REL::Offset(0x04762710) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass{ REL::Offset(0x047627A0) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass{ REL::Offset(0x04762758) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass{ REL::Offset(0x047627E8) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass{ REL::Offset(0x04762680) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7RenderPass{ REL::Offset(0x04762950) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass{ REL::Offset(0x04762908) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass{ REL::Offset(0x04762878) }; - inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass{ REL::Offset(0x047626C8) }; - inline constexpr std::array CreationRendererPrivate__TiledCullingRenderPass{ REL::Offset(0x0476BA90) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass{ REL::Offset(0x045BDAE0) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass{ REL::Offset(0x045BDA98) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredContactShadowsRenderPass{ REL::Offset(0x045BDB28) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass{ REL::Offset(0x0476BBF8) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass{ REL::Offset(0x0476BAD8) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass{ REL::Offset(0x0476BB68) }; - inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass{ REL::Offset(0x0476BBB0) }; - inline constexpr std::array CreationRendererPrivate__TiledDepthRangeRenderPass{ REL::Offset(0x0476BC40) }; - inline constexpr std::array CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass{ REL::Offset(0x04763798) }; - inline constexpr std::array CreationRendererPrivate__UIRenderPass{ REL::Offset(0x0476BCC8) }; - inline constexpr std::array CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass{ REL::Offset(0x047645E0) }; - inline constexpr std::array CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass{ REL::Offset(0x04764628) }; - inline constexpr std::array CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass{ REL::Offset(0x04763708) }; - inline constexpr std::array CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass{ REL::Offset(0x045C6530) }; - inline constexpr std::array CreationRendererPrivate__UpdateSharedIndexBufferRenderPass{ REL::Offset(0x0476BDB8) }; - inline constexpr std::array CreationRendererPrivate__UpscaleSubGraph{ REL::Offset(0x045BB6E0) }; - inline constexpr std::array CreationRendererPrivate__VignetteRenderPass{ REL::Offset(0x04777118) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingApplyRenderPass{ REL::Offset(0x045BFBC0) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingCullingRenderPass{ REL::Offset(0x0476BE00) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass{ REL::Offset(0x0476BEA0) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass{ REL::Offset(0x0476BF20) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass{ REL::Offset(0x047648E0) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass{ REL::Offset(0x04764898) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingIntegrateRenderPass{ REL::Offset(0x0476BF68) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass{ REL::Offset(0x0476BFB0) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass{ REL::Offset(0x0476C028) }; - inline constexpr std::array CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass{ REL::Offset(0x0476C070) }; - inline constexpr std::array CreationRendererPrivate__WaterDisplacementRenderPass{ REL::Offset(0x045BE430) }; - inline constexpr std::array CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass{ REL::Offset(0x045BE3E8) }; - inline constexpr std::array CreationRendererPrivate__WaterDisplacement_InjectionRenderPass{ REL::Offset(0x045BE4D8) }; - inline constexpr std::array CreationRendererPrivate__WaterDisplacement_MainRenderPass{ REL::Offset(0x045BE3A0) }; - inline constexpr std::array CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass{ REL::Offset(0x045BE490) }; - inline constexpr std::array CreationRendererPrivate__WaterMVRenderPass{ REL::Offset(0x0476C338) }; - inline constexpr std::array CreationRendererPrivate__WaterPrepareRenderPass{ REL::Offset(0x0476C380) }; - inline constexpr std::array CreationRendererPrivate__WaterRenderGraphRenderPass{ REL::Offset(0x0476C2D8) }; - inline constexpr std::array CreationRendererPrivate__WaterRenderPass{ REL::Offset(0x0476C3C8) }; - inline constexpr std::array CreationRendererPrivate__WindowEventHandler{ REL::Offset(0x045BCAB8) }; - inline constexpr std::array CreationRendererPrivate__WorldCell{ REL::Offset(0x045C73D0) }; - inline constexpr std::array CreationRendererPrivate____BloomEmptyRenderPass{ REL::Offset(0x045C1958) }; - inline constexpr std::array CreationRendererPrivate____BloomPass{ REL::Offset(0x045C1910) }; - inline constexpr std::array CreationRendererPrivate____SAOCameraZAndMipsRenderPass{ REL::Offset(0x045BEA88) }; - inline constexpr std::array CreationRendererPrivate____SAODenoiseGTAORenderPass{ REL::Offset(0x045BE9F8) }; - inline constexpr std::array CreationRendererPrivate____SAORawAORenderPass{ REL::Offset(0x045BEA40) }; - inline constexpr std::array CreationRendererPrivate____ScaleformBeginRenderPass{ REL::Offset(0x0476BD70) }; - inline constexpr std::array CreationRendererPrivate____ScaleformEndRenderPass{ REL::Offset(0x0476BD28) }; - inline constexpr std::array CreationRenderer__ImageCaptureExportToFileNode{ REL::Offset(0x045B9D58) }; - inline constexpr std::array CreationRenderer__MaterialInstance__TextureVisitor{ REL::Offset(0x04371340) }; - inline constexpr std::array CreationRenderer__Messaging__MessageProcessor{ REL::Offset(0x045B9E30) }; - inline constexpr std::array CreationRenderer__Messaging__StreamedResourceNode{ REL::Offset(0x045C1090) }; - inline constexpr std::array CreationRenderer__RendererQualityPref{ REL::Offset(0x045BA570) }; - inline constexpr std::array CreationRenderer__RendererQualitySetting{ REL::Offset(0x03EF78F8) }; - inline constexpr std::array CreationRenderer__RendererQualitySettingCollection{ REL::Offset(0x045BA590) }; - inline constexpr std::array CreditsDataModel{ REL::Offset(0x04477A10) }; - inline constexpr std::array CreditsDataModel__CreditsDataModelEventShuttle{ REL::Offset(0x04477A38) }; - inline constexpr std::array CreditsMenu{ REL::Offset(0x0451CEC8), REL::Offset(0x0451CF20), REL::Offset(0x0451D000) }; - inline constexpr std::array CrewExtraData{ REL::Offset(0x04350F48) }; - inline constexpr std::array CriticallyDampenVariable{ REL::Offset(0x04568AA0) }; - inline constexpr std::array CriticallyDampenVariableInstance{ REL::Offset(0x04568A30) }; - inline constexpr std::array CrowdInhibitNullStrategy{ REL::Offset(0x044721E8) }; - inline constexpr std::array CrowdInhibitStrategyDefault{ REL::Offset(0x04472210) }; - inline constexpr std::array CrowdInhibitStrategyDisable{ REL::Offset(0x044721C0) }; - inline constexpr std::array CrowdManager{ REL::Offset(0x04472238), REL::Offset(0x04472250), REL::Offset(0x04472268), REL::Offset(0x04472280), REL::Offset(0x04472298), REL::Offset(0x044722B0), REL::Offset(0x044722C8) }; - inline constexpr std::array CrowdWallaBubble{ REL::Offset(0x04476748) }; - inline constexpr std::array CullFurnitureBoneHandler{ REL::Offset(0x044E35C0) }; - inline constexpr std::array CullWeaponsHandler{ REL::Offset(0x044E35F0) }; - inline constexpr std::array CumulativeAnimation{ REL::Offset(0x045688B0) }; - inline constexpr std::array CumulativeAnimationInstance{ REL::Offset(0x04568840) }; - inline constexpr std::array CureEffect{ REL::Offset(0x044C3350) }; - inline constexpr std::array CursorMenu{ REL::Offset(0x0458FC68), REL::Offset(0x0458FD40), REL::Offset(0x0458FD98), REL::Offset(0x0458FDA8), REL::Offset(0x0458FDC0) }; - inline constexpr std::array CursorMenu__CursorGameEventShuttle{ REL::Offset(0x0458FEB0), REL::Offset(0x0458FEC8), REL::Offset(0x0458FEE0) }; - inline constexpr std::array CursorMoveEvent{ REL::Offset(0x0456C640) }; - inline constexpr std::array CurvedPathBlender{ REL::Offset(0x04565EC8) }; - inline constexpr std::array CurvedPathBlenderInstance{ REL::Offset(0x04567FA8) }; - inline constexpr std::array CustomActorPackageData{ REL::Offset(0x044E09E8) }; - inline constexpr std::array CustomUtils__HasForceGreetVisitor{ REL::Offset(0x0444D578) }; - inline constexpr std::array D3D12MA__BlockMetadata{ REL::Offset(0x04766750) }; - inline constexpr std::array D3D12MA__BlockMetadata_Generic{ REL::Offset(0x047667E0) }; - inline constexpr std::array D3D12MA__MemoryBlock{ REL::Offset(0x04766870) }; - inline constexpr std::array D3D12MA__NormalBlock{ REL::Offset(0x047667D0) }; - inline constexpr std::array DamageEffect{ REL::Offset(0x044C3448) }; - inline constexpr std::array DampenVariable{ REL::Offset(0x04569808) }; - inline constexpr std::array DampenVariableInstance{ REL::Offset(0x04569798) }; - inline constexpr std::array DarknessEffect{ REL::Offset(0x044C3580) }; - inline constexpr std::array DataMenu{ REL::Offset(0x044B1288), REL::Offset(0x044B12A0), REL::Offset(0x044B12B8), REL::Offset(0x044B12D0), REL::Offset(0x044B12E8), REL::Offset(0x044B1300), REL::Offset(0x044B1318), REL::Offset(0x044B1330), REL::Offset(0x044B1348), REL::Offset(0x044B1360), REL::Offset(0x044B1378), REL::Offset(0x044B1390), REL::Offset(0x044B13A8), REL::Offset(0x044B13C0), REL::Offset(0x044B13D8), REL::Offset(0x044B13F0), REL::Offset(0x044B14D0), REL::Offset(0x044B14E8) }; - inline constexpr std::array DataMenuDataModel{ REL::Offset(0x04481150), REL::Offset(0x04481168), REL::Offset(0x04481180), REL::Offset(0x04481198), REL::Offset(0x044811B0), REL::Offset(0x044811C8), REL::Offset(0x04481238) }; - inline constexpr std::array DataMenuDataModel__DataMenuEventShuttle{ REL::Offset(0x044810C8) }; - inline constexpr std::array DataMenuInventoryItem{ REL::Offset(0x044800E0) }; - inline constexpr std::array DataMenuPersistentDataModel{ REL::Offset(0x044811E0), REL::Offset(0x044811F8), REL::Offset(0x04481210) }; - inline constexpr std::array DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle{ REL::Offset(0x044810F0) }; - inline constexpr std::array DataMenu_CloseMenu{ REL::Offset(0x044B1600) }; - inline constexpr std::array DataMenu_ClosedForSubMenu{ REL::Offset(0x044B1660) }; - inline constexpr std::array DataMenu_Missions{ REL::Offset(0x044B15E0) }; - inline constexpr std::array DataMenu_OpenPauseMenu{ REL::Offset(0x044B1560) }; - inline constexpr std::array DataMenu_PlotToLocation{ REL::Offset(0x044B1540) }; - inline constexpr std::array DataMenu_Reopened{ REL::Offset(0x044B1620) }; - inline constexpr std::array DataMenu_SelectedAttributesMenu{ REL::Offset(0x044B16C0) }; - inline constexpr std::array DataMenu_SelectedInventoryMenu{ REL::Offset(0x044B16E0) }; - inline constexpr std::array DataMenu_SelectedMapMenu{ REL::Offset(0x044B1680) }; - inline constexpr std::array DataMenu_SelectedPowersMenu{ REL::Offset(0x044B15A0) }; - inline constexpr std::array DataMenu_SelectedShipMenu{ REL::Offset(0x044B16A0) }; - inline constexpr std::array DataMenu_SelectedStatusMenu{ REL::Offset(0x044B1640) }; - inline constexpr std::array DataMenu_SetMenuForQuickEntry{ REL::Offset(0x044B1580) }; - inline constexpr std::array DataMenu_SetPaperDollActive{ REL::Offset(0x044B15C0) }; - inline constexpr std::array DataMenu_StartCloseAnim{ REL::Offset(0x04481118) }; - inline constexpr std::array DataSlateButtons{ REL::Offset(0x044A64A8), REL::Offset(0x044A6500), REL::Offset(0x044A6518) }; - inline constexpr std::array DataSlateButtons_acceptClicked{ REL::Offset(0x044A6638) }; - inline constexpr std::array DataSlateButtons_cancelClicked{ REL::Offset(0x044A6658) }; - inline constexpr std::array DataSlateMenu{ REL::Offset(0x044A6678), REL::Offset(0x044A6758), REL::Offset(0x044A67B0), REL::Offset(0x044A67C8), REL::Offset(0x044A67F0), REL::Offset(0x044A6808), REL::Offset(0x044A6820), REL::Offset(0x044A6838) }; - inline constexpr std::array DataSlateMenu__DataSlateData{ REL::Offset(0x044A6B90) }; - inline constexpr std::array DataSlateMenu__DataSlateEventShuttle{ REL::Offset(0x044A6850) }; - inline constexpr std::array DataSlateMenu_playSFX{ REL::Offset(0x044A6618) }; - inline constexpr std::array DataSlateMenu_toggleAudio{ REL::Offset(0x044A65F8) }; - inline constexpr std::array DeathEmoteHandler{ REL::Offset(0x044E3260) }; - inline constexpr std::array DeathStopHandler{ REL::Offset(0x044E34E8) }; - inline constexpr std::array DefaultCollection{ REL::Offset(0x0457E608) }; - inline constexpr std::array DefaultMessageBoxCallback{ REL::Offset(0x043E1B00) }; - inline constexpr std::array DefaultSingleFormDependencyFormPointerMapValue_BGSImpactData_{ REL::Offset(0x043D79E0) }; - inline constexpr std::array DefaultSingleFormDependencyFormPointerMapValue_TESForm_{ REL::Offset(0x043ABE18) }; - inline constexpr std::array DeferredDeletion__IDeferredDeleter{ REL::Offset(0x045B2F00) }; - inline constexpr std::array DeferredDeletion__IGCService{ REL::Offset(0x045B2F38) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1__{ REL::Offset(0x044D16D0) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1__{ REL::Offset(0x044D1740) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1__{ REL::Offset(0x044D1658) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1__{ REL::Offset(0x0456B3C8) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1__{ REL::Offset(0x044D1758) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1__{ REL::Offset(0x044D1688) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1__{ REL::Offset(0x044D1718) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1__{ REL::Offset(0x044D16B8) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1__{ REL::Offset(0x044D1670) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0xc7a8185d__FormPointerCleanupPolicy_A0xc7a8185d__FormPointerProcessPolicy_1__{ REL::Offset(0x044D16A0) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1__{ REL::Offset(0x044D1700) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0xc7a8185d__ReferenceCleanupPolicy_A0xc7a8185d__ReferenceProcessPolicy_1__{ REL::Offset(0x044D1770) }; - inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0xc7a8185d__TempEffectProcessPolicy_1__{ REL::Offset(0x044D16E8) }; - inline constexpr std::array DemoralizeEffect{ REL::Offset(0x044C7358) }; - inline constexpr std::array DependencyFormPointerMapValueSimple_unsignedshort_{ REL::Offset(0x043C8808) }; - inline constexpr std::array DependentAnimationGraphManagerHolder{ REL::Offset(0x04344D68), REL::Offset(0x04344D80) }; - inline constexpr std::array DesyncInteractionHandler{ REL::Offset(0x044E3920) }; - inline constexpr std::array DetectLifeEffect{ REL::Offset(0x044C36B8) }; - inline constexpr std::array DetectionCallback__lambda_ec4924038b54912e87c60056f1c733ee__{ REL::Offset(0x044F1A20) }; - inline constexpr std::array DetectionCollector{ REL::Offset(0x044E1528) }; - inline constexpr std::array DetectionDebugData{ REL::Offset(0x044E15B0) }; - inline constexpr std::array DetectionState{ REL::Offset(0x044E1598) }; - inline constexpr std::array DeviceChangeEvent{ REL::Offset(0x0456C5E0) }; - inline constexpr std::array DeviceChangeHandler{ REL::Offset(0x0451F3D8) }; - inline constexpr std::array DeviceConnectEvent{ REL::Offset(0x0456C620) }; - inline constexpr std::array DialogueCameraState{ REL::Offset(0x0445B850) }; - inline constexpr std::array DialogueMenu{ REL::Offset(0x0451D2C8), REL::Offset(0x0451D320), REL::Offset(0x0451D400) }; - inline constexpr std::array DialogueMenu_CompleteExit{ REL::Offset(0x0449EC68) }; - inline constexpr std::array DialogueMenu_OnDialogueSelect{ REL::Offset(0x0451D1D8) }; - inline constexpr std::array DialogueMenu_OnListVisibilityChange{ REL::Offset(0x0451D1F8) }; - inline constexpr std::array DialogueMenu_OnPersuasionAutoWin{ REL::Offset(0x0451D218) }; - inline constexpr std::array DialogueMenu_RequestExit{ REL::Offset(0x0451D418) }; - inline constexpr std::array DialogueMenu_RequestSkipDialogue{ REL::Offset(0x0451D438) }; - inline constexpr std::array DialoguePackage{ REL::Offset(0x0444D1E8), REL::Offset(0x0444D200) }; - inline constexpr std::array DialogueUIDataModel{ REL::Offset(0x0449EC88), REL::Offset(0x0449ECA0) }; - inline constexpr std::array DialogueUIDataModel__DialogueData{ REL::Offset(0x0449E3E0) }; - inline constexpr std::array DialogueUIDataModel__DialogueEntryData{ REL::Offset(0x0449ECE0) }; - inline constexpr std::array DialogueUIDataModel__DialogueListData{ REL::Offset(0x0449E3F8) }; - inline constexpr std::array DialogueUIDataModel__DialogueUIDataEventShuttle{ REL::Offset(0x0449ECF8) }; - inline constexpr std::array DialogueUIDataModel__PersuasionEntryData{ REL::Offset(0x0449ECC8) }; - inline constexpr std::array DialogueUIDataModel__PersuasionListData{ REL::Offset(0x0449E318) }; - inline constexpr std::array DialogueUIDataModel__PersuasionPointsData{ REL::Offset(0x0449E298) }; - inline constexpr std::array DirectAtNode{ REL::Offset(0x0456A748) }; - inline constexpr std::array DirectAtNodeInstance{ REL::Offset(0x0456A6D8) }; - inline constexpr std::array DisableCharacterBumperHandler{ REL::Offset(0x044E32C0) }; - inline constexpr std::array DisableCharacterControllerHandler{ REL::Offset(0x044E5EA8) }; - inline constexpr std::array DisableCharacterPitchHandler{ REL::Offset(0x044E37B8) }; - inline constexpr std::array DisableCollisionHandler{ REL::Offset(0x044E32F0) }; - inline constexpr std::array DisarmEffect{ REL::Offset(0x044C37B0) }; - inline constexpr std::array DisconnectHandler{ REL::Offset(0x0451F380) }; - inline constexpr std::array DisguiseEffect{ REL::Offset(0x044C38E0) }; - inline constexpr std::array DisguiseEffect__DetectionChecker{ REL::Offset(0x044C38A8) }; - inline constexpr std::array DispelEffect{ REL::Offset(0x044C39D8) }; - inline constexpr std::array DiveBombPathController{ REL::Offset(0x04505A98) }; - inline constexpr std::array DoNotInterruptAnimationHandler{ REL::Offset(0x044E3830) }; - inline constexpr std::array DoNothingUnhandledPolicy_BSFixedString_{ REL::Offset(0x04352690) }; - inline constexpr std::array DocAcceptDataModel{ REL::Offset(0x04489BC0), REL::Offset(0x04489BE8) }; - inline constexpr std::array DocAcceptDataModel__DocAcceptEventShuttle{ REL::Offset(0x0448A610) }; - inline constexpr std::array DocAcceptMenu{ REL::Offset(0x044783B8), REL::Offset(0x044783D0), REL::Offset(0x04478428), REL::Offset(0x04478440) }; - inline constexpr std::array DocAcceptMenu_Accept{ REL::Offset(0x04478520) }; - inline constexpr std::array DoorObstacleAdapter{ REL::Offset(0x044D3688) }; - inline constexpr std::array DropResourcesEffect{ REL::Offset(0x044C5238) }; - inline constexpr std::array DrugsCraftingMenu{ REL::Offset(0x044B1708), REL::Offset(0x044B1720), REL::Offset(0x044B1738), REL::Offset(0x044B1750), REL::Offset(0x044B1768), REL::Offset(0x044B1780), REL::Offset(0x044B17D8), REL::Offset(0x044B18B8), REL::Offset(0x044B1908) }; - inline constexpr std::array DualDirectAtNode{ REL::Offset(0x0456A660) }; - inline constexpr std::array DualDirectAtNodeInstance{ REL::Offset(0x0456A5F0) }; - inline constexpr std::array DualValueModifierEffect{ REL::Offset(0x044C3AD0) }; - inline constexpr std::array DynamicAnimationNode{ REL::Offset(0x04569C20) }; - inline constexpr std::array DynamicAnimationNodeInstance{ REL::Offset(0x04569C88) }; - inline constexpr std::array DynamicGraphReference{ REL::Offset(0x045676D0) }; - inline constexpr std::array DynamicGraphReferenceInstance{ REL::Offset(0x04567738) }; - inline constexpr std::array DynamicIdleDataSingletonHelper{ REL::Offset(0x04344F18), REL::Offset(0x04344F30) }; - inline constexpr std::array DynamicNavMeshTask{ REL::Offset(0x0434CCD0) }; - inline constexpr std::array DynamicNavMeshTaskCellRemap{ REL::Offset(0x0434CD00) }; - inline constexpr std::array DynamicNavMeshTaskShiftWorld{ REL::Offset(0x0434CCE8) }; - inline constexpr std::array DynamicNavMeshTaskStitching{ REL::Offset(0x0434CCB8) }; - inline constexpr std::array DynamicNavmesh{ REL::Offset(0x04376B80), REL::Offset(0x04376B90), REL::Offset(0x04376BA8), REL::Offset(0x04376BC0) }; - inline constexpr std::array DynamicNavmeshService{ REL::Offset(0x0434E348), REL::Offset(0x0434E358), REL::Offset(0x0434E378) }; - inline constexpr std::array EffectArchetypes__MainStatusHandler{ REL::Offset(0x03EFCF98) }; - inline constexpr std::array EffectSequenceMap{ REL::Offset(0x04350518) }; - inline constexpr std::array EffectSequenceNode{ REL::Offset(0x04567390) }; - inline constexpr std::array EffectSequenceNodeInstance{ REL::Offset(0x04568050) }; - inline constexpr std::array EffectSequence__EffectSequenceManager{ REL::Offset(0x04350368), REL::Offset(0x04350388), REL::Offset(0x043503D8), REL::Offset(0x043503F0), REL::Offset(0x04350408) }; - inline constexpr std::array EffectSetting{ REL::Offset(0x04361448), REL::Offset(0x04361468), REL::Offset(0x043614E0), REL::Offset(0x043614F8), REL::Offset(0x04361560), REL::Offset(0x043615C8) }; - inline constexpr std::array EjectShellCasingHandler{ REL::Offset(0x044E3860) }; - inline constexpr std::array EmittanceManagerAgent{ REL::Offset(0x04344F58) }; - inline constexpr std::array EmitterProjectile{ REL::Offset(0x04461278), REL::Offset(0x04461348), REL::Offset(0x04461360), REL::Offset(0x044613C8), REL::Offset(0x044613E8), REL::Offset(0x044613F8), REL::Offset(0x04461410), REL::Offset(0x04461F00), REL::Offset(0x04461F18), REL::Offset(0x04461F30), REL::Offset(0x04461F48) }; - inline constexpr std::array EmptyDependencyFormPointerMapValue{ REL::Offset(0x043AC4D8) }; - inline constexpr std::array EnableCharacterBumperHandler{ REL::Offset(0x044E32D8) }; - inline constexpr std::array EnableCharacterControllerHandler{ REL::Offset(0x044E5E78) }; - inline constexpr std::array EnableCharacterPitchHandler{ REL::Offset(0x044E36B0) }; - inline constexpr std::array EnableCollisionHandler{ REL::Offset(0x044E3308) }; - inline constexpr std::array EnchantmentItem{ REL::Offset(0x043618E0), REL::Offset(0x04361900), REL::Offset(0x04361968), REL::Offset(0x04361E68), REL::Offset(0x04361EE0) }; - inline constexpr std::array EndGameCreditsMenu{ REL::Offset(0x044785F8), REL::Offset(0x04478610), REL::Offset(0x04478628), REL::Offset(0x04478708) }; - inline constexpr std::array EndSecurityMinigameHandler{ REL::Offset(0x044E5F98) }; - inline constexpr std::array EndSummonAnimationHandler{ REL::Offset(0x044E34B8) }; - inline constexpr std::array EnhanceWeaponEffect{ REL::Offset(0x044D1068), REL::Offset(0x044D11B0) }; - inline constexpr std::array EnsureAliasCanBePickpocketedFunc{ REL::Offset(0x04483390) }; - inline constexpr std::array EquippedItemData{ REL::Offset(0x04472308) }; - inline constexpr std::array EquippedSpell__Data{ REL::Offset(0x04472338) }; - inline constexpr std::array EquippedWeapon__AimModule{ REL::Offset(0x044724E0) }; - inline constexpr std::array EquippedWeapon__AmmunitionModule{ REL::Offset(0x044725A8) }; - inline constexpr std::array EquippedWeapon__AudioModule{ REL::Offset(0x044729A0) }; - inline constexpr std::array EquippedWeapon__Data{ REL::Offset(0x04472380) }; - inline constexpr std::array EquippedWeapon__IModule{ REL::Offset(0x04472800) }; - inline constexpr std::array EquippedWeapon__MeleeAttackModule{ REL::Offset(0x04472658) }; - inline constexpr std::array EquippedWeapon__PowerModule{ REL::Offset(0x04472750) }; - inline constexpr std::array EquippedWeapon__RangedAttackModule{ REL::Offset(0x04472AC0) }; - inline constexpr std::array EquippedWeapon__VariableRangeModule{ REL::Offset(0x04472BA8) }; - inline constexpr std::array EquippedWeapon__VisualModule{ REL::Offset(0x04472C68) }; - inline constexpr std::array EquippedWeapon____RefWeaponResolver{ REL::Offset(0x04472A50) }; - inline constexpr std::array EtherealizationEffect{ REL::Offset(0x044C3C10) }; - inline constexpr std::array EvaluateConditionVariable{ REL::Offset(0x045689A8) }; - inline constexpr std::array EvaluateConditionVariableInstance{ REL::Offset(0x04568938) }; - inline constexpr std::array EventController{ REL::Offset(0x04569970) }; - inline constexpr std::array EventControllerInstance{ REL::Offset(0x045699D8) }; - inline constexpr std::array EventDispatcherBackend{ REL::Offset(0x0458FBD0) }; - inline constexpr std::array EventFromRange{ REL::Offset(0x04569210) }; - inline constexpr std::array EventFromRangeInstance{ REL::Offset(0x04569278) }; - inline constexpr std::array EveryNEvents{ REL::Offset(0x045695B0) }; - inline constexpr std::array EveryNEventsInstance{ REL::Offset(0x04569618) }; - inline constexpr std::array ExecuteOnAliasedRefFunc{ REL::Offset(0x04365388) }; - inline constexpr std::array ExitChargen_ConfirmCallback{ REL::Offset(0x044B04D8) }; - inline constexpr std::array Explosion{ REL::Offset(0x044EA3A8), REL::Offset(0x044EA3B8), REL::Offset(0x044EA3D0), REL::Offset(0x044EA3E8), REL::Offset(0x044EA400), REL::Offset(0x044EA418), REL::Offset(0x044EA4E8), REL::Offset(0x044EA500), REL::Offset(0x044EA568), REL::Offset(0x044EA5D8), REL::Offset(0x044EA5F0) }; - inline constexpr std::array ExplosionClosestHitCollector{ REL::Offset(0x044EA370) }; - inline constexpr std::array ExplosiveIndicatorDataModel{ REL::Offset(0x04481310) }; - inline constexpr std::array ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle{ REL::Offset(0x044816D0) }; - inline constexpr std::array ExternalDataSourceMainStatusHandler{ REL::Offset(0x03EFCFC8) }; - inline constexpr std::array ExternalRefcountStrategy_0_{ REL::Offset(0x04763D80) }; - inline constexpr std::array ExtraAcousticParent{ REL::Offset(0x04367650) }; - inline constexpr std::array ExtraAction{ REL::Offset(0x04367B70) }; - inline constexpr std::array ExtraActivateRef{ REL::Offset(0x043677F0) }; - inline constexpr std::array ExtraActivateText{ REL::Offset(0x04364BC8) }; - inline constexpr std::array ExtraActorCause{ REL::Offset(0x04365F60) }; - inline constexpr std::array ExtraActorValueStorage{ REL::Offset(0x04364B88) }; - inline constexpr std::array ExtraAliasInstanceArray{ REL::Offset(0x043679B0) }; - inline constexpr std::array ExtraAmmo{ REL::Offset(0x04365FA0) }; - inline constexpr std::array ExtraAnimGraphManager{ REL::Offset(0x04368280) }; - inline constexpr std::array ExtraAnimGraphPreload{ REL::Offset(0x04366F90), REL::Offset(0x04367068) }; - inline constexpr std::array ExtraAnimSounds{ REL::Offset(0x04364C88) }; - inline constexpr std::array ExtraAshPileRef{ REL::Offset(0x04367830) }; - inline constexpr std::array ExtraAttachRef{ REL::Offset(0x043663A0) }; - inline constexpr std::array ExtraAttachRefChildren{ REL::Offset(0x043663E0) }; - inline constexpr std::array ExtraAttachedArrows3D{ REL::Offset(0x043657A0) }; - inline constexpr std::array ExtraBadPosition{ REL::Offset(0x043657E0) }; - inline constexpr std::array ExtraBendableSplineParams{ REL::Offset(0x04350F88) }; - inline constexpr std::array ExtraBlueprintPartOriginData{ REL::Offset(0x043650C8) }; - inline constexpr std::array ExtraBody{ REL::Offset(0x043681C0) }; - inline constexpr std::array ExtraBoneScaleMap{ REL::Offset(0x04364988) }; - inline constexpr std::array ExtraCachedScale{ REL::Offset(0x04365A20) }; - inline constexpr std::array ExtraCalcedPackIn{ REL::Offset(0x04364908) }; - inline constexpr std::array ExtraCanTalkToPlayer{ REL::Offset(0x04367A30) }; - inline constexpr std::array ExtraCannotWear{ REL::Offset(0x04367FC0) }; - inline constexpr std::array ExtraCell3D{ REL::Offset(0x04363E88) }; - inline constexpr std::array ExtraCellAcousticSpace{ REL::Offset(0x04363D88) }; - inline constexpr std::array ExtraCellEnvMap{ REL::Offset(0x043655A0) }; - inline constexpr std::array ExtraCellGlobalDirtLayer{ REL::Offset(0x04363CC8) }; - inline constexpr std::array ExtraCellImageSpace{ REL::Offset(0x04363E08) }; - inline constexpr std::array ExtraCellMusicType{ REL::Offset(0x04363F48) }; - inline constexpr std::array ExtraCellSkyRegion{ REL::Offset(0x04363DC8) }; - inline constexpr std::array ExtraCellWaterEnvMap{ REL::Offset(0x043655E0) }; - inline constexpr std::array ExtraCellWaterType{ REL::Offset(0x04363E48) }; - inline constexpr std::array ExtraCharge{ REL::Offset(0x043659A0) }; - inline constexpr std::array ExtraCollisionData{ REL::Offset(0x04365348) }; - inline constexpr std::array ExtraCombatStyle{ REL::Offset(0x04365460) }; - inline constexpr std::array ExtraConstrainedDecalData{ REL::Offset(0x04364D48) }; - inline constexpr std::array ExtraCount{ REL::Offset(0x04365AE0) }; - inline constexpr std::array ExtraCreatureAwakeSound{ REL::Offset(0x04366160) }; - inline constexpr std::array ExtraCulledBone{ REL::Offset(0x04365EA0) }; - inline constexpr std::array ExtraCulledSubsegment{ REL::Offset(0x04365EE0) }; - inline constexpr std::array ExtraDataList__NativeLinkFunctor__lambda_5e7648af5ca7db90a214a0a0b84d1172__{ REL::Offset(0x044BC908) }; - inline constexpr std::array ExtraDataList__NativeLinkFunctor__lambda_847a05dbb8676473a5e88db7bb9e3d88__{ REL::Offset(0x04559360) }; - inline constexpr std::array ExtraDesiredLegendaryRank{ REL::Offset(0x04366420) }; - inline constexpr std::array ExtraDirectAtTarget{ REL::Offset(0x043672D8) }; - inline constexpr std::array ExtraDroppedItemList{ REL::Offset(0x043674D0) }; - inline constexpr std::array ExtraEditorID{ REL::Offset(0x04364488) }; - inline constexpr std::array ExtraEditorRefMoveData{ REL::Offset(0x04367AB0) }; - inline constexpr std::array ExtraEmittanceSource{ REL::Offset(0x04367610) }; - inline constexpr std::array ExtraEnableStateChildren{ REL::Offset(0x04367DC0) }; - inline constexpr std::array ExtraEnableStateParent{ REL::Offset(0x04367C80) }; - inline constexpr std::array ExtraEnchantment{ REL::Offset(0x04366260) }; - inline constexpr std::array ExtraEncounterZone{ REL::Offset(0x04367F40) }; - inline constexpr std::array ExtraEssentialProtected{ REL::Offset(0x04364A08) }; - inline constexpr std::array ExtraExteriorReflectionProbeAdjustmentVolume{ REL::Offset(0x04368200) }; - inline constexpr std::array ExtraExternalEmittanceData{ REL::Offset(0x04364EC8) }; - inline constexpr std::array ExtraFXPickNodes{ REL::Offset(0x043649C8) }; - inline constexpr std::array ExtraFactionChanges{ REL::Offset(0x04367B30) }; - inline constexpr std::array ExtraFavorCost{ REL::Offset(0x04365860) }; - inline constexpr std::array ExtraFavorite{ REL::Offset(0x04365A60) }; - inline constexpr std::array ExtraFlags{ REL::Offset(0x04365560) }; - inline constexpr std::array ExtraFogVolume{ REL::Offset(0x04368240) }; - inline constexpr std::array ExtraFollower{ REL::Offset(0x04365E20) }; - inline constexpr std::array ExtraFollowerSwimBreadcrumbs{ REL::Offset(0x043679F0) }; - inline constexpr std::array ExtraForcedLandingMarker{ REL::Offset(0x043656E0) }; - inline constexpr std::array ExtraForcedTarget{ REL::Offset(0x043656A0) }; - inline constexpr std::array ExtraFriendHits{ REL::Offset(0x04367550) }; - inline constexpr std::array ExtraFromAlias{ REL::Offset(0x04365D60) }; - inline constexpr std::array ExtraFurnitureEntryData{ REL::Offset(0x04366F10) }; - inline constexpr std::array ExtraGeometryDirtynessScale{ REL::Offset(0x04365620) }; - inline constexpr std::array ExtraGhost{ REL::Offset(0x04368040) }; - inline constexpr std::array ExtraGlobal{ REL::Offset(0x04365C60) }; - inline constexpr std::array ExtraGroupedPackin{ REL::Offset(0x043646D8) }; - inline constexpr std::array ExtraGuardedRefData{ REL::Offset(0x04367C40) }; - inline constexpr std::array ExtraHasNoRumors{ REL::Offset(0x04366120) }; - inline constexpr std::array ExtraHavok{ REL::Offset(0x04363EC8) }; - inline constexpr std::array ExtraHeadTrackingWeight{ REL::Offset(0x04365820) }; - inline constexpr std::array ExtraHeadingTarget{ REL::Offset(0x043660E0) }; - inline constexpr std::array ExtraHealth{ REL::Offset(0x04365B20) }; - inline constexpr std::array ExtraHorse{ REL::Offset(0x04365660) }; - inline constexpr std::array ExtraIgnoredAttractKeywords{ REL::Offset(0x04364B48) }; - inline constexpr std::array ExtraIgnoredBySandbox{ REL::Offset(0x043678F0) }; - inline constexpr std::array ExtraInitActions{ REL::Offset(0x04350FC8) }; - inline constexpr std::array ExtraInputEnableLayer{ REL::Offset(0x04367258) }; - inline constexpr std::array ExtraInstanceData{ REL::Offset(0x04367298) }; - inline constexpr std::array ExtraInteraction{ REL::Offset(0x04367118) }; - inline constexpr std::array ExtraInvestedGold{ REL::Offset(0x04364A48) }; - inline constexpr std::array ExtraItemDropper{ REL::Offset(0x04367510) }; - inline constexpr std::array ExtraKeywords{ REL::Offset(0x04364E48) }; - inline constexpr std::array ExtraLargeRefOwnerCells{ REL::Offset(0x043653A0) }; - inline constexpr std::array ExtraLastFinishedSequence{ REL::Offset(0x043676D0) }; - inline constexpr std::array ExtraLevCreaModifier{ REL::Offset(0x04367710) }; - inline constexpr std::array ExtraLeveledBaseObject{ REL::Offset(0x04367770) }; - inline constexpr std::array ExtraLeveledCreature{ REL::Offset(0x04367BB0) }; - inline constexpr std::array ExtraLeveledItem{ REL::Offset(0x04366560) }; - inline constexpr std::array ExtraLight{ REL::Offset(0x04368140) }; - inline constexpr std::array ExtraLightAreaData{ REL::Offset(0x04365288) }; - inline constexpr std::array ExtraLightBarndoorData{ REL::Offset(0x04365308) }; - inline constexpr std::array ExtraLightColorData{ REL::Offset(0x043658E0) }; - inline constexpr std::array ExtraLightData{ REL::Offset(0x043652C8) }; - inline constexpr std::array ExtraLightFlickerData{ REL::Offset(0x04365188) }; - inline constexpr std::array ExtraLightGoboData{ REL::Offset(0x04365960) }; - inline constexpr std::array ExtraLightLayerData{ REL::Offset(0x043651C8) }; - inline constexpr std::array ExtraLightRoundnessData{ REL::Offset(0x04365248) }; - inline constexpr std::array ExtraLightStaticShadowMapData{ REL::Offset(0x04365208) }; - inline constexpr std::array ExtraLightVolumetricData{ REL::Offset(0x04365148) }; - inline constexpr std::array ExtraLinkedChildrenAliasInstanceArray{ REL::Offset(0x04367870) }; - inline constexpr std::array ExtraLinkedRef{ REL::Offset(0x043644C8) }; - inline constexpr std::array ExtraLinkedRefChildren{ REL::Offset(0x04367D40) }; - inline constexpr std::array ExtraLitWaterRefs{ REL::Offset(0x043661E0) }; - inline constexpr std::array ExtraLocation{ REL::Offset(0x043664E0) }; - inline constexpr std::array ExtraLocationRefType{ REL::Offset(0x043677B0) }; - inline constexpr std::array ExtraLock{ REL::Offset(0x04365E60) }; - inline constexpr std::array ExtraLockList{ REL::Offset(0x04365C20) }; - inline constexpr std::array ExtraMagicCaster{ REL::Offset(0x04367398), REL::Offset(0x04367490) }; - inline constexpr std::array ExtraMapMarker{ REL::Offset(0x043683C8) }; - inline constexpr std::array ExtraMaterialSwap{ REL::Offset(0x04364CC8) }; - inline constexpr std::array ExtraMissingRefIDs{ REL::Offset(0x043658A0) }; - inline constexpr std::array ExtraModIndex{ REL::Offset(0x04365048) }; - inline constexpr std::array ExtraModRank{ REL::Offset(0x04365720) }; - inline constexpr std::array ExtraModelSwap{ REL::Offset(0x04366060) }; - inline constexpr std::array ExtraNavMeshPortal{ REL::Offset(0x04366020) }; - inline constexpr std::array ExtraNorthRotation{ REL::Offset(0x04363F88) }; - inline constexpr std::array ExtraObjectBreakable{ REL::Offset(0x04364A88) }; - inline constexpr std::array ExtraObjectSavedDynamicIdles{ REL::Offset(0x04364AC8) }; - inline constexpr std::array ExtraObjectSavedUnrecoverableSubgraphs{ REL::Offset(0x04364B08) }; - inline constexpr std::array ExtraOcclusionPlaneRefData{ REL::Offset(0x043653E0) }; - inline constexpr std::array ExtraOpenCloseActivateRef{ REL::Offset(0x04365DA0) }; - inline constexpr std::array ExtraOriginalBaseObject{ REL::Offset(0x04365BA0) }; - inline constexpr std::array ExtraOriginalReference{ REL::Offset(0x04365D20) }; - inline constexpr std::array ExtraOutfitItem{ REL::Offset(0x04366460) }; - inline constexpr std::array ExtraOwnership{ REL::Offset(0x04365BE0) }; - inline constexpr std::array ExtraOwningInstance{ REL::Offset(0x04366360) }; - inline constexpr std::array ExtraPackage{ REL::Offset(0x04368080) }; - inline constexpr std::array ExtraPackageData{ REL::Offset(0x04365420) }; - inline constexpr std::array ExtraPackageStartLocation{ REL::Offset(0x043680C0) }; - inline constexpr std::array ExtraPatrolRefData{ REL::Offset(0x043654E0) }; - inline constexpr std::array ExtraPatrolRefInUseData{ REL::Offset(0x04368348) }; - inline constexpr std::array ExtraPersistentCell{ REL::Offset(0x04367E80) }; - inline constexpr std::array ExtraPlacedPlanetContent{ REL::Offset(0x04364520) }; - inline constexpr std::array ExtraPlayerCrimeList{ REL::Offset(0x04367EC0) }; - inline constexpr std::array ExtraPoison{ REL::Offset(0x04366220) }; - inline constexpr std::array ExtraPowerArmor{ REL::Offset(0x04367198) }; - inline constexpr std::array ExtraPowerArmorPreload{ REL::Offset(0x04367158) }; - inline constexpr std::array ExtraPowerLinks{ REL::Offset(0x04364788) }; - inline constexpr std::array ExtraPrimitive{ REL::Offset(0x043654A0) }; - inline constexpr std::array ExtraProceduralInstanceData{ REL::Offset(0x04364FC8) }; - inline constexpr std::array ExtraProcessMiddleLow{ REL::Offset(0x04363D08) }; - inline constexpr std::array ExtraProjectedDecalData{ REL::Offset(0x04364D08) }; - inline constexpr std::array ExtraPromotedRef{ REL::Offset(0x043678B0) }; - inline constexpr std::array ExtraPropertySheet{ REL::Offset(0x04365108) }; - inline constexpr std::array ExtraRadioData{ REL::Offset(0x04365FE0) }; - inline constexpr std::array ExtraRadioReceiver{ REL::Offset(0x04364C08) }; - inline constexpr std::array ExtraRadioRepeater{ REL::Offset(0x04364C48) }; - inline constexpr std::array ExtraRadius{ REL::Offset(0x043660A0) }; - inline constexpr std::array ExtraRadiusFalloffExponent{ REL::Offset(0x04365F20) }; - inline constexpr std::array ExtraRagDollData{ REL::Offset(0x04367E00) }; - inline constexpr std::array ExtraRandomAnimStartTime{ REL::Offset(0x04364F08) }; - inline constexpr std::array ExtraRandomTeleportMarker{ REL::Offset(0x04367D80) }; - inline constexpr std::array ExtraRangedDistOverride{ REL::Offset(0x04364D88) }; - inline constexpr std::array ExtraRank{ REL::Offset(0x04365AA0) }; - inline constexpr std::array ExtraRefWeaponSounds{ REL::Offset(0x04367218) }; - inline constexpr std::array ExtraReferenceGroup{ REL::Offset(0x04364E88) }; - inline constexpr std::array ExtraReferenceHandles{ REL::Offset(0x043664A0) }; - inline constexpr std::array ExtraReflectedRefs{ REL::Offset(0x043662A0) }; - inline constexpr std::array ExtraReflectorRefs{ REL::Offset(0x043662E0) }; - inline constexpr std::array ExtraRefrPath{ REL::Offset(0x043671D8) }; - inline constexpr std::array ExtraRefractionProperty{ REL::Offset(0x04367AF0) }; - inline constexpr std::array ExtraRegionList{ REL::Offset(0x04363F08) }; - inline constexpr std::array ExtraReservedMarkers{ REL::Offset(0x04367D00) }; - inline constexpr std::array ExtraRoomRefData{ REL::Offset(0x04368308) }; - inline constexpr std::array ExtraRunOncePacks{ REL::Offset(0x04367CC0) }; - inline constexpr std::array ExtraSavedAnimation{ REL::Offset(0x043675D0) }; - inline constexpr std::array ExtraSavedHavokData{ REL::Offset(0x04367590) }; - inline constexpr std::array ExtraSayToTopicInfo{ REL::Offset(0x04367930) }; - inline constexpr std::array ExtraSayTopicInfoOnceADay{ REL::Offset(0x04367970) }; - inline constexpr std::array ExtraScale{ REL::Offset(0x043659E0) }; - inline constexpr std::array ExtraSceneData{ REL::Offset(0x04365920) }; - inline constexpr std::array ExtraScriptedAnimDependence{ REL::Offset(0x04367318) }; - inline constexpr std::array ExtraSeed{ REL::Offset(0x04367F80) }; - inline constexpr std::array ExtraSeenData{ REL::Offset(0x04363D48) }; - inline constexpr std::array ExtraShipArrivalData{ REL::Offset(0x04365088) }; - inline constexpr std::array ExtraShipBlueprintSnapData{ REL::Offset(0x04368388) }; - inline constexpr std::array ExtraShouldWear{ REL::Offset(0x04368000) }; - inline constexpr std::array ExtraSnapLinks{ REL::Offset(0x04364748) }; - inline constexpr std::array ExtraSoul{ REL::Offset(0x04368100) }; - inline constexpr std::array ExtraSound{ REL::Offset(0x04367A70) }; - inline constexpr std::array ExtraSoundHook{ REL::Offset(0x043661A0) }; - inline constexpr std::array ExtraSourcePackIn{ REL::Offset(0x04364948) }; - inline constexpr std::array ExtraSpawnContainer{ REL::Offset(0x04367690) }; - inline constexpr std::array ExtraStartingPosition{ REL::Offset(0x04365CE0) }; - inline constexpr std::array ExtraStartingWorldOrCell{ REL::Offset(0x04368180) }; - inline constexpr std::array ExtraTeleport{ REL::Offset(0x04365DE0) }; - inline constexpr std::array ExtraTeleportName{ REL::Offset(0x04365CA0) }; - inline constexpr std::array ExtraTempLocationWorldSpace{ REL::Offset(0x04367E40) }; - inline constexpr std::array ExtraTerminalMenuBodyTextItems{ REL::Offset(0x04364848) }; - inline constexpr std::array ExtraTerminalMenuItems{ REL::Offset(0x043647C8) }; - inline constexpr std::array ExtraTerminalMenuMenuItems{ REL::Offset(0x04364808) }; - inline constexpr std::array ExtraTerminalMenuUnlockedItems{ REL::Offset(0x04364888) }; - inline constexpr std::array ExtraTextDisplayData{ REL::Offset(0x04365760) }; - inline constexpr std::array ExtraTimeLeft{ REL::Offset(0x04365B60) }; - inline constexpr std::array ExtraTimeOfDayData{ REL::Offset(0x04365008) }; - inline constexpr std::array ExtraTransitionCellCount{ REL::Offset(0x043665D0) }; - inline constexpr std::array ExtraTraversalData{ REL::Offset(0x04366F50) }; - inline constexpr std::array ExtraTresPassPackage{ REL::Offset(0x04366520) }; - inline constexpr std::array ExtraUniqueID{ REL::Offset(0x04365520) }; - inline constexpr std::array ExtraUsedMarkers{ REL::Offset(0x04367F00) }; - inline constexpr std::array ExtraVoiceType{ REL::Offset(0x043648C8) }; - inline constexpr std::array ExtraVolumeData{ REL::Offset(0x04364F48) }; - inline constexpr std::array ExtraVolumeReflectionProbe_OffsetIntensity{ REL::Offset(0x04364F88) }; - inline constexpr std::array ExtraWaterCurrentZoneData{ REL::Offset(0x04364E08) }; - inline constexpr std::array ExtraWaterData{ REL::Offset(0x04367358) }; - inline constexpr std::array ExtraWaterLightRefs{ REL::Offset(0x04366320) }; - inline constexpr std::array ExtraWaterReflectionData{ REL::Offset(0x04364DC8) }; - inline constexpr std::array ExtraWorkshopSnapping{ REL::Offset(0x04397798) }; - inline constexpr std::array ExtraWwiseSwitchData{ REL::Offset(0x043D20C8) }; - inline constexpr std::array EyeTrackingOffHandler{ REL::Offset(0x044E3428) }; - inline constexpr std::array EyeTrackingOnHandler{ REL::Offset(0x044E33E0) }; - inline constexpr std::array FACEFX_ACTOR{ REL::Offset(0x04351398) }; - inline constexpr std::array FACEFX_BONESET{ REL::Offset(0x04351588) }; - inline constexpr std::array FOCollisionListener{ REL::Offset(0x04411930) }; - inline constexpr std::array FaceEmotionalIdleHandler{ REL::Offset(0x044E39B0) }; - inline constexpr std::array FaderMenu{ REL::Offset(0x0451D570), REL::Offset(0x0451D5C8), REL::Offset(0x0451D6A8), REL::Offset(0x0451D6C0) }; - inline constexpr std::array FanfareData{ REL::Offset(0x044789C8) }; - inline constexpr std::array FanfareMenu{ REL::Offset(0x04478CB8), REL::Offset(0x04478CE0), REL::Offset(0x04478CF8), REL::Offset(0x04478D50) }; - inline constexpr std::array FanfareMenu__FanfareEventShuttle{ REL::Offset(0x04478E30) }; - inline constexpr std::array FarTravel__Arrival{ REL::Offset(0x044C9980) }; - inline constexpr std::array FarTravel__Cruise{ REL::Offset(0x044C99B8) }; - inline constexpr std::array FarTravel__Departure{ REL::Offset(0x044C99F0) }; - inline constexpr std::array FarTravel__FarTravelOrbitalUpdateFadeDone{ REL::Offset(0x044C9908) }; - inline constexpr std::array FarTravel__FarTravelUnloadNode{ REL::Offset(0x0439F130) }; - inline constexpr std::array FarTravel__UpdateGalacticPositions{ REL::Offset(0x044C9948) }; - inline constexpr std::array FavoritesManager{ REL::Offset(0x0451DD90), REL::Offset(0x0451DDA0), REL::Offset(0x0451DF90), REL::Offset(0x0451DFA8), REL::Offset(0x0451DFD0), REL::Offset(0x0451DFE8) }; - inline constexpr std::array FavoritesManager__FavoritesData{ REL::Offset(0x0451E2D0) }; - inline constexpr std::array FavoritesManager__FavoritesEntryData{ REL::Offset(0x0451DF78) }; - inline constexpr std::array FavoritesManager__FavoritesUIDataEventShuttle{ REL::Offset(0x0451E2E8) }; - inline constexpr std::array FavoritesMenu{ REL::Offset(0x0451DE28), REL::Offset(0x0451DF08), REL::Offset(0x0451DF20) }; - inline constexpr std::array FavoritesMenu_AssignQuickkey{ REL::Offset(0x0451DDB8) }; - inline constexpr std::array FavoritesMenu_UseQuickkey{ REL::Offset(0x0451DDD8) }; - inline constexpr std::array FindConnectedNavmeshInfosVisitor{ REL::Offset(0x04450388) }; - inline constexpr std::array FindDynamicNeighborsTask{ REL::Offset(0x04069268), REL::Offset(0x04069288) }; - inline constexpr std::array FindEffectKeywordOnTargetFunctor{ REL::Offset(0x044C4BF0) }; - inline constexpr std::array FindTriangleForLocationFilter{ REL::Offset(0x04342B98) }; - inline constexpr std::array FindTriangleForLocationFilterCheckDeltaZ{ REL::Offset(0x04342B70) }; - inline constexpr std::array FindTriangleForLocationTraversableFilter{ REL::Offset(0x04599D08) }; - inline constexpr std::array FindTriangleForLocationWaterFilter{ REL::Offset(0x04599CE0) }; - inline constexpr std::array FireForgetModel{ REL::Offset(0x04481750) }; - inline constexpr std::array FireForgetModel__FireForgetEventShuttle{ REL::Offset(0x04481728) }; - inline constexpr std::array FireParticlesCollidedWithBodiesCallbackTask{ REL::Offset(0x04069528), REL::Offset(0x04069548) }; - inline constexpr std::array FireParticlesCollidedWithParticlesCallbackTask{ REL::Offset(0x040694A0), REL::Offset(0x040694C0) }; - inline constexpr std::array FireParticlesExitedSafeRegionCallbackTask{ REL::Offset(0x040695A8), REL::Offset(0x040695C8) }; - inline constexpr std::array FirstPersonState{ REL::Offset(0x045195D0) }; - inline constexpr std::array FlameProjectile{ REL::Offset(0x044EAFB0), REL::Offset(0x044EAFC8), REL::Offset(0x044EAFE0), REL::Offset(0x044EB0B0), REL::Offset(0x044EB0C8), REL::Offset(0x044EB130), REL::Offset(0x044EB150), REL::Offset(0x044EB160), REL::Offset(0x044EB178), REL::Offset(0x044EBC68), REL::Offset(0x044EBC80) }; - inline constexpr std::array FleePackage{ REL::Offset(0x044E0A38), REL::Offset(0x044E0A50) }; - inline constexpr std::array FlightActionEndHandler{ REL::Offset(0x044E2FC0) }; - inline constexpr std::array FlightActionEntryEndHandler{ REL::Offset(0x044E2FD8) }; - inline constexpr std::array FlightActionHandler{ REL::Offset(0x044E3050) }; - inline constexpr std::array FlightCameraState{ REL::Offset(0x0451A398) }; - inline constexpr std::array FlightCrashLandStartHandler{ REL::Offset(0x044E3008) }; - inline constexpr std::array FlightCruisingHandler{ REL::Offset(0x044E2F00) }; - inline constexpr std::array FlightHoveringHandler{ REL::Offset(0x044E2F48) }; - inline constexpr std::array FlightLandEndHandler{ REL::Offset(0x044E3068) }; - inline constexpr std::array FlightLandHandler{ REL::Offset(0x044E3020) }; - inline constexpr std::array FlightLandingHandler{ REL::Offset(0x044E2F30) }; - inline constexpr std::array FlightPerchingHandler{ REL::Offset(0x044E3038) }; - inline constexpr std::array FlightTakeOffHandler{ REL::Offset(0x044E2F18) }; - inline constexpr std::array Float3LightAnimData{ REL::Offset(0x04354CE8) }; - inline constexpr std::array Float4LightAnimData{ REL::Offset(0x04354D38) }; - inline constexpr std::array FloatLightAnimData{ REL::Offset(0x04354D60) }; - inline constexpr std::array FoodCraftingMenu{ REL::Offset(0x044A6BE8), REL::Offset(0x044A6CC8), REL::Offset(0x044A6D20), REL::Offset(0x044A6D38), REL::Offset(0x044A6D88), REL::Offset(0x044A6DA0), REL::Offset(0x044A6DB8), REL::Offset(0x044A6DD0), REL::Offset(0x044A6DE8) }; - inline constexpr std::array FootIKNode{ REL::Offset(0x04566D40) }; - inline constexpr std::array FootIKNodeInstance{ REL::Offset(0x04568268) }; - inline constexpr std::array ForEachFunctorAdapter_SpellItem_Actor__ForEachSpellVisitor__lambda_0a09c06f17a37f4a740c7ecd942c21dc__BSContainer__ForEachResult_{ REL::Offset(0x044F1B38) }; - inline constexpr std::array ForceWeaponFireHandler{ REL::Offset(0x044E3500) }; - inline constexpr std::array FormStreamerLoadStorageWrapper{ REL::Offset(0x044CFEF0) }; - inline constexpr std::array FormStreamerSaveStorageWrapper{ REL::Offset(0x044CFEB0) }; - inline constexpr std::array FreeAdvancedCameraState{ REL::Offset(0x0451A2D8) }; - inline constexpr std::array FreeFlyCameraState{ REL::Offset(0x0451A4F8) }; - inline constexpr std::array FreeTetheredCameraState{ REL::Offset(0x0451A5A8) }; - inline constexpr std::array FreeWalkCameraState{ REL::Offset(0x0451A218) }; - inline constexpr std::array FrenzyEffect{ REL::Offset(0x044C6E58) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc___CheckRefAgainstConditionsFunc__{ REL::Offset(0x0440EBD8) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc___GatherQueuedRefFunctor__{ REL::Offset(0x04369400) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_1b9c272b48574d322ec9810a479ce257___{ REL::Offset(0x043E75F0) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_30dabc8065ebd8583e3e2b97e45a260c___{ REL::Offset(0x0451C170) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_769d78c10d0acbf9e345f03a8e1d33b6___{ REL::Offset(0x044CEA90) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_7af0957d0aa330bd4baf31f7786f0195___{ REL::Offset(0x0452DD80) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_8467557c7395ec5dd218351e0f4ff344___{ REL::Offset(0x043E7620) }; - inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_b4fbf1f061f7df311bd486bfc6c57847___{ REL::Offset(0x043E7608) }; - inline constexpr std::array FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences_____{ REL::Offset(0x04369328) }; - inline constexpr std::array FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences_____{ REL::Offset(0x04369438) }; - inline constexpr std::array FunctorCellVisitor___ObstacleAdder_{ REL::Offset(0x04369F08) }; - inline constexpr std::array FunctorCellVisitor___ObstacleRemover_{ REL::Offset(0x04369F90) }; - inline constexpr std::array FunctorCellVisitor__lambda_0ca6541ec5b92b37a59bcbc94ef469b9__{ REL::Offset(0x043695C0) }; - inline constexpr std::array FunctorCellVisitor__lambda_0f173aa8c9047e39e5fcf36e3e7a9383__{ REL::Offset(0x04450218) }; - inline constexpr std::array FunctorCellVisitor__lambda_0f8da06fe7124342d14c7b824bb4ec45__{ REL::Offset(0x04413218) }; - inline constexpr std::array FunctorCellVisitor__lambda_1f217d93f16066b532bf445c15346a90__{ REL::Offset(0x04369F78) }; - inline constexpr std::array FunctorCellVisitor__lambda_296ac77b5e81e8bf0f2630b309b02535__{ REL::Offset(0x04369538) }; - inline constexpr std::array FunctorCellVisitor__lambda_338a6d420c8b76ef23772cfa96a3b26e__{ REL::Offset(0x04413230) }; - inline constexpr std::array FunctorCellVisitor__lambda_3bb7db21f6701ea7ea98f3a897cf1af7__{ REL::Offset(0x044502A0) }; - inline constexpr std::array FunctorCellVisitor__lambda_3f55eb3288d63b6b0c9863adc5bbe6af__{ REL::Offset(0x04369588) }; - inline constexpr std::array FunctorCellVisitor__lambda_4dbe805b39b2900592f89416cc644578__{ REL::Offset(0x04369FA8) }; - inline constexpr std::array FunctorCellVisitor__lambda_535418469b1945e6a7005838e37449fe__{ REL::Offset(0x044CC510) }; - inline constexpr std::array FunctorCellVisitor__lambda_544aa85614a9cd3cea0b92d17890ec6d__{ REL::Offset(0x04450200) }; - inline constexpr std::array FunctorCellVisitor__lambda_5dd8442d257de78f148c881843556078__{ REL::Offset(0x04369570) }; - inline constexpr std::array FunctorCellVisitor__lambda_71868ed62e5773b56de749e088dc61c6__{ REL::Offset(0x044CEBB8) }; - inline constexpr std::array FunctorCellVisitor__lambda_8bd65011f72ea6a3e212d06fc2d446d6__{ REL::Offset(0x044501E8) }; - inline constexpr std::array FunctorCellVisitor__lambda_ad163f1fbdceb7e9621f4392fe6d438f__{ REL::Offset(0x04457940) }; - inline constexpr std::array FunctorCellVisitor__lambda_bbd16fc38dcdc972277fc62ca79d2f3f__{ REL::Offset(0x04379CE0) }; - inline constexpr std::array FunctorCellVisitor__lambda_bec8ccff0a41259ac0f7937d9ea9eb7d__{ REL::Offset(0x04369F60) }; - inline constexpr std::array FunctorCellVisitor__lambda_c2441b3c8cc19012049cf2f8969f7f9f__{ REL::Offset(0x044C9BC8) }; - inline constexpr std::array FunctorCellVisitor__lambda_caddd6c496cdfab64b9438beb49411b9__{ REL::Offset(0x0437B550) }; - inline constexpr std::array FunctorCellVisitor__lambda_d5d3c1c17a95db09066ea3d5d0570a61__{ REL::Offset(0x04379CC8) }; - inline constexpr std::array FunctorCellVisitor__lambda_ee4f7a9d984c9f0b4e421da2555d4642__{ REL::Offset(0x043696E8) }; - inline constexpr std::array FunctorCellVisitor__lambda_f40a59b277fc451f4018a85203a03f6a__{ REL::Offset(0x04450270) }; - inline constexpr std::array FunctorCellVisitor__lambda_fb11f041e02a28f06318d878efd69c64__{ REL::Offset(0x04450288) }; - inline constexpr std::array FunctorLinkedCellVisitor__lambda_d3f1b7425c1bf535acbf47b2d31847ca__{ REL::Offset(0x04448130) }; - inline constexpr std::array FunctorLinkedCellVisitor__lambda_fa0270b7d669bf826ac49638a0717574__{ REL::Offset(0x0439E948) }; - inline constexpr std::array FurnitureCameraState{ REL::Offset(0x04519680) }; - inline constexpr std::array FurnitureMarkerNavmeshPositionCache{ REL::Offset(0x03F26800) }; - inline constexpr std::array GPUCaptureHandler{ REL::Offset(0x0451F4F8) }; - inline constexpr std::array GPUReadbackNode_BSTSmartPointer_CreationRenderer__ImageCapture_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x045B9DC8) }; - inline constexpr std::array GameBIEvents__PlayerBIEvents{ REL::Offset(0x044C90D8), REL::Offset(0x044C90F0), REL::Offset(0x044C9108), REL::Offset(0x044C9120), REL::Offset(0x044C9138), REL::Offset(0x044C9150), REL::Offset(0x044C9168), REL::Offset(0x044C9180), REL::Offset(0x044C9198), REL::Offset(0x044C91B0), REL::Offset(0x044C91C8), REL::Offset(0x044C9248), REL::Offset(0x044C9260), REL::Offset(0x044C9278), REL::Offset(0x044C9290), REL::Offset(0x044C92A8), REL::Offset(0x044C92C0), REL::Offset(0x044C92D8), REL::Offset(0x044C92F0), REL::Offset(0x044C9308), REL::Offset(0x044C9320), REL::Offset(0x044C9338), REL::Offset(0x044C9350), REL::Offset(0x044C9368), REL::Offset(0x044C9380), REL::Offset(0x044C9398), REL::Offset(0x044C93B0) }; - inline constexpr std::array GameMenuBase{ REL::Offset(0x04478198), REL::Offset(0x044781B0), REL::Offset(0x04478290) }; - inline constexpr std::array GameScript__ActorValueEventHandler{ REL::Offset(0x04529648) }; - inline constexpr std::array GameScript__AffinityEventHandler{ REL::Offset(0x045297C8) }; - inline constexpr std::array GameScript__BasicEventHandler{ REL::Offset(0x04556E00), REL::Offset(0x04556E18), REL::Offset(0x04556E30), REL::Offset(0x04556E48), REL::Offset(0x04556E60), REL::Offset(0x04556E78), REL::Offset(0x04556E90), REL::Offset(0x04556EA8), REL::Offset(0x04556EC0), REL::Offset(0x04556ED8), REL::Offset(0x04556EF0), REL::Offset(0x04556F08), REL::Offset(0x04556F20), REL::Offset(0x04556F38), REL::Offset(0x04556F50), REL::Offset(0x04556F68), REL::Offset(0x04556F80), REL::Offset(0x04556F98), REL::Offset(0x04556FB0), REL::Offset(0x04556FC8), REL::Offset(0x04556FE0), REL::Offset(0x04556FF8), REL::Offset(0x04557010), REL::Offset(0x04557028), REL::Offset(0x04557040), REL::Offset(0x04557058), REL::Offset(0x04557070), REL::Offset(0x04557088), REL::Offset(0x045570A0), REL::Offset(0x045570B8), REL::Offset(0x045570D0), REL::Offset(0x045570E8), REL::Offset(0x04557100), REL::Offset(0x04557118), REL::Offset(0x04557130), REL::Offset(0x04557148), - REL::Offset(0x04557160), REL::Offset(0x04557178), REL::Offset(0x04557190), REL::Offset(0x045571A8), REL::Offset(0x045571C0), REL::Offset(0x045571D8), REL::Offset(0x045571F0), REL::Offset(0x04557208), REL::Offset(0x04557220), REL::Offset(0x04557238), REL::Offset(0x04557250), REL::Offset(0x04557268), REL::Offset(0x04557280), REL::Offset(0x04557298), REL::Offset(0x045572B0), REL::Offset(0x045572C8), REL::Offset(0x045572E0), REL::Offset(0x045572F8), REL::Offset(0x04557310), REL::Offset(0x04557328), REL::Offset(0x04557340), REL::Offset(0x04557358), REL::Offset(0x04557370), REL::Offset(0x04557388), REL::Offset(0x045573A0), REL::Offset(0x045573B8), REL::Offset(0x045573D0), REL::Offset(0x045573E8), REL::Offset(0x04557400), REL::Offset(0x04557418), REL::Offset(0x04557430), REL::Offset(0x04557448), REL::Offset(0x04557460), REL::Offset(0x04557478), REL::Offset(0x04557490), REL::Offset(0x045574A8), REL::Offset(0x045574C0), REL::Offset(0x045574D8), REL::Offset(0x045574F0), - REL::Offset(0x04557508), REL::Offset(0x04557520), REL::Offset(0x04557538), REL::Offset(0x04557550), REL::Offset(0x04557568), REL::Offset(0x04557580), REL::Offset(0x04557598), REL::Offset(0x045575B0), REL::Offset(0x045575C8), REL::Offset(0x045575E0), REL::Offset(0x045575F8), REL::Offset(0x04557610), REL::Offset(0x04557628), REL::Offset(0x04557640), REL::Offset(0x04557658), REL::Offset(0x04557670), REL::Offset(0x04557688), REL::Offset(0x045576A0), REL::Offset(0x045576B8), REL::Offset(0x045576D0), REL::Offset(0x045576E8), REL::Offset(0x04557700), REL::Offset(0x04557718), REL::Offset(0x04557730), REL::Offset(0x04557748), REL::Offset(0x04557760), REL::Offset(0x04557778), REL::Offset(0x04557790), REL::Offset(0x045577A8), REL::Offset(0x045577C0) }; - inline constexpr std::array GameScript__BuilderEventHandler{ REL::Offset(0x0452A4C0) }; - inline constexpr std::array GameScript__ChallengeEventHandler{ REL::Offset(0x0447C290) }; - inline constexpr std::array GameScript__CombatEventHandler{ REL::Offset(0x0452A8F0), REL::Offset(0x0452A908), REL::Offset(0x0452A920) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____AddItemFunctor_19_{ REL::Offset(0x04552A80) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ApplyHavokImpulseFunctor_16_{ REL::Offset(0x045527E8) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____AttachAshPileFunctor_13_{ REL::Offset(0x04533D40) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____CastFunctor_21_{ REL::Offset(0x04541690) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ClearDestructionFunctor_27_{ REL::Offset(0x045526C8) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DamageObjectFunctor_2_{ REL::Offset(0x04552668) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DeleteFunctor_5_{ REL::Offset(0x04552540) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DisableFunctor_4_{ REL::Offset(0x045243C8) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DropObjectFunctor_12_{ REL::Offset(0x045523B0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DropRefFunctor_30_{ REL::Offset(0x04552918) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____EnableFunctor_3_{ REL::Offset(0x04524368) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ForceAddRemoveRagdollFunctor_15_{ REL::Offset(0x04552410) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToFunctor_0_{ REL::Offset(0x04552850) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToNearestNavmeshLocFunctor_26_{ REL::Offset(0x04552608) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToOwnEditorLocFunctor_1_{ REL::Offset(0x045528B8) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToPackLocFunctor_10_{ REL::Offset(0x04532180) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____NonLatentDeleteFunctor_9_{ REL::Offset(0x045525A0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____PlayBinkFunctor_25_{ REL::Offset(0x0453C7D0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____PopPlayerToFunctor_31_{ REL::Offset(0x0453C7B0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveComponentFunctor_29_{ REL::Offset(0x04552A20) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveItemFunctor_23_{ REL::Offset(0x045529C0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ResetFunctor_17_{ REL::Offset(0x04552728) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ResurrectFunctor_20_{ REL::Offset(0x045321E0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ScrollCastFunctor_22_{ REL::Offset(0x04541108) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SendPlayerToJailFunctor_18_{ REL::Offset(0x04542340) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetAngleFunctor_7_{ REL::Offset(0x045524E0) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetMotionTypeFunctor_8_{ REL::Offset(0x0454DC70) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetPositionFunctor_6_{ REL::Offset(0x04552478) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetScaleFunctor_11_{ REL::Offset(0x0454DC10) }; - inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____WaitFor3DFunctor_24_{ REL::Offset(0x04552788) }; - inline constexpr std::array GameScript__CustomEventHandler{ REL::Offset(0x0452B018) }; - inline constexpr std::array GameScript__DataFileHandleReaderWriter{ REL::Offset(0x04529C30) }; - inline constexpr std::array GameScript__DebuggerMessages__ContinueRequest{ REL::Offset(0x04522610) }; - inline constexpr std::array GameScript__DebuggerMessages__DisconnectRequest{ REL::Offset(0x04522670) }; - inline constexpr std::array GameScript__DebuggerMessages__Event{ REL::Offset(0x045224C0) }; - inline constexpr std::array GameScript__DebuggerMessages__NextRequest{ REL::Offset(0x045223C0) }; - inline constexpr std::array GameScript__DebuggerMessages__OutputEvent{ REL::Offset(0x045227C8) }; - inline constexpr std::array GameScript__DebuggerMessages__PauseRequest{ REL::Offset(0x04522640) }; - inline constexpr std::array GameScript__DebuggerMessages__ProtocolMessage{ REL::Offset(0x04522560) }; - inline constexpr std::array GameScript__DebuggerMessages__Request{ REL::Offset(0x04522528) }; - inline constexpr std::array GameScript__DebuggerMessages__Response{ REL::Offset(0x045224F0) }; - inline constexpr std::array GameScript__DebuggerMessages__SetBreakpointsRequest{ REL::Offset(0x04522580) }; - inline constexpr std::array GameScript__DebuggerMessages__SetBreakpointsResponse{ REL::Offset(0x045226F0) }; - inline constexpr std::array GameScript__DebuggerMessages__StackTraceRequest{ REL::Offset(0x045225B0) }; - inline constexpr std::array GameScript__DebuggerMessages__StackTraceResponse{ REL::Offset(0x04522718) }; - inline constexpr std::array GameScript__DebuggerMessages__StepInRequest{ REL::Offset(0x04522390) }; - inline constexpr std::array GameScript__DebuggerMessages__StepOutRequest{ REL::Offset(0x04522360) }; - inline constexpr std::array GameScript__DebuggerMessages__StoppedEvent{ REL::Offset(0x04522798) }; - inline constexpr std::array GameScript__DebuggerMessages__ThreadEvent{ REL::Offset(0x04522768) }; - inline constexpr std::array GameScript__DebuggerMessages__ThreadsRequest{ REL::Offset(0x045225E0) }; - inline constexpr std::array GameScript__DebuggerMessages__ThreadsResponse{ REL::Offset(0x04522740) }; - inline constexpr std::array GameScript__DebuggerMessages__ValueRequest{ REL::Offset(0x045223F0) }; - inline constexpr std::array GameScript__DebuggerMessages__ValueResponse{ REL::Offset(0x045226A0) }; - inline constexpr std::array GameScript__DebuggerMessages__VariablesRequest{ REL::Offset(0x04522420) }; - inline constexpr std::array GameScript__DebuggerMessages__VariablesResponse{ REL::Offset(0x045226C8) }; - inline constexpr std::array GameScript__DebuggerMessages__VersionEvent{ REL::Offset(0x04522490) }; - inline constexpr std::array GameScript__DelayFunctor{ REL::Offset(0x04524428) }; - inline constexpr std::array GameScript__DelayFunctorFactory{ REL::Offset(0x03F2CB68) }; - inline constexpr std::array GameScript__DispatchAndClean_GameScript__Internal__HitRegistrationList_{ REL::Offset(0x0452A8C0) }; - inline constexpr std::array GameScript__DispatchAndClean_GameScript__Internal__MagicEffectApplyRegistrationList_{ REL::Offset(0x0452A8A8) }; - inline constexpr std::array GameScript__DispatchAndClean_GameScript__Internal__RadiationDamageRegistrationList_{ REL::Offset(0x0452A8D8) }; - inline constexpr std::array GameScript__DistanceEventHandler{ REL::Offset(0x045585C0) }; - inline constexpr std::array GameScript__FragmentEventHandler{ REL::Offset(0x0452ADB8), REL::Offset(0x0452ADD0), REL::Offset(0x0452ADE8), REL::Offset(0x0452AE00), REL::Offset(0x0452AE18), REL::Offset(0x0452AE30), REL::Offset(0x0452AE48), REL::Offset(0x0452AE60) }; - inline constexpr std::array GameScript__HandlePolicy{ REL::Offset(0x0452E3A8) }; - inline constexpr std::array GameScript__Internal__AnimationCallbacks{ REL::Offset(0x04529998) }; - inline constexpr std::array GameScript__Internal__LOSDetectionEventData{ REL::Offset(0x0452BD18) }; - inline constexpr std::array GameScript__Internal__LOSDirectEventData{ REL::Offset(0x0452BC88) }; - inline constexpr std::array GameScript__Internal__LOSEventData{ REL::Offset(0x0452BCD0) }; - inline constexpr std::array GameScript__InventoryEventHandler{ REL::Offset(0x0452B928), REL::Offset(0x0452B940), REL::Offset(0x0452B958) }; - inline constexpr std::array GameScript__LOSEventHandler{ REL::Offset(0x0452BC78) }; - inline constexpr std::array GameScript__Logger{ REL::Offset(0x0452B108) }; - inline constexpr std::array GameScript__MenuEventHandler{ REL::Offset(0x0452C058), REL::Offset(0x0452C070), REL::Offset(0x0452C088), REL::Offset(0x0452C0A0) }; - inline constexpr std::array GameScript__ObjectBindPolicy{ REL::Offset(0x0452E2D8) }; - inline constexpr std::array GameScript__PathingCallbackMgr{ REL::Offset(0x0452C0B8) }; - inline constexpr std::array GameScript__Profiler{ REL::Offset(0x0452C250) }; - inline constexpr std::array GameScript__QuestCallbackMgr{ REL::Offset(0x0452C2F0), REL::Offset(0x0452C308), REL::Offset(0x0452C320), REL::Offset(0x0452C338) }; - inline constexpr std::array GameScript__RemoteDebugger{ REL::Offset(0x04522450) }; - inline constexpr std::array GameScript__SaveFileHandleReaderWriter{ REL::Offset(0x04529BF0) }; - inline constexpr std::array GameScript__SavePatcher{ REL::Offset(0x0452C350) }; - inline constexpr std::array GameScript__ScriptSpaceCellCreateComplete{ REL::Offset(0x0452A4D0) }; - inline constexpr std::array GameScript__ScriptSpaceshipCreateComplete{ REL::Offset(0x0452A470) }; - inline constexpr std::array GameScript__SleepEventHandler{ REL::Offset(0x0452C450), REL::Offset(0x0452C468) }; - inline constexpr std::array GameScript__SoundCallbackMgr{ REL::Offset(0x0452C498) }; - inline constexpr std::array GameScript__SpaceshipEventHandler{ REL::Offset(0x045578D0), REL::Offset(0x045578E8), REL::Offset(0x04557900), REL::Offset(0x04557918), REL::Offset(0x04557930), REL::Offset(0x04557948), REL::Offset(0x04557960), REL::Offset(0x04557978), REL::Offset(0x04557990), REL::Offset(0x045579A8), REL::Offset(0x045579C0), REL::Offset(0x045579D8), REL::Offset(0x045579F0) }; - inline constexpr std::array GameScript__Store{ REL::Offset(0x0452C548) }; - inline constexpr std::array GameScript__TeleportEventHandler{ REL::Offset(0x04557C20) }; - inline constexpr std::array GameScript__TimerEventHandler{ REL::Offset(0x045581C8) }; - inline constexpr std::array GameScript__TrackedStatsEventHandler{ REL::Offset(0x045582B8) }; - inline constexpr std::array GameScript__WaitEventHandler{ REL::Offset(0x045586C8), REL::Offset(0x045586E0) }; - inline constexpr std::array GameScript____AddItemFunctor{ REL::Offset(0x04552A40) }; - inline constexpr std::array GameScript____ApplyHavokImpulseFunctor{ REL::Offset(0x045527A8) }; - inline constexpr std::array GameScript____AttachAshPileFunctor{ REL::Offset(0x04533D00) }; - inline constexpr std::array GameScript____CastFunctor{ REL::Offset(0x045416B0) }; - inline constexpr std::array GameScript____ClearDestructionFunctor{ REL::Offset(0x04552688) }; - inline constexpr std::array GameScript____DamageObjectFunctor{ REL::Offset(0x04552628) }; - inline constexpr std::array GameScript____DeleteFunctor{ REL::Offset(0x04552500) }; - inline constexpr std::array GameScript____DisableFunctor{ REL::Offset(0x045243E8) }; - inline constexpr std::array GameScript____DropObjectFunctor{ REL::Offset(0x04552370) }; - inline constexpr std::array GameScript____DropRefFunctor{ REL::Offset(0x045528D8) }; - inline constexpr std::array GameScript____EnableFunctor{ REL::Offset(0x04524388) }; - inline constexpr std::array GameScript____FadeThenMainMenuCallback{ REL::Offset(0x0453B600) }; - inline constexpr std::array GameScript____ForceAddRemoveRagdollFunctor{ REL::Offset(0x045523D0) }; - inline constexpr std::array GameScript____LatentPlayerMover{ REL::Offset(0x04538A40) }; - inline constexpr std::array GameScript____LinkParentFunctor__lambda_8263d2cf830c287549de940062669008__{ REL::Offset(0x04549310) }; - inline constexpr std::array GameScript____LinkParentFunctor__lambda_aacdb625ac991904f727bc74e75a600a__{ REL::Offset(0x04549370) }; - inline constexpr std::array GameScript____LinkParentFunctor__lambda_b94a62042a8d8625a53f001716e7cedb__{ REL::Offset(0x04549358) }; - inline constexpr std::array GameScript____LinkParentFunctor__lambda_bd330a5b7da217ffc8386539f45ca6de__{ REL::Offset(0x04549328) }; - inline constexpr std::array GameScript____LiveActorFilter{ REL::Offset(0x0453C758) }; - inline constexpr std::array GameScript____MoveToBaseFunctor{ REL::Offset(0x04552938) }; - inline constexpr std::array GameScript____MoveToFunctor{ REL::Offset(0x04552808) }; - inline constexpr std::array GameScript____MoveToNearestNavmeshLocFunctor{ REL::Offset(0x045525C0) }; - inline constexpr std::array GameScript____MoveToOwnEditorLocFunctor{ REL::Offset(0x04552870) }; - inline constexpr std::array GameScript____MoveToPackLocFunctor{ REL::Offset(0x04532140) }; - inline constexpr std::array GameScript____NonLatentDeleteFunctor{ REL::Offset(0x04552560) }; - inline constexpr std::array GameScript____PlayBinkFunctor{ REL::Offset(0x0453C7F0) }; - inline constexpr std::array GameScript____PopPlayerToFunctor{ REL::Offset(0x0453C770) }; - inline constexpr std::array GameScript____ProfileCallQueryTranslator{ REL::Offset(0x0452C1F0) }; - inline constexpr std::array GameScript____RawProfileCallQuery{ REL::Offset(0x0452C220) }; - inline constexpr std::array GameScript____RemoveComponentFunctor{ REL::Offset(0x045529E0) }; - inline constexpr std::array GameScript____RemoveItemFunctor{ REL::Offset(0x04552980) }; - inline constexpr std::array GameScript____ResetFunctor{ REL::Offset(0x045526E8) }; - inline constexpr std::array GameScript____ResurrectFunctor{ REL::Offset(0x045321A0) }; - inline constexpr std::array GameScript____ScriptMessageBoxCallback{ REL::Offset(0x04536350) }; - inline constexpr std::array GameScript____ScrollCastFunctor{ REL::Offset(0x04541128) }; - inline constexpr std::array GameScript____SendPlayerToJailFunctor{ REL::Offset(0x04541D18) }; - inline constexpr std::array GameScript____SetAngleFunctor{ REL::Offset(0x04552498) }; - inline constexpr std::array GameScript____SetMotionTypeFunctor{ REL::Offset(0x0454DC30) }; - inline constexpr std::array GameScript____SetPositionFunctor{ REL::Offset(0x04552430) }; - inline constexpr std::array GameScript____SetScaleFunctor{ REL::Offset(0x0454DBD0) }; - inline constexpr std::array GameScript____WaitFor3DFunctor{ REL::Offset(0x04552748) }; - inline constexpr std::array GameSettingCollection{ REL::Offset(0x043442A0) }; - inline constexpr std::array GameUIGlobalFunc{ REL::Offset(0x044A0B48), REL::Offset(0x044A0B80), REL::Offset(0x044A0B98), REL::Offset(0x044A0BB0), REL::Offset(0x044A0BC8) }; - inline constexpr std::array GameUIModel{ REL::Offset(0x044A0AB8) }; - inline constexpr std::array GameVM{ REL::Offset(0x0452DE98), REL::Offset(0x0452DFE8), REL::Offset(0x0452E000), REL::Offset(0x0452E018), REL::Offset(0x0452E028), REL::Offset(0x0452E038), REL::Offset(0x0452E050), REL::Offset(0x0452E068), REL::Offset(0x0452E080), REL::Offset(0x0452E098), REL::Offset(0x0452E0C0), REL::Offset(0x0452E0E0), REL::Offset(0x0452E0F8) }; - inline constexpr std::array GamebryoSequence{ REL::Offset(0x04567328) }; - inline constexpr std::array GamebryoSequenceInstance{ REL::Offset(0x045682D8) }; - inline constexpr std::array GenerateMappingToPointsBufferTask{ REL::Offset(0x04069080), REL::Offset(0x040690A0) }; - inline constexpr std::array GenerateObstacleTask{ REL::Offset(0x0437B398) }; - inline constexpr std::array GenerateSpatialGridTask_BGSSpatialSparseGrid_{ REL::Offset(0x0437B2E8) }; - inline constexpr std::array GenerateSpatialGridTask_BGSSpatialSparseMultiLayerGrid_{ REL::Offset(0x0437B340) }; - inline constexpr std::array GenericFrameUpdateOperationsService{ REL::Offset(0x0434D768) }; - inline constexpr std::array GetBestAmmoFunctor{ REL::Offset(0x043CE720) }; - inline constexpr std::array GetBestCutterFunctor{ REL::Offset(0x043CE738) }; - inline constexpr std::array GetBestLightFunctor{ REL::Offset(0x043CE750) }; - inline constexpr std::array GetBestWeaponFunctor{ REL::Offset(0x043CE780) }; - inline constexpr std::array GetMagicItemDescriptionFunctor{ REL::Offset(0x04363290) }; - inline constexpr std::array GetUpEndHandler{ REL::Offset(0x044E3320) }; - inline constexpr std::array GetUpStartHandler{ REL::Offset(0x044E3338) }; - inline constexpr std::array GlobalFunc_CloseAllMenus{ REL::Offset(0x044A0B60) }; - inline constexpr std::array GlobalFunc_CloseMenu{ REL::Offset(0x044A0B08) }; - inline constexpr std::array GlobalFunc_PlayMenuSound{ REL::Offset(0x044A0AE8) }; - inline constexpr std::array GlobalFunc_StartGameRender{ REL::Offset(0x044A0AC8) }; - inline constexpr std::array GlobalFunc_UserEvent{ REL::Offset(0x044A0B28) }; - inline constexpr std::array GraphReferenceNode{ REL::Offset(0x04561400) }; - inline constexpr std::array GraphReferenceNodeInstance{ REL::Offset(0x04561468) }; - inline constexpr std::array GraphicsInfoDataModel{ REL::Offset(0x04483F90) }; - inline constexpr std::array GravJumpInitiateCompleteHandler{ REL::Offset(0x044E5FB0) }; - inline constexpr std::array GravJumpSearch{ REL::Offset(0x04378C80) }; - inline constexpr std::array GrenadeProjectile{ REL::Offset(0x044EBC98), REL::Offset(0x044EBCA8), REL::Offset(0x044EBD10), REL::Offset(0x044EBD28), REL::Offset(0x044EBD40), REL::Offset(0x044EBD58), REL::Offset(0x044EBD70), REL::Offset(0x044EBD88), REL::Offset(0x044EBDA0), REL::Offset(0x044EBDC0), REL::Offset(0x044EBE90) }; - inline constexpr std::array GridArray{ REL::Offset(0x04372830) }; - inline constexpr std::array GridCellArray{ REL::Offset(0x04372A20) }; - inline constexpr std::array GroundPathPathingNodeGenerator{ REL::Offset(0x045A3040) }; - inline constexpr std::array GroundPathRayValidator{ REL::Offset(0x045A2FD8) }; - inline constexpr std::array GuardActorPackageData{ REL::Offset(0x044E0D90) }; - inline constexpr std::array GuideEffect{ REL::Offset(0x044C3DF8) }; - inline constexpr std::array HUDAmmoCountModel{ REL::Offset(0x044A0CE0), REL::Offset(0x044A0D08), REL::Offset(0x044A0D20), REL::Offset(0x044A0D38) }; - inline constexpr std::array HUDAmmoCountModel__HUDAmmoCountModelShuttle{ REL::Offset(0x044A0E30) }; - inline constexpr std::array HUDCommandIconData{ REL::Offset(0x044A1230) }; - inline constexpr std::array HUDCompassDataModel{ REL::Offset(0x04484600) }; - inline constexpr std::array HUDCrewBuffDataModel{ REL::Offset(0x0447DA20), REL::Offset(0x0447DA38) }; - inline constexpr std::array HUDCrosshairDataModel{ REL::Offset(0x04484CB0), REL::Offset(0x04484CC8), REL::Offset(0x04484CE0) }; - inline constexpr std::array HUDCrosshairDataModel__HUDCrosshairEventShuttle{ REL::Offset(0x04484D18) }; - inline constexpr std::array HUDDataModel{ REL::Offset(0x044A2360), REL::Offset(0x044A2388) }; - inline constexpr std::array HUDDataModel__HUDDataEventShuttle{ REL::Offset(0x044A23A0) }; - inline constexpr std::array HUDDirectionalHitIndicatorDataModel{ REL::Offset(0x044A1300), REL::Offset(0x044A1318), REL::Offset(0x044A1330) }; - inline constexpr std::array HUDEnemyDataModel{ REL::Offset(0x04484EC0) }; - inline constexpr std::array HUDEnemyDataModel__HUDEnemyEventShuttle{ REL::Offset(0x04485280) }; - inline constexpr std::array HUDExperienceMeterDataModel{ REL::Offset(0x044A1A90), REL::Offset(0x044A1AB8), REL::Offset(0x044A1AD0), REL::Offset(0x044A1AE8), REL::Offset(0x044A1B00), REL::Offset(0x044A1B18), REL::Offset(0x044A1B30), REL::Offset(0x044A1B48), REL::Offset(0x044A1B60) }; - inline constexpr std::array HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle{ REL::Offset(0x044A19C8) }; - inline constexpr std::array HUDJetpackDataModel{ REL::Offset(0x04485390) }; - inline constexpr std::array HUDLocationDataModel{ REL::Offset(0x04485468), REL::Offset(0x04485480), REL::Offset(0x04485498) }; - inline constexpr std::array HUDMenu{ REL::Offset(0x0451E458), REL::Offset(0x0451E538), REL::Offset(0x0451E550), REL::Offset(0x0451E5A8), REL::Offset(0x0451E5C0) }; - inline constexpr std::array HUDMessageDataModel{ REL::Offset(0x044859F8), REL::Offset(0x04485A10), REL::Offset(0x04485A28), REL::Offset(0x04485A50) }; - inline constexpr std::array HUDMessagesMenu{ REL::Offset(0x044A6E00), REL::Offset(0x044A6EE0), REL::Offset(0x044A6F38) }; - inline constexpr std::array HUDNotification_MissionActiveWidgetUpdate{ REL::Offset(0x044A31C0) }; - inline constexpr std::array HUDNotification_OpenDataMenu{ REL::Offset(0x044A3200) }; - inline constexpr std::array HUDNotification_OpenMissionMenu{ REL::Offset(0x044A3220) }; - inline constexpr std::array HUDNotification_SetMissionActive{ REL::Offset(0x044A31E0) }; - inline constexpr std::array HUDNotificationsModel{ REL::Offset(0x044A3240), REL::Offset(0x044A3258), REL::Offset(0x044A3280), REL::Offset(0x044A3298), REL::Offset(0x044A32B0), REL::Offset(0x044A32C8), REL::Offset(0x044A32E0), REL::Offset(0x044A32F8), REL::Offset(0x044A3310) }; - inline constexpr std::array HUDNotificationsModel__HUDNotificationsEventShuttle{ REL::Offset(0x044A33D8) }; - inline constexpr std::array HUDOpacityModel{ REL::Offset(0x044A3420) }; - inline constexpr std::array HUDOpacityModel__HUDOpacityEventShuttle{ REL::Offset(0x044A3448) }; - inline constexpr std::array HUDRolloverActivationButtonEvent{ REL::Offset(0x04483418) }; - inline constexpr std::array HUDRolloverActivationCompanionListener{ REL::Offset(0x04483818) }; - inline constexpr std::array HUDRolloverActivationCorpseListener{ REL::Offset(0x044838B0), REL::Offset(0x044838C8) }; - inline constexpr std::array HUDRolloverActivationDisplayCaseListener{ REL::Offset(0x04483578), REL::Offset(0x04483590) }; - inline constexpr std::array HUDRolloverActivationDoorListener{ REL::Offset(0x04483998), REL::Offset(0x04483A08) }; - inline constexpr std::array HUDRolloverActivationFallbackListener{ REL::Offset(0x04481B70) }; - inline constexpr std::array HUDRolloverActivationLootListener{ REL::Offset(0x04483A90), REL::Offset(0x04483B00), REL::Offset(0x04483B18) }; - inline constexpr std::array HUDRolloverActivationNPCListener{ REL::Offset(0x04483B58) }; - inline constexpr std::array HUDRolloverActivationOutpostItemListener{ REL::Offset(0x04481C88), REL::Offset(0x04481CF8) }; - inline constexpr std::array HUDRolloverActivationOutpostListener{ REL::Offset(0x04481DF0), REL::Offset(0x04481E20) }; - inline constexpr std::array HUDRolloverActivationOutpostQCListener{ REL::Offset(0x04481EB8), REL::Offset(0x04481F38), REL::Offset(0x04481F50) }; - inline constexpr std::array HUDRolloverActivationQCItemPressEvent{ REL::Offset(0x04483438) }; - inline constexpr std::array HUDRolloverActivationQuickContainerListener{ REL::Offset(0x04483C18), REL::Offset(0x04483C98) }; - inline constexpr std::array HUDRolloverActivationShipContainerListener{ REL::Offset(0x04483CB0), REL::Offset(0x04483D30) }; - inline constexpr std::array HUDRolloverActivationTeammateListener{ REL::Offset(0x04483D70) }; - inline constexpr std::array HUDRolloverActivationTerminalListener{ REL::Offset(0x04483E08) }; - inline constexpr std::array HUDRolloverDataModel{ REL::Offset(0x044833A8), REL::Offset(0x044833C0), REL::Offset(0x044833E8), REL::Offset(0x04483400), REL::Offset(0x04483470), REL::Offset(0x04483488), REL::Offset(0x044834A0), REL::Offset(0x044834B8), REL::Offset(0x044834D0), REL::Offset(0x044834E8), REL::Offset(0x04483500), REL::Offset(0x04483518), REL::Offset(0x04483530), REL::Offset(0x04483548), REL::Offset(0x04483560) }; - inline constexpr std::array HUDSocialCommandData{ REL::Offset(0x044A1218) }; - inline constexpr std::array HUDSocialCommandDataModel{ REL::Offset(0x044A1248) }; - inline constexpr std::array HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle{ REL::Offset(0x044A1270) }; - inline constexpr std::array HUDStarbornPowersDataModel{ REL::Offset(0x04486000), REL::Offset(0x04486018), REL::Offset(0x04486030) }; - inline constexpr std::array HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle{ REL::Offset(0x044861E8) }; - inline constexpr std::array HUDStealthDataModel{ REL::Offset(0x04486358), REL::Offset(0x04486370) }; - inline constexpr std::array HUDStealthDataModel__HUDStealthEventShuttle{ REL::Offset(0x04486460) }; - inline constexpr std::array HUDSubtitleDataModel{ REL::Offset(0x04486520), REL::Offset(0x04486538), REL::Offset(0x04486550) }; - inline constexpr std::array HUDSubtitleDataModel__HUDSubtitleEventShuttle{ REL::Offset(0x044864F8) }; - inline constexpr std::array HUDWatchEffectsModel{ REL::Offset(0x04486D10), REL::Offset(0x04486D28), REL::Offset(0x04486D40), REL::Offset(0x04486D58) }; - inline constexpr std::array HUDWatchEffectsModel__HUDWatchEffectsModelShuttle{ REL::Offset(0x04487340) }; - inline constexpr std::array HangarShipSelection_ChangeSystemDisplay{ REL::Offset(0x0447B600) }; - inline constexpr std::array HangarShipSelection_RepairShip{ REL::Offset(0x0447B568) }; - inline constexpr std::array HangarShipSelection_UpgradeSystem{ REL::Offset(0x0447B620) }; - inline constexpr std::array HasSpellVisitor{ REL::Offset(0x044D9188) }; - inline constexpr std::array HavokErrorCRTestApp{ REL::Offset(0x03F268B0) }; - inline constexpr std::array HavokFileStreambufWriter{ REL::Offset(0x04411DF0) }; - inline constexpr std::array HavokParticleDef__BaseShape{ REL::Offset(0x0457BD60) }; - inline constexpr std::array HavokParticleDef__BoxShape{ REL::Offset(0x0457BD90) }; - inline constexpr std::array HavokParticleDef__CapsuleShape{ REL::Offset(0x0457BE20) }; - inline constexpr std::array HavokParticleDef__ConvexShape{ REL::Offset(0x0457BE50) }; - inline constexpr std::array HavokParticleDef__CubeShape{ REL::Offset(0x0457BDC0) }; - inline constexpr std::array HavokParticleDef__CylinderShape{ REL::Offset(0x0457BDF0) }; - inline constexpr std::array HavokParticleDef__SphereShape{ REL::Offset(0x0457BD30) }; - inline constexpr std::array HavokStreambufFactory{ REL::Offset(0x04411E48) }; - inline constexpr std::array Hazard{ REL::Offset(0x044ED1C0), REL::Offset(0x044ED218), REL::Offset(0x044ED230), REL::Offset(0x044ED248), REL::Offset(0x044ED260), REL::Offset(0x044ED278), REL::Offset(0x044ED290), REL::Offset(0x044ED360), REL::Offset(0x044ED380), REL::Offset(0x044ED418), REL::Offset(0x044EDDA0) }; - inline constexpr std::array HeadTrackingOffHandler{ REL::Offset(0x044E33F8) }; - inline constexpr std::array HeadTrackingOnHandler{ REL::Offset(0x044E2FF0) }; - inline constexpr std::array HeadTrackingRotationOffHandler{ REL::Offset(0x044E3A28) }; - inline constexpr std::array HeadTrackingRotationOnHandler{ REL::Offset(0x044E39E0) }; - inline constexpr std::array HealthDamageFunctor{ REL::Offset(0x044EFAC0) }; - inline constexpr std::array HeapAllocator{ REL::Offset(0x0456BEC0) }; - inline constexpr std::array HelpData{ REL::Offset(0x0447CF08) }; - inline constexpr std::array HelpDataModel{ REL::Offset(0x0447CBF8) }; - inline constexpr std::array HelpDataModel__HelpDataModelEventShuttle{ REL::Offset(0x0447CFD0) }; - inline constexpr std::array HelpTopicData{ REL::Offset(0x0447CBE0) }; - inline constexpr std::array HideSubsegmentHandler{ REL::Offset(0x044E3950) }; - inline constexpr std::array HighlightManager{ REL::Offset(0x04370918) }; - inline constexpr std::array HitFrameHandler{ REL::Offset(0x044E31A0) }; - inline constexpr std::array HorseCameraState{ REL::Offset(0x04519968) }; - inline constexpr std::array HudModeDataModel{ REL::Offset(0x04485B98) }; - inline constexpr std::array HudModeDataModel__HUDModeEventShuttle{ REL::Offset(0x04485BC0) }; - inline constexpr std::array IAIWorldLocation{ REL::Offset(0x043428A0) }; - inline constexpr std::array IAIWorldLocationHandle{ REL::Offset(0x04444210) }; - inline constexpr std::array IAimAssistImpl{ REL::Offset(0x0445D1D0) }; - inline constexpr std::array IAnimationEventDataForEachFunctor{ REL::Offset(0x04344958) }; - inline constexpr std::array IAnimationGraphManagerLoadingTask{ REL::Offset(0x044551D0) }; - inline constexpr std::array IAnimationStanceData{ REL::Offset(0x0456B180) }; - inline constexpr std::array IAnimationStreamWrite{ REL::Offset(0x043D03B8) }; - inline constexpr std::array IBGSBaseFormData{ REL::Offset(0x0436E4F0) }; - inline constexpr std::array IBSTCreator_AnimGraphNode_{ REL::Offset(0x03F2CF88) }; - inline constexpr std::array IBSTCreator_BSAnimationDBData_{ REL::Offset(0x03F2D200) }; - inline constexpr std::array IBSTCreator_BSIMusicTrack_{ REL::Offset(0x03F2D168) }; - inline constexpr std::array IBSTCreator_BSNoise__IGenerator_{ REL::Offset(0x03F2D310) }; - inline constexpr std::array IBSTCreator_BSPathingCell_{ REL::Offset(0x03F2BB38) }; - inline constexpr std::array IBSTCreator_BSPathingDoor_{ REL::Offset(0x03F2D140) }; - inline constexpr std::array IBSTCreator_BSPathingLockData_{ REL::Offset(0x03F2D1B0) }; - inline constexpr std::array IBSTCreator_BSPathingRequest_{ REL::Offset(0x03F2D028) }; - inline constexpr std::array IBSTCreator_BSPathingSolution_{ REL::Offset(0x03F2D3A8) }; - inline constexpr std::array IBSTCreator_BSPathingTraversalAction_{ REL::Offset(0x03F2D1D8) }; - inline constexpr std::array IBSTCreator_BSPathingTraversalData_{ REL::Offset(0x03F2BB60) }; - inline constexpr std::array IBSTCreator_BSPathingTraversalLink_{ REL::Offset(0x03F2BDA0) }; - inline constexpr std::array IBSTCreator_BSSpatialGraphSearchDebugData_{ REL::Offset(0x03F2D2C0) }; - inline constexpr std::array IBSTCreator_BoneModifierData_{ REL::Offset(0x03F2D0A0) }; - inline constexpr std::array IBSTCreator_CombatObjectBase_{ REL::Offset(0x03F2CFD8) }; - inline constexpr std::array IBSTCreator_IAIWorldLocation_{ REL::Offset(0x03F2D0C8) }; - inline constexpr std::array IBSTCreator_IAnimationStanceData_{ REL::Offset(0x03F2D368) }; - inline constexpr std::array IBSTCreator_IHandlerFunctor_Actor_BSFixedString__{ REL::Offset(0x03F2CFB0) }; - inline constexpr std::array IBSTCreator_IHandlerFunctor_TESObjectREFR_BSFixedString__{ REL::Offset(0x03F2D298) }; - inline constexpr std::array IBSTCreator_IMovementParameters_{ REL::Offset(0x03F2D078) }; - inline constexpr std::array IBSTCreator_IPackageData_{ REL::Offset(0x03F2D248) }; - inline constexpr std::array IBSTCreator_IProcedureTreeExecState_{ REL::Offset(0x03F2D050) }; - inline constexpr std::array IBSTCreator_IProcedureTreeItem_{ REL::Offset(0x03F2D2E8) }; - inline constexpr std::array IBSTCreator_IProcedure_{ REL::Offset(0x03F2D000) }; - inline constexpr std::array IBSTCreator_InitActionI_{ REL::Offset(0x03F2CA90) }; - inline constexpr std::array IBSTCreator_MovementAgent_{ REL::Offset(0x03F2D118) }; - inline constexpr std::array IBSTCreator_MovementArbiter_{ REL::Offset(0x03F2D270) }; - inline constexpr std::array IBSTCreator_MovementMessage_{ REL::Offset(0x03F2D0F0) }; - inline constexpr std::array IBSTCreator_RefrInteraction_{ REL::Offset(0x03F2B9F8) }; - inline constexpr std::array ICheckEndReachedFunctor{ REL::Offset(0x045A3300) }; - inline constexpr std::array ICheckEndReachedFunctorMapper{ REL::Offset(0x0459D5B0) }; - inline constexpr std::array ICommandLineHandler{ REL::Offset(0x03F2CB18) }; - inline constexpr std::array IConvexOverlapImpl{ REL::Offset(0x040198F0) }; - inline constexpr std::array IConvexOverlapImpl__ShapeInterface{ REL::Offset(0x040198D0) }; - inline constexpr std::array IDEvent{ REL::Offset(0x0456C5B0) }; - inline constexpr std::array IDataModel{ REL::Offset(0x0434BDC8) }; - inline constexpr std::array IExplosionFactory{ REL::Offset(0x03F2B6F0) }; - inline constexpr std::array IFadeDoneCallback{ REL::Offset(0x043C1170) }; - inline constexpr std::array IFormComponentFactoryCreator{ REL::Offset(0x03EF3E70) }; - inline constexpr std::array IFormComponentFactoryCreator__ReserveControl{ REL::Offset(0x0434A5E8) }; - inline constexpr std::array IFormFactory{ REL::Offset(0x03EF9728) }; - inline constexpr std::array IFormFactory__IFactoryVisitor{ REL::Offset(0x0436D260) }; - inline constexpr std::array IHUDRolloverActivationListener{ REL::Offset(0x04483778) }; - inline constexpr std::array IHandlerFunctor_Actor_BSFixedString_{ REL::Offset(0x044E60B8) }; - inline constexpr std::array IHandlerFunctor_TESObjectREFR_BSFixedString_{ REL::Offset(0x044E60A0) }; - inline constexpr std::array IMemoryManagerFile{ REL::Offset(0x044D3980) }; - inline constexpr std::array IMemoryManagerFileFactory{ REL::Offset(0x03F2ACD8) }; - inline constexpr std::array IMemoryStore{ REL::Offset(0x0456C188) }; - inline constexpr std::array IMemoryStoreBase{ REL::Offset(0x0456C160) }; - inline constexpr std::array IMenu{ REL::Offset(0x0458EB10), REL::Offset(0x0458EBE8), REL::Offset(0x0458EC40) }; - inline constexpr std::array IMessageBoxCallback{ REL::Offset(0x043BA948) }; - inline constexpr std::array IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ REL::Offset(0x03F2D390) }; - inline constexpr std::array IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ REL::Offset(0x03F2CC70) }; - inline constexpr std::array IMovementAgentDataTracker_IMovementPathManagerAgent_MovementPathManagerAgentReturnData__AGENT_RESULT_{ REL::Offset(0x03F2CB50) }; - inline constexpr std::array IMovementAgentDataTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ REL::Offset(0x03F2CE10) }; - inline constexpr std::array IMovementAgentDataTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ REL::Offset(0x03F2CBC8) }; - inline constexpr std::array IMovementAvoidanceManager{ REL::Offset(0x044DF290) }; - inline constexpr std::array IMovementControllerNPCFunctor{ REL::Offset(0x044D37F8) }; - inline constexpr std::array IMovementDirectControl{ REL::Offset(0x044DFBB0) }; - inline constexpr std::array IMovementFormIDManager{ REL::Offset(0x03F2B720) }; - inline constexpr std::array IMovementPDControllerAccess{ REL::Offset(0x0459DCF8) }; - inline constexpr std::array IMovementParameters{ REL::Offset(0x03F2B0B0) }; - inline constexpr std::array IMovementPlannerDirectControl{ REL::Offset(0x044DFB78) }; - inline constexpr std::array IMovementPlannerSetArbitration{ REL::Offset(0x0459CA18) }; - inline constexpr std::array IMovementPlayIdleResult{ REL::Offset(0x0459D750) }; - inline constexpr std::array IMovementQueryFlight{ REL::Offset(0x045A2A30) }; - inline constexpr std::array IMovementQueryPathFollowing{ REL::Offset(0x0459D630) }; - inline constexpr std::array IMovementQueryState{ REL::Offset(0x044E0030) }; - inline constexpr std::array IMovementQueryStaticAvoider{ REL::Offset(0x0459E3B8) }; - inline constexpr std::array IMovementQueryTweener{ REL::Offset(0x0459CDF8) }; - inline constexpr std::array IMovementQueryTweenerState{ REL::Offset(0x0459EAE8) }; - inline constexpr std::array IMovementSetCorrectionData{ REL::Offset(0x0459EB80) }; - inline constexpr std::array IMovementSetGoal{ REL::Offset(0x0459C538) }; - inline constexpr std::array IMovementSetPathFollowing{ REL::Offset(0x0459D5D0) }; - inline constexpr std::array IMovementSetRollTarget{ REL::Offset(0x0459DD20) }; - inline constexpr std::array IMovementSetSprinting{ REL::Offset(0x043762E0) }; - inline constexpr std::array IMovementSetState{ REL::Offset(0x0459DC38) }; - inline constexpr std::array IMovementSetStaticAvoider{ REL::Offset(0x0459E398) }; - inline constexpr std::array IMovementSetWarp{ REL::Offset(0x044E01C8) }; - inline constexpr std::array INIPrefSetting{ REL::Offset(0x03F21538) }; - inline constexpr std::array INIPrefSettingCollection{ REL::Offset(0x0434B198) }; - inline constexpr std::array INISettingCollection{ REL::Offset(0x04343DF0) }; - inline constexpr std::array INavmeshSearchFilterSet{ REL::Offset(0x045A1D28) }; - inline constexpr std::array IOControlNode{ REL::Offset(0x0457D5B0) }; - inline constexpr std::array IOManager{ REL::Offset(0x0457D320) }; - inline constexpr std::array IOManagerThread{ REL::Offset(0x0457D590) }; - inline constexpr std::array IOManager__SystemTaskService{ REL::Offset(0x0457D400) }; - inline constexpr std::array IOPostProcessNode{ REL::Offset(0x0457D330) }; - inline constexpr std::array IOPostProcessTaskNode{ REL::Offset(0x0457D458) }; - inline constexpr std::array IOSystemTask{ REL::Offset(0x0457D4C0) }; - inline constexpr std::array IOTask{ REL::Offset(0x0457D538) }; - inline constexpr std::array IOTaskNode{ REL::Offset(0x0457D398) }; - inline constexpr std::array IPackageData{ REL::Offset(0x04343090) }; - inline constexpr std::array IPackageDataTypeCheck{ REL::Offset(0x03F2D190) }; - inline constexpr std::array IPathBuilder{ REL::Offset(0x04511090) }; - inline constexpr std::array IPathBuilderFactoryBase{ REL::Offset(0x03F26A98) }; - inline constexpr std::array IPathBuilderTracker{ REL::Offset(0x03F2CB88) }; - inline constexpr std::array IPathFollowerState{ REL::Offset(0x045A3328) }; - inline constexpr std::array IPathSmootherRayCast{ REL::Offset(0x04599B28) }; - inline constexpr std::array IPathingNodeGenerator{ REL::Offset(0x045A3018) }; - inline constexpr std::array IPostAnimationChannelUpdateFunctor{ REL::Offset(0x043CF748) }; - inline constexpr std::array IProcedure{ REL::Offset(0x04343408) }; - inline constexpr std::array IProcedureTreeExecState{ REL::Offset(0x04343510) }; - inline constexpr std::array IProcedureTreeItem{ REL::Offset(0x04445BA0) }; - inline constexpr std::array IRaceSubGraphDataFunctor{ REL::Offset(0x04344A98) }; - inline constexpr std::array ISelectIdleFilter{ REL::Offset(0x0459FC20) }; - inline constexpr std::array ISmoothingRayValidator{ REL::Offset(0x045A2F90) }; - inline constexpr std::array ISpecialPurposeComponentHandler{ REL::Offset(0x03F2D338) }; - inline constexpr std::array IStaticAvoidNodeManager{ REL::Offset(0x044E0618) }; - inline constexpr std::array IStringForwarder{ REL::Offset(0x0451C1A0) }; - inline constexpr std::array ITempEffectFactory{ REL::Offset(0x03F2CBB0) }; - inline constexpr std::array ITextRenderer{ REL::Offset(0x03F2CE78) }; - inline constexpr std::array ITrianglePathSplitter{ REL::Offset(0x04599C68) }; - inline constexpr std::array ITweenerNodeFollowerSetup{ REL::Offset(0x044E03E8) }; - inline constexpr std::array IUIValue{ REL::Offset(0x0434BD60) }; - inline constexpr std::array IValidateGoalFunctor{ REL::Offset(0x044F0638) }; - inline constexpr std::array IVisitProcedures{ REL::Offset(0x043DE810) }; - inline constexpr std::array IdleDialogueEnterHandler{ REL::Offset(0x044E37E8) }; - inline constexpr std::array IdleDialogueExitHandler{ REL::Offset(0x044E37D0) }; - inline constexpr std::array IdleFlavorHandler{ REL::Offset(0x044E3A10) }; - inline constexpr std::array ImageFixtureEvent_RequestImage{ REL::Offset(0x0458F268) }; - inline constexpr std::array ImageFixtureEvent_UnregisterImage{ REL::Offset(0x0458F248) }; - inline constexpr std::array ImageFixtureManager{ REL::Offset(0x03F0DBB8), REL::Offset(0x03F0DBD0) }; - inline constexpr std::array ImageSpaceManagerAgent{ REL::Offset(0x04357190) }; - inline constexpr std::array ImageSpaceModifierInstance{ REL::Offset(0x043CBBC8) }; - inline constexpr std::array ImageSpaceModifierInstanceCinematic{ REL::Offset(0x043CB5D8) }; - inline constexpr std::array ImageSpaceModifierInstanceDOF{ REL::Offset(0x043CB9B8) }; - inline constexpr std::array ImageSpaceModifierInstanceForm{ REL::Offset(0x043CB7C8) }; - inline constexpr std::array ImageSpaceModifierInstanceRB{ REL::Offset(0x043CB3E8) }; - inline constexpr std::array ImageSpaceModifierInstanceTemp{ REL::Offset(0x043CB1F8) }; - inline constexpr std::array ImmunityEffect{ REL::Offset(0x044C3F50) }; - inline constexpr std::array IndustrialCraftingMenu{ REL::Offset(0x044A6F50), REL::Offset(0x044A7030), REL::Offset(0x044A7088), REL::Offset(0x044A70A0), REL::Offset(0x044A70F0), REL::Offset(0x044A7108), REL::Offset(0x044A7120), REL::Offset(0x044A7138), REL::Offset(0x044A7150) }; - inline constexpr std::array IngredientItem{ REL::Offset(0x04361F78), REL::Offset(0x04361FD8), REL::Offset(0x04362048), REL::Offset(0x043620A8), REL::Offset(0x04362108), REL::Offset(0x04362168), REL::Offset(0x043621D0), REL::Offset(0x04362248), REL::Offset(0x043622C0), REL::Offset(0x043622E0), REL::Offset(0x043622F8) }; - inline constexpr std::array InitActionI{ REL::Offset(0x04356DE0) }; - inline constexpr std::array InitializeTraversalSubgraphDataFunctor{ REL::Offset(0x04379DD8) }; - inline constexpr std::array InputMemoryStreamBuffer{ REL::Offset(0x045B23F0) }; - inline constexpr std::array IntSeenData{ REL::Offset(0x044D4400) }; - inline constexpr std::array InteractionCombatDataCollectFunctor{ REL::Offset(0x0436FE30) }; - inline constexpr std::array InterruptCastHandler{ REL::Offset(0x044E33B0) }; - inline constexpr std::array InventoryDataModelNS__InventoryItem{ REL::Offset(0x04478A28) }; - inline constexpr std::array InventoryDataModelNS__LootItem{ REL::Offset(0x044832C8) }; - inline constexpr std::array InventoryDataModel_InventoryDataModelNS__InventoryItem_{ REL::Offset(0x04482708), REL::Offset(0x04482720), REL::Offset(0x04482750), REL::Offset(0x04482768) }; - inline constexpr std::array InventoryDataModel_InventoryDataModelNS__InventoryItem___InventoryGameEventShuttle{ REL::Offset(0x04482780), REL::Offset(0x04482798), REL::Offset(0x044827C0), REL::Offset(0x044827D8), REL::Offset(0x044827F0), REL::Offset(0x04482808), REL::Offset(0x04482820), REL::Offset(0x04482838) }; - inline constexpr std::array InventoryDataModel_PickpocketItemData_{ REL::Offset(0x044A9940), REL::Offset(0x044A9958), REL::Offset(0x044A9970), REL::Offset(0x044A9988) }; - inline constexpr std::array InventoryDataModel_PickpocketItemData___InventoryGameEventShuttle{ REL::Offset(0x044A9870), REL::Offset(0x044A9888), REL::Offset(0x044A98A0), REL::Offset(0x044A98B8), REL::Offset(0x044A98D0), REL::Offset(0x044A98E8), REL::Offset(0x044A9900), REL::Offset(0x044A9918) }; - inline constexpr std::array InventoryDataModel_PlayerInventoryItem_{ REL::Offset(0x0448DDD0), REL::Offset(0x0448DE00), REL::Offset(0x0448DE18), REL::Offset(0x0448DE30) }; - inline constexpr std::array InventoryDataModel_PlayerInventoryItem___InventoryGameEventShuttle{ REL::Offset(0x0448DE48), REL::Offset(0x0448DE60), REL::Offset(0x0448DE78), REL::Offset(0x0448DE90), REL::Offset(0x0448DEA8), REL::Offset(0x0448DEC0), REL::Offset(0x0448DEE8), REL::Offset(0x0448DF00) }; - inline constexpr std::array InventoryMenu{ REL::Offset(0x044A76A8), REL::Offset(0x044A7788), REL::Offset(0x044A77E0), REL::Offset(0x044A77F8), REL::Offset(0x044A7810), REL::Offset(0x044A7828), REL::Offset(0x044A7840), REL::Offset(0x044A7858), REL::Offset(0x044A7870), REL::Offset(0x044A7888), REL::Offset(0x044A78A0), REL::Offset(0x044A78B8), REL::Offset(0x044A78D0), REL::Offset(0x044A78E8) }; - inline constexpr std::array InventoryMenu_Change3DView{ REL::Offset(0x044A7A60) }; - inline constexpr std::array InventoryMenu_DropItem{ REL::Offset(0x044A7980) }; - inline constexpr std::array InventoryMenu_HideModel{ REL::Offset(0x044A7940) }; - inline constexpr std::array InventoryMenu_LoadModel{ REL::Offset(0x044A7920) }; - inline constexpr std::array InventoryMenu_OnEnterCategory{ REL::Offset(0x044A7A00) }; - inline constexpr std::array InventoryMenu_OpenCargoHold{ REL::Offset(0x044A79A0) }; - inline constexpr std::array InventoryMenu_PaperDollTryOn{ REL::Offset(0x044A7A40) }; - inline constexpr std::array InventoryMenu_ResetPaperDollInv{ REL::Offset(0x044A7A80) }; - inline constexpr std::array InventoryMenu_SelectItem{ REL::Offset(0x044A7960) }; - inline constexpr std::array InventoryMenu_SetMouseOverModel{ REL::Offset(0x044A79E0) }; - inline constexpr std::array InventoryMenu_StartCloseAnim{ REL::Offset(0x044A7A20) }; - inline constexpr std::array InventoryMenu_ToggleFavorite{ REL::Offset(0x044A79C0) }; - inline constexpr std::array InventoryMenu_ToggleHelmet{ REL::Offset(0x044A7AA0) }; - inline constexpr std::array InventoryMenu_ToggleSuit{ REL::Offset(0x044A7AC0) }; - inline constexpr std::array InventoryScoringFunctor{ REL::Offset(0x043CE768) }; - inline constexpr std::array Inventory_SetSort{ REL::Offset(0x04487388) }; - inline constexpr std::array InvisibilityEffect{ REL::Offset(0x044C4088) }; - inline constexpr std::array IronSightsState{ REL::Offset(0x04519A40) }; - inline constexpr std::array ItemCraftingBase{ REL::Offset(0x0447F010), REL::Offset(0x0447F028), REL::Offset(0x0447F040), REL::Offset(0x0447F108), REL::Offset(0x0447F120), REL::Offset(0x0447F138) }; - inline constexpr std::array ItemModInfoCardDataModel{ REL::Offset(0x04487AF8) }; - inline constexpr std::array ItemModInfoCardDataModel__ItemModInfoCardEventShuttle{ REL::Offset(0x04488498) }; - inline constexpr std::array ItemModdingBase{ REL::Offset(0x0447F058), REL::Offset(0x0447F070), REL::Offset(0x0447F088), REL::Offset(0x0447F0A0), REL::Offset(0x0447F1B0), REL::Offset(0x0447F1C8), REL::Offset(0x0447F1E0), REL::Offset(0x0447F1F8), REL::Offset(0x0447F210), REL::Offset(0x0447F228), REL::Offset(0x0447F240) }; - inline constexpr std::array ItemModsDataModel{ REL::Offset(0x04487B28) }; - inline constexpr std::array ItemModsDataModel__ItemModsEventShuttle{ REL::Offset(0x04488470) }; - inline constexpr std::array JetpackEffect{ REL::Offset(0x044C41E8), REL::Offset(0x044C4200), REL::Offset(0x044C4218), REL::Offset(0x044C4350), REL::Offset(0x044C4368), REL::Offset(0x044C4380), REL::Offset(0x044C4398), REL::Offset(0x044C43B0) }; - inline constexpr std::array JetpackSM__JetpackState_JetpackSM__Active_{ REL::Offset(0x044C4580) }; - inline constexpr std::array JetpackSM__JetpackState_JetpackSM__Hover_{ REL::Offset(0x044C44B0) }; - inline constexpr std::array JetpackSM__JetpackState_JetpackSM__Inactive_{ REL::Offset(0x044C4518) }; - inline constexpr std::array JetpackSM__JetpackState_JetpackSM__ZeroGInitial_{ REL::Offset(0x044C4448) }; - inline constexpr std::array JetpackSM__JetpackState_JetpackSM__ZeroGSustained_{ REL::Offset(0x044C43E0) }; - inline constexpr std::array JetpackUtils__TESCellReferenceAttachDetachEventSink{ REL::Offset(0x044C43C8) }; - inline constexpr std::array Json__BuiltStyledStreamWriter{ REL::Offset(0x040764B0) }; - inline constexpr std::array Json__CharReader{ REL::Offset(0x04075808) }; - inline constexpr std::array Json__CharReaderBuilder{ REL::Offset(0x04075820) }; - inline constexpr std::array Json__CharReader__Factory{ REL::Offset(0x040757F0) }; - inline constexpr std::array Json__OurCharReader{ REL::Offset(0x04075CA8) }; - inline constexpr std::array Json__StreamWriter{ REL::Offset(0x04075850) }; - inline constexpr std::array Json__StreamWriterBuilder{ REL::Offset(0x04075868) }; - inline constexpr std::array Json__StreamWriter__Factory{ REL::Offset(0x04075838) }; - inline constexpr std::array JumpAnimEventHandler{ REL::Offset(0x044E37A0) }; - inline constexpr std::array KillActorHandler{ REL::Offset(0x044E2F90) }; - inline constexpr std::array KillMoveEndHandler{ REL::Offset(0x044E3488) }; - inline constexpr std::array KillMoveStartHandler{ REL::Offset(0x044E3440) }; - inline constexpr std::array KnockdownHandler{ REL::Offset(0x044E3890) }; - inline constexpr std::array KnockdownTargetHandler{ REL::Offset(0x044E3818) }; - inline constexpr std::array LODData{ REL::Offset(0x043531B0) }; - inline constexpr std::array LOD__Details__BGSPropagationSite{ REL::Offset(0x0434A240) }; - inline constexpr std::array LeftHandSpellCastHandler{ REL::Offset(0x044E30F8) }; - inline constexpr std::array LeftHandSpellFireHandler{ REL::Offset(0x044E4B88) }; - inline constexpr std::array LegacyNif__BSEffectShaderProperty{ REL::Offset(0x04786550) }; - inline constexpr std::array LegacyNif__BSLightingShaderProperty{ REL::Offset(0x04786180) }; - inline constexpr std::array LegacyNif__BSMasterParticleSystem{ REL::Offset(0x04787BF8) }; - inline constexpr std::array LegacyNif__BSMultiBound{ REL::Offset(0x04788660) }; - inline constexpr std::array LegacyNif__BSMultiBoundNode{ REL::Offset(0x04788820) }; - inline constexpr std::array LegacyNif__BSMultiBoundOBB{ REL::Offset(0x04787858) }; - inline constexpr std::array LegacyNif__BSPSysInheritVelocityModifier{ REL::Offset(0x04789220) }; - inline constexpr std::array LegacyNif__BSPSysLODModifier{ REL::Offset(0x04789920) }; - inline constexpr std::array LegacyNif__BSPSysScaleModifier{ REL::Offset(0x04788B20) }; - inline constexpr std::array LegacyNif__BSPSysSimpleColorModifier{ REL::Offset(0x04789E60) }; - inline constexpr std::array LegacyNif__BSPSysSubTexModifier{ REL::Offset(0x04789CA0) }; - inline constexpr std::array LegacyNif__BSPositionData{ REL::Offset(0x04787A18) }; - inline constexpr std::array LegacyNif__BSShaderProperty{ REL::Offset(0x04786368) }; - inline constexpr std::array LegacyNif__BSShaderTextureSet{ REL::Offset(0x04785FC0) }; - inline constexpr std::array LegacyNif__BSSubIndexTriShape{ REL::Offset(0x04787588) }; - inline constexpr std::array LegacyNif__BSWaterShaderProperty{ REL::Offset(0x047871B8) }; - inline constexpr std::array LegacyNif__BSWindModifier{ REL::Offset(0x047895A0) }; - inline constexpr std::array LegacyNif__NiAlphaProperty{ REL::Offset(0x04785DF0) }; - inline constexpr std::array LegacyNif__NiPSysAgeDeathModifier{ REL::Offset(0x04789760) }; - inline constexpr std::array LegacyNif__NiPSysBombModifier{ REL::Offset(0x04789060) }; - inline constexpr std::array LegacyNif__NiPSysBoundUpdateModifier{ REL::Offset(0x04788CE0) }; - inline constexpr std::array LegacyNif__NiPSysBoxEmitter{ REL::Offset(0x04786AB8) }; - inline constexpr std::array LegacyNif__NiPSysColliderManager{ REL::Offset(0x04786C78) }; - inline constexpr std::array LegacyNif__NiPSysCylinderEmitter{ REL::Offset(0x047868F8) }; - inline constexpr std::array LegacyNif__NiPSysData{ REL::Offset(0x04787EF8) }; - inline constexpr std::array LegacyNif__NiPSysDragModifier{ REL::Offset(0x0478A1E0) }; - inline constexpr std::array LegacyNif__NiPSysGravityModifier{ REL::Offset(0x047893E0) }; - inline constexpr std::array LegacyNif__NiPSysMeshEmitter{ REL::Offset(0x04786E38) }; - inline constexpr std::array LegacyNif__NiPSysPlanarCollider{ REL::Offset(0x04786FF8) }; - inline constexpr std::array LegacyNif__NiPSysPositionModifier{ REL::Offset(0x0478A020) }; - inline constexpr std::array LegacyNif__NiPSysRotationModifier{ REL::Offset(0x04788EA0) }; - inline constexpr std::array LegacyNif__NiPSysSpawnModifier{ REL::Offset(0x04789AE0) }; - inline constexpr std::array LegacyNif__NiPSysSphereEmitter{ REL::Offset(0x04786738) }; - inline constexpr std::array LegacyNif__NiParticleSystem{ REL::Offset(0x047880B8) }; - inline constexpr std::array LegacyNif__SkyShaderProperty{ REL::Offset(0x047873A0) }; - inline constexpr std::array LensFlareAttachmentComponent{ REL::Offset(0x0434AA38), REL::Offset(0x0434AAB8) }; - inline constexpr std::array LevelUp_AnimFinished{ REL::Offset(0x044A19F0) }; - inline constexpr std::array LevelUp_OnWidgetShown{ REL::Offset(0x044A1A70) }; - inline constexpr std::array LevelUp_OpenDataMenu{ REL::Offset(0x044A1A10) }; - inline constexpr std::array LevelUp_ShowSkills{ REL::Offset(0x044A1A30) }; - inline constexpr std::array LightAnimFormComponent{ REL::Offset(0x04354DD0) }; - inline constexpr std::array LightAttachmentFormComponent{ REL::Offset(0x04354E60), REL::Offset(0x04354EC8) }; - inline constexpr std::array LightAttachmentRuntimeComponentUpdateService{ REL::Offset(0x044D3850) }; - inline constexpr std::array LightEffect{ REL::Offset(0x044C4600) }; - inline constexpr std::array LinearVariable{ REL::Offset(0x045694D8) }; - inline constexpr std::array LinearVariableInstance{ REL::Offset(0x04569540) }; - inline constexpr std::array LinkedCellProcessHelper{ REL::Offset(0x0455FB60), REL::Offset(0x0455FB78), REL::Offset(0x0455FDA0), REL::Offset(0x0455FDB8), REL::Offset(0x0455FDD0), REL::Offset(0x0455FDE8), REL::Offset(0x0455FE00), REL::Offset(0x0455FE18), REL::Offset(0x0455FE30), REL::Offset(0x0455FE48), REL::Offset(0x0455FE60) }; - inline constexpr std::array LoadBufferStorageWrapper{ REL::Offset(0x044CFE30) }; - inline constexpr std::array LoadFileStorageWrapper{ REL::Offset(0x044CFDF0) }; - inline constexpr std::array LoadGameMagicCasterVisitor{ REL::Offset(0x044D65B0) }; - inline constexpr std::array LoadSavePanelDataModel{ REL::Offset(0x044888C8) }; - inline constexpr std::array LoadSavePanelDataModel__LoadSavePanelEventShuttle{ REL::Offset(0x04488FF8) }; - inline constexpr std::array LoadScreenRenderingEventHandler{ REL::Offset(0x0447C9F8), REL::Offset(0x0447CA10), REL::Offset(0x0447CA28) }; - inline constexpr std::array LoadStorageWrapperBase{ REL::Offset(0x044CFE70) }; - inline constexpr std::array LoadTraversalSubgraphDataFunctor{ REL::Offset(0x04379DF0) }; - inline constexpr std::array LoadedAreaBound{ REL::Offset(0x04412108) }; - inline constexpr std::array LoadedCellDB__IStateControl{ REL::Offset(0x04352110) }; - inline constexpr std::array LoadedCellDB__LoadCell{ REL::Offset(0x04352070) }; - inline constexpr std::array LoadedCellDB__PostProcessCell{ REL::Offset(0x04352008) }; - inline constexpr std::array LoadedCellDB__SignalDoneTask{ REL::Offset(0x043520F8) }; - inline constexpr std::array LoadingMenu{ REL::Offset(0x0451E788), REL::Offset(0x0451E7E0), REL::Offset(0x0451E8C0), REL::Offset(0x0451E8D8) }; - inline constexpr std::array LoadingMenuDataModel{ REL::Offset(0x04488710) }; - inline constexpr std::array LoadingMenuDataModel__LoadingMenuEventShuttle{ REL::Offset(0x04488800) }; - inline constexpr std::array LoadingMenu_RefreshText{ REL::Offset(0x0451E768) }; - inline constexpr std::array LocalEnvData{ REL::Offset(0x04489558) }; - inline constexpr std::array LocalEnvData_Frequent{ REL::Offset(0x04489540) }; - inline constexpr std::array LocalEnvironmentDataModel{ REL::Offset(0x04489570) }; - inline constexpr std::array LocationTextWidget_FinishedQueue{ REL::Offset(0x044A1A50) }; - inline constexpr std::array LockEffect{ REL::Offset(0x044C46F8) }; - inline constexpr std::array LocomotionBlend{ REL::Offset(0x0456AAB0) }; - inline constexpr std::array LocomotionBlendInstance{ REL::Offset(0x0456AB18) }; - inline constexpr std::array LookAtChainData{ REL::Offset(0x0434EF88) }; - inline constexpr std::array LookAtChainInstance{ REL::Offset(0x0434EFC8) }; - inline constexpr std::array LookAtNode{ REL::Offset(0x0456A4A8) }; - inline constexpr std::array LookAtNodeInstance{ REL::Offset(0x0456A510) }; - inline constexpr std::array LoopingActivateHandler{ REL::Offset(0x044E3650) }; - inline constexpr std::array MagicCaster{ REL::Offset(0x044C4808) }; - inline constexpr std::array MagicCaster__PostCreationCallback{ REL::Offset(0x044C47F0) }; - inline constexpr std::array MagicItem{ REL::Offset(0x03EF1EE0), REL::Offset(0x03EF23F8), REL::Offset(0x03EF2470), REL::Offset(0x03EF2AD0), REL::Offset(0x03EF2B60) }; - inline constexpr std::array MagicItemDataCollector{ REL::Offset(0x044C2D10) }; - inline constexpr std::array MagicItemFindKeywordFunctor{ REL::Offset(0x04362848) }; - inline constexpr std::array MagicItemTraversalFunctor{ REL::Offset(0x04362868) }; - inline constexpr std::array MagicTarget{ REL::Offset(0x044C4C10) }; - inline constexpr std::array MagicTarget__IPostCreationModification{ REL::Offset(0x044C3148) }; - inline constexpr std::array Main{ REL::Offset(0x044D3618) }; - inline constexpr std::array MainMenu{ REL::Offset(0x0451EE48), REL::Offset(0x0451EE60), REL::Offset(0x0451EF40), REL::Offset(0x0451F020), REL::Offset(0x0451F078), REL::Offset(0x0451F090), REL::Offset(0x0451F0A8), REL::Offset(0x0451F0C0), REL::Offset(0x0451F0D8), REL::Offset(0x0451F0F0), REL::Offset(0x0451F108), REL::Offset(0x0451F120), REL::Offset(0x0451F138) }; - inline constexpr std::array MainMenuConfirmationDataModel{ REL::Offset(0x04489B98) }; - inline constexpr std::array MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle{ REL::Offset(0x0448A570) }; - inline constexpr std::array MainMenuGamerInfoDataModel{ REL::Offset(0x04489C00) }; - inline constexpr std::array MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle{ REL::Offset(0x0448A5E8) }; - inline constexpr std::array MainMenuListDataModel{ REL::Offset(0x04489B70) }; - inline constexpr std::array MainMenuListDataModel__MainMenuListEventShuttle{ REL::Offset(0x0448A548) }; - inline constexpr std::array MainMenuMOTDDataModel{ REL::Offset(0x04489B48) }; - inline constexpr std::array MainMenuMOTDDataModel__MOTDDataModelEventShuttle{ REL::Offset(0x0448A5C0) }; - inline constexpr std::array MainMenuPipelineProgressDataModel{ REL::Offset(0x04489C28) }; - inline constexpr std::array MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle{ REL::Offset(0x0448A598) }; - inline constexpr std::array MainMenuStateDataModel{ REL::Offset(0x0448A810) }; - inline constexpr std::array MainMenuStateDataModel__MainMenuStateEventShuttle{ REL::Offset(0x0448A900) }; - inline constexpr std::array MainMenu_ActionCanceled{ REL::Offset(0x0451F190) }; - inline constexpr std::array MainMenu_ActionConfirmed{ REL::Offset(0x0451F170) }; - inline constexpr std::array MainMenu_ConfirmLoad{ REL::Offset(0x0451F1D0) }; - inline constexpr std::array MainMenu_DeleteSave{ REL::Offset(0x0451F1F0) }; - inline constexpr std::array MainMenu_LegalScreenComplete{ REL::Offset(0x0451EF08) }; - inline constexpr std::array MainMenu_SetCharacter{ REL::Offset(0x0451EEC8) }; - inline constexpr std::array MainMenu_StartAction{ REL::Offset(0x0451F150) }; - inline constexpr std::array MainMenu_StartLoad{ REL::Offset(0x0451F1B0) }; - inline constexpr std::array MainMenu_UploadSave{ REL::Offset(0x0451EEE8) }; - inline constexpr std::array MassSpringDampenVariable{ REL::Offset(0x04568B28) }; - inline constexpr std::array MassSpringDampenVariableInstance{ REL::Offset(0x04568B90) }; - inline constexpr std::array MaterialLayerInterface{ REL::Offset(0x043694D8) }; - inline constexpr std::array MaterialLayerSequence{ REL::Offset(0x04565598) }; - inline constexpr std::array MaterialLayerSequenceInstance{ REL::Offset(0x04568348) }; - inline constexpr std::array MeleeAimAssistData{ REL::Offset(0x0438AC10) }; - inline constexpr std::array MeleeAimAssistImpl{ REL::Offset(0x0445D130) }; - inline constexpr std::array MemoryManagement__PMPEventSink{ REL::Offset(0x03F2CC58) }; - inline constexpr std::array MemoryManagerFile{ REL::Offset(0x044D39B0) }; - inline constexpr std::array MenuActor{ REL::Offset(0x044A3A38), REL::Offset(0x044A4750), REL::Offset(0x044A4768), REL::Offset(0x044A4780), REL::Offset(0x044A4798), REL::Offset(0x044A47B0), REL::Offset(0x044A47C8), REL::Offset(0x044A47E0), REL::Offset(0x044A4800), REL::Offset(0x044A48D0), REL::Offset(0x044A48E0), REL::Offset(0x044A4948), REL::Offset(0x044A4AF8), REL::Offset(0x044A4B70), REL::Offset(0x044A4B98), REL::Offset(0x044A4BB0), REL::Offset(0x044A4BC8), REL::Offset(0x044A4BE0), REL::Offset(0x044A4BF8), REL::Offset(0x044A4C10), REL::Offset(0x044A4C28), REL::Offset(0x044A4C40), REL::Offset(0x044A4C50), REL::Offset(0x044A4C60), REL::Offset(0x044A4C70), REL::Offset(0x044A4C80) }; - inline constexpr std::array MenuControls{ REL::Offset(0x0451F308) }; - inline constexpr std::array MenuCursor{ REL::Offset(0x0458EE30), REL::Offset(0x0458EE88) }; - inline constexpr std::array MenuOpenHandler{ REL::Offset(0x0451F488), REL::Offset(0x0451F4E0) }; - inline constexpr std::array MenuPaperDoll{ REL::Offset(0x044A4CB0) }; - inline constexpr std::array MenuTopicManager{ REL::Offset(0x044C7E10), REL::Offset(0x044C7E28) }; - inline constexpr std::array MergeNode{ REL::Offset(0x0456AB98) }; - inline constexpr std::array MergeNodeInstance{ REL::Offset(0x0456AC00) }; - inline constexpr std::array MeshLODDistanceOverride{ REL::Offset(0x043530F0) }; - inline constexpr std::array MessageBoxMenu{ REL::Offset(0x0451FC20), REL::Offset(0x0451FD00), REL::Offset(0x0451FD58), REL::Offset(0x0451FD70), REL::Offset(0x0451FD98), REL::Offset(0x0451FDB0), REL::Offset(0x0451FDC8), REL::Offset(0x0451FDE0) }; - inline constexpr std::array MessageBoxMenu_OnBackOut{ REL::Offset(0x0451FBE8) }; - inline constexpr std::array MessageBoxMenu_OnButtonPress{ REL::Offset(0x0451FBC8) }; - inline constexpr std::array MessageBoxMenu__MessageBoxMenuEventShuttle{ REL::Offset(0x0451FDF8) }; - inline constexpr std::array MessageMenuManager{ REL::Offset(0x0451FC08) }; - inline constexpr std::array MigrateSharedStateFromPreviousView{ REL::Offset(0x044CDB00) }; - inline constexpr std::array MirrorModifier{ REL::Offset(0x04565600) }; - inline constexpr std::array MirrorModifierInstance{ REL::Offset(0x045683B8) }; - inline constexpr std::array MiscStatManager__FindStatByCRC{ REL::Offset(0x043DE7F8) }; - inline constexpr std::array MiscStatManager____RevertStatVisitor{ REL::Offset(0x044D39E0) }; - inline constexpr std::array MiscStatManager____SaveStatVisitor{ REL::Offset(0x044D39F8) }; - inline constexpr std::array MissileProjectile{ REL::Offset(0x044EDE80), REL::Offset(0x044EDE98), REL::Offset(0x044EDEB0), REL::Offset(0x044EDEC8), REL::Offset(0x044EDEE0), REL::Offset(0x044EDEF8), REL::Offset(0x044EDF10), REL::Offset(0x044EDFE0), REL::Offset(0x044EE000), REL::Offset(0x044EEAF8), REL::Offset(0x044EEB60) }; - inline constexpr std::array MissionBoardMenu{ REL::Offset(0x044A8520), REL::Offset(0x044A8538), REL::Offset(0x044A8550), REL::Offset(0x044A8568), REL::Offset(0x044A8580), REL::Offset(0x044A85A8), REL::Offset(0x044A85C0), REL::Offset(0x044A8618) }; - inline constexpr std::array MissionBoardMenu__MissionBoardMenuEventShuttle{ REL::Offset(0x044A8738) }; - inline constexpr std::array MissionBoard_MissionEntryChanged{ REL::Offset(0x044A86F8) }; - inline constexpr std::array MissionBoard_MissionEntryPressed{ REL::Offset(0x044A8718) }; - inline constexpr std::array MissionMenu_ClearState{ REL::Offset(0x044A5E78) }; - inline constexpr std::array MissionMenu_PlotToLocation{ REL::Offset(0x044A5DD8) }; - inline constexpr std::array MissionMenu_RejectQuest{ REL::Offset(0x044A5E18) }; - inline constexpr std::array MissionMenu_SaveCategoryIndex{ REL::Offset(0x044A5E58) }; - inline constexpr std::array MissionMenu_SaveOpenedId{ REL::Offset(0x044A5E38) }; - inline constexpr std::array MissionMenu_ShowItemLocation{ REL::Offset(0x044A5DB8) }; - inline constexpr std::array MissionMenu_ToggleQTDisplay{ REL::Offset(0x044A5E98) }; - inline constexpr std::array MissionMenu_ToggleTrackingQuest{ REL::Offset(0x044A5DF8) }; - inline constexpr std::array MobIterOperator{ REL::Offset(0x043E7828) }; - inline constexpr std::array ModelReferenceEffect{ REL::Offset(0x044C4CA0), REL::Offset(0x044C4CB8), REL::Offset(0x044C4F60), REL::Offset(0x044C5038) }; - inline constexpr std::array MomentumAnimation{ REL::Offset(0x045693F0) }; - inline constexpr std::array MomentumAnimationInstance{ REL::Offset(0x04569458) }; - inline constexpr std::array MomentumSwitchback{ REL::Offset(0x04569300) }; - inline constexpr std::array MomentumSwitchbackInstance{ REL::Offset(0x04569368) }; - inline constexpr std::array MonocleMenu{ REL::Offset(0x044A8ED8), REL::Offset(0x044A8EF0), REL::Offset(0x044A8F48) }; - inline constexpr std::array MonocleMenu_Bioscan{ REL::Offset(0x044A9160) }; - inline constexpr std::array MonocleMenu_FastTravel{ REL::Offset(0x044A9060) }; - inline constexpr std::array MonocleMenu_Harvest{ REL::Offset(0x044A9180) }; - inline constexpr std::array MonocleMenu_Initialize{ REL::Offset(0x044A91E0) }; - inline constexpr std::array MonocleMenu_Outpost{ REL::Offset(0x044A91A0) }; - inline constexpr std::array MonocleMenu_PhotoMode{ REL::Offset(0x044A9120) }; - inline constexpr std::array MonocleMenu_Shutdown{ REL::Offset(0x044A91C0) }; - inline constexpr std::array MonocleMenu_SocialSpell{ REL::Offset(0x044A9140) }; - inline constexpr std::array MonocleMenu_StartContainerView{ REL::Offset(0x044A90A0) }; - inline constexpr std::array MonocleMenu_StopContainerView{ REL::Offset(0x044A9080) }; - inline constexpr std::array MonocleMenu_SurfaceMap{ REL::Offset(0x044A90C0) }; - inline constexpr std::array MonocleMenu_UseListScrollControls{ REL::Offset(0x044A9040) }; - inline constexpr std::array MonocleMenu_ZoomIn{ REL::Offset(0x044A9100) }; - inline constexpr std::array MonocleMenu_ZoomOut{ REL::Offset(0x044A90E0) }; - inline constexpr std::array MonocleUIDataModel{ REL::Offset(0x0449F198), REL::Offset(0x0449F1B0), REL::Offset(0x0449F1C8), REL::Offset(0x0449F1F0), REL::Offset(0x0449F208), REL::Offset(0x0449F220), REL::Offset(0x0449F238) }; - inline constexpr std::array MonocleUIDataModel__EventData{ REL::Offset(0x0449EFD8) }; - inline constexpr std::array MonocleUIDataModel__MenuData{ REL::Offset(0x0449F0D0) }; - inline constexpr std::array MonocleUIDataModel__MenuFreqData{ REL::Offset(0x0449EFF0) }; - inline constexpr std::array MonocleUIDataModel__MonocleUIDataEventShuttle{ REL::Offset(0x0449FD10) }; - inline constexpr std::array MonocleUIDataModel__PickRefData{ REL::Offset(0x0449F0B8) }; - inline constexpr std::array MonocleUIDataModel__ResourceArcData{ REL::Offset(0x0449EF10) }; - inline constexpr std::array MonocleUIDataModel__ResourceData{ REL::Offset(0x0449F268) }; - inline constexpr std::array MonocleUIDataModel__ScannableMapMarkerData{ REL::Offset(0x0449F2B0) }; - inline constexpr std::array MonocleUIDataModel__SocialSpellData{ REL::Offset(0x0449F298) }; - inline constexpr std::array MorphDriverData{ REL::Offset(0x043901F8) }; - inline constexpr std::array MorphDriverInstance{ REL::Offset(0x04390268) }; - inline constexpr std::array MotionDrivenHandler{ REL::Offset(0x044E32A8) }; - inline constexpr std::array MotionDrivenHandlerReference{ REL::Offset(0x044E6058) }; - inline constexpr std::array MountDismountEndHandler{ REL::Offset(0x044E3350) }; - inline constexpr std::array MountInteraction{ REL::Offset(0x044DA548) }; - inline constexpr std::array MouseMoveEvent{ REL::Offset(0x0456C580) }; - inline constexpr std::array MovementAgent{ REL::Offset(0x0459F888) }; - inline constexpr std::array MovementAgentActorAvoider{ REL::Offset(0x0459E700), REL::Offset(0x0459E728), REL::Offset(0x0459E770), REL::Offset(0x0459E798), REL::Offset(0x0459E810) }; - inline constexpr std::array MovementAgentActorState{ REL::Offset(0x0459DB48), REL::Offset(0x0459DB68), REL::Offset(0x0459DB90), REL::Offset(0x0459DBB0) }; - inline constexpr std::array MovementAgentFlightController{ REL::Offset(0x0459DD38), REL::Offset(0x0459DD60), REL::Offset(0x0459DD80), REL::Offset(0x0459DD98), REL::Offset(0x0459DEB8), REL::Offset(0x0459DED8), REL::Offset(0x0459DF00), REL::Offset(0x0459DF48), REL::Offset(0x0459DFC0) }; - inline constexpr std::array MovementAgentFlightControllerDetached{ REL::Offset(0x0459F2A8), REL::Offset(0x0459F2F0), REL::Offset(0x0459F410), REL::Offset(0x0459F488) }; - inline constexpr std::array MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ REL::Offset(0x0459CB28) }; - inline constexpr std::array MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ REL::Offset(0x0459CB10) }; - inline constexpr std::array MovementAgentNullTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ REL::Offset(0x0459C7C8) }; - inline constexpr std::array MovementAgentNullTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ REL::Offset(0x0459CC40) }; - inline constexpr std::array MovementAgentPathFollowerFlight{ REL::Offset(0x045A2A40), REL::Offset(0x045A2A88), REL::Offset(0x045A2AB0), REL::Offset(0x045A2BD0), REL::Offset(0x045A2BE0), REL::Offset(0x045A2C58), REL::Offset(0x045A2C78), REL::Offset(0x045A2C98) }; - inline constexpr std::array MovementAgentPathFollowerStandard{ REL::Offset(0x0459D778), REL::Offset(0x0459D798), REL::Offset(0x0459D7C0), REL::Offset(0x0459D7E8), REL::Offset(0x0459D848), REL::Offset(0x0459D968), REL::Offset(0x0459D9B0), REL::Offset(0x0459D9D8) }; - inline constexpr std::array MovementAgentPathFollowerVirtual{ REL::Offset(0x0459EFB0), REL::Offset(0x0459F010), REL::Offset(0x0459F058), REL::Offset(0x0459F178), REL::Offset(0x0459F1F0) }; - inline constexpr std::array MovementArbiter{ REL::Offset(0x045A28D8) }; - inline constexpr std::array MovementArbitrationAverageFloat{ REL::Offset(0x0459F550) }; - inline constexpr std::array MovementArbitrationMaxWeightParameters{ REL::Offset(0x0459F510) }; - inline constexpr std::array MovementArbitrationMaxWeightPoint{ REL::Offset(0x0459F568) }; - inline constexpr std::array MovementArbitrationScheme_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459F4E0) }; - inline constexpr std::array MovementArbitrationScheme_MovementVector_{ REL::Offset(0x045A3718) }; - inline constexpr std::array MovementArbitrationScheme_NiPoint3_{ REL::Offset(0x0459F4F8) }; - inline constexpr std::array MovementArbitrationScheme_float_{ REL::Offset(0x0459F4C8) }; - inline constexpr std::array MovementArbitrationVectorAdd{ REL::Offset(0x045A3730) }; - inline constexpr std::array MovementAvoidBoxEventAdapter{ REL::Offset(0x044D36A0) }; - inline constexpr std::array MovementAvoidanceManager{ REL::Offset(0x044DF190) }; - inline constexpr std::array MovementComponentEventHandler{ REL::Offset(0x04375F40) }; - inline constexpr std::array MovementControllerAI{ REL::Offset(0x0459F720) }; - inline constexpr std::array MovementControllerComponent{ REL::Offset(0x04375F58) }; - inline constexpr std::array MovementControllerComponentData{ REL::Offset(0x04375FF0), REL::Offset(0x04376180), REL::Offset(0x04376198), REL::Offset(0x043761B8), REL::Offset(0x043761E8) }; - inline constexpr std::array MovementControllerNPC{ REL::Offset(0x044DF9A0), REL::Offset(0x044DF9F0), REL::Offset(0x044DFA40), REL::Offset(0x044DFA58), REL::Offset(0x044DFAF0), REL::Offset(0x044DFB10), REL::Offset(0x044DFB40) }; - inline constexpr std::array MovementControllerNullDataTracker{ REL::Offset(0x0459F708) }; - inline constexpr std::array MovementControllerRegisterInterface{ REL::Offset(0x0459F7B8) }; - inline constexpr std::array MovementHandlerAgent{ REL::Offset(0x0459CA70), REL::Offset(0x0459CA98) }; - inline constexpr std::array MovementHandlerAgentAngleGain{ REL::Offset(0x045A2E00), REL::Offset(0x045A2E78) }; - inline constexpr std::array MovementHandlerAgentDirectControl{ REL::Offset(0x044DFC18), REL::Offset(0x044DFC40) }; - inline constexpr std::array MovementHandlerAgentDirectionPassThrough{ REL::Offset(0x045A2978), REL::Offset(0x045A29A0) }; - inline constexpr std::array MovementHandlerAgentFlightBoostTrigger{ REL::Offset(0x04376210), REL::Offset(0x04376288), REL::Offset(0x043762B0) }; - inline constexpr std::array MovementHandlerAgentGraphDrivenAnimationDriven{ REL::Offset(0x04376370), REL::Offset(0x043763E8) }; - inline constexpr std::array MovementHandlerAgentPlayerControls{ REL::Offset(0x043765F8), REL::Offset(0x04376670), REL::Offset(0x04376698), REL::Offset(0x043766B0), REL::Offset(0x043766D8) }; - inline constexpr std::array MovementHandlerAgentPlayerControlsActionTrigger{ REL::Offset(0x04376718), REL::Offset(0x04376790) }; - inline constexpr std::array MovementHandlerAgentPlayerFlightControls{ REL::Offset(0x04376820), REL::Offset(0x04376838), REL::Offset(0x04376860), REL::Offset(0x043768D8) }; - inline constexpr std::array MovementHandlerAgentSprintActionTrigger{ REL::Offset(0x044DFD58), REL::Offset(0x044DFDD0), REL::Offset(0x044DFE00) }; - inline constexpr std::array MovementHandlerAgentStairsHelper{ REL::Offset(0x044DFE58), REL::Offset(0x044DFE80) }; - inline constexpr std::array MovementHandlerAgentStandard{ REL::Offset(0x0459EEF0), REL::Offset(0x0459EF18), REL::Offset(0x0459EF38) }; - inline constexpr std::array MovementHandlerAgentStorePlannerOutput{ REL::Offset(0x0459ECC8), REL::Offset(0x0459ECF0), REL::Offset(0x0459ED68) }; - inline constexpr std::array MovementHandlerArbiter{ REL::Offset(0x0459CB40) }; - inline constexpr std::array MovementLargeDelta__IEnumVisitor{ REL::Offset(0x043E1858) }; - inline constexpr std::array MovementMessage{ REL::Offset(0x04378D18) }; - inline constexpr std::array MovementMessageActivateDoor{ REL::Offset(0x045A06A8), REL::Offset(0x045A06E8) }; - inline constexpr std::array MovementMessageActorCollision{ REL::Offset(0x044DFEF8) }; - inline constexpr std::array MovementMessageApproachingDoor{ REL::Offset(0x045A0738) }; - inline constexpr std::array MovementMessageBeginLandingApproach{ REL::Offset(0x04378C98) }; - inline constexpr std::array MovementMessageBlocked{ REL::Offset(0x045A2690) }; - inline constexpr std::array MovementMessageDoor{ REL::Offset(0x045A0778) }; - inline constexpr std::array MovementMessageGravJump{ REL::Offset(0x04379FA0) }; - inline constexpr std::array MovementMessageJump{ REL::Offset(0x045A27E8), REL::Offset(0x045A2828) }; - inline constexpr std::array MovementMessageLand{ REL::Offset(0x04379F60) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_CombatPathMovementMessage_{ REL::Offset(0x044D6448) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActivateDoor_{ REL::Offset(0x044D6098) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActorCollision_{ REL::Offset(0x044D60B0) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageApproachingDoor_{ REL::Offset(0x044D6418) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageBlocked_{ REL::Offset(0x044D6080) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageJump_{ REL::Offset(0x044D63E8) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageNewPath_{ REL::Offset(0x044D60F8) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathCleared_{ REL::Offset(0x044D6460) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathComplete_{ REL::Offset(0x044D60E0) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathFailed_{ REL::Offset(0x044D6128) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePlayIdle_{ REL::Offset(0x044D60C8) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageSetStaticPath_{ REL::Offset(0x044D6110) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageTraversal_{ REL::Offset(0x044D63D0) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageUpdateRequestImmediate_{ REL::Offset(0x044D6430) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToLocation_{ REL::Offset(0x044D6050) }; - inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToMultiple_{ REL::Offset(0x044D6400) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageBeginLandingApproach_{ REL::Offset(0x044730D8) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageGravJump_{ REL::Offset(0x044730C0) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageLand_{ REL::Offset(0x04473090) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageNewPath_{ REL::Offset(0x04473078) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathComplete_{ REL::Offset(0x04473048) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathFailed_{ REL::Offset(0x044730A8) }; - inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageTakeOff_{ REL::Offset(0x04473060) }; - inline constexpr std::array MovementMessageNewPath{ REL::Offset(0x0459C4D0) }; - inline constexpr std::array MovementMessagePathCleared{ REL::Offset(0x045A0460) }; - inline constexpr std::array MovementMessagePathComplete{ REL::Offset(0x045A04E0) }; - inline constexpr std::array MovementMessagePathEvent{ REL::Offset(0x045A0520) }; - inline constexpr std::array MovementMessagePathFailed{ REL::Offset(0x045A04A0) }; - inline constexpr std::array MovementMessagePlayIdle{ REL::Offset(0x045A2700) }; - inline constexpr std::array MovementMessageSetStaticPath{ REL::Offset(0x045A2760) }; - inline constexpr std::array MovementMessageTakeOff{ REL::Offset(0x04378CD8) }; - inline constexpr std::array MovementMessageTraversal{ REL::Offset(0x045A0580), REL::Offset(0x045A0618) }; - inline constexpr std::array MovementMessageUpdateRequestImmediate{ REL::Offset(0x0459C490) }; - inline constexpr std::array MovementMessageWarpToLocation{ REL::Offset(0x045A2650) }; - inline constexpr std::array MovementMessageWarpToMultiple{ REL::Offset(0x045A2898) }; - inline constexpr std::array MovementParameters{ REL::Offset(0x03F264C0) }; - inline constexpr std::array MovementParametersFixed{ REL::Offset(0x04472FF8) }; - inline constexpr std::array MovementPathManagerAgent{ REL::Offset(0x0459C3D0), REL::Offset(0x0459C418) }; - inline constexpr std::array MovementPathManagerAgentAvoidBox{ REL::Offset(0x0459E980), REL::Offset(0x0459E9C8) }; - inline constexpr std::array MovementPathManagerAgentLoadedAreaMonitor{ REL::Offset(0x0459E000), REL::Offset(0x0459E048) }; - inline constexpr std::array MovementPathManagerAgentStaticAvoider{ REL::Offset(0x0459E3F0), REL::Offset(0x0459E410), REL::Offset(0x0459E458), REL::Offset(0x0459E490) }; - inline constexpr std::array MovementPathManagerArbiter{ REL::Offset(0x0459C268), REL::Offset(0x0459C2E8), REL::Offset(0x0459C330) }; - inline constexpr std::array MovementPathManagerNullTracker{ REL::Offset(0x0459C510) }; - inline constexpr std::array MovementPlannerAgent{ REL::Offset(0x0459C978), REL::Offset(0x0459C9A0) }; - inline constexpr std::array MovementPlannerAgentDirectControl{ REL::Offset(0x044DFF70), REL::Offset(0x044DFF90), REL::Offset(0x044DFFB8) }; - inline constexpr std::array MovementPlannerAgentNavmeshBounds{ REL::Offset(0x0459E130), REL::Offset(0x0459E178), REL::Offset(0x0459E1F0) }; - inline constexpr std::array MovementPlannerAgentWarp{ REL::Offset(0x044E0218), REL::Offset(0x044E0268), REL::Offset(0x044E0290) }; - inline constexpr std::array MovementPlannerArbiter{ REL::Offset(0x0459C8A0), REL::Offset(0x0459C8D8) }; - inline constexpr std::array MovementPostUpdateArbiter{ REL::Offset(0x0459CED0), REL::Offset(0x0459CEE8), REL::Offset(0x0459CF70) }; - inline constexpr std::array MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData{ REL::Offset(0x0459FBE0) }; - inline constexpr std::array MovementSelectIdleUtils__SelectClosestIdleToPath{ REL::Offset(0x0459FC00) }; - inline constexpr std::array MovementStateFollowPath{ REL::Offset(0x0459BFF8), REL::Offset(0x0459C188) }; - inline constexpr std::array MovementStateTweener{ REL::Offset(0x0459BDD0), REL::Offset(0x0459BF60) }; - inline constexpr std::array MovementTweenerAgent{ REL::Offset(0x0459CD60), REL::Offset(0x0459CD80) }; - inline constexpr std::array MovementTweenerAgentFixedDelta{ REL::Offset(0x0459EA90), REL::Offset(0x0459EAB0), REL::Offset(0x0459EAD0), REL::Offset(0x0459EB08) }; - inline constexpr std::array MovementTweenerAgentNodeFollower{ REL::Offset(0x044E0338), REL::Offset(0x044E0350), REL::Offset(0x044E0370) }; - inline constexpr std::array MovementTweenerAgentTargetPosAndVel{ REL::Offset(0x0459EBE0), REL::Offset(0x0459EBF8), REL::Offset(0x0459EC18), REL::Offset(0x0459EC90) }; - inline constexpr std::array MovementTweenerArbiter{ REL::Offset(0x0459CC58), REL::Offset(0x0459CC98), REL::Offset(0x0459CCC0) }; - inline constexpr std::array MoviePlayer{ REL::Offset(0x04590090) }; - inline constexpr std::array MultiFootIKNode{ REL::Offset(0x04568DE8) }; - inline constexpr std::array MultiFootIKNodeInstance{ REL::Offset(0x04568E50) }; - inline constexpr std::array NEW_REFR_DATA{ REL::Offset(0x04354268) }; - inline constexpr std::array NPCAttachHandler{ REL::Offset(0x044E3770) }; - inline constexpr std::array NPCDetachHandler{ REL::Offset(0x044E3578) }; - inline constexpr std::array NavGenUtil__TunnelTerraintFilter{ REL::Offset(0x043778A0) }; - inline constexpr std::array NavMesh{ REL::Offset(0x0444EF28), REL::Offset(0x0444EF40), REL::Offset(0x0444EF58), REL::Offset(0x0444EFD8) }; - inline constexpr std::array NavMeshGenContext{ REL::Offset(0x0434D0D0) }; - inline constexpr std::array NavMeshGenData{ REL::Offset(0x0434CD18) }; - inline constexpr std::array NavMeshGenFinalizer{ REL::Offset(0x04377BC8) }; - inline constexpr std::array NavMeshGenInputBorderProcessTask{ REL::Offset(0x0434CE88) }; - inline constexpr std::array NavMeshGenInputProcessor{ REL::Offset(0x04377CE0) }; - inline constexpr std::array NavMeshGenOutputProcessor{ REL::Offset(0x04377CF8) }; - inline constexpr std::array NavMeshGenSplitter{ REL::Offset(0x04377D20) }; - inline constexpr std::array NavMeshGenStitcher{ REL::Offset(0x04377D68) }; - inline constexpr std::array NavMeshGenerator{ REL::Offset(0x04377980), REL::Offset(0x04377990), REL::Offset(0x043779A0), REL::Offset(0x043779B0), REL::Offset(0x04377A00) }; - inline constexpr std::array NavMeshGenerator__NavMeshGenCellsNode{ REL::Offset(0x04377A30) }; - inline constexpr std::array NavMeshInfo{ REL::Offset(0x0444FA48) }; - inline constexpr std::array NavMeshInfoMap{ REL::Offset(0x0444FAB8), REL::Offset(0x0444FB18), REL::Offset(0x0444FB30) }; - inline constexpr std::array NavMeshObstacleCoverManager{ REL::Offset(0x03F20630), REL::Offset(0x03F20948) }; - inline constexpr std::array NavMeshObstacleManager{ REL::Offset(0x04450010), REL::Offset(0x04450028), REL::Offset(0x04450038) }; - inline constexpr std::array NavMeshSearchClosePoint{ REL::Offset(0x04450CA0) }; - inline constexpr std::array NavMeshSearchFitSphere{ REL::Offset(0x04450CB8) }; - inline constexpr std::array NavMeshSearchFlee{ REL::Offset(0x04450D48) }; - inline constexpr std::array NavMeshSearchHide{ REL::Offset(0x04450DB8) }; - inline constexpr std::array NavMeshSearchLOS{ REL::Offset(0x04450DE0) }; - inline constexpr std::array NavMeshSearchLargestSpaceNearLocation{ REL::Offset(0x04450CD0) }; - inline constexpr std::array NavMeshSearchSLPoint{ REL::Offset(0x04450E10) }; - inline constexpr std::array NavMeshSearchTriangleCenters_NavMeshSearchFitSphere_{ REL::Offset(0x04450CE8) }; - inline constexpr std::array NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation_{ REL::Offset(0x04450D18) }; - inline constexpr std::array NavMeshSplineExtraData{ REL::Offset(0x04393218) }; - inline constexpr std::array NestedUIValue_AlertData_{ REL::Offset(0x04486A78), REL::Offset(0x04487040) }; - inline constexpr std::array NestedUIValue_ArrayAction_{ REL::Offset(0x04496D00), REL::Offset(0x04496D68) }; - inline constexpr std::array NestedUIValue_AssignmentCategory_{ REL::Offset(0x04495830), REL::Offset(0x04495B88) }; - inline constexpr std::array NestedUIValue_AssignmentInfo_{ REL::Offset(0x04495CD8), REL::Offset(0x04495D40) }; - inline constexpr std::array NestedUIValue_BackgroundDatum_{ REL::Offset(0x044AF750), REL::Offset(0x044AF7B8) }; - inline constexpr std::array NestedUIValue_BuffInfo_{ REL::Offset(0x0448EF68), REL::Offset(0x0448EFB0) }; - inline constexpr std::array NestedUIValue_BuildItemData_{ REL::Offset(0x0449C928), REL::Offset(0x0449C970) }; - inline constexpr std::array NestedUIValue_BuilderRequirementsData__InputRequirement_{ REL::Offset(0x0449C658), REL::Offset(0x0449C6A0) }; - inline constexpr std::array NestedUIValue_CargoLinkData_{ REL::Offset(0x0449D400), REL::Offset(0x0449D448) }; - inline constexpr std::array NestedUIValue_CargoLinkData__CargoLinkResource_{ REL::Offset(0x0449D518), REL::Offset(0x0449D698) }; - inline constexpr std::array NestedUIValue_ComponentFlashEventInfo_{ REL::Offset(0x04497A68), REL::Offset(0x04497AD0) }; - inline constexpr std::array NestedUIValue_ControlBindingsData__InputSetting_{ REL::Offset(0x04494898), REL::Offset(0x044949D0) }; - inline constexpr std::array NestedUIValue_ControlBindingsData__InputSetting__Binding_{ REL::Offset(0x04494CC8), REL::Offset(0x04494D10) }; - inline constexpr std::array NestedUIValue_ControlConflictsData__ConflictingControl_{ REL::Offset(0x04494428), REL::Offset(0x04494470) }; - inline constexpr std::array NestedUIValue_ControlConflictsData__ControlConflicts_{ REL::Offset(0x04494218), REL::Offset(0x04494260) }; - inline constexpr std::array NestedUIValue_ControlMapDataModel__MappedEvent_{ REL::Offset(0x0458F4F8), REL::Offset(0x0458F678) }; - inline constexpr std::array NestedUIValue_CraftingRecipesDataModel__RecipeData_{ REL::Offset(0x044875F0), REL::Offset(0x044876A0) }; - inline constexpr std::array NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ REL::Offset(0x0447EB58), REL::Offset(0x0447EBA0) }; - inline constexpr std::array NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ REL::Offset(0x0447E9E0), REL::Offset(0x0447EA28) }; - inline constexpr std::array NestedUIValue_CreditsDataModel__CreditsSection_{ REL::Offset(0x04477B10), REL::Offset(0x04477B78) }; - inline constexpr std::array NestedUIValue_CrewInfo_{ REL::Offset(0x0447F528), REL::Offset(0x0447F570) }; - inline constexpr std::array NestedUIValue_CrewSkillInfo_{ REL::Offset(0x0447F478), REL::Offset(0x0447F4C0) }; - inline constexpr std::array NestedUIValue_DamageResistanceStats_{ REL::Offset(0x0448F018), REL::Offset(0x0448F060) }; - inline constexpr std::array NestedUIValue_DataMenuInventoryItem_{ REL::Offset(0x04480878), REL::Offset(0x044808E0) }; - inline constexpr std::array NestedUIValue_DialogueUIDataModel__DialogueEntryData_{ REL::Offset(0x0449EBB8), REL::Offset(0x0449EC00) }; - inline constexpr std::array NestedUIValue_DialogueUIDataModel__PersuasionEntryData_{ REL::Offset(0x0449E8E8), REL::Offset(0x0449E930) }; - inline constexpr std::array NestedUIValue_DocData_{ REL::Offset(0x04489F18), REL::Offset(0x0448A030) }; - inline constexpr std::array NestedUIValue_EffectData_{ REL::Offset(0x04486858), REL::Offset(0x044868A0) }; - inline constexpr std::array NestedUIValue_EffectGroup_{ REL::Offset(0x0448E9A8), REL::Offset(0x0448EDC0) }; - inline constexpr std::array NestedUIValue_ExplosiveIndicator_{ REL::Offset(0x044814C0), REL::Offset(0x04481640) }; - inline constexpr std::array NestedUIValue_FavoritesManager__FavoritesEntryData_{ REL::Offset(0x0451DC78), REL::Offset(0x0451DD48) }; - inline constexpr std::array NestedUIValue_FireForgetModel__EventNameShuttle_{ REL::Offset(0x044819B8), REL::Offset(0x04481AD0) }; - inline constexpr std::array NestedUIValue_HUDCommandIconData_{ REL::Offset(0x044A1008), REL::Offset(0x044A1120) }; - inline constexpr std::array NestedUIValue_HUDDirectionalHitData_{ REL::Offset(0x044A14E0), REL::Offset(0x044A1548) }; - inline constexpr std::array NestedUIValue_HUDEnemyData__EnemyDatum_{ REL::Offset(0x04484F50), REL::Offset(0x04484F98) }; - inline constexpr std::array NestedUIValue_HUDHitKillDatum_{ REL::Offset(0x04484AC0), REL::Offset(0x04484B08) }; - inline constexpr std::array NestedUIValue_HUDLocationData_{ REL::Offset(0x04485648), REL::Offset(0x04485690) }; - inline constexpr std::array NestedUIValue_HUDMessageData__Message_{ REL::Offset(0x044858C0), REL::Offset(0x04485908) }; - inline constexpr std::array NestedUIValue_HailingData_{ REL::Offset(0x04498928), REL::Offset(0x04498990) }; - inline constexpr std::array NestedUIValue_HelpTopicData_{ REL::Offset(0x0447CDA8), REL::Offset(0x0447CDF0) }; - inline constexpr std::array NestedUIValue_HudModeVisibilityInfo_{ REL::Offset(0x04485D00), REL::Offset(0x04485D48) }; - inline constexpr std::array NestedUIValue_IconData_DS_{ REL::Offset(0x044BC008), REL::Offset(0x044BC050) }; - inline constexpr std::array NestedUIValue_ImageFixtureUIData_{ REL::Offset(0x0434C500), REL::Offset(0x0434C568) }; - inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_Key__{ REL::Offset(0x044AB820), REL::Offset(0x044AB868) }; - inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ REL::Offset(0x044AD2C0), REL::Offset(0x044AD328) }; - inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ REL::Offset(0x044AB4E8), REL::Offset(0x044AB530) }; - inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ REL::Offset(0x044973F8), REL::Offset(0x04497460) }; - inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ REL::Offset(0x044989D8), REL::Offset(0x04498C40) }; - inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BE868), REL::Offset(0x044BE9E8) }; - inline constexpr std::array NestedUIValue_InternalVector3UIValue_{ REL::Offset(0x043A7658), REL::Offset(0x043A7708) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__ArmorItemInfo_{ REL::Offset(0x044791D8), REL::Offset(0x04479220) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__ElementalStatInfo_{ REL::Offset(0x04479128), REL::Offset(0x04479170) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__InventoryCategoryData_{ REL::Offset(0x044831B0), REL::Offset(0x04483280) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__InventoryItem_{ REL::Offset(0x04478E58), REL::Offset(0x04478EA0) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__LootItem_{ REL::Offset(0x04482F38), REL::Offset(0x04482F80) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__ModInfo_{ REL::Offset(0x044794C8), REL::Offset(0x04479510) }; - inline constexpr std::array NestedUIValue_InventoryDataModelNS__WeaponItemInfo_{ REL::Offset(0x04479348), REL::Offset(0x04479480) }; - inline constexpr std::array NestedUIValue_ItemModsDataModel__ItemModData_{ REL::Offset(0x04488200), REL::Offset(0x04488268) }; - inline constexpr std::array NestedUIValue_ItemModsDataModel__ItemModSlotData_{ REL::Offset(0x044880A0), REL::Offset(0x04488108) }; - inline constexpr std::array NestedUIValue_Key_{ REL::Offset(0x044AB938), REL::Offset(0x044AB980) }; - inline constexpr std::array NestedUIValue_LevelUpPerkData_{ REL::Offset(0x044A2018), REL::Offset(0x044A20C8) }; - inline constexpr std::array NestedUIValue_LoadSavePanelData__CharacterData_{ REL::Offset(0x04488A80), REL::Offset(0x04488AE8) }; - inline constexpr std::array NestedUIValue_LoadSavePanelData__GameData_{ REL::Offset(0x04488CA0), REL::Offset(0x04488D08) }; - inline constexpr std::array NestedUIValue_MainMenuListData__ActionData_{ REL::Offset(0x0448A268), REL::Offset(0x0448A500) }; - inline constexpr std::array NestedUIValue_MessageButton_{ REL::Offset(0x0451F8E8), REL::Offset(0x0451F950) }; - inline constexpr std::array NestedUIValue_MiscInfo_{ REL::Offset(0x0448EA78), REL::Offset(0x0448EBA0) }; - inline constexpr std::array NestedUIValue_MissionDetailsEntry_DS_{ REL::Offset(0x044A80A8), REL::Offset(0x044A80F0) }; - inline constexpr std::array NestedUIValue_MissionListEntry_DS_{ REL::Offset(0x044A7E88), REL::Offset(0x044A7ED0) }; - inline constexpr std::array NestedUIValue_MonocleUIDataModel__ResourceData_{ REL::Offset(0x0449FBB0), REL::Offset(0x0449FBF8) }; - inline constexpr std::array NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_{ REL::Offset(0x0449F770), REL::Offset(0x0449F7B8) }; - inline constexpr std::array NestedUIValue_MonocleUIDataModel__SocialSpellData_{ REL::Offset(0x0449FB00), REL::Offset(0x0449FB48) }; - inline constexpr std::array NestedUIValue_NewCompassMarker_{ REL::Offset(0x04484388), REL::Offset(0x044843D0) }; - inline constexpr std::array NestedUIValue_ObjectiveData_{ REL::Offset(0x044A3060), REL::Offset(0x044A30A8) }; - inline constexpr std::array NestedUIValue_Patch_{ REL::Offset(0x044AD370), REL::Offset(0x044AD488) }; - inline constexpr std::array NestedUIValue_PauseMenuListData__ActionData_{ REL::Offset(0x0448B660), REL::Offset(0x0448B6C8) }; - inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ REL::Offset(0x0448CEB0), REL::Offset(0x0448CEF8) }; - inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ REL::Offset(0x0448CD30), REL::Offset(0x0448CD78) }; - inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ REL::Offset(0x0448CB20), REL::Offset(0x0448CB68) }; - inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ REL::Offset(0x0448CC80), REL::Offset(0x0448CCC8) }; - inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ REL::Offset(0x0448CC38), REL::Offset(0x0448CDE0) }; - inline constexpr std::array NestedUIValue_PickpocketItemData_{ REL::Offset(0x044A9A98), REL::Offset(0x044A9FA8) }; - inline constexpr std::array NestedUIValue_PlayerInventoryItem_{ REL::Offset(0x0448E208), REL::Offset(0x0448E250) }; - inline constexpr std::array NestedUIValue_PlayerShipComponents_{ REL::Offset(0x04480C78), REL::Offset(0x04480CE0) }; - inline constexpr std::array NestedUIValue_Powers_{ REL::Offset(0x0447A170), REL::Offset(0x0447A360) }; - inline constexpr std::array NestedUIValue_QuestDataModel__Objective_{ REL::Offset(0x0448FD28), REL::Offset(0x0448FD70) }; - inline constexpr std::array NestedUIValue_QuestDataModel__Quest_{ REL::Offset(0x0448FAF0), REL::Offset(0x0448FB38) }; - inline constexpr std::array NestedUIValue_QuestUpdate_{ REL::Offset(0x044A2DD8), REL::Offset(0x044A2EA8) }; - inline constexpr std::array NestedUIValue_RankData_{ REL::Offset(0x044ACE80), REL::Offset(0x044ACEE8) }; - inline constexpr std::array NestedUIValue_Requirements_{ REL::Offset(0x044AD0A0), REL::Offset(0x044AD108) }; - inline constexpr std::array NestedUIValue_ResearchCategoryPreview_{ REL::Offset(0x04490CF0), REL::Offset(0x044910F8) }; - inline constexpr std::array NestedUIValue_ResearchPopupInfo__ItemInfo_{ REL::Offset(0x044909C8), REL::Offset(0x04490B70) }; - inline constexpr std::array NestedUIValue_ResearchProjectDetails__LinkedProject_{ REL::Offset(0x04490F30), REL::Offset(0x04491058) }; - inline constexpr std::array NestedUIValue_ResearchProjectDetails__MaterialRequirment_{ REL::Offset(0x044911F0), REL::Offset(0x044912E8) }; - inline constexpr std::array NestedUIValue_ResearchProjectPreview_{ REL::Offset(0x04490DC0), REL::Offset(0x04490EE8) }; - inline constexpr std::array NestedUIValue_Ring_{ REL::Offset(0x044AB600), REL::Offset(0x044AB648) }; - inline constexpr std::array NestedUIValue_RolloverActivationButtonData_{ REL::Offset(0x04482E20), REL::Offset(0x04482E68) }; - inline constexpr std::array NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_{ REL::Offset(0x04494C18), REL::Offset(0x04494C60) }; - inline constexpr std::array NestedUIValue_ShipComponent_{ REL::Offset(0x04480E40), REL::Offset(0x04480F48) }; - inline constexpr std::array NestedUIValue_Skill_{ REL::Offset(0x04480D28), REL::Offset(0x04480D90) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__ColorSelectionData_DS_{ REL::Offset(0x0435B3C8), REL::Offset(0x0435B410) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__ColorTabData_DS_{ REL::Offset(0x0435B4E0), REL::Offset(0x0435B528) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_{ REL::Offset(0x04359B88), REL::Offset(0x04359BF0) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__FlightCheckTab_DS_{ REL::Offset(0x04359DA8), REL::Offset(0x04359E10) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__HelpEntry_DS_{ REL::Offset(0x0435E9D0), REL::Offset(0x0435EA18) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__ModuleEntry_DS_{ REL::Offset(0x0434C3E8), REL::Offset(0x0434C450) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__StatEntry_DS_{ REL::Offset(0x0435E650), REL::Offset(0x0435E698) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_{ REL::Offset(0x0434B9A0), REL::Offset(0x0434BC20) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_{ REL::Offset(0x04359FC8), REL::Offset(0x0435A030) }; - inline constexpr std::array NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_{ REL::Offset(0x0435A2B0), REL::Offset(0x0435A318) }; - inline constexpr std::array NestedUIValue_StarMap__BodyInfoDataFlashObject_{ REL::Offset(0x044976E8), REL::Offset(0x04497750) }; - inline constexpr std::array NestedUIValue_StarMap__BodyInfoToUI_{ REL::Offset(0x04480418), REL::Offset(0x04480480) }; - inline constexpr std::array NestedUIValue_StarMap__BodyPOIDef_{ REL::Offset(0x044B4718), REL::Offset(0x044B4878) }; - inline constexpr std::array NestedUIValue_StarMap__BodyPOIMarkersDef_{ REL::Offset(0x044B4B10), REL::Offset(0x044B4CB8) }; - inline constexpr std::array NestedUIValue_StarMap__BodyPOIPos_{ REL::Offset(0x044B4948), REL::Offset(0x044B4A70) }; - inline constexpr std::array NestedUIValue_StarMap__GalaxyMarkerData_{ REL::Offset(0x044B63A0), REL::Offset(0x044B6608) }; - inline constexpr std::array NestedUIValue_StarMap__GalaxyMarkerDef_{ REL::Offset(0x044B62F0), REL::Offset(0x044B6358) }; - inline constexpr std::array NestedUIValue_StarMap__MenuMarkerCoords_{ REL::Offset(0x044B8500), REL::Offset(0x044B8568) }; - inline constexpr std::array NestedUIValue_StarMap__PlanetInfoToUI_{ REL::Offset(0x04480588), REL::Offset(0x044805F0) }; - inline constexpr std::array NestedUIValue_StarMap__ResourceInfoFlashObject_{ REL::Offset(0x04497DA0), REL::Offset(0x04497E08) }; - inline constexpr std::array NestedUIValue_StarMap__StarMapMenuMarkerData_{ REL::Offset(0x044B7A00), REL::Offset(0x044B7C68) }; - inline constexpr std::array NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_{ REL::Offset(0x044B7950), REL::Offset(0x044B79B8) }; - inline constexpr std::array NestedUIValue_StarMap__SurfaceMarkerStaticData_{ REL::Offset(0x044BA590), REL::Offset(0x044BA630) }; - inline constexpr std::array NestedUIValue_StarMap__SystemBodyInfoToUI_{ REL::Offset(0x04480A58), REL::Offset(0x04480AC0) }; - inline constexpr std::array NestedUIValue_StatCategory_{ REL::Offset(0x0448EBE8), REL::Offset(0x0448ED20) }; - inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting_{ REL::Offset(0x04494378), REL::Offset(0x044943C0) }; - inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting__CheckBoxData_{ REL::Offset(0x04494718), REL::Offset(0x04494850) }; - inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting__SliderData_{ REL::Offset(0x04494648), REL::Offset(0x04494A70) }; - inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting__StepperData_{ REL::Offset(0x04494598), REL::Offset(0x044945E0) }; - inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ REL::Offset(0x043A6FF8), REL::Offset(0x043A7060) }; - inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ REL::Offset(0x043A89E0), REL::Offset(0x043A8A48) }; - inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ REL::Offset(0x043A86B8), REL::Offset(0x043A8720) }; - inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ REL::Offset(0x043A8E20), REL::Offset(0x043A8E88) }; - inline constexpr std::array NestedUIValue_TESNPCData__CodeBuiltStepperData_{ REL::Offset(0x043A8C00), REL::Offset(0x043A8C68) }; - inline constexpr std::array NestedUIValue_TESNPCData__HeadPartMetadata_{ REL::Offset(0x043A7218), REL::Offset(0x043A7280) }; - inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationData_{ REL::Offset(0x043A7A30), REL::Offset(0x043A7B38) }; - inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData_{ REL::Offset(0x043A7438), REL::Offset(0x043A74A0) }; - inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ REL::Offset(0x043A8338), REL::Offset(0x043A8440) }; - inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ REL::Offset(0x043A7EF8), REL::Offset(0x043A8000) }; - inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ REL::Offset(0x043A8118), REL::Offset(0x043A8220) }; - inline constexpr std::array NestedUIValue_TESNPCData__PostBlendSliderMetadata_{ REL::Offset(0x043A7D30), REL::Offset(0x043A7DE0) }; - inline constexpr std::array NestedUIValue_TargetCombatValues_{ REL::Offset(0x044975D0), REL::Offset(0x04497638) }; - inline constexpr std::array NestedUIValue_TargetComponentData_{ REL::Offset(0x04497908), REL::Offset(0x04497970) }; - inline constexpr std::array NestedUIValue_TargetHighFreq_{ REL::Offset(0x04498428), REL::Offset(0x04498490) }; - inline constexpr std::array NestedUIValue_TargetLowFreq_{ REL::Offset(0x04498B28), REL::Offset(0x04498B90) }; - inline constexpr std::array NestedUIValue_TestMenu__TestData__ArcanaData_{ REL::Offset(0x044BE938), REL::Offset(0x044BE980) }; - inline constexpr std::array NestedUIValue_TestMenu__TestResourcesData__ResourceData_{ REL::Offset(0x044BEA30), REL::Offset(0x044BEA78) }; - inline constexpr std::array NestedUIValue_TraitDatum_{ REL::Offset(0x044AF530), REL::Offset(0x044AF598) }; - inline constexpr std::array NestedUIValue_TraitInfo_{ REL::Offset(0x0448E680), REL::Offset(0x0448E828) }; - inline constexpr std::array NestedUIValue_UICraftingUtils__ResourceInfo_{ REL::Offset(0x0447ECB8), REL::Offset(0x0447ED00) }; - inline constexpr std::array NestedUIValue_UICraftingUtils__SkillRequirement_{ REL::Offset(0x0435E920), REL::Offset(0x0435E968) }; - inline constexpr std::array NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_{ REL::Offset(0x04357818), REL::Offset(0x04357930) }; - inline constexpr std::array NestedUIValue_WorkshopAreaResourcesData__AreaResource_{ REL::Offset(0x0449C2B8), REL::Offset(0x0449C320) }; - inline constexpr std::array NestedUIValue_WorkshopCategoryBarData__CategoryBarData_{ REL::Offset(0x0449C138), REL::Offset(0x0449C1A0) }; - inline constexpr std::array NestedUIValue_WorkshopCategoryInfoData__PreviewIconData_{ REL::Offset(0x0449B9B0), REL::Offset(0x0449BC18) }; - inline constexpr std::array NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ REL::Offset(0x0449BE50), REL::Offset(0x0449BEB8) }; - inline constexpr std::array NestedUIValue_WorkshopInterfaceShared__ItemRequirement_{ REL::Offset(0x0449B6C8), REL::Offset(0x0449B948) }; - inline constexpr std::array NestedUIValue_WorkshopInterfaceShared__ResourceProduced_{ REL::Offset(0x0449B458), REL::Offset(0x0449B4C0) }; - inline constexpr std::array NestedUIValue_WorkshopTargetMenu__OutpostData_{ REL::Offset(0x044C0A38), REL::Offset(0x044C0E30) }; - inline constexpr std::array NestedUIValue_WorkshopTargetMenu__ResourceData_{ REL::Offset(0x044C15A0), REL::Offset(0x044C16B8) }; - inline constexpr std::array NestedUIValue_WorkshopTargetMenu__TargetData_{ REL::Offset(0x044C0AD8), REL::Offset(0x044C0BE0) }; - inline constexpr std::array NestedUIValue_XPData_{ REL::Offset(0x044A1DB0), REL::Offset(0x044A1F78) }; - inline constexpr std::array NiAVObject{ REL::Offset(0x03F21258) }; - inline constexpr std::array NiAdditionalGeometryData{ REL::Offset(0x0478ACD8) }; - inline constexpr std::array NiAmbientLight{ REL::Offset(0x0478AA30) }; - inline constexpr std::array NiBSplineBasisData{ REL::Offset(0x0477C0E0) }; - inline constexpr std::array NiBSplineColorInterpolator{ REL::Offset(0x0477C460) }; - inline constexpr std::array NiBSplineCompColorInterpolator{ REL::Offset(0x0477C708) }; - inline constexpr std::array NiBSplineCompFloatInterpolator{ REL::Offset(0x0477C9B0) }; - inline constexpr std::array NiBSplineCompPoint3Interpolator{ REL::Offset(0x0477CC58) }; - inline constexpr std::array NiBSplineCompTransformInterpolator{ REL::Offset(0x0477AFB8) }; - inline constexpr std::array NiBSplineData{ REL::Offset(0x0477C2A0) }; - inline constexpr std::array NiBSplineFloatInterpolator{ REL::Offset(0x0477CF00) }; - inline constexpr std::array NiBSplineInterpolator{ REL::Offset(0x04781A20) }; - inline constexpr std::array NiBSplinePoint3Interpolator{ REL::Offset(0x0477D1A8) }; - inline constexpr std::array NiBSplineTransformInterpolator{ REL::Offset(0x0477B260) }; - inline constexpr std::array NiBillboardNode{ REL::Offset(0x047838E0) }; - inline constexpr std::array NiBinaryExtraData{ REL::Offset(0x0478AE98) }; - inline constexpr std::array NiBinaryStream{ REL::Offset(0x0478D650) }; - inline constexpr std::array NiBlendAccumTransformInterpolator{ REL::Offset(0x04778250) }; - inline constexpr std::array NiBlendBoolInterpolator{ REL::Offset(0x0477A5F8) }; - inline constexpr std::array NiBlendColorInterpolator{ REL::Offset(0x0477B508) }; - inline constexpr std::array NiBlendFloatInterpolator{ REL::Offset(0x047796B0) }; - inline constexpr std::array NiBlendInterpolator{ REL::Offset(0x0477A8B0) }; - inline constexpr std::array NiBlendPoint3Interpolator{ REL::Offset(0x0477B788) }; - inline constexpr std::array NiBlendQuaternionInterpolator{ REL::Offset(0x0477BA08) }; - inline constexpr std::array NiBlendTransformInterpolator{ REL::Offset(0x04779BB8) }; - inline constexpr std::array NiBoolData{ REL::Offset(0x0477BC88) }; - inline constexpr std::array NiBoolInterpolator{ REL::Offset(0x0477BE48) }; - inline constexpr std::array NiBoolTimelineInterpolator{ REL::Offset(0x0477A0C8) }; - inline constexpr std::array NiBooleanExtraData{ REL::Offset(0x0478B078) }; - inline constexpr std::array NiCamera{ REL::Offset(0x04782E38) }; - inline constexpr std::array NiCollisionObject{ REL::Offset(0x04784750) }; - inline constexpr std::array NiColorData{ REL::Offset(0x0477D450) }; - inline constexpr std::array NiColorExtraData{ REL::Offset(0x04784CB8) }; - inline constexpr std::array NiColorExtraDataController{ REL::Offset(0x0477D610) }; - inline constexpr std::array NiColorInterpolator{ REL::Offset(0x0477D898) }; - inline constexpr std::array NiControllerManager{ REL::Offset(0x04777198) }; - inline constexpr std::array NiControllerSequence{ REL::Offset(0x04777870) }; - inline constexpr std::array NiDefaultAVObjectPalette{ REL::Offset(0x047773D0) }; - inline constexpr std::array NiDirectionalLight{ REL::Offset(0x0478B258) }; - inline constexpr std::array NiExtraData{ REL::Offset(0x04781DD8) }; - inline constexpr std::array NiExtraDataController{ REL::Offset(0x047814D8) }; - inline constexpr std::array NiFile{ REL::Offset(0x0478D600) }; - inline constexpr std::array NiFloatController{ REL::Offset(0x0477F890) }; - inline constexpr std::array NiFloatData{ REL::Offset(0x04778A48) }; - inline constexpr std::array NiFloatExtraData{ REL::Offset(0x0478B500) }; - inline constexpr std::array NiFloatExtraDataController{ REL::Offset(0x04779930) }; - inline constexpr std::array NiFloatInterpController{ REL::Offset(0x04781778) }; - inline constexpr std::array NiFloatInterpolator{ REL::Offset(0x0477A360) }; - inline constexpr std::array NiFloatsExtraData{ REL::Offset(0x04784E98) }; - inline constexpr std::array NiFloatsExtraDataController{ REL::Offset(0x0477DB38) }; - inline constexpr std::array NiFloatsExtraDataPoint3Controller{ REL::Offset(0x0477DDC0) }; - inline constexpr std::array NiFogProperty{ REL::Offset(0x0478A860) }; - inline constexpr std::array NiFormArray{ REL::Offset(0x0440C5E0) }; - inline constexpr std::array NiGeometry{ REL::Offset(0x0478D100) }; - inline constexpr std::array NiGeometryData{ REL::Offset(0x04784178) }; - inline constexpr std::array NiIntegerExtraData{ REL::Offset(0x045754B0) }; - inline constexpr std::array NiIntegersExtraData{ REL::Offset(0x04586B40) }; - inline constexpr std::array NiInterpController{ REL::Offset(0x04777A50) }; - inline constexpr std::array NiKeyframeManager{ REL::Offset(0x0477E048) }; - inline constexpr std::array NiLight{ REL::Offset(0x047850B8) }; - inline constexpr std::array NiLightColorController{ REL::Offset(0x0477E370) }; - inline constexpr std::array NiLightDimmerController{ REL::Offset(0x0477E600) }; - inline constexpr std::array NiLightRadiusController{ REL::Offset(0x0477E890) }; - inline constexpr std::array NiLookAtController{ REL::Offset(0x0477EB20) }; - inline constexpr std::array NiLookAtInterpolator{ REL::Offset(0x0477ED30) }; - inline constexpr std::array NiMemStream{ REL::Offset(0x0478D690) }; - inline constexpr std::array NiMorphData{ REL::Offset(0x0477EF90) }; - inline constexpr std::array NiMultiTargetTransformController{ REL::Offset(0x047775F0) }; - inline constexpr std::array NiNode{ REL::Offset(0x047820B8) }; - inline constexpr std::array NiObjectNET{ REL::Offset(0x03F226B8) }; - inline constexpr std::array NiPathController{ REL::Offset(0x0477F150) }; - inline constexpr std::array NiPathInterpolator{ REL::Offset(0x04778DF8) }; - inline constexpr std::array NiPick__Results{ REL::Offset(0x04784930) }; - inline constexpr std::array NiPoint3Interpolator{ REL::Offset(0x0477F360) }; - inline constexpr std::array NiPointLight{ REL::Offset(0x0478B6E0) }; - inline constexpr std::array NiPosData{ REL::Offset(0x04778C08) }; - inline constexpr std::array NiProperty{ REL::Offset(0x04785C20) }; - inline constexpr std::array NiQuaternionInterpolator{ REL::Offset(0x0477F5F8) }; - inline constexpr std::array NiRefObject{ REL::Offset(0x03F2AC78) }; - inline constexpr std::array NiRollController{ REL::Offset(0x0477FAA0) }; - inline constexpr std::array NiRotData{ REL::Offset(0x0477FCB0) }; - inline constexpr std::array NiSequence{ REL::Offset(0x0477FEB0) }; - inline constexpr std::array NiSequenceStreamHelper{ REL::Offset(0x04780070) }; - inline constexpr std::array NiSingleInterpController{ REL::Offset(0x047784F8) }; - inline constexpr std::array NiSkinData{ REL::Offset(0x0478BA30) }; - inline constexpr std::array NiSkinInstance{ REL::Offset(0x0478BBF0) }; - inline constexpr std::array NiSkinPartition{ REL::Offset(0x0478BDB0) }; - inline constexpr std::array NiSpotLight{ REL::Offset(0x0478BF70) }; - inline constexpr std::array NiStream{ REL::Offset(0x04783658) }; - inline constexpr std::array NiStringExtraData{ REL::Offset(0x047829F0) }; - inline constexpr std::array NiStringPalette{ REL::Offset(0x04780230) }; - inline constexpr std::array NiStringsExtraData{ REL::Offset(0x0478C218) }; - inline constexpr std::array NiSwitchNode{ REL::Offset(0x04783E28) }; - inline constexpr std::array NiTArray_BGSAddonNode_NiTMallocInterface_BGSAddonNode__ZeroObjectTraits_BGSAddonNode__{ REL::Offset(0x04369FC0) }; - inline constexpr std::array NiTArray_BSAnimNoteListener__BSAnimReceiverType_NiTMallocInterface_BSAnimNoteListener__BSAnimReceiverType__ZeroObjectTraits_BSAnimNoteListener__BSAnimReceiverType__{ REL::Offset(0x0477A888) }; - inline constexpr std::array NiTArray_CombatGroup_NiTMallocInterface_CombatGroup__ZeroObjectTraits_CombatGroup__{ REL::Offset(0x044F7260) }; - inline constexpr std::array NiTArray_NiAVObject_NiTMallocInterface_NiAVObject__ZeroObjectTraits_NiAVObject__{ REL::Offset(0x045841E8) }; - inline constexpr std::array NiTArray_NiPick__Record_NiTScrapHeapInterface_NiPick__Record__ZeroObjectTraits_NiPick__Record__{ REL::Offset(0x04784940) }; - inline constexpr std::array NiTArray_NiPointer_NiAVObject__NiTNewInterface_NiPointer_NiAVObject___ZeroObjectTraits_NiPointer_NiAVObject___{ REL::Offset(0x047820A8) }; - inline constexpr std::array NiTArray_NiPointer_NiControllerSequence__NiTNewInterface_NiPointer_NiControllerSequence___ZeroObjectTraits_NiPointer_NiControllerSequence___{ REL::Offset(0x047773B0) }; - inline constexpr std::array NiTArray_NiPointer_NiTransformController__NiTNewInterface_NiPointer_NiTransformController___ZeroObjectTraits_NiPointer_NiTransformController___{ REL::Offset(0x0477FEA0) }; - inline constexpr std::array NiTArray_char_NiTMallocInterface_char__ZeroObjectTraits_char__{ REL::Offset(0x0477FE80) }; - inline constexpr std::array NiTArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ REL::Offset(0x0436BDD8) }; - inline constexpr std::array NiTArray_void___NiStream_NiObject__NiTMallocInterface_void___NiStream_NiObject___ZeroObjectTraits_void___NiStream_NiObject___{ REL::Offset(0x04783500) }; - inline constexpr std::array NiTLargeArray_BSFixedString_NiTNewInterface_BSFixedString__ZeroObjectTraits_BSFixedString__{ REL::Offset(0x04783768) }; - inline constexpr std::array NiTLargeArray_NiPointer_NiObject__NiTNewInterface_NiPointer_NiObject___ZeroObjectTraits_NiPointer_NiObject___{ REL::Offset(0x047838B8) }; - inline constexpr std::array NiTLargeArray_TESForm_NiTMallocInterface_TESForm__ZeroObjectTraits_TESForm__{ REL::Offset(0x0440C2A0) }; - inline constexpr std::array NiTLargeArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ REL::Offset(0x04783898) }; - inline constexpr std::array NiTLargeObjectArray_BSFixedString_{ REL::Offset(0x04783758) }; - inline constexpr std::array NiTLargeObjectArray_NiPointer_NiObject__{ REL::Offset(0x047838A8) }; - inline constexpr std::array NiTLargePrimitiveArray_unsignedint_{ REL::Offset(0x04783888) }; - inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData_____ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ REL::Offset(0x044CF4A0) }; - inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_charconst_IDLE_ANIM_ROOT___charconst_IDLE_ANIM_ROOT_{ REL::Offset(0x043695F8) }; - inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_unsignedint_TESFile___unsignedint_TESFile_{ REL::Offset(0x0436BDE8) }; - inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_unsignedint_unsignedchar___unsignedint_unsignedchar_{ REL::Offset(0x044DAE80) }; - inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__NiObjectconst_unsignedint_{ REL::Offset(0x04783718) }; - inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiObject___void__{ REL::Offset(0x04783550) }; - inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiPointer_NiSequence__{ REL::Offset(0x0477E318) }; - inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_unsignedshort_{ REL::Offset(0x04783590) }; - inline constexpr std::array NiTMap_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ REL::Offset(0x044CF4E0) }; - inline constexpr std::array NiTMap_charconst_IDLE_ANIM_ROOT_{ REL::Offset(0x04369638) }; - inline constexpr std::array NiTMap_unsignedint_TESFile_{ REL::Offset(0x0436BF38) }; - inline constexpr std::array NiTMap_unsignedint_unsignedchar_{ REL::Offset(0x044DAEE8) }; - inline constexpr std::array NiTObjectArray_NiPointer_NiAVObject__{ REL::Offset(0x04782098) }; - inline constexpr std::array NiTObjectArray_NiPointer_NiControllerSequence__{ REL::Offset(0x047773C0) }; - inline constexpr std::array NiTObjectArray_NiPointer_NiTransformController__{ REL::Offset(0x0477FE90) }; - inline constexpr std::array NiTPointerMap_NiObjectconst_unsignedint_{ REL::Offset(0x04783848) }; - inline constexpr std::array NiTPointerMap_charconst_NiObject___void__{ REL::Offset(0x04783778) }; - inline constexpr std::array NiTPointerMap_charconst_NiPointer_NiSequence__{ REL::Offset(0x0477E258) }; - inline constexpr std::array NiTPointerMap_charconst_unsignedshort_{ REL::Offset(0x047835D0) }; - inline constexpr std::array NiTPrimitiveArray_BGSAddonNode_{ REL::Offset(0x04369FD0) }; - inline constexpr std::array NiTPrimitiveArray_BSAnimNoteListener__BSAnimReceiverType_{ REL::Offset(0x0477A878) }; - inline constexpr std::array NiTPrimitiveArray_CombatGroup_{ REL::Offset(0x044F7250) }; - inline constexpr std::array NiTPrimitiveArray_NiAVObject_{ REL::Offset(0x045841D8) }; - inline constexpr std::array NiTPrimitiveArray_char_{ REL::Offset(0x0477FE70) }; - inline constexpr std::array NiTPrimitiveArray_unsignedint_{ REL::Offset(0x0436BDC8) }; - inline constexpr std::array NiTPrimitiveArray_void___NiStream_NiObject__{ REL::Offset(0x04783838) }; - inline constexpr std::array NiTStringPointerMap_NiObject___void__{ REL::Offset(0x047837F8) }; - inline constexpr std::array NiTStringPointerMap_NiPointer_NiSequence__{ REL::Offset(0x0477E2D8) }; - inline constexpr std::array NiTStringPointerMap_unsignedshort_{ REL::Offset(0x04783510) }; - inline constexpr std::array NiTStringTemplateMap_NiTMap_charconst_IDLE_ANIM_ROOT__IDLE_ANIM_ROOT_{ REL::Offset(0x04369678) }; - inline constexpr std::array NiTStringTemplateMap_NiTPointerMap_charconst_NiObject___void___NiObject___void__{ REL::Offset(0x047837B8) }; - inline constexpr std::array NiTStringTemplateMap_NiTPointerMap_charconst_NiPointer_NiSequence___NiPointer_NiSequence__{ REL::Offset(0x0477E298) }; - inline constexpr std::array NiTStringTemplateMap_NiTPointerMap_charconst_unsignedshort__unsignedshort_{ REL::Offset(0x04783610) }; - inline constexpr std::array NiTextKeyExtraData{ REL::Offset(0x047803F0) }; - inline constexpr std::array NiTimeController{ REL::Offset(0x04783C08) }; - inline constexpr std::array NiTransformController{ REL::Offset(0x04777FC8) }; - inline constexpr std::array NiTransformData{ REL::Offset(0x0477ADE0) }; - inline constexpr std::array NiTransformInterpolator{ REL::Offset(0x04778798) }; - inline constexpr std::array NiTriBasedGeom{ REL::Offset(0x0478CE10) }; - inline constexpr std::array NiTriBasedGeomData{ REL::Offset(0x0478D3F8) }; - inline constexpr std::array NiTriShape{ REL::Offset(0x0478C3F8) }; - inline constexpr std::array NiTriShapeData{ REL::Offset(0x0478C6E0) }; - inline constexpr std::array NiTriStrips{ REL::Offset(0x0478C8E8) }; - inline constexpr std::array NiTriStripsData{ REL::Offset(0x0478CBC8) }; - inline constexpr std::array NiUVData{ REL::Offset(0x047805D0) }; - inline constexpr std::array NiVisController{ REL::Offset(0x04780790) }; - inline constexpr std::array NightEyeEffect{ REL::Offset(0x044C5100) }; - inline constexpr std::array NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E69A0) }; - inline constexpr std::array NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E6990) }; - inline constexpr std::array NonActorMagicCaster{ REL::Offset(0x04364560), REL::Offset(0x043645A0) }; - inline constexpr std::array NonActorMagicTarget{ REL::Offset(0x044C5488), REL::Offset(0x044C5500) }; - inline constexpr std::array NormalizeRotation{ REL::Offset(0x04565DE8) }; - inline constexpr std::array NormalizeRotationInstance{ REL::Offset(0x04568428) }; - inline constexpr std::array NullMovementSelectIdleResult{ REL::Offset(0x0459F528) }; - inline constexpr std::array NullMovementState{ REL::Offset(0x04510CB8) }; - inline constexpr std::array NullPathBuilderTracker{ REL::Offset(0x0459A498) }; - inline constexpr std::array ObjectAttachmentFormComponent{ REL::Offset(0x04355028), REL::Offset(0x04355090) }; - inline constexpr std::array ObjectListItem{ REL::Offset(0x04444348), REL::Offset(0x044443B8) }; - inline constexpr std::array ObstacleTaskData{ REL::Offset(0x044500B0) }; - inline constexpr std::array OpenContainerMenuMessage{ REL::Offset(0x04482518) }; - inline constexpr std::array OpenEffect{ REL::Offset(0x044C5540) }; - inline constexpr std::array OpenRefuelMenuMessage{ REL::Offset(0x0451CE98) }; - inline constexpr std::array OpenShipCrewAssignMenuMessage{ REL::Offset(0x044AC680) }; - inline constexpr std::array OwnedCameraEffectController{ REL::Offset(0x043CF600) }; - inline constexpr std::array OwnedController{ REL::Offset(0x04349EE0) }; - inline constexpr std::array PackageCreator{ REL::Offset(0x03EFA720) }; - inline constexpr std::array PackageList{ REL::Offset(0x0436CEC0) }; - inline constexpr std::array PackageLocation{ REL::Offset(0x0444D908) }; - inline constexpr std::array PageFileBase{ REL::Offset(0x044CC580) }; - inline constexpr std::array PageFileReader_BSFile_{ REL::Offset(0x044CC700) }; - inline constexpr std::array PageFileReader_PageFileBase_{ REL::Offset(0x044CC640) }; - inline constexpr std::array PageFileWriter_BSFile_{ REL::Offset(0x044CC860) }; - inline constexpr std::array PageFileWriter_PageFileBase_{ REL::Offset(0x044CC7A0) }; - inline constexpr std::array PairCollector{ REL::Offset(0x0406AFB8) }; - inline constexpr std::array PairedAnimation{ REL::Offset(0x04568D00) }; - inline constexpr std::array PairedAnimationInstance{ REL::Offset(0x04568D68) }; - inline constexpr std::array PairedAttackDialogueHandler{ REL::Offset(0x044E3A40) }; - inline constexpr std::array PairedStopHandler{ REL::Offset(0x044E3470) }; - inline constexpr std::array ParalysisEffect{ REL::Offset(0x044C5638) }; - inline constexpr std::array ParticleFormComponent{ REL::Offset(0x04355180) }; - inline constexpr std::array ParticleParticleCollisionsTask{ REL::Offset(0x040692F0), REL::Offset(0x04069310) }; - inline constexpr std::array ParticleParticleInterBranchCollisionsTask{ REL::Offset(0x04069388), REL::Offset(0x040693A8) }; - inline constexpr std::array ParticleParticleInterbranchSolveTask{ REL::Offset(0x040691D0), REL::Offset(0x040691F0) }; - inline constexpr std::array ParticleParticleProcessEarlyOutStateTask{ REL::Offset(0x04068F68), REL::Offset(0x04068F88) }; - inline constexpr std::array ParticleSequence{ REL::Offset(0x045669C0) }; - inline constexpr std::array ParticleSequenceInstance{ REL::Offset(0x04568498) }; - inline constexpr std::array ParticleSystemInterface{ REL::Offset(0x04369490) }; - inline constexpr std::array Particles__AnimatedUVMaterialProperties{ REL::Offset(0x04590520) }; - inline constexpr std::array Particles__BaseCustomParameter{ REL::Offset(0x04461F80) }; - inline constexpr std::array Particles__BaseOperation{ REL::Offset(0x04592EF0) }; - inline constexpr std::array Particles__BaseParticleSystemItem{ REL::Offset(0x04592E50) }; - inline constexpr std::array Particles__BoundProperty{ REL::Offset(0x04590570) }; - inline constexpr std::array Particles__BundleInfo{ REL::Offset(0x04590E58) }; - inline constexpr std::array Particles__EmitterBinding{ REL::Offset(0x04597E10) }; - inline constexpr std::array Particles__EmitterDefinition{ REL::Offset(0x04598438) }; - inline constexpr std::array Particles__EmitterMaterialDependency{ REL::Offset(0x045911A8) }; - inline constexpr std::array Particles__ExpressionParser{ REL::Offset(0x045996D0) }; - inline constexpr std::array Particles__ForcesProperties{ REL::Offset(0x04591060) }; - inline constexpr std::array Particles__GeometryAsShapeDependency{ REL::Offset(0x045911E8) }; - inline constexpr std::array Particles__GeometryParticlesProperties{ REL::Offset(0x045910D0) }; - inline constexpr std::array Particles__GroupOperation{ REL::Offset(0x04591330) }; - inline constexpr std::array Particles__ITimeMultiplierProvider{ REL::Offset(0x043971D0) }; - inline constexpr std::array Particles__Intrinsics__ApplyAngularVelocityParamSet{ REL::Offset(0x04592F90) }; - inline constexpr std::array Particles__Intrinsics__ApplyForcesToPositionParamSet{ REL::Offset(0x04593068) }; - inline constexpr std::array Particles__Intrinsics__ApplyForcesToVelocityParamSet{ REL::Offset(0x04593140) }; - inline constexpr std::array Particles__Intrinsics__ApplyVelocityToPositionParamSet{ REL::Offset(0x045933C8) }; - inline constexpr std::array Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet{ REL::Offset(0x045934A0) }; - inline constexpr std::array Particles__Intrinsics__AssignmentOperationInput{ REL::Offset(0x04592970) }; - inline constexpr std::array Particles__Intrinsics__BindingNameInput{ REL::Offset(0x04594270) }; - inline constexpr std::array Particles__Intrinsics__BoolBoolParamSet{ REL::Offset(0x045923D0) }; - inline constexpr std::array Particles__Intrinsics__BoolInput{ REL::Offset(0x045941C8) }; - inline constexpr std::array Particles__Intrinsics__BroadcastCollisionEventParamSet{ REL::Offset(0x045934E8) }; - inline constexpr std::array Particles__Intrinsics__ColorAlphaCurvesParamSet{ REL::Offset(0x045929D0) }; - inline constexpr std::array Particles__Intrinsics__ColorColorColorParamSet{ REL::Offset(0x045924A8) }; - inline constexpr std::array Particles__Intrinsics__ColorColorFloatParamSet{ REL::Offset(0x04592418) }; - inline constexpr std::array Particles__Intrinsics__ColorCurveParamSet{ REL::Offset(0x04592988) }; - inline constexpr std::array Particles__Intrinsics__ColorFloatParamSet{ REL::Offset(0x045924F0) }; - inline constexpr std::array Particles__Intrinsics__ColorInput{ REL::Offset(0x04594210) }; - inline constexpr std::array Particles__Intrinsics__ColorPickerMinMaxParamSet{ REL::Offset(0x04592538) }; - inline constexpr std::array Particles__Intrinsics__ColorPickerParamSet{ REL::Offset(0x04592460) }; - inline constexpr std::array Particles__Intrinsics__ConditionalJumpParamSet{ REL::Offset(0x04592808) }; - inline constexpr std::array Particles__Intrinsics__ConditionalKillParamSet{ REL::Offset(0x04593608) }; - inline constexpr std::array Particles__Intrinsics__ConformToHeightmapParamSet{ REL::Offset(0x04592CE8) }; - inline constexpr std::array Particles__Intrinsics__ConformToHeightmapSimParamSet{ REL::Offset(0x04592DC0) }; - inline constexpr std::array Particles__Intrinsics__CurveParamSet{ REL::Offset(0x04592928) }; - inline constexpr std::array Particles__Intrinsics__CustomHandlingParamSet{ REL::Offset(0x045942E8) }; - inline constexpr std::array Particles__Intrinsics__CyclingVolumeParamSet{ REL::Offset(0x04592D30) }; - inline constexpr std::array Particles__Intrinsics__DebugAnimateParentTransform{ REL::Offset(0x04592A60) }; - inline constexpr std::array Particles__Intrinsics__DebugAttachToCamera{ REL::Offset(0x04592A18) }; - inline constexpr std::array Particles__Intrinsics__DebugMoveParentTransform{ REL::Offset(0x04592AF0) }; - inline constexpr std::array Particles__Intrinsics__DirectionAxisInput{ REL::Offset(0x045942B8) }; - inline constexpr std::array Particles__Intrinsics__DirectionToRotation3DParamSet{ REL::Offset(0x04593F08) }; - inline constexpr std::array Particles__Intrinsics__Double3Double3Double3ParamSet{ REL::Offset(0x04593C38) }; - inline constexpr std::array Particles__Intrinsics__Double3Double3ParamSet{ REL::Offset(0x04593BA8) }; - inline constexpr std::array Particles__Intrinsics__Double3Double3VectorParamSet{ REL::Offset(0x04593C80) }; - inline constexpr std::array Particles__Intrinsics__Double3Input{ REL::Offset(0x04594108) }; - inline constexpr std::array Particles__Intrinsics__EmissionTypeInput{ REL::Offset(0x045942D0) }; - inline constexpr std::array Particles__Intrinsics__ExpressionInputParamSet{ REL::Offset(0x04599640) }; - inline constexpr std::array Particles__Intrinsics__Float5ParamSet{ REL::Offset(0x04593890) }; - inline constexpr std::array Particles__Intrinsics__Float6ParamSet{ REL::Offset(0x04593848) }; - inline constexpr std::array Particles__Intrinsics__FloatBoolParamSet{ REL::Offset(0x04593920) }; - inline constexpr std::array Particles__Intrinsics__FloatColorParamSet{ REL::Offset(0x04592388) }; - inline constexpr std::array Particles__Intrinsics__FloatFloatBoolParamSet{ REL::Offset(0x045938D8) }; - inline constexpr std::array Particles__Intrinsics__FloatFloatFloatFloatColorParamSet{ REL::Offset(0x04592580) }; - inline constexpr std::array Particles__Intrinsics__FloatFloatFloatFloatParamSet{ REL::Offset(0x045937B8) }; - inline constexpr std::array Particles__Intrinsics__FloatFloatFloatParamSet{ REL::Offset(0x045936E0) }; - inline constexpr std::array Particles__Intrinsics__FloatFloatFloatVectorParamSet{ REL::Offset(0x04593698) }; - inline constexpr std::array Particles__Intrinsics__FloatFloatParamSet{ REL::Offset(0x045939B0) }; - inline constexpr std::array Particles__Intrinsics__FloatInput{ REL::Offset(0x04594120) }; - inline constexpr std::array Particles__Intrinsics__FloatMinMaxParamSet{ REL::Offset(0x04593800) }; - inline constexpr std::array Particles__Intrinsics__FloatUIntParamSet{ REL::Offset(0x04593968) }; - inline constexpr std::array Particles__Intrinsics__FloatVector33MatrixParamSet{ REL::Offset(0x04593770) }; - inline constexpr std::array Particles__Intrinsics__FloatVectorParamSet{ REL::Offset(0x045939F8) }; - inline constexpr std::array Particles__Intrinsics__FloatVectorVectorParamSet{ REL::Offset(0x04592B38) }; - inline constexpr std::array Particles__Intrinsics__GenericResourceParamSet{ REL::Offset(0x04594330) }; - inline constexpr std::array Particles__Intrinsics__GeometryParticleKillParamSet{ REL::Offset(0x04594450) }; - inline constexpr std::array Particles__Intrinsics__GeometryParticleParamSet{ REL::Offset(0x045943C0) }; - inline constexpr std::array Particles__Intrinsics__GeometryParticleUpdateParamSet{ REL::Offset(0x04594378) }; - inline constexpr std::array Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet{ REL::Offset(0x04594408) }; - inline constexpr std::array Particles__Intrinsics__HexColorHexColorUIntParamSet{ REL::Offset(0x04592658) }; - inline constexpr std::array Particles__Intrinsics__HexColorUIntParamSet{ REL::Offset(0x045926A0) }; - inline constexpr std::array Particles__Intrinsics__HexUIntInput{ REL::Offset(0x045941E0) }; - inline constexpr std::array Particles__Intrinsics__Input{ REL::Offset(0x04594088) }; - inline constexpr std::array Particles__Intrinsics__IntInput{ REL::Offset(0x04594168) }; - inline constexpr std::array Particles__Intrinsics__JumpParamSet{ REL::Offset(0x04592850) }; - inline constexpr std::array Particles__Intrinsics__KillParamSet{ REL::Offset(0x04593650) }; - inline constexpr std::array Particles__Intrinsics__LODCurvedPropertyBaseParamSet{ REL::Offset(0x04592D78) }; - inline constexpr std::array Particles__Intrinsics__LODCurvedPropertyFloatParamSet{ REL::Offset(0x04592E08) }; - inline constexpr std::array Particles__Intrinsics__MatrixInput{ REL::Offset(0x04594180) }; - inline constexpr std::array Particles__Intrinsics__MatrixVectorVectorParamSet{ REL::Offset(0x04592898) }; - inline constexpr std::array Particles__Intrinsics__MeshSpawnDimensionInput{ REL::Offset(0x04594258) }; - inline constexpr std::array Particles__Intrinsics__NoOpDeclareBoolParamSet{ REL::Offset(0x04592F48) }; - inline constexpr std::array Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet{ REL::Offset(0x045930F8) }; - inline constexpr std::array Particles__Intrinsics__Noise2ParamSet{ REL::Offset(0x04593B60) }; - inline constexpr std::array Particles__Intrinsics__Noise3ParamSet{ REL::Offset(0x04593B18) }; - inline constexpr std::array Particles__Intrinsics__NoiseBaseParamSet{ REL::Offset(0x04593A88) }; - inline constexpr std::array Particles__Intrinsics__NoiseParamSet{ REL::Offset(0x04593AD0) }; - inline constexpr std::array Particles__Intrinsics__NoiseTypeInput{ REL::Offset(0x04594288) }; - inline constexpr std::array Particles__Intrinsics__OperationNameInput{ REL::Offset(0x04594228) }; - inline constexpr std::array Particles__Intrinsics__OrbitAroundPointParamSet{ REL::Offset(0x04592CA0) }; - inline constexpr std::array Particles__Intrinsics__ParameterSetBase{ REL::Offset(0x045940C0) }; - inline constexpr std::array Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet{ REL::Offset(0x045944E0) }; - inline constexpr std::array Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet{ REL::Offset(0x04594498) }; - inline constexpr std::array Particles__Intrinsics__PointInCylinderParamSet{ REL::Offset(0x045928E0) }; - inline constexpr std::array Particles__Intrinsics__PointInMeshParamSet{ REL::Offset(0x04592BC8) }; - inline constexpr std::array Particles__Intrinsics__PointOnAttachedSkeletonParamSet{ REL::Offset(0x04592C58) }; - inline constexpr std::array Particles__Intrinsics__RandomVariableParamSet{ REL::Offset(0x04593BF0) }; - inline constexpr std::array Particles__Intrinsics__RandomVectorOnShapeParamSet{ REL::Offset(0x04592C10) }; - inline constexpr std::array Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet{ REL::Offset(0x04593FE0) }; - inline constexpr std::array Particles__Intrinsics__ShapeTypeInput{ REL::Offset(0x045942A0) }; - inline constexpr std::array Particles__Intrinsics__SharedAsset{ REL::Offset(0x04594048) }; - inline constexpr std::array Particles__Intrinsics__SharedAssociatedUID{ REL::Offset(0x04591020) }; - inline constexpr std::array Particles__Intrinsics__SharedCollisionInfo{ REL::Offset(0x045940A0) }; - inline constexpr std::array Particles__Intrinsics__SharedColorAlphaCurves{ REL::Offset(0x04590F40) }; - inline constexpr std::array Particles__Intrinsics__SharedColorCurve{ REL::Offset(0x04590EE0) }; - inline constexpr std::array Particles__Intrinsics__SharedCurve{ REL::Offset(0x04590EA0) }; - inline constexpr std::array Particles__Intrinsics__SharedCustomParameter{ REL::Offset(0x04591040) }; - inline constexpr std::array Particles__Intrinsics__SharedFiniteRandomNumberGenerator{ REL::Offset(0x04590FC0) }; - inline constexpr std::array Particles__Intrinsics__SharedHeightmapData{ REL::Offset(0x04594068) }; - inline constexpr std::array Particles__Intrinsics__SharedLODCurves{ REL::Offset(0x04590F20) }; - inline constexpr std::array Particles__Intrinsics__SharedMesh{ REL::Offset(0x04594028) }; - inline constexpr std::array Particles__Intrinsics__SharedNoiseGenerator{ REL::Offset(0x04590F60) }; - inline constexpr std::array Particles__Intrinsics__SharedParticleSystemSpawnParameters{ REL::Offset(0x04591000) }; - inline constexpr std::array Particles__Intrinsics__SharedRGBColorCurve{ REL::Offset(0x04590F00) }; - inline constexpr std::array Particles__Intrinsics__SharedRandomVariableDistributionValues{ REL::Offset(0x04590FA0) }; - inline constexpr std::array Particles__Intrinsics__SharedRuntimeInfo{ REL::Offset(0x04590EC0) }; - inline constexpr std::array Particles__Intrinsics__SharedSkeletonData{ REL::Offset(0x04590F80) }; - inline constexpr std::array Particles__Intrinsics__SharedUpdateForcesParameters{ REL::Offset(0x04590FE0) }; - inline constexpr std::array Particles__Intrinsics__SpawnParticleParamSet{ REL::Offset(0x045935C0) }; - inline constexpr std::array Particles__Intrinsics__StringInput{ REL::Offset(0x04594240) }; - inline constexpr std::array Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet{ REL::Offset(0x04593410) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet{ REL::Offset(0x04593338) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet{ REL::Offset(0x04593380) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet{ REL::Offset(0x045932F0) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet{ REL::Offset(0x04593260) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet{ REL::Offset(0x04593188) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet{ REL::Offset(0x045931D0) }; - inline constexpr std::array Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet{ REL::Offset(0x045932A8) }; - inline constexpr std::array Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet{ REL::Offset(0x04593218) }; - inline constexpr std::array Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet{ REL::Offset(0x04592FD8) }; - inline constexpr std::array Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet{ REL::Offset(0x04593020) }; - inline constexpr std::array Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet{ REL::Offset(0x045930B0) }; - inline constexpr std::array Particles__Intrinsics__TransformStretchVectorToWorldParamSet{ REL::Offset(0x04593530) }; - inline constexpr std::array Particles__Intrinsics__TransformVelocityToWorldParamSet{ REL::Offset(0x04593458) }; - inline constexpr std::array Particles__Intrinsics__UIntDivisionParamSet{ REL::Offset(0x045926E8) }; - inline constexpr std::array Particles__Intrinsics__UIntFloatParamSet{ REL::Offset(0x04592778) }; - inline constexpr std::array Particles__Intrinsics__UIntInput{ REL::Offset(0x045941B0) }; - inline constexpr std::array Particles__Intrinsics__UIntMinMaxParamSet{ REL::Offset(0x045927C0) }; - inline constexpr std::array Particles__Intrinsics__UIntUIntBoolParamSet{ REL::Offset(0x045925C8) }; - inline constexpr std::array Particles__Intrinsics__UIntUIntParamSet{ REL::Offset(0x04592610) }; - inline constexpr std::array Particles__Intrinsics__UIntUIntUIntParamSet{ REL::Offset(0x04592730) }; - inline constexpr std::array Particles__Intrinsics__UpdateChildParticleBindingsParamSet{ REL::Offset(0x04593578) }; - inline constexpr std::array Particles__Intrinsics__UpdateForcesParamSet{ REL::Offset(0x04599688) }; - inline constexpr std::array Particles__Intrinsics__VariableInput{ REL::Offset(0x04594198) }; - inline constexpr std::array Particles__Intrinsics__Vector2Input{ REL::Offset(0x04594150) }; - inline constexpr std::array Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet{ REL::Offset(0x04593DA0) }; - inline constexpr std::array Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet{ REL::Offset(0x04593D58) }; - inline constexpr std::array Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet{ REL::Offset(0x04593E30) }; - inline constexpr std::array Particles__Intrinsics__Vector3Input{ REL::Offset(0x04594138) }; - inline constexpr std::array Particles__Intrinsics__Vector3MatrixParamSet{ REL::Offset(0x04593728) }; - inline constexpr std::array Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet{ REL::Offset(0x04593DE8) }; - inline constexpr std::array Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet{ REL::Offset(0x04593EC0) }; - inline constexpr std::array Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet{ REL::Offset(0x04593E78) }; - inline constexpr std::array Particles__Intrinsics__VectorFloatParamSet{ REL::Offset(0x04592AA8) }; - inline constexpr std::array Particles__Intrinsics__VectorFloatVectorParamSet{ REL::Offset(0x04592B80) }; - inline constexpr std::array Particles__Intrinsics__VectorMinMaxParamSet{ REL::Offset(0x04593F50) }; - inline constexpr std::array Particles__Intrinsics__VectorScaleAddParamSet{ REL::Offset(0x04593F98) }; - inline constexpr std::array Particles__Intrinsics__VectorVectorFloatParamSet{ REL::Offset(0x04593CC8) }; - inline constexpr std::array Particles__Intrinsics__VectorVectorParamSet{ REL::Offset(0x04593A40) }; - inline constexpr std::array Particles__Intrinsics__VectorVectorVectorParamSet{ REL::Offset(0x04593D10) }; - inline constexpr std::array Particles__Intrinsics__XMFLOAT4Input{ REL::Offset(0x045941F8) }; - inline constexpr std::array Particles__ListFloatCurve{ REL::Offset(0x04590550) }; - inline constexpr std::array Particles__ListParticleCollisionInfo{ REL::Offset(0x04461F60) }; - inline constexpr std::array Particles__MaterialDBDependency{ REL::Offset(0x045910E8) }; - inline constexpr std::array Particles__MaterialProperties{ REL::Offset(0x045904F0) }; - inline constexpr std::array Particles__MeshDependency{ REL::Offset(0x04591168) }; - inline constexpr std::array Particles__ModelDBDependency{ REL::Offset(0x04591128) }; - inline constexpr std::array Particles__PSM__Commands__BaseParticleSystemRequest{ REL::Offset(0x04597AC0) }; - inline constexpr std::array Particles__PSM__Commands__RequestLoadResources{ REL::Offset(0x04597AE0) }; - inline constexpr std::array Particles__PSM__Commands__WaitForResourceLoad{ REL::Offset(0x04597AD0) }; - inline constexpr std::array Particles__ParticleEmitterEngine{ REL::Offset(0x04597E00) }; - inline constexpr std::array Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding{ REL::Offset(0x04597E40) }; - inline constexpr std::array Particles__ParticleNodeManager{ REL::Offset(0x04590D68) }; - inline constexpr std::array Particles__ParticlePerformanceManager{ REL::Offset(0x04597AA8) }; - inline constexpr std::array Particles__ParticleSystemManagerImpl{ REL::Offset(0x04597AF0) }; - inline constexpr std::array Particles__ParticleSystemManagerImpl__PSBinding{ REL::Offset(0x04597A78) }; - inline constexpr std::array Particles__ParticleSystemStorage{ REL::Offset(0x04590DB8), REL::Offset(0x04590DD0) }; - inline constexpr std::array Particles__PhysicsProperties{ REL::Offset(0x04590538) }; - inline constexpr std::array Particles__PointInMeshDependency{ REL::Offset(0x04591228) }; - inline constexpr std::array Particles__ResourceDependency{ REL::Offset(0x04591090) }; - inline constexpr std::array Particles__SingleOperation{ REL::Offset(0x04592E98) }; - inline constexpr std::array Particles__SystemBinding{ REL::Offset(0x04590DE8) }; - inline constexpr std::array Particles__SystemDefinition{ REL::Offset(0x04591078) }; - inline constexpr std::array Particles__TiledMaterialProperties{ REL::Offset(0x04590508) }; - inline constexpr std::array PassengerInteraction{ REL::Offset(0x044731A0) }; - inline constexpr std::array PathFollowerAnimationMoveStart{ REL::Offset(0x045A3690) }; - inline constexpr std::array PathFollowerAnimationMoveStop{ REL::Offset(0x045A36A0) }; - inline constexpr std::array PathFollowerStateFollowPathToParameter{ REL::Offset(0x045A33A0) }; - inline constexpr std::array PathFollowerStateKeepLastDirection{ REL::Offset(0x045A33C8) }; - inline constexpr std::array PathFollowerStatePerformAction{ REL::Offset(0x045A3568) }; - inline constexpr std::array PathFollowerStatePlayIdle{ REL::Offset(0x045A3350) }; - inline constexpr std::array PathFollowerStateShortcut{ REL::Offset(0x045A3518) }; - inline constexpr std::array PathFollowerStateTurnToAngle{ REL::Offset(0x045A3378) }; - inline constexpr std::array PathFollowerStateWaitForAction{ REL::Offset(0x045A3540) }; - inline constexpr std::array PathManagerImpl{ REL::Offset(0x04599F60), REL::Offset(0x04599F90) }; - inline constexpr std::array PathManagerPositionPlayerAdapter{ REL::Offset(0x044D3748), REL::Offset(0x044D3760), REL::Offset(0x044D3778), REL::Offset(0x044D3790), REL::Offset(0x044D37A8) }; - inline constexpr std::array PathSmootherRayCastUsePreferredTris{ REL::Offset(0x045A1ED0) }; - inline constexpr std::array PathSmootherRayCastUseTrianglePath{ REL::Offset(0x045A1EF8) }; - inline constexpr std::array Pathing{ REL::Offset(0x044502B8), REL::Offset(0x044503B0), REL::Offset(0x044503C8), REL::Offset(0x04450448), REL::Offset(0x04450458) }; - inline constexpr std::array PathingAnimations{ REL::Offset(0x04562310) }; - inline constexpr std::array PathingAnimationsInstance{ REL::Offset(0x04562378) }; - inline constexpr std::array PathingCell{ REL::Offset(0x04450838) }; - inline constexpr std::array PathingCoverLocation{ REL::Offset(0x04450598) }; - inline constexpr std::array PathingDoor{ REL::Offset(0x04450958) }; - inline constexpr std::array PathingLockData{ REL::Offset(0x04450A20) }; - inline constexpr std::array PathingNumericIDDuplicationVisitor{ REL::Offset(0x04450A78) }; - inline constexpr std::array PathingRequest{ REL::Offset(0x04450AA0) }; - inline constexpr std::array PathingRequestClosePoint{ REL::Offset(0x04450E58) }; - inline constexpr std::array PathingRequestClosestGoal{ REL::Offset(0x04450ED0) }; - inline constexpr std::array PathingRequestCover{ REL::Offset(0x04450F40) }; - inline constexpr std::array PathingRequestFlee{ REL::Offset(0x04450FB0) }; - inline constexpr std::array PathingRequestFly{ REL::Offset(0x04451008) }; - inline constexpr std::array PathingRequestFlyAction{ REL::Offset(0x04451090) }; - inline constexpr std::array PathingRequestFlyHover{ REL::Offset(0x04451100) }; - inline constexpr std::array PathingRequestFlyLand{ REL::Offset(0x04451170) }; - inline constexpr std::array PathingRequestFlyOrbit{ REL::Offset(0x044511E0) }; - inline constexpr std::array PathingRequestFlyTakeOff{ REL::Offset(0x04451258) }; - inline constexpr std::array PathingRequestHide{ REL::Offset(0x044512C8) }; - inline constexpr std::array PathingRequestLOS{ REL::Offset(0x04451338) }; - inline constexpr std::array PathingRequestOpenSpace{ REL::Offset(0x043447B0) }; - inline constexpr std::array PathingRequestRotate{ REL::Offset(0x044513A8) }; - inline constexpr std::array PathingRequestSafeStraightLine{ REL::Offset(0x04451420) }; - inline constexpr std::array PathingRequestStopMoving{ REL::Offset(0x04451498) }; - inline constexpr std::array PathingSpace{ REL::Offset(0x04450B08) }; - inline constexpr std::array PathingStreamLoadGame{ REL::Offset(0x044E04D0) }; - inline constexpr std::array PathingStreamMasterFileRead{ REL::Offset(0x04378B38) }; - inline constexpr std::array PathingStreamSaveGame{ REL::Offset(0x044E0430) }; - inline constexpr std::array PathingTraversalAction{ REL::Offset(0x043791E8) }; - inline constexpr std::array PathingTraversalActionActivate{ REL::Offset(0x04379038) }; - inline constexpr std::array PathingTraversalActionDoorway{ REL::Offset(0x04379158) }; - inline constexpr std::array PathingTraversalActionJump{ REL::Offset(0x04379278) }; - inline constexpr std::array PathingTraversalActionLadder{ REL::Offset(0x04378FA8) }; - inline constexpr std::array PathingTraversalActionStandard{ REL::Offset(0x043790C8) }; - inline constexpr std::array PathingTraversalData{ REL::Offset(0x04379308) }; - inline constexpr std::array PathingTraversalManager{ REL::Offset(0x04379E08), REL::Offset(0x04379E20), REL::Offset(0x04379E38) }; - inline constexpr std::array PauseMenu{ REL::Offset(0x044B2328), REL::Offset(0x044B2340), REL::Offset(0x044B2358), REL::Offset(0x044B2370), REL::Offset(0x044B2388), REL::Offset(0x044B23A0), REL::Offset(0x044B23B8), REL::Offset(0x044B23D0), REL::Offset(0x044B23E8), REL::Offset(0x044B2400), REL::Offset(0x044B2418), REL::Offset(0x044B2470), REL::Offset(0x044B2550), REL::Offset(0x044B2568) }; - inline constexpr std::array PauseMenuConfirmationDataModel{ REL::Offset(0x0448B3A0) }; - inline constexpr std::array PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle{ REL::Offset(0x0448BA40) }; - inline constexpr std::array PauseMenuListDataModel{ REL::Offset(0x0448B378) }; - inline constexpr std::array PauseMenuListDataModel__PauseMenuListEventShuttle{ REL::Offset(0x0448BA18) }; - inline constexpr std::array PauseMenuStateDataModel{ REL::Offset(0x0448B3D0) }; - inline constexpr std::array PauseMenuStateDataModel__PauseMenuStateEventShuttle{ REL::Offset(0x0448B9F0) }; - inline constexpr std::array PauseMenu_ActionCanceled{ REL::Offset(0x044B2688) }; - inline constexpr std::array PauseMenu_ConfirmAction{ REL::Offset(0x044B26E8) }; - inline constexpr std::array PauseMenu_ConfirmLoad{ REL::Offset(0x044B2648) }; - inline constexpr std::array PauseMenu_ConfirmSave{ REL::Offset(0x044B2628) }; - inline constexpr std::array PauseMenu_DeleteSave{ REL::Offset(0x044B2668) }; - inline constexpr std::array PauseMenu_QuitToDesktop{ REL::Offset(0x044B25C8) }; - inline constexpr std::array PauseMenu_SetCharacter{ REL::Offset(0x044B2608) }; - inline constexpr std::array PauseMenu_StartAction{ REL::Offset(0x044B26C8) }; - inline constexpr std::array PauseMenu_StartLoad{ REL::Offset(0x044B26A8) }; - inline constexpr std::array PauseMenu_UploadSave{ REL::Offset(0x044B25E8) }; - inline constexpr std::array PeakValueModifierEffect{ REL::Offset(0x044C5770) }; - inline constexpr std::array PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter{ REL::Offset(0x04579210) }; - inline constexpr std::array PenetrationUtils__hknpBSCommandStreamWriter{ REL::Offset(0x0457AEE8) }; - inline constexpr std::array PerformActivationHandler{ REL::Offset(0x044E3980) }; - inline constexpr std::array PerformOpFunc{ REL::Offset(0x047823F8) }; - inline constexpr std::array PhotoGalleryMenu{ REL::Offset(0x044797E0), REL::Offset(0x044798C0), REL::Offset(0x044798D8), REL::Offset(0x04479930), REL::Offset(0x04479948) }; - inline constexpr std::array PhotoGalleryMenu__PhotoGalleryEventShuttle{ REL::Offset(0x04479798) }; - inline constexpr std::array PhotoGallery_DeletePhoto{ REL::Offset(0x044797C0) }; - inline constexpr std::array PhotoModeCameraState{ REL::Offset(0x0445C160) }; - inline constexpr std::array PhotoModeDataModel{ REL::Offset(0x0448C590) }; - inline constexpr std::array PhotoModeDataModel__PhotoModeEventShuttle{ REL::Offset(0x0448D248) }; - inline constexpr std::array PhotoModeDataModel__PhotoModeOverlayData__ImageData{ REL::Offset(0x0448D1E8) }; - inline constexpr std::array PhotoModeDataModel__PhotoModeSettingsData__CategoryData{ REL::Offset(0x0448C5D0) }; - inline constexpr std::array PhotoModeDataModel__PhotoModeSettingsData__SettingData{ REL::Offset(0x0448C5B8) }; - inline constexpr std::array PhotoModeEffectController{ REL::Offset(0x044147B0) }; - inline constexpr std::array PhotoModeMenu{ REL::Offset(0x044A9530), REL::Offset(0x044A9548), REL::Offset(0x044A9560), REL::Offset(0x044A9578), REL::Offset(0x044A9590), REL::Offset(0x044A95A8), REL::Offset(0x044A95C0), REL::Offset(0x044A95D8), REL::Offset(0x044A9630), REL::Offset(0x044A9840), REL::Offset(0x044A9858) }; - inline constexpr std::array PhotoMode_InitializeCategory{ REL::Offset(0x044A97D0) }; - inline constexpr std::array PhotoMode_ResetToDefaults{ REL::Offset(0x044A97B0) }; - inline constexpr std::array PhotoMode_SliderChanged{ REL::Offset(0x044A9790) }; - inline constexpr std::array PhotoMode_StepperChanged{ REL::Offset(0x044A9770) }; - inline constexpr std::array PhotoMode_TakeSnapshot{ REL::Offset(0x044A9750) }; - inline constexpr std::array PhotoMode_ToggleHelmet{ REL::Offset(0x044A9710) }; - inline constexpr std::array PhotoMode_ToggleUI{ REL::Offset(0x044A9730) }; - inline constexpr std::array PhotoMode__PhotoModeCaptureExportNode{ REL::Offset(0x044A97F0) }; - inline constexpr std::array PhysicsContactListener{ REL::Offset(0x04562010) }; - inline constexpr std::array PhysicsContactListenerInstance{ REL::Offset(0x04561FA0) }; - inline constexpr std::array PickNewIdleHandler{ REL::Offset(0x044E34A0) }; - inline constexpr std::array PickpocketInventoryModel{ REL::Offset(0x044AA248), REL::Offset(0x044AA260), REL::Offset(0x044AA278), REL::Offset(0x044AA290) }; - inline constexpr std::array PickpocketItemData{ REL::Offset(0x044A9E90) }; - inline constexpr std::array PickpocketMenu{ REL::Offset(0x044AA2C0), REL::Offset(0x044AA2D8), REL::Offset(0x044AA330) }; - inline constexpr std::array PickpocketMenu_OnItemSelect{ REL::Offset(0x044AA430) }; - inline constexpr std::array PickpocketStateData{ REL::Offset(0x044A99B8) }; - inline constexpr std::array PipelineGenerationEventHandler{ REL::Offset(0x044D37E0) }; - inline constexpr std::array PitchOverrideEndHandler{ REL::Offset(0x044E35A8) }; - inline constexpr std::array PitchOverrideStartHandler{ REL::Offset(0x044E3560) }; - inline constexpr std::array PlanetSiteSelectEventHelper{ REL::Offset(0x044D3370) }; - inline constexpr std::array PlasmaProjectile{ REL::Offset(0x04460500), REL::Offset(0x04460518), REL::Offset(0x04460530), REL::Offset(0x04460600), REL::Offset(0x04460618), REL::Offset(0x04460680), REL::Offset(0x044606A0), REL::Offset(0x044606B0), REL::Offset(0x044606C8), REL::Offset(0x044611B8), REL::Offset(0x044611D0) }; - inline constexpr std::array PlatformDataModel{ REL::Offset(0x0458F6C0) }; - inline constexpr std::array PlayBinkMenu{ REL::Offset(0x044B27A0), REL::Offset(0x044B27B8), REL::Offset(0x044B2810), REL::Offset(0x044B28F0), REL::Offset(0x044B2908) }; - inline constexpr std::array PlayBink_CloseMenu{ REL::Offset(0x044B2920) }; - inline constexpr std::array PlayerBedEnterHandler{ REL::Offset(0x044E2F78) }; - inline constexpr std::array PlayerCamera{ REL::Offset(0x0451A128), REL::Offset(0x0451A140), REL::Offset(0x0451A158), REL::Offset(0x0451A170), REL::Offset(0x0451A1A0), REL::Offset(0x0451A1B8), REL::Offset(0x0451A1D0), REL::Offset(0x0451A1E8), REL::Offset(0x0451A200) }; - inline constexpr std::array PlayerCameraTransitionState{ REL::Offset(0x0451A448) }; - inline constexpr std::array PlayerChairEnterHandler{ REL::Offset(0x044E3188) }; - inline constexpr std::array PlayerCharacter{ REL::Offset(0x044DAFD0), REL::Offset(0x044DAFE0), REL::Offset(0x044DAFF0), REL::Offset(0x044DB000), REL::Offset(0x044DB010), REL::Offset(0x044DB028), REL::Offset(0x044DB040), REL::Offset(0x044DB050), REL::Offset(0x044DB060), REL::Offset(0x044DB078), REL::Offset(0x044DB090), REL::Offset(0x044DB0A8), REL::Offset(0x044DB0C0), REL::Offset(0x044DB138), REL::Offset(0x044DB2E8), REL::Offset(0x044DB300), REL::Offset(0x044DB328), REL::Offset(0x044DB340), REL::Offset(0x044DB358), REL::Offset(0x044DB3C8), REL::Offset(0x044DB3E0), REL::Offset(0x044DB3F8), REL::Offset(0x044DB410), REL::Offset(0x044DB428), REL::Offset(0x044DB440), REL::Offset(0x044DB458), REL::Offset(0x044DB470), REL::Offset(0x044DB488), REL::Offset(0x044DB498), REL::Offset(0x044DB4A8), REL::Offset(0x044DB4B8), REL::Offset(0x044DB528), REL::Offset(0x044DB5F8), REL::Offset(0x044DB618), REL::Offset(0x044DB680), REL::Offset(0x044DB690), REL::Offset(0x044DB6A8), - REL::Offset(0x044DB6C0), REL::Offset(0x044DB6D8), REL::Offset(0x044DB6F0), REL::Offset(0x044DC428), REL::Offset(0x044DC440) }; - inline constexpr std::array PlayerControls__AlternateAttackHandler{ REL::Offset(0x04473CC8) }; - inline constexpr std::array PlayerControls__AlternateFlightControlMode{ REL::Offset(0x04473A10) }; - inline constexpr std::array PlayerControls__AutoMoveHandler{ REL::Offset(0x04473448) }; - inline constexpr std::array PlayerControls__Base{ REL::Offset(0x04474F18) }; - inline constexpr std::array PlayerControls__DebugCameraHandler{ REL::Offset(0x044735C8) }; - inline constexpr std::array PlayerControls__FlightControlMode{ REL::Offset(0x04473B28) }; - inline constexpr std::array PlayerControls__FlightMovementHandler{ REL::Offset(0x04473A90) }; - inline constexpr std::array PlayerControls__GrabRotationHandler{ REL::Offset(0x04473B88) }; - inline constexpr std::array PlayerControls__GravJumpHandler{ REL::Offset(0x04473C30) }; - inline constexpr std::array PlayerControls__HeldStateHandler{ REL::Offset(0x04473D60) }; - inline constexpr std::array PlayerControls__JumpHandler{ REL::Offset(0x04473E20) }; - inline constexpr std::array PlayerControls__LookHandler{ REL::Offset(0x04473F08) }; - inline constexpr std::array PlayerControls__Manager{ REL::Offset(0x04475B38), REL::Offset(0x04475B60), REL::Offset(0x04475B78), REL::Offset(0x04475B90), REL::Offset(0x04475BA8), REL::Offset(0x04475BC0), REL::Offset(0x04475BD8), REL::Offset(0x04475BF0) }; - inline constexpr std::array PlayerControls__MonocleHandler{ REL::Offset(0x04473FA8) }; - inline constexpr std::array PlayerControls__MovementHandler{ REL::Offset(0x04474030) }; - inline constexpr std::array PlayerControls__PlayerCameraHandler{ REL::Offset(0x044740E8) }; - inline constexpr std::array PlayerControls__PlayerInputHandler{ REL::Offset(0x04474170) }; - inline constexpr std::array PlayerControls__RunHandler{ REL::Offset(0x044741F8) }; - inline constexpr std::array PlayerControls__ShieldHandler{ REL::Offset(0x04474328) }; - inline constexpr std::array PlayerControls__ShipEquipmentHandler{ REL::Offset(0x044743F0) }; - inline constexpr std::array PlayerControls__SneakHandler{ REL::Offset(0x044744B8) }; - inline constexpr std::array PlayerControls__SprintHandler{ REL::Offset(0x044745A0) }; - inline constexpr std::array PlayerControls__StandardFlightControlMode{ REL::Offset(0x04473A50) }; - inline constexpr std::array PlayerControls__StarbornPowerHandler{ REL::Offset(0x04475C08) }; - inline constexpr std::array PlayerControls__TogglePOVHandler{ REL::Offset(0x044746A8) }; - inline constexpr std::array PlayerControls__ToggleRunHandler{ REL::Offset(0x04474750) }; - inline constexpr std::array PlayerControls__WeaponActionHandler{ REL::Offset(0x044747D8) }; - inline constexpr std::array PlayerControls__WeaponAttackHandler{ REL::Offset(0x044748C8) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__NotTriggered{ REL::Offset(0x04474A68) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__Triggered{ REL::Offset(0x04474F98), REL::Offset(0x04474FC8), REL::Offset(0x04475038), REL::Offset(0x04475080), REL::Offset(0x04475098) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic{ REL::Offset(0x044749F0), REL::Offset(0x04474C30), REL::Offset(0x04474C48), REL::Offset(0x04474C60), REL::Offset(0x04474C90) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredBurst{ REL::Offset(0x04474AC8), REL::Offset(0x04474AF8), REL::Offset(0x04474B58), REL::Offset(0x04474BA0), REL::Offset(0x04474BB8) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd{ REL::Offset(0x04474B10), REL::Offset(0x04474E28), REL::Offset(0x04474E40), REL::Offset(0x04474E58), REL::Offset(0x04474E88) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous{ REL::Offset(0x04474B70), REL::Offset(0x04474BD0), REL::Offset(0x04474BE8), REL::Offset(0x04474C00), REL::Offset(0x04474C18) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage{ REL::Offset(0x044749C0), REL::Offset(0x044749D8), REL::Offset(0x04474A08), REL::Offset(0x04474A98), REL::Offset(0x04474AB0) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease{ REL::Offset(0x04474B28) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage{ REL::Offset(0x04474DA8) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredSingle{ REL::Offset(0x04474CA8), REL::Offset(0x04474CC0), REL::Offset(0x04474CD8), REL::Offset(0x04474CF0), REL::Offset(0x04475050) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease{ REL::Offset(0x04474FE0) }; - inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__Unequipped{ REL::Offset(0x04474A38) }; - inline constexpr std::array PlayerControls__WeaponBlockActionHandler{ REL::Offset(0x044750B0) }; - inline constexpr std::array PlayerControls__WeaponFocusHandler{ REL::Offset(0x04475180) }; - inline constexpr std::array PlayerControls__WeaponMeleeHandler{ REL::Offset(0x04475218) }; - inline constexpr std::array PlayerControls__WeaponReadyHandler{ REL::Offset(0x044752F8) }; - inline constexpr std::array PlayerControls__WeaponReloadHandler{ REL::Offset(0x044753A0) }; - inline constexpr std::array PlayerControls__WeaponSightedActionHandler{ REL::Offset(0x04475470) }; - inline constexpr std::array PlayerControls__ZKeyHandler{ REL::Offset(0x044733A0) }; - inline constexpr std::array PlayerDataModel{ REL::Offset(0x0448D8B0), REL::Offset(0x0448D8C8), REL::Offset(0x0448D8E0), REL::Offset(0x0448D8F8), REL::Offset(0x0448D910), REL::Offset(0x0448D938), REL::Offset(0x0448D950), REL::Offset(0x0448D968), REL::Offset(0x0448D980), REL::Offset(0x0448D998), REL::Offset(0x0448D9B0), REL::Offset(0x0448D9C8), REL::Offset(0x0448D9E0), REL::Offset(0x0448DA10), REL::Offset(0x0448DA28), REL::Offset(0x0448DA40) }; - inline constexpr std::array PlayerDataModel__PlayerDataEventShuttle{ REL::Offset(0x0448DA68) }; - inline constexpr std::array PlayerFastEquipSoundHandler{ REL::Offset(0x044E3938) }; - inline constexpr std::array PlayerFurnitureExitHandler{ REL::Offset(0x044E2FA8) }; - inline constexpr std::array PlayerInventoryDataModel{ REL::Offset(0x0448E020), REL::Offset(0x0448E038), REL::Offset(0x0448E068), REL::Offset(0x0448E080) }; - inline constexpr std::array PlayerInventoryItem{ REL::Offset(0x0448DFC8) }; - inline constexpr std::array PlayerRegionState{ REL::Offset(0x044DE968), REL::Offset(0x044DE980) }; - inline constexpr std::array PlayerSleepWaitMovementControllerAdapter{ REL::Offset(0x044D36B8), REL::Offset(0x044D36D0), REL::Offset(0x044D36E8), REL::Offset(0x044D3700), REL::Offset(0x044D3718) }; - inline constexpr std::array PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor{ REL::Offset(0x044D3810) }; - inline constexpr std::array PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor{ REL::Offset(0x044D3828) }; - inline constexpr std::array PlayerSpaceUtils__EventSink{ REL::Offset(0x044CAC18), REL::Offset(0x044CAC30) }; - inline constexpr std::array PlayerSpaceUtils__PlayerSpaceUtilsEventHandler{ REL::Offset(0x044CAAB0), REL::Offset(0x044CAAC8) }; - inline constexpr std::array PlayerSpaceUtils___unnamedtypeSpaceAsteroidsWorldStepListener_{ REL::Offset(0x03F2C628) }; - inline constexpr std::array PlayerStatusDataModel{ REL::Offset(0x0448F4B8) }; - inline constexpr std::array PlayerStatusDataModel__PlayerStatusEventShuttle{ REL::Offset(0x0448F6B8) }; - inline constexpr std::array PlayerTraversalState{ REL::Offset(0x044DAF40) }; - inline constexpr std::array PoseDeformerData{ REL::Offset(0x0438FE58) }; - inline constexpr std::array PoseDeformerInstance{ REL::Offset(0x043902A8) }; - inline constexpr std::array PostAttachActionsFunctor{ REL::Offset(0x04782410) }; - inline constexpr std::array PostBoneModifierControl{ REL::Offset(0x04565508) }; - inline constexpr std::array PostBoneModifierControlInstance{ REL::Offset(0x04567178) }; - inline constexpr std::array PostStepTask{ REL::Offset(0x04068308) }; - inline constexpr std::array PowerArmor__EventHandler{ REL::Offset(0x03F26818), REL::Offset(0x03F26830), REL::Offset(0x03F26848) }; - inline constexpr std::array PowerUtils__PowerUtilsReferenceEventSink{ REL::Offset(0x03F2B780) }; - inline constexpr std::array PowersMenu{ REL::Offset(0x04479E70), REL::Offset(0x04479E88), REL::Offset(0x04479EE0), REL::Offset(0x04479EF8), REL::Offset(0x04479F40), REL::Offset(0x0447A060), REL::Offset(0x0447A078), REL::Offset(0x0447A090), REL::Offset(0x0447A0A8) }; - inline constexpr std::array PowersMenu_ActivateEssence{ REL::Offset(0x04479F20) }; - inline constexpr std::array PowersMenu_EquipPower{ REL::Offset(0x0447A020) }; - inline constexpr std::array PowersMenu_FavoritePower{ REL::Offset(0x0447A040) }; - inline constexpr std::array PowersMenu__PowersMenuEventShuttle{ REL::Offset(0x0447A3A8) }; - inline constexpr std::array PreStepTask{ REL::Offset(0x040682A8) }; - inline constexpr std::array Precipitation{ REL::Offset(0x04413A60) }; - inline constexpr std::array PrecipitationEffectController{ REL::Offset(0x04413A70) }; - inline constexpr std::array PreloadResponsesInitializationPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E6980) }; - inline constexpr std::array Preload__Manager{ REL::Offset(0x0447CAF0) }; - inline constexpr std::array Preload__PostProcessDependencyNode{ REL::Offset(0x0447CA98) }; - inline constexpr std::array PreparePartitionTreeBuffers{ REL::Offset(0x04069000), REL::Offset(0x04069020) }; - inline constexpr std::array Probe__ReflectionProbeRenderOptions{ REL::Offset(0x04585180) }; - inline constexpr std::array ProcessListMovementInterface{ REL::Offset(0x03F2AD00) }; - inline constexpr std::array ProcessLists{ REL::Offset(0x044DEFC8) }; - inline constexpr std::array ProcessLists__GetActorsFilter{ REL::Offset(0x044D0468) }; - inline constexpr std::array Projectile{ REL::Offset(0x044EED70), REL::Offset(0x044EED88), REL::Offset(0x044EEDA0), REL::Offset(0x044EEDB8), REL::Offset(0x044EEDD0), REL::Offset(0x044EEEA0), REL::Offset(0x044EEEC0), REL::Offset(0x044EEF28), REL::Offset(0x044EEF70), REL::Offset(0x044EFA60), REL::Offset(0x044EFA78) }; - inline constexpr std::array ProjectileLOSCollector{ REL::Offset(0x044F8F98) }; - inline constexpr std::array Projectile__Manager{ REL::Offset(0x044EEF38), REL::Offset(0x044EFA90) }; - inline constexpr std::array QuestDataModel{ REL::Offset(0x0448F940) }; - inline constexpr std::array QuestDataModel__QuestGameEventShuttle{ REL::Offset(0x0448FF48), REL::Offset(0x0448FF60), REL::Offset(0x04490038), REL::Offset(0x04490050) }; - inline constexpr std::array QuestPathingRequest{ REL::Offset(0x04379E98) }; - inline constexpr std::array QueuedCellAttachService{ REL::Offset(0x04371300) }; - inline constexpr std::array QueuedCharacter{ REL::Offset(0x043688A8) }; - inline constexpr std::array QueuedExplosionArt{ REL::Offset(0x043686F8) }; - inline constexpr std::array QueuedFile{ REL::Offset(0x04580CB0) }; - inline constexpr std::array QueuedLocationLoadTask{ REL::Offset(0x043C95B8) }; - inline constexpr std::array QueuedPlayer{ REL::Offset(0x043687C0) }; - inline constexpr std::array QueuedPromoteLargeReferencesTask{ REL::Offset(0x043C8BD0) }; - inline constexpr std::array QueuedPromoteQuestTask{ REL::Offset(0x0440EFD0) }; - inline constexpr std::array QueuedPromoteReferencesTask{ REL::Offset(0x0436F788) }; - inline constexpr std::array QueuedReference{ REL::Offset(0x04368A18) }; - inline constexpr std::array QueuedReferenceCallbackNode{ REL::Offset(0x04368970) }; - inline constexpr std::array QuickSaveLoadHandler{ REL::Offset(0x0451F430) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory_TerminalOpenViewCallback_{ REL::Offset(0x03F24A60) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory_TerminalRunResultsCallback_{ REL::Offset(0x03F24A30) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___SceneActionResultsCallBack_{ REL::Offset(0x0440AEE0) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___ScenePhaseResultsCallBack_{ REL::Offset(0x0440B078) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___SceneResultsCallBack_{ REL::Offset(0x0440A9D8) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___StageItemFinishedCallback_{ REL::Offset(0x0440F748) }; - inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___TopicResultCallBack_{ REL::Offset(0x044114D0) }; - inline constexpr std::array REFREventCallbacks__IEventCallback{ REL::Offset(0x043D1DB0) }; - inline constexpr std::array REFREventCallbacks__IEventCallbackFactory{ REL::Offset(0x03F2B750) }; - inline constexpr std::array RagdollAndGetUpHandler{ REL::Offset(0x044E3368) }; - inline constexpr std::array RagdollFurnitureModifier{ REL::Offset(0x04411C80) }; - inline constexpr std::array RagdollGetUp{ REL::Offset(0x04569128) }; - inline constexpr std::array RagdollGetUpInstance{ REL::Offset(0x04569190) }; - inline constexpr std::array RagdollStartHandler{ REL::Offset(0x044E3230) }; - inline constexpr std::array RallyEffect{ REL::Offset(0x044C7218) }; - inline constexpr std::array RandomAnimationNode{ REL::Offset(0x0456AA38) }; - inline constexpr std::array RandomAnimationNodeInstance{ REL::Offset(0x0456A9C8) }; - inline constexpr std::array RangedAimAssistImpl{ REL::Offset(0x0445D188) }; - inline constexpr std::array ReanimateEffect{ REL::Offset(0x044C58A8) }; - inline constexpr std::array RecoilStopHandler{ REL::Offset(0x044E4B40) }; - inline constexpr std::array ReevaluateGraphStateHandler{ REL::Offset(0x044E35D8) }; - inline constexpr std::array RefAttachTechniqueInput{ REL::Offset(0x044C2D68) }; - inline constexpr std::array ReferenceEffect{ REL::Offset(0x044C59B0) }; - inline constexpr std::array ReferenceEffectController{ REL::Offset(0x04349DB0) }; - inline constexpr std::array ReferenceEndAnimatedCameraHandler{ REL::Offset(0x044E6040) }; - inline constexpr std::array ReferenceRunActionHandler{ REL::Offset(0x044E5EF0) }; - inline constexpr std::array ReferenceStartAnimatedCameraHandler{ REL::Offset(0x044E6088) }; - inline constexpr std::array ReferenceStartImagespaceModifierHandler{ REL::Offset(0x044E5FE0) }; - inline constexpr std::array ReferenceStopImagespaceModifierHandler{ REL::Offset(0x044E5FF8) }; - inline constexpr std::array ReflectionProbeCellComponent{ REL::Offset(0x0434D4F8), REL::Offset(0x0434D528) }; - inline constexpr std::array RefrAudioUtils____LoopService{ REL::Offset(0x044762A0) }; - inline constexpr std::array RefrInteraction{ REL::Offset(0x044DF020) }; - inline constexpr std::array Refuel_Accept{ REL::Offset(0x044ACAE0) }; - inline constexpr std::array Refuel_Cancel{ REL::Offset(0x044ACAC0) }; - inline constexpr std::array RegSettingCollection{ REL::Offset(0x044C91E0) }; - inline constexpr std::array ReloadCompleteHandler{ REL::Offset(0x044E3620) }; - inline constexpr std::array ReloadStateChangeHandler{ REL::Offset(0x044E3638) }; - inline constexpr std::array RemoveRagdollHandler{ REL::Offset(0x044E3248) }; - inline constexpr std::array ResearchDataModel{ REL::Offset(0x044905A0), REL::Offset(0x044905C8) }; - inline constexpr std::array ResearchDataModel__ResearchDataEventShuttle{ REL::Offset(0x04491730) }; - inline constexpr std::array ResearchMenu{ REL::Offset(0x044AABD8), REL::Offset(0x044AABF0), REL::Offset(0x044AAC08), REL::Offset(0x044AAC20), REL::Offset(0x044AAC38), REL::Offset(0x044AAC50), REL::Offset(0x044AAC68), REL::Offset(0x044AAC80), REL::Offset(0x044AAC98), REL::Offset(0x044AACB0), REL::Offset(0x044AAD08) }; - inline constexpr std::array ResearchMenu_AddMaterial{ REL::Offset(0x044AAE68) }; - inline constexpr std::array ResearchMenu_CategorySelected{ REL::Offset(0x044AAEC8) }; - inline constexpr std::array ResearchMenu_ExitMenu{ REL::Offset(0x044AAE48) }; - inline constexpr std::array ResearchMenu_HideModel{ REL::Offset(0x044AAE28) }; - inline constexpr std::array ResearchMenu_PreviewProject{ REL::Offset(0x044AAEA8) }; - inline constexpr std::array ResearchMenu_ProjectViewed{ REL::Offset(0x044AAE88) }; - inline constexpr std::array ResearchMenu_SetInspectControls{ REL::Offset(0x044AAE08) }; - inline constexpr std::array ResearchMenu_ToggleTrackingProject{ REL::Offset(0x044AADE8) }; - inline constexpr std::array Research__Manager{ REL::Offset(0x044CAF28) }; - inline constexpr std::array Reset3DMobIterator{ REL::Offset(0x0440B510) }; - inline constexpr std::array ResetFloraEffect{ REL::Offset(0x044C5330) }; - inline constexpr std::array ResponseDefinitionMissPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E69B0) }; - inline constexpr std::array Reticle_OnLongAnimFinished{ REL::Offset(0x044B36D8) }; - inline constexpr std::array RevertSelectedSpellFunctor{ REL::Offset(0x044D65F8) }; - inline constexpr std::array RigMesh__BoneAttaches{ REL::Offset(0x045752D0) }; - inline constexpr std::array RigMesh__BoneTranslations{ REL::Offset(0x045750D0) }; - inline constexpr std::array RigSwitch{ REL::Offset(0x04566BD0) }; - inline constexpr std::array RigSwitchInstance{ REL::Offset(0x04567108) }; - inline constexpr std::array RightHandSpellCastHandler{ REL::Offset(0x044E30E0) }; - inline constexpr std::array RightHandSpellFireHandler{ REL::Offset(0x044E4B70) }; - inline constexpr std::array RollingBone{ REL::Offset(0x04568ED0) }; - inline constexpr std::array RollingBoneInstance{ REL::Offset(0x04568F38) }; - inline constexpr std::array RootTwist{ REL::Offset(0x0456A268) }; - inline constexpr std::array RootTwistInstance{ REL::Offset(0x0456A1F8) }; - inline constexpr std::array RotationVariable{ REL::Offset(0x04566F60) }; - inline constexpr std::array RotationVariableInstance{ REL::Offset(0x04568508) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_BGSActivityTrackerComponent_BGSActivityTrackerFormComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____BGSActivityTrackerComponentCreationPolicy_0_{ REL::Offset(0x0436E6C0) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_EffectSequenceComponent_BGSEffectSequenceFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_1__EffectSequenceComponentPolicy_1_{ REL::Offset(0x03EF7818) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAnimComponent_LightAnimFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__LightAnimComponentCreationPolicy_0_{ REL::Offset(0x03EF7930) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAttachmentRuntimeComponent_LightAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____LightAttachmentRuntimeComponentCreationPolicy_1_{ REL::Offset(0x04354F98) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_MovementControllerComponent_BGSPathingData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationPolicy_MovementControllerComponent_BGSPathingData__0_{ REL::Offset(0x03EF7978) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ObjectAttachmentRuntimeComponent_ObjectAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____ObjectAttachmentRuntimeComponentCreationPolicy_1_{ REL::Offset(0x04355108) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ParticleComponent_ParticleFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_0____ParticleComponentCreationPolicy_1_{ REL::Offset(0x04371148) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ScannableComponent_BGSScannableFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__ScannableComponentCreationPolicy_0_{ REL::Offset(0x03EF76C8) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipAIActorComponent_BGSSpaceshipAIActor_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__SpaceshipAIActorCreationPolicy_0_{ REL::Offset(0x03EF79C0) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEffectsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__SpaceshipEffectsComponentCreationPolicy_1_{ REL::Offset(0x04559AF0) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEquipmentComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__SpaceshipEquipmentCreationPolicy_0_{ REL::Offset(0x03EF7AD0) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipLinkedCell_BGSFormLinkData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_0____SpaceshipLinkedCellCreationPolicy_0_{ REL::Offset(0x0455FA80) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipSoundsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipSoundsComponent_BGSSpaceshipEquipment__0_{ REL::Offset(0x03EF7790) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding__0_{ REL::Offset(0x03EF7A88) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_WorkshopItemColorComponent_BGSWorkshopItemColorComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____WorkshopItemColorComponentCreationPolicy_0_{ REL::Offset(0x044777C8) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0___BGSVolumeComponent_BGSVolumeFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy___BGSVolumeComponent_BGSVolumeFormComponent__0_{ REL::Offset(0x04452608) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_DisplayCaseComponent_BGSDisplayCaseFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2____DisplayCaseComponentCreationPolicy_0_{ REL::Offset(0x044773A8) }; - inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_ShipManagementComponent_BGSShipManagement_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_ShipManagementComponent_BGSShipManagement__0_{ REL::Offset(0x03EF78B0) }; - inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponentBase{ REL::Offset(0x04373CE0) }; - inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponentStorage{ REL::Offset(0x04373DC0) }; - inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent_{ REL::Offset(0x044773F0) }; - inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent_{ REL::Offset(0x044775C0) }; - inline constexpr std::array SKClosestHitCollector{ REL::Offset(0x043DE7A8) }; - inline constexpr std::array SWFToCodeFunctionHandler{ REL::Offset(0x0458EC68) }; - inline constexpr std::array SandManKillHandler{ REL::Offset(0x044E38A8) }; - inline constexpr std::array SaveBufferStorageWrapper{ REL::Offset(0x044CFD70) }; - inline constexpr std::array SaveFileStorageWrapper{ REL::Offset(0x044CFDB0) }; - inline constexpr std::array SaveGameCollection{ REL::Offset(0x044CD248) }; - inline constexpr std::array SaveGameMagicCasterVisitor{ REL::Offset(0x044D65E0) }; - inline constexpr std::array SaveLoadMagicCasterVisitor{ REL::Offset(0x044D65C8) }; - inline constexpr std::array SaveLoadTester__Service{ REL::Offset(0x044CF9E0), REL::Offset(0x044CF9F8), REL::Offset(0x044CFA10) }; - inline constexpr std::array SaveLoad__BlockingIONode{ REL::Offset(0x0440EF50) }; - inline constexpr std::array SaveLoad__BlockingIOStackLocalNode{ REL::Offset(0x0455FE78) }; - inline constexpr std::array SaveLoad__CleanupService__Impl{ REL::Offset(0x0447BD40) }; - inline constexpr std::array SaveStorageWrapperBase{ REL::Offset(0x044CFD30) }; - inline constexpr std::array ScalarAnimation{ REL::Offset(0x04560E08) }; - inline constexpr std::array ScaleformFile__MemoryFile{ REL::Offset(0x0458F868) }; - inline constexpr std::array Scaleform__AcquireInterface{ REL::Offset(0x04076770) }; - inline constexpr std::array Scaleform__AmpMovieObjectDesc{ REL::Offset(0x0407E788) }; - inline constexpr std::array Scaleform__BoolFormatter{ REL::Offset(0x0407FD40) }; - inline constexpr std::array Scaleform__BufferedFile{ REL::Offset(0x04082818) }; - inline constexpr std::array Scaleform__DefaultAcquireInterface{ REL::Offset(0x040771B8) }; - inline constexpr std::array Scaleform__DelegatedFile{ REL::Offset(0x04082770) }; - inline constexpr std::array Scaleform__DoubleFormatter{ REL::Offset(0x0407FE68), REL::Offset(0x0407FEF0) }; - inline constexpr std::array Scaleform__Event{ REL::Offset(0x04077208), REL::Offset(0x04077228) }; - inline constexpr std::array Scaleform__FILEFile{ REL::Offset(0x040862A8) }; - inline constexpr std::array Scaleform__FmtResource{ REL::Offset(0x0407FCA0) }; - inline constexpr std::array Scaleform__GFx__AS3Support{ REL::Offset(0x040D2BA0) }; - inline constexpr std::array Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider{ REL::Offset(0x040AF1C8) }; - inline constexpr std::array Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider{ REL::Offset(0x040AF1F0) }; - inline constexpr std::array Scaleform__GFx__AS3__ASRefCountCollector{ REL::Offset(0x04087BE8) }; - inline constexpr std::array Scaleform__GFx__AS3__ASVM{ REL::Offset(0x0408A1C0) }; - inline constexpr std::array Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef{ REL::Offset(0x0408A1B0) }; - inline constexpr std::array Scaleform__GFx__AS3__AbcDataBuffer{ REL::Offset(0x040D2C20) }; - inline constexpr std::array Scaleform__GFx__AS3__Abc__File{ REL::Offset(0x04087B50) }; - inline constexpr std::array Scaleform__GFx__AS3__ArrayBase{ REL::Offset(0x04099EA0) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmBitmap{ REL::Offset(0x04088D58), REL::Offset(0x04089010), REL::Offset(0x04089028) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmButton{ REL::Offset(0x0408A4B0), REL::Offset(0x0408A588), REL::Offset(0x0408A640) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmDisplayObj{ REL::Offset(0x040888E0) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmInteractiveObj{ REL::Offset(0x040891A8), REL::Offset(0x04089280) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmLoader{ REL::Offset(0x0408A778), REL::Offset(0x0408AB68), REL::Offset(0x0408AB80), REL::Offset(0x0408AC78), REL::Offset(0x0408AD30) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmMovieClip{ REL::Offset(0x04089718), REL::Offset(0x04089810), REL::Offset(0x040898C8), REL::Offset(0x04089998) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmSprite{ REL::Offset(0x04089358), REL::Offset(0x04089450), REL::Offset(0x04089508), REL::Offset(0x040895D8) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmStage{ REL::Offset(0x04089EE8), REL::Offset(0x04089FE0), REL::Offset(0x0408A098) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmStaticText{ REL::Offset(0x0408B240) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmTextField{ REL::Offset(0x0408B310), REL::Offset(0x0408B3E8), REL::Offset(0x0408B4A0) }; - inline constexpr std::array Scaleform__GFx__AS3__AvmTextField__CSSHolder{ REL::Offset(0x040C5918) }; - inline constexpr std::array Scaleform__GFx__AS3__BASlotFunctCalc{ REL::Offset(0x040884E8) }; - inline constexpr std::array Scaleform__GFx__AS3__BASlotFunctSrlzFixedName{ REL::Offset(0x04088500) }; - inline constexpr std::array Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue{ REL::Offset(0x04088518) }; - inline constexpr std::array Scaleform__GFx__AS3__Class{ REL::Offset(0x04087D10) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassCallConstruct{ REL::Offset(0x0408F0E0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__ClassClass{ REL::Offset(0x040900D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__Traits{ REL::Offset(0x04087E68) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__UserDefined{ REL::Offset(0x040937F0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError{ REL::Offset(0x04091BD0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Array{ REL::Offset(0x040902D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Boolean{ REL::Offset(0x04090F28) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Catch{ REL::Offset(0x04090568) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Date{ REL::Offset(0x04091D80) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError{ REL::Offset(0x040917C0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Domain{ REL::Offset(0x04093290) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Error{ REL::Offset(0x04091678) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__EvalError{ REL::Offset(0x04091828) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Function{ REL::Offset(0x0408FBB8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Math{ REL::Offset(0x04091F40) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Namespace{ REL::Offset(0x0408FE30) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Number{ REL::Offset(0x040909D0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Object{ REL::Offset(0x0408F308) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__QName{ REL::Offset(0x040907F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__RangeError{ REL::Offset(0x04091890) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError{ REL::Offset(0x040918F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__RegExp{ REL::Offset(0x04091380) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__SecurityError{ REL::Offset(0x04091960) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__String{ REL::Offset(0x040910F0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError{ REL::Offset(0x040919C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__TypeError{ REL::Offset(0x04091A30) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__URIError{ REL::Offset(0x04091A98) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError{ REL::Offset(0x04091B68) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__VerifyError{ REL::Offset(0x04091B00) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__XML{ REL::Offset(0x04092318) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__XMLList{ REL::Offset(0x04092F10) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__int_{ REL::Offset(0x04090B98) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__uint{ REL::Offset(0x04090D60) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__void_{ REL::Offset(0x040914C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility{ REL::Offset(0x040C0FB8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation{ REL::Offset(0x040C1248) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties{ REL::Offset(0x040C13F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText{ REL::Offset(0x040C0EE8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection{ REL::Offset(0x040C0F50) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie{ REL::Offset(0x040AEA60) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion{ REL::Offset(0x040AE5C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap{ REL::Offset(0x040AEDD8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData{ REL::Offset(0x040AEC10) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel{ REL::Offset(0x040AF2E0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode{ REL::Offset(0x040AF080) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle{ REL::Offset(0x040AF428) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject{ REL::Offset(0x040AE898) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer{ REL::Offset(0x040AF6D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel{ REL::Offset(0x040B0330) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType{ REL::Offset(0x040B0398) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics{ REL::Offset(0x040B0630) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill{ REL::Offset(0x040B0918) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill{ REL::Offset(0x040B0AC8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill{ REL::Offset(0x040B0C78) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath{ REL::Offset(0x040B0E28) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand{ REL::Offset(0x040B1380) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding{ REL::Offset(0x040B14C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill{ REL::Offset(0x040B0FD8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke{ REL::Offset(0x040B1188) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable{ REL::Offset(0x040AF018) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData{ REL::Offset(0x040B0698) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill{ REL::Offset(0x040B0700) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath{ REL::Offset(0x040B0768) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject{ REL::Offset(0x040AEFA0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod{ REL::Offset(0x040B1610) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle{ REL::Offset(0x040B1758) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode{ REL::Offset(0x040B18A0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Loader{ REL::Offset(0x040AF8A0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo{ REL::Offset(0x040AFD08) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape{ REL::Offset(0x040B1EE8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip{ REL::Offset(0x040B22A8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping{ REL::Offset(0x040B24D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion{ REL::Offset(0x040B37D0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Scene{ REL::Offset(0x040B2458) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Shader{ REL::Offset(0x040B3980) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData{ REL::Offset(0x040B3918) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput{ REL::Offset(0x040B3DC8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob{ REL::Offset(0x040B3D60) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter{ REL::Offset(0x040B39E8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType{ REL::Offset(0x040B3A50) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision{ REL::Offset(0x040B3C08) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Shape{ REL::Offset(0x040B27A0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton{ REL::Offset(0x040B2968) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod{ REL::Offset(0x040B2A70) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite{ REL::Offset(0x040B20C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Stage{ REL::Offset(0x040AFA68) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign{ REL::Offset(0x040B3288) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState{ REL::Offset(0x040B33D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality{ REL::Offset(0x040B3538) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode{ REL::Offset(0x040B3688) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError{ REL::Offset(0x040B6CB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError{ REL::Offset(0x040B6C48) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError{ REL::Offset(0x040B6B78) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError{ REL::Offset(0x040B6BE0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError{ REL::Offset(0x040B6D18) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError{ REL::Offset(0x040B6D80) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError{ REL::Offset(0x040B6DE8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent{ REL::Offset(0x040A28E8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent{ REL::Offset(0x040A34C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent{ REL::Offset(0x040A70E8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent{ REL::Offset(0x040A3780) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent{ REL::Offset(0x040A38D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent{ REL::Offset(0x040A3A40) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent{ REL::Offset(0x040A30D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__Event{ REL::Offset(0x040A2640) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher{ REL::Offset(0x040A2B88) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase{ REL::Offset(0x040A5FB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent{ REL::Offset(0x040A5100) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent{ REL::Offset(0x040A6178) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent{ REL::Offset(0x040A5BA0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent{ REL::Offset(0x040A43B8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase{ REL::Offset(0x040A6E40) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent{ REL::Offset(0x040A62E0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher{ REL::Offset(0x040A5CE8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent{ REL::Offset(0x040A65B0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent{ REL::Offset(0x040A53A8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent{ REL::Offset(0x040A4BB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent{ REL::Offset(0x040A3E68) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent{ REL::Offset(0x040A5650) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A4908) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent{ REL::Offset(0x040A4E58) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent{ REL::Offset(0x040A6800) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation{ REL::Offset(0x040A7520) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent{ REL::Offset(0x040A73A8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent{ REL::Offset(0x040A58F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent{ REL::Offset(0x040A6958) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent{ REL::Offset(0x040A2E30) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent{ REL::Offset(0x040A6C08) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent{ REL::Offset(0x040A4110) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent{ REL::Offset(0x040A4660) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A3380) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents{ REL::Offset(0x040A5EA8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface{ REL::Offset(0x040D2FB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter{ REL::Offset(0x040BCED8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter{ REL::Offset(0x040BCD20) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality{ REL::Offset(0x040BCF80) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType{ REL::Offset(0x040BD0C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter{ REL::Offset(0x040BD358) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter{ REL::Offset(0x040BD508) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter{ REL::Offset(0x040BD570) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter{ REL::Offset(0x040BD720) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode{ REL::Offset(0x040BD788) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter{ REL::Offset(0x040BDA28) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter{ REL::Offset(0x040BDBD8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter{ REL::Offset(0x040BDD88) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter{ REL::Offset(0x040BDF38) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter{ REL::Offset(0x040BDFA0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform{ REL::Offset(0x040B9350) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix{ REL::Offset(0x040B99E8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D{ REL::Offset(0x040B9838) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection{ REL::Offset(0x040B9E40) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Point{ REL::Offset(0x040B9B98) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle{ REL::Offset(0x040B9FF8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform{ REL::Offset(0x040BA1B0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D{ REL::Offset(0x040BA218) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D{ REL::Offset(0x040B9590) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx{ REL::Offset(0x040DAA50) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions{ REL::Offset(0x040DA660) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx{ REL::Offset(0x040DB880) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager{ REL::Offset(0x040DA4C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad{ REL::Offset(0x040DB330) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DB5D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle{ REL::Offset(0x040DC038) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx{ REL::Offset(0x040DBCF0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx{ REL::Offset(0x040DC0A0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx{ REL::Offset(0x040DAB98) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx{ REL::Offset(0x040DB2C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DA908) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx{ REL::Offset(0x040DB020) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx{ REL::Offset(0x040DA380) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx{ REL::Offset(0x040DBA48) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx{ REL::Offset(0x040DACE0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__Camera{ REL::Offset(0x040BF3D0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info{ REL::Offset(0x040BF660) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone{ REL::Offset(0x040BF6C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__Sound{ REL::Offset(0x040BFCD8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel{ REL::Offset(0x040BFB18) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext{ REL::Offset(0x040BFE88) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer{ REL::Offset(0x040C0258) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform{ REL::Offset(0x040BF958) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter{ REL::Offset(0x040972C0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference{ REL::Offset(0x04097480) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList{ REL::Offset(0x040978F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput{ REL::Offset(0x04097960) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter{ REL::Offset(0x040979C8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection{ REL::Offset(0x04097A30) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection{ REL::Offset(0x04097BF0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding{ REL::Offset(0x040980F0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__Responder{ REL::Offset(0x04098238) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject{ REL::Offset(0x040983F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus{ REL::Offset(0x04098540) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__Socket{ REL::Offset(0x04098C38) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader{ REL::Offset(0x04098F78) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat{ REL::Offset(0x040991E8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest{ REL::Offset(0x04097630) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader{ REL::Offset(0x04099810) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod{ REL::Offset(0x04099878) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream{ REL::Offset(0x040999C0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables{ REL::Offset(0x04099128) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket{ REL::Offset(0x04099A28) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer{ REL::Offset(0x040D3448) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain{ REL::Offset(0x040B5338) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities{ REL::Offset(0x040B5498) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__IME{ REL::Offset(0x040B5B18) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode{ REL::Offset(0x040B5CF0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext{ REL::Offset(0x040B6210) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__Security{ REL::Offset(0x040B6278) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain{ REL::Offset(0x040B5F80) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel{ REL::Offset(0x040B6468) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__System{ REL::Offset(0x040B65F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType{ REL::Offset(0x040C4148) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings{ REL::Offset(0x040C43D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__Font{ REL::Offset(0x040C4590) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle{ REL::Offset(0x040C4748) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__FontType{ REL::Offset(0x040C4890) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType{ REL::Offset(0x040C49D8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText{ REL::Offset(0x040C4CB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet{ REL::Offset(0x040C4EC0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType{ REL::Offset(0x040C51F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode{ REL::Offset(0x040C5350) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextField{ REL::Offset(0x040C5620) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize{ REL::Offset(0x040C5BB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType{ REL::Offset(0x040C5CF8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat{ REL::Offset(0x040C5070) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign{ REL::Offset(0x040C5E40) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics{ REL::Offset(0x040C58B0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer{ REL::Offset(0x040C5F88) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot{ REL::Offset(0x040C6218) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu{ REL::Offset(0x040D6B68) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems{ REL::Offset(0x040D6790) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems{ REL::Offset(0x040D6940) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem{ REL::Offset(0x040D69A8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation{ REL::Offset(0x040D7128) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard{ REL::Offset(0x040D6DC8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse{ REL::Offset(0x040D7270) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor{ REL::Offset(0x040D7400) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch{ REL::Offset(0x040D7548) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode{ REL::Offset(0x040D76B8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray{ REL::Offset(0x0409C5F8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary{ REL::Offset(0x0409C888) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian{ REL::Offset(0x0409CA68) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput{ REL::Offset(0x0409CBB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput{ REL::Offset(0x0409CC18) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable{ REL::Offset(0x0409C8F0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy{ REL::Offset(0x0409CDC8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer{ REL::Offset(0x0409CFE0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector{ REL::Offset(0x04099D58) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String{ REL::Offset(0x0409A8B8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double{ REL::Offset(0x0409A628) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int{ REL::Offset(0x0409A0A8) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object{ REL::Offset(0x0409AB48) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint{ REL::Offset(0x0409A368) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument{ REL::Offset(0x040DCCB0) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode{ REL::Offset(0x040DCB00) }; - inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType{ REL::Offset(0x040DCD18) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__ClassClass{ REL::Offset(0x0408FFF8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__UDBase{ REL::Offset(0x040883B8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__UserDefined{ REL::Offset(0x04093858) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Array{ REL::Offset(0x04090340) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Boolean{ REL::Offset(0x04090F90) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Catch{ REL::Offset(0x040905D0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Date{ REL::Offset(0x04091DE8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Domain{ REL::Offset(0x040932F8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Error{ REL::Offset(0x040916E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Function{ REL::Offset(0x0408FC20) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Math{ REL::Offset(0x04091FA8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Namespace{ REL::Offset(0x0408FE98) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Number{ REL::Offset(0x04090A38) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Object{ REL::Offset(0x0408F370) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__QName{ REL::Offset(0x04090860) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__RegExp{ REL::Offset(0x040913E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__String{ REL::Offset(0x04091158) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__XML{ REL::Offset(0x04092380) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__XMLList{ REL::Offset(0x04092F78) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__int_{ REL::Offset(0x04090C00) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__uint{ REL::Offset(0x04090DC8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility{ REL::Offset(0x040C1020) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion{ REL::Offset(0x040AE630) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel{ REL::Offset(0x040AF348) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__BlendMode{ REL::Offset(0x040AF0E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__CapsStyle{ REL::Offset(0x040AF490) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__GradientType{ REL::Offset(0x040B0400) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand{ REL::Offset(0x040B13E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding{ REL::Offset(0x040B1530) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod{ REL::Offset(0x040B1678) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__JointStyle{ REL::Offset(0x040B17C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode{ REL::Offset(0x040B1908) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo{ REL::Offset(0x040AFD70) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping{ REL::Offset(0x040B2540) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__SWFVersion{ REL::Offset(0x040B3838) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType{ REL::Offset(0x040B3AB8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision{ REL::Offset(0x040B3C70) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod{ REL::Offset(0x040B2AD8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__Stage{ REL::Offset(0x040AFAD0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageAlign{ REL::Offset(0x040B32F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState{ REL::Offset(0x040B3440) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageQuality{ REL::Offset(0x040B35A0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode{ REL::Offset(0x040B36F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent{ REL::Offset(0x040A2950) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent{ REL::Offset(0x040A3530) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent{ REL::Offset(0x040A7150) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent{ REL::Offset(0x040A37E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent{ REL::Offset(0x040A3940) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__DataEvent{ REL::Offset(0x040A3AA8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent{ REL::Offset(0x040A3140) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__Event{ REL::Offset(0x040A26A8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher{ REL::Offset(0x040A2BF0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__EventPhase{ REL::Offset(0x040A6018) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__FocusEvent{ REL::Offset(0x040A5168) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent{ REL::Offset(0x040A61E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent{ REL::Offset(0x040A5C08) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__GestureEvent{ REL::Offset(0x040A4420) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__GesturePhase{ REL::Offset(0x040A6EA8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent{ REL::Offset(0x040A6348) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__IMEEvent{ REL::Offset(0x040A6618) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent{ REL::Offset(0x040A5410) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent{ REL::Offset(0x040A4C18) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__MouseEvent{ REL::Offset(0x040A3ED0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent{ REL::Offset(0x040A56B8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A4970) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent{ REL::Offset(0x040A4EC0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent{ REL::Offset(0x040A6868) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__StageOrientation{ REL::Offset(0x040A7588) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent{ REL::Offset(0x040A7410) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__StatusEvent{ REL::Offset(0x040A5960) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__SyncEvent{ REL::Offset(0x040A69C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TextEvent{ REL::Offset(0x040A2E98) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TimerEvent{ REL::Offset(0x040A6C70) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TouchEvent{ REL::Offset(0x040A4178) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent{ REL::Offset(0x040A46C8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A33E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface{ REL::Offset(0x040D3018) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality{ REL::Offset(0x040BCFE8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType{ REL::Offset(0x040BD130) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode{ REL::Offset(0x040BD7F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_geom__Point{ REL::Offset(0x040B9C00) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_geom__Utils3D{ REL::Offset(0x040BA280) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_geom__Vector3D{ REL::Offset(0x040B95F8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx{ REL::Offset(0x040DAAB8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__Extensions{ REL::Offset(0x040DA6C8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager{ REL::Offset(0x040DA530) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__GamePad{ REL::Offset(0x040DB398) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DB640) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx{ REL::Offset(0x040DBD58) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx{ REL::Offset(0x040DC108) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx{ REL::Offset(0x040DAC00) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DA970) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx{ REL::Offset(0x040DB088) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx{ REL::Offset(0x040DA3E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx{ REL::Offset(0x040DBAB0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx{ REL::Offset(0x040DAD48) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_media__Camera{ REL::Offset(0x040BF438) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_media__Microphone{ REL::Offset(0x040BF730) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_media__SoundMixer{ REL::Offset(0x040C02C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding{ REL::Offset(0x04098158) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__SharedObject{ REL::Offset(0x04098460) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus{ REL::Offset(0x040985A8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat{ REL::Offset(0x04099250) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod{ REL::Offset(0x040998E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer{ REL::Offset(0x040D34B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain{ REL::Offset(0x040B53A0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__Capabilities{ REL::Offset(0x040B5500) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__IME{ REL::Offset(0x040B5B80) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode{ REL::Offset(0x040B5D58) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__Security{ REL::Offset(0x040B62E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain{ REL::Offset(0x040B5FE8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel{ REL::Offset(0x040B64D0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__System{ REL::Offset(0x040B6660) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType{ REL::Offset(0x040C41B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__Font{ REL::Offset(0x040C45F8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__FontStyle{ REL::Offset(0x040C47B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__FontType{ REL::Offset(0x040C48F8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__Font__enumerateFonts__2__FontsVisitor{ REL::Offset(0x040C4720) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__GridFitType{ REL::Offset(0x040C4A40) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextColorType{ REL::Offset(0x040C5260) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode{ REL::Offset(0x040C53B8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextField{ REL::Offset(0x040C5688) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize{ REL::Offset(0x040C5C18) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextFieldType{ REL::Offset(0x040C5D60) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign{ REL::Offset(0x040C5EA8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextRenderer{ REL::Offset(0x040C5FF0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation{ REL::Offset(0x040D7190) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__Keyboard{ REL::Offset(0x040D6E30) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__Mouse{ REL::Offset(0x040D72D8) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor{ REL::Offset(0x040D7468) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__Multitouch{ REL::Offset(0x040D75B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode{ REL::Offset(0x040D7720) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_utils__ByteArray{ REL::Offset(0x0409C660) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_utils__Endian{ REL::Offset(0x0409CAD0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector{ REL::Offset(0x04099DC0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_String{ REL::Offset(0x0409A920) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_double{ REL::Offset(0x0409A690) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_int{ REL::Offset(0x0409A110) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_object{ REL::Offset(0x0409ABB0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint{ REL::Offset(0x0409A3D0) }; - inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType{ REL::Offset(0x040DCD80) }; - inline constexpr std::array Scaleform__GFx__AS3__DoAbc{ REL::Offset(0x040D2C60) }; - inline constexpr std::array Scaleform__GFx__AS3__FlashUI{ REL::Offset(0x04088218) }; - inline constexpr std::array Scaleform__GFx__AS3__FrameCounter{ REL::Offset(0x0408AE48), REL::Offset(0x0408B208) }; - inline constexpr std::array Scaleform__GFx__AS3__GASRefCountBase{ REL::Offset(0x04087BF8) }; - inline constexpr std::array Scaleform__GFx__AS3__IMEManager{ REL::Offset(0x040DD740) }; - inline constexpr std::array Scaleform__GFx__AS3__Impl__ArrayFunc{ REL::Offset(0x04088498) }; - inline constexpr std::array Scaleform__GFx__AS3__Impl__Value2NumberCollector{ REL::Offset(0x04090178) }; - inline constexpr std::array Scaleform__GFx__AS3__Impl__Value2StrCollector{ REL::Offset(0x04090160) }; - inline constexpr std::array Scaleform__GFx__AS3__Impl__ValuePtrCollector{ REL::Offset(0x04090148) }; - inline constexpr std::array Scaleform__GFx__AS3__Instance{ REL::Offset(0x04088150) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Activation{ REL::Offset(0x0408FD00) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Anonimous{ REL::Offset(0x040880D0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__CTraits{ REL::Offset(0x04087F50) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__ClassClass{ REL::Offset(0x0408FF78) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Interface{ REL::Offset(0x0408F458) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Prototype{ REL::Offset(0x04088050) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__RTraits{ REL::Offset(0x04087FD0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Traits{ REL::Offset(0x04087ED0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__UserDefined{ REL::Offset(0x04093770) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Array{ REL::Offset(0x04090258) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Boolean{ REL::Offset(0x04090EA8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Catch{ REL::Offset(0x040904E8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Date{ REL::Offset(0x04091D00) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Domain{ REL::Offset(0x04093210) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Error{ REL::Offset(0x040915F8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Function{ REL::Offset(0x0408FB38) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject{ REL::Offset(0x04093670) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript{ REL::Offset(0x040936F0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd{ REL::Offset(0x0408F9B8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Namespace{ REL::Offset(0x0408FDB0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Number{ REL::Offset(0x04090950) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Object{ REL::Offset(0x0408F288) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__QName{ REL::Offset(0x04090778) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__RegExp{ REL::Offset(0x04091300) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__String{ REL::Offset(0x04091070) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Thunk{ REL::Offset(0x0408F938) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction{ REL::Offset(0x0408FAB8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd{ REL::Offset(0x0408FA38) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__XML{ REL::Offset(0x04092298) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__XMLList{ REL::Offset(0x04092E90) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__int_{ REL::Offset(0x04090B18) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__uint{ REL::Offset(0x04090CE0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation{ REL::Offset(0x040C11C8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties{ REL::Offset(0x040C1378) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie{ REL::Offset(0x040AE9E0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap{ REL::Offset(0x040AED58) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData{ REL::Offset(0x040AEB90) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject{ REL::Offset(0x040AE818) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer{ REL::Offset(0x040AF658) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel{ REL::Offset(0x040B02B0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics{ REL::Offset(0x040B05B0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill{ REL::Offset(0x040B0898) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill{ REL::Offset(0x040B0A48) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill{ REL::Offset(0x040B0BF8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath{ REL::Offset(0x040B0DA8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill{ REL::Offset(0x040B0F58) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke{ REL::Offset(0x040B1108) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject{ REL::Offset(0x040AEF20) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader{ REL::Offset(0x040AF820) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo{ REL::Offset(0x040AFC88) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape{ REL::Offset(0x040B1E68) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip{ REL::Offset(0x040B2228) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene{ REL::Offset(0x040B23D8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape{ REL::Offset(0x040B2720) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton{ REL::Offset(0x040B28E8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite{ REL::Offset(0x040B2048) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage{ REL::Offset(0x040AF9E8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent{ REL::Offset(0x040A2868) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent{ REL::Offset(0x040A7068) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent{ REL::Offset(0x040A3700) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent{ REL::Offset(0x040A3058) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__Event{ REL::Offset(0x040A25C0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher{ REL::Offset(0x040A2B08) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent{ REL::Offset(0x040A5080) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent{ REL::Offset(0x040A5B20) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent{ REL::Offset(0x040A4338) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent{ REL::Offset(0x040A6530) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent{ REL::Offset(0x040A5328) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent{ REL::Offset(0x040A4B30) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent{ REL::Offset(0x040A3DE8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent{ REL::Offset(0x040A55D0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A4888) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent{ REL::Offset(0x040A4DD8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent{ REL::Offset(0x040A7328) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent{ REL::Offset(0x040A5878) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent{ REL::Offset(0x040A2DB0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent{ REL::Offset(0x040A6B88) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent{ REL::Offset(0x040A4090) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent{ REL::Offset(0x040A45E0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A3300) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents{ REL::Offset(0x040A5E28) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter{ REL::Offset(0x040BCE58) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter{ REL::Offset(0x040BCCA0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter{ REL::Offset(0x040BD2D8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter{ REL::Offset(0x040BD488) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter{ REL::Offset(0x040BD6A0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter{ REL::Offset(0x040BD9A8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter{ REL::Offset(0x040BDB58) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter{ REL::Offset(0x040BDD08) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter{ REL::Offset(0x040BDEB8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform{ REL::Offset(0x040B92D0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix{ REL::Offset(0x040B9968) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D{ REL::Offset(0x040B97B8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection{ REL::Offset(0x040B9DC0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point{ REL::Offset(0x040B9B18) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle{ REL::Offset(0x040B9F78) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform{ REL::Offset(0x040BA130) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D{ REL::Offset(0x040B9510) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx{ REL::Offset(0x040DB800) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DB558) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle{ REL::Offset(0x040DBFB8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx{ REL::Offset(0x040DBC70) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx{ REL::Offset(0x040DB248) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DA888) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx{ REL::Offset(0x040DAFA0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx{ REL::Offset(0x040DB9C8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info{ REL::Offset(0x040BF5E0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound{ REL::Offset(0x040BFC58) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel{ REL::Offset(0x040BFA98) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext{ REL::Offset(0x040BFE08) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform{ REL::Offset(0x040BF8D8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference{ REL::Offset(0x04097400) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection{ REL::Offset(0x04097B70) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject{ REL::Offset(0x04098378) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket{ REL::Offset(0x04098BB8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader{ REL::Offset(0x04098EF8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest{ REL::Offset(0x040975B0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader{ REL::Offset(0x04099790) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables{ REL::Offset(0x040990A8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer{ REL::Offset(0x040D33C8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain{ REL::Offset(0x040B52B8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext{ REL::Offset(0x040B6190) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain{ REL::Offset(0x040B5F00) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings{ REL::Offset(0x040C4358) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__Font{ REL::Offset(0x040C4510) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText{ REL::Offset(0x040C4C30) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet{ REL::Offset(0x040C4E40) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField{ REL::Offset(0x040C55A0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat{ REL::Offset(0x040C4FF0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics{ REL::Offset(0x040C5830) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot{ REL::Offset(0x040C6198) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu{ REL::Offset(0x040D6AE8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems{ REL::Offset(0x040D6710) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems{ REL::Offset(0x040D68C0) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray{ REL::Offset(0x0409C578) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary{ REL::Offset(0x0409C808) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy{ REL::Offset(0x0409CD48) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer{ REL::Offset(0x0409CF60) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String{ REL::Offset(0x0409A838) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double{ REL::Offset(0x0409A5A8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int{ REL::Offset(0x0409A028) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object{ REL::Offset(0x0409AAC8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint{ REL::Offset(0x0409A2E8) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument{ REL::Offset(0x040DCC30) }; - inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode{ REL::Offset(0x040DCA80) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Array{ REL::Offset(0x04090190) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__AttrGet{ REL::Offset(0x040930B8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__AttrGetFirst{ REL::Offset(0x04093070) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Catch{ REL::Offset(0x04090420) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__CheckTypeTF{ REL::Offset(0x0408F858) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ChildGet{ REL::Offset(0x040930A0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ChildGetFirst{ REL::Offset(0x04093088) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Date{ REL::Offset(0x04091C38) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Domain{ REL::Offset(0x04093148) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__EmptyCallBack{ REL::Offset(0x04093058) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Error{ REL::Offset(0x04091530) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Function{ REL::Offset(0x0408F698) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__FunctionAOT{ REL::Offset(0x0408F5B8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__FunctionBase{ REL::Offset(0x0408F4D8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__GlobalObject{ REL::Offset(0x04093400) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP{ REL::Offset(0x040935A0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript{ REL::Offset(0x040934D0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ListGet{ REL::Offset(0x04093128) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Namespace{ REL::Offset(0x0408FD80) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Object{ REL::Offset(0x0408F1C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__QName{ REL::Offset(0x040906B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__RegExp{ REL::Offset(0x04091238) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ThunkFunction{ REL::Offset(0x0408F778) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XML{ REL::Offset(0x040920C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLAttr{ REL::Offset(0x04092460) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLComment{ REL::Offset(0x04092BD8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLElement{ REL::Offset(0x04092650) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack{ REL::Offset(0x04092638) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLList{ REL::Offset(0x04092DC8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack{ REL::Offset(0x04092DB0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLProcInstr{ REL::Offset(0x04092A00) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLText{ REL::Offset(0x04092828) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation{ REL::Offset(0x040C1100) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties{ REL::Offset(0x040C12B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie{ REL::Offset(0x040AE900) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Bitmap{ REL::Offset(0x040AEC78) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__BitmapData{ REL::Offset(0x040AEAC8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__DisplayObject{ REL::Offset(0x040AE738) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer{ REL::Offset(0x040AF578) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__FrameLabel{ REL::Offset(0x040B01E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Graphics{ REL::Offset(0x040B04E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill{ REL::Offset(0x040B07D0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill{ REL::Offset(0x040B0980) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill{ REL::Offset(0x040B0B30) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath{ REL::Offset(0x040B0CE0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill{ REL::Offset(0x040B0E90) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke{ REL::Offset(0x040B1040) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject{ REL::Offset(0x040AEE40) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Loader{ REL::Offset(0x040AF740) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo{ REL::Offset(0x040AFBB0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__MorphShape{ REL::Offset(0x040B1D88) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__MovieClip{ REL::Offset(0x040B2130) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Scene{ REL::Offset(0x040B2310) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Shape{ REL::Offset(0x040B2640) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__SimpleButton{ REL::Offset(0x040B2808) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Sprite{ REL::Offset(0x040B1F50) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Stage{ REL::Offset(0x040AF908) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent{ REL::Offset(0x040A2788) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent{ REL::Offset(0x040A6F88) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent{ REL::Offset(0x040A3620) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent{ REL::Offset(0x040A2F78) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__Event{ REL::Offset(0x040A24E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher{ REL::Offset(0x040A2A30) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__FocusEvent{ REL::Offset(0x040A4FA0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent{ REL::Offset(0x040A5A40) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__GestureEvent{ REL::Offset(0x040A4258) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__IMEEvent{ REL::Offset(0x040A6450) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent{ REL::Offset(0x040A5248) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent{ REL::Offset(0x040A4A50) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__MouseEvent{ REL::Offset(0x040A3D08) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent{ REL::Offset(0x040A54F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A47A8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent{ REL::Offset(0x040A4CF8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent{ REL::Offset(0x040A7248) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__StatusEvent{ REL::Offset(0x040A5798) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TextEvent{ REL::Offset(0x040A2CD0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TimerEvent{ REL::Offset(0x040A6AA8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TouchEvent{ REL::Offset(0x040A3FB0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent{ REL::Offset(0x040A4500) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A3220) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents{ REL::Offset(0x040A5D50) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter{ REL::Offset(0x040BCD88) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter{ REL::Offset(0x040BCBD8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter{ REL::Offset(0x040BD210) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter{ REL::Offset(0x040BD3C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter{ REL::Offset(0x040BD5D8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter{ REL::Offset(0x040BD8E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter{ REL::Offset(0x040BDA90) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter{ REL::Offset(0x040BDC40) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter{ REL::Offset(0x040BDDF0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform{ REL::Offset(0x040B9208) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Matrix{ REL::Offset(0x040B98A0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D{ REL::Offset(0x040B96F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection{ REL::Offset(0x040B9CF8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Point{ REL::Offset(0x040B9A50) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Rectangle{ REL::Offset(0x040B9EB0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Transform{ REL::Offset(0x040BA068) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Vector3D{ REL::Offset(0x040B9448) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx{ REL::Offset(0x040DB720) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DB478) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle{ REL::Offset(0x040DBEF0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx{ REL::Offset(0x040DBB90) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx{ REL::Offset(0x040DB168) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DA7A8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx{ REL::Offset(0x040DAEC0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx{ REL::Offset(0x040DB8E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__ID3Info{ REL::Offset(0x040BF518) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__Sound{ REL::Offset(0x040BFB80) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__SoundChannel{ REL::Offset(0x040BF9C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext{ REL::Offset(0x040BFD40) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__SoundTransform{ REL::Offset(0x040BF810) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__FileReference{ REL::Offset(0x04097328) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__NetConnection{ REL::Offset(0x04097A98) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__SharedObject{ REL::Offset(0x040982A0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__Socket{ REL::Offset(0x04098AE0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__SocketReader{ REL::Offset(0x04098AC8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__SocketWriter{ REL::Offset(0x04098AB8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLLoader{ REL::Offset(0x04098E20) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLRequest{ REL::Offset(0x040974E8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader{ REL::Offset(0x040996C8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLVariables{ REL::Offset(0x04098FE0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer{ REL::Offset(0x040D32F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain{ REL::Offset(0x040B51F0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_system__LoaderContext{ REL::Offset(0x040B60C8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain{ REL::Offset(0x040B5E38) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__CSMSettings{ REL::Offset(0x040C4290) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__Font{ REL::Offset(0x040C4440) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__StaticText{ REL::Offset(0x040C4B50) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__StyleSheet{ REL::Offset(0x040C4D68) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextField{ REL::Offset(0x040C54C0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextFormat{ REL::Offset(0x040C4F28) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics{ REL::Offset(0x040C5768) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot{ REL::Offset(0x040C60D0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu{ REL::Offset(0x040D6A10) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems{ REL::Offset(0x040D6648) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems{ REL::Offset(0x040D67F8) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__BAReader{ REL::Offset(0x0409C498) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc{ REL::Offset(0x0409CA00) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__BAWriter{ REL::Offset(0x0409C488) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__ByteArray{ REL::Offset(0x0409C4B0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__Dictionary{ REL::Offset(0x0409C740) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__Proxy{ REL::Offset(0x0409CC80) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__Timer{ REL::Offset(0x0409CE88) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_String{ REL::Offset(0x0409A770) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_double{ REL::Offset(0x0409A4E0) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_int{ REL::Offset(0x04099F60) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_object{ REL::Offset(0x0409AA00) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint{ REL::Offset(0x0409A220) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument{ REL::Offset(0x040DCB68) }; - inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_xml__XMLNode{ REL::Offset(0x040DC9B8) }; - inline constexpr std::array Scaleform__GFx__AS3__IntervalTimer{ REL::Offset(0x0408BA50) }; - inline constexpr std::array Scaleform__GFx__AS3__LoadQueueEntry{ REL::Offset(0x0408A180) }; - inline constexpr std::array Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie{ REL::Offset(0x0408A190) }; - inline constexpr std::array Scaleform__GFx__AS3__MemoryContextImpl{ REL::Offset(0x040D2C50) }; - inline constexpr std::array Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit{ REL::Offset(0x040D2C30) }; - inline constexpr std::array Scaleform__GFx__AS3__MovieDefRootNode{ REL::Offset(0x0408A1D0) }; - inline constexpr std::array Scaleform__GFx__AS3__MovieRoot{ REL::Offset(0x0408A1F8), REL::Offset(0x0408A3F8), REL::Offset(0x0408A420), REL::Offset(0x0408A448) }; - inline constexpr std::array Scaleform__GFx__AS3__MovieRoot__StickyVarNode{ REL::Offset(0x0408A1E0) }; - inline constexpr std::array Scaleform__GFx__AS3__MovieRoot__UnloadMovie__37__TextFormatVisitor{ REL::Offset(0x0408C128) }; - inline constexpr std::array Scaleform__GFx__AS3__NamespaceInstanceFactory{ REL::Offset(0x04090940) }; - inline constexpr std::array Scaleform__GFx__AS3__NamespaceSet{ REL::Offset(0x04087C20) }; - inline constexpr std::array Scaleform__GFx__AS3__NotifyLoadInitCandidateList{ REL::Offset(0x040DD850) }; - inline constexpr std::array Scaleform__GFx__AS3__NullObject{ REL::Offset(0x04094190) }; - inline constexpr std::array Scaleform__GFx__AS3__Object{ REL::Offset(0x04087C48) }; - inline constexpr std::array Scaleform__GFx__AS3__PtrReleaseProxy_328_{ REL::Offset(0x0409CA58) }; - inline constexpr std::array Scaleform__GFx__AS3__RefCountBaseGC_328_{ REL::Offset(0x04087B88) }; - inline constexpr std::array Scaleform__GFx__AS3__RefCountCollector_328_{ REL::Offset(0x04087BD8) }; - inline constexpr std::array Scaleform__GFx__AS3__RefCountCollector_328___ListRootNode{ REL::Offset(0x04087BB0) }; - inline constexpr std::array Scaleform__GFx__AS3__SerializeArrDense{ REL::Offset(0x04088558) }; - inline constexpr std::array Scaleform__GFx__AS3__SerializeArrSparse{ REL::Offset(0x04088540) }; - inline constexpr std::array Scaleform__GFx__AS3__ShapeObject{ REL::Offset(0x040889B8), REL::Offset(0x04088C70), REL::Offset(0x04088C88) }; - inline constexpr std::array Scaleform__GFx__AS3__Slots__SlotFunct{ REL::Offset(0x04087DF0) }; - inline constexpr std::array Scaleform__GFx__AS3__SocketBuffer{ REL::Offset(0x0408C178) }; - inline constexpr std::array Scaleform__GFx__AS3__SocketThreadMgr{ REL::Offset(0x0408BAB0) }; - inline constexpr std::array Scaleform__GFx__AS3__SocketThreadMgr__EventInfo{ REL::Offset(0x0408BAA0) }; - inline constexpr std::array Scaleform__GFx__AS3__Stage{ REL::Offset(0x04089AD8), REL::Offset(0x04089ED0) }; - inline constexpr std::array Scaleform__GFx__AS3__TextSnapshotGlyphVisitor{ REL::Offset(0x040C6280) }; - inline constexpr std::array Scaleform__GFx__AS3__Tracer{ REL::Offset(0x040883A8) }; - inline constexpr std::array Scaleform__GFx__AS3__Traits{ REL::Offset(0x04087E08) }; - inline constexpr std::array Scaleform__GFx__AS3__UserDefinedFunction{ REL::Offset(0x0408B858) }; - inline constexpr std::array Scaleform__GFx__AS3__VM{ REL::Offset(0x04088398) }; - inline constexpr std::array Scaleform__GFx__AS3__VMAbcFile{ REL::Offset(0x04088298) }; - inline constexpr std::array Scaleform__GFx__AS3__VMAppDomain{ REL::Offset(0x04088370) }; - inline constexpr std::array Scaleform__GFx__AS3__VMFile{ REL::Offset(0x04088240) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value_{ REL::Offset(0x04099ED0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ArrayFunc{ REL::Offset(0x0409AC90) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2NumberCollector{ REL::Offset(0x0409ACA8) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2StrCollector{ REL::Offset(0x0409AD80) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ValuePtrCollector{ REL::Offset(0x0409ADF8) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode__{ REL::Offset(0x04099F00) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ArrayFunc{ REL::Offset(0x0409ACC0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2NumberCollector{ REL::Offset(0x0409ACD8) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2StrCollector{ REL::Offset(0x0409AD98) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ValuePtrCollector{ REL::Offset(0x0409AE58) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double_{ REL::Offset(0x0409A4B0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___ArrayFunc{ REL::Offset(0x0409ACF0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___Value2NumberCollector{ REL::Offset(0x0409AD08) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___Value2StrCollector{ REL::Offset(0x0409ADB0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___ValuePtrCollector{ REL::Offset(0x0409AE40) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long_{ REL::Offset(0x04099F30) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___ArrayFunc{ REL::Offset(0x0409AD50) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___Value2NumberCollector{ REL::Offset(0x0409AD68) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___Value2StrCollector{ REL::Offset(0x0409ADE0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___ValuePtrCollector{ REL::Offset(0x0409AE10) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong_{ REL::Offset(0x0409A1F0) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___ArrayFunc{ REL::Offset(0x0409AD20) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2NumberCollector{ REL::Offset(0x0409AD38) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2StrCollector{ REL::Offset(0x0409ADC8) }; - inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___ValuePtrCollector{ REL::Offset(0x0409AE28) }; - inline constexpr std::array Scaleform__GFx__AS3__XMLSupport{ REL::Offset(0x040882F0) }; - inline constexpr std::array Scaleform__GFx__AS3__XMLSupportImpl{ REL::Offset(0x0408C330) }; - inline constexpr std::array Scaleform__GFx__ASIMEManager{ REL::Offset(0x040DD688) }; - inline constexpr std::array Scaleform__GFx__ASIMEManager__IMEFuncHandler{ REL::Offset(0x0407FB70) }; - inline constexpr std::array Scaleform__GFx__ASIntervalTimerIntf{ REL::Offset(0x04089130) }; - inline constexpr std::array Scaleform__GFx__ASMovieRootBase{ REL::Offset(0x04088668) }; - inline constexpr std::array Scaleform__GFx__ASStringManager{ REL::Offset(0x0407BDB8) }; - inline constexpr std::array Scaleform__GFx__AvmDisplayObjBase{ REL::Offset(0x04088860) }; - inline constexpr std::array Scaleform__GFx__Button{ REL::Offset(0x040D2230), REL::Offset(0x040D25F0) }; - inline constexpr std::array Scaleform__GFx__ButtonDef{ REL::Offset(0x040839F8) }; - inline constexpr std::array Scaleform__GFx__Clipboard{ REL::Offset(0x040822A8) }; - inline constexpr std::array Scaleform__GFx__CompactedFont_Scaleform__ArrayPagedLH_POD_unsignedchar_12_256_261__{ REL::Offset(0x04082AE0) }; - inline constexpr std::array Scaleform__GFx__CompactedFont_Scaleform__ArrayUnsafeLH_POD_unsignedchar_261__{ REL::Offset(0x04082BC0) }; - inline constexpr std::array Scaleform__GFx__ConstShapeNoStyles{ REL::Offset(0x0407DDB0) }; - inline constexpr std::array Scaleform__GFx__ConstShapeWithStyles{ REL::Offset(0x04080670) }; - inline constexpr std::array Scaleform__GFx__DefaultFontLibNameState{ REL::Offset(0x040828E0) }; - inline constexpr std::array Scaleform__GFx__DefaultSocketFactory_Scaleform__GFx__GFxSocketImpl_{ REL::Offset(0x040D2740) }; - inline constexpr std::array Scaleform__GFx__DisplayObjContainer{ REL::Offset(0x0407E798), REL::Offset(0x0407EB88) }; - inline constexpr std::array Scaleform__GFx__DisplayObject{ REL::Offset(0x0407D190), REL::Offset(0x0407D448) }; - inline constexpr std::array Scaleform__GFx__DisplayObjectBase{ REL::Offset(0x0407CED8), REL::Offset(0x0407D178) }; - inline constexpr std::array Scaleform__GFx__DrawText{ REL::Offset(0x040DCE68) }; - inline constexpr std::array Scaleform__GFx__DrawTextImpl{ REL::Offset(0x040DCFF8) }; - inline constexpr std::array Scaleform__GFx__DrawTextManager{ REL::Offset(0x040DCFB8), REL::Offset(0x040DCFC8) }; - inline constexpr std::array Scaleform__GFx__DrawingContext{ REL::Offset(0x0407F0E0) }; - inline constexpr std::array Scaleform__GFx__DrawingContext__PackedShape{ REL::Offset(0x0407F080) }; - inline constexpr std::array Scaleform__GFx__ExecuteTag{ REL::Offset(0x0407DD08) }; - inline constexpr std::array Scaleform__GFx__FontCompactor{ REL::Offset(0x04086810) }; - inline constexpr std::array Scaleform__GFx__FontData{ REL::Offset(0x04082A20) }; - inline constexpr std::array Scaleform__GFx__FontDataBound{ REL::Offset(0x04082C90) }; - inline constexpr std::array Scaleform__GFx__FontDataCompactedGfx{ REL::Offset(0x04082BD0) }; - inline constexpr std::array Scaleform__GFx__FontDataCompactedSwf{ REL::Offset(0x04082AF0) }; - inline constexpr std::array Scaleform__GFx__FontGlyphPacker{ REL::Offset(0x04083B98) }; - inline constexpr std::array Scaleform__GFx__FontHandle{ REL::Offset(0x0407F560) }; - inline constexpr std::array Scaleform__GFx__FontLib{ REL::Offset(0x040828C8) }; - inline constexpr std::array Scaleform__GFx__FontManager{ REL::Offset(0x0407F608) }; - inline constexpr std::array Scaleform__GFx__FontManagerStates{ REL::Offset(0x04076E78), REL::Offset(0x04076E88) }; - inline constexpr std::array Scaleform__GFx__FontMap{ REL::Offset(0x04084C60) }; - inline constexpr std::array Scaleform__GFx__FontResource{ REL::Offset(0x04082D50) }; - inline constexpr std::array Scaleform__GFx__FontResourceCreator{ REL::Offset(0x0407E148) }; - inline constexpr std::array Scaleform__GFx__FunctionHandler{ REL::Offset(0x0407FB58) }; - inline constexpr std::array Scaleform__GFx__GFxInitImportActions{ REL::Offset(0x04080590) }; - inline constexpr std::array Scaleform__GFx__GFxMovieDataDefFileKeyData{ REL::Offset(0x0407DFE0) }; - inline constexpr std::array Scaleform__GFx__GFxMovieDataDefFileKeyInterface{ REL::Offset(0x0407D9F8) }; - inline constexpr std::array Scaleform__GFx__GFxMovieDefImplKey{ REL::Offset(0x0407E128) }; - inline constexpr std::array Scaleform__GFx__GFxMovieDefImplKeyInterface{ REL::Offset(0x0407DA38) }; - inline constexpr std::array Scaleform__GFx__GFxPlaceObjectUnpacked{ REL::Offset(0x0407DD50) }; - inline constexpr std::array Scaleform__GFx__GFxSocketImpl{ REL::Offset(0x040D2858) }; - inline constexpr std::array Scaleform__GFx__GFxSystemFontResourceKey{ REL::Offset(0x04083178) }; - inline constexpr std::array Scaleform__GFx__GFxSystemFontResourceKeyInterface{ REL::Offset(0x040828F0) }; - inline constexpr std::array Scaleform__GFx__IMEManagerBase{ REL::Offset(0x0407FB88) }; - inline constexpr std::array Scaleform__GFx__ImageCreator{ REL::Offset(0x04082700) }; - inline constexpr std::array Scaleform__GFx__ImageFileHandlerRegistry{ REL::Offset(0x04082738), REL::Offset(0x04082748) }; - inline constexpr std::array Scaleform__GFx__ImageFileInfo{ REL::Offset(0x0407E208) }; - inline constexpr std::array Scaleform__GFx__ImageFileInfoKeyData{ REL::Offset(0x04083C40) }; - inline constexpr std::array Scaleform__GFx__ImageFileKeyInterface{ REL::Offset(0x04083C00) }; - inline constexpr std::array Scaleform__GFx__ImageFileResourceCreator{ REL::Offset(0x0407E2E0) }; - inline constexpr std::array Scaleform__GFx__ImageResource{ REL::Offset(0x04076D90) }; - inline constexpr std::array Scaleform__GFx__ImageResourceCreator{ REL::Offset(0x0407E308) }; - inline constexpr std::array Scaleform__GFx__ImageResource__ImageDelegate{ REL::Offset(0x04076CB8) }; - inline constexpr std::array Scaleform__GFx__ImageShapeCharacterDef{ REL::Offset(0x040835E8) }; - inline constexpr std::array Scaleform__GFx__InteractiveObject{ REL::Offset(0x0407E3A8), REL::Offset(0x0407E768) }; - inline constexpr std::array Scaleform__GFx__KeyboardState{ REL::Offset(0x0407BDA0) }; - inline constexpr std::array Scaleform__GFx__KeyboardState__IListener{ REL::Offset(0x04087B60) }; - inline constexpr std::array Scaleform__GFx__LZMAFile{ REL::Offset(0x04085310) }; - inline constexpr std::array Scaleform__GFx__LZMASupport{ REL::Offset(0x04077330) }; - inline constexpr std::array Scaleform__GFx__LoadBinaryTask{ REL::Offset(0x0407FA20) }; - inline constexpr std::array Scaleform__GFx__LoadProcess{ REL::Offset(0x0407E2A8), REL::Offset(0x0407E2C8) }; - inline constexpr std::array Scaleform__GFx__LoadQueueEntry{ REL::Offset(0x04089110) }; - inline constexpr std::array Scaleform__GFx__LoadQueueEntryMT{ REL::Offset(0x0407F9A0) }; - inline constexpr std::array Scaleform__GFx__LoadQueueEntryMT_LoadBinary{ REL::Offset(0x0407FA40) }; - inline constexpr std::array Scaleform__GFx__LoadQueueEntryMT_LoadVars{ REL::Offset(0x0407FA00) }; - inline constexpr std::array Scaleform__GFx__LoadStates{ REL::Offset(0x0407E280) }; - inline constexpr std::array Scaleform__GFx__LoadUpdateSync{ REL::Offset(0x0407DAC0) }; - inline constexpr std::array Scaleform__GFx__LoadVarsTask{ REL::Offset(0x0407F9E0) }; - inline constexpr std::array Scaleform__GFx__Loader{ REL::Offset(0x04077348) }; - inline constexpr std::array Scaleform__GFx__LoaderImpl{ REL::Offset(0x0407D590), REL::Offset(0x0407D5A0), REL::Offset(0x0407D5D0) }; - inline constexpr std::array Scaleform__GFx__LoaderTask{ REL::Offset(0x0407D558) }; - inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__DisplayObjectBase_{ REL::Offset(0x0407CEC0) }; - inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__LoadProcess_{ REL::Offset(0x0407E290) }; - inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__LoaderImpl_{ REL::Offset(0x0407D578) }; - inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__LogState_{ REL::Offset(0x0407BF18) }; - inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__StateBagImpl_{ REL::Offset(0x04076C48) }; - inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__Stream_{ REL::Offset(0x04082600) }; - inline constexpr std::array Scaleform__GFx__LogState{ REL::Offset(0x0407BF30), REL::Offset(0x0407BF48) }; - inline constexpr std::array Scaleform__GFx__MemoryBufferZlibImage{ REL::Offset(0x04085640) }; - inline constexpr std::array Scaleform__GFx__MemoryContext{ REL::Offset(0x040D2B90) }; - inline constexpr std::array Scaleform__GFx__MorphCharacterDef{ REL::Offset(0x04085720) }; - inline constexpr std::array Scaleform__GFx__Movie{ REL::Offset(0x040769F0), REL::Offset(0x04076C18) }; - inline constexpr std::array Scaleform__GFx__MovieBindProcess{ REL::Offset(0x0407DCE8) }; - inline constexpr std::array Scaleform__GFx__MovieBindProcess__FinishBinding__5__ImagePackVisitor{ REL::Offset(0x0407E098) }; - inline constexpr std::array Scaleform__GFx__MovieDataDef{ REL::Offset(0x0407DAF8), REL::Offset(0x0407DB90) }; - inline constexpr std::array Scaleform__GFx__MovieDataDef__LoadTaskData{ REL::Offset(0x0407DAD0) }; - inline constexpr std::array Scaleform__GFx__MovieDefBindStates{ REL::Offset(0x0407E250) }; - inline constexpr std::array Scaleform__GFx__MovieDefImpl{ REL::Offset(0x0407DBC8), REL::Offset(0x0407DCB8) }; - inline constexpr std::array Scaleform__GFx__MovieDefImpl__BindTaskData{ REL::Offset(0x0407DBB8) }; - inline constexpr std::array Scaleform__GFx__MovieDefImpl__ReleaseNotifier{ REL::Offset(0x040888C8) }; - inline constexpr std::array Scaleform__GFx__MovieDefRootNode{ REL::Offset(0x04089120) }; - inline constexpr std::array Scaleform__GFx__MovieDef__ResourceVisitor{ REL::Offset(0x0407DAA8) }; - inline constexpr std::array Scaleform__GFx__MovieImageLoadTask{ REL::Offset(0x0407D7C0) }; - inline constexpr std::array Scaleform__GFx__MovieImpl{ REL::Offset(0x04076EB8), REL::Offset(0x040770F8) }; - inline constexpr std::array Scaleform__GFx__MovieImpl__StickyVarNode{ REL::Offset(0x04089190) }; - inline constexpr std::array Scaleform__GFx__MovieImpl__WideStringStorage{ REL::Offset(0x04089180) }; - inline constexpr std::array Scaleform__GFx__MoviePreloadTask{ REL::Offset(0x0407F9C0) }; - inline constexpr std::array Scaleform__GFx__ParseControl{ REL::Offset(0x04077320) }; - inline constexpr std::array Scaleform__GFx__PlaceObject2Tag{ REL::Offset(0x04080360) }; - inline constexpr std::array Scaleform__GFx__PlaceObject2Taga{ REL::Offset(0x040803C8) }; - inline constexpr std::array Scaleform__GFx__PlaceObject3Tag{ REL::Offset(0x04080430) }; - inline constexpr std::array Scaleform__GFx__PlaceObjectTag{ REL::Offset(0x040831A0) }; - inline constexpr std::array Scaleform__GFx__RemoveObject2Tag{ REL::Offset(0x04080498) }; - inline constexpr std::array Scaleform__GFx__RemoveObjectTag{ REL::Offset(0x040804F0) }; - inline constexpr std::array Scaleform__GFx__Resource{ REL::Offset(0x04076878) }; - inline constexpr std::array Scaleform__GFx__ResourceData__DataInterface{ REL::Offset(0x0407E1E0) }; - inline constexpr std::array Scaleform__GFx__ResourceFileInfo{ REL::Offset(0x0407BEA8) }; - inline constexpr std::array Scaleform__GFx__ResourceKey__KeyInterface{ REL::Offset(0x0407D9B8) }; - inline constexpr std::array Scaleform__GFx__ResourceLib{ REL::Offset(0x0407BEC8) }; - inline constexpr std::array Scaleform__GFx__ResourceLib__ResourceSlot{ REL::Offset(0x0407BEB8) }; - inline constexpr std::array Scaleform__GFx__ResourceReport{ REL::Offset(0x0407DA80) }; - inline constexpr std::array Scaleform__GFx__ResourceWeakLib{ REL::Offset(0x0407BED8) }; - inline constexpr std::array Scaleform__GFx__SetBackgroundColorTag{ REL::Offset(0x04080548) }; - inline constexpr std::array Scaleform__GFx__ShapeBaseCharacterDef{ REL::Offset(0x040834E0) }; - inline constexpr std::array Scaleform__GFx__ShapeDataBase{ REL::Offset(0x040805D8) }; - inline constexpr std::array Scaleform__GFx__SocketImplFactory{ REL::Offset(0x040D2838) }; - inline constexpr std::array Scaleform__GFx__SocketInterface{ REL::Offset(0x040D2760) }; - inline constexpr std::array Scaleform__GFx__Sprite{ REL::Offset(0x0407F120), REL::Offset(0x0407F538) }; - inline constexpr std::array Scaleform__GFx__SpriteDef{ REL::Offset(0x04083200) }; - inline constexpr std::array Scaleform__GFx__State{ REL::Offset(0x04077310) }; - inline constexpr std::array Scaleform__GFx__StateBag{ REL::Offset(0x040768A0) }; - inline constexpr std::array Scaleform__GFx__StateBagImpl{ REL::Offset(0x04076C60), REL::Offset(0x04076C70), REL::Offset(0x04076CA0) }; - inline constexpr std::array Scaleform__GFx__StaticTextCharacter{ REL::Offset(0x04084800), REL::Offset(0x04084AC0) }; - inline constexpr std::array Scaleform__GFx__StaticTextDef{ REL::Offset(0x04084798) }; - inline constexpr std::array Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor{ REL::Offset(0x040C4B38) }; - inline constexpr std::array Scaleform__GFx__Stream{ REL::Offset(0x04082618) }; - inline constexpr std::array Scaleform__GFx__Stream__ReadStringWithLength__2__StringReader{ REL::Offset(0x04082630) }; - inline constexpr std::array Scaleform__GFx__SubImageResource{ REL::Offset(0x0407E218) }; - inline constexpr std::array Scaleform__GFx__SubImageResourceCreator{ REL::Offset(0x0407E330) }; - inline constexpr std::array Scaleform__GFx__SubImageResourceInfo{ REL::Offset(0x04080300) }; - inline constexpr std::array Scaleform__GFx__SwfShapeCharacterDef{ REL::Offset(0x04083560) }; - inline constexpr std::array Scaleform__GFx__Task{ REL::Offset(0x0407D538) }; - inline constexpr std::array Scaleform__GFx__TextField{ REL::Offset(0x04084CF8), REL::Offset(0x040850B8) }; - inline constexpr std::array Scaleform__GFx__TextFieldDef{ REL::Offset(0x04082310) }; - inline constexpr std::array Scaleform__GFx__TextField__CSSHolderBase{ REL::Offset(0x040C54A0) }; - inline constexpr std::array Scaleform__GFx__TextField__TextDocumentListener{ REL::Offset(0x04084C78) }; - inline constexpr std::array Scaleform__GFx__TextKeyMap{ REL::Offset(0x04082300) }; - inline constexpr std::array Scaleform__GFx__Text__CSSHandler_wchar_t_{ REL::Offset(0x040D2A88) }; - inline constexpr std::array Scaleform__GFx__Text__CompositionString{ REL::Offset(0x04086C90) }; - inline constexpr std::array Scaleform__GFx__Text__EditorKit{ REL::Offset(0x04086CC8) }; - inline constexpr std::array Scaleform__GFx__Text__StyleManager{ REL::Offset(0x040C4D40) }; - inline constexpr std::array Scaleform__GFx__Text__TextStyleParserHandler_wchar_t_{ REL::Offset(0x040D2AB0) }; - inline constexpr std::array Scaleform__GFx__TextureGlyphBinder{ REL::Offset(0x040830D0) }; - inline constexpr std::array Scaleform__GFx__TextureGlyphData{ REL::Offset(0x04080350) }; - inline constexpr std::array Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor{ REL::Offset(0x04082A08) }; - inline constexpr std::array Scaleform__GFx__URLBuilder{ REL::Offset(0x040DD670) }; - inline constexpr std::array Scaleform__GFx__Value__ObjectInterface{ REL::Offset(0x04088658) }; - inline constexpr std::array Scaleform__GFx__ZLibFile{ REL::Offset(0x040DD910) }; - inline constexpr std::array Scaleform__GFx__ZlibImageSource{ REL::Offset(0x040855C8) }; - inline constexpr std::array Scaleform__GFx__ZlibSupport{ REL::Offset(0x0458F168) }; - inline constexpr std::array Scaleform__HeapPT__SysAllocGranulator{ REL::Offset(0x04085890) }; - inline constexpr std::array Scaleform__HeapPT__SysAllocWrapper{ REL::Offset(0x04085910) }; - inline constexpr std::array Scaleform__Log{ REL::Offset(0x0407B828) }; - inline constexpr std::array Scaleform__LongFormatter{ REL::Offset(0x0407FDC8), REL::Offset(0x0407FE50) }; - inline constexpr std::array Scaleform__MemoryFile{ REL::Offset(0x0407D490) }; - inline constexpr std::array Scaleform__MemoryHeap{ REL::Offset(0x04076580) }; - inline constexpr std::array Scaleform__MemoryHeapMH{ REL::Offset(0x04077560) }; - inline constexpr std::array Scaleform__MemoryHeapPT{ REL::Offset(0x04081220) }; - inline constexpr std::array Scaleform__MemoryHeap__LimitHandler{ REL::Offset(0x040D2B70) }; - inline constexpr std::array Scaleform__MsgFormat{ REL::Offset(0x0407FF90) }; - inline constexpr std::array Scaleform__Mutex{ REL::Offset(0x04077458), REL::Offset(0x04077478) }; - inline constexpr std::array Scaleform__Mutex_AreadyLockedAcquireInterface{ REL::Offset(0x04077520) }; - inline constexpr std::array Scaleform__RefCountBase_Scaleform__Render__HAL_65_{ REL::Offset(0x04081758) }; - inline constexpr std::array Scaleform__RefCountImplCore{ REL::Offset(0x040766A0) }; - inline constexpr std::array Scaleform__RefCountNTSImplCore{ REL::Offset(0x040766B0) }; - inline constexpr std::array Scaleform__RefCountWeakSupportImpl{ REL::Offset(0x040766C0) }; - inline constexpr std::array Scaleform__Render__BevelFilter{ REL::Offset(0x04081D48) }; - inline constexpr std::array Scaleform__Render__BlendModeBundle{ REL::Offset(0x040846F0) }; - inline constexpr std::array Scaleform__Render__BlendModeEffect{ REL::Offset(0x04085F00) }; - inline constexpr std::array Scaleform__Render__BlendPrimitive{ REL::Offset(0x04082070), REL::Offset(0x04082090) }; - inline constexpr std::array Scaleform__Render__BlurFilter{ REL::Offset(0x04081CD0) }; - inline constexpr std::array Scaleform__Render__BlurFilterImpl{ REL::Offset(0x04081CA8) }; - inline constexpr std::array Scaleform__Render__Bundle{ REL::Offset(0x04084520) }; - inline constexpr std::array Scaleform__Render__CacheAsBitmapFilter{ REL::Offset(0x04081DC0) }; - inline constexpr std::array Scaleform__Render__CacheBase{ REL::Offset(0x04085A00) }; - inline constexpr std::array Scaleform__Render__CacheEffect{ REL::Offset(0x04085E50) }; - inline constexpr std::array Scaleform__Render__CacheablePrimitive{ REL::Offset(0x04083EC0), REL::Offset(0x04083EE0) }; - inline constexpr std::array Scaleform__Render__CacheableTargetEffect{ REL::Offset(0x04085EC0) }; - inline constexpr std::array Scaleform__Render__ColorMatrixFilter{ REL::Offset(0x04081D98) }; - inline constexpr std::array Scaleform__Render__ComplexFill{ REL::Offset(0x0407C228) }; - inline constexpr std::array Scaleform__Render__ComplexMesh{ REL::Offset(0x04083E90), REL::Offset(0x04083EA8) }; - inline constexpr std::array Scaleform__Render__ComplexMeshVertexOutput{ REL::Offset(0x04086A58) }; - inline constexpr std::array Scaleform__Render__ComplexPrimitiveBundle{ REL::Offset(0x04084650), REL::Offset(0x04084678) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotify{ REL::Offset(0x0407C088) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor{ REL::Offset(0x0407C0B8) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture{ REL::Offset(0x0407C118) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture{ REL::Offset(0x0407C0F8) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId{ REL::Offset(0x0407C138) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown{ REL::Offset(0x0407C0D8) }; - inline constexpr std::array Scaleform__Render__ContextImpl__ContextLock{ REL::Offset(0x0407C020) }; - inline constexpr std::array Scaleform__Render__ContextImpl__EntryData{ REL::Offset(0x040768D0) }; - inline constexpr std::array Scaleform__Render__ContextImpl__RTHandle__HandleData{ REL::Offset(0x0407C030) }; - inline constexpr std::array Scaleform__Render__ContextImpl__RenderNotify{ REL::Offset(0x0407C040) }; - inline constexpr std::array Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand{ REL::Offset(0x040814A0) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__DepthStencilSurface{ REL::Offset(0x04765B58) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__HAL{ REL::Offset(0x047652D8), REL::Offset(0x04765320) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__IndexBuffer{ REL::Offset(0x0476D050) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MappedTexture{ REL::Offset(0x04765920) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ REL::Offset(0x0476D1E0) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ REL::Offset(0x0476D1A8) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferSet{ REL::Offset(0x0476D088) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ REL::Offset(0x0476D0A0) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ REL::Offset(0x0476D0B8) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshCache{ REL::Offset(0x0476D0E0), REL::Offset(0x0476D180) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__MeshCacheItem{ REL::Offset(0x0476D0D0) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry{ REL::Offset(0x047657D8) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__RenderEvents{ REL::Offset(0x0476CF88) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__RenderSync{ REL::Offset(0x0476D218) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__RenderTargetData{ REL::Offset(0x04765700) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__ShaderInterface{ REL::Offset(0x0476D300) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer{ REL::Offset(0x0476D2B0) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__ShaderManager{ REL::Offset(0x0476D2C0) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__Texture{ REL::Offset(0x04765968) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__TextureFormat{ REL::Offset(0x04765940) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__TextureManager{ REL::Offset(0x04765A28), REL::Offset(0x04765A40), REL::Offset(0x04765A60) }; - inline constexpr std::array Scaleform__Render__CreationRenderer__VertexBuffer{ REL::Offset(0x0476D018) }; - inline constexpr std::array Scaleform__Render__DDS__DDSFileImageSource{ REL::Offset(0x04086790) }; - inline constexpr std::array Scaleform__Render__DDS__FileReader{ REL::Offset(0x04086750) }; - inline constexpr std::array Scaleform__Render__DICommand{ REL::Offset(0x0407C350) }; - inline constexpr std::array Scaleform__Render__DICommandQueue{ REL::Offset(0x04081FF0) }; - inline constexpr std::array Scaleform__Render__DICommandQueue__ExecuteCommand{ REL::Offset(0x04081FD8) }; - inline constexpr std::array Scaleform__Render__DICommand_ApplyFilter{ REL::Offset(0x0407C498) }; - inline constexpr std::array Scaleform__Render__DICommand_Clear{ REL::Offset(0x0407C3F0) }; - inline constexpr std::array Scaleform__Render__DICommand_ColorTransform{ REL::Offset(0x0407C690) }; - inline constexpr std::array Scaleform__Render__DICommand_Compare{ REL::Offset(0x0407C700) }; - inline constexpr std::array Scaleform__Render__DICommand_CopyChannel{ REL::Offset(0x0407C5A8) }; - inline constexpr std::array Scaleform__Render__DICommand_CopyPixels{ REL::Offset(0x0407C618) }; - inline constexpr std::array Scaleform__Render__DICommand_CreateTexture{ REL::Offset(0x0407C3A0) }; - inline constexpr std::array Scaleform__Render__DICommand_Dispose{ REL::Offset(0x0407C558) }; - inline constexpr std::array Scaleform__Render__DICommand_Draw{ REL::Offset(0x0407C508) }; - inline constexpr std::array Scaleform__Render__DICommand_FillRect{ REL::Offset(0x0407C770) }; - inline constexpr std::array Scaleform__Render__DICommand_FloodFill{ REL::Offset(0x0407C7C0) }; - inline constexpr std::array Scaleform__Render__DICommand_GetColorBoundsRect{ REL::Offset(0x0407C810) }; - inline constexpr std::array Scaleform__Render__DICommand_GetPixel32{ REL::Offset(0x0407C860) }; - inline constexpr std::array Scaleform__Render__DICommand_GetPixels{ REL::Offset(0x0407C8B0) }; - inline constexpr std::array Scaleform__Render__DICommand_Histogram{ REL::Offset(0x0407C900) }; - inline constexpr std::array Scaleform__Render__DICommand_HitTest{ REL::Offset(0x0407C950) }; - inline constexpr std::array Scaleform__Render__DICommand_Merge{ REL::Offset(0x0407C9A0) }; - inline constexpr std::array Scaleform__Render__DICommand_Noise{ REL::Offset(0x0407CA10) }; - inline constexpr std::array Scaleform__Render__DICommand_PaletteMap{ REL::Offset(0x0407CA60) }; - inline constexpr std::array Scaleform__Render__DICommand_PerlinNoise{ REL::Offset(0x0407CAD0) }; - inline constexpr std::array Scaleform__Render__DICommand_PixelDissolve{ REL::Offset(0x0407CB20) }; - inline constexpr std::array Scaleform__Render__DICommand_Scroll{ REL::Offset(0x0407CC10) }; - inline constexpr std::array Scaleform__Render__DICommand_SetPixel32{ REL::Offset(0x0407CB70) }; - inline constexpr std::array Scaleform__Render__DICommand_SetPixels{ REL::Offset(0x0407CBC0) }; - inline constexpr std::array Scaleform__Render__DICommand_SourceRect{ REL::Offset(0x0407C440) }; - inline constexpr std::array Scaleform__Render__DICommand_Threshold{ REL::Offset(0x0407CC80) }; - inline constexpr std::array Scaleform__Render__DIPixelProvider{ REL::Offset(0x040AE710) }; - inline constexpr std::array Scaleform__Render__DepthStencilBuffer{ REL::Offset(0x040DFD08) }; - inline constexpr std::array Scaleform__Render__DepthStencilSurface{ REL::Offset(0x047657F0) }; - inline constexpr std::array Scaleform__Render__DestroyDrawableImageThreadCommand{ REL::Offset(0x0407CCF0) }; - inline constexpr std::array Scaleform__Render__DisplacementMapFilter{ REL::Offset(0x04081DE8) }; - inline constexpr std::array Scaleform__Render__DrawableImage{ REL::Offset(0x0407C270) }; - inline constexpr std::array Scaleform__Render__DrawableImageContext{ REL::Offset(0x0407C238) }; - inline constexpr std::array Scaleform__Render__Fence{ REL::Offset(0x04081348) }; - inline constexpr std::array Scaleform__Render__FenceWrapperList{ REL::Offset(0x040813D0) }; - inline constexpr std::array Scaleform__Render__FileImageSource{ REL::Offset(0x04086D18) }; - inline constexpr std::array Scaleform__Render__FilterBundle{ REL::Offset(0x040846C8) }; - inline constexpr std::array Scaleform__Render__FilterEffect{ REL::Offset(0x04085F40) }; - inline constexpr std::array Scaleform__Render__FilterPrimitive{ REL::Offset(0x04082028), REL::Offset(0x04082048) }; - inline constexpr std::array Scaleform__Render__FilterSet{ REL::Offset(0x04081E10) }; - inline constexpr std::array Scaleform__Render__Font{ REL::Offset(0x04082938) }; - inline constexpr std::array Scaleform__Render__FontCacheHandleManager{ REL::Offset(0x04085D48) }; - inline constexpr std::array Scaleform__Render__GlowFilter{ REL::Offset(0x04081D20) }; - inline constexpr std::array Scaleform__Render__GlyphCache{ REL::Offset(0x04085CF8), REL::Offset(0x04085D08), REL::Offset(0x04085D20) }; - inline constexpr std::array Scaleform__Render__GlyphCacheConfig{ REL::Offset(0x04085B48) }; - inline constexpr std::array Scaleform__Render__GlyphCache__EvictNotifier{ REL::Offset(0x04085CD0) }; - inline constexpr std::array Scaleform__Render__GlyphEvictNotifier{ REL::Offset(0x04085B20) }; - inline constexpr std::array Scaleform__Render__GlyphFitter{ REL::Offset(0x04086F98) }; - inline constexpr std::array Scaleform__Render__GlyphRaster{ REL::Offset(0x04085A18) }; - inline constexpr std::array Scaleform__Render__GlyphShape{ REL::Offset(0x04085A38) }; - inline constexpr std::array Scaleform__Render__GlyphTextureImage{ REL::Offset(0x04085BF8) }; - inline constexpr std::array Scaleform__Render__GradientData{ REL::Offset(0x04083CC8) }; - inline constexpr std::array Scaleform__Render__GradientFilter{ REL::Offset(0x04081D70) }; - inline constexpr std::array Scaleform__Render__GradientImage{ REL::Offset(0x04083CD8) }; - inline constexpr std::array Scaleform__Render__HAL{ REL::Offset(0x04081768), REL::Offset(0x04081A80) }; - inline constexpr std::array Scaleform__Render__HALBeginDisplayItem{ REL::Offset(0x040813F8) }; - inline constexpr std::array Scaleform__Render__HALEndDisplayItem{ REL::Offset(0x04081420) }; - inline constexpr std::array Scaleform__Render__HALNotify{ REL::Offset(0x0407B868) }; - inline constexpr std::array Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface{ REL::Offset(0x04081448) }; - inline constexpr std::array Scaleform__Render__Hairliner{ REL::Offset(0x04084208) }; - inline constexpr std::array Scaleform__Render__Image{ REL::Offset(0x040767A0) }; - inline constexpr std::array Scaleform__Render__ImageFileHandler{ REL::Offset(0x04086358) }; - inline constexpr std::array Scaleform__Render__ImageFileHandlerRegistry{ REL::Offset(0x040826E0) }; - inline constexpr std::array Scaleform__Render__ImageSwizzler{ REL::Offset(0x0407B880) }; - inline constexpr std::array Scaleform__Render__ImageUpdate{ REL::Offset(0x0407B8E8) }; - inline constexpr std::array Scaleform__Render__ImageUpdateSync{ REL::Offset(0x0407B8C8) }; - inline constexpr std::array Scaleform__Render__JPEG__ExtraData{ REL::Offset(0x04080310) }; - inline constexpr std::array Scaleform__Render__JPEG__TablesHeader{ REL::Offset(0x04080328) }; - inline constexpr std::array Scaleform__Render__MappedTextureBase{ REL::Offset(0x047658D8) }; - inline constexpr std::array Scaleform__Render__MaskBundle{ REL::Offset(0x040846A0) }; - inline constexpr std::array Scaleform__Render__MaskEffect{ REL::Offset(0x04085E88) }; - inline constexpr std::array Scaleform__Render__MaskNodeState__Interface{ REL::Offset(0x04081C60) }; - inline constexpr std::array Scaleform__Render__MaskPrimitive{ REL::Offset(0x04084548), REL::Offset(0x04084558) }; - inline constexpr std::array Scaleform__Render__Matrix3x4Ref_float_{ REL::Offset(0x0407C170) }; - inline constexpr std::array Scaleform__Render__Matrix4x4Ref_float_{ REL::Offset(0x0407C180) }; - inline constexpr std::array Scaleform__Render__MatrixPoolImpl__MatrixPool{ REL::Offset(0x040842A8) }; - inline constexpr std::array Scaleform__Render__MatrixState{ REL::Offset(0x040815D0) }; - inline constexpr std::array Scaleform__Render__MatrixStateFactory{ REL::Offset(0x040859E0) }; - inline constexpr std::array Scaleform__Render__MemoryBufferImage{ REL::Offset(0x04086D90) }; - inline constexpr std::array Scaleform__Render__Mesh{ REL::Offset(0x04083E18), REL::Offset(0x04083E30) }; - inline constexpr std::array Scaleform__Render__MeshBase{ REL::Offset(0x04083DE8), REL::Offset(0x04083E00) }; - inline constexpr std::array Scaleform__Render__MeshBuffer{ REL::Offset(0x0476D008) }; - inline constexpr std::array Scaleform__Render__MeshCache{ REL::Offset(0x04086960), REL::Offset(0x04086A00) }; - inline constexpr std::array Scaleform__Render__MeshCacheConfig{ REL::Offset(0x04086928) }; - inline constexpr std::array Scaleform__Render__MeshCacheItem{ REL::Offset(0x04086950) }; - inline constexpr std::array Scaleform__Render__MeshKeyManager{ REL::Offset(0x04081748) }; - inline constexpr std::array Scaleform__Render__MeshKeySet{ REL::Offset(0x04083F28) }; - inline constexpr std::array Scaleform__Render__MeshProvider{ REL::Offset(0x0407EBE8) }; - inline constexpr std::array Scaleform__Render__MeshProvider_KeySupport{ REL::Offset(0x0407EC60), REL::Offset(0x0407EC70) }; - inline constexpr std::array Scaleform__Render__MeshStagingNode{ REL::Offset(0x04083DD0) }; - inline constexpr std::array Scaleform__Render__MeshVertexOutput{ REL::Offset(0x04086A28) }; - inline constexpr std::array Scaleform__Render__MetaImage{ REL::Offset(0x0407BA38) }; - inline constexpr std::array Scaleform__Render__MorphInterpolator{ REL::Offset(0x0407EE10) }; - inline constexpr std::array Scaleform__Render__MorphShapeData{ REL::Offset(0x0407ED78) }; - inline constexpr std::array Scaleform__Render__OrigScale9ParentState__Interface{ REL::Offset(0x04081C80) }; - inline constexpr std::array Scaleform__Render__PNG__FileReader{ REL::Offset(0x040864F8) }; - inline constexpr std::array Scaleform__Render__PNG__FileWriter{ REL::Offset(0x04086540) }; - inline constexpr std::array Scaleform__Render__PNG__Input{ REL::Offset(0x04086570) }; - inline constexpr std::array Scaleform__Render__PNG__LibPNGInput{ REL::Offset(0x040865B0) }; - inline constexpr std::array Scaleform__Render__PNG__MemoryBufferImage{ REL::Offset(0x040865E8) }; - inline constexpr std::array Scaleform__Render__PNG__PNGFileImageSource{ REL::Offset(0x040866C0) }; - inline constexpr std::array Scaleform__Render__Primitive{ REL::Offset(0x04083E58), REL::Offset(0x04083E68) }; - inline constexpr std::array Scaleform__Render__PrimitiveBundle{ REL::Offset(0x04084628) }; - inline constexpr std::array Scaleform__Render__PrimitiveFill{ REL::Offset(0x04083E48) }; - inline constexpr std::array Scaleform__Render__PrimitiveFillManager{ REL::Offset(0x040814B8) }; - inline constexpr std::array Scaleform__Render__ProfileModifier{ REL::Offset(0x040814C8) }; - inline constexpr std::array Scaleform__Render__ProfileViews{ REL::Offset(0x04081538) }; - inline constexpr std::array Scaleform__Render__ProjectionMatrix3DBundle{ REL::Offset(0x04084740) }; - inline constexpr std::array Scaleform__Render__ProjectionMatrix3DEffect{ REL::Offset(0x04085FB8) }; - inline constexpr std::array Scaleform__Render__ProjectionMatrix3DPrimitive{ REL::Offset(0x040845B8), REL::Offset(0x040845C8) }; - inline constexpr std::array Scaleform__Render__RBGenericImpl__DepthStencilBuffer{ REL::Offset(0x040DFE18) }; - inline constexpr std::array Scaleform__Render__RBGenericImpl__RenderBufferManager{ REL::Offset(0x040DFD80) }; - inline constexpr std::array Scaleform__Render__RBGenericImpl__RenderTarget{ REL::Offset(0x040DFDE0) }; - inline constexpr std::array Scaleform__Render__Rasterizer{ REL::Offset(0x04086868) }; - inline constexpr std::array Scaleform__Render__RawImage{ REL::Offset(0x0407BB10) }; - inline constexpr std::array Scaleform__Render__RectRef_float_{ REL::Offset(0x0407C210) }; - inline constexpr std::array Scaleform__Render__RenderBuffer{ REL::Offset(0x040DFCB0) }; - inline constexpr std::array Scaleform__Render__RenderBufferManager{ REL::Offset(0x040DFD30) }; - inline constexpr std::array Scaleform__Render__RenderEvents{ REL::Offset(0x04081B38) }; - inline constexpr std::array Scaleform__Render__RenderQueueItem__Interface{ REL::Offset(0x04081470) }; - inline constexpr std::array Scaleform__Render__RenderSync{ REL::Offset(0x04081368) }; - inline constexpr std::array Scaleform__Render__RenderTarget{ REL::Offset(0x040DFCD0) }; - inline constexpr std::array Scaleform__Render__RenderTargetData{ REL::Offset(0x047652B8) }; - inline constexpr std::array Scaleform__Render__SIF__FileReader{ REL::Offset(0x04086438) }; - inline constexpr std::array Scaleform__Render__SIF__SIFFileImageSource{ REL::Offset(0x04086478) }; - inline constexpr std::array Scaleform__Render__SKI_BlendMode{ REL::Offset(0x04084400) }; - inline constexpr std::array Scaleform__Render__SKI_ComplexPrimitive{ REL::Offset(0x04084330) }; - inline constexpr std::array Scaleform__Render__SKI_Filter{ REL::Offset(0x04084438) }; - inline constexpr std::array Scaleform__Render__SKI_MaskEnd{ REL::Offset(0x040843C8) }; - inline constexpr std::array Scaleform__Render__SKI_MaskEnd__RQII_EndMask{ REL::Offset(0x040843A0) }; - inline constexpr std::array Scaleform__Render__SKI_MaskStart{ REL::Offset(0x04084368) }; - inline constexpr std::array Scaleform__Render__SKI_Primitive{ REL::Offset(0x040842F0) }; - inline constexpr std::array Scaleform__Render__SKI_ProjectionMatrix3D{ REL::Offset(0x040844A8) }; - inline constexpr std::array Scaleform__Render__SKI_TextPrimitive{ REL::Offset(0x04087468) }; - inline constexpr std::array Scaleform__Render__SKI_UserData{ REL::Offset(0x040844E0) }; - inline constexpr std::array Scaleform__Render__SKI_ViewMatrix3D{ REL::Offset(0x04084470) }; - inline constexpr std::array Scaleform__Render__Scale9GridData{ REL::Offset(0x0407EF60) }; - inline constexpr std::array Scaleform__Render__Scale9GridInfo{ REL::Offset(0x04082270) }; - inline constexpr std::array Scaleform__Render__Scale9GridRect{ REL::Offset(0x0407C160) }; - inline constexpr std::array Scaleform__Render__ShaderHAL_Scaleform__Render__CreationRenderer__ShaderManager_Scaleform__Render__CreationRenderer__ShaderInterface_{ REL::Offset(0x04764EF0), REL::Offset(0x04764F38) }; - inline constexpr std::array Scaleform__Render__ShadowFilter{ REL::Offset(0x04081CF8) }; - inline constexpr std::array Scaleform__Render__ShapeDataFloat{ REL::Offset(0x04076DC8) }; - inline constexpr std::array Scaleform__Render__ShapeDataFloatMP{ REL::Offset(0x040821E0), REL::Offset(0x040821F0) }; - inline constexpr std::array Scaleform__Render__ShapeDataFloatTempl_Scaleform__ArrayLH_POD_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ REL::Offset(0x0407ED18) }; - inline constexpr std::array Scaleform__Render__ShapeMeshProvider{ REL::Offset(0x0407ED88), REL::Offset(0x0407ED98) }; - inline constexpr std::array Scaleform__Render__SortKeyInterface{ REL::Offset(0x040842B8) }; - inline constexpr std::array Scaleform__Render__StateData__Interface{ REL::Offset(0x0407BE88) }; - inline constexpr std::array Scaleform__Render__StateData__Interface_RefCountImpl{ REL::Offset(0x04081C38) }; - inline constexpr std::array Scaleform__Render__StateData__Interface_Value{ REL::Offset(0x04081C18) }; - inline constexpr std::array Scaleform__Render__StaticShaderManager_Scaleform__Render__CreationRenderer__ShaderDesc_Scaleform__Render__CreationRenderer__VertexShaderDesc_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderInterface_Scaleform__Render__CreationRenderer__Texture_{ REL::Offset(0x047656C0) }; - inline constexpr std::array Scaleform__Render__StrokeScaler{ REL::Offset(0x04085B70) }; - inline constexpr std::array Scaleform__Render__StrokeSorter{ REL::Offset(0x040840F8) }; - inline constexpr std::array Scaleform__Render__Stroker{ REL::Offset(0x04084070) }; - inline constexpr std::array Scaleform__Render__StrokerAA{ REL::Offset(0x04084180) }; - inline constexpr std::array Scaleform__Render__SubImage{ REL::Offset(0x0407BCC0) }; - inline constexpr std::array Scaleform__Render__SystemVertexFormat{ REL::Offset(0x04084290) }; - inline constexpr std::array Scaleform__Render__TGA__FileReader{ REL::Offset(0x04086380) }; - inline constexpr std::array Scaleform__Render__TGA__TGAFileImageSource{ REL::Offset(0x040863C0) }; - inline constexpr std::array Scaleform__Render__TessBase{ REL::Offset(0x04081638) }; - inline constexpr std::array Scaleform__Render__Tessellator{ REL::Offset(0x04083FE8) }; - inline constexpr std::array Scaleform__Render__TextLayerPrimitive{ REL::Offset(0x040874A0), REL::Offset(0x040874B0) }; - inline constexpr std::array Scaleform__Render__TextLayout{ REL::Offset(0x04086A98) }; - inline constexpr std::array Scaleform__Render__TextMeshProvider{ REL::Offset(0x04086F00) }; - inline constexpr std::array Scaleform__Render__TextPrimitiveBundle{ REL::Offset(0x040874D8), REL::Offset(0x04087500) }; - inline constexpr std::array Scaleform__Render__Text__Allocator{ REL::Offset(0x04082368) }; - inline constexpr std::array Scaleform__Render__Text__Allocator__TextFormatVisitor{ REL::Offset(0x040890F8) }; - inline constexpr std::array Scaleform__Render__Text__DocView{ REL::Offset(0x04086B90) }; - inline constexpr std::array Scaleform__Render__Text__DocView__DocumentText{ REL::Offset(0x04086B50) }; - inline constexpr std::array Scaleform__Render__Text__EditorKitBase{ REL::Offset(0x04086C48) }; - inline constexpr std::array Scaleform__Render__Text__FontHandle{ REL::Offset(0x0407F550) }; - inline constexpr std::array Scaleform__Render__Text__FontManagerBase{ REL::Offset(0x0407F5E0) }; - inline constexpr std::array Scaleform__Render__Text__HTMLImageTagDesc{ REL::Offset(0x040870C8) }; - inline constexpr std::array Scaleform__Render__Text__ImageDesc{ REL::Offset(0x040870B8) }; - inline constexpr std::array Scaleform__Render__Text__StyleManagerBase{ REL::Offset(0x040C4D18) }; - inline constexpr std::array Scaleform__Render__Text__StyledText{ REL::Offset(0x04086038) }; - inline constexpr std::array Scaleform__Render__Text__TextFilter{ REL::Offset(0x040847F0) }; - inline constexpr std::array Scaleform__Render__Texture{ REL::Offset(0x04765818) }; - inline constexpr std::array Scaleform__Render__TextureFormat{ REL::Offset(0x047658F8) }; - inline constexpr std::array Scaleform__Render__TextureGlyph{ REL::Offset(0x04080340) }; - inline constexpr std::array Scaleform__Render__TextureImage{ REL::Offset(0x0407BBE8) }; - inline constexpr std::array Scaleform__Render__TextureManager{ REL::Offset(0x0407B918), REL::Offset(0x0407BA00), REL::Offset(0x0407BA20) }; - inline constexpr std::array Scaleform__Render__TextureManagerLocks{ REL::Offset(0x0407B8B8) }; - inline constexpr std::array Scaleform__Render__TextureManager__ServiceCommand{ REL::Offset(0x0407B900) }; - inline constexpr std::array Scaleform__Render__ThreadCommandQueue{ REL::Offset(0x045C0538) }; - inline constexpr std::array Scaleform__Render__TransformerBase{ REL::Offset(0x0407ECE8) }; - inline constexpr std::array Scaleform__Render__TransformerWrapper_Scaleform__Render__Matrix2x4_float__{ REL::Offset(0x0407EED0) }; - inline constexpr std::array Scaleform__Render__TransformerWrapper_Scaleform__Render__Scale9GridInfo_{ REL::Offset(0x0407EF00) }; - inline constexpr std::array Scaleform__Render__TreeCacheContainer{ REL::Offset(0x0407C1A0) }; - inline constexpr std::array Scaleform__Render__TreeCacheMeshBase{ REL::Offset(0x04081E98) }; - inline constexpr std::array Scaleform__Render__TreeCacheNode{ REL::Offset(0x04081E28) }; - inline constexpr std::array Scaleform__Render__TreeCacheRoot{ REL::Offset(0x04081AC8) }; - inline constexpr std::array Scaleform__Render__TreeCacheShape{ REL::Offset(0x0407EF70) }; - inline constexpr std::array Scaleform__Render__TreeCacheShapeLayer{ REL::Offset(0x0407EFE0) }; - inline constexpr std::array Scaleform__Render__TreeCacheText{ REL::Offset(0x04087028) }; - inline constexpr std::array Scaleform__Render__TreeContainer__NodeData{ REL::Offset(0x04076950) }; - inline constexpr std::array Scaleform__Render__TreeNode__NodeData{ REL::Offset(0x04076900) }; - inline constexpr std::array Scaleform__Render__TreeRoot__NodeData{ REL::Offset(0x040769A0) }; - inline constexpr std::array Scaleform__Render__TreeShape__NodeData{ REL::Offset(0x04076E28) }; - inline constexpr std::array Scaleform__Render__TreeText__NodeData{ REL::Offset(0x04086AF8) }; - inline constexpr std::array Scaleform__Render__UserDataBundle{ REL::Offset(0x04084768) }; - inline constexpr std::array Scaleform__Render__UserDataEffect{ REL::Offset(0x04085FF0) }; - inline constexpr std::array Scaleform__Render__UserDataPrimitive{ REL::Offset(0x040845F0), REL::Offset(0x04084600) }; - inline constexpr std::array Scaleform__Render__UserDataState__Data{ REL::Offset(0x0407C190) }; - inline constexpr std::array Scaleform__Render__VectorGlyphShape{ REL::Offset(0x04085A98), REL::Offset(0x04085AA8) }; - inline constexpr std::array Scaleform__Render__VertexOutput{ REL::Offset(0x040868F8) }; - inline constexpr std::array Scaleform__Render__VertexPath{ REL::Offset(0x040816C0) }; - inline constexpr std::array Scaleform__Render__ViewMatrix3DBundle{ REL::Offset(0x04084718) }; - inline constexpr std::array Scaleform__Render__ViewMatrix3DEffect{ REL::Offset(0x04085F80) }; - inline constexpr std::array Scaleform__Render__ViewMatrix3DPrimitive{ REL::Offset(0x04084580), REL::Offset(0x04084590) }; - inline constexpr std::array Scaleform__Render__WrapperImageSource{ REL::Offset(0x0407E170) }; - inline constexpr std::array Scaleform__RepeatFormatter{ REL::Offset(0x04080030) }; - inline constexpr std::array Scaleform__ResourceFormatter{ REL::Offset(0x0407FF08) }; - inline constexpr std::array Scaleform__Semaphore{ REL::Offset(0x04077258), REL::Offset(0x04077278) }; - inline constexpr std::array Scaleform__SemaphoreWaitableIncrement{ REL::Offset(0x040772A8), REL::Offset(0x040772D8) }; - inline constexpr std::array Scaleform__StrFormatter{ REL::Offset(0x0407FCB8) }; - inline constexpr std::array Scaleform__String__InitStruct{ REL::Offset(0x04076758) }; - inline constexpr std::array Scaleform__SwitchFormatter{ REL::Offset(0x0407FFA8) }; - inline constexpr std::array Scaleform__SysAllocBase{ REL::Offset(0x04076700) }; - inline constexpr std::array Scaleform__SysAllocMalloc{ REL::Offset(0x04076720) }; - inline constexpr std::array Scaleform__SysAllocMapper{ REL::Offset(0x040D2AE8) }; - inline constexpr std::array Scaleform__SysAllocStatic{ REL::Offset(0x040773D8) }; - inline constexpr std::array Scaleform__SysFile{ REL::Offset(0x040D2930) }; - inline constexpr std::array Scaleform__SysMemMapper{ REL::Offset(0x0458F180) }; - inline constexpr std::array Scaleform__Thread{ REL::Offset(0x040774A8), REL::Offset(0x040774F0) }; - inline constexpr std::array Scaleform__UnopenedFile{ REL::Offset(0x040D29D8) }; - inline constexpr std::array Scaleform__Waitable{ REL::Offset(0x040771E8) }; - inline constexpr std::array SceneNextPhaseHandler{ REL::Offset(0x044E5F08) }; - inline constexpr std::array ScopeMenu{ REL::Offset(0x044B2B40), REL::Offset(0x044B2B58), REL::Offset(0x044B2BB0), REL::Offset(0x044B2C90), REL::Offset(0x044B2CB8) }; - inline constexpr std::array ScopeMenuUtil__FadeCallback{ REL::Offset(0x044B2D68) }; - inline constexpr std::array ScopeMenu__ScopeMenuDataEventShuttle{ REL::Offset(0x044B2D88) }; - inline constexpr std::array ScopeMenu__ScopeScalingData{ REL::Offset(0x044B2998) }; - inline constexpr std::array ScopeMenu__ZoomLevelData{ REL::Offset(0x044B2980) }; - inline constexpr std::array ScrapHeap{ REL::Offset(0x0456B518) }; - inline constexpr std::array Script{ REL::Offset(0x043DEF18), REL::Offset(0x043DF230) }; - inline constexpr std::array ScriptEffect{ REL::Offset(0x044C5EA0) }; - inline constexpr std::array Script__ResetDialogueFlags__2__MobDialogueFlagResetter{ REL::Offset(0x043E7780) }; - inline constexpr std::array ScriptedRefEffect{ REL::Offset(0x044C5DA8) }; - inline constexpr std::array ScrollItem{ REL::Offset(0x04363300), REL::Offset(0x04363808), REL::Offset(0x04363868), REL::Offset(0x043638E0), REL::Offset(0x04363940), REL::Offset(0x043639A0), REL::Offset(0x04363A08), REL::Offset(0x04363A78), REL::Offset(0x04363AD8), REL::Offset(0x04363B38), REL::Offset(0x04363BB0), REL::Offset(0x04363BC8), REL::Offset(0x04363BE8) }; - inline constexpr std::array SecurityMenu{ REL::Offset(0x044AC028), REL::Offset(0x044AC040), REL::Offset(0x044AC058), REL::Offset(0x044AC070), REL::Offset(0x044AC088), REL::Offset(0x044AC0A0), REL::Offset(0x044AC0B8), REL::Offset(0x044AC0D0), REL::Offset(0x044AC0F8), REL::Offset(0x044AC110), REL::Offset(0x044AC168) }; - inline constexpr std::array SecurityMenu_BackOutKey{ REL::Offset(0x044AC2F8) }; - inline constexpr std::array SecurityMenu_CloseMenu{ REL::Offset(0x044AC338) }; - inline constexpr std::array SecurityMenu_ConfirmExit{ REL::Offset(0x044AC298) }; - inline constexpr std::array SecurityMenu_EliminateUnusedKeys{ REL::Offset(0x044AC2B8) }; - inline constexpr std::array SecurityMenu_GetRingHint{ REL::Offset(0x044AC2D8) }; - inline constexpr std::array SecurityMenu_SelectNewKey{ REL::Offset(0x044AC278) }; - inline constexpr std::array SecurityMenu_TryUseKey{ REL::Offset(0x044AC318) }; - inline constexpr std::array SecurityMenu__SecurityMenuEventShuttle{ REL::Offset(0x044AC358) }; - inline constexpr std::array SeenData{ REL::Offset(0x044D43E0) }; - inline constexpr std::array Service{ REL::Offset(0x04452BB8), REL::Offset(0x04452BD0) }; - inline constexpr std::array SetOrientNode{ REL::Offset(0x04567E98) }; - inline constexpr std::array SetOrientNodeInstance{ REL::Offset(0x04567F00) }; - inline constexpr std::array SetPosNode{ REL::Offset(0x0456A440) }; - inline constexpr std::array SetPosNodeInstance{ REL::Offset(0x0456A3D0) }; - inline constexpr std::array Setting{ REL::Offset(0x03F25AF8) }; - inline constexpr std::array SettingCollectionList_Setting_{ REL::Offset(0x04343E58) }; - inline constexpr std::array SettingCollectionMap_Setting_{ REL::Offset(0x043441E8) }; - inline constexpr std::array SettingCollection_Setting_{ REL::Offset(0x04344180) }; - inline constexpr std::array SettingT_GameSettingCollection_{ REL::Offset(0x03F25A90) }; - inline constexpr std::array SettingT_INIPrefSettingCollection_{ REL::Offset(0x03F21558) }; - inline constexpr std::array SettingT_INISettingCollection_{ REL::Offset(0x03F25B18) }; - inline constexpr std::array SettingT_RegSettingCollection_{ REL::Offset(0x03F229A0) }; - inline constexpr std::array SettingT_bhkRandomVelocityGenerator__INISettingCollectionEx_{ REL::Offset(0x03F259A8) }; - inline constexpr std::array SettingsDataModel{ REL::Offset(0x04495040), REL::Offset(0x04495058), REL::Offset(0x04495070), REL::Offset(0x04495088), REL::Offset(0x044950A0), REL::Offset(0x044950B8), REL::Offset(0x044950E0), REL::Offset(0x044950F8), REL::Offset(0x04495150), REL::Offset(0x04495168), REL::Offset(0x04495180), REL::Offset(0x04495198), REL::Offset(0x044951B0), REL::Offset(0x044951C8), REL::Offset(0x044951E0) }; - inline constexpr std::array SettingsDataModel__SettingsEventShuttle{ REL::Offset(0x04495280) }; - inline constexpr std::array SettingsPanel_CheckBoxChanged{ REL::Offset(0x04494EF8) }; - inline constexpr std::array SettingsPanel_ClearBinding{ REL::Offset(0x04494F58) }; - inline constexpr std::array SettingsPanel_OpenCategory{ REL::Offset(0x04494ED8) }; - inline constexpr std::array SettingsPanel_OpenSettings{ REL::Offset(0x04494EB8) }; - inline constexpr std::array SettingsPanel_RemapConfirmed{ REL::Offset(0x04494F78) }; - inline constexpr std::array SettingsPanel_RemapMode{ REL::Offset(0x04495260) }; - inline constexpr std::array SettingsPanel_ResetToDefaults{ REL::Offset(0x04494F18) }; - inline constexpr std::array SettingsPanel_SaveControls{ REL::Offset(0x04494E78) }; - inline constexpr std::array SettingsPanel_SaveSettings{ REL::Offset(0x04494E98) }; - inline constexpr std::array SettingsPanel_SliderChanged{ REL::Offset(0x04494E38) }; - inline constexpr std::array SettingsPanel_StepperChanged{ REL::Offset(0x04494E58) }; - inline constexpr std::array SettingsPanel_ValidateControls{ REL::Offset(0x04494F38) }; - inline constexpr std::array SetupGraphRagdollHandler{ REL::Offset(0x044E3908) }; - inline constexpr std::array ShaderReferenceEffect{ REL::Offset(0x044C5FB0) }; - inline constexpr std::array SharedHeapAllocator{ REL::Offset(0x0456BFE0) }; - inline constexpr std::array ShipActionCameraState{ REL::Offset(0x0445C238), REL::Offset(0x0445C250) }; - inline constexpr std::array ShipBuilder_CloseAllMenus{ REL::Offset(0x0435F8A0) }; - inline constexpr std::array ShipCombatOrbitCameraState{ REL::Offset(0x0445C558) }; - inline constexpr std::array ShipCrewAssignData{ REL::Offset(0x04495F30) }; - inline constexpr std::array ShipCrewAssignData__ShipCrewAssignMenuEventShuttle{ REL::Offset(0x04495FE0) }; - inline constexpr std::array ShipCrewAssignMenu{ REL::Offset(0x044AC500), REL::Offset(0x044AC518), REL::Offset(0x044AC530), REL::Offset(0x044AC548), REL::Offset(0x044AC628) }; - inline constexpr std::array ShipCrewAssignMenu_Assign{ REL::Offset(0x044AC830) }; - inline constexpr std::array ShipCrewAssignMenu_Unassign{ REL::Offset(0x044AC810) }; - inline constexpr std::array ShipCrewData{ REL::Offset(0x04495ED8), REL::Offset(0x04495F00), REL::Offset(0x04495F18) }; - inline constexpr std::array ShipCrewData__ShipCrewMenuEventShuttle{ REL::Offset(0x04495FB8) }; - inline constexpr std::array ShipCrewMenu{ REL::Offset(0x044AC690), REL::Offset(0x044AC6A8), REL::Offset(0x044AC6C0), REL::Offset(0x044AC718), REL::Offset(0x044AC730) }; - inline constexpr std::array ShipCrewMenu_Close{ REL::Offset(0x044AC870) }; - inline constexpr std::array ShipCrewMenu_OpenAssignMenu{ REL::Offset(0x04495DF0) }; - inline constexpr std::array ShipCrewMenu_SetSort{ REL::Offset(0x04495D88) }; - inline constexpr std::array ShipCrewMenu_ViewedItem{ REL::Offset(0x044AC850) }; - inline constexpr std::array ShipEditor_ChangeModuleCategory{ REL::Offset(0x0435AFA8) }; - inline constexpr std::array ShipEditor_OnColorPickerControlChanged{ REL::Offset(0x0435B9C0) }; - inline constexpr std::array ShipEditor_OnColorPickerTabChanged{ REL::Offset(0x0435BA00) }; - inline constexpr std::array ShipEditor_OnColorSliderMouseInput{ REL::Offset(0x0435B9A0) }; - inline constexpr std::array ShipEditor_OnExitConfirmCancel{ REL::Offset(0x043591D8) }; - inline constexpr std::array ShipEditor_OnExitConfirmExit{ REL::Offset(0x043591B8) }; - inline constexpr std::array ShipEditor_OnExitConfirmSaveAndExit{ REL::Offset(0x043591F8) }; - inline constexpr std::array ShipEditor_OnFlightCheckTabChanged{ REL::Offset(0x0435A4D0) }; - inline constexpr std::array ShipEditor_OnHintButtonActivated{ REL::Offset(0x0435F860) }; - inline constexpr std::array ShipEditor_OnRecentColorSwatchClicked{ REL::Offset(0x0435B9E0) }; - inline constexpr std::array ShipEditor_OnRenameEndEditText{ REL::Offset(0x0435ABF8) }; - inline constexpr std::array ShipEditor_OnRenameInputCancelled{ REL::Offset(0x0435AC18) }; - inline constexpr std::array ShipEditor_OnWeaponGroupChanged{ REL::Offset(0x0435A4F0) }; - inline constexpr std::array ShipEditor_PreviewShipPart{ REL::Offset(0x0435AFC8) }; - inline constexpr std::array ShipEditor_PreviewUpgrade{ REL::Offset(0x0434C740) }; - inline constexpr std::array ShipEditor_RemoveAll3D{ REL::Offset(0x0435F880) }; - inline constexpr std::array ShipEditor_SelectedShipPart{ REL::Offset(0x0435AEC0) }; - inline constexpr std::array ShipEditor_SelectedUpgrade{ REL::Offset(0x0434C808) }; - inline constexpr std::array ShipEditor_SystemSelected{ REL::Offset(0x0434BD18) }; - inline constexpr std::array ShipFarTravelCameraState{ REL::Offset(0x0445C658), REL::Offset(0x0445C670) }; - inline constexpr std::array ShipHudDataModel{ REL::Offset(0x04498D98), REL::Offset(0x04498DB0), REL::Offset(0x04498DC8), REL::Offset(0x04498DE0), REL::Offset(0x04498DF8), REL::Offset(0x04498E20), REL::Offset(0x04498E38), REL::Offset(0x04498E50), REL::Offset(0x04498E68), REL::Offset(0x04498E80), REL::Offset(0x04498E98), REL::Offset(0x04498EB0), REL::Offset(0x04498EC8), REL::Offset(0x04498EE0), REL::Offset(0x04498EF8), REL::Offset(0x04498F10), REL::Offset(0x04498F28), REL::Offset(0x04498F40), REL::Offset(0x04498F58), REL::Offset(0x04498F70), REL::Offset(0x04498F88), REL::Offset(0x04498FA0), REL::Offset(0x04498FB8), REL::Offset(0x04498FD0), REL::Offset(0x04498FE8), REL::Offset(0x04499000), REL::Offset(0x04499018), REL::Offset(0x04499030), REL::Offset(0x04499048), REL::Offset(0x04499060), REL::Offset(0x04499078), REL::Offset(0x04499090), REL::Offset(0x044990C0) }; - inline constexpr std::array ShipHudDataModel__ShipHudEventShuttle{ REL::Offset(0x044993F0) }; - inline constexpr std::array ShipHudQuickContainer_TransferItem{ REL::Offset(0x044B3718) }; - inline constexpr std::array ShipHudQuickContainer_TransferMenu{ REL::Offset(0x044991B8) }; - inline constexpr std::array ShipHud_AbortJump{ REL::Offset(0x044B36B8) }; - inline constexpr std::array ShipHud_Activate{ REL::Offset(0x04499198) }; - inline constexpr std::array ShipHud_BodyViewMarkerDimensions{ REL::Offset(0x04499338) }; - inline constexpr std::array ShipHud_ChangeComponentSelection{ REL::Offset(0x04499138) }; - inline constexpr std::array ShipHud_CloseMenu{ REL::Offset(0x04498CB8) }; - inline constexpr std::array ShipHud_Deselect{ REL::Offset(0x044990F8) }; - inline constexpr std::array ShipHud_DockRequested{ REL::Offset(0x044B36F8) }; - inline constexpr std::array ShipHud_FarTravel{ REL::Offset(0x044992F8) }; - inline constexpr std::array ShipHud_HailAccepted{ REL::Offset(0x044991D8) }; - inline constexpr std::array ShipHud_HailCancelled{ REL::Offset(0x04499238) }; - inline constexpr std::array ShipHud_HailShip{ REL::Offset(0x044B3738) }; - inline constexpr std::array ShipHud_JumpToQuestMarker{ REL::Offset(0x04499298) }; - inline constexpr std::array ShipHud_Land{ REL::Offset(0x04499158) }; - inline constexpr std::array ShipHud_LandingMarkerMap{ REL::Offset(0x04499218) }; - inline constexpr std::array ShipHud_Map{ REL::Offset(0x04499178) }; - inline constexpr std::array ShipHud_OnMonocleToggle{ REL::Offset(0x044991F8) }; - inline constexpr std::array ShipHud_OpenPhotoMode{ REL::Offset(0x04499318) }; - inline constexpr std::array ShipHud_Repair{ REL::Offset(0x044992D8) }; - inline constexpr std::array ShipHud_SetTargetMode{ REL::Offset(0x044992B8) }; - inline constexpr std::array ShipHud_Target{ REL::Offset(0x044990D8) }; - inline constexpr std::array ShipHud_TargetShipSystem{ REL::Offset(0x04499258) }; - inline constexpr std::array ShipHud_UntargetShipSystem{ REL::Offset(0x04499278) }; - inline constexpr std::array ShipHud_UpdateComponentPower{ REL::Offset(0x04499118) }; - inline constexpr std::array ShipHud_UpdateTargetPanelRect{ REL::Offset(0x044B3698) }; - inline constexpr std::array ShipRefuelMenu{ REL::Offset(0x044AC940), REL::Offset(0x044AC958), REL::Offset(0x044AC970), REL::Offset(0x044AC988), REL::Offset(0x044ACA68) }; - inline constexpr std::array ShipRefuelMenuDataModel{ REL::Offset(0x0449A8C0) }; - inline constexpr std::array ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle{ REL::Offset(0x0449AAB8) }; - inline constexpr std::array ShipTargetingCameraState{ REL::Offset(0x0445C720) }; - inline constexpr std::array ShowSubsegmentHandler{ REL::Offset(0x044E38D8) }; - inline constexpr std::array SimpleAnimationGraphManagerHolder{ REL::Offset(0x04455568) }; - inline constexpr std::array SimpleAnimationGraphManagerLoadingTask{ REL::Offset(0x04455640) }; - inline constexpr std::array SitWaitMenu{ REL::Offset(0x0451FE48), REL::Offset(0x0451FF28), REL::Offset(0x0451FF80) }; - inline constexpr std::array SkillsMenu{ REL::Offset(0x044AD958), REL::Offset(0x044AD970), REL::Offset(0x044AD988), REL::Offset(0x044AD9A0), REL::Offset(0x044AD9B8), REL::Offset(0x044AD9D0), REL::Offset(0x044AD9E8), REL::Offset(0x044ADA10), REL::Offset(0x044ADA28), REL::Offset(0x044ADA80), REL::Offset(0x044ADA98) }; - inline constexpr std::array SkillsMenu_Accept{ REL::Offset(0x044ADBD8) }; - inline constexpr std::array SkillsMenu_AddPatch{ REL::Offset(0x044ADBB8) }; - inline constexpr std::array SkillsMenu_Cancel{ REL::Offset(0x044ADBF8) }; - inline constexpr std::array SkillsMenu_ChangeCursorVisibility{ REL::Offset(0x044ADB98) }; - inline constexpr std::array SkillsMenu_SaveLastCategory{ REL::Offset(0x044ADB78) }; - inline constexpr std::array SkillsMenu__SkillsMenuEventShuttle{ REL::Offset(0x044ADD78) }; - inline constexpr std::array SkinAttach{ REL::Offset(0x045861D8) }; - inline constexpr std::array Sky{ REL::Offset(0x04414760) }; - inline constexpr std::array SkyEffectController{ REL::Offset(0x04413BA0) }; - inline constexpr std::array SleepWaitMenu{ REL::Offset(0x04520478), REL::Offset(0x04520558), REL::Offset(0x045205B0), REL::Offset(0x045205C8), REL::Offset(0x045205F0), REL::Offset(0x04520608), REL::Offset(0x04520620) }; - inline constexpr std::array SleepWaitMenu_InterruptRest{ REL::Offset(0x04520658) }; - inline constexpr std::array SleepWaitMenu_StartRest{ REL::Offset(0x04520638) }; - inline constexpr std::array SleepWaitMenu__SleepWaitMenuEventShuttle{ REL::Offset(0x04520680) }; - inline constexpr std::array SlideStartHandler{ REL::Offset(0x044E5ED8) }; - inline constexpr std::array SlowTimeEffect{ REL::Offset(0x044C6258), REL::Offset(0x044C6270) }; - inline constexpr std::array SneakStateChangeHandler{ REL::Offset(0x044E3668) }; - inline constexpr std::array SoulTrapEffect{ REL::Offset(0x044C6368) }; - inline constexpr std::array SpaceComponentViewAccessWrite{ REL::Offset(0x04397868) }; - inline constexpr std::array SpaceshipAIComponentEventHandler{ REL::Offset(0x04559660), REL::Offset(0x04559678) }; - inline constexpr std::array SpaceshipBIEvents__EventSink{ REL::Offset(0x044C7F20), REL::Offset(0x044C7F38), REL::Offset(0x044C7F50), REL::Offset(0x044C7F68), REL::Offset(0x044C7F80), REL::Offset(0x044C7F98), REL::Offset(0x044C7FB0), REL::Offset(0x044C7FC8) }; - inline constexpr std::array SpaceshipBoostPart{ REL::Offset(0x04559D50) }; - inline constexpr std::array SpaceshipDockingFinishedHandler{ REL::Offset(0x044E5F38) }; - inline constexpr std::array SpaceshipEditor__HangarModeState_Null{ REL::Offset(0x0447AB80) }; - inline constexpr std::array SpaceshipEditor__HangarModeState_ShipInspect{ REL::Offset(0x0447AC80), REL::Offset(0x0447ACD0) }; - inline constexpr std::array SpaceshipEditor__HangarModeState_ShipSelection{ REL::Offset(0x0447B588), REL::Offset(0x0447B5B0), REL::Offset(0x0447B658), REL::Offset(0x0447B670), REL::Offset(0x0447B688), REL::Offset(0x0447B6A0), REL::Offset(0x0447B6B8) }; - inline constexpr std::array SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle{ REL::Offset(0x0447B6D0) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Add{ REL::Offset(0x0435AEE0), REL::Offset(0x0435AEF8), REL::Offset(0x0435AF10), REL::Offset(0x0435AF28), REL::Offset(0x0435AF50) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle{ REL::Offset(0x0435AFE8) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Color{ REL::Offset(0x0435B8F0), REL::Offset(0x0435B908), REL::Offset(0x0435B920), REL::Offset(0x0435B948), REL::Offset(0x0435BA20), REL::Offset(0x0435BA38) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle{ REL::Offset(0x0435BA50) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Edit{ REL::Offset(0x0435F7B0) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Empty{ REL::Offset(0x0435F6C0) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Null{ REL::Offset(0x0435F808) }; - inline constexpr std::array SpaceshipEditor__ModuleModeState_Selection{ REL::Offset(0x0435F758) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Exiting{ REL::Offset(0x04359218), REL::Offset(0x04359258), REL::Offset(0x04359280), REL::Offset(0x04359298), REL::Offset(0x043592B0) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle{ REL::Offset(0x043592C8) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_FlightCheck{ REL::Offset(0x0435A510), REL::Offset(0x0435A550), REL::Offset(0x0435A578), REL::Offset(0x0435A590) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle{ REL::Offset(0x0435A658) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_HangarMode{ REL::Offset(0x0447AB58), REL::Offset(0x0447ABD0) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle{ REL::Offset(0x0447AC58) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Loading{ REL::Offset(0x0435F718) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_ModuleMode{ REL::Offset(0x0435A6F8) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Null{ REL::Offset(0x0435F208) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Popup{ REL::Offset(0x0435F1C8) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Rename{ REL::Offset(0x0435AB60), REL::Offset(0x0435AB78), REL::Offset(0x0435AB90), REL::Offset(0x0435ABB8) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle{ REL::Offset(0x0435AC38) }; - inline constexpr std::array SpaceshipEditor__ShipBuilderState_UpgradeMode{ REL::Offset(0x0434B608) }; - inline constexpr std::array SpaceshipEditor__Spaceship3DManager{ REL::Offset(0x0435D538) }; - inline constexpr std::array SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle{ REL::Offset(0x0435D5B8) }; - inline constexpr std::array SpaceshipEditor__SpaceshipEditorGame3DManager{ REL::Offset(0x0435D5E8) }; - inline constexpr std::array SpaceshipEditor__SpaceshipEditorMenu{ REL::Offset(0x0435F248), REL::Offset(0x0435F260), REL::Offset(0x0435F278), REL::Offset(0x0435F2A0), REL::Offset(0x0435F2B8), REL::Offset(0x0435F528), REL::Offset(0x0435F600), REL::Offset(0x0435F618) }; - inline constexpr std::array SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle{ REL::Offset(0x0435F8C0) }; - inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_3a7cedac80f3cfa35a1d3a7f5dc314b3___lambda_86e0c2c42de2e53ece760a7e21698684__{ REL::Offset(0x0447B640) }; - inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_60f1bc7a58f30f6d342170c2483cac2a___lambda_2331bc39f638ff34407821b196aaeab7__{ REL::Offset(0x0447AC40) }; - inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_6c01e1bac8bee0f1de64e92dd2b65cb1___lambda_4c48211ce3c39697931036d04e978926__{ REL::Offset(0x0447AB40) }; - inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_e11f166cc8a5f071ffef5453272ab6fd___lambda_29737b93d6d45deaab6c0d7b817b4615__{ REL::Offset(0x0447AC28) }; - inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_f7162d15568901a3907864f5d9b4c9e5___lambda_d7b0bc563be69ca0e52d9c030ad87c93__{ REL::Offset(0x0447AC10) }; - inline constexpr std::array SpaceshipEditor__UpgradeModeState_Null{ REL::Offset(0x0435F670) }; - inline constexpr std::array SpaceshipEditor__UpgradeModeState_Replace{ REL::Offset(0x0434C760), REL::Offset(0x0434C7B0), REL::Offset(0x0434C7D8), REL::Offset(0x0434C7F0) }; - inline constexpr std::array SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle{ REL::Offset(0x0434C828) }; - inline constexpr std::array SpaceshipEditor__UpgradeModeState_SystemSelect{ REL::Offset(0x0434BC88), REL::Offset(0x0434BCD8), REL::Offset(0x0434BD00) }; - inline constexpr std::array SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle{ REL::Offset(0x0434BD38) }; - inline constexpr std::array SpaceshipEffectsUtil__EventSink{ REL::Offset(0x04559B38), REL::Offset(0x04559B50) }; - inline constexpr std::array SpaceshipEquipmentComponent{ REL::Offset(0x04559B98) }; - inline constexpr std::array SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler{ REL::Offset(0x04559C00), REL::Offset(0x04559C18), REL::Offset(0x04559C30), REL::Offset(0x04559C48), REL::Offset(0x04559DB0), REL::Offset(0x04559DC8), REL::Offset(0x04559DE0) }; - inline constexpr std::array SpaceshipGravDrivePart{ REL::Offset(0x04559CA8) }; - inline constexpr std::array SpaceshipHudMenu{ REL::Offset(0x044B3488), REL::Offset(0x044B34A0), REL::Offset(0x044B34B8), REL::Offset(0x044B34D0), REL::Offset(0x044B34E8), REL::Offset(0x044B3500), REL::Offset(0x044B3518), REL::Offset(0x044B3530), REL::Offset(0x044B3548), REL::Offset(0x044B3628), REL::Offset(0x044B3640) }; - inline constexpr std::array SpaceshipLandingFinishedFailsafeHandler{ REL::Offset(0x044E5F20) }; - inline constexpr std::array SpaceshipLandingFinishedHandler{ REL::Offset(0x044E5F68) }; - inline constexpr std::array SpaceshipLinkedCell__ExteriorShipCell{ REL::Offset(0x0455FBD0) }; - inline constexpr std::array SpaceshipLinkedCell__InteriorShipCell{ REL::Offset(0x0455FBF0) }; - inline constexpr std::array SpaceshipLinkedCell__ShipCell{ REL::Offset(0x0455FBE0) }; - inline constexpr std::array SpaceshipMobilityPart{ REL::Offset(0x04559CF0) }; - inline constexpr std::array SpaceshipPart{ REL::Offset(0x04559BA8) }; - inline constexpr std::array SpaceshipPlayerSounds{ REL::Offset(0x0455A510), REL::Offset(0x0455A528) }; - inline constexpr std::array SpaceshipShieldPart{ REL::Offset(0x04559C60) }; - inline constexpr std::array SpaceshipSoundsUtils__SpaceshipSoundsEventHandler{ REL::Offset(0x0455A5B0), REL::Offset(0x0455A5C8), REL::Offset(0x0455A5E0) }; - inline constexpr std::array SpaceshipTakeOffFinishedHandler{ REL::Offset(0x044E5F50) }; - inline constexpr std::array SpaceshipUndockingFinishedHandler{ REL::Offset(0x044E6070) }; - inline constexpr std::array SpaceshipWeapon{ REL::Offset(0x04559BF0) }; - inline constexpr std::array Spaceship__InstanceData{ REL::Offset(0x0439E620) }; - inline constexpr std::array Spaceship__LadderSwapHandler{ REL::Offset(0x03EFCFE0) }; - inline constexpr std::array Spaceship__ShipProxyCollisionListener{ REL::Offset(0x0439EDA8) }; - inline constexpr std::array Spaceship__TargetingMode{ REL::Offset(0x044D3400) }; - inline constexpr std::array Spaceship____SpaceshipEventHandler{ REL::Offset(0x045592E8), REL::Offset(0x04559300), REL::Offset(0x04559318), REL::Offset(0x04559330), REL::Offset(0x04559348), REL::Offset(0x04559378), REL::Offset(0x04559390), REL::Offset(0x045593A8), REL::Offset(0x045593C0), REL::Offset(0x045593D8), REL::Offset(0x045593F0), REL::Offset(0x04559408), REL::Offset(0x04559420), REL::Offset(0x04559438), REL::Offset(0x04559450) }; - inline constexpr std::array SpawnHazardEffect{ REL::Offset(0x044D4420) }; - inline constexpr std::array SpawnOnDestroyUtils__SpawnOnDestroyEventHandler{ REL::Offset(0x043541F0) }; - inline constexpr std::array SpecificItemCollector{ REL::Offset(0x04412250) }; - inline constexpr std::array SpectatorPackage{ REL::Offset(0x044E0E00), REL::Offset(0x044E0E18) }; - inline constexpr std::array SpeedScale{ REL::Offset(0x0456A180) }; - inline constexpr std::array SpeedScaleInstance{ REL::Offset(0x0456A110) }; - inline constexpr std::array SpellItem{ REL::Offset(0x03EF23D8), REL::Offset(0x03EF24D8), REL::Offset(0x03EF2538), REL::Offset(0x03EF29C0), REL::Offset(0x03EF2A08), REL::Offset(0x03EF2A68), REL::Offset(0x03EF2AE8), REL::Offset(0x03EF2B80), REL::Offset(0x03EF2BE8) }; - inline constexpr std::array SpringBoneData{ REL::Offset(0x043906C0) }; - inline constexpr std::array SpringBoneInstance{ REL::Offset(0x04390690) }; - inline constexpr std::array StaggerEffect{ REL::Offset(0x044C6460) }; - inline constexpr std::array StaggerMeter{ REL::Offset(0x04566C60) }; - inline constexpr std::array StaggerMeterInstance{ REL::Offset(0x04568578) }; - inline constexpr std::array StaggeredStopHandler{ REL::Offset(0x044E31D0) }; - inline constexpr std::array StarField__LoadNodeBarrier{ REL::Offset(0x0439EF18) }; - inline constexpr std::array StarField__ModuleState{ REL::Offset(0x0439EFE8), REL::Offset(0x0439F000) }; - inline constexpr std::array StarField__SpaceReference__RetargetExterior3d{ REL::Offset(0x0439EFD0) }; - inline constexpr std::array StarField____CellLoadNode{ REL::Offset(0x0439EF68) }; - inline constexpr std::array StarField____CellLoadPostProcessNode{ REL::Offset(0x0439EEC8) }; - inline constexpr std::array StarField____CellStateControl{ REL::Offset(0x0439F118) }; - inline constexpr std::array StarField____CellStateControlNoShipSpawn{ REL::Offset(0x0439EE10) }; - inline constexpr std::array StarField____CellUnloadPostProcessNode{ REL::Offset(0x0439EE28) }; - inline constexpr std::array StarField____DetachedShipPartLoadNode{ REL::Offset(0x0439EE78) }; - inline constexpr std::array StarField____ReferenceCellComponentHandler{ REL::Offset(0x0439F0E8) }; - inline constexpr std::array StarField____ShipCollectionCellPostProcessNode{ REL::Offset(0x0439ECF0) }; - inline constexpr std::array StarMapMenu_ExecuteRoute{ REL::Offset(0x044B8D38) }; - inline constexpr std::array StarMapMenu_Galaxy_FocusSystem{ REL::Offset(0x044B8168) }; - inline constexpr std::array StarMapMenu_LandingInputInProgress{ REL::Offset(0x044B5600) }; - inline constexpr std::array StarMapMenu_MarkerGroupContainerVisibilityChanged{ REL::Offset(0x044B55C0) }; - inline constexpr std::array StarMapMenu_MarkerGroupEntryClicked{ REL::Offset(0x044B55E0) }; - inline constexpr std::array StarMapMenu_MarkerGroupEntryHoverChanged{ REL::Offset(0x044B5580) }; - inline constexpr std::array StarMapMenu_OnCancel{ REL::Offset(0x044B8D18) }; - inline constexpr std::array StarMapMenu_OnClearRoute{ REL::Offset(0x044B8D78) }; - inline constexpr std::array StarMapMenu_OnExitStarMap{ REL::Offset(0x044B8CF8) }; - inline constexpr std::array StarMapMenu_OnGalaxyViewInitialized{ REL::Offset(0x044B8188) }; - inline constexpr std::array StarMapMenu_OnHintButtonClicked{ REL::Offset(0x044B8D58) }; - inline constexpr std::array StarMapMenu_OnOutpostEntrySelected{ REL::Offset(0x044B8CD8) }; - inline constexpr std::array StarMapMenu_QuickSelectChange{ REL::Offset(0x044B6CB8) }; - inline constexpr std::array StarMapMenu_ReadyToClose{ REL::Offset(0x044B8CB8) }; - inline constexpr std::array StarMapMenu_ScanPlanet{ REL::Offset(0x044B8C98) }; - inline constexpr std::array StarMapMenu_SelectedLandingSite{ REL::Offset(0x044B55A0) }; - inline constexpr std::array StarMapMenu_SelectedLandingSiteFailed{ REL::Offset(0x044B5560) }; - inline constexpr std::array StarMapMenu_ShowRealCursor{ REL::Offset(0x044B8C78) }; - inline constexpr std::array StarMap__BodyInfoToUI{ REL::Offset(0x04480108) }; - inline constexpr std::array StarMap__BodyInspectState{ REL::Offset(0x044B5398), REL::Offset(0x044B53B0), REL::Offset(0x044B53C8), REL::Offset(0x044B53E0), REL::Offset(0x044B53F8), REL::Offset(0x044B5410), REL::Offset(0x044B5428), REL::Offset(0x044B5440), REL::Offset(0x044B5468), REL::Offset(0x044B5478), REL::Offset(0x044B5490), REL::Offset(0x044B54A8), REL::Offset(0x044B54B8) }; - inline constexpr std::array StarMap__BodyInspectState__BodyInspectStateEventShuttle{ REL::Offset(0x044B5620) }; - inline constexpr std::array StarMap__ConfirmCustomMarkerActionCallback{ REL::Offset(0x044BAA30) }; - inline constexpr std::array StarMap__DelayCommand{ REL::Offset(0x044B7398) }; - inline constexpr std::array StarMap__Galaxy3DScene{ REL::Offset(0x044B38A8) }; - inline constexpr std::array StarMap__GalaxyState{ REL::Offset(0x044B69E8), REL::Offset(0x044B6A00), REL::Offset(0x044B6A18), REL::Offset(0x044B6A28), REL::Offset(0x044B6AC8), REL::Offset(0x044B6AD8), REL::Offset(0x044B6AE8) }; - inline constexpr std::array StarMap__GalaxyState__GalaxyStateEventShuttle{ REL::Offset(0x044B6CD8) }; - inline constexpr std::array StarMap__IStarMapState{ REL::Offset(0x044B52D8), REL::Offset(0x044B52E8), REL::Offset(0x044B52F8) }; - inline constexpr std::array StarMap__LerpCommand_NiPoint3A_{ REL::Offset(0x044B9A58) }; - inline constexpr std::array StarMap__LerpCommand_float_{ REL::Offset(0x044B9A70) }; - inline constexpr std::array StarMap__PlanetInfoToUI{ REL::Offset(0x0447FF58) }; - inline constexpr std::array StarMap__SelectBodyEventHelper{ REL::Offset(0x044D3380) }; - inline constexpr std::array StarMap__StarMapMenu{ REL::Offset(0x044B89B0), REL::Offset(0x044B89C8), REL::Offset(0x044B89E0), REL::Offset(0x044B89F8), REL::Offset(0x044B8A10), REL::Offset(0x044B8A28), REL::Offset(0x044B8A40), REL::Offset(0x044B8A58), REL::Offset(0x044B8A70), REL::Offset(0x044B8A88), REL::Offset(0x044B8AA0), REL::Offset(0x044B8AB8), REL::Offset(0x044B8AD0), REL::Offset(0x044B8AE8), REL::Offset(0x044B8B10), REL::Offset(0x044B8B28), REL::Offset(0x044B8B40), REL::Offset(0x044B8C20) }; - inline constexpr std::array StarMap__StarMapMenuDataModel{ REL::Offset(0x044B80A8), REL::Offset(0x044B80B8), REL::Offset(0x044B80D0), REL::Offset(0x044B80F8), REL::Offset(0x044B8150) }; - inline constexpr std::array StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle{ REL::Offset(0x044B8670) }; - inline constexpr std::array StarMap__StarMapMenu__StarMapMenuEventShuttle{ REL::Offset(0x044B8D98) }; - inline constexpr std::array StarMap__StarMapSystemMobile{ REL::Offset(0x044B98F8) }; - inline constexpr std::array StarMap__SurfaceMap3DScene{ REL::Offset(0x0447C7B0) }; - inline constexpr std::array StarMap__SurfaceMapState{ REL::Offset(0x044BA310), REL::Offset(0x044BA328), REL::Offset(0x044BA340), REL::Offset(0x044BA358), REL::Offset(0x044BA380), REL::Offset(0x044BA398), REL::Offset(0x044BA3A8), REL::Offset(0x044BA3B8) }; - inline constexpr std::array StarMap__SurfaceMapState__SurfaceMapStateEventShuttle{ REL::Offset(0x044BAA08) }; - inline constexpr std::array StarMap__SystemBodyInfoToUI{ REL::Offset(0x04480278) }; - inline constexpr std::array StarMap__SystemState{ REL::Offset(0x044BB378), REL::Offset(0x044BB390), REL::Offset(0x044BB3A8), REL::Offset(0x044BB3B8), REL::Offset(0x044BB3E0), REL::Offset(0x044BB3F0), REL::Offset(0x044BB400) }; - inline constexpr std::array StarMap__SystemState__SystemStateEventShuttle{ REL::Offset(0x044BB560) }; - inline constexpr std::array StarMap__Util__ConfirmFastTravelCallback{ REL::Offset(0x044B52C0) }; - inline constexpr std::array StarMap__Util__ConfirmGravJumpPlotCallback{ REL::Offset(0x044B52A8) }; - inline constexpr std::array StarbornUtils____ShowCredits{ REL::Offset(0x0447B798) }; - inline constexpr std::array StarbornUtils____StarbornManager{ REL::Offset(0x0447B7E8) }; - inline constexpr std::array StartFloatingHandler{ REL::Offset(0x044E36F8) }; - inline constexpr std::array StartPCapVoiceHandler{ REL::Offset(0x044E3878) }; - inline constexpr std::array StartSecurityMinigameHandler{ REL::Offset(0x044E5F80) }; - inline constexpr std::array StateConfirmingAction{ REL::Offset(0x0448AFB8) }; - inline constexpr std::array StateEngagmentPrompt{ REL::Offset(0x0448AE68) }; - inline constexpr std::array StateInitialLoad{ REL::Offset(0x0448A928) }; - inline constexpr std::array StateIntroVideo{ REL::Offset(0x0448ABC8) }; - inline constexpr std::array StateLegalScreen{ REL::Offset(0x0448AC70) }; - inline constexpr std::array StateLoadPanelInteract{ REL::Offset(0x0448AF10) }; - inline constexpr std::array StateMachine{ REL::Offset(0x045678E0) }; - inline constexpr std::array StateMachineInstance{ REL::Offset(0x04567928) }; - inline constexpr std::array StateMainPanelInteract{ REL::Offset(0x0448B060) }; - inline constexpr std::array StateOpenFromInstallMenu{ REL::Offset(0x0448AA78) }; - inline constexpr std::array StateOpenFromReset{ REL::Offset(0x0448A9D0) }; - inline constexpr std::array StateOpenFromStartup{ REL::Offset(0x0448AB20) }; - inline constexpr std::array StateOtherMenuOpen{ REL::Offset(0x0448B1B0) }; - inline constexpr std::array StatePerformingAction{ REL::Offset(0x0448B108) }; - inline constexpr std::array StateSettingsPanelInteract{ REL::Offset(0x0448B258) }; - inline constexpr std::array StateSplashScreen{ REL::Offset(0x0448AD18) }; - inline constexpr std::array StateVariableControl{ REL::Offset(0x04569888) }; - inline constexpr std::array StateVariableControlInstance{ REL::Offset(0x045698F0) }; - inline constexpr std::array StateWaitingOnLoad{ REL::Offset(0x0448ADC0) }; - inline constexpr std::array StaticAvoidNodeManager{ REL::Offset(0x044E05B8), REL::Offset(0x044E05E0) }; - inline constexpr std::array StatusMenu{ REL::Offset(0x044BB988), REL::Offset(0x044BB9A0), REL::Offset(0x044BB9F8) }; - inline constexpr std::array SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed{ REL::Offset(0x0478FD38) }; - inline constexpr std::array StimpakEffect{ REL::Offset(0x044C6558) }; - inline constexpr std::array StopFloatingHandler{ REL::Offset(0x044E36E0) }; - inline constexpr std::array StopMountCameraHandler{ REL::Offset(0x044E3458) }; - inline constexpr std::array StorageTable__AsyncTableColumnBase{ REL::Offset(0x04386F78) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_{ REL::Offset(0x045B4BC8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_{ REL::Offset(0x045B4A40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_{ REL::Offset(0x045B4710) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_{ REL::Offset(0x045B4798) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_{ REL::Offset(0x045B4650) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_{ REL::Offset(0x045B5060) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_{ REL::Offset(0x045B8C08) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_{ REL::Offset(0x045B74A8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_{ REL::Offset(0x045B7B50) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_{ REL::Offset(0x04384B28) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_{ REL::Offset(0x04384498) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_{ REL::Offset(0x045B6188) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_{ REL::Offset(0x045B5E80) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_{ REL::Offset(0x045B6B38) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_{ REL::Offset(0x045B6508) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__CameraViewData_{ REL::Offset(0x045B7DA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__ClearColor_{ REL::Offset(0x045B57D0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_{ REL::Offset(0x045B65A8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_{ REL::Offset(0x045B5B90) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__{ REL::Offset(0x045B5438) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraCut_{ REL::Offset(0x04383B40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_{ REL::Offset(0x04384938) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustum_{ REL::Offset(0x043844B8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraScissor_{ REL::Offset(0x04384278) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraTransformData_{ REL::Offset(0x04384B48) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraViewport_{ REL::Offset(0x04383EE0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_{ REL::Offset(0x045B3A18) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_{ REL::Offset(0x045B44D0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Clouds__Storage_StorageTable__CloudData_{ REL::Offset(0x04383308) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Debug__Storage_StorageTable__RenderDebugData_{ REL::Offset(0x04384DE8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_{ REL::Offset(0x045B4A60) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_{ REL::Offset(0x045B48D0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_{ REL::Offset(0x045B4AA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_{ REL::Offset(0x045B4910) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__{ REL::Offset(0x045B4128) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_{ REL::Offset(0x045B8228) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B7850) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__Bounds_{ REL::Offset(0x045B8538) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_{ REL::Offset(0x045B5368) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B7E30) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__{ REL::Offset(0x045B57B0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04388A20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_{ REL::Offset(0x04382960) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_{ REL::Offset(0x04382C38) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_{ REL::Offset(0x04382648) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_{ REL::Offset(0x04388800) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___{ REL::Offset(0x04382E10) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_{ REL::Offset(0x045B8C28) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ REL::Offset(0x045B56F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B5388) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_{ REL::Offset(0x045B8B28) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_{ REL::Offset(0x045B80D0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Bounds_{ REL::Offset(0x045B7B30) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_{ REL::Offset(0x045B61A8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__RenderOrder_{ REL::Offset(0x045B5A50) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B85A0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ REL::Offset(0x045B6548) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__{ REL::Offset(0x045B5E20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__TMP_GeometryBlockDirty_{ REL::Offset(0x045B8860) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Transform_{ REL::Offset(0x045B7328) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_{ REL::Offset(0x043827A8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_{ REL::Offset(0x045B8728) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_{ REL::Offset(0x045B48F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_{ REL::Offset(0x04382920) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_{ REL::Offset(0x045B5E40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_{ REL::Offset(0x045B5F00) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_{ REL::Offset(0x045B68D0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_{ REL::Offset(0x045B6248) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_{ REL::Offset(0x045B6568) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_{ REL::Offset(0x045B3B10) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_{ REL::Offset(0x045B53C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_{ REL::Offset(0x045B4148) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_{ REL::Offset(0x045B5B50) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_{ REL::Offset(0x045B3CE0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_{ REL::Offset(0x045B4340) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_{ REL::Offset(0x045B3C80) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_{ REL::Offset(0x043887E0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_{ REL::Offset(0x045B5E60) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_{ REL::Offset(0x045B58D0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_BSAreaLight__AreaLightData_{ REL::Offset(0x045B6B98) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_{ REL::Offset(0x045B3F70) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B8D08) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_{ REL::Offset(0x045B3C60) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightBoxVolume_{ REL::Offset(0x045B6168) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightColorData_{ REL::Offset(0x045B5810) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightDimensions_{ REL::Offset(0x045B5348) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_{ REL::Offset(0x045B64E8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightMetaData_{ REL::Offset(0x045B8518) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightParams_{ REL::Offset(0x045B6820) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightProjectionData_{ REL::Offset(0x045B5DD8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightTextures_{ REL::Offset(0x045B5B70) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__MatrixTransform_{ REL::Offset(0x045B7E10) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B7808) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__{ REL::Offset(0x045B72E8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_{ REL::Offset(0x045B8CC0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_{ REL::Offset(0x045B61C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_{ REL::Offset(0x045B8B48) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_{ REL::Offset(0x045B5A70) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__DirtyTraits_{ REL::Offset(0x045B7348) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_{ REL::Offset(0x045B6B78) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_{ REL::Offset(0x045B6800) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_{ REL::Offset(0x045B6528) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__{ REL::Offset(0x045B80F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__{ REL::Offset(0x045B57F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__{ REL::Offset(0x045B53A8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__{ REL::Offset(0x045B5DB8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__{ REL::Offset(0x045B8580) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__{ REL::Offset(0x045B7B10) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_{ REL::Offset(0x04385D68) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04385180) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_{ REL::Offset(0x04385FA8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_{ REL::Offset(0x04385520) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_{ REL::Offset(0x04386218) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_{ REL::Offset(0x04385A20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_{ REL::Offset(0x043858D8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_{ REL::Offset(0x04384E28) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_{ REL::Offset(0x04385540) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_{ REL::Offset(0x04386238) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ REL::Offset(0x043847D8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_{ REL::Offset(0x043851A0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_{ REL::Offset(0x04385FC8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_{ REL::Offset(0x04385BE8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__VertexStreamDirty_{ REL::Offset(0x04386D48) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_{ REL::Offset(0x04383EA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04384258) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Bounds_{ REL::Offset(0x04383B20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_{ REL::Offset(0x04382FD0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__ForceFade_{ REL::Offset(0x04383730) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_{ REL::Offset(0x04382AC8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StateFlags_{ REL::Offset(0x043831A8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__{ REL::Offset(0x04383E20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__{ REL::Offset(0x045B4A80) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_{ REL::Offset(0x045B42E0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_{ REL::Offset(0x045B4020) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_{ REL::Offset(0x045B4420) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_{ REL::Offset(0x045B7308) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B4AC0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__{ REL::Offset(0x045B4108) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__Transform_{ REL::Offset(0x045B4250) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_{ REL::Offset(0x045B4468) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ REL::Offset(0x045B42C0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045B4320) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_{ REL::Offset(0x045B3DC0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_{ REL::Offset(0x045B44B0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B4778) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_{ REL::Offset(0x045B4B08) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__{ REL::Offset(0x045B4000) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__{ REL::Offset(0x045B4300) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__{ REL::Offset(0x045B4168) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B4930) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ REL::Offset(0x045B3A38) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__{ REL::Offset(0x045B4630) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__{ REL::Offset(0x045B6680) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_{ REL::Offset(0x045B3CC0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_{ REL::Offset(0x045B5040) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_{ REL::Offset(0x045B4D18) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_{ REL::Offset(0x045B4F08) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_{ REL::Offset(0x045B4F48) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_{ REL::Offset(0x045B5EE0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B66A0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_{ REL::Offset(0x045B68B0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_{ REL::Offset(0x045B3AA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_{ REL::Offset(0x045B3C40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__{ REL::Offset(0x045B3CA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_{ REL::Offset(0x045B5EA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ REL::Offset(0x045B6228) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B5F20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_{ REL::Offset(0x045B6B58) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_{ REL::Offset(0x045B65C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_{ REL::Offset(0x045B3F90) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B5B30) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ REL::Offset(0x045B5458) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ REL::Offset(0x045B5518) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_{ REL::Offset(0x04388A40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_{ REL::Offset(0x04388820) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04388428) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_{ REL::Offset(0x04382FB0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_{ REL::Offset(0x04383E00) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_{ REL::Offset(0x04382AA8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_{ REL::Offset(0x04382E30) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_{ REL::Offset(0x04382668) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_{ REL::Offset(0x04383188) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_{ REL::Offset(0x04384238) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_{ REL::Offset(0x04383710) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_{ REL::Offset(0x04383C80) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_{ REL::Offset(0x04388578) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_{ REL::Offset(0x04382980) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_{ REL::Offset(0x045B5F40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_{ REL::Offset(0x045B61E8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_{ REL::Offset(0x045B4360) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_{ REL::Offset(0x045B58F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_{ REL::Offset(0x045B6588) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_{ REL::Offset(0x045B68F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__{ REL::Offset(0x045B3D00) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__{ REL::Offset(0x045B3C20) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__{ REL::Offset(0x045B3A80) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_{ REL::Offset(0x045B7AF0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_{ REL::Offset(0x045B74C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_{ REL::Offset(0x045B69B0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04383578) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_{ REL::Offset(0x04383C60) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_{ REL::Offset(0x045B6890) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_{ REL::Offset(0x045B5EC0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_{ REL::Offset(0x045B6660) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_{ REL::Offset(0x045B6208) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_{ REL::Offset(0x04383E40) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_{ REL::Offset(0x04384100) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_{ REL::Offset(0x04383B60) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_{ REL::Offset(0x043838C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_{ REL::Offset(0x043831C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__CubemapBackground_{ REL::Offset(0x04385C08) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogMap_{ REL::Offset(0x04384CB8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogSettings_{ REL::Offset(0x04386128) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_{ REL::Offset(0x04383F00) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_{ REL::Offset(0x04382AE8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PrecipitationData_{ REL::Offset(0x04384B68) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__SceneData_{ REL::Offset(0x04382CE8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_{ REL::Offset(0x043835C0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__{ REL::Offset(0x04386F58) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__{ REL::Offset(0x04385EA0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__{ REL::Offset(0x043844D8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__{ REL::Offset(0x04385560) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__{ REL::Offset(0x043858F8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x04386D68) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_{ REL::Offset(0x043851C0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__WindData_{ REL::Offset(0x043847F8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_{ REL::Offset(0x04382DF0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_{ REL::Offset(0x04382940) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ REL::Offset(0x043827C8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_{ REL::Offset(0x045B4DF8) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_{ REL::Offset(0x045B4DB0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_{ REL::Offset(0x045B4C38) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_{ REL::Offset(0x045B4C80) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__{ REL::Offset(0x045B4F68) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_{ REL::Offset(0x045B4F28) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x043859E0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_{ REL::Offset(0x04385F68) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x04385310) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_{ REL::Offset(0x04385660) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_{ REL::Offset(0x04385D48) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_{ REL::Offset(0x04385A00) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_{ REL::Offset(0x04384E08) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_{ REL::Offset(0x04385160) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_{ REL::Offset(0x04384958) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_{ REL::Offset(0x04385F88) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_{ REL::Offset(0x04385500) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x04385680) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_{ REL::Offset(0x043859C0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DData_{ REL::Offset(0x04384628) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_{ REL::Offset(0x04383EC0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_{ REL::Offset(0x04382F90) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_{ REL::Offset(0x043836F0) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_{ REL::Offset(0x045B5080) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_{ REL::Offset(0x045B4730) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterMetaData_{ REL::Offset(0x045B5020) }; - inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_{ REL::Offset(0x045B4F88) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_128_12_0_{ REL::Offset(0x045B7430) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_128_16_0_{ REL::Offset(0x045B8270) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_128_24_0_{ REL::Offset(0x045B7828) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_16_0_{ REL::Offset(0x045B7270) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_16_2_{ REL::Offset(0x04382B48) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_24_2_{ REL::Offset(0x04382E78) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_2_2_{ REL::Offset(0x043888A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_4_2_{ REL::Offset(0x04388AA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_56_2_{ REL::Offset(0x04382838) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_128_2_{ REL::Offset(0x04385330) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_176_2_{ REL::Offset(0x04385DB0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_20_2_{ REL::Offset(0x04385A40) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_2564_2_{ REL::Offset(0x043856C8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_319536_2_{ REL::Offset(0x04386010) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_40_2_{ REL::Offset(0x043849C8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_96_2_{ REL::Offset(0x04384E70) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1052672_64_24_2_{ REL::Offset(0x04383CC8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1052672_64_2_2_{ REL::Offset(0x04383378) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1052672_64_4_2_{ REL::Offset(0x04383F60) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_16_2_{ REL::Offset(0x045B3BF8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_1_2_{ REL::Offset(0x045B3FD8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_24_2_{ REL::Offset(0x045B66C0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_2_2_{ REL::Offset(0x045B5960) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_4_2_{ REL::Offset(0x045B5678) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_8_2_{ REL::Offset(0x045B60C8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_12288_128_24_2_{ REL::Offset(0x045B4808) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_12288_128_40_2_{ REL::Offset(0x045B4670) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_12288_64_4_0_{ REL::Offset(0x04385D20) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1280_16_1_0_{ REL::Offset(0x045B78C0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1280_16_8_0_{ REL::Offset(0x045B70E0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1280_8_64_2_{ REL::Offset(0x045B8080) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_12_2_{ REL::Offset(0x045B41D8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_16_2_{ REL::Offset(0x045B6498) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_20_2_{ REL::Offset(0x045B4CA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_24_0_{ REL::Offset(0x045B7480) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_32_2_{ REL::Offset(0x045B6140) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_36_2_{ REL::Offset(0x045B4C58) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_4_0_{ REL::Offset(0x045B7790) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_4_2_{ REL::Offset(0x045B3B30) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_56_2_{ REL::Offset(0x045B6738) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_60_2_{ REL::Offset(0x045B6A48) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_8_2_{ REL::Offset(0x045B6A20) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_8_16_0_{ REL::Offset(0x045B7158) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_8_2_2_{ REL::Offset(0x045B50A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1536_8_8_2_{ REL::Offset(0x045B4CF0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_16_0_{ REL::Offset(0x045B88A8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_24_0_{ REL::Offset(0x045B8AD8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_40_0_{ REL::Offset(0x045B7960) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_4_0_{ REL::Offset(0x045B8CE0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_8_0_{ REL::Offset(0x045B8880) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_112_2_{ REL::Offset(0x045B3B58) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_16_2_{ REL::Offset(0x045B4568) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_24_2_{ REL::Offset(0x045B4978) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_2_2_{ REL::Offset(0x045B47B8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_32_2_{ REL::Offset(0x045B7C38) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_4_2_{ REL::Offset(0x045B3AC0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_8_2_{ REL::Offset(0x045B4188) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_168_0_{ REL::Offset(0x045B53E8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_16_0_{ REL::Offset(0x045B7180) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_240_0_{ REL::Offset(0x045B58A8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_24_0_{ REL::Offset(0x045B81D8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_32_0_{ REL::Offset(0x045B7408) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_4_0_{ REL::Offset(0x045B7898) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_84_0_{ REL::Offset(0x045B5538) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_8_0_{ REL::Offset(0x045B8C48) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_2048_16_40_2_{ REL::Offset(0x045B64C0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_2048_16_80_2_{ REL::Offset(0x045B5CF0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_24_2_{ REL::Offset(0x045B80A8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_2_2_{ REL::Offset(0x045B5738) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_36_2_{ REL::Offset(0x045B52F8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_4_2_{ REL::Offset(0x045B7718) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_270336_128_16_0_{ REL::Offset(0x045B77E0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_270336_128_8_0_{ REL::Offset(0x045B7458) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_24_2_{ REL::Offset(0x04385B80) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_32_2_{ REL::Offset(0x045B4698) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_48_2_{ REL::Offset(0x043856A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_4_0_{ REL::Offset(0x045B75B0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_4_2_{ REL::Offset(0x04385B58) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_64_2_{ REL::Offset(0x04385FE8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_8_0_{ REL::Offset(0x045B70B8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_112_2_{ REL::Offset(0x045B52A8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_120_2_{ REL::Offset(0x045B8058) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_128_2_{ REL::Offset(0x045B6B10) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_16_2_{ REL::Offset(0x045B7040) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_1_2_{ REL::Offset(0x045B7018) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_24_2_{ REL::Offset(0x045B8BB8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_2_2_{ REL::Offset(0x045B82E8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_40_2_{ REL::Offset(0x045B76C8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_48_2_{ REL::Offset(0x045B5D90) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_4_2_{ REL::Offset(0x045B52D0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_52_2_{ REL::Offset(0x045B3EA8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_64_2_{ REL::Offset(0x045B56A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_8_2_{ REL::Offset(0x045B8BE0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_128_2_{ REL::Offset(0x045B4200) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_16_2_{ REL::Offset(0x045B66E8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_1_2_{ REL::Offset(0x045B4950) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_20_2_{ REL::Offset(0x045B3B80) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_24_2_{ REL::Offset(0x045B8030) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_2_2_{ REL::Offset(0x045B7740) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_48_2_{ REL::Offset(0x045B7EA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_4_2_{ REL::Offset(0x045B6FA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_52_2_{ REL::Offset(0x045B5320) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_60_2_{ REL::Offset(0x045B3E80) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_72_2_{ REL::Offset(0x045B6AE8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_76_2_{ REL::Offset(0x045B5D68) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_84_2_{ REL::Offset(0x045B60F0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_8_2_{ REL::Offset(0x045B63D0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_1072_0_{ REL::Offset(0x045B5410) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_12_0_{ REL::Offset(0x045B7F18) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_1_0_{ REL::Offset(0x045B7910) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_1_2_{ REL::Offset(0x045B44F0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_2_2_{ REL::Offset(0x045B6710) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_32_0_{ REL::Offset(0x045B8188) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_44_2_{ REL::Offset(0x045B4540) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_4_0_{ REL::Offset(0x045B7130) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_4_2_{ REL::Offset(0x045B3FB0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_8_0_{ REL::Offset(0x045B5830) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_4608_8_40_0_{ REL::Offset(0x04385CD0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_5120_64_16_0_{ REL::Offset(0x045B7368) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_5120_64_8_0_{ REL::Offset(0x04385CF8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_528384_64_16_0_{ REL::Offset(0x045B73B8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_528384_64_40_0_{ REL::Offset(0x045B7938) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_16_2_{ REL::Offset(0x04386258) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_24_2_{ REL::Offset(0x04386038) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_2_2_{ REL::Offset(0x04385A68) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_48_2_{ REL::Offset(0x04385DD8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_4_2_{ REL::Offset(0x04385358) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_128_2_{ REL::Offset(0x043888C8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_12_2_{ REL::Offset(0x04388AC8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_1584_2_{ REL::Offset(0x04383488) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_16_0_{ REL::Offset(0x045B7108) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_1_2_{ REL::Offset(0x04383018) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_24_2_{ REL::Offset(0x04384298) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_2_2_{ REL::Offset(0x04383778) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_4_2_{ REL::Offset(0x04383350) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_56_0_{ REL::Offset(0x045B8200) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_8_0_{ REL::Offset(0x045B7988) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_8_2_{ REL::Offset(0x04388528) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_12_2_{ REL::Offset(0x04383CF0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_160_2_{ REL::Offset(0x04384BF0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_16_2_{ REL::Offset(0x04383FB0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_1_2_{ REL::Offset(0x043849A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_24_2_{ REL::Offset(0x04384560) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_256_0_{ REL::Offset(0x045B8360) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_4_0_{ REL::Offset(0x045B7248) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_8_0_{ REL::Offset(0x045B72C0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_16_0_{ REL::Offset(0x045B7588) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_1_0_{ REL::Offset(0x045B71D0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_24_0_{ REL::Offset(0x045B5858) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_256_0_{ REL::Offset(0x045B7768) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_32_0_{ REL::Offset(0x045B5190) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_3_0_{ REL::Offset(0x045B8248) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_4400_0_{ REL::Offset(0x045B7870) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_48_0_{ REL::Offset(0x045B8338) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_4_0_{ REL::Offset(0x045B7298) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_516_0_{ REL::Offset(0x045B7EF0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_65536_0_{ REL::Offset(0x045B5CA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_72_0_{ REL::Offset(0x045B7090) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_744_0_{ REL::Offset(0x045B69F8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_8344_0_{ REL::Offset(0x045B5C50) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_88_0_{ REL::Offset(0x045B5560) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_8_0_{ REL::Offset(0x043870A8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_9480_0_{ REL::Offset(0x045B7DE8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_65536_256_16_0_{ REL::Offset(0x045B7068) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_65536_256_8_0_{ REL::Offset(0x045B78E8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_65536_512_16_0_{ REL::Offset(0x045B73E0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_104_2_{ REL::Offset(0x043862A8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_120_0_{ REL::Offset(0x045B81B0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_12_2_{ REL::Offset(0x045B41B0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_132_2_{ REL::Offset(0x043834B0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_140_2_{ REL::Offset(0x045B5230) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_16_0_{ REL::Offset(0x045B7DC0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_16_2_{ REL::Offset(0x04385D88) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_1904_2_{ REL::Offset(0x043849F0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_1_2_{ REL::Offset(0x04382EA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_2048_2_{ REL::Offset(0x04383328) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_20_2_{ REL::Offset(0x045B6470) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_248_0_{ REL::Offset(0x045B7390) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_24_2_{ REL::Offset(0x043840D8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_26900_2_{ REL::Offset(0x043833A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_28_2_{ REL::Offset(0x045B3BD0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_32_2_{ REL::Offset(0x04384BC8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_36_2_{ REL::Offset(0x043842C0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_40_2_{ REL::Offset(0x04383CA0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_48_2_{ REL::Offset(0x045B6448) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_4_0_{ REL::Offset(0x045B77B8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_4_2_{ REL::Offset(0x04387058) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_5184_2_{ REL::Offset(0x04382810) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_528_2_{ REL::Offset(0x045B5CC8) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_56_2_{ REL::Offset(0x04385220) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_64_2_{ REL::Offset(0x045B6868) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_68_2_{ REL::Offset(0x04384E98) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_8280_2_{ REL::Offset(0x04383040) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_88_2_{ REL::Offset(0x045B76F0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_8_2_{ REL::Offset(0x04382B70) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_16_2_{ REL::Offset(0x04386280) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_28_2_{ REL::Offset(0x04384E48) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_2_2_{ REL::Offset(0x045B49A0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_48_2_{ REL::Offset(0x043829E0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_4_2_{ REL::Offset(0x04384978) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_8_2_{ REL::Offset(0x04382E50) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8704_8_24_2_{ REL::Offset(0x04383750) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_8704_8_4_2_{ REL::Offset(0x04382FF0) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_98304_512_32_2_{ REL::Offset(0x04383F88) }; - inline constexpr std::array StorageTable__BaseMemoryHandler_98304_512_8_2_{ REL::Offset(0x04384538) }; - inline constexpr std::array StorageTable__DirectColumnDataStorageInterface{ REL::Offset(0x04388388) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_128_12_4_0_{ REL::Offset(0x045B90E8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_128_16_8_0_{ REL::Offset(0x045B92C8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_128_24_4_0_{ REL::Offset(0x045B9110) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_16_8_0_{ REL::Offset(0x045B9598) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_16_8_2_{ REL::Offset(0x04387FD0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_24_4_2_{ REL::Offset(0x04388138) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_24_8_2_{ REL::Offset(0x04387FF8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_2_2_2_{ REL::Offset(0x04388048) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_4_2_2_{ REL::Offset(0x04388070) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_56_8_2_{ REL::Offset(0x04388020) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_128_4_2_{ REL::Offset(0x043879E0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_176_4_2_{ REL::Offset(0x04387940) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_20_4_2_{ REL::Offset(0x04387990) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_2564_4_2_{ REL::Offset(0x043879B8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_319536_4_2_{ REL::Offset(0x04387968) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_40_8_2_{ REL::Offset(0x04387A30) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_96_4_2_{ REL::Offset(0x04387A08) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_24_4_2_{ REL::Offset(0x04387BC0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_2_2_2_{ REL::Offset(0x04387BE8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_4_2_2_{ REL::Offset(0x04387B98) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_4_4_2_{ REL::Offset(0x04387DF0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_16_4_2_{ REL::Offset(0x043853F8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_1_1_2_{ REL::Offset(0x043853D0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_24_4_2_{ REL::Offset(0x043853A8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_2_2_2_{ REL::Offset(0x043854B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_4_2_2_{ REL::Offset(0x04385380) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_4_4_2_{ REL::Offset(0x04385460) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_8_4_2_{ REL::Offset(0x043854D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_12288_128_24_4_2_{ REL::Offset(0x043825F8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_12288_128_40_8_2_{ REL::Offset(0x04382620) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_12288_64_4_4_0_{ REL::Offset(0x043880E8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1280_16_1_1_0_{ REL::Offset(0x045B9638) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1280_16_8_8_0_{ REL::Offset(0x045B9610) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1280_8_64_4_2_{ REL::Offset(0x04385E78) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_12_4_2_{ REL::Offset(0x04384FB0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_16_8_2_{ REL::Offset(0x043847B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_20_4_2_{ REL::Offset(0x04388400) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_24_8_0_{ REL::Offset(0x045B9048) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_32_8_2_{ REL::Offset(0x04384F10) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_36_4_2_{ REL::Offset(0x043883D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_4_4_0_{ REL::Offset(0x045B9070) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_4_4_2_{ REL::Offset(0x04384F88) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_56_8_2_{ REL::Offset(0x04384F60) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_60_4_2_{ REL::Offset(0x04384F38) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_8_8_2_{ REL::Offset(0x04384A38) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_8_16_8_0_{ REL::Offset(0x045B94A8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_8_2_1_2_{ REL::Offset(0x04388790) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_8_8_8_2_{ REL::Offset(0x043886E0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_16_4_0_{ REL::Offset(0x045B9700) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_16_8_0_{ REL::Offset(0x045B9750) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_24_4_0_{ REL::Offset(0x045B96B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_40_8_0_{ REL::Offset(0x045B9688) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_4_2_0_{ REL::Offset(0x045B9660) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_4_4_0_{ REL::Offset(0x045B9778) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_8_4_0_{ REL::Offset(0x045B9728) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_8_8_0_{ REL::Offset(0x045B96D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_112_4_2_{ REL::Offset(0x04383AA8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_16_8_2_{ REL::Offset(0x04383AF8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_24_4_2_{ REL::Offset(0x043839B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_2_2_2_{ REL::Offset(0x043839D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_32_4_2_{ REL::Offset(0x043865D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_4_2_2_{ REL::Offset(0x04383A00) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_4_4_2_{ REL::Offset(0x04383AD0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_8_4_2_{ REL::Offset(0x04383988) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_168_8_0_{ REL::Offset(0x045B98B8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_16_4_0_{ REL::Offset(0x045B9160) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_16_8_0_{ REL::Offset(0x045B9818) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_240_4_0_{ REL::Offset(0x045B9840) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_24_4_0_{ REL::Offset(0x045B97C8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_24_8_0_{ REL::Offset(0x045B9868) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_32_4_0_{ REL::Offset(0x045B9138) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_4_4_0_{ REL::Offset(0x045B97A0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_84_4_0_{ REL::Offset(0x045B9890) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_8_4_0_{ REL::Offset(0x045B97F0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_8_8_0_{ REL::Offset(0x045B8F30) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2048_16_40_4_2_{ REL::Offset(0x04384C90) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2048_16_80_8_2_{ REL::Offset(0x04384C68) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_24_4_2_{ REL::Offset(0x04386320) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_2_2_2_{ REL::Offset(0x04386348) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_36_4_2_{ REL::Offset(0x04386398) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_4_2_2_{ REL::Offset(0x043862F8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_4_4_2_{ REL::Offset(0x04386370) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_270336_128_16_8_0_{ REL::Offset(0x045B91B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_270336_128_8_8_0_{ REL::Offset(0x045B9188) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_24_8_2_{ REL::Offset(0x04387B70) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_32_4_2_{ REL::Offset(0x043827E8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_48_8_2_{ REL::Offset(0x04387B20) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_4_4_0_{ REL::Offset(0x045B9548) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_4_4_2_{ REL::Offset(0x04387B48) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_64_8_2_{ REL::Offset(0x04387918) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_8_4_0_{ REL::Offset(0x045B9520) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_112_16_2_{ REL::Offset(0x04387620) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_120_8_2_{ REL::Offset(0x043875A8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_128_4_2_{ REL::Offset(0x04387698) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_16_4_2_{ REL::Offset(0x04387498) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_16_8_2_{ REL::Offset(0x043875D0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_1_1_2_{ REL::Offset(0x04387760) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_24_4_2_{ REL::Offset(0x043876C0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_24_8_2_{ REL::Offset(0x04387738) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_2_2_2_{ REL::Offset(0x043873F8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_40_8_2_{ REL::Offset(0x04387788) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_48_8_2_{ REL::Offset(0x04387648) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_4_2_2_{ REL::Offset(0x04387448) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_4_4_2_{ REL::Offset(0x04387670) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_52_4_2_{ REL::Offset(0x04387580) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_64_16_2_{ REL::Offset(0x043875F8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_8_4_2_{ REL::Offset(0x04387420) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_8_8_2_{ REL::Offset(0x04387470) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_128_1_2_{ REL::Offset(0x04383850) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_16_4_2_{ REL::Offset(0x043869C8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_1_1_2_{ REL::Offset(0x043838A0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_20_4_2_{ REL::Offset(0x04386A18) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_24_4_2_{ REL::Offset(0x04386AB8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_24_8_2_{ REL::Offset(0x04386A68) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_2_1_2_{ REL::Offset(0x04383878) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_2_2_2_{ REL::Offset(0x04386A40) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_48_16_2_{ REL::Offset(0x04386A90) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_4_2_2_{ REL::Offset(0x04386C00) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_4_4_2_{ REL::Offset(0x04386C28) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_52_4_2_{ REL::Offset(0x04386AE0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_60_4_2_{ REL::Offset(0x043869F0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_72_4_2_{ REL::Offset(0x043869A0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_76_4_2_{ REL::Offset(0x04386B08) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_84_4_2_{ REL::Offset(0x04386B58) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_8_8_2_{ REL::Offset(0x04386B30) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_1072_4_0_{ REL::Offset(0x045B8E18) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_12_4_0_{ REL::Offset(0x045B8FD0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_1_1_0_{ REL::Offset(0x045B9020) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_1_1_2_{ REL::Offset(0x043843B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_2_1_2_{ REL::Offset(0x04384338) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_32_4_0_{ REL::Offset(0x045B8FA8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_44_4_2_{ REL::Offset(0x04383598) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_4_2_2_{ REL::Offset(0x04384360) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_4_4_0_{ REL::Offset(0x045B8FF8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_4_4_2_{ REL::Offset(0x04384388) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_8_4_0_{ REL::Offset(0x045B8E40) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4608_8_40_4_0_{ REL::Offset(0x04388098) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_5120_64_16_8_0_{ REL::Offset(0x045B8EE0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_5120_64_8_8_0_{ REL::Offset(0x043880C0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_528384_64_16_8_0_{ REL::Offset(0x045B8DC8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_528384_64_40_8_0_{ REL::Offset(0x045B8DF0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_16_4_2_{ REL::Offset(0x043877D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_16_8_2_{ REL::Offset(0x04387878) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_24_4_2_{ REL::Offset(0x04387828) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_2_2_2_{ REL::Offset(0x04387850) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_48_8_2_{ REL::Offset(0x04387800) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_4_2_2_{ REL::Offset(0x043878A0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_128_4_2_{ REL::Offset(0x04387D50) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_12_4_2_{ REL::Offset(0x04387D78) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_1584_16_2_{ REL::Offset(0x04387F30) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_16_8_0_{ REL::Offset(0x045B8F58) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_1_1_2_{ REL::Offset(0x04387D00) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_24_4_2_{ REL::Offset(0x04387EE0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_24_8_2_{ REL::Offset(0x04387F08) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_2_1_2_{ REL::Offset(0x04387CD8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_4_2_2_{ REL::Offset(0x04387DA0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_4_4_2_{ REL::Offset(0x04387D28) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_56_8_0_{ REL::Offset(0x045B8F08) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_8_4_2_{ REL::Offset(0x04387DC8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_8_8_0_{ REL::Offset(0x045B8F80) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_12_4_2_{ REL::Offset(0x04387AD0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_160_16_2_{ REL::Offset(0x04387A58) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_16_4_2_{ REL::Offset(0x04387AA8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_1_1_2_{ REL::Offset(0x04387CB0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_24_4_2_{ REL::Offset(0x04387A80) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_256_8_0_{ REL::Offset(0x045B9570) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_4_4_0_{ REL::Offset(0x045B9368) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_8_8_0_{ REL::Offset(0x045B9340) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_16_4_0_{ REL::Offset(0x045B94F8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_16_8_0_{ REL::Offset(0x045B9318) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_1_1_0_{ REL::Offset(0x045B92F0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_24_8_0_{ REL::Offset(0x045B90C0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_256_8_0_{ REL::Offset(0x045B9278) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_32_8_0_{ REL::Offset(0x045B9408) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_3_1_0_{ REL::Offset(0x045B92A0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_4400_8_0_{ REL::Offset(0x045B9458) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_48_8_0_{ REL::Offset(0x045B93B8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_4_4_0_{ REL::Offset(0x045B9390) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_516_4_0_{ REL::Offset(0x045B93E0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_65536_8_0_{ REL::Offset(0x045B94D0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_72_8_0_{ REL::Offset(0x045B9430) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_744_8_0_{ REL::Offset(0x045B9480) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_8344_8_0_{ REL::Offset(0x045B9098) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_88_8_0_{ REL::Offset(0x045B9250) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_8_8_0_{ REL::Offset(0x04388110) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_9480_8_0_{ REL::Offset(0x045B9228) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_65536_256_16_8_0_{ REL::Offset(0x045B95C0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_65536_256_8_8_0_{ REL::Offset(0x045B95E8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_65536_512_16_8_0_{ REL::Offset(0x045B8EB8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_104_4_2_{ REL::Offset(0x04388200) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_120_8_0_{ REL::Offset(0x045B91D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_12_4_2_{ REL::Offset(0x04385078) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_132_4_2_{ REL::Offset(0x043882C8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_140_4_2_{ REL::Offset(0x04384FD8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_16_4_2_{ REL::Offset(0x04385768) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_16_8_0_{ REL::Offset(0x045B9200) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_16_8_2_{ REL::Offset(0x04387C88) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_1904_4_2_{ REL::Offset(0x04388278) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_1_1_2_{ REL::Offset(0x043881D8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_2048_8_2_{ REL::Offset(0x04387E18) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_20_4_2_{ REL::Offset(0x043857B8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_248_8_0_{ REL::Offset(0x045B8E68) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_24_4_2_{ REL::Offset(0x04385740) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_24_8_2_{ REL::Offset(0x04388160) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_26900_4_2_{ REL::Offset(0x04388318) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_28_4_2_{ REL::Offset(0x04385050) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_32_4_2_{ REL::Offset(0x04387C60) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_32_8_2_{ REL::Offset(0x043857E0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_36_4_2_{ REL::Offset(0x043882A0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_40_4_2_{ REL::Offset(0x04387E90) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_40_8_2_{ REL::Offset(0x043876E8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_48_8_2_{ REL::Offset(0x04385028) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_4_2_2_{ REL::Offset(0x04387EB8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_4_4_0_{ REL::Offset(0x045B8E90) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_4_4_2_{ REL::Offset(0x043878F0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_5184_8_2_{ REL::Offset(0x04388188) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_528_8_2_{ REL::Offset(0x04385790) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_56_4_2_{ REL::Offset(0x04388228) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_64_4_2_{ REL::Offset(0x04384648) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_68_4_2_{ REL::Offset(0x04388250) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_8280_8_2_{ REL::Offset(0x043882F0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_88_8_2_{ REL::Offset(0x04387710) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_8_4_2_{ REL::Offset(0x043881B0) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_16_8_2_{ REL::Offset(0x043878C8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_28_4_2_{ REL::Offset(0x04387AF8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_2_2_2_{ REL::Offset(0x043830B8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_48_4_2_{ REL::Offset(0x04387FA8) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_4_4_2_{ REL::Offset(0x04387F80) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_8_8_2_{ REL::Offset(0x04387F58) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8704_8_24_8_2_{ REL::Offset(0x04387E68) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8704_8_4_4_2_{ REL::Offset(0x04387E40) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_98304_512_32_4_2_{ REL::Offset(0x04387C38) }; - inline constexpr std::array StorageTable__HostOnlyMemoryImpl_98304_512_8_8_2_{ REL::Offset(0x04387C10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__LUTSet_0_{ REL::Offset(0x045B7A00) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__PrecomputeResourceState_0_{ REL::Offset(0x045B6D48) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_2_{ REL::Offset(0x045B4FA8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_2_{ REL::Offset(0x045B46E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_2_{ REL::Offset(0x045B4E90) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_2_{ REL::Offset(0x045B8C98) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_2_{ REL::Offset(0x045B71A8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_2_{ REL::Offset(0x045B7600) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_2_{ REL::Offset(0x04384C18) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_2_{ REL::Offset(0x043845B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__CascadeShadowMapCache_0_{ REL::Offset(0x045B6A70) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__HistoryData_0_{ REL::Offset(0x045B55D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__VisualizationData_0_{ REL::Offset(0x045B8110) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__GPUDebugGeometry__HistoryData_0_{ REL::Offset(0x045B56C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HDRSystem__HDRConfig_0_{ REL::Offset(0x045B5AE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HeightfieldSystem__HeightfieldData_0_{ REL::Offset(0x045B7A50) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ParticleLighting__PerChunkIndexData_0_{ REL::Offset(0x045B5DF8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ProbeSystem__ProbeSystemData_0_{ REL::Offset(0x045B6BE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ShadowMapCameraCutData_0_{ REL::Offset(0x045B6840) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__SkyOcclusionSystem__SkyOcclusionData_0_{ REL::Offset(0x045B8400) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__TiledCullingData_0_{ REL::Offset(0x045B6078) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__CGen__HDRData_0_{ REL::Offset(0x045B63F8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_2_{ REL::Offset(0x045B5F88) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_2_{ REL::Offset(0x045B5C28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_2_{ REL::Offset(0x045B6910) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_2_{ REL::Offset(0x045B6358) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__CameraViewData_2_{ REL::Offset(0x045B7EC8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__ClearColor_2_{ REL::Offset(0x045B5650) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_2_{ REL::Offset(0x045B6610) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_2_{ REL::Offset(0x045B5A28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__2_{ REL::Offset(0x045B50C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_NiCamera_0_{ REL::Offset(0x04386488) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraBlocks_0_{ REL::Offset(0x045B6E88) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraCut_2_{ REL::Offset(0x04383C10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_2_{ REL::Offset(0x04384898) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustum_2_{ REL::Offset(0x043845D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraScissor_2_{ REL::Offset(0x043841E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraTransformData_2_{ REL::Offset(0x04384C40) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraViewport_2_{ REL::Offset(0x04384028) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_2_{ REL::Offset(0x045B3AE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_2_{ REL::Offset(0x045B45E0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Clouds__Storage_StorageTable__CloudData_2_{ REL::Offset(0x04383268) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Debug__Storage_StorageTable__RenderDebugData_2_{ REL::Offset(0x04384EC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_CreationRenderer__DecalSlotRefCount_0_{ REL::Offset(0x043864B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_StorageTable__UniqueHandle_StorageTable__DecalSlot__Storage__0_{ REL::Offset(0x04385F40) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_2_{ REL::Offset(0x045B47E0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_2_{ REL::Offset(0x045B48A8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__FocusShadowLightBinding_0_{ REL::Offset(0x045B6D70) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__GeometryList_0_{ REL::Offset(0x045B8558) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_2_{ REL::Offset(0x045B4BA0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_2_{ REL::Offset(0x045B4A18) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__2_{ REL::Offset(0x045B4AE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__UniqueHandle_StorageTable__ShadowMap__Storage__0_{ REL::Offset(0x045B7A28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_2_{ REL::Offset(0x045B8310) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B6CA8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B7538) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B8298) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_2_{ REL::Offset(0x045B50F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B7E50) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__2_{ REL::Offset(0x045B54C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_BSTHashMap_std__pair_unsignedint_unsignedint__unsignedint_BSTDefaultScatterTable__0_{ REL::Offset(0x045B84C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__GeometryParticleInstanceDataAllocation_0_{ REL::Offset(0x045B7A78) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B6C58) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043889D0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_2_{ REL::Offset(0x04382A58) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_2_{ REL::Offset(0x04382B98) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_2_{ REL::Offset(0x04382758) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x04388918) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___2_{ REL::Offset(0x04382EF0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_BSGeometry_0_{ REL::Offset(0x045B8A38) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__BoneBufferAllocation_0_{ REL::Offset(0x045B87E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__CRMeshLODHandle_0_{ REL::Offset(0x045B7650) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B8A10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_2_{ REL::Offset(0x045B8C70) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ REL::Offset(0x045B54A0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B5168) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_2_{ REL::Offset(0x045B8B90) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_2_{ REL::Offset(0x045B7F68) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B7510) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_2_{ REL::Offset(0x045B6000) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__BoundsRatioToModel_0_{ REL::Offset(0x045B7FB8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredMaterialInstances_0_{ REL::Offset(0x045B7B70) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredModelKey_0_{ REL::Offset(0x045B8AB0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__OperationSequence_0_{ REL::Offset(0x045B6E38) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__RenderOrder_2_{ REL::Offset(0x045B5880) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B83B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ REL::Offset(0x045B6330) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__2_{ REL::Offset(0x045B5C78) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_2_{ REL::Offset(0x04382708) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_2_{ REL::Offset(0x045B8B00) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_2_{ REL::Offset(0x045B4880) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_2_{ REL::Offset(0x04382A08) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_2_{ REL::Offset(0x045B5FD8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_2_{ REL::Offset(0x045B6960) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_2_{ REL::Offset(0x045B6268) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_2_{ REL::Offset(0x045B3ED0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_2_{ REL::Offset(0x045B4488) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_2_{ REL::Offset(0x045B5118) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_2_{ REL::Offset(0x045B4228) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_2_{ REL::Offset(0x045B5938) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_2_{ REL::Offset(0x045B3D48) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_2_{ REL::Offset(0x045B4440) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_2_{ REL::Offset(0x045B39A0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_2_{ REL::Offset(0x043888F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_2_{ REL::Offset(0x045B5D18) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_2_{ REL::Offset(0x045B5910) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__UniqueHandle_StorageTable__LensFlareInstance__Storage__0_{ REL::Offset(0x045B7D78) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_std__vector_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_BSTHeapSTLAllocator_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_2___0_{ REL::Offset(0x045B6F28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_BSAreaLight__AreaLightData_2_{ REL::Offset(0x045B6938) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__LightFocusShadowBindings_0_{ REL::Offset(0x045B6118) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B6D98) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCollection_0_{ REL::Offset(0x045B5208) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCullingData_0_{ REL::Offset(0x045B55B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowProjection_0_{ REL::Offset(0x045B5710) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__TiledLightingTileCount_0_{ REL::Offset(0x045B63A8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__CGen__CShadowMapRenderingData_0_{ REL::Offset(0x045B5AB8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_2_{ REL::Offset(0x045B3E08) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B6FC8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_2_{ REL::Offset(0x045B3A58) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__Bounds_0_{ REL::Offset(0x045B7628) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__ContactShadowIndex_0_{ REL::Offset(0x045B7B98) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBoxVolume_2_{ REL::Offset(0x045B6028) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBufferInfo_0_{ REL::Offset(0x045B8D28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightColorData_2_{ REL::Offset(0x045B54F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightDimensions_2_{ REL::Offset(0x045B51B8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_2_{ REL::Offset(0x045B6380) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightInfluence_0_{ REL::Offset(0x045B7F90) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightMetaData_2_{ REL::Offset(0x045B82C0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightParams_2_{ REL::Offset(0x045B6638) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightProjectionData_2_{ REL::Offset(0x045B5BB0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightTextures_2_{ REL::Offset(0x045B59B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__MatrixTransform_2_{ REL::Offset(0x045B7E78) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B7560) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__2_{ REL::Offset(0x045B7C10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_BSResource2__DBHandleBase_0_{ REL::Offset(0x045B8A88) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRendererPrivate__MIInternalPerInstanceSlotData_0_{ REL::Offset(0x045B8838) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_2_{ REL::Offset(0x045B6FF0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_2_{ REL::Offset(0x045B6050) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_2_{ REL::Offset(0x045B8B68) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_2_{ REL::Offset(0x045B59D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_2_{ REL::Offset(0x045B69D0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_2_{ REL::Offset(0x045B65E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_2_{ REL::Offset(0x045B6308) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__OperationSequence_0_{ REL::Offset(0x045B6DC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__2_{ REL::Offset(0x045B7F40) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__2_{ REL::Offset(0x045B5478) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__2_{ REL::Offset(0x045B51E0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__2_{ REL::Offset(0x045B5BD8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__2_{ REL::Offset(0x045B8388) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__2_{ REL::Offset(0x045B74E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_CreationRendererPrivate__Geometry__GeometryInstanceHandle_BSTHeapSTLAllocator_CreationRendererPrivate__Geometry__GeometryInstanceHandle_2__std__hash_CreationRendererPrivate__Geometry__GeometryInstanceHandle__std__equal_to_CreationRendererPrivate__Geometry__GeometryInstanceHandle____0_{ REL::Offset(0x045B7BC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B7C88) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__PatchInstanceDataAllocation_0_{ REL::Offset(0x045B6F78) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_2_{ REL::Offset(0x04385E28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x04385298) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_2_{ REL::Offset(0x043860B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_2_{ REL::Offset(0x043855E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_2_{ REL::Offset(0x043862D0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x04385B08) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_2_{ REL::Offset(0x04385B30) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_2_{ REL::Offset(0x04384D98) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_2_{ REL::Offset(0x04385610) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_2_{ REL::Offset(0x043861C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ REL::Offset(0x043848E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_2_{ REL::Offset(0x043852C0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_2_{ REL::Offset(0x043860D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_2_{ REL::Offset(0x04385E50) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__ModelGeometryList_0_{ REL::Offset(0x045B8478) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B6ED8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_2_{ REL::Offset(0x04383FD8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043841C0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Bounds_2_{ REL::Offset(0x04383BE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_2_{ REL::Offset(0x04382F40) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__ForceFade_2_{ REL::Offset(0x043836A0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_2_{ REL::Offset(0x04382BE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__RaytracingInfo_0_{ REL::Offset(0x045B7CD8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x043832B8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__2_{ REL::Offset(0x04383528) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__2_{ REL::Offset(0x045B4B50) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_2_{ REL::Offset(0x045B4068) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_2_{ REL::Offset(0x045B40E0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_2_{ REL::Offset(0x045B43D0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_2_{ REL::Offset(0x045B7BE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ REL::Offset(0x045B8428) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__BoundScene_0_{ REL::Offset(0x045B79B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B4B28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__2_{ REL::Offset(0x045B40B8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ REL::Offset(0x045B6CF8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_2_{ REL::Offset(0x045B4518) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ REL::Offset(0x045B4270) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__2_{ REL::Offset(0x045B43F8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B6D20) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_2_{ REL::Offset(0x045B3BA8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_2_{ REL::Offset(0x045B4608) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B4858) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B4BE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__2_{ REL::Offset(0x045B4090) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__2_{ REL::Offset(0x045B4380) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__2_{ REL::Offset(0x045B4298) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B49C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ REL::Offset(0x045B39C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__2_{ REL::Offset(0x045B4750) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__2_{ REL::Offset(0x045B3E30) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_2_{ REL::Offset(0x045B3D70) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_2_{ REL::Offset(0x045B4E40) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_2_{ REL::Offset(0x045B4EE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_2_{ REL::Offset(0x045B4D88) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B3E58) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_2_{ REL::Offset(0x045B67D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_2_{ REL::Offset(0x045B4590) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRaysPerProbe_0_{ REL::Offset(0x045B8450) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRenderData_0_{ REL::Offset(0x045B6C08) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridUpdateFrameCount_0_{ REL::Offset(0x045B79D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_2_{ REL::Offset(0x045B39F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__2_{ REL::Offset(0x045B3D98) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B6BB8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ REL::Offset(0x045B6290) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B5F60) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B6988) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_2_{ REL::Offset(0x045B3EF8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_2_{ REL::Offset(0x045B3DE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B5A00) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ REL::Offset(0x045B5140) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ REL::Offset(0x045B5628) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_unsigned__int64_0_{ REL::Offset(0x045B7AC8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__CameraExposureData_0_{ REL::Offset(0x045B84F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_2_{ REL::Offset(0x043889F8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_2_{ REL::Offset(0x04388940) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__SSceneShadowData_0_{ REL::Offset(0x045B5600) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043885D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__CaptureStep_0_{ REL::Offset(0x045B8138) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureCount_0_{ REL::Offset(0x045B5760) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureStatus_0_{ REL::Offset(0x045B7CB0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_2_{ REL::Offset(0x04383090) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_2_{ REL::Offset(0x04383500) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFadeData_0_{ REL::Offset(0x045B5B08) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_2_{ REL::Offset(0x04382BC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_2_{ REL::Offset(0x04382F18) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeHysteresis_0_{ REL::Offset(0x045B5258) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_2_{ REL::Offset(0x04382780) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_2_{ REL::Offset(0x04383290) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_2_{ REL::Offset(0x043842E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeRenderData_0_{ REL::Offset(0x045B6EB0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_2_{ REL::Offset(0x043837C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_2_{ REL::Offset(0x04383BC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_2_{ REL::Offset(0x04388550) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_2_{ REL::Offset(0x04382A80) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_2_{ REL::Offset(0x045B5FB0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__FSR2HistoryResetData_0_{ REL::Offset(0x045B8160) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_2_{ REL::Offset(0x045B62E0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_2_{ REL::Offset(0x045B43A8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_2_{ REL::Offset(0x045B5988) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_2_{ REL::Offset(0x045B3F48) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_2_{ REL::Offset(0x045B6788) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformRebuildRenderGraphData_0_{ REL::Offset(0x045B7AA0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__2_{ REL::Offset(0x045B3D20) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__2_{ REL::Offset(0x045B3978) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__2_{ REL::Offset(0x045B45B8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData_std__default_delete_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData___0_{ REL::Offset(0x045B83D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__RenderGraph_std__default_delete_CreationRendererPrivate__RenderGraph___0_{ REL::Offset(0x045B6C30) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_2_{ REL::Offset(0x045B75D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_2_{ REL::Offset(0x045B7220) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_2_{ REL::Offset(0x045B67B0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043834D8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_2_{ REL::Offset(0x04383D18) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_2_{ REL::Offset(0x045B6760) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_2_{ REL::Offset(0x045B6AC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_2_{ REL::Offset(0x045B3F20) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_2_{ REL::Offset(0x045B62B8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ REL::Offset(0x045B7D50) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GIFallbackCubemapFlags_0_{ REL::Offset(0x045B7678) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GeometryList_0_{ REL::Offset(0x045B6420) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__MeshInstancePatchManager_0_{ REL::Offset(0x045B5A90) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ProbeGridManager_0_{ REL::Offset(0x045B5788) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ReflectionProbeManager_0_{ REL::Offset(0x045B8008) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__SkyCubemapSystem__SkyCubemapData_0_{ REL::Offset(0x045B60A0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__TLASFastConvergeEvent_0_{ REL::Offset(0x045B5588) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__WaterDisplacementCRData_0_{ REL::Offset(0x045B5280) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_2_{ REL::Offset(0x04383550) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_2_{ REL::Offset(0x04384210) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_2_{ REL::Offset(0x04383C38) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_2_{ REL::Offset(0x04382F68) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_2_{ REL::Offset(0x043832E0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_GameSceneNode_0_{ REL::Offset(0x04386E70) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__CubemapBackground_2_{ REL::Offset(0x04385CA8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogMap_2_{ REL::Offset(0x04384DC0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogSettings_2_{ REL::Offset(0x043861F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_2_{ REL::Offset(0x04384050) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_2_{ REL::Offset(0x04382C10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PrecipitationData_2_{ REL::Offset(0x04384B00) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__SceneData_2_{ REL::Offset(0x04382DC8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_2_{ REL::Offset(0x043836C8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__2_{ REL::Offset(0x04387080) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__2_{ REL::Offset(0x04386100) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__2_{ REL::Offset(0x04384600) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__2_{ REL::Offset(0x04385638) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__2_{ REL::Offset(0x04385998) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x04386E48) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_2_{ REL::Offset(0x043852E8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__WindData_2_{ REL::Offset(0x04384910) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ REL::Offset(0x045B6F00) }; + inline constexpr std::array AK__StreamMgr__IAkFileLocationResolver{ REL::Offset(0x04458780) }; + inline constexpr std::array AK__StreamMgr__IAkLowLevelIOHook{ REL::Offset(0x044587A0) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshInfoSearch_AStarParam_DefaultSearchQueue_BSTSmartPointer_BSNavmeshInfo_BSTSmartPointerIntrusiveRefCount__BSTSmartPointer_BSPathingDoor_BSTSmartPointerIntrusiveRefCount___AStarParam_CustomExpectedConnections_22___{ REL::Offset(0x045A1840) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchBase_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0444D3B8) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x0459ABC8) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x044F9FC0) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor___AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x045A2D38) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x04451C50) }; + inline constexpr std::array AStarSearch_AStarParameters_BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_DefaultExpectedConnections_AStarParam_CustomVisitedSet_AStarVisitedSet_ScrapBTree__AStarParam_CustomNodeHeap_AStarNodeScrapHeap___{ REL::Offset(0x0459AC20) }; + inline constexpr std::array AStarSearch_AStarParameters_BSPathSmootherPOVSearch_AStarParam_CustomSearchQueue_AStarQueue_AdaptiveBuckets_BSPathSmootherPOVNode_BSPathSmootherPOVLink___AStarParam_CustomExpectedConnections_12___{ REL::Offset(0x0459B6A8) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FBDB0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FBF00) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04464568) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04464238) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04471298) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04471A38) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04471978) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04500718) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04500B68) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FE4D8) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FE250) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04468080) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04467E88) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450FEE0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04510E58) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044F8E40) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044F9020) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045097B0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04509660) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04500628) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04500640) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04500580) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04500388) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04504FE0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045051D8) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04504DB8) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04504DD0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04513D50) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04513EA0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450E778) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450E838) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04512B10) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04512C60) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FDB10) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x044FDA50) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04509510) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x045093C0) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450E2F8) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450E508) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450E070) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0450E310) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0445EAB8) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x0445F728) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw___AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04464040) }; + inline constexpr std::array AStarSearch_AStarParameters_CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__AStarParam_DefaultSearchQueue_CombatPathingSearchLocation_CombatPathingSearchLink__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04464028) }; + inline constexpr std::array AStarSearch_AStarParameters_GravJumpSearch_AStarParam_DefaultSearchQueue_StarNode_StarLink__AStarParam_CustomExpectedConnections_100___{ REL::Offset(0x04379C38) }; + inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchClosePoint_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04451C38) }; + inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchLOS_AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_BSFastNavmeshEdgeHandle__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04451DA8) }; + inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchFitSphere__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04451C98) }; + inline constexpr std::array AStarSearch_AStarParameters_NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation__AStarParam_DefaultSearchQueue_BSFastNavmeshTriLocation_void__AStarParam_CustomExpectedConnections_3___{ REL::Offset(0x04451C80) }; + inline constexpr std::array AStarSearch_AStarParameters_TeleportDoorSearch_AStarParam_DefaultSearchQueue_ParentSpaceNode_TeleportLink__AStarParam_CustomExpectedConnections_1___{ REL::Offset(0x04451B28) }; + inline constexpr std::array AabbHitCollector{ REL::Offset(0x0406C190) }; + inline constexpr std::array AbsorbEffect{ REL::Offset(0x044C3460) }; + inline constexpr std::array AccumulatingValueModifierEffect{ REL::Offset(0x044C3598) }; + inline constexpr std::array ActionActivateDoneHandler{ REL::Offset(0x044E5FD0) }; + inline constexpr std::array ActionInput{ REL::Offset(0x0436F460) }; + inline constexpr std::array ActionOutput{ REL::Offset(0x04344900) }; + inline constexpr std::array ActiveEffect{ REL::Offset(0x044C3828) }; + inline constexpr std::array ActiveEffectReferenceEffectController{ REL::Offset(0x044C3920) }; + inline constexpr std::array ActiveModItemDataModel{ REL::Offset(0x04488A90) }; + inline constexpr std::array ActiveModItemDataModel__ActiveModItemEventShuttle{ REL::Offset(0x04489458) }; + inline constexpr std::array ActiveTriggers____hknpBSSpecificBodiesCollector{ REL::Offset(0x04414938) }; + inline constexpr std::array Actor{ REL::Offset(0x044D8AA8), REL::Offset(0x044D8AB8), REL::Offset(0x044D8AC8), REL::Offset(0x044D8AD8), REL::Offset(0x044D8AE8), REL::Offset(0x044D8B28), REL::Offset(0x044D8B40), REL::Offset(0x044D8B58), REL::Offset(0x044D8B70), REL::Offset(0x044D8B88), REL::Offset(0x044D98E0), REL::Offset(0x044D98F8), REL::Offset(0x044D9910), REL::Offset(0x044D9928), REL::Offset(0x044D9940), REL::Offset(0x044D9958), REL::Offset(0x044D9970), REL::Offset(0x044D9988), REL::Offset(0x044D99B0), REL::Offset(0x044D9A28), REL::Offset(0x044D9BD8), REL::Offset(0x044D9C40), REL::Offset(0x044D9C50), REL::Offset(0x044D9D20), REL::Offset(0x044D9D40), REL::Offset(0x044D9D58) }; + inline constexpr std::array ActorKnowledge{ REL::Offset(0x044E2470) }; + inline constexpr std::array ActorMagicCaster{ REL::Offset(0x044C3AF0), REL::Offset(0x044C3BE8), REL::Offset(0x044C3C00) }; + inline constexpr std::array ActorMovementDeltaSmoothedChannel_Actor_float_{ REL::Offset(0x044E27F8) }; + inline constexpr std::array ActorMover{ REL::Offset(0x044E00E0) }; + inline constexpr std::array ActorPackageData{ REL::Offset(0x044DA230) }; + inline constexpr std::array ActorSceneNextPhaseHandler{ REL::Offset(0x044E4DF0) }; + inline constexpr std::array ActorUtils__ArmorRatingVisitor{ REL::Offset(0x044D6AA8) }; + inline constexpr std::array ActorUtils__ArmorRatingVisitorBase{ REL::Offset(0x044C8E48) }; + inline constexpr std::array ActorValueBindingUpdaterService{ REL::Offset(0x0434E6E0) }; + inline constexpr std::array ActorValueInfo{ REL::Offset(0x044442A8), REL::Offset(0x044442C0), REL::Offset(0x04444338) }; + inline constexpr std::array ActorValueOwner{ REL::Offset(0x043CAE38) }; + inline constexpr std::array ActorValueSnapshot{ REL::Offset(0x03F27790) }; + inline constexpr std::array Actor__ForEachSpellVisitor{ REL::Offset(0x044C9098) }; + inline constexpr std::array AddRagdollHandler{ REL::Offset(0x044E5E80) }; + inline constexpr std::array AddToInventoryOnDestroyUtils__AddToInventoryOnDestroyEventHandler{ REL::Offset(0x04353590) }; + inline constexpr std::array AimAssistData{ REL::Offset(0x0438B038) }; + inline constexpr std::array AimAssist__Circle{ REL::Offset(0x03F27610) }; + inline constexpr std::array AimAssist__Ellipse{ REL::Offset(0x0445E170) }; + inline constexpr std::array AimAssist__Pill{ REL::Offset(0x044614A0) }; + inline constexpr std::array AimDownSightData{ REL::Offset(0x0438C5D0) }; + inline constexpr std::array AimModelData{ REL::Offset(0x0438C620) }; + inline constexpr std::array AimOpticalSightData{ REL::Offset(0x0438C9A8) }; + inline constexpr std::array AimOpticalSightStates__Active{ REL::Offset(0x04463120) }; + inline constexpr std::array AimOpticalSightStates__Base{ REL::Offset(0x044630C0) }; + inline constexpr std::array AimOpticalSightStates__BetweenShots{ REL::Offset(0x04463090) }; + inline constexpr std::array AimOpticalSightStates__Deinitialization{ REL::Offset(0x044631F8) }; + inline constexpr std::array AimOpticalSightStates__Inactive{ REL::Offset(0x04463150) }; + inline constexpr std::array AimOpticalSightStates__Initialization{ REL::Offset(0x04463228) }; + inline constexpr std::array AimOpticalSightStates__Ready{ REL::Offset(0x044630F0) }; + inline constexpr std::array AlarmPackage{ REL::Offset(0x044E15D0), REL::Offset(0x044E1910) }; + inline constexpr std::array AlchemyItem{ REL::Offset(0x04361100), REL::Offset(0x04361160), REL::Offset(0x043611C0), REL::Offset(0x04361220), REL::Offset(0x04361290), REL::Offset(0x043612F0), REL::Offset(0x04361350), REL::Offset(0x043613B0), REL::Offset(0x04361418), REL::Offset(0x04361490), REL::Offset(0x04361508), REL::Offset(0x04361528), REL::Offset(0x04361540) }; + inline constexpr std::array AliasLegendaryRankCalculator{ REL::Offset(0x0440B000) }; + inline constexpr std::array AllowRotationHandler{ REL::Offset(0x044E5D78) }; + inline constexpr std::array AllowRotationHandlerReference{ REL::Offset(0x044E4E68) }; + inline constexpr std::array AmmoData{ REL::Offset(0x044A1D78) }; + inline constexpr std::array AnimGraph{ REL::Offset(0x04563340) }; + inline constexpr std::array AnimGraphNode{ REL::Offset(0x045622E0) }; + inline constexpr std::array AnimatedCameraDeltaStartHandler{ REL::Offset(0x044E4868) }; + inline constexpr std::array AnimatedCameraEndHandler{ REL::Offset(0x044E4850) }; + inline constexpr std::array AnimatedCameraStartHandler{ REL::Offset(0x044E4A60) }; + inline constexpr std::array AnimationClipDataSingleton{ REL::Offset(0x0456BF08), REL::Offset(0x0456BF20) }; + inline constexpr std::array AnimationCompleteHandler{ REL::Offset(0x044E4F58) }; + inline constexpr std::array AnimationCorrectedNode{ REL::Offset(0x0456B210) }; + inline constexpr std::array AnimationCorrectedNodeInstance{ REL::Offset(0x0456B1A0) }; + inline constexpr std::array AnimationDrivenHandler{ REL::Offset(0x044E5D90) }; + inline constexpr std::array AnimationDrivenHandlerReference{ REL::Offset(0x044E4FD0) }; + inline constexpr std::array AnimationFileManagerSingleton{ REL::Offset(0x0456BF88) }; + inline constexpr std::array AnimationGraphInstance{ REL::Offset(0x04563388) }; + inline constexpr std::array AnimationImpactSelector{ REL::Offset(0x0456A560) }; + inline constexpr std::array AnimationImpactSelectorInstance{ REL::Offset(0x0456A5C8) }; + inline constexpr std::array AnimationManager{ REL::Offset(0x04561F68), REL::Offset(0x045620D8), REL::Offset(0x045620E8), REL::Offset(0x045620F8) }; + inline constexpr std::array AnimationNode{ REL::Offset(0x0456BBA8) }; + inline constexpr std::array AnimationNodeInstance{ REL::Offset(0x0456BB38) }; + inline constexpr std::array AnimationObjectDrawHandler{ REL::Offset(0x044E4AA8) }; + inline constexpr std::array AnimationObjectHideHandler{ REL::Offset(0x044E4A90) }; + inline constexpr std::array AnimationObjectLoadHandler{ REL::Offset(0x044E4970) }; + inline constexpr std::array AnimationObjectUnequipAllHandler{ REL::Offset(0x044E49A0) }; + inline constexpr std::array AnimationObjectUnequipHandler{ REL::Offset(0x044E49B8) }; + inline constexpr std::array AnimationRagdoll{ REL::Offset(0x0456AE50) }; + inline constexpr std::array AnimationRagdollDrive{ REL::Offset(0x0456ACF0) }; + inline constexpr std::array AnimationRagdollDriveInstance{ REL::Offset(0x0456AD58) }; + inline constexpr std::array AnimationRagdollInstance{ REL::Offset(0x0456ADE0) }; + inline constexpr std::array AnimationStanceDataSingletonDBData{ REL::Offset(0x0456C158) }; + inline constexpr std::array AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform_{ REL::Offset(0x0456C0E8) }; + inline constexpr std::array AnimationStreamLoadGame{ REL::Offset(0x043D12F8) }; + inline constexpr std::array AnimationStreamSaveGame{ REL::Offset(0x043D1288) }; + inline constexpr std::array AnimationSystemUtils__QueuedAnimationHandles{ REL::Offset(0x044556F0) }; + inline constexpr std::array AnimationSystemUtils__QueuedModelHandles{ REL::Offset(0x04455788) }; + inline constexpr std::array AnimationSystemUtils__QueuedReferenceAnimationTask{ REL::Offset(0x04455560) }; + inline constexpr std::array AnimationSystemUtils__TESModelAndAnimationHandles{ REL::Offset(0x0434AC70) }; + inline constexpr std::array AntiGravityEffect{ REL::Offset(0x044C3D48) }; + inline constexpr std::array AnticipateAttackHandler{ REL::Offset(0x044E5C88) }; + inline constexpr std::array ArchiveFile{ REL::Offset(0x045B3700) }; + inline constexpr std::array ArmorCraftingMenu{ REL::Offset(0x044A5CD8), REL::Offset(0x044A5DB8), REL::Offset(0x044A5DD0), REL::Offset(0x044A5E28), REL::Offset(0x044A5E40), REL::Offset(0x044A5EA8), REL::Offset(0x044A5EC0), REL::Offset(0x044A5ED8), REL::Offset(0x044A5EF0), REL::Offset(0x044A5F08), REL::Offset(0x044A5F20), REL::Offset(0x044A5F38), REL::Offset(0x044A5F50), REL::Offset(0x044A5F68) }; + inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Key__{ REL::Offset(0x044AD1B8), REL::Offset(0x044AD200) }; + inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ REL::Offset(0x044ADF60), REL::Offset(0x044ADFA8) }; + inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ REL::Offset(0x044AD268), REL::Offset(0x044AD2B0) }; + inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ REL::Offset(0x04497A10), REL::Offset(0x04497A78) }; + inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ REL::Offset(0x04497AC0), REL::Offset(0x04497B28) }; + inline constexpr std::array ArrayChangeTrackerUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BF348), REL::Offset(0x044BF390) }; + inline constexpr std::array ArrayNestedUIValue_AlertData_0_{ REL::Offset(0x044881A0), REL::Offset(0x044881E8) }; + inline constexpr std::array ArrayNestedUIValue_ArrayAction_0_{ REL::Offset(0x04497E30), REL::Offset(0x04497E98) }; + inline constexpr std::array ArrayNestedUIValue_AssignmentCategory_0_{ REL::Offset(0x04496410), REL::Offset(0x04496478) }; + inline constexpr std::array ArrayNestedUIValue_AssignmentInfo_0_{ REL::Offset(0x04496690), REL::Offset(0x044966F8) }; + inline constexpr std::array ArrayNestedUIValue_BackgroundDatum_0_{ REL::Offset(0x044B0AC0), REL::Offset(0x044B0B28) }; + inline constexpr std::array ArrayNestedUIValue_BuffInfo_0_{ REL::Offset(0x044905D0), REL::Offset(0x04490618) }; + inline constexpr std::array ArrayNestedUIValue_BuildItemData_0_{ REL::Offset(0x0449D8E8), REL::Offset(0x0449D950) }; + inline constexpr std::array ArrayNestedUIValue_BuilderRequirementsData__InputRequirement_0_{ REL::Offset(0x0449D998), REL::Offset(0x0449DA00) }; + inline constexpr std::array ArrayNestedUIValue_CargoLinkData__CargoLinkResource_0_{ REL::Offset(0x0449E768), REL::Offset(0x0449E7B0) }; + inline constexpr std::array ArrayNestedUIValue_ComponentFlashEventInfo_0_{ REL::Offset(0x04497C20), REL::Offset(0x04497C88) }; + inline constexpr std::array ArrayNestedUIValue_ControlBindingsData__InputSetting_0_{ REL::Offset(0x04495358), REL::Offset(0x044953A0) }; + inline constexpr std::array ArrayNestedUIValue_ControlConflictsData__ConflictingControl_0_{ REL::Offset(0x04495720), REL::Offset(0x04495768) }; + inline constexpr std::array ArrayNestedUIValue_ControlConflictsData__ControlConflicts_0_{ REL::Offset(0x044954B8), REL::Offset(0x04495500) }; + inline constexpr std::array ArrayNestedUIValue_ControlMapDataModel__MappedEvent_0_{ REL::Offset(0x04590460), REL::Offset(0x045904A8) }; + inline constexpr std::array ArrayNestedUIValue_CraftingRecipesDataModel__RecipeData_0_{ REL::Offset(0x04488830), REL::Offset(0x04488878) }; + inline constexpr std::array ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_0_{ REL::Offset(0x0447FC30), REL::Offset(0x0447FC78) }; + inline constexpr std::array ArrayNestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_0_{ REL::Offset(0x0447FCE0), REL::Offset(0x0447FD28) }; + inline constexpr std::array ArrayNestedUIValue_CreditsDataModel__CreditsSection_0_{ REL::Offset(0x04478DE0), REL::Offset(0x04478E48) }; + inline constexpr std::array ArrayNestedUIValue_CrewInfo_0_{ REL::Offset(0x044964C0), REL::Offset(0x04496528) }; + inline constexpr std::array ArrayNestedUIValue_CrewSkillInfo_0_{ REL::Offset(0x04480328), REL::Offset(0x044803F0) }; + inline constexpr std::array ArrayNestedUIValue_DialogueUIDataModel__DialogueEntryData_0_{ REL::Offset(0x0449F310), REL::Offset(0x0449F470) }; + inline constexpr std::array ArrayNestedUIValue_DialogueUIDataModel__PersuasionEntryData_0_{ REL::Offset(0x0449F390), REL::Offset(0x0449F3D8) }; + inline constexpr std::array ArrayNestedUIValue_DocData_0_{ REL::Offset(0x0448A7F8), REL::Offset(0x0448A860) }; + inline constexpr std::array ArrayNestedUIValue_EffectData_0_{ REL::Offset(0x04488250), REL::Offset(0x04488298) }; + inline constexpr std::array ArrayNestedUIValue_EffectGroup_0_{ REL::Offset(0x04490420), REL::Offset(0x04490468) }; + inline constexpr std::array ArrayNestedUIValue_ExplosiveIndicator_0_{ REL::Offset(0x044825E0), REL::Offset(0x04482648) }; + inline constexpr std::array ArrayNestedUIValue_FavoritesManager__FavoritesEntryData_0_{ REL::Offset(0x0451E9C0), REL::Offset(0x0451EA40) }; + inline constexpr std::array ArrayNestedUIValue_FireForgetModel__EventNameShuttle_0_{ REL::Offset(0x04482A00), REL::Offset(0x04482A68) }; + inline constexpr std::array ArrayNestedUIValue_HUDCommandIconData_0_{ REL::Offset(0x044A2180), REL::Offset(0x044A21E8) }; + inline constexpr std::array ArrayNestedUIValue_HUDDirectionalHitData_0_{ REL::Offset(0x044A25C0), REL::Offset(0x044A2628) }; + inline constexpr std::array ArrayNestedUIValue_HUDEnemyData__EnemyDatum_0_{ REL::Offset(0x04486168), REL::Offset(0x044861B0) }; + inline constexpr std::array ArrayNestedUIValue_HUDHitKillDatum_0_{ REL::Offset(0x04485C28), REL::Offset(0x04485C70) }; + inline constexpr std::array ArrayNestedUIValue_HUDLocationData_0_{ REL::Offset(0x04486378), REL::Offset(0x044863C0) }; + inline constexpr std::array ArrayNestedUIValue_HailingData_0_{ REL::Offset(0x04497B70), REL::Offset(0x04497BD8) }; + inline constexpr std::array ArrayNestedUIValue_HelpTopicData_0_{ REL::Offset(0x0447DEE0), REL::Offset(0x0447DF28) }; + inline constexpr std::array ArrayNestedUIValue_HudModeVisibilityInfo_0_{ REL::Offset(0x04486BA8), REL::Offset(0x04486BF0) }; + inline constexpr std::array ArrayNestedUIValue_IconData_DS_0_{ REL::Offset(0x044BDC20), REL::Offset(0x044BDC68) }; + inline constexpr std::array ArrayNestedUIValue_ImageFixtureUIData_0_{ REL::Offset(0x0447A7E0), REL::Offset(0x0447A828) }; + inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__ElementalStatInfo_0_{ REL::Offset(0x04479CC8), REL::Offset(0x04479D10) }; + inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__InventoryCategoryData_0_{ REL::Offset(0x04483720), REL::Offset(0x044837E0) }; + inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__InventoryItem_0_{ REL::Offset(0x04483778), REL::Offset(0x04483848) }; + inline constexpr std::array ArrayNestedUIValue_InventoryDataModelNS__ModInfo_0_{ REL::Offset(0x04479C18), REL::Offset(0x04479C60) }; + inline constexpr std::array ArrayNestedUIValue_ItemModsDataModel__ItemModData_0_{ REL::Offset(0x04489280), REL::Offset(0x04489310) }; + inline constexpr std::array ArrayNestedUIValue_ItemModsDataModel__ItemModSlotData_0_{ REL::Offset(0x044892C8), REL::Offset(0x04489378) }; + inline constexpr std::array ArrayNestedUIValue_Key_0_{ REL::Offset(0x044AD108), REL::Offset(0x044AD150) }; + inline constexpr std::array ArrayNestedUIValue_LevelUpPerkData_0_{ REL::Offset(0x044A2A70), REL::Offset(0x044A2AD8) }; + inline constexpr std::array ArrayNestedUIValue_LoadSavePanelData__CharacterData_0_{ REL::Offset(0x04489FE0), REL::Offset(0x0448A048) }; + inline constexpr std::array ArrayNestedUIValue_LoadSavePanelData__GameData_0_{ REL::Offset(0x0448A090), REL::Offset(0x0448A0F8) }; + inline constexpr std::array ArrayNestedUIValue_MainMenuListData__ActionData_0_{ REL::Offset(0x0448A748), REL::Offset(0x0448A7B0) }; + inline constexpr std::array ArrayNestedUIValue_MessageButton_0_{ REL::Offset(0x045209F8), REL::Offset(0x04520A60) }; + inline constexpr std::array ArrayNestedUIValue_MiscInfo_0_{ REL::Offset(0x044904D0), REL::Offset(0x04490518) }; + inline constexpr std::array ArrayNestedUIValue_MissionDetailsEntry_DS_0_{ REL::Offset(0x044A8BA8), REL::Offset(0x044A8C10) }; + inline constexpr std::array ArrayNestedUIValue_MissionListEntry_DS_0_{ REL::Offset(0x044A8C58), REL::Offset(0x044A8CC0) }; + inline constexpr std::array ArrayNestedUIValue_MonocleUIDataModel__ResourceData_0_{ REL::Offset(0x044A08F8), REL::Offset(0x044A0940) }; + inline constexpr std::array ArrayNestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_0_{ REL::Offset(0x044A0A28), REL::Offset(0x044A0A70) }; + inline constexpr std::array ArrayNestedUIValue_MonocleUIDataModel__SocialSpellData_0_{ REL::Offset(0x044A09A8), REL::Offset(0x044A0AF0) }; + inline constexpr std::array ArrayNestedUIValue_NewCompassMarker_0_{ REL::Offset(0x04485218), REL::Offset(0x04485280) }; + inline constexpr std::array ArrayNestedUIValue_ObjectiveData_0_{ REL::Offset(0x044A42E8), REL::Offset(0x044A4330) }; + inline constexpr std::array ArrayNestedUIValue_Patch_0_{ REL::Offset(0x044ADEB0), REL::Offset(0x044ADEF8) }; + inline constexpr std::array ArrayNestedUIValue_PauseMenuListData__ActionData_0_{ REL::Offset(0x0448C840), REL::Offset(0x0448C8A8) }; + inline constexpr std::array ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_0_{ REL::Offset(0x0448E0B0), REL::Offset(0x0448E0F8) }; + inline constexpr std::array ArrayNestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_0_{ REL::Offset(0x0448E160), REL::Offset(0x0448E1A8) }; + inline constexpr std::array ArrayNestedUIValue_PickpocketItemData_0_{ REL::Offset(0x044AB280), REL::Offset(0x044AB2C8) }; + inline constexpr std::array ArrayNestedUIValue_PlayerInventoryItem_0_{ REL::Offset(0x0448EA78), REL::Offset(0x0448EAE0) }; + inline constexpr std::array ArrayNestedUIValue_Powers_0_{ REL::Offset(0x0447AD00), REL::Offset(0x0447AD48) }; + inline constexpr std::array ArrayNestedUIValue_QuestDataModel__Objective_0_{ REL::Offset(0x04490748), REL::Offset(0x04490790) }; + inline constexpr std::array ArrayNestedUIValue_QuestDataModel__Quest_0_{ REL::Offset(0x04490FB0), REL::Offset(0x04490FF8) }; + inline constexpr std::array ArrayNestedUIValue_QuestUpdate_0_{ REL::Offset(0x044A40D0), REL::Offset(0x044A4138) }; + inline constexpr std::array ArrayNestedUIValue_RankData_0_{ REL::Offset(0x044AE9C8), REL::Offset(0x044AEA30) }; + inline constexpr std::array ArrayNestedUIValue_Requirements_0_{ REL::Offset(0x044AE918), REL::Offset(0x044AE980) }; + inline constexpr std::array ArrayNestedUIValue_ResearchCategoryPreview_0_{ REL::Offset(0x04491608), REL::Offset(0x04491650) }; + inline constexpr std::array ArrayNestedUIValue_ResearchPopupInfo__ItemInfo_0_{ REL::Offset(0x044914A8), REL::Offset(0x044914F0) }; + inline constexpr std::array ArrayNestedUIValue_ResearchProjectDetails__LinkedProject_0_{ REL::Offset(0x044916B8), REL::Offset(0x04491700) }; + inline constexpr std::array ArrayNestedUIValue_ResearchProjectDetails__MaterialRequirment_0_{ REL::Offset(0x04491558), REL::Offset(0x044915A0) }; + inline constexpr std::array ArrayNestedUIValue_ResearchProjectPreview_0_{ REL::Offset(0x04491768), REL::Offset(0x044917B0) }; + inline constexpr std::array ArrayNestedUIValue_Ring_0_{ REL::Offset(0x044AD058), REL::Offset(0x044AD0A0) }; + inline constexpr std::array ArrayNestedUIValue_RolloverActivationButtonData_0_{ REL::Offset(0x04483EB0), REL::Offset(0x04483F10) }; + inline constexpr std::array ArrayNestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_0_{ REL::Offset(0x04495568), REL::Offset(0x044955B0) }; + inline constexpr std::array ArrayNestedUIValue_ShipComponent_0_{ REL::Offset(0x04481110), REL::Offset(0x04481178) }; + inline constexpr std::array ArrayNestedUIValue_ShipHangar__ShipMenuTab_DS_0_{ REL::Offset(0x0447BA50), REL::Offset(0x0447BA98) }; + inline constexpr std::array ArrayNestedUIValue_Skill_0_{ REL::Offset(0x04480F70), REL::Offset(0x044810C8) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__ColorTabData_DS_0_{ REL::Offset(0x0435C228), REL::Offset(0x0435C270) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_0_{ REL::Offset(0x0435AA40), REL::Offset(0x0435AAA8) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__FlightCheckTab_DS_0_{ REL::Offset(0x0435A990), REL::Offset(0x0435A9F8) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__HelpEntry_DS_0_{ REL::Offset(0x0435F5B8), REL::Offset(0x0435F668) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__ModuleEntry_DS_0_{ REL::Offset(0x0434D1C8), REL::Offset(0x0434D230) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__StatEntry_DS_0_{ REL::Offset(0x0435F508), REL::Offset(0x0435F600) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_0_{ REL::Offset(0x0434C750), REL::Offset(0x0434C7B8) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_0_{ REL::Offset(0x0435B5A0), REL::Offset(0x0435B608) }; + inline constexpr std::array ArrayNestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_0_{ REL::Offset(0x0435AAF0), REL::Offset(0x0435AB58) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__BodyInfoToUI_0_{ REL::Offset(0x04480E50), REL::Offset(0x04480F08) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__BodyPOIDef_0_{ REL::Offset(0x044B61B0), REL::Offset(0x044B61F8) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__BodyPOIMarkersDef_0_{ REL::Offset(0x044B60B8), REL::Offset(0x044B6148) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__BodyPOIPos_0_{ REL::Offset(0x044B6050), REL::Offset(0x044B6100) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__GalaxyMarkerData_0_{ REL::Offset(0x044B79E8), REL::Offset(0x044B7A50) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__GalaxyMarkerDef_0_{ REL::Offset(0x044B7A98), REL::Offset(0x044B7B00) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__MenuMarkerCoords_0_{ REL::Offset(0x044B9460), REL::Offset(0x044B95C0) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__Outpost_DS_0_{ REL::Offset(0x044BC098), REL::Offset(0x044BC100) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__PlanetInfoToUI_0_{ REL::Offset(0x04480FF8), REL::Offset(0x04481060) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__ResourceInfoFlashObject_0_{ REL::Offset(0x04497EE0), REL::Offset(0x04497F48) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__StarMapMenuMarkerData_0_{ REL::Offset(0x044B9418), REL::Offset(0x044B9558) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_0_{ REL::Offset(0x044B94A8), REL::Offset(0x044B9510) }; + inline constexpr std::array ArrayNestedUIValue_StarMap__SurfaceMarkerStaticData_0_{ REL::Offset(0x044BB408), REL::Offset(0x044BB450) }; + inline constexpr std::array ArrayNestedUIValue_StatCategory_0_{ REL::Offset(0x044902C0), REL::Offset(0x04490308) }; + inline constexpr std::array ArrayNestedUIValue_SubSettingsList__GeneralSetting_0_{ REL::Offset(0x04495408), REL::Offset(0x04495450) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData_0_{ REL::Offset(0x043AA550), REL::Offset(0x043AA5E0) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_0_{ REL::Offset(0x043AA228), REL::Offset(0x043AA320) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_0_{ REL::Offset(0x043A9E78), REL::Offset(0x043A9F08) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_0_{ REL::Offset(0x043A9F70), REL::Offset(0x043AA020) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_0_{ REL::Offset(0x043AA2D8), REL::Offset(0x043AA3D0) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__CodeBuiltSliderMetadata_0_{ REL::Offset(0x043A9EC0), REL::Offset(0x043A9FB8) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__CodeBuiltStepperData_0_{ REL::Offset(0x043AA388), REL::Offset(0x043AA480) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__HeadPartMetadata_0_{ REL::Offset(0x043AA270), REL::Offset(0x043AA6F8) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__MorphSliderData_0_{ REL::Offset(0x043AA598), REL::Offset(0x043AA690) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData_0_{ REL::Offset(0x043A7BB8), REL::Offset(0x043A7C68) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_0_{ REL::Offset(0x043A7B70), REL::Offset(0x043A7C00) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_0_{ REL::Offset(0x043A9D38), REL::Offset(0x043AA0D0) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_0_{ REL::Offset(0x043AA088), REL::Offset(0x043AA118) }; + inline constexpr std::array ArrayNestedUIValue_TESNPCData__PostBlendSliderMetadata_0_{ REL::Offset(0x043AA438), REL::Offset(0x043AA4E8) }; + inline constexpr std::array ArrayNestedUIValue_TargetCombatValues_0_{ REL::Offset(0x04497F90), REL::Offset(0x04497FF8) }; + inline constexpr std::array ArrayNestedUIValue_TargetComponentData_0_{ REL::Offset(0x04499CC0), REL::Offset(0x04499D28) }; + inline constexpr std::array ArrayNestedUIValue_TargetHighFreq_0_{ REL::Offset(0x04497CD0), REL::Offset(0x04497D38) }; + inline constexpr std::array ArrayNestedUIValue_TargetLowFreq_0_{ REL::Offset(0x04497D80), REL::Offset(0x04497DE8) }; + inline constexpr std::array ArrayNestedUIValue_TestMenu__TestData__ArcanaData_0_{ REL::Offset(0x044BF1E8), REL::Offset(0x044BF230) }; + inline constexpr std::array ArrayNestedUIValue_TestMenu__TestResourcesData__ResourceData_0_{ REL::Offset(0x044BF298), REL::Offset(0x044BF2E0) }; + inline constexpr std::array ArrayNestedUIValue_TraitDatum_0_{ REL::Offset(0x044B14A0), REL::Offset(0x044B14E8) }; + inline constexpr std::array ArrayNestedUIValue_TraitInfo_0_{ REL::Offset(0x04490370), REL::Offset(0x044903B8) }; + inline constexpr std::array ArrayNestedUIValue_UICraftingUtils__SkillRequirement_0_{ REL::Offset(0x0435F4C0), REL::Offset(0x0435F550) }; + inline constexpr std::array ArrayNestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_0_{ REL::Offset(0x04358538), REL::Offset(0x043585A0) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopAreaResourcesData__AreaResource_0_{ REL::Offset(0x0449D118), REL::Offset(0x0449D180) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopCategoryBarData__CategoryBarData_0_{ REL::Offset(0x0449D068), REL::Offset(0x0449D0D0) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData_0_{ REL::Offset(0x0449D278), REL::Offset(0x0449D2E0) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_0_{ REL::Offset(0x0449D370), REL::Offset(0x0449D408) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopInterfaceShared__ItemRequirement_0_{ REL::Offset(0x0449CFB8), REL::Offset(0x0449D020) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopInterfaceShared__ResourceProduced_0_{ REL::Offset(0x0449D1C8), REL::Offset(0x0449D230) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopTargetMenu__OutpostData_0_{ REL::Offset(0x044C1AC8), REL::Offset(0x044C1B30) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopTargetMenu__ResourceData_0_{ REL::Offset(0x044C2498), REL::Offset(0x044C2500) }; + inline constexpr std::array ArrayNestedUIValue_WorkshopTargetMenu__TargetData_0_{ REL::Offset(0x044C2578), REL::Offset(0x044C25D8) }; + inline constexpr std::array ArrayNestedUIValue_XPData_0_{ REL::Offset(0x044A28B8), REL::Offset(0x044A2920) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_AlertData__0_{ REL::Offset(0x04487C38), REL::Offset(0x04487C80) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ArrayAction__0_{ REL::Offset(0x044984D0), REL::Offset(0x04498688) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_AssignmentCategory__0_{ REL::Offset(0x04496908), REL::Offset(0x04496970) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_AssignmentInfo__0_{ REL::Offset(0x04496C60), REL::Offset(0x04496CC8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_BackgroundDatum__0_{ REL::Offset(0x044B05F0), REL::Offset(0x044B06F8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_BuffInfo__0_{ REL::Offset(0x04490058), REL::Offset(0x04490200) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_BuildItemData__0_{ REL::Offset(0x0449D618), REL::Offset(0x0449D880) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_BuilderRequirementsData__InputRequirement__0_{ REL::Offset(0x0449DC68), REL::Offset(0x0449DCD0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CargoLinkData__CargoLinkResource__0_{ REL::Offset(0x0449E498), REL::Offset(0x0449E720) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ComponentFlashEventInfo__0_{ REL::Offset(0x04499950), REL::Offset(0x044999B8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ControlBindingsData__InputSetting__0_{ REL::Offset(0x04494CD8), REL::Offset(0x04494D20) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ControlConflictsData__ConflictingControl__0_{ REL::Offset(0x044947E8), REL::Offset(0x04494910) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ControlConflictsData__ControlConflicts__0_{ REL::Offset(0x04495CE8), REL::Offset(0x04495EA8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ControlMapDataModel__MappedEvent__0_{ REL::Offset(0x04590368), REL::Offset(0x045903B0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CraftingRecipesDataModel__RecipeData__0_{ REL::Offset(0x044885F8), REL::Offset(0x04488700) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__0_{ REL::Offset(0x0447F9A8), REL::Offset(0x0447F9F0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__0_{ REL::Offset(0x0447F610), REL::Offset(0x0447F8B0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CreditsDataModel__CreditsSection__0_{ REL::Offset(0x04478BF0), REL::Offset(0x04478C58) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CrewInfo__0_{ REL::Offset(0x04496E18), REL::Offset(0x04496E80) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_CrewSkillInfo__0_{ REL::Offset(0x04480508), REL::Offset(0x04480550) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_DialogueUIDataModel__DialogueEntryData__0_{ REL::Offset(0x0449FBA0), REL::Offset(0x0449FBE8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__0_{ REL::Offset(0x0449F7F8), REL::Offset(0x0449F840) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_DocData__0_{ REL::Offset(0x0448ADA8), REL::Offset(0x0448AEB0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_EffectData__0_{ REL::Offset(0x04487FE8), REL::Offset(0x04488030) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_EffectGroup__0_{ REL::Offset(0x0448FA30), REL::Offset(0x0448FA78) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ExplosiveIndicator__0_{ REL::Offset(0x04482350), REL::Offset(0x04482530) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_FavoritesManager__FavoritesEntryData__0_{ REL::Offset(0x0451EB50), REL::Offset(0x0451EC78) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_FireForgetModel__EventNameShuttle__0_{ REL::Offset(0x044827C8), REL::Offset(0x044828D0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HUDCommandIconData__0_{ REL::Offset(0x044A2088), REL::Offset(0x044A20F0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HUDDirectionalHitData__0_{ REL::Offset(0x044A24C8), REL::Offset(0x044A2530) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HUDEnemyData__EnemyDatum__0_{ REL::Offset(0x04486000), REL::Offset(0x04486048) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HUDHitKillDatum__0_{ REL::Offset(0x044858E0), REL::Offset(0x04485928) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HUDLocationData__0_{ REL::Offset(0x04486428), REL::Offset(0x044866C8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HailingData__0_{ REL::Offset(0x04498DD0), REL::Offset(0x04498E38) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HelpTopicData__0_{ REL::Offset(0x0447DBE0), REL::Offset(0x0447DE80) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_HudModeVisibilityInfo__0_{ REL::Offset(0x04486D70), REL::Offset(0x04486DB8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_IconData_DS__0_{ REL::Offset(0x044BDF78), REL::Offset(0x044BDFC0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ImageFixtureUIData__0_{ REL::Offset(0x0447A720), REL::Offset(0x0447A768) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__0_{ REL::Offset(0x0447A138), REL::Offset(0x0447A180) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__0_{ REL::Offset(0x04483C90), REL::Offset(0x04483DB8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__InventoryItem__0_{ REL::Offset(0x04483FF0), REL::Offset(0x04484038) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_InventoryDataModelNS__ModInfo__0_{ REL::Offset(0x04479B68), REL::Offset(0x04479BB0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModData__0_{ REL::Offset(0x04488E98), REL::Offset(0x044891D0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ItemModsDataModel__ItemModSlotData__0_{ REL::Offset(0x04488FB0), REL::Offset(0x044890B8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_Key__0_{ REL::Offset(0x044ACA20), REL::Offset(0x044ACA68) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_LevelUpPerkData__0_{ REL::Offset(0x044A2DC0), REL::Offset(0x044A2E28) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_LoadSavePanelData__CharacterData__0_{ REL::Offset(0x04489B88), REL::Offset(0x04489C90) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_LoadSavePanelData__GameData__0_{ REL::Offset(0x04489E70), REL::Offset(0x04489F78) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MainMenuListData__ActionData__0_{ REL::Offset(0x0448B100), REL::Offset(0x0448B458) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MessageButton__0_{ REL::Offset(0x04520BC8), REL::Offset(0x04520C30) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MiscInfo__0_{ REL::Offset(0x0448F800), REL::Offset(0x0448F848) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MissionDetailsEntry_DS__0_{ REL::Offset(0x044A9310), REL::Offset(0x044A9378) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MissionListEntry_DS__0_{ REL::Offset(0x044A9530), REL::Offset(0x044A9598) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MonocleUIDataModel__ResourceData__0_{ REL::Offset(0x044A0648), REL::Offset(0x044A0690) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__0_{ REL::Offset(0x044A01F0), REL::Offset(0x044A0238) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_MonocleUIDataModel__SocialSpellData__0_{ REL::Offset(0x044A0598), REL::Offset(0x044A05E0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_NewCompassMarker__0_{ REL::Offset(0x044852D8), REL::Offset(0x04485558) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ObjectiveData__0_{ REL::Offset(0x044A3F08), REL::Offset(0x044A3F50) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_Patch__0_{ REL::Offset(0x044AE618), REL::Offset(0x044AE720) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_PauseMenuListData__ActionData__0_{ REL::Offset(0x0448C500), REL::Offset(0x0448C568) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__0_{ REL::Offset(0x0448DBE0), REL::Offset(0x0448DC28) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__0_{ REL::Offset(0x0448D9D0), REL::Offset(0x0448DA18) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_PickpocketItemData__0_{ REL::Offset(0x044AAAA0), REL::Offset(0x044AAAE8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_PlayerInventoryItem__0_{ REL::Offset(0x0448F0C8), REL::Offset(0x0448F1C0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_Powers__0_{ REL::Offset(0x0447B2C8), REL::Offset(0x0447B310) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_QuestDataModel__Objective__0_{ REL::Offset(0x04490E40), REL::Offset(0x04490F68) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_QuestDataModel__Quest__0_{ REL::Offset(0x04490B10), REL::Offset(0x04490CD0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_QuestUpdate__0_{ REL::Offset(0x044A3C90), REL::Offset(0x044A3DB8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_RankData__0_{ REL::Offset(0x044AE128), REL::Offset(0x044AE190) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_Requirements__0_{ REL::Offset(0x044AE348), REL::Offset(0x044AE3B0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchCategoryPreview__0_{ REL::Offset(0x04491F28), REL::Offset(0x04492330) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchPopupInfo__ItemInfo__0_{ REL::Offset(0x04491BF8), REL::Offset(0x04491DB8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchProjectDetails__LinkedProject__0_{ REL::Offset(0x04492158), REL::Offset(0x04492280) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchProjectDetails__MaterialRequirment__0_{ REL::Offset(0x04492490), REL::Offset(0x04492638) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ResearchProjectPreview__0_{ REL::Offset(0x04491FE8), REL::Offset(0x04492110) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_Ring__0_{ REL::Offset(0x044AC6E8), REL::Offset(0x044AC730) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_RolloverActivationButtonData__0_{ REL::Offset(0x04483958), REL::Offset(0x044839A0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__0_{ REL::Offset(0x04494FB8), REL::Offset(0x04495260) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ShipComponent__0_{ REL::Offset(0x044812D0), REL::Offset(0x04481338) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_ShipHangar__ShipMenuTab_DS__0_{ REL::Offset(0x0447C078), REL::Offset(0x0447C0C0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_Skill__0_{ REL::Offset(0x04481D30), REL::Offset(0x04482128) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__ColorTabData_DS__0_{ REL::Offset(0x0435C800), REL::Offset(0x0435C848) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__0_{ REL::Offset(0x0435AE18), REL::Offset(0x0435AE80) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__0_{ REL::Offset(0x0435B038), REL::Offset(0x0435B0A0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__HelpEntry_DS__0_{ REL::Offset(0x0435FBC0), REL::Offset(0x0435FCC8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__0_{ REL::Offset(0x0434D380), REL::Offset(0x0434D3E8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__StatEntry_DS__0_{ REL::Offset(0x0435F780), REL::Offset(0x0435F888) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__0_{ REL::Offset(0x0434C9F8), REL::Offset(0x0434CA60) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__0_{ REL::Offset(0x0435B258), REL::Offset(0x0435B2C0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__0_{ REL::Offset(0x0435ABF8), REL::Offset(0x0435AC60) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyInfoToUI__0_{ REL::Offset(0x04481720), REL::Offset(0x044818E8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyPOIDef__0_{ REL::Offset(0x044B57E8), REL::Offset(0x044B5910) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyPOIMarkersDef__0_{ REL::Offset(0x044B5C28), REL::Offset(0x044B5D50) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__BodyPOIPos__0_{ REL::Offset(0x044B59C0), REL::Offset(0x044B5B68) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerData__0_{ REL::Offset(0x044B7480), REL::Offset(0x044B74E8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__GalaxyMarkerDef__0_{ REL::Offset(0x044B70D8), REL::Offset(0x044B7140) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__MenuMarkerCoords__0_{ REL::Offset(0x044B88C8), REL::Offset(0x044B8930) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__Outpost_DS__0_{ REL::Offset(0x044BC148), REL::Offset(0x044BC190) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__PlanetInfoToUI__0_{ REL::Offset(0x04481558), REL::Offset(0x04481660) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__ResourceInfoFlashObject__0_{ REL::Offset(0x04498200), REL::Offset(0x04498268) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__StarMapMenuMarkerData__0_{ REL::Offset(0x044B8DD0), REL::Offset(0x044B8E38) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__0_{ REL::Offset(0x044B8A28), REL::Offset(0x044B8A90) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StarMap__SurfaceMarkerStaticData__0_{ REL::Offset(0x044BB648), REL::Offset(0x044BB690) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_StatCategory__0_{ REL::Offset(0x0448FF40), REL::Offset(0x0448FF88) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_SubSettingsList__GeneralSetting__0_{ REL::Offset(0x04494728), REL::Offset(0x04494B40) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__0_{ REL::Offset(0x043A83F0), REL::Offset(0x043A8490) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__0_{ REL::Offset(0x043A98F8), REL::Offset(0x043A9960) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__0_{ REL::Offset(0x043A9298), REL::Offset(0x043A9300) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__0_{ REL::Offset(0x043A8F70), REL::Offset(0x043A8FD8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__0_{ REL::Offset(0x043A96D8), REL::Offset(0x043A9740) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__0_{ REL::Offset(0x043A9078), REL::Offset(0x043A90E0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__CodeBuiltStepperData__0_{ REL::Offset(0x043A94B8), REL::Offset(0x043A9520) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__HeadPartMetadata__0_{ REL::Offset(0x043A9B18), REL::Offset(0x043A9B80) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__MorphSliderData__0_{ REL::Offset(0x043A82E8), REL::Offset(0x043A8388) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__0_{ REL::Offset(0x043A7FC0), REL::Offset(0x043A8060) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__0_{ REL::Offset(0x043A8BE0), REL::Offset(0x043A8CE8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__0_{ REL::Offset(0x043A87A0), REL::Offset(0x043A88A8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__0_{ REL::Offset(0x043A89C0), REL::Offset(0x043A8AC8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TESNPCData__PostBlendSliderMetadata__0_{ REL::Offset(0x043A7D80), REL::Offset(0x043A7E88) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TargetCombatValues__0_{ REL::Offset(0x04499390), REL::Offset(0x044995F8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TargetComponentData__0_{ REL::Offset(0x04499660), REL::Offset(0x044996C8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TargetHighFreq__0_{ REL::Offset(0x04498B90), REL::Offset(0x04498BF8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TargetLowFreq__0_{ REL::Offset(0x044992E0), REL::Offset(0x04499348) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TestMenu__TestData__ArcanaData__0_{ REL::Offset(0x044BF948), REL::Offset(0x044BF990) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TestMenu__TestResourcesData__ResourceData__0_{ REL::Offset(0x044BF898), REL::Offset(0x044BF8E0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TraitDatum__0_{ REL::Offset(0x044B03D0), REL::Offset(0x044B04D8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_TraitInfo__0_{ REL::Offset(0x0448F8B0), REL::Offset(0x0448F8F8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_UICraftingUtils__SkillRequirement__0_{ REL::Offset(0x0435F9A0), REL::Offset(0x0435FAA8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__0_{ REL::Offset(0x04358778), REL::Offset(0x04358880) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopAreaResourcesData__AreaResource__0_{ REL::Offset(0x0449CE38), REL::Offset(0x0449CEA0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__0_{ REL::Offset(0x0449CC70), REL::Offset(0x0449CCD8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__0_{ REL::Offset(0x0449C770), REL::Offset(0x0449C7D8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__0_{ REL::Offset(0x0449C988), REL::Offset(0x0449C9F0) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__0_{ REL::Offset(0x0449C498), REL::Offset(0x0449C500) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__0_{ REL::Offset(0x0449BFD8), REL::Offset(0x0449C040) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopTargetMenu__OutpostData__0_{ REL::Offset(0x044C2028), REL::Offset(0x044C2208) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopTargetMenu__ResourceData__0_{ REL::Offset(0x044C1C40), REL::Offset(0x044C1EB8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_WorkshopTargetMenu__TargetData__0_{ REL::Offset(0x044C1CF0), REL::Offset(0x044C1DF8) }; + inline constexpr std::array ArrayUIValue_NestedUIValue_XPData__0_{ REL::Offset(0x044A2D10), REL::Offset(0x044A2D78) }; + inline constexpr std::array ArrayUIValue_StringUIValue_0_{ REL::Offset(0x04478A28), REL::Offset(0x04478A90) }; + inline constexpr std::array ArrayUIValue_StringUIValue_3_{ REL::Offset(0x0435E1F0), REL::Offset(0x0435E258) }; + inline constexpr std::array ArrayUIValue_TUIValue_BSFixedStringCS__0_{ REL::Offset(0x0448DD60), REL::Offset(0x0448DDA8) }; + inline constexpr std::array ArrayUIValue_TUIValue_BSFixedString__0_{ REL::Offset(0x043A8D50), REL::Offset(0x043A8DB8) }; + inline constexpr std::array ArrayUIValue_TUIValue_float__0_{ REL::Offset(0x043A8178), REL::Offset(0x043A8280) }; + inline constexpr std::array ArrayUIValue_TUIValue_int__0_{ REL::Offset(0x04498420), REL::Offset(0x04498488) }; + inline constexpr std::array ArrayUIValue_TUIValue_int__3_{ REL::Offset(0x0435E0E8), REL::Offset(0x0435E188) }; + inline constexpr std::array ArrayUIValue_TUIValue_unsignedint__0_{ REL::Offset(0x0435C2D8), REL::Offset(0x0435C320) }; + inline constexpr std::array ArrowAttachHandler{ REL::Offset(0x044E5F10) }; + inline constexpr std::array ArrowDetachHandler{ REL::Offset(0x044E5EF8) }; + inline constexpr std::array ArrowProjectile{ REL::Offset(0x044E7AA8), REL::Offset(0x044E7AC0), REL::Offset(0x044E7AD8), REL::Offset(0x044E7AF0), REL::Offset(0x044E7B08), REL::Offset(0x044E7B28), REL::Offset(0x044E7BF8), REL::Offset(0x044E7C08), REL::Offset(0x044E7C70), REL::Offset(0x044E8768), REL::Offset(0x044E8780) }; + inline constexpr std::array AssignVariable{ REL::Offset(0x0456A9E0) }; + inline constexpr std::array AssignVariableInstance{ REL::Offset(0x0456AA48) }; + inline constexpr std::array AssigniState{ REL::Offset(0x0456A908) }; + inline constexpr std::array AssigniStateInstance{ REL::Offset(0x0456A970) }; + inline constexpr std::array AttachDistant3DTask{ REL::Offset(0x04369A38) }; + inline constexpr std::array AttachReferenceHandler{ REL::Offset(0x044E4D90) }; + inline constexpr std::array AttackStopHandler{ REL::Offset(0x044E56F8) }; + inline constexpr std::array AttractionObjectLOSUtils__CacheEntry{ REL::Offset(0x0445BDE0) }; + inline constexpr std::array AutoRegisterCombatObjectType_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___{ REL::Offset(0x03F129D8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAcquireSearchDebugData_{ REL::Offset(0x03F15E58) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAimController_{ REL::Offset(0x03F159D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAlignRollPathController_{ REL::Offset(0x03F15C78) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAnimatedPath_{ REL::Offset(0x03F155C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatApproachTargetPathController_{ REL::Offset(0x03F153B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAreaHoldPosition_{ REL::Offset(0x03F15A20) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAreaReference_{ REL::Offset(0x03F15C50) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAreaShape_{ REL::Offset(0x03F16290) }; + inline constexpr std::array AutoRegisterCombatObject_CombatAreaStandard_{ REL::Offset(0x03F161F0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatBarrelRollPathController_{ REL::Offset(0x03F16060) }; + inline constexpr std::array AutoRegisterCombatObject_CombatChangePositionPathController_{ REL::Offset(0x03F15138) }; + inline constexpr std::array AutoRegisterCombatObject_CombatChargingSearchData_{ REL::Offset(0x03F15430) }; + inline constexpr std::array AutoRegisterCombatObject_CombatCluster_{ REL::Offset(0x03F15958) }; + inline constexpr std::array AutoRegisterCombatObject_CombatCoverSearchDebugData_{ REL::Offset(0x03F158B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatCoverSearchResult_{ REL::Offset(0x03F16038) }; + inline constexpr std::array AutoRegisterCombatObject_CombatCoverSearch_{ REL::Offset(0x03F15FC0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatCoveredPathDebugData_{ REL::Offset(0x03F15E30) }; + inline constexpr std::array AutoRegisterCombatObject_CombatDialogueDebugData_{ REL::Offset(0x03F15340) }; + inline constexpr std::array AutoRegisterCombatObject_CombatDisableActionController_{ REL::Offset(0x03F15840) }; + inline constexpr std::array AutoRegisterCombatObject_CombatDisableAimController_{ REL::Offset(0x03F16268) }; + inline constexpr std::array AutoRegisterCombatObject_CombatDisableCollisionController_{ REL::Offset(0x04509D30) }; + inline constexpr std::array AutoRegisterCombatObject_CombatEnterCoverPathController_{ REL::Offset(0x03F16088) }; + inline constexpr std::array AutoRegisterCombatObject_CombatFlankingSearchData_{ REL::Offset(0x03F16150) }; + inline constexpr std::array AutoRegisterCombatObject_CombatFleeAimController_{ REL::Offset(0x03F14FA8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatFollowTargetPathController_{ REL::Offset(0x03F16100) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInceptionDebugData_{ REL::Offset(0x03F162E0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemGrenade_{ REL::Offset(0x03F15ED0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__{ REL::Offset(0x03F132C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__{ REL::Offset(0x03F12C58) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__{ REL::Offset(0x03F13108) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__{ REL::Offset(0x03F12FA0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__{ REL::Offset(0x03F12C08) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__{ REL::Offset(0x03F13428) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__{ REL::Offset(0x03F12B68) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__{ REL::Offset(0x03F12BE0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__{ REL::Offset(0x03EEDD80) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__{ REL::Offset(0x03F12DE8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__{ REL::Offset(0x03F12F78) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__{ REL::Offset(0x03F134A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__{ REL::Offset(0x03F13658) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__{ REL::Offset(0x03F12F28) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__{ REL::Offset(0x03F13298) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F12A78) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__{ REL::Offset(0x03F13590) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__{ REL::Offset(0x03F136A8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__{ REL::Offset(0x03EED6B0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__{ REL::Offset(0x03F12E38) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__{ REL::Offset(0x03F133D8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__{ REL::Offset(0x03F136D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__{ REL::Offset(0x03F13040) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__{ REL::Offset(0x03F12B90) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__{ REL::Offset(0x03F13130) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__{ REL::Offset(0x03F13568) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__{ REL::Offset(0x03F12CD0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__{ REL::Offset(0x03F12D20) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__{ REL::Offset(0x03F13400) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__{ REL::Offset(0x03F13248) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__{ REL::Offset(0x03F12EB0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__{ REL::Offset(0x03F12E10) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F12AC8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__{ REL::Offset(0x03F132E8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__{ REL::Offset(0x03F13608) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__{ REL::Offset(0x03F131A8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__{ REL::Offset(0x03F13518) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__{ REL::Offset(0x03F13360) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__{ REL::Offset(0x03F12AF0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__{ REL::Offset(0x03F130B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__{ REL::Offset(0x03EEDE70) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__{ REL::Offset(0x03F13090) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__{ REL::Offset(0x03F12F50) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__{ REL::Offset(0x03F13388) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__{ REL::Offset(0x03F133B0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__{ REL::Offset(0x03F13680) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__{ REL::Offset(0x03F13270) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__{ REL::Offset(0x03F13158) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__{ REL::Offset(0x03F12ED8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F136F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__{ REL::Offset(0x03F134C8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__{ REL::Offset(0x03F131D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__{ REL::Offset(0x03F13220) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__{ REL::Offset(0x03F135B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__{ REL::Offset(0x03F12F00) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__{ REL::Offset(0x03F13720) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__{ REL::Offset(0x03EED750) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__{ REL::Offset(0x03F13540) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__{ REL::Offset(0x03F12A28) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__{ REL::Offset(0x03F12FF0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__{ REL::Offset(0x03F13630) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__{ REL::Offset(0x03F13478) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__{ REL::Offset(0x03F12D98) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__{ REL::Offset(0x03F12D48) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__{ REL::Offset(0x03F13450) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__{ REL::Offset(0x03F135E0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__{ REL::Offset(0x03F134F0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__{ REL::Offset(0x03F13338) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemMelee_{ REL::Offset(0x03F15598) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemOneHandedBlock_{ REL::Offset(0x03F16010) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemRanged_{ REL::Offset(0x03F15A98) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemShield_{ REL::Offset(0x03F15EF8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemThrown_{ REL::Offset(0x03F15BB0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatInventoryItemTorch_{ REL::Offset(0x03F15E80) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterArmor_{ REL::Offset(0x03F16308) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterBoundItem_{ REL::Offset(0x03F152C8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterChameleon_{ REL::Offset(0x03F15728) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterCloak_{ REL::Offset(0x03F15908) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterDash_{ REL::Offset(0x03F15F70) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterDisarm_{ REL::Offset(0x03F15048) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterInvisibility_{ REL::Offset(0x03F15688) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterLight_{ REL::Offset(0x03F159F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterOffensive_{ REL::Offset(0x03F153E0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterParalyze_{ REL::Offset(0x03F15E08) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterReanimate_{ REL::Offset(0x03F15250) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterRestore_{ REL::Offset(0x03F154F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterScript_{ REL::Offset(0x03F157A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterStagger_{ REL::Offset(0x03F162B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterSummon_{ REL::Offset(0x03F15548) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterTargetEffect_{ REL::Offset(0x03F15C00) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMagicCasterWard_{ REL::Offset(0x03F15930) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMantlePathController_{ REL::Offset(0x03F16218) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMatchTargetAimController_{ REL::Offset(0x03F15DB8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMeleeAimController_{ REL::Offset(0x03F150C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMeleeAttackController_{ REL::Offset(0x03F15F98) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMeleeDebugData_{ REL::Offset(0x03F15BD8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMovementRequestActivateTarget_{ REL::Offset(0x04466DE8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatMovementRequestFollowActor_{ REL::Offset(0x03F15D90) }; + inline constexpr std::array AutoRegisterCombatObject_CombatNavmeshCoverLocation_{ REL::Offset(0x03F15188) }; + inline constexpr std::array AutoRegisterCombatObject_CombatNavmeshPathingDebugData_{ REL::Offset(0x03F151B0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathBuilderTrackInfo_{ REL::Offset(0x03F15F48) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathBuilderTracker_{ REL::Offset(0x03F16240) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F145F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F14F58) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F145A8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F14D78) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14350) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ REL::Offset(0x03F14648) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ REL::Offset(0x03F14AD0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F143F0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14940) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F13E78) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ REL::Offset(0x03F05F88) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F064D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F049A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ REL::Offset(0x03F142D8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14E40) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14E90) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ REL::Offset(0x03F14E68) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F14C10) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EEDAD8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F13F68) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14B70) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F144E0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ REL::Offset(0x03F050A8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F14468) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F14210) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F14EE0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F14A08) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F148A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F14A80) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F14CB0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F14A30) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F14C88) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F14170) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F14DA0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F140D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__{ REL::Offset(0x03F13C48) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F139C8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F13D60) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F13B08) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F13BD0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F05338) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ REL::Offset(0x03F140F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ REL::Offset(0x03F14BC0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F06180) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F05650) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14CD8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ REL::Offset(0x03F05E70) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F064F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F04AE0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ REL::Offset(0x03F14760) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14DF0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F143A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ REL::Offset(0x03F141C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03EEDCB8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EEDAB0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F14698) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14C60) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F144B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ REL::Offset(0x03F050F8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F13AB8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F137E8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F13A40) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F13950) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F138D8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F13838) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__{ REL::Offset(0x03F13D38) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__{ REL::Offset(0x03F13A90) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F13B58) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__{ REL::Offset(0x03F13CC0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__{ REL::Offset(0x03F13D10) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__{ REL::Offset(0x03F139A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__{ REL::Offset(0x03F13C70) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__{ REL::Offset(0x03F13BA8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__{ REL::Offset(0x03F13888) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F13900) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__{ REL::Offset(0x03F13BF8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__{ REL::Offset(0x03F13A68) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__{ REL::Offset(0x03F13C20) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F13CE8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__{ REL::Offset(0x03F13770) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__{ REL::Offset(0x03F13B30) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__{ REL::Offset(0x03F13A18) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__{ REL::Offset(0x03F13978) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__{ REL::Offset(0x03F13C98) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F13D88) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F138B0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F137C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F14D50) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F14080) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F14878) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F145D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F146C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F14918) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F14828) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F14260) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F14148) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F13EF0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F14850) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F13DD8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F14058) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F147D8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F14DC8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F13F40) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__{ REL::Offset(0x03F14990) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__{ REL::Offset(0x03F14EB8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__{ REL::Offset(0x03F14F30) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__{ REL::Offset(0x03F14738) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F149B8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__{ REL::Offset(0x03F14440) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__{ REL::Offset(0x03F05AA8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F061D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F056F0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14B98) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__{ REL::Offset(0x03F05E98) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F06570) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F04A90) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__{ REL::Offset(0x03F14B48) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14D28) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14BE8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__{ REL::Offset(0x03F148C8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03EEDC90) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EEDA38) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__{ REL::Offset(0x03F14AA8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03F14008) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__{ REL::Offset(0x03EED638) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__{ REL::Offset(0x03F14288) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__{ REL::Offset(0x03F14F08) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__{ REL::Offset(0x03F13E00) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F14530) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F14670) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__{ REL::Offset(0x03F14580) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__{ REL::Offset(0x03F14F80) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__{ REL::Offset(0x03F14B20) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__{ REL::Offset(0x03F14030) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__{ REL::Offset(0x03F14E18) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__{ REL::Offset(0x03F14490) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__{ REL::Offset(0x03F14788) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__{ REL::Offset(0x03F14968) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathingDebugData_{ REL::Offset(0x03F14FF8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathingDelayedTweener_{ REL::Offset(0x03F15700) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathingRequestDebugData_{ REL::Offset(0x03F15AE8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathingSearchArea_{ REL::Offset(0x03F15980) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPathingTweener_{ REL::Offset(0x03F161C8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPositionReservation_{ REL::Offset(0x03F15EA8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatPositionTracker_{ REL::Offset(0x03F16128) }; + inline constexpr std::array AutoRegisterCombatObject_CombatProjectileAimController_{ REL::Offset(0x03F15D68) }; + inline constexpr std::array AutoRegisterCombatObject_CombatProjectileDebugData_{ REL::Offset(0x03F15458) }; + inline constexpr std::array AutoRegisterCombatObject_CombatRangedMovementPathSpeedController_{ REL::Offset(0x03F15228) }; + inline constexpr std::array AutoRegisterCombatObject_CombatSearchMap2D_{ REL::Offset(0x03F15868) }; + inline constexpr std::array AutoRegisterCombatObject_CombatSearchMap3D_{ REL::Offset(0x03F159A8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatShipGenericPathController_{ REL::Offset(0x03F15B88) }; + inline constexpr std::array AutoRegisterCombatObject_CombatShipPursueTargetPathController_{ REL::Offset(0x03F15F20) }; + inline constexpr std::array AutoRegisterCombatObject_CombatSoftCoverLocation_{ REL::Offset(0x03F157F0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatSpatialGraphPathingDebugData_{ REL::Offset(0x03F15660) }; + inline constexpr std::array AutoRegisterCombatObject_CombatStandardCoverLocation_{ REL::Offset(0x03F15778) }; + inline constexpr std::array AutoRegisterCombatObject_CombatSuppressiveFireBehavior_{ REL::Offset(0x03F15CC8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetLocationSearchResult_{ REL::Offset(0x03EED5C0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetLocationSearch_{ REL::Offset(0x03F15480) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetLocation_{ REL::Offset(0x03F15D40) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorFixed_{ REL::Offset(0x03F15B60) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorPreferred_{ REL::Offset(0x03F156B0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorRandom_{ REL::Offset(0x03F161A0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorSpaceship_{ REL::Offset(0x03F150E8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorStandard_{ REL::Offset(0x03F160D8) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTargetSelectorWorkshopObject_{ REL::Offset(0x03F15638) }; + inline constexpr std::array AutoRegisterCombatObject_CombatThreatExplosion_{ REL::Offset(0x03F154D0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatThreatLOF_{ REL::Offset(0x03F15A48) }; + inline constexpr std::array AutoRegisterCombatObject_CombatThreatMelee_{ REL::Offset(0x03F15DE0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatThreatProjectile_{ REL::Offset(0x03F160B0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTrackTargetAimController_{ REL::Offset(0x03F158E0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTunnelPathController_{ REL::Offset(0x03F15B10) }; + inline constexpr std::array AutoRegisterCombatObject_CombatTunnelPathingRequestData_{ REL::Offset(0x03F152F0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatViewControllerGlance_{ REL::Offset(0x03F15610) }; + inline constexpr std::array AutoRegisterCombatObject_CombatViewControllerPath_{ REL::Offset(0x03F15CF0) }; + inline constexpr std::array AutoRegisterCombatObject_CombatViewControllerStandard_{ REL::Offset(0x03F15FE8) }; + inline constexpr std::array AutoRegisterCombatObject_DetectionDebugData_{ REL::Offset(0x03F15368) }; + inline constexpr std::array AutoRegisterCombatObject_DiveBombPathController_{ REL::Offset(0x03F16178) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05360), REL::Offset(0x03F05388), REL::Offset(0x03F053B0), REL::Offset(0x03F053D8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ REL::Offset(0x03F04F18), REL::Offset(0x03F04F40), REL::Offset(0x03F04F68), REL::Offset(0x03F04F90) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ REL::Offset(0x03F05A30), REL::Offset(0x03F05A58), REL::Offset(0x03F05A80), REL::Offset(0x03F05AD0) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F060E0), REL::Offset(0x03F06108), REL::Offset(0x03F06130), REL::Offset(0x03F061A8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05628), REL::Offset(0x03F05678), REL::Offset(0x03F056A0), REL::Offset(0x03F056C8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04D70), REL::Offset(0x03F04D98), REL::Offset(0x03F04DC0), REL::Offset(0x03F04DE8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ REL::Offset(0x03F05E48), REL::Offset(0x03F05EC0), REL::Offset(0x03F05EE8), REL::Offset(0x03F05F60) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F06408), REL::Offset(0x03F06458), REL::Offset(0x03F06548), REL::Offset(0x03F06598) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04978), REL::Offset(0x03F049F0), REL::Offset(0x03F04A40), REL::Offset(0x03F04AB8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ REL::Offset(0x03EEDBA0), REL::Offset(0x03EEDBC8), REL::Offset(0x03EEDBF0), REL::Offset(0x03EEDC18) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05520), REL::Offset(0x03F05548), REL::Offset(0x03F05570), REL::Offset(0x03F05598) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05C00), REL::Offset(0x03F05C28), REL::Offset(0x03F05C50), REL::Offset(0x03F05C78) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ REL::Offset(0x03F06340), REL::Offset(0x03F06368), REL::Offset(0x03F06390), REL::Offset(0x03F063B8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03EEDC40), REL::Offset(0x03EEDC68), REL::Offset(0x03EEDCE0), REL::Offset(0x03EEDD08) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03EEDA60), REL::Offset(0x03EEDA88), REL::Offset(0x03EEDB00), REL::Offset(0x03EEDB28) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F058B0), REL::Offset(0x03F058D8), REL::Offset(0x03F05900), REL::Offset(0x03F05928) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05D80), REL::Offset(0x03F05DA8), REL::Offset(0x03F05DD0), REL::Offset(0x03F05DF8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F048D8), REL::Offset(0x03F04900), REL::Offset(0x03F04928), REL::Offset(0x03F04950) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGenericPath_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ REL::Offset(0x03F05058), REL::Offset(0x03F050D0), REL::Offset(0x03F05120), REL::Offset(0x03F05148) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05218), REL::Offset(0x03F05280), REL::Offset(0x03F052A8), REL::Offset(0x03F052C0), REL::Offset(0x03F052E8), REL::Offset(0x03F05310) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_CombatPathDestinationActor_{ REL::Offset(0x03F04E10), REL::Offset(0x03F04E28), REL::Offset(0x03F04E50), REL::Offset(0x03F04E78), REL::Offset(0x03F04EC8), REL::Offset(0x03F04EF0) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_CombatPathDestinationActor_{ REL::Offset(0x03F05950), REL::Offset(0x03F05990), REL::Offset(0x03F059B8), REL::Offset(0x03F059E0), REL::Offset(0x03F05A08), REL::Offset(0x03F05AF8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F06068), REL::Offset(0x03F06090), REL::Offset(0x03F060B8), REL::Offset(0x03F06220), REL::Offset(0x03F06248), REL::Offset(0x03F06260) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F055C0), REL::Offset(0x03F055E8), REL::Offset(0x03F05600), REL::Offset(0x03F05718), REL::Offset(0x03F05740), REL::Offset(0x03F057A8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04C78), REL::Offset(0x03F04CA0), REL::Offset(0x03F04CC8), REL::Offset(0x03F04CF8), REL::Offset(0x03F04D20), REL::Offset(0x03F04D48) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationActor_{ REL::Offset(0x03F05E20), REL::Offset(0x03F05FB0), REL::Offset(0x03F05FD8), REL::Offset(0x03F06000), REL::Offset(0x03F06028), REL::Offset(0x03F06040) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F065C0), REL::Offset(0x03F065E8), REL::Offset(0x03F06610), REL::Offset(0x03F06628), REL::Offset(0x03F06650), REL::Offset(0x03F06678) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F04B30), REL::Offset(0x03F04B58), REL::Offset(0x03F04BC0), REL::Offset(0x03F04C10), REL::Offset(0x03F04C38), REL::Offset(0x03F04C60) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_CombatPathDestinationActor_{ REL::Offset(0x03EED308), REL::Offset(0x03EED330), REL::Offset(0x03EED808), REL::Offset(0x03EED830), REL::Offset(0x03EED858), REL::Offset(0x03EED880) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05400), REL::Offset(0x03F05428), REL::Offset(0x03F05440), REL::Offset(0x03F05468), REL::Offset(0x03F054A8), REL::Offset(0x03F054F8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05B20), REL::Offset(0x03F05B38), REL::Offset(0x03F05B60), REL::Offset(0x03F05B88), REL::Offset(0x03F05BB0), REL::Offset(0x03F05BD8) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_CombatPathDestinationFollowActor_{ REL::Offset(0x03F06288), REL::Offset(0x03F062B0), REL::Offset(0x03F062D8), REL::Offset(0x03F06300), REL::Offset(0x03F06328), REL::Offset(0x03F063E0) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03EED250), REL::Offset(0x03EED278), REL::Offset(0x03EED290), REL::Offset(0x03EED8D0), REL::Offset(0x03EED8F8), REL::Offset(0x03EED920) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03EED388), REL::Offset(0x03EED3A0), REL::Offset(0x03EED4A8), REL::Offset(0x03EED4D0), REL::Offset(0x03EED520), REL::Offset(0x03EED570) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_CombatPathDestinationLocation_{ REL::Offset(0x03F057D0), REL::Offset(0x03F057F8), REL::Offset(0x03F05820), REL::Offset(0x03F05848), REL::Offset(0x03F05860), REL::Offset(0x03F05888) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F05CA0), REL::Offset(0x03F05CC8), REL::Offset(0x03F05CE0), REL::Offset(0x03F05D08), REL::Offset(0x03F05D30), REL::Offset(0x03F05D58) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_CombatPathDestinationNone_{ REL::Offset(0x03F047E0), REL::Offset(0x03F04820), REL::Offset(0x03F04848), REL::Offset(0x03F04870), REL::Offset(0x03F04888), REL::Offset(0x03F048B0) }; + inline constexpr std::array AutoRegisterCombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_CombatPathDestinationLocation_{ REL::Offset(0x03F04FB8), REL::Offset(0x03F04FE0), REL::Offset(0x03F05170), REL::Offset(0x03F051B0), REL::Offset(0x03F051C8), REL::Offset(0x03F051F0) }; + inline constexpr std::array AutoRegisterCreator_ActionActivateDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6B38) }; + inline constexpr std::array AutoRegisterCreator_ActorSceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6570) }; + inline constexpr std::array AutoRegisterCreator_AddRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7308) }; + inline constexpr std::array AutoRegisterCreator_AllowRotationHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6638) }; + inline constexpr std::array AutoRegisterCreator_AllowRotationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7330) }; + inline constexpr std::array AutoRegisterCreator_AnimatedCameraDeltaStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E76C8) }; + inline constexpr std::array AutoRegisterCreator_AnimatedCameraEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7740) }; + inline constexpr std::array AutoRegisterCreator_AnimatedCameraStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E76F0) }; + inline constexpr std::array AutoRegisterCreator_AnimationCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E60E8) }; + inline constexpr std::array AutoRegisterCreator_AnimationDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E65C0) }; + inline constexpr std::array AutoRegisterCreator_AnimationDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7178) }; + inline constexpr std::array AutoRegisterCreator_AnimationObjectDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7088) }; + inline constexpr std::array AutoRegisterCreator_AnimationObjectHideHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7100) }; + inline constexpr std::array AutoRegisterCreator_AnimationObjectLoadHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6F20) }; + inline constexpr std::array AutoRegisterCreator_AnimationObjectUnequipAllHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E70B0) }; + inline constexpr std::array AutoRegisterCreator_AnimationObjectUnequipHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6EF8) }; + inline constexpr std::array AutoRegisterCreator_AnimationStanceDataSingletonDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFDF60) }; + inline constexpr std::array AutoRegisterCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ REL::Offset(0x0456C068) }; + inline constexpr std::array AutoRegisterCreator_AnticipateAttackHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E68B8) }; + inline constexpr std::array AutoRegisterCreator_ArrowAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E69F8) }; + inline constexpr std::array AutoRegisterCreator_ArrowDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6BB0) }; + inline constexpr std::array AutoRegisterCreator_AttachReferenceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7600) }; + inline constexpr std::array AutoRegisterCreator_AttackStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E67C8) }; + inline constexpr std::array AutoRegisterCreator_AwakeSoundFadeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E74E8) }; + inline constexpr std::array AutoRegisterCreator_AwakeSoundPauseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7538) }; + inline constexpr std::array AutoRegisterCreator_AwakeSoundResumeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6368) }; + inline constexpr std::array AutoRegisterCreator_AwakeSoundStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7560) }; + inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationEditorSpacePointRadius_BGSAIWorldLocationFactory_{ REL::Offset(0x04446888) }; + inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationInteriorCell_BGSAIWorldLocationFactory_{ REL::Offset(0x04446900) }; + inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationPointRadius_BGSAIWorldLocationFactory_{ REL::Offset(0x044468D8) }; + inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationPrimitive_BGSAIWorldLocationFactory_{ REL::Offset(0x044468B0) }; + inline constexpr std::array AutoRegisterCreator_BGSAIWorldLocationRefRadius_BGSAIWorldLocationFactory_{ REL::Offset(0x04446838) }; + inline constexpr std::array AutoRegisterCreator_BGSConveyorBelt__ConveyorBelt_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F225C8) }; + inline constexpr std::array AutoRegisterCreator_BGSMotorAction__FanMotor_BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F22578) }; + inline constexpr std::array AutoRegisterCreator_BGSMusicPaletteTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFF220) }; + inline constexpr std::array AutoRegisterCreator_BGSMusicSilenceTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFF158) }; + inline constexpr std::array AutoRegisterCreator_BGSMusicSingleTrack_BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFF1D0) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataBool_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21A80) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataFloat_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21B20) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataInt_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21AF8) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataLocationWrapper_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21A30) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataLocation_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21968) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataObjectList_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21B70) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataRefOLD_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21AD0) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataRef_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F219B8) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataScene_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x04343FE8) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataTargetSelector_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21A58) }; + inline constexpr std::array AutoRegisterCreator_BGSPackageDataTopic_BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x044455A0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureAcquireExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044467C0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureAcquire_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044473E8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureActivateExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446770) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447580) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureAmbushExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446590) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureAmbush_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344120) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureCombatTravelExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446748) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureCombatTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044477D0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogueActivateExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446400) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogueActivate_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447B38) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogueExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446428) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureDialogue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044479E8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureDoneExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044463B0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureDone_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044470E8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureEatExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044463D8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureEat_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447D20) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureEscortExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446360) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureEscort_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448D60) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFindExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446388) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFind_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044490E0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFleeExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446338) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFlee_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449338) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFlightGrabExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446518) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFlightGrab_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449500) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFollowExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044464C8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFollowTo_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449AC0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureFollow_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449AE8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureForceGreet_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449DE8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureGuardArea_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A038) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureGuardExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044464F0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureGuard_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A010) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureHeadtrackExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446478) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureHeadtrack_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344628) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureHoldPositionExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044464A0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureHoldPosition_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A3D8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureHoverExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446450) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureHover_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A560) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureKeepAnEyeOnExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044461F8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureKeepAnEyeOn_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A730) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureLockUnlockExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446220) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureLock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A980) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureOrbitExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044461D0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureOrbit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AC98) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedurePatrolExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446180) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedurePatrol_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AF60) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedurePlayIdleExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044461A8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedurePlayIdle_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x043448B0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedurePursue_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B248) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureRangeExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446568) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureRange_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344EF8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSandboxExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446158) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSandbox_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B440) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSayExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044462E8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSay_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B658) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSitSleepExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446310) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSit_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B820) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureSleep_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B7F8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureStayAwayExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044462C0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureStayAway_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x043454D8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTargetingModeAutopilotExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446540) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTargetingModeAutopilot_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04345820) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTravelExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446270) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTravel_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444BBD8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeFallbackExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044467E8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeFallback_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044466A8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeProcedure_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04446860) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeRandomExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446798) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeRandom_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04446680) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSequenceExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446630) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSequence_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044466F8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSimultaneousExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446810) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeSimultaneous_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x044466D0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeStackedExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446658) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureTreeStacked_BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04446720) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUnlock_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A9A8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUseIdleMarkerExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446298) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUseIdleMarker_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444BDE8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUseMagicExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446248) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUseMagic_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C030) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUseWeaponExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044465E0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureUseWeapon_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C3C0) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureWaitExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446608) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureWait_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C530) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureWanderExecState_BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044465B8) }; + inline constexpr std::array AutoRegisterCreator_BGSProcedureWander_BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444D670) }; + inline constexpr std::array AutoRegisterCreator_BSAnimationAnimDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFDF10) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Add_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586AB0) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Billow_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586B18) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Crater_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586988) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Invert_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x045869B0) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Perlin_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x045869D8) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Ridged_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586A00) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__SmoothStep_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586A28) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Subtract_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586A50) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Turbulence_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586900) }; + inline constexpr std::array AutoRegisterCreator_BSNoise__Voronoi_BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586960) }; + inline constexpr std::array AutoRegisterCreator_BSPathingTraversalLink_BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ REL::Offset(0x03F09470) }; + inline constexpr std::array AutoRegisterCreator_BedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6CC8) }; + inline constexpr std::array AutoRegisterCreator_BedFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6D18) }; + inline constexpr std::array AutoRegisterCreator_BowZoomStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6B88) }; + inline constexpr std::array AutoRegisterCreator_BowZoomStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6C00) }; + inline constexpr std::array AutoRegisterCreator_CameraOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6930) }; + inline constexpr std::array AutoRegisterCreator_CameraOverrideStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6868) }; + inline constexpr std::array AutoRegisterCreator_CameraShakeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7150) }; + inline constexpr std::array AutoRegisterCreator_ChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6CF0) }; + inline constexpr std::array AutoRegisterCreator_ChairFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6D40) }; + inline constexpr std::array AutoRegisterCreator_ChangeAnimArchetypeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E75B0) }; + inline constexpr std::array AutoRegisterCreator_CombatSearchLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03F00BB0) }; + inline constexpr std::array AutoRegisterCreator_CullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7448) }; + inline constexpr std::array AutoRegisterCreator_CullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7498) }; + inline constexpr std::array AutoRegisterCreator_DeathEmoteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7128) }; + inline constexpr std::array AutoRegisterCreator_DeathStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6B60) }; + inline constexpr std::array AutoRegisterCreator_DesyncInteractionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E63E0) }; + inline constexpr std::array AutoRegisterCreator_DisableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6F48) }; + inline constexpr std::array AutoRegisterCreator_DisableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E66D8) }; + inline constexpr std::array AutoRegisterCreator_DisableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7010) }; + inline constexpr std::array AutoRegisterCreator_DisableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6F98) }; + inline constexpr std::array AutoRegisterCreator_DoNotInterruptAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E64D0) }; + inline constexpr std::array AutoRegisterCreator_EjectShellCasingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E62A0) }; + inline constexpr std::array AutoRegisterCreator_EnableCharacterBumperHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6F70) }; + inline constexpr std::array AutoRegisterCreator_EnableCharacterControllerHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E66B0) }; + inline constexpr std::array AutoRegisterCreator_EnableCharacterPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E70D8) }; + inline constexpr std::array AutoRegisterCreator_EnableCollisionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6FC0) }; + inline constexpr std::array AutoRegisterCreator_EndSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6098) }; + inline constexpr std::array AutoRegisterCreator_EndSummonAnimationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6B10) }; + inline constexpr std::array AutoRegisterCreator_EyeTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6A20) }; + inline constexpr std::array AutoRegisterCreator_EyeTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E69A8) }; + inline constexpr std::array AutoRegisterCreator_FaceEmotionalIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E75D8) }; + inline constexpr std::array AutoRegisterCreator_FlightActionEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6A48) }; + inline constexpr std::array AutoRegisterCreator_FlightActionEntryEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6A70) }; + inline constexpr std::array AutoRegisterCreator_FlightActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6DB8) }; + inline constexpr std::array AutoRegisterCreator_FlightCrashLandStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6AC0) }; + inline constexpr std::array AutoRegisterCreator_FlightCruisingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6E08) }; + inline constexpr std::array AutoRegisterCreator_FlightHoveringHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6E80) }; + inline constexpr std::array AutoRegisterCreator_FlightLandEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6DE0) }; + inline constexpr std::array AutoRegisterCreator_FlightLandHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6D68) }; + inline constexpr std::array AutoRegisterCreator_FlightLandingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6E58) }; + inline constexpr std::array AutoRegisterCreator_FlightPerchingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6D90) }; + inline constexpr std::array AutoRegisterCreator_FlightTakeOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6E30) }; + inline constexpr std::array AutoRegisterCreator_ForceWeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7808) }; + inline constexpr std::array AutoRegisterCreator_GetUpEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7268) }; + inline constexpr std::array AutoRegisterCreator_GetUpStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7290) }; + inline constexpr std::array AutoRegisterCreator_GravJumpInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6070) }; + inline constexpr std::array AutoRegisterCreator_HeadTrackingOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E69D0) }; + inline constexpr std::array AutoRegisterCreator_HeadTrackingOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6A98) }; + inline constexpr std::array AutoRegisterCreator_HeadTrackingRotationOffHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7420) }; + inline constexpr std::array AutoRegisterCreator_HeadTrackingRotationOnHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E73A8) }; + inline constexpr std::array AutoRegisterCreator_HideSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6430) }; + inline constexpr std::array AutoRegisterCreator_HitFrameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6840) }; + inline constexpr std::array AutoRegisterCreator_IdleDialogueEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7060) }; + inline constexpr std::array AutoRegisterCreator_IdleDialogueExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7038) }; + inline constexpr std::array AutoRegisterCreator_IdleFlavorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E73F8) }; + inline constexpr std::array AutoRegisterCreator_InterruptCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6BD8) }; + inline constexpr std::array AutoRegisterCreator_JumpAnimEventHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6FE8) }; + inline constexpr std::array AutoRegisterCreator_KillActorHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6C78) }; + inline constexpr std::array AutoRegisterCreator_KillMoveEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7240) }; + inline constexpr std::array AutoRegisterCreator_KillMoveStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E71C8) }; + inline constexpr std::array AutoRegisterCreator_KnockdownHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E62F0) }; + inline constexpr std::array AutoRegisterCreator_KnockdownTargetHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E64A8) }; + inline constexpr std::array AutoRegisterCreator_LeftHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6728) }; + inline constexpr std::array AutoRegisterCreator_LeftHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6818) }; + inline constexpr std::array AutoRegisterCreator_LookAtChainData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEB80) }; + inline constexpr std::array AutoRegisterCreator_LoopingActivateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E77B8) }; + inline constexpr std::array AutoRegisterCreator_MorphDriverData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEB08) }; + inline constexpr std::array AutoRegisterCreator_MotionDrivenHandlerReference_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E65E8) }; + inline constexpr std::array AutoRegisterCreator_MotionDrivenHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E71A0) }; + inline constexpr std::array AutoRegisterCreator_MountDismountEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E72B8) }; + inline constexpr std::array AutoRegisterCreator_MountInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03F00C50) }; + inline constexpr std::array AutoRegisterCreator_NPCAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7718) }; + inline constexpr std::array AutoRegisterCreator_NPCDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7650) }; + inline constexpr std::array AutoRegisterCreator_PairedAttackDialogueHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6340) }; + inline constexpr std::array AutoRegisterCreator_PairedStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7218) }; + inline constexpr std::array AutoRegisterCreator_PassengerInteraction_BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03F00C28) }; + inline constexpr std::array AutoRegisterCreator_PathingCell_BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ REL::Offset(0x03F06898) }; + inline constexpr std::array AutoRegisterCreator_PathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03F06778) }; + inline constexpr std::array AutoRegisterCreator_PathingLockData_BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03F00B88) }; + inline constexpr std::array AutoRegisterCreator_PathingTraversalData_BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ REL::Offset(0x03F06870) }; + inline constexpr std::array AutoRegisterCreator_PerformActivationHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7588) }; + inline constexpr std::array AutoRegisterCreator_PickNewIdleHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6AE8) }; + inline constexpr std::array AutoRegisterCreator_PitchOverrideEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E76A0) }; + inline constexpr std::array AutoRegisterCreator_PitchOverrideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7628) }; + inline constexpr std::array AutoRegisterCreator_PlayerBedEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6C28) }; + inline constexpr std::array AutoRegisterCreator_PlayerChairEnterHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6C50) }; + inline constexpr std::array AutoRegisterCreator_PlayerFastEquipSoundHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6408) }; + inline constexpr std::array AutoRegisterCreator_PlayerFurnitureExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6CA0) }; + inline constexpr std::array AutoRegisterCreator_PoseDeformerData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEBD0) }; + inline constexpr std::array AutoRegisterCreator_RagdollAndGetUpHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E72E0) }; + inline constexpr std::array AutoRegisterCreator_RagdollStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7358) }; + inline constexpr std::array AutoRegisterCreator_RecoilStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E67A0) }; + inline constexpr std::array AutoRegisterCreator_ReevaluateGraphStateHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7470) }; + inline constexpr std::array AutoRegisterCreator_ReferenceEndAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E61D8) }; + inline constexpr std::array AutoRegisterCreator_ReferenceRunActionHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6520) }; + inline constexpr std::array AutoRegisterCreator_ReferenceStartAnimatedCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6200) }; + inline constexpr std::array AutoRegisterCreator_ReferenceStartImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6610) }; + inline constexpr std::array AutoRegisterCreator_ReferenceStopImagespaceModifierHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6548) }; + inline constexpr std::array AutoRegisterCreator_ReloadCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7768) }; + inline constexpr std::array AutoRegisterCreator_ReloadStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7790) }; + inline constexpr std::array AutoRegisterCreator_RemoveRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7380) }; + inline constexpr std::array AutoRegisterCreator_RightHandSpellCastHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6700) }; + inline constexpr std::array AutoRegisterCreator_RightHandSpellFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E67F0) }; + inline constexpr std::array AutoRegisterCreator_SandManKillHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6318) }; + inline constexpr std::array AutoRegisterCreator_SceneNextPhaseHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6598) }; + inline constexpr std::array AutoRegisterCreator_SetupGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6160) }; + inline constexpr std::array AutoRegisterCreator_ShowSubsegmentHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6110) }; + inline constexpr std::array AutoRegisterCreator_SlideStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6688) }; + inline constexpr std::array AutoRegisterCreator_SneakStateChangeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E77E0) }; + inline constexpr std::array AutoRegisterCreator_SpaceshipDockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E61B0) }; + inline constexpr std::array AutoRegisterCreator_SpaceshipLandingFinishedFailsafeHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6250) }; + inline constexpr std::array AutoRegisterCreator_SpaceshipLandingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6278) }; + inline constexpr std::array AutoRegisterCreator_SpaceshipTakeOffFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6228) }; + inline constexpr std::array AutoRegisterCreator_SpaceshipUndockingFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E6188) }; + inline constexpr std::array AutoRegisterCreator_SpringBoneData_BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEAB8) }; + inline constexpr std::array AutoRegisterCreator_StaggeredStopHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6890) }; + inline constexpr std::array AutoRegisterCreator_StartFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6ED0) }; + inline constexpr std::array AutoRegisterCreator_StartPCapVoiceHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E62C8) }; + inline constexpr std::array AutoRegisterCreator_StartSecurityMinigameHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E60C0) }; + inline constexpr std::array AutoRegisterCreator_StopFloatingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6EA8) }; + inline constexpr std::array AutoRegisterCreator_StopMountCameraHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E71F0) }; + inline constexpr std::array AutoRegisterCreator_SubgraphAndOffsetDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFDEE8) }; + inline constexpr std::array AutoRegisterCreator_SyncDeferDeathHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6480) }; + inline constexpr std::array AutoRegisterCreator_SyncEarlyExitHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E64F8) }; + inline constexpr std::array AutoRegisterCreator_TakeOffInitiateCompleteHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6048) }; + inline constexpr std::array AutoRegisterCreator_TerminateGraphRagdollHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6138) }; + inline constexpr std::array AutoRegisterCreator_TraversalFinishedHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6458) }; + inline constexpr std::array AutoRegisterCreator_TraversalStepDoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6660) }; + inline constexpr std::array AutoRegisterCreator_UncullFurnitureBoneHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E74C0) }; + inline constexpr std::array AutoRegisterCreator_UncullWeaponsHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E73D0) }; + inline constexpr std::array AutoRegisterCreator_UseStimpakHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7510) }; + inline constexpr std::array AutoRegisterCreator_VirtualPathingDoor_BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03F067C8) }; + inline constexpr std::array AutoRegisterCreator_WeaponAttachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E63B8) }; + inline constexpr std::array AutoRegisterCreator_WeaponBeginDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6778) }; + inline constexpr std::array AutoRegisterCreator_WeaponBeginSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6750) }; + inline constexpr std::array AutoRegisterCreator_WeaponDetachHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6390) }; + inline constexpr std::array AutoRegisterCreator_WeaponDrawHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6908) }; + inline constexpr std::array AutoRegisterCreator_WeaponFireEndHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7858) }; + inline constexpr std::array AutoRegisterCreator_WeaponFireHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7830) }; + inline constexpr std::array AutoRegisterCreator_WeaponFireStartHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7880) }; + inline constexpr std::array AutoRegisterCreator_WeaponSheatheHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E68E0) }; + inline constexpr std::array AutoRegisterCreator_WeaponSheatheInterruptHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6958) }; + inline constexpr std::array AutoRegisterCreator_WeaponSwingHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E6980) }; + inline constexpr std::array AutoRegisterCreator_ZeroPitchHandler_BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E7678) }; + inline constexpr std::array AutoRegisterCreator___BSAnimationGraphDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04561C90) }; + inline constexpr std::array AutoRegisterCreator___BSAnimationTableDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04561BD0) }; + inline constexpr std::array AutoRegisterCreator___BSAnimationTextDBData_BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04561C40) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_BuyItem__{ REL::Offset(0x03F1A4F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_CloseMenu__{ REL::Offset(0x03F18D40) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_HideModel__{ REL::Offset(0x03F19688) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_LoadModel__{ REL::Offset(0x03F1A5E8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SellItem__{ REL::Offset(0x03F178B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_SetMouseOverModel__{ REL::Offset(0x03EF27B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ShowFailureMessage__{ REL::Offset(0x03F19090) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BarterMenu_ViewedItem__{ REL::Offset(0x03F1C1A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_FastTravel__{ REL::Offset(0x03F1B990) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_BoundaryMenu_ShowMap__{ REL::Offset(0x03F17988) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowChange__{ REL::Offset(0x03F16960) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_BrowColorChange__{ REL::Offset(0x03F19EF0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_CancelTextEntry__{ REL::Offset(0x03F17530) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_CloseMenu__{ REL::Offset(0x03EF2E00) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_CyclePronoun__{ REL::Offset(0x03F1C240) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_DirtScarsEtcChange__{ REL::Offset(0x03F1BAB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_EndBodyChange__{ REL::Offset(0x03F1A4D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_EndTextEntry__{ REL::Offset(0x03EF2720) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_EyeColorChange__{ REL::Offset(0x03F1B608) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairChange__{ REL::Offset(0x03F17458) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_FacialHairColorChange__{ REL::Offset(0x03F176B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HairChange__{ REL::Offset(0x03F1A978) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HairColorChange__{ REL::Offset(0x03F1BF80) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__{ REL::Offset(0x03F199A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_HeadpartPresetChange__{ REL::Offset(0x03F1C2F0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryChange__{ REL::Offset(0x03F18400) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_JewelryColorChange__{ REL::Offset(0x03F17FD8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_MakeupChange__{ REL::Offset(0x03F19E00) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_MarkingsChange__{ REL::Offset(0x03F197C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__{ REL::Offset(0x03F1B8A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendFaceChange__{ REL::Offset(0x03F1BFA0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PostBlendIntensityChange__{ REL::Offset(0x03F1C7B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_PresetChange__{ REL::Offset(0x03F1AE38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOffLocomotion__{ REL::Offset(0x03F186E8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_RollOnLocomotion__{ REL::Offset(0x03F1C4E0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_RotatePaperdoll__{ REL::Offset(0x03F164C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetAdditionalSlider__{ REL::Offset(0x03EF2960) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBackground__{ REL::Offset(0x03F18CB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__{ REL::Offset(0x03F19E98) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetBodyValues__{ REL::Offset(0x03F18050) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetCameraPosition__{ REL::Offset(0x03F1AD20) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetPronoun__{ REL::Offset(0x03F19C88) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSex__{ REL::Offset(0x03F18C40) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetSlider__{ REL::Offset(0x03F1A7B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SetTrait__{ REL::Offset(0x03F19528) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__{ REL::Offset(0x03F19B50) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__{ REL::Offset(0x03F1A6D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SkintoneChange__{ REL::Offset(0x03F1B628) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_StartBodyChange__{ REL::Offset(0x03F1A3D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_StartTextEntry__{ REL::Offset(0x03F1C278) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchBodyType__{ REL::Offset(0x03F198D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_SwitchLocomotion__{ REL::Offset(0x03EF2C18) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethChange__{ REL::Offset(0x03F18B50) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOff__{ REL::Offset(0x03F19278) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TeethRollOn__{ REL::Offset(0x03F183A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_ToggleMarking__{ REL::Offset(0x03F1B9B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__{ REL::Offset(0x03F1AB20) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_CloseMenu__{ REL::Offset(0x03F19FE8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_HideModel__{ REL::Offset(0x03F1A5C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_Jettison__{ REL::Offset(0x03F1BF60) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_LoadModel__{ REL::Offset(0x03F1B560) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__{ REL::Offset(0x03F1C148) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__{ REL::Offset(0x03F19648) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TakeAll__{ REL::Offset(0x03F19908) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_ToggleEquip__{ REL::Offset(0x03F17210) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferAllResources__{ REL::Offset(0x0451DE48) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ContainerMenu_TransferItem__{ REL::Offset(0x03F16828) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_CraftItem__{ REL::Offset(0x03F1B7C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ExitBench__{ REL::Offset(0x03F1C460) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_Highlight3D__{ REL::Offset(0x03F1C108) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_InstallMod__{ REL::Offset(0x03F18CF0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RenameItem__{ REL::Offset(0x03F18328) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertHighlight__{ REL::Offset(0x03F1BD28) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__{ REL::Offset(0x03F19DE0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModSlot__{ REL::Offset(0x03F19DA0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedMod__{ REL::Offset(0x03F1A0C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__{ REL::Offset(0x03F188B8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SelectedRecipe__{ REL::Offset(0x03F19F50) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_SetInspectControls__{ REL::Offset(0x03F1A660) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ToggleTracking__{ REL::Offset(0x03F16F88) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__{ REL::Offset(0x03F167C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_CloseMenu__{ REL::Offset(0x03F19258) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_ClosedForSubMenu__{ REL::Offset(0x03F19858) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_Missions__{ REL::Offset(0x03F19B08) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_OpenPauseMenu__{ REL::Offset(0x044B25C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_PlotToLocation__{ REL::Offset(0x03F1B448) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_Reopened__{ REL::Offset(0x03F1A2E8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__{ REL::Offset(0x03F1BFC0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__{ REL::Offset(0x03F1A758) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedMapMenu__{ REL::Offset(0x03F17270) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedPowersMenu__{ REL::Offset(0x03F1B218) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedShipMenu__{ REL::Offset(0x03F18368) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SelectedStatusMenu__{ REL::Offset(0x03F1C520) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__{ REL::Offset(0x03F1A028) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_SetPaperDollActive__{ REL::Offset(0x03F18A58) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataMenu_StartCloseAnim__{ REL::Offset(0x04481C60) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_acceptClicked__{ REL::Offset(0x03F1B688) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateButtons_cancelClicked__{ REL::Offset(0x03F1B1C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_playSFX__{ REL::Offset(0x03F19310) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DataSlateMenu_toggleAudio__{ REL::Offset(0x03F1A398) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_CompleteExit__{ REL::Offset(0x03F17F00) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__{ REL::Offset(0x03F1B2D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__{ REL::Offset(0x03F1AA88) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__{ REL::Offset(0x03F185F0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestExit__{ REL::Offset(0x03F19AB0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__{ REL::Offset(0x03EF2BD0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_DocAcceptMenu_Accept__{ REL::Offset(0x04479508) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__{ REL::Offset(0x03F1C368) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_FavoritesMenu_UseQuickkey__{ REL::Offset(0x03F17118) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseAllMenus__{ REL::Offset(0x03F19BF8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_CloseMenu__{ REL::Offset(0x03F1AA40) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_PlayMenuSound__{ REL::Offset(0x03F18110) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_StartGameRender__{ REL::Offset(0x03F1AD60) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_GlobalFunc_UserEvent__{ REL::Offset(0x03F193B8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__{ REL::Offset(0x03F19170) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenDataMenu__{ REL::Offset(0x03F191C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_OpenMissionMenu__{ REL::Offset(0x03F19F90) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDNotification_SetMissionActive__{ REL::Offset(0x03F17D98) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationButtonEvent__{ REL::Offset(0x03F18980) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__{ REL::Offset(0x03F1B0A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__{ REL::Offset(0x03F1C1E8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_RepairShip__{ REL::Offset(0x03F182F0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__{ REL::Offset(0x03F1B050) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_RequestImage__{ REL::Offset(0x03F19F30) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__{ REL::Offset(0x03F1C748) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_Change3DView__{ REL::Offset(0x03F16E50) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_DropItem__{ REL::Offset(0x03F1A6A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_HideModel__{ REL::Offset(0x03F1AB58) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_LoadModel__{ REL::Offset(0x03F1BBB0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OnEnterCategory__{ REL::Offset(0x03F19760) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_OpenCargoHold__{ REL::Offset(0x03F169F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__{ REL::Offset(0x03F18B30) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__{ REL::Offset(0x03F1B008) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SelectItem__{ REL::Offset(0x03F18B70) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__{ REL::Offset(0x03F1BB90) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_StartCloseAnim__{ REL::Offset(0x044A88C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleFavorite__{ REL::Offset(0x03F1B298) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleHelmet__{ REL::Offset(0x03F1C6E0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_InventoryMenu_ToggleSuit__{ REL::Offset(0x03F1C6C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Inventory_SetSort__{ REL::Offset(0x03EF25A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_AnimFinished__{ REL::Offset(0x03F1C608) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_OnWidgetShown__{ REL::Offset(0x03F1A828) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_OpenDataMenu__{ REL::Offset(0x03F17AD0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LevelUp_ShowSkills__{ REL::Offset(0x03F17360) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LoadingMenu_RefreshText__{ REL::Offset(0x03F1A080) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_LocationTextWidget_FinishedQueue__{ REL::Offset(0x03F17B48) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionCanceled__{ REL::Offset(0x03EF2790) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_ActionConfirmed__{ REL::Offset(0x03F1B6C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_ConfirmLoad__{ REL::Offset(0x03F16FE0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_DeleteSave__{ REL::Offset(0x03F1AF10) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_LegalScreenComplete__{ REL::Offset(0x0451FDF0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_SetCharacter__{ REL::Offset(0x03F1C540) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartAction__{ REL::Offset(0x03F17E00) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_StartLoad__{ REL::Offset(0x03F1C310) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MainMenu_UploadSave__{ REL::Offset(0x03F18C60) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnBackOut__{ REL::Offset(0x03F17F80) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__{ REL::Offset(0x03F1C660) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryChanged__{ REL::Offset(0x03F19CA8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionBoard_MissionEntryPressed__{ REL::Offset(0x03F17790) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ClearState__{ REL::Offset(0x03F1B108) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_PlotToLocation__{ REL::Offset(0x03F16670) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_RejectQuest__{ REL::Offset(0x03F16DA0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__{ REL::Offset(0x03F1B4A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_SaveOpenedId__{ REL::Offset(0x03F16B58) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ShowItemLocation__{ REL::Offset(0x03F17CD0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__{ REL::Offset(0x044A6FF0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__{ REL::Offset(0x03F18530) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Bioscan__{ REL::Offset(0x03F19118) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_FastTravel__{ REL::Offset(0x03F19D08) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Harvest__{ REL::Offset(0x03F1A4A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Initialize__{ REL::Offset(0x03F16A70) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Outpost__{ REL::Offset(0x03F1B160) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_PhotoMode__{ REL::Offset(0x03F168D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_Shutdown__{ REL::Offset(0x03F16650) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SocialSpell__{ REL::Offset(0x03F17EC0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StartContainerView__{ REL::Offset(0x03EF2D68) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_StopContainerView__{ REL::Offset(0x03F1A530) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_SurfaceMap__{ REL::Offset(0x03F1B768) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_UseListScrollControls__{ REL::Offset(0x03F1C3B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomIn__{ REL::Offset(0x03F17690) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_MonocleMenu_ZoomOut__{ REL::Offset(0x03F1A8D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ActionCanceled__{ REL::Offset(0x03F18748) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmAction__{ REL::Offset(0x03F1B598) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmLoad__{ REL::Offset(0x03F1C578) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_ConfirmSave__{ REL::Offset(0x03F19A58) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_DeleteSave__{ REL::Offset(0x03F17850) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_QuitToDesktop__{ REL::Offset(0x03F172A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_SetCharacter__{ REL::Offset(0x03F19D40) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartAction__{ REL::Offset(0x03F16C50) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_StartLoad__{ REL::Offset(0x03F16BD0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PauseMenu_UploadSave__{ REL::Offset(0x03F1BB38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoGallery_DeletePhoto__{ REL::Offset(0x03F1BC28) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_InitializeCategory__{ REL::Offset(0x03F17550) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ResetToDefaults__{ REL::Offset(0x03F1C5B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_SliderChanged__{ REL::Offset(0x03F16D80) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_StepperChanged__{ REL::Offset(0x03F1BEE0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_TakeSnapshot__{ REL::Offset(0x03F18D80) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleHelmet__{ REL::Offset(0x03F1A340) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PhotoMode_ToggleUI__{ REL::Offset(0x03F1B5E8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PickpocketMenu_OnItemSelect__{ REL::Offset(0x03F17498) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PlayBink_CloseMenu__{ REL::Offset(0x03F18DB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PowersMenu_ActivateEssence__{ REL::Offset(0x03F1A248) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PowersMenu_EquipPower__{ REL::Offset(0x03F17A78) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_PowersMenu_FavoritePower__{ REL::Offset(0x03F179C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Refuel_Accept__{ REL::Offset(0x03F16B38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Refuel_Cancel__{ REL::Offset(0x03F16750) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_AddMaterial__{ REL::Offset(0x03F181D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_CategorySelected__{ REL::Offset(0x03F1AF88) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ExitMenu__{ REL::Offset(0x03F17FB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_HideModel__{ REL::Offset(0x03F1AE18) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_PreviewProject__{ REL::Offset(0x03F1A9B8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ProjectViewed__{ REL::Offset(0x03F17C30) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_SetInspectControls__{ REL::Offset(0x03F1ABC0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__{ REL::Offset(0x03F18FE0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Reticle_OnLongAnimFinished__{ REL::Offset(0x03F17870) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_BackOutKey__{ REL::Offset(0x03F17BC8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_CloseMenu__{ REL::Offset(0x03F1C3D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_ConfirmExit__{ REL::Offset(0x03F1BDE8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__{ REL::Offset(0x03F17D78) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_GetRingHint__{ REL::Offset(0x03F18870) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_SelectNewKey__{ REL::Offset(0x03F16548) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SecurityMenu_TryUseKey__{ REL::Offset(0x03F1C208) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__{ REL::Offset(0x03F18BF0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ClearBinding__{ REL::Offset(0x03F1ACC0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenCategory__{ REL::Offset(0x03F1BA78) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_OpenSettings__{ REL::Offset(0x03F1C2D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapConfirmed__{ REL::Offset(0x03F18090) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_RemapMode__{ REL::Offset(0x03F189D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ResetToDefaults__{ REL::Offset(0x03F1B488) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveControls__{ REL::Offset(0x03F1A918) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SaveSettings__{ REL::Offset(0x03F197F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_SliderChanged__{ REL::Offset(0x03F1B520) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_StepperChanged__{ REL::Offset(0x03F1A7D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SettingsPanel_ValidateControls__{ REL::Offset(0x03F18F80) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipBuilder_CloseAllMenus__{ REL::Offset(0x03F1BB18) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Assign__{ REL::Offset(0x03F1BA58) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__{ REL::Offset(0x03F1A8A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_Close__{ REL::Offset(0x03F1B1E0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__{ REL::Offset(0x03F17908) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_SetSort__{ REL::Offset(0x03F170C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipCrewMenu_ViewedItem__{ REL::Offset(0x03F18AD0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__{ REL::Offset(0x03F1ADE0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__{ REL::Offset(0x03F19580) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__{ REL::Offset(0x03F1BE30) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__{ REL::Offset(0x03F168F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__{ REL::Offset(0x03F177F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__{ REL::Offset(0x03F19430) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__{ REL::Offset(0x03F190D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__{ REL::Offset(0x03F1C0A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__{ REL::Offset(0x03F18150) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__{ REL::Offset(0x03F19BB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__{ REL::Offset(0x03F1A570) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__{ REL::Offset(0x03F1B3C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__{ REL::Offset(0x03F1B958) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewShipPart__{ REL::Offset(0x03EF2CB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_PreviewUpgrade__{ REL::Offset(0x03F19928) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_RemoveAll3D__{ REL::Offset(0x03F19EB8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedShipPart__{ REL::Offset(0x03F194C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SelectedUpgrade__{ REL::Offset(0x03F17418) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipEditor_SystemSelected__{ REL::Offset(0x03F17328) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__{ REL::Offset(0x03F18ED8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__{ REL::Offset(0x03F1C790) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_AbortJump__{ REL::Offset(0x03F1B070) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Activate__{ REL::Offset(0x03F1BE68) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__{ REL::Offset(0x03F1BF28) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_ChangeComponentSelection__{ REL::Offset(0x03F1C0C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_CloseMenu__{ REL::Offset(0x03F17190) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Deselect__{ REL::Offset(0x03F173B8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_DockRequested__{ REL::Offset(0x03F19C38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_FarTravel__{ REL::Offset(0x03F17080) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailAccepted__{ REL::Offset(0x03F1C018) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailCancelled__{ REL::Offset(0x03F1B330) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_HailShip__{ REL::Offset(0x03F18478) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_JumpToQuestMarker__{ REL::Offset(0x03F182B0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Land__{ REL::Offset(0x03F187B8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_LandingMarkerMap__{ REL::Offset(0x03F16C10) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Map__{ REL::Offset(0x03F1A9D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_OnMonocleToggle__{ REL::Offset(0x03F1B900) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_OpenPhotoMode__{ REL::Offset(0x03F19E38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Repair__{ REL::Offset(0x03EF2D08) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_SetTargetMode__{ REL::Offset(0x03F16AE8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_TargetShipSystem__{ REL::Offset(0x03F19780) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_Target__{ REL::Offset(0x03F165D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_UntargetShipSystem__{ REL::Offset(0x03F1BC08) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateComponentPower__{ REL::Offset(0x03F1B3A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__{ REL::Offset(0x03F17638) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Accept__{ REL::Offset(0x03F187D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_AddPatch__{ REL::Offset(0x03F16DF0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_Cancel__{ REL::Offset(0x03F18570) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__{ REL::Offset(0x03F19A38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SkillsMenu_SaveLastCategory__{ REL::Offset(0x03F16D28) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_InterruptRest__{ REL::Offset(0x03F18E30) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SleepWaitMenu_StartRest__{ REL::Offset(0x03F1B820) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ExecuteRoute__{ REL::Offset(0x03F18918) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__{ REL::Offset(0x03F18670) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__{ REL::Offset(0x03F1B730) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__{ REL::Offset(0x03EF2A38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__{ REL::Offset(0x03F1AB78) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__{ REL::Offset(0x03F17E58) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnCancel__{ REL::Offset(0x03F195E0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnClearRoute__{ REL::Offset(0x03F1B7E0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnExitStarMap__{ REL::Offset(0x03EF2AE0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__{ REL::Offset(0x03F18F20) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__{ REL::Offset(0x03EF26C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__{ REL::Offset(0x03F17C10) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_QuickSelectChange__{ REL::Offset(0x03F1AC20) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ReadyToClose__{ REL::Offset(0x03F18270) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ScanPlanet__{ REL::Offset(0x03F1BEA0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__{ REL::Offset(0x03F1BCC8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__{ REL::Offset(0x03F1B8C0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_StarMapMenu_ShowRealCursor__{ REL::Offset(0x03F1BD08) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__{ REL::Offset(0x044BB950) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__{ REL::Offset(0x03F189F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__{ REL::Offset(0x03F1ACA0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_CloseMenu__{ REL::Offset(0x03F181F8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_ExitShip__{ REL::Offset(0x03F1C640) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TakeoffMenu_Launch__{ REL::Offset(0x03F16EB0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TerminalMenu_CancelEvent__{ REL::Offset(0x03F1AEB0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseAllViews__{ REL::Offset(0x03F1A448) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseTopView__{ REL::Offset(0x03F19360) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_CloseView__{ REL::Offset(0x03F18420) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_Terminal_MenuItemClick__{ REL::Offset(0x03F1AAA8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_DoAction__{ REL::Offset(0x03F186A8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_ExitMenu__{ REL::Offset(0x03F16880) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowImages__{ REL::Offset(0x03F19488) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_ShowResources__{ REL::Offset(0x03F1BC80) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TestMenu_TestAll__{ REL::Offset(0x03F1AC40) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_EndEditText__{ REL::Offset(0x03F18E70) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_InputCanceled__{ REL::Offset(0x03F1AED0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TextInputMenu_StartEditText__{ REL::Offset(0x03F16998) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_TitleSequenceMenu_StartMusic__{ REL::Offset(0x04521A10) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__{ REL::Offset(0x03F175D8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_UpdateSceneRectEvent__{ REL::Offset(0x03F193F0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__{ REL::Offset(0x03F1A100) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__{ REL::Offset(0x03F1B9E8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldFinished__{ REL::Offset(0x03F1A178) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopActionButton_HoldStopped__{ REL::Offset(0x03F17048) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__{ REL::Offset(0x03F1B858) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__{ REL::Offset(0x03F1A228) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__{ REL::Offset(0x03F19600) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_ApplyColors__{ REL::Offset(0x03F16EE8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SelectedTab__{ REL::Offset(0x03F1BDA8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SliderChanged__{ REL::Offset(0x03F18510) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__{ REL::Offset(0x03F1A2C8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_AttemptBuild__{ REL::Offset(0x03F1A938) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_CancelAction__{ REL::Offset(0x03F1C4A0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ChangeVariant__{ REL::Offset(0x03F1A640) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__{ REL::Offset(0x03F1AF48) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ExitMenu__{ REL::Offset(0x03F1A848) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_MessageCallback__{ REL::Offset(0x03F19700) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedCategory__{ REL::Offset(0x03F16CC8) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__{ REL::Offset(0x03F16490) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ShowExtras__{ REL::Offset(0x03F17A38) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_SwitchMode__{ REL::Offset(0x03F1B310) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleDistance__{ REL::Offset(0x03F166D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleTracking__{ REL::Offset(0x03F16568) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopMenu_ToggleView__{ REL::Offset(0x03F1B500) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__{ REL::Offset(0x03F1C408) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__{ REL::Offset(0x03F192D0) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_SetActionHandles__{ REL::Offset(0x03F1C058) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopShared_StartAction__{ REL::Offset(0x03F17D10) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__{ REL::Offset(0x03F19028) }; + inline constexpr std::array AutoRegisterEvent_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__{ REL::Offset(0x03F17750) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ActionActivateDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ActorSceneNextPhaseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5750) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AddRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4020) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5680) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AllowRotationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4048) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraDeltaStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E43E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4318) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimatedCameraStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4408) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E58B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E56A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3FD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E47A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectHideHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E46D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectLoadHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4778) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipAllHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E47C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationObjectUnequipHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4750) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationStanceDataSingletonDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFDE98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnimationStanceData_AnimationTransformedBoneArray_AnimationBoneTransform__IAnimationStanceData__BSTCreateFactoryManager_BSFixedString_IAnimationStanceData_4__{ REL::Offset(0x0456C040) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AnticipateAttackHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E39E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ArrowAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4250) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ArrowDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E42C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AttachReferenceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5478) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AttackStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundFadeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E54A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundPauseHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5130) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundResumeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E51A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_AwakeSoundStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5158) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationEditorSpacePointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04445F78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationInteriorCell_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04446108) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPointRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x044460E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationPrimitive_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04445F50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSAIWorldLocationRefRadius_IAIWorldLocation__BGSAIWorldLocationFactory_{ REL::Offset(0x04446130) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSConveyorBelt__ConveyorBelt_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F225F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMotorAction__FanMotor_InitActionI__BSTCreateFactoryManager_unsignedint_InitActionI_16__{ REL::Offset(0x03F225A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMusicPaletteTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFF1F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMusicSilenceTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFF180) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSMusicSingleTrack_BSIMusicTrack__BSTCreateFactoryManager_unsignedint_BSIMusicTrack_8__{ REL::Offset(0x03EFF1A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataBool_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F22170) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataFloat_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21B48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataInt_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F22198) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocationWrapper_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21A08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataLocation_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21990) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataObjectList_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F221E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRefOLD_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F21AA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataRef_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F219E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataScene_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x04343F50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTargetSelector_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x03F221C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSPackageDataTopic_IPackageData__BSTCreateFactoryManager_BSFixedString_IPackageData_256__{ REL::Offset(0x044455C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquireExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446018) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAcquire_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447298) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445FA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447540) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbushExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044459D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureAmbush_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x043440F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445FC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureCombatTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044477A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivateExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445B90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueActivate_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447BB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogueExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445BB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDialogue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044479C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDoneExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445B40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureDone_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044470C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEatExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445B68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEat_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04447D48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscortExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445AF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureEscort_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04448C90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFindExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445B18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFind_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x044490B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFleeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445AA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlee_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449310) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrabExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445AC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFlightGrab_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449578) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445CD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollowTo_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449B10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureFollow_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449B38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureForceGreet_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04449E10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardArea_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A0D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuardExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445CF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureGuard_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A0B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445C80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHeadtrack_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344550) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPositionExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445CA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoldPosition_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A3B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHoverExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445C30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureHover_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A538) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOnExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445C58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureKeepAnEyeOn_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A758) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLockUnlockExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445BE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureLock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A8E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445C08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureOrbit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AC20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrolExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445898) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePatrol_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444AEE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdleExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044458C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePlayIdle_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344820) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedurePursue_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B0F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRangeExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044459B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureRange_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04344EB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandboxExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445848) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSandbox_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B4D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445870) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSay_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B630) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSitSleepExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044457F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSit_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B7A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureSleep_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444B7D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAwayExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445820) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureStayAway_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04345440) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilotExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044458E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTargetingModeAutopilot_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x04345628) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravelExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044457A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTravel_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444BB60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallbackExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446040) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeFallback_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445ED8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeProcedure_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445F00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandomExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445FF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeRandom_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445E88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequenceExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446090) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSequence_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445F28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneousExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04446068) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeSimultaneous_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445E60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStackedExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044460B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureTreeStacked_IProcedureTreeItem__BSTCreateFactoryManager_BSFixedString_IProcedureTreeItem_32__{ REL::Offset(0x04445EB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUnlock_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444A908) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarkerExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x044457D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseIdleMarker_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444BDC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagicExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445A50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseMagic_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444BFA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeaponExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445A78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureUseWeapon_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C330) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWaitExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445A00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWait_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444C558) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWanderExecState_IProcedureTreeExecState__BGSProcedureTreeExecStateFactory_{ REL::Offset(0x04445A28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSProcedureWander_IProcedure__BSTCreateFactoryManager_BSFixedString_IProcedure_256__{ REL::Offset(0x0444D5E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchCustomDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFEA40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSSpatialGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFEA68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BGSSpatialSparseGridSearchDebugData_BSSpatialGraphSearchDebugData__BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFE9F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSAnimationAnimDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFDF38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Add_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586C88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Billow_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586CB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Crater_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586CD8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Invert_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586D00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Perlin_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586D28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Ridged_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586D50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__SmoothStep_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586B40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Subtract_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586B68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Turbulence_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586B90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSNoise__Voronoi_BSNoise__IGenerator__BSTCreateFactoryManager_BSFixedString_BSNoise__IGenerator_32__{ REL::Offset(0x04586BB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F201A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSPathingSolution_BSPathingSolution__BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ REL::Offset(0x03EED440) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSPathingTraversalLink_BSPathingTraversalLink__BSTSmartPointerPathingFactoryManager_BSPathingTraversalLink_64__{ REL::Offset(0x03F09498) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x0444D6C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20608) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3A08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BedFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3918) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BowZoomStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E42A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_BowZoomStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E41D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3CB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CameraOverrideStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CameraShakeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3A30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ChairFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3940) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ChangeAnimArchetypeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5568) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAcquireSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FD70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D400) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAlignRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15CA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAnimatedPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F155E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatApproachTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15390) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaHoldPosition_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D6A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaReference_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D748) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaShape_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F780) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatAreaStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D7E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatBarrelRollPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FCF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatChangePositionPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D2C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatChargingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15408) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCluster_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FAA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FB68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FBE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoverSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D130) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatCoveredPathDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D4C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDialogueDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDDF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDisableActionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15818) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDisableAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F206D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatDisableCollisionController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x04509D58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatEnterCoverPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F200E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatFlankingSearchData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D338) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatFleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14FD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatFollowTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D680) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInceptionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F960) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemGrenade_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D518) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CD98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12C80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CA50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12FC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12C30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CFC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12B40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12BB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDD58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12DC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CAC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F1E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CED8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EF88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F5C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12A50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F2F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F348) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED6D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12E60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F618) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F640) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13068) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F1B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F410) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EE98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12CA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12CF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CF78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F4D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12E88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C848) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12AA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13310) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C898) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F550) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDE48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F280) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12B18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F130E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDE98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CDC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CB18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C8E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CE60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CD48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F668) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13180) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F0C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F4B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CAF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F131F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CC58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDE20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F370) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F078) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED778) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F208) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C870) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13018) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CB68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED728) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12D70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F168) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C988) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CFF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F708) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C9D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FDE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemOneHandedBlock_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FDC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemRanged_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15A70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemShield_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D310) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemThrown_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20108) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatInventoryItemTorch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FA28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterArmor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D770) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterBoundItem_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F152A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterChameleon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D1F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterCloak_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D568) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDash_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20270) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterDisarm_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15070) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterInvisibility_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FF00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterLight_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D6F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterOffensive_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F8E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterParalyze_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FB90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterReanimate_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15278) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterRestore_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15520) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterScript_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F157C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterStagger_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED418) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterSummon_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15570) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterTargetEffect_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15C28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMagicCasterWard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FCD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMantlePathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20298) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMatchTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F203B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15098) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMeleeAttackController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FD98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMeleeDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F7D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestActivateTarget_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x04466E10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatMovementRequestFollowActor_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FED8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15160) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatNavmeshPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F151D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTrackInfo_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D2E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathBuilderTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D478) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathMovementMessageEvent_CombatPathTeleportEvent__MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF81B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CBE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F690) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EF60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDDA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14328) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14620) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EF38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F143C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CD70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13E50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05F10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F06430) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04A18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14300) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F000) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDDD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CF28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CCA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDB78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13F90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CF00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F438) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05080) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F398) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F141E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D090) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CC80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F528) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F050) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F5A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CE38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CFA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14198) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C8C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EEC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D1D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F7F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FC30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13AE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D798) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CCF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14120) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CE88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C960) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CB40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14D00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EFD8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F06520) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F049C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F460) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F500) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14378) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F028) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F3E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C938) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C910) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14C38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CB90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05030) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FB18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13810) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FC80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13928) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D5E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D158) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F206F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D220) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13B80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F938) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20478) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDEE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D590) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F7A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13860) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F848) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FA00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FEB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FBB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FF28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13748) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D7C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F139F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FC58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F758) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F205B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D450) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13798) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D018) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F140A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CE10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F230) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14A58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CA00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDD30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F06158) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CBB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CF50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F05F38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F064A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04A68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13FB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14AF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F146E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D040) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F149E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDB50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14508) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F5F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13EA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F320) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EF10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F148F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14800) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14238) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F0A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13EC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F2D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13DB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F118) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CA78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CC08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13F18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F488) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F6E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D068) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14710) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CC30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14418) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CD20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F061F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1C9B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CCD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CA28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F06480) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F04B08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F578) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EEE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CAA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F0F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED610) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F140) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CEB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13FE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED660) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F142B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F258) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F13E28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F14558) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1EFB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F2A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D0B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F3C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EEDEC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F6B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F190) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F147B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs__CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1CDE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15020) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingDelayedTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F156D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestAdapter_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F898) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestCovered_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20400) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15AC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED3F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F988) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D360) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20568) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F9B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED0D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1FF50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20428) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F04BE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED2E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED018) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED198) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D388) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED2B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED4F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D608) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1F870) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED068) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D248) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestMultiGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED468) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingRequestStandard_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D658) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingSearchArea_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20018) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPathingTweener_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D6D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPositionReservation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D180) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatPositionTracker_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FC08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatProjectileAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20540) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatProjectileDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D298) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatRangedMovementPathSpeedController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15200) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString___CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F12A00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSearchLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03F00C00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap2D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15890) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSearchMap3D_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F910) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatShipGenericPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D630) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatShipPursueTargetPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FE60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSoftCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FFA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSpatialGraphPathingDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D3D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatStandardCoverLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15750) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatSuppressiveFireBehavior_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20220) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearchResult_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED598) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocationSearch_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F154A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetLocation_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20590) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorFixed_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F9D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorPreferred_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D4F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorRandom_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F20388) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorSpaceship_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15110) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D108) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTargetSelectorWorkshopObject_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F820) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatExplosion_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1F8C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatLOF_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FD20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatMelee_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D1A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatThreatProjectile_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FFF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTrackTargetAimController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED5E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15B38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatTunnelPathingRequestData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15318) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerGlance_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FA78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerPath_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F15D18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CombatViewControllerStandard_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03EED688) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5400) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_CullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5310) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DeathEmoteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DeathStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3EB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DesyncInteractionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5220) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DetectionDebugData_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1D428) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4660) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5778) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4728) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DisableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4570) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DiveBombPathController_CombatObjectBase__BSTCreateFactoryManager_unsignedint_CombatObjectBase_512__{ REL::Offset(0x03F1FE38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_DoNotInterruptAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E51D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EjectShellCasingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E50E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCharacterBumperHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4688) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCharacterControllerHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E56D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCharacterPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E46B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EnableCollisionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4598) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EndSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E59A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EndSummonAnimationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4228) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4278) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_EyeTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E40C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FaceEmotionalIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5450) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightActionEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4160) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightActionEntryEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4188) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightActionHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4110) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightCrashLandStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4098) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightCruisingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightHoveringHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3A80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightLandEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4138) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightLandHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3AA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightLandingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3A58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightPerchingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3AD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_FlightTakeOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ForceWeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4520) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_GetUpEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_GetUpStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3FA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_GravJumpInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5840) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E40E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4070) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOffHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5518) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HeadTrackingRotationOnHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5360) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HideSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5868) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_HitFrameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_IdleDialogueEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E43B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_IdleDialogueExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4390) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_IdleFlavorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E54F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_InterruptCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E41B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_JumpAnimEventHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4700) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KillActorHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3AF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KillMoveEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3E18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KillMoveStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3EE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KnockdownHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5270) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_KnockdownTargetHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E52E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LeftHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3BC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LookAtChainData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEBA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_LoopingActivateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E53B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MorphDriverData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEB58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandlerReference_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5630) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MotionDrivenHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3FF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MountDismountEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4610) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MountInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03F00CA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2380) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentActorState_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1C7D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightControllerDetached_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF23A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentFlightController_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF22E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerFlight_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0F5B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF24C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementAgentPathFollowerVirtual_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1C7F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentAngleGain_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2330) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2308) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentDirectionPassThrough_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2100) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentFlightBoostTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2560) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentGraphDrivenAnimationDriven_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0F6C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControlsActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2290) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0F538) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentPlayerFlightControls_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF23F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentSprintActionTrigger_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2240) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStairsHelper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0F678) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStandard_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF21A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerAgentStorePlannerOutput_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2448) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementHandlerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF6CF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageActivateDoor_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8160) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageActorCollision_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8278) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageBeginLandingApproach_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED700) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageBlocked_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED948) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageGravJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF80C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageJump_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED998) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageLand_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED7B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageNewPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF82C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathCleared_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED8A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathComplete_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED9E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePathFailed_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8110) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessagePlayIdle_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED970) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageSetStaticPath_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED9C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageTakeOff_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF81D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageTraversal_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1D0E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToLocation_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F20518) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementMessageWarpToMultiple_MovementMessage__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8340) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementParametersFixed_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ REL::Offset(0x03EFF298) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementParameters_IMovementParameters__BSTSmartPointerPathingFactoryManager_IMovementParameters_64__{ REL::Offset(0x03EFF270) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentAvoidBox_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF23D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentLoadedAreaMonitor_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2510) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerAgentStaticAvoider_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2268) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPathManagerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF6D98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentDirectControl_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2060) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentNavmeshBounds_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF2498) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerAgentWarp_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F0F650) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPlannerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF6D20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementPostUpdateArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF6CD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementStateFollowPath_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1C820) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementStateTweener_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF20B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentFixedDelta_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03F1E3D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentNodeFollower_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF21F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerAgentTargetPosAndVel_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x03EF22B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_MovementTweenerArbiter_MovementArbiter__BSTCreateFactoryManager_BSFixedString_MovementArbiter_32__{ REL::Offset(0x03EF6D70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_NPCAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E42F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_NPCDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4368) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PairedAttackDialogueHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5180) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PairedStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3DF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PassengerInteraction_RefrInteraction__BSTCreateFactoryManager_RefrInteraction__INTERACT_METHOD_RefrInteraction_2__{ REL::Offset(0x03F00C78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingCell_BSPathingCell__BSTSmartPointerPathingFactoryManager_BSPathingCell_64__{ REL::Offset(0x03F068C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03F067A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingLockData_BSPathingLockData__BSTSmartPointerPathingFactoryManager_BSPathingLockData_64__{ REL::Offset(0x03F00BD8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosePoint_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20158) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestClosestGoal_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D540) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestCover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D270) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlee_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED120) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyAction_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20310) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyHover_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20068) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyLand_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1FD48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyOrbit_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D3B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFlyTakeOff_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D4A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestFly_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D720) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestHide_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED0A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestLOS_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1FAC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestOpenSpace_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1D5B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestRotate_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F201D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestSafeStraightLine_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20248) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequestStopMoving_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F1FCA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED1E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionActivate_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF94F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionDoorway_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF94C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionJump_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9518) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionLadder_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9478) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalActionStandard_BSPathingTraversalAction__BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9450) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PathingTraversalData_BSPathingTraversalData__BSTSmartPointerPathingFactoryManager_BSPathingTraversalData_64__{ REL::Offset(0x03F06848) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PerformActivationHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5540) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PickNewIdleHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4200) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PitchOverrideEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E44F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PitchOverrideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4340) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerBedEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3968) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerChairEnterHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3990) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerFastEquipSoundHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5248) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PlayerFurnitureExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_PoseDeformerData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEB30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_QuestPathingRequest_BSPathingRequest__BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03EED148) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RagdollAndGetUpHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4638) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RagdollStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RecoilStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReevaluateGraphStateHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5428) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceEndAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5658) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceRunActionHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5608) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceStartAnimatedCameraHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5958) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceStartImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E55B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReferenceStopImagespaceModifierHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5590) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReloadCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4480) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ReloadStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E44A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RemoveRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RightHandSpellCastHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3BE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_RightHandSpellFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3B98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SandManKillHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5298) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SceneNextPhaseHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E55E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SetupGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E57F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ShowSubsegmentHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E58E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SlideStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5728) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SneakStateChangeHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E53D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipDockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5908) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedFailsafeHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5930) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipLandingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E59F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipTakeOffFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5A20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpaceshipUndockingFinishedHandler_IHandlerFunctor_TESObjectREFR_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_TESObjectREFR_BSFixedString__256__{ REL::Offset(0x044E5980) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SpringBoneData_BoneModifierData__BSTCreateFactoryManager_BSFixedString_BoneModifierData_32__{ REL::Offset(0x03EFEAE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StaggeredStopHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E39B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StartFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E45E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StartPCapVoiceHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5108) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StartSecurityMinigameHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E59D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StopFloatingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E45C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_StopMountCameraHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3F08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SubgraphAndOffsetDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x03EFDEC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SyncDeferDeathHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E52C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_SyncEarlyExitHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E51F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TakeOffInitiateCompleteHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5818) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TerminateGraphRagdollHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E57C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TraversalFinishedHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5890) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_TraversalStepDoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E57A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_UncullFurnitureBoneHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5338) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_UncullWeaponsHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5388) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_UseStimpakHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E54C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_VirtualPathingDoor_BSPathingDoor__BSTSmartPointerPathingFactoryManager_BSPathingDoor_64__{ REL::Offset(0x03EED3C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponAttachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E50B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponBeginDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponBeginSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3D50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponDetachHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E5090) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponDrawHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3DC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponFireEndHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4430) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponFireHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4548) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponFireStartHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E4458) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3DA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponSheatheInterruptHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3CD8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_WeaponSwingHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E3C38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator_ZeroPitchHandler_IHandlerFunctor_Actor_BSFixedString___BSTCreateFactoryManager_BSFixedString_IHandlerFunctor_Actor_BSFixedString__256__{ REL::Offset(0x044E44D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___BSAnimationGraphDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04561C68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___BSAnimationTableDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04561BA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___BSAnimationTextDBData_BSAnimationDBData__BSTCreateFactoryManager_BSFixedString_BSAnimationDBData_32__{ REL::Offset(0x04561C18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentAngleControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x045A33C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentLargeDeltaLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x045A3398) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementHandlerAgentTranslationControllerLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x045A3348) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentHorseControlsLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x04473EF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedCreator___MovementPlannerAgentKeepOffsetLoadScrapper_MovementAgent__BSTCreateFactoryManager_BSFixedString_MovementAgent_64__{ REL::Offset(0x04473E58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565620) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationCorrectedNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565648) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566408) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationImpactSelector_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045662F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565A58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565A80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565530) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdollDrive_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565418) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045654E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AnimationRagdoll_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565508) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045658A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssignVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045658C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045658F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_AssigniState_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045657D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045655D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BlendNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045654B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565F58) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_BoneConstraint_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565F80) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565E68) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ClonePoseNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565D50) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045661D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ConvertBoneToVar_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566200) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565D28) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CopyBoneWeights_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565C10) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566098) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CriticallyDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045660C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565FF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CumulativeAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566020) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566228) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_CurvedPathBlender_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566110) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565760) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565788) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565C38) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565C60) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565C88) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DualDirectAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565B70) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565490) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565878) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045657B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_DynamicGraphReference_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565698) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565DC8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EffectSequenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045661B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045660E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EvaluateConditionVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565FD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565800) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventController_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565828) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566728) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EventFromRange_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566610) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566318) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_EveryNEvents_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566340) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566368) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_FootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566250) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566458) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GamebryoSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566480) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565CD8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_GraphReferenceNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565D00) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566278) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LinearVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045662A0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565A30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LocomotionBlend_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565918) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565B98) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_LookAtNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565BC0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566188) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MassSpringDampenVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566070) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045664F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MaterialLayerSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566520) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565AA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MergeNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045659B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045663B8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MirrorModifier_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045663E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045662C8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045666B0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045666D8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MomentumSwitchback_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566700) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565F08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_MultiFootIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565DF0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566138) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_NormalizeRotation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566160) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565D78) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PairedAnimation_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565DA0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045665E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_ParticleSequence_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045664D0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566598) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PathingAnimations_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045665C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566548) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PhysicsContactListener_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565F30) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565710) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_PostBoneModifierControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566430) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566688) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RagdollGetUp_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566570) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565940) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RandomAnimationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565968) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565E18) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RigSwitch_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565E40) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565FA8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RollingBone_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565E90) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565670) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RootTwist_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565558) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566638) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_RotationVariable_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566660) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565B48) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetOrientNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045655F8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565AF8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SetPosNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565B20) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565580) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SpeedScale_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045655A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565EB8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StaggerMeter_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565EE0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565850) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_StateVariableControl_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565738) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565440) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwapGraphNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565468) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045659E0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_SwitchNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565A08) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566048) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TagPropagationNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045674F0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565990) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TimerEvent_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565CB0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045656C0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TranslationAdjustment_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045656E8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04565BE8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_TwoBoneIKNode_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04565AD0) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045664A8) }; + inline constexpr std::array AutoRegisterFactory_BSTDerivedPlacementCreator_VariableCombiner_AnimGraphNode__BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566390) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_BuyItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E210) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18D60) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E0B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E030) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SellItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F178E8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF27D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ShowFailureMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19070) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BarterMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ECB8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2B90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_BoundaryMenu_ShowMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17968) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D8D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_BrowColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E6F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_CancelTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F174F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2DC8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_CyclePronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EBD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_DirtScarsEtcChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1BAD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_EndBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E418) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_EndTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2700) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_EyeColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E6D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17478) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_FacialHairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F176D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HairChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E2B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HairColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E998) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPlusSelectorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19988) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_HeadpartPresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DEF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F183E0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_JewelryColorChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18018) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_MakeupChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2640) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_MarkingsChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E2F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendColorOptionChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D8B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendFaceChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EDF8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PostBlendIntensityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E9B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_PresetChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EBF8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOffLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18728) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_RollOnLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EBB8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_RotatePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F164E8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetAdditionalSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2920) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBackground__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18C98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBlockInputUnderPopup__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E7F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetBodyValues__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18070) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetCameraPosition__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E818) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetPronoun__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB30) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA30) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetSlider__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A790) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SetTrait__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19508) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowChooseBackgroundMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19B70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_ShowPlayerRenameMessage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A718) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SkintoneChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DF50) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_StartBodyChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A410) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_StartTextEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EC18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchBodyType__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19898) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_SwitchLocomotion__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2C58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E1D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOff__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F192B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TeethRollOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E330) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_ToggleMarking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EA18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CharGen_TogglePreviewHabSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DEB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A008) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_Jettison__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DF70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D950) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_OpenRefuelMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ED58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E130) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TakeAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E010) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_ToggleEquip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F171F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferAllResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x0451DE10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ContainerMenu_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F167E8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_CraftItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B788) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ExitBench__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_Highlight3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EE58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_InstallMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2660) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RenameItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E370) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertHighlight__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1BD68) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_RevertedModdedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E7D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModSlot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19D60) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedMod__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E898) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DF30) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SelectedRecipe__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E4B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E230) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16F48) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_CraftingMenu_ViewingModdableItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F167A8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19220) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_ClosedForSubMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19838) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_Missions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19AE8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_OpenPauseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044B2128) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B410) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_Reopened__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A308) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedAttributesMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EDD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedInventoryMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D910) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedMapMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17230) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedPowersMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE50) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedShipMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18388) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SelectedStatusMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E778) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetMenuForQuickEntry__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E698) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_SetPaperDollActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18A78) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x04480FD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_acceptClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B668) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateButtons_cancelClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E7B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_playSFX__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E150) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DataSlateMenu_toggleAudio__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A3B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_CompleteExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnDialogueSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E6B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnListVisibilityChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E5F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_OnPersuasionAutoWin__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18610) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2A58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DialogueMenu_RequestSkipDialogue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2BB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_DocAcceptMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044792D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_AssignQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E498) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_FavoritesMenu_UseQuickkey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17158) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E170) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DAD0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_PlayMenuSound__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18130) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_StartGameRender__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ADA0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_GlobalFunc_UserEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E3B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_MissionActiveWidgetUpdate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E478) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F191E0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_OpenMissionMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2B70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDNotification_SetMissionActive__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17DE0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationButtonEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18938) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HUDRolloverActivationQCItemPressEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D890) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_ChangeSystemDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DDB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_RepairShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D9B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_HangarShipSelection_UpgradeSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_RequestImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E070) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ImageFixtureEvent_UnregisterImage__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EE38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_Change3DView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16E70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_DropItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D870) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E250) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_LoadModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E0F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OnEnterCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19740) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_OpenCargoHold__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16A38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_PaperDollTryOn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18AF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ResetPaperDollInv__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E8D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SelectItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18BB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_SetMouseOverModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ED18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_StartCloseAnim__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044A8648) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleFavorite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B258) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EC58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_InventoryMenu_ToggleSuit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ED98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Inventory_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2588) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_AnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E9D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_OnWidgetShown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E438) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_OpenDataMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17AF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LevelUp_ShowSkills__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17380) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LoadingMenu_RefreshText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A0A0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_LocationTextWidget_FinishedQueue__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17B28) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2758) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_ActionConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D850) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16FA8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_LegalScreenComplete__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x04520188) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E838) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17E38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EC78) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MainMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DAF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnBackOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17F60) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MessageBoxMenu_OnButtonPress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EE78) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF26E0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionBoard_MissionEntryPressed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17770) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ClearState__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B128) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_PlotToLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16690) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_RejectQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DBD0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveCategoryIndex__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E310) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_SaveOpenedId__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16B98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ShowItemLocation__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17C90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleQTDisplay__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044A6D38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MissionMenu_ToggleTrackingQuest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DCF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Bioscan__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19150) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_FastTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E090) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Harvest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A468) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Initialize__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16A90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Outpost__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B180) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_PhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F168B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_Shutdown__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16618) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SocialSpell__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17EE0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StartContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2D28) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_StopContainerView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DFF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_SurfaceMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E798) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_UseListScrollControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EE18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomIn__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17670) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_MonocleMenu_ZoomOut__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE30) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ActionCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18788) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E678) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E958) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_ConfirmSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E538) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_DeleteSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17830) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_QuitToDesktop__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F172C8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_SetCharacter__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E638) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16C88) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_StartLoad__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB50) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PauseMenu_UploadSave__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DFD0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoGallery_DeletePhoto__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E658) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_InitializeCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC50) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF25E0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D9F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E578) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_TakeSnapshot__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleHelmet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E938) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PhotoMode_ToggleUI__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DFB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PickpocketMenu_OnItemSelect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F174D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PlayBink_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18DF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PowersMenu_ActivateEssence__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A288) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PowersMenu_EquipPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17A98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_PowersMenu_FavoritePower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17A00) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Refuel_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16B18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Refuel_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16730) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_AddMaterial__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC30) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_CategorySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1AFA8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DBB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_HideModel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E858) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_PreviewProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EA58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ProjectViewed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17C70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_SetInspectControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E878) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ResearchMenu_ToggleTrackingProject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18FC0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Reticle_OnLongAnimFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA50) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_BackOutKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17BA8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EB38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_ConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_EliminateUnusedKeys__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_GetRingHint__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18850) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_SelectNewKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16528) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SecurityMenu_TryUseKey__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EDB8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_CheckBoxChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18BD0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ClearBinding__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ACE0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ECF8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_OpenSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ECD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapConfirmed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F180B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_RemapMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F189A0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ResetToDefaults__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DE90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EB18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SaveSettings__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E518) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E8F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_StepperChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SettingsPanel_ValidateControls__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18F60) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipBuilder_CloseAllMenus__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2620) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Assign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ED38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewAssignMenu_Unassign__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DCD0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_Close__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EB98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_OpenAssignMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17928) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_SetSort__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F170F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipCrewMenu_ViewedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E4F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_ChangeModuleCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EB78) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerControlChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19560) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorPickerTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E5B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnColorSliderMouseInput__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16940) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DDF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E110) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnExitConfirmSaveAndExit__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E290) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnFlightCheckTabChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E9F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18198) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRecentColorSwatchClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19BD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameEndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DED0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnRenameInputCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EC38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_OnWeaponGroupChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EA98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2C98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_PreviewUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19948) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_RemoveAll3D__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D830) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedShipPart__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F194E8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SelectedUpgrade__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D810) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipEditor_SystemSelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17308) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E1B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHudQuickContainer_TransferMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DBF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_AbortJump__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EA38) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Activate__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E978) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_BodyViewMarkerDimensions__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EAB8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_ChangeComponentSelection__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E458) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F171B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Deselect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F173D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_DockRequested__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E558) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_FarTravel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F170A0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailAccepted__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E8B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailCancelled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E190) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_HailShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F184B0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_JumpToQuestMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD50) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Land__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DCB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_LandingMarkerMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16BF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Map__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A9F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_OnMonocleToggle__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EC98) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_OpenPhotoMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19E58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Repair__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2CE8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_SetTargetMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16AC8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_TargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E618) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_Target__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F165F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_UntargetShipSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D970) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateComponentPower__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B388) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_ShipHud_UpdateTargetPanelRect__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F175F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Accept__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18810) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_AddPatch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16E10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_Cancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F185A8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_ChangeCursorVisibility__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F199F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SkillsMenu_SaveLastCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16D48) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_InterruptRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DF90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SleepWaitMenu_StartRest__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E050) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ExecuteRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F188F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_Galaxy_FocusSystem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18650) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_LandingInputInProgress__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1B6E8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupContainerVisibilityChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2A18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2600) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_MarkerGroupEntryHoverChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D990) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnCancel__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DAB0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnClearRoute__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1ED78) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnExitStarMap__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2AC0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnGalaxyViewInitialized__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18F40) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnHintButtonClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF26A0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_OnOutpostEntrySelected__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D930) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_QuickSelectChange__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E5D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ReadyToClose__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18250) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ScanPlanet__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E738) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSiteFailed__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E270) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_SelectedLandingSite__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E350) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_StarMapMenu_ShowRealCursor__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E1F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_EnablePointCloud__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x044BB4B8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_MarkerClicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18A18) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_SurfaceMapMenu_TryPlaceCustomMarker__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E758) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_CloseMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03EF2900) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_ExitShip__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DDD0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TakeoffMenu_Launch__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16E90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TerminalMenu_CancelEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1AE90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseAllViews__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseTopView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19380) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_CloseView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18458) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_Terminal_MenuItemClick__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1AAE0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_DoAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F186C8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16860) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowImages__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F19450) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_ShowResources__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E0D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TestMenu_TestAll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E718) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_EndEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F18E90) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_InputCanceled__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TextInputMenu_StartEditText__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F169D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_TitleSequenceMenu_StartMusic__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x04521838) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_UIMenuChargenMenuDisablePaperdoll__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17590) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_UpdateSceneRectEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D9D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_ChangeWeaponAssignment__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A120) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WeaponGroupAssignmentMenu_OnHintButtonActivated__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E3F8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldFinished__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A1C0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopActionButton_HoldStopped__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17028) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ChangeBuildItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DD30) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_SelectedItem__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1A208) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopBuilderMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DA70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_ApplyColors__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16F08) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SelectedTab__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EB58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SliderChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F184D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopColorMode_SwatchChanged__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E390) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_AttemptBuild__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EAD8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_CancelAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EAF8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ChangeVariant__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E918) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ConnectionEvent__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DF10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1EA78) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_MessageCallback__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F196E0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedCategory__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16CA8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SelectedGridObject__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16450) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ShowExtras__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17A58) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_SwitchMode__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E2D0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleDistance__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16710) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleTracking__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F16588) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopMenu_ToggleView__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DC10) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ConfirmAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1DB70) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopQuickMenu_ExitMenu__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1D8F0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_SetActionHandles__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E4D8) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopShared_StartAction__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17CF0) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetHovered__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F1E598) }; + inline constexpr std::array AutoRegisterFactory_TUIEventDispatcher_WorkshopTargetMenu_TargetPicked__BSTFactoryManager_BSFixedString_UIEventDispatcher_512_BSTSingletonImplicit__{ REL::Offset(0x03F17710) }; + inline constexpr std::array AutoRegisterFactory___AnimationManagerLoadScrapper_BSTFactoryManager_BSFixedString_BSAnimationGraphLoadScrapper_2_BSTSingletonImplicit__{ REL::Offset(0x04562108) }; + inline constexpr std::array AutoRegisterFactory___ArmorInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x043C0658) }; + inline constexpr std::array AutoRegisterFactory___ContainerInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x043C1808) }; + inline constexpr std::array AutoRegisterFactory___SpaceshipInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x0439F658) }; + inline constexpr std::array AutoRegisterFactory___TESNPCInstanceDataFactory_BSTFactoryManager_BSFixedString_InstanceDataFactory_32_BSTSingletonImplicit__{ REL::Offset(0x0440EEB0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4F90) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSActivityTrackerFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043534D8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10FB0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAddToInventoryOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043535A8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10F38) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAnimationGraphComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353678) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF53E0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttachParentArray_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353768) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10310) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSAttackDataForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D178) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FFB8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSBodyPartInfo_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353818) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11208) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSContactShadowComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434B5E8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10950) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCraftingResourceOwner_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353870) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10B70) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCrowdComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353A08) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F114A0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSCustomShipForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434B6F0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10580) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDestructibleObjectForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D300) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10440) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSDisplayCaseFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353B28) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F268) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSEffectSequenceFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353BF0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11118) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSExternalComponentDataSource_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353D20) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10508) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSForcedLocRefType_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353E58) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10160) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSFormLinkData_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353EA8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5048) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSKeywordForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D520) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5458) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLinkedVoiceType_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04353F70) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F398) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSLodOwnerComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043540F8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F1B0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSMaterialPropertyComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354260) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10820) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectPlacementDefaults_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354600) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10A80) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSObjectWindowFilterComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434B740) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03F112F8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitalDataComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354640) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03F105F8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOrbitedDataComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354740) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FF00) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSOverridePackCollection_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D890) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF52E8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPapyrusScriptsComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354980) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F113E8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPathingData_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354A30) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10E08) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPlanetContentManagerContentProperties_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0437DCD0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F106B0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPrimitiveComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354C00) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11518) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSPropertySheet_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354C68) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11370) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSScannableFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354888) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF57F0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSShipManagement_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354948) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10728) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSkinForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436D9F8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10388) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSoundTagComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354DF8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5140) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpacePhysicsFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354EC8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10D90) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipAIActor_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354F30) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF59A0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipEquipment_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04354FC8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF51B8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipHullCode_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043550D8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10EC0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpaceshipWeaponBinding_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355148) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5680) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSpawnOnDestroy_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355270) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03F10AF8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStarDataComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043552B8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10CA0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSStoredTraversalData_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434B810) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x03EF5608) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__BGSBlockCellHeighGridComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0438A330) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x0438A2B8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0438A260) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x0438A530) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0438A660) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy_{ REL::Offset(0x0438AB28) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSSurface____WaterHeightComponent_CopyFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0438AB10) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10BE8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSVolumeFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043555D0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5928) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorkshopItemColorComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434B8B8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FE48) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_BGSWorldSpaceOverlayComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355B38) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11280) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__BlueprintVariant_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434B968) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11190) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_Blueprints__Blueprint_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355C28) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FC60) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_LensFlareAttachmentComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434BAB8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5510) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_LightAnimFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355D20) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5270) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_LightAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04355ED0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0FBE8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_ObjectAttachmentFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x043560B0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F320) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_ParticleFormComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04356200) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F0F138) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_ReflectionProbeCellComponent_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0434E528) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F100A8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESAIForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436DDE0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11028) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESContainer_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436DF78) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4DE8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESDescription_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436DFB0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10898) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESFullName_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E5D8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F109C8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESHealthForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E680) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF5778) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESImageSpaceModifiableForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436E6C0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F110A0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESMagicTargetForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436F2B8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10218) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESModel_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436EB08) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03EF4F18) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESPlanetModel_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x04356310) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10030) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESTexture_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436F0C0) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F10D18) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESValueForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436F1D8) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy_{ REL::Offset(0x03F11590) }; + inline constexpr std::array AutoRegisterFormFactoryComponent_TESWeightForm_DefaultFormComponentMoverPolicy___ReserveType{ REL::Offset(0x0436F268) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentActorAvoider_{ REL::Offset(0x03EF21C8) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentActorState_{ REL::Offset(0x03F0F740) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentFlightControllerDetached_{ REL::Offset(0x03F0F790) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentFlightController_{ REL::Offset(0x03F0F880) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentPathFollowerFlight_{ REL::Offset(0x03F0F5D8) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentPathFollowerStandard_{ REL::Offset(0x03EF24E8) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementAgentPathFollowerVirtual_{ REL::Offset(0x03F0F718) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentAngleGain_{ REL::Offset(0x03F0F7E0) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectControl_{ REL::Offset(0x03EF2420) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentDirectionPassThrough_{ REL::Offset(0x03EF20D8) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentFlightBoostTrigger_{ REL::Offset(0x03F0F808) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentGraphDrivenAnimationDriven_{ REL::Offset(0x03F0F6F0) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControlsActionTrigger_{ REL::Offset(0x03F0F858) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerControls_{ REL::Offset(0x03F0F560) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentPlayerFlightControls_{ REL::Offset(0x03EF2150) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentSprintActionTrigger_{ REL::Offset(0x03EF2358) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentStairsHelper_{ REL::Offset(0x03F0F6A0) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentStandard_{ REL::Offset(0x03EF2178) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementHandlerAgentStorePlannerOutput_{ REL::Offset(0x03EF2128) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPathManagerAgentAvoidBox_{ REL::Offset(0x03F0F768) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPathManagerAgentLoadedAreaMonitor_{ REL::Offset(0x03EF2538) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPathManagerAgentStaticAvoider_{ REL::Offset(0x03F0F600) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPlannerAgentDirectControl_{ REL::Offset(0x03EF2038) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPlannerAgentNavmeshBounds_{ REL::Offset(0x03EF2470) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementPlannerAgentWarp_{ REL::Offset(0x03F0F628) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementStateFollowPath_{ REL::Offset(0x03F0F7B8) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementStateTweener_{ REL::Offset(0x03EF2088) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementTweenerAgentFixedDelta_{ REL::Offset(0x03F0F588) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementTweenerAgentNodeFollower_{ REL::Offset(0x03EF2218) }; + inline constexpr std::array AutoRegisterMovementAgentCreator_MovementTweenerAgentTargetPosAndVel_{ REL::Offset(0x03F0F830) }; + inline constexpr std::array AutoRegisterMovementAgentCreator___MovementHandlerAgentAngleControllerLoadScrapper_{ REL::Offset(0x045A3370) }; + inline constexpr std::array AutoRegisterMovementAgentCreator___MovementHandlerAgentLargeDeltaLoadScrapper_{ REL::Offset(0x045A3320) }; + inline constexpr std::array AutoRegisterMovementAgentCreator___MovementHandlerAgentTranslationControllerLoadScrapper_{ REL::Offset(0x045A32F8) }; + inline constexpr std::array AutoRegisterMovementAgentCreator___MovementPlannerAgentHorseControlsLoadScrapper_{ REL::Offset(0x04473E30) }; + inline constexpr std::array AutoRegisterMovementAgentCreator___MovementPlannerAgentKeepOffsetLoadScrapper_{ REL::Offset(0x04473E08) }; + inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementHandlerArbiter_{ REL::Offset(0x03EF6D48) }; + inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementPathManagerArbiter_{ REL::Offset(0x03EF6E38) }; + inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementPlannerArbiter_{ REL::Offset(0x03EF6DC0) }; + inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementPostUpdateArbiter_{ REL::Offset(0x03EF6DE8) }; + inline constexpr std::array AutoRegisterMovementArbiterCreator_MovementTweenerArbiter_{ REL::Offset(0x03EF6E10) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_BSPathingRequest___PathBuilderBSPathingRequest_{ REL::Offset(0x045A2890) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy___PathBuilder_{ REL::Offset(0x0444D658) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_BSTPathingRequest_EscortPathingRequestPolicy__BSTPathingRequest_EscortPathingRequestPolicy___PathBuilder_{ REL::Offset(0x03F209F8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestCovered_CombatPathingRequestBuilder_{ REL::Offset(0x03F20A70) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F05268) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathingRequestBuilder_{ REL::Offset(0x03F20860) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathingRequestBuilder_{ REL::Offset(0x03EED7A0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F208F0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F05768) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F04CE0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F208D8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F20878) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F04BA8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathingRequestBuilder_{ REL::Offset(0x03EED348) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F05490) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F208C0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F20908) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03EED210) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03EED490) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F20890) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F208A8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathingRequestBuilder_{ REL::Offset(0x03F04808) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathingRequestBuilder_{ REL::Offset(0x03F05198) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestMultiGoal_CombatPathingRequestBuilder_{ REL::Offset(0x03F20938) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_CombatPathingRequestStandard_CombatPathingRequestBuilder_{ REL::Offset(0x03F209B0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestClosePoint___PathBuilderClosePointPath_{ REL::Offset(0x044524A0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestClosestGoal_PathingRequestClosestGoal__PathBuilder_{ REL::Offset(0x03F20998) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlee_PathBuilderFlee__PathBuilderFleePath_{ REL::Offset(0x03EED090) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyAction_PathBuilderFlight__PathBuilderFlyActionPath_{ REL::Offset(0x03F20A28) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyHover_PathBuilderFlight__PathBuilderFlyHoverPath_{ REL::Offset(0x03F20980) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyLand_PathBuilderFlight__PathBuilderFlyLandPath_{ REL::Offset(0x03F20950) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyOrbit_PathBuilderFlight__PathBuilderFlyOrbitPath_{ REL::Offset(0x03F209C8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFlyTakeOff_PathBuilderFlight__PathBuilderFlyTakeOffPath_{ REL::Offset(0x03F20968) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestFly_PathBuilderFlight__PathBuilderFlyPath_{ REL::Offset(0x03F20A88) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestHide_PathBuilderHide__PathBuilderHidePath_{ REL::Offset(0x03F20A40) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestLOS_PathBuilderLOS__PathBuilderLOSPath_{ REL::Offset(0x03F20A58) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestOpenSpace_PathingRequestOpenSpaceBuilder_{ REL::Offset(0x03F20A10) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestRotate___PathBuilderRotatePath_{ REL::Offset(0x044524B8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestSafeStraightLine_PathBuilderSafeStraightLine__PathBuilderSafeStraightLinePath_{ REL::Offset(0x03F209E0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequestStopMoving___PathBuilderStopMovingPath_{ REL::Offset(0x044524D0) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_PathingRequest___PathBuilderPathingRequest_{ REL::Offset(0x044524E8) }; + inline constexpr std::array AutoRegisterPathBuilderFactory_QuestPathingRequest_QuestPathingRequestBuilder_{ REL::Offset(0x03F20920) }; + inline constexpr std::array AutoRegisterPathing_BGSSpatialGridSearchCustomDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFEA18) }; + inline constexpr std::array AutoRegisterPathing_BGSSpatialGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFEA90) }; + inline constexpr std::array AutoRegisterPathing_BGSSpatialSparseGridSearchDebugData_BSTSmartPointerPathingFactoryManager_BSSpatialGraphSearchDebugData_8__{ REL::Offset(0x03EFE9C8) }; + inline constexpr std::array AutoRegisterPathing_BSPathingRequest_BSTSmartPointerPathingFactoryManager_BSPathingRequest_64__{ REL::Offset(0x03F20180) }; + inline constexpr std::array AutoRegisterPathing_BSPathingSolution_BSTSmartPointerPathingFactoryManager_BSPathingSolution_64__{ REL::Offset(0x03F0AFE8) }; + inline constexpr std::array AutoRegisterPathing_CombatPathMovementMessageEvent_CombatPathTeleportEvent__BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8188) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageActivateDoor_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F206A8) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageActorCollision_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8250) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageBeginLandingApproach_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F20838) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageBlocked_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8318) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageGravJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F20360) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageJump_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8228) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageLand_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EED7E0) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageNewPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF82A0) }; + inline constexpr std::array AutoRegisterPathing_MovementMessagePathCleared_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF80E8) }; + inline constexpr std::array AutoRegisterPathing_MovementMessagePathComplete_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EEDA10) }; + inline constexpr std::array AutoRegisterPathing_MovementMessagePathFailed_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8138) }; + inline constexpr std::array AutoRegisterPathing_MovementMessagePlayIdle_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F20748) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageSetStaticPath_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF82F0) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageTakeOff_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03EF8200) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageTraversal_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F1F730) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageWarpToLocation_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F204F0) }; + inline constexpr std::array AutoRegisterPathing_MovementMessageWarpToMultiple_BSTSmartPointerPathingFactoryManager_MovementMessage_64__{ REL::Offset(0x03F20450) }; + inline constexpr std::array AutoRegisterPathing_PathingTraversalActionActivate_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9540) }; + inline constexpr std::array AutoRegisterPathing_PathingTraversalActionDoorway_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF94A0) }; + inline constexpr std::array AutoRegisterPathing_PathingTraversalActionJump_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9428) }; + inline constexpr std::array AutoRegisterPathing_PathingTraversalActionLadder_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9568) }; + inline constexpr std::array AutoRegisterPathing_PathingTraversalActionStandard_BSTSmartPointerPathingFactoryManager_BSPathingTraversalAction_64__{ REL::Offset(0x03EF9590) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045673B0) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationCorrectedNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045673D8) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045678C0) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationImpactSelector_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045678E8) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567478) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045674A0) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567D88) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdollDrive_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567DB0) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567270) }; + inline constexpr std::array AutoRegisterPlacementCreator_AnimationRagdoll_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567298) }; + inline constexpr std::array AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567CC0) }; + inline constexpr std::array AutoRegisterPlacementCreator_AssignVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567CE8) }; + inline constexpr std::array AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567C48) }; + inline constexpr std::array AutoRegisterPlacementCreator_AssigniState_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567C70) }; + inline constexpr std::array AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567310) }; + inline constexpr std::array AutoRegisterPlacementCreator_BlendNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567248) }; + inline constexpr std::array AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566BE0) }; + inline constexpr std::array AutoRegisterPlacementCreator_BoneConstraint_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566FD8) }; + inline constexpr std::array AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566960) }; + inline constexpr std::array AutoRegisterPlacementCreator_ClonePoseNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566988) }; + inline constexpr std::array AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566830) }; + inline constexpr std::array AutoRegisterPlacementCreator_ConvertBoneToVar_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566858) }; + inline constexpr std::array AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567650) }; + inline constexpr std::array AutoRegisterPlacementCreator_CopyBoneWeights_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567678) }; + inline constexpr std::array AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566AC8) }; + inline constexpr std::array AutoRegisterPlacementCreator_CriticallyDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566AF0) }; + inline constexpr std::array AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566AA0) }; + inline constexpr std::array AutoRegisterPlacementCreator_CumulativeAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045669D8) }; + inline constexpr std::array AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566750) }; + inline constexpr std::array AutoRegisterPlacementCreator_CurvedPathBlender_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566778) }; + inline constexpr std::array AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567EF0) }; + inline constexpr std::array AutoRegisterPlacementCreator_DampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567F18) }; + inline constexpr std::array AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045676A0) }; + inline constexpr std::array AutoRegisterPlacementCreator_DirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045671D0) }; + inline constexpr std::array AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045671F8) }; + inline constexpr std::array AutoRegisterPlacementCreator_DualDirectAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567220) }; + inline constexpr std::array AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567D60) }; + inline constexpr std::array AutoRegisterPlacementCreator_DynamicAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567C98) }; + inline constexpr std::array AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567E50) }; + inline constexpr std::array AutoRegisterPlacementCreator_DynamicGraphReference_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567E78) }; + inline constexpr std::array AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566910) }; + inline constexpr std::array AutoRegisterPlacementCreator_EffectSequenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566938) }; + inline constexpr std::array AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566A50) }; + inline constexpr std::array AutoRegisterPlacementCreator_EvaluateConditionVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566A78) }; + inline constexpr std::array AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567F40) }; + inline constexpr std::array AutoRegisterPlacementCreator_EventController_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567F68) }; + inline constexpr std::array AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567B58) }; + inline constexpr std::array AutoRegisterPlacementCreator_EventFromRange_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567A28) }; + inline constexpr std::array AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567910) }; + inline constexpr std::array AutoRegisterPlacementCreator_EveryNEvents_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567808) }; + inline constexpr std::array AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567898) }; + inline constexpr std::array AutoRegisterPlacementCreator_FootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567BD0) }; + inline constexpr std::array AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045679B0) }; + inline constexpr std::array AutoRegisterPlacementCreator_GamebryoSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045679D8) }; + inline constexpr std::array AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045676F0) }; + inline constexpr std::array AutoRegisterPlacementCreator_GraphReferenceNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567718) }; + inline constexpr std::array AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567BF8) }; + inline constexpr std::array AutoRegisterPlacementCreator_LinearVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567C20) }; + inline constexpr std::array AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045677B8) }; + inline constexpr std::array AutoRegisterPlacementCreator_LocomotionBlend_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045677E0) }; + inline constexpr std::array AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567180) }; + inline constexpr std::array AutoRegisterPlacementCreator_LookAtNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045671A8) }; + inline constexpr std::array AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566B40) }; + inline constexpr std::array AutoRegisterPlacementCreator_MassSpringDampenVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566B68) }; + inline constexpr std::array AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566C30) }; + inline constexpr std::array AutoRegisterPlacementCreator_MaterialLayerSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566C58) }; + inline constexpr std::array AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045674C8) }; + inline constexpr std::array AutoRegisterPlacementCreator_MergeNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567400) }; + inline constexpr std::array AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567960) }; + inline constexpr std::array AutoRegisterPlacementCreator_MirrorModifier_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567988) }; + inline constexpr std::array AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567B80) }; + inline constexpr std::array AutoRegisterPlacementCreator_MomentumAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567BA8) }; + inline constexpr std::array AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567B08) }; + inline constexpr std::array AutoRegisterPlacementCreator_MomentumSwitchback_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567B30) }; + inline constexpr std::array AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566E68) }; + inline constexpr std::array AutoRegisterPlacementCreator_MultiFootIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566E90) }; + inline constexpr std::array AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566808) }; + inline constexpr std::array AutoRegisterPlacementCreator_NormalizeRotation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566B18) }; + inline constexpr std::array AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045669B0) }; + inline constexpr std::array AutoRegisterPlacementCreator_PairedAnimation_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045668E8) }; + inline constexpr std::array AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566D38) }; + inline constexpr std::array AutoRegisterPlacementCreator_ParticleSequence_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566C08) }; + inline constexpr std::array AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566C80) }; + inline constexpr std::array AutoRegisterPlacementCreator_PathingAnimations_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566CA8) }; + inline constexpr std::array AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566B90) }; + inline constexpr std::array AutoRegisterPlacementCreator_PhysicsContactListener_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566BB8) }; + inline constexpr std::array AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567E00) }; + inline constexpr std::array AutoRegisterPlacementCreator_PostBoneModifierControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567E28) }; + inline constexpr std::array AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566D60) }; + inline constexpr std::array AutoRegisterPlacementCreator_RagdollGetUp_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566D88) }; + inline constexpr std::array AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567740) }; + inline constexpr std::array AutoRegisterPlacementCreator_RandomAnimationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567768) }; + inline constexpr std::array AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566DB0) }; + inline constexpr std::array AutoRegisterPlacementCreator_RigSwitch_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566DD8) }; + inline constexpr std::array AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567000) }; + inline constexpr std::array AutoRegisterPlacementCreator_RollingBone_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567028) }; + inline constexpr std::array AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567338) }; + inline constexpr std::array AutoRegisterPlacementCreator_RootTwist_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567360) }; + inline constexpr std::array AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567AB8) }; + inline constexpr std::array AutoRegisterPlacementCreator_RotationVariable_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567AE0) }; + inline constexpr std::array AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045670A0) }; + inline constexpr std::array AutoRegisterPlacementCreator_SetOrientNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567388) }; + inline constexpr std::array AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567050) }; + inline constexpr std::array AutoRegisterPlacementCreator_SetPosNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567078) }; + inline constexpr std::array AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x045672C0) }; + inline constexpr std::array AutoRegisterPlacementCreator_SpeedScale_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045672E8) }; + inline constexpr std::array AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566F88) }; + inline constexpr std::array AutoRegisterPlacementCreator_StaggerMeter_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566FB0) }; + inline constexpr std::array AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567F90) }; + inline constexpr std::array AutoRegisterPlacementCreator_StateVariableControl_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567EC8) }; + inline constexpr std::array AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567D10) }; + inline constexpr std::array AutoRegisterPlacementCreator_SwapGraphNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567D38) }; + inline constexpr std::array AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567428) }; + inline constexpr std::array AutoRegisterPlacementCreator_SwitchNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567450) }; + inline constexpr std::array AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04566A00) }; + inline constexpr std::array AutoRegisterPlacementCreator_TagPropagationNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04566A28) }; + inline constexpr std::array AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567790) }; + inline constexpr std::array AutoRegisterPlacementCreator_TimerEvent_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x045676C8) }; + inline constexpr std::array AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567EA0) }; + inline constexpr std::array AutoRegisterPlacementCreator_TranslationAdjustment_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567DD8) }; + inline constexpr std::array AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567130) }; + inline constexpr std::array AutoRegisterPlacementCreator_TwoBoneIKNode_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567158) }; + inline constexpr std::array AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_AnimGraphNodeType_AnimGraphNode_64__{ REL::Offset(0x04567A00) }; + inline constexpr std::array AutoRegisterPlacementCreator_VariableCombiner_BSTCreateFactoryManager_BSFixedString_AnimGraphNode_64__{ REL::Offset(0x04567938) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy__BSPathingRequest_64_{ REL::Offset(0x0444D698) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_BSTPathingRequest_EscortPathingRequestPolicy__BSPathingRequest_64_{ REL::Offset(0x03F20680) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestAdapter_BSPathingRequest_64_{ REL::Offset(0x03F20798) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestCovered_BSPathingRequest_64_{ REL::Offset(0x03F203D8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F05240) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__BSPathingRequest_64_{ REL::Offset(0x03F04EA0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__BSPathingRequest_64_{ REL::Offset(0x03F05968) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F20658) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F05780) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EED0F8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1FF78) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F204C8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F04B80) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__BSPathingRequest_64_{ REL::Offset(0x03EED360) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F054D0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EED170) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1FB40) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EED228) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EED548) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F200B8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03F1FA50) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__BSPathingRequest_64_{ REL::Offset(0x03EED040) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__BSPathingRequest_64_{ REL::Offset(0x03F05008) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestMultiGoal_BSPathingRequest_64_{ REL::Offset(0x03F204A0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_CombatPathingRequestStandard_BSPathingRequest_64_{ REL::Offset(0x03F20630) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_MovementParametersFixed_IMovementParameters_64_{ REL::Offset(0x03EFF2C0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_MovementParameters_IMovementParameters_64_{ REL::Offset(0x03EFF248) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosePoint_BSPathingRequest_64_{ REL::Offset(0x03F20130) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestClosestGoal_BSPathingRequest_64_{ REL::Offset(0x03F1FE88) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestCover_BSPathingRequest_64_{ REL::Offset(0x03F201F8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlee_BSPathingRequest_64_{ REL::Offset(0x03F1FE10) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyAction_BSPathingRequest_64_{ REL::Offset(0x03F202E8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyHover_BSPathingRequest_64_{ REL::Offset(0x03F20040) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyLand_BSPathingRequest_64_{ REL::Offset(0x03F20770) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyOrbit_BSPathingRequest_64_{ REL::Offset(0x03F1FFC8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFlyTakeOff_BSPathingRequest_64_{ REL::Offset(0x03F207C0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestFly_BSPathingRequest_64_{ REL::Offset(0x03F205E0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestHide_BSPathingRequest_64_{ REL::Offset(0x03F20720) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestLOS_BSPathingRequest_64_{ REL::Offset(0x03F1FAF0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestOpenSpace_BSPathingRequest_64_{ REL::Offset(0x03F202C0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestRotate_BSPathingRequest_64_{ REL::Offset(0x03F207E8) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestSafeStraightLine_BSPathingRequest_64_{ REL::Offset(0x03F20338) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequestStopMoving_BSPathingRequest_64_{ REL::Offset(0x03F20810) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_PathingRequest_BSPathingRequest_64_{ REL::Offset(0x03EED1C0) }; + inline constexpr std::array AutoRegisterSmartPtrDerivedPathingType_QuestPathingRequest_BSPathingRequest_64_{ REL::Offset(0x03F20090) }; + inline constexpr std::array AutoVanityState{ REL::Offset(0x0451A0C8) }; + inline constexpr std::array AwakeSoundFadeHandler{ REL::Offset(0x044E4D48) }; + inline constexpr std::array AwakeSoundPauseHandler{ REL::Offset(0x044E4D78) }; + inline constexpr std::array AwakeSoundResumeHandler{ REL::Offset(0x044E4D60) }; + inline constexpr std::array AwakeSoundStopHandler{ REL::Offset(0x044E4D30) }; + inline constexpr std::array BGSAIWorldLocationEditorSpacePointRadius{ REL::Offset(0x04343E40) }; + inline constexpr std::array BGSAIWorldLocationInteriorCell{ REL::Offset(0x04343988) }; + inline constexpr std::array BGSAIWorldLocationPointRadius{ REL::Offset(0x04343A78) }; + inline constexpr std::array BGSAIWorldLocationPrimitive{ REL::Offset(0x04343C08) }; + inline constexpr std::array BGSAIWorldLocationRefRadius{ REL::Offset(0x04343CF8) }; + inline constexpr std::array BGSAVMData{ REL::Offset(0x0434FBF0), REL::Offset(0x0434FC08) }; + inline constexpr std::array BGSAbilityPerkEntry{ REL::Offset(0x0440A998) }; + inline constexpr std::array BGSAcousticSpace{ REL::Offset(0x043D4580), REL::Offset(0x043D4998) }; + inline constexpr std::array BGSAction{ REL::Offset(0x044059B0), REL::Offset(0x04405CC8) }; + inline constexpr std::array BGSActionData{ REL::Offset(0x043448D8), REL::Offset(0x043448F0) }; + inline constexpr std::array BGSActivity{ REL::Offset(0x0436F508), REL::Offset(0x0436F568) }; + inline constexpr std::array BGSActivityRuntimeT_BGSActorValueActivity_{ REL::Offset(0x0433F2F8), REL::Offset(0x0433F310) }; + inline constexpr std::array BGSActivityRuntimeT_BGSApplyMagicEffectActivity_{ REL::Offset(0x0433F988), REL::Offset(0x0433F9A0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSBarterActivity_{ REL::Offset(0x043425C8), REL::Offset(0x043425E0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSBleedoutActivity_{ REL::Offset(0x0433FBF8), REL::Offset(0x0433FC10) }; + inline constexpr std::array BGSActivityRuntimeT_BGSBuildWorkshopActivity_{ REL::Offset(0x0433FE18), REL::Offset(0x0433FE30) }; + inline constexpr std::array BGSActivityRuntimeT_BGSCompleteResearchActivity_{ REL::Offset(0x04340028), REL::Offset(0x04340040) }; + inline constexpr std::array BGSActivityRuntimeT_BGSConsumeActivity_{ REL::Offset(0x04340230), REL::Offset(0x04340248) }; + inline constexpr std::array BGSActivityRuntimeT_BGSCraftActivity_{ REL::Offset(0x04340468), REL::Offset(0x04340480) }; + inline constexpr std::array BGSActivityRuntimeT_BGSCrippleLimbActivity_{ REL::Offset(0x04340678), REL::Offset(0x04340718) }; + inline constexpr std::array BGSActivityRuntimeT_BGSDestroyShipActivity_{ REL::Offset(0x043408A8), REL::Offset(0x043408C0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSDockingActivity_{ REL::Offset(0x04340AE8), REL::Offset(0x04340B88) }; + inline constexpr std::array BGSActivityRuntimeT_BGSGravJumpActivity_{ REL::Offset(0x04340CE8), REL::Offset(0x04340D88) }; + inline constexpr std::array BGSActivityRuntimeT_BGSHarvestActivity_{ REL::Offset(0x04340EE8), REL::Offset(0x04340F00) }; + inline constexpr std::array BGSActivityRuntimeT_BGSKillActivity_{ REL::Offset(0x043410F8), REL::Offset(0x04341110) }; + inline constexpr std::array BGSActivityRuntimeT_BGSLandPlanetActivity_{ REL::Offset(0x04341308), REL::Offset(0x043413A8) }; + inline constexpr std::array BGSActivityRuntimeT_BGSLockPickActivity_{ REL::Offset(0x043429D8), REL::Offset(0x043429F0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSLootContainerActivity_{ REL::Offset(0x04341508), REL::Offset(0x043415A8) }; + inline constexpr std::array BGSActivityRuntimeT_BGSLoseEnemyActivity_{ REL::Offset(0x04341740), REL::Offset(0x043417E0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSPlayerPickpocketActivity_{ REL::Offset(0x04341940), REL::Offset(0x04341958) }; + inline constexpr std::array BGSActivityRuntimeT_BGSProduceActivity_{ REL::Offset(0x04341B40), REL::Offset(0x04341BE0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSReloadWeaponActivity_{ REL::Offset(0x04341D58), REL::Offset(0x04341DF8) }; + inline constexpr std::array BGSActivityRuntimeT_BGSScanPlanetActivity_{ REL::Offset(0x04341F58), REL::Offset(0x04341F70) }; + inline constexpr std::array BGSActivityRuntimeT_BGSScanSurfaceActivity_{ REL::Offset(0x043427D8), REL::Offset(0x043427F0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSShipCollectionActivity_{ REL::Offset(0x04342DF0), REL::Offset(0x04342E08) }; + inline constexpr std::array BGSActivityRuntimeT_BGSShipbuilderActivity_{ REL::Offset(0x04342BF0), REL::Offset(0x04342C08) }; + inline constexpr std::array BGSActivityRuntimeT_BGSSpeechChallengeActivity_{ REL::Offset(0x04343020), REL::Offset(0x043430C0) }; + inline constexpr std::array BGSActivityRuntimeT_BGSSprintActivity_{ REL::Offset(0x04343238), REL::Offset(0x043432D8) }; + inline constexpr std::array BGSActivityRuntimeT_BGSTakeActorDamageActivity_{ REL::Offset(0x04343458), REL::Offset(0x04343470) }; + inline constexpr std::array BGSActivityRuntimeT_BGSTakeDamageActivity_{ REL::Offset(0x04343658), REL::Offset(0x043436F8) }; + inline constexpr std::array BGSActivityTrackerFormComponent{ REL::Offset(0x043534F0) }; + inline constexpr std::array BGSActorValueActivity{ REL::Offset(0x0433F8E0), REL::Offset(0x0433F8F8) }; + inline constexpr std::array BGSActorValueActivity_Runtime{ REL::Offset(0x0433F7F8), REL::Offset(0x0433F810), REL::Offset(0x0433F828), REL::Offset(0x0433F840) }; + inline constexpr std::array BGSAddToInventoryOnDestroy{ REL::Offset(0x043535C0) }; + inline constexpr std::array BGSAddonNode{ REL::Offset(0x043B03C0), REL::Offset(0x043B0438), REL::Offset(0x043B0450) }; + inline constexpr std::array BGSAddonNodeSoundHandleExtra{ REL::Offset(0x043B01E0) }; + inline constexpr std::array BGSAffinityEvent{ REL::Offset(0x043A6AA8), REL::Offset(0x043A6AC0) }; + inline constexpr std::array BGSAimAssistModel{ REL::Offset(0x0438B078), REL::Offset(0x0438B390) }; + inline constexpr std::array BGSAimAssistPoseData{ REL::Offset(0x043AB440), REL::Offset(0x043AB758) }; + inline constexpr std::array BGSAimDownSightModel{ REL::Offset(0x0438BF50), REL::Offset(0x0438C5B8) }; + inline constexpr std::array BGSAimModel{ REL::Offset(0x0438C660), REL::Offset(0x0438C978) }; + inline constexpr std::array BGSAimOpticalSightModel{ REL::Offset(0x0438CD00), REL::Offset(0x0438D018) }; + inline constexpr std::array BGSAmbienceSet{ REL::Offset(0x0438D068), REL::Offset(0x0438D080) }; + inline constexpr std::array BGSAnimationGraphComponent{ REL::Offset(0x04345CD8), REL::Offset(0x04345D38) }; + inline constexpr std::array BGSAnimationPathImplementation{ REL::Offset(0x044D6A30) }; + inline constexpr std::array BGSApplyMagicEffectActivity{ REL::Offset(0x0433FB40), REL::Offset(0x0433FB58) }; + inline constexpr std::array BGSApplyMagicEffectActivity_Runtime{ REL::Offset(0x0433FA40), REL::Offset(0x0433FA58), REL::Offset(0x0433FA70), REL::Offset(0x0433FA88), REL::Offset(0x0433FAA0) }; + inline constexpr std::array BGSArtObject{ REL::Offset(0x043B0930), REL::Offset(0x043B0948), REL::Offset(0x043B09B0), REL::Offset(0x043B09D0), REL::Offset(0x043B0A48) }; + inline constexpr std::array BGSArtObjectCloneTask{ REL::Offset(0x043B0898) }; + inline constexpr std::array BGSAssociationType{ REL::Offset(0x04405CE0), REL::Offset(0x04405FF8) }; + inline constexpr std::array BGSAtmosphere{ REL::Offset(0x043AB0C0), REL::Offset(0x043AB0D8) }; + inline constexpr std::array BGSAttachParentArray{ REL::Offset(0x04353708) }; + inline constexpr std::array BGSAttachTechniquesUtil__AttachTechniquesFunctor{ REL::Offset(0x0436F890) }; + inline constexpr std::array BGSAttachTechniquesUtil__DetachTechniquesFunctor{ REL::Offset(0x0436F878) }; + inline constexpr std::array BGSAttachTechniquesUtil__ProcessTechniquesFunctor{ REL::Offset(0x0436F860) }; + inline constexpr std::array BGSAttackData{ REL::Offset(0x044448C8) }; + inline constexpr std::array BGSAttackDataForm{ REL::Offset(0x0436D1A8) }; + inline constexpr std::array BGSAttackDataMap{ REL::Offset(0x044448E0) }; + inline constexpr std::array BGSAttractionRule{ REL::Offset(0x043A6DD8), REL::Offset(0x043A6DF0) }; + inline constexpr std::array BGSAudioOcclusionPrimitive{ REL::Offset(0x0434E800), REL::Offset(0x0434E818) }; + inline constexpr std::array BGSAudio_Internal__LooseAudioRegistrar{ REL::Offset(0x044586B0) }; + inline constexpr std::array BGSAudio_Internal__WwiseActiveEventMgr__DelayedEventInfo{ REL::Offset(0x04458690) }; + inline constexpr std::array BGSAudio_Internal__WwiseActiveEventMgr__PlayingEventInfo{ REL::Offset(0x044586A0) }; + inline constexpr std::array BGSAudio_Internal__WwiseGameObjectMgr{ REL::Offset(0x04458678) }; + inline constexpr std::array BGSAudio_Internal__WwiseIODevice{ REL::Offset(0x044586E8), REL::Offset(0x04458708) }; + inline constexpr std::array BGSAudio_Internal__WwiseIOMgr{ REL::Offset(0x044586C8) }; + inline constexpr std::array BGSAudio__IEmitterResolver{ REL::Offset(0x04458628) }; + inline constexpr std::array BGSAudio__RefNodeResolver{ REL::Offset(0x044585F0) }; + inline constexpr std::array BGSAudio__WwiseService{ REL::Offset(0x04458768) }; + inline constexpr std::array BGSBarterActivity{ REL::Offset(0x04342738), REL::Offset(0x04342768) }; + inline constexpr std::array BGSBarterActivity_Runtime{ REL::Offset(0x04342680), REL::Offset(0x04342698), REL::Offset(0x04342750) }; + inline constexpr std::array BGSBaseAlias{ REL::Offset(0x04409DF8) }; + inline constexpr std::array BGSBaseFormT_AimDownSightData_153_{ REL::Offset(0x0438C288), REL::Offset(0x0438C5A0) }; + inline constexpr std::array BGSBaseFormT_AimOpticalSightData_194_{ REL::Offset(0x0438C9E8), REL::Offset(0x0438D030) }; + inline constexpr std::array BGSBaseLODBlock{ REL::Offset(0x04350948) }; + inline constexpr std::array BGSBaseLODBlock__AutoDetachBlock{ REL::Offset(0x04350A10) }; + inline constexpr std::array BGSBaseLODBlock__GeometryAutoDetachBlock{ REL::Offset(0x04350A00) }; + inline constexpr std::array BGSBaseLODRuntimeComponent{ REL::Offset(0x04350B90) }; + inline constexpr std::array BGSBendableSpline{ REL::Offset(0x043B0F10), REL::Offset(0x043B1328) }; + inline constexpr std::array BGSBiome{ REL::Offset(0x043AB800), REL::Offset(0x043AB868), REL::Offset(0x043AB888), REL::Offset(0x043AB8A0), REL::Offset(0x043AB918) }; + inline constexpr std::array BGSBiomeMarkerObject{ REL::Offset(0x0438F220), REL::Offset(0x0438F288), REL::Offset(0x0438F300), REL::Offset(0x0438F320), REL::Offset(0x0438F338) }; + inline constexpr std::array BGSBiome__MarkerKeywordData{ REL::Offset(0x043AB7C0) }; + inline constexpr std::array BGSBleedoutActivity{ REL::Offset(0x0433FD80), REL::Offset(0x0433FD98) }; + inline constexpr std::array BGSBleedoutActivity_Runtime{ REL::Offset(0x0433FCB0), REL::Offset(0x0433FCC8), REL::Offset(0x0433FCE0) }; + inline constexpr std::array BGSBlockBashData{ REL::Offset(0x0436D248) }; + inline constexpr std::array BGSBodyManager{ REL::Offset(0x0434B148), REL::Offset(0x0434B160) }; + inline constexpr std::array BGSBodyPartData{ REL::Offset(0x04406040), REL::Offset(0x04406058), REL::Offset(0x04406370), REL::Offset(0x044063E8) }; + inline constexpr std::array BGSBodyPartInfo{ REL::Offset(0x043537B8) }; + inline constexpr std::array BGSBodyUtils__SkinColorUpdateNode{ REL::Offset(0x0434B0F8) }; + inline constexpr std::array BGSBoneModifier{ REL::Offset(0x04390C30), REL::Offset(0x04390C48) }; + inline constexpr std::array BGSBuildWorkshopActivity{ REL::Offset(0x0433FF00), REL::Offset(0x0433FFB8) }; + inline constexpr std::array BGSBuildWorkshopActivity_Runtime{ REL::Offset(0x0433FED0), REL::Offset(0x0433FEE8), REL::Offset(0x0433FF18) }; + inline constexpr std::array BGSCameraPath{ REL::Offset(0x043D49D8), REL::Offset(0x043D4CF0) }; + inline constexpr std::array BGSCameraShot{ REL::Offset(0x043D4E88), REL::Offset(0x043D4F00), REL::Offset(0x043D4F68), REL::Offset(0x043D4F88), REL::Offset(0x043D4FE8), REL::Offset(0x043D5300) }; + inline constexpr std::array BGSChallengeForm{ REL::Offset(0x0434F3E8), REL::Offset(0x0434F400) }; + inline constexpr std::array BGSCharacterMorph__FacialBoneSculptSlider{ REL::Offset(0x043A7208) }; + inline constexpr std::array BGSCharacterMorph__FacialBoneSlider{ REL::Offset(0x043A7248) }; + inline constexpr std::array BGSCloudForm{ REL::Offset(0x04397560), REL::Offset(0x043978C8) }; + inline constexpr std::array BGSCollisionLayer{ REL::Offset(0x043D5318), REL::Offset(0x043D5630) }; + inline constexpr std::array BGSColorForm{ REL::Offset(0x043D5648), REL::Offset(0x043D5960), REL::Offset(0x043D5978) }; + inline constexpr std::array BGSCompleteResearchActivity{ REL::Offset(0x043401B0), REL::Offset(0x04340210) }; + inline constexpr std::array BGSCompleteResearchActivity_Runtime{ REL::Offset(0x043400E0), REL::Offset(0x043400F8), REL::Offset(0x04340198) }; + inline constexpr std::array BGSConditionForm{ REL::Offset(0x043ABC90), REL::Offset(0x043ABCA8) }; + inline constexpr std::array BGSConstructibleObject{ REL::Offset(0x043B1450), REL::Offset(0x043B14B0), REL::Offset(0x043B1510), REL::Offset(0x043B1588), REL::Offset(0x043B15E8), REL::Offset(0x043B1648), REL::Offset(0x043B1968) }; + inline constexpr std::array BGSConsumeActivity{ REL::Offset(0x043403C8), REL::Offset(0x04340428) }; + inline constexpr std::array BGSConsumeActivity_Runtime{ REL::Offset(0x043402F8), REL::Offset(0x04340310), REL::Offset(0x043403B0) }; + inline constexpr std::array BGSContactShadowComponent{ REL::Offset(0x0434B600) }; + inline constexpr std::array BGSConveyorBelt__ConveyorBelt{ REL::Offset(0x04357BA8) }; + inline constexpr std::array BGSCraftActivity{ REL::Offset(0x043405F0), REL::Offset(0x04340608) }; + inline constexpr std::array BGSCraftActivity_Runtime{ REL::Offset(0x04340520), REL::Offset(0x04340538), REL::Offset(0x043405D8) }; + inline constexpr std::array BGSCraftableForm{ REL::Offset(0x0438F750), REL::Offset(0x0438F768), REL::Offset(0x0438FA88), REL::Offset(0x0438FB00) }; + inline constexpr std::array BGSCraftingResourceOwner{ REL::Offset(0x04353888) }; + inline constexpr std::array BGSCrippleLimbActivity{ REL::Offset(0x04340800), REL::Offset(0x04340818) }; + inline constexpr std::array BGSCrippleLimbActivity_Runtime{ REL::Offset(0x04340730), REL::Offset(0x04340748), REL::Offset(0x043407E8) }; + inline constexpr std::array BGSCrowdComponent{ REL::Offset(0x04353A20) }; + inline constexpr std::array BGSCurve3DForm{ REL::Offset(0x0438B3A8), REL::Offset(0x0438B3C0) }; + inline constexpr std::array BGSCurveForm{ REL::Offset(0x0438B728), REL::Offset(0x0438B740) }; + inline constexpr std::array BGSCustomShipForm{ REL::Offset(0x0434B678) }; + inline constexpr std::array BGSDamageType{ REL::Offset(0x043ABFD8), REL::Offset(0x043AC2F0), REL::Offset(0x043AC368) }; + inline constexpr std::array BGSDebris{ REL::Offset(0x043B1980), REL::Offset(0x043B1C98), REL::Offset(0x043B1CB0) }; + inline constexpr std::array BGSDecalManager{ REL::Offset(0x0436FB08), REL::Offset(0x0436FB20), REL::Offset(0x0436FB38) }; + inline constexpr std::array BGSDecalNode{ REL::Offset(0x04370028) }; + inline constexpr std::array BGSDefaultObject{ REL::Offset(0x03F26CE8), REL::Offset(0x03F26D00) }; + inline constexpr std::array BGSDefaultObjectManager{ REL::Offset(0x03F27180), REL::Offset(0x03F27498) }; + inline constexpr std::array BGSDestroyShipActivity{ REL::Offset(0x04340990), REL::Offset(0x04340A90) }; + inline constexpr std::array BGSDestroyShipActivity_Runtime{ REL::Offset(0x04340960), REL::Offset(0x04340978), REL::Offset(0x043409F0) }; + inline constexpr std::array BGSDestructibleObjectForm{ REL::Offset(0x0436D318) }; + inline constexpr std::array BGSDialogueBranch{ REL::Offset(0x04406400), REL::Offset(0x04406418) }; + inline constexpr std::array BGSDisplayCaseFormComponent{ REL::Offset(0x04353AC8) }; + inline constexpr std::array BGSDistantObjectBlock{ REL::Offset(0x044525C0) }; + inline constexpr std::array BGSDockingActivity{ REL::Offset(0x04340C70), REL::Offset(0x04340C88) }; + inline constexpr std::array BGSDockingActivity_Runtime{ REL::Offset(0x04340BA0), REL::Offset(0x04340BB8), REL::Offset(0x04340C58) }; + inline constexpr std::array BGSDualCastData{ REL::Offset(0x04361A38), REL::Offset(0x04361A50) }; + inline constexpr std::array BGSDynamicLODBlock{ REL::Offset(0x04350F40) }; + inline constexpr std::array BGSDynamicLODBlock__InstancedAutoDetachBlock{ REL::Offset(0x04350FF8) }; + inline constexpr std::array BGSEchoListener{ REL::Offset(0x043AD8B8) }; + inline constexpr std::array BGSEffectSequenceForm{ REL::Offset(0x0438FB60), REL::Offset(0x0438FB78) }; + inline constexpr std::array BGSEffectSequenceFormComponent{ REL::Offset(0x04353B70), REL::Offset(0x04353B88) }; + inline constexpr std::array BGSEntryPointFunctionData{ REL::Offset(0x044088C8) }; + inline constexpr std::array BGSEntryPointFunctionDataAVAndValue{ REL::Offset(0x04408988) }; + inline constexpr std::array BGSEntryPointFunctionDataActivateChoice{ REL::Offset(0x04408888) }; + inline constexpr std::array BGSEntryPointFunctionDataBooleanGraphVariable{ REL::Offset(0x04408A48) }; + inline constexpr std::array BGSEntryPointFunctionDataLeveledList{ REL::Offset(0x044089C8) }; + inline constexpr std::array BGSEntryPointFunctionDataOneValue{ REL::Offset(0x04408908) }; + inline constexpr std::array BGSEntryPointFunctionDataProjectile{ REL::Offset(0x04408AC8) }; + inline constexpr std::array BGSEntryPointFunctionDataSpellItem{ REL::Offset(0x04408A08) }; + inline constexpr std::array BGSEntryPointFunctionDataText{ REL::Offset(0x04408A88) }; + inline constexpr std::array BGSEntryPointFunctionDataTwoValue{ REL::Offset(0x04408948) }; + inline constexpr std::array BGSEntryPointPerkEntry{ REL::Offset(0x0440AA98) }; + inline constexpr std::array BGSEquipSlot{ REL::Offset(0x04408B10), REL::Offset(0x04408E28) }; + inline constexpr std::array BGSExplosion{ REL::Offset(0x043B1CD8), REL::Offset(0x043B1CF0), REL::Offset(0x043B1D50), REL::Offset(0x043B1D68), REL::Offset(0x043B1DE0), REL::Offset(0x043B1E58), REL::Offset(0x043B1EC0) }; + inline constexpr std::array BGSExternalComponentDataSource{ REL::Offset(0x04353D38) }; + inline constexpr std::array BGSFaceFX{ REL::Offset(0x043523B0) }; + inline constexpr std::array BGSFadeManager{ REL::Offset(0x0434B1E8) }; + inline constexpr std::array BGSFogVolumeForm{ REL::Offset(0x043978E0), REL::Offset(0x043978F8) }; + inline constexpr std::array BGSFootIkImplementation{ REL::Offset(0x044D8A20) }; + inline constexpr std::array BGSFootstep{ REL::Offset(0x043D7F30), REL::Offset(0x043D8248) }; + inline constexpr std::array BGSFootstepManager{ REL::Offset(0x044DB000), REL::Offset(0x044DB018) }; + inline constexpr std::array BGSFootstepSet{ REL::Offset(0x043D8260), REL::Offset(0x043D8578) }; + inline constexpr std::array BGSForceData{ REL::Offset(0x0438D3C8), REL::Offset(0x0438D730) }; + inline constexpr std::array BGSForcedLocRefType{ REL::Offset(0x04353DF8) }; + inline constexpr std::array BGSFormFolderKeywordList{ REL::Offset(0x043500C8), REL::Offset(0x043500E0) }; + inline constexpr std::array BGSFormLinkData{ REL::Offset(0x04353EC0) }; + inline constexpr std::array BGSGenericBaseForm{ REL::Offset(0x043B22D8), REL::Offset(0x043B26F0) }; + inline constexpr std::array BGSGenericBaseFormTemplate{ REL::Offset(0x043B2708), REL::Offset(0x043B2A20) }; + inline constexpr std::array BGSGeometryConstructorManager{ REL::Offset(0x044D4350) }; + inline constexpr std::array BGSGrassManager__AddCellGrassTask{ REL::Offset(0x04370A58) }; + inline constexpr std::array BGSGrassManager__CellGrass{ REL::Offset(0x04370A40) }; + inline constexpr std::array BGSGravJumpActivity{ REL::Offset(0x04340DD0), REL::Offset(0x04340ED0) }; + inline constexpr std::array BGSGravJumpActivity_Runtime{ REL::Offset(0x04340DA0), REL::Offset(0x04340DB8), REL::Offset(0x04340E30) }; + inline constexpr std::array BGSGroundCover{ REL::Offset(0x043C9810), REL::Offset(0x043C9828) }; + inline constexpr std::array BGSGroupedInstancedGeometry{ REL::Offset(0x0434B2B8) }; + inline constexpr std::array BGSHarvestActivity{ REL::Offset(0x04340FD0), REL::Offset(0x043410D0) }; + inline constexpr std::array BGSHarvestActivity_Runtime{ REL::Offset(0x04340FA0), REL::Offset(0x04340FB8), REL::Offset(0x04341030) }; + inline constexpr std::array BGSHavokGeometryAttach{ REL::Offset(0x0436F7B0) }; + inline constexpr std::array BGSHavokGeometryAttach__ActionPolicy{ REL::Offset(0x0436F8A8) }; + inline constexpr std::array BGSHavokGeometryAttach__AttachPolicy{ REL::Offset(0x0436F7F0) }; + inline constexpr std::array BGSHavokGeometryAttach__DetachPolicy{ REL::Offset(0x0436F7D8) }; + inline constexpr std::array BGSHazard{ REL::Offset(0x03EF5A18), REL::Offset(0x03EF5A30), REL::Offset(0x03EF5A48), REL::Offset(0x03EF5AC0), REL::Offset(0x03EF5ED8), REL::Offset(0x03EF5F50) }; + inline constexpr std::array BGSHeadPart{ REL::Offset(0x04408F48), REL::Offset(0x04409260), REL::Offset(0x04409278), REL::Offset(0x044092F0) }; + inline constexpr std::array BGSIdleCollection{ REL::Offset(0x0436D400) }; + inline constexpr std::array BGSIdleMarker{ REL::Offset(0x04409498), REL::Offset(0x044098B0), REL::Offset(0x044098C8), REL::Offset(0x04409930), REL::Offset(0x04409950), REL::Offset(0x044099C8) }; + inline constexpr std::array BGSImpactData{ REL::Offset(0x043D85D8), REL::Offset(0x043D8650), REL::Offset(0x043D8668) }; + inline constexpr std::array BGSImpactDataSet{ REL::Offset(0x043D8998), REL::Offset(0x043D89B0), REL::Offset(0x043D8A28) }; + inline constexpr std::array BGSImpactManager{ REL::Offset(0x044D11B8), REL::Offset(0x044D11D0), REL::Offset(0x044D1218) }; + inline constexpr std::array BGSInstanceNamingRules{ REL::Offset(0x043ACAA8), REL::Offset(0x043ACAC0) }; + inline constexpr std::array BGSInventoryInterface{ REL::Offset(0x044D47F0) }; + inline constexpr std::array BGSInventoryList{ REL::Offset(0x04371140) }; + inline constexpr std::array BGSKeyword{ REL::Offset(0x04409A28), REL::Offset(0x04409D40) }; + inline constexpr std::array BGSKeywordForm{ REL::Offset(0x0436D498), REL::Offset(0x0436D500) }; + inline constexpr std::array BGSKillActivity{ REL::Offset(0x04341250), REL::Offset(0x04341298) }; + inline constexpr std::array BGSKillActivity_Runtime{ REL::Offset(0x043411B0), REL::Offset(0x04341268), REL::Offset(0x04341280) }; + inline constexpr std::array BGSLODManager{ REL::Offset(0x04452C08), REL::Offset(0x04452C20), REL::Offset(0x04452C30) }; + inline constexpr std::array BGSLODStates__Geometry__Attached{ REL::Offset(0x043504C0) }; + inline constexpr std::array BGSLODStates__Geometry__Attaching{ REL::Offset(0x04350848) }; + inline constexpr std::array BGSLODStates__Geometry__Base{ REL::Offset(0x043506C0) }; + inline constexpr std::array BGSLODStates__Geometry__DeferredDetach{ REL::Offset(0x04350598) }; + inline constexpr std::array BGSLODStates__Geometry__DeferredDetachComplete{ REL::Offset(0x04350810) }; + inline constexpr std::array BGSLODStates__Geometry__Detached{ REL::Offset(0x04350880) }; + inline constexpr std::array BGSLODStates__Geometry__Loaded{ REL::Offset(0x043508B8) }; + inline constexpr std::array BGSLODStates__Geometry__Loading{ REL::Offset(0x04350730) }; + inline constexpr std::array BGSLODStates__Geometry__Prepared{ REL::Offset(0x043507A0) }; + inline constexpr std::array BGSLODStates__Geometry__Preparing{ REL::Offset(0x043506F8) }; + inline constexpr std::array BGSLODStates__Geometry__Reset{ REL::Offset(0x04350768) }; + inline constexpr std::array BGSLODStates__Geometry__Unloaded{ REL::Offset(0x043507D8) }; + inline constexpr std::array BGSLODStates__Node__Active{ REL::Offset(0x04452ED8) }; + inline constexpr std::array BGSLODStates__Node__Base{ REL::Offset(0x04453078) }; + inline constexpr std::array BGSLODStates__Node__Fading{ REL::Offset(0x04452CB0) }; + inline constexpr std::array BGSLODStates__Node__FadingIn{ REL::Offset(0x04452CF8) }; + inline constexpr std::array BGSLODStates__Node__FadingOut{ REL::Offset(0x04452D40) }; + inline constexpr std::array BGSLODStates__Node__Inactive{ REL::Offset(0x04452F10) }; + inline constexpr std::array BGSLODStates__Node__IntersectsLoadedArea{ REL::Offset(0x04452E30) }; + inline constexpr std::array BGSLODStates__Node__Loaded{ REL::Offset(0x04452DF8) }; + inline constexpr std::array BGSLODStates__Node__OutsideLoadedArea{ REL::Offset(0x04452D88) }; + inline constexpr std::array BGSLODStates__Node__PendingCellClearBase{ REL::Offset(0x04452DC0) }; + inline constexpr std::array BGSLODStates__Node__PrepareFading{ REL::Offset(0x04453038) }; + inline constexpr std::array BGSLODStates__Node__PrepareFadingIn{ REL::Offset(0x04453140) }; + inline constexpr std::array BGSLODStates__Node__PrepareFadingOut{ REL::Offset(0x044530D8) }; + inline constexpr std::array BGSLODStates__Node__Split{ REL::Offset(0x04452EA0) }; + inline constexpr std::array BGSLODStates__Node__Unloaded{ REL::Offset(0x04452E68) }; + inline constexpr std::array BGSLandPlanetActivity{ REL::Offset(0x043413D8), REL::Offset(0x043413F0) }; + inline constexpr std::array BGSLandPlanetActivity_Runtime{ REL::Offset(0x043413C0), REL::Offset(0x04341450), REL::Offset(0x04341468) }; + inline constexpr std::array BGSLayeredMaterialSwap{ REL::Offset(0x0438E9A8), REL::Offset(0x0438ED30), REL::Offset(0x0438ED48) }; + inline constexpr std::array BGSLegendaryItem{ REL::Offset(0x0438FEE0), REL::Offset(0x0438FEF8), REL::Offset(0x04390310), REL::Offset(0x04390388) }; + inline constexpr std::array BGSLensFlare{ REL::Offset(0x043B2AC0), REL::Offset(0x043B2DD8) }; + inline constexpr std::array BGSLensFlareSprite{ REL::Offset(0x043B2DF0) }; + inline constexpr std::array BGSLevGenericBaseForm{ REL::Offset(0x043B2E20), REL::Offset(0x043B3238), REL::Offset(0x043B3250), REL::Offset(0x043B32E0) }; + inline constexpr std::array BGSLevPackIn{ REL::Offset(0x043B3358), REL::Offset(0x043B33D0), REL::Offset(0x043B3430), REL::Offset(0x043B3848), REL::Offset(0x043B3860) }; + inline constexpr std::array BGSLevSpaceCell{ REL::Offset(0x043C9BF0), REL::Offset(0x043C9C80), REL::Offset(0x043C9C98) }; + inline constexpr std::array BGSLightingTemplate{ REL::Offset(0x043C9FB0), REL::Offset(0x043CA2C8) }; + inline constexpr std::array BGSLinkedVoiceType{ REL::Offset(0x04353F88) }; + inline constexpr std::array BGSListForm{ REL::Offset(0x043D8D40), REL::Offset(0x043D8D58) }; + inline constexpr std::array BGSLoadFormBuffer{ REL::Offset(0x04365738) }; + inline constexpr std::array BGSLoadGameBuffer{ REL::Offset(0x04365728) }; + inline constexpr std::array BGSLoadGameBufferSimple{ REL::Offset(0x04365718) }; + inline constexpr std::array BGSLoadedSceneLODBlock{ REL::Offset(0x04453270) }; + inline constexpr std::array BGSLocAlias{ REL::Offset(0x04409D90) }; + inline constexpr std::array BGSLocation{ REL::Offset(0x043CA628), REL::Offset(0x043CA690), REL::Offset(0x043CA6F0), REL::Offset(0x043CA710), REL::Offset(0x043CA778), REL::Offset(0x043CA7F0), REL::Offset(0x043CA808) }; + inline constexpr std::array BGSLocationRefType{ REL::Offset(0x043CAFB8), REL::Offset(0x043CAFD0) }; + inline constexpr std::array BGSLockPickActivity{ REL::Offset(0x04342B60), REL::Offset(0x04342B78) }; + inline constexpr std::array BGSLockPickActivity_Runtime{ REL::Offset(0x04342A90), REL::Offset(0x04342AA8), REL::Offset(0x04342AC0) }; + inline constexpr std::array BGSLodOwnerComponent{ REL::Offset(0x04354120), REL::Offset(0x04354168) }; + inline constexpr std::array BGSLodRuntimeOwnerComponent{ REL::Offset(0x04350AE0) }; + inline constexpr std::array BGSLootContainerActivity{ REL::Offset(0x043415D8), REL::Offset(0x043416C0) }; + inline constexpr std::array BGSLootContainerActivity_Runtime{ REL::Offset(0x043415C0), REL::Offset(0x043415F0), REL::Offset(0x04341690), REL::Offset(0x043416A8) }; + inline constexpr std::array BGSLoseEnemyActivity{ REL::Offset(0x04341828), REL::Offset(0x04341888) }; + inline constexpr std::array BGSLoseEnemyActivity_Runtime{ REL::Offset(0x043417F8), REL::Offset(0x04341810), REL::Offset(0x043418A0) }; + inline constexpr std::array BGSMaterialPathForm{ REL::Offset(0x0438E5D0), REL::Offset(0x0438E5E8) }; + inline constexpr std::array BGSMaterialPropertyComponent{ REL::Offset(0x04354278), REL::Offset(0x043542E0) }; + inline constexpr std::array BGSMaterialType{ REL::Offset(0x043D90D8), REL::Offset(0x043D90F0) }; + inline constexpr std::array BGSMeleeAimAssistModel{ REL::Offset(0x0438BC10), REL::Offset(0x0438BC28) }; + inline constexpr std::array BGSMessage{ REL::Offset(0x043D9430), REL::Offset(0x043D94A8), REL::Offset(0x043D94C0), REL::Offset(0x043D97D8) }; + inline constexpr std::array BGSMod__Attachment__Mod{ REL::Offset(0x043B4610), REL::Offset(0x043B4688), REL::Offset(0x043B46E8), REL::Offset(0x043B4760), REL::Offset(0x043B4A78) }; + inline constexpr std::array BGSMod__Property__BridgeI{ REL::Offset(0x03EF4CA8) }; + inline constexpr std::array BGSMod__Property__Bridge_Spaceship__InstanceData_{ REL::Offset(0x03F22780) }; + inline constexpr std::array BGSMod__Property__Bridge_TESFloraInstanceData_{ REL::Offset(0x03F22880) }; + inline constexpr std::array BGSMod__Property__Bridge_TESFurniture__InstanceData_{ REL::Offset(0x03EF58A8) }; + inline constexpr std::array BGSMod__Property__Bridge_TESNPC__InstanceData_{ REL::Offset(0x03F22800) }; + inline constexpr std::array BGSMod__Property__Bridge_TESObjectARMOInstanceData_{ REL::Offset(0x03F22700) }; + inline constexpr std::array BGSMod__Property__Bridge_TESObjectCONT__InstanceData_{ REL::Offset(0x03EF4D28) }; + inline constexpr std::array BGSMod__Property__Bridge_TESObjectWEAPInstanceData_{ REL::Offset(0x03F22680) }; + inline constexpr std::array BGSMod__Template__Item{ REL::Offset(0x043543C8) }; + inline constexpr std::array BGSMod__Template__Items{ REL::Offset(0x043BE868) }; + inline constexpr std::array BGSModelMaterialSwap{ REL::Offset(0x04354440) }; + inline constexpr std::array BGSModelNode{ REL::Offset(0x04371560) }; + inline constexpr std::array BGSMorphableObject{ REL::Offset(0x043B38F0), REL::Offset(0x043B3C08) }; + inline constexpr std::array BGSMotorAction__Action{ REL::Offset(0x04357E88) }; + inline constexpr std::array BGSMotorAction__FanMotor{ REL::Offset(0x04357E40) }; + inline constexpr std::array BGSMovableStatic{ REL::Offset(0x043B3C38), REL::Offset(0x043B3C98), REL::Offset(0x043B3D00), REL::Offset(0x043B3D20), REL::Offset(0x043B3D98), REL::Offset(0x043B3DF8), REL::Offset(0x043B3E58), REL::Offset(0x043B3EB8), REL::Offset(0x043B42D0) }; + inline constexpr std::array BGSMovementType{ REL::Offset(0x04409E68), REL::Offset(0x0440A180) }; + inline constexpr std::array BGSMoviePlayer{ REL::Offset(0x044D12B8) }; + inline constexpr std::array BGSMultiTechniqueAttach{ REL::Offset(0x0436F758) }; + inline constexpr std::array BGSMultiTechniqueAttach__ActionPolicy{ REL::Offset(0x0436F780) }; + inline constexpr std::array BGSMultiTechniqueAttach__AttachPolicy{ REL::Offset(0x0436F728) }; + inline constexpr std::array BGSMultiTechniqueAttach__DetachPolicy{ REL::Offset(0x0436F740) }; + inline constexpr std::array BGSMusicPaletteTrack{ REL::Offset(0x043D98B0) }; + inline constexpr std::array BGSMusicSilenceTrack{ REL::Offset(0x043D99A8) }; + inline constexpr std::array BGSMusicSingleTrack{ REL::Offset(0x043D9A48) }; + inline constexpr std::array BGSMusicTrack{ REL::Offset(0x043D9920) }; + inline constexpr std::array BGSMusicTrackFormWrapper{ REL::Offset(0x043D9AF0), REL::Offset(0x043D9B08), REL::Offset(0x043D9E20) }; + inline constexpr std::array BGSMusicType{ REL::Offset(0x043D9E80), REL::Offset(0x043DA198), REL::Offset(0x043DA1E0) }; + inline constexpr std::array BGSNamedNodeAttach{ REL::Offset(0x0436F808) }; + inline constexpr std::array BGSNamedNodeAttach__ActionPolicy{ REL::Offset(0x0436F798) }; + inline constexpr std::array BGSNamedNodeAttach__AttachPolicy{ REL::Offset(0x0436F848) }; + inline constexpr std::array BGSNamedNodeAttach__DetachPolicy{ REL::Offset(0x0436F830) }; + inline constexpr std::array BGSNamedPackageData_IAITarget_{ REL::Offset(0x04444E50), REL::Offset(0x04444EC0) }; + inline constexpr std::array BGSNamedPackageData_IPackageDataAIWorldLocationHandle_{ REL::Offset(0x04445040), REL::Offset(0x044450B0) }; + inline constexpr std::array BGSNamedPackageData_IPackageData_{ REL::Offset(0x04343F78) }; + inline constexpr std::array BGSNavigationGridManager{ REL::Offset(0x04377980), REL::Offset(0x043779B8), REL::Offset(0x043779D0), REL::Offset(0x043779E8), REL::Offset(0x04377A00), REL::Offset(0x04377A18) }; + inline constexpr std::array BGSNote{ REL::Offset(0x0440A198), REL::Offset(0x0440A1B0), REL::Offset(0x0440A210), REL::Offset(0x0440A270), REL::Offset(0x0440A2E8), REL::Offset(0x0440A360), REL::Offset(0x0440A3C0) }; + inline constexpr std::array BGSObjectInstanceExtra{ REL::Offset(0x04351EC8) }; + inline constexpr std::array BGSObjectPlacementDefaults{ REL::Offset(0x043545A0) }; + inline constexpr std::array BGSObjectSwap{ REL::Offset(0x043ACE18), REL::Offset(0x043AD130) }; + inline constexpr std::array BGSObjectVisibilityManager{ REL::Offset(0x03F11CA0), REL::Offset(0x03F11CB8), REL::Offset(0x03F11CD0) }; + inline constexpr std::array BGSObjectWindowFilterComponent{ REL::Offset(0x0434B758) }; + inline constexpr std::array BGSOrbitalDataComponent{ REL::Offset(0x043546A8) }; + inline constexpr std::array BGSOrbitedDataComponent{ REL::Offset(0x043547A8) }; + inline constexpr std::array BGSOutfit{ REL::Offset(0x043B4C48), REL::Offset(0x043B4C60) }; + inline constexpr std::array BGSOverridePackCollection{ REL::Offset(0x0436D8C0) }; + inline constexpr std::array BGSPackIn{ REL::Offset(0x043B5338), REL::Offset(0x043B5358), REL::Offset(0x043B53C0), REL::Offset(0x043B53D8), REL::Offset(0x043B57F0), REL::Offset(0x043B5850), REL::Offset(0x043B58B0), REL::Offset(0x043B5910) }; + inline constexpr std::array BGSPackageDataBasicTemplate_IAITarget_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__kPackageDataRefTypeName_0_{ REL::Offset(0x04444DE0), REL::Offset(0x044450D8) }; + inline constexpr std::array BGSPackageDataBasicTemplate_IPackageData_float_kPackageDataFloatTypeName_fPackageDataFloatDefault_{ REL::Offset(0x04445148) }; + inline constexpr std::array BGSPackageDataBasicTemplate_IPackageData_int_kPackageDataIntTypeName_iPackageDataIntDefault_{ REL::Offset(0x04444F28) }; + inline constexpr std::array BGSPackageDataBool{ REL::Offset(0x04444A88) }; + inline constexpr std::array BGSPackageDataFloat{ REL::Offset(0x04444B70) }; + inline constexpr std::array BGSPackageDataInt{ REL::Offset(0x04444AF8) }; + inline constexpr std::array BGSPackageDataLocation{ REL::Offset(0x04444CC8), REL::Offset(0x04444D70) }; + inline constexpr std::array BGSPackageDataLocationWrapper{ REL::Offset(0x044449F0), REL::Offset(0x04444A60) }; + inline constexpr std::array BGSPackageDataObjectList{ REL::Offset(0x04445220), REL::Offset(0x04445290) }; + inline constexpr std::array BGSPackageDataPointerTemplate_IAITarget_PackageTarget_kPackageDataRef2TypeName_{ REL::Offset(0x044454C0), REL::Offset(0x04445530) }; + inline constexpr std::array BGSPackageDataPointerTemplate_IPackageDataAIWorldLocationHandle_PackageLocation_kPackageDataLocationTypeName_{ REL::Offset(0x04444FA0), REL::Offset(0x04444FD0) }; + inline constexpr std::array BGSPackageDataPointerTemplate_IPackageData_PackageTarget_kPackageDataTargetSelectorTypeName_{ REL::Offset(0x04444978) }; + inline constexpr std::array BGSPackageDataRef{ REL::Offset(0x044453E0), REL::Offset(0x04445450) }; + inline constexpr std::array BGSPackageDataRefOLD{ REL::Offset(0x04444BE8), REL::Offset(0x04444C58) }; + inline constexpr std::array BGSPackageDataScene{ REL::Offset(0x04344010) }; + inline constexpr std::array BGSPackageDataTargetSelector{ REL::Offset(0x04444CF8) }; + inline constexpr std::array BGSPackageDataTopic{ REL::Offset(0x044455F0) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataBool_BGSPackageDataBool_{ REL::Offset(0x04344598) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataFloat_BGSPackageDataFloat_{ REL::Offset(0x04344578) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataInt_BGSPackageDataInt_{ REL::Offset(0x04344ED8) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataObjectList_BGSPackageDataObjectList_{ REL::Offset(0x04449098) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataScene_BGSPackageDataScene_{ REL::Offset(0x04449E38) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataTargetSelector_BGSPackageDataTargetSelector_{ REL::Offset(0x04344800) }; + inline constexpr std::array BGSPackageDataTypeCheck_BGSPackageDataTopic_BGSPackageDataTopic_{ REL::Offset(0x044479A0) }; + inline constexpr std::array BGSPackageDataTypeCheck_IAITarget_BGSPackageDataObjectList_{ REL::Offset(0x04345468) }; + inline constexpr std::array BGSPackageDataTypeCheck_IAITarget_BGSPackageDataRef_{ REL::Offset(0x043445B8) }; + inline constexpr std::array BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataLocation_{ REL::Offset(0x04447788) }; + inline constexpr std::array BGSPackageDataTypeCheck_IPackageDataAIWorldLocationHandle_BGSPackageDataRef_{ REL::Offset(0x04449A50) }; + inline constexpr std::array BGSPapyrusScriptsComponent{ REL::Offset(0x043549B0) }; + inline constexpr std::array BGSParticleObjectCloneTask{ REL::Offset(0x0444F228) }; + inline constexpr std::array BGSParticleSystemDefineCollection{ REL::Offset(0x04390400), REL::Offset(0x04390418) }; + inline constexpr std::array BGSPathingData{ REL::Offset(0x04354A60) }; + inline constexpr std::array BGSPerk{ REL::Offset(0x0440AB18), REL::Offset(0x0440AE30), REL::Offset(0x0440AE48), REL::Offset(0x0440AEC0) }; + inline constexpr std::array BGSPerkRank{ REL::Offset(0x0440A958) }; + inline constexpr std::array BGSPhotoModeFeature{ REL::Offset(0x0434F848), REL::Offset(0x0434F8C0), REL::Offset(0x0434F8D8) }; + inline constexpr std::array BGSPickupPutdownSounds{ REL::Offset(0x0436D968) }; + inline constexpr std::array BGSPlanetContentManager{ REL::Offset(0x044D5328) }; + inline constexpr std::array BGSPlanetContentManagerBranchNode{ REL::Offset(0x043826F8), REL::Offset(0x04382A78) }; + inline constexpr std::array BGSPlanetContentManagerContentNode{ REL::Offset(0x04382C88), REL::Offset(0x04383008) }; + inline constexpr std::array BGSPlanetContentManagerContentProperties{ REL::Offset(0x0437DCE8) }; + inline constexpr std::array BGSPlanetContentManagerTree{ REL::Offset(0x043831A0), REL::Offset(0x04383520) }; + inline constexpr std::array BGSPlanetContentManager__ILogEventData{ REL::Offset(0x04382A90) }; + inline constexpr std::array BGSPlanetContentManager__LogEventData_0_BGSPlanetContentManagerPlacementContext_{ REL::Offset(0x04383190) }; + inline constexpr std::array BGSPlanetContentManager__LogEventData_15_BGSPlanetContentManagerContentNode__PackInPlacementFailure_{ REL::Offset(0x04382BD8) }; + inline constexpr std::array BGSPlanetContentManager__LogEventData_1_TESForm_{ REL::Offset(0x04382C38) }; + inline constexpr std::array BGSPlanetContentManager__LogEventData_2_BGSPlanetContentManagerPlacementContext_{ REL::Offset(0x043826C0) }; + inline constexpr std::array BGSPlanetContentManager__LogEventData_7_BGSPlanetContentManagerContentProperties__PlacementResult_{ REL::Offset(0x04382B78) }; + inline constexpr std::array BGSPlanetContentManager__LogEventData_8_BGSBiomeMarkerObjectconst_{ REL::Offset(0x04382AC8) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_0_{ REL::Offset(0x04383168) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_10_{ REL::Offset(0x04382698) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_11_{ REL::Offset(0x04382B88) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_12_{ REL::Offset(0x04382B28) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_13_{ REL::Offset(0x04382B00) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_14_{ REL::Offset(0x04382620) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_15_{ REL::Offset(0x04382BB0) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_1_{ REL::Offset(0x04382C10) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_2_{ REL::Offset(0x043826D0) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_3_{ REL::Offset(0x04382648) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_4_{ REL::Offset(0x04382670) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_5_{ REL::Offset(0x04382BE8) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_6_{ REL::Offset(0x04383060) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_7_{ REL::Offset(0x04382B50) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_8_{ REL::Offset(0x04382AA0) }; + inline constexpr std::array BGSPlanetContentManager__LogEvent_9_{ REL::Offset(0x04382AD8) }; + inline constexpr std::array BGSPlanetContentManager__QueueContentRequestOnPlanet__25__RequestPlanetContentNode{ REL::Offset(0x044D52D8) }; + inline constexpr std::array BGSPlanet__Atmosphere{ REL::Offset(0x0437E528) }; + inline constexpr std::array BGSPlanet__ContentPlacement{ REL::Offset(0x0437F9E8) }; + inline constexpr std::array BGSPlanet__IModule{ REL::Offset(0x0437E270) }; + inline constexpr std::array BGSPlanet__LODNotifierModule{ REL::Offset(0x0437FA70) }; + inline constexpr std::array BGSPlanet__LandingMarkers{ REL::Offset(0x0437F140), REL::Offset(0x0437F158) }; + inline constexpr std::array BGSPlanet__Landscape{ REL::Offset(0x0437F350) }; + inline constexpr std::array BGSPlanet__Manager{ REL::Offset(0x0437FAF8) }; + inline constexpr std::array BGSPlanet__Manager__MoveToNode{ REL::Offset(0x0437FB08) }; + inline constexpr std::array BGSPlanet__Manager__ShiftToTask{ REL::Offset(0x0437FB70) }; + inline constexpr std::array BGSPlanet__MultiFiles__Grid{ REL::Offset(0x0437F478) }; + inline constexpr std::array BGSPlanet__MultiFiles__MasterFile{ REL::Offset(0x0437F3F0) }; + inline constexpr std::array BGSPlanet__NavMeshGen{ REL::Offset(0x0437FDD8), REL::Offset(0x0437FDF0), REL::Offset(0x0437FE18), REL::Offset(0x0437FF08), REL::Offset(0x0437FF20), REL::Offset(0x0437FF38), REL::Offset(0x0437FF50) }; + inline constexpr std::array BGSPlanet__OrderedLandTextures{ REL::Offset(0x0437FC10) }; + inline constexpr std::array BGSPlanet__Overlays{ REL::Offset(0x0437FB88) }; + inline constexpr std::array BGSPlanet__PlanetData{ REL::Offset(0x0437EB20), REL::Offset(0x0437EB38) }; + inline constexpr std::array BGSPlanet__ProcGen{ REL::Offset(0x04380920) }; + inline constexpr std::array BGSPlanet__ProcGenRuntimeService{ REL::Offset(0x04381B80), REL::Offset(0x04381C08) }; + inline constexpr std::array BGSPlanet__ScanCollection{ REL::Offset(0x04478488), REL::Offset(0x044784A0), REL::Offset(0x044784B8), REL::Offset(0x044784D0) }; + inline constexpr std::array BGSPlanet__SurfaceMapModule{ REL::Offset(0x0437FC98) }; + inline constexpr std::array BGSPlanet__UpdateNavMeshTaskNode{ REL::Offset(0x0437FEA0) }; + inline constexpr std::array BGSPlanet____AddOverlayBlockFunctor{ REL::Offset(0x0437F3D8) }; + inline constexpr std::array BGSPlanet____GameStatusHandler{ REL::Offset(0x0437E258) }; + inline constexpr std::array BGSPlayerMusicChanger{ REL::Offset(0x044C8CE8), REL::Offset(0x044C8D00), REL::Offset(0x044C8D18) }; + inline constexpr std::array BGSPlayerPickpocketActivity{ REL::Offset(0x04341A10), REL::Offset(0x04341A70) }; + inline constexpr std::array BGSPlayerPickpocketActivity_Runtime{ REL::Offset(0x043419F8), REL::Offset(0x04341A88), REL::Offset(0x04341B28) }; + inline constexpr std::array BGSPreviewTransform{ REL::Offset(0x04354B28) }; + inline constexpr std::array BGSPrimitive{ REL::Offset(0x043717A8) }; + inline constexpr std::array BGSPrimitiveBox{ REL::Offset(0x043716C0) }; + inline constexpr std::array BGSPrimitiveComponent{ REL::Offset(0x04354BA0) }; + inline constexpr std::array BGSPrimitiveCylinder{ REL::Offset(0x04371750) }; + inline constexpr std::array BGSPrimitiveEllipsoid{ REL::Offset(0x04371630) }; + inline constexpr std::array BGSPrimitiveLine{ REL::Offset(0x043717F0) }; + inline constexpr std::array BGSPrimitivePlane{ REL::Offset(0x04371708) }; + inline constexpr std::array BGSPrimitiveSphere{ REL::Offset(0x04371678) }; + inline constexpr std::array BGSProcedureAcquire{ REL::Offset(0x044472C0) }; + inline constexpr std::array BGSProcedureAcquireExecState{ REL::Offset(0x04447410) }; + inline constexpr std::array BGSProcedureActivate{ REL::Offset(0x04447610) }; + inline constexpr std::array BGSProcedureActivateExecState{ REL::Offset(0x04447568), REL::Offset(0x044475A8), REL::Offset(0x044475C0) }; + inline constexpr std::array BGSProcedureAmbush{ REL::Offset(0x04344160) }; + inline constexpr std::array BGSProcedureAmbushExecState{ REL::Offset(0x04344288) }; + inline constexpr std::array BGSProcedureBase{ REL::Offset(0x043442D8) }; + inline constexpr std::array BGSProcedureCombatTravel{ REL::Offset(0x04447848) }; + inline constexpr std::array BGSProcedureCombatTravelExecState{ REL::Offset(0x044477F8) }; + inline constexpr std::array BGSProcedureDialogue{ REL::Offset(0x04447A10) }; + inline constexpr std::array BGSProcedureDialogueActivate{ REL::Offset(0x04447BD8) }; + inline constexpr std::array BGSProcedureDialogueActivateExecState{ REL::Offset(0x04447B60) }; + inline constexpr std::array BGSProcedureDialogueExecState{ REL::Offset(0x04447070) }; + inline constexpr std::array BGSProcedureDone{ REL::Offset(0x04447128) }; + inline constexpr std::array BGSProcedureDoneExecState{ REL::Offset(0x04446BC8) }; + inline constexpr std::array BGSProcedureEat{ REL::Offset(0x04447D70) }; + inline constexpr std::array BGSProcedureEatExecState{ REL::Offset(0x04447020) }; + inline constexpr std::array BGSProcedureEscort{ REL::Offset(0x04448D88) }; + inline constexpr std::array BGSProcedureEscortExecState{ REL::Offset(0x04448CB8) }; + inline constexpr std::array BGSProcedureFind{ REL::Offset(0x04449120) }; + inline constexpr std::array BGSProcedureFindExecState{ REL::Offset(0x04446F30) }; + inline constexpr std::array BGSProcedureFlee{ REL::Offset(0x044493B0) }; + inline constexpr std::array BGSProcedureFleeExecState{ REL::Offset(0x04449360) }; + inline constexpr std::array BGSProcedureFlightGrab{ REL::Offset(0x044495A0) }; + inline constexpr std::array BGSProcedureFlightGrabExecState{ REL::Offset(0x04449528) }; + inline constexpr std::array BGSProcedureFollow{ REL::Offset(0x04449B60) }; + inline constexpr std::array BGSProcedureFollowExecState{ REL::Offset(0x04449A70) }; + inline constexpr std::array BGSProcedureFollowTo{ REL::Offset(0x04449C88) }; + inline constexpr std::array BGSProcedureForceGreet{ REL::Offset(0x04449E58) }; + inline constexpr std::array BGSProcedureGuard{ REL::Offset(0x0444A228) }; + inline constexpr std::array BGSProcedureGuardArea{ REL::Offset(0x0444A100) }; + inline constexpr std::array BGSProcedureGuardExecState{ REL::Offset(0x0444A060) }; + inline constexpr std::array BGSProcedureHeadtrack{ REL::Offset(0x04344650) }; + inline constexpr std::array BGSProcedureHeadtrackExecState{ REL::Offset(0x043445D8) }; + inline constexpr std::array BGSProcedureHoldPosition{ REL::Offset(0x0444A400) }; + inline constexpr std::array BGSProcedureHoldPositionExecState{ REL::Offset(0x04446FD0) }; + inline constexpr std::array BGSProcedureHover{ REL::Offset(0x0444A5D8) }; + inline constexpr std::array BGSProcedureHoverExecState{ REL::Offset(0x0444A588) }; + inline constexpr std::array BGSProcedureKeepAnEyeOn{ REL::Offset(0x0444A780) }; + inline constexpr std::array BGSProcedureKeepAnEyeOnExecState{ REL::Offset(0x04446F80) }; + inline constexpr std::array BGSProcedureLock{ REL::Offset(0x0444AAF8) }; + inline constexpr std::array BGSProcedureLockUnlockExecState{ REL::Offset(0x0444A930) }; + inline constexpr std::array BGSProcedureOrbit{ REL::Offset(0x0444ACC0) }; + inline constexpr std::array BGSProcedureOrbitExecState{ REL::Offset(0x0444AC48) }; + inline constexpr std::array BGSProcedurePatrol{ REL::Offset(0x0444AF88) }; + inline constexpr std::array BGSProcedurePatrolExecState{ REL::Offset(0x0444AF10) }; + inline constexpr std::array BGSProcedurePlayIdle{ REL::Offset(0x04344910) }; + inline constexpr std::array BGSProcedurePlayIdleExecState{ REL::Offset(0x04344848), REL::Offset(0x04344898) }; + inline constexpr std::array BGSProcedurePursue{ REL::Offset(0x0444B120) }; + inline constexpr std::array BGSProcedureRange{ REL::Offset(0x04344F88) }; + inline constexpr std::array BGSProcedureRangeExecState{ REL::Offset(0x04344F20), REL::Offset(0x04344F38) }; + inline constexpr std::array BGSProcedureSandbox{ REL::Offset(0x0444B508) }; + inline constexpr std::array BGSProcedureSandboxExecState{ REL::Offset(0x0444B468), REL::Offset(0x0444B480) }; + inline constexpr std::array BGSProcedureSay{ REL::Offset(0x0444B680) }; + inline constexpr std::array BGSProcedureSayExecState{ REL::Offset(0x04446928) }; + inline constexpr std::array BGSProcedureSit{ REL::Offset(0x0444B9C0) }; + inline constexpr std::array BGSProcedureSitSleepExecState{ REL::Offset(0x0444B848) }; + inline constexpr std::array BGSProcedureSleep{ REL::Offset(0x0444B898) }; + inline constexpr std::array BGSProcedureStayAway{ REL::Offset(0x04345500) }; + inline constexpr std::array BGSProcedureStayAwayExecState{ REL::Offset(0x04345488) }; + inline constexpr std::array BGSProcedureTargetingModeAutopilot{ REL::Offset(0x04345650) }; + inline constexpr std::array BGSProcedureTargetingModeAutopilotExecState{ REL::Offset(0x043457D0) }; + inline constexpr std::array BGSProcedureTravel{ REL::Offset(0x0444BC00) }; + inline constexpr std::array BGSProcedureTravelExecState{ REL::Offset(0x0444BB88) }; + inline constexpr std::array BGSProcedureTreeBranch{ REL::Offset(0x04446A20) }; + inline constexpr std::array BGSProcedureTreeConditionalItem{ REL::Offset(0x04446C18) }; + inline constexpr std::array BGSProcedureTreeFallback{ REL::Offset(0x04445D20) }; + inline constexpr std::array BGSProcedureTreeFallbackExecState{ REL::Offset(0x04446B70) }; + inline constexpr std::array BGSProcedureTreeOneChildExecState{ REL::Offset(0x044469C8) }; + inline constexpr std::array BGSProcedureTreeProcedure{ REL::Offset(0x0444BD28) }; + inline constexpr std::array BGSProcedureTreeRandom{ REL::Offset(0x04446DA0) }; + inline constexpr std::array BGSProcedureTreeRandomExecState{ REL::Offset(0x04446E40) }; + inline constexpr std::array BGSProcedureTreeSequence{ REL::Offset(0x04445910) }; + inline constexpr std::array BGSProcedureTreeSequenceExecState{ REL::Offset(0x04446AC0) }; + inline constexpr std::array BGSProcedureTreeSimultaneous{ REL::Offset(0x04446CB0) }; + inline constexpr std::array BGSProcedureTreeSimultaneousExecState{ REL::Offset(0x04446D50) }; + inline constexpr std::array BGSProcedureTreeStacked{ REL::Offset(0x04445DC0) }; + inline constexpr std::array BGSProcedureTreeStackedExecState{ REL::Offset(0x04446B18) }; + inline constexpr std::array BGSProcedureUnlock{ REL::Offset(0x0444A9D0) }; + inline constexpr std::array BGSProcedureUseIdleMarker{ REL::Offset(0x0444BE78) }; + inline constexpr std::array BGSProcedureUseIdleMarkerExecState{ REL::Offset(0x0444BE10), REL::Offset(0x0444BE60) }; + inline constexpr std::array BGSProcedureUseMagic{ REL::Offset(0x0444C058) }; + inline constexpr std::array BGSProcedureUseMagicExecState{ REL::Offset(0x0444BFC8), REL::Offset(0x0444BFE0) }; + inline constexpr std::array BGSProcedureUseWeapon{ REL::Offset(0x0444C3E8) }; + inline constexpr std::array BGSProcedureUseWeaponExecState{ REL::Offset(0x0444C358), REL::Offset(0x0444C3A8) }; + inline constexpr std::array BGSProcedureWait{ REL::Offset(0x0444C580) }; + inline constexpr std::array BGSProcedureWaitExecState{ REL::Offset(0x04446978) }; + inline constexpr std::array BGSProcedureWander{ REL::Offset(0x0444D6E8) }; + inline constexpr std::array BGSProcedureWanderExecState{ REL::Offset(0x0444D608) }; + inline constexpr std::array BGSProduceActivity{ REL::Offset(0x04341C28), REL::Offset(0x04341C88) }; + inline constexpr std::array BGSProduceActivity_Runtime{ REL::Offset(0x04341BF8), REL::Offset(0x04341C10), REL::Offset(0x04341CA0) }; + inline constexpr std::array BGSProjectedDecal{ REL::Offset(0x0438D7B8), REL::Offset(0x0438DBD0) }; + inline constexpr std::array BGSProjectile{ REL::Offset(0x043B59B8), REL::Offset(0x043B5A30), REL::Offset(0x043B5AA8), REL::Offset(0x043B5AC0), REL::Offset(0x043B5ED8), REL::Offset(0x043B5F38) }; + inline constexpr std::array BGSPropertySheet{ REL::Offset(0x04354C80) }; + inline constexpr std::array BGSQuestPerkEntry{ REL::Offset(0x0440AA18) }; + inline constexpr std::array BGSRefAlias{ REL::Offset(0x0440AF98) }; + inline constexpr std::array BGSRefCollectionAlias{ REL::Offset(0x043A7290) }; + inline constexpr std::array BGSReferenceGroup{ REL::Offset(0x043CB2E8), REL::Offset(0x043CB300) }; + inline constexpr std::array BGSReflectedForm{ REL::Offset(0x0438AC20), REL::Offset(0x0438AF88) }; + inline constexpr std::array BGSRelationship{ REL::Offset(0x0440B070), REL::Offset(0x0440B388) }; + inline constexpr std::array BGSReloadWeaponActivity{ REL::Offset(0x04341E28), REL::Offset(0x04341EF8) }; + inline constexpr std::array BGSReloadWeaponActivity_Runtime{ REL::Offset(0x04341E10), REL::Offset(0x04341E40), REL::Offset(0x04341EE0) }; + inline constexpr std::array BGSResearchProjectForm{ REL::Offset(0x043907C8), REL::Offset(0x04390828), REL::Offset(0x04390840), REL::Offset(0x043908B8) }; + inline constexpr std::array BGSResource{ REL::Offset(0x043AC598), REL::Offset(0x043AC5B8), REL::Offset(0x043AC620), REL::Offset(0x043AC680), REL::Offset(0x043AC998), REL::Offset(0x043ACA10) }; + inline constexpr std::array BGSResourceGenerationData{ REL::Offset(0x043AD168), REL::Offset(0x043AD180) }; + inline constexpr std::array BGSRetargetOnDeleteExtraData{ REL::Offset(0x04345AC0) }; + inline constexpr std::array BGSReverbParameters{ REL::Offset(0x043DA258), REL::Offset(0x043DA270) }; + inline constexpr std::array BGSSaveFormBuffer{ REL::Offset(0x044D09F0) }; + inline constexpr std::array BGSSaveGameBuffer{ REL::Offset(0x044D0AD8) }; + inline constexpr std::array BGSSaveGameBufferSimple{ REL::Offset(0x044D0AB0) }; + inline constexpr std::array BGSSaveLoadJobSite{ REL::Offset(0x044CFCA8) }; + inline constexpr std::array BGSSaveLoadManager{ REL::Offset(0x044CFC60), REL::Offset(0x044CFC78) }; + inline constexpr std::array BGSSaveLoadStatsMap{ REL::Offset(0x044D04C8) }; + inline constexpr std::array BGSSaveLoadThread{ REL::Offset(0x044CFC88) }; + inline constexpr std::array BGSSaveLoadUtilities__BGSSaveFormBufferIgnoreIDs{ REL::Offset(0x044D0588) }; + inline constexpr std::array BGSScanPlanetActivity{ REL::Offset(0x04342028), REL::Offset(0x04342088) }; + inline constexpr std::array BGSScanPlanetActivity_Runtime{ REL::Offset(0x04342010), REL::Offset(0x043420A0), REL::Offset(0x04342140) }; + inline constexpr std::array BGSScanSurfaceActivity{ REL::Offset(0x04342890), REL::Offset(0x043428A8) }; + inline constexpr std::array BGSScanSurfaceActivity_Runtime{ REL::Offset(0x04342908), REL::Offset(0x04342920), REL::Offset(0x04342938) }; + inline constexpr std::array BGSScannableFormComponent{ REL::Offset(0x04354828) }; + inline constexpr std::array BGSScene{ REL::Offset(0x0440B638), REL::Offset(0x0440B658), REL::Offset(0x0440B670) }; + inline constexpr std::array BGSSceneActionAnimation{ REL::Offset(0x043A7330) }; + inline constexpr std::array BGSSceneActionCamera{ REL::Offset(0x043A7448) }; + inline constexpr std::array BGSSceneActionDialogue{ REL::Offset(0x0440BD00) }; + inline constexpr std::array BGSSceneActionFX{ REL::Offset(0x043A7560) }; + inline constexpr std::array BGSSceneActionList{ REL::Offset(0x043A7668) }; + inline constexpr std::array BGSSceneActionMove{ REL::Offset(0x043A7780) }; + inline constexpr std::array BGSSceneActionPackage{ REL::Offset(0x0440BBF8) }; + inline constexpr std::array BGSSceneActionPlayerDialogue{ REL::Offset(0x0440BAF0) }; + inline constexpr std::array BGSSceneActionRadio{ REL::Offset(0x0440B9E8) }; + inline constexpr std::array BGSSceneActionStartScene{ REL::Offset(0x043A78E8) }; + inline constexpr std::array BGSSceneActionTimeline{ REL::Offset(0x043A7A58) }; + inline constexpr std::array BGSSceneActionTimer{ REL::Offset(0x0440BEA8) }; + inline constexpr std::array BGSSecondaryDamageList{ REL::Offset(0x0438DBE8), REL::Offset(0x0438DC00) }; + inline constexpr std::array BGSShaderParticleGeometryData{ REL::Offset(0x043CB618), REL::Offset(0x043CB630) }; + inline constexpr std::array BGSShipCollectionActivity{ REL::Offset(0x04342F48), REL::Offset(0x04342F60) }; + inline constexpr std::array BGSShipCollectionActivity_Runtime{ REL::Offset(0x04342EA8), REL::Offset(0x04342FC0), REL::Offset(0x04342FD8), REL::Offset(0x04342FF0), REL::Offset(0x04343008) }; + inline constexpr std::array BGSShipManagement{ REL::Offset(0x043548E8) }; + inline constexpr std::array BGSShipbuilderActivity{ REL::Offset(0x04342CC0), REL::Offset(0x04342DD8) }; + inline constexpr std::array BGSShipbuilderActivity_Runtime{ REL::Offset(0x04342CA8), REL::Offset(0x04342D20), REL::Offset(0x04342D38) }; + inline constexpr std::array BGSSkinForm{ REL::Offset(0x0436DA10) }; + inline constexpr std::array BGSSkinnedDecalChild{ REL::Offset(0x04370328) }; + inline constexpr std::array BGSSkinnedDecalGroup{ REL::Offset(0x0436FD28) }; + inline constexpr std::array BGSSnapBehavior{ REL::Offset(0x043B5F50), REL::Offset(0x043B6268) }; + inline constexpr std::array BGSSnapTemplate{ REL::Offset(0x043B6330), REL::Offset(0x043B6648), REL::Offset(0x043B66A8) }; + inline constexpr std::array BGSSnapTemplateComponent{ REL::Offset(0x04354D08) }; + inline constexpr std::array BGSSnapTemplateNode{ REL::Offset(0x043B6800), REL::Offset(0x043B6878), REL::Offset(0x043B6890), REL::Offset(0x043B6CA8), REL::Offset(0x043B6CC8) }; + inline constexpr std::array BGSSoundEcho{ REL::Offset(0x043AD8C8), REL::Offset(0x043ADCE0) }; + inline constexpr std::array BGSSoundKeywordMapping{ REL::Offset(0x043AD4D8), REL::Offset(0x043AD7F0) }; + inline constexpr std::array BGSSoundTagComponent{ REL::Offset(0x04354D98) }; + inline constexpr std::array BGSSoundTagSet{ REL::Offset(0x043ADD20), REL::Offset(0x043ADD38) }; + inline constexpr std::array BGSSpacePhysicsFormComponent{ REL::Offset(0x04354E60), REL::Offset(0x04354EE0) }; + inline constexpr std::array BGSSpaceshipAIActor{ REL::Offset(0x04354F48) }; + inline constexpr std::array BGSSpaceshipEquipment{ REL::Offset(0x04354FE0) }; + inline constexpr std::array BGSSpaceshipHullCode{ REL::Offset(0x04355078) }; + inline constexpr std::array BGSSpaceshipWeaponBinding{ REL::Offset(0x04355160) }; + inline constexpr std::array BGSSpatialCombinedGrid{ REL::Offset(0x0437D5A0) }; + inline constexpr std::array BGSSpatialGraph{ REL::Offset(0x0437B6D8) }; + inline constexpr std::array BGSSpatialGraphCellGrid{ REL::Offset(0x0437BB18) }; + inline constexpr std::array BGSSpatialGraphCellGrid__MergeTask{ REL::Offset(0x0437BAC0) }; + inline constexpr std::array BGSSpatialGraphChild{ REL::Offset(0x0437B548) }; + inline constexpr std::array BGSSpatialGraphExteriorCell{ REL::Offset(0x0437B868) }; + inline constexpr std::array BGSSpatialGraphInteriorCell{ REL::Offset(0x0437B930) }; + inline constexpr std::array BGSSpatialGraphManager{ REL::Offset(0x0437C570), REL::Offset(0x0437C588), REL::Offset(0x0437C5A0), REL::Offset(0x0437C5B8), REL::Offset(0x0437C5D0), REL::Offset(0x0437C618), REL::Offset(0x0437C6A8), REL::Offset(0x0437C6C0), REL::Offset(0x0437C6D8), REL::Offset(0x0437C6F0), REL::Offset(0x0437C708), REL::Offset(0x0437C720), REL::Offset(0x0437C738) }; + inline constexpr std::array BGSSpatialGraphManager__Task{ REL::Offset(0x0437C750) }; + inline constexpr std::array BGSSpatialGraphObstacleUpdateTask{ REL::Offset(0x0437B4F0) }; + inline constexpr std::array BGSSpatialGraphParent{ REL::Offset(0x0437B610) }; + inline constexpr std::array BGSSpatialGraphSpaceCell{ REL::Offset(0x0437B7A0) }; + inline constexpr std::array BGSSpatialGraphSpaceCollection{ REL::Offset(0x0437B9F8) }; + inline constexpr std::array BGSSpatialGraphSpaceCollectionObstacleGridUpdateTask{ REL::Offset(0x0437B110) }; + inline constexpr std::array BGSSpatialGrid{ REL::Offset(0x0437D6C8) }; + inline constexpr std::array BGSSpatialGridBase{ REL::Offset(0x0437D6B0) }; + inline constexpr std::array BGSSpatialGridCollection{ REL::Offset(0x0437D4C0) }; + inline constexpr std::array BGSSpatialGridFieldBase{ REL::Offset(0x04371BD8) }; + inline constexpr std::array BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2__{ REL::Offset(0x04461168) }; + inline constexpr std::array BGSSpatialGridFieldWrapperT_unsignedint_BGSSpatialGridFieldT_unsignedint_BGSSpatialGridFieldBitField_unsignedint_2___{ REL::Offset(0x04461218) }; + inline constexpr std::array BGSSpatialGridPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ REL::Offset(0x0444D4F0) }; + inline constexpr std::array BGSSpatialGridPathBuilder_EscortPathingRequestPolicy_{ REL::Offset(0x04448BA8) }; + inline constexpr std::array BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444D3D0) }; + inline constexpr std::array BGSSpatialGridSearchAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04448BF0) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0445F010) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ REL::Offset(0x0437CC78) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044F83F0) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04513BA0) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ REL::Offset(0x0444CCE0), REL::Offset(0x0444CED8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ REL::Offset(0x04447E98), REL::Offset(0x04447F28) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ REL::Offset(0x04460F48) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FB4F8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ REL::Offset(0x04463A08) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04470FC8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ REL::Offset(0x04500EF8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FF180) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044688B8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04510CA8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04508338) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04500F88) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ REL::Offset(0x04500E68) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04503C68) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04503D88) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450B7C0) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04512960) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FCE00) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045082A8) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450B730) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450B6A0) }; + inline constexpr std::array BGSSpatialGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ REL::Offset(0x04463B28) }; + inline constexpr std::array BGSSpatialGridSearchCustomDebugData{ REL::Offset(0x0437DA30) }; + inline constexpr std::array BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge___{ REL::Offset(0x04464900) }; + inline constexpr std::array BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract___{ REL::Offset(0x04500D48) }; + inline constexpr std::array BGSSpatialGridSearchCustom_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank___{ REL::Offset(0x04500DD8) }; + inline constexpr std::array BGSSpatialGridSearchDebugData{ REL::Offset(0x0437DA70) }; + inline constexpr std::array BGSSpatialGridSearchPolicies__RandomPositionInsideArea{ REL::Offset(0x0437D7A0) }; + inline constexpr std::array BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest_{ REL::Offset(0x04448B78) }; + inline constexpr std::array BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__DestinationArea_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0437D788) }; + inline constexpr std::array BGSSpatialGridSearchPolicyAdapter_BSPathingRequestPolicies__EscortRequest_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04448B90) }; + inline constexpr std::array BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444D028) }; + inline constexpr std::array BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04448318) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_b4e41a428c3b8407a095aecee7af4cd2__{ REL::Offset(0x0445ECB0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_cac973b7f0c9a4b4b8df8d6c53b2bde8__{ REL::Offset(0x0445F2E0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard____lambda_fb914c74defc9f429cfff1ee3cd5f33d__{ REL::Offset(0x0445EF80) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_17a3a9dd562244bf36fe4ede68372596__{ REL::Offset(0x0437D0F8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_978ea12dec54542344ddf2ed50bac8a8__{ REL::Offset(0x0437D2A8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard___lambda_e64108c5c6eae1629cd2fcd4e1f3ccff__{ REL::Offset(0x0437CEB8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_522275aa6b156c526821e159c5489c5c__{ REL::Offset(0x044F85A0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_6bda62f3702bba15b89e109ef71d2cf9__{ REL::Offset(0x044F8990) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard____lambda_7d43707ca24fb5c81bc916002c9c4636__{ REL::Offset(0x044F8A20) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_6b48abe417955fba542729f5449a5054__{ REL::Offset(0x045139F0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_7f89d34372b85aeda5fc0d6d8730f776__{ REL::Offset(0x04513960) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard____lambda_8f6335776cc6b15e4c9553f6cadf798a__{ REL::Offset(0x04513840) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_db9613acd9469d58d1de102a9f606ec6__{ REL::Offset(0x0444C7A0), REL::Offset(0x0444C860) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_dc3bfd55a558fccd2d7ab5a304cd14b9__{ REL::Offset(0x0444CD70), REL::Offset(0x0444CDA0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea___lambda_fe4f53aa5bb6cbe9897bd8d7dfa297b1__{ REL::Offset(0x0444CA58), REL::Offset(0x0444CD88) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_6ddfad8a4cf79254db7cb975a42845d0__{ REL::Offset(0x04448138), REL::Offset(0x044481C8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_d1e64a77919a4a108d2883ae58f3c574__{ REL::Offset(0x044481E0), REL::Offset(0x04448270) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest____lambda_da42cd7807516de4ffcceb011949e355__{ REL::Offset(0x044485D0), REL::Offset(0x04448660) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_5d0adcaede58fdb05609dd1407d2531f__{ REL::Offset(0x04460648) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_c25d25b0772839e19dcdf4fea360a460__{ REL::Offset(0x04460E28) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy___lambda_e333c4a73c26a28fab3c2dee9bb132e5__{ REL::Offset(0x04460918) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_c88864b043d1cce2a7f6d04063e9008e__{ REL::Offset(0x044FAFE8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_cf10f10843ae20bedc2e2021bfbb4336__{ REL::Offset(0x044FB228) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard____lambda_dd5505512fbb0b7e52593af44117745e__{ REL::Offset(0x044FB108) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_5083b40ded892f4da795ec631423772f__{ REL::Offset(0x04471058) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_ea87bd1f2b8c2e7678fb958df80a35f9__{ REL::Offset(0x04470C10) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard____lambda_f22a8aa601b10e5abe53e88b8cd10ccd__{ REL::Offset(0x044710E8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_1d584193c458e20470030da06f5e0055__{ REL::Offset(0x044FF210) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_58679f5e50af977ff7273cdd58377657__{ REL::Offset(0x044FED00) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard____lambda_cf345c21bf1e30bfbe7d69c15603337b__{ REL::Offset(0x044FF330) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_78aa3e95fc02761d3d1241516e79d598__{ REL::Offset(0x04468DC8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_a6ac784950ec34c0cdb3832ffb1797d0__{ REL::Offset(0x04468D38) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard____lambda_b13621117496cd7fafa98272146bc59b__{ REL::Offset(0x04468A68) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_2d44732fd818a321a74feba19840e1cd__{ REL::Offset(0x04510AF8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_994b9c663107980a06175989aa3056e8__{ REL::Offset(0x045108B8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard____lambda_a2f4c60d0a574ebcd9cf6bb8ab663f7c__{ REL::Offset(0x04510708) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_480c6f2b29d377c38da6e2b4d0669cf9__{ REL::Offset(0x045091D8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_8950305294290fa9e26be78b4b3bfb8b__{ REL::Offset(0x04509268) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard____lambda_d35e741c409b68929787cc92785fca7c__{ REL::Offset(0x04508A88) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_a707fc8cc9ef212700632e0c976b224d__{ REL::Offset(0x04500C28) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_d9e2dcd9fba3e2b1c0335e32aab168d9__{ REL::Offset(0x044FFF08) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard____lambda_e12adad7c77a55e2ac3fb020a2419569__{ REL::Offset(0x04500CB8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_368ceeac86e593e72834086b32e5d442__{ REL::Offset(0x04503758) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_bfd1e6f3fcf4aef36f74e04bf5792454__{ REL::Offset(0x04503368) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard____lambda_d10f0055229b5a0d143b33996820a78b__{ REL::Offset(0x045036C8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_61d0a383e73117726d493b6fe5821804__{ REL::Offset(0x04503AB8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_a0aea2ddea828dc07570be8ae0bb4d11__{ REL::Offset(0x04503908) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard____lambda_ffe16b320cd93249bc4cbd66bd6bfe83__{ REL::Offset(0x04503638) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_37505655f7d8a98cfac44bf948dbd5fe__{ REL::Offset(0x0450C030) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_5e384202ba04e59c2dc5b15322a57561__{ REL::Offset(0x0450BCD0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard____lambda_94ad3023ffee3ff7588cf5ff7e9dbf07__{ REL::Offset(0x0450C420) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_17452347035c901e6a81b8da3364f972__{ REL::Offset(0x045127B0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_3f8aa442549817621926606d0263ab30__{ REL::Offset(0x04512720) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard____lambda_8de3d28d9b85dae42a775739d546bbe9__{ REL::Offset(0x04512600) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_13039e5e4f4a6aa2e5a9df40340c464a__{ REL::Offset(0x044FC980) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2d4bd116f89799be571c37a0a69de64e__{ REL::Offset(0x044FD040) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard____lambda_2fc051d9d2fcb35b7affa380d310e1ad__{ REL::Offset(0x044FCFB0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_3a2a493afd8ce74877731ae5a2ecb53c__{ REL::Offset(0x04508068) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_48b5a59024549c4cdecb91ef58c259d6__{ REL::Offset(0x04507FD8) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard____lambda_5130dd3f1e33418a0e4d3be1537f5ab9__{ REL::Offset(0x04507F48) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_5958025c08591a7af5b63cf6d56685b5__{ REL::Offset(0x0450C780) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ceaba0e7427a97938444f13fe8f302b2__{ REL::Offset(0x0450C5D0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard____lambda_ffc822d49002ff3a6a4a2805ed024bb1__{ REL::Offset(0x0450C660) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_349faaaa93b87ec80df0117e53c92d26__{ REL::Offset(0x0450B580) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_8b9f201df7a79312a8965a85e34c95db__{ REL::Offset(0x0450B610) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard____lambda_98b1a085785cef981c72db1261600e7f__{ REL::Offset(0x0450C930) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_bd60c75bc4bda80b435716812002e6e5__{ REL::Offset(0x044647E0) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e4243607da6d0d98b87dae95730a438b__{ REL::Offset(0x04464990) }; + inline constexpr std::array BGSSpatialGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw____lambda_e9a618665a6d428a65a4af5a6dca7909__{ REL::Offset(0x04464E10) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseGrid__{ REL::Offset(0x0437B398) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialSparseMultiLayerGrid__{ REL::Offset(0x0437B320) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialCombinedGridT_BGSSpatialStandardGrid__{ REL::Offset(0x0437B2A8) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseGrid__{ REL::Offset(0x0437B030) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialSparseMultiLayerGrid__{ REL::Offset(0x0437B0A0) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialGridCollectionT_BGSSpatialStandardGrid__{ REL::Offset(0x0437B238) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialSparseGrid_{ REL::Offset(0x0437B410) }; + inline constexpr std::array BGSSpatialGridWrapper_BGSSpatialSparseMultiLayerGrid_{ REL::Offset(0x0437B480) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_0325650f288f127eb2d327cf7d339d63__{ REL::Offset(0x0437DAB0) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_0d2ec11d59e565b79d9211a11433aa2f__{ REL::Offset(0x044FC050) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_19e348bdb36685b01effc72877a699ff__{ REL::Offset(0x04468860) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_215a64b817e5be8cbcf1bd8c8e344770__{ REL::Offset(0x04500280) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_26e564ab39f58c5389c08383a16681d8__{ REL::Offset(0x04510F30) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_2c11458fc306f934f8c7cac3c89d5c98__{ REL::Offset(0x0437D930) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_2d376f67254effc8d0d85d0bee1e5cdd__{ REL::Offset(0x044605F0) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_2f1650f77a193b8e758daf33372feac8__{ REL::Offset(0x04500330) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_32bb1d7621cdc2bed098189d0faeb220__{ REL::Offset(0x04514098) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_34b06f96a6217ba27c4d4a4119bec55e__{ REL::Offset(0x044FE4F0) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_4112101897ca2bd7c7e0f2cf4569aaa4__{ REL::Offset(0x04470EE0) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_435700157e0d8c05bc01655fb1ca7fe4__{ REL::Offset(0x0437DB60) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_4ea4eca0f7e4880b255a71bc73eb5f09__{ REL::Offset(0x045002D8) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_55f8f111a72eba76d033c2847de23eeb__{ REL::Offset(0x0437D988) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_57ac6ddfb2f115c2b8c95c8c9eeec56f__{ REL::Offset(0x0450E000) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_5827831f74e1155700a0b58d27586362__{ REL::Offset(0x044F90C8) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_5ccbd8e2c542fe02d3e65ff73753c312__{ REL::Offset(0x0437DB08) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_60d3b3b43acef41f1d4b2abc1f4bd22c__{ REL::Offset(0x0437C9E0) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_65acc14779340277802a99645ef88421__{ REL::Offset(0x0437DC10) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_66a5b8598a5d927b386351d21cb24bda__{ REL::Offset(0x0445F520) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_75cdc71bd3b4f367051c88a7a4589b41__{ REL::Offset(0x04504C40) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_7b12f78c770cd880edcd1f5c3de81641__{ REL::Offset(0x044FD578) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_943fde6cf7df086bf511c5d6e86a1e1e__{ REL::Offset(0x0450DFA8) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_a5c9432033bd2fc9ca74f10048c6399c__{ REL::Offset(0x0450DF50) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_a7a589a6ce7ebb696f0da2d3e7c1b078__{ REL::Offset(0x04464610) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_b4d2392ac1e14a534f85e41e5a954950__{ REL::Offset(0x0444D420) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_ba8f53a0fce6a6de56e6d6965fd7eb86__{ REL::Offset(0x04464668) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_beebaa327e5538f4616b5b57d203473d__{ REL::Offset(0x0437B1E0) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_c24e2a397316fd552f02b11423539807__{ REL::Offset(0x04509350) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_cbac59b795bfcb5b3581fd91ccc4901e__{ REL::Offset(0x04512E58) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_cbf66f850bf30f633f1056c7c02aa01b__{ REL::Offset(0x045092F8) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_e4187257910c85bc3698eb53d06c03b6__{ REL::Offset(0x0437D8D8) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_e543242677b7021275d4097e44e4be1b__{ REL::Offset(0x04448B20) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_e55635bf17b657033b5eadb3b3bb2adb__{ REL::Offset(0x0437B188) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_eaf8fb2abd4d2a33ec7339d68534818a__{ REL::Offset(0x0437DBB8) }; + inline constexpr std::array BGSSpatialGrid__GenericGridFunctor__lambda_ef53b339efcabfae6e1055b81f4f96c7__{ REL::Offset(0x04504BE8) }; + inline constexpr std::array BGSSpatialSimpleGrid{ REL::Offset(0x0437D698) }; + inline constexpr std::array BGSSpatialSparseGrid{ REL::Offset(0x0437D618) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0445EE60) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__{ REL::Offset(0x0437CD08) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044F82D0) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04513CC0) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__{ REL::Offset(0x0444CE30), REL::Offset(0x0444CEF0) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___{ REL::Offset(0x04447F40), REL::Offset(0x04447FD0) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__{ REL::Offset(0x04460FD8) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FB468) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04470F38) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FF0F0) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04468948) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04510C18) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04508458) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04501138) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04503CF8) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04503BD8) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450BB20) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___{ REL::Offset(0x04512A80) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___{ REL::Offset(0x044FD0D0) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___{ REL::Offset(0x045083C8) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450BA90) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___{ REL::Offset(0x0450B850) }; + inline constexpr std::array BGSSpatialSparseGridSearchBase_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___{ REL::Offset(0x04463A98) }; + inline constexpr std::array BGSSpatialSparseGridSearchDebugData{ REL::Offset(0x0437D9F0) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0445EC20) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0445EDD0) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0445ED40) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0445F370) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0445F250) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0445F490) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0445F400) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0445F1C0) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0445F698) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0445F130) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0445F0A0) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0445F608) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0437D068) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0437CFD8) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0437CF48) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0437D338) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0437CAC8) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0437D218) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0437D188) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0437CA38) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0437CE28) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0437CBE8) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0437CB58) }; + inline constexpr std::array BGSSpatialSparseGridSearchDirect_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperDirect___SearchPolicyStandard__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0437CD98) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044F8B40) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044F8AB0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044F8C60) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044F8BD0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044F8750) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044F8510) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044F86C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044F8900) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044F8870) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044F8630) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044F87E0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044F8480) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04513A80) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04513B10) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04513720) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045137B0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04513690) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x045138D0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x045134E0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04513330) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045133C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04513570) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04513600) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapperGoal_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04513450) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0444CA40), REL::Offset(0x0444CB00) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0444CAE8), REL::Offset(0x0444CBA8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0444CB90), REL::Offset(0x0444CC50) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0444C7B8), REL::Offset(0x0444CC38) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0444D178), REL::Offset(0x0444D238) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0444C848), REL::Offset(0x0444C908) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0444C8F0), REL::Offset(0x0444C9B0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0444D220), REL::Offset(0x0444D2E0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0444CF98), REL::Offset(0x0444D2C8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0444C998), REL::Offset(0x0444D0E8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0444D0D0), REL::Offset(0x0444D190) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__RandomPositionInsideArea__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0444CF80), REL::Offset(0x0444D040) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04448090), REL::Offset(0x04448120) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04447FE8), REL::Offset(0x04448078) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04448720), REL::Offset(0x044487B0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04448678), REL::Offset(0x04448708) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044487C8), REL::Offset(0x04448858) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04448528), REL::Offset(0x044485B8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044489C0), REL::Offset(0x04448A50) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04448480), REL::Offset(0x04448510) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044483D8), REL::Offset(0x04448468) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04448918), REL::Offset(0x044489A8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04448870), REL::Offset(0x04448900) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04448330), REL::Offset(0x044483C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04460888) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04460A38) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044609A8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044606D8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04460D98) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044607F8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04460768) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04460D08) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04460B58) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04460C78) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04460BE8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSearchMap3DSearchPolicy__BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04460AC8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044FB078) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FB2B8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FB348) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FB198) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FAEC8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FAD18) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FADA8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FAF58) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FAE38) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FABF8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FAC88) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FAB68) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04471178) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04470A60) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04470AF0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04470B80) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04470820) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04470CA0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04470D30) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044708B0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04470940) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04470DC0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04470E50) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044709D0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044FF2A0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FED90) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FEE20) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FEC70) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FEB50) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FEFD0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FF060) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FEBE0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FEA30) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FEEB0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FEF40) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FEAC0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04468CA8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04468C18) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04468B88) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04468AF8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04468470) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044686B0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04468620) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044683E0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04468350) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04468590) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04468500) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04468740) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04510948) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045109D8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04510A68) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04510678) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04510558) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04510798) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04510828) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045105E8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04510318) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04510438) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x045104C8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045103A8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04509148) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045090B8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04508BA8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04508B18) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04508C38) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x045089F8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04508DE8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045087B8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04508728) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04508D58) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04508CC8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04508698) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044FFCC8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FFD58) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FFBA8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FFC38) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FFA88) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FFF98) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FFDE8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FF8D8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FF968) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FFE78) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FF9F8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FFB18) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04503128) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045031B8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04503008) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04503098) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x045047F8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x045033F8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04503248) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04504648) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045046D8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x045032D8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04504768) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045049A8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04503B48) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04503998) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04503A28) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045035A8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04504A38) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04503488) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04503518) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04504888) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04504918) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x045037E8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04503878) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045045B8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450C390) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450C300) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450C270) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450BD60) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450BE80) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450BC40) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450BBB0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450BDF0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450D110) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450BFA0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450BF10) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450D080) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04512840) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045128D0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045124E0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04512570) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04512450) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04512690) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x045122A0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x045120F0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04512180) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04512330) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x045123C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04512210) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x044FCE90) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FCF20) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FCAA0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FCB30) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x044FCC50) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x044FCA10) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FCCE0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044FD660) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x044FD6F0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x044FCD70) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x044FCBC0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x044FD5D0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04507EB8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04508218) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04508188) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x045080F8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04508608) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04509028) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04508F98) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04508968) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x045088D8) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04508F08) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04508E78) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04508848) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450C540) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450C4B0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450C8A0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450C810) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450CFF0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450C6F0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450C1E0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450CF60) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450D2C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450C150) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450C0C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450D230) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x0450B4F0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450CAE0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450CA50) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450C9C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x0450D1A0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x0450CD20) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450CC90) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x0450CED0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x0450CE40) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x0450CC00) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x0450CB70) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x0450CDB0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridChunkDataFunctor_{ REL::Offset(0x04464870) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x044646C0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04464750) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetCombinedSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04464D80) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridChunkDataFunctor_{ REL::Offset(0x04464A20) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionChunkDataFunctor_{ REL::Offset(0x04464C60) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04464CF0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseGridShiftedChunkDataFunctor_{ REL::Offset(0x04464AB0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridChunkDataFunctor_{ REL::Offset(0x04464EA0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionChunkDataFunctor_{ REL::Offset(0x04464B40) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridCollectionShiftedChunkDataFunctor_{ REL::Offset(0x04464BD0) }; + inline constexpr std::array BGSSpatialSparseGridSearch_BGSSpatialGridSearchUtilitiesInternal__GridSearchPolicyWrapper_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw___BGSSpatialGridSearchUtilitiesInternal__GetSparseMultiLayerGridShiftedChunkDataFunctor_{ REL::Offset(0x04464F30) }; + inline constexpr std::array BGSSpatialSparseGrid__ChunkIndexGrid{ REL::Offset(0x0437D688) }; + inline constexpr std::array BGSSpatialSparseMultiLayerGrid{ REL::Offset(0x0437D530) }; + inline constexpr std::array BGSSpawnOnDestroy{ REL::Offset(0x043551F8) }; + inline constexpr std::array BGSSpeechChallengeActivity{ REL::Offset(0x04343190), REL::Offset(0x043431F0) }; + inline constexpr std::array BGSSpeechChallengeActivity_Runtime{ REL::Offset(0x043430D8), REL::Offset(0x04343178), REL::Offset(0x04343208) }; + inline constexpr std::array BGSSpeechChallengeObject{ REL::Offset(0x043AE050), REL::Offset(0x043AE070), REL::Offset(0x043AE388), REL::Offset(0x043AE3F0) }; + inline constexpr std::array BGSSprintActivity{ REL::Offset(0x043432F0), REL::Offset(0x04343380) }; + inline constexpr std::array BGSSprintActivity_Runtime{ REL::Offset(0x04343350), REL::Offset(0x04343368), REL::Offset(0x04343398) }; + inline constexpr std::array BGSStarDataComponent{ REL::Offset(0x04355320) }; + inline constexpr std::array BGSStaticCollection{ REL::Offset(0x043B6ED8), REL::Offset(0x043B6F50), REL::Offset(0x043B6F68) }; + inline constexpr std::array BGSStaticCollection__RootFacade{ REL::Offset(0x043B7418) }; + inline constexpr std::array BGSStoredTraversalData{ REL::Offset(0x0434B828) }; + inline constexpr std::array BGSStoryManagerBranchNode{ REL::Offset(0x0436B3E8), REL::Offset(0x0436B400) }; + inline constexpr std::array BGSStoryManagerEventNode{ REL::Offset(0x04454C90), REL::Offset(0x04454FD0) }; + inline constexpr std::array BGSStoryManagerNodeBase{ REL::Offset(0x0436B740), REL::Offset(0x0436BA80) }; + inline constexpr std::array BGSStoryManagerQuestFinder{ REL::Offset(0x04454C00) }; + inline constexpr std::array BGSStoryManagerQuestNode{ REL::Offset(0x04454FE8), REL::Offset(0x04455328) }; + inline constexpr std::array BGSStoryManagerTreeForm{ REL::Offset(0x0436BA98), REL::Offset(0x0436BDD0) }; + inline constexpr std::array BGSStoryManagerTreeVisitor{ REL::Offset(0x04454C30) }; + inline constexpr std::array BGSStoryTeller{ REL::Offset(0x044553E8), REL::Offset(0x04455400) }; + inline constexpr std::array BGSSurface__BGSBlockCellHeighGridComponent{ REL::Offset(0x0438A348) }; + inline constexpr std::array BGSSurface__Block{ REL::Offset(0x043A0718), REL::Offset(0x043A0A30) }; + inline constexpr std::array BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent{ REL::Offset(0x0438A3F8) }; + inline constexpr std::array BGSSurface__Pattern{ REL::Offset(0x043A0BE0), REL::Offset(0x043A0BF8) }; + inline constexpr std::array BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent{ REL::Offset(0x0438A5E8) }; + inline constexpr std::array BGSSurface__PatternStyle{ REL::Offset(0x0438A678), REL::Offset(0x0438A990) }; + inline constexpr std::array BGSSurface__Tree{ REL::Offset(0x043A0FA0), REL::Offset(0x043A0FB8) }; + inline constexpr std::array BGSSurface____WaterHeightComponent{ REL::Offset(0x0438AA60) }; + inline constexpr std::array BGSSynchronizedAnimationInstance{ REL::Offset(0x04456028) }; + inline constexpr std::array BGSSynchronizedAnimationManager{ REL::Offset(0x04455F60) }; + inline constexpr std::array BGSTDataProxyComponentBase{ REL::Offset(0x043553B0) }; + inline constexpr std::array BGSTTypedFormComponent_BGSVoiceType_1179927366_{ REL::Offset(0x04353FE8) }; + inline constexpr std::array BGSTakeActorDamageActivity{ REL::Offset(0x043435E0), REL::Offset(0x04343640) }; + inline constexpr std::array BGSTakeActorDamageActivity_Runtime{ REL::Offset(0x04343510), REL::Offset(0x04343528), REL::Offset(0x043435C8) }; + inline constexpr std::array BGSTakeDamageActivity{ REL::Offset(0x043437F8), REL::Offset(0x04343858) }; + inline constexpr std::array BGSTakeDamageActivity_Runtime{ REL::Offset(0x04343710), REL::Offset(0x04343728), REL::Offset(0x04343740), REL::Offset(0x043437E0) }; + inline constexpr std::array BGSTalkingActivator{ REL::Offset(0x043B7718), REL::Offset(0x043B7778), REL::Offset(0x043B77D8), REL::Offset(0x043B7838), REL::Offset(0x043B7898), REL::Offset(0x043B7910), REL::Offset(0x043B7988), REL::Offset(0x043B79A0), REL::Offset(0x043B79C0), REL::Offset(0x043B7A28), REL::Offset(0x043B7A58), REL::Offset(0x043B7AB8) }; + inline constexpr std::array BGSTerminal{ REL::Offset(0x043B7FD8), REL::Offset(0x043B83F8), REL::Offset(0x043B8458), REL::Offset(0x043B84B8), REL::Offset(0x043B8518), REL::Offset(0x043B8590), REL::Offset(0x043B85F0), REL::Offset(0x043B8608), REL::Offset(0x043B8680), REL::Offset(0x043B86E8), REL::Offset(0x043B8708), REL::Offset(0x043B8768) }; + inline constexpr std::array BGSTerminalMenu{ REL::Offset(0x04391290), REL::Offset(0x043915A8), REL::Offset(0x04391620) }; + inline constexpr std::array BGSTerrainBlock__AlignmentModifier{ REL::Offset(0x043A1320) }; + inline constexpr std::array BGSTerrainBlock__ContinentalModifier{ REL::Offset(0x043A1408) }; + inline constexpr std::array BGSTerrainBlock__Grid{ REL::Offset(0x043A1978) }; + inline constexpr std::array BGSTerrainBlock__GridCell{ REL::Offset(0x043A1B68) }; + inline constexpr std::array BGSTerrainBlock__GridCornerCell{ REL::Offset(0x043A1A58) }; + inline constexpr std::array BGSTerrainBlock__GridCornerEdgeXFile{ REL::Offset(0x043A1510) }; + inline constexpr std::array BGSTerrainBlock__GridCornerFile{ REL::Offset(0x043A15D8) }; + inline constexpr std::array BGSTerrainBlock__GridEdgeFile{ REL::Offset(0x043A1820) }; + inline constexpr std::array BGSTerrainBlock__GridEdgeXCell{ REL::Offset(0x043A1AA0) }; + inline constexpr std::array BGSTerrainBlock__GridEdgeYCell{ REL::Offset(0x043A19C8) }; + inline constexpr std::array BGSTerrainBlock__GridFile{ REL::Offset(0x043A1690) }; + inline constexpr std::array BGSTerrainBlock__GridFillCell{ REL::Offset(0x043A1A10) }; + inline constexpr std::array BGSTerrainBlock__GridFillFile{ REL::Offset(0x043A1768) }; + inline constexpr std::array BGSTerrainBlock__HeightAdjustmentModifier{ REL::Offset(0x0438ABC8) }; + inline constexpr std::array BGSTerrainBlock__IModifier{ REL::Offset(0x043A1B38) }; + inline constexpr std::array BGSTerrainBlock__OceanBiomeModifier{ REL::Offset(0x043A13D8) }; + inline constexpr std::array BGSTerrainBlock__OverlayGrid{ REL::Offset(0x043A1AE8) }; + inline constexpr std::array BGSTerrainBlock__OverlayHeightModifier{ REL::Offset(0x043A1918) }; + inline constexpr std::array BGSTerrainBlock__RerangeHeightModifier{ REL::Offset(0x043A1948) }; + inline constexpr std::array BGSTerrainBlock__UpdateHeightModifier{ REL::Offset(0x043A1BD8) }; + inline constexpr std::array BGSTerrain__File{ REL::Offset(0x043A6448) }; + inline constexpr std::array BGSTerrain__IFileGrid{ REL::Offset(0x0437F560) }; + inline constexpr std::array BGSTerrain__Manager{ REL::Offset(0x043A69F8), REL::Offset(0x043A6A08) }; + inline constexpr std::array BGSTerrain__UniFile__Grid{ REL::Offset(0x043A5E48) }; + inline constexpr std::array BGSTerrain____PageStitchNode{ REL::Offset(0x043A5FB8) }; + inline constexpr std::array BGSTerrain____PageTransformNode{ REL::Offset(0x043A5DF8) }; + inline constexpr std::array BGSTextureModel{ REL::Offset(0x04410998) }; + inline constexpr std::array BGSTextureSet{ REL::Offset(0x043DA598), REL::Offset(0x043DA5B0) }; + inline constexpr std::array BGSTimeOfDayData{ REL::Offset(0x043CB948), REL::Offset(0x043CB960) }; + inline constexpr std::array BGSTransform{ REL::Offset(0x043AE408), REL::Offset(0x043AE420) }; + inline constexpr std::array BGSTraversal{ REL::Offset(0x043AE750), REL::Offset(0x043AE768) }; + inline constexpr std::array BGSVisitProceduresCheckGuardWarnTarget{ REL::Offset(0x0444D810) }; + inline constexpr std::array BGSVisitProceduresInitActorAnimPose{ REL::Offset(0x044DA2C8) }; + inline constexpr std::array BGSVisitProceduresInitActorLocation{ REL::Offset(0x0444D828) }; + inline constexpr std::array BGSVisitProceduresProcess{ REL::Offset(0x044DA2E0) }; + inline constexpr std::array BGSVoiceType{ REL::Offset(0x0440C180), REL::Offset(0x0440C198) }; + inline constexpr std::array BGSVolumeFormComponent{ REL::Offset(0x043555E8) }; + inline constexpr std::array BGSVolumetricLighting{ REL::Offset(0x043B8798), REL::Offset(0x043B8B50) }; + inline constexpr std::array BGSWaterCollisionManager__AutoWater{ REL::Offset(0x04453B48) }; + inline constexpr std::array BGSWaterCollisionManager__BGSWaterUpdateI{ REL::Offset(0x04453BE8) }; + inline constexpr std::array BGSWaterCollisionManager__WaterGravityModifier{ REL::Offset(0x03F279D8) }; + inline constexpr std::array BGSWaterCollisionManager__WaterGravityModifierWorldStepListener{ REL::Offset(0x03F2D2C8) }; + inline constexpr std::array BGSWaterCollisionManager__bhkPlaceableWater{ REL::Offset(0x04453AF8) }; + inline constexpr std::array BGSWaterCollisionManager__bhkWaterfall{ REL::Offset(0x04453C38) }; + inline constexpr std::array BGSWeaponBarrelData{ REL::Offset(0x0438DF30) }; + inline constexpr std::array BGSWeaponBarrelModel{ REL::Offset(0x0438DF70), REL::Offset(0x0438E288) }; + inline constexpr std::array BGSWeaponData__Aim{ REL::Offset(0x043916D0) }; + inline constexpr std::array BGSWeaponData__Ammunition{ REL::Offset(0x04391778) }; + inline constexpr std::array BGSWeaponData__Audio{ REL::Offset(0x043917D8) }; + inline constexpr std::array BGSWeaponData__Charge{ REL::Offset(0x04391838) }; + inline constexpr std::array BGSWeaponData__Damage{ REL::Offset(0x04391898) }; + inline constexpr std::array BGSWeaponData__Firing{ REL::Offset(0x043918F8) }; + inline constexpr std::array BGSWeaponData__FiringStrategyBase{ REL::Offset(0x04391980) }; + inline constexpr std::array BGSWeaponData__FiringStrategy_Automatic{ REL::Offset(0x04391998) }; + inline constexpr std::array BGSWeaponData__FiringStrategy_BoltShot{ REL::Offset(0x043919E0) }; + inline constexpr std::array BGSWeaponData__FiringStrategy_Burst{ REL::Offset(0x043919B0) }; + inline constexpr std::array BGSWeaponData__FiringStrategy_ChargedShot{ REL::Offset(0x043919F8) }; + inline constexpr std::array BGSWeaponData__FiringStrategy_SingleShot{ REL::Offset(0x043919C8) }; + inline constexpr std::array BGSWeaponData__Flags{ REL::Offset(0x04391A28) }; + inline constexpr std::array BGSWeaponData__General{ REL::Offset(0x04391A88) }; + inline constexpr std::array BGSWeaponData__Melee{ REL::Offset(0x04391AE8) }; + inline constexpr std::array BGSWeaponData__Power{ REL::Offset(0x04391B48) }; + inline constexpr std::array BGSWeaponData__Reload{ REL::Offset(0x04391BA8) }; + inline constexpr std::array BGSWeaponData__ShipWeapon{ REL::Offset(0x04350068) }; + inline constexpr std::array BGSWeaponData__Turret{ REL::Offset(0x04391C08) }; + inline constexpr std::array BGSWeaponData__VariableRange{ REL::Offset(0x04391C70) }; + inline constexpr std::array BGSWeaponData__Visuals{ REL::Offset(0x04391CD0) }; + inline constexpr std::array BGSWeatherSettingsForm{ REL::Offset(0x04397C60), REL::Offset(0x04397C78) }; + inline constexpr std::array BGSWorkshopItemColorComponent{ REL::Offset(0x0434B8D0) }; + inline constexpr std::array BGSWorldSpaceOverlayComponent{ REL::Offset(0x04355B50) }; + inline constexpr std::array BGSWwiseEventForm{ REL::Offset(0x043AEA80), REL::Offset(0x043AEA98) }; + inline constexpr std::array BGSWwiseKeywordMapping{ REL::Offset(0x0438E2A0), REL::Offset(0x0438E5B8) }; + inline constexpr std::array BGSZoneTargetListener{ REL::Offset(0x04412850) }; + inline constexpr std::array BIEventUtils__FindAllStarbornPowerFunctor{ REL::Offset(0x044C9080) }; + inline constexpr std::array BSAVMS__AVMNode{ REL::Offset(0x04346328), REL::Offset(0x04346338) }; + inline constexpr std::array BSAVMS__AVMNodeInFlightCounted{ REL::Offset(0x04346388) }; + inline constexpr std::array BSAVMS__AVMPartialNode{ REL::Offset(0x043462C8), REL::Offset(0x043462D8) }; + inline constexpr std::array BSAnimNotes{ REL::Offset(0x047818B0) }; + inline constexpr std::array BSAnimationAnimDBData{ REL::Offset(0x04561D68) }; + inline constexpr std::array BSAnimationDBData{ REL::Offset(0x04561D88) }; + inline constexpr std::array BSAnimationGraph{ REL::Offset(0x04562140), REL::Offset(0x04562150), REL::Offset(0x04562160), REL::Offset(0x04562170) }; + inline constexpr std::array BSAnimationGraphChannel{ REL::Offset(0x043D13E0) }; + inline constexpr std::array BSAnimationGraphLoadScrapper{ REL::Offset(0x03F2CA20) }; + inline constexpr std::array BSAnimationGraphManager{ REL::Offset(0x0456BD18) }; + inline constexpr std::array BSAnimationUtils__FindEventClipGeneratorsFunctor{ REL::Offset(0x04561D18) }; + inline constexpr std::array BSAnimationUtils__MatchEventToClipGeneratorsFunctor{ REL::Offset(0x04561B00) }; + inline constexpr std::array BSAttachConfig__ArtObjectAttach{ REL::Offset(0x04393118) }; + inline constexpr std::array BSAttachConfig__AttachmentConfiguration{ REL::Offset(0x03EF4C90) }; + inline constexpr std::array BSAttachConfig__BaseInstance{ REL::Offset(0x04345FC8) }; + inline constexpr std::array BSAttachConfig__ISearchMethod{ REL::Offset(0x04394000) }; + inline constexpr std::array BSAttachConfig__NodeAttachmentInstance{ REL::Offset(0x04346008) }; + inline constexpr std::array BSAttachConfig__ObjectAttachmentInstance{ REL::Offset(0x04346050) }; + inline constexpr std::array BSAttachConfig__ParticleAttachmentInstance{ REL::Offset(0x04345FE0) }; + inline constexpr std::array BSAttachConfig__SearchMethodBase{ REL::Offset(0x04393FD0) }; + inline constexpr std::array BSAttachConfig__SearchMultipleNamesMultipleNodes{ REL::Offset(0x0457FD70) }; + inline constexpr std::array BSAttachConfig__SearchRootNode{ REL::Offset(0x0457D1D0) }; + inline constexpr std::array BSAttachConfig__SearchSingleNameSingleNode{ REL::Offset(0x04394030) }; + inline constexpr std::array BSAttachRefController{ REL::Offset(0x04371D08) }; + inline constexpr std::array BSAttachTechniques__AttachTechniqueInput{ REL::Offset(0x044C3D18) }; + inline constexpr std::array BSAttachTechniques__BSAttachTechnique{ REL::Offset(0x03F26B38) }; + inline constexpr std::array BSAutoQueuedDependentNodeBase{ REL::Offset(0x04582388) }; + inline constexpr std::array BSAutoQueuedResourceCollection_AnimationSystemUtils__TESModelAndAnimationHandles_BSTSmartPointerIntrusiveRefCount_{ REL::Offset(0x0434AC18) }; + inline constexpr std::array BSAutoQueuedResourceCollection_BSMorphDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x04352BB8) }; + inline constexpr std::array BSAutoQueuedResourceCollection_BShkbHkxDB__QueuedHandles_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x04353698) }; + inline constexpr std::array BSAutoQueuedResourceCollection_TESModelDB__TESQueuedHandles_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x0436A7E8) }; + inline constexpr std::array BSAutoQueuedResourceCollection___QueuedBGSStaticCollection_BSTSmartPointerGamebryoRefCount_{ REL::Offset(0x043B6EC0) }; + inline constexpr std::array BSAwardsSystemUtility{ REL::Offset(0x03F2DBE0) }; + inline constexpr std::array BSBehaviorGraphExtraData{ REL::Offset(0x04587D60) }; + inline constexpr std::array BSBehaviorGraphSwapSingleton{ REL::Offset(0x04455F50) }; + inline constexpr std::array BSBind__BGSExternalEmittanceController{ REL::Offset(0x0436F3A0) }; + inline constexpr std::array BSBind__BGSLensFlareController{ REL::Offset(0x0436F368) }; + inline constexpr std::array BSBind__ColorCurveController{ REL::Offset(0x0457FA88) }; + inline constexpr std::array BSBind__ColorLerpController{ REL::Offset(0x0457F9E0) }; + inline constexpr std::array BSBind__ComponentBinding{ REL::Offset(0x04587218) }; + inline constexpr std::array BSBind__ComponentProperty{ REL::Offset(0x04580DD8) }; + inline constexpr std::array BSBind__Directory{ REL::Offset(0x04580D28) }; + inline constexpr std::array BSBind__Float2DCurveController{ REL::Offset(0x045804D8) }; + inline constexpr std::array BSBind__Float2DLerpController{ REL::Offset(0x0457FAC0) }; + inline constexpr std::array BSBind__Float3DCurveController{ REL::Offset(0x0457FA18) }; + inline constexpr std::array BSBind__Float3DLerpController{ REL::Offset(0x0457F970) }; + inline constexpr std::array BSBind__Float4DCurveController{ REL::Offset(0x0457FA50) }; + inline constexpr std::array BSBind__Float4DLerpController{ REL::Offset(0x0457F9A8) }; + inline constexpr std::array BSBind__FloatCurveController{ REL::Offset(0x04580430) }; + inline constexpr std::array BSBind__FloatLerpController{ REL::Offset(0x045804A0) }; + inline constexpr std::array BSBind__IAddressControllerStore{ REL::Offset(0x043CD4D0) }; + inline constexpr std::array BSBind__IController{ REL::Offset(0x0436F3D8) }; + inline constexpr std::array BSBind__IDataBinding{ REL::Offset(0x04351818) }; + inline constexpr std::array BSBind__INode{ REL::Offset(0x04580CD0) }; + inline constexpr std::array BSBind__MultiBinding{ REL::Offset(0x043516C0) }; + inline constexpr std::array BSBind__Multiplex{ REL::Offset(0x04580D80) }; + inline constexpr std::array BSBind__Snapshot{ REL::Offset(0x03F2BC58) }; + inline constexpr std::array BSBind__StableBinding{ REL::Offset(0x04397358) }; + inline constexpr std::array BSBind__TimerController{ REL::Offset(0x04580468) }; + inline constexpr std::array BSBlastNode{ REL::Offset(0x04582850) }; + inline constexpr std::array BSBlendTreadTransfInterpolator{ REL::Offset(0x0477B9B0) }; + inline constexpr std::array BSBoneLODExtraData{ REL::Offset(0x04587B68) }; + inline constexpr std::array BSBound{ REL::Offset(0x04578A20) }; + inline constexpr std::array BSBoxConstructor{ REL::Offset(0x04582250) }; + inline constexpr std::array BSCSVUtils__ParserBuffer{ REL::Offset(0x04585EF8) }; + inline constexpr std::array BSCapsuleConstructor{ REL::Offset(0x04582270) }; + inline constexpr std::array BSCloneReserver{ REL::Offset(0x04371F18) }; + inline constexpr std::array BSClothExtraData{ REL::Offset(0x045772B0) }; + inline constexpr std::array BSClothUtils__BSGeometryBuffer{ REL::Offset(0x04577758) }; + inline constexpr std::array BSClothUtils__BSInstantiationUtil{ REL::Offset(0x045776F8) }; + inline constexpr std::array BSClothUtils__BSTransformSet{ REL::Offset(0x045777A8) }; + inline constexpr std::array BSComponentDB2__DB{ REL::Offset(0x0457D088) }; + inline constexpr std::array BSComponentDB2__DBFileIndex__IDFixupVisitor{ REL::Offset(0x04790BF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerComponent_{ REL::Offset(0x03F2D848) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSActivityTrackerFormComponent_{ REL::Offset(0x03EF5008) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAddToInventoryOnDestroy_{ REL::Offset(0x03F2C978) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAnimationGraphComponent_{ REL::Offset(0x03F2D568) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttachParentArray_{ REL::Offset(0x03EF53A0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSAttackDataForm_{ REL::Offset(0x03F102D0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSBodyPartInfo_{ REL::Offset(0x03F0FF78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSContactShadowComponent_{ REL::Offset(0x03F2D4A8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSCraftingResourceOwner_{ REL::Offset(0x03F2D188) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSCrowdComponent_{ REL::Offset(0x03F2D248) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSCustomShipForm_{ REL::Offset(0x03F11460) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSDestructibleObjectForm_{ REL::Offset(0x03F2D008) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSDisplayCaseFormComponent_{ REL::Offset(0x03F2C838) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSEffectSequenceFormComponent_{ REL::Offset(0x03F0F2E0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentDataSource_{ REL::Offset(0x03F2D328) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSExternalComponentHint_{ REL::Offset(0x03F2D4E8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSForcedLocRefType_{ REL::Offset(0x03F104C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSFormLinkData_{ REL::Offset(0x03F101D8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSKeywordForm_{ REL::Offset(0x03EF50C0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLinkedVoiceType_{ REL::Offset(0x03EF54D0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLocationUtil__BGSLocationOwnerEdge_{ REL::Offset(0x03F20B88) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodOwnerComponent_{ REL::Offset(0x03F2D808) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSLodRuntimeOwnerComponent_{ REL::Offset(0x04452C70) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSMaterialPropertyComponent_{ REL::Offset(0x03F0F228) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectPlacementDefaults_{ REL::Offset(0x03F107E0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSObjectWindowFilterComponent_{ REL::Offset(0x03F2CCE0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitalDataComponent_{ REL::Offset(0x03F2D5A8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSOrbitedDataComponent_{ REL::Offset(0x03F2CFC8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSOverridePackCollection_{ REL::Offset(0x03F0FEC0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPackInUtils____ETFixedPackinGroup_{ REL::Offset(0x03F2C8F8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPapyrusScriptsComponent_{ REL::Offset(0x03EF5360) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPathingData_{ REL::Offset(0x03F2D0C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetContentManagerContentProperties_{ REL::Offset(0x03F2C7F8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ REL::Offset(0x0434E410) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPlanetWorldSpace__CTPlanetWorldSpaceData_{ REL::Offset(0x0434E3D0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPrimitiveComponent_{ REL::Offset(0x03F10670) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSPropertySheet_{ REL::Offset(0x03F2D688) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSRemappedBaseForm_{ REL::Offset(0x03F2D528) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSScannableFormComponent_{ REL::Offset(0x03F2D6C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSShipManagement_{ REL::Offset(0x03EF5868) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSkinForm_{ REL::Offset(0x03F107A0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSoundTagComponent_{ REL::Offset(0x03F10400) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpacePhysicsFormComponent_{ REL::Offset(0x03EF5100) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipAIActor_{ REL::Offset(0x03F2CA38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipEquipment_{ REL::Offset(0x03F2C7B8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipHullCode_{ REL::Offset(0x03EF5230) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpaceshipWeaponBinding_{ REL::Offset(0x03F10E80) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSpawnOnDestroy_{ REL::Offset(0x03EF56F8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSStarDataComponent_{ REL::Offset(0x03F2C9B8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSStoredTraversalData_{ REL::Offset(0x03F2CD20) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__BGSBlockCellHeighGridComponent_{ REL::Offset(0x03EF55C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__CTBlockCellHeightGrid_{ REL::Offset(0x03F2D148) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent_{ REL::Offset(0x0438A278) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__OverlayPlacement____CTDesignatedInfo_{ REL::Offset(0x0438A3B8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent_{ REL::Offset(0x0438A4F0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface__PatternPlacement____CTBlockHeightAdjustment_{ REL::Offset(0x0438A5A8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____CTWaterHeight_{ REL::Offset(0x0438AAD0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSSurface____WaterHeightComponent_{ REL::Offset(0x0438AA20) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSVolumeFormComponent_{ REL::Offset(0x03F10C60) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorkshopItemColorComponent_{ REL::Offset(0x03F2CAB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlayComponent_{ REL::Offset(0x03F0FE08) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ REL::Offset(0x043CC050) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__ControllerComponent_{ REL::Offset(0x04580BD0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSBind__DirectoryComponent_{ REL::Offset(0x04580B90) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__DataParentEdge_{ REL::Offset(0x04580C50) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB2__OuterEdge_{ REL::Offset(0x04580C10) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag__{ REL::Offset(0x0457CE60) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSForces__ForceReceiverComponent_{ REL::Offset(0x04580C90) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__BodyChild_{ REL::Offset(0x04572D38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereData_{ REL::Offset(0x04572FB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTAtmosphereModifier_{ REL::Offset(0x04572B38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBiomeData_{ REL::Offset(0x04572A18) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBodyType_{ REL::Offset(0x04572A58) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTBrightnessModifier_{ REL::Offset(0x04572AF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTCellData_{ REL::Offset(0x04573078) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTColorModifier_{ REL::Offset(0x04572B78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTDatabaseID_{ REL::Offset(0x04572BF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTEditorBiomeData_{ REL::Offset(0x04572FF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPerBiomeData_{ REL::Offset(0x045729D8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetLocationIDs_{ REL::Offset(0x04572EB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetOverlayData_{ REL::Offset(0x04572EF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTPlanetarySystemLocationID_{ REL::Offset(0x04572F78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTProxyFormPtr_{ REL::Offset(0x04572D78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTResourceData_{ REL::Offset(0x04573038) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSTarDistance_{ REL::Offset(0x04572F38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__CTSystemParsecLocation_{ REL::Offset(0x04572BB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__DynamicData_{ REL::Offset(0x04572AB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitOffset_{ REL::Offset(0x04572E38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitState_{ REL::Offset(0x045730B8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitalData_{ REL::Offset(0x04573158) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__OrbitedData_{ REL::Offset(0x04573118) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerAtBody_{ REL::Offset(0x04572E78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__PlayerKnowledge_{ REL::Offset(0x04572DB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__SatelliteCSVData_{ REL::Offset(0x04572C78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__StarData_{ REL::Offset(0x04572CB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedGalaxyCSVData_{ REL::Offset(0x04572C38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSGalaxy__UnusedStarsCSVData_{ REL::Offset(0x04572CF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__AlphaSettingsComponent_{ REL::Offset(0x0458EAA0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendModeComponent_{ REL::Offset(0x0458E2B0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__BlendParamFloat_{ REL::Offset(0x0458DA38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Channel_{ REL::Offset(0x0458E230) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__CollisionComponent_{ REL::Offset(0x0458D9E0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorChannelTypeComponent_{ REL::Offset(0x0458DC90) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ColorRemapSettingsComponent_{ REL::Offset(0x0458E858) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Color_{ REL::Offset(0x0458DB38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DecalSettingsComponent_{ REL::Offset(0x0458DC50) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DetailBlenderSettingsComponent_{ REL::Offset(0x0458E270) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__DistortionComponent_{ REL::Offset(0x0458DF58) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EffectSettingsComponent_{ REL::Offset(0x0458E140) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EmissiveSettingsComponent_{ REL::Offset(0x0458DE00) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__EyeSettingsComponent_{ REL::Offset(0x0458D850) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlipbookComponent_{ REL::Offset(0x0458E1F0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__FlowSettingsComponent_{ REL::Offset(0x0458DD10) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerDataComponent_{ REL::Offset(0x0458DCD0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__GlobalLayerNoiseComponent_{ REL::Offset(0x0458E518) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__HairSettingsComponent_{ REL::Offset(0x0458DE98) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LODMaterialID_{ REL::Offset(0x0458AF00) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEdgeFalloffComponent_{ REL::Offset(0x0458E760) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LayeredEmissivityComponent_{ REL::Offset(0x0458E3C0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__LevelOfDetailSettings_{ REL::Offset(0x0458E6C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MRTextureFile_{ REL::Offset(0x0458E448) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialOverrideColorTypeComponent_{ REL::Offset(0x0458DAB8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MaterialParamFloat_{ REL::Offset(0x0458E5A8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__MouthSettingsComponent_{ REL::Offset(0x0458E9A8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Offset_{ REL::Offset(0x0458E948) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__OpacityComponent_{ REL::Offset(0x0458D920) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ParamBool_{ REL::Offset(0x0458E8B0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PhysicsMaterialType_{ REL::Offset(0x0458D960) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__PorosityComponent_{ REL::Offset(0x0458DA78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__Scale_{ REL::Offset(0x0458E8F0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderModelComponent_{ REL::Offset(0x0458DE58) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__ShaderRouteComponent_{ REL::Offset(0x0458E100) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__StarmapBodyEffectComponent_{ REL::Offset(0x0458E658) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag__{ REL::Offset(0x0458AE18) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag__{ REL::Offset(0x0458ACD8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag__{ REL::Offset(0x0458ADC0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag__{ REL::Offset(0x0458ABE8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag__{ REL::Offset(0x0458AC80) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainSettingsComponent_{ REL::Offset(0x0458E600) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TerrainTintSettingsComponent_{ REL::Offset(0x0458DBA8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureAddressModeComponent_{ REL::Offset(0x0458DAF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureFile_{ REL::Offset(0x0458EAE0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureReplacement_{ REL::Offset(0x0458D7A0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureResolutionSetting_{ REL::Offset(0x0458D9A0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TextureSetKindComponent_{ REL::Offset(0x0458E338) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__TranslucencySettingsComponent_{ REL::Offset(0x0458DFB0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__UVStreamParamBool_{ REL::Offset(0x0458E708) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__VegetationSettingsComponent_{ REL::Offset(0x0458E008) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterFoamSettingsComponent_{ REL::Offset(0x0458DDC0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterGrimeSettingsComponent_{ REL::Offset(0x0458E180) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_BSMaterial__WaterSettingsComponent_{ REL::Offset(0x0458E048) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__BlueprintVariant_{ REL::Offset(0x03F2CCA0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Blueprints__Blueprint_{ REL::Offset(0x03F2CF88) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_CalculatedPackinData_{ REL::Offset(0x03F2D3A8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ClonedRefNeedInit_{ REL::Offset(0x03F2D088) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_CustomShipComponent_{ REL::Offset(0x03F2CD60) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_DisplayCaseComponent_{ REL::Offset(0x03F2CC48) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_DynamicPersistence__OwnedPromotions_{ REL::Offset(0x03F2CE88) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_EffectSequenceComponent_{ REL::Offset(0x03EF87C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LensFlareAttachmentComponent_{ REL::Offset(0x03F2CC08) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimComponent_{ REL::Offset(0x03F2D288) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAnimFormComponent_{ REL::Offset(0x03EF5588) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentFormComponent_{ REL::Offset(0x03F2CA78) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_LightAttachmentRuntimeComponent_{ REL::Offset(0x03F2D3E8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_MovementControllerComponent_{ REL::Offset(0x03F2CBC8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentFormComponent_{ REL::Offset(0x03F2D108) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ObjectAttachmentRuntimeComponent_{ REL::Offset(0x03F2D7C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_OnFrameUpdateOperationComponent_{ REL::Offset(0x0434E768) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ParticleComponent_{ REL::Offset(0x03F2D428) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ParticleFormComponent_{ REL::Offset(0x03F2D5E8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODCurvePresets_{ REL::Offset(0x04593160) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Particles__LODSettingsPresets_{ REL::Offset(0x04593120) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Particles__SystemDefinitionComponent_{ REL::Offset(0x045931A0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_PendingDynamicNavmesh_{ REL::Offset(0x03F2D468) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ReflectionProbeCellComponent_{ REL::Offset(0x03F2CEC8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_RevertedCustomShipComponent_{ REL::Offset(0x03F2D1C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent__{ REL::Offset(0x03F2DA20) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent__{ REL::Offset(0x03EF8860) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ REL::Offset(0x03F2D708) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy____{ REL::Offset(0x03F2C8B8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x03F2D888) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint__{ REL::Offset(0x03F2CDC8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ScannableComponent_{ REL::Offset(0x03EF8700) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ShipCellBlueprintOwner_{ REL::Offset(0x03F2D788) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_ShipManagementComponent_{ REL::Offset(0x03F2D048) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipAIActorComponent_{ REL::Offset(0x03EF89F8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipCellReference_{ REL::Offset(0x03F2D9E0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEffectsComponent_{ REL::Offset(0x03F2D9A0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipEquipmentComponent_{ REL::Offset(0x03F2D748) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipLinkedCell_{ REL::Offset(0x03F2D960) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipSoundsComponent_{ REL::Offset(0x03EF8740) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipTemplate_{ REL::Offset(0x0455B550) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SpaceshipWeaponBindingComponent_{ REL::Offset(0x03EF8A38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_Spaceship__BlueprintInteractionOffsetRefsComponent_{ REL::Offset(0x03F2CF08) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_StarField__CTReferencedCell_{ REL::Offset(0x03F2CB88) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_StarField____CTCelestialCollectionCell_{ REL::Offset(0x043A0040) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_StreamingLoadData_{ REL::Offset(0x03F2D368) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_SubSceneComponent_{ REL::Offset(0x03F2C938) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESAIForm_{ REL::Offset(0x03F10120) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESContainer_{ REL::Offset(0x03F2CF48) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESDescription_{ REL::Offset(0x03EF4DA8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESFullName_{ REL::Offset(0x03F10910) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESHealthForm_{ REL::Offset(0x03F10A40) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESImageSpaceModifiableForm_{ REL::Offset(0x03EF5738) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESMagicTargetForm_{ REL::Offset(0x03F2CE08) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESModel_{ REL::Offset(0x03F10290) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESPlanetModel_{ REL::Offset(0x03EF4ED8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESTexture_{ REL::Offset(0x03F2C878) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent_{ REL::Offset(0x03F2CAF8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESValueForm_{ REL::Offset(0x03F2CE48) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TESWeightForm_{ REL::Offset(0x03F2D208) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_TempDataHandleEdge_{ REL::Offset(0x03F2D8C8) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl_WorkshopItemColorComponent_{ REL::Offset(0x03F2D908) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___BGSVolumeComponent_{ REL::Offset(0x04453578) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___CTWorldspaceCloneInfo_{ REL::Offset(0x043D40D0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___CellProcGenSpawn_{ REL::Offset(0x043CE768) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___PendingDestructionEvent_{ REL::Offset(0x04560B38) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___PendingLandingEvent_{ REL::Offset(0x04560BC0) }; + inline constexpr std::array BSComponentDB2__Detail__ComponentFactoryImpl___PendingRampEvent_{ REL::Offset(0x04560C00) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_011afadc0c08867ff9f69dd7b443f3dd__BSComponentDB2__ID_BSCore__NumericID_unsignedintconst_ScannableUtils__InitialScanStatus_{ REL::Offset(0x04478410) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0309ebe85a5002cc12dcc3bfb59494bd__BSComponentDB2__ID_{ REL::Offset(0x04370630) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_032bcb8e56a862130700b669f298bf2b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ REL::Offset(0x0437EAE0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03564f78090d214ac494cc28f4886dac__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__unsignedintconst_unsignedint_BSGalaxy__BiomeType_{ REL::Offset(0x0437EE78) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_03d892b0b5e21abbe35fe428ecc36635__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ REL::Offset(0x04356FB0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_04139653d0163b270b4314df624b71b1__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ REL::Offset(0x0458EC90) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0613d26fee8a35798deb54e5dfa29082__TESForm_BSComponentDB2__ID_{ REL::Offset(0x04478298) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_08eb6e6b32a53758a749403f1290c3aa__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ REL::Offset(0x0458EE80) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0915711dbb606f8c3ef577d43454d942__{ REL::Offset(0x044CE7D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0aad25da4ad1a8bff9fb29328138a170__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x044CE818) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0b85aa10fd8f6ec246e9179401828b7d__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitalDataconst_{ REL::Offset(0x04354658) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0cd67f925198da7487f7ed1fda196c1e__{ REL::Offset(0x0455B5D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_0dbb41458c39f4ae263a052195128356__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderRouteComponentconst_unsignedshort_{ REL::Offset(0x0458B148) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_10a1604236e487db68f0b81ea5485070__{ REL::Offset(0x0439FAC8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_114c7e85189045263e0d2b186da70e91__BSCore__NumericID_{ REL::Offset(0x0436E150) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_130a65dc6ba5af792d35086707616a06__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__FlowSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B268) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1362b8e62090d1fc1e7f6280a504f0f2__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__TextureAddressModeComponentconst_unsignedshort_{ REL::Offset(0x0458EEE0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_14bee8b6a33155ecd6c189a8d045624e__{ REL::Offset(0x04478278) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1562c24e67e8ac9d38e7ebc2788f2c05__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterGrimeSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B468) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_15846b32f3b47ea05e05ab954ef4a6a0__{ REL::Offset(0x04478190) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_16c2a7d44be7b8d6b4265111d92e83e5__BSCore__NumericID_BSCore__NumericID_BSCore__NumericID_BGSPlanetWorldSpace__PersistentIDsconst_{ REL::Offset(0x0434E3B0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_170b651b7b20ec99aa1084f150b4bece__{ REL::Offset(0x0436F650) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1896d14b763dd5d108104ae6d152a734__{ REL::Offset(0x04370650) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1b4716c7c027a221561093b3cd4a843e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSComponentDB2__ID_{ REL::Offset(0x044DB930) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1c8817c58a3143f088a97afdae98e127__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__StarmapBodyEffectComponentconst_unsignedshort_{ REL::Offset(0x0458B5A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1ebf9bc64ea3d70f8a3560441bb82762__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBrightnessModifier_{ REL::Offset(0x0437E8D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fa05858c4e6398a5d98370221408840__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ REL::Offset(0x0458EE60) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fb6988f940db3bc44cdffe850040c32__BSComponentDB2__ID_BSResource__ID_{ REL::Offset(0x0458A630) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_1fffc88ea9ce11e97e75e556b918a801__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__StarDataconst_{ REL::Offset(0x043552D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_20c8cc01562503d59ea9214cb505d4f3__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Channelconst_unsignedshort_{ REL::Offset(0x0458EF00) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_21270abe0d16956fcd14d2daa390cc51__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSForces__ReceiverSettings_{ REL::Offset(0x04599288) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2311a5dcc6e1f688e5531ae021d7a6af__{ REL::Offset(0x043CDEE8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23350e4dea609692679fecb219e44f90__BSCore__NumericID_{ REL::Offset(0x043B5118) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_23993791ff518d80c3881d0df1b5f94a__{ REL::Offset(0x044785D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2454a8d6c1448e930776cd462506a568__{ REL::Offset(0x043749D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2468193575b2d18cd9b5351e2f18c4c7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__GlobalLayerDataComponentconst_unsignedshort_{ REL::Offset(0x0458B328) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_24fd34c662b6a11296a54e4bb3a7a1ad__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__Colorconst_unsignedshort_{ REL::Offset(0x0458EBE8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_27b127c9a961a0f379617eeb89a9a152__BSComponentDB2__ID_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ REL::Offset(0x0458AB58) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_281b3cd8caf19e8aa8f7101fcb8954d2__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTArray_BGSBaseLODRuntimeComponent__ResourceInfo_BSTArrayHeapAllocator__{ REL::Offset(0x04350AA8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_28c587a77efb1f9fe7370a82c397ca48__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureSetKindComponentconst_unsignedshort_{ REL::Offset(0x0458ECD0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bba956a2331f27c864ed96d9a192cd3__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__MaterialOverrideColorTypeComponentconst_unsignedshort_{ REL::Offset(0x0458EC28) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2bdd23bbc74cee91b8e6575a939596dd__{ REL::Offset(0x04560960) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2c3c728475de09b2413ad683ae16098a__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__int_{ REL::Offset(0x04357010) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_2e32aa9f7c5578116b999e379ecc1ab9__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__OverlayPlacement____CTDesignatedInfoconst_{ REL::Offset(0x0438A240) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3001f6418dfc3f83513235c436d99c1b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetarySystemLocationID_{ REL::Offset(0x04357050) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3106bf95c5cebaef6bf454905fa6729b__{ REL::Offset(0x0439F3F8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_323a9acc54623bb7cf782a9daf8cb473__{ REL::Offset(0x0434E370) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3272fbbd15dc8f94e7649f0a8d95c63f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainTintSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B3B0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_337642c33fc3adac46bd3f59b2a5907f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B1A8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_34cc200ed16119e76670963bea50227e__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSSimpleTaggedType_BSGalaxy__Tag__PlanetarySystemTag_unsignedint_0__BSFixedString_NiPoint3_float_float_BSGalaxy__UnusedStarsCSVData_{ REL::Offset(0x04573A60) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3713e13f864757911f4269e0555234e6__BSComponentDB2__ID_NiPoint3A_NiMatrix3_{ REL::Offset(0x0439F9A8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_38161725616f151b3405614721a42361__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x045604F0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3915a5d2fd13d41dd8723c6aee749113__BSComponentDB2__Detail__EdgeKeyconst_float_{ REL::Offset(0x04573930) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_39de43eec78e247fc51d25d0fd8228ea__BSComponentDB2__ID_std__vector_unsignedint_BSTHeapSTLAllocator_unsignedint_2___{ REL::Offset(0x043CDDE8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3a961eb76cfdf2a79d37c509aa0cbf51__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__AlphaSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458AFF0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bf90d393a02c16673848a202f36302f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__OpacityComponentconst_unsignedshort_{ REL::Offset(0x0458B030) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3bfd3999ed1d801588d51e53d104e45f__{ REL::Offset(0x04573910) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c24d59a5ea2f5f4f92367f894330ac8__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BodyType_{ REL::Offset(0x04356F90) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c5ac7933b7c866914f2bd7e6a57cca2__BSComponentDB2__ID_{ REL::Offset(0x04415690) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3c948c9153d364ec1527943ffe8630b9__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitedData_{ REL::Offset(0x0437E838) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_3d8746f6acd1a3614e2469d52992dd4e__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0439F458) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_419898fe4cd079d1306c409fb1531c72__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ REL::Offset(0x04374C38) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43e4888e07a53225a1a41874988ed208__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ REL::Offset(0x0458ECF0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_43fe5b67d8498fb8c29c77d205f9edd7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBodyType_{ REL::Offset(0x0437E798) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_442be6d48a057613b1ea3845cb046b56__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_0_const_{ REL::Offset(0x0457CFE0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_44f3ad81d0f34702baffb33b6578fe35__{ REL::Offset(0x0439F9C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_475d4a17e9a8fe97fa74747c0e03eccf__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTPlanetLocationIDs_{ REL::Offset(0x0437E8F8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_482f09d33b7571e20d4dc8055a180fb3__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0457D160) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_48b88048bd7ef043d831f4243824f29b__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04412400) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4a4c2dd5b48ea4a0a6220f7d7158f529__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Offsetconst_unsignedshort_{ REL::Offset(0x0458EEC0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4c45d486445b561bb86551c0c5a30813__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_std__pair_unsignedintconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy____2__std__hash_unsignedint__std__equal_to_unsignedint____{ REL::Offset(0x043CDF88) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4d32f7f5c57dca8893df4d143127416c__{ REL::Offset(0x0458ADA0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4e825187c404c5fa4da02616ea934a7a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EyeSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B0F0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_4f753b3e29869561664ee810afdd48f5__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0457D0C0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5006dac871ca229988186e7008dfb8d5__BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x04357070) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_502f2e7c986729c43414b5722dffea36__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureResolutionSettingconst_unsignedshort_{ REL::Offset(0x0458ED10) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_513f17b190c175a8914a950769bead07__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayDataconst_{ REL::Offset(0x0437E978) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_51aa911e33a44abc94c2ad3bff0e0fa1__BSComponentDB2__ID_{ REL::Offset(0x0439F9E8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_53bdd45325c0f87ac55060fa8504cc2d__BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x0439FA08) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_546d49705a2f97f85331da948a35af88__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ REL::Offset(0x043824D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5589bbb17acf3ce861145a4ac6198773__{ REL::Offset(0x044781B0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_558a100f2e74c42a284498662677d180__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__SatelliteCSVData_{ REL::Offset(0x04356FD0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_56b27cb3f02d39cd3b340b36a008d136__{ REL::Offset(0x0458A5F0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_578d24ba2cb842616c6d9f75574297a8__{ REL::Offset(0x04412438) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5984ef721062d2d92419fa491bbaecd9__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__ColorChannelTypeComponentconst_unsignedshort_{ REL::Offset(0x0458EDE0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5a214151508ff36d64927c23d049d260__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSFixedString_{ REL::Offset(0x0437E7B8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b1272e35e0b71d6d6a517b727d2e334__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TranslucencySettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B4A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5b43be6c455a2a51dd9a7269a00079ca__BSComponentDB2__ID_{ REL::Offset(0x04374C18) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5e6f1c84ec29f06b783a2e3d5441b885__BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_BSMaterial__TextureReplacementconst_unsignedshort_{ REL::Offset(0x0458ECB0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_5f74793f3c985113f46fd9c78edf8e4b__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EffectSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B5E0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_60c06188ebc976539307cffe32436308__unsignedint_{ REL::Offset(0x04451060) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6270eeb78a4c4d32304d8d3ad97c65d7__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTBiomeData_{ REL::Offset(0x0437E938) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_62b4346f0c24bc8fbfd3c5a7378bd506__BSComponentDB2__ID_BSComponentDB2__Memory__ComponentHandle_1_const_{ REL::Offset(0x0457CFC0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65260c8358d52b06728fd447f654cb7d__BSComponentDB2__ID_{ REL::Offset(0x0439FBD8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_65ff5896f4482c7779daecfc75d6d642__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__CTBlockCellHeightGridconst_{ REL::Offset(0x0438A220) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6806eb6b7a086dc17aea3a8e43e16735__BSComponentDB2__ID_{ REL::Offset(0x0439F7D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_68c8919b0f256da3787ccd7dc73298a6__BSComponentDB2__Detail__EdgeKeyconst_BGSPlanetWorldSpace__ActiveWorldSpaceProperty_{ REL::Offset(0x0434E300) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_69fcd12289d1c0130c2033e854561ae0__BSComponentDB2__ID_{ REL::Offset(0x0457D100) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6c9a772c2a03d6ae596e5fe594078bef__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DecalSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B390) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6cb07038f0b8ebf0f16f9651238ab759__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ REL::Offset(0x04351650) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6ceeec104a657aff4e60b5006e5dcde0__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ShaderModelComponentconst_unsignedshort_{ REL::Offset(0x0458B630) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6d9e7f1b03ea49a3ab0c12cd997d84a8__{ REL::Offset(0x044CE7B8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fbe52ac6180973612fccec0cd8af28b__{ REL::Offset(0x045609C0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_6fc19162fa1fd1cf93171fa2eb48d89d__{ REL::Offset(0x04478258) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_705022d7f02f2c42168e0bcb97f6a0cd__BSComponentDB2__ID_{ REL::Offset(0x0439FA88) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7124c033e12b1896d6876a72ef6607f0__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ REL::Offset(0x04559848) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_726c7938fe0ab53c99e9432fcaa3278b__unsignedintconst_bool_{ REL::Offset(0x0447CC80) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_729633654612b72ce2d179658a2da6f1__BSComponentDB2__ID_unsignedintvolatile_{ REL::Offset(0x0437EB00) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_72b67abf76a37ceafcdee37b91253183__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_unsignedshort_{ REL::Offset(0x0458B3D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7342b654a14f546307a6e4418aa4f9d2__{ REL::Offset(0x0439F968) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_737b6d45870a54f331f4703c340a174d__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_unsignedshort_{ REL::Offset(0x0458EB68) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_74f5df9a2711887dfaff1c0039c8629d__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x043CA3F8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b35c59db711d5a882c8904126d5a4f6__{ REL::Offset(0x0436A9A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7b4d724c1688d5484b1fa06fe2b80fc8__BSComponentDB2__ID_{ REL::Offset(0x045596E8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7c3ec67db782ff6376f5774be894cc44__{ REL::Offset(0x0458A610) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb06c85a779e988909145236352b3df__{ REL::Offset(0x044CE7F8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7cb8944f2eb0e02f5935d500d06f968b__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__Scaleconst_unsignedshort_{ REL::Offset(0x0458EEA0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7e9ae96d12abae1aed358a503102bf27__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__OrbitalData_{ REL::Offset(0x0437E758) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_7f2a7b1360ae5db27f93c8aa4c98d633__{ REL::Offset(0x04560780) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8223c3cf9d5b2b41a7c63b901285df60__double_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x0439F948) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_823ea704ca5b799b4747f8da8d436147__{ REL::Offset(0x043CDE08) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83153459569c297c33eeb320cac4e10b__BSTPoint4_BSDoublePoint4AOps__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_bool_{ REL::Offset(0x0439F908) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_83eb88dc785ded7bbdba36eaa69ac717__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__void_{ REL::Offset(0x04573E20) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8412abbdbc89713f0b56e7af2367dd78__{ REL::Offset(0x04415670) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84a18b7d7011e1e4004599521e7a5a38__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TerrainSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B1C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_84c8d09383ae2389d797bf13d8f74e50__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPlanetOverlayData_{ REL::Offset(0x0437E8B8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8556c71063c67d4d750c8b90344839b3__BSComponentDB2__ID_{ REL::Offset(0x04374BD8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_85b29ddd9f79f4bc3bdb398b991b5996__{ REL::Offset(0x0436A3F0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_862290f3169d61bded3b131eb07a7c8b__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x044CE858) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_87e34860556d64ffb9adb3fa7d4f7abb__{ REL::Offset(0x04478698) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8bc145bf8f5861b69401a34a1f85b58b__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0457D0A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ca57b74fb66d60dd1b8c845e5f6514b__BSComponentDB2__ID_{ REL::Offset(0x044156B0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8da7c32c621f7a949b3983e7c66b3ccc__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__EmissiveSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B5C0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8db88135c0ebc3a944668231afc5b6fb__BSFixedString_BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x0439FA28) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8e6fbc50fc66052380cbd2a377344218__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x045604D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ed365dd56fbea48d403b427a71992d6__BSComponentDB2__ID_BSResource__IDconst_{ REL::Offset(0x0457D0E0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8ee449afe10d933a75c65bdc18cda39b__unsignedint_BSResource__IDconst_{ REL::Offset(0x0436AD38) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_8fd312ccd6849cff4f0fedfa7efbb27d__{ REL::Offset(0x04478748) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90016e3683b25a6d306b5490dd1c2e93__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__PendingDynamicNavmesh__Cause_{ REL::Offset(0x045609E0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_90ab90acfa51fa1a8368f0c3cccaae41__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHint_{ REL::Offset(0x04559808) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_915a566dc4f5d4b9a729445da5eb56af__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LayeredEdgeFalloffComponentconst_unsignedshort_{ REL::Offset(0x0458B508) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_91b63ff8eab3d0486e088dbcab3069db__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__BlendModeComponentconst_unsignedshort_{ REL::Offset(0x0458EE40) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_923694337caf8fd79a0cb5bedea38e7d__{ REL::Offset(0x04370690) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_928fefcc9614abc0f5f2a8f706945df5__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x0439F988) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933e8d3a564bcde75d85255555e7df09__BSComponentDB2__ID_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ REL::Offset(0x043B51E8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_933fc208a16760fa507a05c6f24fc190__{ REL::Offset(0x04357948) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_94423f29f0eb66a462e2d541467b8953__BSComponentDB2__Detail__EdgeKey_{ REL::Offset(0x0457D120) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_96631490dca5da837baa79b5ed64d0fc__BSComponentDB2__ID_BSResource__ID_{ REL::Offset(0x0436AA00) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9bf5bdf8c589690a8285c1ccbd71d14f__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__WaterFoamSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B050) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9def102c3601235a64afe3514a95cc35__BSComponentDB2__Detail__EdgeKeyconst_{ REL::Offset(0x0457D140) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9e7463508bcffa738ef2719e45537cba__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x043CF0C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9eab01cfe6167ff1309b08409bce75fc__BSComponentDB2__ID_BSFixedStringconst_BGSSurface__PatternPlacement____CTBlockHeightAdjustmentconst_{ REL::Offset(0x0438A4D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9ef77e179b27dd607d7d43e148db77a6__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__PorosityComponentconst_unsignedshort_{ REL::Offset(0x0458B448) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_9effc7eb549bbcf5650fe39691218490__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__VegetationSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B3F0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a00b8ad08d33c2845d9aa87b7875bc41__BSComponentDB2__Detail__EdgeKeyconst_BGSWorldSpaceOverlay____ActivatedOverlayProperty_{ REL::Offset(0x043CBF68) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a0efdb482ab23625c9bdabf3312e0448__{ REL::Offset(0x04560980) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a1c370a3199574c60547a2400e442019__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTCellData_{ REL::Offset(0x0437E778) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a23e534190d30cec24dca216325d5022__{ REL::Offset(0x0455A980) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a27c0be5f4b64ddccd8bc50e045d9555__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x0437EA48) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a307ac9bf8de0e10cf6e4dcc7136da63__std__shared_ptr_Particles__SystemDefinition_const_Particles__ResourceUIDconst_{ REL::Offset(0x045919D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a55070d0055f671661c8cb59c00a4cca__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__HairSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B168) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a5c17da87a28e8337eb6dbdfc39eb263__BSComponentDB2__ID_floatconst_{ REL::Offset(0x0434E390) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a6db6e8ce2a1b5900590f5d36705dada__BSComponentDB2__Detail__EdgeKeyconst_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___unsignedintconst_{ REL::Offset(0x043CF090) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a90056ac78118b4f962495d8ad4dff6a__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__LevelOfDetailSettingsconst_unsignedshort_{ REL::Offset(0x0458B010) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9b074fbf6ecab7777043b15e2adb86a__BGSPlanet__PlanetData_unsignedintvolatile_{ REL::Offset(0x0437E9C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_a9ba8d35507820d87d57fd5f5da57326__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag_const_unsignedshort_{ REL::Offset(0x0458EBA8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aa23ec344a9fbf4942aec303b0f38331__{ REL::Offset(0x0439F8C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ad6e5d2ece4e6b37713d729681709823__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereData_{ REL::Offset(0x043AB088) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_aeffd6290e08a1be9b71be2baf659d15__{ REL::Offset(0x0455A960) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b1634163fe651885766517a2de1ad880__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x04560580) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b18c764913ecad9185e6e23e92b76bc0__BSComponentDB2__ID_{ REL::Offset(0x043D4090) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b34b6df8a3de1133a3da714f35823476__BSComponentDB2__ID_{ REL::Offset(0x0439FBB8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b3ac54931aaa7f40a402345d93c310e4__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__CTAtmosphereModifier_{ REL::Offset(0x0437E7F8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b56427495ae236b8ffe56fb1f90025fd__BSComponentDB2__ID_SpaceshipTemplate_{ REL::Offset(0x045597E8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b5706dd53a2446d78825e4eacb437591__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__{ REL::Offset(0x0434E320) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b68f38074d453efcc32328053bbcf019__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x04559868) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b80a7800756621c121abb58039be6a69__BSComponentDB2__Memory__ComponentHandle_1_const_{ REL::Offset(0x04374BB8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_b81d3f7ade5fe01bb7ae84f235bc5b4c__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__UnusedGalaxyCSVData_{ REL::Offset(0x0437E818) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_baf8eabb78e3a4d88cd75fb4c0cb3f26__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x043CA3C0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_be1db6df11b94ebf79307cf2dd8c85af__{ REL::Offset(0x0458A548) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf096e3fbdedb7e0099f54a9e833a69c__BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x044CAA08) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf4121c593a271462c9bc66003123e75__BSComponentDB2__Detail__EdgeKeyconst_BGSExternalComponentHintconst_{ REL::Offset(0x04559828) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf5dcbafe5debd663425b154685c6f62__{ REL::Offset(0x04478468) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_bf67003c10db0ae0799a21d7d69a2ec7__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__MouthSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B110) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0ba88bc81ce3f3f3c92cfa1668386f1__BGSPerk_unsigned__int64_{ REL::Offset(0x0440A920) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c0f5994d28403811cf2be55a55199742__unsignedint_{ REL::Offset(0x04378718) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1d045f7d1e1a54101cd7d7d11e0c211__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x043CDD68) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c1e567e18ce5c2a0940481ac92356f1d__BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_BSMaterial__UVStreamParamBoolconst_unsignedshort_{ REL::Offset(0x0458EF20) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c31361456e1310fdc438cea778582499__{ REL::Offset(0x044D0EE0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c37e7551942d910897df90ba09d50d55__BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x044CE738) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c3a137ad0882de34ef84e21c0cab422e__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__PlayerKnowledge_{ REL::Offset(0x0437E918) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5af119924c2d27621b0c71db98f7c0f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x0439F928) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c5fac3512970304ce8955e806e5aa76c__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x043D4070) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c7a234104ca5428eae6bf912937dfb53___lambda_f939eef7aa5e251f856fea03ff24e25c__BSSimpleTaggedType_EffectSequence__PlayerTag_unsignedint_0__{ REL::Offset(0x043511C0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c84284bf76481ddbb3caa85206dc654f__BSComponentDB2__ID_{ REL::Offset(0x044781D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c911e532a7a6991fe2797c7bf565e3e1__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ColorRemapSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B088) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9c85547f5eb6fa11b04b67e76b9d9af__BSComponentDB2__ID_BSFixedStringconst_BSGalaxy__OrbitedDataconst_{ REL::Offset(0x04354770) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_c9df8477addd9778235ff72be1979810__BSComponentDB2__ID_BSTArray_BGSLoadFormData_BSTArrayHeapAllocator__std__vector_BSTSmartPointer_TESForm_TESFormExternalPolicy__BSTHeapSTLAllocator_BSTSmartPointer_TESForm_TESFormExternalPolicy__2___{ REL::Offset(0x043CDDC8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ca5347a0d3a14fd42e71dfb4071ff147__IFormComponentFactoryCreator__ReserveControl_{ REL::Offset(0x04355CD8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cc3595e049fa6c743afc13dd506f1e00__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__DynamicData_{ REL::Offset(0x0437E7D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ccf8fc95735998dcf3fdcd8e65916474__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MaterialParamFloatconst_unsignedshort_{ REL::Offset(0x0458EE00) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cde5b0c0f8919ad51fe46615c834338d__{ REL::Offset(0x04370670) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ce5155e8fd6abaf415bf05ac246021ad__{ REL::Offset(0x043CDDA8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_cf2acf07672103e8c3d25d0d1312778d__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__CollisionComponentconst_unsignedshort_{ REL::Offset(0x0458B1E8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d0ae1d05cfd8943448ff8fbaf109e770__BSComponentDB2__Memory__ComponentHandle_1_const_{ REL::Offset(0x04374BF8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d14accb1762c0641c77e80f7ae06c625__{ REL::Offset(0x04591BA0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d36966b1960e7f8b5b64a7c05ef8111e__BSComponentDB2__ID_{ REL::Offset(0x043CDF28) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d71acbe8d588db85e1b22c43cf84837b__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeDataconst_{ REL::Offset(0x0437E958) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d7ff5a56c388db97c5d580c28c4c6149__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSGalaxy__BGSStar_{ REL::Offset(0x04357030) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_d92ea4f09b0ec6bcc29e864bb91488b5__{ REL::Offset(0x0436A9C0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dae60b42aa6ed10785e6d4ed2a73f500__std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x044CE838) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dc878a6b48656b553ef82d9f503ef014__{ REL::Offset(0x044CE210) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dd0fa8a8319b6ae528ac53924b91efb2__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ REL::Offset(0x0458B188) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dfb4ed9fdfbbc69a7f366a11bc9e7230__{ REL::Offset(0x0458AB38) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_dff3c7354039ad0fa4f4c4de7e64775d__BSComponentDB2__ID_BSTSmartPointer_TESForm_TESFormPolicy_const_BGSGenericBaseForm_{ REL::Offset(0x045597C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e2116a4ef55136d23dd5b42579c35f3e__{ REL::Offset(0x043D3F70) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e27d74cc0418ae2ff7f245228c362faa__{ REL::Offset(0x043D4010) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e5b16867ea606e7b2476ed212c239991__BSComponentDB2__ID_unsignedshort_{ REL::Offset(0x0437E878) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e62da2059af5db5c342cde0b6609067f__{ REL::Offset(0x044782D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e7ea5770bddc1582e42cf6396cb936f9__{ REL::Offset(0x043CBF28) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e81a99f17ddc46065edde917804d3110__BSComponentDB2__ID_BSCore__NumericID_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy___2___{ REL::Offset(0x043D3FF0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_e8afdd2893ef6260dc7354452f59be1e__BSComponentDB2__ID_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSCore__NumericID_BSCore__NumericID_BSTHeapSTLAllocator_std__pair_BSCore__NumericIDconst_BSCore__NumericID__2__std__hash_BSCore__NumericID__std__equal_to_BSCore__NumericID____{ REL::Offset(0x045598F8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_eb7e5b6e1dbd2c42282fa3d960c2c22d__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__ParamBoolconst_unsignedshort_{ REL::Offset(0x0458EC08) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ecbbf66ba682c05509ae2a712e68ae96___lambda_c50c74ab526301838835417dda164fcd__EffectSequenceComponent__NodeMap_{ REL::Offset(0x043511A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed03a30ecfafafd4841dd83f17e0c0c9__{ REL::Offset(0x044CD9D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed1860e4f1c0285962af7667c97f6e95__BSComponentDB2__Detail__EdgeKeyconst_BSGalaxy__CTPerBiomeData_{ REL::Offset(0x0437E898) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ed9950422ab61b063814876cee7444fe__{ REL::Offset(0x0458A650) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ee4bdb7090972c6de0617bb4624d5f6c__BSComponentDB2__ID_BSFixedStringconst_BGSSurface____CTWaterHeightconst_{ REL::Offset(0x0438AA00) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef3f222a620b9526a2546d68c603513f__{ REL::Offset(0x04478238) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ef4b6431c85b61fb42b91929a3b01f14__BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag_const_BSMaterial__FlipbookComponentconst_unsignedshort_{ REL::Offset(0x0458EBC8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f0285a6b60f01a2577ccbc4ffd49877a__BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag_const_unsignedshort_{ REL::Offset(0x0458EB88) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f069d14a826c56fdc732784bfc9f4451__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DistortionComponentconst_unsignedshort_{ REL::Offset(0x0458B2A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f55e229c852f58f26241e90e3cf780de__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag_const_unsignedshort_{ REL::Offset(0x0458B2D8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6a8e17636cb3c5dc1336f7bfd3c4606__{ REL::Offset(0x045609A0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f6e8ed7443ef77f132ade09dafa9eb01__BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__NiPoint3_{ REL::Offset(0x04356FF0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f807a583f2d7501aa319e7a194b04636__{ REL::Offset(0x044CE1D0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_f9cd7b5c38b97c47912fc03aca59a12c__BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag_const_BSMaterial__MRTextureFileconst_unsignedshort_{ REL::Offset(0x0458EE20) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd4f5645fda88104f597e31a23aa5287__BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag_const_BSMaterial__DetailBlenderSettingsComponentconst_unsignedshort_{ REL::Offset(0x0458B428) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fd7c5133638da0b899a525c4912a81c0__BSGalaxy__CSV_LOAD_TYPE_std__bitset_255_const_BSFixedString_BSFixedString_BSGalaxy__CTCellData_BSGalaxy__OrbitedData_BSGalaxy__OrbitalData_BSGalaxy__SatelliteCSVData_BSGalaxy__UnusedGalaxyCSVData_BSGalaxy__CTAtmosphereModifier_BSGalaxy__DynamicData_BSGalaxy__CTBiomeData_BSComponentDB2__ID_BSGalaxy__StarSystemCsvColumn_unsignedint_BSGalaxy__CTBodyType_{ REL::Offset(0x04573A40) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_fe2e6f7cb4bf187b645c5b08d629c500__{ REL::Offset(0x044DB630) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand__lambda_ff54c86ab4b749a985203f2ddd1a4a3e__BSComponentDB2__ID_stl__paged_queue_IRuntimeComponentFactoryCreatorconst_8_BSTThreadLSASTLAllocator_IRuntimeComponentFactoryCreatorconst___{ REL::Offset(0x04374C58) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_bool__BSComponentDB2__ID_BSComponentDB2__ID_bool_{ REL::Offset(0x0458AB78) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_BSComponentDB2__ID__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSComponentDB2__IDconst_{ REL::Offset(0x04356108) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_bool___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ REL::Offset(0x04355F98) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x0439F7F0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_BSFixedString__BSComponentDB2__ID_BSComponentDB2__ID_BSFixedStringconst_{ REL::Offset(0x04357928) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__ID_BSComponentDB2__ID_{ REL::Offset(0x043578C8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__ID_{ REL::Offset(0x043578A8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID__BSComponentDB2__IDconst_BSComponentDB2__IDconst_{ REL::Offset(0x0439F670) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool__BSComponentDB2__ID_BSComponentDB2__ID_unsignedshort_bool_{ REL::Offset(0x0436F610) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const__BSComponentDB2__ID_BSFixedStringconst_BSComponentDB2__Memory__ComponentHandle_0_const_{ REL::Offset(0x04355390) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ REL::Offset(0x04355CB8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__ID_charconst__BSComponentDB2__ID_BSFixedString_{ REL::Offset(0x043578E8) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const__BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_{ REL::Offset(0x04372040) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSComponentDB2__Memory__ComponentHandle_1_const_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const_NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24___BSComponentDB2__Memory__ComponentHandle_1__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__NiPointer_NiAVObject_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__StaticAlloc_24__{ REL::Offset(0x04372020) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__ID_{ REL::Offset(0x043B5048) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericID_BSResource__IDconst_{ REL::Offset(0x043CF300) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID_BSResource__IDconst__BSCore__NumericIDconst_BSResource__IDconst_{ REL::Offset(0x043D3F50) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_BSCore__NumericID__BSCore__NumericID_{ REL::Offset(0x0436A9E0) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__CreateAndDeleteInterface_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152_const__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04355F78) }; + inline constexpr std::array BSComponentDB2__Detail__CreateAndDeleteCommand_void___BSComponentDB2__ReadAndUpdateInterface_BSComponentDB2__ID__BSComponentDB2__ID_{ REL::Offset(0x0437E858) }; + inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_893c6d705c84a7e0d51d399d9f566036__{ REL::Offset(0x0458A4E0) }; + inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_b790227927364599a464cd537e5562dd__{ REL::Offset(0x0458A420) }; + inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_d90aaa42e850ebf447a4ae09238b71d5_const_{ REL::Offset(0x0437F6C0) }; + inline constexpr std::array BSComponentDB2__Detail__TReadAndUpdateTraverser_void__lambda_da1f33af6e85eb21a4873b31e467c8b9__{ REL::Offset(0x043579C8) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_045890c1aaf1eb3eb797db8b0b5bbeca__{ REL::Offset(0x044BAB50) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_1441f1cbbe826682a14d46f4d63df194__{ REL::Offset(0x0447CE10) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_17f228e2dc66284ba636844fb313caf1__{ REL::Offset(0x044B9400) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_21cf4e451ea7c564c00d182482839f4a_const_{ REL::Offset(0x045731F0) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_2b593cf8e90acaf02dc67be7bd2d85dc__{ REL::Offset(0x04573208) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_2ead8f75c10dd3c612a8a4cdbd3841f3__{ REL::Offset(0x0458A5C0) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_320ca30a4f987585112db3c6958e5ae2__{ REL::Offset(0x04573968) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_3def0ad88d4ce7850ff339e79302a498__{ REL::Offset(0x0458A438) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_631d683c84c4b7a3550d20fdf2e5470e__{ REL::Offset(0x0439FBA0) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_69b9867905c0f8e730bf5919fdafd9b1__{ REL::Offset(0x04498040) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_6f5dc224e972eab3a7184aa22e2e0ddb__{ REL::Offset(0x044BAB80) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_9c229fad528b2fb2826c6d779358538f__{ REL::Offset(0x044BA890) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_a8772a08b1b36748650310c120eda21d__{ REL::Offset(0x04573950) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_b19d50247db0d7fc25481fa52ccf2bf1__{ REL::Offset(0x045731D8) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_c59cd51e975704ed08342984de5c93de_const_{ REL::Offset(0x0439FB88) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_d6109485a896d8604e7f5cd0eda18c02__{ REL::Offset(0x0458AD38) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_db9d4a9a1849cc0569fe7011848f3baf__{ REL::Offset(0x044BAB68) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_e6e2bd02acfc9bcc2147f7af84d4a4f8__{ REL::Offset(0x044BAB38) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_f5ed750d1f656208027d22d9bfcec1c4__{ REL::Offset(0x044BAB98) }; + inline constexpr std::array BSComponentDB2__Detail__TReadTraverser_void__lambda_f8eccf87aabef9966056d1749f6a7eee__{ REL::Offset(0x044B79D0) }; + inline constexpr std::array BSComponentDB2__JsonDBIDHandler{ REL::Offset(0x0458A7B8) }; + inline constexpr std::array BSComponentDB2__JsonResourceIDHandler{ REL::Offset(0x0458A878) }; + inline constexpr std::array BSComponentDB2__Memory__ConcurrentPageAllocImpl{ REL::Offset(0x0457D060) }; + inline constexpr std::array BSComponentDB2__StorageService{ REL::Offset(0x0458A5A8) }; + inline constexpr std::array BSComponentDB2__StorageService__Impl{ REL::Offset(0x0458A780) }; + inline constexpr std::array BSComponentDB2__StorageService__LoadBatch__AddLooseFilesRecursive__2__Traverser{ REL::Offset(0x0458A588) }; + inline constexpr std::array BSComponentDB2__StorageService__ObjectReferenceVisitor{ REL::Offset(0x0458A7D8) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__BodyDrawData_{ REL::Offset(0x045731A8) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__BodyPhysicsData_{ REL::Offset(0x04572998) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__CTHighDetailInfo_{ REL::Offset(0x04572A98) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__DockingChildState_{ REL::Offset(0x04572E18) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__DockingParentState_{ REL::Offset(0x04572DF8) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__DynamicState_{ REL::Offset(0x045729B8) }; + inline constexpr std::array BSComponentDB__ComponentFactory_BSGalaxy__OrbitState_{ REL::Offset(0x045730F8) }; + inline constexpr std::array BSComponentDB__ComponentFactory_StarField__CTBodyCell_{ REL::Offset(0x03F2C798) }; + inline constexpr std::array BSComponentDB__IComponentFactory{ REL::Offset(0x03F2DAF8) }; + inline constexpr std::array BSCompression____CompressorData{ REL::Offset(0x045B3500) }; + inline constexpr std::array BSCompression____LocalHeap{ REL::Offset(0x045B3520) }; + inline constexpr std::array BSConnectPoint__ChildOrigin{ REL::Offset(0x04371188) }; + inline constexpr std::array BSConnectPoint__Children{ REL::Offset(0x045767D0) }; + inline constexpr std::array BSConnectPoint__Parents{ REL::Offset(0x04576590) }; + inline constexpr std::array BSCoreMessage__MessageSource{ REL::Offset(0x03F276E0) }; + inline constexpr std::array BSCounterStorage{ REL::Offset(0x0452F3E8) }; + inline constexpr std::array BSCylinderConstructor{ REL::Offset(0x04459C10) }; + inline constexpr std::array BSDamageStage{ REL::Offset(0x04582E90) }; + inline constexpr std::array BSDebounceManager{ REL::Offset(0x0456E140) }; + inline constexpr std::array BSDebrisNode{ REL::Offset(0x04582B68) }; + inline constexpr std::array BSDiscBootSystemUtility{ REL::Offset(0x03F2DF68) }; + inline constexpr std::array BSDistantObjectExtraData{ REL::Offset(0x04588150) }; + inline constexpr std::array BSDynamicGeometry{ REL::Offset(0x047857F0) }; + inline constexpr std::array BSExceptionHandler{ REL::Offset(0x04571E58) }; + inline constexpr std::array BSExteriorReflectionProbeAdjustmentVolume{ REL::Offset(0x04584C88) }; + inline constexpr std::array BSExtraData{ REL::Offset(0x04351F08) }; + inline constexpr std::array BSFaceDB__AttachHeadControlNode{ REL::Offset(0x04352B50) }; + inline constexpr std::array BSFaceDB__CreateHeadControlNode{ REL::Offset(0x04352880) }; + inline constexpr std::array BSFaceDB__CrowdHairCustomization{ REL::Offset(0x04352C20) }; + inline constexpr std::array BSFaceDB__EyeCustomization{ REL::Offset(0x04352BD0) }; + inline constexpr std::array BSFaceDB__FaceCustomizationTexturesNode{ REL::Offset(0x04352CC0) }; + inline constexpr std::array BSFaceDB__HairCustomization{ REL::Offset(0x04352C70) }; + inline constexpr std::array BSFaceDB__JewelryCustomizationNode{ REL::Offset(0x04352A10) }; + inline constexpr std::array BSFaceDB__RequestCompleteNode{ REL::Offset(0x04352830) }; + inline constexpr std::array BSFaceDB__RequestHeadPartResourcesNode{ REL::Offset(0x04352A60) }; + inline constexpr std::array BSFaceDB__TeethCustomizationNode{ REL::Offset(0x043529C0) }; + inline constexpr std::array BSFaceDB____HeadPartHairCustomization{ REL::Offset(0x04352AB0) }; + inline constexpr std::array BSFaceDB____HeadPartJewelryCustomization{ REL::Offset(0x04352B00) }; + inline constexpr std::array BSFaceDB____ReplaceHeadPartControlNode{ REL::Offset(0x04352958) }; + inline constexpr std::array BSFaceDB____ReplaceHeadPartPostProcessNode{ REL::Offset(0x04352908) }; + inline constexpr std::array BSFaceFX{ REL::Offset(0x043523C8) }; + inline constexpr std::array BSFaceGenAnimationData{ REL::Offset(0x04441610) }; + inline constexpr std::array BSFaceGenNiNode{ REL::Offset(0x04441BC0) }; + inline constexpr std::array BSFaceGenUtils__UpdateFaceCustomizationTexturesNode{ REL::Offset(0x04352D10) }; + inline constexpr std::array BSFaceGenUtils____ApplyLayeredMorphWeightsNode{ REL::Offset(0x04442420) }; + inline constexpr std::array BSFadeNode{ REL::Offset(0x0457D3B8) }; + inline constexpr std::array BSFile{ REL::Offset(0x045B3430) }; + inline constexpr std::array BSFile__PageCache__PhysReadType{ REL::Offset(0x045B34D0) }; + inline constexpr std::array BSFixedSizeBlockAllocator__IAlloc{ REL::Offset(0x0456CCD8) }; + inline constexpr std::array BSFixedSizeBlockAllocator__TAlloc_4294967296_16777216_128_{ REL::Offset(0x044D0F00) }; + inline constexpr std::array BSFixedSizeBlockAllocator__TUserPoolImpl_0_128_BSComponentDB__EnvType__ViewControlFallbackAllocator_{ REL::Offset(0x0457CE38) }; + inline constexpr std::array BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocatorSingleThread_{ REL::Offset(0x0478B6B0) }; + inline constexpr std::array BSFixedSizeBlockAllocator__TUserPoolImpl_0_24___BSPointerAllocatorPageAllocator_{ REL::Offset(0x04785F00) }; + inline constexpr std::array BSFixedSizeBlockAllocator__UserPoolImplBase{ REL::Offset(0x03F2E228) }; + inline constexpr std::array BSFogVolume{ REL::Offset(0x045849E0) }; + inline constexpr std::array BSFrameManager{ REL::Offset(0x04586880) }; + inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_ActorValueBindingUpdaterService_BSService__Detail__ReferenceGetterDefaultPointer_ActorValueBindingUpdaterService____{ REL::Offset(0x0434E6C0) }; + inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_BSResourceReloadManager_BSService__Detail__ReferenceGetterDefaultPointer_BSResourceReloadManager____{ REL::Offset(0x04586810) }; + inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_EffectSequence__EffectSequenceManager_BSService__Detail__ReferenceGetterDefaultPointer_EffectSequence__EffectSequenceManager____{ REL::Offset(0x04351308) }; + inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits_LightAttachmentRuntimeComponentUpdateService_BSService__Detail__ReferenceGetterDefaultPointer_LightAttachmentRuntimeComponentUpdateService____{ REL::Offset(0x044D44E0) }; + inline constexpr std::array BSFrameService_BSService__Detail__TService_BSService__Detail__TServiceTraits___MaterialAnimator_BSService__Detail__ReferenceGetterDefaultPointer___MaterialAnimator____{ REL::Offset(0x0458BF80) }; + inline constexpr std::array BSFrustumFOVController{ REL::Offset(0x0477ACB8) }; + inline constexpr std::array BSFurnitureMarkerNode{ REL::Offset(0x045835D0) }; + inline constexpr std::array BSGFxFunctionBase{ REL::Offset(0x04590998) }; + inline constexpr std::array BSGFxFunctionHandler{ REL::Offset(0x04590980) }; + inline constexpr std::array BSGFxObject{ REL::Offset(0x0458F4F8) }; + inline constexpr std::array BSGalaxy__BGSStar{ REL::Offset(0x04357090), REL::Offset(0x043573A8), REL::Offset(0x043573C8), REL::Offset(0x04357430) }; + inline constexpr std::array BSGalaxy__BGSSunPresetForm{ REL::Offset(0x04357448), REL::Offset(0x04357460) }; + inline constexpr std::array BSGalaxy__BiomeMapDB__LoadBiome{ REL::Offset(0x04357808) }; + inline constexpr std::array BSGalaxy__Biomes__Map{ REL::Offset(0x03F269C8) }; + inline constexpr std::array BSGalaxy__ModuleState{ REL::Offset(0x04573198), REL::Offset(0x045731C8) }; + inline constexpr std::array BSGalaxy__Physics__Havok__BSGalaxyCollisionObject{ REL::Offset(0x04573598) }; + inline constexpr std::array BSGalaxy__Physics__Havok__bhkSpaceWorld{ REL::Offset(0x045733D0) }; + inline constexpr std::array BSGalaxy__hknpBSShiftOffsetCollector{ REL::Offset(0x045737A8) }; + inline constexpr std::array BSGameDataSystemUtility{ REL::Offset(0x03F27018) }; + inline constexpr std::array BSGameStreamUtility{ REL::Offset(0x03F2DC20) }; + inline constexpr std::array BSGamepadDevice{ REL::Offset(0x0456F018) }; + inline constexpr std::array BSGamerProfile{ REL::Offset(0x03F2E3D0) }; + inline constexpr std::array BSGdkTaskletGroupData{ REL::Offset(0x045B3EE8) }; + inline constexpr std::array BSGdkTaskletManager{ REL::Offset(0x03F27510) }; + inline constexpr std::array BSGeometry{ REL::Offset(0x047832A8) }; + inline constexpr std::array BSGeometryConstructorManager{ REL::Offset(0x044D4328) }; + inline constexpr std::array BSGeometrySegmentData{ REL::Offset(0x04784068) }; + inline constexpr std::array BSGrabIKNote{ REL::Offset(0x04781A70) }; + inline constexpr std::array BSIMusicTrack{ REL::Offset(0x043D9850) }; + inline constexpr std::array BSIdleInputWatcher{ REL::Offset(0x0449EE40), REL::Offset(0x0449EE50), REL::Offset(0x0449EE68) }; + inline constexpr std::array BSInputDevice{ REL::Offset(0x0456EFC8) }; + inline constexpr std::array BSInputDeviceManager{ REL::Offset(0x0456D3A0), REL::Offset(0x0456D3B8) }; + inline constexpr std::array BSInputEnableManager{ REL::Offset(0x0456E5C8), REL::Offset(0x0456E5D8), REL::Offset(0x0456E5E8) }; + inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_308e8d5968cc3bb57dc647b65f0503de__{ REL::Offset(0x0456E5F8) }; + inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_661d0f60f138cd02e3f7b3c7e342bf35__{ REL::Offset(0x043CF6A0) }; + inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_94a0f5f89a773c29acc037dcff4efac1__{ REL::Offset(0x044C8D30) }; + inline constexpr std::array BSInputEnableManager__DebugNameFunctor__lambda_e65887d2910f76d0d564a8b328ce8ef8__{ REL::Offset(0x0453E288) }; + inline constexpr std::array BSInputEventReceiver{ REL::Offset(0x04476B38) }; + inline constexpr std::array BSInputEventSingleUser{ REL::Offset(0x044961D0), REL::Offset(0x044961E8) }; + inline constexpr std::array BSInputEventUser{ REL::Offset(0x03F0F420) }; + inline constexpr std::array BSInvMarker{ REL::Offset(0x045875C0) }; + inline constexpr std::array BSJobs2__Detail__CompletionJobImpl_void___void__{ REL::Offset(0x044CAC50) }; + inline constexpr std::array BSJobs2__Detail__ControlNodeJob{ REL::Offset(0x0436A980) }; + inline constexpr std::array BSJobs2__Detail__GroupThread{ REL::Offset(0x045B3180) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_088f001f29e62fc709abe21f83ea75bf__{ REL::Offset(0x0476DB68) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0a591ac3ff94163a38651752c151264c__{ REL::Offset(0x04761B10) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_0c320f36fb7fc7f350060281711b6dcc__{ REL::Offset(0x04473118) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_121e21e1e9d125117e719645e442eba0__CrowdActorInfo_{ REL::Offset(0x04472DC0) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1d2c540075df577eca3aa8de0befd2a5__{ REL::Offset(0x045C6D60) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_1e721c09f0a8f9d6a4657a5b9050ab6a__{ REL::Offset(0x04761B30) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_2c6cc3366ed202bc6b0186f8f2ea59be__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152_const_{ REL::Offset(0x044DA698) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_353d25ac855fc8cf470cdb1fa528eefa__{ REL::Offset(0x045C67E0) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_38ef3220ea0011ad5f4d8cb09de6c89c__{ REL::Offset(0x044DB8D0) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_43cb70392b6e24696f132754a441c23c__{ REL::Offset(0x045C8638) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_4d7a74fe113004069e8f8aa41628d823__{ REL::Offset(0x0476DB28) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_52ea3f0ce40a198958f8f9292ab5123e__intconst___m128const_BSTPoint2_int_BSTPointDefaultOps_int___unsignedshortconst_unsignedshortconst_unsignedshortconst_unsignedshort_{ REL::Offset(0x043A6890) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_56d884e3775d9d6bddede903933c8160__{ REL::Offset(0x04473058) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_5855e61dc871e8ef7c31605a8f3bc71e__{ REL::Offset(0x045C6D40) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_73f78bea8c69019bbbbaaadb040c86f4__{ REL::Offset(0x044730D8) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_7cfe8613faf0db759093f8698f53bfec__TESForm_{ REL::Offset(0x0436AD78) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_818525b1695da88692502b46c145e774__{ REL::Offset(0x045C8658) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_888592e0535faa29e3c7210ec0774b1d__TESObjectREFR_{ REL::Offset(0x045605C0) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_99ba775dbc162d7d214b840658849b14__{ REL::Offset(0x044730B8) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9ad5d3990b74ff05eae644e3fae7f5b7__{ REL::Offset(0x04370940) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_9eadd5c202f51b2408f630d83ad6666b__hkTask_int_{ REL::Offset(0x04575198) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_a6eaa142a8610e6612db23988c5f9b9d__{ REL::Offset(0x043CDE68) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ae84b65a6d4a04c179af5a7a12c59e3f__{ REL::Offset(0x044730F8) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_af1cfd7815fd339fb92f5cddf38289c0__Actor_{ REL::Offset(0x044D4158) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ba35cf450b8986237b7cf0cea379bf44__hkTask_int___bhkTaskSchedule__ExecutionContext_{ REL::Offset(0x04575178) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c390c78bee5b7e1ced577a1ffdeee7f0__{ REL::Offset(0x045C67C0) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_c8b5e19d2cdb34f42b2217824c2c435c__{ REL::Offset(0x043A6408) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_d4aba54a904c5a2f42b35b8913e2ceff__{ REL::Offset(0x04761B50) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_df1c9297a753126691cecba02443496c__{ REL::Offset(0x0459CBC8) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ec1e4206da538544273932b65c5abef7__BSSimpleTaggedType_Blueprints__BlueprintIdentifierTag_unsignedint_4294967295_const_TESObjectREFR_{ REL::Offset(0x0436F9F0) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_ed6a3ebc1da311605bcc7a3fb95ab7d8__TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__TESNPC_unsignedint_{ REL::Offset(0x04473158) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint___lambda_f15b185c11f96f63ea0a4e5eb59f55d3__{ REL::Offset(0x04370960) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount__unsignedint_BGSSpatialGraphCellGrid_BGSSpatialGraphObstacleMapconst_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16__const__BSTSmartPointer_BGSSpatialGrid_BSTSmartPointerIntrusiveRefCount_const_unsignedint_BGSSpatialGraphCellGridconst_BGSSpatialGraphObstacleMap_BGSSpatialGraphObstacleUpdateDataT_BSTObjectArenaScrapAlignAlloc_16___{ REL::Offset(0x0437B168) }; + inline constexpr std::array BSJobs2__Detail__TCountedSubmitJob_std__atomic_unsignedint__void___float_NiPointer_BSTempEffect___float_NiPointer_BSTempEffect__{ REL::Offset(0x044DFDC0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0027cb34bdb3be842b5667b277332143__void_{ REL::Offset(0x0436AC98) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0607c2c0ff0f28eb28edaf75bf29ca5d__void_{ REL::Offset(0x044CACA8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_09cb18e23d4e1194a0ce321b6b2bf099__void_{ REL::Offset(0x0436A2C8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0f1e00cd8fe7af873fa0f650aa10e7e8_const_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___RunAnimationsParams_{ REL::Offset(0x0436A358) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_0f7a657b352472bd303c8fe895eca1a3__void_{ REL::Offset(0x04370F20) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_11949d2fddca792cf43e5731c532cd1c__void_{ REL::Offset(0x0436AC18) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_18bdcdbab0a52c7985c906eba03b1f5b__void_{ REL::Offset(0x04762048) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_215fdd2482ddd8fb9716083864e63d75__void_{ REL::Offset(0x0436AAA0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_28756a4eecb84484c7223dff312dca1f__void_{ REL::Offset(0x04574360) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_3dae344e2e2fea8d13dfa6c87eb7b4cf__void_{ REL::Offset(0x047620E8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_4354dcb45c8915d7d9d8b74793e5698d__void_{ REL::Offset(0x0436ABB8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_45ffdd1915b90f714a96c54660071f4c__void_{ REL::Offset(0x044DFEC0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_57a5196eaaf138081ba810aaa9f48923__void_{ REL::Offset(0x0436ABD8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_682a754a93743d4c9089eaf2ae26c0b9__void_{ REL::Offset(0x04370F40) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_68af1521203285b505ad5f9cae1083b5__void_{ REL::Offset(0x04762088) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_6a94340c83101f25cb8b154dbd9aa65f__void_{ REL::Offset(0x04762188) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_6c9af3d12e35996e5975b1310d3bcd25__void_{ REL::Offset(0x0436A228) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_71e83da9d7122a98a56d7c09639625fc__void_{ REL::Offset(0x0436ACB8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_7877457184a5dd55914388e1e0ad9695__ENUM_FORM_ID_{ REL::Offset(0x0436AA40) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_7d3a129c205d70f3c695a4f9a690788a_const_BSResource__IDconst_{ REL::Offset(0x0436A378) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_7ebb7c82eb50beaf1912689317581c71__void_{ REL::Offset(0x04766A30) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_83ec382ea2a8462e6cf4734d17378c87__void_{ REL::Offset(0x04766A10) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_8bb1da371640c6745abcd6737ce1197e__void_{ REL::Offset(0x04762108) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_975784d114b0555c410efabcd6d9b704__void_{ REL::Offset(0x0436AD58) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_9f66d67105c61988981c3125b365a9d7____InitJL__InteriorInitStage_{ REL::Offset(0x0436AB98) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_a4f8085a6d16d6e1810fde8d67372e7e__void_{ REL::Offset(0x04762128) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_a9ee20319e4bbe329d8ace8962c5824e_const_TESQuestconst_{ REL::Offset(0x04455368) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_ab282904a2982d1f6a959fa9f1fe6fd4__void_{ REL::Offset(0x0436AB40) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_af29c94cb7a599be92df8dde1403fb15__void_{ REL::Offset(0x0436AB20) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_b1702e3d437f2c17d7c6a4ade7d4469c__void_{ REL::Offset(0x0436AC78) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_b235525a91e52924c78706a4594eef2a__void_{ REL::Offset(0x047621A8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_b89f68ffcb816bd01523acc8ef1852a8__void_{ REL::Offset(0x0436AC58) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_bdc5f27c25eb53e68e5b9d0583ccf6d0__hkTaskconst_unsignedshortconst_hkEnum_hkTask__MultiplicityMode__Enum_unsignedchar_const_{ REL::Offset(0x04575388) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_d82943fdfbe6654609a082af89dbdc02__void_{ REL::Offset(0x047620A8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e0bc3cd0dc39abc761886e09d9e84f2e__void_{ REL::Offset(0x0436AA60) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e72cd51bd354ecaad6f14eeb9a22f186__void_{ REL::Offset(0x044DFEE0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e73eb600f6dd49a80fa0aede5375f2af__void_{ REL::Offset(0x044B7980) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e7bb3c6fbb0c5701be011ca18deaa557__void_{ REL::Offset(0x047621C8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_e8cc21323c8b43aa03fd3a93d443f734__void_{ REL::Offset(0x04762168) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_ea54d46511c05c9dc2b37ab31a701ead__void_{ REL::Offset(0x04762148) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_eb38f95e1ed1f0631246533c591e5559__void_{ REL::Offset(0x0436AA20) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_f113df84d4b822eb0e7f7d3455cd3860__void_{ REL::Offset(0x0436AAC0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_f6dca0af0d133b5a7a71151a0f2aa291__void_{ REL::Offset(0x0436AC38) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob__lambda_f841a176064f739159b9411e20730312__void_{ REL::Offset(0x0436ABF8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0___BSJobs2__TDigraph_BSJobs2__Memory__LSAMemoryPolicy_0__{ REL::Offset(0x044CAC68) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const__BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_Projectile_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152____{ REL::Offset(0x044F0F50) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSScript__Internal__CodeTasklet__BSScript__Internal__CodeTaskletconst_{ REL::Offset(0x045AEAB0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount_const_float_bool_{ REL::Offset(0x044DFE20) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___CELLJobs__AnimatedRefJobDataconst__CELLJobs__AnimatedRefJobData_{ REL::Offset(0x043CE120) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_NiPointer_bhkNPCollisionObject_const__NiPointer_Actor__NiPointer_bhkNPCollisionObject__{ REL::Offset(0x044DFEA0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const__NiPointer_Actor_const_{ REL::Offset(0x044DFE60) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__Actor_bool_{ REL::Offset(0x044DFE40) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_Actor_const_bool__NiPointer_Actor_const_bool_{ REL::Offset(0x044DFE80) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const__NiPointer_NiAVObject__{ REL::Offset(0x044DFDE0) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___NiPointer_NiAVObject_const_bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp__NiPointer_NiAVObject__bhkUtilFunctions__UpdateBodyVelocityDelta_bhkUtilFunctions__UpdateBodyVelAllowQueuedWarp_{ REL::Offset(0x04472FB8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152___TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x043CE100) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___unsignedint__unsignedint_{ REL::Offset(0x04472FD8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___void__DynamicNavmesh_{ REL::Offset(0x04377AA8) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___void__PathingTaskData_{ REL::Offset(0x0459AF00) }; + inline constexpr std::array BSJobs2__Detail__TNodeJob_void___void__void_{ REL::Offset(0x044C6430) }; + inline constexpr std::array BSJobs2__Memory__HeapMemoryPolicy{ REL::Offset(0x03F2DAB8) }; + inline constexpr std::array BSJobs2__Memory__LSAMemoryPolicy{ REL::Offset(0x03F2DB30) }; + inline constexpr std::array BSJobs2__Memory__ScrapMemoryPolicy{ REL::Offset(0x045B31D0) }; + inline constexpr std::array BSKeyboardDevice{ REL::Offset(0x0456F5C0) }; + inline constexpr std::array BSLagBoneController{ REL::Offset(0x04587F40) }; + inline constexpr std::array BSLegacyStreamableStub{ REL::Offset(0x04786A90) }; + inline constexpr std::array BSLensFlareRender__BSLensFlareSpriteRenderData{ REL::Offset(0x043B2E08) }; + inline constexpr std::array BSLight{ REL::Offset(0x0457F1B0) }; + inline constexpr std::array BSListBase_BSTempEffectDebris_{ REL::Offset(0x03F26C68) }; + inline constexpr std::array BSList_BSTempEffectDebris_{ REL::Offset(0x03F2B918) }; + inline constexpr std::array BSLookIKNote{ REL::Offset(0x04781C48) }; + inline constexpr std::array BSMaterialBinding__MaterialPropertyNode{ REL::Offset(0x0458DD68) }; + inline constexpr std::array BSMaterialBinding__MaterialUVStreamPropertyNode{ REL::Offset(0x0458EA00) }; + inline constexpr std::array BSMaterial__ModuleState{ REL::Offset(0x0458AAF8), REL::Offset(0x0458AC70), REL::Offset(0x0458AE00) }; + inline constexpr std::array BSMemStorage{ REL::Offset(0x04355420) }; + inline constexpr std::array BSMemStorageAllocated_BSMemoryHeapAllocator_{ REL::Offset(0x0452ECC8) }; + inline constexpr std::array BSMemStorageReadOnly{ REL::Offset(0x0456E370) }; + inline constexpr std::array BSMissionMenu{ REL::Offset(0x044A6DB8), REL::Offset(0x044A6E98), REL::Offset(0x044A6EF0), REL::Offset(0x044A6F08), REL::Offset(0x044A6F30), REL::Offset(0x044A6F48), REL::Offset(0x044A6F60), REL::Offset(0x044A6F78), REL::Offset(0x044A6F90), REL::Offset(0x044A6FA8), REL::Offset(0x044A6FC0), REL::Offset(0x044A6FD8) }; + inline constexpr std::array BSMissionMenu__MissionMenuEventShuttle{ REL::Offset(0x044A70D0) }; + inline constexpr std::array BSModelDB__AutoQueuedDependentNode{ REL::Offset(0x0457E6F8) }; + inline constexpr std::array BSModelDB__BSModelProcessor{ REL::Offset(0x0436D088) }; + inline constexpr std::array BSModelDB__ModelResourceNode{ REL::Offset(0x0457E5C0) }; + inline constexpr std::array BSModelDB__QueuedHandles{ REL::Offset(0x0457E660) }; + inline constexpr std::array BSModelDB____CreateMorphModel{ REL::Offset(0x0457E610) }; + inline constexpr std::array BSModelNode{ REL::Offset(0x04784020) }; + inline constexpr std::array BSModelNodeAnimRig{ REL::Offset(0x04562490) }; + inline constexpr std::array BSModelNodePhysicsComponentI{ REL::Offset(0x04371508) }; + inline constexpr std::array BSModelNodeRigI{ REL::Offset(0x045624D0) }; + inline constexpr std::array BSMorphDB__AutoQueuedNode{ REL::Offset(0x0457DD88) }; + inline constexpr std::array BSMorphDB__DBTraits__CreateResourceNode__2__MorphResourceNode{ REL::Offset(0x0457DD38) }; + inline constexpr std::array BSMorphDB__QueuedHandles{ REL::Offset(0x044554C8) }; + inline constexpr std::array BSMorphTargetData{ REL::Offset(0x04783A68) }; + inline constexpr std::array BSMouseDevice{ REL::Offset(0x04570580) }; + inline constexpr std::array BSMsgDialogSystemUtility{ REL::Offset(0x03F2DF30) }; + inline constexpr std::array BSMultiTargetTreadTransfController{ REL::Offset(0x04778B88) }; + inline constexpr std::array BSNavMeshGenAntiseedTrimmerTask{ REL::Offset(0x0459C580) }; + inline constexpr std::array BSNavMeshGenCollapserTask{ REL::Offset(0x0459B808) }; + inline constexpr std::array BSNavMeshGenComputeBoundTask{ REL::Offset(0x0459C6C0) }; + inline constexpr std::array BSNavMeshGenContext{ REL::Offset(0x0459CA08) }; + inline constexpr std::array BSNavMeshGenContextGroup{ REL::Offset(0x045A0D38) }; + inline constexpr std::array BSNavMeshGenCoverTask{ REL::Offset(0x0459C738) }; + inline constexpr std::array BSNavMeshGenData{ REL::Offset(0x0459B6D8) }; + inline constexpr std::array BSNavMeshGenInputProcessTask{ REL::Offset(0x0459B790) }; + inline constexpr std::array BSNavMeshGenInputProcessor{ REL::Offset(0x045A1060) }; + inline constexpr std::array BSNavMeshGenLinkDoorTask{ REL::Offset(0x0459C6E8) }; + inline constexpr std::array BSNavMeshGenNode{ REL::Offset(0x0434DEB0) }; + inline constexpr std::array BSNavMeshGenOutputProcessTask{ REL::Offset(0x0459B7E0) }; + inline constexpr std::array BSNavMeshGenOutputProcessor{ REL::Offset(0x045A1188) }; + inline constexpr std::array BSNavMeshGenRecastImport{ REL::Offset(0x045A55B8) }; + inline constexpr std::array BSNavMeshGenRecastTask{ REL::Offset(0x0459B7B8) }; + inline constexpr std::array BSNavMeshGenRequestPauseTask{ REL::Offset(0x045A1038) }; + inline constexpr std::array BSNavMeshGenRequestResumeTask{ REL::Offset(0x045A0F48) }; + inline constexpr std::array BSNavMeshGenSeedTrimmerTask{ REL::Offset(0x0459C5A8) }; + inline constexpr std::array BSNavMeshGenSmallAreaTrimmerTask{ REL::Offset(0x0459C558) }; + inline constexpr std::array BSNavMeshGenSplitter{ REL::Offset(0x045A11B0) }; + inline constexpr std::array BSNavMeshGenSplitterTask{ REL::Offset(0x0459B830) }; + inline constexpr std::array BSNavMeshGenStitcher{ REL::Offset(0x045A12B0) }; + inline constexpr std::array BSNavMeshGenStitcherTask{ REL::Offset(0x0459B880) }; + inline constexpr std::array BSNavMeshGenTask{ REL::Offset(0x0434DF08) }; + inline constexpr std::array BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B770) }; + inline constexpr std::array BSNavMeshGenTaskBase_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0434DE68) }; + inline constexpr std::array BSNavMeshGenTaskGraphProcessor{ REL::Offset(0x0459C870) }; + inline constexpr std::array BSNavMeshGenTaskGroup{ REL::Offset(0x0459C9E0) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenAntiseedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B910) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenCollapserTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BFF8) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenComputeBoundTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BC50) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenCoverTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BD88) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenInputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BEC0) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenLinkDoorTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BCB8) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenOutputProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BF90) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenRecastTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BF28) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenRequestPauseTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x045A0EE0) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenRequestResumeTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x045A0F70) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenSeedTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B978) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenSmallAreaTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B8A8) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459C060) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenStitcherTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459C130) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTerrainTrimmerTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459BE58) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTraversalTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BA48) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleHeightTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BAB0) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTrianglePlatformTask_BSNavMeshGenTaskContextBase_BSNavMeshGenContextGroup__{ REL::Offset(0x0459B9E0) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleSplitterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459C0C8) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleTunnelTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BB80) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenTriangleWaterTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BBE8) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenUpdateNavMeshInfoTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BD20) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenVertexDataTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BB18) }; + inline constexpr std::array BSNavMeshGenTaskNode_BSNavMeshGenWaypointTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0459BDF0) }; + inline constexpr std::array BSNavMeshGenTaskNode_NavMeshGenInputBorderProcessTask_BSNavMeshGenTaskContextBase_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount___{ REL::Offset(0x0434DD30) }; + inline constexpr std::array BSNavMeshGenTaskProgress{ REL::Offset(0x045A0CB8) }; + inline constexpr std::array BSNavMeshGenTaskServer{ REL::Offset(0x0459C990) }; + inline constexpr std::array BSNavMeshGenTerrainTrimmerTask{ REL::Offset(0x0459C788) }; + inline constexpr std::array BSNavMeshGenTraversalTask{ REL::Offset(0x0459C5F8) }; + inline constexpr std::array BSNavMeshGenTriangleHeightTask{ REL::Offset(0x0459C620) }; + inline constexpr std::array BSNavMeshGenTrianglePlatformTask{ REL::Offset(0x0459C5D0) }; + inline constexpr std::array BSNavMeshGenTriangleSplitter{ REL::Offset(0x045A0C08) }; + inline constexpr std::array BSNavMeshGenTriangleSplitterTask{ REL::Offset(0x0459B858) }; + inline constexpr std::array BSNavMeshGenTriangleTunnelTask{ REL::Offset(0x0459C670) }; + inline constexpr std::array BSNavMeshGenTriangleWaterTask{ REL::Offset(0x0459C698) }; + inline constexpr std::array BSNavMeshGenUpdateNavMeshInfoTask{ REL::Offset(0x0459C710) }; + inline constexpr std::array BSNavMeshGenVertexDataTask{ REL::Offset(0x0459C648) }; + inline constexpr std::array BSNavMeshGenWaypointTask{ REL::Offset(0x0459C760) }; + inline constexpr std::array BSNavMeshGenerator{ REL::Offset(0x0459C7D0), REL::Offset(0x0459C7E0), REL::Offset(0x0459C7F0), REL::Offset(0x0459C840) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBarrierNode{ REL::Offset(0x0459C938) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBeginFinalizeAdjacenCellsNode{ REL::Offset(0x0459C8E0) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBeginFinalizerNode{ REL::Offset(0x045A0E30) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenBeginNode{ REL::Offset(0x045A0E88) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenEndFinalizeAdjacentCellsNode{ REL::Offset(0x0459C888) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenEndFinalizerNode{ REL::Offset(0x045A0D80) }; + inline constexpr std::array BSNavMeshGenerator__BSNavMeshGenParentNode{ REL::Offset(0x045A0DD8) }; + inline constexpr std::array BSNavMeshPathBuilder_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ REL::Offset(0x0444D370) }; + inline constexpr std::array BSNavMeshPathBuilder_EscortPathingRequestPolicy_{ REL::Offset(0x04448A90) }; + inline constexpr std::array BSNavigationGraph{ REL::Offset(0x045A1238) }; + inline constexpr std::array BSNavigationGraphInfo{ REL::Offset(0x045A1280) }; + inline constexpr std::array BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_5ec3f1f48a60f70235b7483ec05838df__{ REL::Offset(0x04448A68) }; + inline constexpr std::array BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_b9116092a53e9ba4e6701dee4ba32644__{ REL::Offset(0x045A28F0) }; + inline constexpr std::array BSNavigationGraphInfo__NavigationGraphInfoFunctor__lambda_d38604c1e3caa65ff8d2747818cfe9c7__{ REL::Offset(0x0444D478) }; + inline constexpr std::array BSNavigationGraphManager{ REL::Offset(0x045A1220) }; + inline constexpr std::array BSNavigationGraphManagerT_BSNavigationGridInfo_{ REL::Offset(0x045A0AE0) }; + inline constexpr std::array BSNavigationGraphManagerT_BSNavmeshInfo_{ REL::Offset(0x045A29B8) }; + inline constexpr std::array BSNavigationGraphManagerT_BSSpatialGraphInfo_{ REL::Offset(0x0437C500) }; + inline constexpr std::array BSNavigationGraphRefCount{ REL::Offset(0x045A11D8) }; + inline constexpr std::array BSNavigationGrid{ REL::Offset(0x045A3098), REL::Offset(0x045A30B0) }; + inline constexpr std::array BSNavigationGridBase{ REL::Offset(0x045A3110) }; + inline constexpr std::array BSNavigationGridChunk{ REL::Offset(0x045A30F8) }; + inline constexpr std::array BSNavigationGridFieldBase{ REL::Offset(0x045A3128) }; + inline constexpr std::array BSNavigationGridFieldBaseT_unsignedint_BSNavigationGridPartialFieldChunkT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ REL::Offset(0x04461238) }; + inline constexpr std::array BSNavigationGridFieldWrapperT_unsignedint_BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2___{ REL::Offset(0x044611D0) }; + inline constexpr std::array BSNavigationGridInfo{ REL::Offset(0x045A3008) }; + inline constexpr std::array BSNavigationGridManager{ REL::Offset(0x045A0B58), REL::Offset(0x045A0B70) }; + inline constexpr std::array BSNavigationGridManager__Task{ REL::Offset(0x045A0AF8) }; + inline constexpr std::array BSNavigationGridObstacleUpdateTask{ REL::Offset(0x045A3038) }; + inline constexpr std::array BSNavigationGridPartialFieldT_unsignedint_BSNavigationGridFieldBitField_unsignedint_2__{ REL::Offset(0x04461188) }; + inline constexpr std::array BSNavmesh{ REL::Offset(0x0459B190) }; + inline constexpr std::array BSNavmeshInfo{ REL::Offset(0x0459B250) }; + inline constexpr std::array BSNavmeshInfoMap{ REL::Offset(0x045A29D0) }; + inline constexpr std::array BSNavmeshInfoMap__IRecursiveVisitor{ REL::Offset(0x04451710) }; + inline constexpr std::array BSNavmeshInfoSearch{ REL::Offset(0x045A1878) }; + inline constexpr std::array BSNavmeshObstacleCoverData{ REL::Offset(0x045A12C8) }; + inline constexpr std::array BSNavmeshObstacleData{ REL::Offset(0x0434ECB8) }; + inline constexpr std::array BSNavmeshReferenceObstacleArray{ REL::Offset(0x04451048) }; + inline constexpr std::array BSNavmeshSearch{ REL::Offset(0x045A2940) }; + inline constexpr std::array BSNavmeshSearchAvailableSpaceDirectional{ REL::Offset(0x045A2C48) }; + inline constexpr std::array BSNavmeshSearchAvailableSpaceRadius{ REL::Offset(0x045A2C28) }; + inline constexpr std::array BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ REL::Offset(0x045A2BF8) }; + inline constexpr std::array BSNavmeshSearchAvailableSpace_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ REL::Offset(0x045A2C10) }; + inline constexpr std::array BSNavmeshSearchBase{ REL::Offset(0x0444D4C8) }; + inline constexpr std::array BSNavmeshSearchFilters{ REL::Offset(0x045A2B88) }; + inline constexpr std::array BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_BSPathing__CheckLineOfSightFilterAdapter__{ REL::Offset(0x0459ABE0) }; + inline constexpr std::array BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_CombatNavmeshUtilities__CheckStraightPathLineOfSightFilter__{ REL::Offset(0x044F9FD8) }; + inline constexpr std::array BSNavmeshSearchFloodFill_BSNavmeshSegmentCastEdgeVisitor_EdgeFilterFunctor__{ REL::Offset(0x045A2D20) }; + inline constexpr std::array BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusAtPositionVisitor_{ REL::Offset(0x045A2BC8) }; + inline constexpr std::array BSNavmeshSearchFloodFill_BSPathing__DetermineAvailableRadiusInDirectionVisitor_{ REL::Offset(0x045A2BE0) }; + inline constexpr std::array BSNavmeshSearchHideFilter{ REL::Offset(0x04451D70) }; + inline constexpr std::array BSNiNode{ REL::Offset(0x0457D9B8) }; + inline constexpr std::array BSNodeReferences{ REL::Offset(0x04585018) }; + inline constexpr std::array BSNoise__Add{ REL::Offset(0x04586BE0) }; + inline constexpr std::array BSNoise__Billow{ REL::Offset(0x04586AD8) }; + inline constexpr std::array BSNoise__Crater{ REL::Offset(0x0458A340) }; + inline constexpr std::array BSNoise__Invert{ REL::Offset(0x04586C18) }; + inline constexpr std::array BSNoise__Perlin{ REL::Offset(0x04585F10) }; + inline constexpr std::array BSNoise__Ridged{ REL::Offset(0x04587578) }; + inline constexpr std::array BSNoise__SmoothStep{ REL::Offset(0x04586C50) }; + inline constexpr std::array BSNoise__Subtract{ REL::Offset(0x04586A78) }; + inline constexpr std::array BSNoise__Turbulence{ REL::Offset(0x0458A3A0) }; + inline constexpr std::array BSNoise__Voronoi{ REL::Offset(0x04586928) }; + inline constexpr std::array BSNonUniformScaleExtraData{ REL::Offset(0x04355720) }; + inline constexpr std::array BSOfflineRTExtraData{ REL::Offset(0x04587258) }; + inline constexpr std::array BSOrderedNode{ REL::Offset(0x04349E00) }; + inline constexpr std::array BSPCGamepadDevice{ REL::Offset(0x04570798) }; + inline constexpr std::array BSPCGamepadDeviceHandler{ REL::Offset(0x0456F438) }; + inline constexpr std::array BSPCGamerProfile{ REL::Offset(0x047908C8) }; + inline constexpr std::array BSPCKeyboardDevice{ REL::Offset(0x0456F380) }; + inline constexpr std::array BSPCMouseDevice{ REL::Offset(0x0456F3D0) }; + inline constexpr std::array BSPCVirtualKeyboardDevice{ REL::Offset(0x0456F4D0) }; + inline constexpr std::array BSPageFile__MemoryWriteStorage{ REL::Offset(0x045B3D80) }; + inline constexpr std::array BSPageFile__MultiplexWrite{ REL::Offset(0x045B3D48) }; + inline constexpr std::array BSPageFile____FileBase{ REL::Offset(0x045B3A90) }; + inline constexpr std::array BSPageFile____FileReader_BSPageFile__IReadStorage_BSPageFile__HeapPolicy_{ REL::Offset(0x045B3830) }; + inline constexpr std::array BSPageFile____FileReader_BSPageFile____SystemFileStorageRead_BSPageFile__InlinePolicy_{ REL::Offset(0x045B3998) }; + inline constexpr std::array BSPageFile____FileWriter_BSPageFile__ISyncWriteStorage_BSPageFile__HeapPolicy_{ REL::Offset(0x045B38A8) }; + inline constexpr std::array BSPageFile____FileWriter_BSPageFile__IWriteStorage_BSPageFile__HeapPolicy_{ REL::Offset(0x045B3920) }; + inline constexpr std::array BSPageFile____FileWriter_BSPageFile____SystemFileStorageWrite_BSPageFile__InlinePolicy_{ REL::Offset(0x045B3A10) }; + inline constexpr std::array BSPageFile____SystemFileStorageRead{ REL::Offset(0x045B3B78) }; + inline constexpr std::array BSPageFile____SystemFileStorageWrite{ REL::Offset(0x045B3B08) }; + inline constexpr std::array BSPageFile____TSystemFileStorage_BSPageFile__IReadStorage_{ REL::Offset(0x045B3BB0) }; + inline constexpr std::array BSPageFile____TSystemFileStorage_BSPageFile__ISyncWriteStorage_{ REL::Offset(0x045B3B40) }; + inline constexpr std::array BSParseCSV__IGetBufferCB{ REL::Offset(0x045B3818) }; + inline constexpr std::array BSParticle{ REL::Offset(0x04598CF0) }; + inline constexpr std::array BSPathBuilder{ REL::Offset(0x045A28A8) }; + inline constexpr std::array BSPathEventManager{ REL::Offset(0x045A3180) }; + inline constexpr std::array BSPathSmootherPOVSearch{ REL::Offset(0x0459B6C0) }; + inline constexpr std::array BSPathfindingTemporary_BSPathingAvoidNodeArray_{ REL::Offset(0x044D87E0) }; + inline constexpr std::array BSPathfindingTemporary_BSPathingSolution_{ REL::Offset(0x044515C0) }; + inline constexpr std::array BSPathfindingTemporary_PathingDoor_{ REL::Offset(0x04451B58) }; + inline constexpr std::array BSPathfindingTemporary_PathingRequestClosePoint_{ REL::Offset(0x044515D0) }; + inline constexpr std::array BSPathfindingTemporary_PathingRequestCover_{ REL::Offset(0x044DA720) }; + inline constexpr std::array BSPathfindingTemporary_PathingRequestSafeStraightLine_{ REL::Offset(0x04451628) }; + inline constexpr std::array BSPathfindingTemporary_PathingRequest_{ REL::Offset(0x04451680) }; + inline constexpr std::array BSPathing{ REL::Offset(0x0459A9A8), REL::Offset(0x0459AA70), REL::Offset(0x0459AA80) }; + inline constexpr std::array BSPathingCellManager{ REL::Offset(0x04451738) }; + inline constexpr std::array BSPathingRequest{ REL::Offset(0x0459B2E8) }; + inline constexpr std::array BSPathingRequestPolicies__DestinationArea{ REL::Offset(0x0444D590) }; + inline constexpr std::array BSPathingRequestPolicies__EscortRequest{ REL::Offset(0x04448C40) }; + inline constexpr std::array BSPathingSearchRayCast{ REL::Offset(0x045A3DB0) }; + inline constexpr std::array BSPathingService_DynamicNavmeshService_{ REL::Offset(0x0434F328) }; + inline constexpr std::array BSPathingService_PathManagerImpl_{ REL::Offset(0x0459AEA0) }; + inline constexpr std::array BSPathingSite{ REL::Offset(0x044D4820) }; + inline constexpr std::array BSPathingSpace{ REL::Offset(0x04451AF0) }; + inline constexpr std::array BSPathingStreamSimpleBufferRead{ REL::Offset(0x045A0540) }; + inline constexpr std::array BSPathingStreamSimpleBufferWrite{ REL::Offset(0x04376E00) }; + inline constexpr std::array BSPathingTraversal{ REL::Offset(0x0437AE40) }; + inline constexpr std::array BSPathingTraversalAction{ REL::Offset(0x045A1440) }; + inline constexpr std::array BSPathingTraversalData{ REL::Offset(0x0437A338) }; + inline constexpr std::array BSPathingTraversalManager{ REL::Offset(0x0459CB00) }; + inline constexpr std::array BSPathingTraversalRefCountedContainer_BSPathingTraversalMap_unsignedshort_NiPointer_BSPathingTraversal__BSTSmallArray_NiPointer_BSPathingTraversal__4___{ REL::Offset(0x0437AC68) }; + inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_BSPathingTraversalAction_BSTArrayHeapAllocator__{ REL::Offset(0x0459CB30) }; + inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_BSTSmartPointer_BGSDeferredTraversalData_BSTSmartPointerIntrusiveRefCount__BSTArrayHeapAllocator__{ REL::Offset(0x0437AC38) }; + inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_NiPointer_BSPathingTraversal__BSTArrayHeapAllocator__{ REL::Offset(0x0437AC50) }; + inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTArray_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTArrayHeapAllocator__{ REL::Offset(0x043715D8) }; + inline constexpr std::array BSPathingTraversalRefCountedContainer_BSTSmallArray_NiPointer_BSPathingTraversal__4__{ REL::Offset(0x0437ABC0) }; + inline constexpr std::array BSPathing__CheckLineOfSightFilter{ REL::Offset(0x04378888) }; + inline constexpr std::array BSPathing__DetermineAvailableRadiusAtPositionVisitor{ REL::Offset(0x0459AB28) }; + inline constexpr std::array BSPathing__DetermineAvailableRadiusInDirectionVisitor{ REL::Offset(0x0459AB40) }; + inline constexpr std::array BSPathing__EdgeFoundVisitor{ REL::Offset(0x044E0878) }; + inline constexpr std::array BSPausableItem{ REL::Offset(0x0459CA50) }; + inline constexpr std::array BSPauseRequester{ REL::Offset(0x03F2C608) }; + inline constexpr std::array BSPistonController{ REL::Offset(0x0457C328) }; + inline constexpr std::array BSPlatform__BNetAsyncRequestBase{ REL::Offset(0x0478F168) }; + inline constexpr std::array BSPlatform__BNetAsyncRequest_std__function_void__{ REL::Offset(0x0478FA10) }; + inline constexpr std::array BSPlatform__BSBethesdaPlatform{ REL::Offset(0x0478F178) }; + inline constexpr std::array BSPlayerDistanceCheckController{ REL::Offset(0x044DB048) }; + inline constexpr std::array BSPointerListBase_BSTempEffectDebris_{ REL::Offset(0x03F26C48) }; + inline constexpr std::array BSPrecomputedNavmeshInfoSearch{ REL::Offset(0x045A1858) }; + inline constexpr std::array BSProbeGridVolume{ REL::Offset(0x04581E98) }; + inline constexpr std::array BSProceduralLightningController{ REL::Offset(0x045864B0), REL::Offset(0x045864C0) }; + inline constexpr std::array BSProceduralLightningTasklet{ REL::Offset(0x04586450) }; + inline constexpr std::array BSProjectedDecal{ REL::Offset(0x045810C8) }; + inline constexpr std::array BSQueuedResourceCollectionBase{ REL::Offset(0x04582290) }; + inline constexpr std::array BSQueuedResourceCollection_BSResource2__DB_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ REL::Offset(0x04359E98) }; + inline constexpr std::array BSQueuedResourceCollection_BSResource2__DB_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ REL::Offset(0x04455658) }; + inline constexpr std::array BSQueuedResourceCollection_BSResource2__DB_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__{ REL::Offset(0x04456140) }; + inline constexpr std::array BSRangeNode{ REL::Offset(0x04582548) }; + inline constexpr std::array BSRecastModule__BSRecastJob{ REL::Offset(0x045A55D0) }; + inline constexpr std::array BSReference{ REL::Offset(0x045851D8) }; + inline constexpr std::array BSReflectionProbe{ REL::Offset(0x04583958) }; + inline constexpr std::array BSReflection__AnyType{ REL::Offset(0x03F26010) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__CellObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F254B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__FormObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F246B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ReferenceObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F25730) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceData_BSTArrayHeapAllocator__{ REL::Offset(0x03F24CB0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_AssetDiagnostics__ResourceObject_BSTArrayHeapAllocator__{ REL::Offset(0x03F24C30) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_BGSLayeredMaterialSwap__Entry_BSTArrayHeapAllocator__{ REL::Offset(0x03F248B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_BGSMaterialPropertyComponent__Entry_BSTArrayHeapAllocator__{ REL::Offset(0x03F24630) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSFixedString_BSTArrayHeapAllocator__{ REL::Offset(0x03F25230) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSFloatCurve_BSTArrayHeapAllocator__{ REL::Offset(0x03F24530) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSResource__ID_BSTArrayHeapAllocator__{ REL::Offset(0x03F24330) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_BSTPoint3_float_BSTPointDefaultOps_float___BSTArrayHeapAllocator__{ REL::Offset(0x03F242B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT2_BSTArrayHeapAllocator__{ REL::Offset(0x03F24BB0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_DirectX__XMFLOAT3_BSTArrayHeapAllocator__{ REL::Offset(0x03F25430) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_NavMeshSplineExtraData__ChunkDataRef_BSTArrayHeapAllocator__{ REL::Offset(0x03F25330) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__BundleInfo_BSTArrayHeapAllocator__{ REL::Offset(0x03F24430) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__EmitterDependencies_BSTArrayHeapAllocator__{ REL::Offset(0x03F24E30) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__FloatInput_BSTArrayHeapAllocator__{ REL::Offset(0x03F258B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Input_BSTArrayHeapAllocator__{ REL::Offset(0x03F257B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings_BSTArrayHeapAllocator__{ REL::Offset(0x03F25630) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__VariableInput_BSTArrayHeapAllocator__{ REL::Offset(0x03F252B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__Intrinsics__Vector3Input_BSTArrayHeapAllocator__{ REL::Offset(0x03F253B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__LODCurve_BSTArrayHeapAllocator__{ REL::Offset(0x03F256B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__LODLevel_BSTArrayHeapAllocator__{ REL::Offset(0x03F243B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ REL::Offset(0x03F247B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__InternalCoordinateSystem_BSTArrayHeapAllocator__{ REL::Offset(0x03F245B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__MinimalEmitterDefinition__PublishedVariable_BSTArrayHeapAllocator__{ REL::Offset(0x03F24EB0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__MinimalOperation_BSTArrayHeapAllocator__{ REL::Offset(0x03F244B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__SpawnBindingEntries__Entry_BSTArrayHeapAllocator__{ REL::Offset(0x03F24930) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_Particles__UIDDependencies_BSTArrayHeapAllocator__{ REL::Offset(0x03F25530) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_TESForm_BSTArrayHeapAllocator__{ REL::Offset(0x03F255B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_float_BSTArrayHeapAllocator__{ REL::Offset(0x03F24D30) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__shared_ptr_HavokParticleDef__BaseShape__BSTArrayHeapAllocator__{ REL::Offset(0x03F24FB0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__shared_ptr_Particles__ResourceDependency__BSTArrayHeapAllocator__{ REL::Offset(0x03F24730) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___BSTArrayHeapAllocator__{ REL::Offset(0x03F25830) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___BSTArrayHeapAllocator__{ REL::Offset(0x03F24830) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___BSTArrayHeapAllocator__{ REL::Offset(0x03F24A30) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___BSTArrayHeapAllocator__{ REL::Offset(0x03F25130) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___BSTArrayHeapAllocator__{ REL::Offset(0x03F250B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___BSTArrayHeapAllocator__{ REL::Offset(0x03F24B30) }; + inline constexpr std::array BSReflection__BSArrayType_BSTArray_unsignedshort_BSTArrayHeapAllocator__{ REL::Offset(0x03F25930) }; + inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_ActorValueSnapshot__ActorValueBinding_4__{ REL::Offset(0x03F24AB0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_BSAttachConfig__NodeName_4__{ REL::Offset(0x03F251B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_BSBind__Snapshot__Entry_4__{ REL::Offset(0x03F249B0) }; + inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_BSFixedString_4__{ REL::Offset(0x03F24F30) }; + inline constexpr std::array BSReflection__BSArrayType_BSTSmallArray_Particles__SystemInternalUID_2__{ REL::Offset(0x03F24DB0) }; + inline constexpr std::array BSReflection__BSFixedStringType{ REL::Offset(0x03F25AE0) }; + inline constexpr std::array BSReflection__BSSmartPointerType_BSTSmartPointer_BSBind__IController_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x03F26550) }; + inline constexpr std::array BSReflection__BSStringType_BSStaticStringT_260__{ REL::Offset(0x03F25B80) }; + inline constexpr std::array BSReflection__BSStringType_BSStringT_char_1_DynamicMemoryManagementPol__{ REL::Offset(0x03F25B30) }; + inline constexpr std::array BSReflection__BasicType{ REL::Offset(0x03F27658) }; + inline constexpr std::array BSReflection__ClassType{ REL::Offset(0x03EF8500) }; + inline constexpr std::array BSReflection__ConstCStringType{ REL::Offset(0x03F25A90) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ REL::Offset(0x04393750) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ REL::Offset(0x04393430) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ REL::Offset(0x04393550) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ REL::Offset(0x043934F0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ REL::Offset(0x04393470) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ REL::Offset(0x043934D0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ REL::Offset(0x04393710) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ REL::Offset(0x043935B0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ REL::Offset(0x04580510) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ REL::Offset(0x04580550) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ REL::Offset(0x04580570) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ REL::Offset(0x04592F00) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ REL::Offset(0x04592A58) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ REL::Offset(0x04592FE0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ REL::Offset(0x04592F40) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ REL::Offset(0x0457CD48) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ REL::Offset(0x04393570) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ REL::Offset(0x045929B8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ REL::Offset(0x045929D8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ REL::Offset(0x04592FA0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ REL::Offset(0x04593040) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ REL::Offset(0x04592FC0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ REL::Offset(0x04592F60) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ REL::Offset(0x04593000) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ REL::Offset(0x045928D8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ REL::Offset(0x045928F8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ REL::Offset(0x04592F20) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ REL::Offset(0x04592978) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ REL::Offset(0x04592958) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ REL::Offset(0x045930A0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ REL::Offset(0x04592A78) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ REL::Offset(0x04592AB8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ REL::Offset(0x04592B18) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ REL::Offset(0x04393490) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_float__{ REL::Offset(0x045930E0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ REL::Offset(0x0457CD90) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ REL::Offset(0x04592AF8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ REL::Offset(0x045806B0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ REL::Offset(0x045806D0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ REL::Offset(0x04593080) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ REL::Offset(0x04592A38) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ REL::Offset(0x04593060) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ REL::Offset(0x04592A18) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ REL::Offset(0x04593020) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudLayer_4__{ REL::Offset(0x04393790) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BGSCloudForm__CloudPlane_4__{ REL::Offset(0x04393770) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ REL::Offset(0x045805D0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_3__{ REL::Offset(0x043935F0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_LODMeshOverrides_4__{ REL::Offset(0x043935D0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_ReflectionProbeInstanceData_4__{ REL::Offset(0x04393730) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_float_3__{ REL::Offset(0x0458DBE8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Array_const_iterator_signedchar_48__{ REL::Offset(0x04592F80) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ REL::Offset(0x04393510) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ REL::Offset(0x043937D0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ REL::Offset(0x043937B0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ REL::Offset(0x04580610) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ REL::Offset(0x04580670) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ REL::Offset(0x04580590) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ REL::Offset(0x04580650) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ REL::Offset(0x04592AD8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ REL::Offset(0x045805B0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ REL::Offset(0x04393630) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ REL::Offset(0x04393670) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ REL::Offset(0x04393610) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ REL::Offset(0x04393650) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ REL::Offset(0x043936B0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ REL::Offset(0x043936F0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ REL::Offset(0x043936D0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ REL::Offset(0x04592998) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ REL::Offset(0x04592B38) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_std___Vector_const_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ REL::Offset(0x045805F0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ REL::Offset(0x04592A98) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ REL::Offset(0x043934B0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_BSResource__ID__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_BSResource__ID__2___BSTHeapSTLAllocator_BSResource__ID_2___{ REL::Offset(0x04393530) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ REL::Offset(0x045929F8) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ REL::Offset(0x04393690) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ REL::Offset(0x04592938) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ REL::Offset(0x04580530) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ REL::Offset(0x045806F0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ REL::Offset(0x04393590) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ REL::Offset(0x0458DEF0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ REL::Offset(0x04593100) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ REL::Offset(0x04580690) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ REL::Offset(0x04592918) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ REL::Offset(0x04580630) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ REL::Offset(0x045930C0) }; + inline constexpr std::array BSReflection__ConstIteratorEnumeratorAdaptor_stl__scatter_table_detail__ConstIterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_unsignedint__BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_unsignedint__2___BSTHeapSTLAllocator_unsignedint_2___{ REL::Offset(0x04393450) }; + inline constexpr std::array BSReflection__EnumerationType{ REL::Offset(0x03F22500) }; + inline constexpr std::array BSReflection__IConstEnumerator{ REL::Offset(0x043942A8) }; + inline constexpr std::array BSReflection__IObject{ REL::Offset(0x03F2D948) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_ActorValueSnapshot__ActorValueBinding__{ REL::Offset(0x04393930), REL::Offset(0x04393A28) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__CellObject__{ REL::Offset(0x04393EF0), REL::Offset(0x04393F18) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__FormObject__{ REL::Offset(0x04393DD0), REL::Offset(0x04393DF8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ReferenceObject__{ REL::Offset(0x04393E40), REL::Offset(0x04393F38) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceData__{ REL::Offset(0x04393ED0), REL::Offset(0x04393FA8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_AssetDiagnostics__ResourceObject__{ REL::Offset(0x04393E60), REL::Offset(0x04393E88) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSLayeredMaterialSwap__Entry__{ REL::Offset(0x043938A0), REL::Offset(0x04393998) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BGSMaterialPropertyComponent__Entry__{ REL::Offset(0x04393C20), REL::Offset(0x04393C48) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSAttachConfig__NodeName__{ REL::Offset(0x04580B48), REL::Offset(0x04580B68) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSBind__Snapshot__Entry__{ REL::Offset(0x04580AB8), REL::Offset(0x04580AD8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFixedString__{ REL::Offset(0x04580950), REL::Offset(0x04580A90) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSFloatCurve__{ REL::Offset(0x04592E70), REL::Offset(0x04592E98) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSResource__ID__{ REL::Offset(0x04592430), REL::Offset(0x04592478) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_BSTPoint3_float_BSTPointDefaultOps_float____{ REL::Offset(0x04592C78), REL::Offset(0x04592CA0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT2__{ REL::Offset(0x04592E28), REL::Offset(0x04592E50) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_DirectX__XMFLOAT3__{ REL::Offset(0x0457CD00), REL::Offset(0x0457CD68) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_NavMeshSplineExtraData__ChunkDataRef__{ REL::Offset(0x04393C90), REL::Offset(0x04393D88) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__BundleInfo__{ REL::Offset(0x04592578), REL::Offset(0x045925A0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__EmitterDependencies__{ REL::Offset(0x045924E8), REL::Offset(0x04592510) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__FloatInput__{ REL::Offset(0x04592D08), REL::Offset(0x04592D30) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Input__{ REL::Offset(0x04592C30), REL::Offset(0x04592C58) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__SpawnParticleParamSet__BindingSettings__{ REL::Offset(0x04592D50), REL::Offset(0x04592D78) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__VariableInput__{ REL::Offset(0x04592D98), REL::Offset(0x04592DC0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__Intrinsics__Vector3Input__{ REL::Offset(0x04592CC0), REL::Offset(0x04592CE8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODCurve__{ REL::Offset(0x04592770), REL::Offset(0x04592798) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__LODLevel__{ REL::Offset(0x045926E0), REL::Offset(0x04592708) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__ListParticleCollisionInfo__ParticleCollisionInfo__{ REL::Offset(0x04592EB8), REL::Offset(0x04592EE0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__InternalCoordinateSystem__{ REL::Offset(0x04592650), REL::Offset(0x04592678) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalEmitterDefinition__PublishedVariable__{ REL::Offset(0x04592608), REL::Offset(0x04592630) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__MinimalOperation__{ REL::Offset(0x04592890), REL::Offset(0x045928B8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SpawnBindingEntries__Entry__{ REL::Offset(0x04592380), REL::Offset(0x045923A8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__SystemInternalUID__{ REL::Offset(0x045922F0), REL::Offset(0x04592318) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_Particles__UIDDependencies__{ REL::Offset(0x04592238), REL::Offset(0x04592280) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_TESForm__{ REL::Offset(0x04393F60), REL::Offset(0x04393F88) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_float__{ REL::Offset(0x045927B8), REL::Offset(0x045927E0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_HavokParticleDef__BaseShape___{ REL::Offset(0x0457CCE0), REL::Offset(0x0457CD20) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__shared_ptr_Particles__ResourceDependency___{ REL::Offset(0x045922A8), REL::Offset(0x045922D0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event____{ REL::Offset(0x04580758), REL::Offset(0x04580778) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track____{ REL::Offset(0x04580710), REL::Offset(0x04580730) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation____{ REL::Offset(0x04592B58), REL::Offset(0x04592B78) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition____{ REL::Offset(0x04592410), REL::Offset(0x04592450) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic____{ REL::Offset(0x04592BA0), REL::Offset(0x04592BC8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition____{ REL::Offset(0x045924A0), REL::Offset(0x045924C8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_BSTArrayIterator_unsignedshort__{ REL::Offset(0x04592BE8), REL::Offset(0x04592C10) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudLayer_4__{ REL::Offset(0x043938C0), REL::Offset(0x043938E8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BGSCloudForm__CloudPlane_4__{ REL::Offset(0x04393810), REL::Offset(0x04393908) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_BSForces__ReceiverSettings__ChannelSettings_2__{ REL::Offset(0x04580998), REL::Offset(0x045809B8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_3__{ REL::Offset(0x04393CB0), REL::Offset(0x04393CD8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_LODMeshOverrides_4__{ REL::Offset(0x04393C00), REL::Offset(0x04393CF8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_ReflectionProbeInstanceData_4__{ REL::Offset(0x04393950), REL::Offset(0x04393978) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_float_3__{ REL::Offset(0x0458D7E0), REL::Offset(0x0458E988) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Array_iterator_signedchar_48__{ REL::Offset(0x04592DE0), REL::Offset(0x04592E08) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_AssetDiagnostics__EntryBase__NameValuePair____{ REL::Offset(0x04393D20), REL::Offset(0x04393E18) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__SpellEffect____{ REL::Offset(0x04393830), REL::Offset(0x04393858) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BGSWeatherSettingsForm__WeatherSound____{ REL::Offset(0x043937F0), REL::Offset(0x04393878) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSBind__Controllers__Mapping____{ REL::Offset(0x04580908), REL::Offset(0x04580928) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ComponentInfo____{ REL::Offset(0x04580850), REL::Offset(0x04580A70) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__EdgeInfo____{ REL::Offset(0x04580A28), REL::Offset(0x04580A48) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSComponentDB2__DBFileIndex__ObjectInfo____{ REL::Offset(0x04580878), REL::Offset(0x04580898) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFixedString____{ REL::Offset(0x04592338), REL::Offset(0x04592360) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_BSFloatCurve__Control____{ REL::Offset(0x045809E0), REL::Offset(0x04580A00) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LensFlareAttachmentDefine____{ REL::Offset(0x04393B70), REL::Offset(0x04393C68) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__DataTrack____{ REL::Offset(0x04393AE0), REL::Offset(0x04393BD8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAnimFormComponent__Sequence____{ REL::Offset(0x04393B90), REL::Offset(0x04393BB8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_LightAttachmentDefine____{ REL::Offset(0x04393B00), REL::Offset(0x04393B28) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ObjectAttachmentDefine____{ REL::Offset(0x04393A50), REL::Offset(0x04393B48) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemDefine____{ REL::Offset(0x043939C0), REL::Offset(0x04393AB8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_ParticleSystemReferenceDefine____{ REL::Offset(0x043939E0), REL::Offset(0x04393A08) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__LODCurvePresets__Entry____{ REL::Offset(0x045925C0), REL::Offset(0x045925E8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_Particles__SystemMaterialInfo__EmitterEntry____{ REL::Offset(0x04592218), REL::Offset(0x04592258) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_std___Vector_iterator_std___Vector_val_std___Simple_types_unsigned__int64____{ REL::Offset(0x045807E8), REL::Offset(0x04580970) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2___{ REL::Offset(0x045923C8), REL::Offset(0x045923F0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_0_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2___{ REL::Offset(0x04393DB0), REL::Offset(0x04393EA8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_BSFixedString___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2___{ REL::Offset(0x04592530), REL::Offset(0x04592558) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2___{ REL::Offset(0x04393A70), REL::Offset(0x04393A98) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_Particles__CompiledBinding___2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2___{ REL::Offset(0x04592698), REL::Offset(0x045926C0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2___{ REL::Offset(0x04580B00), REL::Offset(0x04580B20) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence_____2___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2___{ REL::Offset(0x04580808), REL::Offset(0x04580828) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase_____2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2___{ REL::Offset(0x04393D40), REL::Offset(0x04393D68) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_BSResource__IDconst_unsigned__int64___2___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2___{ REL::Offset(0x0458E570), REL::Offset(0x0458E7B8) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter___2___BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2___{ REL::Offset(0x04592800), REL::Offset(0x04592828) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsigned__int64const_unsignedint___2___BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2___{ REL::Offset(0x045807A0), REL::Offset(0x045807C0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset___2___BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2___{ REL::Offset(0x04592728), REL::Offset(0x04592750) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2___{ REL::Offset(0x045808C0), REL::Offset(0x045808E0) }; + inline constexpr std::array BSReflection__IteratorEnumeratorAdaptor_stl__scatter_table_detail__Iterator_stl__scatter_table_detail__TableStorage_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___BSTHeapSTLAllocator_stl__scatter_table_detail__Entry_1_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo___2___BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2___{ REL::Offset(0x04592848), REL::Offset(0x04592870) }; + inline constexpr std::array BSReflection__ResourceIDStringConverter{ REL::Offset(0x03F06B58) }; + inline constexpr std::array BSReflection__Serializer{ REL::Offset(0x04582180) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_BGSCloudForm__CloudLayer_4__{ REL::Offset(0x03F234B8) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_BGSCloudForm__CloudPlane_4__{ REL::Offset(0x03F232B8) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_BSForces__ReceiverSettings__ChannelSettings_2__{ REL::Offset(0x03F22E38) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_LODMeshOverrides_3__{ REL::Offset(0x03F22CB8) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_LODMeshOverrides_4__{ REL::Offset(0x03F22BB8) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_ReflectionProbeInstanceData_4__{ REL::Offset(0x03F22B38) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_float_3__{ REL::Offset(0x03F22938) }; + inline constexpr std::array BSReflection__StdArrayType_std__array_signedchar_48__{ REL::Offset(0x03F229B8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSFixedString_Particles__MinimalParticleSystemDefinition_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__MinimalParticleSystemDefinition__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03EF8468) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_0_BSResource__ID_AssetDiagnostics__ResourceObject_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_AssetDiagnostics__ResourceObject__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03EF8538) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_BSFixedString_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_BSFixedString__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03EF85B8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_ParticleSystemDefineOverrides_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_ParticleSystemDefineOverrides__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03F0AAD8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_Particles__CompiledBinding_BSTHeapSTLAllocator_std__pair_BSFixedStringconst_Particles__CompiledBinding__2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03EF8368) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03F0ABD8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSFixedString_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___BSTHeapSTLAllocator_std__pair_BSFixedStringconst_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence____2__std__hash_BSFixedString__std__equal_to_BSFixedString____{ REL::Offset(0x03F0ACD8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___BSTHeapSTLAllocator_std__pair_BSResource__IDconst_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase____2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03F0AC58) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsigned__int64_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsigned__int64__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03F0AA58) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_Particles__DataSetNamedParameter_Particles__DataSetNamedParameter_BSTHeapSTLAllocator_std__pair_Particles__DataSetNamedParameterconst_Particles__DataSetNamedParameter__2__std__hash_Particles__DataSetNamedParameter__std__equal_to_Particles__DataSetNamedParameter____{ REL::Offset(0x03EF8638) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsigned__int64_unsignedint_BSTHeapSTLAllocator_std__pair_unsigned__int64const_unsignedint__2__std__hash_unsigned__int64__std__equal_to_unsigned__int64____{ REL::Offset(0x03F0A8D8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedint_Particles__LODSettingsPresets__Preset_BSTHeapSTLAllocator_std__pair_unsignedintconst_Particles__LODSettingsPresets__Preset__2__std__hash_unsignedint__std__equal_to_unsignedint____{ REL::Offset(0x03F0A9D8) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_BSComponentDB2__DBFileIndex__ComponentTypeInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_BSComponentDB2__DBFileIndex__ComponentTypeInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ REL::Offset(0x03F0A958) }; + inline constexpr std::array BSReflection__StdMapType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_unsignedshort_Particles__Intrinsics__ParameterSetInfo_BSTHeapSTLAllocator_std__pair_unsignedshortconst_Particles__Intrinsics__ParameterSetInfo__2__std__hash_unsignedshort__std__equal_to_unsignedshort____{ REL::Offset(0x03EF83E8) }; + inline constexpr std::array BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource__ID_BSTHeapSTLAllocator_BSResource__ID_2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____{ REL::Offset(0x03F25030) }; + inline constexpr std::array BSReflection__StdSetType_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_unsignedint_BSTHeapSTLAllocator_unsignedint_2__std__hash_unsignedint__std__equal_to_unsignedint____{ REL::Offset(0x03F259B0) }; + inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator___{ REL::Offset(0x03F264E0) }; + inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_HavokParticleDef__BaseShape__{ REL::Offset(0x03F266A0) }; + inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__BaseCustomParameter__{ REL::Offset(0x03F262B0) }; + inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__Intrinsics__SharedAsset__{ REL::Offset(0x03F25E50) }; + inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ListFloatCurve__{ REL::Offset(0x03F26240) }; + inline constexpr std::array BSReflection__StdSharedPtrType_std__shared_ptr_Particles__ResourceDependency__{ REL::Offset(0x03F26390) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_AssetDiagnostics__EntryBase_stl__detail__AlignedDelete_AssetDiagnostics__EntryBase___{ REL::Offset(0x03F26160) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__IAttachableObject_stl__detail__AlignedDelete_BSAttachConfig__IAttachableObject___{ REL::Offset(0x03F25C20) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSAttachConfig__ISearchMethod_stl__detail__AlignedDelete_BSAttachConfig__ISearchMethod___{ REL::Offset(0x03F26080) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Controllers_stl__detail__AlignedDelete_BSBind__Controllers___{ REL::Offset(0x03F260F0) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__Directory_stl__detail__AlignedDelete_BSBind__Directory___{ REL::Offset(0x03F26470) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSBind__INode_stl__detail__AlignedDelete_BSBind__INode___{ REL::Offset(0x03F26320) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Event_stl__detail__AlignedDelete_BSSequence__Event___{ REL::Offset(0x03F26400) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__ISpawnableObject_stl__detail__AlignedDelete_BSSequence__ISpawnableObject___{ REL::Offset(0x03F25EC0) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Sequence_stl__detail__AlignedDelete_BSSequence__Sequence___{ REL::Offset(0x03F25FA0) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BSSequence__Track_stl__detail__AlignedDelete_BSSequence__Track___{ REL::Offset(0x03F25F30) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_BaseLightAnimData_stl__detail__AlignedDelete_BaseLightAnimData___{ REL::Offset(0x03F261D0) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_EffectSequenceMap_stl__detail__AlignedDelete_EffectSequenceMap___{ REL::Offset(0x03F26630) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__BaseOperation_stl__detail__AlignedDelete_Particles__BaseOperation___{ REL::Offset(0x03F25D70) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__EmitterDefinition_stl__detail__AlignedDelete_Particles__EmitterDefinition___{ REL::Offset(0x03F25D00) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__Intrinsic_stl__detail__AlignedDelete_Particles__Intrinsics__Intrinsic___{ REL::Offset(0x03F26710) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__Intrinsics__ParameterSetBase_stl__detail__AlignedDelete_Particles__Intrinsics__ParameterSetBase___{ REL::Offset(0x03F265C0) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MaterialProperties_stl__detail__AlignedDelete_Particles__MaterialProperties___{ REL::Offset(0x03F25C90) }; + inline constexpr std::array BSReflection__StdUniquePtrType_std__unique_ptr_Particles__MinimalEmitterDefinition_stl__detail__AlignedDelete_Particles__MinimalEmitterDefinition___{ REL::Offset(0x03F25DE0) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_AssetDiagnostics__EntryBase__NameValuePair_BSTHeapSTLAllocator_AssetDiagnostics__EntryBase__NameValuePair_2___{ REL::Offset(0x03F22DB8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__SpellEffect_std__allocator_BGSWeatherSettingsForm__SpellEffect___{ REL::Offset(0x03F23338) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BGSWeatherSettingsForm__WeatherSound_BSTHeapSTLAllocator_BGSWeatherSettingsForm__WeatherSound_2___{ REL::Offset(0x03F23038) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BSBind__Controllers__Mapping_BSTHeapSTLAllocator_BSBind__Controllers__Mapping_2___{ REL::Offset(0x03F23438) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ComponentInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ComponentInfo_2___{ REL::Offset(0x03F22D38) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__EdgeInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__EdgeInfo_2___{ REL::Offset(0x03F230B8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BSComponentDB2__DBFileIndex__ObjectInfo_BSTHeapSTLAllocator_BSComponentDB2__DBFileIndex__ObjectInfo_2___{ REL::Offset(0x03F23538) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BSFixedString_BSTHeapSTLAllocator_BSFixedString_2___{ REL::Offset(0x03F231B8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_BSFloatCurve__Control_BSTHeapSTLAllocator_BSFloatCurve__Control_2___{ REL::Offset(0x03F22F38) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_LensFlareAttachmentDefine_BSTHeapSTLAllocator_LensFlareAttachmentDefine_2___{ REL::Offset(0x03F233B8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_LightAnimFormComponent__DataTrack_BSTHeapSTLAllocator_LightAnimFormComponent__DataTrack_2___{ REL::Offset(0x03F23638) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_LightAnimFormComponent__Sequence_BSTHeapSTLAllocator_LightAnimFormComponent__Sequence_2___{ REL::Offset(0x03F22FB8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_LightAttachmentDefine_BSTHeapSTLAllocator_LightAttachmentDefine_2___{ REL::Offset(0x03F23138) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_ObjectAttachmentDefine_BSTHeapSTLAllocator_ObjectAttachmentDefine_2___{ REL::Offset(0x03F22A38) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_ParticleSystemDefine_BSTHeapSTLAllocator_ParticleSystemDefine_2___{ REL::Offset(0x03F22EB8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_ParticleSystemReferenceDefine_BSTHeapSTLAllocator_ParticleSystemReferenceDefine_2___{ REL::Offset(0x03F235B8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_Particles__LODCurvePresets__Entry_BSTHeapSTLAllocator_Particles__LODCurvePresets__Entry_2___{ REL::Offset(0x03F23238) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_Particles__SystemMaterialInfo__EmitterEntry_BSTHeapSTLAllocator_Particles__SystemMaterialInfo__EmitterEntry_2___{ REL::Offset(0x03F22AB8) }; + inline constexpr std::array BSReflection__StdVectorType_std__vector_unsigned__int64_BSTHeapSTLAllocator_unsigned__int64_2___{ REL::Offset(0x03F22C38) }; + inline constexpr std::array BSReflection__TESFormPointer_ActorValueInfo_{ REL::Offset(0x03F0C520) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSArtObject_{ REL::Offset(0x03EF4AE0) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSAtmosphere_{ REL::Offset(0x03F0C4B8) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSCloudForm_{ REL::Offset(0x03F0C588) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSConditionForm_{ REL::Offset(0x03F0C7F8) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSCurveForm_{ REL::Offset(0x03F0C380) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSEffectSequenceForm_{ REL::Offset(0x03F0C658) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSExplosion_{ REL::Offset(0x03F0C1E0) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSImpactDataSet_{ REL::Offset(0x03F0C8C8) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSKeyword_{ REL::Offset(0x03F0C248) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSLensFlare_{ REL::Offset(0x03F0C6C0) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSMaterialPathForm_{ REL::Offset(0x03EF4C28) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSParticleSystemDefineCollection_{ REL::Offset(0x03F0C728) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSProjectedDecal_{ REL::Offset(0x03F0C3E8) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSTimeOfDayData_{ REL::Offset(0x03F0C178) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSVolumetricLighting_{ REL::Offset(0x03F0C450) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSWeatherSettingsForm_{ REL::Offset(0x03F0C5F0) }; + inline constexpr std::array BSReflection__TESFormPointer_BGSWwiseEventForm_{ REL::Offset(0x03F0C110) }; + inline constexpr std::array BSReflection__TESFormPointer_BSGalaxy__BGSSunPresetForm_{ REL::Offset(0x03F0C790) }; + inline constexpr std::array BSReflection__TESFormPointer_MagicItem_{ REL::Offset(0x03EF4BC0) }; + inline constexpr std::array BSReflection__TESFormPointer_SpellItem_{ REL::Offset(0x03F0C860) }; + inline constexpr std::array BSReflection__TESFormPointer_TESClimate_{ REL::Offset(0x03EF4A10) }; + inline constexpr std::array BSReflection__TESFormPointer_TESForm_{ REL::Offset(0x03F0C2B0) }; + inline constexpr std::array BSReflection__TESFormPointer_TESImageSpaceModifier_{ REL::Offset(0x03EF4B58) }; + inline constexpr std::array BSReflection__TESFormPointer_TESImageSpace_{ REL::Offset(0x03EF4A78) }; + inline constexpr std::array BSReflection__TESFormPointer_TESObjectLIGH_{ REL::Offset(0x03F0C318) }; + inline constexpr std::array BSReflection__UIDStringConverter{ REL::Offset(0x03F06B38) }; + inline constexpr std::array BSReflection____CopyVisitor{ REL::Offset(0x045A5B58) }; + inline constexpr std::array BSRenderUtil__RequestUpgrade__2__UpgradeTextureVisitor{ REL::Offset(0x0457D990) }; + inline constexpr std::array BSRendererSceneNode{ REL::Offset(0x0457EDC8) }; + inline constexpr std::array BSRendererState{ REL::Offset(0x04583E20) }; + inline constexpr std::array BSResource2__CacheBase{ REL::Offset(0x045A6FB0) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ REL::Offset(0x044D4500) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ REL::Offset(0x044D44C0) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy__32_{ REL::Offset(0x044D4520) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BGSTerrainVisibilityDataDB__DBTraits_BSResource2__DBResourceStreamPolicy__128_{ REL::Offset(0x044534B8) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy__8_{ REL::Offset(0x04586D90) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ REL::Offset(0x043528E8) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ REL::Offset(0x04357858) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x0457D780) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ REL::Offset(0x0457DD18) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ REL::Offset(0x045A5720) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy__1024_{ REL::Offset(0x04352E88) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045C1E68) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045C1E88) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045C1EA8) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x04764E10) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__Model__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x04764E30) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x045BBE80) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x045BEDB8) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045BED98) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ REL::Offset(0x04765A70) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x044788A8) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ REL::Offset(0x04352390) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x04353000) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy__2_{ REL::Offset(0x04590760) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__8_{ REL::Offset(0x04353240) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ REL::Offset(0x043A5F30) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TerrainFileDB__DBTraits_BSResource2__DBDefaultStreamPolicy__4_{ REL::Offset(0x0434E7C0) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy__16_{ REL::Offset(0x045B4188) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy__2_{ REL::Offset(0x045B41A8) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy__512_{ REL::Offset(0x0457E708) }; + inline constexpr std::array BSResource2__CacheType_BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy__32_{ REL::Offset(0x0456BDC0) }; + inline constexpr std::array BSResource2__DBStreamOps_1_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x04586DB0) }; + inline constexpr std::array BSResource2__DBStreamOps_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x04370980) }; + inline constexpr std::array BSResource2__DBStreamOps_1_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x0457DDA0) }; + inline constexpr std::array BSResource2__DBStreamOps_1_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x045A56D0) }; + inline constexpr std::array BSResource2__DBStreamOps_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x0456BD58) }; + inline constexpr std::array BSResource2__DBStreamOps_1_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreateWithArgs{ REL::Offset(0x043522F0) }; + inline constexpr std::array BSResource2__EntryBase{ REL::Offset(0x045A7080) }; + inline constexpr std::array BSResource2__IResourceCreator{ REL::Offset(0x04352340) }; + inline constexpr std::array BSResource2__ProxyStream{ REL::Offset(0x045A6FD0) }; + inline constexpr std::array BSResource2__ResourceCreateNode{ REL::Offset(0x045A6F60) }; + inline constexpr std::array BSResource2__TEntryBase_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0457D748) }; + inline constexpr std::array BSResource2__TEntryBase_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043709E8) }; + inline constexpr std::array BSResource2__TEntryBase_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x045A56B8) }; + inline constexpr std::array BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B45E8) }; + inline constexpr std::array BSResource2__TEntryBase_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B4600) }; + inline constexpr std::array BSResource2__TEntryBase_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04478878) }; + inline constexpr std::array BSResource2__TEntryBase_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043522D8) }; + inline constexpr std::array BSResource2__TEntryType_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0437E5B8) }; + inline constexpr std::array BSResource2__TEntryType_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04380548) }; + inline constexpr std::array BSResource2__TEntryType_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04381C28) }; + inline constexpr std::array BSResource2__TEntryType_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x04586E00) }; + inline constexpr std::array BSResource2__TEntryType_0_BSFaceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04352818) }; + inline constexpr std::array BSResource2__TEntryType_0_BSGalaxy__BiomeMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043577F0) }; + inline constexpr std::array BSResource2__TEntryType_0_BSLODMaterialInstanceDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x0457D730) }; + inline constexpr std::array BSResource2__TEntryType_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0457DCC0) }; + inline constexpr std::array BSResource2__TEntryType_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x045A56A0) }; + inline constexpr std::array BSResource2__TEntryType_0_CellRefDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04352E70) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B4618) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B4630) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B4648) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRendererPrivate__RaytracingSceneManager__BLASDB__GeometryGroup__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BC938) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BBD88) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BED68) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045BED50) }; + inline constexpr std::array BSResource2__TEntryType_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045C12C8) }; + inline constexpr std::array BSResource2__TEntryType_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04478890) }; + inline constexpr std::array BSResource2__TEntryType_0_FaceFXAnimDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043522C0) }; + inline constexpr std::array BSResource2__TEntryType_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x04352FE8) }; + inline constexpr std::array BSResource2__TEntryType_0_ScaleformFile__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x045906A0) }; + inline constexpr std::array BSResource2__TEntryType_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x043531C0) }; + inline constexpr std::array BSResource2__TEntryType_0_TerrainDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x043A5DC0) }; + inline constexpr std::array BSResource2__TEntryType_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B41C8) }; + inline constexpr std::array BSResource2__TEntryType_0_TextureDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy_{ REL::Offset(0x045B3FF8) }; + inline constexpr std::array BSResource2__TEntryType_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x043709D0) }; + inline constexpr std::array BSResource2__TEntryType_1_BShkbHkxDB__DBTraits_BSResource2__DBResourceStreamPolicy_{ REL::Offset(0x0456BDA8) }; + inline constexpr std::array BSResourceNiBinaryStream{ REL::Offset(0x04782C18) }; + inline constexpr std::array BSResourceReloadManager{ REL::Offset(0x045867F0) }; + inline constexpr std::array BSResourceStreamParser{ REL::Offset(0x0458FF50), REL::Offset(0x0458FF78) }; + inline constexpr std::array BSResourceStreamStorage{ REL::Offset(0x045A7F30) }; + inline constexpr std::array BSResource__Archive2__AsyncReaderStream{ REL::Offset(0x045A7238) }; + inline constexpr std::array BSResource__Archive2__Index{ REL::Offset(0x045A7410), REL::Offset(0x045A7428) }; + inline constexpr std::array BSResource__Archive2__Manager__MemoryCacheLocation{ REL::Offset(0x045A7368) }; + inline constexpr std::array BSResource__Archive2__ReaderStream{ REL::Offset(0x045A72A0) }; + inline constexpr std::array BSResource__ArchiveIDConverter{ REL::Offset(0x03F2B8F8) }; + inline constexpr std::array BSResource__AsyncStream{ REL::Offset(0x045A71D0) }; + inline constexpr std::array BSResource__IMemoryFileBuffer{ REL::Offset(0x045A8080) }; + inline constexpr std::array BSResource__Location{ REL::Offset(0x03F2B700) }; + inline constexpr std::array BSResource__LocationTraverser{ REL::Offset(0x0458A760) }; + inline constexpr std::array BSResource__LooseFileLocation{ REL::Offset(0x045A7EB8) }; + inline constexpr std::array BSResource__MemoryFileBuffer{ REL::Offset(0x045A8090) }; + inline constexpr std::array BSResource__MemoryFileLocation{ REL::Offset(0x045A8018) }; + inline constexpr std::array BSResource__MemoryFileStream{ REL::Offset(0x045A7F68) }; + inline constexpr std::array BSResource__RegisterPrefix__2__Traverser{ REL::Offset(0x045A7710) }; + inline constexpr std::array BSResource__ReplicateAt__9__ReplicateFoundFunctor{ REL::Offset(0x045A76F0) }; + inline constexpr std::array BSResource__SDirectory2__IDirectoryIDIterator{ REL::Offset(0x04561AB0) }; + inline constexpr std::array BSResource__SDirectory2__IDirectoryStreamIterator{ REL::Offset(0x04345878) }; + inline constexpr std::array BSResource__SDirectory2__TDirectoryIDIterator__lambda_1878616f010cc6ab7baa6304ad986862__{ REL::Offset(0x04561CB8) }; + inline constexpr std::array BSResource__SDirectory2__TDirectoryIDIterator__lambda_1dc4c9fd4184baf80783bd23885e4293__{ REL::Offset(0x0458A5D8) }; + inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_1c34e64128e214d6e3a29b418f75c30e__{ REL::Offset(0x043458D8) }; + inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_2137e40c8a06b910e79c420c3fda9e8f__{ REL::Offset(0x0456BFC8) }; + inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_7fff9ba07d1b8043460bcc3945d67b7d__{ REL::Offset(0x04345ED0) }; + inline constexpr std::array BSResource__SDirectory2__TDirectoryStreamIterator__lambda_bc9e99e084c38c80d12e8142423e10c0__{ REL::Offset(0x0456BEF0) }; + inline constexpr std::array BSResource__SDirectory2__ThreadCursor{ REL::Offset(0x045A7350) }; + inline constexpr std::array BSResource__Server__Commands__CancelAll{ REL::Offset(0x0457E170) }; + inline constexpr std::array BSResource__Server__GraphProcessor{ REL::Offset(0x043A6008) }; + inline constexpr std::array BSResource__Server__LinearProcessor{ REL::Offset(0x04369938) }; + inline constexpr std::array BSResource__Server__NodeBase{ REL::Offset(0x04346398) }; + inline constexpr std::array BSResource__Server__ResourceServerDebug{ REL::Offset(0x045A7EA0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_00e78374fa748df52e5051d6f1200f85_const_stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__{ REL::Offset(0x04380560) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ REL::Offset(0x043807B0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_1350626edc89276506ac1f95704eabd8__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ REL::Offset(0x043806F0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_37d97d1c066546897543d0f2cfc393d2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__vector_BSResource2__DBHandleBase_BSTHeapSTLAllocator_BSResource2__DBHandleBase_2___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x04381C90) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_44cdbee3c50ca9112b78f869433ff5f7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenLayersDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x04381CF0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_7ddc3f887185677b9881614a021f8209__{ REL::Offset(0x043805B0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b69c667e42a027cd196cc757bed734a7__{ REL::Offset(0x04380600) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x0437E5D0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_b96e2e1c1bd505ba28146f90755b412a__stl__unique_function_impl__FunctionBase_void_stl__unique_function_impl__OverflowPolicies__AllowAlloc_24__BGSPlanet__ProcGenResourcesDetails__ScopedPlanetGenerationKey_{ REL::Offset(0x043806A0) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_bf105458c3b8d0d949c6155c7e0691ee__BSCellAreaconst_std__shared_lock_BGSPlanet__Manager__{ REL::Offset(0x04380650) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_d70ea8303525b4d983b64a8af0f778ab__{ REL::Offset(0x04381C40) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorNode_BSProcGen__Resources__lambda_e39c09fdb73b00d65c56a5ad3000d0ed__{ REL::Offset(0x0437F978) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_BSTObjectArena_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTObjectArenaScrapAlloc_32___lambda_06de9ccf670ed77494bed0bf2c93a1d8__{ REL::Offset(0x04380760) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__FunctorWithDependenciesNode_BSProcGen__Resources_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__std__hash_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy____std__equal_to_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSProcGen__DensityMapDB__DBTraits_BSResource2__DBResourceStreamPolicy_______lambda_b7799f1beefda772f026b7d7170725c5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__BaseProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource__Server__SimpleServerDetails__ScopedResourceTracking_BSProcGen__Resources__{ REL::Offset(0x0437E640) }; + inline constexpr std::array BSResource__Server__SimpleServerDetails__InternalDependencyNode_BSProcGen__Resources_{ REL::Offset(0x043804F8) }; + inline constexpr std::array BSResource__Stream{ REL::Offset(0x045A7098) }; + inline constexpr std::array BSResource__StreamBase{ REL::Offset(0x045A6F30) }; + inline constexpr std::array BSResource____DefaultLocationData{ REL::Offset(0x045A7F20) }; + inline constexpr std::array BSResource____DevNull{ REL::Offset(0x045A7918) }; + inline constexpr std::array BSResource____DevNull__NullStream{ REL::Offset(0x045A7868) }; + inline constexpr std::array BSResource____EventSources{ REL::Offset(0x045A7980) }; + inline constexpr std::array BSResource____GlobalLocations{ REL::Offset(0x045A7730) }; + inline constexpr std::array BSResource____GlobalPaths{ REL::Offset(0x045A7800) }; + inline constexpr std::array BSResource____LocationTree{ REL::Offset(0x045A7798) }; + inline constexpr std::array BSResource____LooseFileAsyncBase__FunctorType{ REL::Offset(0x045A8150) }; + inline constexpr std::array BSResource____LooseFileAsyncChild{ REL::Offset(0x045A8168) }; + inline constexpr std::array BSResource____LooseFileAsyncStream{ REL::Offset(0x045A81D0) }; + inline constexpr std::array BSResource____LooseFileStream{ REL::Offset(0x045A80A0) }; + inline constexpr std::array BSResource____RegisterFoundStreamTraverser{ REL::Offset(0x045A76D0) }; + inline constexpr std::array BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy_{ REL::Offset(0x044E2810) }; + inline constexpr std::array BSResponse_BSFixedString_TESObjectREFR_BSFixedString_DoNothingUnhandledPolicy_{ REL::Offset(0x043536C0) }; + inline constexpr std::array BSRotAccumTransfInterpolator{ REL::Offset(0x04781E10) }; + inline constexpr std::array BSSaveDataSystemUtility{ REL::Offset(0x03F2DD08) }; + inline constexpr std::array BSSaveDataSystemUtilityFile{ REL::Offset(0x044CD918) }; + inline constexpr std::array BSScaleformFileOpener{ REL::Offset(0x04590780) }; + inline constexpr std::array BSScaleformImageLoader{ REL::Offset(0x04590D58) }; + inline constexpr std::array BSScaleformMovieLoadTask{ REL::Offset(0x04590928) }; + inline constexpr std::array BSScaleformTranslator__ScaleformImpl{ REL::Offset(0x04590DA0) }; + inline constexpr std::array BSSceneNode{ REL::Offset(0x0457EAC0) }; + inline constexpr std::array BSScript__ByteCode__PackedInstructionStream__InstructionFunctor{ REL::Offset(0x045AF968) }; + inline constexpr std::array BSScript__CompiledScriptLoader{ REL::Offset(0x045AC4C0) }; + inline constexpr std::array BSScript__ErrorLogger{ REL::Offset(0x045A94D8) }; + inline constexpr std::array BSScript__ICachedErrorMessage{ REL::Offset(0x045A94C0) }; + inline constexpr std::array BSScript__IClientVM{ REL::Offset(0x0452EEB8) }; + inline constexpr std::array BSScript__IComplexType{ REL::Offset(0x045A90D0) }; + inline constexpr std::array BSScript__IFunction{ REL::Offset(0x045AA0C8) }; + inline constexpr std::array BSScript__IHandleReaderWriter{ REL::Offset(0x0452A9A0) }; + inline constexpr std::array BSScript__ILoader{ REL::Offset(0x0452F428) }; + inline constexpr std::array BSScript__IMemoryPagePolicy{ REL::Offset(0x045AB030) }; + inline constexpr std::array BSScript__IObjectHandlePolicy{ REL::Offset(0x0452F180) }; + inline constexpr std::array BSScript__IObjectProcessor{ REL::Offset(0x045AEC60) }; + inline constexpr std::array BSScript__IProfilePolicy{ REL::Offset(0x0452F290) }; + inline constexpr std::array BSScript__ISavePatcherInterface{ REL::Offset(0x0452EEA0) }; + inline constexpr std::array BSScript__IStackCallbackFunctor{ REL::Offset(0x0452F070) }; + inline constexpr std::array BSScript__IStackCallbackSaveInterface{ REL::Offset(0x0452EEE0) }; + inline constexpr std::array BSScript__IStore{ REL::Offset(0x0452D518) }; + inline constexpr std::array BSScript__IVMDebugInterface{ REL::Offset(0x045A91F0) }; + inline constexpr std::array BSScript__IVMObjectBindInterface{ REL::Offset(0x045A8288) }; + inline constexpr std::array BSScript__IVMRemoteDebuggerInterface{ REL::Offset(0x045AED10) }; + inline constexpr std::array BSScript__IVMSaveLoadInterface{ REL::Offset(0x045A90E8) }; + inline constexpr std::array BSScript__IVirtualMachine{ REL::Offset(0x045A9228) }; + inline constexpr std::array BSScript__Internal__AutoPropGetFunction{ REL::Offset(0x045B0390) }; + inline constexpr std::array BSScript__Internal__AutoPropSetFunction{ REL::Offset(0x045B0458) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0098b4ead0e60a8c7ab1589dc880541b__{ REL::Offset(0x0452DB70) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_012d5a970c6043e1aec6a7a38457747b__{ REL::Offset(0x045A8620) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_02122c26b0be74514353a88d506a2640__{ REL::Offset(0x0452A6F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0240f8416e59edcc4db3bd89db408aaa__{ REL::Offset(0x045351E8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0360372f0680ebf7ef6bb54b44c3b246__{ REL::Offset(0x045AE7E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_045890a185c482d5895a73a5f408fc1e__{ REL::Offset(0x045AEBE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_046112375fa10f8318e8e290e13f938b__{ REL::Offset(0x045B1C08) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_04e53cb2371e58c071bc76e71a812401__{ REL::Offset(0x045B2BD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_05289f16bab307ee9261ac5db42d8caa__{ REL::Offset(0x0453B8B8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_06450ff4667b6559b4b11bc3fec1042d__{ REL::Offset(0x0452A728) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_066b3bf4787acc83e99b7cf7517f2488__{ REL::Offset(0x0452EE30) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0692e1a9553c6b5532fc10884c8be7fe__{ REL::Offset(0x04556708) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_06e38ae098ddc3aa2134573a9dfed6b0__{ REL::Offset(0x045AC4A8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_06ea22bd14bafd7feb5577f3cf5d7a5c__{ REL::Offset(0x045B2AE0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_095c2d9bc31c1811382623509ddbae32__{ REL::Offset(0x045AAF58) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_09675d5e413510777f0a1884463947aa__{ REL::Offset(0x04559068) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_09835bc0fa6c9d857857d6fe061a46b0__{ REL::Offset(0x0452C038) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_09a6b31cf8d1279ceda706d40afb5db6__{ REL::Offset(0x0454A238) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0a624a97b3c7bb2ed7e6bfc63f9f653b__{ REL::Offset(0x045AC490) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0af9277573c344118d6a1fe21861be45__{ REL::Offset(0x045B1708) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0ca112fae378524f5c716434e6dc3af4__{ REL::Offset(0x045AE750) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0cbf88e287801d255a538991dedda930__{ REL::Offset(0x045A9FD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0f20dc351867eb139704044c2aafef40__{ REL::Offset(0x045AEC48) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0f2cce400fa8fc226f9799dbbb2ac3f7__{ REL::Offset(0x045A8668) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0fc7f0a5903529deb2433b396c8d1b1f__{ REL::Offset(0x045AF7C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_0ffa4039c86b34939d9156f569351c83__{ REL::Offset(0x045B1750) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_100817096d2871fec86183b3d5d2cf63__{ REL::Offset(0x045AE960) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_106a037e58cd223a27b0e4133fdb8e90__{ REL::Offset(0x045AEB70) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_10f6b540449e33286cafe8fd814c074a__{ REL::Offset(0x045AE9D8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_11633ff57cf1f655573655e081f23783__{ REL::Offset(0x0452CBA8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_12aef229f47da98e2424118f5ab57f5e__{ REL::Offset(0x045AC370) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_132f52394ebbc275b28c8a3f247600d8__{ REL::Offset(0x045A8858) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_134bfe5ae3c63f691cc383e907d4b52a__{ REL::Offset(0x0452AC88) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_14c4abc6072326c0d86e26653839793b__{ REL::Offset(0x045AC280) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1599f5a47c8b32576c26a4f50646ef86__{ REL::Offset(0x045AF738) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_171e2043e47a2b7ae5a5284fe3e8231a__{ REL::Offset(0x045B2C78) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_17727cc8b00ded511dcb64ca76172cea__{ REL::Offset(0x0452B3C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_195b29117bb53e6f6fab5c100b6cf414__{ REL::Offset(0x045B1A58) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_19d0d049696ee9c50fd7fe46cc0ec7fa__{ REL::Offset(0x045AC2F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1b9498896c1c5518a568037d3e0ef312__{ REL::Offset(0x045B1738) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1ba2dd317b2376cea7fb6b8c27174263__{ REL::Offset(0x0452C588) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1e2e04e9fac0e1ed271771653d9c0e9d__{ REL::Offset(0x045AE780) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1e77bf8ba449168726ee648bfb8c00a2__{ REL::Offset(0x0452CB90) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_1f6d48a3f5c01e30f10f3610bde8bc55__{ REL::Offset(0x045B18B8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_203ef803715b965dfdfc31e69cc58e2d__{ REL::Offset(0x04559420) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_20d1b1520a8d9535dbd93636277c0f54__{ REL::Offset(0x045B1950) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_212930db2a9b4458714ea80fd7cb589a__{ REL::Offset(0x045B1BA8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_21a2220d0527ea37e103f7714889f29e__{ REL::Offset(0x045AE858) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_21ac452d13e1fadaf64bec4ee6c0acbf__{ REL::Offset(0x045B1980) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_226c537515aad74a7132422c1285e020__{ REL::Offset(0x0452B710) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_22c8bc2d14ed99e197f1030a8403622e__{ REL::Offset(0x045AAEB0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2311c81b3797f5a52c76dc4224a8834b__{ REL::Offset(0x045AC400) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2588025f28d88cab8d12e6ec45298453__{ REL::Offset(0x0452C758) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_26c6ca682d4a9fa13dd7654cc7c55f5c__{ REL::Offset(0x045B1AB8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_29226ad67e1c517b6a1b17a2b8c147a2__{ REL::Offset(0x045AE7B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_297c03c21391a3a3d23085b75aafc497__{ REL::Offset(0x045AF798) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2b3107f92420d08ee9f330740ca553bf__{ REL::Offset(0x0452C770) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2beb67eb6309935752f35f3a08139112__{ REL::Offset(0x045B1A28) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2c9d58f9c070b067180943c63d3d3ebf__{ REL::Offset(0x04559408) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2d00f74225272ba4d0756f752d3cebcb__{ REL::Offset(0x045B17E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2dd51c7568dc73ef294bdba9b068857c__{ REL::Offset(0x045AE8A0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2de49d87138b6c5159615fecd45e4445__{ REL::Offset(0x0452A578) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2f176c1efeedee42481c02971a4cf2d5__{ REL::Offset(0x045A9050) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2f2b9801a649a141edba87307f6dea94__{ REL::Offset(0x0452CBC0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_2f3ef0149d37b291fb55cad30891fc68__{ REL::Offset(0x045A9098) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_301d4fefb83785396542aea94b52b417__{ REL::Offset(0x0452E118) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_30222883fe322801a60bf0a39dc51937__{ REL::Offset(0x045B1BF0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3130831d096c232338566a65da5134c1__{ REL::Offset(0x045B1B00) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_31c0e626d5862109bddfd3daec2ab600__{ REL::Offset(0x045A8888) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_32757ef7c268e601d2d75a1ba4776393__{ REL::Offset(0x045B17C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_32e54638b9a05987c2fab8c8764dd814__{ REL::Offset(0x045AE828) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_33036072e8d510723944184bbcabdeb8__{ REL::Offset(0x04558FF0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_334bc6d23f6b538be902c06ad9f34831__{ REL::Offset(0x045AC448) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_35715878a159b0afdba496d16e61efc4__{ REL::Offset(0x0452CFE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_361c7f0462cd8412afcac79097ea8868__{ REL::Offset(0x045A9080) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_36e4c1be2f3e2277e772707cf4113c9e__{ REL::Offset(0x045B2A38) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3750069834e58b97f370345a836a5635__{ REL::Offset(0x045AEC30) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3879f098f28b5bd9e364035a6e82a26e__{ REL::Offset(0x045AF768) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3b292593c08f98752f9c488c9d10b021__{ REL::Offset(0x045B2B40) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3b38ac6dd230c33dc63ec3ec9ea3f941__{ REL::Offset(0x045B1810) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3c56c49fee3f1393cc934976acf21532__{ REL::Offset(0x0452E100) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3c633906378209a09682179306c31729__{ REL::Offset(0x045AA768) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3cf139fd326baa590739d685ae72dcd1__{ REL::Offset(0x0452DB58) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3d807bacfee4bb6f65b8b43e9ccef9c3__{ REL::Offset(0x045B1C20) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_3ff5c373b4181f0b20e989fee69c17dc__{ REL::Offset(0x04541F10) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4099312d1d3a2740c05e2ef038476dca__{ REL::Offset(0x045AA750) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_40a5907200e316afd6453faea9962c5d__{ REL::Offset(0x045B16D8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_40d9d6f49609309d9941d7f375744c82__{ REL::Offset(0x045B2C48) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_40f8bbe2d260ea93a343b1ab7a9e88a8__{ REL::Offset(0x0452CFA0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_41afb89f0622ac48a762589f37fa5c9d__{ REL::Offset(0x045AE9A8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_41c49f3692cbf1607685a8445ba43317__{ REL::Offset(0x045A85F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_42f1c8eff90874cf0b10a38a95704e46__{ REL::Offset(0x045AEB58) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_437ceb4e433a91f918a0a9ddbda972ca__{ REL::Offset(0x0452E160) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_438960cb642397dd4f2bec486ca826b1__{ REL::Offset(0x045B2C30) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_474729285f7d64462b9e67ec3f4e0876__{ REL::Offset(0x045B2B28) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_47eb50df2d194d70828fb720011d7a63__{ REL::Offset(0x045AC388) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_48fa29384b1083fdfb72f436941a004b__{ REL::Offset(0x045AAF28) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_499f66eae449c5b9baa627ac5f111664__{ REL::Offset(0x045B16C0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4aef8c7e0a8a57305007ec3746a5c546__{ REL::Offset(0x045AE720) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4b7891416dae41035e5babc4f5f977bf__{ REL::Offset(0x045B1888) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4bb9aa1d9f2f043aa6ea32e026bc5839__{ REL::Offset(0x04558FC0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4bed40d46b7479ba14c28e3e93af2976__{ REL::Offset(0x0452D000) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4d4e81c67230c3a4e4eb65ccef2b2daf__{ REL::Offset(0x045B1828) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4e9f36e4e360c0df3b3f161c8298509e__{ REL::Offset(0x045AA050) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_4fab562aff63ff487bd72a44e3f26269__{ REL::Offset(0x045B2AF8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_500a8b012bcfe5805e1d4b6339ccc2c4__{ REL::Offset(0x045B1CF8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5166aa33c502718531e122e5b62063fb__{ REL::Offset(0x0452EE18) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_51f4c7599fba3b54d2657d28b5d571fa__{ REL::Offset(0x045AC2E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_52394da72f1b024683a24785235290f9__{ REL::Offset(0x0452A590) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_53828cb6ed5507c9f6e5583b336c0b49__{ REL::Offset(0x045AA8F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_53f1c11abf470b5af0ab3157a7e40510__{ REL::Offset(0x045B2B88) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5403f1488f3b0eec16b4da9f4dcbc27f__{ REL::Offset(0x045AE690) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_549a5787dfe9e0794dd0dcabed8b35a9__{ REL::Offset(0x045AA7C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_54b3db24201dc72f1d263f7bb41472ed__{ REL::Offset(0x045AC340) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_551d5a0aac770b949e35949959f6a654__{ REL::Offset(0x045B1C50) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_56a30b8cb1e23597dcadd61373e22433__{ REL::Offset(0x045AE6A8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5835f80784b8b2623a762b843655dbb0__{ REL::Offset(0x0452EDE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_58a057d89d534186556acb193e9f475f__{ REL::Offset(0x045B2C00) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_597df40bf391622d8b4697c202560ad3__{ REL::Offset(0x045AEB28) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5b5caa92f1bdede6850a25a834b46ec8__{ REL::Offset(0x045B1AA0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5c3ecec4335bb21a4feb6ee0ff1ca326__{ REL::Offset(0x045B2000) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5c9c6ab5a0af4fab87eb9c7f20d22397__{ REL::Offset(0x045B1AE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5da1137410734cdf7ff6310befd3ecb3__{ REL::Offset(0x045AE6D8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5f233e55b9ecea4e1488d9e3c2208d33__{ REL::Offset(0x0452CB60) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_5f34bd288bcad8dc0f27a44db1bfcac1__{ REL::Offset(0x045AE918) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_60d14d99fba9b381f873fec0b031d85c__{ REL::Offset(0x0447D1D0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_610f268a7eb9cb125982f7ae1b2308b4__{ REL::Offset(0x045B1CE0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_618c71cb024f326faffa7f44dda633ac__{ REL::Offset(0x045AE900) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_631ef27b74bb90e99c51bda586363756__{ REL::Offset(0x045B2B70) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_63b35cfcf8ba2d6f0a2bbcfa841bb8f6__{ REL::Offset(0x0452B390) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_63c2387b89e483d41d50b674c47d00d7__{ REL::Offset(0x0452ED68) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_645e50ca33df68a80db06e7414c3220e__{ REL::Offset(0x04559210) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_655acaea9adc8804e4671136a0901ff8__{ REL::Offset(0x045B1768) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_67a24422373971fbb0269ed66044bc22__{ REL::Offset(0x045AA038) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_67fa1b768b25c4fe4605376141de60d0__{ REL::Offset(0x045B1720) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_680a46ba2cb700f48be300a81a5301f0__{ REL::Offset(0x045AC430) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_681cc0a858064c0eb0d10dbc2b730575__{ REL::Offset(0x045AE948) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_6aa4889f9c8470badc6eded8ddc1c8ae__{ REL::Offset(0x045AA780) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_6d0a094bd0e17259c02dbabac0988f6f__{ REL::Offset(0x0452ED50) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_6e1c3a72328257217242d592a4414546__{ REL::Offset(0x0452C558) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_71316eab4ed1a6c587b65624045aa47a__{ REL::Offset(0x0452C008) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_715f971c86ea4f3f222793896cd665c6__{ REL::Offset(0x045B1D58) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_719e7aa53f46195a957bb912ccb0a0e7__{ REL::Offset(0x045B1C68) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_71f3140295c63fc01e495e45e2fc9748__{ REL::Offset(0x045AA718) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_73694edb4e9e4960720f23ee2ed5a200__{ REL::Offset(0x045B2A98) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7386cdf2d94c6ced574551d02dc2a195__{ REL::Offset(0x045B1B48) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_73bc4f43cf7e2ce2e1c2d4620b70b6a3__{ REL::Offset(0x045B1858) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_73dffbc55ce2bfc9558df15e04166230__{ REL::Offset(0x045B1938) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_740216651ae0187bfd2f2ce8bee423d5__{ REL::Offset(0x045B2B58) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_74b701e758aee33f394cc779c18e474b__{ REL::Offset(0x045A88A0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_75b34a469c6587b3b9fd0807db3e2be4__{ REL::Offset(0x04559558) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_75f5e2db0ffa9048a002e4574bd775ec__{ REL::Offset(0x0452B378) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_77c3660bc8496e899c23b02cea56eda3__{ REL::Offset(0x045566F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7823a845baa417078257e22096502dd4__{ REL::Offset(0x0452B330) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7826335e103db9aad929a91243bbed15__{ REL::Offset(0x045B1B18) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_78277c0fc395497e38f8e29e6a7a78f9__{ REL::Offset(0x045B1BD8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_79510e1b64a59265f0a0f69f150b8586__{ REL::Offset(0x0452B6E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7988ec7ceabe28cc10840fa0270190ca__{ REL::Offset(0x045B1AD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7afb4294e19e40e07a22e4d0b4b3d458__{ REL::Offset(0x045AAEF8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7b69fb190507062ec402676524f970f7__{ REL::Offset(0x0452B348) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7b96813f06287b2d3c39b27cfe2ae384__{ REL::Offset(0x045B2A08) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7bb6eb3faac35c78fa79cacebeaafb39__{ REL::Offset(0x045AE810) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7cb67c892f57252d51c8f2f2e461340b__{ REL::Offset(0x045AAF10) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7e088beb663cd2abb84936e9aeb84226__{ REL::Offset(0x045B1CC8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_7e08d229e5e0c8ae5df575e9b816513d__{ REL::Offset(0x045AE930) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_802c078ee9979744911eb5a3841d9020__{ REL::Offset(0x045B2A50) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_814bc17e3b5cf818e79d126fe846e48b__{ REL::Offset(0x0452C570) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_830a44f9275665f00587f5b206a7ae3f__{ REL::Offset(0x045A9068) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8409fcc94cb40c6c6ea4b927fad20196__{ REL::Offset(0x045A8590) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_84146bd387f3dcdf0b8f4d765caa2c7e__{ REL::Offset(0x045A85C0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_842ef51fd864254c5904c16495cefe48__{ REL::Offset(0x045AE630) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_84553fe2792b2e5a0afd0c91a809dd67__{ REL::Offset(0x0452C020) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_84adc2ed4f574746a54f748e3b0ee6b7__{ REL::Offset(0x045AE8E8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_855cade0c40db8b4b0d6d97bcf5716ed__{ REL::Offset(0x045AF6F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_862ed792a8ff0af23fee2aa38329acd9__{ REL::Offset(0x045A8638) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_86a2e1c1b60decbfa0cc18d95585b8b0__{ REL::Offset(0x045B18A0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_880628682c8cc8e35320a5c4691f61e9__{ REL::Offset(0x045AF720) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_884f4ee6b9aea32e91c07a04493ed660__{ REL::Offset(0x0452C510) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_88a30c182deba3c36f61bf8b280e8504__{ REL::Offset(0x045AC328) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8a00011017069693a1ecf2e8fe1d3ada__{ REL::Offset(0x0452EDD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8a969997e0ffa6a499f395759133dbf7__{ REL::Offset(0x045B1A10) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8a9ea67138f386d4187e48a7d679f00e__{ REL::Offset(0x045391C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8b161bcdfa62edcd3be276b3f7b3ee3a__{ REL::Offset(0x045B1660) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8b753712b7bb732e85ec30f0156bf1a5__{ REL::Offset(0x045B1870) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8c7d98918d0b24ebec04adecd0ec8d1a__{ REL::Offset(0x045B19B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8cf58f32d8f5b2deda1bd7ecc7a7bffb__{ REL::Offset(0x045B1C80) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8f9987095064e7d4e7e346ba3222f86a__{ REL::Offset(0x04559020) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_8fc51817b274ec09564ea6176c5a85ca__{ REL::Offset(0x045AC3D0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_91457ab7253963bb63261c1ee6dee20f__{ REL::Offset(0x045AA080) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_917b92ea2285c30de6fe3ca603986b4a__{ REL::Offset(0x045B17B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_92ddbff848a0b6078f72c0afe7089462__{ REL::Offset(0x045B1798) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_93dfefde362f3ff9dd369aacdd5fef87__{ REL::Offset(0x045B2BB8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_972fa3830fd19a60193b78f9ad738c29__{ REL::Offset(0x045B1B78) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_986b2714dfd413072b51a6e4c7bb4714__{ REL::Offset(0x045AB018) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_98eb73d7bf2f0807326098a3c21f24d1__{ REL::Offset(0x04558B48) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_990b761c66434490406bcea79edef473__{ REL::Offset(0x045A85D8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_99fbef144fe6f842bf44e74c5cbe5834__{ REL::Offset(0x045B16F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9ab0633b80698c16338475c360b5374a__{ REL::Offset(0x045A85A8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9b54ee9c6bfbeb05136e8011cf251535__{ REL::Offset(0x045391B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9b6b0aa932cecc1edf90168689e89b93__{ REL::Offset(0x045AEB40) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9c20ef5d6c3cb255019878c87dc18415__{ REL::Offset(0x045B2B10) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9ce1cc8d2f04e74d9680b570d7dc6c2d__{ REL::Offset(0x045B1C38) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9d3dccf20a25de3b5b6b64de98097899__{ REL::Offset(0x0452B360) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9d77bd242e80e2496683d5fd2ab136e1__{ REL::Offset(0x04556720) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9f5155773b4a1b5c58e7bc4e7bfdba16__{ REL::Offset(0x045AA730) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9f78a13781d5ce4b8d86010ccc93a71d__{ REL::Offset(0x045B1840) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_9fb680cb6274dc6dd0ddf429720b7606__{ REL::Offset(0x0452CFB8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a0b3c8097eb8e0bac69a3bdfce2edc49__{ REL::Offset(0x0452ACA0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a1c78ca6e75e48166d04b1dbbdc1838a__{ REL::Offset(0x045AEC18) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a2139da93515ac5ad43d4aa8f96db06f__{ REL::Offset(0x0452CFD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a277cfdfa8489f756e0f726ebb7d9567__{ REL::Offset(0x045A9FE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a2e59104d981eb0a42b2796397322efd__{ REL::Offset(0x045AC3E8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a2f256345aebf1faeaedc8ffdb406a39__{ REL::Offset(0x045A9518) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a3b93f2563d8850c261e77644baa69a3__{ REL::Offset(0x045AE7F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a3bc8fd412cf50f6b82babc0ea7e011f__{ REL::Offset(0x04559450) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a3eacdbff35b236da2f56eb9985a2518__{ REL::Offset(0x045B2A20) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a49c788bf678204c9ee243876d6a7ac2__{ REL::Offset(0x045B1D28) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a553eb6589adbede1435ff2818f257b6__{ REL::Offset(0x045B19F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a746b1700e3659355c88fa2fad48b2b9__{ REL::Offset(0x045AC268) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a74af080b0abec224ece4c35ee725212__{ REL::Offset(0x045590C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a7be67920776cdeda95b51372bf23e8e__{ REL::Offset(0x045B1B60) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a8ac61426a94f7074159d9e05bfbd1da__{ REL::Offset(0x045AF7B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a8e83f97fdbbeb630f88120542d625ef__{ REL::Offset(0x045B16A8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_a902d6efbbedb1e52b0fa5f48e7c84e1__{ REL::Offset(0x045AF708) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_aa2d04ed98527fa32156abf2b7e3da05__{ REL::Offset(0x04559038) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_aab6897b46792e96a6b8f3e5c1bad58d__{ REL::Offset(0x045AA798) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_aae3fa0ad23b825f299973c1d0e45f53__{ REL::Offset(0x045AE708) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_abc9d4a20e1aead67d9f4b57a579aa36__{ REL::Offset(0x045B1920) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ac528a71e0900eb241c01fadfad5c059__{ REL::Offset(0x045B19C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ac77d3a84afcfaa4c9198ce9dbf69769__{ REL::Offset(0x045AA7E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_acc4630c8c1b53ad4c3a04b6314fb18f__{ REL::Offset(0x045AA020) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_acdc8f293fd16e7d5a550f0544d1bed5__{ REL::Offset(0x045B1690) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ad4c50dfd4773f6eec86c8a164aa0a0f__{ REL::Offset(0x045AC3B8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_af17e7b83fb8224926eb7885c3e1c5f8__{ REL::Offset(0x0452A8B8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_afb9fa17480ae987835e8326a9ac69e0__{ REL::Offset(0x045AEA50) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b08476e8672f0cd2076e9fa10099723d__{ REL::Offset(0x04541F40) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b2353ae13e42226535693aaaa33f9018__{ REL::Offset(0x04559008) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b2a7e0ce9cc119c0855f5298d2331601__{ REL::Offset(0x0452C540) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b2cdea078ef487a19e05281fa1797871__{ REL::Offset(0x0452C740) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b30f4f4e4d2ff9edf9de7be5dad9da01__{ REL::Offset(0x045B2BA0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b3fcaf59e26899a207dd6080e81a4d1d__{ REL::Offset(0x045B19E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b41fa54e3280a6245a6cceb5d3dce7fd__{ REL::Offset(0x04523AE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b44f06720d438162257a78e6ecb7fbe5__{ REL::Offset(0x045AAEC8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b5a51d6309454d5d83110876b74325e4__{ REL::Offset(0x045B1B90) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b7ab0c997ed4e48be0451acecb0b8e14__{ REL::Offset(0x045B1A70) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b7c31b6034c69f6decc7a9e46cc2d80b__{ REL::Offset(0x045B1998) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b8a0b33aa93533c1fe071c789eb56c97__{ REL::Offset(0x0452BFC0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_b9e8f6f90da086b534265a19c892f189__{ REL::Offset(0x045AA0B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ba2c9a2e56f0b8dc1849c9ffa6668fa6__{ REL::Offset(0x045AEBD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ba66f84876acef0f10b586fa824514ec__{ REL::Offset(0x045AE768) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bc222a075edbe78f7a53bff645b36ca3__{ REL::Offset(0x045AC418) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bc9705a849a34d711f273f3a449f4cb9__{ REL::Offset(0x045AE840) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bda70f7e0f4c99f6bf1326a8ab5e20a2__{ REL::Offset(0x0454A280) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_be2155f5be453463918f21d9b2f445d7__{ REL::Offset(0x045AE6C0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_be655b8798518b83af98581e42d70fbd__{ REL::Offset(0x045B1A88) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bed1a05d54bd88c15207e603a7a17a92__{ REL::Offset(0x04559438) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bed85b09b9ed3355dcc1986849044e52__{ REL::Offset(0x045B1B30) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bf50a16e40a651db35c8ba6bb5fc82db__{ REL::Offset(0x045AA000) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_bffd3e152755f9ae6c3ead71f556afe8__{ REL::Offset(0x045B2BE8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c0867478ce833586641252d7592ed001__{ REL::Offset(0x045B1908) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c0ec1cdba9232d6577a7941bfe940f4b__{ REL::Offset(0x045AF750) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c18ddfec56d6fcb70a1d887fda59b094__{ REL::Offset(0x045591F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c19e4767f53d88af0c87f5c15724b915__{ REL::Offset(0x04558FD8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c1e745843e971876f54bbffb8de56022__{ REL::Offset(0x045AAF88) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c20350d14aef637940dd749ec09220ca__{ REL::Offset(0x045AE978) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c243f538ea07d990f2a5deb1e55f8011__{ REL::Offset(0x045AAE98) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c31a2a36aefac824fef0a53c4e0a211b__{ REL::Offset(0x045B1D70) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c320a962826983bb667d95d2dd0aeb99__{ REL::Offset(0x04523AD0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c40b67edd85a9bdb0c4f8c5aaf44ccc0__{ REL::Offset(0x0452B318) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c4a3f0c93bb595505c6ef54dfe2dbf6c__{ REL::Offset(0x0452B728) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c4c82cf4556f54d615bb9d9a9a7785d4__{ REL::Offset(0x045AE9C0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c4e2dd91abafbdc7113e7fe251e62b68__{ REL::Offset(0x0452D358) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c688b4a3930e887994f9ff22a44d1055__{ REL::Offset(0x0452E148) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c6f15aee236d6778aecf4030939e648d__{ REL::Offset(0x045B2C60) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c7d195272685e18515980cb4f141e5e7__{ REL::Offset(0x045AEB88) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_c7ec0bf91e9d97e0dcd3f675bc5ce9c2__{ REL::Offset(0x045AEA68) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ca12cab6b49af1118bbc3acbdef3ad2c__{ REL::Offset(0x045AC478) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ccb769bfb515dffc83900f29df914aa3__{ REL::Offset(0x0452BFF0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_cdd90a6e62d5d62a81ae5dda9cab4c40__{ REL::Offset(0x04541F28) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ce5d1e302831e375f59ce55f1ba0efcb__{ REL::Offset(0x0452EE00) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d0524595d53784a777256654df184400__{ REL::Offset(0x0452CB48) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d18397ac97102f79f73762b829004f22__{ REL::Offset(0x045AEC00) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d26284ad1a966342395fc35246850ebc__{ REL::Offset(0x0452B6F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d27537a1b55940a201039e4526a6fabd__{ REL::Offset(0x045B1D40) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d2927be86be9174bcfaf938b446e242a__{ REL::Offset(0x0452C4F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d47011212f92e03ce0c144c08f5c0376__{ REL::Offset(0x045B17F8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d470ea3e7e00eb6cb8e4753e84358c81__{ REL::Offset(0x045AC2C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d4c21d061d1730e6c442222e95aae7e1__{ REL::Offset(0x045591E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d501430f38fc2e876cc6f4ef99cc255e__{ REL::Offset(0x0452C528) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d57673b68f75bff3ab6be7fc1f1bc4de__{ REL::Offset(0x045590B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d583b0b3d0781b1f040a14279a3c1e38__{ REL::Offset(0x045B1D10) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d5dede834329bc72fd38341535be2334__{ REL::Offset(0x045B1A40) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d6517e45fc467d7ab0ca21fecd0d34d9__{ REL::Offset(0x045AE990) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d65afeddea21840da4db248a20b4cb0a__{ REL::Offset(0x045A8578) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d69e47580585bca0b81bba1266976d2d__{ REL::Offset(0x045B1BC0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d7480b0f84fff0346b6cc5b74a19ae21__{ REL::Offset(0x045AC2B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d790af53937f7e516d4663912669e8e7__{ REL::Offset(0x045AEBB8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d7b70ef5e69a8f52cb3f82623ace10de__{ REL::Offset(0x045AE660) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d897263a1e3d967e06c67b717cffdcc6__{ REL::Offset(0x0452BFD8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_d971bbc3dc9ed71bf53e59b32a581d4f__{ REL::Offset(0x0452ED80) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_da6f2d6d493f7877f274d863256ed547__{ REL::Offset(0x045A88D0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_da84597145903905cf4628e7b7d95cdc__{ REL::Offset(0x045AE870) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dad678bb0d4f37da792d090f78710788__{ REL::Offset(0x0452EDB8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_db60577df69cd83290fbcc5fca4b00a7__{ REL::Offset(0x045AE888) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dc9d1efc4809f06b3d9d3253b11ead39__{ REL::Offset(0x045A88B8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dceb43904e5ea9b6abd52cfa7569700d__{ REL::Offset(0x04559080) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dcf3c08d7b49df537da17b8639e51c7c__{ REL::Offset(0x045AC310) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ddfc15402f3d249953d7d45915cfa7cf__{ REL::Offset(0x045AE738) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_df002d1f4df00b2ff2289cb93db7c792__{ REL::Offset(0x045B2AB0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dfb37256bd8bb47942803ef19fd5598e__{ REL::Offset(0x045B1C98) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_dfb974a55430afb3e2360b58191ed6c6__{ REL::Offset(0x04559098) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e05439751b4f6d015b03830ac1de7c0a__{ REL::Offset(0x045AAF40) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e0dfdcf3bb3d24d6829800674ab09670__{ REL::Offset(0x0452A8D0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e33c0fb8e443b5cbaba490e78cca5283__{ REL::Offset(0x045B2AC8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e365f2925342579338131085504fefb3__{ REL::Offset(0x045B2C18) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e3819f4c00b5686b0c2c40498731c485__{ REL::Offset(0x045A8560) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e424d4ca017b7d154609d3d2687b2981__{ REL::Offset(0x0452B740) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e4f93fb5ad678dc72a2d452d7c37112e__{ REL::Offset(0x045AAEE0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e5fd3939c6389bee094722082f9c3dd5__{ REL::Offset(0x045AC298) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e622216f201a2158f750e267701d9e13__{ REL::Offset(0x045AF780) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e6f7615137c5907aeb897143153913f2__{ REL::Offset(0x045AC3A0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e798ff35dc2f689a5d1731afe07f184c__{ REL::Offset(0x045AA7B0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e7abc812033d724dfabed043d01353e7__{ REL::Offset(0x045B1780) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e8233a2e1c0b3a09af1056110abd4931__{ REL::Offset(0x045B18F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e825ada6044397b46e187e02ddf9c722__{ REL::Offset(0x0452A5A8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e83960b0e352b6b397a1ee6ed57b62bb__{ REL::Offset(0x045AE9F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_e9b4bd62e1594914c1f820d88177a97c__{ REL::Offset(0x0452C728) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_edf1ffa676a50d18e516e7b8cc0f470b__{ REL::Offset(0x045B2A68) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ee6a3623bc31c868f9943f6c8924bd71__{ REL::Offset(0x045A8650) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef46af054b01b8325be51719c97536d4__{ REL::Offset(0x045A88E8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef517dcf01c4cd24eca53b318e0e08f6__{ REL::Offset(0x0452C4E0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef6021d31541f941ed0953d537fe4953__{ REL::Offset(0x045AAF70) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ef99d8752b4b4039b5096e3e10694d94__{ REL::Offset(0x045AE7C8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_efa77261d9d923d5a08c06a823921f8d__{ REL::Offset(0x0452A710) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_efd513b9708d9fe9ef6fe678e5b8a236__{ REL::Offset(0x045AC460) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f15c039b05ba43d1772398feb9928ac1__{ REL::Offset(0x045AE678) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f1c196a9b667c520331cc1dab9c15355__{ REL::Offset(0x045AEBA0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f262931cb1dafba8216a34e41d23a256__{ REL::Offset(0x0452CB78) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f2a2a50cf35e896688d0664427cee6d0__{ REL::Offset(0x045AE798) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f32e419e62f35a522891b3e0dcba4229__{ REL::Offset(0x045B1678) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f3781cbdc20effa2bed12fa4f4d830dd__{ REL::Offset(0x045A8608) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f391568749114e3f1b2fe318c3e220b8__{ REL::Offset(0x045AE6F0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f3c2b04e4020e2fb8a70a09f6fdd834b__{ REL::Offset(0x04559050) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f42a59ec43849d83a9b98b1956053250__{ REL::Offset(0x045AA8D8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f48d3b6efe445329c0142186db6cd6e4__{ REL::Offset(0x045AA068) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f5b1b067cf9d7459e60e73229fa94e6a__{ REL::Offset(0x045AE8B8) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f677de8524a59c67035b6829bab013d6__{ REL::Offset(0x045B1968) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f7464ee3aeaa42e509a6e89d5d8b2acf__{ REL::Offset(0x045AA098) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f808da4bc82fea4ea20fd78d8c7ab291__{ REL::Offset(0x0452E130) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f9501becdb4254364706aa129a8e5996__{ REL::Offset(0x045B2A80) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_f9e16eeb7df889d06b33524af8cc3935__{ REL::Offset(0x045AAFA0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fc54dcf60747501042a167c9db0a5a23__{ REL::Offset(0x045B1CB0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fe60a7083203a597a71f33ca821fef5e__{ REL::Offset(0x045AE648) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fea4d95b98a93c5184de078e5acd242b__{ REL::Offset(0x045AC358) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_fee7bc3577f6720ec0d8b77b143c3a8d__{ REL::Offset(0x045AE8D0) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl__lambda_ff721520b2d17d48926db4c51a0e0163__{ REL::Offset(0x045AEA08) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl_char_{ REL::Offset(0x04477508) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl_charconst_{ REL::Offset(0x0452F450) }; + inline constexpr std::array BSScript__Internal__CachedErrorMessageImpl_std__function_void__{ REL::Offset(0x045A8870) }; + inline constexpr std::array BSScript__Internal__CodeTasklet{ REL::Offset(0x045B18D0) }; + inline constexpr std::array BSScript__Internal__FunctionMessageNode{ REL::Offset(0x045B2DA0) }; + inline constexpr std::array BSScript__Internal__FunctionMessageProcessor{ REL::Offset(0x045B2DF0) }; + inline constexpr std::array BSScript__Internal__IFuncCallQuery{ REL::Offset(0x045AEC88) }; + inline constexpr std::array BSScript__Internal__NativeFunctionStub{ REL::Offset(0x045AF860) }; + inline constexpr std::array BSScript__Internal__RawFuncCallQuery{ REL::Offset(0x045AECA8) }; + inline constexpr std::array BSScript__Internal__ScriptFunction{ REL::Offset(0x045B2EC0) }; + inline constexpr std::array BSScript__Internal__VirtualMachine{ REL::Offset(0x045AECC8), REL::Offset(0x045AECE8), REL::Offset(0x045AED00), REL::Offset(0x045AED40), REL::Offset(0x045AEF60), REL::Offset(0x045AEFC0), REL::Offset(0x045AF0C8) }; + inline constexpr std::array BSScript__Internal__VirtualMachine__AttemptFunctionCall__2__Callbacks{ REL::Offset(0x045AE570) }; + inline constexpr std::array BSScript__Internal__VirtualMachine__CallInTasklet__2__Callbacks{ REL::Offset(0x045AE5D0) }; + inline constexpr std::array BSScript__Internal__VirtualMachine__HandleCallMessage__2__Callbacks{ REL::Offset(0x045AE5A0) }; + inline constexpr std::array BSScript__Internal__VirtualMachine__IFuncCallCallbacks{ REL::Offset(0x045AE600) }; + inline constexpr std::array BSScript__LinkerProcessor{ REL::Offset(0x045B2C90) }; + inline constexpr std::array BSScript__NF_util__NativeFunctionBase{ REL::Offset(0x045AA190) }; + inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_ActorValueInfoconst_{ REL::Offset(0x0452F800) }; + inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_Actor_{ REL::Offset(0x0452F578) }; + inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_EffectSetting_{ REL::Offset(0x0452F650) }; + inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_TESForm_{ REL::Offset(0x0452F8D8) }; + inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_float_{ REL::Offset(0x0452F9B0) }; + inline constexpr std::array BSScript__NativeFunction0_ActiveEffect_void_{ REL::Offset(0x0452F728) }; + inline constexpr std::array BSScript__NativeFunction0_ActorValueInfo_BGSResourceconst_{ REL::Offset(0x04534CC8) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_Actor_{ REL::Offset(0x045319C0) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x04531660) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_GameScript__SpaceshipRef_{ REL::Offset(0x045329C8) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_TESFaction_{ REL::Offset(0x04531A98) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_TESNPC_{ REL::Offset(0x04532668) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_TESObjectARMO_{ REL::Offset(0x04531D20) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_TESObjectREFR_{ REL::Offset(0x04531B70) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_TESPackage_{ REL::Offset(0x04531FA8) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_TESRace_{ REL::Offset(0x045324B8) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_bool_{ REL::Offset(0x04531588) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_float_{ REL::Offset(0x04532590) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_int_{ REL::Offset(0x04532080) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_unsignedint_{ REL::Offset(0x04531C48) }; + inline constexpr std::array BSScript__NativeFunction0_Actor_void_{ REL::Offset(0x04532FB0) }; + inline constexpr std::array BSScript__NativeFunction0_AlchemyItem_bool_{ REL::Offset(0x04534DB0) }; + inline constexpr std::array BSScript__NativeFunction0_BGSAffinityEvent_void_{ REL::Offset(0x04521ED8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSBaseAlias_TESQuest_{ REL::Offset(0x04535038) }; + inline constexpr std::array BSScript__NativeFunction0_BGSBaseAlias_bool_{ REL::Offset(0x04534E88) }; + inline constexpr std::array BSScript__NativeFunction0_BGSBaseAlias_void_{ REL::Offset(0x04534F60) }; + inline constexpr std::array BSScript__NativeFunction0_BGSChallengeForm_void_{ REL::Offset(0x0447CE28) }; + inline constexpr std::array BSScript__NativeFunction0_BGSListForm_unsignedint_{ REL::Offset(0x0453E710) }; + inline constexpr std::array BSScript__NativeFunction0_BGSListForm_void_{ REL::Offset(0x0453E3B0) }; + inline constexpr std::array BSScript__NativeFunction0_BGSLocAlias_BGSLocation_{ REL::Offset(0x04535710) }; + inline constexpr std::array BSScript__NativeFunction0_BGSLocAlias_void_{ REL::Offset(0x045357E8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSLocation_BGSPlanet__PlanetData_{ REL::Offset(0x04535EE0) }; + inline constexpr std::array BSScript__NativeFunction0_BGSLocation_bool_{ REL::Offset(0x04536AB0) }; + inline constexpr std::array BSScript__NativeFunction0_BGSLocation_void_{ REL::Offset(0x04536828) }; + inline constexpr std::array BSScript__NativeFunction0_BGSLocationconst_unsignedint_{ REL::Offset(0x04536240) }; + inline constexpr std::array BSScript__NativeFunction0_BGSMessage_void_{ REL::Offset(0x04537290) }; + inline constexpr std::array BSScript__NativeFunction0_BGSMusicType_void_{ REL::Offset(0x04537468) }; + inline constexpr std::array BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSKeyword_{ REL::Offset(0x04525590) }; + inline constexpr std::array BSScript__NativeFunction0_BGSPlanet__PlanetData_BGSLocation_{ REL::Offset(0x045259C8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSPlanet__PlanetData_float_{ REL::Offset(0x04525668) }; + inline constexpr std::array BSScript__NativeFunction0_BGSRefAlias_TESObjectREFR_{ REL::Offset(0x045377B8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSRefAlias_void_{ REL::Offset(0x04537968) }; + inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x04537CF8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x04537C20) }; + inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_unsignedint_{ REL::Offset(0x04537F80) }; + inline constexpr std::array BSScript__NativeFunction0_BGSRefCollectionAlias_void_{ REL::Offset(0x04538058) }; + inline constexpr std::array BSScript__NativeFunction0_BGSResearchProjectForm_void_{ REL::Offset(0x045239F8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSResource_TESForm_{ REL::Offset(0x04556788) }; + inline constexpr std::array BSScript__NativeFunction0_BGSScene_TESQuest_{ REL::Offset(0x045382C8) }; + inline constexpr std::array BSScript__NativeFunction0_BGSScene_bool_{ REL::Offset(0x04538478) }; + inline constexpr std::array BSScript__NativeFunction0_BGSScene_void_{ REL::Offset(0x045381F0) }; + inline constexpr std::array BSScript__NativeFunction0_BGSVoiceType_unsignedint_{ REL::Offset(0x04538C20) }; + inline constexpr std::array BSScript__NativeFunction0_BGSWeatherSettingsForm_BSScript__ArrayWrapper_BGSKeywordconst__{ REL::Offset(0x04529FF8) }; + inline constexpr std::array BSScript__NativeFunction0_BSInputEnableLayer_bool_{ REL::Offset(0x0453DE50) }; + inline constexpr std::array BSScript__NativeFunction0_BSInputEnableLayer_void_{ REL::Offset(0x0453E1B0) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__Object_bool_{ REL::Offset(0x04541590) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__Object_void_{ REL::Offset(0x045413E0) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_ActorValueInfoconst_{ REL::Offset(0x0453BAE0) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_Actor_{ REL::Offset(0x0453BD48) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_{ REL::Offset(0x04529F20) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSFixedString_{ REL::Offset(0x045391F8) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSInputEnableLayer_{ REL::Offset(0x0453E000) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x0453BEF8) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__{ REL::Offset(0x0453C690) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ REL::Offset(0x0453C768) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_TESQuest__{ REL::Offset(0x0453BC70) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__{ REL::Offset(0x0453C408) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_GameScript__SpaceshipRef_{ REL::Offset(0x0453BE20) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_TESObjectREFR_{ REL::Offset(0x045388D0) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_bool_{ REL::Offset(0x0453AE40) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_float_{ REL::Offset(0x0452A1A8) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_int_{ REL::Offset(0x0453AFF0) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_unsignedint_{ REL::Offset(0x0452A0D0) }; + inline constexpr std::array BSScript__NativeFunction0_BSScript__StaticFunctionTag_void_{ REL::Offset(0x0452A358) }; + inline constexpr std::array BSScript__NativeFunction0_EffectSetting_bool_{ REL::Offset(0x045399A8) }; + inline constexpr std::array BSScript__NativeFunction0_EnchantmentItem_bool_{ REL::Offset(0x04539B58) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__LeveledSpaceshipBase_void_{ REL::Offset(0x0447D098) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_Actor_{ REL::Offset(0x0454C4E8) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESFaction_{ REL::Offset(0x0454A688) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESForm_{ REL::Offset(0x0454CBA8) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESNPC_{ REL::Offset(0x0454C5C0) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_TESObjectREFR_{ REL::Offset(0x0454A328) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_bool_{ REL::Offset(0x0454BC78) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__RefrOrInventoryObj_void_{ REL::Offset(0x04550868) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipBase_bool_{ REL::Offset(0x04525AB0) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_BGSKeywordconst_{ REL::Offset(0x04527A88) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_GameScript__SpaceshipRef__{ REL::Offset(0x04528070) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x045284A8) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipBase_{ REL::Offset(0x045289B8) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_GameScript__SpaceshipRef_{ REL::Offset(0x04528148) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_TESFaction_{ REL::Offset(0x045282F8) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_TESObjectREFR_{ REL::Offset(0x04528808) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_TESPackage_{ REL::Offset(0x045283D0) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_bool_{ REL::Offset(0x04529928) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_float_{ REL::Offset(0x04528C40) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_int_{ REL::Offset(0x045288E0) }; + inline constexpr std::array BSScript__NativeFunction0_GameScript__SpaceshipRef_void_{ REL::Offset(0x04527B60) }; + inline constexpr std::array BSScript__NativeFunction0_IngredientItem_bool_{ REL::Offset(0x0453D878) }; + inline constexpr std::array BSScript__NativeFunction0_IngredientItem_unsignedint_{ REL::Offset(0x0453DA28) }; + inline constexpr std::array BSScript__NativeFunction0_IngredientItem_void_{ REL::Offset(0x0453D950) }; + inline constexpr std::array BSScript__NativeFunction0_SpellItem_bool_{ REL::Offset(0x04542338) }; + inline constexpr std::array BSScript__NativeFunction0_TESFaction_bool_{ REL::Offset(0x04542FA8) }; + inline constexpr std::array BSScript__NativeFunction0_TESFaction_unsignedint_{ REL::Offset(0x04542D20) }; + inline constexpr std::array BSScript__NativeFunction0_TESFaction_void_{ REL::Offset(0x04543230) }; + inline constexpr std::array BSScript__NativeFunction0_TESForm_bool_{ REL::Offset(0x04543838) }; + inline constexpr std::array BSScript__NativeFunction0_TESForm_float_{ REL::Offset(0x04543910) }; + inline constexpr std::array BSScript__NativeFunction0_TESForm_int_{ REL::Offset(0x04543B98) }; + inline constexpr std::array BSScript__NativeFunction0_TESForm_unsignedint_{ REL::Offset(0x04543AC0) }; + inline constexpr std::array BSScript__NativeFunction0_TESForm_void_{ REL::Offset(0x04543C70) }; + inline constexpr std::array BSScript__NativeFunction0_TESFurniture_TESForm_{ REL::Offset(0x04543D60) }; + inline constexpr std::array BSScript__NativeFunction0_TESGlobal_float_{ REL::Offset(0x04543E80) }; + inline constexpr std::array BSScript__NativeFunction0_TESImageSpaceModifier_void_{ REL::Offset(0x04544070) }; + inline constexpr std::array BSScript__NativeFunction0_TESLevCharacter_void_{ REL::Offset(0x04544438) }; + inline constexpr std::array BSScript__NativeFunction0_TESLevItem_void_{ REL::Offset(0x04544610) }; + inline constexpr std::array BSScript__NativeFunction0_TESLevSpell_void_{ REL::Offset(0x04544718) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_Actor_{ REL::Offset(0x04544C20) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_BGSListForm_{ REL::Offset(0x04544CF8) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_TESClass_{ REL::Offset(0x04544EA8) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_TESRace_{ REL::Offset(0x04544DD0) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_bool_{ REL::Offset(0x04544998) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_int_{ REL::Offset(0x04544F80) }; + inline constexpr std::array BSScript__NativeFunction0_TESNPC_unsignedint_{ REL::Offset(0x04544B48) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectACTI_bool_{ REL::Offset(0x04545210) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_TESFaction_{ REL::Offset(0x04545508) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_TESNPC_{ REL::Offset(0x04545430) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_TESObjectREFR_{ REL::Offset(0x04545BC8) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_bool_{ REL::Offset(0x04545CA0) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectCELL_void_{ REL::Offset(0x04545A18) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_Actor_{ REL::Offset(0x0454B258) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSLocation_{ REL::Offset(0x0454D4F0) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSPlanet__PlanetData_{ REL::Offset(0x0454D418) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSScene_{ REL::Offset(0x0454D340) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BGSVoiceType_{ REL::Offset(0x0454B0A8) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSFixedString_{ REL::Offset(0x0454A838) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_Actor__{ REL::Offset(0x0454CFE0) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSLocationRefType__{ REL::Offset(0x0454AC70) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_BGSResourceconst__{ REL::Offset(0x0454B180) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x0454D0B8) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_float__{ REL::Offset(0x0454A9E8) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_BSScript__ArrayWrapper_unsignedint__{ REL::Offset(0x0454D268) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESKey_{ REL::Offset(0x0454AFD0) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESObjectCELL_{ REL::Offset(0x0454AAC0) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x0454B4E0) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_TESWorldSpace_{ REL::Offset(0x0454BD50) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_bool_{ REL::Offset(0x04552E60) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_float_{ REL::Offset(0x0454CF08) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_int_{ REL::Offset(0x0454D5C8) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_unsignedint_{ REL::Offset(0x0454A910) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectREFR_void_{ REL::Offset(0x04552950) }; + inline constexpr std::array BSScript__NativeFunction0_TESObjectWEAP_TESAmmo_{ REL::Offset(0x04553A10) }; + inline constexpr std::array BSScript__NativeFunction0_TESPackage_TESPackageconst_{ REL::Offset(0x04553BD0) }; + inline constexpr std::array BSScript__NativeFunction0_TESPackage_TESQuest_{ REL::Offset(0x04553CA8) }; + inline constexpr std::array BSScript__NativeFunction0_TESQuest_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x045545B0) }; + inline constexpr std::array BSScript__NativeFunction0_TESQuest_bool_{ REL::Offset(0x04554328) }; + inline constexpr std::array BSScript__NativeFunction0_TESQuest_float_{ REL::Offset(0x045544D8) }; + inline constexpr std::array BSScript__NativeFunction0_TESQuest_unsignedint_{ REL::Offset(0x04554688) }; + inline constexpr std::array BSScript__NativeFunction0_TESQuest_void_{ REL::Offset(0x04554838) }; + inline constexpr std::array BSScript__NativeFunction0_TESTopicInfo_TESQuest_{ REL::Offset(0x04555198) }; + inline constexpr std::array BSScript__NativeFunction0_TESTopicInfo_bool_{ REL::Offset(0x045550C0) }; + inline constexpr std::array BSScript__NativeFunction0_TESTopic_void_{ REL::Offset(0x04554FD8) }; + inline constexpr std::array BSScript__NativeFunction10_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_BGSLocation__BGSLocation_BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSKeyword__BSScript__ArrayWrapper_BGSLocationRefType__BSScript__ArrayWrapper_BGSLocationRefType__bool_bool_bool_bool_unsignedint_{ REL::Offset(0x0453C918) }; + inline constexpr std::array BSScript__NativeFunction10_GameScript__RefrOrInventoryObj_bool_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ REL::Offset(0x04551438) }; + inline constexpr std::array BSScript__NativeFunction11_BSInputEnableLayer_void_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_bool_{ REL::Offset(0x0453E0D8) }; + inline constexpr std::array BSScript__NativeFunction11_TESObjectREFR_void_TESObjectREFR_float_float_float_float_float_float_float_float_int_float_{ REL::Offset(0x04550E50) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_SpellItem_unsignedint_{ REL::Offset(0x04531ED0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_TESObjectWEAP_unsignedint_{ REL::Offset(0x04531DF8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_Actor_{ REL::Offset(0x04532740) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_BGSKeyword_{ REL::Offset(0x045314B0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_BGSPerk_{ REL::Offset(0x04532C50) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_EffectSetting_{ REL::Offset(0x04532D28) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_SpellItem_{ REL::Offset(0x045340D8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESFaction_{ REL::Offset(0x04532AA0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESForm_{ REL::Offset(0x04532B78) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESIdleForm_{ REL::Offset(0x04533868) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_TESObjectREFR_{ REL::Offset(0x04532818) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_bool_{ REL::Offset(0x04534AF8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_bool_unsignedint_{ REL::Offset(0x04534BD0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_int_Actor_{ REL::Offset(0x045323E0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_int_TESFaction_{ REL::Offset(0x04532230) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_int_unsignedint_{ REL::Offset(0x04532308) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_unsignedint_Actor_{ REL::Offset(0x04532158) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_unsignedint_TESObjectREFR_{ REL::Offset(0x04533088) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_Actor_{ REL::Offset(0x045336B8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_BGSKeyword_{ REL::Offset(0x04534360) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_BGSPerk_{ REL::Offset(0x04533AF0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_BGSVoiceType_{ REL::Offset(0x045346C0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_BSFixedStringconst_{ REL::Offset(0x04533CA0) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESCombatStyle_{ REL::Offset(0x04533E50) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESFaction_{ REL::Offset(0x04533BC8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESForm_{ REL::Offset(0x04533160) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESObjectREFR_{ REL::Offset(0x04534288) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_TESRace_{ REL::Offset(0x045345E8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_bool_{ REL::Offset(0x04533238) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_float_{ REL::Offset(0x04532ED8) }; + inline constexpr std::array BSScript__NativeFunction1_Actor_void_unsignedint_{ REL::Offset(0x04534438) }; + inline constexpr std::array BSScript__NativeFunction1_BGSAffinityEvent_void_TESObjectREFR_{ REL::Offset(0x04521E00) }; + inline constexpr std::array BSScript__NativeFunction1_BGSArtObject_void_TESObjectREFR_{ REL::Offset(0x045221D8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSCurveForm_bool_float_{ REL::Offset(0x04524C40) }; + inline constexpr std::array BSScript__NativeFunction1_BGSCurveForm_float_float_{ REL::Offset(0x04524B68) }; + inline constexpr std::array BSScript__NativeFunction1_BGSInstanceNamingRules_void_BGSInstanceNamingRulesconst_{ REL::Offset(0x04523900) }; + inline constexpr std::array BSScript__NativeFunction1_BGSListForm_BSScript__ArrayWrapper_TESForm__bool_{ REL::Offset(0x0453E560) }; + inline constexpr std::array BSScript__NativeFunction1_BGSListForm_TESForm_unsignedint_{ REL::Offset(0x0453E7E8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSListForm_bool_TESForm_{ REL::Offset(0x0453E488) }; + inline constexpr std::array BSScript__NativeFunction1_BGSListForm_int_TESForm_{ REL::Offset(0x0453E638) }; + inline constexpr std::array BSScript__NativeFunction1_BGSListForm_void_TESForm_{ REL::Offset(0x0453E2D8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocAlias_void_BGSLocation_{ REL::Offset(0x04535638) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_BSScript__ArrayWrapper_BGSLocation__BGSKeyword_{ REL::Offset(0x04535FB8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_bool_BGSLocationRefType_{ REL::Offset(0x045369D8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_bool_BGSLocation_{ REL::Offset(0x04536900) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_float_ActorValueInfoconst_{ REL::Offset(0x045365A0) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_float_BGSKeyword_{ REL::Offset(0x045363F0) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_unsignedint_BGSLocationRefType_{ REL::Offset(0x04536678) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_BGSKeyword_{ REL::Offset(0x04536318) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_TESFaction_{ REL::Offset(0x04536750) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_bool_{ REL::Offset(0x04536E10) }; + inline constexpr std::array BSScript__NativeFunction1_BGSLocation_void_unsignedint_{ REL::Offset(0x04536C60) }; + inline constexpr std::array BSScript__NativeFunction1_BGSMessage_void_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x045371B8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSPlanet__PlanetData_BSScript__ArrayWrapper_BGSKeyword__int_{ REL::Offset(0x04525740) }; + inline constexpr std::array BSScript__NativeFunction1_BGSPlanet__PlanetData_bool_BGSKeyword_{ REL::Offset(0x04525818) }; + inline constexpr std::array BSScript__NativeFunction1_BGSRefAlias_void_TESObjectREFR_{ REL::Offset(0x04537890) }; + inline constexpr std::array BSScript__NativeFunction1_BGSRefCollectionAlias_TESObjectREFR_unsignedint_{ REL::Offset(0x04537DD0) }; + inline constexpr std::array BSScript__NativeFunction1_BGSRefCollectionAlias_int_TESObjectREFR_{ REL::Offset(0x04537B48) }; + inline constexpr std::array BSScript__NativeFunction1_BGSRefCollectionAlias_void_TESObjectREFR_{ REL::Offset(0x04537EA8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSScene_bool_unsignedint_{ REL::Offset(0x045383A0) }; + inline constexpr std::array BSScript__NativeFunction1_BGSScene_void_bool_{ REL::Offset(0x04538550) }; + inline constexpr std::array BSScript__NativeFunction1_BGSShaderParticleGeometryData_void_float_{ REL::Offset(0x04538648) }; + inline constexpr std::array BSScript__NativeFunction1_BGSTerminalMenu_void_TESObjectREFR_{ REL::Offset(0x045387F8) }; + inline constexpr std::array BSScript__NativeFunction1_BGSWeatherSettingsForm_void_bool_{ REL::Offset(0x04529D70) }; + inline constexpr std::array BSScript__NativeFunction1_BSInputEnableLayer_void_bool_{ REL::Offset(0x0453DF28) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount__BSFixedStringconst_{ REL::Offset(0x04540ED0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_bool_BSFixedStringconst_{ REL::Offset(0x045403D8) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_BGSAffinityEventconst_{ REL::Offset(0x04541230) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_BSFixedStringconst_{ REL::Offset(0x04541818) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_BSScript__Object_{ REL::Offset(0x04541AA0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_TESForm_{ REL::Offset(0x04541080) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__Object_void_unsignedint_{ REL::Offset(0x04540C48) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BGSWeatherSettingsForm_BGSKeyword_{ REL::Offset(0x04529E48) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_BSFixedStringconst_{ REL::Offset(0x0453C258) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_float_{ REL::Offset(0x04555A10) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_int_{ REL::Offset(0x04556358) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSFixedString_unsignedint_{ REL::Offset(0x04555D70) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_unsignedint__BSFixedStringconst_{ REL::Offset(0x04556430) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_TESForm_int_{ REL::Offset(0x0453B278) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_Actor_{ REL::Offset(0x0453AD68) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BGSResearchProjectFormconst_{ REL::Offset(0x0453CD50) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_BSFixedStringconst_{ REL::Offset(0x04539558) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_GameScript__SpaceshipRef_{ REL::Offset(0x0453CE28) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_TESObjectREFR_{ REL::Offset(0x0453D5C0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_float_{ REL::Offset(0x0453C4E0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_bool_unsignedint_{ REL::Offset(0x04555FF8) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ REL::Offset(0x0453C0A8) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_float_float_{ REL::Offset(0x0453EAD8) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_BSFixedStringconst_{ REL::Offset(0x0453BFD0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_int_float_{ REL::Offset(0x0453EA00) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_BSFixedStringconst_{ REL::Offset(0x0453C180) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_unsignedint_unsignedint_{ REL::Offset(0x0453C840) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_Actor_{ REL::Offset(0x0453CC78) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSFixedStringconst_{ REL::Offset(0x045245F8) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x0454ED68) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_BSScript__Object_{ REL::Offset(0x045397E0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_GameScript__SpaceshipRef_{ REL::Offset(0x0453AF18) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESObjectREFR_{ REL::Offset(0x045392D0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_TESQuest_{ REL::Offset(0x04539708) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_bool_{ REL::Offset(0x04529C98) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_float_{ REL::Offset(0x0453D698) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_int_{ REL::Offset(0x045241C0) }; + inline constexpr std::array BSScript__NativeFunction1_BSScript__StaticFunctionTag_void_unsignedint_{ REL::Offset(0x0453CFD8) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSKeyword_{ REL::Offset(0x0454B9F0) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_BGSListForm_{ REL::Offset(0x0454B918) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_bool_bool_{ REL::Offset(0x04551798) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSKeywordconst_{ REL::Offset(0x04551D80) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_BGSMod__Attachment__Mod_{ REL::Offset(0x0454DE38) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__RefrOrInventoryObj_void_bool_{ REL::Offset(0x0454E780) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_{ REL::Offset(0x04528580) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_TESObjectWEAPconst_ActorValueInfoconst_{ REL::Offset(0x04528D18) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_BGSPerk_{ REL::Offset(0x04528DF0) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_GameScript__SpaceshipRef_{ REL::Offset(0x04528EC8) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESFaction_{ REL::Offset(0x04529078) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_TESObjectREFR_{ REL::Offset(0x04529778) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_bool_bool_{ REL::Offset(0x04528FA0) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_float_bool_{ REL::Offset(0x04528220) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_int_TESFaction_{ REL::Offset(0x04528658) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_int_bool_{ REL::Offset(0x04529850) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_Actor_{ REL::Offset(0x04527F98) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_GameScript__SpaceshipRef_{ REL::Offset(0x04528730) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_unsignedint_unsignedint_{ REL::Offset(0x04528A90) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_BGSPerk_{ REL::Offset(0x04529588) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_{ REL::Offset(0x04529150) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESCombatStyle_{ REL::Offset(0x04527728) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_TESFaction_{ REL::Offset(0x045294B0) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_bool_{ REL::Offset(0x04527C38) }; + inline constexpr std::array BSScript__NativeFunction1_GameScript__SpaceshipRef_void_float_{ REL::Offset(0x045279B0) }; + inline constexpr std::array BSScript__NativeFunction1_IngredientItem_void_unsignedint_{ REL::Offset(0x0453D7A0) }; + inline constexpr std::array BSScript__NativeFunction1_TESEffectShader_void_TESObjectREFR_{ REL::Offset(0x04542998) }; + inline constexpr std::array BSScript__NativeFunction1_TESFaction_bool_TESFaction_{ REL::Offset(0x04542ED0) }; + inline constexpr std::array BSScript__NativeFunction1_TESFaction_unsignedint_Actor_{ REL::Offset(0x04542C48) }; + inline constexpr std::array BSScript__NativeFunction1_TESFaction_void_bool_{ REL::Offset(0x04543080) }; + inline constexpr std::array BSScript__NativeFunction1_TESFaction_void_unsignedint_{ REL::Offset(0x04543158) }; + inline constexpr std::array BSScript__NativeFunction1_TESForm_bool_BGSKeyword_{ REL::Offset(0x045439E8) }; + inline constexpr std::array BSScript__NativeFunction1_TESForm_bool_BGSListForm_{ REL::Offset(0x04543760) }; + inline constexpr std::array BSScript__NativeFunction1_TESGlobal_void_float_{ REL::Offset(0x04543F58) }; + inline constexpr std::array BSScript__NativeFunction1_TESImageSpaceModifier_void_float_{ REL::Offset(0x04544148) }; + inline constexpr std::array BSScript__NativeFunction1_TESNPC_void_TESNPC_{ REL::Offset(0x04545130) }; + inline constexpr std::array BSScript__NativeFunction1_TESNPC_void_bool_{ REL::Offset(0x04544A70) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_TESFaction_{ REL::Offset(0x04545868) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_TESNPC_{ REL::Offset(0x04545AF0) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_bool_{ REL::Offset(0x045455E0) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectCELL_void_float_{ REL::Offset(0x04545790) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectMISC_unsignedint_BGSResource_{ REL::Offset(0x04545DC8) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESFlora__float_{ REL::Offset(0x0454D6A0) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESNPC__float_{ REL::Offset(0x0454D778) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__Actor_{ REL::Offset(0x0454B408) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESFlora_ActorValueInfoconst_{ REL::Offset(0x0454A5B0) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESNPC_ActorValueInfoconst_{ REL::Offset(0x0454C698) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESObjectCELL_BGSKeyword_{ REL::Offset(0x0454AEF8) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_TESObjectREFR_BGSKeyword_{ REL::Offset(0x0454AE20) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_Actor_{ REL::Offset(0x0454F938) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BGSKeyword_{ REL::Offset(0x0454BAC8) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BGSLocationRefType_{ REL::Offset(0x0454B768) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BSFixedStringconst_{ REL::Offset(0x0454CE30) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_BSScript__ArrayWrapper_TESObjectREFR__{ REL::Offset(0x045521B8) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_EffectSetting_{ REL::Offset(0x0454B840) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_SpellItem_{ REL::Offset(0x0454BE28) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_TESForm_{ REL::Offset(0x0454F860) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_TESObjectREFR_{ REL::Offset(0x04552008) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_bool_{ REL::Offset(0x0454C0B0) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_float_{ REL::Offset(0x04550F28) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_bool_unsignedint_{ REL::Offset(0x0454F350) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_float_ActorValueInfoconst_{ REL::Offset(0x0454D850) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_float_BSFixedStringconst_{ REL::Offset(0x0454CC80) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_float_TESObjectREFR_{ REL::Offset(0x0454A760) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_int_BSFixedStringconst_{ REL::Offset(0x0454CD58) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_unsignedint_TESForm_{ REL::Offset(0x0454A400) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x04552B00) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_Actor_{ REL::Offset(0x04552518) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_BGSLocation_{ REL::Offset(0x0454E858) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_BGSMessage_{ REL::Offset(0x0454DA00) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_BSFixedStringconst_{ REL::Offset(0x0454EC90) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_TESForm_{ REL::Offset(0x0454DF10) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_TESObjectREFR_{ REL::Offset(0x04551CA8) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_bool_{ REL::Offset(0x045525F0) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_float_{ REL::Offset(0x0454E6A8) }; + inline constexpr std::array BSScript__NativeFunction1_TESObjectREFR_void_unsignedint_{ REL::Offset(0x0454DFE8) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_BGSBaseAlias_unsignedint_{ REL::Offset(0x04554760) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_bool_TESGlobal_{ REL::Offset(0x04554250) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_bool_int_{ REL::Offset(0x04554178) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_bool_unsignedint_{ REL::Offset(0x04554400) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_bool_{ REL::Offset(0x04554D48) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_float_{ REL::Offset(0x04554E20) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_int_{ REL::Offset(0x045549E8) }; + inline constexpr std::array BSScript__NativeFunction1_TESQuest_void_unsignedint_{ REL::Offset(0x04554EF8) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_bool_BGSAction_TESObjectREFR_{ REL::Offset(0x04533790) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_bool_BGSAssociationType_Actor_{ REL::Offset(0x045328F0) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_bool_TESIdleForm_TESObjectREFR_{ REL::Offset(0x04533D78) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_bool_TESObjectREFR_bool_{ REL::Offset(0x04534948) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_Actor_int_{ REL::Offset(0x04534510) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_BGSOutfit_bool_{ REL::Offset(0x04534798) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_BGSPerk_bool_{ REL::Offset(0x04532E00) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_BSFixedStringconst_float_{ REL::Offset(0x04534A20) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_SpellItem_TESObjectREFR_{ REL::Offset(0x04531300) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_SpellItem_unsignedint_{ REL::Offset(0x04531738) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_TESFaction_int_{ REL::Offset(0x04533508) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_TESForm_int_{ REL::Offset(0x045335E0) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_TESObjectREFR_bool_{ REL::Offset(0x045341B0) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_bool_bool_{ REL::Offset(0x045318E8) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_float_bool_{ REL::Offset(0x04533F28) }; + inline constexpr std::array BSScript__NativeFunction2_Actor_void_float_float_{ REL::Offset(0x04534870) }; + inline constexpr std::array BSScript__NativeFunction2_BGSConditionForm_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x045237D8) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ REL::Offset(0x04536090) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_bool_BGSLocation_BGSKeyword_{ REL::Offset(0x045364C8) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_bool_TESQuest_bool_{ REL::Offset(0x04536168) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_int_BGSKeyword_BGSKeyword_{ REL::Offset(0x04535D30) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_void_ActorValueInfoconst_float_{ REL::Offset(0x04536B88) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_void_BGSKeyword_float_{ REL::Offset(0x04536D38) }; + inline constexpr std::array BSScript__NativeFunction2_BGSLocation_void_BGSLocation_BGSKeyword_{ REL::Offset(0x04535E08) }; + inline constexpr std::array BSScript__NativeFunction2_BGSPlanet__PlanetData_void_BGSKeyword_bool_{ REL::Offset(0x045258F0) }; + inline constexpr std::array BSScript__NativeFunction2_BGSWeatherSettingsForm_void_bool_bool_{ REL::Offset(0x0452A280) }; + inline constexpr std::array BSScript__NativeFunction2_BGSWwiseEventForm_int_BSFixedStringconst_float_{ REL::Offset(0x045240E8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x045404B0) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_BSFixedStringconst_BSScript__Variable_{ REL::Offset(0x04540588) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_BSScript__Object_BSFixedStringconst_{ REL::Offset(0x045419C8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_bool_TESObjectREFR_BSFixedStringconst_{ REL::Offset(0x04541158) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_Actor_TESObjectREFR_{ REL::Offset(0x04541C50) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04540D20) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ REL::Offset(0x04540B70) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSFixedStringconst_int_{ REL::Offset(0x045409C0) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_BSScript__Object_BSFixedStringconst_{ REL::Offset(0x04541308) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_ActorValueInfo_{ REL::Offset(0x04541740) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_BSFixedStringconst_{ REL::Offset(0x04540738) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04540810) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_float_unsignedint_{ REL::Offset(0x04540A98) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__Object_void_unsignedint_bool_{ REL::Offset(0x045414B8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_TESForm_unsignedint_BSFixedStringconst_{ REL::Offset(0x0453B1A0) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_float_float_float_{ REL::Offset(0x0453EBB0) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_int_int_int_{ REL::Offset(0x04556280) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_ActorValueInfo_unsignedint_{ REL::Offset(0x0453C330) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSCameraShot_TESObjectREFR_{ REL::Offset(0x0453B930) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BGSKeyword_int_{ REL::Offset(0x0453D260) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04524520) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__Object_{ REL::Offset(0x045393A8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_{ REL::Offset(0x045561A8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_float_{ REL::Offset(0x04524448) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_int_{ REL::Offset(0x0453C5B8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_BSFixedStringconst_unsignedint_{ REL::Offset(0x04539480) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_{ REL::Offset(0x0453CBA0) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_bool_bool_{ REL::Offset(0x0453B0C8) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_int_bool_{ REL::Offset(0x0453D338) }; + inline constexpr std::array BSScript__NativeFunction2_BSScript__StaticFunctionTag_void_unsignedint_bool_{ REL::Offset(0x0453D4E8) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__LeveledSpaceshipBase_void_GameScript__SpaceshipBase_unsignedint_{ REL::Offset(0x0447CFC0) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_bool_BGSMod__Attachment__Mod_unsignedint_{ REL::Offset(0x04552D88) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_bool_{ REL::Offset(0x0454E5D0) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_Actor_float_{ REL::Offset(0x04550CA0) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_TESForm_{ REL::Offset(0x045527A0) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_BSFixedStringconst_float_{ REL::Offset(0x045526C8) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESFaction_bool_{ REL::Offset(0x0454EBB8) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__RefrOrInventoryObj_void_TESNPC_bool_{ REL::Offset(0x0454D928) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_unsignedint_unsignedint_unsignedint_{ REL::Offset(0x04528B68) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_ActorValueInfoconst_bool_{ REL::Offset(0x04527DE8) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_BGSPerk_bool_{ REL::Offset(0x045296A0) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_GameScript__SpaceshipRef_bool_{ REL::Offset(0x045278D8) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_TESFaction_int_{ REL::Offset(0x04529300) }; + inline constexpr std::array BSScript__NativeFunction2_GameScript__SpaceshipRef_void_bool_bool_{ REL::Offset(0x04527D10) }; + inline constexpr std::array BSScript__NativeFunction2_ScrollItem_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04541F90) }; + inline constexpr std::array BSScript__NativeFunction2_SpellItem_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x045426F8) }; + inline constexpr std::array BSScript__NativeFunction2_TESEffectShader_void_TESObjectREFR_float_{ REL::Offset(0x045428C0) }; + inline constexpr std::array BSScript__NativeFunction2_TESFaction_bool_bool_bool_{ REL::Offset(0x04543590) }; + inline constexpr std::array BSScript__NativeFunction2_TESFaction_void_bool_bool_{ REL::Offset(0x04543308) }; + inline constexpr std::array BSScript__NativeFunction2_TESFaction_void_int_bool_{ REL::Offset(0x04542DF8) }; + inline constexpr std::array BSScript__NativeFunction2_TESImageSpaceModifier_void_TESImageSpaceModifier_float_{ REL::Offset(0x04544220) }; + inline constexpr std::array BSScript__NativeFunction2_TESLevCharacter_void_TESForm_unsignedint_{ REL::Offset(0x04544360) }; + inline constexpr std::array BSScript__NativeFunction2_TESLevSpell_void_TESForm_unsignedint_{ REL::Offset(0x045447F0) }; + inline constexpr std::array BSScript__NativeFunction2_TESNPC_void_BGSOutfit_bool_{ REL::Offset(0x04545058) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectCELL_void_float_float_{ REL::Offset(0x045456B8) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_Actor__BGSKeyword_BGSKeyword_{ REL::Offset(0x0454D190) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__ActorValueInfoconst_unsignedint_{ REL::Offset(0x0454B330) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_BGSKeyword_{ REL::Offset(0x0454B690) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__BGSKeyword_unsignedint_{ REL::Offset(0x0454AD48) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_TESObjectREFR__TESForm_float_{ REL::Offset(0x0454C770) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_BSScript__ArrayWrapper_float__float_float_{ REL::Offset(0x0454B5B8) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_TESForm_BGSBaseAlias_{ REL::Offset(0x0454F5D8) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_TESObjectREFR_unsignedint_BGSKeyword_{ REL::Offset(0x0454AB98) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04551288) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_SpellItem_bool_{ REL::Offset(0x04551BD0) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_BGSMod__Attachment__Mod_{ REL::Offset(0x04552CB0) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_TESForm_unsignedint_{ REL::Offset(0x045516C0) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_TESObjectREFR_bool_{ REL::Offset(0x045520E0) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_bool_unsignedint_bool_{ REL::Offset(0x0454FA10) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_int_BGSKeyword_BGSKeyword_{ REL::Offset(0x04552878) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSKeyword_unsignedint_{ REL::Offset(0x0454C410) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_unsignedint_BGSListForm_bool_{ REL::Offset(0x0454A4D8) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_ActorValueInfoconst_float_{ REL::Offset(0x0454C188) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_Actor_unsignedint_{ REL::Offset(0x0454C338) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BGSKeyword_bool_{ REL::Offset(0x0454BF00) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BGSLocation_BGSLocationRefType_{ REL::Offset(0x0454EA08) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x045501A8) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_bool_{ REL::Offset(0x0454E420) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_float_{ REL::Offset(0x0454E348) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_BSFixedStringconst_int_{ REL::Offset(0x0454E270) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_TESForm_BGSMod__Attachment__Mod_{ REL::Offset(0x0454DD60) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_bool_BGSListFormconst_{ REL::Offset(0x0454FF20) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_bool_bool_{ REL::Offset(0x04552BD8) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_float_float_{ REL::Offset(0x0454F788) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectREFR_void_unsignedint_BGSLegendaryItemconst_{ REL::Offset(0x04550D78) }; + inline constexpr std::array BSScript__NativeFunction2_TESObjectWEAP_void_TESObjectREFR_TESAmmo_{ REL::Offset(0x04553AE8) }; + inline constexpr std::array BSScript__NativeFunction2_TESQuest_void_unsignedint_bool_{ REL::Offset(0x04554B98) }; + inline constexpr std::array BSScript__NativeFunction3_Actor_void_BGSHeadPart_bool_bool_{ REL::Offset(0x045313D8) }; + inline constexpr std::array BSScript__NativeFunction3_Actor_void_TESForm_bool_bool_{ REL::Offset(0x04531810) }; + inline constexpr std::array BSScript__NativeFunction3_Actor_void_bool_TESForm_bool_{ REL::Offset(0x04533A18) }; + inline constexpr std::array BSScript__NativeFunction3_Actor_void_bool_bool_bool_{ REL::Offset(0x04534000) }; + inline constexpr std::array BSScript__NativeFunction3_BGSArtObject_void_TESObjectREFR_float_TESObjectREFR_{ REL::Offset(0x04522100) }; + inline constexpr std::array BSScript__NativeFunction3_BGSWwiseEventForm_int_TESObjectREFR_BSFixedStringconst_float_{ REL::Offset(0x04524010) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__Object_void_BSScript__Object_BSScript__Object_int_{ REL::Offset(0x04540660) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__Object_void_TESObjectREFR_ActorValueInfo_float_{ REL::Offset(0x04541668) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04555C98) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_bool_BSFixedStringconst_BSFixedStringconst_unsignedint_{ REL::Offset(0x045398B8) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04555AE8) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSScript__ArrayWrapper_TESObjectREFR__bool_{ REL::Offset(0x0454EF18) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_TESObjectREFR_float_float_{ REL::Offset(0x0453D188) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_bool_bool_bool_{ REL::Offset(0x0453D410) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_float_float_float_{ REL::Offset(0x0453D0B0) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSFixedStringconst_float_{ REL::Offset(0x04524298) }; + inline constexpr std::array BSScript__NativeFunction3_BSScript__StaticFunctionTag_void_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04524370) }; + inline constexpr std::array BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04551510) }; + inline constexpr std::array BSScript__NativeFunction3_GameScript__RefrOrInventoryObj_bool_float_float_float_{ REL::Offset(0x04551870) }; + inline constexpr std::array BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_bool_{ REL::Offset(0x04529228) }; + inline constexpr std::array BSScript__NativeFunction3_GameScript__SpaceshipRef_void_unsignedint_int_unsignedint_{ REL::Offset(0x04527800) }; + inline constexpr std::array BSScript__NativeFunction3_SpellItem_bool_TESObjectREFR_Actor_TESObjectREFR_{ REL::Offset(0x04542620) }; + inline constexpr std::array BSScript__NativeFunction3_TESFaction_void_TESFaction_bool_bool_{ REL::Offset(0x045433E0) }; + inline constexpr std::array BSScript__NativeFunction3_TESLevItem_void_TESForm_unsignedint_unsignedint_{ REL::Offset(0x04544538) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_BGSResource_unsignedint_bool_{ REL::Offset(0x04551AF8) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_{ REL::Offset(0x04550358) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_BSFixedStringconst_bool_float_{ REL::Offset(0x04550508) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_GameScript__FormOrInventoryObj_unsignedint_bool_{ REL::Offset(0x045510D8) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_bool_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454BBA0) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_BSFixedStringconst_bool_float_{ REL::Offset(0x0454EE40) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_BGSKeyword_bool_{ REL::Offset(0x0454EAE0) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_TESObjectREFR_bool_bool_{ REL::Offset(0x04550BC8) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_bool_bool_bool_{ REL::Offset(0x0454F6B0) }; + inline constexpr std::array BSScript__NativeFunction3_TESObjectREFR_void_float_float_float_{ REL::Offset(0x0454E198) }; + inline constexpr std::array BSScript__NativeFunction3_TESQuest_void_unsignedint_bool_bool_{ REL::Offset(0x04554AC0) }; + inline constexpr std::array BSScript__NativeFunction4_BGSTerminalMenu_void_TESObjectREFR_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ REL::Offset(0x04538720) }; + inline constexpr std::array BSScript__NativeFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523BD8) }; + inline constexpr std::array BSScript__NativeFunction4_BGSWwiseEventForm_int_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523D88) }; + inline constexpr std::array BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_bool_{ REL::Offset(0x045418F0) }; + inline constexpr std::array BSScript__NativeFunction4_BSScript__Object_void_BSScript__Object_BSScript__Object_float_unsignedint_{ REL::Offset(0x04541E00) }; + inline constexpr std::array BSScript__NativeFunction4_BSScript__Object_void_TESObjectREFR_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04541B78) }; + inline constexpr std::array BSScript__NativeFunction4_BSScript__StaticFunctionTag_Actor_float_float_float_float_{ REL::Offset(0x0453B500) }; + inline constexpr std::array BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_float__unsignedint_unsignedint_float_float_{ REL::Offset(0x045565E0) }; + inline constexpr std::array BSScript__NativeFunction4_BSScript__StaticFunctionTag_BSScript__ArrayWrapper_int__unsignedint_unsignedint_int_int_{ REL::Offset(0x04556508) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_bool_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ REL::Offset(0x04551A20) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_bool_TESForm_unsignedint_bool_TESObjectREFR_{ REL::Offset(0x04551948) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_bool_float_float_float_float_{ REL::Offset(0x04551000) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_BGSKeyword_Actor_bool_TESObjectREFR_{ REL::Offset(0x0454DAD8) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_BGSTerminalMenu_unsignedint_unsignedint_BSScript__ArrayWrapper_TESForm__{ REL::Offset(0x04551F30) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_TESObjectREFR_float_float_bool_{ REL::Offset(0x0454F500) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_TESTopic_Actor_bool_TESObjectREFR_{ REL::Offset(0x0454DBB0) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_bool_BGSKeyword_bool_BGSKeyword_{ REL::Offset(0x0454F1A0) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_Actor_GameScript__SpaceshipRef_bool_{ REL::Offset(0x0454F278) }; + inline constexpr std::array BSScript__NativeFunction4_TESObjectREFR_void_unsignedint_unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0454E0C0) }; + inline constexpr std::array BSScript__NativeFunction5_Actor_bool_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x04531228) }; + inline constexpr std::array BSScript__NativeFunction5_BGSKeyword_bool_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x04535328) }; + inline constexpr std::array BSScript__NativeFunction5_BGSKeyword_void_BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x045354D8) }; + inline constexpr std::array BSScript__NativeFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523B00) }; + inline constexpr std::array BSScript__NativeFunction5_BGSWwiseEventForm_int_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523CB0) }; + inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_BGSListForm_float_float_float_float_{ REL::Offset(0x0453B5D8) }; + inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_TESObjectREFR_TESForm_float_float_float_float_{ REL::Offset(0x0453B350) }; + inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04555E48) }; + inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_TESObjectREFR_unsignedint_TESObjectREFR_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x0453BA08) }; + inline constexpr std::array BSScript__NativeFunction5_BSScript__StaticFunctionTag_void_bool_bool_float_float_bool_{ REL::Offset(0x0453B428) }; + inline constexpr std::array BSScript__NativeFunction5_GameScript__SpaceshipRef_bool_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x04529AD8) }; + inline constexpr std::array BSScript__NativeFunction5_TESObjectREFR_TESObjectREFR_TESObjectREFR_unsignedint_bool_bool_bool_{ REL::Offset(0x045506B8) }; + inline constexpr std::array BSScript__NativeFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x045511B0) }; + inline constexpr std::array BSScript__NativeFunction5_TESObjectREFR_void_TESObjectREFR_BSFixedStringconst_float_float_float_{ REL::Offset(0x0454EFF0) }; + inline constexpr std::array BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_BSFixedStringconst_bool_bool_bool_bool_bool_{ REL::Offset(0x0453B6B0) }; + inline constexpr std::array BSScript__NativeFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x0453B788) }; + inline constexpr std::array BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x045515E8) }; + inline constexpr std::array BSScript__NativeFunction6_GameScript__RefrOrInventoryObj_bool_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ REL::Offset(0x04551360) }; + inline constexpr std::array BSScript__NativeFunction6_TESObjectCELL_void_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_unsignedint_{ REL::Offset(0x04545940) }; + inline constexpr std::array BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_bool_bool_{ REL::Offset(0x04552440) }; + inline constexpr std::array BSScript__NativeFunction6_TESObjectREFR_void_BSFixedStringconst_float_float_float_float_bool_{ REL::Offset(0x04552290) }; + inline constexpr std::array BSScript__NativeFunction7_BGSMessage_void_BSFixedStringconst_float_float_int_BSFixedStringconst_int_BGSMessage_{ REL::Offset(0x04537368) }; + inline constexpr std::array BSScript__NativeFunction7_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_bool_{ REL::Offset(0x0453CAC8) }; + inline constexpr std::array BSScript__NativeFunction7_GameScript__RefrOrInventoryObj_Actor_Actor_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ REL::Offset(0x0454FC98) }; + inline constexpr std::array BSScript__NativeFunction7_TESObjectREFR_TESObjectREFR_BSFixedStringconst_TESForm_unsignedint_bool_bool_bool_bool_{ REL::Offset(0x0454FAE8) }; + inline constexpr std::array BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_Actor_TESNPC_unsignedint_BGSLocation_bool_bool_bool_BSScript__ArrayWrapper_float__bool_{ REL::Offset(0x0454FD70) }; + inline constexpr std::array BSScript__NativeFunction8_GameScript__RefrOrInventoryObj_TESObjectREFR_TESForm_unsignedint_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_bool_{ REL::Offset(0x0454FE48) }; + inline constexpr std::array BSScript__NativeFunction8_TESObjectREFR_bool_BGSImpactDataSet_BSFixedStringconst_float_float_float_float_bool_bool_{ REL::Offset(0x04550430) }; + inline constexpr std::array BSScript__NativeFunction8_TESObjectREFR_void_float_float_float_float_float_float_float_float_{ REL::Offset(0x045533F8) }; + inline constexpr std::array BSScript__NativeFunction9_BGSMessage_bool_float_float_float_float_float_float_float_float_float_{ REL::Offset(0x04537008) }; + inline constexpr std::array BSScript__NativeFunction9_BSScript__Object_void_BSScript__Object_BSScript__Object_TESForm_TESForm_int_int_int_int_bool_{ REL::Offset(0x04541D28) }; + inline constexpr std::array BSScript__NativeFunction9_TESObjectREFR_void_float_float_float_float_float_float_float_float_float_{ REL::Offset(0x0454F0C8) }; + inline constexpr std::array BSScript__NativeLatentFunction0_Actor_void_{ REL::Offset(0x04533430) }; + inline constexpr std::array BSScript__NativeLatentFunction0_BGSBaseAlias_void_{ REL::Offset(0x04535110) }; + inline constexpr std::array BSScript__NativeLatentFunction0_EffectSetting_BSFixedStringconst_{ REL::Offset(0x04539A80) }; + inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_bool_{ REL::Offset(0x04553320) }; + inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__RefrOrInventoryObj_void_{ REL::Offset(0x045500D0) }; + inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_bool_{ REL::Offset(0x04527EC0) }; + inline constexpr std::array BSScript__NativeLatentFunction0_GameScript__SpaceshipRef_void_{ REL::Offset(0x04529A00) }; + inline constexpr std::array BSScript__NativeLatentFunction0_TESObjectREFR_void_{ REL::Offset(0x04552A28) }; + inline constexpr std::array BSScript__NativeLatentFunction0_TESQuest_bool_{ REL::Offset(0x04554910) }; + inline constexpr std::array BSScript__NativeLatentFunction10_GameScript__RefrOrInventoryObj_GameScript__SpaceshipRef_TESForm_unsignedint_bool_bool_bool_bool_BSScript__ArrayWrapper_float__BGSBaseAlias_BGSLocation_bool_{ REL::Offset(0x0454FBC0) }; + inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__Object_BSScript__Variable_BSFixedStringconst_{ REL::Offset(0x04540DF8) }; + inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_BSFixedStringconst_unsignedint_{ REL::Offset(0x04555F20) }; + inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_float_BSFixedStringconst_{ REL::Offset(0x04539630) }; + inline constexpr std::array BSScript__NativeLatentFunction1_BSScript__StaticFunctionTag_void_float_{ REL::Offset(0x045560D0) }; + inline constexpr std::array BSScript__NativeLatentFunction1_GameScript__RefrOrInventoryObj_void_bool_{ REL::Offset(0x0454CAD0) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_TESObjectREFR_bool_{ REL::Offset(0x0454C9F8) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_bool_BSFixedStringconst_{ REL::Offset(0x04553248) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_bool_bool_{ REL::Offset(0x0454C848) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_void_TESObjectREFR_{ REL::Offset(0x0454DC88) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_void_bool_{ REL::Offset(0x0454BFD8) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESObjectREFR_void_float_{ REL::Offset(0x0454C260) }; + inline constexpr std::array BSScript__NativeLatentFunction1_TESQuest_bool_int_{ REL::Offset(0x04554C70) }; + inline constexpr std::array BSScript__NativeLatentFunction2_BSScript__Object_BSScript__Variable_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04540FA8) }; + inline constexpr std::array BSScript__NativeLatentFunction2_BSScript__Object_void_BSFixedStringconst_BSScript__Variable_{ REL::Offset(0x045408E8) }; + inline constexpr std::array BSScript__NativeLatentFunction2_ScrollItem_void_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x04542068) }; + inline constexpr std::array BSScript__NativeLatentFunction2_SpellItem_void_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x045424E8) }; + inline constexpr std::array BSScript__NativeLatentFunction2_TESFaction_void_bool_bool_{ REL::Offset(0x045434B8) }; + inline constexpr std::array BSScript__NativeLatentFunction2_TESObjectREFR_TESObjectREFR_TESForm_unsignedint_{ REL::Offset(0x0454C920) }; + inline constexpr std::array BSScript__NativeLatentFunction2_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x045505E0) }; + inline constexpr std::array BSScript__NativeLatentFunction2_TESObjectREFR_void_unsignedint_bool_{ REL::Offset(0x0454E930) }; + inline constexpr std::array BSScript__NativeLatentFunction3_BSScript__StaticFunctionTag_BSScript__Variable_BSFixedStringconst_BSFixedStringconst_BSScript__ArrayWrapper_BSScript__Variable__{ REL::Offset(0x04555BC0) }; + inline constexpr std::array BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x0454FFF8) }; + inline constexpr std::array BSScript__NativeLatentFunction3_GameScript__RefrOrInventoryObj_void_float_float_float_{ REL::Offset(0x0454E4F8) }; + inline constexpr std::array BSScript__NativeLatentFunction3_SpellItem_void_TESObjectREFR_Actor_TESObjectREFR_{ REL::Offset(0x04542410) }; + inline constexpr std::array BSScript__NativeLatentFunction3_TESObjectREFR_unsignedint_BGSResource_unsignedint_bool_{ REL::Offset(0x04550AF0) }; + inline constexpr std::array BSScript__NativeLatentFunction3_TESObjectREFR_void_GameScript__FormOrInventoryObj_unsignedint_bool_{ REL::Offset(0x04551E58) }; + inline constexpr std::array BSScript__NativeLatentFunction4_BGSWwiseEventForm_bool_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523F38) }; + inline constexpr std::array BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_GameScript__FormOrInventoryObj_int_bool_TESObjectREFR_{ REL::Offset(0x04550A18) }; + inline constexpr std::array BSScript__NativeLatentFunction4_TESObjectREFR_unsignedint_TESForm_unsignedint_bool_TESObjectREFR_{ REL::Offset(0x04550940) }; + inline constexpr std::array BSScript__NativeLatentFunction4_TESObjectREFR_void_float_float_float_float_{ REL::Offset(0x04552368) }; + inline constexpr std::array BSScript__NativeLatentFunction5_Actor_int_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x04533940) }; + inline constexpr std::array BSScript__NativeLatentFunction5_BGSKeyword_BSScript__ArrayWrapper_TESQuest__BGSLocation_TESObjectREFR_TESObjectREFR_unsignedint_unsignedint_{ REL::Offset(0x04535400) }; + inline constexpr std::array BSScript__NativeLatentFunction5_BGSWwiseEventForm_bool_TESObjectREFR_BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_BSFixedStringconst__BSScript__ArrayWrapper_float__{ REL::Offset(0x04523E60) }; + inline constexpr std::array BSScript__NativeLatentFunction5_GameScript__SpaceshipRef_int_TESObjectREFR_float_float_float_bool_{ REL::Offset(0x045293D8) }; + inline constexpr std::array BSScript__NativeLatentFunction5_TESObjectREFR_bool_BSFixedStringconst_BSFixedStringconst_TESObjectREFR_BSFixedStringconst_BSFixedStringconst_{ REL::Offset(0x04550280) }; + inline constexpr std::array BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_bool_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x0453C9F0) }; + inline constexpr std::array BSScript__NativeLatentFunction6_BSScript__StaticFunctionTag_void_BSFixedStringconst_bool_bool_bool_bool_bool_{ REL::Offset(0x0453CF00) }; + inline constexpr std::array BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_TESObjectCELL_TESObjectCELL_BGSRefCollectionAlias_bool_bool_bool_BSScript__ArrayWrapper_float__{ REL::Offset(0x04550790) }; + inline constexpr std::array BSScript__NativeLatentFunction6_GameScript__RefrOrInventoryObj_void_GameScript__RefrOrInventoryObj_float_float_float_bool_bool_{ REL::Offset(0x0454F428) }; + inline constexpr std::array BSScript__NativeLatentFunction9_BGSMessage_int_float_float_float_float_float_float_float_float_float_{ REL::Offset(0x045370E0) }; + inline constexpr std::array BSScript__ObjectBindPolicy{ REL::Offset(0x0452F360) }; + inline constexpr std::array BSScript__ObjectTypeInfo{ REL::Offset(0x045A90B0) }; + inline constexpr std::array BSScript__SimpleAllocMemoryPagePolicy{ REL::Offset(0x045AB068) }; + inline constexpr std::array BSScript__StructTypeInfo{ REL::Offset(0x045AA7F8) }; + inline constexpr std::array BSScript__UnlinkedTypes__InstructionStream__InstructionFunctor{ REL::Offset(0x045AF928) }; + inline constexpr std::array BSScript__UnlinkedTypes____BuildInstructionOffsetMapFunctor{ REL::Offset(0x045AF840) }; + inline constexpr std::array BSScript__UnlinkedTypes____CollectStringsFunctor{ REL::Offset(0x045AF800) }; + inline constexpr std::array BSScript__UnlinkedTypes____CountInstructionInfo{ REL::Offset(0x045AF948) }; + inline constexpr std::array BSScript__UnlinkedTypes____UnpackInstructionsFunctor{ REL::Offset(0x045AF7E0) }; + inline constexpr std::array BSScript__UnlinkedTypes____WriteInstructionsFunctor{ REL::Offset(0x045AF820) }; + inline constexpr std::array BSSequence__AnimationEvent{ REL::Offset(0x043941D8) }; + inline constexpr std::array BSSequence__AnimationTrack{ REL::Offset(0x043930C8) }; + inline constexpr std::array BSSequence__AnimationVariableTrack{ REL::Offset(0x04393078), REL::Offset(0x043931C8) }; + inline constexpr std::array BSSequence__AnimationVectorVariableTrack{ REL::Offset(0x04393148), REL::Offset(0x04393178) }; + inline constexpr std::array BSSequence__BindingEvent{ REL::Offset(0x0457FDA0) }; + inline constexpr std::array BSSequence__CameraShakeEvent{ REL::Offset(0x04393298) }; + inline constexpr std::array BSSequence__CameraShakeStrengthTrack{ REL::Offset(0x043931F8), REL::Offset(0x04393400) }; + inline constexpr std::array BSSequence__CameraShakeTrack{ REL::Offset(0x043932E8) }; + inline constexpr std::array BSSequence__ColorCurveEvent{ REL::Offset(0x04580080) }; + inline constexpr std::array BSSequence__ColorLerpEvent{ REL::Offset(0x0457FFC0) }; + inline constexpr std::array BSSequence__ColorNoiseEvent{ REL::Offset(0x04580020) }; + inline constexpr std::array BSSequence__ColorTriggerEvent{ REL::Offset(0x0457FF60) }; + inline constexpr std::array BSSequence__ConsoleScriptEvent{ REL::Offset(0x04391E38) }; + inline constexpr std::array BSSequence__CullEvent{ REL::Offset(0x04394130) }; + inline constexpr std::array BSSequence__DissolveEvent{ REL::Offset(0x04392660) }; + inline constexpr std::array BSSequence__DissolveFrequencyScaleTrack{ REL::Offset(0x043928F0), REL::Offset(0x04392920) }; + inline constexpr std::array BSSequence__DissolveOffsetTrack{ REL::Offset(0x043927A0), REL::Offset(0x043927D0) }; + inline constexpr std::array BSSequence__DissolveTrack{ REL::Offset(0x043516F0) }; + inline constexpr std::array BSSequence__Event{ REL::Offset(0x04394258) }; + inline constexpr std::array BSSequence__ExplosionObjectSpawn{ REL::Offset(0x04392B10) }; + inline constexpr std::array BSSequence__Float2CurveEvent{ REL::Offset(0x045802B0) }; + inline constexpr std::array BSSequence__Float2LerpEvent{ REL::Offset(0x04580250) }; + inline constexpr std::array BSSequence__Float2TriggerEvent{ REL::Offset(0x045801F0) }; + inline constexpr std::array BSSequence__FloatCurveEvent{ REL::Offset(0x04580130) }; + inline constexpr std::array BSSequence__FloatLerpEvent{ REL::Offset(0x04580F40) }; + inline constexpr std::array BSSequence__FloatNoiseEvent{ REL::Offset(0x0457FD10) }; + inline constexpr std::array BSSequence__FloatTriggerEvent{ REL::Offset(0x04580EE0) }; + inline constexpr std::array BSSequence__ITimeMultiplierProvider{ REL::Offset(0x04398160) }; + inline constexpr std::array BSSequence__ImageSpaceLifetimeEvent{ REL::Offset(0x04392148) }; + inline constexpr std::array BSSequence__ImageSpaceStrengthTrack{ REL::Offset(0x04392078), REL::Offset(0x043920A8) }; + inline constexpr std::array BSSequence__ImageSpaceTrack{ REL::Offset(0x04393338), REL::Offset(0x04393360) }; + inline constexpr std::array BSSequence__ImpactEffectEvent{ REL::Offset(0x04391ED8) }; + inline constexpr std::array BSSequence__ImpactEffectTrack{ REL::Offset(0x04351938), REL::Offset(0x04351960) }; + inline constexpr std::array BSSequence__LightColorTrack{ REL::Offset(0x043923B0), REL::Offset(0x043923E0) }; + inline constexpr std::array BSSequence__LightEffectReferenceTrack{ REL::Offset(0x04351560), REL::Offset(0x04351588), REL::Offset(0x043515B0) }; + inline constexpr std::array BSSequence__LightEffectTrack{ REL::Offset(0x043921E8), REL::Offset(0x04392210), REL::Offset(0x04392238) }; + inline constexpr std::array BSSequence__LightIntensityTrack{ REL::Offset(0x04392290), REL::Offset(0x04392430) }; + inline constexpr std::array BSSequence__LightLensFlareVisiblityTrack{ REL::Offset(0x043924B8), REL::Offset(0x043924E8) }; + inline constexpr std::array BSSequence__LightRadiusTrack{ REL::Offset(0x043922E0), REL::Offset(0x04392310) }; + inline constexpr std::array BSSequence__LightSpawnEvent{ REL::Offset(0x04392198) }; + inline constexpr std::array BSSequence__LoopMarker{ REL::Offset(0x045800E0) }; + inline constexpr std::array BSSequence__MaterialFlipbookIndexGeneratorEvent{ REL::Offset(0x04392750) }; + inline constexpr std::array BSSequence__MaterialFlipbookIndexTrack{ REL::Offset(0x04392538), REL::Offset(0x04392568) }; + inline constexpr std::array BSSequence__MaterialPropertyTrack{ REL::Offset(0x04392608) }; + inline constexpr std::array BSSequence__MaterialTrack{ REL::Offset(0x04394068), REL::Offset(0x04394090) }; + inline constexpr std::array BSSequence__Mediator{ REL::Offset(0x04351328) }; + inline constexpr std::array BSSequence__NamedSequenceMap{ REL::Offset(0x043514E8) }; + inline constexpr std::array BSSequence__NodeTrackBase{ REL::Offset(0x04351868) }; + inline constexpr std::array BSSequence__NoteEvent{ REL::Offset(0x04580E30) }; + inline constexpr std::array BSSequence__NoteTrack{ REL::Offset(0x0457FCC0) }; + inline constexpr std::array BSSequence__Object{ REL::Offset(0x04351848) }; + inline constexpr std::array BSSequence__ObjectAttachmentSubnodeTrack{ REL::Offset(0x04392970) }; + inline constexpr std::array BSSequence__ObjectAttachmentTrack{ REL::Offset(0x04392870), REL::Offset(0x04392898) }; + inline constexpr std::array BSSequence__ObjectSpawnEvent{ REL::Offset(0x04392A20) }; + inline constexpr std::array BSSequence__ObjectSpawnTrack{ REL::Offset(0x043518C0), REL::Offset(0x04351910) }; + inline constexpr std::array BSSequence__ParticleEffectReferenceTrack{ REL::Offset(0x04392A70), REL::Offset(0x04392BB8), REL::Offset(0x04392BE0) }; + inline constexpr std::array BSSequence__ParticleEffectTrack{ REL::Offset(0x04392B40), REL::Offset(0x04392B68), REL::Offset(0x04392D08) }; + inline constexpr std::array BSSequence__ParticleEvent{ REL::Offset(0x04392CB8) }; + inline constexpr std::array BSSequence__ParticleMaterialPropertyTrack{ REL::Offset(0x04392E20) }; + inline constexpr std::array BSSequence__ParticleParameterTrack{ REL::Offset(0x04392C08) }; + inline constexpr std::array BSSequence__PlaySubSequenceEvent{ REL::Offset(0x04391D18), REL::Offset(0x04391F28) }; + inline constexpr std::array BSSequence__PositionTrack{ REL::Offset(0x04392FF8), REL::Offset(0x04393028) }; + inline constexpr std::array BSSequence__PositionTrack__TrackState{ REL::Offset(0x04351B00) }; + inline constexpr std::array BSSequence__ProjectedDecalAlphaTrack{ REL::Offset(0x04392D30), REL::Offset(0x04392F48) }; + inline constexpr std::array BSSequence__ProjectedDecalSpawnEvent{ REL::Offset(0x04392DD0) }; + inline constexpr std::array BSSequence__ProjectedDecalTrack{ REL::Offset(0x04351A88), REL::Offset(0x04351AD8) }; + inline constexpr std::array BSSequence__PropertyControllerBase{ REL::Offset(0x0457FBA0) }; + inline constexpr std::array BSSequence__PropertyControllerEvent{ REL::Offset(0x0457FC00) }; + inline constexpr std::array BSSequence__PropertyLerpControllerEvent{ REL::Offset(0x0457FC60) }; + inline constexpr std::array BSSequence__ReferenceSpawnEvent{ REL::Offset(0x04392AC0) }; + inline constexpr std::array BSSequence__RevertMaterialOverrideEvent{ REL::Offset(0x043926B0) }; + inline constexpr std::array BSSequence__RotationTrack{ REL::Offset(0x04392F78), REL::Offset(0x04392FA8) }; + inline constexpr std::array BSSequence__RotationTrack__TrackState{ REL::Offset(0x04351B10) }; + inline constexpr std::array BSSequence__ScaleTrack{ REL::Offset(0x04391DB8), REL::Offset(0x04391DE8) }; + inline constexpr std::array BSSequence__SceneNodeTrack{ REL::Offset(0x04351A30) }; + inline constexpr std::array BSSequence__ScriptTrack{ REL::Offset(0x04391E88) }; + inline constexpr std::array BSSequence__SetPropertyEvent{ REL::Offset(0x0457FDF0) }; + inline constexpr std::array BSSequence__SoundEvent{ REL::Offset(0x04391F80), REL::Offset(0x04391FA8) }; + inline constexpr std::array BSSequence__SoundTrack{ REL::Offset(0x04391FF8) }; + inline constexpr std::array BSSequence__SubSequenceTrack{ REL::Offset(0x04391D68) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__CameraShakeTrack_BSSequence__Track_{ REL::Offset(0x04393248) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__DissolveTrack_BSSequence__Track_{ REL::Offset(0x04392820) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ImageSpaceTrack_BSSequence__Track_{ REL::Offset(0x043920F8) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__LightTrackBase_BSSequence__Track_{ REL::Offset(0x04392360) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__BoundPropertyTrack_{ REL::Offset(0x04392460) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__MaterialTrack_BSSequence__Track_{ REL::Offset(0x043925B8) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__NodeTrackBase_BSSequence__Track_{ REL::Offset(0x04392EF8) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__NodeTrackMaterialBase_BSSequence__TrackGroup_{ REL::Offset(0x043940E0) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ObjectAttachmentTrack_BSSequence__SceneNodeTrack_{ REL::Offset(0x043929C8) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ParticleEffectTrackBase_BSSequence__BoundPropertyTrack_{ REL::Offset(0x04392C60) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__ProjectedDecalTrack_BSSequence__Track_{ REL::Offset(0x04392D80) }; + inline constexpr std::array BSSequence__TNestedTrack_BSSequence__SceneNodeTrack_BSSequence__TrackGroup_{ REL::Offset(0x043933B0) }; + inline constexpr std::array BSSequence__TPropertyEvent_DirectX__XMFLOAT2_{ REL::Offset(0x04580190) }; + inline constexpr std::array BSSequence__TPropertyEvent_DirectX__XMFLOAT4_{ REL::Offset(0x0457FF00) }; + inline constexpr std::array BSSequence__TPropertyEvent___m128_{ REL::Offset(0x04580310) }; + inline constexpr std::array BSSequence__TPropertyEvent_float_{ REL::Offset(0x04580E80) }; + inline constexpr std::array BSSequence__Track{ REL::Offset(0x04351760) }; + inline constexpr std::array BSSequence__TrackGroup{ REL::Offset(0x043517B0) }; + inline constexpr std::array BSSequence__TriggerMaterialSwap{ REL::Offset(0x04392700) }; + inline constexpr std::array BSSequence__VectorCurveEvent{ REL::Offset(0x0457FEA0) }; + inline constexpr std::array BSSequence__VectorLerpEvent{ REL::Offset(0x045803D0) }; + inline constexpr std::array BSSequence__VectorNoiseEvent{ REL::Offset(0x0457FE40) }; + inline constexpr std::array BSSequence__VectorTriggerEvent{ REL::Offset(0x04580370) }; + inline constexpr std::array BSSequence__VisibilityTrack{ REL::Offset(0x04392E78), REL::Offset(0x04392EA8) }; + inline constexpr std::array BSService__Detail__OpEventSource_1_BSService__Detail__TServiceTraits_BSComponentDB2__DB_BSService__Detail__ReferenceGetterDefaultPointer_BSComponentDB2__DB__BSComponentDB2__ObjectCreated_BSComponentDB2__ObjectDestroyed_BSComponentDB2__ObjectFreed_BSComponentDB2__ComponentCreated_BSComponentDB2__ComponentDestroyed_BSComponentDB2__EdgeAdded_BSComponentDB2__EdgeRemoved_BSComponentDB2__GraphRootAdded_BSComponentDB2__GraphRootRemoved__{ REL::Offset(0x0457D070) }; + inline constexpr std::array BSService__Detail__TCmd_BGSBaseLODBlock__AsyncAttachJob_void_{ REL::Offset(0x043504A0) }; + inline constexpr std::array BSService__Detail__TCmd_BSJobs2__Detail__TWhileJob__lambda_1c3bfbf7fb74499cbb80b7d46fcc49fd___void_{ REL::Offset(0x0476DDA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0002d342d4b96ed14f514008f14570c1__void_{ REL::Offset(0x04764CD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_006b35553229add112942d17ed32bb42__{ REL::Offset(0x04384D28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_008ea879cedd7a46a8a49983993e57e0__void_{ REL::Offset(0x044B9828) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_00be030d91abda501b40f19a399e9670__void_{ REL::Offset(0x0449E060) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_00d52b2856f41d6da386631d20e5fe03__void_{ REL::Offset(0x045C0F48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_00e2d70e07a75ffb4a9550258db25642__void_{ REL::Offset(0x0458A470) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_01062a76feb931c8a06c8d3f4cbc7774__void_{ REL::Offset(0x044970C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_01186127f86f046a5fcf380388afc741__void_{ REL::Offset(0x0447D828) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0127f337cadb519da5469c7309bd879d__void_{ REL::Offset(0x043A69D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_018e17b8c62bcc393050b5b3397742d2__BGSTerrain__ClipUpdatedEvent_{ REL::Offset(0x044529E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_01d98982c37fa7ae029664f475612abb__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0440FA98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_01dfa8bf516424b0dda88f5429247ce7__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ REL::Offset(0x044D3E10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_01f90e54009a80a8061050f13c8fa57f__void_{ REL::Offset(0x0449EB38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_02219d7de4e7a51e8a853f1c298cdd2e__void_{ REL::Offset(0x04480CD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0225edb602894d96a65c3c1bdd96604e__void_{ REL::Offset(0x043CF2A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0246088df01a9e07219ed24fc8ba8f93__void_{ REL::Offset(0x0447F570) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0266f4fecfc2e8170c2ca291fc546ce4__void_{ REL::Offset(0x04497850) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0273e6452e98badf11b7178730088a42__void_{ REL::Offset(0x04497830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0280741a07e3abcac360d5bbe91543b5__void_{ REL::Offset(0x044AF348) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_02d5dca3a0c95ccff60dd921dd71f729__void_{ REL::Offset(0x044D8010) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_02ec2101ebb94be332c6bd36ab93b693__void_{ REL::Offset(0x044B2028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_030ca5c62d41b0de72e0c17b7630bf41__void_{ REL::Offset(0x0451E710) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0321d4b42b7a6f99a866cdee2951a820__void_{ REL::Offset(0x0459C438) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_034dfa4d5e97d71c1bac340e699d3d85__void_{ REL::Offset(0x045C1978) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_035ca4d135ab12d1ada395740d09ae1b__CreationRendererPrivate__SetPointParams_{ REL::Offset(0x045C0FF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0362ce151de36dc19c3b9e0b065e428f__{ REL::Offset(0x04598C30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_03a8632d7a9099fcd05af7a34fdfc31a__void_{ REL::Offset(0x045C6B10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_03c7a44cfe63f654f076dacdfb834679__BSResource__Server__Commands__Pause_{ REL::Offset(0x045B2E30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_03e39a4e5bc7955ee600125c3c8414bd__void_{ REL::Offset(0x044BD190) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_041073601cf9f78b6a0541c88dd4c120__void_{ REL::Offset(0x044A8608) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0416055efafe3f589688876268cbf923__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0457E598) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_044c6458e6cb5693642c4b3cac1fff04__void_{ REL::Offset(0x0455FB90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_047defe610e1e29e448903298b1a0364__void_{ REL::Offset(0x0435F2D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_04a1a979d9da72e0f8ac2e26edf99dd1__void_{ REL::Offset(0x044AF508) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_05002bcd6b960295934060162e02232f__BSResource__Server__NodeBase_{ REL::Offset(0x045A75F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_053294228c3a26bab0e61f36d24bf6a6__void_{ REL::Offset(0x044AFBE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0538a2af10287591a9c6e825dd61a26d__{ REL::Offset(0x043835A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0538e52b7cdb5c41874d3cad4c0683bd__void_{ REL::Offset(0x044BCC10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0554cb405e7c7c826d6790cd3292f2ea__Particles__PSM__Commands__StopDistanceCullingParticleSystem_{ REL::Offset(0x04598700) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_056c00754ea9d9c6ca1e8e89751e4a28__void_{ REL::Offset(0x043584F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_059ea08971f1939e6f19fd254d9e0c82__void_{ REL::Offset(0x044875C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_06067c6a6308b41d78759709e112b836__void_{ REL::Offset(0x044AC288) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_06151f381a3a19a53c97f994077d69aa__void_{ REL::Offset(0x044A6268) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_06172112a25e26480a5f9c508ac18f22__Particles__PPM__Commands__StartQueuedSystem_{ REL::Offset(0x045987C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_06a711be13e37f10943499bf203dfad0__void_{ REL::Offset(0x044D59C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_06ce8beed408a87c8d1eaa7376977972__void_{ REL::Offset(0x044D5CA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_06e1d095500aa82f8ac3a971cfa34d57__void_{ REL::Offset(0x045BC240) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_07020fe3b056cff41277528905bc00a4__void_{ REL::Offset(0x044AC468) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_075888cf0a2530e474cd201dea947988__void_{ REL::Offset(0x0459C478) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_07651cf617a1bda461beb97e5235a353__void_{ REL::Offset(0x0435B840) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_077387c3297a9010e77cd35d075067ff__void_{ REL::Offset(0x044D6458) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_07a3b48c41a24d7c285e8cb5ef1cdf60__void_{ REL::Offset(0x045C70B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_07e365911eee35c5b736e798821d6271__void_{ REL::Offset(0x0434D168) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_082360f606088c4ab0076fd3f12c2ff3__void_{ REL::Offset(0x044D5D68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_083725449ce9e0d3c679208d63e53e92__{ REL::Offset(0x043878E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_086fbda4eebb50c6f4df48f1f6fe6d27__CreationRendererPrivate__SetStarmapGravityWavesParentGeometry_{ REL::Offset(0x045C1280) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_090d3c8373da10997c2f4bd4c97b520d__void_{ REL::Offset(0x0447BC00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0926f4cfa9ad1d828a3f411e7fc4f6f1__void_{ REL::Offset(0x04494568) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_098e9d41120d9c69ef301914fec63ba8__void_{ REL::Offset(0x0451E2D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_098ef4189a0a8f223c8fbc61d99829b1__void_{ REL::Offset(0x045B3FB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_09933e7059ef7be535739391db262532__void_{ REL::Offset(0x044D5F48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_099436210363735fad6683050ece6576__void_{ REL::Offset(0x044896A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0a24dd329f14ebaba8e0207148047ef0__void_{ REL::Offset(0x04497278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0a26b129176452b06fb33fbd5234ddc8__void_{ REL::Offset(0x04369670) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0a386d64f9dd36883ee283d505f82adc__void_{ REL::Offset(0x043584C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0aeca5285554a78219ade45aa9bb9db0__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetText_{ REL::Offset(0x045C1320) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0aece35f7823386b115b82deaaafbf7e__void_{ REL::Offset(0x0447BB60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0af826300f7c12bb0b61405a607ed24c__void_{ REL::Offset(0x044D4380) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0b1d03580f6f0a5a6a5dfd19b320d7f7__Particles__PNM__Commands__EnqueueBinding_{ REL::Offset(0x04591B80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0b3f977e5810541ada5b8e7123e4a876__BSComponentDB2__ObjectSaved_{ REL::Offset(0x0458A700) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0b4a97e3db7f91472675e74f4146eabd__BSComponentDB2__ID_{ REL::Offset(0x0457D000) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0ba77fc2a44489b0e7a2852b10d3be19__void_{ REL::Offset(0x044D5BC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0bb808731178bb759388c92baaba2060__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ REL::Offset(0x044D3DF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0bc199359560e6382a0563b4dbd09d32__{ REL::Offset(0x04384520) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0c03c7330473892ba670105402efef07__CreationRendererPrivate__Messaging__SwapChain__Destroy_{ REL::Offset(0x045BD890) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0c232cc3ac8cae764e7ee93ff79e28ac__{ REL::Offset(0x043CE0E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0c247aedd97c7f96423e3ddd7608ea80__void_{ REL::Offset(0x045C6A90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0c5c5ef7fbcb29a5b5314c3ff1271579__void_{ REL::Offset(0x044C16E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0ca6e154e41dec5dfc62308ecc694acc__void_{ REL::Offset(0x0448AA98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d04e56f01adcfd3745eabdda36cb421__{ REL::Offset(0x044E0838) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d1fcf20e5825226f909acf6b1390c30__void_{ REL::Offset(0x045C1C38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d4cbf7d6729c86f736a3e1e92ecb42a__void_{ REL::Offset(0x04494228) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d654b3629054275bae9908f7c2ed8e8__{ REL::Offset(0x04383FD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d65ab9a2dae1c47a0c901cc9738cbfb__void_{ REL::Offset(0x0459C4D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d72e0efc6f9dfc450d41f8a52bc48a4__void_{ REL::Offset(0x044D9FA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0d853000097131e6d146d893dc35aecb__void_{ REL::Offset(0x045C69F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0dbaf398f5b9d27b21806968b4ae0a0d__void_{ REL::Offset(0x044AF408) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0dc34ffbd9ed8987595dd2f80dd80831__void_{ REL::Offset(0x0451E730) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0dc569d6a102c629c04acc1adc57134f__void_{ REL::Offset(0x0447BC40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0de734acc79b148e560b62cc3735c689__void_{ REL::Offset(0x044B20E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0df8d91b739f126dd281888ca88fd83b__void_{ REL::Offset(0x04497198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0dfaf3731b1bf4b2144f7c7c60ca1e32__void_{ REL::Offset(0x044B3978) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0e23ddf5c97dad2ca2be7aa659d41b86__void_{ REL::Offset(0x0435BEB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0e88fb2d108f131e87a5775ab8ee6d24__void_{ REL::Offset(0x044D43E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0ee8949bcb7a260edba29f32c4bdcef0__void_{ REL::Offset(0x0449F1F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0f5f2e25683ee595dc5bf3b34e438e92__CreationRendererPrivate__Messaging__Window__UpdateWindowPresentMode_{ REL::Offset(0x045BD970) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0f6276adeb6b449032d2cb25a08fa625__void_{ REL::Offset(0x044AAF18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0f8ae27cc7094103481a2f39fb7a66c7__void_{ REL::Offset(0x044A27F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_0fbe08cb3daaac324ee9bcdc03634431__void_{ REL::Offset(0x045C1CB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_101e42f2b95b49532b1b539f3585e9fc__void_{ REL::Offset(0x044D5BE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_105653bf31127f1824054cb0a4211f8f__void_{ REL::Offset(0x0448B7A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_109fc17ea66b9ba70691fd95452275bf__void_{ REL::Offset(0x044A9AA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_10aa7a4f760f1ed964fcfc2b5994be30__{ REL::Offset(0x045C6D80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_10c92ab2e647158c6768592162d88cda__void_{ REL::Offset(0x045B3368) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_11319c8b1ca1d5124ce8a3cdeb847a3f__BSService__Detail__PointerWrapper_BSComponentDB2__StorageService__{ REL::Offset(0x0458A6A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1179c0d39af89e3c5612f8c3062153d6__SaveLoadTester__Service__DecrementBusy_{ REL::Offset(0x044D08C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_117f4ead7583bfb71b48a89a154b3482__IOManager__SystemTaskService__RemoveCmd_{ REL::Offset(0x0457E130) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1181752b037322e77a0e38ec51afb85a__{ REL::Offset(0x04385900) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_11c34d3eb78eee830c941a9ee33a851c__void_{ REL::Offset(0x0436A528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_11ff52985ad0c88221edd6e56ac529e2__void_{ REL::Offset(0x04482AB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1229d031d6d615b2231ac98f9b761d74__void_{ REL::Offset(0x0451E318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_127705b3f3d8ef481a1cead87faea264__{ REL::Offset(0x045C8578) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_12ea3b324529d891495a3fb3b027c94a__void_{ REL::Offset(0x0434C6A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_12fc22b079915411b6b2b4038a6bd8ea__void_{ REL::Offset(0x0449F238) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_130b93c9a97d09ae0d297c51cc4d5464__{ REL::Offset(0x04387B58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1318b714b24fa2e2710a529d6ef141d7__void_{ REL::Offset(0x0449EA28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_131c4870fa33d302c588e56f37ef938b__std__reference_wrapper_BGSSaveLoadManager__int_unsignedint_{ REL::Offset(0x044CFB70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_132e6cc06120f2d25c5799f59603526a__void_{ REL::Offset(0x044944E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1345bc85d9ab2e9177e72cad4fde7a60__void_{ REL::Offset(0x044BB230) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_137aa706401a96efeb8af0f5153e8326__void_{ REL::Offset(0x044D58E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_13bc4b69b9bb200ce8639726ff52dd1b__{ REL::Offset(0x04560800) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_13ddb005de572f8b0cf5d5b4f31fdf39__{ REL::Offset(0x04386390) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_13f2f1fdc9b77224a1f3ab99e3e8b208__CreationRendererPrivate__LoadMenuHidden_{ REL::Offset(0x045BB260) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_13fb5261bf961ea5ffe8bc99d857d9b6__void_{ REL::Offset(0x045C1BF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_14348470d6afd06ac22201fb09357cdb__void_{ REL::Offset(0x0459C378) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_14563e1568e6d890487357d5b6106ffe__CreationRendererPrivate__LODList_{ REL::Offset(0x045BB908) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_148af1c827fe4f82fd6d721558747331__void_{ REL::Offset(0x0448EDC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_148e3dc5c753e0b63b8179444d7afbb6__BSService__Detail__PointerWrapper_Probe__ReflectionProbeRenderOptions__{ REL::Offset(0x04586318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1496e3e7f62e55e5720030c5fcf78308__void_{ REL::Offset(0x0447BB40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_14c624d060d53f090d9f6653c9d8716b__{ REL::Offset(0x04456088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_14c7ea9486cedf1533fcee4c4a4cb042__ScalarAnimation__ScalarAnimUpdateCommand_{ REL::Offset(0x04562470) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1511d67fd91bdd9800c7fb8a0a547ac1__void_{ REL::Offset(0x04480EA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1522e0518122fe3f79c62fd4d69b2778__void_{ REL::Offset(0x044B1FA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_15752006373b974af772fdae01c31b35__void_{ REL::Offset(0x0448A980) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1598874d1cd6ead728b5e1c399f11e89__void_{ REL::Offset(0x044AD458) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_15a1128b214ce479bf0e0588a2044d9c__{ REL::Offset(0x04384300) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_15f8a0d100daba78b43c303c535a539a__void_{ REL::Offset(0x0447C500) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_16376a5022f79a83df3926f4fe3cbc2c__void_{ REL::Offset(0x04494168) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_163fcfaddf6445222d83c6b71f5c80db__void_{ REL::Offset(0x044AF528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_167e29f857ddfc90e0beaaf2362a76d6__BSService__Commands__NewFrame_{ REL::Offset(0x043510E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1688a60e1b2106b578044f4af2f0cecd__void_{ REL::Offset(0x044835A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_168b1ebde8479d59d97e58f4093b56b2__NiPointer_BSCloneReserver__{ REL::Offset(0x044D21B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_168dd5f9379d2fd02919c4b287afeb1a__void_{ REL::Offset(0x0448EE80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_16db958dc41d0c66db77acdf4c42d6c1__WorkshopEngine__ItemCombatChangedEvent_{ REL::Offset(0x0455C270) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_16e8324d5b2572cd72b95b4d7c867a5e__void_{ REL::Offset(0x044D60A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_16facd21a3bcaf5be30d78eb396b183a__WorkshopEngine__UntrackItemEvent_{ REL::Offset(0x0455C290) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1716f236caebbc81bde29df41b7139a1__CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ REL::Offset(0x044D3E50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_17396a94c1804093cbb9a3a845c807be__void_{ REL::Offset(0x04379F38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_174819bdc7f0499d3672b9449c10f91f__void_{ REL::Offset(0x0451E6D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1774627e001018ae78f7afb113d3fa44__void_{ REL::Offset(0x044AB198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_17ac7ba69e78afaed49e645089406ab4__void_{ REL::Offset(0x044BF158) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1806fb42aa1c1e9e52bcea8a68aaa87e__void_{ REL::Offset(0x044A6C50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_180c459f37941f35f0a93ec666eb98b9__Particles__PNM__Commands__StopParticleSystem_{ REL::Offset(0x04591B60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_187988143b9bf44be919f8d51b1b1b63__void_{ REL::Offset(0x044A85E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_18ccbf1e684f7cd76a882ba490e89fd2__void_{ REL::Offset(0x04491818) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1906ed046289e1d0042657dc28968e4a__void_{ REL::Offset(0x0435C0A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_192783d943e5fbb89cb58be942406117__void_{ REL::Offset(0x0439F8E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_195aee6d74b2ceea27f36692e3ab6252__void_{ REL::Offset(0x04494428) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1962c06bc59384d568710cc2132f3df6__void_{ REL::Offset(0x04483500) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_196ef92acd8272c26ca673793b2c5b71__void_{ REL::Offset(0x044A6B00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_19871f07c1e548a013d0d1cf87089b3b__void_{ REL::Offset(0x0451FB80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_19c1ea0f7ac173ff0297db34f047c51d__void_{ REL::Offset(0x044DA6D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_19c5f57862c11ce255b5d3fbf38bef09__void_{ REL::Offset(0x0449F198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1a6202670b68012c2043fa70909db9fc__BSService__Commands__NewFrame_{ REL::Offset(0x04586780) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1aa7972c397c239d8c334fcca51f809b__CreationRenderer__ResetCullingMemoryRequest_{ REL::Offset(0x04762E40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1aab385b1d2c973b43db622647dd6935__void_{ REL::Offset(0x044AB668) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1ad6aa892d305598e3aa071fb6978ce9__CreationRendererPrivate__Messaging__RenderGraph__RecompileAllRenderGraphsParams_{ REL::Offset(0x045BC6F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1adcc7f72816988180f229dcae97a055__void_{ REL::Offset(0x0449F1D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1aff8d3e5c50ae9d9ca9ad30f216fd94__void_{ REL::Offset(0x04374968) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1b1de50a30aecd9038df8bec83bce1d1__void_{ REL::Offset(0x044857B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1b2eff87bafecc7bbc43ce302fdee705__CreationRendererPrivate__SetStarmapOrbitsColor_{ REL::Offset(0x045C1070) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1b6954ed9f9f23860fc5a5777dbda38f__void_{ REL::Offset(0x044AFC40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1b7586faf3d45a3ccdbe562c615deea8__void_{ REL::Offset(0x044A6308) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1be396980ac749ad6a75b7528955df49__void_{ REL::Offset(0x044A38D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1bf2a8d41dba84ffc96c5d4aafbdf0cc__void_{ REL::Offset(0x044AFC20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1bf785c93d8ad6d842d65a8bfb1aea2b__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A7990) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1bf7c3047063bf194f956149815127bf__void_{ REL::Offset(0x044A2758) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1c54b5cbad2cbee0585443d73aa9326f__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ REL::Offset(0x045BBB68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1c7ff35eeeec7cd1d9a2e5a0c39e495c__{ REL::Offset(0x04387920) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1ca4b4e540219e4d456f628473c4e71f__void_{ REL::Offset(0x044944A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1cd72100737beba0d7eee0f960aa704f__void_{ REL::Offset(0x044B9868) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1d3a5baa8cddc84b09fe4ae5914ac8d3__void_{ REL::Offset(0x0449F1B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1d5383e98b8e712f89a1b74bef1f4521__void_{ REL::Offset(0x044B93A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1d753404f33e1c7059e9e66b1fb8cb9f__void_{ REL::Offset(0x044D5B88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1d77491fa8d966c53ee8db9ca8d7257f__void_{ REL::Offset(0x04480DF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1dc94482c6a0eeb04309cec409833161__void_{ REL::Offset(0x044D9F88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1dca1393cf167ec33c942351d43db67d__Particles__PNM__Commands__RemoveDeadSystem_{ REL::Offset(0x04591B40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1dcd6055c087c81e7b34ff0e9b242b7b__void_{ REL::Offset(0x0434D128) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1e3b3b65e4deb17ca33e10e3fc7a4114__void_{ REL::Offset(0x044AB648) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1e9994414b30943f97930cd97387f08f__void_{ REL::Offset(0x045C1C18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1ed8251b1a65468a26281b769d4cce60__BSTextureStreamer__Command__Cancel_{ REL::Offset(0x04583270) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1ee85f381440a2d09017dd8965db720f__void_{ REL::Offset(0x0449E838) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1f3aad7b634a2fd4477eeee64a63e161__void_{ REL::Offset(0x044D5A08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1f7e28043a2aff61a071f26e42547073__void_{ REL::Offset(0x044D5E68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1f92a890228578814c2c2a03e8cac3ef__void_{ REL::Offset(0x0449FD30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1fada1a49a815c74778c622ce536d0dd__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x045A7518) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1fe4aa3c08afa23c78527d1835dc5bc4__BSResource__Server__Commands__Resume_{ REL::Offset(0x0457E0B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1feb0118ea67ec51efc7b906b04c6a3e__void_{ REL::Offset(0x044A82B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_1ff618fa23044ab7190c611f0f4f4a1e__void_{ REL::Offset(0x044721C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_20023bd8b6f0cc86e939f7a6507b6df7__void_{ REL::Offset(0x0435C1B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_201c402df48895b5d2432b3397e6e6c5__void_{ REL::Offset(0x044AC208) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_204d98801082d89c3b86c75e5bef4268__void_{ REL::Offset(0x044822B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_209cb06f73a81f06178619acaf95ccca__void_{ REL::Offset(0x044D25C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_20afe879793f75ebbf8aa6155055e332__void_{ REL::Offset(0x04491878) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_20bfcf6d2c3feba821c8319e746716c3__void_{ REL::Offset(0x045216D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2101e137058c8cce639a34b3fcbc6124__void_{ REL::Offset(0x044B6F78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_210b3ef41dd8983da70cc07a3e0846ea__void_{ REL::Offset(0x0435BDF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_214560b10e1922061b3c3abcc0263e5c__void_{ REL::Offset(0x0459C358) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_214d8b93d89e60d3f194e52945fc3122__void_{ REL::Offset(0x044AB688) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_214f86d7d02876439242e1db06abfd20__unsigned__int64_{ REL::Offset(0x044528B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_217a1984d7aaaa76424c490d99ccd0b6__Particles__PPM__Commands__RemoveRequest_{ REL::Offset(0x04598820) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_217e4d66bceb166c823cda642795bd7b__DynamicNavmeshService__DynamicNavMeshTaskCellRemapEvent_{ REL::Offset(0x0434F200) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2270a8b534503d70aacdbbbb48eacacd__void_{ REL::Offset(0x04496650) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_229a4e5fa9fd41ffec4f972c3da0e404__void_{ REL::Offset(0x04479990) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_22e4dedf066ee308e8be98a91a05dbec__void_{ REL::Offset(0x0434D148) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_234872c1c6e19f2c77dd5b652a057831__void_{ REL::Offset(0x044C6220) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_23603fe60d9bab333a86c7a4ac80c3a8__void_{ REL::Offset(0x0434C668) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_238f1eb7519d3ce6fc27db751464dd8d__void_{ REL::Offset(0x044D5F28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_23d36ce9f8728bffa7fd0b2dc1f5cb94__void_{ REL::Offset(0x04489588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_23f8832b83fb9f72c657df18958f6306__void_{ REL::Offset(0x044977D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_241d9a5d50febfb6ba04ca41e3729407__{ REL::Offset(0x043848B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_245174f9a20ac7a3035baa291be1395e__void_{ REL::Offset(0x0451E750) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2469a73507db0616d79345f7c36d5c54__void_{ REL::Offset(0x04378AF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_247075687ebf6143eff3a7dac9a359f1____Service__ReferenceDeadMsg_{ REL::Offset(0x044EECE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2471eaefa834ee6d158acd34cfdc233f__void_{ REL::Offset(0x044AFC60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_248e50f5c99809b58798f5db794286b6__void_{ REL::Offset(0x044C2420) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_24acdea64849368114ea9d6e94cd1c50__void_{ REL::Offset(0x045BB240) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_24d44cabdf8c29ab5103a04e26075df4__void_{ REL::Offset(0x044910A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_24d90fff4870664f7b3e985575b6e466__void_{ REL::Offset(0x0449EB58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_24f6ac36d7533ec682c0a282888c8485__void_{ REL::Offset(0x0435F378) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_250bbddfc101d1d4fc16e1a08c21486d__void_{ REL::Offset(0x044D5868) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_25212b87a08400f446ec297e12f0a767__void_{ REL::Offset(0x0447E000) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2537dce064a73719c824d45ae5bee846__void_{ REL::Offset(0x04379F58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_254b770459995ece89a8f6627dfb5efb__void_{ REL::Offset(0x044D5EA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_254bac1666edeb9dbb6cb08e2b8368e2__void_{ REL::Offset(0x044D5548) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_255aea7f51319bdf47a5203f2d8eafb9__void_{ REL::Offset(0x044A6228) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_25945263975cb57845c6a4bb285efe7e__void_{ REL::Offset(0x044B3F60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_25b10d4ae2248b8cfab1104251ddffad__void_{ REL::Offset(0x0447D808) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_25bf931fc0da606f9cb153f21c2acf21__void_{ REL::Offset(0x0449FE30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_25fd4484c9f270c6cddcb4c3b8a1e1dc__void_{ REL::Offset(0x04365040) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_261e62996e5289c528fa08224fb8f4c1__{ REL::Offset(0x043863B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_265c9c2cc28dea70b44738922c3942bf__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x0457E070) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_266ce564967dd752765c46aaaa91fa8f__WorkshopEngine__CommitEvent_{ REL::Offset(0x0455CA00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_26eb4d84f4f78a938169c7210e691e9d__void_{ REL::Offset(0x0435C068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_274420ce56496d799cb41ab8f61f9a94__CreationRendererPrivate__Messaging__SwapChain__TogglePresentMode_{ REL::Offset(0x045BD8B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2767ee422ea43a1012bd5fa5aba39abd__void_{ REL::Offset(0x043CF680) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_279e68361bf7aa08e4c1761b2a3bd216__{ REL::Offset(0x04388428) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_279f04fd05616f92000ce9a75b851fa8__void_{ REL::Offset(0x0435A950) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_27a397a38b489d038f09ec773cad4a3d__BSService__Detail__PointerWrapper___MaterialAnimator__{ REL::Offset(0x0458B6A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_27f656fac942671e6d0aef16b0740835__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__StagingBuffer_unsigned__int64_unsigned__int64const_{ REL::Offset(0x045C35C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_28010cfdffe4a299109b31bc0b238216__BSTSmartPointer_TESBoundObject_TESFormPolicy__{ REL::Offset(0x044D22D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_281504c41f875176f11591ead405116d__void_{ REL::Offset(0x0451D838) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2856cb2d120552a8ee584da2837ecaba__void_{ REL::Offset(0x04491100) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_285c03feb56c832a285d42f66323cc5b__void_{ REL::Offset(0x044A85A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2866a9178630a5c75b5934c611c7ad37__void_{ REL::Offset(0x04489628) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2886445c6e0621bc870bb6265c2ce416__void_{ REL::Offset(0x044B3070) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2905f2e89e326a3d4163970a61220fbc__void_{ REL::Offset(0x04494188) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2915710df63846f4944ed3d812de9410__WorkshopEngine__BulldozeItemEvent_{ REL::Offset(0x0455C1F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_29737f9587fa0d1fb489346e0b4204c8__EffectSequence__ChangeShouldProgressCommand_{ REL::Offset(0x04351048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_297f117abb3635275be8ef6cd52ab0b7__void_{ REL::Offset(0x044BF458) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_298b4c9ddad8c2c98895d95d86b6f018__void_{ REL::Offset(0x045C1B98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_29a65105e2f059d5c389bb1106cf31a3__void_{ REL::Offset(0x045C1AF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_29eb0d7134d8ba51cfa9e6bafd111a1a__void_{ REL::Offset(0x045BA9F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2a1038c7d25ba0a884b7bc8177134c35__void_{ REL::Offset(0x045C6A70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2a3033e1d9b16146ab0cfb500bc57757__void_{ REL::Offset(0x044D60E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2a39ce085fe4fe20ba682fbe1eec9d75__{ REL::Offset(0x04384BD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2a4944ac535e0c58bcb386500360561d__void_{ REL::Offset(0x045C1C98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2ac9f805c895c10508bbaac05e056a0a__{ REL::Offset(0x04383858) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2acba6e6f5d8006da23e0e8bda8d73bb__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04353140) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2acc797905deef217ba390942468a931__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x045A74F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2ae52c85f260927307882bcc7125f6da__void_{ REL::Offset(0x04489688) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2ae9e1380c8ee2a9c82ea83274d83730__void_{ REL::Offset(0x0445C248) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2b2ad8ef2d7d558fbf41b42171f3b1a3__{ REL::Offset(0x04383FF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2b3180f9f666789c91ceaa7ef11cc1e8__void_{ REL::Offset(0x044AF5E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2b407448b85a245f799c31755ed65a50__void_{ REL::Offset(0x044C1700) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2b4ae46eaa735d8ec6e406c6ea7dc68d__void_{ REL::Offset(0x044D6178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2b78d51cdcbac556c6dd29edef8d656b__void_{ REL::Offset(0x04374A98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2bbbd0b50b259ac7cf500e5ae985938f__void_{ REL::Offset(0x0447BBA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2bd41bd62048e62f5a0b6c02e630e312__void_{ REL::Offset(0x044DB6D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2bf18162af4aa8bb3440e46bcd481a5c__void_{ REL::Offset(0x044D56A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2bf8d57a23f5733c9ced6acf1309e89b__void_{ REL::Offset(0x04489608) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2c01d9a581c158720a996021bd2bf7f0__void_{ REL::Offset(0x044D62B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2c718fd403190905af0d4ea06c52c490__void_{ REL::Offset(0x044A9A20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2c72c11eca91ff181a95975869a22a8b__void_{ REL::Offset(0x0435BD88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2c8c13283777b305e8f9ac8155e91888__void_{ REL::Offset(0x044C0518) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2cdb922543cfbed70ffc3f06283ccbec__void_{ REL::Offset(0x044B5468) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2cf70dcb2c55b70d372df887b9c51ec3__void_{ REL::Offset(0x0447E330) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2d5bef08f4973c82b63bb685675f0476__void_{ REL::Offset(0x044783B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2d6f96d76d321c8d1c3dd7d1b64229f4__void_{ REL::Offset(0x0435BE38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2d746a0e1ac0058b6f4a05abe7b671a7__void_{ REL::Offset(0x043D3038) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2d85d23616d6cc71a192d86f46bb952b__void_{ REL::Offset(0x044D59A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2d8816b79e7f47b371dac3f95b45cbd8__void_{ REL::Offset(0x044D2508) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2d89b27380db044a735beeb504a7b6c5__void_{ REL::Offset(0x044A27B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2de26c0aa27633843a24364a44cc9f49__void_{ REL::Offset(0x043CDF68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2debec6ebb798162268303d60398729d__void_{ REL::Offset(0x04575EA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2e1b42a1bf4317aaf1a3894ceabf2310__void_{ REL::Offset(0x044A38F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2e61532e0d5a01e189b8200de13d5f3d__PathManagerImpl__CloseAttachEvent_{ REL::Offset(0x0459AFF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2e6253c69297d1e42e51724b3fdd29fa__{ REL::Offset(0x0476A7C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2e7279c14af628ec41691a123af46400__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459AF90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2ea6196d4562a590254354bd5feb6c25__Particles__PSM__Commands__ReserveParticleSystem_{ REL::Offset(0x04598800) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2eb9065638b09a690be622024b4df0bc__Particles__PNM__Commands__ReleasePreCreatedParticleNode_{ REL::Offset(0x04591B20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2eb998c0a5ebbf4566b9cf6264edf070__void_{ REL::Offset(0x0449FDB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2ecc3ed85afbef822c47380b7a9edf28__void_{ REL::Offset(0x044A9B20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2f0badbef406f2ce6d56b7c47ef5200e__void_{ REL::Offset(0x044DB6B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2f1b90efd64ded8c405a50f908cab138__void_{ REL::Offset(0x044D6398) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2f97ae921508145861e34cb17a7e0f3f__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3620) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_2fb5ea5d7b79125fbb6a681b7df9d0ff__void_{ REL::Offset(0x044B2FB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_300e29d97d5d2a5664d5a028a88e6f9c__void_{ REL::Offset(0x0448C990) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_301952c8919bf88550759f6c3d069c6d__void_{ REL::Offset(0x044D6198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3057e6150c41d0e14e6947f3c018efdc__void_{ REL::Offset(0x044D6358) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_307c8e484fd5684acde2e61ba907d2bc__{ REL::Offset(0x04384128) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_308bb12e157933541115e30dcbca0aec__{ REL::Offset(0x04383878) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_308ed731f2dbebf2e475b0e992c3ca5d__PathManagerImpl__ShutdownEvent_{ REL::Offset(0x0459AF50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_30c6c7a87bba76c3a1a936e1ed78b67a__{ REL::Offset(0x04573390) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_30cdcb41fc2ec080a01fcf0b95f628f5__void_{ REL::Offset(0x0435F318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_30d5faf09585b9c3c9dd2fcf15b7c043__{ REL::Offset(0x043858E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_313a600ce33a8cecddb268952133376c__void_{ REL::Offset(0x044A6248) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3146f25ffd3d61e3bc2fd9220d9646d7__void_{ REL::Offset(0x044ADE00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_315f20bb07ecbddf0c084f73185daa5a__void_{ REL::Offset(0x0448AA18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_31781ca9f1a5c8c76d677f9fd6de0e10__void_{ REL::Offset(0x0440CE28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_319247d69123ef8ee3d856be4ce619a3__void_{ REL::Offset(0x044DA5B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_31b44e4d05e5e001a2aa280f8bb5c5ff__{ REL::Offset(0x045C6E30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_31f70d64dc89f3eccdb1d62f9068ce7c__CreationRendererPrivate__Messaging__Window__Minimize_{ REL::Offset(0x045BD950) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_321ddd8064bb6d74dd3569d28ac1e1f3__TextureDB__QueuedTexture_{ REL::Offset(0x045B3F58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_32537a9cd7d7d51f31d6e04d245d00ca__void_{ REL::Offset(0x045B3FD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_327a737861a5586d86084ca7ac4d6901__void_{ REL::Offset(0x0449BF38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_327d874d40378dda636bc9feabf0da29__void_{ REL::Offset(0x044A9BA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3289f95a5de796dd01303c2e6aa1766a__void_{ REL::Offset(0x0449F2B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_32a3a2fd9114cc2e2bf78225a3600fe6__void_{ REL::Offset(0x0435F1A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_32cb66071ec10a2bf95d6a03382fbef5__PathManagerImpl__ForceFailEvent_{ REL::Offset(0x0459AFB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_32de99af9a1424703afcb351fce4f307__void_{ REL::Offset(0x044AF3C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_32e4b4f19bbe2945e96b834492c572ff__void_{ REL::Offset(0x044C1098) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_330bd7d68a6d9e5a9f9be554115c94ea__void_{ REL::Offset(0x044ADA60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_332327652b151a6d9640e172c53d7ea2__void_{ REL::Offset(0x044785F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_335da43bb2b81785b47fbe4d0f319b78__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04352F68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3399867ed2d3e4eb9149cf49ae39f53c__void_{ REL::Offset(0x0447E2F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_33ab77d0429c58d85d6fdb5328fa1582__LOD__Commands__GridCellAction_{ REL::Offset(0x04452930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_33b8aa430c295b81275d187f81cfb104__void_{ REL::Offset(0x044D5848) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_33cacfd5a484c4e71c226ea378b26f03__CreationRendererPrivate__MeshDB__CreateSubMeshParams_{ REL::Offset(0x045BBAE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_33d62600cbeb197191711a0e2d25692a__void_{ REL::Offset(0x0449FE50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_33df8a020619a661ff0f0eb30c4a92f6__void_{ REL::Offset(0x044A8D68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_33f4011bd742b3aa4c912a5b3e9e47c4__void_{ REL::Offset(0x04497008) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3455917d9295a66c51791fc3d6075540__void_{ REL::Offset(0x045C6A50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3488d9aba936a506cbc187c238afd041__DynamicNavmeshService__RemoveAllModificationsEvent_{ REL::Offset(0x0434F1C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3495883e95a0abfb4b4bff1fc611f8fd__void_{ REL::Offset(0x044AB178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_349ae4f9982f93b8dbdc97b33a330dcd__void_{ REL::Offset(0x045C0FA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_34acf24da20ca032cc74198e2b0308ab__void_{ REL::Offset(0x044B6FB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_34c11c47986a679e4c16a9a2e0083127__CreationRendererPrivate__ApiAbstractionLayer__Texture_CreationRendererPrivate__ApiAbstractionLayer__ResourceUploader__CpuBuffer_unsignedint_unsignedint_unsigned__int64const_{ REL::Offset(0x045C35A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_352ebd4d480bb605eaf5fd9883134d6c__void_{ REL::Offset(0x0449BA58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_353029f4888c2501365bd04c8f948db7__void_{ REL::Offset(0x04764CB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_35975cc4ec102173bf2334a2f99698e6__void_{ REL::Offset(0x0447ADE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_35c6f8e7b5065eba3074a4701c8a5f6d__void_{ REL::Offset(0x044A3938) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_35e68aefa21a0d8d2b28a3ca8a61c2b1__void_{ REL::Offset(0x0451E378) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_361c6cab1b38c4ec47699ef1ffdb41f1__void_{ REL::Offset(0x04494508) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3624a12a5abfff4e88b206d4cf59013d__BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x044D21F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_364a00ef55871162f3f5070f720d9966__void_{ REL::Offset(0x043CF520) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_364ea8f2f5cbbc7ca33932822fa80cf8__void_{ REL::Offset(0x044A32E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_368233da920516086d8546f1f7465218__CreationRendererPrivate__Messaging__RenderGraph__InvalidateRenderTargetHistoryDataParams_{ REL::Offset(0x045BC718) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_36c3ef1d65a152c1c215c92d00e6399d__void_{ REL::Offset(0x044D5668) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_36ce634e90bd2a4e24146529ad6d9f73__std__reference_wrapper_BSService__Site__CreationRenderer__RenderGraphExecutionList_{ REL::Offset(0x045BAAC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_370bd910a5608f7e24933769a85a2d01__{ REL::Offset(0x04387C78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_37728350bd895aa432a0de6abbba3444__void_{ REL::Offset(0x04497068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3787988b13cf9ab18aaf10e2a798c429__void_{ REL::Offset(0x044A8DC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_37eb773e0655841c45aca77b8ba0b606__std__reference_wrapper_BSService__Site__{ REL::Offset(0x045BA998) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_382efead5ac19798d3908e8e081276ab__void_{ REL::Offset(0x045C82F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3853f003bf05ee8a36b1af9ed2675598__CreationRendererPrivate__Messaging__ShadowManager__SetQuality_{ REL::Offset(0x045C0F28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_38f5e4d9155f05098e02b86201038287__void_{ REL::Offset(0x044D5C08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_391a5fd4f22aaf0d0846b3c750514aa8__CreationRendererPrivate__MeshDB__CreateParams_{ REL::Offset(0x045BBB08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3930ab2afbab27b1506767cf58be5101__void_{ REL::Offset(0x044B51F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_39527e6c6f00a11338db2ecf7dbaf49f__SaveLoad__CleanupDataInExpiredCreatedLocationsCommand_{ REL::Offset(0x0447CCA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_39a940d0b7948878fd3b5b96c2ebf945__void_{ REL::Offset(0x044970A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_39f8b5f7049a839ea2095f4a26f9ae2f__void_{ REL::Offset(0x044B7018) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3a2464f0941ed62090b746e65ca64c5c__void_{ REL::Offset(0x044A6168) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3a57abaf61ad1e6abc321442d83ed546__void_{ REL::Offset(0x044D8260) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3a591bc3d5e9ce38c6a79ce50bb71bc3__void_{ REL::Offset(0x0455FC60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3a8eb28842f7c3b638eecbd27d2766bd__BSResource__Server__Commands__Delete_{ REL::Offset(0x045B2E70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3a8fcfe07635d04438a5132752733b81__void_{ REL::Offset(0x0449BED8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ab7a474183d094d82a832310dd1e3b8__void_{ REL::Offset(0x0447A8D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3aba2adf970db82c095675cef82c2881__WorkshopEngine__ConnectWireEvent_{ REL::Offset(0x0455C210) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3acf5e266783d132c177fcc3ef813df5__void_{ REL::Offset(0x0448E460) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3b32b694f872c1c21c9dfc8218ceb5fb__void_{ REL::Offset(0x0437ABD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3b6c7671eeb5b5acc5b4e8b65342012d__void_{ REL::Offset(0x0435E0A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ba838f9d6a25c897cf3e761a176b405__void_{ REL::Offset(0x045B3290) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3babf5a6e03cdb09405fc7e098bc7443__void_{ REL::Offset(0x0435F268) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3be25b3317c2cdd7df0dff14aeb8ca2f__void_{ REL::Offset(0x045A7638) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3bea0f9a0294bd11b0d7827c6a8df0e4__void_{ REL::Offset(0x0447A890) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3c329a73843b41e733e0182af0e37127__void_{ REL::Offset(0x0451E6B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3c501a4c01c1bd636e36785d81a92088__{ REL::Offset(0x04766DF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3c6290ae99937915e873fcebd8fda379__void_{ REL::Offset(0x04480D70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3c89dfb515aae82e49ef0c9398fc4e07__void_{ REL::Offset(0x0459C2F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ca668172a1c46e2ac7b265a77c54d0f__void_{ REL::Offset(0x045B3F78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3cae0d050cee0487208e6011be92c7d7__void_{ REL::Offset(0x0448C8F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ce2a5101292d234e5374806e376da67__void_{ REL::Offset(0x044D63B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d12aa2819e5d460f17038daa0921c9e__void_{ REL::Offset(0x0448A198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d17e16e59fcf8208e53f6391fb6ec62__void_{ REL::Offset(0x044B5448) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d2344d60d976c67092b025322ffc4f8__{ REL::Offset(0x04388368) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d4fbafc5fd90921741e35c987c6c3b1__BSResource__Server__Commands__Cancel_{ REL::Offset(0x04352EC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d510ea8315a91b731b3d8c0ff923f9a__void_{ REL::Offset(0x044D5968) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d62d9ef8d226a48af329f1219d92cdc__CreationRendererPrivate__SetGlareParams_{ REL::Offset(0x045BB2D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3d751a3a5f7a5c3a0cf2260cc4623136__void_{ REL::Offset(0x044BD2D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3da75893818ee5207bdb6901cbfdd1d8__void_{ REL::Offset(0x04496610) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3dda19daacbafd2f7a3f8a789293def6__void_{ REL::Offset(0x0451E4B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3dde49ac74f9fd3e3193f3e83ce5cb5c__BGSAudio__WwiseService__CloseCmd_{ REL::Offset(0x04458830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e1c039ddf7c20b9d0c821402aee78a9__{ REL::Offset(0x045BBF08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e1c6fa17f66105a7b10feda004e0cb0__void_{ REL::Offset(0x044C2440) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e333624a18bfd6219772c0ac143823c__void_{ REL::Offset(0x044D6008) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e368065e521a937278cf0c31232a203__void_{ REL::Offset(0x044AC248) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e79d46c2d3630fdccfc2ade8adaf41f__void_{ REL::Offset(0x044B6F18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e7edb91a2306b74e82c8676b746f6cb__void_{ REL::Offset(0x0435F338) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3e8b49604e3b87fa953001520a27acef__void_{ REL::Offset(0x0449EB98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ea8ead95a63a4d828f39db6546d6b7d__void_{ REL::Offset(0x04574F88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3eba4dc1ddd570430936438b3e3303bb___lambda_e293df5792eb241a3cefba9142796c52__{ REL::Offset(0x044D41C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ec27cdbb32a5c38a315f1137a370d55__void_{ REL::Offset(0x045206D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3ed2adb8a118e183e6aaf9bd8c782e8d__void_{ REL::Offset(0x044AF2E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3f2aec5ed7125590b3c46b71bcd7a578__void_{ REL::Offset(0x045BC280) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3f507c90a28256ad5886d22aa20dcebe__void_{ REL::Offset(0x0449F278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3f788884067476c5c9d29f340870b860__void_{ REL::Offset(0x0449FE90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3fc0deb4283874dcb0d2a8e4ffcda1fc__void_{ REL::Offset(0x0447E2B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3fc665100f134cb641475d3a9648b795__void_{ REL::Offset(0x044AC2A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_3fea53d8428e3e8de0ee3eb6c5263edd__SaveLoad__CleanupStaleLocationsCommand_{ REL::Offset(0x0447CD00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4008e0a6d2eee7d878541197268771e7__void_{ REL::Offset(0x044D6048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4020ee17ccaafc63f1760ed4e39546e2__void_{ REL::Offset(0x0447EB08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4036eb5b52ef8a1c35ecf97b1bd0f497__void_{ REL::Offset(0x0435F208) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4044d6665dc2fbfcc3816a7acd81a713__void_{ REL::Offset(0x044AA4D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_405c76cc591d6ecee551837365bb7a31__void_{ REL::Offset(0x045BC838) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_405da0333369ada4c3c1d70c5cbbf997__void_{ REL::Offset(0x044941A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_408d850f896b71e1d2843b386a496690__void_{ REL::Offset(0x044A8628) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4093dbf0d6045f9250efb75db1bc5622__void_{ REL::Offset(0x04764900) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_40e6f3a5d7629908c83c6f08be99d02f__BSComponentDB2__ID_{ REL::Offset(0x0457D020) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_40ffcc266e73d715cb276ae78e95efd4__void_{ REL::Offset(0x044B98A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_41212d33b7832f8d5197b18b234a3a1e__{ REL::Offset(0x044CAAB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4189d15c6165e86e8af3d1f2c80ac387__Particles__PSM__Commands__RequestLoadResources_{ REL::Offset(0x04598868) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_41cdb2c075ef3d237bbf6e536e732f2e__void_{ REL::Offset(0x045C6F80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_41e29e630505c1347ee4a0b958696d8a__void_{ REL::Offset(0x0448D4E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4206833caf804d1b078bea3a05711f28__void_{ REL::Offset(0x044588F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_42143624fbcb82a4cf50456b8e7cbbff__void_{ REL::Offset(0x044AC3E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_43072a36558482b0757dafb12e7d0b2c__void_{ REL::Offset(0x044D55A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4319de3c1721a6efb59bc02bc04d16fb__void_{ REL::Offset(0x0451D858) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4368243e1fbf4a53c983b7d9e6df2da5__void_{ REL::Offset(0x04559768) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4375ad3e6651f5c442cde7b0e1ca9cde__void_{ REL::Offset(0x044B51D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_438aa190d1fc08623a667ed57a069388__void_{ REL::Offset(0x044C1078) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_43d6edfb9ea9c6494488be2fdd1a9289__void_{ REL::Offset(0x0451FB60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_43dea555a4b7f363d485f6a504637bce__BGSPlanetContentManager__PendingPlanetContentRequest_{ REL::Offset(0x044D5170) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4408f2402885ec5a449d735aa70e45bf__DynamicNavmeshService__UpdateNavMeshCellEvent_{ REL::Offset(0x0434F240) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4414c672bbd2fc8b10cf5d82b32d88f0__TESForm_{ REL::Offset(0x0436AF70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_442365a6bcd228c8e242bffad7645f04__void_{ REL::Offset(0x043B93F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4435d41dac228c19b787802376037cf9__void_{ REL::Offset(0x045BC220) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4445c3abf0c368441bf6264f6cb4430b__void_{ REL::Offset(0x0457B9F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4463c366715b972b73264daba198b3f1__void_{ REL::Offset(0x0457C028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_44abd068d2da4873cc884ac3531858ad__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04378930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_44ada94071a02a2b474443a2e6e2115e__CreationRendererPrivate__SetStarmapGravityWavesPlanetData_{ REL::Offset(0x045C1260) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_44c2561ca25dce2ff3574caeb9f74dd3__void_{ REL::Offset(0x04488A50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_44cb987a575564a069b41f2fb53051a6__void_{ REL::Offset(0x0457B970) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4501655eea2d25d05464153c14f354d4__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043A5DA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4513bd44a8e7c893dcdb1837f1b52da5__void_{ REL::Offset(0x044A3918) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_45834f7c6c87366496a2659d5dbf9e5e__void_{ REL::Offset(0x044BD1B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_45a06290d924165f9626281a58ddd57a__void_{ REL::Offset(0x0448EE00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_460512555715907ea5d59565728cbf78__{ REL::Offset(0x04766E78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46303423585880e1eb20ec3e05e90371__{ REL::Offset(0x04388388) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46348a84bef185a94f5c460905d73184__void_{ REL::Offset(0x04479318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_465f446a29f8113fe9060fbd5ac142d1__void_{ REL::Offset(0x0435C0C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4664e63261002710f8739f853ad54fbc__void_{ REL::Offset(0x04575E80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_467bafc3a64aa3e8d37f4d1c0231ac0e__void_{ REL::Offset(0x0435C178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46b8a6919a1452d24449eda012dc20f9__void_{ REL::Offset(0x044A9B00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46bba356b0a050b768331a05ad4cc796__{ REL::Offset(0x0455FD10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46c096693b08268f55d86409beff46f7__BGSAudio__WwiseService__CancelCmd_{ REL::Offset(0x044587F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46d4c7bf7198847e8617c88ed1fec80b__void_{ REL::Offset(0x0459C2D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_46fe3a6e069cc3ec89fe471170845286__void_{ REL::Offset(0x0435F2F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4722cd60330f821a776eb90619f24ba0__void_{ REL::Offset(0x0448B788) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_476315acb3f625a547472d7af175470a__CreationRendererPrivate__SetStarmapOrbitsThickness_{ REL::Offset(0x045C1050) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_47689048ffe9cf6b3839592273900f7a__void_{ REL::Offset(0x04764C98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_476abb2bfaab0fc7efc6f5dcb6fcb2ca__void_{ REL::Offset(0x0457CE00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_477a9257270be9abbe31011b33ae2d4e__void_{ REL::Offset(0x044A82D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_477fdce2aa7e8a35a27ff9ceea46765f__CreationRendererPrivate__SetStarmapGravityWavesInit_{ REL::Offset(0x045C1240) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_47ce1dd467148b48f07cea494666a7d0__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ REL::Offset(0x045C10D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_47fe5049ec0d2b059cd4e9c3a8bba9fb__void_{ REL::Offset(0x044911E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_486f6377972e2f98934044978e5e9c6a__void_{ REL::Offset(0x04764CF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_488e1d7a92634c789b4baad4e2e2ea8a__void_{ REL::Offset(0x043695F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4893dfacad807fe7e7185a02fcd4ac43__void_{ REL::Offset(0x044D2588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_48ae9e186cd370261b4a8c026f097193__void_{ REL::Offset(0x0449F2D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_48b17c8a7556e8d7f69e8b935defdd25__void_{ REL::Offset(0x044D2488) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_48f2fa1c53007bf63a566dcda735b047__void_{ REL::Offset(0x0447E310) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_48fe6290260ad9ed2e181d5d8f759f72__void_{ REL::Offset(0x04579CA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_49004514f89c720f4fd3ace8ac0c0e02__NiPointer_TESObjectREFR__{ REL::Offset(0x044D2468) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4915cd91781e3e78d7403df0ce032ca9__WorkshopEngine__RevertBehaviorEvent_{ REL::Offset(0x0455CA20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4921ed9f68aa1fc2f0f21af2a87dcd6e__void_{ REL::Offset(0x044D5788) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4972b39ee93832996f39309f24bafcda__void_{ REL::Offset(0x044D5DA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_49a9462346b35cf9a817c479ef5e3f54__void_{ REL::Offset(0x0448E3C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_49b17985ad44e83a8fd14500788c8107__void_{ REL::Offset(0x044AF428) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_49c199109665f9119f244649ce85ed19__void_{ REL::Offset(0x0449DAE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_49dd87ad78ee43fe8a48fb6892984d6b__void_{ REL::Offset(0x0449FD90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4a08c435c3ac51cae20444ff1aa9e269__void_{ REL::Offset(0x044AF1E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4a5031ba3460282243219aa6d3941499__void_{ REL::Offset(0x044ADDE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4aaabb97a9bb6180d094f12bce28aabf__BSResource__Server__Commands__Resume_{ REL::Offset(0x04369550) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4af669e4cfffbf317bd05ed76feb17b7__void_{ REL::Offset(0x044A7820) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4b537dcf410d388753ccef2b15ba51de__void_{ REL::Offset(0x0458F900) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4b7154b324ff6a34f4453cf668495d3e__void_{ REL::Offset(0x0449F158) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4b848804d48c4dc62699b40854c972c8__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04352758) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4b8697e272cfab15c388c83563df4d08__void_{ REL::Offset(0x045597A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4bc475593d03c33ecbe7f6490ef199c0__void_{ REL::Offset(0x044973B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4bd06b7d18d2ee2e814f8a24ea702e9b__BSComponentDB2__ObjectDestroyed_{ REL::Offset(0x0458A740) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4c015007cf1a1f2352c3f1cbdd77c6d8__void_{ REL::Offset(0x04491140) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4c159415f22427edcf3cb06ea3ed0825__void_{ REL::Offset(0x044D6238) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4c29df44919541ed5539dc4906333c03__void_{ REL::Offset(0x044B92A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4c679a661775dbb434d8842b4616699d__void_{ REL::Offset(0x0448ECC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4cd4cc887121fef8245c73ad75b1ff5b__void_{ REL::Offset(0x045C6A10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4d11100710477819f627446b49f4f035__void_{ REL::Offset(0x044D5708) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4d78eb05ca8fbac8fff4c3061f86a8b2__void_{ REL::Offset(0x0447F280) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4dc3f6e88aaf1f9bb30ba11c1a1a867e__void_{ REL::Offset(0x044D5EE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4df240bf986dc648499c86ca5c7575a2__void_{ REL::Offset(0x0451FB20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4e42ff11552c5eb9d25c522bcbf8b52b__{ REL::Offset(0x04473018) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4e57f107abda58e71fe9a560c53db249__{ REL::Offset(0x04472FF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4e582f7778f98903c53bc3040e3a266f__void_{ REL::Offset(0x045BC200) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4e78248c1506a0b60989e2d0ea9768de__void_{ REL::Offset(0x0457C0A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4e7b7dbe4ef00c5a4c82a0abf9a75b06__void_{ REL::Offset(0x044B5238) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4f9173f912f6ca219210248e0bc63b43__void_{ REL::Offset(0x044D5928) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4fb890b38103683851e1b9190aee181c__void_{ REL::Offset(0x044A7740) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4fc469331c46bddbce9d5571c5242fcb__void_{ REL::Offset(0x045C7098) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_4ff4edcde69954e698f2a6c1536c2fb4__void_{ REL::Offset(0x045BAF78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_505353db52826aeee65f471c844c8fe8__void_{ REL::Offset(0x045C6BB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_508326cde8918aeb4fec4d828ccfc4dc__void_{ REL::Offset(0x045BC4A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5085a081027663507945c4154670848f__void_{ REL::Offset(0x0435C1D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5088e537f1dbb66698a86c6a367ae3f3__void_{ REL::Offset(0x0459C398) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_50ceac2bb77540f0e0bb704ddb9852af__void_{ REL::Offset(0x0459C318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_50da05544761f80a73d0d09004b9dcac__void_{ REL::Offset(0x0449E818) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_511a463698cab60432ad5611058a8e27__BSComponentDB2__FileUnloaded_{ REL::Offset(0x0458A6C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5148e5099703890d6cd3233af27e1473__void_{ REL::Offset(0x044AB848) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5157c111cccfac4b8a6bee90ef38a42a__void_{ REL::Offset(0x044AA2E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_51bdde811364c92ff609b6055e6baa92__void_{ REL::Offset(0x047649E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_521d48f436705fd3c0b03b5a99a1e0aa__void_{ REL::Offset(0x044B4020) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5223223e1c0586dd791d6a38cc0fd1be__void_{ REL::Offset(0x044B5258) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5226d4e66e0ef6fdacca603ab0e18ca6__void_{ REL::Offset(0x0455A538) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5248cf4bcb3b08d0bb42c36aeede0124__void_{ REL::Offset(0x044F0FF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5280ba3b9317ae74f9aa13a4671cc6db__{ REL::Offset(0x0439F780) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_529a6feefbfb04ca9534767b2bdd7a2a__void_{ REL::Offset(0x043B5288) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_52a916d4dbea9cabcefb4c24447d3ec8__void_{ REL::Offset(0x0434E160) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5389cc5699dd3f740098a76cf346f79e__{ REL::Offset(0x04598C10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_53abbbca45155c8b23682e9cdb5af07f__CreationRendererPrivate__Messaging__SwapChain__SetVsync_{ REL::Offset(0x045BD930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_53cab3af5b3b29a1236ceb2e4573e1ea__void_{ REL::Offset(0x045A6E70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_54109e62bc0c4ecfada91e93c4f8d1fa__IOManager__SystemTaskService__InstallCmd_{ REL::Offset(0x0457E150) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_54481b0b9fc74bd105b60ccbba81a493__WorkshopEngine__ActivateItemEvent_{ REL::Offset(0x0455C310) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5461d569e1413187dbc33645050bb02c__void_{ REL::Offset(0x045A0FF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_54c822b7f04b4d0f24210a1b84f9442f__void_{ REL::Offset(0x0455FB70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_54cffc6b72315e542c0c7f4c29973cb0__void_{ REL::Offset(0x0449FDD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_551686201d1eb5ced7bd06b5a846d4de__void_{ REL::Offset(0x04489A88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5527b6c2f611507985ae11854e45db03__void_{ REL::Offset(0x044D6068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5528f7974c209d8c12356bceb42e106b__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0459C7B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_56007253fb4785317ba6d9cce39d4e7b__void_{ REL::Offset(0x045C1958) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_56590bc88876c556a9a0ebce0035e809__void_{ REL::Offset(0x0451E850) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_566a795f1bd69e7a04ef2794bca5d9eb__void_{ REL::Offset(0x044AF248) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_568b7cde608dd4ad0028907e0affc50b__void_{ REL::Offset(0x044945C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_56c960c2a279e8d87d75a657a7d456c2__void_{ REL::Offset(0x044ADA80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_56fdb10f33b0265e1232eafcf4c3cd27__void_{ REL::Offset(0x047648A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_571fe39733d27d4179f8a5fa59c36c17__void_{ REL::Offset(0x045C59B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_57224c0792b5aec65c4f6282bf4b4a16____AddMaterialCheckExistingControllersCommand_{ REL::Offset(0x0458B738) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_573ec6cffb220e7950a7a70e6ab325d7__void_{ REL::Offset(0x045C1A98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_57416da6fe95edc9377a39b2d5e49ef7__void_{ REL::Offset(0x0451FC00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5741c61479129cc96426fb35916a0752__void_{ REL::Offset(0x044A3A18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_57975716758a7f7a5de55ac1d8d9d189__void_{ REL::Offset(0x044D5908) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_57ae2803574ab3103c87c291242b3fdb__void_{ REL::Offset(0x044B3010) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_57c4f608f6878076b33730c2785b05ee__void_{ REL::Offset(0x0448E380) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5828179f5bd90c767c3b01359b826387__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ REL::Offset(0x04583250) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_583969746530a3f9b5f344cb60b76e9c__void_{ REL::Offset(0x044AFC00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_584a07e4c06e817e3f2a0724b92c5ea5__void_{ REL::Offset(0x0457E418) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_58a170ec3429b0f12dffb09511f7cad0__void_{ REL::Offset(0x0448E838) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_58d93e0d0afb0731988ff7a440162d64__void_{ REL::Offset(0x0459C2B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_58f0654d7cc789b71c4f7778a924009b__{ REL::Offset(0x045C6E90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_596fdc1d9267f97cef299b9424c896a8__void_{ REL::Offset(0x045C69D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5990af9b9347ec02190ec4d4e37cd27e__void_{ REL::Offset(0x044AF5C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_599f307d9c6012ed3b4e872149a3a7fd__void_{ REL::Offset(0x04575048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_59b4f179851d664c369a4c529e1162cc__{ REL::Offset(0x043A68F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_59c00098d6616de1c9ad3aee34f90f51__void_{ REL::Offset(0x044B7940) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_59eb06eb8ec46854c83f83ac0a23e663__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04352F28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5a69a2839b3feacc27901b29909683fd__WorkshopEngine__RequestRepairItemEvent_{ REL::Offset(0x0455C2D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5a8b33f26402fac4c999a77b6c0204f7__void_{ REL::Offset(0x044875A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5a8e2724026233f416f857d4a0344b65__void_{ REL::Offset(0x044838C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5a997065188370c5f6ace2b88f49c371__WorkshopEngine__CancelEvent_{ REL::Offset(0x0455C9E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5aa066525c82a2acf514297c5b906193__void_{ REL::Offset(0x044D5528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5aac3bc49ec80358898e8d7e049e6d3d__{ REL::Offset(0x0458AE90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5abcdbc7dd077b3198adf606a2c3f14f__void_{ REL::Offset(0x044AF228) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ac89a1f8b5dbac72a7595a1cdcc59c6__void_{ REL::Offset(0x044A6A40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5b171b54abee5ae2c91d89047da502d9__void_{ REL::Offset(0x044ADCC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5b258bc02c86081f661b65f84adac6f1__void_{ REL::Offset(0x044D55C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5b54b327cfa489c6a06413d472fcc821__void_{ REL::Offset(0x044971D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5b5d31e7784ea65dd18b6a1ee03bc91f__void_{ REL::Offset(0x04351248) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5b8a26b08fe3145dbc8485ff83aacff7__void_{ REL::Offset(0x04497870) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ba7251da725fc265ee463f32da72ccf__void_{ REL::Offset(0x04480DB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5c21c7aaa90dd010668e06cc92f167c7__void_{ REL::Offset(0x044B9380) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5c367b1c89d5b6fba9cf072bae29fab3__void_{ REL::Offset(0x044AF3E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5c7614f8a665b04c40ec3b56f2769e4f__WorkshopEngine__StartSnappedEvent_{ REL::Offset(0x0455CA40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5cd698063e330a3ed6e1f91aa838596d__void_{ REL::Offset(0x0459C278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5cd8d4cd190031c9c679013ed7b93ebf__void_{ REL::Offset(0x044C0598) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d0496d326a3d070261d336cd195f34a__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6F10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d3965b97e4ca7d0cc745372efc2f4d9__void_{ REL::Offset(0x044834E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d43da90aded6b185d0c2ac43c2c66b5__LOD__Commands__GridCellPostLoadAction_{ REL::Offset(0x04452980) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d4cf4b95f32699d50555a8a889d93e8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0440FA58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d4e0bb91a60feb7ed2a3cda76c5ae60__void_{ REL::Offset(0x0448D420) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d512ec3b8f8b58a3b45cdafb8e59f52__DynamicNavmeshService__DynamicNavMeshTaskStitchCellEvent_{ REL::Offset(0x0434F220) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5d772920ea434bd5a6bba3d1ed9fe286__SaveLoad__CleanupStaleLocationsCommand_{ REL::Offset(0x0447CCE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5db24543e987e39df9ba065b93317c77__{ REL::Offset(0x04762068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5db8e2e837d027556d6f7c9bf57942c8__void_{ REL::Offset(0x04374920) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5dd4571b847700c924fc69035eed0d3d__void_{ REL::Offset(0x045C81D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5dd6911ccacfa3ba9a251ce4ce01dd43__void_{ REL::Offset(0x04358440) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ddf831e117e65a9c84810647ef916e9__void_{ REL::Offset(0x044C3380) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5df8e7a9a6ded119308f254b57096c37__void_{ REL::Offset(0x044C2400) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5e569755d2dcbea4f33322a8fde8cc11__void_{ REL::Offset(0x044D5D08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5e8ae06900a7bddda0cf168bbff5225d__void_{ REL::Offset(0x045C13B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ea58ae02cf21c9982cd6ff2888d102a__void_{ REL::Offset(0x04483520) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5eaf862a4f99c8558da0e81e3902e33e__void_{ REL::Offset(0x04478768) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ed86aed803edf06e96638b0c880264c__{ REL::Offset(0x04387900) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ef86d9a3408eac64b85fd5fe0de8ea8__void_{ REL::Offset(0x04489668) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5f5b67ae8656b8c2dd62d9c87a22bf36__void_{ REL::Offset(0x044A7840) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5f752e24fee3fd9bc89f1c0274cf2f19__void_{ REL::Offset(0x044D6530) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5f811668598f74b55d8da48ccf8d3bc6__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x045B2E50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5fcec49d8393ef2030e8281cae827ad5__void_{ REL::Offset(0x0451C3B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_5ff9deb0cc130544db6aa77b12335b29__void_{ REL::Offset(0x044AF568) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6028fee93b979a86bc838bd47d09dbef__void_{ REL::Offset(0x044D57E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6050264a05b7761be9833732b47df840__void_{ REL::Offset(0x0439F748) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_608330f65626647a5f3700cdbd08d615__{ REL::Offset(0x04383668) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6086aefa1af85f5bf44d762eb798cc6d__void_{ REL::Offset(0x044A1DD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6091bd49f0235c539730330b7bbd05e6__BGSPlanet__Commands__AcquireHandles_{ REL::Offset(0x04381AC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_60953c0dbb757333a370e213f2271760__void_{ REL::Offset(0x045598D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_60a2a67e515b8c66bf9223026a83fbd0__void_{ REL::Offset(0x044AB628) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_60c5b39cf8477c02cff6f396fb44a7ed__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043A5D80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_60fe0abdac05530fab75b73544af950b__void_{ REL::Offset(0x044C1058) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_61413ac2a55467b678214f2ac86caa3d__DynamicNavmeshService__RemoveNavmeshesForObjectEvent_{ REL::Offset(0x0434F1A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_61a430de65351fca951850123a10f86e__void_{ REL::Offset(0x04574FA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_61e1041efa5ca6e088fd0edd0946d094__void_{ REL::Offset(0x0448E4C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_61ee642017ae66803ba5e745504877ff__{ REL::Offset(0x04387BB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_62bedaed9769da4daccb3a0006b97672__{ REL::Offset(0x043CE040) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_62c1676a391e23f4f5d1648bdf0500ec__void_{ REL::Offset(0x044D5E48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_62ea3bb0e99490e73b3cf9ded02c4ba4__void_{ REL::Offset(0x045B3140) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6302b5dda898a26fb8b83a7b35fca327__void_{ REL::Offset(0x044BF3F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_63030607207068c236fc02b2e6c164ca__void_{ REL::Offset(0x045210A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_63b95f55a0d63d71f69777e37f3724b9__void_{ REL::Offset(0x044D63F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_63e7c11ee3d013597cef7b6f0e477087__void_{ REL::Offset(0x0449BA38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_64364eea35b1b91391bf788ed796c3ab__void_{ REL::Offset(0x044945A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_643db91f8b5c71b12922c400439d4d36__void_{ REL::Offset(0x044D56E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_644897cc14b59095acfe3c6dbf92cb60__void_{ REL::Offset(0x044BD150) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_645a27b961cf277449efe3a8d4762839__void_{ REL::Offset(0x044BD1D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6473c7b4257e286fd41ce91b4306fddd__void_{ REL::Offset(0x044895C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_649071eb220bbd34daaeb46ef043c75f__WorkshopEngine__PlaceOutpostEvent_{ REL::Offset(0x0455C940) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6496fe1bbf4fca4b6a25b0a0de8ec059__void_{ REL::Offset(0x04478F80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_64a5b1bf4883d08c59b951dfdb37525a__void_{ REL::Offset(0x044944C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_64d650177fdf09a2ba813025b7184388__void_{ REL::Offset(0x0435A930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_64f7f0d7e815702b37bbfa80088c7b7c__void_{ REL::Offset(0x044B4000) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_650437e5a957ffb931aa5270f3a52342__void_{ REL::Offset(0x044AF628) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_651164d697b1ce925d5c2e2886235553__void_{ REL::Offset(0x045C1AB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6524219ac8c6b2c362b49027abf20d3e__void_{ REL::Offset(0x044838E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_659cef0f91fddcd8853146bafb6b8d29__void_{ REL::Offset(0x04575028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_662c4c69e06c8a26a0616b4d2dcb6cd4____CloneMaterialAnimationsCommand_{ REL::Offset(0x0458B650) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_664629f702b7c363dca36fae740aa4d9__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04369530) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_665417a5a61e24970bf904264af2893e__void_{ REL::Offset(0x045C5DD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_667ad24f71c5080269deec4197b39e5b__void_{ REL::Offset(0x044D54C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6680d97c3860765ac8e0eb418cafb2d7__void_{ REL::Offset(0x0447E3D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_668fb7b832487a382e9f61bbbfa50cb7__void_{ REL::Offset(0x044D5888) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_66bc7c76f093681f3921aab8d4abe68d__void_{ REL::Offset(0x044AF608) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_66cf4f438f34f34f15bdb722baf2f114__void_{ REL::Offset(0x044941E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_66e63c3fbb77a2cdd3da5dd89d43d97e__void_{ REL::Offset(0x045A1018) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_66fa683148fae48debe535478855e500__void_{ REL::Offset(0x044D5DC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_671147463d41dbf22a7bb0f5d9014f66__void_{ REL::Offset(0x045C1C58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_671d1709c2c761a7a1b77457d4a16030__void_{ REL::Offset(0x045210C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_67a1a41fca53db54896dd96e2f5834ad__void_{ REL::Offset(0x0451D938) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_67a9a84ce6ebe2b16f1f5dc7072e7d33__void_{ REL::Offset(0x044B7038) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_67cf8e584c6283648414e469c0e2930f__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x04352EA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_67daf640653d609c18b27ed92ec5a574__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x043522A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_67de57fbe5bdb30ba798c34e8946cc71__void_{ REL::Offset(0x044B9808) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_67e30507f7f4c631543dd3647fe250d9__{ REL::Offset(0x043A6910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_684f9e4e74014981c83eacb199d2e99d__void_{ REL::Offset(0x0448D400) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_687423a2193d7b7caa94b622b67c93e1__void_{ REL::Offset(0x044BBEF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_687522363539bca1bfeb85317d66ee4f__void_{ REL::Offset(0x044BF118) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6880d62838223affed874592a82953bd__void_{ REL::Offset(0x044B1FE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6885f0ec7934bd09b5d4f7f1e1014ba5__void_{ REL::Offset(0x0457C908) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_68b4de0febef385fcdc151c6e30f6315__void_{ REL::Offset(0x044C0538) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_68d89b4674bb8c5f57cf6d04f0911dd8__void_{ REL::Offset(0x044A8E28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_68da7f4662ff3fce22202b30dd1e159e__void_{ REL::Offset(0x044895A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_68e43600c610a93ee176b15058d1f7a1__void_{ REL::Offset(0x04480C80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_68e9d2c9659d8c4ea05da8fe7654f60d__void_{ REL::Offset(0x0448D4C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_690462dd3c4f0382005906163d34070d__Particles__PSM__Commands__InitializeBinding_{ REL::Offset(0x04598720) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6934a97ab1e341360233437cf716eb3c__void_{ REL::Offset(0x0451D998) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_696a57db24a17cb4b141b939dc92dc86__void_{ REL::Offset(0x044B3FA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_69aa10c3c8873d7e802d1c4bcce86b47____UnregisterCommand_{ REL::Offset(0x0458BB70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_69f6d06175a8bfd625386bc9d0eceecb__void_{ REL::Offset(0x044835C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a1b9bb77e1acf00dc84b65107d97b92__void_{ REL::Offset(0x0435E048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a1f230c6a95327fa815508e02074555__void_{ REL::Offset(0x04480E30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a4394d05e276ad2cf25fed81b08717a__void_{ REL::Offset(0x044AC488) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a5c5c293a2205338bb18be8e2b6c364__void_{ REL::Offset(0x0439FB48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a5ec82d0611d1076edd938034b5d3f0__void_{ REL::Offset(0x044D5C28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a62296ed5a1718405cb326aa3fcf96f__void_{ REL::Offset(0x044B52B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a90a20a8dd6b9a62dff6af4ab655472__WorkshopEngine__RemoveItemEvent_{ REL::Offset(0x0455C2F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6a9caad3f633d778228f0d36d4535017__void_{ REL::Offset(0x044C3400) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6abe79688cb187e9db7dcd538fcb2d09__BSService__Detail__PointerWrapper_LightAttachmentRuntimeComponentUpdateService__{ REL::Offset(0x044D3E30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6ac6713ef0cf424c1df97f27b656b0f3__void_{ REL::Offset(0x044B6F38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6afb43d8db500d7b5320779d24ad467e__WorkshopEngine__NewItemEvent_{ REL::Offset(0x0455C4F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b183f0914922ae4d1960acf5ace0923__WorkshopEngine__TrackItemEvent_{ REL::Offset(0x0455C330) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b30b8f83f18dc3029d2c2d816b806aa__void_{ REL::Offset(0x044AA300) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b4fd4a86094db306b21fcc76bbb646e__void_{ REL::Offset(0x04489A48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b500f49131d86f9120a594dfe0da8c8____Service__GameResetMsg_{ REL::Offset(0x044EED20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b5d63e4732f8d7b09e4d0ff20c6fc58__void_{ REL::Offset(0x0455A5D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b8db5dac53a2d7231f327507333b128__void_{ REL::Offset(0x045C6E50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6b8ee11832c713630bb75c36f3396169__void_{ REL::Offset(0x044D5988) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6c2561c9f50eb0bf6b94f3b9ac5cc4b8__void_{ REL::Offset(0x0457B9B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6c5cd0ab225627dda6154ef81efa8dd8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0457DCF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6ccd680c8b17011b93a29a70b4d04433__void_{ REL::Offset(0x044911C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d05a6adfd708bdd2be9be5a597edb9d__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x044554A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d1eed5ad99ecaca382f98513fb566b4__void_{ REL::Offset(0x0437F0C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d4300f9e2a25912a36e5515e51d862a__void_{ REL::Offset(0x044BB1F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d77be4f9bbfb5264f18dd8277de112c__void_{ REL::Offset(0x0447C4A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d84c910b58fb4634ff07efab5151877__void_{ REL::Offset(0x044CAC30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d8629994ec6e57ebba10b183daaa673__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetColor_{ REL::Offset(0x045C1360) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6d8bc912070f2e07f7a3b7350f06cb19__void_{ REL::Offset(0x0448F5F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6db5b1cd749ed02742ac1b01bbac9d22__void_{ REL::Offset(0x0435A890) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6dea8cb8b649ebc20572db7280b15571__void_{ REL::Offset(0x044D8280) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6df16e899ef1ecc0a3cd559b5e0a5f0e__void_{ REL::Offset(0x044972B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e056b14c9746d1151f8df9ffb3a8756__BSService__Commands__NewFrame_{ REL::Offset(0x0458BB30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e3242ce816216926bf9dd68110edfcf__WorkshopEngine__InspectColorItemsEvent_{ REL::Offset(0x0455C350) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e3bd8545796292bc539cacb5c053229__Particles__PSM__Commands__WaitForResourceLoad_{ REL::Offset(0x04598888) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e4f3cfef0ac9e43dc3cad388c769225__void_{ REL::Offset(0x044C1158) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e6c72fcc15ec3ad36072586ee1efe85__{ REL::Offset(0x04383CA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e7eb907c7c3e6ea887c290089daf575__void_{ REL::Offset(0x0451D898) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6e933cce295b6d8c74776c4610982c7a__void_{ REL::Offset(0x0451FBA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6eb69611f6a72be2a3c5b4a820515d3e__void_{ REL::Offset(0x04574FC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6ec0a6b7878c51de6d8eac6a29db2f71__void_{ REL::Offset(0x0459C3D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6ecc503bb9a30ac0219ed7da7bb28de5__void_{ REL::Offset(0x045B4010) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6f0264a3d4d883e9934d0c65c76fded8__void_{ REL::Offset(0x044AF388) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6f477b7c1e008db7554b20169c9330d8__WorkshopEngine__CycleBehaviorEvent_{ REL::Offset(0x0455C980) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6f4bb6eee0b881844adfb6f8c5651e4e__{ REL::Offset(0x044CAAD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6f76912b040fd59843479bbdcdef2666__void_{ REL::Offset(0x0455FC80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6fe6936f48547906295c2cc9a8dc412d__void_{ REL::Offset(0x044F0F70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_6fec228842b12e3febe94fddfd5ace15__void_{ REL::Offset(0x0449F258) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7003af1c79c3d095e4c4258522e6a495__void_{ REL::Offset(0x0435A018) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_700651ea0c79cb4f1feb1d89df54e2fe__LOD__Commands__LodRequestUpdate_{ REL::Offset(0x044528F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7025c2df15f4cce26d545f3d17434ba0__void_{ REL::Offset(0x0447E250) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_706146b02bf6c1a3fcbd78ced8cc48a7__void_{ REL::Offset(0x044B2008) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_709de26dd0f3f853b2eda06038b66308__void_{ REL::Offset(0x0435A0B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_70b2805f41f5ef70550d15c4cb4282eb__void_{ REL::Offset(0x045C1B78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_715485ae20e3348cc116fe15dcb58cc0__void_{ REL::Offset(0x04497810) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_719718addc6ff15bbf7faf488f5b4ced__void_{ REL::Offset(0x0448E440) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_719c22938e1933da3a1096ba6d7398c5__void_{ REL::Offset(0x044C10B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_71a52cb5d94cf3495dd456d5208ff0c4__void_{ REL::Offset(0x0457C088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_71ae86bfcd42725634db90bf08979fe0__void_{ REL::Offset(0x04370DC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_71f90f1d00b697dd89f2ca3dfde1f14b__void_{ REL::Offset(0x044B3F40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7217b0b9db734178f5fd7431284659d3__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04352778) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_722f3d32b4c382cc4e4f9e0a6190fbdd__void_{ REL::Offset(0x0451D8B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_723b89e920a1075885b9ce45bfa6e186__void_{ REL::Offset(0x0435B8A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_727ce7c266292e5eb0cd4584af38f876__void_{ REL::Offset(0x04497298) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_728f7c7b238a9e00a1418838500c7893__{ REL::Offset(0x04560820) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_72a877ae8e20f0d15528a8c58e4f9a95__void_{ REL::Offset(0x04497028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_72cde353bc07bdc94ac712b028840489__WorkshopEngine__FinishRepairEvent_{ REL::Offset(0x0455C2B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_72e0b7e6041882311fef01186cb9b2b7__void_{ REL::Offset(0x044832D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_72fb3976ffd25c04ba1257de532d9671__void_{ REL::Offset(0x0435C048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_731c96d0b7ffb1f82cce8a7ef484b88d__void_{ REL::Offset(0x044D4360) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_73291d477eebd7e2aceddbabbde6196f__{ REL::Offset(0x04388508) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_732b17806042fce11f9eb9131b5af5ed__void_{ REL::Offset(0x0447F5B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_733a65bae11beeb275ffc35efff0d29b__void_{ REL::Offset(0x04520DE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7348d614f69efa08337dc66d4051065f__void_{ REL::Offset(0x045C6B70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7359e07d658158aebfb9cd2788944cc9__BSService__Detail__PointerWrapper_LoadScreenRenderingEventHandler__{ REL::Offset(0x0447D910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7368f37028d6a44a6c6bc64067928a59__void_{ REL::Offset(0x044BC050) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_73774caa335af30cbd658a95ad840a98__{ REL::Offset(0x04386F10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_73876a5b7414b68017627918e8eaf924__void_{ REL::Offset(0x043D3058) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_73f8bcb0573e2174b39f53ba11bd02f6__void_{ REL::Offset(0x045C1BB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_74055f0c0dc8e7062ebb43274f845757__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BBDA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_741e82dadda211d87738ab45251fe32b__void_{ REL::Offset(0x044DA5D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_742329130cccd7de174537632b494699__void_{ REL::Offset(0x0458AD68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_74565d310def945d68cdeed9db177f65__void_{ REL::Offset(0x044B7070) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7471fb9b5b763506f7db08a9cb2991f2__void_{ REL::Offset(0x0455FB30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7472f3faa7f01db947f42e1eb737329e__void_{ REL::Offset(0x0435B820) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_74765e12b87b10e1be6645dcf760e2b1__void_{ REL::Offset(0x0448E7D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_74943d0726f5cde18169ba8beb17aa31__void_{ REL::Offset(0x04497218) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_74a9e7f9c0a75d1ba0c05a8d9b650ba4__void_{ REL::Offset(0x0448EDA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_74e46c6b2c8b3ed61daf769b5de2c56a__SaveLoadTester__Service__StartTest_{ REL::Offset(0x044D08E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7527a80dc08ff44cb8e3915faf0c048f__void_{ REL::Offset(0x044D5A68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_752bcac1bdc7b97b37e7fcbb4983027d__void_{ REL::Offset(0x04562F18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_753bcc3fef79817aeafbda649322482c__{ REL::Offset(0x045BBEE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_753e0d8dfdf2ffa47bfdb1c6bea989c2__void_{ REL::Offset(0x045BC2A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7550dbf98f1b40beab9fe4a48f63a60e__void_{ REL::Offset(0x044D8920) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_75adce2e1faf0ab25a2a98ab3d593710__void_{ REL::Offset(0x044B6FD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_75da4a9aefbea1315f759beaec5fe349__void_{ REL::Offset(0x044910E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_75e3a56e53a519a9db1f29e3d1ee4b97__void_{ REL::Offset(0x04374A58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_75e92ff8bca9e935fc7b96fc28058cf2__{ REL::Offset(0x04388320) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_76044ac7d5765abd5e23d420ace2c996__void_{ REL::Offset(0x045B3120) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_760b3151f41126fa81d21cb432ae066e__void_{ REL::Offset(0x044A7760) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7626b9cd584242078396bf4fa4f63a4c__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x04352F88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_76b0414edaf4b7fac3e1008dc131ad3f__void_{ REL::Offset(0x0451FC20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7702d5b8cefbfc0ca6c8e9fd7a4d13bf__BSTSmartPointer_TESPackage_TESFormPolicy__{ REL::Offset(0x044D2218) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_772e503f7357b3715f8465df581ec99a__void_{ REL::Offset(0x045C6AF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_775ca47828304339c895b502946b8d3a__void_{ REL::Offset(0x0449EA08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_777f4b4498d093e7a49929064fdc3cd7__void_{ REL::Offset(0x044A39F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_778ea3320811f99b13ee6537f6ddbd51__void_{ REL::Offset(0x0447F220) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_77cfb11ebb85e54014421a51379fd2d8__void_{ REL::Offset(0x0447BBC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_77e89592daf38c6a5b4cd52eef64cbfb__void_{ REL::Offset(0x0448D4A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_78407ec206dfa64534a1ff7f8c2ddebb__void_{ REL::Offset(0x044BBE70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_78479743d0223333d1b09b6b06ab5c18__void_{ REL::Offset(0x044A6288) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_784f5a3f00c4f6cad1ab0cfb225b9a3f__{ REL::Offset(0x045C8678) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7882bfee914e6142135513a7c9a1ab88__void_{ REL::Offset(0x044899E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_78b0566c080612d5f1671d8e62083da0__void_{ REL::Offset(0x044D7EF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_78c48c67a4735f68a9e990f4f8811240__void_{ REL::Offset(0x044BBED0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_78f67e491d0b255d24bfcf388ddd29db__void_{ REL::Offset(0x044AAF78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_790451a37abe7aa7526965f43b2de179__void_{ REL::Offset(0x044C6200) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_79276224c0f014c50754217b5f840c1b__void_{ REL::Offset(0x0448C930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7940647ca3c6dd8e40ea631c4cd16121__void_{ REL::Offset(0x044CFB38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_795394fc1f5cb15b922f6266849c2ef3__void_{ REL::Offset(0x04483560) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_796ba97b60b7154f47db95b6e96e138c__void_{ REL::Offset(0x0435BE18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_797f75974d10af23e3199179e26e61b5__void_{ REL::Offset(0x044A18D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_798c03ad1660daba96b202c6b710a520__void_{ REL::Offset(0x04575E40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_79f8b30eb5b000e1a002b9e523c389d4__{ REL::Offset(0x04387B18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_79fffd890369d22bc0611924181ac674__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04352738) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7a04c434e1de1bbd7609d400799d7c5f__CreationRendererPrivate__MeshDB__CreateParams_{ REL::Offset(0x045BBB48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7aec98102d69adc0f864c2d25d6022b4__void_{ REL::Offset(0x04374AB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7aed76a11bbff46f62d19be005be91c3__void_{ REL::Offset(0x044D5B08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7af33b357f1679fd41253b5727a44b43__void_{ REL::Offset(0x044BBE50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7af60d460286fefe99c14b5592eded70__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ REL::Offset(0x045BECD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7b40a8651c22a2367700b3be5b4f46bf__{ REL::Offset(0x0459CB68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7b6e15ff7b0e0fa1ebfecf1cefe361ab__void_{ REL::Offset(0x045C19B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7b734fa5bb9a16d14bc6250b77dcd415__void_{ REL::Offset(0x0435A038) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7c01407b8a046c02da256e03cf315979__void_{ REL::Offset(0x0435BDA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7c35f4210289bad878725e5a09d3476a__void_{ REL::Offset(0x044B2FD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7c9051ca5a90d09fc97450a915798666__{ REL::Offset(0x043883C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7c9c56a5b10bbc3e62cc2adc60bf79f5__void_{ REL::Offset(0x04370A20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7cb41fb2a6b722d51dd222e83c5a914e__void_{ REL::Offset(0x044ADDC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7cc01ec1ef41fb3165d7e5d0c50de66a__void_{ REL::Offset(0x043CF620) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7d282284f78341eb1d4bb6733f61496d__void_{ REL::Offset(0x045B3160) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7d33fdd8e3680d9ed88492edb9a260c6__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x045A7598) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7d3e4be89987f50559e6c5b05bd6ee15__void_{ REL::Offset(0x04359FD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7d51ce0036ca97aedd867f56006974f7__void_{ REL::Offset(0x045B37E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7d99205ef67f7718d787f609af2c224f__void_{ REL::Offset(0x0447E3B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7da5e8190e0339c13c2f5f06345f229a__Particles__PPM__Commands__RemoveRequest_{ REL::Offset(0x04598760) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7dc0c4388e6dda9664fc093ba7b14c0d__void_{ REL::Offset(0x044D24C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7df876f5867e0fa774204ad23b891f43__void_{ REL::Offset(0x045C6AD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7e015de496b0d683013bd52a76a05378__void_{ REL::Offset(0x04491838) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7e1bd3006cba8b7a90f57845f7cea998__void_{ REL::Offset(0x044B30D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7e3a75ea26330ec35e012652e8d6b895__void_{ REL::Offset(0x04494128) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7e58a07a58f452c4a7f743cec7fe45ba__void_{ REL::Offset(0x044C23A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7eb849505585ae52a48ad61ba1703c32__void_{ REL::Offset(0x04489A28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7f3de4b95828514e9f23ad56a7c26d0e__void_{ REL::Offset(0x044977B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7f5eab58c2ab4685c98cb8006e678c87__void_{ REL::Offset(0x04497358) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7f63d0dc460d7a4c5d2dbda77fa2f65a__void_{ REL::Offset(0x044B30B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7f8a665f243fe3009e52e308a3c5f5b0__void_{ REL::Offset(0x044D5F08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7f9a7d007e3fe26e3399ea0eaf8ea79b__void_{ REL::Offset(0x044EAF88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_7fea4df7c470f45c687b2f184ae44885__void_{ REL::Offset(0x0449FE70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_80095e99f795038df011c27b94ecf0b2__void_{ REL::Offset(0x044D5AE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8014d82c6d1c930ddd6e33df33f03ff7__void_{ REL::Offset(0x044D55E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8031b92720d4dc30555c715a6a5231fb__void_{ REL::Offset(0x04496FC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_80366b8149451d9f710f9311ec97ef94__void_{ REL::Offset(0x0434C688) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_809ff53e9bff163fc430c5b74616159d__void_{ REL::Offset(0x044910C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_819d5a12c9cb5eeed4e20b8b170c2f9d__void_{ REL::Offset(0x044C0D40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_81c1e8d33f8b7575215cf1f72471189c__void_{ REL::Offset(0x045C0F88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_820114ba28d307b737e81d49ecdd4875__{ REL::Offset(0x04766EB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_820eb31c866b107380bebd23a4bb9ccb__NiPointer_TESObjectREFR__{ REL::Offset(0x044D2258) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8231f63b0e30b5c98bd5c1e089518342__WorkshopEngine__PreviewColorsEvent_{ REL::Offset(0x0455C1B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_82ab382d81fbcc74e2558afb238bf74c__void_{ REL::Offset(0x0448B750) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_82bb02a8f21d0fbdfb4458a924026daf__void_{ REL::Offset(0x044918B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_82bccf92f57092a1d4a297304a275e69__void_{ REL::Offset(0x04575E60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_82fb0c7739017dadd43cd581e35db765__void_{ REL::Offset(0x045C19F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_834754a2b807315b4e318ef90698d930__void_{ REL::Offset(0x043CF5E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_834d17c7df6db152d538f182cdcf26b5__BSResource__Server__Commands__RescheduleRange_{ REL::Offset(0x0457E0D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_837814cd3f3bd01f8bfaaaffdbd5a831____ClearAllAnimatedMaterialsCommand_{ REL::Offset(0x0458B890) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_838a6e828fc01146b1c4f2335c689964__void_{ REL::Offset(0x044B2108) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_83a3aeee2768e862808780e2378331c8__void_{ REL::Offset(0x044BF0F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_83da55d2b0a0671b2158cda51b87343e__void_{ REL::Offset(0x04491160) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_83df58aa94ae9ff009a1cb4190047548__void_{ REL::Offset(0x045B3DC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_83e7187805167fe79d6a297109781196__void_{ REL::Offset(0x04489A08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_83f2200725220c741b8a0c4fe2c6fde6__void_{ REL::Offset(0x044AFCA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_840ab474cccba79d009f26675a7affb2__void_{ REL::Offset(0x045C6AB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8414e7f2c70215ea05faea664fee68bd__{ REL::Offset(0x04387B78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_84379a48d4f5c9a0548a1e7fe2f6b939__void_{ REL::Offset(0x0449DA68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8471cfd3d8301d191b0956646c04d703__void_{ REL::Offset(0x0437ABA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8490c96f188dcf6ac884e067d9e160a2__void_{ REL::Offset(0x044B2048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8494d7ba8705a2214cd1ab67149588f4__void_{ REL::Offset(0x044A62C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_84969523996d164bdfac61a170d186ad__void_{ REL::Offset(0x044C1018) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_84c56a0ca6bce59c049f1972b146be4f__SaveLoadTester__Service__IncrementBusy_{ REL::Offset(0x044D0888) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_84ef32ddb8420908f583ef52410296cc__void_{ REL::Offset(0x044D5EC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_84f4f35cc463fa19ddfd44ecfe563d91__void_{ REL::Offset(0x044D60C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_850065b6ee43224a7e4760c4fddba4ef__void_{ REL::Offset(0x044D5FE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_855d2b7e2bf580bea5b503753d17fd5b__Particles__PPM__Commands__EnqueueBinding_{ REL::Offset(0x04598780) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8567733b8a9289a7153d06d46c26642e__void_{ REL::Offset(0x044AAE98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_858e93ff4caea2bf34f92d0cc868306f__BSService__Commands__NewFrame_{ REL::Offset(0x0434E6A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_85cb0dd058f82c4263a779b5e17836e4__BSResource__Server__Commands__Cancel_{ REL::Offset(0x04352798) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_865957f443b9695f384fac324ee2ae73__void_{ REL::Offset(0x044DAE68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_86740560175e48cde5e9bd8e4897daf8__{ REL::Offset(0x043835C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8675a60ced8a2aa0964e65178b3c8d0d__{ REL::Offset(0x045BCAB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8687822974f500eb24208edafd017a18__BSTSmartPointer_PathingTaskData_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459AF70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_86aa7549430ec6c66a19a94823f7f10f__void_{ REL::Offset(0x04497238) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_86af870ec88ce9665ab3a8156bf9c516__void_{ REL::Offset(0x044D61B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8739674cb257838865728e6bfddb4a87__void_{ REL::Offset(0x04483540) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8785217aa3e427de11a860ec598f8b5f__void_{ REL::Offset(0x04351228) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_87ab4eb8fbb7630d2992a561d468642b__BSService__Detail__PointerWrapper_EffectSequence__EffectSequenceManager__{ REL::Offset(0x043510C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_87c9e6ac6d7ff31023faf2d4f160ca31__void_{ REL::Offset(0x044C0D00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_87cc6da14a693f54ebe754e1b3ada0bb__CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ REL::Offset(0x045BECF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_87e3396ef4bc77fd595901e6ea936fd2__WorkshopEngine__RotateItemEvent_{ REL::Offset(0x0455C960) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_88451e83918cdc064e33ddf88142930c__void_{ REL::Offset(0x044D57C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_887ae619974c457a1092a2857981334a__BSTextureStreamer__Command__ReceiveData_{ REL::Offset(0x04587478) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_88df1696d0bd13684b0fe2bf35f827e2__void_{ REL::Offset(0x044BF4C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_895dc7859ce6fdcebf75296c3b180a74__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ REL::Offset(0x045BC878) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_897e7451455d713fae67b6b32a734b6d__{ REL::Offset(0x04388528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8988585fe37b769cd1d84cc3e904143d__void_{ REL::Offset(0x044D5A48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_89aeb2a58b5271876d51eed4308d08e1__{ REL::Offset(0x04387C18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_89cf179978d2b0c2bbe1125e65901889__void_{ REL::Offset(0x044EB048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_89d6315863435fc7d226e5115b287e20__void_{ REL::Offset(0x04494148) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_89f17e1f728f6bcdaa11cad1c25718c1__void_{ REL::Offset(0x044D5508) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8a0c34066621c5f6561302733bb394c0__void_{ REL::Offset(0x044AA340) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8a459a6e3b24a9f0fb02e4a0dec6f24e__void_{ REL::Offset(0x043706B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8a563aae7c91597c87ad7a58a69dc3d0__void_{ REL::Offset(0x044AF488) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8a945be6fe8cced89fa54d4bdbf3d290__void_{ REL::Offset(0x044972F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8a95ec286feb90190022ec62c40abe34__void_{ REL::Offset(0x044C10F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8aa38fa50334b5e88d88bd3c60d9e229__unsigned__int64_{ REL::Offset(0x0458A528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ac90be343096437832e4eb9be16f3da__void_{ REL::Offset(0x044B1FC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8adc8db1ec4de76b0044e1337b4b14d7__{ REL::Offset(0x04386700) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ae0bc8b8d874d784f378d2a28535825__void_{ REL::Offset(0x044DA0C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8aeee6a6152d5f1b7006a85ca9ad699e__void_{ REL::Offset(0x044D62D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8b27f4da26e1a51b854cc3660a52d050__void_{ REL::Offset(0x0447AC40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8b5aa7a2bcab9eae329b30ee2628eeb8__void_{ REL::Offset(0x044AA2C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8bedb5dd369176b91b06843d6291edb5__void_{ REL::Offset(0x044B92E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8c0df98edad5e336a10cc0c15b25bfac__void_{ REL::Offset(0x04575068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8c144151841eaeed8aea86660ad418a4__void_{ REL::Offset(0x0449FD50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8c67b5eef3042ee64a1545d63b529da1__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ REL::Offset(0x045A7558) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8c790c4044acde3372da2b6e414e2879__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04352F48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8c7adc16b961ffd1b7620e0eb24e6f3c__void_{ REL::Offset(0x04491060) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8c9edfc9f5745e344d220741e4fb6a31__void_{ REL::Offset(0x044C1118) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ca0f09cf27fc60afd9c3084cd811b80__void_{ REL::Offset(0x045BB220) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ca3220b1d28e64047898e4db9f2f7c0__void_{ REL::Offset(0x043CF600) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d024842e1855a18b50a751e0dab36a2__void_{ REL::Offset(0x044AF208) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d192cb738aeb4c85f00df2125ad2b1b__{ REL::Offset(0x043851E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d2e091269e81e098d9bd470098adca4__void_{ REL::Offset(0x0459C418) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d6bd992f0230fb183da85bedf4e0011__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x043527D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d732710d4e0c133ecd5c4015a8a2f23__void_{ REL::Offset(0x044BD310) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d7efd53476ebed7713f088a014661a3__void_{ REL::Offset(0x0451FBE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d923ad27c122fead713d241e2ce7eb2__{ REL::Offset(0x043CE0A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d950dd21c4979d93380320597ef9e56__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04378910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8d9c3d343ffefa88a5512cf7c43480c5__void_{ REL::Offset(0x044AC448) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8dbd06c8b52ab83619169c539db7d061__void_{ REL::Offset(0x0451E6F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8e4ec76230ffbe60d199048bbdbb25dd__void_{ REL::Offset(0x044D6298) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8e56e790cb26540ac933cd18b8b0371c__void_{ REL::Offset(0x044A9A80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8e5c771fe8a237792dffb15ffacd7579__void_{ REL::Offset(0x0457A2F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8e6912607d9d06994da4e157abdf277b__void_{ REL::Offset(0x044BF138) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8e7f8de19faf984bba2d310d2398676a__{ REL::Offset(0x04388548) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8e849c06eeebb171e890c3c57c96f3ce__void_{ REL::Offset(0x04764AD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8eb5f02a378aeb7430b741a7fedf18b2__Particles__PNM__Commands__ResetParticleEngine_{ REL::Offset(0x04591AC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ed8bc5a0d1ce007c48fb68f6dbfc686__void_{ REL::Offset(0x045C1998) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ee4e7f008ac2c028083a0610ed33295__void_{ REL::Offset(0x0435A8B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8eec5ed036a15acf2ad76ef3760cb452__CreationRendererPrivate__Messaging__CRScaleform__ReleaseMovieParams_{ REL::Offset(0x045C12E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8f2891cf76bb12500ba53e8b2b3d6753__void_{ REL::Offset(0x04478F60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8f3cbc4395701e6476460116d81da37c__void_{ REL::Offset(0x044BB210) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8f569bd958b68d00f61febd9f713c828__void_{ REL::Offset(0x044D2528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8f56af7817e611170f8b77766816df96__ScalarAnimation__ScalarAnimDestoryCommand_{ REL::Offset(0x04562450) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8f7492eb11689e36a3442560b24e9c79__{ REL::Offset(0x04384FA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8f93fedccf024629d0222f638e6fb734__void_{ REL::Offset(0x044AA4B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8fcffe61e07066419ae6d13b744d7398__{ REL::Offset(0x04766E38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8fe88d7c209038c81546dfd143a2d2cf__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04581B50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8fe8eac6ac1f09479ced61b89bd2e5c7__BSComponentDB2__ObjectLoaded_{ REL::Offset(0x0458A720) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_8ff97424b32b2707ee1581c3b461353a__void_{ REL::Offset(0x04562EF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_903d188fbd060a75c2f09ca0d00d69f9__Particles__PNM__Commands__StartParticleSystem_{ REL::Offset(0x04591B00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_90a5614d860ec3ea8ca3c16ee58e9c30__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3D08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_90d53f309f339f4a8a0da60c3df7b864__EffectSequence__StartCommand_{ REL::Offset(0x043510A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_90ff8b75de2978a2c3548c44d79c25f7__void_{ REL::Offset(0x0448D440) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9142fc7f0e5fb95135be55d176bd5ab0__{ REL::Offset(0x043CE060) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9186d7e446bbdeba6938010b2a531afe__void_{ REL::Offset(0x044BD170) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_918c7360e5bef91acfbb78e87af142ab__void_{ REL::Offset(0x044C7CA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_91b34c154a7e919d20b33ab6c8c1e534__{ REL::Offset(0x043CE0C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_91d0902eac9b4f07c789d40a51026876__void_{ REL::Offset(0x0451E790) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9219d7f3c422ec613d3b859b0b0feb8b__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0439F810) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_924408fe32365430234c7733a8e116b8__void_{ REL::Offset(0x044BB130) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_92742857d210df4cbf8029b8c711e12a__void_{ REL::Offset(0x044D7FB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_929c3b13b3243342a6f5a915728553d9__void_{ REL::Offset(0x044D6510) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_929e08639d145aa1f3bb84bade7ea399__void_{ REL::Offset(0x0448E818) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_92bb5a9255a9a305a437739dace9cdc9__void_{ REL::Offset(0x044911A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_92bd3b68b5435261d96b282ad3605707__void_{ REL::Offset(0x044A32C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_92c887a8e5f5c253cb4c3a44b01a07dc__void_{ REL::Offset(0x0448E4A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_92e187616d17659260f342106a98447e__{ REL::Offset(0x04387940) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_92e5763700a42c0f2f9fd22ddb26e2b1__void_{ REL::Offset(0x044D4460) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_937b8bb3063c70de25f14b52d93ff9ae__void_{ REL::Offset(0x0459C518) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_93a73e90255e6a9dd27b2d7f29ba2535__{ REL::Offset(0x04383A50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_93e624c313181721966480bad6e81681__void_{ REL::Offset(0x045BBC48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_94530175c493fbcf170077f97ce77082__void_{ REL::Offset(0x0459C498) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_946acf22b74bb4bf879bd9aefb822eed__LOD__Commands__BlockResetRequest_{ REL::Offset(0x04452910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_947526432fac90534843552c185fb171__EffectSequence__ChangePauseSequenceProgressCommand_{ REL::Offset(0x04351028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_94b09046f32c59f7c1dd27f683bebfff__void_{ REL::Offset(0x044AF328) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_95781fde0f4622186206c33cd786dcc6__void_{ REL::Offset(0x044D81F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_958bec6665a750175bef112c31372854__void_{ REL::Offset(0x045C1A38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_95ce43dfcec139039480f4f50fb9a366__void_{ REL::Offset(0x044D8190) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_964ff916a0172d5d26aff3710573810a__void_{ REL::Offset(0x0448A9D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9650277ddb4055f0aa79a0e2d523e404__{ REL::Offset(0x04385B98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9665d77017698d7203f6ab74066db82e__void_{ REL::Offset(0x0451F850) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_969ca3a2148354275e76744b03109dc8__void_{ REL::Offset(0x044A1858) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_96b58f7fa96359327948d1f0993af08a__void_{ REL::Offset(0x0447F590) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_96b592b8e406b79b2ec86b505f69c59c__BGSAudio__WwiseService__WriteCmd_{ REL::Offset(0x044587D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_96b77f961f63cc7012560a690655603e__void_{ REL::Offset(0x044BD290) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_96bde48475a8e2e0146cf273c3bd1ebf__void_{ REL::Offset(0x044AF4A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_96d0dd0d3e6fdd75fd27b2921fa840d8__void_{ REL::Offset(0x04480EE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_974a0798ad832f21a85cd6eddca42318__BSService__Detail__PointerWrapper_BSResource__Server__GraphProcessor__{ REL::Offset(0x0459C538) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_97708a99ba4c053e5c1c95fece2a3dcf__void_{ REL::Offset(0x04574FE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_97840ac8329aabeed283829511cb569c__void_{ REL::Offset(0x044CA9E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_978e5d25ea10db7049ee8608cf213597__void_{ REL::Offset(0x0451E7B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_979c5a35a53ebc6724796c53fa0fe795__{ REL::Offset(0x04388408) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_97a5caa927e84e55ba95badd3fdd38af__void_{ REL::Offset(0x045210E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_97e11e3a98be79f5d4bbfff2522fb7b1__DynamicNavmeshService__AddNavMeshForObjectEvent_{ REL::Offset(0x0434F130) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9820ef9526bdb062a3551bf5790aa4f8__void_{ REL::Offset(0x043D90A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_984dadb04a0be34aa4db7b68c60a675d__void_{ REL::Offset(0x0435B800) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_98503a203b9c9d8cb93185189aba0c9a__void_{ REL::Offset(0x0449EB78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9854df5493678c4efb14555c3c024b8b__{ REL::Offset(0x043842E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_989d620a41a3a348aa3d62816c21c320__void_{ REL::Offset(0x0434D188) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_98b2bd9c56237ba0d2fbd25b8a480cc7__void_{ REL::Offset(0x0448E480) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_990f1019c49e742cfa6cf01117b6552e__void_{ REL::Offset(0x044E38F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_993014c7ccada3f9cd177f4d8b568c54__void_{ REL::Offset(0x044AF0E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_994dedbdea64ba217be3879918fad845__void_{ REL::Offset(0x044AC1E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_999b58ece7754b042c6f5104b552046f__void_{ REL::Offset(0x044D6218) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_99bddb0b958bcbafa7f62fb63e852035__void_{ REL::Offset(0x044A8548) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_99ca007d63313fba5d6404ec89322396__void_{ REL::Offset(0x044D5B68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_99cdb27ddc86683974852a004c446093__void_{ REL::Offset(0x044AC268) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_99f2f2f538fbcbcfd24464a313ad27ed__void_{ REL::Offset(0x0448AAB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_99f9674ccabddde8d447bfe1ca6d40ec__void_{ REL::Offset(0x044B3FC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9a314e613cae3f7d825963e75681a6fa__void_{ REL::Offset(0x0451FB40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9a3498ed6cabf9f95facb6011b0fceb7__void_{ REL::Offset(0x044D5768) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9a548a9cb13942137bdb8df9799e8b4b__std__unique_ptr_BSResource__Server__TargetBatchPage_BSResource__Server__TargetBatchListDeleter__{ REL::Offset(0x045A7578) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9a72b9af05e52dbcf69b879e58928651__{ REL::Offset(0x04384540) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9a8063a13a07c21d44c389be8177b31b__void_{ REL::Offset(0x044AF588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9acbf7d3e3e0843a62e993363e38015a__void_{ REL::Offset(0x044D5E88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9b03ec310de67ab5cfbc43cc4f52f9af__BSResource__Server__Commands__DebugIntrospect_{ REL::Offset(0x045A7DA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9b2b5a067467a630177c7aca36378a6c__void_{ REL::Offset(0x0455FCD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9b3380dd5772ca2a86fafd327064377b__void_{ REL::Offset(0x044C1198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9b35363a516584bde4c2734cd2c88ff3__{ REL::Offset(0x043CF140) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9b7b3e398fd8334779f1bb867d167f89__{ REL::Offset(0x043884E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9b8f9b008511e456c1f8cb5746210202__void_{ REL::Offset(0x04494488) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9ba23d6e3734ed995dbb4a0c2fd59a58__void_{ REL::Offset(0x045B37C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9bafc2b840458a770c52b2b44ecc786b__void_{ REL::Offset(0x04488A70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9bd14f52f1bd0fcea1be4f60970aa36d__void_{ REL::Offset(0x044AFCC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9bdcfad0f37fc60de0785eb091a841fe__CreationRendererPrivate__ArraySlice_unsignedint__CreationRendererPrivate__ArraySlice_unsignedint__bool_{ REL::Offset(0x045C00E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9beac05091ce357fc08d236e96c90b4e__void_{ REL::Offset(0x044A27D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9c160c01e56f460fe33172600f242061__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3D28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9c268ccd93df3c3b473e37bae9771f9b__{ REL::Offset(0x045C8538) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9c3e3c60b5cf4d6886a296e82de85bc3____PauseUnpauseMaterialUpdates_{ REL::Offset(0x0458BA08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9c6c813c1d2fa6025e62b2eed85f6868__void_{ REL::Offset(0x0459C458) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9cb3d7af977bc7c27b496bec96942240__void_{ REL::Offset(0x044D61D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9d37c56236d407703fc7beab42855df9__void_{ REL::Offset(0x044D5608) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9d60c609898687647a48417a58a0b9eb__void_{ REL::Offset(0x044AAEB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9dc8708b93ded6177f3559bf251b242b__void_{ REL::Offset(0x0448A960) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9dfbf5e69b0d52842981f169fe43f2ff__void_{ REL::Offset(0x044D7F30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9dfd7e597b464586ba197a26fffa9f5a__void_{ REL::Offset(0x044AC408) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9dffc157ef59182577d29cea9db316f3__void_{ REL::Offset(0x0457C048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9e0474c7f710fc0b2a5d34e188ea9b66__Particles__PPM__Commands__RemoveRequest_{ REL::Offset(0x045987A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9e7241b2c61cad9a46bc2ece1e7f07ec__void_{ REL::Offset(0x0448D460) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9eaca6a70e172924a3f92138e9d20e62__PathManagerImpl__OpenAttachEvent_{ REL::Offset(0x0459AFD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9f38f4676ffc9a33dab33b1f8f9492f8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04560718) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9f63e7c7b56d3ccccb4b438c0212ec7b__void_{ REL::Offset(0x044A2798) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9f6766341b60afecdf54edf41b313e99__BSResource__Server__Commands__Delete_{ REL::Offset(0x0457E090) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9f6a5fe2293ea27a75c5f1c914668a77__void_{ REL::Offset(0x044C1138) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9f7ec8fcc4071113908328677d6879ff__{ REL::Offset(0x04387BD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9fb2d3839d77d6af3e7cb415f310a74d__BGSAudio__WwiseService__OpenCmd_{ REL::Offset(0x04458850) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9fb860dcf665f28642db3882625656c0__void_{ REL::Offset(0x0448AA78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9fe37f59062020f99901fd80a3e7aece__void_{ REL::Offset(0x04497138) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9ff1e81f68d728a2c6eb5cffcfe81510__{ REL::Offset(0x04766E58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_9ffdbba9ab52318dd9990ebd2a350a29__void_{ REL::Offset(0x044D5F68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a018f4fa8ae8b4b5752d5c84577959e2__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x045988C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a01e2626e4238c56a4119bd7d1011f6b__void_{ REL::Offset(0x0435F3B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a042ba881bbabe835d3c2008af208aa1__void_{ REL::Offset(0x044AF4E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a07f9b78c883720022cbf5e9d04935d8__{ REL::Offset(0x043884C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a087127c9a9dc01bdb0be91379030ffd__void_{ REL::Offset(0x044C10D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a0891d46ad534d2653e6e7d124fa4b27__void_{ REL::Offset(0x045C19D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a0c3452c61cfd1d4f4c632799d78b77e__CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ REL::Offset(0x044D3E90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a0c6097c9092389b059dc32b676e512e__void_{ REL::Offset(0x04497178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a0eda1e2cf2520e252bd0154766412b4__void_{ REL::Offset(0x044971F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a0f029e58f96f9c4661675b000f2b68c__void_{ REL::Offset(0x04359FF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a106b797d08016044743e564a2d79738__{ REL::Offset(0x045BCAD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a107e2a8af7539ea45f0f2c77880b2b4__void_{ REL::Offset(0x04494588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a1828e5608883316d76fcc797434d604__void_{ REL::Offset(0x0447BB80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a1833ce1370606fe59cb58a32b93e01c__{ REL::Offset(0x04388468) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a18a28f6a43e6c9e79772a5def0ad382__void_{ REL::Offset(0x0448E3A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a19959e025a5ace5cee8fedabbef1577__void_{ REL::Offset(0x044B20C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a1b40e737801941929f9088347807f49__BSResource__Server__Commands__CancelAll_{ REL::Offset(0x0457E110) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a1cb8ee946088bc62d7f277a2d0db833__CreationRendererPrivate__Messaging__SwapChain__Create_{ REL::Offset(0x045BD870) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a1e214bac6c5966bc404dc9e174ffbfd__CreationRendererPrivate__Messaging__SwapChain__Resize_{ REL::Offset(0x045BD910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a20b1e5553f505ca1841aeeab80e1d7c__void_{ REL::Offset(0x044B9340) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a20f3fa8dd2f4037edd4bfc359f0876a__void_{ REL::Offset(0x044835E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a21e1e73ccc04e529f73d9190ddc337f__void_{ REL::Offset(0x045824C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a2251e1f60fc5096f63e457ff69d626a__void_{ REL::Offset(0x044C0558) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a27d9f2687099ba7810deb82b6fd6772__void_{ REL::Offset(0x044AA320) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a2e300370fa9f1135748c846c6ff6bcf__void_{ REL::Offset(0x044D43C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a31168b09a33617f2b1c48240ebb0d85__void_{ REL::Offset(0x0435F1E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a3442a84401265ffe7f41d226dc3ec6b__void_{ REL::Offset(0x044D5828) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a36598b20dcc9e29c473a9c4d8ac9d69__void_{ REL::Offset(0x0448D500) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a3d10c24a8125c7ec941fb318e3bfbec__void_{ REL::Offset(0x0451D958) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a4095d43c640b3adad856d37c979b71f__{ REL::Offset(0x0457F110) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a41fcd1c0b8ac1f7838dc84facc9242e__void_{ REL::Offset(0x0447E958) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a442ed624a0c3d968a5a84df7efbe32c__void_{ REL::Offset(0x044B2068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a4592bcb45cb7304a72d57ffc331a530__void_{ REL::Offset(0x044D5C48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a48d404a7fca8a7b115dc9b071d60626__BSService__Commands__NewFrame_{ REL::Offset(0x04586898) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a49dfe3f114516061cca22f6bad7b82d__void_{ REL::Offset(0x044B54C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a4a4944ddb12a824203ee92a683eb693__void_{ REL::Offset(0x044AAED8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a4beb8308ec7c314a64bcdcd17182734__void_{ REL::Offset(0x0448E4E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a4ddd3e6cf9339eafe2046a9190c96dd__void_{ REL::Offset(0x044AF188) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a4eaf3446f739cd483e3f56f7f6f070f__void_{ REL::Offset(0x045C1A58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a50e01b479e76c0d55a44b1ee3e79dcf__{ REL::Offset(0x045C6E70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a53b9ed8d4fb7d816d4eba08348f7937__void_{ REL::Offset(0x045BBC68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a54185de4a87d929046c1f967c0f6b65__{ REL::Offset(0x045606F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a55e4a72af208719142bfb30cc1f1331__CreationRendererPrivate__LODList_{ REL::Offset(0x04763668) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a55eb663d1a98aa32f02c7db7d750653__void_{ REL::Offset(0x045BA9B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a583650e80194eb105c262f8e04d2054__{ REL::Offset(0x04598C50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a6190cfba77a4ddb45833ad10e0ce044__void_{ REL::Offset(0x044AC228) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a63b7ec47e1fc980b9ae37c2ca1f641e__void_{ REL::Offset(0x044D62F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a65c5aee7d01813cad9193817d41d420__BSService__Detail__PointerWrapper_BGSPlanet__NavMeshGen__{ REL::Offset(0x0437FD50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a65d6df22ec597338e9327ed118548fa__void_{ REL::Offset(0x044A1DB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a6934efa6c3c3c3794dda92a0852d958__void_{ REL::Offset(0x044A7720) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a698a573c984625a5c2fed1589c82020__void_{ REL::Offset(0x04497158) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a6c63796e68dca18d6375cdee97f71df____SetMaterialInMenuCommand_{ REL::Offset(0x0458C018) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a6d1464a9cfa52888544977e94855505__BSComponentDB2__ObjectCreated_{ REL::Offset(0x0457CF40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a6da57a2fcd57b2a75c40ac9a504279b__{ REL::Offset(0x04387C58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a7c34358040756ddae59c95350b53546__void_{ REL::Offset(0x0459C3B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a7e87f05d8a2fe0745f48429dd7f89fe__void_{ REL::Offset(0x044AF5A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a8027f466f84fd61d897d8e30f578a86__{ REL::Offset(0x043877F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a806a08257ca12abf8d5f4328c81bef9__void_{ REL::Offset(0x044970E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a80eb89da5ce212b0f9e930fcd79ab85__std__reference_wrapper_CreationRendererPrivate__ApiAbstractionLayer__Queueconst__CreationRendererPrivate__ApiAbstractionLayer__Cmd__PendingSparseTileMappingQueue_{ REL::Offset(0x04764B38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a81e51ceb153527d1216b005d4967952__void_{ REL::Offset(0x044A8E08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a838f7a534667c68cea7ac2c2e0f66e2__void_{ REL::Offset(0x045C6F60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a85230b3fd12b924e9608a50599a80c3__void_{ REL::Offset(0x044D5B48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a8709c020e0bba6b28c428dd30eb014d__void_{ REL::Offset(0x0455FB50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a87e34c56519e104b3acdec5cc6667d3__{ REL::Offset(0x043D3F18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a89c9f5333744947865a77467ce0d907__CreationRendererPrivate__MeshDB__CreateParams_{ REL::Offset(0x045BBCD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a8e1382f3a751ff72f5b0fe37b487270__Particles__PNM__Commands__FlushAllSystems_{ REL::Offset(0x04591AE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a939e91cff8ae712fcb2bbe64b2f90d4__void_{ REL::Offset(0x0447D848) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a9407f3bd004acd647062bacab54a724__BSTSmartPointer_BGSLocation_TESFormPolicy__{ REL::Offset(0x044D2198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a945ca37afefbc01b3bc1d392e27a087__{ REL::Offset(0x045BED30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a947b6ef8e6acd6531be4d2c23a631a1__void_{ REL::Offset(0x044B3F20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a987b9d7cfa0d6003a5dcc7f55213db4__void_{ REL::Offset(0x04480E10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a9c4f37e9090e5353db16ac826ac3da2__void_{ REL::Offset(0x0449BF78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a9d0b3d65d8762f74d6736c2d1abb258__void_{ REL::Offset(0x043706D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_a9e93b7ee355e0e6af67a211615a5faa__void_{ REL::Offset(0x043A6950) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aa323a6fac31dd97b600ff7b3e710e09__void_{ REL::Offset(0x047649A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aa3f231a7f2bf03b8206a0c6f3a6a549__{ REL::Offset(0x0458BEF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aa55c2b7577eeef5ed6b87d10cfc01d4__void_{ REL::Offset(0x044D58A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aaad44e9a17b7704a94604abe4e997d4__void_{ REL::Offset(0x045C6B30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aab4c45dfba3f3093f5685c290670aed__void_{ REL::Offset(0x044C3E80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aab69f06632db01cf531fead95bab3b3__void_{ REL::Offset(0x044A6A20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aac028928394e495f991d94c75b6a797__void_{ REL::Offset(0x044AC428) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aad9a8694009ccb6c6a9c73febb0ab0f__void_{ REL::Offset(0x0451E870) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aaf8d733402c4449e7564ccd9dd85961__void_{ REL::Offset(0x045B4050) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ab08d67b1205bd2cc6344f9a96b0d33f__void_{ REL::Offset(0x044B3050) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ab3cdcf9cd8feb2d4db992837a3b7fbc__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043A6428) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ab7c0788d2130c05c5605576aa755bbb__void_{ REL::Offset(0x044D5CE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ab847c2066fa7ebdf20154c971fd5cab__WorkshopEngine__EditColorsEvent_{ REL::Offset(0x0455C230) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ab8a5ef426cb1b2a6e81801c9105a5e7__void_{ REL::Offset(0x045206B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ab90a413e08d8b022db630b059c68ff1__{ REL::Offset(0x04387B38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_abd3ac9a9612a5636a929daed30a25dd__void_{ REL::Offset(0x0449BBA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_abdffb83220d0cab8bccab212fee38ca__void_{ REL::Offset(0x045C1AD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_abee12afcfd82b33cd035ba4af3097e7__RefrAudioUtils____LoopService__RevertMsg_{ REL::Offset(0x04477258) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_abfb641fdc7856ac737f9ae55e07580e__void_{ REL::Offset(0x044B9848) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ac021975287bf8f3e04d090baafc6cdc__void_{ REL::Offset(0x04358460) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ac1aab565aa5a2e3549bda30c7876bf0__RefrAudioUtils____LoopService__RemoveMsg_{ REL::Offset(0x04477298) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ac240a3ea47900992c9e72f45a6e8bcf__void_{ REL::Offset(0x04491120) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_acbbaa5fe5801e830a705840fffb5114__void_{ REL::Offset(0x04478618) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_acdac7ad91961486d1b6d706e397d442__void_{ REL::Offset(0x045BC260) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_acf172d1af3bb39b7bfa5e8c4ed65e46__void_{ REL::Offset(0x044D5D48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ad03600678ca65089e0d105566baf149__void_{ REL::Offset(0x0435B8F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ad2271246bdfcea9d344b2dbbaaa4133__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04369570) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ad4861c97a805ea1edf7f61e6863f33a__BSResource__Server__Commands__DebugIntrospect_{ REL::Offset(0x045A7DC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ad59957d90e5e25167143671df1ae5df__void_{ REL::Offset(0x044BD2F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ad5de098e325d92c6467eaab52ea9fa8__WorkshopEngine__ExitEvent_{ REL::Offset(0x0455C4B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_adaa4bbcf8bb7a5cd9458263e7923662__void_{ REL::Offset(0x04488A30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_adcf180a7176c2891da5d8d7c2fbb17b__void_{ REL::Offset(0x044B3090) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ae4188ab2c1da6ac55297ba2545e0058__void_{ REL::Offset(0x0448D480) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ae7abf3f0e8cdc4d0cb2af1b94bf2ca2__void_{ REL::Offset(0x045C81B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aed7c7c1fd20470f3fec8d189e3d1eef__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BBDE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aeda11e5ed40e021f58ebf5a40650f51__void_{ REL::Offset(0x04351528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_aeec332b82cb0f34d30df7fc9252751d__void_{ REL::Offset(0x0434C6C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_af1517c674bc90f9140bc36efcb8f777__void_{ REL::Offset(0x0447A8B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_af163ad4260bc4177bbbae271ba60aea__void_{ REL::Offset(0x0447AE00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_af750c3bdc43ad39f2ec3f899a6fc912__void_{ REL::Offset(0x0447AC80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_af76e8f13814d3b87e914f4170346b3a__void_{ REL::Offset(0x0448E858) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_af793984ed8bc2a2f3f08b619476c77d__void_{ REL::Offset(0x044783D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_af8a26f060ca2e86120a7b71a8db7e74__{ REL::Offset(0x04473138) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b0058bd7a1acde981ebedda64b4c8159__void_{ REL::Offset(0x04489648) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b0159e597255bc45b1346bf668d10183__void_{ REL::Offset(0x045C1C78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b054f69a1a0340f11386478e1143b6a9__void_{ REL::Offset(0x044A9B80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b06586c288d2049879813fd2bacba0cf__void_{ REL::Offset(0x044C33E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b09f44ceda2ed6e17d931863c08bafa1__void_{ REL::Offset(0x0456D410) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b0ae90a4b6d467e5239beed2b0c74978__void_{ REL::Offset(0x045C0F68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b10b58853d90a9c43abdd13026f4f1de__void_{ REL::Offset(0x0448C910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b1288af79f0004281b0abe9049c4a147__void_{ REL::Offset(0x04497338) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b1692f8777e2c504076d632653ad773b__void_{ REL::Offset(0x044D6028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b17c3bc0a68e63d1080cdc175c6e4537__void_{ REL::Offset(0x045A7538) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b1d38fdbb4ad20cfa293baba28915741__void_{ REL::Offset(0x0449DAA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b1e362f39b2e2e94ba35193915dae8ae__void_{ REL::Offset(0x044AF128) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b1ef23f5f5074cb28b4e60aee11f6daf__BSResource__Server__Commands__CancelAll_{ REL::Offset(0x0457E0F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b203608f974f1f252f2bb3bd35971f26__void_{ REL::Offset(0x044D24A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b20e924e76aace8d274ececf78e02e92__void_{ REL::Offset(0x0447E020) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b21c0d3ae547c61b8c92a03ae4a505b7__void_{ REL::Offset(0x04494548) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b2496173ca6831f4350e88be5d601732__void_{ REL::Offset(0x044AF288) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b28a73f58dfe619fdedadaa6860cff64__void_{ REL::Offset(0x044D5D28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b29a84e9432a0c2ca6822b9a21a9c721__void_{ REL::Offset(0x044AF468) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b2a6f46c8401373a03869943f6bc31bf__void_{ REL::Offset(0x04521108) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b2b41c4fece56b3bf056606a1e11e5f4__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04352F08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b2d965c5572e6c7ab6a49e6da93de7ee__void_{ REL::Offset(0x044972D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b318c7acfceb44b773c8b431339f0d1e__void_{ REL::Offset(0x0435C198) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b32678a3e0766dc4ea0f354c72849838__unsignedint_{ REL::Offset(0x0434B200) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b33848b17c4f3dfd2eab25900e73373e__void_{ REL::Offset(0x0447A910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b338faf177e266903aa45627a114b906__WorkshopEngine__RemoveOutpostEvent_{ REL::Offset(0x0455C9C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b34663de41abdb9e5975a80f8cdfee00__void_{ REL::Offset(0x044B6F58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b3548a164d5719fd81bf1c2f62cfbd82__void_{ REL::Offset(0x0447F5F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b39356b496ecfc1532806268ad01e90d__void_{ REL::Offset(0x04575088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b3af29a0e8102d578c83f21b8ec19712__void_{ REL::Offset(0x044D5CC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b3c2e10acbb9fb46efadf7fc49962686__void_{ REL::Offset(0x044A7780) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b3cb845c6d58c0cecf4890b7c47fc4bc__void_{ REL::Offset(0x044B92C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b3e72cb6383fd05a5a8acdbea55b9d5a__void_{ REL::Offset(0x044588D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b43f68fcda45092054944bccb184a4a9__void_{ REL::Offset(0x045919B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b444206f1058202a83c7100a566cf62d__BSService__Detail__PointerWrapper_CreationRendererPrivate__ResetCullingMemoryRequestHandler__{ REL::Offset(0x04762DF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b481c85aa9090bc1a118433409b0df57__void_{ REL::Offset(0x044B9888) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b48485809e84d949ae9a626befc2fc89__void_{ REL::Offset(0x044D54A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b494d1b8a74ea52d058c46c1ee43b582__BSResource__Server__NodeBase_{ REL::Offset(0x045A7618) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b49b9edaa8c4282d283cd7fbb6769049__void_{ REL::Offset(0x044AF2C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b4a9a7cc5a6fb5f68ef430d42a26efb6__void_{ REL::Offset(0x044BB250) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b4d1bd96b24e4bcf1069a144eca05960__void_{ REL::Offset(0x044BCC30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b4e4734b9bb326b30e331498f5eee027__void_{ REL::Offset(0x04483580) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b50c8cc5c586487acc5152a0b048948c__void_{ REL::Offset(0x0447F5D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b5429f865a265a6fcd6902a728b0ce8b__void_{ REL::Offset(0x045750A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b5625cccefe06765e0b5156b1e89a480__void_{ REL::Offset(0x0448AA58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b57d3fc592d4c225c74783517cf98068__void_{ REL::Offset(0x0451D9B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b58c73139db198be87daf3fa3cd6f4e8__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0437E620) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b5c0cec8ea0f85e91ef6a2ad77d791a4__void_{ REL::Offset(0x044A8D48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b5ffd663aa50efbf77be186dcc7a10ef__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x04598740) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b6061d1a1f9b5a6ead5bd240b7136300__{ REL::Offset(0x044DF830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b60a9281bf72477e0de47fd18ef51f41__void_{ REL::Offset(0x045C1A18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b650263cf84937fd82a5b5dff5f03482__void_{ REL::Offset(0x04783830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b65f623759e570984510463da5664adf__void_{ REL::Offset(0x0451DA58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b668eb99a0ed1f83bd23d4502c579b39__void_{ REL::Offset(0x043739A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b6cc79c7167f1fa6010a380d3f4091ef__void_{ REL::Offset(0x047648E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b6dde8fe1ba4066c1da07fc09e64cf17__BSPathingService_DynamicNavmeshService___CallEvent_DynamicNavmeshService__ResetEvent__{ REL::Offset(0x0434F110) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b7288758a724dd604ac21975202e1c39__void_{ REL::Offset(0x044B5278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b72fbe5edafa0f4fdba07cfe06c7cefe__void_{ REL::Offset(0x04521128) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b775ba9b8e1d8ea1d9c0b700a436b04e__void_{ REL::Offset(0x044B2FF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b77a424f17ef7d739b1336c24600b67f__void_{ REL::Offset(0x044AF548) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b803ccf69a3154a1357cff83c4eefd92__{ REL::Offset(0x045BCA98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b80ca4a11cae5fd6510ea93a43068164__void_{ REL::Offset(0x044BB150) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b81e64a6a3470e4be28f3c1f7ebcb99d__{ REL::Offset(0x04573370) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b82e8346d274ee29ab5cba057a58e88f__void_{ REL::Offset(0x04491858) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b854739170b8dc23b028c05dae699b4b__void_{ REL::Offset(0x0449DAC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b87de3dbbae655f87ab6ce186f445956__void_{ REL::Offset(0x044AF268) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b892971fcd1abf91e032006ea5dbc74a__void_{ REL::Offset(0x044A6A80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b89ad5ac7d848223e07ddf70a5ce518a__void_{ REL::Offset(0x0447E2D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b8c0c726a0664dea3b22f5cd79a7366f__{ REL::Offset(0x04766E18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b8ecc606e6c012803e3f4d03195c110f__{ REL::Offset(0x04560620) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b8f85158bc6b8517e08fa4a8b4417ef6__void_{ REL::Offset(0x044C0D20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b90fd002bf194bb70f16936fa49bf9ce__void_{ REL::Offset(0x044A9B40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b91077a5fcd357fcc21016bf4e8f2d70__void_{ REL::Offset(0x044AF1C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b958d309b8a3da0d2fcea8a014f81eba__void_{ REL::Offset(0x0435C028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b9637342c82a4f2baffe7b347dee1296__void_{ REL::Offset(0x045C6800) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b983292cfa17d5d043882719a8b99ede__{ REL::Offset(0x043883A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b98e3275bd011b2e0ceda6d17677fd55__void_{ REL::Offset(0x044D5E28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b9c43bd88aaf8adb90fad1cd4e5eb382__void_{ REL::Offset(0x0435F228) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_b9fee7da27eb4d269aa878c1c098508d__void_{ REL::Offset(0x044A18B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ba348d58fa19ff08d1e4360f16c16970__BSService__Detail__PointerWrapper_PipelineGenerationEventHandler__{ REL::Offset(0x044D3DD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ba5356749fcf1add6e5bc5fcfa687349__CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ REL::Offset(0x044D3E70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ba6efe7c6f88e2b6fab9345762b0d577__void_{ REL::Offset(0x044D6438) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_baec4b1133ebe27b66a6e4f424acb9ec__void_{ REL::Offset(0x04378A98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bb3fede3f5d52eff16a62de6563a6a43__void_{ REL::Offset(0x04478DC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bb482459b33cca30f4be9866dc478d21__void_{ REL::Offset(0x0448AA38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bb7367e9553dd4b562b11d6c33cd5ae0__CreationRendererPrivate__Messaging__CRScaleform__RenderCommandParams_{ REL::Offset(0x045C1300) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bb87fd2b8a408a8a75dee0689cdd071b__void_{ REL::Offset(0x0435DF90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bb9952332ba8a2f17aeef70bfdcac32b__void_{ REL::Offset(0x0447F2C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bc30480599d8fda06961dc40a28d3953__void_{ REL::Offset(0x04521868) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bc37687b423bdf983a131d14b8125a7d__void_{ REL::Offset(0x0448C950) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bc40125417484b18032a4dc6b23326ee__void_{ REL::Offset(0x04487400) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bc4422e2772ead95386912fd539fd0b6__void_{ REL::Offset(0x0451E2F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bd195aa81642a14862a2c0bf5255195e__void_{ REL::Offset(0x044D5C68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bd6a79f2367f2b5c0a633f3927d3c7af__void_{ REL::Offset(0x044D5BA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bdafcc60843e8758c51888b27c940662__void_{ REL::Offset(0x045C3690) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bdc51ae50ce15415e89fcdbe49ab6ae8__SaveLoad__CleanupUnloadedPlanetContentCommand_{ REL::Offset(0x0447CCC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bdf81de24cc28580fcc88dbb99a286e4__void_{ REL::Offset(0x045A7A00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_be27a865861e1645f00d75b8a68bf05e__void_{ REL::Offset(0x044940C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_be59b9bdfd8637f274c91721b19f7ed6__LOD__Commands__LoadedSceneBlockAttached_{ REL::Offset(0x044529A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_be7fb695c3f0c7b55ac98c8fb8e29b54__void_{ REL::Offset(0x044B9300) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bebe6c4bbb10bdb5b78479172198e121__void_{ REL::Offset(0x043A6930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bec62f5156ea2be3258b018f72b7a600__WorkshopEngine__StartQuickMenuEvent_{ REL::Offset(0x0455C4D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bee67aa52b8eabb482119a6766c60bc4__void_{ REL::Offset(0x045C1BD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bee9d915ef6c86a781c2a84d5ecef121__void_{ REL::Offset(0x044BF4E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bf4a36381f34ed442b827a3fe387d3fa__LOD__Commands__LodUpdateComplete_{ REL::Offset(0x044529C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bf54c27a7e94ef892ed93dee0a522cc0__void_{ REL::Offset(0x0456C328) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_bff89ceeae715c2d964c15390070948d__void_{ REL::Offset(0x044971B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c0061012e4d234db08ce3bedac6dbf4f__void_{ REL::Offset(0x044C1038) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c04bac936f636c6b09134d8538ae3134__void_{ REL::Offset(0x045B3270) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c0a79b15a160deb4601578fee4fb7a6a__void_{ REL::Offset(0x044A9A40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c0c2f5f7ea9f5c9476b082264f40649d__void_{ REL::Offset(0x04520778) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c0ed57bcf5da084e6f24d87249baadb7__void_{ REL::Offset(0x044D5A88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c12838fd1359278fffebd2d2c1d3a612__void_{ REL::Offset(0x044A39D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c177725f921ca369810b6d4e08f10f00__void_{ REL::Offset(0x04486F40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c1b28a084b1946a91795325f211f197e__void_{ REL::Offset(0x0457BA10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c1d64fdf681c194894e6fe638dcd0d6e__void_{ REL::Offset(0x044B2088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c1f37709b7017df3ee6db3c31db140cf__{ REL::Offset(0x04385778) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c240919743db5cab929ac732c14e6786__DynamicNavmeshService__ApplyActivePrecutsToNavMeshEvent_{ REL::Offset(0x0434F180) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c26963d21ad5b012e833afce82518c72__void_{ REL::Offset(0x043A6990) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c2839438d33be7997e40baf363da0664__{ REL::Offset(0x04385D40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c2c8b72f8b939fa644b37bf326915572__void_{ REL::Offset(0x044D5808) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c2c9873e170d3fcb6e0479bd19cdb9e3__void_{ REL::Offset(0x04491180) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c3084db26419a474f2a190673c872946__void_{ REL::Offset(0x044A2738) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c329a2ded2d1512e0c8ee699e8188a2d__void_{ REL::Offset(0x045C5DF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c3320cbddb1bd4f09ef9d2465c7768ae__void_{ REL::Offset(0x04764980) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c366f0de3e659666c3d1ebb57c46d4ac__void_{ REL::Offset(0x044BB1D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c373c0374dcd98c089cedbe63789571c__void_{ REL::Offset(0x0457B9D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c37ee35be50cdef1d5cad0af1633bac8__void_{ REL::Offset(0x044B3998) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c39c109d508a9f3cdd7a9dd7ae1c7ee7__CreationRendererPrivate__SetStarmapGravityWavesColor_{ REL::Offset(0x045C12A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c3ee652d4c80f57e1da44832c8b869fd__BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x044D21D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c4110d2d2642a834d04469cd62433055__{ REL::Offset(0x043CE020) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c414a8d03f66d2433830c4208201b95f__void_{ REL::Offset(0x044D6108) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c46a58a77e3391565dc5f23eacb1691d__{ REL::Offset(0x04385F90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c48814f3fc8ddece36b679ed475f52a6__{ REL::Offset(0x04383C88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c48f68c727d48a9554387307761a6f84__void_{ REL::Offset(0x044C1178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c4b58581f861f57dc8949bf64c519eee__void_{ REL::Offset(0x044A1D90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c4ee26123dcb11e8ebfb1492753a3d6f__void_{ REL::Offset(0x044AAEF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c53bb0f3128ed6628b831e25d65ad863__void_{ REL::Offset(0x0435F248) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c57602ebe5a4122fb5bdaec0f0f48352__void_{ REL::Offset(0x0449EAF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c5829b238a3cc4ed8b8cf45434280f1f__WorkshopEngine__EditItemEvent_{ REL::Offset(0x0455C1D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c5a1b39fade46df7b1137ddf143c7e71__void_{ REL::Offset(0x044D25E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c5c551e743b8357a85a6f78be052e8af__{ REL::Offset(0x04383648) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c5ddd03289170821c86a14854d4db691__BGSAudio__WwiseService__ReadCmd_{ REL::Offset(0x04458810) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c5dedfaaad72253bba4c751c8a44d08b__void_{ REL::Offset(0x0449FE10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c5f2fee095cbaef39506c8020c76f976__void_{ REL::Offset(0x044D5628) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c61dbf645fc9ba0383eed45f06946c17__void_{ REL::Offset(0x043749F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c6360bf782547b1c763642be98ed6ca6__{ REL::Offset(0x04386720) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c6376500b55e1668d37ffe9b1bcaf535__{ REL::Offset(0x045C8558) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c637fe0e5c6d32e8133674ea28753abd__{ REL::Offset(0x04388488) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c6503eb812b8427606f871faf942c47c__CreationRendererPrivate__SetStarmapOrbitsEnabled_{ REL::Offset(0x045C10B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c660963b35de908f4ee077d1af9750e9__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BBB88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c6636a3a833a486540c184320544f13f__void_{ REL::Offset(0x04374A38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c6c7a639cf365d39b696c90f93a4240a__void_{ REL::Offset(0x04575008) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c73f87f810c41c3fe099018e99dff565__void_{ REL::Offset(0x0448E7B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c73fe59de4810c46382b272906a84991__void_{ REL::Offset(0x044D5B28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c751b03bae711cd8de69e71e08249757__void_{ REL::Offset(0x04371068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c78492138796f2298b95b7becf82864b__void_{ REL::Offset(0x045BAA48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c792a704049764f07f8d192380f1f235__CreationRendererPrivate__SetStarmapOrbitsInstancesData_{ REL::Offset(0x045C10F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c7e9a1d4d74e13baaf4a71ddc30e8517__void_{ REL::Offset(0x0449BEF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c84c0a6afb00c46258e6b9fc7a636194__void_{ REL::Offset(0x045C3588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c856faa630024abe58d11a5c96f1796f__void_{ REL::Offset(0x0448C970) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c858474b55d490cd78e7fa017ec24e0f__void_{ REL::Offset(0x044B20A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c87c8306f25ff2c12c97d2e763d55f3c__{ REL::Offset(0x043877D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c8c42f29207845e93e04ec9288b96e5f__void_{ REL::Offset(0x0435F188) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c8eb8d70401afe8c9708fc4398eb6764__{ REL::Offset(0x04384890) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c8ee4c67b2ecf9e0b5a37bc62ae8c2fe__void_{ REL::Offset(0x044D5AA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c8eef334360162189622ef7dbe4365be__void_{ REL::Offset(0x0447E230) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c90946e98df523349d1868cfa56119a1__void_{ REL::Offset(0x044895E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c985fc3cd642904690c79a3e69ae27cb__void_{ REL::Offset(0x044B5408) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c987e7ef4767e4a2a762dd29def33918__void_{ REL::Offset(0x0435F288) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c99a3f6671b7865e5ba2b2a3f40ee6fb__void_{ REL::Offset(0x0455FBB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c9aa4b0a137cd567e869969f3c852a7d__void_{ REL::Offset(0x04497258) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c9c459e95453dbfdd01deea07fd548d0__void_{ REL::Offset(0x0448E400) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c9ef09b048d02350488537fbf507d682__void_{ REL::Offset(0x044D54E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_c9fc156db8d50b7682fb91b4fe13c978__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0439F850) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca2055df278da4452b7371029920cb25__void_{ REL::Offset(0x044D25A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca411397cc7ad1ae896bda064050705e_const_void_{ REL::Offset(0x04764B18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca4b762b3a71115ff84073aaadfa7668__void_{ REL::Offset(0x0434DD98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca52c6185cee9b0519921da9e9d9f006__void_{ REL::Offset(0x0457C068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca5c327bb4604bef7fdaa01381212fa0__void_{ REL::Offset(0x044AAF58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca670e46c9c0337725fa3b627555dc46__void_{ REL::Offset(0x0449E238) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ca8d70065662cea744b0cb59115e01c5__void_{ REL::Offset(0x044D6158) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cab30c9930caf4954200627de3921680__void_{ REL::Offset(0x0447F2A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cac58ebf2259db6843c7a8a3dd85759d__void_{ REL::Offset(0x0459C298) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cac737c3cf0c9b4e5aae623c943fc3ab__WorkshopEngine__ResetColorsToDefaultEvent_{ REL::Offset(0x0455C190) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cae2ed5fbe75c6326337d8ab2697e353__{ REL::Offset(0x04766E98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cae3e8a5a345dc78ec345a8e1dba70e6__void_{ REL::Offset(0x045C6A30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cb34c4b72627333cfd08ee5063236908__void_{ REL::Offset(0x0459C4F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cb52a8748f546fa2279f806ead92eeda__void_{ REL::Offset(0x0436D2A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cbdbaa8ba735c6857f5671129f091278__void_{ REL::Offset(0x0435B8C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cc608d559dc612964e56255695efb653__void_{ REL::Offset(0x044D81D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cc8d4ef32517db8944ff99ffde4c00e8__WorkshopEngine__ConnectTransferLinkEvent_{ REL::Offset(0x0455C250) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cc99b5ab895125408c791011fa564985__EffectSequence__StopByNameCommand_{ REL::Offset(0x04351138) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cca14804f8ce421264dfd06b60a76cc3__CreationRendererPrivate__Messaging__Window__SetVsync_{ REL::Offset(0x045BD8F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cd48cb8b10de9e276b731a8c3c6ccae2__CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ REL::Offset(0x045BECB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cd8767d4cc18808a29b36052824b8e91__void_{ REL::Offset(0x044D6378) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cd8cc75978ed40c0cc57bd76d72c59cc__void_{ REL::Offset(0x04374A18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cdbd355728ca375d55cebd4d979a51ca__void_{ REL::Offset(0x04488400) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cdcda53dd8c13a9a5c98779f2a822de8__void_{ REL::Offset(0x0447BB20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cdce5633408e5b3efb373bef6276ac5f__BSResource__Server__Commands__CloseDependencies_{ REL::Offset(0x04353160) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cdfec2d8732b7b7b232fd04b0ca946ed__void_{ REL::Offset(0x044D63D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ce6815911da9ee1609d5e28ccb45c724__void_{ REL::Offset(0x044BF418) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cea5ddcc0deecf2285168d8ffc4df892__void_{ REL::Offset(0x044A6188) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ceaa2dd80f77825c9c6a12b61cf85e74__void_{ REL::Offset(0x04520758) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cf0d7f9c4556855d42fcf4e4900789ee__CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_CreationRendererPrivate__ApiAbstractionLayer__Buffer_unsigned__int64_unsigned__int64_unsigned__int64const_{ REL::Offset(0x045C3568) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cf104df53b61c5e21e90f52547879b5f__CreationRendererPrivate__Messaging__Window__UpdateLetterboxedRenderRect_{ REL::Offset(0x045BD8D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cf5d32eca60cc15a1ff4d2323b3dfe36__void_{ REL::Offset(0x043CF500) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cf6c7bed5b8b59c53f8cf57e06ec00dd__void_{ REL::Offset(0x045B4030) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cf861d595c015065ee63210bddf426e3__void_{ REL::Offset(0x044AF108) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_cfe540dc389a842fd3f898ad15ed7067__void_{ REL::Offset(0x044B97E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d00bd4b3cc28a7b52d6c36389f06f2ec__void_{ REL::Offset(0x044C3360) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d011308b716f95c1ce4fd11edf7fe68e__DynamicNavmeshService__DynamicNavMeshTaskShiftWorldEvent_{ REL::Offset(0x0434F260) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d05428a0d6eac48bef7969a90a6daebb__void_{ REL::Offset(0x04480EC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d0a00a1c40fd1c4b827aeb168ec697f0__void_{ REL::Offset(0x044ADCE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d0b38a2b64ea6a83dd8742bc4c09c50e__void_{ REL::Offset(0x043CF2E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d0daa2a0f96dc708c841ec7282e42595__void_{ REL::Offset(0x044AD438) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d14bfdebbcc5b1a40910ad308ed315a0__void_{ REL::Offset(0x044B3030) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d1a85852ccf530db5d9ffc1165adb14f__void_{ REL::Offset(0x044A6A60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d1b15e7906fefbf27288e3cf43585812__{ REL::Offset(0x04387C98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d1e07d92f394208ecac492d6b1b9afa9__CreationRendererPrivate__SetStarmapOrbitsInit_{ REL::Offset(0x045C1090) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d2034ddf379e73991db9287c19a693e9__void_{ REL::Offset(0x044A1898) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d2045a6931dbb3c56b0337fe777f8761__void_{ REL::Offset(0x044B3FE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d20c7a5cf88cf3fe03a7b5658d67b157__void_{ REL::Offset(0x04494108) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d224d8c61c61034aff3ed0843102e1e5__void_{ REL::Offset(0x045C8318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d230362e02c84d6ab1b7c65d1bc8c88e__void_{ REL::Offset(0x044D5728) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d23b853e25a2629ed2297ff4cd852e65__void_{ REL::Offset(0x04473B28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d25b44ada420214200b1796b04998fcf__void_{ REL::Offset(0x0451D978) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d26885b16ffb44f5a6e1c1c1d328eee1__void_{ REL::Offset(0x0448A178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d28b2514fee1e685113be485058367e1__void_{ REL::Offset(0x0447F2E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d29011171001a7b353c1d5f3de3107ac__void_{ REL::Offset(0x044AF448) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d2a96382163ef443f4ecbec914a654a2__void_{ REL::Offset(0x044D6418) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d2c45e37aa6d14fa91d1976ca7b3b798__void_{ REL::Offset(0x044D5E08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d31c027334eba059cb2494951476622a__void_{ REL::Offset(0x0459C4B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d35e2e5e1e6645da3c6c2472c42cea80__void_{ REL::Offset(0x0449EB18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d38e042d010ecfb6571f376bf444798e__{ REL::Offset(0x04387830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d3a361ad4fe2cf915af80f30a88400bf__void_{ REL::Offset(0x044AB608) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d3d8665d970dabc226925b791ad8aa01__void_{ REL::Offset(0x0455FB10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d3e6bebab3e1972beb2690a7aaf4458c__LOD__Details__PropagationPayload_{ REL::Offset(0x0434B220) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d442cbed50f9f9fa41b59e5ec65beb76__BSComponentDB2__ObjectModified_{ REL::Offset(0x0458A6E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d4511f1c8a4a1c57f4fe3d63c97a3851__void_{ REL::Offset(0x045C5E18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d4873959f99d67a8e3041d8a6e25b31f__void_{ REL::Offset(0x044D5688) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d4a37142b849270c983c966335144925__CreationRenderer__Messaging__Game__EndFrameParams_{ REL::Offset(0x045BAD50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d4a90d8b490da9ad87050b9e47e9ce33__void_{ REL::Offset(0x045B3F98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d4d02e7ac968e24b091f5fc47aa2b87f__ActorValueBindingUpdaterService__GameResetMsg_{ REL::Offset(0x0434E610) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d4dff2479a934257ec977ef0a502ecfa__void_{ REL::Offset(0x04497398) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d50aec74688941c74791c628312cc2c5__void_{ REL::Offset(0x045BBBA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d59e4b32df696e14957bce123598c154__void_{ REL::Offset(0x0458AE58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d59fee36749e6671a327747eba844cf8__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x045986E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d5ad36a5ffd5ff5d89ed7b683a8fbed6__void_{ REL::Offset(0x0435E088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d5b36366cf53695ce8dcac8055deece5__TESObjectCELL_{ REL::Offset(0x0436AF50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d5bd335af5b6eebdf95ad0ede1d39d9c__void_{ REL::Offset(0x045BC6D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d5cd468287d92389ab5756d4920078de__void_{ REL::Offset(0x044D56C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d61efb6dccf2a7ffd2330a23d62e6332__{ REL::Offset(0x0436A3D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d668158a7d7ea2b2ca77287f6653df5f__void_{ REL::Offset(0x044D5D88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d66e268aa1f9c0b646773e3994fafdf4__{ REL::Offset(0x04766DD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d683a2347dca7fa53bb7c147c9324b18__void_{ REL::Offset(0x04579C88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d6a4ce2b7504d794e8fbf05fba0dcfc7__void_{ REL::Offset(0x044AB5E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d6bfb1685d09d6b78624d65c22213c9a__void_{ REL::Offset(0x044AF0C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d6cfeab5865b7c9ae426871e5eab9f4c__void_{ REL::Offset(0x04761B90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d7152fbfd6e6fb4d8133974ef8f9b10d__void_{ REL::Offset(0x04369650) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d72bb07bdf19bcaf13923619bf063571__void_{ REL::Offset(0x044A1878) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d73ddaae14fa9c14f4340b0d42f8ea39__void_{ REL::Offset(0x044D59E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d764d8c52a74c7472a6ef0f8dd837b60__void_{ REL::Offset(0x04497318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d785c61586a9e47900d392c3764c7336__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x043527B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d7d7379d4565e7ae53a360359e4fff64__void_{ REL::Offset(0x044AF0A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d813ef195076a0d5c5f50cad61ab9551__void_{ REL::Offset(0x044940E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d821250702487291199dbc44b4587ea4__void_{ REL::Offset(0x045BBD68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d82d32593f8478088f726a8e814a11b5__RefrAudioUtils____LoopService__AddMsg_{ REL::Offset(0x04477278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d8464a5dcc59f42b0c791959b830f3ba__void_{ REL::Offset(0x04590ED0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d8c19645bcc024bb27d22b728295d6c0__NiPointer_NiAVObject__{ REL::Offset(0x044D2278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d8e4a6d08295b896a6ab07fae56392c5__CreationRendererPrivate__MeshDB__CreateMorphParams_{ REL::Offset(0x045BBB28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d93a5500f71032918d90d1fdec7083fe__{ REL::Offset(0x04383E78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d969bdc0d46238e2f01d321edb0f9162__void_{ REL::Offset(0x045B3CE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d982140ed9b52ae3356836373d763488__void_{ REL::Offset(0x044B51B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d9988d8c316a49ea15056d460fa26e2c__void_{ REL::Offset(0x044DA678) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d9a2a6cc3d886003129a6d772f824660__void_{ REL::Offset(0x044941C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d9ba28439b4dd48573d367a317196da3__void_{ REL::Offset(0x0451E338) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d9caa33081b4b2de1c935c5d4acb1c5e__void_{ REL::Offset(0x044D9FC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d9e1eae64c2ee3db5a72f69096f4b1ad__void_{ REL::Offset(0x044C0730) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_d9fe883663b5b6bfbf4c4bfc87b289f4__void_{ REL::Offset(0x044A6AA0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_da0c92c3ad045d38ffbbf4cb8c3d7b34__void_{ REL::Offset(0x04496630) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_da5e68be229ec7724ddb585c6384c6ce__void_{ REL::Offset(0x045C6B50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dac88ae3b1799d2e2586428eb6dd93fa__void_{ REL::Offset(0x04346C10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_db02a49f191c068077d00fab34209aa7__void_{ REL::Offset(0x045C1938) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_db14e6cd906d83c75d1c2d83f9398183__void_{ REL::Offset(0x04496590) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_db1a7638ec5eea992a33f61c1f4917aa__void_{ REL::Offset(0x044AF368) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_db22997af74a91b9005a1bb4e7fe4859__Particles__PSM__Commands__StopParticleSystem_{ REL::Offset(0x045986C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_db6ec78c800eedb3e388383210507079__{ REL::Offset(0x043CE080) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_db9d83265ff147a7afe620650c637f76__void_{ REL::Offset(0x044D5F88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dc3c3a062b03fdd4dbf7cdd1fead5feb__void_{ REL::Offset(0x0449FEB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dc3e0469b86af939a0eeef2b20cd6ae3__void_{ REL::Offset(0x044D2298) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dc54ed68cdb9bd3ff3eadcba3a5e3b6c__void_{ REL::Offset(0x0451D878) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dc7600b08f68c519a2de538baad17d72__void_{ REL::Offset(0x044A9A60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dc89af06c6e0b276aaaa00c9f193e00c__void_{ REL::Offset(0x044A6AC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dc9eb628cd0a8222139c923d1c8db8ef__void_{ REL::Offset(0x044A8568) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dd55dee96d4602ebb6a7ebd33e6c4479__Particles__PSM__Commands__InitializeBinding_{ REL::Offset(0x045986A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dd942a628e661f15a24083f65c881338__EffectSequence__StopCommand_{ REL::Offset(0x04351068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dda7fbb98e98211d3b0a1a256420a198__void_{ REL::Offset(0x0459C3F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ddfc9904dc0476e07ef54725c8479f8e__void_{ REL::Offset(0x0451E830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_de59dfd90acf96e5df1f50504fc73bec__void_{ REL::Offset(0x044BD2B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_de5ba17aee94bf26e3bce9a97ab305da__void_{ REL::Offset(0x0447C4C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_deac8d8ca2f9b6e7fd011bb91be0cd38__void_{ REL::Offset(0x0435F438) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_debfc1370a752be039ac1f36e8b6f9e0__void_{ REL::Offset(0x04489A68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dee80e3b4a3ee4c59c742942e448ab34__void_{ REL::Offset(0x044A8DE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_def4898be93fe80499f29121ae13d39d__void_{ REL::Offset(0x04764AF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df299e39021d8de402dc89c691c889a7__{ REL::Offset(0x04383A30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df32f5293dd6ffa5e6c8d2c71a2085f3__void_{ REL::Offset(0x044ADE20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df41a858dde78937125d2e0206a3ad07__void_{ REL::Offset(0x045BBD48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df568da1d821b5aa2ca6939fb34f8100__void_{ REL::Offset(0x0457C870) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df8664bab388faed12bc0fc10aa645a4__void_{ REL::Offset(0x044D24E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df8f8ed82b1008f62820167db562b05b__void_{ REL::Offset(0x044AC3C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df914792c6711628bd97cdaa3c88129d__BSResource2__DBHandleBase_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BBDC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_df9a7a75a541fe142942aeed0cd4cbc8__{ REL::Offset(0x044D3EF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dfaddc4c05c64eed4bd731f407275108__{ REL::Offset(0x04386EF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dfb527469575c5c2bb76adcd67b02e51__void_{ REL::Offset(0x0448EE40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_dfd13ac46cd8519c6f1aa02af77a8d2f__void_{ REL::Offset(0x04494468) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e0229f3ba421f7d899b6d6be917f456e__void_{ REL::Offset(0x04494208) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e037e2941cf8f37594b926f521829f70__WorkshopEngine__RemoveWorkshopItemsEvent_{ REL::Offset(0x0455C9A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e07db663bebd0c420226fcf81b596ebb__void_{ REL::Offset(0x04480D90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e097d6925ad27f35efb82cf07f91fbcf__void_{ REL::Offset(0x044AF148) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e09a67be2a923988ad6c726762cbf24a__void_{ REL::Offset(0x0448A9A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e0a55ada324f997d33e7d939fada5769__void_{ REL::Offset(0x044A8588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e0b7fe46b617b32af0c441ec9bf3d565__void_{ REL::Offset(0x044A9AE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e0f9178f6023ed2958977de6e7ac9f6a__void_{ REL::Offset(0x044A2778) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e13fb7554d868f75d6ed7f16a2dcbdec__{ REL::Offset(0x044D3ED0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e160103b374139e999f72ba45a4ccf9e__void_{ REL::Offset(0x0449BF98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e178bd2cbccc25743f9e8da680f0f7fa__void_{ REL::Offset(0x043A69B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e17e9fa4648c6a3958fdb0f034d3cf46__void_{ REL::Offset(0x044BCBF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e1f61f1ae102d83ae65c510954642022__void_{ REL::Offset(0x044D6318) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e22a2eb0ec24a462f93317c3753e7442__void_{ REL::Offset(0x0435E068) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e27cc8c4285007bfee50637dd6a98658__{ REL::Offset(0x04383628) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e2add6adb287b8a88ba9ca51828c2086__void_{ REL::Offset(0x044D5588) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e2e444e47a6b53da789f1849d781c2f3__void_{ REL::Offset(0x0447BB00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e2ed67abc560774352baadf77b4dc47b__void_{ REL::Offset(0x044857D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e320a347142e2824e710b1d012a7742f__void_{ REL::Offset(0x044BBEB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e33f2106ab171ba64e1d3995881dd8c2__void_{ REL::Offset(0x044B5488) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e364147ef3a68f7708e1581fe9051a6f__ActorValueBindingUpdaterService__RefrAVBinding_{ REL::Offset(0x0434E5F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e382dca790b55ab7ad056ef4323371a3__DynamicNavmeshService__RemoveModificationForCellEvent_{ REL::Offset(0x0434F1E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e38b2559e563263373d108411f4cc654__void_{ REL::Offset(0x045C1A78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e3912bd421c8772c43be3b3fdaf94e7a__void_{ REL::Offset(0x044A6AE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e3ec64a8d3ad03511d05668cb11608d1__void_{ REL::Offset(0x044D6338) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e411e56115a9ed0c645a9bb1a1a9159b__void_{ REL::Offset(0x0451E358) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e422f5dacac2730625a59219ddda8994__void_{ REL::Offset(0x0451D0E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e43b57d99687333369dcaf3b71ad7048__void_{ REL::Offset(0x044D8170) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e48dae92fd8f5113a8a0236e0f17adb8__void_{ REL::Offset(0x044D5FA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e4f611c0e624224dcf73c033589c2dc6__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0447DA38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e4fa35474ca2e8f09f7a47da93847b6d__{ REL::Offset(0x04385F70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e510b2dbbc8a9f394dddf7d1670e8d32__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x04581B30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e516e47a18aa65a63ea044f225347949__void_{ REL::Offset(0x044977F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e51a1d0b6e4ebdb1b49d4450ace2b127__void_{ REL::Offset(0x044BBE90) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e5313d2da9b6d07c847fe1649cd9c8e8__void_{ REL::Offset(0x044D9F68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e53817bb0e410ed093ae722acfc69a4d__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ REL::Offset(0x045BC858) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e57fab9d8bea3c284d37a50ff0bf75c2__void_{ REL::Offset(0x044A85C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e5b67857f4652cb0dd16a3954cc359b7__void_{ REL::Offset(0x045BA9D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e5e2a9f4a8f7f15a8de085db1fefb715__{ REL::Offset(0x044EB028) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e61d0c6f45fad23658d2eaf8459db056__{ REL::Offset(0x04385B78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e6355ceb40aad02e93e9f4db205b4cd8__void_{ REL::Offset(0x044B54E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e689c9fb161f877d9c891f62b5e05504__{ REL::Offset(0x044EB008) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e6ae8b0ddded6f5a31234a0f191dc1f8__{ REL::Offset(0x04387BF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e6d1a884612fce7f5d08345b447a34a1__void_{ REL::Offset(0x0435F398) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e6d89a49cd24309da4c781c12567790e____SetMaterialAnimatedCommand_{ REL::Offset(0x0458BE98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e6daeef968dcea32dbc6b7edafc8fdd0__void_{ REL::Offset(0x044AB828) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e6f46f81e1875e8a10ed78185663396a__BSService__Detail__PointerWrapper_ActorValueBindingUpdaterService__{ REL::Offset(0x0434E630) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e75542f60dfaa1e25d45149e98a46c97__void_{ REL::Offset(0x0448E7F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e7629110a2e2112fe89623e8a76cd900__void_{ REL::Offset(0x044AD418) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e77cc6815ad2f4f3972bba4dfe568972__void_{ REL::Offset(0x0459C338) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e7b4fb1f060f619dbdf0cbeb9094ddb2__void_{ REL::Offset(0x0447E3F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e7bc9474c296428dc18d67bfc3db30b3__Particles__PPM__Commands__AddRequest_{ REL::Offset(0x045987E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e7f26129d4cb2d76425980de73522054__void_{ REL::Offset(0x044DAA08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e7f941b7f75a78161559d65f03aa3027__{ REL::Offset(0x0459CB48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e80347920a31ae6a57bd6ccd16372be3__void_{ REL::Offset(0x045B3CC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e812238ee68a34428d7ede37d3ec8ded__void_{ REL::Offset(0x044D5748) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e8529a99ec6bd94da0dffbc1daf44421__void_{ REL::Offset(0x0449EBD8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e88649edfd66bfacd2b0b4b1900621ff__void_{ REL::Offset(0x04494528) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e88901c12d97bc422da68c1d1d4dfc63__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04353180) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e8b0019bf12e8a134f067f6ca6d229a6__void_{ REL::Offset(0x044B1F88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e8b73dd9e4b80aa522d38b0b3f30dd5e__void_{ REL::Offset(0x044DBDE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e8ec97b55b1e23cc070bf405803093d4____AddMaterialCommand_{ REL::Offset(0x0458BB50) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e906263a3b103061abbdae206999f6df__void_{ REL::Offset(0x044B5508) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e9075db7bec698bce1fd101c335b6cd6__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ REL::Offset(0x0447D930) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e97c0c53adc5448b1ab8ceb8ffc3ba49__{ REL::Offset(0x0476DB48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_e9ac7e1651aa509154c53fd50c26cbe8__void_{ REL::Offset(0x044AF2A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ea4c11695b9e0bd4fdea218deceb8066__void_{ REL::Offset(0x044AF3A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ea67316706a873b0932d9ecfdfbe0133__void_{ REL::Offset(0x0449FD10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ea956dc4c72d73db6530678bffa4498b__void_{ REL::Offset(0x0449FDF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ea95fffe802c1d940c5e1a2a80731690__BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x045832C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ea977bd82f06fcd039e9eb4eda078dd6__void_{ REL::Offset(0x044BF438) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eae6e7388d362da9c61e98d4b9f951eb__void_{ REL::Offset(0x043CDE28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eaf2973fce53c162c4a0aaa2b4a6557a__void_{ REL::Offset(0x044A9AC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eb9ed87ccea9b4e03a1e7db57ab66cce__void_{ REL::Offset(0x044B3730) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ebb4e3b77e4b8c9e3b79aa455fc247e9__{ REL::Offset(0x0447D750) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ebbb0c600e817f00b1596e13c1edf6ed__void_{ REL::Offset(0x045C8210) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ebdb876a75c3e61df2d72c17b80a3603__void_{ REL::Offset(0x045C3670) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ec43fba6a3e69126f357e79f30a211ec__{ REL::Offset(0x043884A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ec4fb9da4d48fcbefaaf8d8fd5dc9454__WorkshopEngine__StartWorkshopEvent_{ REL::Offset(0x0455C920) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eca62b14bf8309ab9a4fdb97810b2726__void_{ REL::Offset(0x044C2380) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ecbc55471c9a39a14bd2ac92168219d4__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0439F870) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ecd1df969ec29674ff5e667ad510e114__BSResource__Server__Commands__Cancel_{ REL::Offset(0x04352EE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ecdd739ac15984ea616b0d7bf8f77e4d__void_{ REL::Offset(0x04491898) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ed078e0a8f89f750329a8b3c2c9c961b__void_{ REL::Offset(0x044B3F80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ed13742a64513a110e68fb68341b6658__void_{ REL::Offset(0x045B31F0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ed64a887ec1a1fe698636321d4b60a95__void_{ REL::Offset(0x04764BF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ed70a02551020864b03872b1ccc6007f__{ REL::Offset(0x04387B98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ed7efa32dc10fbbfe7a4bf4d63b61928__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6EC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ed8f404cc151b68abb2ad2245de66ac4__EffectSequence__StartAutoplaySequencesCommand_{ REL::Offset(0x04351088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_edb0a476ae3ed39eab67b116bb138171__void_{ REL::Offset(0x0447AE20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_edbe5b63552b8c67c63e6d42e3f31578__void_{ REL::Offset(0x044A62A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_edcab7ca64270a1cbbd713f7e42197b2__void_{ REL::Offset(0x0449F218) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_edd3ef439e7539f29ff2e9fb002f2060__void_{ REL::Offset(0x045B3CA8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eddd2a5b37113f73181b54ceed016c4b__void_{ REL::Offset(0x0448E420) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ee32e6ce41f683d87b55fe94579ca26c__void_{ REL::Offset(0x04761B70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ee8016e2c8df5c22802955efabd29c68__{ REL::Offset(0x04560860) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ee8c6c2a4e88c03c97d86b78f287bfff__void_{ REL::Offset(0x044D6278) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eeb1177804b0038b22cbc999036ffd1b__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0439F830) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eedd972189992f09f48591b9fbca4dbb__void_{ REL::Offset(0x0435F168) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ef41f45cc30fb05cdcca1b073ce59e1d__void_{ REL::Offset(0x044DA6B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ef9727750d4202a97b5eb3adae503d6f__void_{ REL::Offset(0x0449BFB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_efca58d41de8b7540cca78fcfd4f38de__void_{ REL::Offset(0x045A75B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_efda8a34134977b8f75f972d9bd0f37e__void_{ REL::Offset(0x04496FE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_efe9b9fa4d464bf52f0d50dcc5308e43__void_{ REL::Offset(0x0447F260) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_eff177f68175b768f81449a0ae58784b__BSService__Detail__PointerWrapper_BSResourceReloadManager__{ REL::Offset(0x045867D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f00629075b3be0e79fad8ed326825352__void_{ REL::Offset(0x0448EE60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f065902ff23c775479bded2b7c81aaec__void_{ REL::Offset(0x044BBF10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f06dd1583b7750cf4d95a53ab9690089__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x04583310) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f09151a5842e5b743648a54e1a902f95__unsigned__int64_{ REL::Offset(0x0434E650) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f0bd41ca64c9abce9df546ddaea923a5__void_{ REL::Offset(0x044B6F98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f10b27cbd06ee272fd23bec89a3d9c2c__void_{ REL::Offset(0x045A75D8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f125ee401519f355e15d5af6d108c316__void_{ REL::Offset(0x0448EDE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f15ef6dc2a0832bc200a443d85c0237f__void_{ REL::Offset(0x0447AC20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f17778d323c5cb3d60e4574eed5d7480__{ REL::Offset(0x04383688) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f19ba2b540f18f1ba31a6ffea133b993__{ REL::Offset(0x043883E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f19cc6e7e68748fe36de7d95121fe673__void_{ REL::Offset(0x043A6970) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f1ac66bfcaca1d027c7c01ab1f1818da__{ REL::Offset(0x0447D730) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f1bd33e9e33b1a0f643b884afba2a574__void_{ REL::Offset(0x047649C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f1d07b3b9572d39e56bef108a103804d__void_{ REL::Offset(0x04497118) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f1f68dfb865c49ffee825963e1952c7a__void_{ REL::Offset(0x0447E350) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f1fb074984728031673628f4f8d9c8ca__void_{ REL::Offset(0x044D6258) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f1fd5ad4f5fc94247b067c0807d1fa73__void_{ REL::Offset(0x044BCBD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f20812d747fc6158df19f3c32908e47e__void___void__{ REL::Offset(0x044D3F60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f22ad6496aa0f1254df16f178749a6e1__void_{ REL::Offset(0x044C0710) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f262e0592dac9e8316be3c93690d9952__void_{ REL::Offset(0x04497088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f27791fe482f10c0dc2f8bffafe59edc__void_{ REL::Offset(0x0449F298) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f2abe293eed6b7b16a8066ca3e33c750__void_{ REL::Offset(0x0435C088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f2b887928b3bf97418f4f9447980c987__void_{ REL::Offset(0x0457C8E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f2d60a678367d6efb4d7f763640fd71d__void_{ REL::Offset(0x044943E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f33946ae3c688338fe5959314c5846f6__void_{ REL::Offset(0x044965B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f33ccfb4ce4b44ac8bd288d51a3530ba__void_{ REL::Offset(0x0447EAE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f3482a1422c149f70a7e798fe06cca96__void_{ REL::Offset(0x044B79A0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f37535c6467809b5275e2389552e0afe__BSResource__Server__Commands__Cancel_{ REL::Offset(0x0434E7E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f3b3c5bd2369f409c4e2ec4f5a91075d__void_{ REL::Offset(0x0449EBF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f3ed1e5878e9627378e6a75ecdd0b812__void_{ REL::Offset(0x044AFC80) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f426755a78d9c1bee6876023527e47a0__void_{ REL::Offset(0x044AF168) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f453be01c5cb989ecd5c79519bcc1705__void_{ REL::Offset(0x044D5C88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f476198f0e69091d959145b98a338da7__void_{ REL::Offset(0x0434ABF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f4b21e9b11d92803d5529f301dcb0307__void_{ REL::Offset(0x044B1F68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f4b3d203e3476e201239bf904af45cb6__void_{ REL::Offset(0x044D8240) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f4ddf8a3151cfe388633ee285af9ca83__void_{ REL::Offset(0x044B6FF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f50bb866f576b3baa812c88c7aafc4f6__void_{ REL::Offset(0x04590A98) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f5293da74ad30feeec9d8eef25ba6238__CreationRendererPrivate__Messaging__CRScaleform__Text2DSetSize_{ REL::Offset(0x045C1340) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f55074da29b4e1090f7955e4f4c0964d__BSService__Commands__NewFrame_{ REL::Offset(0x044D3EB0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f572ec6e611362dfaa739a6392101346__void_{ REL::Offset(0x044D9E70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f5b07183db6a52cb943280803b4e81e4__void_{ REL::Offset(0x044A62E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f63250b05c663ef37a43a16d218f13a4__{ REL::Offset(0x04387810) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6337139ddff45faa741582c4fae3b2e__LOD__Commands__LoadedSceneBlockAttached_{ REL::Offset(0x0437FD70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f650daaa6ad50b935d60bc9e56904497__void_{ REL::Offset(0x0434B098) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f65662b6bf3ba72c9baa403b81560088__void_{ REL::Offset(0x0449BF18) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f657182e1c1f171ef140a1605fc8e65d__void_{ REL::Offset(0x044D6088) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6574ef93a1f2c6d18dfc94371ecb8ae__Particles__PSM__Commands__InitializeBinding_{ REL::Offset(0x045988A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f65e76c505c4e051a84644637f665f74__BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__unique_ptr_BGSLODManager__AutoPostGridLoadNotifier_stl__detail__AlignedDelete_BGSLODManager__AutoPostGridLoadNotifier___{ REL::Offset(0x0436A3B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f66dae1709fe258f41b748ba877b10d3__void_{ REL::Offset(0x04494448) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f66e693c7e744609566795ca8858499e__void_{ REL::Offset(0x044B54A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6b17e4d9cbf130f1dbf4aa0d0bf3217__void_{ REL::Offset(0x044AD3F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6b9f75711950ab760eece5ae3e87baa__void_{ REL::Offset(0x044A9B60) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6e0f9a886250e1a924876596248bc2a__{ REL::Offset(0x04385200) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6e4e8de94149f76546cbb8f369108c5__void_{ REL::Offset(0x04480DD0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f6fc3afd2e5a487a8c78ccd15ad62e96__CreationRendererPrivate__SetStarmapOrbitsDrawData_{ REL::Offset(0x045C1110) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f7aaf0ff2349c7b105c08cc7f5ebedb0__BSResource__Server__Commands__Reschedule_{ REL::Offset(0x0440FAB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f7d76da8fd5a1d8e1a8b27064a679ad3__void_{ REL::Offset(0x044AB1E8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f831e34ee529acf18df25f870525ad90__void_{ REL::Offset(0x04497890) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f83a5e8329320964c66c1e1fbc00113d__BSResource__Server__Commands__AddDependency_{ REL::Offset(0x0440FA78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f84e3b687f3572430980e4b08b16d4fd____Service__AddMsg_{ REL::Offset(0x044EED00) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f86a61c425e65b37338ed338920cccba__{ REL::Offset(0x0437F2E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f887eb1c73eeb204605472a93c4c5087__void_{ REL::Offset(0x044D5648) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f88d3d8069a9384ae559c0d70acc91ae__void_{ REL::Offset(0x044D22B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f898081955113daa34d459e6300259d2__void_{ REL::Offset(0x044AF4C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f8b6b68cafd6476f89dc7caf6d8ce30c__void_{ REL::Offset(0x044AF1A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f8d357ff15b75cb76cef4da2fdffce07__void_{ REL::Offset(0x0448EE20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f90a9ac2b046efa11fc6485aca204cd5__void_{ REL::Offset(0x0449FD70) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f9107a896431c3c1b883cd183342de53__void_{ REL::Offset(0x0449EBB8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f920dc2bb2aad3ef942fe3e8983b9e74__void_{ REL::Offset(0x0435A910) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f924e88d1b9a094a1b877f45ebfef5ef__void_{ REL::Offset(0x0435F1C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f94543f5a8d581540f6bfbfec6f06619__void_{ REL::Offset(0x04497048) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f97062137a41902784827cf3646875ce__void_{ REL::Offset(0x0447DAC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f9789bedd5b6d7f598e0a5045d397abe__CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ REL::Offset(0x045862C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f97f70732bee7fff90193c3aa4860495__void_{ REL::Offset(0x04764C10) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f9b8894ccfc14d35e049ffd4ec68f9a6__void_{ REL::Offset(0x04494408) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f9c0716672c39462cd28fe4469b9a0ce__void_{ REL::Offset(0x044D57A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_f9cc2a5fd304c8fbc7a41eb02c1a8c3d__CreationRendererPrivate__Messaging__CRScaleform__SetText2DVisibility_{ REL::Offset(0x045C1380) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fa184cae9a06ef42438b7ca25483b210__void_{ REL::Offset(0x0447BBE0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fa21aff32431097a600043ad62aded71__void_{ REL::Offset(0x044B5218) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fa24bea0c8dcd9f3ac179cbe450b0478__NiPointer_TESObjectREFR__{ REL::Offset(0x044D2238) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fa5c9fb0480b38adfe5fc7295ff79dfd__BSComponentDB__ViewHandleconst_BSComponentDB2__ID_{ REL::Offset(0x0439FA48) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fa7e5638445ad26a2f6edcf9c92924a0__void_{ REL::Offset(0x04480CF8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fae124040a7344b0c697a295313fb6c3__void_{ REL::Offset(0x044D61F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fae8edd8825582fa8c68a2d244dffc82__void_{ REL::Offset(0x044D5DE8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_faf0928f9454f6a4fd04936523bdeb6b__CreationRendererPrivate__SetStarParams_{ REL::Offset(0x045BB2F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fb3a479eaf54efe04bee35dc8c07c7fe__void_{ REL::Offset(0x044D58C8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fb6de06a4fb3358148bb5827b64829c0__void_{ REL::Offset(0x044AAE78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fb78e2bb52e63e6fc500be7cd212621e__void_{ REL::Offset(0x044D5568) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fb9cc68dec4898af77817d85ac432a05__void_{ REL::Offset(0x0435F358) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fba4adcc29d642c5be1505da95f3cca1__void_{ REL::Offset(0x045BAC68) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fbb467bf6d750df51b7bec5cdf9a1214__void_{ REL::Offset(0x044A9BC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fc14bec31f3eef96ae51549cf087c2ea__void_{ REL::Offset(0x044D5AC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fc20c75db5c662832f1f21e6d0411862__BSTSmartPointer_TESForm_TESFormPolicy__{ REL::Offset(0x044D2178) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fc4d7464c8f2a9af0e6fa063db84a885__void_{ REL::Offset(0x0448E3E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fc5a7a3d608fbcaaa714726ba2a7771d__BSService__Detail__PointerWrapper_BGSLODManager__{ REL::Offset(0x044528D0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fca09c0543155e7882b2f46aec0ed67b__void_{ REL::Offset(0x0447BC20) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fcaf73e3d8809f1f873fde6825e51f1c__void_{ REL::Offset(0x0448D520) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fcbd409d1f3065cf4d493e2af3cdd34d__void_{ REL::Offset(0x044AAF38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fcd73b8f485f78e1c7f0eb96364c8359__void_{ REL::Offset(0x0447C4E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fd476c18651b400f5eacbe773bf0df4a__void_{ REL::Offset(0x0440FD08) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fd798d3a2c10c16ddef287e5325802d3__void_{ REL::Offset(0x0449DA88) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fd8d082ccc13f06a355f03ff8e4e4593__AutomatedTestUtility__CommandRunner__ConsoleCommand_{ REL::Offset(0x044D08A8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fd9116da4e8e9a38d925d4135fe0f597__void_{ REL::Offset(0x044D7FF0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fda6fe9f4ce64c17265fd8a572949e57__void_{ REL::Offset(0x0447F550) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fdd528e9b65a20b6c77525e6f033d37f__void_{ REL::Offset(0x0451FBC0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fdec907b162afc07d72b29e93b37e18e__void_{ REL::Offset(0x044AF308) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fe2f586110ce1c165f0211d2ed02f69b__{ REL::Offset(0x04388448) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fe43470221de5ec17bbf5c42826732eb__void_{ REL::Offset(0x044423E0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fe5013f797962c94d7b6c8197b9d30f7__void_{ REL::Offset(0x047648C0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fe5f433c207b4c5156394008979c62c3__void_{ REL::Offset(0x0455A558) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fe931f82928437e3886c509dc81b31e5__void_{ REL::Offset(0x045216B8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fea828bdbfc0b796b6c866c9f65fe15f__void_{ REL::Offset(0x0448EC40) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_feb7ec54b500143d764a76b9b3fa91ae__void_{ REL::Offset(0x0449E080) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fec7288cccfaf54dd0c480e2a003595c__{ REL::Offset(0x04385598) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_feddd18a0cbade858140ed1c4fb88642__void_{ REL::Offset(0x0449BBC8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fefa1af07137bfea43776815f2a31bfa__{ REL::Offset(0x0457A0B0) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ff1fc4086ee075ce3cd2fded756c2327__void_{ REL::Offset(0x0449BF58) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ff2e7f2ee8b46ce8642784ff42c34d2e__void_{ REL::Offset(0x044AF648) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ffa05cbb81c4328e75bc6019de81fa6f__{ REL::Offset(0x04387C38) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ffafdb4f4c9ae8beefcbc797c23c15c2__void_{ REL::Offset(0x0448A9F8) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ffd45a9c67fe3bdbcdceaaa38b6b5eae__void_{ REL::Offset(0x0457B990) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_ffdd182d0bd312e73072d3506118f589__BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x043A5D30) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fff0494bdf7cecf121ab89c72167f5ee__void_{ REL::Offset(0x04374A78) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fff3bd82c3e582c7056e4ffdb99b463f__void_{ REL::Offset(0x044D5A28) }; + inline constexpr std::array BSService__Detail__TCmd__lambda_fffa2ab94a55b6ba9747750f085ff9c7__void_{ REL::Offset(0x044585D0) }; + inline constexpr std::array BSService__Detail__TCmd_void___BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst__BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__BSResource__IDconst_{ REL::Offset(0x04582470) }; + inline constexpr std::array BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__RenderTarget__CreationRendererPrivate__ApiAbstractionLayer__RenderTargetconst_{ REL::Offset(0x045B3F38) }; + inline constexpr std::array BSService__Detail__TCmd_void___CreationRendererPrivate__ApiAbstractionLayer__Texture__CreationRendererPrivate__ApiAbstractionLayer__Textureconst_{ REL::Offset(0x045B3F18) }; + inline constexpr std::array BSService__Detail__TService_BSService__Detail__TServiceTraits_BGSPlanet__NavMeshGen_BSService__Detail__ReferenceGetterDefaultPointer_BGSPlanet__NavMeshGen___{ REL::Offset(0x0437FF68) }; + inline constexpr std::array BSService__Detail__TService_BSService__Detail__TServiceTraits_BSTextureStreamer__ManagerServiceFramework_BSService__Detail__ReferenceGetterDefaultPointer_BSTextureStreamer__ManagerServiceFramework__BSResource__Server__Commands__NotifyComplete__{ REL::Offset(0x04583360) }; + inline constexpr std::array BSService__Detail__TService_BSService__Detail__TServiceTraits_CreationRendererPrivate__MeshLODDB_BSService__Detail__ReferenceGetterDefaultPointer_CreationRendererPrivate__MeshLODDB__CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction__{ REL::Offset(0x045BEDD8) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BGSPlanet__Commands__AcquireHandles_{ REL::Offset(0x04381AE0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BGSPlanet__Commands__ClearHandles_{ REL::Offset(0x04381B00) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BGSTerrain__ClipUpdatedEvent_{ REL::Offset(0x043A6850) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentCreated_{ REL::Offset(0x0457CEC0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ComponentDestroyed_{ REL::Offset(0x0457CF20) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeAdded_{ REL::Offset(0x0457CF00) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__EdgeRemoved_{ REL::Offset(0x0457CF60) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__FileUnloaded_{ REL::Offset(0x0458A568) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootAdded_{ REL::Offset(0x0457CF80) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__GraphRootRemoved_{ REL::Offset(0x0457CFA0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectCreated_{ REL::Offset(0x0457D040) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectDestroyed_{ REL::Offset(0x0457CEE0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectFreed_{ REL::Offset(0x0457CEA0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectLoaded_{ REL::Offset(0x0458A400) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectModified_{ REL::Offset(0x0458A490) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSComponentDB2__ObjectSaved_{ REL::Offset(0x0458A450) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSResource__Server__Commands__Delete_{ REL::Offset(0x0459C238) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSResource__Server__Commands__NotifyComplete_{ REL::Offset(0x04583200) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_BSService__Commands__NewFrame_{ REL::Offset(0x045868B8) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__DeferredSlotDestruction_{ REL::Offset(0x045BED10) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ForceDirtyHandle_{ REL::Offset(0x045BEBF0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MeshLODCommands__ModifyLODLevel_{ REL::Offset(0x045BEDF0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRendererPrivate__MorphCommands__CreateChargenMorph_{ REL::Offset(0x04764F28) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__CameraEventRequest_{ REL::Offset(0x045BAD90) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationFinishedEvent_{ REL::Offset(0x045BADD0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationProgressedEvent_{ REL::Offset(0x045BAE40) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__PipelineGenerationStartedEvent_{ REL::Offset(0x045BAD30) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEvent_{ REL::Offset(0x045BADB0) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_CreationRenderer__ResetCullingMemoryRequest_{ REL::Offset(0x045BAD70) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_LOD__Commands__LoadedSceneBlockAttached_{ REL::Offset(0x04452A20) }; + inline constexpr std::array BSService__Detail__TSubscriberTable_LOD__Commands__LodUpdateComplete_{ REL::Offset(0x04452A00) }; + inline constexpr std::array BSService__JobSite{ REL::Offset(0x03F0F410) }; + inline constexpr std::array BSService__TInlineDataCommand__lambda_fc5b3a540b3fa7c9716da7e9b592601b__unsignedchar_{ REL::Offset(0x04355458) }; + inline constexpr std::array BSShadowLight{ REL::Offset(0x04584268) }; + inline constexpr std::array BSShapeConstructor{ REL::Offset(0x04459C30) }; + inline constexpr std::array BSSimpleScaleController{ REL::Offset(0x044DB270) }; + inline constexpr std::array BSSkin__BoneData{ REL::Offset(0x047853E8) }; + inline constexpr std::array BSSkin__Instance{ REL::Offset(0x04785228) }; + inline constexpr std::array BSSpatialGraph{ REL::Offset(0x045A1648) }; + inline constexpr std::array BSSpatialGraphInfo{ REL::Offset(0x045A16E0) }; + inline constexpr std::array BSSpatialGraphManager{ REL::Offset(0x0437C660) }; + inline constexpr std::array BSSpatialGraphSearch{ REL::Offset(0x045A1710) }; + inline constexpr std::array BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444CE48) }; + inline constexpr std::array BSSpatialGraphSearchT_BGSSpatialGridSearchPolicies__StandardSearchPolicy_BSPathingRequestPolicies__EscortRequest__{ REL::Offset(0x04448288) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSearchMap3DSearchPolicy_{ REL::Offset(0x04460EB8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FB3D8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__{ REL::Offset(0x044638E8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04471208) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__{ REL::Offset(0x04501018) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FE9A0) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044689D8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04510B88) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044F8360) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04508578) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045010A8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__{ REL::Offset(0x045011C8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04502EE8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04502F78) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04513C30) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450BA00) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045129F0) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FD160) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045084E8) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450B970) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450B8E0) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0445EEF0) }; + inline constexpr std::array BSSpatialGraphSearchT_CombatSpatialGraphSearchPolicyAdapter_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__{ REL::Offset(0x04463978) }; + inline constexpr std::array BSSpatialGraphSearchT___SearchPolicyStandard_{ REL::Offset(0x0437D3C8) }; + inline constexpr std::array BSSplatterExtraData{ REL::Offset(0x04374E20) }; + inline constexpr std::array BSSteamSysInfoSystemUtility{ REL::Offset(0x04790360) }; + inline constexpr std::array BSStorage{ REL::Offset(0x04355478) }; + inline constexpr std::array BSStream{ REL::Offset(0x04412CE8) }; + inline constexpr std::array BSStreamParserData{ REL::Offset(0x0458FF28) }; + inline constexpr std::array BSStreaming__DataStorage{ REL::Offset(0x045B3E48) }; + inline constexpr std::array BSStreaming____BSStreamingJobSite{ REL::Offset(0x045B3640) }; + inline constexpr std::array BSSubBehaviorGraphSingletonData{ REL::Offset(0x0456C1D0) }; + inline constexpr std::array BSSubBehaviorGraphSingletonDataAddToDeferredDeleterTask{ REL::Offset(0x0456C2D8) }; + inline constexpr std::array BSSubSceneNode{ REL::Offset(0x04583E78) }; + inline constexpr std::array BSSysInfoSystemUtility{ REL::Offset(0x03F2DCE8) }; + inline constexpr std::array BSSystemFileAsyncFunctor{ REL::Offset(0x045A8238) }; + inline constexpr std::array BSSystemFileStorage{ REL::Offset(0x045B3E10) }; + inline constexpr std::array BSSystemFileStreamer__HeapData{ REL::Offset(0x045B33C0) }; + inline constexpr std::array BSSystemFileStreamer__PhysicalRequest{ REL::Offset(0x045B33A8) }; + inline constexpr std::array BSSystemFileStreamer__PinnedData{ REL::Offset(0x045B33E0) }; + inline constexpr std::array BSSystemFileStreamer__Streamer{ REL::Offset(0x045B3400) }; + inline constexpr std::array BSSystemFileStreamer__Streamer__ControlThread{ REL::Offset(0x045B3410) }; + inline constexpr std::array BSSystemFileStreamer__Streamer__StreamerThread{ REL::Offset(0x045B3388) }; + inline constexpr std::array BSSystemUtilitiesStrings{ REL::Offset(0x03F2DAD8) }; + inline constexpr std::array BSSystemUtility{ REL::Offset(0x03EF4448) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_bool_ActorCCOnStairsChannel_{ REL::Offset(0x044D8778) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_bool_ActorCCSuportChannel_{ REL::Offset(0x044D8750) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorCCNormDotUpChannel_{ REL::Offset(0x044D87A0) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorCopyGraphVariableChannel_{ REL::Offset(0x044DB588) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorLeftWeaponSpeedChannel_{ REL::Offset(0x044D8700) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorPitchChannel_{ REL::Offset(0x044D87F0) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorPitchDeltaChannel_{ REL::Offset(0x044D8638) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorRollChannel_{ REL::Offset(0x044D8660) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorSpeedSmoothedChannel_{ REL::Offset(0x044D8858), REL::Offset(0x044D8870) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorTimeDeltaChannel_{ REL::Offset(0x044D8728) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorTurnDeltaSmoothedChannel_{ REL::Offset(0x044D87C8), REL::Offset(0x044D8830) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorWardHealthChannel_{ REL::Offset(0x044C3AC8) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorWeaponAttackAnimationDurationChannel_{ REL::Offset(0x044D86B0) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_ActorWeaponSpeedChannel_{ REL::Offset(0x044D8688) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveXRawChannel_{ REL::Offset(0x044DBD20) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveYRawChannel_{ REL::Offset(0x044DBDC0) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerMoveZRawChannel_{ REL::Offset(0x044DBD98) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXRawChannel_{ REL::Offset(0x044DBD70) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSmoothedChannel_{ REL::Offset(0x044DBCE0), REL::Offset(0x044DBD08) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerXSumChannel_{ REL::Offset(0x044DBC50) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYRawChannel_{ REL::Offset(0x044DBD48) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSmoothedChannel_{ REL::Offset(0x044DBC78), REL::Offset(0x044DBCA0) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerControllerYSumChannel_{ REL::Offset(0x044DBCB8) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerDirectionSmoothedChannel_{ REL::Offset(0x044DBBA8) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerFirstSpeedSmoothedChannel_{ REL::Offset(0x044DBC10), REL::Offset(0x044DBC38) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_float_PlayerPitchDeltaSmoothedChannel_{ REL::Offset(0x044DBBD0), REL::Offset(0x044DBBF8) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_int_ActorBoneWeightsActionChannel_{ REL::Offset(0x044D8898) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_int_ActorCopyGraphVariableChannel_{ REL::Offset(0x044DB4B0) }; + inline constexpr std::array BSTAnimationGraphDataChannel_Actor_int_ActorWantBlockChannel_{ REL::Offset(0x044D86D8) }; + inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationDirectionChannel_{ REL::Offset(0x043D1210) }; + inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationSpeedChannel_{ REL::Offset(0x043D1260) }; + inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationTurnDeltaChannel_{ REL::Offset(0x043D1238) }; + inline constexpr std::array BSTAnimationGraphDataChannel_TESObjectREFR_float_AnimationVerticalDirectionChannel_{ REL::Offset(0x043D11E8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSScrapArrayAllocator_{ REL::Offset(0x043447D8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_16__{ REL::Offset(0x04378738) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTAlignedHeapArrayAllocator_8__{ REL::Offset(0x04563198) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459ABF8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTArrayHeapAllocator_{ REL::Offset(0x03EF2A78) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1024__{ REL::Offset(0x0436DA78) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_112__{ REL::Offset(0x04367EC8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_120__{ REL::Offset(0x045A4548) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_128__{ REL::Offset(0x04345CB0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_12__{ REL::Offset(0x03F275E8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_144__{ REL::Offset(0x04367EA0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_160__{ REL::Offset(0x0455A9E0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_16__{ REL::Offset(0x0434A180) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_176__{ REL::Offset(0x045A0408) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_184__{ REL::Offset(0x0451B070) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_192__{ REL::Offset(0x04351178) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_1__{ REL::Offset(0x044C3CF0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2048__{ REL::Offset(0x04387048) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_24__{ REL::Offset(0x04376DD8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2560__{ REL::Offset(0x04762400) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_256__{ REL::Offset(0x0436F410) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_2816__{ REL::Offset(0x045689A8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_32__{ REL::Offset(0x04359E70) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_3584__{ REL::Offset(0x044878E0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_368__{ REL::Offset(0x04471950) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_36__{ REL::Offset(0x043707B0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_384__{ REL::Offset(0x0436F438) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4096__{ REL::Offset(0x04387020) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_40__{ REL::Offset(0x0438A198) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_48__{ REL::Offset(0x04465188) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_4__{ REL::Offset(0x04351628) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_512__{ REL::Offset(0x04487828) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_64__{ REL::Offset(0x04355F38) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_672__{ REL::Offset(0x045A4570) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_704__{ REL::Offset(0x045A3D88) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_72__{ REL::Offset(0x03F2BBA0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_768__{ REL::Offset(0x044F20A8) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_800__{ REL::Offset(0x0434E2C0) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_80__{ REL::Offset(0x04456040) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_8__{ REL::Offset(0x04345890) }; + inline constexpr std::array BSTArrayAllocatorFunctor_BSTSmallArrayHeapAllocator_96__{ REL::Offset(0x04352E48) }; + inline constexpr std::array BSTArrayBase__IAllocatorFunctor{ REL::Offset(0x03EF2B00) }; + inline constexpr std::array BSTCaseInsensitiveStringMap_IDLE_ANIM_ROOT_{ REL::Offset(0x0436A5E8) }; + inline constexpr std::array BSTCommonLLMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0452EE48) }; + inline constexpr std::array BSTCommonStaticMessageQueue_BGSDecalManager__PendingSkinnedDecal_128_{ REL::Offset(0x0436FAC0) }; + inline constexpr std::array BSTCommonStaticMessageQueue_BGSSaveLoadThread__AsyncRequest_8_{ REL::Offset(0x044CFB90) }; + inline constexpr std::array BSTCommonStaticMessageQueue_BSFaceGenManager__PendingCustomizationData_128_{ REL::Offset(0x04441B48) }; + inline constexpr std::array BSTCommonStaticMessageQueue_BSScript__Internal__SuspendedStack_128_{ REL::Offset(0x045AEA20) }; + inline constexpr std::array BSTCommonStaticMessageQueue_NiPointer_NiAVObject__256_{ REL::Offset(0x0459AED0) }; + inline constexpr std::array BSTEventSink_BGSCollisionSoundEvent_{ REL::Offset(0x044D1200) }; + inline constexpr std::array BSTEventSink_BGSCombatImpactEvent_{ REL::Offset(0x044D11E8) }; + inline constexpr std::array BSTEventSink_BGSScannerGuideEffectStatusUpdateEvent_{ REL::Offset(0x044A0C20) }; + inline constexpr std::array BSTEventSink_BSNavMeshGenerationBeginEvent_{ REL::Offset(0x0437FE00) }; + inline constexpr std::array BSTEventSink_BSNavMeshGenerationFinishedEvent_{ REL::Offset(0x0437FDC0) }; + inline constexpr std::array BSTEventSink_CellAttachDetachEvent_{ REL::Offset(0x04377A30) }; + inline constexpr std::array BSTEventSink_DynamicNavMeshBuildCompleteEvent_{ REL::Offset(0x04377B28) }; + inline constexpr std::array BSTEventSink_PlayerNameEvent__NameChangedEvent_{ REL::Offset(0x0448E9A8) }; + inline constexpr std::array BSTEventSink_PlayerPlanetSurveyProgressEvent_{ REL::Offset(0x044A0BF0) }; + inline constexpr std::array BSTEventSink_PositionPlayerEvent_{ REL::Offset(0x0436A850) }; + inline constexpr std::array BSTEventSink_ShipHud_ChangeComponentSelection_{ REL::Offset(0x0449A040) }; + inline constexpr std::array BSTEventSink_TESActorLocationChangeEvent_{ REL::Offset(0x03F2C708) }; + inline constexpr std::array BSTEventSink_TESCellCriticalRefsAttachedEvent_{ REL::Offset(0x0437C630) }; + inline constexpr std::array BSTEventSink_TESCellReferenceAttachDetachEvent_{ REL::Offset(0x0437C648) }; + inline constexpr std::array BSTEventSink_WorkshopColorMode_ApplyColors_{ REL::Offset(0x0447E410) }; + inline constexpr std::array BSTEventSink_WorldSpaceReleasedEvent_{ REL::Offset(0x04452C48) }; + inline constexpr std::array BSTEventSource_Activation__Event_{ REL::Offset(0x043D0558) }; + inline constexpr std::array BSTEventSource_ActivityEvents__ActivityCompletedEvent_{ REL::Offset(0x0436F4B8) }; + inline constexpr std::array BSTEventSource_ActorCellChangeEvent_{ REL::Offset(0x043D2848) }; + inline constexpr std::array BSTEventSource_ActorDamage__Event_{ REL::Offset(0x044D9D80) }; + inline constexpr std::array BSTEventSource_ActorEquipManagerEvent__Event_{ REL::Offset(0x044D4308) }; + inline constexpr std::array BSTEventSource_ActorEquipManagerEvent__SpellEvent_{ REL::Offset(0x044D42F8) }; + inline constexpr std::array BSTEventSource_ActorHeadAttachedEvent_{ REL::Offset(0x043D2858) }; + inline constexpr std::array BSTEventSource_ActorInventoryEvent_{ REL::Offset(0x044DAC48) }; + inline constexpr std::array BSTEventSource_ActorItemEquipped__Event_{ REL::Offset(0x044D9DA0) }; + inline constexpr std::array BSTEventSource_ActorKill__Event_{ REL::Offset(0x044D9D90) }; + inline constexpr std::array BSTEventSource_ActorValueEvents__ActorValueChangedEvent_{ REL::Offset(0x043CF7A8) }; + inline constexpr std::array BSTEventSource_AliasChangeEvent_{ REL::Offset(0x043D2BB8) }; + inline constexpr std::array BSTEventSource_AnimationGraphDependentEvent_{ REL::Offset(0x043D1E58) }; + inline constexpr std::array BSTEventSource_AssaultCrime__Event_{ REL::Offset(0x044D9E08) }; + inline constexpr std::array BSTEventSource_AttachReference__Event_{ REL::Offset(0x03F27870) }; + inline constexpr std::array BSTEventSource_BGSAffinityEventEvent_{ REL::Offset(0x043D2868) }; + inline constexpr std::array BSTEventSource_BGSCellGridLoadEvent_{ REL::Offset(0x043D2A68) }; + inline constexpr std::array BSTEventSource_BGSEventProcessedEvent_{ REL::Offset(0x043D2968) }; + inline constexpr std::array BSTEventSource_BGSHavokWorldCreatedEvent_{ REL::Offset(0x043D29F8) }; + inline constexpr std::array BSTEventSource_BGSKeyword__OnDestroyEvent_{ REL::Offset(0x04409D58) }; + inline constexpr std::array BSTEventSource_BGSLocationLoadedEvent_{ REL::Offset(0x043D2738) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerCompanionDismiss_{ REL::Offset(0x043D2B18) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerCompleteResearchEvent_{ REL::Offset(0x043D29C8) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerCraftItemEvent_{ REL::Offset(0x043D29D8) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerCreateRobotEvent_{ REL::Offset(0x043D29E8) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerEnterVertibirdEvent_{ REL::Offset(0x043D29A8) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerFallLongDistances_{ REL::Offset(0x043D2B28) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerFireWeaponEvent_{ REL::Offset(0x043D2988) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerHealTeammateEvent_{ REL::Offset(0x043D2B68) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerLoiteringBeginEvent_{ REL::Offset(0x043D2AF8) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerLoiteringEndEvent_{ REL::Offset(0x043D2B08) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerModArmorWeaponEvent_{ REL::Offset(0x043D29B8) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerModRobotEvent_{ REL::Offset(0x043D2978) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerSwimmingEvent_{ REL::Offset(0x043D2998) }; + inline constexpr std::array BSTEventSource_BGSOnPlayerUseWorkBenchEvent_{ REL::Offset(0x043D2A38) }; + inline constexpr std::array BSTEventSource_BGSOnSpeechChallengeAvailable_{ REL::Offset(0x043D2A48) }; + inline constexpr std::array BSTEventSource_BGSRadiationDamageEvent_{ REL::Offset(0x043D2B58) }; + inline constexpr std::array BSTEventSource_BSMaterial__MaterialsReloadedEvent_{ REL::Offset(0x0458AB28) }; + inline constexpr std::array BSTEventSource_BSMusicEvent_{ REL::Offset(0x03F27898) }; + inline constexpr std::array BSTEventSource_BSResource__Archive2__ClearRegistryEvent_{ REL::Offset(0x045A73F0) }; + inline constexpr std::array BSTEventSource_BSResource__Archive2__RegisteredEvent_{ REL::Offset(0x045A73E0) }; + inline constexpr std::array BSTEventSource_BSResource__Archive2__StreamOpenedEvent_{ REL::Offset(0x045A7400) }; + inline constexpr std::array BSTEventSource_BSResource__ArchiveRegisteredEvent_{ REL::Offset(0x045A73D0) }; + inline constexpr std::array BSTEventSource_BSResource__NameFoundEvent_{ REL::Offset(0x045A76C0) }; + inline constexpr std::array BSTEventSource_BSScript__StatsEvent_{ REL::Offset(0x045AED30) }; + inline constexpr std::array BSTEventSource_BSSysMonFrameCaptured_{ REL::Offset(0x03F27880) }; + inline constexpr std::array BSTEventSource_Bleedout__Event_{ REL::Offset(0x044DA040) }; + inline constexpr std::array BSTEventSource_BooksRead__Event_{ REL::Offset(0x043C0A98) }; + inline constexpr std::array BSTEventSource_Bounty__Event_{ REL::Offset(0x044DD4E8) }; + inline constexpr std::array BSTEventSource_BuilderMenuSelectEvent_{ REL::Offset(0x043D1DE8) }; + inline constexpr std::array BSTEventSource_CellAttachDetachEvent_{ REL::Offset(0x0436A7B8) }; + inline constexpr std::array BSTEventSource_ChallengeCompletedEvent__Event_{ REL::Offset(0x0436F6D0) }; + inline constexpr std::array BSTEventSource_ChestLooted__Event_{ REL::Offset(0x044DD548) }; + inline constexpr std::array BSTEventSource_ClearShipHudTarget__Event_{ REL::Offset(0x0449A1B0) }; + inline constexpr std::array BSTEventSource_ContractedDisease__Event_{ REL::Offset(0x044DA030) }; + inline constexpr std::array BSTEventSource_CrewAssignedEvent_{ REL::Offset(0x043D2798) }; + inline constexpr std::array BSTEventSource_CrewDismissedEvent_{ REL::Offset(0x043D2728) }; + inline constexpr std::array BSTEventSource_CriticalHitEvent__Event_{ REL::Offset(0x044DD4F8) }; + inline constexpr std::array BSTEventSource_CustomMarkerUpdate__Event_{ REL::Offset(0x044DD538) }; + inline constexpr std::array BSTEventSource_DaysJailed__Event_{ REL::Offset(0x044DD518) }; + inline constexpr std::array BSTEventSource_DaysPassed__Event_{ REL::Offset(0x044D1378) }; + inline constexpr std::array BSTEventSource_DefaultObjectsReadyEvent__Event_{ REL::Offset(0x043D7EB8) }; + inline constexpr std::array BSTEventSource_DeferredDeleter__QueueStatusEvent_{ REL::Offset(0x044D2428) }; + inline constexpr std::array BSTEventSource_DestroyedEvent_{ REL::Offset(0x043D27E8) }; + inline constexpr std::array BSTEventSource_DisarmedEvent__Event_{ REL::Offset(0x044D9D70) }; + inline constexpr std::array BSTEventSource_DynNavMeshOpRecord__CompleteEvent_{ REL::Offset(0x04377B40) }; + inline constexpr std::array BSTEventSource_DynamicNavMeshBuildCompleteEvent_{ REL::Offset(0x0434F358) }; + inline constexpr std::array BSTEventSource_EnteredUnity__Event_{ REL::Offset(0x044DD388) }; + inline constexpr std::array BSTEventSource_FactionRankChange__Event_{ REL::Offset(0x044D9E18) }; + inline constexpr std::array BSTEventSource_FinePaid__Event_{ REL::Offset(0x044DD528) }; + inline constexpr std::array BSTEventSource_FirstThirdPersonSwitch__Event_{ REL::Offset(0x044DD3F8) }; + inline constexpr std::array BSTEventSource_GrandTheftHorse__Event_{ REL::Offset(0x044D98D0) }; + inline constexpr std::array BSTEventSource_HideSubtitleEvent__Event_{ REL::Offset(0x04487680) }; + inline constexpr std::array BSTEventSource_HomeShipSetEvent_{ REL::Offset(0x043D2708) }; + inline constexpr std::array BSTEventSource_HourPassed__Event_{ REL::Offset(0x044D13C8) }; + inline constexpr std::array BSTEventSource_HoursPassed__Event_{ REL::Offset(0x045214A8) }; + inline constexpr std::array BSTEventSource_InstantReferenceInteractionEvent_{ REL::Offset(0x043D2A18) }; + inline constexpr std::array BSTEventSource_InventoryItemEvent__Event_{ REL::Offset(0x043710A8) }; + inline constexpr std::array BSTEventSource_ItemConsumedEvent_{ REL::Offset(0x043D1D88) }; + inline constexpr std::array BSTEventSource_ItemCrafted__Event_{ REL::Offset(0x044DD508) }; + inline constexpr std::array BSTEventSource_ItemSteal__Event_{ REL::Offset(0x044DD488) }; + inline constexpr std::array BSTEventSource_ItemSwappedEvent_{ REL::Offset(0x043D1D68) }; + inline constexpr std::array BSTEventSource_JailEscape__Event_{ REL::Offset(0x044DD468) }; + inline constexpr std::array BSTEventSource_Jailing__Event_{ REL::Offset(0x044DD478) }; + inline constexpr std::array BSTEventSource_LevelIncrease__Event_{ REL::Offset(0x044DD458) }; + inline constexpr std::array BSTEventSource_LocationExplored__Event_{ REL::Offset(0x043CA5A8) }; + inline constexpr std::array BSTEventSource_LocationLinked__Event_{ REL::Offset(0x043CA598) }; + inline constexpr std::array BSTEventSource_LocationMarkerArrayUpdate__Event_{ REL::Offset(0x044DD448) }; + inline constexpr std::array BSTEventSource_LocationTextEvent__Event_{ REL::Offset(0x044A4640) }; + inline constexpr std::array BSTEventSource_LockPickedEvent_{ REL::Offset(0x043D1D78) }; + inline constexpr std::array BSTEventSource_MagicSystem__FlushLogEvent_{ REL::Offset(0x03F27860) }; + inline constexpr std::array BSTEventSource_MagicSystem__LogEvent_{ REL::Offset(0x03F277E0) }; + inline constexpr std::array BSTEventSource_MapMarkerDiscoveredEvent_{ REL::Offset(0x043D1DB8) }; + inline constexpr std::array BSTEventSource_MissionMenuStateEvent__Event_{ REL::Offset(0x044906E0) }; + inline constexpr std::array BSTEventSource_MurderCrime__Event_{ REL::Offset(0x044D9DF8) }; + inline constexpr std::array BSTEventSource_ObjectScannedEvent_{ REL::Offset(0x043D1E18) }; + inline constexpr std::array BSTEventSource_ObjectiveState__Event_{ REL::Offset(0x0440AF80) }; + inline constexpr std::array BSTEventSource_PerkChanged__Event_{ REL::Offset(0x0434F3B8) }; + inline constexpr std::array BSTEventSource_PickRefUpdateEvent_{ REL::Offset(0x04459EF0) }; + inline constexpr std::array BSTEventSource_PiracyCrime__Event_{ REL::Offset(0x044D9DE8) }; + inline constexpr std::array BSTEventSource_PlayerActiveEffectChanged__Event_{ REL::Offset(0x044DD3D8) }; + inline constexpr std::array BSTEventSource_PlayerAddItemEvent_{ REL::Offset(0x043D2A58) }; + inline constexpr std::array BSTEventSource_PlayerAmmoChanged__Event_{ REL::Offset(0x044DD4C8) }; + inline constexpr std::array BSTEventSource_PlayerArrestedEvent_{ REL::Offset(0x043D1DC8) }; + inline constexpr std::array BSTEventSource_PlayerAssaultActorEvent_{ REL::Offset(0x043D1DD8) }; + inline constexpr std::array BSTEventSource_PlayerBuyShipEvent_{ REL::Offset(0x043D1E38) }; + inline constexpr std::array BSTEventSource_PlayerCharacterQuestEvent__Event_{ REL::Offset(0x044DD3E8) }; + inline constexpr std::array BSTEventSource_PlayerCrimeGoldEvent_{ REL::Offset(0x043D1E78) }; + inline constexpr std::array BSTEventSource_PlayerDifficultySettingChanged__Event_{ REL::Offset(0x044DD4D8) }; + inline constexpr std::array BSTEventSource_PlayerFailedPlotRouteEvent_{ REL::Offset(0x043D2718) }; + inline constexpr std::array BSTEventSource_PlayerFastTravel__Event_{ REL::Offset(0x044DD3A8) }; + inline constexpr std::array BSTEventSource_PlayerInDialogueChanged__Event_{ REL::Offset(0x044DD4B8) }; + inline constexpr std::array BSTEventSource_PlayerJailEvent_{ REL::Offset(0x043D1E88) }; + inline constexpr std::array BSTEventSource_PlayerLifeStateChanged__Event_{ REL::Offset(0x044DD4A8) }; + inline constexpr std::array BSTEventSource_PlayerModifiedShipEvent_{ REL::Offset(0x043D26A8) }; + inline constexpr std::array BSTEventSource_PlayerMurderActorEvent_{ REL::Offset(0x043D1E68) }; + inline constexpr std::array BSTEventSource_PlayerNameEvent__NameChangedEvent_{ REL::Offset(0x0448EA20) }; + inline constexpr std::array BSTEventSource_PlayerPayFineEvent_{ REL::Offset(0x043D1E98) }; + inline constexpr std::array BSTEventSource_PlayerPickpocketSuccess__Event_{ REL::Offset(0x044DD3C8) }; + inline constexpr std::array BSTEventSource_PlayerPlanetSurveyCompleteEvent_{ REL::Offset(0x043D1DF8) }; + inline constexpr std::array BSTEventSource_PlayerPlanetSurveyProgressEvent_{ REL::Offset(0x043D1E08) }; + inline constexpr std::array BSTEventSource_PlayerSellShipEvent_{ REL::Offset(0x043D1E48) }; + inline constexpr std::array BSTEventSource_PlayerTrespassEvent_{ REL::Offset(0x043D1E28) }; + inline constexpr std::array BSTEventSource_PoisonedWeapon__Event_{ REL::Offset(0x044DD498) }; + inline constexpr std::array BSTEventSource_ProjectileBeginUpdateEvent_{ REL::Offset(0x044F0248) }; + inline constexpr std::array BSTEventSource_ProjectileKillEvent_{ REL::Offset(0x044F0258) }; + inline constexpr std::array BSTEventSource_QuestStatus__Event_{ REL::Offset(0x04410338) }; + inline constexpr std::array BSTEventSource_QuickContainerOpenedEvent_{ REL::Offset(0x043D2A28) }; + inline constexpr std::array BSTEventSource_RadioManager__PipboyFrequencyDetectionEvent_{ REL::Offset(0x03F277B0) }; + inline constexpr std::array BSTEventSource_RadioManager__PipboyRadioTuningEvent_{ REL::Offset(0x03F277F0) }; + inline constexpr std::array BSTEventSource_RadioManager__PipboyTransmitterDetectionEvent_{ REL::Offset(0x03F277D0) }; + inline constexpr std::array BSTEventSource_RefControlChangedEvent_{ REL::Offset(0x043D1D58) }; + inline constexpr std::array BSTEventSource_ReferenceDestroyedEvent_{ REL::Offset(0x043D2A08) }; + inline constexpr std::array BSTEventSource_RefillAliasEvent__Event_{ REL::Offset(0x0440FED0) }; + inline constexpr std::array BSTEventSource_ReloadWeaponEvent__Event_{ REL::Offset(0x044DA020) }; + inline constexpr std::array BSTEventSource_Research__ResearchProgressEvent_{ REL::Offset(0x044CBEB8) }; + inline constexpr std::array BSTEventSource_RolloverIsCrimeEvent__Event_{ REL::Offset(0x04485850) }; + inline constexpr std::array BSTEventSource_ScannableUtils__ScannedEvent_{ REL::Offset(0x04478558) }; + inline constexpr std::array BSTEventSource_ShowSubtitleEvent__Event_{ REL::Offset(0x044875E8) }; + inline constexpr std::array BSTEventSource_SpaceshipEditor__TransactionEvent_{ REL::Offset(0x043591C0) }; + inline constexpr std::array BSTEventSource_SpeechChallengeCompletionEvent_{ REL::Offset(0x043D1DA8) }; + inline constexpr std::array BSTEventSource_SpellsLearned__Event_{ REL::Offset(0x044DA138) }; + inline constexpr std::array BSTEventSource_TESActivateEvent_{ REL::Offset(0x043D2948) }; + inline constexpr std::array BSTEventSource_TESActiveEffectApplyFinishEvent_{ REL::Offset(0x043D2888) }; + inline constexpr std::array BSTEventSource_TESActiveEffectRemovedEvent_{ REL::Offset(0x043D2898) }; + inline constexpr std::array BSTEventSource_TESActorActivatedRefEvent_{ REL::Offset(0x043D2958) }; + inline constexpr std::array BSTEventSource_TESActorLocationChangeEvent_{ REL::Offset(0x043D2838) }; + inline constexpr std::array BSTEventSource_TESBookReadEvent_{ REL::Offset(0x043D28E8) }; + inline constexpr std::array BSTEventSource_TESCellCriticalRefsAttachedEvent_{ REL::Offset(0x043D2918) }; + inline constexpr std::array BSTEventSource_TESCellFullyLoadedEvent_{ REL::Offset(0x043D28A8) }; + inline constexpr std::array BSTEventSource_TESCellGravityChangeEvent_{ REL::Offset(0x043D28D8) }; + inline constexpr std::array BSTEventSource_TESCellNavmeshGeneratedEvent_{ REL::Offset(0x043D28B8) }; + inline constexpr std::array BSTEventSource_TESCellReadyToApplyDecalsEvent_{ REL::Offset(0x043D28C8) }; + inline constexpr std::array BSTEventSource_TESCellReference3DAttachEvent_{ REL::Offset(0x043D2908) }; + inline constexpr std::array BSTEventSource_TESCellReferenceAttachDetachEvent_{ REL::Offset(0x043D28F8) }; + inline constexpr std::array BSTEventSource_TESCombatEvent_{ REL::Offset(0x043D2768) }; + inline constexpr std::array BSTEventSource_TESCombatListEvent_{ REL::Offset(0x043D2778) }; + inline constexpr std::array BSTEventSource_TESCommandModeCompleteCommandEvent_{ REL::Offset(0x043D27D8) }; + inline constexpr std::array BSTEventSource_TESCommandModeEnterEvent_{ REL::Offset(0x043D2668) }; + inline constexpr std::array BSTEventSource_TESCommandModeExitEvent_{ REL::Offset(0x043D2678) }; + inline constexpr std::array BSTEventSource_TESCommandModeGiveCommandEvent_{ REL::Offset(0x043D2688) }; + inline constexpr std::array BSTEventSource_TESConsciousnessEvent_{ REL::Offset(0x043D2A98) }; + inline constexpr std::array BSTEventSource_TESContainerChangedEvent_{ REL::Offset(0x043D2788) }; + inline constexpr std::array BSTEventSource_TESDeathEvent_{ REL::Offset(0x043D2758) }; + inline constexpr std::array BSTEventSource_TESDeferredKillEvent_{ REL::Offset(0x043D2748) }; + inline constexpr std::array BSTEventSource_TESDestructionStageChangedEvent_{ REL::Offset(0x043D27F8) }; + inline constexpr std::array BSTEventSource_TESEnterBleedoutEvent_{ REL::Offset(0x043D2808) }; + inline constexpr std::array BSTEventSource_TESEnterSneakingEvent_{ REL::Offset(0x043D27A8) }; + inline constexpr std::array BSTEventSource_TESEquipEvent_{ REL::Offset(0x043D2698) }; + inline constexpr std::array BSTEventSource_TESEscortWaitStartEvent_{ REL::Offset(0x043D27B8) }; + inline constexpr std::array BSTEventSource_TESEscortWaitStopEvent_{ REL::Offset(0x043D27C8) }; + inline constexpr std::array BSTEventSource_TESExitBleedoutEvent_{ REL::Offset(0x043D2818) }; + inline constexpr std::array BSTEventSource_TESExitFurnitureEvent_{ REL::Offset(0x043D2878) }; + inline constexpr std::array BSTEventSource_TESFormDeleteEvent_{ REL::Offset(0x043D2638) }; + inline constexpr std::array BSTEventSource_TESFormIDRemapEvent_{ REL::Offset(0x043D2648) }; + inline constexpr std::array BSTEventSource_TESFurnitureEvent_{ REL::Offset(0x043D2658) }; + inline constexpr std::array BSTEventSource_TESGrabReleaseEvent_{ REL::Offset(0x043D26E8) }; + inline constexpr std::array BSTEventSource_TESHarvestEvent__ItemHarvested_{ REL::Offset(0x0436EE88) }; + inline constexpr std::array BSTEventSource_TESHitEvent_{ REL::Offset(0x043D26F8) }; + inline constexpr std::array BSTEventSource_TESInitScriptEvent_{ REL::Offset(0x043D26C8) }; + inline constexpr std::array BSTEventSource_TESLimbCrippleEvent_{ REL::Offset(0x043D2AA8) }; + inline constexpr std::array BSTEventSource_TESLoadGameEvent_{ REL::Offset(0x043D2CC8) }; + inline constexpr std::array BSTEventSource_TESLocationExploredEvent_{ REL::Offset(0x043D26D8) }; + inline constexpr std::array BSTEventSource_TESLockChangedEvent_{ REL::Offset(0x043D2CB8) }; + inline constexpr std::array BSTEventSource_TESMagicEffectApplyEvent_{ REL::Offset(0x043D2CD8) }; + inline constexpr std::array BSTEventSource_TESMissionAcceptedEvent_{ REL::Offset(0x043D2D58) }; + inline constexpr std::array BSTEventSource_TESObjectLoadedEvent_{ REL::Offset(0x043D2C78) }; + inline constexpr std::array BSTEventSource_TESObjectREFRDuplicate__Event_{ REL::Offset(0x043CF320) }; + inline constexpr std::array BSTEventSource_TESObjectREFRIsReadyForAttachEvent_{ REL::Offset(0x043D2C88) }; + inline constexpr std::array BSTEventSource_TESObjectREFRTranslationEvent_{ REL::Offset(0x043D2C08) }; + inline constexpr std::array BSTEventSource_TESOnPCDialogueTargetEvent_{ REL::Offset(0x043D2B48) }; + inline constexpr std::array BSTEventSource_TESOpenCloseEvent_{ REL::Offset(0x043D2C98) }; + inline constexpr std::array BSTEventSource_TESPackageEvent_{ REL::Offset(0x043D2CA8) }; + inline constexpr std::array BSTEventSource_TESPerkEntryRunEvent_{ REL::Offset(0x043D2D28) }; + inline constexpr std::array BSTEventSource_TESPickNewIdleEvent_{ REL::Offset(0x043D2B38) }; + inline constexpr std::array BSTEventSource_TESPickpocketFailedEvent_{ REL::Offset(0x043D2D38) }; + inline constexpr std::array BSTEventSource_TESPlayerActiveEffectEvent_{ REL::Offset(0x043D2828) }; + inline constexpr std::array BSTEventSource_TESPlayerFollowerWarpEvent_{ REL::Offset(0x043D2628) }; + inline constexpr std::array BSTEventSource_TESQuestEvent__Event_{ REL::Offset(0x04410328) }; + inline constexpr std::array BSTEventSource_TESQuestInitEvent_{ REL::Offset(0x043D2D48) }; + inline constexpr std::array BSTEventSource_TESQuestRejectedEvent_{ REL::Offset(0x043D2CE8) }; + inline constexpr std::array BSTEventSource_TESQuestStageEvent_{ REL::Offset(0x043D2CF8) }; + inline constexpr std::array BSTEventSource_TESQuestStageItemDoneEvent_{ REL::Offset(0x043D2D08) }; + inline constexpr std::array BSTEventSource_TESQuestStartStopEvent_{ REL::Offset(0x043D2D18) }; + inline constexpr std::array BSTEventSource_TESQuestTimerEvent_{ REL::Offset(0x043D1D98) }; + inline constexpr std::array BSTEventSource_TESResetEvent_{ REL::Offset(0x043D2BC8) }; + inline constexpr std::array BSTEventSource_TESResolveNPCTemplatesEvent_{ REL::Offset(0x043D2BD8) }; + inline constexpr std::array BSTEventSource_TESSceneActionEvent_{ REL::Offset(0x043D2B78) }; + inline constexpr std::array BSTEventSource_TESSceneEvent_{ REL::Offset(0x043D2BE8) }; + inline constexpr std::array BSTEventSource_TESScenePhaseEvent_{ REL::Offset(0x043D2B88) }; + inline constexpr std::array BSTEventSource_TESSellEvent_{ REL::Offset(0x043D2B98) }; + inline constexpr std::array BSTEventSource_TESSleepStartEvent_{ REL::Offset(0x043D2BA8) }; + inline constexpr std::array BSTEventSource_TESSleepStopEvent_{ REL::Offset(0x043D2C38) }; + inline constexpr std::array BSTEventSource_TESSpellCastEvent_{ REL::Offset(0x043D2C48) }; + inline constexpr std::array BSTEventSource_TESSpellCastFailureEvent_{ REL::Offset(0x043D2C58) }; + inline constexpr std::array BSTEventSource_TESSwitchRaceCompleteEvent_{ REL::Offset(0x043D2A88) }; + inline constexpr std::array BSTEventSource_TESTopicInfoEvent_{ REL::Offset(0x043D2C68) }; + inline constexpr std::array BSTEventSource_TESTrackedStatsEvent_{ REL::Offset(0x043D2BF8) }; + inline constexpr std::array BSTEventSource_TESTrapHitEvent_{ REL::Offset(0x043D2C18) }; + inline constexpr std::array BSTEventSource_TESTriggerEnterEvent_{ REL::Offset(0x043D2AB8) }; + inline constexpr std::array BSTEventSource_TESTriggerEvent_{ REL::Offset(0x043D2C28) }; + inline constexpr std::array BSTEventSource_TESTriggerLeaveEvent_{ REL::Offset(0x043D2AC8) }; + inline constexpr std::array BSTEventSource_TESUniqueIDChangeEvent_{ REL::Offset(0x043D2AD8) }; + inline constexpr std::array BSTEventSource_TESWaitStartEvent_{ REL::Offset(0x043D2AE8) }; + inline constexpr std::array BSTEventSource_TESWaitStopEvent_{ REL::Offset(0x043D2A78) }; + inline constexpr std::array BSTEventSource_TerminalHacked__Event_{ REL::Offset(0x044DD3B8) }; + inline constexpr std::array BSTEventSource_TerminalMenuMenuItemRunEvent_{ REL::Offset(0x043D2928) }; + inline constexpr std::array BSTEventSource_TerminalMenuOnEnterEvent_{ REL::Offset(0x043D2938) }; + inline constexpr std::array BSTEventSource_TraitDiscoveryTextEvent__Event_{ REL::Offset(0x044A4650) }; + inline constexpr std::array BSTEventSource_TravelMarkerStateChange__Event_{ REL::Offset(0x044DD408) }; + inline constexpr std::array BSTEventSource_Trespass__Event_{ REL::Offset(0x044E2108) }; + inline constexpr std::array BSTEventSource_TryUpdateShipHudTarget__Event_{ REL::Offset(0x0449A1C0) }; + inline constexpr std::array BSTEventSource_VATSCommand_{ REL::Offset(0x044F1180) }; + inline constexpr std::array BSTEventSource_VATSEvents__ModeChange_{ REL::Offset(0x044F1110) }; + inline constexpr std::array BSTEventSource_WeaponAttack__Event_{ REL::Offset(0x044DD398) }; + inline constexpr std::array BSTEventSource_WeaponFiredEvent_{ REL::Offset(0x03F277A0) }; + inline constexpr std::array BSTEventSource_WorkbenchTracking__TrackingStatusChanged__Event_{ REL::Offset(0x044CBE88) }; + inline constexpr std::array BSTEventSource_WorkshopNPCTransferEvent_{ REL::Offset(0x043D26B8) }; + inline constexpr std::array BSTEventSource_Workshop__CargoLinkAddedEvent_{ REL::Offset(0x04459E60) }; + inline constexpr std::array BSTEventSource_Workshop__CargoLinkTargetChangedEvent_{ REL::Offset(0x04459F10) }; + inline constexpr std::array BSTEventSource_Workshop__EnterOutpostBeaconModeEvent_{ REL::Offset(0x04459EB0) }; + inline constexpr std::array BSTEventSource_Workshop__ItemGrabbedEvent_{ REL::Offset(0x04459E70) }; + inline constexpr std::array BSTEventSource_Workshop__ItemMovedEvent_{ REL::Offset(0x04459F30) }; + inline constexpr std::array BSTEventSource_Workshop__ItemPlacedEvent_{ REL::Offset(0x04459ED0) }; + inline constexpr std::array BSTEventSource_Workshop__ItemProducedEvent_{ REL::Offset(0x04459EA0) }; + inline constexpr std::array BSTEventSource_Workshop__ItemRemovedEvent_{ REL::Offset(0x04459E80) }; + inline constexpr std::array BSTEventSource_Workshop__ItemRepairedEvent_{ REL::Offset(0x04459F40) }; + inline constexpr std::array BSTEventSource_Workshop__ItemScrappedEvent_{ REL::Offset(0x04459E40) }; + inline constexpr std::array BSTEventSource_Workshop__OutpostNameChangedEvent_{ REL::Offset(0x04459F20) }; + inline constexpr std::array BSTEventSource_Workshop__OutpostPlacedEvent_{ REL::Offset(0x04459EC0) }; + inline constexpr std::array BSTEventSource_Workshop__PlacementStatusEvent_{ REL::Offset(0x04459F00) }; + inline constexpr std::array BSTEventSource_Workshop__PowerOffEvent_{ REL::Offset(0x04459E50) }; + inline constexpr std::array BSTEventSource_Workshop__PowerOnEvent_{ REL::Offset(0x04459E90) }; + inline constexpr std::array BSTEventSource_Workshop__SnapBehaviorCycledEvent_{ REL::Offset(0x04459E20) }; + inline constexpr std::array BSTEventSource_Workshop__WorkshopFlyCameraEvent_{ REL::Offset(0x04459F60) }; + inline constexpr std::array BSTEventSource_Workshop__WorkshopItemPlacedEvent_{ REL::Offset(0x04459EE0) }; + inline constexpr std::array BSTEventSource_Workshop__WorkshopModeEvent_{ REL::Offset(0x04459F50) }; + inline constexpr std::array BSTEventSource_Workshop__WorkshopOutputLinkEvent_{ REL::Offset(0x04459E10) }; + inline constexpr std::array BSTEventSource_Workshop__WorkshopStatsChangedEvent_{ REL::Offset(0x04459E00) }; + inline constexpr std::array BSTEventSource_Workshop__WorkshopUpdateStatsEvent_{ REL::Offset(0x04459E30) }; + inline constexpr std::array BSTEventSource_XPChange__Event_{ REL::Offset(0x03F277C0) }; + inline constexpr std::array BSTEventSource_nsBarterMenu__CompletedEvent_{ REL::Offset(0x044A65C0) }; + inline constexpr std::array BSTFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0452ED40) }; + inline constexpr std::array BSTFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_{ REL::Offset(0x044D88C0) }; + inline constexpr std::array BSTFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_{ REL::Offset(0x04474138) }; + inline constexpr std::array BSTFunction_EventDispatcherBackend_{ REL::Offset(0x04590A08) }; + inline constexpr std::array BSTFunction_UIDataShuttleConnector_{ REL::Offset(0x0458F578) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ActivityTrackerActivityStartedEvent_{ REL::Offset(0x0436F670) }; + inline constexpr std::array BSTGlobalEvent__EventSource_AnimationDataCleanupEvent_{ REL::Offset(0x043458C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_AnimationDataSetupEvent_{ REL::Offset(0x043458B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_AutoLoadDoorRolloverEvent_{ REL::Offset(0x043C1928) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSAcousticSpaceListener__StackChangedEvent_{ REL::Offset(0x044C8B98) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSActorDeathEvent_{ REL::Offset(0x044CA078) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSAppPausedEvent_{ REL::Offset(0x04520270) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSPlanet__PlayerKnowledgeFlagSetEvent_{ REL::Offset(0x04382508) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSScannerGuideEffectStatusUpdateEvent_{ REL::Offset(0x0449FCE0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionEndEvent_{ REL::Offset(0x043A78D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BGSSceneActionPlayerDialogue__ActionStartEvent_{ REL::Offset(0x043A78C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSBethesdaPlatformLoginEvent_{ REL::Offset(0x0448A8A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__MenuClosedEvent_{ REL::Offset(0x044B0000) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSChargenAPI__BIDataUtils__PresetNPCChangedEvent_{ REL::Offset(0x044B0310) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_FaderMenuDisplayState__{ REL::Offset(0x0451E500) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerAutoAimActorEvent__{ REL::Offset(0x044DB8C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_PlayerCrosshairModeEvent__{ REL::Offset(0x04485778) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSTValueRequestEvent_SaveLoadMessageStringEvent__{ REL::Offset(0x044A3298) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BSWorldOriginShiftEvent_{ REL::Offset(0x04377970) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_BuyItem_{ REL::Offset(0x044A61C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_CloseMenu_{ REL::Offset(0x044A6218) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_HideModel_{ REL::Offset(0x044A61F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_LoadModel_{ REL::Offset(0x044A6208) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_SellItem_{ REL::Offset(0x044A61B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_SetMouseOverModel_{ REL::Offset(0x044A61A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_ShowFailureMessage_{ REL::Offset(0x044A61E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BarterMenu_ViewedItem_{ REL::Offset(0x044A61D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BinkMovieStoppedPlayingEvent_{ REL::Offset(0x0447C758) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BlurEvent_{ REL::Offset(0x0451B060) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BoundaryMenu_FastTravel_{ REL::Offset(0x04478F00) }; + inline constexpr std::array BSTGlobalEvent__EventSource_BoundaryMenu_ShowMap_{ REL::Offset(0x04478F10) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CameraCutEvent_{ REL::Offset(0x0445C7F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_BrowChange_{ REL::Offset(0x044B0140) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_BrowColorChange_{ REL::Offset(0x044B0190) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_CancelTextEntry_{ REL::Offset(0x044B0080) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_CloseMenu_{ REL::Offset(0x044B0010) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_CyclePronoun_{ REL::Offset(0x044B01B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_DirtScarsEtcChange_{ REL::Offset(0x044B00F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_EndBodyChange_{ REL::Offset(0x044B0280) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_EndTextEntry_{ REL::Offset(0x044B0070) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_EyeColorChange_{ REL::Offset(0x044B0130) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_FacialHairChange_{ REL::Offset(0x044B0170) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_FacialHairColorChange_{ REL::Offset(0x044B0180) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HairChange_{ REL::Offset(0x044B0150) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HairColorChange_{ REL::Offset(0x044B0160) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HeadpartPlusSelectorChange_{ REL::Offset(0x044B00D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_HeadpartPresetChange_{ REL::Offset(0x044B0030) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_JewelryChange_{ REL::Offset(0x044B0250) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_JewelryColorChange_{ REL::Offset(0x044B0260) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_MakeupChange_{ REL::Offset(0x044B02E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_MarkingsChange_{ REL::Offset(0x044B02F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PostBlendColorOptionChange_{ REL::Offset(0x044B02C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PostBlendFaceChange_{ REL::Offset(0x044B02B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PostBlendIntensityChange_{ REL::Offset(0x044B02D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_PresetChange_{ REL::Offset(0x044B0020) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_RollOffLocomotion_{ REL::Offset(0x044B0220) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_RollOnLocomotion_{ REL::Offset(0x044B0210) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_RotatePaperdoll_{ REL::Offset(0x044B0200) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetAdditionalSlider_{ REL::Offset(0x044B0290) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetBackground_{ REL::Offset(0x044B0120) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetBlockInputUnderPopup_{ REL::Offset(0x044B02A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetBodyValues_{ REL::Offset(0x044B00B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetCameraPosition_{ REL::Offset(0x044B00C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetPronoun_{ REL::Offset(0x044B01C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetSex_{ REL::Offset(0x044B0040) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetSlider_{ REL::Offset(0x044B0050) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SetTrait_{ REL::Offset(0x044B0110) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_ShowChooseBackgroundMessage_{ REL::Offset(0x044B00A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_ShowPlayerRenameMessage_{ REL::Offset(0x044B0090) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SkintoneChange_{ REL::Offset(0x044B00E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_StartBodyChange_{ REL::Offset(0x044B0270) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_StartTextEntry_{ REL::Offset(0x044B0060) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SwitchBodyType_{ REL::Offset(0x044B01F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_SwitchLocomotion_{ REL::Offset(0x044B01E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TeethChange_{ REL::Offset(0x044B01A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TeethRollOff_{ REL::Offset(0x044B0240) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TeethRollOn_{ REL::Offset(0x044B0230) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_ToggleMarking_{ REL::Offset(0x044B0100) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharGen_TogglePreviewHabSuit_{ REL::Offset(0x044B01D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharacterBeginLevelUpEvent_{ REL::Offset(0x044CA088) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CharacterFinishLevelUpEvent_{ REL::Offset(0x0448E758) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ClearHUDMessagesEvent_{ REL::Offset(0x04486880) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ClearQuickContainerEvent_{ REL::Offset(0x043C1938) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenuClosed__Event_{ REL::Offset(0x0447C430) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_CloseMenu_{ REL::Offset(0x04481208) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_HideModel_{ REL::Offset(0x0451DA08) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_Jettison_{ REL::Offset(0x0451D9E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_LoadModel_{ REL::Offset(0x0451DA18) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_OpenRefuelMenu_{ REL::Offset(0x0451D9F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_SetMouseOverModel_{ REL::Offset(0x0451D9D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_TakeAll_{ REL::Offset(0x0451DA28) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_ToggleEquip_{ REL::Offset(0x0451DA48) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_TransferAllResources_{ REL::Offset(0x0451DA38) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContainerMenu_TransferItem_{ REL::Offset(0x0451D828) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ContextStackChangedEvent_{ REL::Offset(0x0456E130) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ControlsRemappedEvent_{ REL::Offset(0x04494098) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_CraftItem_{ REL::Offset(0x0447F520) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_ExitBench_{ REL::Offset(0x0447F500) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_Highlight3D_{ REL::Offset(0x044C0750) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_InstallMod_{ REL::Offset(0x0447F4B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_RenameItem_{ REL::Offset(0x0447F4D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_RevertHighlight_{ REL::Offset(0x044C0760) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_RevertedModdedItem_{ REL::Offset(0x0447F4C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedModSlot_{ REL::Offset(0x0447F4E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedMod_{ REL::Offset(0x0447F4F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedModdableItem_{ REL::Offset(0x0447F490) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SelectedRecipe_{ REL::Offset(0x0447F4A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SessionSummaryEvent_{ REL::Offset(0x0447F510) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_SetInspectControls_{ REL::Offset(0x0447F530) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_ToggleTracking_{ REL::Offset(0x0447F540) }; + inline constexpr std::array BSTGlobalEvent__EventSource_CraftingMenu_ViewingModdableItem_{ REL::Offset(0x0447F480) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_CloseMenu_{ REL::Offset(0x044B2188) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_ClosedForSubMenu_{ REL::Offset(0x044B2178) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_Missions_{ REL::Offset(0x044B2148) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_OpenPauseMenu_{ REL::Offset(0x044B2218) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_PlotToLocation_{ REL::Offset(0x044B2208) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_Reopened_{ REL::Offset(0x044B2198) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedAttributesMenu_{ REL::Offset(0x044B21E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedInventoryMenu_{ REL::Offset(0x044B21D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedMapMenu_{ REL::Offset(0x044B21C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedPowersMenu_{ REL::Offset(0x044B21F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedShipMenu_{ REL::Offset(0x044B21B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SelectedStatusMenu_{ REL::Offset(0x044B21A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SetMenuForQuickEntry_{ REL::Offset(0x044B2158) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_SetPaperDollActive_{ REL::Offset(0x044B2168) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataMenu_StartCloseAnim_{ REL::Offset(0x04481228) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateButtons_acceptClicked_{ REL::Offset(0x044A76F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateButtons_cancelClicked_{ REL::Offset(0x044A76E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateMenu_playSFX_{ REL::Offset(0x044A7700) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DataSlateMenu_toggleAudio_{ REL::Offset(0x044A7710) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_CompleteExit_{ REL::Offset(0x0449F4B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnDialogueSelect_{ REL::Offset(0x0451E218) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnListVisibilityChange_{ REL::Offset(0x0451E3A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnPersuasionAutoWin_{ REL::Offset(0x0451E228) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_OnScriptedDialogueSelect_{ REL::Offset(0x0451E398) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_RequestExit_{ REL::Offset(0x0451E3B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DialogueMenu_RequestSkipDialogue_{ REL::Offset(0x0451E3C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DisplayFatigueWarningEvent_{ REL::Offset(0x044A31D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_DocAcceptMenu_Accept_{ REL::Offset(0x04479370) }; + inline constexpr std::array BSTGlobalEvent__EventSource_EndLoadGameEvent_{ REL::Offset(0x0434B0C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ExperienceMeterDisplayData_{ REL::Offset(0x044A2718) }; + inline constexpr std::array BSTGlobalEvent__EventSource_FaderMenuDisplayState_{ REL::Offset(0x0451E4F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_FavoritesMenu_AssignQuickkey_{ REL::Offset(0x0451E780) }; + inline constexpr std::array BSTGlobalEvent__EventSource_FavoritesMenu_UseQuickkey_{ REL::Offset(0x0451E770) }; + inline constexpr std::array BSTGlobalEvent__EventSource_GameStalledEvent_{ REL::Offset(0x045A7D88) }; + inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_CloseAllMenus_{ REL::Offset(0x044A1778) }; + inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_CloseMenu_{ REL::Offset(0x044A1768) }; + inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_PlayMenuSound_{ REL::Offset(0x044A17A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_StartGameRender_{ REL::Offset(0x044A1788) }; + inline constexpr std::array BSTGlobalEvent__EventSource_GlobalFunc_UserEvent_{ REL::Offset(0x044A1798) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDActivityIncreaseEvent_{ REL::Offset(0x0433F2B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDCrewBuffMessageEvent_{ REL::Offset(0x0447E9D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDModeEvent_{ REL::Offset(0x04483700) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotificationEvent_{ REL::Offset(0x044A38C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_MissionActiveWidgetUpdate_{ REL::Offset(0x044A38B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_OpenDataMenu_{ REL::Offset(0x044A3898) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_OpenMissionMenu_{ REL::Offset(0x044A3888) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDNotification_SetMissionActive_{ REL::Offset(0x044A38A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDRolloverActivationButtonEvent_{ REL::Offset(0x044836E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDRolloverActivationQCItemPressEvent_{ REL::Offset(0x044836D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HUDWeaponWorldFOVMultChangedEvent_{ REL::Offset(0x0438BF40) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HangarShipSelection_ChangeSystemDisplay_{ REL::Offset(0x0447C3F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HangarShipSelection_RepairShip_{ REL::Offset(0x0447C400) }; + inline constexpr std::array BSTGlobalEvent__EventSource_HangarShipSelection_UpgradeSystem_{ REL::Offset(0x0447C410) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ImageFixtureEvent_RequestImage_{ REL::Offset(0x04590048) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ImageFixtureEvent_UnregisterImage_{ REL::Offset(0x04590038) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_Change3DView_{ REL::Offset(0x04481218) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_DropItem_{ REL::Offset(0x044A8508) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_HideModel_{ REL::Offset(0x044A8528) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_LoadModel_{ REL::Offset(0x044A8538) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_OnEnterCategory_{ REL::Offset(0x044A84C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_OpenCargoHold_{ REL::Offset(0x044A84F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_PaperDollTryOn_{ REL::Offset(0x04481248) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ResetPaperDollInv_{ REL::Offset(0x04481258) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_SelectItem_{ REL::Offset(0x044A8518) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_SetMouseOverModel_{ REL::Offset(0x044A84D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_StartCloseAnim_{ REL::Offset(0x044A84B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ToggleFavorite_{ REL::Offset(0x044A84E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ToggleHelmet_{ REL::Offset(0x0448E788) }; + inline constexpr std::array BSTGlobalEvent__EventSource_InventoryMenu_ToggleSuit_{ REL::Offset(0x0448E778) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Inventory_SetSort_{ REL::Offset(0x04483710) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_AnimFinished_{ REL::Offset(0x044A2728) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_OnWidgetShown_{ REL::Offset(0x044A26D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_OpenDataMenu_{ REL::Offset(0x044A2708) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LevelUp_ShowSkills_{ REL::Offset(0x044A26F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LoadScreenEndEvent_{ REL::Offset(0x0436A478) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LoadScreenStartEvent_{ REL::Offset(0x0436A468) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LoadingMenu_RefreshText_{ REL::Offset(0x0451F840) }; + inline constexpr std::array BSTGlobalEvent__EventSource_LocationTextWidget_FinishedQueue_{ REL::Offset(0x044A26E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_ActionCanceled_{ REL::Offset(0x0451FDC0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_ActionConfirmed_{ REL::Offset(0x0451FDD0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_ConfirmLoad_{ REL::Offset(0x0451FDA0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_DeleteSave_{ REL::Offset(0x0451FD90) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_LegalScreenComplete_{ REL::Offset(0x0451FD60) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_SetCharacter_{ REL::Offset(0x0451FD80) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_StartAction_{ REL::Offset(0x0451FDE0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_StartLoad_{ REL::Offset(0x0451FDB0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MainMenu_UploadSave_{ REL::Offset(0x0451FD70) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MessageBoxMenu_OnBackOut_{ REL::Offset(0x045209C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MessageBoxMenu_OnButtonPress_{ REL::Offset(0x045209E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MessageBoxMenu_OnScriptedButtonPress_{ REL::Offset(0x045209D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionBoard_MissionEntryChanged_{ REL::Offset(0x044A8D28) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionBoard_MissionEntryPressed_{ REL::Offset(0x044A8D38) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ClearState_{ REL::Offset(0x044A69B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_PlotToLocation_{ REL::Offset(0x044A6A00) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_RejectQuest_{ REL::Offset(0x044A69E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_SaveCategoryIndex_{ REL::Offset(0x044A69C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_SaveOpenedId_{ REL::Offset(0x044A69D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ShowItemLocation_{ REL::Offset(0x044A6A10) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ToggleQTDisplay_{ REL::Offset(0x044A69A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MissionMenu_ToggleTrackingQuest_{ REL::Offset(0x044A69F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ModelReferenceEffectEvents__ReferenceEffectFinished_{ REL::Offset(0x044C6098) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Bioscan_{ REL::Offset(0x044A9DE0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_FastTravel_{ REL::Offset(0x044A9E60) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Harvest_{ REL::Offset(0x044A9DD0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Initialize_{ REL::Offset(0x044A9DA0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Outpost_{ REL::Offset(0x044A9DC0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_PhotoMode_{ REL::Offset(0x044A9E10) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_Shutdown_{ REL::Offset(0x044A9DB0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_SocialSpell_{ REL::Offset(0x044A9DF0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_StartContainerView_{ REL::Offset(0x044A9E40) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_StopContainerView_{ REL::Offset(0x044A9E50) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_SurfaceMap_{ REL::Offset(0x044A9E00) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_UseListScrollControls_{ REL::Offset(0x044A9E70) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_ZoomIn_{ REL::Offset(0x044A9E20) }; + inline constexpr std::array BSTGlobalEvent__EventSource_MonocleMenu_ZoomOut_{ REL::Offset(0x044A9E30) }; + inline constexpr std::array BSTGlobalEvent__EventSource_OpenContainerMenuEventData_{ REL::Offset(0x04483768) }; + inline constexpr std::array BSTGlobalEvent__EventSource_OpenContainerMenuFromListenerEvent_{ REL::Offset(0x044836F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ActionCanceled_{ REL::Offset(0x044B3120) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ConfirmAction_{ REL::Offset(0x044B30F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ConfirmLoad_{ REL::Offset(0x044B3140) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_ConfirmSave_{ REL::Offset(0x044B3150) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_DeleteSave_{ REL::Offset(0x044B3130) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_QuitToDesktop_{ REL::Offset(0x044B3180) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_SetCharacter_{ REL::Offset(0x044B3160) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_StartAction_{ REL::Offset(0x044B3100) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_StartLoad_{ REL::Offset(0x044B3110) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PauseMenu_UploadSave_{ REL::Offset(0x044B3170) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoGallery_DeletePhoto_{ REL::Offset(0x0447A7D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_InitializeCategory_{ REL::Offset(0x044AA360) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_ResetToDefaults_{ REL::Offset(0x044AA370) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_SliderChanged_{ REL::Offset(0x044AA380) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_StepperChanged_{ REL::Offset(0x044AA390) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_TakeSnapshot_{ REL::Offset(0x044AA3A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_ToggleHelmet_{ REL::Offset(0x044AA3C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PhotoMode_ToggleUI_{ REL::Offset(0x044AA3B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PickRefStateChangedEvent_{ REL::Offset(0x0436EDB8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PickpocketMenu_OnItemSelect_{ REL::Offset(0x044AB330) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayBink_CloseMenu_{ REL::Offset(0x044B3750) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerAutoAimActorEvent_{ REL::Offset(0x044DB8B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsEndEvent_{ REL::Offset(0x04476478) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerIronSightsStartEvent_{ REL::Offset(0x04476468) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpPressEvent_{ REL::Offset(0x04474EA0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerJumpReleaseEvent_{ REL::Offset(0x04474EB0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintJustPressedEvent_{ REL::Offset(0x04475508) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerControls__PlayerZeroGSprintReleasedEvent_{ REL::Offset(0x044754F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerCrosshairModeEvent_{ REL::Offset(0x04485788) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerDetectionLevelChangeEvent_{ REL::Offset(0x044873F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerInCombatChangeEvent_{ REL::Offset(0x044DF8E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerSetWeaponStateEvent_{ REL::Offset(0x044A44F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerSneakingChangeEvent_{ REL::Offset(0x04475440) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PlayerUpdateEvent_{ REL::Offset(0x0448E768) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PowersMenu_ActivateEssence_{ REL::Offset(0x0447ADD0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PowersMenu_EquipPower_{ REL::Offset(0x0447ADC0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_PowersMenu_FavoritePower_{ REL::Offset(0x0447ADB0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ReferenceCellLoadedTemps_{ REL::Offset(0x043CDFC8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ReferenceQueuedEvent_{ REL::Offset(0x043695E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RefreshDataMenuForSkillsChangeEvent_{ REL::Offset(0x04481238) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Refuel_Accept_{ REL::Offset(0x044ADAA0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Refuel_Cancel_{ REL::Offset(0x044ADAB0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_AddMaterial_{ REL::Offset(0x044AB6D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_CategorySelected_{ REL::Offset(0x044AB6A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_ExitMenu_{ REL::Offset(0x044AB6E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_HideModel_{ REL::Offset(0x044AB6F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_PreviewProject_{ REL::Offset(0x044AB6B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_ProjectViewed_{ REL::Offset(0x044AB6C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_SetInspectControls_{ REL::Offset(0x044AB708) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResearchMenu_ToggleTrackingProject_{ REL::Offset(0x044AB718) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResetHistoryDataEvent_{ REL::Offset(0x04389D58) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ResourceServerLogDumped_{ REL::Offset(0x045A7D98) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Reticle_OnLongAnimFinished_{ REL::Offset(0x044B4070) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceAttach_{ REL::Offset(0x04351268) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceCleared3d_{ REL::Offset(0x04374C88) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDestroy_{ REL::Offset(0x04374BA8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceDetach_{ REL::Offset(0x04351278) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceInit_{ REL::Offset(0x04374C78) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceRecycle_{ REL::Offset(0x04374B98) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__ReferenceSet3d_{ REL::Offset(0x04374C98) }; + inline constexpr std::array BSTGlobalEvent__EventSource_RuntimeComponentDBFactory__Release3DRelatedData_{ REL::Offset(0x04374988) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SaveLoadEvent_{ REL::Offset(0x04477438) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SaveLoadMessageStringEvent_{ REL::Offset(0x044A3288) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_BackOutKey_{ REL::Offset(0x044ACFF8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_CloseMenu_{ REL::Offset(0x044AC4A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_ConfirmExit_{ REL::Offset(0x044AD028) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_EliminateUnusedKeys_{ REL::Offset(0x044AD018) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_GetRingHint_{ REL::Offset(0x044AD008) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_SelectNewKey_{ REL::Offset(0x044AD038) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SecurityMenu_TryUseKey_{ REL::Offset(0x044ACFE8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_CheckBoxChanged_{ REL::Offset(0x04494668) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_ClearBinding_{ REL::Offset(0x04494628) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_OpenCategory_{ REL::Offset(0x044945F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_OpenSettings_{ REL::Offset(0x04494608) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_RemapConfirmed_{ REL::Offset(0x04494618) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_RemapMode_{ REL::Offset(0x04494088) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_ResetToDefaults_{ REL::Offset(0x04494658) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_SaveControls_{ REL::Offset(0x044940B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_SaveSettings_{ REL::Offset(0x044940A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_SliderChanged_{ REL::Offset(0x04494648) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_StepperChanged_{ REL::Offset(0x04494638) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SettingsPanel_ValidateControls_{ REL::Offset(0x044945E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipBuilder_CloseAllMenus_{ REL::Offset(0x0435F2A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCameraStateToggled_{ REL::Offset(0x0445C940) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Assign_{ REL::Offset(0x044AD488) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewAssignMenu_Unassign_{ REL::Offset(0x044AD498) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_Close_{ REL::Offset(0x0447C420) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_OpenAssignMenu_{ REL::Offset(0x04496570) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_SetSort_{ REL::Offset(0x04496580) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipCrewMenu_ViewedItem_{ REL::Offset(0x044AD478) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_ChangeModuleCategory_{ REL::Offset(0x0435BDE8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerControlChanged_{ REL::Offset(0x0435C218) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnColorPickerTabChanged_{ REL::Offset(0x0435C1F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnColorSliderMouseInput_{ REL::Offset(0x0435C168) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmCancel_{ REL::Offset(0x0435A0E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmExit_{ REL::Offset(0x0435A0F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnExitConfirmSaveAndExit_{ REL::Offset(0x0435A0D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnFlightCheckTabChanged_{ REL::Offset(0x0435A980) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnHintButtonActivated_{ REL::Offset(0x0435F2B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnRecentColorSwatchClicked_{ REL::Offset(0x0435C208) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnRenameEndEditText_{ REL::Offset(0x0435B910) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnRenameInputCancelled_{ REL::Offset(0x0435B8E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_OnWeaponGroupChanged_{ REL::Offset(0x0435A970) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_PreviewShipPart_{ REL::Offset(0x0435BDD8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_PreviewUpgrade_{ REL::Offset(0x0434D1B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_RemoveAll3D_{ REL::Offset(0x0435F2C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_SelectedShipPart_{ REL::Offset(0x0435BDC8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_SelectedUpgrade_{ REL::Offset(0x0434D1A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipEditor_SystemSelected_{ REL::Offset(0x0434C6E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferItem_{ REL::Offset(0x044B4050) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHudQuickContainer_TransferMenu_{ REL::Offset(0x044979B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_AbortJump_{ REL::Offset(0x044B4080) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Activate_{ REL::Offset(0x044979C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_BodyViewMarkerDimensions_{ REL::Offset(0x044978F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_ChangeComponentSelection_{ REL::Offset(0x044979D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_CloseMenu_{ REL::Offset(0x04497108) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Deselect_{ REL::Offset(0x04497990) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_DockRequested_{ REL::Offset(0x044B4060) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_FarTravel_{ REL::Offset(0x044978B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_HailAccepted_{ REL::Offset(0x04497920) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_HailCancelled_{ REL::Offset(0x04497970) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_HailShip_{ REL::Offset(0x044B4040) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_JumpToQuestMarker_{ REL::Offset(0x04497940) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Land_{ REL::Offset(0x04497960) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_LandingMarkerMap_{ REL::Offset(0x04497980) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Map_{ REL::Offset(0x04497950) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_OnMonocleToggle_{ REL::Offset(0x04497910) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_OpenPhotoMode_{ REL::Offset(0x04497900) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Repair_{ REL::Offset(0x044978C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_SetTargetMode_{ REL::Offset(0x04497930) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_TargetShipSystem_{ REL::Offset(0x044978E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_Target_{ REL::Offset(0x044979A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_UntargetShipSystem_{ REL::Offset(0x044978D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_UpdateComponentPower_{ REL::Offset(0x044979E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShipHud_UpdateTargetPanelRect_{ REL::Offset(0x044B40D0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShowCustomWatchAlert_{ REL::Offset(0x04487818) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShowHUDMessageEvent_{ REL::Offset(0x04486890) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShowLongShipBootup_{ REL::Offset(0x04497A00) }; + inline constexpr std::array BSTGlobalEvent__EventSource_ShowingQuestMarketTextEvent_{ REL::Offset(0x044852C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_Accept_{ REL::Offset(0x044ADE50) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_AddPatch_{ REL::Offset(0x044ADE60) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_Cancel_{ REL::Offset(0x044ADE40) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_ChangeCursorVisibility_{ REL::Offset(0x044ADE70) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SkillsMenu_SaveLastCategory_{ REL::Offset(0x044ADE80) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SleepWaitMenu_InterruptRest_{ REL::Offset(0x04521698) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SleepWaitMenu_StartRest_{ REL::Offset(0x045216A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SnapTemplateUtils__SnapReplaceEvent_{ REL::Offset(0x0439F478) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SpaceshipBIEvents__ShipPowerAllocationBIEventSent_{ REL::Offset(0x044C8F90) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SpaceshipWeaponBinding__SpaceshipWeaponBindingChangedEvent_{ REL::Offset(0x04478650) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__BoughtEvent_{ REL::Offset(0x0455AF50) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ContrabandScanWarningEvent_{ REL::Offset(0x0455B180) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__DockEvent_{ REL::Offset(0x0455AEB0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__DynamicNavmeshCompleted_{ REL::Offset(0x0455AED0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__FarTravelEvent_{ REL::Offset(0x0455B1A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__GravJumpEvent_{ REL::Offset(0x044B40A0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__LandedSetEvent_{ REL::Offset(0x044B4090) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__LandingEvent_{ REL::Offset(0x0455AEC0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__PlanetScanEvent_{ REL::Offset(0x0455B190) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__PlayerMovementOutputEvent_{ REL::Offset(0x044979F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__RampDownEvent_{ REL::Offset(0x0455AF10) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__RefueledEvent_{ REL::Offset(0x0455AF40) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__RegisteredEvent_{ REL::Offset(0x0455AF70) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShieldEvent_{ REL::Offset(0x0455AF20) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShipAddedEvent_{ REL::Offset(0x0455AF00) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShipCollisionEvent_{ REL::Offset(0x0455AF30) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__ShipCustomizedEvent_{ REL::Offset(0x0455B1F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SoldEvent_{ REL::Offset(0x0455AF60) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemDamagedEvent_{ REL::Offset(0x0455AE80) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemPowerAllocationEvent_{ REL::Offset(0x0455AEF0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemPowerChangeEvent_{ REL::Offset(0x0455AEE0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemRepairedBIEvent_{ REL::Offset(0x0455AEA0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__SystemRepairedEvent_{ REL::Offset(0x0455AE90) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__TakeDamagEvent_{ REL::Offset(0x0455B1E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Spaceship__TakeOffEvent_{ REL::Offset(0x0455B1B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ExecuteRoute_{ REL::Offset(0x044B98E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_Galaxy_FocusSystem_{ REL::Offset(0x044B93E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_LandingInputInProgress_{ REL::Offset(0x044B5528) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupContainerVisibilityChanged_{ REL::Offset(0x044B5578) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryClicked_{ REL::Offset(0x044B5568) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_MarkerGroupEntryHoverChanged_{ REL::Offset(0x044B5598) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnCancel_{ REL::Offset(0x044B9928) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnClearRoute_{ REL::Offset(0x044B98C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnExitStarMap_{ REL::Offset(0x044B9908) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnGalaxyViewInitialized_{ REL::Offset(0x044B93F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnHintButtonClicked_{ REL::Offset(0x044B98D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_OnOutpostEntrySelected_{ REL::Offset(0x044B98F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_QuickSelectChange_{ REL::Offset(0x044B79C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ReadyToClose_{ REL::Offset(0x044B9918) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ScanPlanet_{ REL::Offset(0x044B5538) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSiteFailed_{ REL::Offset(0x044B5588) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_SelectedLandingSite_{ REL::Offset(0x044B5548) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMapMenu_ShowRealCursor_{ REL::Offset(0x044B5558) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StarMap__PlanetTraitKnownEvent_{ REL::Offset(0x043824F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StartLoadGameEvent_{ REL::Offset(0x0434B0B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_StartOutpostFromListenerEvent_{ REL::Offset(0x04482D50) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SurfaceMapMenu_EnablePointCloud_{ REL::Offset(0x044BB280) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SurfaceMapMenu_MarkerClicked_{ REL::Offset(0x044BB290) }; + inline constexpr std::array BSTGlobalEvent__EventSource_SurfaceMapMenu_TryPlaceCustomMarker_{ REL::Offset(0x044BB270) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TESQuestRewardEvent_{ REL::Offset(0x0438AFC0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TakeoffMenu_CloseMenu_{ REL::Offset(0x044B40E0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TakeoffMenu_ExitShip_{ REL::Offset(0x044B40B0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TakeoffMenu_Launch_{ REL::Offset(0x044B40C0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TargetHitEvent_{ REL::Offset(0x04485768) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TerminalMenu_CancelEvent_{ REL::Offset(0x044BD330) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_CloseAllViews_{ REL::Offset(0x044BD350) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_CloseTopView_{ REL::Offset(0x044BD370) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_CloseView_{ REL::Offset(0x044BD360) }; + inline constexpr std::array BSTGlobalEvent__EventSource_Terminal_MenuItemClick_{ REL::Offset(0x044BD340) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_DoAction_{ REL::Offset(0x044BF178) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_ExitMenu_{ REL::Offset(0x044BF1B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_ShowImages_{ REL::Offset(0x044BF1A8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_ShowResources_{ REL::Offset(0x044BF198) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TestMenu_TestAll_{ REL::Offset(0x044BF188) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TextInputMenu_EndEditText_{ REL::Offset(0x044C05B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TextInputMenu_InputCanceled_{ REL::Offset(0x044C0578) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TextInputMenu_StartEditText_{ REL::Offset(0x044C0588) }; + inline constexpr std::array BSTGlobalEvent__EventSource_TitleSequenceMenu_StartMusic_{ REL::Offset(0x04521858) }; + inline constexpr std::array BSTGlobalEvent__EventSource_UIMenuChargenMenuDisablePaperdoll_{ REL::Offset(0x044B0300) }; + inline constexpr std::array BSTGlobalEvent__EventSource_UnlockedTerminalElementEvent_{ REL::Offset(0x044AD048) }; + inline constexpr std::array BSTGlobalEvent__EventSource_UpdateActivateListenerEvent_{ REL::Offset(0x04482B00) }; + inline constexpr std::array BSTGlobalEvent__EventSource_UpdateSceneRectEvent_{ REL::Offset(0x0458FAA8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_ChangeWeaponAssignment_{ REL::Offset(0x04358518) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WeaponGroupAssignmentMenu_OnHintButtonActivated_{ REL::Offset(0x04358528) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopActionButton_HoldFinished_{ REL::Offset(0x044C3440) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopActionButton_HoldStopped_{ REL::Offset(0x044C3450) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ChangeBuildItem_{ REL::Offset(0x044C0D80) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopBuilderMenu_SelectedItem_{ REL::Offset(0x044C0D60) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopBuilderMenu_ToggleTracking_{ REL::Offset(0x044C0D70) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_ApplyColors_{ REL::Offset(0x0447E1F0) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_SelectedTab_{ REL::Offset(0x0447E200) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_SliderChanged_{ REL::Offset(0x0447E210) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopColorMode_SwatchChanged_{ REL::Offset(0x0447E220) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_AttemptBuild_{ REL::Offset(0x044C11B8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_CancelAction_{ REL::Offset(0x044C11D8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ChangeVariant_{ REL::Offset(0x044C1208) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ConnectionEvent_{ REL::Offset(0x044C1248) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ExitMenu_{ REL::Offset(0x044C11E8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_MessageCallback_{ REL::Offset(0x044C1278) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_SelectedCategory_{ REL::Offset(0x044C11F8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_SelectedGridObject_{ REL::Offset(0x044C11C8) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ShowExtras_{ REL::Offset(0x044C1218) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_SwitchMode_{ REL::Offset(0x044C1238) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ToggleDistance_{ REL::Offset(0x044C1268) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ToggleTracking_{ REL::Offset(0x044C1258) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopMenu_ToggleView_{ REL::Offset(0x044C1228) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopQuickMenu_ConfirmAction_{ REL::Offset(0x044C1770) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopQuickMenu_ExitMenu_{ REL::Offset(0x044C1760) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopShared_SetActionHandles_{ REL::Offset(0x044C3430) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopShared_StartAction_{ REL::Offset(0x044C3420) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetHovered_{ REL::Offset(0x044C2470) }; + inline constexpr std::array BSTGlobalEvent__EventSource_WorkshopTargetMenu_TargetPicked_{ REL::Offset(0x044C2460) }; + inline constexpr std::array BSTMessageQueue_BGSDecalManager__PendingSkinnedDecal_{ REL::Offset(0x0436FA30) }; + inline constexpr std::array BSTMessageQueue_BGSSaveLoadThread__AsyncRequest_{ REL::Offset(0x044CFB08) }; + inline constexpr std::array BSTMessageQueue_BSFaceGenManager__PendingCustomizationData_{ REL::Offset(0x04441B18) }; + inline constexpr std::array BSTMessageQueue_BSScript__Internal__SuspendedStack_{ REL::Offset(0x045AE480) }; + inline constexpr std::array BSTMessageQueue_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0452ED00) }; + inline constexpr std::array BSTMessageQueue_NiPointer_NiAVObject__{ REL::Offset(0x0459AE70) }; + inline constexpr std::array BSTNavmeshSearch_BSNavmeshSearchPolicies__EuclideanDistanceToGoal_{ REL::Offset(0x045A2918) }; + inline constexpr std::array BSTNavmeshSearch_BSNavmeshSearchPolicies__MaximumCostToGoal_BSNavmeshSearchPolicies__EuclideanDistanceToGoal__{ REL::Offset(0x0459AC38) }; + inline constexpr std::array BSTNavmeshSearch_BSNavmeshSearchPolicies__RandomPositionInsideArea_{ REL::Offset(0x0444D4A0) }; + inline constexpr std::array BSTNavmeshSearch_FleeNavMeshSearchingPolicy_{ REL::Offset(0x04451D20) }; + inline constexpr std::array BSTObjectDictionary_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_ResponseDefinitionMissPolicy_PreloadResponsesInitializationPolicy_{ REL::Offset(0x044E78D0), REL::Offset(0x044E78E0) }; + inline constexpr std::array BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_HandlerCreationMissPolicy_NoInitializationPolicy_{ REL::Offset(0x044E78F0), REL::Offset(0x044E7900) }; + inline constexpr std::array BSTObjectDictionary_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_TESObjectREFRHandlerCreationMissPolicy_NoInitializationPolicy_{ REL::Offset(0x044E78B0), REL::Offset(0x044E78C0) }; + inline constexpr std::array BSTPathBuilder_EscortPathingRequestPolicy_{ REL::Offset(0x04448AD8) }; + inline constexpr std::array BSTPathingRequest_BGSProcedureWanderExecState__ProcessHigh__62__PathingRequestWanderingPolicy_{ REL::Offset(0x0444D538) }; + inline constexpr std::array BSTPathingRequest_EscortPathingRequestPolicy_{ REL::Offset(0x04448D08) }; + inline constexpr std::array BSTSmartPointerPrivate__HandleManagerBase{ REL::Offset(0x03F2C618) }; + inline constexpr std::array BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_CellTag_CellHandlePolicy_131072__{ REL::Offset(0x0434F308) }; + inline constexpr std::array BSTSmartPointerPrivate__HandleManager_BSTSmartPointerPrivate__HandleTraits_TESHandleManagerTag_TESPointerHandleDetail__HandleFormPolicy_2097152__{ REL::Offset(0x044D44A0) }; + inline constexpr std::array BSTSmartPointerPrivate__THandleManagerBase_0_CellHandlePolicy_{ REL::Offset(0x03F20B50) }; + inline constexpr std::array BSTSmartPointerPrivate__THandleManagerBase_0_TESPointerHandleDetail__HandleFormPolicy_{ REL::Offset(0x044D4480) }; + inline constexpr std::array BSTStaticFreeList_BSTSmartPointer_GameScript__DelayFunctor_BSTSmartPointerIntrusiveRefCount__512_{ REL::Offset(0x0452ED30) }; + inline constexpr std::array BSTStaticFreeList_MovementMessageMap_Actor_16___RawMessageHandlerWrapperType_16_{ REL::Offset(0x044D88D0) }; + inline constexpr std::array BSTStaticFreeList_MovementMessageMap_TESObjectREFR_16___RawMessageHandlerWrapperType_16_{ REL::Offset(0x04474128) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSEffectSequenceFormComponent__{ REL::Offset(0x04353B40) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSExternalComponentHint__{ REL::Offset(0x04559888) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSLodOwnerComponent__{ REL::Offset(0x043540C8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSMaterialPropertyComponent__{ REL::Offset(0x04354248) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPackInUtils____ETFixedPackinGroup__{ REL::Offset(0x043B5068) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ REL::Offset(0x0434E2E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSSpacePhysicsFormComponent__{ REL::Offset(0x04354E48) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ REL::Offset(0x043CBD98) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__ControllerComponent__{ REL::Offset(0x0457FB58) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSBind__DirectoryComponent__{ REL::Offset(0x0457FB40) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ REL::Offset(0x0457CE20) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSForces__ForceReceiverComponent__{ REL::Offset(0x0457FB70) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPerBiomeData__{ REL::Offset(0x0437E998) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTPlanetOverlayData__{ REL::Offset(0x0437E9B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSGalaxy__CTSTarDistance__{ REL::Offset(0x045738F8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__AlphaSettingsComponent__{ REL::Offset(0x0458DE40) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendModeComponent__{ REL::Offset(0x0458EB20) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__BlendParamFloat__{ REL::Offset(0x0458DED8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Channel__{ REL::Offset(0x0458EA70) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__CollisionComponent__{ REL::Offset(0x0458DF98) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorChannelTypeComponent__{ REL::Offset(0x0458E0B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ColorRemapSettingsComponent__{ REL::Offset(0x0458E378) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Color__{ REL::Offset(0x0458E0E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DecalSettingsComponent__{ REL::Offset(0x0458E500) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DetailBlenderSettingsComponent__{ REL::Offset(0x0458E5E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__DistortionComponent__{ REL::Offset(0x0458E7F8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EffectSettingsComponent__{ REL::Offset(0x0458E0D0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EmissiveSettingsComponent__{ REL::Offset(0x0458E400) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__EyeSettingsComponent__{ REL::Offset(0x0458DB90) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlipbookComponent__{ REL::Offset(0x0458E590) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__FlowSettingsComponent__{ REL::Offset(0x0458DC38) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__GlobalLayerDataComponent__{ REL::Offset(0x0458E1C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__HairSettingsComponent__{ REL::Offset(0x0458E558) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LODMaterialID__{ REL::Offset(0x0458ABD0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEdgeFalloffComponent__{ REL::Offset(0x0458E6B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LayeredEmissivityComponent__{ REL::Offset(0x0458E0A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__LevelOfDetailSettings__{ REL::Offset(0x0458E930) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MRTextureFile__{ REL::Offset(0x0458DFF0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialOverrideColorTypeComponent__{ REL::Offset(0x0458E9E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MaterialParamFloat__{ REL::Offset(0x0458D820) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__MouthSettingsComponent__{ REL::Offset(0x0458E748) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Offset__{ REL::Offset(0x0458DF28) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__OpacityComponent__{ REL::Offset(0x0458E320) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ParamBool__{ REL::Offset(0x0458D8A8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PhysicsMaterialType__{ REL::Offset(0x0458EA58) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__PorosityComponent__{ REL::Offset(0x0458DF40) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__Scale__{ REL::Offset(0x0458E698) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderModelComponent__{ REL::Offset(0x0458E7A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__ShaderRouteComponent__{ REL::Offset(0x0458E810) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__StarmapBodyEffectComponent__{ REL::Offset(0x0458E2F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ REL::Offset(0x0458AE78) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ REL::Offset(0x0458AC28) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ REL::Offset(0x0458AAE0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ REL::Offset(0x0458ABB8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ REL::Offset(0x0458AF40) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainSettingsComponent__{ REL::Offset(0x0458DD50) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TerrainTintSettingsComponent__{ REL::Offset(0x0458D838) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureAddressModeComponent__{ REL::Offset(0x0458E898) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureFile__{ REL::Offset(0x0458E430) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureReplacement__{ REL::Offset(0x0458D8F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureResolutionSetting__{ REL::Offset(0x0458E308) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TextureSetKindComponent__{ REL::Offset(0x0458E4D0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__TranslucencySettingsComponent__{ REL::Offset(0x0458DB78) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__UVStreamParamBool__{ REL::Offset(0x0458D908) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__VegetationSettingsComponent__{ REL::Offset(0x0458D8D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterFoamSettingsComponent__{ REL::Offset(0x0458E488) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterGrimeSettingsComponent__{ REL::Offset(0x0458E3A8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_BSMaterial__WaterSettingsComponent__{ REL::Offset(0x0458DC08) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LensFlareAttachmentComponent__{ REL::Offset(0x0434BA08) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAnimFormComponent__{ REL::Offset(0x04355D08) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_LightAttachmentFormComponent__{ REL::Offset(0x04355F00) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ObjectAttachmentFormComponent__{ REL::Offset(0x04356000) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ParticleFormComponent__{ REL::Offset(0x04356188) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODCurvePresets__{ REL::Offset(0x04591DD0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__LODSettingsPresets__{ REL::Offset(0x04591DE8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_Particles__SystemDefinitionComponent__{ REL::Offset(0x04591E18) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_ReflectionProbeCellComponent__{ REL::Offset(0x0434E4F8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__Edge_1_TempDataHandleEdge__{ REL::Offset(0x043CF078) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BGSLocationUtil__BGSLocationOwnerEdge__{ REL::Offset(0x043CA3E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__DataParentEdge__{ REL::Offset(0x0457FB10) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSComponentDB2__OuterEdge__{ REL::Offset(0x0457FB28) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__BodyChild__{ REL::Offset(0x045728B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSGalaxy__DynamicData__{ REL::Offset(0x0437EA00) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_BSMaterial__GlobalLayerNoiseComponent__{ REL::Offset(0x0458DA20) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_ShipCellBlueprintOwner__{ REL::Offset(0x04560768) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_SpaceshipCellReference__{ REL::Offset(0x04560750) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0_StarField____CTCelestialCollectionCell__{ REL::Offset(0x0439F768) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingDestructionEvent__{ REL::Offset(0x045607E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingLandingEvent__{ REL::Offset(0x045607B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_0___PendingRampEvent__{ REL::Offset(0x045607D0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerComponent__{ REL::Offset(0x0436F5D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSActivityTrackerFormComponent__{ REL::Offset(0x043534C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAddToInventoryOnDestroy__{ REL::Offset(0x04353578) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAnimationGraphComponent__{ REL::Offset(0x04353660) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttachParentArray__{ REL::Offset(0x043536F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSAttackDataForm__{ REL::Offset(0x0436D190) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSBodyPartInfo__{ REL::Offset(0x043537A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSContactShadowComponent__{ REL::Offset(0x0434B5B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCraftingResourceOwner__{ REL::Offset(0x04353858) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCrowdComponent__{ REL::Offset(0x043539F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSCustomShipForm__{ REL::Offset(0x0434B6D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDestructibleObjectForm__{ REL::Offset(0x0436D2C8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSDisplayCaseFormComponent__{ REL::Offset(0x04353AB0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSEffectSequenceFormComponent__{ REL::Offset(0x04353B58) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentDataSource__{ REL::Offset(0x04353D08) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSExternalComponentHint__{ REL::Offset(0x04353CD8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSForcedLocRefType__{ REL::Offset(0x04353DE0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSFormLinkData__{ REL::Offset(0x04353E90) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSKeywordForm__{ REL::Offset(0x0436D480) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLinkedVoiceType__{ REL::Offset(0x04354048) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodOwnerComponent__{ REL::Offset(0x043540E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSLodRuntimeOwnerComponent__{ REL::Offset(0x04350AC8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSMaterialPropertyComponent__{ REL::Offset(0x04354230) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectPlacementDefaults__{ REL::Offset(0x04354588) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSObjectWindowFilterComponent__{ REL::Offset(0x0434B728) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitalDataComponent__{ REL::Offset(0x04354678) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOrbitedDataComponent__{ REL::Offset(0x04354790) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSOverridePackCollection__{ REL::Offset(0x0436D8A8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPackInUtils____ETFixedPackinGroup__{ REL::Offset(0x043B5080) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPapyrusScriptsComponent__{ REL::Offset(0x04354998) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPathingData__{ REL::Offset(0x04354A48) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetContentManagerContentProperties__{ REL::Offset(0x0437DD48) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__ActiveWorldSpaceProperty__{ REL::Offset(0x0434E358) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPlanetWorldSpace__CTPlanetWorldSpaceData__{ REL::Offset(0x0434E340) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPrimitiveComponent__{ REL::Offset(0x04354C18) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSPropertySheet__{ REL::Offset(0x04354C50) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSRemappedBaseForm__{ REL::Offset(0x04353CF0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSScannableFormComponent__{ REL::Offset(0x043548A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSShipManagement__{ REL::Offset(0x043548D0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSkinForm__{ REL::Offset(0x0436D9E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSoundTagComponent__{ REL::Offset(0x04354D80) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpacePhysicsFormComponent__{ REL::Offset(0x04354E30) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipAIActor__{ REL::Offset(0x04354F18) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipEquipment__{ REL::Offset(0x04355040) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipHullCode__{ REL::Offset(0x043550F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpaceshipWeaponBinding__{ REL::Offset(0x04355130) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSpawnOnDestroy__{ REL::Offset(0x043551E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStarDataComponent__{ REL::Offset(0x04355308) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSStoredTraversalData__{ REL::Offset(0x0434B7D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__BGSBlockCellHeighGridComponent__{ REL::Offset(0x0438A1D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__CTBlockCellHeightGrid__{ REL::Offset(0x0438A1C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____BGSDesignatedInfoComponent__{ REL::Offset(0x0438A1F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__OverlayPlacement____CTDesignatedInfo__{ REL::Offset(0x0438A208) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____BlockHeightAdjustmentComponent__{ REL::Offset(0x0438A4B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface__PatternPlacement____CTBlockHeightAdjustment__{ REL::Offset(0x0438A4A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____CTWaterHeight__{ REL::Offset(0x0438A9D0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSSurface____WaterHeightComponent__{ REL::Offset(0x0438A9E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSVolumeFormComponent__{ REL::Offset(0x043554B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorkshopItemColorComponent__{ REL::Offset(0x0434B8A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlayComponent__{ REL::Offset(0x04355B20) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BGSWorldSpaceOverlay____ActivatedOverlayProperty__{ REL::Offset(0x043CBDB0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__ControllerComponent__{ REL::Offset(0x0457FB88) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSBind__DirectoryComponent__{ REL::Offset(0x0457FAF8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSComponentDB__TaggedFixedStringComponent_BSComponentDB__CTNameTag___{ REL::Offset(0x0437EA68) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSForces__ForceReceiverComponent__{ REL::Offset(0x04415658) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereData__{ REL::Offset(0x043AB0A8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTAtmosphereModifier__{ REL::Offset(0x0437EA18) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBiomeData__{ REL::Offset(0x0437EAB0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBodyType__{ REL::Offset(0x04356F00) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTBrightnessModifier__{ REL::Offset(0x0437EA30) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTCellData__{ REL::Offset(0x0437EAC8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTColorModifier__{ REL::Offset(0x04356F60) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTDatabaseID__{ REL::Offset(0x04356F78) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTEditorBiomeData__{ REL::Offset(0x0437EEF8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPerBiomeData__{ REL::Offset(0x045728C8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetLocationIDs__{ REL::Offset(0x0437EA98) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetOverlayData__{ REL::Offset(0x04572928) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTPlanetarySystemLocationID__{ REL::Offset(0x04356F18) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTProxyFormPtr__{ REL::Offset(0x04356F30) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTResourceData__{ REL::Offset(0x045728E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSTarDistance__{ REL::Offset(0x04572940) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__CTSystemParsecLocation__{ REL::Offset(0x04356EE8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitOffset__{ REL::Offset(0x0439F7A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitState__{ REL::Offset(0x04572910) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitalData__{ REL::Offset(0x04354690) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__OrbitedData__{ REL::Offset(0x04354758) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerAtBody__{ REL::Offset(0x0439F7B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__PlayerKnowledge__{ REL::Offset(0x0437EA80) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__SatelliteCSVData__{ REL::Offset(0x04356F48) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__StarData__{ REL::Offset(0x043552F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedGalaxyCSVData__{ REL::Offset(0x0437E9E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSGalaxy__UnusedStarsCSVData__{ REL::Offset(0x045728F8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__AlphaSettingsComponent__{ REL::Offset(0x0458B238) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendModeComponent__{ REL::Offset(0x0458E418) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__BlendParamFloat__{ REL::Offset(0x0458E088) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Channel__{ REL::Offset(0x0458E1D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__CollisionComponent__{ REL::Offset(0x0458B618) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorChannelTypeComponent__{ REL::Offset(0x0458E4E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ColorRemapSettingsComponent__{ REL::Offset(0x0458B070) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Color__{ REL::Offset(0x0458D808) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DecalSettingsComponent__{ REL::Offset(0x0458B0A8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DetailBlenderSettingsComponent__{ REL::Offset(0x0458B250) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__DistortionComponent__{ REL::Offset(0x0458B4D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EffectSettingsComponent__{ REL::Offset(0x0458B0D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EmissiveSettingsComponent__{ REL::Offset(0x0458B558) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__EyeSettingsComponent__{ REL::Offset(0x0458B130) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlipbookComponent__{ REL::Offset(0x0458E4B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__FlowSettingsComponent__{ REL::Offset(0x0458B310) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__GlobalLayerDataComponent__{ REL::Offset(0x0458B588) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__HairSettingsComponent__{ REL::Offset(0x0458AFD8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LODMaterialID__{ REL::Offset(0x0458AD88) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEdgeFalloffComponent__{ REL::Offset(0x0458B410) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LayeredEmissivityComponent__{ REL::Offset(0x0458B570) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__LevelOfDetailSettings__{ REL::Offset(0x0458B220) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MRTextureFile__{ REL::Offset(0x0458E840) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialOverrideColorTypeComponent__{ REL::Offset(0x0458DF10) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MaterialParamFloat__{ REL::Offset(0x0458E4A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__MouthSettingsComponent__{ REL::Offset(0x0458B540) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Offset__{ REL::Offset(0x0458E828) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__OpacityComponent__{ REL::Offset(0x0458B378) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ParamBool__{ REL::Offset(0x0458B288) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PhysicsMaterialType__{ REL::Offset(0x0458DC20) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__PorosityComponent__{ REL::Offset(0x0458B600) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__Scale__{ REL::Offset(0x0458D788) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderModelComponent__{ REL::Offset(0x0458B2C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__ShaderRouteComponent__{ REL::Offset(0x0458B528) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__StarmapBodyEffectComponent__{ REL::Offset(0x0458B0C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__BlenderTag___{ REL::Offset(0x0458AC58) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__LayerTag___{ REL::Offset(0x0458ACC0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__MaterialTag___{ REL::Offset(0x0458AD50) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__TextureSetTag___{ REL::Offset(0x0458AC40) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TaggedID_BSMaterial__Tag__UVStreamTag___{ REL::Offset(0x0458AB10) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainSettingsComponent__{ REL::Offset(0x0458B360) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TerrainTintSettingsComponent__{ REL::Offset(0x0458B4F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureAddressModeComponent__{ REL::Offset(0x0458E390) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureFile__{ REL::Offset(0x0458E7E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureReplacement__{ REL::Offset(0x0458D8C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureResolutionSetting__{ REL::Offset(0x0458D890) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TextureSetKindComponent__{ REL::Offset(0x0458E640) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__TranslucencySettingsComponent__{ REL::Offset(0x0458B488) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__UVStreamParamBool__{ REL::Offset(0x0458EA88) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__VegetationSettingsComponent__{ REL::Offset(0x0458B348) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterFoamSettingsComponent__{ REL::Offset(0x0458B4C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterGrimeSettingsComponent__{ REL::Offset(0x0458B2F8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_BSMaterial__WaterSettingsComponent__{ REL::Offset(0x0458B208) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__BlueprintVariant__{ REL::Offset(0x0434B950) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Blueprints__Blueprint__{ REL::Offset(0x04355C10) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CalculatedPackinData__{ REL::Offset(0x043CDFD8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ClonedRefNeedInit__{ REL::Offset(0x043CE008) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_CustomShipComponent__{ REL::Offset(0x04478220) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DisplayCaseComponent__{ REL::Offset(0x04478308) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_DynamicPersistence__OwnedPromotions__{ REL::Offset(0x043705F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_EffectSequenceComponent__{ REL::Offset(0x043511E0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LensFlareAttachmentComponent__{ REL::Offset(0x0434BA20) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimComponent__{ REL::Offset(0x043719B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAnimFormComponent__{ REL::Offset(0x04355DD8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentFormComponent__{ REL::Offset(0x04355EE8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_LightAttachmentRuntimeComponent__{ REL::Offset(0x04355F60) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_MovementControllerComponent__{ REL::Offset(0x04376EF8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentFormComponent__{ REL::Offset(0x04356018) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ObjectAttachmentRuntimeComponent__{ REL::Offset(0x043560F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_OnFrameUpdateOperationComponent__{ REL::Offset(0x0434E720) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleComponent__{ REL::Offset(0x043720B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ParticleFormComponent__{ REL::Offset(0x04356170) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODCurvePresets__{ REL::Offset(0x04591E00) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__LODSettingsPresets__{ REL::Offset(0x04591E30) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Particles__SystemDefinitionComponent__{ REL::Offset(0x04591AA8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_PendingDynamicNavmesh__{ REL::Offset(0x04560738) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ReflectionProbeCellComponent__{ REL::Offset(0x0434E510) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RevertedCustomShipComponent__{ REL::Offset(0x04478208) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent___{ REL::Offset(0x044782F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent___{ REL::Offset(0x044785A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ REL::Offset(0x044CE708) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TempLoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy_____{ REL::Offset(0x044CE720) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_BSTSmartPointer_CellCloneFormMap_BSTSmartPointerIntrusiveRefCount____{ REL::Offset(0x0455B5C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SaveLoadGlobalRAIIComponents__HeldHandles_unsignedint___{ REL::Offset(0x044781F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ScannableComponent__{ REL::Offset(0x04478430) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_ShipManagementComponent__{ REL::Offset(0x04478588) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipAIActorComponent__{ REL::Offset(0x0455A520) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEffectsComponent__{ REL::Offset(0x0455A948) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipEquipmentComponent__{ REL::Offset(0x0455ADA0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipLinkedCell__{ REL::Offset(0x045607A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipSoundsComponent__{ REL::Offset(0x0455B520) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipTemplate__{ REL::Offset(0x045598A0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SpaceshipWeaponBindingComponent__{ REL::Offset(0x04478660) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_Spaceship__BlueprintInteractionOffsetRefsComponent__{ REL::Offset(0x043CF0E8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StarField__CTReferencedCell__{ REL::Offset(0x0439F730) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_StreamingLoadData__{ REL::Offset(0x043CDFF0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_SubSceneComponent__{ REL::Offset(0x044786B8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESAIForm__{ REL::Offset(0x0436DDC8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESContainer__{ REL::Offset(0x0436DF60) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESDescription__{ REL::Offset(0x0436DFC8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESFullName__{ REL::Offset(0x0436E5C0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESHealthForm__{ REL::Offset(0x0436E608) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESImageSpaceModifiableForm__{ REL::Offset(0x0436E6D8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESMagicTargetForm__{ REL::Offset(0x0436F2D0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESModel__{ REL::Offset(0x0436EAF0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESPlanetModel__{ REL::Offset(0x043562F8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTexture__{ REL::Offset(0x0436F0A8) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESTopicInfoComponentUtils__PendingDialogueOnEndEvent__{ REL::Offset(0x04412420) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESValueForm__{ REL::Offset(0x0436F160) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TESWeightForm__{ REL::Offset(0x0436F1F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_TempDataHandleEdge__{ REL::Offset(0x043CF0B0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1_WorkshopItemColorComponent__{ REL::Offset(0x044786F0) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___BGSVolumeComponent__{ REL::Offset(0x04453518) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CTWorldspaceCloneInfo__{ REL::Offset(0x043D3F38) }; + inline constexpr std::array BSTVSOTree_detail__TObjectWrapper_BSComponentDB2__Detail__StoredComponent_1___CellProcGenSpawn__{ REL::Offset(0x043CE140) }; + inline constexpr std::array BSTValueEventSource_FaderMenuDisplayState_{ REL::Offset(0x0451E698) }; + inline constexpr std::array BSTValueEventSource_PlayerAutoAimActorEvent_{ REL::Offset(0x044DBB50) }; + inline constexpr std::array BSTValueEventSource_PlayerCrosshairModeEvent_{ REL::Offset(0x04485860) }; + inline constexpr std::array BSTValueEventSource_SaveLoadMessageStringEvent_{ REL::Offset(0x044A3308) }; + inline constexpr std::array BSTableCurve{ REL::Offset(0x04790C38) }; + inline constexpr std::array BSTaskJobber{ REL::Offset(0x045B37A0) }; + inline constexpr std::array BSTaskJobber__Task{ REL::Offset(0x045B37B0) }; + inline constexpr std::array BSTaskThread{ REL::Offset(0x0457E330) }; + inline constexpr std::array BSTaskletGroupData{ REL::Offset(0x045B3EB8) }; + inline constexpr std::array BSTaskletManager{ REL::Offset(0x03F2C638) }; + inline constexpr std::array BSTempEffect{ REL::Offset(0x0444EAB8) }; + inline constexpr std::array BSTempEffectDebris{ REL::Offset(0x0444ED20) }; + inline constexpr std::array BSTempEffectGeometryDecal{ REL::Offset(0x0444EFC0) }; + inline constexpr std::array BSTempEffectParticle{ REL::Offset(0x0444F280) }; + inline constexpr std::array BSTempEffectSPG{ REL::Offset(0x0444F750) }; + inline constexpr std::array BSTempEffectScreenSpaceDecal{ REL::Offset(0x0444F4F0) }; + inline constexpr std::array BSTempEffectWeaponBlood{ REL::Offset(0x0444F9D8) }; + inline constexpr std::array BSTerrainEffect{ REL::Offset(0x0444FC68), REL::Offset(0x0444FEC0) }; + inline constexpr std::array BSTextureStreamer__ArchiveLayer{ REL::Offset(0x045834B8), REL::Offset(0x045834D0), REL::Offset(0x045834E8) }; + inline constexpr std::array BSTextureStreamer__LoadQueueService{ REL::Offset(0x04583378) }; + inline constexpr std::array BSTextureStreamer__Manager{ REL::Offset(0x04583438), REL::Offset(0x04583450), REL::Offset(0x04583468), REL::Offset(0x04583580), REL::Offset(0x04583598), REL::Offset(0x045835B8) }; + inline constexpr std::array BSTextureStreamer__ManagerBase{ REL::Offset(0x04583390), REL::Offset(0x045833A8), REL::Offset(0x045833C8), REL::Offset(0x04583500), REL::Offset(0x04583518), REL::Offset(0x04583530) }; + inline constexpr std::array BSTextureStreamer__ManagerServiceFramework{ REL::Offset(0x04583400), REL::Offset(0x04583418) }; + inline constexpr std::array BSTextureStreamer__TextureArchiveIDConverter{ REL::Offset(0x03F2B8E0) }; + inline constexpr std::array BSTextureStreamer__TextureLoad{ REL::Offset(0x045874C8) }; + inline constexpr std::array BSTextureStreamer__TextureStreamerRequestBase{ REL::Offset(0x04587520) }; + inline constexpr std::array BSThread{ REL::Offset(0x03F26BE0) }; + inline constexpr std::array BSThreadEvent____Source{ REL::Offset(0x0456D000) }; + inline constexpr std::array BSTransformExtra{ REL::Offset(0x0440EEC8) }; + inline constexpr std::array BSTreadTransfInterpolator{ REL::Offset(0x047820A8) }; + inline constexpr std::array BSUIExternalTexture{ REL::Offset(0x045907A8) }; + inline constexpr std::array BSVMLoadNode{ REL::Offset(0x0436E1D8) }; + inline constexpr std::array BSVMPostProcessNode{ REL::Offset(0x0436E170) }; + inline constexpr std::array BSValueNode{ REL::Offset(0x045846C8) }; + inline constexpr std::array BSWArray{ REL::Offset(0x04587988) }; + inline constexpr std::array BSWeakReferenceNode{ REL::Offset(0x0457E780) }; + inline constexpr std::array BSWin32ExceptionHandler{ REL::Offset(0x03F22618) }; + inline constexpr std::array BSWinPCAwardsSystemUtility{ REL::Offset(0x047909C0) }; + inline constexpr std::array BSWinPCGameDataSystemUtility{ REL::Offset(0x04790768) }; + inline constexpr std::array BSWinPCGameDataSystemUtility__CCallbackInternal_OnDLCInstalled{ REL::Offset(0x04790718) }; + inline constexpr std::array BSWinPCSaveDataSystemUtility{ REL::Offset(0x04790560) }; + inline constexpr std::array BSWinPCSystemUtility{ REL::Offset(0x047903C8) }; + inline constexpr std::array BSXFlags{ REL::Offset(0x04581BB0) }; + inline constexpr std::array BShkbHkxDB__QueuedHandles{ REL::Offset(0x044560A8) }; + inline constexpr std::array BShkbUtils__GraphInspectionFunctor{ REL::Offset(0x04561D40) }; + inline constexpr std::array BackgroundProcessNode{ REL::Offset(0x04369690) }; + inline constexpr std::array BackgroundProcessThread{ REL::Offset(0x04369950) }; + inline constexpr std::array BanishEffect{ REL::Offset(0x044C7F60) }; + inline constexpr std::array BarrierProjectile{ REL::Offset(0x044E8798), REL::Offset(0x044E87B0), REL::Offset(0x044E87C8), REL::Offset(0x044E87E8), REL::Offset(0x044E88B8), REL::Offset(0x044E88C8), REL::Offset(0x044E8930), REL::Offset(0x044E9428), REL::Offset(0x044E9440), REL::Offset(0x044E9458), REL::Offset(0x044E9470) }; + inline constexpr std::array BarterMenu{ REL::Offset(0x044A65D0), REL::Offset(0x044A66B0), REL::Offset(0x044A6708), REL::Offset(0x044A6720), REL::Offset(0x044A6748), REL::Offset(0x044A6760), REL::Offset(0x044A6778), REL::Offset(0x044A6790), REL::Offset(0x044A67A8), REL::Offset(0x044A67C0), REL::Offset(0x044A67D8), REL::Offset(0x044A67F0), REL::Offset(0x044A6808) }; + inline constexpr std::array BarterMenu_BuyItem{ REL::Offset(0x044A6540) }; + inline constexpr std::array BarterMenu_CloseMenu{ REL::Offset(0x044A6818) }; + inline constexpr std::array BarterMenu_HideModel{ REL::Offset(0x044A6858) }; + inline constexpr std::array BarterMenu_LoadModel{ REL::Offset(0x044A6838) }; + inline constexpr std::array BarterMenu_SellItem{ REL::Offset(0x044A6560) }; + inline constexpr std::array BarterMenu_SetMouseOverModel{ REL::Offset(0x044A6580) }; + inline constexpr std::array BarterMenu_ShowFailureMessage{ REL::Offset(0x044A6878) }; + inline constexpr std::array BarterMenu_ViewedItem{ REL::Offset(0x044A6898) }; + inline constexpr std::array BarterMenu__BarterMenuEventShuttle{ REL::Offset(0x044A68B8) }; + inline constexpr std::array BaseFormComponent{ REL::Offset(0x03F2C690) }; + inline constexpr std::array BaseLightAnimData{ REL::Offset(0x04355DB0) }; + inline constexpr std::array BeamProjectile{ REL::Offset(0x044E94F0), REL::Offset(0x044E9510), REL::Offset(0x044E95E0), REL::Offset(0x044E95F0), REL::Offset(0x044E9658), REL::Offset(0x044E9670), REL::Offset(0x044E9680), REL::Offset(0x044EA170), REL::Offset(0x044EA188), REL::Offset(0x044EA1A0), REL::Offset(0x044EA1B8), REL::Offset(0x044EA1D0), REL::Offset(0x044EA1E8) }; + inline constexpr std::array BedEnterHandler{ REL::Offset(0x044E5A60) }; + inline constexpr std::array BedFurnitureExitHandler{ REL::Offset(0x044E5AC0) }; + inline constexpr std::array BleedoutCameraState{ REL::Offset(0x0451B698) }; + inline constexpr std::array BlendNode{ REL::Offset(0x0456AF50) }; + inline constexpr std::array BlendNodeInstance{ REL::Offset(0x0456AEE0) }; + inline constexpr std::array BlendTree{ REL::Offset(0x04561CD0) }; + inline constexpr std::array BlendTreeInstance{ REL::Offset(0x04568910) }; + inline constexpr std::array Blueprints__Blueprint{ REL::Offset(0x04355C40) }; + inline constexpr std::array Blueprints__BlueprintMainStatusHandler{ REL::Offset(0x04355CA0) }; + inline constexpr std::array Blueprints__BlueprintVariant{ REL::Offset(0x0434B980) }; + inline constexpr std::array BodyCollisionsTask{ REL::Offset(0x0406A428), REL::Offset(0x0406A448) }; + inline constexpr std::array BodyEffects__Effect{ REL::Offset(0x0434A130) }; + inline constexpr std::array BodyEffects__ResourceVisualizationEffect{ REL::Offset(0x0434A100) }; + inline constexpr std::array BodyEffects__ScanlinesEffect{ REL::Offset(0x0434A118) }; + inline constexpr std::array BoneConstraint{ REL::Offset(0x04569E68) }; + inline constexpr std::array BoneConstraintInstance{ REL::Offset(0x04569ED0) }; + inline constexpr std::array BoneModifierData{ REL::Offset(0x0434FFC8) }; + inline constexpr std::array BoneModifierExtra{ REL::Offset(0x04391010) }; + inline constexpr std::array BoneModifierInstance{ REL::Offset(0x04390FE0) }; + inline constexpr std::array BookMenu{ REL::Offset(0x0451C240), REL::Offset(0x0451C320), REL::Offset(0x0451C348), REL::Offset(0x0451C3A0) }; + inline constexpr std::array BookMenu__BookData{ REL::Offset(0x0451C3D8) }; + inline constexpr std::array BookMenu__BookMenuUIDataEventShuttle{ REL::Offset(0x0451C4B8) }; + inline constexpr std::array BoundaryMenu{ REL::Offset(0x04478FA0), REL::Offset(0x04478FB8), REL::Offset(0x04478FD0), REL::Offset(0x04479028), REL::Offset(0x04479040) }; + inline constexpr std::array BoundaryMenu_FastTravel{ REL::Offset(0x04479140) }; + inline constexpr std::array BoundaryMenu_ShowMap{ REL::Offset(0x04479120) }; + inline constexpr std::array BowZoomStartHandler{ REL::Offset(0x044E6000) }; + inline constexpr std::array BowZoomStopHandler{ REL::Offset(0x044E5FE8) }; + inline constexpr std::array ButtonEvent{ REL::Offset(0x0456D570), REL::Offset(0x0456D598), REL::Offset(0x0456D5C0) }; + inline constexpr std::array CCallResult_BSWinPCSaveDataSystemUtility_RemoteStorageFileWriteAsyncComplete_t_{ REL::Offset(0x04790B30) }; + inline constexpr std::array CCallResult_BSWinPCSystemUtility_EncryptedAppTicketResponse_t_{ REL::Offset(0x04790A18) }; + inline constexpr std::array CCallbackBase{ REL::Offset(0x047907B8) }; + inline constexpr std::array CCallbackImpl_16_{ REL::Offset(0x04790998) }; + inline constexpr std::array CCallbackImpl_24_{ REL::Offset(0x04790970) }; + inline constexpr std::array CCallbackImpl_4_{ REL::Offset(0x04790740) }; + inline constexpr std::array CCallbackImpl_8_{ REL::Offset(0x04790BA8) }; + inline constexpr std::array CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsReceived_t_0_{ REL::Offset(0x04790920) }; + inline constexpr std::array CCallbackManual_BSWinPCAwardsSystemUtility_UserStatsStored_t_0_{ REL::Offset(0x04790948) }; + inline constexpr std::array CPUCaptureHandler{ REL::Offset(0x045204E8) }; + inline constexpr std::array CalcContainerWeight{ REL::Offset(0x043CF750) }; + inline constexpr std::array CalmEffect{ REL::Offset(0x044C7E20) }; + inline constexpr std::array CameraOverrideStartHandler{ REL::Offset(0x044E5D30) }; + inline constexpr std::array CameraOverrideStopHandler{ REL::Offset(0x044E5D18) }; + inline constexpr std::array CameraShakeHandler{ REL::Offset(0x044E5DD8) }; + inline constexpr std::array CameraZoomHandler{ REL::Offset(0x045202C0) }; + inline constexpr std::array Camera__DebugFollowCamera{ REL::Offset(0x04477F70) }; + inline constexpr std::array Camera__DebugFreeCamera{ REL::Offset(0x04478000) }; + inline constexpr std::array Camera__DebugModule{ REL::Offset(0x044780F8) }; + inline constexpr std::array Camera__DebugOrbitalCamera{ REL::Offset(0x04478040) }; + inline constexpr std::array Camera__DebugTargetCamera{ REL::Offset(0x04477F10) }; + inline constexpr std::array Camera__IBaseModule{ REL::Offset(0x044779A8) }; + inline constexpr std::array Camera__IDebugCamera{ REL::Offset(0x044780B8) }; + inline constexpr std::array Camera__InteriorModule{ REL::Offset(0x04478150) }; + inline constexpr std::array Camera__Manager{ REL::Offset(0x04477978), REL::Offset(0x04477990) }; + inline constexpr std::array Camera__PlayerModule{ REL::Offset(0x044779C0) }; + inline constexpr std::array Camera__SpaceModule{ REL::Offset(0x044779D8) }; + inline constexpr std::array CapacityValueModifierEffect{ REL::Offset(0x044C3EA0) }; + inline constexpr std::array CellHandleManager{ REL::Offset(0x0434F2E0) }; + inline constexpr std::array CellHfCollision{ REL::Offset(0x04358090) }; + inline constexpr std::array ChainExplosion{ REL::Offset(0x044D1430), REL::Offset(0x044D1500), REL::Offset(0x044D1520), REL::Offset(0x044D1588), REL::Offset(0x044D1598), REL::Offset(0x044D15B0), REL::Offset(0x044D1F70), REL::Offset(0x044D1F88), REL::Offset(0x044D1FA0), REL::Offset(0x044D1FB8), REL::Offset(0x044D1FD0), REL::Offset(0x044D1FE8) }; + inline constexpr std::array ChairEnterHandler{ REL::Offset(0x044E5AF0) }; + inline constexpr std::array ChairFurnitureExitHandler{ REL::Offset(0x044E5CB8) }; + inline constexpr std::array ChangeAnimArchetypeHandler{ REL::Offset(0x044E4CA0) }; + inline constexpr std::array CharGen_BrowChange{ REL::Offset(0x044B1440) }; + inline constexpr std::array CharGen_BrowColorChange{ REL::Offset(0x044B13A0) }; + inline constexpr std::array CharGen_CancelTextEntry{ REL::Offset(0x044B1730) }; + inline constexpr std::array CharGen_CloseMenu{ REL::Offset(0x044B1810) }; + inline constexpr std::array CharGen_CyclePronoun{ REL::Offset(0x044B1360) }; + inline constexpr std::array CharGen_DirtScarsEtcChange{ REL::Offset(0x044B1650) }; + inline constexpr std::array CharGen_EndBodyChange{ REL::Offset(0x044B11C0) }; + inline constexpr std::array CharGen_EndTextEntry{ REL::Offset(0x044B1750) }; + inline constexpr std::array CharGen_EyeColorChange{ REL::Offset(0x044B1460) }; + inline constexpr std::array CharGen_FacialHairChange{ REL::Offset(0x044B13E0) }; + inline constexpr std::array CharGen_FacialHairColorChange{ REL::Offset(0x044B13C0) }; + inline constexpr std::array CharGen_HairChange{ REL::Offset(0x044B1420) }; + inline constexpr std::array CharGen_HairColorChange{ REL::Offset(0x044B1400) }; + inline constexpr std::array CharGen_HeadpartPlusSelectorChange{ REL::Offset(0x044B1690) }; + inline constexpr std::array CharGen_HeadpartPresetChange{ REL::Offset(0x044B17D0) }; + inline constexpr std::array CharGen_JewelryChange{ REL::Offset(0x044B1220) }; + inline constexpr std::array CharGen_JewelryColorChange{ REL::Offset(0x044B1200) }; + inline constexpr std::array CharGen_MakeupChange{ REL::Offset(0x044B1100) }; + inline constexpr std::array CharGen_MarkingsChange{ REL::Offset(0x044B10E0) }; + inline constexpr std::array CharGen_PostBlendColorOptionChange{ REL::Offset(0x044B1140) }; + inline constexpr std::array CharGen_PostBlendFaceChange{ REL::Offset(0x044B1160) }; + inline constexpr std::array CharGen_PostBlendIntensityChange{ REL::Offset(0x044B1120) }; + inline constexpr std::array CharGen_PresetChange{ REL::Offset(0x044B17F0) }; + inline constexpr std::array CharGen_RollOffLocomotion{ REL::Offset(0x044B1280) }; + inline constexpr std::array CharGen_RollOnLocomotion{ REL::Offset(0x044B12A0) }; + inline constexpr std::array CharGen_RotatePaperdoll{ REL::Offset(0x044B12C0) }; + inline constexpr std::array CharGen_SetAdditionalSlider{ REL::Offset(0x044B11A0) }; + inline constexpr std::array CharGen_SetBackground{ REL::Offset(0x044B1480) }; + inline constexpr std::array CharGen_SetBlockInputUnderPopup{ REL::Offset(0x044B1180) }; + inline constexpr std::array CharGen_SetBodyValues{ REL::Offset(0x044B16D0) }; + inline constexpr std::array CharGen_SetCameraPosition{ REL::Offset(0x044B16B0) }; + inline constexpr std::array CharGen_SetPronoun{ REL::Offset(0x044B1340) }; + inline constexpr std::array CharGen_SetSex{ REL::Offset(0x044B17B0) }; + inline constexpr std::array CharGen_SetSlider{ REL::Offset(0x044B1790) }; + inline constexpr std::array CharGen_SetTrait{ REL::Offset(0x044B1610) }; + inline constexpr std::array CharGen_ShowChooseBackgroundMessage{ REL::Offset(0x044B16F0) }; + inline constexpr std::array CharGen_ShowPlayerRenameMessage{ REL::Offset(0x044B1710) }; + inline constexpr std::array CharGen_SkintoneChange{ REL::Offset(0x044B1670) }; + inline constexpr std::array CharGen_StartBodyChange{ REL::Offset(0x044B11E0) }; + inline constexpr std::array CharGen_StartTextEntry{ REL::Offset(0x044B1770) }; + inline constexpr std::array CharGen_SwitchBodyType{ REL::Offset(0x044B12E0) }; + inline constexpr std::array CharGen_SwitchLocomotion{ REL::Offset(0x044B1300) }; + inline constexpr std::array CharGen_TeethChange{ REL::Offset(0x044B1380) }; + inline constexpr std::array CharGen_TeethRollOff{ REL::Offset(0x044B1240) }; + inline constexpr std::array CharGen_TeethRollOn{ REL::Offset(0x044B1260) }; + inline constexpr std::array CharGen_ToggleMarking{ REL::Offset(0x044B1630) }; + inline constexpr std::array CharGen_TogglePreviewHabSuit{ REL::Offset(0x044B1320) }; + inline constexpr std::array CharacterCollisionHandler{ REL::Offset(0x044E00F0) }; + inline constexpr std::array CharacterCollisionMessagePlayerAdapter{ REL::Offset(0x044D46D0) }; + inline constexpr std::array CharacterEvent{ REL::Offset(0x0456D4A0) }; + inline constexpr std::array ChargenMenu{ REL::Offset(0x044B0B70), REL::Offset(0x044B0B88), REL::Offset(0x044B0BA0), REL::Offset(0x044B0BB8), REL::Offset(0x044B0BD0), REL::Offset(0x044B0BE8), REL::Offset(0x044B0C00), REL::Offset(0x044B0C18), REL::Offset(0x044B0C30), REL::Offset(0x044B0C48), REL::Offset(0x044B0C60), REL::Offset(0x044B0C78), REL::Offset(0x044B0C90), REL::Offset(0x044B0CA8), REL::Offset(0x044B0CC0), REL::Offset(0x044B0CD8), REL::Offset(0x044B0CF0), REL::Offset(0x044B0D08), REL::Offset(0x044B0D20), REL::Offset(0x044B0D38), REL::Offset(0x044B0D50), REL::Offset(0x044B0D68), REL::Offset(0x044B0D80), REL::Offset(0x044B0D98), REL::Offset(0x044B0DB0), REL::Offset(0x044B0DC8), REL::Offset(0x044B0DE0), REL::Offset(0x044B0DF8), REL::Offset(0x044B0E10), REL::Offset(0x044B0E28), REL::Offset(0x044B0E40), REL::Offset(0x044B0E58), REL::Offset(0x044B0E70), REL::Offset(0x044B0E88), REL::Offset(0x044B0EA0), REL::Offset(0x044B0EB8), REL::Offset(0x044B0ED0), REL::Offset(0x044B0EE8), REL::Offset(0x044B0F00), REL::Offset(0x044B0F18), REL::Offset(0x044B0F30), REL::Offset(0x044B0F48), REL::Offset(0x044B0F70), REL::Offset(0x044B1050), REL::Offset(0x044B1550), REL::Offset(0x044B1568), REL::Offset(0x044B1580), REL::Offset(0x044B1598), REL::Offset(0x044B15B0), REL::Offset(0x044B15C8), REL::Offset(0x044B15E0), REL::Offset(0x044B15F8) }; + inline constexpr std::array ChargenMenu__ChargenMenuEventShuttle{ REL::Offset(0x044B1830) }; + inline constexpr std::array CheckGoalReachedFunctor{ REL::Offset(0x0459E918) }; + inline constexpr std::array CheckLineOfSightFilterMisc{ REL::Offset(0x044C7CC8) }; + inline constexpr std::array CheckParameterReachedFunctor{ REL::Offset(0x0459E940) }; + inline constexpr std::array CheckStoppedMovingFunctor{ REL::Offset(0x0459E8F0) }; + inline constexpr std::array ClientBIMetrics__CombatHitMetricsI{ REL::Offset(0x044C8FD8) }; + inline constexpr std::array ClientBIMetrics__HeartBeat__EventSink{ REL::Offset(0x04349920) }; + inline constexpr std::array ClientBIMetrics__Performance__EventSink{ REL::Offset(0x043499A0), REL::Offset(0x043499B8), REL::Offset(0x043499D0) }; + inline constexpr std::array ClientBIMetrics__ShipCombatHitMetricsBPSImp{ REL::Offset(0x044C8FB8) }; + inline constexpr std::array ClientBIPrebuiltHTTPSPostPrivate__CurlHTTPSPost{ REL::Offset(0x04349C70) }; + inline constexpr std::array CloakEffect{ REL::Offset(0x044C4018) }; + inline constexpr std::array ClonePoseNode{ REL::Offset(0x04566E00) }; + inline constexpr std::array ClonePoseNodeInstance{ REL::Offset(0x045681D0) }; + inline constexpr std::array CloudSaveWriter{ REL::Offset(0x044CD8D8) }; + inline constexpr std::array CombatAcquireSearchDebugData{ REL::Offset(0x044FA6B0) }; + inline constexpr std::array CombatAimController{ REL::Offset(0x044F1AB0) }; + inline constexpr std::array CombatAlignRollPathController{ REL::Offset(0x0446FC60) }; + inline constexpr std::array CombatAnimatedPath{ REL::Offset(0x04511E20) }; + inline constexpr std::array CombatApproachTargetPathController{ REL::Offset(0x0446FEC8) }; + inline constexpr std::array CombatAreaHoldPosition{ REL::Offset(0x044F1D18) }; + inline constexpr std::array CombatAreaReference{ REL::Offset(0x044F1C08) }; + inline constexpr std::array CombatAreaShape{ REL::Offset(0x04470798) }; + inline constexpr std::array CombatAreaStandard{ REL::Offset(0x044F1C90) }; + inline constexpr std::array CombatBarrelRollPathController{ REL::Offset(0x0446FD10) }; + inline constexpr std::array CombatBehaviorAttackFromCover{ REL::Offset(0x0450FFA0) }; + inline constexpr std::array CombatBehaviorBlindFireFromCover{ REL::Offset(0x0450FFC8) }; + inline constexpr std::array CombatBehaviorContextCover{ REL::Offset(0x04510FE8) }; + inline constexpr std::array CombatBehaviorContextGrenade{ REL::Offset(0x04466FA0) }; + inline constexpr std::array CombatBehaviorMoveInCover{ REL::Offset(0x03F21F40) }; + inline constexpr std::array CombatBehaviorProvideSuppressiveFire{ REL::Offset(0x0450AF28) }; + inline constexpr std::array CombatBehaviorRegisterInterface_CombatCoverBehaviorInterface_{ REL::Offset(0x04511588) }; + inline constexpr std::array CombatBehaviorRegisterInterface_CombatSuppressiveFireRequestInterface_{ REL::Offset(0x04466FC8) }; + inline constexpr std::array CombatBehaviorResource{ REL::Offset(0x044F9FF0) }; + inline constexpr std::array CombatBehaviorShipAcquire{ REL::Offset(0x0446A398) }; + inline constexpr std::array CombatBehaviorShipAttackManeuver{ REL::Offset(0x0446FF28) }; + inline constexpr std::array CombatBehaviorShipBarrelRoll{ REL::Offset(0x0446A168) }; + inline constexpr std::array CombatBehaviorShipBoost{ REL::Offset(0x0446A2F8) }; + inline constexpr std::array CombatBehaviorShipBreak{ REL::Offset(0x0446A258) }; + inline constexpr std::array CombatBehaviorShipBreakStalemate{ REL::Offset(0x0446A3E8) }; + inline constexpr std::array CombatBehaviorShipCut{ REL::Offset(0x0446A280) }; + inline constexpr std::array CombatBehaviorShipDirectAttack{ REL::Offset(0x0446A1E0) }; + inline constexpr std::array CombatBehaviorShipDisengage{ REL::Offset(0x0446A3C0) }; + inline constexpr std::array CombatBehaviorShipLeadTurn{ REL::Offset(0x0446A208) }; + inline constexpr std::array CombatBehaviorShipLurk{ REL::Offset(0x0446A1B8) }; + inline constexpr std::array CombatBehaviorShipOrbitCombatArea{ REL::Offset(0x0446A2A8) }; + inline constexpr std::array CombatBehaviorShipOrbitTarget{ REL::Offset(0x0446A2D0) }; + inline constexpr std::array CombatBehaviorShipPass{ REL::Offset(0x0446A140) }; + inline constexpr std::array CombatBehaviorShipPathDestinationRef{ REL::Offset(0x0446FBE8) }; + inline constexpr std::array CombatBehaviorShipPursue{ REL::Offset(0x0446A0E0) }; + inline constexpr std::array CombatBehaviorShipScissors{ REL::Offset(0x0446A090) }; + inline constexpr std::array CombatBehaviorShipSliceback{ REL::Offset(0x0446A348) }; + inline constexpr std::array CombatBehaviorShipSlideDodge{ REL::Offset(0x0446A320) }; + inline constexpr std::array CombatBehaviorShipSlideTurn{ REL::Offset(0x0446A230) }; + inline constexpr std::array CombatBehaviorShipStationaryTracking{ REL::Offset(0x0446A190) }; + inline constexpr std::array CombatBehaviorShipStrafe{ REL::Offset(0x0446A410) }; + inline constexpr std::array CombatBehaviorShipStrafeTurn{ REL::Offset(0x0446A370) }; + inline constexpr std::array CombatBehaviorShipTargetingModeAutopilot{ REL::Offset(0x0445EA00) }; + inline constexpr std::array CombatBehaviorShipTurn{ REL::Offset(0x0446A0B8) }; + inline constexpr std::array CombatBehaviorTree{ REL::Offset(0x03F274B0) }; + inline constexpr std::array CombatBehaviorTreeAcquireObject{ REL::Offset(0x03F21E88) }; + inline constexpr std::array CombatBehaviorTreeAction{ REL::Offset(0x03F21EF8) }; + inline constexpr std::array CombatBehaviorTreeActionEquipmentSelector{ REL::Offset(0x03F21C38) }; + inline constexpr std::array CombatBehaviorTreeAvoidThreat{ REL::Offset(0x03F22100) }; + inline constexpr std::array CombatBehaviorTreeBlock{ REL::Offset(0x03F21F70) }; + inline constexpr std::array CombatBehaviorTreeBow{ REL::Offset(0x03F21D48) }; + inline constexpr std::array CombatBehaviorTreeChargingCloseMovement{ REL::Offset(0x03F21E68) }; + inline constexpr std::array CombatBehaviorTreeChargingMovement{ REL::Offset(0x03F21F20) }; + inline constexpr std::array CombatBehaviorTreeCheckUnreachableTarget{ REL::Offset(0x03F22128) }; + inline constexpr std::array CombatBehaviorTreeCloseMovement{ REL::Offset(0x03F21DC8) }; + inline constexpr std::array CombatBehaviorTreeCombat{ REL::Offset(0x03F21FD0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ REL::Offset(0x04506450) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ REL::Offset(0x04503E18) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void___float_OpLessThan___{ REL::Offset(0x04510160) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_unsignedint_CombatBehaviorContextSearch____void___unsignedint_OpGreaterThan___{ REL::Offset(0x0450D6E8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_unsignedint_CombatState____void___int_OpGreaterThan___{ REL::Offset(0x04507B08) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04503E70) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04506338) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker_____{ REL::Offset(0x04467698) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker_____{ REL::Offset(0x04466EF0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___CombatActorRefPtrconst__CombatBehaviorTree__CombatBehaviorAttackerRef_____{ REL::Offset(0x04467748) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection______{ REL::Offset(0x044FC298) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget_____{ REL::Offset(0x044FC628) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorFunc_float___void______{ REL::Offset(0x04465210) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____bool__bool_____{ REL::Offset(0x044650D8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_float_CombatBehaviorContextChargingMovement____void______{ REL::Offset(0x04465130) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void______{ REL::Offset(0x045101B8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGrenade_float_CombatBehaviorContextGrenade____void______{ REL::Offset(0x04466F48) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_float_CombatBehaviorContextMagic____void______{ REL::Offset(0x04506E48) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc1_bool___float__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextThrow_float_CombatBehaviorContextThrow____void______{ REL::Offset(0x04467900) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorFunc2_bool___CombatActorRefPtrconst_CombatPointer_CombatInventoryItem_const__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ REL::Offset(0x04460028) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_AIProcess_bool_AIProcess____Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x044FA390) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____BGSEquipIndex__BGSEquipIndex___{ REL::Offset(0x04507378) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBlackboard_bool_CombatBlackboard____CombatBlackboardFlagconst__CombatBlackboardFlag___{ REL::Offset(0x04466CA8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc2_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____CombatActorRefPtrconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef_CombatBehaviorTree__CombatBehaviorTargetRef___{ REL::Offset(0x044600E0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ REL::Offset(0x04503F20) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044FA3E8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ REL::Offset(0x044FC240) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ REL::Offset(0x044FE040) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ REL::Offset(0x0450FFF0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlankingMovement_bool_CombatBehaviorContextFlankingMovement____void____{ REL::Offset(0x04501E10) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextFlee_bool_CombatBehaviorContextFlee____void____{ REL::Offset(0x04503EC8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_bool_CombatBehaviorContextGun____void____{ REL::Offset(0x044676F0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMelee_bool_CombatBehaviorContextMelee____void____{ REL::Offset(0x045073D0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextRangedMovement_bool_CombatBehaviorContextRangedMovement____void____{ REL::Offset(0x0450AED0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ REL::Offset(0x0446B368) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ REL::Offset(0x04469448) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_bool_CombatBehaviorPowerAllocationSelector____void____{ REL::Offset(0x044705F0) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc2_bool___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ REL::Offset(0x045064A8) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorCombatTarget__OpNot___{ REL::Offset(0x0450D798) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatGroup_bool_CombatGroup____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorTarget__OpNot___{ REL::Offset(0x0450D740) }; + inline constexpr std::array CombatBehaviorTreeConditionalNode_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void___OpNot___{ REL::Offset(0x04510108) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextBow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x0450AA50) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGrenade_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04466FF0) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextGun_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04467638) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextMagic_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04507220) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextSpaceshipWeapon_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x0445FF68) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextThrow_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04467848) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorContextUsePotion_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____{ REL::Offset(0x04511BC8) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode1_CombatBehaviorEquipContext_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorThread_unsignedint_CombatBehaviorThread____void____{ REL::Offset(0x044691B8) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextBlock_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ REL::Offset(0x044FC7E0) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode2_CombatBehaviorContextMelee_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void____CombatBehaviorContextMelee__ATTACK_TYPE_{ REL::Offset(0x04507530) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNodeBase{ REL::Offset(0x0445E388) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAcquireObject_{ REL::Offset(0x044FA498) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextAvoidThreat_{ REL::Offset(0x044FB6E8) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextChargingMovement_{ REL::Offset(0x04465410) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCloseMovement_{ REL::Offset(0x044FD2A0) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextCover_{ REL::Offset(0x045110B0) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFindAttackLocation_{ REL::Offset(0x044FE7E0) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlankingMovement_{ REL::Offset(0x04501E68) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextFlee_{ REL::Offset(0x045041E0) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextHide_{ REL::Offset(0x04504500) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextMovementRequest_{ REL::Offset(0x04466C48) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextRangedMovement_{ REL::Offset(0x0450AF50) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextSearch_{ REL::Offset(0x0450DB08) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipDetection_{ REL::Offset(0x0445E3E8) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorContextShipManeuvers_{ REL::Offset(0x0446E308) }; + inline constexpr std::array CombatBehaviorTreeCreateContextNode_CombatBehaviorPowerAllocationSelector_{ REL::Offset(0x04470498) }; + inline constexpr std::array CombatBehaviorTreeFindAttackLocation{ REL::Offset(0x03F21D70) }; + inline constexpr std::array CombatBehaviorTreeFindValidLocation{ REL::Offset(0x03F220E0) }; + inline constexpr std::array CombatBehaviorTreeFlankingMovement{ REL::Offset(0x03F21D30) }; + inline constexpr std::array CombatBehaviorTreeFlee{ REL::Offset(0x03F21DE0) }; + inline constexpr std::array CombatBehaviorTreeFlight{ REL::Offset(0x03F22028) }; + inline constexpr std::array CombatBehaviorTreeGrenade{ REL::Offset(0x03F220B8) }; + inline constexpr std::array CombatBehaviorTreeGun{ REL::Offset(0x03F21D88) }; + inline constexpr std::array CombatBehaviorTreeHide{ REL::Offset(0x03F21EA0) }; + inline constexpr std::array CombatBehaviorTreeLinkNode{ REL::Offset(0x044FA048) }; + inline constexpr std::array CombatBehaviorTreeLowCombat{ REL::Offset(0x03F21D08) }; + inline constexpr std::array CombatBehaviorTreeMagic{ REL::Offset(0x03F21E18) }; + inline constexpr std::array CombatBehaviorTreeMelee{ REL::Offset(0x03F22060) }; + inline constexpr std::array CombatBehaviorTreeMovement{ REL::Offset(0x03F220A0) }; + inline constexpr std::array CombatBehaviorTreeMovementRequest{ REL::Offset(0x03F21DA8) }; + inline constexpr std::array CombatBehaviorTreeNode{ REL::Offset(0x044FA138) }; + inline constexpr std::array CombatBehaviorTreeNodeCondition_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ REL::Offset(0x04506978) }; + inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ REL::Offset(0x045102C0) }; + inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMovementRequest_bool_CombatBehaviorContextMovementRequest____void____{ REL::Offset(0x04466B40) }; + inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void____{ REL::Offset(0x04469270) }; + inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ REL::Offset(0x04503FD0) }; + inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void___OpNot___{ REL::Offset(0x044FC4B0) }; + inline constexpr std::array CombatBehaviorTreeNodeEvaluateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ REL::Offset(0x04504080) }; + inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_Actor_bool_Actor____GUN_STATE__GUN_STATE___{ REL::Offset(0x045074D8) }; + inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____float__float___{ REL::Offset(0x04465C00) }; + inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextSearch_void_CombatBehaviorContextSearch____CombatCoverLocation__std__nullptr_t___{ REL::Offset(0x0450D9A8) }; + inline constexpr std::array CombatBehaviorTreeNodeExecuteFunction_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_void_CombatBehaviorContextChargingMovement____void____{ REL::Offset(0x04465D08) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireFurniture_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044FA4F8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorAcquireItem_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatAcquireObjectconst_CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044FA550) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorCastChargedSpell_bool_{ REL::Offset(0x045071C8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorCastConcentrationSpell_bool_{ REL::Offset(0x04507170) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorChargePast_bool_{ REL::Offset(0x04465AA0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorCheckRangedTarget__CombatBehaviorArguments_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker____{ REL::Offset(0x0450B168) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__{ REL::Offset(0x04470238) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorDynamicSelector_ConditionalChildSelector__float_{ REL::Offset(0x04465BA8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorEnableBlackboardFlag_CombatBlackboardFlag_{ REL::Offset(0x045040D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorFindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x04510210) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorFlee_float_{ REL::Offset(0x04504028) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorFollowPath_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_CombatPointer_CombatPath__CombatBehaviorContextAcquireObject____void____{ REL::Offset(0x044FA600) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x0450A760) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ REL::Offset(0x0450DA58) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorIdle_float_{ REL::Offset(0x04465AF8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_NextChildSelector__float_{ REL::Offset(0x0446E8E8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorImmediateFallbackSelector_WeightedRandomChildSelector__float_{ REL::Offset(0x0446E418) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorLandNearby_float_{ REL::Offset(0x045068C8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorLand_float_{ REL::Offset(0x04506920) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorMovementIdle_float_{ REL::Offset(0x044FD358) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_CombatBehaviorRepeat__FLAGS_{ REL::Offset(0x04506500) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorRepeat_float_{ REL::Offset(0x04460140) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorResetResource_BSFixedString_{ REL::Offset(0x044FC458) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchCenter_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450D848) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchInvestigateFromCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x0450D7F0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchLocation_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450DA00) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearchWander_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450D8A0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorSearch_CombatSearchLocation__PRIORITY_{ REL::Offset(0x0450D8F8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorWaitBehindCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___SettingT_GameSettingCollection_const__SettingT_GameSettingCollection____{ REL::Offset(0x04510268) }; + inline constexpr std::array CombatBehaviorTreeNodeObject1_CombatBehaviorWatchTarget_float_{ REL::Offset(0x04502080) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_{ REL::Offset(0x04466AE8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorChangeResourcePriority_BSFixedString_CombatBehaviorResource__PRIORITY_{ REL::Offset(0x0450B1C0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__CombatBehaviorArguments_float__CombatBehaviorArguments_float_bool_bool__{ REL::Offset(0x0450A708) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorFaceAngle_float_bool_{ REL::Offset(0x04503F78) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04468EB0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorRetreatToCover_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___float_{ REL::Offset(0x04468F08) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardData_CombatBlackboardKey_AITimeStamp__CombatBehaviorExpression_CombatBehaviorFunc_AITimeStamp___void____{ REL::Offset(0x044FE788) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorSetBlackboardFlag_CombatBlackboardFlag_bool_{ REL::Offset(0x04465CB0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorSpawnParallel_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatInventory_unsignedint_CombatInventory____void____CombatBehaviorParallel__FLAGS_{ REL::Offset(0x04469218) }; + inline constexpr std::array CombatBehaviorTreeNodeObject2_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_{ REL::Offset(0x04465C58) }; + inline constexpr std::array CombatBehaviorTreeNodeObject3_CombatBehaviorAcquireResource_BSFixedString_CombatBehaviorResource__PRIORITY_CombatBehaviorAcquireResource__FLAGS_{ REL::Offset(0x044FA658) }; + inline constexpr std::array CombatBehaviorTreeNodeObject3_CombatBehaviorAnimate_CombatAnimation__ANIM_int_bool_{ REL::Offset(0x044659F0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject3_CombatBehaviorWithdraw_CombatPath__SPEED_CombatPath__SPEED_bool_{ REL::Offset(0x04465B50) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorAcquireResource_{ REL::Offset(0x04466D00) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastChargedSpell_{ REL::Offset(0x04507068) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorCastConcentrationSpell_{ REL::Offset(0x04507118) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorChargePast_{ REL::Offset(0x04465838) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorComposite_CombatBehaviorMovementIdle_CombatBehaviorTrackTarget__{ REL::Offset(0x044701E0) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorFindCover_{ REL::Offset(0x04511058) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorFlee_{ REL::Offset(0x045043F8) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorIdle_{ REL::Offset(0x04465A48) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ REL::Offset(0x0446E890) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorLand_{ REL::Offset(0x045067C0) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorRepeat_{ REL::Offset(0x0445E2D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorRetreatToCover_{ REL::Offset(0x04468E58) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorWaitBehindCover_{ REL::Offset(0x04511168) }; + inline constexpr std::array CombatBehaviorTreeNodeObjectBase_CombatBehaviorWithdraw_{ REL::Offset(0x044654C8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAOEAttack_{ REL::Offset(0x04465520) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAcquireOptimalRange_{ REL::Offset(0x0450B110) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAdjustRange_{ REL::Offset(0x0450B060) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAdvance_{ REL::Offset(0x04465730) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorApproachPowerAllocation_{ REL::Offset(0x04470390) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttackFromCover_{ REL::Offset(0x04511218) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttackLow_{ REL::Offset(0x04506AC8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttackPowerAllocation_{ REL::Offset(0x044703E8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAttack_{ REL::Offset(0x04507480) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreatCover_{ REL::Offset(0x044FC400) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorAvoidThreat_{ REL::Offset(0x044FC350) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBackoff_{ REL::Offset(0x04465680) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBash_{ REL::Offset(0x044FC788) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlindFireFromCover_{ REL::Offset(0x04511270) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlockAttack_{ REL::Offset(0x044FC730) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlockThreat_{ REL::Offset(0x044FC6D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBlock_{ REL::Offset(0x044FC680) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorBowAttack_{ REL::Offset(0x0450AAB0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCastChargedSpell_{ REL::Offset(0x045070C0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCastConcentrationSpell_{ REL::Offset(0x04506FB8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCastImmediateSpell_{ REL::Offset(0x04506F60) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverDirection_{ REL::Offset(0x04511320) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverPosition_{ REL::Offset(0x045114D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChangeCoverStance_{ REL::Offset(0x04511530) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChargePast_{ REL::Offset(0x044658E8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChase_{ REL::Offset(0x04501F20) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCheckUnreachableTarget_{ REL::Offset(0x04507D00) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ConditionalChildSelector__{ REL::Offset(0x04460198) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_IndexChildSelector__{ REL::Offset(0x04467530) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_RandomChanceChildSelector__{ REL::Offset(0x04465578) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorChildSelector_ValueChildSelector__{ REL::Offset(0x044694F8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCircleDistant_{ REL::Offset(0x044FD248) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCircle_{ REL::Offset(0x04465628) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorComposite_CombatBehaviorCrouch_CombatBehaviorCheckRangedTarget__{ REL::Offset(0x0450B218) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverAdvance_{ REL::Offset(0x04511480) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverFlank_{ REL::Offset(0x04511378) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverPairedRush_{ REL::Offset(0x045113D0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorCoverRush_{ REL::Offset(0x04511428) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDistract_{ REL::Offset(0x04501FD0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDiveBomb_{ REL::Offset(0x04506870) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDodgeThreat_{ REL::Offset(0x044FC3A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorDynamicConditionalNode_{ REL::Offset(0x044694A0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEquipObject_{ REL::Offset(0x044FA980) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEquipRangedWeapon_{ REL::Offset(0x044FA928) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEquipSpell_{ REL::Offset(0x044FA8D0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreatJump_{ REL::Offset(0x044FB588) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorEvadeThreat_{ REL::Offset(0x044FB5E0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_NextChildSelector__{ REL::Offset(0x044601F0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_RandomChanceChildSelector__{ REL::Offset(0x045112C8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackSelector_WeightedRandomChildSelector__{ REL::Offset(0x045065B0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallbackToRanged_{ REL::Offset(0x044FD1F0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFallback_{ REL::Offset(0x044655D0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindAllyAttackLocation_{ REL::Offset(0x044FE898) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindAttackLocation_{ REL::Offset(0x044FE8F0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindCover_{ REL::Offset(0x04511000) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindHoldPositionAttackLocation_{ REL::Offset(0x044FE948) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindLateralAttackLocation_{ REL::Offset(0x044FE840) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindObject_{ REL::Offset(0x044FA440) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationLargeActor_{ REL::Offset(0x04507E60) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocationOnNavmesh_{ REL::Offset(0x04507DB0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidLocation_{ REL::Offset(0x04507E08) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFindValidNavmeshLocation_{ REL::Offset(0x04507D58) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlankDistant_{ REL::Offset(0x04501F78) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlank_{ REL::Offset(0x04502028) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeThroughDoor_{ REL::Offset(0x04504188) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToAlly_{ REL::Offset(0x04504130) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToCover_{ REL::Offset(0x04504348) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToPlayer_{ REL::Offset(0x04504450) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToSupport_{ REL::Offset(0x04504240) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFleeToUnderground_{ REL::Offset(0x04504560) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlee_{ REL::Offset(0x045043A0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlipDynamicObject_{ REL::Offset(0x04465470) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorFlyingAttack_{ REL::Offset(0x04506768) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorForceFail_{ REL::Offset(0x044656D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorForceSuccess_{ REL::Offset(0x045044A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeFlushTarget_{ REL::Offset(0x044670A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrowAtGroup_{ REL::Offset(0x04467100) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGrenadeThrow_{ REL::Offset(0x04467050) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGroundAttack_{ REL::Offset(0x04506608) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunBurstFire_{ REL::Offset(0x04467428) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunFireCharge_{ REL::Offset(0x044674D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunFire_{ REL::Offset(0x044675E0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunReloadBehindCover_{ REL::Offset(0x04467320) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunReload_{ REL::Offset(0x04467378) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveBurstFire_{ REL::Offset(0x04467480) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFireCharge_{ REL::Offset(0x044672C8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorGunSuppressiveFire_{ REL::Offset(0x044673D0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorHide_{ REL::Offset(0x045042F0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorHover_{ REL::Offset(0x04506818) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorIgnoreFailure_{ REL::Offset(0x044FD300) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorImmediateFallbackSelector_NextChildSelector__{ REL::Offset(0x044FB690) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorLand_{ REL::Offset(0x045069D0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorLoopFallbackSelector_NextChildSelector__{ REL::Offset(0x04467588) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorLoop_{ REL::Offset(0x045111C0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorMaintainOptimalRange_{ REL::Offset(0x0450B0B8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorMovementRequest_{ REL::Offset(0x04466BF0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorOrbitDistant_{ REL::Offset(0x04506660) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorOrbit_{ REL::Offset(0x045066B8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorParallel_{ REL::Offset(0x04470290) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorParry_{ REL::Offset(0x044FC840) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPause_{ REL::Offset(0x04469550) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPerchAttack_{ REL::Offset(0x04506710) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPowerAllocationRepeat_{ REL::Offset(0x04470440) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPrepareDualCast_{ REL::Offset(0x04507010) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorProvideSuppressiveFire_{ REL::Offset(0x0450AFB0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorPursueTarget_{ REL::Offset(0x04506B20) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorRepeat_{ REL::Offset(0x0445E330) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorReposition_{ REL::Offset(0x044657E0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorRetargetAttack_{ REL::Offset(0x04507590) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorReturnToCombatArea_{ REL::Offset(0x04507CA8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSearchInvestigateDoor_{ REL::Offset(0x0450DAB0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSearchTakeCover_{ REL::Offset(0x0450DB68) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSequence_{ REL::Offset(0x0445FA00) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipAcquire_{ REL::Offset(0x0446E628) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBarrelRoll_{ REL::Offset(0x0446E0A0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBoost_{ REL::Offset(0x0446E788) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBreakStalemate_{ REL::Offset(0x0446E4C8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipBreak_{ REL::Offset(0x0446E0F8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipCut_{ REL::Offset(0x0446E150) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipDetection_{ REL::Offset(0x0445E280) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipDirectAttack_{ REL::Offset(0x0446E200) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipDisengage_{ REL::Offset(0x0446E470) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipFlee_{ REL::Offset(0x04469708) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipLeadTurn_{ REL::Offset(0x0446E2B0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipLurk_{ REL::Offset(0x0446E1A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitCombatArea_{ REL::Offset(0x0446E578) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipOrbitTarget_{ REL::Offset(0x0446E3C0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipPass_{ REL::Offset(0x0446E258) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipPursue_{ REL::Offset(0x0446E6D8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipScissors_{ REL::Offset(0x0446E730) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipSliceback_{ REL::Offset(0x0446E838) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideDodge_{ REL::Offset(0x0446E7E0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipSlideTurn_{ REL::Offset(0x0446E048) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipStationaryTracking_{ REL::Offset(0x0446E368) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafeTurn_{ REL::Offset(0x0446E5D0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipStrafe_{ REL::Offset(0x0446E520) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipTargetingModeAutopilot_{ REL::Offset(0x0445F9A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorShipTurn_{ REL::Offset(0x0446E680) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSideswipe_{ REL::Offset(0x04465998) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponBurstFire_{ REL::Offset(0x04460248) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSpaceshipWeaponFire_{ REL::Offset(0x044602A0) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSpecialAttack_{ REL::Offset(0x04507428) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSprintAway_{ REL::Offset(0x04465940) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorStalk_{ REL::Offset(0x04501EC8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorStrafe_{ REL::Offset(0x0450B008) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorSurround_{ REL::Offset(0x04465788) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorTakeoff_{ REL::Offset(0x04506558) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorThrow_{ REL::Offset(0x044678A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorTrackTarget_{ REL::Offset(0x04504298) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorUsePotion_{ REL::Offset(0x04511B70) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorUseTurret_{ REL::Offset(0x044FA5A8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitBehindCover_{ REL::Offset(0x04511110) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForCondition_{ REL::Offset(0x0450A9F8) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatNewThreatEvent__{ REL::Offset(0x044FB638) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForEvent_CombatUnreachableTargetAddedEventconst__{ REL::Offset(0x04507C50) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWaitForMovementRequest_{ REL::Offset(0x04466B98) }; + inline constexpr std::array CombatBehaviorTreeNodeObject_CombatBehaviorWithdraw_{ REL::Offset(0x04465890) }; + inline constexpr std::array CombatBehaviorTreeNodeUpdateFunction_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSearch_bool_CombatBehaviorContextSearch____void___OpNot___{ REL::Offset(0x0450D950) }; + inline constexpr std::array CombatBehaviorTreePlayerShipCombat{ REL::Offset(0x03F21F98) }; + inline constexpr std::array CombatBehaviorTreeRangedMovement{ REL::Offset(0x03F21EC0) }; + inline constexpr std::array CombatBehaviorTreeRetreatClose{ REL::Offset(0x03F21F60) }; + inline constexpr std::array CombatBehaviorTreeRetreatRanged{ REL::Offset(0x03F21E00) }; + inline constexpr std::array CombatBehaviorTreeReturnToCombatArea{ REL::Offset(0x03F21CC8) }; + inline constexpr std::array CombatBehaviorTreeRootNode{ REL::Offset(0x044FA0A0) }; + inline constexpr std::array CombatBehaviorTreeSearch{ REL::Offset(0x03F21CA0) }; + inline constexpr std::array CombatBehaviorTreeShipAction{ REL::Offset(0x03F21EE0) }; + inline constexpr std::array CombatBehaviorTreeShipActionEquipmentSelector{ REL::Offset(0x03F21C68) }; + inline constexpr std::array CombatBehaviorTreeShipCombat{ REL::Offset(0x03F21FB8) }; + inline constexpr std::array CombatBehaviorTreeShipDetection{ REL::Offset(0x03F21FF0) }; + inline constexpr std::array CombatBehaviorTreeShipFlee{ REL::Offset(0x03F22048) }; + inline constexpr std::array CombatBehaviorTreeShipManeuvers{ REL::Offset(0x03F21C10) }; + inline constexpr std::array CombatBehaviorTreeShipMovement{ REL::Offset(0x03F22080) }; + inline constexpr std::array CombatBehaviorTreeShipPowerAllocation{ REL::Offset(0x03F21E40) }; + inline constexpr std::array CombatBehaviorTreeSpaceshipWeapon{ REL::Offset(0x03F22010) }; + inline constexpr std::array CombatBehaviorTreeTargetingMode{ REL::Offset(0x03F22148) }; + inline constexpr std::array CombatBehaviorTreeThrow{ REL::Offset(0x03F22160) }; + inline constexpr std::array CombatBehaviorTreeUseCover{ REL::Offset(0x03F21CE8) }; + inline constexpr std::array CombatBehaviorTreeUsePotion{ REL::Offset(0x03F21C88) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x044651B0) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc1_float___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x0446B308) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorFunc2_float___Actorconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget___{ REL::Offset(0x0450AE70) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_float_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_float_CombatBehaviorContextCover____void____{ REL::Offset(0x045100A8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorContextMagic__CASTING_TYPE_{ REL::Offset(0x04506EA0) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpEquals___{ REL::Offset(0x045063F0) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_ActorState_FLY_STATE_ActorState____void___FLY_STATE_OpNotEquals___OpOr___{ REL::Offset(0x0450A998) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAcquireObject_bool_CombatBehaviorContextAcquireObject____void___bool_OpEquals___{ REL::Offset(0x044FA330) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatInventory_float_CombatInventory____void___float_OpGreaterThan___{ REL::Offset(0x0450A878) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpOr___{ REL::Offset(0x0450A8D8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void___OpNot__CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____OpAnd___{ REL::Offset(0x0450AE10) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot__CombatBehaviorExpression_CombatBehaviorBinaryExpression_CombatBehaviorFunc2_float___TESObjectREFRconst_TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttacker_CombatBehaviorTree__CombatBehaviorTarget__float_OpLessThan___OpAnd___{ REL::Offset(0x04506BD8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x0450A938) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_bool___Actorconst__CombatBehaviorTree__CombatBehaviorAttacker___{ REL::Offset(0x04470120) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorFunc1_unsignedchar___CombatInventoryItemconst__CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatPointer_CombatInventoryItem_const_CombatBehaviorEquipContext____void______{ REL::Offset(0x044FA870) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc1_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____bool__bool___{ REL::Offset(0x04465020) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_ActorState_bool_ActorState____void____{ REL::Offset(0x04506390) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void____{ REL::Offset(0x045062D8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextAvoidThreat_bool_CombatBehaviorContextAvoidThreat____void____{ REL::Offset(0x044FC2F0) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextBlock_bool_CombatBehaviorContextBlock____void____{ REL::Offset(0x044FC5C8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextChargingMovement_bool_CombatBehaviorContextChargingMovement____void____{ REL::Offset(0x04465268) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCloseMovement_bool_CombatBehaviorContextCloseMovement____void____{ REL::Offset(0x044652C8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextCover_bool_CombatBehaviorContextCover____void____{ REL::Offset(0x04510048) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextGun_CombatBehaviorContextGun__ATTACK_TYPE_CombatBehaviorContextGun____void____{ REL::Offset(0x044677A0) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextMagic_CombatBehaviorContextMagic__CASTING_TYPE_CombatBehaviorContextMagic____void____{ REL::Offset(0x04506F00) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_SpaceManeuverTypes_CombatBehaviorContextShipManeuvers____void____{ REL::Offset(0x0446B2A8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextShipManeuvers_bool_CombatBehaviorContextShipManeuvers____void____{ REL::Offset(0x0446B1B8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorContextSpaceshipWeapon_bool_CombatBehaviorContextSpaceshipWeapon____void____{ REL::Offset(0x04460080) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_CombatInventoryItem__TYPE_CombatBehaviorEquipContext____void____{ REL::Offset(0x044693E8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatBehaviorPowerAllocationSelector_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_CombatBehaviorPowerAllocationSelector____void____{ REL::Offset(0x044704F8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatGroup_bool_CombatGroup____void____{ REL::Offset(0x04506B78) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void____{ REL::Offset(0x04470060) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorFunc1_bool___Actor__CombatBehaviorTree__CombatBehaviorAttacker__OpNot___{ REL::Offset(0x0450A818) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc1_CombatController_bool_CombatController____TESObjectREFRconst__CombatBehaviorTree__CombatBehaviorAttackerRef__OpNot___{ REL::Offset(0x04470000) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_Actor_bool_Actor____void___OpNot___{ REL::Offset(0x0450A7B8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatBehaviorEquipContext_bool_CombatBehaviorEquipContext____void___OpNot___{ REL::Offset(0x044692C8) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_CombatState_bool_CombatState____void___OpNot___{ REL::Offset(0x044700C0) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorExpression_CombatBehaviorUnaryExpression_CombatBehaviorMemberFunc_TESObjectREFR_bool_TESObjectREFR____void___OpNot___{ REL::Offset(0x04470180) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatBehaviorPowerAllocationSelector__PowerAllocationStrategy_{ REL::Offset(0x04470558) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatInventoryItem__TYPE_{ REL::Offset(0x04469388) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_CombatWeaponType_{ REL::Offset(0x04469328) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_SpaceManeuverTypes_{ REL::Offset(0x0446B248) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_bool_{ REL::Offset(0x0446B158) }; + inline constexpr std::array CombatBehaviorTreeValueNodeT_unsignedint_int_{ REL::Offset(0x04464FC0) }; + inline constexpr std::array CombatBehaviorTreeValueNode_float_{ REL::Offset(0x04465328) }; + inline constexpr std::array CombatBehaviorTreeValueNode_unsignedint_{ REL::Offset(0x0445FFC8) }; + inline constexpr std::array CombatBehaviorTreeWrapperNode{ REL::Offset(0x044602F8) }; + inline constexpr std::array CombatBehaviorWaitBehindCover{ REL::Offset(0x04511AB8) }; + inline constexpr std::array CombatBlackboardKey_AITimeStamp_{ REL::Offset(0x03F12900) }; + inline constexpr std::array CombatBlackboardKey_AITimer_{ REL::Offset(0x03F127C0) }; + inline constexpr std::array CombatBlackboardKey_BSTHashMap_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTTuple3_AITimeStamp_NiPoint3_NiPoint3__BSTDefaultScatterTable__{ REL::Offset(0x03F128B8) }; + inline constexpr std::array CombatBlackboardKey_BSTHashMap_unsignedint_AITimer_BSTDefaultScatterTable__{ REL::Offset(0x03EF2E68) }; + inline constexpr std::array CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_Actor_2097152__BSTScatterTableDefaultHashPolicy__{ REL::Offset(0x03F12990) }; + inline constexpr std::array CombatBlackboardKey_BSTSet_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTScatterTableDefaultHashPolicy__{ REL::Offset(0x03EF2810) }; + inline constexpr std::array CombatBlackboardKey_BSTTuple_AITimeStamp_float__{ REL::Offset(0x03F12850) }; + inline constexpr std::array CombatBlackboardKey_BSTTuple_AITimer_unsignedint__{ REL::Offset(0x03EF2B28) }; + inline constexpr std::array CombatBlackboardKey_BSTTuple_TESObjectREFR_AITimeStamp__{ REL::Offset(0x03F12808) }; + inline constexpr std::array CombatBlackboardKey_CombatPointer_CombatCoverLocation__{ REL::Offset(0x03F12778) }; + inline constexpr std::array CombatBlackboardKey_CombatPointer_CombatMeleeAttackController__{ REL::Offset(0x03F12948) }; + inline constexpr std::array CombatBlackboardKey_CombatSuppressiveFireBehavior_{ REL::Offset(0x03EF2E20) }; + inline constexpr std::array CombatBlackboardKey_unsignedint_{ REL::Offset(0x03EF2858) }; + inline constexpr std::array CombatBlackboardMemberBase{ REL::Offset(0x03EF2980) }; + inline constexpr std::array CombatChangePositionPathController{ REL::Offset(0x04510F88) }; + inline constexpr std::array CombatChargingSearchData{ REL::Offset(0x04466830) }; + inline constexpr std::array CombatCluster{ REL::Offset(0x044F2A60) }; + inline constexpr std::array CombatCoverLocation{ REL::Offset(0x044F1FF8) }; + inline constexpr std::array CombatCoverLocation__CombatCoverLocationFunctor__lambda_fcccd54a39c89b0808bb4732949593a3__{ REL::Offset(0x044F20D0) }; + inline constexpr std::array CombatCoverSearch{ REL::Offset(0x044F2078) }; + inline constexpr std::array CombatCoverSearchDebugData{ REL::Offset(0x044F1EB0) }; + inline constexpr std::array CombatCoverSearchResult{ REL::Offset(0x044F2278) }; + inline constexpr std::array CombatCoveredPath{ REL::Offset(0x04471D50), REL::Offset(0x04471D78) }; + inline constexpr std::array CombatCoveredPathDebugData{ REL::Offset(0x04471E80) }; + inline constexpr std::array CombatDialogueDebugData{ REL::Offset(0x044F2980) }; + inline constexpr std::array CombatDisableActionController{ REL::Offset(0x0450A5A8) }; + inline constexpr std::array CombatDisableAimController{ REL::Offset(0x044F17A0) }; + inline constexpr std::array CombatDisableCollisionController{ REL::Offset(0x0450A578) }; + inline constexpr std::array CombatEncounterBIEvents__CombatEnounterMetricsManager{ REL::Offset(0x044C9068) }; + inline constexpr std::array CombatEncounterMetrics{ REL::Offset(0x044C8FF0), REL::Offset(0x044C9008), REL::Offset(0x044C9020), REL::Offset(0x044C9038), REL::Offset(0x044C9050) }; + inline constexpr std::array CombatEnterCoverPathController{ REL::Offset(0x044F1F40) }; + inline constexpr std::array CombatFlankingSearchData{ REL::Offset(0x04502B00) }; + inline constexpr std::array CombatFleeAimController{ REL::Offset(0x04505658) }; + inline constexpr std::array CombatFollowTargetPathController{ REL::Offset(0x04516FB0) }; + inline constexpr std::array CombatGroupDetectionListener{ REL::Offset(0x044F2A90) }; + inline constexpr std::array CombatInceptionDebugData{ REL::Offset(0x044F22C8) }; + inline constexpr std::array CombatInterface{ REL::Offset(0x04467158) }; + inline constexpr std::array CombatInventoryItem{ REL::Offset(0x044F2F90) }; + inline constexpr std::array CombatInventoryItemComposite{ REL::Offset(0x044F3250) }; + inline constexpr std::array CombatInventoryItemGrenade{ REL::Offset(0x044F2CC0) }; + inline constexpr std::array CombatInventoryItemMagic{ REL::Offset(0x044F2D70) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterArmor_{ REL::Offset(0x044F4940) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterBoundItem_{ REL::Offset(0x044F44C0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterChameleon_{ REL::Offset(0x044F53C0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterCloak_{ REL::Offset(0x044F5ED0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDash_{ REL::Offset(0x044F3980) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterDisarm_{ REL::Offset(0x044F5D50) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterInvisibility_{ REL::Offset(0x044F4F40) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterLight_{ REL::Offset(0x044F4DC0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterOffensive_{ REL::Offset(0x044F6AD0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterParalyze_{ REL::Offset(0x044F4100) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterReanimate_{ REL::Offset(0x044F3F80) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterRestore_{ REL::Offset(0x044F6290) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterScript_{ REL::Offset(0x044F3800) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterStagger_{ REL::Offset(0x044F6890) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterSummon_{ REL::Offset(0x044F6710) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F4AC0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemMagic_CombatMagicCasterWard_{ REL::Offset(0x044F6E90) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterArmor_{ REL::Offset(0x044F47C0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterBoundItem_{ REL::Offset(0x044F4700) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterChameleon_{ REL::Offset(0x044F5240) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterCloak_{ REL::Offset(0x044F6110) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDash_{ REL::Offset(0x044F3BC0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterDisarm_{ REL::Offset(0x044F5BD0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterInvisibility_{ REL::Offset(0x044F5180) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterLight_{ REL::Offset(0x044F4C40) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterOffensive_{ REL::Offset(0x044F6C50) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterParalyze_{ REL::Offset(0x044F4340) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterReanimate_{ REL::Offset(0x044F3E00) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterRestore_{ REL::Offset(0x044F64D0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterScript_{ REL::Offset(0x044F3680) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterStagger_{ REL::Offset(0x044F5B10) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterSummon_{ REL::Offset(0x044F6590) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F3D40) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemPotion_CombatMagicCasterWard_{ REL::Offset(0x044F6D10) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterArmor_{ REL::Offset(0x044F4B80) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterBoundItem_{ REL::Offset(0x044F4640) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterChameleon_{ REL::Offset(0x044F4580) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterCloak_{ REL::Offset(0x044F6050) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDash_{ REL::Offset(0x044F3B00) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterDisarm_{ REL::Offset(0x044F5F90) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterInvisibility_{ REL::Offset(0x044F50C0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterLight_{ REL::Offset(0x044F5000) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterOffensive_{ REL::Offset(0x044F6B90) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterParalyze_{ REL::Offset(0x044F4280) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterReanimate_{ REL::Offset(0x044F41C0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterRestore_{ REL::Offset(0x044F6410) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterScript_{ REL::Offset(0x044F3A40) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterStagger_{ REL::Offset(0x044F5A50) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterSummon_{ REL::Offset(0x044F6950) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F3C80) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemScroll_CombatMagicCasterWard_{ REL::Offset(0x044F6350) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterArmor_{ REL::Offset(0x044F4880) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterBoundItem_{ REL::Offset(0x044F4400) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterChameleon_{ REL::Offset(0x044F5300) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterCloak_{ REL::Offset(0x044F5E10) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDash_{ REL::Offset(0x044F38C0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterDisarm_{ REL::Offset(0x044F5C90) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterInvisibility_{ REL::Offset(0x044F4E80) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterLight_{ REL::Offset(0x044F4D00) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterOffensive_{ REL::Offset(0x044F6A10) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterParalyze_{ REL::Offset(0x044F4040) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterReanimate_{ REL::Offset(0x044F3EC0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterRestore_{ REL::Offset(0x044F61D0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterScript_{ REL::Offset(0x044F3740) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterStagger_{ REL::Offset(0x044F67D0) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterSummon_{ REL::Offset(0x044F6650) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F4A00) }; + inline constexpr std::array CombatInventoryItemMagicT_CombatInventoryItemStaff_CombatMagicCasterWard_{ REL::Offset(0x044F6DD0) }; + inline constexpr std::array CombatInventoryItemMelee{ REL::Offset(0x044F31A0) }; + inline constexpr std::array CombatInventoryItemOneHandedBlock{ REL::Offset(0x044F2EE0) }; + inline constexpr std::array CombatInventoryItemPotion{ REL::Offset(0x044F7C20) }; + inline constexpr std::array CombatInventoryItemRanged{ REL::Offset(0x044F30F0) }; + inline constexpr std::array CombatInventoryItemScroll{ REL::Offset(0x044F7E90) }; + inline constexpr std::array CombatInventoryItemShield{ REL::Offset(0x044F2C10) }; + inline constexpr std::array CombatInventoryItemStaff{ REL::Offset(0x044F7CE0) }; + inline constexpr std::array CombatInventoryItemThrown{ REL::Offset(0x044F3040) }; + inline constexpr std::array CombatInventoryItemTorch{ REL::Offset(0x044F2E30) }; + inline constexpr std::array CombatMagicCaster{ REL::Offset(0x044F7E18) }; + inline constexpr std::array CombatMagicCasterArmor{ REL::Offset(0x044F78D8) }; + inline constexpr std::array CombatMagicCasterBoundItem{ REL::Offset(0x044F7950) }; + inline constexpr std::array CombatMagicCasterChameleon{ REL::Offset(0x044F79C8) }; + inline constexpr std::array CombatMagicCasterCloak{ REL::Offset(0x044F7860) }; + inline constexpr std::array CombatMagicCasterDash{ REL::Offset(0x044F7B30) }; + inline constexpr std::array CombatMagicCasterDisarm{ REL::Offset(0x044F80B8) }; + inline constexpr std::array CombatMagicCasterInvisibility{ REL::Offset(0x044F7770) }; + inline constexpr std::array CombatMagicCasterLight{ REL::Offset(0x044F77E8) }; + inline constexpr std::array CombatMagicCasterOffensive{ REL::Offset(0x044F7DA0) }; + inline constexpr std::array CombatMagicCasterParalyze{ REL::Offset(0x044F7A40) }; + inline constexpr std::array CombatMagicCasterReanimate{ REL::Offset(0x044F55A0) }; + inline constexpr std::array CombatMagicCasterRestore{ REL::Offset(0x044F7FC8) }; + inline constexpr std::array CombatMagicCasterScript{ REL::Offset(0x044F7BA8) }; + inline constexpr std::array CombatMagicCasterStagger{ REL::Offset(0x044F8130) }; + inline constexpr std::array CombatMagicCasterSummon{ REL::Offset(0x044F7F50) }; + inline constexpr std::array CombatMagicCasterTargetEffect{ REL::Offset(0x044F7AB8) }; + inline constexpr std::array CombatMagicCasterWard{ REL::Offset(0x044F8040) }; + inline constexpr std::array CombatMagicItemData{ REL::Offset(0x044F5588) }; + inline constexpr std::array CombatMagicItemSkillChecker{ REL::Offset(0x044F5570) }; + inline constexpr std::array CombatMaintainDistancePathController{ REL::Offset(0x0445F948) }; + inline constexpr std::array CombatMantlePathController{ REL::Offset(0x044F1EE0) }; + inline constexpr std::array CombatMatchTargetAimController{ REL::Offset(0x044F1858) }; + inline constexpr std::array CombatMeleeAimController{ REL::Offset(0x044F19C8) }; + inline constexpr std::array CombatMeleeAttackController{ REL::Offset(0x04507618) }; + inline constexpr std::array CombatMeleeDebugData{ REL::Offset(0x045075E8) }; + inline constexpr std::array CombatMovementRequestActivateTarget{ REL::Offset(0x04466DA0) }; + inline constexpr std::array CombatMovementRequestFollowActor{ REL::Offset(0x04466D58) }; + inline constexpr std::array CombatNavmeshCoverLocation{ REL::Offset(0x044F2178) }; + inline constexpr std::array CombatNavmeshPathingDebugData{ REL::Offset(0x04472228) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FBD20), REL::Offset(0x044FBF18) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04464250), REL::Offset(0x044644D8) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04471990), REL::Offset(0x044719A8) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04500748), REL::Offset(0x04500760) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE268), REL::Offset(0x044FE448) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04467E70), REL::Offset(0x04468098) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FE50), REL::Offset(0x04510E70) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F8D80), REL::Offset(0x044F8E10) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045095B8), REL::Offset(0x04509648) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04500598), REL::Offset(0x04500658) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x045003A0), REL::Offset(0x045004F0) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504F50), REL::Offset(0x045051F0) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504D28), REL::Offset(0x04504DE8) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513EB8), REL::Offset(0x04513ED0) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E790), REL::Offset(0x0450E820) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04512C78), REL::Offset(0x04512C90) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD9A8), REL::Offset(0x044FD9C0) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045093A8), REL::Offset(0x04509528) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E460), REL::Offset(0x0450E4F0) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E088), REL::Offset(0x0450E118) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445F740), REL::Offset(0x0445F7D0) }; + inline constexpr std::array CombatNavmeshSearchTunnel_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04463F98), REL::Offset(0x04464058) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FBC78), REL::Offset(0x044FBC90) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FBE58), REL::Offset(0x044FBF30) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04464430), REL::Offset(0x04464448) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ REL::Offset(0x04464070), REL::Offset(0x04464220) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ REL::Offset(0x044712B0), REL::Offset(0x044712C8) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04471A50), REL::Offset(0x04471A68) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04471B88), REL::Offset(0x04471BA0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04500730), REL::Offset(0x04500880) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ REL::Offset(0x045000B8), REL::Offset(0x045000D0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE3A0), REL::Offset(0x044FE3B8) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FE280), REL::Offset(0x044FE548) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04467FD8), REL::Offset(0x04468068) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04467F30), REL::Offset(0x04467FC0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FEF8), REL::Offset(0x0450FF10) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04510D38), REL::Offset(0x04510F18) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F8E28), REL::Offset(0x044F8E58) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044F8F78), REL::Offset(0x044F9008) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04509708), REL::Offset(0x04509798) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045097C8), REL::Offset(0x045099A8) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04500670), REL::Offset(0x04500688) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04500910), REL::Offset(0x04500AC0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04500448), REL::Offset(0x04500460) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ REL::Offset(0x04500B80), REL::Offset(0x04500B98) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504EA8), REL::Offset(0x04504EC0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04505130), REL::Offset(0x04505148) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504E00), REL::Offset(0x04504E18) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04505118), REL::Offset(0x04505208) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513D68), REL::Offset(0x04513D80) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04513F60), REL::Offset(0x04513F78) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E3B8), REL::Offset(0x0450E448) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450DBC0), REL::Offset(0x0450DDA0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04512B28), REL::Offset(0x04512B40) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04512D20), REL::Offset(0x04512D38) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FDA68), REL::Offset(0x044FDA80) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FD440), REL::Offset(0x044FD560) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04509468), REL::Offset(0x045094F8) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04509870), REL::Offset(0x04509900) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E250), REL::Offset(0x0450E2E0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450DC68), REL::Offset(0x0450DCF8) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E058), REL::Offset(0x0450E1C0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450E640), REL::Offset(0x0450E6D0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445EA28), REL::Offset(0x0445EAD0) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0445F7E8), REL::Offset(0x0445F878) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ REL::Offset(0x04463E60), REL::Offset(0x04463E78) }; + inline constexpr std::array CombatNavmeshSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x044642F8), REL::Offset(0x04464310) }; + inline constexpr std::array CombatPath{ REL::Offset(0x04466860) }; + inline constexpr std::array CombatPathBuilder{ REL::Offset(0x04511F70) }; + inline constexpr std::array CombatPathBuilderCovered{ REL::Offset(0x04471EB0), REL::Offset(0x04471ED0) }; + inline constexpr std::array CombatPathBuilderNavmesh{ REL::Offset(0x044718E8) }; + inline constexpr std::array CombatPathBuilderNavmeshOpen{ REL::Offset(0x04472290), REL::Offset(0x044722B0) }; + inline constexpr std::array CombatPathBuilderNavmeshStandard{ REL::Offset(0x04472318), REL::Offset(0x04472338) }; + inline constexpr std::array CombatPathBuilderNavmeshUtilities__CheckNavmeshPathFilter{ REL::Offset(0x044723C0) }; + inline constexpr std::array CombatPathBuilderPolicyStandard{ REL::Offset(0x044723A0) }; + inline constexpr std::array CombatPathBuilderSpace{ REL::Offset(0x044724E8) }; + inline constexpr std::array CombatPathBuilderSpaceOpen{ REL::Offset(0x044723D8), REL::Offset(0x044723F8) }; + inline constexpr std::array CombatPathBuilderSpaceStandard{ REL::Offset(0x04472460), REL::Offset(0x04472480) }; + inline constexpr std::array CombatPathBuilderSpatialGraph{ REL::Offset(0x04472660) }; + inline constexpr std::array CombatPathBuilderSpatialGraphOpen{ REL::Offset(0x044725D8), REL::Offset(0x044725F8) }; + inline constexpr std::array CombatPathBuilderSpatialGraphStandard{ REL::Offset(0x04472550), REL::Offset(0x04472570) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC0A8), REL::Offset(0x044FC0C8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044714F8), REL::Offset(0x04471518) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04501AE0), REL::Offset(0x04501B88) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE5F0), REL::Offset(0x044FE610) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04468240), REL::Offset(0x044682A8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FCB0), REL::Offset(0x0450FCD0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04507B60), REL::Offset(0x04507BC8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04501D00), REL::Offset(0x04501DF0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04505438), REL::Offset(0x04505458) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045053B0), REL::Offset(0x045053D0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D350), REL::Offset(0x0450D460) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513020), REL::Offset(0x04513040) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD780), REL::Offset(0x044FD870) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04507838), REL::Offset(0x045079F0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D5F8), REL::Offset(0x0450D660) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D570), REL::Offset(0x0450E870) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04465388), REL::Offset(0x044653A8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04463D50), REL::Offset(0x04463E40) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F91A8), REL::Offset(0x044F9230) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04501940), REL::Offset(0x04501C78) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045140F0), REL::Offset(0x04514110) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderNavmeshStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445E978), REL::Offset(0x0445E9E0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC1B8), REL::Offset(0x044FC1D8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044713E8), REL::Offset(0x04471408) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04501B00), REL::Offset(0x04501D68) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE700), REL::Offset(0x044FE720) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04468128), REL::Offset(0x04468190) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FD38), REL::Offset(0x0450FD58) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04507968), REL::Offset(0x045079D0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04501BF0), REL::Offset(0x04501CE0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04505328), REL::Offset(0x04505348) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045055D0), REL::Offset(0x045055F0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D3F8), REL::Offset(0x0450D5D8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045130A8), REL::Offset(0x045130C8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD7E8), REL::Offset(0x044FD890) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045078E0), REL::Offset(0x04507A58) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D4E8), REL::Offset(0x0450D550) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E850), REL::Offset(0x0450E918) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04463CC8), REL::Offset(0x04463DB8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04463BB8), REL::Offset(0x04463C40) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F9140), REL::Offset(0x044F9298) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x045018B8), REL::Offset(0x04501960) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04514178), REL::Offset(0x04514198) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpaceStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445EB78), REL::Offset(0x0445EBB8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FC130), REL::Offset(0x044FC150) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04471470), REL::Offset(0x04471490) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04501A78), REL::Offset(0x04501B68) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE678), REL::Offset(0x044FE698) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044682C8), REL::Offset(0x04468330) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FC28), REL::Offset(0x0450FC48) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04507948), REL::Offset(0x04507BE8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04501C58), REL::Offset(0x04501D88) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045054C0), REL::Offset(0x045054E0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04505548), REL::Offset(0x04505568) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D370), REL::Offset(0x0450D3D8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04512FB8), REL::Offset(0x04513130) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD808), REL::Offset(0x044FD8F8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04507858), REL::Offset(0x045078C0) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450D4C8), REL::Offset(0x0450D680) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E890), REL::Offset(0x0450E8F8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphOpen_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04463C60), REL::Offset(0x04463D30) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04463C20), REL::Offset(0x04463DD8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F9120), REL::Offset(0x044F91C8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x045018D8), REL::Offset(0x045019C8) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04514200), REL::Offset(0x04514220) }; + inline constexpr std::array CombatPathBuilderT_CombatPathBuilderSpatialGraphStandard_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445E910), REL::Offset(0x0445EB98) }; + inline constexpr std::array CombatPathBuilderTrackInfo{ REL::Offset(0x04460538) }; + inline constexpr std::array CombatPathBuilderTracker{ REL::Offset(0x04460568), REL::Offset(0x04460598) }; + inline constexpr std::array CombatPathDestinationAcquire{ REL::Offset(0x0446FC10) }; + inline constexpr std::array CombatPathDestinationActor{ REL::Offset(0x04466968) }; + inline constexpr std::array CombatPathDestinationBarrelRoll{ REL::Offset(0x0446FB10) }; + inline constexpr std::array CombatPathDestinationBreak{ REL::Offset(0x0446FB38) }; + inline constexpr std::array CombatPathDestinationDirectlyToTarget{ REL::Offset(0x0445F920) }; + inline constexpr std::array CombatPathDestinationDisengage{ REL::Offset(0x0446FCE8) }; + inline constexpr std::array CombatPathDestinationEvade{ REL::Offset(0x0446FD70) }; + inline constexpr std::array CombatPathDestinationFlee{ REL::Offset(0x04469A10) }; + inline constexpr std::array CombatPathDestinationFollowActor{ REL::Offset(0x04511F28) }; + inline constexpr std::array CombatPathDestinationLeadTurn{ REL::Offset(0x0446FB60) }; + inline constexpr std::array CombatPathDestinationOrbitRef{ REL::Offset(0x0446FDC0) }; + inline constexpr std::array CombatPathDestinationPursue{ REL::Offset(0x0446FDE8) }; + inline constexpr std::array CombatPathDestinationRef{ REL::Offset(0x0445FF40) }; + inline constexpr std::array CombatPathDestinationRefs{ REL::Offset(0x04519E60) }; + inline constexpr std::array CombatPathDestinationRemainNear{ REL::Offset(0x0446FD98) }; + inline constexpr std::array CombatPathDestinationSlideDodge{ REL::Offset(0x0446FC38) }; + inline constexpr std::array CombatPathDestinationSlideTurn{ REL::Offset(0x0446FAE8) }; + inline constexpr std::array CombatPathDestinationStrafe{ REL::Offset(0x0446FE10) }; + inline constexpr std::array CombatPathDestinationStrafeTurn{ REL::Offset(0x0446FCC0) }; + inline constexpr std::array CombatPathMovementMessageEvent_CombatPathTeleportEvent_{ REL::Offset(0x04511FD8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x044716B0), REL::Offset(0x044716D8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04515ED0), REL::Offset(0x04516000), REL::Offset(0x04516028) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04516828), REL::Offset(0x04516850) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x045159E8), REL::Offset(0x04515A10), REL::Offset(0x04515A38) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04514890), REL::Offset(0x045148B8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FB850), REL::Offset(0x044FB9A8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x044660B8), REL::Offset(0x044660E0), REL::Offset(0x044662F0) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x04501258), REL::Offset(0x04501280), REL::Offset(0x04501588) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FF3C0), REL::Offset(0x044FF780) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467C10), REL::Offset(0x04467D18) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045115A0), REL::Offset(0x045119E8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F92B8), REL::Offset(0x044F92E0), REL::Offset(0x044F9330) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04509F30), REL::Offset(0x0450A318) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045027C0), REL::Offset(0x04502AD8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x045020D8), REL::Offset(0x04502208), REL::Offset(0x04502230) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04505D30), REL::Offset(0x04506048) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045058E8), REL::Offset(0x04505910) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x04514D00), REL::Offset(0x04514D28), REL::Offset(0x04514D50) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450F460), REL::Offset(0x0450F568) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FDC58), REL::Offset(0x044FDF70) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x04509BD0), REL::Offset(0x04509CD8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450EE68), REL::Offset(0x0450EF70) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E980), REL::Offset(0x0450ECE8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x044663C0), REL::Offset(0x044666D8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04514420), REL::Offset(0x04514448) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04515550), REL::Offset(0x04515578) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04518A80), REL::Offset(0x04518AA8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517BF0), REL::Offset(0x04517C18), REL::Offset(0x04517C40) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x045150E0), REL::Offset(0x04515108) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x045163B8), REL::Offset(0x045163E0) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x0446A438), REL::Offset(0x0446A868), REL::Offset(0x0446A970) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446C148), REL::Offset(0x0446C7D8), REL::Offset(0x0446C8E0) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04518598), REL::Offset(0x045185C0), REL::Offset(0x045185E8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446D0C8), REL::Offset(0x0446D758), REL::Offset(0x0446D860) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x0446A5B8), REL::Offset(0x0446AC48), REL::Offset(0x0446AD50) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445FA58), REL::Offset(0x0445FB60), REL::Offset(0x0445FDE8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446D888), REL::Offset(0x0446DF18), REL::Offset(0x0446E020) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446D4A8), REL::Offset(0x0446DB38), REL::Offset(0x0446DC40) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x04469760), REL::Offset(0x04469868), REL::Offset(0x04469890) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446A998), REL::Offset(0x0446B028), REL::Offset(0x0446B130) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04518DC0), REL::Offset(0x04518DE8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446B7A0), REL::Offset(0x0446B8A8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446B3C0), REL::Offset(0x0446BB30), REL::Offset(0x0446BC38) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446C908), REL::Offset(0x0446CF98), REL::Offset(0x0446D0A0) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04519230), REL::Offset(0x04519360), REL::Offset(0x04519388) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446BC88), REL::Offset(0x0446BD90), REL::Offset(0x0446BDB8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446C528), REL::Offset(0x0446CBB8), REL::Offset(0x0446CCC0) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446AD78), REL::Offset(0x0446D378), REL::Offset(0x0446D480) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446C3F8), REL::Offset(0x0446C500), REL::Offset(0x0446DC68) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446B670), REL::Offset(0x0446B778), REL::Offset(0x0446CCE8) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04517758), REL::Offset(0x04517780) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x045180D8), REL::Offset(0x04518100) }; + inline constexpr std::array CombatPathT_CombatCoveredPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517270), REL::Offset(0x04517298), REL::Offset(0x045172C0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x04471FE0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04515DA0), REL::Offset(0x04515FD8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x045166F8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x045158B8), REL::Offset(0x045158E0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04514760) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FBAB0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x04465F88), REL::Offset(0x04465FB0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x045013D8), REL::Offset(0x04501690) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FF4C8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467A00) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045116A8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F9308), REL::Offset(0x044F9438) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04509E28) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045028C8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x045021E0), REL::Offset(0x04502258) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04505E38) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04505C28) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x04514AC8), REL::Offset(0x04514E58) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450F358) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FDB28) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x04509AC8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450F250) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450EBE0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x044664C8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04514318) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04515420) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04518950) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517AC0), REL::Offset(0x04517AE8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x04514FD8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x045162B0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x0446EBA0), REL::Offset(0x0446EE00) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446F168), REL::Offset(0x0446F520) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04518468), REL::Offset(0x04518490) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446EA98), REL::Offset(0x0446F628) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x0446EBC8), REL::Offset(0x0446ECD0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445FE10), REL::Offset(0x0445FE38) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446F3C8), REL::Offset(0x0446F780) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446F650), REL::Offset(0x0446F758) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x04469A38), REL::Offset(0x04469B40) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446E940), REL::Offset(0x0446ECF8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04518CB8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446F8B0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446F060), REL::Offset(0x0446F888) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446EF08), REL::Offset(0x0446F2C0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04519100), REL::Offset(0x04519338) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446F9B8), REL::Offset(0x0446FAC0) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446F190), REL::Offset(0x0446F298) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446E968), REL::Offset(0x0446EA70) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446F3F0), REL::Offset(0x0446F4F8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446EF30), REL::Offset(0x0446F038) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04517628) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517FA8) }; + inline constexpr std::array CombatPathT_CombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517140), REL::Offset(0x04517168) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x04471580), REL::Offset(0x044715A8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04514E80), REL::Offset(0x04514EA8), REL::Offset(0x04514ED0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04516A60), REL::Offset(0x04516A88) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04515C70), REL::Offset(0x04515C98), REL::Offset(0x04515EA8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04514BD0), REL::Offset(0x04514BF8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FB878), REL::Offset(0x044FB8A0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x04465D60), REL::Offset(0x04465E90), REL::Offset(0x04465EB8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x04501760), REL::Offset(0x04501788), REL::Offset(0x04501890) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FF7A8), REL::Offset(0x044FF7D0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467D40), REL::Offset(0x04467E48) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045117B0), REL::Offset(0x045117D8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F95E8), REL::Offset(0x044F9610), REL::Offset(0x044F9718) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450A448), REL::Offset(0x0450A550) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04502690), REL::Offset(0x045026B8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x04502360), REL::Offset(0x04502560), REL::Offset(0x04502588) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045057B8), REL::Offset(0x045057E0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04505A18), REL::Offset(0x04506070) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x04516B90), REL::Offset(0x04516BB8), REL::Offset(0x04516E98) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450F810), REL::Offset(0x0450F918) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FDC30), REL::Offset(0x044FDE68) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450A140), REL::Offset(0x0450A248) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450F0A0), REL::Offset(0x0450F698) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450EAB0), REL::Offset(0x0450EBB8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x04466700), REL::Offset(0x04466728) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04514550), REL::Offset(0x04514868) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04515788), REL::Offset(0x045157B0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517990), REL::Offset(0x045179B8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517E78), REL::Offset(0x04517EA0), REL::Offset(0x045180B0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x04515210), REL::Offset(0x04515528) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x045164E8), REL::Offset(0x04516800) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x0446A460), REL::Offset(0x0446A568), REL::Offset(0x0446A590) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446C170), REL::Offset(0x0446C278), REL::Offset(0x0446C2A0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04518820), REL::Offset(0x04518848), REL::Offset(0x04518A58) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446D0F0), REL::Offset(0x0446D1F8), REL::Offset(0x0446D220) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x0446A5E0), REL::Offset(0x0446A6E8), REL::Offset(0x0446A710) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445E8E8), REL::Offset(0x0445FCB8), REL::Offset(0x0445FDC0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446D8B0), REL::Offset(0x0446D9B8), REL::Offset(0x0446D9E0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446D4D0), REL::Offset(0x0446D5D8), REL::Offset(0x0446D600) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x044698B8), REL::Offset(0x044699C0), REL::Offset(0x044699E8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446A9C0), REL::Offset(0x0446AAC8), REL::Offset(0x0446AAF0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04518EF0), REL::Offset(0x04519208) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446B8D0), REL::Offset(0x0446B9D8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446B3E8), REL::Offset(0x0446B4F0), REL::Offset(0x0446B518) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446C930), REL::Offset(0x0446CA38), REL::Offset(0x0446CA60) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04518310), REL::Offset(0x04518338), REL::Offset(0x04518360) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446BDE0), REL::Offset(0x0446BEE8), REL::Offset(0x0446BF10) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446C550), REL::Offset(0x0446C658), REL::Offset(0x0446C680) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446ADA0), REL::Offset(0x0446AEA8), REL::Offset(0x0446AED0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446DC90), REL::Offset(0x0446DD98), REL::Offset(0x0446DDC0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446CD10), REL::Offset(0x0446CE18), REL::Offset(0x0446CE40) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04516180), REL::Offset(0x045161A8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04517010), REL::Offset(0x04517038) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatCoveredPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x045174F8), REL::Offset(0x04517520), REL::Offset(0x04517730) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestCovered_CombatPathDestinationNone_{ REL::Offset(0x044717E0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04516050), REL::Offset(0x04516078) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04516958) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04515B40), REL::Offset(0x04515B68) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x045149C0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FB748) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge__CombatPathDestinationActor_{ REL::Offset(0x04465E68), REL::Offset(0x044661E8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract__CombatPathDestinationActor_{ REL::Offset(0x045012A8), REL::Offset(0x045012D0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x044FF678) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04467B08) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045118E0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationActor_{ REL::Offset(0x044F9740), REL::Offset(0x044F9848) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450A340) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x045029D0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank__CombatPathDestinationActor_{ REL::Offset(0x04502430), REL::Offset(0x04502458) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04505F40) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x04505B20) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard__CombatPathDestinationFollowActor_{ REL::Offset(0x04516CC0), REL::Offset(0x04516CE8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450F590) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x044FDD60) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard__CombatPathDestinationLocation_{ REL::Offset(0x0450A038) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450EF98) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard__CombatPathDestinationNone_{ REL::Offset(0x0450E9A8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw__CombatPathDestinationLocation_{ REL::Offset(0x044665D0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04514658) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04515680) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04518BB0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04517D48), REL::Offset(0x04517D70) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x04515318) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x045165F0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatBehaviorShipPathDestinationRef_{ REL::Offset(0x0446A738), REL::Offset(0x0446A840) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationAcquire_{ REL::Offset(0x0446C6A8), REL::Offset(0x0446C7B0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x045186F0), REL::Offset(0x04518718) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBarrelRoll_{ REL::Offset(0x0446D628), REL::Offset(0x0446D730) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationBreak_{ REL::Offset(0x0446AB18), REL::Offset(0x0446AC20) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDirectlyToTarget_{ REL::Offset(0x0445FB88), REL::Offset(0x0445FC90) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationDisengage_{ REL::Offset(0x0446DDE8), REL::Offset(0x0446DEF0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationEvade_{ REL::Offset(0x0446DA08), REL::Offset(0x0446DB10) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationFlee_{ REL::Offset(0x044695D8), REL::Offset(0x044696E0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLeadTurn_{ REL::Offset(0x0446AEF8), REL::Offset(0x0446B000) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04518FF8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitLocation_{ REL::Offset(0x0446BF38) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationOrbitRef_{ REL::Offset(0x0446BA00), REL::Offset(0x0446BB08) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationPursue_{ REL::Offset(0x0446CE68), REL::Offset(0x0446CF70) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x045193B0), REL::Offset(0x045193D8) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationRemainNear_{ REL::Offset(0x0446BC60), REL::Offset(0x0446C040) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideDodge_{ REL::Offset(0x0446CA88), REL::Offset(0x0446CB90) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationSlideTurn_{ REL::Offset(0x0446D248), REL::Offset(0x0446D350) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafeTurn_{ REL::Offset(0x0446C2C8), REL::Offset(0x0446C3D0) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStandard_CombatPathDestinationStrafe_{ REL::Offset(0x0446B540), REL::Offset(0x0446B648) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04517888) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04518208) }; + inline constexpr std::array CombatPathT_CombatSharedPathT_CombatPath__CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x045173C8), REL::Offset(0x045173F0) }; + inline constexpr std::array CombatPathingDebugData{ REL::Offset(0x04512F88) }; + inline constexpr std::array CombatPathingDelayedTweener{ REL::Offset(0x04519518) }; + inline constexpr std::array CombatPathingRequest{ REL::Offset(0x04512EB0) }; + inline constexpr std::array CombatPathingRequestAdapter{ REL::Offset(0x045131E0) }; + inline constexpr std::array CombatPathingRequestCovered{ REL::Offset(0x04471F38) }; + inline constexpr std::array CombatPathingRequestDebugData{ REL::Offset(0x04512F58) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FBBB8) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04465EE0) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x045016B8) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FF5D0) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04467958) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04511A10) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F9540) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450A270) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045014E0) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04502388) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04505710) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04506098) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04516DF0) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450F768) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FDF98) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04509D80) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450F6C0) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450F1A8) }; + inline constexpr std::array CombatPathingRequestGeneric_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04466318) }; + inline constexpr std::array CombatPathingRequestMultiGoal{ REL::Offset(0x04513288) }; + inline constexpr std::array CombatPathingRequestStandard{ REL::Offset(0x0445E840) }; + inline constexpr std::array CombatPathingSearch{ REL::Offset(0x044726C8) }; + inline constexpr std::array CombatPathingSearchArea{ REL::Offset(0x044720E8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FBFC0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FBE70) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x04464100) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyCharge__{ REL::Offset(0x04463F08) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyCovered_{ REL::Offset(0x04471358) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04471C30) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04471AF8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x04500A30) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyDistract__{ REL::Offset(0x04500160) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE310) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FE560) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04467EA0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044687D0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04510DC8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04510E88) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F9038) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044F8EE8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04509918) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04509A38) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045009A0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045001F0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x04500AD8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyFlank__{ REL::Offset(0x04500028) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04505088) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04504AC8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04505298) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04504B58) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513E10) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04514008) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450DD10) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450DEC0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04512BD0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x04512DC8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD4D0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x044FD3B0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04509678) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x045097E0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E6E8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450DE30) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E5B0) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0450DBD8) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445F890) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyStandard__{ REL::Offset(0x0445F578) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyTunnel_CombatPathingSearchPolicyWithdraw__{ REL::Offset(0x04464580) }; + inline constexpr std::array CombatPathingSearchT_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04464190) }; + inline constexpr std::array CombatPathingTweener{ REL::Offset(0x045194E0) }; + inline constexpr std::array CombatPositionReservation{ REL::Offset(0x044727E8) }; + inline constexpr std::array CombatPositionTracker{ REL::Offset(0x044727B8) }; + inline constexpr std::array CombatProjectileAimController{ REL::Offset(0x044F16E8) }; + inline constexpr std::array CombatProjectileDebugData{ REL::Offset(0x044F1A80) }; + inline constexpr std::array CombatQueuedEvent{ REL::Offset(0x044D6A90) }; + inline constexpr std::array CombatQueuedEventT_CombatAnimationEvent_{ REL::Offset(0x044D8360) }; + inline constexpr std::array CombatRangedMovementPathSpeedController{ REL::Offset(0x04468F60) }; + inline constexpr std::array CombatReservation{ REL::Offset(0x0446FE98) }; + inline constexpr std::array CombatReservationT_BSTTuple_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSFixedString__{ REL::Offset(0x0446B218) }; + inline constexpr std::array CombatSearchLockData{ REL::Offset(0x0450EE10) }; + inline constexpr std::array CombatSearchMap2D{ REL::Offset(0x04461068) }; + inline constexpr std::array CombatSearchMap3D{ REL::Offset(0x044610E8) }; + inline constexpr std::array CombatSharedPathT_CombatCoveredPath_{ REL::Offset(0x0445E608), REL::Offset(0x0445E630) }; + inline constexpr std::array CombatSharedPathT_CombatPath_{ REL::Offset(0x0445E738) }; + inline constexpr std::array CombatShipGenericPathController{ REL::Offset(0x0446FB88) }; + inline constexpr std::array CombatShipPursueTargetPathController{ REL::Offset(0x0446FE38) }; + inline constexpr std::array CombatSoftCoverLocation{ REL::Offset(0x044F20F8) }; + inline constexpr std::array CombatSpatialGraphPathingDebugData{ REL::Offset(0x04472898) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyAvoidThreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FBDC8) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyCharge_CombatPathingSearchPolicyCharge_{ REL::Offset(0x044643A0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyCovered_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04471CC0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyDistract_CombatPathingSearchPolicyDistract_{ REL::Offset(0x045007F0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindAttackLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FE1C0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044681B0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindFlankCover_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450FDC0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindTargetLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044F8CF0) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFindValidLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045093D8) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFlankDistant_CombatPathingSearchPolicyStandard_{ REL::Offset(0x045003B8) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFlank_CombatPathingSearchPolicyFlank_{ REL::Offset(0x045019E8) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFleeUnderground_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504FF8) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFlee_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04504C98) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyFollow_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04514288) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyInvestigateLocation_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E520) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyMultiGoal_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04513150) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyRetreat_CombatPathingSearchPolicyStandard_{ REL::Offset(0x044FD918) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyReturnToCombatArea_CombatPathingSearchPolicyStandard_{ REL::Offset(0x04507A78) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicySearchWander_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E328) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicySearch_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0450E130) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyStandard_CombatPathingSearchPolicyStandard_{ REL::Offset(0x0445EAE8) }; + inline constexpr std::array CombatSpatialGraphSearch_CombatPathingGoalPolicyWithdraw_CombatPathingSearchPolicyWithdraw_{ REL::Offset(0x04464268) }; + inline constexpr std::array CombatStandardCoverLocation{ REL::Offset(0x044F21F8) }; + inline constexpr std::array CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextMelee_CombatBehaviorContextBase__AITimer_{ REL::Offset(0x03F21BB8) }; + inline constexpr std::array CombatStaticBlackboardMember_CombatBehaviorStaticBlackboardBase_CombatBehaviorContextRangedMovement_CombatBehaviorContextBase__AITimer_{ REL::Offset(0x03F22210) }; + inline constexpr std::array CombatSuppressiveFireBehavior{ REL::Offset(0x044728E8) }; + inline constexpr std::array CombatTargetLocation{ REL::Offset(0x044F98D0) }; + inline constexpr std::array CombatTargetLocationSearch{ REL::Offset(0x044F98A0) }; + inline constexpr std::array CombatTargetLocationSearchResult{ REL::Offset(0x044F9870) }; + inline constexpr std::array CombatTargetSelector{ REL::Offset(0x044F9A98) }; + inline constexpr std::array CombatTargetSelectorFixed{ REL::Offset(0x044F9B38) }; + inline constexpr std::array CombatTargetSelectorPreferred{ REL::Offset(0x044F9B88) }; + inline constexpr std::array CombatTargetSelectorRandom{ REL::Offset(0x044F9AE8) }; + inline constexpr std::array CombatTargetSelectorSpaceship{ REL::Offset(0x044F9BE8) }; + inline constexpr std::array CombatTargetSelectorStandard{ REL::Offset(0x044F9A38) }; + inline constexpr std::array CombatTargetSelectorWorkshopObject{ REL::Offset(0x044F99E8) }; + inline constexpr std::array CombatThreat{ REL::Offset(0x044F9E60) }; + inline constexpr std::array CombatThreatExplosion{ REL::Offset(0x044F9D28) }; + inline constexpr std::array CombatThreatLOF{ REL::Offset(0x044F9DF8) }; + inline constexpr std::array CombatThreatMelee{ REL::Offset(0x044F9D90) }; + inline constexpr std::array CombatThreatProjectile{ REL::Offset(0x044F9CC0) }; + inline constexpr std::array CombatTrackTargetAimController{ REL::Offset(0x044F1910) }; + inline constexpr std::array CombatTunnelPathController{ REL::Offset(0x044729B0) }; + inline constexpr std::array CombatTunnelPathingRequestData{ REL::Offset(0x04472A10) }; + inline constexpr std::array CombatViewController{ REL::Offset(0x04472AC0) }; + inline constexpr std::array CombatViewControllerGlance{ REL::Offset(0x04472B00) }; + inline constexpr std::array CombatViewControllerPath{ REL::Offset(0x04472B80) }; + inline constexpr std::array CombatViewControllerStandard{ REL::Offset(0x04472B40) }; + inline constexpr std::array CommandEffect{ REL::Offset(0x044C4128) }; + inline constexpr std::array CommandSummonedEffect{ REL::Offset(0x044C4220) }; + inline constexpr std::array CompactingStore__MoveCallback{ REL::Offset(0x0456CFB0) }; + inline constexpr std::array CompactingStore__NoopMoveCallback{ REL::Offset(0x0456CFC8) }; + inline constexpr std::array CompressedArchiveFile{ REL::Offset(0x045B3660) }; + inline constexpr std::array ConcreteBoundObjectFormFactory_TESFlora_46_21_3_{ REL::Offset(0x03EFABB8) }; + inline constexpr std::array ConcreteBoundObjectFormFactory_TESFurniture_47_22_3_{ REL::Offset(0x03EFBF70) }; + inline constexpr std::array ConcreteBoundObjectFormFactory_TESNPC_50_13_0_{ REL::Offset(0x03F276F0) }; + inline constexpr std::array ConcreteBoundObjectFormFactory_TESObjectARMO_34_1_1_{ REL::Offset(0x03F27690) }; + inline constexpr std::array ConcreteBoundObjectFormFactory_TESObjectCONT_36_3_3_{ REL::Offset(0x03F27740) }; + inline constexpr std::array ConcreteBoundObjectFormFactory_TESObjectWEAP_48_12_1_{ REL::Offset(0x03EFA298) }; + inline constexpr std::array ConcreteExplosionFactory_ChainExplosion_1_{ REL::Offset(0x03F25BD0) }; + inline constexpr std::array ConcreteExplosionFactory_Explosion_0_{ REL::Offset(0x03F25BE8) }; + inline constexpr std::array ConcreteFormFactoryAcceptsFormID_TESObjectCELL_73_{ REL::Offset(0x03EFBAF0) }; + inline constexpr std::array ConcreteFormFactory_ActorValueInfo_109_{ REL::Offset(0x03EF9790) }; + inline constexpr std::array ConcreteFormFactory_AlchemyItem_54_{ REL::Offset(0x03F27B70) }; + inline constexpr std::array ConcreteFormFactory_BGSAVMData_212_{ REL::Offset(0x03EFA078) }; + inline constexpr std::array ConcreteFormFactory_BGSAcousticSpace_20_{ REL::Offset(0x03F2A9A8) }; + inline constexpr std::array ConcreteFormFactory_BGSAction_7_{ REL::Offset(0x03F29E80) }; + inline constexpr std::array ConcreteFormFactory_BGSAddonNode_108_{ REL::Offset(0x03EFAD08) }; + inline constexpr std::array ConcreteFormFactory_BGSAffinityEvent_14_{ REL::Offset(0x03F28DC0) }; + inline constexpr std::array ConcreteFormFactory_BGSAimAssistModel_148_{ REL::Offset(0x03EFB3A0) }; + inline constexpr std::array ConcreteFormFactory_BGSAimAssistPoseData_177_{ REL::Offset(0x03F299A8) }; + inline constexpr std::array ConcreteFormFactory_BGSAimDownSightModel_153_{ REL::Offset(0x03EFB610) }; + inline constexpr std::array ConcreteFormFactory_BGSAimModel_147_{ REL::Offset(0x03EFC810) }; + inline constexpr std::array ConcreteFormFactory_BGSAimOpticalSightModel_194_{ REL::Offset(0x03EFC258) }; + inline constexpr std::array ConcreteFormFactory_BGSAmbienceSet_195_{ REL::Offset(0x03F2AD30) }; + inline constexpr std::array ConcreteFormFactory_BGSArtObject_139_{ REL::Offset(0x03EFA610) }; + inline constexpr std::array ConcreteFormFactory_BGSAssociationType_137_{ REL::Offset(0x03F29C90) }; + inline constexpr std::array ConcreteFormFactory_BGSAtmosphere_173_{ REL::Offset(0x03EFC010) }; + inline constexpr std::array ConcreteFormFactory_BGSAttractionRule_157_{ REL::Offset(0x03EF9A38) }; + inline constexpr std::array ConcreteFormFactory_BGSAudioOcclusionPrimitive_21_{ REL::Offset(0x03EFCB50) }; + inline constexpr std::array ConcreteFormFactory_BGSBendableSpline_60_{ REL::Offset(0x03EFC630) }; + inline constexpr std::array ConcreteFormFactory_BGSBiomeMarkerObject_56_{ REL::Offset(0x03F27E40) }; + inline constexpr std::array ConcreteFormFactory_BGSBiome_160_{ REL::Offset(0x03F28A18) }; + inline constexpr std::array ConcreteFormFactory_BGSBodyPartData_107_{ REL::Offset(0x03F2A268) }; + inline constexpr std::array ConcreteFormFactory_BGSBoneModifier_184_{ REL::Offset(0x03F283C8) }; + inline constexpr std::array ConcreteFormFactory_BGSCameraPath_111_{ REL::Offset(0x03EFBA40) }; + inline constexpr std::array ConcreteFormFactory_BGSCameraShot_110_{ REL::Offset(0x03EFD1A0) }; + inline constexpr std::array ConcreteFormFactory_BGSChallengeForm_214_{ REL::Offset(0x03F27AC0) }; + inline constexpr std::array ConcreteFormFactory_BGSCloudForm_204_{ REL::Offset(0x03F29FC0) }; + inline constexpr std::array ConcreteFormFactory_BGSCollisionLayer_143_{ REL::Offset(0x03F2B350) }; + inline constexpr std::array ConcreteFormFactory_BGSColorForm_144_{ REL::Offset(0x03EFC190) }; + inline constexpr std::array ConcreteFormFactory_BGSConditionForm_188_{ REL::Offset(0x03EFA1D0) }; + inline constexpr std::array ConcreteFormFactory_BGSConstructibleObject_151_{ REL::Offset(0x03F2AD80) }; + inline constexpr std::array ConcreteFormFactory_BGSCurve3DForm_33_{ REL::Offset(0x03EFBE70) }; + inline constexpr std::array ConcreteFormFactory_BGSCurveForm_32_{ REL::Offset(0x03EFD0A0) }; + inline constexpr std::array ConcreteFormFactory_BGSDamageType_11_{ REL::Offset(0x03F28BC8) }; + inline constexpr std::array ConcreteFormFactory_BGSDebris_102_{ REL::Offset(0x03F2A868) }; + inline constexpr std::array ConcreteFormFactory_BGSDialogueBranch_129_{ REL::Offset(0x03EF9CF0) }; + inline constexpr std::array ConcreteFormFactory_BGSDualCastData_142_{ REL::Offset(0x03F2AFE0) }; + inline constexpr std::array ConcreteFormFactory_BGSEffectSequenceForm_201_{ REL::Offset(0x03F29AB0) }; + inline constexpr std::array ConcreteFormFactory_BGSEquipSlot_134_{ REL::Offset(0x03F29440) }; + inline constexpr std::array ConcreteFormFactory_BGSExplosion_101_{ REL::Offset(0x03EFAE28) }; + inline constexpr std::array ConcreteFormFactory_BGSFogVolumeForm_205_{ REL::Offset(0x03EF9D40) }; + inline constexpr std::array ConcreteFormFactory_BGSFootstepSet_125_{ REL::Offset(0x03F2AE40) }; + inline constexpr std::array ConcreteFormFactory_BGSFootstep_124_{ REL::Offset(0x03EFC060) }; + inline constexpr std::array ConcreteFormFactory_BGSForceData_199_{ REL::Offset(0x03F28050) }; + inline constexpr std::array ConcreteFormFactory_BGSFormFolderKeywordList_5_{ REL::Offset(0x03EFA4C8) }; + inline constexpr std::array ConcreteFormFactory_BGSGenericBaseFormTemplate_64_{ REL::Offset(0x03F27B20) }; + inline constexpr std::array ConcreteFormFactory_BGSGenericBaseForm_65_{ REL::Offset(0x03EFB888) }; + inline constexpr std::array ConcreteFormFactory_BGSGroundCover_168_{ REL::Offset(0x03EFA3F0) }; + inline constexpr std::array ConcreteFormFactory_BGSHazard_59_{ REL::Offset(0x03F2A118) }; + inline constexpr std::array ConcreteFormFactory_BGSHeadPart_15_{ REL::Offset(0x03F28578) }; + inline constexpr std::array ConcreteFormFactory_BGSIdleMarker_55_{ REL::Offset(0x03F2B2B0) }; + inline constexpr std::array ConcreteFormFactory_BGSImpactDataSet_115_{ REL::Offset(0x03F29D80) }; + inline constexpr std::array ConcreteFormFactory_BGSImpactData_114_{ REL::Offset(0x03F28778) }; + inline constexpr std::array ConcreteFormFactory_BGSInstanceNamingRules_154_{ REL::Offset(0x03F28E78) }; + inline constexpr std::array ConcreteFormFactory_BGSKeyword_4_{ REL::Offset(0x03EFCEA0) }; + inline constexpr std::array ConcreteFormFactory_BGSLayeredMaterialSwap_198_{ REL::Offset(0x03F28328) }; + inline constexpr std::array ConcreteFormFactory_BGSLegendaryItem_207_{ REL::Offset(0x03F28428) }; + inline constexpr std::array ConcreteFormFactory_BGSLensFlare_162_{ REL::Offset(0x03EFBAA0) }; + inline constexpr std::array ConcreteFormFactory_BGSLevGenericBaseForm_66_{ REL::Offset(0x03EFBB40) }; + inline constexpr std::array ConcreteFormFactory_BGSLevPackIn_52_{ REL::Offset(0x03F2A958) }; + inline constexpr std::array ConcreteFormFactory_BGSLevSpaceCell_174_{ REL::Offset(0x03F29908) }; + inline constexpr std::array ConcreteFormFactory_BGSLightingTemplate_122_{ REL::Offset(0x03F297B0) }; + inline constexpr std::array ConcreteFormFactory_BGSListForm_105_{ REL::Offset(0x03F2A728) }; + inline constexpr std::array ConcreteFormFactory_BGSLocationRefType_6_{ REL::Offset(0x03EFB3F0) }; + inline constexpr std::array ConcreteFormFactory_BGSLocation_117_{ REL::Offset(0x03EF97E0) }; + inline constexpr std::array ConcreteFormFactory_BGSMaterialPathForm_203_{ REL::Offset(0x03F2A2B8) }; + inline constexpr std::array ConcreteFormFactory_BGSMaterialType_113_{ REL::Offset(0x03EFBD68) }; + inline constexpr std::array ConcreteFormFactory_BGSMeleeAimAssistModel_149_{ REL::Offset(0x03EF9608) }; + inline constexpr std::array ConcreteFormFactory_BGSMessage_118_{ REL::Offset(0x03EFA170) }; + inline constexpr std::array ConcreteFormFactory_BGSMod__Attachment__Mod_152_{ REL::Offset(0x03F29958) }; + inline constexpr std::array ConcreteFormFactory_BGSMorphableObject_169_{ REL::Offset(0x03EF9B20) }; + inline constexpr std::array ConcreteFormFactory_BGSMovableStatic_44_{ REL::Offset(0x03F29120) }; + inline constexpr std::array ConcreteFormFactory_BGSMovementType_141_{ REL::Offset(0x03EFAC28) }; + inline constexpr std::array ConcreteFormFactory_BGSMusicTrackFormWrapper_130_{ REL::Offset(0x03F28C28) }; + inline constexpr std::array ConcreteFormFactory_BGSMusicType_123_{ REL::Offset(0x03EFD140) }; + inline constexpr std::array ConcreteFormFactory_BGSNote_57_{ REL::Offset(0x03F2A218) }; + inline constexpr std::array ConcreteFormFactory_BGSObjectSwap_172_{ REL::Offset(0x03EFB330) }; + inline constexpr std::array ConcreteFormFactory_BGSOutfit_138_{ REL::Offset(0x03EFC0C0) }; + inline constexpr std::array ConcreteFormFactory_BGSPackIn_43_{ REL::Offset(0x03F2B4C8) }; + inline constexpr std::array ConcreteFormFactory_BGSParticleSystemDefineCollection_208_{ REL::Offset(0x03F28178) }; + inline constexpr std::array ConcreteFormFactory_BGSPerk_106_{ REL::Offset(0x03F28CC8) }; + inline constexpr std::array ConcreteFormFactory_BGSPhotoModeFeature_210_{ REL::Offset(0x03F2A6D8) }; + inline constexpr std::array ConcreteFormFactory_BGSPlanetContentManagerBranchNode_189_{ REL::Offset(0x03EFC2B8) }; + inline constexpr std::array ConcreteFormFactory_BGSPlanetContentManagerContentNode_190_{ REL::Offset(0x03EFC118) }; + inline constexpr std::array ConcreteFormFactory_BGSPlanetContentManagerTree_183_{ REL::Offset(0x03EFC6D8) }; + inline constexpr std::array ConcreteFormFactory_BGSPlanet__PlanetData_186_{ REL::Offset(0x03EF96B0) }; + inline constexpr std::array ConcreteFormFactory_BGSProjectedDecal_26_{ REL::Offset(0x03F2A448) }; + inline constexpr std::array ConcreteFormFactory_BGSProjectile_58_{ REL::Offset(0x03F27FF0) }; + inline constexpr std::array ConcreteFormFactory_BGSReferenceGroup_146_{ REL::Offset(0x03EFA868) }; + inline constexpr std::array ConcreteFormFactory_BGSRelationship_135_{ REL::Offset(0x03EFAF78) }; + inline constexpr std::array ConcreteFormFactory_BGSResearchProjectForm_193_{ REL::Offset(0x03EFA0C8) }; + inline constexpr std::array ConcreteFormFactory_BGSResourceGenerationData_171_{ REL::Offset(0x03F29A60) }; + inline constexpr std::array ConcreteFormFactory_BGSResource_159_{ REL::Offset(0x03EFB6C0) }; + inline constexpr std::array ConcreteFormFactory_BGSReverbParameters_145_{ REL::Offset(0x03F2B080) }; + inline constexpr std::array ConcreteFormFactory_BGSScene_136_{ REL::Offset(0x03F281C8) }; + inline constexpr std::array ConcreteFormFactory_BGSSecondaryDamageList_202_{ REL::Offset(0x03EFC760) }; + inline constexpr std::array ConcreteFormFactory_BGSShaderParticleGeometryData_70_{ REL::Offset(0x03EF9740) }; + inline constexpr std::array ConcreteFormFactory_BGSSnapBehavior_185_{ REL::Offset(0x03F2B300) }; + inline constexpr std::array ConcreteFormFactory_BGSSnapTemplateNode_166_{ REL::Offset(0x03F28F80) }; + inline constexpr std::array ConcreteFormFactory_BGSSnapTemplate_167_{ REL::Offset(0x03EFCCE0) }; + inline constexpr std::array ConcreteFormFactory_BGSSoundEcho_19_{ REL::Offset(0x03F29BA0) }; + inline constexpr std::array ConcreteFormFactory_BGSSoundKeywordMapping_155_{ REL::Offset(0x03EFCA30) }; + inline constexpr std::array ConcreteFormFactory_BGSSoundTagSet_158_{ REL::Offset(0x03F28220) }; + inline constexpr std::array ConcreteFormFactory_BGSSpeechChallengeObject_175_{ REL::Offset(0x03EFAB18) }; + inline constexpr std::array ConcreteFormFactory_BGSStaticCollection_42_{ REL::Offset(0x03EFA238) }; + inline constexpr std::array ConcreteFormFactory_BGSStoryManagerBranchNode_126_{ REL::Offset(0x03F293A0) }; + inline constexpr std::array ConcreteFormFactory_BGSStoryManagerEventNode_128_{ REL::Offset(0x03F2B3A0) }; + inline constexpr std::array ConcreteFormFactory_BGSStoryManagerQuestNode_127_{ REL::Offset(0x03F27C98) }; + inline constexpr std::array ConcreteFormFactory_BGSSurface__Block_179_{ REL::Offset(0x03EF9E58) }; + inline constexpr std::array ConcreteFormFactory_BGSSurface__PatternStyle_197_{ REL::Offset(0x03EF9830) }; + inline constexpr std::array ConcreteFormFactory_BGSSurface__Pattern_181_{ REL::Offset(0x03F29C40) }; + inline constexpr std::array ConcreteFormFactory_BGSSurface__Tree_182_{ REL::Offset(0x03EF9F00) }; + inline constexpr std::array ConcreteFormFactory_BGSTalkingActivator_31_{ REL::Offset(0x03F27DF0) }; + inline constexpr std::array ConcreteFormFactory_BGSTerminalMenu_200_{ REL::Offset(0x03F27CE8) }; + inline constexpr std::array ConcreteFormFactory_BGSTerminal_62_{ REL::Offset(0x03EFA310) }; + inline constexpr std::array ConcreteFormFactory_BGSTextureSet_9_{ REL::Offset(0x03F28A70) }; + inline constexpr std::array ConcreteFormFactory_BGSTimeOfDayData_211_{ REL::Offset(0x03EFD000) }; + inline constexpr std::array ConcreteFormFactory_BGSTransform_8_{ REL::Offset(0x03F29020) }; + inline constexpr std::array ConcreteFormFactory_BGSTraversal_170_{ REL::Offset(0x03F2A908) }; + inline constexpr std::array ConcreteFormFactory_BGSVoiceType_112_{ REL::Offset(0x03F28618) }; + inline constexpr std::array ConcreteFormFactory_BGSVolumetricLighting_178_{ REL::Offset(0x043B8B00) }; + inline constexpr std::array ConcreteFormFactory_BGSWeaponBarrelModel_196_{ REL::Offset(0x03F2B120) }; + inline constexpr std::array ConcreteFormFactory_BGSWeatherSettingsForm_68_{ REL::Offset(0x03F2A070) }; + inline constexpr std::array ConcreteFormFactory_BGSWwiseEventForm_192_{ REL::Offset(0x03F28100) }; + inline constexpr std::array ConcreteFormFactory_BGSWwiseKeywordMapping_206_{ REL::Offset(0x03F2ACE0) }; + inline constexpr std::array ConcreteFormFactory_BSGalaxy__BGSStar_191_{ REL::Offset(0x03EFA588) }; + inline constexpr std::array ConcreteFormFactory_BSGalaxy__BGSSunPresetForm_209_{ REL::Offset(0x03EF9B88) }; + inline constexpr std::array ConcreteFormFactory_EffectSetting_23_{ REL::Offset(0x03EFA010) }; + inline constexpr std::array ConcreteFormFactory_EnchantmentItem_27_{ REL::Offset(0x03EFC1F0) }; + inline constexpr std::array ConcreteFormFactory_IngredientItem_38_{ REL::Offset(0x03EFB7D8) }; + inline constexpr std::array ConcreteFormFactory_NavMesh_87_{ REL::Offset(0x03F296A8) }; + inline constexpr std::array ConcreteFormFactory_Script_24_{ REL::Offset(0x03EFBEC0) }; + inline constexpr std::array ConcreteFormFactory_ScrollItem_29_{ REL::Offset(0x03EFC9E0) }; + inline constexpr std::array ConcreteFormFactory_SpellItem_28_{ REL::Offset(0x03F285C8) }; + inline constexpr std::array ConcreteFormFactory_TESAmmo_49_{ REL::Offset(0x03EFB2E0) }; + inline constexpr std::array ConcreteFormFactory_TESClass_12_{ REL::Offset(0x03F282D8) }; + inline constexpr std::array ConcreteFormFactory_TESClimate_69_{ REL::Offset(0x03EFA8C0) }; + inline constexpr std::array ConcreteFormFactory_TESCombatStyle_94_{ REL::Offset(0x03F29ED0) }; + inline constexpr std::array ConcreteFormFactory_TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm_213_{ REL::Offset(0x03EFC860) }; + inline constexpr std::array ConcreteFormFactory_TESEffectShader_99_{ REL::Offset(0x03EFCFB0) }; + inline constexpr std::array ConcreteFormFactory_TESEyes_16_{ REL::Offset(0x03F29E20) }; + inline constexpr std::array ConcreteFormFactory_TESFaction_13_{ REL::Offset(0x03EFC930) }; + inline constexpr std::array ConcreteFormFactory_TESFlora_46_{ REL::Offset(0x03EFCA80) }; + inline constexpr std::array ConcreteFormFactory_TESFurniture_47_{ REL::Offset(0x03EFA118) }; + inline constexpr std::array ConcreteFormFactory_TESGlobal_10_{ REL::Offset(0x03F2A358) }; + inline constexpr std::array ConcreteFormFactory_TESGrass_45_{ REL::Offset(0x03F298B8) }; + inline constexpr std::array ConcreteFormFactory_TESIdleForm_92_{ REL::Offset(0x03EFB078) }; + inline constexpr std::array ConcreteFormFactory_TESImageSpaceModifier_104_{ REL::Offset(0x03EFBD08) }; + inline constexpr std::array ConcreteFormFactory_TESImageSpace_103_{ REL::Offset(0x03F2A3F8) }; + inline constexpr std::array ConcreteFormFactory_TESKey_53_{ REL::Offset(0x03F2B210) }; + inline constexpr std::array ConcreteFormFactory_TESLandTexture_25_{ REL::Offset(0x03F29760) }; + inline constexpr std::array ConcreteFormFactory_TESLevCharacter_51_{ REL::Offset(0x03F2A010) }; + inline constexpr std::array ConcreteFormFactory_TESLevItem_63_{ REL::Offset(0x03EFB598) }; + inline constexpr std::array ConcreteFormFactory_TESLevSpell_96_{ REL::Offset(0x03EFBC50) }; + inline constexpr std::array ConcreteFormFactory_TESLoadScreen_95_{ REL::Offset(0x03F28528) }; + inline constexpr std::array ConcreteFormFactory_TESNPC_50_{ REL::Offset(0x03EFC358) }; + inline constexpr std::array ConcreteFormFactory_TESObjectACTI_30_{ REL::Offset(0x03F2A8B8) }; + inline constexpr std::array ConcreteFormFactory_TESObjectANIO_97_{ REL::Offset(0x03F2A178) }; + inline constexpr std::array ConcreteFormFactory_TESObjectARMA_116_{ REL::Offset(0x03F284D8) }; + inline constexpr std::array ConcreteFormFactory_TESObjectARMO_34_{ REL::Offset(0x03EFA9C8) }; + inline constexpr std::array ConcreteFormFactory_TESObjectBOOK_35_{ REL::Offset(0x03F2A7C8) }; + inline constexpr std::array ConcreteFormFactory_TESObjectCELL_73_{ REL::Offset(0x03EFB138) }; + inline constexpr std::array ConcreteFormFactory_TESObjectCONT_36_{ REL::Offset(0x03F29B00) }; + inline constexpr std::array ConcreteFormFactory_TESObjectDOOR_37_{ REL::Offset(0x03EFC570) }; + inline constexpr std::array ConcreteFormFactory_TESObjectLIGH_39_{ REL::Offset(0x03EFCC90) }; + inline constexpr std::array ConcreteFormFactory_TESObjectMISC_40_{ REL::Offset(0x03F28728) }; + inline constexpr std::array ConcreteFormFactory_TESObjectSTAT_41_{ REL::Offset(0x03EFAE78) }; + inline constexpr std::array ConcreteFormFactory_TESObjectWEAP_48_{ REL::Offset(0x03EFBBF0) }; + inline constexpr std::array ConcreteFormFactory_TESQuest_91_{ REL::Offset(0x03F2A688) }; + inline constexpr std::array ConcreteFormFactory_TESRace_17_{ REL::Offset(0x03EFCBA0) }; + inline constexpr std::array ConcreteFormFactory_TESRegion_71_{ REL::Offset(0x03F2A630) }; + inline constexpr std::array ConcreteFormFactory_TESShout_133_{ REL::Offset(0x03F2B1C0) }; + inline constexpr std::array ConcreteFormFactory_TESSoulGem_61_{ REL::Offset(0x03F280B0) }; + inline constexpr std::array ConcreteFormFactory_TESSound_18_{ REL::Offset(0x03F2A3A8) }; + inline constexpr std::array ConcreteFormFactory_TESTopicInfo_90_{ REL::Offset(0x03F2AF90) }; + inline constexpr std::array ConcreteFormFactory_TESTopic_89_{ REL::Offset(0x03F28920) }; + inline constexpr std::array ConcreteFormFactory_TESWaterForm_98_{ REL::Offset(0x03EFCF40) }; + inline constexpr std::array ConcreteFormFactory_TESWeather_67_{ REL::Offset(0x03EFA388) }; + inline constexpr std::array ConcreteFormFactory_TESWordOfPower_132_{ REL::Offset(0x03EFA660) }; + inline constexpr std::array ConcreteFormFactory_TESWorldSpace_86_{ REL::Offset(0x03EFA920) }; + inline constexpr std::array ConcreteObjectFormFactoryAcceptsFormID_BGSLocation_117_72_7_{ REL::Offset(0x03EFAA68) }; + inline constexpr std::array ConcreteObjectFormFactory_ActorValueInfo_109_120_4_{ REL::Offset(0x03EFB980) }; + inline constexpr std::array ConcreteObjectFormFactory_AlchemyItem_54_17_2_{ REL::Offset(0x03F28818) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAcousticSpace_20_65_8_{ REL::Offset(0x03F28878) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAction_7_77_0_{ REL::Offset(0x03F2A0C8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAddonNode_108_41_6_{ REL::Offset(0x03F29F20) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAffinityEvent_14_54_5_{ REL::Offset(0x03EFC520) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAimAssistModel_148_108_1_{ REL::Offset(0x03F2B030) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAimAssistPoseData_177_144_1_{ REL::Offset(0x03F2A5D8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAimDownSightModel_153_110_1_{ REL::Offset(0x03EFB8D8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAimModel_147_107_1_{ REL::Offset(0x03F29818) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAimOpticalSightModel_194_111_1_{ REL::Offset(0x03F2ABD8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAmbienceSet_195_162_8_{ REL::Offset(0x03EFA528) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSArtObject_139_85_6_{ REL::Offset(0x03F2AC28) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAssociationType_137_83_5_{ REL::Offset(0x03F296F8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAtmosphere_173_136_7_{ REL::Offset(0x03EF9E00) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAttractionRule_157_121_4_{ REL::Offset(0x03EFB828) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSAudioOcclusionPrimitive_21_180_8_{ REL::Offset(0x03F293F0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSBendableSpline_60_104_4_{ REL::Offset(0x03F28E10) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSBiomeMarkerObject_56_159_3_{ REL::Offset(0x03EFB0E0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSBiome_160_126_7_{ REL::Offset(0x03F29D30) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSBodyPartData_107_40_0_{ REL::Offset(0x03EF9EB0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSBoneModifier_184_151_5_{ REL::Offset(0x03EF9BE0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSCameraShot_110_43_6_{ REL::Offset(0x03F28F18) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSChallengeForm_214_184_4_{ REL::Offset(0x03EF9DA0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSCloudForm_204_172_7_{ REL::Offset(0x03F2A818) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSCollisionLayer_143_97_4_{ REL::Offset(0x03EFD050) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSColorForm_144_99_4_{ REL::Offset(0x03F29868) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSConditionForm_188_154_4_{ REL::Offset(0x03F29490) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSConstructibleObject_151_64_1_{ REL::Offset(0x03F29650) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSCurve3DForm_33_143_4_{ REL::Offset(0x03EFAC98) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSCurveForm_32_142_4_{ REL::Offset(0x03F27EF0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSDamageType_11_119_4_{ REL::Offset(0x03F2A4E8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSDebris_102_36_6_{ REL::Offset(0x03EFA6C0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSDualCastData_142_95_2_{ REL::Offset(0x03EFAEC8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSEffectSequenceForm_201_168_6_{ REL::Offset(0x03EF9C80) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSEquipSlot_134_82_5_{ REL::Offset(0x03F29238) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSExplosion_101_34_6_{ REL::Offset(0x03EFAFC8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSFogVolumeForm_205_173_7_{ REL::Offset(0x03F29CE0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSFootstepSet_125_75_6_{ REL::Offset(0x03EF9F60) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSFootstep_124_74_6_{ REL::Offset(0x03EFC308) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSForceData_199_166_6_{ REL::Offset(0x03F292F0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSFormFolderKeywordList_5_178_4_{ REL::Offset(0x03EF99E8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSGenericBaseFormTemplate_64_127_9_{ REL::Offset(0x03F2A778) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSGenericBaseForm_65_128_9_{ REL::Offset(0x03F288C8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSGroundCover_168_130_7_{ REL::Offset(0x03F28D20) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSHazard_59_93_6_{ REL::Offset(0x03EF9990) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSHeadPart_15_52_5_{ REL::Offset(0x03EFC8C8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSIdleMarker_55_30_4_{ REL::Offset(0x03EFA978) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSImpactDataSet_115_45_6_{ REL::Offset(0x03EFB228) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSImpactData_114_44_6_{ REL::Offset(0x03EFAAB8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSInstanceNamingRules_154_116_4_{ REL::Offset(0x03F294E0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSKeyword_4_71_4_{ REL::Offset(0x03EFBF18) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLayeredMaterialSwap_198_165_4_{ REL::Offset(0x03EFB4E0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLegendaryItem_207_175_1_{ REL::Offset(0x03F2AB38) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLensFlare_162_123_6_{ REL::Offset(0x03F2AF30) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLevGenericBaseForm_66_137_9_{ REL::Offset(0x03EFB478) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLevPackIn_52_102_4_{ REL::Offset(0x03EFC5D0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLevSpaceCell_174_139_4_{ REL::Offset(0x03F295E8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLightingTemplate_122_88_7_{ REL::Offset(0x03F29F70) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSListForm_105_38_4_{ REL::Offset(0x03EF9940) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSLocationRefType_6_73_7_{ REL::Offset(0x03F2A498) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMaterialPathForm_203_170_4_{ REL::Offset(0x03F29080) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMaterialType_113_76_6_{ REL::Offset(0x03F28AC0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMeleeAimAssistModel_149_109_1_{ REL::Offset(0x03EFB278) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMessage_118_63_4_{ REL::Offset(0x03EFBCA0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMod__Attachment__Mod_152_113_1_{ REL::Offset(0x03F28478) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMorphableObject_169_129_5_{ REL::Offset(0x03F29BF0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMovableStatic_44_42_3_{ REL::Offset(0x03F27F40) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMovementType_141_92_5_{ REL::Offset(0x03F287C8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMusicTrackFormWrapper_130_78_8_{ REL::Offset(0x03F27EA0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSMusicType_123_69_8_{ REL::Offset(0x03EFCD40) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSNote_57_55_1_{ REL::Offset(0x03EFA818) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSObjectSwap_172_135_7_{ REL::Offset(0x03F2A9F8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSOutfit_138_84_1_{ REL::Offset(0x03F28678) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSPackIn_43_101_3_{ REL::Offset(0x03EF95B8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSParticleSystemDefineCollection_208_177_6_{ REL::Offset(0x03F2AE90) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSPerk_106_39_0_{ REL::Offset(0x03F2AEE0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSPhotoModeFeature_210_181_4_{ REL::Offset(0x03F29188) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSPlanetContentManagerTree_183_150_7_{ REL::Offset(0x03F27D88) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSPlanet__PlanetData_186_153_7_{ REL::Offset(0x03EFCDF0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSProjectedDecal_26_171_3_{ REL::Offset(0x03EFADD8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSProjectile_58_32_6_{ REL::Offset(0x03F2A588) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSRelationship_135_81_5_{ REL::Offset(0x03EFBBA0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSResearchProjectForm_193_161_1_{ REL::Offset(0x03F29DD0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSResourceGenerationData_171_134_7_{ REL::Offset(0x03EF9FC0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSResource_159_125_7_{ REL::Offset(0x03EFB1D8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSReverbParameters_145_100_8_{ REL::Offset(0x03F28B60) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSecondaryDamageList_202_169_4_{ REL::Offset(0x03EFCEF0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSShaderParticleGeometryData_70_89_6_{ REL::Offset(0x03EFCBF0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSnapBehavior_185_152_4_{ REL::Offset(0x03EFAB68) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSnapTemplateNode_166_132_4_{ REL::Offset(0x03F2A538) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSnapTemplate_167_133_4_{ REL::Offset(0x03F2AA48) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSoundEcho_19_138_8_{ REL::Offset(0x03EFB760) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSoundKeywordMapping_155_117_8_{ REL::Offset(0x03EFBE20) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSoundTagSet_158_122_8_{ REL::Offset(0x03EFC458) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSpeechChallengeObject_175_140_5_{ REL::Offset(0x03F27FA0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSStaticCollection_42_70_3_{ REL::Offset(0x03EF9880) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSStoryManagerEventNode_128_94_5_{ REL::Offset(0x03F2ADD0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__Block_179_146_7_{ REL::Offset(0x03F29530) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__PatternStyle_197_164_7_{ REL::Offset(0x03EFCC40) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__Pattern_181_148_7_{ REL::Offset(0x03EF9658) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSSurface__Tree_182_149_7_{ REL::Offset(0x03EFD0F0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTalkingActivator_31_33_0_{ REL::Offset(0x03F28378) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTerminalMenu_200_167_7_{ REL::Offset(0x03EFB538) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTerminal_62_118_3_{ REL::Offset(0x03EFB188) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTextureSet_9_35_4_{ REL::Offset(0x03EF98E0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTimeOfDayData_211_182_7_{ REL::Offset(0x03EFCAD0) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTransform_8_115_4_{ REL::Offset(0x03EFB660) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSTraversal_170_131_4_{ REL::Offset(0x03F27BD8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSVoiceType_112_48_5_{ REL::Offset(0x03F2A1C8) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSVolumetricLighting_178_145_6_{ REL::Offset(0x043B8B68) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSWeaponBarrelModel_196_163_1_{ REL::Offset(0x03F2AC90) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSWeatherSettingsForm_68_176_7_{ REL::Offset(0x03F2B260) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSWwiseEventForm_192_158_8_{ REL::Offset(0x03F27C28) }; + inline constexpr std::array ConcreteObjectFormFactory_BGSWwiseKeywordMapping_206_174_8_{ REL::Offset(0x03F29288) }; + inline constexpr std::array ConcreteObjectFormFactory_BSGalaxy__BGSStar_191_155_7_{ REL::Offset(0x03F2AB88) }; + inline constexpr std::array ConcreteObjectFormFactory_BSGalaxy__BGSSunPresetForm_209_179_7_{ REL::Offset(0x03F28B10) }; + inline constexpr std::array ConcreteObjectFormFactory_EffectSetting_23_68_2_{ REL::Offset(0x03F28970) }; + inline constexpr std::array ConcreteObjectFormFactory_EnchantmentItem_27_16_2_{ REL::Offset(0x03F27D38) }; + inline constexpr std::array ConcreteObjectFormFactory_IngredientItem_38_5_1_{ REL::Offset(0x03F2B170) }; + inline constexpr std::array ConcreteObjectFormFactory_Script_24_67_10_{ REL::Offset(0x03F29580) }; + inline constexpr std::array ConcreteObjectFormFactory_ScrollItem_29_98_10_{ REL::Offset(0x03F286C8) }; + inline constexpr std::array ConcreteObjectFormFactory_SpellItem_28_15_2_{ REL::Offset(0x03F290D0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESAmmo_49_20_1_{ REL::Offset(0x03EFBDB8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESClass_12_49_5_{ REL::Offset(0x03F2A308) }; + inline constexpr std::array ConcreteObjectFormFactory_TESClimate_69_57_7_{ REL::Offset(0x03EFC408) }; + inline constexpr std::array ConcreteObjectFormFactory_TESCombatStyle_94_25_0_{ REL::Offset(0x03EF9AA8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESEffectShader_99_31_6_{ REL::Offset(0x03F2AA98) }; + inline constexpr std::array ConcreteObjectFormFactory_TESEyes_16_51_10_{ REL::Offset(0x03EFC688) }; + inline constexpr std::array ConcreteObjectFormFactory_TESFaction_13_53_5_{ REL::Offset(0x03F28D70) }; + inline constexpr std::array ConcreteObjectFormFactory_TESGlobal_10_59_4_{ REL::Offset(0x03EFC988) }; + inline constexpr std::array ConcreteObjectFormFactory_TESGrass_45_9_3_{ REL::Offset(0x03EFA450) }; + inline constexpr std::array ConcreteObjectFormFactory_TESImageSpaceModifier_104_61_6_{ REL::Offset(0x03EFC4C0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESImageSpace_103_60_6_{ REL::Offset(0x03EFA7C0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESKey_53_19_1_{ REL::Offset(0x03F28C78) }; + inline constexpr std::array ConcreteObjectFormFactory_TESLandTexture_25_24_7_{ REL::Offset(0x03EFC3B8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESLevCharacter_51_14_0_{ REL::Offset(0x03F28288) }; + inline constexpr std::array ConcreteObjectFormFactory_TESLevItem_63_18_1_{ REL::Offset(0x03EFCDA0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESLevSpell_96_27_2_{ REL::Offset(0x03F29340) }; + inline constexpr std::array ConcreteObjectFormFactory_TESLoadScreen_95_26_4_{ REL::Offset(0x03EFAF18) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectACTI_30_0_3_{ REL::Offset(0x03EFB9E0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectANIO_97_28_4_{ REL::Offset(0x03F2AAE8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectARMA_116_58_1_{ REL::Offset(0x03EFCE40) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectBOOK_35_2_1_{ REL::Offset(0x03EFA770) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectDOOR_37_4_3_{ REL::Offset(0x03EFAD78) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectLIGH_39_6_3_{ REL::Offset(0x03EFB930) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectMISC_40_7_1_{ REL::Offset(0x03F291D8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESObjectSTAT_41_8_3_{ REL::Offset(0x03EFBFC0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESQuest_91_46_5_{ REL::Offset(0x03F2B0D0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESRace_17_50_5_{ REL::Offset(0x03EFAA18) }; + inline constexpr std::array ConcreteObjectFormFactory_TESShout_133_80_10_{ REL::Offset(0x03F289C8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESSoulGem_61_96_10_{ REL::Offset(0x03F28EC8) }; + inline constexpr std::array ConcreteObjectFormFactory_TESSound_18_23_8_{ REL::Offset(0x03EFB018) }; + inline constexpr std::array ConcreteObjectFormFactory_TESWaterForm_98_29_7_{ REL::Offset(0x03F28FD0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESWeather_67_56_7_{ REL::Offset(0x03EFC7B0) }; + inline constexpr std::array ConcreteObjectFormFactory_TESWordOfPower_132_79_10_{ REL::Offset(0x03F29A10) }; + inline constexpr std::array ConcreteObjectFormFactory_TESWorldSpace_86_183_3_{ REL::Offset(0x03F29B50) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffectGeometryDecal_3_{ REL::Offset(0x03F16390) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffectSPG_6_{ REL::Offset(0x03F16420) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffectScreenSpaceDecal_2_{ REL::Offset(0x03F163F0) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_1_{ REL::Offset(0x03F16378) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_4_{ REL::Offset(0x03F16360) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_5_{ REL::Offset(0x03F16348) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTempEffect_7_{ REL::Offset(0x03F16330) }; + inline constexpr std::array ConcreteTempEffectFactory_BSTerrainEffect_0_{ REL::Offset(0x03F16408) }; + inline constexpr std::array ConcreteTempEffectFactory_ModelReferenceEffect_9_{ REL::Offset(0x03F16438) }; + inline constexpr std::array ConcreteTempEffectFactory_ReferenceEffect_8_{ REL::Offset(0x03F163A8) }; + inline constexpr std::array ConcreteTempEffectFactory_ShaderReferenceEffect_10_{ REL::Offset(0x03F163C0) }; + inline constexpr std::array ConcreteTempEffectFactory_SummonPlacementEffect_11_{ REL::Offset(0x03F163D8) }; + inline constexpr std::array ConditionVariable{ REL::Offset(0x04568458) }; + inline constexpr std::array ConeProjectile{ REL::Offset(0x044EA280), REL::Offset(0x044EA298), REL::Offset(0x044EA2B0), REL::Offset(0x044EA2C8), REL::Offset(0x044EA2E0), REL::Offset(0x044EA300), REL::Offset(0x044EA3D0), REL::Offset(0x044EA3E0), REL::Offset(0x044EA448), REL::Offset(0x044EAF38), REL::Offset(0x044EAF50) }; + inline constexpr std::array ConfigurableLODData_3_2_{ REL::Offset(0x04391F50) }; + inline constexpr std::array ConfigurableLODData_3_3_{ REL::Offset(0x04354200) }; + inline constexpr std::array ConfigurableLODData_4_2_{ REL::Offset(0x04392048) }; + inline constexpr std::array ConfigurableLODData_4_4_{ REL::Offset(0x04354138) }; + inline constexpr std::array ConnectionTypeCallback{ REL::Offset(0x044C1288) }; + inline constexpr std::array Console{ REL::Offset(0x0451D140), REL::Offset(0x0451D158), REL::Offset(0x0451D1B0) }; + inline constexpr std::array ConsoleLog{ REL::Offset(0x0451D390) }; + inline constexpr std::array ConsoleNativeUIMenu{ REL::Offset(0x0451D3A0), REL::Offset(0x0451D3F8), REL::Offset(0x0451D4D8) }; + inline constexpr std::array ContainerMenu{ REL::Offset(0x0451DB20), REL::Offset(0x0451DB78), REL::Offset(0x0451DC58), REL::Offset(0x0451DC70), REL::Offset(0x0451DC88), REL::Offset(0x0451DCA0), REL::Offset(0x0451DCB8), REL::Offset(0x0451DCD0), REL::Offset(0x0451DCE8), REL::Offset(0x0451DD00), REL::Offset(0x0451DD18), REL::Offset(0x0451DD30), REL::Offset(0x0451DD48) }; + inline constexpr std::array ContainerMenuDataModel{ REL::Offset(0x0447EB28), REL::Offset(0x0447EB40) }; + inline constexpr std::array ContainerMenuDataModel__ContainerMenuEventShuttle{ REL::Offset(0x0447EC38) }; + inline constexpr std::array ContainerMenu_CloseMenu{ REL::Offset(0x0451DAD8) }; + inline constexpr std::array ContainerMenu_HideModel{ REL::Offset(0x0451DA78) }; + inline constexpr std::array ContainerMenu_Jettison{ REL::Offset(0x0451DAB8) }; + inline constexpr std::array ContainerMenu_LoadModel{ REL::Offset(0x0451DDE0) }; + inline constexpr std::array ContainerMenu_OpenRefuelMenu{ REL::Offset(0x0451DA98) }; + inline constexpr std::array ContainerMenu_SetMouseOverModel{ REL::Offset(0x0451DAF8) }; + inline constexpr std::array ContainerMenu_TakeAll{ REL::Offset(0x0451DDC0) }; + inline constexpr std::array ContainerMenu_ToggleEquip{ REL::Offset(0x0451DD80) }; + inline constexpr std::array ContainerMenu_TransferAllResources{ REL::Offset(0x0451DDA0) }; + inline constexpr std::array ContainerMenu_TransferItem{ REL::Offset(0x0451DD60) }; + inline constexpr std::array ControlMapDataModel{ REL::Offset(0x04590130), REL::Offset(0x04590148) }; + inline constexpr std::array ControllerInternalState{ REL::Offset(0x045A0600), REL::Offset(0x045A0628) }; + inline constexpr std::array ConvertBoneToVar{ REL::Offset(0x04569B38) }; + inline constexpr std::array ConvertBoneToVarInstance{ REL::Offset(0x04569AC8) }; + inline constexpr std::array CopyBoneWeights{ REL::Offset(0x0456B6E8) }; + inline constexpr std::array CopyBoneWeightsInstance{ REL::Offset(0x0456B678) }; + inline constexpr std::array CraftingInfoCardDataModel{ REL::Offset(0x04488420) }; + inline constexpr std::array CraftingInfoCardDataModel__CraftingItemInfoCardEventShuttle{ REL::Offset(0x04488900) }; + inline constexpr std::array CraftingMenuCommon{ REL::Offset(0x0447FF40), REL::Offset(0x0447FF58), REL::Offset(0x0447FF70), REL::Offset(0x0447FF88) }; + inline constexpr std::array CraftingMenu_CraftItem{ REL::Offset(0x0447FE80) }; + inline constexpr std::array CraftingMenu_ExitBench{ REL::Offset(0x0447FDB0) }; + inline constexpr std::array CraftingMenu_Highlight3D{ REL::Offset(0x044C0A68) }; + inline constexpr std::array CraftingMenu_InstallMod{ REL::Offset(0x0447FEC0) }; + inline constexpr std::array CraftingMenu_RenameItem{ REL::Offset(0x0447FF00) }; + inline constexpr std::array CraftingMenu_RevertHighlight{ REL::Offset(0x044C0958) }; + inline constexpr std::array CraftingMenu_RevertedModdedItem{ REL::Offset(0x0447FF20) }; + inline constexpr std::array CraftingMenu_SelectedMod{ REL::Offset(0x0447FE40) }; + inline constexpr std::array CraftingMenu_SelectedModSlot{ REL::Offset(0x0447FE60) }; + inline constexpr std::array CraftingMenu_SelectedModdableItem{ REL::Offset(0x0447FE00) }; + inline constexpr std::array CraftingMenu_SelectedRecipe{ REL::Offset(0x0447FEE0) }; + inline constexpr std::array CraftingMenu_SetInspectControls{ REL::Offset(0x0447FD90) }; + inline constexpr std::array CraftingMenu_ToggleTracking{ REL::Offset(0x0447FEA0) }; + inline constexpr std::array CraftingMenu_ViewingModdableItem{ REL::Offset(0x0447FE20) }; + inline constexpr std::array CraftingRecipesDataModel{ REL::Offset(0x04488448) }; + inline constexpr std::array CraftingRecipesDataModel__CraftingRecipesEventShuttle{ REL::Offset(0x04488928) }; + inline constexpr std::array CraftingRequirementsDataModel{ REL::Offset(0x0447FDD8) }; + inline constexpr std::array CraftingRequirementsDataModel__CraftingRequirementsEventShuttle{ REL::Offset(0x04480100) }; + inline constexpr std::array CreateNavigationGridTask{ REL::Offset(0x04377A48) }; + inline constexpr std::array CreationRendererPrivate__AddProbeBorderRenderPass{ REL::Offset(0x045C2D38) }; + inline constexpr std::array CreationRendererPrivate__AddScatteringOrderRenderPass{ REL::Offset(0x047646A8) }; + inline constexpr std::array CreationRendererPrivate__AllocateSkinningBuffersRenderPass{ REL::Offset(0x0476C520) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Buffer_{ REL::Offset(0x045C3538) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessArrayT_CreationRendererPrivate__ApiAbstractionLayer__Texture_{ REL::Offset(0x045C3550) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessBufferArrayDx12{ REL::Offset(0x045C5D48) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocator{ REL::Offset(0x04764B58) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessSubBufferAllocatorDx12{ REL::Offset(0x04764B90) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__BindlessTextureArrayDx12{ REL::Offset(0x045C5D30) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayout{ REL::Offset(0x04767F78) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__DescriptorSetLayoutDx12{ REL::Offset(0x04767E08) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__IDynamicResolution{ REL::Offset(0x045C94A0) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__PipelineLayout{ REL::Offset(0x04767C38) }; + inline constexpr std::array CreationRendererPrivate__ApiAbstractionLayer__PipelineLayoutDx12{ REL::Offset(0x04767C20) }; + inline constexpr std::array CreationRendererPrivate__ArtValidationRenderPass{ REL::Offset(0x04767FA0) }; + inline constexpr std::array CreationRendererPrivate__AtmosphericScatteringRenderGraphBase{ REL::Offset(0x04764000) }; + inline constexpr std::array CreationRendererPrivate__AtmosphericScatteringRenderPass{ REL::Offset(0x04764068) }; + inline constexpr std::array CreationRendererPrivate__BRDFIntegrationRenderPass{ REL::Offset(0x045BE4C0) }; + inline constexpr std::array CreationRendererPrivate__BakeSHBasisRenderPass{ REL::Offset(0x045BE3E8) }; + inline constexpr std::array CreationRendererPrivate__BaseParticleComputeLightingRenderPass{ REL::Offset(0x045C01C0) }; + inline constexpr std::array CreationRendererPrivate__BaseParticlesRenderPass{ REL::Offset(0x04767300) }; + inline constexpr std::array CreationRendererPrivate__BinkMovieDrawRenderPass{ REL::Offset(0x045BC110) }; + inline constexpr std::array CreationRendererPrivate__BinkMovieSubgraphRenderPass{ REL::Offset(0x045BC1A0) }; + inline constexpr std::array CreationRendererPrivate__BinkUpdatePlanesRenderPass{ REL::Offset(0x045BC158) }; + inline constexpr std::array CreationRendererPrivate__BlendAllReflectionProbesRenderPass{ REL::Offset(0x0476ADC0) }; + inline constexpr std::array CreationRendererPrivate__BlendProbeRayRenderPass{ REL::Offset(0x045C2B88) }; + inline constexpr std::array CreationRendererPrivate__BlendReflectionProbeRenderPass{ REL::Offset(0x0476AEA8) }; + inline constexpr std::array CreationRendererPrivate__BlendedDecalRenderPass{ REL::Offset(0x0476D4C0) }; + inline constexpr std::array CreationRendererPrivate__BlendedDecal_OptionalRenderPass{ REL::Offset(0x0476D508) }; + inline constexpr std::array CreationRendererPrivate__BlendedDecal_OverwriteMaskRenderPass{ REL::Offset(0x0476D550) }; + inline constexpr std::array CreationRendererPrivate__BlendedDecalsRenderPass{ REL::Offset(0x045C7D08) }; + inline constexpr std::array CreationRendererPrivate__BlurHeightfieldHorizontalRenderPass{ REL::Offset(0x04762678) }; + inline constexpr std::array CreationRendererPrivate__BlurHeightfieldVerticalRenderPass{ REL::Offset(0x047626C0) }; + inline constexpr std::array CreationRendererPrivate__BlurSpaceGlareRenderPass{ REL::Offset(0x045C8FE0) }; + inline constexpr std::array CreationRendererPrivate__BlurTerrainHeightClipmapHorizontalRenderPass{ REL::Offset(0x04765978) }; + inline constexpr std::array CreationRendererPrivate__BlurTerrainHeightClipmapVerticalRenderPass{ REL::Offset(0x04765930) }; + inline constexpr std::array CreationRendererPrivate__BlurredMipChain_idTech7RenderPass{ REL::Offset(0x047680A0) }; + inline constexpr std::array CreationRendererPrivate__BlurredMipchainSetup_idTech7RenderPass{ REL::Offset(0x04768268) }; + inline constexpr std::array CreationRendererPrivate__BruteForceRaymarchingRenderPass{ REL::Offset(0x047644B0) }; + inline constexpr std::array CreationRendererPrivate__BufferReadbackRenderPass{ REL::Offset(0x047682B0) }; + inline constexpr std::array CreationRendererPrivate__BuildAccelerationStructureRenderPass{ REL::Offset(0x047682F8) }; + inline constexpr std::array CreationRendererPrivate__CRBeginFrameRenderGraph{ REL::Offset(0x045C7238) }; + inline constexpr std::array CreationRendererPrivate__CRScaleform__CRScaleformThreadCommandQueue{ REL::Offset(0x045C13D8) }; + inline constexpr std::array CreationRendererPrivate__CelestialBodiesGeometryRenderPass{ REL::Offset(0x04768560) }; + inline constexpr std::array CreationRendererPrivate__CelestialBodiesLightingAndCompositeRenderPass{ REL::Offset(0x04768428) }; + inline constexpr std::array CreationRendererPrivate__CelestialBodiesMultiLayerDecalRenderPass{ REL::Offset(0x047684D0) }; + inline constexpr std::array CreationRendererPrivate__CelestialBodiesPrepareRenderPass{ REL::Offset(0x04768518) }; + inline constexpr std::array CreationRendererPrivate__CelestialBodiesRenderPass{ REL::Offset(0x04768470) }; + inline constexpr std::array CreationRendererPrivate__ChargenMorphService{ REL::Offset(0x04764F48) }; + inline constexpr std::array CreationRendererPrivate__ClearCubemapCaptureArrayRenderPass{ REL::Offset(0x0476B2E0) }; + inline constexpr std::array CreationRendererPrivate__ClearFallbackCubemapRenderPass{ REL::Offset(0x045BE508) }; + inline constexpr std::array CreationRendererPrivate__ClearRenderGraphOutputRenderPass{ REL::Offset(0x045C7D68) }; + inline constexpr std::array CreationRendererPrivate__ClearShadowMapGroupRenderPass{ REL::Offset(0x045C72E0) }; + inline constexpr std::array CreationRendererPrivate__ClearShadowMapsRenderPass{ REL::Offset(0x045C7298) }; + inline constexpr std::array CreationRendererPrivate__ClearSkyCubemapHistogramRenderPass{ REL::Offset(0x045C8C98) }; + inline constexpr std::array CreationRendererPrivate__ClearThinDeferredGBufferRenderPass{ REL::Offset(0x0476B328) }; + inline constexpr std::array CreationRendererPrivate__CloudCardsRenderPass{ REL::Offset(0x04768788) }; + inline constexpr std::array CreationRendererPrivate__CloudLayersRenderPass{ REL::Offset(0x047686F8) }; + inline constexpr std::array CreationRendererPrivate__CloudsHalfResCompositeRenderPass{ REL::Offset(0x04768740) }; + inline constexpr std::array CreationRendererPrivate__CloudsRenderPass{ REL::Offset(0x04768698) }; + inline constexpr std::array CreationRendererPrivate__ColorGradingMergeRenderPass{ REL::Offset(0x04766EE8) }; + inline constexpr std::array CreationRendererPrivate__CompositeAdditiveHalfResOITParticlesRenderPass{ REL::Offset(0x045C3408) }; + inline constexpr std::array CreationRendererPrivate__CompositeHalfResOITParticlesRenderPass{ REL::Offset(0x045C3318) }; + inline constexpr std::array CreationRendererPrivate__CompositeMomentBasedOITRenderPass{ REL::Offset(0x045C3360) }; + inline constexpr std::array CreationRendererPrivate__ComputeLightInfluenceRenderPass{ REL::Offset(0x04769F78) }; + inline constexpr std::array CreationRendererPrivate__ComputeMinMaxShadowMapLevelRenderPass{ REL::Offset(0x047642E8) }; + inline constexpr std::array CreationRendererPrivate__ComputeMinMaxShadowMapRenderPass{ REL::Offset(0x04764330) }; + inline constexpr std::array CreationRendererPrivate__ComputeSHCoefRenderPass{ REL::Offset(0x045BE430) }; + inline constexpr std::array CreationRendererPrivate__ComputeScatterRadianceRenderPass{ REL::Offset(0x04764618) }; + inline constexpr std::array CreationRendererPrivate__ComputeScatteringOrderRenderPass{ REL::Offset(0x04764660) }; + inline constexpr std::array CreationRendererPrivate__ComputeSkyCubemapHistogramRenderpass{ REL::Offset(0x045C8BC8) }; + inline constexpr std::array CreationRendererPrivate__ComputeSkyCubemapLuminanceDataRenderpass{ REL::Offset(0x045C8C30) }; + inline constexpr std::array CreationRendererPrivate__ContrastAdaptiveSharpeningRenderPass{ REL::Offset(0x045BD018) }; + inline constexpr std::array CreationRendererPrivate__CopyAtmosScatteringRenderPass{ REL::Offset(0x045C8AB8) }; + inline constexpr std::array CreationRendererPrivate__CopyAtmosScatteringWithStarfieldRenderPass{ REL::Offset(0x045C8B28) }; + inline constexpr std::array CreationRendererPrivate__CopyHighOrderScatteringLUTRenderPass{ REL::Offset(0x04764780) }; + inline constexpr std::array CreationRendererPrivate__CopyIntegrationToTempLUTRenderPass{ REL::Offset(0x047646F0) }; + inline constexpr std::array CreationRendererPrivate__CopyLightInfluenceRenderPass{ REL::Offset(0x04769E88) }; + inline constexpr std::array CreationRendererPrivate__CopyRenderPass{ REL::Offset(0x045C7BD0) }; + inline constexpr std::array CreationRendererPrivate__CopyScreenSizeToReadBackRenderPass{ REL::Offset(0x04768C58) }; + inline constexpr std::array CreationRendererPrivate__CopySectorIntoHeightfieldRenderPass{ REL::Offset(0x04766BE0) }; + inline constexpr std::array CreationRendererPrivate__CopyToColorWithoutHighlightRenderPass{ REL::Offset(0x045C7AB0) }; + inline constexpr std::array CreationRendererPrivate__CopyToRenderGraphOutputRenderPass{ REL::Offset(0x045C7B40) }; + inline constexpr std::array CreationRendererPrivate__CopyWithShaderLetterboxedRenderPass{ REL::Offset(0x045C7C18) }; + inline constexpr std::array CreationRendererPrivate__CopyWithShaderPremultipliedRenderPass{ REL::Offset(0x047653E0) }; + inline constexpr std::array CreationRendererPrivate__CopyWithShaderRenderPass{ REL::Offset(0x045C7B88) }; + inline constexpr std::array CreationRendererPrivate__CubemapBackgroundRenderPass{ REL::Offset(0x047687D0) }; + inline constexpr std::array CreationRendererPrivate__DeDitherRenderPass{ REL::Offset(0x04768838) }; + inline constexpr std::array CreationRendererPrivate__DeferredCompositeRenderPass{ REL::Offset(0x04768880) }; + inline constexpr std::array CreationRendererPrivate__DeferredGBufferOptionalRenderPass{ REL::Offset(0x04768978) }; + inline constexpr std::array CreationRendererPrivate__DeferredGBufferRenderPass{ REL::Offset(0x04768930) }; + inline constexpr std::array CreationRendererPrivate__DeferredGBufferTranslucentRenderPass{ REL::Offset(0x047689C0) }; + inline constexpr std::array CreationRendererPrivate__DepthDownsampleRenderPass{ REL::Offset(0x04768A08) }; + inline constexpr std::array CreationRendererPrivate__DepthGraphRenderPass{ REL::Offset(0x04768CA0) }; + inline constexpr std::array CreationRendererPrivate__DepthMVFixupRenderPass{ REL::Offset(0x04765248) }; + inline constexpr std::array CreationRendererPrivate__DepthMVFixupStandardRenderPass{ REL::Offset(0x047652A8) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldBlurRenderPass{ REL::Offset(0x047770D0) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldCoCBlurRenderPass{ REL::Offset(0x04777088) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldCoCRenderPass{ REL::Offset(0x047771A8) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldCompositeRenderPass{ REL::Offset(0x047771F0) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldDownsampleRenderPass{ REL::Offset(0x04777238) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldFloodFillBlurRenderPass{ REL::Offset(0x04777118) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldHTileMaskRenderPass{ REL::Offset(0x04777280) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldSubGraph{ REL::Offset(0x04768D00) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldTAARenderPass{ REL::Offset(0x047772C8) }; + inline constexpr std::array CreationRendererPrivate__DepthOfFieldTapBlurRenderPass{ REL::Offset(0x04777160) }; + inline constexpr std::array CreationRendererPrivate__DepthPrepassRenderPass{ REL::Offset(0x04768D60) }; + inline constexpr std::array CreationRendererPrivate__DistantAtmospheresRenderPass{ REL::Offset(0x045C1698) }; + inline constexpr std::array CreationRendererPrivate__DistortionBaseRenderPass{ REL::Offset(0x04768F30) }; + inline constexpr std::array CreationRendererPrivate__DistortionCalculateColorRenderPass{ REL::Offset(0x04768F78) }; + inline constexpr std::array CreationRendererPrivate__DistortionOutputRenderPass{ REL::Offset(0x04768E88) }; + inline constexpr std::array CreationRendererPrivate__DistortionParticlesRenderPass{ REL::Offset(0x047673A8) }; + inline constexpr std::array CreationRendererPrivate__DistortionRenderPass{ REL::Offset(0x04768ED0) }; + inline constexpr std::array CreationRendererPrivate__DoubleVisionRenderPass{ REL::Offset(0x047778E0) }; + inline constexpr std::array CreationRendererPrivate__DownsampleHeightfieldRenderPass{ REL::Offset(0x04762750) }; + inline constexpr std::array CreationRendererPrivate__DownsampleSpaceGlareRenderPass{ REL::Offset(0x045C8F50) }; + inline constexpr std::array CreationRendererPrivate__DrawDistantAtmospheresBaseRenderPass{ REL::Offset(0x045C1650) }; + inline constexpr std::array CreationRendererPrivate__DrawDistantAtmospheresRenderPass{ REL::Offset(0x045C1740) }; + inline constexpr std::array CreationRendererPrivate__DrawDistantAtmospheresTransparencyRenderPass{ REL::Offset(0x045C16F8) }; + inline constexpr std::array CreationRendererPrivate__DrawGlobalDirtOverlayRenderPass{ REL::Offset(0x047695F8) }; + inline constexpr std::array CreationRendererPrivate__DrawProjectedDecalsRenderPass{ REL::Offset(0x0476A840) }; + inline constexpr std::array CreationRendererPrivate__DrawProjectedDecals_HighlightMaskRenderPass{ REL::Offset(0x0476A8D0) }; + inline constexpr std::array CreationRendererPrivate__DrawProjectedDecals_OptionalRenderPass{ REL::Offset(0x0476A918) }; + inline constexpr std::array CreationRendererPrivate__DynamicResolution{ REL::Offset(0x045C93F0) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowBaseDrawSubGraph{ REL::Offset(0x045C7490) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowBuildIndexBufferRenderPass{ REL::Offset(0x0476C3B8) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowClearIndexCountsRenderPass{ REL::Offset(0x0476C400) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowDepthPyramidRenderPass{ REL::Offset(0x0476BF08) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowDrawMeshInstanceSubGraph{ REL::Offset(0x045C7550) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowDrawSubGraph{ REL::Offset(0x045C7430) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowFalseNegativesDrawSubGraph{ REL::Offset(0x045C74F0) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowFilterFocusGeometriesRenderPass{ REL::Offset(0x0476C328) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowFrustumMaskRenderPass{ REL::Offset(0x0476BEC0) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowGeometryCullingRenderPass{ REL::Offset(0x0476BE78) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowGeometryOffsetsRenderPass{ REL::Offset(0x0476C130) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowGraph{ REL::Offset(0x0476C088) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMapBarriersRenderPass{ REL::Offset(0x0476C2E0) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMaterialIndexCountRenderPass{ REL::Offset(0x0476BF50) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMaterialIndexOffsetsRenderPass{ REL::Offset(0x0476BFF8) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletCullingFalseNegativesRenderPass{ REL::Offset(0x0476C370) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletCullingRenderPass{ REL::Offset(0x0476C1C0) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletListBuildFalseNegativesRenderPass{ REL::Offset(0x0476C178) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowMeshletListBuildRenderPass{ REL::Offset(0x0476BE30) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowPrepareDrawParamsRenderPass{ REL::Offset(0x0476C040) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowSceneSetupRenderPass{ REL::Offset(0x0476C298) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowTriangleCullingRenderPass{ REL::Offset(0x0476C0E8) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowWithFalseNegativesGraph{ REL::Offset(0x0476BF98) }; + inline constexpr std::array CreationRendererPrivate__DynamicShadowsMeshInstancePatchPrepareArgsRenderPass{ REL::Offset(0x045C7688) }; + inline constexpr std::array CreationRendererPrivate__EmptyRenderPass{ REL::Offset(0x045C7AF8) }; + inline constexpr std::array CreationRendererPrivate__EndMultiscatteringIntegrationRenderPass{ REL::Offset(0x04764738) }; + inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRefineSampleLocationsRenderPass{ REL::Offset(0x04764858) }; + inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRenderCoordinateTextureRenderPass{ REL::Offset(0x04764810) }; + inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRenderPass{ REL::Offset(0x04763F58) }; + inline constexpr std::array CreationRendererPrivate__EpipolarSamplingRenderSliceEndPointsRenderPass{ REL::Offset(0x047647C8) }; + inline constexpr std::array CreationRendererPrivate__FSR1EASURenderPass{ REL::Offset(0x04764DC8) }; + inline constexpr std::array CreationRendererPrivate__FSR1RCASRenderPass{ REL::Offset(0x04764D80) }; + inline constexpr std::array CreationRendererPrivate__FSR2ProduceInputsRenderPass{ REL::Offset(0x04769138) }; + inline constexpr std::array CreationRendererPrivate__FSR2UpscaleRenderPass{ REL::Offset(0x04769180) }; + inline constexpr std::array CreationRendererPrivate__FaceCustomizationMipChainRenderPass{ REL::Offset(0x04768FC0) }; + inline constexpr std::array CreationRendererPrivate__FaceCustomizationRenderPass{ REL::Offset(0x04769008) }; + inline constexpr std::array CreationRendererPrivate__FillCullingDataRenderPass{ REL::Offset(0x047696D0) }; + inline constexpr std::array CreationRendererPrivate__FillHeightfieldCullingDataRenderPass{ REL::Offset(0x04766CB8) }; + inline constexpr std::array CreationRendererPrivate__FilmGrainRenderPass{ REL::Offset(0x047779C8) }; + inline constexpr std::array CreationRendererPrivate__FilterCulledGeometriesRenderPass{ REL::Offset(0x0476BDE8) }; + inline constexpr std::array CreationRendererPrivate__FilterHeightfieldRenderPass{ REL::Offset(0x04762798) }; + inline constexpr std::array CreationRendererPrivate__FirstPersonDepthGraphRenderPass{ REL::Offset(0x045C7C60) }; + inline constexpr std::array CreationRendererPrivate__FirstPersonDepthRenderPass{ REL::Offset(0x04768DA8) }; + inline constexpr std::array CreationRendererPrivate__FixupIndirectArgsRenderPass{ REL::Offset(0x0476C5B0) }; + inline constexpr std::array CreationRendererPrivate__FixupSkinningIndirectArgsRenderPass{ REL::Offset(0x0476C490) }; + inline constexpr std::array CreationRendererPrivate__FlattenTextureScreensizeRenderPass{ REL::Offset(0x04769718) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedAlphaOutputRenderPass{ REL::Offset(0x047652F0) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedCopyToDestRenderPass{ REL::Offset(0x047656B0) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedCorrectionRenderPass{ REL::Offset(0x04765548) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedFullResAlwaysRenderPass{ REL::Offset(0x047655D8) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedMainFullResRenderPass{ REL::Offset(0x04765620) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedMainHalfResRenderPass{ REL::Offset(0x04765590) }; + inline constexpr std::array CreationRendererPrivate__ForwardBlendedRenderPass{ REL::Offset(0x04765338) }; + inline constexpr std::array CreationRendererPrivate__ForwardRenderPass{ REL::Offset(0x04765668) }; + inline constexpr std::array CreationRendererPrivate__FrameInitRenderPass{ REL::Offset(0x04769050) }; + inline constexpr std::array CreationRendererPrivate__FrameRenderGraph{ REL::Offset(0x0476D870) }; + inline constexpr std::array CreationRendererPrivate__FrameSetupRenderPass{ REL::Offset(0x047690D8) }; + inline constexpr std::array CreationRendererPrivate__FullScreenBlurCompositeRenderPass{ REL::Offset(0x04777AB8) }; + inline constexpr std::array CreationRendererPrivate__FullScreenBlurRenderPass{ REL::Offset(0x04777A58) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColorRenderPass{ REL::Offset(0x04777E48) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColor_AlphaFillRenderPass{ REL::Offset(0x04777DB8) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColor_BloomRenderPass{ REL::Offset(0x04777D70) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColor_CubemapRenderPass{ REL::Offset(0x04777D28) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColor_DefaultRenderPass{ REL::Offset(0x04777E00) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColor_MonochromeRenderPass{ REL::Offset(0x04777CE0) }; + inline constexpr std::array CreationRendererPrivate__FullScreenColor_OverlayRenderPass{ REL::Offset(0x04777C98) }; + inline constexpr std::array CreationRendererPrivate__FullScreenDownsampleRenderPass{ REL::Offset(0x04777B48) }; + inline constexpr std::array CreationRendererPrivate__FullScreenScanlineRenderPass{ REL::Offset(0x04769320) }; + inline constexpr std::array CreationRendererPrivate__FullScreenTapBlurRenderPass{ REL::Offset(0x04777B00) }; + inline constexpr std::array CreationRendererPrivate__GBufferOverviewRenderPass{ REL::Offset(0x045C7A20) }; + inline constexpr std::array CreationRendererPrivate__GPUDataInspectorConvertValuesRenderPass{ REL::Offset(0x04769898) }; + inline constexpr std::array CreationRendererPrivate__GPUDataInspectorDrawQuadsRenderPass{ REL::Offset(0x047697F0) }; + inline constexpr std::array CreationRendererPrivate__GPUDataInspectorGenerateIndirectDispatchRenderPass{ REL::Offset(0x04769928) }; + inline constexpr std::array CreationRendererPrivate__GPUDataInspectorGenerateIndirectDrawRenderPass{ REL::Offset(0x047698E0) }; + inline constexpr std::array CreationRendererPrivate__GPUDataInspectorRenderPass{ REL::Offset(0x04769838) }; + inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryDrawLinesRenderPass{ REL::Offset(0x045C7F88) }; + inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryPrepareLinesRenderPass{ REL::Offset(0x045C7F40) }; + inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryPrintfDraw3DRenderPass{ REL::Offset(0x045C7EF8) }; + inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryPrintfPrepareBuffersRenderPass{ REL::Offset(0x045C7EB0) }; + inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryRenderPass{ REL::Offset(0x045C7E50) }; + inline constexpr std::array CreationRendererPrivate__GPUDebugGeometryResetBuffersRenderPass{ REL::Offset(0x045C7FD0) }; + inline constexpr std::array CreationRendererPrivate__GPUReadbackBufferData_CreationRenderer__ImageCapture_{ REL::Offset(0x045BABC0) }; + inline constexpr std::array CreationRendererPrivate__GalaxyStateStarsRenderPass{ REL::Offset(0x04769368) }; + inline constexpr std::array CreationRendererPrivate__GatherGeometryInstancesRenderPass{ REL::Offset(0x045C85D8) }; + inline constexpr std::array CreationRendererPrivate__GatherHighlightsRenderPass{ REL::Offset(0x0476DAB8) }; + inline constexpr std::array CreationRendererPrivate__GatherIndirectRenderPass{ REL::Offset(0x045BE478) }; + inline constexpr std::array CreationRendererPrivate__GatherLightsRenderPass{ REL::Offset(0x04777868) }; + inline constexpr std::array CreationRendererPrivate__GatherNodeExtraVisualDataRenderPass{ REL::Offset(0x0476D618) }; + inline constexpr std::array CreationRendererPrivate__GatherTransformsRenderPass{ REL::Offset(0x04766D90) }; + inline constexpr std::array CreationRendererPrivate__GenerateDepthPyramidBaseRenderPass{ REL::Offset(0x047693C8) }; + inline constexpr std::array CreationRendererPrivate__GenerateDepthPyramidRenderPass{ REL::Offset(0x04769410) }; + inline constexpr std::array CreationRendererPrivate__GenerateFogMapRenderPass{ REL::Offset(0x047658E8) }; + inline constexpr std::array CreationRendererPrivate__GenerateGeometryInstanceMaskRenderPass{ REL::Offset(0x04769688) }; + inline constexpr std::array CreationRendererPrivate__GenerateShadowDepthPyramidBaseRenderPass{ REL::Offset(0x0476BC80) }; + inline constexpr std::array CreationRendererPrivate__GenerateShadowDepthPyramidRenderPass{ REL::Offset(0x0476BC38) }; + inline constexpr std::array CreationRendererPrivate__GenerateShadowDepthPyramidWithMaskRenderPass{ REL::Offset(0x0476BD10) }; + inline constexpr std::array CreationRendererPrivate__GeometryCullingRenderPass{ REL::Offset(0x04769760) }; + inline constexpr std::array CreationRendererPrivate__GeometryCullingShadowsRenderPass{ REL::Offset(0x047697A8) }; + inline constexpr std::array CreationRendererPrivate__GeometryParticleBatchDepthRenderPass{ REL::Offset(0x045C7A68) }; + inline constexpr std::array CreationRendererPrivate__GeometryParticleBatchRenderPass{ REL::Offset(0x047694C8) }; + inline constexpr std::array CreationRendererPrivate__GeometryRenderPass{ REL::Offset(0x0476DDC0) }; + inline constexpr std::array CreationRendererPrivate__GlobalDirtOverlayRenderPass{ REL::Offset(0x04769598) }; + inline constexpr std::array CreationRendererPrivate__GroupedDynamicShadowMapRenderPass{ REL::Offset(0x0476C208) }; + inline constexpr std::array CreationRendererPrivate__HDRColorGradingMergeRenderPass{ REL::Offset(0x04766F30) }; + inline constexpr std::array CreationRendererPrivate__HDRCompositeRenderPass{ REL::Offset(0x045C27A8) }; + inline constexpr std::array CreationRendererPrivate__HDRDownSampleLumRenderPass{ REL::Offset(0x045C27F0) }; + inline constexpr std::array CreationRendererPrivate__HDRDownSampleRGB2LumRenderPass{ REL::Offset(0x045C2838) }; + inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterDownSampleRenderPass{ REL::Offset(0x045C25B0) }; + inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterRenderPass{ REL::Offset(0x045C2640) }; + inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterXBrightPassRenderPass{ REL::Offset(0x045C2688) }; + inline constexpr std::array CreationRendererPrivate__HDRGaussianFilterY0RenderPass{ REL::Offset(0x045C25F8) }; + inline constexpr std::array CreationRendererPrivate__HDRGaussianResolveRenderPass{ REL::Offset(0x045C26D0) }; + inline constexpr std::array CreationRendererPrivate__HDRHistogramClearRenderPass{ REL::Offset(0x045C2568) }; + inline constexpr std::array CreationRendererPrivate__HDRHistogramGenerateRenderPass{ REL::Offset(0x045C2520) }; + inline constexpr std::array CreationRendererPrivate__HDRHistogramReadLightAdaptRenderPass{ REL::Offset(0x045C24D8) }; + inline constexpr std::array CreationRendererPrivate__HDRSubGraph{ REL::Offset(0x045C2718) }; + inline constexpr std::array CreationRendererPrivate__HeightFieldRenderPass{ REL::Offset(0x04766C70) }; + inline constexpr std::array CreationRendererPrivate__HeightFieldSubGraphRenderPass{ REL::Offset(0x04766B80) }; + inline constexpr std::array CreationRendererPrivate__HeightfieldSystemRenderPass{ REL::Offset(0x04766D48) }; + inline constexpr std::array CreationRendererPrivate__HighlightMaskRenderPass{ REL::Offset(0x04769A28) }; + inline constexpr std::array CreationRendererPrivate__HighlightPrepareRenderPass{ REL::Offset(0x04769998) }; + inline constexpr std::array CreationRendererPrivate__HighlightRenderPass{ REL::Offset(0x047699E0) }; + inline constexpr std::array CreationRendererPrivate__ImGuiEventHandler{ REL::Offset(0x0476DB88) }; + inline constexpr std::array CreationRendererPrivate__ImageCaptureData{ REL::Offset(0x045BAB80) }; + inline constexpr std::array CreationRendererPrivate__ImageCaptureHDR_CopyRenderTargetRenderPass{ REL::Offset(0x04769AA0) }; + inline constexpr std::array CreationRendererPrivate__ImageCapture_CopyRenderTargetRenderPass{ REL::Offset(0x04769B30) }; + inline constexpr std::array CreationRendererPrivate__ImageCapture_CopyRenderTarget_UseDepthAsAlphaRenderPass{ REL::Offset(0x04769AE8) }; + inline constexpr std::array CreationRendererPrivate__ImageCapture_IconGenerationRenderPass{ REL::Offset(0x045C7768) }; + inline constexpr std::array CreationRendererPrivate__ImageProcessCreateResourceMapRenderPass{ REL::Offset(0x04769B78) }; + inline constexpr std::array CreationRendererPrivate__ImageProcessEdgeDetectionRenderPass{ REL::Offset(0x04769BC0) }; + inline constexpr std::array CreationRendererPrivate__ImageProcessMedianBlurRenderPass{ REL::Offset(0x04769C08) }; + inline constexpr std::array CreationRendererPrivate__ImageProcessNearestNeighborUpscaleRenderPass{ REL::Offset(0x04777820) }; + inline constexpr std::array CreationRendererPrivate__ImageProcessRenderGraph{ REL::Offset(0x0476D9C8) }; + inline constexpr std::array CreationRendererPrivate__IndirectRenderPass{ REL::Offset(0x045BE328) }; + inline constexpr std::array CreationRendererPrivate__IndirectSetupRenderPass{ REL::Offset(0x045BE388) }; + inline constexpr std::array CreationRendererPrivate__InitializeInscatterOrderRenderPass{ REL::Offset(0x047645D0) }; + inline constexpr std::array CreationRendererPrivate__InitializeMinMaxShadowMapRenderPass{ REL::Offset(0x047642A0) }; + inline constexpr std::array CreationRendererPrivate__InjectTerrainShadowResourcesRenderPass{ REL::Offset(0x045BCEC0) }; + inline constexpr std::array CreationRendererPrivate__InterpolateIrradianceRenderPass{ REL::Offset(0x04764390) }; + inline constexpr std::array CreationRendererPrivate__LensFlareComputeRenderPass{ REL::Offset(0x04769DA0) }; + inline constexpr std::array CreationRendererPrivate__LensFlareDrawRenderPass{ REL::Offset(0x045C77C8) }; + inline constexpr std::array CreationRendererPrivate__LensFlareSystemRenderPass{ REL::Offset(0x045C7828) }; + inline constexpr std::array CreationRendererPrivate__LensFlare_AlphaBlendRenderPass{ REL::Offset(0x04769D58) }; + inline constexpr std::array CreationRendererPrivate__LensFlare_VisibilityRenderPass{ REL::Offset(0x04769E00) }; + inline constexpr std::array CreationRendererPrivate__LightCoarseCullingCompactionRenderPass{ REL::Offset(0x04777310) }; + inline constexpr std::array CreationRendererPrivate__LightCoarseCullingRenderPass{ REL::Offset(0x04777358) }; + inline constexpr std::array CreationRendererPrivate__LightInfluenceDepthMinRenderPass{ REL::Offset(0x04769ED0) }; + inline constexpr std::array CreationRendererPrivate__LightInfluenceSubGraphRenderPass{ REL::Offset(0x04769F18) }; + inline constexpr std::array CreationRendererPrivate__LightingRenderPass{ REL::Offset(0x0476A100) }; + inline constexpr std::array CreationRendererPrivate__LoadMenuHiddenEventHandler{ REL::Offset(0x045BB280) }; + inline constexpr std::array CreationRendererPrivate__LogicalCell{ REL::Offset(0x045C82A0) }; + inline constexpr std::array CreationRendererPrivate__MainRenderGraph{ REL::Offset(0x0476D760) }; + inline constexpr std::array CreationRendererPrivate__MeshEventHandler{ REL::Offset(0x045BBE68) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchCommonRenderPass{ REL::Offset(0x045C7900) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchCullingRenderPass{ REL::Offset(0x0476A438) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchDepthRenderPass{ REL::Offset(0x045C7948) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchOcclusionCullingRenderPass{ REL::Offset(0x045C7720) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchPrepareArgsBaseRenderPass{ REL::Offset(0x0476A4D0) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchPrepareArgsRenderPass{ REL::Offset(0x0476A3E8) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchPrepareArgsShadowRenderPass{ REL::Offset(0x0476A480) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchRenderPass{ REL::Offset(0x045C78B8) }; + inline constexpr std::array CreationRendererPrivate__MeshInstancePatchShadowRenderPass{ REL::Offset(0x045C7870) }; + inline constexpr std::array CreationRendererPrivate__MeshLODDB{ REL::Offset(0x045BED80) }; + inline constexpr std::array CreationRendererPrivate__MeshletBuildIndexBufferRenderPass{ REL::Offset(0x0476A160) }; + inline constexpr std::array CreationRendererPrivate__MeshletFrustumCullingRenderPass{ REL::Offset(0x0476A280) }; + inline constexpr std::array CreationRendererPrivate__MeshletListBuildRenderPass{ REL::Offset(0x0476A2C8) }; + inline constexpr std::array CreationRendererPrivate__MeshletMaterialOffsetsRenderPass{ REL::Offset(0x0476A1A8) }; + inline constexpr std::array CreationRendererPrivate__MeshletOcclusionCullingRenderPass{ REL::Offset(0x0476A358) }; + inline constexpr std::array CreationRendererPrivate__MeshletPrepareArgsRenderPass{ REL::Offset(0x0476A3A0) }; + inline constexpr std::array CreationRendererPrivate__MeshletPrepareDrawParamsRenderPass{ REL::Offset(0x0476A238) }; + inline constexpr std::array CreationRendererPrivate__MeshletProduceResourcesRenderPass{ REL::Offset(0x045C7990) }; + inline constexpr std::array CreationRendererPrivate__MeshletProduceResourcesShadowsRenderPass{ REL::Offset(0x045C79D8) }; + inline constexpr std::array CreationRendererPrivate__MeshletReadbackIndexCountRenderPass{ REL::Offset(0x0476A1F0) }; + inline constexpr std::array CreationRendererPrivate__MeshletTriangleCullingRenderPass{ REL::Offset(0x0476A310) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_3fa219d00e7ecb9d8d100d77b5ef468c__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BEB50) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_46fbe9142c3cf56c2d9cb0b1fb4af2a3__StorageTable__ObserverHandle_StorageTable__Geometry__Storage_const_{ REL::Offset(0x045C6CF0) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5f6e2e4148cbd257417d7a68b6ecd71b__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSMorphDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSFixedString_{ REL::Offset(0x047659F0) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_5fc808eadd9a2ea4c5e161d1874976ed__StorageTable__StrongKey_StorageTable__MeshInstance__Storage__{ REL::Offset(0x045BBC88) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_64da3579fc538949974606d85bd2c674__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BEB00) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_9744724ee8d1aceaa968f6c70737b40a__BSResource__IDconst_BSTArray_StorageTable__StrongKey_StorageTable__Geometry__Storage__BSTArrayHeapAllocator__{ REL::Offset(0x045BC898) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_abff2e0d237b5d19d4c2895f0b009de3__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__UpgradeDBTraits_BSResource2__DBDefaultStreamPolicy___unsignedint_{ REL::Offset(0x045BEC10) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_b464a38dfa3ecfb9554b39828c9c7e5d__void_{ REL::Offset(0x045C9550) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_caf34b454584b0595f145d27f6ac79d7__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___std__array_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___4__std__array_BSResource__ID_4__CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x045BEAB0) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d544e591622913847f11e7712d6c03ce__StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__unsignedshortconst_BSResource2__DBHandleBase_{ REL::Offset(0x045C1CD8) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_d5efad91ccc26a2d3190fa8fae31292f__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BBBC8) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_e21e2ce93563abe2346b5863b4e2b5bd__BSResource__IDconst_BSTArray_std__byte_BSTArrayHeapAllocator__{ REL::Offset(0x045BC8E8) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CallbackNode__lambda_ff13f0a2dc6491f08ce06d4eb93563ca__BSResource2__DBHandle_BSResource2__TEntryTraits_0_BSCPUMeshDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MeshLODDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRenderer__MeshLODDB__CreateChargenMorphParams_CreationRenderer__Messaging__ScopedDependencyNodeCreation_BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRenderer__MorphDB__DBTraits_BSResource2__DBDefaultStreamPolicy___{ REL::Offset(0x045BEBA0) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_1bc4c7afcc2a0320f598740eebd7b047__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ REL::Offset(0x045B4598) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_3b0535a20c1be637dacb85d7624fc0d5__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ REL::Offset(0x045B44A8) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_667ae7f58673632156f27ca06fdfad79__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_{ REL::Offset(0x045B44F8) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_74910676a03379021da11430af74d9a8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__BlenderDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialBlender_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ REL::Offset(0x045B46B0) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_85cff0db640a7fec1a85d2d9bebeb8d2__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ REL::Offset(0x045B4548) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_a64396252f26c7e209cd3f54c43effee__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayeredMatDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__LayeredMaterial_{ REL::Offset(0x045B4660) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__Detail__CreateResourceNode__lambda_e9a38263804fe4e608b99e5a311f29c8__BSResource2__DBHandle_BSResource2__TEntryTraits_0_CreationRendererPrivate__MaterialDB__LayerDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialLayer_CreationRendererPrivate__MaterialDB__MaterialUVStream_{ REL::Offset(0x045B4700) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__GeneralDependencyNode{ REL::Offset(0x045B4070) }; + inline constexpr std::array CreationRendererPrivate__Messaging__Dependency__InternalProcessorType{ REL::Offset(0x045BAD18) }; + inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderAdditiveTransparencyRenderPass{ REL::Offset(0x04765398) }; + inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderMomentsRenderPass{ REL::Offset(0x04765470) }; + inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderPass{ REL::Offset(0x045C33A8) }; + inline constexpr std::array CreationRendererPrivate__MomentBasedOITRenderTransparencyRenderPass{ REL::Offset(0x04765428) }; + inline constexpr std::array CreationRendererPrivate__MorphDB{ REL::Offset(0x04765A90) }; + inline constexpr std::array CreationRendererPrivate__MorphRenderPass{ REL::Offset(0x0476A570) }; + inline constexpr std::array CreationRendererPrivate__MorphSystemEndFrameRenderPass{ REL::Offset(0x045C76D8) }; + inline constexpr std::array CreationRendererPrivate__MotionBlurMaxTileVelocityRenderPass{ REL::Offset(0x04777590) }; + inline constexpr std::array CreationRendererPrivate__MotionBlurRenderPass{ REL::Offset(0x0476D2B0) }; + inline constexpr std::array CreationRendererPrivate__MotionBlurSubGraph{ REL::Offset(0x0476D2F8) }; + inline constexpr std::array CreationRendererPrivate__MotionVectorCompositeRenderPass{ REL::Offset(0x0476A5B8) }; + inline constexpr std::array CreationRendererPrivate__MultiscatteringIntegrationStepRenderPass{ REL::Offset(0x04764450) }; + inline constexpr std::array CreationRendererPrivate__PartialClearColorBufferRenderPass{ REL::Offset(0x047685A8) }; + inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel0RenderPass{ REL::Offset(0x045C0348) }; + inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel1RenderPass{ REL::Offset(0x045C02F8) }; + inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel2RenderPass{ REL::Offset(0x045C02A8) }; + inline constexpr std::array CreationRendererPrivate__ParticleComputeLightingLevel3RenderPass{ REL::Offset(0x045C0258) }; + inline constexpr std::array CreationRendererPrivate__ParticleDataPreFilterRenderPass{ REL::Offset(0x045C0440) }; + inline constexpr std::array CreationRendererPrivate__ParticleLightingClearBuffersRenderPass{ REL::Offset(0x045C03F8) }; + inline constexpr std::array CreationRendererPrivate__ParticleLightingGenerateIndirectBufferRenderPass{ REL::Offset(0x045C0210) }; + inline constexpr std::array CreationRendererPrivate__ParticleLightingRenderPass{ REL::Offset(0x045C0398) }; + inline constexpr std::array CreationRendererPrivate__ParticlesCopyToDestRenderPass{ REL::Offset(0x04767360) }; + inline constexpr std::array CreationRendererPrivate__ParticlesCorrectionRenderPass{ REL::Offset(0x047671E0) }; + inline constexpr std::array CreationRendererPrivate__ParticlesMainFullResRenderPass{ REL::Offset(0x047672A0) }; + inline constexpr std::array CreationRendererPrivate__ParticlesMainHalfResRenderPass{ REL::Offset(0x04767240) }; + inline constexpr std::array CreationRendererPrivate__ParticlesMomentBasedOITRenderMomentsRenderPass{ REL::Offset(0x04767180) }; + inline constexpr std::array CreationRendererPrivate__ParticlesMomentBasedOITRenderTransparencyRenderPass{ REL::Offset(0x04767120) }; + inline constexpr std::array CreationRendererPrivate__ParticlesRenderPass{ REL::Offset(0x047670C0) }; + inline constexpr std::array CreationRendererPrivate__PointCloudCullingRenderPass{ REL::Offset(0x0476A600) }; + inline constexpr std::array CreationRendererPrivate__PointCloudDrawRenderPass{ REL::Offset(0x0476A648) }; + inline constexpr std::array CreationRendererPrivate__PointCloudEventHandler{ REL::Offset(0x045C0FE0) }; + inline constexpr std::array CreationRendererPrivate__PostSharpenRenderPass{ REL::Offset(0x04777EC8) }; + inline constexpr std::array CreationRendererPrivate__PostUpscaleImageSpaceSubGraph{ REL::Offset(0x04777600) }; + inline constexpr std::array CreationRendererPrivate__PostUpscaleSubGraph{ REL::Offset(0x047776C0) }; + inline constexpr std::array CreationRendererPrivate__PreUpscaleImageSpaceSubGraph{ REL::Offset(0x04777660) }; + inline constexpr std::array CreationRendererPrivate__PrecomputeAtmosphericScatteringDataRenderPass{ REL::Offset(0x04763EF8) }; + inline constexpr std::array CreationRendererPrivate__PrecomputeAtmosphericScatteringTransmittanceRenderPass{ REL::Offset(0x04763A80) }; + inline constexpr std::array CreationRendererPrivate__PrecomputeNetDensityToAtmTopRenderPass{ REL::Offset(0x04764540) }; + inline constexpr std::array CreationRendererPrivate__PrecomputePerlinNoise3DRenderPass{ REL::Offset(0x0476D6F0) }; + inline constexpr std::array CreationRendererPrivate__PrecomputeSingleScatteringRenderPass{ REL::Offset(0x04764588) }; + inline constexpr std::array CreationRendererPrivate__PrefilterCubemapRenderPass{ REL::Offset(0x045BE550) }; + inline constexpr std::array CreationRendererPrivate__PrepareAtmosphericScatteringRenderPass{ REL::Offset(0x045C7CC0) }; + inline constexpr std::array CreationRendererPrivate__PrepareFirstPersonSkinningRenderPass{ REL::Offset(0x045C75B0) }; + inline constexpr std::array CreationRendererPrivate__PrepareProjectedDecalsRenderPass{ REL::Offset(0x0476A888) }; + inline constexpr std::array CreationRendererPrivate__PrepareReflectionProbeDataRenderPass{ REL::Offset(0x0476B110) }; + inline constexpr std::array CreationRendererPrivate__PrepareShadowSkinningRenderPass{ REL::Offset(0x0476BDA0) }; + inline constexpr std::array CreationRendererPrivate__PrepareSkinningRenderPass{ REL::Offset(0x0476C568) }; + inline constexpr std::array CreationRendererPrivate__PrepareSkyCubemapCelestialBodiesRenderPass{ REL::Offset(0x045C8A70) }; + inline constexpr std::array CreationRendererPrivate__PrepareSkyCubemapRenderPass{ REL::Offset(0x045C7640) }; + inline constexpr std::array CreationRendererPrivate__ProbeClassifyRenderPass{ REL::Offset(0x045C2CF0) }; + inline constexpr std::array CreationRendererPrivate__ProbeCoarseLightCullingCompactionRenderPass{ REL::Offset(0x045C2C60) }; + inline constexpr std::array CreationRendererPrivate__ProbeCoarseLightCullingRenderPass{ REL::Offset(0x045C2CA8) }; + inline constexpr std::array CreationRendererPrivate__ProbeFaceSceneSetupRenderPass{ REL::Offset(0x0476B400) }; + inline constexpr std::array CreationRendererPrivate__ProbeGridGPUCullingRenderPass{ REL::Offset(0x04764ED0) }; + inline constexpr std::array CreationRendererPrivate__ProbeLightCullingRenderPass{ REL::Offset(0x045C2AF8) }; + inline constexpr std::array CreationRendererPrivate__ProbeRenderPass{ REL::Offset(0x045C2A98) }; + inline constexpr std::array CreationRendererPrivate__ProbeSystemRenderPass{ REL::Offset(0x045C2B40) }; + inline constexpr std::array CreationRendererPrivate__ProduceAndClearHeightfieldRenderPass{ REL::Offset(0x04766D00) }; + inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITForwardHalfResTargetRenderPass{ REL::Offset(0x045C3288) }; + inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITParticleTargetsHalfResRenderPass{ REL::Offset(0x045C32D0) }; + inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITTargetsAlwaysFullResRenderPass{ REL::Offset(0x045C3240) }; + inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITTargetsHalfResRenderPass{ REL::Offset(0x045C31B0) }; + inline constexpr std::array CreationRendererPrivate__ProduceMomentBasedOITTargetsRenderPass{ REL::Offset(0x045C31F8) }; + inline constexpr std::array CreationRendererPrivate__ProduceSceneDebugBuffersSubGraphRenderPass{ REL::Offset(0x045C7328) }; + inline constexpr std::array CreationRendererPrivate__ProduceShadingRateImageRenderPass{ REL::Offset(0x0476A6D8) }; + inline constexpr std::array CreationRendererPrivate__ProduceShadowMapCullingResourcesRenderPass{ REL::Offset(0x0476B4B0) }; + inline constexpr std::array CreationRendererPrivate__ProduceShadowMaskFrustumRenderPass{ REL::Offset(0x04777470) }; + inline constexpr std::array CreationRendererPrivate__ProduceThinGBufferResourcesRenderPass{ REL::Offset(0x0476B3B8) }; + inline constexpr std::array CreationRendererPrivate__ProjectedDecalRenderPass{ REL::Offset(0x0476A7E0) }; + inline constexpr std::array CreationRendererPrivate__RadialBlurRenderPass{ REL::Offset(0x0476A960) }; + inline constexpr std::array CreationRendererPrivate__RayTraceProbeComputeRenderPass{ REL::Offset(0x045C2C18) }; + inline constexpr std::array CreationRendererPrivate__RayTraceProbeNonRandomRaysComputeRenderPass{ REL::Offset(0x045C2BD0) }; + inline constexpr std::array CreationRendererPrivate__RaymarchSampleLocationsRenderPass{ REL::Offset(0x04764180) }; + inline constexpr std::array CreationRendererPrivate__RaymarchShadowedSampleLocationsRenderPass{ REL::Offset(0x047641C8) }; + inline constexpr std::array CreationRendererPrivate__RaymarchUsingMinMaxShadowMapRenderPass{ REL::Offset(0x04764210) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeBlendingSubGraphRenderPass{ REL::Offset(0x0476AE20) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeComputeSHRenderPass{ REL::Offset(0x0476B0C8) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeCopyDepth{ REL::Offset(0x0476AF50) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeCopySky{ REL::Offset(0x0476AF08) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeFaceSubGraphRenderPass{ REL::Offset(0x0476AFE0) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeLightCoarseCullingCompactionRenderPass{ REL::Offset(0x0476B208) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeLightCoarseCullingRenderPass{ REL::Offset(0x0476B370) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeMipChainRenderPass{ REL::Offset(0x0476AD78) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeOcclusionCullingRenderPass{ REL::Offset(0x04777428) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbePrefilterCubemapRenderPass{ REL::Offset(0x0476B158) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeRenderPass{ REL::Offset(0x0476AD18) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeShadowMapSceneSetupRenderPass{ REL::Offset(0x0476AF98) }; + inline constexpr std::array CreationRendererPrivate__ReflectionProbeTerrainRenderPass{ REL::Offset(0x0476B060) }; + inline constexpr std::array CreationRendererPrivate__RefractionBlurRenderPass{ REL::Offset(0x04768148) }; + inline constexpr std::array CreationRendererPrivate__RefractionDownsample0RenderPass{ REL::Offset(0x04768190) }; + inline constexpr std::array CreationRendererPrivate__RefractionDownsampleMipChainRenderPass{ REL::Offset(0x04768100) }; + inline constexpr std::array CreationRendererPrivate__RefractionMaskDilationRenderPass{ REL::Offset(0x04768220) }; + inline constexpr std::array CreationRendererPrivate__RefractionMaskGenRenderPass{ REL::Offset(0x047681D8) }; + inline constexpr std::array CreationRendererPrivate__RefractionMaskRenderPass{ REL::Offset(0x04765200) }; + inline constexpr std::array CreationRendererPrivate__RenderCoarseUnshadowedInscatteringRenderPass{ REL::Offset(0x04764138) }; + inline constexpr std::array CreationRendererPrivate__RenderGraph{ REL::Offset(0x04762240) }; + inline constexpr std::array CreationRendererPrivate__RenderGraphEventHandler{ REL::Offset(0x045BC738) }; + inline constexpr std::array CreationRendererPrivate__RenderPass{ REL::Offset(0x047621F8) }; + inline constexpr std::array CreationRendererPrivate__RenderSceneSubGraph{ REL::Offset(0x047777C0) }; + inline constexpr std::array CreationRendererPrivate__RenderSliceUVDirAndOriginRenderPass{ REL::Offset(0x04764258) }; + inline constexpr std::array CreationRendererPrivate__RenderViewSubGraph{ REL::Offset(0x0476D598) }; + inline constexpr std::array CreationRendererPrivate__ReprojectShadingRateImageRenderPass{ REL::Offset(0x0476A690) }; + inline constexpr std::array CreationRendererPrivate__ResetCullingMemoryRequestHandler{ REL::Offset(0x04762E60) }; + inline constexpr std::array CreationRendererPrivate__ResourceLifecycleJobSite{ REL::Offset(0x045C93D8) }; + inline constexpr std::array CreationRendererPrivate__SAOEmptyRenderPass{ REL::Offset(0x045BF880) }; + inline constexpr std::array CreationRendererPrivate__SAORenderPass{ REL::Offset(0x045BF8C8) }; + inline constexpr std::array CreationRendererPrivate__ScaleformCompositeRenderPass{ REL::Offset(0x0476B4F8) }; + inline constexpr std::array CreationRendererPrivate__ScaleformEventHandler{ REL::Offset(0x045C13A0) }; + inline constexpr std::array CreationRendererPrivate__ScaleformRenderPass{ REL::Offset(0x04777548) }; + inline constexpr std::array CreationRendererPrivate__ScaleformText2DRenderPass{ REL::Offset(0x045C8420) }; + inline constexpr std::array CreationRendererPrivate__ScaleformTextRenderPass{ REL::Offset(0x045C83D8) }; + inline constexpr std::array CreationRendererPrivate__ScaleformToTextureRenderPass{ REL::Offset(0x04777500) }; + inline constexpr std::array CreationRendererPrivate__SceneSetupRenderPass{ REL::Offset(0x045BB928) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__BalanceTextureLODs{ REL::Offset(0x04761DA0) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__CheckBudget{ REL::Offset(0x04761C38) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeMeshes{ REL::Offset(0x04761DE8) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__DegradeTextures{ REL::Offset(0x04761D58) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__GatherMaterials{ REL::Offset(0x04761E78) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__MergeGPUReadback{ REL::Offset(0x04761F70) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__ReduceMaterialsAndMeshes{ REL::Offset(0x04761EC0) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__Reset{ REL::Offset(0x04761E30) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__SortLODs{ REL::Offset(0x04761C80) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateLODDetail{ REL::Offset(0x04761F08) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpdateTerrainTextureDetail{ REL::Offset(0x04761BF0) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeMeshes{ REL::Offset(0x04761CC8) }; + inline constexpr std::array CreationRendererPrivate__ScreenSizeBasedLOD____State__UpgradeTextures{ REL::Offset(0x04761D10) }; + inline constexpr std::array CreationRendererPrivate__SeparableSSS_HorizontalRenderPass{ REL::Offset(0x0476B658) }; + inline constexpr std::array CreationRendererPrivate__SeparableSSS_RenderPass{ REL::Offset(0x0476B708) }; + inline constexpr std::array CreationRendererPrivate__SeparableSSS_VerticalRenderPass{ REL::Offset(0x0476B5A8) }; + inline constexpr std::array CreationRendererPrivate__SetupAtmosphericScatteringBuffersRenderPass{ REL::Offset(0x04763FB8) }; + inline constexpr std::array CreationRendererPrivate__SetupDynamicShadowRenderPass{ REL::Offset(0x0476C250) }; + inline constexpr std::array CreationRendererPrivate__ShadowManagerEventHandler{ REL::Offset(0x045C0F10) }; + inline constexpr std::array CreationRendererPrivate__ShadowMapInstanceRenderPass{ REL::Offset(0x0476BCC8) }; + inline constexpr std::array CreationRendererPrivate__ShadowMapRenderPass{ REL::Offset(0x0476BB90) }; + inline constexpr std::array CreationRendererPrivate__ShadowMapSceneSetupRenderPass{ REL::Offset(0x0476BD58) }; + inline constexpr std::array CreationRendererPrivate__ShadowMapSubGraphRenderPass{ REL::Offset(0x0476BB30) }; + inline constexpr std::array CreationRendererPrivate__ShadowMaskRenderPass{ REL::Offset(0x047774B8) }; + inline constexpr std::array CreationRendererPrivate__ShadowSubGraphRenderPass{ REL::Offset(0x0476BBD8) }; + inline constexpr std::array CreationRendererPrivate__SharedMeshResourcesRegistry{ REL::Offset(0x04764D68) }; + inline constexpr std::array CreationRendererPrivate__SkinnedDecalPrepareRenderPass{ REL::Offset(0x0476C448) }; + inline constexpr std::array CreationRendererPrivate__SkinningRenderPass{ REL::Offset(0x0476C4D8) }; + inline constexpr std::array CreationRendererPrivate__SkinningSystemEndFrameRenderPass{ REL::Offset(0x045C8760) }; + inline constexpr std::array CreationRendererPrivate__SkinningSystemRenderPass{ REL::Offset(0x045C8718) }; + inline constexpr std::array CreationRendererPrivate__SkyCubemapCelestialBodiesLightingRenderPass{ REL::Offset(0x045C8CE0) }; + inline constexpr std::array CreationRendererPrivate__SkyCubemapRenderPass{ REL::Offset(0x045C8A10) }; + inline constexpr std::array CreationRendererPrivate__SkyCubemapSystemRenderPass{ REL::Offset(0x045C75F8) }; + inline constexpr std::array CreationRendererPrivate__SkyLightingRenderPass{ REL::Offset(0x0476C5F8) }; + inline constexpr std::array CreationRendererPrivate__SkyOcclusionGenerateSHRenderPass{ REL::Offset(0x04762708) }; + inline constexpr std::array CreationRendererPrivate__SkyOcclusionRenderPass{ REL::Offset(0x047627E0) }; + inline constexpr std::array CreationRendererPrivate__SkyOcclusionSystemRenderPass{ REL::Offset(0x04762630) }; + inline constexpr std::array CreationRendererPrivate__SobelSpaceGlareRenderPass{ REL::Offset(0x045C8F98) }; + inline constexpr std::array CreationRendererPrivate__SpaceGlareApplyRenderPass{ REL::Offset(0x045C9028) }; + inline constexpr std::array CreationRendererPrivate__SpaceGlareRenderPass{ REL::Offset(0x045C9070) }; + inline constexpr std::array CreationRendererPrivate__SparseGridCell{ REL::Offset(0x045C8230) }; + inline constexpr std::array CreationRendererPrivate__SporadicRenderGraphRenderPass{ REL::Offset(0x0476C658) }; + inline constexpr std::array CreationRendererPrivate__StarfieldCoarseCullingRenderPass{ REL::Offset(0x0476C7F0) }; + inline constexpr std::array CreationRendererPrivate__StarfieldEventHandler{ REL::Offset(0x045BB318) }; + inline constexpr std::array CreationRendererPrivate__StarfieldProcessStarsRenderPass{ REL::Offset(0x0476C838) }; + inline constexpr std::array CreationRendererPrivate__StarfieldRenderPass{ REL::Offset(0x0476C748) }; + inline constexpr std::array CreationRendererPrivate__StarfieldRenderPassBase{ REL::Offset(0x0476C7A8) }; + inline constexpr std::array CreationRendererPrivate__StarfieldTiledCullingRenderPass{ REL::Offset(0x0476C700) }; + inline constexpr std::array CreationRendererPrivate__StarfieldTiledRenderRenderPass{ REL::Offset(0x0476C6B8) }; + inline constexpr std::array CreationRendererPrivate__StarmapGravityWavesEventHandler{ REL::Offset(0x045C11D0) }; + inline constexpr std::array CreationRendererPrivate__StarmapGravityWavesRenderPass{ REL::Offset(0x045C11E8) }; + inline constexpr std::array CreationRendererPrivate__StarmapOrbitsEventHandler{ REL::Offset(0x045C1178) }; + inline constexpr std::array CreationRendererPrivate__StarmapOrbitsRenderPass{ REL::Offset(0x045C1130) }; + inline constexpr std::array CreationRendererPrivate__SubmitAndPresentThread{ REL::Offset(0x045C5DA0) }; + inline constexpr std::array CreationRendererPrivate__SwapChainEventHandler{ REL::Offset(0x045BD9C0) }; + inline constexpr std::array CreationRendererPrivate__TemporalAA_idTech7RenderPass{ REL::Offset(0x04777F50) }; + inline constexpr std::array CreationRendererPrivate__TerrainClipmapAndMIMRenderPass{ REL::Offset(0x045C7388) }; + inline constexpr std::array CreationRendererPrivate__TerrainClipmapUpdateRenderPass{ REL::Offset(0x045BCF50) }; + inline constexpr std::array CreationRendererPrivate__TerrainDensityUpdateRenderPass{ REL::Offset(0x045BCE30) }; + inline constexpr std::array CreationRendererPrivate__TerrainDepthAndShadowsSubGraph{ REL::Offset(0x045BCD88) }; + inline constexpr std::array CreationRendererPrivate__TerrainDepthDrawRenderPass{ REL::Offset(0x045BCE78) }; + inline constexpr std::array CreationRendererPrivate__TerrainHeightFieldRenderPass{ REL::Offset(0x04766C28) }; + inline constexpr std::array CreationRendererPrivate__TerrainMIMUpdateRenderPass{ REL::Offset(0x045BCDE8) }; + inline constexpr std::array CreationRendererPrivate__TerrainRenderPass{ REL::Offset(0x045BCD40) }; + inline constexpr std::array CreationRendererPrivate__TerrainShadowsRenderPass{ REL::Offset(0x045BCF08) }; + inline constexpr std::array CreationRendererPrivate__TerrainTileDescriptionUpdateRenderPass{ REL::Offset(0x045BCCF8) }; + inline constexpr std::array CreationRendererPrivate__TextureReadback_CopyRenderTargetSourceRenderPass{ REL::Offset(0x0476C880) }; + inline constexpr std::array CreationRendererPrivate__ThinDeferredExteriorPixelCountRenderPass{ REL::Offset(0x0476B298) }; + inline constexpr std::array CreationRendererPrivate__ThinDeferredGBufferRenderPass{ REL::Offset(0x0476B1C0) }; + inline constexpr std::array CreationRendererPrivate__ThinDeferredLightingRenderPass{ REL::Offset(0x0476B250) }; + inline constexpr std::array CreationRendererPrivate__ThinDeferredPrepareRenderPass{ REL::Offset(0x0476B448) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7BinLightsRenderPass{ REL::Offset(0x04763868) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7CacheIndirectLightingRenderPass{ REL::Offset(0x047638F8) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7ClipLightsRenderPass{ REL::Offset(0x04763748) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7CoarseBinLightsRenderPass{ REL::Offset(0x047637D8) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7CoarseIndirectArgsLightsRenderPass{ REL::Offset(0x04763790) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7IndirectArgsLightsRenderPass{ REL::Offset(0x04763820) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7InitBuffersRenderPass{ REL::Offset(0x047636B8) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7RenderPass{ REL::Offset(0x04763988) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7ResolveLightBinsRenderPass{ REL::Offset(0x04763940) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7SampleIndirectLightingRenderPass{ REL::Offset(0x047638B0) }; + inline constexpr std::array CreationRendererPrivate__TiledBinning_idTech7TransformVerticesLightsRenderPass{ REL::Offset(0x04763700) }; + inline constexpr std::array CreationRendererPrivate__TiledCullingRenderPass{ REL::Offset(0x0476C910) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredContactShadowsBlurXRenderPass{ REL::Offset(0x045BE950) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredContactShadowsBlurYRenderPass{ REL::Offset(0x045BE998) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredContactShadowsRenderPass{ REL::Offset(0x045BE9E0) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingDebugVisualizationRenderPass{ REL::Offset(0x0476C9E8) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingPrepareRenderPass{ REL::Offset(0x0476C958) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingProcessLightsRenderPass{ REL::Offset(0x0476CA30) }; + inline constexpr std::array CreationRendererPrivate__TiledDeferredLightingRecordIndirectArgsRenderPass{ REL::Offset(0x0476CA78) }; + inline constexpr std::array CreationRendererPrivate__TiledDepthRangeRenderPass{ REL::Offset(0x0476CAC0) }; + inline constexpr std::array CreationRendererPrivate__TransparencyAwareShadowedScatteringRenderPass{ REL::Offset(0x047640D0) }; + inline constexpr std::array CreationRendererPrivate__UIRenderPass{ REL::Offset(0x0476CB48) }; + inline constexpr std::array CreationRendererPrivate__UnsortedForwardBlendedPostMBOITRenderPass{ REL::Offset(0x047654B8) }; + inline constexpr std::array CreationRendererPrivate__UnsortedForwardBlendedPreMBOITRenderPass{ REL::Offset(0x04765500) }; + inline constexpr std::array CreationRendererPrivate__UnwarpEpipolarSamplingRenderPass{ REL::Offset(0x047644F8) }; + inline constexpr std::array CreationRendererPrivate__UpdatePreviousDepthBufferRenderPass{ REL::Offset(0x045C73E8) }; + inline constexpr std::array CreationRendererPrivate__UpdateSharedIndexBufferRenderPass{ REL::Offset(0x0476CC38) }; + inline constexpr std::array CreationRendererPrivate__UpscaleSubGraph{ REL::Offset(0x045BC5A8) }; + inline constexpr std::array CreationRendererPrivate__VignetteRenderPass{ REL::Offset(0x04777F98) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingApplyRenderPass{ REL::Offset(0x045C0A80) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingCullingRenderPass{ REL::Offset(0x0476CC80) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingDistantRaymarchRenderPass{ REL::Offset(0x0476CD20) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingDistantTemporalFilteringRenderPass{ REL::Offset(0x0476CDA0) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingDownsampleDepthRenderPass{ REL::Offset(0x04765770) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingGenerateMaterialVolumeRenderPass{ REL::Offset(0x04765728) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingIntegrateRenderPass{ REL::Offset(0x0476CDE8) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingNearSpatialFilteringRenderPass{ REL::Offset(0x0476CE30) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingNearTemporalFilteringRenderPass{ REL::Offset(0x0476CEA8) }; + inline constexpr std::array CreationRendererPrivate__VolumetricLightingProcessLightsRenderPass{ REL::Offset(0x0476CEF0) }; + inline constexpr std::array CreationRendererPrivate__WaterDisplacementRenderPass{ REL::Offset(0x045BF330) }; + inline constexpr std::array CreationRendererPrivate__WaterDisplacement_ConvertNormalsRenderPass{ REL::Offset(0x045BF2E8) }; + inline constexpr std::array CreationRendererPrivate__WaterDisplacement_InjectionRenderPass{ REL::Offset(0x045BF258) }; + inline constexpr std::array CreationRendererPrivate__WaterDisplacement_MainRenderPass{ REL::Offset(0x045BF2A0) }; + inline constexpr std::array CreationRendererPrivate__WaterDisplacement_PlaceRipplesRenderPass{ REL::Offset(0x045BF390) }; + inline constexpr std::array CreationRendererPrivate__WaterMVRenderPass{ REL::Offset(0x0476D1B8) }; + inline constexpr std::array CreationRendererPrivate__WaterPrepareRenderPass{ REL::Offset(0x0476D200) }; + inline constexpr std::array CreationRendererPrivate__WaterRenderGraphRenderPass{ REL::Offset(0x0476D158) }; + inline constexpr std::array CreationRendererPrivate__WaterRenderPass{ REL::Offset(0x0476D248) }; + inline constexpr std::array CreationRendererPrivate__WindowEventHandler{ REL::Offset(0x045BD858) }; + inline constexpr std::array CreationRendererPrivate__WorldCell{ REL::Offset(0x045C8268) }; + inline constexpr std::array CreationRendererPrivate____BloomEmptyRenderPass{ REL::Offset(0x045C2490) }; + inline constexpr std::array CreationRendererPrivate____BloomPass{ REL::Offset(0x045C2448) }; + inline constexpr std::array CreationRendererPrivate____SAOCameraZAndMipsRenderPass{ REL::Offset(0x045BF928) }; + inline constexpr std::array CreationRendererPrivate____SAODenoiseGTAORenderPass{ REL::Offset(0x045BF9B8) }; + inline constexpr std::array CreationRendererPrivate____SAORawAORenderPass{ REL::Offset(0x045BF970) }; + inline constexpr std::array CreationRendererPrivate____ScaleformBeginRenderPass{ REL::Offset(0x0476CBF0) }; + inline constexpr std::array CreationRendererPrivate____ScaleformEndRenderPass{ REL::Offset(0x0476CBA8) }; + inline constexpr std::array CreationRenderer__ImageCaptureExportToFileNode{ REL::Offset(0x045BAC18) }; + inline constexpr std::array CreationRenderer__MaterialInstance__TextureVisitor{ REL::Offset(0x04372310) }; + inline constexpr std::array CreationRenderer__Messaging__MessageProcessor{ REL::Offset(0x045BAD00) }; + inline constexpr std::array CreationRenderer__Messaging__StreamedResourceNode{ REL::Offset(0x045C1F50) }; + inline constexpr std::array CreationRenderer__RendererQualityPref{ REL::Offset(0x045BB480) }; + inline constexpr std::array CreationRenderer__RendererQualitySetting{ REL::Offset(0x03EF88E8) }; + inline constexpr std::array CreationRenderer__RendererQualitySettingCollection{ REL::Offset(0x045BB418) }; + inline constexpr std::array CreditsDataModel{ REL::Offset(0x04478A00) }; + inline constexpr std::array CreditsDataModel__CreditsDataModelEventShuttle{ REL::Offset(0x044789D8) }; + inline constexpr std::array CreditsMenu{ REL::Offset(0x0451DE68), REL::Offset(0x0451DEC0), REL::Offset(0x0451DFA0) }; + inline constexpr std::array CrewExtraData{ REL::Offset(0x04351F60) }; + inline constexpr std::array CriticallyDampenVariable{ REL::Offset(0x04569950) }; + inline constexpr std::array CriticallyDampenVariableInstance{ REL::Offset(0x045698E0) }; + inline constexpr std::array CrowdInhibitNullStrategy{ REL::Offset(0x04473230) }; + inline constexpr std::array CrowdInhibitStrategyDefault{ REL::Offset(0x04473270) }; + inline constexpr std::array CrowdInhibitStrategyDisable{ REL::Offset(0x04473208) }; + inline constexpr std::array CrowdManager{ REL::Offset(0x04473178), REL::Offset(0x04473190), REL::Offset(0x044731A8), REL::Offset(0x044731C0), REL::Offset(0x044731D8), REL::Offset(0x044731F0), REL::Offset(0x04473258) }; + inline constexpr std::array CrowdWallaBubble{ REL::Offset(0x04477708) }; + inline constexpr std::array CullFurnitureBoneHandler{ REL::Offset(0x044E4CE8) }; + inline constexpr std::array CullWeaponsHandler{ REL::Offset(0x044E4D18) }; + inline constexpr std::array CumulativeAnimation{ REL::Offset(0x04569760) }; + inline constexpr std::array CumulativeAnimationInstance{ REL::Offset(0x045696F0) }; + inline constexpr std::array CureEffect{ REL::Offset(0x044C4318) }; + inline constexpr std::array CursorMenu{ REL::Offset(0x04590AB8), REL::Offset(0x04590B10), REL::Offset(0x04590B28), REL::Offset(0x04590C00), REL::Offset(0x04590C28) }; + inline constexpr std::array CursorMenu__CursorGameEventShuttle{ REL::Offset(0x04590D00), REL::Offset(0x04590D18), REL::Offset(0x04590D40) }; + inline constexpr std::array CursorMoveEvent{ REL::Offset(0x0456D4F0) }; + inline constexpr std::array CurvedPathBlender{ REL::Offset(0x04566880) }; + inline constexpr std::array CurvedPathBlenderInstance{ REL::Offset(0x04568E58) }; + inline constexpr std::array CustomActorPackageData{ REL::Offset(0x044E1978) }; + inline constexpr std::array CustomUtils__HasForceGreetVisitor{ REL::Offset(0x0444E538) }; + inline constexpr std::array D3D12MA__BlockMetadata{ REL::Offset(0x047675D0) }; + inline constexpr std::array D3D12MA__BlockMetadata_Generic{ REL::Offset(0x04767650) }; + inline constexpr std::array D3D12MA__MemoryBlock{ REL::Offset(0x04767700) }; + inline constexpr std::array D3D12MA__NormalBlock{ REL::Offset(0x047676F0) }; + inline constexpr std::array DamageEffect{ REL::Offset(0x044C4410) }; + inline constexpr std::array DampenVariable{ REL::Offset(0x0456A638) }; + inline constexpr std::array DampenVariableInstance{ REL::Offset(0x0456A6A0) }; + inline constexpr std::array DarknessEffect{ REL::Offset(0x044C4548) }; + inline constexpr std::array DataMenu{ REL::Offset(0x044B2228), REL::Offset(0x044B2240), REL::Offset(0x044B2258), REL::Offset(0x044B2270), REL::Offset(0x044B2288), REL::Offset(0x044B22A0), REL::Offset(0x044B22B8), REL::Offset(0x044B2310), REL::Offset(0x044B2328), REL::Offset(0x044B25E8), REL::Offset(0x044B2600), REL::Offset(0x044B2618), REL::Offset(0x044B2630), REL::Offset(0x044B2648), REL::Offset(0x044B2660), REL::Offset(0x044B2678), REL::Offset(0x044B2690), REL::Offset(0x044B26A8) }; + inline constexpr std::array DataMenuDataModel{ REL::Offset(0x04481A50), REL::Offset(0x04481A68), REL::Offset(0x04481A80), REL::Offset(0x04481AD0), REL::Offset(0x04481AE8), REL::Offset(0x04481B00), REL::Offset(0x04481B18) }; + inline constexpr std::array DataMenuDataModel__DataMenuEventShuttle{ REL::Offset(0x044819C0) }; + inline constexpr std::array DataMenuInventoryItem{ REL::Offset(0x044811C0) }; + inline constexpr std::array DataMenuPersistentDataModel{ REL::Offset(0x04481A20), REL::Offset(0x04481A38), REL::Offset(0x04481AA8) }; + inline constexpr std::array DataMenuPersistentDataModel__DataMenuPersistentDataEventShuttle{ REL::Offset(0x04481998) }; + inline constexpr std::array DataMenu_CloseMenu{ REL::Offset(0x044B24E8) }; + inline constexpr std::array DataMenu_ClosedForSubMenu{ REL::Offset(0x044B2508) }; + inline constexpr std::array DataMenu_Missions{ REL::Offset(0x044B2488) }; + inline constexpr std::array DataMenu_OpenPauseMenu{ REL::Offset(0x044B2408) }; + inline constexpr std::array DataMenu_PlotToLocation{ REL::Offset(0x044B2428) }; + inline constexpr std::array DataMenu_Reopened{ REL::Offset(0x044B24C8) }; + inline constexpr std::array DataMenu_SelectedAttributesMenu{ REL::Offset(0x044B25A8) }; + inline constexpr std::array DataMenu_SelectedInventoryMenu{ REL::Offset(0x044B2588) }; + inline constexpr std::array DataMenu_SelectedMapMenu{ REL::Offset(0x044B2568) }; + inline constexpr std::array DataMenu_SelectedPowersMenu{ REL::Offset(0x044B2448) }; + inline constexpr std::array DataMenu_SelectedShipMenu{ REL::Offset(0x044B2548) }; + inline constexpr std::array DataMenu_SelectedStatusMenu{ REL::Offset(0x044B2528) }; + inline constexpr std::array DataMenu_SetMenuForQuickEntry{ REL::Offset(0x044B2468) }; + inline constexpr std::array DataMenu_SetPaperDollActive{ REL::Offset(0x044B24A8) }; + inline constexpr std::array DataMenu_StartCloseAnim{ REL::Offset(0x04481A00) }; + inline constexpr std::array DataSlateButtons{ REL::Offset(0x044A7468), REL::Offset(0x044A7548), REL::Offset(0x044A75A0) }; + inline constexpr std::array DataSlateButtons_acceptClicked{ REL::Offset(0x044A78A0) }; + inline constexpr std::array DataSlateButtons_cancelClicked{ REL::Offset(0x044A78C0) }; + inline constexpr std::array DataSlateMenu{ REL::Offset(0x044A78E0), REL::Offset(0x044A79C0), REL::Offset(0x044A7A18), REL::Offset(0x044A7A30), REL::Offset(0x044A7A58), REL::Offset(0x044A7A70), REL::Offset(0x044A7A88), REL::Offset(0x044A7AA0) }; + inline constexpr std::array DataSlateMenu__DataSlateData{ REL::Offset(0x044A76C8) }; + inline constexpr std::array DataSlateMenu__DataSlateEventShuttle{ REL::Offset(0x044A7B80) }; + inline constexpr std::array DataSlateMenu_playSFX{ REL::Offset(0x044A7880) }; + inline constexpr std::array DataSlateMenu_toggleAudio{ REL::Offset(0x044A7860) }; + inline constexpr std::array DeathEmoteHandler{ REL::Offset(0x044E5D60) }; + inline constexpr std::array DeathStopHandler{ REL::Offset(0x044E5F88) }; + inline constexpr std::array DefaultCollection{ REL::Offset(0x0457F460) }; + inline constexpr std::array DefaultMessageBoxCallback{ REL::Offset(0x043E2A80) }; + inline constexpr std::array DefaultSingleFormDependencyFormPointerMapValue_BGSImpactData_{ REL::Offset(0x043D89C8) }; + inline constexpr std::array DefaultSingleFormDependencyFormPointerMapValue_TESForm_{ REL::Offset(0x043ACDD8) }; + inline constexpr std::array DeferredDeletion__IDeferredDeleter{ REL::Offset(0x045B3DF8) }; + inline constexpr std::array DeferredDeletion__IGCService{ REL::Offset(0x045B3DE0) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___Actor3DQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_NiAVObject___DeferredDeletion__DoNothingProcessPolicy_NiPointer_NiAVObject___1__{ REL::Offset(0x044D23A0) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___AnimationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__AlwaysDiscardProcessPolicy_BSTSmartPointer_BSAnimationGraphManager_BSTSmartPointerIntrusiveRefCount___1__{ REL::Offset(0x044D2438) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BGSLocationQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSLocation_TESFormPolicy___1__{ REL::Offset(0x044D2310) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BSSubBehaviorGraphSingletonDataQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSSubBehaviorGraphSingletonData___DeferredDeletion__AlwaysDiscardProcessPolicy_NiPointer_BSSubBehaviorGraphSingletonData___1__{ REL::Offset(0x0456C2C0) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BaseObjectQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1__{ REL::Offset(0x044D2450) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___BodyQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_BGSBody_BSTSmartPointerIntrusiveRefCount___1__{ REL::Offset(0x044D2358) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___CloneReserverQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSCloneReserver___DeferredDeletion__DoNothingProcessPolicy_NiPointer_BSCloneReserver___1__{ REL::Offset(0x044D2328) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___FormQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_TESForm_TESFormPolicy___1__{ REL::Offset(0x044D22F8) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___MuzzleFlashQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___DeferredDeletion__DoNothingProcessPolicy_BSTSmartPointer_MuzzleFlash_BSTSmartPointerIntrusiveRefCount___1__{ REL::Offset(0x044D2340) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___PackageQueuePolicy_A0x73aa4a43__FormPointerCleanupPolicy_A0x73aa4a43__FormPointerProcessPolicy_1__{ REL::Offset(0x044D2370) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___QueuedFileQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_QueuedFile___DeferredDeletion__DoNothingProcessPolicy_NiPointer_QueuedFile___1__{ REL::Offset(0x044D23D0) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___ReferenceQueuePolicy_A0x73aa4a43__ReferenceCleanupPolicy_A0x73aa4a43__ReferenceProcessPolicy_1__{ REL::Offset(0x044D2388) }; + inline constexpr std::array DeferredDeletion__TGCService_DeferredDeletion__TGCServiceTraits___TempEffectQueuePolicy_DeferredDeletion__DoNothingCleanupPolicy_NiPointer_BSTempEffect___A0x73aa4a43__TempEffectProcessPolicy_1__{ REL::Offset(0x044D23B8) }; + inline constexpr std::array DemoralizeEffect{ REL::Offset(0x044C81E0) }; + inline constexpr std::array DependencyFormPointerMapValueSimple_unsignedshort_{ REL::Offset(0x043C97D0) }; + inline constexpr std::array DependentAnimationGraphManagerHolder{ REL::Offset(0x04345D58), REL::Offset(0x04345E38) }; + inline constexpr std::array DesyncInteractionHandler{ REL::Offset(0x044E4BC8) }; + inline constexpr std::array DetectLifeEffect{ REL::Offset(0x044C4680) }; + inline constexpr std::array DetectionCallback__lambda_ec4924038b54912e87c60056f1c733ee__{ REL::Offset(0x044F2A28) }; + inline constexpr std::array DetectionCollector{ REL::Offset(0x044E24B8) }; + inline constexpr std::array DetectionDebugData{ REL::Offset(0x044E2528) }; + inline constexpr std::array DetectionState{ REL::Offset(0x044E24F0) }; + inline constexpr std::array DeviceChangeEvent{ REL::Offset(0x0456D450) }; + inline constexpr std::array DeviceChangeHandler{ REL::Offset(0x04520370) }; + inline constexpr std::array DeviceConnectEvent{ REL::Offset(0x0456D430) }; + inline constexpr std::array DialogueCameraState{ REL::Offset(0x0445C808) }; + inline constexpr std::array DialogueMenu{ REL::Offset(0x0451DFD8), REL::Offset(0x0451E0B8), REL::Offset(0x0451E0D0) }; + inline constexpr std::array DialogueMenu_CompleteExit{ REL::Offset(0x0449FC98) }; + inline constexpr std::array DialogueMenu_OnDialogueSelect{ REL::Offset(0x0451E128) }; + inline constexpr std::array DialogueMenu_OnListVisibilityChange{ REL::Offset(0x0451E148) }; + inline constexpr std::array DialogueMenu_OnPersuasionAutoWin{ REL::Offset(0x0451E168) }; + inline constexpr std::array DialogueMenu_RequestExit{ REL::Offset(0x0451E3F8) }; + inline constexpr std::array DialogueMenu_RequestSkipDialogue{ REL::Offset(0x0451E3D8) }; + inline constexpr std::array DialoguePackage{ REL::Offset(0x0444E1A8), REL::Offset(0x0444E1C0) }; + inline constexpr std::array DialogueUIDataModel{ REL::Offset(0x0449F4C8), REL::Offset(0x0449F4E0) }; + inline constexpr std::array DialogueUIDataModel__DialogueData{ REL::Offset(0x0449F440) }; + inline constexpr std::array DialogueUIDataModel__DialogueEntryData{ REL::Offset(0x0449F520) }; + inline constexpr std::array DialogueUIDataModel__DialogueListData{ REL::Offset(0x0449F458) }; + inline constexpr std::array DialogueUIDataModel__DialogueUIDataEventShuttle{ REL::Offset(0x0449FCB8) }; + inline constexpr std::array DialogueUIDataModel__PersuasionEntryData{ REL::Offset(0x0449F508) }; + inline constexpr std::array DialogueUIDataModel__PersuasionListData{ REL::Offset(0x0449F378) }; + inline constexpr std::array DialogueUIDataModel__PersuasionPointsData{ REL::Offset(0x0449F2F8) }; + inline constexpr std::array DirectAtNode{ REL::Offset(0x0456B600) }; + inline constexpr std::array DirectAtNodeInstance{ REL::Offset(0x0456B590) }; + inline constexpr std::array DisableCharacterBumperHandler{ REL::Offset(0x044E49E8) }; + inline constexpr std::array DisableCharacterControllerHandler{ REL::Offset(0x044E4EC8) }; + inline constexpr std::array DisableCharacterPitchHandler{ REL::Offset(0x044E4AC0) }; + inline constexpr std::array DisableCollisionHandler{ REL::Offset(0x044E4A18) }; + inline constexpr std::array DisarmEffect{ REL::Offset(0x044C4778) }; + inline constexpr std::array DisconnectHandler{ REL::Offset(0x04520318) }; + inline constexpr std::array DisguiseEffect{ REL::Offset(0x044C4870) }; + inline constexpr std::array DisguiseEffect__DetectionChecker{ REL::Offset(0x044C4968) }; + inline constexpr std::array DispelEffect{ REL::Offset(0x044C49A0) }; + inline constexpr std::array DiveBombPathController{ REL::Offset(0x04506A28) }; + inline constexpr std::array DoNotInterruptAnimationHandler{ REL::Offset(0x044E4C58) }; + inline constexpr std::array DoNothingUnhandledPolicy_BSFixedString_{ REL::Offset(0x043536B0) }; + inline constexpr std::array DocAcceptDataModel{ REL::Offset(0x0448ABB0), REL::Offset(0x0448ABF0) }; + inline constexpr std::array DocAcceptDataModel__DocAcceptEventShuttle{ REL::Offset(0x0448B558) }; + inline constexpr std::array DocAcceptMenu{ REL::Offset(0x04479380), REL::Offset(0x04479398), REL::Offset(0x044793B0), REL::Offset(0x04479490) }; + inline constexpr std::array DocAcceptMenu_Accept{ REL::Offset(0x044794E8) }; + inline constexpr std::array DoorObstacleAdapter{ REL::Offset(0x044D4628) }; + inline constexpr std::array DropResourcesEffect{ REL::Offset(0x044C6240) }; + inline constexpr std::array DrugsCraftingMenu{ REL::Offset(0x044B26C8), REL::Offset(0x044B26E0), REL::Offset(0x044B26F8), REL::Offset(0x044B2710), REL::Offset(0x044B2760), REL::Offset(0x044B2778), REL::Offset(0x044B2790), REL::Offset(0x044B27A8), REL::Offset(0x044B2800) }; + inline constexpr std::array DualDirectAtNode{ REL::Offset(0x0456B518) }; + inline constexpr std::array DualDirectAtNodeInstance{ REL::Offset(0x0456B4A8) }; + inline constexpr std::array DualValueModifierEffect{ REL::Offset(0x044C4A98) }; + inline constexpr std::array DynamicAnimationNode{ REL::Offset(0x0456AAD0) }; + inline constexpr std::array DynamicAnimationNodeInstance{ REL::Offset(0x0456AB38) }; + inline constexpr std::array DynamicGraphReference{ REL::Offset(0x045685F0) }; + inline constexpr std::array DynamicGraphReferenceInstance{ REL::Offset(0x04568580) }; + inline constexpr std::array DynamicIdleDataSingletonHelper{ REL::Offset(0x04345F18), REL::Offset(0x04345F30) }; + inline constexpr std::array DynamicNavMeshTask{ REL::Offset(0x0434DD00) }; + inline constexpr std::array DynamicNavMeshTaskCellRemap{ REL::Offset(0x0434DCD0) }; + inline constexpr std::array DynamicNavMeshTaskShiftWorld{ REL::Offset(0x0434DCB8) }; + inline constexpr std::array DynamicNavMeshTaskStitching{ REL::Offset(0x0434DCE8) }; + inline constexpr std::array DynamicNavmesh{ REL::Offset(0x04377B50), REL::Offset(0x04377B60), REL::Offset(0x04377B78), REL::Offset(0x04377B90) }; + inline constexpr std::array DynamicNavmeshService{ REL::Offset(0x0434F368), REL::Offset(0x0434F378), REL::Offset(0x0434F388) }; + inline constexpr std::array EffectArchetypes__MainStatusHandler{ REL::Offset(0x03EFDF88) }; + inline constexpr std::array EffectSequenceMap{ REL::Offset(0x04351508) }; + inline constexpr std::array EffectSequenceNode{ REL::Offset(0x04568168) }; + inline constexpr std::array EffectSequenceNodeInstance{ REL::Offset(0x04568F00) }; + inline constexpr std::array EffectSequence__EffectSequenceManager{ REL::Offset(0x04351378), REL::Offset(0x04351398), REL::Offset(0x043513E8), REL::Offset(0x04351400), REL::Offset(0x04351418) }; + inline constexpr std::array EffectSetting{ REL::Offset(0x04362450), REL::Offset(0x043624B8), REL::Offset(0x04362520), REL::Offset(0x04362540), REL::Offset(0x04362858), REL::Offset(0x043628D0) }; + inline constexpr std::array EjectShellCasingHandler{ REL::Offset(0x044E4B08) }; + inline constexpr std::array EmittanceManagerAgent{ REL::Offset(0x04345F50) }; + inline constexpr std::array EmitterProjectile{ REL::Offset(0x04462228), REL::Offset(0x04462240), REL::Offset(0x04462258), REL::Offset(0x04462278), REL::Offset(0x04462348), REL::Offset(0x04462358), REL::Offset(0x044623C0), REL::Offset(0x04462EB0), REL::Offset(0x04462EC8), REL::Offset(0x04462EE0), REL::Offset(0x04462EF8) }; + inline constexpr std::array EmptyDependencyFormPointerMapValue{ REL::Offset(0x043AD498) }; + inline constexpr std::array EnableCharacterBumperHandler{ REL::Offset(0x044E5E38) }; + inline constexpr std::array EnableCharacterControllerHandler{ REL::Offset(0x044E4EB0) }; + inline constexpr std::array EnableCharacterPitchHandler{ REL::Offset(0x044E4AD8) }; + inline constexpr std::array EnableCollisionHandler{ REL::Offset(0x044E49D0) }; + inline constexpr std::array EnchantmentItem{ REL::Offset(0x043628E8), REL::Offset(0x04362960), REL::Offset(0x04362978), REL::Offset(0x04362998), REL::Offset(0x04362A00) }; + inline constexpr std::array EndGameCreditsMenu{ REL::Offset(0x044795C0), REL::Offset(0x044795D8), REL::Offset(0x044795F0), REL::Offset(0x044796D0) }; + inline constexpr std::array EndSecurityMinigameHandler{ REL::Offset(0x044E4F28) }; + inline constexpr std::array EndSummonAnimationHandler{ REL::Offset(0x044E6018) }; + inline constexpr std::array EnhanceWeaponEffect{ REL::Offset(0x044D2018), REL::Offset(0x044D2160) }; + inline constexpr std::array EnsureAliasCanBePickpocketedFunc{ REL::Offset(0x044845B8) }; + inline constexpr std::array EquippedItemData{ REL::Offset(0x044732C0) }; + inline constexpr std::array EquippedSpell__Data{ REL::Offset(0x044732F0) }; + inline constexpr std::array EquippedWeapon__AimModule{ REL::Offset(0x04473498) }; + inline constexpr std::array EquippedWeapon__AmmunitionModule{ REL::Offset(0x04473560) }; + inline constexpr std::array EquippedWeapon__AudioModule{ REL::Offset(0x04473990) }; + inline constexpr std::array EquippedWeapon__Data{ REL::Offset(0x04473338) }; + inline constexpr std::array EquippedWeapon__IModule{ REL::Offset(0x044737B8) }; + inline constexpr std::array EquippedWeapon__MeleeAttackModule{ REL::Offset(0x04473628) }; + inline constexpr std::array EquippedWeapon__PowerModule{ REL::Offset(0x044736F8) }; + inline constexpr std::array EquippedWeapon__RangedAttackModule{ REL::Offset(0x04473A58) }; + inline constexpr std::array EquippedWeapon__VariableRangeModule{ REL::Offset(0x04473B60) }; + inline constexpr std::array EquippedWeapon__VisualModule{ REL::Offset(0x04473C20) }; + inline constexpr std::array EquippedWeapon____RefWeaponResolver{ REL::Offset(0x04473958) }; + inline constexpr std::array EtherealizationEffect{ REL::Offset(0x044C4BD8) }; + inline constexpr std::array EvaluateConditionVariable{ REL::Offset(0x045697E8) }; + inline constexpr std::array EvaluateConditionVariableInstance{ REL::Offset(0x04569850) }; + inline constexpr std::array EventController{ REL::Offset(0x0456A820) }; + inline constexpr std::array EventControllerInstance{ REL::Offset(0x0456A888) }; + inline constexpr std::array EventDispatcherBackend{ REL::Offset(0x04590A20) }; + inline constexpr std::array EventFromRange{ REL::Offset(0x0456A0C0) }; + inline constexpr std::array EventFromRangeInstance{ REL::Offset(0x0456A128) }; + inline constexpr std::array EveryNEvents{ REL::Offset(0x0456A470) }; + inline constexpr std::array EveryNEventsInstance{ REL::Offset(0x0456A4D8) }; + inline constexpr std::array ExecuteOnAliasedRefFunc{ REL::Offset(0x04366388) }; + inline constexpr std::array ExitChargen_ConfirmCallback{ REL::Offset(0x044B10A8) }; + inline constexpr std::array Explosion{ REL::Offset(0x044EB0B8), REL::Offset(0x044EB0D0), REL::Offset(0x044EBA90), REL::Offset(0x044EBAA8), REL::Offset(0x044EBAC0), REL::Offset(0x044EBAD8), REL::Offset(0x044EBAF0), REL::Offset(0x044EBBC0), REL::Offset(0x044EBBD8), REL::Offset(0x044EBC40), REL::Offset(0x044EBC60) }; + inline constexpr std::array ExplosionClosestHitCollector{ REL::Offset(0x044EBCD0) }; + inline constexpr std::array ExplosiveIndicatorDataModel{ REL::Offset(0x044822D0) }; + inline constexpr std::array ExplosiveIndicatorDataModel__ExplosiveIndicatorEventShuttle{ REL::Offset(0x04482690) }; + inline constexpr std::array ExternalDataSourceMainStatusHandler{ REL::Offset(0x03EFDFB8) }; + inline constexpr std::array ExternalRefcountStrategy_0_{ REL::Offset(0x04764D58) }; + inline constexpr std::array ExtraAcousticParent{ REL::Offset(0x04368F50) }; + inline constexpr std::array ExtraAction{ REL::Offset(0x043691F0) }; + inline constexpr std::array ExtraActivateRef{ REL::Offset(0x04368FD0) }; + inline constexpr std::array ExtraActivateText{ REL::Offset(0x04365B88) }; + inline constexpr std::array ExtraActorCause{ REL::Offset(0x04366620) }; + inline constexpr std::array ExtraActorValueStorage{ REL::Offset(0x043659C8) }; + inline constexpr std::array ExtraAliasInstanceArray{ REL::Offset(0x04368350) }; + inline constexpr std::array ExtraAmmo{ REL::Offset(0x04366660) }; + inline constexpr std::array ExtraAnimGraphManager{ REL::Offset(0x04369070) }; + inline constexpr std::array ExtraAnimGraphPreload{ REL::Offset(0x04367F90), REL::Offset(0x04368068) }; + inline constexpr std::array ExtraAnimSounds{ REL::Offset(0x04365AC8) }; + inline constexpr std::array ExtraAshPileRef{ REL::Offset(0x04368710) }; + inline constexpr std::array ExtraAttachRef{ REL::Offset(0x04367260) }; + inline constexpr std::array ExtraAttachRefChildren{ REL::Offset(0x04367160) }; + inline constexpr std::array ExtraAttachedArrows3D{ REL::Offset(0x04366820) }; + inline constexpr std::array ExtraBadPosition{ REL::Offset(0x043668A0) }; + inline constexpr std::array ExtraBendableSplineParams{ REL::Offset(0x04351FA0) }; + inline constexpr std::array ExtraBlueprintPartOriginData{ REL::Offset(0x04365FC8) }; + inline constexpr std::array ExtraBody{ REL::Offset(0x04369170) }; + inline constexpr std::array ExtraBoneScaleMap{ REL::Offset(0x04365948) }; + inline constexpr std::array ExtraCachedScale{ REL::Offset(0x043673A0) }; + inline constexpr std::array ExtraCalcedPackIn{ REL::Offset(0x04365888) }; + inline constexpr std::array ExtraCanTalkToPlayer{ REL::Offset(0x04368D10) }; + inline constexpr std::array ExtraCannotWear{ REL::Offset(0x04368B90) }; + inline constexpr std::array ExtraCell3D{ REL::Offset(0x04364F90) }; + inline constexpr std::array ExtraCellAcousticSpace{ REL::Offset(0x04364F50) }; + inline constexpr std::array ExtraCellEnvMap{ REL::Offset(0x04365E88) }; + inline constexpr std::array ExtraCellGlobalDirtLayer{ REL::Offset(0x04364E50) }; + inline constexpr std::array ExtraCellImageSpace{ REL::Offset(0x04364DD0) }; + inline constexpr std::array ExtraCellMusicType{ REL::Offset(0x04364F10) }; + inline constexpr std::array ExtraCellSkyRegion{ REL::Offset(0x04364D90) }; + inline constexpr std::array ExtraCellWaterEnvMap{ REL::Offset(0x04365CC8) }; + inline constexpr std::array ExtraCellWaterType{ REL::Offset(0x04364E10) }; + inline constexpr std::array ExtraCharge{ REL::Offset(0x04367520) }; + inline constexpr std::array ExtraCollisionData{ REL::Offset(0x04366420) }; + inline constexpr std::array ExtraCombatStyle{ REL::Offset(0x04366520) }; + inline constexpr std::array ExtraConstrainedDecalData{ REL::Offset(0x04365B08) }; + inline constexpr std::array ExtraCount{ REL::Offset(0x04366BA0) }; + inline constexpr std::array ExtraCreatureAwakeSound{ REL::Offset(0x04366EE0) }; + inline constexpr std::array ExtraCulledBone{ REL::Offset(0x04366EA0) }; + inline constexpr std::array ExtraCulledSubsegment{ REL::Offset(0x04366E20) }; + inline constexpr std::array ExtraDataList__NativeLinkFunctor__lambda_5e7648af5ca7db90a214a0a0b84d1172__{ REL::Offset(0x044BD8D0) }; + inline constexpr std::array ExtraDataList__NativeLinkFunctor__lambda_847a05dbb8676473a5e88db7bb9e3d88__{ REL::Offset(0x04559C00) }; + inline constexpr std::array ExtraDesiredLegendaryRank{ REL::Offset(0x04367320) }; + inline constexpr std::array ExtraDirectAtTarget{ REL::Offset(0x043680E8) }; + inline constexpr std::array ExtraDroppedItemList{ REL::Offset(0x04368E10) }; + inline constexpr std::array ExtraEditorID{ REL::Offset(0x043654E0) }; + inline constexpr std::array ExtraEditorRefMoveData{ REL::Offset(0x04368D90) }; + inline constexpr std::array ExtraEmittanceSource{ REL::Offset(0x04368F10) }; + inline constexpr std::array ExtraEnableStateChildren{ REL::Offset(0x04368890) }; + inline constexpr std::array ExtraEnableStateParent{ REL::Offset(0x043688D0) }; + inline constexpr std::array ExtraEnchantment{ REL::Offset(0x04366FE0) }; + inline constexpr std::array ExtraEncounterZone{ REL::Offset(0x04368850) }; + inline constexpr std::array ExtraEssentialProtected{ REL::Offset(0x043657C8) }; + inline constexpr std::array ExtraExteriorReflectionProbeAdjustmentVolume{ REL::Offset(0x04369030) }; + inline constexpr std::array ExtraExternalEmittanceData{ REL::Offset(0x04365F48) }; + inline constexpr std::array ExtraFXPickNodes{ REL::Offset(0x04365988) }; + inline constexpr std::array ExtraFactionChanges{ REL::Offset(0x04368CD0) }; + inline constexpr std::array ExtraFavorCost{ REL::Offset(0x04366920) }; + inline constexpr std::array ExtraFavorite{ REL::Offset(0x043673E0) }; + inline constexpr std::array ExtraFlags{ REL::Offset(0x04365E48) }; + inline constexpr std::array ExtraFogVolume{ REL::Offset(0x043690B0) }; + inline constexpr std::array ExtraFollower{ REL::Offset(0x04366E60) }; + inline constexpr std::array ExtraFollowerSwimBreadcrumbs{ REL::Offset(0x04368450) }; + inline constexpr std::array ExtraForcedLandingMarker{ REL::Offset(0x04365DC8) }; + inline constexpr std::array ExtraForcedTarget{ REL::Offset(0x04366720) }; + inline constexpr std::array ExtraFriendHits{ REL::Offset(0x04368C50) }; + inline constexpr std::array ExtraFromAlias{ REL::Offset(0x04366DA0) }; + inline constexpr std::array ExtraFurnitureEntryData{ REL::Offset(0x04367F50) }; + inline constexpr std::array ExtraGeometryDirtynessScale{ REL::Offset(0x043666A0) }; + inline constexpr std::array ExtraGhost{ REL::Offset(0x04368A90) }; + inline constexpr std::array ExtraGlobal{ REL::Offset(0x04366B20) }; + inline constexpr std::array ExtraGroupedPackin{ REL::Offset(0x043656D8) }; + inline constexpr std::array ExtraGuardedRefData{ REL::Offset(0x043691B0) }; + inline constexpr std::array ExtraHasNoRumors{ REL::Offset(0x04367060) }; + inline constexpr std::array ExtraHavok{ REL::Offset(0x04364E90) }; + inline constexpr std::array ExtraHeadTrackingWeight{ REL::Offset(0x043668E0) }; + inline constexpr std::array ExtraHeadingTarget{ REL::Offset(0x04367020) }; + inline constexpr std::array ExtraHealth{ REL::Offset(0x043674A0) }; + inline constexpr std::array ExtraHorse{ REL::Offset(0x043666E0) }; + inline constexpr std::array ExtraIgnoredAttractKeywords{ REL::Offset(0x04365908) }; + inline constexpr std::array ExtraIgnoredBySandbox{ REL::Offset(0x04368490) }; + inline constexpr std::array ExtraInitActions{ REL::Offset(0x04351FE0) }; + inline constexpr std::array ExtraInputEnableLayer{ REL::Offset(0x04368260) }; + inline constexpr std::array ExtraInstanceData{ REL::Offset(0x043682A0) }; + inline constexpr std::array ExtraInteraction{ REL::Offset(0x04368610) }; + inline constexpr std::array ExtraInvestedGold{ REL::Offset(0x04365808) }; + inline constexpr std::array ExtraItemDropper{ REL::Offset(0x04368E50) }; + inline constexpr std::array ExtraKeywords{ REL::Offset(0x04365D88) }; + inline constexpr std::array ExtraLargeRefOwnerCells{ REL::Offset(0x043663A0) }; + inline constexpr std::array ExtraLastFinishedSequence{ REL::Offset(0x04368E90) }; + inline constexpr std::array ExtraLevCreaModifier{ REL::Offset(0x04368ED0) }; + inline constexpr std::array ExtraLeveledBaseObject{ REL::Offset(0x04368750) }; + inline constexpr std::array ExtraLeveledCreature{ REL::Offset(0x04369230) }; + inline constexpr std::array ExtraLeveledItem{ REL::Offset(0x043672E0) }; + inline constexpr std::array ExtraLight{ REL::Offset(0x043690F0) }; + inline constexpr std::array ExtraLightAreaData{ REL::Offset(0x043662C8) }; + inline constexpr std::array ExtraLightBarndoorData{ REL::Offset(0x04366308) }; + inline constexpr std::array ExtraLightColorData{ REL::Offset(0x043669A0) }; + inline constexpr std::array ExtraLightData{ REL::Offset(0x04366348) }; + inline constexpr std::array ExtraLightFlickerData{ REL::Offset(0x043669E0) }; + inline constexpr std::array ExtraLightGoboData{ REL::Offset(0x04366960) }; + inline constexpr std::array ExtraLightLayerData{ REL::Offset(0x04366A20) }; + inline constexpr std::array ExtraLightRoundnessData{ REL::Offset(0x04366288) }; + inline constexpr std::array ExtraLightStaticShadowMapData{ REL::Offset(0x04366A60) }; + inline constexpr std::array ExtraLightVolumetricData{ REL::Offset(0x04366AA0) }; + inline constexpr std::array ExtraLinkedChildrenAliasInstanceArray{ REL::Offset(0x043683D0) }; + inline constexpr std::array ExtraLinkedRef{ REL::Offset(0x04365470) }; + inline constexpr std::array ExtraLinkedRefChildren{ REL::Offset(0x04368690) }; + inline constexpr std::array ExtraLitWaterRefs{ REL::Offset(0x043670E0) }; + inline constexpr std::array ExtraLocation{ REL::Offset(0x04367460) }; + inline constexpr std::array ExtraLocationRefType{ REL::Offset(0x04368790) }; + inline constexpr std::array ExtraLock{ REL::Offset(0x04366D60) }; + inline constexpr std::array ExtraLockList{ REL::Offset(0x04366AE0) }; + inline constexpr std::array ExtraMagicCaster{ REL::Offset(0x04368128), REL::Offset(0x04368220) }; + inline constexpr std::array ExtraMapMarker{ REL::Offset(0x04369308) }; + inline constexpr std::array ExtraMaterialSwap{ REL::Offset(0x04365C48) }; + inline constexpr std::array ExtraMissingRefIDs{ REL::Offset(0x04366760) }; + inline constexpr std::array ExtraModIndex{ REL::Offset(0x04366148) }; + inline constexpr std::array ExtraModRank{ REL::Offset(0x043667A0) }; + inline constexpr std::array ExtraModelSwap{ REL::Offset(0x04366FA0) }; + inline constexpr std::array ExtraNavMeshPortal{ REL::Offset(0x04366F60) }; + inline constexpr std::array ExtraNorthRotation{ REL::Offset(0x04364D50) }; + inline constexpr std::array ExtraObjectBreakable{ REL::Offset(0x04365A08) }; + inline constexpr std::array ExtraObjectSavedDynamicIdles{ REL::Offset(0x04365A48) }; + inline constexpr std::array ExtraObjectSavedUnrecoverableSubgraphs{ REL::Offset(0x043658C8) }; + inline constexpr std::array ExtraOcclusionPlaneRefData{ REL::Offset(0x043664A0) }; + inline constexpr std::array ExtraOpenCloseActivateRef{ REL::Offset(0x04366DE0) }; + inline constexpr std::array ExtraOriginalBaseObject{ REL::Offset(0x04366C60) }; + inline constexpr std::array ExtraOriginalReference{ REL::Offset(0x04366C20) }; + inline constexpr std::array ExtraOutfitItem{ REL::Offset(0x04367360) }; + inline constexpr std::array ExtraOwnership{ REL::Offset(0x04366CA0) }; + inline constexpr std::array ExtraOwningInstance{ REL::Offset(0x04367220) }; + inline constexpr std::array ExtraPackage{ REL::Offset(0x04368990) }; + inline constexpr std::array ExtraPackageData{ REL::Offset(0x043663E0) }; + inline constexpr std::array ExtraPackageStartLocation{ REL::Offset(0x04368B10) }; + inline constexpr std::array ExtraPatrolRefData{ REL::Offset(0x04366460) }; + inline constexpr std::array ExtraPatrolRefInUseData{ REL::Offset(0x04369388) }; + inline constexpr std::array ExtraPersistentCell{ REL::Offset(0x04368A50) }; + inline constexpr std::array ExtraPlacedPlanetContent{ REL::Offset(0x04365520) }; + inline constexpr std::array ExtraPlayerCrimeList{ REL::Offset(0x04368950) }; + inline constexpr std::array ExtraPoison{ REL::Offset(0x04367120) }; + inline constexpr std::array ExtraPowerArmor{ REL::Offset(0x043685D0) }; + inline constexpr std::array ExtraPowerArmorPreload{ REL::Offset(0x04368510) }; + inline constexpr std::array ExtraPowerLinks{ REL::Offset(0x04365788) }; + inline constexpr std::array ExtraPrimitive{ REL::Offset(0x04366560) }; + inline constexpr std::array ExtraProceduralInstanceData{ REL::Offset(0x04365EC8) }; + inline constexpr std::array ExtraProcessMiddleLow{ REL::Offset(0x04364CD0) }; + inline constexpr std::array ExtraProjectedDecalData{ REL::Offset(0x04365C88) }; + inline constexpr std::array ExtraPromotedRef{ REL::Offset(0x04368390) }; + inline constexpr std::array ExtraPropertySheet{ REL::Offset(0x04366008) }; + inline constexpr std::array ExtraRadioData{ REL::Offset(0x043664E0) }; + inline constexpr std::array ExtraRadioReceiver{ REL::Offset(0x04365BC8) }; + inline constexpr std::array ExtraRadioRepeater{ REL::Offset(0x04365A88) }; + inline constexpr std::array ExtraRadius{ REL::Offset(0x043665A0) }; + inline constexpr std::array ExtraRadiusFalloffExponent{ REL::Offset(0x043665E0) }; + inline constexpr std::array ExtraRagDollData{ REL::Offset(0x043689D0) }; + inline constexpr std::array ExtraRandomAnimStartTime{ REL::Offset(0x04365F88) }; + inline constexpr std::array ExtraRandomTeleportMarker{ REL::Offset(0x043686D0) }; + inline constexpr std::array ExtraRangedDistOverride{ REL::Offset(0x04365B48) }; + inline constexpr std::array ExtraRank{ REL::Offset(0x04366B60) }; + inline constexpr std::array ExtraRefWeaponSounds{ REL::Offset(0x043680A8) }; + inline constexpr std::array ExtraReferenceGroup{ REL::Offset(0x04365C08) }; + inline constexpr std::array ExtraReferenceHandles{ REL::Offset(0x04367420) }; + inline constexpr std::array ExtraReflectedRefs{ REL::Offset(0x043671A0) }; + inline constexpr std::array ExtraReflectorRefs{ REL::Offset(0x043671E0) }; + inline constexpr std::array ExtraRefrPath{ REL::Offset(0x04368650) }; + inline constexpr std::array ExtraRefractionProperty{ REL::Offset(0x04368C10) }; + inline constexpr std::array ExtraRegionList{ REL::Offset(0x04364ED0) }; + inline constexpr std::array ExtraReservedMarkers{ REL::Offset(0x043687D0) }; + inline constexpr std::array ExtraRoomRefData{ REL::Offset(0x04369348) }; + inline constexpr std::array ExtraRunOncePacks{ REL::Offset(0x04368910) }; + inline constexpr std::array ExtraSavedAnimation{ REL::Offset(0x04368DD0) }; + inline constexpr std::array ExtraSavedHavokData{ REL::Offset(0x04368C90) }; + inline constexpr std::array ExtraSayToTopicInfo{ REL::Offset(0x043684D0) }; + inline constexpr std::array ExtraSayTopicInfoOnceADay{ REL::Offset(0x04368410) }; + inline constexpr std::array ExtraScale{ REL::Offset(0x04367560) }; + inline constexpr std::array ExtraSceneData{ REL::Offset(0x04366860) }; + inline constexpr std::array ExtraScriptedAnimDependence{ REL::Offset(0x04368550) }; + inline constexpr std::array ExtraSeed{ REL::Offset(0x04368B50) }; + inline constexpr std::array ExtraSeenData{ REL::Offset(0x04364D10) }; + inline constexpr std::array ExtraShipArrivalData{ REL::Offset(0x04366188) }; + inline constexpr std::array ExtraShipBlueprintSnapData{ REL::Offset(0x043693C8) }; + inline constexpr std::array ExtraShouldWear{ REL::Offset(0x04368BD0) }; + inline constexpr std::array ExtraSnapLinks{ REL::Offset(0x04365748) }; + inline constexpr std::array ExtraSoul{ REL::Offset(0x04368AD0) }; + inline constexpr std::array ExtraSound{ REL::Offset(0x04368D50) }; + inline constexpr std::array ExtraSoundHook{ REL::Offset(0x04366F20) }; + inline constexpr std::array ExtraSourcePackIn{ REL::Offset(0x043661C8) }; + inline constexpr std::array ExtraSpawnContainer{ REL::Offset(0x04368F90) }; + inline constexpr std::array ExtraStartingPosition{ REL::Offset(0x04366BE0) }; + inline constexpr std::array ExtraStartingWorldOrCell{ REL::Offset(0x04369130) }; + inline constexpr std::array ExtraTeleport{ REL::Offset(0x04366CE0) }; + inline constexpr std::array ExtraTeleportName{ REL::Offset(0x04366D20) }; + inline constexpr std::array ExtraTempLocationWorldSpace{ REL::Offset(0x04368A10) }; + inline constexpr std::array ExtraTerminalMenuBodyTextItems{ REL::Offset(0x043660C8) }; + inline constexpr std::array ExtraTerminalMenuItems{ REL::Offset(0x04366208) }; + inline constexpr std::array ExtraTerminalMenuMenuItems{ REL::Offset(0x04366248) }; + inline constexpr std::array ExtraTerminalMenuUnlockedItems{ REL::Offset(0x04366108) }; + inline constexpr std::array ExtraTextDisplayData{ REL::Offset(0x043667E0) }; + inline constexpr std::array ExtraTimeLeft{ REL::Offset(0x043674E0) }; + inline constexpr std::array ExtraTimeOfDayData{ REL::Offset(0x04365F08) }; + inline constexpr std::array ExtraTransitionCellCount{ REL::Offset(0x043675A0) }; + inline constexpr std::array ExtraTraversalData{ REL::Offset(0x04367F10) }; + inline constexpr std::array ExtraTresPassPackage{ REL::Offset(0x043672A0) }; + inline constexpr std::array ExtraUniqueID{ REL::Offset(0x04365E08) }; + inline constexpr std::array ExtraUsedMarkers{ REL::Offset(0x04368810) }; + inline constexpr std::array ExtraVoiceType{ REL::Offset(0x04365848) }; + inline constexpr std::array ExtraVolumeData{ REL::Offset(0x04366048) }; + inline constexpr std::array ExtraVolumeReflectionProbe_OffsetIntensity{ REL::Offset(0x04366088) }; + inline constexpr std::array ExtraWaterCurrentZoneData{ REL::Offset(0x04365D48) }; + inline constexpr std::array ExtraWaterData{ REL::Offset(0x04368590) }; + inline constexpr std::array ExtraWaterLightRefs{ REL::Offset(0x043670A0) }; + inline constexpr std::array ExtraWaterReflectionData{ REL::Offset(0x04365D08) }; + inline constexpr std::array ExtraWorkshopSnapping{ REL::Offset(0x04398740) }; + inline constexpr std::array ExtraWwiseSwitchData{ REL::Offset(0x043D3080) }; + inline constexpr std::array EyeTrackingOffHandler{ REL::Offset(0x044E5EC8) }; + inline constexpr std::array EyeTrackingOnHandler{ REL::Offset(0x044E5EE0) }; + inline constexpr std::array FACEFX_ACTOR{ REL::Offset(0x043525B8) }; + inline constexpr std::array FACEFX_BONESET{ REL::Offset(0x043525A8) }; + inline constexpr std::array FOCollisionListener{ REL::Offset(0x04412A70) }; + inline constexpr std::array FaceEmotionalIdleHandler{ REL::Offset(0x044E4DD8) }; + inline constexpr std::array FaderMenu{ REL::Offset(0x0451E510), REL::Offset(0x0451E568), REL::Offset(0x0451E648), REL::Offset(0x0451E660) }; + inline constexpr std::array FanfareData{ REL::Offset(0x04479DA0) }; + inline constexpr std::array FanfareMenu{ REL::Offset(0x04479DB8), REL::Offset(0x04479DD0), REL::Offset(0x04479E28), REL::Offset(0x04479E50) }; + inline constexpr std::array FanfareMenu__FanfareEventShuttle{ REL::Offset(0x04479F30) }; + inline constexpr std::array FarTravel__Arrival{ REL::Offset(0x044CA938) }; + inline constexpr std::array FarTravel__Cruise{ REL::Offset(0x044CA8C8) }; + inline constexpr std::array FarTravel__Departure{ REL::Offset(0x044CA900) }; + inline constexpr std::array FarTravel__FarTravelOrbitalUpdateFadeDone{ REL::Offset(0x044CA9C8) }; + inline constexpr std::array FarTravel__FarTravelUnloadNode{ REL::Offset(0x043A00E0) }; + inline constexpr std::array FarTravel__UpdateGalacticPositions{ REL::Offset(0x044CA970) }; + inline constexpr std::array FavoritesManager{ REL::Offset(0x0451E890), REL::Offset(0x0451E8D0), REL::Offset(0x0451E928), REL::Offset(0x0451E940), REL::Offset(0x0451E958), REL::Offset(0x0451E970) }; + inline constexpr std::array FavoritesManager__FavoritesData{ REL::Offset(0x0451EA28) }; + inline constexpr std::array FavoritesManager__FavoritesEntryData{ REL::Offset(0x0451E8B8) }; + inline constexpr std::array FavoritesManager__FavoritesUIDataEventShuttle{ REL::Offset(0x0451EEF0) }; + inline constexpr std::array FavoritesMenu{ REL::Offset(0x0451EDA0), REL::Offset(0x0451EDF8), REL::Offset(0x0451EED8) }; + inline constexpr std::array FavoritesMenu_AssignQuickkey{ REL::Offset(0x0451E980) }; + inline constexpr std::array FavoritesMenu_UseQuickkey{ REL::Offset(0x0451E9A0) }; + inline constexpr std::array FindConnectedNavmeshInfosVisitor{ REL::Offset(0x04451410) }; + inline constexpr std::array FindDynamicNeighborsTask{ REL::Offset(0x0406A268), REL::Offset(0x0406A288) }; + inline constexpr std::array FindEffectKeywordOnTargetFunctor{ REL::Offset(0x044C5BB8) }; + inline constexpr std::array FindTriangleForLocationFilter{ REL::Offset(0x04343B68) }; + inline constexpr std::array FindTriangleForLocationFilterCheckDeltaZ{ REL::Offset(0x04343B90) }; + inline constexpr std::array FindTriangleForLocationTraversableFilter{ REL::Offset(0x0459AAE8) }; + inline constexpr std::array FindTriangleForLocationWaterFilter{ REL::Offset(0x0459AAC0) }; + inline constexpr std::array FireForgetModel{ REL::Offset(0x044826F0) }; + inline constexpr std::array FireForgetModel__FireForgetEventShuttle{ REL::Offset(0x04482AD0) }; + inline constexpr std::array FireParticlesCollidedWithBodiesCallbackTask{ REL::Offset(0x0406A528), REL::Offset(0x0406A548) }; + inline constexpr std::array FireParticlesCollidedWithParticlesCallbackTask{ REL::Offset(0x0406A4A0), REL::Offset(0x0406A4C0) }; + inline constexpr std::array FireParticlesExitedSafeRegionCallbackTask{ REL::Offset(0x0406A5A8), REL::Offset(0x0406A5C8) }; + inline constexpr std::array FirstPersonState{ REL::Offset(0x0451A560) }; + inline constexpr std::array FlameProjectile{ REL::Offset(0x044EBF40), REL::Offset(0x044EBF50), REL::Offset(0x044EBFB8), REL::Offset(0x044EBFD0), REL::Offset(0x044EBFE8), REL::Offset(0x044EC000), REL::Offset(0x044EC018), REL::Offset(0x044EC030), REL::Offset(0x044EC048), REL::Offset(0x044EC068), REL::Offset(0x044EC138) }; + inline constexpr std::array FleePackage{ REL::Offset(0x044E19C8), REL::Offset(0x044E1D08) }; + inline constexpr std::array FlightActionEndHandler{ REL::Offset(0x044E5F40) }; + inline constexpr std::array FlightActionEntryEndHandler{ REL::Offset(0x044E5B38) }; + inline constexpr std::array FlightActionHandler{ REL::Offset(0x044E5B50) }; + inline constexpr std::array FlightCameraState{ REL::Offset(0x0451B328) }; + inline constexpr std::array FlightCrashLandStartHandler{ REL::Offset(0x044E5F28) }; + inline constexpr std::array FlightCruisingHandler{ REL::Offset(0x044E5B80) }; + inline constexpr std::array FlightHoveringHandler{ REL::Offset(0x044E5B68) }; + inline constexpr std::array FlightLandEndHandler{ REL::Offset(0x044E5B08) }; + inline constexpr std::array FlightLandHandler{ REL::Offset(0x044E5B20) }; + inline constexpr std::array FlightLandingHandler{ REL::Offset(0x044E5BB0) }; + inline constexpr std::array FlightPerchingHandler{ REL::Offset(0x044E5B98) }; + inline constexpr std::array FlightTakeOffHandler{ REL::Offset(0x044E5A78) }; + inline constexpr std::array Float3LightAnimData{ REL::Offset(0x04355D88) }; + inline constexpr std::array Float4LightAnimData{ REL::Offset(0x04355D60) }; + inline constexpr std::array FloatLightAnimData{ REL::Offset(0x04355D38) }; + inline constexpr std::array FoodCraftingMenu{ REL::Offset(0x044A7BA8), REL::Offset(0x044A7C88), REL::Offset(0x044A7CE0), REL::Offset(0x044A7CF8), REL::Offset(0x044A7D48), REL::Offset(0x044A7D60), REL::Offset(0x044A7D78), REL::Offset(0x044A7D90), REL::Offset(0x044A7DA8) }; + inline constexpr std::array FootIKNode{ REL::Offset(0x04567830) }; + inline constexpr std::array FootIKNodeInstance{ REL::Offset(0x04569118) }; + inline constexpr std::array ForEachFunctorAdapter_SpellItem_Actor__ForEachSpellVisitor__lambda_0a09c06f17a37f4a740c7ecd942c21dc__BSContainer__ForEachResult_{ REL::Offset(0x044F2AC8) }; + inline constexpr std::array ForceWeaponFireHandler{ REL::Offset(0x044E4928) }; + inline constexpr std::array FormStreamerLoadStorageWrapper{ REL::Offset(0x044D0E60) }; + inline constexpr std::array FormStreamerSaveStorageWrapper{ REL::Offset(0x044D0EA0) }; + inline constexpr std::array FreeAdvancedCameraState{ REL::Offset(0x0451B268) }; + inline constexpr std::array FreeFlyCameraState{ REL::Offset(0x0451B3D8) }; + inline constexpr std::array FreeTetheredCameraState{ REL::Offset(0x0451B488) }; + inline constexpr std::array FreeWalkCameraState{ REL::Offset(0x0451B1A8) }; + inline constexpr std::array FrenzyEffect{ REL::Offset(0x044C7CE0) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc___CheckRefAgainstConditionsFunc__{ REL::Offset(0x0440FD48) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc___GatherQueuedRefFunctor__{ REL::Offset(0x0436A450) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_1b9c272b48574d322ec9810a479ce257___{ REL::Offset(0x043E85F8) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_30dabc8065ebd8583e3e2b97e45a260c___{ REL::Offset(0x0451D070) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_769d78c10d0acbf9e345f03a8e1d33b6___{ REL::Offset(0x044CFA30) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_7af0957d0aa330bd4baf31f7786f0195___{ REL::Offset(0x0452ECB0) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_8467557c7395ec5dd218351e0f4ff344___{ REL::Offset(0x043E85E0) }; + inline constexpr std::array FunctorCellVisitor_ForEachReferenceFunc__lambda_b4fbf1f061f7df311bd486bfc6c57847___{ REL::Offset(0x043E8590) }; + inline constexpr std::array FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences_____{ REL::Offset(0x0436A2E8) }; + inline constexpr std::array FunctorCellVisitor_TES__FilterCellByAABB_ForEachReferenceFunc_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences_____{ REL::Offset(0x0436A398) }; + inline constexpr std::array FunctorCellVisitor___ObstacleAdder_{ REL::Offset(0x0436AE18) }; + inline constexpr std::array FunctorCellVisitor___ObstacleRemover_{ REL::Offset(0x0436AE50) }; + inline constexpr std::array FunctorCellVisitor__lambda_0ca6541ec5b92b37a59bcbc94ef469b9__{ REL::Offset(0x0436A510) }; + inline constexpr std::array FunctorCellVisitor__lambda_0f8da06fe7124342d14c7b824bb4ec45__{ REL::Offset(0x044141D8) }; + inline constexpr std::array FunctorCellVisitor__lambda_1f217d93f16066b532bf445c15346a90__{ REL::Offset(0x0436AE68) }; + inline constexpr std::array FunctorCellVisitor__lambda_296ac77b5e81e8bf0f2630b309b02535__{ REL::Offset(0x0436A718) }; + inline constexpr std::array FunctorCellVisitor__lambda_338a6d420c8b76ef23772cfa96a3b26e__{ REL::Offset(0x044141C0) }; + inline constexpr std::array FunctorCellVisitor__lambda_34f6a161fd7e2d9ce046aa2e153042e8__{ REL::Offset(0x04451260) }; + inline constexpr std::array FunctorCellVisitor__lambda_369ef34e03990bdda48b42a60e74f879__{ REL::Offset(0x044512E8) }; + inline constexpr std::array FunctorCellVisitor__lambda_3f55eb3288d63b6b0c9863adc5bbe6af__{ REL::Offset(0x0436A730) }; + inline constexpr std::array FunctorCellVisitor__lambda_4dbe805b39b2900592f89416cc644578__{ REL::Offset(0x0436AEA0) }; + inline constexpr std::array FunctorCellVisitor__lambda_535418469b1945e6a7005838e37449fe__{ REL::Offset(0x044CD4D0) }; + inline constexpr std::array FunctorCellVisitor__lambda_5dd8442d257de78f148c881843556078__{ REL::Offset(0x0436A768) }; + inline constexpr std::array FunctorCellVisitor__lambda_71868ed62e5773b56de749e088dc61c6__{ REL::Offset(0x044CFB58) }; + inline constexpr std::array FunctorCellVisitor__lambda_7936e468952a3e6fb9cb61e10d817399__{ REL::Offset(0x04451300) }; + inline constexpr std::array FunctorCellVisitor__lambda_8f3bf5eb28bc4b9eb4cc1efefb6e08cc__{ REL::Offset(0x04451318) }; + inline constexpr std::array FunctorCellVisitor__lambda_9384b91812695de5731577aaecfd4a65__{ REL::Offset(0x044512D0) }; + inline constexpr std::array FunctorCellVisitor__lambda_98f2a09c7f949c8cfeab4c4c7d45d598__{ REL::Offset(0x04451278) }; + inline constexpr std::array FunctorCellVisitor__lambda_ad163f1fbdceb7e9621f4392fe6d438f__{ REL::Offset(0x04458968) }; + inline constexpr std::array FunctorCellVisitor__lambda_bec8ccff0a41259ac0f7937d9ea9eb7d__{ REL::Offset(0x0436AEB8) }; + inline constexpr std::array FunctorCellVisitor__lambda_c2441b3c8cc19012049cf2f8969f7f9f__{ REL::Offset(0x044CAB88) }; + inline constexpr std::array FunctorCellVisitor__lambda_caddd6c496cdfab64b9438beb49411b9__{ REL::Offset(0x0437C538) }; + inline constexpr std::array FunctorCellVisitor__lambda_ea3f904f3782814208f4d1ad85f3f4a9__{ REL::Offset(0x0437AD38) }; + inline constexpr std::array FunctorCellVisitor__lambda_ee4f7a9d984c9f0b4e421da2555d4642__{ REL::Offset(0x0436A780) }; + inline constexpr std::array FunctorCellVisitor__lambda_fc153ae74dd6952e072123dc56fb2844__{ REL::Offset(0x0437ACA0) }; + inline constexpr std::array FunctorLinkedCellVisitor__lambda_d3f1b7425c1bf535acbf47b2d31847ca__{ REL::Offset(0x04449108) }; + inline constexpr std::array FunctorLinkedCellVisitor__lambda_fa0270b7d669bf826ac49638a0717574__{ REL::Offset(0x0439F890) }; + inline constexpr std::array FurnitureCameraState{ REL::Offset(0x0451A728) }; + inline constexpr std::array FurnitureMarkerNavmeshPositionCache{ REL::Offset(0x03F27800) }; + inline constexpr std::array GPUCaptureHandler{ REL::Offset(0x04520490) }; + inline constexpr std::array GPUReadbackNode_BSTSmartPointer_CreationRenderer__ImageCapture_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x045BAC88) }; + inline constexpr std::array GameBIEvents__PlayerBIEvents{ REL::Offset(0x044CA098), REL::Offset(0x044CA0B0), REL::Offset(0x044CA0C8), REL::Offset(0x044CA0E0), REL::Offset(0x044CA0F8), REL::Offset(0x044CA110), REL::Offset(0x044CA128), REL::Offset(0x044CA140), REL::Offset(0x044CA158), REL::Offset(0x044CA170), REL::Offset(0x044CA188), REL::Offset(0x044CA1A0), REL::Offset(0x044CA1B8), REL::Offset(0x044CA1D0), REL::Offset(0x044CA1E8), REL::Offset(0x044CA200), REL::Offset(0x044CA218), REL::Offset(0x044CA230), REL::Offset(0x044CA248), REL::Offset(0x044CA260), REL::Offset(0x044CA278), REL::Offset(0x044CA290), REL::Offset(0x044CA2A8), REL::Offset(0x044CA2C0), REL::Offset(0x044CA2D8), REL::Offset(0x044CA2F0), REL::Offset(0x044CA308) }; + inline constexpr std::array GameMenuBase{ REL::Offset(0x04479160), REL::Offset(0x044791B8), REL::Offset(0x044791D0) }; + inline constexpr std::array GameScript__ActorValueEventHandler{ REL::Offset(0x0452A668) }; + inline constexpr std::array GameScript__AffinityEventHandler{ REL::Offset(0x0452A778) }; + inline constexpr std::array GameScript__BasicEventHandler{ REL::Offset(0x04557CE0), REL::Offset(0x04557CF8), REL::Offset(0x04557D10), REL::Offset(0x04557D28), REL::Offset(0x04557D40), REL::Offset(0x04557D90), REL::Offset(0x04557DA8), REL::Offset(0x04557DC0), REL::Offset(0x04557DD8), REL::Offset(0x04557DF0), REL::Offset(0x04557E08), REL::Offset(0x04557E20), REL::Offset(0x04557E38), REL::Offset(0x04557E50), REL::Offset(0x04557E68), REL::Offset(0x04557E80), REL::Offset(0x04557E98), REL::Offset(0x04557EB0), REL::Offset(0x04557EC8), REL::Offset(0x04557EE0), REL::Offset(0x04557EF8), REL::Offset(0x04557F10), REL::Offset(0x04557F28), REL::Offset(0x04557F40), REL::Offset(0x04557F58), REL::Offset(0x04557F70), REL::Offset(0x04557F88), REL::Offset(0x04557FA0), REL::Offset(0x04557FB8), REL::Offset(0x04557FD0), REL::Offset(0x04557FE8), REL::Offset(0x04558000), REL::Offset(0x04558018), REL::Offset(0x04558030), REL::Offset(0x04558048), REL::Offset(0x04558060), REL::Offset(0x04558078), REL::Offset(0x04558090), REL::Offset(0x045580A8), REL::Offset(0x045580C0), REL::Offset(0x045580D8), REL::Offset(0x045580F0), REL::Offset(0x04558108), REL::Offset(0x04558120), REL::Offset(0x04558138), REL::Offset(0x04558150), REL::Offset(0x04558168), REL::Offset(0x04558180), REL::Offset(0x04558198), REL::Offset(0x045581B0), REL::Offset(0x045581C8), REL::Offset(0x045581E0), REL::Offset(0x045581F8), REL::Offset(0x04558210), REL::Offset(0x04558228), REL::Offset(0x04558240), REL::Offset(0x04558258), REL::Offset(0x04558270), REL::Offset(0x04558288), REL::Offset(0x045582A0), REL::Offset(0x045582B8), REL::Offset(0x045582D0), REL::Offset(0x045582E8), REL::Offset(0x04558300), REL::Offset(0x04558318), REL::Offset(0x04558330), REL::Offset(0x04558348), REL::Offset(0x04558360), REL::Offset(0x04558378), REL::Offset(0x04558390), REL::Offset(0x045583A8), REL::Offset(0x045583C0), REL::Offset(0x045583D8), REL::Offset(0x045583F0), REL::Offset(0x04558408), REL::Offset(0x04558420), REL::Offset(0x04558438), REL::Offset(0x04558450), REL::Offset(0x04558468), REL::Offset(0x04558480), REL::Offset(0x04558498), REL::Offset(0x045584B0), REL::Offset(0x045584C8), REL::Offset(0x045584E0), REL::Offset(0x045584F8), REL::Offset(0x04558510), REL::Offset(0x04558528), REL::Offset(0x04558540), REL::Offset(0x04558558), REL::Offset(0x04558570), REL::Offset(0x04558588), REL::Offset(0x045585A0), REL::Offset(0x045585B8), REL::Offset(0x045585D0), REL::Offset(0x045585E8), REL::Offset(0x04558600), REL::Offset(0x04558618), REL::Offset(0x04558630), REL::Offset(0x04558648), REL::Offset(0x04558660), REL::Offset(0x04558678), REL::Offset(0x04558690), REL::Offset(0x045586A8), REL::Offset(0x045586C0), REL::Offset(0x045586D8) }; + inline constexpr std::array GameScript__BuilderEventHandler{ REL::Offset(0x0452B3E0) }; + inline constexpr std::array GameScript__ChallengeEventHandler{ REL::Offset(0x0447D250) }; + inline constexpr std::array GameScript__CombatEventHandler{ REL::Offset(0x0452B698), REL::Offset(0x0452B6B0), REL::Offset(0x0452B6C8) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____AddItemFunctor_19_{ REL::Offset(0x045535F0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ApplyHavokImpulseFunctor_16_{ REL::Offset(0x04553078) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____AttachAshPileFunctor_13_{ REL::Offset(0x04533410) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____CastFunctor_21_{ REL::Offset(0x04542600) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ClearDestructionFunctor_27_{ REL::Offset(0x045535D0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DamageObjectFunctor_2_{ REL::Offset(0x045536F0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DeleteFunctor_5_{ REL::Offset(0x04553750) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DisableFunctor_4_{ REL::Offset(0x04525308) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DropObjectFunctor_12_{ REL::Offset(0x04553140) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____DropRefFunctor_30_{ REL::Offset(0x04553990) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____EnableFunctor_3_{ REL::Offset(0x04525368) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ForceAddRemoveRagdollFunctor_15_{ REL::Offset(0x04553018) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToFunctor_0_{ REL::Offset(0x045538D0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToNearestNavmeshLocFunctor_26_{ REL::Offset(0x04553820) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToOwnEditorLocFunctor_1_{ REL::Offset(0x045537B8) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____MoveToPackLocFunctor_10_{ REL::Offset(0x04533350) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____NonLatentDeleteFunctor_9_{ REL::Offset(0x045531A0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____PlayBinkFunctor_25_{ REL::Offset(0x0453BBB8) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____PopPlayerToFunctor_31_{ REL::Offset(0x0453B910) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveComponentFunctor_29_{ REL::Offset(0x04553930) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____RemoveItemFunctor_23_{ REL::Offset(0x04553650) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ResetFunctor_17_{ REL::Offset(0x04552F78) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ResurrectFunctor_20_{ REL::Offset(0x045333B0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____ScrollCastFunctor_22_{ REL::Offset(0x04542140) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SendPlayerToJailFunctor_18_{ REL::Offset(0x045436A8) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetAngleFunctor_7_{ REL::Offset(0x045530E0) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetMotionTypeFunctor_8_{ REL::Offset(0x04553228) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetPositionFunctor_6_{ REL::Offset(0x04553208) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____SetScaleFunctor_11_{ REL::Offset(0x04553510) }; + inline constexpr std::array GameScript__ConcreteDelayFunctorFactory_GameScript____WaitFor3DFunctor_24_{ REL::Offset(0x04553570) }; + inline constexpr std::array GameScript__CustomEventHandler{ REL::Offset(0x0452C050) }; + inline constexpr std::array GameScript__DataFileHandleReaderWriter{ REL::Offset(0x0452A920) }; + inline constexpr std::array GameScript__DebuggerMessages__ContinueRequest{ REL::Offset(0x04523510) }; + inline constexpr std::array GameScript__DebuggerMessages__DisconnectRequest{ REL::Offset(0x04523570) }; + inline constexpr std::array GameScript__DebuggerMessages__Event{ REL::Offset(0x04523728) }; + inline constexpr std::array GameScript__DebuggerMessages__NextRequest{ REL::Offset(0x04523488) }; + inline constexpr std::array GameScript__DebuggerMessages__OutputEvent{ REL::Offset(0x045236C8) }; + inline constexpr std::array GameScript__DebuggerMessages__PauseRequest{ REL::Offset(0x04523540) }; + inline constexpr std::array GameScript__DebuggerMessages__ProtocolMessage{ REL::Offset(0x045234F0) }; + inline constexpr std::array GameScript__DebuggerMessages__Request{ REL::Offset(0x045234B8) }; + inline constexpr std::array GameScript__DebuggerMessages__Response{ REL::Offset(0x04523758) }; + inline constexpr std::array GameScript__DebuggerMessages__SetBreakpointsRequest{ REL::Offset(0x04523360) }; + inline constexpr std::array GameScript__DebuggerMessages__SetBreakpointsResponse{ REL::Offset(0x045235F0) }; + inline constexpr std::array GameScript__DebuggerMessages__StackTraceRequest{ REL::Offset(0x04523390) }; + inline constexpr std::array GameScript__DebuggerMessages__StackTraceResponse{ REL::Offset(0x04523618) }; + inline constexpr std::array GameScript__DebuggerMessages__StepInRequest{ REL::Offset(0x04523458) }; + inline constexpr std::array GameScript__DebuggerMessages__StepOutRequest{ REL::Offset(0x04523428) }; + inline constexpr std::array GameScript__DebuggerMessages__StoppedEvent{ REL::Offset(0x04523698) }; + inline constexpr std::array GameScript__DebuggerMessages__ThreadEvent{ REL::Offset(0x04523668) }; + inline constexpr std::array GameScript__DebuggerMessages__ThreadsRequest{ REL::Offset(0x045233C0) }; + inline constexpr std::array GameScript__DebuggerMessages__ThreadsResponse{ REL::Offset(0x04523640) }; + inline constexpr std::array GameScript__DebuggerMessages__ValueRequest{ REL::Offset(0x04523300) }; + inline constexpr std::array GameScript__DebuggerMessages__ValueResponse{ REL::Offset(0x045235A0) }; + inline constexpr std::array GameScript__DebuggerMessages__VariablesRequest{ REL::Offset(0x04523330) }; + inline constexpr std::array GameScript__DebuggerMessages__VariablesResponse{ REL::Offset(0x045235C8) }; + inline constexpr std::array GameScript__DebuggerMessages__VersionEvent{ REL::Offset(0x045236F8) }; + inline constexpr std::array GameScript__DelayFunctor{ REL::Offset(0x045253C8) }; + inline constexpr std::array GameScript__DelayFunctorFactory{ REL::Offset(0x03F2DB68) }; + inline constexpr std::array GameScript__DispatchAndClean_GameScript__Internal__HitRegistrationList_{ REL::Offset(0x0452B668) }; + inline constexpr std::array GameScript__DispatchAndClean_GameScript__Internal__MagicEffectApplyRegistrationList_{ REL::Offset(0x0452B650) }; + inline constexpr std::array GameScript__DispatchAndClean_GameScript__Internal__RadiationDamageRegistrationList_{ REL::Offset(0x0452B680) }; + inline constexpr std::array GameScript__DistanceEventHandler{ REL::Offset(0x045594D8) }; + inline constexpr std::array GameScript__FragmentEventHandler{ REL::Offset(0x0452BA50), REL::Offset(0x0452BA68), REL::Offset(0x0452BA80), REL::Offset(0x0452BA98), REL::Offset(0x0452BAB0), REL::Offset(0x0452BAC8), REL::Offset(0x0452BAE0), REL::Offset(0x0452BAF8) }; + inline constexpr std::array GameScript__HandlePolicy{ REL::Offset(0x0452F2D8) }; + inline constexpr std::array GameScript__Internal__AnimationCallbacks{ REL::Offset(0x0452A8A0) }; + inline constexpr std::array GameScript__Internal__LOSDetectionEventData{ REL::Offset(0x0452CC78) }; + inline constexpr std::array GameScript__Internal__LOSDirectEventData{ REL::Offset(0x0452CBE8) }; + inline constexpr std::array GameScript__Internal__LOSEventData{ REL::Offset(0x0452CC30) }; + inline constexpr std::array GameScript__InventoryEventHandler{ REL::Offset(0x0452C6E0), REL::Offset(0x0452C6F8), REL::Offset(0x0452C710) }; + inline constexpr std::array GameScript__LOSEventHandler{ REL::Offset(0x0452CBD8) }; + inline constexpr std::array GameScript__Logger{ REL::Offset(0x0452C060) }; + inline constexpr std::array GameScript__MenuEventHandler{ REL::Offset(0x0452CF40), REL::Offset(0x0452CF58), REL::Offset(0x0452CF70), REL::Offset(0x0452CF88) }; + inline constexpr std::array GameScript__ObjectBindPolicy{ REL::Offset(0x0452F208) }; + inline constexpr std::array GameScript__PathingCallbackMgr{ REL::Offset(0x0452D030) }; + inline constexpr std::array GameScript__Profiler{ REL::Offset(0x0452D150) }; + inline constexpr std::array GameScript__QuestCallbackMgr{ REL::Offset(0x0452D1F8), REL::Offset(0x0452D210), REL::Offset(0x0452D228), REL::Offset(0x0452D240) }; + inline constexpr std::array GameScript__RemoteDebugger{ REL::Offset(0x045233F0) }; + inline constexpr std::array GameScript__SaveFileHandleReaderWriter{ REL::Offset(0x0452A960) }; + inline constexpr std::array GameScript__SavePatcher{ REL::Offset(0x0452D2B0) }; + inline constexpr std::array GameScript__ScriptSpaceCellCreateComplete{ REL::Offset(0x0452B440) }; + inline constexpr std::array GameScript__ScriptSpaceshipCreateComplete{ REL::Offset(0x0452B3F0) }; + inline constexpr std::array GameScript__SleepEventHandler{ REL::Offset(0x0452D328), REL::Offset(0x0452D340) }; + inline constexpr std::array GameScript__SoundCallbackMgr{ REL::Offset(0x0452D3F8) }; + inline constexpr std::array GameScript__SpaceshipEventHandler{ REL::Offset(0x045587E8), REL::Offset(0x04558800), REL::Offset(0x04558818), REL::Offset(0x04558830), REL::Offset(0x04558848), REL::Offset(0x04558860), REL::Offset(0x04558878), REL::Offset(0x04558890), REL::Offset(0x045588A8), REL::Offset(0x045588C0), REL::Offset(0x045588D8), REL::Offset(0x045588F0), REL::Offset(0x04558908) }; + inline constexpr std::array GameScript__Store{ REL::Offset(0x0452D4B0) }; + inline constexpr std::array GameScript__TeleportEventHandler{ REL::Offset(0x04558B38) }; + inline constexpr std::array GameScript__TimerEventHandler{ REL::Offset(0x045590E0) }; + inline constexpr std::array GameScript__TrackedStatsEventHandler{ REL::Offset(0x045591C8) }; + inline constexpr std::array GameScript__WaitEventHandler{ REL::Offset(0x045595E0), REL::Offset(0x045595F8) }; + inline constexpr std::array GameScript____AddItemFunctor{ REL::Offset(0x04553670) }; + inline constexpr std::array GameScript____ApplyHavokImpulseFunctor{ REL::Offset(0x04553038) }; + inline constexpr std::array GameScript____AttachAshPileFunctor{ REL::Offset(0x045333D0) }; + inline constexpr std::array GameScript____CastFunctor{ REL::Offset(0x045425C0) }; + inline constexpr std::array GameScript____ClearDestructionFunctor{ REL::Offset(0x04553590) }; + inline constexpr std::array GameScript____DamageObjectFunctor{ REL::Offset(0x045536B0) }; + inline constexpr std::array GameScript____DeleteFunctor{ REL::Offset(0x04553710) }; + inline constexpr std::array GameScript____DisableFunctor{ REL::Offset(0x04525328) }; + inline constexpr std::array GameScript____DropObjectFunctor{ REL::Offset(0x04553100) }; + inline constexpr std::array GameScript____DropRefFunctor{ REL::Offset(0x04553950) }; + inline constexpr std::array GameScript____EnableFunctor{ REL::Offset(0x04525388) }; + inline constexpr std::array GameScript____FadeThenMainMenuCallback{ REL::Offset(0x0453B8F0) }; + inline constexpr std::array GameScript____ForceAddRemoveRagdollFunctor{ REL::Offset(0x04552FD8) }; + inline constexpr std::array GameScript____LatentPlayerMover{ REL::Offset(0x045391E0) }; + inline constexpr std::array GameScript____LinkParentFunctor__lambda_191175076f19f8788f4d7a6f8e6daa1e__{ REL::Offset(0x0454A250) }; + inline constexpr std::array GameScript____LinkParentFunctor__lambda_93b06c9806361d244aafbe669ed6f6c8__{ REL::Offset(0x0454A298) }; + inline constexpr std::array GameScript____LinkParentFunctor__lambda_e699a64e55446fec8056d350962d2b82__{ REL::Offset(0x0454A220) }; + inline constexpr std::array GameScript____LinkParentFunctor__lambda_eb8347f904ba57a7dbb0ddde8c054f1d__{ REL::Offset(0x0454A268) }; + inline constexpr std::array GameScript____LiveActorFilter{ REL::Offset(0x0453BC58) }; + inline constexpr std::array GameScript____MoveToBaseFunctor{ REL::Offset(0x04553840) }; + inline constexpr std::array GameScript____MoveToFunctor{ REL::Offset(0x04553888) }; + inline constexpr std::array GameScript____MoveToNearestNavmeshLocFunctor{ REL::Offset(0x045537D8) }; + inline constexpr std::array GameScript____MoveToOwnEditorLocFunctor{ REL::Offset(0x04553770) }; + inline constexpr std::array GameScript____MoveToPackLocFunctor{ REL::Offset(0x04533310) }; + inline constexpr std::array GameScript____NonLatentDeleteFunctor{ REL::Offset(0x04553160) }; + inline constexpr std::array GameScript____PlayBinkFunctor{ REL::Offset(0x0453BBD8) }; + inline constexpr std::array GameScript____PopPlayerToFunctor{ REL::Offset(0x0453BC18) }; + inline constexpr std::array GameScript____ProfileCallQueryTranslator{ REL::Offset(0x0452D198) }; + inline constexpr std::array GameScript____RawProfileCallQuery{ REL::Offset(0x0452D1C8) }; + inline constexpr std::array GameScript____RemoveComponentFunctor{ REL::Offset(0x045538F0) }; + inline constexpr std::array GameScript____RemoveItemFunctor{ REL::Offset(0x04553610) }; + inline constexpr std::array GameScript____ResetFunctor{ REL::Offset(0x04552F38) }; + inline constexpr std::array GameScript____ResurrectFunctor{ REL::Offset(0x04533370) }; + inline constexpr std::array GameScript____ScriptMessageBoxCallback{ REL::Offset(0x04537440) }; + inline constexpr std::array GameScript____ScrollCastFunctor{ REL::Offset(0x04542160) }; + inline constexpr std::array GameScript____SendPlayerToJailFunctor{ REL::Offset(0x04543668) }; + inline constexpr std::array GameScript____SetAngleFunctor{ REL::Offset(0x04553098) }; + inline constexpr std::array GameScript____SetMotionTypeFunctor{ REL::Offset(0x04553530) }; + inline constexpr std::array GameScript____SetPositionFunctor{ REL::Offset(0x045531C0) }; + inline constexpr std::array GameScript____SetScaleFunctor{ REL::Offset(0x045534D0) }; + inline constexpr std::array GameScript____WaitFor3DFunctor{ REL::Offset(0x04552F98) }; + inline constexpr std::array GameSettingCollection{ REL::Offset(0x04345290) }; + inline constexpr std::array GameUIGlobalFunc{ REL::Offset(0x044A1B08), REL::Offset(0x044A1B40), REL::Offset(0x044A1B58), REL::Offset(0x044A1B70), REL::Offset(0x044A1B88) }; + inline constexpr std::array GameUIModel{ REL::Offset(0x044A19B0) }; + inline constexpr std::array GameVM{ REL::Offset(0x0452EF00), REL::Offset(0x0452EF18), REL::Offset(0x0452EF30), REL::Offset(0x0452EF48), REL::Offset(0x0452EF58), REL::Offset(0x0452EF68), REL::Offset(0x0452EF80), REL::Offset(0x0452EF98), REL::Offset(0x0452EFB0), REL::Offset(0x0452EFC8), REL::Offset(0x0452EFF0), REL::Offset(0x0452F010), REL::Offset(0x0452F028) }; + inline constexpr std::array GamebryoSequence{ REL::Offset(0x04568240) }; + inline constexpr std::array GamebryoSequenceInstance{ REL::Offset(0x04569188) }; + inline constexpr std::array GenerateMappingToPointsBufferTask{ REL::Offset(0x0406A080), REL::Offset(0x0406A0A0) }; + inline constexpr std::array GenerateObstacleTask{ REL::Offset(0x0437C368) }; + inline constexpr std::array GenerateSpatialGridTask_BGSSpatialSparseGrid_{ REL::Offset(0x0437C2B8) }; + inline constexpr std::array GenerateSpatialGridTask_BGSSpatialSparseMultiLayerGrid_{ REL::Offset(0x0437C310) }; + inline constexpr std::array GenericFrameUpdateOperationsService{ REL::Offset(0x0434E7A8) }; + inline constexpr std::array GetBestAmmoFunctor{ REL::Offset(0x043CF738) }; + inline constexpr std::array GetBestCutterFunctor{ REL::Offset(0x043CF6F0) }; + inline constexpr std::array GetBestLightFunctor{ REL::Offset(0x043CF708) }; + inline constexpr std::array GetBestWeaponFunctor{ REL::Offset(0x043CF720) }; + inline constexpr std::array GetMagicItemDescriptionFunctor{ REL::Offset(0x043642E8) }; + inline constexpr std::array GetUpEndHandler{ REL::Offset(0x044E5E20) }; + inline constexpr std::array GetUpStartHandler{ REL::Offset(0x044E5E98) }; + inline constexpr std::array GlobalFunc_CloseAllMenus{ REL::Offset(0x044A1B20) }; + inline constexpr std::array GlobalFunc_CloseMenu{ REL::Offset(0x044A1AC8) }; + inline constexpr std::array GlobalFunc_PlayMenuSound{ REL::Offset(0x044A1AA8) }; + inline constexpr std::array GlobalFunc_StartGameRender{ REL::Offset(0x044A1A88) }; + inline constexpr std::array GlobalFunc_UserEvent{ REL::Offset(0x044A1AE8) }; + inline constexpr std::array GraphReferenceNode{ REL::Offset(0x04562348) }; + inline constexpr std::array GraphReferenceNodeInstance{ REL::Offset(0x045623B0) }; + inline constexpr std::array GraphicsInfoDataModel{ REL::Offset(0x04484E88) }; + inline constexpr std::array GravJumpInitiateCompleteHandler{ REL::Offset(0x044E4F70) }; + inline constexpr std::array GravJumpSearch{ REL::Offset(0x04379C90) }; + inline constexpr std::array GrenadeProjectile{ REL::Offset(0x044ECC28), REL::Offset(0x044ECC40), REL::Offset(0x044ED730), REL::Offset(0x044ED748), REL::Offset(0x044ED760), REL::Offset(0x044ED778), REL::Offset(0x044ED790), REL::Offset(0x044ED860), REL::Offset(0x044ED878), REL::Offset(0x044ED8E0), REL::Offset(0x044ED900) }; + inline constexpr std::array GridArray{ REL::Offset(0x043737F8) }; + inline constexpr std::array GridCellArray{ REL::Offset(0x043739E8) }; + inline constexpr std::array GroundPathPathingNodeGenerator{ REL::Offset(0x045A3EA0) }; + inline constexpr std::array GroundPathRayValidator{ REL::Offset(0x045A3E38) }; + inline constexpr std::array GuardActorPackageData{ REL::Offset(0x044E1D20) }; + inline constexpr std::array GuideEffect{ REL::Offset(0x044C4DC0) }; + inline constexpr std::array HUDAmmoCountModel{ REL::Offset(0x044A1C40), REL::Offset(0x044A1C68), REL::Offset(0x044A1C80), REL::Offset(0x044A1C98) }; + inline constexpr std::array HUDAmmoCountModel__HUDAmmoCountModelShuttle{ REL::Offset(0x044A1DF0) }; + inline constexpr std::array HUDCommandIconData{ REL::Offset(0x044A1E58) }; + inline constexpr std::array HUDCompassDataModel{ REL::Offset(0x044855C0) }; + inline constexpr std::array HUDCrewBuffDataModel{ REL::Offset(0x0447E9E0), REL::Offset(0x0447E9F8) }; + inline constexpr std::array HUDCrosshairDataModel{ REL::Offset(0x044857F8), REL::Offset(0x04485810), REL::Offset(0x04485828) }; + inline constexpr std::array HUDCrosshairDataModel__HUDCrosshairEventShuttle{ REL::Offset(0x04485CD8) }; + inline constexpr std::array HUDDataModel{ REL::Offset(0x044A3320), REL::Offset(0x044A3348) }; + inline constexpr std::array HUDDataModel__HUDDataEventShuttle{ REL::Offset(0x044A3360) }; + inline constexpr std::array HUDDirectionalHitIndicatorDataModel{ REL::Offset(0x044A22C0), REL::Offset(0x044A2670), REL::Offset(0x044A2698) }; + inline constexpr std::array HUDEnemyDataModel{ REL::Offset(0x04486218) }; + inline constexpr std::array HUDEnemyDataModel__HUDEnemyEventShuttle{ REL::Offset(0x04486240) }; + inline constexpr std::array HUDExperienceMeterDataModel{ REL::Offset(0x044A2988), REL::Offset(0x044A29B0), REL::Offset(0x044A29C8), REL::Offset(0x044A29E0), REL::Offset(0x044A29F8), REL::Offset(0x044A2A10), REL::Offset(0x044A2A28), REL::Offset(0x044A2A40), REL::Offset(0x044A2A58) }; + inline constexpr std::array HUDExperienceMeterDataModel__HUDExperienceMeterEventShuttle{ REL::Offset(0x044A3028) }; + inline constexpr std::array HUDJetpackDataModel{ REL::Offset(0x04486350) }; + inline constexpr std::array HUDLocationDataModel{ REL::Offset(0x04486710), REL::Offset(0x04486728), REL::Offset(0x04486740) }; + inline constexpr std::array HUDMenu{ REL::Offset(0x0451F3F8), REL::Offset(0x0451F450), REL::Offset(0x0451F530), REL::Offset(0x0451F548), REL::Offset(0x0451F560) }; + inline constexpr std::array HUDMessageDataModel{ REL::Offset(0x044868A0), REL::Offset(0x044868B8), REL::Offset(0x044868E0), REL::Offset(0x044868F8) }; + inline constexpr std::array HUDMessagesMenu{ REL::Offset(0x044A7DC0), REL::Offset(0x044A7EA0), REL::Offset(0x044A7EF8) }; + inline constexpr std::array HUDNotification_MissionActiveWidgetUpdate{ REL::Offset(0x044A4180) }; + inline constexpr std::array HUDNotification_OpenDataMenu{ REL::Offset(0x044A41C0) }; + inline constexpr std::array HUDNotification_OpenMissionMenu{ REL::Offset(0x044A41E0) }; + inline constexpr std::array HUDNotification_SetMissionActive{ REL::Offset(0x044A41A0) }; + inline constexpr std::array HUDNotificationsModel{ REL::Offset(0x044A4200), REL::Offset(0x044A4228), REL::Offset(0x044A4240), REL::Offset(0x044A4258), REL::Offset(0x044A4270), REL::Offset(0x044A4288), REL::Offset(0x044A42A0), REL::Offset(0x044A42B8), REL::Offset(0x044A42D0) }; + inline constexpr std::array HUDNotificationsModel__HUDNotificationsEventShuttle{ REL::Offset(0x044A4398) }; + inline constexpr std::array HUDOpacityModel{ REL::Offset(0x044A4408) }; + inline constexpr std::array HUDOpacityModel__HUDOpacityEventShuttle{ REL::Offset(0x044A43E0) }; + inline constexpr std::array HUDRolloverActivationButtonEvent{ REL::Offset(0x044843B0) }; + inline constexpr std::array HUDRolloverActivationCompanionListener{ REL::Offset(0x044847D8) }; + inline constexpr std::array HUDRolloverActivationCorpseListener{ REL::Offset(0x04484870), REL::Offset(0x04484888) }; + inline constexpr std::array HUDRolloverActivationDisplayCaseListener{ REL::Offset(0x04484520), REL::Offset(0x044845A0) }; + inline constexpr std::array HUDRolloverActivationDoorListener{ REL::Offset(0x04484958), REL::Offset(0x044849C8) }; + inline constexpr std::array HUDRolloverActivationFallbackListener{ REL::Offset(0x04482B30) }; + inline constexpr std::array HUDRolloverActivationLootListener{ REL::Offset(0x04484A50), REL::Offset(0x04484AC0), REL::Offset(0x04484AD8) }; + inline constexpr std::array HUDRolloverActivationNPCListener{ REL::Offset(0x04484B18) }; + inline constexpr std::array HUDRolloverActivationOutpostItemListener{ REL::Offset(0x04482C48), REL::Offset(0x04482CB8) }; + inline constexpr std::array HUDRolloverActivationOutpostListener{ REL::Offset(0x04482DB0), REL::Offset(0x04482DE0) }; + inline constexpr std::array HUDRolloverActivationOutpostQCListener{ REL::Offset(0x04482E78), REL::Offset(0x04482E90), REL::Offset(0x04482EA8) }; + inline constexpr std::array HUDRolloverActivationQCItemPressEvent{ REL::Offset(0x044843D0) }; + inline constexpr std::array HUDRolloverActivationQuickContainerListener{ REL::Offset(0x04484BD8), REL::Offset(0x04484C58) }; + inline constexpr std::array HUDRolloverActivationShipContainerListener{ REL::Offset(0x04484C70), REL::Offset(0x04484CF0) }; + inline constexpr std::array HUDRolloverActivationTeammateListener{ REL::Offset(0x04484D30) }; + inline constexpr std::array HUDRolloverActivationTerminalListener{ REL::Offset(0x04484DC8) }; + inline constexpr std::array HUDRolloverDataModel{ REL::Offset(0x04484358), REL::Offset(0x04484380), REL::Offset(0x04484398), REL::Offset(0x04484400), REL::Offset(0x04484418), REL::Offset(0x04484430), REL::Offset(0x04484448), REL::Offset(0x04484460), REL::Offset(0x04484478), REL::Offset(0x04484490), REL::Offset(0x044844A8), REL::Offset(0x044844C0), REL::Offset(0x044844D8), REL::Offset(0x044844F0), REL::Offset(0x04484508) }; + inline constexpr std::array HUDSocialCommandData{ REL::Offset(0x044A1E40) }; + inline constexpr std::array HUDSocialCommandDataModel{ REL::Offset(0x044A1E70) }; + inline constexpr std::array HUDSocialCommandDataModel__HUDSocialCommandDataEventShuttle{ REL::Offset(0x044A2230) }; + inline constexpr std::array HUDStarbornPowersDataModel{ REL::Offset(0x04486FC0), REL::Offset(0x04486FD8), REL::Offset(0x04486FF0) }; + inline constexpr std::array HUDStarbornPowersDataModel__HUDStarbornPowersEventShuttle{ REL::Offset(0x044871A8) }; + inline constexpr std::array HUDStealthDataModel{ REL::Offset(0x044872E8), REL::Offset(0x04487300) }; + inline constexpr std::array HUDStealthDataModel__HUDStealthEventShuttle{ REL::Offset(0x04487420) }; + inline constexpr std::array HUDSubtitleDataModel{ REL::Offset(0x04487628), REL::Offset(0x04487640), REL::Offset(0x04487658) }; + inline constexpr std::array HUDSubtitleDataModel__HUDSubtitleEventShuttle{ REL::Offset(0x04487600) }; + inline constexpr std::array HUDWatchEffectsModel{ REL::Offset(0x04487908), REL::Offset(0x04487920), REL::Offset(0x04487938), REL::Offset(0x04487950) }; + inline constexpr std::array HUDWatchEffectsModel__HUDWatchEffectsModelShuttle{ REL::Offset(0x04488300) }; + inline constexpr std::array HangarShipSelection_ChangeSystemDisplay{ REL::Offset(0x0447C680) }; + inline constexpr std::array HangarShipSelection_RepairShip{ REL::Offset(0x0447C660) }; + inline constexpr std::array HangarShipSelection_UpgradeSystem{ REL::Offset(0x0447C640) }; + inline constexpr std::array HasSpellVisitor{ REL::Offset(0x044DA120) }; + inline constexpr std::array HavokErrorCRTestApp{ REL::Offset(0x03F278B0) }; + inline constexpr std::array HavokFileStreambufWriter{ REL::Offset(0x04412DA8) }; + inline constexpr std::array HavokParticleDef__BaseShape{ REL::Offset(0x0457CCB0) }; + inline constexpr std::array HavokParticleDef__BoxShape{ REL::Offset(0x0457CB90) }; + inline constexpr std::array HavokParticleDef__CapsuleShape{ REL::Offset(0x0457CC20) }; + inline constexpr std::array HavokParticleDef__ConvexShape{ REL::Offset(0x0457CC50) }; + inline constexpr std::array HavokParticleDef__CubeShape{ REL::Offset(0x0457CBC0) }; + inline constexpr std::array HavokParticleDef__CylinderShape{ REL::Offset(0x0457CBF0) }; + inline constexpr std::array HavokParticleDef__SphereShape{ REL::Offset(0x0457CC80) }; + inline constexpr std::array HavokStreambufFactory{ REL::Offset(0x04412E00) }; + inline constexpr std::array Hazard{ REL::Offset(0x044ED9B8), REL::Offset(0x044EDA88), REL::Offset(0x044EDAA0), REL::Offset(0x044EDB08), REL::Offset(0x044EDB28), REL::Offset(0x044EDB38), REL::Offset(0x044EDB50), REL::Offset(0x044EE4D8), REL::Offset(0x044EE4F0), REL::Offset(0x044EE508), REL::Offset(0x044EE520) }; + inline constexpr std::array HeadTrackingOffHandler{ REL::Offset(0x044E5F58) }; + inline constexpr std::array HeadTrackingOnHandler{ REL::Offset(0x044E5F70) }; + inline constexpr std::array HeadTrackingRotationOffHandler{ REL::Offset(0x044E4C70) }; + inline constexpr std::array HeadTrackingRotationOnHandler{ REL::Offset(0x044E4C88) }; + inline constexpr std::array HealthDamageFunctor{ REL::Offset(0x044F10E0) }; + inline constexpr std::array HeapAllocator{ REL::Offset(0x0456CE90) }; + inline constexpr std::array HelpData{ REL::Offset(0x0447DEC8) }; + inline constexpr std::array HelpDataModel{ REL::Offset(0x0447DBB8) }; + inline constexpr std::array HelpDataModel__HelpDataModelEventShuttle{ REL::Offset(0x0447DF90) }; + inline constexpr std::array HelpTopicData{ REL::Offset(0x0447DBA0) }; + inline constexpr std::array HideSubsegmentHandler{ REL::Offset(0x044E4BF8) }; + inline constexpr std::array HighlightManager{ REL::Offset(0x04371988) }; + inline constexpr std::array HitFrameHandler{ REL::Offset(0x044E5CA0) }; + inline constexpr std::array HorseCameraState{ REL::Offset(0x0451A8F8) }; + inline constexpr std::array HudModeDataModel{ REL::Offset(0x04486B58) }; + inline constexpr std::array HudModeDataModel__HUDModeEventShuttle{ REL::Offset(0x04486B80) }; + inline constexpr std::array IAIWorldLocation{ REL::Offset(0x04343898) }; + inline constexpr std::array IAIWorldLocationHandle{ REL::Offset(0x044451C0) }; + inline constexpr std::array IAimAssistImpl{ REL::Offset(0x0445E180) }; + inline constexpr std::array IAnimationEventDataForEachFunctor{ REL::Offset(0x04345948) }; + inline constexpr std::array IAnimationGraphManagerLoadingTask{ REL::Offset(0x044561D8) }; + inline constexpr std::array IAnimationStanceData{ REL::Offset(0x0456C090) }; + inline constexpr std::array IAnimationStreamWrite{ REL::Offset(0x043D1370) }; + inline constexpr std::array IBGSBaseFormData{ REL::Offset(0x0436F4C8) }; + inline constexpr std::array IBSTCreator_AnimGraphNode_{ REL::Offset(0x03F2DF88) }; + inline constexpr std::array IBSTCreator_BSAnimationDBData_{ REL::Offset(0x03F2E200) }; + inline constexpr std::array IBSTCreator_BSIMusicTrack_{ REL::Offset(0x03F2E168) }; + inline constexpr std::array IBSTCreator_BSNoise__IGenerator_{ REL::Offset(0x03F2E310) }; + inline constexpr std::array IBSTCreator_BSPathingCell_{ REL::Offset(0x03F2CB38) }; + inline constexpr std::array IBSTCreator_BSPathingDoor_{ REL::Offset(0x03F2E140) }; + inline constexpr std::array IBSTCreator_BSPathingLockData_{ REL::Offset(0x03F2E1B0) }; + inline constexpr std::array IBSTCreator_BSPathingRequest_{ REL::Offset(0x03F2E028) }; + inline constexpr std::array IBSTCreator_BSPathingSolution_{ REL::Offset(0x03F2E3A8) }; + inline constexpr std::array IBSTCreator_BSPathingTraversalAction_{ REL::Offset(0x03F2E1D8) }; + inline constexpr std::array IBSTCreator_BSPathingTraversalData_{ REL::Offset(0x03F2CB60) }; + inline constexpr std::array IBSTCreator_BSPathingTraversalLink_{ REL::Offset(0x03F2CDA0) }; + inline constexpr std::array IBSTCreator_BSSpatialGraphSearchDebugData_{ REL::Offset(0x03F2E2C0) }; + inline constexpr std::array IBSTCreator_BoneModifierData_{ REL::Offset(0x03F2E0A0) }; + inline constexpr std::array IBSTCreator_CombatObjectBase_{ REL::Offset(0x03F2DFD8) }; + inline constexpr std::array IBSTCreator_IAIWorldLocation_{ REL::Offset(0x03F2E0C8) }; + inline constexpr std::array IBSTCreator_IAnimationStanceData_{ REL::Offset(0x03F2E368) }; + inline constexpr std::array IBSTCreator_IHandlerFunctor_Actor_BSFixedString__{ REL::Offset(0x03F2DFB0) }; + inline constexpr std::array IBSTCreator_IHandlerFunctor_TESObjectREFR_BSFixedString__{ REL::Offset(0x03F2E298) }; + inline constexpr std::array IBSTCreator_IMovementParameters_{ REL::Offset(0x03F2E078) }; + inline constexpr std::array IBSTCreator_IPackageData_{ REL::Offset(0x03F2E248) }; + inline constexpr std::array IBSTCreator_IProcedureTreeExecState_{ REL::Offset(0x03F2E050) }; + inline constexpr std::array IBSTCreator_IProcedureTreeItem_{ REL::Offset(0x03F2E2E8) }; + inline constexpr std::array IBSTCreator_IProcedure_{ REL::Offset(0x03F2E000) }; + inline constexpr std::array IBSTCreator_InitActionI_{ REL::Offset(0x03F2DA90) }; + inline constexpr std::array IBSTCreator_MovementAgent_{ REL::Offset(0x03F2E118) }; + inline constexpr std::array IBSTCreator_MovementArbiter_{ REL::Offset(0x03F2E270) }; + inline constexpr std::array IBSTCreator_MovementMessage_{ REL::Offset(0x03F2E0F0) }; + inline constexpr std::array IBSTCreator_RefrInteraction_{ REL::Offset(0x03F2C9F8) }; + inline constexpr std::array ICheckEndReachedFunctor{ REL::Offset(0x045A4180) }; + inline constexpr std::array ICheckEndReachedFunctorMapper{ REL::Offset(0x0459E638) }; + inline constexpr std::array ICommandLineHandler{ REL::Offset(0x03F2DB18) }; + inline constexpr std::array IConvexOverlapImpl{ REL::Offset(0x0401A8F0) }; + inline constexpr std::array IConvexOverlapImpl__ShapeInterface{ REL::Offset(0x0401A8D0) }; + inline constexpr std::array IDEvent{ REL::Offset(0x0456D520) }; + inline constexpr std::array IDataModel{ REL::Offset(0x0434CDC8) }; + inline constexpr std::array IExplosionFactory{ REL::Offset(0x03F2C6F0) }; + inline constexpr std::array IFadeDoneCallback{ REL::Offset(0x043C2140) }; + inline constexpr std::array IFormComponentFactoryCreator{ REL::Offset(0x03EF4E60) }; + inline constexpr std::array IFormComponentFactoryCreator__ReserveControl{ REL::Offset(0x0434B5D0) }; + inline constexpr std::array IFormFactory{ REL::Offset(0x03EFA718) }; + inline constexpr std::array IFormFactory__IFactoryVisitor{ REL::Offset(0x0436E240) }; + inline constexpr std::array IHUDRolloverActivationListener{ REL::Offset(0x04484738) }; + inline constexpr std::array IHandlerFunctor_Actor_BSFixedString_{ REL::Offset(0x044E5060) }; + inline constexpr std::array IHandlerFunctor_TESObjectREFR_BSFixedString_{ REL::Offset(0x044E5078) }; + inline constexpr std::array IMemoryManagerFile{ REL::Offset(0x044D4950) }; + inline constexpr std::array IMemoryManagerFileFactory{ REL::Offset(0x03F2BCD8) }; + inline constexpr std::array IMemoryStore{ REL::Offset(0x0456D038) }; + inline constexpr std::array IMemoryStoreBase{ REL::Offset(0x0456D010) }; + inline constexpr std::array IMenu{ REL::Offset(0x0458F960), REL::Offset(0x0458FA38), REL::Offset(0x0458FA90) }; + inline constexpr std::array IMessageBoxCallback{ REL::Offset(0x043BB918) }; + inline constexpr std::array IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ REL::Offset(0x03F2E390) }; + inline constexpr std::array IMovementAgentDataTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ REL::Offset(0x03F2DC70) }; + inline constexpr std::array IMovementAgentDataTracker_IMovementPathManagerAgent_MovementPathManagerAgentReturnData__AGENT_RESULT_{ REL::Offset(0x03F2DB50) }; + inline constexpr std::array IMovementAgentDataTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ REL::Offset(0x03F2DE10) }; + inline constexpr std::array IMovementAgentDataTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ REL::Offset(0x03F2DBC8) }; + inline constexpr std::array IMovementAvoidanceManager{ REL::Offset(0x044E0120) }; + inline constexpr std::array IMovementControllerNPCFunctor{ REL::Offset(0x044D4790) }; + inline constexpr std::array IMovementDirectControl{ REL::Offset(0x044E0B08) }; + inline constexpr std::array IMovementFormIDManager{ REL::Offset(0x03F2C720) }; + inline constexpr std::array IMovementPDControllerAccess{ REL::Offset(0x0459EB78) }; + inline constexpr std::array IMovementParameters{ REL::Offset(0x03F2C0B0) }; + inline constexpr std::array IMovementPlannerDirectControl{ REL::Offset(0x044E0B58) }; + inline constexpr std::array IMovementPlannerSetArbitration{ REL::Offset(0x0459D720) }; + inline constexpr std::array IMovementPlayIdleResult{ REL::Offset(0x0459E7F8) }; + inline constexpr std::array IMovementQueryFlight{ REL::Offset(0x045A39F0) }; + inline constexpr std::array IMovementQueryPathFollowing{ REL::Offset(0x0459E6B8) }; + inline constexpr std::array IMovementQueryState{ REL::Offset(0x044E0FC0) }; + inline constexpr std::array IMovementQueryStaticAvoider{ REL::Offset(0x0459F218) }; + inline constexpr std::array IMovementQueryTweener{ REL::Offset(0x0459DC78) }; + inline constexpr std::array IMovementQueryTweenerState{ REL::Offset(0x0459F970) }; + inline constexpr std::array IMovementSetCorrectionData{ REL::Offset(0x0459FA08) }; + inline constexpr std::array IMovementSetGoal{ REL::Offset(0x0459D3B8) }; + inline constexpr std::array IMovementSetPathFollowing{ REL::Offset(0x0459E658) }; + inline constexpr std::array IMovementSetRollTarget{ REL::Offset(0x0459EBA0) }; + inline constexpr std::array IMovementSetSprinting{ REL::Offset(0x043772E0) }; + inline constexpr std::array IMovementSetState{ REL::Offset(0x0459EAB8) }; + inline constexpr std::array IMovementSetStaticAvoider{ REL::Offset(0x0459F250) }; + inline constexpr std::array IMovementSetWarp{ REL::Offset(0x044E1158) }; + inline constexpr std::array INIPrefSetting{ REL::Offset(0x03F22538) }; + inline constexpr std::array INIPrefSettingCollection{ REL::Offset(0x0434C198) }; + inline constexpr std::array INISettingCollection{ REL::Offset(0x04344DE0) }; + inline constexpr std::array INavmeshSearchFilterSet{ REL::Offset(0x045A2BA8) }; + inline constexpr std::array IOControlNode{ REL::Offset(0x0457E1F8) }; + inline constexpr std::array IOManager{ REL::Offset(0x0457E350) }; + inline constexpr std::array IOManagerThread{ REL::Offset(0x0457E1D8) }; + inline constexpr std::array IOManager__SystemTaskService{ REL::Offset(0x0457E3E0) }; + inline constexpr std::array IOPostProcessNode{ REL::Offset(0x0457E260) }; + inline constexpr std::array IOPostProcessTaskNode{ REL::Offset(0x0457E360) }; + inline constexpr std::array IOSystemTask{ REL::Offset(0x0457E3C8) }; + inline constexpr std::array IOTask{ REL::Offset(0x0457E180) }; + inline constexpr std::array IOTaskNode{ REL::Offset(0x0457E2C8) }; + inline constexpr std::array IPackageData{ REL::Offset(0x04344080) }; + inline constexpr std::array IPackageDataTypeCheck{ REL::Offset(0x03F2E190) }; + inline constexpr std::array IPathBuilder{ REL::Offset(0x04512020) }; + inline constexpr std::array IPathBuilderFactoryBase{ REL::Offset(0x03F27A98) }; + inline constexpr std::array IPathBuilderTracker{ REL::Offset(0x03F2DB88) }; + inline constexpr std::array IPathFollowerState{ REL::Offset(0x045A41A8) }; + inline constexpr std::array IPathSmootherRayCast{ REL::Offset(0x0459ABA0) }; + inline constexpr std::array IPathingNodeGenerator{ REL::Offset(0x045A3E78) }; + inline constexpr std::array IPostAnimationChannelUpdateFunctor{ REL::Offset(0x043D0700) }; + inline constexpr std::array IProcedure{ REL::Offset(0x043443F8) }; + inline constexpr std::array IProcedureTreeExecState{ REL::Offset(0x04344500) }; + inline constexpr std::array IProcedureTreeItem{ REL::Offset(0x04446E98) }; + inline constexpr std::array IRaceSubGraphDataFunctor{ REL::Offset(0x04345A88) }; + inline constexpr std::array ISelectIdleFilter{ REL::Offset(0x045A0AA8) }; + inline constexpr std::array ISmoothingRayValidator{ REL::Offset(0x045A3EC8) }; + inline constexpr std::array ISpecialPurposeComponentHandler{ REL::Offset(0x03F2E338) }; + inline constexpr std::array IStaticAvoidNodeManager{ REL::Offset(0x044E15A8) }; + inline constexpr std::array IStringForwarder{ REL::Offset(0x0451D128) }; + inline constexpr std::array ITempEffectFactory{ REL::Offset(0x03F2DBB0) }; + inline constexpr std::array ITextRenderer{ REL::Offset(0x03F2DE78) }; + inline constexpr std::array ITrianglePathSplitter{ REL::Offset(0x0459AC60) }; + inline constexpr std::array ITweenerNodeFollowerSetup{ REL::Offset(0x044E12C8) }; + inline constexpr std::array IUIValue{ REL::Offset(0x0434CD60) }; + inline constexpr std::array IValidateGoalFunctor{ REL::Offset(0x044F11D0) }; + inline constexpr std::array IVisitProcedures{ REL::Offset(0x043DF790) }; + inline constexpr std::array IdleDialogueEnterHandler{ REL::Offset(0x044E4A30) }; + inline constexpr std::array IdleDialogueExitHandler{ REL::Offset(0x044E4A78) }; + inline constexpr std::array IdleFlavorHandler{ REL::Offset(0x044E4CB8) }; + inline constexpr std::array ImageFixtureEvent_RequestImage{ REL::Offset(0x045900B8) }; + inline constexpr std::array ImageFixtureEvent_UnregisterImage{ REL::Offset(0x04590098) }; + inline constexpr std::array ImageFixtureManager{ REL::Offset(0x03F0EBA8), REL::Offset(0x03F0EBC0) }; + inline constexpr std::array ImageSpaceManagerAgent{ REL::Offset(0x043581B0) }; + inline constexpr std::array ImageSpaceModifierInstance{ REL::Offset(0x043CCB80) }; + inline constexpr std::array ImageSpaceModifierInstanceCinematic{ REL::Offset(0x043CC1D0) }; + inline constexpr std::array ImageSpaceModifierInstanceDOF{ REL::Offset(0x043CC3C0) }; + inline constexpr std::array ImageSpaceModifierInstanceForm{ REL::Offset(0x043CC990) }; + inline constexpr std::array ImageSpaceModifierInstanceRB{ REL::Offset(0x043CC7A0) }; + inline constexpr std::array ImageSpaceModifierInstanceTemp{ REL::Offset(0x043CC5B0) }; + inline constexpr std::array ImmunityEffect{ REL::Offset(0x044C4F18) }; + inline constexpr std::array IndustrialCraftingMenu{ REL::Offset(0x044A7F10), REL::Offset(0x044A7FF0), REL::Offset(0x044A8048), REL::Offset(0x044A8060), REL::Offset(0x044A80B0), REL::Offset(0x044A80C8), REL::Offset(0x044A80E0), REL::Offset(0x044A80F8), REL::Offset(0x044A8110) }; + inline constexpr std::array IngredientItem{ REL::Offset(0x04362F80), REL::Offset(0x04362FE0), REL::Offset(0x04363040), REL::Offset(0x043630A0), REL::Offset(0x04363118), REL::Offset(0x04363138), REL::Offset(0x043631A8), REL::Offset(0x04363208), REL::Offset(0x04363220), REL::Offset(0x04363718), REL::Offset(0x04363780) }; + inline constexpr std::array InitActionI{ REL::Offset(0x04357E00) }; + inline constexpr std::array InitializeTraversalSubgraphDataFunctor{ REL::Offset(0x0437AD60) }; + inline constexpr std::array InputMemoryStreamBuffer{ REL::Offset(0x045B32B0) }; + inline constexpr std::array IntSeenData{ REL::Offset(0x044D5370) }; + inline constexpr std::array InteractionCombatDataCollectFunctor{ REL::Offset(0x04370EF0) }; + inline constexpr std::array InterruptCastHandler{ REL::Offset(0x044E6030) }; + inline constexpr std::array InventoryDataModelNS__InventoryItem{ REL::Offset(0x04479D78) }; + inline constexpr std::array InventoryDataModelNS__LootItem{ REL::Offset(0x04483EF8) }; + inline constexpr std::array InventoryDataModel_InventoryDataModelNS__InventoryItem_{ REL::Offset(0x04483F78), REL::Offset(0x04483FA8), REL::Offset(0x04483FC0), REL::Offset(0x04483FD8) }; + inline constexpr std::array InventoryDataModel_InventoryDataModelNS__InventoryItem___InventoryGameEventShuttle{ REL::Offset(0x04483600), REL::Offset(0x04483628), REL::Offset(0x04483640), REL::Offset(0x04483658), REL::Offset(0x04483670), REL::Offset(0x04483688), REL::Offset(0x044836A0), REL::Offset(0x044836B8) }; + inline constexpr std::array InventoryDataModel_PickpocketItemData_{ REL::Offset(0x044AA830), REL::Offset(0x044AA848), REL::Offset(0x044AA860), REL::Offset(0x044AA878) }; + inline constexpr std::array InventoryDataModel_PickpocketItemData___InventoryGameEventShuttle{ REL::Offset(0x044AB340), REL::Offset(0x044AB358), REL::Offset(0x044AB370), REL::Offset(0x044AB388), REL::Offset(0x044AB3A0), REL::Offset(0x044AB3B8), REL::Offset(0x044AB3D0), REL::Offset(0x044AB3E8) }; + inline constexpr std::array InventoryDataModel_PlayerInventoryItem_{ REL::Offset(0x0448EEA0), REL::Offset(0x0448EEB8), REL::Offset(0x0448EED0), REL::Offset(0x0448EEE8) }; + inline constexpr std::array InventoryDataModel_PlayerInventoryItem___InventoryGameEventShuttle{ REL::Offset(0x0448EF18), REL::Offset(0x0448EF30), REL::Offset(0x0448EF48), REL::Offset(0x0448EF60), REL::Offset(0x0448EF78), REL::Offset(0x0448EFA0), REL::Offset(0x0448EFB8), REL::Offset(0x0448EFD0) }; + inline constexpr std::array InventoryMenu{ REL::Offset(0x044A8668), REL::Offset(0x044A8748), REL::Offset(0x044A87A0), REL::Offset(0x044A87B8), REL::Offset(0x044A87D0), REL::Offset(0x044A87E8), REL::Offset(0x044A8800), REL::Offset(0x044A8818), REL::Offset(0x044A8830), REL::Offset(0x044A8848), REL::Offset(0x044A8860), REL::Offset(0x044A8878), REL::Offset(0x044A8890), REL::Offset(0x044A88A8) }; + inline constexpr std::array InventoryMenu_Change3DView{ REL::Offset(0x044A8A20) }; + inline constexpr std::array InventoryMenu_DropItem{ REL::Offset(0x044A8940) }; + inline constexpr std::array InventoryMenu_HideModel{ REL::Offset(0x044A8900) }; + inline constexpr std::array InventoryMenu_LoadModel{ REL::Offset(0x044A88E0) }; + inline constexpr std::array InventoryMenu_OnEnterCategory{ REL::Offset(0x044A89C0) }; + inline constexpr std::array InventoryMenu_OpenCargoHold{ REL::Offset(0x044A8960) }; + inline constexpr std::array InventoryMenu_PaperDollTryOn{ REL::Offset(0x044A8A00) }; + inline constexpr std::array InventoryMenu_ResetPaperDollInv{ REL::Offset(0x044A8A40) }; + inline constexpr std::array InventoryMenu_SelectItem{ REL::Offset(0x044A8920) }; + inline constexpr std::array InventoryMenu_SetMouseOverModel{ REL::Offset(0x044A89A0) }; + inline constexpr std::array InventoryMenu_StartCloseAnim{ REL::Offset(0x044A89E0) }; + inline constexpr std::array InventoryMenu_ToggleFavorite{ REL::Offset(0x044A8980) }; + inline constexpr std::array InventoryMenu_ToggleHelmet{ REL::Offset(0x044A8A60) }; + inline constexpr std::array InventoryMenu_ToggleSuit{ REL::Offset(0x044A8A80) }; + inline constexpr std::array InventoryScoringFunctor{ REL::Offset(0x043CF768) }; + inline constexpr std::array Inventory_SetSort{ REL::Offset(0x04488348) }; + inline constexpr std::array InvisibilityEffect{ REL::Offset(0x044C5050) }; + inline constexpr std::array IronSightsState{ REL::Offset(0x0451A9D0) }; + inline constexpr std::array ItemCraftingBase{ REL::Offset(0x0447FFD0), REL::Offset(0x0447FFE8), REL::Offset(0x04480000), REL::Offset(0x04480018), REL::Offset(0x044800D0), REL::Offset(0x044800E8) }; + inline constexpr std::array ItemModInfoCardDataModel{ REL::Offset(0x04488AB8) }; + inline constexpr std::array ItemModInfoCardDataModel__ItemModInfoCardEventShuttle{ REL::Offset(0x04489430) }; + inline constexpr std::array ItemModdingBase{ REL::Offset(0x04480068), REL::Offset(0x04480128), REL::Offset(0x04480140), REL::Offset(0x04480158), REL::Offset(0x04480170), REL::Offset(0x04480188), REL::Offset(0x044801A0), REL::Offset(0x044801B8), REL::Offset(0x044801D0), REL::Offset(0x044801E8), REL::Offset(0x04480200) }; + inline constexpr std::array ItemModsDataModel{ REL::Offset(0x04488AE8) }; + inline constexpr std::array ItemModsDataModel__ItemModsEventShuttle{ REL::Offset(0x04489408) }; + inline constexpr std::array JetpackEffect{ REL::Offset(0x044C51B0), REL::Offset(0x044C51C8), REL::Offset(0x044C51E0), REL::Offset(0x044C51F8), REL::Offset(0x044C5210), REL::Offset(0x044C5240), REL::Offset(0x044C5378), REL::Offset(0x044C5390) }; + inline constexpr std::array JetpackSM__JetpackState_JetpackSM__Active_{ REL::Offset(0x044C5478) }; + inline constexpr std::array JetpackSM__JetpackState_JetpackSM__Hover_{ REL::Offset(0x044C5548) }; + inline constexpr std::array JetpackSM__JetpackState_JetpackSM__Inactive_{ REL::Offset(0x044C53A8) }; + inline constexpr std::array JetpackSM__JetpackState_JetpackSM__ZeroGInitial_{ REL::Offset(0x044C54E0) }; + inline constexpr std::array JetpackSM__JetpackState_JetpackSM__ZeroGSustained_{ REL::Offset(0x044C5410) }; + inline constexpr std::array JetpackUtils__TESCellReferenceAttachDetachEventSink{ REL::Offset(0x044C5228) }; + inline constexpr std::array Json__BuiltStyledStreamWriter{ REL::Offset(0x040774B0) }; + inline constexpr std::array Json__CharReader{ REL::Offset(0x04076808) }; + inline constexpr std::array Json__CharReaderBuilder{ REL::Offset(0x04076820) }; + inline constexpr std::array Json__CharReader__Factory{ REL::Offset(0x040767F0) }; + inline constexpr std::array Json__OurCharReader{ REL::Offset(0x04076CA8) }; + inline constexpr std::array Json__StreamWriter{ REL::Offset(0x04076850) }; + inline constexpr std::array Json__StreamWriterBuilder{ REL::Offset(0x04076868) }; + inline constexpr std::array Json__StreamWriter__Factory{ REL::Offset(0x04076838) }; + inline constexpr std::array JumpAnimEventHandler{ REL::Offset(0x044E4A48) }; + inline constexpr std::array KillActorHandler{ REL::Offset(0x044E5A90) }; + inline constexpr std::array KillMoveEndHandler{ REL::Offset(0x044E5DA8) }; + inline constexpr std::array KillMoveStartHandler{ REL::Offset(0x044E5DC0) }; + inline constexpr std::array KnockdownHandler{ REL::Offset(0x044E4B38) }; + inline constexpr std::array KnockdownTargetHandler{ REL::Offset(0x044E4B20) }; + inline constexpr std::array LODData{ REL::Offset(0x043541D0) }; + inline constexpr std::array LOD__Details__BGSPropagationSite{ REL::Offset(0x0434B240) }; + inline constexpr std::array LeftHandSpellCastHandler{ REL::Offset(0x044E5C58) }; + inline constexpr std::array LeftHandSpellFireHandler{ REL::Offset(0x044E5C28) }; + inline constexpr std::array LegacyNif__BSEffectShaderProperty{ REL::Offset(0x04787B80) }; + inline constexpr std::array LegacyNif__BSLightingShaderProperty{ REL::Offset(0x04787F50) }; + inline constexpr std::array LegacyNif__BSMasterParticleSystem{ REL::Offset(0x04788D78) }; + inline constexpr std::array LegacyNif__BSMultiBound{ REL::Offset(0x04787090) }; + inline constexpr std::array LegacyNif__BSMultiBoundNode{ REL::Offset(0x04786D90) }; + inline constexpr std::array LegacyNif__BSMultiBoundOBB{ REL::Offset(0x04789258) }; + inline constexpr std::array LegacyNif__BSPSysInheritVelocityModifier{ REL::Offset(0x0478B050) }; + inline constexpr std::array LegacyNif__BSPSysLODModifier{ REL::Offset(0x047882F8) }; + inline constexpr std::array LegacyNif__BSPSysScaleModifier{ REL::Offset(0x0478AB10) }; + inline constexpr std::array LegacyNif__BSPSysSimpleColorModifier{ REL::Offset(0x047889F8) }; + inline constexpr std::array LegacyNif__BSPSysSubTexModifier{ REL::Offset(0x04788BB8) }; + inline constexpr std::array LegacyNif__BSPositionData{ REL::Offset(0x04789078) }; + inline constexpr std::array LegacyNif__BSShaderProperty{ REL::Offset(0x04787D68) }; + inline constexpr std::array LegacyNif__BSShaderTextureSet{ REL::Offset(0x047877F0) }; + inline constexpr std::array LegacyNif__BSSubIndexTriShape{ REL::Offset(0x04789418) }; + inline constexpr std::array LegacyNif__BSWaterShaderProperty{ REL::Offset(0x04787608) }; + inline constexpr std::array LegacyNif__BSWindModifier{ REL::Offset(0x0478ACD0) }; + inline constexpr std::array LegacyNif__NiAlphaProperty{ REL::Offset(0x047879B0) }; + inline constexpr std::array LegacyNif__NiPSysAgeDeathModifier{ REL::Offset(0x047884B8) }; + inline constexpr std::array LegacyNif__NiPSysBombModifier{ REL::Offset(0x0478A5D0) }; + inline constexpr std::array LegacyNif__NiPSysBoundUpdateModifier{ REL::Offset(0x0478A950) }; + inline constexpr std::array LegacyNif__NiPSysBoxEmitter{ REL::Offset(0x04789B50) }; + inline constexpr std::array LegacyNif__NiPSysColliderManager{ REL::Offset(0x0478A410) }; + inline constexpr std::array LegacyNif__NiPSysCylinderEmitter{ REL::Offset(0x04789D10) }; + inline constexpr std::array LegacyNif__NiPSysData{ REL::Offset(0x04789990) }; + inline constexpr std::array LegacyNif__NiPSysDragModifier{ REL::Offset(0x04788678) }; + inline constexpr std::array LegacyNif__NiPSysGravityModifier{ REL::Offset(0x0478AE90) }; + inline constexpr std::array LegacyNif__NiPSysMeshEmitter{ REL::Offset(0x0478A250) }; + inline constexpr std::array LegacyNif__NiPSysPlanarCollider{ REL::Offset(0x0478A090) }; + inline constexpr std::array LegacyNif__NiPSysPositionModifier{ REL::Offset(0x04788838) }; + inline constexpr std::array LegacyNif__NiPSysRotationModifier{ REL::Offset(0x0478A790) }; + inline constexpr std::array LegacyNif__NiPSysSpawnModifier{ REL::Offset(0x04788138) }; + inline constexpr std::array LegacyNif__NiPSysSphereEmitter{ REL::Offset(0x04789ED0) }; + inline constexpr std::array LegacyNif__NiParticleSystem{ REL::Offset(0x047896E8) }; + inline constexpr std::array LegacyNif__SkyShaderProperty{ REL::Offset(0x04787420) }; + inline constexpr std::array LensFlareAttachmentComponent{ REL::Offset(0x0434BA38), REL::Offset(0x0434BA50) }; + inline constexpr std::array LevelUp_AnimFinished{ REL::Offset(0x044A3050) }; + inline constexpr std::array LevelUp_OnWidgetShown{ REL::Offset(0x044A30D0) }; + inline constexpr std::array LevelUp_OpenDataMenu{ REL::Offset(0x044A3070) }; + inline constexpr std::array LevelUp_ShowSkills{ REL::Offset(0x044A3090) }; + inline constexpr std::array LightAnimFormComponent{ REL::Offset(0x04355DF0) }; + inline constexpr std::array LightAttachmentFormComponent{ REL::Offset(0x04355E50), REL::Offset(0x04355EB8) }; + inline constexpr std::array LightAttachmentRuntimeComponentUpdateService{ REL::Offset(0x044D4800) }; + inline constexpr std::array LightEffect{ REL::Offset(0x044C55B0) }; + inline constexpr std::array LinearVariable{ REL::Offset(0x0456A388) }; + inline constexpr std::array LinearVariableInstance{ REL::Offset(0x0456A3F0) }; + inline constexpr std::array LinkedCellProcessHelper{ REL::Offset(0x04560A00), REL::Offset(0x04560A18), REL::Offset(0x04560A30), REL::Offset(0x04560A48), REL::Offset(0x04560A60), REL::Offset(0x04560A78), REL::Offset(0x04560A90), REL::Offset(0x04560AA8), REL::Offset(0x04560AC0), REL::Offset(0x04560AD8), REL::Offset(0x04560B20) }; + inline constexpr std::array LoadBufferStorageWrapper{ REL::Offset(0x044D0E20) }; + inline constexpr std::array LoadFileStorageWrapper{ REL::Offset(0x044D0DE0) }; + inline constexpr std::array LoadGameMagicCasterVisitor{ REL::Offset(0x044D8958) }; + inline constexpr std::array LoadSavePanelDataModel{ REL::Offset(0x04489AA8) }; + inline constexpr std::array LoadSavePanelDataModel__LoadSavePanelEventShuttle{ REL::Offset(0x0448A1B8) }; + inline constexpr std::array LoadScreenRenderingEventHandler{ REL::Offset(0x0447D9B8), REL::Offset(0x0447D9D0), REL::Offset(0x0447D9E8) }; + inline constexpr std::array LoadStorageWrapperBase{ REL::Offset(0x044D0DA0) }; + inline constexpr std::array LoadTraversalSubgraphDataFunctor{ REL::Offset(0x0437AD78) }; + inline constexpr std::array LoadedAreaBound{ REL::Offset(0x044130A0) }; + inline constexpr std::array LoadedCellDB__IStateControl{ REL::Offset(0x04353128) }; + inline constexpr std::array LoadedCellDB__LoadCell{ REL::Offset(0x04353088) }; + inline constexpr std::array LoadedCellDB__PostProcessCell{ REL::Offset(0x04353020) }; + inline constexpr std::array LoadedCellDB__SignalDoneTask{ REL::Offset(0x04353110) }; + inline constexpr std::array LoadingMenu{ REL::Offset(0x0451F6D8), REL::Offset(0x0451F730), REL::Offset(0x0451F810), REL::Offset(0x0451F828) }; + inline constexpr std::array LoadingMenuDataModel{ REL::Offset(0x044896D0) }; + inline constexpr std::array LoadingMenuDataModel__LoadingMenuEventShuttle{ REL::Offset(0x044897C0) }; + inline constexpr std::array LoadingMenu_RefreshText{ REL::Offset(0x0451F6B8) }; + inline constexpr std::array LocalEnvData{ REL::Offset(0x0448A418) }; + inline constexpr std::array LocalEnvData_Frequent{ REL::Offset(0x0448A400) }; + inline constexpr std::array LocalEnvironmentDataModel{ REL::Offset(0x0448A248) }; + inline constexpr std::array LocationTextWidget_FinishedQueue{ REL::Offset(0x044A30B0) }; + inline constexpr std::array LockEffect{ REL::Offset(0x044C56C0) }; + inline constexpr std::array LocomotionBlend{ REL::Offset(0x0456B9D8) }; + inline constexpr std::array LocomotionBlendInstance{ REL::Offset(0x0456B968) }; + inline constexpr std::array LookAtChainData{ REL::Offset(0x0434FF58) }; + inline constexpr std::array LookAtChainInstance{ REL::Offset(0x0434FF98) }; + inline constexpr std::array LookAtNode{ REL::Offset(0x0456B360) }; + inline constexpr std::array LookAtNodeInstance{ REL::Offset(0x0456B3C8) }; + inline constexpr std::array LoopingActivateHandler{ REL::Offset(0x044E48F8) }; + inline constexpr std::array MagicCaster{ REL::Offset(0x044C5A28) }; + inline constexpr std::array MagicCaster__PostCreationCallback{ REL::Offset(0x044C5B20) }; + inline constexpr std::array MagicItem{ REL::Offset(0x03EF2ED0), REL::Offset(0x03EF33E8), REL::Offset(0x03EF3460), REL::Offset(0x03EF3AC0), REL::Offset(0x03EF3B50) }; + inline constexpr std::array MagicItemDataCollector{ REL::Offset(0x044C3CD8) }; + inline constexpr std::array MagicItemFindKeywordFunctor{ REL::Offset(0x04363868) }; + inline constexpr std::array MagicItemTraversalFunctor{ REL::Offset(0x04363850) }; + inline constexpr std::array MagicTarget{ REL::Offset(0x044C5BD8) }; + inline constexpr std::array MagicTarget__IPostCreationModification{ REL::Offset(0x044C4110) }; + inline constexpr std::array Main{ REL::Offset(0x044D45B8) }; + inline constexpr std::array MainMenu{ REL::Offset(0x0451FE10), REL::Offset(0x0451FEF0), REL::Offset(0x0451FF48), REL::Offset(0x0451FF60), REL::Offset(0x0451FF78), REL::Offset(0x0451FF90), REL::Offset(0x0451FFA8), REL::Offset(0x0451FFC0), REL::Offset(0x0451FFD8), REL::Offset(0x0451FFF0), REL::Offset(0x04520008), REL::Offset(0x04520020), REL::Offset(0x04520038) }; + inline constexpr std::array MainMenuConfirmationDataModel{ REL::Offset(0x0448AB30) }; + inline constexpr std::array MainMenuConfirmationDataModel__MainMenuConfirmationEventShuttle{ REL::Offset(0x0448B5A8) }; + inline constexpr std::array MainMenuGamerInfoDataModel{ REL::Offset(0x0448AB80) }; + inline constexpr std::array MainMenuGamerInfoDataModel__MainMenuGamerInfoEventShuttle{ REL::Offset(0x0448B508) }; + inline constexpr std::array MainMenuListDataModel{ REL::Offset(0x0448AB58) }; + inline constexpr std::array MainMenuListDataModel__MainMenuListEventShuttle{ REL::Offset(0x0448B5D0) }; + inline constexpr std::array MainMenuMOTDDataModel{ REL::Offset(0x0448AB08) }; + inline constexpr std::array MainMenuMOTDDataModel__MOTDDataModelEventShuttle{ REL::Offset(0x0448B580) }; + inline constexpr std::array MainMenuPipelineProgressDataModel{ REL::Offset(0x0448ABC8) }; + inline constexpr std::array MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataEventShuttle{ REL::Offset(0x0448B530) }; + inline constexpr std::array MainMenuStateDataModel{ REL::Offset(0x0448B7D0) }; + inline constexpr std::array MainMenuStateDataModel__MainMenuStateEventShuttle{ REL::Offset(0x0448B8C0) }; + inline constexpr std::array MainMenu_ActionCanceled{ REL::Offset(0x04520090) }; + inline constexpr std::array MainMenu_ActionConfirmed{ REL::Offset(0x04520070) }; + inline constexpr std::array MainMenu_ConfirmLoad{ REL::Offset(0x045200D0) }; + inline constexpr std::array MainMenu_DeleteSave{ REL::Offset(0x045200F0) }; + inline constexpr std::array MainMenu_LegalScreenComplete{ REL::Offset(0x04520150) }; + inline constexpr std::array MainMenu_SetCharacter{ REL::Offset(0x04520110) }; + inline constexpr std::array MainMenu_StartAction{ REL::Offset(0x04520050) }; + inline constexpr std::array MainMenu_StartLoad{ REL::Offset(0x045200B0) }; + inline constexpr std::array MainMenu_UploadSave{ REL::Offset(0x04520130) }; + inline constexpr std::array MassSpringDampenVariable{ REL::Offset(0x04569A48) }; + inline constexpr std::array MassSpringDampenVariableInstance{ REL::Offset(0x045699D8) }; + inline constexpr std::array MaterialLayerInterface{ REL::Offset(0x0436A4D0) }; + inline constexpr std::array MaterialLayerSequence{ REL::Offset(0x045675E8) }; + inline constexpr std::array MaterialLayerSequenceInstance{ REL::Offset(0x045691F8) }; + inline constexpr std::array MeleeAimAssistData{ REL::Offset(0x0438BBD0) }; + inline constexpr std::array MeleeAimAssistImpl{ REL::Offset(0x0445E0E0) }; + inline constexpr std::array MemoryManagement__PMPEventSink{ REL::Offset(0x03F2DC58) }; + inline constexpr std::array MemoryManagerFile{ REL::Offset(0x044D48F8) }; + inline constexpr std::array MenuActor{ REL::Offset(0x044A49F8), REL::Offset(0x044A4A10), REL::Offset(0x044A5728), REL::Offset(0x044A5740), REL::Offset(0x044A5758), REL::Offset(0x044A5770), REL::Offset(0x044A5788), REL::Offset(0x044A5858), REL::Offset(0x044A5870), REL::Offset(0x044A58D8), REL::Offset(0x044A58F8), REL::Offset(0x044A5970), REL::Offset(0x044A5980), REL::Offset(0x044A5998), REL::Offset(0x044A5B48), REL::Offset(0x044A5B60), REL::Offset(0x044A5B88), REL::Offset(0x044A5BA0), REL::Offset(0x044A5BB8), REL::Offset(0x044A5BD0), REL::Offset(0x044A5BE8), REL::Offset(0x044A5BF8), REL::Offset(0x044A5C10), REL::Offset(0x044A5C20), REL::Offset(0x044A5C30), REL::Offset(0x044A5C40) }; + inline constexpr std::array MenuControls{ REL::Offset(0x045202A0) }; + inline constexpr std::array MenuCursor{ REL::Offset(0x0458FC80), REL::Offset(0x0458FC98) }; + inline constexpr std::array MenuOpenHandler{ REL::Offset(0x04520420), REL::Offset(0x04520478) }; + inline constexpr std::array MenuPaperDoll{ REL::Offset(0x044A5C70) }; + inline constexpr std::array MenuTopicManager{ REL::Offset(0x044C8D48), REL::Offset(0x044C8D60) }; + inline constexpr std::array MergeNode{ REL::Offset(0x0456BA50) }; + inline constexpr std::array MergeNodeInstance{ REL::Offset(0x0456BAB8) }; + inline constexpr std::array MeshLODDistanceOverride{ REL::Offset(0x04354110) }; + inline constexpr std::array MessageBoxMenu{ REL::Offset(0x045207F0), REL::Offset(0x045208D0), REL::Offset(0x04520928), REL::Offset(0x04520940), REL::Offset(0x04520968), REL::Offset(0x04520980), REL::Offset(0x04520998), REL::Offset(0x045209B0) }; + inline constexpr std::array MessageBoxMenu_OnBackOut{ REL::Offset(0x045207B8) }; + inline constexpr std::array MessageBoxMenu_OnButtonPress{ REL::Offset(0x04520798) }; + inline constexpr std::array MessageBoxMenu__MessageBoxMenuEventShuttle{ REL::Offset(0x04520D90) }; + inline constexpr std::array MessageMenuManager{ REL::Offset(0x045207D8) }; + inline constexpr std::array MigrateSharedStateFromPreviousView{ REL::Offset(0x044CE878) }; + inline constexpr std::array MirrorModifier{ REL::Offset(0x04567580) }; + inline constexpr std::array MirrorModifierInstance{ REL::Offset(0x04569268) }; + inline constexpr std::array MiscStatManager__FindStatByCRC{ REL::Offset(0x043DF7A8) }; + inline constexpr std::array MiscStatManager____RevertStatVisitor{ REL::Offset(0x044D4980) }; + inline constexpr std::array MiscStatManager____SaveStatVisitor{ REL::Offset(0x044D4998) }; + inline constexpr std::array MissileProjectile{ REL::Offset(0x044EEDF0), REL::Offset(0x044EEE08), REL::Offset(0x044EEE20), REL::Offset(0x044EEE38), REL::Offset(0x044EEE50), REL::Offset(0x044EEF20), REL::Offset(0x044EEF40), REL::Offset(0x044EEFA8), REL::Offset(0x044EEFB8), REL::Offset(0x044EFAB0), REL::Offset(0x044EFAC8) }; + inline constexpr std::array MissionBoardMenu{ REL::Offset(0x044A8E88), REL::Offset(0x044A8F68), REL::Offset(0x044A8FC0), REL::Offset(0x044A8FD8), REL::Offset(0x044A9000), REL::Offset(0x044A9018), REL::Offset(0x044A9030), REL::Offset(0x044A9048) }; + inline constexpr std::array MissionBoardMenu__MissionBoardMenuEventShuttle{ REL::Offset(0x044A96F8) }; + inline constexpr std::array MissionBoard_MissionEntryChanged{ REL::Offset(0x044A8E68) }; + inline constexpr std::array MissionBoard_MissionEntryPressed{ REL::Offset(0x044A8E48) }; + inline constexpr std::array MissionMenu_ClearState{ REL::Offset(0x044A6D78) }; + inline constexpr std::array MissionMenu_PlotToLocation{ REL::Offset(0x044A7050) }; + inline constexpr std::array MissionMenu_RejectQuest{ REL::Offset(0x044A7090) }; + inline constexpr std::array MissionMenu_SaveCategoryIndex{ REL::Offset(0x044A6D58) }; + inline constexpr std::array MissionMenu_SaveOpenedId{ REL::Offset(0x044A70B0) }; + inline constexpr std::array MissionMenu_ShowItemLocation{ REL::Offset(0x044A7030) }; + inline constexpr std::array MissionMenu_ToggleQTDisplay{ REL::Offset(0x044A6D98) }; + inline constexpr std::array MissionMenu_ToggleTrackingQuest{ REL::Offset(0x044A7070) }; + inline constexpr std::array MobIterOperator{ REL::Offset(0x043E8800) }; + inline constexpr std::array ModelReferenceEffect{ REL::Offset(0x044C5C88), REL::Offset(0x044C5CA0), REL::Offset(0x044C5F48), REL::Offset(0x044C6020) }; + inline constexpr std::array MomentumAnimation{ REL::Offset(0x0456A2A0) }; + inline constexpr std::array MomentumAnimationInstance{ REL::Offset(0x0456A308) }; + inline constexpr std::array MomentumSwitchback{ REL::Offset(0x0456A220) }; + inline constexpr std::array MomentumSwitchbackInstance{ REL::Offset(0x0456A1B0) }; + inline constexpr std::array MonocleMenu{ REL::Offset(0x044A9E98), REL::Offset(0x044A9EB0), REL::Offset(0x044A9F08) }; + inline constexpr std::array MonocleMenu_Bioscan{ REL::Offset(0x044AA120) }; + inline constexpr std::array MonocleMenu_FastTravel{ REL::Offset(0x044AA020) }; + inline constexpr std::array MonocleMenu_Harvest{ REL::Offset(0x044AA140) }; + inline constexpr std::array MonocleMenu_Initialize{ REL::Offset(0x044AA1A0) }; + inline constexpr std::array MonocleMenu_Outpost{ REL::Offset(0x044AA160) }; + inline constexpr std::array MonocleMenu_PhotoMode{ REL::Offset(0x044AA0E0) }; + inline constexpr std::array MonocleMenu_Shutdown{ REL::Offset(0x044AA180) }; + inline constexpr std::array MonocleMenu_SocialSpell{ REL::Offset(0x044AA100) }; + inline constexpr std::array MonocleMenu_StartContainerView{ REL::Offset(0x044AA060) }; + inline constexpr std::array MonocleMenu_StopContainerView{ REL::Offset(0x044AA040) }; + inline constexpr std::array MonocleMenu_SurfaceMap{ REL::Offset(0x044AA080) }; + inline constexpr std::array MonocleMenu_UseListScrollControls{ REL::Offset(0x044AA000) }; + inline constexpr std::array MonocleMenu_ZoomIn{ REL::Offset(0x044AA0C0) }; + inline constexpr std::array MonocleMenu_ZoomOut{ REL::Offset(0x044AA0A0) }; + inline constexpr std::array MonocleUIDataModel{ REL::Offset(0x044A0B38), REL::Offset(0x044A0B50), REL::Offset(0x044A0B68), REL::Offset(0x044A0B80), REL::Offset(0x044A0BA8), REL::Offset(0x044A0BC0), REL::Offset(0x044A0BD8) }; + inline constexpr std::array MonocleUIDataModel__EventData{ REL::Offset(0x044A08B0) }; + inline constexpr std::array MonocleUIDataModel__MenuData{ REL::Offset(0x044A0AD8) }; + inline constexpr std::array MonocleUIDataModel__MenuFreqData{ REL::Offset(0x044A0A10) }; + inline constexpr std::array MonocleUIDataModel__MonocleUIDataEventShuttle{ REL::Offset(0x044A0CD0) }; + inline constexpr std::array MonocleUIDataModel__PickRefData{ REL::Offset(0x044A08C8) }; + inline constexpr std::array MonocleUIDataModel__ResourceArcData{ REL::Offset(0x044A08E0) }; + inline constexpr std::array MonocleUIDataModel__ResourceData{ REL::Offset(0x044A0C08) }; + inline constexpr std::array MonocleUIDataModel__ScannableMapMarkerData{ REL::Offset(0x044A0C50) }; + inline constexpr std::array MonocleUIDataModel__SocialSpellData{ REL::Offset(0x044A0C38) }; + inline constexpr std::array MorphDriverData{ REL::Offset(0x04390FA0) }; + inline constexpr std::array MorphDriverInstance{ REL::Offset(0x04391200) }; + inline constexpr std::array MotionDrivenHandler{ REL::Offset(0x044E5D48) }; + inline constexpr std::array MotionDrivenHandlerReference{ REL::Offset(0x044E4FE8) }; + inline constexpr std::array MountDismountEndHandler{ REL::Offset(0x044E5E50) }; + inline constexpr std::array MountInteraction{ REL::Offset(0x044DB4D8) }; + inline constexpr std::array MouseMoveEvent{ REL::Offset(0x0456D4C0) }; + inline constexpr std::array MovementAgent{ REL::Offset(0x045A0710) }; + inline constexpr std::array MovementAgentActorAvoider{ REL::Offset(0x0459F588), REL::Offset(0x0459F5B0), REL::Offset(0x0459F5F8), REL::Offset(0x0459F620), REL::Offset(0x0459F698) }; + inline constexpr std::array MovementAgentActorState{ REL::Offset(0x0459E9C8), REL::Offset(0x0459E9E8), REL::Offset(0x0459EA08), REL::Offset(0x0459EA30) }; + inline constexpr std::array MovementAgentFlightController{ REL::Offset(0x0459EBB8), REL::Offset(0x0459EBE0), REL::Offset(0x0459EBF8), REL::Offset(0x0459EC18), REL::Offset(0x0459EC38), REL::Offset(0x0459ED58), REL::Offset(0x0459EDA0), REL::Offset(0x0459EDC8), REL::Offset(0x0459EDF0) }; + inline constexpr std::array MovementAgentFlightControllerDetached{ REL::Offset(0x045A0130), REL::Offset(0x045A0250), REL::Offset(0x045A0278), REL::Offset(0x045A02C0) }; + inline constexpr std::array MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerOutputDataSmallDelta_{ REL::Offset(0x0459D908) }; + inline constexpr std::array MovementAgentNullTracker_IMovementHandlerAgent_MovementHandlerUpdateDataSmallDelta_{ REL::Offset(0x0459D8F0) }; + inline constexpr std::array MovementAgentNullTracker_IMovementPlannerAgent_MovementPlannerAgentReturnDataSmallDelta_{ REL::Offset(0x0459D648) }; + inline constexpr std::array MovementAgentNullTracker_IMovementTweenerAgent_MovementTweenerAgentOutputData_{ REL::Offset(0x0459DB58) }; + inline constexpr std::array MovementAgentPathFollowerFlight{ REL::Offset(0x045A3A00), REL::Offset(0x045A3A28), REL::Offset(0x045A3B48), REL::Offset(0x045A3B58), REL::Offset(0x045A3B78), REL::Offset(0x045A3B98), REL::Offset(0x045A3BC0), REL::Offset(0x045A3C08) }; + inline constexpr std::array MovementAgentPathFollowerStandard{ REL::Offset(0x0459E430), REL::Offset(0x0459E550), REL::Offset(0x0459E598), REL::Offset(0x0459E5C0), REL::Offset(0x0459E820), REL::Offset(0x0459E840), REL::Offset(0x0459E868), REL::Offset(0x0459E890) }; + inline constexpr std::array MovementAgentPathFollowerVirtual{ REL::Offset(0x0459FE50), REL::Offset(0x0459FF70), REL::Offset(0x0459FFD0), REL::Offset(0x0459FFF8), REL::Offset(0x045A0040) }; + inline constexpr std::array MovementArbiter{ REL::Offset(0x045A3758) }; + inline constexpr std::array MovementArbitrationAverageFloat{ REL::Offset(0x045A03D8) }; + inline constexpr std::array MovementArbitrationMaxWeightParameters{ REL::Offset(0x045A0398) }; + inline constexpr std::array MovementArbitrationMaxWeightPoint{ REL::Offset(0x045A03F0) }; + inline constexpr std::array MovementArbitrationScheme_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x045A0368) }; + inline constexpr std::array MovementArbitrationScheme_MovementVector_{ REL::Offset(0x045A4598) }; + inline constexpr std::array MovementArbitrationScheme_NiPoint3_{ REL::Offset(0x045A0380) }; + inline constexpr std::array MovementArbitrationScheme_float_{ REL::Offset(0x045A0350) }; + inline constexpr std::array MovementArbitrationVectorAdd{ REL::Offset(0x045A45B0) }; + inline constexpr std::array MovementAvoidBoxEventAdapter{ REL::Offset(0x044D4658) }; + inline constexpr std::array MovementAvoidanceManager{ REL::Offset(0x044E0890) }; + inline constexpr std::array MovementComponentEventHandler{ REL::Offset(0x04376F10) }; + inline constexpr std::array MovementControllerAI{ REL::Offset(0x045A0678) }; + inline constexpr std::array MovementControllerComponent{ REL::Offset(0x04377148) }; + inline constexpr std::array MovementControllerComponentData{ REL::Offset(0x04376F28), REL::Offset(0x043770B8), REL::Offset(0x043770D0), REL::Offset(0x043770F0), REL::Offset(0x04377120) }; + inline constexpr std::array MovementControllerNPC{ REL::Offset(0x044E0930), REL::Offset(0x044E0950), REL::Offset(0x044E0980), REL::Offset(0x044E09B8), REL::Offset(0x044E0A08), REL::Offset(0x044E0A58), REL::Offset(0x044E0A70) }; + inline constexpr std::array MovementControllerNullDataTracker{ REL::Offset(0x045A0650) }; + inline constexpr std::array MovementControllerRegisterInterface{ REL::Offset(0x045A0668) }; + inline constexpr std::array MovementHandlerAgent{ REL::Offset(0x0459D9C0), REL::Offset(0x0459D9E8) }; + inline constexpr std::array MovementHandlerAgentAngleGain{ REL::Offset(0x045A3C80), REL::Offset(0x045A3CF8) }; + inline constexpr std::array MovementHandlerAgentDirectControl{ REL::Offset(0x044E0BA8), REL::Offset(0x044E0C20) }; + inline constexpr std::array MovementHandlerAgentDirectionPassThrough{ REL::Offset(0x045A3810), REL::Offset(0x045A3888) }; + inline constexpr std::array MovementHandlerAgentFlightBoostTrigger{ REL::Offset(0x04377210), REL::Offset(0x04377288), REL::Offset(0x043772B0) }; + inline constexpr std::array MovementHandlerAgentGraphDrivenAnimationDriven{ REL::Offset(0x04377310), REL::Offset(0x04377388) }; + inline constexpr std::array MovementHandlerAgentPlayerControls{ REL::Offset(0x043775C8), REL::Offset(0x043775F0), REL::Offset(0x04377608), REL::Offset(0x04377630), REL::Offset(0x04377650) }; + inline constexpr std::array MovementHandlerAgentPlayerControlsActionTrigger{ REL::Offset(0x043776E8), REL::Offset(0x04377760) }; + inline constexpr std::array MovementHandlerAgentPlayerFlightControls{ REL::Offset(0x043777F0), REL::Offset(0x04377868), REL::Offset(0x04377890), REL::Offset(0x043778A8) }; + inline constexpr std::array MovementHandlerAgentSprintActionTrigger{ REL::Offset(0x044E0CE8), REL::Offset(0x044E0D18), REL::Offset(0x044E0D40) }; + inline constexpr std::array MovementHandlerAgentStairsHelper{ REL::Offset(0x044E0DE8), REL::Offset(0x044E0E10) }; + inline constexpr std::array MovementHandlerAgentStandard{ REL::Offset(0x0459FD78), REL::Offset(0x0459FD98), REL::Offset(0x0459FE10) }; + inline constexpr std::array MovementHandlerAgentStorePlannerOutput{ REL::Offset(0x0459FB50), REL::Offset(0x0459FB78), REL::Offset(0x0459FBA0) }; + inline constexpr std::array MovementHandlerArbiter{ REL::Offset(0x0459D920) }; + inline constexpr std::array MovementLargeDelta__IEnumVisitor{ REL::Offset(0x043E2818) }; + inline constexpr std::array MovementMessage{ REL::Offset(0x04379CE8) }; + inline constexpr std::array MovementMessageActivateDoor{ REL::Offset(0x045A1528), REL::Offset(0x045A1568) }; + inline constexpr std::array MovementMessageActorCollision{ REL::Offset(0x044E0E88) }; + inline constexpr std::array MovementMessageApproachingDoor{ REL::Offset(0x045A15F8) }; + inline constexpr std::array MovementMessageBeginLandingApproach{ REL::Offset(0x04379CA8) }; + inline constexpr std::array MovementMessageBlocked{ REL::Offset(0x045A3528) }; + inline constexpr std::array MovementMessageDoor{ REL::Offset(0x045A15B8) }; + inline constexpr std::array MovementMessageGravJump{ REL::Offset(0x0437AF78) }; + inline constexpr std::array MovementMessageJump{ REL::Offset(0x045A3668), REL::Offset(0x045A36A8) }; + inline constexpr std::array MovementMessageLand{ REL::Offset(0x0437AF38) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_CombatPathMovementMessage_{ REL::Offset(0x044D8300) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActivateDoor_{ REL::Offset(0x044D8378) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageActorCollision_{ REL::Offset(0x044D83F0) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageApproachingDoor_{ REL::Offset(0x044D82D0) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageBlocked_{ REL::Offset(0x044D83C0) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageJump_{ REL::Offset(0x044D82A0) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageNewPath_{ REL::Offset(0x044D83D8) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathCleared_{ REL::Offset(0x044D8330) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathComplete_{ REL::Offset(0x044D8420) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePathFailed_{ REL::Offset(0x044D8408) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessagePlayIdle_{ REL::Offset(0x044D83A8) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageSetStaticPath_{ REL::Offset(0x044D82B8) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageTraversal_{ REL::Offset(0x044D82E8) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageUpdateRequestImmediate_{ REL::Offset(0x044D8348) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToLocation_{ REL::Offset(0x044D8390) }; + inline constexpr std::array MovementMessageMap_Actor_16___MessageHandlerWrapper_MovementMessageWarpToMultiple_{ REL::Offset(0x044D8318) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageBeginLandingApproach_{ REL::Offset(0x044740B0) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageGravJump_{ REL::Offset(0x04474098) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageLand_{ REL::Offset(0x04474080) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageNewPath_{ REL::Offset(0x04474110) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathComplete_{ REL::Offset(0x044740E0) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessagePathFailed_{ REL::Offset(0x044740C8) }; + inline constexpr std::array MovementMessageMap_TESObjectREFR_16___MessageHandlerWrapper_MovementMessageTakeOff_{ REL::Offset(0x044740F8) }; + inline constexpr std::array MovementMessageNewPath{ REL::Offset(0x0459D350) }; + inline constexpr std::array MovementMessagePathCleared{ REL::Offset(0x045A1320) }; + inline constexpr std::array MovementMessagePathComplete{ REL::Offset(0x045A13A0) }; + inline constexpr std::array MovementMessagePathEvent{ REL::Offset(0x045A1360) }; + inline constexpr std::array MovementMessagePathFailed{ REL::Offset(0x045A12E0) }; + inline constexpr std::array MovementMessagePlayIdle{ REL::Offset(0x045A3580) }; + inline constexpr std::array MovementMessageSetStaticPath{ REL::Offset(0x045A35E0) }; + inline constexpr std::array MovementMessageTakeOff{ REL::Offset(0x04379C50) }; + inline constexpr std::array MovementMessageTraversal{ REL::Offset(0x045A1400), REL::Offset(0x045A1498) }; + inline constexpr std::array MovementMessageUpdateRequestImmediate{ REL::Offset(0x0459D310) }; + inline constexpr std::array MovementMessageWarpToLocation{ REL::Offset(0x045A34D0) }; + inline constexpr std::array MovementMessageWarpToMultiple{ REL::Offset(0x045A3718) }; + inline constexpr std::array MovementParameters{ REL::Offset(0x03F274C0) }; + inline constexpr std::array MovementParametersFixed{ REL::Offset(0x04473FB0) }; + inline constexpr std::array MovementPathManagerAgent{ REL::Offset(0x0459D250), REL::Offset(0x0459D298) }; + inline constexpr std::array MovementPathManagerAgentAvoidBox{ REL::Offset(0x0459F808), REL::Offset(0x0459F850) }; + inline constexpr std::array MovementPathManagerAgentLoadedAreaMonitor{ REL::Offset(0x0459EE80), REL::Offset(0x0459EEC8) }; + inline constexpr std::array MovementPathManagerAgentStaticAvoider{ REL::Offset(0x0459F270), REL::Offset(0x0459F2A8), REL::Offset(0x0459F2C8), REL::Offset(0x0459F340) }; + inline constexpr std::array MovementPathManagerArbiter{ REL::Offset(0x0459D0E8), REL::Offset(0x0459D168), REL::Offset(0x0459D1B0) }; + inline constexpr std::array MovementPathManagerNullTracker{ REL::Offset(0x0459D390) }; + inline constexpr std::array MovementPlannerAgent{ REL::Offset(0x0459D830), REL::Offset(0x0459D858) }; + inline constexpr std::array MovementPlannerAgentDirectControl{ REL::Offset(0x044E0F00), REL::Offset(0x044E0F20), REL::Offset(0x044E0F48) }; + inline constexpr std::array MovementPlannerAgentNavmeshBounds{ REL::Offset(0x0459EFB0), REL::Offset(0x0459EFD8), REL::Offset(0x0459F020) }; + inline constexpr std::array MovementPlannerAgentWarp{ REL::Offset(0x044E11A8), REL::Offset(0x044E11F8), REL::Offset(0x044E1220) }; + inline constexpr std::array MovementPlannerArbiter{ REL::Offset(0x0459D758), REL::Offset(0x0459D790) }; + inline constexpr std::array MovementPostUpdateArbiter{ REL::Offset(0x0459DD50), REL::Offset(0x0459DD68), REL::Offset(0x0459DDF0) }; + inline constexpr std::array MovementSelectIdleUtils__SelectClosestIdleToMovementSelectionData{ REL::Offset(0x045A0A68) }; + inline constexpr std::array MovementSelectIdleUtils__SelectClosestIdleToPath{ REL::Offset(0x045A0A88) }; + inline constexpr std::array MovementStateFollowPath{ REL::Offset(0x0459CE78), REL::Offset(0x0459D008) }; + inline constexpr std::array MovementStateTweener{ REL::Offset(0x0459CC50), REL::Offset(0x0459CDE0) }; + inline constexpr std::array MovementTweenerAgent{ REL::Offset(0x0459DAC0), REL::Offset(0x0459DAE0) }; + inline constexpr std::array MovementTweenerAgentFixedDelta{ REL::Offset(0x0459F918), REL::Offset(0x0459F938), REL::Offset(0x0459F958), REL::Offset(0x0459F990) }; + inline constexpr std::array MovementTweenerAgentNodeFollower{ REL::Offset(0x044E12E0), REL::Offset(0x044E12F8), REL::Offset(0x044E1318) }; + inline constexpr std::array MovementTweenerAgentTargetPosAndVel{ REL::Offset(0x0459FA68), REL::Offset(0x0459FA88), REL::Offset(0x0459FAA8), REL::Offset(0x0459FAC0) }; + inline constexpr std::array MovementTweenerArbiter{ REL::Offset(0x0459DB70), REL::Offset(0x0459DBB0), REL::Offset(0x0459DBD8) }; + inline constexpr std::array MoviePlayer{ REL::Offset(0x04590E88) }; + inline constexpr std::array MultiFootIKNode{ REL::Offset(0x04569D08) }; + inline constexpr std::array MultiFootIKNodeInstance{ REL::Offset(0x04569C98) }; + inline constexpr std::array NEW_REFR_DATA{ REL::Offset(0x04355288) }; + inline constexpr std::array NPCAttachHandler{ REL::Offset(0x044E4898) }; + inline constexpr std::array NPCDetachHandler{ REL::Offset(0x044E4880) }; + inline constexpr std::array NavGenUtil__TunnelTerraintFilter{ REL::Offset(0x04378870) }; + inline constexpr std::array NavMesh{ REL::Offset(0x0444FF68), REL::Offset(0x0444FF80), REL::Offset(0x04450000), REL::Offset(0x04450318) }; + inline constexpr std::array NavMeshGenContext{ REL::Offset(0x0434E0D0) }; + inline constexpr std::array NavMeshGenData{ REL::Offset(0x0434DD18) }; + inline constexpr std::array NavMeshGenFinalizer{ REL::Offset(0x04378B98) }; + inline constexpr std::array NavMeshGenInputBorderProcessTask{ REL::Offset(0x0434DE88) }; + inline constexpr std::array NavMeshGenInputProcessor{ REL::Offset(0x04378CB0) }; + inline constexpr std::array NavMeshGenOutputProcessor{ REL::Offset(0x04378CC8) }; + inline constexpr std::array NavMeshGenSplitter{ REL::Offset(0x04378CF0) }; + inline constexpr std::array NavMeshGenStitcher{ REL::Offset(0x04378D38) }; + inline constexpr std::array NavMeshGenerator{ REL::Offset(0x04378950), REL::Offset(0x043789D8), REL::Offset(0x043789E8), REL::Offset(0x043789F8), REL::Offset(0x04378A08) }; + inline constexpr std::array NavMeshGenerator__NavMeshGenCellsNode{ REL::Offset(0x04378980) }; + inline constexpr std::array NavMeshInfo{ REL::Offset(0x044509F8) }; + inline constexpr std::array NavMeshInfoMap{ REL::Offset(0x04450A68), REL::Offset(0x04450A80), REL::Offset(0x04450D98) }; + inline constexpr std::array NavMeshObstacleCoverManager{ REL::Offset(0x03F21630), REL::Offset(0x03F21948) }; + inline constexpr std::array NavMeshObstacleManager{ REL::Offset(0x04450FC0), REL::Offset(0x04451020), REL::Offset(0x04451038) }; + inline constexpr std::array NavMeshSearchClosePoint{ REL::Offset(0x04451C20) }; + inline constexpr std::array NavMeshSearchFitSphere{ REL::Offset(0x04451CC8) }; + inline constexpr std::array NavMeshSearchFlee{ REL::Offset(0x04451CF8) }; + inline constexpr std::array NavMeshSearchHide{ REL::Offset(0x04451D48) }; + inline constexpr std::array NavMeshSearchLOS{ REL::Offset(0x04451D90) }; + inline constexpr std::array NavMeshSearchLargestSpaceNearLocation{ REL::Offset(0x04451CE0) }; + inline constexpr std::array NavMeshSearchSLPoint{ REL::Offset(0x04451DC0) }; + inline constexpr std::array NavMeshSearchTriangleCenters_NavMeshSearchFitSphere_{ REL::Offset(0x04451C68) }; + inline constexpr std::array NavMeshSearchTriangleCenters_NavMeshSearchLargestSpaceNearLocation_{ REL::Offset(0x04451CB0) }; + inline constexpr std::array NavMeshSplineExtraData{ REL::Offset(0x04394198) }; + inline constexpr std::array NestedUIValue_AlertData_{ REL::Offset(0x044880F0), REL::Offset(0x04488138) }; + inline constexpr std::array NestedUIValue_ArrayAction_{ REL::Offset(0x04498580), REL::Offset(0x044985E8) }; + inline constexpr std::array NestedUIValue_AssignmentCategory_{ REL::Offset(0x04496A20), REL::Offset(0x04496D78) }; + inline constexpr std::array NestedUIValue_AssignmentInfo_{ REL::Offset(0x04496EC8), REL::Offset(0x04496F30) }; + inline constexpr std::array NestedUIValue_BackgroundDatum_{ REL::Offset(0x044B0540), REL::Offset(0x044B05A8) }; + inline constexpr std::array NestedUIValue_BuffInfo_{ REL::Offset(0x044900A0), REL::Offset(0x044900E8) }; + inline constexpr std::array NestedUIValue_BuildItemData_{ REL::Offset(0x0449D6C8), REL::Offset(0x0449D730) }; + inline constexpr std::array NestedUIValue_BuilderRequirementsData__InputRequirement_{ REL::Offset(0x0449D778), REL::Offset(0x0449D7E0) }; + inline constexpr std::array NestedUIValue_CargoLinkData_{ REL::Offset(0x0449E558), REL::Offset(0x0449E5A0) }; + inline constexpr std::array NestedUIValue_CargoLinkData__CargoLinkResource_{ REL::Offset(0x0449E608), REL::Offset(0x0449E650) }; + inline constexpr std::array NestedUIValue_ComponentFlashEventInfo_{ REL::Offset(0x04499A68), REL::Offset(0x04499C20) }; + inline constexpr std::array NestedUIValue_ControlBindingsData__InputSetting_{ REL::Offset(0x04495078), REL::Offset(0x044951B0) }; + inline constexpr std::array NestedUIValue_ControlBindingsData__InputSetting__Binding_{ REL::Offset(0x04494F08), REL::Offset(0x04494F50) }; + inline constexpr std::array NestedUIValue_ControlConflictsData__ConflictingControl_{ REL::Offset(0x04494678), REL::Offset(0x044946C0) }; + inline constexpr std::array NestedUIValue_ControlConflictsData__ControlConflicts_{ REL::Offset(0x04495D30), REL::Offset(0x04495D78) }; + inline constexpr std::array NestedUIValue_ControlMapDataModel__MappedEvent_{ REL::Offset(0x04590298), REL::Offset(0x04590418) }; + inline constexpr std::array NestedUIValue_CraftingRecipesDataModel__RecipeData_{ REL::Offset(0x04488548), REL::Offset(0x044885B0) }; + inline constexpr std::array NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ REL::Offset(0x0447FB80), REL::Offset(0x0447FBC8) }; + inline constexpr std::array NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ REL::Offset(0x0447F798), REL::Offset(0x0447F7E0) }; + inline constexpr std::array NestedUIValue_CreditsDataModel__CreditsSection_{ REL::Offset(0x04478AD8), REL::Offset(0x04478B88) }; + inline constexpr std::array NestedUIValue_CrewInfo_{ REL::Offset(0x04480658), REL::Offset(0x044806A0) }; + inline constexpr std::array NestedUIValue_CrewSkillInfo_{ REL::Offset(0x04480438), REL::Offset(0x044805B8) }; + inline constexpr std::array NestedUIValue_DamageResistanceStats_{ REL::Offset(0x04490150), REL::Offset(0x04490198) }; + inline constexpr std::array NestedUIValue_DataMenuInventoryItem_{ REL::Offset(0x04482190), REL::Offset(0x044821F8) }; + inline constexpr std::array NestedUIValue_DialogueUIDataModel__DialogueEntryData_{ REL::Offset(0x0449FAD0), REL::Offset(0x0449FC50) }; + inline constexpr std::array NestedUIValue_DialogueUIDataModel__PersuasionEntryData_{ REL::Offset(0x0449F9B8), REL::Offset(0x0449FA00) }; + inline constexpr std::array NestedUIValue_DocData_{ REL::Offset(0x0448B2F8), REL::Offset(0x0448B360) }; + inline constexpr std::array NestedUIValue_EffectData_{ REL::Offset(0x04487ED0), REL::Offset(0x04487F18) }; + inline constexpr std::array NestedUIValue_EffectGroup_{ REL::Offset(0x0448FAE0), REL::Offset(0x0448FEF8) }; + inline constexpr std::array NestedUIValue_ExplosiveIndicator_{ REL::Offset(0x04482480), REL::Offset(0x044824E8) }; + inline constexpr std::array NestedUIValue_FavoritesManager__FavoritesEntryData_{ REL::Offset(0x0451ECC0), REL::Offset(0x0451ED08) }; + inline constexpr std::array NestedUIValue_FireForgetModel__EventNameShuttle_{ REL::Offset(0x04482718), REL::Offset(0x04482780) }; + inline constexpr std::array NestedUIValue_HUDCommandIconData_{ REL::Offset(0x044A2020), REL::Offset(0x044A2138) }; + inline constexpr std::array NestedUIValue_HUDDirectionalHitData_{ REL::Offset(0x044A2460), REL::Offset(0x044A2578) }; + inline constexpr std::array NestedUIValue_HUDEnemyData__EnemyDatum_{ REL::Offset(0x04485EE8), REL::Offset(0x04485F30) }; + inline constexpr std::array NestedUIValue_HUDHitKillDatum_{ REL::Offset(0x04485B78), REL::Offset(0x04485BC0) }; + inline constexpr std::array NestedUIValue_HUDLocationData_{ REL::Offset(0x044865B0), REL::Offset(0x044865F8) }; + inline constexpr std::array NestedUIValue_HUDMessageData__Message_{ REL::Offset(0x04486978), REL::Offset(0x044869C0) }; + inline constexpr std::array NestedUIValue_HailingData_{ REL::Offset(0x04498EE8), REL::Offset(0x04499240) }; + inline constexpr std::array NestedUIValue_HelpTopicData_{ REL::Offset(0x0447DD68), REL::Offset(0x0447DDB0) }; + inline constexpr std::array NestedUIValue_HudModeVisibilityInfo_{ REL::Offset(0x04486C58), REL::Offset(0x04486CA0) }; + inline constexpr std::array NestedUIValue_IconData_DS_{ REL::Offset(0x044BDCD0), REL::Offset(0x044BDD18) }; + inline constexpr std::array NestedUIValue_ImageFixtureUIData_{ REL::Offset(0x0434D278), REL::Offset(0x0434D2E0) }; + inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_Key__{ REL::Offset(0x044AC7F0), REL::Offset(0x044AC838) }; + inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_Patch__{ REL::Offset(0x044AE3F8), REL::Offset(0x044AE500) }; + inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_Ring__{ REL::Offset(0x044AC4B8), REL::Offset(0x044AC500) }; + inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ REL::Offset(0x04499848), REL::Offset(0x044998B0) }; + inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ REL::Offset(0x044994F0), REL::Offset(0x04499558) }; + inline constexpr std::array NestedUIValue_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BF718), REL::Offset(0x044BF760) }; + inline constexpr std::array NestedUIValue_InternalVector3UIValue_{ REL::Offset(0x043A80C8), REL::Offset(0x043A8130) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__ArmorItemInfo_{ REL::Offset(0x0447A2B8), REL::Offset(0x0447A3E0) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__ElementalStatInfo_{ REL::Offset(0x04479B20), REL::Offset(0x0447A1E8) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__InventoryCategoryData_{ REL::Offset(0x04483E00), REL::Offset(0x04483E48) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__InventoryItem_{ REL::Offset(0x04479F58), REL::Offset(0x0447A028) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__LootItem_{ REL::Offset(0x04483B20), REL::Offset(0x04483C48) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__ModInfo_{ REL::Offset(0x044799B0), REL::Offset(0x04479A80) }; + inline constexpr std::array NestedUIValue_InventoryDataModelNS__WeaponItemInfo_{ REL::Offset(0x0447A490), REL::Offset(0x0447A4D8) }; + inline constexpr std::array NestedUIValue_ItemModsDataModel__ItemModData_{ REL::Offset(0x04489120), REL::Offset(0x04489188) }; + inline constexpr std::array NestedUIValue_ItemModsDataModel__ItemModSlotData_{ REL::Offset(0x04488F00), REL::Offset(0x04488F68) }; + inline constexpr std::array NestedUIValue_Key_{ REL::Offset(0x044AC908), REL::Offset(0x044AC950) }; + inline constexpr std::array NestedUIValue_LevelUpPerkData_{ REL::Offset(0x044A2F10), REL::Offset(0x044A2FC0) }; + inline constexpr std::array NestedUIValue_LoadSavePanelData__CharacterData_{ REL::Offset(0x04489AD8), REL::Offset(0x04489B40) }; + inline constexpr std::array NestedUIValue_LoadSavePanelData__GameData_{ REL::Offset(0x04489DC0), REL::Offset(0x04489E28) }; + inline constexpr std::array NestedUIValue_MainMenuListData__ActionData_{ REL::Offset(0x0448B3A8), REL::Offset(0x0448B410) }; + inline constexpr std::array NestedUIValue_MessageButton_{ REL::Offset(0x04520CE0), REL::Offset(0x04520D48) }; + inline constexpr std::array NestedUIValue_MiscInfo_{ REL::Offset(0x0448FBB0), REL::Offset(0x0448FCD8) }; + inline constexpr std::array NestedUIValue_MissionDetailsEntry_DS_{ REL::Offset(0x044A9428), REL::Offset(0x044A9490) }; + inline constexpr std::array NestedUIValue_MissionListEntry_DS_{ REL::Offset(0x044A9648), REL::Offset(0x044A96B0) }; + inline constexpr std::array NestedUIValue_MonocleUIDataModel__ResourceData_{ REL::Offset(0x044A0798), REL::Offset(0x044A07E0) }; + inline constexpr std::array NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData_{ REL::Offset(0x044A03B0), REL::Offset(0x044A03F8) }; + inline constexpr std::array NestedUIValue_MonocleUIDataModel__SocialSpellData_{ REL::Offset(0x044A04C8), REL::Offset(0x044A0750) }; + inline constexpr std::array NestedUIValue_NewCompassMarker_{ REL::Offset(0x04485388), REL::Offset(0x044853F0) }; + inline constexpr std::array NestedUIValue_ObjectiveData_{ REL::Offset(0x044A3FB8), REL::Offset(0x044A4088) }; + inline constexpr std::array NestedUIValue_Patch_{ REL::Offset(0x044AE568), REL::Offset(0x044AE5D0) }; + inline constexpr std::array NestedUIValue_PauseMenuListData__ActionData_{ REL::Offset(0x0448C498), REL::Offset(0x0448C790) }; + inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ REL::Offset(0x0448DE10), REL::Offset(0x0448E050) }; + inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ REL::Offset(0x0448DAE8), REL::Offset(0x0448DC90) }; + inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ REL::Offset(0x0448D7A8), REL::Offset(0x0448D8D0) }; + inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ REL::Offset(0x0448DEE0), REL::Offset(0x0448E008) }; + inline constexpr std::array NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ REL::Offset(0x0448DB30), REL::Offset(0x0448DB78) }; + inline constexpr std::array NestedUIValue_PickpocketItemData_{ REL::Offset(0x044AA988), REL::Offset(0x044AA9D0) }; + inline constexpr std::array NestedUIValue_PlayerInventoryItem_{ REL::Offset(0x0448F110), REL::Offset(0x0448F158) }; + inline constexpr std::array NestedUIValue_PlayerShipComponents_{ REL::Offset(0x04481E90), REL::Offset(0x04481EF8) }; + inline constexpr std::array NestedUIValue_Powers_{ REL::Offset(0x0447B0F8), REL::Offset(0x0447B1C8) }; + inline constexpr std::array NestedUIValue_QuestDataModel__Objective_{ REL::Offset(0x04490D90), REL::Offset(0x04490DD8) }; + inline constexpr std::array NestedUIValue_QuestDataModel__Quest_{ REL::Offset(0x04490B58), REL::Offset(0x04490BA0) }; + inline constexpr std::array NestedUIValue_QuestUpdate_{ REL::Offset(0x044A3E00), REL::Offset(0x044A3E48) }; + inline constexpr std::array NestedUIValue_RankData_{ REL::Offset(0x044AE010), REL::Offset(0x044AE0C0) }; + inline constexpr std::array NestedUIValue_Requirements_{ REL::Offset(0x044AE1D8), REL::Offset(0x044AE2E0) }; + inline constexpr std::array NestedUIValue_ResearchCategoryPreview_{ REL::Offset(0x04492378), REL::Offset(0x044923C0) }; + inline constexpr std::array NestedUIValue_ResearchPopupInfo__ItemInfo_{ REL::Offset(0x04491C40), REL::Offset(0x04491C88) }; + inline constexpr std::array NestedUIValue_ResearchProjectDetails__LinkedProject_{ REL::Offset(0x04492588), REL::Offset(0x044925D0) }; + inline constexpr std::array NestedUIValue_ResearchProjectDetails__MaterialRequirment_{ REL::Offset(0x044924D8), REL::Offset(0x04492520) }; + inline constexpr std::array NestedUIValue_ResearchProjectPreview_{ REL::Offset(0x04491E78), REL::Offset(0x04491EC0) }; + inline constexpr std::array NestedUIValue_Ring_{ REL::Offset(0x044AC5D0), REL::Offset(0x044AC618) }; + inline constexpr std::array NestedUIValue_RolloverActivationButtonData_{ REL::Offset(0x04483A08), REL::Offset(0x04483AD8) }; + inline constexpr std::array NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader_{ REL::Offset(0x044952A8), REL::Offset(0x044952F0) }; + inline constexpr std::array NestedUIValue_ShipComponent_{ REL::Offset(0x044813D8), REL::Offset(0x04481488) }; + inline constexpr std::array NestedUIValue_Skill_{ REL::Offset(0x04481C80), REL::Offset(0x04481CE8) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__ColorSelectionData_DS_{ REL::Offset(0x0435C5D0), REL::Offset(0x0435C618) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__ColorTabData_DS_{ REL::Offset(0x0435C6E8), REL::Offset(0x0435C730) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS_{ REL::Offset(0x0435AF30), REL::Offset(0x0435AF98) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__FlightCheckTab_DS_{ REL::Offset(0x0435B150), REL::Offset(0x0435B1B8) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__HelpEntry_DS_{ REL::Offset(0x0435FB10), REL::Offset(0x0435FB78) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__ModuleEntry_DS_{ REL::Offset(0x0434D498), REL::Offset(0x0434D500) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__StatEntry_DS_{ REL::Offset(0x0435F6D0), REL::Offset(0x0435F738) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS_{ REL::Offset(0x0434CB10), REL::Offset(0x0434CB78) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS_{ REL::Offset(0x0435B370), REL::Offset(0x0435B3D8) }; + inline constexpr std::array NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS_{ REL::Offset(0x0435AD10), REL::Offset(0x0435AD78) }; + inline constexpr std::array NestedUIValue_StarMap__BodyInfoDataFlashObject_{ REL::Offset(0x04499B18), REL::Offset(0x04499B80) }; + inline constexpr std::array NestedUIValue_StarMap__BodyInfoToUI_{ REL::Offset(0x04481838), REL::Offset(0x044818A0) }; + inline constexpr std::array NestedUIValue_StarMap__BodyPOIDef_{ REL::Offset(0x044B56D0), REL::Offset(0x044B5718) }; + inline constexpr std::array NestedUIValue_StarMap__BodyPOIMarkersDef_{ REL::Offset(0x044B5AB8), REL::Offset(0x044B5B00) }; + inline constexpr std::array NestedUIValue_StarMap__BodyPOIPos_{ REL::Offset(0x044B5A08), REL::Offset(0x044B5A50) }; + inline constexpr std::array NestedUIValue_StarMap__GalaxyMarkerData_{ REL::Offset(0x044B72C0), REL::Offset(0x044B7328) }; + inline constexpr std::array NestedUIValue_StarMap__GalaxyMarkerDef_{ REL::Offset(0x044B7090), REL::Offset(0x044B71F0) }; + inline constexpr std::array NestedUIValue_StarMap__MenuMarkerCoords_{ REL::Offset(0x044B87C0), REL::Offset(0x044B8828) }; + inline constexpr std::array NestedUIValue_StarMap__PlanetInfoToUI_{ REL::Offset(0x04481788), REL::Offset(0x044817F0) }; + inline constexpr std::array NestedUIValue_StarMap__ResourceInfoFlashObject_{ REL::Offset(0x04498318), REL::Offset(0x044983D8) }; + inline constexpr std::array NestedUIValue_StarMap__StarMapMenuMarkerData_{ REL::Offset(0x044B8C10), REL::Offset(0x044B8C78) }; + inline constexpr std::array NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData_{ REL::Offset(0x044B89E0), REL::Offset(0x044B8B40) }; + inline constexpr std::array NestedUIValue_StarMap__SurfaceMarkerStaticData_{ REL::Offset(0x044BB4D8), REL::Offset(0x044BB578) }; + inline constexpr std::array NestedUIValue_StarMap__SystemBodyInfoToUI_{ REL::Offset(0x04481DE0), REL::Offset(0x04481E48) }; + inline constexpr std::array NestedUIValue_StatCategory_{ REL::Offset(0x0448FD20), REL::Offset(0x0448FE58) }; + inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting_{ REL::Offset(0x04494B88), REL::Offset(0x04494BD0) }; + inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting__CheckBoxData_{ REL::Offset(0x04494958), REL::Offset(0x04494A90) }; + inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting__SliderData_{ REL::Offset(0x04494C90), REL::Offset(0x04494E38) }; + inline constexpr std::array NestedUIValue_SubSettingsList__GeneralSetting__StepperData_{ REL::Offset(0x04494D88), REL::Offset(0x04494DD0) }; + inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ REL::Offset(0x043A9788), REL::Offset(0x043A9890) }; + inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ REL::Offset(0x043A9128), REL::Offset(0x043A9230) }; + inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ REL::Offset(0x043A8E00), REL::Offset(0x043A8F08) }; + inline constexpr std::array NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ REL::Offset(0x043A9568), REL::Offset(0x043A9670) }; + inline constexpr std::array NestedUIValue_TESNPCData__CodeBuiltStepperData_{ REL::Offset(0x043A9348), REL::Offset(0x043A9450) }; + inline constexpr std::array NestedUIValue_TESNPCData__HeadPartMetadata_{ REL::Offset(0x043A99A8), REL::Offset(0x043A9AB0) }; + inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationData_{ REL::Offset(0x043A84F8), REL::Offset(0x043A8560) }; + inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData_{ REL::Offset(0x043A9BC8), REL::Offset(0x043A9CD0) }; + inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ REL::Offset(0x043A8B30), REL::Offset(0x043A8B98) }; + inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ REL::Offset(0x043A7EF0), REL::Offset(0x043A7F58) }; + inline constexpr std::array NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ REL::Offset(0x043A8910), REL::Offset(0x043A8978) }; + inline constexpr std::array NestedUIValue_TESNPCData__PostBlendSliderMetadata_{ REL::Offset(0x043A7CD0), REL::Offset(0x043A7D38) }; + inline constexpr std::array NestedUIValue_TargetCombatValues_{ REL::Offset(0x04499440), REL::Offset(0x044994A8) }; + inline constexpr std::array NestedUIValue_TargetComponentData_{ REL::Offset(0x04499778), REL::Offset(0x04499AD0) }; + inline constexpr std::array NestedUIValue_TargetHighFreq_{ REL::Offset(0x04498FB8), REL::Offset(0x04499020) }; + inline constexpr std::array NestedUIValue_TargetLowFreq_{ REL::Offset(0x04499128), REL::Offset(0x04499190) }; + inline constexpr std::array NestedUIValue_TestMenu__TestData__ArcanaData_{ REL::Offset(0x044BF600), REL::Offset(0x044BF648) }; + inline constexpr std::array NestedUIValue_TestMenu__TestResourcesData__ResourceData_{ REL::Offset(0x044BF7C8), REL::Offset(0x044BFA50) }; + inline constexpr std::array NestedUIValue_TraitDatum_{ REL::Offset(0x044B0320), REL::Offset(0x044B0388) }; + inline constexpr std::array NestedUIValue_TraitInfo_{ REL::Offset(0x0448F7B8), REL::Offset(0x0448F960) }; + inline constexpr std::array NestedUIValue_UICraftingUtils__ResourceInfo_{ REL::Offset(0x0447F8F8), REL::Offset(0x0447FAB0) }; + inline constexpr std::array NestedUIValue_UICraftingUtils__SkillRequirement_{ REL::Offset(0x0435F8F0), REL::Offset(0x0435F958) }; + inline constexpr std::array NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS_{ REL::Offset(0x043588E8), REL::Offset(0x04358950) }; + inline constexpr std::array NestedUIValue_WorkshopAreaResourcesData__AreaResource_{ REL::Offset(0x0449CDF0), REL::Offset(0x0449CF50) }; + inline constexpr std::array NestedUIValue_WorkshopCategoryBarData__CategoryBarData_{ REL::Offset(0x0449CB08), REL::Offset(0x0449CD88) }; + inline constexpr std::array NestedUIValue_WorkshopCategoryInfoData__PreviewIconData_{ REL::Offset(0x0449C5B0), REL::Offset(0x0449C618) }; + inline constexpr std::array NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ REL::Offset(0x0449C820), REL::Offset(0x0449CAA0) }; + inline constexpr std::array NestedUIValue_WorkshopInterfaceShared__ItemRequirement_{ REL::Offset(0x0449C2E0), REL::Offset(0x0449C348) }; + inline constexpr std::array NestedUIValue_WorkshopInterfaceShared__ResourceProduced_{ REL::Offset(0x0449C0F0), REL::Offset(0x0449C3F8) }; + inline constexpr std::array NestedUIValue_WorkshopTargetMenu__OutpostData_{ REL::Offset(0x044C2158), REL::Offset(0x044C21C0) }; + inline constexpr std::array NestedUIValue_WorkshopTargetMenu__ResourceData_{ REL::Offset(0x044C1B90), REL::Offset(0x044C1BF8) }; + inline constexpr std::array NestedUIValue_WorkshopTargetMenu__TargetData_{ REL::Offset(0x044C1F20), REL::Offset(0x044C1F88) }; + inline constexpr std::array NestedUIValue_XPData_{ REL::Offset(0x044A2CA8), REL::Offset(0x044A2E70) }; + inline constexpr std::array NiAVObject{ REL::Offset(0x03F22258) }; + inline constexpr std::array NiAdditionalGeometryData{ REL::Offset(0x0478BB48) }; + inline constexpr std::array NiAmbientLight{ REL::Offset(0x0478B8A0) }; + inline constexpr std::array NiBSplineBasisData{ REL::Offset(0x0477CF60) }; + inline constexpr std::array NiBSplineColorInterpolator{ REL::Offset(0x0477D2E0) }; + inline constexpr std::array NiBSplineCompColorInterpolator{ REL::Offset(0x0477D588) }; + inline constexpr std::array NiBSplineCompFloatInterpolator{ REL::Offset(0x0477D830) }; + inline constexpr std::array NiBSplineCompPoint3Interpolator{ REL::Offset(0x0477DAD8) }; + inline constexpr std::array NiBSplineCompTransformInterpolator{ REL::Offset(0x0477BE38) }; + inline constexpr std::array NiBSplineData{ REL::Offset(0x0477D120) }; + inline constexpr std::array NiBSplineFloatInterpolator{ REL::Offset(0x0477DD80) }; + inline constexpr std::array NiBSplineInterpolator{ REL::Offset(0x047828A0) }; + inline constexpr std::array NiBSplinePoint3Interpolator{ REL::Offset(0x0477E028) }; + inline constexpr std::array NiBSplineTransformInterpolator{ REL::Offset(0x0477C0E0) }; + inline constexpr std::array NiBillboardNode{ REL::Offset(0x04784758) }; + inline constexpr std::array NiBinaryExtraData{ REL::Offset(0x0478BD08) }; + inline constexpr std::array NiBinaryStream{ REL::Offset(0x0478E4C0) }; + inline constexpr std::array NiBlendAccumTransformInterpolator{ REL::Offset(0x047790D0) }; + inline constexpr std::array NiBlendBoolInterpolator{ REL::Offset(0x0477B478) }; + inline constexpr std::array NiBlendColorInterpolator{ REL::Offset(0x0477C388) }; + inline constexpr std::array NiBlendFloatInterpolator{ REL::Offset(0x0477A530) }; + inline constexpr std::array NiBlendInterpolator{ REL::Offset(0x0477B730) }; + inline constexpr std::array NiBlendPoint3Interpolator{ REL::Offset(0x0477C608) }; + inline constexpr std::array NiBlendQuaternionInterpolator{ REL::Offset(0x0477C888) }; + inline constexpr std::array NiBlendTransformInterpolator{ REL::Offset(0x0477AA38) }; + inline constexpr std::array NiBoolData{ REL::Offset(0x0477CB08) }; + inline constexpr std::array NiBoolInterpolator{ REL::Offset(0x0477CCC8) }; + inline constexpr std::array NiBoolTimelineInterpolator{ REL::Offset(0x0477AF48) }; + inline constexpr std::array NiBooleanExtraData{ REL::Offset(0x0478BEE8) }; + inline constexpr std::array NiCamera{ REL::Offset(0x04783CB0) }; + inline constexpr std::array NiCollisionObject{ REL::Offset(0x047855C0) }; + inline constexpr std::array NiColorData{ REL::Offset(0x0477E2D0) }; + inline constexpr std::array NiColorExtraData{ REL::Offset(0x04785B10) }; + inline constexpr std::array NiColorExtraDataController{ REL::Offset(0x0477E490) }; + inline constexpr std::array NiColorInterpolator{ REL::Offset(0x0477E718) }; + inline constexpr std::array NiControllerManager{ REL::Offset(0x04778018) }; + inline constexpr std::array NiControllerSequence{ REL::Offset(0x047786F0) }; + inline constexpr std::array NiDefaultAVObjectPalette{ REL::Offset(0x04778230) }; + inline constexpr std::array NiDirectionalLight{ REL::Offset(0x0478C0C8) }; + inline constexpr std::array NiExtraData{ REL::Offset(0x04782C68) }; + inline constexpr std::array NiExtraDataController{ REL::Offset(0x04782358) }; + inline constexpr std::array NiFile{ REL::Offset(0x0478E470) }; + inline constexpr std::array NiFloatController{ REL::Offset(0x04780920) }; + inline constexpr std::array NiFloatData{ REL::Offset(0x04779B60) }; + inline constexpr std::array NiFloatExtraData{ REL::Offset(0x0478C370) }; + inline constexpr std::array NiFloatExtraDataController{ REL::Offset(0x0477A7B0) }; + inline constexpr std::array NiFloatInterpController{ REL::Offset(0x047825E0) }; + inline constexpr std::array NiFloatInterpolator{ REL::Offset(0x0477B1E0) }; + inline constexpr std::array NiFloatsExtraData{ REL::Offset(0x04785D08) }; + inline constexpr std::array NiFloatsExtraDataController{ REL::Offset(0x0477E9B8) }; + inline constexpr std::array NiFloatsExtraDataPoint3Controller{ REL::Offset(0x0477EC40) }; + inline constexpr std::array NiFogProperty{ REL::Offset(0x0478B6D0) }; + inline constexpr std::array NiFormArray{ REL::Offset(0x0440D590) }; + inline constexpr std::array NiGeometry{ REL::Offset(0x0478DF70) }; + inline constexpr std::array NiGeometryData{ REL::Offset(0x04784FF0) }; + inline constexpr std::array NiIntegerExtraData{ REL::Offset(0x045762F8) }; + inline constexpr std::array NiIntegersExtraData{ REL::Offset(0x045877A8) }; + inline constexpr std::array NiInterpController{ REL::Offset(0x047788D0) }; + inline constexpr std::array NiKeyframeManager{ REL::Offset(0x0477EEC8) }; + inline constexpr std::array NiLight{ REL::Offset(0x04785F28) }; + inline constexpr std::array NiLightColorController{ REL::Offset(0x0477F1F0) }; + inline constexpr std::array NiLightDimmerController{ REL::Offset(0x0477F480) }; + inline constexpr std::array NiLightRadiusController{ REL::Offset(0x0477F710) }; + inline constexpr std::array NiLookAtController{ REL::Offset(0x0477F9A0) }; + inline constexpr std::array NiLookAtInterpolator{ REL::Offset(0x0477FBB0) }; + inline constexpr std::array NiMemStream{ REL::Offset(0x0478E500) }; + inline constexpr std::array NiMorphData{ REL::Offset(0x0477FE10) }; + inline constexpr std::array NiMultiTargetTransformController{ REL::Offset(0x04778470) }; + inline constexpr std::array NiNode{ REL::Offset(0x04782F18) }; + inline constexpr std::array NiObjectNET{ REL::Offset(0x03F236B8) }; + inline constexpr std::array NiPathController{ REL::Offset(0x0477FFD0) }; + inline constexpr std::array NiPathInterpolator{ REL::Offset(0x047798C8) }; + inline constexpr std::array NiPick__Results{ REL::Offset(0x047857B0) }; + inline constexpr std::array NiPoint3Interpolator{ REL::Offset(0x047801E0) }; + inline constexpr std::array NiPointLight{ REL::Offset(0x0478C550) }; + inline constexpr std::array NiPosData{ REL::Offset(0x04779D20) }; + inline constexpr std::array NiProperty{ REL::Offset(0x04787250) }; + inline constexpr std::array NiQuaternionInterpolator{ REL::Offset(0x04780478) }; + inline constexpr std::array NiRefObject{ REL::Offset(0x03F2BC78) }; + inline constexpr std::array NiRollController{ REL::Offset(0x04780710) }; + inline constexpr std::array NiRotData{ REL::Offset(0x04780B30) }; + inline constexpr std::array NiSequence{ REL::Offset(0x04780D30) }; + inline constexpr std::array NiSequenceStreamHelper{ REL::Offset(0x04780EF0) }; + inline constexpr std::array NiSingleInterpController{ REL::Offset(0x04779378) }; + inline constexpr std::array NiSkinData{ REL::Offset(0x0478C8A0) }; + inline constexpr std::array NiSkinInstance{ REL::Offset(0x0478CA60) }; + inline constexpr std::array NiSkinPartition{ REL::Offset(0x0478CC20) }; + inline constexpr std::array NiSpotLight{ REL::Offset(0x0478CDE0) }; + inline constexpr std::array NiStream{ REL::Offset(0x04784380) }; + inline constexpr std::array NiStringExtraData{ REL::Offset(0x04783850) }; + inline constexpr std::array NiStringPalette{ REL::Offset(0x047810B0) }; + inline constexpr std::array NiStringsExtraData{ REL::Offset(0x0478D088) }; + inline constexpr std::array NiSwitchNode{ REL::Offset(0x04784CA0) }; + inline constexpr std::array NiTArray_BGSAddonNode_NiTMallocInterface_BGSAddonNode__ZeroObjectTraits_BGSAddonNode__{ REL::Offset(0x0436AED0) }; + inline constexpr std::array NiTArray_BSAnimNoteListener__BSAnimReceiverType_NiTMallocInterface_BSAnimNoteListener__BSAnimReceiverType__ZeroObjectTraits_BSAnimNoteListener__BSAnimReceiverType__{ REL::Offset(0x0477B708) }; + inline constexpr std::array NiTArray_CombatGroup_NiTMallocInterface_CombatGroup__ZeroObjectTraits_CombatGroup__{ REL::Offset(0x044F81E0) }; + inline constexpr std::array NiTArray_NiAVObject_NiTMallocInterface_NiAVObject__ZeroObjectTraits_NiAVObject__{ REL::Offset(0x04585398) }; + inline constexpr std::array NiTArray_NiPick__Record_NiTScrapHeapInterface_NiPick__Record__ZeroObjectTraits_NiPick__Record__{ REL::Offset(0x047857A0) }; + inline constexpr std::array NiTArray_NiPointer_NiAVObject__NiTNewInterface_NiPointer_NiAVObject___ZeroObjectTraits_NiPointer_NiAVObject___{ REL::Offset(0x04783228) }; + inline constexpr std::array NiTArray_NiPointer_NiControllerSequence__NiTNewInterface_NiPointer_NiControllerSequence___ZeroObjectTraits_NiPointer_NiControllerSequence___{ REL::Offset(0x04778418) }; + inline constexpr std::array NiTArray_NiPointer_NiTransformController__NiTNewInterface_NiPointer_NiTransformController___ZeroObjectTraits_NiPointer_NiTransformController___{ REL::Offset(0x04780D20) }; + inline constexpr std::array NiTArray_char_NiTMallocInterface_char__ZeroObjectTraits_char__{ REL::Offset(0x04780D00) }; + inline constexpr std::array NiTArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ REL::Offset(0x0436CDA8) }; + inline constexpr std::array NiTArray_void___NiStream_NiObject__NiTMallocInterface_void___NiStream_NiObject___ZeroObjectTraits_void___NiStream_NiObject___{ REL::Offset(0x047844C8) }; + inline constexpr std::array NiTLargeArray_BSFixedString_NiTNewInterface_BSFixedString__ZeroObjectTraits_BSFixedString__{ REL::Offset(0x04784668) }; + inline constexpr std::array NiTLargeArray_NiPointer_NiObject__NiTNewInterface_NiPointer_NiObject___ZeroObjectTraits_NiPointer_NiObject___{ REL::Offset(0x047844B8) }; + inline constexpr std::array NiTLargeArray_TESForm_NiTMallocInterface_TESForm__ZeroObjectTraits_TESForm__{ REL::Offset(0x0440D250) }; + inline constexpr std::array NiTLargeArray_unsignedint_NiTMallocInterface_unsignedint__ZeroObjectTraits_unsignedint__{ REL::Offset(0x04784498) }; + inline constexpr std::array NiTLargeObjectArray_BSFixedString_{ REL::Offset(0x04784658) }; + inline constexpr std::array NiTLargeObjectArray_NiPointer_NiObject__{ REL::Offset(0x047844A8) }; + inline constexpr std::array NiTLargePrimitiveArray_unsignedint_{ REL::Offset(0x04784488) }; + inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData_____ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ REL::Offset(0x044D0448) }; + inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_charconst_IDLE_ANIM_ROOT___charconst_IDLE_ANIM_ROOT_{ REL::Offset(0x0436A5A8) }; + inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_unsignedint_TESFile___unsignedint_TESFile_{ REL::Offset(0x0436CDB8) }; + inline constexpr std::array NiTMapBase_DFALL_NiTMapItem_unsignedint_unsignedchar___unsignedint_unsignedchar_{ REL::Offset(0x044DBE28) }; + inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__NiObjectconst_unsignedint_{ REL::Offset(0x04784618) }; + inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiObject___void__{ REL::Offset(0x04784518) }; + inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_NiPointer_NiSequence__{ REL::Offset(0x0477F198) }; + inline constexpr std::array NiTMapBase_NiTPointerAllocator_unsigned__int64__charconst_unsignedshort_{ REL::Offset(0x04784558) }; + inline constexpr std::array NiTMap_ENUM_FORM_ID_BSSimpleList_SavedFormData_ZeroObjectTraits_SavedFormData___{ REL::Offset(0x044D0488) }; + inline constexpr std::array NiTMap_charconst_IDLE_ANIM_ROOT_{ REL::Offset(0x0436A628) }; + inline constexpr std::array NiTMap_unsignedint_TESFile_{ REL::Offset(0x0436CDF8) }; + inline constexpr std::array NiTMap_unsignedint_unsignedchar_{ REL::Offset(0x044DBB68) }; + inline constexpr std::array NiTObjectArray_NiPointer_NiAVObject__{ REL::Offset(0x04783218) }; + inline constexpr std::array NiTObjectArray_NiPointer_NiControllerSequence__{ REL::Offset(0x04778428) }; + inline constexpr std::array NiTObjectArray_NiPointer_NiTransformController__{ REL::Offset(0x04780D10) }; + inline constexpr std::array NiTPointerMap_NiObjectconst_unsignedint_{ REL::Offset(0x04784448) }; + inline constexpr std::array NiTPointerMap_charconst_NiObject___void__{ REL::Offset(0x04784678) }; + inline constexpr std::array NiTPointerMap_charconst_NiPointer_NiSequence__{ REL::Offset(0x0477F0D8) }; + inline constexpr std::array NiTPointerMap_charconst_unsignedshort_{ REL::Offset(0x04784598) }; + inline constexpr std::array NiTPrimitiveArray_BGSAddonNode_{ REL::Offset(0x0436AEE0) }; + inline constexpr std::array NiTPrimitiveArray_BSAnimNoteListener__BSAnimReceiverType_{ REL::Offset(0x0477B6F8) }; + inline constexpr std::array NiTPrimitiveArray_CombatGroup_{ REL::Offset(0x044F81F0) }; + inline constexpr std::array NiTPrimitiveArray_NiAVObject_{ REL::Offset(0x045853A8) }; + inline constexpr std::array NiTPrimitiveArray_char_{ REL::Offset(0x04780CF0) }; + inline constexpr std::array NiTPrimitiveArray_unsignedint_{ REL::Offset(0x0436CE38) }; + inline constexpr std::array NiTPrimitiveArray_void___NiStream_NiObject__{ REL::Offset(0x04784738) }; + inline constexpr std::array NiTStringPointerMap_NiObject___void__{ REL::Offset(0x047846F8) }; + inline constexpr std::array NiTStringPointerMap_NiPointer_NiSequence__{ REL::Offset(0x0477F158) }; + inline constexpr std::array NiTStringPointerMap_unsignedshort_{ REL::Offset(0x047844D8) }; + inline constexpr std::array NiTStringTemplateMap_NiTMap_charconst_IDLE_ANIM_ROOT__IDLE_ANIM_ROOT_{ REL::Offset(0x0436A568) }; + inline constexpr std::array NiTStringTemplateMap_NiTPointerMap_charconst_NiObject___void___NiObject___void__{ REL::Offset(0x047846B8) }; + inline constexpr std::array NiTStringTemplateMap_NiTPointerMap_charconst_NiPointer_NiSequence___NiPointer_NiSequence__{ REL::Offset(0x0477F118) }; + inline constexpr std::array NiTStringTemplateMap_NiTPointerMap_charconst_unsignedshort__unsignedshort_{ REL::Offset(0x047845D8) }; + inline constexpr std::array NiTextKeyExtraData{ REL::Offset(0x04781270) }; + inline constexpr std::array NiTimeController{ REL::Offset(0x04784A80) }; + inline constexpr std::array NiTransformController{ REL::Offset(0x04778E48) }; + inline constexpr std::array NiTransformData{ REL::Offset(0x0477BC60) }; + inline constexpr std::array NiTransformInterpolator{ REL::Offset(0x04779618) }; + inline constexpr std::array NiTriBasedGeom{ REL::Offset(0x0478DC80) }; + inline constexpr std::array NiTriBasedGeomData{ REL::Offset(0x0478E250) }; + inline constexpr std::array NiTriShape{ REL::Offset(0x0478D268) }; + inline constexpr std::array NiTriShapeData{ REL::Offset(0x0478D550) }; + inline constexpr std::array NiTriStrips{ REL::Offset(0x0478D758) }; + inline constexpr std::array NiTriStripsData{ REL::Offset(0x0478DA38) }; + inline constexpr std::array NiUVData{ REL::Offset(0x04781450) }; + inline constexpr std::array NiVisController{ REL::Offset(0x04781610) }; + inline constexpr std::array NightEyeEffect{ REL::Offset(0x044C60C8) }; + inline constexpr std::array NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_Actor_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E7930) }; + inline constexpr std::array NoInitializationPolicy_BSTSmartPointer_IHandlerFunctor_TESObjectREFR_BSFixedString__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E7920) }; + inline constexpr std::array NonActorMagicCaster{ REL::Offset(0x04365560), REL::Offset(0x043655A0) }; + inline constexpr std::array NonActorMagicTarget{ REL::Offset(0x044C6450), REL::Offset(0x044C64C8) }; + inline constexpr std::array NormalizeRotation{ REL::Offset(0x045667A0) }; + inline constexpr std::array NormalizeRotationInstance{ REL::Offset(0x045692D8) }; + inline constexpr std::array NullMovementSelectIdleResult{ REL::Offset(0x045A03B0) }; + inline constexpr std::array NullMovementState{ REL::Offset(0x04511C48) }; + inline constexpr std::array NullPathBuilderTracker{ REL::Offset(0x0459B2C0) }; + inline constexpr std::array ObjectAttachmentFormComponent{ REL::Offset(0x04356030), REL::Offset(0x04356098) }; + inline constexpr std::array ObjectListItem{ REL::Offset(0x044452F8), REL::Offset(0x04445368) }; + inline constexpr std::array ObstacleTaskData{ REL::Offset(0x04451080) }; + inline constexpr std::array OpenContainerMenuMessage{ REL::Offset(0x044833E0) }; + inline constexpr std::array OpenEffect{ REL::Offset(0x044C6508) }; + inline constexpr std::array OpenRefuelMenuMessage{ REL::Offset(0x0451DE00) }; + inline constexpr std::array OpenShipCrewAssignMenuMessage{ REL::Offset(0x044AD640) }; + inline constexpr std::array OwnedCameraEffectController{ REL::Offset(0x043D05D0) }; + inline constexpr std::array OwnedController{ REL::Offset(0x0434AEE0) }; + inline constexpr std::array PackageCreator{ REL::Offset(0x03EFB710) }; + inline constexpr std::array PackageList{ REL::Offset(0x0436DE58) }; + inline constexpr std::array PackageLocation{ REL::Offset(0x0444E8C8) }; + inline constexpr std::array PageFileBase{ REL::Offset(0x044CD558) }; + inline constexpr std::array PageFileReader_BSFile_{ REL::Offset(0x044CD778) }; + inline constexpr std::array PageFileReader_PageFileBase_{ REL::Offset(0x044CD6B8) }; + inline constexpr std::array PageFileWriter_BSFile_{ REL::Offset(0x044CD618) }; + inline constexpr std::array PageFileWriter_PageFileBase_{ REL::Offset(0x044CD818) }; + inline constexpr std::array PairCollector{ REL::Offset(0x0406BFB8) }; + inline constexpr std::array PairedAnimation{ REL::Offset(0x04569C20) }; + inline constexpr std::array PairedAnimationInstance{ REL::Offset(0x04569BB0) }; + inline constexpr std::array PairedAttackDialogueHandler{ REL::Offset(0x044E4B68) }; + inline constexpr std::array PairedStopHandler{ REL::Offset(0x044E5DF0) }; + inline constexpr std::array ParalysisEffect{ REL::Offset(0x044C6600) }; + inline constexpr std::array ParticleFormComponent{ REL::Offset(0x043561A0) }; + inline constexpr std::array ParticleParticleCollisionsTask{ REL::Offset(0x0406A2F0), REL::Offset(0x0406A310) }; + inline constexpr std::array ParticleParticleInterBranchCollisionsTask{ REL::Offset(0x0406A388), REL::Offset(0x0406A3A8) }; + inline constexpr std::array ParticleParticleInterbranchSolveTask{ REL::Offset(0x0406A1D0), REL::Offset(0x0406A1F0) }; + inline constexpr std::array ParticleParticleProcessEarlyOutStateTask{ REL::Offset(0x04069F68), REL::Offset(0x04069F88) }; + inline constexpr std::array ParticleSequence{ REL::Offset(0x04566CD0) }; + inline constexpr std::array ParticleSequenceInstance{ REL::Offset(0x04569348) }; + inline constexpr std::array ParticleSystemInterface{ REL::Offset(0x0436A488) }; + inline constexpr std::array Particles__AnimatedUVMaterialProperties{ REL::Offset(0x04591318) }; + inline constexpr std::array Particles__BaseCustomParameter{ REL::Offset(0x04462F30) }; + inline constexpr std::array Particles__BaseOperation{ REL::Offset(0x04593420) }; + inline constexpr std::array Particles__BaseParticleSystemItem{ REL::Offset(0x04593478) }; + inline constexpr std::array Particles__BoundProperty{ REL::Offset(0x045913C8) }; + inline constexpr std::array Particles__BundleInfo{ REL::Offset(0x04591E68) }; + inline constexpr std::array Particles__EmitterBinding{ REL::Offset(0x04598CB0) }; + inline constexpr std::array Particles__EmitterDefinition{ REL::Offset(0x045992A8) }; + inline constexpr std::array Particles__EmitterMaterialDependency{ REL::Offset(0x04592118) }; + inline constexpr std::array Particles__ExpressionParser{ REL::Offset(0x0459A548) }; + inline constexpr std::array Particles__ForcesProperties{ REL::Offset(0x04592080) }; + inline constexpr std::array Particles__GeometryAsShapeDependency{ REL::Offset(0x04591C98) }; + inline constexpr std::array Particles__GeometryParticlesProperties{ REL::Offset(0x04592068) }; + inline constexpr std::array Particles__GroupOperation{ REL::Offset(0x04591D78) }; + inline constexpr std::array Particles__ITimeMultiplierProvider{ REL::Offset(0x04398178) }; + inline constexpr std::array Particles__Intrinsics__ApplyAngularVelocityParamSet{ REL::Offset(0x045947D8) }; + inline constexpr std::array Particles__Intrinsics__ApplyForcesToPositionParamSet{ REL::Offset(0x045949D0) }; + inline constexpr std::array Particles__Intrinsics__ApplyForcesToVelocityParamSet{ REL::Offset(0x04594988) }; + inline constexpr std::array Particles__Intrinsics__ApplyVelocityToPositionParamSet{ REL::Offset(0x04594D30) }; + inline constexpr std::array Particles__Intrinsics__ApplyWorldVelocityToPositionParamSet{ REL::Offset(0x04594CE8) }; + inline constexpr std::array Particles__Intrinsics__AssignmentOperationInput{ REL::Offset(0x045940E8) }; + inline constexpr std::array Particles__Intrinsics__BindingNameInput{ REL::Offset(0x04594538) }; + inline constexpr std::array Particles__Intrinsics__BoolBoolParamSet{ REL::Offset(0x04593B48) }; + inline constexpr std::array Particles__Intrinsics__BoolInput{ REL::Offset(0x045944F0) }; + inline constexpr std::array Particles__Intrinsics__BroadcastCollisionEventParamSet{ REL::Offset(0x04594E50) }; + inline constexpr std::array Particles__Intrinsics__ColorAlphaCurvesParamSet{ REL::Offset(0x045941D8) }; + inline constexpr std::array Particles__Intrinsics__ColorColorColorParamSet{ REL::Offset(0x04593D40) }; + inline constexpr std::array Particles__Intrinsics__ColorColorFloatParamSet{ REL::Offset(0x04593CB0) }; + inline constexpr std::array Particles__Intrinsics__ColorCurveParamSet{ REL::Offset(0x04594190) }; + inline constexpr std::array Particles__Intrinsics__ColorFloatParamSet{ REL::Offset(0x04593C68) }; + inline constexpr std::array Particles__Intrinsics__ColorInput{ REL::Offset(0x045944D8) }; + inline constexpr std::array Particles__Intrinsics__ColorPickerMinMaxParamSet{ REL::Offset(0x04593DD0) }; + inline constexpr std::array Particles__Intrinsics__ColorPickerParamSet{ REL::Offset(0x04593BD8) }; + inline constexpr std::array Particles__Intrinsics__ConditionalJumpParamSet{ REL::Offset(0x045940A0) }; + inline constexpr std::array Particles__Intrinsics__ConditionalKillParamSet{ REL::Offset(0x04594F70) }; + inline constexpr std::array Particles__Intrinsics__ConformToHeightmapParamSet{ REL::Offset(0x04593348) }; + inline constexpr std::array Particles__Intrinsics__ConformToHeightmapSimParamSet{ REL::Offset(0x04593300) }; + inline constexpr std::array Particles__Intrinsics__CurveParamSet{ REL::Offset(0x04594148) }; + inline constexpr std::array Particles__Intrinsics__CustomHandlingParamSet{ REL::Offset(0x04594670) }; + inline constexpr std::array Particles__Intrinsics__CyclingVolumeParamSet{ REL::Offset(0x04593270) }; + inline constexpr std::array Particles__Intrinsics__DebugAnimateParentTransform{ REL::Offset(0x04594220) }; + inline constexpr std::array Particles__Intrinsics__DebugAttachToCamera{ REL::Offset(0x045942B0) }; + inline constexpr std::array Particles__Intrinsics__DebugMoveParentTransform{ REL::Offset(0x04594268) }; + inline constexpr std::array Particles__Intrinsics__DirectionAxisInput{ REL::Offset(0x04594610) }; + inline constexpr std::array Particles__Intrinsics__DirectionToRotation3DParamSet{ REL::Offset(0x04593B00) }; + inline constexpr std::array Particles__Intrinsics__Double3Double3Double3ParamSet{ REL::Offset(0x04593830) }; + inline constexpr std::array Particles__Intrinsics__Double3Double3ParamSet{ REL::Offset(0x045937A0) }; + inline constexpr std::array Particles__Intrinsics__Double3Double3VectorParamSet{ REL::Offset(0x04593758) }; + inline constexpr std::array Particles__Intrinsics__Double3Input{ REL::Offset(0x04594430) }; + inline constexpr std::array Particles__Intrinsics__EmissionTypeInput{ REL::Offset(0x04594598) }; + inline constexpr std::array Particles__Intrinsics__ExpressionInputParamSet{ REL::Offset(0x0459A4B8) }; + inline constexpr std::array Particles__Intrinsics__Float5ParamSet{ REL::Offset(0x045950D8) }; + inline constexpr std::array Particles__Intrinsics__Float6ParamSet{ REL::Offset(0x045951B0) }; + inline constexpr std::array Particles__Intrinsics__FloatBoolParamSet{ REL::Offset(0x04595168) }; + inline constexpr std::array Particles__Intrinsics__FloatColorParamSet{ REL::Offset(0x04593C20) }; + inline constexpr std::array Particles__Intrinsics__FloatFloatBoolParamSet{ REL::Offset(0x04595240) }; + inline constexpr std::array Particles__Intrinsics__FloatFloatFloatFloatColorParamSet{ REL::Offset(0x04593CF8) }; + inline constexpr std::array Particles__Intrinsics__FloatFloatFloatFloatParamSet{ REL::Offset(0x04595120) }; + inline constexpr std::array Particles__Intrinsics__FloatFloatFloatParamSet{ REL::Offset(0x04594F28) }; + inline constexpr std::array Particles__Intrinsics__FloatFloatFloatVectorParamSet{ REL::Offset(0x04595000) }; + inline constexpr std::array Particles__Intrinsics__FloatFloatParamSet{ REL::Offset(0x045951F8) }; + inline constexpr std::array Particles__Intrinsics__FloatInput{ REL::Offset(0x04595320) }; + inline constexpr std::array Particles__Intrinsics__FloatMinMaxParamSet{ REL::Offset(0x04595048) }; + inline constexpr std::array Particles__Intrinsics__FloatUIntParamSet{ REL::Offset(0x04593560) }; + inline constexpr std::array Particles__Intrinsics__FloatVector33MatrixParamSet{ REL::Offset(0x04594FB8) }; + inline constexpr std::array Particles__Intrinsics__FloatVectorParamSet{ REL::Offset(0x045935F0) }; + inline constexpr std::array Particles__Intrinsics__FloatVectorVectorParamSet{ REL::Offset(0x045943D0) }; + inline constexpr std::array Particles__Intrinsics__GenericResourceParamSet{ REL::Offset(0x045945C8) }; + inline constexpr std::array Particles__Intrinsics__GeometryParticleKillParamSet{ REL::Offset(0x045946B8) }; + inline constexpr std::array Particles__Intrinsics__GeometryParticleParamSet{ REL::Offset(0x04594628) }; + inline constexpr std::array Particles__Intrinsics__GeometryParticleUpdateParamSet{ REL::Offset(0x04594700) }; + inline constexpr std::array Particles__Intrinsics__GeometryRotToPhysicsQuatParamSet{ REL::Offset(0x04594790) }; + inline constexpr std::array Particles__Intrinsics__HexColorHexColorUIntParamSet{ REL::Offset(0x04593EF0) }; + inline constexpr std::array Particles__Intrinsics__HexColorUIntParamSet{ REL::Offset(0x04593E18) }; + inline constexpr std::array Particles__Intrinsics__HexUIntInput{ REL::Offset(0x045944A8) }; + inline constexpr std::array Particles__Intrinsics__Input{ REL::Offset(0x045952E8) }; + inline constexpr std::array Particles__Intrinsics__IntInput{ REL::Offset(0x04594490) }; + inline constexpr std::array Particles__Intrinsics__JumpParamSet{ REL::Offset(0x04593FC8) }; + inline constexpr std::array Particles__Intrinsics__KillParamSet{ REL::Offset(0x04594E98) }; + inline constexpr std::array Particles__Intrinsics__LODCurvedPropertyBaseParamSet{ REL::Offset(0x045933D8) }; + inline constexpr std::array Particles__Intrinsics__LODCurvedPropertyFloatParamSet{ REL::Offset(0x04593390) }; + inline constexpr std::array Particles__Intrinsics__MatrixInput{ REL::Offset(0x04594448) }; + inline constexpr std::array Particles__Intrinsics__MatrixVectorVectorParamSet{ REL::Offset(0x04594100) }; + inline constexpr std::array Particles__Intrinsics__MeshSpawnDimensionInput{ REL::Offset(0x04594580) }; + inline constexpr std::array Particles__Intrinsics__NoOpDeclareBoolParamSet{ REL::Offset(0x045948B0) }; + inline constexpr std::array Particles__Intrinsics__NoOpSimulateParticlesMarkerParamSet{ REL::Offset(0x04594A60) }; + inline constexpr std::array Particles__Intrinsics__Noise2ParamSet{ REL::Offset(0x04593638) }; + inline constexpr std::array Particles__Intrinsics__Noise3ParamSet{ REL::Offset(0x04593710) }; + inline constexpr std::array Particles__Intrinsics__NoiseBaseParamSet{ REL::Offset(0x045935A8) }; + inline constexpr std::array Particles__Intrinsics__NoiseParamSet{ REL::Offset(0x04593680) }; + inline constexpr std::array Particles__Intrinsics__NoiseTypeInput{ REL::Offset(0x045945B0) }; + inline constexpr std::array Particles__Intrinsics__OperationNameInput{ REL::Offset(0x04594550) }; + inline constexpr std::array Particles__Intrinsics__OrbitAroundPointParamSet{ REL::Offset(0x045931E0) }; + inline constexpr std::array Particles__Intrinsics__ParameterSetBase{ REL::Offset(0x04595338) }; + inline constexpr std::array Particles__Intrinsics__PhysicsQuatToGeometryRotParamSet{ REL::Offset(0x04594748) }; + inline constexpr std::array Particles__Intrinsics__PhysicsQuatToSpriteRotParamSet{ REL::Offset(0x04594820) }; + inline constexpr std::array Particles__Intrinsics__PointInCylinderParamSet{ REL::Offset(0x04594058) }; + inline constexpr std::array Particles__Intrinsics__PointInMeshParamSet{ REL::Offset(0x04593228) }; + inline constexpr std::array Particles__Intrinsics__PointOnAttachedSkeletonParamSet{ REL::Offset(0x045932B8) }; + inline constexpr std::array Particles__Intrinsics__RandomVariableParamSet{ REL::Offset(0x045936C8) }; + inline constexpr std::array Particles__Intrinsics__RandomVectorOnShapeParamSet{ REL::Offset(0x04594388) }; + inline constexpr std::array Particles__Intrinsics__ScaledVectorGivenTwoPointsParamSet{ REL::Offset(0x04593AB8) }; + inline constexpr std::array Particles__Intrinsics__ShapeTypeInput{ REL::Offset(0x04594568) }; + inline constexpr std::array Particles__Intrinsics__SharedAsset{ REL::Offset(0x045952A8) }; + inline constexpr std::array Particles__Intrinsics__SharedAssociatedUID{ REL::Offset(0x04592048) }; + inline constexpr std::array Particles__Intrinsics__SharedCollisionInfo{ REL::Offset(0x04595300) }; + inline constexpr std::array Particles__Intrinsics__SharedColorAlphaCurves{ REL::Offset(0x04591EF0) }; + inline constexpr std::array Particles__Intrinsics__SharedColorCurve{ REL::Offset(0x04591F10) }; + inline constexpr std::array Particles__Intrinsics__SharedCurve{ REL::Offset(0x04591ED0) }; + inline constexpr std::array Particles__Intrinsics__SharedCustomParameter{ REL::Offset(0x04591FF0) }; + inline constexpr std::array Particles__Intrinsics__SharedFiniteRandomNumberGenerator{ REL::Offset(0x04591F70) }; + inline constexpr std::array Particles__Intrinsics__SharedHeightmapData{ REL::Offset(0x045952C8) }; + inline constexpr std::array Particles__Intrinsics__SharedLODCurves{ REL::Offset(0x04591F50) }; + inline constexpr std::array Particles__Intrinsics__SharedMesh{ REL::Offset(0x04595288) }; + inline constexpr std::array Particles__Intrinsics__SharedNoiseGenerator{ REL::Offset(0x04591F90) }; + inline constexpr std::array Particles__Intrinsics__SharedParticleSystemSpawnParameters{ REL::Offset(0x04591FB0) }; + inline constexpr std::array Particles__Intrinsics__SharedRGBColorCurve{ REL::Offset(0x04591EB0) }; + inline constexpr std::array Particles__Intrinsics__SharedRandomVariableDistributionValues{ REL::Offset(0x04591FD0) }; + inline constexpr std::array Particles__Intrinsics__SharedRuntimeInfo{ REL::Offset(0x04591E48) }; + inline constexpr std::array Particles__Intrinsics__SharedSkeletonData{ REL::Offset(0x04591F30) }; + inline constexpr std::array Particles__Intrinsics__SharedUpdateForcesParameters{ REL::Offset(0x04592010) }; + inline constexpr std::array Particles__Intrinsics__SpawnParticleParamSet{ REL::Offset(0x04594E08) }; + inline constexpr std::array Particles__Intrinsics__StringInput{ REL::Offset(0x04594508) }; + inline constexpr std::array Particles__Intrinsics__TransformInitialParticlePositionToWorldSpaceParamSet{ REL::Offset(0x04594C58) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToEmitterSpaceDouble3Double3ParamSet{ REL::Offset(0x04594CA0) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Double3ParamSet{ REL::Offset(0x04594BC8) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToEmitterSpaceFloat3Float3ParamSet{ REL::Offset(0x04594B38) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToParentSpaceDouble3Double3ParamSet{ REL::Offset(0x04594AA8) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToParentSpaceFloat3Double3ParamSet{ REL::Offset(0x04594AF0) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToParentSpaceFloat3Float3ParamSet{ REL::Offset(0x04594A18) }; + inline constexpr std::array Particles__Intrinsics__TransformPositionToPositionInWorldEmitterSpaceFloat3Float3ParamSet{ REL::Offset(0x04594C10) }; + inline constexpr std::array Particles__Intrinsics__TransformRelativeGeometryParticleToParentSpaceParamSet{ REL::Offset(0x04594B80) }; + inline constexpr std::array Particles__Intrinsics__TransformRelativePositionFloat3Double3ParamSet{ REL::Offset(0x04594940) }; + inline constexpr std::array Particles__Intrinsics__TransformRelativePositionFloat3Float3ParamSet{ REL::Offset(0x04594868) }; + inline constexpr std::array Particles__Intrinsics__TransformRelativePositionToInWorldPositionFloat3Float3ParamSet{ REL::Offset(0x045948F8) }; + inline constexpr std::array Particles__Intrinsics__TransformStretchVectorToWorldParamSet{ REL::Offset(0x04594D78) }; + inline constexpr std::array Particles__Intrinsics__TransformVelocityToWorldParamSet{ REL::Offset(0x04594DC0) }; + inline constexpr std::array Particles__Intrinsics__UIntDivisionParamSet{ REL::Offset(0x04593F80) }; + inline constexpr std::array Particles__Intrinsics__UIntFloatParamSet{ REL::Offset(0x04594010) }; + inline constexpr std::array Particles__Intrinsics__UIntInput{ REL::Offset(0x04594478) }; + inline constexpr std::array Particles__Intrinsics__UIntMinMaxParamSet{ REL::Offset(0x04593F38) }; + inline constexpr std::array Particles__Intrinsics__UIntUIntBoolParamSet{ REL::Offset(0x04593E60) }; + inline constexpr std::array Particles__Intrinsics__UIntUIntParamSet{ REL::Offset(0x04593D88) }; + inline constexpr std::array Particles__Intrinsics__UIntUIntUIntParamSet{ REL::Offset(0x04593EA8) }; + inline constexpr std::array Particles__Intrinsics__UpdateChildParticleBindingsParamSet{ REL::Offset(0x04594EE0) }; + inline constexpr std::array Particles__Intrinsics__UpdateForcesParamSet{ REL::Offset(0x0459A500) }; + inline constexpr std::array Particles__Intrinsics__VariableInput{ REL::Offset(0x045944C0) }; + inline constexpr std::array Particles__Intrinsics__Vector2Input{ REL::Offset(0x04594418) }; + inline constexpr std::array Particles__Intrinsics__Vector2Vector2FloatVector2ParamSet{ REL::Offset(0x04593878) }; + inline constexpr std::array Particles__Intrinsics__Vector2Vector2Vector2FloatVector2ParamSet{ REL::Offset(0x04593950) }; + inline constexpr std::array Particles__Intrinsics__Vector2Vector2Vector2Vector2FloatVector2ParamSet{ REL::Offset(0x04593908) }; + inline constexpr std::array Particles__Intrinsics__Vector3Input{ REL::Offset(0x04594460) }; + inline constexpr std::array Particles__Intrinsics__Vector3MatrixParamSet{ REL::Offset(0x04595090) }; + inline constexpr std::array Particles__Intrinsics__Vector3Vector3FloatVector3ParamSet{ REL::Offset(0x045939E0) }; + inline constexpr std::array Particles__Intrinsics__Vector3Vector3Vector3FloatVector3ParamSet{ REL::Offset(0x04593998) }; + inline constexpr std::array Particles__Intrinsics__Vector3Vector3Vector3Vector3FloatVector3ParamSet{ REL::Offset(0x04593A70) }; + inline constexpr std::array Particles__Intrinsics__VectorFloatParamSet{ REL::Offset(0x04594340) }; + inline constexpr std::array Particles__Intrinsics__VectorFloatVectorParamSet{ REL::Offset(0x045942F8) }; + inline constexpr std::array Particles__Intrinsics__VectorMinMaxParamSet{ REL::Offset(0x04593A28) }; + inline constexpr std::array Particles__Intrinsics__VectorScaleAddParamSet{ REL::Offset(0x04593B90) }; + inline constexpr std::array Particles__Intrinsics__VectorVectorFloatParamSet{ REL::Offset(0x045938C0) }; + inline constexpr std::array Particles__Intrinsics__VectorVectorParamSet{ REL::Offset(0x04593518) }; + inline constexpr std::array Particles__Intrinsics__VectorVectorVectorParamSet{ REL::Offset(0x045937E8) }; + inline constexpr std::array Particles__Intrinsics__XMFLOAT4Input{ REL::Offset(0x04594520) }; + inline constexpr std::array Particles__ListFloatCurve{ REL::Offset(0x04591390) }; + inline constexpr std::array Particles__ListParticleCollisionInfo{ REL::Offset(0x04462F10) }; + inline constexpr std::array Particles__MaterialDBDependency{ REL::Offset(0x04592158) }; + inline constexpr std::array Particles__MaterialProperties{ REL::Offset(0x045912E8) }; + inline constexpr std::array Particles__MeshDependency{ REL::Offset(0x045921D8) }; + inline constexpr std::array Particles__ModelDBDependency{ REL::Offset(0x04592098) }; + inline constexpr std::array Particles__PSM__Commands__BaseParticleSystemRequest{ REL::Offset(0x04598968) }; + inline constexpr std::array Particles__PSM__Commands__RequestLoadResources{ REL::Offset(0x045988F8) }; + inline constexpr std::array Particles__PSM__Commands__WaitForResourceLoad{ REL::Offset(0x045988E8) }; + inline constexpr std::array Particles__ParticleEmitterEngine{ REL::Offset(0x04598C70) }; + inline constexpr std::array Particles__ParticleEmitterEngine__GlobalEmitterEngineBinding{ REL::Offset(0x04598C80) }; + inline constexpr std::array Particles__ParticleNodeManager{ REL::Offset(0x04591BC0) }; + inline constexpr std::array Particles__ParticlePerformanceManager{ REL::Offset(0x04598950) }; + inline constexpr std::array Particles__ParticleSystemManagerImpl{ REL::Offset(0x04598908) }; + inline constexpr std::array Particles__ParticleSystemManagerImpl__PSBinding{ REL::Offset(0x04598920) }; + inline constexpr std::array Particles__ParticleSystemStorage{ REL::Offset(0x04591BF0), REL::Offset(0x04591C28) }; + inline constexpr std::array Particles__PhysicsProperties{ REL::Offset(0x045913B0) }; + inline constexpr std::array Particles__PointInMeshDependency{ REL::Offset(0x04592198) }; + inline constexpr std::array Particles__ResourceDependency{ REL::Offset(0x045920D8) }; + inline constexpr std::array Particles__SingleOperation{ REL::Offset(0x045934C0) }; + inline constexpr std::array Particles__SystemBinding{ REL::Offset(0x04591C40) }; + inline constexpr std::array Particles__SystemDefinition{ REL::Offset(0x04592030) }; + inline constexpr std::array Particles__TiledMaterialProperties{ REL::Offset(0x04591300) }; + inline constexpr std::array PassengerInteraction{ REL::Offset(0x04474178) }; + inline constexpr std::array PathFollowerAnimationMoveStart{ REL::Offset(0x045A4510) }; + inline constexpr std::array PathFollowerAnimationMoveStop{ REL::Offset(0x045A4520) }; + inline constexpr std::array PathFollowerStateFollowPathToParameter{ REL::Offset(0x045A4220) }; + inline constexpr std::array PathFollowerStateKeepLastDirection{ REL::Offset(0x045A4248) }; + inline constexpr std::array PathFollowerStatePerformAction{ REL::Offset(0x045A43E8) }; + inline constexpr std::array PathFollowerStatePlayIdle{ REL::Offset(0x045A41D0) }; + inline constexpr std::array PathFollowerStateShortcut{ REL::Offset(0x045A4398) }; + inline constexpr std::array PathFollowerStateTurnToAngle{ REL::Offset(0x045A41F8) }; + inline constexpr std::array PathFollowerStateWaitForAction{ REL::Offset(0x045A43C0) }; + inline constexpr std::array PathManagerImpl{ REL::Offset(0x0459ADE0), REL::Offset(0x0459AE10) }; + inline constexpr std::array PathManagerPositionPlayerAdapter{ REL::Offset(0x044D46E8), REL::Offset(0x044D4700), REL::Offset(0x044D4718), REL::Offset(0x044D4730), REL::Offset(0x044D4748) }; + inline constexpr std::array PathSmootherRayCastUsePreferredTris{ REL::Offset(0x045A2D78) }; + inline constexpr std::array PathSmootherRayCastUseTrianglePath{ REL::Offset(0x045A2D50) }; + inline constexpr std::array Pathing{ REL::Offset(0x04451438), REL::Offset(0x044514B8), REL::Offset(0x044514C8), REL::Offset(0x044514D8), REL::Offset(0x044515A8) }; + inline constexpr std::array PathingAnimations{ REL::Offset(0x045631C0) }; + inline constexpr std::array PathingAnimationsInstance{ REL::Offset(0x04563228) }; + inline constexpr std::array PathingCell{ REL::Offset(0x044517B8) }; + inline constexpr std::array PathingCoverLocation{ REL::Offset(0x044516F0) }; + inline constexpr std::array PathingDoor{ REL::Offset(0x04451908) }; + inline constexpr std::array PathingLockData{ REL::Offset(0x044519D0) }; + inline constexpr std::array PathingNumericIDDuplicationVisitor{ REL::Offset(0x04451A28) }; + inline constexpr std::array PathingRequest{ REL::Offset(0x04451A50) }; + inline constexpr std::array PathingRequestClosePoint{ REL::Offset(0x04451E08) }; + inline constexpr std::array PathingRequestClosestGoal{ REL::Offset(0x04451E80) }; + inline constexpr std::array PathingRequestCover{ REL::Offset(0x04451EF0) }; + inline constexpr std::array PathingRequestFlee{ REL::Offset(0x04451F60) }; + inline constexpr std::array PathingRequestFly{ REL::Offset(0x04451FD0) }; + inline constexpr std::array PathingRequestFlyAction{ REL::Offset(0x04452028) }; + inline constexpr std::array PathingRequestFlyHover{ REL::Offset(0x044520B0) }; + inline constexpr std::array PathingRequestFlyLand{ REL::Offset(0x04452120) }; + inline constexpr std::array PathingRequestFlyOrbit{ REL::Offset(0x04452190) }; + inline constexpr std::array PathingRequestFlyTakeOff{ REL::Offset(0x04452208) }; + inline constexpr std::array PathingRequestHide{ REL::Offset(0x04452278) }; + inline constexpr std::array PathingRequestLOS{ REL::Offset(0x044522E8) }; + inline constexpr std::array PathingRequestOpenSpace{ REL::Offset(0x04345778) }; + inline constexpr std::array PathingRequestRotate{ REL::Offset(0x04452358) }; + inline constexpr std::array PathingRequestSafeStraightLine{ REL::Offset(0x044523D0) }; + inline constexpr std::array PathingRequestStopMoving{ REL::Offset(0x04452448) }; + inline constexpr std::array PathingSpace{ REL::Offset(0x04451AB8) }; + inline constexpr std::array PathingStreamLoadGame{ REL::Offset(0x044E1460) }; + inline constexpr std::array PathingStreamMasterFileRead{ REL::Offset(0x04379B08) }; + inline constexpr std::array PathingStreamSaveGame{ REL::Offset(0x044E13C0) }; + inline constexpr std::array PathingTraversalAction{ REL::Offset(0x0437A1B8) }; + inline constexpr std::array PathingTraversalActionActivate{ REL::Offset(0x04379F78) }; + inline constexpr std::array PathingTraversalActionDoorway{ REL::Offset(0x0437A008) }; + inline constexpr std::array PathingTraversalActionJump{ REL::Offset(0x0437A248) }; + inline constexpr std::array PathingTraversalActionLadder{ REL::Offset(0x0437A128) }; + inline constexpr std::array PathingTraversalActionStandard{ REL::Offset(0x0437A098) }; + inline constexpr std::array PathingTraversalData{ REL::Offset(0x0437A2D8) }; + inline constexpr std::array PathingTraversalManager{ REL::Offset(0x0437ADE0), REL::Offset(0x0437ADF8), REL::Offset(0x0437AE10) }; + inline constexpr std::array PauseMenu{ REL::Offset(0x044B32E8), REL::Offset(0x044B3300), REL::Offset(0x044B3318), REL::Offset(0x044B3330), REL::Offset(0x044B3348), REL::Offset(0x044B3360), REL::Offset(0x044B3378), REL::Offset(0x044B3390), REL::Offset(0x044B33A8), REL::Offset(0x044B33C0), REL::Offset(0x044B3418), REL::Offset(0x044B3430), REL::Offset(0x044B3460), REL::Offset(0x044B36B0) }; + inline constexpr std::array PauseMenuConfirmationDataModel{ REL::Offset(0x0448C3B8) }; + inline constexpr std::array PauseMenuConfirmationDataModel__PauseMenuConfirmatioEventShuttle{ REL::Offset(0x0448C9D8) }; + inline constexpr std::array PauseMenuListDataModel{ REL::Offset(0x0448C408) }; + inline constexpr std::array PauseMenuListDataModel__PauseMenuListEventShuttle{ REL::Offset(0x0448C9B0) }; + inline constexpr std::array PauseMenuStateDataModel{ REL::Offset(0x0448C3E0) }; + inline constexpr std::array PauseMenuStateDataModel__PauseMenuStateEventShuttle{ REL::Offset(0x0448CA00) }; + inline constexpr std::array PauseMenu_ActionCanceled{ REL::Offset(0x044B3670) }; + inline constexpr std::array PauseMenu_ConfirmAction{ REL::Offset(0x044B3650) }; + inline constexpr std::array PauseMenu_ConfirmLoad{ REL::Offset(0x044B3630) }; + inline constexpr std::array PauseMenu_ConfirmSave{ REL::Offset(0x044B3590) }; + inline constexpr std::array PauseMenu_DeleteSave{ REL::Offset(0x044B35D0) }; + inline constexpr std::array PauseMenu_QuitToDesktop{ REL::Offset(0x044B35B0) }; + inline constexpr std::array PauseMenu_SetCharacter{ REL::Offset(0x044B35F0) }; + inline constexpr std::array PauseMenu_StartAction{ REL::Offset(0x044B3690) }; + inline constexpr std::array PauseMenu_StartLoad{ REL::Offset(0x044B3610) }; + inline constexpr std::array PauseMenu_UploadSave{ REL::Offset(0x044B3570) }; + inline constexpr std::array PeakValueModifierEffect{ REL::Offset(0x044C6738) }; + inline constexpr std::array PenetrationRecoveryUtils__hknpBSIgnoreBodyCollisionFilter{ REL::Offset(0x0457A040) }; + inline constexpr std::array PenetrationUtils__hknpBSCommandStreamWriter{ REL::Offset(0x0457BD48) }; + inline constexpr std::array PerformActivationHandler{ REL::Offset(0x044E4DA8) }; + inline constexpr std::array PerformOpFunc{ REL::Offset(0x04783290) }; + inline constexpr std::array PhotoGalleryMenu{ REL::Offset(0x0447A958), REL::Offset(0x0447A970), REL::Offset(0x0447A998), REL::Offset(0x0447AA78), REL::Offset(0x0447AA90) }; + inline constexpr std::array PhotoGalleryMenu__PhotoGalleryEventShuttle{ REL::Offset(0x0447A930) }; + inline constexpr std::array PhotoGallery_DeletePhoto{ REL::Offset(0x0447AAE8) }; + inline constexpr std::array PhotoModeCameraState{ REL::Offset(0x0445D110) }; + inline constexpr std::array PhotoModeDataModel{ REL::Offset(0x0448D588) }; + inline constexpr std::array PhotoModeDataModel__PhotoModeEventShuttle{ REL::Offset(0x0448E210) }; + inline constexpr std::array PhotoModeDataModel__PhotoModeOverlayData__ImageData{ REL::Offset(0x0448E098) }; + inline constexpr std::array PhotoModeDataModel__PhotoModeSettingsData__CategoryData{ REL::Offset(0x0448D558) }; + inline constexpr std::array PhotoModeDataModel__PhotoModeSettingsData__SettingData{ REL::Offset(0x0448D570) }; + inline constexpr std::array PhotoModeEffectController{ REL::Offset(0x04415760) }; + inline constexpr std::array PhotoModeMenu{ REL::Offset(0x044AA4F0), REL::Offset(0x044AA508), REL::Offset(0x044AA520), REL::Offset(0x044AA538), REL::Offset(0x044AA550), REL::Offset(0x044AA568), REL::Offset(0x044AA580), REL::Offset(0x044AA598), REL::Offset(0x044AA5B0), REL::Offset(0x044AA5C8), REL::Offset(0x044AA620) }; + inline constexpr std::array PhotoMode_InitializeCategory{ REL::Offset(0x044AA7C0) }; + inline constexpr std::array PhotoMode_ResetToDefaults{ REL::Offset(0x044AA7A0) }; + inline constexpr std::array PhotoMode_SliderChanged{ REL::Offset(0x044AA780) }; + inline constexpr std::array PhotoMode_StepperChanged{ REL::Offset(0x044AA760) }; + inline constexpr std::array PhotoMode_TakeSnapshot{ REL::Offset(0x044AA740) }; + inline constexpr std::array PhotoMode_ToggleHelmet{ REL::Offset(0x044AA700) }; + inline constexpr std::array PhotoMode_ToggleUI{ REL::Offset(0x044AA720) }; + inline constexpr std::array PhotoMode__PhotoModeCaptureExportNode{ REL::Offset(0x044AA7E0) }; + inline constexpr std::array PhysicsContactListener{ REL::Offset(0x04562F38) }; + inline constexpr std::array PhysicsContactListenerInstance{ REL::Offset(0x04562FA0) }; + inline constexpr std::array PickNewIdleHandler{ REL::Offset(0x044E5FA0) }; + inline constexpr std::array PickpocketInventoryModel{ REL::Offset(0x044AAC70), REL::Offset(0x044AAC88), REL::Offset(0x044AACA0), REL::Offset(0x044AACB8) }; + inline constexpr std::array PickpocketItemData{ REL::Offset(0x044AB228) }; + inline constexpr std::array PickpocketMenu{ REL::Offset(0x044AACE8), REL::Offset(0x044AAD00), REL::Offset(0x044AAD58) }; + inline constexpr std::array PickpocketMenu_OnItemSelect{ REL::Offset(0x044AAE58) }; + inline constexpr std::array PickpocketStateData{ REL::Offset(0x044AA8A8) }; + inline constexpr std::array PipelineGenerationEventHandler{ REL::Offset(0x044D47D8) }; + inline constexpr std::array PitchOverrideEndHandler{ REL::Offset(0x044E47F0) }; + inline constexpr std::array PitchOverrideStartHandler{ REL::Offset(0x044E4808) }; + inline constexpr std::array PlanetSiteSelectEventHelper{ REL::Offset(0x044D42B8) }; + inline constexpr std::array PlasmaProjectile{ REL::Offset(0x044614B0), REL::Offset(0x044614C8), REL::Offset(0x044614E0), REL::Offset(0x044615B0), REL::Offset(0x044615C8), REL::Offset(0x04461630), REL::Offset(0x04461650), REL::Offset(0x04461660), REL::Offset(0x04461678), REL::Offset(0x04462168), REL::Offset(0x04462180) }; + inline constexpr std::array PlatformDataModel{ REL::Offset(0x04590538) }; + inline constexpr std::array PlayBinkMenu{ REL::Offset(0x044B3760), REL::Offset(0x044B3778), REL::Offset(0x044B37D0), REL::Offset(0x044B38B0), REL::Offset(0x044B38C8) }; + inline constexpr std::array PlayBink_CloseMenu{ REL::Offset(0x044B38E0) }; + inline constexpr std::array PlayerBedEnterHandler{ REL::Offset(0x044E5AD8) }; + inline constexpr std::array PlayerCamera{ REL::Offset(0x0451B0B8), REL::Offset(0x0451B0D0), REL::Offset(0x0451B0E8), REL::Offset(0x0451B100), REL::Offset(0x0451B118), REL::Offset(0x0451B148), REL::Offset(0x0451B160), REL::Offset(0x0451B178), REL::Offset(0x0451B190) }; + inline constexpr std::array PlayerCameraTransitionState{ REL::Offset(0x0451B5E8) }; + inline constexpr std::array PlayerChairEnterHandler{ REL::Offset(0x044E5AA8) }; + inline constexpr std::array PlayerCharacter{ REL::Offset(0x044DBF48), REL::Offset(0x044DBFB8), REL::Offset(0x044DBFD0), REL::Offset(0x044DBFE8), REL::Offset(0x044DC000), REL::Offset(0x044DC018), REL::Offset(0x044DC030), REL::Offset(0x044DC048), REL::Offset(0x044DC060), REL::Offset(0x044DC078), REL::Offset(0x044DC088), REL::Offset(0x044DC098), REL::Offset(0x044DC0B0), REL::Offset(0x044DC0E0), REL::Offset(0x044DC148), REL::Offset(0x044DC158), REL::Offset(0x044DC1D0), REL::Offset(0x044DC380), REL::Offset(0x044DC398), REL::Offset(0x044DC3B0), REL::Offset(0x044DC480), REL::Offset(0x044DC4A0), REL::Offset(0x044DC4B8), REL::Offset(0x044DC4D0), REL::Offset(0x044DC4E8), REL::Offset(0x044DC500), REL::Offset(0x044DD238), REL::Offset(0x044DD248), REL::Offset(0x044DD258), REL::Offset(0x044DD268), REL::Offset(0x044DD278), REL::Offset(0x044DD288), REL::Offset(0x044DD298), REL::Offset(0x044DD2A8), REL::Offset(0x044DD2B8), REL::Offset(0x044DD2D0), REL::Offset(0x044DD2E8), REL::Offset(0x044DD300), REL::Offset(0x044DD318), REL::Offset(0x044DD330), REL::Offset(0x044DD358), REL::Offset(0x044DD370) }; + inline constexpr std::array PlayerControls__AlternateAttackHandler{ REL::Offset(0x04474C80) }; + inline constexpr std::array PlayerControls__AlternateFlightControlMode{ REL::Offset(0x04474A60) }; + inline constexpr std::array PlayerControls__AutoMoveHandler{ REL::Offset(0x04474400) }; + inline constexpr std::array PlayerControls__Base{ REL::Offset(0x04475FB8) }; + inline constexpr std::array PlayerControls__DebugCameraHandler{ REL::Offset(0x04474580) }; + inline constexpr std::array PlayerControls__FlightControlMode{ REL::Offset(0x04474AE0) }; + inline constexpr std::array PlayerControls__FlightMovementHandler{ REL::Offset(0x044749C8) }; + inline constexpr std::array PlayerControls__GrabRotationHandler{ REL::Offset(0x04474B40) }; + inline constexpr std::array PlayerControls__GravJumpHandler{ REL::Offset(0x04474BE8) }; + inline constexpr std::array PlayerControls__HeldStateHandler{ REL::Offset(0x04474D18) }; + inline constexpr std::array PlayerControls__JumpHandler{ REL::Offset(0x04474E18) }; + inline constexpr std::array PlayerControls__LookHandler{ REL::Offset(0x04474EC0) }; + inline constexpr std::array PlayerControls__Manager{ REL::Offset(0x04476AC0), REL::Offset(0x04476AD8), REL::Offset(0x04476AF0), REL::Offset(0x04476B08), REL::Offset(0x04476B50), REL::Offset(0x04476B78), REL::Offset(0x04476B90), REL::Offset(0x04476BA8) }; + inline constexpr std::array PlayerControls__MonocleHandler{ REL::Offset(0x04474F48) }; + inline constexpr std::array PlayerControls__MovementHandler{ REL::Offset(0x04474FE8) }; + inline constexpr std::array PlayerControls__PlayerCameraHandler{ REL::Offset(0x044750A0) }; + inline constexpr std::array PlayerControls__PlayerInputHandler{ REL::Offset(0x04475128) }; + inline constexpr std::array PlayerControls__RunHandler{ REL::Offset(0x044751B0) }; + inline constexpr std::array PlayerControls__ShieldHandler{ REL::Offset(0x044752E0) }; + inline constexpr std::array PlayerControls__ShipEquipmentHandler{ REL::Offset(0x044753A8) }; + inline constexpr std::array PlayerControls__SneakHandler{ REL::Offset(0x04475470) }; + inline constexpr std::array PlayerControls__SprintHandler{ REL::Offset(0x04475558) }; + inline constexpr std::array PlayerControls__StandardFlightControlMode{ REL::Offset(0x04474AA0) }; + inline constexpr std::array PlayerControls__StarbornPowerHandler{ REL::Offset(0x04476BC0) }; + inline constexpr std::array PlayerControls__TogglePOVHandler{ REL::Offset(0x04475660) }; + inline constexpr std::array PlayerControls__ToggleRunHandler{ REL::Offset(0x04475708) }; + inline constexpr std::array PlayerControls__WeaponActionHandler{ REL::Offset(0x04475790) }; + inline constexpr std::array PlayerControls__WeaponAttackHandler{ REL::Offset(0x04475880) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__NotTriggered{ REL::Offset(0x04475EC8) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__Triggered{ REL::Offset(0x04475B68), REL::Offset(0x04475B80), REL::Offset(0x04475BC0), REL::Offset(0x04475C38), REL::Offset(0x04475C50) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic{ REL::Offset(0x04475D90), REL::Offset(0x04475DF0), REL::Offset(0x04475E08), REL::Offset(0x04475E20), REL::Offset(0x04475E38) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredBurst{ REL::Offset(0x04475A60), REL::Offset(0x04475A78), REL::Offset(0x04475AC0), REL::Offset(0x04475B38), REL::Offset(0x04475B50) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd{ REL::Offset(0x044759A8), REL::Offset(0x04475A00), REL::Offset(0x04475A18), REL::Offset(0x04475A30), REL::Offset(0x04475A48) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous{ REL::Offset(0x04475AF0), REL::Offset(0x04475B20), REL::Offset(0x04475D78), REL::Offset(0x04475DC0), REL::Offset(0x04475DD8) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage{ REL::Offset(0x04475E50), REL::Offset(0x04475E68), REL::Offset(0x04475E80), REL::Offset(0x04475EB0), REL::Offset(0x04475EF8) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease{ REL::Offset(0x04475A90) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage{ REL::Offset(0x04475978) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredSingle{ REL::Offset(0x04475BF0), REL::Offset(0x04475C20), REL::Offset(0x04475C68), REL::Offset(0x04475CA8), REL::Offset(0x04475CC0) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease{ REL::Offset(0x04475FE8) }; + inline constexpr std::array PlayerControls__WeaponAttackTriggerStates__Unequipped{ REL::Offset(0x04475F10) }; + inline constexpr std::array PlayerControls__WeaponBlockActionHandler{ REL::Offset(0x04476068) }; + inline constexpr std::array PlayerControls__WeaponFocusHandler{ REL::Offset(0x04476138) }; + inline constexpr std::array PlayerControls__WeaponMeleeHandler{ REL::Offset(0x044761D0) }; + inline constexpr std::array PlayerControls__WeaponReadyHandler{ REL::Offset(0x044762B0) }; + inline constexpr std::array PlayerControls__WeaponReloadHandler{ REL::Offset(0x04476358) }; + inline constexpr std::array PlayerControls__WeaponSightedActionHandler{ REL::Offset(0x04476488) }; + inline constexpr std::array PlayerControls__ZKeyHandler{ REL::Offset(0x04474358) }; + inline constexpr std::array PlayerDataModel{ REL::Offset(0x0448E878), REL::Offset(0x0448E890), REL::Offset(0x0448E8B8), REL::Offset(0x0448E8D0), REL::Offset(0x0448E8E8), REL::Offset(0x0448E900), REL::Offset(0x0448E918), REL::Offset(0x0448E930), REL::Offset(0x0448E948), REL::Offset(0x0448E960), REL::Offset(0x0448E978), REL::Offset(0x0448E990), REL::Offset(0x0448E9C0), REL::Offset(0x0448E9D8), REL::Offset(0x0448E9F0), REL::Offset(0x0448EA08) }; + inline constexpr std::array PlayerDataModel__PlayerDataEventShuttle{ REL::Offset(0x0448EA30) }; + inline constexpr std::array PlayerFastEquipSoundHandler{ REL::Offset(0x044E4C40) }; + inline constexpr std::array PlayerFurnitureExitHandler{ REL::Offset(0x044E5A48) }; + inline constexpr std::array PlayerInventoryDataModel{ REL::Offset(0x0448EFE8), REL::Offset(0x0448F000), REL::Offset(0x0448F018), REL::Offset(0x0448F030) }; + inline constexpr std::array PlayerInventoryItem{ REL::Offset(0x0448EB28) }; + inline constexpr std::array PlayerRegionState{ REL::Offset(0x044DF8F8), REL::Offset(0x044DF910) }; + inline constexpr std::array PlayerSleepWaitMovementControllerAdapter{ REL::Offset(0x044D4640), REL::Offset(0x044D4670), REL::Offset(0x044D4688), REL::Offset(0x044D46A0), REL::Offset(0x044D46B8) }; + inline constexpr std::array PlayerSleepWaitMovementControllerAdapter__SwitchToLoadedSetControllerFunctor{ REL::Offset(0x044D47A8) }; + inline constexpr std::array PlayerSleepWaitMovementControllerAdapter__SwitchToUnloadedSetControllerFunctor{ REL::Offset(0x044D47C0) }; + inline constexpr std::array PlayerSpaceUtils__EventSink{ REL::Offset(0x044CBBD8), REL::Offset(0x044CBBF0) }; + inline constexpr std::array PlayerSpaceUtils__PlayerSpaceUtilsEventHandler{ REL::Offset(0x044CBA70), REL::Offset(0x044CBA88) }; + inline constexpr std::array PlayerSpaceUtils___unnamedtypeSpaceAsteroidsWorldStepListener_{ REL::Offset(0x03F2D628) }; + inline constexpr std::array PlayerStatusDataModel{ REL::Offset(0x044905A0) }; + inline constexpr std::array PlayerStatusDataModel__PlayerStatusEventShuttle{ REL::Offset(0x04490680) }; + inline constexpr std::array PlayerTraversalState{ REL::Offset(0x044DBEB8) }; + inline constexpr std::array PoseDeformerData{ REL::Offset(0x04390F60) }; + inline constexpr std::array PoseDeformerInstance{ REL::Offset(0x04391260) }; + inline constexpr std::array PostAttachActionsFunctor{ REL::Offset(0x04783238) }; + inline constexpr std::array PostBoneModifierControl{ REL::Offset(0x04567518) }; + inline constexpr std::array PostBoneModifierControlInstance{ REL::Offset(0x04568020) }; + inline constexpr std::array PostStepTask{ REL::Offset(0x04069308) }; + inline constexpr std::array PowerArmor__EventHandler{ REL::Offset(0x03F27818), REL::Offset(0x03F27830), REL::Offset(0x03F27848) }; + inline constexpr std::array PowerUtils__PowerUtilsReferenceEventSink{ REL::Offset(0x03F2C780) }; + inline constexpr std::array PowersMenu{ REL::Offset(0x0447AEA0), REL::Offset(0x0447AEB8), REL::Offset(0x0447AED0), REL::Offset(0x0447AEE8), REL::Offset(0x0447AF10), REL::Offset(0x0447AF28), REL::Offset(0x0447AF40), REL::Offset(0x0447B020), REL::Offset(0x0447B038) }; + inline constexpr std::array PowersMenu_ActivateEssence{ REL::Offset(0x0447AE60) }; + inline constexpr std::array PowersMenu_EquipPower{ REL::Offset(0x0447AE80) }; + inline constexpr std::array PowersMenu_FavoritePower{ REL::Offset(0x0447AE40) }; + inline constexpr std::array PowersMenu__PowersMenuEventShuttle{ REL::Offset(0x0447B378) }; + inline constexpr std::array PreStepTask{ REL::Offset(0x040692A8) }; + inline constexpr std::array Precipitation{ REL::Offset(0x04414A10) }; + inline constexpr std::array PrecipitationEffectController{ REL::Offset(0x04414B50) }; + inline constexpr std::array PreloadResponsesInitializationPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E7910) }; + inline constexpr std::array Preload__Manager{ REL::Offset(0x0447DAB0) }; + inline constexpr std::array Preload__PostProcessDependencyNode{ REL::Offset(0x0447DA58) }; + inline constexpr std::array PreparePartitionTreeBuffers{ REL::Offset(0x0406A000), REL::Offset(0x0406A020) }; + inline constexpr std::array Probe__ReflectionProbeRenderOptions{ REL::Offset(0x04586338) }; + inline constexpr std::array ProcessListMovementInterface{ REL::Offset(0x03F2BD00) }; + inline constexpr std::array ProcessLists{ REL::Offset(0x044DFF40) }; + inline constexpr std::array ProcessLists__GetActorsFilter{ REL::Offset(0x044D2000) }; + inline constexpr std::array Projectile{ REL::Offset(0x044F0268), REL::Offset(0x044F0D58), REL::Offset(0x044F0D70), REL::Offset(0x044F0D80), REL::Offset(0x044F0D98), REL::Offset(0x044F0DB0), REL::Offset(0x044F0DC8), REL::Offset(0x044F0DE0), REL::Offset(0x044F0DF8), REL::Offset(0x044F0EC8), REL::Offset(0x044F0EE8) }; + inline constexpr std::array ProjectileLOSCollector{ REL::Offset(0x044F9F88) }; + inline constexpr std::array Projectile__Manager{ REL::Offset(0x044F0218), REL::Offset(0x044F0230) }; + inline constexpr std::array QuestDataModel{ REL::Offset(0x044906B8) }; + inline constexpr std::array QuestDataModel__QuestGameEventShuttle{ REL::Offset(0x044906F0), REL::Offset(0x04490718), REL::Offset(0x04490730), REL::Offset(0x044907F8) }; + inline constexpr std::array QuestPathingRequest{ REL::Offset(0x0437AE70) }; + inline constexpr std::array QueuedCellAttachService{ REL::Offset(0x043722D0) }; + inline constexpr std::array QueuedCharacter{ REL::Offset(0x04369870) }; + inline constexpr std::array QueuedExplosionArt{ REL::Offset(0x043697A8) }; + inline constexpr std::array QueuedFile{ REL::Offset(0x04581AC0) }; + inline constexpr std::array QueuedLocationLoadTask{ REL::Offset(0x043CA5D0) }; + inline constexpr std::array QueuedPlayer{ REL::Offset(0x043696E0) }; + inline constexpr std::array QueuedPromoteLargeReferencesTask{ REL::Offset(0x043C9B98) }; + inline constexpr std::array QueuedPromoteQuestTask{ REL::Offset(0x04410348) }; + inline constexpr std::array QueuedPromoteReferencesTask{ REL::Offset(0x04370758) }; + inline constexpr std::array QueuedReference{ REL::Offset(0x04369970) }; + inline constexpr std::array QueuedReferenceCallbackNode{ REL::Offset(0x04369A90) }; + inline constexpr std::array QuickSaveLoadHandler{ REL::Offset(0x045203C8) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory_TerminalOpenViewCallback_{ REL::Offset(0x03F25A60) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory_TerminalRunResultsCallback_{ REL::Offset(0x03F25A30) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___SceneActionResultsCallBack_{ REL::Offset(0x0440BFB0) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___ScenePhaseResultsCallBack_{ REL::Offset(0x0440C040) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___SceneResultsCallBack_{ REL::Offset(0x0440B988) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___StageItemFinishedCallback_{ REL::Offset(0x044106C8) }; + inline constexpr std::array REFREventCallbacks__ConcreteEventCallbackFactory___TopicResultCallBack_{ REL::Offset(0x04412488) }; + inline constexpr std::array REFREventCallbacks__IEventCallback{ REL::Offset(0x043D2D68) }; + inline constexpr std::array REFREventCallbacks__IEventCallbackFactory{ REL::Offset(0x03F2C750) }; + inline constexpr std::array RagdollAndGetUpHandler{ REL::Offset(0x044E5E08) }; + inline constexpr std::array RagdollFurnitureModifier{ REL::Offset(0x04412C38) }; + inline constexpr std::array RagdollGetUp{ REL::Offset(0x04569FD8) }; + inline constexpr std::array RagdollGetUpInstance{ REL::Offset(0x0456A040) }; + inline constexpr std::array RagdollStartHandler{ REL::Offset(0x044E5EB0) }; + inline constexpr std::array RallyEffect{ REL::Offset(0x044C8320) }; + inline constexpr std::array RandomAnimationNode{ REL::Offset(0x0456B8F0) }; + inline constexpr std::array RandomAnimationNodeInstance{ REL::Offset(0x0456B880) }; + inline constexpr std::array RangedAimAssistImpl{ REL::Offset(0x0445E128) }; + inline constexpr std::array ReanimateEffect{ REL::Offset(0x044C6870) }; + inline constexpr std::array RecoilStopHandler{ REL::Offset(0x044E5C40) }; + inline constexpr std::array ReevaluateGraphStateHandler{ REL::Offset(0x044E48E0) }; + inline constexpr std::array RefAttachTechniqueInput{ REL::Offset(0x044C3D30) }; + inline constexpr std::array ReferenceEffect{ REL::Offset(0x044C6978) }; + inline constexpr std::array ReferenceEffectController{ REL::Offset(0x0434ADB0) }; + inline constexpr std::array ReferenceEndAnimatedCameraHandler{ REL::Offset(0x044E4FA0) }; + inline constexpr std::array ReferenceRunActionHandler{ REL::Offset(0x044E4E80) }; + inline constexpr std::array ReferenceStartAnimatedCameraHandler{ REL::Offset(0x044E4FB8) }; + inline constexpr std::array ReferenceStartImagespaceModifierHandler{ REL::Offset(0x044E4E50) }; + inline constexpr std::array ReferenceStopImagespaceModifierHandler{ REL::Offset(0x044E4E98) }; + inline constexpr std::array ReflectionProbeCellComponent{ REL::Offset(0x0434E540), REL::Offset(0x0434E5A8) }; + inline constexpr std::array RefrAudioUtils____LoopService{ REL::Offset(0x04477338) }; + inline constexpr std::array RefrInteraction{ REL::Offset(0x044DFFB0) }; + inline constexpr std::array Refuel_Accept{ REL::Offset(0x044ADA00) }; + inline constexpr std::array Refuel_Cancel{ REL::Offset(0x044AD9E0) }; + inline constexpr std::array RegSettingCollection{ REL::Offset(0x044CA320) }; + inline constexpr std::array ReloadCompleteHandler{ REL::Offset(0x044E48C8) }; + inline constexpr std::array ReloadStateChangeHandler{ REL::Offset(0x044E4940) }; + inline constexpr std::array RemoveRagdollHandler{ REL::Offset(0x044E5E68) }; + inline constexpr std::array ResearchDataModel{ REL::Offset(0x044918E8), REL::Offset(0x04491900) }; + inline constexpr std::array ResearchDataModel__ResearchDataEventShuttle{ REL::Offset(0x044926F8) }; + inline constexpr std::array ResearchMenu{ REL::Offset(0x044ABB98), REL::Offset(0x044ABBB0), REL::Offset(0x044ABBC8), REL::Offset(0x044ABBE0), REL::Offset(0x044ABBF8), REL::Offset(0x044ABC10), REL::Offset(0x044ABC28), REL::Offset(0x044ABC40), REL::Offset(0x044ABC58), REL::Offset(0x044ABC70), REL::Offset(0x044ABCC8) }; + inline constexpr std::array ResearchMenu_AddMaterial{ REL::Offset(0x044ABE28) }; + inline constexpr std::array ResearchMenu_CategorySelected{ REL::Offset(0x044ABE88) }; + inline constexpr std::array ResearchMenu_ExitMenu{ REL::Offset(0x044ABE08) }; + inline constexpr std::array ResearchMenu_HideModel{ REL::Offset(0x044ABDE8) }; + inline constexpr std::array ResearchMenu_PreviewProject{ REL::Offset(0x044ABE68) }; + inline constexpr std::array ResearchMenu_ProjectViewed{ REL::Offset(0x044ABE48) }; + inline constexpr std::array ResearchMenu_SetInspectControls{ REL::Offset(0x044ABDC8) }; + inline constexpr std::array ResearchMenu_ToggleTrackingProject{ REL::Offset(0x044ABDA8) }; + inline constexpr std::array Research__Manager{ REL::Offset(0x044CBEE8) }; + inline constexpr std::array Reset3DMobIterator{ REL::Offset(0x0440C4C0) }; + inline constexpr std::array ResetFloraEffect{ REL::Offset(0x044C6338) }; + inline constexpr std::array ResponseDefinitionMissPolicy_BSTSmartPointer_BSResponse_BSFixedString_Actor_BSFixedString_DoNothingUnhandledPolicy__BSTSmartPointerIntrusiveRefCount__BSFixedString_{ REL::Offset(0x044E7940) }; + inline constexpr std::array Reticle_OnLongAnimFinished{ REL::Offset(0x044B4588) }; + inline constexpr std::array RevertSelectedSpellFunctor{ REL::Offset(0x044D8940) }; + inline constexpr std::array RigMesh__BoneAttaches{ REL::Offset(0x04576118) }; + inline constexpr std::array RigMesh__BoneTranslations{ REL::Offset(0x04575F18) }; + inline constexpr std::array RigSwitch{ REL::Offset(0x04566EB8) }; + inline constexpr std::array RigSwitchInstance{ REL::Offset(0x04568090) }; + inline constexpr std::array RightHandSpellCastHandler{ REL::Offset(0x044E5BE0) }; + inline constexpr std::array RightHandSpellFireHandler{ REL::Offset(0x044E5C70) }; + inline constexpr std::array RollingBone{ REL::Offset(0x04569DF0) }; + inline constexpr std::array RollingBoneInstance{ REL::Offset(0x04569D80) }; + inline constexpr std::array RootTwist{ REL::Offset(0x0456B120) }; + inline constexpr std::array RootTwistInstance{ REL::Offset(0x0456B0B0) }; + inline constexpr std::array RotationVariable{ REL::Offset(0x04567A50) }; + inline constexpr std::array RotationVariableInstance{ REL::Offset(0x045693B8) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_BGSActivityTrackerComponent_BGSActivityTrackerFormComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____BGSActivityTrackerComponentCreationPolicy_0_{ REL::Offset(0x0436F680) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_EffectSequenceComponent_BGSEffectSequenceFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_1__EffectSequenceComponentPolicy_1_{ REL::Offset(0x03EF8808) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAnimComponent_LightAnimFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__LightAnimComponentCreationPolicy_0_{ REL::Offset(0x03EF8920) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_LightAttachmentRuntimeComponent_LightAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____LightAttachmentRuntimeComponentCreationPolicy_1_{ REL::Offset(0x04355FB8) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_MovementControllerComponent_BGSPathingData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationPolicy_MovementControllerComponent_BGSPathingData__0_{ REL::Offset(0x03EF8968) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ObjectAttachmentRuntimeComponent_ObjectAttachmentFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_0____ObjectAttachmentRuntimeComponentCreationPolicy_1_{ REL::Offset(0x04356128) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ParticleComponent_ParticleFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_0____ParticleComponentCreationPolicy_1_{ REL::Offset(0x04372118) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_ScannableComponent_BGSScannableFormComponent_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__ScannableComponentCreationPolicy_0_{ REL::Offset(0x03EF86B8) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipAIActorComponent_BGSSpaceshipAIActor_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__SpaceshipAIActorCreationPolicy_0_{ REL::Offset(0x03EF89B0) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEffectsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__SpaceshipEffectsComponentCreationPolicy_1_{ REL::Offset(0x0455AA08) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipEquipmentComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__SpaceshipEquipmentCreationPolicy_0_{ REL::Offset(0x03EF8AC0) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipLinkedCell_BGSFormLinkData_RuntimeComponentDBFactory__RegisterForFormInitPolicy_0____SpaceshipLinkedCellCreationPolicy_0_{ REL::Offset(0x04560B78) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipSoundsComponent_BGSSpaceshipEquipment_RuntimeComponentDBFactory__RegisterForSet3dPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipSoundsComponent_BGSSpaceshipEquipment__0_{ REL::Offset(0x03EF8780) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy_SpaceshipWeaponBindingComponent_BGSSpaceshipWeaponBinding__0_{ REL::Offset(0x03EF8A78) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0_WorkshopItemColorComponent_BGSWorkshopItemColorComponent_RuntimeComponentDBFactory__RegisterForFormInitPolicy_2____WorkshopItemColorComponentCreationPolicy_0_{ REL::Offset(0x044787B0) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_0___BGSVolumeComponent_BGSVolumeFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2__RuntimeComponentDBFactory__DefaultCreationPolicy___BGSVolumeComponent_BGSVolumeFormComponent__0_{ REL::Offset(0x04453530) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_DisplayCaseComponent_BGSDisplayCaseFormComponent_RuntimeComponentDBFactory__RegisterForAttachDetachPolicy_2____DisplayCaseComponentCreationPolicy_0_{ REL::Offset(0x04478370) }; + inline constexpr std::array RuntimeComponentDBFactory__RuntimeComponentFactoryRegisterImpl_1_ShipManagementComponent_BGSShipManagement_RuntimeComponentDBFactory__RegisterForFormInitPolicy_1__RuntimeComponentDBFactory__DefaultCreationWithUnloadPolicy_ShipManagementComponent_BGSShipManagement__0_{ REL::Offset(0x03EF88A0) }; + inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponentBase{ REL::Offset(0x04374CA8) }; + inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponentStorage{ REL::Offset(0x04374CC8) }; + inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponent_DisplayCaseComponent_{ REL::Offset(0x04478350) }; + inline constexpr std::array RuntimeComponentDBFactory__UnloadedComponent_ShipManagementComponent_{ REL::Offset(0x044785B8) }; + inline constexpr std::array SKClosestHitCollector{ REL::Offset(0x043DF740) }; + inline constexpr std::array SWFToCodeFunctionHandler{ REL::Offset(0x0458FAB8) }; + inline constexpr std::array SandManKillHandler{ REL::Offset(0x044E4AF0) }; + inline constexpr std::array SaveBufferStorageWrapper{ REL::Offset(0x044D0D60) }; + inline constexpr std::array SaveFileStorageWrapper{ REL::Offset(0x044D0D20) }; + inline constexpr std::array SaveGameCollection{ REL::Offset(0x044CE250) }; + inline constexpr std::array SaveGameMagicCasterVisitor{ REL::Offset(0x044D8970) }; + inline constexpr std::array SaveLoadMagicCasterVisitor{ REL::Offset(0x044D8988) }; + inline constexpr std::array SaveLoadTester__Service{ REL::Offset(0x044D0990), REL::Offset(0x044D09A8), REL::Offset(0x044D09C0) }; + inline constexpr std::array SaveLoad__BlockingIONode{ REL::Offset(0x0440FEE0) }; + inline constexpr std::array SaveLoad__CleanupService__Impl{ REL::Offset(0x0447CD90) }; + inline constexpr std::array SaveStorageWrapperBase{ REL::Offset(0x044D0CE0) }; + inline constexpr std::array ScalarAnimation{ REL::Offset(0x04561B90) }; + inline constexpr std::array ScaleformFile__MemoryFile{ REL::Offset(0x045906B8) }; + inline constexpr std::array Scaleform__AcquireInterface{ REL::Offset(0x04077770) }; + inline constexpr std::array Scaleform__AmpMovieObjectDesc{ REL::Offset(0x0407F788) }; + inline constexpr std::array Scaleform__BoolFormatter{ REL::Offset(0x04080D40) }; + inline constexpr std::array Scaleform__BufferedFile{ REL::Offset(0x04083818) }; + inline constexpr std::array Scaleform__DefaultAcquireInterface{ REL::Offset(0x040781B8) }; + inline constexpr std::array Scaleform__DelegatedFile{ REL::Offset(0x04083770) }; + inline constexpr std::array Scaleform__DoubleFormatter{ REL::Offset(0x04080E68), REL::Offset(0x04080EF0) }; + inline constexpr std::array Scaleform__Event{ REL::Offset(0x04078208), REL::Offset(0x04078228) }; + inline constexpr std::array Scaleform__FILEFile{ REL::Offset(0x040872A8) }; + inline constexpr std::array Scaleform__FmtResource{ REL::Offset(0x04080CA0) }; + inline constexpr std::array Scaleform__GFx__AS3Support{ REL::Offset(0x040D3BA0) }; + inline constexpr std::array Scaleform__GFx__AS3__AS3ByteArray_DIPixelProvider{ REL::Offset(0x040B01C8) }; + inline constexpr std::array Scaleform__GFx__AS3__AS3Vectoruint_DIPixelProvider{ REL::Offset(0x040B01F0) }; + inline constexpr std::array Scaleform__GFx__AS3__ASRefCountCollector{ REL::Offset(0x04088BE8) }; + inline constexpr std::array Scaleform__GFx__AS3__ASVM{ REL::Offset(0x0408B1C0) }; + inline constexpr std::array Scaleform__GFx__AS3__ASVM__AbcFileWithMovieDef{ REL::Offset(0x0408B1B0) }; + inline constexpr std::array Scaleform__GFx__AS3__AbcDataBuffer{ REL::Offset(0x040D3C20) }; + inline constexpr std::array Scaleform__GFx__AS3__Abc__File{ REL::Offset(0x04088B50) }; + inline constexpr std::array Scaleform__GFx__AS3__ArrayBase{ REL::Offset(0x0409AEA0) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmBitmap{ REL::Offset(0x04089D58), REL::Offset(0x0408A010), REL::Offset(0x0408A028) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmButton{ REL::Offset(0x0408B4B0), REL::Offset(0x0408B588), REL::Offset(0x0408B640) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmDisplayObj{ REL::Offset(0x040898E0) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmInteractiveObj{ REL::Offset(0x0408A1A8), REL::Offset(0x0408A280) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmLoader{ REL::Offset(0x0408B778), REL::Offset(0x0408BB68), REL::Offset(0x0408BB80), REL::Offset(0x0408BC78), REL::Offset(0x0408BD30) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmMovieClip{ REL::Offset(0x0408A718), REL::Offset(0x0408A810), REL::Offset(0x0408A8C8), REL::Offset(0x0408A998) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmSprite{ REL::Offset(0x0408A358), REL::Offset(0x0408A450), REL::Offset(0x0408A508), REL::Offset(0x0408A5D8) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmStage{ REL::Offset(0x0408AEE8), REL::Offset(0x0408AFE0), REL::Offset(0x0408B098) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmStaticText{ REL::Offset(0x0408C240) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmTextField{ REL::Offset(0x0408C310), REL::Offset(0x0408C3E8), REL::Offset(0x0408C4A0) }; + inline constexpr std::array Scaleform__GFx__AS3__AvmTextField__CSSHolder{ REL::Offset(0x040C6918) }; + inline constexpr std::array Scaleform__GFx__AS3__BASlotFunctCalc{ REL::Offset(0x040894E8) }; + inline constexpr std::array Scaleform__GFx__AS3__BASlotFunctSrlzFixedName{ REL::Offset(0x04089500) }; + inline constexpr std::array Scaleform__GFx__AS3__BASlotFunctSrlzFixedValue{ REL::Offset(0x04089518) }; + inline constexpr std::array Scaleform__GFx__AS3__Class{ REL::Offset(0x04088D10) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassCallConstruct{ REL::Offset(0x040900E0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__ClassClass{ REL::Offset(0x040910D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__Traits{ REL::Offset(0x04088E68) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__UserDefined{ REL::Offset(0x040947F0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__ArgumentError{ REL::Offset(0x04092BD0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Array{ REL::Offset(0x040912D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Boolean{ REL::Offset(0x04091F28) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Catch{ REL::Offset(0x04091568) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Date{ REL::Offset(0x04092D80) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__DefinitionError{ REL::Offset(0x040927C0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Domain{ REL::Offset(0x04094290) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Error{ REL::Offset(0x04092678) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__EvalError{ REL::Offset(0x04092828) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Function{ REL::Offset(0x04090BB8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Math{ REL::Offset(0x04092F40) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Namespace{ REL::Offset(0x04090E30) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Number{ REL::Offset(0x040919D0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__Object{ REL::Offset(0x04090308) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__QName{ REL::Offset(0x040917F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__RangeError{ REL::Offset(0x04092890) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__ReferenceError{ REL::Offset(0x040928F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__RegExp{ REL::Offset(0x04092380) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__SecurityError{ REL::Offset(0x04092960) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__String{ REL::Offset(0x040920F0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__SyntaxError{ REL::Offset(0x040929C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__TypeError{ REL::Offset(0x04092A30) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__URIError{ REL::Offset(0x04092A98) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__UninitializedError{ REL::Offset(0x04092B68) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__VerifyError{ REL::Offset(0x04092B00) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__XML{ REL::Offset(0x04093318) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__XMLList{ REL::Offset(0x04093F10) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__int_{ REL::Offset(0x04091B98) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__uint{ REL::Offset(0x04091D60) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl__void_{ REL::Offset(0x040924C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__Accessibility{ REL::Offset(0x040C1FB8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityImplementation{ REL::Offset(0x040C2248) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__AccessibilityProperties{ REL::Offset(0x040C23F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISearchableText{ REL::Offset(0x040C1EE8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_accessibility__ISimpleTextSelection{ REL::Offset(0x040C1F50) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__AVM1Movie{ REL::Offset(0x040AFA60) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ActionScriptVersion{ REL::Offset(0x040AF5C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Bitmap{ REL::Offset(0x040AFDD8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapData{ REL::Offset(0x040AFC10) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__BitmapDataChannel{ REL::Offset(0x040B02E0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__BlendMode{ REL::Offset(0x040B0080) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__CapsStyle{ REL::Offset(0x040B0428) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObject{ REL::Offset(0x040AF898) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__DisplayObjectContainer{ REL::Offset(0x040B06D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__FrameLabel{ REL::Offset(0x040B1330) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GradientType{ REL::Offset(0x040B1398) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Graphics{ REL::Offset(0x040B1630) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsBitmapFill{ REL::Offset(0x040B1918) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsEndFill{ REL::Offset(0x040B1AC8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsGradientFill{ REL::Offset(0x040B1C78) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPath{ REL::Offset(0x040B1E28) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathCommand{ REL::Offset(0x040B2380) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsPathWinding{ REL::Offset(0x040B24C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsSolidFill{ REL::Offset(0x040B1FD8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__GraphicsStroke{ REL::Offset(0x040B2188) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IBitmapDrawable{ REL::Offset(0x040B0018) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsData{ REL::Offset(0x040B1698) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsFill{ REL::Offset(0x040B1700) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__IGraphicsPath{ REL::Offset(0x040B1768) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__InteractiveObject{ REL::Offset(0x040AFFA0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__InterpolationMethod{ REL::Offset(0x040B2610) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__JointStyle{ REL::Offset(0x040B2758) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__LineScaleMode{ REL::Offset(0x040B28A0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Loader{ REL::Offset(0x040B08A0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__LoaderInfo{ REL::Offset(0x040B0D08) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__MorphShape{ REL::Offset(0x040B2EE8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__MovieClip{ REL::Offset(0x040B32A8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__PixelSnapping{ REL::Offset(0x040B34D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__SWFVersion{ REL::Offset(0x040B47D0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Scene{ REL::Offset(0x040B3458) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Shader{ REL::Offset(0x040B4980) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderData{ REL::Offset(0x040B4918) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderInput{ REL::Offset(0x040B4DC8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderJob{ REL::Offset(0x040B4D60) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameter{ REL::Offset(0x040B49E8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderParameterType{ REL::Offset(0x040B4A50) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__ShaderPrecision{ REL::Offset(0x040B4C08) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Shape{ REL::Offset(0x040B37A0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__SimpleButton{ REL::Offset(0x040B3968) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__SpreadMethod{ REL::Offset(0x040B3A70) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Sprite{ REL::Offset(0x040B30C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__Stage{ REL::Offset(0x040B0A68) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageAlign{ REL::Offset(0x040B4288) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageDisplayState{ REL::Offset(0x040B43D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageQuality{ REL::Offset(0x040B4538) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_display__StageScaleMode{ REL::Offset(0x040B4688) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__EOFError{ REL::Offset(0x040B7CB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__IOError{ REL::Offset(0x040B7C48) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__IllegalOperationError{ REL::Offset(0x040B7B78) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__InvalidSWFError{ REL::Offset(0x040B7BE0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__MemoryError{ REL::Offset(0x040B7D18) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__ScriptTimeoutError{ REL::Offset(0x040B7D80) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_errors__StackOverflowError{ REL::Offset(0x040B7DE8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__AccelerometerEvent{ REL::Offset(0x040A38E8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ActivityEvent{ REL::Offset(0x040A44C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__AppLifecycleEvent{ REL::Offset(0x040A80E8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__AsyncErrorEvent{ REL::Offset(0x040A4780) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ContextMenuEvent{ REL::Offset(0x040A48D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__DataEvent{ REL::Offset(0x040A4A40) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ErrorEvent{ REL::Offset(0x040A40D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__Event{ REL::Offset(0x040A3640) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__EventDispatcher{ REL::Offset(0x040A3B88) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__EventPhase{ REL::Offset(0x040A6FB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__FocusEvent{ REL::Offset(0x040A6100) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__FullScreenEvent{ REL::Offset(0x040A7178) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__GeolocationEvent{ REL::Offset(0x040A6BA0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__GestureEvent{ REL::Offset(0x040A53B8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__GesturePhase{ REL::Offset(0x040A7E40) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__HTTPStatusEvent{ REL::Offset(0x040A72E0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__IEventDispatcher{ REL::Offset(0x040A6CE8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__IMEEvent{ REL::Offset(0x040A75B0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__IOErrorEvent{ REL::Offset(0x040A63A8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__KeyboardEvent{ REL::Offset(0x040A5BB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__MouseEvent{ REL::Offset(0x040A4E68) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__NetStatusEvent{ REL::Offset(0x040A6650) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A5908) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__ProgressEvent{ REL::Offset(0x040A5E58) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__SecurityErrorEvent{ REL::Offset(0x040A7800) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientation{ REL::Offset(0x040A8520) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__StageOrientationEvent{ REL::Offset(0x040A83A8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__StatusEvent{ REL::Offset(0x040A68F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__SyncEvent{ REL::Offset(0x040A7958) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TextEvent{ REL::Offset(0x040A3E30) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TimerEvent{ REL::Offset(0x040A7C08) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TouchEvent{ REL::Offset(0x040A5110) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__TransformGestureEvent{ REL::Offset(0x040A5660) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A4380) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_events__UncaughtErrorEvents{ REL::Offset(0x040A6EA8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_external__ExternalInterface{ REL::Offset(0x040D3FB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BevelFilter{ REL::Offset(0x040BDED8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilter{ REL::Offset(0x040BDD20) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterQuality{ REL::Offset(0x040BDF80) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BitmapFilterType{ REL::Offset(0x040BE0C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__BlurFilter{ REL::Offset(0x040BE358) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__ColorMatrixFilter{ REL::Offset(0x040BE508) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__ConvolutionFilter{ REL::Offset(0x040BE570) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilter{ REL::Offset(0x040BE720) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__DisplacementMapFilterMode{ REL::Offset(0x040BE788) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__DropShadowFilter{ REL::Offset(0x040BEA28) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__GlowFilter{ REL::Offset(0x040BEBD8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientBevelFilter{ REL::Offset(0x040BED88) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__GradientGlowFilter{ REL::Offset(0x040BEF38) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_filters__ShaderFilter{ REL::Offset(0x040BEFA0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__ColorTransform{ REL::Offset(0x040BA350) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix{ REL::Offset(0x040BA9E8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Matrix3D{ REL::Offset(0x040BA838) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__PerspectiveProjection{ REL::Offset(0x040BAE40) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Point{ REL::Offset(0x040BAB98) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Rectangle{ REL::Offset(0x040BAFF8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Transform{ REL::Offset(0x040BB1B0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Utils3D{ REL::Offset(0x040BB218) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_geom__Vector3D{ REL::Offset(0x040BA590) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__DisplayObjectEx{ REL::Offset(0x040DBA50) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__Extensions{ REL::Offset(0x040DB660) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusEventEx{ REL::Offset(0x040DC880) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__FocusManager{ REL::Offset(0x040DB4C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePad{ REL::Offset(0x040DC330) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DC5D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMECandidateListStyle{ REL::Offset(0x040DD038) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEventEx{ REL::Offset(0x040DCCF0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__IMEEx{ REL::Offset(0x040DD0A0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__InteractiveObjectEx{ REL::Offset(0x040DBB98) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__KeyboardEventEx{ REL::Offset(0x040DC2C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DB908) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__MouseEventEx{ REL::Offset(0x040DC020) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__SystemEx{ REL::Offset(0x040DB380) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextEventEx{ REL::Offset(0x040DCA48) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_gfx__TextFieldEx{ REL::Offset(0x040DBCE0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__Camera{ REL::Offset(0x040C03D0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__ID3Info{ REL::Offset(0x040C0660) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__Microphone{ REL::Offset(0x040C06C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__Sound{ REL::Offset(0x040C0CD8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundChannel{ REL::Offset(0x040C0B18) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundLoaderContext{ REL::Offset(0x040C0E88) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundMixer{ REL::Offset(0x040C1258) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_media__SoundTransform{ REL::Offset(0x040C0958) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__FileFilter{ REL::Offset(0x040982C0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__FileReference{ REL::Offset(0x04098480) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__FileReferenceList{ REL::Offset(0x040988F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyOutput{ REL::Offset(0x04098960) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__IDynamicPropertyWriter{ REL::Offset(0x040989C8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__LocalConnection{ REL::Offset(0x04098A30) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__NetConnection{ REL::Offset(0x04098BF0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__ObjectEncoding{ REL::Offset(0x040990F0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__Responder{ REL::Offset(0x04099238) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObject{ REL::Offset(0x040993F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__SharedObjectFlushStatus{ REL::Offset(0x04099540) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__Socket{ REL::Offset(0x04099C38) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoader{ REL::Offset(0x04099F78) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLLoaderDataFormat{ REL::Offset(0x0409A1E8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequest{ REL::Offset(0x04098630) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestHeader{ REL::Offset(0x0409A810) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLRequestMethod{ REL::Offset(0x0409A878) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLStream{ REL::Offset(0x0409A9C0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__URLVariables{ REL::Offset(0x0409A128) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_net__XMLSocket{ REL::Offset(0x0409AA28) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_sensors__Accelerometer{ REL::Offset(0x040D4448) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__ApplicationDomain{ REL::Offset(0x040B6338) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__Capabilities{ REL::Offset(0x040B6498) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__IME{ REL::Offset(0x040B6B18) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__IMEConversionMode{ REL::Offset(0x040B6CF0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__LoaderContext{ REL::Offset(0x040B7210) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__Security{ REL::Offset(0x040B7278) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityDomain{ REL::Offset(0x040B6F80) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__SecurityPanel{ REL::Offset(0x040B7468) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_system__System{ REL::Offset(0x040B75F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__AntiAliasType{ REL::Offset(0x040C5148) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__CSMSettings{ REL::Offset(0x040C53D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__Font{ REL::Offset(0x040C5590) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__FontStyle{ REL::Offset(0x040C5748) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__FontType{ REL::Offset(0x040C5890) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__GridFitType{ REL::Offset(0x040C59D8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__StaticText{ REL::Offset(0x040C5CB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__StyleSheet{ REL::Offset(0x040C5EC0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextColorType{ REL::Offset(0x040C61F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextDisplayMode{ REL::Offset(0x040C6350) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextField{ REL::Offset(0x040C6620) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldAutoSize{ REL::Offset(0x040C6BB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFieldType{ REL::Offset(0x040C6CF8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormat{ REL::Offset(0x040C6070) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextFormatAlign{ REL::Offset(0x040C6E40) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextLineMetrics{ REL::Offset(0x040C68B0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextRenderer{ REL::Offset(0x040C6F88) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_text__TextSnapshot{ REL::Offset(0x040C7218) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenu{ REL::Offset(0x040D7B68) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuBuiltInItems{ REL::Offset(0x040D7790) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuClipboardItems{ REL::Offset(0x040D7940) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__ContextMenuItem{ REL::Offset(0x040D79A8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__KeyLocation{ REL::Offset(0x040D8128) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__Keyboard{ REL::Offset(0x040D7DC8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__Mouse{ REL::Offset(0x040D8270) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__MouseCursor{ REL::Offset(0x040D8400) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__Multitouch{ REL::Offset(0x040D8548) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_ui__MultitouchInputMode{ REL::Offset(0x040D86B8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__ByteArray{ REL::Offset(0x0409D5F8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Dictionary{ REL::Offset(0x0409D888) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Endian{ REL::Offset(0x0409DA68) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataInput{ REL::Offset(0x0409DBB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__IDataOutput{ REL::Offset(0x0409DC18) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__IExternalizable{ REL::Offset(0x0409D8F0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Proxy{ REL::Offset(0x0409DDC8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_utils__Timer{ REL::Offset(0x0409DFE0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector{ REL::Offset(0x0409AD58) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_String{ REL::Offset(0x0409B8B8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_double{ REL::Offset(0x0409B628) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_int{ REL::Offset(0x0409B0A8) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_object{ REL::Offset(0x0409BB48) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_vec__Vector_uint{ REL::Offset(0x0409B368) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLDocument{ REL::Offset(0x040DDCB0) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNode{ REL::Offset(0x040DDB00) }; + inline constexpr std::array Scaleform__GFx__AS3__ClassTraits__fl_xml__XMLNodeType{ REL::Offset(0x040DDD18) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__ClassClass{ REL::Offset(0x04090FF8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__UDBase{ REL::Offset(0x040893B8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__UserDefined{ REL::Offset(0x04094858) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Array{ REL::Offset(0x04091340) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Boolean{ REL::Offset(0x04091F90) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Catch{ REL::Offset(0x040915D0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Date{ REL::Offset(0x04092DE8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Domain{ REL::Offset(0x040942F8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Error{ REL::Offset(0x040926E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Function{ REL::Offset(0x04090C20) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Math{ REL::Offset(0x04092FA8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Namespace{ REL::Offset(0x04090E98) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Number{ REL::Offset(0x04091A38) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__Object{ REL::Offset(0x04090370) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__QName{ REL::Offset(0x04091860) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__RegExp{ REL::Offset(0x040923E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__String{ REL::Offset(0x04092158) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__XML{ REL::Offset(0x04093380) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__XMLList{ REL::Offset(0x04093F78) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__int_{ REL::Offset(0x04091C00) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl__uint{ REL::Offset(0x04091DC8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_accessibility__Accessibility{ REL::Offset(0x040C2020) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__ActionScriptVersion{ REL::Offset(0x040AF630) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__BitmapDataChannel{ REL::Offset(0x040B0348) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__BlendMode{ REL::Offset(0x040B00E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__CapsStyle{ REL::Offset(0x040B0490) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__GradientType{ REL::Offset(0x040B1400) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathCommand{ REL::Offset(0x040B23E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__GraphicsPathWinding{ REL::Offset(0x040B2530) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__InterpolationMethod{ REL::Offset(0x040B2678) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__JointStyle{ REL::Offset(0x040B27C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__LineScaleMode{ REL::Offset(0x040B2908) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__LoaderInfo{ REL::Offset(0x040B0D70) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__PixelSnapping{ REL::Offset(0x040B3540) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__SWFVersion{ REL::Offset(0x040B4838) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__ShaderParameterType{ REL::Offset(0x040B4AB8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__ShaderPrecision{ REL::Offset(0x040B4C70) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__SpreadMethod{ REL::Offset(0x040B3AD8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__Stage{ REL::Offset(0x040B0AD0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageAlign{ REL::Offset(0x040B42F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageDisplayState{ REL::Offset(0x040B4440) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageQuality{ REL::Offset(0x040B45A0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_display__StageScaleMode{ REL::Offset(0x040B46F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__AccelerometerEvent{ REL::Offset(0x040A3950) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ActivityEvent{ REL::Offset(0x040A4530) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__AppLifecycleEvent{ REL::Offset(0x040A8150) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__AsyncErrorEvent{ REL::Offset(0x040A47E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ContextMenuEvent{ REL::Offset(0x040A4940) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__DataEvent{ REL::Offset(0x040A4AA8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ErrorEvent{ REL::Offset(0x040A4140) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__Event{ REL::Offset(0x040A36A8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__EventDispatcher{ REL::Offset(0x040A3BF0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__EventPhase{ REL::Offset(0x040A7018) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__FocusEvent{ REL::Offset(0x040A6168) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__FullScreenEvent{ REL::Offset(0x040A71E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__GeolocationEvent{ REL::Offset(0x040A6C08) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__GestureEvent{ REL::Offset(0x040A5420) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__GesturePhase{ REL::Offset(0x040A7EA8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__HTTPStatusEvent{ REL::Offset(0x040A7348) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__IMEEvent{ REL::Offset(0x040A7618) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__IOErrorEvent{ REL::Offset(0x040A6410) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__KeyboardEvent{ REL::Offset(0x040A5C18) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__MouseEvent{ REL::Offset(0x040A4ED0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__NetStatusEvent{ REL::Offset(0x040A66B8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A5970) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__ProgressEvent{ REL::Offset(0x040A5EC0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__SecurityErrorEvent{ REL::Offset(0x040A7868) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__StageOrientation{ REL::Offset(0x040A8588) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__StageOrientationEvent{ REL::Offset(0x040A8410) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__StatusEvent{ REL::Offset(0x040A6960) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__SyncEvent{ REL::Offset(0x040A79C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TextEvent{ REL::Offset(0x040A3E98) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TimerEvent{ REL::Offset(0x040A7C70) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TouchEvent{ REL::Offset(0x040A5178) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__TransformGestureEvent{ REL::Offset(0x040A56C8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A43E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_external__ExternalInterface{ REL::Offset(0x040D4018) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterQuality{ REL::Offset(0x040BDFE8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_filters__BitmapFilterType{ REL::Offset(0x040BE130) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_filters__DisplacementMapFilterMode{ REL::Offset(0x040BE7F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_geom__Point{ REL::Offset(0x040BAC00) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_geom__Utils3D{ REL::Offset(0x040BB280) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_geom__Vector3D{ REL::Offset(0x040BA5F8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__DisplayObjectEx{ REL::Offset(0x040DBAB8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__Extensions{ REL::Offset(0x040DB6C8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__FocusManager{ REL::Offset(0x040DB530) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__GamePad{ REL::Offset(0x040DC398) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DC640) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__IMEEventEx{ REL::Offset(0x040DCD58) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__IMEEx{ REL::Offset(0x040DD108) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__InteractiveObjectEx{ REL::Offset(0x040DBC00) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DB970) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__MouseEventEx{ REL::Offset(0x040DC088) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__SystemEx{ REL::Offset(0x040DB3E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__TextEventEx{ REL::Offset(0x040DCAB0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_gfx__TextFieldEx{ REL::Offset(0x040DBD48) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_media__Camera{ REL::Offset(0x040C0438) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_media__Microphone{ REL::Offset(0x040C0730) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_media__SoundMixer{ REL::Offset(0x040C12C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__ObjectEncoding{ REL::Offset(0x04099158) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__SharedObject{ REL::Offset(0x04099460) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__SharedObjectFlushStatus{ REL::Offset(0x040995A8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__URLLoaderDataFormat{ REL::Offset(0x0409A250) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_net__URLRequestMethod{ REL::Offset(0x0409A8E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_sensors__Accelerometer{ REL::Offset(0x040D44B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__ApplicationDomain{ REL::Offset(0x040B63A0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__Capabilities{ REL::Offset(0x040B6500) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__IME{ REL::Offset(0x040B6B80) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__IMEConversionMode{ REL::Offset(0x040B6D58) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__Security{ REL::Offset(0x040B72E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__SecurityDomain{ REL::Offset(0x040B6FE8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__SecurityPanel{ REL::Offset(0x040B74D0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_system__System{ REL::Offset(0x040B7660) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__AntiAliasType{ REL::Offset(0x040C51B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__Font{ REL::Offset(0x040C55F8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__FontStyle{ REL::Offset(0x040C57B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__FontType{ REL::Offset(0x040C58F8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__Font__enumerateFonts__2__FontsVisitor{ REL::Offset(0x040C5720) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__GridFitType{ REL::Offset(0x040C5A40) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextColorType{ REL::Offset(0x040C6260) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextDisplayMode{ REL::Offset(0x040C63B8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextField{ REL::Offset(0x040C6688) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextFieldAutoSize{ REL::Offset(0x040C6C18) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextFieldType{ REL::Offset(0x040C6D60) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextFormatAlign{ REL::Offset(0x040C6EA8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_text__TextRenderer{ REL::Offset(0x040C6FF0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__KeyLocation{ REL::Offset(0x040D8190) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__Keyboard{ REL::Offset(0x040D7E30) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__Mouse{ REL::Offset(0x040D82D8) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__MouseCursor{ REL::Offset(0x040D8468) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__Multitouch{ REL::Offset(0x040D85B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_ui__MultitouchInputMode{ REL::Offset(0x040D8720) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_utils__ByteArray{ REL::Offset(0x0409D660) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_utils__Endian{ REL::Offset(0x0409DAD0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector{ REL::Offset(0x0409ADC0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_String{ REL::Offset(0x0409B920) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_double{ REL::Offset(0x0409B690) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_int{ REL::Offset(0x0409B110) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_object{ REL::Offset(0x0409BBB0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_vec__Vector_uint{ REL::Offset(0x0409B3D0) }; + inline constexpr std::array Scaleform__GFx__AS3__Classes__fl_xml__XMLNodeType{ REL::Offset(0x040DDD80) }; + inline constexpr std::array Scaleform__GFx__AS3__DoAbc{ REL::Offset(0x040D3C60) }; + inline constexpr std::array Scaleform__GFx__AS3__FlashUI{ REL::Offset(0x04089218) }; + inline constexpr std::array Scaleform__GFx__AS3__FrameCounter{ REL::Offset(0x0408BE48), REL::Offset(0x0408C208) }; + inline constexpr std::array Scaleform__GFx__AS3__GASRefCountBase{ REL::Offset(0x04088BF8) }; + inline constexpr std::array Scaleform__GFx__AS3__IMEManager{ REL::Offset(0x040DE740) }; + inline constexpr std::array Scaleform__GFx__AS3__Impl__ArrayFunc{ REL::Offset(0x04089498) }; + inline constexpr std::array Scaleform__GFx__AS3__Impl__Value2NumberCollector{ REL::Offset(0x04091178) }; + inline constexpr std::array Scaleform__GFx__AS3__Impl__Value2StrCollector{ REL::Offset(0x04091160) }; + inline constexpr std::array Scaleform__GFx__AS3__Impl__ValuePtrCollector{ REL::Offset(0x04091148) }; + inline constexpr std::array Scaleform__GFx__AS3__Instance{ REL::Offset(0x04089150) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Activation{ REL::Offset(0x04090D00) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Anonimous{ REL::Offset(0x040890D0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__CTraits{ REL::Offset(0x04088F50) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__ClassClass{ REL::Offset(0x04090F78) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Interface{ REL::Offset(0x04090458) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Prototype{ REL::Offset(0x04089050) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__RTraits{ REL::Offset(0x04088FD0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__Traits{ REL::Offset(0x04088ED0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__UserDefined{ REL::Offset(0x04094770) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Array{ REL::Offset(0x04091258) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Boolean{ REL::Offset(0x04091EA8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Catch{ REL::Offset(0x040914E8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Date{ REL::Offset(0x04092D00) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Domain{ REL::Offset(0x04094210) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Error{ REL::Offset(0x040925F8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Function{ REL::Offset(0x04090B38) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObject{ REL::Offset(0x04094670) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__GlobalObjectScript{ REL::Offset(0x040946F0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__MethodInd{ REL::Offset(0x040909B8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Namespace{ REL::Offset(0x04090DB0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Number{ REL::Offset(0x04091950) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Object{ REL::Offset(0x04090288) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__QName{ REL::Offset(0x04091778) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__RegExp{ REL::Offset(0x04092300) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__String{ REL::Offset(0x04092070) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__Thunk{ REL::Offset(0x04090938) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__ThunkFunction{ REL::Offset(0x04090AB8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__VTableInd{ REL::Offset(0x04090A38) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__XML{ REL::Offset(0x04093298) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__XMLList{ REL::Offset(0x04093E90) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__int_{ REL::Offset(0x04091B18) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl__uint{ REL::Offset(0x04091CE0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityImplementation{ REL::Offset(0x040C21C8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_accessibility__AccessibilityProperties{ REL::Offset(0x040C2378) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__AVM1Movie{ REL::Offset(0x040AF9E0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Bitmap{ REL::Offset(0x040AFD58) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__BitmapData{ REL::Offset(0x040AFB90) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObject{ REL::Offset(0x040AF818) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__DisplayObjectContainer{ REL::Offset(0x040B0658) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__FrameLabel{ REL::Offset(0x040B12B0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Graphics{ REL::Offset(0x040B15B0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsBitmapFill{ REL::Offset(0x040B1898) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsEndFill{ REL::Offset(0x040B1A48) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsGradientFill{ REL::Offset(0x040B1BF8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsPath{ REL::Offset(0x040B1DA8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsSolidFill{ REL::Offset(0x040B1F58) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__GraphicsStroke{ REL::Offset(0x040B2108) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__InteractiveObject{ REL::Offset(0x040AFF20) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Loader{ REL::Offset(0x040B0820) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__LoaderInfo{ REL::Offset(0x040B0C88) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__MorphShape{ REL::Offset(0x040B2E68) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__MovieClip{ REL::Offset(0x040B3228) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Scene{ REL::Offset(0x040B33D8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Shape{ REL::Offset(0x040B3720) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__SimpleButton{ REL::Offset(0x040B38E8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Sprite{ REL::Offset(0x040B3048) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_display__Stage{ REL::Offset(0x040B09E8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__AccelerometerEvent{ REL::Offset(0x040A3868) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__AppLifecycleEvent{ REL::Offset(0x040A8068) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__AsyncErrorEvent{ REL::Offset(0x040A4700) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__ErrorEvent{ REL::Offset(0x040A4058) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__Event{ REL::Offset(0x040A35C0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__EventDispatcher{ REL::Offset(0x040A3B08) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__FocusEvent{ REL::Offset(0x040A6080) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__GeolocationEvent{ REL::Offset(0x040A6B20) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__GestureEvent{ REL::Offset(0x040A5338) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__IMEEvent{ REL::Offset(0x040A7530) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__IOErrorEvent{ REL::Offset(0x040A6328) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__KeyboardEvent{ REL::Offset(0x040A5B30) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__MouseEvent{ REL::Offset(0x040A4DE8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__NetStatusEvent{ REL::Offset(0x040A65D0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A5888) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__ProgressEvent{ REL::Offset(0x040A5DD8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__StageOrientationEvent{ REL::Offset(0x040A8328) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__StatusEvent{ REL::Offset(0x040A6878) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TextEvent{ REL::Offset(0x040A3DB0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TimerEvent{ REL::Offset(0x040A7B88) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TouchEvent{ REL::Offset(0x040A5090) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__TransformGestureEvent{ REL::Offset(0x040A55E0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A4300) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_events__UncaughtErrorEvents{ REL::Offset(0x040A6E28) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__BevelFilter{ REL::Offset(0x040BDE58) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__BitmapFilter{ REL::Offset(0x040BDCA0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__BlurFilter{ REL::Offset(0x040BE2D8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__ColorMatrixFilter{ REL::Offset(0x040BE488) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__DisplacementMapFilter{ REL::Offset(0x040BE6A0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__DropShadowFilter{ REL::Offset(0x040BE9A8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__GlowFilter{ REL::Offset(0x040BEB58) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientBevelFilter{ REL::Offset(0x040BED08) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_filters__GradientGlowFilter{ REL::Offset(0x040BEEB8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__ColorTransform{ REL::Offset(0x040BA2D0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix{ REL::Offset(0x040BA968) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Matrix3D{ REL::Offset(0x040BA7B8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__PerspectiveProjection{ REL::Offset(0x040BADC0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Point{ REL::Offset(0x040BAB18) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Rectangle{ REL::Offset(0x040BAF78) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Transform{ REL::Offset(0x040BB130) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_geom__Vector3D{ REL::Offset(0x040BA510) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__FocusEventEx{ REL::Offset(0x040DC800) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DC558) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMECandidateListStyle{ REL::Offset(0x040DCFB8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__IMEEventEx{ REL::Offset(0x040DCC70) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__KeyboardEventEx{ REL::Offset(0x040DC248) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DB888) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__MouseEventEx{ REL::Offset(0x040DBFA0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_gfx__TextEventEx{ REL::Offset(0x040DC9C8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__ID3Info{ REL::Offset(0x040C05E0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__Sound{ REL::Offset(0x040C0C58) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundChannel{ REL::Offset(0x040C0A98) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundLoaderContext{ REL::Offset(0x040C0E08) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_media__SoundTransform{ REL::Offset(0x040C08D8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__FileReference{ REL::Offset(0x04098400) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__NetConnection{ REL::Offset(0x04098B70) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__SharedObject{ REL::Offset(0x04099378) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__Socket{ REL::Offset(0x04099BB8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLLoader{ REL::Offset(0x04099EF8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequest{ REL::Offset(0x040985B0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLRequestHeader{ REL::Offset(0x0409A790) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_net__URLVariables{ REL::Offset(0x0409A0A8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_sensors__Accelerometer{ REL::Offset(0x040D43C8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_system__ApplicationDomain{ REL::Offset(0x040B62B8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_system__LoaderContext{ REL::Offset(0x040B7190) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_system__SecurityDomain{ REL::Offset(0x040B6F00) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__CSMSettings{ REL::Offset(0x040C5358) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__Font{ REL::Offset(0x040C5510) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__StaticText{ REL::Offset(0x040C5C30) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__StyleSheet{ REL::Offset(0x040C5E40) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextField{ REL::Offset(0x040C65A0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextFormat{ REL::Offset(0x040C5FF0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextLineMetrics{ REL::Offset(0x040C6830) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_text__TextSnapshot{ REL::Offset(0x040C7198) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenu{ REL::Offset(0x040D7AE8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuBuiltInItems{ REL::Offset(0x040D7710) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_ui__ContextMenuClipboardItems{ REL::Offset(0x040D78C0) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__ByteArray{ REL::Offset(0x0409D578) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__Dictionary{ REL::Offset(0x0409D808) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__Proxy{ REL::Offset(0x0409DD48) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_utils__Timer{ REL::Offset(0x0409DF60) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_String{ REL::Offset(0x0409B838) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_double{ REL::Offset(0x0409B5A8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_int{ REL::Offset(0x0409B028) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_object{ REL::Offset(0x0409BAC8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_vec__Vector_uint{ REL::Offset(0x0409B2E8) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLDocument{ REL::Offset(0x040DDC30) }; + inline constexpr std::array Scaleform__GFx__AS3__InstanceTraits__fl_xml__XMLNode{ REL::Offset(0x040DDA80) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Array{ REL::Offset(0x04091190) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__AttrGet{ REL::Offset(0x040940B8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__AttrGetFirst{ REL::Offset(0x04094070) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Catch{ REL::Offset(0x04091420) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__CheckTypeTF{ REL::Offset(0x04090858) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ChildGet{ REL::Offset(0x040940A0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ChildGetFirst{ REL::Offset(0x04094088) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Date{ REL::Offset(0x04092C38) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Domain{ REL::Offset(0x04094148) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__EmptyCallBack{ REL::Offset(0x04094058) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Error{ REL::Offset(0x04092530) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Function{ REL::Offset(0x04090698) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__FunctionAOT{ REL::Offset(0x040905B8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__FunctionBase{ REL::Offset(0x040904D8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__GlobalObject{ REL::Offset(0x04094400) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__GlobalObjectCPP{ REL::Offset(0x040945A0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__GlobalObjectScript{ REL::Offset(0x040944D0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ListGet{ REL::Offset(0x04094128) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Namespace{ REL::Offset(0x04090D80) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__Object{ REL::Offset(0x040901C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__QName{ REL::Offset(0x040916B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__RegExp{ REL::Offset(0x04092238) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__ThunkFunction{ REL::Offset(0x04090778) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XML{ REL::Offset(0x040930C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLAttr{ REL::Offset(0x04093460) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLComment{ REL::Offset(0x04093BD8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLElement{ REL::Offset(0x04093650) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLElement__CallBack{ REL::Offset(0x04093638) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLList{ REL::Offset(0x04093DC8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLList__CallBack{ REL::Offset(0x04093DB0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLProcInstr{ REL::Offset(0x04093A00) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl__XMLText{ REL::Offset(0x04093828) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityImplementation{ REL::Offset(0x040C2100) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_accessibility__AccessibilityProperties{ REL::Offset(0x040C22B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__AVM1Movie{ REL::Offset(0x040AF900) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Bitmap{ REL::Offset(0x040AFC78) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__BitmapData{ REL::Offset(0x040AFAC8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__DisplayObject{ REL::Offset(0x040AF738) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__DisplayObjectContainer{ REL::Offset(0x040B0578) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__FrameLabel{ REL::Offset(0x040B11E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Graphics{ REL::Offset(0x040B14E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsBitmapFill{ REL::Offset(0x040B17D0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsEndFill{ REL::Offset(0x040B1980) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsGradientFill{ REL::Offset(0x040B1B30) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsPath{ REL::Offset(0x040B1CE0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsSolidFill{ REL::Offset(0x040B1E90) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__GraphicsStroke{ REL::Offset(0x040B2040) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__InteractiveObject{ REL::Offset(0x040AFE40) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Loader{ REL::Offset(0x040B0740) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__LoaderInfo{ REL::Offset(0x040B0BB0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__MorphShape{ REL::Offset(0x040B2D88) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__MovieClip{ REL::Offset(0x040B3130) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Scene{ REL::Offset(0x040B3310) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Shape{ REL::Offset(0x040B3640) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__SimpleButton{ REL::Offset(0x040B3808) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Sprite{ REL::Offset(0x040B2F50) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_display__Stage{ REL::Offset(0x040B0908) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__AccelerometerEvent{ REL::Offset(0x040A3788) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__AppLifecycleEvent{ REL::Offset(0x040A7F88) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__AsyncErrorEvent{ REL::Offset(0x040A4620) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__ErrorEvent{ REL::Offset(0x040A3F78) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__Event{ REL::Offset(0x040A34E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__EventDispatcher{ REL::Offset(0x040A3A30) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__FocusEvent{ REL::Offset(0x040A5FA0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__GeolocationEvent{ REL::Offset(0x040A6A40) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__GestureEvent{ REL::Offset(0x040A5258) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__IMEEvent{ REL::Offset(0x040A7450) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__IOErrorEvent{ REL::Offset(0x040A6248) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__KeyboardEvent{ REL::Offset(0x040A5A50) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__MouseEvent{ REL::Offset(0x040A4D08) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__NetStatusEvent{ REL::Offset(0x040A64F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__PressAndTapGestureEvent{ REL::Offset(0x040A57A8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__ProgressEvent{ REL::Offset(0x040A5CF8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__StageOrientationEvent{ REL::Offset(0x040A8248) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__StatusEvent{ REL::Offset(0x040A6798) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TextEvent{ REL::Offset(0x040A3CD0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TimerEvent{ REL::Offset(0x040A7AA8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TouchEvent{ REL::Offset(0x040A4FB0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__TransformGestureEvent{ REL::Offset(0x040A5500) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvent{ REL::Offset(0x040A4220) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_events__UncaughtErrorEvents{ REL::Offset(0x040A6D50) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__BevelFilter{ REL::Offset(0x040BDD88) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__BitmapFilter{ REL::Offset(0x040BDBD8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__BlurFilter{ REL::Offset(0x040BE210) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__ColorMatrixFilter{ REL::Offset(0x040BE3C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__DisplacementMapFilter{ REL::Offset(0x040BE5D8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__DropShadowFilter{ REL::Offset(0x040BE8E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__GlowFilter{ REL::Offset(0x040BEA90) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__GradientBevelFilter{ REL::Offset(0x040BEC40) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_filters__GradientGlowFilter{ REL::Offset(0x040BEDF0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__ColorTransform{ REL::Offset(0x040BA208) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Matrix{ REL::Offset(0x040BA8A0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Matrix3D{ REL::Offset(0x040BA6F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__PerspectiveProjection{ REL::Offset(0x040BACF8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Point{ REL::Offset(0x040BAA50) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Rectangle{ REL::Offset(0x040BAEB0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Transform{ REL::Offset(0x040BB068) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_geom__Vector3D{ REL::Offset(0x040BA448) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__FocusEventEx{ REL::Offset(0x040DC720) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__GamePadAnalogEvent{ REL::Offset(0x040DC478) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__IMECandidateListStyle{ REL::Offset(0x040DCEF0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__IMEEventEx{ REL::Offset(0x040DCB90) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__KeyboardEventEx{ REL::Offset(0x040DC168) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__MouseCursorEvent{ REL::Offset(0x040DB7A8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__MouseEventEx{ REL::Offset(0x040DBEC0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_gfx__TextEventEx{ REL::Offset(0x040DC8E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__ID3Info{ REL::Offset(0x040C0518) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__Sound{ REL::Offset(0x040C0B80) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__SoundChannel{ REL::Offset(0x040C09C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__SoundLoaderContext{ REL::Offset(0x040C0D40) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_media__SoundTransform{ REL::Offset(0x040C0810) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__FileReference{ REL::Offset(0x04098328) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__NetConnection{ REL::Offset(0x04098A98) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__SharedObject{ REL::Offset(0x040992A0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__Socket{ REL::Offset(0x04099AE0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__SocketReader{ REL::Offset(0x04099AC8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__SocketWriter{ REL::Offset(0x04099AB8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLLoader{ REL::Offset(0x04099E20) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLRequest{ REL::Offset(0x040984E8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLRequestHeader{ REL::Offset(0x0409A6C8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_net__URLVariables{ REL::Offset(0x04099FE0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_sensors__Accelerometer{ REL::Offset(0x040D42F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_system__ApplicationDomain{ REL::Offset(0x040B61F0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_system__LoaderContext{ REL::Offset(0x040B70C8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_system__SecurityDomain{ REL::Offset(0x040B6E38) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__CSMSettings{ REL::Offset(0x040C5290) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__Font{ REL::Offset(0x040C5440) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__StaticText{ REL::Offset(0x040C5B50) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__StyleSheet{ REL::Offset(0x040C5D68) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextField{ REL::Offset(0x040C64C0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextFormat{ REL::Offset(0x040C5F28) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextLineMetrics{ REL::Offset(0x040C6768) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_text__TextSnapshot{ REL::Offset(0x040C70D0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_ui__ContextMenu{ REL::Offset(0x040D7A10) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuBuiltInItems{ REL::Offset(0x040D7648) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_ui__ContextMenuClipboardItems{ REL::Offset(0x040D77F8) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__BAReader{ REL::Offset(0x0409D498) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__BASlotFunctCalc{ REL::Offset(0x0409DA00) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__BAWriter{ REL::Offset(0x0409D488) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__ByteArray{ REL::Offset(0x0409D4B0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__Dictionary{ REL::Offset(0x0409D740) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__Proxy{ REL::Offset(0x0409DC80) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_utils__Timer{ REL::Offset(0x0409DE88) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_String{ REL::Offset(0x0409B770) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_double{ REL::Offset(0x0409B4E0) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_int{ REL::Offset(0x0409AF60) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_object{ REL::Offset(0x0409BA00) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_vec__Vector_uint{ REL::Offset(0x0409B220) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_xml__XMLDocument{ REL::Offset(0x040DDB68) }; + inline constexpr std::array Scaleform__GFx__AS3__Instances__fl_xml__XMLNode{ REL::Offset(0x040DD9B8) }; + inline constexpr std::array Scaleform__GFx__AS3__IntervalTimer{ REL::Offset(0x0408CA50) }; + inline constexpr std::array Scaleform__GFx__AS3__LoadQueueEntry{ REL::Offset(0x0408B180) }; + inline constexpr std::array Scaleform__GFx__AS3__LoadQueueEntryMT_LoadMovie{ REL::Offset(0x0408B190) }; + inline constexpr std::array Scaleform__GFx__AS3__MemoryContextImpl{ REL::Offset(0x040D3C50) }; + inline constexpr std::array Scaleform__GFx__AS3__MemoryContextImpl__HeapLimit{ REL::Offset(0x040D3C30) }; + inline constexpr std::array Scaleform__GFx__AS3__MovieDefRootNode{ REL::Offset(0x0408B1D0) }; + inline constexpr std::array Scaleform__GFx__AS3__MovieRoot{ REL::Offset(0x0408B1F8), REL::Offset(0x0408B3F8), REL::Offset(0x0408B420), REL::Offset(0x0408B448) }; + inline constexpr std::array Scaleform__GFx__AS3__MovieRoot__StickyVarNode{ REL::Offset(0x0408B1E0) }; + inline constexpr std::array Scaleform__GFx__AS3__MovieRoot__UnloadMovie__37__TextFormatVisitor{ REL::Offset(0x0408D128) }; + inline constexpr std::array Scaleform__GFx__AS3__NamespaceInstanceFactory{ REL::Offset(0x04091940) }; + inline constexpr std::array Scaleform__GFx__AS3__NamespaceSet{ REL::Offset(0x04088C20) }; + inline constexpr std::array Scaleform__GFx__AS3__NotifyLoadInitCandidateList{ REL::Offset(0x040DE850) }; + inline constexpr std::array Scaleform__GFx__AS3__NullObject{ REL::Offset(0x04095190) }; + inline constexpr std::array Scaleform__GFx__AS3__Object{ REL::Offset(0x04088C48) }; + inline constexpr std::array Scaleform__GFx__AS3__PtrReleaseProxy_328_{ REL::Offset(0x0409DA58) }; + inline constexpr std::array Scaleform__GFx__AS3__RefCountBaseGC_328_{ REL::Offset(0x04088B88) }; + inline constexpr std::array Scaleform__GFx__AS3__RefCountCollector_328_{ REL::Offset(0x04088BD8) }; + inline constexpr std::array Scaleform__GFx__AS3__RefCountCollector_328___ListRootNode{ REL::Offset(0x04088BB0) }; + inline constexpr std::array Scaleform__GFx__AS3__SerializeArrDense{ REL::Offset(0x04089558) }; + inline constexpr std::array Scaleform__GFx__AS3__SerializeArrSparse{ REL::Offset(0x04089540) }; + inline constexpr std::array Scaleform__GFx__AS3__ShapeObject{ REL::Offset(0x040899B8), REL::Offset(0x04089C70), REL::Offset(0x04089C88) }; + inline constexpr std::array Scaleform__GFx__AS3__Slots__SlotFunct{ REL::Offset(0x04088DF0) }; + inline constexpr std::array Scaleform__GFx__AS3__SocketBuffer{ REL::Offset(0x0408D178) }; + inline constexpr std::array Scaleform__GFx__AS3__SocketThreadMgr{ REL::Offset(0x0408CAB0) }; + inline constexpr std::array Scaleform__GFx__AS3__SocketThreadMgr__EventInfo{ REL::Offset(0x0408CAA0) }; + inline constexpr std::array Scaleform__GFx__AS3__Stage{ REL::Offset(0x0408AAD8), REL::Offset(0x0408AED0) }; + inline constexpr std::array Scaleform__GFx__AS3__TextSnapshotGlyphVisitor{ REL::Offset(0x040C7280) }; + inline constexpr std::array Scaleform__GFx__AS3__Tracer{ REL::Offset(0x040893A8) }; + inline constexpr std::array Scaleform__GFx__AS3__Traits{ REL::Offset(0x04088E08) }; + inline constexpr std::array Scaleform__GFx__AS3__UserDefinedFunction{ REL::Offset(0x0408C858) }; + inline constexpr std::array Scaleform__GFx__AS3__VM{ REL::Offset(0x04089398) }; + inline constexpr std::array Scaleform__GFx__AS3__VMAbcFile{ REL::Offset(0x04089298) }; + inline constexpr std::array Scaleform__GFx__AS3__VMAppDomain{ REL::Offset(0x04089370) }; + inline constexpr std::array Scaleform__GFx__AS3__VMFile{ REL::Offset(0x04089240) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value_{ REL::Offset(0x0409AED0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ArrayFunc{ REL::Offset(0x0409BC90) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2NumberCollector{ REL::Offset(0x0409BCA8) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___Value2StrCollector{ REL::Offset(0x0409BD80) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__GFx__AS3__Value___ValuePtrCollector{ REL::Offset(0x0409BDF8) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode__{ REL::Offset(0x0409AF00) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ArrayFunc{ REL::Offset(0x0409BCC0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2NumberCollector{ REL::Offset(0x0409BCD8) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____Value2StrCollector{ REL::Offset(0x0409BD98) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_Scaleform__Ptr_Scaleform__GFx__ASStringNode____ValuePtrCollector{ REL::Offset(0x0409BE58) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double_{ REL::Offset(0x0409B4B0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___ArrayFunc{ REL::Offset(0x0409BCF0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___Value2NumberCollector{ REL::Offset(0x0409BD08) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___Value2StrCollector{ REL::Offset(0x0409BDB0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_double___ValuePtrCollector{ REL::Offset(0x0409BE40) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long_{ REL::Offset(0x0409AF30) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___ArrayFunc{ REL::Offset(0x0409BD50) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___Value2NumberCollector{ REL::Offset(0x0409BD68) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___Value2StrCollector{ REL::Offset(0x0409BDE0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_long___ValuePtrCollector{ REL::Offset(0x0409BE10) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong_{ REL::Offset(0x0409B1F0) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___ArrayFunc{ REL::Offset(0x0409BD20) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2NumberCollector{ REL::Offset(0x0409BD38) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___Value2StrCollector{ REL::Offset(0x0409BDC8) }; + inline constexpr std::array Scaleform__GFx__AS3__VectorBase_unsignedlong___ValuePtrCollector{ REL::Offset(0x0409BE28) }; + inline constexpr std::array Scaleform__GFx__AS3__XMLSupport{ REL::Offset(0x040892F0) }; + inline constexpr std::array Scaleform__GFx__AS3__XMLSupportImpl{ REL::Offset(0x0408D330) }; + inline constexpr std::array Scaleform__GFx__ASIMEManager{ REL::Offset(0x040DE688) }; + inline constexpr std::array Scaleform__GFx__ASIMEManager__IMEFuncHandler{ REL::Offset(0x04080B70) }; + inline constexpr std::array Scaleform__GFx__ASIntervalTimerIntf{ REL::Offset(0x0408A130) }; + inline constexpr std::array Scaleform__GFx__ASMovieRootBase{ REL::Offset(0x04089668) }; + inline constexpr std::array Scaleform__GFx__ASStringManager{ REL::Offset(0x0407CDB8) }; + inline constexpr std::array Scaleform__GFx__AvmDisplayObjBase{ REL::Offset(0x04089860) }; + inline constexpr std::array Scaleform__GFx__Button{ REL::Offset(0x040D3230), REL::Offset(0x040D35F0) }; + inline constexpr std::array Scaleform__GFx__ButtonDef{ REL::Offset(0x040849F8) }; + inline constexpr std::array Scaleform__GFx__Clipboard{ REL::Offset(0x040832A8) }; + inline constexpr std::array Scaleform__GFx__CompactedFont_Scaleform__ArrayPagedLH_POD_unsignedchar_12_256_261__{ REL::Offset(0x04083AE0) }; + inline constexpr std::array Scaleform__GFx__CompactedFont_Scaleform__ArrayUnsafeLH_POD_unsignedchar_261__{ REL::Offset(0x04083BC0) }; + inline constexpr std::array Scaleform__GFx__ConstShapeNoStyles{ REL::Offset(0x0407EDB0) }; + inline constexpr std::array Scaleform__GFx__ConstShapeWithStyles{ REL::Offset(0x04081670) }; + inline constexpr std::array Scaleform__GFx__DefaultFontLibNameState{ REL::Offset(0x040838E0) }; + inline constexpr std::array Scaleform__GFx__DefaultSocketFactory_Scaleform__GFx__GFxSocketImpl_{ REL::Offset(0x040D3740) }; + inline constexpr std::array Scaleform__GFx__DisplayObjContainer{ REL::Offset(0x0407F798), REL::Offset(0x0407FB88) }; + inline constexpr std::array Scaleform__GFx__DisplayObject{ REL::Offset(0x0407E190), REL::Offset(0x0407E448) }; + inline constexpr std::array Scaleform__GFx__DisplayObjectBase{ REL::Offset(0x0407DED8), REL::Offset(0x0407E178) }; + inline constexpr std::array Scaleform__GFx__DrawText{ REL::Offset(0x040DDE68) }; + inline constexpr std::array Scaleform__GFx__DrawTextImpl{ REL::Offset(0x040DDFF8) }; + inline constexpr std::array Scaleform__GFx__DrawTextManager{ REL::Offset(0x040DDFB8), REL::Offset(0x040DDFC8) }; + inline constexpr std::array Scaleform__GFx__DrawingContext{ REL::Offset(0x040800E0) }; + inline constexpr std::array Scaleform__GFx__DrawingContext__PackedShape{ REL::Offset(0x04080080) }; + inline constexpr std::array Scaleform__GFx__ExecuteTag{ REL::Offset(0x0407ED08) }; + inline constexpr std::array Scaleform__GFx__FontCompactor{ REL::Offset(0x04087810) }; + inline constexpr std::array Scaleform__GFx__FontData{ REL::Offset(0x04083A20) }; + inline constexpr std::array Scaleform__GFx__FontDataBound{ REL::Offset(0x04083C90) }; + inline constexpr std::array Scaleform__GFx__FontDataCompactedGfx{ REL::Offset(0x04083BD0) }; + inline constexpr std::array Scaleform__GFx__FontDataCompactedSwf{ REL::Offset(0x04083AF0) }; + inline constexpr std::array Scaleform__GFx__FontGlyphPacker{ REL::Offset(0x04084B98) }; + inline constexpr std::array Scaleform__GFx__FontHandle{ REL::Offset(0x04080560) }; + inline constexpr std::array Scaleform__GFx__FontLib{ REL::Offset(0x040838C8) }; + inline constexpr std::array Scaleform__GFx__FontManager{ REL::Offset(0x04080608) }; + inline constexpr std::array Scaleform__GFx__FontManagerStates{ REL::Offset(0x04077E78), REL::Offset(0x04077E88) }; + inline constexpr std::array Scaleform__GFx__FontMap{ REL::Offset(0x04085C60) }; + inline constexpr std::array Scaleform__GFx__FontResource{ REL::Offset(0x04083D50) }; + inline constexpr std::array Scaleform__GFx__FontResourceCreator{ REL::Offset(0x0407F148) }; + inline constexpr std::array Scaleform__GFx__FunctionHandler{ REL::Offset(0x04080B58) }; + inline constexpr std::array Scaleform__GFx__GFxInitImportActions{ REL::Offset(0x04081590) }; + inline constexpr std::array Scaleform__GFx__GFxMovieDataDefFileKeyData{ REL::Offset(0x0407EFE0) }; + inline constexpr std::array Scaleform__GFx__GFxMovieDataDefFileKeyInterface{ REL::Offset(0x0407E9F8) }; + inline constexpr std::array Scaleform__GFx__GFxMovieDefImplKey{ REL::Offset(0x0407F128) }; + inline constexpr std::array Scaleform__GFx__GFxMovieDefImplKeyInterface{ REL::Offset(0x0407EA38) }; + inline constexpr std::array Scaleform__GFx__GFxPlaceObjectUnpacked{ REL::Offset(0x0407ED50) }; + inline constexpr std::array Scaleform__GFx__GFxSocketImpl{ REL::Offset(0x040D3858) }; + inline constexpr std::array Scaleform__GFx__GFxSystemFontResourceKey{ REL::Offset(0x04084178) }; + inline constexpr std::array Scaleform__GFx__GFxSystemFontResourceKeyInterface{ REL::Offset(0x040838F0) }; + inline constexpr std::array Scaleform__GFx__IMEManagerBase{ REL::Offset(0x04080B88) }; + inline constexpr std::array Scaleform__GFx__ImageCreator{ REL::Offset(0x04083700) }; + inline constexpr std::array Scaleform__GFx__ImageFileHandlerRegistry{ REL::Offset(0x04083738), REL::Offset(0x04083748) }; + inline constexpr std::array Scaleform__GFx__ImageFileInfo{ REL::Offset(0x0407F208) }; + inline constexpr std::array Scaleform__GFx__ImageFileInfoKeyData{ REL::Offset(0x04084C40) }; + inline constexpr std::array Scaleform__GFx__ImageFileKeyInterface{ REL::Offset(0x04084C00) }; + inline constexpr std::array Scaleform__GFx__ImageFileResourceCreator{ REL::Offset(0x0407F2E0) }; + inline constexpr std::array Scaleform__GFx__ImageResource{ REL::Offset(0x04077D90) }; + inline constexpr std::array Scaleform__GFx__ImageResourceCreator{ REL::Offset(0x0407F308) }; + inline constexpr std::array Scaleform__GFx__ImageResource__ImageDelegate{ REL::Offset(0x04077CB8) }; + inline constexpr std::array Scaleform__GFx__ImageShapeCharacterDef{ REL::Offset(0x040845E8) }; + inline constexpr std::array Scaleform__GFx__InteractiveObject{ REL::Offset(0x0407F3A8), REL::Offset(0x0407F768) }; + inline constexpr std::array Scaleform__GFx__KeyboardState{ REL::Offset(0x0407CDA0) }; + inline constexpr std::array Scaleform__GFx__KeyboardState__IListener{ REL::Offset(0x04088B60) }; + inline constexpr std::array Scaleform__GFx__LZMAFile{ REL::Offset(0x04086310) }; + inline constexpr std::array Scaleform__GFx__LZMASupport{ REL::Offset(0x04078330) }; + inline constexpr std::array Scaleform__GFx__LoadBinaryTask{ REL::Offset(0x04080A20) }; + inline constexpr std::array Scaleform__GFx__LoadProcess{ REL::Offset(0x0407F2A8), REL::Offset(0x0407F2C8) }; + inline constexpr std::array Scaleform__GFx__LoadQueueEntry{ REL::Offset(0x0408A110) }; + inline constexpr std::array Scaleform__GFx__LoadQueueEntryMT{ REL::Offset(0x040809A0) }; + inline constexpr std::array Scaleform__GFx__LoadQueueEntryMT_LoadBinary{ REL::Offset(0x04080A40) }; + inline constexpr std::array Scaleform__GFx__LoadQueueEntryMT_LoadVars{ REL::Offset(0x04080A00) }; + inline constexpr std::array Scaleform__GFx__LoadStates{ REL::Offset(0x0407F280) }; + inline constexpr std::array Scaleform__GFx__LoadUpdateSync{ REL::Offset(0x0407EAC0) }; + inline constexpr std::array Scaleform__GFx__LoadVarsTask{ REL::Offset(0x040809E0) }; + inline constexpr std::array Scaleform__GFx__Loader{ REL::Offset(0x04078348) }; + inline constexpr std::array Scaleform__GFx__LoaderImpl{ REL::Offset(0x0407E590), REL::Offset(0x0407E5A0), REL::Offset(0x0407E5D0) }; + inline constexpr std::array Scaleform__GFx__LoaderTask{ REL::Offset(0x0407E558) }; + inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__DisplayObjectBase_{ REL::Offset(0x0407DEC0) }; + inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__LoadProcess_{ REL::Offset(0x0407F290) }; + inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__LoaderImpl_{ REL::Offset(0x0407E578) }; + inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__LogState_{ REL::Offset(0x0407CF18) }; + inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__StateBagImpl_{ REL::Offset(0x04077C48) }; + inline constexpr std::array Scaleform__GFx__LogBase_Scaleform__GFx__Stream_{ REL::Offset(0x04083600) }; + inline constexpr std::array Scaleform__GFx__LogState{ REL::Offset(0x0407CF30), REL::Offset(0x0407CF48) }; + inline constexpr std::array Scaleform__GFx__MemoryBufferZlibImage{ REL::Offset(0x04086640) }; + inline constexpr std::array Scaleform__GFx__MemoryContext{ REL::Offset(0x040D3B90) }; + inline constexpr std::array Scaleform__GFx__MorphCharacterDef{ REL::Offset(0x04086720) }; + inline constexpr std::array Scaleform__GFx__Movie{ REL::Offset(0x040779F0), REL::Offset(0x04077C18) }; + inline constexpr std::array Scaleform__GFx__MovieBindProcess{ REL::Offset(0x0407ECE8) }; + inline constexpr std::array Scaleform__GFx__MovieBindProcess__FinishBinding__5__ImagePackVisitor{ REL::Offset(0x0407F098) }; + inline constexpr std::array Scaleform__GFx__MovieDataDef{ REL::Offset(0x0407EAF8), REL::Offset(0x0407EB90) }; + inline constexpr std::array Scaleform__GFx__MovieDataDef__LoadTaskData{ REL::Offset(0x0407EAD0) }; + inline constexpr std::array Scaleform__GFx__MovieDefBindStates{ REL::Offset(0x0407F250) }; + inline constexpr std::array Scaleform__GFx__MovieDefImpl{ REL::Offset(0x0407EBC8), REL::Offset(0x0407ECB8) }; + inline constexpr std::array Scaleform__GFx__MovieDefImpl__BindTaskData{ REL::Offset(0x0407EBB8) }; + inline constexpr std::array Scaleform__GFx__MovieDefImpl__ReleaseNotifier{ REL::Offset(0x040898C8) }; + inline constexpr std::array Scaleform__GFx__MovieDefRootNode{ REL::Offset(0x0408A120) }; + inline constexpr std::array Scaleform__GFx__MovieDef__ResourceVisitor{ REL::Offset(0x0407EAA8) }; + inline constexpr std::array Scaleform__GFx__MovieImageLoadTask{ REL::Offset(0x0407E7C0) }; + inline constexpr std::array Scaleform__GFx__MovieImpl{ REL::Offset(0x04077EB8), REL::Offset(0x040780F8) }; + inline constexpr std::array Scaleform__GFx__MovieImpl__StickyVarNode{ REL::Offset(0x0408A190) }; + inline constexpr std::array Scaleform__GFx__MovieImpl__WideStringStorage{ REL::Offset(0x0408A180) }; + inline constexpr std::array Scaleform__GFx__MoviePreloadTask{ REL::Offset(0x040809C0) }; + inline constexpr std::array Scaleform__GFx__ParseControl{ REL::Offset(0x04078320) }; + inline constexpr std::array Scaleform__GFx__PlaceObject2Tag{ REL::Offset(0x04081360) }; + inline constexpr std::array Scaleform__GFx__PlaceObject2Taga{ REL::Offset(0x040813C8) }; + inline constexpr std::array Scaleform__GFx__PlaceObject3Tag{ REL::Offset(0x04081430) }; + inline constexpr std::array Scaleform__GFx__PlaceObjectTag{ REL::Offset(0x040841A0) }; + inline constexpr std::array Scaleform__GFx__RemoveObject2Tag{ REL::Offset(0x04081498) }; + inline constexpr std::array Scaleform__GFx__RemoveObjectTag{ REL::Offset(0x040814F0) }; + inline constexpr std::array Scaleform__GFx__Resource{ REL::Offset(0x04077878) }; + inline constexpr std::array Scaleform__GFx__ResourceData__DataInterface{ REL::Offset(0x0407F1E0) }; + inline constexpr std::array Scaleform__GFx__ResourceFileInfo{ REL::Offset(0x0407CEA8) }; + inline constexpr std::array Scaleform__GFx__ResourceKey__KeyInterface{ REL::Offset(0x0407E9B8) }; + inline constexpr std::array Scaleform__GFx__ResourceLib{ REL::Offset(0x0407CEC8) }; + inline constexpr std::array Scaleform__GFx__ResourceLib__ResourceSlot{ REL::Offset(0x0407CEB8) }; + inline constexpr std::array Scaleform__GFx__ResourceReport{ REL::Offset(0x0407EA80) }; + inline constexpr std::array Scaleform__GFx__ResourceWeakLib{ REL::Offset(0x0407CED8) }; + inline constexpr std::array Scaleform__GFx__SetBackgroundColorTag{ REL::Offset(0x04081548) }; + inline constexpr std::array Scaleform__GFx__ShapeBaseCharacterDef{ REL::Offset(0x040844E0) }; + inline constexpr std::array Scaleform__GFx__ShapeDataBase{ REL::Offset(0x040815D8) }; + inline constexpr std::array Scaleform__GFx__SocketImplFactory{ REL::Offset(0x040D3838) }; + inline constexpr std::array Scaleform__GFx__SocketInterface{ REL::Offset(0x040D3760) }; + inline constexpr std::array Scaleform__GFx__Sprite{ REL::Offset(0x04080120), REL::Offset(0x04080538) }; + inline constexpr std::array Scaleform__GFx__SpriteDef{ REL::Offset(0x04084200) }; + inline constexpr std::array Scaleform__GFx__State{ REL::Offset(0x04078310) }; + inline constexpr std::array Scaleform__GFx__StateBag{ REL::Offset(0x040778A0) }; + inline constexpr std::array Scaleform__GFx__StateBagImpl{ REL::Offset(0x04077C60), REL::Offset(0x04077C70), REL::Offset(0x04077CA0) }; + inline constexpr std::array Scaleform__GFx__StaticTextCharacter{ REL::Offset(0x04085800), REL::Offset(0x04085AC0) }; + inline constexpr std::array Scaleform__GFx__StaticTextDef{ REL::Offset(0x04085798) }; + inline constexpr std::array Scaleform__GFx__StaticTextSnapshotData__GlyphVisitor{ REL::Offset(0x040C5B38) }; + inline constexpr std::array Scaleform__GFx__Stream{ REL::Offset(0x04083618) }; + inline constexpr std::array Scaleform__GFx__Stream__ReadStringWithLength__2__StringReader{ REL::Offset(0x04083630) }; + inline constexpr std::array Scaleform__GFx__SubImageResource{ REL::Offset(0x0407F218) }; + inline constexpr std::array Scaleform__GFx__SubImageResourceCreator{ REL::Offset(0x0407F330) }; + inline constexpr std::array Scaleform__GFx__SubImageResourceInfo{ REL::Offset(0x04081300) }; + inline constexpr std::array Scaleform__GFx__SwfShapeCharacterDef{ REL::Offset(0x04084560) }; + inline constexpr std::array Scaleform__GFx__Task{ REL::Offset(0x0407E538) }; + inline constexpr std::array Scaleform__GFx__TextField{ REL::Offset(0x04085CF8), REL::Offset(0x040860B8) }; + inline constexpr std::array Scaleform__GFx__TextFieldDef{ REL::Offset(0x04083310) }; + inline constexpr std::array Scaleform__GFx__TextField__CSSHolderBase{ REL::Offset(0x040C64A0) }; + inline constexpr std::array Scaleform__GFx__TextField__TextDocumentListener{ REL::Offset(0x04085C78) }; + inline constexpr std::array Scaleform__GFx__TextKeyMap{ REL::Offset(0x04083300) }; + inline constexpr std::array Scaleform__GFx__Text__CSSHandler_wchar_t_{ REL::Offset(0x040D3A88) }; + inline constexpr std::array Scaleform__GFx__Text__CompositionString{ REL::Offset(0x04087C90) }; + inline constexpr std::array Scaleform__GFx__Text__EditorKit{ REL::Offset(0x04087CC8) }; + inline constexpr std::array Scaleform__GFx__Text__StyleManager{ REL::Offset(0x040C5D40) }; + inline constexpr std::array Scaleform__GFx__Text__TextStyleParserHandler_wchar_t_{ REL::Offset(0x040D3AB0) }; + inline constexpr std::array Scaleform__GFx__TextureGlyphBinder{ REL::Offset(0x040840D0) }; + inline constexpr std::array Scaleform__GFx__TextureGlyphData{ REL::Offset(0x04081350) }; + inline constexpr std::array Scaleform__GFx__TextureGlyphData__TextureGlyphVisitor{ REL::Offset(0x04083A08) }; + inline constexpr std::array Scaleform__GFx__URLBuilder{ REL::Offset(0x040DE670) }; + inline constexpr std::array Scaleform__GFx__Value__ObjectInterface{ REL::Offset(0x04089658) }; + inline constexpr std::array Scaleform__GFx__ZLibFile{ REL::Offset(0x040DE910) }; + inline constexpr std::array Scaleform__GFx__ZlibImageSource{ REL::Offset(0x040865C8) }; + inline constexpr std::array Scaleform__GFx__ZlibSupport{ REL::Offset(0x0458FFB8) }; + inline constexpr std::array Scaleform__HeapPT__SysAllocGranulator{ REL::Offset(0x04086890) }; + inline constexpr std::array Scaleform__HeapPT__SysAllocWrapper{ REL::Offset(0x04086910) }; + inline constexpr std::array Scaleform__Log{ REL::Offset(0x0407C828) }; + inline constexpr std::array Scaleform__LongFormatter{ REL::Offset(0x04080DC8), REL::Offset(0x04080E50) }; + inline constexpr std::array Scaleform__MemoryFile{ REL::Offset(0x0407E490) }; + inline constexpr std::array Scaleform__MemoryHeap{ REL::Offset(0x04077580) }; + inline constexpr std::array Scaleform__MemoryHeapMH{ REL::Offset(0x04078560) }; + inline constexpr std::array Scaleform__MemoryHeapPT{ REL::Offset(0x04082220) }; + inline constexpr std::array Scaleform__MemoryHeap__LimitHandler{ REL::Offset(0x040D3B70) }; + inline constexpr std::array Scaleform__MsgFormat{ REL::Offset(0x04080F90) }; + inline constexpr std::array Scaleform__Mutex{ REL::Offset(0x04078458), REL::Offset(0x04078478) }; + inline constexpr std::array Scaleform__Mutex_AreadyLockedAcquireInterface{ REL::Offset(0x04078520) }; + inline constexpr std::array Scaleform__RefCountBase_Scaleform__Render__HAL_65_{ REL::Offset(0x04082758) }; + inline constexpr std::array Scaleform__RefCountImplCore{ REL::Offset(0x040776A0) }; + inline constexpr std::array Scaleform__RefCountNTSImplCore{ REL::Offset(0x040776B0) }; + inline constexpr std::array Scaleform__RefCountWeakSupportImpl{ REL::Offset(0x040776C0) }; + inline constexpr std::array Scaleform__Render__BevelFilter{ REL::Offset(0x04082D48) }; + inline constexpr std::array Scaleform__Render__BlendModeBundle{ REL::Offset(0x040856F0) }; + inline constexpr std::array Scaleform__Render__BlendModeEffect{ REL::Offset(0x04086F00) }; + inline constexpr std::array Scaleform__Render__BlendPrimitive{ REL::Offset(0x04083070), REL::Offset(0x04083090) }; + inline constexpr std::array Scaleform__Render__BlurFilter{ REL::Offset(0x04082CD0) }; + inline constexpr std::array Scaleform__Render__BlurFilterImpl{ REL::Offset(0x04082CA8) }; + inline constexpr std::array Scaleform__Render__Bundle{ REL::Offset(0x04085520) }; + inline constexpr std::array Scaleform__Render__CacheAsBitmapFilter{ REL::Offset(0x04082DC0) }; + inline constexpr std::array Scaleform__Render__CacheBase{ REL::Offset(0x04086A00) }; + inline constexpr std::array Scaleform__Render__CacheEffect{ REL::Offset(0x04086E50) }; + inline constexpr std::array Scaleform__Render__CacheablePrimitive{ REL::Offset(0x04084EC0), REL::Offset(0x04084EE0) }; + inline constexpr std::array Scaleform__Render__CacheableTargetEffect{ REL::Offset(0x04086EC0) }; + inline constexpr std::array Scaleform__Render__ColorMatrixFilter{ REL::Offset(0x04082D98) }; + inline constexpr std::array Scaleform__Render__ComplexFill{ REL::Offset(0x0407D228) }; + inline constexpr std::array Scaleform__Render__ComplexMesh{ REL::Offset(0x04084E90), REL::Offset(0x04084EA8) }; + inline constexpr std::array Scaleform__Render__ComplexMeshVertexOutput{ REL::Offset(0x04087A58) }; + inline constexpr std::array Scaleform__Render__ComplexPrimitiveBundle{ REL::Offset(0x04085650), REL::Offset(0x04085678) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotify{ REL::Offset(0x0407D088) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor{ REL::Offset(0x0407D0B8) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnCapture{ REL::Offset(0x0407D118) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnNextCapture{ REL::Offset(0x0407D0F8) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnSetCaptureThreadId{ REL::Offset(0x0407D138) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextCaptureNotifyListVisitor_OnShutdown{ REL::Offset(0x0407D0D8) }; + inline constexpr std::array Scaleform__Render__ContextImpl__ContextLock{ REL::Offset(0x0407D020) }; + inline constexpr std::array Scaleform__Render__ContextImpl__EntryData{ REL::Offset(0x040778D0) }; + inline constexpr std::array Scaleform__Render__ContextImpl__RTHandle__HandleData{ REL::Offset(0x0407D030) }; + inline constexpr std::array Scaleform__Render__ContextImpl__RenderNotify{ REL::Offset(0x0407D040) }; + inline constexpr std::array Scaleform__Render__ContextImpl__RenderNotify__ServiceCommand{ REL::Offset(0x040824A0) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__DepthStencilSurface{ REL::Offset(0x047667E0) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__HAL{ REL::Offset(0x04765D80), REL::Offset(0x04765DC8) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__IndexBuffer{ REL::Offset(0x0476DF98) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MappedTexture{ REL::Offset(0x047666A0) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ REL::Offset(0x0476E050) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ REL::Offset(0x0476E018) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferSet{ REL::Offset(0x0476DFD0) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__IndexBuffer_{ REL::Offset(0x0476DFE8) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshBufferSetImpl_Scaleform__Render__CreationRenderer__VertexBuffer_{ REL::Offset(0x0476E000) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshCache{ REL::Offset(0x0476DE98), REL::Offset(0x0476DF38) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__MeshCacheItem{ REL::Offset(0x0476DE88) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__PendingResourceDestroyEntry{ REL::Offset(0x047668C8) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__RenderEvents{ REL::Offset(0x0476DE08) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__RenderSync{ REL::Offset(0x0476E098) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__RenderTargetData{ REL::Offset(0x04766168) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__ShaderInterface{ REL::Offset(0x0476E198) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__ShaderInterface__MappedUniformBuffer{ REL::Offset(0x0476E148) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__ShaderManager{ REL::Offset(0x0476E158) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__Texture{ REL::Offset(0x04766808) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__TextureFormat{ REL::Offset(0x047666C0) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__TextureManager{ REL::Offset(0x04766668), REL::Offset(0x04766680), REL::Offset(0x047666E8) }; + inline constexpr std::array Scaleform__Render__CreationRenderer__VertexBuffer{ REL::Offset(0x0476DF60) }; + inline constexpr std::array Scaleform__Render__DDS__DDSFileImageSource{ REL::Offset(0x04087790) }; + inline constexpr std::array Scaleform__Render__DDS__FileReader{ REL::Offset(0x04087750) }; + inline constexpr std::array Scaleform__Render__DICommand{ REL::Offset(0x0407D350) }; + inline constexpr std::array Scaleform__Render__DICommandQueue{ REL::Offset(0x04082FF0) }; + inline constexpr std::array Scaleform__Render__DICommandQueue__ExecuteCommand{ REL::Offset(0x04082FD8) }; + inline constexpr std::array Scaleform__Render__DICommand_ApplyFilter{ REL::Offset(0x0407D498) }; + inline constexpr std::array Scaleform__Render__DICommand_Clear{ REL::Offset(0x0407D3F0) }; + inline constexpr std::array Scaleform__Render__DICommand_ColorTransform{ REL::Offset(0x0407D690) }; + inline constexpr std::array Scaleform__Render__DICommand_Compare{ REL::Offset(0x0407D700) }; + inline constexpr std::array Scaleform__Render__DICommand_CopyChannel{ REL::Offset(0x0407D5A8) }; + inline constexpr std::array Scaleform__Render__DICommand_CopyPixels{ REL::Offset(0x0407D618) }; + inline constexpr std::array Scaleform__Render__DICommand_CreateTexture{ REL::Offset(0x0407D3A0) }; + inline constexpr std::array Scaleform__Render__DICommand_Dispose{ REL::Offset(0x0407D558) }; + inline constexpr std::array Scaleform__Render__DICommand_Draw{ REL::Offset(0x0407D508) }; + inline constexpr std::array Scaleform__Render__DICommand_FillRect{ REL::Offset(0x0407D770) }; + inline constexpr std::array Scaleform__Render__DICommand_FloodFill{ REL::Offset(0x0407D7C0) }; + inline constexpr std::array Scaleform__Render__DICommand_GetColorBoundsRect{ REL::Offset(0x0407D810) }; + inline constexpr std::array Scaleform__Render__DICommand_GetPixel32{ REL::Offset(0x0407D860) }; + inline constexpr std::array Scaleform__Render__DICommand_GetPixels{ REL::Offset(0x0407D8B0) }; + inline constexpr std::array Scaleform__Render__DICommand_Histogram{ REL::Offset(0x0407D900) }; + inline constexpr std::array Scaleform__Render__DICommand_HitTest{ REL::Offset(0x0407D950) }; + inline constexpr std::array Scaleform__Render__DICommand_Merge{ REL::Offset(0x0407D9A0) }; + inline constexpr std::array Scaleform__Render__DICommand_Noise{ REL::Offset(0x0407DA10) }; + inline constexpr std::array Scaleform__Render__DICommand_PaletteMap{ REL::Offset(0x0407DA60) }; + inline constexpr std::array Scaleform__Render__DICommand_PerlinNoise{ REL::Offset(0x0407DAD0) }; + inline constexpr std::array Scaleform__Render__DICommand_PixelDissolve{ REL::Offset(0x0407DB20) }; + inline constexpr std::array Scaleform__Render__DICommand_Scroll{ REL::Offset(0x0407DC10) }; + inline constexpr std::array Scaleform__Render__DICommand_SetPixel32{ REL::Offset(0x0407DB70) }; + inline constexpr std::array Scaleform__Render__DICommand_SetPixels{ REL::Offset(0x0407DBC0) }; + inline constexpr std::array Scaleform__Render__DICommand_SourceRect{ REL::Offset(0x0407D440) }; + inline constexpr std::array Scaleform__Render__DICommand_Threshold{ REL::Offset(0x0407DC80) }; + inline constexpr std::array Scaleform__Render__DIPixelProvider{ REL::Offset(0x040AF710) }; + inline constexpr std::array Scaleform__Render__DepthStencilBuffer{ REL::Offset(0x040E0D08) }; + inline constexpr std::array Scaleform__Render__DepthStencilSurface{ REL::Offset(0x04766908) }; + inline constexpr std::array Scaleform__Render__DestroyDrawableImageThreadCommand{ REL::Offset(0x0407DCF0) }; + inline constexpr std::array Scaleform__Render__DisplacementMapFilter{ REL::Offset(0x04082DE8) }; + inline constexpr std::array Scaleform__Render__DrawableImage{ REL::Offset(0x0407D270) }; + inline constexpr std::array Scaleform__Render__DrawableImageContext{ REL::Offset(0x0407D238) }; + inline constexpr std::array Scaleform__Render__Fence{ REL::Offset(0x04082348) }; + inline constexpr std::array Scaleform__Render__FenceWrapperList{ REL::Offset(0x040823D0) }; + inline constexpr std::array Scaleform__Render__FileImageSource{ REL::Offset(0x04087D18) }; + inline constexpr std::array Scaleform__Render__FilterBundle{ REL::Offset(0x040856C8) }; + inline constexpr std::array Scaleform__Render__FilterEffect{ REL::Offset(0x04086F40) }; + inline constexpr std::array Scaleform__Render__FilterPrimitive{ REL::Offset(0x04083028), REL::Offset(0x04083048) }; + inline constexpr std::array Scaleform__Render__FilterSet{ REL::Offset(0x04082E10) }; + inline constexpr std::array Scaleform__Render__Font{ REL::Offset(0x04083938) }; + inline constexpr std::array Scaleform__Render__FontCacheHandleManager{ REL::Offset(0x04086D48) }; + inline constexpr std::array Scaleform__Render__GlowFilter{ REL::Offset(0x04082D20) }; + inline constexpr std::array Scaleform__Render__GlyphCache{ REL::Offset(0x04086CF8), REL::Offset(0x04086D08), REL::Offset(0x04086D20) }; + inline constexpr std::array Scaleform__Render__GlyphCacheConfig{ REL::Offset(0x04086B48) }; + inline constexpr std::array Scaleform__Render__GlyphCache__EvictNotifier{ REL::Offset(0x04086CD0) }; + inline constexpr std::array Scaleform__Render__GlyphEvictNotifier{ REL::Offset(0x04086B20) }; + inline constexpr std::array Scaleform__Render__GlyphFitter{ REL::Offset(0x04087F98) }; + inline constexpr std::array Scaleform__Render__GlyphRaster{ REL::Offset(0x04086A18) }; + inline constexpr std::array Scaleform__Render__GlyphShape{ REL::Offset(0x04086A38) }; + inline constexpr std::array Scaleform__Render__GlyphTextureImage{ REL::Offset(0x04086BF8) }; + inline constexpr std::array Scaleform__Render__GradientData{ REL::Offset(0x04084CC8) }; + inline constexpr std::array Scaleform__Render__GradientFilter{ REL::Offset(0x04082D70) }; + inline constexpr std::array Scaleform__Render__GradientImage{ REL::Offset(0x04084CD8) }; + inline constexpr std::array Scaleform__Render__HAL{ REL::Offset(0x04082768), REL::Offset(0x04082A80) }; + inline constexpr std::array Scaleform__Render__HALBeginDisplayItem{ REL::Offset(0x040823F8) }; + inline constexpr std::array Scaleform__Render__HALEndDisplayItem{ REL::Offset(0x04082420) }; + inline constexpr std::array Scaleform__Render__HALNotify{ REL::Offset(0x0407C868) }; + inline constexpr std::array Scaleform__Render__HALSetUserMatrixItem__HALSetUserMatrixItemInterface{ REL::Offset(0x04082448) }; + inline constexpr std::array Scaleform__Render__Hairliner{ REL::Offset(0x04085208) }; + inline constexpr std::array Scaleform__Render__Image{ REL::Offset(0x040777A0) }; + inline constexpr std::array Scaleform__Render__ImageFileHandler{ REL::Offset(0x04087358) }; + inline constexpr std::array Scaleform__Render__ImageFileHandlerRegistry{ REL::Offset(0x040836E0) }; + inline constexpr std::array Scaleform__Render__ImageSwizzler{ REL::Offset(0x0407C880) }; + inline constexpr std::array Scaleform__Render__ImageUpdate{ REL::Offset(0x0407C8E8) }; + inline constexpr std::array Scaleform__Render__ImageUpdateSync{ REL::Offset(0x0407C8C8) }; + inline constexpr std::array Scaleform__Render__JPEG__ExtraData{ REL::Offset(0x04081310) }; + inline constexpr std::array Scaleform__Render__JPEG__TablesHeader{ REL::Offset(0x04081328) }; + inline constexpr std::array Scaleform__Render__MappedTextureBase{ REL::Offset(0x047669F0) }; + inline constexpr std::array Scaleform__Render__MaskBundle{ REL::Offset(0x040856A0) }; + inline constexpr std::array Scaleform__Render__MaskEffect{ REL::Offset(0x04086E88) }; + inline constexpr std::array Scaleform__Render__MaskNodeState__Interface{ REL::Offset(0x04082C60) }; + inline constexpr std::array Scaleform__Render__MaskPrimitive{ REL::Offset(0x04085548), REL::Offset(0x04085558) }; + inline constexpr std::array Scaleform__Render__Matrix3x4Ref_float_{ REL::Offset(0x0407D170) }; + inline constexpr std::array Scaleform__Render__Matrix4x4Ref_float_{ REL::Offset(0x0407D180) }; + inline constexpr std::array Scaleform__Render__MatrixPoolImpl__MatrixPool{ REL::Offset(0x040852A8) }; + inline constexpr std::array Scaleform__Render__MatrixState{ REL::Offset(0x040825D0) }; + inline constexpr std::array Scaleform__Render__MatrixStateFactory{ REL::Offset(0x040869E0) }; + inline constexpr std::array Scaleform__Render__MemoryBufferImage{ REL::Offset(0x04087D90) }; + inline constexpr std::array Scaleform__Render__Mesh{ REL::Offset(0x04084E18), REL::Offset(0x04084E30) }; + inline constexpr std::array Scaleform__Render__MeshBase{ REL::Offset(0x04084DE8), REL::Offset(0x04084E00) }; + inline constexpr std::array Scaleform__Render__MeshBuffer{ REL::Offset(0x0476E088) }; + inline constexpr std::array Scaleform__Render__MeshCache{ REL::Offset(0x04087960), REL::Offset(0x04087A00) }; + inline constexpr std::array Scaleform__Render__MeshCacheConfig{ REL::Offset(0x04087928) }; + inline constexpr std::array Scaleform__Render__MeshCacheItem{ REL::Offset(0x04087950) }; + inline constexpr std::array Scaleform__Render__MeshKeyManager{ REL::Offset(0x04082748) }; + inline constexpr std::array Scaleform__Render__MeshKeySet{ REL::Offset(0x04084F28) }; + inline constexpr std::array Scaleform__Render__MeshProvider{ REL::Offset(0x0407FBE8) }; + inline constexpr std::array Scaleform__Render__MeshProvider_KeySupport{ REL::Offset(0x0407FC60), REL::Offset(0x0407FC70) }; + inline constexpr std::array Scaleform__Render__MeshStagingNode{ REL::Offset(0x04084DD0) }; + inline constexpr std::array Scaleform__Render__MeshVertexOutput{ REL::Offset(0x04087A28) }; + inline constexpr std::array Scaleform__Render__MetaImage{ REL::Offset(0x0407CA38) }; + inline constexpr std::array Scaleform__Render__MorphInterpolator{ REL::Offset(0x0407FE10) }; + inline constexpr std::array Scaleform__Render__MorphShapeData{ REL::Offset(0x0407FD78) }; + inline constexpr std::array Scaleform__Render__OrigScale9ParentState__Interface{ REL::Offset(0x04082C80) }; + inline constexpr std::array Scaleform__Render__PNG__FileReader{ REL::Offset(0x040874F8) }; + inline constexpr std::array Scaleform__Render__PNG__FileWriter{ REL::Offset(0x04087540) }; + inline constexpr std::array Scaleform__Render__PNG__Input{ REL::Offset(0x04087570) }; + inline constexpr std::array Scaleform__Render__PNG__LibPNGInput{ REL::Offset(0x040875B0) }; + inline constexpr std::array Scaleform__Render__PNG__MemoryBufferImage{ REL::Offset(0x040875E8) }; + inline constexpr std::array Scaleform__Render__PNG__PNGFileImageSource{ REL::Offset(0x040876C0) }; + inline constexpr std::array Scaleform__Render__Primitive{ REL::Offset(0x04084E58), REL::Offset(0x04084E68) }; + inline constexpr std::array Scaleform__Render__PrimitiveBundle{ REL::Offset(0x04085628) }; + inline constexpr std::array Scaleform__Render__PrimitiveFill{ REL::Offset(0x04084E48) }; + inline constexpr std::array Scaleform__Render__PrimitiveFillManager{ REL::Offset(0x040824B8) }; + inline constexpr std::array Scaleform__Render__ProfileModifier{ REL::Offset(0x040824C8) }; + inline constexpr std::array Scaleform__Render__ProfileViews{ REL::Offset(0x04082538) }; + inline constexpr std::array Scaleform__Render__ProjectionMatrix3DBundle{ REL::Offset(0x04085740) }; + inline constexpr std::array Scaleform__Render__ProjectionMatrix3DEffect{ REL::Offset(0x04086FB8) }; + inline constexpr std::array Scaleform__Render__ProjectionMatrix3DPrimitive{ REL::Offset(0x040855B8), REL::Offset(0x040855C8) }; + inline constexpr std::array Scaleform__Render__RBGenericImpl__DepthStencilBuffer{ REL::Offset(0x040E0E18) }; + inline constexpr std::array Scaleform__Render__RBGenericImpl__RenderBufferManager{ REL::Offset(0x040E0D80) }; + inline constexpr std::array Scaleform__Render__RBGenericImpl__RenderTarget{ REL::Offset(0x040E0DE0) }; + inline constexpr std::array Scaleform__Render__Rasterizer{ REL::Offset(0x04087868) }; + inline constexpr std::array Scaleform__Render__RawImage{ REL::Offset(0x0407CB10) }; + inline constexpr std::array Scaleform__Render__RectRef_float_{ REL::Offset(0x0407D210) }; + inline constexpr std::array Scaleform__Render__RenderBuffer{ REL::Offset(0x040E0CB0) }; + inline constexpr std::array Scaleform__Render__RenderBufferManager{ REL::Offset(0x040E0D30) }; + inline constexpr std::array Scaleform__Render__RenderEvents{ REL::Offset(0x04082B38) }; + inline constexpr std::array Scaleform__Render__RenderQueueItem__Interface{ REL::Offset(0x04082470) }; + inline constexpr std::array Scaleform__Render__RenderSync{ REL::Offset(0x04082368) }; + inline constexpr std::array Scaleform__Render__RenderTarget{ REL::Offset(0x040E0CD0) }; + inline constexpr std::array Scaleform__Render__RenderTargetData{ REL::Offset(0x04766590) }; + inline constexpr std::array Scaleform__Render__SIF__FileReader{ REL::Offset(0x04087438) }; + inline constexpr std::array Scaleform__Render__SIF__SIFFileImageSource{ REL::Offset(0x04087478) }; + inline constexpr std::array Scaleform__Render__SKI_BlendMode{ REL::Offset(0x04085400) }; + inline constexpr std::array Scaleform__Render__SKI_ComplexPrimitive{ REL::Offset(0x04085330) }; + inline constexpr std::array Scaleform__Render__SKI_Filter{ REL::Offset(0x04085438) }; + inline constexpr std::array Scaleform__Render__SKI_MaskEnd{ REL::Offset(0x040853C8) }; + inline constexpr std::array Scaleform__Render__SKI_MaskEnd__RQII_EndMask{ REL::Offset(0x040853A0) }; + inline constexpr std::array Scaleform__Render__SKI_MaskStart{ REL::Offset(0x04085368) }; + inline constexpr std::array Scaleform__Render__SKI_Primitive{ REL::Offset(0x040852F0) }; + inline constexpr std::array Scaleform__Render__SKI_ProjectionMatrix3D{ REL::Offset(0x040854A8) }; + inline constexpr std::array Scaleform__Render__SKI_TextPrimitive{ REL::Offset(0x04088468) }; + inline constexpr std::array Scaleform__Render__SKI_UserData{ REL::Offset(0x040854E0) }; + inline constexpr std::array Scaleform__Render__SKI_ViewMatrix3D{ REL::Offset(0x04085470) }; + inline constexpr std::array Scaleform__Render__Scale9GridData{ REL::Offset(0x0407FF60) }; + inline constexpr std::array Scaleform__Render__Scale9GridInfo{ REL::Offset(0x04083270) }; + inline constexpr std::array Scaleform__Render__Scale9GridRect{ REL::Offset(0x0407D160) }; + inline constexpr std::array Scaleform__Render__ShaderHAL_Scaleform__Render__CreationRenderer__ShaderManager_Scaleform__Render__CreationRenderer__ShaderInterface_{ REL::Offset(0x047661C8), REL::Offset(0x04766210) }; + inline constexpr std::array Scaleform__Render__ShadowFilter{ REL::Offset(0x04082CF8) }; + inline constexpr std::array Scaleform__Render__ShapeDataFloat{ REL::Offset(0x04077DC8) }; + inline constexpr std::array Scaleform__Render__ShapeDataFloatMP{ REL::Offset(0x040831E0), REL::Offset(0x040831F0) }; + inline constexpr std::array Scaleform__Render__ShapeDataFloatTempl_Scaleform__ArrayLH_POD_unsignedchar_2_Scaleform__ArrayDefaultPolicy__{ REL::Offset(0x0407FD18) }; + inline constexpr std::array Scaleform__Render__ShapeMeshProvider{ REL::Offset(0x0407FD88), REL::Offset(0x0407FD98) }; + inline constexpr std::array Scaleform__Render__SortKeyInterface{ REL::Offset(0x040852B8) }; + inline constexpr std::array Scaleform__Render__StateData__Interface{ REL::Offset(0x0407CE88) }; + inline constexpr std::array Scaleform__Render__StateData__Interface_RefCountImpl{ REL::Offset(0x04082C38) }; + inline constexpr std::array Scaleform__Render__StateData__Interface_Value{ REL::Offset(0x04082C18) }; + inline constexpr std::array Scaleform__Render__StaticShaderManager_Scaleform__Render__CreationRenderer__ShaderDesc_Scaleform__Render__CreationRenderer__VertexShaderDesc_Scaleform__Render__CreationRenderer__Uniform_Scaleform__Render__CreationRenderer__ShaderInterface_Scaleform__Render__CreationRenderer__Texture_{ REL::Offset(0x04766188) }; + inline constexpr std::array Scaleform__Render__StrokeScaler{ REL::Offset(0x04086B70) }; + inline constexpr std::array Scaleform__Render__StrokeSorter{ REL::Offset(0x040850F8) }; + inline constexpr std::array Scaleform__Render__Stroker{ REL::Offset(0x04085070) }; + inline constexpr std::array Scaleform__Render__StrokerAA{ REL::Offset(0x04085180) }; + inline constexpr std::array Scaleform__Render__SubImage{ REL::Offset(0x0407CCC0) }; + inline constexpr std::array Scaleform__Render__SystemVertexFormat{ REL::Offset(0x04085290) }; + inline constexpr std::array Scaleform__Render__TGA__FileReader{ REL::Offset(0x04087380) }; + inline constexpr std::array Scaleform__Render__TGA__TGAFileImageSource{ REL::Offset(0x040873C0) }; + inline constexpr std::array Scaleform__Render__TessBase{ REL::Offset(0x04082638) }; + inline constexpr std::array Scaleform__Render__Tessellator{ REL::Offset(0x04084FE8) }; + inline constexpr std::array Scaleform__Render__TextLayerPrimitive{ REL::Offset(0x040884A0), REL::Offset(0x040884B0) }; + inline constexpr std::array Scaleform__Render__TextLayout{ REL::Offset(0x04087A98) }; + inline constexpr std::array Scaleform__Render__TextMeshProvider{ REL::Offset(0x04087F00) }; + inline constexpr std::array Scaleform__Render__TextPrimitiveBundle{ REL::Offset(0x040884D8), REL::Offset(0x04088500) }; + inline constexpr std::array Scaleform__Render__Text__Allocator{ REL::Offset(0x04083368) }; + inline constexpr std::array Scaleform__Render__Text__Allocator__TextFormatVisitor{ REL::Offset(0x0408A0F8) }; + inline constexpr std::array Scaleform__Render__Text__DocView{ REL::Offset(0x04087B90) }; + inline constexpr std::array Scaleform__Render__Text__DocView__DocumentText{ REL::Offset(0x04087B50) }; + inline constexpr std::array Scaleform__Render__Text__EditorKitBase{ REL::Offset(0x04087C48) }; + inline constexpr std::array Scaleform__Render__Text__FontHandle{ REL::Offset(0x04080550) }; + inline constexpr std::array Scaleform__Render__Text__FontManagerBase{ REL::Offset(0x040805E0) }; + inline constexpr std::array Scaleform__Render__Text__HTMLImageTagDesc{ REL::Offset(0x040880C8) }; + inline constexpr std::array Scaleform__Render__Text__ImageDesc{ REL::Offset(0x040880B8) }; + inline constexpr std::array Scaleform__Render__Text__StyleManagerBase{ REL::Offset(0x040C5D18) }; + inline constexpr std::array Scaleform__Render__Text__StyledText{ REL::Offset(0x04087038) }; + inline constexpr std::array Scaleform__Render__Text__TextFilter{ REL::Offset(0x040857F0) }; + inline constexpr std::array Scaleform__Render__Texture{ REL::Offset(0x04766930) }; + inline constexpr std::array Scaleform__Render__TextureFormat{ REL::Offset(0x047668E0) }; + inline constexpr std::array Scaleform__Render__TextureGlyph{ REL::Offset(0x04081340) }; + inline constexpr std::array Scaleform__Render__TextureImage{ REL::Offset(0x0407CBE8) }; + inline constexpr std::array Scaleform__Render__TextureManager{ REL::Offset(0x0407C918), REL::Offset(0x0407CA00), REL::Offset(0x0407CA20) }; + inline constexpr std::array Scaleform__Render__TextureManagerLocks{ REL::Offset(0x0407C8B8) }; + inline constexpr std::array Scaleform__Render__TextureManager__ServiceCommand{ REL::Offset(0x0407C900) }; + inline constexpr std::array Scaleform__Render__ThreadCommandQueue{ REL::Offset(0x045C13F8) }; + inline constexpr std::array Scaleform__Render__TransformerBase{ REL::Offset(0x0407FCE8) }; + inline constexpr std::array Scaleform__Render__TransformerWrapper_Scaleform__Render__Matrix2x4_float__{ REL::Offset(0x0407FED0) }; + inline constexpr std::array Scaleform__Render__TransformerWrapper_Scaleform__Render__Scale9GridInfo_{ REL::Offset(0x0407FF00) }; + inline constexpr std::array Scaleform__Render__TreeCacheContainer{ REL::Offset(0x0407D1A0) }; + inline constexpr std::array Scaleform__Render__TreeCacheMeshBase{ REL::Offset(0x04082E98) }; + inline constexpr std::array Scaleform__Render__TreeCacheNode{ REL::Offset(0x04082E28) }; + inline constexpr std::array Scaleform__Render__TreeCacheRoot{ REL::Offset(0x04082AC8) }; + inline constexpr std::array Scaleform__Render__TreeCacheShape{ REL::Offset(0x0407FF70) }; + inline constexpr std::array Scaleform__Render__TreeCacheShapeLayer{ REL::Offset(0x0407FFE0) }; + inline constexpr std::array Scaleform__Render__TreeCacheText{ REL::Offset(0x04088028) }; + inline constexpr std::array Scaleform__Render__TreeContainer__NodeData{ REL::Offset(0x04077950) }; + inline constexpr std::array Scaleform__Render__TreeNode__NodeData{ REL::Offset(0x04077900) }; + inline constexpr std::array Scaleform__Render__TreeRoot__NodeData{ REL::Offset(0x040779A0) }; + inline constexpr std::array Scaleform__Render__TreeShape__NodeData{ REL::Offset(0x04077E28) }; + inline constexpr std::array Scaleform__Render__TreeText__NodeData{ REL::Offset(0x04087AF8) }; + inline constexpr std::array Scaleform__Render__UserDataBundle{ REL::Offset(0x04085768) }; + inline constexpr std::array Scaleform__Render__UserDataEffect{ REL::Offset(0x04086FF0) }; + inline constexpr std::array Scaleform__Render__UserDataPrimitive{ REL::Offset(0x040855F0), REL::Offset(0x04085600) }; + inline constexpr std::array Scaleform__Render__UserDataState__Data{ REL::Offset(0x0407D190) }; + inline constexpr std::array Scaleform__Render__VectorGlyphShape{ REL::Offset(0x04086A98), REL::Offset(0x04086AA8) }; + inline constexpr std::array Scaleform__Render__VertexOutput{ REL::Offset(0x040878F8) }; + inline constexpr std::array Scaleform__Render__VertexPath{ REL::Offset(0x040826C0) }; + inline constexpr std::array Scaleform__Render__ViewMatrix3DBundle{ REL::Offset(0x04085718) }; + inline constexpr std::array Scaleform__Render__ViewMatrix3DEffect{ REL::Offset(0x04086F80) }; + inline constexpr std::array Scaleform__Render__ViewMatrix3DPrimitive{ REL::Offset(0x04085580), REL::Offset(0x04085590) }; + inline constexpr std::array Scaleform__Render__WrapperImageSource{ REL::Offset(0x0407F170) }; + inline constexpr std::array Scaleform__RepeatFormatter{ REL::Offset(0x04081030) }; + inline constexpr std::array Scaleform__ResourceFormatter{ REL::Offset(0x04080F08) }; + inline constexpr std::array Scaleform__Semaphore{ REL::Offset(0x04078258), REL::Offset(0x04078278) }; + inline constexpr std::array Scaleform__SemaphoreWaitableIncrement{ REL::Offset(0x040782A8), REL::Offset(0x040782D8) }; + inline constexpr std::array Scaleform__StrFormatter{ REL::Offset(0x04080CB8) }; + inline constexpr std::array Scaleform__String__InitStruct{ REL::Offset(0x04077758) }; + inline constexpr std::array Scaleform__SwitchFormatter{ REL::Offset(0x04080FA8) }; + inline constexpr std::array Scaleform__SysAllocBase{ REL::Offset(0x04077700) }; + inline constexpr std::array Scaleform__SysAllocMalloc{ REL::Offset(0x04077720) }; + inline constexpr std::array Scaleform__SysAllocMapper{ REL::Offset(0x040D3AE8) }; + inline constexpr std::array Scaleform__SysAllocStatic{ REL::Offset(0x040783D8) }; + inline constexpr std::array Scaleform__SysFile{ REL::Offset(0x040D3930) }; + inline constexpr std::array Scaleform__SysMemMapper{ REL::Offset(0x0458FFD0) }; + inline constexpr std::array Scaleform__Thread{ REL::Offset(0x040784A8), REL::Offset(0x040784F0) }; + inline constexpr std::array Scaleform__UnopenedFile{ REL::Offset(0x040D39D8) }; + inline constexpr std::array Scaleform__Waitable{ REL::Offset(0x040781E8) }; + inline constexpr std::array SceneNextPhaseHandler{ REL::Offset(0x044E4E08) }; + inline constexpr std::array ScopeMenu{ REL::Offset(0x044B3B78), REL::Offset(0x044B3B90), REL::Offset(0x044B3BE8), REL::Offset(0x044B3CC8), REL::Offset(0x044B3CF0) }; + inline constexpr std::array ScopeMenuUtil__FadeCallback{ REL::Offset(0x044B3D98) }; + inline constexpr std::array ScopeMenu__ScopeMenuDataEventShuttle{ REL::Offset(0x044B3DB8) }; + inline constexpr std::array ScopeMenu__ScopeScalingData{ REL::Offset(0x044B39D0) }; + inline constexpr std::array ScopeMenu__ZoomLevelData{ REL::Offset(0x044B39B8) }; + inline constexpr std::array ScrapHeap{ REL::Offset(0x0456C3C8) }; + inline constexpr std::array Script{ REL::Offset(0x043DFEA8), REL::Offset(0x043E01C0) }; + inline constexpr std::array ScriptEffect{ REL::Offset(0x044C6E68) }; + inline constexpr std::array Script__ResetDialogueFlags__2__MobDialogueFlagResetter{ REL::Offset(0x043E8750) }; + inline constexpr std::array ScriptedRefEffect{ REL::Offset(0x044C6D70) }; + inline constexpr std::array ScrollItem{ REL::Offset(0x04364308), REL::Offset(0x04364368), REL::Offset(0x043643C8), REL::Offset(0x04364428), REL::Offset(0x04364488), REL::Offset(0x043644F0), REL::Offset(0x04364568), REL::Offset(0x043645C8), REL::Offset(0x04364630), REL::Offset(0x043646A8), REL::Offset(0x04364718), REL::Offset(0x04364738), REL::Offset(0x04364750) }; + inline constexpr std::array SecurityMenu{ REL::Offset(0x044ACCB8), REL::Offset(0x044ACCD0), REL::Offset(0x044ACCE8), REL::Offset(0x044ACD00), REL::Offset(0x044ACD18), REL::Offset(0x044ACD30), REL::Offset(0x044ACD48), REL::Offset(0x044ACD60), REL::Offset(0x044ACD88), REL::Offset(0x044ACDA0), REL::Offset(0x044ACDF8) }; + inline constexpr std::array SecurityMenu_BackOutKey{ REL::Offset(0x044ACF88) }; + inline constexpr std::array SecurityMenu_CloseMenu{ REL::Offset(0x044ACFC8) }; + inline constexpr std::array SecurityMenu_ConfirmExit{ REL::Offset(0x044ACF28) }; + inline constexpr std::array SecurityMenu_EliminateUnusedKeys{ REL::Offset(0x044ACF48) }; + inline constexpr std::array SecurityMenu_GetRingHint{ REL::Offset(0x044ACF68) }; + inline constexpr std::array SecurityMenu_SelectNewKey{ REL::Offset(0x044ACF08) }; + inline constexpr std::array SecurityMenu_TryUseKey{ REL::Offset(0x044ACFA8) }; + inline constexpr std::array SecurityMenu__SecurityMenuEventShuttle{ REL::Offset(0x044AD318) }; + inline constexpr std::array SeenData{ REL::Offset(0x044D5390) }; + inline constexpr std::array Service{ REL::Offset(0x04453AB8), REL::Offset(0x04453AD0) }; + inline constexpr std::array SetOrientNode{ REL::Offset(0x04568D48) }; + inline constexpr std::array SetOrientNodeInstance{ REL::Offset(0x04568DB0) }; + inline constexpr std::array SetPosNode{ REL::Offset(0x0456B2F8) }; + inline constexpr std::array SetPosNodeInstance{ REL::Offset(0x0456B288) }; + inline constexpr std::array Setting{ REL::Offset(0x03F26AF8) }; + inline constexpr std::array SettingCollectionList_Setting_{ REL::Offset(0x04344E48) }; + inline constexpr std::array SettingCollectionMap_Setting_{ REL::Offset(0x043451D8) }; + inline constexpr std::array SettingCollection_Setting_{ REL::Offset(0x04345170) }; + inline constexpr std::array SettingT_GameSettingCollection_{ REL::Offset(0x03F26A90) }; + inline constexpr std::array SettingT_INIPrefSettingCollection_{ REL::Offset(0x03F22558) }; + inline constexpr std::array SettingT_INISettingCollection_{ REL::Offset(0x03F26B18) }; + inline constexpr std::array SettingT_RegSettingCollection_{ REL::Offset(0x03F239A0) }; + inline constexpr std::array SettingT_bhkRandomVelocityGenerator__INISettingCollectionEx_{ REL::Offset(0x03F269A8) }; + inline constexpr std::array SettingsDataModel{ REL::Offset(0x04495618), REL::Offset(0x04495630), REL::Offset(0x04495648), REL::Offset(0x04495660), REL::Offset(0x04495678), REL::Offset(0x04495690), REL::Offset(0x044956A8), REL::Offset(0x044956C0), REL::Offset(0x044956D8), REL::Offset(0x044956F0), REL::Offset(0x04495708), REL::Offset(0x04496120), REL::Offset(0x04496138), REL::Offset(0x04496160), REL::Offset(0x04496178) }; + inline constexpr std::array SettingsDataModel__SettingsEventShuttle{ REL::Offset(0x04496240) }; + inline constexpr std::array SettingsPanel_CheckBoxChanged{ REL::Offset(0x04495FC8) }; + inline constexpr std::array SettingsPanel_ClearBinding{ REL::Offset(0x04496048) }; + inline constexpr std::array SettingsPanel_OpenCategory{ REL::Offset(0x044960A8) }; + inline constexpr std::array SettingsPanel_OpenSettings{ REL::Offset(0x04496088) }; + inline constexpr std::array SettingsPanel_RemapConfirmed{ REL::Offset(0x04496068) }; + inline constexpr std::array SettingsPanel_RemapMode{ REL::Offset(0x04495FA8) }; + inline constexpr std::array SettingsPanel_ResetToDefaults{ REL::Offset(0x04495FE8) }; + inline constexpr std::array SettingsPanel_SaveControls{ REL::Offset(0x04495F68) }; + inline constexpr std::array SettingsPanel_SaveSettings{ REL::Offset(0x04495F88) }; + inline constexpr std::array SettingsPanel_SliderChanged{ REL::Offset(0x04496008) }; + inline constexpr std::array SettingsPanel_StepperChanged{ REL::Offset(0x04496028) }; + inline constexpr std::array SettingsPanel_ValidateControls{ REL::Offset(0x044960C8) }; + inline constexpr std::array SetupGraphRagdollHandler{ REL::Offset(0x044E4F40) }; + inline constexpr std::array ShaderReferenceEffect{ REL::Offset(0x044C6F60) }; + inline constexpr std::array SharedHeapAllocator{ REL::Offset(0x0456CD70) }; + inline constexpr std::array ShipActionCameraState{ REL::Offset(0x0445D1E8), REL::Offset(0x0445D200) }; + inline constexpr std::array ShipBuilder_CloseAllMenus{ REL::Offset(0x04360478) }; + inline constexpr std::array ShipCombatOrbitCameraState{ REL::Offset(0x0445D508) }; + inline constexpr std::array ShipCrewAssignData{ REL::Offset(0x04496838) }; + inline constexpr std::array ShipCrewAssignData__ShipCrewAssignMenuEventShuttle{ REL::Offset(0x04496FA0) }; + inline constexpr std::array ShipCrewAssignMenu{ REL::Offset(0x044AD4C0), REL::Offset(0x044AD4D8), REL::Offset(0x044AD4F0), REL::Offset(0x044AD508), REL::Offset(0x044AD560) }; + inline constexpr std::array ShipCrewAssignMenu_Assign{ REL::Offset(0x044AD7F0) }; + inline constexpr std::array ShipCrewAssignMenu_Unassign{ REL::Offset(0x044AD7D0) }; + inline constexpr std::array ShipCrewData{ REL::Offset(0x044967C0), REL::Offset(0x044967E8), REL::Offset(0x04496800) }; + inline constexpr std::array ShipCrewData__ShipCrewMenuEventShuttle{ REL::Offset(0x04496F78) }; + inline constexpr std::array ShipCrewMenu{ REL::Offset(0x044AD650), REL::Offset(0x044AD668), REL::Offset(0x044AD680), REL::Offset(0x044AD698), REL::Offset(0x044AD6F0) }; + inline constexpr std::array ShipCrewMenu_Close{ REL::Offset(0x044AD830) }; + inline constexpr std::array ShipCrewMenu_OpenAssignMenu{ REL::Offset(0x044966D8) }; + inline constexpr std::array ShipCrewMenu_SetSort{ REL::Offset(0x04496670) }; + inline constexpr std::array ShipCrewMenu_ViewedItem{ REL::Offset(0x044AD810) }; + inline constexpr std::array ShipEditor_ChangeModuleCategory{ REL::Offset(0x0435BFA0) }; + inline constexpr std::array ShipEditor_OnColorPickerControlChanged{ REL::Offset(0x0435CA08) }; + inline constexpr std::array ShipEditor_OnColorPickerTabChanged{ REL::Offset(0x0435CA48) }; + inline constexpr std::array ShipEditor_OnColorSliderMouseInput{ REL::Offset(0x0435C9E8) }; + inline constexpr std::array ShipEditor_OnExitConfirmCancel{ REL::Offset(0x0435A1D0) }; + inline constexpr std::array ShipEditor_OnExitConfirmExit{ REL::Offset(0x0435A2C0) }; + inline constexpr std::array ShipEditor_OnExitConfirmSaveAndExit{ REL::Offset(0x0435A1F0) }; + inline constexpr std::array ShipEditor_OnFlightCheckTabChanged{ REL::Offset(0x0435B650) }; + inline constexpr std::array ShipEditor_OnHintButtonActivated{ REL::Offset(0x04360458) }; + inline constexpr std::array ShipEditor_OnRecentColorSwatchClicked{ REL::Offset(0x0435CA28) }; + inline constexpr std::array ShipEditor_OnRenameEndEditText{ REL::Offset(0x0435BBF8) }; + inline constexpr std::array ShipEditor_OnRenameInputCancelled{ REL::Offset(0x0435BC18) }; + inline constexpr std::array ShipEditor_OnWeaponGroupChanged{ REL::Offset(0x0435B4E8) }; + inline constexpr std::array ShipEditor_PreviewShipPart{ REL::Offset(0x0435BFC0) }; + inline constexpr std::array ShipEditor_PreviewUpgrade{ REL::Offset(0x0434D760) }; + inline constexpr std::array ShipEditor_RemoveAll3D{ REL::Offset(0x04360438) }; + inline constexpr std::array ShipEditor_SelectedShipPart{ REL::Offset(0x0435BFE0) }; + inline constexpr std::array ShipEditor_SelectedUpgrade{ REL::Offset(0x0434D740) }; + inline constexpr std::array ShipEditor_SystemSelected{ REL::Offset(0x0434CC88) }; + inline constexpr std::array ShipFarTravelCameraState{ REL::Offset(0x0445D608), REL::Offset(0x0445D620) }; + inline constexpr std::array ShipHudDataModel{ REL::Offset(0x04499C68), REL::Offset(0x04499C90), REL::Offset(0x04499CA8), REL::Offset(0x04499D70), REL::Offset(0x04499D88), REL::Offset(0x04499DA0), REL::Offset(0x04499DB8), REL::Offset(0x04499DD0), REL::Offset(0x04499DE8), REL::Offset(0x04499E00), REL::Offset(0x04499E18), REL::Offset(0x04499E30), REL::Offset(0x04499E48), REL::Offset(0x04499E60), REL::Offset(0x04499E78), REL::Offset(0x04499E90), REL::Offset(0x04499EA8), REL::Offset(0x04499EC0), REL::Offset(0x04499ED8), REL::Offset(0x04499EF0), REL::Offset(0x04499F08), REL::Offset(0x04499F20), REL::Offset(0x04499F38), REL::Offset(0x04499F50), REL::Offset(0x04499F68), REL::Offset(0x04499F80), REL::Offset(0x04499F98), REL::Offset(0x04499FB0), REL::Offset(0x04499FC8), REL::Offset(0x04499FE0), REL::Offset(0x04499FF8), REL::Offset(0x0449A010), REL::Offset(0x0449A028) }; + inline constexpr std::array ShipHudDataModel__ShipHudEventShuttle{ REL::Offset(0x0449A3B0) }; + inline constexpr std::array ShipHudQuickContainer_TransferItem{ REL::Offset(0x044B45C8) }; + inline constexpr std::array ShipHudQuickContainer_TransferMenu{ REL::Offset(0x0449A250) }; + inline constexpr std::array ShipHud_AbortJump{ REL::Offset(0x044B4568) }; + inline constexpr std::array ShipHud_Activate{ REL::Offset(0x0449A230) }; + inline constexpr std::array ShipHud_BodyViewMarkerDimensions{ REL::Offset(0x0449A078) }; + inline constexpr std::array ShipHud_ChangeComponentSelection{ REL::Offset(0x0449A210) }; + inline constexpr std::array ShipHud_CloseMenu{ REL::Offset(0x0449A1D0) }; + inline constexpr std::array ShipHud_Deselect{ REL::Offset(0x0449A290) }; + inline constexpr std::array ShipHud_DockRequested{ REL::Offset(0x044B45A8) }; + inline constexpr std::array ShipHud_FarTravel{ REL::Offset(0x0449A110) }; + inline constexpr std::array ShipHud_HailAccepted{ REL::Offset(0x0449A370) }; + inline constexpr std::array ShipHud_HailCancelled{ REL::Offset(0x0449A2D0) }; + inline constexpr std::array ShipHud_HailShip{ REL::Offset(0x044B45E8) }; + inline constexpr std::array ShipHud_JumpToQuestMarker{ REL::Offset(0x0449A330) }; + inline constexpr std::array ShipHud_Land{ REL::Offset(0x0449A2F0) }; + inline constexpr std::array ShipHud_LandingMarkerMap{ REL::Offset(0x0449A2B0) }; + inline constexpr std::array ShipHud_Map{ REL::Offset(0x0449A310) }; + inline constexpr std::array ShipHud_OnMonocleToggle{ REL::Offset(0x0449A390) }; + inline constexpr std::array ShipHud_OpenPhotoMode{ REL::Offset(0x0449A058) }; + inline constexpr std::array ShipHud_Repair{ REL::Offset(0x0449A0F0) }; + inline constexpr std::array ShipHud_SetTargetMode{ REL::Offset(0x0449A350) }; + inline constexpr std::array ShipHud_Target{ REL::Offset(0x0449A270) }; + inline constexpr std::array ShipHud_TargetShipSystem{ REL::Offset(0x0449A098) }; + inline constexpr std::array ShipHud_UntargetShipSystem{ REL::Offset(0x0449A0B8) }; + inline constexpr std::array ShipHud_UpdateComponentPower{ REL::Offset(0x0449A1F0) }; + inline constexpr std::array ShipHud_UpdateTargetPanelRect{ REL::Offset(0x044B4548) }; + inline constexpr std::array ShipRefuelMenu{ REL::Offset(0x044AD860), REL::Offset(0x044AD878), REL::Offset(0x044AD890), REL::Offset(0x044AD8A8), REL::Offset(0x044AD988) }; + inline constexpr std::array ShipRefuelMenuDataModel{ REL::Offset(0x0449B880) }; + inline constexpr std::array ShipRefuelMenuDataModel__ShipRefuelMenuEventShuttle{ REL::Offset(0x0449BA78) }; + inline constexpr std::array ShipTargetingCameraState{ REL::Offset(0x0445D6D0) }; + inline constexpr std::array ShowSubsegmentHandler{ REL::Offset(0x044E4BE0) }; + inline constexpr std::array SimpleAnimationGraphManagerHolder{ REL::Offset(0x04456508) }; + inline constexpr std::array SimpleAnimationGraphManagerLoadingTask{ REL::Offset(0x044565E0) }; + inline constexpr std::array SitWaitMenu{ REL::Offset(0x04520E00), REL::Offset(0x04520EE0), REL::Offset(0x04520F38) }; + inline constexpr std::array SkillsMenu{ REL::Offset(0x044AEA78), REL::Offset(0x044AEA90), REL::Offset(0x044AEAA8), REL::Offset(0x044AEAC0), REL::Offset(0x044AEAD8), REL::Offset(0x044AEAF0), REL::Offset(0x044AEB08), REL::Offset(0x044AEB20), REL::Offset(0x044AEB38), REL::Offset(0x044AEB60), REL::Offset(0x044AEC40) }; + inline constexpr std::array SkillsMenu_Accept{ REL::Offset(0x044AECF8) }; + inline constexpr std::array SkillsMenu_AddPatch{ REL::Offset(0x044AECD8) }; + inline constexpr std::array SkillsMenu_Cancel{ REL::Offset(0x044AED18) }; + inline constexpr std::array SkillsMenu_ChangeCursorVisibility{ REL::Offset(0x044AECB8) }; + inline constexpr std::array SkillsMenu_SaveLastCategory{ REL::Offset(0x044AEC98) }; + inline constexpr std::array SkillsMenu__SkillsMenuEventShuttle{ REL::Offset(0x044AED38) }; + inline constexpr std::array SkinAttach{ REL::Offset(0x04587018) }; + inline constexpr std::array Sky{ REL::Offset(0x04415710) }; + inline constexpr std::array SkyEffectController{ REL::Offset(0x04414A20) }; + inline constexpr std::array SleepWaitMenu{ REL::Offset(0x045214B8), REL::Offset(0x04521598), REL::Offset(0x045215F0), REL::Offset(0x04521608), REL::Offset(0x04521630), REL::Offset(0x04521648), REL::Offset(0x04521660) }; + inline constexpr std::array SleepWaitMenu_InterruptRest{ REL::Offset(0x04521468) }; + inline constexpr std::array SleepWaitMenu_StartRest{ REL::Offset(0x04521678) }; + inline constexpr std::array SleepWaitMenu__SleepWaitMenuEventShuttle{ REL::Offset(0x04521750) }; + inline constexpr std::array SlideStartHandler{ REL::Offset(0x044E4E38) }; + inline constexpr std::array SlowTimeEffect{ REL::Offset(0x044C7220), REL::Offset(0x044C7238) }; + inline constexpr std::array SneakStateChangeHandler{ REL::Offset(0x044E48B0) }; + inline constexpr std::array SoulTrapEffect{ REL::Offset(0x044C7330) }; + inline constexpr std::array SpaceComponentViewAccessWrite{ REL::Offset(0x04398810) }; + inline constexpr std::array SpaceshipAIComponentEventHandler{ REL::Offset(0x0455A610), REL::Offset(0x0455A628) }; + inline constexpr std::array SpaceshipBIEvents__EventSink{ REL::Offset(0x044C8EB0), REL::Offset(0x044C8EC8), REL::Offset(0x044C8EE0), REL::Offset(0x044C8EF8), REL::Offset(0x044C8F10), REL::Offset(0x044C8F28), REL::Offset(0x044C8F40), REL::Offset(0x044C8F58) }; + inline constexpr std::array SpaceshipBoostPart{ REL::Offset(0x0455AC98) }; + inline constexpr std::array SpaceshipDockingFinishedHandler{ REL::Offset(0x044E5048) }; + inline constexpr std::array SpaceshipEditor__HangarModeState_Null{ REL::Offset(0x0447C218) }; + inline constexpr std::array SpaceshipEditor__HangarModeState_ShipInspect{ REL::Offset(0x0447C268), REL::Offset(0x0447C2E0) }; + inline constexpr std::array SpaceshipEditor__HangarModeState_ShipSelection{ REL::Offset(0x0447C550), REL::Offset(0x0447C568), REL::Offset(0x0447C580), REL::Offset(0x0447C598), REL::Offset(0x0447C5C0), REL::Offset(0x0447C610), REL::Offset(0x0447C628) }; + inline constexpr std::array SpaceshipEditor__HangarModeState_ShipSelection__HangarModeStateShipSelectionEventShuttle{ REL::Offset(0x0447C6A0) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Add{ REL::Offset(0x0435BED8), REL::Offset(0x0435BEF0), REL::Offset(0x0435BF08), REL::Offset(0x0435BF20), REL::Offset(0x0435BF48) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Add__ModuleModeStateAddEventShuttle{ REL::Offset(0x0435C000) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Color{ REL::Offset(0x0435C908), REL::Offset(0x0435C920), REL::Offset(0x0435C938), REL::Offset(0x0435C950), REL::Offset(0x0435C968), REL::Offset(0x0435C990) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Color__ModuleModeState_ColorEventShuttle{ REL::Offset(0x0435CA68) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Edit{ REL::Offset(0x04360828) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Empty{ REL::Offset(0x04360728) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Null{ REL::Offset(0x043607D0) }; + inline constexpr std::array SpaceshipEditor__ModuleModeState_Selection{ REL::Offset(0x04360880) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Exiting{ REL::Offset(0x0435A210), REL::Offset(0x0435A250), REL::Offset(0x0435A278), REL::Offset(0x0435A290), REL::Offset(0x0435A2A8) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Exiting__ShipBuilderState_ExitingEventShuttle{ REL::Offset(0x0435A2E0) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_FlightCheck{ REL::Offset(0x0435B508), REL::Offset(0x0435B548), REL::Offset(0x0435B570), REL::Offset(0x0435B588) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_FlightCheck__ShipBuilderState_FlightCheckEventShuttle{ REL::Offset(0x0435B670) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_HangarMode{ REL::Offset(0x0447C180), REL::Offset(0x0447C1C0) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_HangarMode__HangarStateEventShuttle{ REL::Offset(0x0447C2B8) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Loading{ REL::Offset(0x043606E8) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_ModuleMode{ REL::Offset(0x0435B710) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Null{ REL::Offset(0x04360498) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Popup{ REL::Offset(0x043604D8) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Rename{ REL::Offset(0x0435BB78), REL::Offset(0x0435BB90), REL::Offset(0x0435BBB8), REL::Offset(0x0435BC38) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_Rename__ShipBuilderState_RenameEventShuttle{ REL::Offset(0x0435BC50) }; + inline constexpr std::array SpaceshipEditor__ShipBuilderState_UpgradeMode{ REL::Offset(0x0434C608) }; + inline constexpr std::array SpaceshipEditor__Spaceship3DManager{ REL::Offset(0x0435E550) }; + inline constexpr std::array SpaceshipEditor__Spaceship3DManager__Spaceship3DManagerEventShuttle{ REL::Offset(0x0435E5D0) }; + inline constexpr std::array SpaceshipEditor__SpaceshipEditorGame3DManager{ REL::Offset(0x0435E600) }; + inline constexpr std::array SpaceshipEditor__SpaceshipEditorMenu{ REL::Offset(0x04360518), REL::Offset(0x04360530), REL::Offset(0x04360548), REL::Offset(0x04360560), REL::Offset(0x04360588), REL::Offset(0x043605A0), REL::Offset(0x043605F8), REL::Offset(0x04360610) }; + inline constexpr std::array SpaceshipEditor__SpaceshipEditorMenu__ShipBuilderEventShuttle{ REL::Offset(0x043608D8) }; + inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_3a7cedac80f3cfa35a1d3a7f5dc314b3___lambda_86e0c2c42de2e53ece760a7e21698684__{ REL::Offset(0x0447C538) }; + inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_60f1bc7a58f30f6d342170c2483cac2a___lambda_2331bc39f638ff34407821b196aaeab7__{ REL::Offset(0x0447BC60) }; + inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_6c01e1bac8bee0f1de64e92dd2b65cb1___lambda_4c48211ce3c39697931036d04e978926__{ REL::Offset(0x0447C200) }; + inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_e11f166cc8a5f071ffef5453272ab6fd___lambda_29737b93d6d45deaab6c0d7b817b4615__{ REL::Offset(0x0447C1E8) }; + inline constexpr std::array SpaceshipEditor__TwoButtonMessageBox__lambda_f7162d15568901a3907864f5d9b4c9e5___lambda_d7b0bc563be69ca0e52d9c030ad87c93__{ REL::Offset(0x0447BC78) }; + inline constexpr std::array SpaceshipEditor__UpgradeModeState_Null{ REL::Offset(0x04360780) }; + inline constexpr std::array SpaceshipEditor__UpgradeModeState_Replace{ REL::Offset(0x0434D780), REL::Offset(0x0434D7D0), REL::Offset(0x0434D7F8), REL::Offset(0x0434D810) }; + inline constexpr std::array SpaceshipEditor__UpgradeModeState_Replace__UpgradeModeStateRepalceEventShuttle{ REL::Offset(0x0434D828) }; + inline constexpr std::array SpaceshipEditor__UpgradeModeState_SystemSelect{ REL::Offset(0x0434CCA8), REL::Offset(0x0434CCF8), REL::Offset(0x0434CD20) }; + inline constexpr std::array SpaceshipEditor__UpgradeModeState_SystemSelect__UpgradeModeStateEmptyEventShuttle{ REL::Offset(0x0434CD38) }; + inline constexpr std::array SpaceshipEffectsUtil__EventSink{ REL::Offset(0x0455AA50), REL::Offset(0x0455AA68) }; + inline constexpr std::array SpaceshipEquipmentComponent{ REL::Offset(0x0455AB88) }; + inline constexpr std::array SpaceshipEquipmentUtils__SpaceshipEquipmentEventHandler{ REL::Offset(0x0455ABE0), REL::Offset(0x0455AC08), REL::Offset(0x0455AC20), REL::Offset(0x0455AC38), REL::Offset(0x0455AC50), REL::Offset(0x0455AC68), REL::Offset(0x0455AC80) }; + inline constexpr std::array SpaceshipGravDrivePart{ REL::Offset(0x0455AB40) }; + inline constexpr std::array SpaceshipHudMenu{ REL::Offset(0x044B4338), REL::Offset(0x044B4350), REL::Offset(0x044B4368), REL::Offset(0x044B4380), REL::Offset(0x044B4398), REL::Offset(0x044B43B0), REL::Offset(0x044B43C8), REL::Offset(0x044B43E0), REL::Offset(0x044B43F8), REL::Offset(0x044B44D8), REL::Offset(0x044B44F0) }; + inline constexpr std::array SpaceshipLandingFinishedFailsafeHandler{ REL::Offset(0x044E5000) }; + inline constexpr std::array SpaceshipLandingFinishedHandler{ REL::Offset(0x044E5018) }; + inline constexpr std::array SpaceshipLinkedCell__ExteriorShipCell{ REL::Offset(0x04560B00) }; + inline constexpr std::array SpaceshipLinkedCell__InteriorShipCell{ REL::Offset(0x04560AF0) }; + inline constexpr std::array SpaceshipLinkedCell__ShipCell{ REL::Offset(0x04560B10) }; + inline constexpr std::array SpaceshipMobilityPart{ REL::Offset(0x0455ACF8) }; + inline constexpr std::array SpaceshipPart{ REL::Offset(0x0455AD58) }; + inline constexpr std::array SpaceshipPlayerSounds{ REL::Offset(0x0455B390), REL::Offset(0x0455B3A8) }; + inline constexpr std::array SpaceshipShieldPart{ REL::Offset(0x0455AB98) }; + inline constexpr std::array SpaceshipSoundsUtils__SpaceshipSoundsEventHandler{ REL::Offset(0x0455B4D8), REL::Offset(0x0455B4F0), REL::Offset(0x0455B508) }; + inline constexpr std::array SpaceshipTakeOffFinishedHandler{ REL::Offset(0x044E4F10) }; + inline constexpr std::array SpaceshipUndockingFinishedHandler{ REL::Offset(0x044E5030) }; + inline constexpr std::array SpaceshipWeapon{ REL::Offset(0x0455ABF8) }; + inline constexpr std::array Spaceship__InstanceData{ REL::Offset(0x0439F5C8) }; + inline constexpr std::array Spaceship__LadderSwapHandler{ REL::Offset(0x03EFDFD0) }; + inline constexpr std::array Spaceship__ShipProxyCollisionListener{ REL::Offset(0x0439FC98) }; + inline constexpr std::array Spaceship__TargetingMode{ REL::Offset(0x044D4338) }; + inline constexpr std::array Spaceship____SpaceshipEventHandler{ REL::Offset(0x04559918), REL::Offset(0x04559930), REL::Offset(0x04559948), REL::Offset(0x04559960), REL::Offset(0x04559978), REL::Offset(0x04559990), REL::Offset(0x045599A8), REL::Offset(0x045599C0), REL::Offset(0x045599D8), REL::Offset(0x045599F0), REL::Offset(0x04559A08), REL::Offset(0x04559A20), REL::Offset(0x04559A38), REL::Offset(0x04559A50), REL::Offset(0x04559A68) }; + inline constexpr std::array SpawnHazardEffect{ REL::Offset(0x044D53B0) }; + inline constexpr std::array SpawnOnDestroyUtils__SpawnOnDestroyEventHandler{ REL::Offset(0x04355258) }; + inline constexpr std::array SpecificItemCollector{ REL::Offset(0x04413210) }; + inline constexpr std::array SpectatorPackage{ REL::Offset(0x044E1D90), REL::Offset(0x044E20D0) }; + inline constexpr std::array SpeedScale{ REL::Offset(0x0456B038) }; + inline constexpr std::array SpeedScaleInstance{ REL::Offset(0x0456AFC8) }; + inline constexpr std::array SpellItem{ REL::Offset(0x03EF33C8), REL::Offset(0x03EF34C8), REL::Offset(0x03EF3528), REL::Offset(0x03EF39B0), REL::Offset(0x03EF39F8), REL::Offset(0x03EF3A58), REL::Offset(0x03EF3AD8), REL::Offset(0x03EF3B70), REL::Offset(0x03EF3BD8) }; + inline constexpr std::array SpringBoneData{ REL::Offset(0x04391678) }; + inline constexpr std::array SpringBoneInstance{ REL::Offset(0x04391648) }; + inline constexpr std::array StaggerEffect{ REL::Offset(0x044C7428) }; + inline constexpr std::array StaggerMeter{ REL::Offset(0x04566F20) }; + inline constexpr std::array StaggerMeterInstance{ REL::Offset(0x04569428) }; + inline constexpr std::array StaggeredStopHandler{ REL::Offset(0x044E5CD0) }; + inline constexpr std::array StarField__LoadNodeBarrier{ REL::Offset(0x0439FEA8) }; + inline constexpr std::array StarField__ModuleState{ REL::Offset(0x0439FF10), REL::Offset(0x0439FF28) }; + inline constexpr std::array StarField__SpaceReference__RetargetExterior3d{ REL::Offset(0x0439FEF8) }; + inline constexpr std::array StarField____CellLoadNode{ REL::Offset(0x0439FE40) }; + inline constexpr std::array StarField____CellLoadPostProcessNode{ REL::Offset(0x0439FDF0) }; + inline constexpr std::array StarField____CellStateControl{ REL::Offset(0x043A00B0) }; + inline constexpr std::array StarField____CellStateControlNoShipSpawn{ REL::Offset(0x043A00C8) }; + inline constexpr std::array StarField____CellUnloadPostProcessNode{ REL::Offset(0x0439FD50) }; + inline constexpr std::array StarField____DetachedShipPartLoadNode{ REL::Offset(0x0439FDA0) }; + inline constexpr std::array StarField____ReferenceCellComponentHandler{ REL::Offset(0x043A0080) }; + inline constexpr std::array StarField____ShipCollectionCellPostProcessNode{ REL::Offset(0x0439FD00) }; + inline constexpr std::array StarMapMenu_ExecuteRoute{ REL::Offset(0x044B9CF0) }; + inline constexpr std::array StarMapMenu_Galaxy_FocusSystem{ REL::Offset(0x044B9280) }; + inline constexpr std::array StarMapMenu_LandingInputInProgress{ REL::Offset(0x044B6568) }; + inline constexpr std::array StarMapMenu_MarkerGroupContainerVisibilityChanged{ REL::Offset(0x044B6588) }; + inline constexpr std::array StarMapMenu_MarkerGroupEntryClicked{ REL::Offset(0x044B6528) }; + inline constexpr std::array StarMapMenu_MarkerGroupEntryHoverChanged{ REL::Offset(0x044B6548) }; + inline constexpr std::array StarMapMenu_OnCancel{ REL::Offset(0x044B9CD0) }; + inline constexpr std::array StarMapMenu_OnClearRoute{ REL::Offset(0x044B9D30) }; + inline constexpr std::array StarMapMenu_OnExitStarMap{ REL::Offset(0x044B9CB0) }; + inline constexpr std::array StarMapMenu_OnGalaxyViewInitialized{ REL::Offset(0x044B9260) }; + inline constexpr std::array StarMapMenu_OnHintButtonClicked{ REL::Offset(0x044B9D10) }; + inline constexpr std::array StarMapMenu_OnOutpostEntrySelected{ REL::Offset(0x044B9C90) }; + inline constexpr std::array StarMapMenu_QuickSelectChange{ REL::Offset(0x044B7C70) }; + inline constexpr std::array StarMapMenu_ReadyToClose{ REL::Offset(0x044B9C70) }; + inline constexpr std::array StarMapMenu_ScanPlanet{ REL::Offset(0x044B9C50) }; + inline constexpr std::array StarMapMenu_SelectedLandingSite{ REL::Offset(0x044B64E8) }; + inline constexpr std::array StarMapMenu_SelectedLandingSiteFailed{ REL::Offset(0x044B6508) }; + inline constexpr std::array StarMapMenu_ShowRealCursor{ REL::Offset(0x044B9C30) }; + inline constexpr std::array StarMap__BodyInfoToUI{ REL::Offset(0x04481050) }; + inline constexpr std::array StarMap__BodyInspectState{ REL::Offset(0x044B6320), REL::Offset(0x044B6338), REL::Offset(0x044B6350), REL::Offset(0x044B6368), REL::Offset(0x044B6380), REL::Offset(0x044B6398), REL::Offset(0x044B63B0), REL::Offset(0x044B63C8), REL::Offset(0x044B63E0), REL::Offset(0x044B63F0), REL::Offset(0x044B6400), REL::Offset(0x044B6418), REL::Offset(0x044B6440) }; + inline constexpr std::array StarMap__BodyInspectState__BodyInspectStateEventShuttle{ REL::Offset(0x044B65D8) }; + inline constexpr std::array StarMap__ConfirmCustomMarkerActionCallback{ REL::Offset(0x044BB3F0) }; + inline constexpr std::array StarMap__DelayCommand{ REL::Offset(0x044B8350) }; + inline constexpr std::array StarMap__Galaxy3DScene{ REL::Offset(0x044B4860) }; + inline constexpr std::array StarMap__GalaxyState{ REL::Offset(0x044B7B48), REL::Offset(0x044B7B58), REL::Offset(0x044B7B68), REL::Offset(0x044B7B90), REL::Offset(0x044B7BA8), REL::Offset(0x044B7BC0), REL::Offset(0x044B7C60) }; + inline constexpr std::array StarMap__GalaxyState__GalaxyStateEventShuttle{ REL::Offset(0x044B7C90) }; + inline constexpr std::array StarMap__IStarMapState{ REL::Offset(0x044B6260), REL::Offset(0x044B6270), REL::Offset(0x044B6280) }; + inline constexpr std::array StarMap__LerpCommand_NiPoint3A_{ REL::Offset(0x044BAA08) }; + inline constexpr std::array StarMap__LerpCommand_float_{ REL::Offset(0x044BAA20) }; + inline constexpr std::array StarMap__PlanetInfoToUI{ REL::Offset(0x04480E98) }; + inline constexpr std::array StarMap__SelectBodyEventHelper{ REL::Offset(0x044D42C8) }; + inline constexpr std::array StarMap__StarMapMenu{ REL::Offset(0x044B9968), REL::Offset(0x044B9980), REL::Offset(0x044B9998), REL::Offset(0x044B99B0), REL::Offset(0x044B99C8), REL::Offset(0x044B99E0), REL::Offset(0x044B99F8), REL::Offset(0x044B9A10), REL::Offset(0x044B9A28), REL::Offset(0x044B9A40), REL::Offset(0x044B9A58), REL::Offset(0x044B9A70), REL::Offset(0x044B9A88), REL::Offset(0x044B9AA0), REL::Offset(0x044B9AF8), REL::Offset(0x044B9B10), REL::Offset(0x044B9B38), REL::Offset(0x044B9B50) }; + inline constexpr std::array StarMap__StarMapMenuDataModel{ REL::Offset(0x044B91A0), REL::Offset(0x044B91F8), REL::Offset(0x044B9210), REL::Offset(0x044B9220), REL::Offset(0x044B9238) }; + inline constexpr std::array StarMap__StarMapMenuDataModel__StarMapMenuEventShuttle{ REL::Offset(0x044B9628) }; + inline constexpr std::array StarMap__StarMapMenu__StarMapMenuEventShuttle{ REL::Offset(0x044B9D50) }; + inline constexpr std::array StarMap__StarMapSystemMobile{ REL::Offset(0x044BA8A8) }; + inline constexpr std::array StarMap__SurfaceMap3DScene{ REL::Offset(0x0447D770) }; + inline constexpr std::array StarMap__SurfaceMapState{ REL::Offset(0x044BB2A0), REL::Offset(0x044BB2B0), REL::Offset(0x044BB2C0), REL::Offset(0x044BB970), REL::Offset(0x044BB988), REL::Offset(0x044BB9A0), REL::Offset(0x044BB9B8), REL::Offset(0x044BB9E0) }; + inline constexpr std::array StarMap__SurfaceMapState__SurfaceMapStateEventShuttle{ REL::Offset(0x044BB3C8) }; + inline constexpr std::array StarMap__SystemBodyInfoToUI{ REL::Offset(0x04481040) }; + inline constexpr std::array StarMap__SystemState{ REL::Offset(0x044BC3E0), REL::Offset(0x044BC408), REL::Offset(0x044BC418), REL::Offset(0x044BC428), REL::Offset(0x044BC4C8), REL::Offset(0x044BC4E0), REL::Offset(0x044BC4F8) }; + inline constexpr std::array StarMap__SystemState__SystemStateEventShuttle{ REL::Offset(0x044BC510) }; + inline constexpr std::array StarMap__Util__ConfirmFastTravelCallback{ REL::Offset(0x044B65A8) }; + inline constexpr std::array StarMap__Util__ConfirmGravJumpPlotCallback{ REL::Offset(0x044B65C0) }; + inline constexpr std::array StarbornUtils____ShowCredits{ REL::Offset(0x0447C768) }; + inline constexpr std::array StarbornUtils____StarbornManager{ REL::Offset(0x0447C7B8) }; + inline constexpr std::array StartFloatingHandler{ REL::Offset(0x044E4A00) }; + inline constexpr std::array StartPCapVoiceHandler{ REL::Offset(0x044E4B80) }; + inline constexpr std::array StartSecurityMinigameHandler{ REL::Offset(0x044E4EE0) }; + inline constexpr std::array StateConfirmingAction{ REL::Offset(0x0448BE28) }; + inline constexpr std::array StateEngagmentPrompt{ REL::Offset(0x0448BCD8) }; + inline constexpr std::array StateInitialLoad{ REL::Offset(0x0448BA38) }; + inline constexpr std::array StateIntroVideo{ REL::Offset(0x0448BD80) }; + inline constexpr std::array StateLegalScreen{ REL::Offset(0x0448BAE0) }; + inline constexpr std::array StateLoadPanelInteract{ REL::Offset(0x0448C170) }; + inline constexpr std::array StateMachine{ REL::Offset(0x04568790) }; + inline constexpr std::array StateMachineInstance{ REL::Offset(0x045687D8) }; + inline constexpr std::array StateMainPanelInteract{ REL::Offset(0x0448BED0) }; + inline constexpr std::array StateOpenFromInstallMenu{ REL::Offset(0x0448B8E8) }; + inline constexpr std::array StateOpenFromReset{ REL::Offset(0x0448BC30) }; + inline constexpr std::array StateOpenFromStartup{ REL::Offset(0x0448B990) }; + inline constexpr std::array StateOtherMenuOpen{ REL::Offset(0x0448C020) }; + inline constexpr std::array StatePerformingAction{ REL::Offset(0x0448C218) }; + inline constexpr std::array StateSettingsPanelInteract{ REL::Offset(0x0448C0C8) }; + inline constexpr std::array StateSplashScreen{ REL::Offset(0x0448BB88) }; + inline constexpr std::array StateVariableControl{ REL::Offset(0x0456A738) }; + inline constexpr std::array StateVariableControlInstance{ REL::Offset(0x0456A7A0) }; + inline constexpr std::array StateWaitingOnLoad{ REL::Offset(0x0448BF78) }; + inline constexpr std::array StaticAvoidNodeManager{ REL::Offset(0x044E1548), REL::Offset(0x044E1560) }; + inline constexpr std::array StatusMenu{ REL::Offset(0x044BC938), REL::Offset(0x044BC950), REL::Offset(0x044BC9A8) }; + inline constexpr std::array SteamVirtualKeyboard__CCallbackInternal_OnSteamGamepadTextInputDismissed{ REL::Offset(0x04790BD0) }; + inline constexpr std::array StimpakEffect{ REL::Offset(0x044C7520) }; + inline constexpr std::array StopFloatingHandler{ REL::Offset(0x044E4988) }; + inline constexpr std::array StopMountCameraHandler{ REL::Offset(0x044E5FB8) }; + inline constexpr std::array StorageTable__AsyncTableColumnBase{ REL::Offset(0x043889E8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_{ REL::Offset(0x045B4EB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_{ REL::Offset(0x045B58D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_{ REL::Offset(0x045B5688) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_{ REL::Offset(0x045B5780) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_{ REL::Offset(0x045B5628) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_{ REL::Offset(0x045B55E8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_{ REL::Offset(0x045B9AB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_{ REL::Offset(0x045B8370) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_{ REL::Offset(0x045B8AB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_{ REL::Offset(0x04385FB0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_{ REL::Offset(0x04385920) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_{ REL::Offset(0x045B7028) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_{ REL::Offset(0x045B5D98) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_{ REL::Offset(0x045B6D00) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_{ REL::Offset(0x045B6570) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__CameraViewData_{ REL::Offset(0x045B8DF0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__ClearColor_{ REL::Offset(0x045B8D30) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_{ REL::Offset(0x045B7680) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_{ REL::Offset(0x045B6930) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__{ REL::Offset(0x045B60D8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraCut_{ REL::Offset(0x04384EE0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_{ REL::Offset(0x04386558) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraFrustum_{ REL::Offset(0x04385940) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraScissor_{ REL::Offset(0x04385620) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraTransformData_{ REL::Offset(0x04385FD0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Camera__Storage_StorageTable__CameraViewport_{ REL::Offset(0x04385BD8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_{ REL::Offset(0x045B4C70) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_{ REL::Offset(0x045B48D8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Clouds__Storage_StorageTable__CloudData_{ REL::Offset(0x043846E8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Debug__Storage_StorageTable__RenderDebugData_{ REL::Offset(0x04386A70) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_{ REL::Offset(0x045B59B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_{ REL::Offset(0x045B5740) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_{ REL::Offset(0x045B4E98) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_{ REL::Offset(0x045B58B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__{ REL::Offset(0x045B5128) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_{ REL::Offset(0x045B84C0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B8B98) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__Bounds_{ REL::Offset(0x045B84E0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_{ REL::Offset(0x045B6138) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B8E10) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__{ REL::Offset(0x045B8D10) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x043837D8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_{ REL::Offset(0x04383D10) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_{ REL::Offset(0x04384A10) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_{ REL::Offset(0x043844E0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_{ REL::Offset(0x04383790) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___{ REL::Offset(0x04384168) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_{ REL::Offset(0x045B9AD8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ REL::Offset(0x045B8CA8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B63C8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_{ REL::Offset(0x045B9628) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_{ REL::Offset(0x045B9118) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Bounds_{ REL::Offset(0x045B8BF8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_{ REL::Offset(0x045B6F10) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__RenderOrder_{ REL::Offset(0x045B68D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B8400) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ REL::Offset(0x045B64B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__{ REL::Offset(0x045B5DB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__TMP_GeometryBlockDirty_{ REL::Offset(0x045B98F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Geometry__Storage_StorageTable__Transform_{ REL::Offset(0x045B8330) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_{ REL::Offset(0x043844A0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_{ REL::Offset(0x045B9608) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_{ REL::Offset(0x045B5760) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_{ REL::Offset(0x04383E58) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_{ REL::Offset(0x045B5E88) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_{ REL::Offset(0x045B6FE8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_{ REL::Offset(0x045B6C80) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_{ REL::Offset(0x045B6590) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_{ REL::Offset(0x045B7418) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_{ REL::Offset(0x045B4B58) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_{ REL::Offset(0x045B61F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_{ REL::Offset(0x045B5220) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_{ REL::Offset(0x045B6950) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_{ REL::Offset(0x045B7358) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_{ REL::Offset(0x045B4940) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_{ REL::Offset(0x045B4BB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_{ REL::Offset(0x04383770) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_{ REL::Offset(0x045B5DF8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_{ REL::Offset(0x045B68F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_BSAreaLight__AreaLightData_{ REL::Offset(0x045B6CE0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_{ REL::Offset(0x045B7398) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B9A98) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_{ REL::Offset(0x045B4B98) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightBoxVolume_{ REL::Offset(0x045B7008) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightColorData_{ REL::Offset(0x045B8C38) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightDimensions_{ REL::Offset(0x045B6118) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_{ REL::Offset(0x045B65F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightMetaData_{ REL::Offset(0x045B8548) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightParams_{ REL::Offset(0x045B76E0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightProjectionData_{ REL::Offset(0x045B5D78) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__LightTextures_{ REL::Offset(0x045B6888) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__MatrixTransform_{ REL::Offset(0x045B90F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B8BB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__{ REL::Offset(0x045B81B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_{ REL::Offset(0x045B9A78) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_{ REL::Offset(0x045B6F30) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_{ REL::Offset(0x045B9458) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_{ REL::Offset(0x045B6868) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__DirtyTraits_{ REL::Offset(0x045B8350) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_{ REL::Offset(0x045B6BE8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_{ REL::Offset(0x045B76C0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_{ REL::Offset(0x045B65D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__{ REL::Offset(0x045B90D8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__{ REL::Offset(0x045B8C18) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__{ REL::Offset(0x045B63A8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__{ REL::Offset(0x045B5DD8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__{ REL::Offset(0x045B8528) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__{ REL::Offset(0x045B8B78) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_{ REL::Offset(0x04387AD8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04386740) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_{ REL::Offset(0x04387510) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_{ REL::Offset(0x04386C30) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_{ REL::Offset(0x04387D60) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_{ REL::Offset(0x043870D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_{ REL::Offset(0x043870F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_{ REL::Offset(0x04386AB0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_{ REL::Offset(0x04386C50) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_{ REL::Offset(0x04387D80) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ REL::Offset(0x04386598) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_{ REL::Offset(0x04386760) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_{ REL::Offset(0x04387530) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_{ REL::Offset(0x04387AF8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MeshInstance__Storage_StorageTable__VertexStreamDirty_{ REL::Offset(0x04388300) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_{ REL::Offset(0x04385D20) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04385600) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Bounds_{ REL::Offset(0x04385050) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_{ REL::Offset(0x04384D88) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__ForceFade_{ REL::Offset(0x04384AE8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_{ REL::Offset(0x043848F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StateFlags_{ REL::Offset(0x04384728) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__{ REL::Offset(0x04385240) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__{ REL::Offset(0x045B4ED8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_{ REL::Offset(0x045B51B8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_{ REL::Offset(0x045B5078) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_{ REL::Offset(0x045B5348) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_{ REL::Offset(0x045B81D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B4F18) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__{ REL::Offset(0x045B5098) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParentTransform__Storage_StorageTable__Transform_{ REL::Offset(0x045B52B8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_{ REL::Offset(0x045B48F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ REL::Offset(0x045B51D8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045B5328) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_{ REL::Offset(0x045B4CD0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_{ REL::Offset(0x045B4B38) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B57A0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_{ REL::Offset(0x045B4EF8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__{ REL::Offset(0x045B50B8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__{ REL::Offset(0x045B5388) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__{ REL::Offset(0x045B5198) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B58F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ REL::Offset(0x045B4C50) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__{ REL::Offset(0x045B5668) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__{ REL::Offset(0x045B74F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_{ REL::Offset(0x045B4D38) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_{ REL::Offset(0x045B5538) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_{ REL::Offset(0x045B5B50) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_{ REL::Offset(0x045B55A8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_{ REL::Offset(0x045B5D58) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_{ REL::Offset(0x045B6D20) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B73F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_{ REL::Offset(0x045B7768) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_{ REL::Offset(0x045B4B18) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_{ REL::Offset(0x045B4CB0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__{ REL::Offset(0x045B4D18) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_{ REL::Offset(0x045B5E68) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_{ REL::Offset(0x045B65B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x045B6FC8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_{ REL::Offset(0x045B6CA0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_{ REL::Offset(0x045B76A0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_{ REL::Offset(0x045B73B8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_{ REL::Offset(0x045B6970) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__{ REL::Offset(0x045B60F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__{ REL::Offset(0x045B8CC8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_{ REL::Offset(0x043837F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_{ REL::Offset(0x04383F38) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04383B48) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_{ REL::Offset(0x04384D68) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_{ REL::Offset(0x04385220) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_{ REL::Offset(0x043848D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_{ REL::Offset(0x04384188) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_{ REL::Offset(0x04384370) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_{ REL::Offset(0x04384708) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_{ REL::Offset(0x043855E0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_{ REL::Offset(0x04384AC8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_{ REL::Offset(0x04385030) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_{ REL::Offset(0x04383AC0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_{ REL::Offset(0x04383D30) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_{ REL::Offset(0x045B6D90) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_{ REL::Offset(0x045B70C0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_{ REL::Offset(0x045B5368) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_{ REL::Offset(0x045B6910) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_{ REL::Offset(0x045B7438) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_{ REL::Offset(0x045B6CC0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__{ REL::Offset(0x045B7378) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__{ REL::Offset(0x045B4C90) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__{ REL::Offset(0x045B4B78) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_{ REL::Offset(0x045B8BD8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_{ REL::Offset(0x045B8390) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_{ REL::Offset(0x045B7700) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_{ REL::Offset(0x04385388) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_{ REL::Offset(0x04385010) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_{ REL::Offset(0x045B7748) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_{ REL::Offset(0x045B6DB0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_{ REL::Offset(0x045B73D8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_{ REL::Offset(0x045B70E0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_{ REL::Offset(0x04385260) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_{ REL::Offset(0x04385640) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_{ REL::Offset(0x04384F00) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_{ REL::Offset(0x04384DA8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_{ REL::Offset(0x043845B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__CubemapBackground_{ REL::Offset(0x043879C8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogMap_{ REL::Offset(0x04386AD0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__FogSettings_{ REL::Offset(0x04387DA0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_{ REL::Offset(0x04385BF8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_{ REL::Offset(0x04384910) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__PrecipitationData_{ REL::Offset(0x04385FF0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__SceneData_{ REL::Offset(0x043841A8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_{ REL::Offset(0x043853F8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__{ REL::Offset(0x043889C8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__{ REL::Offset(0x04387408) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__{ REL::Offset(0x04385960) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__{ REL::Offset(0x04386C70) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__{ REL::Offset(0x04386F80) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x043881D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_{ REL::Offset(0x04386780) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Scene__Storage_StorageTable__WindData_{ REL::Offset(0x04386448) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_{ REL::Offset(0x04384148) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_{ REL::Offset(0x04383CF0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__{ REL::Offset(0x043844C0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_{ REL::Offset(0x045B5AB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_{ REL::Offset(0x045B5C08) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_{ REL::Offset(0x045B5A98) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_{ REL::Offset(0x045B5BC0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__{ REL::Offset(0x045B5CC8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_{ REL::Offset(0x045B55C8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x04387090) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_{ REL::Offset(0x043874D0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x043868A8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_{ REL::Offset(0x04386D88) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_{ REL::Offset(0x04387AB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_{ REL::Offset(0x043870B0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_{ REL::Offset(0x04386A90) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_{ REL::Offset(0x043868C8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_{ REL::Offset(0x04386578) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_{ REL::Offset(0x043874F0) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_{ REL::Offset(0x04386DC8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__{ REL::Offset(0x04386DA8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_{ REL::Offset(0x04387070) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DData_{ REL::Offset(0x04385A60) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_{ REL::Offset(0x04385BB8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_{ REL::Offset(0x04384D48) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_{ REL::Offset(0x04384AA8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_{ REL::Offset(0x045B5608) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_{ REL::Offset(0x045B5648) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterMetaData_{ REL::Offset(0x045B56A8) }; + inline constexpr std::array StorageTable__AsyncTableColumn_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_{ REL::Offset(0x045B5D38) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_128_12_0_{ REL::Offset(0x045B8138) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_128_16_0_{ REL::Offset(0x045B8500) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_128_24_0_{ REL::Offset(0x045B88B0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_16_0_{ REL::Offset(0x045B7EE0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_16_2_{ REL::Offset(0x04384A30) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_24_2_{ REL::Offset(0x043841F0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_2_2_{ REL::Offset(0x043836A8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_4_2_{ REL::Offset(0x04383898) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_10240_32_56_2_{ REL::Offset(0x04383B90) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_128_2_{ REL::Offset(0x043868E8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_176_2_{ REL::Offset(0x043872A0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_20_2_{ REL::Offset(0x04387278) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_2564_2_{ REL::Offset(0x04386E10) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_319536_2_{ REL::Offset(0x04387668) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_40_2_{ REL::Offset(0x04385E28) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1024_8_96_2_{ REL::Offset(0x04386208) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1052672_64_24_2_{ REL::Offset(0x04385098) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1052672_64_2_2_{ REL::Offset(0x04384798) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1052672_64_4_2_{ REL::Offset(0x04385D88) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_16_2_{ REL::Offset(0x045B4DA8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_1_2_{ REL::Offset(0x045B7240) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_24_2_{ REL::Offset(0x045B7658) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_2_2_{ REL::Offset(0x045B6750) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_4_2_{ REL::Offset(0x045B6410) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_114688_256_8_2_{ REL::Offset(0x045B7178) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_12288_128_24_2_{ REL::Offset(0x045B5960) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_12288_128_40_2_{ REL::Offset(0x045B5810) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_12288_64_4_0_{ REL::Offset(0x04387A90) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1280_16_1_0_{ REL::Offset(0x045B8950) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1280_16_8_0_{ REL::Offset(0x045B7FD0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1280_8_64_2_{ REL::Offset(0x045B9060) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_12_2_{ REL::Offset(0x045B51F8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_16_2_{ REL::Offset(0x045B64F8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_20_2_{ REL::Offset(0x045B5A48) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_24_0_{ REL::Offset(0x045B8160) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_32_2_{ REL::Offset(0x045B7150) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_36_2_{ REL::Offset(0x045B5B70) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_4_0_{ REL::Offset(0x045B8888) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_4_2_{ REL::Offset(0x045B4C28) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_56_2_{ REL::Offset(0x045B7630) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_60_2_{ REL::Offset(0x045B6C08) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_16_8_2_{ REL::Offset(0x045B6C58) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_8_16_0_{ REL::Offset(0x045B7FA8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_8_2_2_{ REL::Offset(0x045B54E8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1536_8_8_2_{ REL::Offset(0x045B5B00) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_16_0_{ REL::Offset(0x045B9938) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_24_0_{ REL::Offset(0x045B9478) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_40_0_{ REL::Offset(0x045B89F0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_4_0_{ REL::Offset(0x045B9BC0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_1687040_256_8_0_{ REL::Offset(0x045B9760) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_112_2_{ REL::Offset(0x045B4BD8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_16_2_{ REL::Offset(0x045B49B0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_24_2_{ REL::Offset(0x045B4F38) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_2_2_{ REL::Offset(0x045B5988) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_32_2_{ REL::Offset(0x045B7D50) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_4_2_{ REL::Offset(0x045B4A50) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_18432_32_8_2_{ REL::Offset(0x045B5420) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_168_0_{ REL::Offset(0x045B6180) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_16_0_{ REL::Offset(0x045B8240) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_240_0_{ REL::Offset(0x045B66D8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_24_0_{ REL::Offset(0x045B9160) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_32_0_{ REL::Offset(0x045B8188) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_4_0_{ REL::Offset(0x045B89C8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_84_0_{ REL::Offset(0x045B6308) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_20480_64_8_0_{ REL::Offset(0x045B9B98) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_2048_16_40_2_{ REL::Offset(0x045B6778) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_2048_16_80_2_{ REL::Offset(0x045B6B98) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_24_2_{ REL::Offset(0x045B92C8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_2_2_{ REL::Offset(0x045B8E58) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_36_2_{ REL::Offset(0x045B6060) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_2560_8_4_2_{ REL::Offset(0x045B8770) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_270336_128_16_0_{ REL::Offset(0x045B88D8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_270336_128_8_0_{ REL::Offset(0x045B82B8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_24_2_{ REL::Offset(0x04387250) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_32_2_{ REL::Offset(0x045B57E8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_48_2_{ REL::Offset(0x04386DE8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_4_0_{ REL::Offset(0x045B8928) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_4_2_{ REL::Offset(0x04387228) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_64_2_{ REL::Offset(0x04387640) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3072_32_8_0_{ REL::Offset(0x045B7F08) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_112_2_{ REL::Offset(0x045B5F20) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_120_2_{ REL::Offset(0x045B9278) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_128_2_{ REL::Offset(0x045B6E20) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_16_2_{ REL::Offset(0x045B9B48) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_1_2_{ REL::Offset(0x045B9A50) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_24_2_{ REL::Offset(0x045B94A0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_2_2_{ REL::Offset(0x045B92A0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_40_2_{ REL::Offset(0x045B85E0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_48_2_{ REL::Offset(0x045B69E0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_4_2_{ REL::Offset(0x045B5EA8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_52_2_{ REL::Offset(0x045B7308) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_64_2_{ REL::Offset(0x045B6290) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_3357696_256_8_2_{ REL::Offset(0x045B9408) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_128_2_{ REL::Offset(0x045B53F8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_16_2_{ REL::Offset(0x045B75E0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_1_2_{ REL::Offset(0x045B4FB0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_20_2_{ REL::Offset(0x045B4DD0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_24_2_{ REL::Offset(0x045B92F0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_2_2_{ REL::Offset(0x045B85B8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_48_2_{ REL::Offset(0x045B8E80) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_4_2_{ REL::Offset(0x045B9A28) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_52_2_{ REL::Offset(0x045B5EF8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_60_2_{ REL::Offset(0x045B7268) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_72_2_{ REL::Offset(0x045B6C30) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_76_2_{ REL::Offset(0x045B6B70) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_84_2_{ REL::Offset(0x045B7100) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_36864_64_8_2_{ REL::Offset(0x045B64D0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_1072_0_{ REL::Offset(0x045B6218) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_12_0_{ REL::Offset(0x045B8D50) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_1_0_{ REL::Offset(0x045B8860) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_1_2_{ REL::Offset(0x045B49D8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_2_2_{ REL::Offset(0x045B7590) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_32_0_{ REL::Offset(0x045B9250) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_44_2_{ REL::Offset(0x045B4918) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_4_0_{ REL::Offset(0x045B81F0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_4_2_{ REL::Offset(0x045B7290) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4096_32_8_0_{ REL::Offset(0x045B6700) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_4608_8_40_0_{ REL::Offset(0x04387390) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_5120_64_16_0_{ REL::Offset(0x045B8308) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_5120_64_8_0_{ REL::Offset(0x04387A68) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_528384_64_16_0_{ REL::Offset(0x045B8218) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_528384_64_40_0_{ REL::Offset(0x045B87E8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_16_2_{ REL::Offset(0x04387E00) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_24_2_{ REL::Offset(0x04387550) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_2_2_{ REL::Offset(0x04387110) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_48_2_{ REL::Offset(0x043872C8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_532480_128_4_2_{ REL::Offset(0x04386910) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_128_2_{ REL::Offset(0x043836D0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_12_2_{ REL::Offset(0x043838C0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_1584_2_{ REL::Offset(0x043853D0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_16_0_{ REL::Offset(0x045B8268) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_1_2_{ REL::Offset(0x04384DF0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_24_2_{ REL::Offset(0x04385660) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_2_2_{ REL::Offset(0x04384B30) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_4_2_{ REL::Offset(0x04384770) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_56_0_{ REL::Offset(0x045B9228) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_8_0_{ REL::Offset(0x045B8838) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_32_8_2_{ REL::Offset(0x04383A70) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_12_2_{ REL::Offset(0x043850C0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_160_2_{ REL::Offset(0x04386078) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_16_2_{ REL::Offset(0x04385C58) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_1_2_{ REL::Offset(0x04385E00) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_24_2_{ REL::Offset(0x04385AD0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_256_0_{ REL::Offset(0x045B9138) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_4_0_{ REL::Offset(0x045B7F58) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_6144_64_8_0_{ REL::Offset(0x045B7F30) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_16_0_{ REL::Offset(0x045B89A0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_1_0_{ REL::Offset(0x045B8098) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_24_0_{ REL::Offset(0x045B66B0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_256_0_{ REL::Offset(0x045B8900) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_32_0_{ REL::Offset(0x045B6158) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_3_0_{ REL::Offset(0x045B9200) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_4400_0_{ REL::Offset(0x045B8A40) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_48_0_{ REL::Offset(0x045B91B0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_4_0_{ REL::Offset(0x045B80C0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_516_0_{ REL::Offset(0x045B8DC8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_65536_0_{ REL::Offset(0x045B5E18) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_72_0_{ REL::Offset(0x045B7F80) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_744_0_{ REL::Offset(0x045B7720) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_8344_0_{ REL::Offset(0x045B5E40) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_88_0_{ REL::Offset(0x045B8CE8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_8_0_{ REL::Offset(0x04388B18) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_640_8_9480_0_{ REL::Offset(0x045B8E30) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_65536_256_16_0_{ REL::Offset(0x045B7FF8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_65536_256_8_0_{ REL::Offset(0x045B8A18) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_65536_512_16_0_{ REL::Offset(0x045B82E0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_104_2_{ REL::Offset(0x04387E50) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_120_0_{ REL::Offset(0x045B91D8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_12_2_{ REL::Offset(0x045B53A8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_132_2_{ REL::Offset(0x043852C0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_140_2_{ REL::Offset(0x045B6038) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_16_0_{ REL::Offset(0x045B8D78) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_16_2_{ REL::Offset(0x043873E0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_1904_2_{ REL::Offset(0x04385E50) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_1_2_{ REL::Offset(0x04384218) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_2048_2_{ REL::Offset(0x04384748) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_20_2_{ REL::Offset(0x045B6728) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_248_0_{ REL::Offset(0x045B8290) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_24_2_{ REL::Offset(0x04385D60) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_26900_2_{ REL::Offset(0x043847C0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_28_2_{ REL::Offset(0x045B4C00) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_32_2_{ REL::Offset(0x04386050) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_36_2_{ REL::Offset(0x04385688) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_40_2_{ REL::Offset(0x04385070) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_48_2_{ REL::Offset(0x045B67A0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_4_0_{ REL::Offset(0x045B8810) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_4_2_{ REL::Offset(0x04388AC8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_5184_2_{ REL::Offset(0x04383B68) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_528_2_{ REL::Offset(0x045B6B48) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_56_2_{ REL::Offset(0x04386938) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_64_2_{ REL::Offset(0x045B7568) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_68_2_{ REL::Offset(0x04386230) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_8280_2_{ REL::Offset(0x04384E18) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_88_2_{ REL::Offset(0x045B8568) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_768_8_8_2_{ REL::Offset(0x04384A58) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_16_2_{ REL::Offset(0x04387E28) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_28_2_{ REL::Offset(0x043861E0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_2_2_{ REL::Offset(0x045B4F88) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_48_2_{ REL::Offset(0x04383D90) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_4_2_{ REL::Offset(0x04385DD8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8192_64_8_2_{ REL::Offset(0x043841C8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8704_8_24_2_{ REL::Offset(0x04384B08) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_8704_8_4_2_{ REL::Offset(0x04384DC8) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_98304_512_32_2_{ REL::Offset(0x04385DB0) }; + inline constexpr std::array StorageTable__BaseMemoryHandler_98304_512_8_2_{ REL::Offset(0x04385AA8) }; + inline constexpr std::array StorageTable__DirectColumnDataStorageInterface{ REL::Offset(0x04383580) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_128_12_4_0_{ REL::Offset(0x045BA430) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_128_16_8_0_{ REL::Offset(0x045BA408) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_128_24_4_0_{ REL::Offset(0x045BA458) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_16_8_0_{ REL::Offset(0x045BA688) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_16_8_2_{ REL::Offset(0x04389358) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_24_4_2_{ REL::Offset(0x043894E8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_24_8_2_{ REL::Offset(0x04389380) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_2_2_2_{ REL::Offset(0x043893D0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_4_2_2_{ REL::Offset(0x043893F8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_10240_32_56_8_2_{ REL::Offset(0x043893A8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_128_4_2_{ REL::Offset(0x043898D0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_176_4_2_{ REL::Offset(0x04389830) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_20_4_2_{ REL::Offset(0x04389880) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_2564_4_2_{ REL::Offset(0x043898A8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_319536_4_2_{ REL::Offset(0x04389858) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_40_8_2_{ REL::Offset(0x04389920) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1024_8_96_4_2_{ REL::Offset(0x043898F8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_24_4_2_{ REL::Offset(0x04388F48) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_2_2_2_{ REL::Offset(0x04388F70) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_4_2_2_{ REL::Offset(0x043891A0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1052672_64_4_4_2_{ REL::Offset(0x04389178) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_16_4_2_{ REL::Offset(0x04386B40) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_1_1_2_{ REL::Offset(0x04386B18) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_24_4_2_{ REL::Offset(0x04386AF0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_2_2_2_{ REL::Offset(0x04386BB8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_4_2_2_{ REL::Offset(0x04386C08) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_4_4_2_{ REL::Offset(0x04386B68) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_114688_256_8_4_2_{ REL::Offset(0x04386BE0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_12288_128_24_4_2_{ REL::Offset(0x04384320) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_12288_128_40_8_2_{ REL::Offset(0x04384348) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_12288_64_4_4_0_{ REL::Offset(0x04389498) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1280_16_1_1_0_{ REL::Offset(0x045BA728) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1280_16_8_8_0_{ REL::Offset(0x045BA700) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1280_8_64_4_2_{ REL::Offset(0x043873B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_12_4_2_{ REL::Offset(0x04386348) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_16_8_2_{ REL::Offset(0x043863D0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_20_4_2_{ REL::Offset(0x04383988) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_24_8_0_{ REL::Offset(0x045BA278) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_32_8_2_{ REL::Offset(0x043863F8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_36_4_2_{ REL::Offset(0x04383960) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_4_4_0_{ REL::Offset(0x045BA2A0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_4_4_2_{ REL::Offset(0x04386320) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_56_8_2_{ REL::Offset(0x043862F8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_60_4_2_{ REL::Offset(0x04386420) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_16_8_8_2_{ REL::Offset(0x04385EC8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_8_16_8_0_{ REL::Offset(0x045B9E40) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_8_2_1_2_{ REL::Offset(0x04383EC0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1536_8_8_8_2_{ REL::Offset(0x04383F10) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_16_4_0_{ REL::Offset(0x045BA098) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_16_8_0_{ REL::Offset(0x045B9D28) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_24_4_0_{ REL::Offset(0x045B9C88) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_40_8_0_{ REL::Offset(0x045B9DA0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_4_2_0_{ REL::Offset(0x045B9D78) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_4_4_0_{ REL::Offset(0x045B9D50) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_8_4_0_{ REL::Offset(0x045BA0C0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_1687040_256_8_8_0_{ REL::Offset(0x045B9CB0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_112_4_2_{ REL::Offset(0x04385798) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_16_8_2_{ REL::Offset(0x043857E8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_24_4_2_{ REL::Offset(0x04385838) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_2_2_2_{ REL::Offset(0x04385728) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_32_4_2_{ REL::Offset(0x04388340) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_4_2_2_{ REL::Offset(0x04385750) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_4_4_2_{ REL::Offset(0x043857C0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_18432_32_8_4_2_{ REL::Offset(0x04385810) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_168_8_0_{ REL::Offset(0x045B9E90) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_16_4_0_{ REL::Offset(0x045BA250) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_16_8_0_{ REL::Offset(0x045B9DF0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_240_4_0_{ REL::Offset(0x045B9CD8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_24_4_0_{ REL::Offset(0x045B9EE0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_24_8_0_{ REL::Offset(0x045B9D00) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_32_4_0_{ REL::Offset(0x045BA228) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_4_4_0_{ REL::Offset(0x045B9EB8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_84_4_0_{ REL::Offset(0x045B9E68) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_8_4_0_{ REL::Offset(0x045B9DC8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_20480_64_8_8_0_{ REL::Offset(0x045BA160) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2048_16_40_4_2_{ REL::Offset(0x04386960) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2048_16_80_8_2_{ REL::Offset(0x04386A48) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_24_4_2_{ REL::Offset(0x04387730) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_2_2_2_{ REL::Offset(0x04387758) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_36_4_2_{ REL::Offset(0x043877A8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_4_2_2_{ REL::Offset(0x04387708) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_2560_8_4_4_2_{ REL::Offset(0x04387780) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_270336_128_16_8_0_{ REL::Offset(0x045BA3E0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_270336_128_8_8_0_{ REL::Offset(0x045BA3B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_24_8_2_{ REL::Offset(0x04389A60) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_32_4_2_{ REL::Offset(0x04383CC8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_48_8_2_{ REL::Offset(0x04389A10) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_4_4_0_{ REL::Offset(0x045BA778) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_4_4_2_{ REL::Offset(0x04389A38) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_64_8_2_{ REL::Offset(0x04389A88) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3072_32_8_4_0_{ REL::Offset(0x045BA750) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_112_16_2_{ REL::Offset(0x04388C28) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_120_8_2_{ REL::Offset(0x04388DE0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_128_4_2_{ REL::Offset(0x04388CA0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_16_4_2_{ REL::Offset(0x04388ED0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_16_8_2_{ REL::Offset(0x04388E08) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_1_1_2_{ REL::Offset(0x04388D90) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_24_4_2_{ REL::Offset(0x04388CC8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_24_8_2_{ REL::Offset(0x04388D68) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_2_2_2_{ REL::Offset(0x04388E30) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_40_8_2_{ REL::Offset(0x04388DB8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_48_8_2_{ REL::Offset(0x04388C50) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_4_2_2_{ REL::Offset(0x04388E80) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_4_4_2_{ REL::Offset(0x04388C78) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_52_4_2_{ REL::Offset(0x04388CF0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_64_16_2_{ REL::Offset(0x04388C00) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_8_4_2_{ REL::Offset(0x04388E58) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_3357696_256_8_8_2_{ REL::Offset(0x04388EA8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_128_1_2_{ REL::Offset(0x04384BF0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_16_4_2_{ REL::Offset(0x04388568) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_1_1_2_{ REL::Offset(0x04384C40) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_20_4_2_{ REL::Offset(0x043885B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_24_4_2_{ REL::Offset(0x04387F18) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_24_8_2_{ REL::Offset(0x04387EC8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_2_1_2_{ REL::Offset(0x04384C18) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_2_2_2_{ REL::Offset(0x043880B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_48_16_2_{ REL::Offset(0x04387EF0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_4_2_2_{ REL::Offset(0x04388068) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_4_4_2_{ REL::Offset(0x04388090) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_52_4_2_{ REL::Offset(0x04387F40) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_60_4_2_{ REL::Offset(0x04388590) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_72_4_2_{ REL::Offset(0x04387FE0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_76_4_2_{ REL::Offset(0x04387F68) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_84_4_2_{ REL::Offset(0x04387FB8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_36864_64_8_8_2_{ REL::Offset(0x04387F90) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_1072_4_0_{ REL::Offset(0x045B9F08) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_12_4_0_{ REL::Offset(0x045B9F80) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_1_1_0_{ REL::Offset(0x045BA110) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_1_1_2_{ REL::Offset(0x043861B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_2_1_2_{ REL::Offset(0x04386140) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_32_4_0_{ REL::Offset(0x045B9F58) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_44_4_2_{ REL::Offset(0x043853A8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_4_2_2_{ REL::Offset(0x04386168) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_4_4_0_{ REL::Offset(0x045BA0E8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_4_4_2_{ REL::Offset(0x04386190) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4096_32_8_4_0_{ REL::Offset(0x045B9F30) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_4608_8_40_4_0_{ REL::Offset(0x04389448) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_5120_64_16_8_0_{ REL::Offset(0x045B9FD0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_5120_64_8_8_0_{ REL::Offset(0x04389470) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_528384_64_16_8_0_{ REL::Offset(0x045B9FF8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_528384_64_40_8_0_{ REL::Offset(0x045BA020) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_16_4_2_{ REL::Offset(0x04389948) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_16_8_2_{ REL::Offset(0x04389768) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_24_4_2_{ REL::Offset(0x04389718) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_2_2_2_{ REL::Offset(0x04389740) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_48_8_2_{ REL::Offset(0x043896F0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_532480_128_4_2_2_{ REL::Offset(0x04389790) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_128_4_2_{ REL::Offset(0x043890D8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_12_4_2_{ REL::Offset(0x04389100) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_1584_16_2_{ REL::Offset(0x043892B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_16_8_0_{ REL::Offset(0x045BA048) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_1_1_2_{ REL::Offset(0x04389088) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_24_4_2_{ REL::Offset(0x04389268) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_24_8_2_{ REL::Offset(0x04389290) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_2_1_2_{ REL::Offset(0x043892E0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_4_2_2_{ REL::Offset(0x04389128) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_4_4_2_{ REL::Offset(0x043890B0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_56_8_0_{ REL::Offset(0x045BA138) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_8_4_2_{ REL::Offset(0x04389150) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_32_8_8_0_{ REL::Offset(0x045BA070) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_12_4_2_{ REL::Offset(0x043899C0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_160_16_2_{ REL::Offset(0x04389060) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_16_4_2_{ REL::Offset(0x04389998) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_1_1_2_{ REL::Offset(0x04389038) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_24_4_2_{ REL::Offset(0x04389970) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_256_8_0_{ REL::Offset(0x045BA660) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_4_4_0_{ REL::Offset(0x045BA6D8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_6144_64_8_8_0_{ REL::Offset(0x045BA6B0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_16_4_0_{ REL::Offset(0x045BA5E8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_16_8_0_{ REL::Offset(0x045BA4F8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_1_1_0_{ REL::Offset(0x045BA4D0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_24_8_0_{ REL::Offset(0x045BA1B0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_256_8_0_{ REL::Offset(0x045BA368) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_32_8_0_{ REL::Offset(0x045BA638) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_3_1_0_{ REL::Offset(0x045BA390) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_4400_8_0_{ REL::Offset(0x045BA548) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_48_8_0_{ REL::Offset(0x045BA4A8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_4_4_0_{ REL::Offset(0x045BA480) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_516_4_0_{ REL::Offset(0x045BA610) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_65536_8_0_{ REL::Offset(0x045BA5C0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_72_8_0_{ REL::Offset(0x045BA520) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_744_8_0_{ REL::Offset(0x045B9E18) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_8344_8_0_{ REL::Offset(0x045BA188) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_88_8_0_{ REL::Offset(0x045BA200) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_8_8_0_{ REL::Offset(0x043894C0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_640_8_9480_8_0_{ REL::Offset(0x045BA1D8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_65536_256_16_8_0_{ REL::Offset(0x045BA570) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_65536_256_8_8_0_{ REL::Offset(0x045BA598) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_65536_512_16_8_0_{ REL::Offset(0x045B9FA8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_104_4_2_{ REL::Offset(0x04389808) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_120_8_0_{ REL::Offset(0x045BA2C8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_12_4_2_{ REL::Offset(0x04386658) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_132_4_2_{ REL::Offset(0x04389650) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_140_4_2_{ REL::Offset(0x043865B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_16_4_2_{ REL::Offset(0x04386F58) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_16_8_0_{ REL::Offset(0x045BA2F0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_16_8_2_{ REL::Offset(0x04389010) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_1904_4_2_{ REL::Offset(0x04389600) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_1_1_2_{ REL::Offset(0x04389588) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_2048_8_2_{ REL::Offset(0x04389420) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_20_4_2_{ REL::Offset(0x043876B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_248_8_0_{ REL::Offset(0x045BA318) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_24_4_2_{ REL::Offset(0x04386F30) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_24_8_2_{ REL::Offset(0x04389510) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_26900_4_2_{ REL::Offset(0x043896A0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_28_4_2_{ REL::Offset(0x04386630) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_32_4_2_{ REL::Offset(0x04388FE8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_32_8_2_{ REL::Offset(0x043876E0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_36_4_2_{ REL::Offset(0x04389628) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_40_4_2_{ REL::Offset(0x04389218) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_40_8_2_{ REL::Offset(0x04388D18) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_48_8_2_{ REL::Offset(0x04386608) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_4_2_2_{ REL::Offset(0x04389240) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_4_4_0_{ REL::Offset(0x045BA340) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_4_4_2_{ REL::Offset(0x043897E0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_5184_8_2_{ REL::Offset(0x04389538) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_528_8_2_{ REL::Offset(0x04387690) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_56_4_2_{ REL::Offset(0x043895B0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_64_4_2_{ REL::Offset(0x04385A80) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_68_4_2_{ REL::Offset(0x043895D8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_8280_8_2_{ REL::Offset(0x04389678) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_88_8_2_{ REL::Offset(0x04388D40) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_768_8_8_4_2_{ REL::Offset(0x043896C8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_16_8_2_{ REL::Offset(0x043897B8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_28_4_2_{ REL::Offset(0x043899E8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_2_2_2_{ REL::Offset(0x04384588) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_48_4_2_{ REL::Offset(0x04389330) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_4_4_2_{ REL::Offset(0x04389308) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8192_64_8_8_2_{ REL::Offset(0x04389560) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8704_8_24_8_2_{ REL::Offset(0x043891F0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_8704_8_4_4_2_{ REL::Offset(0x043891C8) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_98304_512_32_4_2_{ REL::Offset(0x04388FC0) }; + inline constexpr std::array StorageTable__HostOnlyMemoryImpl_98304_512_8_8_2_{ REL::Offset(0x04388F98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__LUTSet_0_{ REL::Offset(0x045B8A68) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_CreationRendererPrivate__AtmosphericScatteringSystem__PrecomputeResourceState_0_{ REL::Offset(0x045B7A08) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringNearThreshold_2_{ REL::Offset(0x045B5580) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringTypes_2_{ REL::Offset(0x045B56C8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__NearFarScatteringData_2_{ REL::Offset(0x045B5C50) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__DynamicResolutionStats_2_{ REL::Offset(0x045B9BE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODMemoryStats_2_{ REL::Offset(0x045B8110) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BIMetrics__Storage_StorageTable__BIMetrics__LODUpgradeStats_2_{ REL::Offset(0x045B8978) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__MovieSettings_2_{ REL::Offset(0x043860A0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__BinkMovie__Storage_StorageTable__BinkMovie__UploadBuffers_2_{ REL::Offset(0x043859E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__CascadeShadowMapCache_0_{ REL::Offset(0x045B6BC0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__HistoryData_0_{ REL::Offset(0x045B6380) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__DepthSystem__VisualizationData_0_{ REL::Offset(0x045B9010) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__GPUDebugGeometry__HistoryData_0_{ REL::Offset(0x045B8C58) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HDRSystem__HDRConfig_0_{ REL::Offset(0x045B68A8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__HeightfieldSystem__HeightfieldData_0_{ REL::Offset(0x045B7DF0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ParticleLighting__PerChunkIndexData_0_{ REL::Offset(0x045B5FE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ProbeSystem__ProbeSystemData_0_{ REL::Offset(0x045B7968) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__ShadowMapCameraCutData_0_{ REL::Offset(0x045B75B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__SkyOcclusionSystem__SkyOcclusionData_0_{ REL::Offset(0x045B8420) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRendererPrivate__TiledCullingData_0_{ REL::Offset(0x045B6FA0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__CGen__HDRData_0_{ REL::Offset(0x045B6488) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__DirectionalShadowData_2_{ REL::Offset(0x045B6E70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_CreationRenderer__FeatureSetup_2_{ REL::Offset(0x045B6A80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AdditionalHairAO_2_{ REL::Offset(0x045B78A0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__AverageLuminanceFutureReadback_2_{ REL::Offset(0x045B71C8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__CameraViewData_2_{ REL::Offset(0x045B8F48) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__ClearColor_2_{ REL::Offset(0x045B6240) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HeightfieldSettings_2_{ REL::Offset(0x045B7480) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__HighlightSettings_2_{ REL::Offset(0x045B6660) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CameraView__Storage_StorageTable__StrongKey_StorageTable__ImageSpaceData__Storage__2_{ REL::Offset(0x045B5FC0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_NiCamera_0_{ REL::Offset(0x04387850) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraBlocks_0_{ REL::Offset(0x045B7C10) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraCut_2_{ REL::Offset(0x04384FC0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustumType_2_{ REL::Offset(0x04385E78) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraFrustum_2_{ REL::Offset(0x04385A10) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraScissor_2_{ REL::Offset(0x04385700) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraTransformData_2_{ REL::Offset(0x043860C8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Camera__Storage_StorageTable__CameraViewport_2_{ REL::Offset(0x04385CD0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleDataBuffer_2_{ REL::Offset(0x045B4A00) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__CloudParticle__Storage_StorageTable__CloudParticle__CloudParticleSortDataBuffer_2_{ REL::Offset(0x045B4988) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Clouds__Storage_StorageTable__CloudData_2_{ REL::Offset(0x043847E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Debug__Storage_StorageTable__RenderDebugData_2_{ REL::Offset(0x04386258) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_CreationRenderer__DecalSlotRefCount_0_{ REL::Offset(0x04387878) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__DecalSlot__Storage_StorageTable__UniqueHandle_StorageTable__DecalSlot__Storage__0_{ REL::Offset(0x043874A8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerConstants_2_{ REL::Offset(0x045B5910) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FaceCustomization__Storage_StorageTable__FaceCustomization__CustomizationLayerTextures_2_{ REL::Offset(0x045B5860) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__FocusShadowLightBinding_0_{ REL::Offset(0x045B7918) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRendererPrivate__GeometryList_0_{ REL::Offset(0x045B83B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_CreationRenderer__FocusShadowModel_2_{ REL::Offset(0x045B5028) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__FocusShadowBias_2_{ REL::Offset(0x045B59D0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__StrongKey_StorageTable__Light__Storage__2_{ REL::Offset(0x045B50D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FocusShadow__Storage_StorageTable__UniqueHandle_StorageTable__ShadowMap__Storage__0_{ REL::Offset(0x045B8A90) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolumeMaterialData__Storage_StorageTable__FogVolumeMaterial_2_{ REL::Offset(0x045B9368) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B7990) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B8590) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B9390) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__FogVolumeDimensions_2_{ REL::Offset(0x045B5F48) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B8F70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__FogVolume__Storage_StorageTable__StrongKey_StorageTable__FogVolumeMaterialData__Storage__2_{ REL::Offset(0x045B6268) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_BSTHashMap_std__pair_unsignedint_unsignedint__unsignedint_BSTDefaultScatterTable__0_{ REL::Offset(0x045B8448) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__GeometryParticleInstanceDataAllocation_0_{ REL::Offset(0x045B7E18) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B7BE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043838E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__Bounds_2_{ REL::Offset(0x04383E08) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__BatchInstanceDataBuffer_2_{ REL::Offset(0x04384970) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__GeometryParticleTypes__Flags_2_{ REL::Offset(0x04384450) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x04383720) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GeometryParticleBatch__Storage_std__vector_StorageTable__GeometryParticleTypes__ForeignKeys_BSTHeapSTLAllocator_StorageTable__GeometryParticleTypes__ForeignKeys_2___2_{ REL::Offset(0x04384268) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_BSGeometry_0_{ REL::Offset(0x045B9960) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__BoneBufferAllocation_0_{ REL::Offset(0x045B9788) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__CRMeshLODHandle_0_{ REL::Offset(0x045B8748) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B9988) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__Geometry__MaterialInstancesLODArray_2_{ REL::Offset(0x045B9B20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ REL::Offset(0x045B62E0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B61D0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BSLODMeshHandle_2_{ REL::Offset(0x045B93B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__BoneTransformsBuffer_2_{ REL::Offset(0x045B8DA0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B8608) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__ForeignKeys_2_{ REL::Offset(0x045B6D68) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__BoundsRatioToModel_0_{ REL::Offset(0x045B9038) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredMaterialInstances_0_{ REL::Offset(0x045B7D78) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__Geometry__RegisteredModelKey_0_{ REL::Offset(0x045B9A00) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__OperationSequence_0_{ REL::Offset(0x045B7AF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__RenderOrder_2_{ REL::Offset(0x045B6638) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B9188) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ REL::Offset(0x045B7048) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Geometry__Storage_StorageTable__StrongKey_StorageTable__MorphData__Storage__2_{ REL::Offset(0x045B6A58) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GlobalDirtOverlay__Storage_StorageTable__GlobalLayerSceneData_2_{ REL::Offset(0x04383BB8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__GpuFrameTime__Storage_StorageTable__GpuFrameTime__RenderStatsCmdBufferTimingData_2_{ REL::Offset(0x045B93E0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Highlight__Storage_CreationRenderer__CGen__HighlightInputInfo_2_{ REL::Offset(0x045B57C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageProcess__Storage_StorageTable__ImageProcess__Data_2_{ REL::Offset(0x04383DB8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ColorEffectData_2_{ REL::Offset(0x045B6EC0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DebugData_2_{ REL::Offset(0x045B77B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoFData_2_{ REL::Offset(0x045B7218) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__DoubleVisionData_2_{ REL::Offset(0x045B74D0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__FullScreenBlurData_2_{ REL::Offset(0x045B4860) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__HDRData_2_{ REL::Offset(0x045B5ED0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__ImageSpaceVolumes_2_{ REL::Offset(0x045B5300) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__LUTData_2_{ REL::Offset(0x045B67C8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__RadialBlurData_2_{ REL::Offset(0x045B4DF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VignetteData_2_{ REL::Offset(0x045B5470) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ImageSpaceData__Storage_StorageTable__VolumetricLightingData_2_{ REL::Offset(0x045B4A78) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlareInstance__Storage_StorageTable__LensFlareInstance__InstanceData_2_{ REL::Offset(0x043836F8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__LensFlareData_2_{ REL::Offset(0x045B6A08) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__LensFlare__SunData_2_{ REL::Offset(0x045B6840) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_StorageTable__UniqueHandle_StorageTable__LensFlareInstance__Storage__0_{ REL::Offset(0x045B7E68) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__LensFlare__Storage_std__vector_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_BSTHeapSTLAllocator_StorageTable__LensFlare__EmsissiveGeoLensFlareInstances_2___0_{ REL::Offset(0x045B7A30) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_BSAreaLight__AreaLightData_2_{ REL::Offset(0x045B7828) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__LightFocusShadowBindings_0_{ REL::Offset(0x045B6F78) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B7B48) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCollection_0_{ REL::Offset(0x045B60B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowMapCullingData_0_{ REL::Offset(0x045B63E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__ShadowProjection_0_{ REL::Offset(0x045B8ED0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRendererPrivate__TiledLightingTileCount_0_{ REL::Offset(0x045B6548) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__CGen__CShadowMapRenderingData_0_{ REL::Offset(0x045B6AD0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__LightContactShadowData_2_{ REL::Offset(0x045B4CF0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B9B70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_CreationRenderer__ShadowSettings_2_{ REL::Offset(0x045B4AA0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__Bounds_0_{ REL::Offset(0x045B87C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__ContactShadowIndex_0_{ REL::Offset(0x045B7CB0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBoxVolume_2_{ REL::Offset(0x045B6E98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightBufferInfo_0_{ REL::Offset(0x045B99B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightColorData_2_{ REL::Offset(0x045B6330) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightDimensions_2_{ REL::Offset(0x045B5F70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightGoboAnimation_2_{ REL::Offset(0x045B7070) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightInfluence_0_{ REL::Offset(0x045B90B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightMetaData_2_{ REL::Offset(0x045B9318) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightParams_2_{ REL::Offset(0x045B7518) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightProjectionData_2_{ REL::Offset(0x045B6AA8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__LightTextures_2_{ REL::Offset(0x045B6688) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__MatrixTransform_2_{ REL::Offset(0x045B8EF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B8658) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Light__Storage_StorageTable__StrongKey_StorageTable__LensFlare__Storage__2_{ REL::Offset(0x045B8020) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_BSResource2__DBHandleBase_0_{ REL::Offset(0x045B99D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRendererPrivate__MIInternalPerInstanceSlotData_0_{ REL::Offset(0x045B96E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_CreationRenderer__MaterialOptions_2_{ REL::Offset(0x045B9AF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIAnimatedUVStreams_2_{ REL::Offset(0x045B6D40) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MIDataImmutable_2_{ REL::Offset(0x045B9430) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__AlphaTestRef_2_{ REL::Offset(0x045B6610) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayerTints_2_{ REL::Offset(0x045B7850) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__LayeredEffectFalloffData_2_{ REL::Offset(0x045B7540) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__MaterialInstance__TintColor_2_{ REL::Offset(0x045B7098) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__OperationSequence_0_{ REL::Offset(0x045B7AD0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT2_CreationRenderer__MaterialTraitsFloat2__2_{ REL::Offset(0x045B8F20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT3A_CreationRenderer__MaterialTraitsFloat3__2_{ REL::Offset(0x045B6358) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_DirectX__XMFLOAT4A_CreationRenderer__MaterialTraitsFloat4__2_{ REL::Offset(0x045B61A8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_StorageTable__STTextureTrait_CreationRenderer__MaterialTraitsTexture__2_{ REL::Offset(0x045B6A30) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_float_CreationRenderer__MaterialTraitsFloat__2_{ REL::Offset(0x045B9340) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_StorageTable__TraitsMap_unsignedint_CreationRenderer__MaterialTraitsUint__2_{ REL::Offset(0x045B8680) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MaterialInstance__Storage_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpSet_1_CreationRendererPrivate__Geometry__GeometryInstanceHandle_BSTHeapSTLAllocator_CreationRendererPrivate__Geometry__GeometryInstanceHandle_2__std__hash_CreationRendererPrivate__Geometry__GeometryInstanceHandle__std__equal_to_CreationRendererPrivate__Geometry__GeometryInstanceHandle____0_{ REL::Offset(0x045B7CD8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B7EB8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRendererPrivate__PatchInstanceDataAllocation_0_{ REL::Offset(0x045B7A80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__MeshInstancePatch__ModelInformation_2_{ REL::Offset(0x04387318) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x04386830) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__Bounds_2_{ REL::Offset(0x043875C8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchInstanceDataBuffer_2_{ REL::Offset(0x04386D10) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__MeshInstancePatchProperties_2_{ REL::Offset(0x04387E78) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstancePatch__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x043871B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__ColorsVertexStream_2_{ REL::Offset(0x043871D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__LastPositionsVertexStream_2_{ REL::Offset(0x043862A8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__NormalsVertexStream_2_{ REL::Offset(0x04386D38) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__PositionsVertexStream_2_{ REL::Offset(0x04387EA0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ REL::Offset(0x04386508) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TangentsVertexStream_2_{ REL::Offset(0x04386858) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoord2VertexStream_2_{ REL::Offset(0x043875F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MeshInstance__Storage_StorageTable__TexCoordVertexStream_2_{ REL::Offset(0x04387340) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__ModelGeometryList_0_{ REL::Offset(0x045B8720) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B7C60) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__ModelDefinition_2_{ REL::Offset(0x04385C80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043856D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Bounds_2_{ REL::Offset(0x04385138) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__DirtynessScale_2_{ REL::Offset(0x04384E90) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__ForceFade_2_{ REL::Offset(0x04384BA8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__GeometryHitGroup_2_{ REL::Offset(0x043849C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__Model__RaytracingInfo_0_{ REL::Offset(0x045B7DC8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x04384698) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Model__Storage_StorageTable__StrongKey_StorageTable__NodeExtraVisualData__Storage__2_{ REL::Offset(0x04385338) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_BSStaticBitField_unsignedchar__2_{ REL::Offset(0x045B4FD8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_CreationRenderer__BSMorphHandle_2_{ REL::Offset(0x045B5240) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__MorphBaseColorConstant_2_{ REL::Offset(0x045B5148) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__MorphData__Storage_StorageTable__PerformanceMorphWeights_2_{ REL::Offset(0x045B53D0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__NodeExtraVisualData__Storage_CreationRenderer__CGen__NodeExtraVisualDataBlock_2_{ REL::Offset(0x045B8070) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ REL::Offset(0x045B83D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__BoundScene_0_{ REL::Offset(0x045B8B28) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B5050) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__2_{ REL::Offset(0x045B5100) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParentTransform__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ REL::Offset(0x045B7940) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_CreationRenderer__CRParticles__CloudData_2_{ REL::Offset(0x045B4960) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ REL::Offset(0x045B5268) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleCloudEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__2_{ REL::Offset(0x045B5498) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B78C8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CGen__EmitterData_2_{ REL::Offset(0x045B4D58) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__CRParticles__CPUData_2_{ REL::Offset(0x045B4888) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B5838) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B5000) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__CloudTag__2_{ REL::Offset(0x045B5170) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__ParticleTag__2_{ REL::Offset(0x045B54C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__ParticleEmitter__RangeBase_StorageTable__ParticleEmitter__RibbonTag__2_{ REL::Offset(0x045B52D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B59F8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ REL::Offset(0x045B4A28) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ParticleEmitter__Storage_StorageTable__StrongKey_StorageTable__ParticleCloudEmitter__Storage__2_{ REL::Offset(0x045B56F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled__2_{ REL::Offset(0x045B7330) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Particle__Storage_StorageTable__Particle__RibbonSpawnOrderBuffer_2_{ REL::Offset(0x045B4D80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmosphereMode_2_{ REL::Offset(0x045B5AD8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__DistantAtmospheres_2_{ REL::Offset(0x045B5C78) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__PlanetsData__Storage_StorageTable__PlanetCount_2_{ REL::Offset(0x045B5CE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B72B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeData_2_{ REL::Offset(0x045B77D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridCellLoadState_2_{ REL::Offset(0x045B48B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRaysPerProbe_0_{ REL::Offset(0x045B8470) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridRenderData_0_{ REL::Offset(0x045B78F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridUpdateFrameCount_0_{ REL::Offset(0x045B8B50) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__ProbeGridVolumeKey_2_{ REL::Offset(0x045B4AC8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProbeVolume__Storage_StorageTable__StrongKey_StorageTable__VolumeInstance__Storage__2_{ REL::Offset(0x045B4E48) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRendererPrivate__OctreeBinding_0_{ REL::Offset(0x045B79E0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__ProjectedDecal__DecalLayers_2_{ REL::Offset(0x045B71A0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x045B6EE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__Bounds_2_{ REL::Offset(0x045B7878) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RenderLayer_2_{ REL::Offset(0x045B7458) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__ProjectedDecal__RotationQuaternion_2_{ REL::Offset(0x045B4E20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StateFlags_2_{ REL::Offset(0x045B67F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__Highlight__Storage__2_{ REL::Offset(0x045B5F98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_StorageTable__StrongKey_StorageTable__MaterialInstance__Storage__2_{ REL::Offset(0x045B62B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ProjectedDecal__Storage_unsigned__int64_0_{ REL::Offset(0x045B8B00) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__CameraExposureData_0_{ REL::Offset(0x045B86F8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVisiblityData_2_{ REL::Offset(0x04383910) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__ReflectionProbeVolumeData_2_{ REL::Offset(0x04383748) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__CGen__SSceneShadowData_0_{ REL::Offset(0x045B6438) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x04383B20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__CaptureStep_0_{ REL::Offset(0x045B8F98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureCount_0_{ REL::Offset(0x045B8C80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeCaptureStatus_0_{ REL::Offset(0x045B7DA0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeDebugData_2_{ REL::Offset(0x04384E68) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFacesData_2_{ REL::Offset(0x04385310) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFadeData_0_{ REL::Offset(0x045B6AF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackDiffuse_2_{ REL::Offset(0x04384998) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeFallbackRTXFactor_2_{ REL::Offset(0x04384290) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeHysteresis_0_{ REL::Offset(0x045B6010) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIgnoreFlag_2_{ REL::Offset(0x04384478) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeIntensity_2_{ REL::Offset(0x04384670) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbePosData_2_{ REL::Offset(0x043856B0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeRenderData_0_{ REL::Offset(0x045B7B98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeStaticData_2_{ REL::Offset(0x04384B80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeUpdateData_2_{ REL::Offset(0x04385110) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SReflectionProbeVisibilityBlendData_2_{ REL::Offset(0x04383A98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ReflectionProbe__Storage_StorageTable__ReflectionProbe__SVolumeKey_2_{ REL::Offset(0x04383E30) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_CreationRenderer__VisualizationSetup_2_{ REL::Offset(0x045B6DF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__FSR2HistoryResetData_0_{ REL::Offset(0x045B8FE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__MultiCameraViewData_2_{ REL::Offset(0x045B71F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphOptions_2_{ REL::Offset(0x045B5448) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraphStorageData_2_{ REL::Offset(0x045B6818) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__RenderGraph__FaceCustomizationRequest_2_{ REL::Offset(0x045B74A8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformMenusData_2_{ REL::Offset(0x045B7788) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__ScaleformRebuildRenderGraphData_0_{ REL::Offset(0x045B8AD8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__BinkMovie__Storage__2_{ REL::Offset(0x045B4E70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImGuiST__Storage__2_{ REL::Offset(0x045B4AF0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_StorageTable__StrongKey_StorageTable__ImageProcess__Storage__2_{ REL::Offset(0x045B4838) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData_std__default_delete_CreationRendererPrivate__ApiAbstractionLayer__FSR2__ContextData___0_{ REL::Offset(0x045B8498) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderGraph__Storage_std__unique_ptr_CreationRendererPrivate__RenderGraph_std__default_delete_CreationRendererPrivate__RenderGraph___0_{ REL::Offset(0x045B79B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__CPUDescriptorHeapSize_2_{ REL::Offset(0x045B8630) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RendererState__Storage_StorageTable__RendererState__Shaders_2_{ REL::Offset(0x045B80E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderingDiffuseProbe__Storage_StorageTable__RenderingDiffuseProbe__SRenderingOptions_2_{ REL::Offset(0x045B7608) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_CreationRenderer__SceneBinding_2_{ REL::Offset(0x043852E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__RenderingReflectionProbe__Storage_StorageTable__RenderingReflectionProbe__SRenderingOptions_2_{ REL::Offset(0x043850E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformFrameID_2_{ REL::Offset(0x045B7800) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieName_2_{ REL::Offset(0x045B6DD0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMovieOutput_2_{ REL::Offset(0x045B72E0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ScaleformST__Storage_StorageTable__ScaleformMoviePointer_2_{ REL::Offset(0x045B7128) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__DrawableMaskContainer_0_{ REL::Offset(0x045B7E40) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GIFallbackCubemapFlags_0_{ REL::Offset(0x045B86D0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__GeometryList_0_{ REL::Offset(0x045B6520) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__MeshInstancePatchManager_0_{ REL::Offset(0x045B6B20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ProbeGridManager_0_{ REL::Offset(0x045B8EA8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__ReflectionProbeManager_0_{ REL::Offset(0x045B9088) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__SkyCubemapSystem__SkyCubemapData_0_{ REL::Offset(0x045B6F50) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__TLASFastConvergeEvent_0_{ REL::Offset(0x045B6460) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRendererPrivate__WaterDisplacementCRData_0_{ REL::Offset(0x045B6088) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__OcclusionData_2_{ REL::Offset(0x04385360) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__Settings_2_{ REL::Offset(0x043855B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__CelestialBodies__StarBlendParams_2_{ REL::Offset(0x04384FE8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterDisplacementData_2_{ REL::Offset(0x04384EB8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_CreationRenderer__WaterFeatureData_2_{ REL::Offset(0x043846C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_GameSceneNode_0_{ REL::Offset(0x043888C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__CubemapBackground_2_{ REL::Offset(0x04387368) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogMap_2_{ REL::Offset(0x043862D0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__FogSettings_2_{ REL::Offset(0x04387D38) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__GIFallbackCubemap_2_{ REL::Offset(0x04385CF8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PointCloudSettings_2_{ REL::Offset(0x043849E8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__PrecipitationData_2_{ REL::Offset(0x043860F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__SceneData_2_{ REL::Offset(0x043842B8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StarfieldSkyCubemapContribtion_2_{ REL::Offset(0x04384A80) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__AtmosphericScattering__Storage__2_{ REL::Offset(0x04388AF0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__Clouds__Storage__2_{ REL::Offset(0x04387618) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__GlobalDirtOverlay__Storage__2_{ REL::Offset(0x04385A38) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__PlanetsData__Storage__2_{ REL::Offset(0x04386D60) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__StarfieldData__Storage__2_{ REL::Offset(0x04387200) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x043882D8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__VolumetricLighting_2_{ REL::Offset(0x04386880) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_StorageTable__WindData_2_{ REL::Offset(0x04386530) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Scene__Storage_std__unique_ptr_CreationRendererPrivate__OctreeWorld_stl__detail__AlignedDelete_CreationRendererPrivate__OctreeWorld___0_{ REL::Offset(0x045B7AA8) }; inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapAllocation_0_{ REL::Offset(0x045B7D00) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapRenderingMetaData_0_{ REL::Offset(0x045B6DE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_2_{ REL::Offset(0x04382EC8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_2_{ REL::Offset(0x04382A30) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__State_0_{ REL::Offset(0x045B6CD0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ REL::Offset(0x04382730) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_2_{ REL::Offset(0x045B4E18) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_2_{ REL::Offset(0x045B4DD0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_2_{ REL::Offset(0x045B4CC8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_2_{ REL::Offset(0x045B4C10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__2_{ REL::Offset(0x045B4D60) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x04385AB8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_2_{ REL::Offset(0x04386060) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x04385248) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_2_{ REL::Offset(0x043856F0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__TerrainShadowMap_0_{ REL::Offset(0x045B7FE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__Terrain__RenderData_0_{ REL::Offset(0x045B84A0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_2_{ REL::Offset(0x04385E00) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_2_{ REL::Offset(0x04385AE0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__0_{ REL::Offset(0x045B7C60) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_2_{ REL::Offset(0x04384EE8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainInstanceData_0_{ REL::Offset(0x045B6F50) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_2_{ REL::Offset(0x04385270) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_2_{ REL::Offset(0x043848C0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_2_{ REL::Offset(0x04386088) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_2_{ REL::Offset(0x043855C0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x04385718) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_2_{ REL::Offset(0x04385A90) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_CreationRendererPrivate__TerrainCell_0_{ REL::Offset(0x045B76A0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__ShadowMap__Storage_CreationRendererPrivate__ShadowMapRenderingMetaData_0_{ REL::Offset(0x045B7A58) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__BSMeshHandle_2_{ REL::Offset(0x04384240) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__Projection_2_{ REL::Offset(0x04383DE0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__SkinnedDecal__State_0_{ REL::Offset(0x045B7BC0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__SkinnedDecal__Storage_StorageTable__StrongKey_StorageTable__Geometry__Storage__2_{ REL::Offset(0x04383BE0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldMode_2_{ REL::Offset(0x045B5BE0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldRotation_2_{ REL::Offset(0x045B5B98) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldStarParams_2_{ REL::Offset(0x045B5A20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StarfieldSunDirection_2_{ REL::Offset(0x045B5A70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__StarfieldData__Storage_StorageTable__StrongKey_StorageTable__Camera__Storage__2_{ REL::Offset(0x045B5B28) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x04387160) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainClipmap__Storage_StorageTable__TerrainClipmapData_2_{ REL::Offset(0x04387578) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x043867E0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDensity__Storage_StorageTable__TerrainDensityData_2_{ REL::Offset(0x04386E38) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__TerrainShadowMap_0_{ REL::Offset(0x045B8FC0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRendererPrivate__Terrain__RenderData_0_{ REL::Offset(0x045B86A8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__CGen__TerrainDescBlock_2_{ REL::Offset(0x043872F0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_CreationRenderer__Terrain__RenderOptions_2_{ REL::Offset(0x04387188) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__StrongKey_StorageTable__Scene__Storage__0_{ REL::Offset(0x045B7E90) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDataKeys_2_{ REL::Offset(0x04386280) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainInstanceData_0_{ REL::Offset(0x045B7C38) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainDescription__TerrainNearestMaterials_2_{ REL::Offset(0x04386808) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainGlobalDirtOverlayData_2_{ REL::Offset(0x04385EA0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainMaterialData_2_{ REL::Offset(0x043875A0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainDescription__Storage_StorageTable__TerrainTileHeight_2_{ REL::Offset(0x04386E88) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__StrongKey_StorageTable__TerrainDescription__Storage__2_{ REL::Offset(0x04386E60) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainMIM__Storage_StorageTable__TerrainMIMData_2_{ REL::Offset(0x04387138) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_CreationRendererPrivate__TerrainCell_0_{ REL::Offset(0x045B8798) }; inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__Bounds_0_{ REL::Offset(0x045B7D28) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__TerrainTileData_0_{ REL::Offset(0x045B6E10) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text2D__Storage_StorageTable__Text2DObserverData_0_{ REL::Offset(0x045B6C80) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DData_2_{ REL::Offset(0x04384588) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DObserverData_0_{ REL::Offset(0x045B6E60) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_2_{ REL::Offset(0x04384000) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_2_{ REL::Offset(0x04383068) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__BoundingShapes_0_{ REL::Offset(0x04386460) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_2_{ REL::Offset(0x043837A0) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterMetaData_2_{ REL::Offset(0x045B4FF8) }; - inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_2_{ REL::Offset(0x045B4D38) }; - inline constexpr std::array StorageTable__LegacyScheduleImpl_StorageTable__AppWriterSchedule_{ REL::Offset(0x045BB048) }; - inline constexpr std::array StorageTable__LegacyScheduleImpl_StorageTable__RendererWriterSchedule_{ REL::Offset(0x045BB078) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__AtmosphericScattering__Storage_{ REL::Offset(0x045B8700) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__CameraView__Storage_{ REL::Offset(0x045B85C0) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Camera__Storage_{ REL::Offset(0x045B88D0) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__FocusShadow__Storage_{ REL::Offset(0x045B8798) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__FogVolume__Storage_{ REL::Offset(0x045B85E8) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__GeometryParticleBatch__Storage_{ REL::Offset(0x045B86D8) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Geometry__Storage_{ REL::Offset(0x045B8D78) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Light__Storage_{ REL::Offset(0x045B8A60) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__MaterialInstance__Storage_{ REL::Offset(0x045B8DA0) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__MeshInstancePatch__Storage_{ REL::Offset(0x045B89C0) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Model__Storage_{ REL::Offset(0x045B8920) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ParentTransform__Storage_{ REL::Offset(0x045B87C0) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ParticleEmitter__Storage_{ REL::Offset(0x045B8748) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ProbeVolume__Storage_{ REL::Offset(0x045B8770) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ProjectedDecal__Storage_{ REL::Offset(0x045B8638) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ReflectionProbe__Storage_{ REL::Offset(0x045B8688) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__RenderGraph__Storage_{ REL::Offset(0x045B8610) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Scene__Storage_{ REL::Offset(0x045B89E8) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__SkinnedDecal__Storage_{ REL::Offset(0x045B86B0) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__TerrainDescription__Storage_{ REL::Offset(0x045B88F8) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Text2D__Storage_{ REL::Offset(0x045B8660) }; - inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Text3D__Storage_{ REL::Offset(0x045B8948) }; - inline constexpr std::array StorageTable__ReducedLatencyScheduleImpl_StorageTable__AppWriterSchedule_{ REL::Offset(0x045BB0D8) }; - inline constexpr std::array StorageTable__ReducedLatencyScheduleImpl_StorageTable__RendererWriterSchedule_{ REL::Offset(0x045BB018) }; - inline constexpr std::array StorageTable__ScheduleImpl{ REL::Offset(0x045BB0A8) }; - inline constexpr std::array StorageTable__StorageDataBase{ REL::Offset(0x045BB108) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__AtmosphericScattering__Storage_{ REL::Offset(0x04382D48) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__BIMetrics__Storage_{ REL::Offset(0x04386DC8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__BinkMovie__Storage_{ REL::Offset(0x04384818) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__CameraView__Storage_{ REL::Offset(0x04385958) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Camera__Storage_{ REL::Offset(0x04384CD8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__CloudParticle__Storage_{ REL::Offset(0x04383D40) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Clouds__Storage_{ REL::Offset(0x043838E8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Debug__Storage_{ REL::Offset(0x043851E0) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__DecalSlot__Storage_{ REL::Offset(0x04385580) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__FaceCustomization__Storage_{ REL::Offset(0x043826C8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__FocusShadow__Storage_{ REL::Offset(0x043833C8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__FogVolumeMaterialData__Storage_{ REL::Offset(0x04385F00) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__FogVolume__Storage_{ REL::Offset(0x04385BA8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__GeometryParticleBatch__Storage_{ REL::Offset(0x043831E8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Geometry__Storage_{ REL::Offset(0x04387500) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__GlobalDirtOverlay__Storage_{ REL::Offset(0x04382D08) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__GpuFrameTime__Storage_{ REL::Offset(0x04387018) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Highlight__Storage_{ REL::Offset(0x04382860) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ImageProcess__Storage_{ REL::Offset(0x04382688) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ImageSpaceData__Storage_{ REL::Offset(0x043850A0) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__LensFlareInstance__Storage_{ REL::Offset(0x043829A0) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__LensFlare__Storage_{ REL::Offset(0x04384D18) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Light__Storage_{ REL::Offset(0x04386E08) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__MaterialInstance__Storage_{ REL::Offset(0x04386FD8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__MeshInstancePatch__Storage_{ REL::Offset(0x04386D88) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__MeshInstance__Storage_{ REL::Offset(0x04386F98) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Model__Storage_{ REL::Offset(0x043844F8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__MorphData__Storage_{ REL::Offset(0x04383928) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__NodeExtraVisualData__Storage_{ REL::Offset(0x04386900) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ParentTransform__Storage_{ REL::Offset(0x04383228) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ParticleCloudEmitter__Storage_{ REL::Offset(0x04383620) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ParticleEmitter__Storage_{ REL::Offset(0x04383A28) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Particle__Storage_{ REL::Offset(0x04384160) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__PlanetsData__Storage_{ REL::Offset(0x04388A60) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ProbeVolume__Storage_{ REL::Offset(0x043843D8) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ProjectedDecal__Storage_{ REL::Offset(0x04385420) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ReflectionProbe__Storage_{ REL::Offset(0x04383F20) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__RenderGraph__Storage_{ REL::Offset(0x04384858) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__RendererState__Storage_{ REL::Offset(0x04386188) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__RenderingDiffuseProbe__Storage_{ REL::Offset(0x04384670) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__RenderingReflectionProbe__Storage_{ REL::Offset(0x04384120) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ScaleformST__Storage_{ REL::Offset(0x04384A60) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Scene__Storage_{ REL::Offset(0x04387540) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__ShadowMap__Storage_{ REL::Offset(0x04385C68) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__SkinnedDecal__Storage_{ REL::Offset(0x04382B08) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__StarfieldData__Storage_{ REL::Offset(0x04388448) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainClipmap__Storage_{ REL::Offset(0x04385C28) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainDensity__Storage_{ REL::Offset(0x04385918) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainDescription__Storage_{ REL::Offset(0x04386148) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainMIM__Storage_{ REL::Offset(0x04385EC0) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainTile__Storage_{ REL::Offset(0x043874C0) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Text2D__Storage_{ REL::Offset(0x04383B80) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Text3D__Storage_{ REL::Offset(0x04384B88) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__VolumeInstance__Storage_{ REL::Offset(0x043835E0) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Volume__Storage_{ REL::Offset(0x04383E60) }; - inline constexpr std::array StorageTable__StorageData_StorageTable__Water__Storage_{ REL::Offset(0x04388840) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_139264_256_96_4_3_{ REL::Offset(0x04385488) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_1664_16_32_4_3_{ REL::Offset(0x043883B0) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_1792_8_144_4_3_{ REL::Offset(0x04388768) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_1792_8_40_4_3_{ REL::Offset(0x043887B8) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_4193024_256_32_4_3_{ REL::Offset(0x043873D0) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_4608_32_224_4_3_{ REL::Offset(0x04384310) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_128_4_3_{ REL::Offset(0x043889A8) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_192_4_3_{ REL::Offset(0x04382C98) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_48_4_3_{ REL::Offset(0x04385000) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_64_4_3_{ REL::Offset(0x04382CC0) }; - inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_9216_64_32_4_3_{ REL::Offset(0x04383160) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_3_{ REL::Offset(0x045B4B78) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_3_{ REL::Offset(0x045B49F0) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_3_{ REL::Offset(0x045B4830) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__Geometry__Storage_StorageTable__Transform_3_{ REL::Offset(0x045B71F8) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_3_{ REL::Offset(0x045B5D40) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ParentTransform__Storage_StorageTable__Transform_3_{ REL::Offset(0x045B4040) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_3_{ REL::Offset(0x045B4FD0) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_3_{ REL::Offset(0x045B6A98) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_3_{ REL::Offset(0x045B5C00) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_3_{ REL::Offset(0x045B4EB8) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_3_{ REL::Offset(0x045B4E68) }; - inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_3_{ REL::Offset(0x045B46C0) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Camera__Storage_{ REL::Offset(0x04386C78) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__DecalSlot__Storage_{ REL::Offset(0x04386CA0) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Geometry__Storage_{ REL::Offset(0x045B8D50) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__LensFlare__Storage_{ REL::Offset(0x045B8970) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Scene__Storage_{ REL::Offset(0x043877B0) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__ShadowMap__Storage_{ REL::Offset(0x045B8998) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__TerrainTile__Storage_{ REL::Offset(0x045B8810) }; - inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Volume__Storage_{ REL::Offset(0x04386C50) }; - inline constexpr std::array StreamingInstallMenu{ REL::Offset(0x044BBCE8), REL::Offset(0x044BBD10), REL::Offset(0x044BBD28), REL::Offset(0x044BBD80) }; - inline constexpr std::array StreamingInstallMenu__StreamingInstallEventShuttle{ REL::Offset(0x044BBE60) }; - inline constexpr std::array StreamingInstallMenu__StreamingProgressData{ REL::Offset(0x044BBF40) }; - inline constexpr std::array StringUIValue{ REL::Offset(0x0435CF78) }; - inline constexpr std::array SubgraphAndOffsetDBData{ REL::Offset(0x0456B078) }; - inline constexpr std::array SummonCreatureEffect{ REL::Offset(0x044C6738) }; - inline constexpr std::array SummonDuplicateEffect{ REL::Offset(0x044C6850) }; - inline constexpr std::array SummonPlacementEffect{ REL::Offset(0x044C6968), REL::Offset(0x044C6980), REL::Offset(0x044C6A58) }; - inline constexpr std::array SupportMaterialHandler{ REL::Offset(0x044D33D0) }; - inline constexpr std::array SurfaceMapMenu_EnablePointCloud{ REL::Offset(0x044BA480) }; - inline constexpr std::array SurfaceMapMenu_MarkerClicked{ REL::Offset(0x044BA460) }; - inline constexpr std::array SurfaceMapMenu_TryPlaceCustomMarker{ REL::Offset(0x044BA4A0) }; - inline constexpr std::array SwapGraphNode{ REL::Offset(0x04567650) }; - inline constexpr std::array SwapGraphNodeInstance{ REL::Offset(0x045675E0) }; - inline constexpr std::array SwitchNode{ REL::Offset(0x04567988) }; - inline constexpr std::array SwitchNodeInstance{ REL::Offset(0x045679F0) }; - inline constexpr std::array SyncDeferDeathHandler{ REL::Offset(0x044E3800) }; - inline constexpr std::array SyncEarlyExitHandler{ REL::Offset(0x044E3848) }; - inline constexpr std::array SyncQueueObj{ REL::Offset(0x044DF0D0) }; - inline constexpr std::array TAllocatorAddressSpace_IMemoryHeap_{ REL::Offset(0x0456BF50) }; - inline constexpr std::array TBO_InstanceData{ REL::Offset(0x043BD3D8) }; - inline constexpr std::array TES{ REL::Offset(0x04369858), REL::Offset(0x04369888) }; - inline constexpr std::array TESAIForm{ REL::Offset(0x0436CE60) }; - inline constexpr std::array TESActorBase{ REL::Offset(0x0440E0F8), REL::Offset(0x0440E158), REL::Offset(0x0440E1B8), REL::Offset(0x0440E220), REL::Offset(0x0440E240), REL::Offset(0x0440E2A0), REL::Offset(0x0440E308), REL::Offset(0x0440E380), REL::Offset(0x0440E3E8), REL::Offset(0x0440E448), REL::Offset(0x0440E4A8), REL::Offset(0x0440E528), REL::Offset(0x0440E588), REL::Offset(0x0440E9C0), REL::Offset(0x0440E9D8) }; - inline constexpr std::array TESActorBaseData{ REL::Offset(0x0436CB18) }; - inline constexpr std::array TESAmmo{ REL::Offset(0x043B7C28), REL::Offset(0x043B7C88), REL::Offset(0x043B7CF0), REL::Offset(0x043B7D50), REL::Offset(0x043B7DB0), REL::Offset(0x043B7DD0), REL::Offset(0x043B7E30), REL::Offset(0x043B8248), REL::Offset(0x043B82C0), REL::Offset(0x043B8320), REL::Offset(0x043B8338) }; - inline constexpr std::array TESAudio__ScriptedMusicState{ REL::Offset(0x044C7C30) }; - inline constexpr std::array TESBipedModelForm{ REL::Offset(0x0436CF08) }; - inline constexpr std::array TESBoundAnimObject{ REL::Offset(0x043BD468), REL::Offset(0x043BD480) }; - inline constexpr std::array TESBoundObject{ REL::Offset(0x03EF25A8), REL::Offset(0x03EF29D8) }; - inline constexpr std::array TESCamera{ REL::Offset(0x04455888) }; - inline constexpr std::array TESCameraState{ REL::Offset(0x0445C300) }; - inline constexpr std::array TESChildCell{ REL::Offset(0x0444F2F0) }; - inline constexpr std::array TESClass{ REL::Offset(0x0440B548), REL::Offset(0x0440B5A8), REL::Offset(0x0440B618), REL::Offset(0x0440B678), REL::Offset(0x0440B6F0), REL::Offset(0x0440B708) }; - inline constexpr std::array TESClimate{ REL::Offset(0x043CBDB8), REL::Offset(0x043CC0D0) }; - inline constexpr std::array TESCombatStyle{ REL::Offset(0x043B9028), REL::Offset(0x043B9340) }; - inline constexpr std::array TESContainer{ REL::Offset(0x03F25C88) }; - inline constexpr std::array TESCustomPackageData{ REL::Offset(0x0444D540) }; - inline constexpr std::array TESDataHandler{ REL::Offset(0x0436A3B8), REL::Offset(0x0436A3D0) }; - inline constexpr std::array TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm{ REL::Offset(0x0436A088), REL::Offset(0x0436A0A0) }; - inline constexpr std::array TESDataHandlerPostBuildFileListSource{ REL::Offset(0x03F26638) }; - inline constexpr std::array TESDataHandler__ArchiveRegistrationListener{ REL::Offset(0x0436A070) }; - inline constexpr std::array TESDescription{ REL::Offset(0x0436CFE8) }; - inline constexpr std::array TESDialoguePackageData{ REL::Offset(0x0444D5A8) }; - inline constexpr std::array TESEffectShader{ REL::Offset(0x043B93A0), REL::Offset(0x043B96B8), REL::Offset(0x043B96D0) }; - inline constexpr std::array TESEnchantableForm{ REL::Offset(0x0436D080) }; - inline constexpr std::array TESEyes{ REL::Offset(0x0440BA20), REL::Offset(0x0440BA90), REL::Offset(0x0440BB08), REL::Offset(0x0440BB20) }; - inline constexpr std::array TESFaction{ REL::Offset(0x0440BE78), REL::Offset(0x0440BED8), REL::Offset(0x0440BF50), REL::Offset(0x0440BF68) }; - inline constexpr std::array TESFile{ REL::Offset(0x0436BE28) }; - inline constexpr std::array TESFlora{ REL::Offset(0x043B97C0), REL::Offset(0x043B9820), REL::Offset(0x043B9888), REL::Offset(0x043B98E8), REL::Offset(0x043B9918), REL::Offset(0x043B9990), REL::Offset(0x043B99F0), REL::Offset(0x043B9A50), REL::Offset(0x043B9AB0), REL::Offset(0x043B9B18), REL::Offset(0x043B9B38), REL::Offset(0x043B9B50), REL::Offset(0x043B9C58) }; - inline constexpr std::array TESFloraInstanceData{ REL::Offset(0x043B9BC8) }; - inline constexpr std::array TESFollowPackageData{ REL::Offset(0x0444CCF0) }; - inline constexpr std::array TESForm{ REL::Offset(0x0436D290), REL::Offset(0x0436D2A8) }; - inline constexpr std::array TESFormDetail__Fixed_BGSHazard_{ REL::Offset(0x044ECC28), REL::Offset(0x044ED040), REL::Offset(0x044ED058), REL::Offset(0x044ED0D0), REL::Offset(0x044ED148), REL::Offset(0x044ED160) }; - inline constexpr std::array TESFormDetail__Fixed_BGSPackIn_{ REL::Offset(0x0455A840), REL::Offset(0x0455A8A0), REL::Offset(0x0455A900), REL::Offset(0x0455A960), REL::Offset(0x0455A9C8), REL::Offset(0x0455A9E0), REL::Offset(0x0455AA40), REL::Offset(0x0455AA60) }; - inline constexpr std::array TESFormDetail__Fixed_BGSResearchProjectForm_{ REL::Offset(0x044CAF40), REL::Offset(0x044CAF58), REL::Offset(0x044CB278), REL::Offset(0x044CB2F0) }; - inline constexpr std::array TESFormDetail__Fixed_BGSSnapTemplate_{ REL::Offset(0x04459BA8), REL::Offset(0x04459C08), REL::Offset(0x04459E30) }; - inline constexpr std::array TESFormDetail__Fixed_BGSTerminalMenu_{ REL::Offset(0x044BC548), REL::Offset(0x044BC5C0), REL::Offset(0x044BC5D8) }; - inline constexpr std::array TESFormDetail__Fixed_Script_{ REL::Offset(0x044A6160), REL::Offset(0x044A6478) }; - inline constexpr std::array TESFormDetail__Fixed_TESForm_{ REL::Offset(0x044AA8A8), REL::Offset(0x044AA8C0) }; - inline constexpr std::array TESFormDetail__Fixed_TESNPC_{ REL::Offset(0x044C8528), REL::Offset(0x044C8588), REL::Offset(0x044C85A8), REL::Offset(0x044C8608), REL::Offset(0x044C8668), REL::Offset(0x044C86C8), REL::Offset(0x044C8730), REL::Offset(0x044C8798), REL::Offset(0x044C8800), REL::Offset(0x044C8818), REL::Offset(0x044C8878), REL::Offset(0x044C88E0), REL::Offset(0x044C8940), REL::Offset(0x044C89A0), REL::Offset(0x044C8A00), REL::Offset(0x044C8A60), REL::Offset(0x044C8AD8), REL::Offset(0x044C8B38), REL::Offset(0x044C8F70), REL::Offset(0x044C8FF0) }; - inline constexpr std::array TESFormDetail__Fixed_TESQuest_{ REL::Offset(0x0433E3B0), REL::Offset(0x0433E428), REL::Offset(0x0433E440) }; - inline constexpr std::array TESFullName{ REL::Offset(0x0434E7C0) }; - inline constexpr std::array TESFurniture{ REL::Offset(0x043BA170), REL::Offset(0x043BA590), REL::Offset(0x043BA608), REL::Offset(0x043BA668), REL::Offset(0x043BA680), REL::Offset(0x043BA710), REL::Offset(0x043BA778), REL::Offset(0x043BA798), REL::Offset(0x043BA7F8), REL::Offset(0x043BA828), REL::Offset(0x043BA888), REL::Offset(0x043BA8E8) }; - inline constexpr std::array TESGlobal{ REL::Offset(0x043DE840), REL::Offset(0x043DE858) }; - inline constexpr std::array TESGrass{ REL::Offset(0x043BA978), REL::Offset(0x043BAE50), REL::Offset(0x043BAE68) }; - inline constexpr std::array TESHandleForm{ REL::Offset(0x043C9B08), REL::Offset(0x043C9B20) }; - inline constexpr std::array TESHavokUtilities__CellHeightFieldCuller{ REL::Offset(0x04413760) }; - inline constexpr std::array TESHealthForm{ REL::Offset(0x0436D640) }; - inline constexpr std::array TESIdleForm{ REL::Offset(0x0440C2B0), REL::Offset(0x0440C2C8) }; - inline constexpr std::array TESImageSpace{ REL::Offset(0x043CC160), REL::Offset(0x043CC178), REL::Offset(0x043CC1B0) }; - inline constexpr std::array TESImageSpaceModifiableForm{ REL::Offset(0x0436D6F8) }; - inline constexpr std::array TESImageSpaceModifier{ REL::Offset(0x043CC608), REL::Offset(0x043CC640), REL::Offset(0x043CC9A8) }; - inline constexpr std::array TESKey{ REL::Offset(0x043BAEE0), REL::Offset(0x043BAF48), REL::Offset(0x043BAF68), REL::Offset(0x043BAFC8), REL::Offset(0x043BB028), REL::Offset(0x043BB088), REL::Offset(0x043BB0E8), REL::Offset(0x043BB100), REL::Offset(0x043BB178), REL::Offset(0x043BB598), REL::Offset(0x043BB5F8), REL::Offset(0x043BB658), REL::Offset(0x043BB6D0) }; - inline constexpr std::array TESLandTexture{ REL::Offset(0x043CC9E0), REL::Offset(0x043CC9F8) }; - inline constexpr std::array TESLevCharacter{ REL::Offset(0x043BB750), REL::Offset(0x043BB768), REL::Offset(0x043BBB80), REL::Offset(0x043BBBF8) }; - inline constexpr std::array TESLevItem{ REL::Offset(0x043BBCA8), REL::Offset(0x043BBD38), REL::Offset(0x043BBD50), REL::Offset(0x043BBDB0), REL::Offset(0x043BBE28) }; - inline constexpr std::array TESLevSpell{ REL::Offset(0x043BC240), REL::Offset(0x043BC658), REL::Offset(0x043BC6E8) }; - inline constexpr std::array TESLeveledList{ REL::Offset(0x0436D890) }; - inline constexpr std::array TESLoadScreen{ REL::Offset(0x043DEB70), REL::Offset(0x043DEE88) }; - inline constexpr std::array TESMagicTargetForm{ REL::Offset(0x0436E2E0) }; - inline constexpr std::array TESModel{ REL::Offset(0x03EF4FC0) }; - inline constexpr std::array TESModelDB__TESAutoQueuedDependentNode{ REL::Offset(0x0436C0C0) }; - inline constexpr std::array TESModelDB__TESQueuedHandles{ REL::Offset(0x0436C0D0) }; - inline constexpr std::array TESModelDB____TESProcessor{ REL::Offset(0x0436C168) }; - inline constexpr std::array TESModelTri{ REL::Offset(0x044083B0) }; - inline constexpr std::array TESNPC{ REL::Offset(0x0440D420), REL::Offset(0x0440D480), REL::Offset(0x0440D498), REL::Offset(0x0440D8D0), REL::Offset(0x0440D8E8), REL::Offset(0x0440D948), REL::Offset(0x0440D9A8), REL::Offset(0x0440DA08), REL::Offset(0x0440DA70), REL::Offset(0x0440DAD0), REL::Offset(0x0440DB30), REL::Offset(0x0440DB98), REL::Offset(0x0440DBB8), REL::Offset(0x0440DC18), REL::Offset(0x0440DC80), REL::Offset(0x0440DCF8), REL::Offset(0x0440DD60), REL::Offset(0x0440DDC0), REL::Offset(0x0440DE20), REL::Offset(0x0440DEA0) }; - inline constexpr std::array TESNPCData__ChargenDataModel{ REL::Offset(0x043A91A0) }; - inline constexpr std::array TESNPC__InstanceData{ REL::Offset(0x0440D390) }; - inline constexpr std::array TESObject{ REL::Offset(0x03EF29F0), REL::Offset(0x03EF30F0) }; - inline constexpr std::array TESObjectACTI{ REL::Offset(0x043BD9E0), REL::Offset(0x043BDA48), REL::Offset(0x043BDA78), REL::Offset(0x043BDAD8), REL::Offset(0x043BDAF8), REL::Offset(0x043BDB58), REL::Offset(0x043BDBB8), REL::Offset(0x043BDBD0), REL::Offset(0x043BDFE8), REL::Offset(0x043BE060), REL::Offset(0x043BE0D8), REL::Offset(0x043BE138) }; - inline constexpr std::array TESObjectANIO{ REL::Offset(0x043BE198), REL::Offset(0x043BE4B0), REL::Offset(0x043BE528) }; - inline constexpr std::array TESObjectARMA{ REL::Offset(0x043BE590), REL::Offset(0x043BE5A8), REL::Offset(0x043BE910), REL::Offset(0x043BE970) }; - inline constexpr std::array TESObjectARMO{ REL::Offset(0x043BED00), REL::Offset(0x043BEDF0), REL::Offset(0x043BEE50), REL::Offset(0x043BEEB0), REL::Offset(0x043BEF10), REL::Offset(0x043BEF80), REL::Offset(0x043BEFE8), REL::Offset(0x043BF048), REL::Offset(0x043BF0A8), REL::Offset(0x043BF0C8), REL::Offset(0x043BF0E0), REL::Offset(0x043BF4F8), REL::Offset(0x043BF560), REL::Offset(0x043BF5D8), REL::Offset(0x043BF638) }; - inline constexpr std::array TESObjectARMOInstanceData{ REL::Offset(0x043BED60) }; - inline constexpr std::array TESObjectBOOK{ REL::Offset(0x043BF700), REL::Offset(0x043BFB18), REL::Offset(0x043BFB38), REL::Offset(0x043BFB58), REL::Offset(0x043BFBB8), REL::Offset(0x043BFC30), REL::Offset(0x043BFCA8), REL::Offset(0x043BFD08), REL::Offset(0x043BFD68), REL::Offset(0x043BFDC8), REL::Offset(0x043BFE28), REL::Offset(0x043BFE88) }; - inline constexpr std::array TESObjectCELL{ REL::Offset(0x043CD408), REL::Offset(0x043CD480), REL::Offset(0x043CD798) }; - inline constexpr std::array TESObjectCONT{ REL::Offset(0x043C0038), REL::Offset(0x043C0450), REL::Offset(0x043C0468), REL::Offset(0x043C04C8), REL::Offset(0x043C0528), REL::Offset(0x043C0588), REL::Offset(0x043C0600), REL::Offset(0x043C0678), REL::Offset(0x043C06D8), REL::Offset(0x043C0738), REL::Offset(0x043C0768), REL::Offset(0x043C07D0), REL::Offset(0x043C07F0) }; - inline constexpr std::array TESObjectCONT__InstanceData{ REL::Offset(0x043BFFA8) }; - inline constexpr std::array TESObjectDOOR{ REL::Offset(0x043C09B8), REL::Offset(0x043C09E8), REL::Offset(0x043C0A50), REL::Offset(0x043C0A70), REL::Offset(0x043C0AD0), REL::Offset(0x043C0B30), REL::Offset(0x043C0B90), REL::Offset(0x043C0FA8), REL::Offset(0x043C0FC0), REL::Offset(0x043C1038), REL::Offset(0x043C10B0), REL::Offset(0x043C1110) }; - inline constexpr std::array TESObjectLIGH{ REL::Offset(0x043BCB48), REL::Offset(0x043BCF60), REL::Offset(0x043BCFD8), REL::Offset(0x043BCFF0), REL::Offset(0x043BD050), REL::Offset(0x043BD0B0), REL::Offset(0x043BD120), REL::Offset(0x043BD188), REL::Offset(0x043BD1B8), REL::Offset(0x043BD218), REL::Offset(0x043BD238) }; - inline constexpr std::array TESObjectMISC{ REL::Offset(0x043C1418), REL::Offset(0x043C1478), REL::Offset(0x043C14D8), REL::Offset(0x043C1550), REL::Offset(0x043C15B0), REL::Offset(0x043C1610), REL::Offset(0x043C1670), REL::Offset(0x043C16D0), REL::Offset(0x043C1730), REL::Offset(0x043C1798), REL::Offset(0x043C17B8), REL::Offset(0x043C1BD8), REL::Offset(0x043C1BF0) }; - inline constexpr std::array TESObjectREFR{ REL::Offset(0x043CE830), REL::Offset(0x043CE850), REL::Offset(0x043CE920), REL::Offset(0x043CE930), REL::Offset(0x043CE998), REL::Offset(0x043CE9B0), REL::Offset(0x043CE9C8), REL::Offset(0x043CE9E0), REL::Offset(0x043CEC48), REL::Offset(0x043CF5D0), REL::Offset(0x043CF5E8) }; - inline constexpr std::array TESObjectREFRDef__IAliasFunctor{ REL::Offset(0x043665A0) }; - inline constexpr std::array TESObjectREFRDef__IAliasLinkedChildFunctor{ REL::Offset(0x043665B8) }; - inline constexpr std::array TESObjectREFRDef__ILinkedReferenceFunctor{ REL::Offset(0x03F2BC88) }; - inline constexpr std::array TESObjectREFRIsReadyForAttachEvent{ REL::Offset(0x043CF730) }; - inline constexpr std::array TESObjectREFRIsReadyForAttachEventT__lambda_9035a376d39ed632bc510d11f87bfc6f__{ REL::Offset(0x043CE7C8) }; - inline constexpr std::array TESObjectREFRSync__REFRSyncController{ REL::Offset(0x043D2120) }; - inline constexpr std::array TESObjectSTAT{ REL::Offset(0x043C1C80), REL::Offset(0x043C1CE0), REL::Offset(0x043C1D40), REL::Offset(0x043C2158), REL::Offset(0x043C2170) }; - inline constexpr std::array TESObjectWEAP{ REL::Offset(0x043C7500), REL::Offset(0x043C7570), REL::Offset(0x043C7588), REL::Offset(0x043C75E8), REL::Offset(0x043C7648), REL::Offset(0x043C76B0), REL::Offset(0x043C76D0), REL::Offset(0x043C7730), REL::Offset(0x043C7790), REL::Offset(0x043C7BA8), REL::Offset(0x043C7BC0), REL::Offset(0x043C7C38), REL::Offset(0x043C7CB0), REL::Offset(0x043C7D18) }; - inline constexpr std::array TESObjectWEAPInstanceData{ REL::Offset(0x043C7DE0) }; - inline constexpr std::array TESPackage{ REL::Offset(0x0444CE90), REL::Offset(0x0444D1D0) }; - inline constexpr std::array TESPackedFile{ REL::Offset(0x0436BF78) }; - inline constexpr std::array TESPlanetModel{ REL::Offset(0x04355308) }; - inline constexpr std::array TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152_{ REL::Offset(0x044D3390) }; - inline constexpr std::array TESQuest{ REL::Offset(0x0440F028), REL::Offset(0x0440F040), REL::Offset(0x0440F0B8) }; - inline constexpr std::array TESQuest__BlockAndLoadAliasNodes__2__AliasLoadBarrierNode{ REL::Offset(0x0440ECD0) }; - inline constexpr std::array TESRace{ REL::Offset(0x0440F9E8), REL::Offset(0x0440FA00), REL::Offset(0x0440FAD8), REL::Offset(0x0440FB40), REL::Offset(0x0440FBA0), REL::Offset(0x0440FC00), REL::Offset(0x0440FC20), REL::Offset(0x0440FC80), REL::Offset(0x0440FCF8), REL::Offset(0x0440FD60), REL::Offset(0x0440FDC0), REL::Offset(0x0440FDD8) }; - inline constexpr std::array TESRaceForm{ REL::Offset(0x0436DED0) }; - inline constexpr std::array TESRegion{ REL::Offset(0x04397208), REL::Offset(0x04397528) }; - inline constexpr std::array TESRegionData{ REL::Offset(0x04397540) }; - inline constexpr std::array TESRegionDataManager{ REL::Offset(0x04397590) }; - inline constexpr std::array TESRegionDataMap{ REL::Offset(0x043975F0) }; - inline constexpr std::array TESRegionDataSound{ REL::Offset(0x04397640) }; - inline constexpr std::array TESRegionDataWeather{ REL::Offset(0x04397698) }; - inline constexpr std::array TESRegionList{ REL::Offset(0x043976E8) }; - inline constexpr std::array TESShout{ REL::Offset(0x04403CB8), REL::Offset(0x04403CD0), REL::Offset(0x04403FE8), REL::Offset(0x04404050), REL::Offset(0x044040C8), REL::Offset(0x04404128) }; - inline constexpr std::array TESSoulGem{ REL::Offset(0x043C7FA0), REL::Offset(0x043C7FC0), REL::Offset(0x043C8020), REL::Offset(0x043C8080), REL::Offset(0x043C80F8), REL::Offset(0x043C8170), REL::Offset(0x043C81D0), REL::Offset(0x043C8230), REL::Offset(0x043C8290), REL::Offset(0x043C82F0), REL::Offset(0x043C8350), REL::Offset(0x043C83B8), REL::Offset(0x043C87D8) }; - inline constexpr std::array TESSound{ REL::Offset(0x04404198), REL::Offset(0x044041B8), REL::Offset(0x044045D0), REL::Offset(0x04404638) }; - inline constexpr std::array TESSpellList{ REL::Offset(0x0436E018) }; - inline constexpr std::array TESTexture{ REL::Offset(0x0436E0E8) }; - inline constexpr std::array TESTopic{ REL::Offset(0x04410F50), REL::Offset(0x04410F68), REL::Offset(0x04411280) }; - inline constexpr std::array TESTopicInfo{ REL::Offset(0x04411500), REL::Offset(0x04411818) }; - inline constexpr std::array TESTrapListener{ REL::Offset(0x04413968), REL::Offset(0x044139A0) }; - inline constexpr std::array TESValueForm{ REL::Offset(0x0436E1A0) }; - inline constexpr std::array TESWaterForm{ REL::Offset(0x043D2350), REL::Offset(0x043D23C8), REL::Offset(0x043D26E0) }; - inline constexpr std::array TESWaterNormals{ REL::Offset(0x04453078) }; - inline constexpr std::array TESWaterObject{ REL::Offset(0x04453060) }; - inline constexpr std::array TESWaterSystem{ REL::Offset(0x04453048) }; - inline constexpr std::array TESWeather{ REL::Offset(0x043D26F8), REL::Offset(0x043D2A10), REL::Offset(0x043D2A28), REL::Offset(0x043D2A90) }; - inline constexpr std::array TESWeightForm{ REL::Offset(0x0436E230) }; - inline constexpr std::array TESWordOfPower{ REL::Offset(0x04404650), REL::Offset(0x044046C8), REL::Offset(0x044046E0) }; - inline constexpr std::array TESWorldSpace{ REL::Offset(0x043D3158), REL::Offset(0x043D31C8), REL::Offset(0x043D31D8), REL::Offset(0x043D34F0), REL::Offset(0x043D3508) }; - inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__{ REL::Offset(0x04369738) }; - inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__{ REL::Offset(0x043696B8) }; - inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__{ REL::Offset(0x04369768) }; - inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__{ REL::Offset(0x04369720) }; - inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__{ REL::Offset(0x04369750) }; - inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__{ REL::Offset(0x043696D0) }; - inline constexpr std::array TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__{ REL::Offset(0x0455EBA0) }; - inline constexpr std::array TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__{ REL::Offset(0x0455EB88) }; - inline constexpr std::array TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__{ REL::Offset(0x04457928) }; - inline constexpr std::array TES__PostGridLoadNode{ REL::Offset(0x04369808) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_AlertData__{ REL::Offset(0x044871C0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ArrayAction__{ REL::Offset(0x04496B90) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_AssignmentCategory__{ REL::Offset(0x044959C0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_AssignmentInfo__{ REL::Offset(0x04495A18) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BackgroundDatum__{ REL::Offset(0x044AF8B0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BuffInfo__{ REL::Offset(0x0448F130) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BuildItemData__{ REL::Offset(0x0449C8D0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BuilderRequirementsData__InputRequirement__{ REL::Offset(0x0449CE30) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CargoLinkData__CargoLinkResource__{ REL::Offset(0x0449D3A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ComponentFlashEventInfo__{ REL::Offset(0x04497798) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlBindingsData__InputSetting__{ REL::Offset(0x04494A18) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ConflictingControl__{ REL::Offset(0x04494060) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ControlConflicts__{ REL::Offset(0x04493E10) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlMapDataModel__MappedEvent__{ REL::Offset(0x0458F3D8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CraftingRecipesDataModel__RecipeData__{ REL::Offset(0x04487818) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__{ REL::Offset(0x0447E988) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__{ REL::Offset(0x0447E8C8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CreditsDataModel__CreditsSection__{ REL::Offset(0x04477C70) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CrewInfo__{ REL::Offset(0x04495BD0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CrewSkillInfo__{ REL::Offset(0x0447F758) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__DialogueEntryData__{ REL::Offset(0x0449EB60) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__{ REL::Offset(0x0449E7C8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_DocData__{ REL::Offset(0x0448A1A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_EffectData__{ REL::Offset(0x04486A20) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_EffectGroup__{ REL::Offset(0x0448EB48) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ExplosiveIndicator__{ REL::Offset(0x04481398) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_FavoritesManager__FavoritesEntryData__{ REL::Offset(0x0451DB10) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_FireForgetModel__EventNameShuttle__{ REL::Offset(0x044817D8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDCommandIconData__{ REL::Offset(0x044A0EE0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDDirectionalHitData__{ REL::Offset(0x044A1358) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDEnemyData__EnemyDatum__{ REL::Offset(0x04485118) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDHitKillDatum__{ REL::Offset(0x044848D8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDLocationData__{ REL::Offset(0x04485528) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HailingData__{ REL::Offset(0x044984D8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HelpTopicData__{ REL::Offset(0x0447CC88) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HudModeVisibilityInfo__{ REL::Offset(0x04485EC8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_IconData_DS__{ REL::Offset(0x044BC2F8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ImageFixtureUIData__{ REL::Offset(0x04479970) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__{ REL::Offset(0x044792F0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__{ REL::Offset(0x044830A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryItem__{ REL::Offset(0x04482D18) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ModInfo__{ REL::Offset(0x04478F70) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModData__{ REL::Offset(0x04487FE0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModSlotData__{ REL::Offset(0x04487C18) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Key__{ REL::Offset(0x044ABB00) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_LevelUpPerkData__{ REL::Offset(0x044A1FC0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__CharacterData__{ REL::Offset(0x04488BE0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__GameData__{ REL::Offset(0x044889C0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MainMenuListData__ActionData__{ REL::Offset(0x0448A3E0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MessageButton__{ REL::Offset(0x0451FA60) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MiscInfo__{ REL::Offset(0x0448E628) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MissionDetailsEntry_DS__{ REL::Offset(0x044A8270) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MissionListEntry_DS__{ REL::Offset(0x044A8050) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ResourceData__{ REL::Offset(0x0449FAA8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__{ REL::Offset(0x0449F650) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__SocialSpellData__{ REL::Offset(0x0449F9E8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_NewCompassMarker__{ REL::Offset(0x04484268) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ObjectiveData__{ REL::Offset(0x044A2F58) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Patch__{ REL::Offset(0x044AD600) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PauseMenuListData__ActionData__{ REL::Offset(0x0448B7C0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__{ REL::Offset(0x0448C968) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__{ REL::Offset(0x0448C718) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PickpocketItemData__{ REL::Offset(0x044AA128) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PlayerInventoryItem__{ REL::Offset(0x0448E100) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Powers__{ REL::Offset(0x0447A2A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Objective__{ REL::Offset(0x0448FE40) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Quest__{ REL::Offset(0x0448FCD0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_QuestUpdate__{ REL::Offset(0x044A2C70) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_RankData__{ REL::Offset(0x044ACFE0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Requirements__{ REL::Offset(0x044AD200) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchCategoryPreview__{ REL::Offset(0x04490E90) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchPopupInfo__ItemInfo__{ REL::Offset(0x04490728) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__LinkedProject__{ REL::Offset(0x044910A0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__MaterialRequirment__{ REL::Offset(0x04491000) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectPreview__{ REL::Offset(0x04490970) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Ring__{ REL::Offset(0x044AB7C8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_RolloverActivationButtonData__{ REL::Offset(0x04483050) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__{ REL::Offset(0x04494DE0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ShipComponent__{ REL::Offset(0x04480E88) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ShipHangar__ShipMenuTab_DS__{ REL::Offset(0x0447A8A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Skill__{ REL::Offset(0x04480BB8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ColorTabData_DS__{ REL::Offset(0x0435B6A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__{ REL::Offset(0x0435A360) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__{ REL::Offset(0x04359C38) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__HelpEntry_DS__{ REL::Offset(0x0435F0C0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__{ REL::Offset(0x0434C278) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__StatEntry_DS__{ REL::Offset(0x0435E768) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__{ REL::Offset(0x0434BAB0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__{ REL::Offset(0x04359E58) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__{ REL::Offset(0x0435A140) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyInfoToUI__{ REL::Offset(0x04480358) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIDef__{ REL::Offset(0x044B4A18) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIMarkersDef__{ REL::Offset(0x044B4E50) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIPos__{ REL::Offset(0x044B4AB8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerData__{ REL::Offset(0x044B6798) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerDef__{ REL::Offset(0x044B63E8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__MenuMarkerCoords__{ REL::Offset(0x044B85B0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__Outpost_DS__{ REL::Offset(0x044BB320) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__PlanetInfoToUI__{ REL::Offset(0x044804C8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__ResourceInfoFlashObject__{ REL::Offset(0x04497B80) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapMenuMarkerData__{ REL::Offset(0x044B7DF8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__{ REL::Offset(0x044B7A48) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__SurfaceMarkerStaticData__{ REL::Offset(0x044BA5D8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StatCategory__{ REL::Offset(0x0448ED68) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SubSettingsList__GeneralSetting__{ REL::Offset(0x04494540) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__{ REL::Offset(0x043A7A78) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__{ REL::Offset(0x043A7158) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__{ REL::Offset(0x043A8B40) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__{ REL::Offset(0x043A8818) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__{ REL::Offset(0x043A8F80) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__{ REL::Offset(0x043A8920) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltStepperData__{ REL::Offset(0x043A8D60) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__HeadPartMetadata__{ REL::Offset(0x043A7378) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__MorphSliderData__{ REL::Offset(0x043A7928) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__{ REL::Offset(0x043A7600) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__{ REL::Offset(0x043A85A0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__{ REL::Offset(0x043A8160) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__{ REL::Offset(0x043A8380) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendSliderMetadata__{ REL::Offset(0x043A7F40) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetCombatValues__{ REL::Offset(0x04498A20) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetComponentData__{ REL::Offset(0x044974A8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetHighFreq__{ REL::Offset(0x04498598) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetLowFreq__{ REL::Offset(0x04498708) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BECA8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestResourcesData__ResourceData__{ REL::Offset(0x044BEEF8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TraitDatum__{ REL::Offset(0x044AF690) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TraitInfo__{ REL::Offset(0x0448F600) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_UICraftingUtils__SkillRequirement__{ REL::Offset(0x0435EAE8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__{ REL::Offset(0x04357690) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopAreaResourcesData__AreaResource__{ REL::Offset(0x0449BFC8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__{ REL::Offset(0x0449BCE0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__{ REL::Offset(0x0449B7D8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__{ REL::Offset(0x0449B9F8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__{ REL::Offset(0x0449B508) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__{ REL::Offset(0x0449B5C0) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__OutpostData__{ REL::Offset(0x044C0CA8) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__ResourceData__{ REL::Offset(0x044C0B20) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__TargetData__{ REL::Offset(0x044C0A80) }; - inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_XPData__{ REL::Offset(0x044A1C88) }; - inline constexpr std::array TUIDataShuttleContainerArray_StringUIValue_{ REL::Offset(0x0435D288) }; - inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_BSFixedStringCS__{ REL::Offset(0x0448CFC8) }; - inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_BSFixedString__{ REL::Offset(0x043A85F8) }; - inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_float__{ REL::Offset(0x043A7820) }; - inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_int__{ REL::Offset(0x0435D118) }; - inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_unsignedint__{ REL::Offset(0x0435B278) }; - inline constexpr std::array TUIDataShuttleContainerMap_ActiveModItemDataModel__ModItemHandle_{ REL::Offset(0x04487B50) }; - inline constexpr std::array TUIDataShuttleContainerMap_AlertData_{ REL::Offset(0x044870A8) }; - inline constexpr std::array TUIDataShuttleContainerMap_AmmoData_{ REL::Offset(0x044A0DB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ArrayAction_{ REL::Offset(0x04496C98) }; - inline constexpr std::array TUIDataShuttleContainerMap_ArtifactPowerUnlockData_{ REL::Offset(0x04486180) }; - inline constexpr std::array TUIDataShuttleContainerMap_AssignmentCategory_{ REL::Offset(0x044957C8) }; - inline constexpr std::array TUIDataShuttleContainerMap_AssignmentInfo_{ REL::Offset(0x04495B20) }; - inline constexpr std::array TUIDataShuttleContainerMap_BackgroundData_{ REL::Offset(0x044AFA38) }; - inline constexpr std::array TUIDataShuttleContainerMap_BackgroundDatum_{ REL::Offset(0x044AF848) }; - inline constexpr std::array TUIDataShuttleContainerMap_BookMenu__BookData_{ REL::Offset(0x0451B488) }; - inline constexpr std::array TUIDataShuttleContainerMap_BuffInfo_{ REL::Offset(0x0448EEB8) }; - inline constexpr std::array TUIDataShuttleContainerMap_BuildItemData_{ REL::Offset(0x0449C7B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_BuildItemDirectoryData_{ REL::Offset(0x0449CEE8) }; - inline constexpr std::array TUIDataShuttleContainerMap_BuildItemInfoCardData_{ REL::Offset(0x0449CC98) }; - inline constexpr std::array TUIDataShuttleContainerMap_BuilderRequirementsData_{ REL::Offset(0x0449CD60) }; - inline constexpr std::array TUIDataShuttleContainerMap_BuilderRequirementsData__InputRequirement_{ REL::Offset(0x0449C708) }; - inline constexpr std::array TUIDataShuttleContainerMap_CargoLinkData_{ REL::Offset(0x0449D4B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_CargoLinkData__CargoLinkResource_{ REL::Offset(0x0449D580) }; - inline constexpr std::array TUIDataShuttleContainerMap_ComponentFlashEventInfo_{ REL::Offset(0x04497A00) }; - inline constexpr std::array TUIDataShuttleContainerMap_ComponentFlashEvents_{ REL::Offset(0x04497FE0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ContainerMenuData_{ REL::Offset(0x0447DB88) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlBindingsData_{ REL::Offset(0x04493EC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlBindingsData__InputSetting_{ REL::Offset(0x04494900) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlBindingsData__InputSetting__Binding_{ REL::Offset(0x04494968) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlConflictsData_{ REL::Offset(0x04493A20) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlConflictsData__ConflictingControl_{ REL::Offset(0x044940B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlConflictsData__ControlConflicts_{ REL::Offset(0x04494168) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlMapDataModel__MappedEvent_{ REL::Offset(0x0458F560) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlMapDataModel__UserEvents_{ REL::Offset(0x0458F490) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlRemapConfirmationData_{ REL::Offset(0x04493AE8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ControlsStickData_{ REL::Offset(0x044AF970) }; - inline constexpr std::array TUIDataShuttleContainerMap_CraftingInfoCardDataModel__ItemInfoCardData_{ REL::Offset(0x04487588) }; - inline constexpr std::array TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeData_{ REL::Offset(0x04487638) }; - inline constexpr std::array TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeDirectoryData_{ REL::Offset(0x04487520) }; - inline constexpr std::array TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData_{ REL::Offset(0x0447EAF0) }; - inline constexpr std::array TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ REL::Offset(0x0447EC08) }; - inline constexpr std::array TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ REL::Offset(0x0447E7B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_CreditsDataModel__CreditsMenuData_{ REL::Offset(0x04477D30) }; - inline constexpr std::array TUIDataShuttleContainerMap_CreditsDataModel__CreditsSection_{ REL::Offset(0x04477C08) }; - inline constexpr std::array TUIDataShuttleContainerMap_CrewAssignMenuData_{ REL::Offset(0x044956B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_CrewBuffData_{ REL::Offset(0x0447DAC0) }; - inline constexpr std::array TUIDataShuttleContainerMap_CrewInfo_{ REL::Offset(0x0447F5D8) }; - inline constexpr std::array TUIDataShuttleContainerMap_CrewMenuData_{ REL::Offset(0x044958F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_CrewSkillInfo_{ REL::Offset(0x0447F640) }; - inline constexpr std::array TUIDataShuttleContainerMap_CursorData_{ REL::Offset(0x0458FE48) }; - inline constexpr std::array TUIDataShuttleContainerMap_CustomAlertsData_{ REL::Offset(0x04486FD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_DamageResistanceStats_{ REL::Offset(0x0448ECB8) }; - inline constexpr std::array TUIDataShuttleContainerMap_DataMenuData_{ REL::Offset(0x04480810) }; - inline constexpr std::array TUIDataShuttleContainerMap_DataMenuInventoryData_{ REL::Offset(0x044809F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_DataMenuInventoryItem_{ REL::Offset(0x04480988) }; - inline constexpr std::array TUIDataShuttleContainerMap_DataMenuSkillsData_{ REL::Offset(0x04480748) }; - inline constexpr std::array TUIDataShuttleContainerMap_DataSlateMenu__DataSlateData_{ REL::Offset(0x044A6AC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueData_{ REL::Offset(0x0449E880) }; - inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueEntryData_{ REL::Offset(0x0449EA48) }; - inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueListData_{ REL::Offset(0x0449E630) }; - inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionEntryData_{ REL::Offset(0x0449E998) }; - inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionListData_{ REL::Offset(0x0449E6F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionPointsData_{ REL::Offset(0x0449E568) }; - inline constexpr std::array TUIDataShuttleContainerMap_DocAcceptData_{ REL::Offset(0x04489CB8) }; - inline constexpr std::array TUIDataShuttleContainerMap_DocData_{ REL::Offset(0x04489FC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_DocumentViewData_DS_{ REL::Offset(0x044BC3B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_EffectData_{ REL::Offset(0x04486908) }; - inline constexpr std::array TUIDataShuttleContainerMap_EffectGroup_{ REL::Offset(0x0448EA10) }; - inline constexpr std::array TUIDataShuttleContainerMap_EnvironmentAlertsData_{ REL::Offset(0x04486F10) }; - inline constexpr std::array TUIDataShuttleContainerMap_EnvironmentEffectsData_{ REL::Offset(0x04486E48) }; - inline constexpr std::array TUIDataShuttleContainerMap_ExplosiveIndicatorData_{ REL::Offset(0x044813F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ExplosiveIndicator_{ REL::Offset(0x04481458) }; - inline constexpr std::array TUIDataShuttleContainerMap_FactionData_DS_{ REL::Offset(0x044BC350) }; - inline constexpr std::array TUIDataShuttleContainerMap_Faction_DS_{ REL::Offset(0x044A8328) }; - inline constexpr std::array TUIDataShuttleContainerMap_FanfareData_{ REL::Offset(0x04478B88) }; - inline constexpr std::array TUIDataShuttleContainerMap_FavoritesManager__FavoritesData_{ REL::Offset(0x0451DAA8) }; - inline constexpr std::array TUIDataShuttleContainerMap_FavoritesManager__FavoritesEntryData_{ REL::Offset(0x0451DCE0) }; - inline constexpr std::array TUIDataShuttleContainerMap_FireForgetModel__EventNameShuttle_{ REL::Offset(0x04481950) }; - inline constexpr std::array TUIDataShuttleContainerMap_FireForgetModel__FireForgetShuttle_{ REL::Offset(0x04481830) }; - inline constexpr std::array TUIDataShuttleContainerMap_GraphicsData_{ REL::Offset(0x04483EC0) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDCommandIconData_{ REL::Offset(0x044A0FA0) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDCompassData_{ REL::Offset(0x04484320) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDCrosshairData_{ REL::Offset(0x04484990) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDDirectionalHitData_{ REL::Offset(0x044A15D8) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDDirectionalHitIndicator_{ REL::Offset(0x044A1418) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDEnemyData_{ REL::Offset(0x04484EE8) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDEnemyData__EnemyDatum_{ REL::Offset(0x04485000) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDHitKillData_{ REL::Offset(0x04484A58) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDHitKillDatum_{ REL::Offset(0x044847C0) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDJetpackData_{ REL::Offset(0x04485328) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDLocationData_{ REL::Offset(0x044856F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDLocationListData_{ REL::Offset(0x044855E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDMessageData_{ REL::Offset(0x04485AC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDMessageData__Message_{ REL::Offset(0x04485970) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDRolloverActivationProviderData_{ REL::Offset(0x04482B80) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDRolloverProviderData_{ REL::Offset(0x04482C48) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDSocialCommandData_{ REL::Offset(0x044A0F38) }; - inline constexpr std::array TUIDataShuttleContainerMap_HUDSubtitleData_{ REL::Offset(0x044865E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_HailingData_{ REL::Offset(0x044988C0) }; - inline constexpr std::array TUIDataShuttleContainerMap_HelpData_{ REL::Offset(0x0447CD40) }; - inline constexpr std::array TUIDataShuttleContainerMap_HelpTopicData_{ REL::Offset(0x0447CE58) }; - inline constexpr std::array TUIDataShuttleContainerMap_HudModeData_{ REL::Offset(0x04485BE8) }; - inline constexpr std::array TUIDataShuttleContainerMap_HudModeVisibilityInfo_{ REL::Offset(0x04485DB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_IconDataArray_DS_{ REL::Offset(0x044BC118) }; - inline constexpr std::array TUIDataShuttleContainerMap_IconData_DS_{ REL::Offset(0x044BC1E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ImageFixtureUIData_{ REL::Offset(0x0434C498) }; - inline constexpr std::array TUIDataShuttleContainerMap_InfoTargetData_{ REL::Offset(0x04497F78) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Key__{ REL::Offset(0x044AB8D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Patch__{ REL::Offset(0x044AD3B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Ring__{ REL::Offset(0x044AB598) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ REL::Offset(0x04497680) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ REL::Offset(0x04498BD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BE8D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_InternalVector3UIValue_{ REL::Offset(0x043A76A0) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__ArmorItemInfo_{ REL::Offset(0x04479418) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__ElementalStatInfo_{ REL::Offset(0x04479078) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryCategoryData_{ REL::Offset(0x04483218) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItem_{ REL::Offset(0x04478BF0) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ REL::Offset(0x04482A10) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ REL::Offset(0x044A9A30) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ REL::Offset(0x0448E318) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__LootItem_{ REL::Offset(0x04482ED0) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__ModInfo_{ REL::Offset(0x04478FC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__WeaponItemInfo_{ REL::Offset(0x044793B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ItemAction_DS_{ REL::Offset(0x044BC480) }; - inline constexpr std::array TUIDataShuttleContainerMap_ItemModInfoCardDataModel__ItemModInfoCardData_{ REL::Offset(0x04487E68) }; - inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModData_{ REL::Offset(0x04487F78) }; - inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModDirectoryData_{ REL::Offset(0x04487CD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotData_{ REL::Offset(0x04488198) }; - inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotDirectoryData_{ REL::Offset(0x04487DA0) }; - inline constexpr std::array TUIDataShuttleContainerMap_Key_{ REL::Offset(0x044AB9E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_LevelUpPerkData_{ REL::Offset(0x044A2060) }; - inline constexpr std::array TUIDataShuttleContainerMap_ListWrapData_{ REL::Offset(0x04493C78) }; - inline constexpr std::array TUIDataShuttleContainerMap_LoadMenuData_{ REL::Offset(0x04488798) }; - inline constexpr std::array TUIDataShuttleContainerMap_LoadSavePanelData_{ REL::Offset(0x044888F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_LoadSavePanelData__CharacterData_{ REL::Offset(0x04488B78) }; - inline constexpr std::array TUIDataShuttleContainerMap_LoadSavePanelData__GameData_{ REL::Offset(0x04488D98) }; - inline constexpr std::array TUIDataShuttleContainerMap_LocalEnvData_{ REL::Offset(0x044893B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_LocalEnvData_Frequent_{ REL::Offset(0x04489478) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuConfirmationData_{ REL::Offset(0x04489F60) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ REL::Offset(0x04489E48) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuListData_{ REL::Offset(0x0448A498) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuListData__ActionData_{ REL::Offset(0x0448A200) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuMOTDData_{ REL::Offset(0x04489D80) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ REL::Offset(0x04489EB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_MainMenuStateData_{ REL::Offset(0x0448A838) }; - inline constexpr std::array TUIDataShuttleContainerMap_MenuModeData_{ REL::Offset(0x044AFBC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_MessageButton_{ REL::Offset(0x0451F880) }; - inline constexpr std::array TUIDataShuttleContainerMap_MessageData_{ REL::Offset(0x0451F998) }; - inline constexpr std::array TUIDataShuttleContainerMap_MiscInfo_{ REL::Offset(0x0448EAE0) }; - inline constexpr std::array TUIDataShuttleContainerMap_MissionControlsStickData_{ REL::Offset(0x044A5CD0) }; - inline constexpr std::array TUIDataShuttleContainerMap_MissionDetailsEntry_DS_{ REL::Offset(0x044A8158) }; - inline constexpr std::array TUIDataShuttleContainerMap_MissionInfo_DS_{ REL::Offset(0x044A84B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_MissionListEntry_DS_{ REL::Offset(0x044A7F38) }; - inline constexpr std::array TUIDataShuttleContainerMap_MissionList_DS_{ REL::Offset(0x044A83F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__EventData_{ REL::Offset(0x0449F3F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__MenuData_{ REL::Offset(0x0449F708) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__MenuFreqData_{ REL::Offset(0x0449F4B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__PickRefData_{ REL::Offset(0x0449F580) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceArcData_{ REL::Offset(0x0449F328) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceData_{ REL::Offset(0x0449FC60) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__ScannableMapMarkerData_{ REL::Offset(0x0449F820) }; - inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__SocialSpellData_{ REL::Offset(0x0449F8D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_NewCompassMarker_{ REL::Offset(0x04484438) }; - inline constexpr std::array TUIDataShuttleContainerMap_ObjectiveData_{ REL::Offset(0x044A2FB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PatchArrayData_{ REL::Offset(0x044AD6B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_Patch_{ REL::Offset(0x044AD420) }; - inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuConfirmationData_{ REL::Offset(0x0448B4D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuListData_{ REL::Offset(0x0448B408) }; - inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuListData__ActionData_{ REL::Offset(0x0448B758) }; - inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuStateData_{ REL::Offset(0x0448B598) }; - inline constexpr std::array TUIDataShuttleContainerMap_PersonalAlertsData_{ REL::Offset(0x04486D80) }; - inline constexpr std::array TUIDataShuttleContainerMap_PersonalEffectsData_{ REL::Offset(0x04487278) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoGalleryMenu__GalleryMenuData_{ REL::Offset(0x04479AD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData_{ REL::Offset(0x0448C7D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ REL::Offset(0x0448D020) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData_{ REL::Offset(0x0448C648) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ REL::Offset(0x0448C9C0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ REL::Offset(0x0448CA70) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ REL::Offset(0x0448CBD0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ REL::Offset(0x0448CE48) }; - inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeStateData_{ REL::Offset(0x0448C898) }; - inline constexpr std::array TUIDataShuttleContainerMap_PickRefData_{ REL::Offset(0x0449D860) }; - inline constexpr std::array TUIDataShuttleContainerMap_PickpocketItemData_{ REL::Offset(0x044AA010) }; - inline constexpr std::array TUIDataShuttleContainerMap_PickpocketStateData_{ REL::Offset(0x044AA1E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlatformDataModel__PlatformData_{ REL::Offset(0x0458F750) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlayerData_{ REL::Offset(0x0448D6A8) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlayerFrequentData_{ REL::Offset(0x0448D518) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlayerHealthBoostData_{ REL::Offset(0x0448D5E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlayerInventoryItem_{ REL::Offset(0x0448E158) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlayerShipComponents_{ REL::Offset(0x04480DD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_PlayerStatusData_{ REL::Offset(0x0448F598) }; - inline constexpr std::array TUIDataShuttleContainerMap_PowersMenuData_{ REL::Offset(0x0447A240) }; - inline constexpr std::array TUIDataShuttleContainerMap_Powers_{ REL::Offset(0x0447A1D8) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__MissionMenuStateData_{ REL::Offset(0x0448F9D8) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__Objective_{ REL::Offset(0x0448FE98) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__Quest_{ REL::Offset(0x0448FA40) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__QuestsList_{ REL::Offset(0x0448FC00) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuestUpdate_{ REL::Offset(0x044A2E40) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuestUpdates_{ REL::Offset(0x044A2BA8) }; - inline constexpr std::array TUIDataShuttleContainerMap_QuickMenuData_{ REL::Offset(0x0449DA20) }; - inline constexpr std::array TUIDataShuttleContainerMap_RankData_{ REL::Offset(0x044ACF78) }; - inline constexpr std::array TUIDataShuttleContainerMap_RefuelMenuData_{ REL::Offset(0x0449AA10) }; - inline constexpr std::array TUIDataShuttleContainerMap_RefuelStickData_{ REL::Offset(0x0449A948) }; - inline constexpr std::array TUIDataShuttleContainerMap_RemapErrorData_{ REL::Offset(0x04493BB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_Requirements_{ REL::Offset(0x044AD198) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchCategoryDirectory_{ REL::Offset(0x04490660) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchCategoryPreview_{ REL::Offset(0x04490D58) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchPopupInfo_{ REL::Offset(0x044905F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchPopupInfo__ItemInfo_{ REL::Offset(0x04490BD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectDetails_{ REL::Offset(0x044907E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectDetails__LinkedProject_{ REL::Offset(0x04490F98) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectDetails__MaterialRequirment_{ REL::Offset(0x04491350) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectPreview_{ REL::Offset(0x04490E28) }; - inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectsDirectory_{ REL::Offset(0x044908A8) }; - inline constexpr std::array TUIDataShuttleContainerMap_Ring_{ REL::Offset(0x044AB6B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_RolloverActivationButtonData_{ REL::Offset(0x04482D70) }; - inline constexpr std::array TUIDataShuttleContainerMap_ScopeMenu__ScopeScalingData_{ REL::Offset(0x044B2AD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ScopeMenu__ZoomLevelData_{ REL::Offset(0x044B29B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SecurityMenuAutoAttemptData_{ REL::Offset(0x044ABC80) }; - inline constexpr std::array TUIDataShuttleContainerMap_SecurityMenuData_{ REL::Offset(0x044ABBB8) }; - inline constexpr std::array TUIDataShuttleContainerMap_SettingsCategoriesList_{ REL::Offset(0x04493D40) }; - inline constexpr std::array TUIDataShuttleContainerMap_SettingsCategoriesList__SettingsCategoryHeader_{ REL::Offset(0x04494B68) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipComponent_{ REL::Offset(0x04480EE0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__PowerAllocation_DS_{ REL::Offset(0x0447A790) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipCountData_{ REL::Offset(0x0447A960) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipMenuUpdateData_{ REL::Offset(0x0447AA28) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipNameData_{ REL::Offset(0x0447A600) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipStatsData_DS_{ REL::Offset(0x0447A6C8) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShipHudData_{ REL::Offset(0x04497EB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_ShowQuestsInHudUpdate_{ REL::Offset(0x044A2A78) }; - inline constexpr std::array TUIDataShuttleContainerMap_SkillChallengeUpdate_{ REL::Offset(0x044A2AE0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SkillLayout_{ REL::Offset(0x044AD720) }; - inline constexpr std::array TUIDataShuttleContainerMap_Skill_{ REL::Offset(0x04480B50) }; - inline constexpr std::array TUIDataShuttleContainerMap_SleepControlsStickData_{ REL::Offset(0x0451FFD0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SleepWaitData_{ REL::Offset(0x04520228) }; - inline constexpr std::array TUIDataShuttleContainerMap_SleepWaitRemainingHours_{ REL::Offset(0x04520160) }; - inline constexpr std::array TUIDataShuttleContainerMap_SleepWaitTimeData_{ REL::Offset(0x04520098) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorInitializationData_DS_{ REL::Offset(0x0435B760) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorSelectionData_DS_{ REL::Offset(0x0435B478) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorSwatches_DS_{ REL::Offset(0x0435B888) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorTabData_DS_{ REL::Offset(0x0435B590) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__CostSummary_DS_{ REL::Offset(0x0435EE60) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ExitConfirmation_DS_{ REL::Offset(0x043590F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckEntry_DS_{ REL::Offset(0x0435A468) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckTab_DS_{ REL::Offset(0x04359D40) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheck_DS_{ REL::Offset(0x0435A078) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FloorInfo_DS_{ REL::Offset(0x0435D3A0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__GamepadCrosshairData_DS_{ REL::Offset(0x0435F4C0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntries_DS_{ REL::Offset(0x0435ECD0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntry_DS_{ REL::Offset(0x0435F118) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__MessagePopup_DS_{ REL::Offset(0x0435EF28) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntries_DS_{ REL::Offset(0x0434C678) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntry_DS_{ REL::Offset(0x0434C380) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleInfo_DS_{ REL::Offset(0x0435EBA8) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleVariant_DS_{ REL::Offset(0x0434C5B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__NotificationBadge_DS_{ REL::Offset(0x0435EFF0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__PowerAllocation_DS_{ REL::Offset(0x0435D4D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__RepairButton_DS_{ REL::Offset(0x0435F3F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameData_DS_{ REL::Offset(0x0435AA98) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ REL::Offset(0x0435A908) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameInitialization_DS_{ REL::Offset(0x0435A9D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipStats_DS_{ REL::Offset(0x0435D468) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__StatEntry_DS_{ REL::Offset(0x0435E7C0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__StaticData_DS_{ REL::Offset(0x0435ED98) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__SystemPowerHighlight_DS_{ REL::Offset(0x0435F330) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgradeEntry_DS_{ REL::Offset(0x0434BBB8) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgrade_DS_{ REL::Offset(0x0434B9E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignEntry_DS_{ REL::Offset(0x04359F60) }; - inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignGroup_DS_{ REL::Offset(0x0435A248) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyInfoDataFlashObject_{ REL::Offset(0x04497B18) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyInfoToUI_{ REL::Offset(0x044802F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIDef_{ REL::Offset(0x044B48E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIMarkerGroupsDef_{ REL::Offset(0x044B5030) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIMarkersDef_{ REL::Offset(0x044B4D20) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIPos_{ REL::Offset(0x044B49B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIPositions_{ REL::Offset(0x044B4DE8) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__FocusedBodyData_{ REL::Offset(0x044B4F68) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyFadeData_{ REL::Offset(0x044B6980) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDataContainer_{ REL::Offset(0x044B6850) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerData_{ REL::Offset(0x044B65A0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDefContainer_{ REL::Offset(0x044B6918) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDef_{ REL::Offset(0x044B6288) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__MenuMarkerCoordsData_{ REL::Offset(0x044B8040) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__MenuMarkerCoords_{ REL::Offset(0x044B8498) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__OutpostSelect_DS_{ REL::Offset(0x044BB140) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__PlanetInfoToUI_{ REL::Offset(0x04480680) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__PlanetInspectToUI_{ REL::Offset(0x044B4760) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__QuickSystemSelectData_{ REL::Offset(0x044B66D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__ResourceInfoFlashObject_{ REL::Offset(0x04497D38) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapMenuData_{ REL::Offset(0x044B7D30) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkerData_{ REL::Offset(0x044B7C00) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkersData_{ REL::Offset(0x044B7F78) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkerData_{ REL::Offset(0x044B78E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkersData_{ REL::Offset(0x044B7EB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMapDisplayInfo_{ REL::Offset(0x044BA810) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMapInfo_{ REL::Offset(0x044BA8D8) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMarkerList_{ REL::Offset(0x044BA9A0) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMarkerStaticData_{ REL::Offset(0x044BA698) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SystemBodyInfoToUI_{ REL::Offset(0x04481060) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SystemNameHeader_DS_{ REL::Offset(0x044BB208) }; - inline constexpr std::array TUIDataShuttleContainerMap_StarbornPowersData_{ REL::Offset(0x044860B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_StatCategory_{ REL::Offset(0x0448EC50) }; - inline constexpr std::array TUIDataShuttleContainerMap_StealthData_{ REL::Offset(0x044863F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_StickData_{ REL::Offset(0x044980A8) }; - inline constexpr std::array TUIDataShuttleContainerMap_StreamingInstallMenu__StreamingProgressData_{ REL::Offset(0x044BBC80) }; - inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList_{ REL::Offset(0x04493F90) }; - inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting_{ REL::Offset(0x044942C8) }; - inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__CheckBoxData_{ REL::Offset(0x04494780) }; - inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__SliderData_{ REL::Offset(0x044946B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__StepperData_{ REL::Offset(0x044947E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenData_{ REL::Offset(0x043A7BA0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata_{ REL::Offset(0x043A7C68) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ REL::Offset(0x043A70F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ REL::Offset(0x043A8AD8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ REL::Offset(0x043A87B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ REL::Offset(0x043A8F18) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__CodeBuiltStepperData_{ REL::Offset(0x043A8CF8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__HeadPartMetadata_{ REL::Offset(0x043A7310) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationData_{ REL::Offset(0x043A7AD0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData_{ REL::Offset(0x043A74E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ REL::Offset(0x043A83D8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ REL::Offset(0x043A7F98) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ REL::Offset(0x043A81B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendSliderMetadata_{ REL::Offset(0x043A7D78) }; - inline constexpr std::array TUIDataShuttleContainerMap_TakeoffInfo_{ REL::Offset(0x0449AB68) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetCombatValuesData_{ REL::Offset(0x044982F8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetCombatValues_{ REL::Offset(0x04497568) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetComponentData_{ REL::Offset(0x044978A0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetHighFreq_{ REL::Offset(0x044986A0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetHighFrequencyData_{ REL::Offset(0x044983C0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetLowFreq_{ REL::Offset(0x04498810) }; - inline constexpr std::array TUIDataShuttleContainerMap_TargetLowFrequencyData_{ REL::Offset(0x04498170) }; - inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestData_{ REL::Offset(0x044BEFB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestData__ArcanaData_{ REL::Offset(0x044BEB90) }; - inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestFlushData_{ REL::Offset(0x044BEE28) }; - inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestImagesData_{ REL::Offset(0x044BF078) }; - inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestResourcesData_{ REL::Offset(0x044BED60) }; - inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestResourcesData__ResourceData_{ REL::Offset(0x044BEAE0) }; - inline constexpr std::array TUIDataShuttleContainerMap_TextInputPayload_{ REL::Offset(0x044BF360) }; - inline constexpr std::array TUIDataShuttleContainerMap_TraitDatum_{ REL::Offset(0x044AF628) }; - inline constexpr std::array TUIDataShuttleContainerMap_TraitInfo_{ REL::Offset(0x0448E890) }; - inline constexpr std::array TUIDataShuttleContainerMap_TraitsData_{ REL::Offset(0x044AFB00) }; - inline constexpr std::array TUIDataShuttleContainerMap_TriggerEvent_{ REL::Offset(0x044A54B8) }; - inline constexpr std::array TUIDataShuttleContainerMap_TutorialMessageManager__MessageData_{ REL::Offset(0x044A09E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_UICraftingUtils__ResourceInfo_{ REL::Offset(0x0447ED68) }; - inline constexpr std::array TUIDataShuttleContainerMap_UICraftingUtils__SkillRequirement_{ REL::Offset(0x0435E870) }; - inline constexpr std::array TUIDataShuttleContainerMap_UpdateHUDOpacity_{ REL::Offset(0x044A3470) }; - inline constexpr std::array TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponGroup_DS_{ REL::Offset(0x043575C8) }; - inline constexpr std::array TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponList_DS_{ REL::Offset(0x04357748) }; - inline constexpr std::array TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeapon_DS_{ REL::Offset(0x043577B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopAreaResourcesData_{ REL::Offset(0x0449C1E8) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopAreaResourcesData__AreaResource_{ REL::Offset(0x0449C250) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryBarData_{ REL::Offset(0x0449BF00) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryBarData__CategoryBarData_{ REL::Offset(0x0449C0D0) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryInfoData_{ REL::Offset(0x0449B710) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData_{ REL::Offset(0x0449BBB0) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ REL::Offset(0x0449BDE8) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopColorData__ColorSettingData_{ REL::Offset(0x0447D578) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopColorData__ColorSwatchesData_{ REL::Offset(0x0447D640) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopColorData__ColorTabsData_{ REL::Offset(0x0447D4B0) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInfoData_{ REL::Offset(0x0449DC90) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInteractiveMessageData_{ REL::Offset(0x0449D038) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInterfaceShared__ItemRequirement_{ REL::Offset(0x0449B8E0) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInterfaceShared__ResourceProduced_{ REL::Offset(0x0449B3F0) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopMessageData_{ REL::Offset(0x0449D210) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopObjectInfoCardData_{ REL::Offset(0x0449B388) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopStateData_{ REL::Offset(0x0449DD58) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopStatusData_{ REL::Offset(0x0447D950) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__OutpostData_{ REL::Offset(0x044C0DC8) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__ResourceData_{ REL::Offset(0x044C1538) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__SourceData_{ REL::Offset(0x044C0F48) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetData_{ REL::Offset(0x044C0B78) }; - inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetMenuData_{ REL::Offset(0x044C0D60) }; - inline constexpr std::array TUIDataShuttleContainerMap_XPData_{ REL::Offset(0x044A1D48) }; - inline constexpr std::array TUIDataShuttleContainerMap_XPUpdate_{ REL::Offset(0x044A1CE0) }; - inline constexpr std::array TUIDataToFlash_ActiveModItemDataModel__ModItemHandle_{ REL::Offset(0x04487BB8) }; - inline constexpr std::array TUIDataToFlash_AmmoData_{ REL::Offset(0x044A0D50) }; - inline constexpr std::array TUIDataToFlash_ArtifactPowerUnlockData_{ REL::Offset(0x04486120) }; - inline constexpr std::array TUIDataToFlash_BackgroundData_{ REL::Offset(0x044AFAA0) }; - inline constexpr std::array TUIDataToFlash_BookMenu__BookData_{ REL::Offset(0x0451B428) }; - inline constexpr std::array TUIDataToFlash_BuildItemDirectoryData_{ REL::Offset(0x0449CE88) }; - inline constexpr std::array TUIDataToFlash_BuildItemInfoCardData_{ REL::Offset(0x0449CC38) }; - inline constexpr std::array TUIDataToFlash_BuilderRequirementsData_{ REL::Offset(0x0449CD00) }; - inline constexpr std::array TUIDataToFlash_ComponentFlashEvents_{ REL::Offset(0x04498048) }; - inline constexpr std::array TUIDataToFlash_ContainerMenuData_{ REL::Offset(0x0447DB28) }; - inline constexpr std::array TUIDataToFlash_ControlBindingsData_{ REL::Offset(0x04493E68) }; - inline constexpr std::array TUIDataToFlash_ControlConflictsData_{ REL::Offset(0x044939C0) }; - inline constexpr std::array TUIDataToFlash_ControlMapDataModel__UserEvents_{ REL::Offset(0x0458F430) }; - inline constexpr std::array TUIDataToFlash_ControlRemapConfirmationData_{ REL::Offset(0x04493A88) }; - inline constexpr std::array TUIDataToFlash_ControlsStickData_{ REL::Offset(0x044AF9D8) }; - inline constexpr std::array TUIDataToFlash_CraftingInfoCardDataModel__ItemInfoCardData_{ REL::Offset(0x044874C0) }; - inline constexpr std::array TUIDataToFlash_CraftingRecipesDataModel__RecipeDirectoryData_{ REL::Offset(0x044877B8) }; - inline constexpr std::array TUIDataToFlash_CraftingRequirementsDataModel__RequirementsData_{ REL::Offset(0x0447EA90) }; - inline constexpr std::array TUIDataToFlash_CreditsDataModel__CreditsMenuData_{ REL::Offset(0x04477D98) }; - inline constexpr std::array TUIDataToFlash_CrewAssignMenuData_{ REL::Offset(0x04495898) }; - inline constexpr std::array TUIDataToFlash_CrewBuffData_{ REL::Offset(0x0447DA60) }; - inline constexpr std::array TUIDataToFlash_CrewMenuData_{ REL::Offset(0x04495960) }; - inline constexpr std::array TUIDataToFlash_CursorData_{ REL::Offset(0x0458FDE8) }; - inline constexpr std::array TUIDataToFlash_CustomAlertsData_{ REL::Offset(0x04486F78) }; - inline constexpr std::array TUIDataToFlash_DataMenuData_{ REL::Offset(0x044806E8) }; - inline constexpr std::array TUIDataToFlash_DataMenuInventoryData_{ REL::Offset(0x044807B0) }; - inline constexpr std::array TUIDataToFlash_DataMenuSkillsData_{ REL::Offset(0x04480928) }; - inline constexpr std::array TUIDataToFlash_DataSlateMenu__DataSlateData_{ REL::Offset(0x044A6B30) }; - inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__DialogueData_{ REL::Offset(0x0449E820) }; - inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__DialogueListData_{ REL::Offset(0x0449E5D0) }; - inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__PersuasionListData_{ REL::Offset(0x0449E698) }; - inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__PersuasionPointsData_{ REL::Offset(0x0449E508) }; - inline constexpr std::array TUIDataToFlash_DocAcceptData_{ REL::Offset(0x0448A148) }; - inline constexpr std::array TUIDataToFlash_DocumentViewData_DS_{ REL::Offset(0x044BC180) }; - inline constexpr std::array TUIDataToFlash_EnvironmentAlertsData_{ REL::Offset(0x04486EB0) }; - inline constexpr std::array TUIDataToFlash_EnvironmentEffectsData_{ REL::Offset(0x04486DE8) }; - inline constexpr std::array TUIDataToFlash_ExplosiveIndicatorData_{ REL::Offset(0x04481338) }; - inline constexpr std::array TUIDataToFlash_FactionData_DS_{ REL::Offset(0x044BC4E8) }; - inline constexpr std::array TUIDataToFlash_Faction_DS_{ REL::Offset(0x044A82C8) }; - inline constexpr std::array TUIDataToFlash_FanfareData_{ REL::Offset(0x04478C58) }; - inline constexpr std::array TUIDataToFlash_FavoritesManager__FavoritesData_{ REL::Offset(0x0451DB68) }; - inline constexpr std::array TUIDataToFlash_FireForgetModel__FireForgetShuttle_{ REL::Offset(0x04481778) }; - inline constexpr std::array TUIDataToFlash_GraphicsData_{ REL::Offset(0x04483F28) }; - inline constexpr std::array TUIDataToFlash_HUDCompassData_{ REL::Offset(0x044842C0) }; - inline constexpr std::array TUIDataToFlash_HUDCrosshairData_{ REL::Offset(0x04484930) }; - inline constexpr std::array TUIDataToFlash_HUDDirectionalHitIndicator_{ REL::Offset(0x044A1480) }; - inline constexpr std::array TUIDataToFlash_HUDEnemyData_{ REL::Offset(0x04485170) }; - inline constexpr std::array TUIDataToFlash_HUDHitKillData_{ REL::Offset(0x044849F8) }; - inline constexpr std::array TUIDataToFlash_HUDJetpackData_{ REL::Offset(0x044852C8) }; - inline constexpr std::array TUIDataToFlash_HUDLocationListData_{ REL::Offset(0x04485580) }; - inline constexpr std::array TUIDataToFlash_HUDMessageData_{ REL::Offset(0x04485A68) }; - inline constexpr std::array TUIDataToFlash_HUDRolloverActivationProviderData_{ REL::Offset(0x04482B20) }; - inline constexpr std::array TUIDataToFlash_HUDRolloverProviderData_{ REL::Offset(0x04482BE8) }; - inline constexpr std::array TUIDataToFlash_HUDSocialCommandData_{ REL::Offset(0x044A0E80) }; - inline constexpr std::array TUIDataToFlash_HUDSubtitleData_{ REL::Offset(0x04486588) }; - inline constexpr std::array TUIDataToFlash_HelpData_{ REL::Offset(0x0447CCE0) }; - inline constexpr std::array TUIDataToFlash_HudModeData_{ REL::Offset(0x04485F20) }; - inline constexpr std::array TUIDataToFlash_IconDataArray_DS_{ REL::Offset(0x044BC0B8) }; - inline constexpr std::array TUIDataToFlash_InfoTargetData_{ REL::Offset(0x04498298) }; - inline constexpr std::array TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ REL::Offset(0x04482AC0) }; - inline constexpr std::array TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ REL::Offset(0x044A99D0) }; - inline constexpr std::array TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ REL::Offset(0x0448E2B8) }; - inline constexpr std::array TUIDataToFlash_ItemAction_DS_{ REL::Offset(0x044BC420) }; - inline constexpr std::array TUIDataToFlash_ItemModInfoCardDataModel__ItemModInfoCardData_{ REL::Offset(0x04487ED0) }; - inline constexpr std::array TUIDataToFlash_ItemModsDataModel__ItemModDirectoryData_{ REL::Offset(0x04487D40) }; - inline constexpr std::array TUIDataToFlash_ItemModsDataModel__ItemModSlotDirectoryData_{ REL::Offset(0x04487E08) }; - inline constexpr std::array TUIDataToFlash_ListWrapData_{ REL::Offset(0x04493C18) }; - inline constexpr std::array TUIDataToFlash_LoadMenuData_{ REL::Offset(0x04488738) }; - inline constexpr std::array TUIDataToFlash_LoadSavePanelData_{ REL::Offset(0x04488960) }; - inline constexpr std::array TUIDataToFlash_LocalEnvData_{ REL::Offset(0x04489418) }; - inline constexpr std::array TUIDataToFlash_LocalEnvData_Frequent_{ REL::Offset(0x044894E0) }; - inline constexpr std::array TUIDataToFlash_MainMenuConfirmationData_{ REL::Offset(0x0448A438) }; - inline constexpr std::array TUIDataToFlash_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ REL::Offset(0x04489D20) }; - inline constexpr std::array TUIDataToFlash_MainMenuListData_{ REL::Offset(0x0448A380) }; - inline constexpr std::array TUIDataToFlash_MainMenuMOTDData_{ REL::Offset(0x04489C58) }; - inline constexpr std::array TUIDataToFlash_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ REL::Offset(0x04489DE8) }; - inline constexpr std::array TUIDataToFlash_MainMenuStateData_{ REL::Offset(0x0448A8A0) }; - inline constexpr std::array TUIDataToFlash_MenuModeData_{ REL::Offset(0x044AFC30) }; - inline constexpr std::array TUIDataToFlash_MessageData_{ REL::Offset(0x0451FA00) }; - inline constexpr std::array TUIDataToFlash_MissionControlsStickData_{ REL::Offset(0x044A5D38) }; - inline constexpr std::array TUIDataToFlash_MissionInfo_DS_{ REL::Offset(0x044A8458) }; - inline constexpr std::array TUIDataToFlash_MissionList_DS_{ REL::Offset(0x044A8390) }; - inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__EventData_{ REL::Offset(0x0449F390) }; - inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__MenuData_{ REL::Offset(0x0449F6A8) }; - inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__MenuFreqData_{ REL::Offset(0x0449F458) }; - inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__PickRefData_{ REL::Offset(0x0449F520) }; - inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__ResourceArcData_{ REL::Offset(0x0449F2C8) }; - inline constexpr std::array TUIDataToFlash_PatchArrayData_{ REL::Offset(0x044AD5A0) }; - inline constexpr std::array TUIDataToFlash_PauseMenuConfirmationData_{ REL::Offset(0x0448B538) }; - inline constexpr std::array TUIDataToFlash_PauseMenuListData_{ REL::Offset(0x0448B470) }; - inline constexpr std::array TUIDataToFlash_PauseMenuStateData_{ REL::Offset(0x0448B600) }; - inline constexpr std::array TUIDataToFlash_PersonalAlertsData_{ REL::Offset(0x044872E0) }; - inline constexpr std::array TUIDataToFlash_PersonalEffectsData_{ REL::Offset(0x04487218) }; - inline constexpr std::array TUIDataToFlash_PhotoGalleryMenu__GalleryMenuData_{ REL::Offset(0x044799C8) }; - inline constexpr std::array TUIDataToFlash_PhotoModeDataModel__PhotoModeOverlayData_{ REL::Offset(0x0448C770) }; - inline constexpr std::array TUIDataToFlash_PhotoModeDataModel__PhotoModeSettingsData_{ REL::Offset(0x0448C5E8) }; - inline constexpr std::array TUIDataToFlash_PhotoModeDataModel__PhotoModeStateData_{ REL::Offset(0x0448C838) }; - inline constexpr std::array TUIDataToFlash_PickRefData_{ REL::Offset(0x0449D800) }; - inline constexpr std::array TUIDataToFlash_PickpocketStateData_{ REL::Offset(0x044AA180) }; - inline constexpr std::array TUIDataToFlash_PlatformDataModel__PlatformData_{ REL::Offset(0x0458F6F0) }; - inline constexpr std::array TUIDataToFlash_PlayerData_{ REL::Offset(0x0448D580) }; - inline constexpr std::array TUIDataToFlash_PlayerFrequentData_{ REL::Offset(0x0448D648) }; - inline constexpr std::array TUIDataToFlash_PlayerHealthBoostData_{ REL::Offset(0x0448D710) }; - inline constexpr std::array TUIDataToFlash_PlayerShipComponents_{ REL::Offset(0x04498238) }; - inline constexpr std::array TUIDataToFlash_PlayerStatusData_{ REL::Offset(0x0448F658) }; - inline constexpr std::array TUIDataToFlash_PowersMenuData_{ REL::Offset(0x0447A300) }; - inline constexpr std::array TUIDataToFlash_QuestDataModel__MissionMenuStateData_{ REL::Offset(0x0448F978) }; - inline constexpr std::array TUIDataToFlash_QuestDataModel__QuestsList_{ REL::Offset(0x0448FBA0) }; - inline constexpr std::array TUIDataToFlash_QuestUpdates_{ REL::Offset(0x044A2CC8) }; - inline constexpr std::array TUIDataToFlash_QuickMenuData_{ REL::Offset(0x0449D9C0) }; - inline constexpr std::array TUIDataToFlash_RefuelMenuData_{ REL::Offset(0x0449A8E8) }; - inline constexpr std::array TUIDataToFlash_RefuelStickData_{ REL::Offset(0x0449A9B0) }; - inline constexpr std::array TUIDataToFlash_RemapErrorData_{ REL::Offset(0x04493B50) }; - inline constexpr std::array TUIDataToFlash_ResearchCategoryDirectory_{ REL::Offset(0x04490780) }; - inline constexpr std::array TUIDataToFlash_ResearchPopupInfo_{ REL::Offset(0x04490848) }; - inline constexpr std::array TUIDataToFlash_ResearchProjectDetails_{ REL::Offset(0x04490910) }; - inline constexpr std::array TUIDataToFlash_ResearchProjectsDirectory_{ REL::Offset(0x044906C8) }; - inline constexpr std::array TUIDataToFlash_ScopeMenu__ScopeScalingData_{ REL::Offset(0x044B2A18) }; - inline constexpr std::array TUIDataToFlash_ScopeMenu__ZoomLevelData_{ REL::Offset(0x044B2A78) }; - inline constexpr std::array TUIDataToFlash_SecurityMenuAutoAttemptData_{ REL::Offset(0x044ABC20) }; - inline constexpr std::array TUIDataToFlash_SecurityMenuData_{ REL::Offset(0x044ABB58) }; - inline constexpr std::array TUIDataToFlash_SettingsCategoriesList_{ REL::Offset(0x04493CE0) }; - inline constexpr std::array TUIDataToFlash_ShipHangar__PowerAllocation_DS_{ REL::Offset(0x0447A730) }; - inline constexpr std::array TUIDataToFlash_ShipHangar__ShipCountData_{ REL::Offset(0x0447A900) }; - inline constexpr std::array TUIDataToFlash_ShipHangar__ShipMenuUpdateData_{ REL::Offset(0x0447A9C8) }; - inline constexpr std::array TUIDataToFlash_ShipHangar__ShipNameData_{ REL::Offset(0x0447A5A0) }; - inline constexpr std::array TUIDataToFlash_ShipHangar__ShipStatsData_DS_{ REL::Offset(0x0447A668) }; - inline constexpr std::array TUIDataToFlash_ShipHudData_{ REL::Offset(0x04497F18) }; - inline constexpr std::array TUIDataToFlash_ShowQuestsInHudUpdate_{ REL::Offset(0x044A2B48) }; - inline constexpr std::array TUIDataToFlash_SkillChallengeUpdate_{ REL::Offset(0x044A2C10) }; - inline constexpr std::array TUIDataToFlash_SkillLayout_{ REL::Offset(0x044AD658) }; - inline constexpr std::array TUIDataToFlash_SleepControlsStickData_{ REL::Offset(0x04520038) }; - inline constexpr std::array TUIDataToFlash_SleepWaitData_{ REL::Offset(0x04520290) }; - inline constexpr std::array TUIDataToFlash_SleepWaitRemainingHours_{ REL::Offset(0x045201C8) }; - inline constexpr std::array TUIDataToFlash_SleepWaitTimeData_{ REL::Offset(0x04520100) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ColorInitializationData_DS_{ REL::Offset(0x0435B700) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ColorSelectionData_DS_{ REL::Offset(0x0435B7C8) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ColorSwatches_DS_{ REL::Offset(0x0435B828) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__CostSummary_DS_{ REL::Offset(0x0435EE00) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ExitConfirmation_DS_{ REL::Offset(0x04359158) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__FlightCheck_DS_{ REL::Offset(0x0435A0E0) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__FloorInfo_DS_{ REL::Offset(0x0435D2E0) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__GamepadCrosshairData_DS_{ REL::Offset(0x0435F460) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__HelpEntries_DS_{ REL::Offset(0x0435EC70) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__MessagePopup_DS_{ REL::Offset(0x0435EEC8) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ModuleEntries_DS_{ REL::Offset(0x0434C6E0) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ModuleInfo_DS_{ REL::Offset(0x0435EC10) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ModuleVariant_DS_{ REL::Offset(0x0434C618) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__NotificationBadge_DS_{ REL::Offset(0x0435EF90) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__PowerAllocation_DS_{ REL::Offset(0x0435D408) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__RepairButton_DS_{ REL::Offset(0x0435F398) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipRenameData_DS_{ REL::Offset(0x0435AA38) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ REL::Offset(0x0435AB00) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipRenameInitialization_DS_{ REL::Offset(0x0435A970) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipStats_DS_{ REL::Offset(0x0435D340) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__StaticData_DS_{ REL::Offset(0x0435ED38) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__SystemPowerHighlight_DS_{ REL::Offset(0x0435F2D0) }; - inline constexpr std::array TUIDataToFlash_SpaceshipEditor__SystemUpgrade_DS_{ REL::Offset(0x0434BA50) }; - inline constexpr std::array TUIDataToFlash_StarMap__BodyInfoDataFlashObject_{ REL::Offset(0x044B4650) }; - inline constexpr std::array TUIDataToFlash_StarMap__BodyPOIMarkerGroupsDef_{ REL::Offset(0x044B4FD0) }; - inline constexpr std::array TUIDataToFlash_StarMap__BodyPOIMarkersDef_{ REL::Offset(0x044B4EA8) }; - inline constexpr std::array TUIDataToFlash_StarMap__BodyPOIPositions_{ REL::Offset(0x044B4D88) }; - inline constexpr std::array TUIDataToFlash_StarMap__FocusedBodyData_{ REL::Offset(0x044B4F08) }; - inline constexpr std::array TUIDataToFlash_StarMap__GalaxyFadeData_{ REL::Offset(0x044B67F0) }; - inline constexpr std::array TUIDataToFlash_StarMap__GalaxyMarkerDataContainer_{ REL::Offset(0x044B68B8) }; - inline constexpr std::array TUIDataToFlash_StarMap__GalaxyMarkerDefContainer_{ REL::Offset(0x044B6670) }; - inline constexpr std::array TUIDataToFlash_StarMap__MenuMarkerCoordsData_{ REL::Offset(0x044B7E50) }; - inline constexpr std::array TUIDataToFlash_StarMap__OutpostSelect_DS_{ REL::Offset(0x044BB0E0) }; - inline constexpr std::array TUIDataToFlash_StarMap__PlanetInspectToUI_{ REL::Offset(0x044B45F0) }; - inline constexpr std::array TUIDataToFlash_StarMap__QuickSystemSelectData_{ REL::Offset(0x044B6738) }; - inline constexpr std::array TUIDataToFlash_StarMap__StarMapMenuData_{ REL::Offset(0x044B7D98) }; - inline constexpr std::array TUIDataToFlash_StarMap__StarMapMenuMarkersData_{ REL::Offset(0x044B7CD0) }; - inline constexpr std::array TUIDataToFlash_StarMap__StarMapOffscreenQuestMarkersData_{ REL::Offset(0x044B7F18) }; - inline constexpr std::array TUIDataToFlash_StarMap__SurfaceMapDisplayInfo_{ REL::Offset(0x044BA7B0) }; - inline constexpr std::array TUIDataToFlash_StarMap__SurfaceMapInfo_{ REL::Offset(0x044BA878) }; - inline constexpr std::array TUIDataToFlash_StarMap__SurfaceMarkerList_{ REL::Offset(0x044BA940) }; - inline constexpr std::array TUIDataToFlash_StarMap__SystemBodyInfoToUI_{ REL::Offset(0x044B7FE0) }; - inline constexpr std::array TUIDataToFlash_StarMap__SystemNameHeader_DS_{ REL::Offset(0x044BB1A8) }; - inline constexpr std::array TUIDataToFlash_StarbornPowersData_{ REL::Offset(0x04486058) }; - inline constexpr std::array TUIDataToFlash_StealthData_{ REL::Offset(0x04486398) }; - inline constexpr std::array TUIDataToFlash_StickData_{ REL::Offset(0x04497E50) }; - inline constexpr std::array TUIDataToFlash_StreamingInstallMenu__StreamingProgressData_{ REL::Offset(0x044BBC20) }; - inline constexpr std::array TUIDataToFlash_SubSettingsList_{ REL::Offset(0x04493F30) }; - inline constexpr std::array TUIDataToFlash_TESNPCData__ChargenData_{ REL::Offset(0x043A7C08) }; - inline constexpr std::array TUIDataToFlash_TESNPCData__ChargenMetadata_{ REL::Offset(0x043A7CD0) }; - inline constexpr std::array TUIDataToFlash_TakeoffInfo_{ REL::Offset(0x0449ABD0) }; - inline constexpr std::array TUIDataToFlash_TargetCombatValuesData_{ REL::Offset(0x04498360) }; - inline constexpr std::array TUIDataToFlash_TargetHighFrequencyData_{ REL::Offset(0x04498110) }; - inline constexpr std::array TUIDataToFlash_TargetLowFrequencyData_{ REL::Offset(0x044981D8) }; - inline constexpr std::array TUIDataToFlash_TestMenu__TestData_{ REL::Offset(0x044BEF50) }; - inline constexpr std::array TUIDataToFlash_TestMenu__TestFlushData_{ REL::Offset(0x044BEDC8) }; - inline constexpr std::array TUIDataToFlash_TestMenu__TestImagesData_{ REL::Offset(0x044BF018) }; - inline constexpr std::array TUIDataToFlash_TestMenu__TestResourcesData_{ REL::Offset(0x044BED00) }; - inline constexpr std::array TUIDataToFlash_TextInputPayload_{ REL::Offset(0x044BF300) }; - inline constexpr std::array TUIDataToFlash_TraitsData_{ REL::Offset(0x044AFB68) }; - inline constexpr std::array TUIDataToFlash_TriggerEvent_{ REL::Offset(0x044A5520) }; - inline constexpr std::array TUIDataToFlash_TutorialMessageManager__MessageData_{ REL::Offset(0x044A0A50) }; - inline constexpr std::array TUIDataToFlash_UpdateHUDOpacity_{ REL::Offset(0x044A34D8) }; - inline constexpr std::array TUIDataToFlash_WeaponGroupAssignment__ShipWeaponGroup_DS_{ REL::Offset(0x043576E8) }; - inline constexpr std::array TUIDataToFlash_WeaponGroupAssignment__ShipWeaponList_DS_{ REL::Offset(0x04357630) }; - inline constexpr std::array TUIDataToFlash_WorkshopAreaResourcesData_{ REL::Offset(0x0449BF68) }; - inline constexpr std::array TUIDataToFlash_WorkshopCategoryBarData_{ REL::Offset(0x0449BC80) }; - inline constexpr std::array TUIDataToFlash_WorkshopCategoryInfoData_{ REL::Offset(0x0449B778) }; - inline constexpr std::array TUIDataToFlash_WorkshopColorData__ColorSettingData_{ REL::Offset(0x0447D518) }; - inline constexpr std::array TUIDataToFlash_WorkshopColorData__ColorSwatchesData_{ REL::Offset(0x0447D5E0) }; - inline constexpr std::array TUIDataToFlash_WorkshopColorData__ColorTabsData_{ REL::Offset(0x0447D450) }; - inline constexpr std::array TUIDataToFlash_WorkshopInfoData_{ REL::Offset(0x0449DDC0) }; - inline constexpr std::array TUIDataToFlash_WorkshopInteractiveMessageData_{ REL::Offset(0x0449CFD8) }; - inline constexpr std::array TUIDataToFlash_WorkshopMessageData_{ REL::Offset(0x0449D1B0) }; - inline constexpr std::array TUIDataToFlash_WorkshopObjectInfoCardData_{ REL::Offset(0x0449B560) }; - inline constexpr std::array TUIDataToFlash_WorkshopStateData_{ REL::Offset(0x0449DCF8) }; - inline constexpr std::array TUIDataToFlash_WorkshopStatusData_{ REL::Offset(0x0447D8F0) }; - inline constexpr std::array TUIDataToFlash_WorkshopTargetMenu__SourceData_{ REL::Offset(0x044C0D00) }; - inline constexpr std::array TUIDataToFlash_WorkshopTargetMenu__TargetMenuData_{ REL::Offset(0x044C0C48) }; - inline constexpr std::array TUIDataToFlash_XPUpdate_{ REL::Offset(0x044A1C28) }; - inline constexpr std::array TUIValue_BSFixedStringCS_{ REL::Offset(0x0434B868) }; - inline constexpr std::array TUIValue_BSFixedString_{ REL::Offset(0x0435E3C0) }; - inline constexpr std::array TUIValue_bool_{ REL::Offset(0x0434B938) }; - inline constexpr std::array TUIValue_double_{ REL::Offset(0x044B46B0) }; - inline constexpr std::array TUIValue_float_{ REL::Offset(0x0435BA78) }; - inline constexpr std::array TUIValue_int_{ REL::Offset(0x0434B8D0) }; - inline constexpr std::array TUIValue_unsigned__int64_{ REL::Offset(0x04489020) }; - inline constexpr std::array TUIValue_unsignedint_{ REL::Offset(0x0434B800) }; - inline constexpr std::array TagPropagationNode{ REL::Offset(0x04568750) }; - inline constexpr std::array TagPropagationNodeInstance{ REL::Offset(0x045687B8) }; - inline constexpr std::array TakeOffInitiateCompleteHandler{ REL::Offset(0x044E5FC8) }; - inline constexpr std::array TakeoffMenu{ REL::Offset(0x044B3240), REL::Offset(0x044B3258), REL::Offset(0x044B3270), REL::Offset(0x044B3288), REL::Offset(0x044B32A0), REL::Offset(0x044B32B8), REL::Offset(0x044B32F0), REL::Offset(0x044B3348) }; - inline constexpr std::array TakeoffMenuDataModel{ REL::Offset(0x0449AB28), REL::Offset(0x0449AB50) }; - inline constexpr std::array TakeoffMenuDataModel__TakeoffMenuEventShuttle{ REL::Offset(0x0449AC70) }; - inline constexpr std::array TakeoffMenu_CloseMenu{ REL::Offset(0x044B32D0) }; - inline constexpr std::array TakeoffMenu_ExitShip{ REL::Offset(0x044B3448) }; - inline constexpr std::array TakeoffMenu_Launch{ REL::Offset(0x044B3428) }; - inline constexpr std::array TargetEntry{ REL::Offset(0x04411888) }; - inline constexpr std::array TaskQueueInterface__QueueHavokAdd__2__FilterBipedPartOnAdd{ REL::Offset(0x044D54E8) }; - inline constexpr std::array TelekinesisEffect{ REL::Offset(0x044C7498) }; - inline constexpr std::array TeleportDoorSearch{ REL::Offset(0x04450B90) }; - inline constexpr std::array TempLoadedCellDB__LoadTempDataForCell{ REL::Offset(0x043521E0) }; - inline constexpr std::array TerminalMenu_CancelEvent{ REL::Offset(0x044BCE98) }; - inline constexpr std::array TerminalOpenViewCallback{ REL::Offset(0x044BCD48) }; - inline constexpr std::array TerminalRunResultsCallback{ REL::Offset(0x044BCB68) }; - inline constexpr std::array Terminal_CloseAllViews{ REL::Offset(0x044BCE58) }; - inline constexpr std::array Terminal_CloseTopView{ REL::Offset(0x044BCE78) }; - inline constexpr std::array Terminal_CloseView{ REL::Offset(0x044BCE18) }; - inline constexpr std::array Terminal_MenuItemClick{ REL::Offset(0x044BCE38) }; - inline constexpr std::array Terminal__AddAliasedTerminalsFunc{ REL::Offset(0x044BC8F0) }; - inline constexpr std::array Terminal__GenesisTerminalMenu{ REL::Offset(0x044BCB98), REL::Offset(0x044BCBB0), REL::Offset(0x044BCBC8), REL::Offset(0x044BCBE0), REL::Offset(0x044BCBF8), REL::Offset(0x044BCC10), REL::Offset(0x044BCC68), REL::Offset(0x044BCD90), REL::Offset(0x044BCDA8), REL::Offset(0x044BCDC0), REL::Offset(0x044BCDE8) }; - inline constexpr std::array Terminal__GenesisTerminalMenu_UnlockItemConfirm{ REL::Offset(0x044BCE00) }; - inline constexpr std::array Terminal__GenesisTerminalMenu_UnlockedItemWithKey{ REL::Offset(0x044BCD78) }; - inline constexpr std::array Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle{ REL::Offset(0x044BCEB8) }; - inline constexpr std::array TerminateGraphRagdollHandler{ REL::Offset(0x044E38F0) }; - inline constexpr std::array TerrainDB__TerrainBarrierNode{ REL::Offset(0x043A4E50) }; - inline constexpr std::array TerrainDB__TerrainGraphProcessor{ REL::Offset(0x043A4E38) }; - inline constexpr std::array TestMenu{ REL::Offset(0x044BE398), REL::Offset(0x044BE3B0), REL::Offset(0x044BE3D8), REL::Offset(0x044BE3F0), REL::Offset(0x044BE448), REL::Offset(0x044BE460), REL::Offset(0x044BE478), REL::Offset(0x044BE490), REL::Offset(0x044BE4E8) }; - inline constexpr std::array TestMenu_DoAction{ REL::Offset(0x044BE4C8) }; - inline constexpr std::array TestMenu_ExitMenu{ REL::Offset(0x044BE5C8) }; - inline constexpr std::array TestMenu_ShowImages{ REL::Offset(0x044BE5F8) }; - inline constexpr std::array TestMenu_ShowResources{ REL::Offset(0x044BE618) }; - inline constexpr std::array TestMenu_TestAll{ REL::Offset(0x044BE4A8) }; - inline constexpr std::array TestMenu__TestMenuEventShuttle{ REL::Offset(0x044BF128) }; - inline constexpr std::array TestReferencedObject{ REL::Offset(0x0403AA48) }; - inline constexpr std::array TextInputMenu{ REL::Offset(0x044BF3C8), REL::Offset(0x044BF3E0), REL::Offset(0x044BF3F8), REL::Offset(0x044BF450), REL::Offset(0x044BF478), REL::Offset(0x044BF490), REL::Offset(0x044BF4E8) }; - inline constexpr std::array TextInputMenu_EndEditText{ REL::Offset(0x044BF410) }; - inline constexpr std::array TextInputMenu_InputCanceled{ REL::Offset(0x044BF5C8) }; - inline constexpr std::array TextInputMenu_StartEditText{ REL::Offset(0x044BF430) }; - inline constexpr std::array TextInputMenu__TextInputEventShuttle{ REL::Offset(0x044BF5E8) }; - inline constexpr std::array TextRenderer{ REL::Offset(0x0458FA20) }; - inline constexpr std::array TextRenderer3D{ REL::Offset(0x03F1FE08), REL::Offset(0x03F200B0), REL::Offset(0x03F20168) }; - inline constexpr std::array TextureDB__ErrorStreamer{ REL::Offset(0x03F2CE28) }; - inline constexpr std::array TextureDB__Manager{ REL::Offset(0x045B33C0) }; - inline constexpr std::array TextureDB__SetTextureDistanceBias__9__ChangeBiasNode{ REL::Offset(0x045B3370) }; - inline constexpr std::array TextureUtils__AutoQueuedDependentNode{ REL::Offset(0x04580C20) }; - inline constexpr std::array TextureUtils__WaitStreamedNode{ REL::Offset(0x04580BD0) }; - inline constexpr std::array ThirdPersonState{ REL::Offset(0x0451ADA0) }; - inline constexpr std::array ThumbstickEvent{ REL::Offset(0x0456C670) }; - inline constexpr std::array TimeMultiplierProvider{ REL::Offset(0x04397188), REL::Offset(0x043971A0) }; - inline constexpr std::array TimerEvent{ REL::Offset(0x0456A918) }; - inline constexpr std::array TimerEventInstance{ REL::Offset(0x0456A8A8) }; - inline constexpr std::array TitleSequenceMenu{ REL::Offset(0x04520910), REL::Offset(0x045209F0), REL::Offset(0x04520A48), REL::Offset(0x04520A60) }; - inline constexpr std::array TitleSequenceMenu_StartMusic{ REL::Offset(0x045208F0) }; - inline constexpr std::array TranslationAdjustment{ REL::Offset(0x045671E8) }; - inline constexpr std::array TranslationAdjustmentInstance{ REL::Offset(0x045685E8) }; - inline constexpr std::array TrapEntry{ REL::Offset(0x044139C0) }; - inline constexpr std::array TrapTargetEntry{ REL::Offset(0x044118B8) }; - inline constexpr std::array TraversalCollisionFilter{ REL::Offset(0x04379D78) }; - inline constexpr std::array TraversalFinishedHandler{ REL::Offset(0x044E3968) }; - inline constexpr std::array TraversalStepDoneHandler{ REL::Offset(0x044E5E90) }; - inline constexpr std::array TreeOverlapsBufferedPairCollector_0_{ REL::Offset(0x0433CF60) }; - inline constexpr std::array TreeOverlapsBufferedPairCollector_1_{ REL::Offset(0x0433CF38) }; - inline constexpr std::array TrespassPackage{ REL::Offset(0x044E1178), REL::Offset(0x044E14B8) }; - inline constexpr std::array TrianglePathWaterLedgeTraversalSplitter{ REL::Offset(0x04599DA0) }; - inline constexpr std::array TurnUndeadEffect{ REL::Offset(0x044C6F98) }; - inline constexpr std::array TutorialMessageManager{ REL::Offset(0x044A07A8), REL::Offset(0x044A07C0), REL::Offset(0x044A07E8) }; - inline constexpr std::array TutorialMessageManager__TutorialMessageEventShuttle{ REL::Offset(0x0447D080) }; - inline constexpr std::array TweenMenuCameraState{ REL::Offset(0x0451AF18) }; - inline constexpr std::array TwoBoneIKNode{ REL::Offset(0x045665C0) }; - inline constexpr std::array TwoBoneIKNodeInstance{ REL::Offset(0x04568658) }; - inline constexpr std::array TypeRegistryTest__Ref{ REL::Offset(0x03FFED20) }; - inline constexpr std::array TypeRegistryTest__TypedefChild{ REL::Offset(0x04007910) }; - inline constexpr std::array UI{ REL::Offset(0x0458E5E8), REL::Offset(0x0458E600), REL::Offset(0x0458E610), REL::Offset(0x0458E620), REL::Offset(0x0458E630), REL::Offset(0x0458E640), REL::Offset(0x0458E650), REL::Offset(0x0458E660), REL::Offset(0x0458E670), REL::Offset(0x0458E680) }; - inline constexpr std::array UIBlurManager{ REL::Offset(0x04520A98), REL::Offset(0x04520AB0) }; - inline constexpr std::array UICellRenderer{ REL::Offset(0x04358DB8) }; - inline constexpr std::array UICellRenderer_InventoryItem{ REL::Offset(0x04358FB0) }; - inline constexpr std::array UICellRenderer_InventoryItem__ItemModelLoadTask{ REL::Offset(0x04358F18) }; - inline constexpr std::array UIDataShuttleConnector{ REL::Offset(0x0458E730) }; - inline constexpr std::array UIDataShuttleContainer{ REL::Offset(0x0434B6F8) }; - inline constexpr std::array UIDataToFlash{ REL::Offset(0x0458E768) }; - inline constexpr std::array UIEventDispatcher{ REL::Offset(0x03F2CA70) }; - inline constexpr std::array UIMenuChargenMenuDisablePaperdoll{ REL::Offset(0x044B04F0) }; - inline constexpr std::array UIMessageData_BGSTerminal_{ REL::Offset(0x043B6FF0) }; - inline constexpr std::array UIMessageData_BSFixedStringconst_{ REL::Offset(0x044A09D0) }; - inline constexpr std::array UIMessageData_BSSaveDataSystemUtility__ValidateUserResult_{ REL::Offset(0x0448A778) }; - inline constexpr std::array UIMessageData_BSTTuple_BSFixedString_bool__{ REL::Offset(0x043AF1C0) }; - inline constexpr std::array UIMessageData_BSTTuple_BSFixedString_unsignedint__{ REL::Offset(0x044A8A60) }; - inline constexpr std::array UIMessageData_ConsoleData_{ REL::Offset(0x0451C158) }; - inline constexpr std::array UIMessageData_CraftingBenchUtils__ActivatingBenchParams_{ REL::Offset(0x044C1DB8) }; - inline constexpr std::array UIMessageData_EndGameCreditsMenu__CustomEvent_{ REL::Offset(0x0447B780) }; - inline constexpr std::array UIMessageData_FaderData_{ REL::Offset(0x04520AE0) }; - inline constexpr std::array UIMessageData_HUDData_{ REL::Offset(0x044A3668) }; - inline constexpr std::array UIMessageData_LoadingMenuData_{ REL::Offset(0x04520AC8) }; - inline constexpr std::array UIMessageData_LoadingMenuShowData_{ REL::Offset(0x043692B0) }; - inline constexpr std::array UIMessageData_OpenContainerMenuMessage_{ REL::Offset(0x04482350) }; - inline constexpr std::array UIMessageData_OpenRefuelMenuMessage_{ REL::Offset(0x0451C7F0) }; - inline constexpr std::array UIMessageData_OpenShipCrewAssignMenuMessage_{ REL::Offset(0x044AC3E8) }; - inline constexpr std::array UIMessageData_ScopeMenu__ScopeReason_{ REL::Offset(0x043C0850) }; - inline constexpr std::array UIMessageData_ScopeMenu__ScopeReasonconst_{ REL::Offset(0x044DE8E0) }; - inline constexpr std::array UIMessageData_ShowBuilderMenuParams_{ REL::Offset(0x044BFB00) }; - inline constexpr std::array UIMessageData_ShowDocAcceptMenuData_{ REL::Offset(0x044899C0) }; - inline constexpr std::array UIMessageData_ShowMissionBoardMsgData_{ REL::Offset(0x04539E28) }; - inline constexpr std::array UIMessageData_ShowPipelineGenerationData_{ REL::Offset(0x0447BC60) }; - inline constexpr std::array UIMessageData_ShowWorkshopTargetMenuParams_{ REL::Offset(0x044C1440) }; - inline constexpr std::array UIMessageData_SpaceshipEditor__OpenHangarForVendingMsg_{ REL::Offset(0x045493A0) }; - inline constexpr std::array UIMessageData_StarMap__SetBodyFocusForQuestMsg_{ REL::Offset(0x04496208) }; - inline constexpr std::array UIMessageData_StarMap__SetCourseToQuestMsg_{ REL::Offset(0x044A5BA0) }; - inline constexpr std::array UIMessageData_StarMap__SetCursorActiveMsg_{ REL::Offset(0x044A5BB8) }; - inline constexpr std::array UIMessageData_StarMap__SetCursorStateMsg_{ REL::Offset(0x044B8980) }; - inline constexpr std::array UIMessageData_StarMap__SetGameCursorMsg_{ REL::Offset(0x044B8998) }; - inline constexpr std::array UIMessageData_StarMap__SetPreviewRouteDestinationMsg_{ REL::Offset(0x044B60C0) }; - inline constexpr std::array UIMessageData_StarMap__SetRouteDestinationMsg_{ REL::Offset(0x043E7270) }; - inline constexpr std::array UIMessageData_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x043B6FD8) }; - inline constexpr std::array UIMessageData_WeaponGroupAssignment__ReturnDataMsg_{ REL::Offset(0x043574C0) }; - inline constexpr std::array UIMessageData_WorkshopUI__GenericTextMessageMsg_{ REL::Offset(0x0455F2C0) }; - inline constexpr std::array UIMessageData___InitParams_{ REL::Offset(0x0451FFB8) }; - inline constexpr std::array UIMessageData_bool_{ REL::Offset(0x0447B4E0) }; - inline constexpr std::array UIMessageData_boolconst_{ REL::Offset(0x0448A790) }; - inline constexpr std::array UIMessageData_int_{ REL::Offset(0x044BCB50) }; - inline constexpr std::array UIMessageData_nsMainMenuStateDataModel__UserIconFinishedMsg_{ REL::Offset(0x0448A760) }; - inline constexpr std::array UIMessageData_nsPauseMenuMsgs__NoSaveExitResponseMsg_{ REL::Offset(0x044B1FF0) }; - inline constexpr std::array UISaveLoadManager{ REL::Offset(0x044D3418) }; - inline constexpr std::array UncullFurnitureBoneHandler{ REL::Offset(0x044E3608) }; - inline constexpr std::array UncullWeaponsHandler{ REL::Offset(0x044E39F8) }; - inline constexpr std::array UnitTest__ClassWithHashMap_int_{ REL::Offset(0x04003318) }; - inline constexpr std::array UnitTest__CopyableReferencedObject{ REL::Offset(0x03FFD940) }; - inline constexpr std::array UnitTest__InterfaceImpl0{ REL::Offset(0x04004EE8) }; - inline constexpr std::array UnitTest__InterfaceImpl1{ REL::Offset(0x04004FE0) }; - inline constexpr std::array UnitTest__InterfaceUnregistered0{ REL::Offset(0x040050E8) }; - inline constexpr std::array UnitTest__InterfaceUnregistered1{ REL::Offset(0x04005270) }; - inline constexpr std::array UnitTest__NestedRelArray{ REL::Offset(0x04006CC8) }; - inline constexpr std::array UnitTest__SetterTest__Foo{ REL::Offset(0x03FFDDC8) }; - inline constexpr std::array UnitTest__SimpleRelArray{ REL::Offset(0x04006AC0) }; - inline constexpr std::array UnitTest__TypeVm__Record{ REL::Offset(0x03FFF9C8) }; - inline constexpr std::array UnitTest__UrlObject__Shape{ REL::Offset(0x04002220) }; - inline constexpr std::array UnitTest__UrlObject__TestGraph{ REL::Offset(0x040029A8) }; - inline constexpr std::array UpdateParticleParticleInDirtyAabbsTask{ REL::Offset(0x04069178), REL::Offset(0x04069198) }; - inline constexpr std::array UpdateRigidBodyDirtyAabbsTask{ REL::Offset(0x04069120), REL::Offset(0x04069140) }; - inline constexpr std::array UpdateSceneRectEvent{ REL::Offset(0x0458EAF0) }; - inline constexpr std::array UseStimpakHandler{ REL::Offset(0x044E3AB8) }; - inline constexpr std::array VATS{ REL::Offset(0x044F05D8), REL::Offset(0x044F05F0), REL::Offset(0x044F0608), REL::Offset(0x044F0620) }; - inline constexpr std::array VATSCameraState{ REL::Offset(0x0451B010) }; - inline constexpr std::array VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor{ REL::Offset(0x044F05C0) }; - inline constexpr std::array ValueModifierEffect{ REL::Offset(0x044C75E0) }; - inline constexpr std::array VariableCombiner{ REL::Offset(0x04567250) }; - inline constexpr std::array VariableCombinerInstance{ REL::Offset(0x045686C8) }; - inline constexpr std::array VectorUIValue_InternalVector3UIValue_{ REL::Offset(0x043A9628), REL::Offset(0x043A9720) }; - inline constexpr std::array VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor{ REL::Offset(0x045A36B0) }; - inline constexpr std::array VirtualPathingDoor{ REL::Offset(0x04370B40) }; - inline constexpr std::array VisitReturnData_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459C800) }; - inline constexpr std::array VisitReturnData_MovementVector_BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459C840) }; - inline constexpr std::array VisitReturnData_NiPoint3_BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459C880) }; - inline constexpr std::array WaterPathPathingNodeGenerator{ REL::Offset(0x045A2FB0) }; - inline constexpr std::array WaterPathRayValidator{ REL::Offset(0x045A2FF8) }; - inline constexpr std::array WeaponAttachHandler{ REL::Offset(0x044E3A88) }; - inline constexpr std::array WeaponBeginDrawHandler{ REL::Offset(0x044E3128) }; - inline constexpr std::array WeaponBeginSheatheHandler{ REL::Offset(0x044E3110) }; - inline constexpr std::array WeaponDetachHandler{ REL::Offset(0x044E3A70) }; - inline constexpr std::array WeaponDrawHandler{ REL::Offset(0x044E3098) }; - inline constexpr std::array WeaponEnchantmentController{ REL::Offset(0x044C5C58) }; - inline constexpr std::array WeaponFireEndHandler{ REL::Offset(0x044E3530) }; - inline constexpr std::array WeaponFireHandler{ REL::Offset(0x044E3518) }; - inline constexpr std::array WeaponFireStartHandler{ REL::Offset(0x044E3548) }; - inline constexpr std::array WeaponGroupAssignmentMenu_ChangeWeaponAssignment{ REL::Offset(0x04357A08) }; - inline constexpr std::array WeaponGroupAssignmentMenu_OnHintButtonActivated{ REL::Offset(0x043579E8) }; - inline constexpr std::array WeaponGroupAssignment__WeaponGroupAssignmentMenu{ REL::Offset(0x04357978), REL::Offset(0x04357990), REL::Offset(0x043579A8), REL::Offset(0x043579C0), REL::Offset(0x04357A28), REL::Offset(0x04357B00) }; - inline constexpr std::array WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle{ REL::Offset(0x04357B58) }; - inline constexpr std::array WeaponSheatheHandler{ REL::Offset(0x044E3080) }; - inline constexpr std::array WeaponSheatheInterruptHandler{ REL::Offset(0x044E30C8) }; - inline constexpr std::array WeaponSwingHandler{ REL::Offset(0x044E4BC8) }; - inline constexpr std::array WeaponUtils____CollectCalculationIdentifiers{ REL::Offset(0x043C74E8) }; - inline constexpr std::array WeaponsCraftingMenu{ REL::Offset(0x044BF798), REL::Offset(0x044BF7B0), REL::Offset(0x044BF7C8), REL::Offset(0x044BF7E0), REL::Offset(0x044BF7F8), REL::Offset(0x044BF810), REL::Offset(0x044BF828), REL::Offset(0x044BF840), REL::Offset(0x044BF8A8), REL::Offset(0x044BF8C0), REL::Offset(0x044BF918), REL::Offset(0x044BF930), REL::Offset(0x044BF948), REL::Offset(0x044BF960), REL::Offset(0x044BF978), REL::Offset(0x044BF9B8) }; - inline constexpr std::array WeightedModifierVisitor_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459C7E0) }; - inline constexpr std::array WeightedModifierVisitor_MovementVector_{ REL::Offset(0x0459C820) }; - inline constexpr std::array WeightedModifierVisitor_NiPoint3_{ REL::Offset(0x0459C860) }; - inline constexpr std::array Win32FileSystemWatcher{ REL::Offset(0x0400A518) }; - inline constexpr std::array WorkshopActionButton_HoldFinished{ REL::Offset(0x044C23C8) }; - inline constexpr std::array WorkshopActionButton_HoldStopped{ REL::Offset(0x044C23E8) }; - inline constexpr std::array WorkshopAreaResourcesDataModel{ REL::Offset(0x0449C3B0) }; - inline constexpr std::array WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle{ REL::Offset(0x0449C500) }; - inline constexpr std::array WorkshopBIEvents__WorkshopEventManager{ REL::Offset(0x044C7FE0) }; - inline constexpr std::array WorkshopBuilderDataModel{ REL::Offset(0x0449CBF8) }; - inline constexpr std::array WorkshopBuilderDataModel__WorkshopBuilderEventShuttle{ REL::Offset(0x0449CF50) }; - inline constexpr std::array WorkshopBuilderMenu{ REL::Offset(0x044BFBF8), REL::Offset(0x044BFC10), REL::Offset(0x044BFD10), REL::Offset(0x044BFD28), REL::Offset(0x044BFD40), REL::Offset(0x044BFD98) }; - inline constexpr std::array WorkshopBuilderMenu_ChangeBuildItem{ REL::Offset(0x044BFDD0) }; - inline constexpr std::array WorkshopBuilderMenu_SelectedItem{ REL::Offset(0x044BFDB0) }; - inline constexpr std::array WorkshopBuilderMenu_ToggleTracking{ REL::Offset(0x044BFCF0) }; - inline constexpr std::array WorkshopCamera__CameraHitCollector{ REL::Offset(0x0445D050) }; - inline constexpr std::array WorkshopCamera__WorkshopCharacterProxyListener{ REL::Offset(0x0445D088) }; - inline constexpr std::array WorkshopCategoryBarDataModel{ REL::Offset(0x0449C388) }; - inline constexpr std::array WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle{ REL::Offset(0x0449C528) }; - inline constexpr std::array WorkshopCategoryInfoDataModel{ REL::Offset(0x0449C400) }; - inline constexpr std::array WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle{ REL::Offset(0x0449C550) }; - inline constexpr std::array WorkshopColorModeDataModel{ REL::Offset(0x0447D6C8), REL::Offset(0x0447D6E0), REL::Offset(0x0447D740), REL::Offset(0x0447D758), REL::Offset(0x0447D770) }; - inline constexpr std::array WorkshopColorModeDataModel__WorkshopColorModeEventShuttle{ REL::Offset(0x0447D7F8) }; - inline constexpr std::array WorkshopColorMode_ApplyColors{ REL::Offset(0x0447D788) }; - inline constexpr std::array WorkshopColorMode_SelectedTab{ REL::Offset(0x0447D7D8) }; - inline constexpr std::array WorkshopColorMode_SliderChanged{ REL::Offset(0x0447D7B8) }; - inline constexpr std::array WorkshopColorMode_SwatchChanged{ REL::Offset(0x0447D708) }; - inline constexpr std::array WorkshopEngine__ActivateItemEvent{ REL::Offset(0x0455D178) }; - inline constexpr std::array WorkshopEngine__BulldozeItemEvent{ REL::Offset(0x0455D1D8) }; - inline constexpr std::array WorkshopEngine__CancelEvent{ REL::Offset(0x0455CFF8) }; - inline constexpr std::array WorkshopEngine__CommitEvent{ REL::Offset(0x0455D010) }; - inline constexpr std::array WorkshopEngine__ConnectTransferLinkEvent{ REL::Offset(0x0455D730) }; - inline constexpr std::array WorkshopEngine__ConnectWireEvent{ REL::Offset(0x0455D670) }; - inline constexpr std::array WorkshopEngine__CycleBehaviorEvent{ REL::Offset(0x0455D6D0) }; - inline constexpr std::array WorkshopEngine__EditColorsEvent{ REL::Offset(0x0455D1A8) }; - inline constexpr std::array WorkshopEngine__EditItemEvent{ REL::Offset(0x0455D718) }; - inline constexpr std::array WorkshopEngine__EngineFrame{ REL::Offset(0x03F00BC0) }; - inline constexpr std::array WorkshopEngine__ExitEvent{ REL::Offset(0x0455CFB0) }; - inline constexpr std::array WorkshopEngine__FinishRepairEvent{ REL::Offset(0x0455D028) }; - inline constexpr std::array WorkshopEngine__InspectColorItemsEvent{ REL::Offset(0x0455CF68) }; - inline constexpr std::array WorkshopEngine__ItemCombatChangedEvent{ REL::Offset(0x0455CF80) }; - inline constexpr std::array WorkshopEngine__NewItemEvent{ REL::Offset(0x0455D658) }; - inline constexpr std::array WorkshopEngine__PlaceOutpostEvent{ REL::Offset(0x0455CFC8) }; - inline constexpr std::array WorkshopEngine__PreviewColorsEvent{ REL::Offset(0x0455D1F0) }; - inline constexpr std::array WorkshopEngine__RemoveItemEvent{ REL::Offset(0x0455D760) }; - inline constexpr std::array WorkshopEngine__RemoveOutpostEvent{ REL::Offset(0x0455D700) }; - inline constexpr std::array WorkshopEngine__RemoveWorkshopItemsEvent{ REL::Offset(0x0455D6E8) }; - inline constexpr std::array WorkshopEngine__RequestRepairItemEvent{ REL::Offset(0x0455D748) }; - inline constexpr std::array WorkshopEngine__ResetColorsToDefaultEvent{ REL::Offset(0x0455D190) }; - inline constexpr std::array WorkshopEngine__RevertBehaviorEvent{ REL::Offset(0x0455CFE0) }; - inline constexpr std::array WorkshopEngine__RotateItemEvent{ REL::Offset(0x0455D1C0) }; - inline constexpr std::array WorkshopEngine__StartQuickMenuEvent{ REL::Offset(0x0455D6A0) }; - inline constexpr std::array WorkshopEngine__StartSnappedEvent{ REL::Offset(0x0455D6B8) }; - inline constexpr std::array WorkshopEngine__StartWorkshopEvent{ REL::Offset(0x0455D688) }; - inline constexpr std::array WorkshopEngine__StateBulldoze{ REL::Offset(0x0455B7E0) }; - inline constexpr std::array WorkshopEngine__StateCreatePowerLink{ REL::Offset(0x0455C8C8) }; - inline constexpr std::array WorkshopEngine__StateCreateReferences{ REL::Offset(0x0455CA20) }; - inline constexpr std::array WorkshopEngine__StateCreateTransferLink{ REL::Offset(0x0455CDF8) }; - inline constexpr std::array WorkshopEngine__StateCycleSnapBehavior{ REL::Offset(0x0455BE48) }; - inline constexpr std::array WorkshopEngine__StateDuplicateReferences{ REL::Offset(0x0455CCB8) }; - inline constexpr std::array WorkshopEngine__StateIdle{ REL::Offset(0x0455BF78) }; - inline constexpr std::array WorkshopEngine__StateInspect{ REL::Offset(0x0455C798) }; - inline constexpr std::array WorkshopEngine__StateInspectColorItems{ REL::Offset(0x0455C3D8) }; - inline constexpr std::array WorkshopEngine__StateModifyColors{ REL::Offset(0x0455C518) }; - inline constexpr std::array WorkshopEngine__StatePostCommitEdit{ REL::Offset(0x0455B340) }; - inline constexpr std::array WorkshopEngine__StateSetupReferences{ REL::Offset(0x0455B200) }; - inline constexpr std::array WorkshopEngine__StateUpdateAutoFoundation{ REL::Offset(0x0455C658) }; - inline constexpr std::array WorkshopEngine__StateUpdateCommitSnapEdit{ REL::Offset(0x0455BD08) }; - inline constexpr std::array WorkshopEngine__StateUpdatePlacement{ REL::Offset(0x0455C1E8) }; - inline constexpr std::array WorkshopEngine__StateUpdatePowerLink{ REL::Offset(0x0455CB60) }; - inline constexpr std::array WorkshopEngine__StateUpdateSnapped{ REL::Offset(0x0455C0A8) }; - inline constexpr std::array WorkshopEngine__StateUpdateTransferLink{ REL::Offset(0x0455B480) }; - inline constexpr std::array WorkshopEngine__StateWait3D{ REL::Offset(0x0455BBC8) }; - inline constexpr std::array WorkshopEngine__TrackItemEvent{ REL::Offset(0x0455CF50) }; - inline constexpr std::array WorkshopEngine__UntrackItemEvent{ REL::Offset(0x0455CF98) }; - inline constexpr std::array WorkshopEngine__UpdateEvent{ REL::Offset(0x0455D208) }; - inline constexpr std::array WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter{ REL::Offset(0x04457B20) }; - inline constexpr std::array WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector{ REL::Offset(0x0445A148) }; - inline constexpr std::array WorkshopHavokUtils__ForwardCastCollector{ REL::Offset(0x04457BC0) }; - inline constexpr std::array WorkshopHavokUtils__GroundInfoCollisionfilter{ REL::Offset(0x0445ADB0) }; - inline constexpr std::array WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter{ REL::Offset(0x04457B70) }; - inline constexpr std::array WorkshopHavokUtils__IntersectionTestCollisionfilter{ REL::Offset(0x04457AD0) }; - inline constexpr std::array WorkshopHavokUtils__ItemPlacementForwardCastCollector{ REL::Offset(0x044593E0) }; - inline constexpr std::array WorkshopHavokUtils__TempItemPlacementCollector{ REL::Offset(0x0455ECD8) }; - inline constexpr std::array WorkshopHavokUtils__WorkshopClosestHitGroundCollector{ REL::Offset(0x044593A8) }; - inline constexpr std::array WorkshopHavokUtils__WorkshopGroundCollector{ REL::Offset(0x04459418) }; - inline constexpr std::array WorkshopHavokUtils__hknpWorkshopCastCollector{ REL::Offset(0x04457A98) }; - inline constexpr std::array WorkshopHavokUtils__hknpWorkshopIntersectCollector{ REL::Offset(0x04457BF8) }; - inline constexpr std::array WorkshopHighlightUtils__EventListener{ REL::Offset(0x0455E628) }; - inline constexpr std::array WorkshopInteractiveMessageDataModel{ REL::Offset(0x0449D0E8) }; - inline constexpr std::array WorkshopInteractiveMessageDataModel__ICallback{ REL::Offset(0x044C0710) }; - inline constexpr std::array WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle{ REL::Offset(0x0449D110) }; - inline constexpr std::array WorkshopIsoCameraState{ REL::Offset(0x0451A730) }; - inline constexpr std::array WorkshopLOD__WorkshopLODManager{ REL::Offset(0x0455A7B8) }; - inline constexpr std::array WorkshopMenu{ REL::Offset(0x044C02E8), REL::Offset(0x044C0300), REL::Offset(0x044C0318), REL::Offset(0x044C0330), REL::Offset(0x044C0348), REL::Offset(0x044C0360), REL::Offset(0x044C0378), REL::Offset(0x044C0390), REL::Offset(0x044C03A8), REL::Offset(0x044C03C0), REL::Offset(0x044C03D8), REL::Offset(0x044C04B8), REL::Offset(0x044C0530), REL::Offset(0x044C0548), REL::Offset(0x044C0560), REL::Offset(0x044C0578) }; - inline constexpr std::array WorkshopMenuShared{ REL::Offset(0x044C23B0), REL::Offset(0x044C2408), REL::Offset(0x044C2420), REL::Offset(0x044C2438) }; - inline constexpr std::array WorkshopMenu_AttemptBuild{ REL::Offset(0x044C06B0) }; - inline constexpr std::array WorkshopMenu_CancelAction{ REL::Offset(0x044C0630) }; - inline constexpr std::array WorkshopMenu_ChangeVariant{ REL::Offset(0x044C06D0) }; - inline constexpr std::array WorkshopMenu_ConnectionEvent{ REL::Offset(0x044C0650) }; - inline constexpr std::array WorkshopMenu_ExitMenu{ REL::Offset(0x044C0610) }; - inline constexpr std::array WorkshopMenu_MessageCallback{ REL::Offset(0x044C05D0) }; - inline constexpr std::array WorkshopMenu_SelectedCategory{ REL::Offset(0x044C06F0) }; - inline constexpr std::array WorkshopMenu_SelectedGridObject{ REL::Offset(0x044C0690) }; - inline constexpr std::array WorkshopMenu_ShowExtras{ REL::Offset(0x044C05B0) }; - inline constexpr std::array WorkshopMenu_SwitchMode{ REL::Offset(0x044C0670) }; - inline constexpr std::array WorkshopMenu_ToggleDistance{ REL::Offset(0x044C05F0) }; - inline constexpr std::array WorkshopMenu_ToggleTracking{ REL::Offset(0x044C0510) }; - inline constexpr std::array WorkshopMenu_ToggleView{ REL::Offset(0x044C0590) }; - inline constexpr std::array WorkshopMessageDataModel{ REL::Offset(0x0449D180) }; - inline constexpr std::array WorkshopMessageDataModel__WorkshopMessageEventShuttle{ REL::Offset(0x0449D158) }; - inline constexpr std::array WorkshopObjectInfoCardDataModel{ REL::Offset(0x0449C3D8) }; - inline constexpr std::array WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle{ REL::Offset(0x0449C4D8) }; - inline constexpr std::array WorkshopOperations__CandidateSnapper{ REL::Offset(0x0455ED10) }; - inline constexpr std::array WorkshopPickRefDataModel{ REL::Offset(0x0449D7D8) }; - inline constexpr std::array WorkshopPickRefDataModel__WorkshopPickRefEventShuttle{ REL::Offset(0x0449D8C8) }; - inline constexpr std::array WorkshopQuickMenu{ REL::Offset(0x044C07C8), REL::Offset(0x044C07E0), REL::Offset(0x044C0838), REL::Offset(0x044C0890), REL::Offset(0x044C08A8) }; - inline constexpr std::array WorkshopQuickMenuDataModel{ REL::Offset(0x0449D990) }; - inline constexpr std::array WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle{ REL::Offset(0x0449D968) }; - inline constexpr std::array WorkshopQuickMenu_ConfirmAction{ REL::Offset(0x044C0818) }; - inline constexpr std::array WorkshopQuickMenu_ExitMenu{ REL::Offset(0x044C07F8) }; - inline constexpr std::array WorkshopResources__WorkshopResourcesManager{ REL::Offset(0x03F25C18), REL::Offset(0x03F25C30) }; - inline constexpr std::array WorkshopShared_SetActionHandles{ REL::Offset(0x044C2470) }; - inline constexpr std::array WorkshopShared_StartAction{ REL::Offset(0x044C2450) }; - inline constexpr std::array WorkshopStateDataModel{ REL::Offset(0x0449DC58) }; - inline constexpr std::array WorkshopStateDataModel__WorkshopStateEventShuttle{ REL::Offset(0x0449DE20) }; - inline constexpr std::array WorkshopStatusDataModel{ REL::Offset(0x0447D8A8), REL::Offset(0x0447D8C0) }; - inline constexpr std::array WorkshopStatusDataModel__WorkshopStatusEventShuttle{ REL::Offset(0x0447D9B8) }; - inline constexpr std::array WorkshopTargetMenu{ REL::Offset(0x044C10F0), REL::Offset(0x044C1108), REL::Offset(0x044C11C8), REL::Offset(0x044C11E0), REL::Offset(0x044C1208), REL::Offset(0x044C12E8) }; - inline constexpr std::array WorkshopTargetMenu_TargetHovered{ REL::Offset(0x044C1188) }; - inline constexpr std::array WorkshopTargetMenu_TargetPicked{ REL::Offset(0x044C11A8) }; - inline constexpr std::array WorkshopTargetMenu__OutpostData{ REL::Offset(0x044C10A8) }; - inline constexpr std::array WorkshopTargetMenu__ResourceData{ REL::Offset(0x044C10C0) }; - inline constexpr std::array WorkshopTargetMenu__SourceData{ REL::Offset(0x044C1508) }; - inline constexpr std::array WorkshopTargetMenu__TargetData{ REL::Offset(0x044C10D8) }; - inline constexpr std::array WorkshopTargetMenu__TargetMenuData{ REL::Offset(0x044C1520) }; - inline constexpr std::array WorkshopTargetMenu__WorkshopTargetEventShuttle{ REL::Offset(0x044C1700) }; - inline constexpr std::array WorkshopUI__ConfirmDeferDeleteCallback{ REL::Offset(0x0455EF88) }; - inline constexpr std::array WorkshopUI__StateBulldoze{ REL::Offset(0x0455F0C0) }; - inline constexpr std::array WorkshopUI__StateIdle{ REL::Offset(0x0455F1E0) }; - inline constexpr std::array WorkshopUI__StateInspectColors{ REL::Offset(0x0455EEF8) }; - inline constexpr std::array WorkshopUI__StateInspectIdle{ REL::Offset(0x0455F150) }; - inline constexpr std::array WorkshopUI__StateInspectItem{ REL::Offset(0x0455EFC0) }; - inline constexpr std::array WorkshopUI__StateModifyColors{ REL::Offset(0x0455EE88) }; - inline constexpr std::array WorkshopUI__StateUpdateExistingItemPlacement{ REL::Offset(0x0455F2D8) }; - inline constexpr std::array WorkshopUI__StateUpdateNewDeployablePlacement{ REL::Offset(0x0455F250) }; - inline constexpr std::array WorkshopUI__StateUpdateNewItemPlacement{ REL::Offset(0x0455F3B8) }; - inline constexpr std::array WorkshopUI__StateUpdateTransferLinkPlacement{ REL::Offset(0x0455F050) }; - inline constexpr std::array WorkshopUI__StateUpdateWirePlacement{ REL::Offset(0x0455F348) }; - inline constexpr std::array WorkshopUI__UIStateMachine{ REL::Offset(0x03F26068), REL::Offset(0x03F26080), REL::Offset(0x03F26098), REL::Offset(0x03F260B0) }; - inline constexpr std::array Workshop_BlueprintMenu{ REL::Offset(0x044C1A28), REL::Offset(0x044C1A40), REL::Offset(0x044C1B20) }; - inline constexpr std::array Workshop__BulldozeOnlyWorkshopItem{ REL::Offset(0x0455AED8) }; - inline constexpr std::array Workshop__DecoratedHabWorkshopItem{ REL::Offset(0x04459C20) }; - inline constexpr std::array Workshop__ExtraData{ REL::Offset(0x04364698) }; - inline constexpr std::array Workshop__InventoryItemWorkshopItem{ REL::Offset(0x0455B5D8) }; - inline constexpr std::array Workshop__MainStatusHandler{ REL::Offset(0x03EFCFB0) }; - inline constexpr std::array Workshop__PackinWorkshopItem{ REL::Offset(0x04459998) }; - inline constexpr std::array Workshop__PowerLinkWorkshopItem{ REL::Offset(0x0455D220) }; - inline constexpr std::array Workshop__SingleWorkshopItem{ REL::Offset(0x044594F0) }; - inline constexpr std::array Workshop__TESObjectREFRGameEventListener{ REL::Offset(0x0455D040), REL::Offset(0x0455D058), REL::Offset(0x0455D070), REL::Offset(0x0455D088), REL::Offset(0x0455D0A0), REL::Offset(0x0455D0B8), REL::Offset(0x0455D0D0), REL::Offset(0x0455D0E8), REL::Offset(0x0455D100), REL::Offset(0x0455D118), REL::Offset(0x0455D130), REL::Offset(0x0455D148), REL::Offset(0x0455D160) }; - inline constexpr std::array Workshop__TransferLinkWorkshopItem{ REL::Offset(0x0455D450) }; - inline constexpr std::array Workshop__WireWorkshopItem{ REL::Offset(0x0455E668) }; - inline constexpr std::array Workshop__WorkshopItemBase{ REL::Offset(0x04459790) }; - inline constexpr std::array Workshop__WorkshopMenuNode{ REL::Offset(0x03F2D428) }; - inline constexpr std::array Workshop__WorkshopMenuNodeBuildableObject{ REL::Offset(0x04458E20) }; - inline constexpr std::array Workshop__WorkshopMenuNodeBulldozer{ REL::Offset(0x04458E08) }; - inline constexpr std::array Workshop__WorkshopMenuNodeDecoratedHab{ REL::Offset(0x0455ED20) }; - inline constexpr std::array Workshop__WorkshopMenuNodeLockLevel{ REL::Offset(0x04458E38) }; - inline constexpr std::array Workshop__WorkshopMenuNodeOutpost{ REL::Offset(0x03F2AAB8) }; - inline constexpr std::array Workshop__WorkshopStatisticsEventSink{ REL::Offset(0x03F26100) }; - inline constexpr std::array ZeroOverheadHeap{ REL::Offset(0x0456C070) }; - inline constexpr std::array ZeroPitchHandler{ REL::Offset(0x044E3590) }; - inline constexpr std::array ZoneEntry{ REL::Offset(0x04411868) }; - inline constexpr std::array __ActivityCompletedToMiscStatHandler{ REL::Offset(0x044D5800) }; - inline constexpr std::array __ActorHeadResolver{ REL::Offset(0x044D6650) }; - inline constexpr std::array __ActorItemEquippedToMiscStatHandler{ REL::Offset(0x044D5A28) }; - inline constexpr std::array __ActorKillToMiscStatHandler{ REL::Offset(0x044D5A70) }; - inline constexpr std::array __ActorMediatorHelper{ REL::Offset(0x044D9228) }; - inline constexpr std::array __ActorTargetCheck{ REL::Offset(0x044D0480) }; - inline constexpr std::array __ActorValueChangedToMiscStatHandler{ REL::Offset(0x044D5830) }; - inline constexpr std::array __AddPackagesToListFunc{ REL::Offset(0x044D79A8) }; - inline constexpr std::array __AfflictionsSufferedToMiscStatHandler{ REL::Offset(0x044D5818) }; - inline constexpr std::array __AfterReflectNewLock{ REL::Offset(0x04008920) }; - inline constexpr std::array __AliasAddPackagesToListFunc{ REL::Offset(0x044D7990) }; - inline constexpr std::array __AliasHandleCollector{ REL::Offset(0x0452E128) }; - inline constexpr std::array __AllBuildableObjectMapHelper{ REL::Offset(0x04458DD8) }; - inline constexpr std::array __AnimationFileListener{ REL::Offset(0x0456AE20), REL::Offset(0x0456AE38) }; - inline constexpr std::array __AnimationFileLookupSingletonHelper{ REL::Offset(0x0456B118), REL::Offset(0x0456B130) }; - inline constexpr std::array __ApplyMaterialVisitor{ REL::Offset(0x0438D9E8) }; - inline constexpr std::array __ApplyTypedDamageFunctor{ REL::Offset(0x044EFAA8) }; - inline constexpr std::array __ArchiveClearRegistrationListener{ REL::Offset(0x0436A3E0) }; - inline constexpr std::array __ArrestedToMiscStatHandler{ REL::Offset(0x044D59C8), REL::Offset(0x044D59E0) }; - inline constexpr std::array __AsyncThreadPoolCriticalSection{ REL::Offset(0x04012C28) }; - inline constexpr std::array __AtmosphereListener{ REL::Offset(0x044C7CF8), REL::Offset(0x044C7D10), REL::Offset(0x044C7D28), REL::Offset(0x044C7D40) }; - inline constexpr std::array __AtmosphericScatteringVolumeProcessor{ REL::Offset(0x044526B0) }; - inline constexpr std::array __AttachLightHitEffectVisitor{ REL::Offset(0x044C45E8) }; - inline constexpr std::array __AutoDoorFadeCallback{ REL::Offset(0x043C0978) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterArmor_{ REL::Offset(0x044F5CB8), REL::Offset(0x044F5CE0), REL::Offset(0x044F5D08), REL::Offset(0x044F5D30), REL::Offset(0x044F5D58) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterBoundItem_{ REL::Offset(0x044F5B78), REL::Offset(0x044F5BA0), REL::Offset(0x044F5BC8), REL::Offset(0x044F5BF0), REL::Offset(0x044F5C18) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterChameleon_{ REL::Offset(0x044F5A60), REL::Offset(0x044F5A88), REL::Offset(0x044F5AB0), REL::Offset(0x044F5AD8), REL::Offset(0x044F5C40) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterCloak_{ REL::Offset(0x044F60C8), REL::Offset(0x044F60F0), REL::Offset(0x044F6118), REL::Offset(0x044F6140), REL::Offset(0x044F6168) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterDash_{ REL::Offset(0x044F58A0), REL::Offset(0x044F58C8), REL::Offset(0x044F59D0), REL::Offset(0x044F59F8), REL::Offset(0x044F5A20) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterDisarm_{ REL::Offset(0x044F5FB0), REL::Offset(0x044F5FD8), REL::Offset(0x044F6000), REL::Offset(0x044F6028), REL::Offset(0x044F6190) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterInvisibility_{ REL::Offset(0x044F5B00), REL::Offset(0x044F5B28), REL::Offset(0x044F5B50), REL::Offset(0x044F61B8), REL::Offset(0x044F61E0) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterLight_{ REL::Offset(0x044F6208), REL::Offset(0x044F6230), REL::Offset(0x044F6258), REL::Offset(0x044F6280), REL::Offset(0x044F62A8) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterOffensive_{ REL::Offset(0x044F62D0), REL::Offset(0x044F62F8), REL::Offset(0x044F63C0), REL::Offset(0x044F63E8), REL::Offset(0x044F6410) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterParalyze_{ REL::Offset(0x044F57B0), REL::Offset(0x044F57D8), REL::Offset(0x044F5800), REL::Offset(0x044F5828), REL::Offset(0x044F5850) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterReanimate_{ REL::Offset(0x044F5878), REL::Offset(0x044F5D80), REL::Offset(0x044F5DA8), REL::Offset(0x044F5DD0), REL::Offset(0x044F5DF8) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterRestore_{ REL::Offset(0x044F6438), REL::Offset(0x044F6460), REL::Offset(0x044F6488), REL::Offset(0x044F64B0), REL::Offset(0x044F64D8) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterScript_{ REL::Offset(0x044F58F0), REL::Offset(0x044F5918), REL::Offset(0x044F5940), REL::Offset(0x044F5968), REL::Offset(0x044F5990) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterStagger_{ REL::Offset(0x044F5E98), REL::Offset(0x044F5EC0), REL::Offset(0x044F6050), REL::Offset(0x044F6078), REL::Offset(0x044F60A0) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterSummon_{ REL::Offset(0x044F5EE8), REL::Offset(0x044F5F10), REL::Offset(0x044F5F38), REL::Offset(0x044F5F60), REL::Offset(0x044F5F88) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F5C68), REL::Offset(0x044F5C90), REL::Offset(0x044F5E20), REL::Offset(0x044F5E48), REL::Offset(0x044F5E70) }; - inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterWard_{ REL::Offset(0x044F6320), REL::Offset(0x044F6348), REL::Offset(0x044F6370), REL::Offset(0x044F6398), REL::Offset(0x044F6500) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x04516708), REL::Offset(0x04516730), REL::Offset(0x04516758), REL::Offset(0x045167D0) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x04518C20), REL::Offset(0x04518C98), REL::Offset(0x04518CC0), REL::Offset(0x04518CE8) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04518D10), REL::Offset(0x04518D38), REL::Offset(0x04518D60), REL::Offset(0x04518D88) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04516988), REL::Offset(0x045169B0), REL::Offset(0x045169D8), REL::Offset(0x04516A00) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x045168E8), REL::Offset(0x04516910), REL::Offset(0x04516938), REL::Offset(0x04516960) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x045167F8), REL::Offset(0x04516870), REL::Offset(0x04516898), REL::Offset(0x045168C0) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04518F90), REL::Offset(0x04518FB8), REL::Offset(0x04518FE0), REL::Offset(0x04519058) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x045189C8), REL::Offset(0x045189F0), REL::Offset(0x04519008), REL::Offset(0x04519030) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x04516780), REL::Offset(0x045167A8), REL::Offset(0x04516820), REL::Offset(0x04516848) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x04518BA8), REL::Offset(0x04518BD0), REL::Offset(0x04518C48), REL::Offset(0x04518C70) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04518EF0), REL::Offset(0x04518F18), REL::Offset(0x04518F40), REL::Offset(0x04518F68) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04518DB0), REL::Offset(0x04518DD8), REL::Offset(0x04518E28), REL::Offset(0x04518E50) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x04518E00), REL::Offset(0x04518E78), REL::Offset(0x04518EA0), REL::Offset(0x04518EC8) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04518B30), REL::Offset(0x04518B58), REL::Offset(0x04518B80), REL::Offset(0x04518BF8) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x045189A0), REL::Offset(0x04518A18), REL::Offset(0x04518A40), REL::Offset(0x04518A68) }; - inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04518A90), REL::Offset(0x04518AB8), REL::Offset(0x04518AE0), REL::Offset(0x04518B08) }; - inline constexpr std::array __BGSDelayedDependentAliasLoadNode{ REL::Offset(0x0440ED88) }; - inline constexpr std::array __BSAnimCallbackPostProcessNode{ REL::Offset(0x044544A0) }; - inline constexpr std::array __BSAnimationGraphDBData{ REL::Offset(0x04560D08) }; - inline constexpr std::array __BSAnimationTableDBData{ REL::Offset(0x04560D28) }; - inline constexpr std::array __BSAnimationTextDBData{ REL::Offset(0x04560D48) }; - inline constexpr std::array __BSAutoCloseController{ REL::Offset(0x0436C668) }; - inline constexpr std::array __BSBreakpadHandler{ REL::Offset(0x04570670) }; - inline constexpr std::array __BSScaleformAllocatorPaged{ REL::Offset(0x0458F058) }; - inline constexpr std::array __BSScaleformSysMemMapper{ REL::Offset(0x0458F020) }; - inline constexpr std::array __BSSceneGraphQueueDirect{ REL::Offset(0x04784128) }; - inline constexpr std::array __BSTextureExtra{ REL::Offset(0x043CEA08) }; - inline constexpr std::array __BaseSystemOutput{ REL::Offset(0x0400FA48) }; - inline constexpr std::array __BasicTypeConverter___int64_{ REL::Offset(0x045A5488) }; - inline constexpr std::array __BasicTypeConverter_bool_{ REL::Offset(0x045A54C8) }; - inline constexpr std::array __BasicTypeConverter_double_{ REL::Offset(0x045A5548) }; - inline constexpr std::array __BasicTypeConverter_float_{ REL::Offset(0x045A54E8) }; - inline constexpr std::array __BasicTypeConverter_int_{ REL::Offset(0x045A54A8) }; - inline constexpr std::array __BasicTypeConverter_short_{ REL::Offset(0x045A5300) }; - inline constexpr std::array __BasicTypeConverter_signedchar_{ REL::Offset(0x045A5320) }; - inline constexpr std::array __BasicTypeConverter_unsigned__int64_{ REL::Offset(0x045A5340) }; - inline constexpr std::array __BasicTypeConverter_unsignedchar_{ REL::Offset(0x045A5F80) }; - inline constexpr std::array __BasicTypeConverter_unsignedint_{ REL::Offset(0x045A5590) }; - inline constexpr std::array __BasicTypeConverter_unsignedshort_{ REL::Offset(0x045A55B0) }; - inline constexpr std::array __BehaviorGraphSpecificDataLookupSingleton{ REL::Offset(0x04344928), REL::Offset(0x04344940) }; - inline constexpr std::array __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ REL::Offset(0x045A50F8) }; - inline constexpr std::array __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ REL::Offset(0x045A5260) }; - inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ REL::Offset(0x045A5140) }; - inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar_____ChunkReader{ REL::Offset(0x045A5188) }; - inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ REL::Offset(0x045A51D0) }; - inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator_____ChunkReader{ REL::Offset(0x045A5218) }; - inline constexpr std::array __BlockingCriticalSection{ REL::Offset(0x04012BE8) }; - inline constexpr std::array __BlockingPromoteReferencesNode{ REL::Offset(0x0436F720) }; - inline constexpr std::array __BookReadToMiscStatHandler{ REL::Offset(0x044D5950) }; - inline constexpr std::array __BountyToMiscHandler{ REL::Offset(0x044D59B0) }; - inline constexpr std::array __CastAliasSpellVisitor{ REL::Offset(0x044D91B0) }; - inline constexpr std::array __CellAcousticSpaceListener{ REL::Offset(0x044C7C80), REL::Offset(0x044C7C98), REL::Offset(0x044C7CB0) }; - inline constexpr std::array __CellLoadNode{ REL::Offset(0x0455F978) }; - inline constexpr std::array __CellPostProcessNode{ REL::Offset(0x0455F9E0) }; - inline constexpr std::array __CellSpawnPostProcessNode{ REL::Offset(0x0455FA30) }; - inline constexpr std::array __CellStateControl{ REL::Offset(0x0455FAC8) }; - inline constexpr std::array __CharProxyBeforeWholePhysicsUpdateTask{ REL::Offset(0x0457AB18), REL::Offset(0x0457ABB8) }; - inline constexpr std::array __CharProxyBeforeWholePhysicsUpdateTriggerSeenTask{ REL::Offset(0x0457AB98), REL::Offset(0x0457ABF0) }; - inline constexpr std::array __CharRigidBodyAfterNoSimulationPhysicsUpdateTask{ REL::Offset(0x0457A8C0), REL::Offset(0x0457A8F8) }; - inline constexpr std::array __CharRigidBodyAfterWholePhysicsUpdateTask{ REL::Offset(0x0457A970), REL::Offset(0x0457A9A8) }; - inline constexpr std::array __CharRigidBodyBetweenCollideAndSolveTask{ REL::Offset(0x0457A918), REL::Offset(0x0457A950) }; - inline constexpr std::array __CheckEndReachedFunctorMapper{ REL::Offset(0x0459DAC8) }; - inline constexpr std::array __CheckLineOfSightDoorFilter{ REL::Offset(0x04450468) }; - inline constexpr std::array __CheckLineOfSightTriangleFlagFiltersAdapter{ REL::Offset(0x045A0A78) }; - inline constexpr std::array __CheckRefAgainstConditionsFunc{ REL::Offset(0x0440EFB8) }; - inline constexpr std::array __CheckSphereVisitor{ REL::Offset(0x04599D30) }; - inline constexpr std::array __ChestLootedToMiscStatHandler{ REL::Offset(0x044D5938) }; - inline constexpr std::array __ChildArrayImpl___ArrayParentRef_{ REL::Offset(0x0400DD48) }; - inline constexpr std::array __ChildArrayImpl___RecordParentRef_{ REL::Offset(0x0400DA30) }; - inline constexpr std::array __ChildImpl_hkReflect__ArrayType___ArrayParentRef_{ REL::Offset(0x0400DCD0) }; - inline constexpr std::array __ChildImpl_hkReflect__ArrayType___RecordParentRef_{ REL::Offset(0x0400D9B8) }; - inline constexpr std::array __ChildImpl_hkReflect__BoolType___ArrayParentRef_{ REL::Offset(0x0400DAA8) }; - inline constexpr std::array __ChildImpl_hkReflect__BoolType___RecordParentRef_{ REL::Offset(0x0400D790) }; - inline constexpr std::array __ChildImpl_hkReflect__FloatType___ArrayParentRef_{ REL::Offset(0x0400DB28) }; - inline constexpr std::array __ChildImpl_hkReflect__FloatType___RecordParentRef_{ REL::Offset(0x0400D810) }; - inline constexpr std::array __ChildImpl_hkReflect__IntType___ArrayParentRef_{ REL::Offset(0x0400DAE8) }; - inline constexpr std::array __ChildImpl_hkReflect__IntType___RecordParentRef_{ REL::Offset(0x0400D7D0) }; - inline constexpr std::array __ChildImpl_hkReflect__PointerType___ArrayParentRef_{ REL::Offset(0x0400DBB0) }; - inline constexpr std::array __ChildImpl_hkReflect__PointerType___RecordParentRef_{ REL::Offset(0x0400D898) }; - inline constexpr std::array __ChildImpl_hkReflect__RecordType___ArrayParentRef_{ REL::Offset(0x0400DC20) }; - inline constexpr std::array __ChildImpl_hkReflect__RecordType___RecordParentRef_{ REL::Offset(0x0400D908) }; - inline constexpr std::array __ChildImpl_hkReflect__StringType___ArrayParentRef_{ REL::Offset(0x0400DB68) }; - inline constexpr std::array __ChildImpl_hkReflect__StringType___RecordParentRef_{ REL::Offset(0x0400D850) }; - inline constexpr std::array __ChildRecordImpl___ArrayParentRef_{ REL::Offset(0x0400DC78) }; - inline constexpr std::array __ChildRecordImpl___RecordParentRef_{ REL::Offset(0x0400D960) }; - inline constexpr std::array __ClassStringConverter{ REL::Offset(0x045A5FC0) }; - inline constexpr std::array __CloakEffectCallbackFunctor{ REL::Offset(0x044C3038) }; - inline constexpr std::array __CloneAuxToNativeCallback{ REL::Offset(0x040105B0) }; - inline constexpr std::array __CloneDataFunctor{ REL::Offset(0x0436E9A0) }; - inline constexpr std::array __CloneToNativeCallback{ REL::Offset(0x04010690) }; - inline constexpr std::array __CollectQualifyingSubgraphsFunctor{ REL::Offset(0x0436FE48) }; - inline constexpr std::array __CollectStaticObstaclesVisitor{ REL::Offset(0x044DF278) }; - inline constexpr std::array __CollectionStringConverter{ REL::Offset(0x045A5468) }; - inline constexpr std::array __CompleteLoadingQuestReferencesNode{ REL::Offset(0x0440ED38) }; - inline constexpr std::array __CompressTask{ REL::Offset(0x04339E18) }; - inline constexpr std::array __ConditionScriptFunction{ REL::Offset(0x04567558) }; - inline constexpr std::array __ConditionVariableBool{ REL::Offset(0x04567508) }; - inline constexpr std::array __ConditionVariableFloat{ REL::Offset(0x04567468) }; - inline constexpr std::array __ConditionVariableInt{ REL::Offset(0x04567490) }; - inline constexpr std::array __ConditionVariableNodeActiveTime{ REL::Offset(0x04567530) }; - inline constexpr std::array __ConditionVariableResult{ REL::Offset(0x045674E0) }; - inline constexpr std::array __ConditionVariableSyncElapsedTime{ REL::Offset(0x045674B8) }; - inline constexpr std::array __ConditionVariableVariable{ REL::Offset(0x04567580) }; - inline constexpr std::array __ConfirmFailedPreLoadChecksCallBack{ REL::Offset(0x044CEC38) }; - inline constexpr std::array __ConfirmResetGameCallback{ REL::Offset(0x044D35A8) }; - inline constexpr std::array __ConsoleHotkeyManager{ REL::Offset(0x0451C338) }; - inline constexpr std::array __ConsoleLogPrinter{ REL::Offset(0x0451C188) }; - inline constexpr std::array __CopyCallback{ REL::Offset(0x0400C598) }; - inline constexpr std::array __CopyLinkedRefsFunctor{ REL::Offset(0x043CE7E0) }; - inline constexpr std::array __CoreMessageHandler{ REL::Offset(0x045716C8) }; - inline constexpr std::array __CrewAssignedToMiscStatHandler{ REL::Offset(0x044D5788) }; - inline constexpr std::array __CriticalHitToMiscStatHandler{ REL::Offset(0x044D58D8) }; - inline constexpr std::array __CurrentWorkshopBuildableObjectMapHelper{ REL::Offset(0x04458DA8) }; - inline constexpr std::array __CustomGeometryConverter{ REL::Offset(0x0433BED8) }; - inline constexpr std::array __DDQueueCollection{ REL::Offset(0x044D1788), REL::Offset(0x044D17A0), REL::Offset(0x044D17B0) }; - inline constexpr std::array __DaysPassedToMiscStatHandler{ REL::Offset(0x044D5848) }; - inline constexpr std::array __DeathItemAdder{ REL::Offset(0x044D66E0) }; - inline constexpr std::array __DeepCopyStream{ REL::Offset(0x04781FD8) }; - inline constexpr std::array __DefaultObjectFormFactory{ REL::Offset(0x043AB3D0) }; - inline constexpr std::array __DefaultScopedStatsCollector{ REL::Offset(0x0400FB38) }; - inline constexpr std::array __DefaultTypeCallbackType{ REL::Offset(0x04008288) }; - inline constexpr std::array __DependentNode{ REL::Offset(0x045814D8) }; - inline constexpr std::array __DestroyedToMiscStatHandler{ REL::Offset(0x044D5A40) }; - inline constexpr std::array __DiffuseProbeCascadesVolumeProcessor{ REL::Offset(0x044526F0) }; - inline constexpr std::array __DispelAliasSpellVisitor{ REL::Offset(0x044D9170) }; - inline constexpr std::array __DispelFirstOnlyFunctor{ REL::Offset(0x044D9140) }; - inline constexpr std::array __DisplayCaseUnloadedPurposeHandler{ REL::Offset(0x04477378) }; - inline constexpr std::array __DockToMiscStatHandler{ REL::Offset(0x044D55C0) }; - inline constexpr std::array __DockingUtilsEventHandler{ REL::Offset(0x04559778), REL::Offset(0x04559790) }; - inline constexpr std::array __DoorIDSetter{ REL::Offset(0x0444F418) }; - inline constexpr std::array __EditorDeadClothCacheExtraData{ REL::Offset(0x044D9D38) }; - inline constexpr std::array __EnumStringConverter{ REL::Offset(0x045A5508) }; - inline constexpr std::array __ErrorCommandDispatcher{ REL::Offset(0x043296E0) }; - inline constexpr std::array __EventCallbackAdapter{ REL::Offset(0x0452E180) }; - inline constexpr std::array __EventListener{ REL::Offset(0x0455E870), REL::Offset(0x0455E888) }; - inline constexpr std::array __ExitToMainMenuCallback{ REL::Offset(0x0452E110) }; - inline constexpr std::array __FarTravelFadeDone{ REL::Offset(0x044C9928) }; - inline constexpr std::array __FinalizeShiftWorldTask{ REL::Offset(0x040681C0), REL::Offset(0x040681E0) }; - inline constexpr std::array __FindAliasWithScript{ REL::Offset(0x043DE7E0) }; - inline constexpr std::array __FindClosestOpenEdgeFunctor{ REL::Offset(0x04599C38) }; - inline constexpr std::array __FindMovementIdleEnumHelper{ REL::Offset(0x043E1890) }; - inline constexpr std::array __FindObjectTypeHelper{ REL::Offset(0x043E1878) }; - inline constexpr std::array __FindPreferredConnectedNavmeshInfosWithinRadiusVisitor{ REL::Offset(0x045A1B10) }; - inline constexpr std::array __FindWildcardEventsFunctor{ REL::Offset(0x04560C90) }; - inline constexpr std::array __Fixups{ REL::Offset(0x04010EA8) }; - inline constexpr std::array __ForceReloadLoadingTask{ REL::Offset(0x043E76C0) }; - inline constexpr std::array __ForceVolumeProcessor{ REL::Offset(0x04452690) }; - inline constexpr std::array __GameStatusHandler{ REL::Offset(0x04357178) }; - inline constexpr std::array __GenerateWorldCollideTasks{ REL::Offset(0x04574D30), REL::Offset(0x04574D68) }; - inline constexpr std::array __GenerateWorldParticleTasks{ REL::Offset(0x04574E00), REL::Offset(0x04574E70) }; - inline constexpr std::array __GenerateWorldSolveTasks{ REL::Offset(0x04574DE0), REL::Offset(0x04574E38) }; - inline constexpr std::array __GetMaterialPathVisitor{ REL::Offset(0x0438DA08) }; - inline constexpr std::array __GravJumpToMiscStatHandler{ REL::Offset(0x044D57B8) }; - inline constexpr std::array __GravityModifier{ REL::Offset(0x044ECB78) }; - inline constexpr std::array __GravityModifierWorldStepListener{ REL::Offset(0x044EDE00) }; - inline constexpr std::array __HandlePlayerPerspectiveSwitchForEyeTracking{ REL::Offset(0x044D97E8) }; - inline constexpr std::array __HarvestToMiscStatHandler{ REL::Offset(0x044D5A88) }; - inline constexpr std::array __HavokThreadMemorySink{ REL::Offset(0x04578DB0) }; - inline constexpr std::array __HoursPassedToMiscStatHandler{ REL::Offset(0x044D5860) }; - inline constexpr std::array __IMODVolumeProcessor{ REL::Offset(0x04452670) }; - inline constexpr std::array __ImageSpaceVolumeProcessor{ REL::Offset(0x04452650) }; - inline constexpr std::array __InitialLoadListener{ REL::Offset(0x044CAE08) }; - inline constexpr std::array __InternalCommandConsumer{ REL::Offset(0x040666B8) }; - inline constexpr std::array __InventoryToMiscStatHandler{ REL::Offset(0x044D5920) }; - inline constexpr std::array __IsTeleportDoorOnPath{ REL::Offset(0x0459E950) }; - inline constexpr std::array __ItemCraftedToMiscStatHandler{ REL::Offset(0x044D5728) }; - inline constexpr std::array __ItemPlacedToMiscStatHandler{ REL::Offset(0x044D56F8) }; - inline constexpr std::array __ItemScrappedToMiscStatHandler{ REL::Offset(0x044D5710) }; - inline constexpr std::array __ItemTransferHelper{ REL::Offset(0x04475ED0) }; - inline constexpr std::array __ItemsPickpocketedToMiscStatHandler{ REL::Offset(0x044D5890) }; - inline constexpr std::array __ItemsStolenToMiscStatHandler{ REL::Offset(0x044D5758) }; - inline constexpr std::array __Jobber{ REL::Offset(0x04585670) }; - inline constexpr std::array __JsonReaderVisitor{ REL::Offset(0x04581330), REL::Offset(0x04581370) }; - inline constexpr std::array __LatentCallback{ REL::Offset(0x0452E1E8) }; - inline constexpr std::array __LayerFalloffBinding{ REL::Offset(0x0458AA80) }; - inline constexpr std::array __LinkedRefFinder{ REL::Offset(0x04364508) }; - inline constexpr std::array __LoadGameListener{ REL::Offset(0x044CAE50) }; - inline constexpr std::array __LoadSaveCommandLineHandler{ REL::Offset(0x044D3630), REL::Offset(0x044D3648) }; - inline constexpr std::array __LoadWatcher{ REL::Offset(0x04475EB8) }; - inline constexpr std::array __LocationDiscoveryMiscStatHandler{ REL::Offset(0x044D57E8) }; - inline constexpr std::array __LocationExploredEventHandler{ REL::Offset(0x043C9E48) }; - inline constexpr std::array __LocksPickedMiscStatHandler{ REL::Offset(0x044D57D0) }; - inline constexpr std::array __LogWriteThread{ REL::Offset(0x04585098) }; - inline constexpr std::array __MainStatusHandler{ REL::Offset(0x04409D98) }; - inline constexpr std::array __MapMarkerDiscoveredToMiscStatHandler{ REL::Offset(0x044D56E0) }; - inline constexpr std::array __MaterialAlphaTestBinding{ REL::Offset(0x0458AEC8) }; - inline constexpr std::array __MaterialAnimator{ REL::Offset(0x0458AF90) }; - inline constexpr std::array __MaterialLayerAutomaticFlipbookBinding{ REL::Offset(0x0458ABA0) }; - inline constexpr std::array __MaterialLayerFlipbookBinding{ REL::Offset(0x0458A940) }; - inline constexpr std::array __MaterialLayerStepFlipbookBinding{ REL::Offset(0x0458AF38) }; - inline constexpr std::array __MaterialLayerTintBinding{ REL::Offset(0x0458B060) }; - inline constexpr std::array __MaterialLayerUVOffsetBinding___BlenderUVStreamAccessor_{ REL::Offset(0x0458B240) }; - inline constexpr std::array __MaterialLayerUVOffsetBinding___FlowUVStreamAccessor_{ REL::Offset(0x0458ACA8) }; - inline constexpr std::array __MaterialLayerUVOffsetBinding___LayerUVStreamAccessor_{ REL::Offset(0x0458AA10) }; - inline constexpr std::array __MaterialLayerUVOffsetBinding___OpacityBlenderUVStreamAccessor_{ REL::Offset(0x0458AE58) }; - inline constexpr std::array __MaterialLayerUVScaleBinding___BlenderUVStreamAccessor_{ REL::Offset(0x0458AD98) }; - inline constexpr std::array __MaterialLayerUVScaleBinding___FlowUVStreamAccessor_{ REL::Offset(0x0458AE90) }; - inline constexpr std::array __MaterialLayerUVScaleBinding___LayerUVStreamAccessor_{ REL::Offset(0x0458B208) }; - inline constexpr std::array __MaterialLayerUVScaleBinding___OpacityBlenderUVStreamAccessor_{ REL::Offset(0x0458B0B8) }; - inline constexpr std::array __MaterialTraitBinding___CustomPorosityDescriptor_{ REL::Offset(0x0458AC50) }; - inline constexpr std::array __MaterialTraitBinding___EffectDistortionStrengthDescriptor_{ REL::Offset(0x0458A840) }; - inline constexpr std::array __MaterialTraitBinding___EffectFlowExtentDescriptor_{ REL::Offset(0x0458A978) }; - inline constexpr std::array __MaterialTraitBinding___EffectFlowSpeedDescriptor_{ REL::Offset(0x0458ACE0) }; - inline constexpr std::array __MaterialTraitBinding___EffectSoftFalloffDepthDescriptor_{ REL::Offset(0x0458B160) }; - inline constexpr std::array __MaterialTraitBinding___EmissiveAdaptiveLimitMaxDescriptor_{ REL::Offset(0x0458AE00) }; - inline constexpr std::array __MaterialTraitBinding___EmissiveAdaptiveLimitMinDescriptor_{ REL::Offset(0x0458AAB8) }; - inline constexpr std::array __MaterialTraitBinding___EmissiveAdaptiveOffsetDescriptor_{ REL::Offset(0x0458AC18) }; - inline constexpr std::array __MaterialTraitBinding___EmissiveColorDescriptor_{ REL::Offset(0x0458B1D0) }; - inline constexpr std::array __MaterialTraitBinding___EmissiveIntensityDescriptor_{ REL::Offset(0x0458B028) }; - inline constexpr std::array __MaterialTraitBinding___OverallAlphaDescriptor_{ REL::Offset(0x0458A898) }; - inline constexpr std::array __MaterialTraitBinding___TerrainBlendGradientFactorDescriptor_{ REL::Offset(0x0458AFD0) }; - inline constexpr std::array __MaterialTraitBinding___TerrainBlendStrengthDescriptor_{ REL::Offset(0x0458B198) }; - inline constexpr std::array __MaterialTraitBinding___VegetationBranchFlexibilityDescriptor_{ REL::Offset(0x0458A8D0) }; - inline constexpr std::array __MaterialTraitBinding___VegetationLeafAmplitudeDescriptor_{ REL::Offset(0x0458AA48) }; - inline constexpr std::array __MaterialTraitBinding___VegetationLeafFrequencyDescriptor_{ REL::Offset(0x0458AF00) }; - inline constexpr std::array __MaterialTraitBinding___VegetationTrunkFlexibilityDescriptor_{ REL::Offset(0x0458AB30) }; - inline constexpr std::array __MaterialUVStreamOffsetBinding{ REL::Offset(0x0458A908) }; - inline constexpr std::array __MaterialUVStreamScaleBinding{ REL::Offset(0x0458AB68) }; - inline constexpr std::array __MemDebugAllocator{ REL::Offset(0x03FF4940) }; - inline constexpr std::array __MemHeapAllocator{ REL::Offset(0x03FF49B0) }; - inline constexpr std::array __MemTempAllocator{ REL::Offset(0x03FF4A20) }; - inline constexpr std::array __MemoryManagerFileFactory{ REL::Offset(0x044D3958) }; - inline constexpr std::array __MenuAudioHandler__MenuListener{ REL::Offset(0x044C7CC8), REL::Offset(0x044C7CE0) }; - inline constexpr std::array __MenuEventCatcher{ REL::Offset(0x0451DDF8), REL::Offset(0x0451DE10) }; - inline constexpr std::array __MiscStatIncrementer_AssaultCrime__Event_{ REL::Offset(0x044D5698) }; - inline constexpr std::array __MiscStatIncrementer_LocationExplored__Event_{ REL::Offset(0x044D5650) }; - inline constexpr std::array __MiscStatIncrementer_MurderCrime__Event_{ REL::Offset(0x044D5680) }; - inline constexpr std::array __MiscStatIncrementer_PiracyCrime__Event_{ REL::Offset(0x044D5668) }; - inline constexpr std::array __MiscStatIncrementer_PlayerPlanetSurveyCompleteEvent_{ REL::Offset(0x044D56C8) }; - inline constexpr std::array __MiscStatIncrementer_Spaceship__RegisteredEvent_{ REL::Offset(0x044D56B0) }; - inline constexpr std::array __MiscStatIncrementer_Spaceship__SoldEvent_{ REL::Offset(0x044D5620) }; - inline constexpr std::array __MiscStatIncrementer_Workshop__CargoLinkAddedEvent_{ REL::Offset(0x044D5A10) }; - inline constexpr std::array __MostContrabandCarriedToMiscHandler{ REL::Offset(0x044D5968), REL::Offset(0x044D5980), REL::Offset(0x044D5998) }; - inline constexpr std::array __MovePlayerRelevantSpaceComponentsOnViewChange{ REL::Offset(0x044DAF28) }; - inline constexpr std::array __MovementControllerAIAdapter{ REL::Offset(0x044DEFB0) }; - inline constexpr std::array __MovementHandlerAgentAngleControllerLoadScrapper{ REL::Offset(0x045A2568) }; - inline constexpr std::array __MovementHandlerAgentLargeDeltaLoadScrapper{ REL::Offset(0x045A24F0) }; - inline constexpr std::array __MovementHandlerAgentTranslationControllerLoadScrapper{ REL::Offset(0x045A2478) }; - inline constexpr std::array __MovementPlannerAgentHorseControlsLoadScrapper{ REL::Offset(0x04472EC8) }; - inline constexpr std::array __MovementPlannerAgentKeepOffsetLoadScrapper{ REL::Offset(0x04472E50) }; - inline constexpr std::array __MusicEventSink{ REL::Offset(0x04590150) }; - inline constexpr std::array __NavmeshIdReplacer{ REL::Offset(0x04377870) }; - inline constexpr std::array __NetSocketLogger{ REL::Offset(0x044D37C0) }; - inline constexpr std::array __NewVisibleShipExteriorData{ REL::Offset(0x04559B68) }; - inline constexpr std::array __NoExitSaveQuitConfirmCallBack{ REL::Offset(0x044B2598) }; - inline constexpr std::array __NoExitSaveQuitToDesktopConfirmCallBack{ REL::Offset(0x044B2580) }; - inline constexpr std::array __NoMusic{ REL::Offset(0x04590108) }; - inline constexpr std::array __NonInternalCommandConsumer{ REL::Offset(0x040666C8) }; - inline constexpr std::array __NopCommandDispatcher{ REL::Offset(0x04329710) }; - inline constexpr std::array __NormalDoorFadeCallback{ REL::Offset(0x043C0998) }; - inline constexpr std::array __ObjectFactoryVisitor{ REL::Offset(0x0436D278) }; - inline constexpr std::array __ObjectResource{ REL::Offset(0x04010810) }; - inline constexpr std::array __ObjectiveStateToMiscStatHandler{ REL::Offset(0x044D58F0) }; - inline constexpr std::array __ObsoleteSaveCallback{ REL::Offset(0x044CEC20) }; - inline constexpr std::array __OnChildrenCompleteCallbackNode{ REL::Offset(0x04454508) }; - inline constexpr std::array __OutpostListener_ConfirmRemovalCallback{ REL::Offset(0x04481E08) }; - inline constexpr std::array __OutpostPlacedToMiscStatHandler{ REL::Offset(0x044D5740) }; - inline constexpr std::array __OutputInfoStream{ REL::Offset(0x043E7798) }; - inline constexpr std::array __PAFinder{ REL::Offset(0x04411830) }; - inline constexpr std::array __PMPEventListener{ REL::Offset(0x045B2148) }; - inline constexpr std::array __PackInNode{ REL::Offset(0x043B4318) }; - inline constexpr std::array __ParticleComponentEventListener{ REL::Offset(0x04371118), REL::Offset(0x04371130) }; - inline constexpr std::array __PathSmootherRayCastBuildNodesForLargeZDelta{ REL::Offset(0x04599D78) }; - inline constexpr std::array __PathingSite{ REL::Offset(0x044D3678) }; - inline constexpr std::array __PhotoModeCharacterProxyListener{ REL::Offset(0x0445C0F8) }; - inline constexpr std::array __PlanetScanToMiscStatHandler{ REL::Offset(0x044D55F0) }; - inline constexpr std::array __PlayerCellListener{ REL::Offset(0x044CAE20) }; - inline constexpr std::array __PlayerGenderListener{ REL::Offset(0x044C7D58) }; - inline constexpr std::array __PlayerIDUpdater{ REL::Offset(0x044CEC50) }; - inline constexpr std::array __PlayerKnowledgeToMiscStatHandler{ REL::Offset(0x044D5608) }; - inline constexpr std::array __PlayerTeleportEventHandler{ REL::Offset(0x04452580) }; - inline constexpr std::array __PoseBoundCollisionObject{ REL::Offset(0x044D9B08) }; - inline constexpr std::array __PowersLearnedStatHandler{ REL::Offset(0x044D58A8) }; - inline constexpr std::array __PreloadCountVisitor{ REL::Offset(0x04362810) }; - inline constexpr std::array __PreloadModelsVisitor{ REL::Offset(0x043627F0) }; - inline constexpr std::array __PrintPapyrusObjectsOnAliasToConsole{ REL::Offset(0x043E77D8) }; - inline constexpr std::array __ProcessHavokCommandQueueTasks{ REL::Offset(0x04574D88), REL::Offset(0x04574DA8) }; - inline constexpr std::array __QualifyAsCurrentPackage{ REL::Offset(0x044D66C8) }; - inline constexpr std::array __QuestRefDuplicateWatcher{ REL::Offset(0x0440EF08) }; - inline constexpr std::array __QuestStatusToMiscStatHandler{ REL::Offset(0x044D5908) }; - inline constexpr std::array __QueuedBGSStaticCollection{ REL::Offset(0x043B6338) }; - inline constexpr std::array __QueuedBodyItem{ REL::Offset(0x04349C30) }; - inline constexpr std::array __QueuedMagicItem{ REL::Offset(0x04362830) }; - inline constexpr std::array __QueuedSubBehaviorHandles{ REL::Offset(0x0456B330) }; - inline constexpr std::array __RagdollPenetrationDetectAndResolveTask{ REL::Offset(0x0457AE90), REL::Offset(0x0457AEB0) }; - inline constexpr std::array __ReferenceStringConverter{ REL::Offset(0x045A5528) }; - inline constexpr std::array __Registry{ REL::Offset(0x04010098) }; - inline constexpr std::array __RejectQuestConfirmCallBack{ REL::Offset(0x044A5D98) }; - inline constexpr std::array __RequestContrabandItemsNode{ REL::Offset(0x044CAC48) }; - inline constexpr std::array __RobotSelectionCallback{ REL::Offset(0x044C1E30) }; - inline constexpr std::array __RuntimeComponentDBFactoryHelper{ REL::Offset(0x04373D00), REL::Offset(0x04373D18), REL::Offset(0x04373D30), REL::Offset(0x04373D48), REL::Offset(0x04373D60), REL::Offset(0x04373D78), REL::Offset(0x04373D90), REL::Offset(0x04373DA8) }; - inline constexpr std::array __ScannedToMiscStatHandler{ REL::Offset(0x044D55D8) }; - inline constexpr std::array __SceneActionResultsCallBack{ REL::Offset(0x0440AF10) }; - inline constexpr std::array __ScenePhaseResultsCallBack{ REL::Offset(0x0440B0A8) }; - inline constexpr std::array __SceneResultsCallBack{ REL::Offset(0x0440AA08) }; - inline constexpr std::array __SearchLinkedRefChildrenFunctor{ REL::Offset(0x04364470) }; - inline constexpr std::array __SecurityMenu_ConfirmCallback{ REL::Offset(0x044AC260) }; - inline constexpr std::array __SecurityMenu_UseDigipickCallback{ REL::Offset(0x044AC248) }; - inline constexpr std::array __ServeJailTimeCallback{ REL::Offset(0x043BA6F8) }; - inline constexpr std::array __Service{ REL::Offset(0x044ED1D0), REL::Offset(0x044ED1E8), REL::Offset(0x044ED200), REL::Offset(0x044ED3E8), REL::Offset(0x044ED400) }; - inline constexpr std::array __SettleEventSink{ REL::Offset(0x044D6558) }; - inline constexpr std::array __ShiftBroadphaseTask{ REL::Offset(0x04068130), REL::Offset(0x04068150) }; - inline constexpr std::array __ShiftWorldTask{ REL::Offset(0x040680A8), REL::Offset(0x040680C8) }; - inline constexpr std::array __ShipAddedToMiscStatHandler{ REL::Offset(0x044D57A0) }; - inline constexpr std::array __ShipCustomizedToMiscStatHandler{ REL::Offset(0x044D5638) }; - inline constexpr std::array __SimpleImportHandler{ REL::Offset(0x04010588) }; - inline constexpr std::array __SkipJumpNode{ REL::Offset(0x0459E968) }; - inline constexpr std::array __SortIntersectingEdgesFunctor{ REL::Offset(0x04599C50) }; - inline constexpr std::array __SpaceshipTemplateComponentHandler{ REL::Offset(0x0455A6A8) }; - inline constexpr std::array __SpeechChallengeSucceededStatHandler{ REL::Offset(0x044D58C0) }; - inline constexpr std::array __SpinningCriticalSection{ REL::Offset(0x04012C08) }; - inline constexpr std::array __StackWalker{ REL::Offset(0x04571690) }; - inline constexpr std::array __StageEventSource{ REL::Offset(0x044D3840) }; - inline constexpr std::array __StageItemFinishedCallback{ REL::Offset(0x0440F718) }; - inline constexpr std::array __StandardDetectionListener{ REL::Offset(0x044D9800) }; - inline constexpr std::array __StartingConsoleCommandRunner{ REL::Offset(0x044D3660) }; - inline constexpr std::array __StopHitEffectsVisitor{ REL::Offset(0x044C2850) }; - inline constexpr std::array __StopStartEquipabilityFunctor{ REL::Offset(0x044D9158) }; - inline constexpr std::array __StorageTableVolumeProcessor{ REL::Offset(0x044526D0) }; - inline constexpr std::array __StringTypeConverter{ REL::Offset(0x045A5FA0) }; - inline constexpr std::array __TESAudioInitialLoadListener{ REL::Offset(0x044C7C68) }; - inline constexpr std::array __TESAudioSaveLoadListener{ REL::Offset(0x044C7C48) }; - inline constexpr std::array __TESAudioScriptSDM{ REL::Offset(0x04476538) }; - inline constexpr std::array __TESHitToMiscStatHandler{ REL::Offset(0x044D5A58) }; - inline constexpr std::array __TESObjectREFRFactory{ REL::Offset(0x043CEBF8) }; - inline constexpr std::array __TESQuestSpaceCellPostProcessNode{ REL::Offset(0x0440EDD8) }; - inline constexpr std::array __TerminalsHackedToMiscStatHandler{ REL::Offset(0x044D5878) }; - inline constexpr std::array __TextureReadyNode{ REL::Offset(0x0458F968) }; - inline constexpr std::array __TimeOutNode{ REL::Offset(0x0447C990) }; - inline constexpr std::array __TopicResultCallBack{ REL::Offset(0x044114A0) }; - inline constexpr std::array __TransactionEventToMiscStatHandler{ REL::Offset(0x044D5770) }; - inline constexpr std::array __TrespassToMiscStatHandler{ REL::Offset(0x044D59F8) }; - inline constexpr std::array __UpdateActorAlias{ REL::Offset(0x04559710) }; - inline constexpr std::array __UserRequestedScale{ REL::Offset(0x04576BD0) }; - inline constexpr std::array __VATSFaceEmotionManager{ REL::Offset(0x04475F08), REL::Offset(0x04475F20) }; - inline constexpr std::array __VariantToMenuRecipeHelper{ REL::Offset(0x04458D78) }; - inline constexpr std::array __VdbObjectAllocImpl{ REL::Offset(0x0403BE58) }; - inline constexpr std::array __VdbObjectCompoundImpl{ REL::Offset(0x0403BE88) }; - inline constexpr std::array __VdbObjectPointerImpl{ REL::Offset(0x0403BF18) }; - inline constexpr std::array __VdbObjectStringImpl{ REL::Offset(0x0403BED0) }; - inline constexpr std::array __VoiceTypeFinder{ REL::Offset(0x04364058) }; - inline constexpr std::array __Volume3DBuilder{ REL::Offset(0x043546E8) }; - inline constexpr std::array __Win32Impl{ REL::Offset(0x0400A4F0) }; - inline constexpr std::array __Win32ThreadImpl{ REL::Offset(0x040118F0) }; - inline constexpr std::array __WorkshopItemColorListener{ REL::Offset(0x044777A0) }; - inline constexpr std::array __WorkshopListener{ REL::Offset(0x044CAE38) }; - inline constexpr std::array __bhkLifoAllocator{ REL::Offset(0x0457B278) }; - inline constexpr std::array __bhkTaskSchedule__ExecutionContext{ REL::Offset(0x04574B30) }; - inline constexpr std::array __hknpBSExplosionCollisionFilter{ REL::Offset(0x044EA588) }; - inline constexpr std::array __hknpBSFootIKCollector{ REL::Offset(0x044E6AA8) }; - inline constexpr std::array __hknpBSFootIKMultiCollector{ REL::Offset(0x044E6AE0) }; - inline constexpr std::array __hknpBSIgnorePoseBoundForActorsInFurnitureCollector{ REL::Offset(0x044D9060) }; - inline constexpr std::array __hknpBSMaterialLibrary{ REL::Offset(0x04574B10) }; - inline constexpr std::array __hknpBSQuadOrientationCollector{ REL::Offset(0x0457B9A0) }; - inline constexpr std::array __hknpBSRagdollPenetrationCollisionFilter{ REL::Offset(0x0457AE40) }; - inline constexpr std::array __hknpScaledConvexShapeScaleAndTransformCollector{ REL::Offset(0x04063498) }; - inline constexpr std::array _lambda_99f9674ccabddde8d447bfe1ca6d40ec___operator____5__TakeoffFadeDoneCallback{ REL::Offset(0x044B3468) }; - inline constexpr std::array bhkBipedOrientationController{ REL::Offset(0x0457B448) }; - inline constexpr std::array bhkBlockStreamAllocatorBase{ REL::Offset(0x0457B3A0) }; - inline constexpr std::array bhkBlockStreamAllocator_2048_{ REL::Offset(0x04574290) }; - inline constexpr std::array bhkBlockStreamAllocator_2_{ REL::Offset(0x04574A40) }; - inline constexpr std::array bhkCharProxyController{ REL::Offset(0x045785B8), REL::Offset(0x045788C8), REL::Offset(0x04578920), REL::Offset(0x04578988), REL::Offset(0x04578998) }; - inline constexpr std::array bhkCharProxyControllerCinfo{ REL::Offset(0x045788D8) }; - inline constexpr std::array bhkCharProxyManager{ REL::Offset(0x04574AB0) }; - inline constexpr std::array bhkCharRigidBodyController{ REL::Offset(0x045794A0), REL::Offset(0x04579520), REL::Offset(0x04579530), REL::Offset(0x04579840), REL::Offset(0x04579850) }; - inline constexpr std::array bhkCharRigidBodyControllerCinfo{ REL::Offset(0x045794D8) }; - inline constexpr std::array bhkCharRigidBodyManager{ REL::Offset(0x04574E90) }; - inline constexpr std::array bhkCharacterCollisionHandler{ REL::Offset(0x044DF178) }; - inline constexpr std::array bhkCharacterController{ REL::Offset(0x04577DB8), REL::Offset(0x04577FA8), REL::Offset(0x04577FB8), REL::Offset(0x04577FC8) }; - inline constexpr std::array bhkCharacterControllerCinfo{ REL::Offset(0x04577BD8) }; - inline constexpr std::array bhkCharacterControllerShapeManager__hknpConvexShapeEx{ REL::Offset(0x04577C20) }; - inline constexpr std::array bhkCharacterPointCollector{ REL::Offset(0x0457B9F8) }; - inline constexpr std::array bhkCharacterProxy{ REL::Offset(0x045789A8) }; - inline constexpr std::array bhkCharacterRigidBody{ REL::Offset(0x045798E0) }; - inline constexpr std::array bhkCharacterRigidBodyCinfo{ REL::Offset(0x045798C0) }; - inline constexpr std::array bhkCharacterStateClimbing{ REL::Offset(0x04577C40) }; - inline constexpr std::array bhkCharacterStateFloating{ REL::Offset(0x0457B850) }; - inline constexpr std::array bhkCharacterStateFlying{ REL::Offset(0x04577C90) }; - inline constexpr std::array bhkCharacterStateInAir{ REL::Offset(0x0457B800) }; - inline constexpr std::array bhkCharacterStateJumping{ REL::Offset(0x0457B7B0) }; - inline constexpr std::array bhkCharacterStateOnGround{ REL::Offset(0x0457B760) }; - inline constexpr std::array bhkCharacterStateSpaceship{ REL::Offset(0x04572978) }; - inline constexpr std::array bhkCharacterStateSwimming{ REL::Offset(0x04579368) }; - inline constexpr std::array bhkCollisionFilter{ REL::Offset(0x04576E60) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_0ad205e897296c4233e80e0d61bada21____bhkSetBodyOrientationCmd_{ REL::Offset(0x0457A390) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_0d58bf82d324a15a6d6f14f8c2bdfa4c____bhkDestroyConstraintGroupCmd_{ REL::Offset(0x0457A130) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_14c3ddd8a7b502fd4208007a6ae830e8____bhkSetBodyMassCmd_{ REL::Offset(0x0457A4B0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_186afcd15731e9361c6e7437e248f879____bhkSetBodyShapeMutated_{ REL::Offset(0x0457A2D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_1f085421ff0db415d66edc796f3dfd54____bhkSetConstraintGroupCmd_{ REL::Offset(0x0457A230) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_24947a0ceb2f89e4c9f9f25fad16fe57____bhkSetCompoundBodyTransformCmd_{ REL::Offset(0x0457A350) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_2a71fee199b091a46fed23391c3ca502____bhkSetBodyPropertyCmd_{ REL::Offset(0x0457A210) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_2f37aecb92ecff92b8a2311756eb9947____bhkSetGravityForMotionLibraryCmd_{ REL::Offset(0x0457A5D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_33f10031136e16c06e609eea0c8f15c9____bhkSetBodyMassDistributionCmd_{ REL::Offset(0x0457A4D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_33fdddc2d14d9f052c47eaa16871812e____bhkAttachBodyCommand_{ REL::Offset(0x0457A5F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_3b5cf81abdef6638087902a3eb92ee52____bhkBodyCommand_{ REL::Offset(0x0457A630) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_3b7bb10d2f52bcdd99f54f873639c96b____bhkAddActionCommand_{ REL::Offset(0x0457A0D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_3f2ae688cdd8c78e8912bcfc4d9e93e7____bhkBodyActivationCmd_{ REL::Offset(0x0457A5B0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_4560b97fbba6a1f59f11b3514463466a____bhkChangeBodyFlagCmd_{ REL::Offset(0x0457A530) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_4f15b2a546d20f40f673dc5aad8a7ff8____bhkRebuildMotionMassPropBodyCmd_{ REL::Offset(0x0457A6B0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_53d41f69dd986d44e6888c5b2b230248____bhkDetachBodyCommand_{ REL::Offset(0x0457A610) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_581b8baa5e9eccb8de9886ea166b14b8____bhkAddRagdollToMgr_{ REL::Offset(0x0457A1D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_5b16feed784fb88eb4891598baf98933____bhkSetBodyPositionCmd_{ REL::Offset(0x0457A410) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_5d10bb3e8181f3617dfef9fd7d1b136d____bhkSetBodyActStateCmd_{ REL::Offset(0x0457A1F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_5f22adf6a0399a68966f0caff094171a____bhkSetBodyMotionCmd_{ REL::Offset(0x0457A450) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_66ca3d5ef1d116d90cddbf41415516db____bhkReleaseCollisionObjectCommand_{ REL::Offset(0x0457A270) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_6c69f730c1913716fa38768121ca5352____bhkSetBodyMotionPropertyFlagsCmd_{ REL::Offset(0x0457A490) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_6c9f9636d952ceefc1061ad4cb910f4e____bhkSetMinBodyCollisionLookAheadCmd_{ REL::Offset(0x0457A2B0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_6e813d1e111da58a82920c6db45f5f69____bhkSetBody2Vec4fCmd_{ REL::Offset(0x0457A590) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_81a0cb85728b8d7916f008bf8df84aa8____bhkSetBodyFloatFloatCmd_{ REL::Offset(0x0457A370) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_83371d7b9cb36996acdd52f718466017____bhkReleasePhysicsSystemCommand_{ REL::Offset(0x0457A250) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_89d4b7d647c09f661993e3dfe9eae162____bhkSetBodyMotionTypeCmd_{ REL::Offset(0x0457A4F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_8d1c82639dbd819adf1f792fb4d1d6cc____bhkRebuildMotionMassPropCmd_{ REL::Offset(0x0457A690) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_8e05c20137268707d9e8f1781c4a1506____bhkUpdateBroadPhaseCmd_{ REL::Offset(0x0457A2F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_8e3878017a4aaaab3ecd662645b51090____bhkSetVelocityDampingCmd_{ REL::Offset(0x0457A330) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_9494088d5b0d805241f416550261c580____bhkSetBodyFilterInfo_{ REL::Offset(0x0457A510) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_9e4e5d1b92aa96dfef0e278071075d49____bhkRemoveConstraintCmd_{ REL::Offset(0x0457A110) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_9f1ee0f7407989bcb31d88608e8003b6____bhkSetBodyVelocityCmd_{ REL::Offset(0x0457A6F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_a0b6cf31a03e6a396a62ab6af1b42394____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457A550) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_a9b0cf8ad4f589aa12a70c6ec8b5e6fb____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457A570) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_ae0b51a5c403fd801a927fb82eea845f____bhkAddBodiesCommand_{ REL::Offset(0x0457A190) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_ae8fcc61fc8c9703c4be5cbb02b08c14____bhkSetBodyZeroVelCmd_{ REL::Offset(0x0457A310) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_af063f8c2b6c8e268dec7f31f4be2426____bhkUpdatePoseBoundVel_{ REL::Offset(0x0457A290) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_b062323a25f4b128c9f0da7177edb253____bhkUpdatePoseBoundWarp_{ REL::Offset(0x0457A1B0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_b21c90186d4437b0c6a27ca6443b8e29____bhkZeroGCommand_{ REL::Offset(0x0457A3B0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_b2872f1f39c0bf4bdea78806fd5a4901____bhkSetBodyTransformCmd_{ REL::Offset(0x0457A6D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_b3d5d48152cc08b0237b865c661b744b____bhkSetBodySurfaceVelocityCmd_{ REL::Offset(0x0457A0F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_bc2c4beaeee0d868fc5da01371048385____bhkApplyHardKeyframe_{ REL::Offset(0x0457A650) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_c286e74344bfb30ab5e31261c6a5c328____bhkSetBodyFilterInfoGroup_{ REL::Offset(0x0457A430) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_c40db60b2d4e86a22398b19d692d2f16____bhkActivateBodiesInAabbCmd_{ REL::Offset(0x0457A150) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_cdcd9dde9f1abf866008c34ac7e5f95c____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457A3D0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_d72367bc5372d929ad753bb8348827cb____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457A3F0) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_e04c2e051b475970f3eeee10ad5f14fe____bhkAddConstraintCmd_{ REL::Offset(0x0457A170) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_f3a9f2d6351bac89caffdb2f4bf7ee59____bhkSetBodyU16Cmd_{ REL::Offset(0x0457A670) }; - inline constexpr std::array bhkCommandQueue__Handler__lambda_f91026c358cd85dccb557e5dc8c0c5db____bhkSetBodyGravityCmd_{ REL::Offset(0x0457A470) }; - inline constexpr std::array bhkICharOrientationController{ REL::Offset(0x04577CE0) }; - inline constexpr std::array bhkIWorldStepListener{ REL::Offset(0x03F2CC88) }; - inline constexpr std::array bhkMemorySystem{ REL::Offset(0x0457B2E8) }; - inline constexpr std::array bhkNPCollisionObject{ REL::Offset(0x045761D0) }; - inline constexpr std::array bhkNPCollisionObjectUnlinked{ REL::Offset(0x04575BD8) }; - inline constexpr std::array bhkNPCollisionObjectUnlinked__LinkExtraData{ REL::Offset(0x04575DE8) }; - inline constexpr std::array bhkNPCollisionProxyObject{ REL::Offset(0x04575FC8) }; - inline constexpr std::array bhkNPModelNodeComponent{ REL::Offset(0x043705B0) }; - inline constexpr std::array bhkParticlesManagerModifier{ REL::Offset(0x04574F48) }; - inline constexpr std::array bhkPhysicsSystem{ REL::Offset(0x045775E8) }; - inline constexpr std::array bhkQuadOrientationController{ REL::Offset(0x0457B920) }; - inline constexpr std::array bhkRagdollPenetrationManager{ REL::Offset(0x0457B168) }; - inline constexpr std::array bhkRagdollSystem{ REL::Offset(0x045773F8) }; - inline constexpr std::array bhkRandomVelocityGenerator__INISettingCollectionEx{ REL::Offset(0x03F0DE40) }; - inline constexpr std::array bhkRandomVelocityGenerator__INISettingEx{ REL::Offset(0x03F24C00) }; - inline constexpr std::array bhkTTNode_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x044118A8) }; - inline constexpr std::array bhkThreadMemorySource{ REL::Offset(0x0457BBA8), REL::Offset(0x0457BC38) }; - inline constexpr std::array bhkThreadMemorySource__RowBlockAllocatorImpl{ REL::Offset(0x0457BB88) }; - inline constexpr std::array bhkThreadPool{ REL::Offset(0x04578DC8) }; - inline constexpr std::array bhkTrapListener{ REL::Offset(0x044139E0) }; - inline constexpr std::array bhkWorld{ REL::Offset(0x04574B48) }; - inline constexpr std::array bhkWorldM{ REL::Offset(0x04578B78) }; - inline constexpr std::array bnet__Account__ExternalAuthInfo{ REL::Offset(0x0478EB08) }; - inline constexpr std::array bnet__AsyncOperationProxy{ REL::Offset(0x0478E2D0) }; - inline constexpr std::array bnet__Callback_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ REL::Offset(0x0478ECB0) }; - inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ REL::Offset(0x0478EB50) }; - inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ REL::Offset(0x0478ED78) }; - inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ REL::Offset(0x0478F138) }; - inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ REL::Offset(0x0478EB80) }; - inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ REL::Offset(0x0478EBB0) }; - inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ REL::Offset(0x0478ED48) }; - inline constexpr std::array bnet__Callback_bnet_std__void_t_bnet__HttpResponseInfo_{ REL::Offset(0x0478EB20) }; - inline constexpr std::array bnet__Callback_bool_bnet__HttpResponseInfo_{ REL::Offset(0x0478ECE0) }; - inline constexpr std::array bnet__Callback_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ REL::Offset(0x0478F108) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ REL::Offset(0x0478EDC8) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ REL::Offset(0x0478EC50) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ REL::Offset(0x0478EBF0) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ REL::Offset(0x0478F0E8) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ REL::Offset(0x0478EDA8) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ REL::Offset(0x0478EC90) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ REL::Offset(0x0478EC10) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bnet_std__void_t_bnet__HttpResponseInfo_{ REL::Offset(0x0478EC70) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_bool_bnet__HttpResponseInfo_{ REL::Offset(0x0478EC30) }; - inline constexpr std::array bnet__detail__CallbackImpl_1_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ REL::Offset(0x0478F168) }; - inline constexpr std::array bnet__impl__AsyncOperation{ REL::Offset(0x0478E2F8) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ REL::Offset(0x0478EAE0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ REL::Offset(0x0478F098) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ REL::Offset(0x0478F1B0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ REL::Offset(0x0478EFA0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ REL::Offset(0x0478F040) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ REL::Offset(0x0478EEB0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ REL::Offset(0x0478EFF0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ REL::Offset(0x0478EE60) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ REL::Offset(0x0478EE10) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ REL::Offset(0x0478E070) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ REL::Offset(0x0478EF50) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ REL::Offset(0x0478EF00) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable_void___bnet__LogParamsconst__{ REL::Offset(0x0478E0F0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ REL::Offset(0x0478EAB8) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ REL::Offset(0x0478F0C0) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ REL::Offset(0x0478F188) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ REL::Offset(0x0478EF78) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ REL::Offset(0x0478F018) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ REL::Offset(0x0478EE88) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ REL::Offset(0x0478EFC8) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ REL::Offset(0x0478EE38) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ REL::Offset(0x0478EDE8) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b3884ef3a9374cf9f135b95f28d63290__{ REL::Offset(0x0478E098) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ REL::Offset(0x0478E048) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ REL::Offset(0x0478EF28) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ REL::Offset(0x0478EED8) }; - inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable_void___bnet__LogParamsconst__{ REL::Offset(0x0478E118) }; - inline constexpr std::array bps__client__BIEventClient__BulkEventsResult{ REL::Offset(0x043459E0) }; - inline constexpr std::array bps__client__BIEventClient__CreateSessionResult{ REL::Offset(0x04560538) }; - inline constexpr std::array bps__client__BaseRequestImpl{ REL::Offset(0x045604C8) }; - inline constexpr std::array bps__client__RequestImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ REL::Offset(0x04560460) }; - inline constexpr std::array bps__client__RequestImpl_bps__client__BIEventClient__CreateSessionResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ REL::Offset(0x04560418) }; - inline constexpr std::array bps__client__RequestShortCircuitImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ REL::Offset(0x045603D0) }; - inline constexpr std::array bps__client__Services{ REL::Offset(0x045606D8) }; - inline constexpr std::array bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ REL::Offset(0x043459F8) }; - inline constexpr std::array bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ REL::Offset(0x04560550) }; - inline constexpr std::array bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ REL::Offset(0x04345A10) }; - inline constexpr std::array bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ REL::Offset(0x04560520) }; - inline constexpr std::array castTest__Interface0{ REL::Offset(0x04002F90), REL::Offset(0x04002FC0) }; - inline constexpr std::array castTest__Interface1{ REL::Offset(0x04003258) }; - inline constexpr std::array castTest__Interface2{ REL::Offset(0x04003340) }; - inline constexpr std::array castTest__InterfaceBase{ REL::Offset(0x04002DD8) }; - inline constexpr std::array castTest__InterfaceOtherBase{ REL::Offset(0x04002EB8) }; - inline constexpr std::array castTest__Leaf{ REL::Offset(0x04002AD8) }; - inline constexpr std::array castTest__OtherLeaf{ REL::Offset(0x04002C48) }; - inline constexpr std::array castTest__Root{ REL::Offset(0x04002A50) }; - inline constexpr std::array castTest__WithInterfaces{ REL::Offset(0x040033F8), REL::Offset(0x04003438), REL::Offset(0x04003478), REL::Offset(0x040034B0), REL::Offset(0x040034E8) }; - inline constexpr std::array hclAction{ REL::Offset(0x04030340) }; - inline constexpr std::array hclAntiPinchConstraintInstanceData{ REL::Offset(0x040392B0) }; - inline constexpr std::array hclAntiPinchConstraintSet{ REL::Offset(0x04035400) }; - inline constexpr std::array hclBSClothParameterizedWindAction{ REL::Offset(0x0457B410) }; - inline constexpr std::array hclBSClothPickingAction{ REL::Offset(0x044DC4D8) }; - inline constexpr std::array hclBSWorld{ REL::Offset(0x04574A20) }; - inline constexpr std::array hclBendLinkConstraintSet{ REL::Offset(0x04036828) }; - inline constexpr std::array hclBendLinkConstraintSetMx{ REL::Offset(0x04027E28) }; - inline constexpr std::array hclBendStiffnessConstraintSet{ REL::Offset(0x040297F0) }; - inline constexpr std::array hclBendStiffnessConstraintSetMx{ REL::Offset(0x04031C78) }; - inline constexpr std::array hclBlendOperatorInstanceData{ REL::Offset(0x040341C0) }; - inline constexpr std::array hclBlendSomeVerticesOperator{ REL::Offset(0x04033E08) }; - inline constexpr std::array hclBonePlanesConstraintSet{ REL::Offset(0x04032F48) }; - inline constexpr std::array hclBoneSpaceMeshMeshDeformOperator{ REL::Offset(0x040284E0) }; - inline constexpr std::array hclBoneSpaceMeshMeshDeformPNOperator{ REL::Offset(0x0402AD30) }; - inline constexpr std::array hclBoneSpaceMeshMeshDeformPNTBOperator{ REL::Offset(0x0402C378) }; - inline constexpr std::array hclBoneSpaceMeshMeshDeformPNTOperator{ REL::Offset(0x0402DB70) }; - inline constexpr std::array hclBoneSpaceMeshMeshDeformPOperator{ REL::Offset(0x0402F188) }; - inline constexpr std::array hclBoneSpaceSkinOperator{ REL::Offset(0x0402F4C0) }; - inline constexpr std::array hclBoneSpaceSkinPNOperator{ REL::Offset(0x0402F630) }; - inline constexpr std::array hclBoneSpaceSkinPNTBOperator{ REL::Offset(0x0402F800) }; - inline constexpr std::array hclBoneSpaceSkinPNTOperator{ REL::Offset(0x0402F940) }; - inline constexpr std::array hclBoneSpaceSkinPOperator{ REL::Offset(0x0402FB30) }; - inline constexpr std::array hclBoneSpaceTransferSimulationOperator{ REL::Offset(0x04038B18) }; - inline constexpr std::array hclBuffer{ REL::Offset(0x04037D30) }; - inline constexpr std::array hclBufferDefinition{ REL::Offset(0x04031788) }; - inline constexpr std::array hclCapsuleShape{ REL::Offset(0x040289D0) }; - inline constexpr std::array hclClothContainer{ REL::Offset(0x04033688) }; - inline constexpr std::array hclClothData{ REL::Offset(0x0402E9D0) }; - inline constexpr std::array hclClothInstance{ REL::Offset(0x04019960) }; - inline constexpr std::array hclClothLeafShapeSensor{ REL::Offset(0x043387C0) }; - inline constexpr std::array hclClothPickingAction{ REL::Offset(0x04019AB8) }; - inline constexpr std::array hclClothState{ REL::Offset(0x04030B50) }; - inline constexpr std::array hclClothStateInstanceData{ REL::Offset(0x04037A98) }; - inline constexpr std::array hclCollidable{ REL::Offset(0x04019AE8) }; - inline constexpr std::array hclCollisionConvexes{ REL::Offset(0x04338AD0) }; - inline constexpr std::array hclCollisionTriangles{ REL::Offset(0x04338AB0) }; - inline constexpr std::array hclCompressibleLinkConstraintSet{ REL::Offset(0x040340C8) }; - inline constexpr std::array hclCompressibleLinkConstraintSetMx{ REL::Offset(0x040364F8) }; - inline constexpr std::array hclConstraintSet{ REL::Offset(0x04031A48) }; - inline constexpr std::array hclConstraintStiffnessDispatcher{ REL::Offset(0x04037D80) }; - inline constexpr std::array hclConvexGeometryShape{ REL::Offset(0x04029488) }; - inline constexpr std::array hclConvexHeightFieldShape{ REL::Offset(0x04029C70) }; - inline constexpr std::array hclConvexPlanesShape{ REL::Offset(0x0402A150) }; - inline constexpr std::array hclCopyVerticesOperator{ REL::Offset(0x040276A0) }; - inline constexpr std::array hclFullClothTask{ REL::Offset(0x04038DD8), REL::Offset(0x04038DF8) }; - inline constexpr std::array hclGatherAllVerticesOperator{ REL::Offset(0x04027D40) }; - inline constexpr std::array hclGatherSomeVerticesOperator{ REL::Offset(0x040295F0) }; - inline constexpr std::array hclInputConvertOperator{ REL::Offset(0x0402FDF8) }; - inline constexpr std::array hclLocalRangeConstraintSet{ REL::Offset(0x04027BF0) }; - inline constexpr std::array hclMeshBoneDeformOperator{ REL::Offset(0x04028E48) }; - inline constexpr std::array hclMeshMeshDeformOperator{ REL::Offset(0x0402B888) }; - inline constexpr std::array hclMoveParticlesOperator{ REL::Offset(0x0402C910) }; - inline constexpr std::array hclObjectSpaceMeshMeshDeformOperator{ REL::Offset(0x0402CCC8) }; - inline constexpr std::array hclObjectSpaceMeshMeshDeformPNOperator{ REL::Offset(0x0402E738) }; - inline constexpr std::array hclObjectSpaceMeshMeshDeformPNTBOperator{ REL::Offset(0x0402FA60) }; - inline constexpr std::array hclObjectSpaceMeshMeshDeformPNTOperator{ REL::Offset(0x04031098) }; - inline constexpr std::array hclObjectSpaceMeshMeshDeformPOperator{ REL::Offset(0x04032D10) }; - inline constexpr std::array hclObjectSpaceSkinOperator{ REL::Offset(0x04033198) }; - inline constexpr std::array hclObjectSpaceSkinPNOperator{ REL::Offset(0x040334A0) }; - inline constexpr std::array hclObjectSpaceSkinPNTBOperator{ REL::Offset(0x04033788) }; - inline constexpr std::array hclObjectSpaceSkinPNTOperator{ REL::Offset(0x04033928) }; - inline constexpr std::array hclObjectSpaceSkinPOperator{ REL::Offset(0x04033B68) }; - inline constexpr std::array hclObjectSpaceTransferSimulationOperator{ REL::Offset(0x04038BD8) }; - inline constexpr std::array hclOperator{ REL::Offset(0x04030F80) }; - inline constexpr std::array hclOperatorSequenceTask{ REL::Offset(0x04038E40), REL::Offset(0x04038E60) }; - inline constexpr std::array hclOutputConvertOperator{ REL::Offset(0x040301A0) }; - inline constexpr std::array hclPlaneShape{ REL::Offset(0x0402AC78) }; - inline constexpr std::array hclPointContactPlanesShape{ REL::Offset(0x04037DD8) }; - inline constexpr std::array hclPostExecuteClothTask{ REL::Offset(0x04038EF0), REL::Offset(0x04038F10) }; - inline constexpr std::array hclPreExecuteClothTask{ REL::Offset(0x04038E98), REL::Offset(0x04038EB8) }; - inline constexpr std::array hclScratchBuffer{ REL::Offset(0x04338AF0) }; - inline constexpr std::array hclScratchBufferDefinition{ REL::Offset(0x04038900) }; - inline constexpr std::array hclShadowBuffer{ REL::Offset(0x04338B40) }; - inline constexpr std::array hclShadowBufferDefinition{ REL::Offset(0x04038A98) }; - inline constexpr std::array hclShape{ REL::Offset(0x0402D118) }; - inline constexpr std::array hclSimClothData{ REL::Offset(0x04032408) }; - inline constexpr std::array hclSimClothInstance{ REL::Offset(0x04019B08) }; - inline constexpr std::array hclSimClothPose{ REL::Offset(0x04031D60) }; - inline constexpr std::array hclSimpleMeshBoneDeformOperator{ REL::Offset(0x0402A248) }; - inline constexpr std::array hclSimpleWindAction{ REL::Offset(0x04030540) }; - inline constexpr std::array hclSimulateOperator{ REL::Offset(0x0402EFD8) }; - inline constexpr std::array hclSimulateOperatorInstanceData{ REL::Offset(0x0402E060) }; - inline constexpr std::array hclSkinOperator{ REL::Offset(0x04036AB0) }; - inline constexpr std::array hclSphereShape{ REL::Offset(0x0402B3F8) }; - inline constexpr std::array hclStandardLinkConstraintSet{ REL::Offset(0x04029708) }; - inline constexpr std::array hclStandardLinkConstraintSetMx{ REL::Offset(0x0402B8F8) }; - inline constexpr std::array hclStateDependencyGraph{ REL::Offset(0x04026C00) }; - inline constexpr std::array hclStateTransition{ REL::Offset(0x04029448) }; - inline constexpr std::array hclStaticShadowBuffer{ REL::Offset(0x04338B90) }; - inline constexpr std::array hclStaticShadowBufferDefinition{ REL::Offset(0x04038AC8) }; - inline constexpr std::array hclStretchLinkConstraintSet{ REL::Offset(0x0402C800) }; - inline constexpr std::array hclStretchLinkConstraintSetMx{ REL::Offset(0x0402E2B8) }; - inline constexpr std::array hclTaperedCapsuleShape{ REL::Offset(0x0402B9D0) }; - inline constexpr std::array hclTransformSetDefinition{ REL::Offset(0x040299B0) }; - inline constexpr std::array hclTransitionConstraintInstanceData{ REL::Offset(0x0402ECC8) }; - inline constexpr std::array hclTransitionConstraintSet{ REL::Offset(0x0402F878) }; - inline constexpr std::array hclUpdateAllVertexFramesOperator{ REL::Offset(0x04036E30) }; - inline constexpr std::array hclUpdateSomeVertexFramesOperator{ REL::Offset(0x040270F0) }; - inline constexpr std::array hclVdbObjectNode__SimulateOperatorInstanceData{ REL::Offset(0x04037A60) }; - inline constexpr std::array hclVolumeConstraint{ REL::Offset(0x0402FBE8) }; - inline constexpr std::array hclVolumeConstraintInstanceData{ REL::Offset(0x040391E8) }; - inline constexpr std::array hclVolumeConstraintMx{ REL::Offset(0x040318D0) }; - inline constexpr std::array hclVolumeConstraintMxInstanceData{ REL::Offset(0x04039240) }; - inline constexpr std::array hclWorld{ REL::Offset(0x04037AF0) }; - inline constexpr std::array hctClothSetup20151Options{ REL::Offset(0x04003860) }; - inline constexpr std::array hctClothSetupClothData20151Options{ REL::Offset(0x04003038) }; - inline constexpr std::array hctClothSetupObjectData20151{ REL::Offset(0x04002650) }; - inline constexpr std::array hkBSErrorEmpty{ REL::Offset(0x03F26930) }; - inline constexpr std::array hkBaseObject{ REL::Offset(0x040078D8) }; - inline constexpr std::array hkBlockStreamAllocator{ REL::Offset(0x043297B0) }; - inline constexpr std::array hkBlockStreamCommandWriter{ REL::Offset(0x04329770) }; - inline constexpr std::array hkBmpFileFormat{ REL::Offset(0x04338C10) }; - inline constexpr std::array hkBsdSocket{ REL::Offset(0x04018490) }; - inline constexpr std::array hkBufferedStreamReader{ REL::Offset(0x04011780) }; - inline constexpr std::array hkBufferedStreamWriter{ REL::Offset(0x040117E0) }; - inline constexpr std::array hkConcurrency{ REL::Offset(0x04329168) }; - inline constexpr std::array hkConcurrencyInternals__BatchProcessorEx__lambda_895a7748dffad0fee31a2745efa4683c__{ REL::Offset(0x04339C30) }; - inline constexpr std::array hkConcurrencyInternals__BatchProcessorEx__lambda_c6150076af7752db22b2c9268600bc79__{ REL::Offset(0x04339BF8) }; - inline constexpr std::array hkConcurrencyInternals__BatchProcessorEx__lambda_d2f5ed2e2819df6eab90a8416f76b63b__{ REL::Offset(0x04339BC0) }; - inline constexpr std::array hkContainerAlignedHeapAllocator_hkAsyncThreadPool__WorkerThread___Allocator{ REL::Offset(0x0400F8C0) }; - inline constexpr std::array hkDdsFileFormat{ REL::Offset(0x04338BE0) }; - inline constexpr std::array hkDebugCommandProcessor{ REL::Offset(0x04062638) }; - inline constexpr std::array hkDebugDisplay{ REL::Offset(0x0403C338) }; - inline constexpr std::array hkDebugDisplayHandler{ REL::Offset(0x0403C090) }; - inline constexpr std::array hkDefaultCompoundMeshBody{ REL::Offset(0x043358E8) }; - inline constexpr std::array hkDefaultCompoundMeshShape{ REL::Offset(0x04335438) }; - inline constexpr std::array hkDefaultError{ REL::Offset(0x04011AB8) }; - inline constexpr std::array hkDefaultTaskQueue{ REL::Offset(0x04012AA0), REL::Offset(0x04012AD0) }; - inline constexpr std::array hkDefaultTaskQueueDetail__AsyncThreadPoolContext{ REL::Offset(0x04012BD8) }; - inline constexpr std::array hkDefaultTaskQueueDetail__BlockingThreadContext{ REL::Offset(0x04012BB8) }; - inline constexpr std::array hkDefaultTaskQueueDetail__SpinningThreadContext{ REL::Offset(0x04012BC8) }; - inline constexpr std::array hkDefaultTaskQueueEx__ExecutionContext{ REL::Offset(0x04012C48) }; - inline constexpr std::array hkDefaultTaskQueue__CriticalSection{ REL::Offset(0x04012A48) }; - inline constexpr std::array hkDefaultTaskQueue__EmptyTask{ REL::Offset(0x04012A68) }; - inline constexpr std::array hkDefaultTaskQueue__ThreadContext{ REL::Offset(0x04012BA8) }; - inline constexpr std::array hkDisplayAABB{ REL::Offset(0x0403C2D8) }; - inline constexpr std::array hkDisplayCapsule{ REL::Offset(0x0403C278) }; - inline constexpr std::array hkDisplayGeometry{ REL::Offset(0x0403C038) }; - inline constexpr std::array hkDisplaySphere{ REL::Offset(0x0403C2A8) }; - inline constexpr std::array hkDisplayWireframe{ REL::Offset(0x0403C4B8) }; - inline constexpr std::array hkErrStream{ REL::Offset(0x0400A6D8) }; - inline constexpr std::array hkError{ REL::Offset(0x0400A678) }; - inline constexpr std::array hkErrorRouter{ REL::Offset(0x04012D58) }; - inline constexpr std::array hkFileSystem{ REL::Offset(0x0400A2A0) }; - inline constexpr std::array hkFileSystem__Watcher{ REL::Offset(0x0400A270) }; - inline constexpr std::array hkGeometry{ REL::Offset(0x04008308) }; - inline constexpr std::array hkGeometryUtils__IVertices{ REL::Offset(0x0433D3E0) }; - inline constexpr std::array hkHardwareInfo{ REL::Offset(0x04012CA8) }; - inline constexpr std::array hkHdrFileFormat{ REL::Offset(0x04338C70) }; - inline constexpr std::array hkImageConversionStep{ REL::Offset(0x04339DF8) }; - inline constexpr std::array hkImageConversion_AddAlpha{ REL::Offset(0x04339CB8) }; - inline constexpr std::array hkImageConversion_Decode555{ REL::Offset(0x04339B78) }; - inline constexpr std::array hkImageConversion_DiscardChannels{ REL::Offset(0x04339B50) }; - inline constexpr std::array hkImageConversion_FLOAT16_to_32{ REL::Offset(0x043399B8) }; - inline constexpr std::array hkImageConversion_FLOAT32_to_16{ REL::Offset(0x04339990) }; - inline constexpr std::array hkImageConversion_FLOAT_to_R11G11B10{ REL::Offset(0x04339AA8) }; - inline constexpr std::array hkImageConversion_FLOAT_to_SNORM8{ REL::Offset(0x04339DA8) }; - inline constexpr std::array hkImageConversion_FLOAT_to_UNORM16{ REL::Offset(0x04339DD0) }; - inline constexpr std::array hkImageConversion_FLOAT_to_UNORM8{ REL::Offset(0x04339D80) }; - inline constexpr std::array hkImageConversion_FLOAT_to_UNORM8_SRGB{ REL::Offset(0x04339968) }; - inline constexpr std::array hkImageConversion_Pad_to_RGBA32{ REL::Offset(0x04339A58) }; - inline constexpr std::array hkImageConversion_Pad_to_RGBA8{ REL::Offset(0x04339A80) }; - inline constexpr std::array hkImageConversion_R11G11B10_to_FLOAT{ REL::Offset(0x04339AD0) }; - inline constexpr std::array hkImageConversion_R11G11B10_to_HALF{ REL::Offset(0x04339AF8) }; - inline constexpr std::array hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED{ REL::Offset(0x043399E0) }; - inline constexpr std::array hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED{ REL::Offset(0x04339A30) }; - inline constexpr std::array hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED{ REL::Offset(0x04339A08) }; - inline constexpr std::array hkImageConversion_R8G8B8A8_to_R8G8B8{ REL::Offset(0x04339B20) }; - inline constexpr std::array hkImageConversion_SNORM8_to_FLOAT{ REL::Offset(0x04339D08) }; - inline constexpr std::array hkImageConversion_SetAlpha{ REL::Offset(0x04339C90) }; - inline constexpr std::array hkImageConversion_UNORM16_to_FLOAT{ REL::Offset(0x04339D30) }; - inline constexpr std::array hkImageConversion_UNORM8_SRGB_to_FLOAT{ REL::Offset(0x04339D58) }; - inline constexpr std::array hkImageConversion_UNORM8_to_FLOAT{ REL::Offset(0x04339CE0) }; - inline constexpr std::array hkImageRef{ REL::Offset(0x04337C30) }; - inline constexpr std::array hkImageSwizzleConversion32_2103{ REL::Offset(0x04339C68) }; - inline constexpr std::array hkIndexedTransformSet{ REL::Offset(0x04337B48) }; - inline constexpr std::array hkIo__Detail__ArrayWriteBufferImpl{ REL::Offset(0x04010530) }; - inline constexpr std::array hkIo__Detail__ReadBufferImpl{ REL::Offset(0x04010340) }; - inline constexpr std::array hkIo__Detail__StreamReaderImpl{ REL::Offset(0x04010398) }; - inline constexpr std::array hkIo__Detail__StreamWriteBufferImpl{ REL::Offset(0x04010480) }; - inline constexpr std::array hkKeycodeData{ REL::Offset(0x04338460) }; - inline constexpr std::array hkLifoAllocator{ REL::Offset(0x040080D8) }; - inline constexpr std::array hkLocalFrameGroup{ REL::Offset(0x0400F940) }; - inline constexpr std::array hkLog__Output{ REL::Offset(0x04010038) }; - inline constexpr std::array hkMallocAllocator{ REL::Offset(0x04018820) }; - inline constexpr std::array hkMemoryAllocator{ REL::Offset(0x04007DA8) }; - inline constexpr std::array hkMemoryMeshBody{ REL::Offset(0x04335D98) }; - inline constexpr std::array hkMemoryMeshMaterial{ REL::Offset(0x04334A08) }; - inline constexpr std::array hkMemoryMeshShape{ REL::Offset(0x04334EF8) }; - inline constexpr std::array hkMemoryMeshTexture{ REL::Offset(0x04335528) }; - inline constexpr std::array hkMemoryMeshTexture__Sampler{ REL::Offset(0x04337C50) }; - inline constexpr std::array hkMemoryMeshVertexBuffer{ REL::Offset(0x043380E8) }; - inline constexpr std::array hkMemoryResourceContainer{ REL::Offset(0x0400F750) }; - inline constexpr std::array hkMemoryResourceHandle{ REL::Offset(0x0400F6D8) }; - inline constexpr std::array hkMemorySystem{ REL::Offset(0x0400FA88) }; - inline constexpr std::array hkMemory__ScopedStats__Collector{ REL::Offset(0x04013438) }; - inline constexpr std::array hkMeshTexture__Sampler{ REL::Offset(0x04338160) }; - inline constexpr std::array hkMeshVertexBuffer{ REL::Offset(0x04338070) }; - inline constexpr std::array hkMonitorStreamColorTable{ REL::Offset(0x0400F468) }; - inline constexpr std::array hkMonitorStreamContainer{ REL::Offset(0x0400F6B8) }; - inline constexpr std::array hkMonitorStreamStringMap{ REL::Offset(0x0400F428) }; - inline constexpr std::array hkMonitorStreamTypeMap{ REL::Offset(0x0400F448) }; - inline constexpr std::array hkMultipleVertexBuffer{ REL::Offset(0x04337B68) }; - inline constexpr std::array hkObjectResource{ REL::Offset(0x04013510) }; - inline constexpr std::array hkOstream{ REL::Offset(0x04011678) }; - inline constexpr std::array hkParserBuffer{ REL::Offset(0x04018698) }; - inline constexpr std::array hkPrimaryCommandDispatcher{ REL::Offset(0x043297A0) }; - inline constexpr std::array hkProcessFactory{ REL::Offset(0x0403C010) }; - inline constexpr std::array hkRefCountedProperties{ REL::Offset(0x040078F0) }; - inline constexpr std::array hkReferencedObject{ REL::Offset(0x040059D8) }; - inline constexpr std::array hkReferencedObjectLock{ REL::Offset(0x04007AA8) }; - inline constexpr std::array hkReflect__Any__ArrayImpl{ REL::Offset(0x0400CEC8) }; - inline constexpr std::array hkReflect__AttributeArrayWithOwnership__AllocImpl{ REL::Offset(0x0400CC60) }; - inline constexpr std::array hkReflect__ClonerCallback{ REL::Offset(0x04008B08) }; - inline constexpr std::array hkReflect__Detail__AllocationImpl{ REL::Offset(0x04008218) }; - inline constexpr std::array hkReflect__Detail__AttributeAllocImpl{ REL::Offset(0x0400C098) }; - inline constexpr std::array hkReflect__Detail__BoolImplN_bool_{ REL::Offset(0x0400CFF0) }; - inline constexpr std::array hkReflect__Detail__BoolImplN_unsignedchar_{ REL::Offset(0x0400D030) }; - inline constexpr std::array hkReflect__Detail__BoolImplN_unsignedint_{ REL::Offset(0x0400D6B8) }; - inline constexpr std::array hkReflect__Detail__BoolImplN_unsignedshort_{ REL::Offset(0x0400D678) }; - inline constexpr std::array hkReflect__Detail__BuiltinTypeReg{ REL::Offset(0x04011F40) }; - inline constexpr std::array hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl{ REL::Offset(0x04012440) }; - inline constexpr std::array hkReflect__Detail__CharBufferImpl{ REL::Offset(0x0400D470) }; - inline constexpr std::array hkReflect__Detail__CloneOnHeap{ REL::Offset(0x04008B48) }; - inline constexpr std::array hkReflect__Detail__DerivedDataCache{ REL::Offset(0x0400C3E8) }; - inline constexpr std::array hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_0__{ REL::Offset(0x04017F20) }; - inline constexpr std::array hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_1__{ REL::Offset(0x04017ED0) }; - inline constexpr std::array hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_0__{ REL::Offset(0x04017E80) }; - inline constexpr std::array hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_1__{ REL::Offset(0x04017E30) }; - inline constexpr std::array hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_0__{ REL::Offset(0x04017DE0) }; - inline constexpr std::array hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_1__{ REL::Offset(0x04017D90) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_0__{ REL::Offset(0x040181A0) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_1__{ REL::Offset(0x04018150) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_0__{ REL::Offset(0x04018100) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_1__{ REL::Offset(0x040180B0) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_0__{ REL::Offset(0x04018060) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_1__{ REL::Offset(0x04018010) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_0__{ REL::Offset(0x04017FC0) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_1__{ REL::Offset(0x04017F70) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_0__{ REL::Offset(0x04017D40) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_1__{ REL::Offset(0x040183D0) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_0__{ REL::Offset(0x04018240) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_1__{ REL::Offset(0x040181F0) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_0__{ REL::Offset(0x04018380) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_1__{ REL::Offset(0x04018330) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_0__{ REL::Offset(0x040182E0) }; - inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_1__{ REL::Offset(0x04018290) }; - inline constexpr std::array hkReflect__Detail__FloatImplN_double_{ REL::Offset(0x0400D330) }; - inline constexpr std::array hkReflect__Detail__FloatImplN_float_{ REL::Offset(0x0400D2F0) }; - inline constexpr std::array hkReflect__Detail__FloatImplN_hkHalf16_{ REL::Offset(0x0400D370) }; - inline constexpr std::array hkReflect__Detail__HavokRecordImpl{ REL::Offset(0x0400E550) }; - inline constexpr std::array hkReflect__Detail__HavokStringImpl{ REL::Offset(0x0400E5A8) }; - inline constexpr std::array hkReflect__Detail__HeapAllocImpl{ REL::Offset(0x0400CF80) }; - inline constexpr std::array hkReflect__Detail__HomogeneousArrayImpl{ REL::Offset(0x0400E4D0) }; - inline constexpr std::array hkReflect__Detail__Impl{ REL::Offset(0x040081E8) }; - inline constexpr std::array hkReflect__Detail__IntImplN___int64_{ REL::Offset(0x0400D270) }; - inline constexpr std::array hkReflect__Detail__IntImplN_char_{ REL::Offset(0x0400CFB0) }; - inline constexpr std::array hkReflect__Detail__IntImplN_int_{ REL::Offset(0x0400D170) }; - inline constexpr std::array hkReflect__Detail__IntImplN_long_{ REL::Offset(0x0400D1F0) }; - inline constexpr std::array hkReflect__Detail__IntImplN_short_{ REL::Offset(0x0400D0F0) }; - inline constexpr std::array hkReflect__Detail__IntImplN_signedchar_{ REL::Offset(0x0400D070) }; - inline constexpr std::array hkReflect__Detail__IntImplN_unsigned__int64_{ REL::Offset(0x0400D2B0) }; - inline constexpr std::array hkReflect__Detail__IntImplN_unsignedchar_{ REL::Offset(0x0400D0B0) }; - inline constexpr std::array hkReflect__Detail__IntImplN_unsignedint_{ REL::Offset(0x0400D1B0) }; - inline constexpr std::array hkReflect__Detail__IntImplN_unsignedlong_{ REL::Offset(0x0400D230) }; - inline constexpr std::array hkReflect__Detail__IntImplN_unsignedshort_{ REL::Offset(0x0400D130) }; - inline constexpr std::array hkReflect__Detail__NullptrImpl{ REL::Offset(0x0400D528) }; - inline constexpr std::array hkReflect__Detail__OpaqueImpl{ REL::Offset(0x04013778) }; - inline constexpr std::array hkReflect__Detail__RawPointerImpl{ REL::Offset(0x0400D4B8) }; - inline constexpr std::array hkReflect__Detail__ReferenceImpl{ REL::Offset(0x0400D608) }; - inline constexpr std::array hkReflect__Detail__ReferencedObjectAllocImpl{ REL::Offset(0x0400E328) }; - inline constexpr std::array hkReflect__Detail__ReferencedObjectPointerImpl{ REL::Offset(0x0400D598) }; - inline constexpr std::array hkReflect__Detail__RepeatImpl{ REL::Offset(0x0400D3B0) }; - inline constexpr std::array hkReflect__Detail__ScopedPtrImpl{ REL::Offset(0x0400DE30) }; - inline constexpr std::array hkReflect__Detail__SetterArrayImpl{ REL::Offset(0x04002B38) }; - inline constexpr std::array hkReflect__Detail__SetterRecordImpl{ REL::Offset(0x04002950) }; - inline constexpr std::array hkReflect__Detail__SetterValueImpl_hkReflect__IntType_{ REL::Offset(0x040039E0) }; - inline constexpr std::array hkReflect__Detail__SetterValueImpl_hkReflect__PointerType_{ REL::Offset(0x04003EF0) }; - inline constexpr std::array hkReflect__Detail__SetterValueImpl_hkReflect__StringType_{ REL::Offset(0x04003C58) }; - inline constexpr std::array hkReflect__Detail__StaticArrayImpl{ REL::Offset(0x0400E358) }; - inline constexpr std::array hkReflect__Detail__StaticStringImpl{ REL::Offset(0x0400D428) }; - inline constexpr std::array hkReflect__Detail__StringOut__StringOutImpl{ REL::Offset(0x0400F200) }; - inline constexpr std::array hkReflect__Detail__ViewPointerImpl{ REL::Offset(0x0400E5F0) }; - inline constexpr std::array hkReflect__Detail__VoidImpl{ REL::Offset(0x040137A8) }; - inline constexpr std::array hkReflect__Detail__hkArrayImpl{ REL::Offset(0x0400E3D0) }; - inline constexpr std::array hkReflect__Detail__hkInplaceArrayImpl{ REL::Offset(0x0400E450) }; - inline constexpr std::array hkReflect__MutableTypeReg{ REL::Offset(0x04010178) }; - inline constexpr std::array hkReflect__TypeBuilder{ REL::Offset(0x0400CC18) }; - inline constexpr std::array hkReflect__TypeBuilder__writeBodyOnBuffer__48__Alloc{ REL::Offset(0x0400CD48) }; - inline constexpr std::array hkReflect__TypeCopier{ REL::Offset(0x040102A8) }; - inline constexpr std::array hkReflect__TypeReg{ REL::Offset(0x04010140) }; - inline constexpr std::array hkReflect__Var__VarImpl{ REL::Offset(0x04009BC8) }; - inline constexpr std::array hkReflect__Version__PatchInfoCache{ REL::Offset(0x040125F8) }; - inline constexpr std::array hkReflect__Version__PatchRegistry{ REL::Offset(0x040125D8) }; - inline constexpr std::array hkReflect__Version__PatchSet{ REL::Offset(0x04012618) }; - inline constexpr std::array hkReflect__Version__Patcher{ REL::Offset(0x0400E728) }; - inline constexpr std::array hkRelArray_ArrayImpl{ REL::Offset(0x0400CE50) }; - inline constexpr std::array hkResource{ REL::Offset(0x04013450) }; - inline constexpr std::array hkScalarF_FloatImpl{ REL::Offset(0x0400F248) }; - inline constexpr std::array hkSecondaryCommandDispatcher{ REL::Offset(0x04329740) }; - inline constexpr std::array hkSeekableStreamReader{ REL::Offset(0x0400A420) }; - inline constexpr std::array hkSerialize__Bundle{ REL::Offset(0x04013590) }; - inline constexpr std::array hkSerialize__BundleBuilder{ REL::Offset(0x04013650) }; - inline constexpr std::array hkSerialize__Detail__ChainingCloneCallback{ REL::Offset(0x0400FD48) }; - inline constexpr std::array hkSerialize__Detail__CloneToRegistered{ REL::Offset(0x0400FD08) }; - inline constexpr std::array hkSerialize__Detail__SkipDyingCallback{ REL::Offset(0x0400FD88) }; - inline constexpr std::array hkSerialize__Detail__TagfileArrayImpl{ REL::Offset(0x04013D80) }; - inline constexpr std::array hkSerialize__Detail__TagfileBundle{ REL::Offset(0x04013D50) }; - inline constexpr std::array hkSerialize__Detail__TagfilePointerImpl{ REL::Offset(0x04013DF8) }; - inline constexpr std::array hkSerialize__Detail__TagfileStringImpl{ REL::Offset(0x04013E68) }; - inline constexpr std::array hkSerialize__NoteHandler{ REL::Offset(0x04013688) }; - inline constexpr std::array hkSerialize__ReadFormat{ REL::Offset(0x04013618) }; - inline constexpr std::array hkSerialize__TagfileReadFormat{ REL::Offset(0x04013D00) }; - inline constexpr std::array hkSerialize__TagfileWriteFormat{ REL::Offset(0x04010DB8) }; - inline constexpr std::array hkSerialize__TagfileWriteFormat__Impl{ REL::Offset(0x04010ED0) }; - inline constexpr std::array hkSerialize__WriteFormat{ REL::Offset(0x040135C0) }; - inline constexpr std::array hkSignal1_hknpMaterialLibrary___GlobalSlot_void___hknpMaterialLibrary__{ REL::Offset(0x04574490) }; - inline constexpr std::array hkSignal1_hknpMotionPropertiesLibrary___GlobalSlot_void___hknpMotionPropertiesLibrary__{ REL::Offset(0x04574550) }; - inline constexpr std::array hkSignal1_hknpShapeconst___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedshort__unsignedshort_{ REL::Offset(0x04063128) }; - inline constexpr std::array hkSignal1_hknpShapeconst___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst__{ REL::Offset(0x04065590) }; - inline constexpr std::array hkSignal1_hknpWorld___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld__{ REL::Offset(0x040638E0) }; - inline constexpr std::array hkSignal1_hknpWorld___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ REL::Offset(0x0457BB08) }; - inline constexpr std::array hkSignal1_hknpWorld___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ REL::Offset(0x040643E0) }; - inline constexpr std::array hkSignal1_hknpWorld___MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld__{ REL::Offset(0x040640A8) }; - inline constexpr std::array hkSignal2_hclClothInstance_bool___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_bool__{ REL::Offset(0x04338780) }; - inline constexpr std::array hkSignal2_hclClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_bool__{ REL::Offset(0x04037BF0) }; - inline constexpr std::array hkSignal2_hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst__{ REL::Offset(0x04037BB0) }; - inline constexpr std::array hkSignal2_hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst__{ REL::Offset(0x04037CF0) }; - inline constexpr std::array hkSignal2_hclSimClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_bool__{ REL::Offset(0x04037C30) }; - inline constexpr std::array hkSignal2_hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst__{ REL::Offset(0x04037C70) }; - inline constexpr std::array hkSignal2_hknpBodyQualityLibrary_hknpBodyQualityId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpBodyQualityLibrary_hknpBodyQualityId__{ REL::Offset(0x04062FA0) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___GlobalSlot_void___hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x0439E768) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__AutoWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04452A48) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkPlaceableWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04452AC8) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkWaterfall_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04452A88) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_FOCollisionListener_void_FOCollisionListener____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x043CD020) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_LoadedAreaBound_void_LoadedAreaBound____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04411FB8) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_PhysicsContactListenerInstance_void_PhysicsContactListenerInstance____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04561F00) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_bhkCharRigidBodyController_void_bhkCharRigidBodyController____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04579880) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpBSCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x0457BAC8) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04064360) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpEasePenetrationsAction_void_hknpEasePenetrationsAction____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x040639E8) }; - inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04062F60) }; - inline constexpr std::array hkSignal2_hknpMaterialLibrary_hknpMaterialId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_hknpMaterialId__{ REL::Offset(0x04062EA0) }; - inline constexpr std::array hkSignal2_hknpMaterialLibrary_unsignedint___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_unsignedint__{ REL::Offset(0x04062E60) }; - inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedchar_unsignedshort__unsignedshort_{ REL::Offset(0x040630E8) }; - inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpDecoratorShape_void_hknpDecoratorShape____hknpShapeconst_unsignedchar__{ REL::Offset(0x04064AC8) }; - inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpLodShape_void_hknpLodShape____hknpShapeconst_unsignedchar__{ REL::Offset(0x04062190) }; - inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst_unsignedchar__{ REL::Offset(0x04065550) }; - inline constexpr std::array hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ REL::Offset(0x04064068) }; - inline constexpr std::array hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpSafeEaseConstraintsAction_void_hknpSafeEaseConstraintsAction____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ REL::Offset(0x04578F58) }; - inline constexpr std::array hkSignal2_hknpWorld_hkVector4fconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hkVector4fconst__{ REL::Offset(0x04063920) }; - inline constexpr std::array hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkVector4fconst__{ REL::Offset(0x04338700) }; - inline constexpr std::array hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hknpCharacterProxyManager_void_hknpCharacterProxyManager____hknpWorld_hkVector4fconst__{ REL::Offset(0x040684A0) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpBodyId___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyId__{ REL::Offset(0x0437B950) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpBodyId___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId__{ REL::Offset(0x04338600) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpBodyManager___GlobalSlot_void___hknpWorld_hknpBodyManager__{ REL::Offset(0x04574300) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpBodyManager___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpWorld_hknpBodyManager__{ REL::Offset(0x04062F20) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpConstraintManager___GlobalSlot_void___hknpWorld_hknpConstraintManager__{ REL::Offset(0x04574510) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpMotionManager___GlobalSlot_void___hknpWorld_hknpMotionManager__{ REL::Offset(0x04574340) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpStepInputconst__{ REL::Offset(0x04063860) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ REL::Offset(0x0457BB48) }; - inline constexpr std::array hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ REL::Offset(0x040643A0) }; - inline constexpr std::array hkSignal3_hclClothInstance_hkVector4fconst_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_hkVector4fconst_hkVector4fconst__{ REL::Offset(0x04338740) }; - inline constexpr std::array hkSignal3_hclSimClothInstance_hclCollidableconst_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclCollidableconst_bool__{ REL::Offset(0x04037CB0) }; - inline constexpr std::array hkSignal3_hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst__{ REL::Offset(0x04062EE0) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyCinfoconst_hknpBodyId___MemberSlot_hknpParticlesColliderManager_void_hknpParticlesColliderManager____hknpWorld_hknpBodyCinfoconst_hknpBodyId__{ REL::Offset(0x04068450) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst____MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst___{ REL::Offset(0x04338680) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hknpMotionId___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionId__{ REL::Offset(0x044ECB18) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionType__Enum__{ REL::Offset(0x044ECAD8) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hknpMotionType__Enum__{ REL::Offset(0x04338640) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x04411B28) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x0437B990) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x0444FFB0) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x04411B68) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x0437B9D0) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x0444FF70) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x040638A0) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_bhkTrapListener_void_bhkTrapListener____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x045744D0) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclClothLeafShapeSensor_void_hclClothLeafShapeSensor____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x04338880) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x043385C0) }; - inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hknpUniqueBodyIdHitCollector_void_hknpUniqueBodyIdHitCollector____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x04578380) }; - inline constexpr std::array hkSignal5_hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int__{ REL::Offset(0x043386C0) }; - inline constexpr std::array hkSimdDouble64_FloatImpl{ REL::Offset(0x0400C3A8) }; - inline constexpr std::array hkSimpleLocalFrame{ REL::Offset(0x0400F960) }; - inline constexpr std::array hkSkinBinding{ REL::Offset(0x04336978) }; - inline constexpr std::array hkSkinnedRefMeshShape{ REL::Offset(0x04337AD0) }; - inline constexpr std::array hkSlot{ REL::Offset(0x04037AC8) }; - inline constexpr std::array hkSocket{ REL::Offset(0x04012E60) }; - inline constexpr std::array hkSocket__ReaderAdapter{ REL::Offset(0x04012DB8) }; - inline constexpr std::array hkSocket__WriterAdapter{ REL::Offset(0x04012E08) }; - inline constexpr std::array hkSolverAllocator{ REL::Offset(0x040189A8) }; - inline constexpr std::array hkStackTracer{ REL::Offset(0x04012FB0) }; - inline constexpr std::array hkStdioStreamReader{ REL::Offset(0x04011878) }; - inline constexpr std::array hkStorageSkinnedMeshShape{ REL::Offset(0x04337840) }; - inline constexpr std::array hkStreamReader{ REL::Offset(0x0400A3D0) }; - inline constexpr std::array hkStreamWriter{ REL::Offset(0x0400A480) }; - inline constexpr std::array hkStringBuf__StringImpl{ REL::Offset(0x0400DEA0) }; - inline constexpr std::array hkStringObject{ REL::Offset(0x04007118) }; - inline constexpr std::array hkStringPtr__StringImpl{ REL::Offset(0x04008038) }; - inline constexpr std::array hkStringView__StringImpl{ REL::Offset(0x0400CB50) }; - inline constexpr std::array hkTask{ REL::Offset(0x040128A0) }; - inline constexpr std::array hkTaskGraph{ REL::Offset(0x040187E0) }; - inline constexpr std::array hkTaskQueue{ REL::Offset(0x040128D8) }; - inline constexpr std::array hkTaskQueue_BatchingTask{ REL::Offset(0x04018420) }; - inline constexpr std::array hkTask__ExecutionContext{ REL::Offset(0x04012888) }; - inline constexpr std::array hkTgaFileFormat{ REL::Offset(0x04338C40) }; - inline constexpr std::array hkThread{ REL::Offset(0x040118E0) }; - inline constexpr std::array hkThreadMemory{ REL::Offset(0x04018930) }; - inline constexpr std::array hkThreadPool{ REL::Offset(0x04329EF8) }; - inline constexpr std::array hkTransientAllocator{ REL::Offset(0x04012520) }; - inline constexpr std::array hkTypeVm__ArrayInstruction{ REL::Offset(0x04011218) }; - inline constexpr std::array hkTypeVm__BlockInstruction{ REL::Offset(0x04011240) }; - inline constexpr std::array hkTypeVm__BlockPass{ REL::Offset(0x040114B0) }; - inline constexpr std::array hkTypeVm__CheckTypeKindsPass{ REL::Offset(0x04011530) }; - inline constexpr std::array hkTypeVm__DefaultInstruction{ REL::Offset(0x040111A0) }; - inline constexpr std::array hkTypeVm__GenerateConvertNumericKindPass{ REL::Offset(0x04011550) }; - inline constexpr std::array hkTypeVm__InlineFixedArrayPass{ REL::Offset(0x040114D0) }; - inline constexpr std::array hkTypeVm__InlineRecordPass{ REL::Offset(0x040114F0) }; - inline constexpr std::array hkTypeVm__Instruction{ REL::Offset(0x04011150) }; - inline constexpr std::array hkTypeVm__IntAndFloatConversionPass{ REL::Offset(0x04011510) }; - inline constexpr std::array hkTypeVm__NopInstruction{ REL::Offset(0x04011178) }; - inline constexpr std::array hkTypeVm__Pass{ REL::Offset(0x04011490) }; - inline constexpr std::array hkTypeVm__ProgramInstruction{ REL::Offset(0x040111C8) }; - inline constexpr std::array hkTypeVm__RecordInstruction{ REL::Offset(0x040111F0) }; - inline constexpr std::array hkUuidObject{ REL::Offset(0x0400CAD8) }; - inline constexpr std::array hkUuidPseudoRandomGenerator{ REL::Offset(0x0400CAF8) }; - inline constexpr std::array hkViewport{ REL::Offset(0x03FFF900) }; - inline constexpr std::array hkWin32FileSystem{ REL::Offset(0x0400A1C0) }; - inline constexpr std::array hkWin32FileSystem__WatcherImpl{ REL::Offset(0x0400A548) }; - inline constexpr std::array hkWin32StreamWriter{ REL::Offset(0x04011938) }; - inline constexpr std::array hkXmlLexAnalyzer{ REL::Offset(0x040187B8) }; - inline constexpr std::array hkXmlStreamParser{ REL::Offset(0x040134C0) }; - inline constexpr std::array hk__IsValueArray__Impl{ REL::Offset(0x0400C020) }; - inline constexpr std::array hkaSkeleton{ REL::Offset(0x04337C10) }; - inline constexpr std::array hkcdDynamicAabbTree{ REL::Offset(0x04331E88) }; - inline constexpr std::array hkcdDynamicAabbTree__Impl{ REL::Offset(0x04331DC0) }; - inline constexpr std::array hkcdGsk_Float3ShapeAOnlyInterface{ REL::Offset(0x04330570) }; - inline constexpr std::array hkcdGsk_Float3ShapeInterface{ REL::Offset(0x04330550) }; - inline constexpr std::array hkcdPlanarCsgOperand{ REL::Offset(0x0432C8F8) }; - inline constexpr std::array hkcdPlanarEntity{ REL::Offset(0x0432CDD8) }; - inline constexpr std::array hkcdPlanarGeometry{ REL::Offset(0x04330298) }; - inline constexpr std::array hkcdPlanarGeometryPlanesCollection{ REL::Offset(0x04330140) }; - inline constexpr std::array hkcdPlanarGeometryPolygonCollection{ REL::Offset(0x04330120) }; - inline constexpr std::array hkcdPlanarGeometryPrimitives__Collection_28_{ REL::Offset(0x0432E230) }; - inline constexpr std::array hkcdPlanarGeometry__VertexStorage{ REL::Offset(0x04330278) }; - inline constexpr std::array hkcdPlanarSolid{ REL::Offset(0x04330160) }; - inline constexpr std::array hkcdPlanarSolid__NodeStorage{ REL::Offset(0x0432E370) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__EmptyRunnable{ REL::Offset(0x04330610) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbsFloat3_{ REL::Offset(0x04330688) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbs_{ REL::Offset(0x04330640) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__Task{ REL::Offset(0x04330628) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x043309F0), REL::Offset(0x04330A10) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x04330890), REL::Offset(0x043308B0) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x04330A48), REL::Offset(0x04330A68) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x043308E8), REL::Offset(0x04330908) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x04330AA0), REL::Offset(0x04330AC0) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x04330940), REL::Offset(0x04330960) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x04330AF8), REL::Offset(0x04330B18) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x04330998), REL::Offset(0x043309B8) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper{ REL::Offset(0x043306B0) }; - inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper{ REL::Offset(0x04330668) }; - inline constexpr std::array hkcdSimdTree__BuildContext{ REL::Offset(0x04068E18) }; - inline constexpr std::array hkcdSimdTree__ICustomRefit{ REL::Offset(0x04330318) }; - inline constexpr std::array hkcdSimdTree__IParallelBuild__IRunnable{ REL::Offset(0x043305F8) }; - inline constexpr std::array hkcdSimdTree__LeafCollector{ REL::Offset(0x04063060) }; - inline constexpr std::array hkcdSimdTree__PairCollector{ REL::Offset(0x0406AFA0) }; - inline constexpr std::array hkcdStaticAabbTree{ REL::Offset(0x04331DE0) }; - inline constexpr std::array hkcdStaticAabbTree__Impl{ REL::Offset(0x04331DA0) }; - inline constexpr std::array hkcdStaticMeshTree__GeometryProvider{ REL::Offset(0x0433D408) }; - inline constexpr std::array hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseBinaryQuery{ REL::Offset(0x0433BC78) }; - inline constexpr std::array hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseUnaryQuery{ REL::Offset(0x040640E8) }; - inline constexpr std::array hkcdStaticMeshTree__SectionDecoder_hkcdDefaultStaticMeshTree___CustomGeometryConverterBase{ REL::Offset(0x0433BEA8) }; - inline constexpr std::array hkgpAbstractMesh_hkgpConvexHullImpl__Edge_hkgpConvexHullImpl__Vertex_hkgpConvexHullImpl__Triangle_hkContainerHeapAllocator_{ REL::Offset(0x04018A58) }; - inline constexpr std::array hkgpCgo__Config{ REL::Offset(0x04018A38) }; - inline constexpr std::array hkgpConvexHull{ REL::Offset(0x04018A18) }; - inline constexpr std::array hkgpDeprecatedConvexDecompositionImpl__DefaultProgress{ REL::Offset(0x043301E8) }; - inline constexpr std::array hkgpDeprecatedConvexDecompositionInternal__IInternal{ REL::Offset(0x043301D8) }; - inline constexpr std::array hkgpDeprecatedConvexDecomposition__IProgress{ REL::Offset(0x043301A0) }; - inline constexpr std::array hkgpMesh__IConvexOverlap{ REL::Offset(0x04019920) }; - inline constexpr std::array hknpAction{ REL::Offset(0x04054F80) }; - inline constexpr std::array hknpActionManager{ REL::Offset(0x04063820) }; - inline constexpr std::array hknpAddActiveBodyPairsTask{ REL::Offset(0x04066E10), REL::Offset(0x04066E30) }; - inline constexpr std::array hknpAllHitsCollector{ REL::Offset(0x04068CB8) }; - inline constexpr std::array hknpAnimatedShapeSurfaceVelocityModifier{ REL::Offset(0x04067940) }; - inline constexpr std::array hknpAnyHitCollector{ REL::Offset(0x0433D130) }; - inline constexpr std::array hknpApiCommandProcessor{ REL::Offset(0x04062668) }; - inline constexpr std::array hknpApplyDragTask{ REL::Offset(0x0406A478), REL::Offset(0x0406A498) }; - inline constexpr std::array hknpArrayAction{ REL::Offset(0x04061D80) }; - inline constexpr std::array hknpBSCharacterProxy{ REL::Offset(0x04579260) }; - inline constexpr std::array hknpBSCharacterRigidBody{ REL::Offset(0x0457BA48) }; - inline constexpr std::array hknpBSCustomCollisionFilter{ REL::Offset(0x0434E010) }; - inline constexpr std::array hknpBSMaterial{ REL::Offset(0x0403C4E8) }; - inline constexpr std::array hknpBSMaterialProperties{ REL::Offset(0x0403C508) }; - inline constexpr std::array hknpBSMotionPropertiesLibrary{ REL::Offset(0x04574D10) }; - inline constexpr std::array hknpBSMouseSpringAction{ REL::Offset(0x04579280) }; - inline constexpr std::array hknpBSMoveLimitModifier{ REL::Offset(0x04577AC8) }; - inline constexpr std::array hknpBSPlacementStreamCache{ REL::Offset(0x045775C8) }; - inline constexpr std::array hknpBSShapeCodec{ REL::Offset(0x04574EF0) }; - inline constexpr std::array hknpBSWorld{ REL::Offset(0x045745D0), REL::Offset(0x04574850), REL::Offset(0x045749C0) }; - inline constexpr std::array hknpBSWorldUtil__hknpBSPhysicsSystem{ REL::Offset(0x04574A00) }; - inline constexpr std::array hknpBSWorldUtil__hknpBSRagdoll{ REL::Offset(0x045749E0) }; - inline constexpr std::array hknpBackfaceCollisionModifier{ REL::Offset(0x04574140) }; - inline constexpr std::array hknpBallGun{ REL::Offset(0x04059188) }; - inline constexpr std::array hknpBinaryAction{ REL::Offset(0x040555B0) }; - inline constexpr std::array hknpBodyData{ REL::Offset(0x04052278) }; - inline constexpr std::array hknpBodyIntegrator{ REL::Offset(0x040568A8) }; - inline constexpr std::array hknpBodyQuality{ REL::Offset(0x04060678) }; - inline constexpr std::array hknpBodyQualityLibrary{ REL::Offset(0x04051B60) }; - inline constexpr std::array hknpBodyReference{ REL::Offset(0x040551D8) }; - inline constexpr std::array hknpBoxShape{ REL::Offset(0x04061AC8) }; - inline constexpr std::array hknpBreakableConstraintData{ REL::Offset(0x04061B80) }; - inline constexpr std::array hknpBroadPhase{ REL::Offset(0x0433CB20) }; - inline constexpr std::array hknpBroadphaseTriggerCollisionDetector{ REL::Offset(0x04067E50) }; - inline constexpr std::array hknpBuildConstraintJacobiansTask{ REL::Offset(0x0406A7B8), REL::Offset(0x0406A7D8) }; - inline constexpr std::array hknpCapsuleCapsuleConvexConvexManifoldGenerator{ REL::Offset(0x04067DA0) }; - inline constexpr std::array hknpCapsuleShape{ REL::Offset(0x04061AE8) }; - inline constexpr std::array hknpCharacterContext{ REL::Offset(0x040621D8) }; - inline constexpr std::array hknpCharacterProxy{ REL::Offset(0x0405EB28) }; - inline constexpr std::array hknpCharacterProxyCinfo{ REL::Offset(0x0405B620) }; - inline constexpr std::array hknpCharacterProxyInternals__QueryCollector{ REL::Offset(0x04063A38) }; - inline constexpr std::array hknpCharacterProxyListener{ REL::Offset(0x0439ED40) }; - inline constexpr std::array hknpCharacterRigidBody{ REL::Offset(0x040642D8) }; - inline constexpr std::array hknpCharacterRigidBodyCinfo{ REL::Offset(0x04060780) }; - inline constexpr std::array hknpCharacterStateManager{ REL::Offset(0x040621F8) }; - inline constexpr std::array hknpCircularSurfaceVelocity{ REL::Offset(0x0404FE20) }; - inline constexpr std::array hknpClosestHitCollector{ REL::Offset(0x04063C48) }; - inline constexpr std::array hknpClosestUniqueBodyIdHitCollector{ REL::Offset(0x04578300) }; - inline constexpr std::array hknpClosestUniqueBodyIdHitCollectorDeprecated{ REL::Offset(0x04578340) }; - inline constexpr std::array hknpCollideSyncTask{ REL::Offset(0x04066F88), REL::Offset(0x04066FA8) }; - inline constexpr std::array hknpCollisionDetector{ REL::Offset(0x04067BA0) }; - inline constexpr std::array hknpCollisionFilter{ REL::Offset(0x0405D5E0) }; - inline constexpr std::array hknpCollisionQueryCollector{ REL::Offset(0x04063078) }; - inline constexpr std::array hknpCollisionQueryDispatcher{ REL::Offset(0x04064E38) }; - inline constexpr std::array hknpCompositeCompositeCollisionDetector{ REL::Offset(0x04067DD0) }; - inline constexpr std::array hknpCompositeShape{ REL::Offset(0x04060608) }; - inline constexpr std::array hknpCompoundShape{ REL::Offset(0x040611B8) }; - inline constexpr std::array hknpCompoundShapeData{ REL::Offset(0x0405C710) }; - inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_0_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ REL::Offset(0x040631D0) }; - inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_0_hknpCollisionQueryCollector_{ REL::Offset(0x04063200) }; - inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_1_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ REL::Offset(0x040631B8) }; - inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_1_hknpCollisionQueryCollector_{ REL::Offset(0x040631E8) }; - inline constexpr std::array hknpCompoundShapeInternalsCdDynamicTreeKeyMask{ REL::Offset(0x04051F58) }; - inline constexpr std::array hknpCompoundShapeInternalsSimdTreeKeyMask{ REL::Offset(0x04051D10) }; - inline constexpr std::array hknpCompressedMeshShape{ REL::Offset(0x04061998) }; - inline constexpr std::array hknpCompressedMeshShapeCinfo{ REL::Offset(0x0433D040) }; - inline constexpr std::array hknpCompressedMeshShapeData{ REL::Offset(0x0433BBA8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__AabbOverlaps_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ REL::Offset(0x04064118), REL::Offset(0x04064128) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__AabbOverlaps_hknpCollisionQueryCollector_{ REL::Offset(0x04064140), REL::Offset(0x04064150) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GeometryProvider{ REL::Offset(0x0433BBC8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery{ REL::Offset(0x0433BCA8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled{ REL::Offset(0x0433BCB8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0{ REL::Offset(0x0433BCD8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1{ REL::Offset(0x0433BCE8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2{ REL::Offset(0x0433BCF8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled{ REL::Offset(0x0433BCC8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled{ REL::Offset(0x0433BC98) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled{ REL::Offset(0x0433BC88) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__KeyMask{ REL::Offset(0x0433BC38) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__RayCastQueryBase{ REL::Offset(0x0433BC68) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__ShapeCastQuery{ REL::Offset(0x040640F8) }; - inline constexpr std::array hknpCompressedMeshShapeInternals__ShapeCastQueryScaled{ REL::Offset(0x04064108) }; - inline constexpr std::array hknpConstraintAtomSolver{ REL::Offset(0x040627E8) }; - inline constexpr std::array hknpConstraintCollisionFilter{ REL::Offset(0x04064018) }; - inline constexpr std::array hknpConstraintForceEventCreator{ REL::Offset(0x04067E78) }; - inline constexpr std::array hknpConstraintForceExceededEventCreator{ REL::Offset(0x04067F28) }; - inline constexpr std::array hknpContactImpulseClippedEventCreator{ REL::Offset(0x040673C0) }; - inline constexpr std::array hknpContactImpulseEventCreator{ REL::Offset(0x04067470) }; - inline constexpr std::array hknpConvexCompositeCollisionDetector{ REL::Offset(0x04067CA0) }; - inline constexpr std::array hknpConvexConvexCollisionDetector{ REL::Offset(0x0406AE28) }; - inline constexpr std::array hknpConvexConvexShapeBaseInterface{ REL::Offset(0x0433C568) }; - inline constexpr std::array hknpConvexShape{ REL::Offset(0x04061A68) }; - inline constexpr std::array hknpCylinderShape{ REL::Offset(0x04061B08) }; - inline constexpr std::array hknpDeactivationMaintenanceTask{ REL::Offset(0x04066D48), REL::Offset(0x04066D68) }; - inline constexpr std::array hknpDecoratorShape{ REL::Offset(0x040553F0) }; - inline constexpr std::array hknpDefaultBroadPhaseConfig{ REL::Offset(0x040546C8) }; - inline constexpr std::array hknpDefaultCompressedMeshShapeCinfo{ REL::Offset(0x0433D0E0) }; - inline constexpr std::array hknpDefaultExternMeshShapeGeometry{ REL::Offset(0x040528D0) }; - inline constexpr std::array hknpDefaultHeightFieldGeometry{ REL::Offset(0x04061A30) }; - inline constexpr std::array hknpDefaultModifierSet{ REL::Offset(0x04068088) }; - inline constexpr std::array hknpDeflectedLinearCast__CheckStartCollector{ REL::Offset(0x04068D70) }; - inline constexpr std::array hknpDeflectedLinearCast__FilteredQueryCollector{ REL::Offset(0x04068D38) }; - inline constexpr std::array hknpDeflectedLinearCast__QueryFilter{ REL::Offset(0x04068DA8) }; - inline constexpr std::array hknpDestructionShapeProperties{ REL::Offset(0x04050A10) }; - inline constexpr std::array hknpDisableCollisionFilter{ REL::Offset(0x0405E798) }; - inline constexpr std::array hknpDummyShape{ REL::Offset(0x0405E440) }; - inline constexpr std::array hknpDynamicSpaceSplitter{ REL::Offset(0x04066940) }; - inline constexpr std::array hknpEaseConstraintsAction{ REL::Offset(0x04063738) }; - inline constexpr std::array hknpEasePenetrationsAction{ REL::Offset(0x04063978) }; - inline constexpr std::array hknpEventDispatcher{ REL::Offset(0x040665E8) }; - inline constexpr std::array hknpEventMergeAndDispatcher{ REL::Offset(0x04066638) }; - inline constexpr std::array hknpExtendedExternMeshShapeGeometry{ REL::Offset(0x04054AF0) }; - inline constexpr std::array hknpExternMeshShape{ REL::Offset(0x04061A88) }; - inline constexpr std::array hknpExternMeshShapeBuildContext{ REL::Offset(0x0433BB50) }; - inline constexpr std::array hknpExternMeshShapeData{ REL::Offset(0x0405A7B0) }; - inline constexpr std::array hknpFaceClipConvexConvexManifoldGenerator{ REL::Offset(0x0406ADF8) }; - inline constexpr std::array hknpFinalizeNarrowPhaseGridTask{ REL::Offset(0x04066C98), REL::Offset(0x04066CB8) }; - inline constexpr std::array hknpFinalizeNarrowPhasePairsTask{ REL::Offset(0x04066A58), REL::Offset(0x04066A78) }; - inline constexpr std::array hknpFireSignalTask{ REL::Offset(0x04068EF8), REL::Offset(0x04068F18) }; - inline constexpr std::array hknpFirstPersonCharacter{ REL::Offset(0x0405ACD0) }; - inline constexpr std::array hknpFirstPersonGun{ REL::Offset(0x04058BE0) }; - inline constexpr std::array hknpFixedClosestHitCollector{ REL::Offset(0x045773A0) }; - inline constexpr std::array hknpFixedClosestUniqueBodyHitCollector{ REL::Offset(0x04577368) }; - inline constexpr std::array hknpFlipBackfaceCollisionModifier{ REL::Offset(0x04067AA0) }; - inline constexpr std::array hknpFlippedGetClosestPointsQueryCollector{ REL::Offset(0x04064A80) }; - inline constexpr std::array hknpFlippedShapeCastQueryCollector{ REL::Offset(0x04064E58) }; - inline constexpr std::array hknpForwardClosestHitCollector{ REL::Offset(0x04064950) }; - inline constexpr std::array hknpFullCast__ManifoldGenerator{ REL::Offset(0x0406A308) }; - inline constexpr std::array hknpGenSolverTasksTask{ REL::Offset(0x04067080), REL::Offset(0x040670A0) }; - inline constexpr std::array hknpGlobals{ REL::Offset(0x04064BA0) }; - inline constexpr std::array hknpGravityGun{ REL::Offset(0x04059578) }; - inline constexpr std::array hknpGroupCollisionFilter{ REL::Offset(0x04063E90) }; - inline constexpr std::array hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_5_5_5_16__{ REL::Offset(0x0405FBF0) }; - inline constexpr std::array hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_6_5_5_16__{ REL::Offset(0x04063EE0) }; - inline constexpr std::array hknpHeightFieldBoundingVolume{ REL::Offset(0x04062018) }; - inline constexpr std::array hknpHeightFieldGeometry{ REL::Offset(0x04062040) }; - inline constexpr std::array hknpHeightFieldShape{ REL::Offset(0x04054818) }; - inline constexpr std::array hknpHitScalingCollector{ REL::Offset(0x040630B0) }; - inline constexpr std::array hknpInplaceShapeBuffer_144_{ REL::Offset(0x04379DC8) }; - inline constexpr std::array hknpInplaceShapeBuffer_176_{ REL::Offset(0x04062178) }; - inline constexpr std::array hknpInplaceShapeBuffer_2048_{ REL::Offset(0x04062108) }; - inline constexpr std::array hknpInplaceShapeBuffer_448_{ REL::Offset(0x0434DCA8) }; - inline constexpr std::array hknpInplaceShapeBuffer_96_{ REL::Offset(0x04062168) }; - inline constexpr std::array hknpInternalCommandProcessor{ REL::Offset(0x04062698) }; - inline constexpr std::array hknpLeafShapeSensor{ REL::Offset(0x0433D198) }; - inline constexpr std::array hknpLegacyRestitutionModifier{ REL::Offset(0x04067730) }; - inline constexpr std::array hknpLinearSurfaceVelocity{ REL::Offset(0x04050610) }; - inline constexpr std::array hknpLodShape{ REL::Offset(0x04050B80) }; - inline constexpr std::array hknpMalleableConstraintData{ REL::Offset(0x04061C80) }; - inline constexpr std::array hknpManifoldEventCreator{ REL::Offset(0x040679F0) }; - inline constexpr std::array hknpMaskedCompoundShape{ REL::Offset(0x04061B48) }; - inline constexpr std::array hknpMaskedShape{ REL::Offset(0x0405D800) }; - inline constexpr std::array hknpMaskedShape__MaskWrapper{ REL::Offset(0x0405D730) }; - inline constexpr std::array hknpMassChangerModifier{ REL::Offset(0x04067520) }; - inline constexpr std::array hknpMaterialData{ REL::Offset(0x04051788) }; - inline constexpr std::array hknpMaterialLibrary{ REL::Offset(0x04060158) }; - inline constexpr std::array hknpMaterialPalette{ REL::Offset(0x0404F538) }; - inline constexpr std::array hknpModifier{ REL::Offset(0x040672F8) }; - inline constexpr std::array hknpMotionPropertiesData{ REL::Offset(0x04051968) }; - inline constexpr std::array hknpMotionPropertiesLibrary{ REL::Offset(0x04052DB8) }; - inline constexpr std::array hknpMotionWeldingModifier{ REL::Offset(0x04067B88) }; - inline constexpr std::array hknpMountedBallGun{ REL::Offset(0x04064248) }; - inline constexpr std::array hknpMultithreadedSimulation{ REL::Offset(0x040669A8) }; - inline constexpr std::array hknpNeighborWeldingModifier{ REL::Offset(0x04067B68) }; - inline constexpr std::array hknpNullShapeTagCodec{ REL::Offset(0x04064DD0) }; - inline constexpr std::array hknpPairCollisionFilter{ REL::Offset(0x040619E0) }; - inline constexpr std::array hknpParticleEventCreator{ REL::Offset(0x04067FD8) }; - inline constexpr std::array hknpParticleShapeLibrary{ REL::Offset(0x040698A0) }; - inline constexpr std::array hknpParticleSimulationContext{ REL::Offset(0x04068288) }; - inline constexpr std::array hknpParticlesClosestHitOnMeshCollector{ REL::Offset(0x0406AF28) }; - inline constexpr std::array hknpParticlesCollider{ REL::Offset(0x04068E40) }; - inline constexpr std::array hknpParticlesColliderShape{ REL::Offset(0x04051330) }; - inline constexpr std::array hknpParticlesCollisionFilter{ REL::Offset(0x0406AED8) }; - inline constexpr std::array hknpParticlesDynamicHitsCollector{ REL::Offset(0x0406B078) }; - inline constexpr std::array hknpParticlesStaticCollector{ REL::Offset(0x0406B038) }; - inline constexpr std::array hknpPhysicsSceneData{ REL::Offset(0x04059558) }; - inline constexpr std::array hknpPhysicsSystem{ REL::Offset(0x04061F90) }; - inline constexpr std::array hknpPhysicsSystemData{ REL::Offset(0x04055DE0) }; - inline constexpr std::array hknpPostCollideTask{ REL::Offset(0x04066C30), REL::Offset(0x04066C50) }; - inline constexpr std::array hknpPostSolveTask{ REL::Offset(0x04067108), REL::Offset(0x04067128) }; - inline constexpr std::array hknpPreSolveTask{ REL::Offset(0x04066BC8), REL::Offset(0x04066BE8) }; - inline constexpr std::array hknpPrepareConstraintsTask{ REL::Offset(0x0406A748), REL::Offset(0x0406A768) }; - inline constexpr std::array hknpPrepareNarrowPhasePairsTask{ REL::Offset(0x0406A5C8), REL::Offset(0x0406A5E8) }; - inline constexpr std::array hknpPrepareNarrowPhaseTask{ REL::Offset(0x0406A4F8), REL::Offset(0x0406A518) }; - inline constexpr std::array hknpPrepareSolverData{ REL::Offset(0x0406A920) }; - inline constexpr std::array hknpProcessFullCastsTask{ REL::Offset(0x04067000), REL::Offset(0x04067020) }; - inline constexpr std::array hknpProcessNarrowPhaseGridTask{ REL::Offset(0x040669D8), REL::Offset(0x040669F8) }; - inline constexpr std::array hknpProcessNarrowPhasePairsTask{ REL::Offset(0x04069D68), REL::Offset(0x04069D88) }; - inline constexpr std::array hknpProjectileGun{ REL::Offset(0x0405A928) }; - inline constexpr std::array hknpRagdoll{ REL::Offset(0x04064448) }; - inline constexpr std::array hknpRagdollData{ REL::Offset(0x04064420) }; - inline constexpr std::array hknpRefDragProperties{ REL::Offset(0x04053BD8) }; - inline constexpr std::array hknpRefMassDistribution{ REL::Offset(0x04053FB0) }; - inline constexpr std::array hknpRefMaterial{ REL::Offset(0x0405D6C0) }; - inline constexpr std::array hknpRefWorldCinfo{ REL::Offset(0x04058850) }; - inline constexpr std::array hknpRestitutionModifier{ REL::Offset(0x04067680) }; - inline constexpr std::array hknpSafeEaseConstraintsAction{ REL::Offset(0x04578F08) }; - inline constexpr std::array hknpScaledConvexShape{ REL::Offset(0x04055BC0) }; - inline constexpr std::array hknpScaledConvexShapeBase{ REL::Offset(0x04055A20) }; - inline constexpr std::array hknpSetShapeKeyACdDetector{ REL::Offset(0x04067C50) }; - inline constexpr std::array hknpShape{ REL::Offset(0x04059D80) }; - inline constexpr std::array hknpShapeBuffer{ REL::Offset(0x040620F8) }; - inline constexpr std::array hknpShapeFunctionsSingleton{ REL::Offset(0x040620B0) }; - inline constexpr std::array hknpShapeKeyArrayCacheCdDetector{ REL::Offset(0x04067C78) }; - inline constexpr std::array hknpShapeKeyMask{ REL::Offset(0x0405DB58) }; - inline constexpr std::array hknpShapeManager{ REL::Offset(0x04065518) }; - inline constexpr std::array hknpShapeMassProperties{ REL::Offset(0x0405A570) }; - inline constexpr std::array hknpShapeScalingUtil{ REL::Offset(0x0433D090) }; - inline constexpr std::array hknpShape__MassConfig{ REL::Offset(0x04058A68) }; - inline constexpr std::array hknpSignedDistanceFieldCollisionDetector{ REL::Offset(0x04067E10) }; - inline constexpr std::array hknpSimdTreeBroadPhase{ REL::Offset(0x0433CBF0) }; - inline constexpr std::array hknpSimdTreeBroadPhaseTasks__CollideTrees{ REL::Offset(0x0433CDD8), REL::Offset(0x0433CDF8) }; - inline constexpr std::array hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty{ REL::Offset(0x0433CCC0), REL::Offset(0x0433CCE0) }; - inline constexpr std::array hknpSimdTreeBroadPhaseTasks__Finalize{ REL::Offset(0x0433CE58), REL::Offset(0x0433CE78) }; - inline constexpr std::array hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData{ REL::Offset(0x0433CD48), REL::Offset(0x0433CD68) }; - inline constexpr std::array hknpSimulation{ REL::Offset(0x04062788) }; - inline constexpr std::array hknpSingleCellSpaceSplitter{ REL::Offset(0x04066908) }; - inline constexpr std::array hknpSingleThreadedSimulation{ REL::Offset(0x040627B8) }; - inline constexpr std::array hknpSingleThreadedSolverData{ REL::Offset(0x04066200) }; - inline constexpr std::array hknpSoftContactModifier{ REL::Offset(0x040677E0) }; - inline constexpr std::array hknpSolveFinalizeTask{ REL::Offset(0x04066F20), REL::Offset(0x04066F40) }; - inline constexpr std::array hknpSolverData{ REL::Offset(0x040661C8) }; - inline constexpr std::array hknpSolverFactoryTask{ REL::Offset(0x04066EA0), REL::Offset(0x04066EC0) }; - inline constexpr std::array hknpSolverSchedulerTask{ REL::Offset(0x0406A8E8) }; - inline constexpr std::array hknpSortFinalizeNarrowPhasePairsTask{ REL::Offset(0x04066B50), REL::Offset(0x04066B70) }; - inline constexpr std::array hknpSpaceSplitter{ REL::Offset(0x040668D0) }; - inline constexpr std::array hknpSphereShape{ REL::Offset(0x04061B28) }; - inline constexpr std::array hknpSpringAction{ REL::Offset(0x04055B18) }; - inline constexpr std::array hknpStreamContactSolver{ REL::Offset(0x04062810) }; - inline constexpr std::array hknpSurfaceVelocityModifier{ REL::Offset(0x04067890) }; - inline constexpr std::array hknpTaskGraph{ REL::Offset(0x04062760) }; - inline constexpr std::array hknpTriangleShape{ REL::Offset(0x04061AA8) }; - inline constexpr std::array hknpTriangleWeldingModifier{ REL::Offset(0x04067B50) }; - inline constexpr std::array hknpTriggerModifier{ REL::Offset(0x040675D0) }; - inline constexpr std::array hknpTyremarksInfo{ REL::Offset(0x0405BF80) }; - inline constexpr std::array hknpTyremarksWheel{ REL::Offset(0x0405B010) }; - inline constexpr std::array hknpUnaryAction{ REL::Offset(0x04055348) }; - inline constexpr std::array hknpUniqueBodyIdHitCollector{ REL::Offset(0x04397828) }; - inline constexpr std::array hknpVariableTimeStepUtil{ REL::Offset(0x04068268) }; - inline constexpr std::array hknpVehicleData{ REL::Offset(0x04060320) }; - inline constexpr std::array hknpVehicleDefaultAerodynamics{ REL::Offset(0x04051AD0) }; - inline constexpr std::array hknpVehicleDefaultAnalogDriverInput{ REL::Offset(0x040559A0) }; - inline constexpr std::array hknpVehicleDefaultBrake{ REL::Offset(0x04054208) }; - inline constexpr std::array hknpVehicleDefaultEngine{ REL::Offset(0x04056240) }; - inline constexpr std::array hknpVehicleDefaultSteering{ REL::Offset(0x04056CB8) }; - inline constexpr std::array hknpVehicleDefaultSuspension{ REL::Offset(0x0405A080) }; - inline constexpr std::array hknpVehicleDefaultTransmission{ REL::Offset(0x0405A3F0) }; - inline constexpr std::array hknpVehicleDefaultVelocityDamper{ REL::Offset(0x0405C1D0) }; - inline constexpr std::array hknpVehicleDriverInputAnalogStatus{ REL::Offset(0x04055798) }; - inline constexpr std::array hknpVehicleInstance{ REL::Offset(0x0404FC38) }; - inline constexpr std::array hknpVehicleLinearCastWheelCollide{ REL::Offset(0x0405DA90) }; - inline constexpr std::array hknpVehicleRayCastWheelCollide{ REL::Offset(0x04050288) }; - inline constexpr std::array hknpVehicleSuspension{ REL::Offset(0x04058FA8) }; - inline constexpr std::array hknpVehicleWheelCollide{ REL::Offset(0x040571F8) }; - inline constexpr std::array hknpVehicleWheelCollide__WheelHitCollector{ REL::Offset(0x04068CF0) }; - inline constexpr std::array hknpWeldingModifier{ REL::Offset(0x040673A8) }; - inline constexpr std::array hknpWorld{ REL::Offset(0x04062228), REL::Offset(0x04062248), REL::Offset(0x040624C8) }; - inline constexpr std::array hknpWorldSnapshot{ REL::Offset(0x0405C380) }; - inline constexpr std::array hkp6DofConstraintData{ REL::Offset(0x04072B30) }; - inline constexpr std::array hkpAngularFrictionConstraintData{ REL::Offset(0x040742B0) }; - inline constexpr std::array hkpBallAndSocketConstraintData{ REL::Offset(0x04072DA8) }; - inline constexpr std::array hkpCallbackConstraintMotor{ REL::Offset(0x04071D60) }; - inline constexpr std::array hkpCogWheelConstraintData{ REL::Offset(0x04073248) }; - inline constexpr std::array hkpConstraintData{ REL::Offset(0x040724C0) }; - inline constexpr std::array hkpConstraintMotor{ REL::Offset(0x04071A78) }; - inline constexpr std::array hkpDeformableFixedConstraintData{ REL::Offset(0x04073418) }; - inline constexpr std::array hkpFixedConstraintData{ REL::Offset(0x04073560) }; - inline constexpr std::array hkpHingeConstraintData{ REL::Offset(0x040737F8) }; - inline constexpr std::array hkpHingeLimitsData{ REL::Offset(0x04073698) }; - inline constexpr std::array hkpLimitedForceConstraintMotor{ REL::Offset(0x04071BF0) }; - inline constexpr std::array hkpLimitedHingeConstraintData{ REL::Offset(0x040739A8) }; - inline constexpr std::array hkpLinearClearanceConstraintData{ REL::Offset(0x04073008) }; - inline constexpr std::array hkpLinearParametricCurve{ REL::Offset(0x04073D48) }; - inline constexpr std::array hkpPointToPathConstraintData{ REL::Offset(0x04073F08) }; - inline constexpr std::array hkpPointToPlaneConstraintData{ REL::Offset(0x0406B1D0) }; - inline constexpr std::array hkpPositionConstraintMotor{ REL::Offset(0x04071E18) }; - inline constexpr std::array hkpPrismaticConstraintData{ REL::Offset(0x04070118) }; - inline constexpr std::array hkpPulleyConstraintData{ REL::Offset(0x040707C0) }; - inline constexpr std::array hkpRackAndPinionConstraintData{ REL::Offset(0x04070CC0) }; - inline constexpr std::array hkpRagdollConstraintData{ REL::Offset(0x04071098) }; - inline constexpr std::array hkpRagdollLimitsData{ REL::Offset(0x04070E40) }; - inline constexpr std::array hkpRotationalConstraintData{ REL::Offset(0x04071228) }; - inline constexpr std::array hkpSpringDamperConstraintMotor{ REL::Offset(0x04071E40) }; - inline constexpr std::array hkpStiffSpringConstraintData{ REL::Offset(0x04071488) }; - inline constexpr std::array hkpVehicleFrictionDescription{ REL::Offset(0x0405E178) }; - inline constexpr std::array hkpVelocityConstraintMotor{ REL::Offset(0x04071EE8) }; - inline constexpr std::array hkpWheelConstraintData{ REL::Offset(0x04071840) }; - inline constexpr std::array hkpWheelFrictionConstraintData{ REL::Offset(0x040716F8) }; - inline constexpr std::array hkpWrappedConstraintData{ REL::Offset(0x040740C8) }; - inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Active_{ REL::Offset(0x04462160) }; - inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__BetweenShots_{ REL::Offset(0x044621E8) }; - inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Deinitialization_{ REL::Offset(0x044620E8) }; - inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Inactive_{ REL::Offset(0x04462138) }; - inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Initialization_{ REL::Offset(0x04462110) }; - inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Ready_{ REL::Offset(0x04462210) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attached_{ REL::Offset(0x0434F600) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attaching_{ REL::Offset(0x0434F650) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetachComplete_{ REL::Offset(0x0434F628) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetach_{ REL::Offset(0x0434F678) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Detached_{ REL::Offset(0x0434F8B8) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loaded_{ REL::Offset(0x0434F8E0) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loading_{ REL::Offset(0x0434F7A8) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Prepared_{ REL::Offset(0x0434F7F8) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Preparing_{ REL::Offset(0x0434F780) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Reset_{ REL::Offset(0x0434F7D0) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Unloaded_{ REL::Offset(0x0434F820) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Active_{ REL::Offset(0x044520C0) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__FadingIn_{ REL::Offset(0x04451EB0) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__FadingOut_{ REL::Offset(0x04451E38) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Inactive_{ REL::Offset(0x044520E8) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__IntersectsLoadedArea_{ REL::Offset(0x04452048) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Loaded_{ REL::Offset(0x04452020) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__OutsideLoadedArea_{ REL::Offset(0x04451FB8) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingIn_{ REL::Offset(0x04451F50) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingOut_{ REL::Offset(0x04451E88) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Split_{ REL::Offset(0x04452098) }; - inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Unloaded_{ REL::Offset(0x04452070) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__NotTriggered_{ REL::Offset(0x04474E00) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic_{ REL::Offset(0x04474D08) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd_{ REL::Offset(0x04474F48) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst_{ REL::Offset(0x04474D58) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous_{ REL::Offset(0x04474D80) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage_{ REL::Offset(0x04474D30) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease_{ REL::Offset(0x04474F70) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage_{ REL::Offset(0x04474EC8) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle_{ REL::Offset(0x04475010) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease_{ REL::Offset(0x04474EF0) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Triggered_{ REL::Offset(0x04474EA0) }; - inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Unequipped_{ REL::Offset(0x04474DD8) }; - inline constexpr std::array hsm__State_void_{ REL::Offset(0x0434F908) }; - inline constexpr std::array idLogging__ILogger{ REL::Offset(0x0478D6D0) }; - inline constexpr std::array idTCP{ REL::Offset(0x0478DCE0) }; - inline constexpr std::array nlohmann__detail__exception{ REL::Offset(0x044BF110) }; - inline constexpr std::array nlohmann__detail__input_buffer_adapter{ REL::Offset(0x044BF150) }; - inline constexpr std::array nlohmann__detail__input_stream_adapter{ REL::Offset(0x044CFA28) }; - inline constexpr std::array nlohmann__detail__out_of_range{ REL::Offset(0x044BF0F8) }; - inline constexpr std::array nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char___{ REL::Offset(0x043459C0) }; - inline constexpr std::array nlohmann__detail__parse_error{ REL::Offset(0x044BF0E0) }; - inline constexpr std::array nsContainerMenu__ConfirmTakeAllTheThingsCallback{ REL::Offset(0x0451CAD8) }; - inline constexpr std::array nsControlMappingData__RemapHandler{ REL::Offset(0x03F0E488) }; - inline constexpr std::array nsDataMenuData__GameLoadListener{ REL::Offset(0x03F260C8) }; - inline constexpr std::array nsDialogueMenu__MenuEventCatcher{ REL::Offset(0x0451D238), REL::Offset(0x0451D250), REL::Offset(0x0451D268), REL::Offset(0x0451D280), REL::Offset(0x0451D298), REL::Offset(0x0451D2B0) }; - inline constexpr std::array nsMainMenu__InvalidUserCallback{ REL::Offset(0x0451EF28) }; - inline constexpr std::array nsMonocle__MenuEventCatcher{ REL::Offset(0x03F25780), REL::Offset(0x03F25798), REL::Offset(0x03F257B0), REL::Offset(0x03F257C8), REL::Offset(0x03F257E0), REL::Offset(0x03F257F8), REL::Offset(0x03F25810), REL::Offset(0x03F25828), REL::Offset(0x03F25840), REL::Offset(0x03F25858), REL::Offset(0x03F25870), REL::Offset(0x03F25888), REL::Offset(0x03F258A0), REL::Offset(0x03F258B8), REL::Offset(0x03F258D0) }; - inline constexpr std::array nsMonocle__MonocleFastTravelConfirmFunc{ REL::Offset(0x044A9028) }; - inline constexpr std::array nsPauseMenu__UserDisengagedCallback{ REL::Offset(0x044B25B0) }; - inline constexpr std::array nsPickpocketMenu__MenuEventCatcher{ REL::Offset(0x044AA410) }; - inline constexpr std::array nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback{ REL::Offset(0x044C1A10) }; - inline constexpr std::array rcContext{ REL::Offset(0x0434D118) }; - inline constexpr std::array std___Func_impl_GameScript__SingleActorArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AD48) }; - inline constexpr std::array std___Func_impl_GameScript__SingleObjectRefrHandleArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AD80) }; - inline constexpr std::array std___Func_impl_GameScript__SingleSimpleArgument_bool__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556348) }; - inline constexpr std::array std___Func_impl_GameScript__SingleSimpleArgument_int__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556310) }; - inline constexpr std::array std___Func_impl_GameScript__SingleSimpleArgument_unsignedint__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AD10) }; - inline constexpr std::array std___Func_impl_GameScript____AnimationEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04529930) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D130) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____KeywordStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CCD0) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CC28) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D018) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CF70) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CB80) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CC98) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CF00) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D050) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D168) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CFA8) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CF38) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CBF0) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CC60) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CBB8) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CE58) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D0C0) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CFE0) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CD08) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D1D8) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CE90) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__FormStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CB48) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CEC8) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__LocationStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CD40) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D088) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x1d9ddf80__UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D0F8) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____SpeechChallengeObjectStoryEventArgConverter_GameScript__A0x1d9ddf80__BoolStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CE20) }; - inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____UIntStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter_GameScript__A0x1d9ddf80__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D1A0) }; - inline constexpr std::array std___Func_impl___SetPapyrusVarFunctor_BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E74A8) }; - inline constexpr std::array std___Func_impl___TopicInfoEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AA38) }; - inline constexpr std::array std___Func_impl__lambda_0137d6fe45ea3e636b2d6017b24d33bc__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452AB88) }; - inline constexpr std::array std___Func_impl__lambda_02ff87d5a1c7cb7bb196543e25c63d34__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556D90) }; - inline constexpr std::array std___Func_impl__lambda_0b7ea718bba33c91f7f453946dab312b__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B0CB0) }; - inline constexpr std::array std___Func_impl__lambda_0c7eea8ac1ee5e92a29dc0454366dcf9__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E7168) }; - inline constexpr std::array std___Func_impl__lambda_0d61f77a4e0b580d8864148d44cbbcd5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B858) }; - inline constexpr std::array std___Func_impl__lambda_0dec3b5857dc5fcc83b533dd1b4a94d8__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E7088) }; - inline constexpr std::array std___Func_impl__lambda_0e4128c3c56ec4235d7c2346553833b1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556968) }; - inline constexpr std::array std___Func_impl__lambda_0f816cd334da25fe63d67395ed4b6703__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x043E18B0) }; - inline constexpr std::array std___Func_impl__lambda_10d7cbe1e40005e0df74c3070c767704__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__HitRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452A750) }; - inline constexpr std::array std___Func_impl__lambda_11b2a70e928258926716bb670e61c24a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557A78) }; - inline constexpr std::array std___Func_impl__lambda_1343a7597d09bd6c22da4f378aac238c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557A40) }; - inline constexpr std::array std___Func_impl__lambda_157ba101c59821e9fea353d3f926cfe3__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSFixedStringconst_UIMenuEntryconst_{ REL::Offset(0x04348978) }; - inline constexpr std::array std___Func_impl__lambda_18fb63f93afbe598c9149d716267e4e2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557B58) }; - inline constexpr std::array std___Func_impl__lambda_19776df1bb0fa49c9f0a48659350847c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x043E7348) }; - inline constexpr std::array std___Func_impl__lambda_19e25a9a86dd7bfab3e3ed474f4ae405__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ REL::Offset(0x045A9210) }; - inline constexpr std::array std___Func_impl__lambda_1b63f9058575014058ae5062371c2420__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BFE8) }; - inline constexpr std::array std___Func_impl__lambda_1beb1e068fc78fb960485228eab3f948__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045AE198) }; - inline constexpr std::array std___Func_impl__lambda_1dc3149776d7cf060ff9a106a966e1e5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C3C8) }; - inline constexpr std::array std___Func_impl__lambda_1e03f8fc253bb683083eade4e7956eb5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556D20) }; - inline constexpr std::array std___Func_impl__lambda_20261863c4ee737b997d4ce0c05d0e86__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556540) }; - inline constexpr std::array std___Func_impl__lambda_21a6084b85a3ee0516f06a23bd4f3fec__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452B778) }; - inline constexpr std::array std___Func_impl__lambda_2283b9715cb61b44c107b8114957461b__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ REL::Offset(0x045B0D90) }; - inline constexpr std::array std___Func_impl__lambda_26b354ee21d442f54c03242e1028a3df__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556850) }; - inline constexpr std::array std___Func_impl__lambda_298a70172293ffb6e97521f9d8ce6b44__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045568C0) }; - inline constexpr std::array std___Func_impl__lambda_2dc3bd32b7de72de6c096f11dfcdf776__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x04521F70) }; - inline constexpr std::array std___Func_impl__lambda_2e8256baf7579370f3cc4021419dc788__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556770) }; - inline constexpr std::array std___Func_impl__lambda_3685864590e2610ca62dd66f58277d6b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557A08) }; - inline constexpr std::array std___Func_impl__lambda_37a4cfa73182d5fe75926706752c629b__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452AAA8) }; - inline constexpr std::array std___Func_impl__lambda_395ca9c887b77069b4167f750ef9cf82__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556DC8) }; - inline constexpr std::array std___Func_impl__lambda_3c131cbf0235fa2907ac957538ea2adf__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452AB50) }; - inline constexpr std::array std___Func_impl__lambda_3c61befd82dbdd7a8b131ea4bffedd8a__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ REL::Offset(0x045B0E38) }; - inline constexpr std::array std___Func_impl__lambda_3d1b04d987ab69b52bc5feb23951a71f__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x04521FA8) }; - inline constexpr std::array std___Func_impl__lambda_42bd55cda20409fe5c79047367c4bf0d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E7130) }; - inline constexpr std::array std___Func_impl__lambda_436fee8b3e483a41f879d21e86d3bc23__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AAE0) }; - inline constexpr std::array std___Func_impl__lambda_49df49a740641670e19d30408fee74d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045297E0) }; - inline constexpr std::array std___Func_impl__lambda_4ab1e6ed8a6e5383082ee14fce46285a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0447C228) }; - inline constexpr std::array std___Func_impl__lambda_4be5ce6aef68e83aa49569993aff8066__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558588) }; - inline constexpr std::array std___Func_impl__lambda_4f50077fa771293a5365fed257f4173d__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045A9A20) }; - inline constexpr std::array std___Func_impl__lambda_4fc1f8fd17d1b1561b9b721d1ac74b7c__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B0DC8) }; - inline constexpr std::array std___Func_impl__lambda_50cd214866876a925987c64384b71bae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B0B8) }; - inline constexpr std::array std___Func_impl__lambda_515e6240cf16aed2614e1605da656944__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557B90) }; - inline constexpr std::array std___Func_impl__lambda_520c073f2f9b5ea31222b82582f32973__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556930) }; - inline constexpr std::array std___Func_impl__lambda_521efaefe0784c40e7d3073a8966e501__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04529698) }; - inline constexpr std::array std___Func_impl__lambda_536c33102983ea9fd90bc3c130fb7820__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AB18) }; - inline constexpr std::array std___Func_impl__lambda_53ffc39032ca0e72f60b58be925dbe69__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__MagicEffectApplyRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452A6E0) }; - inline constexpr std::array std___Func_impl__lambda_54dad1b29cb5d8edae0699aec55b7850__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556D58) }; - inline constexpr std::array std___Func_impl__lambda_5b6bf7a85f71f5e8b83ca9901ba8d456__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558690) }; - inline constexpr std::array std___Func_impl__lambda_5b7b9ba11d3cb17659ed8a298e797b98__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ REL::Offset(0x045A91D8) }; - inline constexpr std::array std___Func_impl__lambda_5c528dcbbd0b61a287ba8ad0b05356a4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452ACA0) }; - inline constexpr std::array std___Func_impl__lambda_5f7837156978a193dc01989556f9d30e__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045A7680) }; - inline constexpr std::array std___Func_impl__lambda_60792a770677b5653d77e9c82cc1b5f4__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E7238) }; - inline constexpr std::array std___Func_impl__lambda_60a2675cfe8788660ad082994eac7525__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452ABF8) }; - inline constexpr std::array std___Func_impl__lambda_624820ae5003c78f8a25c3b4647ca2b5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556818) }; - inline constexpr std::array std___Func_impl__lambda_6377957dcbcf2316e5d9f98c14c7862b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DD08) }; - inline constexpr std::array std___Func_impl__lambda_657ac87fbbbe273c3afe0ef0a6887ef4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045569D8) }; - inline constexpr std::array std___Func_impl__lambda_69cc518e39d6f4e10e9db9981a9c1d7e__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E70C0) }; - inline constexpr std::array std___Func_impl__lambda_6abd65cd2a002981fded6001fb3a31f0__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04555820) }; - inline constexpr std::array std___Func_impl__lambda_6bfe5617e71c0af674ee59fb22d68f79__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452ABC0) }; - inline constexpr std::array std___Func_impl__lambda_723be0cd68c138d1b6611637a0e1b932__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0453F848) }; - inline constexpr std::array std___Func_impl__lambda_7324ce25e7200bddfb11a4d6245045ae__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045A91A0) }; - inline constexpr std::array std___Func_impl__lambda_74102bbd0491ae7e2f2b428364a0aa38__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556888) }; - inline constexpr std::array std___Func_impl__lambda_7827c147829e00fe7f15eaefe593e3cc__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556A10) }; - inline constexpr std::array std___Func_impl__lambda_7886e0ae4dc3b052efa6329abc319cc6__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B0E00) }; - inline constexpr std::array std___Func_impl__lambda_7c44afdf93ced21c2c49b0c43ebfe17c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045568F8) }; - inline constexpr std::array std___Func_impl__lambda_7fb62125534421398702f4a2baef2e0b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556AB8) }; - inline constexpr std::array std___Func_impl__lambda_834a520bd939bc68cd51b0030af55eaf__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556460) }; - inline constexpr std::array std___Func_impl__lambda_8453b831f47d1a741b54d8f6b25960af__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BF78) }; - inline constexpr std::array std___Func_impl__lambda_85498ddcc5baa3ce86b9dd695663ebad__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556B28) }; - inline constexpr std::array std___Func_impl__lambda_8687a1ebfd15fe7709dd4b4b902dc27f__BSTThreadScrapSTLAllocator_void__BSFixedString_{ REL::Offset(0x045B1B18) }; - inline constexpr std::array std___Func_impl__lambda_882a801e71d613aeeec2330da6744cf1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045557E8) }; - inline constexpr std::array std___Func_impl__lambda_896abb438acda319cef743a7a9efbaac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045296D0) }; - inline constexpr std::array std___Func_impl__lambda_8cd85e122db7eea6c89ba263e95d12b4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045565B0) }; - inline constexpr std::array std___Func_impl__lambda_8e0bb810ac36e6a74cfd8179851fd370__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556C40) }; - inline constexpr std::array std___Func_impl__lambda_8f7483c9ca649af851d04e7c9f33e6ac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045565E8) }; - inline constexpr std::array std___Func_impl__lambda_92c8185250fde670ed1817bc106a4a88__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452B7B0) }; - inline constexpr std::array std___Func_impl__lambda_947391e129c30a4c103f3726de0a66d9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556690) }; - inline constexpr std::array std___Func_impl__lambda_97840dd87d822f9e2b81b917247add41__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045563B8) }; - inline constexpr std::array std___Func_impl__lambda_9b7ade51f40d35d6bcdc228b23ab14e6__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452AA70) }; - inline constexpr std::array std___Func_impl__lambda_9c2e51072f7fcc6674d7693870b87c1f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BFB0) }; - inline constexpr std::array std___Func_impl__lambda_a3891673dea5d5c9cb16525d4e77e16d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045566C8) }; - inline constexpr std::array std___Func_impl__lambda_a5a0f9026c0cd68f7de5000b5d94769f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556620) }; - inline constexpr std::array std___Func_impl__lambda_a8848ed94a5a3cb4d7f224edcf2fa7c8__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557AB0) }; - inline constexpr std::array std___Func_impl__lambda_a89680fd00cca5312874daedf7e02340__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ REL::Offset(0x045B1AE0) }; - inline constexpr std::array std___Func_impl__lambda_a8aa60fabe2fc1933958a62e97de3786__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556BD0) }; - inline constexpr std::array std___Func_impl__lambda_aacb2dadf9aa6c2566a662adae5d8cc7__BSTThreadScrapSTLAllocator_void__void_{ REL::Offset(0x043E70F8) }; - inline constexpr std::array std___Func_impl__lambda_ad854275cc20d2aa26fa10e5481e17f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558318) }; - inline constexpr std::array std___Func_impl__lambda_af604f9dd25689bc45f0dc12c016743d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043DE700) }; - inline constexpr std::array std___Func_impl__lambda_b21249f73fc32f8a81cab9b750a0afd2__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x0452BC08) }; - inline constexpr std::array std___Func_impl__lambda_b2731395c0d91b9dd7439faf17961b81__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B0CE8) }; - inline constexpr std::array std___Func_impl__lambda_b3db434079764937ec97ac25dc1ea9a3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556A48) }; - inline constexpr std::array std___Func_impl__lambda_b616e81cc11ae3ff27c2e28f7218518c__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045A9BC0) }; - inline constexpr std::array std___Func_impl__lambda_b65bf6956decee7d45e10d149a542b12__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_IMenuconst_{ REL::Offset(0x043E74E0) }; - inline constexpr std::array std___Func_impl__lambda_b7f4b682f2a1bebe693c6bd28981c93e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556B60) }; - inline constexpr std::array std___Func_impl__lambda_b82494bcd268d68cf60711d241a92275__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E7380) }; - inline constexpr std::array std___Func_impl__lambda_b966315cb148adcd87a04670f9499b6f__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ REL::Offset(0x045B0D58) }; - inline constexpr std::array std___Func_impl__lambda_bafae2b11fafbc4f7dfb97411a909f8a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556CB0) }; - inline constexpr std::array std___Func_impl__lambda_bcba858f97424a8c7d5f69d4c498a2f7__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045567E0) }; - inline constexpr std::array std___Func_impl__lambda_bd7c97a2bb675042967b8e0d20afec91__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556508) }; - inline constexpr std::array std___Func_impl__lambda_c00658b1e7d7e1ebe7bf94e70975ea83__BSTThreadScrapSTLAllocator_void__BSFixedString_{ REL::Offset(0x045B1AA8) }; - inline constexpr std::array std___Func_impl__lambda_c10da29f799e0f6f1c06a417c30f8013__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B890) }; - inline constexpr std::array std___Func_impl__lambda_c17409bca43b4196fdf5da3935b4c262__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556A80) }; - inline constexpr std::array std___Func_impl__lambda_c1ad3f0d02c92b91662dd06a86df460f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045569A0) }; - inline constexpr std::array std___Func_impl__lambda_c524297436e6861319cd811a123de57d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A788) }; - inline constexpr std::array std___Func_impl__lambda_c59616a3960e44e8a6e6d93d1b2b7690__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045B1120) }; - inline constexpr std::array std___Func_impl__lambda_cda5fd1b2a5c5e50f578b02ba7805212__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A7F8) }; - inline constexpr std::array std___Func_impl__lambda_ce10a8a7acd9e7f081239ece31786d27__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C020) }; - inline constexpr std::array std___Func_impl__lambda_cfc4486fbb401085df5b729f5fa4df56__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04529660) }; - inline constexpr std::array std___Func_impl__lambda_d153accb137be0c634a55d237920f323__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C400) }; - inline constexpr std::array std___Func_impl__lambda_d2d6f7920086fbe9f0fc86b0c4acb6e9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556578) }; - inline constexpr std::array std___Func_impl__lambda_d31a69b396f0fb28afca6640b3e8cba5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AC68) }; - inline constexpr std::array std___Func_impl__lambda_d4dc87478c2249a4454027d8fd1a3813__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556498) }; - inline constexpr std::array std___Func_impl__lambda_d802a03dba6477a9102aecb26551b3f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A7C0) }; - inline constexpr std::array std___Func_impl__lambda_d8ac2cf8dadd9cd659084c03b02663ca__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452AC30) }; - inline constexpr std::array std___Func_impl__lambda_db7bb28a69cfd1317fb4b091c4fce90d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x0452DCB0) }; - inline constexpr std::array std___Func_impl__lambda_dd530f9f18d1dc206099f46292567450__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556428) }; - inline constexpr std::array std___Func_impl__lambda_ddf1c4c945627fb9fff8c8751f522483__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452ACD8) }; - inline constexpr std::array std___Func_impl__lambda_debc1bd8af75bbcd059b4351d90d28cd__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556700) }; - inline constexpr std::array std___Func_impl__lambda_dfd1ce40b89c6d3e72cf269832290ece__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045567A8) }; - inline constexpr std::array std___Func_impl__lambda_e09070a596429640ee82ab721c4713d4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558658) }; - inline constexpr std::array std___Func_impl__lambda_e147208eb61fa434b812c8134af6fc34__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0453F880) }; - inline constexpr std::array std___Func_impl__lambda_e467e0832c9b41eb348fa71215e5f187__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556CE8) }; - inline constexpr std::array std___Func_impl__lambda_e5733d4c54decfe364244011ac86bbb6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045563F0) }; - inline constexpr std::array std___Func_impl__lambda_e5e9011dfff61c4c00bc49cc78aecb1f__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ REL::Offset(0x045B0D20) }; - inline constexpr std::array std___Func_impl__lambda_e5ea9a590e87a286fb663ecd647989f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556C08) }; - inline constexpr std::array std___Func_impl__lambda_e61604f72c8cff04a94ed3a540e69ad6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557B20) }; - inline constexpr std::array std___Func_impl__lambda_e64d3878199ec63bc3651c017fb940ae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556C78) }; - inline constexpr std::array std___Func_impl__lambda_e67da1eb7d0f8f20b14573ead2bc5c5b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556B98) }; - inline constexpr std::array std___Func_impl__lambda_ea7373727b326c3a296e7727673c1cf4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557AE8) }; - inline constexpr std::array std___Func_impl__lambda_ec46c3e7b709c25f1085c3abf5d433d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556AF0) }; - inline constexpr std::array std___Func_impl__lambda_ed9a8c81b276dabbf40c3f2eb67b4d42__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045564D0) }; - inline constexpr std::array std___Func_impl__lambda_f189e04494dd43463d53c493efd1e8d3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B820) }; - inline constexpr std::array std___Func_impl__lambda_f4b86d201fe33ef82f3097c262d84e9f__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_TESObjectREFR_TESObjectREFR_float_unsignedint_GameScript__Internal__DistanceEventData__EventType_{ REL::Offset(0x04558550) }; - inline constexpr std::array std___Func_impl__lambda_f74b12abf885849d9fb9a4e29171d807__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ REL::Offset(0x045A76E8) }; - inline constexpr std::array std___Func_impl__lambda_f8a79f6aac65a3e0fc625c482efaf599__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556738) }; - inline constexpr std::array std___Func_impl__lambda_f925127b5689f3aab636bd263a8f5eef__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556658) }; - inline constexpr std::array std___Func_impl__lambda_fa061cdf7f0513c58b08f1d453c05408__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BC40) }; - inline constexpr std::array std___Func_impl__lambda_fb57aa8ca5c4b56d6595919969c7948f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556380) }; - inline constexpr std::array std___Func_impl__lambda_fc4c539d0c41892201eea6b726e3a456__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__RadiationDamageRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452A718) }; - inline constexpr std::array std___Func_impl_bool___BSScrapArray_BSScript__Variable___BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x043E71A0) }; - inline constexpr std::array std___Func_impl_no_alloc_BSTOptional_unsigned__int64____Json__Valueconst_BSLog__BSTOptional_unsigned__int64__Json__Valueconst_BSLog_{ REL::Offset(0x04521F38) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_00d5217ef8ad8306a0857599ddd8dbf1__void_{ REL::Offset(0x044AE1C8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_01dccaaad9683fd6af22011ab140b0c8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B4B8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_064eb253765a9f5db082e668a24883dd__BSContainer__ForEachResult_GROUP_REACTION_bool_{ REL::Offset(0x0436DF58) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_079a8aa660e61b088f96148680d36dd1__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B040) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_0c3f1a43f1da6558563a23e48bb1195f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D620) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_0cb21591d64d9d5a933a0c452d3e1b37__void_{ REL::Offset(0x0447FDD8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_0d094ed39072b466c030120fa3549e10__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B368) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_0e89c8d2d6392b5c24f6e22ccbfe44f3__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B100) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_101dda04a59aa879dbf7dd0dbcbb50f4__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D508) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_12cf7000a08c0229e16393f09561ca7d__void_{ REL::Offset(0x044AE158) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_146998ed97e13e207a200e985e03d975__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B2F8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_1691aad4cbb6dd3fc6c8d4b0e62850c6__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetEntitlementMapping_BSTHeapSTLAllocator_BSPlatform__BNetEntitlementMapping_2___{ REL::Offset(0x0478DFB0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_1a1c1c1c70458df8b136533127a96c36__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045221A0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_1b40e015e00b4adbcee4fb35a5cc45c1__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045220F8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_1fb112292025c2cc3c05f3d5b87214b7__void_{ REL::Offset(0x044AE200) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_2210288a532619fcc3a6cac94e78ad91__void_BSScript__Stackconst_{ REL::Offset(0x04522328) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_226adfc9bb5fcc136f15a35842593266__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D968) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_22a758e192999f16ea34a259f7a86bf9__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B3A0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_22d9514d375c4e7bda2ab76e1a1cf935__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522050) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_27ac859d074856e3877b54b6628e3804__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B448) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_28dc3789d661118750451f000e1a828d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AF28) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_2cc92a8a40a80bd38c78b736cc225140__void_BSPlatform__BNetResult_unsigned__int64_bool_{ REL::Offset(0x04488F60) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_2db861672ef3222e622fc6e45a100761__void_Actor_unsignedint_{ REL::Offset(0x043D1F28) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_30eb1d5bc2b9d6ae4ee7d6d599b9d087__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B1E0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_34ca4d2cb3abb74e14f6547c45584ec5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B170) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_35c9e85af3ac3bbbd7ed2568cdbf3d61__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AFD0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_39a899ccd47d79c0e880239f437c5605__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B078) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_39d9004daaead13d1142bd21c3889fd4__void_bps__client__BIEventClient__BulkEventsResult_{ REL::Offset(0x04345A98) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_3a065f65e612987ef75503bb93352629__void_BSScript__Stackconst_{ REL::Offset(0x04522018) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_3d1206d68bd154fbb45c4f583492a37b__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B598) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_3d1eb35d9e985f7f48c7b78dd0f5dc4a__void_{ REL::Offset(0x044ADE80) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_3ea1ef3009c720cecb451704a32813b5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D850) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_3f5c09d0b04134f1e2fd27bc98134128__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522168) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_402b6b2cf3423ce83cff3bc1cd824c16__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__Motd__Message_BSTHeapSTLAllocator_BSPlatform__Motd__Message_2___{ REL::Offset(0x04489988) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_4091ce050b80e984dd417f79fb124528__void_bps__client__BIEventClient__CreateSessionResult_{ REL::Offset(0x04345A60) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_429d91f21c20955e61a60d88028db1c7__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D6C8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_42c94d42aab591076c4f701b6a4ddf5c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B218) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_43e878a7f549f13e6eb351cff7c4bfd8__void_{ REL::Offset(0x044AE040) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_4dccea91ce7a8c84901e03d8daeebdf1__void_{ REL::Offset(0x044ADEF0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_527fa803cab9494af426fcb5366790b5__bool_BGSKeywordconst_{ REL::Offset(0x044C9D08) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_542f1bbb43e6c28f5ce82f130dbb7998__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B2C0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_5b9dc8dc260e8e699de8a340ce375773__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B288) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_5f90e84e4769be26f1d2fa6feefac45e__void_{ REL::Offset(0x044AE270) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_633338cb47e4bb804ff6b8d03f198a1a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B528) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_646248fb9034a6ddb932548e7d49446f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D8F8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_65251ad5213365d0137a05e1fe2d67a8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B4F0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_662d1933046d5577025af7b0e03b4e6e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D5B0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_682c30481b6f945aea581f28d4e66539__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522088) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_68a4952c753627b6fe5f1e5adb569f53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D498) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_6910601695f3dd7a3b6b918d3be3a895__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D8C0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_697c0a91b66ab3f6c7a782bea49b1331__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B5D0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_69faf50df0058a7a957d676816e44d1d__void_{ REL::Offset(0x044ADEB8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_6b6802b990080eb1f972ed3fdfb349be__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D460) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_6d1081504a31f0237eeec490f4089cbe__void_void_{ REL::Offset(0x04074418) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_6e5c678196ad94d42acbba02698228ce__void_BSPlatform__BNetResult_unsigned__int64_BSStorage_{ REL::Offset(0x0478F1D8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_6fad9a44932c23cb4c364726b83cc47e__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045220C0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_717dc205c7ab523420c0800b9e620bc1__void_{ REL::Offset(0x0447FD80) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_76f340027b84ed28b676175aa3299281__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D888) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_77392527259adccb8a2255e05849c42d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D578) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_78104d6457cc7c72b7b70dedbd4c7729__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B3D8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7a8458241d5d25022323237c491d8ecf__void_{ REL::Offset(0x044AE0B0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7ab3183038f8d3427088a16035449539__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AEB8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7b521c39367390feb40229c1163fbb50__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D5E8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7c4a786bf74d8f5789f0892713f97e58__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AF98) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7e2e399ef17308210647e0ff0d59e8c7__void_BSPlatform__BNetResult_unsigned__int64_{ REL::Offset(0x04489950) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7ece62f38092b876d5a29803f71ebe42__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2DA48) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_7f409a04a56b9fd44455212d87c431ae__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B138) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_80ccd6ef81c90a908ae7b9dc423ede29__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2ADD8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_811ffd3359415b814ad419ff4a6f7b6c__void_{ REL::Offset(0x044ADE10) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_816d88711d4f9b92fafc67d6d4128a01__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D930) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_81a7bbc2c642195c7bb8b5639a213323__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D690) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_83642b9649b829cac9b8f06fc6d8158f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B410) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_84cb86a16ff0b9443451d13f3a11f731__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AF60) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_850f684f539da753d4c4cafdf641fe49__void_BSPlatform__BNetResult_unsigned__int64_{ REL::Offset(0x04478380) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_8537d24bed03eba165d0ffdc179250fb__void_BSScript__Stackconst_{ REL::Offset(0x045222F0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_8668992420976022c5cc9aa39b736d8c__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ REL::Offset(0x045C4B08) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_86c0ac20e1dbb3512a09e5045908b2c5__void_bps__client__BIEventClient__BulkEventsResult_{ REL::Offset(0x04345A28) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_89a805409404f6f4936c6202133cf01b__void_{ REL::Offset(0x044ADF60) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_8b10bb14db18c9fe3d791996c1a19554__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522130) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_8b2ccaafdc8a81683c63b0eaf14891dc__void_{ REL::Offset(0x044AE0E8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_8c96b78c58fa606af46999ce51170c9e__void_{ REL::Offset(0x044ADF28) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_9002e4b1e35b9ef038662911247cc309__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B1A8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_90d8b86f0c99746f95e0b4ca1a49d2c0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AD68) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_91251eb0ccb3ea9b423b4f677c265616__void_BSPlatform__BNetResult_unsigned__int64_bool_{ REL::Offset(0x044CEB00) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_959037408af959a47613d3263db08c86__void_{ REL::Offset(0x044AE078) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_96f81aaee411c9d69a17525610aa912c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D738) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_9a30403d968053341e5f9d42784612ca__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522248) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_9b2acb054b0378783971fd92800f4976__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AE80) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_9cc4f951fdfbb95f22db9e2c68c900e9__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045221D8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_a04139f4e3187b0cd2a6b95ea874cd53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D4D0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_a13d905de0e2a393a2e6bfbe0a742d3e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D700) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_a20f4217b7a3254e87a494f37712d794__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B480) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_a71ec3d23cbd34c56e3ab5f51b222434__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x046CE528) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_a7b27cbe6a95c99fe2e5a1ad07327fa0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D770) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_a960ccc15d0834cd19d9a46ff87790ac__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2ADA0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_aad890f75e4062f7c55f96628ae4106f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D7A8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_ad85a4ab556638f1507b57127ea06ce0__void_BSScript__Stackconst_{ REL::Offset(0x045222B8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_adada3c624f9eca7e904af6dc451ca52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D818) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_ae34904a58a0c39380143f422d973695__void_{ REL::Offset(0x044AE190) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_af62d3ddb61e2c16f7fc06a107aede70__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AE48) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_b3b4d542f0127c892ab403b185e84e5f__BSContainer__ForEachResult_GROUP_REACTION_bool_{ REL::Offset(0x0436DFC8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_b78658f725809cc9dd249a08003323aa__bool_BGSKeywordconst_{ REL::Offset(0x044C9D40) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_b9e00420d4fc4dfbe8fa9e51782302da__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ REL::Offset(0x045C4B40) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_bb9da137c76683c6952446acd932ccf0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x046CE560) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_bbb177cd5f2ab74893d49615821de162__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D658) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_be876bc5186bff2513ff405e850f4e26__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B560) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_c0358fe6cc6cac72bc6034a1c670b93e__void_{ REL::Offset(0x044ADF98) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_c4800958f6f82d41dc7cbb1717f39ca8__void_{ REL::Offset(0x044AE120) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_c6efd732f69a7634ffbc6652dd87f951__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D7E0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_c84baf99ce6ed36961e2a863528ae6c4__void_Actor_unsignedint_{ REL::Offset(0x043D2068) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_ca274d93e4d5785b248b8ace84a4ed4b__void_BSComponentDB2__ReadInterfaceconst_BSComponentDB2__ID_std__vector_BSComponentDB2__ID_BSTThreadScrapSTLAllocator_BSComponentDB2__ID___{ REL::Offset(0x044CABE0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_cb2fcafcfeb79c7d26906b8fd4636ffc__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AD30) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_ccb70cc432f37ab029f06ab27c328d81__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AEF0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_cd1989fe22907f3fcc0eb0c2b41e761c__void_AnimGraphconst_{ REL::Offset(0x04560C30) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_cf04669e91edb1a2a3a4a7ab538c4837__void_{ REL::Offset(0x044ADFD0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_cf40a68354f922c38e03bbaecaec89aa__void_BSScript__Stackconst_{ REL::Offset(0x04521FE0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d2716ea6a0bca27a6edea85753279548__void_{ REL::Offset(0x044ADE48) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d494d179864a24a188f2eb416cfc06a3__void_{ REL::Offset(0x044AE2A8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d5eb0fcfb1f75702023297a060e3d5e6__void_{ REL::Offset(0x044ADDD8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d63799d362ac3db4a9c9d0e7433ec812__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D9A0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d6b1db4285e75a5294c6de830762ef47__void_Actor_unsignedint_{ REL::Offset(0x043D1EF0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d6b7d480f08985d7ee3bf3fb03c345be__void_BSPlatform__BNetResult_unsigned__int64_{ REL::Offset(0x0478DF78) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d6bd5d478c04329fe4e5b7137692c84a__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetLegalDocument_BSTHeapSTLAllocator_BSPlatform__BNetLegalDocument_2___{ REL::Offset(0x04489918) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d79ba8b68f8bfb45c6116d46101351b5__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522280) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_d95754b001c0346fcb32406fa2529480__void_Actor_unsignedint_{ REL::Offset(0x043D1F60) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_da4e66b37aa105058834c2c511a5082a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D9D8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_da5b3aa28c78420e8917d210cf7db403__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04522210) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_dd30620ba1022706aa733e4259f89e69__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ REL::Offset(0x045C4B78) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_e143d2028d7c6e7727d9fcbf5f405ea7__void_TESObjectCELL_{ REL::Offset(0x044480D8) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_e314fa56d63d042e53d81b69929b40ff__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ REL::Offset(0x0478ED10) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_e378063695a321b4b2acf80caf341be2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2AE10) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_e503aa7f15d4f88322c521738e9706a4__void_{ REL::Offset(0x044ADDA0) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_e7631ce55b316914c1d2ae323e980e52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B250) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f341899e72b3f390184c8afaa45b8f40__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2DA10) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f62ad8f2020d229c56fb36f626d1e603__void_{ REL::Offset(0x044AE238) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f65d030aafad32c4af72d47dea60cb6a__BSContainer__ForEachResult_GROUP_REACTION_bool_{ REL::Offset(0x0436DF90) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f67bd8b1575a9567e8027e8330c2f249__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2D540) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f859861f5c36dce485d0d6709c81dc49__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B330) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f8994df1e8cbcd7696e7a20a6f1ea094__void_{ REL::Offset(0x044AE008) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_f8c535b0014544bb8393cece85acfa2a__void_charconst_{ REL::Offset(0x043E7598) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_fa004aa12b59941545af99ec12cc7d0e__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ REL::Offset(0x0478DF08) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_fb8c6beb0e5aad17d74f55e9e0f525b2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2B008) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_fc80caba2d13a4a8de1b555915600790__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ REL::Offset(0x0478DF40) }; - inline constexpr std::array std___Func_impl_no_alloc__lambda_fe17593311fc5854adb218aa3b5d2156__void_{ REL::Offset(0x044AE2E0) }; - inline constexpr std::array std___Func_impl_no_alloc_bool___CombatActorRefPtrconst_CombatPathconst_float__bool_CombatActorRefPtrconst_CombatPathconst_float_{ REL::Offset(0x04469100) }; - inline constexpr std::array std___Func_impl_no_alloc_bool___TESObjectREFR___int64__bool_TESObjectREFR___int64_{ REL::Offset(0x043699F0) }; - inline constexpr std::array std___Func_impl_no_alloc_bool___charconst_int_charconst__bool_charconst_int_charconst_{ REL::Offset(0x044D2FF8) }; - inline constexpr std::array std___Func_impl_no_alloc_float___ActorValueOwnerconst_ActorValueInfoconst__float_ActorValueOwnerconst_ActorValueInfoconst_{ REL::Offset(0x044436A0) }; - inline constexpr std::array std___Func_impl_no_alloc_float___CombatFormulas__WeaponDamageconst__float_CombatFormulas__WeaponDamageconst_{ REL::Offset(0x0446F540) }; - inline constexpr std::array std___Func_impl_no_alloc_float___NiPoint3const_float__float_NiPoint3const_float_{ REL::Offset(0x044D3070) }; - inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____NiPoint3const_float_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ REL::Offset(0x04597D68) }; - inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____bool_bool_NiPoint3const_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const__float_bool_bool_NiPoint3const_float_{ REL::Offset(0x04597D30) }; - inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_float_TES____NiPoint3const_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ REL::Offset(0x044D3118) }; - inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_void_MoviePlayer____void__MoviePlayer__void_{ REL::Offset(0x04590058) }; - inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TES____bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_std___Ph_5_const__void_bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float_{ REL::Offset(0x044D30A8) }; - inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TaskQueueInterface____float_NiPoint3const_float__TaskQueueInterface_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__void_float_NiPoint3const_float_{ REL::Offset(0x044D30E0) }; - inline constexpr std::array std___Func_impl_no_alloc_std__greater_float__bool_float_float_{ REL::Offset(0x044969E8) }; - inline constexpr std::array std___Func_impl_no_alloc_std__less_float__bool_float_float_{ REL::Offset(0x04496930) }; - inline constexpr std::array std___Func_impl_no_alloc_void___TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy___void_TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ REL::Offset(0x0455F5C8) }; - inline constexpr std::array std___Func_impl_no_alloc_void___cpr__CurlHolder__void_cpr__CurlHolder_{ REL::Offset(0x04074450) }; - inline constexpr std::array std___Func_impl_no_alloc_void___void__void_{ REL::Offset(0x044BBF08) }; - inline constexpr std::array std___Func_impl_std___Binder_std___Unforced__lambda_3c93bc5d7b3f96fd053f30f2cec7bd09__std___Ph_1_const_TESObjectREFRconst__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B7E8) }; - inline constexpr std::array std___Node_assert{ REL::Offset(0x04345830) }; - inline constexpr std::array std___Node_back{ REL::Offset(0x04345870) }; - inline constexpr std::array std___Node_base{ REL::Offset(0x03F2A8D0) }; - inline constexpr std::array std___Node_capture{ REL::Offset(0x03F2A498) }; - inline constexpr std::array std___Node_class_char_std__regex_traits_char__{ REL::Offset(0x04345758) }; - inline constexpr std::array std___Node_end_group{ REL::Offset(0x03F26AB0) }; - inline constexpr std::array std___Node_end_rep{ REL::Offset(0x04345850) }; - inline constexpr std::array std___Node_endif{ REL::Offset(0x04345860) }; - inline constexpr std::array std___Node_if{ REL::Offset(0x04345840) }; - inline constexpr std::array std___Node_rep{ REL::Offset(0x04345820) }; - inline constexpr std::array std___Node_str_char_{ REL::Offset(0x04345748) }; - inline constexpr std::array std___Ref_count_BSTArray_BSTSmartPointer_BGSLocation_TESFormExternalPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x043C9590) }; - inline constexpr std::array std___Ref_count_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ REL::Offset(0x04591308) }; - inline constexpr std::array std___Ref_count_HavokParticleDef__BaseShape_{ REL::Offset(0x0457BE80) }; - inline constexpr std::array std___Ref_count_Particles__BaseCustomParameter_{ REL::Offset(0x045912E0) }; - inline constexpr std::array std___Ref_count_Particles__Intrinsics__SharedAsset_{ REL::Offset(0x045912B8) }; - inline constexpr std::array std___Ref_count_Particles__ListFloatCurve_{ REL::Offset(0x04591268) }; - inline constexpr std::array std___Ref_count_Particles__ResourceDependency_{ REL::Offset(0x04591290) }; - inline constexpr std::array std___Ref_count_obj2_ActorValueSnapshot_{ REL::Offset(0x04344FA8) }; - inline constexpr std::array std___Ref_count_obj2_Particles__SystemDefinition_{ REL::Offset(0x04590C50) }; - inline constexpr std::array std___Ref_count_obj2_TimeMultiplierProvider_{ REL::Offset(0x04397160) }; - inline constexpr std::array std___Ref_count_obj2_cpr__Session_{ REL::Offset(0x045603A8) }; - inline constexpr std::array std___Ref_count_obj2_nlohmann__detail__input_buffer_adapter_{ REL::Offset(0x044BE1C0) }; - inline constexpr std::array std___Ref_count_obj2_nlohmann__detail__input_stream_adapter_{ REL::Offset(0x044CF9B8) }; - inline constexpr std::array std___Ref_count_obj2_nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char____{ REL::Offset(0x04345B28) }; - inline constexpr std::array std___Ref_count_obj2_std__atomic_float__{ REL::Offset(0x04388D90) }; - inline constexpr std::array std___Ref_count_obj2_std__basic_string_char_std__char_traits_char__std__allocator_char__const_{ REL::Offset(0x04345B00) }; - inline constexpr std::array std___Ref_count_obj_alloc3_ActorValueSnapshot_BSTHeapSTLAllocator_ActorValueSnapshot_2__{ REL::Offset(0x043710D0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSAudio_Internal__WwiseEventMetadata_BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2__{ REL::Offset(0x04457568) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSDistantObjectBlock_BSTHeapSTLAllocator_BGSDistantObjectBlock_2__{ REL::Offset(0x04451DE8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSDynamicLODBlock_BSTHeapSTLAllocator_BGSDynamicLODBlock_2__{ REL::Offset(0x04451E10) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSFadeManager__Group_BSTHeapSTLAllocator_BGSFadeManager__Group_2__{ REL::Offset(0x0434A190) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSLODNode_BSTHeapSTLAllocator_BGSLODNode_2__{ REL::Offset(0x04451970) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSLoadedSceneLODBlock_BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2__{ REL::Offset(0x04451E60) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSPlanetContentManager__BlockContent_BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2__{ REL::Offset(0x044D3A30) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2__{ REL::Offset(0x044CEAA8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSChargenAPI__CustomizationData_BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2__{ REL::Offset(0x044C9008) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSFloatCurve_BSTHeapSTLAllocator_BSFloatCurve_2__{ REL::Offset(0x04452540) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSGFxObject_BSTHeapSTLAllocator_BSGFxObject_2__{ REL::Offset(0x0458E6F0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSLog_BSTHeapSTLAllocator_BSLog_2__{ REL::Offset(0x044D3A58) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSMenu3D__Scene_BSTHeapSTLAllocator_BSMenu3D__Scene_2__{ REL::Offset(0x0434CB40) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__{ REL::Offset(0x0434FB98) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSSpinLock_BSTHeapSTLAllocator_BSSpinLock_2__{ REL::Offset(0x045591C0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2__{ REL::Offset(0x045986B0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2__{ REL::Offset(0x044D3B58) }; - inline constexpr std::array std___Ref_count_obj_alloc3_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2__{ REL::Offset(0x044D3B80) }; - inline constexpr std::array std___Ref_count_obj_alloc3_LOD__Details__LODWorldSpaceData_BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2__{ REL::Offset(0x04451920) }; - inline constexpr std::array std___Ref_count_obj_alloc3_MissionData_BSTHeapSTLAllocator_MissionData_2__{ REL::Offset(0x0440EC80) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedAssociatedUID_BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2__{ REL::Offset(0x045995C8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorAlphaCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2__{ REL::Offset(0x04599618) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2__{ REL::Offset(0x04598610) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2__{ REL::Offset(0x04598688) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCustomParameter_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2__{ REL::Offset(0x045984F8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2__{ REL::Offset(0x04598570) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedHeightmapData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2__{ REL::Offset(0x04598480) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedLODCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2__{ REL::Offset(0x04598598) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedMesh_BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2__{ REL::Offset(0x04598660) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedNoiseGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2__{ REL::Offset(0x045985C0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedParticleSystemSpawnParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2__{ REL::Offset(0x04598548) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRGBColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2__{ REL::Offset(0x045985E8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRandomVariableDistributionValues_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2__{ REL::Offset(0x045995F0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRuntimeInfo_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2__{ REL::Offset(0x04597CB8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedSkeletonData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2__{ REL::Offset(0x04598638) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedUpdateForcesParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2__{ REL::Offset(0x045984A8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__ListFloatCurve_BSTHeapSTLAllocator_Particles__ListFloatCurve_2__{ REL::Offset(0x045984D0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__ListParticleCollisionInfo_BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2__{ REL::Offset(0x04598520) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__MeshDependency_BSTHeapSTLAllocator_Particles__MeshDependency_2__{ REL::Offset(0x045995A0) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__ParticlePerformanceManager__ParticleRequest_BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2__{ REL::Offset(0x04597830) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Particles__PointInMeshDependency_BSTHeapSTLAllocator_Particles__PointInMeshDependency_2__{ REL::Offset(0x04599578) }; - inline constexpr std::array std___Ref_count_obj_alloc3_SaveLoad__BlockingIOWaiter_BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2__{ REL::Offset(0x0440ECA8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__BuildingLevel_BSTHeapSTLAllocator_SnapData__BuildingLevel_2__{ REL::Offset(0x04397748) }; - inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__Stairway_BSTHeapSTLAllocator_SnapData__Stairway_2__{ REL::Offset(0x04397770) }; - inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__StartingFoundation_BSTHeapSTLAllocator_SnapData__StartingFoundation_2__{ REL::Offset(0x04397720) }; - inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__Workshop_BSTHeapSTLAllocator_SnapData__Workshop_2__{ REL::Offset(0x043976F8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_StarMap__ButtonHintBarWidget_BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2__{ REL::Offset(0x044B87E8) }; - inline constexpr std::array std___Ref_count_obj_alloc3_WorkshopHavokUtils__DropProxyData_BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2__{ REL::Offset(0x04459380) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__BulldozeOnlyWorkshopItem_BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2__{ REL::Offset(0x0455C350) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__DecoratedHabWorkshopItem_BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2__{ REL::Offset(0x0455BB78) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__InventoryItemWorkshopItem_BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2__{ REL::Offset(0x0455C328) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__PackinWorkshopItem_BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2__{ REL::Offset(0x0455BB50) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__SingleWorkshopItem_BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2__{ REL::Offset(0x04459728) }; - inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__WireWorkshopItem_BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2__{ REL::Offset(0x0455E640) }; - inline constexpr std::array std___Ref_count_obj_alloc3___BiomePlacement_BSTHeapSTLAllocator___BiomePlacement_2__{ REL::Offset(0x044D3B30) }; - inline constexpr std::array std___Ref_count_obj_alloc3___BlockingPromoteReferencesWaiter_BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2__{ REL::Offset(0x0436F678) }; - inline constexpr std::array std___Ref_count_obj_alloc3_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2__{ REL::Offset(0x0436E978) }; - inline constexpr std::array std___Ref_count_obj_alloc3_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2__{ REL::Offset(0x04451948) }; - inline constexpr std::array std___Ref_count_obj_alloc3_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2__{ REL::Offset(0x0439E4B8) }; - inline constexpr std::array std___Ref_count_resource_ActorValueSnapshotconst__lambda_3d6d882571e717a31b802345d8629cbb__{ REL::Offset(0x04344F80) }; - inline constexpr std::array std___Ref_count_resource_ActorValueSnapshotconst__lambda_ff24cf077dd97fea65adab249ee0291c__{ REL::Offset(0x043710A8) }; - inline constexpr std::array std___Ref_count_resource_BGSTerrainBlock__HeightMapBezier_std__default_delete_BGSTerrainBlock__HeightMapBezier__{ REL::Offset(0x043A0400) }; - inline constexpr std::array std___Ref_count_resource_BSBind__Snapshot__lambda_23104a4f4bc9e99a333407e5532b9c2e__{ REL::Offset(0x045986D8) }; - inline constexpr std::array std___Ref_count_resource_BSChargenAPI__RestorePoint_std__default_delete_BSChargenAPI__RestorePoint__{ REL::Offset(0x044AEDB8) }; - inline constexpr std::array std___Ref_count_resource_BSMenu3D__Scene_stl__detail__AlignedDelete_BSMenu3D__Scene__{ REL::Offset(0x044B87C0) }; - inline constexpr std::array std___Ref_count_resource_BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator__void___BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator___{ REL::Offset(0x043A0348) }; - inline constexpr std::array std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable__void___BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable___{ REL::Offset(0x043A0320) }; - inline constexpr std::array std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable___{ REL::Offset(0x043A0BF8) }; - inline constexpr std::array std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable___{ REL::Offset(0x04389BE0) }; - inline constexpr std::array std___Ref_count_resource_HavokParticleDef__BaseShape_stl__detail__AlignedDelete_HavokParticleDef__BaseShape__{ REL::Offset(0x04590470) }; - inline constexpr std::array std___Ref_count_resource_StorageTable__Particle__ParticleDataBufferPooled_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled___ReleaseToPool_{ REL::Offset(0x04597C90) }; - inline constexpr std::array std___Ref_count_resource_Workshop__PowerLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__PowerLinkWorkshopItem__{ REL::Offset(0x0455BBA0) }; - inline constexpr std::array std___Ref_count_resource_Workshop__TransferLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__TransferLinkWorkshopItem__{ REL::Offset(0x0455D428) }; - inline constexpr std::array std___Root_node{ REL::Offset(0x03F29060) }; - inline constexpr std::array std__bad_alloc{ REL::Offset(0x040743B8) }; - inline constexpr std::array std__bad_array_new_length{ REL::Offset(0x040743D0) }; - inline constexpr std::array std__bad_cast{ REL::Offset(0x04345808) }; - inline constexpr std::array std__bad_optional_access{ REL::Offset(0x044CCA00) }; - inline constexpr std::array std__bad_variant_access{ REL::Offset(0x04363CB0) }; - inline constexpr std::array std__basic_filebuf_char_std__char_traits_char__{ REL::Offset(0x0434FB00) }; - inline constexpr std::array std__basic_ifstream_char_std__char_traits_char__{ REL::Offset(0x0434FAF0) }; - inline constexpr std::array std__basic_istringstream_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ REL::Offset(0x04570700) }; - inline constexpr std::array std__basic_istringstream_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x040745C0) }; - inline constexpr std::array std__basic_ofstream_char_std__char_traits_char__{ REL::Offset(0x045A7010) }; - inline constexpr std::array std__basic_ostringstream_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x040745E8) }; - inline constexpr std::array std__basic_stringbuf_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ REL::Offset(0x04570680) }; - inline constexpr std::array std__basic_stringbuf_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ REL::Offset(0x04369FF0) }; - inline constexpr std::array std__basic_stringbuf_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x04074488) }; - inline constexpr std::array std__basic_stringstream_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ REL::Offset(0x04369FE0) }; - inline constexpr std::array std__basic_stringstream_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x04074508) }; - inline constexpr std::array std__codecvt_utf8_utf16_wchar_t_1114111_0_{ REL::Offset(0x040DDFA8) }; - inline constexpr std::array std__collate_char_{ REL::Offset(0x043457C0) }; - inline constexpr std::array std__exception{ REL::Offset(0x040743A0) }; - inline constexpr std::array std__logic_error{ REL::Offset(0x0433E2C8) }; - inline constexpr std::array std__out_of_range{ REL::Offset(0x0433E2E0) }; - inline constexpr std::array std__overflow_error{ REL::Offset(0x04074538) }; - inline constexpr std::array std__range_error{ REL::Offset(0x040DDF90) }; - inline constexpr std::array std__runtime_error{ REL::Offset(0x04074520) }; - inline constexpr std::array std__underflow_error{ REL::Offset(0x04074550) }; - inline constexpr std::array std__wstring_convert_std__codecvt_utf8_utf16_wchar_t_1114111_0__wchar_t_std__allocator_wchar_t__std__allocator_char__{ REL::Offset(0x040DE000) }; - inline constexpr std::array stl____DefaultThreadPool{ REL::Offset(0x0478DD08) }; - inline constexpr std::array stl__local_function_detail__ILocalFunction_BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0433E258) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_000c2bc91e692d584ac1baa555b3bf4c__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialUVStream_{ REL::Offset(0x04760D20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_002cdac9824482e53599b50cb63810df__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x043504D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_00607e6a2f9113f3a94c8a7d10a586a9__void_unsignedint_{ REL::Offset(0x043872F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0064a2bb7ba8da7e3d6d3acbe3cd7b7a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BCA40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_006bc4f27e9855fea530460c46b8e9c3__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ REL::Offset(0x04368670) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_00dbd76298ea8207e1d5f7478862ce30__void_{ REL::Offset(0x0457D418) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_00f5d3243d0f4b1dc17e1fcf13cb2513__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D04E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_010723918dc90d50aee5dab85e533842__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04477720) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_010fe96a4f1239884ed845cee3bbc0f4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436C2C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_015e69c9ed3af12170993fa8ae797e0f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D9708) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_018405301feba137d8649bed7ceab5bf__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BB2C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_01dd70cb58f43a44ef1c678c91f43b28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1240) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_01eef3ac657707e87817586b9695f0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D10E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_01f44f48bc948457011240bb9ba8f398__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043739A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_022772e24078711ca5eefbd36c5c2e7b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EC78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02437a4d76640cd651168ea3a4553b1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045B2160) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_026794b3566939078e11bd9ff33bdcb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A0D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_029f3c764ba51772945246963846dc84__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CB08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02b061c97771180289dfab8eb3069918__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04443738) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02c98e6932b5711bd897d3fafb2aaecb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EAD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02cd77bf93bf46d00ec597c161aeed67__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413178) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02d036ef1bc6670372365875e3df3ffc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFF60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02f2e3ffdd328e3f270465a8f7673587__void_void_{ REL::Offset(0x045A6FD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_031216179adb8b381d7e0122751786aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044823B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03646e0cd05612a4914c46f1b655c648__void_void_unsignedint_{ REL::Offset(0x0433EBD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03ad6f00e153dac56b019ad5cd8deb5b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D12C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03d02d46c8e857eb84d407a8cfb68384__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B4380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03d03833a75821a127d985eb57ecd33e__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D8EB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03f925ff02dac8165feadaa32d10cc6d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE4E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_041c7bca7c8c13ddc0fac3c8bf0c23b1__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x04580170) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_042954e4d3244f3845ef0f780bc0f44a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5D80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_043fcfecd2290b14d25ee05a76c55da7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0DC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_04580771b11b3436731d66ee11597cd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C75C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_047c22c69575479c58a69ea50875c91b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C6E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_047f75f8799ffe731c46546a70e95a9f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458EF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_04b8e11adff9605bfd2783ce32f33b16__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04477F58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_04c66e9f85368f7cc86c0530ef3e9170__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577BB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0537969ced82f98d50ebcaf125d0ba18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE638) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_055d9a010897b928b3941846d855a050__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5C60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_05704554ca2796abcdc2bf952be538cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045590B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_058daf063eda367ccc6b82ae10bb112e__void_unsignedint_{ REL::Offset(0x04385100) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_05dc519a55eddec303405115bfb97a07__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C7358) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0610e93dd0f527cbd3a064cee3c114fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435AE00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_062b3b4cd4eb3c2c45c6f15eb6567bc4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A050) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_06613126aa3823eef0124efe8e5b8448__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0940) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_066504b293d732a08f84f7db533485b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044931C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_067f2ecc50a135a4545cca41b5c874b8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD808) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_06e1d2dfe3fefab6d62e48a53f7ffa63__void_unsignedint_{ REL::Offset(0x043864F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_071b2e20eb0f2269db0242fbaf6a4642__void_unsignedint_{ REL::Offset(0x0455F4A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0751034346c861c925cced2770f1cd9f__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x045493D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0765007debf24a394c735bba3bbeb43b__void_unsignedint_{ REL::Offset(0x0439E928) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07898f97ccf90a316d4cb110bdf68762__void_unsignedint_{ REL::Offset(0x043846D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07972f49d9025895a72c38ed513689c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1420) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07b64421c5318f216ec37ee88ce3b16c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CF520) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07c6530db2ea945ee997f448d2adca09__void_unsignedint_{ REL::Offset(0x04386F18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_082e796f2aa7ec0d3c482f0cf68e116a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BE248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0834f083454565d578997685f2c6beff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0B80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08357c026e2afbfaeeddfb2d083e294f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5BB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08a2111065cbfed2956ed17c67ea963c__void_unsignedint_{ REL::Offset(0x043871B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08ac96a2870721446d1088e4333204a4__void_unsignedint_{ REL::Offset(0x0455F448) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08bc6da7a918a4ba935952d4b7da534a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5AA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08fe72f2ca93cfc0a51735eacaef2862__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04369C48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_090ef0128e77fc22846908db082a367d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EA40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_093fefe995189c002ce4792887e8c4cd__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043729C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_09433c1d89e939c0f9737eeeaeab0c06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C760) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_099b5f8f8ed421180d68ca3e51ba8f0f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044578E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_09c3667e23a2fca5a7638290de561b30__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04373A30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_09eff6a449ded3e0b594208a9753a9c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA940) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a0cfa3b25305da52ae3bc94e335d81d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a5623952f776862926c09c28c70d2d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE4F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a764caff0fc17e0e2639177f2709953__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5B00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a955fe5911f999c383e807e8c1c7d18__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458AD18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0ad079b62572f880d00a543d99b26fbf__void_unsignedint_{ REL::Offset(0x0447C7D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0ae8d4e46768b4230788ea7d67b7ac9c__void_unsignedint_{ REL::Offset(0x04383D80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b1940f2fd29259db640e0d72fbb8ea8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b2f1a273652ad44d342ea09487d7e6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04363268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b56eba4c715d5e66ace9e9086e1767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1440) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b6b7e0a81e3625f62a70a90a0fe55f6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04388F48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b74369e83676b45d2e59a47ba409483__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04479D50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b8599b55322c8342afdcadf9cfe5c70__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437AD88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0bd12ba1f6f0f2a7ccf649063616670b__void_unsignedint_{ REL::Offset(0x04387330) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0c0b70c8e979c7504d6e93348a44da9d__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04457610) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0c20b3a1a641dd3a5abafeb241b9c6d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0c9eedd02d6a8f0c056464845e986895__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C9AF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0cb2f668e71fe299b48b8ab4b5831137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD868) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0d2388d9230ec37dd78006b1bef6823d__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ REL::Offset(0x045AD618) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0d40ffa2c1c5b2b5c56db04fec1757f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0d7910dc8d914eaa0a056bafa5514fd6__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043E75D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e171742fd06e0c91c4a5023a6b2918f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CA68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e2dae045754b90f08a6f32e28ef418d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e66d86769b8a46de5486772fed51ead__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA900) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e91f6af0a1693d716c757c6a3b9ae0f__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0453C700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0edbf88380192ddccaf057a3959e0994__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE4C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0f758009375662801b403c5b1687127f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0660) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0f9d29adaf95ca39d77ca9442e83a788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5B20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0fc78b1c468af56b6f90b60e86e9ec65__bool_{ REL::Offset(0x045C5C50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_100c770224e08e2d5c708bb24ec15e28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF718) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_101bdfd4c2d9a894d2a4e56b5538c58a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0AC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_10609465ea43953e8d7c34f067739cc5__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ REL::Offset(0x043CB068) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1131245b9cc9b36de2049fbd8500f535__void_unsignedint_{ REL::Offset(0x04384AA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1155f1a015bd3f6ee57f21817c1624e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0760) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_117b7fd3332703a9fb9a064062472cb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABE28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11b455df9639aa4bec5731189ca75ee9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D07E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11d7fb91a3aed9f8e7f56122a19bb81a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044516A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11f0b03d272265d96417b8d634d52571__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0788) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11fa97bb3f2003a46479b34e4f37a9cd__bool_{ REL::Offset(0x0457D1F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1248516fceba4d499e64b8f8c0ad3a3d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B3328) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1249143064a065daafd70e3cc13f7183__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044968E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_12d6ce443db3f715a2b0262946a088c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458E50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_12ee6cac7927d77c1f731cbe0cc06d7c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044B99E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1346fabb2494390b44431fff42206213__void_void_{ REL::Offset(0x045A6F90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_135c3638d7d70965d3c3d452c224d6a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458F50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_13614c5fd78e9c6188422e43aa5b63d5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413078) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_13f45de65082574534fb8fb72df4f3c0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A93A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_13f617a5db169c8feabd66a09a4de45a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04389FE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_14914e428d128cbbd29a90d2ce28b753__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E7C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_149ca2a5b65cb73c8a8532a6abc1ee2f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E550) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_14c8eb593e8a3b57b4ba3710c1112fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435B0D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_151ad813b724e4c34147bb3882533437__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A150) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_155702b0ced0bedfa8e719364015094c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0E60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_165cb867d7f37e4c11d2e86ef3a90c15__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04358D98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16aaef2c7ba6eb44b9b0222554ff265e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C0868) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16b0361a3c589dfe7276dd35877ed359__void_unsignedint_{ REL::Offset(0x04386BE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16ba65de0491a4be033db74d05ff70ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A190) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16e068e9316879858145b5b68339da87__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E808) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_17450fef0adf983d9ed378d0f32fb678__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E588) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_178ae502a371f3a1acbcf21280114cdd__void_unsignedint_{ REL::Offset(0x045BBB70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_17f2b89a687dc070af57bb20de860045__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044F0580) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_18170bee4a68a3eda40753b529934498__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEBD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_183254d954813773364c1fd4b7b1e034__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455C378) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1840daea7826b8e9c8f5e2e047f43bb2__void_BSLODMaterialInstances_{ REL::Offset(0x0458AD78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_186b8f532ff79c07732a1aaf171856f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5B70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_18a95ad928865ef6a37b489dfaa3d728__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044ECA48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_18b1a0fb251a85e07a6471c948300df7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04457978) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_190b9dd2d653ba7f3b6861e9fa86f419__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0900) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_192ae3af0815cb6b9fc6733328e528a2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436DE28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1988b948714dd6264a8e93a4e5579e9b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AA860) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19b6ff296cfc5e97f4a9323149ec4b4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19c5cca14be9b106b071c93302b223ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A1878) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19cec2ed0a3c58522217ba7815488a43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEA38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19fb53ef1dd321303c142d05da7b126c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8F70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1a44e05dc7f727f3b5b251957f041f4f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EA00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1a5645d192d0cf8e6cbd4e0609bee1cb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455F800) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ad4dd0aefb1c1c866ec34d7465dcc5d__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436DC80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ae00cf4151c47d1f166248e0aad65a0__void_unsignedint_{ REL::Offset(0x044EA2F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1af04716285ad203e489e40022e2a902__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6A28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1c443cc03af1dd24fba089abcac479f5__void_unsignedint_{ REL::Offset(0x043CCDD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1c4a12d53e54923a826e404e877d1b7d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04441430) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1c6161d923108da4b98674c2a192f70c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C9E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1cc4d862ceb22f842be1224c4d92dbd0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1cd0394648f62e65d6a0efd983d11450__void_void_{ REL::Offset(0x045A6F30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1cdba3806037bc27d0ca6ee727d8a439__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04484C50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d37a49867caba0100448de9cf4e3dcd__void_unsignedint_{ REL::Offset(0x0459BCF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d5c9376fd7858a46117e703a500558e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d78be3d0f56cc7a0caeabc4e7bd5cdc__void_unsignedint_{ REL::Offset(0x04386B80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d9cd4de79b783b430a3242445fa5138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440EB78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ddba45a7dd244f19e24f2ef9eab7d85__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ REL::Offset(0x0457D4F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1e1ddd82655726a6167667f223bfa424__BSContainer__ForEachResult_bool_{ REL::Offset(0x04370130) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1e727d82a7992370e02aef21393cdb0c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D04C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ed5be4c65b9b9189f885d0955d553c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC8A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ee92f7463c660fb40f9c6b806fb3d50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0B20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f1a698004bf633cf0dbe5c2e35ebbad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5C00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f21f4d4c24ed2953b6cdb383977124d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04484248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f56e9e7de8651f3488236e5ec86a5bf__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447BCC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f8a79139c10d6d272f66ada9046db0c__void_unsignedint_{ REL::Offset(0x043CCD98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f9303980d2cceeb15fc92b58bab100f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04486650) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f9fe05aa4558d87f699f2344d191f4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04409950) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1faef3b747aae0ba020527a2fcbf680f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043709A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ff619942437b1d76282994c096b5d30__void_unsignedint_{ REL::Offset(0x04387190) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ff8459b4dd4aa0990ff23c7f7a186db__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576AF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2004c8552af58531fdd9fbc7b10fb68c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576B30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_202e4bf630e16bee1c31aa5ada8e479a__void_unsignedint_{ REL::Offset(0x04382578) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_203665771ea3fb8dd90b33e0fd8bccbe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A08F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_208d0bf6a8cd15c395c855dfec927a3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0540) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_20affaef86b45542fa08e4699eafe14a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0449DE60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_20bfc211f53ea3a57c960a878e38146f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0B38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_20f52f7dd783011989b5959f68dda639__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04373A50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2137db1857b290e53570e3d3b77377d7__void_unsignedint_{ REL::Offset(0x04386E98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_21489826080a198812dab652607bde1a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E548) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2148a6d35cff876795dafb3ea8bfb2d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0780) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_218bd65a095de445c1c14eeac6e7025e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045761B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_21c0cbe708553e8652212c7fdd6915d4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044516C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22073efea8b9dd2deae3fb34775910dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEC38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22236fa83922f99ea029ec8cb0d70536__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EBD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2228f637bdbd64459301003788740bb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEC18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2268b4ef5509db6338acdb3368b9824e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABE08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22a12d245c2e4d87a347f8b062af4a19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B87A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22a2ed9f238736cff8166922ed9cec3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22a6acf034460c767ab2adeb306804bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043A58F0) }; - inline constexpr std::array - stl__local_function_detail__LocalFunctionImpl__lambda_22bebef2c8172a40306e44246e56a2ba__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - REL::Offset(0x0436DD00) - }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22ce4c7260c3d45c2f57f7d7c3b12c82__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0D08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_231bec4da84e23c83bbc7d5942057771__void_unsignedint_{ REL::Offset(0x04387250) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23666ae35e860f0f5283c15b09d63432__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04459300) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2397fc34ddc536cddff03197c0770d8b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5BA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23b82f147fe7c804da40442fc816012c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04559180) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23d4f7ce9f3924142f98940bd9105579__void_unsignedint_{ REL::Offset(0x04385878) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23f2406c2df0ed3fc4d7a1b9f15bd1c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C6C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2429ca6b8e8d4e7ffb86ca4c863958b9__void_BSLODMaterialInstances_{ REL::Offset(0x0458B0F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2470bd52f37a1bc90d2267ca1cf712b1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440EB58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_247ca897834a2fa5bed173fb99013b9d__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447BCE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24b341e7d5b3458a13baafe9d958a975__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A0F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24b3b63f4c0928bfe784f3ce19d9a5f6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366E60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24bef68d0894836350afffb77885dd62__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C7E68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24d5a60e582cd21ff99c3b0475270abc__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04495E78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24f764b843ad20f133beeee03ceffd14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_255f16eb506857517c633c5775af0b04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC8C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_25b8ddc9146a6e9761941621c1c7b869__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD848) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_263d2f1bc46621f4cb52ccf60fefd3b7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D5F70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_266adfe2c34fb17be36ac5ec6558b0f6__void_unsignedint_{ REL::Offset(0x04386D28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_266ecedd5d03cf079fe997e5335d21af__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576A90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_26a0de5da0525dde02729a1ac775f795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04483BF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_26f186e73cfe08ae09d2ac0c26471378__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440EAD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2722a6d0ed2668a4b12793714339b2df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2764945e525802491dcea6a51dd1b3ee__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04390248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_277ee284ccef0cc591ff0150921d2eeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E570) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_27808c012ebf5d0cf07c50a0b11886d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447B4A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_27c01463a5cdf3758b6e57d077c9139b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5C20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_287daa440af32aa7da3ce0e77f53d311__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04373A70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_28874cab6ce17f99f13a382aa1aeb1f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_288c435576a648f67b3f2f89200013f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BB2E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_28df8e061506f0fd67a7fd687783e6ba__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CA88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_290128977a5c53e8a6188c5dd719e603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0F00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_290e27585ba66db994fa0cec9b4a7719__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A220) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2951b0f35e17f306ca91dca2550b90bd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0444EC78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2967a656246ce720fc5d500253400486__void_unsignedint_{ REL::Offset(0x04386EF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29bf16aedf2507d90796155e035709a8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04349D00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29c5366545e186642b249be47d8c546f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04575968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29cff3ba13df551d4b9edb29d2850217__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458E70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e246bc6888bfd02ca6d5a346ee5e7b__void_unsignedint_{ REL::Offset(0x04384AC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e27304b7e327c12510ab296640334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2028) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e522595dd6f73480c48a79aa48b3ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8CD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e693b24cc3738f8fe797823d259eba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C780) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29f87c81a707538cae8cc9652c67085f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04459360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a709b444cd99054a16f9c13151bb643__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B4450) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a85d390953d413f520cad271e60aa6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1480) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a87464231f1a524f931d418a287e0a0__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045A6660) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a898922ddee86cb16bd8d8801f94235__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436DC60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2ac5ebbe7fc78724b9efe82c0ee52d78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA980) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2ad2a39035be940c14d210b3b31aeaa1__void_unsignedint_{ REL::Offset(0x043872B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2ada3c6d94c514a3d3632502312b7904__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b14adc26ff9d7b9d991812ed1195d94__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437ACD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b2b8b43caceddcd42dba932e10fe29e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A030) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b63cf6af91af966347407211606fbcd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459010) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b7bed351733438d80c161b318135ccc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04357460) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b8f91df58c898d7081d7baf81216ff1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CEA10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2bbac5185ee95a42f9497a7ca17733f8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04388BA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2bd6c6eee80d274e33203c367b9dd6c8__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447BD00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2c0f046e2b3d90de69247ccf7836671f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434B648) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2c617ec838db594f7dd278859583f689__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458AC88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2cadd81c6f488ea9c07f88a095cecbb4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577B98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2cc414147c61ada9ce765a0df4fbd0d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A2C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2d0a379b148b2a2dd21b05b2bf8c5046__void_void_unsignedint_{ REL::Offset(0x04342BE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2d6f2b6d88da84ade7b9dcac9c814666__void_unsignedint_{ REL::Offset(0x04383DA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2dedcd48cded2e93f83575e9cedcc31b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366DA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e2ad3092a314eb8566b78d9439ef20d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D8D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e5421e4db4ddb76b742f67f0e6471ef__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044131D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e565b1d7b48588d7a6b021cd4b558fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04561078) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e89fdad2e0e84423ed3e0541c4bafed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451CA08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e8e233c95a346aaf4175be8a9a4c83f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5348) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f2762d250e0414f7fd0ac26b143f445__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D31B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f63700f85078dda67d936c1df452fbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D07A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f94f7601904660f6f7df62c683c9bf1__void_unsignedint_{ REL::Offset(0x04388660) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f96550ffc2a7381fd9f6f8ab938e58e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D3030) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2fdc5bff1dd122de3ed9ff67d5746553__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A22E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30008154a6803c8a1264cabdb6a5530f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEC98) }; - inline constexpr std::array - stl__local_function_detail__LocalFunctionImpl__lambda_30055cd6b8a60022c76677e0e75f55f1__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - REL::Offset(0x0436DBE0) - }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_301dd171e1b86eab6e23b56e518b9106__bool_{ REL::Offset(0x045BAD20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30bb91c96bee34d3516ec96984b62ab0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A53E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30d1d689d7137bcffff78b59a31aeaa1__void_unsignedint_{ REL::Offset(0x04769AA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3160f4a992f41591e584b82fe016865c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044932A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_31a97975cdb9928c1b8796a3bee5738d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A2A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32510f9ca40a34b6277db74dd527e8ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3030) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_325ef833409c5b087dabf08807412990__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0880) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32857d818fd8bddf8e6876b7165b8403__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C3F30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_328cd9127061fa7b970f6ad6fa6d72b1__void_unsignedint_{ REL::Offset(0x04382DA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32c364a011a2f675354f3bb609582942__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0B00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32f6ce77dac47e00154e03a455b4a165__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04590038) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3309ba0b626daa4c7256a36484121f01__bool_{ REL::Offset(0x043CE810) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_332a9f3860d3507c2e7090513accb4f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C3E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3387dd3acef07c3bd6f3ca1bb6020813__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0820) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_339adba3420dacee94873a93bb3608b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E630) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_33becc8690f25d21af46fdd22f4cd0c4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE438) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_33cff8d5ecb17ab4b01a14869e5f2e81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04359020) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_33f132098695d2428d4c7c4910e8270c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEBB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_340085bbb217d74b65cf53ca896f332f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B10C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_341fa36844b8731aa4bfdb509fa08a59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043699B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_344c22e9e68e5a6d9c7c1393fa9dfcc7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496988) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_34890a6f9b7422c9724976f2001f1274__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044EEC60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_34d27dcbc327dabd62152019007d7e0c__void_unsignedint_{ REL::Offset(0x043A58D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_350d9b36d892b600fcaaedc81ea35ab2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3608) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_353436a6cdbe5ca5690723d20e5f404e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA8E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_354804e2b50357d0ef742cd57fda4356__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEA18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_354ded599d812296e5bd2842a44a4e49__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3587b78c878e40c8384ac31755827f24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044960A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3599c1d874772e3fe95945bc2795f24c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04369360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35a92b8e21fff2d5602c4f428b90355c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366E20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35b39c0d7cf4b2dea3f9c549f7c99f15__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABDE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35bb960af667f1c551bf64aee90525d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D9208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35bbb43db3b5ddb10063c3a868ed2c45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEAF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35f53d3d6f9cbc0055159859a6d988bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E718) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_361ba3e18478c0d9b72c9667d1e8d171__void_unsignedint_{ REL::Offset(0x04384078) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_363fe3f9fd078f66a66931c49fc365dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447FE30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_368431562561ba229d0e13647d97f562__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_36f1cce7630bdaf39a75cf3fe596ab78__void_unsignedint_{ REL::Offset(0x04387270) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_37340995cd53dd78c8c26a195c22a36b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C9A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_374a5b70aab2d1d333fa5faa15660284__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D550) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_38327a9020664f12933116197e36a5bc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04370928) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_385856e2dd63eddfd3a625c983e72a58__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5F90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_388780a92d8867bb8a17de262938cd2e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A6338) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3949929af1bfab11dc151083c669e118__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04381528) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a268ab62c709233b14fc0a10215dde6__void_void_unsignedint_{ REL::Offset(0x0433E298) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a2cac941c3317718d22c52d4c76c21e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0500) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a5c83e097d84232cb2c44bc5adeb010__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B8700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a6f8491c4208615335b79355c1fa378__void_unsignedint_{ REL::Offset(0x044EA2D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a9b61953168aa37e2c8c7591954bbb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5AA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ad00883380fa2f35da7b21bf987d8e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D06A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3aef0018d9b76090f3bd9f91148879bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFF00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3af4180a1ff32adf7b219a8443fd593e__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043E1968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3afbfb147ed438b69ef608f590ff04e2__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04479D00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b02daa0b4ece1eeaebe4ab975b2e3c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A1898) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b07bd202d128596499deed6900a4918__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA840) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b47aae09fd59cce066f6284e8f1a3c9__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045B1F78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b4f03164f3eba1a6da208d51a54d448__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576B10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b9c6bf262450dbb7b90f19fce525ad6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043814B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ba45b08200f84591e922e75557591b2__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0439FC10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3bb64b0c29d5edb9de405b1325c11a8e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04356A18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3c0398ca2b1db8580aeb47d96ecb437b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A53A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3c10a6fe6a5c201685ab036d02e628f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BE228) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3c23175a83ace722a9fc602d258b1eff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496220) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ce588f534bca3c836146ee4dd6754f7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0449ED30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3de19b7e972a3401e0668148117b9e6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE5B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3deaa3544bab073a3aa4a4e9dcccfd0d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437AD48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3e76e3ffb82002a9d001dbf3cdae4d1e__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BB2A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ee01fdd324213e1056b821c7c91e317__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D1638) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3f433e1b426c45029b1869d2ace672d9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04379C28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3f7e056f2629a7cc4060825ddfdcd5e9__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440B528) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3fa10640e705a03e5d94a1b3b4a1b213__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0A80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3fbdb1913ab6f4a174232c9a8f740541__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D03E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4019dd6c0f4469889a4f7506850eb08a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C22A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_403d4e013d1b2df0d5189b9cfebec0d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B11C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40949155f78b10e6b4ba7d1bce7e55e5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763BF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40e51dfd2eeb1b88c555bad6b205824b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044932E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40ff2305c7aed82e5be0552d1fe3282f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0449E4A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_417d6088f2018f0162e10e2ffee17cd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA9E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_418d3968934ecbe353e6ffd2cb736991__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B3608) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_418fd0779cfd9edeb8271e85ecb7edaa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043700B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_419f6576a2018c1950d488fd705294e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C13C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_41cb756def110f2913fac7781bfe3666__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_41dda2db83990167cd7f77ee7d21f0ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0520) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_41de479f8b86ef6d056b56f21b279edd__void_unsignedint_{ REL::Offset(0x0459BD10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4212002429df8e385103bc23d9b8b2de__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576B90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_424c358f927e6785f940cb28d82d25fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5B80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_429f07eb1d80a8f65ebb87b6cceb2200__void_unsignedint_{ REL::Offset(0x04382598) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42b195528125cd8f5e30eb1220899956__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045B3130) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42c1b9a4fb5bab3c5a6251683bae5589__void_unsignedint_{ REL::Offset(0x043CCDB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42d670aed8bd0a3da8d0108bafe65b80__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045B3110) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42da410a5603719d9181f5d3938d4c3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C22C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42e7235c842638827ad863865ada2a4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4341d15394a8054f89d67497699ebb9e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447B4F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_436fdea43a37d849e4aa70130fc6d1b0__void_unsignedint_{ REL::Offset(0x04383680) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43928d23e80e33caaf6e4acc4d31b35c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435AE40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43a9cdcf52ac9b6ae9e3a7cdbb331d95__void_unsignedint_{ REL::Offset(0x04384418) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43b5fca47e30584e688e26175ac71fec__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04388F68) }; - inline constexpr std::array - stl__local_function_detail__LocalFunctionImpl__lambda_43c06f4d34889d315bc228d3ccf8c524__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - REL::Offset(0x0436DC00) - }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4411255224d91a40caf18e7ca020fd38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEAB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4414a7391b7c4c9abfed4b8fae493779__void_void_unsignedint_{ REL::Offset(0x044D0448) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_443fd089bf769cc79fdf638cbdca010e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BC9C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_445002c495761656604aceb4221e6728__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D05E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_448d7939eec6526ce03f9337618e9161__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458AB10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4494bfc448380a6f69b7005a5bf6a8e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE518) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_44a17f9f738e22c0f916db006604495a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEB18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_44b8776ae42e6143188ad14eb2dc3b0d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE5F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_44bcde9360b251677001b30b691daf6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DABA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_454d586e908d9948bf4831ea4595a093__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D08A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4570e0deb482e3caa43810cf6d804c1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEA58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_45724130132da367c7c350aec6b8f130__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043DE768) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_45f609ab8ec782c2b4f38305b6c6377a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5C40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_45fc71be2b1e143cc75aa8687f13f3ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5E40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4644d863dc2edaf2f4f128e90c19c887__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ REL::Offset(0x043534B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4675712c8e04e587711af55f886f394b__void_unsignedint_{ REL::Offset(0x0455EDF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_468fe8c7701e0acf79a9ddd74acf00d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7338) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_469bb533396f64d55298c86dba6435d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAA60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_46cd967420399e6d2f0ba7db6c731ed5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAA00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_46d013db792cd792046d4dc54756fc95__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C5070) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_471f9ef809dfd1ff9f138659bda1904d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455F7A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4771822cdf5c01f0b1e564be5d5eceeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C2280) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_47ae27ea2a2a06a1524a23737c85706b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044130B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_47d3d02598fcc4242518b2d239bdd2ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D91E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_47f7ec820898c5456d3a1c6fc4062fe9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CAEA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4809aced208fae626f2b56cac6f5578b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044554F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_483202c89a4e972ea5ab4cb558c20f53__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C9530) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4858c2a162eb496022f238ed9f960d92__void_unsignedint_{ REL::Offset(0x045791D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4863e5f3199d6274b27446dd01a50641__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7358) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4917c2e49f4e801de70972ed13545102__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04453028) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4924f1e39c125abafd76bb3eb48a6239__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434A058) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_49426b78bbb56e544ec7f145a675b2e0__void_unsignedint_{ REL::Offset(0x04384438) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4946f69e40d4caecea813da4443383c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A1D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_495e14e01b42846ef7fc02a32e034759__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458ED0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_49a147490fa7e76c9215dfb8bfb0b641__void_unsignedint_{ REL::Offset(0x04388640) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a1f3feaec27fb79d60ceba198618fae__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413058) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a2280ea8cce48eaf212d752e3f3f680__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE9F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a236a417e0ece0ca9b2ff33b3eb1a0e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE1E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a3ea5eb4632112bf6d4bf3a406f17ce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D0B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a40dade0f0387ce03dc569be1d3347b__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0455F6E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a4c951f1b5506cd2c4d0e7655efcdcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436DE08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a5dfd4825c5823487957122239a1546__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7478) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a7068d0ba1db6e39a6a92ca59d171f9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366D80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4abb0410f03633a2fcb83d1a131b03a6__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763988) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ad1f30416f94f8ab903426d2c665e62__void_unsignedint_{ REL::Offset(0x04572520) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b179056102e843092996138b033558b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0452DD40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b62e59a32517e93522206f7507128fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A29F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b636c8febb31de9e526fb34b3794a68__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A8668) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b888587b12bf20bf8a0d5565dd468fd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04345248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b9d22ff63f8b1fc9431c04cff6b1440__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFB18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4be4505a4a457fef85304f9be8b05309__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451A108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4c396c6d425956f4973197f1b60b3ebf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8D58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4c4e962349d3c55f39070c7b174e9e10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043598B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4c803c07f2a784060fb035d09483140d__void_unsignedint_{ REL::Offset(0x043841A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ca0584d751caeb44a4e65398f463c74__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B11E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4cc32dda1676890f3254b1b4c95ba1a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAA40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ce972b04ad6ac4c72985bdf1a14575a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0840) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d28c123ee29bb4c77e78f7da2f21925__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04351F90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d6ce0a17897a366000c24fde3bcc02b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3588) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d7b756731e1e1031fbf14a125a069ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8DD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d827a92d25e4baf4a96a6ae30ebca3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5CC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d8c7d09188f862a589ad744f803e06a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496148) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d9454442656b2bc738607c2a7f1da01__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA860) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4def043a30dde8a3bbc695f121f7a990__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4e9d9a229df129197d50595c1967b19f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CE368) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4eb90c2f2c25613a351805829fb384a8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BAD40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ef7e015c81bd1915b171a14a8157ee7__void_unsignedint_{ REL::Offset(0x04388488) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4f27c31aa5e6bad07e6dfbcb259f7360__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A1E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4f6d9edc21209b6b8d441d2336ba219e__BSContainer__ForEachResult_BGSTerrain__BtdDataBlockHandle_{ REL::Offset(0x043A4EF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4fd6d185810fa0cced26131854ccf59b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044961A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4fee94ea8ed6bb270193701bc5241dc2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA820) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_502e54c763e5e3a73910a9ad57ac9be4__void_unsignedint_{ REL::Offset(0x04386BC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5033dce423fb88115ab6f4e9906327e0__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E7E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50741681339615667e275f4fdd763a2f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE588) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5094f38efe401ae16e865c5e797057b5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA760) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50c59d0e082f7cd125e10dbe42326a6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04359060) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50cac52b29c82b61084dac44e3377722__void_unsignedint_{ REL::Offset(0x043871F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50dba35194b3fb953e8391e3a637d73f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5B40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5171a95f00c99a875d371acf80ee9f50__void_unsignedint_{ REL::Offset(0x04383428) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5189bece7930ec10840b323e556bc36a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CE3A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_51ccbf77b61bdca2fc9241fb0aba751c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0E20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_51ec319ada36ce5ab5cbc5a2be019ba5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04479758) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52208d7e9a4401096f1908f6f7361747__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5B60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52839525204af590d6963ab11c29e0ac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE428) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52974c0f7f18e11b45a0849c7d848dd0__void_void_unsignedint_{ REL::Offset(0x043C7398) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52c61c7bee12ab8d7f158755c9e34ecb__void_void_unsignedint_{ REL::Offset(0x044C5D88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_532138d50e7b132fc0765378744ef1ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B6218) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_537de4857aaed42c27e491466782dcdc__void_unsignedint_{ REL::Offset(0x045BB1A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5385b82de4240ad6b9556370ef5adc8d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAA80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_542087f3694793faec31ca11dbfefd0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458FD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_54827f1601a8173315a158ab11c128f5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_548c395133bd429dbf7b465db684c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAB20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_54b6a7a3d9f0d2ed5b66c4002d448e07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0448D7F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_550a70b1b862f4ffe40866a26f8db8cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF290) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_555eef8b44463cee9c6a900e892a4226__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1000) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5560204cd29c1ba9e4946e890dc4c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436E688) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_55a778f092e0840e2ae391170000b774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1400) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_55cec9372ab6dd1526af9a534f631b96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C7EF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5609f2e9f0d558a7787633f453c8b7aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EC58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5653da58642cd3e7c6c224a1ae415520__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0452DD60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5663f935bc5266f571a910cb82bde29a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04561098) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_567594f89d2a6b0ad429c5c174527ffe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B43A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_56ad4b12226307fdb0732ac95ba43fe0__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04381508) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_56b71367d3b19adb1f04ea7da982437f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044954D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_56f5040ae235c8fbcfb14dce55da215b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D90E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_578d09c971ee9491bcd33128776bba1b__void_unsignedint_{ REL::Offset(0x04387230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57a1a50b43e8f697537a732db6e22082__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA960) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57bcaee0406d4729ece0328db98f4475__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04475AE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57f6933df1b5e2f31d7056c206d724d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B4320) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57f921b186c906254b5cec1353c60ff3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA688) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_580085e726df19a0b8d1de7b8dd2057b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE538) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5820adf6a919fd40d71083d9b6380567__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1160) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5857b5a3e479c2555f5ce60a2c46aa87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8D78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_58cc84b8e7d1ab13ce9db5198b296525__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045855F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_58f6975022693b035b87d065e621a2a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D10C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_58ffb6e4cc4af3132206e7673bdaacfa__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EEC00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_591083a33926fae1f4901c48599f51fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_594bb42652f96702cd36ed301e130282__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045743A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5950b01e90bffeeeb4bad8b787826ae8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0F20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_596e811631dbe7dcc8023c96cf2f9662__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA7C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_59b74d8d1456d80db13c1512a8e2f763__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04370948) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_59c9fd43a932977887459054fd7da66f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A170) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_59fce78c032082cd6e2384e447240152__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C50B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a2583738f2405ec236c903c14dfd8a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA9A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a2a7beadbf682b7e54de0b44207cfed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE4B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a73a4bba0d3e1cd35a3d48305362fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0DE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a7d47e9f224629e04a222b44f03103f__void_void_unsignedint_{ REL::Offset(0x04343DD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5ab6c0302fc2571b7ef68a63be1a11b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5ab9faed63dfd73d9cb8b077808a886b__void_unsignedint_{ REL::Offset(0x043CD140) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5b5dd6a39eeaa69fa77b7b738943c200__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458F30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5bcbd8446d58d05b296854119b9c1ebe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2750) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5c1642ff95da8e566ab5e2e5c9870453__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEB58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5c73d1ab416f0db54ac1648bd61822d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435B0B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5c90e3b04cc6d17e5fdd8660372ad039__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5328) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5d06ee27d0748d0e9b5ec0478b2e53b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E508) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5d3e1083be7545297b3a957d0c2a8b12__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B86C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5dc8efec1cf44aced0723f1fae18fb85__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8CB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5de678d5692fc38ef6c352de7bdfd5c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1040) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e02f706c44f06a61d9f72c26b2dfc68__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04580250) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e1645bb30c7bb140690dbbde73e4dad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0EC0) }; - inline constexpr std::array - stl__local_function_detail__LocalFunctionImpl__lambda_5e228ba90ccd0c78d11b840dbad12ce5__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - REL::Offset(0x0436DB60) - }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e51e838b69fa1fae88e6cb6a25b0bf4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A888) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e84a08e8e1c5a6a2b19ebedd8ad5051__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D14C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5ef509e965b8963eabeee2bff22b043d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044B9A00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f3b8b4a70ad0f5e1c422b1d12f89ca9__void_unsignedint_{ REL::Offset(0x04387110) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f5da51aba4a5c49bd1c5241529893fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EBF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f656954e87fa85d69befdbe4c2a3b9c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f95d76da01f5d0744a8928e4ee7af38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D0D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5fa3c5d34021e0ff54264cd7ae85627e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045591A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5fd7cfeba930bef09a8811e6efd95822__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D9120) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_603627b3a0e2d74c93fa8f49eae05d76__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C7A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_604a2d7e0ed1ff1c1506fc1ee39607d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04409FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_60a92664a3b50c3e0a0bf36c0d5cbc5c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413038) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_60b1758507939826801b12f4b7ba412c__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458ABD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_60d01373905cb48d1651c04aa4181357__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C0888) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6106448d7bf92ab68b6f1bbd3d8d7cac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D078) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_610b8c7139e2a05d4ff24574a32253c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0A00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_61130bfc5c731ce9f788ba60b725b847__bool_{ REL::Offset(0x044D1618) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_61f8aa9697df6be53f49aa039cda0a50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7378) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62183ac3809c97d24bc4013d21b66e4d__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043697E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62696c8681e3a87845656b2fb4ba032d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D9A98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_627fc877b570b22bdd998904db9f78fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C13A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62bc6b36f4fa449ebf397ca968c9ef60__void_unsignedint_{ REL::Offset(0x04386D08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62c407d336b9a7993c624fcd86d7f95f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413198) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62ebddbf7ff4ca9851c417abcc7d750f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447D290) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_632b908cc04088a56836e5a6b18edb6a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFF80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_633341eab8891aa230160c917527adc4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436E9C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6333710c629a454ea77e187b16f1ca17__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D13A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_634a198b0b29ef7ca3171956faa8e1a9__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04495F78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6351fec4e6216de127d2d537ae2932c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CEA30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63a72e21b48289cb5b6492834c7ad6bf__BSContainer__ForEachResult_BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag__BSMaterial__LevelOfDetail_BSMaterial__LODMaterialID_{ REL::Offset(0x0457C920) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63dfcdabb75f7eb287fe79c572da16d0__void_unsignedint_{ REL::Offset(0x0457DC68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63fa2c8ba2134c47002b995aa46c861b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04458C40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63fa4b38852575eecb01d60da2065657__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B35E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_642201ba06a70febee7dec98639fd9e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451F2E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_64386e4bb291ac05ccfb59152dba42df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043B5310) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_647468c94e0c5efdeb95a617bcfbb49e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E4F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_64a9f131a1420dead6cfbef674382cdf__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04369E28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_650728f9e01124046ab22c1810aa66d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0448F7B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65241248264111058e73b4b4862f3dac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0C00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6529fa52e87f40e1efc826a639cd053a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04477870) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65c6a6239c8480139a83478737ae50e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EC38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65dca7de5bf5a81f40134090c7d9b1c3__void_unsignedint_{ REL::Offset(0x0455F4C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65e1096a48853f8d9bb79c1012e8767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04376AF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65ec9c9467bcc65c38d1d7161bc16ace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA7E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_660eddc6452f7e70458284fae5c4e2b9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0098) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6639dd61662436ab7a5f7b30fa6eb147__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x04350278) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6647a18b621c1ddb278727bbb0c78d1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BA200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_66501eec36750e5c0b77ca3bb68869e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04571A80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_66ac7685a6f9850c8f9308af072becc5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CA08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_670647734d4f92991ca33d519a34c539__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D04A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6766582b6a48242538588f77519ea13c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04373A10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_67793cc0d2773a67b19ba2370b786664__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5BE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_67df902acdd8756b5825f701469371ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1088) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68524371518318db81e3fcbf7c064bd8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04369C68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68546df18378f3175a6bf7fcc4fd14da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04381588) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6861e65d8ec33f143f909824cff7fd65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458F90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68d1c6b12b533a3524c0c9fc7de0d12d__BSContainer__ForEachResult_BGSPlanetContentManagerNodeBase_{ REL::Offset(0x04382080) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68f255cfab2b7992fecd8e50d8e6a0d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0020) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6922d0799bee4b30885a5c3f127918a1__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CAE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_692b18dfafb3fd88964cc1ed62ea7959__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BB0A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_69838bfeea0c32dc7023bf0bf809b67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A08B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6998d7f8f21944341849d981f7306de5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_699a5bcbd004a458fa4f4da9d421e0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABE88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_69a15352cebb4271d6514f4d8c7068dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABEA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_69cdcc477253bad9690971aeda470223__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A22E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a065662a6c6c1c468a2872a12e3084a__void_unsignedint_{ REL::Offset(0x04384D78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a5cf4e50493cbf84bf84c94f295e60f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EA310) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a6114bd6da7c903fe2946f3c81e6291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447BD20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a6a4a44b4dc3396ea2d1514a338d580__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B5E50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a7462dad35a17b0a9251686a6312ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458EAD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a993c5dccc865cb6749490e8e15bc42__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C9450) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6abb0f15ced9b6edd7e4f6af7bc40d1a__void_unsignedint_{ REL::Offset(0x04387350) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b0d1e6ea55ccbd5ef758a441ac8587b__void_unsignedint_{ REL::Offset(0x045C5FF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b5f9a398a0a9dc398757bdbe883c623__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8C38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b6a6419f0cba70937e8be0bae80055f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0459AD40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b6de229dd0fc8836f1db5bbcdf869a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0FA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b7c4a1a7be7cc2be60a2bce65ad010c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435B070) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b9ac5a5a7ef3b9e25a11828e5b3fac8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04561F80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6bc47d80fd98c0907a01b6560a7038e8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BAD00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6bf43134e16b0ae8be4e294e5699f014__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x045801B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6bf7f4ddb463e7f9ba9da168baeebcd4__void_unsignedint_{ REL::Offset(0x04387130) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c052665ec298b4290c58a7ec1227d52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D07C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c4229cda06d35aca0436a530e75a6ec__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CAA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c443ba90983c25969727b7cbe1fe425__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CADC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c7f0b1f3d0a661df5cd629fdc7ae0f6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043451E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6ce553661b66b3275ff33d49c5e742d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D12A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6d19585040c0f1b5a74a84cf822c0617__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6db505192fe28dbf74a67980d45c7f16__void_unsignedint_{ REL::Offset(0x04472040) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e2c64a9ad5ce419ed8f6f387c16b323__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D1E90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e50e2e0a4b8e5fdb585afb954410907__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E438) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e6ea47c276182b79224174800a011d3__bool_{ REL::Offset(0x043D30F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e85e2380433a289b3ca17cd1db9f863__void_void_{ REL::Offset(0x045A6FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e9d7da5c28920a95453bad64a63e8d9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04459320) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6ecd6fc86375eb13b0cf8262e17ebdb1__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440D310) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6f45a87f54f3383617e0ffdc5054750d__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447BE28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6f6d8ef008299087f10e50899c26f5a7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A260) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6f74a572ab51ae735717f9051dbd3da5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413910) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fa36aa64295ea18757f54305cb1e6e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0CE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fbd3c4dcb03617baebdcc8cc87aa0c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456D738) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fcbdce07e3cb9f501733b4e26a4546a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044DF200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fd1cc28610db0d7fb663ad98d97e46e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436DDE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_70147be73e4e28d96b3b795762f6d54d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04539E40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7035a76dce1d729510b15a0aa8b68de4__void_unsignedint_{ REL::Offset(0x04386ED8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7038f51882f07f70222dbb68d731e1c6__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436DD40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_704041b3c7c0c7c68848cd214a227a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04477F78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_704ad450ba2e37118b0703a4f4ef7c26__bool_{ REL::Offset(0x043CE7F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7061d3c9602cd818d3151ff250f10410__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE538) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_70ab50ec29d3be382cd180a42fcc2e24__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044131B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_70ad6c1ed47d72fa17580bbe702a29cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0860) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7122209affa90cc8fa95df2e2c407693__void_unsignedint_{ REL::Offset(0x044D3210) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7167e42d5c34f76227723c2be679f3e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5E00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_718aadf4fcd21697b8546d22e9895797__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E5A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_71cd9f30ebd563b79400013cde09383f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763B60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_71e27c165676cf098d6a990e2a4d8c84__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5B20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_71f91db0c18e92064c623f361808f325__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B40C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_725691a02c3e89de0547a2149b708c3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E040) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_726111d30a7f86688dc3c0be4904c2f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0960) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7274570d885df8d4a74411ab84388bb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BE288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72b85291380cd9caf7b1c0cc18605419__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576B70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72bc15d176589a189c14d8f6ddb86785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEB98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72dc5011da8eec66c655c8d9bdf0ce65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72ded8114994b2af969766fdbbed5e90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04373A90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72fe9bf21e57744e8711bfffcb7028bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B4360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7310c823b7d973045c63ec9ff9086b82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0433E278) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7317ec4a60b2b43eda06e025aca89243__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04440BE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73599574460173772f1f88247330205f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763D60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73968f70f7b45b4a769b1e2ef25a8925__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7438) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_739d35dbb12870a099001dab560a4eda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5B60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73a113fac71c9a4d6033ea18419b787d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04351FB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73c8643c05d780d83b07794f7121933d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEAD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73dd227721545733069ce1874f1cf009__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAA20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73e432b98b8b918ef816ea830c1787f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA708) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73ffb786f72949155fdf45c04820a5e7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0E00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_74ed77872c1ca0ff899d16175a06d31b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BA1E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_74effe44634ffd5fab16b54313d8c8b1__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043729E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7583703b12a07142d6ca0bdfd19c27e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD7C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_758e7edb6b69f583c668890aba95f6b6__void_unsignedint_{ REL::Offset(0x04384730) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_75bf11828930bc2b607da2f9a15749eb__void_{ REL::Offset(0x0457D4D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_75caf59dc262059269d8ab35213cc73c__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04495F58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_75f4f62ca0261fd4ddf9f78263660ba6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043BF6D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_763b21b840a826babc4b0f61a371cafe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B8740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7644028ca711de9b4caa49a0ff81b4e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A1B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_76e653a2de2dc4470dd6bcb7440e7f2e__void_unsignedint_{ REL::Offset(0x04388708) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7737bac9b8b8ce69f53c50fe91a2c9c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C22E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7744ad6844c6b92e8e260ae62b110328__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E4E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77561d15f100dfb70fcbd61a456fa88e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D09A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77a2caa9b23a6d83cae06279bdb52808__void_void_unsignedint_{ REL::Offset(0x04342BC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77d49d8f75afcef9204aa736f1cfcce2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D4B98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77e100004ef7452d8b488e50f15c01e8__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A180) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77ee58bcb564b1a22f5334f90ea0fedf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE9D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_78086b723bdde75a3c92d54d9c542f65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B20A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7813f668273d65a72513b09da06bd9f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435E310) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7836f095f629942dda8daa58286d863e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE478) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_785172fff6feb20255ebb151b255558e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045767E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_785900daf8025e98cf5fa45726211e1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451C720) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7884138a8b190b9b1ab370be632efadd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043A68F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_789b95a4b44c4c0f4f951466377dd629__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044969C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_78b099f34e906cf9644926f98cd3733b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1100) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_78c94c35a977d7e9677a8a8da2e8cfc8__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043B9380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_790e0e101e755ff7cec71d59f1a1b6fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045BAF08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7953437bd343bbfbbddf661310ef23cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04368590) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7a41ff755602194094af8c7ccc12bd07__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D96C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7a82a38f3f705a6083c7caddfc4f46a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8C58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7a9a6f049c299d16489a95777eb1a9f0__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A1C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7b503babb34ce5335b88edf6422422bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA668) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7b6de03f4a73497c6654a296da6efcbd__void_unsignedint_{ REL::Offset(0x043873B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7b8e127fb28ce2eb96ab74b216bbd115__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7baff127dacc3544f28a3d5e49074512__void_unsignedint_{ REL::Offset(0x04386BA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7bf64f5d03e8ade24c54603129f89148__void_unsignedint_{ REL::Offset(0x04387150) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7c564c3c27853f8d8a0cfee05dcee413__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5408) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7c79fe392950e9fc406daf1a72431e72__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435E330) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7cb28160478240ae9dc4a0ce8911ebe9__void_unsignedint_{ REL::Offset(0x04572A00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7cb8b410ddc8477923cf2551b1630b59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0D60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7cfb282a3ecf276f351d312032305af9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE418) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7d27858c13a0e074b966641f9845310e__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458B140) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7d289b70f8b7fa4c0c73480d86797355__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763888) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7dae181711633656547d67e024f5a65b__void_unsignedint_{ REL::Offset(0x04761190) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7deac3760f393b2d4759d912897809e0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04376B18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7e8b375648129069aa0f9d132cc3b62d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576BB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7e9bb34b7f79c6163156d619a2043173__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A29D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7ea9f7b05fbb57f9108213b8e6b16c7d__void_unsignedint_{ REL::Offset(0x045BBB90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7ec2eef542e2fde67ab8f18a396a1947__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5AC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f05a00ceb1c18850a27e288b0ec2b66__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5FF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f327528bc02d8fececfb60f8d5dbc48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CAED8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f36bb6d5056f21cc1b4d415eb92e097__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ REL::Offset(0x045ADCD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f47d3963b91bffc502f040307059473__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CCF60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f8930daab461aa5ebacf1ed3de8c3ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0A98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f914fbbce0422e5c5858ddb9c9b4a57__void_unsignedint_{ REL::Offset(0x04388598) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7fbf478ee23d10920ad62f7b09392355__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0C80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_805024188b422a7cf301b4dfc7d282b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043695D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_80542715e696693593ed53c6a3da8cee__void_unsignedint_{ REL::Offset(0x044552C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_806d53b9dc9f670d13c1dc90c390c8e2__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0455FC20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_806f905bc2e71d6c2f16bf4a6d7e8cda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B20E8) }; - inline constexpr std::array - stl__local_function_detail__LocalFunctionImpl__lambda_8078d375518bd95c0e46f69bb0d2e4b0__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - REL::Offset(0x0436DCE0) - }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_80f14c667299069f7fbf7735efceedc7__void_unsignedint_{ REL::Offset(0x043871D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8118bbd797ac05f24f039abc7345f4de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A240) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_812a4aedae3f3310613099e4440d7de5__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ REL::Offset(0x04355380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8140b2d13438027d92ee7168f5f1f9d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8165f1dcf82a736d3b87ae40163c0612__void_unsignedint_{ REL::Offset(0x0437E320) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_81e0d73f2cffde239e604bbc7d61a866__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04412230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_81fee5303fa349afe571f34860b3ef43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0FC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8267b6e300183d2c7144a4f078025999__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1500) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_828f2f0fdbca7b7de21816fba7c94278__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455F548) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_82901c6b08ed7a7da82351b394a731bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A73F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_82a3665d16396e964fa75229081e557d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFEC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_82b6c8aedc0115b9d11db0ab586523ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_83019a659cc7e725003059f22dd66a3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04363248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_83c5782be5fe2673f25da647347a8f6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0748) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_83cb7cd7f131e8f8e5fc1a96ec386258__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043517A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8421bed87a21477204ddfab05bde28fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D05A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_849cfac894f3a375f468ff76a6d7c92f__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CAF08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_849e4390631a617f1671b4c2619213cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D098) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_84b805f0f0c02cf59379b23c8a3315c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435E428) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_851a3a13f35d2ccca05eda7753480ece__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496028) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_852f00b4385fd557b82edab23cb642b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B8760) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8577cbf86490d89bd9b25f6dee7623a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A53C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_858dbd47a1082badb246f1a65f98dee1__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045A66A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_85bff9cac03b8400b266c79f3c630e37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAAA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_85f9d289ee38f946074f664bb5aaa9be__void_unsignedint_{ REL::Offset(0x044720E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_860947d86ad6f4da5a8926ac071d2ebb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043E1948) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_861755e83d40e46f42be30658c501569__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0F40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86176a8b899660fd4b92445477dbc358__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C5050) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_862370447d0db1fcdf50438ecbe8d02d__void_BGSTerrain__ROIQueryconst_{ REL::Offset(0x0437E5D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86418312c379abdefe4972ef26a2d9a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABE48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86b1e8d5fa85029a19966c0baa15c5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E590) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86bd15ab65eb46e86501f82e170c46f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436E630) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86c5f91eae8c685a44e3a782e5ab5063__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0F60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_877835501028e484df9f9c6f127d0fd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAB00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_87b151174cdd23da254ce9d127318d24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0C40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_87b652fbcfa551d0cc625a76a6be8338__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0680) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_882237834ec910e44724e0fd7ffd8406__void_unsignedint_{ REL::Offset(0x043872D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8848331ed87bc6820828dde3a538a082__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04590410) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8884c25f711a53f32393b0d0e0842b81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2F70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_88b5e924317c5fb3f47782521c39a6c8__void_unsignedint_{ REL::Offset(0x04387390) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_88e8c67274739d7efb0ab3f7ce66ba99__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D1EB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_890abd051410699867cb5b848c0357dd__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04480288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_89592c32c08d46104e1fbb9616cbbba8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5368) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_898ecca571a2d015e9f1734d4e6bd218__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFFE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_89bd498d8c9cc90cf46fa24375448ad3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0620) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8a284c7ef7b16ddc601dd0857a45954b__BSContainer__ForEachResult_Actor_AssignmentInfo_{ REL::Offset(0x04495F98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8a6ff0fe4e0a856452fd484b212f523c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEC58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8b417f319d93b0da289e7abf51828de4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044931E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8bb909af105fdfa91f88291a16bad714__void_unsignedint_{ REL::Offset(0x04386EB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8c0f5b2cd1c154b5a6b9840f22914c71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8C78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8c9508472bcb6c2725184838753b6c7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE578) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8ceb8bf9c3b29d221d170406561109e7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x045493F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8cfc8a97eebaf1244c3d78d156b8c3a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0D80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d4232e1250c59758cf0705e6873c276__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455F588) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d671b48cfca7bba3d132cda15681ed7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC460) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d97d1e9dd66aa0303cb93c741022efd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CEA50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e20b38890663a85ffd78cf2501a334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1120) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e2520aa4ffa7b1f77f44531d451451a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04481B50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e2c84cc9ad274bd92aae8646e8fe001__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04443758) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e91773b2a6701443dbae03e830631fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2F90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8ec066318073c39d981986ac3648faa5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04345228) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8ec2e5dd55004fb1ae971cb57163bc41__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1260) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8f51798d6365d034aa2205198ecad483__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044130F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8f8a9b82f8d558be4f6d3ec22e26fc7e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1080) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8feeb752020f65dd6545ef56eb36e892__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAB60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_90174559dd9c3fbe0c65f9b26b3ca27e__void_TESModel__LayeredMaterialPermutationconst_{ REL::Offset(0x04381640) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_903201203acd8634669dc90887646481__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D11A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91098401dbc67d88bb275b3dcef9df65__void_unsignedint_{ REL::Offset(0x04387210) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9114682e354d94e34438f29202d6a8d1__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043C7408) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91394fd2da24bcf304eaeaedba535e51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D09C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_914d888faaf75680ab43ac2f108a2c0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04482398) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9161c987543bee2bc91d698a152f9722__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0EA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9170068ef47c513bdbd3c70d05855794__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044D31D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91a4ace228515075e52b881920aedca3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D14E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91ab2ab1969df8e34e5067818143e708__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5E20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92560f83af718171bbb422c0b87b81db__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0580) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92849e69e8fb83e02d0c51419e64ba94__void_unsignedint_{ REL::Offset(0x04383100) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92897368afe297f17c6a03712ebda844__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC440) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92a0b5552cb4a5b9925315cf0822c522__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3628) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92ab11e4e161ff54b26c4c526ef229f2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366DC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_93181c09b65d2aa3d10481f3de9d409a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04388F28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_932e42f162e89721d2dc110554b02bcb__void_unsignedint_{ REL::Offset(0x04387290) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9362600ab9424fe2b4d581214a82ff70__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2F50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9370f734e0d78ae85a87ea7f5ccab915__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A090) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_937734495cc9d3b662617c5e6945afac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455F568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_93d283b599a8712ec92a8d7d92291267__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D10A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_948f820fc88b1c1746f914c1cfd0106d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5B50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_949d95a55c01fcf0978a0a9828e8da8c__void_unsignedint_{ REL::Offset(0x045BBBB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_94b70a445542a1e0775e56b6f21cb385__void_unsignedint_{ REL::Offset(0x043A5890) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_94beaecb040f8e171432e6e11631e964__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576A50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9536318b116531e3bdd993e030ab12da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B4340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_955ec735c18433da829ecd7672ce6515__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04474560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_959f61344d81665f7f967c383b598d89__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04475560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_959f82f42155de97e8f58d53c0ac2ca6__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CD268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_960d9882bd680c7a9e300f9f3954a138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0C60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_969c2d995017ce9c5f1870794ae9824f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_969cab53ed831b2e13120cb4ffd8cd19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04589D38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_96c8128a33da0c7b7bedba91f2bee974__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496048) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_96c8df941fcf05df0d6bf085f1f7dec1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6A48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_96f44e76cc198d8be695c24b7bf5f7e8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_971b31107d0bcf1cc370e99702efe112__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B20C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_97bdeb87d071961404f24961d73f002e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5AC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_98b73bd39e11b2c4961c31ccd45cf1b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0060) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_98d921933319e604f7dbf511c344769b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E1E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_98ffc81c075f9a55c9419af5169a6103__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8DB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9909d42cfcb3b94ed4130e0a5b8220a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0640) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_998d0073b64f62c7031ea76473235e65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D0F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99946ac83bad99e3b759817220a3d8a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0980) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_999b808d2c0e44b921095343c28d6a3b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576AD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99a4b052e21f2bd7c8e637bba78764b7__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0455A4C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99d5b9ef686cdf8619231b5534e0e27a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E528) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99f314f7f8ea900f856d46f4f1fc6fbc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044E8580) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9a2237f77bd085bd230d7fe151b69102__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04369C88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9a2c33ff017a3d09c5161e3569cb446d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9aa98acef252fcb93cea59fcc2a53f36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2F30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9adc42ff12d9c83b7873a602e3a60b7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04590168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ae20b29da30ab32807a1ba336354a65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BA1C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9b000c9bac46776b8eb27a2cdf43af95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D12E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9b585582e09764b45a2b14db05fdd7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B4300) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9bb473e5966cfaaada47f3065861179d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3548) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c164a39561936a9a6a04ab24067f530__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043699D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c3eaaed8558ef578be6b7863a12eea1__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0458E858) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c6b9fff129948665d84b16d1cc3464c__BSContainer__ForEachResult_BSResource__ID_{ REL::Offset(0x0457D740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c77057997406db74c04b5f37fd1f509__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0D20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ca86374bca25f0156c929fc488c3325__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EEBE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9cb3b948658306d38ace0d70a421bab5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576990) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d03b5ca88df67b1ee3e58cd61687c71__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BD388) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d232b5787a2e5da3f48b9981c1c5b00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A6318) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d2b66f31bee80184b412975eceb8327__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413018) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d3f3a99815cf65fcfbb251bf80e4982__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436DCA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d3f8f795e435e532e12ea128bd590c2__void_unsignedint_{ REL::Offset(0x0447C7F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d4bd64f745ea28d6e9ec84baa2921cc__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044D96E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9db852269b8e186a2d699b46dd9c6c77__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CF540) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ddc8ae2d2d46832ca897074561a9643__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AB558) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e1f807b94c9ded421c7b29f03c89987__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044ECA28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e2f0be11317afc2543a50610cb8bdbd__void_unsignedint_{ REL::Offset(0x04589E88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e3ac8b780c8c1fd5e8126efa379e33c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0440D2F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e69d72cef63753ebd7557748dc0e0c3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04441410) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e9ca8aac3db904c2c980832e46c8ec8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CA48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ea0a5041d8e7303030936c1f6732580__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ REL::Offset(0x043CB0C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f04c865baaf6f7fc633b19739028344__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B81C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f40e48ba45ac79f75d9927e30633a9d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0AB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f46c4c501fbb5c7c2853cc41ba1621e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8D18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f509f1cc1cafb43dc4b2c0cfca48dd7__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5BC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f8bd608f886b8547a886145d959eb90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04479D90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f9201981407fe9ed841b7c888ca10a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A18F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9fb9de836e0f0e9e55c22d0fa9f0e382__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0BE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9fe30f436ccbf2f0ee64f01ca740eada__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436DB80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a02962940027a3f557e50b52e931a121__bool_{ REL::Offset(0x043D3118) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a04ace6f2c75744885e1cc1974f5bdcf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044961C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a054b84336a8a369a84e8d2ce66841fb__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045A6680) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a0926e98b29de4cc7718fa79009407cc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434FBF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a0d127dbd82e797d7ab281fa4eb5d0cc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B7C08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a0f46c49c3510716ba48fe3296e3f872__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04559928) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a133de5ef069784962cffd261d185fe9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C2810) }; - inline constexpr std::array - stl__local_function_detail__LocalFunctionImpl__lambda_a1b084f852a2feef2ee104b23ea9edb4__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ - REL::Offset(0x0436DB40) - }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1dc0c7c4161a3922831ecdc8a8f99ac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043581B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1dd9425ea7fcf8a0d976558ab7e9040__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD828) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1dda1c40fe30cf7ceff93076259b0e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5DC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1e1e13108af60c40db74bc29699d1f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A0B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1f101b143082129bbfaf9ee9a73e6ee__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043501D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1fec70a3b14dcc254025c6c32a2caf6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3050) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a203022efb7e9a8c6994e70dfb09942d__void_void_unsignedint_{ REL::Offset(0x044EA2B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a211f7049a0dcc26a8bc10df23bb1db8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5AE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a234299dd19bc8c469e998f2cb310303__void_unsignedint_{ REL::Offset(0x04388880) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a29f7c040f6dcaa64eb96c692adf033d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x047638A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a2f87f804c2b206198711c0318413d06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458EB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a3824014a518f42ae7b81a877fc585d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BCA00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a3b87594d4d2f520d208b17fb093bfeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D08C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a41a185ebd833669c16653aa2cd802a7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D8EF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a41d5fba6838c500b18b3cd51d539677__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FAF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a41eb4ed61732907203deeb44708f876__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0B18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4318d2a8397bbc01a8c96fafe56d038__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04356A38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a455e3f4f91d05ed19cbfa1785ba6bea__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04359898) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a49d2a1a13436b19dab9a03efd5a656a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04349CC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4b4aa31619a202a7cfb2b65e38e7c6f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EDE60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4c6ecbeb6c42d75326a997e0bfe4c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF738) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4c7b19bbe1c7a91a4c590efa5aa67cc__void_unsignedint_{ REL::Offset(0x04597C70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4dae7abc8fd8f8e94bb8dd90517772e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496068) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4e7e622fd88e21b899f2c86f3c14046__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A72F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a56a7d1af71965a880dc0692cfe58958__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413118) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a581e749de6829dc302ede8c4bcea7f7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a5901fee0cfd14a6bcc2539b1e26a3d3__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A1A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a5ba32074078daf4fa2519af2b012b52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5C80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a5e5dffaabd4f5a39f1e3a67c18ddd44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B86A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a64f3867102b5a2581c5962e89de2ada__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B10E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a670b843d1ef61125f6ee66ffb0d9cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A010) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a6bb684554f6a07ee06ebdc34661e079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04477688) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a6dc3e35cfec8bde5f66614b077775e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A73B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a707add42e302acd5fe3d9d718e891e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044931A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a722c1089d35ccaa7bdd283dc86ed370__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAAC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a74ab6d8ca90081a18de302450cac769__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E7A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a74c4a7a325fdc2c67b044710ced25e4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA9C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a789323ba2e38aceab77fed4ad4a4117__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04345208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7a30253047fcad285bb03fa2f9dba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1020) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7abb9262c171e87b8cb6edcf2d36571__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576A10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7d4d839f9f493f2918d4893cf21f5cf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1280) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7e7117ae0fd17fd78bdbbd6b5cace48__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CA28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a81636dd4df516079a7e9bad06f7e97c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04475F38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8167dab7e874a7716e1205804804a1a__bool_{ REL::Offset(0x043CD3E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a87b34fa88bc645a80a3f333c603c336__void_unsignedint_{ REL::Offset(0x044C9BA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8914ffde01f2b785205c35a83c31714__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6A08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8c3947733889000fa0386f64962819f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8CF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8d861fca1c502c9fc108355fea0c02c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04459340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8e464fe119f6b1460807d530e0b0b96__void_unsignedint_{ REL::Offset(0x043828A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a95bc9f974c7b7daa07863d744a2282b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043C08A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a993655936ffa19b58632ef797366742__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0437EBA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9bdcf2f6273be92f4e23624590e4577__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04597CE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9c61a345d06f72add415329843e13cb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04345268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9d9dc92eaa23ec2c5e863b93e38b84d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0439EC60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9e758bb450f48cedc87ee7bc0c5cfbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A0890) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9fdcdd91a1dacdc680438b607a4c5c7__void_unsignedint_{ REL::Offset(0x04386F38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa0323501f1250ecc5c992d1c23b3e8d__void_void_unsignedint_{ REL::Offset(0x044C3EF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa0c011794b1cd465168046ec9d4d634__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457C950) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa1e0348552d27dbd190f8355a0b932f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABDC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa8d6e970e9b0bbc37a741cb72704310__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E5F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa9b06194f709a0798e1e9536a466ce7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE658) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa9eb92d40c483c6e00418699a9004ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04377960) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aaadd62fa4875200315454145edd5a63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5D00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aab3c18ffde04471e65e8a33fad5bb10__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AB5B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ab494e4f356021cf77029b776a889d7f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043814E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ab87565084a08d679c08a9eec254326d__BSContainer__ForEachResult_BGSTerrain__File_BGSTerrain__ROIQueryconst_{ REL::Offset(0x043A06C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abb80f67beca21a7094ccc2b1ab547c8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576B50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abc171b1dbd290afa7c6ca0e563de1b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044969A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abdbfd19c815e6b3c8b7d50871c6326f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A18B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abeeaa3486844c67f97484005b9e790d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A0910) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ac4901046ff48db96ec2796966d1667b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FB38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ac6c106e6e797f1a17f1b658793842d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEB78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad093f8532e80a5f412c85cd98b93788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445B830) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad18610865818bd640848cdc036a3676__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04590450) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad58a794e866504eaa46bfb2bf916e48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A18D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad5f8d4961eac0805f9f8cdd6be45ff6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0720) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad91ac0faadffdb83fa894ef22ccd580__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436DC20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ada654c646bf6abf16456f85596ee803__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04578578) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ada6f3e0b6fce0523eb9e83c0aee4b22__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AECB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_adb3e3390346d7101ccf9d58a820a631__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B5E30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ade70b3be4c1a965055b1109bcd60b02__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04388DC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ae33af048f5836cd633514c6de6f2b3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8D98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ae456960c3be60789e3f3882ac7415e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493228) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ae4b17d10c525d8b2b1647c07f8017c5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0078) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_af6d2679b28b8933bdd9382c5075fabd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5428) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_afb806c520b4d42d7f546915a3577302__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0D28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_afcca88e1cea8d408ba8eba2b7c02fe3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0AD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_afec7e1ff24a3ea94c7b535586cdf8ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0480) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b00fd2bd30a550cfcb4776ddd590431c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEB38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b01a31913e448623b821da2824287d4b__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043E18E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b05c8536cb9bb0499219fdf8648e3bac__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x04582568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b1420cc41f0564af7e31f2833a320a07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044968C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b1578496fb84e7f2c98e8b4dcc0a18b4__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043502D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b16911a03549e2650511339cac954477__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D13C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b188fba135834ccdc754d581b51412b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A8A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b19faf6b8187b70fa53693370d4b5c97__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C1EA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b1a29caba9ffc6b5f7d94c90dcb4a398__void_unsignedint_{ REL::Offset(0x04763ED0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b22988738cfa13a959b03fcc2d099e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAB40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b24f5f1efe81e359e75bae1fa93d4820__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04359040) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b272914854db3a8dbfc702c3cce9d39a__void_unsignedint_{ REL::Offset(0x044D3230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b2ca2187af8a49c7d4dfe5027896fde7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b350d6b939692c6932a9a3ba1bed28ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455C398) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b369cfdeefc8fe5903bbb3f6e2df9f6e__void_unsignedint_{ REL::Offset(0x043CD100) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b36d98644b66a7844e4b6957a97d5628__void_BGSTerrain__ROIQueryconst_{ REL::Offset(0x043A5510) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b38fb91fb48204aec9e315fdbc8ff5a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04376B38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3b233ac7cd5545d974040640c4c5c0a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA628) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3bea8d6028dbdf6956ce8980cd2c528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0800) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3c5da6b8cefa2e858ed8ff6e247727e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D14A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3ec93f30fc8e838079f0bad4b4dbae4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2088) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3f7b13ab5b4b036ffbf78a1231fb8a4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044554D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b42306779d6516ceb4ec3a37e9bdfa84__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366DE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b46ebfb705665bfb48bc92950cc5eed0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b481b4d2d4532db9bb664683b1ed302f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2008) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b504871f37bd11f1013e9e632b54ff1b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FB18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b5082bc670096edd45641476d8dfe8cf__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04572580) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b52a143dfcae3d9e920bc8391823a224__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BE208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b5a42bae4bb204876ab0282427dd194c__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04369E48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b608f741e8494d50a6e78f831d764a52__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044413F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b6141b3fe56555239c84361816bdfee7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458FF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b61ae0a26610e9360d8897a6a960e32e__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458AD38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b627daae95f9685aabcb4a37de07143f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E430) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b62d1e846208d261762d87add5a81ac3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0C88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b63ec2e5cb4d36b1a486775f2ac27f36__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AB538) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b695924929925959ebbc623b8d5ec651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD7E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b69d84dbbd03c63bafd49781287bdd37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A220) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b6bfd2bcafa5f791fba003d989795ae0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b6dd0edd18ff96994fbba11353825095__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b7055cc2d3dbe20de8308db0ea87e0e8__void_unsignedint_{ REL::Offset(0x044C9B88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b749b49d0a69ce9884324df9b09c3f92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2068) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b77d15b4aa98e695da6db910d81743f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9320) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b7fb2ac2a80baf6e247362c3b054d454__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ REL::Offset(0x045ADC98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b87154fd76104e42c60a8ae82de09ff7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b8ed5aed6762dea0e35abbaabbd2ca0b__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ REL::Offset(0x0436DD60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b93b919e596c89eefe53de28c23964b2__void_unsignedint_{ REL::Offset(0x043850E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b94d306ee1929c375525106aece4fb09__void_unsignedint_{ REL::Offset(0x045BB188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b94f69e760d7e21014117fb16fab7c2b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044131F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9730fd06eb5efa570e2b438cab7b285__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA800) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9995540d5dc79b7f8f8473cca2b5f05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04474580) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9ce322b26209602eb97e57a2429ff94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0439EB60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9e20bb638d781be4e0a6db35bebc774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496088) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_baaa3b310f9f0cbc11cbde33380dc51d__void_unsignedint_{ REL::Offset(0x043CCE18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bab6cb13e9fa4d15dc7aaa56f54560e1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0CC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bad12892f61a54cbce8948394511b805__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04363FC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_baf724d37e387b96641b048bab56227c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CC528) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb2c465edd0e697a5dd2821afb8790a9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04487368) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb2f1d52d38987b6695fc942f5aa7608__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413158) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb531fd4bed962ec90ed6ceb99d0a0e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8D38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb6878ecbee895ba1392752dbbf4ccab__void_unsignedint_{ REL::Offset(0x044DF240) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb729906c08952191a9d0a755ca78505__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5BF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb86d85e0824a447da10d03523d93cb0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CADA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb9a285703636fe2f8cb16c896e47dbd__void_{ REL::Offset(0x04368650) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bc37aeaabbfbc41bf62f213931bfd771__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434E1C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bc580e89db495cf729a7f161d34280db__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x04580190) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bc8b869665f58b656742bbeacac37c2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0C20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bca458f0f65b88687b249bac8ed3a894__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436E9E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bcd4677595c356793a99191c177a4998__void_void_unsignedint_{ REL::Offset(0x043CE168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bcffca6dcbf736125ff8d8d4742893d1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045B3150) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bd35b230f0959478f4adc823e9cbe831__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B8720) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bd947f2798ebff8d69752f08370d58fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447D2B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bdeeae5897559d2c289d8d635ebb6665__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bdfe21088896a55bbc48901607f11e42__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1220) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_be87acad31598fcefd960498bf768b8e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BE268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bed7aabe9f45714502cbc4f034815898__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04388BC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bee696ad3c0c7810560949819be00f02__void_unsignedint_{ REL::Offset(0x043D3038) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bf1a200205e15f4284378b68d77b8e1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8C98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bf2d036f7e971141d7f79ff8ab97ab0a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C5090) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bfd0f82a92c828d3ba2e7ac50935b600__void_unsignedint_{ REL::Offset(0x04382D88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bff87d729afb19ef40f23376941be670__void_unsignedint_{ REL::Offset(0x04386CE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c00d257380eaebcca727fffbc27d70ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1068) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1653b47087f1e182af3b6d04516f9af__void_unsignedint_{ REL::Offset(0x04387170) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1bf5645146442b6cdf9998425be8d55__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447B4C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1c3c472a59c0f7def8e769d0f770c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044E1158) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1d5c68d6dc03358278bd37a80bd91aa__void_unsignedint_{ REL::Offset(0x043CE5C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c215dd194a43bea38c8a0aa4a0ed91f5__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0451C0F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c236c65f5a70ccbf326510cdd50df39f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA6C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c27c112287fa1ed2a49be08fa445ce36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496008) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c299139d0cee9f433903402dc727283e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8F90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2abd337d6ac602f6c3f7aa605617712__void_unsignedint_{ REL::Offset(0x043885B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2b07ae940820690df77e1302fb6a8bb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043457A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2d6c284150dc482c20f42a9b83db6c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0BA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2f41e4f6b215cbca92193815bd8a6f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A6EC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3201d6cbbcd5cfa89dce2454dd090a3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CEB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c326a3cd0c3a4d3551a91d46c133888e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c358dc9704c4da34071136abf4e20ee3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455C3B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c37323460631140be75b64418eb2a212__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A280) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3a42ea107ecce5bc06a0fae9b79e45f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEA78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3ac43c9be87eba94eee7cc94ac250a3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5BD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3fcf41b71cd3586e7b79d14e23f7c2e__void_unsignedint_{ REL::Offset(0x043830E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c41a777c42944c1b7ecf3e46da0c787a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F208) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c4765992515085388d38c642053f91d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04578598) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c4f87a8752c009a0658544fe4e7ae35c__BSContainer__ForEachResult_BSResource__ID_{ REL::Offset(0x0436DB08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c516f962bb171262906bd7050efdec04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEC78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c56fd2de76ddaaf48fae071f26fb098c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A110) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c5bb175ea3bb32246e6645ba61194603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c60e96fe4cdf17a0d6c0e7b0728e31f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA8A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c634a06b2844cf599e1a4a13f8917a82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7318) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c637574722fc8a0dedaf09e451dc2cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435B090) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c65be2c9ed800d6896b8514e7a76468e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE488) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c6981f47a624fd535333b14362967572__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A29B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c69bfa5893c6e4009ad541d7fbc0d768__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0CC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c701617441e0deaba66755f97f0bba94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3648) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c72f00c6a6a23e8991ce757dbc25fbb7__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c736c7f39dcabf3b3248a89415ef6186__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045203D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c7733398cc3ed1ee0793f3c7247cf0be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B86E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c84c655ecfc3921b9f43998ebc6304ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E510) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c867d4a186d187f465e095b2e59b3d4e__void_unsignedint_{ REL::Offset(0x043870D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c8edf70b5e6b7bea61ff168d96563c0f__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CD288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c90005e0a6d7fbc4e4ce107bff2e8e18__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EEC20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c931b0241832fa55d085b4d6c454ed99__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04356A58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c934280a15b65e7a235a9910c9308407__void_unsignedint_{ REL::Offset(0x04472080) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c952663db9ea2797aa5b7ce52319ca14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A35C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c95a561709e0293d9edc786022d1a545__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE5D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c98361e073d941a7fd48a1ab5a394ed5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576A30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c98d5d7cc2d8c3f7d2836bde99133c6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CADE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c9af9e3327fd505d17ffd5278928cfb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7C68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ca3c722ea50f360bdaaf6ad20b2367be__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437AC08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ca903a8d0a24e5f7b17989a7cff75209__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0AA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cb971f4042b9f66c6e0c29a3f1a0bf71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044EEC80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cbc792726ac08a7d8b723a2dd98c3575__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04357480) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cbf99d218630b94e52221f991703b3ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2048) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cc0a619396e2efd4c958c7d318e74e8c__void_unsignedint_{ REL::Offset(0x045C5F50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cc1233af9f81ba7c1313bfde0fc7897b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0FE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cc25773e42b523f2e5ab481494ec641e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE1C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cd42dc975134d76c7fbdcad55dd6b57e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456C130) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ce48ddae51c7113e2b5938b955f1747d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1460) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ce51a4e2bf758734a51bd44550726732__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A73D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cea61d926754f2aae9d9da6df852a945__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D06E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cea762e0e82ff4f13e77f035996f71d9__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0445C518) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ceb72621fccf1f0c47eac0512052609f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFF40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cecd15b6c1deb94fa16a1522b86e4b20__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04473EB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cee353b559ae497a7d8d8cd3f8651bce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B78C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf12b8d76b9bbac9931624c9e9b68945__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04370968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf1b1a06e03b80a1207a0359ac04567b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5B00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf1cc9034eb59808b017597e1c031956__void_unsignedint_{ REL::Offset(0x04383968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf572fb2f93b37878e82d9e7eeafd130__void_unsignedint_{ REL::Offset(0x04387370) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfa1aac6e8e1267c3a2f0810884a585b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413138) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfb97f1c8c2a19a5f5e0581c5fbc8bc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A6898) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfd24b8ef3ff1b958b42c8629b6be67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04481DD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfe32b452064d468f41029898a9c7e56__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1320) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfe6ca8e8c54607961e257ec7e6a6c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D11E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfe9489c674f24fb5498227011e183b4__BSContainer__ForEachResult_BSFixedStringconst_{ REL::Offset(0x04350730) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cffbf5ce093496b3c05f3c2649eeb5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA8C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d019023707cbb7282c99c52d42269a6b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2FD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d06ae9e293caca061342a46c53d30280__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B8780) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0777353f5ac5ebb1d655e50df4b696b__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043502B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0a9604b9436848f931c2deb07e10d96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0438AF98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0ccbc241f623953de3d57bba7934e21__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE598) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0cd4750b43e2776bc039f87739d12de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044774A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0df86b801b3ebe7bf16a7ca66b5ce0a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455F640) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0e7473153af02b088eebafa02666448__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436DD20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0fc4aa41e8ef1eaabdf1b6c9e6c0c90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B10A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d12b7d97b0e6dc6028d2ad77ab0a0757__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456D718) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d150ffa9d07740822763af89956807f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC420) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d17869a13ea19fde9fc0b258a855e424__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045769F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d17a0673ad92ab75deb6e4a04b3aea3e__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0445C4D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d1b874a230fe5ba0e3b38db99aa8ce31__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04559FF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d266eb86f1854cae0f113ad47779c206__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577B78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d2862e76625374046961e4d6983a4ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C9510) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d2c7326c08678100f1870fb31f656e9e__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A260) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d2f0c0f297a4bcfe03d551ce1e84c650__void_void_unsignedint_{ REL::Offset(0x04441688) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d32237ad9353ab8c27c2ac4a1fc645e9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04351780) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d3490d89a0497ce167df06e972a41194__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0444EC98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d370966ac4337745dbeb2ed414c9e856__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D32A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d3be1762aee92a179c8ab96c3d90d489__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BCA20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d3d0c69727aef68398b888b08eb962aa__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04477740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d406e93589c1f7e3dfc6f955f89d5706__BSContainer__ForEachResult_bool_{ REL::Offset(0x04370150) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d408d467e8d2cb9d1e42d2f82d895efe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04571A60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d428d24a7da9db8f2cebf115952713f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFF20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d48b518e1e677abff3deb64fd095e4cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d4aab0c9199b19db14425ccb20979035__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04475540) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d53d4c6760b7c343e32e341fe6e17cac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D908) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d5677c8707b5b8c1bc70521d01907731__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CB28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d568608f95f44940b09f86d8ae1622aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7668) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d5e8a7054e6041816e896a3c453afc3d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044CD7C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d614ffc3d709b535ff961de011683715__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A08D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d621dee853611b5dc3f9237278482937__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE558) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d64ca0b4e15bfd2dc902c612f27427fe__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044DEE30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d687a2b1703fc14fe0713df46bbcf0aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d6b905da94d360b76211a186da16b41e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04479D70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d6d03199b1c756dea597090c9d8d2f98__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043520D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d70188ac3c1674838445b83824d9d556__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1140) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d70e691e321fce7f18c71960c3948064__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C60D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d71e02b7cc8e19874af60691e822ffd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAAE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d7bcf312606e3c2a894efd64a47d08f4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04354490) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d7d67f4b51373bd02e594e10854cf8d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA648) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d7ea6aa7c996aa2cd97fcfa483603e3b__void_unsignedint_{ REL::Offset(0x045C5F30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8453e03597f5cfde3e4afa761e3fa95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8579ef91ae5f04694ec03f35655253f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045493B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8772f22bb133b0174720337400d0043__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434C108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8b83b6d33044de96a32e8ea50ec106b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445A200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d90c540395145a4bfb228d1b937ac3cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0BC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d93dec3447aaba8744169282fb234e60__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0439EB20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9481c18d2dcc031d90b533ff4b54789__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440EBB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9538a990fe95cbd324874b64ac67512__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D08E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d972038224408221772da67c508a9e97__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04370988) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9923694bf3f5db48cd16c90ca55c67d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EC98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d993fa0e263d76b2a2dc2c126593e227__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0455FC00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9f31df3ae7e0cc4648731823e7638d3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E500) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_da5943b51dfda004fe608221ed6dc108__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFEE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_da682c867557fb7024089e784dbc8067__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04495E98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_daa10084be20bba889431f93effad2ef__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B2FF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_daac735d773ec7fdd4a7886d15c5be61__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ REL::Offset(0x0436DBC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dac8b9eeec3755a10cc93b18e5f1b08f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435AE20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_db18063c2ae3c8896f3f555c331e17d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045208D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_db1d231457834b772f6014c0e6f3a9f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA6A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_db5a98c0a529cbfe448d5997539dbace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA6A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbaaf1f85153ae17439758babcc1d374__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA680) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbba4eb9d1ae78b3f3fcaf07f2ad7171__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437AD68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbcb105d3a5ae0939712e3065b66f8ee__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B3348) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbeac5b1ff0024378b2629cb707a3690__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AB578) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbf517e9e15d405001673e53c57886ea__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04369700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbfbae1a4cff8004c7a9845a62e0916f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0B60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc04c3b631b1415789168d3e6d3e6cbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044960E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc1b786a61206b361517742f27bf7651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D03C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc28d0407eb4228edee44fe78e1f26c1__BSContainer__ForEachResult_BSFixedStringconst_{ REL::Offset(0x04581680) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc40be9040c3677be56b7b59ab5e4a1c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc71dbdd4c03a6b767f6a71e5a7b945c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445B988) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc91b9b46d14c0f3f6ad58505873b215__bool_{ REL::Offset(0x04476378) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dcdd356e4c6e2f9e84ace1b6ddb617a1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AECD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dcf972faed0eabdaf595594bf2f3e363__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04580230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd118bf98d423a6a412c9a8e0cdbb9e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F228) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd1288b0d5357c3d13db2bca27d63a1d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763868) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd180769f792f3ddf4b8f91d26f2f9c7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0600) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd1db57b29e7711c36591db7dab974f3__void_unsignedint_{ REL::Offset(0x04386CC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd202153ce22c7b10f217d9ef0ea9020__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7418) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd5a7dc888b22c274530fea7ccd824f5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFB98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd65b5a5c650ccaa51b131954e59b425__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04441390) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd75733dfa9d4117279b184db00ebbea__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04348DE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ddb1ee8f83cd2ccd4284a5a0b86063f3__void_unsignedint_{ REL::Offset(0x043870F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ddc4eeafc13f82b0c0d4e185042bd8bd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434A078) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de01a6f1ca82904071733786bdf423da__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04590430) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de2b095b55e13d0964de27551a7e14cb__void_unsignedint_{ REL::Offset(0x04383408) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de35bd75fb9e2cc7e7df5c032c979833__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04575948) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de994e719707addcd6e09a9bc8a41a95__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043517C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dea17bdb84ecc379e9d91daa97235c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458F10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dea863ede8203ed0abe91d2fe0873c7c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04349CE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_deb8a53179e78b463eec9209e37703ac__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0437B530) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dec5cf2b59cb3fd9cf969e687203dee8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D06C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dee5470801d2504f72568f06f88c5793__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D09E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_df710a06b595182104421fd28864f9c5__void_unsignedint_{ REL::Offset(0x043846B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_df8443c7b250f91d12016d265c227283__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA640) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dfc5c4176d0cb7a0803d255939048e3d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436E4C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dfddcf08ac714efa194f7e853b9a7187__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BD2B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dfef71e867d126f094ab9b703e7d6e78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04520410) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e03b159ffd6cd09111d59ff92b7fd2b5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFFA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e078958cff25766aee8b534d492fa01a__void_unsignedint_{ REL::Offset(0x043CD160) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e08da8c027748d42614a9408b52bc849__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439E828) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e0a3e975fb31fb69a538a0cf22c69db4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D9A58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e0f9386d60d3958d6f84b1b836541348__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5AE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e17b84bdaeb420632e9e3ed10322e0d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D6F10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e17ce5b60f23569cf577823e1ded456d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0E80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e17fa37ef845f827ac50892900b209ea__void_unsignedint_{ REL::Offset(0x043884A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1847211008ba1d13521b7bffd12a932__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D20A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1848d2a3852664e4964a1f2e36edb43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAB80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e197c627ee7e10139a7dea7441943ffa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9300) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1bac69f7321aac8ea396b0d56dd708a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456D758) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1e66dad424b5dd8be39d6cfd22df0cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE458) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1f333a910088d6a3b17112252f9fc2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0D40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1f3800b3e0980ad0f288cb1784cdc1d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1180) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1f81ee7888ada09253706d12a01f5ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C73E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1ffea3b3f5c3eb981441dd5c5fc7c00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0DA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e262d206b64f189f4de607154638d419__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436DC40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2bd267e26a9cae683517b386072e968__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5DA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2d14bd178477b3bcb8a5a7182a38049__void_unsignedint_{ REL::Offset(0x043693E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2f9a7cf002564a4120d7abca8c416bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CE3E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2fae82386f3fb6c3370376e390870f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0A40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e3228dab4baf1a01e38226e6c1622cdb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459030) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e37a476095534bdc2583f2a764e01b3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1148) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e3845c66b1b1c6e9d6f6570976b9450b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E5B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e41d780eb9f09560f25ec3d1ddae5019__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA660) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e46ca80a32249888f4109a0d01abb99e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E450) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e50e75e3150040b257830854db7cb1cc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576AB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e532c641e1c3e01dd214b082b29f83da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE498) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e53a7d6ea315c41ffc866d3414eef982__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0AF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e53eeb4b308c3578d4bc5103cbb68250__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366E80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e5b911fbe77164781d025f5acf060fff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D05C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e630e08aa0e66b54f1cbe8e043cc2aa7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044954B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e6a2fb046afb30761b484b27c1244838__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044F0560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e6dd943447e913a61672dd97bf7606b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0B40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e70e889df75efebd29113194c89e1232__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045AE1D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e73223a333704d337bce2a55d1b69944__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AB598) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e73807069c62ec4123cab289648f532c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045203F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e74063b9bf6efd158e913722d39d5e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA6E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e745c943553711793db3beeff894085b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0CE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e787fb22a2dc58f99796809d181e4eb0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0CA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e7beed8ebd2d4bba27a7007a2e4be18c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E530) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e7c64c1465cd2ccc8d9e868d6ee552f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEBF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e7da15dd8d6ed1aa6b9f97b71fff613a__void_unsignedint_{ REL::Offset(0x04384750) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e81e6eca7468d2382eb30d02295b2145__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5CA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e82e9eccbda53d4ba86abc7ad9715a5d__void_void_unsignedint_{ REL::Offset(0x044C3F10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e834bae83dc3dc89ae288f7ce43f7470__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D5DE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e849e1f690a1bdca2c8ef8593a989c1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0F80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e89329389074a5987e1b5d884e17b622__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ REL::Offset(0x045AD5D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e8fc361776e93d831b5efd81ac625079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A130) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e955fccaf5cf0c09f03ffafad78eaed4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04474498) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e961d87e9f5ba802811394976ae2b2fd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044E8560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e96f0e2621f4d92d0b224583042d2519__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0AE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e97995c62ff18dcca5f2e94f059fd147__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFFC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e9a7d927595c1430aeabb8cc531ae2d3__void_unsignedint_{ REL::Offset(0x04384D58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e9fded41f98a3fd82c279d0b430311b6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04559090) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ea440ffc9aa5d8f99c98397bd7ac1a01__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458A9F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ea6b4d92766dc6fb3f3dae3829e7b118__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043729A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eafda3e61156e6f751d7130e929b347a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6A68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb244c6f272090135da0879da73c85d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E610) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb4aec7043f0185fa5bfab0b60c95291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CD2A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb4b25ce4d6793f4a4c2e52391414229__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366E00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb4b44ee064532355172e5e0d8839487__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B6138) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb563f87c48350b79c34cef29f1d82ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456D260) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb6587ada0a83c922dd82aafe1059724__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B4108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb6c1e5cbe349322129ec6255b67cb45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0478E0D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebafe6d1d97defad734496793dd84507__void_unsignedint_{ REL::Offset(0x04385858) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebd41f2d7fc62082c024679cf3d7d92f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045983F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebee9233e7e12909087efac8ceb71d4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434B5E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebf1416eda600511e6106bebb9c05ef8__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator_const_bool_{ REL::Offset(0x0436DCC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebf9594cac65bb91178806baf2c1a630__void_unsignedint_{ REL::Offset(0x045BDE48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebfc4dcf97b84c7c555a65ef99848626__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576808) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ec1e3acefd17f67b02a6de12c7ce49b7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EBB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ec71642d1caa0b598f918cd9070e88a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434E3B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ec9cdafedc0242515f479de5e9e6f812__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04411B08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ece36b04eb836be3eced22852d702528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451CA28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ecefb2fbbd23bd6f990d7dfd49f2f482__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7398) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ed1dd649d173281f32b82d0b85558a71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043815A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eddef7c077a499e751db2d05d9d2b466__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A93C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_edebc3e3d2bca7ebec6cd15a5f73ca5f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04358188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_edeea9d7a77f40f567b6f8bf22b18ea6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044130D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ee0b27500362ca4f93ddf4bd687dcc5e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA880) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eea76db2088031cc58c30c426955ea02__void_unsignedint_{ REL::Offset(0x043864D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eedeaaa8bd5ee12e928881ad1ff60bc8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE228) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eee23a50b5d686a7740948b7f62892ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5B90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eef3d8099a01755e64a6ca167f54d023__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0D00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ef0b9cec5e364b5572128f1f99294abe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE4D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ef46a1e14401aeec953aa6c7f7c1330c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BC9E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ef72b3a358955c7a5f2295665baeaec4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efa1e584f9c9911058a544b1b3c02a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04486670) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efb0a1b4f3c6ac0695342994ccedbc95__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x04350298) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efb2b57629b31a1511ab3fb044e28137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ABE68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efce515e4b26a8fc0153023a78efe71f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044932C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f000bf935b9be6815036db84a1007f38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B11A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f0145c0df598d772d02ef9433e3f16ff__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045769D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f066f8f0fd0b9c37ab23f28aefd90ed2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D11C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f082d43bbed1a19ba2752bad18f30d23__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043739F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f082fc9e91d28da09134a8584e1cfb10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A35E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f0a8fb909fbf02d7a808818b9ec99d11__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BD2D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f0c986755d786d6b3225f048976579b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04372A00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f14ee227cf359e1665ae1dceb8264b2a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04478340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f177e8ad6ded3a0f10981020de4e1222__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0444FF50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f1a45e8fa4710e537e022d43d9af6aaa__void_unsignedint_{ REL::Offset(0x043828C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f1fdd6be5e80a14aca4d218f981e3fae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451EC18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f21a18e3f2d0ec2ff25be22f821c2ce4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458F70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f23f79926cda72ee8c4d6a2dec0f90d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3010) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2895d568482ffabb84c52e8ff56ed94__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0444FFF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2a384b34385432fc190219ee5823a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B8850) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2aac1d39db68a7e5d66fdf3e8181bd6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044961E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2ba41f850b5b172f8dd15421171b01d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0EE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f314cc28782d1381e29fda2817267f58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04473EE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f36823b3c873f65590d6936d8a1d5847__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440F9C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f383575cf8c2cfd4fe9a213afc7432cd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045768E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f38bdecd90abd875db2874f5fc195b3a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE5A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f3c8664890a7d42e33132789caa68393__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ REL::Offset(0x045AD5F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f3faf32fafe49f618ef095317cd470be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455A070) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4188be41733fef1e4e4e697bc5d1b4d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451ECB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f43cf8d781ec5fce8b18c777af9adc00__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C61F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f445182b6c32d2289878bc29b9f877d5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B7BE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f49eb1bdd91c4609eaff970ded63dc62__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043A68D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4a68c95ec0f2639da893c3a33e3dcc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043739C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4ac2e7c54af7dd6f119edb97780d4ac__void_void_{ REL::Offset(0x045A6FF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4bd3b39ad39cd6fcd916b686e3c7640__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434C0E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4efcb42191e9ce261cffb71c430332b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E5D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f51d13b150fccf5a8e2b91cfbd3589fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0E40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f53a221bcfa31875af2beb1f6d803785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04369340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f53eeaddaef4cddc192af4068a2956ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04493308) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f55116a70b67043e4b89f6bd5fc6e783__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043693C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f556b9bb40d635ac368e4e098f941e64__void_unsignedint_{ REL::Offset(0x04387310) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f5747e7944d5b9117a6c31d603b9a377__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04561058) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f5ffa4e6c0d5314d772a49ed581ab795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7C88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f61f49e7e94e57fe2b260bfc338beb6f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447D270) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f628811dbf3293e9532cc7bdeff8cdf4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04763D40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f637987e6f5e09c46e87e071a47136d2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457C538) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f6619f7b05ec65d4214ad869295e1e2d__void_unsignedint_{ REL::Offset(0x043837F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f6d420ede042bae4bd4555a788b4bbb6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1300) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f6fe42eb7a10983753aec0bd1b2c5273__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447D2D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f79daa3e16f19f5d57045976dd33127f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0A78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f7d11a6ac319b88cdd8dcd68ca2e3e08__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BFB38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f7e1b67cce75bd80a0a7cb4a5c21073b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C5B30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f83d96cd4d894c3cbcda185dcc42de87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044960C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f8ef016b66da04e4e8aa007a13b14841__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ REL::Offset(0x04353498) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f91e17cbe1fc159e7e0135a160f33fe0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0A60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9429e6ae076284ec68d8be8492a1fe2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04496168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f951e2ce5e416166981d74b047cd7b58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF210) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f95aabb285d6a516717d96f1b9c441e3__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ REL::Offset(0x045ADCB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f98b2f90dba8f6f378d03d26cf607a81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04408A78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f995442584f66d9ef2aa9102ad638ef5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1060) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9aba1b4881e90b659687daf96ced3ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0040) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9ae2559c91245e30f01c4ec203881fc__bool_{ REL::Offset(0x043CD3C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9ea8694b9e961945bd3ae08e3f65bf2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CE388) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9f334b47ca1e81f013b76e3d57523cd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413098) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fa2837ea0af0f9527c80236f5dfc6c6c__void_unsignedint_{ REL::Offset(0x04383660) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_facbdce15c753db1132527168bbbac1f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045769B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb0030486a54db3f9cee31e9a97dc48f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04580210) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb3fc9b78ca66f250747e0f7be2d4c92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B78A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb62da152adb52f689e90b3422145bbf__BSContainer__ForEachResult_Actor_AssignmentInfo_{ REL::Offset(0x04495EB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb87e62b8a8101ce5d16747f46fd94d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DE8C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb98d9fcd25e7526033be6407df3ba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A2998) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb9a9973b259ef1dc0919cc91da2a7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458E5C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fbd61e5f74721ee521d4c8e8d557d51e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC400) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc3755ec56d7d7277767899c3af4d207__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AE618) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc40d5465be1c94a885f7cc77f282a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0920) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc4c500b2accd9f862d55c0a769d275f__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044575F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc92d59f8e4524a57f93d19fd4eaa90b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEA98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc9b35ba26e59b5743e84640843f929a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0A20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fcb016d5db32379abb0ff4c47cd490ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D0CA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fcc2590047e81a4be5cdb245dd3ea5b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7458) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fceef4ca92d2dfb2badaddbde60d1c0f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fd2af0914afeec8bfc2431c68ad8f6a3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA920) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fd96e87004c413f58ca93d81d48f3963__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A35A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fda480c373538eedbafe92113aeeffa3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AECF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fdaf02e67f4ccc1e9ec1a3cbd1810ac4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C7440) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fdcec6b46801251aaec5b0076dca57a5__void_unsignedint_{ REL::Offset(0x0455F4E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe0e00a79fe354d50f3c05358a033ac5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9E70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe196431ffa969ba5779cc621d047c63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0459FE10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe762b90c0321959183f10dbbdbb7941__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0439EC40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe9209c9a51ecaf6f06ea45582b82647__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A5388) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff08aa9b9eb53252499629e5c2319d77__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D13E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff28a9d7dca12579d147b77ac40f10fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D0108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff752b02393eb63cfce64ff534943882__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04345780) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff8cbd0b8c14faeb6419efcd27dad154__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04458E90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_bool___void__bool_{ REL::Offset(0x045B9F38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CCFE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04369DC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSRenderUtil__DoSetAlphaTestRef__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CAC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindNPCInFactionFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D5B40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUniqueNPCActorInFactionFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D5B80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUnloadedDataForSpecialRefVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x0440EC30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_0a88e55f1753726b6149923a59fb55f7__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CAE88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CADD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_7540dde7665351dd892c90a163732991__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CAEA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_a82cf6928b2747f11a6b60390ee4aed9__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CAEC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_HavokSystem____ApplyEditorDataFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04411C60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavGenUtil__OverlappingRefFinderFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043776F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavmeshEdgeBuilderFunctor__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043776D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_RefTypeFlagCheckCounter__BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043C9550) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043691F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369210) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369250) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043692E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043692C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455EC18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455EBF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044578C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_0a88e55f1753726b6149923a59fb55f7_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CAF68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CAEE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_7540dde7665351dd892c90a163732991_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CAF48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_a82cf6928b2747f11a6b60390ee4aed9_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CAF28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor__lambda_8051714f4702e96038e62cd736fa3590____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CD1B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSScrapArray___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043D3018) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSTArray___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043D2FF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddSpellFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E7658) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddToGlobalsMapFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CD7A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___BuildTeleportDoorsA__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ChangeProcessLevelFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DEFE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFunc__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440EEC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFuncconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440EC10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckUnloadedRefsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440EE48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CollectGoodLoadingScreensFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0451E748) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CurrentPlaneCollector__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE4A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___DoAddSkinnedDecal__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EA90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___EditorMarkerRemover__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04372810) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSScrapArrayAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSTArrayHeapAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtrIntoScrapMap__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450148) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSScrapArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy_____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450108) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTArrayHeapAllocator____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTObjectArena_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTObjectArenaScrapAlloc_32____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044500E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindImpactEffectFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D0218) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindStartingWorld__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D2FD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindUnloadedSpecialRefsForRefTypeVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x0440EB38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___Flagger__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043709F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ForEachWorldSpaceFunctor___CheckRefAgainstConditionsFunc___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440EBF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___GatherQueuedRefFunctorconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369270) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ImageSpaceModifierFinder__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CBBA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___LocationUnloadedUniqueActorFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440EE28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ModifyMapMarkerFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E19A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___PreloadQuestBiomeFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04454438) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ProcessActorsAnimationPoseFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DF000) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RemoveControllersFunctor__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04561270) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ResolveLinkedRefHelper__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE148) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RevertGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CD760) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RunQuestsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04454418) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___SaveGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CD780) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ShowGlobalHelp__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E7638) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___StartUpStartUpQuestsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04454458) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___TestRefs__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD200) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0024e9f39f949a80e9d13277f1b3d239___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377FE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0065581f52233589018fb664703cc0a7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559A70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00825d6d60096ad821679cc4f7957ea8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04370AD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00d4e41b52aa1619aa2363e1f87241e9___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C50E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_02d6e3aa0d76470ad93d0e4400306caa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04477930) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_050254b6274e854fec0225105b82b130___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A5F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_051639537d5964879e9f3431fc31c532___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0452A408) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_05829c2cae1a3c6e461c050f81312bb0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E5E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_059889e6e5f87a4bd6c0f23f883756b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437E110) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_065bccd0ff6f60bf3bbff25ee92a3002___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b6e6f0fcb50884c083b9720a09b929___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044ACD00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b88b804e8ed05e977a516fcc957808___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FD00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06cc8d72d8809f42ff272a8a50408dc0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043C0918) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_07a48ebcbfad0a834789c69efe6a3161___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043D2FD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_08bfd311e247a48b25be48ded4fb4d7e___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D9D18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_095cf96b1d3410ab57cb528eaab0262e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04459750) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0a68afc3d87b7a1a2cc973ee1cd9b5d5___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0440D290) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0a88e55f1753726b6149923a59fb55f7_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CAE50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c2624229246cc101033e94c50553282___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455F720) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c33151369f195fb88885c8aea7d6a3c___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c3cb381f2c7084057740609647c7106___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D1FB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0d7a77994f37811614a1dbf1becf4393___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043569C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0df3d67eb8672edfab2d2eff256983f8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CB000) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0e3d847c8605426ed8344b96d3037007___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CB020) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0eab76ceff1d8e77b7959ffa21301a5d_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04377CC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ed8f536a728912e99b2fad4109f1750___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437E130) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ef6a7293605ef7693d5c94d7bc90e20___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043780E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1039ed81d8e2c55d4147eb36d93f190b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD2A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1042ac0db73cb514363d90ffae9952ec___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045BF2A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_109fc4ddcd7486183ab97897657cb821___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B42D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a2e798dd59bd151b504b1d4a30e3ed___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0435D0B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a6e891b6247789a08c68657f5efc28___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04559968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10aed968af223d327644d6045b47deba___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436DE68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1140dc1bdea398c399ddb8889dde5c45___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439EBC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_11641302c1c6fcc7977b06585ef87392___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E5C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_129e8c9aee8a808302cd899e30122518___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045267B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_14e3f4db52ed4f13df9dae832a722eee___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04457998) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18220d2824a70b3ca1a8a8f81ea79c33___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043CD380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1872bb5444b4c271b06a55b0f0d8eaf3___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377DE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18975d6c0abe12c3a59ed24f127b55d2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD280) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_19b4e3376ba428b93d8820cef21f9a00___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437DF20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1af2ff2ae933da628d97dc5fa91dddb9___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496B50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1b9c272b48574d322ec9810a479ce257_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E7218) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1beee9fac784c5fb079a94bfd3094454___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04371190) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1c2d55799dc1240ca4213c156dcdc328___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377850) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d5fbb246c79c3493c66411de8bb7afa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437ADA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d6a9e0c18cfa974a6c0d456e34b33e5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043452C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e08993dc114c000fc6d9efdbea85af7___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043780C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e20a250a41c4c15305f707ec02ad4f3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D34A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e9d3b10a0dcdb173bf178f274574d00___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x047823D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8530e1573ea0dc0642e8bf51b2d69___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377E00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8dc6a07ce41f19027299ee7fe0219___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044E85A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1f091515fb803d68ac8df4a21e725376___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CCF80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1fba2ac24eba36c31269c5a4829ebfe0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04477890) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_20b949e92a4b98b7d3e38132a6043895___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043701B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2233939dd915b0889d8cb16cfdd3c197___void_NiPointer_TESObjectREFR_const_NiPointer_NiAVObject_const_{ REL::Offset(0x043777F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2243908a96dba7d740a87bd673384d3e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04414740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_237832b525ccbe285376c3ef47fe6dff___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378040) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_24cc503bea9641bad12352454c3082fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044C9C20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_251837c06362568e94ba94a91acc56f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DF220) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_259b3eda01914223f5a35626f8fb2287___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043B41D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_266bfdf19cac5bc677ba89ed1a04eac0___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x045768C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_272aca7647edb54ca31cb276727c930a___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043B40E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_273217f09f69ff540eba42995042a492___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445C4F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_27d81e68198f55c4ab60d830b57b09a1___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04381568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_28d1330dc70c74bed2c3c324e969f574___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437F188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_29ae5f57e8f396864a7c9263002058bd___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496A50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2a37a0886c26d32d363af6bd6d5b49d0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378000) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ab90823121b16eaf167d77ace3de1d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559528) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ae0a486bc834ca2bca5d200a00b3b25___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045599F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c936256ae75f6cf48a27279881ecaa6___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377E40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c94d994097e35b69c25f0c20419a5a7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04356948) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2da186f7404b8186e0c711c25dff47bc___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x04559588) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2e52ccf932388489bfe54237ba946d08___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377EE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2e6374427b52ecb59b2c04bf62918497___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377D80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ea310989b4040735d8c5fdb3a0bd01e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04379D38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ef0b6908382251680815e0e09448c3d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DEE50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2f220422eddc53892d4fb73385f965b2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04370AB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2fbff4ffdc136af2e48725cf45b03058___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04459770) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30582d4f5bbcc123614d54cf463b304a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434DC88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30dabc8065ebd8583e3e2b97e45a260c_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0451C138) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3124a6dc02f073a1564ddf29cc94d660___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04488410) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_31b46735722cea14a80407aff7fd83e2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04379CF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3243bc3168fc784f810dfb7dc90553be___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437DF00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3273044d088ea8a20ae46afecb2ce5a1___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436E370) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_341085001f7709072c3ed1611e4782a4_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x045A0150) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3438e3e92e51f56c43bc327a6402784b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439EBE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_34474f066588dbcfdb248e64b3dcdc83___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377E60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_34c508636810346bc9d56b8e3815d35a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04454880) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357e50b42e48b84a14a502a510eda199___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576A70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357f905666cb1bc670dd13a8f366a26a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377A88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3623dc1c7c3465d673ada71bed15abe2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CAA70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_36bc82b584515cee68b097f16b51b026___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04369EC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_37ae3936a0a9750f9498880bf16cb599___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440D350) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_388651b312f7664599271d4126064a0a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D5500) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_38ecc8c20567a7a267b7aa4e1da568f7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CAA50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_38ef174b0679ec4e97ef32884cabb6c5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043ABAC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3a6fb88b16383934773766689c941096___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AA8A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3c0863be1c10d6f062817f22c10d6016___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04379D58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cbd79dc4b0dd3aa982473227d45f34d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B4238) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cc328e2577c62d18aca005baf68fce2___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x0440EEE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cc848516b43a53bd714b29e20c2e63e___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377F40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d0c1a1c70ba576b2835b9f2d626c2b5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B4258) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d8606d65aefa5cbf6be29f7f95c7220___void_{ REL::Offset(0x04580C50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3f1c81379c16bcbe8de7aae163df285d___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377F20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe15f9a9bba39b09b2e0e6a286ee7e7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044A4C90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe8855c582ad4818db8127d5f101b4c___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043D7D68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_413a87992e00fc77e829e28e3b819331___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD340) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_41a9be6db2a2444752c5fc5ca1627725___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04378100) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4208dfcca73a4f4e951eb7ecef918e29___void_unsignedint_{ REL::Offset(0x04760AF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4249b9b19bc5b1622a98ed785ccfea1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD240) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_428154df43af3fa3799842eb26140e9f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FD60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_436c86407fe89527ecac8fd139932adf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559AB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_43b01ea5abdba8dcfaac947ea5a25cc4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559508) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_453701555d3fcfd278924c077afddc77___void_unsignedint_{ REL::Offset(0x045C27F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4539782318d56d3ffffef09202e97003___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C1E10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45a1c977c64277c1110522abf2d13a3e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496AF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45e39053f42d9b720256f81b7f435107___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043D2FB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_461af4b7b59baad5e744052d9f8d6d2c___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0436DE88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48674e883923988bb8a666d1212739cd___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x044D3A10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_487ccbace58a161a58d970cc2d6ec09d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043581D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48bc312f21e42773fec455daaa3523c7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04475E58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48db963df0a2f599c0840cba4a197dbf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49e2762e803368cb1398754ad0ee8de5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04379CA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49f111aaa64df1228dcc3e6b9338bd59___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434DC48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4b2986aa95001deb516f83a402a5a332___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0440D2B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c41506d6f2306dbb49d5f9d47fedb93_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ REL::Offset(0x0437F128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c5ca0f428744bc3f1cd9e17db73c31a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440EE68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4ce1996643e600e3df645ffff0fc37ad_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ REL::Offset(0x0437E150) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4d29a31cb11ab152d56d7be7573f5be1___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045BF2E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4d6ec75a1ce818f27e3afea4899a532e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0453C720) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e2e4204b7d57f0b49642e645e18c9b4___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0448F448) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e9dc55bc6f5bd6707d11029fcf98270___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04441450) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5254f511ad0f8af8ef811dc192ca425d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437F670) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52d95708bb3b7669deffc9cbddff42a0___BSNavMeshGenTaskResult_{ REL::Offset(0x04377BA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52e0125b8c47ed04ab23cd4300ca6985___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045594C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_533beb8e9a79574e6e201b66e91aa175_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459AC80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_53a1002d47b405b51c06f14c1a2c5ecf___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04356968) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_53e141b8a963b2ff8d8d22d4c4225a63___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044146C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5495d83b30b7504d63cb030e921abfe0___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496B10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54b8dbb04afc3dca0ae542b763056054___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0451C0B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54c6194da212d69d8b3c0e2c81c55e61___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04350690) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_559bb14b33232010225bbbce83991db1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04370A98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5614d4d1f337c6edfdab9a2a3495c4fe___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04477950) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_561bb7e025157f6723d23f4d44a93ad3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D6498) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_56688ec8a167d3ae42bd3799ff28ba1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559728) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_57fad07556e65f1e264bab0551686954___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043CE448) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_580492bf1d14b2dddf4fcb08ee72f306___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x04767930) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58198f01353e9b52ba2a1bc2e6df2600___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043C94B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58bf800569df02f23a6c04dcf188dbd5___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5560) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58d3d05a1e270c033bc50ff8e3e3bd97___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04352188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58f708587703dadb5db90b6dfa7b1ea4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04472DC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5b1d677b7756d587b49bebb9c1624714___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369550) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bccb03c1eb2bc0cd346788740f7cc15___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440D330) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bdbd4d88d9e02860a5449b41352bafa___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434A0D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5cbd48065c84f4aba5767fd66ea5f440___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377E20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5ce89b724f785720cc64b83a6ac0cbcb___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5540) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CADF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d720cb77a577cc76ae976178f569f06___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455F488) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5e7a439dfb486185877b549b28b05e21___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440EE88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60329aa09dea07eeb0c54854e303efed___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C7428) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_606c6485e49448005248e5ce0ce1def9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C1DD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60decbef23f71fa390f008f8137f9e39___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D2330) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_61b655f3c0e29206ab2d20806ba87077___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04475E78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_622fd92b9452023734742e4a653c5682___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377AA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_62375efb2b0847b38f278bd404223b1a___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043CE348) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_63eb25a1742b9cd4a43e6a76d1a15597___void_unsignedint_{ REL::Offset(0x04760B18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_642704f236e3da5e41d47c506e4c9e68___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045595C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6457a18dd2b8c7f345c05ce5214ae1f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044C9C00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64c4325d57e0603f93cfa244928c29f9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04369EA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64dfca84827c265e843e6c785d33491a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044BE6E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64f4b4856ca6473b369984c60d90deb2___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044D3488) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_652b0a0a023e9e471ef4522e25163b49___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04345288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_65872e4e460853ed3323afc9a4310356___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043B35C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_658ad82b50abc0c06bdf9d9bd989312a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045599D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_664a6ca56e241e2f079d7787baadb333___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x043780A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67755ec3f0190224242a8b122ea377c3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE640) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67ae07179908ab48570e896dcee6572b___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045863B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_682aa6dc6a5bd9a3b9c0e60a6fae5341___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045592C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_68c88a660437de30a753dd0be5064944___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559288) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_690d6a1e174f2bf904d39d4d7a869b78___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04452FE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a0f58421d9e0b83c45766e21a232747___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0434A298) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a265b174f8d22a50bfbc3eaaa0687f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD2E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6b28e5c8ba0ea8c7b42a9cdf6aee9a10___void_BSResource2__DBHandleBaseconst_{ REL::Offset(0x04580C30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6c2d83a4663d7a913f1a2dc9d512148f___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x0437E0C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d3fea699277679faae6ca79e1c7a309___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045BF260) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d5cad92bde6a1382e1d22f873201600_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459ACC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d9baccc7deb34ab064233e9130b5adf___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04379D18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6de92d13d5206e131dd45c48949bc98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045596F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6df0da78432da82bda6de18e7444f901___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043544C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6e0abb4c8c2c0b8ce4c4577baf63d55f___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04453008) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f117544ad5643b1981a91160810c20e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044AF380) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f3758b4e9e73487a06430eb7f717eea___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438C7B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f7d876a36da76c3687f57be12f39e73___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378020) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6fb573db08dadb1ba6bb933d6c88b765___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559AD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6fbcb854994e0842195e864238ff8f9c___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C1DF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7103ace9e224cc9994cf9eb85a7fe475___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044AF360) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_71a7494b337c0a3ebacc929192c27637___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377F00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7256c4779e428ef6f811d1f7a1aca5b4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445A240) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_72db3d660638c8998f047f507b584102_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ REL::Offset(0x04364018) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7369d7cc719153ed73c643ade53a618f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434E290) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_73ff8e88e19a14b8b10791bc90f807db___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04407B58) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7540dde7665351dd892c90a163732991_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CAE30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_769d78c10d0acbf9e345f03a8e1d33b6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CEA70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_775ba0dd2fbe0474980a5e8038a96baa___BSContainer__ForEachResult_BSFixedStringconst_{ REL::Offset(0x0436DBA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_776fbf4ee79503e7dc6d2fa596109b97___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377D48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_77f9ab146ae438261f50f5a413a86b1e___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043C74C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79541eee6ff892efa246db6c66a4eb0a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377AE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79ae9d299c0443c82a2d50c6d8b59a0e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C7448) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a08cedf23d0be6b55dfb0dd57ceadb5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437ACF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a60fca23f8894bec552f608b4f5c7fd___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04473250) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7af0957d0aa330bd4baf31f7786f0195_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0452DCE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b10923e4ab245d094d4125bdff0034f___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044A7D08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b283671509d38f59899dbb5055b50cf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E540) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b7e44435bdfa2bf45ad1400ac558016___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559100) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b8f0f739c33a3b9c27c13e48b182c9e___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044515D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7bb629ee252bc75ae651982db09c2b2e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04487920) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7bbe1608e7d99f6ea53043d85b8dead1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FC60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7c0d62ddbeea397a4d99274ca474bb1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436EAB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cb9ad1ce9972d892b9aff6e360c0cb0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377DC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cee43f891d7ab04a9ced96293df292c___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496B70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7d67c5d95d52176db0618c330e89966c___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457CFA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7e01a8539411d38a888d9e1709943fb4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496AD0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7ec5d1b4cf619f36a20417b38a39d98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CAB70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7f9097c6ea289068944f72e65d9f6475___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044DA050) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7fa4a4f00f24f1241542fb56c7c55389___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04561038) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7fa9b366f9b2edc5917beafed2167a67___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044DAE40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8051714f4702e96038e62cd736fa3590_const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x044CD178) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_80caafede0feee1bf213c91909f34826___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440EEA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_81728be675a8b7e9bf4e178ef878d945___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04377830) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_818f494aaae250cda687695f288bd5ab___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045595A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_819cc83a01ca56260bc08990047a5455_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459ACE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_829d9e39f27143319083bd8456f6add0___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043517E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_831989ca35fa1da674275e4eb812a7a1___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438C7D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_834df39ca072d36ded81bbdd39c72c3e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04472DA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8456e82c4fea94b295b2e93c34532509___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043C0958) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8467557c7395ec5dd218351e0f4ff344_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E71D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84d14ed93ed3195200be1bccebe802c8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439EBA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84fec21ef7609aff89802f64f2a19849___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x044CABC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_85f78faeb513fea10e9b71e3e474603b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043DE788) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_867bda18b5510f571ee11ce2087521f4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0452DEE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_86df1ede12039233b9422454083176c1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04349BA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_874e9f37a78b5fdc21622bb37fd996ab___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE6E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_87ddd47b8551c826a24e930b1bf81f67___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C74A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_882a458aa8347c79d10bb401cc3e7c36___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CD1E0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_88319781f9a050cf50e49d1e1fe1570a___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496A70) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8934864a76e732ee534c6b518500bc6d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439EC00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8aeff6fcc55869742a2e63562702cf57___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B97A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8c4b53cc768336305f446e5ee08d824f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439EB00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8ca6120a61957735631ea11d0b8fe5e5___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377FC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8d8364525865d5c78203d307555f9431___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x0455EBB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f5be44bb6693def40b10ffb2daddfd7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E7698) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f855bf6e74ca68adb128cc05bc8bccd___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576828) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8fe50dece117b8037aa461a5be4f1ca8_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ REL::Offset(0x04768608) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8ff595aa094be740d3a700028e452c2b___void_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CAFA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_914e09bbe0ab08e5618c9d4dd036af85___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559A50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_91a2aa0462969e322cd1eaf82e8b48b7___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D9AB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_929394e48177d7e03317ce5a999070cf___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04575928) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92b1718621ee09200fb3293dcbf9fbea___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377E80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92e51054ef097e2ac20fb8a1f568b87f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436FE10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_936f5bab4ac015d2673005472ea9ee99___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377B68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93ce2594a43dce871ee76bcc1c3bf536___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04475E98) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93ea79b63fdb816f97f995ee1a9ced1d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_bool_bool_{ REL::Offset(0x044C9BE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_95646db74aa3d4bcbc9262228ef40bef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043D3138) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_96afc1e6d0d8b567a5db803e71ee1f80___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE700) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_96ff90203fda2df428e4c128437a738a___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377EA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9714e77159f0ee9226fc44627bad3d94___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369EE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_972e129c7c6ff2578aeb6c875195d79b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0447BC20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_978b048e7c1b30b78726aa2f165bf666___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044E85C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9b09b1a3a379ebb83c8a87ed5c400522_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ REL::Offset(0x043B4168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9bdc950985687ffab403d8a610e88384___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0458E808) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c32414f10ec95a2bd77ff02830d5a69___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043A6E78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c477fa3c545fca619da17e7a4d8017a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CAA90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c533d2f5940b1c21924c5c3943ccc4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455F5A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c99ff1c3fb477a6e28b277ea6429c6c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437ADC8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9cc19972dc9700f5ee4c3045fa04ddb6___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045BF240) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9db7117a080bbf4492cfcb232a632e88___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B4128) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9e63266bb4b227cb82d38ff0fafb98d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E438) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9eed8e3832a2a80c0a99fc5f547f4484___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FC40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a053b98dc3895e99c9e7d69e00cb2637___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434A7F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a0e4d070b53e594a055a1bbf44fa6099___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C9570) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a16a731f358f49866c763504efbd7bf4___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440EAF8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a18172df2a06df07d4f031bc8cdf996a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369518) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a1928783e0bebb0fb67832f38fdf22fc___BSNavMeshGenTaskResult_{ REL::Offset(0x04377B88) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a2513082aff7980972617dcb29cfabf8___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377790) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a63cf8e20171a054dfd24f2c18902255___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CA8F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a679797e72c317df838ea0dbb7bcfbf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455F468) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a718d9be826e2e3d1077e78775446c4b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450250) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a73fd8cfe890fc485eb57cc2880636fd___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04366E40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7b1a2a9b86ec07b56f8aef163acff14___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378080) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cabeb8bb23b4917f1377556c82e960___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD1C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cc83a521b7e9fd7cd2acd3639646c6___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437F148) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a82cf6928b2747f11a6b60390ee4aed9_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CAE10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8ab6aefb89125083562282e58afa0c9___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04477850) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8f3e468cf7982a1d42af4e6904faff1_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0437EED8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a91388966d78271faf1b6b082d966fb3___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377B48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9b935eff5fcadb3ad96c90a32716fdb___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04409D78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9df0cebcbc8e6678528dff872453f5b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378060) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aa91b8096da2d709adb1a59123dd2b96___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043C0938) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aaa3e60215ccb8c602ec2e71d20d5daa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A820) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_abcc952ac02fd4f9ea2f5de1191e5a8a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437DEE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_acf4d8da9f91248991651cc134d1bee7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AA880) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad2c69ae879123fb613fb1d6ffab186a___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x04377C80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad9c4739148e2747eb69428af4080a12___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437F168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae097d9d978f78ca74f54c8243ff79fa___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043B41F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae0ab2ac9caa0f83248cec98f95e8f8f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CD220) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae1bddd8842b286d3b827bab6aec2678___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0451C0D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae595f65d60002db9926b684834e8a16_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459ACA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae71bdd05ff1bd00d6c24db1b0baf34a___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x0455EB68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_af8ebf11a6b5b845e53f80cd8ef0bf84___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559A90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b0136cafd188e4e849a8845f3fd66233___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043B4188) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b10c355a0a3da9df4c27103134df06a8___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x047823B8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b1a98364009538801312374034017c1c___void_unsignedint_{ REL::Offset(0x04760AD8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2232f38186ac069973a3e464b5fdf07___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD320) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2802105027940d02faff5e27094adb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559488) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2bdfad90933e69757d82581042a52a0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04377810) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2d015bd7fc4e0006c1f03ba3717e314___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C94D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4447548b9fcce5dd092bc9fc662816f___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0440D2D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4fbf1f061f7df311bd486bfc6c57847_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E71F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b53e204b0592f550d9015521550132a8___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x04381B00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5587446720568179bf542f5a8f7058f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FCC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5907660fbeefc30e8217f692cc594fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FD20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5b9b796042db676b0aa152b47005b2b_const__BSContainer__ForEachResult_BGSLocation_{ REL::Offset(0x0440EB18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b613b4685d630864ead9ec3fb90aad68___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04358168) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b64884500d0728665e52c4ab5bfef709___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045BF280) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b7049b70bb0e31461032d1aadd451239___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04370A78) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b75cb96de7926363e417ae692421b578___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FD40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b94796434e8105212cd735b27994d16d___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C94F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9abb3c1af17238b6db3859c29fccb6b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04381AE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9c7fcebdd0973ada22ac11642ad2d4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04457908) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9eb51d49d6ac259a61c352321ab46e6___void_StorageTable__WeakKey_{ REL::Offset(0x045BAAA8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacab16709126518d44300ffa9f0aff3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457E298) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacd1813e784251c1b8083a4fd3c638b___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576848) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc3403215bfe781c73563382f3653a2b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437B510) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc6663ae1a6110b4fa5345988f2685d7___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043C9490) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bcf9329567c5d7abd32723b067475726___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE2D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bd553a4a91dfb594b633b65272841f32___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CAFC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be2f419209fc050288740bf8408384a6___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043CE408) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be59b1879cabb0710363a7136fbc0d12___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B42F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bf306037dd1574b67fdc9d1030d36185___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D3468) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c0e1290abe00ae42e3972bf2f71b67c2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E458) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c1d726db1b1fd933f0266ec1eff779bd___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C98C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c23058fcabc89ae6013fc7dca61ff559___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04366EF0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c24e9fcc2cdb7f475dbfbd0bee6a52ab___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x04477830) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2a6f7ea8d9a4010ba2cdb2b30f93741___void_NiAVObject_{ REL::Offset(0x04783180) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2f1e2a20d4412cb45a128aa2387bfc3___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043C9470) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c32c7b133b23a661de3d8cfb32b0e3da___void_unsignedint_BGSFormChanges_{ REL::Offset(0x044CD2C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c444585f34b7bd0aa93cf8cb84c3f04e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045596D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c4598dd6858f3427ab51e38e3745ac38___void_StorageTable__StrongKey_StorageTable__TerrainTile__Storage__{ REL::Offset(0x045BBC30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c498378bb4aaa746506a363ef764d666___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD2C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c58d34348d35a83eed75fbd392feb581___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043777B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c6e602339b9d6f19475a843d41d3bba0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E5A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c77970fc2b190bb4c8a8cbaf7c10e489___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0455F508) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c786abb3aab85d744d16f2d4c9865971___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559548) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c8124cdff0262feff5276788cc2d19da___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE2F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c99ba11ff1e0d4e7a0400e1ac209c130___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440A668) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ca7ce368bf9f4c245b056216c5d284b1___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440C280) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cc3061ed102981167095ec4cc90c857b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CD260) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd1c8f667f76b16988c3278d118ed03f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559A30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd4f5681c949e6af48f46f0bd874e9f7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369D38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd4f60278b5832035996a083dc56836a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045267D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cddeac00268058eb01d9d2f46a86cf47___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E580) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d0a016dbbe6cafeb4494cf86ac90fa35_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ REL::Offset(0x04768628) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d0b72550789284e10d9e27f9067d04b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A800) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d13ff05cc1f3a82f56a2f9c7acbc0e1b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044501C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d21307c36890101c7a4ac6008f23782c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437E0A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d2ce969790d4ad9e716ab890b0f6d984___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437B568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3154aed8db374fdee18715d8d3a9390___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E498) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d319819b5808f6e328f184776a9462f0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377B08) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3ad631289f0f6c04396f0f13278b8b4___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044413B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d497a7c16978735fe89730c6e7c3209c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0435D090) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d4e8395081a902a60bcf22e8dcb836b8___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C7468) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d50cd9fddc751889bde2aec12b9caef0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FCE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d58dd088db15890853401025dafcdd42___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C7488) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5e7c5bbed7a5f62fee2af6c510322a5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04381548) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5f1b0f8e7ed6293aaa42bd9101ec0fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D96A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d67d75c80d897b254ba16352b16433bb___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA620) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6c855239af4ef92edb7a6d6f8217770___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FD80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6e4dd3ae00e6da6023c888134431241___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04475E18) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d82373da6b80099d45bbfa0cc1d51d5a___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D6478) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d90724c83313f126923a388aa3ecd474___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496AB0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d962c71c35281a4b6f30b2b78343d459___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0449B268) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_daddd3849f68a74faef663d45bd9ca0a___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436FA50) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db439e3432bd31a7ca80dc58d14ab900___BSNavMeshGenTaskResult_{ REL::Offset(0x0434CE48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db512c1b5e0cfc051ec18f3cfe5b84df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04369F40) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbb0fa3eab6d156ab66c43eadc59fa41___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CD1A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbe8aff1ce6352673983f130519282b3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5CE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dcabf96f02e0b678433bec7e47eed588___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559468) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dccb5eebb1a44bf2fc1ea6cca9ea5b0c___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044579D8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dd5f579a0d9a969dfe5beef29bd123a1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559A10) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ddd18ba27669f7e5ae93dc08c4797bf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04477970) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de250dbc000dd54901f881b12c7189dd___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D4ED8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de5429d393b2468989e16698d3134995___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B3628) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_deacd550af1a705bf8593eaf7a8e3797___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E1908) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dedd18e88599ca51e5b78587597ba980___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377F80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_df7e21ef64d91af84fb991f64c8f6c6b___BSNavMeshGenTaskResult_{ REL::Offset(0x04377CA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0aa2d2734b0569f1722bea13a1c3730___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044A1718) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0e0988521d5aac58f3d60049faf4658___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043710F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0fb3f35537817c46b61583258090e2f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04379BE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e1040c1027634b4b09fa826c65159080___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044E05F8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e196071e2fdfa6ab26c22183bc2e77da___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045BF2C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e19c85d2d1b35939739936325dfce6b0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0449CB38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e398c776cf0e02d6eb33d00fb747d510___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436DE48) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e4c0eee1611f393739f884fe5032c941___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377EC0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6014f647bef807ce2904012759590e4___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459AD00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e668226a9b304c66121632f6ac9385df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434D180) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6f75d128484016949aeed29cf040c33___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044604D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e72f14c1d69cbf37fc53db1912a6b982___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438D9C8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e799686088b43a38ecd2a2575c0f6e4e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559568) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e870d8ff9d5ee744e27a42aaac9ec733___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B4298) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ea9cbdeff3dfc6a0e3bcc9726d7c2a38___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CAFE0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_eacb0b047fc93e9639027de71fea8930___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044501A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ebde0fe2e219d3a630eee4f8816e0391___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D31F0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ec7def91b02ec00feca78220118d2910___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434E2B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ecc25bdf17c2079f2f501267c48023a1___void_StorageTable__StrongKey_StorageTable__MeshInstancePatch__Storage__{ REL::Offset(0x04776550) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ed01a6560f21fae9b784495d3687b68e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DAE20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_edd59c5bb2ea1580571d40f27e2935ab___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434DC68) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ee2366f95ce59c15737466132e946381___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438C798) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_eea182f9750d9270879e37d521ef2593___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E1928) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ef95fcedba0883b8be9ca3d74d3884e4___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496A90) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efda35266135962359fcba8b60b9d05b___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CE468) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efe88580cfa743f4eb4eb11fbafc3531___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045594E8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_effc39a5b40b1feb420fbd9f54612414___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CD300) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f027ef4535e7f8ba21c6f0a3e51ca9e9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E7678) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f1d4657a534983bce132f819c6d6b59d___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04496B30) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f273285a7a8ed8e08d52b2445995192e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DAE00) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f2bf4a130caaf7aeec9e53d0714e30c0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045596B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f39ef70a0aebeb4bbd4fd1c7d756827f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437ADE8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4c1108bfdf46857549b741d5cfacbb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E7548) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4dcc50cd6affb0842b3cc17c91741b9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437F1A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4e5eba53c82253f3fc640286f8b6c9b_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377940) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4e97faf72bc76168fa365d3d58d0d3a___void_unsignedint_{ REL::Offset(0x04760B38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5017b5c90df11f26200f5792e372eef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E1988) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5153692a6f0ba485834213bedf89705___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CD0C0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5253d56a669d0deff754b2b3a3fcd7e___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377F60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f55d45a30a881e3cab300de7e847c5f6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455EFA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5acd20554f38feb2b1740de5986d967___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439E600) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5b0ff32c98657e347d3f8ad2256c78e___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043BCB28) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5dd67d2e9df7184c119d87721618b69___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FC80) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f6dea1f2985ad3a0fc5fb2510e802e11___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04377FA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f9dece8f7f28adcc45a92f63a2198d7b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559248) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fa498f13c21e8ed41bb1ad9103c43846___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045594A8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fabb817e1e4bc91434ab07265daa92dd___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04450230) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb36e8493d592dc4f06c8d965afd4b2a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440D370) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb9887666707074059dd8bf6ea726fc7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B4278) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbac9546f77ee3e5774f40d67186dd2c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A4A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbb9f4f7be975c3d1bbf66c33e09dae6___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5520) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbe168c3403a6d0de1f676e2fa99f84a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043777D0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbf3e47efd05f04ded278e9872d48e72___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045752B0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc1848ffca7065389a8d2cf154909d31___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5D60) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3af87b0fdbb42e3ea3bdc7b1a37fc3___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043569A0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3f8de651eccebc8ebd92f1c5351ee3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CA910) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fd1feeaba14daf68c0341b7a5efd7384___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04369F20) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fe6a9c72078bf0f830718ff51d02d4bb___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04475E38) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fed4da47ec48c9da5ee664cc1dbba977___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04377DA0) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff4a700bc0743ad3c653f96d6529e36b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455F740) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff674910e530e75b23aed38f42c3d2f3___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440EAB8) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ffd7c373dfc44ac33c6fc81db18a3ca2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445C538) }; - inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_std___Binder_std___Unforced__lambda_fdb39fee3762419d068faa9a35b898f2_const_std___Ph_1_const_bool___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FCA0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSActivity___void__BGSActivity_{ REL::Offset(0x03EF1DA8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSSnapTemplate___TESObjectREFRconst__BGSSnapTemplate_TESObjectREFRconst_{ REL::Offset(0x044596F8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_BSComponentDB2__StorageService__DeriveReferencedObjectsFunctor_BSContainer__ForEachResult_BSComponentDB2__ID_BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSReflection__PropertyPathconst_{ REL::Offset(0x04589878) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_Main__Swap__3__WaitOnRendererhandler_void_bool_{ REL::Offset(0x044D3270) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_Particles__ParticleImpulseEventHandler_void_int_NiPoint3const_NiPoint3const_float_NiPointer_bhkNPCollisionObject_const_unsignedint_{ REL::Offset(0x04597D00) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachNode_void_NiAVObject_{ REL::Offset(0x043712A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachPlayer3rdPerson_void_NiAVObject_{ REL::Offset(0x043711E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachRefr_void_NiAVObject_{ REL::Offset(0x043711B0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachAllNodes_void_NiAVObject_{ REL::Offset(0x043712D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachNode_void_NiAVObject_{ REL::Offset(0x04371270) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_SaveLoad__HierarchicalChanges__SortResult___unsignedint_BGSFormChangesconst__SaveLoad__HierarchicalChanges__SortResult_unsignedint_BGSFormChangesconst_{ REL::Offset(0x044CD1D8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_Workshop__WorkshopCodes___Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst__Workshop__WorkshopCodes_Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst_{ REL::Offset(0x03F2AC28) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_00086f1814bd1228259172da3960b7ec__bool_BGSKeyword_{ REL::Offset(0x04486C80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_000bf5f288275523a1828b441b48d9f8__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ REL::Offset(0x0447C920) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01167f7003849cacd78b31e3517a0fe4__void_{ REL::Offset(0x045601F8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01799a7df89d7979a805eeabd27a29f3__bool_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x04389170) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01cef7a138de3dabdbc6b7ba0d6ca18b__bool_BGSPackIn_{ REL::Offset(0x044518F0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0254e379e30b8e7ac8c22d3e691a513d__void_{ REL::Offset(0x04560378) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0502baa5d3d3c955125444c54143d5c3__void_{ REL::Offset(0x04560258) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_066c48eeceb796f3e1dc7fd8c8e62582__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E72E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0835f005147c3f8dcebd2026c17de58d__void_CreationRenderer__Messaging__PipelineGenerationFinishedEventconst_{ REL::Offset(0x044D2DC8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08639be7a53ba5d590d15bc9192d2313__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x044D2DF8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08926fcea7cbdbd8c9e74a2a94f0e27d__bool_{ REL::Offset(0x045C8388) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_09a0dce7dc3ee8d53670677a1641b63b__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6198) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0a829c1fe0d0aa8e04d719882881aeaf__bool_{ REL::Offset(0x04476318) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0c93912eb3805fc80fa5da712bfcf189__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x0447F3E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d4523a3d4673b46708b576f5cad183b__void_{ REL::Offset(0x045B2320) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d9d35855347db46b55b5a936f0433c0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044824E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0eb2e57dc71055957aca9c9a9f803e4d__bool_{ REL::Offset(0x045BAE08) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_10379c76e4f228754b3b6c273bf4f335__void_{ REL::Offset(0x045743C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_103d914cc5a638666c8058f71e6f6e9d__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x0437E0E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_121d62fa4df6b9a7959e69dc1c3b63f9__void_{ REL::Offset(0x043685B0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_122d38d74deb93e6b3f8acc98c560dc2__void_BSStaticStringT_256__{ REL::Offset(0x044EED40) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1236ef6ad4f6311ab6a3bec5660d789c__void_NiAVObject_{ REL::Offset(0x044C9B58) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1268cd62e8fa7bcfcd4eaeacaa259a31__bool_unsigned__int64_bool_{ REL::Offset(0x044CF8D8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_12f8c0b5070c82e27c1c8a4e9c533d41__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ REL::Offset(0x043D2008) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1347cfa23a836c5ef60c86635d3e0065__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04482558) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1371eb54fcafee2cf15c62cb52d20a39__float_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x043891A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1443a10da0f98988b2012de4d7c37060__void_{ REL::Offset(0x045602B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16448b3f08ee24976c08b43ed6810c03__void_CreationRenderer__Messaging__PipelineGenerationStartedEventconst_{ REL::Offset(0x044D2D68) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_168c240a66ef004eb0e92f4c4709f631__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044B43C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16c5a1ccdfb4fcf33f03a8f73f99aa90__bool_NiAVObjectconst_{ REL::Offset(0x04377760) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_186b5b50d257de5373fdf46be72ff762__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B61B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_18a949db337dd7881cb589827b826497__bool_{ REL::Offset(0x04585980) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1a27c95861b0ec043340e44d179cc64f__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ REL::Offset(0x044CFC70) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1b14925f3a94d9fd1d6d8e1238839d6e__BSContainer__ForEachResult_BSReflection__ClassTypeconst_{ REL::Offset(0x045898C8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1dbfe0502b50cc5402d706dd2b02536e__bool_BGSKeyword_{ REL::Offset(0x044CA960) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20427f2e1cfff9167fab5082531883c7__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2700) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20bf332be579504ffe1ab7c2c40ca404__void_BSStaticStringT_256__{ REL::Offset(0x043C73B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20e695be180babaa2f0efc7af1061644__unsignedint_unsignedint_{ REL::Offset(0x0438E208) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2168caa9a6bc85680bcdd3998cceab5a__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x043BD358) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_21f3782931c9c57de066d34bfcd5e982__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044B9BA0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_22607e07a0840e09ab51023cacac722d__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9DB0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2264e422a0b16a70f4541e479aeaf915__void_BSStaticStringT_256__{ REL::Offset(0x0455A4E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_231b5e6ab7936e8616012870eba2984a__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E72B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2485cb0672ec0a68c695886ffa2f5b79__unsignedint_unsignedint_{ REL::Offset(0x0436D7D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2657c88ce0ef28ff54922ae8c3cbd76c__bool_{ REL::Offset(0x044D3180) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2863119ec08ac9d4b006f59cd78f677f__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2A20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28951655be3f278baa91ce83b8f94848__void_BSStaticStringT_256__{ REL::Offset(0x04414660) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28a967846f024ce4d91bb695d37e5dcb__void_bool_{ REL::Offset(0x045B9BF8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2998cff75e35e439c4b68fe982e831d6__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DB60) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2a2283f200c53907148dd57e14d93d7d__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B9920) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2ac5ed67a098fc1fae52c23e7bba6ae7__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044CAAE0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2acfb6589b54843787c6c98a720581d3__bool_{ REL::Offset(0x0459A0A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2b451b28c853cd5b2dc613ba3e32af4f__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BB010) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35a5a6e01218dab11e99e63de9b0b9__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ REL::Offset(0x0437F860) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35d741267101150287c75ac02f2f09__void_unsignedshort_{ REL::Offset(0x0459A2B0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c617eb673117709ab54dfe69fb91ad7__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ REL::Offset(0x045A3160) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2d04252176104ccb7eaa70799f289905__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044823F8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e5440976858adfeae527ec51e4b781f__bool_{ REL::Offset(0x0457D190) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e62bb33cb0e5277697e4d03a33f835f__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9C00) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_30c8ea1ae5118aea8f9a19b274c61d7b__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x04380B20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_337f04fe8868edf8e87db0b686076c5a__unsignedint_unsignedint_{ REL::Offset(0x0437F7D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_339c0a9f5020a7622d54c3c029d68187__bool_{ REL::Offset(0x045A6BA8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_34e4fe78be5811c30565099d6f34b524__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ REL::Offset(0x044CFBE0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37eb70513a53dd45fc6db791dd6688ac__void_BSStaticStringT_256__{ REL::Offset(0x04452A18) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37f201133a8662a77aa70635f17e403f__void_{ REL::Offset(0x044D32E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_38975c22776099fa5fed953a0a8ba7b1__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B29A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_39cecee104a4409feea02f89974f5508__TESNPC_TESForm_TESActorBaseData__TEMPLATE_USE_FLAG_{ REL::Offset(0x0436CA98) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3a49efd97bcbb082b6310c5a4570db83__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04482528) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3ac66250746acd8749e557756a08d0af__std__basic_string_char_std__char_traits_char__std__allocator_char___{ REL::Offset(0x045AE148) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3aea95e7195cb9814428f33d58add665__void_BSNavmesh_unsignedshort_{ REL::Offset(0x0459A280) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b020607b93e694bc94c093b9212e455__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BAFE0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b67fb894c6a84629b87fe8da1a34797__bool_unsignedint_{ REL::Offset(0x0455ED40) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c4960fcccbe99d415b9f4cd28713921__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B6188) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c57811e3b9205e98ffe7b5ff788bc5e__bool_NiPointer_BSProjectedDecal_const_{ REL::Offset(0x0437F890) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c5c0224b9b9a49bd8b12f141cf7977e__void_{ REL::Offset(0x044D3310) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3d647c60d0cab34bf444f1262c83b7cc__bool_{ REL::Offset(0x0434D690) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e09c6d81a47d5c855137fc678faef08__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x04389028) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e4253cdd006926845049a6c0b89045a__void_{ REL::Offset(0x045B23C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e5f9996767278ff779fec4b582ccf55__void_BSTSmartPointer_BSResource__Stream_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04581650) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3fc1e7147440254e3f8fec4bbf8b03f0__void_bool_{ REL::Offset(0x04476508) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_404efeadd3623c3b849355cdb2c54750__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x0434D5E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4058d4b63f270b591796ab7f2ce7f895__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x0447F3B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_40cf98ebdbe371db7b1cfc2dd3d6b8dc__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9D20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_414aa9c24b493eb32ecd4f57f25a590a__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DAD0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4281e7afea28c147b96b9f00f0a0d162__void_{ REL::Offset(0x04345AD0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42b5f976b63a2765569d420f9c3e49e7__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DBC0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42dd61a4020243c32d7083f0d2b158aa__void_charconst_charconst_{ REL::Offset(0x043E7568) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_43877d0bccc29c8c245b08a9e32729ee__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DC80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4527d017baa4fe9abd624680bc871fda__void_BGSTerrain__ClipUpdatedEventconst_{ REL::Offset(0x044517A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46df01119a05bb0533bc8aa09b6fe23f__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x0437F8C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46f4d8b89b9661774786d0b5d988e7bc__bool_{ REL::Offset(0x0434E260) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4843ab600520eebf05b3dd9713207dad__void_void_{ REL::Offset(0x03F00B90) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4906920ff735a23f5bf050a1251bacc0__void_bool_charconst_{ REL::Offset(0x044CEB38) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4974f661214caca3ec4302bea8022f66__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0436D830) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4a52443efc63359fda5665fde4d6e535__bool_{ REL::Offset(0x04590D08) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4b4dea661b9f67b8e25db54350a00034__void_{ REL::Offset(0x04560348) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4b99a6b2908fe678d95fb646c016c9c8__void_bool_{ REL::Offset(0x045B9BA8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bb5d199ef2a5e12f8d2d4bad48b9700__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ REL::Offset(0x04476718) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bfe512b5049d6e242da08a10aa05f08__bool_{ REL::Offset(0x0447BD58) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2107cd273c2333b431640bfa43296f__bool_TESObjectREFRconst_{ REL::Offset(0x0445B2B0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2dccaf3c4d8dbdb45ba86d69112447__float_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x043890E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d5687613608774923f0d4d1a95907bc__bool_BGSInventoryItemconst_{ REL::Offset(0x04482320) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4eb0a4f4448320bec700fc5ba4fa5da9__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B7338) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f12ac1aebbc92986ac4d59d455dae36__void_{ REL::Offset(0x0457D1C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f63b3f9f383d78af50ba7f24bb5ddf8__void_{ REL::Offset(0x04560228) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_501e23f4d9a8c24e36375256b5651c5c__bool_{ REL::Offset(0x044ECA68) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_506a11eb68ae1ed0eec7773cd1673761__bool_{ REL::Offset(0x0458B110) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_518352090d6efc2c0548917818b49f8a__void_{ REL::Offset(0x04350660) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5267de136a1e8bb044e7da014b1fd754__void_{ REL::Offset(0x045824B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_530a50fa31efa9f6ac7fc8738ec961b0__bool_{ REL::Offset(0x045B1EE8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5404d817e82a765921c9b418bba0dbd0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044825B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5429458c9475d32d90901a8732ff8acb__bool_{ REL::Offset(0x04560318) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_552e2cbc9c4c87ca36a0ada5492d54c9__SAVE_ENUM_{ REL::Offset(0x044CFB50) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_561ea1900c48c5b3e88de4f4c8213f3b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9CF0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56b465e38e4f9b21d88676309d608272__void_unsignedint_{ REL::Offset(0x045AA068) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56c4eb5f79ee2f4cf77c24317d9677b1__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x043CE558) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57370c14ce71b7487afd52140e2c048e__void_BSStorageconst_{ REL::Offset(0x04581620) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_575d760a7115a91c77d23fbd86cde61b__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BAF80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57633ed58f7f3c256066798b339bfa77__bool_{ REL::Offset(0x0455BB20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57c7f8bfcb827ffd125989cd06ef4b2c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ REL::Offset(0x043D1E60) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_58514587c0a448dbffcee329cad3b152__bool_{ REL::Offset(0x044CF908) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5a7f328cf70cc62cf852c8f36b8f32af__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04482588) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b3b8ec6c32947a89ae68ac39893bf48__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DB30) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b7caf2529c0f6e15883016733c4f1bd__bool_BGSKeyword_{ REL::Offset(0x04486CE0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5d9b17459ee62905a417acf792dabb40__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E7418) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5fb8c439824da44cbbbd6ac0aa607fdd__void_unsignedint_{ REL::Offset(0x04451A28) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5ff8d7d6e73a01e72a1300b5fc999d5c__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ REL::Offset(0x044CFC40) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60125479b4034c92ed558fd553c2b244__void_TESObjectARMAconst_{ REL::Offset(0x04349D80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60287e3b6a362e8ff7a279c119019173__BSContainer__ForEachResult_BSNavMeshGenVertex_{ REL::Offset(0x045A4768) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_609298df8a832b6b86f65cdd8918bad9__bool_{ REL::Offset(0x045A6770) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_61d7ac73253a59e99c4d426f17222c97__void_bool_charconst_{ REL::Offset(0x04481DA0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_620165e9f3b9b247d5325f815b722a02__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0436D7A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c5e7bca5794ee2c1877d5775665d2c__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ REL::Offset(0x045BBA80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c953e8e3a7b8894b9560901875922d__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x04363FE8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6419d222f307b26727d5afc8158202a5__bool_BGSInventoryItemconst_{ REL::Offset(0x04482368) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66468165f7d72fbcf5f9e2e21dcef51c__void_{ REL::Offset(0x0440EC50) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66b66cf91c0b94550c652a17d3900908__bool_unsignedint_{ REL::Offset(0x04762630) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_67c9a5a9aefda374549bcb7b1783f1b6__void_BSStaticStringT_256__{ REL::Offset(0x044C66E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6874c953cb6cc4c5433c108c6334264c__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DB90) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_68d751ed552dfc5fb570b7f60ee311b8__BSContainer__ForEachResult_TESWorldSpaceconst_{ REL::Offset(0x043DE738) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b102d2206af3808f25aff916cb5df57__bool_TESForm_{ REL::Offset(0x04369D58) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b752a4f5750009e5f9aecda6b1d9643__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ REL::Offset(0x043D1FD8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e2dd2afd0d7b8ebedec23c4f9231bae__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B9980) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e6735dab2c6113b7ac75fd3f2f02019__void_BSMenu3D__Sceneconst_{ REL::Offset(0x0458E828) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6eef44901beacf81cb096d95c3e09f5f__bool_{ REL::Offset(0x04582538) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f1e167e2132561dd3f27a432578bf84__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x04451860) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f2c5a8377320a2b6cb274dc99ed250c__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9C60) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7167c429c41a900cadc908ea77bd7e68__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x043BD2F8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_71fa70446a6b9859b5fa7918f60a6a55__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04482458) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_724b496bbd992b90634d8c956c3d9cd1__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ REL::Offset(0x044CFC10) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_72e5f754e65f56c3607a092c6841ac3e__void_bool_{ REL::Offset(0x044764D8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_73799aed8d7efc7a6d68931465f3a328__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x0451C8A8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_738a72f25cdb7aa7fbbaa2f21c550ef3__void_bool_{ REL::Offset(0x045BAF60) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_747c38f3ba876e4b6378dc03220757a4__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B6108) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_74f300ce3628fa56811ed01e98a72fe3__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x04586658) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_75474153b2f4c50a360204506750a389__void_NiAVObject_{ REL::Offset(0x04371210) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_76326d5a3bf8e0e4f93ea7229158cfb2__void_NiAVObject_{ REL::Offset(0x04345028) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_779ee9876f9a4f7890c94cc80d9f720b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9C90) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_793667a4f117beaa91bfebd7e66db2d6__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ REL::Offset(0x04585150) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7966792179f68bed68993d8c9e07010e__void_BSStaticStringT_256__{ REL::Offset(0x044527E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7ac6b5969c846ed874bd27f8e5e4ed6d__void_LOD__Commands__LoadedSceneBlockAttachedconst_{ REL::Offset(0x0437EEA8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7bc01b81c950506c361614ae5392ac70__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E73B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c4c8b10160eb75a37807118c90d4f49__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ REL::Offset(0x044C7B48) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c85d6c9e2674859eb0c15204d8838bd__SAVE_ENUM_{ REL::Offset(0x044CFD00) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7d3649fcc1a1aff4daa1138792583aff__void_TESObjectARMAconst_{ REL::Offset(0x04349D20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e3b63567ef85183a34c175965ad56cb__bool_BGSInventoryItemconst_{ REL::Offset(0x044A9E20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e5f0baa12e7f9b4055622a76864e4bc__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B9A20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7edfeafb71316b953636dac844696c1c__void_{ REL::Offset(0x045601C8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_805102f66b0240e6f53a1758b8d85d44__void_BSStaticStringT_256__{ REL::Offset(0x044C2820) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_805b27bd0442c90c92241069c22d7759__void_{ REL::Offset(0x044CD810) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8289853fd39895deee0526e787218b2f__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E7518) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8291e7d1e643b42ca1ce574da97d71a6__void_{ REL::Offset(0x03F00B60) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_83228557b3ac5a24221bc7896a2dea73__void_unsignedshort_{ REL::Offset(0x0459A250) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84087f1fb5db3e12da1a09140c7e9109__void_BSStaticStringT_256__{ REL::Offset(0x043D8A90) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_844ca2ccb09ee89b4ff84347ca17a9a4__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ REL::Offset(0x04451890) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84a52b129968f2a0cb6ff6f19340794a__bool_{ REL::Offset(0x045602E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84ad2a449866f0ea8df6ce7983722bec__bool_TESObjectREFRconst_{ REL::Offset(0x043B41A8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_87e47b53bda914d6d009e03e837b2966__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x0458ADD0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8959f6b6295498252fe023ea6557bd56__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2730) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8cb058f499e042b797982aa74f48ebf2__bool_BSNavmeshTriangleconst_{ REL::Offset(0x04370A18) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8d5689341325a45eda6675e199db2c0c__void_bool_{ REL::Offset(0x04476478) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8d61f36d21704dc5201822d1e4c4e44d__bool_{ REL::Offset(0x04561570) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8e7eacf3183aa0a5a7a8a0c4e3866b6f__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044CAB40) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952e549459e3502f4458ef5c1b18881e__void_BSStaticStringT_256__{ REL::Offset(0x04345088) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952ef03f078acea5437d1d3b50b4719d__void_BSStaticStringT_256__{ REL::Offset(0x044EECC0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9651d9c2bdf306fa4698e74bbd2a7401__bool_BGSKeyword_{ REL::Offset(0x044CA930) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_96c77803b64b7744093aba51c1950724__SAVE_ENUM_{ REL::Offset(0x044CFB80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_978fe36f2c1b6561cf78fc95556ed9ab__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ REL::Offset(0x045BBA50) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_981b556cd9ca38d4d034536a593d0ef5__void_BSComponentDB2__ObjectDestroyedconst_{ REL::Offset(0x04589978) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9855c19af80215c9d813c96e5c08e8ba__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044824B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_990742ff6b40925894b500af5c70bf86__void_CreationRenderer__ResetCullingMemoryRequestconst_{ REL::Offset(0x04761DB8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9aaa4377b41bd31e4aa8f08428ae06b5__void_BSStaticStringT_256__{ REL::Offset(0x044EECF0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9b11a69c249cb07cb42de5b126b00ca8__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9C30) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c1f7638e206b8db0e4d56698ddc0f93__BSContainer__ForEachResult_BSScript__StackID_std__variant_BSScript__GuardManager__LockedGuard_BSScript__StackID__{ REL::Offset(0x045AA038) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c827b0199d443c0ff8cd0bfa4aeb28a__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x04496A20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9cb7ac6322cbbdb26c96973d5ff11ae8__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x045859D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d0dc88d72c8a7d03d9458f97c5b31f5__bool_{ REL::Offset(0x045B9EC8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d6a75030173bb87b44415f71c92bf93__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x043A4D90) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9e832bb065763b3918e32e30a9e0cca8__bool_NiPoint3const_{ REL::Offset(0x043CE508) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9ee3e991d8c5dd54d9163f0e96ec10dc__void_BSStaticStringT_256__{ REL::Offset(0x044C7BA8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9f998e929b8677d6ce7e6e202878cfb8__SAVE_ENUM_{ REL::Offset(0x044CFCD0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9febc63fcd3c6db3a88a3b39662158a0__float_{ REL::Offset(0x0437F800) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a0019978b21984b327a50d61fc7f187d__void_LOD__Details__PropagationPayload_{ REL::Offset(0x044519F8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a116a4b9bd5bd99e41fcdd883b87df96__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BB070) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a158cf9408217b3dd4e0d5548c11ca3f__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E73E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a2119e1b086da763b7c110f07b0ef1c0__float_{ REL::Offset(0x0438E238) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a3aed24d809488de0f19c5537ae368db__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BAFB0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a50d0698c15178c68cf9c94f2a9322cb__void_BSResource__Server__Commands__NotifyCompleteconst_{ REL::Offset(0x04582448) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a570284a41eb2c49a4be49de3dbf47d4__bool_BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_TESObjectREFR_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const_{ REL::Offset(0x043CE318) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a92458f5fa402540fc38097d34fc14bf__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E7478) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a92cb212e0c9e4029c20a1608aaad2c8__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ REL::Offset(0x04451830) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a98af305c72ec1d7d42a50f119da401e__unsignedint_unsignedint_{ REL::Offset(0x0436D860) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aa321167f73bc4314b494422307fd3cb__bool_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x04389058) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ab2956ef3874c7327baac4a4fd1e0587__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045824E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_abcfa1c45517254b9b2b9b631a771f39__void_BSStaticStringT_256__{ REL::Offset(0x044C7B78) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ad5325dfce933c193059c2263bffa9a7__void_BSNavmesh_unsignedshort_{ REL::Offset(0x0459A2E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aeaa890bbec529704a23057acb63055e__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9CC0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_af37dbc58291228fa17575f3f5514807__bool_{ REL::Offset(0x0434D738) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0651812a17537ef4a7a2b5bd049f263__void_NiAVObject_{ REL::Offset(0x044D5438) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0daad66d9ea9cc2f9bc1e8091c642a6__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B7368) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b287914ef1b9c47e50401af9d37be0b8__bool_{ REL::Offset(0x04380B70) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b2b570d7b1bb1f83914f2dac88af42e6__void_bool_{ REL::Offset(0x044764A8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5062a6341f584318813928e08ec57c8__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DB00) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b58557165baf2dd4d9642c0ba2dbaf20__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E7288) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5af0774f897d6f73014029542b2d196__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04482428) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b619c8a6435cceea64892dbd0c2b6f58__void_BSStaticStringT_256__{ REL::Offset(0x0455A470) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b6894088232929f5bbbfcddc852fc813__bool_TESForm_{ REL::Offset(0x04369CA8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b8e9bc5d147114a6fb0aa17f9191600e__void_bool_charconst_{ REL::Offset(0x0447E400) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ba8354cb34924f6ee87eab8c4251bb03__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044B43F0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bb82b45a7dc31f738908214ece7fd73a__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6848) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bd28f7dc0da84c9316956f381f885024__SAVE_ENUM_{ REL::Offset(0x044CFBB0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_be99175c1a3fb92882a59897d02d0742__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B60D8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf6360a1480758b64aee1820e8698c21__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A61C8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf7be3e2469839c1528a7daa967ecabb__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9D80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c00da64bbc504913d17fb4a7345f186f__void_BSStaticStringT_256__{ REL::Offset(0x043AC8C8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c04ec9b618c631b95963f0d6e486d467__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0437E2F0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c0978bec8811153aa41dd95c214757a8__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0438E1D8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c2a9287d208da64d9451b8eea3e7022c__bool_BGSKeyword_{ REL::Offset(0x0448F488) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c35d4d124ee333af5f6d11bdddd65015__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x0434FBC0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c6162a2cd2fa0ab721881ff296ca51b1__void_{ REL::Offset(0x0455F820) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c92fc5f4e33427213723f154199566d3__void_NiAVObject_{ REL::Offset(0x04371240) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cac117a2ac663b225e9ccf722f18bd83__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B4420) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cbf98e7aa7df6dcbb409533a83a2c2f2__void_{ REL::Offset(0x045B9B58) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cc06547d5a9fa678c9e1b59e1047e1e2__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x04496900) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ccb0995f66872967e3496a27cbcabf31__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B99B0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cd1b219a9894caa48fd3c6139cae94b6__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BB040) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cf26cd481fc3e911136aef932bc58add__void_BSStaticStringT_256__{ REL::Offset(0x044D01E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cff7ac17f3ff33ee1068cc49ca8c07fd__bool_BGSInventoryItemconst_{ REL::Offset(0x044A9EB8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0433be74cd6b285a703c61ddee73707__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B9950) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0850e7c8da20129b9a2fe8547abdc22__bool_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x04389088) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d15581431c682bfc2a431b1212fabb23__bool_{ REL::Offset(0x043500A0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d171162562a65c2174a62885db0a1980__float_{ REL::Offset(0x0436D770) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d1efb26eddbf0a1e02f7572dcc3f420b__float_{ REL::Offset(0x0436D800) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d24918deb50f3d0fe878ca9e78bdf67b__std__basic_string_char_std__char_traits_char__std__allocator_char___{ REL::Offset(0x0447C260) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d29174c7ab176ffdadbee3a5e10d20ff__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x044D3AD0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d30b3d2bf0d81ab8d81fbb2e6bc1e2bc__bool_{ REL::Offset(0x0455A7D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d35bae9f9bc5a397e81bcc51cc423197__void_ParticleSystemDefineconst_Particles__SystemUIDconst_{ REL::Offset(0x04597800) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d35c0983e5c2a40b7c0d4051d7290674__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B2970) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d412705b9558d177efd6bedb5e552ba2__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E7318) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d4d3470552902c15a1ce08fe9cb5666f__void_bool_{ REL::Offset(0x04457590) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d5ab17ae024e850c200a956be059431f__bool_BGSKeyword_{ REL::Offset(0x04486CB0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d7af791974c4ba3da46a78e8a89b8db6__void_BSStaticStringT_256__{ REL::Offset(0x04476348) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d8ef1d42174594208bda38c6f7653f0c__bool_{ REL::Offset(0x045BDE18) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d92c96b2f00a2de51e16165ba7693893__void_bool_charconst_{ REL::Offset(0x044C19E0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dabae78fc584f28522f91becb6a557a3__BSContainer__ForEachResult_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPackIn_TESObjectREFR_TESBoundObject_NiTransform_{ REL::Offset(0x0434CDB8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dac31f85bd92ddedd5f880cf06c77d81__bool_{ REL::Offset(0x04590CD8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd40e82dea12d7f5dbfa2445390a6e63__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x043BD328) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd925d92c6321151be103a8b3cea2872__void_bool_charconst_{ REL::Offset(0x0456D4F0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd9c3e1720b621232c3ff81d39e17bc0__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x0451C8F8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_de6c5cf655a989f166c79773460af2de__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B29D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_de6d41042d4621200a421f846f0ab6b9__bool_{ REL::Offset(0x044575C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_df3ffc8ae1a757b3ca9687ef57b97535__void_BSStaticStringT_256__{ REL::Offset(0x043C08C8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dfddaa17ec722334142b676240e03418__bool_TESObjectREFRconst_{ REL::Offset(0x044D3A80) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e0e0a7ae28a948c7c394ad430b8c5f6a__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x043891D0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e10a8b491b0f288ac2b18c93e719bac2__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x0434CDE8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e18c1d2743463aa399897ea41d58acae__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ REL::Offset(0x044CFCA0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e1b91009675d63951bb78c3cf01dd60f__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x04350038) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e2865da9f22f254cbe77209c696ef9d6__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x0447F418) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e34d8af755772960ed49eae882dcacf7__void_{ REL::Offset(0x044D3340) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e3d10b1d05fdafbd80d376f30cea6dbb__void_CreationRenderer__Messaging__PipelineGenerationProgressedEventconst_{ REL::Offset(0x044D2D98) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e3d7614a7b11436756bf88c00f497b16__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E7448) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e44bf0152bfdf7067309cda2218766bb__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044CAB10) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e47649b90794eec9d46759a85025a9d3__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ REL::Offset(0x045A4798) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e5bdf68c9c6eae1a453f780cba758f2a__BSContainer__ForEachResult_BSComponentDB2__ID_{ REL::Offset(0x04414630) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cbdd43a14ee5d143515ed734ee7f1b__bool_{ REL::Offset(0x04764BE8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cebf1fd2b4ac64f7d33432c86d3503__bool_BGSPackIn_{ REL::Offset(0x044518C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e72babf6f3bb7c21148b237a61dd7b7d__void_BSStaticStringT_256__{ REL::Offset(0x043AF220) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e79a22c1a618c403bec8cd1f63b39cab__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DBF0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e7a328bc2d56f34255cab6b4330b2f08__void_BSStreaming__ErrorCode_{ REL::Offset(0x044CEAD0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e83a86ad3bb21dd0ec617d8dcd79b25f__void_{ REL::Offset(0x045B2390) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e8b10066cbd2d57b097679a5468ce233__bool_{ REL::Offset(0x045A6740) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9b1ee2388ed1065e3a0e3ccd477be21__void_BSStaticStringT_256__{ REL::Offset(0x04414690) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9bd6a359218e655c091af9600c6811f__bool_BSNavmeshTriangleconst_{ REL::Offset(0x04370A48) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9fc14e8b37e9c906cada13c35fb74c1__void_{ REL::Offset(0x0434CE18) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ea0a800643fe07932b38a765fc75a64f__void_{ REL::Offset(0x044CD840) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eaaa1576b0d12bef99bd656016e7a31c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ REL::Offset(0x043D2038) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec19e7f3b1c8c3eebf942fedf73994d2__void_BSFixedStringconst_{ REL::Offset(0x04568020) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec89fc56104bfbe112d8ecb80973751c__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x04389118) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ed50157d4fb1f53f7df19115a0044336__void_BSStaticStringT_256__{ REL::Offset(0x044D5EA0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_edf15e2e98380c533ee24e4523f1d2f2__bool_NiPoint3const_float_{ REL::Offset(0x045A0300) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eeaa47941b55b48442c6a25ebf2ec063__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0437F830) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_efe8a3d3cb36127b35cbe3e020446fc3__bool_BGSInventoryItemconst_{ REL::Offset(0x0448DFF0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eff255ed01ab414932ae318376f60db8__void_BSTSmartPointer_BSBind__IDataBinding_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x044CAB90) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f04dd471191f348a9a1c2dc2b1c2443f__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DC50) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f3dc8ffb8114ae985316d444368b69af__float_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x043890B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f4cc8a43e357d2702f2343473bbcfed1__bool_{ REL::Offset(0x0434A1B8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f5d9c6be902abf31e1095fbe7bd905dc__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B6158) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f642ca88eef0f79ff07165caf5a1f613__void_NiAVObject_{ REL::Offset(0x04349BC8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f64cd3b62736a62d9945da0e3f6b73ba__void_{ REL::Offset(0x0451ED38) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f6fe5e3f1a65c34744e141d2e8d10169__bool_BSBind__IControllerconst_BSBind__IControllerconst_{ REL::Offset(0x043BD3A8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faeabeb21b2347891ffeeda7ee25e214__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B61E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faee9da40c8ab30155cfce02618d94c5__void_TESObjectARMAconst_{ REL::Offset(0x04349D50) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb4e0ea9482ad2f30718782260307e64__void_{ REL::Offset(0x04560288) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fd914ce1b16543d9e7c527b35eb5569e__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x0447F448) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fe2ee543b114f0bd2f9e9cba2191dcd5__BSContainer__ForEachResult_BSGalaxy__LonLatconst_{ REL::Offset(0x044D3B00) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___Actorconst_ActorValueInfoconst__bool_Actorconst_ActorValueInfoconst_{ REL::Offset(0x044436D8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSInventoryItemconst__bool_BGSInventoryItemconst_{ REL::Offset(0x04496240) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSSnapTemplateNodeconst__bool_BGSSnapTemplateNodeconst_{ REL::Offset(0x04354BC0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar__bool_BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar_{ REL::Offset(0x044F8F68) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSResource__ID__bool_BSResource__ID_{ REL::Offset(0x04590D38) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_float___Workshop__RootWorkshopStructconst__float_Workshop__RootWorkshopStructconst_{ REL::Offset(0x03F2ABC8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04482488) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044A9D50) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448DC20) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ArmorCraftingMenu____BGSInventoryItemconst__ArmorCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ REL::Offset(0x044A4CE0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_BarterMenu____BGSInventoryItemconst_bool__BarterMenu_std___Ph_1_const_bool__bool_BGSInventoryItemconst_{ REL::Offset(0x044A5448) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ContainerMenu____BGSInventoryItemconst__ContainerMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ REL::Offset(0x0451C7C0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_WeaponsCraftingMenu____BGSInventoryItemconst__WeaponsCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ REL::Offset(0x044BF6E8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__HeartBeat__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__HeartBeat__Metrics__{ REL::Offset(0x04348900) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__Performance__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__Performance__Metrics__{ REL::Offset(0x04348948) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std__tuple_float_float____float_bool__std__tuple_float_float__float_bool_{ REL::Offset(0x03F2ABF8) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char______void__stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char____{ REL::Offset(0x044D3150) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___Actor_ActorValueInfoconst_float_float_Actor__void_Actor_ActorValueInfoconst_float_float_Actor_{ REL::Offset(0x04443708) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSGalaxy__Render__GalaxyScene__void_BSGalaxy__Render__GalaxyScene_{ REL::Offset(0x04559060) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst__void_BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst_{ REL::Offset(0x045A6EE0) }; - inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___void__void_{ REL::Offset(0x044D2F08) }; - inline constexpr std::array type_info{ REL::Offset(0x03EF1588) }; - inline constexpr std::array winrt__impl__delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_02c8f4c92c5bea96a4a3a86ef45683da__{ REL::Offset(0x0456F9F8) }; - inline constexpr std::array winrt__impl__make_marshaler__2__marshaler{ REL::Offset(0x0456FA50) }; - } // namespace VTABLE -} // namespace RE + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__TerrainTile__Storage_StorageTable__TerrainTileData_0_{ REL::Offset(0x045B7B20) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text2D__Storage_StorageTable__Text2DObserverData_0_{ REL::Offset(0x045B7B70) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DData_2_{ REL::Offset(0x043859C0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DObserverData_0_{ REL::Offset(0x045B7C88) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Text3D__Storage_StorageTable__Text3DProjectionData_2_{ REL::Offset(0x04385CA8) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__VolumeInstance__Storage_StorageTable__VolumeInstance__BlendStrength_2_{ REL::Offset(0x04384E40) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__BoundingShapes_0_{ REL::Offset(0x043879A0) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Volume__Storage_StorageTable__Volume__ShapeList_2_{ REL::Offset(0x04384B58) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterMetaData_2_{ REL::Offset(0x045B5558) }; + inline constexpr std::array StorageTable__HostOnlyMemory_StorageTable__Water__Storage_StorageTable__WaterParametersTexture_2_{ REL::Offset(0x045B5D10) }; + inline constexpr std::array StorageTable__LegacyScheduleImpl_StorageTable__AppWriterSchedule_{ REL::Offset(0x045BBF58) }; + inline constexpr std::array StorageTable__LegacyScheduleImpl_StorageTable__RendererWriterSchedule_{ REL::Offset(0x045BBF88) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__AtmosphericScattering__Storage_{ REL::Offset(0x045B9698) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__CameraView__Storage_{ REL::Offset(0x045B95B8) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Camera__Storage_{ REL::Offset(0x045B98A0) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__FocusShadow__Storage_{ REL::Offset(0x045B9648) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__FogVolume__Storage_{ REL::Offset(0x045B95E0) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__GeometryParticleBatch__Storage_{ REL::Offset(0x045B9590) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Geometry__Storage_{ REL::Offset(0x045B9C10) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Light__Storage_{ REL::Offset(0x045B9910) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__MaterialInstance__Storage_{ REL::Offset(0x045B9C60) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__MeshInstancePatch__Storage_{ REL::Offset(0x045B9850) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Model__Storage_{ REL::Offset(0x045B97B0) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ParentTransform__Storage_{ REL::Offset(0x045B9670) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ParticleEmitter__Storage_{ REL::Offset(0x045B9518) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ProbeVolume__Storage_{ REL::Offset(0x045B9540) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ProjectedDecal__Storage_{ REL::Offset(0x045B94F0) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__ReflectionProbe__Storage_{ REL::Offset(0x045B9828) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__RenderGraph__Storage_{ REL::Offset(0x045B94C8) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Scene__Storage_{ REL::Offset(0x045B9878) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__SkinnedDecal__Storage_{ REL::Offset(0x045B9568) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__TerrainDescription__Storage_{ REL::Offset(0x045B98C8) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Text2D__Storage_{ REL::Offset(0x045B9800) }; + inline constexpr std::array StorageTable__ObserverDirectStorageData_StorageTable__Text3D__Storage_{ REL::Offset(0x045B97D8) }; + inline constexpr std::array StorageTable__ReducedLatencyScheduleImpl_StorageTable__AppWriterSchedule_{ REL::Offset(0x045BC028) }; + inline constexpr std::array StorageTable__ReducedLatencyScheduleImpl_StorageTable__RendererWriterSchedule_{ REL::Offset(0x045BBF28) }; + inline constexpr std::array StorageTable__ScheduleImpl{ REL::Offset(0x045BBFF8) }; + inline constexpr std::array StorageTable__StorageDataBase{ REL::Offset(0x045BC058) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__AtmosphericScattering__Storage_{ REL::Offset(0x043840A8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__BIMetrics__Storage_{ REL::Offset(0x04388230) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__BinkMovie__Storage_{ REL::Offset(0x04386468) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__CameraView__Storage_{ REL::Offset(0x04386FE0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Camera__Storage_{ REL::Offset(0x04386988) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__CloudParticle__Storage_{ REL::Offset(0x04385160) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Clouds__Storage_{ REL::Offset(0x04384C68) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Debug__Storage_{ REL::Offset(0x043867A0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__DecalSlot__Storage_{ REL::Offset(0x04386C90) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__FaceCustomization__Storage_{ REL::Offset(0x043843D0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__FocusShadow__Storage_{ REL::Offset(0x04384810) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__FogVolumeMaterialData__Storage_{ REL::Offset(0x04387468) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__FogVolume__Storage_{ REL::Offset(0x04387960) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__GeometryParticleBatch__Storage_{ REL::Offset(0x043845D0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Geometry__Storage_{ REL::Offset(0x04388B40) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__GlobalDirtOverlay__Storage_{ REL::Offset(0x04384068) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__GpuFrameTime__Storage_{ REL::Offset(0x04388A88) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Highlight__Storage_{ REL::Offset(0x04383C08) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ImageProcess__Storage_{ REL::Offset(0x04384390) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ImageSpaceData__Storage_{ REL::Offset(0x04386680) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__LensFlareInstance__Storage_{ REL::Offset(0x04383D50) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__LensFlare__Storage_{ REL::Offset(0x043869C8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Light__Storage_{ REL::Offset(0x04388270) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__MaterialInstance__Storage_{ REL::Offset(0x04388A48) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__MeshInstancePatch__Storage_{ REL::Offset(0x043881F0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__MeshInstance__Storage_{ REL::Offset(0x04388A08) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Model__Storage_{ REL::Offset(0x04385980) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__MorphData__Storage_{ REL::Offset(0x04384CA8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__NodeExtraVisualData__Storage_{ REL::Offset(0x04387CB8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ParentTransform__Storage_{ REL::Offset(0x04384610) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ParticleCloudEmitter__Storage_{ REL::Offset(0x04385458) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ParticleEmitter__Storage_{ REL::Offset(0x04384F60) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Particle__Storage_{ REL::Offset(0x04385518) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__PlanetsData__Storage_{ REL::Offset(0x04383818) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ProbeVolume__Storage_{ REL::Offset(0x04385860) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ProjectedDecal__Storage_{ REL::Offset(0x04386CD0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ReflectionProbe__Storage_{ REL::Offset(0x04385C18) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__RenderGraph__Storage_{ REL::Offset(0x043864A8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__RendererState__Storage_{ REL::Offset(0x04387CF8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__RenderingDiffuseProbe__Storage_{ REL::Offset(0x04385AF8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__RenderingReflectionProbe__Storage_{ REL::Offset(0x043854D8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ScaleformST__Storage_{ REL::Offset(0x04385EF0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Scene__Storage_{ REL::Offset(0x04388B80) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__ShadowMap__Storage_{ REL::Offset(0x04387A28) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__SkinnedDecal__Storage_{ REL::Offset(0x04384930) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__StarfieldData__Storage_{ REL::Offset(0x043839B0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainClipmap__Storage_{ REL::Offset(0x043879E8) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainDensity__Storage_{ REL::Offset(0x04386FA0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainDescription__Storage_{ REL::Offset(0x04387DC0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainMIM__Storage_{ REL::Offset(0x04387428) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__TerrainTile__Storage_{ REL::Offset(0x04388BC0) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Text2D__Storage_{ REL::Offset(0x04384F20) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Text3D__Storage_{ REL::Offset(0x04386010) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__VolumeInstance__Storage_{ REL::Offset(0x04385418) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Volume__Storage_{ REL::Offset(0x04385280) }; + inline constexpr std::array StorageTable__StorageData_StorageTable__Water__Storage_{ REL::Offset(0x04383F58) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_139264_256_96_4_3_{ REL::Offset(0x04386B90) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_1664_16_32_4_3_{ REL::Offset(0x04383938) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_1792_8_144_4_3_{ REL::Offset(0x04383E98) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_1792_8_40_4_3_{ REL::Offset(0x04383EE8) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_4193024_256_32_4_3_{ REL::Offset(0x04388EF8) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_4608_32_224_4_3_{ REL::Offset(0x04386118) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_128_4_3_{ REL::Offset(0x043837B0) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_192_4_3_{ REL::Offset(0x04384018) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_48_4_3_{ REL::Offset(0x043865E0) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_832_8_64_4_3_{ REL::Offset(0x04384040) }; + inline constexpr std::array StorageTable__StructuredBufferMemoryImpl_9216_64_32_4_3_{ REL::Offset(0x04384560) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__AtmosphericScatteringData_3_{ REL::Offset(0x045B4F60) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_CreationRenderer__CGen__SunData_3_{ REL::Offset(0x045B5938) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__AtmosphericScattering__Storage_StorageTable__AtmosphericScatteringPerf_3_{ REL::Offset(0x045B5888) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__Geometry__Storage_StorageTable__Transform_3_{ REL::Offset(0x045B8048) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ImageSpaceData__Storage_CreationRenderer__CGen__HDRCompositeData_3_{ REL::Offset(0x045B6990) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ParentTransform__Storage_StorageTable__Transform_3_{ REL::Offset(0x045B5290) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__PlanetsData__Storage_CreationRenderer__CGen__PlanetData_3_{ REL::Offset(0x045B5510) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ProbeVolume__Storage_CreationRenderer__CGen__ProbeVolumeDescData_3_{ REL::Offset(0x045B6E48) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__ProjectedDecal__Storage_CreationRenderer__CGen__ProjectedDecalInput_3_{ REL::Offset(0x045B69B8) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__StarfieldData__Storage_StorageTable__TempStarData_3_{ REL::Offset(0x045B5C28) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterHeightOverridePlaceable_3_{ REL::Offset(0x045B5CA0) }; + inline constexpr std::array StorageTable__StructuredBufferMemory_StorageTable__Water__Storage_CreationRenderer__CGen__WaterTypeParameters_3_{ REL::Offset(0x045B5718) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Camera__Storage_{ REL::Offset(0x043880E0) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__DecalSlot__Storage_{ REL::Offset(0x04388108) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Geometry__Storage_{ REL::Offset(0x045B9C38) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__LensFlare__Storage_{ REL::Offset(0x045B9710) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Scene__Storage_{ REL::Offset(0x04388F20) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__ShadowMap__Storage_{ REL::Offset(0x045B9738) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__TerrainTile__Storage_{ REL::Offset(0x045B96C0) }; + inline constexpr std::array StorageTable__WriterDirectStorageData_StorageTable__Volume__Storage_{ REL::Offset(0x043882B0) }; + inline constexpr std::array StreamingInstallMenu{ REL::Offset(0x044BCD00), REL::Offset(0x044BCD90), REL::Offset(0x044BCDA8), REL::Offset(0x044BCE00) }; + inline constexpr std::array StreamingInstallMenu__StreamingInstallEventShuttle{ REL::Offset(0x044BCEE0) }; + inline constexpr std::array StreamingInstallMenu__StreamingProgressData{ REL::Offset(0x044BCC88) }; + inline constexpr std::array StringUIValue{ REL::Offset(0x0435DFD0) }; + inline constexpr std::array SubgraphAndOffsetDBData{ REL::Offset(0x0456BED0) }; + inline constexpr std::array SummonCreatureEffect{ REL::Offset(0x044C76B0) }; + inline constexpr std::array SummonDuplicateEffect{ REL::Offset(0x044C77C8) }; + inline constexpr std::array SummonPlacementEffect{ REL::Offset(0x044C78E0), REL::Offset(0x044C78F8), REL::Offset(0x044C79D0) }; + inline constexpr std::array SupportMaterialHandler{ REL::Offset(0x044D4318) }; + inline constexpr std::array SurfaceMapMenu_EnablePointCloud{ REL::Offset(0x044BB388) }; + inline constexpr std::array SurfaceMapMenu_MarkerClicked{ REL::Offset(0x044BB368) }; + inline constexpr std::array SurfaceMapMenu_TryPlaceCustomMarker{ REL::Offset(0x044BB3A8) }; + inline constexpr std::array SwapGraphNode{ REL::Offset(0x04568500) }; + inline constexpr std::array SwapGraphNodeInstance{ REL::Offset(0x04568490) }; + inline constexpr std::array SwitchNode{ REL::Offset(0x04568838) }; + inline constexpr std::array SwitchNodeInstance{ REL::Offset(0x045688A0) }; + inline constexpr std::array SyncDeferDeathHandler{ REL::Offset(0x044E4C28) }; + inline constexpr std::array SyncEarlyExitHandler{ REL::Offset(0x044E4C10) }; + inline constexpr std::array SyncQueueObj{ REL::Offset(0x044E0060) }; + inline constexpr std::array TAllocatorAddressSpace_IMemoryHeap_{ REL::Offset(0x0456CE00) }; + inline constexpr std::array TBO_InstanceData{ REL::Offset(0x043BE3A8) }; + inline constexpr std::array TES{ REL::Offset(0x0436A868), REL::Offset(0x0436A880) }; + inline constexpr std::array TESAIForm{ REL::Offset(0x0436DDF8) }; + inline constexpr std::array TESActorBase{ REL::Offset(0x0440F0A8), REL::Offset(0x0440F108), REL::Offset(0x0440F168), REL::Offset(0x0440F188), REL::Offset(0x0440F1E8), REL::Offset(0x0440F250), REL::Offset(0x0440F2B8), REL::Offset(0x0440F320), REL::Offset(0x0440F380), REL::Offset(0x0440F3E0), REL::Offset(0x0440F458), REL::Offset(0x0440F4B8), REL::Offset(0x0440F518), REL::Offset(0x0440F530), REL::Offset(0x0440F5B0) }; + inline constexpr std::array TESActorBaseData{ REL::Offset(0x0436DAF8) }; + inline constexpr std::array TESAmmo{ REL::Offset(0x043B8C68), REL::Offset(0x043B8CC8), REL::Offset(0x043B8D28), REL::Offset(0x043B8D88), REL::Offset(0x043B8DE8), REL::Offset(0x043B8E48), REL::Offset(0x043B8EB0), REL::Offset(0x043B8ED0), REL::Offset(0x043B8F48), REL::Offset(0x043B8FC0), REL::Offset(0x043B93D8) }; + inline constexpr std::array TESAudio__ScriptedMusicState{ REL::Offset(0x044C8BA8) }; + inline constexpr std::array TESBipedModelForm{ REL::Offset(0x0436DEE8) }; + inline constexpr std::array TESBoundAnimObject{ REL::Offset(0x043BE438), REL::Offset(0x043BE450) }; + inline constexpr std::array TESBoundObject{ REL::Offset(0x03EF3598), REL::Offset(0x03EF39C8) }; + inline constexpr std::array TESCamera{ REL::Offset(0x04456828) }; + inline constexpr std::array TESCameraState{ REL::Offset(0x0445D2B0) }; + inline constexpr std::array TESChildCell{ REL::Offset(0x0444FED8) }; + inline constexpr std::array TESClass{ REL::Offset(0x0440C4F8), REL::Offset(0x0440C510), REL::Offset(0x0440C828), REL::Offset(0x0440C888), REL::Offset(0x0440C8F8), REL::Offset(0x0440C958) }; + inline constexpr std::array TESClimate{ REL::Offset(0x043CCD70), REL::Offset(0x043CCD88) }; + inline constexpr std::array TESCombatStyle{ REL::Offset(0x043B9410), REL::Offset(0x043B9428) }; + inline constexpr std::array TESContainer{ REL::Offset(0x03F26C88) }; + inline constexpr std::array TESCustomPackageData{ REL::Offset(0x0444E500) }; + inline constexpr std::array TESDataHandler{ REL::Offset(0x0436B3A8), REL::Offset(0x0436B3D8) }; + inline constexpr std::array TESDataHandlerPersistentCreatedUtil__BGSPersistentIDsForm{ REL::Offset(0x0436AFD0), REL::Offset(0x0436B078) }; + inline constexpr std::array TESDataHandlerPostBuildFileListSource{ REL::Offset(0x03F27638) }; + inline constexpr std::array TESDataHandler__ArchiveRegistrationListener{ REL::Offset(0x0436B390) }; + inline constexpr std::array TESDescription{ REL::Offset(0x0436DFE0) }; + inline constexpr std::array TESDialoguePackageData{ REL::Offset(0x0444E568) }; + inline constexpr std::array TESEffectShader{ REL::Offset(0x043BA370), REL::Offset(0x043BA688), REL::Offset(0x043BA6A0) }; + inline constexpr std::array TESEnchantableForm{ REL::Offset(0x0436E060) }; + inline constexpr std::array TESEyes{ REL::Offset(0x0440C9D0), REL::Offset(0x0440CA40), REL::Offset(0x0440CAB8), REL::Offset(0x0440CAD0) }; + inline constexpr std::array TESFaction{ REL::Offset(0x0440CE48), REL::Offset(0x0440CE60), REL::Offset(0x0440D178), REL::Offset(0x0440D1D8) }; + inline constexpr std::array TESFile{ REL::Offset(0x0436CE48) }; + inline constexpr std::array TESFlora{ REL::Offset(0x043BA790), REL::Offset(0x043BA7F0), REL::Offset(0x043BA858), REL::Offset(0x043BA8B8), REL::Offset(0x043BA8E8), REL::Offset(0x043BA960), REL::Offset(0x043BA9C0), REL::Offset(0x043BAA20), REL::Offset(0x043BAA80), REL::Offset(0x043BAAE8), REL::Offset(0x043BAB08), REL::Offset(0x043BAB20), REL::Offset(0x043BAC28) }; + inline constexpr std::array TESFloraInstanceData{ REL::Offset(0x043BAB98) }; + inline constexpr std::array TESFollowPackageData{ REL::Offset(0x0444DCA8) }; + inline constexpr std::array TESForm{ REL::Offset(0x0436E270), REL::Offset(0x0436E288) }; + inline constexpr std::array TESFormDetail__Fixed_BGSHazard_{ REL::Offset(0x044EE538), REL::Offset(0x044EE550), REL::Offset(0x044EE5C8), REL::Offset(0x044EE628), REL::Offset(0x044EEA40), REL::Offset(0x044EEAB8) }; + inline constexpr std::array TESFormDetail__Fixed_BGSPackIn_{ REL::Offset(0x0455B760), REL::Offset(0x0455BB78), REL::Offset(0x0455BBE0), REL::Offset(0x0455BBF8), REL::Offset(0x0455BC58), REL::Offset(0x0455BCB8), REL::Offset(0x0455BCD8), REL::Offset(0x0455BD38) }; + inline constexpr std::array TESFormDetail__Fixed_BGSResearchProjectForm_{ REL::Offset(0x044CBF00), REL::Offset(0x044CBF78), REL::Offset(0x044CBFD8), REL::Offset(0x044CBFF0) }; + inline constexpr std::array TESFormDetail__Fixed_BGSSnapTemplate_{ REL::Offset(0x0445A740), REL::Offset(0x0445A7A0), REL::Offset(0x0445A9C8) }; + inline constexpr std::array TESFormDetail__Fixed_BGSTerminalMenu_{ REL::Offset(0x044BD510), REL::Offset(0x044BD588), REL::Offset(0x044BD5A0) }; + inline constexpr std::array TESFormDetail__Fixed_Script_{ REL::Offset(0x044A7120), REL::Offset(0x044A7438) }; + inline constexpr std::array TESFormDetail__Fixed_TESForm_{ REL::Offset(0x044AB868), REL::Offset(0x044AB880) }; + inline constexpr std::array TESFormDetail__Fixed_TESNPC_{ REL::Offset(0x044C90B0), REL::Offset(0x044C9110), REL::Offset(0x044C9170), REL::Offset(0x044C91B0), REL::Offset(0x044C9228), REL::Offset(0x044C9288), REL::Offset(0x044C92E8), REL::Offset(0x044C9350), REL::Offset(0x044C93D0), REL::Offset(0x044C93E8), REL::Offset(0x044C9448), REL::Offset(0x044C94A8), REL::Offset(0x044C9508), REL::Offset(0x044C9568), REL::Offset(0x044C95C8), REL::Offset(0x044C9630), REL::Offset(0x044C9698), REL::Offset(0x044C9700), REL::Offset(0x044C9760), REL::Offset(0x044C9780) }; + inline constexpr std::array TESFormDetail__Fixed_TESQuest_{ REL::Offset(0x0433F3B0), REL::Offset(0x0433F428), REL::Offset(0x0433F440) }; + inline constexpr std::array TESFullName{ REL::Offset(0x0434F7D0) }; + inline constexpr std::array TESFurniture{ REL::Offset(0x043BB158), REL::Offset(0x043BB1B8), REL::Offset(0x043BB218), REL::Offset(0x043BB280), REL::Offset(0x043BB2A0), REL::Offset(0x043BB300), REL::Offset(0x043BB318), REL::Offset(0x043BB390), REL::Offset(0x043BB7B0), REL::Offset(0x043BB810), REL::Offset(0x043BB840), REL::Offset(0x043BB8B8) }; + inline constexpr std::array TESGlobal{ REL::Offset(0x043DF7D8), REL::Offset(0x043DF7F0) }; + inline constexpr std::array TESGrass{ REL::Offset(0x043BB948), REL::Offset(0x043BBE20), REL::Offset(0x043BBE38) }; + inline constexpr std::array TESHandleForm{ REL::Offset(0x043CA5B8), REL::Offset(0x043CAB20) }; + inline constexpr std::array TESHavokUtilities__CellHeightFieldCuller{ REL::Offset(0x04414620) }; + inline constexpr std::array TESHealthForm{ REL::Offset(0x0436E620) }; + inline constexpr std::array TESIdleForm{ REL::Offset(0x0440D260), REL::Offset(0x0440D278) }; + inline constexpr std::array TESImageSpace{ REL::Offset(0x043CD118), REL::Offset(0x043CD130), REL::Offset(0x043CD168) }; + inline constexpr std::array TESImageSpaceModifiableForm{ REL::Offset(0x0436E6F0) }; + inline constexpr std::array TESImageSpaceModifier{ REL::Offset(0x043CD5C8), REL::Offset(0x043CD5E0), REL::Offset(0x043CD618) }; + inline constexpr std::array TESKey{ REL::Offset(0x043BBEB0), REL::Offset(0x043BBED0), REL::Offset(0x043BBF30), REL::Offset(0x043BBF90), REL::Offset(0x043BBFF8), REL::Offset(0x043BC058), REL::Offset(0x043BC0D0), REL::Offset(0x043BC148), REL::Offset(0x043BC568), REL::Offset(0x043BC580), REL::Offset(0x043BC5E0), REL::Offset(0x043BC640), REL::Offset(0x043BC6A0) }; + inline constexpr std::array TESLandTexture{ REL::Offset(0x043CD998), REL::Offset(0x043CDCB0) }; + inline constexpr std::array TESLevCharacter{ REL::Offset(0x043BC720), REL::Offset(0x043BCB38), REL::Offset(0x043BCBC8), REL::Offset(0x043BCBE0) }; + inline constexpr std::array TESLevItem{ REL::Offset(0x043BCC78), REL::Offset(0x043BCD08), REL::Offset(0x043BCD20), REL::Offset(0x043BCD80), REL::Offset(0x043BCDF8) }; + inline constexpr std::array TESLevSpell{ REL::Offset(0x043BD210), REL::Offset(0x043BD628), REL::Offset(0x043BD6B8) }; + inline constexpr std::array TESLeveledList{ REL::Offset(0x0436E870) }; + inline constexpr std::array TESLoadScreen{ REL::Offset(0x043DFB08), REL::Offset(0x043DFE20) }; + inline constexpr std::array TESMagicTargetForm{ REL::Offset(0x0436F2E8) }; + inline constexpr std::array TESModel{ REL::Offset(0x03EF5FB0) }; + inline constexpr std::array TESModelDB__TESAutoQueuedDependentNode{ REL::Offset(0x0436D0A0) }; + inline constexpr std::array TESModelDB__TESQueuedHandles{ REL::Offset(0x0436D0C8) }; + inline constexpr std::array TESModelDB____TESProcessor{ REL::Offset(0x0436D0B0) }; + inline constexpr std::array TESModelTri{ REL::Offset(0x04409368) }; + inline constexpr std::array TESNPC{ REL::Offset(0x0440E3D0), REL::Offset(0x0440E430), REL::Offset(0x0440E490), REL::Offset(0x0440E4B0), REL::Offset(0x0440E510), REL::Offset(0x0440E578), REL::Offset(0x0440E5E0), REL::Offset(0x0440E648), REL::Offset(0x0440E6A8), REL::Offset(0x0440E708), REL::Offset(0x0440E780), REL::Offset(0x0440E7E0), REL::Offset(0x0440E840), REL::Offset(0x0440E858), REL::Offset(0x0440E8D8), REL::Offset(0x0440ED10), REL::Offset(0x0440ED28), REL::Offset(0x0440ED88), REL::Offset(0x0440EDE8), REL::Offset(0x0440EE50) }; + inline constexpr std::array TESNPCData__ChargenDataModel{ REL::Offset(0x043A9DA0) }; + inline constexpr std::array TESNPC__InstanceData{ REL::Offset(0x0440E340) }; + inline constexpr std::array TESObject{ REL::Offset(0x03EF39E0), REL::Offset(0x03EF40E0) }; + inline constexpr std::array TESObjectACTI{ REL::Offset(0x043BE9B0), REL::Offset(0x043BEA18), REL::Offset(0x043BEA48), REL::Offset(0x043BEAA8), REL::Offset(0x043BEAC8), REL::Offset(0x043BEB28), REL::Offset(0x043BEB88), REL::Offset(0x043BEBA0), REL::Offset(0x043BEFB8), REL::Offset(0x043BF030), REL::Offset(0x043BF0A8), REL::Offset(0x043BF108) }; + inline constexpr std::array TESObjectANIO{ REL::Offset(0x043BF168), REL::Offset(0x043BF180), REL::Offset(0x043BF498) }; + inline constexpr std::array TESObjectARMA{ REL::Offset(0x043BF560), REL::Offset(0x043BF578), REL::Offset(0x043BF8E0), REL::Offset(0x043BF940) }; + inline constexpr std::array TESObjectARMO{ REL::Offset(0x043BFCB8), REL::Offset(0x043BFDA8), REL::Offset(0x043BFE08), REL::Offset(0x043BFE68), REL::Offset(0x043BFEC8), REL::Offset(0x043BFF38), REL::Offset(0x043BFFA0), REL::Offset(0x043C0000), REL::Offset(0x043C0060), REL::Offset(0x043C0080), REL::Offset(0x043C0098), REL::Offset(0x043C04B0), REL::Offset(0x043C0518), REL::Offset(0x043C0590), REL::Offset(0x043C05F0) }; + inline constexpr std::array TESObjectARMOInstanceData{ REL::Offset(0x043BFD18) }; + inline constexpr std::array TESObjectBOOK{ REL::Offset(0x043C06C8), REL::Offset(0x043C0730), REL::Offset(0x043C0750), REL::Offset(0x043C07B0), REL::Offset(0x043C07C8), REL::Offset(0x043C0840), REL::Offset(0x043C08B8), REL::Offset(0x043C0918), REL::Offset(0x043C0978), REL::Offset(0x043C09D8), REL::Offset(0x043C0A38), REL::Offset(0x043C0AA8) }; + inline constexpr std::array TESObjectCELL{ REL::Offset(0x043CE3C0), REL::Offset(0x043CE3D8), REL::Offset(0x043CE450) }; + inline constexpr std::array TESObjectCONT{ REL::Offset(0x043C0F60), REL::Offset(0x043C0FC0), REL::Offset(0x043C1038), REL::Offset(0x043C1098), REL::Offset(0x043C10F8), REL::Offset(0x043C1128), REL::Offset(0x043C1190), REL::Offset(0x043C11B0), REL::Offset(0x043C1210), REL::Offset(0x043C1300), REL::Offset(0x043C1718), REL::Offset(0x043C1730), REL::Offset(0x043C1790) }; + inline constexpr std::array TESObjectCONT__InstanceData{ REL::Offset(0x043C1270) }; + inline constexpr std::array TESObjectDOOR{ REL::Offset(0x043C1988), REL::Offset(0x043C19E8), REL::Offset(0x043C1A48), REL::Offset(0x043C1AA8), REL::Offset(0x043C1AC0), REL::Offset(0x043C1B38), REL::Offset(0x043C1BB0), REL::Offset(0x043C1C10), REL::Offset(0x043C1C70), REL::Offset(0x043C1CA0), REL::Offset(0x043C1D08), REL::Offset(0x043C1D28) }; + inline constexpr std::array TESObjectLIGH{ REL::Offset(0x043BDB20), REL::Offset(0x043BDB40), REL::Offset(0x043BDBA0), REL::Offset(0x043BDC18), REL::Offset(0x043BDC78), REL::Offset(0x043BDCD8), REL::Offset(0x043BDD38), REL::Offset(0x043BDDA8), REL::Offset(0x043BDE10), REL::Offset(0x043BDE40), REL::Offset(0x043BDE58) }; + inline constexpr std::array TESObjectMISC{ REL::Offset(0x043C23E8), REL::Offset(0x043C2448), REL::Offset(0x043C24A8), REL::Offset(0x043C2508), REL::Offset(0x043C2568), REL::Offset(0x043C25C8), REL::Offset(0x043C2628), REL::Offset(0x043C2690), REL::Offset(0x043C26B0), REL::Offset(0x043C2710), REL::Offset(0x043C2B30), REL::Offset(0x043C2B48), REL::Offset(0x043C2BC0) }; + inline constexpr std::array TESObjectREFR{ REL::Offset(0x043CF7B8), REL::Offset(0x043CF7C8), REL::Offset(0x043CF870), REL::Offset(0x043D01F8), REL::Offset(0x043D0210), REL::Offset(0x043D0228), REL::Offset(0x043D0248), REL::Offset(0x043D0318), REL::Offset(0x043D0330), REL::Offset(0x043D0348), REL::Offset(0x043D0360) }; + inline constexpr std::array TESObjectREFRDef__IAliasFunctor{ REL::Offset(0x043675F8) }; + inline constexpr std::array TESObjectREFRDef__IAliasLinkedChildFunctor{ REL::Offset(0x043675E0) }; + inline constexpr std::array TESObjectREFRDef__ILinkedReferenceFunctor{ REL::Offset(0x03F2CC88) }; + inline constexpr std::array TESObjectREFRIsReadyForAttachEvent{ REL::Offset(0x043D05B8) }; + inline constexpr std::array TESObjectREFRIsReadyForAttachEventT__lambda_9035a376d39ed632bc510d11f87bfc6f__{ REL::Offset(0x043CF790) }; + inline constexpr std::array TESObjectREFRSync__REFRSyncController{ REL::Offset(0x043D30F8) }; + inline constexpr std::array TESObjectSTAT{ REL::Offset(0x043C2C50), REL::Offset(0x043C3068), REL::Offset(0x043C3080), REL::Offset(0x043C30F8), REL::Offset(0x043C3158) }; + inline constexpr std::array TESObjectWEAP{ REL::Offset(0x043C84A8), REL::Offset(0x043C8518), REL::Offset(0x043C8530), REL::Offset(0x043C8590), REL::Offset(0x043C85F0), REL::Offset(0x043C8658), REL::Offset(0x043C8678), REL::Offset(0x043C86D8), REL::Offset(0x043C8738), REL::Offset(0x043C8B50), REL::Offset(0x043C8B68), REL::Offset(0x043C8BE0), REL::Offset(0x043C8C58), REL::Offset(0x043C8CC0) }; + inline constexpr std::array TESObjectWEAPInstanceData{ REL::Offset(0x043C8D90) }; + inline constexpr std::array TESPackage{ REL::Offset(0x0444DE50), REL::Offset(0x0444E190) }; + inline constexpr std::array TESPackedFile{ REL::Offset(0x0436CF58) }; + inline constexpr std::array TESPlanetModel{ REL::Offset(0x04356348) }; + inline constexpr std::array TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152_{ REL::Offset(0x044D42D8) }; + inline constexpr std::array TESQuest{ REL::Offset(0x0440FF48), REL::Offset(0x0440FF60), REL::Offset(0x0440FFD8) }; + inline constexpr std::array TESQuest__BlockAndLoadAliasNodes__2__AliasLoadBarrierNode{ REL::Offset(0x0440FDB0) }; + inline constexpr std::array TESRace{ REL::Offset(0x04410A10), REL::Offset(0x04410A70), REL::Offset(0x04410A90), REL::Offset(0x04410AA8), REL::Offset(0x04410B08), REL::Offset(0x04410B70), REL::Offset(0x04410BD0), REL::Offset(0x04410C38), REL::Offset(0x04410C98), REL::Offset(0x04410CB0), REL::Offset(0x04410FC8), REL::Offset(0x04411028) }; + inline constexpr std::array TESRaceForm{ REL::Offset(0x0436EEB0) }; + inline constexpr std::array TESRegion{ REL::Offset(0x043981B0), REL::Offset(0x043981C8) }; + inline constexpr std::array TESRegionData{ REL::Offset(0x043984E8) }; + inline constexpr std::array TESRegionDataManager{ REL::Offset(0x04398538) }; + inline constexpr std::array TESRegionDataMap{ REL::Offset(0x04398598) }; + inline constexpr std::array TESRegionDataSound{ REL::Offset(0x043985E8) }; + inline constexpr std::array TESRegionDataWeather{ REL::Offset(0x04398640) }; + inline constexpr std::array TESRegionList{ REL::Offset(0x04398690) }; + inline constexpr std::array TESShout{ REL::Offset(0x04404C70), REL::Offset(0x04404C88), REL::Offset(0x04404FA0), REL::Offset(0x04405008), REL::Offset(0x04405080), REL::Offset(0x044050E0) }; + inline constexpr std::array TESSoulGem{ REL::Offset(0x043C8F68), REL::Offset(0x043C8F88), REL::Offset(0x043C8FE8), REL::Offset(0x043C9048), REL::Offset(0x043C90C0), REL::Offset(0x043C9138), REL::Offset(0x043C9198), REL::Offset(0x043C91F8), REL::Offset(0x043C9258), REL::Offset(0x043C92B8), REL::Offset(0x043C9318), REL::Offset(0x043C9380), REL::Offset(0x043C97A0) }; + inline constexpr std::array TESSound{ REL::Offset(0x04405150), REL::Offset(0x04405168), REL::Offset(0x04405580), REL::Offset(0x044055A0) }; + inline constexpr std::array TESSpellList{ REL::Offset(0x0436EFF8) }; + inline constexpr std::array TESTexture{ REL::Offset(0x0436F0D8) }; + inline constexpr std::array TESTopic{ REL::Offset(0x04411F00), REL::Offset(0x04411F78), REL::Offset(0x04411F90) }; + inline constexpr std::array TESTopicInfo{ REL::Offset(0x044124B8), REL::Offset(0x044127D0) }; + inline constexpr std::array TESTrapListener{ REL::Offset(0x044148C0), REL::Offset(0x044148E0) }; + inline constexpr std::array TESValueForm{ REL::Offset(0x0436F178) }; + inline constexpr std::array TESWaterForm{ REL::Offset(0x043D3308), REL::Offset(0x043D3380), REL::Offset(0x043D3698) }; + inline constexpr std::array TESWaterNormals{ REL::Offset(0x04454020) }; + inline constexpr std::array TESWaterObject{ REL::Offset(0x04454008) }; + inline constexpr std::array TESWaterSystem{ REL::Offset(0x04453FF0) }; + inline constexpr std::array TESWeather{ REL::Offset(0x043D3828), REL::Offset(0x043D3B40), REL::Offset(0x043D3B58), REL::Offset(0x043D3BC0) }; + inline constexpr std::array TESWeightForm{ REL::Offset(0x0436F208) }; + inline constexpr std::array TESWordOfPower{ REL::Offset(0x04405608), REL::Offset(0x04405920), REL::Offset(0x04405998) }; + inline constexpr std::array TESWorldSpace{ REL::Offset(0x043D4110), REL::Offset(0x043D4428), REL::Offset(0x043D4440), REL::Offset(0x043D44B8), REL::Offset(0x043D4528) }; + inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__{ REL::Offset(0x0436A6B8) }; + inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__{ REL::Offset(0x0436A6D0) }; + inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__{ REL::Offset(0x0436A6E8) }; + inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__{ REL::Offset(0x0436A700) }; + inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__{ REL::Offset(0x0436A680) }; + inline constexpr std::array TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__{ REL::Offset(0x0436A668) }; + inline constexpr std::array TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__{ REL::Offset(0x0455FC28) }; + inline constexpr std::array TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__{ REL::Offset(0x0455FC10) }; + inline constexpr std::array TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__{ REL::Offset(0x04458950) }; + inline constexpr std::array TES__PostGridLoadNode{ REL::Offset(0x0436A800) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_AlertData__{ REL::Offset(0x04487CE8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ArrayAction__{ REL::Offset(0x04498630) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_AssignmentCategory__{ REL::Offset(0x04496BB0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_AssignmentInfo__{ REL::Offset(0x04496C08) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BackgroundDatum__{ REL::Offset(0x044B06A0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BuffInfo__{ REL::Offset(0x04490268) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BuildItemData__{ REL::Offset(0x0449D828) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_BuilderRequirementsData__InputRequirement__{ REL::Offset(0x0449DC10) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CargoLinkData__CargoLinkResource__{ REL::Offset(0x0449E500) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ComponentFlashEventInfo__{ REL::Offset(0x04499BC8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlBindingsData__InputSetting__{ REL::Offset(0x04494C38) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ConflictingControl__{ REL::Offset(0x04494850) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlConflictsData__ControlConflicts__{ REL::Offset(0x04495F10) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ControlMapDataModel__MappedEvent__{ REL::Offset(0x04590178) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CraftingRecipesDataModel__RecipeData__{ REL::Offset(0x044886A8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition__{ REL::Offset(0x0447FA58) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement__{ REL::Offset(0x0447F678) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CreditsDataModel__CreditsSection__{ REL::Offset(0x04478D00) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CrewInfo__{ REL::Offset(0x04496DC0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_CrewSkillInfo__{ REL::Offset(0x04480600) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__DialogueEntryData__{ REL::Offset(0x0449F960) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_DialogueUIDataModel__PersuasionEntryData__{ REL::Offset(0x0449F8A8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_DocData__{ REL::Offset(0x0448AE58) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_EffectData__{ REL::Offset(0x04488098) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_EffectGroup__{ REL::Offset(0x0448FC80) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ExplosiveIndicator__{ REL::Offset(0x044822F8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_FavoritesManager__FavoritesEntryData__{ REL::Offset(0x0451EBB8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_FireForgetModel__EventNameShuttle__{ REL::Offset(0x04482878) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDCommandIconData__{ REL::Offset(0x044A1EF8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDDirectionalHitData__{ REL::Offset(0x044A2338) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDEnemyData__EnemyDatum__{ REL::Offset(0x044860B0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDHitKillDatum__{ REL::Offset(0x04485990) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HUDLocationData__{ REL::Offset(0x04486490) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HailingData__{ REL::Offset(0x04499068) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HelpTopicData__{ REL::Offset(0x0447DC48) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_HudModeVisibilityInfo__{ REL::Offset(0x04486E20) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_IconData_DS__{ REL::Offset(0x044BE028) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ImageFixtureUIData__{ REL::Offset(0x0447A668) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ElementalStatInfo__{ REL::Offset(0x0447A388) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryCategoryData__{ REL::Offset(0x04483CF8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__InventoryItem__{ REL::Offset(0x04484298) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_InventoryDataModelNS__ModInfo__{ REL::Offset(0x04479AC8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModData__{ REL::Offset(0x04488E40) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ItemModsDataModel__ItemModSlotData__{ REL::Offset(0x04489060) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Key__{ REL::Offset(0x044ACAD0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_LevelUpPerkData__{ REL::Offset(0x044A2EB8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__CharacterData__{ REL::Offset(0x04489C38) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_LoadSavePanelData__GameData__{ REL::Offset(0x04489F20) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MainMenuListData__ActionData__{ REL::Offset(0x0448B0A8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MessageButton__{ REL::Offset(0x04520B70) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MiscInfo__{ REL::Offset(0x0448F760) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MissionDetailsEntry_DS__{ REL::Offset(0x044A92B8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MissionListEntry_DS__{ REL::Offset(0x044A94D8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ResourceData__{ REL::Offset(0x044A06F8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__ScannableMapMarkerData__{ REL::Offset(0x044A02A0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_MonocleUIDataModel__SocialSpellData__{ REL::Offset(0x044A0358) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_NewCompassMarker__{ REL::Offset(0x04485500) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ObjectiveData__{ REL::Offset(0x044A3EB0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Patch__{ REL::Offset(0x044AE6C8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PauseMenuListData__ActionData__{ REL::Offset(0x0448C610) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__CategoryData__{ REL::Offset(0x0448D878) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PhotoModeDataModel__PhotoModeSettingsData__SettingData__{ REL::Offset(0x0448D918) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PickpocketItemData__{ REL::Offset(0x044AAB50) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_PlayerInventoryItem__{ REL::Offset(0x0448F228) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Powers__{ REL::Offset(0x0447B210) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Objective__{ REL::Offset(0x04490EA8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_QuestDataModel__Quest__{ REL::Offset(0x04490D38) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_QuestUpdate__{ REL::Offset(0x044A3CF8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_RankData__{ REL::Offset(0x044AE220) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Requirements__{ REL::Offset(0x044AE440) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchCategoryPreview__{ REL::Offset(0x04491F90) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchPopupInfo__ItemInfo__{ REL::Offset(0x04491E20) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__LinkedProject__{ REL::Offset(0x044921C0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectDetails__MaterialRequirment__{ REL::Offset(0x044926A0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ResearchProjectPreview__{ REL::Offset(0x04492050) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Ring__{ REL::Offset(0x044AC798) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_RolloverActivationButtonData__{ REL::Offset(0x04483BF0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SettingsCategoriesList__SettingsCategoryHeader__{ REL::Offset(0x04495020) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ShipComponent__{ REL::Offset(0x04481380) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_ShipHangar__ShipMenuTab_DS__{ REL::Offset(0x0447C128) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_Skill__{ REL::Offset(0x044820D0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ColorTabData_DS__{ REL::Offset(0x0435C8B0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckEntry_DS__{ REL::Offset(0x0435ADC0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__FlightCheckTab_DS__{ REL::Offset(0x0435AFE0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__HelpEntry_DS__{ REL::Offset(0x0435FC70) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__ModuleEntry_DS__{ REL::Offset(0x0434D328) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__StatEntry_DS__{ REL::Offset(0x0435F830) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__SystemUpgradeEntry_DS__{ REL::Offset(0x0434C9A0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignEntry_DS__{ REL::Offset(0x0435B200) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SpaceshipEditor__WeaponAssignGroup_DS__{ REL::Offset(0x0435ABA0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyInfoToUI__{ REL::Offset(0x044816C8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIDef__{ REL::Offset(0x044B5850) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIMarkersDef__{ REL::Offset(0x044B5C90) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__BodyPOIPos__{ REL::Offset(0x044B5BD0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerData__{ REL::Offset(0x044B7428) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__GalaxyMarkerDef__{ REL::Offset(0x044B7370) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__MenuMarkerCoords__{ REL::Offset(0x044B8870) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__Outpost_DS__{ REL::Offset(0x044BC1F8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__PlanetInfoToUI__{ REL::Offset(0x04481608) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__ResourceInfoFlashObject__{ REL::Offset(0x04498380) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapMenuMarkerData__{ REL::Offset(0x044B8D78) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__StarMapOffscreenQuestMarkerData__{ REL::Offset(0x044B8CC0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StarMap__SurfaceMarkerStaticData__{ REL::Offset(0x044BB520) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_StatCategory__{ REL::Offset(0x0448FEA0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_SubSettingsList__GeneralSetting__{ REL::Offset(0x04494790) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenData__FacialBoneRegionData__{ REL::Offset(0x043A8438) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__{ REL::Offset(0x043A99F0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders__{ REL::Offset(0x043A9390) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata__{ REL::Offset(0x043A9020) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata__{ REL::Offset(0x043A97D0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltSliderMetadata__{ REL::Offset(0x043A9170) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__CodeBuiltStepperData__{ REL::Offset(0x043A95B0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__HeadPartMetadata__{ REL::Offset(0x043A9C10) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__MorphSliderData__{ REL::Offset(0x043A8330) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationData__LayerData__{ REL::Offset(0x043A8008) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__{ REL::Offset(0x043A8C90) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData__{ REL::Offset(0x043A8850) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData__{ REL::Offset(0x043A8A70) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TESNPCData__PostBlendSliderMetadata__{ REL::Offset(0x043A7E30) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetCombatValues__{ REL::Offset(0x044995A0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetComponentData__{ REL::Offset(0x044998F8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetHighFreq__{ REL::Offset(0x04498B38) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TargetLowFreq__{ REL::Offset(0x04499288) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BF9F8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TestMenu__TestResourcesData__ResourceData__{ REL::Offset(0x044BFC28) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TraitDatum__{ REL::Offset(0x044B0480) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_TraitInfo__{ REL::Offset(0x0448F6A8) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_UICraftingUtils__SkillRequirement__{ REL::Offset(0x0435FA50) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WeaponGroupAssignment__ShipWeapon_DS__{ REL::Offset(0x04358828) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopAreaResourcesData__AreaResource__{ REL::Offset(0x0449CC18) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryBarData__CategoryBarData__{ REL::Offset(0x0449C930) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__{ REL::Offset(0x0449C718) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopCategoryInfoData__PreviewIconData__VariantData__{ REL::Offset(0x0449C660) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ItemRequirement__{ REL::Offset(0x0449C440) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopInterfaceShared__ResourceProduced__{ REL::Offset(0x0449C220) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__OutpostData__{ REL::Offset(0x044C1FD0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__ResourceData__{ REL::Offset(0x044C1E60) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_WorkshopTargetMenu__TargetData__{ REL::Offset(0x044C1DA0) }; + inline constexpr std::array TUIDataShuttleContainerArray_NestedUIValue_XPData__{ REL::Offset(0x044A2B80) }; + inline constexpr std::array TUIDataShuttleContainerArray_StringUIValue_{ REL::Offset(0x0435E2A0) }; + inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_BSFixedStringCS__{ REL::Offset(0x0448DFB0) }; + inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_BSFixedString__{ REL::Offset(0x043A8E48) }; + inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_float__{ REL::Offset(0x043A8228) }; + inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_int__{ REL::Offset(0x0435E130) }; + inline constexpr std::array TUIDataShuttleContainerArray_TUIValue_unsignedint__{ REL::Offset(0x0435C388) }; + inline constexpr std::array TUIDataShuttleContainerMap_ActiveModItemDataModel__ModItemHandle_{ REL::Offset(0x04488D78) }; + inline constexpr std::array TUIDataShuttleContainerMap_AlertData_{ REL::Offset(0x04487BD0) }; + inline constexpr std::array TUIDataShuttleContainerMap_AmmoData_{ REL::Offset(0x044A1CB0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ArrayAction_{ REL::Offset(0x04498518) }; + inline constexpr std::array TUIDataShuttleContainerMap_ArtifactPowerUnlockData_{ REL::Offset(0x04487140) }; + inline constexpr std::array TUIDataShuttleContainerMap_AssignmentCategory_{ REL::Offset(0x044969B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_AssignmentInfo_{ REL::Offset(0x04496D10) }; + inline constexpr std::array TUIDataShuttleContainerMap_BackgroundData_{ REL::Offset(0x044B0828) }; + inline constexpr std::array TUIDataShuttleContainerMap_BackgroundDatum_{ REL::Offset(0x044B0638) }; + inline constexpr std::array TUIDataShuttleContainerMap_BookMenu__BookData_{ REL::Offset(0x0451C3F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_BuffInfo_{ REL::Offset(0x0448FFF0) }; + inline constexpr std::array TUIDataShuttleContainerMap_BuildItemData_{ REL::Offset(0x0449D660) }; + inline constexpr std::array TUIDataShuttleContainerMap_BuildItemDirectoryData_{ REL::Offset(0x0449DE48) }; + inline constexpr std::array TUIDataShuttleContainerMap_BuildItemInfoCardData_{ REL::Offset(0x0449DD80) }; + inline constexpr std::array TUIDataShuttleContainerMap_BuilderRequirementsData_{ REL::Offset(0x0449DB48) }; + inline constexpr std::array TUIDataShuttleContainerMap_BuilderRequirementsData__InputRequirement_{ REL::Offset(0x0449DD18) }; + inline constexpr std::array TUIDataShuttleContainerMap_CargoLinkData_{ REL::Offset(0x0449E368) }; + inline constexpr std::array TUIDataShuttleContainerMap_CargoLinkData__CargoLinkResource_{ REL::Offset(0x0449E6B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ComponentFlashEventInfo_{ REL::Offset(0x04499A00) }; + inline constexpr std::array TUIDataShuttleContainerMap_ComponentFlashEvents_{ REL::Offset(0x044986F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ContainerMenuData_{ REL::Offset(0x0447EBD0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlBindingsData_{ REL::Offset(0x044959C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlBindingsData__InputSetting_{ REL::Offset(0x044950E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlBindingsData__InputSetting__Binding_{ REL::Offset(0x04495148) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlConflictsData_{ REL::Offset(0x04495B50) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlConflictsData__ConflictingControl_{ REL::Offset(0x044948A8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlConflictsData__ControlConflicts_{ REL::Offset(0x04495C80) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlMapDataModel__MappedEvent_{ REL::Offset(0x04590300) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlMapDataModel__UserEvents_{ REL::Offset(0x04590230) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlRemapConfirmationData_{ REL::Offset(0x04495C18) }; + inline constexpr std::array TUIDataShuttleContainerMap_ControlsStickData_{ REL::Offset(0x044B0760) }; + inline constexpr std::array TUIDataShuttleContainerMap_CraftingInfoCardDataModel__ItemInfoCardData_{ REL::Offset(0x04488480) }; + inline constexpr std::array TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeData_{ REL::Offset(0x04488640) }; + inline constexpr std::array TUIDataShuttleContainerMap_CraftingRecipesDataModel__RecipeDirectoryData_{ REL::Offset(0x04488768) }; + inline constexpr std::array TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData_{ REL::Offset(0x0447F730) }; + inline constexpr std::array TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__AdditionalCondition_{ REL::Offset(0x0447F940) }; + inline constexpr std::array TUIDataShuttleContainerMap_CraftingRequirementsDataModel__RequirementsData__ComponentRequirement_{ REL::Offset(0x0447F848) }; + inline constexpr std::array TUIDataShuttleContainerMap_CreditsDataModel__CreditsMenuData_{ REL::Offset(0x04478D58) }; + inline constexpr std::array TUIDataShuttleContainerMap_CreditsDataModel__CreditsSection_{ REL::Offset(0x04478B20) }; + inline constexpr std::array TUIDataShuttleContainerMap_CrewAssignMenuData_{ REL::Offset(0x044968A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_CrewBuffData_{ REL::Offset(0x0447EA80) }; + inline constexpr std::array TUIDataShuttleContainerMap_CrewInfo_{ REL::Offset(0x04480708) }; + inline constexpr std::array TUIDataShuttleContainerMap_CrewMenuData_{ REL::Offset(0x04496AE8) }; + inline constexpr std::array TUIDataShuttleContainerMap_CrewSkillInfo_{ REL::Offset(0x044804A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_CursorData_{ REL::Offset(0x04590C98) }; + inline constexpr std::array TUIDataShuttleContainerMap_CustomAlertsData_{ REL::Offset(0x04487B68) }; + inline constexpr std::array TUIDataShuttleContainerMap_DamageResistanceStats_{ REL::Offset(0x0448FDF0) }; + inline constexpr std::array TUIDataShuttleContainerMap_DataMenuData_{ REL::Offset(0x04481B90) }; + inline constexpr std::array TUIDataShuttleContainerMap_DataMenuInventoryData_{ REL::Offset(0x04481BF8) }; + inline constexpr std::array TUIDataShuttleContainerMap_DataMenuInventoryItem_{ REL::Offset(0x04481FA0) }; + inline constexpr std::array TUIDataShuttleContainerMap_DataMenuSkillsData_{ REL::Offset(0x04482068) }; + inline constexpr std::array TUIDataShuttleContainerMap_DataSlateMenu__DataSlateData_{ REL::Offset(0x044A7AB8) }; + inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueData_{ REL::Offset(0x0449F668) }; + inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueEntryData_{ REL::Offset(0x0449FB38) }; + inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__DialogueListData_{ REL::Offset(0x0449F730) }; + inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionEntryData_{ REL::Offset(0x0449FA68) }; + inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionListData_{ REL::Offset(0x0449F538) }; + inline constexpr std::array TUIDataShuttleContainerMap_DialogueUIDataModel__PersuasionPointsData_{ REL::Offset(0x0449F600) }; + inline constexpr std::array TUIDataShuttleContainerMap_DocAcceptData_{ REL::Offset(0x0448AF18) }; + inline constexpr std::array TUIDataShuttleContainerMap_DocData_{ REL::Offset(0x0448ADF0) }; + inline constexpr std::array TUIDataShuttleContainerMap_DocumentViewData_DS_{ REL::Offset(0x044BDF10) }; + inline constexpr std::array TUIDataShuttleContainerMap_EffectData_{ REL::Offset(0x04487F80) }; + inline constexpr std::array TUIDataShuttleContainerMap_EffectGroup_{ REL::Offset(0x0448FB48) }; + inline constexpr std::array TUIDataShuttleContainerMap_EnvironmentAlertsData_{ REL::Offset(0x04487AA0) }; + inline constexpr std::array TUIDataShuttleContainerMap_EnvironmentEffectsData_{ REL::Offset(0x044879D8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ExplosiveIndicatorData_{ REL::Offset(0x044823B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ExplosiveIndicator_{ REL::Offset(0x04482578) }; + inline constexpr std::array TUIDataShuttleContainerMap_FactionData_DS_{ REL::Offset(0x044BD4A8) }; + inline constexpr std::array TUIDataShuttleContainerMap_Faction_DS_{ REL::Offset(0x044A91F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_FanfareData_{ REL::Offset(0x0447A0D0) }; + inline constexpr std::array TUIDataShuttleContainerMap_FavoritesManager__FavoritesData_{ REL::Offset(0x0451EAE8) }; + inline constexpr std::array TUIDataShuttleContainerMap_FavoritesManager__FavoritesEntryData_{ REL::Offset(0x0451EC10) }; + inline constexpr std::array TUIDataShuttleContainerMap_FireForgetModel__EventNameShuttle_{ REL::Offset(0x04482810) }; + inline constexpr std::array TUIDataShuttleContainerMap_FireForgetModel__FireForgetShuttle_{ REL::Offset(0x04482938) }; + inline constexpr std::array TUIDataShuttleContainerMap_GraphicsData_{ REL::Offset(0x04484EB0) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDCommandIconData_{ REL::Offset(0x044A1FB8) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDCompassData_{ REL::Offset(0x04485438) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDCrosshairData_{ REL::Offset(0x04485A48) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDDirectionalHitData_{ REL::Offset(0x044A23F8) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDDirectionalHitIndicator_{ REL::Offset(0x044A2390) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDEnemyData_{ REL::Offset(0x04485E80) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDEnemyData__EnemyDatum_{ REL::Offset(0x04485F98) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDHitKillData_{ REL::Offset(0x04485B10) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDHitKillDatum_{ REL::Offset(0x04485878) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDJetpackData_{ REL::Offset(0x044862E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDLocationData_{ REL::Offset(0x04486660) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDLocationListData_{ REL::Offset(0x04486548) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDMessageData_{ REL::Offset(0x04486910) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDMessageData__Message_{ REL::Offset(0x04486A28) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDRolloverActivationProviderData_{ REL::Offset(0x04484168) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDRolloverProviderData_{ REL::Offset(0x044841D0) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDSocialCommandData_{ REL::Offset(0x044A1F50) }; + inline constexpr std::array TUIDataShuttleContainerMap_HUDSubtitleData_{ REL::Offset(0x04487500) }; + inline constexpr std::array TUIDataShuttleContainerMap_HailingData_{ REL::Offset(0x04498E80) }; + inline constexpr std::array TUIDataShuttleContainerMap_HelpData_{ REL::Offset(0x0447DD00) }; + inline constexpr std::array TUIDataShuttleContainerMap_HelpTopicData_{ REL::Offset(0x0447DE18) }; + inline constexpr std::array TUIDataShuttleContainerMap_HudModeData_{ REL::Offset(0x04486ED8) }; + inline constexpr std::array TUIDataShuttleContainerMap_HudModeVisibilityInfo_{ REL::Offset(0x04486D08) }; + inline constexpr std::array TUIDataShuttleContainerMap_IconDataArray_DS_{ REL::Offset(0x044BDE48) }; + inline constexpr std::array TUIDataShuttleContainerMap_IconData_DS_{ REL::Offset(0x044BDD80) }; + inline constexpr std::array TUIDataShuttleContainerMap_ImageFixtureUIData_{ REL::Offset(0x0434D548) }; + inline constexpr std::array TUIDataShuttleContainerMap_InfoTargetData_{ REL::Offset(0x044987B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Key__{ REL::Offset(0x044AC8A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Patch__{ REL::Offset(0x044AE498) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_Ring__{ REL::Offset(0x044AC568) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetCombatValues__{ REL::Offset(0x044997E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TargetLowFreq__{ REL::Offset(0x044991D8) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalNestedArrayWithChangesUIValue_TestMenu__TestData__ArcanaData__{ REL::Offset(0x044BF598) }; + inline constexpr std::array TUIDataShuttleContainerMap_InternalVector3UIValue_{ REL::Offset(0x043A81C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__ArmorItemInfo_{ REL::Offset(0x0447A320) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__ElementalStatInfo_{ REL::Offset(0x0447A250) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryCategoryData_{ REL::Offset(0x04483D50) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItem_{ REL::Offset(0x04479FC0) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ REL::Offset(0x04484100) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ REL::Offset(0x044AA920) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ REL::Offset(0x0448F2E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__LootItem_{ REL::Offset(0x04483B88) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__ModInfo_{ REL::Offset(0x04479A18) }; + inline constexpr std::array TUIDataShuttleContainerMap_InventoryDataModelNS__WeaponItemInfo_{ REL::Offset(0x0447A428) }; + inline constexpr std::array TUIDataShuttleContainerMap_ItemAction_DS_{ REL::Offset(0x044BD3E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ItemModInfoCardDataModel__ItemModInfoCardData_{ REL::Offset(0x04488CB0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModData_{ REL::Offset(0x04489218) }; + inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModDirectoryData_{ REL::Offset(0x04488B20) }; + inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotData_{ REL::Offset(0x04488FF8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ItemModsDataModel__ItemModSlotDirectoryData_{ REL::Offset(0x04488BE8) }; + inline constexpr std::array TUIDataShuttleContainerMap_Key_{ REL::Offset(0x044AC9B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_LevelUpPerkData_{ REL::Offset(0x044A2F58) }; + inline constexpr std::array TUIDataShuttleContainerMap_ListWrapData_{ REL::Offset(0x044958F8) }; + inline constexpr std::array TUIDataShuttleContainerMap_LoadMenuData_{ REL::Offset(0x04489758) }; + inline constexpr std::array TUIDataShuttleContainerMap_LoadSavePanelData_{ REL::Offset(0x04489CF8) }; + inline constexpr std::array TUIDataShuttleContainerMap_LoadSavePanelData__CharacterData_{ REL::Offset(0x04489BD0) }; + inline constexpr std::array TUIDataShuttleContainerMap_LoadSavePanelData__GameData_{ REL::Offset(0x04489EB8) }; + inline constexpr std::array TUIDataShuttleContainerMap_LocalEnvData_{ REL::Offset(0x0448A270) }; + inline constexpr std::array TUIDataShuttleContainerMap_LocalEnvData_Frequent_{ REL::Offset(0x0448A338) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuConfirmationData_{ REL::Offset(0x0448B230) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ REL::Offset(0x0448AC18) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuListData_{ REL::Offset(0x0448B168) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuListData__ActionData_{ REL::Offset(0x0448B4A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuMOTDData_{ REL::Offset(0x0448AFE0) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ REL::Offset(0x0448ACE0) }; + inline constexpr std::array TUIDataShuttleContainerMap_MainMenuStateData_{ REL::Offset(0x0448B858) }; + inline constexpr std::array TUIDataShuttleContainerMap_MenuModeData_{ REL::Offset(0x044B09B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_MessageButton_{ REL::Offset(0x04520C78) }; + inline constexpr std::array TUIDataShuttleContainerMap_MessageData_{ REL::Offset(0x04520AA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_MiscInfo_{ REL::Offset(0x0448FC18) }; + inline constexpr std::array TUIDataShuttleContainerMap_MissionControlsStickData_{ REL::Offset(0x044A6C70) }; + inline constexpr std::array TUIDataShuttleContainerMap_MissionDetailsEntry_DS_{ REL::Offset(0x044A93C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_MissionInfo_DS_{ REL::Offset(0x044A9060) }; + inline constexpr std::array TUIDataShuttleContainerMap_MissionListEntry_DS_{ REL::Offset(0x044A95E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_MissionList_DS_{ REL::Offset(0x044A9128) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__EventData_{ REL::Offset(0x044A0C68) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__MenuData_{ REL::Offset(0x044A0060) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__MenuFreqData_{ REL::Offset(0x044A0128) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__PickRefData_{ REL::Offset(0x0449FED0) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceArcData_{ REL::Offset(0x0449FF98) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__ResourceData_{ REL::Offset(0x044A0848) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__ScannableMapMarkerData_{ REL::Offset(0x044A0460) }; + inline constexpr std::array TUIDataShuttleContainerMap_MonocleUIDataModel__SocialSpellData_{ REL::Offset(0x044A0530) }; + inline constexpr std::array TUIDataShuttleContainerMap_NewCompassMarker_{ REL::Offset(0x04485320) }; + inline constexpr std::array TUIDataShuttleContainerMap_ObjectiveData_{ REL::Offset(0x044A4020) }; + inline constexpr std::array TUIDataShuttleContainerMap_PatchArrayData_{ REL::Offset(0x044AE788) }; + inline constexpr std::array TUIDataShuttleContainerMap_Patch_{ REL::Offset(0x044AE660) }; + inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuConfirmationData_{ REL::Offset(0x0448C350) }; + inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuListData_{ REL::Offset(0x0448C6C8) }; + inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuListData__ActionData_{ REL::Offset(0x0448C430) }; + inline constexpr std::array TUIDataShuttleContainerMap_PauseMenuStateData_{ REL::Offset(0x0448C7D8) }; + inline constexpr std::array TUIDataShuttleContainerMap_PersonalAlertsData_{ REL::Offset(0x04487E68) }; + inline constexpr std::array TUIDataShuttleContainerMap_PersonalEffectsData_{ REL::Offset(0x04487DA0) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoGalleryMenu__GalleryMenuData_{ REL::Offset(0x0447A600) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData_{ REL::Offset(0x0448D740) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeOverlayData__ImageData_{ REL::Offset(0x0448DE78) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData_{ REL::Offset(0x0448D678) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__CategoryData_{ REL::Offset(0x0448DCF8) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData_{ REL::Offset(0x0448D810) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__SliderData_{ REL::Offset(0x0448DF48) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeSettingsData__SettingData__StepperData_{ REL::Offset(0x0448DA80) }; + inline constexpr std::array TUIDataShuttleContainerMap_PhotoModeDataModel__PhotoModeStateData_{ REL::Offset(0x0448D5B0) }; + inline constexpr std::array TUIDataShuttleContainerMap_PickRefData_{ REL::Offset(0x0449E430) }; + inline constexpr std::array TUIDataShuttleContainerMap_PickpocketItemData_{ REL::Offset(0x044AAA38) }; + inline constexpr std::array TUIDataShuttleContainerMap_PickpocketStateData_{ REL::Offset(0x044AAC08) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlatformDataModel__PlatformData_{ REL::Offset(0x045905C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlayerData_{ REL::Offset(0x0448E628) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlayerFrequentData_{ REL::Offset(0x0448E6F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlayerHealthBoostData_{ REL::Offset(0x0448E560) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlayerInventoryItem_{ REL::Offset(0x0448F060) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlayerShipComponents_{ REL::Offset(0x04481268) }; + inline constexpr std::array TUIDataShuttleContainerMap_PlayerStatusData_{ REL::Offset(0x0448F640) }; + inline constexpr std::array TUIDataShuttleContainerMap_PowersMenuData_{ REL::Offset(0x0447B090) }; + inline constexpr std::array TUIDataShuttleContainerMap_Powers_{ REL::Offset(0x0447B160) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__MissionMenuStateData_{ REL::Offset(0x04490A40) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__Objective_{ REL::Offset(0x04490F00) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__Quest_{ REL::Offset(0x04490AA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuestDataModel__QuestsList_{ REL::Offset(0x04490C68) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuestUpdate_{ REL::Offset(0x044A3D50) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuestUpdates_{ REL::Offset(0x044A3C28) }; + inline constexpr std::array TUIDataShuttleContainerMap_QuickMenuData_{ REL::Offset(0x0449E9A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_RankData_{ REL::Offset(0x044AE058) }; + inline constexpr std::array TUIDataShuttleContainerMap_RefuelMenuData_{ REL::Offset(0x0449B970) }; + inline constexpr std::array TUIDataShuttleContainerMap_RefuelStickData_{ REL::Offset(0x0449B8A8) }; + inline constexpr std::array TUIDataShuttleContainerMap_RemapErrorData_{ REL::Offset(0x04495830) }; + inline constexpr std::array TUIDataShuttleContainerMap_Requirements_{ REL::Offset(0x044AE278) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchCategoryDirectory_{ REL::Offset(0x04491D50) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchCategoryPreview_{ REL::Offset(0x044922C8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchPopupInfo_{ REL::Offset(0x04491B28) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchPopupInfo__ItemInfo_{ REL::Offset(0x04491B90) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectDetails_{ REL::Offset(0x04491998) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectDetails__LinkedProject_{ REL::Offset(0x04492218) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectDetails__MaterialRequirment_{ REL::Offset(0x04492428) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectPreview_{ REL::Offset(0x044920A8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ResearchProjectsDirectory_{ REL::Offset(0x04491A60) }; + inline constexpr std::array TUIDataShuttleContainerMap_Ring_{ REL::Offset(0x044AC680) }; + inline constexpr std::array TUIDataShuttleContainerMap_RolloverActivationButtonData_{ REL::Offset(0x04483A70) }; + inline constexpr std::array TUIDataShuttleContainerMap_ScopeMenu__ScopeScalingData_{ REL::Offset(0x044B3B10) }; + inline constexpr std::array TUIDataShuttleContainerMap_ScopeMenu__ZoomLevelData_{ REL::Offset(0x044B39E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SecurityMenuAutoAttemptData_{ REL::Offset(0x044ACC50) }; + inline constexpr std::array TUIDataShuttleContainerMap_SecurityMenuData_{ REL::Offset(0x044ACB88) }; + inline constexpr std::array TUIDataShuttleContainerMap_SettingsCategoriesList_{ REL::Offset(0x04495E40) }; + inline constexpr std::array TUIDataShuttleContainerMap_SettingsCategoriesList__SettingsCategoryHeader_{ REL::Offset(0x044951F8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipComponent_{ REL::Offset(0x04481420) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__PowerAllocation_DS_{ REL::Offset(0x0447C010) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipCountData_{ REL::Offset(0x0447BCF0) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipMenuUpdateData_{ REL::Offset(0x0447BDB8) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipNameData_{ REL::Offset(0x0447BE80) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipHangar__ShipStatsData_DS_{ REL::Offset(0x0447BF48) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShipHudData_{ REL::Offset(0x04498A10) }; + inline constexpr std::array TUIDataShuttleContainerMap_ShowQuestsInHudUpdate_{ REL::Offset(0x044A3A98) }; + inline constexpr std::array TUIDataShuttleContainerMap_SkillChallengeUpdate_{ REL::Offset(0x044A3B60) }; + inline constexpr std::array TUIDataShuttleContainerMap_SkillLayout_{ REL::Offset(0x044AE850) }; + inline constexpr std::array TUIDataShuttleContainerMap_Skill_{ REL::Offset(0x04481D78) }; + inline constexpr std::array TUIDataShuttleContainerMap_SleepControlsStickData_{ REL::Offset(0x04521148) }; + inline constexpr std::array TUIDataShuttleContainerMap_SleepWaitData_{ REL::Offset(0x045213A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SleepWaitRemainingHours_{ REL::Offset(0x045212D8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SleepWaitTimeData_{ REL::Offset(0x04521210) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorInitializationData_DS_{ REL::Offset(0x0435C440) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorSelectionData_DS_{ REL::Offset(0x0435C680) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorSwatches_DS_{ REL::Offset(0x0435C568) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ColorTabData_DS_{ REL::Offset(0x0435C798) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__CostSummary_DS_{ REL::Offset(0x0435FEC0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ExitConfirmation_DS_{ REL::Offset(0x0435A108) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckEntry_DS_{ REL::Offset(0x0435AEC8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheckTab_DS_{ REL::Offset(0x0435B0E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FlightCheck_DS_{ REL::Offset(0x0435B420) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__FloorInfo_DS_{ REL::Offset(0x0435E3B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__GamepadCrosshairData_DS_{ REL::Offset(0x04360370) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntries_DS_{ REL::Offset(0x0435FDF8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__HelpEntry_DS_{ REL::Offset(0x0435FC08) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__MessagePopup_DS_{ REL::Offset(0x04360118) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntries_DS_{ REL::Offset(0x0434D678) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleEntry_DS_{ REL::Offset(0x0434D430) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleInfo_DS_{ REL::Offset(0x0435FD90) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ModuleVariant_DS_{ REL::Offset(0x0434D5B0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__NotificationBadge_DS_{ REL::Offset(0x04360050) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__PowerAllocation_DS_{ REL::Offset(0x0435E4E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__RepairButton_DS_{ REL::Offset(0x043601E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameData_DS_{ REL::Offset(0x0435BA48) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ REL::Offset(0x0435BB10) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipRenameInitialization_DS_{ REL::Offset(0x0435B980) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__ShipStats_DS_{ REL::Offset(0x0435E480) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__StatEntry_DS_{ REL::Offset(0x0435F7C8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__StaticData_DS_{ REL::Offset(0x0435FF88) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__SystemPowerHighlight_DS_{ REL::Offset(0x043602A8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgradeEntry_DS_{ REL::Offset(0x0434CAA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__SystemUpgrade_DS_{ REL::Offset(0x0434CBC0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignEntry_DS_{ REL::Offset(0x0435B308) }; + inline constexpr std::array TUIDataShuttleContainerMap_SpaceshipEditor__WeaponAssignGroup_DS_{ REL::Offset(0x0435ACA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyInfoDataFlashObject_{ REL::Offset(0x04498198) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyInfoToUI_{ REL::Offset(0x04481930) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIDef_{ REL::Offset(0x044B58A8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIMarkerGroupsDef_{ REL::Offset(0x044B5F88) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIMarkersDef_{ REL::Offset(0x044B5CE8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIPos_{ REL::Offset(0x044B5958) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__BodyPOIPositions_{ REL::Offset(0x044B5D98) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__FocusedBodyData_{ REL::Offset(0x044B5F20) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyFadeData_{ REL::Offset(0x044B76C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDataContainer_{ REL::Offset(0x044B7788) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerData_{ REL::Offset(0x044B7258) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDefContainer_{ REL::Offset(0x044B7590) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__GalaxyMarkerDef_{ REL::Offset(0x044B7188) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__MenuMarkerCoordsData_{ REL::Offset(0x044B9070) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__MenuMarkerCoords_{ REL::Offset(0x044B8978) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__OutpostSelect_DS_{ REL::Offset(0x044BC2B0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__PlanetInfoToUI_{ REL::Offset(0x044815A0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__PlanetInspectToUI_{ REL::Offset(0x044B5668) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__QuickSystemSelectData_{ REL::Offset(0x044B7658) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__ResourceInfoFlashObject_{ REL::Offset(0x044982B0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapMenuData_{ REL::Offset(0x044B8FA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkerData_{ REL::Offset(0x044B8BA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapMenuMarkersData_{ REL::Offset(0x044B8EE0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkerData_{ REL::Offset(0x044B8AD8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__StarMapOffscreenQuestMarkersData_{ REL::Offset(0x044B9138) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMapDisplayInfo_{ REL::Offset(0x044BB758) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMapInfo_{ REL::Offset(0x044BB820) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMarkerList_{ REL::Offset(0x044BB8E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SurfaceMarkerStaticData_{ REL::Offset(0x044BB5E0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SystemBodyInfoToUI_{ REL::Offset(0x044814F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarMap__SystemNameHeader_DS_{ REL::Offset(0x044BC378) }; + inline constexpr std::array TUIDataShuttleContainerMap_StarbornPowersData_{ REL::Offset(0x04487078) }; + inline constexpr std::array TUIDataShuttleContainerMap_StatCategory_{ REL::Offset(0x0448FD88) }; + inline constexpr std::array TUIDataShuttleContainerMap_StealthData_{ REL::Offset(0x04487328) }; + inline constexpr std::array TUIDataShuttleContainerMap_StickData_{ REL::Offset(0x04498948) }; + inline constexpr std::array TUIDataShuttleContainerMap_StreamingInstallMenu__StreamingProgressData_{ REL::Offset(0x044BCD28) }; + inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList_{ REL::Offset(0x04495A88) }; + inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting_{ REL::Offset(0x04494AD8) }; + inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__CheckBoxData_{ REL::Offset(0x044949C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__SliderData_{ REL::Offset(0x04494EA0) }; + inline constexpr std::array TUIDataShuttleContainerMap_SubSettingsList__GeneralSetting__StepperData_{ REL::Offset(0x04494A28) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenData_{ REL::Offset(0x043A86D0) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata_{ REL::Offset(0x043A8738) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata_{ REL::Offset(0x043A9828) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__AdditionalSliders_{ REL::Offset(0x043A91C8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialBoneRegionMetadata__SliderMetadata_{ REL::Offset(0x043A8EA0) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__ChargenMetadata__FacialMorphGroupMetadata_{ REL::Offset(0x043A9608) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__CodeBuiltStepperData_{ REL::Offset(0x043A93E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__HeadPartMetadata_{ REL::Offset(0x043A9A48) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationData_{ REL::Offset(0x043A8608) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData_{ REL::Offset(0x043A9C68) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData_{ REL::Offset(0x043A8C28) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__EntryMetaData_{ REL::Offset(0x043A87E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendFaceCustomizationMetaData__LayerMetaData__ModulationEntryMetaData_{ REL::Offset(0x043A8A08) }; + inline constexpr std::array TUIDataShuttleContainerMap_TESNPCData__PostBlendSliderMetadata_{ REL::Offset(0x043A7DC8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TakeoffInfo_{ REL::Offset(0x0449BB40) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetCombatValuesData_{ REL::Offset(0x04498880) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetCombatValues_{ REL::Offset(0x044993D8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetComponentData_{ REL::Offset(0x04499710) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetHighFreq_{ REL::Offset(0x04498F50) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetHighFrequencyData_{ REL::Offset(0x04498C40) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetLowFreq_{ REL::Offset(0x044990C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_TargetLowFrequencyData_{ REL::Offset(0x04498D08) }; + inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestData_{ REL::Offset(0x044BFCE0) }; + inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestData__ArcanaData_{ REL::Offset(0x044BF6B0) }; + inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestFlushData_{ REL::Offset(0x044BFB60) }; + inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestImagesData_{ REL::Offset(0x044BFDA8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestResourcesData_{ REL::Offset(0x044BFA98) }; + inline constexpr std::array TUIDataShuttleContainerMap_TestMenu__TestResourcesData__ResourceData_{ REL::Offset(0x044BF830) }; + inline constexpr std::array TUIDataShuttleContainerMap_TextInputPayload_{ REL::Offset(0x044C0208) }; + inline constexpr std::array TUIDataShuttleContainerMap_TraitDatum_{ REL::Offset(0x044B0418) }; + inline constexpr std::array TUIDataShuttleContainerMap_TraitInfo_{ REL::Offset(0x0448F9C8) }; + inline constexpr std::array TUIDataShuttleContainerMap_TraitsData_{ REL::Offset(0x044B08F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_TriggerEvent_{ REL::Offset(0x044A6478) }; + inline constexpr std::array TUIDataShuttleContainerMap_TutorialMessageManager__MessageData_{ REL::Offset(0x044A19C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_UICraftingUtils__ResourceInfo_{ REL::Offset(0x0447FB18) }; + inline constexpr std::array TUIDataShuttleContainerMap_UICraftingUtils__SkillRequirement_{ REL::Offset(0x0435F9E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_UpdateHUDOpacity_{ REL::Offset(0x044A4490) }; + inline constexpr std::array TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponGroup_DS_{ REL::Offset(0x043586B0) }; + inline constexpr std::array TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeaponList_DS_{ REL::Offset(0x043585E8) }; + inline constexpr std::array TUIDataShuttleContainerMap_WeaponGroupAssignment__ShipWeapon_DS_{ REL::Offset(0x043587C0) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopAreaResourcesData_{ REL::Offset(0x0449CB50) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopAreaResourcesData__AreaResource_{ REL::Offset(0x0449CEE8) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryBarData_{ REL::Offset(0x0449C868) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryBarData__CategoryBarData_{ REL::Offset(0x0449CD20) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryInfoData_{ REL::Offset(0x0449C390) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData_{ REL::Offset(0x0449C548) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopCategoryInfoData__PreviewIconData__VariantData_{ REL::Offset(0x0449CA38) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopColorData__ColorSettingData_{ REL::Offset(0x0447E470) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopColorData__ColorSwatchesData_{ REL::Offset(0x0447E538) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopColorData__ColorTabsData_{ REL::Offset(0x0447E600) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInfoData_{ REL::Offset(0x0449ECB0) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInteractiveMessageData_{ REL::Offset(0x0449DFF8) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInterfaceShared__ItemRequirement_{ REL::Offset(0x0449C278) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopInterfaceShared__ResourceProduced_{ REL::Offset(0x0449C088) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopMessageData_{ REL::Offset(0x0449E1D0) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopObjectInfoCardData_{ REL::Offset(0x0449C158) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopStateData_{ REL::Offset(0x0449ED78) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopStatusData_{ REL::Offset(0x0447E8F0) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__OutpostData_{ REL::Offset(0x044C2250) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__ResourceData_{ REL::Offset(0x044C1C88) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__SourceData_{ REL::Offset(0x044C22B8) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetData_{ REL::Offset(0x044C1D38) }; + inline constexpr std::array TUIDataShuttleContainerMap_WorkshopTargetMenu__TargetMenuData_{ REL::Offset(0x044C2090) }; + inline constexpr std::array TUIDataShuttleContainerMap_XPData_{ REL::Offset(0x044A2C40) }; + inline constexpr std::array TUIDataShuttleContainerMap_XPUpdate_{ REL::Offset(0x044A2BD8) }; + inline constexpr std::array TUIDataToFlash_ActiveModItemDataModel__ModItemHandle_{ REL::Offset(0x04488DE0) }; + inline constexpr std::array TUIDataToFlash_AmmoData_{ REL::Offset(0x044A1D18) }; + inline constexpr std::array TUIDataToFlash_ArtifactPowerUnlockData_{ REL::Offset(0x044870E0) }; + inline constexpr std::array TUIDataToFlash_BackgroundData_{ REL::Offset(0x044B0890) }; + inline constexpr std::array TUIDataToFlash_BookMenu__BookData_{ REL::Offset(0x0451C458) }; + inline constexpr std::array TUIDataToFlash_BuildItemDirectoryData_{ REL::Offset(0x0449DEB0) }; + inline constexpr std::array TUIDataToFlash_BuildItemInfoCardData_{ REL::Offset(0x0449DDE8) }; + inline constexpr std::array TUIDataToFlash_BuilderRequirementsData_{ REL::Offset(0x0449DBB0) }; + inline constexpr std::array TUIDataToFlash_ComponentFlashEvents_{ REL::Offset(0x04498758) }; + inline constexpr std::array TUIDataToFlash_ContainerMenuData_{ REL::Offset(0x0447EB70) }; + inline constexpr std::array TUIDataToFlash_ControlBindingsData_{ REL::Offset(0x04495960) }; + inline constexpr std::array TUIDataToFlash_ControlConflictsData_{ REL::Offset(0x04495AF0) }; + inline constexpr std::array TUIDataToFlash_ControlMapDataModel__UserEvents_{ REL::Offset(0x045901D0) }; + inline constexpr std::array TUIDataToFlash_ControlRemapConfirmationData_{ REL::Offset(0x04495BB8) }; + inline constexpr std::array TUIDataToFlash_ControlsStickData_{ REL::Offset(0x044B07C8) }; + inline constexpr std::array TUIDataToFlash_CraftingInfoCardDataModel__ItemInfoCardData_{ REL::Offset(0x044884E8) }; + inline constexpr std::array TUIDataToFlash_CraftingRecipesDataModel__RecipeDirectoryData_{ REL::Offset(0x044887D0) }; + inline constexpr std::array TUIDataToFlash_CraftingRequirementsDataModel__RequirementsData_{ REL::Offset(0x0447F6D0) }; + inline constexpr std::array TUIDataToFlash_CreditsDataModel__CreditsMenuData_{ REL::Offset(0x04478CA0) }; + inline constexpr std::array TUIDataToFlash_CrewAssignMenuData_{ REL::Offset(0x04496A88) }; + inline constexpr std::array TUIDataToFlash_CrewBuffData_{ REL::Offset(0x0447EA20) }; + inline constexpr std::array TUIDataToFlash_CrewMenuData_{ REL::Offset(0x04496B50) }; + inline constexpr std::array TUIDataToFlash_CursorData_{ REL::Offset(0x04590C38) }; + inline constexpr std::array TUIDataToFlash_CustomAlertsData_{ REL::Offset(0x04487B08) }; + inline constexpr std::array TUIDataToFlash_DataMenuData_{ REL::Offset(0x04482008) }; + inline constexpr std::array TUIDataToFlash_DataMenuInventoryData_{ REL::Offset(0x04481B30) }; + inline constexpr std::array TUIDataToFlash_DataMenuSkillsData_{ REL::Offset(0x04481F40) }; + inline constexpr std::array TUIDataToFlash_DataSlateMenu__DataSlateData_{ REL::Offset(0x044A7B20) }; + inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__DialogueData_{ REL::Offset(0x0449F900) }; + inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__DialogueListData_{ REL::Offset(0x0449F6D0) }; + inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__PersuasionListData_{ REL::Offset(0x0449F798) }; + inline constexpr std::array TUIDataToFlash_DialogueUIDataModel__PersuasionPointsData_{ REL::Offset(0x0449F5A0) }; + inline constexpr std::array TUIDataToFlash_DocAcceptData_{ REL::Offset(0x0448AF80) }; + inline constexpr std::array TUIDataToFlash_DocumentViewData_DS_{ REL::Offset(0x044BDEB0) }; + inline constexpr std::array TUIDataToFlash_EnvironmentAlertsData_{ REL::Offset(0x04487A40) }; + inline constexpr std::array TUIDataToFlash_EnvironmentEffectsData_{ REL::Offset(0x04487978) }; + inline constexpr std::array TUIDataToFlash_ExplosiveIndicatorData_{ REL::Offset(0x04482420) }; + inline constexpr std::array TUIDataToFlash_FactionData_DS_{ REL::Offset(0x044BD448) }; + inline constexpr std::array TUIDataToFlash_Faction_DS_{ REL::Offset(0x044A9258) }; + inline constexpr std::array TUIDataToFlash_FanfareData_{ REL::Offset(0x0447A070) }; + inline constexpr std::array TUIDataToFlash_FavoritesManager__FavoritesData_{ REL::Offset(0x0451EA88) }; + inline constexpr std::array TUIDataToFlash_FireForgetModel__FireForgetShuttle_{ REL::Offset(0x044829A0) }; + inline constexpr std::array TUIDataToFlash_GraphicsData_{ REL::Offset(0x04484F18) }; + inline constexpr std::array TUIDataToFlash_HUDCompassData_{ REL::Offset(0x044854A0) }; + inline constexpr std::array TUIDataToFlash_HUDCrosshairData_{ REL::Offset(0x044859E8) }; + inline constexpr std::array TUIDataToFlash_HUDDirectionalHitIndicator_{ REL::Offset(0x044A22D8) }; + inline constexpr std::array TUIDataToFlash_HUDEnemyData_{ REL::Offset(0x04486108) }; + inline constexpr std::array TUIDataToFlash_HUDHitKillData_{ REL::Offset(0x04485AB0) }; + inline constexpr std::array TUIDataToFlash_HUDJetpackData_{ REL::Offset(0x04486288) }; + inline constexpr std::array TUIDataToFlash_HUDLocationListData_{ REL::Offset(0x044864E8) }; + inline constexpr std::array TUIDataToFlash_HUDMessageData_{ REL::Offset(0x04486A90) }; + inline constexpr std::array TUIDataToFlash_HUDRolloverActivationProviderData_{ REL::Offset(0x04484238) }; + inline constexpr std::array TUIDataToFlash_HUDRolloverProviderData_{ REL::Offset(0x044842F0) }; + inline constexpr std::array TUIDataToFlash_HUDSocialCommandData_{ REL::Offset(0x044A1E98) }; + inline constexpr std::array TUIDataToFlash_HUDSubtitleData_{ REL::Offset(0x044874A0) }; + inline constexpr std::array TUIDataToFlash_HelpData_{ REL::Offset(0x0447DCA0) }; + inline constexpr std::array TUIDataToFlash_HudModeData_{ REL::Offset(0x04486E78) }; + inline constexpr std::array TUIDataToFlash_IconDataArray_DS_{ REL::Offset(0x044BDDE8) }; + inline constexpr std::array TUIDataToFlash_InfoTargetData_{ REL::Offset(0x04498820) }; + inline constexpr std::array TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_InventoryDataModelNS__InventoryItem__{ REL::Offset(0x044840A0) }; + inline constexpr std::array TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PickpocketItemData__{ REL::Offset(0x044AA8C0) }; + inline constexpr std::array TUIDataToFlash_InventoryDataModelNS__InventoryItemsData_PlayerInventoryItem__{ REL::Offset(0x0448F280) }; + inline constexpr std::array TUIDataToFlash_ItemAction_DS_{ REL::Offset(0x044BD380) }; + inline constexpr std::array TUIDataToFlash_ItemModInfoCardDataModel__ItemModInfoCardData_{ REL::Offset(0x04488D18) }; + inline constexpr std::array TUIDataToFlash_ItemModsDataModel__ItemModDirectoryData_{ REL::Offset(0x04488B88) }; + inline constexpr std::array TUIDataToFlash_ItemModsDataModel__ItemModSlotDirectoryData_{ REL::Offset(0x04488C50) }; + inline constexpr std::array TUIDataToFlash_ListWrapData_{ REL::Offset(0x04495898) }; + inline constexpr std::array TUIDataToFlash_LoadMenuData_{ REL::Offset(0x044896F8) }; + inline constexpr std::array TUIDataToFlash_LoadSavePanelData_{ REL::Offset(0x04489D60) }; + inline constexpr std::array TUIDataToFlash_LocalEnvData_{ REL::Offset(0x0448A2D8) }; + inline constexpr std::array TUIDataToFlash_LocalEnvData_Frequent_{ REL::Offset(0x0448A3A0) }; + inline constexpr std::array TUIDataToFlash_MainMenuConfirmationData_{ REL::Offset(0x0448B298) }; + inline constexpr std::array TUIDataToFlash_MainMenuGamerInfoDataModel__MainMenuGamerInfo_{ REL::Offset(0x0448AC80) }; + inline constexpr std::array TUIDataToFlash_MainMenuListData_{ REL::Offset(0x0448B1D0) }; + inline constexpr std::array TUIDataToFlash_MainMenuMOTDData_{ REL::Offset(0x0448B048) }; + inline constexpr std::array TUIDataToFlash_MainMenuPipelineProgressDataModel__MainMenuPipelineProgressDataInfo_{ REL::Offset(0x0448AD48) }; + inline constexpr std::array TUIDataToFlash_MainMenuStateData_{ REL::Offset(0x0448B7F8) }; + inline constexpr std::array TUIDataToFlash_MenuModeData_{ REL::Offset(0x044B0A20) }; + inline constexpr std::array TUIDataToFlash_MessageData_{ REL::Offset(0x04520B10) }; + inline constexpr std::array TUIDataToFlash_MissionControlsStickData_{ REL::Offset(0x044A6CD8) }; + inline constexpr std::array TUIDataToFlash_MissionInfo_DS_{ REL::Offset(0x044A90C8) }; + inline constexpr std::array TUIDataToFlash_MissionList_DS_{ REL::Offset(0x044A9190) }; + inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__EventData_{ REL::Offset(0x044A0000) }; + inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__MenuData_{ REL::Offset(0x044A02F8) }; + inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__MenuFreqData_{ REL::Offset(0x044A00C8) }; + inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__PickRefData_{ REL::Offset(0x044A0190) }; + inline constexpr std::array TUIDataToFlash_MonocleUIDataModel__ResourceArcData_{ REL::Offset(0x0449FF38) }; + inline constexpr std::array TUIDataToFlash_PatchArrayData_{ REL::Offset(0x044AE7F0) }; + inline constexpr std::array TUIDataToFlash_PauseMenuConfirmationData_{ REL::Offset(0x0448C668) }; + inline constexpr std::array TUIDataToFlash_PauseMenuListData_{ REL::Offset(0x0448C5B0) }; + inline constexpr std::array TUIDataToFlash_PauseMenuStateData_{ REL::Offset(0x0448C730) }; + inline constexpr std::array TUIDataToFlash_PersonalAlertsData_{ REL::Offset(0x04487E08) }; + inline constexpr std::array TUIDataToFlash_PersonalEffectsData_{ REL::Offset(0x04487D40) }; + inline constexpr std::array TUIDataToFlash_PhotoGalleryMenu__GalleryMenuData_{ REL::Offset(0x0447A6C0) }; + inline constexpr std::array TUIDataToFlash_PhotoModeDataModel__PhotoModeOverlayData_{ REL::Offset(0x0448D618) }; + inline constexpr std::array TUIDataToFlash_PhotoModeDataModel__PhotoModeSettingsData_{ REL::Offset(0x0448D970) }; + inline constexpr std::array TUIDataToFlash_PhotoModeDataModel__PhotoModeStateData_{ REL::Offset(0x0448D6E0) }; + inline constexpr std::array TUIDataToFlash_PickRefData_{ REL::Offset(0x0449E3D0) }; + inline constexpr std::array TUIDataToFlash_PickpocketStateData_{ REL::Offset(0x044AABA8) }; + inline constexpr std::array TUIDataToFlash_PlatformDataModel__PlatformData_{ REL::Offset(0x04590560) }; + inline constexpr std::array TUIDataToFlash_PlayerData_{ REL::Offset(0x0448E5C8) }; + inline constexpr std::array TUIDataToFlash_PlayerFrequentData_{ REL::Offset(0x0448E690) }; + inline constexpr std::array TUIDataToFlash_PlayerHealthBoostData_{ REL::Offset(0x0448E500) }; + inline constexpr std::array TUIDataToFlash_PlayerShipComponents_{ REL::Offset(0x04498AD8) }; + inline constexpr std::array TUIDataToFlash_PlayerStatusData_{ REL::Offset(0x0448F700) }; + inline constexpr std::array TUIDataToFlash_PowersMenuData_{ REL::Offset(0x0447B268) }; + inline constexpr std::array TUIDataToFlash_QuestDataModel__MissionMenuStateData_{ REL::Offset(0x044909E0) }; + inline constexpr std::array TUIDataToFlash_QuestDataModel__QuestsList_{ REL::Offset(0x04490C08) }; + inline constexpr std::array TUIDataToFlash_QuestUpdates_{ REL::Offset(0x044A3BC8) }; + inline constexpr std::array TUIDataToFlash_QuickMenuData_{ REL::Offset(0x0449E940) }; + inline constexpr std::array TUIDataToFlash_RefuelMenuData_{ REL::Offset(0x0449B9D8) }; + inline constexpr std::array TUIDataToFlash_RefuelStickData_{ REL::Offset(0x0449B910) }; + inline constexpr std::array TUIDataToFlash_RemapErrorData_{ REL::Offset(0x044957D0) }; + inline constexpr std::array TUIDataToFlash_ResearchCategoryDirectory_{ REL::Offset(0x04491CF0) }; + inline constexpr std::array TUIDataToFlash_ResearchPopupInfo_{ REL::Offset(0x04491AC8) }; + inline constexpr std::array TUIDataToFlash_ResearchProjectDetails_{ REL::Offset(0x04491938) }; + inline constexpr std::array TUIDataToFlash_ResearchProjectsDirectory_{ REL::Offset(0x04491A00) }; + inline constexpr std::array TUIDataToFlash_ScopeMenu__ScopeScalingData_{ REL::Offset(0x044B3A50) }; + inline constexpr std::array TUIDataToFlash_ScopeMenu__ZoomLevelData_{ REL::Offset(0x044B3AB0) }; + inline constexpr std::array TUIDataToFlash_SecurityMenuAutoAttemptData_{ REL::Offset(0x044ACBF0) }; + inline constexpr std::array TUIDataToFlash_SecurityMenuData_{ REL::Offset(0x044ACB28) }; + inline constexpr std::array TUIDataToFlash_SettingsCategoriesList_{ REL::Offset(0x04495DE0) }; + inline constexpr std::array TUIDataToFlash_ShipHangar__PowerAllocation_DS_{ REL::Offset(0x0447BEE8) }; + inline constexpr std::array TUIDataToFlash_ShipHangar__ShipCountData_{ REL::Offset(0x0447BE20) }; + inline constexpr std::array TUIDataToFlash_ShipHangar__ShipMenuUpdateData_{ REL::Offset(0x0447BC90) }; + inline constexpr std::array TUIDataToFlash_ShipHangar__ShipNameData_{ REL::Offset(0x0447BFB0) }; + inline constexpr std::array TUIDataToFlash_ShipHangar__ShipStatsData_DS_{ REL::Offset(0x0447BD58) }; + inline constexpr std::array TUIDataToFlash_ShipHudData_{ REL::Offset(0x04498A78) }; + inline constexpr std::array TUIDataToFlash_ShowQuestsInHudUpdate_{ REL::Offset(0x044A3A38) }; + inline constexpr std::array TUIDataToFlash_SkillChallengeUpdate_{ REL::Offset(0x044A3B00) }; + inline constexpr std::array TUIDataToFlash_SkillLayout_{ REL::Offset(0x044AE8B8) }; + inline constexpr std::array TUIDataToFlash_SleepControlsStickData_{ REL::Offset(0x045211B0) }; + inline constexpr std::array TUIDataToFlash_SleepWaitData_{ REL::Offset(0x04521408) }; + inline constexpr std::array TUIDataToFlash_SleepWaitRemainingHours_{ REL::Offset(0x04521340) }; + inline constexpr std::array TUIDataToFlash_SleepWaitTimeData_{ REL::Offset(0x04521278) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ColorInitializationData_DS_{ REL::Offset(0x0435C3E0) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ColorSelectionData_DS_{ REL::Offset(0x0435C4A8) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ColorSwatches_DS_{ REL::Offset(0x0435C508) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__CostSummary_DS_{ REL::Offset(0x0435FF28) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ExitConfirmation_DS_{ REL::Offset(0x0435A170) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__FlightCheck_DS_{ REL::Offset(0x0435B488) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__FloorInfo_DS_{ REL::Offset(0x0435E2F8) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__GamepadCrosshairData_DS_{ REL::Offset(0x043603D8) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__HelpEntries_DS_{ REL::Offset(0x0435FE60) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__MessagePopup_DS_{ REL::Offset(0x04360180) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ModuleEntries_DS_{ REL::Offset(0x0434D6E0) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ModuleInfo_DS_{ REL::Offset(0x0435FD30) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ModuleVariant_DS_{ REL::Offset(0x0434D618) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__NotificationBadge_DS_{ REL::Offset(0x043600B8) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__PowerAllocation_DS_{ REL::Offset(0x0435E420) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__RepairButton_DS_{ REL::Offset(0x04360248) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipRenameData_DS_{ REL::Offset(0x0435B9E8) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipRenameDisplayUpdate_DS_{ REL::Offset(0x0435BAB0) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipRenameInitialization_DS_{ REL::Offset(0x0435B920) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__ShipStats_DS_{ REL::Offset(0x0435E358) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__StaticData_DS_{ REL::Offset(0x0435FFF0) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__SystemPowerHighlight_DS_{ REL::Offset(0x04360310) }; + inline constexpr std::array TUIDataToFlash_SpaceshipEditor__SystemUpgrade_DS_{ REL::Offset(0x0434CC28) }; + inline constexpr std::array TUIDataToFlash_StarMap__BodyInfoDataFlashObject_{ REL::Offset(0x044B55A8) }; + inline constexpr std::array TUIDataToFlash_StarMap__BodyPOIMarkerGroupsDef_{ REL::Offset(0x044B5E00) }; + inline constexpr std::array TUIDataToFlash_StarMap__BodyPOIMarkersDef_{ REL::Offset(0x044B5E60) }; + inline constexpr std::array TUIDataToFlash_StarMap__BodyPOIPositions_{ REL::Offset(0x044B5EC0) }; + inline constexpr std::array TUIDataToFlash_StarMap__FocusedBodyData_{ REL::Offset(0x044B5FF0) }; + inline constexpr std::array TUIDataToFlash_StarMap__GalaxyFadeData_{ REL::Offset(0x044B7728) }; + inline constexpr std::array TUIDataToFlash_StarMap__GalaxyMarkerDataContainer_{ REL::Offset(0x044B7530) }; + inline constexpr std::array TUIDataToFlash_StarMap__GalaxyMarkerDefContainer_{ REL::Offset(0x044B75F8) }; + inline constexpr std::array TUIDataToFlash_StarMap__MenuMarkerCoordsData_{ REL::Offset(0x044B90D8) }; + inline constexpr std::array TUIDataToFlash_StarMap__OutpostSelect_DS_{ REL::Offset(0x044BC250) }; + inline constexpr std::array TUIDataToFlash_StarMap__PlanetInspectToUI_{ REL::Offset(0x044B5608) }; + inline constexpr std::array TUIDataToFlash_StarMap__QuickSystemSelectData_{ REL::Offset(0x044B73C8) }; + inline constexpr std::array TUIDataToFlash_StarMap__StarMapMenuData_{ REL::Offset(0x044B8D18) }; + inline constexpr std::array TUIDataToFlash_StarMap__StarMapMenuMarkersData_{ REL::Offset(0x044B8F48) }; + inline constexpr std::array TUIDataToFlash_StarMap__StarMapOffscreenQuestMarkersData_{ REL::Offset(0x044B8E80) }; + inline constexpr std::array TUIDataToFlash_StarMap__SurfaceMapDisplayInfo_{ REL::Offset(0x044BB6F8) }; + inline constexpr std::array TUIDataToFlash_StarMap__SurfaceMapInfo_{ REL::Offset(0x044BB7C0) }; + inline constexpr std::array TUIDataToFlash_StarMap__SurfaceMarkerList_{ REL::Offset(0x044BB888) }; + inline constexpr std::array TUIDataToFlash_StarMap__SystemBodyInfoToUI_{ REL::Offset(0x044B9010) }; + inline constexpr std::array TUIDataToFlash_StarMap__SystemNameHeader_DS_{ REL::Offset(0x044BC318) }; + inline constexpr std::array TUIDataToFlash_StarbornPowersData_{ REL::Offset(0x04487018) }; + inline constexpr std::array TUIDataToFlash_StealthData_{ REL::Offset(0x04487390) }; + inline constexpr std::array TUIDataToFlash_StickData_{ REL::Offset(0x044989B0) }; + inline constexpr std::array TUIDataToFlash_StreamingInstallMenu__StreamingProgressData_{ REL::Offset(0x044BCCA0) }; + inline constexpr std::array TUIDataToFlash_SubSettingsList_{ REL::Offset(0x04495A28) }; + inline constexpr std::array TUIDataToFlash_TESNPCData__ChargenData_{ REL::Offset(0x043A85A8) }; + inline constexpr std::array TUIDataToFlash_TESNPCData__ChargenMetadata_{ REL::Offset(0x043A8670) }; + inline constexpr std::array TUIDataToFlash_TakeoffInfo_{ REL::Offset(0x0449BAE0) }; + inline constexpr std::array TUIDataToFlash_TargetCombatValuesData_{ REL::Offset(0x044988E8) }; + inline constexpr std::array TUIDataToFlash_TargetHighFrequencyData_{ REL::Offset(0x04498CA8) }; + inline constexpr std::array TUIDataToFlash_TargetLowFrequencyData_{ REL::Offset(0x04498D70) }; + inline constexpr std::array TUIDataToFlash_TestMenu__TestData_{ REL::Offset(0x044BFC80) }; + inline constexpr std::array TUIDataToFlash_TestMenu__TestFlushData_{ REL::Offset(0x044BFB00) }; + inline constexpr std::array TUIDataToFlash_TestMenu__TestImagesData_{ REL::Offset(0x044BFBC8) }; + inline constexpr std::array TUIDataToFlash_TestMenu__TestResourcesData_{ REL::Offset(0x044BFD48) }; + inline constexpr std::array TUIDataToFlash_TextInputPayload_{ REL::Offset(0x044C01A8) }; + inline constexpr std::array TUIDataToFlash_TraitsData_{ REL::Offset(0x044B0958) }; + inline constexpr std::array TUIDataToFlash_TriggerEvent_{ REL::Offset(0x044A64E0) }; + inline constexpr std::array TUIDataToFlash_TutorialMessageManager__MessageData_{ REL::Offset(0x044A1A28) }; + inline constexpr std::array TUIDataToFlash_UpdateHUDOpacity_{ REL::Offset(0x044A4430) }; + inline constexpr std::array TUIDataToFlash_WeaponGroupAssignment__ShipWeaponGroup_DS_{ REL::Offset(0x04358718) }; + inline constexpr std::array TUIDataToFlash_WeaponGroupAssignment__ShipWeaponList_DS_{ REL::Offset(0x04358650) }; + inline constexpr std::array TUIDataToFlash_WorkshopAreaResourcesData_{ REL::Offset(0x0449CBB8) }; + inline constexpr std::array TUIDataToFlash_WorkshopCategoryBarData_{ REL::Offset(0x0449C8D0) }; + inline constexpr std::array TUIDataToFlash_WorkshopCategoryInfoData_{ REL::Offset(0x0449C6B8) }; + inline constexpr std::array TUIDataToFlash_WorkshopColorData__ColorSettingData_{ REL::Offset(0x0447E668) }; + inline constexpr std::array TUIDataToFlash_WorkshopColorData__ColorSwatchesData_{ REL::Offset(0x0447E4D8) }; + inline constexpr std::array TUIDataToFlash_WorkshopColorData__ColorTabsData_{ REL::Offset(0x0447E5A0) }; + inline constexpr std::array TUIDataToFlash_WorkshopInfoData_{ REL::Offset(0x0449EC50) }; + inline constexpr std::array TUIDataToFlash_WorkshopInteractiveMessageData_{ REL::Offset(0x0449DF98) }; + inline constexpr std::array TUIDataToFlash_WorkshopMessageData_{ REL::Offset(0x0449E170) }; + inline constexpr std::array TUIDataToFlash_WorkshopObjectInfoCardData_{ REL::Offset(0x0449C1C0) }; + inline constexpr std::array TUIDataToFlash_WorkshopStateData_{ REL::Offset(0x0449ED18) }; + inline constexpr std::array TUIDataToFlash_WorkshopStatusData_{ REL::Offset(0x0447E890) }; + inline constexpr std::array TUIDataToFlash_WorkshopTargetMenu__SourceData_{ REL::Offset(0x044C2320) }; + inline constexpr std::array TUIDataToFlash_WorkshopTargetMenu__TargetMenuData_{ REL::Offset(0x044C20F8) }; + inline constexpr std::array TUIDataToFlash_XPUpdate_{ REL::Offset(0x044A2B20) }; + inline constexpr std::array TUIValue_BSFixedStringCS_{ REL::Offset(0x0434C868) }; + inline constexpr std::array TUIValue_BSFixedString_{ REL::Offset(0x0435F458) }; + inline constexpr std::array TUIValue_bool_{ REL::Offset(0x0434C938) }; + inline constexpr std::array TUIValue_double_{ REL::Offset(0x044B5780) }; + inline constexpr std::array TUIValue_float_{ REL::Offset(0x0435CA90) }; + inline constexpr std::array TUIValue_int_{ REL::Offset(0x0434C8D0) }; + inline constexpr std::array TUIValue_unsigned__int64_{ REL::Offset(0x0448A1E0) }; + inline constexpr std::array TUIValue_unsignedint_{ REL::Offset(0x0434C800) }; + inline constexpr std::array TagPropagationNode{ REL::Offset(0x04569658) }; + inline constexpr std::array TagPropagationNodeInstance{ REL::Offset(0x045695E8) }; + inline constexpr std::array TakeOffInitiateCompleteHandler{ REL::Offset(0x044E4EF8) }; + inline constexpr std::array TakeoffMenu{ REL::Offset(0x044B40F0), REL::Offset(0x044B4108), REL::Offset(0x044B4120), REL::Offset(0x044B4138), REL::Offset(0x044B4150), REL::Offset(0x044B4168), REL::Offset(0x044B41A0), REL::Offset(0x044B41F8) }; + inline constexpr std::array TakeoffMenuDataModel{ REL::Offset(0x0449BBF0), REL::Offset(0x0449BC18) }; + inline constexpr std::array TakeoffMenuDataModel__TakeoffMenuEventShuttle{ REL::Offset(0x0449BC30) }; + inline constexpr std::array TakeoffMenu_CloseMenu{ REL::Offset(0x044B4180) }; + inline constexpr std::array TakeoffMenu_ExitShip{ REL::Offset(0x044B42F8) }; + inline constexpr std::array TakeoffMenu_Launch{ REL::Offset(0x044B42D8) }; + inline constexpr std::array TargetEntry{ REL::Offset(0x04412830) }; + inline constexpr std::array TaskQueueInterface__QueueHavokAdd__2__FilterBipedPartOnAdd{ REL::Offset(0x044D64F8) }; + inline constexpr std::array TelekinesisEffect{ REL::Offset(0x044C8460) }; + inline constexpr std::array TeleportDoorSearch{ REL::Offset(0x04451B40) }; + inline constexpr std::array TempLoadedCellDB__LoadTempDataForCell{ REL::Offset(0x043531D8) }; + inline constexpr std::array TerminalMenu_CancelEvent{ REL::Offset(0x044BDBE8) }; + inline constexpr std::array TerminalOpenViewCallback{ REL::Offset(0x044BDA58) }; + inline constexpr std::array TerminalRunResultsCallback{ REL::Offset(0x044BE080) }; + inline constexpr std::array Terminal_CloseAllViews{ REL::Offset(0x044BDBA8) }; + inline constexpr std::array Terminal_CloseTopView{ REL::Offset(0x044BDBC8) }; + inline constexpr std::array Terminal_CloseView{ REL::Offset(0x044BDB68) }; + inline constexpr std::array Terminal_MenuItemClick{ REL::Offset(0x044BDB88) }; + inline constexpr std::array Terminal__AddAliasedTerminalsFunc{ REL::Offset(0x044BD8B8) }; + inline constexpr std::array Terminal__GenesisTerminalMenu{ REL::Offset(0x044BD8E8), REL::Offset(0x044BD900), REL::Offset(0x044BD918), REL::Offset(0x044BD930), REL::Offset(0x044BD948), REL::Offset(0x044BD960), REL::Offset(0x044BD978), REL::Offset(0x044BDAB8), REL::Offset(0x044BDAD0), REL::Offset(0x044BDAF8), REL::Offset(0x044BDB10) }; + inline constexpr std::array Terminal__GenesisTerminalMenu_UnlockItemConfirm{ REL::Offset(0x044BDAA0) }; + inline constexpr std::array Terminal__GenesisTerminalMenu_UnlockedItemWithKey{ REL::Offset(0x044BDA88) }; + inline constexpr std::array Terminal__GenesisTerminalMenu__GenesisTerminalMenuEventShuttle{ REL::Offset(0x044BE0B0) }; + inline constexpr std::array TerminateGraphRagdollHandler{ REL::Offset(0x044E4F88) }; + inline constexpr std::array TerrainDB__TerrainBarrierNode{ REL::Offset(0x043A5F68) }; + inline constexpr std::array TerrainDB__TerrainGraphProcessor{ REL::Offset(0x043A5F50) }; + inline constexpr std::array TestMenu{ REL::Offset(0x044BFE10), REL::Offset(0x044BFE28), REL::Offset(0x044BFE50), REL::Offset(0x044BFE68), REL::Offset(0x044BFEC0), REL::Offset(0x044BFFA0), REL::Offset(0x044BFFB8), REL::Offset(0x044BFFD0), REL::Offset(0x044BFFE8) }; + inline constexpr std::array TestMenu_DoAction{ REL::Offset(0x044C0000) }; + inline constexpr std::array TestMenu_ExitMenu{ REL::Offset(0x044C0040) }; + inline constexpr std::array TestMenu_ShowImages{ REL::Offset(0x044C0020) }; + inline constexpr std::array TestMenu_ShowResources{ REL::Offset(0x044C0090) }; + inline constexpr std::array TestMenu_TestAll{ REL::Offset(0x044C0060) }; + inline constexpr std::array TestMenu__TestMenuEventShuttle{ REL::Offset(0x044C00C8) }; + inline constexpr std::array TestReferencedObject{ REL::Offset(0x0403BA48) }; + inline constexpr std::array TextInputMenu{ REL::Offset(0x044C0270), REL::Offset(0x044C0288), REL::Offset(0x044C02A0), REL::Offset(0x044C02B8), REL::Offset(0x044C0320), REL::Offset(0x044C0338), REL::Offset(0x044C0390) }; + inline constexpr std::array TextInputMenu_EndEditText{ REL::Offset(0x044C02E0) }; + inline constexpr std::array TextInputMenu_InputCanceled{ REL::Offset(0x044C0470) }; + inline constexpr std::array TextInputMenu_StartEditText{ REL::Offset(0x044C0300) }; + inline constexpr std::array TextInputMenu__TextInputEventShuttle{ REL::Offset(0x044C0490) }; + inline constexpr std::array TextRenderer{ REL::Offset(0x04590870) }; + inline constexpr std::array TextRenderer3D{ REL::Offset(0x03F20E08), REL::Offset(0x03F210B0), REL::Offset(0x03F21168) }; + inline constexpr std::array TextureDB__ErrorStreamer{ REL::Offset(0x03F2DE28) }; + inline constexpr std::array TextureDB__Manager{ REL::Offset(0x045B4110) }; + inline constexpr std::array TextureDB__SetTextureDistanceBias__9__ChangeBiasNode{ REL::Offset(0x045B40C0) }; + inline constexpr std::array TextureUtils__AutoQueuedDependentNode{ REL::Offset(0x04581A70) }; + inline constexpr std::array TextureUtils__WaitStreamedNode{ REL::Offset(0x04581A20) }; + inline constexpr std::array ThirdPersonState{ REL::Offset(0x0451BD30) }; + inline constexpr std::array ThumbstickEvent{ REL::Offset(0x0456D470) }; + inline constexpr std::array TimeMultiplierProvider{ REL::Offset(0x04398130), REL::Offset(0x04398148) }; + inline constexpr std::array TimerEvent{ REL::Offset(0x0456B7D0) }; + inline constexpr std::array TimerEventInstance{ REL::Offset(0x0456B760) }; + inline constexpr std::array TitleSequenceMenu{ REL::Offset(0x045218A8), REL::Offset(0x04521988), REL::Offset(0x045219E0), REL::Offset(0x045219F8) }; + inline constexpr std::array TitleSequenceMenu_StartMusic{ REL::Offset(0x04521888) }; + inline constexpr std::array TranslationAdjustment{ REL::Offset(0x04567FB8) }; + inline constexpr std::array TranslationAdjustmentInstance{ REL::Offset(0x04569498) }; + inline constexpr std::array TrapEntry{ REL::Offset(0x04414970) }; + inline constexpr std::array TrapTargetEntry{ REL::Offset(0x04412870) }; + inline constexpr std::array TraversalCollisionFilter{ REL::Offset(0x0437AD90) }; + inline constexpr std::array TraversalFinishedHandler{ REL::Offset(0x044E4BB0) }; + inline constexpr std::array TraversalStepDoneHandler{ REL::Offset(0x044E4E20) }; + inline constexpr std::array TreeOverlapsBufferedPairCollector_0_{ REL::Offset(0x0433DF60) }; + inline constexpr std::array TreeOverlapsBufferedPairCollector_1_{ REL::Offset(0x0433DF38) }; + inline constexpr std::array TrespassPackage{ REL::Offset(0x044E2118), REL::Offset(0x044E2458) }; + inline constexpr std::array TrianglePathWaterLedgeTraversalSplitter{ REL::Offset(0x0459AB80) }; + inline constexpr std::array TurnUndeadEffect{ REL::Offset(0x044C80A0) }; + inline constexpr std::array TutorialMessageManager{ REL::Offset(0x044A1910), REL::Offset(0x044A1968), REL::Offset(0x044A1980) }; + inline constexpr std::array TutorialMessageManager__TutorialMessageEventShuttle{ REL::Offset(0x0447E040) }; + inline constexpr std::array TweenMenuCameraState{ REL::Offset(0x0451BEA8) }; + inline constexpr std::array TwoBoneIKNode{ REL::Offset(0x045670C8) }; + inline constexpr std::array TwoBoneIKNodeInstance{ REL::Offset(0x04569508) }; + inline constexpr std::array TypeRegistryTest__Ref{ REL::Offset(0x03FFFD20) }; + inline constexpr std::array TypeRegistryTest__TypedefChild{ REL::Offset(0x04008910) }; + inline constexpr std::array UI{ REL::Offset(0x0458F388), REL::Offset(0x0458F398), REL::Offset(0x0458F3A8), REL::Offset(0x0458F3B8), REL::Offset(0x0458F3C8), REL::Offset(0x0458F3E0), REL::Offset(0x0458F3F0), REL::Offset(0x0458F400), REL::Offset(0x0458F410), REL::Offset(0x0458F420) }; + inline constexpr std::array UIBlurManager{ REL::Offset(0x04521A30), REL::Offset(0x04521A48) }; + inline constexpr std::array UICellRenderer{ REL::Offset(0x04359DD0) }; + inline constexpr std::array UICellRenderer_InventoryItem{ REL::Offset(0x04359FC8) }; + inline constexpr std::array UICellRenderer_InventoryItem__ItemModelLoadTask{ REL::Offset(0x04359F30) }; + inline constexpr std::array UIDataShuttleConnector{ REL::Offset(0x0458F568) }; + inline constexpr std::array UIDataShuttleContainer{ REL::Offset(0x0434C6F8) }; + inline constexpr std::array UIDataToFlash{ REL::Offset(0x0458F5B8) }; + inline constexpr std::array UIEventDispatcher{ REL::Offset(0x03F2DA70) }; + inline constexpr std::array UIMenuChargenMenuDisablePaperdoll{ REL::Offset(0x044B10C0) }; + inline constexpr std::array UIMessageData_BGSTerminal_{ REL::Offset(0x043B7FC0) }; + inline constexpr std::array UIMessageData_BSFixedStringconst_{ REL::Offset(0x044A18F8) }; + inline constexpr std::array UIMessageData_BSSaveDataSystemUtility__ValidateUserResult_{ REL::Offset(0x0448B720) }; + inline constexpr std::array UIMessageData_BSTTuple_BSFixedString_bool__{ REL::Offset(0x043B0178) }; + inline constexpr std::array UIMessageData_BSTTuple_BSFixedString_unsignedint__{ REL::Offset(0x044A9E80) }; + inline constexpr std::array UIMessageData_ConsoleData_{ REL::Offset(0x0451D058) }; + inline constexpr std::array UIMessageData_CraftingBenchUtils__ActivatingBenchParams_{ REL::Offset(0x044C2D70) }; + inline constexpr std::array UIMessageData_EndGameCreditsMenu__CustomEvent_{ REL::Offset(0x0447C740) }; + inline constexpr std::array UIMessageData_FaderData_{ REL::Offset(0x04521A78) }; + inline constexpr std::array UIMessageData_HUDData_{ REL::Offset(0x044A4628) }; + inline constexpr std::array UIMessageData_LoadingMenuData_{ REL::Offset(0x04521A60) }; + inline constexpr std::array UIMessageData_LoadingMenuShowData_{ REL::Offset(0x0436A300) }; + inline constexpr std::array UIMessageData_OpenContainerMenuMessage_{ REL::Offset(0x04483900) }; + inline constexpr std::array UIMessageData_OpenRefuelMenuMessage_{ REL::Offset(0x0451D810) }; + inline constexpr std::array UIMessageData_OpenShipCrewAssignMenuMessage_{ REL::Offset(0x044AD4A8) }; + inline constexpr std::array UIMessageData_ScopeMenu__ScopeReason_{ REL::Offset(0x043C1860) }; + inline constexpr std::array UIMessageData_ScopeMenu__ScopeReasonconst_{ REL::Offset(0x044DF870) }; + inline constexpr std::array UIMessageData_ShowBuilderMenuParams_{ REL::Offset(0x044C0D90) }; + inline constexpr std::array UIMessageData_ShowDocAcceptMenuData_{ REL::Offset(0x0448A9C0) }; + inline constexpr std::array UIMessageData_ShowMissionBoardMsgData_{ REL::Offset(0x0453B860) }; + inline constexpr std::array UIMessageData_ShowPipelineGenerationData_{ REL::Offset(0x0447CC20) }; + inline constexpr std::array UIMessageData_ShowWorkshopTargetMenuParams_{ REL::Offset(0x044C1A98) }; + inline constexpr std::array UIMessageData_SpaceshipEditor__OpenHangarForVendingMsg_{ REL::Offset(0x0454A2B0) }; + inline constexpr std::array UIMessageData_StarMap__SetBodyFocusForQuestMsg_{ REL::Offset(0x04497798) }; + inline constexpr std::array UIMessageData_StarMap__SetCourseToQuestMsg_{ REL::Offset(0x044A6C20) }; + inline constexpr std::array UIMessageData_StarMap__SetCursorActiveMsg_{ REL::Offset(0x044A6C38) }; + inline constexpr std::array UIMessageData_StarMap__SetCursorStateMsg_{ REL::Offset(0x044B9938) }; + inline constexpr std::array UIMessageData_StarMap__SetGameCursorMsg_{ REL::Offset(0x044B9950) }; + inline constexpr std::array UIMessageData_StarMap__SetPreviewRouteDestinationMsg_{ REL::Offset(0x044B7058) }; + inline constexpr std::array UIMessageData_StarMap__SetRouteDestinationMsg_{ REL::Offset(0x043E8448) }; + inline constexpr std::array UIMessageData_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x043B7FA8) }; + inline constexpr std::array UIMessageData_WeaponGroupAssignment__ReturnDataMsg_{ REL::Offset(0x043584E0) }; + inline constexpr std::array UIMessageData_WorkshopUI__GenericTextMessageMsg_{ REL::Offset(0x0455FDE0) }; + inline constexpr std::array UIMessageData___InitParams_{ REL::Offset(0x04521738) }; + inline constexpr std::array UIMessageData_bool_{ REL::Offset(0x0447C520) }; + inline constexpr std::array UIMessageData_boolconst_{ REL::Offset(0x0448B738) }; + inline constexpr std::array UIMessageData_int_{ REL::Offset(0x044BDC08) }; + inline constexpr std::array UIMessageData_nsMainMenuStateDataModel__UserIconFinishedMsg_{ REL::Offset(0x0448B770) }; + inline constexpr std::array UIMessageData_nsPauseMenuMsgs__NoSaveExitResponseMsg_{ REL::Offset(0x044B3190) }; + inline constexpr std::array UISaveLoadManager{ REL::Offset(0x044D4540) }; + inline constexpr std::array UncullFurnitureBoneHandler{ REL::Offset(0x044E4CD0) }; + inline constexpr std::array UncullWeaponsHandler{ REL::Offset(0x044E4D00) }; + inline constexpr std::array UnitTest__ClassWithHashMap_int_{ REL::Offset(0x04004318) }; + inline constexpr std::array UnitTest__CopyableReferencedObject{ REL::Offset(0x03FFE940) }; + inline constexpr std::array UnitTest__InterfaceImpl0{ REL::Offset(0x04005EE8) }; + inline constexpr std::array UnitTest__InterfaceImpl1{ REL::Offset(0x04005FE0) }; + inline constexpr std::array UnitTest__InterfaceUnregistered0{ REL::Offset(0x040060E8) }; + inline constexpr std::array UnitTest__InterfaceUnregistered1{ REL::Offset(0x04006270) }; + inline constexpr std::array UnitTest__NestedRelArray{ REL::Offset(0x04007CC8) }; + inline constexpr std::array UnitTest__SetterTest__Foo{ REL::Offset(0x03FFEDC8) }; + inline constexpr std::array UnitTest__SimpleRelArray{ REL::Offset(0x04007AC0) }; + inline constexpr std::array UnitTest__TypeVm__Record{ REL::Offset(0x040009C8) }; + inline constexpr std::array UnitTest__UrlObject__Shape{ REL::Offset(0x04003220) }; + inline constexpr std::array UnitTest__UrlObject__TestGraph{ REL::Offset(0x040039A8) }; + inline constexpr std::array UpdateParticleParticleInDirtyAabbsTask{ REL::Offset(0x0406A178), REL::Offset(0x0406A198) }; + inline constexpr std::array UpdateRigidBodyDirtyAabbsTask{ REL::Offset(0x0406A120), REL::Offset(0x0406A140) }; + inline constexpr std::array UpdateSceneRectEvent{ REL::Offset(0x0458F940) }; + inline constexpr std::array UseStimpakHandler{ REL::Offset(0x044E4DC0) }; + inline constexpr std::array VATS{ REL::Offset(0x044F10F8), REL::Offset(0x044F1138), REL::Offset(0x044F1150), REL::Offset(0x044F1168) }; + inline constexpr std::array VATSCameraState{ REL::Offset(0x0451BFA0) }; + inline constexpr std::array VATSUtils__ValidateStrangerLineOfSightGoalToOriginFunctor{ REL::Offset(0x044F1120) }; + inline constexpr std::array ValueModifierEffect{ REL::Offset(0x044C8588) }; + inline constexpr std::array VariableCombiner{ REL::Offset(0x04568100) }; + inline constexpr std::array VariableCombinerInstance{ REL::Offset(0x04569578) }; + inline constexpr std::array VectorUIValue_InternalVector3UIValue_{ REL::Offset(0x043AA648), REL::Offset(0x043AA740) }; + inline constexpr std::array VelocityObstacle__Utilities__BuildOpenEdgeListsVisitor{ REL::Offset(0x045A4530) }; + inline constexpr std::array VirtualPathingDoor{ REL::Offset(0x04371B10) }; + inline constexpr std::array VisitReturnData_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459D680) }; + inline constexpr std::array VisitReturnData_MovementVector_BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459D6C0) }; + inline constexpr std::array VisitReturnData_NiPoint3_BSTAlignedScrapArrayAllocator_16__{ REL::Offset(0x0459D700) }; + inline constexpr std::array WaterPathPathingNodeGenerator{ REL::Offset(0x045A3E10) }; + inline constexpr std::array WaterPathRayValidator{ REL::Offset(0x045A3E58) }; + inline constexpr std::array WeaponAttachHandler{ REL::Offset(0x044E4B50) }; + inline constexpr std::array WeaponBeginDrawHandler{ REL::Offset(0x044E5BC8) }; + inline constexpr std::array WeaponBeginSheatheHandler{ REL::Offset(0x044E5C10) }; + inline constexpr std::array WeaponDetachHandler{ REL::Offset(0x044E4B98) }; + inline constexpr std::array WeaponDrawHandler{ REL::Offset(0x044E5BF8) }; + inline constexpr std::array WeaponEnchantmentController{ REL::Offset(0x044C6C20) }; + inline constexpr std::array WeaponFireEndHandler{ REL::Offset(0x044E4958) }; + inline constexpr std::array WeaponFireHandler{ REL::Offset(0x044E4820) }; + inline constexpr std::array WeaponFireStartHandler{ REL::Offset(0x044E4910) }; + inline constexpr std::array WeaponGroupAssignmentMenu_ChangeWeaponAssignment{ REL::Offset(0x04358A80) }; + inline constexpr std::array WeaponGroupAssignmentMenu_OnHintButtonActivated{ REL::Offset(0x04358A60) }; + inline constexpr std::array WeaponGroupAssignment__WeaponGroupAssignmentMenu{ REL::Offset(0x04358998), REL::Offset(0x043589C0), REL::Offset(0x043589D8), REL::Offset(0x04358A30), REL::Offset(0x04358A48), REL::Offset(0x04358AA0) }; + inline constexpr std::array WeaponGroupAssignment__WeaponGroupAssignmentMenu__WeaponGroupAssignmentMenuEventShuttle{ REL::Offset(0x04358B78) }; + inline constexpr std::array WeaponSheatheHandler{ REL::Offset(0x044E5D00) }; + inline constexpr std::array WeaponSheatheInterruptHandler{ REL::Offset(0x044E5CE8) }; + inline constexpr std::array WeaponSwingHandler{ REL::Offset(0x044E5710) }; + inline constexpr std::array WeaponUtils____CollectCalculationIdentifiers{ REL::Offset(0x043C8E20) }; + inline constexpr std::array WeaponsCraftingMenu{ REL::Offset(0x044C0770), REL::Offset(0x044C0788), REL::Offset(0x044C07A0), REL::Offset(0x044C07B8), REL::Offset(0x044C07D0), REL::Offset(0x044C07E8), REL::Offset(0x044C0800), REL::Offset(0x044C0818), REL::Offset(0x044C0830), REL::Offset(0x044C0848), REL::Offset(0x044C0860), REL::Offset(0x044C0878), REL::Offset(0x044C0978), REL::Offset(0x044C0990), REL::Offset(0x044C09F8), REL::Offset(0x044C0A10) }; + inline constexpr std::array WeightedModifierVisitor_BSTSmartPointer_IMovementParameters_BSTSmartPointerIntrusiveRefCount__{ REL::Offset(0x0459D660) }; + inline constexpr std::array WeightedModifierVisitor_MovementVector_{ REL::Offset(0x0459D6A0) }; + inline constexpr std::array WeightedModifierVisitor_NiPoint3_{ REL::Offset(0x0459D6E0) }; + inline constexpr std::array Win32FileSystemWatcher{ REL::Offset(0x0400B518) }; + inline constexpr std::array WorkshopActionButton_HoldFinished{ REL::Offset(0x044C3320) }; + inline constexpr std::array WorkshopActionButton_HoldStopped{ REL::Offset(0x044C32B0) }; + inline constexpr std::array WorkshopAreaResourcesDataModel{ REL::Offset(0x0449D338) }; + inline constexpr std::array WorkshopAreaResourcesDataModel__WorkshopAreaResourcesEventShuttle{ REL::Offset(0x0449D498) }; + inline constexpr std::array WorkshopBIEvents__WorkshopEventManager{ REL::Offset(0x044C8FA0) }; + inline constexpr std::array WorkshopBuilderDataModel{ REL::Offset(0x0449DB20) }; + inline constexpr std::array WorkshopBuilderDataModel__WorkshopBuilderEventShuttle{ REL::Offset(0x0449DF10) }; + inline constexpr std::array WorkshopBuilderMenu{ REL::Offset(0x044C0B08), REL::Offset(0x044C0B20), REL::Offset(0x044C0B78), REL::Offset(0x044C0B90), REL::Offset(0x044C0BA8), REL::Offset(0x044C0C88) }; + inline constexpr std::array WorkshopBuilderMenu_ChangeBuildItem{ REL::Offset(0x044C0CE0) }; + inline constexpr std::array WorkshopBuilderMenu_SelectedItem{ REL::Offset(0x044C0B58) }; + inline constexpr std::array WorkshopBuilderMenu_ToggleTracking{ REL::Offset(0x044C0B38) }; + inline constexpr std::array WorkshopCamera__CameraHitCollector{ REL::Offset(0x0445E068) }; + inline constexpr std::array WorkshopCamera__WorkshopCharacterProxyListener{ REL::Offset(0x0445E000) }; + inline constexpr std::array WorkshopCategoryBarDataModel{ REL::Offset(0x0449D3B8) }; + inline constexpr std::array WorkshopCategoryBarDataModel__WorkshopCategoryBarEventShuttle{ REL::Offset(0x0449D4C0) }; + inline constexpr std::array WorkshopCategoryInfoDataModel{ REL::Offset(0x0449D3E0) }; + inline constexpr std::array WorkshopCategoryInfoDataModel__WorkshopCategoryInfoEventShuttle{ REL::Offset(0x0449D4E8) }; + inline constexpr std::array WorkshopColorModeDataModel{ REL::Offset(0x0447E428), REL::Offset(0x0447E440), REL::Offset(0x0447E458), REL::Offset(0x0447E708), REL::Offset(0x0447E720) }; + inline constexpr std::array WorkshopColorModeDataModel__WorkshopColorModeEventShuttle{ REL::Offset(0x0447E7B8) }; + inline constexpr std::array WorkshopColorMode_ApplyColors{ REL::Offset(0x0447E788) }; + inline constexpr std::array WorkshopColorMode_SelectedTab{ REL::Offset(0x0447E6E8) }; + inline constexpr std::array WorkshopColorMode_SliderChanged{ REL::Offset(0x0447E6C8) }; + inline constexpr std::array WorkshopColorMode_SwatchChanged{ REL::Offset(0x0447E748) }; + inline constexpr std::array WorkshopEngine__ActivateItemEvent{ REL::Offset(0x0455E9A0) }; + inline constexpr std::array WorkshopEngine__BulldozeItemEvent{ REL::Offset(0x0455EA00) }; + inline constexpr std::array WorkshopEngine__CancelEvent{ REL::Offset(0x0455E2E0) }; + inline constexpr std::array WorkshopEngine__CommitEvent{ REL::Offset(0x0455E2F8) }; + inline constexpr std::array WorkshopEngine__ConnectTransferLinkEvent{ REL::Offset(0x0455E958) }; + inline constexpr std::array WorkshopEngine__ConnectWireEvent{ REL::Offset(0x0455EA48) }; + inline constexpr std::array WorkshopEngine__CycleBehaviorEvent{ REL::Offset(0x0455E8F8) }; + inline constexpr std::array WorkshopEngine__EditColorsEvent{ REL::Offset(0x0455E9D0) }; + inline constexpr std::array WorkshopEngine__EditItemEvent{ REL::Offset(0x0455E940) }; + inline constexpr std::array WorkshopEngine__EngineFrame{ REL::Offset(0x03F01BB0) }; + inline constexpr std::array WorkshopEngine__ExitEvent{ REL::Offset(0x0455E280) }; + inline constexpr std::array WorkshopEngine__FinishRepairEvent{ REL::Offset(0x0455E340) }; + inline constexpr std::array WorkshopEngine__InspectColorItemsEvent{ REL::Offset(0x0455E268) }; + inline constexpr std::array WorkshopEngine__ItemCombatChangedEvent{ REL::Offset(0x0455E328) }; + inline constexpr std::array WorkshopEngine__NewItemEvent{ REL::Offset(0x0455EA30) }; + inline constexpr std::array WorkshopEngine__PlaceOutpostEvent{ REL::Offset(0x0455E2C8) }; + inline constexpr std::array WorkshopEngine__PreviewColorsEvent{ REL::Offset(0x0455EA18) }; + inline constexpr std::array WorkshopEngine__RemoveItemEvent{ REL::Offset(0x0455E988) }; + inline constexpr std::array WorkshopEngine__RemoveOutpostEvent{ REL::Offset(0x0455E928) }; + inline constexpr std::array WorkshopEngine__RemoveWorkshopItemsEvent{ REL::Offset(0x0455E910) }; + inline constexpr std::array WorkshopEngine__RequestRepairItemEvent{ REL::Offset(0x0455E970) }; + inline constexpr std::array WorkshopEngine__ResetColorsToDefaultEvent{ REL::Offset(0x0455E9B8) }; + inline constexpr std::array WorkshopEngine__RevertBehaviorEvent{ REL::Offset(0x0455E310) }; + inline constexpr std::array WorkshopEngine__RotateItemEvent{ REL::Offset(0x0455E9E8) }; + inline constexpr std::array WorkshopEngine__StartQuickMenuEvent{ REL::Offset(0x0455EA78) }; + inline constexpr std::array WorkshopEngine__StartSnappedEvent{ REL::Offset(0x0455E8E0) }; + inline constexpr std::array WorkshopEngine__StartWorkshopEvent{ REL::Offset(0x0455EA60) }; + inline constexpr std::array WorkshopEngine__StateBulldoze{ REL::Offset(0x0455C370) }; + inline constexpr std::array WorkshopEngine__StateCreatePowerLink{ REL::Offset(0x0455D1C0) }; + inline constexpr std::array WorkshopEngine__StateCreateReferences{ REL::Offset(0x0455D318) }; + inline constexpr std::array WorkshopEngine__StateCreateTransferLink{ REL::Offset(0x0455DE90) }; + inline constexpr std::array WorkshopEngine__StateCycleSnapBehavior{ REL::Offset(0x0455CCE0) }; + inline constexpr std::array WorkshopEngine__StateDuplicateReferences{ REL::Offset(0x0455DD50) }; + inline constexpr std::array WorkshopEngine__StateIdle{ REL::Offset(0x0455CE10) }; + inline constexpr std::array WorkshopEngine__StateInspect{ REL::Offset(0x0455D6F0) }; + inline constexpr std::array WorkshopEngine__StateInspectColorItems{ REL::Offset(0x0455DFE8) }; + inline constexpr std::array WorkshopEngine__StateModifyColors{ REL::Offset(0x0455E128) }; + inline constexpr std::array WorkshopEngine__StatePostCommitEdit{ REL::Offset(0x0455D960) }; + inline constexpr std::array WorkshopEngine__StateSetupReferences{ REL::Offset(0x0455D820) }; + inline constexpr std::array WorkshopEngine__StateUpdateAutoFoundation{ REL::Offset(0x0455D5B0) }; + inline constexpr std::array WorkshopEngine__StateUpdateCommitSnapEdit{ REL::Offset(0x0455CBA0) }; + inline constexpr std::array WorkshopEngine__StateUpdatePlacement{ REL::Offset(0x0455D080) }; + inline constexpr std::array WorkshopEngine__StateUpdatePowerLink{ REL::Offset(0x0455DBF8) }; + inline constexpr std::array WorkshopEngine__StateUpdateSnapped{ REL::Offset(0x0455CF40) }; + inline constexpr std::array WorkshopEngine__StateUpdateTransferLink{ REL::Offset(0x0455DAA0) }; + inline constexpr std::array WorkshopEngine__StateWait3D{ REL::Offset(0x0455CA60) }; + inline constexpr std::array WorkshopEngine__TrackItemEvent{ REL::Offset(0x0455E2B0) }; + inline constexpr std::array WorkshopEngine__UntrackItemEvent{ REL::Offset(0x0455E298) }; + inline constexpr std::array WorkshopEngine__UpdateEvent{ REL::Offset(0x0455E400) }; + inline constexpr std::array WorkshopHavokUtils__AutoFoundationHeightCastCollisionfilter{ REL::Offset(0x04458A80) }; + inline constexpr std::array WorkshopHavokUtils__ClosestCanHaveAutoFoundationsCollector{ REL::Offset(0x0445B0F8) }; + inline constexpr std::array WorkshopHavokUtils__ForwardCastCollector{ REL::Offset(0x04458B20) }; + inline constexpr std::array WorkshopHavokUtils__GroundInfoCollisionfilter{ REL::Offset(0x0445BD68) }; + inline constexpr std::array WorkshopHavokUtils__IgnoreBulldozedReferencesCollisionFilter{ REL::Offset(0x04458B58) }; + inline constexpr std::array WorkshopHavokUtils__IntersectionTestCollisionfilter{ REL::Offset(0x04458AD0) }; + inline constexpr std::array WorkshopHavokUtils__ItemPlacementForwardCastCollector{ REL::Offset(0x0445A390) }; + inline constexpr std::array WorkshopHavokUtils__TempItemPlacementCollector{ REL::Offset(0x0455FAC8) }; + inline constexpr std::array WorkshopHavokUtils__WorkshopClosestHitGroundCollector{ REL::Offset(0x0445A358) }; + inline constexpr std::array WorkshopHavokUtils__WorkshopGroundCollector{ REL::Offset(0x0445A3C8) }; + inline constexpr std::array WorkshopHavokUtils__hknpWorkshopCastCollector{ REL::Offset(0x04458A48) }; + inline constexpr std::array WorkshopHavokUtils__hknpWorkshopIntersectCollector{ REL::Offset(0x04458BA8) }; + inline constexpr std::array WorkshopHighlightUtils__EventListener{ REL::Offset(0x0455EA90) }; + inline constexpr std::array WorkshopInteractiveMessageDataModel{ REL::Offset(0x0449E0A8) }; + inline constexpr std::array WorkshopInteractiveMessageDataModel__ICallback{ REL::Offset(0x044C16C8) }; + inline constexpr std::array WorkshopInteractiveMessageDataModel__WorkshopInteractiveMessageEventShuttle{ REL::Offset(0x0449E0D0) }; + inline constexpr std::array WorkshopIsoCameraState{ REL::Offset(0x0451B538) }; + inline constexpr std::array WorkshopLOD__WorkshopLODManager{ REL::Offset(0x0455B748) }; + inline constexpr std::array WorkshopMenu{ REL::Offset(0x044C12A0), REL::Offset(0x044C12B8), REL::Offset(0x044C12D0), REL::Offset(0x044C12E8), REL::Offset(0x044C1300), REL::Offset(0x044C1318), REL::Offset(0x044C1330), REL::Offset(0x044C1348), REL::Offset(0x044C1360), REL::Offset(0x044C1378), REL::Offset(0x044C1390), REL::Offset(0x044C1470), REL::Offset(0x044C14C8), REL::Offset(0x044C14E0), REL::Offset(0x044C14F8), REL::Offset(0x044C1510) }; + inline constexpr std::array WorkshopMenuShared{ REL::Offset(0x044C3280), REL::Offset(0x044C3298), REL::Offset(0x044C32D0), REL::Offset(0x044C32E8) }; + inline constexpr std::array WorkshopMenu_AttemptBuild{ REL::Offset(0x044C16A8) }; + inline constexpr std::array WorkshopMenu_CancelAction{ REL::Offset(0x044C1668) }; + inline constexpr std::array WorkshopMenu_ChangeVariant{ REL::Offset(0x044C1688) }; + inline constexpr std::array WorkshopMenu_ConnectionEvent{ REL::Offset(0x044C1608) }; + inline constexpr std::array WorkshopMenu_ExitMenu{ REL::Offset(0x044C15C8) }; + inline constexpr std::array WorkshopMenu_MessageCallback{ REL::Offset(0x044C1588) }; + inline constexpr std::array WorkshopMenu_SelectedCategory{ REL::Offset(0x044C1628) }; + inline constexpr std::array WorkshopMenu_SelectedGridObject{ REL::Offset(0x044C1648) }; + inline constexpr std::array WorkshopMenu_ShowExtras{ REL::Offset(0x044C15E8) }; + inline constexpr std::array WorkshopMenu_SwitchMode{ REL::Offset(0x044C15A8) }; + inline constexpr std::array WorkshopMenu_ToggleDistance{ REL::Offset(0x044C1528) }; + inline constexpr std::array WorkshopMenu_ToggleTracking{ REL::Offset(0x044C1568) }; + inline constexpr std::array WorkshopMenu_ToggleView{ REL::Offset(0x044C1548) }; + inline constexpr std::array WorkshopMessageDataModel{ REL::Offset(0x0449E148) }; + inline constexpr std::array WorkshopMessageDataModel__WorkshopMessageEventShuttle{ REL::Offset(0x0449E120) }; + inline constexpr std::array WorkshopObjectInfoCardDataModel{ REL::Offset(0x0449D470) }; + inline constexpr std::array WorkshopObjectInfoCardDataModel__WorkshopObjectInfoCardEventShuttle{ REL::Offset(0x0449D510) }; + inline constexpr std::array WorkshopOperations__CandidateSnapper{ REL::Offset(0x0455FB00) }; + inline constexpr std::array WorkshopPickRefDataModel{ REL::Offset(0x0449E860) }; + inline constexpr std::array WorkshopPickRefDataModel__WorkshopPickRefEventShuttle{ REL::Offset(0x0449E888) }; + inline constexpr std::array WorkshopQuickMenu{ REL::Offset(0x044C1780), REL::Offset(0x044C1798), REL::Offset(0x044C17B0), REL::Offset(0x044C1808), REL::Offset(0x044C1840) }; + inline constexpr std::array WorkshopQuickMenuDataModel{ REL::Offset(0x0449E910) }; + inline constexpr std::array WorkshopQuickMenuDataModel__WorkshopQuickMenuEventShuttle{ REL::Offset(0x0449E8E8) }; + inline constexpr std::array WorkshopQuickMenu_ConfirmAction{ REL::Offset(0x044C1820) }; + inline constexpr std::array WorkshopQuickMenu_ExitMenu{ REL::Offset(0x044C1920) }; + inline constexpr std::array WorkshopResources__WorkshopResourcesManager{ REL::Offset(0x03F26C18), REL::Offset(0x03F26C30) }; + inline constexpr std::array WorkshopShared_SetActionHandles{ REL::Offset(0x044C3340) }; + inline constexpr std::array WorkshopShared_StartAction{ REL::Offset(0x044C3300) }; + inline constexpr std::array WorkshopStateDataModel{ REL::Offset(0x0449EC18) }; + inline constexpr std::array WorkshopStateDataModel__WorkshopStateEventShuttle{ REL::Offset(0x0449EDE0) }; + inline constexpr std::array WorkshopStatusDataModel{ REL::Offset(0x0447E848), REL::Offset(0x0447E860) }; + inline constexpr std::array WorkshopStatusDataModel__WorkshopStatusEventShuttle{ REL::Offset(0x0447E978) }; + inline constexpr std::array WorkshopTargetMenu{ REL::Offset(0x044C2560), REL::Offset(0x044C2640), REL::Offset(0x044C2740), REL::Offset(0x044C2768), REL::Offset(0x044C2780), REL::Offset(0x044C27D8) }; + inline constexpr std::array WorkshopTargetMenu_TargetHovered{ REL::Offset(0x044C2720) }; + inline constexpr std::array WorkshopTargetMenu_TargetPicked{ REL::Offset(0x044C27F0) }; + inline constexpr std::array WorkshopTargetMenu__OutpostData{ REL::Offset(0x044C25C0) }; + inline constexpr std::array WorkshopTargetMenu__ResourceData{ REL::Offset(0x044C2548) }; + inline constexpr std::array WorkshopTargetMenu__SourceData{ REL::Offset(0x044C1B78) }; + inline constexpr std::array WorkshopTargetMenu__TargetData{ REL::Offset(0x044C2480) }; + inline constexpr std::array WorkshopTargetMenu__TargetMenuData{ REL::Offset(0x044C1AB0) }; + inline constexpr std::array WorkshopTargetMenu__WorkshopTargetEventShuttle{ REL::Offset(0x044C2810) }; + inline constexpr std::array WorkshopUI__ConfirmDeferDeleteCallback{ REL::Offset(0x0455FDA8) }; + inline constexpr std::array WorkshopUI__StateBulldoze{ REL::Offset(0x04560068) }; + inline constexpr std::array WorkshopUI__StateIdle{ REL::Offset(0x045601D8) }; + inline constexpr std::array WorkshopUI__StateInspectColors{ REL::Offset(0x0455FF68) }; + inline constexpr std::array WorkshopUI__StateInspectIdle{ REL::Offset(0x045602D8) }; + inline constexpr std::array WorkshopUI__StateInspectItem{ REL::Offset(0x04560248) }; + inline constexpr std::array WorkshopUI__StateModifyColors{ REL::Offset(0x0455FFF8) }; + inline constexpr std::array WorkshopUI__StateUpdateExistingItemPlacement{ REL::Offset(0x0455FE88) }; + inline constexpr std::array WorkshopUI__StateUpdateNewDeployablePlacement{ REL::Offset(0x0455FEF8) }; + inline constexpr std::array WorkshopUI__StateUpdateNewItemPlacement{ REL::Offset(0x0455FDF8) }; + inline constexpr std::array WorkshopUI__StateUpdateTransferLinkPlacement{ REL::Offset(0x045600F8) }; + inline constexpr std::array WorkshopUI__StateUpdateWirePlacement{ REL::Offset(0x04560168) }; + inline constexpr std::array WorkshopUI__UIStateMachine{ REL::Offset(0x03F27068), REL::Offset(0x03F27080), REL::Offset(0x03F27098), REL::Offset(0x03F270B0) }; + inline constexpr std::array Workshop_BlueprintMenu{ REL::Offset(0x044C29E0), REL::Offset(0x044C2AC0), REL::Offset(0x044C2B18) }; + inline constexpr std::array Workshop__BulldozeOnlyWorkshopItem{ REL::Offset(0x0455C510) }; + inline constexpr std::array Workshop__DecoratedHabWorkshopItem{ REL::Offset(0x0445A7B8) }; + inline constexpr std::array Workshop__ExtraData{ REL::Offset(0x04365698) }; + inline constexpr std::array Workshop__InventoryItemWorkshopItem{ REL::Offset(0x0455C718) }; + inline constexpr std::array Workshop__MainStatusHandler{ REL::Offset(0x03EFDFA0) }; + inline constexpr std::array Workshop__PackinWorkshopItem{ REL::Offset(0x0445AEE8) }; + inline constexpr std::array Workshop__PowerLinkWorkshopItem{ REL::Offset(0x0455E6D8) }; + inline constexpr std::array Workshop__SingleWorkshopItem{ REL::Offset(0x0445A4E0) }; + inline constexpr std::array Workshop__TESObjectREFRGameEventListener{ REL::Offset(0x0455E358), REL::Offset(0x0455E370), REL::Offset(0x0455E388), REL::Offset(0x0455E3A0), REL::Offset(0x0455E3B8), REL::Offset(0x0455E3D0), REL::Offset(0x0455E3E8), REL::Offset(0x0455E418), REL::Offset(0x0455E430), REL::Offset(0x0455E448), REL::Offset(0x0455E460), REL::Offset(0x0455E478), REL::Offset(0x0455E490) }; + inline constexpr std::array Workshop__TransferLinkWorkshopItem{ REL::Offset(0x0455E4D0) }; + inline constexpr std::array Workshop__WireWorkshopItem{ REL::Offset(0x0455F560) }; + inline constexpr std::array Workshop__WorkshopItemBase{ REL::Offset(0x0445ACE0) }; + inline constexpr std::array Workshop__WorkshopMenuNode{ REL::Offset(0x03F2E428) }; + inline constexpr std::array Workshop__WorkshopMenuNodeBuildableObject{ REL::Offset(0x04459DD0) }; + inline constexpr std::array Workshop__WorkshopMenuNodeBulldozer{ REL::Offset(0x04459DB8) }; + inline constexpr std::array Workshop__WorkshopMenuNodeDecoratedHab{ REL::Offset(0x0455FC40) }; + inline constexpr std::array Workshop__WorkshopMenuNodeLockLevel{ REL::Offset(0x04459DE8) }; + inline constexpr std::array Workshop__WorkshopMenuNodeOutpost{ REL::Offset(0x03F2BAB8) }; + inline constexpr std::array Workshop__WorkshopStatisticsEventSink{ REL::Offset(0x03F27100) }; + inline constexpr std::array ZeroOverheadHeap{ REL::Offset(0x0456CF20) }; + inline constexpr std::array ZeroPitchHandler{ REL::Offset(0x044E4838) }; + inline constexpr std::array ZoneEntry{ REL::Offset(0x04412810) }; + inline constexpr std::array __ActivityCompletedToMiscStatHandler{ REL::Offset(0x044D6658) }; + inline constexpr std::array __ActorHeadResolver{ REL::Offset(0x044D9DB0) }; + inline constexpr std::array __ActorItemEquippedToMiscStatHandler{ REL::Offset(0x044D6898) }; + inline constexpr std::array __ActorKillToMiscStatHandler{ REL::Offset(0x044D68E0) }; + inline constexpr std::array __ActorMediatorHelper{ REL::Offset(0x044DA1C0) }; + inline constexpr std::array __ActorTargetCheck{ REL::Offset(0x044D13F8) }; + inline constexpr std::array __ActorValueChangedToMiscStatHandler{ REL::Offset(0x044D6688) }; + inline constexpr std::array __AddPackagesToListFunc{ REL::Offset(0x044D98B8) }; + inline constexpr std::array __AfflictionsSufferedToMiscStatHandler{ REL::Offset(0x044D6670) }; + inline constexpr std::array __AfterReflectNewLock{ REL::Offset(0x04009920) }; + inline constexpr std::array __AliasAddPackagesToListFunc{ REL::Offset(0x044D98A0) }; + inline constexpr std::array __AliasHandleCollector{ REL::Offset(0x0452F058) }; + inline constexpr std::array __AllBuildableObjectMapHelper{ REL::Offset(0x04459D28) }; + inline constexpr std::array __AnimationFileListener{ REL::Offset(0x0456BCD8), REL::Offset(0x0456BCF0) }; + inline constexpr std::array __AnimationFileLookupSingletonHelper{ REL::Offset(0x0456BF98), REL::Offset(0x0456BFB0) }; + inline constexpr std::array __ApplyMaterialVisitor{ REL::Offset(0x0438ED60) }; + inline constexpr std::array __ApplyTypedDamageFunctor{ REL::Offset(0x044F0200) }; + inline constexpr std::array __ArchiveClearRegistrationListener{ REL::Offset(0x0436B3C0) }; + inline constexpr std::array __ArrestedToMiscStatHandler{ REL::Offset(0x044D6838), REL::Offset(0x044D6850) }; + inline constexpr std::array __AsyncThreadPoolCriticalSection{ REL::Offset(0x04013C28) }; + inline constexpr std::array __AtmosphereListener{ REL::Offset(0x044C8C88), REL::Offset(0x044C8CA0), REL::Offset(0x044C8CB8), REL::Offset(0x044C8CD0) }; + inline constexpr std::array __AtmosphericScatteringVolumeProcessor{ REL::Offset(0x04453638) }; + inline constexpr std::array __AttachLightHitEffectVisitor{ REL::Offset(0x044C56A8) }; + inline constexpr std::array __AutoDoorFadeCallback{ REL::Offset(0x043C1948) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterArmor_{ REL::Offset(0x044F5618), REL::Offset(0x044F5640), REL::Offset(0x044F5668), REL::Offset(0x044F5690), REL::Offset(0x044F57F8) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterBoundItem_{ REL::Offset(0x044F56B8), REL::Offset(0x044F56E0), REL::Offset(0x044F5708), REL::Offset(0x044F7270), REL::Offset(0x044F7298) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterChameleon_{ REL::Offset(0x044F72C0), REL::Offset(0x044F72E8), REL::Offset(0x044F7310), REL::Offset(0x044F7338), REL::Offset(0x044F7360) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterCloak_{ REL::Offset(0x044F6F50), REL::Offset(0x044F6F78), REL::Offset(0x044F7108), REL::Offset(0x044F7130), REL::Offset(0x044F7158) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterDash_{ REL::Offset(0x044F5480), REL::Offset(0x044F54A8), REL::Offset(0x044F54D0), REL::Offset(0x044F54F8), REL::Offset(0x044F5520) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterDisarm_{ REL::Offset(0x044F6FA0), REL::Offset(0x044F6FC8), REL::Offset(0x044F6FF0), REL::Offset(0x044F7018), REL::Offset(0x044F7040) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterInvisibility_{ REL::Offset(0x044F7180), REL::Offset(0x044F71A8), REL::Offset(0x044F71D0), REL::Offset(0x044F71F8), REL::Offset(0x044F7220) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterLight_{ REL::Offset(0x044F7068), REL::Offset(0x044F7090), REL::Offset(0x044F70B8), REL::Offset(0x044F70E0), REL::Offset(0x044F7248) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterOffensive_{ REL::Offset(0x044F7388), REL::Offset(0x044F73B0), REL::Offset(0x044F73D8), REL::Offset(0x044F7400), REL::Offset(0x044F7428) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterParalyze_{ REL::Offset(0x044F5820), REL::Offset(0x044F5848), REL::Offset(0x044F59D8), REL::Offset(0x044F5A00), REL::Offset(0x044F5A28) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterReanimate_{ REL::Offset(0x044F5870), REL::Offset(0x044F5898), REL::Offset(0x044F58C0), REL::Offset(0x044F58E8), REL::Offset(0x044F5910) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterRestore_{ REL::Offset(0x044F7450), REL::Offset(0x044F7478), REL::Offset(0x044F7608), REL::Offset(0x044F7630), REL::Offset(0x044F7658) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterScript_{ REL::Offset(0x044F5548), REL::Offset(0x044F5938), REL::Offset(0x044F5960), REL::Offset(0x044F5988), REL::Offset(0x044F59B0) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterStagger_{ REL::Offset(0x044F7680), REL::Offset(0x044F76A8), REL::Offset(0x044F76D0), REL::Offset(0x044F76F8), REL::Offset(0x044F7720) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterSummon_{ REL::Offset(0x044F7568), REL::Offset(0x044F7590), REL::Offset(0x044F75B8), REL::Offset(0x044F75E0), REL::Offset(0x044F7748) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterTargetEffect_{ REL::Offset(0x044F5730), REL::Offset(0x044F5758), REL::Offset(0x044F5780), REL::Offset(0x044F57A8), REL::Offset(0x044F57D0) }; + inline constexpr std::array __AutoRegisterCombatMagicCaster_CombatMagicCasterWard_{ REL::Offset(0x044F74A0), REL::Offset(0x044F74C8), REL::Offset(0x044F74F0), REL::Offset(0x044F7518), REL::Offset(0x044F7540) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationActor_{ REL::Offset(0x045196E0), REL::Offset(0x04519758), REL::Offset(0x04519780), REL::Offset(0x045197A8) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationLocation_{ REL::Offset(0x045195F0), REL::Offset(0x04519618), REL::Offset(0x04519640), REL::Offset(0x045196B8) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlight_CombatPathDestinationRef_{ REL::Offset(0x04519668), REL::Offset(0x04519690), REL::Offset(0x04519708), REL::Offset(0x04519730) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestFlyingAttack_CombatPathDestinationNone_{ REL::Offset(0x04516EC0), REL::Offset(0x04516F38), REL::Offset(0x04516F60), REL::Offset(0x04516F88) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestHover_CombatPathDestinationNone_{ REL::Offset(0x04516EE8), REL::Offset(0x04516F10), REL::Offset(0x045198E8), REL::Offset(0x04519910) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestLanding_CombatPathDestinationLocation_{ REL::Offset(0x04519870), REL::Offset(0x04519898), REL::Offset(0x045198C0), REL::Offset(0x04519938) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x045199D8), REL::Offset(0x04519A50), REL::Offset(0x04519A78), REL::Offset(0x04519AA0) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04519AC8), REL::Offset(0x04519AF0), REL::Offset(0x04519B18), REL::Offset(0x04519B40) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestOrbit_CombatPathDestinationLocation_{ REL::Offset(0x045197D0), REL::Offset(0x045197F8), REL::Offset(0x04519820), REL::Offset(0x04519848) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestRotatePath_CombatPathDestinationLocation_{ REL::Offset(0x04519550), REL::Offset(0x04519578), REL::Offset(0x045195A0), REL::Offset(0x045195C8) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationActor_{ REL::Offset(0x04519960), REL::Offset(0x04519988), REL::Offset(0x04519A00), REL::Offset(0x04519A28) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationLocation_{ REL::Offset(0x04519D48), REL::Offset(0x04519D70), REL::Offset(0x04519D98), REL::Offset(0x04519DC0) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStandard_CombatPathDestinationRef_{ REL::Offset(0x045199B0), REL::Offset(0x04519DE8), REL::Offset(0x04519E10), REL::Offset(0x04519E38) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestStraightPath_CombatPathDestinationLocation_{ REL::Offset(0x04519C58), REL::Offset(0x04519CD0), REL::Offset(0x04519CF8), REL::Offset(0x04519D20) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationLocations_{ REL::Offset(0x04519B68), REL::Offset(0x04519B90), REL::Offset(0x04519BB8), REL::Offset(0x04519C30) }; + inline constexpr std::array __AutoRegisterCombatPath_CombatPathRequestWeightedMultiGoal_CombatPathDestinationRefs_{ REL::Offset(0x04519BE0), REL::Offset(0x04519C08), REL::Offset(0x04519C80), REL::Offset(0x04519CA8) }; + inline constexpr std::array __BGSDelayedDependentAliasLoadNode{ REL::Offset(0x0440FE18) }; + inline constexpr std::array __BSAnimCallbackPostProcessNode{ REL::Offset(0x04455440) }; + inline constexpr std::array __BSAnimationGraphDBData{ REL::Offset(0x04561BF8) }; + inline constexpr std::array __BSAnimationTableDBData{ REL::Offset(0x04561B28) }; + inline constexpr std::array __BSAnimationTextDBData{ REL::Offset(0x04561B48) }; + inline constexpr std::array __BSAutoCloseController{ REL::Offset(0x0436D648) }; + inline constexpr std::array __BSBreakpadHandler{ REL::Offset(0x04571538) }; + inline constexpr std::array __BSScaleformAllocatorPaged{ REL::Offset(0x0458FEA8) }; + inline constexpr std::array __BSScaleformSysMemMapper{ REL::Offset(0x0458FE70) }; + inline constexpr std::array __BSSceneGraphQueueDirect{ REL::Offset(0x04784FA0) }; + inline constexpr std::array __BSTextureExtra{ REL::Offset(0x043D0378) }; + inline constexpr std::array __BaseSystemOutput{ REL::Offset(0x04010A48) }; + inline constexpr std::array __BasicTypeConverter___int64_{ REL::Offset(0x045A63C0) }; + inline constexpr std::array __BasicTypeConverter_bool_{ REL::Offset(0x045A6E30) }; + inline constexpr std::array __BasicTypeConverter_double_{ REL::Offset(0x045A61D0) }; + inline constexpr std::array __BasicTypeConverter_float_{ REL::Offset(0x045A6358) }; + inline constexpr std::array __BasicTypeConverter_int_{ REL::Offset(0x045A63E0) }; + inline constexpr std::array __BasicTypeConverter_short_{ REL::Offset(0x045A6400) }; + inline constexpr std::array __BasicTypeConverter_signedchar_{ REL::Offset(0x045A64C0) }; + inline constexpr std::array __BasicTypeConverter_unsigned__int64_{ REL::Offset(0x045A6170) }; + inline constexpr std::array __BasicTypeConverter_unsignedchar_{ REL::Offset(0x045A6338) }; + inline constexpr std::array __BasicTypeConverter_unsignedint_{ REL::Offset(0x045A64E0) }; + inline constexpr std::array __BasicTypeConverter_unsignedshort_{ REL::Offset(0x045A62F8) }; + inline constexpr std::array __BehaviorGraphSpecificDataLookupSingleton{ REL::Offset(0x04345918), REL::Offset(0x04345930) }; + inline constexpr std::array __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ REL::Offset(0x045A6088) }; + inline constexpr std::array __BinaryStreamReaderWithTypeCompendium_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ REL::Offset(0x045A6040) }; + inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar___{ REL::Offset(0x045A5FB0) }; + inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSScrapArray_unsignedchar_____ChunkReader{ REL::Offset(0x045A5FF8) }; + inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator___{ REL::Offset(0x045A60D0) }; + inline constexpr std::array __BinaryStreamReader_BSReflection__ByteBuffer_BSTArray_unsignedchar_BSTArrayHeapAllocator_____ChunkReader{ REL::Offset(0x045A5F68) }; + inline constexpr std::array __BlockingCriticalSection{ REL::Offset(0x04013BE8) }; + inline constexpr std::array __BlockingPromoteReferencesNode{ REL::Offset(0x043706F0) }; + inline constexpr std::array __BookReadToMiscStatHandler{ REL::Offset(0x044D6880) }; + inline constexpr std::array __BountyToMiscHandler{ REL::Offset(0x044D6820) }; + inline constexpr std::array __CastAliasSpellVisitor{ REL::Offset(0x044DA148) }; + inline constexpr std::array __CellAcousticSpaceListener{ REL::Offset(0x044C8C28), REL::Offset(0x044C8C40), REL::Offset(0x044C8C58) }; + inline constexpr std::array __CellLoadNode{ REL::Offset(0x04560C40) }; + inline constexpr std::array __CellPostProcessNode{ REL::Offset(0x04560CC0) }; + inline constexpr std::array __CellSpawnPostProcessNode{ REL::Offset(0x04560D10) }; + inline constexpr std::array __CellStateControl{ REL::Offset(0x04560CA8) }; + inline constexpr std::array __CharProxyBeforeWholePhysicsUpdateTask{ REL::Offset(0x0457BA30), REL::Offset(0x0457BA68) }; + inline constexpr std::array __CharProxyBeforeWholePhysicsUpdateTriggerSeenTask{ REL::Offset(0x0457BA88), REL::Offset(0x0457BAC0) }; + inline constexpr std::array __CharRigidBodyAfterNoSimulationPhysicsUpdateTask{ REL::Offset(0x0457B788), REL::Offset(0x0457B7E0) }; + inline constexpr std::array __CharRigidBodyAfterWholePhysicsUpdateTask{ REL::Offset(0x0457B730), REL::Offset(0x0457B7A8) }; + inline constexpr std::array __CharRigidBodyBetweenCollideAndSolveTask{ REL::Offset(0x0457B710), REL::Offset(0x0457B750) }; + inline constexpr std::array __CheckEndReachedFunctorMapper{ REL::Offset(0x0459E7D8) }; + inline constexpr std::array __CheckLineOfSightDoorFilter{ REL::Offset(0x044516D8) }; + inline constexpr std::array __CheckLineOfSightTriangleFlagFiltersAdapter{ REL::Offset(0x045A2878) }; + inline constexpr std::array __CheckRefAgainstConditionsFunc{ REL::Offset(0x0440FEB8) }; + inline constexpr std::array __CheckSphereVisitor{ REL::Offset(0x0459AB10) }; + inline constexpr std::array __ChestLootedToMiscStatHandler{ REL::Offset(0x044D67C0) }; + inline constexpr std::array __ChildArrayImpl___ArrayParentRef_{ REL::Offset(0x0400ED48) }; + inline constexpr std::array __ChildArrayImpl___RecordParentRef_{ REL::Offset(0x0400EA30) }; + inline constexpr std::array __ChildImpl_hkReflect__ArrayType___ArrayParentRef_{ REL::Offset(0x0400ECD0) }; + inline constexpr std::array __ChildImpl_hkReflect__ArrayType___RecordParentRef_{ REL::Offset(0x0400E9B8) }; + inline constexpr std::array __ChildImpl_hkReflect__BoolType___ArrayParentRef_{ REL::Offset(0x0400EAA8) }; + inline constexpr std::array __ChildImpl_hkReflect__BoolType___RecordParentRef_{ REL::Offset(0x0400E790) }; + inline constexpr std::array __ChildImpl_hkReflect__FloatType___ArrayParentRef_{ REL::Offset(0x0400EB28) }; + inline constexpr std::array __ChildImpl_hkReflect__FloatType___RecordParentRef_{ REL::Offset(0x0400E810) }; + inline constexpr std::array __ChildImpl_hkReflect__IntType___ArrayParentRef_{ REL::Offset(0x0400EAE8) }; + inline constexpr std::array __ChildImpl_hkReflect__IntType___RecordParentRef_{ REL::Offset(0x0400E7D0) }; + inline constexpr std::array __ChildImpl_hkReflect__PointerType___ArrayParentRef_{ REL::Offset(0x0400EBB0) }; + inline constexpr std::array __ChildImpl_hkReflect__PointerType___RecordParentRef_{ REL::Offset(0x0400E898) }; + inline constexpr std::array __ChildImpl_hkReflect__RecordType___ArrayParentRef_{ REL::Offset(0x0400EC20) }; + inline constexpr std::array __ChildImpl_hkReflect__RecordType___RecordParentRef_{ REL::Offset(0x0400E908) }; + inline constexpr std::array __ChildImpl_hkReflect__StringType___ArrayParentRef_{ REL::Offset(0x0400EB68) }; + inline constexpr std::array __ChildImpl_hkReflect__StringType___RecordParentRef_{ REL::Offset(0x0400E850) }; + inline constexpr std::array __ChildRecordImpl___ArrayParentRef_{ REL::Offset(0x0400EC78) }; + inline constexpr std::array __ChildRecordImpl___RecordParentRef_{ REL::Offset(0x0400E960) }; + inline constexpr std::array __ClassStringConverter{ REL::Offset(0x045A61B0) }; + inline constexpr std::array __CloakEffectCallbackFunctor{ REL::Offset(0x044C4000) }; + inline constexpr std::array __CloneAuxToNativeCallback{ REL::Offset(0x040115B0) }; + inline constexpr std::array __CloneDataFunctor{ REL::Offset(0x0436F970) }; + inline constexpr std::array __CloneToNativeCallback{ REL::Offset(0x04011690) }; + inline constexpr std::array __CollectQualifyingSubgraphsFunctor{ REL::Offset(0x04370F08) }; + inline constexpr std::array __CollectStaticObstaclesVisitor{ REL::Offset(0x044E08E0) }; + inline constexpr std::array __CollectionStringConverter{ REL::Offset(0x045A6318) }; + inline constexpr std::array __CompleteLoadingQuestReferencesNode{ REL::Offset(0x0440FD60) }; + inline constexpr std::array __CompressTask{ REL::Offset(0x0433AE18) }; + inline constexpr std::array __ConditionScriptFunction{ REL::Offset(0x045683B8) }; + inline constexpr std::array __ConditionVariableBool{ REL::Offset(0x04568340) }; + inline constexpr std::array __ConditionVariableFloat{ REL::Offset(0x04568368) }; + inline constexpr std::array __ConditionVariableInt{ REL::Offset(0x04568318) }; + inline constexpr std::array __ConditionVariableNodeActiveTime{ REL::Offset(0x045683E0) }; + inline constexpr std::array __ConditionVariableResult{ REL::Offset(0x04568390) }; + inline constexpr std::array __ConditionVariableSyncElapsedTime{ REL::Offset(0x04568408) }; + inline constexpr std::array __ConditionVariableVariable{ REL::Offset(0x04568430) }; + inline constexpr std::array __ConfirmFailedPreLoadChecksCallBack{ REL::Offset(0x044CFC18) }; + inline constexpr std::array __ConfirmResetGameCallback{ REL::Offset(0x044D4550) }; + inline constexpr std::array __ConsoleHotkeyManager{ REL::Offset(0x0451D2D8) }; + inline constexpr std::array __ConsoleLogPrinter{ REL::Offset(0x0451D290) }; + inline constexpr std::array __CopyCallback{ REL::Offset(0x0400D598) }; + inline constexpr std::array __CopyLinkedRefsFunctor{ REL::Offset(0x043CF780) }; + inline constexpr std::array __CoreMessageHandler{ REL::Offset(0x04572518) }; + inline constexpr std::array __CrewAssignedToMiscStatHandler{ REL::Offset(0x044D65F8) }; + inline constexpr std::array __CriticalHitToMiscStatHandler{ REL::Offset(0x044D6748) }; + inline constexpr std::array __CurrentWorkshopBuildableObjectMapHelper{ REL::Offset(0x04459D88) }; + inline constexpr std::array __CustomGeometryConverter{ REL::Offset(0x0433CED8) }; + inline constexpr std::array __DDQueueCollection{ REL::Offset(0x044D23E8), REL::Offset(0x044D2400), REL::Offset(0x044D2410) }; + inline constexpr std::array __DaysPassedToMiscStatHandler{ REL::Offset(0x044D66A0) }; + inline constexpr std::array __DeathItemAdder{ REL::Offset(0x044D8B10) }; + inline constexpr std::array __DeepCopyStream{ REL::Offset(0x04782E58) }; + inline constexpr std::array __DefaultObjectFormFactory{ REL::Offset(0x043AC390) }; + inline constexpr std::array __DefaultScopedStatsCollector{ REL::Offset(0x04010B38) }; + inline constexpr std::array __DefaultTypeCallbackType{ REL::Offset(0x04009288) }; + inline constexpr std::array __DependentNode{ REL::Offset(0x04582320) }; + inline constexpr std::array __DestroyedToMiscStatHandler{ REL::Offset(0x044D68B0) }; + inline constexpr std::array __DiffuseProbeCascadesVolumeProcessor{ REL::Offset(0x04453658) }; + inline constexpr std::array __DispelAliasSpellVisitor{ REL::Offset(0x044DA108) }; + inline constexpr std::array __DispelFirstOnlyFunctor{ REL::Offset(0x044DA078) }; + inline constexpr std::array __DisplayCaseUnloadedPurposeHandler{ REL::Offset(0x04478320) }; + inline constexpr std::array __DockToMiscStatHandler{ REL::Offset(0x044D6910) }; + inline constexpr std::array __DockingUtilsEventHandler{ REL::Offset(0x0455A690), REL::Offset(0x0455A6A8) }; + inline constexpr std::array __DoorIDSetter{ REL::Offset(0x044503C8) }; + inline constexpr std::array __EditorDeadClothCacheExtraData{ REL::Offset(0x044DAA68) }; + inline constexpr std::array __EnumStringConverter{ REL::Offset(0x045A6E10) }; + inline constexpr std::array __ErrorCommandDispatcher{ REL::Offset(0x0432A6E0) }; + inline constexpr std::array __EventCallbackAdapter{ REL::Offset(0x0452F0B0) }; + inline constexpr std::array __EventListener{ REL::Offset(0x0455F790), REL::Offset(0x0455F7A8) }; + inline constexpr std::array __ExitToMainMenuCallback{ REL::Offset(0x0452F040) }; + inline constexpr std::array __FarTravelFadeDone{ REL::Offset(0x044CA9A8) }; + inline constexpr std::array __FinalizeShiftWorldTask{ REL::Offset(0x040691C0), REL::Offset(0x040691E0) }; + inline constexpr std::array __FindAliasWithScript{ REL::Offset(0x043DF778) }; + inline constexpr std::array __FindClosestOpenEdgeFunctor{ REL::Offset(0x0459AA90) }; + inline constexpr std::array __FindMovementIdleEnumHelper{ REL::Offset(0x043E27F8) }; + inline constexpr std::array __FindObjectTypeHelper{ REL::Offset(0x043E27E0) }; + inline constexpr std::array __FindPreferredConnectedNavmeshInfosWithinRadiusVisitor{ REL::Offset(0x045A2990) }; + inline constexpr std::array __FindWildcardEventsFunctor{ REL::Offset(0x04561B68) }; + inline constexpr std::array __Fixups{ REL::Offset(0x04011EA8) }; + inline constexpr std::array __ForceReloadLoadingTask{ REL::Offset(0x043E8690) }; + inline constexpr std::array __ForceVolumeProcessor{ REL::Offset(0x044535F8) }; + inline constexpr std::array __GameStatusHandler{ REL::Offset(0x04358198) }; + inline constexpr std::array __GenerateWorldCollideTasks{ REL::Offset(0x04575950), REL::Offset(0x04575970) }; + inline constexpr std::array __GenerateWorldParticleTasks{ REL::Offset(0x04575BD0), REL::Offset(0x04575C28) }; + inline constexpr std::array __GenerateWorldSolveTasks{ REL::Offset(0x045758F8), REL::Offset(0x04575918) }; + inline constexpr std::array __GetMaterialPathVisitor{ REL::Offset(0x0438ED10) }; + inline constexpr std::array __GravJumpToMiscStatHandler{ REL::Offset(0x044D6628) }; + inline constexpr std::array __GravityModifier{ REL::Offset(0x044EEBA8) }; + inline constexpr std::array __GravityModifierWorldStepListener{ REL::Offset(0x044EEAD0) }; + inline constexpr std::array __HandlePlayerPerspectiveSwitchForEyeTracking{ REL::Offset(0x044DA7A8) }; + inline constexpr std::array __HarvestToMiscStatHandler{ REL::Offset(0x044D6868) }; + inline constexpr std::array __HavokThreadMemorySink{ REL::Offset(0x04579BF8) }; + inline constexpr std::array __HoursPassedToMiscStatHandler{ REL::Offset(0x044D66B8) }; + inline constexpr std::array __IMODVolumeProcessor{ REL::Offset(0x044535B8) }; + inline constexpr std::array __ImageSpaceVolumeProcessor{ REL::Offset(0x044535D8) }; + inline constexpr std::array __InitialLoadListener{ REL::Offset(0x044CBDF8) }; + inline constexpr std::array __InternalCommandConsumer{ REL::Offset(0x040676B8) }; + inline constexpr std::array __InventoryToMiscStatHandler{ REL::Offset(0x044D67A8) }; + inline constexpr std::array __IsTeleportDoorOnPath{ REL::Offset(0x0459F7D8) }; + inline constexpr std::array __ItemCraftedToMiscStatHandler{ REL::Offset(0x044D6598) }; + inline constexpr std::array __ItemPlacedToMiscStatHandler{ REL::Offset(0x044D6568) }; + inline constexpr std::array __ItemScrappedToMiscStatHandler{ REL::Offset(0x044D6580) }; + inline constexpr std::array __ItemTransferHelper{ REL::Offset(0x04476E88) }; + inline constexpr std::array __ItemsPickpocketedToMiscStatHandler{ REL::Offset(0x044D6700) }; + inline constexpr std::array __ItemsStolenToMiscStatHandler{ REL::Offset(0x044D66D0) }; + inline constexpr std::array __Jobber{ REL::Offset(0x04586740) }; + inline constexpr std::array __JsonReaderVisitor{ REL::Offset(0x045821C8), REL::Offset(0x04582208) }; + inline constexpr std::array __LatentCallback{ REL::Offset(0x0452F118) }; + inline constexpr std::array __LayerFalloffBinding{ REL::Offset(0x0458BCC8) }; + inline constexpr std::array __LinkedRefFinder{ REL::Offset(0x043654C8) }; + inline constexpr std::array __LoadGameListener{ REL::Offset(0x044CBDE0) }; + inline constexpr std::array __LoadSaveCommandLineHandler{ REL::Offset(0x044D45D0), REL::Offset(0x044D4600) }; + inline constexpr std::array __LoadWatcher{ REL::Offset(0x04476E70) }; + inline constexpr std::array __LocationDiscoveryMiscStatHandler{ REL::Offset(0x044D6550) }; + inline constexpr std::array __LocationExploredEventHandler{ REL::Offset(0x043CA580) }; + inline constexpr std::array __LocksPickedMiscStatHandler{ REL::Offset(0x044D6640) }; + inline constexpr std::array __LogWriteThread{ REL::Offset(0x04585ED8) }; + inline constexpr std::array __MainStatusHandler{ REL::Offset(0x0440A940) }; + inline constexpr std::array __MapMarkerDiscoveredToMiscStatHandler{ REL::Offset(0x044D68F8) }; + inline constexpr std::array __MaterialAlphaTestBinding{ REL::Offset(0x0458BC90) }; + inline constexpr std::array __MaterialAnimator{ REL::Offset(0x0458BA60) }; + inline constexpr std::array __MaterialLayerAutomaticFlipbookBinding{ REL::Offset(0x0458B858) }; + inline constexpr std::array __MaterialLayerFlipbookBinding{ REL::Offset(0x0458BF10) }; + inline constexpr std::array __MaterialLayerStepFlipbookBinding{ REL::Offset(0x0458BAB8) }; + inline constexpr std::array __MaterialLayerTintBinding{ REL::Offset(0x0458BDC0) }; + inline constexpr std::array __MaterialLayerUVOffsetBinding___BlenderUVStreamAccessor_{ REL::Offset(0x0458B998) }; + inline constexpr std::array __MaterialLayerUVOffsetBinding___FlowUVStreamAccessor_{ REL::Offset(0x0458B8E8) }; + inline constexpr std::array __MaterialLayerUVOffsetBinding___LayerUVStreamAccessor_{ REL::Offset(0x0458B670) }; + inline constexpr std::array __MaterialLayerUVOffsetBinding___OpacityBlenderUVStreamAccessor_{ REL::Offset(0x0458C038) }; + inline constexpr std::array __MaterialLayerUVScaleBinding___BlenderUVStreamAccessor_{ REL::Offset(0x0458BBE8) }; + inline constexpr std::array __MaterialLayerUVScaleBinding___FlowUVStreamAccessor_{ REL::Offset(0x0458BA28) }; + inline constexpr std::array __MaterialLayerUVScaleBinding___LayerUVStreamAccessor_{ REL::Offset(0x0458BC58) }; + inline constexpr std::array __MaterialLayerUVScaleBinding___OpacityBlenderUVStreamAccessor_{ REL::Offset(0x0458BFA0) }; + inline constexpr std::array __MaterialTraitBinding___CustomPorosityDescriptor_{ REL::Offset(0x0458B6C8) }; + inline constexpr std::array __MaterialTraitBinding___EffectDistortionStrengthDescriptor_{ REL::Offset(0x0458B700) }; + inline constexpr std::array __MaterialTraitBinding___EffectFlowExtentDescriptor_{ REL::Offset(0x0458BF48) }; + inline constexpr std::array __MaterialTraitBinding___EffectFlowSpeedDescriptor_{ REL::Offset(0x0458B8B0) }; + inline constexpr std::array __MaterialTraitBinding___EffectSoftFalloffDepthDescriptor_{ REL::Offset(0x0458B758) }; + inline constexpr std::array __MaterialTraitBinding___EmissiveAdaptiveLimitMaxDescriptor_{ REL::Offset(0x0458BA80) }; + inline constexpr std::array __MaterialTraitBinding___EmissiveAdaptiveLimitMinDescriptor_{ REL::Offset(0x0458B7B0) }; + inline constexpr std::array __MaterialTraitBinding___EmissiveAdaptiveOffsetDescriptor_{ REL::Offset(0x0458B9D0) }; + inline constexpr std::array __MaterialTraitBinding___EmissiveColorDescriptor_{ REL::Offset(0x0458BEB8) }; + inline constexpr std::array __MaterialTraitBinding___EmissiveIntensityDescriptor_{ REL::Offset(0x0458BB90) }; + inline constexpr std::array __MaterialTraitBinding___OverallAlphaDescriptor_{ REL::Offset(0x0458BDF8) }; + inline constexpr std::array __MaterialTraitBinding___TerrainBlendGradientFactorDescriptor_{ REL::Offset(0x0458B820) }; + inline constexpr std::array __MaterialTraitBinding___TerrainBlendStrengthDescriptor_{ REL::Offset(0x0458BE30) }; + inline constexpr std::array __MaterialTraitBinding___VegetationBranchFlexibilityDescriptor_{ REL::Offset(0x0458BD50) }; + inline constexpr std::array __MaterialTraitBinding___VegetationLeafAmplitudeDescriptor_{ REL::Offset(0x0458B940) }; + inline constexpr std::array __MaterialTraitBinding___VegetationLeafFrequencyDescriptor_{ REL::Offset(0x0458BC20) }; + inline constexpr std::array __MaterialTraitBinding___VegetationTrunkFlexibilityDescriptor_{ REL::Offset(0x0458BD88) }; + inline constexpr std::array __MaterialUVStreamOffsetBinding{ REL::Offset(0x0458B7E8) }; + inline constexpr std::array __MaterialUVStreamScaleBinding{ REL::Offset(0x0458C070) }; + inline constexpr std::array __MemDebugAllocator{ REL::Offset(0x03FF5940) }; + inline constexpr std::array __MemHeapAllocator{ REL::Offset(0x03FF59B0) }; + inline constexpr std::array __MemTempAllocator{ REL::Offset(0x03FF5A20) }; + inline constexpr std::array __MemoryManagerFileFactory{ REL::Offset(0x044D4928) }; + inline constexpr std::array __MenuAudioHandler__MenuListener{ REL::Offset(0x044C8BF8), REL::Offset(0x044C8C10) }; + inline constexpr std::array __MenuEventCatcher{ REL::Offset(0x0451ED70), REL::Offset(0x0451ED88) }; + inline constexpr std::array __MiscStatIncrementer_AssaultCrime__Event_{ REL::Offset(0x044D69E8) }; + inline constexpr std::array __MiscStatIncrementer_LocationExplored__Event_{ REL::Offset(0x044D69A0) }; + inline constexpr std::array __MiscStatIncrementer_MurderCrime__Event_{ REL::Offset(0x044D69D0) }; + inline constexpr std::array __MiscStatIncrementer_PiracyCrime__Event_{ REL::Offset(0x044D69B8) }; + inline constexpr std::array __MiscStatIncrementer_PlayerPlanetSurveyCompleteEvent_{ REL::Offset(0x044D6A18) }; + inline constexpr std::array __MiscStatIncrementer_Spaceship__RegisteredEvent_{ REL::Offset(0x044D6A00) }; + inline constexpr std::array __MiscStatIncrementer_Spaceship__SoldEvent_{ REL::Offset(0x044D6970) }; + inline constexpr std::array __MiscStatIncrementer_Workshop__CargoLinkAddedEvent_{ REL::Offset(0x044D6988) }; + inline constexpr std::array __MostContrabandCarriedToMiscHandler{ REL::Offset(0x044D67D8), REL::Offset(0x044D67F0), REL::Offset(0x044D6808) }; + inline constexpr std::array __MovePlayerRelevantSpaceComponentsOnViewChange{ REL::Offset(0x044DC0C8) }; + inline constexpr std::array __MovementControllerAIAdapter{ REL::Offset(0x044DFF58) }; + inline constexpr std::array __MovementHandlerAgentAngleControllerLoadScrapper{ REL::Offset(0x045A3280) }; + inline constexpr std::array __MovementHandlerAgentLargeDeltaLoadScrapper{ REL::Offset(0x045A3208) }; + inline constexpr std::array __MovementHandlerAgentTranslationControllerLoadScrapper{ REL::Offset(0x045A33E8) }; + inline constexpr std::array __MovementPlannerAgentHorseControlsLoadScrapper{ REL::Offset(0x04473E80) }; + inline constexpr std::array __MovementPlannerAgentKeepOffsetLoadScrapper{ REL::Offset(0x04473F20) }; + inline constexpr std::array __MusicEventSink{ REL::Offset(0x04590FA0) }; + inline constexpr std::array __NavmeshIdReplacer{ REL::Offset(0x04378840) }; + inline constexpr std::array __NetSocketLogger{ REL::Offset(0x044D4770) }; + inline constexpr std::array __NewVisibleShipExteriorData{ REL::Offset(0x0455AA80) }; + inline constexpr std::array __NoExitSaveQuitConfirmCallBack{ REL::Offset(0x044B3448) }; + inline constexpr std::array __NoExitSaveQuitToDesktopConfirmCallBack{ REL::Offset(0x044B3540) }; + inline constexpr std::array __NoMusic{ REL::Offset(0x04590F58) }; + inline constexpr std::array __NonInternalCommandConsumer{ REL::Offset(0x040676C8) }; + inline constexpr std::array __NopCommandDispatcher{ REL::Offset(0x0432A710) }; + inline constexpr std::array __NormalDoorFadeCallback{ REL::Offset(0x043C1968) }; + inline constexpr std::array __ObjectFactoryVisitor{ REL::Offset(0x0436E258) }; + inline constexpr std::array __ObjectResource{ REL::Offset(0x04011810) }; + inline constexpr std::array __ObjectiveStateToMiscStatHandler{ REL::Offset(0x044D6778) }; + inline constexpr std::array __ObsoleteSaveCallback{ REL::Offset(0x044CFC30) }; + inline constexpr std::array __OnChildrenCompleteCallbackNode{ REL::Offset(0x04455608) }; + inline constexpr std::array __OutpostListener_ConfirmRemovalCallback{ REL::Offset(0x04482DC8) }; + inline constexpr std::array __OutpostPlacedToMiscStatHandler{ REL::Offset(0x044D65B0) }; + inline constexpr std::array __OutputInfoStream{ REL::Offset(0x043E87A8) }; + inline constexpr std::array __PAFinder{ REL::Offset(0x044127E8) }; + inline constexpr std::array __PMPEventListener{ REL::Offset(0x045B3000) }; + inline constexpr std::array __PackInNode{ REL::Offset(0x043B52E8) }; + inline constexpr std::array __ParticleComponentEventListener{ REL::Offset(0x043720E8), REL::Offset(0x04372100) }; + inline constexpr std::array __PathSmootherRayCastBuildNodesForLargeZDelta{ REL::Offset(0x0459AB58) }; + inline constexpr std::array __PathingSite{ REL::Offset(0x044D4618) }; + inline constexpr std::array __PhotoModeCharacterProxyListener{ REL::Offset(0x0445D0A8) }; + inline constexpr std::array __PlanetScanToMiscStatHandler{ REL::Offset(0x044D6940) }; + inline constexpr std::array __PlayerCellListener{ REL::Offset(0x044CBE10) }; + inline constexpr std::array __PlayerGenderListener{ REL::Offset(0x044C8C70) }; + inline constexpr std::array __PlayerIDUpdater{ REL::Offset(0x044CFC48) }; + inline constexpr std::array __PlayerKnowledgeToMiscStatHandler{ REL::Offset(0x044D6958) }; + inline constexpr std::array __PlayerTeleportEventHandler{ REL::Offset(0x044536A8) }; + inline constexpr std::array __PoseBoundCollisionObject{ REL::Offset(0x044DAC58) }; + inline constexpr std::array __PowersLearnedStatHandler{ REL::Offset(0x044D6718) }; + inline constexpr std::array __PreloadCountVisitor{ REL::Offset(0x043637F8) }; + inline constexpr std::array __PreloadModelsVisitor{ REL::Offset(0x04363818) }; + inline constexpr std::array __PrintPapyrusObjectsOnAliasToConsole{ REL::Offset(0x043E87E8) }; + inline constexpr std::array __ProcessHavokCommandQueueTasks{ REL::Offset(0x04575C08), REL::Offset(0x04575C48) }; + inline constexpr std::array __QualifyAsCurrentPackage{ REL::Offset(0x044D8AF8) }; + inline constexpr std::array __QuestRefDuplicateWatcher{ REL::Offset(0x04410310) }; + inline constexpr std::array __QuestStatusToMiscStatHandler{ REL::Offset(0x044D6790) }; + inline constexpr std::array __QueuedBGSStaticCollection{ REL::Offset(0x043B7380) }; + inline constexpr std::array __QueuedBodyItem{ REL::Offset(0x0434AC30) }; + inline constexpr std::array __QueuedMagicItem{ REL::Offset(0x04363838) }; + inline constexpr std::array __QueuedSubBehaviorHandles{ REL::Offset(0x0456C228) }; + inline constexpr std::array __RagdollPenetrationDetectAndResolveTask{ REL::Offset(0x0457BCF0), REL::Offset(0x0457BD28) }; + inline constexpr std::array __ReferenceStringConverter{ REL::Offset(0x045A6378) }; + inline constexpr std::array __Registry{ REL::Offset(0x04011098) }; + inline constexpr std::array __RejectQuestConfirmCallBack{ REL::Offset(0x044A7010) }; + inline constexpr std::array __RequestContrabandItemsNode{ REL::Offset(0x044CBC08) }; + inline constexpr std::array __RobotSelectionCallback{ REL::Offset(0x044C2DE8) }; + inline constexpr std::array __RuntimeComponentDBFactoryHelper{ REL::Offset(0x04374D00), REL::Offset(0x04374D18), REL::Offset(0x04374D30), REL::Offset(0x04374D48), REL::Offset(0x04374D60), REL::Offset(0x04374D78), REL::Offset(0x04374D90), REL::Offset(0x04374DA8) }; + inline constexpr std::array __ScannedToMiscStatHandler{ REL::Offset(0x044D6928) }; + inline constexpr std::array __SceneActionResultsCallBack{ REL::Offset(0x0440BFE0) }; + inline constexpr std::array __ScenePhaseResultsCallBack{ REL::Offset(0x0440C010) }; + inline constexpr std::array __SceneResultsCallBack{ REL::Offset(0x0440B9B8) }; + inline constexpr std::array __SearchLinkedRefChildrenFunctor{ REL::Offset(0x043654B0) }; + inline constexpr std::array __SecurityMenu_ConfirmCallback{ REL::Offset(0x044ACEF0) }; + inline constexpr std::array __SecurityMenu_UseDigipickCallback{ REL::Offset(0x044ACED8) }; + inline constexpr std::array __ServeJailTimeCallback{ REL::Offset(0x043BB140) }; + inline constexpr std::array __Service{ REL::Offset(0x044EEB30), REL::Offset(0x044EEB48), REL::Offset(0x044EEB60), REL::Offset(0x044EEB78), REL::Offset(0x044EEB90) }; + inline constexpr std::array __SettleEventSink{ REL::Offset(0x044D8818) }; + inline constexpr std::array __ShiftBroadphaseTask{ REL::Offset(0x04069130), REL::Offset(0x04069150) }; + inline constexpr std::array __ShiftWorldTask{ REL::Offset(0x040690A8), REL::Offset(0x040690C8) }; + inline constexpr std::array __ShipAddedToMiscStatHandler{ REL::Offset(0x044D6610) }; + inline constexpr std::array __ShipCustomizedToMiscStatHandler{ REL::Offset(0x044D65C8) }; + inline constexpr std::array __SimpleImportHandler{ REL::Offset(0x04011588) }; + inline constexpr std::array __SkipJumpNode{ REL::Offset(0x0459F7F0) }; + inline constexpr std::array __SortIntersectingEdgesFunctor{ REL::Offset(0x0459AAA8) }; + inline constexpr std::array __SpaceshipTemplateComponentHandler{ REL::Offset(0x0455B590) }; + inline constexpr std::array __SpeechChallengeSucceededStatHandler{ REL::Offset(0x044D6730) }; + inline constexpr std::array __SpinningCriticalSection{ REL::Offset(0x04013C08) }; + inline constexpr std::array __StackWalker{ REL::Offset(0x045724E0) }; + inline constexpr std::array __StageEventSource{ REL::Offset(0x044D4760) }; + inline constexpr std::array __StageItemFinishedCallback{ REL::Offset(0x044106F8) }; + inline constexpr std::array __StandardDetectionListener{ REL::Offset(0x044DA778) }; + inline constexpr std::array __StartingConsoleCommandRunner{ REL::Offset(0x044D45E8) }; + inline constexpr std::array __StopHitEffectsVisitor{ REL::Offset(0x044C3810) }; + inline constexpr std::array __StopStartEquipabilityFunctor{ REL::Offset(0x044DA090) }; + inline constexpr std::array __StorageTableVolumeProcessor{ REL::Offset(0x04453618) }; + inline constexpr std::array __StringTypeConverter{ REL::Offset(0x045A6190) }; + inline constexpr std::array __TESAudioInitialLoadListener{ REL::Offset(0x044C8BE0) }; + inline constexpr std::array __TESAudioSaveLoadListener{ REL::Offset(0x044C8BC8) }; + inline constexpr std::array __TESAudioScriptSDM{ REL::Offset(0x04477420) }; + inline constexpr std::array __TESHitToMiscStatHandler{ REL::Offset(0x044D68C8) }; + inline constexpr std::array __TESObjectREFRFactory{ REL::Offset(0x043D0568) }; + inline constexpr std::array __TESQuestSpaceCellPostProcessNode{ REL::Offset(0x0440FE68) }; + inline constexpr std::array __TerminalsHackedToMiscStatHandler{ REL::Offset(0x044D66E8) }; + inline constexpr std::array __TextureReadyNode{ REL::Offset(0x045907B8) }; + inline constexpr std::array __TimeOutNode{ REL::Offset(0x0447D950) }; + inline constexpr std::array __TopicResultCallBack{ REL::Offset(0x04412458) }; + inline constexpr std::array __TransactionEventToMiscStatHandler{ REL::Offset(0x044D65E0) }; + inline constexpr std::array __TrespassToMiscStatHandler{ REL::Offset(0x044D6760) }; + inline constexpr std::array __UpdateActorAlias{ REL::Offset(0x0455A5F8) }; + inline constexpr std::array __UserRequestedScale{ REL::Offset(0x04577A18) }; + inline constexpr std::array __VATSFaceEmotionManager{ REL::Offset(0x04476EC0), REL::Offset(0x04476ED8) }; + inline constexpr std::array __VariantToMenuRecipeHelper{ REL::Offset(0x04459D58) }; + inline constexpr std::array __VdbObjectAllocImpl{ REL::Offset(0x0403CE58) }; + inline constexpr std::array __VdbObjectCompoundImpl{ REL::Offset(0x0403CE88) }; + inline constexpr std::array __VdbObjectPointerImpl{ REL::Offset(0x0403CF18) }; + inline constexpr std::array __VdbObjectStringImpl{ REL::Offset(0x0403CED0) }; + inline constexpr std::array __VoiceTypeFinder{ REL::Offset(0x04365060) }; + inline constexpr std::array __Volume3DBuilder{ REL::Offset(0x04355708) }; + inline constexpr std::array __Win32Impl{ REL::Offset(0x0400B4F0) }; + inline constexpr std::array __Win32ThreadImpl{ REL::Offset(0x040128F0) }; + inline constexpr std::array __WorkshopItemColorListener{ REL::Offset(0x04478788) }; + inline constexpr std::array __WorkshopListener{ REL::Offset(0x044CBDC8) }; + inline constexpr std::array __bhkLifoAllocator{ REL::Offset(0x0457C0D8) }; + inline constexpr std::array __bhkTaskSchedule__ExecutionContext{ REL::Offset(0x04575CC0) }; + inline constexpr std::array __hknpBSExplosionCollisionFilter{ REL::Offset(0x044EB068) }; + inline constexpr std::array __hknpBSFootIKCollector{ REL::Offset(0x044E7A38) }; + inline constexpr std::array __hknpBSFootIKMultiCollector{ REL::Offset(0x044E7A70) }; + inline constexpr std::array __hknpBSIgnorePoseBoundForActorsInFurnitureCollector{ REL::Offset(0x044D9FE8) }; + inline constexpr std::array __hknpBSMaterialLibrary{ REL::Offset(0x04575CA0) }; + inline constexpr std::array __hknpBSQuadOrientationCollector{ REL::Offset(0x0457C780) }; + inline constexpr std::array __hknpBSRagdollPenetrationCollisionFilter{ REL::Offset(0x0457BCA0) }; + inline constexpr std::array __hknpScaledConvexShapeScaleAndTransformCollector{ REL::Offset(0x04064498) }; + inline constexpr std::array _lambda_99f9674ccabddde8d447bfe1ca6d40ec___operator____5__TakeoffFadeDoneCallback{ REL::Offset(0x044B4318) }; + inline constexpr std::array bhkBipedOrientationController{ REL::Offset(0x0457C2A8) }; + inline constexpr std::array bhkBlockStreamAllocatorBase{ REL::Offset(0x0457C200) }; + inline constexpr std::array bhkBlockStreamAllocator_2048_{ REL::Offset(0x04575888) }; + inline constexpr std::array bhkBlockStreamAllocator_2_{ REL::Offset(0x04575818) }; + inline constexpr std::array bhkCharProxyController{ REL::Offset(0x04579448), REL::Offset(0x04579458), REL::Offset(0x04579468), REL::Offset(0x045794D0), REL::Offset(0x045797E0) }; + inline constexpr std::array bhkCharProxyControllerCinfo{ REL::Offset(0x04579400) }; + inline constexpr std::array bhkCharProxyManager{ REL::Offset(0x04575B70) }; + inline constexpr std::array bhkCharRigidBodyController{ REL::Offset(0x0457A350), REL::Offset(0x0457A360), REL::Offset(0x0457A370), REL::Offset(0x0457A680), REL::Offset(0x0457A690) }; + inline constexpr std::array bhkCharRigidBodyControllerCinfo{ REL::Offset(0x0457A8A8) }; + inline constexpr std::array bhkCharRigidBodyManager{ REL::Offset(0x04575CD8) }; + inline constexpr std::array bhkCharacterCollisionHandler{ REL::Offset(0x044E0108) }; + inline constexpr std::array bhkCharacterController{ REL::Offset(0x04578C00), REL::Offset(0x04578C10), REL::Offset(0x04578C20), REL::Offset(0x04578F30) }; + inline constexpr std::array bhkCharacterControllerCinfo{ REL::Offset(0x04578F98) }; + inline constexpr std::array bhkCharacterControllerShapeManager__hknpConvexShapeEx{ REL::Offset(0x04578FE0) }; + inline constexpr std::array bhkCharacterPointCollector{ REL::Offset(0x0457C838) }; + inline constexpr std::array bhkCharacterProxy{ REL::Offset(0x045797F0) }; + inline constexpr std::array bhkCharacterRigidBody{ REL::Offset(0x0457A6C8) }; + inline constexpr std::array bhkCharacterRigidBodyCinfo{ REL::Offset(0x0457A888) }; + inline constexpr std::array bhkCharacterStateClimbing{ REL::Offset(0x04579000) }; + inline constexpr std::array bhkCharacterStateFloating{ REL::Offset(0x0457C6B0) }; + inline constexpr std::array bhkCharacterStateFlying{ REL::Offset(0x04579050) }; + inline constexpr std::array bhkCharacterStateInAir{ REL::Offset(0x0457C660) }; + inline constexpr std::array bhkCharacterStateJumping{ REL::Offset(0x0457C610) }; + inline constexpr std::array bhkCharacterStateOnGround{ REL::Offset(0x0457C5C0) }; + inline constexpr std::array bhkCharacterStateSpaceship{ REL::Offset(0x045737E0) }; + inline constexpr std::array bhkCharacterStateSwimming{ REL::Offset(0x0457A1B8) }; + inline constexpr std::array bhkCollisionFilter{ REL::Offset(0x04577DA0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_0ad205e897296c4233e80e0d61bada21____bhkSetBodyOrientationCmd_{ REL::Offset(0x0457B3C0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_0d58bf82d324a15a6d6f14f8c2bdfa4c____bhkDestroyConstraintGroupCmd_{ REL::Offset(0x0457B140) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_14c3ddd8a7b502fd4208007a6ae830e8____bhkSetBodyMassCmd_{ REL::Offset(0x0457B3E0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_186afcd15731e9361c6e7437e248f879____bhkSetBodyShapeMutated_{ REL::Offset(0x0457AF80) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_1f085421ff0db415d66edc796f3dfd54____bhkSetConstraintGroupCmd_{ REL::Offset(0x0457B160) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_24947a0ceb2f89e4c9f9f25fad16fe57____bhkSetCompoundBodyTransformCmd_{ REL::Offset(0x0457AF40) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_2a71fee199b091a46fed23391c3ca502____bhkSetBodyPropertyCmd_{ REL::Offset(0x0457B240) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_2f37aecb92ecff92b8a2311756eb9947____bhkSetGravityForMotionLibraryCmd_{ REL::Offset(0x0457B0E0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_33f10031136e16c06e609eea0c8f15c9____bhkSetBodyMassDistributionCmd_{ REL::Offset(0x0457B400) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_33fdddc2d14d9f052c47eaa16871812e____bhkAttachBodyCommand_{ REL::Offset(0x0457B100) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_3b5cf81abdef6638087902a3eb92ee52____bhkBodyCommand_{ REL::Offset(0x0457B060) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_3b7bb10d2f52bcdd99f54f873639c96b____bhkAddActionCommand_{ REL::Offset(0x0457B1E0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_3f2ae688cdd8c78e8912bcfc4d9e93e7____bhkBodyActivationCmd_{ REL::Offset(0x0457B000) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_4560b97fbba6a1f59f11b3514463466a____bhkChangeBodyFlagCmd_{ REL::Offset(0x0457B020) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_4f15b2a546d20f40f673dc5aad8a7ff8____bhkRebuildMotionMassPropBodyCmd_{ REL::Offset(0x0457B0C0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_53d41f69dd986d44e6888c5b2b230248____bhkDetachBodyCommand_{ REL::Offset(0x0457B040) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_581b8baa5e9eccb8de9886ea166b14b8____bhkAddRagdollToMgr_{ REL::Offset(0x0457B300) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_5b16feed784fb88eb4891598baf98933____bhkSetBodyPositionCmd_{ REL::Offset(0x0457B440) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_5d10bb3e8181f3617dfef9fd7d1b136d____bhkSetBodyActStateCmd_{ REL::Offset(0x0457B220) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_5f22adf6a0399a68966f0caff094171a____bhkSetBodyMotionCmd_{ REL::Offset(0x0457B540) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_66ca3d5ef1d116d90cddbf41415516db____bhkReleaseCollisionObjectCommand_{ REL::Offset(0x0457B2A0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_6c69f730c1913716fa38768121ca5352____bhkSetBodyMotionPropertyFlagsCmd_{ REL::Offset(0x0457B480) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_6c9f9636d952ceefc1061ad4cb910f4e____bhkSetMinBodyCollisionLookAheadCmd_{ REL::Offset(0x0457AF60) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_6e813d1e111da58a82920c6db45f5f69____bhkSetBody2Vec4fCmd_{ REL::Offset(0x0457AFE0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_81a0cb85728b8d7916f008bf8df84aa8____bhkSetBodyFloatFloatCmd_{ REL::Offset(0x0457B3A0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_83371d7b9cb36996acdd52f718466017____bhkReleasePhysicsSystemCommand_{ REL::Offset(0x0457B180) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_89d4b7d647c09f661993e3dfe9eae162____bhkSetBodyMotionTypeCmd_{ REL::Offset(0x0457B4E0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_8d1c82639dbd819adf1f792fb4d1d6cc____bhkRebuildMotionMassPropCmd_{ REL::Offset(0x0457B0A0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_8e05c20137268707d9e8f1781c4a1506____bhkUpdateBroadPhaseCmd_{ REL::Offset(0x0457B260) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_8e3878017a4aaaab3ecd662645b51090____bhkSetVelocityDampingCmd_{ REL::Offset(0x0457AF20) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_9494088d5b0d805241f416550261c580____bhkSetBodyFilterInfo_{ REL::Offset(0x0457B500) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_9e4e5d1b92aa96dfef0e278071075d49____bhkRemoveConstraintCmd_{ REL::Offset(0x0457B120) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_9f1ee0f7407989bcb31d88608e8003b6____bhkSetBodyVelocityCmd_{ REL::Offset(0x0457B340) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_a0b6cf31a03e6a396a62ab6af1b42394____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457B4A0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_a9b0cf8ad4f589aa12a70c6ec8b5e6fb____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457B4C0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_ae0b51a5c403fd801a927fb82eea845f____bhkAddBodiesCommand_{ REL::Offset(0x0457B1C0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_ae8fcc61fc8c9703c4be5cbb02b08c14____bhkSetBodyZeroVelCmd_{ REL::Offset(0x0457B280) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_af063f8c2b6c8e268dec7f31f4be2426____bhkUpdatePoseBoundVel_{ REL::Offset(0x0457B2C0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_b062323a25f4b128c9f0da7177edb253____bhkUpdatePoseBoundWarp_{ REL::Offset(0x0457B2E0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_b21c90186d4437b0c6a27ca6443b8e29____bhkZeroGCommand_{ REL::Offset(0x0457B360) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_b2872f1f39c0bf4bdea78806fd5a4901____bhkSetBodyTransformCmd_{ REL::Offset(0x0457B320) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_b3d5d48152cc08b0237b865c661b744b____bhkSetBodySurfaceVelocityCmd_{ REL::Offset(0x0457B200) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_bc2c4beaeee0d868fc5da01371048385____bhkApplyHardKeyframe_{ REL::Offset(0x0457AFA0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_c286e74344bfb30ab5e31261c6a5c328____bhkSetBodyFilterInfoGroup_{ REL::Offset(0x0457B520) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_c40db60b2d4e86a22398b19d692d2f16____bhkActivateBodiesInAabbCmd_{ REL::Offset(0x0457B080) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_cdcd9dde9f1abf866008c34ac7e5f95c____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457B380) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_d72367bc5372d929ad753bb8348827cb____bhkSetBodyVec4fCmd_{ REL::Offset(0x0457B420) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_e04c2e051b475970f3eeee10ad5f14fe____bhkAddConstraintCmd_{ REL::Offset(0x0457B1A0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_f3a9f2d6351bac89caffdb2f4bf7ee59____bhkSetBodyU16Cmd_{ REL::Offset(0x0457AFC0) }; + inline constexpr std::array bhkCommandQueue__Handler__lambda_f91026c358cd85dccb557e5dc8c0c5db____bhkSetBodyGravityCmd_{ REL::Offset(0x0457B460) }; + inline constexpr std::array bhkICharOrientationController{ REL::Offset(0x045790A0) }; + inline constexpr std::array bhkIWorldStepListener{ REL::Offset(0x03F2DC88) }; + inline constexpr std::array bhkMemorySystem{ REL::Offset(0x0457C148) }; + inline constexpr std::array bhkNPCollisionObject{ REL::Offset(0x04576A40) }; + inline constexpr std::array bhkNPCollisionObjectUnlinked{ REL::Offset(0x04576C50) }; + inline constexpr std::array bhkNPCollisionObjectUnlinked__LinkExtraData{ REL::Offset(0x04576E60) }; + inline constexpr std::array bhkNPCollisionProxyObject{ REL::Offset(0x04577040) }; + inline constexpr std::array bhkNPModelNodeComponent{ REL::Offset(0x04371580) }; + inline constexpr std::array bhkParticlesManagerModifier{ REL::Offset(0x04575D90) }; + inline constexpr std::array bhkPhysicsSystem{ REL::Offset(0x04578240) }; + inline constexpr std::array bhkQuadOrientationController{ REL::Offset(0x0457C7B8) }; + inline constexpr std::array bhkRagdollPenetrationManager{ REL::Offset(0x0457BFC8) }; + inline constexpr std::array bhkRagdollSystem{ REL::Offset(0x04578410) }; + inline constexpr std::array bhkRandomVelocityGenerator__INISettingCollectionEx{ REL::Offset(0x03F0EE30) }; + inline constexpr std::array bhkRandomVelocityGenerator__INISettingEx{ REL::Offset(0x03F25C00) }; + inline constexpr std::array bhkTTNode_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04412800) }; + inline constexpr std::array bhkThreadMemorySource{ REL::Offset(0x0457C9E8), REL::Offset(0x0457CA78) }; + inline constexpr std::array bhkThreadMemorySource__RowBlockAllocatorImpl{ REL::Offset(0x0457CA58) }; + inline constexpr std::array bhkThreadPool{ REL::Offset(0x04579C10) }; + inline constexpr std::array bhkTrapListener{ REL::Offset(0x04414990) }; + inline constexpr std::array bhkWorld{ REL::Offset(0x045759A8) }; + inline constexpr std::array bhkWorldM{ REL::Offset(0x045799C0) }; + inline constexpr std::array bnet__Account__ExternalAuthInfo{ REL::Offset(0x0478FEB8) }; + inline constexpr std::array bnet__AsyncOperationProxy{ REL::Offset(0x0478F108) }; + inline constexpr std::array bnet__Callback_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ REL::Offset(0x0478F920) }; + inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ REL::Offset(0x0478F980) }; + inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ REL::Offset(0x0478FBB8) }; + inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ REL::Offset(0x0478FF00) }; + inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ REL::Offset(0x0478F9B0) }; + inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ REL::Offset(0x0478F9E0) }; + inline constexpr std::array bnet__Callback_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ REL::Offset(0x0478FB88) }; + inline constexpr std::array bnet__Callback_bnet_std__void_t_bnet__HttpResponseInfo_{ REL::Offset(0x0478F950) }; + inline constexpr std::array bnet__Callback_bool_bnet__HttpResponseInfo_{ REL::Offset(0x0478FB20) }; + inline constexpr std::array bnet__Callback_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ REL::Offset(0x0478FF50) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__Entitlements__ConsumeResponse_bnet__HttpResponseInfo_{ REL::Offset(0x0478FA40) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__AuthResult__bnet__Account__AuthenticationStatus_{ REL::Offset(0x0478FA60) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__Account__InfoResult__bnet__HttpResponseInfo_{ REL::Offset(0x0478FAC0) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__MOTD__Messages__bnet__HttpResponseInfo_{ REL::Offset(0x0478FF30) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Entitlements__Mapping_1_1_bnet__impl__StdAllocator_bnet__Entitlements__Mapping____bnet__HttpResponseInfo_{ REL::Offset(0x0478FA20) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__DocumentResult_5_1_bnet__impl__StdAllocator_bnet__Legal__DocumentResult____bnet__Legal__AcceptDocumentsStatus_{ REL::Offset(0x0478FAA0) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet__UniquePtr_bnet__impl__FixedVector_bnet__Legal__Document_5_1_bnet__impl__StdAllocator_bnet__Legal__Document____bnet__HttpResponseInfo_{ REL::Offset(0x0478FAE0) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bnet_std__void_t_bnet__HttpResponseInfo_{ REL::Offset(0x0478FA80) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_bool_bnet__HttpResponseInfo_{ REL::Offset(0x0478FB00) }; + inline constexpr std::array bnet__detail__CallbackImpl_1_std__shared_ptr_bnet__FileChunk__bnet__HttpResponseInfo_{ REL::Offset(0x0478FF80) }; + inline constexpr std::array bnet__impl__AsyncOperation{ REL::Offset(0x0478F130) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ REL::Offset(0x0478FE90) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ REL::Offset(0x0478FFA0) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ REL::Offset(0x04790018) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ REL::Offset(0x0478FC10) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ REL::Offset(0x0478FCB0) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ REL::Offset(0x0478FDA0) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ REL::Offset(0x0478FC60) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ REL::Offset(0x0478FD50) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ REL::Offset(0x0478FD00) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ REL::Offset(0x0478F0B0) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ REL::Offset(0x0478FE40) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ REL::Offset(0x0478FDF0) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CallableBase_bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___ICopyableCallable_void___bnet__LogParamsconst__{ REL::Offset(0x0478ED98) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_049b8034d7240e1a8d658718b75814cd__{ REL::Offset(0x0478FE68) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_341aa5738e7bbb5c0d0b79a06274cfb2__{ REL::Offset(0x0478FFC8) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_3d66ab941d708f0ed6f60fc355ef4a3d__{ REL::Offset(0x0478FFF0) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_416832ddcec67b12bb5400c960e6fe35__{ REL::Offset(0x0478FBE8) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_4c0f5514c5121a2f597904ca6ff0f7d3__{ REL::Offset(0x0478FC88) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_7c61c3364ea4c35968601be2d7d00ea0__{ REL::Offset(0x0478FD78) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_911865078aab1b46a9595b43953ef889__{ REL::Offset(0x0478FC38) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_a06f6e70da45a2735468d2d534185cda__{ REL::Offset(0x0478FD28) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b2f52ff49725952794ecf4418c7cf1f7__{ REL::Offset(0x0478FCD8) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_b3884ef3a9374cf9f135b95f28d63290__{ REL::Offset(0x0478F0D8) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_d7dc139ff33cb891c87b1ef74edeb2ba__{ REL::Offset(0x0478F088) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_e14585e7c450272e4c42ef5b353dab85__{ REL::Offset(0x0478FE18) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable__lambda_f7e3ee92ec933acc0c98eb62f2b68594__{ REL::Offset(0x0478FDC8) }; + inline constexpr std::array bnet_std__detail__FunctionImpl_bnet_std__detail__attrib__Copyable_void___CopyableCallable_void___bnet__LogParamsconst__{ REL::Offset(0x0478EDC0) }; + inline constexpr std::array bps__client__BIEventClient__BulkEventsResult{ REL::Offset(0x043469D0) }; + inline constexpr std::array bps__client__BIEventClient__CreateSessionResult{ REL::Offset(0x04561408) }; + inline constexpr std::array bps__client__BaseRequestImpl{ REL::Offset(0x04561370) }; + inline constexpr std::array bps__client__RequestImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ REL::Offset(0x04561288) }; + inline constexpr std::array bps__client__RequestImpl_bps__client__BIEventClient__CreateSessionResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ REL::Offset(0x04561318) }; + inline constexpr std::array bps__client__RequestShortCircuitImpl_bps__client__BIEventClient__BulkEventsResult_std__function_void__bps__client__BIGatewayErrorCode_bps__client__DefaultEvaluator_{ REL::Offset(0x045612D0) }; + inline constexpr std::array bps__client__Services{ REL::Offset(0x04561468) }; + inline constexpr std::array bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ REL::Offset(0x043469E8) }; + inline constexpr std::array bps__client__WebResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ REL::Offset(0x045613F0) }; + inline constexpr std::array bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameBulkSend_{ REL::Offset(0x04346A00) }; + inline constexpr std::array bps__shared__PlatformResult_bps__client__BIGatewayErrorCode_0_bps__client__BIEventClient__kResultNameCreate_{ REL::Offset(0x045613D8) }; + inline constexpr std::array castTest__Interface0{ REL::Offset(0x04003F90), REL::Offset(0x04003FC0) }; + inline constexpr std::array castTest__Interface1{ REL::Offset(0x04004258) }; + inline constexpr std::array castTest__Interface2{ REL::Offset(0x04004340) }; + inline constexpr std::array castTest__InterfaceBase{ REL::Offset(0x04003DD8) }; + inline constexpr std::array castTest__InterfaceOtherBase{ REL::Offset(0x04003EB8) }; + inline constexpr std::array castTest__Leaf{ REL::Offset(0x04003AD8) }; + inline constexpr std::array castTest__OtherLeaf{ REL::Offset(0x04003C48) }; + inline constexpr std::array castTest__Root{ REL::Offset(0x04003A50) }; + inline constexpr std::array castTest__WithInterfaces{ REL::Offset(0x040043F8), REL::Offset(0x04004438), REL::Offset(0x04004478), REL::Offset(0x040044B0), REL::Offset(0x040044E8) }; + inline constexpr std::array hclAction{ REL::Offset(0x04031340) }; + inline constexpr std::array hclAntiPinchConstraintInstanceData{ REL::Offset(0x0403A2B0) }; + inline constexpr std::array hclAntiPinchConstraintSet{ REL::Offset(0x04036400) }; + inline constexpr std::array hclBSClothParameterizedWindAction{ REL::Offset(0x0457C270) }; + inline constexpr std::array hclBSClothPickingAction{ REL::Offset(0x044DD418) }; + inline constexpr std::array hclBSWorld{ REL::Offset(0x045757F8) }; + inline constexpr std::array hclBendLinkConstraintSet{ REL::Offset(0x04037828) }; + inline constexpr std::array hclBendLinkConstraintSetMx{ REL::Offset(0x04028E28) }; + inline constexpr std::array hclBendStiffnessConstraintSet{ REL::Offset(0x0402A7F0) }; + inline constexpr std::array hclBendStiffnessConstraintSetMx{ REL::Offset(0x04032C78) }; + inline constexpr std::array hclBlendOperatorInstanceData{ REL::Offset(0x040351C0) }; + inline constexpr std::array hclBlendSomeVerticesOperator{ REL::Offset(0x04034E08) }; + inline constexpr std::array hclBonePlanesConstraintSet{ REL::Offset(0x04033F48) }; + inline constexpr std::array hclBoneSpaceMeshMeshDeformOperator{ REL::Offset(0x040294E0) }; + inline constexpr std::array hclBoneSpaceMeshMeshDeformPNOperator{ REL::Offset(0x0402BD30) }; + inline constexpr std::array hclBoneSpaceMeshMeshDeformPNTBOperator{ REL::Offset(0x0402D378) }; + inline constexpr std::array hclBoneSpaceMeshMeshDeformPNTOperator{ REL::Offset(0x0402EB70) }; + inline constexpr std::array hclBoneSpaceMeshMeshDeformPOperator{ REL::Offset(0x04030188) }; + inline constexpr std::array hclBoneSpaceSkinOperator{ REL::Offset(0x040304C0) }; + inline constexpr std::array hclBoneSpaceSkinPNOperator{ REL::Offset(0x04030630) }; + inline constexpr std::array hclBoneSpaceSkinPNTBOperator{ REL::Offset(0x04030800) }; + inline constexpr std::array hclBoneSpaceSkinPNTOperator{ REL::Offset(0x04030940) }; + inline constexpr std::array hclBoneSpaceSkinPOperator{ REL::Offset(0x04030B30) }; + inline constexpr std::array hclBoneSpaceTransferSimulationOperator{ REL::Offset(0x04039B18) }; + inline constexpr std::array hclBuffer{ REL::Offset(0x04038D30) }; + inline constexpr std::array hclBufferDefinition{ REL::Offset(0x04032788) }; + inline constexpr std::array hclCapsuleShape{ REL::Offset(0x040299D0) }; + inline constexpr std::array hclClothContainer{ REL::Offset(0x04034688) }; + inline constexpr std::array hclClothData{ REL::Offset(0x0402F9D0) }; + inline constexpr std::array hclClothInstance{ REL::Offset(0x0401A960) }; + inline constexpr std::array hclClothLeafShapeSensor{ REL::Offset(0x043397C0) }; + inline constexpr std::array hclClothPickingAction{ REL::Offset(0x0401AAB8) }; + inline constexpr std::array hclClothState{ REL::Offset(0x04031B50) }; + inline constexpr std::array hclClothStateInstanceData{ REL::Offset(0x04038A98) }; + inline constexpr std::array hclCollidable{ REL::Offset(0x0401AAE8) }; + inline constexpr std::array hclCollisionConvexes{ REL::Offset(0x04339AD0) }; + inline constexpr std::array hclCollisionTriangles{ REL::Offset(0x04339AB0) }; + inline constexpr std::array hclCompressibleLinkConstraintSet{ REL::Offset(0x040350C8) }; + inline constexpr std::array hclCompressibleLinkConstraintSetMx{ REL::Offset(0x040374F8) }; + inline constexpr std::array hclConstraintSet{ REL::Offset(0x04032A48) }; + inline constexpr std::array hclConstraintStiffnessDispatcher{ REL::Offset(0x04038D80) }; + inline constexpr std::array hclConvexGeometryShape{ REL::Offset(0x0402A488) }; + inline constexpr std::array hclConvexHeightFieldShape{ REL::Offset(0x0402AC70) }; + inline constexpr std::array hclConvexPlanesShape{ REL::Offset(0x0402B150) }; + inline constexpr std::array hclCopyVerticesOperator{ REL::Offset(0x040286A0) }; + inline constexpr std::array hclFullClothTask{ REL::Offset(0x04039DD8), REL::Offset(0x04039DF8) }; + inline constexpr std::array hclGatherAllVerticesOperator{ REL::Offset(0x04028D40) }; + inline constexpr std::array hclGatherSomeVerticesOperator{ REL::Offset(0x0402A5F0) }; + inline constexpr std::array hclInputConvertOperator{ REL::Offset(0x04030DF8) }; + inline constexpr std::array hclLocalRangeConstraintSet{ REL::Offset(0x04028BF0) }; + inline constexpr std::array hclMeshBoneDeformOperator{ REL::Offset(0x04029E48) }; + inline constexpr std::array hclMeshMeshDeformOperator{ REL::Offset(0x0402C888) }; + inline constexpr std::array hclMoveParticlesOperator{ REL::Offset(0x0402D910) }; + inline constexpr std::array hclObjectSpaceMeshMeshDeformOperator{ REL::Offset(0x0402DCC8) }; + inline constexpr std::array hclObjectSpaceMeshMeshDeformPNOperator{ REL::Offset(0x0402F738) }; + inline constexpr std::array hclObjectSpaceMeshMeshDeformPNTBOperator{ REL::Offset(0x04030A60) }; + inline constexpr std::array hclObjectSpaceMeshMeshDeformPNTOperator{ REL::Offset(0x04032098) }; + inline constexpr std::array hclObjectSpaceMeshMeshDeformPOperator{ REL::Offset(0x04033D10) }; + inline constexpr std::array hclObjectSpaceSkinOperator{ REL::Offset(0x04034198) }; + inline constexpr std::array hclObjectSpaceSkinPNOperator{ REL::Offset(0x040344A0) }; + inline constexpr std::array hclObjectSpaceSkinPNTBOperator{ REL::Offset(0x04034788) }; + inline constexpr std::array hclObjectSpaceSkinPNTOperator{ REL::Offset(0x04034928) }; + inline constexpr std::array hclObjectSpaceSkinPOperator{ REL::Offset(0x04034B68) }; + inline constexpr std::array hclObjectSpaceTransferSimulationOperator{ REL::Offset(0x04039BD8) }; + inline constexpr std::array hclOperator{ REL::Offset(0x04031F80) }; + inline constexpr std::array hclOperatorSequenceTask{ REL::Offset(0x04039E40), REL::Offset(0x04039E60) }; + inline constexpr std::array hclOutputConvertOperator{ REL::Offset(0x040311A0) }; + inline constexpr std::array hclPlaneShape{ REL::Offset(0x0402BC78) }; + inline constexpr std::array hclPointContactPlanesShape{ REL::Offset(0x04038DD8) }; + inline constexpr std::array hclPostExecuteClothTask{ REL::Offset(0x04039EF0), REL::Offset(0x04039F10) }; + inline constexpr std::array hclPreExecuteClothTask{ REL::Offset(0x04039E98), REL::Offset(0x04039EB8) }; + inline constexpr std::array hclScratchBuffer{ REL::Offset(0x04339AF0) }; + inline constexpr std::array hclScratchBufferDefinition{ REL::Offset(0x04039900) }; + inline constexpr std::array hclShadowBuffer{ REL::Offset(0x04339B40) }; + inline constexpr std::array hclShadowBufferDefinition{ REL::Offset(0x04039A98) }; + inline constexpr std::array hclShape{ REL::Offset(0x0402E118) }; + inline constexpr std::array hclSimClothData{ REL::Offset(0x04033408) }; + inline constexpr std::array hclSimClothInstance{ REL::Offset(0x0401AB08) }; + inline constexpr std::array hclSimClothPose{ REL::Offset(0x04032D60) }; + inline constexpr std::array hclSimpleMeshBoneDeformOperator{ REL::Offset(0x0402B248) }; + inline constexpr std::array hclSimpleWindAction{ REL::Offset(0x04031540) }; + inline constexpr std::array hclSimulateOperator{ REL::Offset(0x0402FFD8) }; + inline constexpr std::array hclSimulateOperatorInstanceData{ REL::Offset(0x0402F060) }; + inline constexpr std::array hclSkinOperator{ REL::Offset(0x04037AB0) }; + inline constexpr std::array hclSphereShape{ REL::Offset(0x0402C3F8) }; + inline constexpr std::array hclStandardLinkConstraintSet{ REL::Offset(0x0402A708) }; + inline constexpr std::array hclStandardLinkConstraintSetMx{ REL::Offset(0x0402C8F8) }; + inline constexpr std::array hclStateDependencyGraph{ REL::Offset(0x04027C00) }; + inline constexpr std::array hclStateTransition{ REL::Offset(0x0402A448) }; + inline constexpr std::array hclStaticShadowBuffer{ REL::Offset(0x04339B90) }; + inline constexpr std::array hclStaticShadowBufferDefinition{ REL::Offset(0x04039AC8) }; + inline constexpr std::array hclStretchLinkConstraintSet{ REL::Offset(0x0402D800) }; + inline constexpr std::array hclStretchLinkConstraintSetMx{ REL::Offset(0x0402F2B8) }; + inline constexpr std::array hclTaperedCapsuleShape{ REL::Offset(0x0402C9D0) }; + inline constexpr std::array hclTransformSetDefinition{ REL::Offset(0x0402A9B0) }; + inline constexpr std::array hclTransitionConstraintInstanceData{ REL::Offset(0x0402FCC8) }; + inline constexpr std::array hclTransitionConstraintSet{ REL::Offset(0x04030878) }; + inline constexpr std::array hclUpdateAllVertexFramesOperator{ REL::Offset(0x04037E30) }; + inline constexpr std::array hclUpdateSomeVertexFramesOperator{ REL::Offset(0x040280F0) }; + inline constexpr std::array hclVdbObjectNode__SimulateOperatorInstanceData{ REL::Offset(0x04038A60) }; + inline constexpr std::array hclVolumeConstraint{ REL::Offset(0x04030BE8) }; + inline constexpr std::array hclVolumeConstraintInstanceData{ REL::Offset(0x0403A1E8) }; + inline constexpr std::array hclVolumeConstraintMx{ REL::Offset(0x040328D0) }; + inline constexpr std::array hclVolumeConstraintMxInstanceData{ REL::Offset(0x0403A240) }; + inline constexpr std::array hclWorld{ REL::Offset(0x04038AF0) }; + inline constexpr std::array hctClothSetup20151Options{ REL::Offset(0x04004860) }; + inline constexpr std::array hctClothSetupClothData20151Options{ REL::Offset(0x04004038) }; + inline constexpr std::array hctClothSetupObjectData20151{ REL::Offset(0x04003650) }; + inline constexpr std::array hkBSErrorEmpty{ REL::Offset(0x03F27930) }; + inline constexpr std::array hkBaseObject{ REL::Offset(0x040088D8) }; + inline constexpr std::array hkBlockStreamAllocator{ REL::Offset(0x0432A7B0) }; + inline constexpr std::array hkBlockStreamCommandWriter{ REL::Offset(0x0432A770) }; + inline constexpr std::array hkBmpFileFormat{ REL::Offset(0x04339C10) }; + inline constexpr std::array hkBsdSocket{ REL::Offset(0x04019490) }; + inline constexpr std::array hkBufferedStreamReader{ REL::Offset(0x04012780) }; + inline constexpr std::array hkBufferedStreamWriter{ REL::Offset(0x040127E0) }; + inline constexpr std::array hkConcurrency{ REL::Offset(0x0432A168) }; + inline constexpr std::array hkConcurrencyInternals__BatchProcessorEx__lambda_895a7748dffad0fee31a2745efa4683c__{ REL::Offset(0x0433AC30) }; + inline constexpr std::array hkConcurrencyInternals__BatchProcessorEx__lambda_c6150076af7752db22b2c9268600bc79__{ REL::Offset(0x0433ABF8) }; + inline constexpr std::array hkConcurrencyInternals__BatchProcessorEx__lambda_d2f5ed2e2819df6eab90a8416f76b63b__{ REL::Offset(0x0433ABC0) }; + inline constexpr std::array hkContainerAlignedHeapAllocator_hkAsyncThreadPool__WorkerThread___Allocator{ REL::Offset(0x040108C0) }; + inline constexpr std::array hkDdsFileFormat{ REL::Offset(0x04339BE0) }; + inline constexpr std::array hkDebugCommandProcessor{ REL::Offset(0x04063638) }; + inline constexpr std::array hkDebugDisplay{ REL::Offset(0x0403D338) }; + inline constexpr std::array hkDebugDisplayHandler{ REL::Offset(0x0403D090) }; + inline constexpr std::array hkDefaultCompoundMeshBody{ REL::Offset(0x043368E8) }; + inline constexpr std::array hkDefaultCompoundMeshShape{ REL::Offset(0x04336438) }; + inline constexpr std::array hkDefaultError{ REL::Offset(0x04012AB8) }; + inline constexpr std::array hkDefaultTaskQueue{ REL::Offset(0x04013AA0), REL::Offset(0x04013AD0) }; + inline constexpr std::array hkDefaultTaskQueueDetail__AsyncThreadPoolContext{ REL::Offset(0x04013BD8) }; + inline constexpr std::array hkDefaultTaskQueueDetail__BlockingThreadContext{ REL::Offset(0x04013BB8) }; + inline constexpr std::array hkDefaultTaskQueueDetail__SpinningThreadContext{ REL::Offset(0x04013BC8) }; + inline constexpr std::array hkDefaultTaskQueueEx__ExecutionContext{ REL::Offset(0x04013C48) }; + inline constexpr std::array hkDefaultTaskQueue__CriticalSection{ REL::Offset(0x04013A48) }; + inline constexpr std::array hkDefaultTaskQueue__EmptyTask{ REL::Offset(0x04013A68) }; + inline constexpr std::array hkDefaultTaskQueue__ThreadContext{ REL::Offset(0x04013BA8) }; + inline constexpr std::array hkDisplayAABB{ REL::Offset(0x0403D2D8) }; + inline constexpr std::array hkDisplayCapsule{ REL::Offset(0x0403D278) }; + inline constexpr std::array hkDisplayGeometry{ REL::Offset(0x0403D038) }; + inline constexpr std::array hkDisplaySphere{ REL::Offset(0x0403D2A8) }; + inline constexpr std::array hkDisplayWireframe{ REL::Offset(0x0403D4B8) }; + inline constexpr std::array hkErrStream{ REL::Offset(0x0400B6D8) }; + inline constexpr std::array hkError{ REL::Offset(0x0400B678) }; + inline constexpr std::array hkErrorRouter{ REL::Offset(0x04013D58) }; + inline constexpr std::array hkFileSystem{ REL::Offset(0x0400B2A0) }; + inline constexpr std::array hkFileSystem__Watcher{ REL::Offset(0x0400B270) }; + inline constexpr std::array hkGeometry{ REL::Offset(0x04009308) }; + inline constexpr std::array hkGeometryUtils__IVertices{ REL::Offset(0x0433E3E0) }; + inline constexpr std::array hkHardwareInfo{ REL::Offset(0x04013CA8) }; + inline constexpr std::array hkHdrFileFormat{ REL::Offset(0x04339C70) }; + inline constexpr std::array hkImageConversionStep{ REL::Offset(0x0433ADF8) }; + inline constexpr std::array hkImageConversion_AddAlpha{ REL::Offset(0x0433ACB8) }; + inline constexpr std::array hkImageConversion_Decode555{ REL::Offset(0x0433AB78) }; + inline constexpr std::array hkImageConversion_DiscardChannels{ REL::Offset(0x0433AB50) }; + inline constexpr std::array hkImageConversion_FLOAT16_to_32{ REL::Offset(0x0433A9B8) }; + inline constexpr std::array hkImageConversion_FLOAT32_to_16{ REL::Offset(0x0433A990) }; + inline constexpr std::array hkImageConversion_FLOAT_to_R11G11B10{ REL::Offset(0x0433AAA8) }; + inline constexpr std::array hkImageConversion_FLOAT_to_SNORM8{ REL::Offset(0x0433ADA8) }; + inline constexpr std::array hkImageConversion_FLOAT_to_UNORM16{ REL::Offset(0x0433ADD0) }; + inline constexpr std::array hkImageConversion_FLOAT_to_UNORM8{ REL::Offset(0x0433AD80) }; + inline constexpr std::array hkImageConversion_FLOAT_to_UNORM8_SRGB{ REL::Offset(0x0433A968) }; + inline constexpr std::array hkImageConversion_Pad_to_RGBA32{ REL::Offset(0x0433AA58) }; + inline constexpr std::array hkImageConversion_Pad_to_RGBA8{ REL::Offset(0x0433AA80) }; + inline constexpr std::array hkImageConversion_R11G11B10_to_FLOAT{ REL::Offset(0x0433AAD0) }; + inline constexpr std::array hkImageConversion_R11G11B10_to_HALF{ REL::Offset(0x0433AAF8) }; + inline constexpr std::array hkImageConversion_R32_G32_B32_FLOAT_to_B8_G8_R8_UNSIGNED_NORMALIZED{ REL::Offset(0x0433A9E0) }; + inline constexpr std::array hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_A8_UNSIGNED_NORMALIZED{ REL::Offset(0x0433AA30) }; + inline constexpr std::array hkImageConversion_R32_G32_B32_FLOAT_to_R8_G8_B8_UNSIGNED_NORMALIZED{ REL::Offset(0x0433AA08) }; + inline constexpr std::array hkImageConversion_R8G8B8A8_to_R8G8B8{ REL::Offset(0x0433AB20) }; + inline constexpr std::array hkImageConversion_SNORM8_to_FLOAT{ REL::Offset(0x0433AD08) }; + inline constexpr std::array hkImageConversion_SetAlpha{ REL::Offset(0x0433AC90) }; + inline constexpr std::array hkImageConversion_UNORM16_to_FLOAT{ REL::Offset(0x0433AD30) }; + inline constexpr std::array hkImageConversion_UNORM8_SRGB_to_FLOAT{ REL::Offset(0x0433AD58) }; + inline constexpr std::array hkImageConversion_UNORM8_to_FLOAT{ REL::Offset(0x0433ACE0) }; + inline constexpr std::array hkImageRef{ REL::Offset(0x04338C30) }; + inline constexpr std::array hkImageSwizzleConversion32_2103{ REL::Offset(0x0433AC68) }; + inline constexpr std::array hkIndexedTransformSet{ REL::Offset(0x04338B48) }; + inline constexpr std::array hkIo__Detail__ArrayWriteBufferImpl{ REL::Offset(0x04011530) }; + inline constexpr std::array hkIo__Detail__ReadBufferImpl{ REL::Offset(0x04011340) }; + inline constexpr std::array hkIo__Detail__StreamReaderImpl{ REL::Offset(0x04011398) }; + inline constexpr std::array hkIo__Detail__StreamWriteBufferImpl{ REL::Offset(0x04011480) }; + inline constexpr std::array hkKeycodeData{ REL::Offset(0x04339460) }; + inline constexpr std::array hkLifoAllocator{ REL::Offset(0x040090D8) }; + inline constexpr std::array hkLocalFrameGroup{ REL::Offset(0x04010940) }; + inline constexpr std::array hkLog__Output{ REL::Offset(0x04011038) }; + inline constexpr std::array hkMallocAllocator{ REL::Offset(0x04019820) }; + inline constexpr std::array hkMemoryAllocator{ REL::Offset(0x04008DA8) }; + inline constexpr std::array hkMemoryMeshBody{ REL::Offset(0x04336D98) }; + inline constexpr std::array hkMemoryMeshMaterial{ REL::Offset(0x04335A08) }; + inline constexpr std::array hkMemoryMeshShape{ REL::Offset(0x04335EF8) }; + inline constexpr std::array hkMemoryMeshTexture{ REL::Offset(0x04336528) }; + inline constexpr std::array hkMemoryMeshTexture__Sampler{ REL::Offset(0x04338C50) }; + inline constexpr std::array hkMemoryMeshVertexBuffer{ REL::Offset(0x043390E8) }; + inline constexpr std::array hkMemoryResourceContainer{ REL::Offset(0x04010750) }; + inline constexpr std::array hkMemoryResourceHandle{ REL::Offset(0x040106D8) }; + inline constexpr std::array hkMemorySystem{ REL::Offset(0x04010A88) }; + inline constexpr std::array hkMemory__ScopedStats__Collector{ REL::Offset(0x04014438) }; + inline constexpr std::array hkMeshTexture__Sampler{ REL::Offset(0x04339160) }; + inline constexpr std::array hkMeshVertexBuffer{ REL::Offset(0x04339070) }; + inline constexpr std::array hkMonitorStreamColorTable{ REL::Offset(0x04010468) }; + inline constexpr std::array hkMonitorStreamContainer{ REL::Offset(0x040106B8) }; + inline constexpr std::array hkMonitorStreamStringMap{ REL::Offset(0x04010428) }; + inline constexpr std::array hkMonitorStreamTypeMap{ REL::Offset(0x04010448) }; + inline constexpr std::array hkMultipleVertexBuffer{ REL::Offset(0x04338B68) }; + inline constexpr std::array hkObjectResource{ REL::Offset(0x04014510) }; + inline constexpr std::array hkOstream{ REL::Offset(0x04012678) }; + inline constexpr std::array hkParserBuffer{ REL::Offset(0x04019698) }; + inline constexpr std::array hkPrimaryCommandDispatcher{ REL::Offset(0x0432A7A0) }; + inline constexpr std::array hkProcessFactory{ REL::Offset(0x0403D010) }; + inline constexpr std::array hkRefCountedProperties{ REL::Offset(0x040088F0) }; + inline constexpr std::array hkReferencedObject{ REL::Offset(0x040069D8) }; + inline constexpr std::array hkReferencedObjectLock{ REL::Offset(0x04008AA8) }; + inline constexpr std::array hkReflect__Any__ArrayImpl{ REL::Offset(0x0400DEC8) }; + inline constexpr std::array hkReflect__AttributeArrayWithOwnership__AllocImpl{ REL::Offset(0x0400DC60) }; + inline constexpr std::array hkReflect__ClonerCallback{ REL::Offset(0x04009B08) }; + inline constexpr std::array hkReflect__Detail__AllocationImpl{ REL::Offset(0x04009218) }; + inline constexpr std::array hkReflect__Detail__AttributeAllocImpl{ REL::Offset(0x0400D098) }; + inline constexpr std::array hkReflect__Detail__BoolImplN_bool_{ REL::Offset(0x0400DFF0) }; + inline constexpr std::array hkReflect__Detail__BoolImplN_unsignedchar_{ REL::Offset(0x0400E030) }; + inline constexpr std::array hkReflect__Detail__BoolImplN_unsignedint_{ REL::Offset(0x0400E6B8) }; + inline constexpr std::array hkReflect__Detail__BoolImplN_unsignedshort_{ REL::Offset(0x0400E678) }; + inline constexpr std::array hkReflect__Detail__BuiltinTypeReg{ REL::Offset(0x04012F40) }; + inline constexpr std::array hkReflect__Detail__BuiltinTypeReg__SubscriptionImpl{ REL::Offset(0x04013440) }; + inline constexpr std::array hkReflect__Detail__CharBufferImpl{ REL::Offset(0x0400E470) }; + inline constexpr std::array hkReflect__Detail__CloneOnHeap{ REL::Offset(0x04009B48) }; + inline constexpr std::array hkReflect__Detail__DerivedDataCache{ REL::Offset(0x0400D3E8) }; + inline constexpr std::array hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_0__{ REL::Offset(0x04018F20) }; + inline constexpr std::array hkReflect__Detail__EndianFloatImplN_double_hkEndian__EndianType_double_1__{ REL::Offset(0x04018ED0) }; + inline constexpr std::array hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_0__{ REL::Offset(0x04018E80) }; + inline constexpr std::array hkReflect__Detail__EndianFloatImplN_float_hkEndian__EndianType_float_1__{ REL::Offset(0x04018E30) }; + inline constexpr std::array hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_0__{ REL::Offset(0x04018DE0) }; + inline constexpr std::array hkReflect__Detail__EndianFloatImplN_hkHalf16_hkEndian__EndianType_hkHalf16_1__{ REL::Offset(0x04018D90) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_0__{ REL::Offset(0x040191A0) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN___int64_hkEndian__EndianType___int64_1__{ REL::Offset(0x04019150) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_0__{ REL::Offset(0x04019100) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_int_hkEndian__EndianType_int_1__{ REL::Offset(0x040190B0) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_0__{ REL::Offset(0x04019060) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_short_hkEndian__EndianType_short_1__{ REL::Offset(0x04019010) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_0__{ REL::Offset(0x04018FC0) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_signedchar_hkEndian__EndianType_signedchar_1__{ REL::Offset(0x04018F70) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_0__{ REL::Offset(0x04018D40) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsigned__int64_hkEndian__EndianType_unsigned__int64_1__{ REL::Offset(0x040193D0) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_0__{ REL::Offset(0x04019240) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedchar_hkEndian__EndianType_unsignedchar_1__{ REL::Offset(0x040191F0) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_0__{ REL::Offset(0x04019380) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedint_hkEndian__EndianType_unsignedint_1__{ REL::Offset(0x04019330) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_0__{ REL::Offset(0x040192E0) }; + inline constexpr std::array hkReflect__Detail__EndianIntImplN_unsignedshort_hkEndian__EndianType_unsignedshort_1__{ REL::Offset(0x04019290) }; + inline constexpr std::array hkReflect__Detail__FloatImplN_double_{ REL::Offset(0x0400E330) }; + inline constexpr std::array hkReflect__Detail__FloatImplN_float_{ REL::Offset(0x0400E2F0) }; + inline constexpr std::array hkReflect__Detail__FloatImplN_hkHalf16_{ REL::Offset(0x0400E370) }; + inline constexpr std::array hkReflect__Detail__HavokRecordImpl{ REL::Offset(0x0400F550) }; + inline constexpr std::array hkReflect__Detail__HavokStringImpl{ REL::Offset(0x0400F5A8) }; + inline constexpr std::array hkReflect__Detail__HeapAllocImpl{ REL::Offset(0x0400DF80) }; + inline constexpr std::array hkReflect__Detail__HomogeneousArrayImpl{ REL::Offset(0x0400F4D0) }; + inline constexpr std::array hkReflect__Detail__Impl{ REL::Offset(0x040091E8) }; + inline constexpr std::array hkReflect__Detail__IntImplN___int64_{ REL::Offset(0x0400E270) }; + inline constexpr std::array hkReflect__Detail__IntImplN_char_{ REL::Offset(0x0400DFB0) }; + inline constexpr std::array hkReflect__Detail__IntImplN_int_{ REL::Offset(0x0400E170) }; + inline constexpr std::array hkReflect__Detail__IntImplN_long_{ REL::Offset(0x0400E1F0) }; + inline constexpr std::array hkReflect__Detail__IntImplN_short_{ REL::Offset(0x0400E0F0) }; + inline constexpr std::array hkReflect__Detail__IntImplN_signedchar_{ REL::Offset(0x0400E070) }; + inline constexpr std::array hkReflect__Detail__IntImplN_unsigned__int64_{ REL::Offset(0x0400E2B0) }; + inline constexpr std::array hkReflect__Detail__IntImplN_unsignedchar_{ REL::Offset(0x0400E0B0) }; + inline constexpr std::array hkReflect__Detail__IntImplN_unsignedint_{ REL::Offset(0x0400E1B0) }; + inline constexpr std::array hkReflect__Detail__IntImplN_unsignedlong_{ REL::Offset(0x0400E230) }; + inline constexpr std::array hkReflect__Detail__IntImplN_unsignedshort_{ REL::Offset(0x0400E130) }; + inline constexpr std::array hkReflect__Detail__NullptrImpl{ REL::Offset(0x0400E528) }; + inline constexpr std::array hkReflect__Detail__OpaqueImpl{ REL::Offset(0x04014778) }; + inline constexpr std::array hkReflect__Detail__RawPointerImpl{ REL::Offset(0x0400E4B8) }; + inline constexpr std::array hkReflect__Detail__ReferenceImpl{ REL::Offset(0x0400E608) }; + inline constexpr std::array hkReflect__Detail__ReferencedObjectAllocImpl{ REL::Offset(0x0400F328) }; + inline constexpr std::array hkReflect__Detail__ReferencedObjectPointerImpl{ REL::Offset(0x0400E598) }; + inline constexpr std::array hkReflect__Detail__RepeatImpl{ REL::Offset(0x0400E3B0) }; + inline constexpr std::array hkReflect__Detail__ScopedPtrImpl{ REL::Offset(0x0400EE30) }; + inline constexpr std::array hkReflect__Detail__SetterArrayImpl{ REL::Offset(0x04003B38) }; + inline constexpr std::array hkReflect__Detail__SetterRecordImpl{ REL::Offset(0x04003950) }; + inline constexpr std::array hkReflect__Detail__SetterValueImpl_hkReflect__IntType_{ REL::Offset(0x040049E0) }; + inline constexpr std::array hkReflect__Detail__SetterValueImpl_hkReflect__PointerType_{ REL::Offset(0x04004EF0) }; + inline constexpr std::array hkReflect__Detail__SetterValueImpl_hkReflect__StringType_{ REL::Offset(0x04004C58) }; + inline constexpr std::array hkReflect__Detail__StaticArrayImpl{ REL::Offset(0x0400F358) }; + inline constexpr std::array hkReflect__Detail__StaticStringImpl{ REL::Offset(0x0400E428) }; + inline constexpr std::array hkReflect__Detail__StringOut__StringOutImpl{ REL::Offset(0x04010200) }; + inline constexpr std::array hkReflect__Detail__ViewPointerImpl{ REL::Offset(0x0400F5F0) }; + inline constexpr std::array hkReflect__Detail__VoidImpl{ REL::Offset(0x040147A8) }; + inline constexpr std::array hkReflect__Detail__hkArrayImpl{ REL::Offset(0x0400F3D0) }; + inline constexpr std::array hkReflect__Detail__hkInplaceArrayImpl{ REL::Offset(0x0400F450) }; + inline constexpr std::array hkReflect__MutableTypeReg{ REL::Offset(0x04011178) }; + inline constexpr std::array hkReflect__TypeBuilder{ REL::Offset(0x0400DC18) }; + inline constexpr std::array hkReflect__TypeBuilder__writeBodyOnBuffer__48__Alloc{ REL::Offset(0x0400DD48) }; + inline constexpr std::array hkReflect__TypeCopier{ REL::Offset(0x040112A8) }; + inline constexpr std::array hkReflect__TypeReg{ REL::Offset(0x04011140) }; + inline constexpr std::array hkReflect__Var__VarImpl{ REL::Offset(0x0400ABC8) }; + inline constexpr std::array hkReflect__Version__PatchInfoCache{ REL::Offset(0x040135F8) }; + inline constexpr std::array hkReflect__Version__PatchRegistry{ REL::Offset(0x040135D8) }; + inline constexpr std::array hkReflect__Version__PatchSet{ REL::Offset(0x04013618) }; + inline constexpr std::array hkReflect__Version__Patcher{ REL::Offset(0x0400F728) }; + inline constexpr std::array hkRelArray_ArrayImpl{ REL::Offset(0x0400DE50) }; + inline constexpr std::array hkResource{ REL::Offset(0x04014450) }; + inline constexpr std::array hkScalarF_FloatImpl{ REL::Offset(0x04010248) }; + inline constexpr std::array hkSecondaryCommandDispatcher{ REL::Offset(0x0432A740) }; + inline constexpr std::array hkSeekableStreamReader{ REL::Offset(0x0400B420) }; + inline constexpr std::array hkSerialize__Bundle{ REL::Offset(0x04014590) }; + inline constexpr std::array hkSerialize__BundleBuilder{ REL::Offset(0x04014650) }; + inline constexpr std::array hkSerialize__Detail__ChainingCloneCallback{ REL::Offset(0x04010D48) }; + inline constexpr std::array hkSerialize__Detail__CloneToRegistered{ REL::Offset(0x04010D08) }; + inline constexpr std::array hkSerialize__Detail__SkipDyingCallback{ REL::Offset(0x04010D88) }; + inline constexpr std::array hkSerialize__Detail__TagfileArrayImpl{ REL::Offset(0x04014D80) }; + inline constexpr std::array hkSerialize__Detail__TagfileBundle{ REL::Offset(0x04014D50) }; + inline constexpr std::array hkSerialize__Detail__TagfilePointerImpl{ REL::Offset(0x04014DF8) }; + inline constexpr std::array hkSerialize__Detail__TagfileStringImpl{ REL::Offset(0x04014E68) }; + inline constexpr std::array hkSerialize__NoteHandler{ REL::Offset(0x04014688) }; + inline constexpr std::array hkSerialize__ReadFormat{ REL::Offset(0x04014618) }; + inline constexpr std::array hkSerialize__TagfileReadFormat{ REL::Offset(0x04014D00) }; + inline constexpr std::array hkSerialize__TagfileWriteFormat{ REL::Offset(0x04011DB8) }; + inline constexpr std::array hkSerialize__TagfileWriteFormat__Impl{ REL::Offset(0x04011ED0) }; + inline constexpr std::array hkSerialize__WriteFormat{ REL::Offset(0x040145C0) }; + inline constexpr std::array hkSignal1_hknpMaterialLibrary___GlobalSlot_void___hknpMaterialLibrary__{ REL::Offset(0x045752B8) }; + inline constexpr std::array hkSignal1_hknpMotionPropertiesLibrary___GlobalSlot_void___hknpMotionPropertiesLibrary__{ REL::Offset(0x045751F8) }; + inline constexpr std::array hkSignal1_hknpShapeconst___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedshort__unsignedshort_{ REL::Offset(0x04064128) }; + inline constexpr std::array hkSignal1_hknpShapeconst___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst__{ REL::Offset(0x04066590) }; + inline constexpr std::array hkSignal1_hknpWorld___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld__{ REL::Offset(0x040648E0) }; + inline constexpr std::array hkSignal1_hknpWorld___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ REL::Offset(0x0457C928) }; + inline constexpr std::array hkSignal1_hknpWorld___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld__{ REL::Offset(0x040653E0) }; + inline constexpr std::array hkSignal1_hknpWorld___MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld__{ REL::Offset(0x040650A8) }; + inline constexpr std::array hkSignal2_hclClothInstance_bool___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_bool__{ REL::Offset(0x04339780) }; + inline constexpr std::array hkSignal2_hclClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_bool__{ REL::Offset(0x04038BF0) }; + inline constexpr std::array hkSignal2_hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateChangedInfoconst__{ REL::Offset(0x04038BB0) }; + inline constexpr std::array hkSignal2_hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclClothInstance_hclClothInstanceSignals__StateOperatorMaskChangedInfoconst__{ REL::Offset(0x04038CF0) }; + inline constexpr std::array hkSignal2_hclSimClothInstance_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_bool__{ REL::Offset(0x04038C30) }; + inline constexpr std::array hkSignal2_hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclClothInstanceSignals__VCPFlagChangedInfoconst__{ REL::Offset(0x04038C70) }; + inline constexpr std::array hkSignal2_hknpBodyQualityLibrary_hknpBodyQualityId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpBodyQualityLibrary_hknpBodyQualityId__{ REL::Offset(0x04063FA0) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___GlobalSlot_void___hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x0439FB08) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__AutoWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x044539F8) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkPlaceableWater_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04453A78) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_BGSWaterCollisionManager__bhkWaterfall_void_BGSWaterCollisionManager__BGSWaterUpdateI____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04453A38) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_FOCollisionListener_void_FOCollisionListener____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x043CDCC8) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_LoadedAreaBound_void_LoadedAreaBound____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04412EE0) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_PhysicsContactListenerInstance_void_PhysicsContactListenerInstance____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04562EB8) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_bhkCharRigidBodyController_void_bhkCharRigidBodyController____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x0457A310) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpBSCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x0457C8A8) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04065360) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpEasePenetrationsAction_void_hknpEasePenetrationsAction____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x040649E8) }; + inline constexpr std::array hkSignal2_hknpEventHandlerInputconst_hknpEventconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpEventHandlerInputconst_hknpEventconst__{ REL::Offset(0x04063F60) }; + inline constexpr std::array hkSignal2_hknpMaterialLibrary_hknpMaterialId___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_hknpMaterialId__{ REL::Offset(0x04063EA0) }; + inline constexpr std::array hkSignal2_hknpMaterialLibrary_unsignedint___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMaterialLibrary_unsignedint__{ REL::Offset(0x04063E60) }; + inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlotWithData_hknpCompoundShapeEx_void_hknpCompoundShapeEx____hknpShapeconst_unsignedchar_unsignedshort__unsignedshort_{ REL::Offset(0x040640E8) }; + inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpDecoratorShape_void_hknpDecoratorShape____hknpShapeconst_unsignedchar__{ REL::Offset(0x04065AC8) }; + inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpLodShape_void_hknpLodShape____hknpShapeconst_unsignedchar__{ REL::Offset(0x04063190) }; + inline constexpr std::array hkSignal2_hknpShapeconst_unsignedchar___MemberSlot_hknpShapeManager__MutableShapeInfo_void_hknpShapeManager__MutableShapeInfo____hknpShapeconst_unsignedchar__{ REL::Offset(0x04066550) }; + inline constexpr std::array hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpConstraintCollisionFilter_void_hknpConstraintCollisionFilter____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ REL::Offset(0x04065068) }; + inline constexpr std::array hkSignal2_hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant____MemberSlot_hknpSafeEaseConstraintsAction_void_hknpSafeEaseConstraintsAction____hknpWorld_hkHandle_unsignedint_2147483647_hknpConstraintIdDiscriminant___{ REL::Offset(0x04579D50) }; + inline constexpr std::array hkSignal2_hknpWorld_hkVector4fconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hkVector4fconst__{ REL::Offset(0x04064920) }; + inline constexpr std::array hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkVector4fconst__{ REL::Offset(0x04339700) }; + inline constexpr std::array hkSignal2_hknpWorld_hkVector4fconst___MemberSlot_hknpCharacterProxyManager_void_hknpCharacterProxyManager____hknpWorld_hkVector4fconst__{ REL::Offset(0x040694A0) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpBodyId___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyId__{ REL::Offset(0x0437C8B8) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpBodyId___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId__{ REL::Offset(0x04339600) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpBodyManager___GlobalSlot_void___hknpWorld_hknpBodyManager__{ REL::Offset(0x04575238) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpBodyManager___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpWorld_hknpBodyManager__{ REL::Offset(0x04063F20) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpConstraintManager___GlobalSlot_void___hknpWorld_hknpConstraintManager__{ REL::Offset(0x045751B8) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpMotionManager___GlobalSlot_void___hknpWorld_hknpMotionManager__{ REL::Offset(0x04575278) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpStepInputconst__{ REL::Offset(0x04064860) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpBSCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ REL::Offset(0x0457C968) }; + inline constexpr std::array hkSignal2_hknpWorld_hknpStepInputconst___MemberSlot_hknpCharacterRigidBody_void_hknpCharacterRigidBody____hknpWorld_hknpStepInputconst__{ REL::Offset(0x040653A0) }; + inline constexpr std::array hkSignal3_hclClothInstance_hkVector4fconst_hkVector4fconst___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hclClothInstance_hkVector4fconst_hkVector4fconst__{ REL::Offset(0x04339740) }; + inline constexpr std::array hkSignal3_hclSimClothInstance_hclCollidableconst_bool___MemberSlot_hclWorldEx_void_hclWorldEx____hclSimClothInstance_hclCollidableconst_bool__{ REL::Offset(0x04038CB0) }; + inline constexpr std::array hkSignal3_hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst___MemberSlot_hknpWorldEx_void_hknpWorldEx____hknpMotionPropertiesLibrary_hknpMotionPropertiesId_hknpMotionPropertiesconst__{ REL::Offset(0x04063EE0) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyCinfoconst_hknpBodyId___MemberSlot_hknpParticlesColliderManager_void_hknpParticlesColliderManager____hknpWorld_hknpBodyCinfoconst_hknpBodyId__{ REL::Offset(0x04069450) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst____MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hkRefPtr_hknpShapeconst___{ REL::Offset(0x04339680) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hknpMotionId___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionId__{ REL::Offset(0x044EED40) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___GlobalSlot_void___hknpWorld_hknpBodyId_hknpMotionType__Enum__{ REL::Offset(0x044EECA0) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_hknpMotionType__Enum___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyId_hknpMotionType__Enum__{ REL::Offset(0x04339640) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x04412AC0) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x0437C968) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyId_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x04450F60) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___GlobalSlot_void___hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x04412B00) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_BGSSpatialGraphObstacleMap_void_BGSSpatialGraphObstacleMap____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x0437C928) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_NavMeshObstacleManager_void_NavMeshObstacleManager____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x04450F20) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot___hknpActionManagerEx_void_A0xda71b48a__hknpActionManagerEx____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x040648A0) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_bhkTrapListener_void_bhkTrapListener____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x045752F8) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclClothLeafShapeSensor_void_hclClothLeafShapeSensor____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x04339880) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hknpBodyIdconst_int__{ REL::Offset(0x043395C0) }; + inline constexpr std::array hkSignal3_hknpWorld_hknpBodyIdconst_int___MemberSlot_hknpUniqueBodyIdHitCollector_void_hknpUniqueBodyIdHitCollector____hknpWorld_hknpBodyIdconst_unsignedint__{ REL::Offset(0x045791C8) }; + inline constexpr std::array hkSignal5_hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int___MemberSlot_hclPhysicsClothWorld_void_hclPhysicsClothWorld____hknpWorld_hkRefPtr_hknpShapeconst__unsignedchar_hknpBodyIdconst_int__{ REL::Offset(0x043396C0) }; + inline constexpr std::array hkSimdDouble64_FloatImpl{ REL::Offset(0x0400D3A8) }; + inline constexpr std::array hkSimpleLocalFrame{ REL::Offset(0x04010960) }; + inline constexpr std::array hkSkinBinding{ REL::Offset(0x04337978) }; + inline constexpr std::array hkSkinnedRefMeshShape{ REL::Offset(0x04338AD0) }; + inline constexpr std::array hkSlot{ REL::Offset(0x04038AC8) }; + inline constexpr std::array hkSocket{ REL::Offset(0x04013E60) }; + inline constexpr std::array hkSocket__ReaderAdapter{ REL::Offset(0x04013DB8) }; + inline constexpr std::array hkSocket__WriterAdapter{ REL::Offset(0x04013E08) }; + inline constexpr std::array hkSolverAllocator{ REL::Offset(0x040199A8) }; + inline constexpr std::array hkStackTracer{ REL::Offset(0x04013FB0) }; + inline constexpr std::array hkStdioStreamReader{ REL::Offset(0x04012878) }; + inline constexpr std::array hkStorageSkinnedMeshShape{ REL::Offset(0x04338840) }; + inline constexpr std::array hkStreamReader{ REL::Offset(0x0400B3D0) }; + inline constexpr std::array hkStreamWriter{ REL::Offset(0x0400B480) }; + inline constexpr std::array hkStringBuf__StringImpl{ REL::Offset(0x0400EEA0) }; + inline constexpr std::array hkStringObject{ REL::Offset(0x04008118) }; + inline constexpr std::array hkStringPtr__StringImpl{ REL::Offset(0x04009038) }; + inline constexpr std::array hkStringView__StringImpl{ REL::Offset(0x0400DB50) }; + inline constexpr std::array hkTask{ REL::Offset(0x040138A0) }; + inline constexpr std::array hkTaskGraph{ REL::Offset(0x040197E0) }; + inline constexpr std::array hkTaskQueue{ REL::Offset(0x040138D8) }; + inline constexpr std::array hkTaskQueue_BatchingTask{ REL::Offset(0x04019420) }; + inline constexpr std::array hkTask__ExecutionContext{ REL::Offset(0x04013888) }; + inline constexpr std::array hkTgaFileFormat{ REL::Offset(0x04339C40) }; + inline constexpr std::array hkThread{ REL::Offset(0x040128E0) }; + inline constexpr std::array hkThreadMemory{ REL::Offset(0x04019930) }; + inline constexpr std::array hkThreadPool{ REL::Offset(0x0432AEF8) }; + inline constexpr std::array hkTransientAllocator{ REL::Offset(0x04013520) }; + inline constexpr std::array hkTypeVm__ArrayInstruction{ REL::Offset(0x04012218) }; + inline constexpr std::array hkTypeVm__BlockInstruction{ REL::Offset(0x04012240) }; + inline constexpr std::array hkTypeVm__BlockPass{ REL::Offset(0x040124B0) }; + inline constexpr std::array hkTypeVm__CheckTypeKindsPass{ REL::Offset(0x04012530) }; + inline constexpr std::array hkTypeVm__DefaultInstruction{ REL::Offset(0x040121A0) }; + inline constexpr std::array hkTypeVm__GenerateConvertNumericKindPass{ REL::Offset(0x04012550) }; + inline constexpr std::array hkTypeVm__InlineFixedArrayPass{ REL::Offset(0x040124D0) }; + inline constexpr std::array hkTypeVm__InlineRecordPass{ REL::Offset(0x040124F0) }; + inline constexpr std::array hkTypeVm__Instruction{ REL::Offset(0x04012150) }; + inline constexpr std::array hkTypeVm__IntAndFloatConversionPass{ REL::Offset(0x04012510) }; + inline constexpr std::array hkTypeVm__NopInstruction{ REL::Offset(0x04012178) }; + inline constexpr std::array hkTypeVm__Pass{ REL::Offset(0x04012490) }; + inline constexpr std::array hkTypeVm__ProgramInstruction{ REL::Offset(0x040121C8) }; + inline constexpr std::array hkTypeVm__RecordInstruction{ REL::Offset(0x040121F0) }; + inline constexpr std::array hkUuidObject{ REL::Offset(0x0400DAD8) }; + inline constexpr std::array hkUuidPseudoRandomGenerator{ REL::Offset(0x0400DAF8) }; + inline constexpr std::array hkViewport{ REL::Offset(0x04000900) }; + inline constexpr std::array hkWin32FileSystem{ REL::Offset(0x0400B1C0) }; + inline constexpr std::array hkWin32FileSystem__WatcherImpl{ REL::Offset(0x0400B548) }; + inline constexpr std::array hkWin32StreamWriter{ REL::Offset(0x04012938) }; + inline constexpr std::array hkXmlLexAnalyzer{ REL::Offset(0x040197B8) }; + inline constexpr std::array hkXmlStreamParser{ REL::Offset(0x040144C0) }; + inline constexpr std::array hk__IsValueArray__Impl{ REL::Offset(0x0400D020) }; + inline constexpr std::array hkaSkeleton{ REL::Offset(0x04338C10) }; + inline constexpr std::array hkcdDynamicAabbTree{ REL::Offset(0x04332E88) }; + inline constexpr std::array hkcdDynamicAabbTree__Impl{ REL::Offset(0x04332DC0) }; + inline constexpr std::array hkcdGsk_Float3ShapeAOnlyInterface{ REL::Offset(0x04331570) }; + inline constexpr std::array hkcdGsk_Float3ShapeInterface{ REL::Offset(0x04331550) }; + inline constexpr std::array hkcdPlanarCsgOperand{ REL::Offset(0x0432D8F8) }; + inline constexpr std::array hkcdPlanarEntity{ REL::Offset(0x0432DDD8) }; + inline constexpr std::array hkcdPlanarGeometry{ REL::Offset(0x04331298) }; + inline constexpr std::array hkcdPlanarGeometryPlanesCollection{ REL::Offset(0x04331140) }; + inline constexpr std::array hkcdPlanarGeometryPolygonCollection{ REL::Offset(0x04331120) }; + inline constexpr std::array hkcdPlanarGeometryPrimitives__Collection_28_{ REL::Offset(0x0432F230) }; + inline constexpr std::array hkcdPlanarGeometry__VertexStorage{ REL::Offset(0x04331278) }; + inline constexpr std::array hkcdPlanarSolid{ REL::Offset(0x04331160) }; + inline constexpr std::array hkcdPlanarSolid__NodeStorage{ REL::Offset(0x0432F370) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__EmptyRunnable{ REL::Offset(0x04331610) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbsFloat3_{ REL::Offset(0x04331688) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__RefitT_hkcdSimdTreeUtils__Build__GetLeafAabbFromAabbs_{ REL::Offset(0x04331640) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__Task{ REL::Offset(0x04331628) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x043319F0), REL::Offset(0x04331A10) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBaseBuildTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x04331890), REL::Offset(0x043318B0) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x04331A48), REL::Offset(0x04331A68) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildFirstNLevels_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x043318E8), REL::Offset(0x04331908) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x04331AA0), REL::Offset(0x04331AC0) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdBuildRangesTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x04331940), REL::Offset(0x04331960) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper_{ REL::Offset(0x04331AF8), REL::Offset(0x04331B18) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdFinalizeTreeTask_hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper_{ REL::Offset(0x04331998), REL::Offset(0x043319B8) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdRefitWithAabbFloat3Wrapper{ REL::Offset(0x043316B0) }; + inline constexpr std::array hkcdSimdTreeUtils__Build__hkcdRefitWithAabbWrapper{ REL::Offset(0x04331668) }; + inline constexpr std::array hkcdSimdTree__BuildContext{ REL::Offset(0x04069E18) }; + inline constexpr std::array hkcdSimdTree__ICustomRefit{ REL::Offset(0x04331318) }; + inline constexpr std::array hkcdSimdTree__IParallelBuild__IRunnable{ REL::Offset(0x043315F8) }; + inline constexpr std::array hkcdSimdTree__LeafCollector{ REL::Offset(0x04064060) }; + inline constexpr std::array hkcdSimdTree__PairCollector{ REL::Offset(0x0406BFA0) }; + inline constexpr std::array hkcdStaticAabbTree{ REL::Offset(0x04332DE0) }; + inline constexpr std::array hkcdStaticAabbTree__Impl{ REL::Offset(0x04332DA0) }; + inline constexpr std::array hkcdStaticMeshTree__GeometryProvider{ REL::Offset(0x0433E408) }; + inline constexpr std::array hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseBinaryQuery{ REL::Offset(0x0433CC78) }; + inline constexpr std::array hkcdStaticMeshTree__Queries_hkcdDefaultStaticMeshTree___BaseUnaryQuery{ REL::Offset(0x040650E8) }; + inline constexpr std::array hkcdStaticMeshTree__SectionDecoder_hkcdDefaultStaticMeshTree___CustomGeometryConverterBase{ REL::Offset(0x0433CEA8) }; + inline constexpr std::array hkgpAbstractMesh_hkgpConvexHullImpl__Edge_hkgpConvexHullImpl__Vertex_hkgpConvexHullImpl__Triangle_hkContainerHeapAllocator_{ REL::Offset(0x04019A58) }; + inline constexpr std::array hkgpCgo__Config{ REL::Offset(0x04019A38) }; + inline constexpr std::array hkgpConvexHull{ REL::Offset(0x04019A18) }; + inline constexpr std::array hkgpDeprecatedConvexDecompositionImpl__DefaultProgress{ REL::Offset(0x043311E8) }; + inline constexpr std::array hkgpDeprecatedConvexDecompositionInternal__IInternal{ REL::Offset(0x043311D8) }; + inline constexpr std::array hkgpDeprecatedConvexDecomposition__IProgress{ REL::Offset(0x043311A0) }; + inline constexpr std::array hkgpMesh__IConvexOverlap{ REL::Offset(0x0401A920) }; + inline constexpr std::array hknpAction{ REL::Offset(0x04055F80) }; + inline constexpr std::array hknpActionManager{ REL::Offset(0x04064820) }; + inline constexpr std::array hknpAddActiveBodyPairsTask{ REL::Offset(0x04067E10), REL::Offset(0x04067E30) }; + inline constexpr std::array hknpAllHitsCollector{ REL::Offset(0x04069CB8) }; + inline constexpr std::array hknpAnimatedShapeSurfaceVelocityModifier{ REL::Offset(0x04068940) }; + inline constexpr std::array hknpAnyHitCollector{ REL::Offset(0x0433E130) }; + inline constexpr std::array hknpApiCommandProcessor{ REL::Offset(0x04063668) }; + inline constexpr std::array hknpApplyDragTask{ REL::Offset(0x0406B478), REL::Offset(0x0406B498) }; + inline constexpr std::array hknpArrayAction{ REL::Offset(0x04062D80) }; + inline constexpr std::array hknpBSCharacterProxy{ REL::Offset(0x0457A020) }; + inline constexpr std::array hknpBSCharacterRigidBody{ REL::Offset(0x0457C9A8) }; + inline constexpr std::array hknpBSCustomCollisionFilter{ REL::Offset(0x0434F020) }; + inline constexpr std::array hknpBSMaterial{ REL::Offset(0x0403D4E8) }; + inline constexpr std::array hknpBSMaterialProperties{ REL::Offset(0x0403D508) }; + inline constexpr std::array hknpBSMotionPropertiesLibrary{ REL::Offset(0x04575C80) }; + inline constexpr std::array hknpBSMouseSpringAction{ REL::Offset(0x0457A0D0) }; + inline constexpr std::array hknpBSMoveLimitModifier{ REL::Offset(0x04578910) }; + inline constexpr std::array hknpBSPlacementStreamCache{ REL::Offset(0x045785E0) }; + inline constexpr std::array hknpBSShapeCodec{ REL::Offset(0x04575D38) }; + inline constexpr std::array hknpBSWorld{ REL::Offset(0x045753E8), REL::Offset(0x04575668), REL::Offset(0x045757D8) }; + inline constexpr std::array hknpBSWorldUtil__hknpBSPhysicsSystem{ REL::Offset(0x045753A8) }; + inline constexpr std::array hknpBSWorldUtil__hknpBSRagdoll{ REL::Offset(0x045753C8) }; + inline constexpr std::array hknpBackfaceCollisionModifier{ REL::Offset(0x045750C8) }; + inline constexpr std::array hknpBallGun{ REL::Offset(0x0405A188) }; + inline constexpr std::array hknpBinaryAction{ REL::Offset(0x040565B0) }; + inline constexpr std::array hknpBodyData{ REL::Offset(0x04053278) }; + inline constexpr std::array hknpBodyIntegrator{ REL::Offset(0x040578A8) }; + inline constexpr std::array hknpBodyQuality{ REL::Offset(0x04061678) }; + inline constexpr std::array hknpBodyQualityLibrary{ REL::Offset(0x04052B60) }; + inline constexpr std::array hknpBodyReference{ REL::Offset(0x040561D8) }; + inline constexpr std::array hknpBoxShape{ REL::Offset(0x04062AC8) }; + inline constexpr std::array hknpBreakableConstraintData{ REL::Offset(0x04062B80) }; + inline constexpr std::array hknpBroadPhase{ REL::Offset(0x0433DB20) }; + inline constexpr std::array hknpBroadphaseTriggerCollisionDetector{ REL::Offset(0x04068E50) }; + inline constexpr std::array hknpBuildConstraintJacobiansTask{ REL::Offset(0x0406B7B8), REL::Offset(0x0406B7D8) }; + inline constexpr std::array hknpCapsuleCapsuleConvexConvexManifoldGenerator{ REL::Offset(0x04068DA0) }; + inline constexpr std::array hknpCapsuleShape{ REL::Offset(0x04062AE8) }; + inline constexpr std::array hknpCharacterContext{ REL::Offset(0x040631D8) }; + inline constexpr std::array hknpCharacterProxy{ REL::Offset(0x0405FB28) }; + inline constexpr std::array hknpCharacterProxyCinfo{ REL::Offset(0x0405C620) }; + inline constexpr std::array hknpCharacterProxyInternals__QueryCollector{ REL::Offset(0x04064A38) }; + inline constexpr std::array hknpCharacterProxyListener{ REL::Offset(0x0439FFD8) }; + inline constexpr std::array hknpCharacterRigidBody{ REL::Offset(0x040652D8) }; + inline constexpr std::array hknpCharacterRigidBodyCinfo{ REL::Offset(0x04061780) }; + inline constexpr std::array hknpCharacterStateManager{ REL::Offset(0x040631F8) }; + inline constexpr std::array hknpCircularSurfaceVelocity{ REL::Offset(0x04050E20) }; + inline constexpr std::array hknpClosestHitCollector{ REL::Offset(0x04064C48) }; + inline constexpr std::array hknpClosestUniqueBodyIdHitCollector{ REL::Offset(0x04579188) }; + inline constexpr std::array hknpClosestUniqueBodyIdHitCollectorDeprecated{ REL::Offset(0x04579148) }; + inline constexpr std::array hknpCollideSyncTask{ REL::Offset(0x04067F88), REL::Offset(0x04067FA8) }; + inline constexpr std::array hknpCollisionDetector{ REL::Offset(0x04068BA0) }; + inline constexpr std::array hknpCollisionFilter{ REL::Offset(0x0405E5E0) }; + inline constexpr std::array hknpCollisionQueryCollector{ REL::Offset(0x04064078) }; + inline constexpr std::array hknpCollisionQueryDispatcher{ REL::Offset(0x04065E38) }; + inline constexpr std::array hknpCompositeCompositeCollisionDetector{ REL::Offset(0x04068DD0) }; + inline constexpr std::array hknpCompositeShape{ REL::Offset(0x04061608) }; + inline constexpr std::array hknpCompoundShape{ REL::Offset(0x040621B8) }; + inline constexpr std::array hknpCompoundShapeData{ REL::Offset(0x0405D710) }; + inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_0_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ REL::Offset(0x040641D0) }; + inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_0_hknpCollisionQueryCollector_{ REL::Offset(0x04064200) }; + inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_1_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ REL::Offset(0x040641B8) }; + inline constexpr std::array hknpCompoundShapeEx__AabbOverlaps_1_hknpCollisionQueryCollector_{ REL::Offset(0x040641E8) }; + inline constexpr std::array hknpCompoundShapeInternalsCdDynamicTreeKeyMask{ REL::Offset(0x04052F58) }; + inline constexpr std::array hknpCompoundShapeInternalsSimdTreeKeyMask{ REL::Offset(0x04052D10) }; + inline constexpr std::array hknpCompressedMeshShape{ REL::Offset(0x04062998) }; + inline constexpr std::array hknpCompressedMeshShapeCinfo{ REL::Offset(0x0433E040) }; + inline constexpr std::array hknpCompressedMeshShapeData{ REL::Offset(0x0433CBA8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__AabbOverlaps_hkArray_hkHandle_unsignedint_4294967295_hknpShapeKeyDiscriminant__hkContainerHeapAllocator__{ REL::Offset(0x04065118), REL::Offset(0x04065128) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__AabbOverlaps_hknpCollisionQueryCollector_{ REL::Offset(0x04065140), REL::Offset(0x04065150) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GeometryProvider{ REL::Offset(0x0433CBC8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQuery{ REL::Offset(0x0433CCA8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToConvexQueryScaled{ REL::Offset(0x0433CCB8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled0{ REL::Offset(0x0433CCD8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled1{ REL::Offset(0x0433CCE8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryScaled2{ REL::Offset(0x0433CCF8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToHeightFieldQueryUnscaled{ REL::Offset(0x0433CCC8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryScaled{ REL::Offset(0x0433CC98) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__GetClosestPointsToMeshQueryUnscaled{ REL::Offset(0x0433CC88) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__KeyMask{ REL::Offset(0x0433CC38) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__RayCastQueryBase{ REL::Offset(0x0433CC68) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__ShapeCastQuery{ REL::Offset(0x040650F8) }; + inline constexpr std::array hknpCompressedMeshShapeInternals__ShapeCastQueryScaled{ REL::Offset(0x04065108) }; + inline constexpr std::array hknpConstraintAtomSolver{ REL::Offset(0x040637E8) }; + inline constexpr std::array hknpConstraintCollisionFilter{ REL::Offset(0x04065018) }; + inline constexpr std::array hknpConstraintForceEventCreator{ REL::Offset(0x04068E78) }; + inline constexpr std::array hknpConstraintForceExceededEventCreator{ REL::Offset(0x04068F28) }; + inline constexpr std::array hknpContactImpulseClippedEventCreator{ REL::Offset(0x040683C0) }; + inline constexpr std::array hknpContactImpulseEventCreator{ REL::Offset(0x04068470) }; + inline constexpr std::array hknpConvexCompositeCollisionDetector{ REL::Offset(0x04068CA0) }; + inline constexpr std::array hknpConvexConvexCollisionDetector{ REL::Offset(0x0406BE28) }; + inline constexpr std::array hknpConvexConvexShapeBaseInterface{ REL::Offset(0x0433D568) }; + inline constexpr std::array hknpConvexShape{ REL::Offset(0x04062A68) }; + inline constexpr std::array hknpCylinderShape{ REL::Offset(0x04062B08) }; + inline constexpr std::array hknpDeactivationMaintenanceTask{ REL::Offset(0x04067D48), REL::Offset(0x04067D68) }; + inline constexpr std::array hknpDecoratorShape{ REL::Offset(0x040563F0) }; + inline constexpr std::array hknpDefaultBroadPhaseConfig{ REL::Offset(0x040556C8) }; + inline constexpr std::array hknpDefaultCompressedMeshShapeCinfo{ REL::Offset(0x0433E0E0) }; + inline constexpr std::array hknpDefaultExternMeshShapeGeometry{ REL::Offset(0x040538D0) }; + inline constexpr std::array hknpDefaultHeightFieldGeometry{ REL::Offset(0x04062A30) }; + inline constexpr std::array hknpDefaultModifierSet{ REL::Offset(0x04069088) }; + inline constexpr std::array hknpDeflectedLinearCast__CheckStartCollector{ REL::Offset(0x04069D70) }; + inline constexpr std::array hknpDeflectedLinearCast__FilteredQueryCollector{ REL::Offset(0x04069D38) }; + inline constexpr std::array hknpDeflectedLinearCast__QueryFilter{ REL::Offset(0x04069DA8) }; + inline constexpr std::array hknpDestructionShapeProperties{ REL::Offset(0x04051A10) }; + inline constexpr std::array hknpDisableCollisionFilter{ REL::Offset(0x0405F798) }; + inline constexpr std::array hknpDummyShape{ REL::Offset(0x0405F440) }; + inline constexpr std::array hknpDynamicSpaceSplitter{ REL::Offset(0x04067940) }; + inline constexpr std::array hknpEaseConstraintsAction{ REL::Offset(0x04064738) }; + inline constexpr std::array hknpEasePenetrationsAction{ REL::Offset(0x04064978) }; + inline constexpr std::array hknpEventDispatcher{ REL::Offset(0x040675E8) }; + inline constexpr std::array hknpEventMergeAndDispatcher{ REL::Offset(0x04067638) }; + inline constexpr std::array hknpExtendedExternMeshShapeGeometry{ REL::Offset(0x04055AF0) }; + inline constexpr std::array hknpExternMeshShape{ REL::Offset(0x04062A88) }; + inline constexpr std::array hknpExternMeshShapeBuildContext{ REL::Offset(0x0433CB50) }; + inline constexpr std::array hknpExternMeshShapeData{ REL::Offset(0x0405B7B0) }; + inline constexpr std::array hknpFaceClipConvexConvexManifoldGenerator{ REL::Offset(0x0406BDF8) }; + inline constexpr std::array hknpFinalizeNarrowPhaseGridTask{ REL::Offset(0x04067C98), REL::Offset(0x04067CB8) }; + inline constexpr std::array hknpFinalizeNarrowPhasePairsTask{ REL::Offset(0x04067A58), REL::Offset(0x04067A78) }; + inline constexpr std::array hknpFireSignalTask{ REL::Offset(0x04069EF8), REL::Offset(0x04069F18) }; + inline constexpr std::array hknpFirstPersonCharacter{ REL::Offset(0x0405BCD0) }; + inline constexpr std::array hknpFirstPersonGun{ REL::Offset(0x04059BE0) }; + inline constexpr std::array hknpFixedClosestHitCollector{ REL::Offset(0x045781E8) }; + inline constexpr std::array hknpFixedClosestUniqueBodyHitCollector{ REL::Offset(0x045781B0) }; + inline constexpr std::array hknpFlipBackfaceCollisionModifier{ REL::Offset(0x04068AA0) }; + inline constexpr std::array hknpFlippedGetClosestPointsQueryCollector{ REL::Offset(0x04065A80) }; + inline constexpr std::array hknpFlippedShapeCastQueryCollector{ REL::Offset(0x04065E58) }; + inline constexpr std::array hknpForwardClosestHitCollector{ REL::Offset(0x04065950) }; + inline constexpr std::array hknpFullCast__ManifoldGenerator{ REL::Offset(0x0406B308) }; + inline constexpr std::array hknpGenSolverTasksTask{ REL::Offset(0x04068080), REL::Offset(0x040680A0) }; + inline constexpr std::array hknpGlobals{ REL::Offset(0x04065BA0) }; + inline constexpr std::array hknpGravityGun{ REL::Offset(0x0405A578) }; + inline constexpr std::array hknpGroupCollisionFilter{ REL::Offset(0x04064E90) }; + inline constexpr std::array hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_5_5_5_16__{ REL::Offset(0x04060BF0) }; + inline constexpr std::array hknpGroupCollisionFilterBase_hknpGroupCollisionFilterTypes__Config_6_5_5_16__{ REL::Offset(0x04064EE0) }; + inline constexpr std::array hknpHeightFieldBoundingVolume{ REL::Offset(0x04063018) }; + inline constexpr std::array hknpHeightFieldGeometry{ REL::Offset(0x04063040) }; + inline constexpr std::array hknpHeightFieldShape{ REL::Offset(0x04055818) }; + inline constexpr std::array hknpHitScalingCollector{ REL::Offset(0x040640B0) }; + inline constexpr std::array hknpInplaceShapeBuffer_144_{ REL::Offset(0x0437AD50) }; + inline constexpr std::array hknpInplaceShapeBuffer_176_{ REL::Offset(0x04063178) }; + inline constexpr std::array hknpInplaceShapeBuffer_2048_{ REL::Offset(0x04063108) }; + inline constexpr std::array hknpInplaceShapeBuffer_448_{ REL::Offset(0x0434ECA8) }; + inline constexpr std::array hknpInplaceShapeBuffer_96_{ REL::Offset(0x04063168) }; + inline constexpr std::array hknpInternalCommandProcessor{ REL::Offset(0x04063698) }; + inline constexpr std::array hknpLeafShapeSensor{ REL::Offset(0x0433E198) }; + inline constexpr std::array hknpLegacyRestitutionModifier{ REL::Offset(0x04068730) }; + inline constexpr std::array hknpLinearSurfaceVelocity{ REL::Offset(0x04051610) }; + inline constexpr std::array hknpLodShape{ REL::Offset(0x04051B80) }; + inline constexpr std::array hknpMalleableConstraintData{ REL::Offset(0x04062C80) }; + inline constexpr std::array hknpManifoldEventCreator{ REL::Offset(0x040689F0) }; + inline constexpr std::array hknpMaskedCompoundShape{ REL::Offset(0x04062B48) }; + inline constexpr std::array hknpMaskedShape{ REL::Offset(0x0405E800) }; + inline constexpr std::array hknpMaskedShape__MaskWrapper{ REL::Offset(0x0405E730) }; + inline constexpr std::array hknpMassChangerModifier{ REL::Offset(0x04068520) }; + inline constexpr std::array hknpMaterialData{ REL::Offset(0x04052788) }; + inline constexpr std::array hknpMaterialLibrary{ REL::Offset(0x04061158) }; + inline constexpr std::array hknpMaterialPalette{ REL::Offset(0x04050538) }; + inline constexpr std::array hknpModifier{ REL::Offset(0x040682F8) }; + inline constexpr std::array hknpMotionPropertiesData{ REL::Offset(0x04052968) }; + inline constexpr std::array hknpMotionPropertiesLibrary{ REL::Offset(0x04053DB8) }; + inline constexpr std::array hknpMotionWeldingModifier{ REL::Offset(0x04068B88) }; + inline constexpr std::array hknpMountedBallGun{ REL::Offset(0x04065248) }; + inline constexpr std::array hknpMultithreadedSimulation{ REL::Offset(0x040679A8) }; + inline constexpr std::array hknpNeighborWeldingModifier{ REL::Offset(0x04068B68) }; + inline constexpr std::array hknpNullShapeTagCodec{ REL::Offset(0x04065DD0) }; + inline constexpr std::array hknpPairCollisionFilter{ REL::Offset(0x040629E0) }; + inline constexpr std::array hknpParticleEventCreator{ REL::Offset(0x04068FD8) }; + inline constexpr std::array hknpParticleShapeLibrary{ REL::Offset(0x0406A8A0) }; + inline constexpr std::array hknpParticleSimulationContext{ REL::Offset(0x04069288) }; + inline constexpr std::array hknpParticlesClosestHitOnMeshCollector{ REL::Offset(0x0406BF28) }; + inline constexpr std::array hknpParticlesCollider{ REL::Offset(0x04069E40) }; + inline constexpr std::array hknpParticlesColliderShape{ REL::Offset(0x04052330) }; + inline constexpr std::array hknpParticlesCollisionFilter{ REL::Offset(0x0406BED8) }; + inline constexpr std::array hknpParticlesDynamicHitsCollector{ REL::Offset(0x0406C078) }; + inline constexpr std::array hknpParticlesStaticCollector{ REL::Offset(0x0406C038) }; + inline constexpr std::array hknpPhysicsSceneData{ REL::Offset(0x0405A558) }; + inline constexpr std::array hknpPhysicsSystem{ REL::Offset(0x04062F90) }; + inline constexpr std::array hknpPhysicsSystemData{ REL::Offset(0x04056DE0) }; + inline constexpr std::array hknpPostCollideTask{ REL::Offset(0x04067C30), REL::Offset(0x04067C50) }; + inline constexpr std::array hknpPostSolveTask{ REL::Offset(0x04068108), REL::Offset(0x04068128) }; + inline constexpr std::array hknpPreSolveTask{ REL::Offset(0x04067BC8), REL::Offset(0x04067BE8) }; + inline constexpr std::array hknpPrepareConstraintsTask{ REL::Offset(0x0406B748), REL::Offset(0x0406B768) }; + inline constexpr std::array hknpPrepareNarrowPhasePairsTask{ REL::Offset(0x0406B5C8), REL::Offset(0x0406B5E8) }; + inline constexpr std::array hknpPrepareNarrowPhaseTask{ REL::Offset(0x0406B4F8), REL::Offset(0x0406B518) }; + inline constexpr std::array hknpPrepareSolverData{ REL::Offset(0x0406B920) }; + inline constexpr std::array hknpProcessFullCastsTask{ REL::Offset(0x04068000), REL::Offset(0x04068020) }; + inline constexpr std::array hknpProcessNarrowPhaseGridTask{ REL::Offset(0x040679D8), REL::Offset(0x040679F8) }; + inline constexpr std::array hknpProcessNarrowPhasePairsTask{ REL::Offset(0x0406AD68), REL::Offset(0x0406AD88) }; + inline constexpr std::array hknpProjectileGun{ REL::Offset(0x0405B928) }; + inline constexpr std::array hknpRagdoll{ REL::Offset(0x04065448) }; + inline constexpr std::array hknpRagdollData{ REL::Offset(0x04065420) }; + inline constexpr std::array hknpRefDragProperties{ REL::Offset(0x04054BD8) }; + inline constexpr std::array hknpRefMassDistribution{ REL::Offset(0x04054FB0) }; + inline constexpr std::array hknpRefMaterial{ REL::Offset(0x0405E6C0) }; + inline constexpr std::array hknpRefWorldCinfo{ REL::Offset(0x04059850) }; + inline constexpr std::array hknpRestitutionModifier{ REL::Offset(0x04068680) }; + inline constexpr std::array hknpSafeEaseConstraintsAction{ REL::Offset(0x04579D90) }; + inline constexpr std::array hknpScaledConvexShape{ REL::Offset(0x04056BC0) }; + inline constexpr std::array hknpScaledConvexShapeBase{ REL::Offset(0x04056A20) }; + inline constexpr std::array hknpSetShapeKeyACdDetector{ REL::Offset(0x04068C50) }; + inline constexpr std::array hknpShape{ REL::Offset(0x0405AD80) }; + inline constexpr std::array hknpShapeBuffer{ REL::Offset(0x040630F8) }; + inline constexpr std::array hknpShapeFunctionsSingleton{ REL::Offset(0x040630B0) }; + inline constexpr std::array hknpShapeKeyArrayCacheCdDetector{ REL::Offset(0x04068C78) }; + inline constexpr std::array hknpShapeKeyMask{ REL::Offset(0x0405EB58) }; + inline constexpr std::array hknpShapeManager{ REL::Offset(0x04066518) }; + inline constexpr std::array hknpShapeMassProperties{ REL::Offset(0x0405B570) }; + inline constexpr std::array hknpShapeScalingUtil{ REL::Offset(0x0433E090) }; + inline constexpr std::array hknpShape__MassConfig{ REL::Offset(0x04059A68) }; + inline constexpr std::array hknpSignedDistanceFieldCollisionDetector{ REL::Offset(0x04068E10) }; + inline constexpr std::array hknpSimdTreeBroadPhase{ REL::Offset(0x0433DBF0) }; + inline constexpr std::array hknpSimdTreeBroadPhaseTasks__CollideTrees{ REL::Offset(0x0433DDD8), REL::Offset(0x0433DDF8) }; + inline constexpr std::array hknpSimdTreeBroadPhaseTasks__CopyAabbsAndMarkActiveBodiesDirty{ REL::Offset(0x0433DCC0), REL::Offset(0x0433DCE0) }; + inline constexpr std::array hknpSimdTreeBroadPhaseTasks__Finalize{ REL::Offset(0x0433DE58), REL::Offset(0x0433DE78) }; + inline constexpr std::array hknpSimdTreeBroadPhaseTasks__PrepareTreeBuildData{ REL::Offset(0x0433DD48), REL::Offset(0x0433DD68) }; + inline constexpr std::array hknpSimulation{ REL::Offset(0x04063788) }; + inline constexpr std::array hknpSingleCellSpaceSplitter{ REL::Offset(0x04067908) }; + inline constexpr std::array hknpSingleThreadedSimulation{ REL::Offset(0x040637B8) }; + inline constexpr std::array hknpSingleThreadedSolverData{ REL::Offset(0x04067200) }; + inline constexpr std::array hknpSoftContactModifier{ REL::Offset(0x040687E0) }; + inline constexpr std::array hknpSolveFinalizeTask{ REL::Offset(0x04067F20), REL::Offset(0x04067F40) }; + inline constexpr std::array hknpSolverData{ REL::Offset(0x040671C8) }; + inline constexpr std::array hknpSolverFactoryTask{ REL::Offset(0x04067EA0), REL::Offset(0x04067EC0) }; + inline constexpr std::array hknpSolverSchedulerTask{ REL::Offset(0x0406B8E8) }; + inline constexpr std::array hknpSortFinalizeNarrowPhasePairsTask{ REL::Offset(0x04067B50), REL::Offset(0x04067B70) }; + inline constexpr std::array hknpSpaceSplitter{ REL::Offset(0x040678D0) }; + inline constexpr std::array hknpSphereShape{ REL::Offset(0x04062B28) }; + inline constexpr std::array hknpSpringAction{ REL::Offset(0x04056B18) }; + inline constexpr std::array hknpStreamContactSolver{ REL::Offset(0x04063810) }; + inline constexpr std::array hknpSurfaceVelocityModifier{ REL::Offset(0x04068890) }; + inline constexpr std::array hknpTaskGraph{ REL::Offset(0x04063760) }; + inline constexpr std::array hknpTriangleShape{ REL::Offset(0x04062AA8) }; + inline constexpr std::array hknpTriangleWeldingModifier{ REL::Offset(0x04068B50) }; + inline constexpr std::array hknpTriggerModifier{ REL::Offset(0x040685D0) }; + inline constexpr std::array hknpTyremarksInfo{ REL::Offset(0x0405CF80) }; + inline constexpr std::array hknpTyremarksWheel{ REL::Offset(0x0405C010) }; + inline constexpr std::array hknpUnaryAction{ REL::Offset(0x04056348) }; + inline constexpr std::array hknpUniqueBodyIdHitCollector{ REL::Offset(0x043987D0) }; + inline constexpr std::array hknpVariableTimeStepUtil{ REL::Offset(0x04069268) }; + inline constexpr std::array hknpVehicleData{ REL::Offset(0x04061320) }; + inline constexpr std::array hknpVehicleDefaultAerodynamics{ REL::Offset(0x04052AD0) }; + inline constexpr std::array hknpVehicleDefaultAnalogDriverInput{ REL::Offset(0x040569A0) }; + inline constexpr std::array hknpVehicleDefaultBrake{ REL::Offset(0x04055208) }; + inline constexpr std::array hknpVehicleDefaultEngine{ REL::Offset(0x04057240) }; + inline constexpr std::array hknpVehicleDefaultSteering{ REL::Offset(0x04057CB8) }; + inline constexpr std::array hknpVehicleDefaultSuspension{ REL::Offset(0x0405B080) }; + inline constexpr std::array hknpVehicleDefaultTransmission{ REL::Offset(0x0405B3F0) }; + inline constexpr std::array hknpVehicleDefaultVelocityDamper{ REL::Offset(0x0405D1D0) }; + inline constexpr std::array hknpVehicleDriverInputAnalogStatus{ REL::Offset(0x04056798) }; + inline constexpr std::array hknpVehicleInstance{ REL::Offset(0x04050C38) }; + inline constexpr std::array hknpVehicleLinearCastWheelCollide{ REL::Offset(0x0405EA90) }; + inline constexpr std::array hknpVehicleRayCastWheelCollide{ REL::Offset(0x04051288) }; + inline constexpr std::array hknpVehicleSuspension{ REL::Offset(0x04059FA8) }; + inline constexpr std::array hknpVehicleWheelCollide{ REL::Offset(0x040581F8) }; + inline constexpr std::array hknpVehicleWheelCollide__WheelHitCollector{ REL::Offset(0x04069CF0) }; + inline constexpr std::array hknpWeldingModifier{ REL::Offset(0x040683A8) }; + inline constexpr std::array hknpWorld{ REL::Offset(0x04063228), REL::Offset(0x04063248), REL::Offset(0x040634C8) }; + inline constexpr std::array hknpWorldSnapshot{ REL::Offset(0x0405D380) }; + inline constexpr std::array hkp6DofConstraintData{ REL::Offset(0x04073B30) }; + inline constexpr std::array hkpAngularFrictionConstraintData{ REL::Offset(0x040752B0) }; + inline constexpr std::array hkpBallAndSocketConstraintData{ REL::Offset(0x04073DA8) }; + inline constexpr std::array hkpCallbackConstraintMotor{ REL::Offset(0x04072D60) }; + inline constexpr std::array hkpCogWheelConstraintData{ REL::Offset(0x04074248) }; + inline constexpr std::array hkpConstraintData{ REL::Offset(0x040734C0) }; + inline constexpr std::array hkpConstraintMotor{ REL::Offset(0x04072A78) }; + inline constexpr std::array hkpDeformableFixedConstraintData{ REL::Offset(0x04074418) }; + inline constexpr std::array hkpFixedConstraintData{ REL::Offset(0x04074560) }; + inline constexpr std::array hkpHingeConstraintData{ REL::Offset(0x040747F8) }; + inline constexpr std::array hkpHingeLimitsData{ REL::Offset(0x04074698) }; + inline constexpr std::array hkpLimitedForceConstraintMotor{ REL::Offset(0x04072BF0) }; + inline constexpr std::array hkpLimitedHingeConstraintData{ REL::Offset(0x040749A8) }; + inline constexpr std::array hkpLinearClearanceConstraintData{ REL::Offset(0x04074008) }; + inline constexpr std::array hkpLinearParametricCurve{ REL::Offset(0x04074D48) }; + inline constexpr std::array hkpPointToPathConstraintData{ REL::Offset(0x04074F08) }; + inline constexpr std::array hkpPointToPlaneConstraintData{ REL::Offset(0x0406C1D0) }; + inline constexpr std::array hkpPositionConstraintMotor{ REL::Offset(0x04072E18) }; + inline constexpr std::array hkpPrismaticConstraintData{ REL::Offset(0x04071118) }; + inline constexpr std::array hkpPulleyConstraintData{ REL::Offset(0x040717C0) }; + inline constexpr std::array hkpRackAndPinionConstraintData{ REL::Offset(0x04071CC0) }; + inline constexpr std::array hkpRagdollConstraintData{ REL::Offset(0x04072098) }; + inline constexpr std::array hkpRagdollLimitsData{ REL::Offset(0x04071E40) }; + inline constexpr std::array hkpRotationalConstraintData{ REL::Offset(0x04072228) }; + inline constexpr std::array hkpSpringDamperConstraintMotor{ REL::Offset(0x04072E40) }; + inline constexpr std::array hkpStiffSpringConstraintData{ REL::Offset(0x04072488) }; + inline constexpr std::array hkpVehicleFrictionDescription{ REL::Offset(0x0405F178) }; + inline constexpr std::array hkpVelocityConstraintMotor{ REL::Offset(0x04072EE8) }; + inline constexpr std::array hkpWheelConstraintData{ REL::Offset(0x04072840) }; + inline constexpr std::array hkpWheelFrictionConstraintData{ REL::Offset(0x040726F8) }; + inline constexpr std::array hkpWrappedConstraintData{ REL::Offset(0x040750C8) }; + inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Active_{ REL::Offset(0x04463280) }; + inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__BetweenShots_{ REL::Offset(0x04463068) }; + inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Deinitialization_{ REL::Offset(0x04463180) }; + inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Inactive_{ REL::Offset(0x044631D0) }; + inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Initialization_{ REL::Offset(0x04463258) }; + inline constexpr std::array hsm__ConcreteStateFactory_AimOpticalSightStates__Ready_{ REL::Offset(0x044631A8) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attached_{ REL::Offset(0x043508F0) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Attaching_{ REL::Offset(0x04350670) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetachComplete_{ REL::Offset(0x04350648) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__DeferredDetach_{ REL::Offset(0x04350698) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Detached_{ REL::Offset(0x043505D0) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loaded_{ REL::Offset(0x043505F8) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Loading_{ REL::Offset(0x04350620) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Prepared_{ REL::Offset(0x04350520) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Preparing_{ REL::Offset(0x04350570) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Reset_{ REL::Offset(0x043504F8) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Geometry__Unloaded_{ REL::Offset(0x04350548) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Active_{ REL::Offset(0x04453220) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__FadingIn_{ REL::Offset(0x04453010) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__FadingOut_{ REL::Offset(0x04452F98) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Inactive_{ REL::Offset(0x04453248) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__IntersectsLoadedArea_{ REL::Offset(0x044531A8) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Loaded_{ REL::Offset(0x04453180) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__OutsideLoadedArea_{ REL::Offset(0x04453118) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingIn_{ REL::Offset(0x044530B0) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__PrepareFadingOut_{ REL::Offset(0x04452FE8) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Split_{ REL::Offset(0x044531F8) }; + inline constexpr std::array hsm__ConcreteStateFactory_BGSLODStates__Node__Unloaded_{ REL::Offset(0x044531D0) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__NotTriggered_{ REL::Offset(0x044759D8) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredAutomatic_{ REL::Offset(0x04475D50) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurstEnd_{ REL::Offset(0x04475F68) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredBurst_{ REL::Offset(0x04475C80) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredContinuous_{ REL::Offset(0x04475D28) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredFirstStage_{ REL::Offset(0x04475CD8) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredOnRelease_{ REL::Offset(0x04476018) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSecondStage_{ REL::Offset(0x04475F40) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredSingle_{ REL::Offset(0x04475B98) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__TriggeredWaitForRelease_{ REL::Offset(0x04476040) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Triggered_{ REL::Offset(0x04475F90) }; + inline constexpr std::array hsm__ConcreteStateFactory_PlayerControls__WeaponAttackTriggerStates__Unequipped_{ REL::Offset(0x04475D00) }; + inline constexpr std::array hsm__State_void_{ REL::Offset(0x04350918) }; + inline constexpr std::array idLogging__ILogger{ REL::Offset(0x0478E540) }; + inline constexpr std::array idTCP{ REL::Offset(0x0478EB50) }; + inline constexpr std::array nlohmann__detail__exception{ REL::Offset(0x044C00B0) }; + inline constexpr std::array nlohmann__detail__input_buffer_adapter{ REL::Offset(0x044BF580) }; + inline constexpr std::array nlohmann__detail__input_stream_adapter{ REL::Offset(0x044D09D8) }; + inline constexpr std::array nlohmann__detail__out_of_range{ REL::Offset(0x044C00F0) }; + inline constexpr std::array nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char___{ REL::Offset(0x043469B0) }; + inline constexpr std::array nlohmann__detail__parse_error{ REL::Offset(0x044C0108) }; + inline constexpr std::array nsContainerMenu__ConfirmTakeAllTheThingsCallback{ REL::Offset(0x0451DE30) }; + inline constexpr std::array nsControlMappingData__RemapHandler{ REL::Offset(0x03F0F478) }; + inline constexpr std::array nsDataMenuData__GameLoadListener{ REL::Offset(0x03F270C8) }; + inline constexpr std::array nsDialogueMenu__MenuEventCatcher{ REL::Offset(0x0451E188), REL::Offset(0x0451E1A0), REL::Offset(0x0451E1B8), REL::Offset(0x0451E1D0), REL::Offset(0x0451E1E8), REL::Offset(0x0451E200) }; + inline constexpr std::array nsMainMenu__InvalidUserCallback{ REL::Offset(0x04520170) }; + inline constexpr std::array nsMonocle__MenuEventCatcher{ REL::Offset(0x03F26780), REL::Offset(0x03F26798), REL::Offset(0x03F267B0), REL::Offset(0x03F267C8), REL::Offset(0x03F267E0), REL::Offset(0x03F267F8), REL::Offset(0x03F26810), REL::Offset(0x03F26828), REL::Offset(0x03F26840), REL::Offset(0x03F26858), REL::Offset(0x03F26870), REL::Offset(0x03F26888), REL::Offset(0x03F268A0), REL::Offset(0x03F268B8), REL::Offset(0x03F268D0) }; + inline constexpr std::array nsMonocle__MonocleFastTravelConfirmFunc{ REL::Offset(0x044A9FE8) }; + inline constexpr std::array nsPauseMenu__UserDisengagedCallback{ REL::Offset(0x044B3558) }; + inline constexpr std::array nsPickpocketMenu__MenuEventCatcher{ REL::Offset(0x044AAE38) }; + inline constexpr std::array nsWorkshop_BlueprintMenu__WarnAboutInvalidNameCallback{ REL::Offset(0x044C29C8) }; + inline constexpr std::array rcContext{ REL::Offset(0x0434E118) }; + inline constexpr std::array std___Func_impl_GameScript__SingleActorArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BA18) }; + inline constexpr std::array std___Func_impl_GameScript__SingleObjectRefrHandleArgument_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B9E0) }; + inline constexpr std::array std___Func_impl_GameScript__SingleSimpleArgument_bool__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557260) }; + inline constexpr std::array std___Func_impl_GameScript__SingleSimpleArgument_int__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557228) }; + inline constexpr std::array std___Func_impl_GameScript__SingleSimpleArgument_unsignedint__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B9A8) }; + inline constexpr std::array std___Func_impl_GameScript____AnimationEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A8E8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DED0) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____KeywordStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452E058) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452E090) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DCD8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DD10) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DF08) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____LocationStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DF40) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DAE8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DDF0) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DE28) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DC68) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DBF8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DF78) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DFE8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DE60) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DAB0) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DCA0) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DBC0) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452E020) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DE98) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DC30) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__FormStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DFB0) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DB88) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__LocationStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452E0C8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DD48) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____RefStoryEventArgConverter_GameScript__A0x20648e98__UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DDB8) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____SpeechChallengeObjectStoryEventArgConverter_GameScript__A0x20648e98__BoolStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DB20) }; + inline constexpr std::array std___Func_impl_GameScript____StoryEventArguments_GameScript____UIntStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter_GameScript__A0x20648e98__EmptyStoryEventArgConverter__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452DD80) }; + inline constexpr std::array std___Func_impl___SetPapyrusVarFunctor_BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E8348) }; + inline constexpr std::array std___Func_impl___TopicInfoEventArguments_BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BB80) }; + inline constexpr std::array std___Func_impl__lambda_0137d6fe45ea3e636b2d6017b24d33bc__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452BBB8) }; + inline constexpr std::array std___Func_impl__lambda_02ff87d5a1c7cb7bb196543e25c63d34__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045577D8) }; + inline constexpr std::array std___Func_impl__lambda_0b7ea718bba33c91f7f453946dab312b__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B1EA0) }; + inline constexpr std::array std___Func_impl__lambda_0d61f77a4e0b580d8864148d44cbbcd5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C788) }; + inline constexpr std::array std___Func_impl__lambda_0e4128c3c56ec4235d7c2346553833b1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557490) }; + inline constexpr std::array std___Func_impl__lambda_0f816cd334da25fe63d67395ed4b6703__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x043E2838) }; + inline constexpr std::array std___Func_impl__lambda_10a195d0c61c3774dc751bb81bad20ea__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E8220) }; + inline constexpr std::array std___Func_impl__lambda_10d7cbe1e40005e0df74c3070c767704__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__HitRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452B7C8) }; + inline constexpr std::array std___Func_impl__lambda_11b2a70e928258926716bb670e61c24a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558A38) }; + inline constexpr std::array std___Func_impl__lambda_1343a7597d09bd6c22da4f378aac238c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558A00) }; + inline constexpr std::array std___Func_impl__lambda_157ba101c59821e9fea353d3f926cfe3__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSFixedStringconst_UIMenuEntryconst_{ REL::Offset(0x04349968) }; + inline constexpr std::array std___Func_impl__lambda_18fb63f93afbe598c9149d716267e4e2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558958) }; + inline constexpr std::array std___Func_impl__lambda_19e25a9a86dd7bfab3e3ed474f4ae405__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ REL::Offset(0x045A9F60) }; + inline constexpr std::array std___Func_impl__lambda_1b63f9058575014058ae5062371c2420__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CED0) }; + inline constexpr std::array std___Func_impl__lambda_1beb1e068fc78fb960485228eab3f948__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045AEAD0) }; + inline constexpr std::array std___Func_impl__lambda_1dc3149776d7cf060ff9a106a966e1e5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D3A8) }; + inline constexpr std::array std___Func_impl__lambda_1dda600280e58eb2b42970a6b47a42b1__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E8140) }; + inline constexpr std::array std___Func_impl__lambda_1e03f8fc253bb683083eade4e7956eb5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557848) }; + inline constexpr std::array std___Func_impl__lambda_20261863c4ee737b997d4ce0c05d0e86__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557C00) }; + inline constexpr std::array std___Func_impl__lambda_21a6084b85a3ee0516f06a23bd4f3fec__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452C7F8) }; + inline constexpr std::array std___Func_impl__lambda_2283b9715cb61b44c107b8114957461b__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ REL::Offset(0x045B1DC0) }; + inline constexpr std::array std___Func_impl__lambda_26b354ee21d442f54c03242e1028a3df__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557928) }; + inline constexpr std::array std___Func_impl__lambda_298a70172293ffb6e97521f9d8ce6b44__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557538) }; + inline constexpr std::array std___Func_impl__lambda_2e8256baf7579370f3cc4021419dc788__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557688) }; + inline constexpr std::array std___Func_impl__lambda_2f4e18e4eb48ac8396c9dd206f4e20a0__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E8178) }; + inline constexpr std::array std___Func_impl__lambda_3685864590e2610ca62dd66f58277d6b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045589C8) }; + inline constexpr std::array std___Func_impl__lambda_37a4cfa73182d5fe75926706752c629b__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452BB10) }; + inline constexpr std::array std___Func_impl__lambda_395ca9c887b77069b4167f750ef9cf82__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557D58) }; + inline constexpr std::array std___Func_impl__lambda_3c131cbf0235fa2907ac957538ea2adf__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452BBF0) }; + inline constexpr std::array std___Func_impl__lambda_3c61befd82dbdd7a8b131ea4bffedd8a__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ REL::Offset(0x045B1ED8) }; + inline constexpr std::array std___Func_impl__lambda_436fee8b3e483a41f879d21e86d3bc23__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BC60) }; + inline constexpr std::array std___Func_impl__lambda_49df49a740641670e19d30408fee74d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A740) }; + inline constexpr std::array std___Func_impl__lambda_4ab1e6ed8a6e5383082ee14fce46285a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0447D218) }; + inline constexpr std::array std___Func_impl__lambda_4be5ce6aef68e83aa49569993aff8066__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045594A0) }; + inline constexpr std::array std___Func_impl__lambda_4eacc160b5f348ee0264616c24054602__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x04522F10) }; + inline constexpr std::array std___Func_impl__lambda_4f50077fa771293a5365fed257f4173d__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045AA8A0) }; + inline constexpr std::array std___Func_impl__lambda_4fc1f8fd17d1b1561b9b721d1ac74b7c__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B1D88) }; + inline constexpr std::array std___Func_impl__lambda_50cd214866876a925987c64384b71bae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BF88) }; + inline constexpr std::array std___Func_impl__lambda_515e6240cf16aed2614e1605da656944__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558990) }; + inline constexpr std::array std___Func_impl__lambda_520c073f2f9b5ea31222b82582f32973__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045574C8) }; + inline constexpr std::array std___Func_impl__lambda_521efaefe0784c40e7d3073a8966e501__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A5F8) }; + inline constexpr std::array std___Func_impl__lambda_536c33102983ea9fd90bc3c130fb7820__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BC28) }; + inline constexpr std::array std___Func_impl__lambda_53ffc39032ca0e72f60b58be925dbe69__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__MagicEffectApplyRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452B758) }; + inline constexpr std::array std___Func_impl__lambda_54dad1b29cb5d8edae0699aec55b7850__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557810) }; + inline constexpr std::array std___Func_impl__lambda_5b6bf7a85f71f5e8b83ca9901ba8d456__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045595A8) }; + inline constexpr std::array std___Func_impl__lambda_5b7b9ba11d3cb17659ed8a298e797b98__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ REL::Offset(0x045A9F28) }; + inline constexpr std::array std___Func_impl__lambda_5c528dcbbd0b61a287ba8ad0b05356a4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BDB0) }; + inline constexpr std::array std___Func_impl__lambda_5f7837156978a193dc01989556f9d30e__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045A8528) }; + inline constexpr std::array std___Func_impl__lambda_60a2675cfe8788660ad082994eac7525__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BD08) }; + inline constexpr std::array std___Func_impl__lambda_624820ae5003c78f8a25c3b4647ca2b5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557960) }; + inline constexpr std::array std___Func_impl__lambda_657ac87fbbbe273c3afe0ef0a6887ef4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045577A0) }; + inline constexpr std::array std___Func_impl__lambda_65e1869835d0fc38d82c5bdace342e97__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452EC38) }; + inline constexpr std::array std___Func_impl__lambda_6bfe5617e71c0af674ee59fb22d68f79__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BD40) }; + inline constexpr std::array std___Func_impl__lambda_7324ce25e7200bddfb11a4d6245045ae__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045A9F98) }; + inline constexpr std::array std___Func_impl__lambda_74102bbd0491ae7e2f2b428364a0aa38__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045578F0) }; + inline constexpr std::array std___Func_impl__lambda_7827c147829e00fe7f15eaefe593e3cc__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557768) }; + inline constexpr std::array std___Func_impl__lambda_7886e0ae4dc3b052efa6329abc319cc6__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B1F10) }; + inline constexpr std::array std___Func_impl__lambda_7b4604e2c8877e4150b76621d097e6be__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E80D0) }; + inline constexpr std::array std___Func_impl__lambda_7c44afdf93ced21c2c49b0c43ebfe17c__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557500) }; + inline constexpr std::array std___Func_impl__lambda_7fb62125534421398702f4a2baef2e0b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557A40) }; + inline constexpr std::array std___Func_impl__lambda_834a520bd939bc68cd51b0030af55eaf__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557298) }; + inline constexpr std::array std___Func_impl__lambda_8453b831f47d1a741b54d8f6b25960af__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CE60) }; + inline constexpr std::array std___Func_impl__lambda_85498ddcc5baa3ce86b9dd695663ebad__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045579D0) }; + inline constexpr std::array std___Func_impl__lambda_8687a1ebfd15fe7709dd4b4b902dc27f__BSTThreadScrapSTLAllocator_void__BSFixedString_{ REL::Offset(0x045B29D0) }; + inline constexpr std::array std___Func_impl__lambda_896abb438acda319cef743a7a9efbaac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A630) }; + inline constexpr std::array std___Func_impl__lambda_8cd85e122db7eea6c89ba263e95d12b4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557B90) }; + inline constexpr std::array std___Func_impl__lambda_8e0bb810ac36e6a74cfd8179851fd370__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557AE8) }; + inline constexpr std::array std___Func_impl__lambda_8f7483c9ca649af851d04e7c9f33e6ac__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557B58) }; + inline constexpr std::array std___Func_impl__lambda_92c8185250fde670ed1817bc106a4a88__BSTThreadScrapSTLAllocator_void__bool_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452C7C0) }; + inline constexpr std::array std___Func_impl__lambda_947391e129c30a4c103f3726de0a66d9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045573E8) }; + inline constexpr std::array std___Func_impl__lambda_97840dd87d822f9e2b81b917247add41__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557340) }; + inline constexpr std::array std___Func_impl__lambda_9b7ade51f40d35d6bcdc228b23ab14e6__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x0452BB48) }; + inline constexpr std::array std___Func_impl__lambda_9c2e51072f7fcc6674d7693870b87c1f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CE98) }; + inline constexpr std::array std___Func_impl__lambda_9eaa11a3da64455332c7de8866851c07__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04541F58) }; + inline constexpr std::array std___Func_impl__lambda_a2071e3d37d73f2abd3007265b407828__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045566B8) }; + inline constexpr std::array std___Func_impl__lambda_a2841d2f817b8139840e7e391184cbd1__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04556738) }; + inline constexpr std::array std___Func_impl__lambda_a3891673dea5d5c9cb16525d4e77e16d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045573B0) }; + inline constexpr std::array std___Func_impl__lambda_a38afcb201e5cedabfb5536c800ec80e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04541ED8) }; + inline constexpr std::array std___Func_impl__lambda_a5a0f9026c0cd68f7de5000b5d94769f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557B20) }; + inline constexpr std::array std___Func_impl__lambda_a8848ed94a5a3cb4d7f224edcf2fa7c8__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558A70) }; + inline constexpr std::array std___Func_impl__lambda_a89680fd00cca5312874daedf7e02340__BSTThreadScrapSTLAllocator_void__bool_BSFixedStringconst_BSScript__TypeInfo_{ REL::Offset(0x045B2998) }; + inline constexpr std::array std___Func_impl__lambda_a8aa60fabe2fc1933958a62e97de3786__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557C70) }; + inline constexpr std::array std___Func_impl__lambda_aacb2dadf9aa6c2566a662adae5d8cc7__BSTThreadScrapSTLAllocator_void__void_{ REL::Offset(0x043E81B0) }; + inline constexpr std::array std___Func_impl__lambda_af479871e4d1e94cc021c8d6c2415e50__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04559228) }; + inline constexpr std::array std___Func_impl__lambda_af604f9dd25689bc45f0dc12c016743d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043DF708) }; + inline constexpr std::array std___Func_impl__lambda_b21249f73fc32f8a81cab9b750a0afd2__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_bool_TESObjectREFR_TESObjectREFR_{ REL::Offset(0x0452CAD8) }; + inline constexpr std::array std___Func_impl__lambda_b2731395c0d91b9dd7439faf17961b81__BSTThreadScrapSTLAllocator_void__void_BSScript__Variable_{ REL::Offset(0x045B1E68) }; + inline constexpr std::array std___Func_impl__lambda_b3db434079764937ec97ac25dc1ea9a3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557730) }; + inline constexpr std::array std___Func_impl__lambda_b4bd9062cd2003d3bc297e1527c6878b__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E8108) }; + inline constexpr std::array std___Func_impl__lambda_b616e81cc11ae3ff27c2e28f7218518c__BSTThreadScrapSTLAllocator_void__void_BSFixedString_{ REL::Offset(0x045AAA40) }; + inline constexpr std::array std___Func_impl__lambda_b65bf6956decee7d45e10d149a542b12__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_IMenuconst_{ REL::Offset(0x043E83D0) }; + inline constexpr std::array std___Func_impl__lambda_b7f4b682f2a1bebe693c6bd28981c93e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557998) }; + inline constexpr std::array std___Func_impl__lambda_b966315cb148adcd87a04670f9499b6f__BSTThreadScrapSTLAllocator_void__bool_BSScript__Variableconst_{ REL::Offset(0x045B1DF8) }; + inline constexpr std::array std___Func_impl__lambda_bafae2b11fafbc4f7dfb97411a909f8a__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045578B8) }; + inline constexpr std::array std___Func_impl__lambda_bcba858f97424a8c7d5f69d4c498a2f7__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557618) }; + inline constexpr std::array std___Func_impl__lambda_bd7c97a2bb675042967b8e0d20afec91__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557570) }; + inline constexpr std::array std___Func_impl__lambda_c00658b1e7d7e1ebe7bf94e70975ea83__BSTThreadScrapSTLAllocator_void__BSFixedString_{ REL::Offset(0x045B2960) }; + inline constexpr std::array std___Func_impl__lambda_c10da29f799e0f6f1c06a417c30f8013__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C8A0) }; + inline constexpr std::array std___Func_impl__lambda_c17409bca43b4196fdf5da3935b4c262__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557A78) }; + inline constexpr std::array std___Func_impl__lambda_c1ad3f0d02c92b91662dd06a86df460f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557458) }; + inline constexpr std::array std___Func_impl__lambda_c59616a3960e44e8a6e6d93d1b2b7690__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045B1FC8) }; + inline constexpr std::array std___Func_impl__lambda_c6afd167fcef5c1951e1966b8a9552c5__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x043E8098) }; + inline constexpr std::array std___Func_impl__lambda_ce10a8a7acd9e7f081239ece31786d27__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CF08) }; + inline constexpr std::array std___Func_impl__lambda_cfc4486fbb401085df5b729f5fa4df56__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452A5C0) }; + inline constexpr std::array std___Func_impl__lambda_d10394aacd62ef32b6737d49f4f4766e__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B800) }; + inline constexpr std::array std___Func_impl__lambda_d153accb137be0c634a55d237920f323__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452D370) }; + inline constexpr std::array std___Func_impl__lambda_d2d6f7920086fbe9f0fc86b0c4acb6e9__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557BC8) }; + inline constexpr std::array std___Func_impl__lambda_d31a69b396f0fb28afca6640b3e8cba5__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BC98) }; + inline constexpr std::array std___Func_impl__lambda_d40c86d5ab59dde4d0d999953b9f618c__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x04522F48) }; + inline constexpr std::array std___Func_impl__lambda_d4dc87478c2249a4454027d8fd1a3813__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045575E0) }; + inline constexpr std::array std___Func_impl__lambda_d802a03dba6477a9102aecb26551b3f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B838) }; + inline constexpr std::array std___Func_impl__lambda_d872b3c72d43411fc3f96431d665c3ca__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x043E81E8) }; + inline constexpr std::array std___Func_impl__lambda_d8ac2cf8dadd9cd659084c03b02663ca__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BCD0) }; + inline constexpr std::array std___Func_impl__lambda_db7bb28a69cfd1317fb4b091c4fce90d__BSTThreadScrapSTLAllocator_void__BSContainer__ForEachResult_BSScript__Object_{ REL::Offset(0x0452EBE0) }; + inline constexpr std::array std___Func_impl__lambda_dd530f9f18d1dc206099f46292567450__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045572D0) }; + inline constexpr std::array std___Func_impl__lambda_ddf1c4c945627fb9fff8c8751f522483__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452BD78) }; + inline constexpr std::array std___Func_impl__lambda_debc1bd8af75bbcd059b4351d90d28cd__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045576F8) }; + inline constexpr std::array std___Func_impl__lambda_dfd1ce40b89c6d3e72cf269832290ece__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557650) }; + inline constexpr std::array std___Func_impl__lambda_e09070a596429640ee82ab721c4713d4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04559570) }; + inline constexpr std::array std___Func_impl__lambda_e467e0832c9b41eb348fa71215e5f187__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557880) }; + inline constexpr std::array std___Func_impl__lambda_e5733d4c54decfe364244011ac86bbb6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557308) }; + inline constexpr std::array std___Func_impl__lambda_e5e9011dfff61c4c00bc49cc78aecb1f__BSTThreadScrapSTLAllocator_void__BSScript__Variable_BSScript__Variable_{ REL::Offset(0x045B1E30) }; + inline constexpr std::array std___Func_impl__lambda_e5ea9a590e87a286fb663ecd647989f4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557C38) }; + inline constexpr std::array std___Func_impl__lambda_e61604f72c8cff04a94ed3a540e69ad6__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558920) }; + inline constexpr std::array std___Func_impl__lambda_e64d3878199ec63bc3651c017fb940ae__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557AB0) }; + inline constexpr std::array std___Func_impl__lambda_e67da1eb7d0f8f20b14573ead2bc5c5b__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557CA8) }; + inline constexpr std::array std___Func_impl__lambda_ea7373727b326c3a296e7727673c1cf4__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04558AA8) }; + inline constexpr std::array std___Func_impl__lambda_ec46c3e7b709c25f1085c3abf5d433d2__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557A08) }; + inline constexpr std::array std___Func_impl__lambda_ed9a8c81b276dabbf40c3f2eb67b4d42__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045575A8) }; + inline constexpr std::array std___Func_impl__lambda_f189e04494dd43463d53c493efd1e8d3__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C830) }; + inline constexpr std::array std___Func_impl__lambda_f30ec5818c70773f8c5e9699899eb27d__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452B870) }; + inline constexpr std::array std___Func_impl__lambda_f4b86d201fe33ef82f3097c262d84e9f__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_BSScript__Object_BSTSmartPointerIntrusiveRefCount_const_TESObjectREFR_TESObjectREFR_float_unsignedint_GameScript__Internal__DistanceEventData__EventType_{ REL::Offset(0x04559468) }; + inline constexpr std::array std___Func_impl__lambda_f74b12abf885849d9fb9a4e29171d807__BSTThreadScrapSTLAllocator_void__bool_BSScript__Objectconst_{ REL::Offset(0x045A84F0) }; + inline constexpr std::array std___Func_impl__lambda_f8a79f6aac65a3e0fc625c482efaf599__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x045576C0) }; + inline constexpr std::array std___Func_impl__lambda_f925127b5689f3aab636bd263a8f5eef__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557420) }; + inline constexpr std::array std___Func_impl__lambda_fa061cdf7f0513c58b08f1d453c05408__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452CB10) }; + inline constexpr std::array std___Func_impl__lambda_fb57aa8ca5c4b56d6595919969c7948f__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x04557378) }; + inline constexpr std::array std___Func_impl__lambda_fc4c539d0c41892201eea6b726e3a456__BSTThreadScrapSTLAllocator_void__void_BSTSmartPointer_GameScript__Internal__RadiationDamageRegistrationList_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0452B790) }; + inline constexpr std::array std___Func_impl_bool___BSScrapArray_BSScript__Variable___BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x043E8060) }; + inline constexpr std::array std___Func_impl_no_alloc_BSTOptional_unsigned__int64____Json__Valueconst_BSLog__BSTOptional_unsigned__int64__Json__Valueconst_BSLog_{ REL::Offset(0x045232C8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_00d5217ef8ad8306a0857599ddd8dbf1__void_{ REL::Offset(0x044AFA90) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_01bd2b49efd0e791f3415bd64196db31__bool_BGSKeywordconst_{ REL::Offset(0x044CACC8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_01dccaaad9683fd6af22011ab140b0c8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C4B8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_064eb253765a9f5db082e668a24883dd__BSContainer__ForEachResult_GROUP_REACTION_bool_{ REL::Offset(0x0436EF38) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_079a8aa660e61b088f96148680d36dd1__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C040) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_0c3f1a43f1da6558563a23e48bb1195f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E620) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_0cb21591d64d9d5a933a0c452d3e1b37__void_{ REL::Offset(0x04480D18) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_0d094ed39072b466c030120fa3549e10__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C368) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_0e89c8d2d6392b5c24f6e22ccbfe44f3__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C100) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_101dda04a59aa879dbf7dd0dbcbb50f4__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E508) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_1138477ef28b4372fd489c1bcc023c05__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ REL::Offset(0x045C5A50) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_12cf7000a08c0229e16393f09561ca7d__void_{ REL::Offset(0x044AFA20) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_146998ed97e13e207a200e985e03d975__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C2F8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_1691aad4cbb6dd3fc6c8d4b0e62850c6__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetEntitlementMapping_BSTHeapSTLAllocator_BSPlatform__BNetEntitlementMapping_2___{ REL::Offset(0x0478EFF0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_1a1c1c1c70458df8b136533127a96c36__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045231B0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_1b40e015e00b4adbcee4fb35a5cc45c1__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523108) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_1fb112292025c2cc3c05f3d5b87214b7__void_{ REL::Offset(0x044AFAC8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_2210288a532619fcc3a6cac94e78ad91__void_BSScript__Stackconst_{ REL::Offset(0x04522ED8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_226adfc9bb5fcc136f15a35842593266__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E968) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_22a758e192999f16ea34a259f7a86bf9__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C3A0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_22d9514d375c4e7bda2ab76e1a1cf935__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523060) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_27ac859d074856e3877b54b6628e3804__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C448) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_28dc3789d661118750451f000e1a828d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BF28) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_2cc92a8a40a80bd38c78b736cc225140__void_BSPlatform__BNetResult_unsigned__int64_bool_{ REL::Offset(0x0448A140) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_2db861672ef3222e622fc6e45a100761__void_Actor_unsignedint_{ REL::Offset(0x043D2F90) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_30eb1d5bc2b9d6ae4ee7d6d599b9d087__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C1E0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_34ca4d2cb3abb74e14f6547c45584ec5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C170) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_35c9e85af3ac3bbbd7ed2568cdbf3d61__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BFD0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_39a899ccd47d79c0e880239f437c5605__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C078) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_39d9004daaead13d1142bd21c3889fd4__void_bps__client__BIEventClient__BulkEventsResult_{ REL::Offset(0x04346AB8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_3a065f65e612987ef75503bb93352629__void_BSScript__Stackconst_{ REL::Offset(0x04522FB8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_3ad9d5fb82392dde611ba91d090c9c3f__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ REL::Offset(0x045C5A18) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_3d1206d68bd154fbb45c4f583492a37b__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C598) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_3d1eb35d9e985f7f48c7b78dd0f5dc4a__void_{ REL::Offset(0x044AF748) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_3ea1ef3009c720cecb451704a32813b5__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E850) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_3f5c09d0b04134f1e2fd27bc98134128__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523178) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_402b6b2cf3423ce83cff3bc1cd824c16__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__Motd__Message_BSTHeapSTLAllocator_BSPlatform__Motd__Message_2___{ REL::Offset(0x0448A8B8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_4091ce050b80e984dd417f79fb124528__void_bps__client__BIEventClient__CreateSessionResult_{ REL::Offset(0x04346A80) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_429d91f21c20955e61a60d88028db1c7__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E6C8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_42c94d42aab591076c4f701b6a4ddf5c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C218) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_43e878a7f549f13e6eb351cff7c4bfd8__void_{ REL::Offset(0x044AF908) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_4dccea91ce7a8c84901e03d8daeebdf1__void_{ REL::Offset(0x044AF7B8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_542f1bbb43e6c28f5ce82f130dbb7998__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C2C0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_5b9dc8dc260e8e699de8a340ce375773__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C288) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_5bf3aef22eb08edc5ed9837b41c24d0f__void_BSComponentDB2__ReadInterfaceconst_BSComponentDB2__ID_std__vector_BSComponentDB2__ID_BSTThreadScrapSTLAllocator_BSComponentDB2__ID___{ REL::Offset(0x044CBBA0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_5f90e84e4769be26f1d2fa6feefac45e__void_{ REL::Offset(0x044AFB38) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_633338cb47e4bb804ff6b8d03f198a1a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C528) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_646248fb9034a6ddb932548e7d49446f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E8F8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_65251ad5213365d0137a05e1fe2d67a8__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C4F0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_662d1933046d5577025af7b0e03b4e6e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E5B0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_682c30481b6f945aea581f28d4e66539__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523098) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_68a4952c753627b6fe5f1e5adb569f53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E498) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_6910601695f3dd7a3b6b918d3be3a895__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E8C0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_697c0a91b66ab3f6c7a782bea49b1331__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C5D0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_69faf50df0058a7a957d676816e44d1d__void_{ REL::Offset(0x044AF780) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_6b6802b990080eb1f972ed3fdfb349be__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E460) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_6d1081504a31f0237eeec490f4089cbe__void_void_{ REL::Offset(0x04075418) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_6e5c678196ad94d42acbba02698228ce__void_BSPlatform__BNetResult_unsigned__int64_BSStorage_{ REL::Offset(0x04790040) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_6fad9a44932c23cb4c364726b83cc47e__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045230D0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_717dc205c7ab523420c0800b9e620bc1__void_{ REL::Offset(0x04480CA0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_76f340027b84ed28b676175aa3299281__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E888) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_77392527259adccb8a2255e05849c42d__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E578) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_78104d6457cc7c72b7b70dedbd4c7729__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C3D8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7a8458241d5d25022323237c491d8ecf__void_{ REL::Offset(0x044AF978) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7ab3183038f8d3427088a16035449539__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BEB8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7b521c39367390feb40229c1163fbb50__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E5E8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7c4a786bf74d8f5789f0892713f97e58__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BF98) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7e2e399ef17308210647e0ff0d59e8c7__void_BSPlatform__BNetResult_unsigned__int64_{ REL::Offset(0x0448A928) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7ece62f38092b876d5a29803f71ebe42__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2EA48) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_7f409a04a56b9fd44455212d87c431ae__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C138) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_80ccd6ef81c90a908ae7b9dc423ede29__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BDD8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_811ffd3359415b814ad419ff4a6f7b6c__void_{ REL::Offset(0x044AF6D8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_816d88711d4f9b92fafc67d6d4128a01__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E930) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_81a7bbc2c642195c7bb8b5639a213323__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E690) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_83642b9649b829cac9b8f06fc6d8158f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C410) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_84cb86a16ff0b9443451d13f3a11f731__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BF60) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_850f684f539da753d4c4cafdf641fe49__void_BSPlatform__BNetResult_unsigned__int64_{ REL::Offset(0x04479338) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_86c0ac20e1dbb3512a09e5045908b2c5__void_bps__client__BIEventClient__BulkEventsResult_{ REL::Offset(0x04346A18) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_89a805409404f6f4936c6202133cf01b__void_{ REL::Offset(0x044AF828) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_8b10bb14db18c9fe3d791996c1a19554__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523140) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_8b2ccaafdc8a81683c63b0eaf14891dc__void_{ REL::Offset(0x044AF9B0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_8c96b78c58fa606af46999ce51170c9e__void_{ REL::Offset(0x044AF7F0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_9002e4b1e35b9ef038662911247cc309__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C1A8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_90d8b86f0c99746f95e0b4ca1a49d2c0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BD68) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_91251eb0ccb3ea9b423b4f677c265616__void_BSPlatform__BNetResult_unsigned__int64_bool_{ REL::Offset(0x044CFAD0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_959037408af959a47613d3263db08c86__void_{ REL::Offset(0x044AF940) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_96f81aaee411c9d69a17525610aa912c__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E738) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_9a30403d968053341e5f9d42784612ca__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523258) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_9b2acb054b0378783971fd92800f4976__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BE80) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_9cc4f951fdfbb95f22db9e2c68c900e9__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x045231E8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_a04139f4e3187b0cd2a6b95ea874cd53__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E4D0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_a13d905de0e2a393a2e6bfbe0a742d3e__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E700) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_a20f4217b7a3254e87a494f37712d794__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C480) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_a71ec3d23cbd34c56e3ab5f51b222434__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x046CD718) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_a7b27cbe6a95c99fe2e5a1ad07327fa0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E770) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_a960ccc15d0834cd19d9a46ff87790ac__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BDA0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_aad890f75e4062f7c55f96628ae4106f__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E7A8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_adada3c624f9eca7e904af6dc451ca52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E818) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_ae34904a58a0c39380143f422d973695__void_{ REL::Offset(0x044AFA58) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_af62d3ddb61e2c16f7fc06a107aede70__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BE48) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_b3b4d542f0127c892ab403b185e84e5f__BSContainer__ForEachResult_GROUP_REACTION_bool_{ REL::Offset(0x0436EFA8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_b78658f725809cc9dd249a08003323aa__bool_BGSKeywordconst_{ REL::Offset(0x044CAD00) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_ba1786811a44fbf361bb172f0a40e985__BSContainer__ForEachResult_CreationRendererPrivate__ApiAbstractionLayer__CheckPointData___CheckpointExecutionStatus_{ REL::Offset(0x045C59E0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_bb9da137c76683c6952446acd932ccf0__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x046CD750) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_bbb177cd5f2ab74893d49615821de162__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E658) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_be876bc5186bff2513ff405e850f4e26__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C560) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_c0358fe6cc6cac72bc6034a1c670b93e__void_{ REL::Offset(0x044AF860) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_c4800958f6f82d41dc7cbb1717f39ca8__void_{ REL::Offset(0x044AF9E8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_c4f717ca1aa06fc19f3cf6537865110d__void_BSScript__Stackconst_{ REL::Offset(0x04522FF0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_c6efd732f69a7634ffbc6652dd87f951__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E7E0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_c84baf99ce6ed36961e2a863528ae6c4__void_Actor_unsignedint_{ REL::Offset(0x043D3000) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_cb2fcafcfeb79c7d26906b8fd4636ffc__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BD30) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_ccb70cc432f37ab029f06ab27c328d81__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BEF0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_cd1989fe22907f3fcc0eb0c2b41e761c__void_AnimGraphconst_{ REL::Offset(0x04561AC8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_cf04669e91edb1a2a3a4a7ab538c4837__void_{ REL::Offset(0x044AF898) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_cf40a68354f922c38e03bbaecaec89aa__void_BSScript__Stackconst_{ REL::Offset(0x04522F80) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d2716ea6a0bca27a6edea85753279548__void_{ REL::Offset(0x044AF710) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d494d179864a24a188f2eb416cfc06a3__void_{ REL::Offset(0x044AFB70) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d5eb0fcfb1f75702023297a060e3d5e6__void_{ REL::Offset(0x044AF6A0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d63799d362ac3db4a9c9d0e7433ec812__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E9A0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d6b1db4285e75a5294c6de830762ef47__void_Actor_unsignedint_{ REL::Offset(0x043D2F58) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d6b7d480f08985d7ee3bf3fb03c345be__void_BSPlatform__BNetResult_unsigned__int64_{ REL::Offset(0x0478EFB8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d6bd5d478c04329fe4e5b7137692c84a__void_BSPlatform__BNetResult_unsigned__int64_std__vector_BSPlatform__BNetLegalDocument_BSTHeapSTLAllocator_BSPlatform__BNetLegalDocument_2___{ REL::Offset(0x0448A8F0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d79ba8b68f8bfb45c6116d46101351b5__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523290) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_d95754b001c0346fcb32406fa2529480__void_Actor_unsignedint_{ REL::Offset(0x043D2FC8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_da4e66b37aa105058834c2c511a5082a__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E9D8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_da5b3aa28c78420e8917d210cf7db403__std__unique_ptr_GameScript__DebuggerMessages__Request_std__default_delete_GameScript__DebuggerMessages__Request___{ REL::Offset(0x04523220) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_e143d2028d7c6e7727d9fcbf5f405ea7__void_TESObjectCELL_{ REL::Offset(0x04449060) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_e314fa56d63d042e53d81b69929b40ff__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ REL::Offset(0x0478FB50) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_e372463fd8ecfe9a6083ef8b8b857ca2__void_BSScript__Stackconst_{ REL::Offset(0x04523028) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_e378063695a321b4b2acf80caf341be2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2BE10) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_e503aa7f15d4f88322c521738e9706a4__void_{ REL::Offset(0x044AF668) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_e7631ce55b316914c1d2ae323e980e52__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C250) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f341899e72b3f390184c8afaa45b8f40__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2EA10) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f62ad8f2020d229c56fb36f626d1e603__void_{ REL::Offset(0x044AFB00) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f65d030aafad32c4af72d47dea60cb6a__BSContainer__ForEachResult_GROUP_REACTION_bool_{ REL::Offset(0x0436EF70) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f67bd8b1575a9567e8027e8330c2f249__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2E540) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f859861f5c36dce485d0d6709c81dc49__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C330) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f8994df1e8cbcd7696e7a20a6f1ea094__void_{ REL::Offset(0x044AF8D0) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_f8c535b0014544bb8393cece85acfa2a__void_charconst_{ REL::Offset(0x043E85A8) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_fa004aa12b59941545af99ec12cc7d0e__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ REL::Offset(0x0478EF48) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_fb8c6beb0e5aad17d74f55e9e0f525b2__unsignedint_CreationRendererPrivate__VariableBlockconst_{ REL::Offset(0x03F2C008) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_fc80caba2d13a4a8de1b555915600790__void_BSPlatform__BNetResult_unsigned__int64_BSPlatform__Account__AuthResultInfo_{ REL::Offset(0x0478EF80) }; + inline constexpr std::array std___Func_impl_no_alloc__lambda_fe17593311fc5854adb218aa3b5d2156__void_{ REL::Offset(0x044AFBA8) }; + inline constexpr std::array std___Func_impl_no_alloc_bool___CombatActorRefPtrconst_CombatPathconst_float__bool_CombatActorRefPtrconst_CombatPathconst_float_{ REL::Offset(0x0446A108) }; + inline constexpr std::array std___Func_impl_no_alloc_bool___TESObjectREFR___int64__bool_TESObjectREFR___int64_{ REL::Offset(0x0436AB60) }; + inline constexpr std::array std___Func_impl_no_alloc_bool___charconst_int_charconst__bool_charconst_int_charconst_{ REL::Offset(0x044D40E0) }; + inline constexpr std::array std___Func_impl_no_alloc_float___ActorValueOwnerconst_ActorValueInfoconst__float_ActorValueOwnerconst_ActorValueInfoconst_{ REL::Offset(0x04444650) }; + inline constexpr std::array std___Func_impl_no_alloc_float___CombatFormulas__WeaponDamageconst__float_CombatFormulas__WeaponDamageconst_{ REL::Offset(0x044705B8) }; + inline constexpr std::array std___Func_impl_no_alloc_float___NiPoint3const_float__float_NiPoint3const_float_{ REL::Offset(0x044D3F80) }; + inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____NiPoint3const_float_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ REL::Offset(0x04598BA0) }; + inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_float_Particles__ParticleEmitterEngine____bool_bool_NiPoint3const_float__Particles__ParticleEmitterEngine_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const__float_bool_bool_NiPoint3const_float_{ REL::Offset(0x04598BD8) }; + inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_float_TES____NiPoint3const_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__float_NiPoint3const_float_float_{ REL::Offset(0x044D4028) }; + inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_void_MoviePlayer____void__MoviePlayer__void_{ REL::Offset(0x04590EF0) }; + inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TES____bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float__TES_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const_std___Ph_4_const_std___Ph_5_const__void_bhkCollisionQueryResultHandle_DirectX__BoundingBoxconst_unsignedchar_float_float_{ REL::Offset(0x044D3FB8) }; + inline constexpr std::array std___Func_impl_no_alloc_std___Binder_std___Unforced_void_TaskQueueInterface____float_NiPoint3const_float__TaskQueueInterface_std___Ph_1_const_std___Ph_2_const_std___Ph_3_const__void_float_NiPoint3const_float_{ REL::Offset(0x044D3FF0) }; + inline constexpr std::array std___Func_impl_no_alloc_std__greater_float__bool_float_float_{ REL::Offset(0x04497430) }; + inline constexpr std::array std___Func_impl_no_alloc_std__less_float__bool_float_float_{ REL::Offset(0x044973F8) }; + inline constexpr std::array std___Func_impl_no_alloc_void___TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy___void_TESObjectREFRconst_BSTSet_unsigned__int64_BSTScatterTableDefaultHashPolicy__{ REL::Offset(0x045606C0) }; + inline constexpr std::array std___Func_impl_no_alloc_void___cpr__CurlHolder__void_cpr__CurlHolder_{ REL::Offset(0x04075450) }; + inline constexpr std::array std___Func_impl_no_alloc_void___void__void_{ REL::Offset(0x044BCC50) }; + inline constexpr std::array std___Func_impl_std___Binder_std___Unforced__lambda_3c93bc5d7b3f96fd053f30f2cec7bd09__std___Ph_1_const_TESObjectREFRconst__BSTThreadScrapSTLAllocator_void__bool_BSScrapArray_BSScript__Variable__{ REL::Offset(0x0452C868) }; + inline constexpr std::array std___Node_assert{ REL::Offset(0x04346838) }; + inline constexpr std::array std___Node_back{ REL::Offset(0x04346818) }; + inline constexpr std::array std___Node_base{ REL::Offset(0x03F2B8D0) }; + inline constexpr std::array std___Node_capture{ REL::Offset(0x03F2B498) }; + inline constexpr std::array std___Node_class_char_std__regex_traits_char__{ REL::Offset(0x04346768) }; + inline constexpr std::array std___Node_end_group{ REL::Offset(0x03F27AB0) }; + inline constexpr std::array std___Node_end_rep{ REL::Offset(0x04346848) }; + inline constexpr std::array std___Node_endif{ REL::Offset(0x04346828) }; + inline constexpr std::array std___Node_if{ REL::Offset(0x04346858) }; + inline constexpr std::array std___Node_rep{ REL::Offset(0x04346868) }; + inline constexpr std::array std___Node_str_char_{ REL::Offset(0x04346740) }; + inline constexpr std::array std___Ref_count_BSTArray_BSTSmartPointer_BGSLocation_TESFormExternalPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x043CA498) }; + inline constexpr std::array std___Ref_count_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__{ REL::Offset(0x04591D28) }; + inline constexpr std::array std___Ref_count_HavokParticleDef__BaseShape_{ REL::Offset(0x0457CDB0) }; + inline constexpr std::array std___Ref_count_Particles__BaseCustomParameter_{ REL::Offset(0x04591CD8) }; + inline constexpr std::array std___Ref_count_Particles__Intrinsics__SharedAsset_{ REL::Offset(0x04591D50) }; + inline constexpr std::array std___Ref_count_Particles__ListFloatCurve_{ REL::Offset(0x04591D00) }; + inline constexpr std::array std___Ref_count_Particles__ResourceDependency_{ REL::Offset(0x04591C70) }; + inline constexpr std::array std___Ref_count_obj2_ActorValueSnapshot_{ REL::Offset(0x04345FA0) }; + inline constexpr std::array std___Ref_count_obj2_Particles__SystemDefinition_{ REL::Offset(0x045919F0) }; + inline constexpr std::array std___Ref_count_obj2_TimeMultiplierProvider_{ REL::Offset(0x04398108) }; + inline constexpr std::array std___Ref_count_obj2_cpr__Session_{ REL::Offset(0x04561260) }; + inline constexpr std::array std___Ref_count_obj2_nlohmann__detail__input_buffer_adapter_{ REL::Offset(0x044BF478) }; + inline constexpr std::array std___Ref_count_obj2_nlohmann__detail__input_stream_adapter_{ REL::Offset(0x044D0968) }; + inline constexpr std::array std___Ref_count_obj2_nlohmann__detail__output_string_adapter_char_std__basic_string_char_std__char_traits_char__std__allocator_char____{ REL::Offset(0x04346B18) }; + inline constexpr std::array std___Ref_count_obj2_std__atomic_float__{ REL::Offset(0x04389D88) }; + inline constexpr std::array std___Ref_count_obj2_std__basic_string_char_std__char_traits_char__std__allocator_char__const_{ REL::Offset(0x04346AF0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_ActorValueSnapshot_BSTHeapSTLAllocator_ActorValueSnapshot_2__{ REL::Offset(0x04372088) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSAudio_Internal__WwiseEventMetadata_BSTHeapSTLAllocator_BGSAudio_Internal__WwiseEventMetadata_2__{ REL::Offset(0x04458508) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSDistantObjectBlock_BSTHeapSTLAllocator_BGSDistantObjectBlock_2__{ REL::Offset(0x04452F48) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSDynamicLODBlock_BSTHeapSTLAllocator_BGSDynamicLODBlock_2__{ REL::Offset(0x04452F70) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSFadeManager__Group_BSTHeapSTLAllocator_BGSFadeManager__Group_2__{ REL::Offset(0x0434B190) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSLODNode_BSTHeapSTLAllocator_BGSLODNode_2__{ REL::Offset(0x04452BE0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSLoadedSceneLODBlock_BSTHeapSTLAllocator_BGSLoadedSceneLODBlock_2__{ REL::Offset(0x04452FC0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSPlanetContentManager__BlockContent_BSTHeapSTLAllocator_BGSPlanetContentManager__BlockContent_2__{ REL::Offset(0x044D5268) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_BSTHeapSTLAllocator_BGSSaveLoadManager__UploadSaveGame__2__SaveUploadInfo_2__{ REL::Offset(0x044CFAA8) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSChargenAPI__CustomizationData_BSTHeapSTLAllocator_BSChargenAPI__CustomizationData_2__{ REL::Offset(0x044C9188) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSFloatCurve_BSTHeapSTLAllocator_BSFloatCurve_2__{ REL::Offset(0x044534F0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSGFxObject_BSTHeapSTLAllocator_BSGFxObject_2__{ REL::Offset(0x0458F540) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSLog_BSTHeapSTLAllocator_BSLog_2__{ REL::Offset(0x044D5290) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSMenu3D__Scene_BSTHeapSTLAllocator_BSMenu3D__Scene_2__{ REL::Offset(0x0434DB40) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___BSTHeapSTLAllocator_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___2__{ REL::Offset(0x04350BA8) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSSpinLock_BSTHeapSTLAllocator_BSSpinLock_2__{ REL::Offset(0x04559670) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__BSTHeapSTLAllocator_BSTArray_Particles__ListParticleCollisionInfo__ParticleCollisionInfo_BSTArrayHeapAllocator__2__{ REL::Offset(0x04599568) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_BSSimpleTaggedType_BGSSurface__Tag__BodyCellTag_unsigned__int64_0__BSTSmartPointer_BGSPlanetContentManager__CellContentRC_BSTSmartPointerIntrusiveRefCount__BSTDefaultScatterTable__2__{ REL::Offset(0x044D5218) }; + inline constexpr std::array std___Ref_count_obj_alloc3_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__BSTHeapSTLAllocator_BSTHashMap_unsignedint_std__shared_ptr_BGSPlanetContentManager__BlockContent__BSTDefaultScatterTable__2__{ REL::Offset(0x044D5240) }; + inline constexpr std::array std___Ref_count_obj_alloc3_LOD__Details__LODWorldSpaceData_BSTHeapSTLAllocator_LOD__Details__LODWorldSpaceData_2__{ REL::Offset(0x04452B90) }; + inline constexpr std::array std___Ref_count_obj_alloc3_MissionData_BSTHeapSTLAllocator_MissionData_2__{ REL::Offset(0x0440FC58) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedAssociatedUID_BSTHeapSTLAllocator_Particles__Intrinsics__SharedAssociatedUID_2__{ REL::Offset(0x0459A440) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorAlphaCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorAlphaCurves_2__{ REL::Offset(0x0459A490) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedColorCurve_2__{ REL::Offset(0x045994C8) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCurve_2__{ REL::Offset(0x04599540) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedCustomParameter_BSTHeapSTLAllocator_Particles__Intrinsics__SharedCustomParameter_2__{ REL::Offset(0x045993B0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedFiniteRandomNumberGenerator_2__{ REL::Offset(0x04599428) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedHeightmapData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedHeightmapData_2__{ REL::Offset(0x04599338) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedLODCurves_BSTHeapSTLAllocator_Particles__Intrinsics__SharedLODCurves_2__{ REL::Offset(0x04599450) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedMesh_BSTHeapSTLAllocator_Particles__Intrinsics__SharedMesh_2__{ REL::Offset(0x04599518) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedNoiseGenerator_BSTHeapSTLAllocator_Particles__Intrinsics__SharedNoiseGenerator_2__{ REL::Offset(0x04599478) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedParticleSystemSpawnParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedParticleSystemSpawnParameters_2__{ REL::Offset(0x04599400) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRGBColorCurve_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRGBColorCurve_2__{ REL::Offset(0x045994A0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRandomVariableDistributionValues_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRandomVariableDistributionValues_2__{ REL::Offset(0x0459A468) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedRuntimeInfo_BSTHeapSTLAllocator_Particles__Intrinsics__SharedRuntimeInfo_2__{ REL::Offset(0x04598B00) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedSkeletonData_BSTHeapSTLAllocator_Particles__Intrinsics__SharedSkeletonData_2__{ REL::Offset(0x045994F0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__Intrinsics__SharedUpdateForcesParameters_BSTHeapSTLAllocator_Particles__Intrinsics__SharedUpdateForcesParameters_2__{ REL::Offset(0x04599360) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__ListFloatCurve_BSTHeapSTLAllocator_Particles__ListFloatCurve_2__{ REL::Offset(0x04599388) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__ListParticleCollisionInfo_BSTHeapSTLAllocator_Particles__ListParticleCollisionInfo_2__{ REL::Offset(0x045993D8) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__MeshDependency_BSTHeapSTLAllocator_Particles__MeshDependency_2__{ REL::Offset(0x0459A418) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__ParticlePerformanceManager__ParticleRequest_BSTHeapSTLAllocator_Particles__ParticlePerformanceManager__ParticleRequest_2__{ REL::Offset(0x04598840) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Particles__PointInMeshDependency_BSTHeapSTLAllocator_Particles__PointInMeshDependency_2__{ REL::Offset(0x0459A3F0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_SaveLoad__BlockingIOWaiter_BSTHeapSTLAllocator_SaveLoad__BlockingIOWaiter_2__{ REL::Offset(0x0440FC80) }; + inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__BuildingLevel_BSTHeapSTLAllocator_SnapData__BuildingLevel_2__{ REL::Offset(0x04398718) }; + inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__Stairway_BSTHeapSTLAllocator_SnapData__Stairway_2__{ REL::Offset(0x043986A0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__StartingFoundation_BSTHeapSTLAllocator_SnapData__StartingFoundation_2__{ REL::Offset(0x043986F0) }; + inline constexpr std::array std___Ref_count_obj_alloc3_SnapData__Workshop_BSTHeapSTLAllocator_SnapData__Workshop_2__{ REL::Offset(0x043986C8) }; + inline constexpr std::array std___Ref_count_obj_alloc3_StarMap__ButtonHintBarWidget_BSTHeapSTLAllocator_StarMap__ButtonHintBarWidget_2__{ REL::Offset(0x044B9778) }; + inline constexpr std::array std___Ref_count_obj_alloc3_WorkshopHavokUtils__DropProxyData_BSTHeapSTLAllocator_WorkshopHavokUtils__DropProxyData_2__{ REL::Offset(0x0445A330) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__BulldozeOnlyWorkshopItem_BSTHeapSTLAllocator_Workshop__BulldozeOnlyWorkshopItem_2__{ REL::Offset(0x0455D480) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__DecoratedHabWorkshopItem_BSTHeapSTLAllocator_Workshop__DecoratedHabWorkshopItem_2__{ REL::Offset(0x0455D560) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__InventoryItemWorkshopItem_BSTHeapSTLAllocator_Workshop__InventoryItemWorkshopItem_2__{ REL::Offset(0x0455D458) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__PackinWorkshopItem_BSTHeapSTLAllocator_Workshop__PackinWorkshopItem_2__{ REL::Offset(0x0455D538) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__SingleWorkshopItem_BSTHeapSTLAllocator_Workshop__SingleWorkshopItem_2__{ REL::Offset(0x0445A718) }; + inline constexpr std::array std___Ref_count_obj_alloc3_Workshop__WireWorkshopItem_BSTHeapSTLAllocator_Workshop__WireWorkshopItem_2__{ REL::Offset(0x0455F768) }; + inline constexpr std::array std___Ref_count_obj_alloc3___BiomePlacement_BSTHeapSTLAllocator___BiomePlacement_2__{ REL::Offset(0x044D51F0) }; + inline constexpr std::array std___Ref_count_obj_alloc3___BlockingPromoteReferencesWaiter_BSTHeapSTLAllocator___BlockingPromoteReferencesWaiter_2__{ REL::Offset(0x04370608) }; + inline constexpr std::array std___Ref_count_obj_alloc3_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___BSTHeapSTLAllocator_std__vector_CloneMapAndFlags_BSTHeapSTLAllocator_CloneMapAndFlags_2___2__{ REL::Offset(0x0436F948) }; + inline constexpr std::array std___Ref_count_obj_alloc3_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___BSTHeapSTLAllocator_std__vector_LOD__Details__PlacementLocation_BSTThreadScrapSTLAllocator_LOD__Details__PlacementLocation___2__{ REL::Offset(0x04452BB8) }; + inline constexpr std::array std___Ref_count_obj_alloc3_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____BSTHeapSTLAllocator_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_BSResource__ID_unsignedint_BSTHeapSTLAllocator_std__pair_BSResource__IDconst_unsignedint__2__std__hash_BSResource__ID__std__equal_to_BSResource__ID____2__{ REL::Offset(0x0439F3D0) }; + inline constexpr std::array std___Ref_count_resource_ActorValueSnapshotconst__lambda_3d6d882571e717a31b802345d8629cbb__{ REL::Offset(0x04345F78) }; + inline constexpr std::array std___Ref_count_resource_ActorValueSnapshotconst__lambda_ff24cf077dd97fea65adab249ee0291c__{ REL::Offset(0x04372060) }; + inline constexpr std::array std___Ref_count_resource_BGSTerrainBlock__HeightMapBezier_std__default_delete_BGSTerrainBlock__HeightMapBezier__{ REL::Offset(0x043A13B0) }; + inline constexpr std::array std___Ref_count_resource_BSBind__Snapshot__lambda_23104a4f4bc9e99a333407e5532b9c2e__{ REL::Offset(0x04599310) }; + inline constexpr std::array std___Ref_count_resource_BSChargenAPI__RestorePoint_std__default_delete_BSChargenAPI__RestorePoint__{ REL::Offset(0x044AF080) }; + inline constexpr std::array std___Ref_count_resource_BSMenu3D__Scene_stl__detail__AlignedDelete_BSMenu3D__Scene__{ REL::Offset(0x044B97A0) }; + inline constexpr std::array std___Ref_count_resource_BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator__void___BSTArray_BGSTerrainBlock__AlignmentSpline_BSTArrayHeapAllocator___{ REL::Offset(0x043A12F8) }; + inline constexpr std::array std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable__void___BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__BGSTerrainBlock__FileSplines_BSTDefaultScatterTable___{ REL::Offset(0x043A12D0) }; + inline constexpr std::array std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__NiPoint2_BSTDefaultScatterTable___{ REL::Offset(0x043A1BB0) }; + inline constexpr std::array std___Ref_count_resource_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable__std__default_delete_BSTHashMap_BSSimpleTaggedType_BGSTerrain__Tag__FileIDTag_unsigned__int64_0__float_BSTDefaultScatterTable___{ REL::Offset(0x0438ABA0) }; + inline constexpr std::array std___Ref_count_resource_HavokParticleDef__BaseShape_stl__detail__AlignedDelete_HavokParticleDef__BaseShape__{ REL::Offset(0x045912C0) }; + inline constexpr std::array std___Ref_count_resource_StorageTable__Particle__ParticleDataBufferPooled_Particles__PooledBufferOwningHandle_StorageTable__Particle__ParticleDataBufferPooled___ReleaseToPool_{ REL::Offset(0x04598B28) }; + inline constexpr std::array std___Ref_count_resource_Workshop__PowerLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__PowerLinkWorkshopItem__{ REL::Offset(0x0455D588) }; + inline constexpr std::array std___Ref_count_resource_Workshop__TransferLinkWorkshopItem_stl__detail__AlignedDelete_Workshop__TransferLinkWorkshopItem__{ REL::Offset(0x0455E4A8) }; + inline constexpr std::array std___Root_node{ REL::Offset(0x03F2A060) }; + inline constexpr std::array std__bad_alloc{ REL::Offset(0x040753B8) }; + inline constexpr std::array std__bad_array_new_length{ REL::Offset(0x040753D0) }; + inline constexpr std::array std__bad_cast{ REL::Offset(0x04346800) }; + inline constexpr std::array std__bad_optional_access{ REL::Offset(0x044CD540) }; + inline constexpr std::array std__bad_variant_access{ REL::Offset(0x04364CB8) }; + inline constexpr std::array std__basic_filebuf_char_std__char_traits_char__{ REL::Offset(0x04350B10) }; + inline constexpr std::array std__basic_ifstream_char_std__char_traits_char__{ REL::Offset(0x04350AF8) }; + inline constexpr std::array std__basic_istringstream_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ REL::Offset(0x045714A8) }; + inline constexpr std::array std__basic_istringstream_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x040755C0) }; + inline constexpr std::array std__basic_ofstream_char_std__char_traits_char__{ REL::Offset(0x045A7E88) }; + inline constexpr std::array std__basic_ostringstream_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x040755E8) }; + inline constexpr std::array std__basic_stringbuf_char_std__char_traits_char__BSTHeapSTLAllocator_char_2__{ REL::Offset(0x045714B8) }; + inline constexpr std::array std__basic_stringbuf_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ REL::Offset(0x0436AFF8) }; + inline constexpr std::array std__basic_stringbuf_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x04075488) }; + inline constexpr std::array std__basic_stringstream_char_std__char_traits_char__BSTThreadScrapSTLAllocator_char__{ REL::Offset(0x0436AFE8) }; + inline constexpr std::array std__basic_stringstream_char_std__char_traits_char__std__allocator_char__{ REL::Offset(0x04075508) }; + inline constexpr std::array std__codecvt_utf8_utf16_wchar_t_1114111_0_{ REL::Offset(0x040DEFA8) }; + inline constexpr std::array std__collate_char_{ REL::Offset(0x043467B8) }; + inline constexpr std::array std__exception{ REL::Offset(0x040753A0) }; + inline constexpr std::array std__logic_error{ REL::Offset(0x0433F2C8) }; + inline constexpr std::array std__out_of_range{ REL::Offset(0x0433F2E0) }; + inline constexpr std::array std__overflow_error{ REL::Offset(0x04075538) }; + inline constexpr std::array std__range_error{ REL::Offset(0x040DEF90) }; + inline constexpr std::array std__runtime_error{ REL::Offset(0x04075520) }; + inline constexpr std::array std__underflow_error{ REL::Offset(0x04075550) }; + inline constexpr std::array std__wstring_convert_std__codecvt_utf8_utf16_wchar_t_1114111_0__wchar_t_std__allocator_wchar_t__std__allocator_char__{ REL::Offset(0x040DF000) }; + inline constexpr std::array stl____DefaultThreadPool{ REL::Offset(0x0478EB78) }; + inline constexpr std::array stl__local_function_detail__ILocalFunction_BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0433F258) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_002cdac9824482e53599b50cb63810df__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x043514C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_00607e6a2f9113f3a94c8a7d10a586a9__void_unsignedint_{ REL::Offset(0x043887C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0064a2bb7ba8da7e3d6d3acbe3cd7b7a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BD250) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_006bc4f27e9855fea530460c46b8e9c3__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ REL::Offset(0x04369630) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_00dbd76298ea8207e1d5f7478862ce30__void_{ REL::Offset(0x0457E3F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_00f5d3243d0f4b1dc17e1fcf13cb2513__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1618) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_010723918dc90d50aee5dab85e533842__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04478708) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_010fe96a4f1239884ed845cee3bbc0f4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436D2E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_015e69c9ed3af12170993fa8ae797e0f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA658) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_018405301feba137d8649bed7ceab5bf__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BC0D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_01dd70cb58f43a44ef1c678c91f43b28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1EC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_01eef3ac657707e87817586b9695f0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1A38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_01f44f48bc948457011240bb9ba8f398__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374B58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_022772e24078711ca5eefbd36c5c2e7b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FD00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02437a4d76640cd651168ea3a4553b1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045B3018) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_026794b3566939078e11bd9ff33bdcb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AFE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_029f3c764ba51772945246963846dc84__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02c98e6932b5711bd897d3fafb2aaecb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436FAA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02cd77bf93bf46d00ec597c161aeed67__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414020) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02d036ef1bc6670372365875e3df3ffc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0FB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_02f2e3ffdd328e3f270465a8f7673587__void_void_{ REL::Offset(0x045A7E08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_031216179adb8b381d7e0122751786aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04483918) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03646e0cd05612a4914c46f1b655c648__void_void_unsignedint_{ REL::Offset(0x0433FBD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_036a5e48d8c133abc285213238b0670b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0454A308) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03ad6f00e153dac56b019ad5cd8deb5b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2068) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03d02d46c8e857eb84d407a8cfb68384__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B52F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03d03833a75821a127d985eb57ecd33e__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D9E50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_03f925ff02dac8165feadaa32d10cc6d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF390) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_041c7bca7c8c13ddc0fac3c8bf0c23b1__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x04580FC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_043fcfecd2290b14d25ee05a76c55da7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1838) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_04580771b11b3436731d66ee11597cd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C86C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_047c22c69575479c58a69ea50875c91b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D6C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_047f75f8799ffe731c46546a70e95a9f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A090) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_04b8e11adff9605bfd2783ce32f33b16__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04478F40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_04c66e9f85368f7cc86c0530ef3e9170__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045789E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0537969ced82f98d50ebcaf125d0ba18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFF00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_055d9a010897b928b3941846d855a050__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D80B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_05704554ca2796abcdc2bf952be538cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04559610) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_058daf063eda367ccc6b82ae10bb112e__void_unsignedint_{ REL::Offset(0x043866E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_05dc519a55eddec303405115bfb97a07__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C81F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0610e93dd0f527cbd3a064cee3c114fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435BE58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_062b3b4cd4eb3c2c45c6f15eb6567bc4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B160) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_06613126aa3823eef0124efe8e5b8448__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2488) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_066504b293d732a08f84f7db533485b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_067f2ecc50a135a4545cca41b5c874b8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADD00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_06e1d2dfe3fefab6d62e48a53f7ffa63__void_unsignedint_{ REL::Offset(0x043878C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0701e114b6ea07a51657ab66d3e48174__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434ACE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_071b2e20eb0f2269db0242fbaf6a4642__void_unsignedint_{ REL::Offset(0x04560900) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0765007debf24a394c735bba3bbeb43b__void_unsignedint_{ REL::Offset(0x0439F8A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07898f97ccf90a316d4cb110bdf68762__void_unsignedint_{ REL::Offset(0x04385B58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07972f49d9025895a72c38ed513689c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D21C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07b64421c5318f216ec37ee88ce3b16c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044D0508) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_07c6530db2ea945ee997f448d2adca09__void_unsignedint_{ REL::Offset(0x04388968) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_082e796f2aa7ec0d3c482f0cf68e116a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF500) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0834f083454565d578997685f2c6beff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2508) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08357c026e2afbfaeeddfb2d083e294f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6BD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08a2111065cbfed2956ed17c67ea963c__void_unsignedint_{ REL::Offset(0x043886A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08ac96a2870721446d1088e4333204a4__void_unsignedint_{ REL::Offset(0x045608A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08bc6da7a918a4ba935952d4b7da534a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D84F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_08fe72f2ca93cfc0a51735eacaef2862__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436AD18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_090ef0128e77fc22846908db082a367d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436FA10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_093fefe995189c002ce4792887e8c4cd__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043739C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_09433c1d89e939c0f9737eeeaeab0c06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D740) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_099b5f8f8ed421180d68ca3e51ba8f0f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04458890) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_09c3667e23a2fca5a7638290de561b30__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374AD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_09eff6a449ded3e0b594208a9753a9c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB830) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a0cfa3b25305da52ae3bc94e335d81d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B000) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a5623952f776862926c09c28c70d2d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFDC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a764caff0fc17e0e2639177f2709953__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6B80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0a955fe5911f999c383e807e8c1c7d18__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458BB10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0ad079b62572f880d00a543d99b26fbf__void_unsignedint_{ REL::Offset(0x0447D798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0ae8d4e46768b4230788ea7d67b7ac9c__void_unsignedint_{ REL::Offset(0x043851A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b1940f2fd29259db640e0d72fbb8ea8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AF000) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b2f1a273652ad44d342ea09487d7e6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04364250) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b56eba4c715d5e66ace9e9086e1767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D21E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b6b7e0a81e3625f62a70a90a0fe55f6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04389EE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b74369e83676b45d2e59a47ba409483__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447ACA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0b8599b55322c8342afdcadf9cfe5c70__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437BD60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0bd12ba1f6f0f2a7ccf649063616670b__void_unsignedint_{ REL::Offset(0x04388800) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0c0b70c8e979c7504d6e93348a44da9d__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044585B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0c20b3a1a641dd3a5abafeb241b9c6d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497758) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0c9eedd02d6a8f0c056464845e986895__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044CAB68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0cb2f668e71fe299b48b8ab4b5831137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADD80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0d2388d9230ec37dd78006b1bef6823d__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ REL::Offset(0x045AE4F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0d40ffa2c1c5b2b5c56db04fec1757f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1F48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0d7910dc8d914eaa0a056bafa5514fd6__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043E8550) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e171742fd06e0c91c4a5023a6b2918f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D910) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e2dae045754b90f08a6f32e28ef418d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044943A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0e66d86769b8a46de5486772fed51ead__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB7F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0edbf88380192ddccaf057a3959e0994__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF370) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0f758009375662801b403c5b1687127f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1598) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0f9d29adaf95ca39d77ca9442e83a788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6BA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_0fc78b1c468af56b6f90b60e86e9ec65__bool_{ REL::Offset(0x045C6B90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_100c770224e08e2d5c708bb24ec15e28__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C06F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_101bdfd4c2d9a894d2a4e56b5538c58a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1B38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_10609465ea43953e8d7c34f067739cc5__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ REL::Offset(0x043CC030) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1131245b9cc9b36de2049fbd8500f535__void_unsignedint_{ REL::Offset(0x04385F30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1155f1a015bd3f6ee57f21817c1624e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2288) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_117b7fd3332703a9fb9a064062472cb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11b455df9639aa4bec5731189ca75ee9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2108) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11d7fb91a3aed9f8e7f56122a19bb81a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044525A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11f0b03d272265d96417b8d634d52571__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C1720) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11f8cc85c25c0879c4fdecf27b9a4143__BSContainer__ForEachResult_BGSTerrain__BtdDataBlockHandle_{ REL::Offset(0x043A5DD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_11fa97bb3f2003a46479b34e4f37a9cd__bool_{ REL::Offset(0x0457E050) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1248516fceba4d499e64b8f8c0ad3a3d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B4308) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1249143064a065daafd70e3cc13f7183__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044973D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_12d6ce443db3f715a2b0262946a088c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459FB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_12ee6cac7927d77c1f731cbe0cc06d7c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044BA9E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1346fabb2494390b44431fff42206213__void_void_{ REL::Offset(0x045A7E68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_135c3638d7d70965d3c3d452c224d6a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A0F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_13614c5fd78e9c6188422e43aa5b63d5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414100) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_13f45de65082574534fb8fb72df4f3c0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA470) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_13f617a5db169c8feabd66a09a4de45a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0438AFA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_14914e428d128cbbd29a90d2ce28b753__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F6B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_149ca2a5b65cb73c8a8532a6abc1ee2f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F460) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_14c8eb593e8a3b57b4ba3710c1112fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435C148) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_151ad813b724e4c34147bb3882533437__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AE60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_155702b0ced0bedfa8e719364015094c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D17D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_165cb867d7f37e4c11d2e86ef3a90c15__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04359DB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16aaef2c7ba6eb44b9b0222554ff265e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C1820) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16b0361a3c589dfe7276dd35877ed359__void_unsignedint_{ REL::Offset(0x04388048) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16ba65de0491a4be033db74d05ff70ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B0A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_16e068e9316879858145b5b68339da87__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F710) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_17450fef0adf983d9ed378d0f32fb678__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F368) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_178ae502a371f3a1acbcf21280114cdd__void_unsignedint_{ REL::Offset(0x045BCA38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_17f2b89a687dc070af57bb20de860045__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044F1190) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_18170bee4a68a3eda40753b529934498__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEEA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_183254d954813773364c1fd4b7b1e034__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455D4A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1840daea7826b8e9c8f5e2e047f43bb2__void_BSLODMaterialInstances_{ REL::Offset(0x0458BD30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_186b8f532ff79c07732a1aaf171856f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6C70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_18b1a0fb251a85e07a6471c948300df7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044588B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_190b9dd2d653ba7f3b6861e9fa86f419__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2548) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1988b948714dd6264a8e93a4e5579e9b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043ABC30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19b6ff296cfc5e97f4a9323149ec4b4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3288) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19c5cca14be9b106b071c93302b223ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A2818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19cec2ed0a3c58522217ba7815488a43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFFA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_19fb53ef1dd321303c142d05da7b126c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D9F08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1a44e05dc7f727f3b5b251957f041f4f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436F9D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1a5645d192d0cf8e6cbd4e0609bee1cb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04560530) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ad4dd0aefb1c1c866ec34d7465dcc5d__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436EB80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ae00cf4151c47d1f166248e0aad65a0__void_unsignedint_{ REL::Offset(0x044EAFC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1af04716285ad203e489e40022e2a902__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A77C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1c443cc03af1dd24fba089abcac479f5__void_unsignedint_{ REL::Offset(0x043CDEC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1c4a12d53e54923a826e404e877d1b7d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04442360) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1c6161d923108da4b98674c2a192f70c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D6A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1cc4d862ceb22f842be1224c4d92dbd0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1cd0394648f62e65d6a0efd983d11450__void_void_{ REL::Offset(0x045A7E48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1cdba3806037bc27d0ca6ee727d8a439__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04485798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d5c9376fd7858a46117e703a500558e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA410) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d78be3d0f56cc7a0caeabc4e7bd5cdc__void_unsignedint_{ REL::Offset(0x043881B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1d9cd4de79b783b430a3242445fa5138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440FCA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ddba45a7dd244f19e24f2ef9eab7d85__void_BSWaitableAtomicDetails__BSWaitableAtomic_unsignedint_0_4294967295__{ REL::Offset(0x0457E458) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1e1ddd82655726a6167667f223bfa424__BSContainer__ForEachResult_bool_{ REL::Offset(0x04371100) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1e727d82a7992370e02aef21393cdb0c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D14F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ed5be4c65b9b9189f885d0955d553c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADA40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ee92f7463c660fb40f9c6b806fb3d50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1A98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f1a698004bf633cf0dbe5c2e35ebbad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8050) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f21f4d4c24ed2953b6cdb383977124d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044851F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f56e9e7de8651f3488236e5ec86a5bf__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447CDE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f8a79139c10d6d272f66ada9046db0c__void_unsignedint_{ REL::Offset(0x043CDFA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f9303980d2cceeb15fc92b58bab100f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04487568) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1f9fe05aa4558d87f699f2344d191f4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440A900) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1faef3b747aae0ba020527a2fcbf680f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04371968) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ff619942437b1d76282994c096b5d30__void_unsignedint_{ REL::Offset(0x04388680) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_1ff8459b4dd4aa0990ff23c7f7a186db__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577998) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2004c8552af58531fdd9fbc7b10fb68c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577858) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_202e4bf630e16bee1c31aa5ada8e479a__void_unsignedint_{ REL::Offset(0x04384410) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_203665771ea3fb8dd90b33e0fd8bccbe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A1838) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_208d0bf6a8cd15c395c855dfec927a3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_20affaef86b45542fa08e4699eafe14a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0449EE20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_20bfc211f53ea3a57c960a878e38146f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1B58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_20f52f7dd783011989b5959f68dda639__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374AF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2137db1857b290e53570e3d3b77377d7__void_unsignedint_{ REL::Offset(0x043888E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_21489826080a198812dab652607bde1a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F2E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2148a6d35cff876795dafb3ea8bfb2d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D22A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_218bd65a095de445c1c14eeac6e7025e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576A20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_21c0cbe708553e8652212c7fdd6915d4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04452580) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22073efea8b9dd2deae3fb34775910dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEF00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22236fa83922f99ea029ec8cb0d70536__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FC60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2228f637bdbd64459301003788740bb8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEEE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2268b4ef5509db6338acdb3368b9824e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC308) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22a12d245c2e4d87a347f8b062af4a19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B96F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22a2ed9f238736cff8166922ed9cec3b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E810) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22a6acf034460c767ab2adeb306804bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043A68D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22bebef2c8172a40306e44246e56a2ba__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EC40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_22ce4c7260c3d45c2f57f7d7c3b12c82__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1DA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_231bec4da84e23c83bbc7d5942057771__void_unsignedint_{ REL::Offset(0x04388720) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23666ae35e860f0f5283c15b09d63432__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0445A2F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2397fc34ddc536cddff03197c0770d8b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D85F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23b82f147fe7c804da40442fc816012c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04559630) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23d4f7ce9f3924142f98940bd9105579__void_unsignedint_{ REL::Offset(0x04386ED0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_23f2406c2df0ed3fc4d7a1b9f15bd1c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D720) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2429ca6b8e8d4e7ffb86ca4c863958b9__void_BSLODMaterialInstances_{ REL::Offset(0x0458BFF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2470bd52f37a1bc90d2267ca1cf712b1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440FCE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_247ca897834a2fa5bed173fb99013b9d__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447CD70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24b341e7d5b3458a13baafe9d958a975__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AE00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24b3b63f4c0928bfe784f3ce19d9a5f6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367D80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24bef68d0894836350afffb77885dd62__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C8E28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24d5a60e582cd21ff99c3b0475270abc__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04496760) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_24f764b843ad20f133beeee03ceffd14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A130) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_255f16eb506857517c633c5775af0b04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADA20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_25b8ddc9146a6e9761941621c1c7b869__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADD40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_263d2f1bc46621f4cb52ccf60fefd3b7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D7F50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_266adfe2c34fb17be36ac5ec6558b0f6__void_unsignedint_{ REL::Offset(0x04388190) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_266ecedd5d03cf079fe997e5335d21af__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577938) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_26a0de5da0525dde02729a1ac775f795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04484BB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_26f186e73cfe08ae09d2ac0c26471378__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440FAD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2722a6d0ed2668a4b12793714339b2df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D7A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2764945e525802491dcea6a51dd1b3ee__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04391230) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_277ee284ccef0cc591ff0150921d2eeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F380) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_27808c012ebf5d0cf07c50a0b11886d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447C460) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_27c01463a5cdf3758b6e57d077c9139b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8070) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_287daa440af32aa7da3ce0e77f53d311__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374B18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_28874cab6ce17f99f13a382aa1aeb1f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044943C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_288c435576a648f67b3f2f89200013f0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BC0F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_28b31b47b03354219c8144b9a609f4ee__void_unsignedint_{ REL::Offset(0x0455FD30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_28df8e061506f0fd67a7fd687783e6ba__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D8D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_290128977a5c53e8a6188c5dd719e603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1878) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_290e27585ba66db994fa0cec9b4a7719__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B190) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2967a656246ce720fc5d500253400486__void_unsignedint_{ REL::Offset(0x04388948) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29bf16aedf2507d90796155e035709a8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434ACC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29c5366545e186642b249be47d8c546f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576790) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29cff3ba13df551d4b9edb29d2850217__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A010) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e246bc6888bfd02ca6d5a346ee5e7b__void_unsignedint_{ REL::Offset(0x04385F50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e27304b7e327c12510ab296640334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3248) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e522595dd6f73480c48a79aa48b3ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9C80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29e693b24cc3738f8fe797823d259eba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D7F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_29f87c81a707538cae8cc9652c67085f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0445A2D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a709b444cd99054a16f9c13151bb643__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B5428) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a85d390953d413f520cad271e60aa6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1F48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a87464231f1a524f931d418a287e0a0__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045A7658) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2a898922ddee86cb16bd8d8801f94235__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436ECE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2ac5ebbe7fc78724b9efe82c0ee52d78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2ad2a39035be940c14d210b3b31aeaa1__void_unsignedint_{ REL::Offset(0x04388780) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2ada3c6d94c514a3d3632502312b7904__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2208) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b14adc26ff9d7b9d991812ed1195d94__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437BCB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b2b8b43caceddcd42dba932e10fe29e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B140) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b63cf6af91af966347407211606fbcd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A0D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b7bed351733438d80c161b318135ccc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043584A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2b8f91df58c898d7081d7baf81216ff1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CF9D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2bbac5185ee95a42f9497a7ca17733f8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04389B68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2bd6c6eee80d274e33203c367b9dd6c8__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447CDA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2c0f046e2b3d90de69247ccf7836671f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434C648) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2c617ec838db594f7dd278859583f689__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458B978) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2cadd81c6f488ea9c07f88a095cecbb4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045789C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2cc414147c61ada9ce765a0df4fbd0d7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455ADE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2d0a379b148b2a2dd21b05b2bf8c5046__void_void_unsignedint_{ REL::Offset(0x04343BD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2d6f2b6d88da84ade7b9dcac9c814666__void_unsignedint_{ REL::Offset(0x043851C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2dedcd48cded2e93f83575e9cedcc31b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367E00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e2ad3092a314eb8566b78d9439ef20d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457E728) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e5421e4db4ddb76b742f67f0e6471ef__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414080) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e565b1d7b48588d7a6b021cd4b558fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04561EE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e89fdad2e0e84423ed3e0541c4bafed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D6E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2e8e233c95a346aaf4175be8a9a4c83f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6348) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f2762d250e0414f7fd0ac26b143f445__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D40C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f63700f85078dda67d936c1df452fbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D23C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f94f7601904660f6f7df62c683c9bf1__void_unsignedint_{ REL::Offset(0x04383608) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2f96550ffc2a7381fd9f6f8ab938e58e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D3F40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_2fdc5bff1dd122de3ed9ff67d5746553__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A32A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30008154a6803c8a1264cabdb6a5530f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEF60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30055cd6b8a60022c76677e0e75f55f1__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EC00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30bb91c96bee34d3516ec96984b62ab0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A63E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_30d1d689d7137bcffff78b59a31aeaa1__void_unsignedint_{ REL::Offset(0x0476A7A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_312c8eb29b61cc7ccbe48c7843bd5a3f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04352718) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3160f4a992f41591e584b82fe016865c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_31a97975cdb9928c1b8796a3bee5738d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455ADC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32510f9ca40a34b6277db74dd527e8ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3F00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_325ef833409c5b087dabf08807412990__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D23A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32857d818fd8bddf8e6876b7165b8403__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C4EB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_328cd9127061fa7b970f6ad6fa6d72b1__void_unsignedint_{ REL::Offset(0x04384108) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32c364a011a2f675354f3bb609582942__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1A78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_32f6ce77dac47e00154e03a455b4a165__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04590F28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3309ba0b626daa4c7256a36484121f01__bool_{ REL::Offset(0x043CF830) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_332a9f3860d3507c2e7090513accb4f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D370) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3387dd3acef07c3bd6f3ca1bb6020813__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2448) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_339adba3420dacee94873a93bb3608b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F440) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_33becc8690f25d21af46fdd22f4cd0c4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFD00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_33cff8d5ecb17ab4b01a14869e5f2e81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A058) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_33f132098695d2428d4c7c4910e8270c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEE80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_340085bbb217d74b65cf53ca896f332f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1E08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_341fa36844b8731aa4bfdb509fa08a59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436AAE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_344c22e9e68e5a6d9c7c1393fa9dfcc7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497568) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_34890a6f9b7422c9724976f2001f1274__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044F10A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_34d27dcbc327dabd62152019007d7e0c__void_unsignedint_{ REL::Offset(0x043A68B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_350d9b36d892b600fcaaedc81ea35ab2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A4588) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_353436a6cdbe5ca5690723d20e5f404e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB7D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_354804e2b50357d0ef742cd57fda4356__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFF80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_354ded599d812296e5bd2842a44a4e49__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494248) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3587b78c878e40c8384ac31755827f24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497508) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3599c1d874772e3fe95945bc2795f24c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436A318) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35a92b8e21fff2d5602c4f428b90355c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367E60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35b39c0d7cf4b2dea3f9c549f7c99f15__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC2E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35bb960af667f1c551bf64aee90525d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA1A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35bbb43db3b5ddb10063c3a868ed2c45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEDC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_35f53d3d6f9cbc0055159859a6d988bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451F870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_361ba3e18478c0d9b72c9667d1e8d171__void_unsignedint_{ REL::Offset(0x04385578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_363fe3f9fd078f66a66931c49fc365dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04480D50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_368431562561ba229d0e13647d97f562__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF1A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_36a4c81602ca623133a6ca2ee0144517__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0445D488) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_36f0fb93d71536e0ce97604535350161__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0436AF10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_36f1cce7630bdaf39a75cf3fe596ab78__void_unsignedint_{ REL::Offset(0x04388740) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_37340995cd53dd78c8c26a195c22a36b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D660) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_374a5b70aab2d1d333fa5faa15660284__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E4D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_38327a9020664f12933116197e36a5bc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043718E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_385856e2dd63eddfd3a625c983e72a58__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D7F70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_388780a92d8867bb8a17de262938cd2e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A71B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3949929af1bfab11dc151083c669e118__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04382558) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a268ab62c709233b14fc0a10215dde6__void_void_unsignedint_{ REL::Offset(0x0433F298) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a2cac941c3317718d22c52d4c76c21e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1638) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a540a8d1bb63ea710a3536e31b1612d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EED80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a5c83e097d84232cb2c44bc5adeb010__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9658) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a6f8491c4208615335b79355c1fa378__void_unsignedint_{ REL::Offset(0x044EAFA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3a9b61953168aa37e2c8c7591954bbb5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6B20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ad00883380fa2f35da7b21bf987d8e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D22C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3aef0018d9b76090f3bd9f91148879bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0EB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3af4180a1ff32adf7b219a8443fd593e__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043E2890) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3afbfb147ed438b69ef608f590ff04e2__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0447ACE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b02daa0b4ece1eeaebe4ab975b2e3c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A2838) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b07bd202d128596499deed6900a4918__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DBB30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b47aae09fd59cce066f6284e8f1a3c9__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045B2E08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b4f03164f3eba1a6da208d51a54d448__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577838) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3b9c6bf262450dbb7b90f19fce525ad6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04382518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ba45b08200f84591e922e75557591b2__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043A0BC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3bb64b0c29d5edb9de405b1325c11a8e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04357A38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3c0398ca2b1db8580aeb47d96ecb437b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A63A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3c10a6fe6a5c201685ab036d02e628f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF4A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3c23175a83ace722a9fc602d258b1eff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044976C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ce588f534bca3c836146ee4dd6754f7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0449FCF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3de19b7e972a3401e0668148117b9e6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFE80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3deaa3544bab073a3aa4a4e9dcccfd0d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437BD20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3e76e3ffb82002a9d001dbf3cdae4d1e__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BC0B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3ee01fdd324213e1056b821c7c91e317__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D2568) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3f433e1b426c45029b1869d2ace672d9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437AC18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3f7e056f2629a7cc4060825ddfdcd5e9__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440C4D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3fa10640e705a03e5d94a1b3b4a1b213__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1BF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_3fbdb1913ab6f4a174232c9a8f740541__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D13A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4019dd6c0f4469889a4f7506850eb08a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C3240) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_403d4e013d1b2df0d5189b9cfebec0d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1F08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40949155f78b10e6b4ba7d1bce7e55e5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764BD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40a80458c4ee600d4814cddea5020da5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04346798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40e51dfd2eeb1b88c555bad6b205824b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044942A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_40ff2305c7aed82e5be0552d1fe3282f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0449F178) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_417d6088f2018f0162e10e2ffee17cd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB5D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_418d3968934ecbe353e6ffd2cb736991__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B45B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_418fd0779cfd9edeb8271e85ecb7edaa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04371088) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_419f6576a2018c1950d488fd705294e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C23E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_41cb756def110f2913fac7781bfe3666__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044942E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_41dda2db83990167cd7f77ee7d21f0ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1558) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_41f16c8213eff30816a481f1fb893893__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6F40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4212002429df8e385103bc23d9b8b2de__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045778F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_424c358f927e6785f940cb28d82d25fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6C00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_429f07eb1d80a8f65ebb87b6cceb2200__void_unsignedint_{ REL::Offset(0x04384430) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42b195528125cd8f5e30eb1220899956__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045B4148) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42c1b9a4fb5bab3c5a6251683bae5589__void_unsignedint_{ REL::Offset(0x043CDEA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42d670aed8bd0a3da8d0108bafe65b80__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045B4128) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42da410a5603719d9181f5d3938d4c3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C33C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_42e7235c842638827ad863865ada2a4a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497738) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4341d15394a8054f89d67497699ebb9e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447C440) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_436fdea43a37d849e4aa70130fc6d1b0__void_unsignedint_{ REL::Offset(0x043854B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43928d23e80e33caaf6e4acc4d31b35c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435BE98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43a9cdcf52ac9b6ae9e3a7cdbb331d95__void_unsignedint_{ REL::Offset(0x043858A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43b5fca47e30584e688e26175ac71fec__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04389F28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_43c06f4d34889d315bc228d3ccf8c524__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EC20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4411255224d91a40caf18e7ca020fd38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4414a7391b7c4c9abfed4b8fae493779__void_void_unsignedint_{ REL::Offset(0x044D1410) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_443fd089bf769cc79fdf638cbdca010e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BD270) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_445002c495761656604aceb4221e6728__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1438) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_448d7939eec6526ce03f9337618e9161__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458B790) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4494bfc448380a6f69b7005a5bf6a8e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFDE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_44a17f9f738e22c0f916db006604495a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEDE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_44b8776ae42e6143188ad14eb2dc3b0d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFEC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_44bcde9360b251677001b30b691daf6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB9D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_454d586e908d9948bf4831ea4595a093__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D24C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4570e0deb482e3caa43810cf6d804c1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFFC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_45724130132da367c7c350aec6b8f130__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043DF698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_45f609ab8ec782c2b4f38305b6c6377a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8090) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_45fc71be2b1e143cc75aa8687f13f3ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D84D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4644d863dc2edaf2f4f128e90c19c887__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ REL::Offset(0x043544D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_468fe8c7701e0acf79a9ddd74acf00d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8358) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_469bb533396f64d55298c86dba6435d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB970) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_46cd967420399e6d2f0ba7db6c731ed5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB5F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_46d013db792cd792046d4dc54756fc95__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C6038) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_471f9ef809dfd1ff9f138659bda1904d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04560840) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4771822cdf5c01f0b1e564be5d5eceeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C33A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_47ae27ea2a2a06a1524a23737c85706b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414140) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_47d3d02598fcc4242518b2d239bdd2ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA180) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_47f7ec820898c5456d3a1c6fc4062fe9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CBE68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4809aced208fae626f2b56cac6f5578b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04456498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_483202c89a4e972ea5ab4cb558c20f53__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CA478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4858c2a162eb496022f238ed9f960d92__void_unsignedint_{ REL::Offset(0x0457A090) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4863e5f3199d6274b27446dd01a50641__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8378) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4917c2e49f4e801de70972ed13545102__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04453FD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4924f1e39c125abafd76bb3eb48a6239__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434B058) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_49426b78bbb56e544ec7f145a675b2e0__void_unsignedint_{ REL::Offset(0x043858C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4946f69e40d4caecea813da4443383c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B0E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_495e14e01b42846ef7fc02a32e034759__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459F90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_49a147490fa7e76c9215dfb8bfb0b641__void_unsignedint_{ REL::Offset(0x043835E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a1f3feaec27fb79d60ceba198618fae__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413FC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a2280ea8cce48eaf212d752e3f3f680__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFF60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a236a417e0ece0ca9b2ff33b3eb1a0e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF1E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a3ea5eb4632112bf6d4bf3a406f17ce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E278) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a40dade0f0387ce03dc569be1d3347b__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x045605A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a4c951f1b5506cd2c4d0e7655efcdcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436EDE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a5dfd4825c5823487957122239a1546__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4a7068d0ba1db6e39a6a92ca59d171f9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367E20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4abb0410f03633a2fcb83d1a131b03a6__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764960) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ad1f30416f94f8ab903426d2c665e62__void_unsignedint_{ REL::Offset(0x04573830) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b179056102e843092996138b033558b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0452EC70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b62e59a32517e93522206f7507128fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3998) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b636c8febb31de9e526fb34b3794a68__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A94F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b888587b12bf20bf8a0d5565dd468fd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04346230) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4b9d22ff63f8b1fc9431c04cff6b1440__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0AE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4be4505a4a457fef85304f9be8b05309__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451B098) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4c396c6d425956f4973197f1b60b3ebf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9D00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4c4e962349d3c55f39070c7b174e9e10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A8F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4c803c07f2a784060fb035d09483140d__void_unsignedint_{ REL::Offset(0x04385558) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ca0584d751caeb44a4e65398f463c74__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1F28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4cc32dda1676890f3254b1b4c95ba1a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB890) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ce972b04ad6ac4c72985bdf1a14575a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2468) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d28c123ee29bb4c77e78f7da2f21925__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04352FA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d6ce0a17897a366000c24fde3bcc02b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A4568) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d7b756731e1e1031fbf14a125a069ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9D80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d827a92d25e4baf4a96a6ae30ebca3f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8110) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d8c7d09188f862a589ad744f803e06a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497778) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4d9454442656b2bc738607c2a7f1da01__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DBAB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4def043a30dde8a3bbc695f121f7a990__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D7F90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4e9d9a229df129197d50595c1967b19f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CF260) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4eb90c2f2c25613a351805829fb384a8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BBE28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4ef7e015c81bd1915b171a14a8157ee7__void_unsignedint_{ REL::Offset(0x043839F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4f27c31aa5e6bad07e6dfbcb259f7360__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B210) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4fd6d185810fa0cced26131854ccf59b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044975E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_4fee94ea8ed6bb270193701bc5241dc2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBA70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_502e54c763e5e3a73910a9ad57ac9be4__void_unsignedint_{ REL::Offset(0x04388028) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5033dce423fb88115ab6f4e9906327e0__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F6D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50741681339615667e275f4fdd763a2f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF330) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5094f38efe401ae16e865c5e797057b5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DB8F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50c59d0e082f7cd125e10dbe42326a6d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A098) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50cac52b29c82b61084dac44e3377722__void_unsignedint_{ REL::Offset(0x043886C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_50dba35194b3fb953e8391e3a637d73f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6BC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5171a95f00c99a875d371acf80ee9f50__void_unsignedint_{ REL::Offset(0x04384870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5189bece7930ec10840b323e556bc36a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CF2C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_51ccbf77b61bdca2fc9241fb0aba751c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_51ec319ada36ce5ab5cbc5a2be019ba5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447A8F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52208d7e9a4401096f1908f6f7361747__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52839525204af590d6963ab11c29e0ac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF3D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52974c0f7f18e11b45a0849c7d848dd0__void_void_unsignedint_{ REL::Offset(0x043C8358) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_52c61c7bee12ab8d7f158755c9e34ecb__void_void_unsignedint_{ REL::Offset(0x044C6D50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_532138d50e7b132fc0765378744ef1ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B7960) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_537de4857aaed42c27e491466782dcdc__void_unsignedint_{ REL::Offset(0x045BBFD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5385b82de4240ad6b9556370ef5adc8d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB990) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_542087f3694793faec31ca11dbfefd0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A150) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_54827f1601a8173315a158ab11c128f5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF160) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_548c395133bd429dbf7b465db684c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB950) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_54b6a7a3d9f0d2ed5b66c4002d448e07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0448E798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_550a70b1b862f4ffe40866a26f8db8cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C04F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_555eef8b44463cee9c6a900e892a4226__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1958) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5560204cd29c1ba9e4946e890dc4c392__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436F5F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_55a778f092e0840e2ae391170000b774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D20A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_55cec9372ab6dd1526af9a534f631b96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C8F70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5609f2e9f0d558a7787633f453c8b7aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FCE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5653da58642cd3e7c6c224a1ae415520__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0452EC90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5663f935bc5266f571a910cb82bde29a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04561F08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_567594f89d2a6b0ad429c5c174527ffe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B5388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_56ad4b12226307fdb0732ac95ba43fe0__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04382538) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_56b71367d3b19adb1f04ea7da982437f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044965F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_56f5040ae235c8fbcfb14dce55da215b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA0A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5756a27e19a34ad8f5dfe66b7de029af__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EEDA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_578d09c971ee9491bcd33128776bba1b__void_unsignedint_{ REL::Offset(0x04388700) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57a1a50b43e8f697537a732db6e22082__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB850) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57bcaee0406d4729ece0328db98f4475__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04476AA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57f6933df1b5e2f31d7056c206d724d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B52D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_57f921b186c906254b5cec1353c60ff3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB788) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_580085e726df19a0b8d1de7b8dd2057b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFE00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5820adf6a919fd40d71083d9b6380567__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1EE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5857b5a3e479c2555f5ce60a2c46aa87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9D20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_589d9081aead3dc8b32bd53bb3f0b49d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045776D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_58cc84b8e7d1ab13ce9db5198b296525__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04586430) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_58f6975022693b035b87d065e621a2a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1738) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_58ffb6e4cc4af3132206e7673bdaacfa__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044F1030) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_591083a33926fae1f4901c48599f51fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D760) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_594bb42652f96702cd36ed301e130282__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04575338) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5950b01e90bffeeeb4bad8b787826ae8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_596e811631dbe7dcc8023c96cf2f9662__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBAF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_59b74d8d1456d80db13c1512a8e2f763__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04371908) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_59c9fd43a932977887459054fd7da66f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B080) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_59fce78c032082cd6e2384e447240152__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C6078) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a2583738f2405ec236c903c14dfd8a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB790) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a2a7beadbf682b7e54de0b44207cfed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFD80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a73a4bba0d3e1cd35a3d48305362fcc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1758) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5a7d47e9f224629e04a222b44f03103f__void_void_unsignedint_{ REL::Offset(0x04344DC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5ab6c0302fc2571b7ef68a63be1a11b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3E60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5ab9faed63dfd73d9cb8b077808a886b__void_unsignedint_{ REL::Offset(0x043CDE88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5b5dd6a39eeaa69fa77b7b738943c200__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459FF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5bcbd8446d58d05b296854119b9c1ebe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3710) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5c1642ff95da8e566ab5e2e5c9870453__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEE20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5c73d1ab416f0db54ac1648bd61822d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435C128) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5c90e3b04cc6d17e5fdd8660372ad039__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5d06ee27d0748d0e9b5ec0478b2e53b0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F348) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5d3e1083be7545297b3a957d0c2a8b12__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B96B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5dc8efec1cf44aced0723f1fae18fb85__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9C60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5de678d5692fc38ef6c352de7bdfd5c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D18B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e02f706c44f06a61d9f72c26b2dfc68__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045810A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e1645bb30c7bb140690dbbde73e4dad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1538) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e228ba90ccd0c78d11b840dbad12ce5__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EB40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e51e838b69fa1fae88e6cb6a25b0bf4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435B860) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5e84a08e8e1c5a6a2b19ebedd8ad5051__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5ef509e965b8963eabeee2bff22b043d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044BA990) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f3b8b4a70ad0f5e1c422b1d12f89ca9__void_unsignedint_{ REL::Offset(0x04388600) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f5da51aba4a5c49bd1c5241529893fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FC80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f656954e87fa85d69befdbe4c2a3b9c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D9F48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5f95d76da01f5d0744a8928e4ee7af38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E298) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5fa3c5d34021e0ff54264cd7ae85627e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04559650) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_5fd7cfeba930bef09a8811e6efd95822__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DA0E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_603627b3a0e2d74c93fa8f49eae05d76__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D780) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_604a2d7e0ed1ff1c1506fc1ee39607d5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440AF60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_608d9b08afadd13a5a02d35017cf415c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EE08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_60a92664a3b50c3e0a0bf36c0d5cbc5c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044140E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_60b1758507939826801b12f4b7ba412c__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458BBC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_60d01373905cb48d1651c04aa4181357__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C1840) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6106448d7bf92ab68b6f1bbd3d8d7cac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E238) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_610b8c7139e2a05d4ff24574a32253c9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2588) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_61130bfc5c731ce9f788ba60b725b847__bool_{ REL::Offset(0x044D2548) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_61f8aa9697df6be53f49aa039cda0a50__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8398) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62183ac3809c97d24bc4013d21b66e4d__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0436A7C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62696c8681e3a87845656b2fb4ba032d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DAA28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_627fc877b570b22bdd998904db9f78fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C23C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62bc6b36f4fa449ebf397ca968c9ef60__void_unsignedint_{ REL::Offset(0x04388170) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62c407d336b9a7993c624fcd86d7f95f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414040) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_62ebddbf7ff4ca9851c417abcc7d750f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E290) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_632b908cc04088a56836e5a6b18edb6a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0F38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_633341eab8891aa230160c917527adc4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436F990) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6333710c629a454ea77e187b16f1ca17__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2148) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_634a198b0b29ef7ca3171956faa8e1a9__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04496880) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6351fec4e6216de127d2d537ae2932c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CF9F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63a72e21b48289cb5b6492834c7ad6bf__BSContainer__ForEachResult_BSMaterial__TaggedID_BSMaterial__Tag__LayeredMaterialTag__BSMaterial__LevelOfDetail_BSMaterial__LODMaterialID_{ REL::Offset(0x0457D760) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63dfcdabb75f7eb287fe79c572da16d0__void_unsignedint_{ REL::Offset(0x0457F0D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63fa2c8ba2134c47002b995aa46c861b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04459BF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_63fa4b38852575eecb01d60da2065657__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B4590) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_642201ba06a70febee7dec98639fd9e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04520280) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_64386e4bb291ac05ccfb59152dba42df__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043B62E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_647468c94e0c5efdeb95a617bcfbb49e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F300) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_650728f9e01124046ab22c1810aa66d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04491080) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65241248264111058e73b4b4862f3dac__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1B78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6529fa52e87f40e1efc826a639cd053a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_DisposableInstancedFormDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04478838) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65c6a6239c8480139a83478737ae50e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FCC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65dca7de5bf5a81f40134090c7d9b1c3__void_unsignedint_{ REL::Offset(0x04560920) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65e1096a48853f8d9bb79c1012e8767c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04377AC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_65ec9c9467bcc65c38d1d7161bc16ace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBB10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_660eddc6452f7e70458284fae5c4e2b9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0EB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6639dd61662436ab7a5f7b30fa6eb147__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x04351288) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6647a18b621c1ddb278727bbb0c78d1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BB1B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_66501eec36750e5c0b77ca3bb68869e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04572978) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_66ac7685a6f9850c8f9308af072becc5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D850) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_670647734d4f92991ca33d519a34c539__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D14D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6766582b6a48242538588f77519ea13c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043749B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_677443dad834ba73bbed3f412a508fe4__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04444708) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_67793cc0d2773a67b19ba2370b786664__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8030) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_67df902acdd8756b5825f701469371ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1DC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68524371518318db81e3fcbf7c064bd8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436ACD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68546df18378f3175a6bf7fcc4fd14da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04382498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6861e65d8ec33f143f909824cff7fd65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A070) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68d1c6b12b533a3524c0c9fc7de0d12d__BSContainer__ForEachResult_BGSPlanetContentManagerNodeBase_{ REL::Offset(0x04383040) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_68f255cfab2b7992fecd8e50d8e6a0d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0FD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6922d0799bee4b30885a5c3f127918a1__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D8B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_692b18dfafb3fd88964cc1ed62ea7959__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BC070) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_69838bfeea0c32dc7023bf0bf809b67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A17F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6998d7f8f21944341849d981f7306de5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044975C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_699a5bcbd004a458fa4f4da9d421e0d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_69a15352cebb4271d6514f4d8c7068dc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC3A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_69cdcc477253bad9690971aeda470223__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A3160) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a065662a6c6c1c468a2872a12e3084a__void_unsignedint_{ REL::Offset(0x04386A28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a5cf4e50493cbf84bf84c94f295e60f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EAFE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a6114bd6da7c903fe2946f3c81e6291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447CDC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a6a4a44b4dc3396ea2d1514a338d580__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B6E00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a7462dad35a17b0a9251686a6312ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F920) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6a993c5dccc865cb6749490e8e15bc42__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CA4E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6abb0f15ced9b6edd7e4f6af7bc40d1a__void_unsignedint_{ REL::Offset(0x04388820) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6affc1e09897e05915a65c4270598aca__void_unsignedint_{ REL::Offset(0x0459CB88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b0d1e6ea55ccbd5ef758a441ac8587b__void_unsignedint_{ REL::Offset(0x045C6DE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b5f9a398a0a9dc398757bdbe883c623__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9BE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b6a6419f0cba70937e8be0bae80055f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0459C258) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b6de229dd0fc8836f1db5bbcdf869a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D19F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b7c4a1a7be7cc2be60a2bce65ad010c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435C0E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6b9ac5a5a7ef3b9e25a11828e5b3fac8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04562E98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6bc47d80fd98c0907a01b6560a7038e8__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045BBE08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6bf43134e16b0ae8be4e294e5699f014__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x04581008) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6bf7f4ddb463e7f9ba9da168baeebcd4__void_unsignedint_{ REL::Offset(0x04388620) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c052665ec298b4290c58a7ec1227d52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D23E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c4229cda06d35aca0436a530e75a6ec__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D950) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c443ba90983c25969727b7cbe1fe425__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CBD68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6c7f0b1f3d0a661df5cd629fdc7ae0f6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04346210) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6ce553661b66b3275ff33d49c5e742d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1918) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6d19585040c0f1b5a74a84cf822c0617__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2228) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6db505192fe28dbf74a67980d45c7f16__void_unsignedint_{ REL::Offset(0x04473098) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e06671744cfb4be646e0b19a58cc730__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043526D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e2c64a9ad5ce419ed8f6f387c16b323__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D2E18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e50e2e0a4b8e5fdb585afb954410907__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451F3D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e6ea47c276182b79224174800a011d3__bool_{ REL::Offset(0x043D4538) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e85e2380433a289b3ca17cd1db9f863__void_void_{ REL::Offset(0x045A7DE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6e9d7da5c28920a95453bad64a63e8d9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0445A310) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6ecd6fc86375eb13b0cf8262e17ebdb1__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440E2C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6f6d8ef008299087f10e50899c26f5a7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B060) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6f74a572ab51ae735717f9051dbd3da5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414918) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fa36aa64295ea18757f54305cb1e6e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1D18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fbd3c4dcb03617baebdcc8cc87aa0c5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456E610) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fcbdce07e3cb9f501733b4e26a4546a__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044E07F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_6fd1cc28610db0d7fb663ad98d97e46e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436EDC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_70147be73e4e28d96b3b795762f6d54d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0453B878) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7035a76dce1d729510b15a0aa8b68de4__void_unsignedint_{ REL::Offset(0x04388928) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7038f51882f07f70222dbb68d731e1c6__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436EC80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_704041b3c7c0c7c68848cd214a227a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04478F20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_704ad450ba2e37118b0703a4f4ef7c26__bool_{ REL::Offset(0x043CF850) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7061d3c9602cd818d3151ff250f10410__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF4A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_70ab50ec29d3be382cd180a42fcc2e24__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414060) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_70ad6c1ed47d72fa17580bbe702a29cb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7122209affa90cc8fa95df2e2c407693__void_unsignedint_{ REL::Offset(0x044D4118) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7167e42d5c34f76227723c2be679f3e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_718aadf4fcd21697b8546d22e9895797__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F308) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_71cd9f30ebd563b79400013cde09383f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764AB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_71e27c165676cf098d6a990e2a4d8c84__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8538) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_71f91db0c18e92064c623f361808f325__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B5098) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_725691a02c3e89de0547a2149b708c3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E7F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_726111d30a7f86688dc3c0be4904c2f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D24A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7274570d885df8d4a74411ab84388bb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF540) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_729f71303daf89b2008ea49ff3ca1b79__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0445D4C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72b85291380cd9caf7b1c0cc18605419__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577898) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72bc15d176589a189c14d8f6ddb86785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEE60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72dc5011da8eec66c655c8d9bdf0ce65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AF040) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72ded8114994b2af969766fdbbed5e90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374B38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_72fe9bf21e57744e8711bfffcb7028bc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B5318) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7310c823b7d973045c63ec9ff9086b82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0433F278) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7317ec4a60b2b43eda06e025aca89243__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04441B98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73599574460173772f1f88247330205f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764D38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_738e2d01224e5fee3d03ca173f9d4ca9__bool_{ REL::Offset(0x045BBE48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73968f70f7b45b4a769b1e2ef25a8925__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8458) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_739d35dbb12870a099001dab560a4eda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6BE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73a113fac71c9a4d6033ea18419b787d__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04352FC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73c8643c05d780d83b07794f7121933d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEDA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73dd227721545733069ce1874f1cf009__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB610) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73e432b98b8b918ef816ea830c1787f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB808) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73f0b5ec0afbcd9ce66ca6a6a3ae1628__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764920) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_73ffb786f72949155fdf45c04820a5e7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1778) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_74ed77872c1ca0ff899d16175a06d31b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BB190) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_74effe44634ffd5fab16b54313d8c8b1__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04373948) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7583703b12a07142d6ca0bdfd19c27e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADD20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_758cc00d68ef3558edf5c0ebb301c706__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434AD00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_758e7edb6b69f583c668890aba95f6b6__void_unsignedint_{ REL::Offset(0x043864E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_75bf11828930bc2b607da2f9a15749eb__void_{ REL::Offset(0x0457E438) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_75caf59dc262059269d8ab35213cc73c__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04496860) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_75f4f62ca0261fd4ddf9f78263660ba6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C06A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_761ec345971a01b08fe1f1837846fd32__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0436AEF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_763b21b840a826babc4b0f61a371cafe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9738) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7644028ca711de9b4caa49a0ff81b4e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B0C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_76e653a2de2dc4470dd6bcb7440e7f2e__void_unsignedint_{ REL::Offset(0x04383FB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7737bac9b8b8ce69f53c50fe91a2c9c3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C3260) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7744ad6844c6b92e8e260ae62b110328__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F438) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77561d15f100dfb70fcbd61a456fa88e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2308) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77a2caa9b23a6d83cae06279bdb52808__void_void_unsignedint_{ REL::Offset(0x04343BB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77d49d8f75afcef9204aa736f1cfcce2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D5948) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77e100004ef7452d8b488e50f15c01e8__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B1B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_77ee58bcb564b1a22f5334f90ea0fedf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFF40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_78086b723bdde75a3c92d54d9c542f65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B32A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7813f668273d65a72513b09da06bd9f0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435F3F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7836f095f629942dda8daa58286d863e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFD40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_785900daf8025e98cf5fa45726211e1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D700) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7884138a8b190b9b1ab370be632efadd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043A7888) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_789b95a4b44c4c0f4f951466377dd629__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044974C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_78b099f34e906cf9644926f98cd3733b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1A58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_78c94c35a977d7e9677a8a8da2e8cfc8__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043BA350) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_790e0e101e755ff7cec71d59f1a1b6fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045BBCF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7953437bd343bbfbbddf661310ef23cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043695C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7a41ff755602194094af8c7ccc12bd07__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA618) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7a82a38f3f705a6083c7caddfc4f46a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9C00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7a9a6f049c299d16489a95777eb1a9f0__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B1F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7b503babb34ce5335b88edf6422422bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB768) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7b6de03f4a73497c6654a296da6efcbd__void_unsignedint_{ REL::Offset(0x04388880) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7b8e127fb28ce2eb96ab74b216bbd115__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7baff127dacc3544f28a3d5e49074512__void_unsignedint_{ REL::Offset(0x04388008) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7bf64f5d03e8ade24c54603129f89148__void_unsignedint_{ REL::Offset(0x04388640) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7c564c3c27853f8d8a0cfee05dcee413__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6408) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7c79fe392950e9fc406daf1a72431e72__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435F3D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7cb28160478240ae9dc4a0ce8911ebe9__void_unsignedint_{ REL::Offset(0x04573850) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7cb8b410ddc8477923cf2551b1630b59__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D16D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7cfb282a3ecf276f351d312032305af9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFCE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7d27858c13a0e074b966641f9845310e__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458BFD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7d289b70f8b7fa4c0c73480d86797355__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764940) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7dae181711633656547d67e024f5a65b__void_unsignedint_{ REL::Offset(0x047620C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7deac3760f393b2d4759d912897809e0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04377AE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7e8b375648129069aa0f9d132cc3b62d__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577918) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7e9bb34b7f79c6163156d619a2043173__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3958) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7ea9f7b05fbb57f9108213b8e6b16c7d__void_unsignedint_{ REL::Offset(0x045BCA58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7ec2eef542e2fde67ab8f18a396a1947__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8558) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f05a00ceb1c18850a27e288b0ec2b66__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D7FD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f327528bc02d8fececfb60f8d5dbc48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CBE98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f36bb6d5056f21cc1b4d415eb92e097__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ REL::Offset(0x045AE550) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f47d3963b91bffc502f040307059473__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CDD28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f8930daab461aa5ebacf1ed3de8c3ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1E08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7f914fbbce0422e5c5858ddb9c9b4a57__void_unsignedint_{ REL::Offset(0x04383AE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_7fbf478ee23d10920ad62f7b09392355__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1CD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_805024188b422a7cf301b4dfc7d282b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0436A548) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_80542715e696693593ed53c6a3da8cee__void_unsignedint_{ REL::Offset(0x04456068) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_806f905bc2e71d6c2f16bf4a6d7e8cda__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3208) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8078d375518bd95c0e46f69bb0d2e4b0__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436ED40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_80f14c667299069f7fbf7735efceedc7__void_unsignedint_{ REL::Offset(0x043888A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8118bbd797ac05f24f039abc7345f4de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B040) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_812a4aedae3f3310613099e4440d7de5__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ REL::Offset(0x04356328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8140b2d13438027d92ee7168f5f1f9d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA430) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8156d2624340eb97a68eb744315385a0__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D81B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8165f1dcf82a736d3b87ae40163c0612__void_unsignedint_{ REL::Offset(0x0437F2C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_81e0d73f2cffde239e604bbc7d61a866__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044131F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_81fee5303fa349afe571f34860b3ef43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1A18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8267b6e300183d2c7144a4f078025999__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D21A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_828f2f0fdbca7b7de21816fba7c94278__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04560640) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_82901c6b08ed7a7da82351b394a731bd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8418) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_82a3665d16396e964fa75229081e557d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0EF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_82b6c8aedc0115b9d11db0ab586523ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA450) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_83019a659cc7e725003059f22dd66a3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04364270) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_83ac8e5247888e64c963be02cc18f6c3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0454A2C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_83c5782be5fe2673f25da647347a8f6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C1740) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8421bed87a21477204ddfab05bde28fa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D15D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_849cfac894f3a375f468ff76a6d7c92f__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CBEC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_849e4390631a617f1671b4c2619213cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E258) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_84b805f0f0c02cf59379b23c8a3315c6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435F418) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_851a3a13f35d2ccca05eda7753480ece__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497668) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_852f00b4385fd557b82edab23cb642b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9758) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8577cbf86490d89bd9b25f6dee7623a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A63C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_858dbd47a1082badb246f1a65f98dee1__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045A7698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_85bff9cac03b8400b266c79f3c630e37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB9B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_85f9d289ee38f946074f664bb5aaa9be__void_unsignedint_{ REL::Offset(0x04473078) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_860947d86ad6f4da5a8926ac071d2ebb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043E2870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_861755e83d40e46f42be30658c501569__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D17B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86176a8b899660fd4b92445477dbc358__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C5C68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_862370447d0db1fcdf50438ecbe8d02d__void_BGSTerrain__ROIQueryconst_{ REL::Offset(0x0437F330) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86418312c379abdefe4972ef26a2d9a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC348) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86b1e8d5fa85029a19966c0baa15c5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F3A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86bd15ab65eb46e86501f82e170c46f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436F630) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_86c5f91eae8c685a44e3a782e5ab5063__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D18D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_877835501028e484df9f9c6f127d0fd1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBA30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_87b151174cdd23da254ce9d127318d24__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1CF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_87b652fbcfa551d0cc625a76a6be8338__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D15B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_882237834ec910e44724e0fd7ffd8406__void_unsignedint_{ REL::Offset(0x043889A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8848331ed87bc6820828dde3a538a082__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04591260) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8884c25f711a53f32393b0d0e0842b81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3E20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_88b5e924317c5fb3f47782521c39a6c8__void_unsignedint_{ REL::Offset(0x04388860) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_88e8c67274739d7efb0ab3f7ce66ba99__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D2E38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_890abd051410699867cb5b848c0357dd__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044811E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_89592c32c08d46104e1fbb9616cbbba8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6368) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_898ecca571a2d015e9f1734d4e6bd218__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0E98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_899e2d8aa232521f81a23bba3aca6489__BSContainer__ForEachResult_TESWorldSpace_TESWorldSpace_{ REL::Offset(0x043CC090) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_89bd498d8c9cc90cf46fa24375448ad3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1658) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8a284c7ef7b16ddc601dd0857a45954b__BSContainer__ForEachResult_Actor_AssignmentInfo_{ REL::Offset(0x04496818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8a6ff0fe4e0a856452fd484b212f523c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEF20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8b417f319d93b0da289e7abf51828de4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494348) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8bb909af105fdfa91f88291a16bad714__void_unsignedint_{ REL::Offset(0x04388908) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8c0f5b2cd1c154b5a6b9840f22914c71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9C20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8c9508472bcb6c2725184838753b6c7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFE40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8cfc8a97eebaf1244c3d78d156b8c3a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D16F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d0a6512cd509271e764041fa01b07cb__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458B920) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d4232e1250c59758cf0705e6873c276__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04560680) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d671b48cfca7bba3d132cda15681ed7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD3D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8d97d1e9dd66aa0303cb93c741022efd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CF9B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e20b38890663a85ffd78cf2501a334c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1978) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e2520aa4ffa7b1f77f44531d451451a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04482B10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e2c84cc9ad274bd92aae8646e8fe001__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044446E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8e91773b2a6701443dbae03e830631fe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3DE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8ec066318073c39d981986ac3648faa5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04346250) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8ec2e5dd55004fb1ae971cb57163bc41__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1FE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8f51798d6365d034aa2205198ecad483__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414180) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8f8a9b82f8d558be4f6d3ec22e26fc7e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D19D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_8feeb752020f65dd6545ef56eb36e892__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB750) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_90174559dd9c3fbe0c65f9b26b3ca27e__void_TESModel__LayeredMaterialPermutationconst_{ REL::Offset(0x04382600) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_903201203acd8634669dc90887646481__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2028) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91098401dbc67d88bb275b3dcef9df65__void_unsignedint_{ REL::Offset(0x043886E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9114682e354d94e34438f29202d6a8d1__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043C83C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91394fd2da24bcf304eaeaedba535e51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_914d888faaf75680ab43ac2f108a2c0e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04483938) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9161c987543bee2bc91d698a152f9722__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9170068ef47c513bdbd3c70d05855794__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044D4278) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91a4ace228515075e52b881920aedca3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2188) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_91ab2ab1969df8e34e5067818143e708__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D84B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92560f83af718171bbb422c0b87b81db__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D14B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92849e69e8fb83e02d0c51419e64ba94__void_unsignedint_{ REL::Offset(0x04384500) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92897368afe297f17c6a03712ebda844__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD398) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92a0b5552cb4a5b9925315cf0822c522__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A4608) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_92ab11e4e161ff54b26c4c526ef229f2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367DE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_93181c09b65d2aa3d10481f3de9d409a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04389F08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_932e42f162e89721d2dc110554b02bcb__void_unsignedint_{ REL::Offset(0x04388760) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9362600ab9424fe2b4d581214a82ff70__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3E80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9370f734e0d78ae85a87ea7f5ccab915__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AFA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_937734495cc9d3b662617c5e6945afac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04560660) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_93d283b599a8712ec92a8d7d92291267__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1718) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_948f820fc88b1c1746f914c1cfd0106d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6C50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_949d95a55c01fcf0978a0a9828e8da8c__void_unsignedint_{ REL::Offset(0x045BCA78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_94b70a445542a1e0775e56b6f21cb385__void_unsignedint_{ REL::Offset(0x043A6870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_94beaecb040f8e171432e6e11631e964__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045777D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9536318b116531e3bdd993e030ab12da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B5298) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_955ec735c18433da829ecd7672ce6515__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04475518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_959f61344d81665f7f967c383b598d89__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04476448) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_959f82f42155de97e8f58d53c0ac2ca6__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CE270) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_960d9882bd680c7a9e300f9f3954a138__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1CB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_969c2d995017ce9c5f1870794ae9824f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1F88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_969cab53ed831b2e13120cb4ffd8cd19__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458AB98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_96c8128a33da0c7b7bedba91f2bee974__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497688) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_96c8df941fcf05df0d6bf085f1f7dec1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A77E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_96f44e76cc198d8be695c24b7bf5f7e8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF058) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_971b31107d0bcf1cc370e99702efe112__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_97bdeb87d071961404f24961d73f002e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6B40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_97cc6e444fabfd92800d69f088ea0db7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0454A2E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_98b73bd39e11b2c4961c31ccd45cf1b9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0F78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_98d921933319e604f7dbf511c344769b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E7D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_98ffc81c075f9a55c9419af5169a6103__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9D60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9909d42cfcb3b94ed4130e0a5b8220a8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_998d0073b64f62c7031ea76473235e65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451E2B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99946ac83bad99e3b759817220a3d8a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D25C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_999b808d2c0e44b921095343c28d6a3b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577978) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99a4b052e21f2bd7c8e637bba78764b7__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0455B3E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99d285350f786f8d12b5dd572ea31de1__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04560E80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99d5b9ef686cdf8619231b5534e0e27a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_99f314f7f8ea900f856d46f4f1fc6fbc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044EA200) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9a2237f77bd085bd230d7fe151b69102__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436ACF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9a2c33ff017a3d09c5161e3569cb446d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1E68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9aa98acef252fcb93cea59fcc2a53f36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3E00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9adc42ff12d9c83b7873a602e3a60b7f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04590FB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ae20b29da30ab32807a1ba336354a65__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BB170) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9b000c9bac46776b8eb27a2cdf43af95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1FA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9b585582e09764b45a2b14db05fdd7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B5338) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9bb473e5966cfaaada47f3065861179d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A4508) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c164a39561936a9a6a04ab24067f530__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436AB00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c3eaaed8558ef578be6b7863a12eea1__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0458F668) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c6b9fff129948665d84b16d1cc3464c__BSContainer__ForEachResult_BSResource__ID_{ REL::Offset(0x0457E578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9c77057997406db74c04b5f37fd1f509__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1C78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ca86374bca25f0156c929fc488c3325__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044F1010) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9cb3b948658306d38ace0d70a421bab5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045779D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d03b5ca88df67b1ee3e58cd61687c71__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BE358) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d232b5787a2e5da3f48b9981c1c5b00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A7190) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d2b66f31bee80184b412975eceb8327__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044140C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d3f3a99815cf65fcfbb251bf80e4982__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436EBA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d3f8f795e435e532e12ea128bd590c2__void_unsignedint_{ REL::Offset(0x0447D7B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9d4bd64f745ea28d6e9ec84baa2921cc__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044DA638) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9db852269b8e186a2d699b46dd9c6c77__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044D0528) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9ddc8ae2d2d46832ca897074561a9643__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AC518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e2f0be11317afc2543a50610cb8bdbd__void_unsignedint_{ REL::Offset(0x0458AD18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e3ac8b780c8c1fd5e8126efa379e33c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0440E240) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e69d72cef63753ebd7557748dc0e0c3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04442340) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9e9ca8aac3db904c2c980832e46c8ec8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D970) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f04c865baaf6f7fc633b19739028344__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B93C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f40e48ba45ac79f75d9927e30633a9d__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1E28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f46c4c501fbb5c7c2853cc41ba1621e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9CC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f509f1cc1cafb43dc4b2c0cfca48dd7__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8618) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f8bd608f886b8547a886145d959eb90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447AC60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9f9201981407fe9ed841b7c888ca10a0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A2898) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9fb9de836e0f0e9e55c22d0fa9f0e382__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1C58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_9fe30f436ccbf2f0ee64f01ca740eada__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EB60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a02962940027a3f557e50b52e931a121__bool_{ REL::Offset(0x043D4558) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a04ace6f2c75744885e1cc1974f5bdcf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497608) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a054b84336a8a369a84e8d2ce66841fb__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045A7678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a0926e98b29de4cc7718fa79009407cc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04350C00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a0d127dbd82e797d7ab281fa4eb5d0cc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B8C28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a0f46c49c3510716ba48fe3296e3f872__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455A9C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a133de5ef069784962cffd261d185fe9__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C36D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1b084f852a2feef2ee104b23ea9edb4__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EB20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1dc0c7c4161a3922831ecdc8a8f99ac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043591F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1dd9425ea7fcf8a0d976558ab7e9040__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADDA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1dda1c40fe30cf7ceff93076259b0e3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8458) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1e1e13108af60c40db74bc29699d1f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AFC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1f101b143082129bbfaf9ee9a73e6ee__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x04351158) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a1fec70a3b14dcc254025c6c32a2caf6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3EC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a203022efb7e9a8c6994e70dfb09942d__void_void_unsignedint_{ REL::Offset(0x044EAF68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a211f7049a0dcc26a8bc10df23bb1db8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a234299dd19bc8c469e998f2cb310303__void_unsignedint_{ REL::Offset(0x04383F98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a2f87f804c2b206198711c0318413d06__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459F70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a3824014a518f42ae7b81a877fc585d8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BD210) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a3b87594d4d2f520d208b17fb093bfeb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D24E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a41a185ebd833669c16653aa2cd802a7__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D9E90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a41d5fba6838c500b18b3cd51d539677__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045206F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a41eb4ed61732907203deeb44708f876__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1B38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4318d2a8397bbc01a8c96fafe56d038__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04357A58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a455e3f4f91d05ed19cbfa1785ba6bea__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A8D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4b4aa31619a202a7cfb2b65e38e7c6f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EFAE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4c6ecbeb6c42d75326a997e0bfe4c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C06D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4c7b19bbe1c7a91a4c590efa5aa67cc__void_unsignedint_{ REL::Offset(0x04598AE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4dae7abc8fd8f8e94bb8dd90517772e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044975A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a4e7e622fd88e21b899f2c86f3c14046__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8318) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a56a7d1af71965a880dc0692cfe58958__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044141A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a581e749de6829dc302ede8c4bcea7f7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497548) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a5901fee0cfd14a6bcc2539b1e26a3d3__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B1D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a5ba32074078daf4fa2519af2b012b52__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D80D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a5e5dffaabd4f5a39f1e3a67c18ddd44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a64f3867102b5a2581c5962e89de2ada__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1E28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a670b843d1ef61125f6ee66ffb0d9cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a6bb684554f6a07ee06ebdc34661e079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04478678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a6dc3e35cfec8bde5f66614b077775e9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A83D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a6f82c6020f4fb0577b2400dded66316__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF220) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a707add42e302acd5fe3d9d718e891e1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494308) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a722c1089d35ccaa7bdd283dc86ed370__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB9F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a74ab6d8ca90081a18de302450cac769__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F690) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a74c4a7a325fdc2c67b044710ced25e4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB810) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a75aa87440d9fd693fbd4a2a330c208a__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0439FB68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a789323ba2e38aceab77fed4ad4a4117__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043461F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7a30253047fcad285bb03fa2f9dba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1898) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7abb9262c171e87b8cb6edcf2d36571__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045779B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7d4d839f9f493f2918d4893cf21f5cf__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2008) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a7e7117ae0fd17fd78bdbbd6b5cace48__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D930) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a81636dd4df516079a7e9bad06f7e97c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04476EF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8167dab7e874a7716e1205804804a1a__bool_{ REL::Offset(0x043CE380) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a87b34fa88bc645a80a3f333c603c336__void_unsignedint_{ REL::Offset(0x044CAAF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8914ffde01f2b785205c35a83c31714__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A77A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8c3947733889000fa0386f64962819f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9CA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8d861fca1c502c9fc108355fea0c02c__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0445A2B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a8e464fe119f6b1460807d530e0b0b96__void_unsignedint_{ REL::Offset(0x04383C48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a95bc9f974c7b7daa07863d744a2282b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043C18D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a993655936ffa19b58632ef797366742__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0437F9C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9bdcf2f6273be92f4e23624590e4577__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04598B50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9c61a345d06f72add415329843e13cb__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043461D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9e758bb450f48cedc87ee7bc0c5cfbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A17D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_a9fdcdd91a1dacdc680438b607a4c5c7__void_unsignedint_{ REL::Offset(0x04388988) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa0323501f1250ecc5c992d1c23b3e8d__void_void_unsignedint_{ REL::Offset(0x044C4ED8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa0c011794b1cd465168046ec9d4d634__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D7B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa1e0348552d27dbd190f8355a0b932f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC2C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa8d6e970e9b0bbc37a741cb72704310__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F400) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa9b06194f709a0798e1e9536a466ce7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFF20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aa9eb92d40c483c6e00418699a9004ba__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043788F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aaadd62fa4875200315454145edd5a63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8150) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_aab3c18ffde04471e65e8a33fad5bb10__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AC578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ab494e4f356021cf77029b776a889d7f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04382478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ab873834ee55f55be67aa29a25b75d82__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0444FC28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ab87565084a08d679c08a9eec254326d__BSContainer__ForEachResult_BGSTerrain__File_BGSTerrain__ROIQueryconst_{ REL::Offset(0x043A1748) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abb80f67beca21a7094ccc2b1ab547c8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577878) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abc171b1dbd290afa7c6ca0e563de1b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497588) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abdbfd19c815e6b3c8b7d50871c6326f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A2858) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_abeeaa3486844c67f97484005b9e790d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A17B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ac4901046ff48db96ec2796966d1667b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04520738) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ac6c106e6e797f1a17f1b658793842d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEE40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad093f8532e80a5f412c85cd98b93788__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445C7D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad0bcda7b7871bb6012eed82c80f5125__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04560E60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad18610865818bd640848cdc036a3676__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04591280) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad58a794e866504eaa46bfb2bf916e48__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A2878) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad5f8d4961eac0805f9f8cdd6be45ff6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2348) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ad91ac0faadffdb83fa894ef22ccd580__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EBC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ada654c646bf6abf16456f85596ee803__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045793C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ada6f3e0b6fce0523eb9e83c0aee4b22__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEF80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_adb3e3390346d7101ccf9d58a820a631__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B6E20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ade70b3be4c1a965055b1109bcd60b02__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04389D68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ae33af048f5836cd633514c6de6f2b3a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9D40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ae456960c3be60789e3f3882ac7415e6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494368) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ae4b17d10c525d8b2b1647c07f8017c5__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C0E98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_af6d2679b28b8933bdd9382c5075fabd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6428) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_afb806c520b4d42d7f546915a3577302__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1DC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_afcca88e1cea8d408ba8eba2b7c02fe3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1E48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_afec7e1ff24a3ea94c7b535586cdf8ae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b00fd2bd30a550cfcb4776ddd590431c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEE00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b01a31913e448623b821da2824287d4b__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043E28B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b05c8536cb9bb0499219fdf8648e3bac__bool_bool_std__pair_std__pair_unsignedint_unsigned__int64_const_BSResource__Server__NodeBase_const_{ REL::Offset(0x045833E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b1420cc41f0564af7e31f2833a320a07__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497378) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b1578496fb84e7f2c98e8b4dcc0a18b4__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043512E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b16911a03549e2650511339cac954477__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2168) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b188fba135834ccdc754d581b51412b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435B880) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b19faf6b8187b70fa53693370d4b5c97__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C2E58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b1a29caba9ffc6b5f7d94c90dcb4a398__void_unsignedint_{ REL::Offset(0x045C8598) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b22988738cfa13a959b03fcc2d099e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB730) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b24f5f1efe81e359e75bae1fa93d4820__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435A078) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b272914854db3a8dbfc702c3cce9d39a__void_unsignedint_{ REL::Offset(0x044D4138) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b2ca2187af8a49c7d4dfe5027896fde7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AF020) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b350d6b939692c6932a9a3ba1bed28ca__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455D4C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b369cfdeefc8fe5903bbb3f6e2df9f6e__void_unsignedint_{ REL::Offset(0x043CDE48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b36d98644b66a7844e4b6957a97d5628__void_BGSTerrain__ROIQueryconst_{ REL::Offset(0x043A64D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b38fb91fb48204aec9e315fdbc8ff5a6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04377B08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3b233ac7cd5545d974040640c4c5c0a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB728) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3bea8d6028dbdf6956ce8980cd2c528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2128) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3c5da6b8cefa2e858ed8ff6e247727e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2248) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3ec93f30fc8e838079f0bad4b4dbae4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3228) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b3f7b13ab5b4b036ffbf78a1231fb8a4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04456478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b42306779d6516ceb4ec3a37e9bdfa84__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367E80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b46ebfb705665bfb48bc92950cc5eed0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D20E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b481b4d2d4532db9bb664683b1ed302f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B31C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b504871f37bd11f1013e9e632b54ff1b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04520718) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b5082bc670096edd45641476d8dfe8cf__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045733B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b52a143dfcae3d9e920bc8391823a224__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF560) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b56b485b6e70935ba258c741ad7a6917__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0439FC38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b608f741e8494d50a6e78f831d764a52__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044423C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b6141b3fe56555239c84361816bdfee7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A0B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b61ae0a26610e9360d8897a6a960e32e__BSContainer__ForEachResult_BSBind__INode_{ REL::Offset(0x0458BAF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b627daae95f9685aabcb4a37de07143f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F3E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b62d1e846208d261762d87add5a81ac3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1D28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b63ec2e5cb4d36b1a486775f2ac27f36__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AC4F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b695924929925959ebbc623b8d5ec651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044ADD60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b69d84dbbd03c63bafd49781287bdd37__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B020) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b6bfd2bcafa5f791fba003d989795ae0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2368) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b6dd0edd18ff96994fbba11353825095__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2428) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b7055cc2d3dbe20de8308db0ea87e0e8__void_unsignedint_{ REL::Offset(0x044CAB48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b749b49d0a69ce9884324df9b09c3f92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B31A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b77d15b4aa98e695da6db910d81743f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA3F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b7fb2ac2a80baf6e247362c3b054d454__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ REL::Offset(0x045AE510) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b87154fd76104e42c60a8ae82de09ff7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1EA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b8ed5aed6762dea0e35abbaabbd2ca0b__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__{ REL::Offset(0x0436ECA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b93b919e596c89eefe53de28c23964b2__void_unsignedint_{ REL::Offset(0x043866C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b94d306ee1929c375525106aece4fb09__void_unsignedint_{ REL::Offset(0x045BBFB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b94f69e760d7e21014117fb16fab7c2b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044140A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9730fd06eb5efa570e2b438cab7b285__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBA50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9995540d5dc79b7f8f8473cca2b5f05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04475538) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9ce322b26209602eb97e57a2429ff94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0439FAE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_b9e20bb638d781be4e0a6db35bebc774__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044974E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_baaa3b310f9f0cbc11cbde33380dc51d__void_unsignedint_{ REL::Offset(0x043CDF08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bab6cb13e9fa4d15dc7aaa56f54560e1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1D68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bad12892f61a54cbce8948394511b805__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04364FD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_baf724d37e387b96641b048bab56227c__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CD4E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb2c465edd0e697a5dd2821afb8790a9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04488328) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb2f1d52d38987b6695fc942f5aa7608__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414000) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb531fd4bed962ec90ed6ceb99d0a0e8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9CE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb6878ecbee895ba1392752dbbf4ccab__void_unsignedint_{ REL::Offset(0x044E0858) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb729906c08952191a9d0a755ca78505__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6C10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb86d85e0824a447da10d03523d93cb0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CBDA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bb9a285703636fe2f8cb16c896e47dbd__void_{ REL::Offset(0x04369610) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bc37aeaabbfbc41bf62f213931bfd771__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434F280) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bc580e89db495cf729a7f161d34280db__BSContainer__ForEachResult_BSSequence__Object_BSSequence__Track_{ REL::Offset(0x04580FE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bc8b869665f58b656742bbeacac37c2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1B98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bca458f0f65b88687b249bac8ed3a894__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436F9B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bcd4677595c356793a99191c177a4998__void_void_unsignedint_{ REL::Offset(0x043CF120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bcffca6dcbf736125ff8d8d4742893d1__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045B4168) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bd35b230f0959478f4adc823e9cbe831__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9718) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bd947f2798ebff8d69752f08370d58fb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E370) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bdeeae5897559d2c289d8d635ebb6665__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AF060) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bdfe21088896a55bbc48901607f11e42__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1EA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_be87acad31598fcefd960498bf768b8e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BF520) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bed7aabe9f45714502cbc4f034815898__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04389B88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bee696ad3c0c7810560949819be00f02__void_unsignedint_{ REL::Offset(0x043D3F90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bf1a200205e15f4284378b68d77b8e1e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A9C40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bf2d036f7e971141d7f79ff8ab97ab0a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C6058) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bfd0f82a92c828d3ba2e7ac50935b600__void_unsignedint_{ REL::Offset(0x043840E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_bff87d729afb19ef40f23376941be670__void_unsignedint_{ REL::Offset(0x04388150) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c00d257380eaebcca727fffbc27d70ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1DA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1653b47087f1e182af3b6d04516f9af__void_unsignedint_{ REL::Offset(0x04388660) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1bf5645146442b6cdf9998425be8d55__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447C480) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1c3c472a59c0f7def8e769d0f770c05__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044E20E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c1d5c68d6dc03358278bd37a80bd91aa__void_unsignedint_{ REL::Offset(0x043CF5C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c215dd194a43bea38c8a0aa4a0ed91f5__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0451D0C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c236c65f5a70ccbf326510cdd50df39f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB7C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c27c112287fa1ed2a49be08fa445ce36__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497648) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c299139d0cee9f433903402dc727283e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D9F28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2abd337d6ac602f6c3f7aa605617712__void_unsignedint_{ REL::Offset(0x04383B00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2d6c284150dc482c20f42a9b83db6c2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2528) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c2f41e4f6b215cbca92193815bd8a6f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A7D38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3201d6cbbcd5cfa89dce2454dd090a3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457DCD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c326a3cd0c3a4d3551a91d46c133888e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF200) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c358dc9704c4da34071136abf4e20ee3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455D4E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c37323460631140be75b64418eb2a212__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B1C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3a42ea107ecce5bc06a0fae9b79e45f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFFE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3ac43c9be87eba94eee7cc94ac250a3__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6BF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c3fcf41b71cd3586e7b79d14e23f7c2e__void_unsignedint_{ REL::Offset(0x04384650) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c41a777c42944c1b7ecf3e46da0c787a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04590058) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c468dbe2c9dd8034fb60d62936d5fea0__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_TextureDB__DBTraits_BSResource2__DBDefaultStreamPolicy___CreationRendererPrivate__MaterialDB__MaterialUVStream_{ REL::Offset(0x04761F50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c4765992515085388d38c642053f91d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045793E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c4cb013083f2c6b6c796ce9412a0b3a8__void_unsignedint_{ REL::Offset(0x0459CBA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c4f87a8752c009a0658544fe4e7ae35c__BSContainer__ForEachResult_BSResource__ID_{ REL::Offset(0x0436EAD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c516f962bb171262906bd7050efdec04__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEF40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c56fd2de76ddaaf48fae071f26fb098c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AE20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c5bb175ea3bb32246e6645ba61194603__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A4528) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c60e96fe4cdf17a0d6c0e7b0728e31f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBA90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c634a06b2844cf599e1a4a13f8917a82__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8338) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c637574722fc8a0dedaf09e451dc2cf3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435C108) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c65be2c9ed800d6896b8514e7a76468e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF540) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c6981f47a624fd535333b14362967572__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A39B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c69bfa5893c6e4009ad541d7fbc0d768__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1B18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c701617441e0deaba66755f97f0bba94__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A45C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c736c7f39dcabf3b3248a89415ef6186__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045216F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c7733398cc3ed1ee0793f3c7247cf0be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B96D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c84c655ecfc3921b9f43998ebc6304ff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F320) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c867d4a186d187f465e095b2e59b3d4e__void_unsignedint_{ REL::Offset(0x043887A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c8edf70b5e6b7bea61ff168d96563c0f__bool_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CE170) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c90005e0a6d7fbc4e4ce107bff2e8e18__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044F1050) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c931b0241832fa55d085b4d6c454ed99__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04357A78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c934280a15b65e7a235a9910c9308407__void_unsignedint_{ REL::Offset(0x04473038) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c952663db9ea2797aa5b7ce52319ca14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A4548) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c95a561709e0293d9edc786022d1a545__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFEA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c98361e073d941a7fd48a1ab5a394ed5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c98d5d7cc2d8c3f7d2836bde99133c6e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044CBD88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_c9af9e3327fd505d17ffd5278928cfb9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8DA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ca3c722ea50f360bdaaf6ad20b2367be__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437BBE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ca903a8d0a24e5f7b17989a7cff75209__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1C18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cb57f47f7e19b9f30d9d232c77578f06__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04578A00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cb971f4042b9f66c6e0c29a3f1a0bf71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044F10C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cbc792726ac08a7d8b723a2dd98c3575__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04358480) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cbf99d218630b94e52221f991703b3ec__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B31E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cc0a619396e2efd4c958c7d318e74e8c__void_unsignedint_{ REL::Offset(0x045C6DC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cc1233af9f81ba7c1313bfde0fc7897b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1938) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cc25773e42b523f2e5ab481494ec641e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF1C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cd42dc975134d76c7fbdcad55dd6b57e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456CFE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ce48ddae51c7113e2b5938b955f1747d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1F28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ce51a4e2bf758734a51bd44550726732__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A83F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cea61d926754f2aae9d9da6df852a945__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2408) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ceb72621fccf1f0c47eac0512052609f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0F98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cecd15b6c1deb94fa16a1522b86e4b20__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04474DD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cee353b559ae497a7d8d8cd3f8651bce__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9320) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf12b8d76b9bbac9931624c9e9b68945__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04371928) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf1b1a06e03b80a1207a0359ac04567b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8598) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf1cc9034eb59808b017597e1c031956__void_unsignedint_{ REL::Offset(0x04384CE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cf572fb2f93b37878e82d9e7eeafd130__void_unsignedint_{ REL::Offset(0x04388840) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfa1aac6e8e1267c3a2f0810884a585b__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04413FE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfb97f1c8c2a19a5f5e0581c5fbc8bc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A79B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfd24b8ef3ff1b958b42c8629b6be67c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04482D60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfe32b452064d468f41029898a9c7e56__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D20C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfe6ca8e8c54607961e257ec7e6a6c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1F68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cfe9489c674f24fb5498227011e183b4__BSContainer__ForEachResult_BSFixedStringconst_{ REL::Offset(0x04351740) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_cffbf5ce093496b3c05f3c2649eeb5f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB7B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d019023707cbb7282c99c52d42269a6b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3EE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d06ae9e293caca061342a46c53d30280__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0777353f5ac5ebb1d655e50df4b696b__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043512C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0a9604b9436848f931c2deb07e10d96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0438C268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0ccbc241f623953de3d57bba7934e21__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFE60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0cd4750b43e2776bc039f87739d12de__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04478448) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0df86b801b3ebe7bf16a7ca66b5ce0a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04560510) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0e7473153af02b088eebafa02666448__void_std__unique_ptr_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSGuarded_stl__scatter_table_detail__ScatterTable_stl__scatter_table_detail__OpMap_1_TESModelconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator__BSTHeapSTLAllocator_std__pair_TESModelconstconst_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator___2__std__hash_TESModelconst__std__equal_to_TESModelconst____BSReadWriteLock___Deleter__{ REL::Offset(0x0436EC60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d0fc4aa41e8ef1eaabdf1b6c9e6c0c90__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1DE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d12b7d97b0e6dc6028d2ad77ab0a0757__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456E630) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d150ffa9d07740822763af89956807f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD3B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d17869a13ea19fde9fc0b258a855e424__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045778D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d18a67280dc3bb9e9b1358658a193615__void_unsignedint_{ REL::Offset(0x045C85B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d1b874a230fe5ba0e3b38db99aa8ce31__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455B100) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d2862e76625374046961e4d6983a4ef2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CA458) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d2c7326c08678100f1870fb31f656e9e__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B150) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d2f0c0f297a4bcfe03d551ce1e84c650__void_void_unsignedint_{ REL::Offset(0x04442638) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d32237ad9353ab8c27c2ac4a1fc645e9__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043526F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d3490d89a0497ce167df06e972a41194__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0444FC48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d370966ac4337745dbeb2ed414c9e856__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D41A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d3be1762aee92a179c8ab96c3d90d489__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BD230) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d3d0c69727aef68398b888b08eb962aa__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04478728) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d406e93589c1f7e3dfc6f955f89d5706__BSContainer__ForEachResult_bool_{ REL::Offset(0x04371120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d408d467e8d2cb9d1e42d2f82d895efe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04572958) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d428d24a7da9db8f2cebf115952713f8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0ED8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d48b518e1e677abff3deb64fd095e4cc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1E48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d4aab0c9199b19db14425ccb20979035__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04476428) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d53d4c6760b7c343e32e341fe6e17cac__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457E760) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d5677c8707b5b8c1bc70521d01907731__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D890) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d568608f95f44940b09f86d8ae1622aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A82F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d614ffc3d709b535ff961de011683715__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A1818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d621dee853611b5dc3f9237278482937__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFE20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d64ca0b4e15bfd2dc902c612f27427fe__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044DFF00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d687a2b1703fc14fe0713df46bbcf0aa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B32C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d6b905da94d360b76211a186da16b41e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447ACC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d6d03199b1c756dea597090c9d8d2f98__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x043530F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d70188ac3c1674838445b83824d9d556__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1998) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d71e02b7cc8e19874af60691e822ffd9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DBA10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d7bcf312606e3c2a894efd64a47d08f4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043554C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d7d67f4b51373bd02e594e10854cf8d6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB748) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d7ea6aa7c996aa2cd97fcfa483603e3b__void_unsignedint_{ REL::Offset(0x045C6DA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8453e03597f5cfde3e4afa761e3fa95__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F2C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8772f22bb133b0174720337400d0043__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434D108) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d8b83b6d33044de96a32e8ea50ec106b__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0445B170) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d90c540395145a4bfb228d1b937ac3cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1C38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d93dec3447aaba8744169282fb234e60__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0439FA68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9481c18d2dcc031d90b533ff4b54789__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0440FCC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9538a990fe95cbd324874b64ac67512__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D25E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d972038224408221772da67c508a9e97__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04371948) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9923694bf3f5db48cd16c90ca55c67d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FD20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_d9f31df3ae7e0cc4648731823e7638d3__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F418) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_da5943b51dfda004fe608221ed6dc108__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0F18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_da682c867557fb7024089e784dbc8067__bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x04496780) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_daa10084be20bba889431f93effad2ef__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3EA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_daac735d773ec7fdd4a7886d15c5be61__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ REL::Offset(0x0436ED00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dac8b9eeec3755a10cc93b18e5f1b08f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0435BE78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_db18063c2ae3c8896f3f555c331e17d0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04521818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_db1d231457834b772f6014c0e6f3a9f2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB7A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_db5a98c0a529cbfe448d5997539dbace__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB5B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbaaf1f85153ae17439758babcc1d374__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB690) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbba4eb9d1ae78b3f3fcaf07f2ad7171__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0437BD40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbcb105d3a5ae0939712e3065b66f8ee__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B42E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbeac5b1ff0024378b2629cb707a3690__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AC538) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbf517e9e15d405001673e53c57886ea__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0436A698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dbfbae1a4cff8004c7a9845a62e0916f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1BD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc04c3b631b1415789168d3e6d3e6cbb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497628) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc1b786a61206b361517742f27bf7651__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D1388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc28d0407eb4228edee44fe78e1f26c1__BSContainer__ForEachResult_BSFixedStringconst_{ REL::Offset(0x04582518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc40be9040c3677be56b7b59ab5e4a1c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEFE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc63f5991636d23b879d284a6fd405d5__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x0447CD50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dc71dbdd4c03a6b767f6a71e5a7b945c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445C950) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dcdd356e4c6e2f9e84ace1b6ddb617a1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEFA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dcf972faed0eabdaf595594bf2f3e363__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04581088) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd118bf98d423a6a412c9a8e0cdbb9e5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04590078) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd180769f792f3ddf4b8f91d26f2f9c7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1458) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd1db57b29e7711c36591db7dab974f3__void_unsignedint_{ REL::Offset(0x04388130) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd202153ce22c7b10f217d9ef0ea9020__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8438) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd5a7dc888b22c274530fea7ccd824f5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0AC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd65b5a5c650ccaa51b131954e59b425__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04442380) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dd75733dfa9d4117279b184db00ebbea__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04349DE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ddb1ee8f83cd2ccd4284a5a0b86063f3__void_unsignedint_{ REL::Offset(0x043885E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ddc4eeafc13f82b0c0d4e185042bd8bd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434B078) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de01a6f1ca82904071733786bdf423da__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045912A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de2b095b55e13d0964de27551a7e14cb__void_unsignedint_{ REL::Offset(0x04384850) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de35bd75fb9e2cc7e7df5c032c979833__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04576770) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_de69eb73a62a3cbf89c656cb6846a7a5__bool_{ REL::Offset(0x044772E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dea17bdb84ecc379e9d91daa97235c51__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04459FD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_deb8a53179e78b463eec9209e37703ac__BSContainer__ForEachResult_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x0437C518) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dec5cf2b59cb3fd9cf969e687203dee8__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D22E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dee5470801d2504f72568f06f88c5793__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2608) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_df710a06b595182104421fd28864f9c5__void_unsignedint_{ REL::Offset(0x04385B38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_df8443c7b250f91d12016d265c227283__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB650) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dfc5c4176d0cb7a0803d255939048e3d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436F498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dfddcf08ac714efa194f7e853b9a7187__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BE288) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_dfef71e867d126f094ab9b703e7d6e78__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04521088) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e03b159ffd6cd09111d59ff92b7fd2b5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0F58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e078958cff25766aee8b534d492fa01a__void_unsignedint_{ REL::Offset(0x043CDD88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e08da8c027748d42614a9408b52bc849__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0439F6F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e0a3e975fb31fb69a538a0cf22c69db4__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DA9E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e0f9386d60d3958d6f84b1b836541348__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6B60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e17b84bdaeb420632e9e3ed10322e0d3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D7EC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e17ce5b60f23569cf577823e1ded456d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D17F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e17fa37ef845f827ac50892900b209ea__void_unsignedint_{ REL::Offset(0x04383A10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1847211008ba1d13521b7bffd12a932__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D2F18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1848d2a3852664e4964a1f2e36edb43__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB770) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e197c627ee7e10139a7dea7441943ffa__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA3D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1bac69f7321aac8ea396b0d56dd708a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456E650) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1e66dad424b5dd8be39d6cfd22df0cd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFD20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1f333a910088d6a3b17112252f9fc2c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1C98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1f3800b3e0980ad0f288cb1784cdc1d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1F08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1f81ee7888ada09253706d12a01f5ed__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043C83A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e1ffea3b3f5c3eb981441dd5c5fc7c00__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e262d206b64f189f4de607154638d419__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator__{ REL::Offset(0x0436ECC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2712f4aede554797ece76c160e84ab6__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x044CEA80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2bd267e26a9cae683517b386072e968__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8438) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2d14bd178477b3bcb8a5a7182a38049__void_unsignedint_{ REL::Offset(0x0436A410) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2f9a7cf002564a4120d7abca8c416bb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CF240) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e2fae82386f3fb6c3370376e390870f6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1AB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e3228dab4baf1a01e38226e6c1622cdb__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A110) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e37a476095534bdc2583f2a764e01b3c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1E88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e3845c66b1b1c6e9d6f6570976b9450b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F3C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e41d780eb9f09560f25ec3d1ddae5019__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB670) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e46ca80a32249888f4109a0d01abb99e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F240) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e50e75e3150040b257830854db7cb1cc__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577958) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e532c641e1c3e01dd214b082b29f83da__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFD60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e53a7d6ea315c41ffc866d3414eef982__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1B18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e53eeb4b308c3578d4bc5103cbb68250__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367DC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e5b911fbe77164781d025f5acf060fff__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D15F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e630e08aa0e66b54f1cbe8e043cc2aa7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044965D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e6a2fb046afb30761b484b27c1244838__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044F11B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e6dd943447e913a61672dd97bf7606b2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1BB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e70e889df75efebd29113194c89e1232__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045AEB08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e73223a333704d337bce2a55d1b69944__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043AC558) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e73807069c62ec4123cab289648f532c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04521718) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e74063b9bf6efd158e913722d39d5e14__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB7E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e745c943553711793db3beeff894085b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1D88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e787fb22a2dc58f99796809d181e4eb0__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1D48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e7beed8ebd2d4bba27a7007a2e4be18c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F340) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e7c64c1465cd2ccc8d9e868d6ee552f9__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEEC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e7da15dd8d6ed1aa6b9f97b71fff613a__void_unsignedint_{ REL::Offset(0x04386370) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e81e6eca7468d2382eb30d02295b2145__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D80F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e82e9eccbda53d4ba86abc7ad9715a5d__void_void_unsignedint_{ REL::Offset(0x044C4EF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e834bae83dc3dc89ae288f7ce43f7470__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D8478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e849e1f690a1bdca2c8ef8593a989c1f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D18F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e89329389074a5987e1b5d884e17b622__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ REL::Offset(0x045AE4B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e8fc361776e93d831b5efd81ac625079__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AE40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e955fccaf5cf0c09f03ffafad78eaed4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04475450) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e961d87e9f5ba802811394976ae2b2fd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044EA220) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e96f0e2621f4d92d0b224583042d2519__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1B58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e97995c62ff18dcca5f2e94f059fd147__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0E78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e9a7d927595c1430aeabb8cc531ae2d3__void_unsignedint_{ REL::Offset(0x04386A08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_e9fded41f98a3fd82c279d0b430311b6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045596C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ea6b4d92766dc6fb3f3dae3829e7b118__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04373968) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eafda3e61156e6f751d7130e929b347a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A7800) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb053779a3f67a9188ef941ef8781352__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0453B898) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb244c6f272090135da0879da73c85d1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F420) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb4aec7043f0185fa5bfab0b60c95291__BSContainer__ForEachResult_BSCore__NumericID_BGSFormChangesconst_{ REL::Offset(0x044CE190) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb4b25ce4d6793f4a4c2e52391414229__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367E40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb4b44ee064532355172e5e0d8839487__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B77F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb563f87c48350b79c34cef29f1d82ab__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0456E110) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb6587ada0a83c922dd82aafe1059724__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B50D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eb6c1e5cbe349322129ec6255b67cb45__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0478ED78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebafe6d1d97defad734496793dd84507__void_unsignedint_{ REL::Offset(0x04386EB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebd41f2d7fc62082c024679cf3d7d92f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04599268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebee9233e7e12909087efac8ceb71d4b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434C5E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebf1416eda600511e6106bebb9c05ef8__void_BSTArray_TESModel__LayeredMaterialPermutation_BSTArrayHeapAllocator_const_bool_{ REL::Offset(0x0436ED20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebf9594cac65bb91178806baf2c1a630__void_unsignedint_{ REL::Offset(0x045BEC90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ebfc4dcf97b84c7c555a65ef99848626__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045776B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ec1e3acefd17f67b02a6de12c7ce49b7__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FC40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ec71642d1caa0b598f918cd9070e88a2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434F3C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ec9cdafedc0242515f479de5e9e6f812__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04412B40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ece36b04eb836be3eced22852d702528__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451D680) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ecefb2fbbd23bd6f990d7dfd49f2f482__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A83B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ed1dd649d173281f32b82d0b85558a71__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043824B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eddef7c077a499e751db2d05d9d2b466__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AA490) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_edebc3e3d2bca7ebec6cd15a5f73ca5f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043591A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_edeea9d7a77f40f567b6f8bf22b18ea6__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414160) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ee0b27500362ca4f93ddf4bd687dcc5e__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DBAD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eea76db2088031cc58c30c426955ea02__void_unsignedint_{ REL::Offset(0x043878A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eedeaaa8bd5ee12e928881ad1ff60bc8__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF180) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eee23a50b5d686a7740948b7f62892ae__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6C90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_eef3d8099a01755e64a6ca167f54d023__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1D38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ef0b9cec5e364b5572128f1f99294abe__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFDA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ef46a1e14401aeec953aa6c7f7c1330c__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044BD1F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ef72b3a358955c7a5f2295665baeaec4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1EC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efa1e584f9c9911058a544b1b3c02a96__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04487588) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efb0a1b4f3c6ac0695342994ccedbc95__BSContainer__ForEachResult_BSSequence__Sequence_{ REL::Offset(0x043512A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efb2b57629b31a1511ab3fb044e28137__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AC368) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_efce515e4b26a8fc0153023a78efe71f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04494288) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f000bf935b9be6815036db84a1007f38__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B1EE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f0145c0df598d772d02ef9433e3f16ff__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045778B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f066f8f0fd0b9c37ab23f28aefd90ed2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2048) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f082d43bbed1a19ba2752bad18f30d23__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374998) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f082fc9e91d28da09134a8584e1cfb10__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A45E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f0a8fb909fbf02d7a808818b9ec99d11__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BE338) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f0c986755d786d6b3225f048976579b3__void_BSResource2__DBHandle_BSResource2__TEntryTraits_0_LoadedCellDB__DBTraits_BSResource2__DBDefaultStreamPolicy__const_{ REL::Offset(0x04373988) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f14ee227cf359e1665ae1dceb8264b2a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044792F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f177e8ad6ded3a0f10981020de4e1222__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04450F00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f1a45e8fa4710e537e022d43d9af6aaa__void_unsignedint_{ REL::Offset(0x04383C68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f1fdd6be5e80a14aca4d218f981e3fae__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FCA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f21a18e3f2d0ec2ff25be22f821c2ce4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A050) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f23f79926cda72ee8c4d6a2dec0f90d2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B3E40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2895d568482ffabb84c52e8ff56ed94__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04450FA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2a384b34385432fc190219ee5823a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B97C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2aac1d39db68a7e5d66fdf3e8181bd6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497718) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f2ba41f850b5b172f8dd15421171b01d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1858) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f314cc28782d1381e29fda2817267f58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04474DF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f36823b3c873f65590d6936d8a1d5847__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04410978) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f383575cf8c2cfd4fe9a213afc7432cd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f38bdecd90abd875db2874f5fc195b3a__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF350) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f3c8664890a7d42e33132789caa68393__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__SuspendTag_{ REL::Offset(0x045AE4D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f3faf32fafe49f618ef095317cd470be__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0455AF80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4188be41733fef1e4e4e697bc5d1b4d__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0451FD40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f43cf8d781ec5fce8b18c777af9adc00__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C70D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f445182b6c32d2289878bc29b9f877d5__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B8C48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f49eb1bdd91c4609eaff970ded63dc62__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043A78A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4a68c95ec0f2639da893c3a33e3dcc1__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04374B78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4ac2e7c54af7dd6f119edb97780d4ac__void_void_{ REL::Offset(0x045A7E28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4bd3b39ad39cd6fcd916b686e3c7640__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0434D0E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f4efcb42191e9ce261cffb71c430332b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447F360) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f51d13b150fccf5a8e2b91cfbd3589fd__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D16B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f53a221bcfa31875af2beb1f6d803785__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436A338) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f53eeaddaef4cddc192af4068a2956ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044942C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f55116a70b67043e4b89f6bd5fc6e783__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0436A430) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f556b9bb40d635ac368e4e098f941e64__void_unsignedint_{ REL::Offset(0x043887E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f5747e7944d5b9117a6c31d603b9a377__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04561F48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f5ffa4e6c0d5314d772a49ed581ab795__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8D88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f61f49e7e94e57fe2b260bfc338beb6f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E270) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f628811dbf3293e9532cc7bdeff8cdf4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x04764D18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f637987e6f5e09c46e87e071a47136d2__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D398) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f6619f7b05ec65d4214ad869295e1e2d__void_unsignedint_{ REL::Offset(0x04384D08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f6d420ede042bae4bd4555a788b4bbb6__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1FC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f6fe42eb7a10983753aec0bd1b2c5273__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0447E390) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f79daa3e16f19f5d57045976dd33127f__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C1DE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f7d11a6ac319b88cdd8dcd68ca2e3e08__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0AA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f7e1b67cce75bd80a0a7cb4a5c21073b__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C6C30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f83d96cd4d894c3cbcda185dcc42de87__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04497528) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f8ef016b66da04e4e8aa007a13b14841__void_BSTArray_BSDependencyManagedFormPointer_BGSLayeredMaterialSwap_BSDependencyManagedFormRawPointerPolicy__BSTArrayHeapAllocator_const_{ REL::Offset(0x043544B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f91e17cbe1fc159e7e0135a160f33fe0__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1AD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9429e6ae076284ec68d8be8492a1fe2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044976A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f951e2ce5e416166981d74b047cd7b58__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C04B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f95aabb285d6a516717d96f1b9c441e3__void_BSTSmartPointer_BSScript__Stack_BSTSmartPointerIntrusiveRefCount_const_BSScript__Internal__VirtualMachine__ResumeTag_{ REL::Offset(0x045AE530) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f98b2f90dba8f6f378d03d26cf607a81__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x04409D68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f995442584f66d9ef2aa9102ad638ef5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D19B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9aba1b4881e90b659687daf96ced3ad__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C0FF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9ae2559c91245e30f01c4ec203881fc__bool_{ REL::Offset(0x043CE3A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9ea8694b9e961945bd3ae08e3f65bf2__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043CF280) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_f9f334b47ca1e81f013b76e3d57523cd__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04414120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fa2837ea0af0f9527c80236f5dfc6c6c__void_unsignedint_{ REL::Offset(0x04385498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_facbdce15c753db1132527168bbbac1f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045779F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb0030486a54db3f9cee31e9a97dc48f__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04581068) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb3fc9b78ca66f250747e0f7be2d4c92__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044B9360) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb62da152adb52f689e90b3422145bbf__BSContainer__ForEachResult_Actor_AssignmentInfo_{ REL::Offset(0x044967A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb87e62b8a8101ce5d16747f46fd94d4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DF850) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb98d9fcd25e7526033be6407df3ba44__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A3978) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fb9a9973b259ef1dc0919cc91da2a7f4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0458F2A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fbd61e5f74721ee521d4c8e8d557d51e__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AD378) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc3755ec56d7d7277767899c3af4d207__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AFEE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc40d5465be1c94a885f7cc77f282a18__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2568) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc4c500b2accd9f862d55c0a769d275f__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04458590) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc92d59f8e4524a57f93d19fd4eaa90b__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AED60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fc9b35ba26e59b5743e84640843f929a__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D25A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fcb016d5db32379abb0ff4c47cd490ee__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D1AF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fcc2590047e81a4be5cdb245dd3ea5b4__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A8478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fceef4ca92d2dfb2badaddbde60d1c0f__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044C04D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fd2af0914afeec8bfc2431c68ad8f6a3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044DB710) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fd96e87004c413f58ca93d81d48f3963__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A45A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fda480c373538eedbafe92113aeeffa3__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AEFC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fdaf02e67f4ccc1e9ec1a3cbd1810ac4__void_std__pair_BSService__CommandStream_BSService__CommandStream_const_{ REL::Offset(0x045C82D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fdcec6b46801251aaec5b0076dca57a5__void_unsignedint_{ REL::Offset(0x04560940) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe0e00a79fe354d50f3c05358a033ac5__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044AB208) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe196431ffa969ba5779cc621d047c63__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x045A0C98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_fe9209c9a51ecaf6f06ea45582b82647__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044A6388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff08aa9b9eb53252499629e5c2319d77__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x043D2088) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff28a9d7dca12579d147b77ac40f10fc__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x044D10B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff752b02393eb63cfce64ff534943882__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04346778) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl__lambda_ff8cbd0b8c14faeb6419efcd27dad154__BSEventNotifyControl_BSTEventDetail__SinkBase_{ REL::Offset(0x0445A030) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_bool___void__bool_{ REL::Offset(0x045BADF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CDD48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSContainer__ForEachResult__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0436AA80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_BSRenderUtil__DoSetAlphaTestRef__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457D8F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindNPCInFactionFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D85D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUniqueNPCActorInFactionFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D85B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_FindUnloadedDataForSpecialRefVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x0440FA38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_0fe71ac6dc835626bb37a560cdaf4174__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CBE08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CBE28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_85f87b56d987718043ce0debd8a8af8f__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CBDE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_ForEachReferenceFunc__lambda_91b73da0891a178e4288a448cd5ad905__const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CBDC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_HavokSystem____ApplyEditorDataFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04412C18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavGenUtil__OverlappingRefFinderFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043786F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_NavmeshEdgeBuilderFunctor__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043786D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_RefTypeFlagCheckCounter__BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043CA418) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A208) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesForAllKeywordsOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A1C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A288) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfAnyBaseObjectOfSet___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A1E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___CollectReferences__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius___FilterReferencesOfBaseObject___FindClosestReference__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A2A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_14701ecfd6978aa6b52ac7aa55c0b0d3__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FA88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_1d0b959218b732777f85fafe48bad0d7__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FAA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__FilterRefsByRadius__lambda_973d77667c4d7c684fafc1afd1b9a363__const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04458870) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_0fe71ac6dc835626bb37a560cdaf4174_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CBEC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CBF48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_85f87b56d987718043ce0debd8a8af8f_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CBEE8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor_ForEachReferenceFunc__lambda_91b73da0891a178e4288a448cd5ad905_____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CBF08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_TES__WorldspaceForEachCellFunctor__lambda_8051714f4702e96038e62cd736fa3590____BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CE230) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSScrapArray___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043D4050) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddMapMarkersGenericFunctor_BSTArray___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043D4030) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddSpellFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E8650) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___AddToGlobalsMapFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CEA40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___BuildTeleportDoorsA__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE218) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ChangeProcessLevelFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DFF70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFunc__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440FB98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckRefAgainstConditionsFuncconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440F9E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CheckUnloadedRefsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440FB18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CollectGoodLoadingScreensFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0451F698) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___CurrentPlaneCollector__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF560) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___DoAddSkinnedDecal__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436FA60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___EditorMarkerRemover__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043737D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSScrapArrayAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044513B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshInfo_BSTArrayHeapAllocator___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044513D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtrIntoScrapMap__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04451390) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSScrapArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy_____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04451350) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTArray_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTArrayHeapAllocator____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04451370) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FetchNavmeshPtr_BSTObjectArena_BSTSmartPointer_BSNavmesh_BSNavigationGraphPolicy__BSTObjectArenaScrapAlloc_32____BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044513F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindImpactEffectFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D1198) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindStartingWorld__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044D43A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___FindUnloadedSpecialRefsForRefTypeVisitor__BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x0440FB38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___Flagger__BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043719C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ForEachWorldSpaceFunctor___CheckRefAgainstConditionsFunc___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440FD28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___GatherQueuedRefFunctorconst__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A248) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ImageSpaceModifierFinder__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CC1B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___LocationUnloadedUniqueActorFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440FB78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ModifyMapMarkerFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E2930) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___PreloadQuestBiomeFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044553A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ProcessActorsAnimationPoseFunctor__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DFF90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RemoveControllersFunctor__BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04562120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ResolveLinkedRefHelper__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CF100) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RevertGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CEA60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___RunQuestsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04455388) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___SaveGlobalsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CEAA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___ShowGlobalHelp__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E8610) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___StartUpStartUpQuestsFunctor__BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044553C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper___TestRefs__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE1B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_004a5d240abf52215c87bfc371630eba___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043BA770) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0065581f52233589018fb664703cc0a7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A848) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00825d6d60096ad821679cc4f7957ea8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04371A08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_00d4e41b52aa1619aa2363e1f87241e9___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044C60A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_02d6e3aa0d76470ad93d0e4400306caa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04478918) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_03e4b2a88a180681b7284e1c4d6b87fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560EE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_048f6cc78546ef3889bd5606fdac4b0c___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0436AF90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_050254b6274e854fec0225105b82b130___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455B4B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_051639537d5964879e9f3431fc31c532___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0452B3A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0579f3d6e5caabaf159b47ac946dbed3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436F348) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_05829c2cae1a3c6e461c050f81312bb0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F508) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_059889e6e5f87a4bd6c0f23f883756b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437F100) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_065bccd0ff6f60bf3bbff25ee92a3002___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F568) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b6e6f0fcb50884c083b9720a09b929___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044ADE90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06b88b804e8ed05e977a516fcc957808___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560DC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_06cc8d72d8809f42ff272a8a50408dc0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043C18B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_07a48ebcbfad0a834789c69efe6a3161___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043D3FD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_07e31b9d16ad7174c2a9b4c5895f905b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04378820) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_095cf96b1d3410ab57cb528eaab0262e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445A4A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0a68afc3d87b7a1a2cc973ee1cd9b5d5___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0440E280) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c2624229246cc101033e94c50553282___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045605E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c33151369f195fb88885c8aea7d6a3c___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DB6F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0c3cb381f2c7084057740609647c7106___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D2F38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0d7a77994f37811614a1dbf1becf4393___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04357968) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0eab76ceff1d8e77b7959ffa21301a5d_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04378C70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ed8f536a728912e99b2fad4109f1750___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437F0E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0ef6a7293605ef7693d5c94d7bc90e20___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378DD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_0fe71ac6dc835626bb37a560cdaf4174_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBE68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1039ed81d8e2c55d4147eb36d93f190b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE2D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1042ac0db73cb514363d90ffae9952ec___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045C0160) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_109fc4ddcd7486183ab97897657cb821___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B52A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a2e798dd59bd151b504b1d4a30e3ed___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0435E0C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10a6e891b6247789a08c68657f5efc28___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0455A9A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_10aed968af223d327644d6045b47deba___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EE48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_14e3f4db52ed4f13df9dae832a722eee___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04458910) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_177c9eb47c4fe1d16efb37375872636f___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378F70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18220d2824a70b3ca1a8a8f81ea79c33___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043CE238) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_18975d6c0abe12c3a59ed24f127b55d2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE298) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_195c69dba33d8d83d31a03bde8e00893___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBF90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_19b4e3376ba428b93d8820cef21f9a00___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437EED8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1a407a588761cb68854cb098c0af6b07___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04478818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1af2ff2ae933da628d97dc5fa91dddb9___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044980F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1b9c272b48574d322ec9810a479ce257_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E8428) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1beee9fac784c5fb079a94bfd3094454___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04372220) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1c2d55799dc1240ca4213c156dcdc328___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378780) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d5fbb246c79c3493c66411de8bb7afa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437BD80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1d6a9e0c18cfa974a6c0d456e34b33e5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043462A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e08993dc114c000fc6d9efdbea85af7___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378FD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e20a250a41c4c15305f707ec02ad4f3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D4440) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1e9d3b10a0dcdb173bf178f274574d00___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04783270) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8530e1573ea0dc0642e8bf51b2d69___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378E30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1ec8dc6a07ce41f19027299ee7fe0219___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044EA260) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1f091515fb803d68ac8df4a21e725376___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CDD08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_1fe70175fb357c76ec2bcd67cd32cad5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0453B8D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_20b949e92a4b98b7d3e38132a6043895___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04371368) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2233939dd915b0889d8cb16cfdd3c197___void_NiPointer_TESObjectREFR_const_NiPointer_NiAVObject_const_{ REL::Offset(0x04378800) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_24cc503bea9641bad12352454c3082fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CABE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_251837c06362568e94ba94a91acc56f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044E0818) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_259b3eda01914223f5a35626f8fb2287___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043B51A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_266bfdf19cac5bc677ba89ed1a04eac0___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04577678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_272aca7647edb54ca31cb276727c930a___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043B50B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_27d81e68198f55c4ab60d830b57b09a1___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04382598) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2880106eab59eb1e3f969bcbcea1a6c8___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0436AFB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_28b467cd9ca5a877b3a4dff208daeaf8___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378FB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_28d1330dc70c74bed2c3c324e969f574___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04380130) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_29ae5f57e8f396864a7c9263002058bd___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498158) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2a0bb39943e9dc7e51fc1abfcfc207fb___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04379010) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2a37a0886c26d32d363af6bd6d5b49d0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04379030) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ab90823121b16eaf167d77ace3de1d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559B80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ae0a486bc834ca2bca5d200a00b3b25___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A888) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c936256ae75f6cf48a27279881ecaa6___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378E70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2c94d994097e35b69c25f0c20419a5a7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04357988) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2da186f7404b8186e0c711c25dff47bc___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x04559BC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2e6374427b52ecb59b2c04bf62918497___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04379090) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ea310989b4040735d8c5fdb3a0bd01e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437ACB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2ef0b6908382251680815e0e09448c3d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DFF20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2f220422eddc53892d4fb73385f965b2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043719E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_2fbff4ffdc136af2e48725cf45b03058___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445A4C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30582d4f5bbcc123614d54cf463b304a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434EC48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_30dabc8065ebd8583e3e2b97e45a260c_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0451D108) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3124a6dc02f073a1564ddf29cc94d660___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044893E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_31b46735722cea14a80407aff7fd83e2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437AD18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3243bc3168fc784f810dfb7dc90553be___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437EEB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_341085001f7709072c3ed1611e4782a4_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x045A0FD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3438e3e92e51f56c43bc327a6402784b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439FC58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357e50b42e48b84a14a502a510eda199___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045777F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_357f905666cb1bc670dd13a8f366a26a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378A58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_35810e2ad71ea3d47bea1495d8286846___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378DB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3623dc1c7c3465d673ada71bed15abe2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CBA30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_37ae3936a0a9750f9498880bf16cb599___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440E320) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_388651b312f7664599271d4126064a0a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D6498) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_38ef174b0679ec4e97ef32884cabb6c5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043ACA58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3a6fb88b16383934773766689c941096___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043ABC70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3be102a5e0885ae52524299bfaff89e3___void_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CC010) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3c0863be1c10d6f062817f22c10d6016___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437ACD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cbd79dc4b0dd3aa982473227d45f34d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B5208) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3cc328e2577c62d18aca005baf68fce2___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x0440FBF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d0c1a1c70ba576b2835b9f2d626c2b5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B5228) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3d8606d65aefa5cbf6be29f7f95c7220___void_{ REL::Offset(0x04581A80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3f1c81379c16bcbe8de7aae163df285d___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378F50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe15f9a9bba39b09b2e0e6a286ee7e7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044A5C50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_3fe8855c582ad4818db8127d5f101b4c___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043D8A08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4010723a9bc4c9c27d84d786ec433385___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440FBD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_40ae8347720c340c54d7f1c2531e5383___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04379050) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_413a87992e00fc77e829e28e3b819331___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE1F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_416a7805e3235ebb5c6d5fa6f4666ff9___void_unsignedint_{ REL::Offset(0x04761AF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_41a9be6db2a2444752c5fc5ca1627725___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043790D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4249b9b19bc5b1622a98ed785ccfea1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE258) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_428154df43af3fa3799842eb26140e9f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560E20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_436c86407fe89527ecac8fd139932adf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A868) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_43b01ea5abdba8dcfaac947ea5a25cc4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559B60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_453701555d3fcfd278924c077afddc77___void_unsignedint_{ REL::Offset(0x045C36B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4539782318d56d3ffffef09202e97003___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C2DC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45a1c977c64277c1110522abf2d13a3e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498098) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_45e39053f42d9b720256f81b7f435107___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043D3FB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_461af4b7b59baad5e744052d9f8d6d2c___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0436EE28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48674e883923988bb8a666d1212739cd___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x044D52B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_487ccbace58a161a58d970cc2d6ec09d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043591D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48bc312f21e42773fec455daaa3523c7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04476DF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_48db963df0a2f599c0840cba4a197dbf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559728) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49e2762e803368cb1398754ad0ee8de5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437ACF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_49f111aaa64df1228dcc3e6b9338bd59___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434EC68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4b2986aa95001deb516f83a402a5a332___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0440E260) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c27e0b3473a7949991869bc187645fe___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455FDC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c41506d6f2306dbb49d5f9d47fedb93_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ REL::Offset(0x04380110) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4c5ca0f428744bc3f1cd9e17db73c31a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440FBB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4ce1996643e600e3df645ffff0fc37ad_const__BSContainer__ForEachResult_BGSPlanet__Overlays__OverlayDataconst_{ REL::Offset(0x0437F120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4d29a31cb11ab152d56d7be7573f5be1___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045C01A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e2e4204b7d57f0b49642e645e18c9b4___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04490580) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4e9dc55bc6f5bd6707d11029fcf98270___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04442400) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_4f9ee906ca1cf1b9fd5854ff7389bb11___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x044512B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_51c786f31fb8fc23e087b38b1ab1287e___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378F10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5254f511ad0f8af8ef811dc192ca425d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04380740) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52d95708bb3b7669deffc9cbddff42a0___BSNavMeshGenTaskResult_{ REL::Offset(0x04378B58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_52e0125b8c47ed04ab23cd4300ca6985___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559B20) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_533beb8e9a79574e6e201b66e91aa175_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459C198) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_53a1002d47b405b51c06f14c1a2c5ecf___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043579A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5495d83b30b7504d63cb030e921abfe0___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498138) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54b8dbb04afc3dca0ae542b763056054___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0451D088) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_54c6194da212d69d8b3c0e2c81c55e61___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04351670) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_559bb14b33232010225bbbce83991db1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04371A48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5614d4d1f337c6edfdab9a2a3495c4fe___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04478938) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_561bb7e025157f6723d23f4d44a93ad3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8900) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_56688ec8a167d3ae42bd3799ff28ba1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A640) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_57fad07556e65f1e264bab0551686954___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043CF580) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_580492bf1d14b2dddf4fcb08ee72f306___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x04768678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58198f01353e9b52ba2a1bc2e6df2600___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043CA540) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58bf800569df02f23a6c04dcf188dbd5___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D64B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58d3d05a1e270c033bc50ff8e3e3bd97___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043531A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_58f708587703dadb5db90b6dfa7b1ea4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04473D80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5b1d677b7756d587b49bebb9c1624714___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bccb03c1eb2bc0cd346788740f7cc15___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440E2E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5bdbd4d88d9e02860a5449b41352bafa___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0434B0D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5ce89b724f785720cc64b83a6ac0cbcb___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D64D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d4655d6aeeab7e5f4c4536ff536ddc6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBE48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5d720cb77a577cc76ae976178f569f06___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045608E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5e78038eb012b5f17362a0033b719e7f___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378E50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5e7a439dfb486185877b549b28b05e21___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0440FB58) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_5fb76a01a6d4c2c185ef8e9087a0616e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044156F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60329aa09dea07eeb0c54854e303efed___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C8488) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_606c6485e49448005248e5ce0ce1def9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C2D88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_60decbef23f71fa390f008f8137f9e39___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043D30D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_61b655f3c0e29206ab2d20806ba87077___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04476E50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_622fd92b9452023734742e4a653c5682___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378A78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_62375efb2b0847b38f278bd404223b1a___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043CF450) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_642704f236e3da5e41d47c506e4c9e68___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559AA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6457a18dd2b8c7f345c05ce5214ae1f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CABC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64dfca84827c265e843e6c785d33491a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044BF1C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_64f4b4856ca6473b369984c60d90deb2___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044D4420) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_652b0a0a023e9e471ef4522e25163b49___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04346270) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_65872e4e460853ed3323afc9a4310356___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043B45F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6640262657f2a9f2e339a1c259a6b73c___void_unsignedint_{ REL::Offset(0x04761AD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67755ec3f0190224242a8b122ea377c3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF6B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_67ae07179908ab48570e896dcee6572b___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045871F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_682aa6dc6a5bd9a3b9c0e60a6fae5341___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045598B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_68c88a660437de30a753dd0be5064944___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559748) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_690d6a1e174f2bf904d39d4d7a869b78___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04453F90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a0f58421d9e0b83c45766e21a232747___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0434B298) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6a265b174f8d22a50bfbc3eaaa0687f5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE318) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6b28e5c8ba0ea8c7b42a9cdf6aee9a10___void_BSResource2__DBHandleBaseconst_{ REL::Offset(0x04581AA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6c2d83a4663d7a913f1a2dc9d512148f___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x0437F080) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d3fea699277679faae6ca79e1c7a309___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045C0120) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d5cad92bde6a1382e1d22f873201600_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459C1D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6d9baccc7deb34ab064233e9130b5adf___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437AC80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6de92d13d5206e131dd45c48949bc98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A5B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6e0abb4c8c2c0b8ce4c4577baf63d55f___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04453FB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f117544ad5643b1981a91160810c20e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044B0AA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6f3758b4e9e73487a06430eb7f717eea___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438D798) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_6fb573db08dadb1ba6bb933d6c88b765___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A828) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7103ace9e224cc9994cf9eb85a7fe475___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044B0A80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_71ed5db0730b6dd8123ff4974a18dc08___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04529680) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7256c4779e428ef6f811d1f7a1aca5b4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445B130) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_72db3d660638c8998f047f507b584102_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ REL::Offset(0x04365020) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7369d7cc719153ed73c643ade53a618f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434F2A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_73ff8e88e19a14b8b10791bc90f807db___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04408E40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_769d78c10d0acbf9e345f03a8e1d33b6_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CFA10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7766224c91fb03c992b1952a59189ad0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CBA50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_776fbf4ee79503e7dc6d2fa596109b97___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378D18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_77f9ab146ae438261f50f5a413a86b1e___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043C8468) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_78257776b8c672cc8242bb9081b45b02___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04379070) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7906aaffda8d9301b65a73a054d90052___BSContainer__ForEachResult_BSFixedStringconst_{ REL::Offset(0x0436EBE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79541eee6ff892efa246db6c66a4eb0a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378AB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_79ae9d299c0443c82a2d50c6d8b59a0e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C83E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a08cedf23d0be6b55dfb0dd57ceadb5___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437BCD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7a60fca23f8894bec552f608b4f5c7fd___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04474158) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7af0957d0aa330bd4baf31f7786f0195_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0452EC18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b10923e4ab245d094d4125bdff0034f___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044A8D08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b283671509d38f59899dbb5055b50cf___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F588) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b7e44435bdfa2bf45ad1400ac558016___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559788) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7b8f0f739c33a3b9c27c13e48b182c9e___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04452678) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7bb629ee252bc75ae651982db09c2b2e___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044888E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7c0d62ddbeea397a4d99274ca474bb1f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436FA80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7c214a0b6db15d9f62b1a210a8d67495___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x04382C48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cb9ad1ce9972d892b9aff6e360c0cb0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378DF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7cee43f891d7ab04a9ced96293df292c___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498118) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7d67c5d95d52176db0618c330e89966c___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457DE00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7da3c3687cac5acd548ed893ed822872___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044156D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7e01a8539411d38a888d9e1709943fb4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498078) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7ec5d1b4cf619f36a20417b38a39d98a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CBB80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7f442629a90675bbe1fba644b198fb80___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04451240) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_7fa4a4f00f24f1241542fb56c7c55389___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04561F28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8051714f4702e96038e62cd736fa3590_const__BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x044CE150) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_81289d8899e71b710306e5e1d79525bc___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043BDB00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_81728be675a8b7e9bf4e178ef878d945___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04378760) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_818f494aaae250cda687695f288bd5ab___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559BE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_819cc83a01ca56260bc08990047a5455_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459C1F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_826d4395615ce45c08a4fbf6eed43a7a___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378E90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_831989ca35fa1da674275e4eb812a7a1___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438D758) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_834df39ca072d36ded81bbdd39c72c3e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04473D60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8456e82c4fea94b295b2e93c34532509___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043C1898) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8467557c7395ec5dd218351e0f4ff344_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E83B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84d14ed93ed3195200be1bccebe802c8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439FBF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_84fec21ef7609aff89802f64f2a19849___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x044CBB30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_85f78faeb513fea10e9b71e3e474603b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043DF6B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_85f87b56d987718043ce0debd8a8af8f_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBE88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_867bda18b5510f571ee11ce2087521f4___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0452ED98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_86df1ede12039233b9422454083176c1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434ABA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_874e9f37a78b5fdc21622bb37fd996ab___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF640) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_87ddd47b8551c826a24e930b1bf81f67___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C8448) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_882a458aa8347c79d10bb401cc3e7c36___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CE198) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_88319781f9a050cf50e49d1e1fe1570a___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498178) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_88946e156d0cda1b8d53bb328cca4774___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436ADF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8934864a76e732ee534c6b518500bc6d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439FC78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_897d45d1fa2b5eb979882c53c0d019e1___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044DAFE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8c4b53cc768336305f446e5ee08d824f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439FAA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8ca6120a61957735631ea11d0b8fe5e5___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378FF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8d0bae776caf2ede223b81999ff709c8___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF660) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8d8364525865d5c78203d307555f9431___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x0455FBD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f5be44bb6693def40b10ffb2daddfd7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E8670) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_8f855bf6e74ca68adb128cc05bc8bccd___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577638) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_914e09bbe0ab08e5618c9d4dd036af85___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A908) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_91b73da0891a178e4288a448cd5ad905_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBEA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_929394e48177d7e03317ce5a999070cf___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045767B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92b1718621ee09200fb3293dcbf9fbea___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378EB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_92e51054ef097e2ac20fb8a1f568b87f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04370DE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_936f5bab4ac015d2673005472ea9ee99___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378B78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93c898bb870e25358514bfefdb669f28___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DAE88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_93ea79b63fdb816f97f995ee1a9ced1d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_bool_bool_{ REL::Offset(0x044CABA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_941eeba356e0a194ddd0c387da972ee8___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560EC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_95646db74aa3d4bcbc9262228ef40bef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043D40B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9714e77159f0ee9226fc44627bad3d94___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436AE80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_972e129c7c6ff2578aeb6c875195d79b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0447CBE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_978b048e7c1b30b78726aa2f165bf666___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x044EA240) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_989effdb2bdcb8996ccfd4594e6ffa0e___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DAA48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9942e2d315b415044ecc79a4c9731e2a___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378ED0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9b09b1a3a379ebb83c8a87ed5c400522_const__BSContainer__ForEachResult_BSExtraData_BaseExtraList__ConditionalRemoveExtraResult_{ REL::Offset(0x043B5138) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9bdc950985687ffab403d8a610e88384___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0458F618) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c32414f10ec95a2bd77ff02830d5a69___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043A7FA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c477fa3c545fca619da17e7a4d8017a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CBA10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c533d2f5940b1c21924c5c3943ccc4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045606A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9c99ff1c3fb477a6e28b277ea6429c6c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437BDA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9cc19972dc9700f5ee4c3045fa04ddb6___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045C0100) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9d232f04870bb1b58093eed7203b355f___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378F30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9db7117a080bbf4492cfcb232a632e88___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B50F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9e63266bb4b227cb82d38ff0fafb98d1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F4A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9ed24d551cdbe89964e5404a4194c29a_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ REL::Offset(0x04769488) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_9eed8e3832a2a80c0a99fc5f547f4484___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560EA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a053b98dc3895e99c9e7d69e00cb2637___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434B7F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a0e4d070b53e594a055a1bbf44fa6099___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CA438) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a16a731f358f49866c763504efbd7bf4___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440FC18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a18172df2a06df07d4f031bc8cdf996a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436A748) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a1928783e0bebb0fb67832f38fdf22fc___BSNavMeshGenTaskResult_{ REL::Offset(0x04378B38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a2513082aff7980972617dcb29cfabf8___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043787A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a49fa89fe742a95c0145bdf6da3f8b61___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04382C68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a63cf8e20171a054dfd24f2c18902255___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CB8B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a66d9331afc88fe3e6ff86b9082608fa___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438E988) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a679797e72c317df838ea0dbb7bcfbf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x045608C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a718d9be826e2e3d1077e78775446c4b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04451330) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a73fd8cfe890fc485eb57cc2880636fd___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04367DA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cabeb8bb23b4917f1377556c82e960___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE178) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a7cc83a521b7e9fd7cd2acd3639646c6___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04380150) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8ab6aefb89125083562282e58afa0c9___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04478858) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a8f3e468cf7982a1d42af4e6904faff1_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0437FD30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a91388966d78271faf1b6b082d966fb3___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378B18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9b935eff5fcadb3ad96c90a32716fdb___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440A8E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_a9df0cebcbc8e6678528dff872453f5b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378D50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aaa3e60215ccb8c602ec2e71d20d5daa___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455B6D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_aaaeb7cc954960ae0b94dca6756f4e68___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445D4E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_abcc952ac02fd4f9ea2f5de1191e5a8a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0437EE98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_acf4d8da9f91248991651cc134d1bee7___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043ABC50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad2c69ae879123fb613fb1d6ffab186a___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x04378C50) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ad9c4739148e2747eb69428af4080a12___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043800F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_adf21fd30cada4cae1c1303dd28b6e6d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0445D4A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae097d9d978f78ca74f54c8243ff79fa___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043B51C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae0ab2ac9caa0f83248cec98f95e8f8f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CE2B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae1bddd8842b286d3b827bab6aec2678___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0451D0A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae595f65d60002db9926b684834e8a16_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459C1B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ae71bdd05ff1bd00d6c24db1b0baf34a___bool_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__{ REL::Offset(0x0455FBF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_af8ebf11a6b5b845e53f80cd8ef0bf84___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A928) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b0136cafd188e4e849a8845f3fd66233___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043B5158) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b0226782964ea931e4fa0fefe0a94c8a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04455F70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b10c355a0a3da9df4c27103134df06a8___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04783250) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2232f38186ac069973a3e464b5fdf07___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE1D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2802105027940d02faff5e27094adb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559AE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b2d015bd7fc4e0006c1f03ba3717e314___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CA4C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4447548b9fcce5dd092bc9fc662816f___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x0440E2A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b4fbf1f061f7df311bd486bfc6c57847_const__BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E8408) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5587446720568179bf542f5a8f7058f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560D80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5907660fbeefc30e8217f692cc594fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560DE0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b5b9b796042db676b0aa152b47005b2b_const__BSContainer__ForEachResult_BGSLocation_{ REL::Offset(0x0440FAF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b613b4685d630864ead9ec3fb90aad68___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04359180) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b64884500d0728665e52c4ab5bfef709___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045C0140) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b7049b70bb0e31461032d1aadd451239___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04371A28) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b75cb96de7926363e417ae692421b578___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560E00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b804105ffcc9f2fe4605c51ff06fcfcb___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04529660) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b94796434e8105212cd735b27994d16d___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043CA560) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b970ea26c875d639171ed6b8b3fb21d3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A8A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9c7fcebdd0973ada22ac11642ad2d4d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04458930) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_b9eb51d49d6ac259a61c352321ab46e6___void_StorageTable__WeakKey_{ REL::Offset(0x045BB970) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacab16709126518d44300ffa9f0aff3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0457F0F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bacd1813e784251c1b8083a4fd3c638b___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04577658) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bafde7bcf9775e5abd22582e199f59a6_const__void_StorageTable__StrongKey_StorageTable__GeometryParticleBatch__Storage__{ REL::Offset(0x047694A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bb2abd5d887c84a389be338f1894f91d___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBFD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc3403215bfe781c73563382f3653a2b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437C4E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bc6663ae1a6110b4fa5345988f2685d7___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043CA520) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bcf9329567c5d7abd32723b067475726___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF4C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bd2051d409cb42394e604ffffd8563be___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043C1878) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be2f419209fc050288740bf8408384a6___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x043CF3B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_be59b1879cabb0710363a7136fbc0d12___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B52C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_bf306037dd1574b67fdc9d1030d36185___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D4400) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c0e1290abe00ae42e3972bf2f71b67c2___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F488) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c1d726db1b1fd933f0266ec1eff779bd___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044CA888) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c23058fcabc89ae6013fc7dca61ff559___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04367EF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c24e9fcc2cdb7f475dbfbd0bee6a52ab___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x044787F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2a6f7ea8d9a4010ba2cdb2b30f93741___void_NiAVObject_{ REL::Offset(0x04784000) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c2f1e2a20d4412cb45a128aa2387bfc3___BSContainer__ForEachResult_SpecialRefDataconst_{ REL::Offset(0x043CA500) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c32c7b133b23a661de3d8cfb32b0e3da___void_unsignedint_BGSFormChanges_{ REL::Offset(0x044CE1B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c33d18a04b29c964f56dce46ad04baf4___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378E10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c444585f34b7bd0aa93cf8cb84c3f04e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A598) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c4598dd6858f3427ab51e38e3745ac38___void_StorageTable__StrongKey_StorageTable__TerrainTile__Storage__{ REL::Offset(0x045BCF98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c498378bb4aaa746506a363ef764d666___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE2F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c58d34348d35a83eed75fbd392feb581___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043787C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c6e602339b9d6f19475a843d41d3bba0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F4E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c77970fc2b190bb4c8a8cbaf7c10e489___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04560880) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c786abb3aab85d744d16f2d4c9865971___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559A80) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c8124cdff0262feff5276788cc2d19da___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CF4E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_c99ba11ff1e0d4e7a0400e1ac209c130___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440B618) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ca7ce368bf9f4c245b056216c5d284b1___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440CE08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cb096e5ef44a8d68002cca02d1630642___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F528) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cc3061ed102981167095ec4cc90c857b___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CE278) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd1c8f667f76b16988c3278d118ed03f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A8E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cd9f3d40da3620d312be4bd5c7bb6a3a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04476E10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cddeac00268058eb01d9d2f46a86cf47___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F5A8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_cea56596a7bf6b8f3f03f03a055d6f51___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439FC18) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d0b72550789284e10d9e27f9067d04b3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455B6F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d21112b271c495a8ed5ff347a5d320c5___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043527F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d21307c36890101c7a4ac6008f23782c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437F0A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d2ce969790d4ad9e716ab890b0f6d984___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437C550) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3154aed8db374fdee18715d8d3a9390___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F4C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d319819b5808f6e328f184776a9462f0___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378AD8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3ad631289f0f6c04396f0f13278b8b4___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044423A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d3d538b656197e2904547fec1632c9c6___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378EF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d497a7c16978735fe89730c6e7c3209c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0435DFB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d4e8395081a902a60bcf22e8dcb836b8___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C8408) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d50cd9fddc751889bde2aec12b9caef0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560DA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d58dd088db15890853401025dafcdd42___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043C8428) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5e7c5bbed7a5f62fee2af6c510322a5___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04382578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d5f1b0f8e7ed6293aaa42bd9101ec0fc___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DA5F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d64c6cb4bfe9425ec5fc505405be281b___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04378D70) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d67d75c80d897b254ba16352b16433bb___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044DB910) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6c855239af4ef92edb7a6d6f8217770___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560D60) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d6e4dd3ae00e6da6023c888134431241___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04476E30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d82373da6b80099d45bbfa0cc1d51d5a___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D88E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d90724c83313f126923a388aa3ecd474___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04498058) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_d962c71c35281a4b6f30b2b78343d459___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0449BEB8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_daddd3849f68a74faef663d45bd9ca0a___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x04370A00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db439e3432bd31a7ca80dc58d14ab900___BSNavMeshGenTaskResult_{ REL::Offset(0x0434DE48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_db512c1b5e0cfc051ec18f3cfe5b84df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0436AF30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbb0fa3eab6d156ab66c43eadc59fa41___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043CE158) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dbe8aff1ce6352673983f130519282b3___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D8130) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dcabf96f02e0b678433bec7e47eed588___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559AC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dccb5eebb1a44bf2fc1ea6cca9ea5b0c___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04458980) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dd5f579a0d9a969dfe5beef29bd123a1___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A8C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dd60852b5128bbd4949c90dfe7115e40___void_unsignedint_{ REL::Offset(0x04761BD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ddd18ba27669f7e5ae93dc08c4797bf6___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044788F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de250dbc000dd54901f881b12c7189dd___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D5FC8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_de5429d393b2468989e16698d3134995___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043B45D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_deacd550af1a705bf8593eaf7a8e3797___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E28D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_dedd18e88599ca51e5b78587597ba980___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378D90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_df1fa3c3d114df2c43e9bd1dfceead29___void_unsignedint_{ REL::Offset(0x04761BB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_df7e21ef64d91af84fb991f64c8f6c6b___BSNavMeshGenTaskResult_{ REL::Offset(0x04378C90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0a9352455c5350e811a1ab1b645c9f9___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043554E8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0aa2d2734b0569f1722bea13a1c3730___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044A2968) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0e0988521d5aac58f3d60049faf4658___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043720C8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0e2e0af5a168fda1fa4a6f242d7cda0___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044DBE08) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e0fb3f35537817c46b61583258090e2f___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0437ABF8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e1040c1027634b4b09fa826c65159080___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044E1588) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e196071e2fdfa6ab26c22183bc2e77da___void_StorageTable__StrongKey_StorageTable__ParticleEmitter__Storage__{ REL::Offset(0x045C0180) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e19c85d2d1b35939739936325dfce6b0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0449DA48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e398c776cf0e02d6eb33d00fb747d510___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0436EE68) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6014f647bef807ce2904012759590e4___BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x0459C218) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e668226a9b304c66121632f6ac9385df___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434E180) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6f75d128484016949aeed29cf040c33___BSVisit__BSVisitControl_NiNode_{ REL::Offset(0x04461480) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e6fd0d75dbccfa5f5130665cb43e2778___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04451290) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e799686088b43a38ecd2a2575c0f6e4e___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559BA0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_e870d8ff9d5ee744e27a42aaac9ec733___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B5268) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ea9cbdeff3dfc6a0e3bcc9726d7c2a38___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBFB0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ebde0fe2e219d3a630eee4f8816e0391___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044D4298) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ec7def91b02ec00feca78220118d2910___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0434F2C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ecc25bdf17c2079f2f501267c48023a1___void_StorageTable__StrongKey_StorageTable__MeshInstancePatch__Storage__{ REL::Offset(0x047773D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ed01a6560f21fae9b784495d3687b68e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DBE98) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_edd59c5bb2ea1580571d40f27e2935ab___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x0434EC88) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ee2366f95ce59c15737466132e946381___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x0438D778) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_eea182f9750d9270879e37d521ef2593___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E28F0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ef95fcedba0883b8be9ca3d74d3884e4___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044980B8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efda35266135962359fcba8b60b9d05b___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x043CF5A0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_efe88580cfa743f4eb4eb11fbafc3531___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559B40) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_effc39a5b40b1feb420fbd9f54612414___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CE338) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f027ef4535e7f8ba21c6f0a3e51ca9e9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043E8630) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f1d4657a534983bce132f819c6d6b59d___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044980D8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f273285a7a8ed8e08d52b2445995192e___BSContainer__ForEachResult_BSComponentDB2__ID_BSGalaxy__BodyDrawDataconst_BSGalaxy__BodyDrawDataconst_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044DBE78) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f2bf4a130caaf7aeec9e53d0714e30c0___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455A578) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f30aa53013062ab7878c312256024b2b___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x044C2DA8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f39ef70a0aebeb4bbd4fd1c7d756827f___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0437BDC0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4c1108bfdf46857549b741d5cfacbb7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E8570) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4dcc50cd6affb0842b3cc17c91741b9___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04380170) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f4e5eba53c82253f3fc640286f8b6c9b_const__BSContainer__ForEachResult_BSTSmartPointer_BSNavMeshGenContext_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x043788D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5017b5c90df11f26200f5792e372eef___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043E2910) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5153692a6f0ba485834213bedf89705___BSContainer__ForEachResult_TESObjectCELL_{ REL::Offset(0x043CDF48) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5253d56a669d0deff754b2b3a3fcd7e___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x04378F90) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f5acd20554f38feb2b1740de5986d967___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0439F548) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_f9dece8f7f28adcc45a92f63a2198d7b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559708) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fa498f13c21e8ed41bb1ad9103c43846___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04559B00) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb36e8493d592dc4f06c8d965afd4b2a___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440E300) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fb9887666707074059dd8bf6ea726fc7___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043B5248) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbac9546f77ee3e5774f40d67186dd2c___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x0455B3C0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbb9f4f7be975c3d1bbf66c33e09dae6___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D6478) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbe168c3403a6d0de1f676e2fa99f84a___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043787E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fbf3e47efd05f04ded278e9872d48e72___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x045760F8) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc1848ffca7065389a8d2cf154909d31___BSVisit__BSVisitControl_NiAVObject_{ REL::Offset(0x044D7F10) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3af87b0fdbb42e3ea3bdc7b1a37fc3___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x043579E0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fc3f8de651eccebc8ebd92f1c5351ee3___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x044CB8D0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fd1feeaba14daf68c0341b7a5efd7384___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0436AE30) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fd60d4032fb6f23b16457886195ba07a___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x043CBFF0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fe6a9c72078bf0f830718ff51d02d4bb___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x04476DD0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_fed4da47ec48c9da5ee664cc1dbba977___BSContainer__ForEachResult_BSTSmartPointer_NavMesh_BSNavigationGraphPolicy_const_{ REL::Offset(0x043790B0) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff4a700bc0743ad3c653f96d6529e36b___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560600) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper__lambda_ff674910e530e75b23aed38f42c3d2f3___BSContainer__ForEachResult_TESForm_{ REL::Offset(0x0440FC38) }; + inline constexpr std::array stl__local_function_detail__LocalFunctionImpl_std__reference_wrapper_std___Binder_std___Unforced__lambda_fdb39fee3762419d068faa9a35b898f2_const_std___Ph_1_const_bool___BSContainer__ForEachResult_NiPointer_TESObjectREFR_const_{ REL::Offset(0x04560E40) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSActivity___void__BGSActivity_{ REL::Offset(0x03EF2D98) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_BGSSnapTemplate___TESObjectREFRconst__BGSSnapTemplate_TESObjectREFRconst_{ REL::Offset(0x0445A6E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_BSComponentDB2__StorageService__DeriveReferencedObjectsFunctor_BSContainer__ForEachResult_BSComponentDB2__ID_BSComponentDB2__Detail__ComponentKey_BSComponentDB2__Detail__SortByTypeTraits__BSReflection__PropertyPathconst_{ REL::Offset(0x0458A4B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_Main__Swap__3__WaitOnRendererhandler_void_bool_{ REL::Offset(0x044D4178) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_Particles__ParticleImpulseEventHandler_void_int_NiPoint3const_NiPoint3const_float_NiPointer_bhkNPCollisionObject_const_unsignedint_{ REL::Offset(0x04598B70) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachNode_void_NiAVObject_{ REL::Offset(0x043721C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachPlayer3rdPerson_void_NiAVObject_{ REL::Offset(0x04372270) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueAttachRefr_void_NiAVObject_{ REL::Offset(0x04372240) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachAllNodes_void_NiAVObject_{ REL::Offset(0x043721F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_QueueDetachNode_void_NiAVObject_{ REL::Offset(0x04372190) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_SaveLoad__HierarchicalChanges__SortResult___unsignedint_BGSFormChangesconst__SaveLoad__HierarchicalChanges__SortResult_unsignedint_BGSFormChangesconst_{ REL::Offset(0x044CE120) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_Workshop__WorkshopCodes___Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst__Workshop__WorkshopCodes_Workshop__RootWorkshopStruct_WorkshopOperations__PlaceTempItemDataconst_{ REL::Offset(0x03F2BC28) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_00086f1814bd1228259172da3960b7ec__bool_BGSKeyword_{ REL::Offset(0x04487850) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_000bf5f288275523a1828b441b48d9f8__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ REL::Offset(0x0447D8E0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01167f7003849cacd78b31e3517a0fe4__void_{ REL::Offset(0x045610E0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01799a7df89d7979a805eeabd27a29f3__bool_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A0A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_01cef7a138de3dabdbc6b7ba0d6ca18b__bool_BGSPackIn_{ REL::Offset(0x04452B30) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0254e379e30b8e7ac8c22d3e691a513d__void_{ REL::Offset(0x04561200) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0502baa5d3d3c955125444c54143d5c3__void_{ REL::Offset(0x04561110) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0835f005147c3f8dcebd2026c17de58d__void_CreationRenderer__Messaging__PipelineGenerationFinishedEventconst_{ REL::Offset(0x044D3D70) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08639be7a53ba5d590d15bc9192d2313__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x044D3DA0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08926fcea7cbdbd8c9e74a2a94f0e27d__bool_{ REL::Offset(0x045C93A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_08b23b48494380212cc4d05d6afcee18__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E82E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_09a0dce7dc3ee8d53670677a1641b63b__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6EE0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0c54a723537f9e4dc618eef4dd27a74d__void_bool_{ REL::Offset(0x04477448) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0c93912eb3805fc80fa5da712bfcf189__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x044802F8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d4523a3d4673b46708b576f5cad183b__void_{ REL::Offset(0x045B31A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0d9d35855347db46b55b5a936f0433c0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04483350) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_0eb2e57dc71055957aca9c9a9f803e4d__bool_{ REL::Offset(0x045BBD18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_10379c76e4f228754b3b6c273bf4f335__void_{ REL::Offset(0x04575358) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_103d914cc5a638666c8058f71e6f6e9d__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x0437F050) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_121d62fa4df6b9a7959e69dc1c3b63f9__void_{ REL::Offset(0x04369590) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_122d38d74deb93e6b3f8acc98c560dc2__void_BSStaticStringT_256__{ REL::Offset(0x044F1070) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1236ef6ad4f6311ab6a3bec5660d789c__void_NiAVObject_{ REL::Offset(0x044CAB18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1268cd62e8fa7bcfcd4eaeacaa259a31__bool_unsigned__int64_bool_{ REL::Offset(0x044D0938) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_12f8c0b5070c82e27c1c8a4e9c533d41__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ REL::Offset(0x043D2E88) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1347cfa23a836c5ef60c86635d3e0065__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044833F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1371eb54fcafee2cf15c62cb52d20a39__float_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A0D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1443a10da0f98988b2012de4d7c37060__void_{ REL::Offset(0x04561170) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_15bbf27b1cddcb2febe9ddc7f95345f8__bool_{ REL::Offset(0x04477308) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16448b3f08ee24976c08b43ed6810c03__void_CreationRenderer__Messaging__PipelineGenerationStartedEventconst_{ REL::Offset(0x044D3D10) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_16c5a1ccdfb4fcf33f03a8f73f99aa90__bool_NiAVObjectconst_{ REL::Offset(0x043786A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_186b5b50d257de5373fdf46be72ff762__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B7810) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_18a949db337dd7881cb589827b826497__bool_{ REL::Offset(0x04586750) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1a27c95861b0ec043340e44d179cc64f__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ REL::Offset(0x044D0C20) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1b14925f3a94d9fd1d6d8e1238839d6e__BSContainer__ForEachResult_BSReflection__ClassTypeconst_{ REL::Offset(0x0458A4F8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1d7d981d80a347632fa6cd3bdc83b824__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3C78) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_1dbfe0502b50cc5402d706dd2b02536e__bool_BGSKeyword_{ REL::Offset(0x044CB920) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20bf332be579504ffe1ab7c2c40ca404__void_BSStaticStringT_256__{ REL::Offset(0x043C8378) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_20e695be180babaa2f0efc7af1061644__unsignedint_unsignedint_{ REL::Offset(0x0438F190) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2168caa9a6bc85680bcdd3998cceab5a__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x043BE308) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_21f3782931c9c57de066d34bfcd5e982__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044BAB08) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_22607e07a0840e09ab51023cacac722d__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB148) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2264e422a0b16a70f4541e479aeaf915__void_BSStaticStringT_256__{ REL::Offset(0x0455B400) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2485cb0672ec0a68c695886ffa2f5b79__unsignedint_unsignedint_{ REL::Offset(0x0436E840) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2657c88ce0ef28ff54922ae8c3cbd76c__bool_{ REL::Offset(0x044D4090) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28951655be3f278baa91ce83b8f94848__void_BSStaticStringT_256__{ REL::Offset(0x044155F8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_28a967846f024ce4d91bb695d37e5dcb__void_bool_{ REL::Offset(0x045BAA68) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2909d6439ae9d4a36b76f19293c94552__void_bool_{ REL::Offset(0x045BAA98) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2998cff75e35e439c4b68fe982e831d6__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448ED70) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2a2283f200c53907148dd57e14d93d7d__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BA960) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2ac5ed67a098fc1fae52c23e7bba6ae7__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044CBB00) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2acfb6589b54843787c6c98a720581d3__bool_{ REL::Offset(0x0459AF20) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2ae2b3cd2e7e3a655c3f927d5bfb5547__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E8380) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2b451b28c853cd5b2dc613ba3e32af4f__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BBF60) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35a5a6e01218dab11e99e63de9b0b9__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ REL::Offset(0x04380860) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c35d741267101150287c75ac02f2f09__void_unsignedshort_{ REL::Offset(0x0459B130) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2c617eb673117709ab54dfe69fb91ad7__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ REL::Offset(0x045A3FE0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2d04252176104ccb7eaa70799f289905__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04483320) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e5440976858adfeae527ec51e4b781f__bool_{ REL::Offset(0x0457DFF0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_2e62bb33cb0e5277697e4d03a33f835f__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AAF98) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_30c8ea1ae5118aea8f9a19b274c61d7b__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x04381B20) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_337f04fe8868edf8e87db0b686076c5a__unsignedint_unsignedint_{ REL::Offset(0x04380830) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_339c0a9f5020a7622d54c3c029d68187__bool_{ REL::Offset(0x045A7A20) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_343cfd094cf3d3f1356eba84b227d9b6__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B35C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_34e4fe78be5811c30565099d6f34b524__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ REL::Offset(0x044D0C50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37eb70513a53dd45fc6db791dd6688ac__void_BSStaticStringT_256__{ REL::Offset(0x044539C8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_37f201133a8662a77aa70635f17e403f__void_{ REL::Offset(0x044D41E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_39cecee104a4409feea02f89974f5508__TESNPC_TESForm_TESActorBaseData__TEMPLATE_USE_FLAG_{ REL::Offset(0x0436DAA0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3a2e21c0c173550b868a2d14eda52da8__bool_{ REL::Offset(0x0458BE68) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3a49efd97bcbb082b6310c5a4570db83__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04483480) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3aea95e7195cb9814428f33d58add665__void_BSNavmesh_unsignedshort_{ REL::Offset(0x0459B100) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3aeafb4b4e5c7c8a9c7385e879a60ba5__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3BE8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b020607b93e694bc94c093b9212e455__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BBF30) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3b67fb894c6a84629b87fe8da1a34797__bool_unsignedint_{ REL::Offset(0x0455FCA0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c4960fcccbe99d415b9f4cd28713921__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B7910) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c57811e3b9205e98ffe7b5ff788bc5e__bool_NiPointer_BSProjectedDecal_const_{ REL::Offset(0x043808F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3c5c0224b9b9a49bd8b12f141cf7977e__void_{ REL::Offset(0x044D4218) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3d647c60d0cab34bf444f1262c83b7cc__bool_{ REL::Offset(0x0434E670) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e09c6d81a47d5c855137fc678faef08__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A138) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e4253cdd006926845049a6c0b89045a__void_{ REL::Offset(0x045B3240) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_3e5f9996767278ff779fec4b582ccf55__void_BSTSmartPointer_BSResource__Stream_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x04582440) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_404efeadd3623c3b849355cdb2c54750__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x0434E5C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4058d4b63f270b591796ab7f2ce7f895__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x044802C8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_40cf98ebdbe371db7b1cfc2dd3d6b8dc__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB0B8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_414aa9c24b493eb32ecd4f57f25a590a__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448EB80) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4281e7afea28c147b96b9f00f0a0d162__void_{ REL::Offset(0x04346A50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42b5f976b63a2765569d420f9c3e49e7__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448EC90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_42dd61a4020243c32d7083f0d2b158aa__void_charconst_charconst_{ REL::Offset(0x043E8520) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_43877d0bccc29c8c245b08a9e32729ee__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448ED10) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_44405b8b0281a0d04b419ddfcc24a714__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x0458BD00) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4527d017baa4fe9abd624680bc871fda__void_BGSTerrain__ClipUpdatedEventconst_{ REL::Offset(0x04452950) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46df01119a05bb0533bc8aa09b6fe23f__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x043808C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_46f4d8b89b9661774786d0b5d988e7bc__bool_{ REL::Offset(0x0434F150) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4843ab600520eebf05b3dd9713207dad__void_void_{ REL::Offset(0x03F01B80) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4906920ff735a23f5bf050a1251bacc0__void_bool_charconst_{ REL::Offset(0x044CFA78) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4974f661214caca3ec4302bea8022f66__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0436E780) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4a52443efc63359fda5665fde4d6e535__bool_{ REL::Offset(0x04591A18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4b4dea661b9f67b8e25db54350a00034__void_{ REL::Offset(0x045611D0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bb5d199ef2a5e12f8d2d4bad48b9700__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ REL::Offset(0x044776D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4bfe512b5049d6e242da08a10aa05f08__bool_{ REL::Offset(0x0447CD20) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4c5b7cb34af89ce15d80415ac9c6f853__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3C48) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2107cd273c2333b431640bfa43296f__bool_TESObjectREFRconst_{ REL::Offset(0x0445C268) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d2dccaf3c4d8dbdb45ba86d69112447__float_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A048) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4d5687613608774923f0d4d1a95907bc__bool_BGSInventoryItemconst_{ REL::Offset(0x04483890) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4eb0a4f4448320bec700fc5ba4fa5da9__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B8320) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f12ac1aebbc92986ac4d59d455dae36__void_{ REL::Offset(0x0457E020) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f63b3f9f383d78af50ba7f24bb5ddf8__void_{ REL::Offset(0x04561230) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_4f750d4125d61a4ddf88180a365d057c__void_BSStaticStringT_256__{ REL::Offset(0x044D1230) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_518352090d6efc2c0548917818b49f8a__void_{ REL::Offset(0x04351690) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5267de136a1e8bb044e7da014b1fd754__void_{ REL::Offset(0x04583330) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_530a50fa31efa9f6ac7fc8738ec961b0__bool_{ REL::Offset(0x045B2E90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5404d817e82a765921c9b418bba0dbd0__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04483450) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5429458c9475d32d90901a8732ff8acb__bool_{ REL::Offset(0x045610B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_552e2cbc9c4c87ca36a0ada5492d54c9__SAVE_ENUM_{ REL::Offset(0x044D0BC0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_561ea1900c48c5b3e88de4f4c8213f3b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB088) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56b465e38e4f9b21d88676309d608272__void_unsignedint_{ REL::Offset(0x045AAFE8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_56c4eb5f79ee2f4cf77c24317d9677b1__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x043CF3F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57370c14ce71b7487afd52140e2c048e__void_BSStorageconst_{ REL::Offset(0x04582490) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_575d760a7115a91c77d23fbd86cde61b__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BBFF0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57633ed58f7f3c256066798b339bfa77__bool_{ REL::Offset(0x0455D508) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_57c7f8bfcb827ffd125989cd06ef4b2c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ REL::Offset(0x043D2EE8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_58514587c0a448dbffcee329cad3b152__bool_{ REL::Offset(0x044D0908) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5a7f328cf70cc62cf852c8f36b8f32af__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044834B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5a902e5e1195be3b23d0b81066d09e9d__bool_BSBind__IControllerconst_BSBind__IControllerconst_{ REL::Offset(0x043BE378) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b3b8ec6c32947a89ae68ac39893bf48__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448ED40) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5b7caf2529c0f6e15883016733c4f1bd__bool_BGSKeyword_{ REL::Offset(0x044878B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5c58adeb7c4fa618c10278c898b3c5e4__void_{ REL::Offset(0x044CE758) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5d530634592c508855606f627db11e8d__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E84C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5e367c708dee9b88248e83945e341ca9__void_bool_{ REL::Offset(0x044774A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5fb8c439824da44cbbbd6ac0aa607fdd__void_unsignedint_{ REL::Offset(0x04452A70) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_5ff8d7d6e73a01e72a1300b5fc999d5c__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ REL::Offset(0x044D0CB0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60125479b4034c92ed558fd553c2b244__void_TESObjectARMAconst_{ REL::Offset(0x0434AD20) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_60287e3b6a362e8ff7a279c119019173__BSContainer__ForEachResult_BSNavMeshGenVertex_{ REL::Offset(0x045A5618) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_604b4ffc5bf3fbc12c6e3d71b9403d69__std__basic_string_char_std__char_traits_char__std__allocator_char___{ REL::Offset(0x045AEA80) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_61d7ac73253a59e99c4d426f17222c97__void_bool_charconst_{ REL::Offset(0x04482D80) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_620165e9f3b9b247d5325f815b722a02__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0436E810) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_62039576da9c95b67bdaa2d6af623bc9__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E8460) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c5e7bca5794ee2c1877d5775665d2c__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ REL::Offset(0x045BC980) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_63c953e8e3a7b8894b9560901875922d__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x04364FF0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6419d222f307b26727d5afc8158202a5__bool_BGSInventoryItemconst_{ REL::Offset(0x044833B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66468165f7d72fbcf5f9e2e21dcef51c__void_{ REL::Offset(0x0440FA08) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_66b66cf91c0b94550c652a17d3900908__bool_unsignedint_{ REL::Offset(0x04763688) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_67c9a5a9aefda374549bcb7b1783f1b6__void_BSStaticStringT_256__{ REL::Offset(0x044C7C78) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6874c953cb6cc4c5433c108c6334264c__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448EC60) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_68d751ed552dfc5fb570b7f60ee311b8__BSContainer__ForEachResult_TESWorldSpaceconst_{ REL::Offset(0x043DF6D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b102d2206af3808f25aff916cb5df57__bool_TESForm_{ REL::Offset(0x0436AD98) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6b752a4f5750009e5f9aecda6b1d9643__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2___{ REL::Offset(0x043D2E58) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e2dd2afd0d7b8ebedec23c4f9231bae__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BA900) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6e6735dab2c6113b7ac75fd3f2f02019__void_BSMenu3D__Sceneconst_{ REL::Offset(0x0458F638) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6eef44901beacf81cb096d95c3e09f5f__bool_{ REL::Offset(0x045832E0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f1e167e2132561dd3f27a432578bf84__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x04452AA0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_6f2c5a8377320a2b6cb274dc99ed250c__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AAFF8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7167c429c41a900cadc908ea77bd7e68__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x043BE2A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_71fa70446a6b9859b5fa7918f60a6a55__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04483380) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_724b496bbd992b90634d8c956c3d9cd1__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__ReadUtil_{ REL::Offset(0x044D0BF0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_73799aed8d7efc7a6d68931465f3a328__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x0451D908) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_738a72f25cdb7aa7fbbaa2f21c550ef3__void_bool_{ REL::Offset(0x045BBC18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_747c38f3ba876e4b6378dc03220757a4__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B78A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_74f300ce3628fa56811ed01e98a72fe3__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x04587498) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_75474153b2f4c50a360204506750a389__void_NiAVObject_{ REL::Offset(0x043722A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_76326d5a3bf8e0e4f93ea7229158cfb2__void_NiAVObject_{ REL::Offset(0x04346020) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_779ee9876f9a4f7890c94cc80d9f720b__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB028) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_793667a4f117beaa91bfebd7e66db2d6__void_CreationRenderer__Messaging__ReflectionProbesRenderingProgressEventconst_{ REL::Offset(0x045862E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7966792179f68bed68993d8c9e07010e__void_BSStaticStringT_256__{ REL::Offset(0x04453798) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7ac6b5969c846ed874bd27f8e5e4ed6d__void_LOD__Commands__LoadedSceneBlockAttachedconst_{ REL::Offset(0x0437FD90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c4c8b10160eb75a37807118c90d4f49__BSContainer__ForEachResult_TESAudio__AmbienceMgmt__AmbienceVisitDataconst_{ REL::Offset(0x044C8B38) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7c85d6c9e2674859eb0c15204d8838bd__SAVE_ENUM_{ REL::Offset(0x044D0B00) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7d3649fcc1a1aff4daa1138792583aff__void_TESObjectARMAconst_{ REL::Offset(0x0434AD50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e3b63567ef85183a34c175965ad56cb__bool_BGSInventoryItemconst_{ REL::Offset(0x044AB1B8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7e5f0baa12e7f9b4055622a76864e4bc__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BA9B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7edfeafb71316b953636dac844696c1c__void_{ REL::Offset(0x045611A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_7f6a5327ffb07f467d857f3e8b0d88ea__void_bool_{ REL::Offset(0x04477478) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_805102f66b0240e6f53a1758b8d85d44__void_BSStaticStringT_256__{ REL::Offset(0x044C37E0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_81b97578f49aed0a1d1be87eefdca327__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B3C18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8291e7d1e643b42ca1ce574da97d71a6__void_{ REL::Offset(0x03F01B50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_83228557b3ac5a24221bc7896a2dea73__void_unsignedshort_{ REL::Offset(0x0459B0D0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84087f1fb5db3e12da1a09140c7e9109__void_BSStaticStringT_256__{ REL::Offset(0x043D9AC0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_844ca2ccb09ee89b4ff84347ca17a9a4__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ REL::Offset(0x04452B60) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84a52b129968f2a0cb6ff6f19340794a__bool_{ REL::Offset(0x04561080) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_84ad2a449866f0ea8df6ce7983722bec__bool_TESObjectREFRconst_{ REL::Offset(0x043B5178) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_887bcfd07a26cb7ea41314189b79c31a__bool_{ REL::Offset(0x045A7498) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8cb058f499e042b797982aa74f48ebf2__bool_BSNavmeshTriangleconst_{ REL::Offset(0x04371A68) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8d61f36d21704dc5201822d1e4c4e44d__bool_{ REL::Offset(0x04562420) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_8e7eacf3183aa0a5a7a8a0c4e3866b6f__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044CBAA0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_949be1b37be2bea0c0b84815df301345__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E8288) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952e549459e3502f4458ef5c1b18881e__void_BSStaticStringT_256__{ REL::Offset(0x04346080) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_952ef03f078acea5437d1d3b50b4719d__void_BSStaticStringT_256__{ REL::Offset(0x044F0F90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9651d9c2bdf306fa4698e74bbd2a7401__bool_BGSKeyword_{ REL::Offset(0x044CB8F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_96c77803b64b7744093aba51c1950724__SAVE_ENUM_{ REL::Offset(0x044D0B30) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_978fe36f2c1b6561cf78fc95556ed9ab__void_unsignedint_CreationRendererPrivate__ApiAbstractionLayer__BLASGeometryData_{ REL::Offset(0x045BC950) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_981b556cd9ca38d4d034536a593d0ef5__void_BSComponentDB2__ObjectDestroyedconst_{ REL::Offset(0x0458A670) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9855c19af80215c9d813c96e5c08e8ba__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x04483420) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_990742ff6b40925894b500af5c70bf86__void_CreationRenderer__ResetCullingMemoryRequestconst_{ REL::Offset(0x04762E10) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9aaa4377b41bd31e4aa8f08428ae06b5__void_BSStaticStringT_256__{ REL::Offset(0x044F0FC0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9adf294429d45cfb112e023183e39aca__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E8490) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9b11a69c249cb07cb42de5b126b00ca8__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AAFC8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c1f7638e206b8db0e4d56698ddc0f93__BSContainer__ForEachResult_BSScript__StackID_std__variant_BSScript__GuardManager__LockedGuard_BSScript__StackID__{ REL::Offset(0x045AAFB8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9c827b0199d443c0ff8cd0bfa4aeb28a__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x04497468) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9cb7ac6322cbbdb26c96973d5ff11ae8__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x045867A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d0dc88d72c8a7d03d9458f97c5b31f5__bool_{ REL::Offset(0x045BAE10) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9d6a75030173bb87b44415f71c92bf93__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x043A5D50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9e832bb065763b3918e32e30a9e0cca8__bool_NiPoint3const_{ REL::Offset(0x043CF470) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9ee3e991d8c5dd54d9163f0e96ec10dc__void_BSStaticStringT_256__{ REL::Offset(0x044C8B08) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9f998e929b8677d6ce7e6e202878cfb8__SAVE_ENUM_{ REL::Offset(0x044D0B60) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_9febc63fcd3c6db3a88a3b39662158a0__float_{ REL::Offset(0x04380890) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a0019978b21984b327a50d61fc7f187d__void_LOD__Details__PropagationPayload_{ REL::Offset(0x04452A40) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a116a4b9bd5bd99e41fcdd883b87df96__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BBFC0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a2119e1b086da763b7c110f07b0ef1c0__float_{ REL::Offset(0x0438F1C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a3aed24d809488de0f19c5537ae368db__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BC020) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a50d0698c15178c68cf9c94f2a9322cb__void_BSResource__Server__Commands__NotifyCompleteconst_{ REL::Offset(0x04583290) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a570284a41eb2c49a4be49de3dbf47d4__bool_BSPointerHandleSmartPointer_BSPointerHandleManagerInterface_TESObjectREFR_TESPointerHandleDetail__Manager_TESHandleManagerTag_2097152___const_{ REL::Offset(0x043CF420) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a7d20714e2bedf05a2eaff1a14cadb0e__bool_{ REL::Offset(0x045A74C8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a92cb212e0c9e4029c20a1608aaad2c8__TESObjectREFR_TESForm_NiTransformconst_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPlanet__ProcGen__ReferenceCreationContext_unsignedint_bool_TESObjectREFR_BGSPackIn_bool_{ REL::Offset(0x04452B00) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_a98af305c72ec1d7d42a50f119da401e__unsignedint_unsignedint_{ REL::Offset(0x0436E7B0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aa321167f73bc4314b494422307fd3cb__bool_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A168) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aa5a7c9ec632aa41eb9d900b683e59ae__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E84F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ab2956ef3874c7327baac4a4fd1e0587__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x04583220) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ad5325dfce933c193059c2263bffa9a7__void_BSNavmesh_unsignedshort_{ REL::Offset(0x0459B160) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_aeaa890bbec529704a23057acb63055e__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB058) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_af37dbc58291228fa17575f3f5514807__bool_{ REL::Offset(0x0434E738) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0651812a17537ef4a7a2b5bd049f263__void_NiAVObject_{ REL::Offset(0x044D6128) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b0daad66d9ea9cc2f9bc1e8091c642a6__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B82F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b287914ef1b9c47e50401af9d37be0b8__bool_{ REL::Offset(0x04381B50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b2e6d265e49f3f259f8d93ac906833e6__void_BSStaticStringT_256__{ REL::Offset(0x044C8B68) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5062a6341f584318813928e08ec57c8__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448EBB0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b5af0774f897d6f73014029542b2d196__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044832A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b619c8a6435cceea64892dbd0c2b6f58__void_BSStaticStringT_256__{ REL::Offset(0x0455B430) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b6894088232929f5bbbfcddc852fc813__bool_TESForm_{ REL::Offset(0x0436ADC8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b8adb9b94d348bfca5f7430c346d4c13__void_bool_{ REL::Offset(0x04458530) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_b8e9bc5d147114a6fb0aa17f9191600e__void_bool_charconst_{ REL::Offset(0x0447F1F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ba8354cb34924f6ee87eab8c4251bb03__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044B5358) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bb06f8cde39993cad27f205f1e9dd8b5__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044B53A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bb82b45a7dc31f738908214ece7fd73a__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A79D0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bd28f7dc0da84c9316956f381f885024__SAVE_ENUM_{ REL::Offset(0x044D0B90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_be99175c1a3fb92882a59897d02d0742__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B7870) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf6360a1480758b64aee1820e8698c21__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045A6E90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_bf7be3e2469839c1528a7daa967ecabb__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB118) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c00da64bbc504913d17fb4a7345f186f__void_BSStaticStringT_256__{ REL::Offset(0x043AD888) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c04ec9b618c631b95963f0d6e486d467__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0437F300) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c0978bec8811153aa41dd95c214757a8__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x0438F1F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c2a9287d208da64d9451b8eea3e7022c__bool_BGSKeyword_{ REL::Offset(0x0448F610) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c35d4d124ee333af5f6d11bdddd65015__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x04350BD0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c3e512cf5ac9273a691e1c4536cff24a__void_bool_{ REL::Offset(0x044774D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c4eb954fa3250d975daf6a1f4c2c9e69__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E82B8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c6162a2cd2fa0ab721881ff296ca51b1__void_{ REL::Offset(0x04560550) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_c92fc5f4e33427213723f154199566d3__void_NiAVObject_{ REL::Offset(0x04372160) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cac117a2ac663b225e9ccf722f18bd83__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B53D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cbf98e7aa7df6dcbb409533a83a2c2f2__void_{ REL::Offset(0x045BAA18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cc06547d5a9fa678c9e1b59e1047e1e2__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x04497498) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ccb0995f66872967e3496a27cbcabf31__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BA930) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cd1b219a9894caa48fd3c6139cae94b6__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BBF90) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_cff7ac17f3ff33ee1068cc49ca8c07fd__bool_BGSInventoryItemconst_{ REL::Offset(0x044AB250) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0433be74cd6b285a703c61ddee73707__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044BA8D0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d0850e7c8da20129b9a2fe8547abdc22__bool_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x04389FE8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d15581431c682bfc2a431b1212fabb23__bool_{ REL::Offset(0x043511F8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d171162562a65c2174a62885db0a1980__float_{ REL::Offset(0x0436E7E0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d1efb26eddbf0a1e02f7572dcc3f420b__float_{ REL::Offset(0x0436E750) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d24918deb50f3d0fe878ca9e78bdf67b__std__basic_string_char_std__char_traits_char__std__allocator_char___{ REL::Offset(0x0447D1E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d29174c7ab176ffdadbee3a5e10d20ff__void_BGSSurface__Blockconst_BGSSurface__Pointconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x044D5190) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d30b3d2bf0d81ab8d81fbb2e6bc1e2bc__bool_{ REL::Offset(0x0455B718) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d35bae9f9bc5a397e81bcc51cc423197__void_ParticleSystemDefineconst_Particles__SystemUIDconst_{ REL::Offset(0x04598670) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d5ab17ae024e850c200a956be059431f__bool_BGSKeyword_{ REL::Offset(0x04487880) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d7b085274860d2135a602745c1b3d991__BSContainer__ForEachResult_BSGalaxy__LonLatconst_{ REL::Offset(0x044D51C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d8ef1d42174594208bda38c6f7653f0c__bool_{ REL::Offset(0x045BEC60) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_d92c96b2f00a2de51e16165ba7693893__void_bool_charconst_{ REL::Offset(0x044C2998) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dabae78fc584f28522f91becb6a557a3__BSContainer__ForEachResult_BGSPlanet__ProcGenDB__PlacementDataElementconst_BGSPackIn_TESObjectREFR_TESBoundObject_NiTransform_{ REL::Offset(0x0434DDB8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dac31f85bd92ddedd5f880cf06c77d81__bool_{ REL::Offset(0x04591A48) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_db414b62be9eb7460d09aca8211fdaee__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E8318) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd40e82dea12d7f5dbfa2445390a6e63__void_BSResource2__DBHandle_BSResource2__TEntryTraits_1_BSModelDB__DBTraits_BSResource2__DBResourceStreamPolicy___{ REL::Offset(0x043BE2D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd925d92c6321151be103a8b3cea2872__void_bool_charconst_{ REL::Offset(0x0456E3A8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dd9c3e1720b621232c3ff81d39e17bc0__BSContainer__ForEachResult_BGSRefAliasInstanceDataconst_{ REL::Offset(0x0451D8D8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_de6d41042d4621200a421f846f0ab6b9__bool_{ REL::Offset(0x04458560) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_df3ffc8ae1a757b3ca9687ef57b97535__void_BSStaticStringT_256__{ REL::Offset(0x043C18F8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_df947e02352e7499ee3566db307574c4__void_BSStaticStringT_256__{ REL::Offset(0x043B0868) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_dfddaa17ec722334142b676240e03418__bool_TESObjectREFRconst_{ REL::Offset(0x044D5140) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e0e0a7ae28a948c7c394ad430b8c5f6a__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A108) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e10a8b491b0f288ac2b18c93e719bac2__void_BSTArray_BSResource2__DBHandle_BSResource2__TEntryTraits_0_BGSPlanet__ProcGenDB__DBTraits_BSResource2__DBDefaultStreamPolicy___BSTArrayHeapAllocator__{ REL::Offset(0x0434DDE8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e18c1d2743463aa399897ea41d58acae__BSStorageDefs__ErrorCode_BSComponentDB2__ID_BSComponentDB__Storage__WriteUtil_{ REL::Offset(0x044D0C80) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e1b91009675d63951bb78c3cf01dd60f__void_BSService__Commands__NewFrameconst_{ REL::Offset(0x04351108) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e2865da9f22f254cbe77209c696ef9d6__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x04480390) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e2d73a3a4871c3dd2c2e7396c1442582__BSContainer__ForEachResult_unsignedint_float_bool_{ REL::Offset(0x043E8258) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e34d8af755772960ed49eae882dcacf7__void_{ REL::Offset(0x044D4248) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e3d10b1d05fdafbd80d376f30cea6dbb__void_CreationRenderer__Messaging__PipelineGenerationProgressedEventconst_{ REL::Offset(0x044D3D40) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e44bf0152bfdf7067309cda2218766bb__BSContainer__ForEachResult_TESWorldSpace_{ REL::Offset(0x044CBAD0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e47649b90794eec9d46759a85025a9d3__BSContainer__ForEachResult_BSNavMeshGenTriangle_{ REL::Offset(0x045A55E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e5bdf68c9c6eae1a453f780cba758f2a__BSContainer__ForEachResult_BSComponentDB2__ID_{ REL::Offset(0x044155C8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cbdd43a14ee5d143515ed734ee7f1b__bool_{ REL::Offset(0x04765A40) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e6cebf1fd2b4ac64f7d33432c86d3503__bool_BGSPackIn_{ REL::Offset(0x04452AD0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e79a22c1a618c403bec8cd1f63b39cab__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448EBE0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e7a328bc2d56f34255cab6b4330b2f08__void_BSStreaming__ErrorCode_{ REL::Offset(0x044CFA48) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e83a86ad3bb21dd0ec617d8dcd79b25f__void_{ REL::Offset(0x045B3210) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9b1ee2388ed1065e3a0e3ccd477be21__void_BSStaticStringT_256__{ REL::Offset(0x04415628) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9bd6a359218e655c091af9600c6811f__bool_BSNavmeshTriangleconst_{ REL::Offset(0x04371A98) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_e9fc14e8b37e9c906cada13c35fb74c1__void_{ REL::Offset(0x0434DE18) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ea0a800643fe07932b38a765fc75a64f__void_{ REL::Offset(0x044CE788) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eaaa1576b0d12bef99bd656016e7a31c__void_std__vector_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__BSTHeapSTLAllocator_TESPointerHandleDetail__PointerHandle_TESHandleManagerTag_TESObjectREFR_2097152__2__const_{ REL::Offset(0x043D2EB8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec19e7f3b1c8c3eebf942fedf73994d2__void_BSFixedStringconst_{ REL::Offset(0x04568ED0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ec89fc56104bfbe112d8ecb80973751c__BGSBiomeconst_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A078) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ed50157d4fb1f53f7df19115a0044336__void_BSStaticStringT_256__{ REL::Offset(0x044D8210) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_edf15e2e98380c533ee24e4523f1d2f2__bool_NiPoint3const_float_{ REL::Offset(0x045A1158) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eeaa47941b55b48442c6a25ebf2ec063__unsignedint_unsignedint_unsignedint_{ REL::Offset(0x04380800) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_efe8a3d3cb36127b35cbe3e020446fc3__bool_BGSInventoryItemconst_{ REL::Offset(0x0448EB50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_eff255ed01ab414932ae318376f60db8__void_BSTSmartPointer_BSBind__IDataBinding_BSTSmartPointerIntrusiveRefCount_const_{ REL::Offset(0x044CBB50) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f04dd471191f348a9a1c2dc2b1c2443f__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448ECE0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f3dc8ffb8114ae985316d444368b69af__float_Point2DTagType_Tag__CellPointTag_int_const_{ REL::Offset(0x0438A018) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f4cc8a43e357d2702f2343473bbcfed1__bool_{ REL::Offset(0x0434B1B8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f5d9c6be902abf31e1095fbe7bd905dc__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B78E0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f642ca88eef0f79ff07165caf5a1f613__void_NiAVObject_{ REL::Offset(0x0434ABC8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_f64cd3b62736a62d9945da0e3f6b73ba__void_{ REL::Offset(0x0451FAF0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faeabeb21b2347891ffeeda7ee25e214__void_StarMap__StarMapMenuDataModel_{ REL::Offset(0x044B7840) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_faee9da40c8ab30155cfce02618d94c5__void_TESObjectARMAconst_{ REL::Offset(0x0434AD80) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb01caa949c6d5dba1b4f0131d97fd1f__void_BSStaticStringT_256__{ REL::Offset(0x044772B8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb354590749ae7d66a5b8a68c14687e2__void_BSStreaming__ErrorCode_BSStreaming__DataHandle_{ REL::Offset(0x045B35F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fb4e0ea9482ad2f30718782260307e64__void_{ REL::Offset(0x04561140) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_fd914ce1b16543d9e7c527b35eb5569e__int_CrewInfoconst_CrewInfoconst_{ REL::Offset(0x044803C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl__lambda_ff3c54e56cfbf54a8ece0ec214e83148__bool_{ REL::Offset(0x044EEDC0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___Actorconst_ActorValueInfoconst__bool_Actorconst_ActorValueInfoconst_{ REL::Offset(0x04444688) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSInventoryItemconst__bool_BGSInventoryItemconst_{ REL::Offset(0x044976E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BGSSnapTemplateNodeconst__bool_BGSSnapTemplateNodeconst_{ REL::Offset(0x04355BE0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar__bool_BSNavmesh_unsignedshort_int_BSNavmeshTriangleconst_unsignedchar_{ REL::Offset(0x044F9F58) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_bool___BSResource__ID__bool_BSResource__ID_{ REL::Offset(0x04591A78) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_float___Workshop__RootWorkshopStructconst__float_Workshop__RootWorkshopStructconst_{ REL::Offset(0x03F2BBC8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst_{ REL::Offset(0x044832F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PickpocketItemDataconst_PickpocketItemDataconst_{ REL::Offset(0x044AB0E8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_int___InventoryDataModelNS__InventoryItemconst_InventoryDataModelNS__InventoryItemconst__int_PlayerInventoryItemconst_PlayerInventoryItemconst_{ REL::Offset(0x0448EC10) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ArmorCraftingMenu____BGSInventoryItemconst__ArmorCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ REL::Offset(0x044A5CA0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_BarterMenu____BGSInventoryItemconst_bool__BarterMenu_std___Ph_1_const_bool__bool_BGSInventoryItemconst_{ REL::Offset(0x044A6448) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_ContainerMenu____BGSInventoryItemconst__ContainerMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ REL::Offset(0x0451D7C0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_bool_WeaponsCraftingMenu____BGSInventoryItemconst__WeaponsCraftingMenu_std___Ph_1_const__bool_BGSInventoryItemconst_{ REL::Offset(0x044C06A0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__HeartBeat__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__HeartBeat__Metrics__{ REL::Offset(0x043498F0) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std___Binder_std___Unforced_stl__optional_ClientBIMetrics__Performance__Metrics____ClientBIMetrics__CellInfoconst_float__std__reference_wrapper_ClientBIMetrics__CellInfoconst__floatconst__stl__optional_ClientBIMetrics__Performance__Metrics__{ REL::Offset(0x04349938) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_std__tuple_float_float____float_bool__std__tuple_float_float__float_bool_{ REL::Offset(0x03F2BBF8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char______void__stl__optional_std__basic_string_char_std__char_traits_char__std__allocator_char____{ REL::Offset(0x044D4060) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___Actor_ActorValueInfoconst_float_float_Actor__void_Actor_ActorValueInfoconst_float_float_Actor_{ REL::Offset(0x044446B8) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSGalaxy__Render__GalaxyScene__void_BSGalaxy__Render__GalaxyScene_{ REL::Offset(0x04559698) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst__void_BSResource__Server__ProcessorBaseconst_BSResource__Server__NodeBaseconst_{ REL::Offset(0x045A7D58) }; + inline constexpr std::array stl__unique_function_impl__detail__TypeErasedFuncImpl_void___void__void_{ REL::Offset(0x044D3F10) }; + inline constexpr std::array type_info{ REL::Offset(0x03F104B8) }; + inline constexpr std::array winrt__impl__delegate_winrt__Windows__Foundation__EventHandler_winrt__Windows__Gaming__Input__Gamepad___lambda_594f3bda6a21738130d296ce7e47531c__{ REL::Offset(0x04570890) }; + inline constexpr std::array winrt__impl__make_marshaler__2__marshaler{ REL::Offset(0x045708B8) }; + } +} diff --git a/CommonLibSF/include/RE/RTTI.h b/CommonLibSF/include/RE/RTTI.h index 142992b5..ba373666 100644 --- a/CommonLibSF/include/RE/RTTI.h +++ b/CommonLibSF/include/RE/RTTI.h @@ -138,7 +138,7 @@ namespace RE inline void* RTDynamicCast(void* a_inptr, std::int32_t a_vfDelta, void* a_srcType, void* a_targetType, std::int32_t a_isReference) { using func_t = decltype(&RTDynamicCast); - REL::Relocation func{ REL::Offset(0x034C6C30) }; + REL::Relocation func{ REL::Offset(0x034C7500) }; return func(a_inptr, a_vfDelta, a_srcType, a_targetType, a_isReference); } diff --git a/CommonLibSF/include/RE/S/Script.h b/CommonLibSF/include/RE/S/Script.h index d7662068..39447211 100644 --- a/CommonLibSF/include/RE/S/Script.h +++ b/CommonLibSF/include/RE/S/Script.h @@ -158,13 +158,13 @@ namespace RE inline static SCRIPT_FUNCTION GetFirstScriptCommand() { - static REL::Relocation chunk{ REL::Offset(0x055110B0) }; + static REL::Relocation chunk{ REL::Offset(0x05511F30) }; return chunk.get(); } inline static SCRIPT_FUNCTION GetFirstConsoleCommand() { - static REL::Relocation chunk{ REL::Offset(0x05504840) }; + static REL::Relocation chunk{ REL::Offset(0x055056C0) }; return chunk.get(); } diff --git a/CommonLibSF/include/RE/T/TESForm.h b/CommonLibSF/include/RE/T/TESForm.h index 6617c590..c99505f0 100644 --- a/CommonLibSF/include/RE/T/TESForm.h +++ b/CommonLibSF/include/RE/T/TESForm.h @@ -127,14 +127,14 @@ namespace RE [[nodiscard]] static TESForm* LookupByID(std::uint32_t a_formID) { using func_t = decltype(&TESForm::LookupByID); - REL::Relocation func{ REL::Offset(0x014D7F7C) }; + REL::Relocation func{ REL::Offset(0x014D7DB0) }; return func(a_formID); } [[nodiscard]] static TESForm* LookupByEditorID(const char* a_editorID) { using func_t = decltype(&TESForm::LookupByEditorID); - REL::Relocation func{ REL::Offset(0x014D7F7C) }; + REL::Relocation func{ REL::Offset(0x014D7F0C) }; return func(a_editorID); } diff --git a/CommonLibSF/src/RE/T/TESObjectREFR.cpp b/CommonLibSF/src/RE/T/TESObjectREFR.cpp index 55fac863..3804af52 100644 --- a/CommonLibSF/src/RE/T/TESObjectREFR.cpp +++ b/CommonLibSF/src/RE/T/TESObjectREFR.cpp @@ -5,28 +5,28 @@ namespace RE TESObjectREFR* TESObjectREFR::GetAttachedSpaceship() { using func_t = decltype(&TESObjectREFR::GetAttachedSpaceship); - REL::Relocation func{ REL::Offset(0x02B3A8D4) }; + REL::Relocation func{ REL::Offset(0x02B3A714) }; return func(this); } bool TESObjectREFR::HasKeyword(BGSKeyword* a_keyword) { using func_t = decltype(&TESObjectREFR::HasKeyword); - REL::Relocation func{ REL::Offset(0x0139EE28) }; + REL::Relocation func{ REL::Offset(0x0139EDB8) }; return func(this, a_keyword); } bool TESObjectREFR::IsCrimeToActivate() { using func_t = decltype(&TESObjectREFR::IsCrimeToActivate); - REL::Relocation func{ REL::Offset(0x01A0DCA0) }; + REL::Relocation func{ REL::Offset(0x01A0DC60) }; return func(this); } bool TESObjectREFR::IsInSpace() { using func_t = decltype(&TESObjectREFR::IsInSpace); - REL::Relocation func{ REL::Offset(0x01A0E208) }; + REL::Relocation func{ REL::Offset(0x01A0E1C8) }; return func(this); } }